		var randomnumber;
		var x;
		var books;
		
		books = 3;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.trinona.com" target="_blank"><img src="http://www.trifind.net/b/trinona/pic-ad.jpg"');
				document.write(' border="0"');
				document.write(' alt="Sprint & Olympic Distance Triathlons"></a><br><b><font size="2"><font color="000000">The 2009 TRINONA Triathlon will be held on June 14 at Lake Winona</font></font></b>');
				break;
			case 2:
				document.write('<a href="http://www.trinona.com" target="_blank"><img src="http://www.trifind.net/b/trinona/pic-ad.jpg"');
				document.write(' border="0"');
				document.write(' alt="Sprint & Olympic Distance Triathlons"></a><br><b><font size="2"><font color="000000">The 2009 TRINONA Triathlon will be held on June 14 at Lake Winona</font></font></b>');
				break;
			case 3:
				document.write('<a href="http://www.trinona.com" target="_blank"><img src="http://www.trifind.net/b/trinona/pic-ad.jpg"');
				document.write(' border="0"');
				document.write(' alt="Sprint & Olympic Distance Triathlons"></a><br><b><font size="2"><font color="000000">The 2009 TRINONA Triathlon will be held on June 14 at Lake Winona</font></font></b>');
				break;
			}



				