		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://www.buduracing.com/" target="_blank"><img src="http://www.trifind.net/b/BuDu/ban1.jpg"');
				document.write(' border="0"');
				document.write(' alt="races in washington"></a>');
				break;
			case 2:
				document.write('<a href="http://www.buduracing.com/" target="_blank"><img src="http://www.trifind.net/b/BuDu/ban1.jpg"');
				document.write(' border="0"');
				document.write(' alt="click for more info"></a>');
				break;
			case 3:
				document.write('<a href="http://www.portlandtri.com/c.php?code=1" target="_blank"><img src="http://www.trifind.net/b/musselman/or/ban.gif"');
				document.write(' border="0"');
				document.write(' alt="city of portland triathlon"></a><br><iframe src="http://www.trifind.net/b/musselman/stats/washington.html" name="city of portland triathlon" width=1 height=1 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			}



				