		var randomnumber;
		var x;
		var books;
		
		books = 5;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<br><a href="http://www.elementevents.com/" target="_blank"><img src="http://trifind.net/b/element-events/pic3.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a><br><b>The 2010 Breakwater Triathlon is scheduled for Sunday, August 29th</b>');
				break;
			case 2:
				document.write('<br><a href="http://www.elementevents.com/" target="_blank"><img src="http://trifind.net/b/element-events/pic3.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a><br><b>The 2010 Breakwater Triathlon is scheduled for Sunday, August 29th</b>');
				break;
			case 3:
				document.write('<br><a href="http://www.elementevents.com/" target="_blank"><img src="http://trifind.net/b/element-events/pic3.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a><br><b>The 2010 Breakwater Triathlon is scheduled for Sunday, August 29th</b>');
				break;
			case 4:
				document.write('<a href="http://www.musselmantri.com/" target="_blank"><img src="http://trifind.net/b/musselman/mm/pic4.jpg"');
				document.write(' border="0"');
				document.write(' alt="half ironman distance triathlon"></a><br><b><font size="2">The 2010 MusselMan Triathlon will be held July 11th in Geneva NY</font></b>');
				break;
			case 5:
				document.write('<a href="http://www.musselmantri.com/" target="_blank"><img src="http://trifind.net/b/musselman/mm/pic5.jpg"');
				document.write(' border="0"');
				document.write(' alt="click for more info"></a><br><b><font size="2">The 2010 MusselMan Triathlon will be held July 11th in Geneva NY</font></b>');
				break;
			}
