<script type="text/javascript" language="javascript"> <!-- innen /* Letltve a ThomasWebMhely javascript archvumbl: http://www.thomas98.hu/webmuhely.php */
var yourwords="Ez itt most egy villogs szveg!Ha teccik hasznld!"; var speed=400; var control=1; function flash() { if (control==1){ window.status=yourwords;control=0 } else { window.status="";control=1 } setTimeout("flash();",speed) }; flash(); // eddig --> </script> |