<!-- hide the script from old browsers --
    var msg  = "   WebSTAR Pro-Marketing.....A Trusted Guide Through the Wicked Web..........................................."; 
    msec = 200; 
    n = 99999;
    ctime = 10;      
 
    function scroll_disp() { 
      w = self;       
      version="WebSTAR Pro-Marketing.....A Trusted Guide Through the Wicked Web";       
      head = ""; 
      tail = ""; 
      ctime++; 
      if (ctime < msg.length * n) {
        setTimeout('scroll_disp()', msec);
        head = msg.substring(1, msg.length);
        tail = msg.substring(0, 1);     
        msg = head + tail;
        w.defaultStatus = version;
      } else {
        w.defaultStatus = version;
      }
    }
    function finish() {
      w.defaultStatus = "";
    }
  //--end hiding here -->


//also add in body  onLoad="scroll_disp()" onUnload="finish()"
