		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.amazon.com/gp/product/1934030198?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1934030198" target="_blank"><img src="http://www.trifind.net/books/bible.jpg"');
				document.write(' border="0"');
				document.write(' alt="Triathlete\'s Training Bible"><br><b>The Triathlete\'s<br>Training Bible</b></a><<img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1934030198" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			case 2:
				document.write('<a href="http://www.amazon.com/gp/product/1934030414?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1934030414" target="_blank"><img src="http://trifind.net/books/yoga-s.jpg"');
				document.write(' border="0"');
				document.write(' alt="Pocket Guide to Yoga"><br><b>The Athlete\'s Pocket<br>Guide to Yoga:</b> 50 Routines for Flexibility, Balance, and Focus</a><<img src="http://www.assoc-amazon.com/e/ir?t=trifindcom&l=as2&o=1&a=1934030198" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />');
				break;
			case 3:
				document.write('<iframe src="http://www.trifind.net/b/pocatello/2009/1.html" width=120 height=190 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			}


