		var randomnumber;
		var x;
		var books;
		
		books = 4;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<br><br><iframe src="http://www.trifind.net/b/best-of-the-us/2010/side/WY1.html" width=130 height=130 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 2:
				document.write('<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('<br><br><iframe src="http://www.trifind.net/b/best-of-the-us/2010/side/WY2.html" width=130 height=130 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 4:
				document.write('<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;
			}


