		var randomnumber;
		var x;
		var books;
		
		books = 5;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<a href="http://www.trinitydesigns.org" target="_blank"><img src="http://www.findaraceevent.com/p/trinity_designs/A.gif"');
				document.write(' border="0"');
				document.write(' alt="necklaces, bracelets, key chains, book marks ...."></a>');
				document.write('<br><br><iframe src="http://www.trifind.net/b/title/side/1.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 2:
				document.write('<a href="http://www.dallassportsuniversity.com" target="_blank"><img src="http://www.trifind.net/b/dallas/side.gif"');
				document.write(' border="0"');
				document.write(' alt="dallas area events"></a>');
				break;
			case 3:
				document.write('<a href="http://www.PeakMileStones.com" target="_blank"><img src="http://trifind.net/b/peak-mile-stones/side.gif"');
				document.write(' border="0"');
				document.write(' alt="hand-crafted stone-shaped pewter necklaces"></a>');
				break;
			case 4:
				document.write('<a href="http://www.ironmankansas.com" target="_blank"><img src="http://www.trifind.net/b/Z/k/side.jpg"');
				document.write(' border="0"');
				document.write(' alt="ironmankansas.com"></a>');
				break;
			case 5:
				document.write('<a href="http://www.PeakMileStones.com" target="_blank"><img src="http://trifind.net/b/peak-mile-stones/side.gif"');
				document.write(' border="0"');
				document.write(' alt="hand-crafted stone-shaped pewter necklaces"></a>');
				document.write('<br><br><a href="http://www.amazon.com/gp/product/1931382425?ie=UTF8&tag=trifindcom&linkCode=as2&camp=1789&creative=9325&creativeASIN=1931382425" target="_blank"><img src="http://images.amazon.com/images/P/1931382425.01.MZZZZZZZ.jpg"');
				document.write(' border="0"');
				document.write(' alt="New Addition of The All Time Best Selling Triathlon Book"><br>The Triathlete\'s<br>Training Bible</a>');
				document.write('<br><br><iframe src="http://www.trifind.net/b/title/side/2.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			}


