		var randomnumber;
		var x;
		var books;
		
		books = 2;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.rufusracing.com/" target="_blank"><img src="http://www.trifind.net/b/rufus/pic.jpg"');
				document.write(' border="0"');
				document.write(' alt="rufusracing.com"></a><br><font size="2"><b>The 2010 Go Green Duathlon will be held on April 3rd</b></font>');
				break;
			case 2:
				document.write('<a href="http://www.rufusracing.com/" target="_blank"><img src="http://www.trifind.net/b/rufus/st-pat.jpg"');
				document.write(' border="0"');
				document.write(' alt="rufusracing.com"></a><br><font size="2"><b>St Patty\'s Revenge Urban Adventure Race - March 20, 2010 (Neosho, MO)</b></font>');
				break;
			case 3:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/2006/water.jpg"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Ironman Distance Triathlons"><br>Registration is now open for The 2009 SilverMan Triathlon!!!</a>');
				break;
			case 4:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/2006/water.jpg"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Ironman Distance Triathlons"><br>Registration is now open for The 2009 SilverMan Triathlon!!!</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 Beach Blast Triathlon / Duathlon</font></b></a>');
				break;
			case 6:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/2006/water.jpg"');
				document.write(' border="0"');
				document.write(' alt="Full and Half Ironman Distance Triathlons"><br>Registration is now open for The 2009 SilverMan Triathlon!!!</a>');
				break;
			case 7:
				document.write('<a href="http://www.amazon.com/gp/product/1931382204?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1931382204" target="_blank"><img src="http://trifind.net/books/swim-b.jpg"');
				document.write(' border="0"');
				document.write(' alt="Improve Your Swimming Times"></a>');
				break;
			case 8:
				document.write('<a href="http://www.amazon.com/gp/product/1931382204?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1931382204" target="_blank"><img src="http://trifind.net/books/swim-b.jpg"');
				document.write(' border="0"');
				document.write(' alt="Improve Your Swimming Times"></a>');
				break;
			}



				