'; OutString += '
'; OutString += NavBar; if (Feedback.length>0){ OutString += '' } OutString += '
'; OutString += ''; OutString += Feedback; OutString += '
'; if (is.CRAPBrowser){OutString=ResolveAllURLs(OutString);} //Write it to the frame TopFrame.document.clear(); TopFrame.document.open(); TopFrame.document.write(OutString); TopFrame.document.close(); } function DisplayExercise(){ //Build the output string var OutString = ''; OutString += ''; OutString += ''; OutString += '
'; OutString += TitleCode; OutString += ''; OutString += NavBar; OutString += '
'; OutString += ''; OutString += BuiltCloze; OutString += '
'; if (is.CRAPBrowser){OutString=ResolveAllURLs(OutString);} //Write it to the frame BottomFrame.document.clear(); BottomFrame.document.open(); BottomFrame.document.write(OutString); BottomFrame.document.close(); } I = new Array(); I[0] = new Array(); I[0][1] = new Array(); I[0][1][0] = new Array(); I[0][1][0][0]='fog'; I[0][2]='a thick cloud that forms close to the ground or to water and is difficult to see through'; I[1] = new Array(); I[1][1] = new Array(); I[1][1][0] = new Array(); I[1][1][0][0]='harbor'; I[1][2]='an area of water near the land where it is safe for boats to stay'; I[2] = new Array(); I[2][1] = new Array(); I[2][1][0] = new Array(); I[2][1][0][0]='haunches'; I[2][2]='the upper part of an animal\u2019s rear legs'; I[3] = new Array(); I[3][1] = new Array(); I[3][1][0] = new Array(); I[3][1][0][0]='moves on'; I[3][2]='leaves one place and goes to another'; Text = new Array(); Text[0]='

The '; Text[1]=' comes         
on little cat feet.         

It sits looking            
over '; Text[2]=' and city
on silent '; Text[3]='
and then '; Text[4]='.
'; function StartUp(){ BuildExercise(); WriteFeedback(Instructions); DisplayExercise(); } function Blank(){ return '©Half-Baked Software.
Michael Rottmeier
Loading...'; } //--> //]]>