Help with dynamic text

i followed the tutorial and got some other advice. I can load the text from a text file till later in my movie. i have 8 different areas of information but there is no text shown in the last two even though the actionscript is identical. the link is www.polo-intereactive.co.uk if anyone can help i can add the fla
this is the gist of the actionscript given to me:
loadText = new LoadVars();
loadText.onLoad = function(success) {
if (success) {
_root.mc_07.text01.text = this.myWater;
}
};
loadText.load(“main.txt”);
can anyone help?
still lost:(
bredhead