<title>This effect is made by JavaScript Genius</title> <body onload="newtext()"> <script language=javascript > var text=document.title var timerID <!-- Produced by Javascript Genius --> <!-- ALikeT Software: http://www.ALikeT.com --> function newtext() { clearTimeout(timerID) document.title=text.substring(1,text.length)+text.substring(0,1) text=document.title.substring(0,text.length) timerID = setTimeout("newtext()", 300) } </script> </body>
This effect is made by JavaScript Genius