		var randomnumber;
		var x;
		var books;
		
		books = 5;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<iframe src="http://www.trifind.net/b/title/side/2.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				document.write('<br><br><a href="https://www.yourcausesports.org" target="_blank"><img src="http://trifind.net/b/tri-cause/side.gif"');
				document.write(' border="0"');
				document.write(' alt="YOU select the nonprofit organization"></a>');
				break;
			case 2:
				document.write('<br><br><a href="https://www.yourcausesports.org" target="_blank"><img src="http://trifind.net/b/tri-cause/side.gif"');
				document.write(' border="0"');
				document.write(' alt="YOU select the nonprofit organization"></a>');
				break;
			case 3:
				document.write('<iframe src="http://www.trifind.net/b/title/side/1.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				document.write('<br><br><a href="https://www.yourcausesports.org" target="_blank"><img src="http://trifind.net/b/tri-cause/side.gif"');
				document.write(' border="0"');
				document.write(' alt="YOU select the nonprofit organization"></a>');
				break;
			case 4:
				document.write('<a href="http://www.ustrisports.com/" target="_blank"><img src="http://www.trifind.net/b/us-trisports/side.gif"');
				document.write(' border="0"');
				document.write(' alt="triathlon series in utah"></a>');
				break;
			case 5:
				document.write('<br><br><a href="https://www.yourcausesports.org" target="_blank"><img src="http://trifind.net/b/tri-cause/side.gif"');
				document.write(' border="0"');
				document.write(' alt="YOU select the nonprofit organization"></a>');
				break;
			}


