English
<!--To achieve this effect, add the following code to the <body> area--> <script language=""> var yourwords = " ※ http://www.downcodes.com ※"; var speed = 700; var control = 1; function flash() { if (control == 1) { window.status=yourwords; control=0; } else { window.status=""; control=1; } setTimeout("flash()" ,speed); } window.onload=flash </script>