		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.piranha-sports.com/" target="_blank"><img src="http://www.trifind.net/b/piranha-sports/pic.jpg"');
				document.write(' border="0"');
				document.write(' alt="click for race info"></a><br><b><font size="2">Diamond In The Rough Triathlon - Perryville, Maryland </font></b>');
				break;
			case 2:
				document.write('<a href="http://www.findaraceevent.com/ViewRaceDetail.aspx?raceId=8356" target="_self"><img src="http://www.trifind.net/p/maine1.jpg"');
				document.write(' border="0"');
				document.write(' alt="East Grand Adventure Race"></a><br><font size="2"><b>East Grand Adventure Race - Danforth, Maine</b></font>');
				break;
			case 3:
				document.write('<a href="http://www.findaraceevent.com/ViewRaceDetail.aspx?raceId=8356" target="_self"><img src="http://www.trifind.net/p/maine3.jpg"');
				document.write(' border="0"');
				document.write(' alt="East Grand Adventure Race"></a><br><font size="2"><b>East Grand Adventure Race - Danforth, Maine</b></font>');
				break;
			case 4:
				document.write('<a href="http://www.findaraceevent.com/ViewRaceDetail.aspx?raceId=8356" target="_self"><img src="http://www.trifind.net/p/maine4.jpg"');
				document.write(' border="0"');
				document.write(' alt="East Grand Adventure Race"></a><br><font size="2"><b>East Grand Adventure Race - Danforth, Maine</b></font>');
				break;
			case 5:
				document.write('<a href="http://www.findaraceevent.com/ViewRaceDetail.aspx?raceId=8356" target="_self"><img src="http://www.trifind.net/p/maine1.jpg"');
				document.write(' border="0"');
				document.write(' alt="East Grand Adventure Race"></a><br><font size="2"><b>East Grand Adventure Race - Danforth, Maine</b></font>');
				break;
			case 6:
				document.write('<a href="http://www.pumpkinmantriathlon.com" target="_blank"><img src="http://www.trifind.net/b/pumpkinman/hill-1.jpg"');
				document.write(' border="0"');
				document.write(' alt="Swim Bike Run In northern new england"></a><br><font size="2"><b><i> 2010 PumpkinMan Triathlon</i></b> (<b>Half</b> + Sprint)</font>');
				break;
			case 7:
				document.write('<a href="http://www.findaraceevent.com/ViewRaceDetail.aspx?raceId=8356" target="_self"><img src="http://www.trifind.net/p/maine4.jpg"');
				document.write(' border="0"');
				document.write(' alt="East Grand Adventure Race"></a><br><font size="2"><b>East Grand Adventure Race - Danforth, Maine</b></font>');
				break;
			case 8:
				document.write('<a href="http://www.musselmantri.com/c.php?code=2" target="_blank"><img src="http://www.trifind.net/b/musselman/itu-start.jpg"');
				document.write(' border="0"');
				document.write(' alt="musselman triathlon - geneva, new york"></a><br><b><font size="2">Musselman Triathlon - Geneva, New York</font></b>');
				break;
			}



				