		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.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			case 2:
				document.write('<a href="http://www.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			case 3:
				document.write('<a href="http://www.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			case 4:
				document.write('<a href="http://www.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			case 5:
				document.write('<a href="http://www.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			case 6:
				document.write('<a href="http://www.usantc.com/event_list.php?&eventid=399" target="_blank"><img src="http://www.trifind.net/b/FL-Tri-Camp/SS.jpg"');
				document.write(' border="0"');
				document.write(' alt="at the National Training Center, Florida"></a>');
				break;
			}

