      var max=0;
      function textlist()
      {
      max=textlist.arguments.length;
      for (i=0; i<max; i++)
      this[i]=textlist.arguments[i];
      }
      tl=new textlist
      ( 
 
      "1st XI awards go to Rodders and Frog",
      "2s awards go to Homewood and Browny",
      "3s awards go to Callum and Beesy",
      "http://www.touchline-group.co.uk/schools/products.php?schoolid=39"
      
      

      
      
   
      


       
     

       
                      );
      var x=0; pos=0;
      var l=tl[0].length;
      function textticker()
      {
        if (document.tickform != null)
		{
		 document.tickform.tickfield.value=tl[x].substring(0,pos)+"_";
         if(pos++==l) { pos=0; setTimeout("textticker()",1000); x++;
         if(x==max) x=0; l=tl[x].length; } else
         setTimeout("textticker()",60);
		}
      } 
	  
