Some one Plkease Help! I am Dying over here!

I am learning how to be a Flash XML developer and I just cant figure the code out…

This is the code:
stop();

MovieClip(this).pic0.numImages = 0;
MovieClip(this).pic1.numImages = 1;
MovieClip(this).pic2.numImages = 2;
MovieClip(this).pic3.numImages = 3;
MovieClip(this).pic4.numImages = 4;
MovieClip(this).pic5.numImages = 5;

MovieClip(this).r_m_1.gotoAndStop(2);

for (var i:Number=0; i<7; i++) {
MovieClip(root).textContent( MovieClip(this)[‘thisPageText’+i],i);
}
for (var id:Number=8; id<14; id++) {
MovieClip(root).textContent( MovieClip(this)[‘thisPageText’+id],id);
}

thisPageText0.autoSize=TextFieldAutoSize.LEFT;

thisPageText2.autoSize=TextFieldAutoSize.LEFT;
thisPageText4.autoSize=TextFieldAutoSize.LEFT;
thisPageText6.autoSize=TextFieldAutoSize.LEFT;

thisPageText9.autoSize=TextFieldAutoSize.LEFT;
thisPageText11.autoSize=TextFieldAutoSize.LEFT;
thisPageText13.autoSize=TextFieldAutoSize.LEFT;

I duplicted the page so I can use it on a differnt tab in my tool bar and it keeps giving me the error: Symbol ‘aboutContent’, Layer ‘action’, Frame 5, Line 12 1151: A conflict exists with definition i in namespace internal.

so I changed the “i” in the code to a “j” like I was told and now none of the text from the XML file does not appear, can some one tell me what I am doing wrong to fix this it is driving me crazy and I have been working on this website for a month and I just cant get this to work. HELP!!