		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.buduracing.com/" target="_blank"><img src="http://www.trifind.net/b/BuDu/pic1.jpg"');
				document.write(' border="0"');
				document.write(' alt="triathlons in washington state"><br><b><font size="2">Click photo for the next BuDu Racing event in your area.</font></b></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>SilverMan Triathlon - Las Vegas, Nevada</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>SilverMan Triathlon - Las Vegas, Nevada</a>');
				break;
			case 4:
				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>SilverMan Triathlon - Las Vegas, Nevada</a>');
				break;
			case 5:
				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>SilverMan Triathlon - Las Vegas, Nevada</a>');
				break;
			case 6:
				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>SilverMan Triathlon - Las Vegas, Nevada</a>');
				break;
			case 7:
				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>SilverMan Triathlon - Las Vegas, Nevada</a>');
				break;
			case 8:
				document.write('<a href="http://www.buduracing.com/" target="_blank"><img src="http://www.trifind.net/b/BuDu/pic4.jpg"');
				document.write(' border="0"');
				document.write(' alt="triathlons in washington state"><br><b><font size="2">Click photo for the next BuDu Racing event in your area.</font></b></a>');
				break;
			}



				