
The message below will stop automatically ...
| <SCRIPT>
function autostop(seed)
{ if (seed > 0
&& seed <= 100) { out += msg; seed--; status = out;
setTimeout("autostop("
+ seed + ")", 50); </SCRIPT> <BODY onLoad="autostop(100);"> |