
			function SubmitGoogleForm(){ 
					if (document.forms[0].__VIEWSTATE) {
						document.forms[0].__VIEWSTATE.value='';
					}
						document.forms.item('IronPointForm').method='GET';
						document.forms.item('IronPointForm').name='gs';
						
						document.forms.item('IronPointForm').action='http://google.tru.ca/search';
						document.forms.item('IronPointForm').submit(); 
			};


      
			function ShowWLHeader(){ 
					
 wlimages = new Array(7);
      wlimages[0] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_01.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[1] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_02.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[2] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_03.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[3] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_04.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[4] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_05.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[5] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_06.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      wlimages[6] = "<a href= 'http://www.tru.ca/williamslake/programs.html'><img src='/__shared/templates/images/williamslake/wl_new_07.jpg' alt='Your TRU Beginning Starts Right Here'></a>";
      index = Math.floor(Math.random() * wlimages.length);
      document.write(wlimages[index]);
  };

      
