		var randomnumber;
		var x;
		var books;
		
		books = 16;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.trifind.com/" target="_blank"><img src="http://www.trifind.net/banner.gif"');
				document.write(' border="0"');
				document.write(' alt="The World\'s Largest Triathlon Calendar"></a>');
				break;
			case 2:
				document.write('<a href="http://www.jamtrisuits.com/" target="_blank"><img src="http://www.trifind.net/b/jam_trisuit/jam2.gif"');
				document.write(' border="0"');
				document.write(' alt="the tri-suit for women by women"></a>');
				break;
			case 3:
				document.write('<a href="http://www.livetheadventure.net/LTA/wrp.cfm" target="_blank"><img src="http://www.trifind.net/b/LTA/bannerAd1.gif"');
				document.write(' border="0"');
				document.write(' alt="Double Your Energy Level - Decrease Your Fatigue"></a>');
				break;
			case 4:
				document.write('<a href="http://www.cgiracing.com" target="_blank"><img src="http://www.trifind.net/b/cgi/banner.jpg"');
				document.write(' border="0"');
				document.write(' alt="Click For Race Info"></a>');
				break;
			case 5:
				document.write('<a href="http://hop.clickbank.net/?trifind/triswim1" target="_blank"><img src="http://www.trifind.net/books/swim/tri-swim.jpg"');
				document.write(' border="0"');
				document.write(' alt="New On Line E Book click for more info on how you can swim faster"></a>');
				break;
			case 6:
				document.write('<a href="http://www.silvermannv.com" target="_blank"><img src="http://www.trifind.net/silverman/s-banner-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="SilverMan Triathlon - Las Vegas Neveda"></a>');
				break;
			case 7:
				document.write('<a href="http://www.trifind.net/advertising/" target="_blank"><img src="http://www.trifind.net/advertising/your_ad_here.gif"');
				document.write(' border="0"');
				document.write(' alt="Advertise Your Product On The World\'s Largest Triathlon Calendar"></a>');
				break;
			case 8:
				document.write('<a href="http://www.trifind.com/books" target="_blank"><img src="http://www.trifind.net/b/TriBooks2.gif"');
				document.write(' border="0"');
				document.write(' alt="Best Selling Triathlon Books"></a>');
				break;
			case 9:
				document.write('<a href="http://www.ontri.com" target="_top"><img src="http://www.trifind.net/ontri/banner.jpg"');
				document.write(' border="1"');
				document.write(' alt="click here for ontri.com"></a>');
				break;
			case 10:
				document.write('<a href="http://www.thegrandcolumbian.com" target="_blank"><img src="http://www.trifind.net/b/coulee1.gif"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Iron Distance Triathlons - click for more info"></a>');
				break;
			case 11:
				document.write('<a href="http://www.jamtrisuits.com/" target="_blank"><img src="http://www.trifind.net/b/jam_trisuit/jam2.gif"');
				document.write(' border="0"');
				document.write(' alt="the tri-suit for women by women"></a>');
				break;
			case 12:
					document.write('<a href="http://wetsuitrental.com" target="_blank"><img src="http://www.trifind.net/b/wetsuit/banner.jpg"');
				document.write(' border="0"');
				document.write(' alt="improve your swim times"></a>');
				break;
			case 13:
				document.write('<a href="http://www.bbscendurancesports.com" target="_blank"><img src="http://www.trifind.net/b/BBSC/2006-1.gif"');
				document.write(' border="0"');
				document.write(' alt="swim, bike, run in las vegas, nevada"></a>');
				break;
			case 14:
				document.write('<a href="http://www.trifind.net/advertising/" target="_blank"><img src="http://www.trifind.net/advertising/ad3.gif"');
				document.write(' border="0"');
				document.write(' alt="Advertise Your Product On The World\'s Largest Triathlon Calendar"></a>');
				break;
			case 15:
				document.write('<a href="http://www.silvermannv.com" target="_blank"><img src="http://www.trifind.net/silverman/s-banner-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="SilverMan Triathlon - Las Vegas Neveda"></a>');
				break;
			case 16:
				document.write('<a href="http://www.trifind.com/books" target="_blank"><img src="http://www.trifind.net/b/TriBooks2.gif"');
				document.write(' border="0"');
				document.write(' alt="Best Selling Triathlon Books"></a>');
				break;
			}

