 <!-- Hide the script from old browsers --
    var timerID = null;
    var timerRunning = false;
    var id,pause=0,position=0;
    function ticker() {
      var i,k,msg="  ****  Wild Rose Internet Services is operational in 16 Alberta counties ****  If you are interested in High-Speed Internet Service, we need to hear from you!!!  Please call 1-888-633-3974 today to be registered in our database so we may keep you up-to-date with progress in your area.  ****  Thank you for your interest in Wild Rose Internet Services 1-888-633-3974.";
      k=(150/msg.length)+1;
      for(i=0;i<=k;i++) msg+=" "+msg;
      document.form2.ticker.value=
                    msg.substring(position,position+150);
      if(position++==352) position=1; // --position of last text -->
      id=setTimeout("ticker()",10000/75); 
    }
    function action() {
      if(!pause) {
        clearTimeout(id);
        pause=1; 
      }
      else {
        ticker();
        pause=0; 
      }
    }
    // --end hiding here -->
