<script language="JavaScript">
<!-- begin
// Made By By Smallfri. Copyright 1996-1997 All Rights Reserved.
// This Script Is Fully Useable On Any Page As Long As These Comments Remain & You Link Somewheres On You Page Back To Mine 'Smallfri's Home' (http://www.nsis.com/~coadydk/).
// There Are Three Messages 'msg', 'msg1' & 'msg2', Replace The Words In The Quotes To Make It Say Somthing Different.
// 'msg'-'msg2' Is The Order In Which They Appear
var msg="Hi! Welcome to my page!"
var msg1="Take your time and look around."
var msg2="Don't forget to bookmark this site!"
function showIt()
{
 var arrayx = new Array(msg,
  msg1,   msg2,
 "etc");
 var now = new Date();
 var secs = now.getSeconds();
 var ind = (secs % 3);
 document.forms[0].elements[0].value=arrayx[ind];
 setTimeout("showIt()",2000)
}
//--->
</script>
</head>
<body onload="window.showIt()">
<center><h1>Text Flasher</h1></center>
<p>This is certainly preferable to using the status bar for this sort of message, but can still be annoying, in my opinion. </p>
<center><form>
<input type=text size=40 value="Hi" name="Ho" onfocus="blur()" >
</textarea>
</form></center><hr>
