English
<!--Put the following code into the <body> area--> <SCRIPT language=JavaScript> //Author:redriver var index =15 text = new Array(14); text[0] ='accidentally' text[ 1] ='' text[2] =' & Xu Zhimo' text[3] ='' text[4] ='I am a cloud in the sky,' text[5] ='Occasionally projected in the center of your wave ——' text[6] ='You don't have to be surprised,' text[7] ='There is no need to be happy——' text[8] ='Disappeared in an instant. ' text[9] ='' text[10] ='You and I meet on the dark sea,' text[11] ='You have yours, I have mine, direction; ' text[12] ='You remember That's fine, ' text[13] = 'It's best you forget, ' text[14] = 'The light shines on each other during this intersection! This is the Website Building Academy' document.write ("<marquee scrollamount='1' scrolldelay='60' direction= 'UP' width='250 ' id=downcodes height='200' onmouseover=downcodes.stop() onmouseout=downcodes .start()>"); for (i=0;i<index;i++){ document.write ("<font color=#6699ff>"); document.write (text[i] + "</font> <br>"); } document.write ("</marquee>") //More:http://www.downcodes.com </SCRIPT>