<body onLoad="if (document.all)test()"> <script language="javascript"> if (document.layers) { alert("Your Browser is not capable of displaying this effect.\nPick another."); opener.gO();window.close(); } else if (document.all){ var step=3; var xstep=0; var msg='This effect is made by JavaScript Genius.'; document.write("<center><div id='water' style='position:relative;width:650px;height:150px;font-family:????;font-size:20px;color:#0000FF'>"+msg+"</div></center>"); function test(){ <!-- Produced by Javascript Genius --> <!-- ALikeT Software: http://www.ALikeT.com --> document.all.water.style.filter='wave(freq=3, strength=5, phase='+xstep+', lightstrength=45, add=0, enabled=1)'; xstep+=step; TIMER=setTimeout('test()',10); } } </script> </body>