Dynamic scroller problems....please help?

Hello,

I used the tutorial on kirupa for a dynamic text scoller… which when clicked on the page that i want it on seems to work fine, but when reloaded after viewing another page…ithe scroll bar is disabled.
any ideas anyone…

**

** is this for loading the .txt, which is on a key frame.
 
 
loadText = new LoadVars();
loadText.load("news.txt");
loadText.onLoad = function() {
scroller.htmlText = this.textField;
};