   <!-- hide the script from old browsers --
   function doClock() {
     window.setTimeout( "doClock()", 100 );  
     today = new Date();
     self.status = today.toString();
   }
   //--end hiding here -->

 
