		var randomnumber;
		var x;
		var books;
		
		books = 4;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.bluffcreektri.com" target="_blank"><img src="http://www.trifind.net/b/hickory-grove/HGpic.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon Information"></a><br><b>The 2010 Bluff Creek Triathlon is scheduled for May 23rd</b>');
				break;
			case 2:
				document.write('<a href="http://www.bluffcreektri.com" target="_blank"><img src="http://www.trifind.net/b/hickory-grove/HGpic.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon Information"></a><br><b>The 2010 Bluff Creek Triathlon is scheduled for May 23rd</b>');
				break;
			case 3:
				document.write('<a href="http://www.bluffcreektri.com" target="_blank"><img src="http://www.trifind.net/b/hickory-grove/HGpic.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon Information"></a><br><b>The 2010 Bluff Creek Triathlon is scheduled for May 23rd</b>');
				break;
			case 4:
				document.write('<a href="http://www.bluffcreektri.com" target="_blank"><img src="http://www.trifind.net/b/hickory-grove/HGpic.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlon Information"></a><br><b>The 2010 Bluff Creek Triathlon is scheduled for May 23rd</b>');
				break;
			}



				