		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.amazon.com/exec/obidos/ASIN/1931382204/trifindcom" target="_blank"><img src="http://trifind.net/books/swim-b.jpg"');
				document.write(' border="0"');
				document.write(' alt="Improve Your Swimming Times"></a>');
				break;
			case 2:
				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 3:
				document.write('<a href="http://www.5430sports.com/" target="_blank"><img src="http://www.trifind.net/b/5430/pic.jpg"');
				document.write(' border="0"');
				document.write(' alt="triathlon information"></a><br><b><font size="2">The <i>5430 Long Course Triathlon</i> will be held on June 21, 2009</font></b>');
				break;
			case 4:
				document.write('<a href="http://www.ustrisports.com/" target="_blank"><img src="http://www.trifind.net/b/us-trisports/pic3.gif"');
				document.write(' border="0"');
				document.write(' alt="triathlon series in utah"></a>');
				break;
			case 5:
				document.write('<a href="http://www.5430sports.com/" target="_blank"><img src="http://www.trifind.net/b/5430/pic.jpg"');
				document.write(' border="0"');
				document.write(' alt="triathlon information"></a><br><b><font size="2">The <i>5430 Long Course Triathlon</i> will be held on June 21, 2009</font></b>');
				break;
			case 6:
				document.write('<a href="http://www.bbscendurancesports.com/" target="_blank"><img src="http://www.trifind.net/b/BBSC/rage-pics/bike1.jpg"');
				document.write(' border="0"');
				document.write(' alt="do a vegas triathlon - click for more info"></a>');
				break;
			case 7:
				document.write('<a href="http://www.thegrandcolumbian.com/" target="_blank"><img src="http://www.trifind.net/coulee/GC3.jpg"');
				document.write(' border="0"');
				document.write(' alt="triathlon at the grand coulee dam"></a>');
				break;
			case 8:
				document.write('<a href="http://www.ustrisports.com/" target="_blank"><img src="http://www.trifind.net/b/us-trisports/pic4.gif"');
				document.write(' border="0"');
				document.write(' alt="triathlon series in utah"></a>');
				break;
			}



				