/*Neon Lights TextBy Website Abstraction (http://wsabstract.com)For this script, TOS, and 100s more DHTML scripts,Visit http://www.dynamicdrive.com*/var message="Welcome to Omar mahdi and waite me!"var neonbasecolor="gray"var neontextcolor="yellow"var flashspeed=100 //in milliseconds///No need to edit below this line/////var n=0if (document.all){document.write('')for (m=0;mdocument.write(''+message.charAt(m)+'')document.write('')//cache reference to neonlight arrayvar tempref=document.all.neonlight}elsedocument.write(message)function neon(){//Change all letters to base colorif (n==0){for (m=0;mtempref[m].style.color=neonbasecolor}//cycle through and change individual letters to neon colortempref[n].style.color=neontextcolorif (nn++else{n=0clearInterval(flashing)setTimeout("beginneon()",1500)return}}function beginneon(){if (document.all)flashing=setInterval("neon()",flashspeed)}beginneon()