<script>var yourwords="لاتنظر الى صغر الذنوب ولكن انظر من عصيت";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>
<html>
<head>
<meta http-equiv=content-language content=ar-sa>
</head>
<body onload="flash()">
</body>
</html>