 //remember the language attribute is deprecated in XHTML 
 <!-- 
 //function changes the status text 
 //text supplied from ActionScript 
 function changeStatus(theText) 
 { 
 window.status=theText; 
 //end function 
 } 
 --> 
