ÿþ<HEAD> <SCRIPT> <!-- Beginning of JavaScript - // the width of your TextRotor (see variable 'scrollerwidth' below messages) var message = new Array() message[0]="Quay Nh° Chong Chóng!" message[1]="Quay Nh° Chong Chóng!" message[2]="Quay Nh° Chong Chóng!" message[3]="Quay Nh° Chong Chóng!" message[4]="Quay Nh° Chong Chóng!" // Width an height of your TextRotor (pixels). var scrollerheight=200 var scrollerwidth=700 // Font var font_family="Arial" // The horizontal and vertical position of your TextRotor. This is quite tricky. // You will see why when you try different values. var x_textposition=0 var y_textposition=0 // Do not edit the variables below var i_message=0 var i_loop=0 var max_loop=48 var timer y_textposition=y_textposition-Math.floor(scrollerheight/1.5)+10 x_textposition=x_textposition-Math.floor(scrollerwidth/3) function initiate() { if (document.all) { document.all.rotationstyle.style.posLeft=x_textposition document.all.rotationstyle.style.posTop=y_textposition changemessage() } } function changemessage() { do_rotate="yes" rotationstyle.innerHTML= '<OBJECT ID="rotationobj" CLASSID="CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" STYLE="position:relative;width:'+scrollerwidth+'px;height:'+2*scrollerheight+'px">'+ '<PARAM NAME="Line0001" VALUE="SetLineStyle(0)">'+ '<PARAM NAME="Line0002" VALUE="SetLineColor(255,0,0)">'+ '<PARAM NAME="Line0003" VALUE="SetFillColor(255,0,0)">'+ '<PARAM NAME="Line0004" VALUE="SetFont(\''+font_family+'\', '+5+', 400, 0, 0, 0)">'+ '<PARAM NAME="Line0005" VALUE="Text(\''+message[i_message]+'\', 0, 0, 0)">'+ '</OBJECT>' startscroll() } function startscroll() { if (i_loop < max_loop) { rotationobj.Rotate(0,0,-30) rotationobj.Scale(1.04,1.04,1.04) i_loop++ timer=setTimeout("startscroll()",50) } else { i_message++ i_loop=0 if (i_message>=message.length) {i_message=0} timer=setTimeout("changemessage()",2000) } } // - End of JavaScript - --> </SCRIPT> </HEAD> <BODY bgColor=#ffffff onload=initiate()> <SPAN id=rotationstyle style="POSITION: absolute"> <OBJECT classid=CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6 id=rotationobj></OBJECT></SPAN> <div align="center"> <font face= Arial size=2 color=ffssff>jeT sPring</font> </div> </BODY>