jsgood1=!!(document.images);



if(jsgood1){



	spon1=new Image();

	spon1.src="http://www.wrestling.ca/i/sponsors/rot-athletescan.gif";

	slnka1="http://www.athletescan.com/Content/Home.asp?langid=1";

	spon2=new Image();

	spon2.src="http://www.wrestling.ca/i/sponsors/rot-goc.gif";

	slnka2="http://www.pch.gc.ca/";

	spon3=new Image();

	spon3.src="http://www.wrestling.ca/i/sponsors/rot-mki.gif";

	slnka3="http://www.mkitravel.com/";

	spon4=new Image();

	spon4.src="http://www.wrestling.ca/i/sponsors/rot-asics.gif";

	slnka4="http://www.asics.com/";

	spon5=new Image();

	spon5.src="http://www.wrestling.ca/i/sponsors/rot-matman.gif";

	slnka5="http://www.matmanwrestling.com/";

	spon6=new Image();

	spon6.src="http://www.wrestling.ca/i/sponsors/rot-gm_en.gif";

	slnka6="http://www.gm.ca/gm/english/corporate/olympics/overview";
	
	

	/* add more above, same format */

	}





var curspon=1;



	function flipSponsor(){

		if(jsgooda){

			curspon++;

			if(!eval("self.spon"+curspon)) 

				curspon=1;

			document.sponsor123.src=eval("spon"+curspon+".src");

			window.setTimeout("flipSponsor()",6000);

			}

		}

		

	function doSponsor(){

		if(eval("self.slnka"+curspon)) 

			window.open(eval("slnka"+curspon));}

		window.setTimeout("flipSponsor()",6000);

