<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->
<script LANGUAGE="JavaScript">



<!--- Begin
var CurrentMsg = 'hello ';                    
function update(msg) {                           
var pad_str="";                           
n = msg.length;                           
if(n<72) {                                   
pad = (73-n)/2;                                   
for(var i=0; i<pad; i++) {                                           
pad_str+=" ";                        
   }                        
}                          
CurrentMsg = pad_str + msg;                           
document.messages.field.value = CurrentMsg;
clearTimeout(timer);                           
timer = setTimeout("idleMsg()",4000);        
}                           
function MakeArray(n) {                           
this.length=n;                           
for(var i = 1; i<= n; i++) {                                   
this[i] = "";                
}                           
return(this);        
}               
var index = 1;           
var notice_num = 10;                   
var notices = new MakeArray(notice_num);        
notices[1] = "  ";        
notices[2] = "111111111111111111111111111111";
notices[3] = "222222222222222222222222";        
notices[4] = "3333333333333333333333333333333";
notices[5] = "44444444444444444444444444444444"; 
notices[6] = "555555555555555555555555555"; 
notices[7] = "66666666666666666666666666";
notices[8] = "777777777777777777777777777777777";                  
notices[9] = "888888888888888888888888888888";
notices[10] = "9999999999999999999999999999999999";
var timer = setTimeout('idleMsg()',4000);                   
function nochange() {                           
document.messages.field.value = CurrentMsg;        
}                   
function idleMsg() {                           
update(notices[index++]);                           
if(index>notice_num) { 
index=1; 
   }  
}
// End -->                  
</script>

<title>JavaFILE</title>
<base target="leftframe">
</head>

<body bgcolor="#FFFFFF" text="#000000">

<p align="center">&nbsp;</p>
<!-- STEP TWO: Put this code into the BODY of your HTML document  -->

<form name="messages" onSubmit="return false">
  <div align="center"><center><p>
	<input type="text" name="field" size="73" value
  onFocus="self.status='This is a JavaScript info. field'; return true"
  onChange="nochange()" style="font-family: Arial; font-size: 15pt; color:#FF0000; font-weight:bold"> </p>
  </center></div>
</form>
<!-- Script Size:  2.92 KB  -->

</body>
</html>