		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.triathlonchristmas.com/" target="_blank"><img src="http://www.triathlonchristmas.com/images/christmas_banner_130x160.jpg"');
				document.write(' border="0"');
				document.write(' alt="christmas gifts for triathletes"></a>');
				break;
			case 2:
				document.write('<a href="http://www.triathlonchristmas.com/" target="_blank"><img src="http://www.triathlonchristmas.com/images/christmas_banner_130x160.jpg"');
				document.write(' border="0"');
				document.write(' alt="christmas gifts for triathletes"></a>');
				document.write('<br><br><iframe src="http://www.trifind.net/b/sunset/side/3.html" width=130 height=160 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 3:
				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>');
				break;
			case 4:
				document.write('<a href="http://www.triathlonchristmas.com/" target="_blank"><img src="http://www.triathlonchristmas.com/images/christmas_banner_130x160.jpg"');
				document.write(' border="0"');
				document.write(' alt="christmas gifts for triathletes"></a>');
				document.write('<br><br><iframe src="http://www.trifind.net/b/sunset/side/3.html" width=130 height=160 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 5:
				document.write('<a href="http://www.silvermannv.com/" target="_blank"><img src="http://www.trifind.net/silverman/s-side.gif"');
				document.write(' border="0"');
				document.write(' alt="iron distance in vegas"></a>');
				document.write('<br><br><a href="http://www.triathlonchristmas.com/" target="_blank"><img src="http://www.triathlonchristmas.com/images/christmas_banner_130x160.jpg"');
				document.write(' border="0"');
				document.write(' alt="christmas gifts for triathletes"></a>');
				break;
			}


