fact, here's the code you need:<br><br><SCRIPT LANGUAGE="JavaScript"><br>var scrollCounter = 0;<br>var scrollText = "WARNING!! You are about to enter the InfoSource of the Order of the Templars Sensible, the arising force for the aeon of CONFUSION. The O.'.T.'.S.'. are simply not certain of anything and wish you to reach the same exalted state.";<br>var scrollDelay = 60;<br>var i = 0;<br><br>while (i ++ < 140)<br>scrollText = " " + scrollText;<br><br>function Scroller()<br>{<br>window.status = scrollText.substring(scrollCounter++,<br>scrollText.length);<br>if (scrollCounter == scrollText.length)<br>scrollCounter = 0;<br>setTimeout("Scroller()", scrollDelay);<br>}<br>Scroller();<br></script>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.