   <!-- beginscript 
   // error handling
   function stopError()
   {
      return true;
   }
   window.onerror = stopError;
   function first()
   {
      window.close();
   }
   
   function GoToStart()
   {
      // make sure this only fires when we wanted to go to 
      // a name
      if (window.document.URL.indexOf("#") >= 0) {
         window.document.URL = window.document.URL;
      } 
   }
   // endscript -->

