ÿþ<HEAD> <SCRIPT language=JavaScript> <!-- Beginning of JavaScript - var timer function initiate() { mytext1.Rotate(0,0,10) mytext2.Rotate(0,0,-10) mytext3.Rotate(0,5,0) timer=setTimeout("initiate()",20) } // - End of JavaScript - --> </SCRIPT> </HEAD> <BODY bgColor=#000000 onload=initiate()> <OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext1 style="HEIGHT: 300px; LEFT: 200px; POSITION: absolute; TOP: 0px; WIDTH: 300px"> <PARAM NAME="Line0001" VALUE="SetFillColor(0,0,255)"> <PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;60, 700, 0, 0, 0)"> <PARAM NAME="Line0003" VALUE="Text('Echip', 0, 0, 0)"> </OBJECT> <OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext2 style="HEIGHT: 300px; LEFT: 200px; POSITION: absolute; TOP: 0px; WIDTH: 300px"> <PARAM NAME="Line0001" VALUE="SetFillColor(255,0,0)"> <PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;40, 700, 0, 0, 0)"> <PARAM NAME="Line0003" VALUE="Text('Javascript', 0, 0, 0)"> </OBJECT> <OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=mytext3 style="HEIGHT: 300px; LEFT: 0px; POSITION: absolute; TOP: 0px; WIDTH: 600px"> <PARAM NAME="Line0001" VALUE="SetFillColor(255,255,255)"> <PARAM NAME="Line0002" VALUE="SetFont('Arial',&#13;&#10;24, 700, 0, 0, 0)"> <PARAM NAME="Line0003" VALUE="Text('freewebs.com/jsbank', 0, 0, 0)"> </OBJECT> </BODY>