		var randomnumber;
		var x;
		var books;
		
		books = 6;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon"><br><b><font size="2">The 2007 Beach Blast will be held on April 28th</font></b></a>');
				break;
			case 2:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-4.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon"><br><b><font size="2">The 2007 Beach Blast will be held on April 28th</font></b></a>');
				break;
			case 3:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon"><br><b><font size="2">The 2007 Beach Blast will be held on April 28th</font></b></a>');
				break;
			case 4:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-4.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon"><br><b><font size="2">The 2007 Beach Blast will be held on April 28th</font></b></a>');
				break;
			case 5:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon"><br><b><font size="2">The 2007 Beach Blast will be held on April 28th</font></b></a>');
				break;
			case 6:
				document.write('<a href="http://www.thebeachblast.com/" target="_blank"><img src="http://www.trifind.net/b/beach_blast/pic-3.jpg"');
				document.write(' border="0"');
				document.write(' alt="the beach blast triathlon and duathlon"></a>');
				break;
			}



				