		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.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="great place for a summer weekend at the beach"><br></a><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b>');
				break;
			case 2:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-1.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"></a>');
				break;
			case 3:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"><br><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b></a>');
				break;
			case 4:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="enjoy a family beach weekend"><br><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b></a>');
				break;
			case 5:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-1.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"></a><br><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b>');
				break;
			case 6:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"><br><b><font size="2">Great Sprint Distance Course Along Lake Michigan </font></b></a>');
				break;
			case 7:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-2.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"><br><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b></a>');
				break;
			case 8:
				document.write('<a href="http://www.firecrackertri.com/" target="_blank"><img src="http://www.trifind.net/b/Z/p-1.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon at Jean Klock Park"><br><b><font size="2">Sprint Distance and Kids Triathlon in Southwest Michigan</font></b></a>');
				break;
			}



				