Code
<br><h2><br><script language="JavaScript1.2"><br><br><br><br>var message="Welcome to http://owi.3dn.ru!"<br>var neonbasecolor="gray"<br>var neontextcolor="yellow"<br>var flashspeed=100 //in milliseconds<br><br>///No need to edit below this line/////<br><br>var n=0<br>if (document.all||document.getElementById){<br>document.write('<font color="'+neonbasecolor+'">')<br>for (m=0;m<message.length;m++)<br>document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')<br>document.write('</font>')<br>}<br>else<br>document.write(message)<br><br>function crossref(number){<br>var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)<br>return crossobj<br>}<br><br>function neon(){<br><br>//Change all letters to base color<br>if (n==0){<br>for (m=0;m<message.length;m++)<br>//eval("document.all.neonlight"+m).style.color=neonbasecolor<br>crossref(m).style.color=neonbasecolor<br>}<br><br>//cycle through and change individual letters to neon color<br>crossref(n).style.color=neontextcolor<br><br>if (n<message.length-1)<br>n++<br>else{<br>n=0<br>clearInterval(flashing)<br>setTimeout("beginneon()",1500)<br>return<br>}<br>}<br><br>function beginneon(){<br>if (document.all||document.getElementById)<br>flashing=setInterval("neon()",flashspeed)<br>}<br>beginneon()<br><br><br></script><br></h2> <div>