Make your own free website on Tripod.com
<script LANGUAGE="JavaScript"> var yourwords = "Selamat Datang Di Hallikwal"; var speed = 300; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash()",speed); } </script> </body>