		var randomnumber;
		var x;
		var books;
		
		books = 3;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://gamultisports.com/rock-n-rollman-triathlon/" target="_blank"><img src="http://trifind.net/b/rock_roll/sbr.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a><br><b><font size="2">The 2010 Coliseums Rock N RollMan Triathlon will be held June 5th</font></b><br>');
				break;
			case 2:
				document.write('<a href="http://gamultisports.com/rock-n-rollman-triathlon/" target="_blank"><img src="http://trifind.net/b/rock_roll/sbr.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a><br><b><font size="2">The 2010 Coliseums Rock N RollMan Triathlon will be held June 5th</font></b><br>');
				break;
			case 3:
				document.write('<a href="http://gamultisports.com" target="_blank"><img src="http://trifind.net/b/rock_roll/westpoint-pic.jpg"');
				document.write(' border="0"');
				document.write(' alt="a half ironman distance triathlon"></a>');
				break;
			}


