
var docTitle=document.title;setInterval("document.title=docTitle;",100);function thisMovie(movieName){return document.getElementById(movieName);}
function changeArticle(str){window.scrollTo(0,0);var acknowledgment=thisMovie("moneymultimedia").changeArticle(str);if(acknowledgment!="ack")
{alert("Unable to communicate with player. Please use player controls");}
document.title=docTitle;}
function refreshTitle(){document.title=docTitle;self.setTimeout("document.title=docTitle;",1);}