		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.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic1.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 2:
				document.write('<a href="http://www.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 3:
				document.write('<a href="http://www.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic1.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 4:
				document.write('<a href="http://www.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 5:
				document.write('<a href="http://www.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic1.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 6:
				document.write('<a href="http://www.Portlandtri.com/" target="_blank"><img src="http://trifind.net/b/musselman/or/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="portland triathlon"></a><br><b><font size="2">The 2010 Freshwater Trust Portland Triathlon will be held August 22nd</font></b>');
				break;
			case 7:
				document.write('<a href="http://www.anchormantriathlon.com" target="_blank"><img src="http://www.trifind.net/b/tri-freak/pic3.jpg"');
				document.write(' border="0"');
				document.write(' alt="AnchorMan Triathlon - click for more info"></a><br><font size="2"><b>Qualifying Races: </b>SanFrancisco 6/7 | Seattle 8/9 | Portland 8/23</font>');
				break;
			case 8:
				document.write('<a href="http://www.anchormantriathlon.com" target="_blank"><img src="http://www.trifind.net/b/tri-freak/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="AnchorMan Triathlon - click for more info"></a>');
				break;
			case 9:
				document.write('<a href="http://www.anchormantriathlon.com" target="_blank"><img src="http://www.trifind.net/b/tri-freak/pic3.jpg"');
				document.write(' border="0"');
				document.write(' alt="AnchorMan Triathlon - click for more info"><br><font size="2"><b>Qualifying Races: SanFrancisco 6/7 | Seattle 8/9 | Portland 8/23</b></font></a>');
				break;
			case 10:
				document.write('<a href="http://www.anchormantriathlon.com" target="_blank"><img src="http://www.trifind.net/b/tri-freak/pic2.jpg"');
				document.write(' border="0"');
				document.write(' alt="AnchorMan Triathlon - click for more info"></a>');
				break;
			}


