		var randomnumber;
		var x;
		var books;
		
		books = 8;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.familyfitnessweekend.com" target="_blank"><img src="http://www.trifind.net/b/publix/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="international distance classic"></a>');
				break;
			case 2:
				document.write('<a href="http://www.gsmtc.com/" target="_blank"><img src="http://www.trifind.net/b/GSMTC/pic-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="The Great Smoky Mountains Triathlon Club"><br><b><font size="2">Click photo for the GSMTC Race Schedule</font></b></a>');
				break;
			case 3:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/2006/water.jpg"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Ironman Distance Triathlons"><br>Registration is now open for The 2009 SilverMan Triathlon!!!</a>');
				break;
			case 4:
				document.write('<a href="http://www.familyfitnessweekend.com" target="_blank"><img src="http://www.trifind.net/b/publix/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="international distance classic"></a>');
				break;
			case 5:
				document.write('<a href="http://www.a1amarathon.com/" target="_blank"><img src="http://www.trifind.net/b/publix/a1a-marathon.jpg"');
				document.write(' border="0"');
				document.write(' alt="A-1-A Marathon"></a><br><font size="2"><b>Fort Lauderdale A1A Marathon</b></font>');
				break;
			case 6:
				document.write('<a href="http://www.gsmtc.com/june.htm" target="_blank"><img src="http://www.trifind.net/b/beast-east/bike.jpg"');
				document.write(' border="0"');
				document.write(' alt="Beast Of The East - Half Ironman Distance Triathlon"></a>');
				break;
			case 7:
				document.write('<a href="http://www.a1amarathon.com/" target="_blank"><img src="http://www.trifind.net/b/publix/a1a-marathon.jpg"');
				document.write(' border="0"');
				document.write(' alt="A-1-A Marathon"></a><br><font size="2"><b>Fort Lauderdale A1A Marathon</b></font>');
				break;
			case 8:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/2006/water.jpg"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Ironman Distance Triathlons"><br>Registration is now open for The 2009 SilverMan Triathlon!!!</a>');
				break;
			}



				