<html> <head> <style> <!-- #glowtext{ filter:glow(color=yellow,strength=2); width:100%; } --> </style> <script language="JavaScript1.2"> function glowit(which){ if (document.all.glowtext[which].filters[0].strength==2) document.all.glowtext[which].filters[0].strength=1 else document.all.glowtext[which].filters[0].strength=2 } function glowit2(which){ if (document.all.glowtext.filters[0].strength==2) document.all.glowtext.filters[0].strength=1 else document.all.glowtext.filters[0].strength=2 } function startglowing(){ if (document.all.glowtext&&glowtext.length){ for (i=0;i<glowtext.length;i++) eval('setInterval("glowit('+i+')",150)') } else if (glowtext) setInterval("glowit2(0)",150) } if (document.all) window.onload=startglowing <!-- Produced by Javascript Genius --> <!-- ALikeT Software: http://www.ALikeT.com --> </script> </head> <body> <span id="glowtext"> <p><font color="#804000">??JavaScript Genius?กค-Shining Texts!</font></span></p> </body> </html>
??JavaScript Genius?กค-Shining Texts!