		var randomnumber;
		var x;
		var books;
		
		books = 20;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				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>');
				break;
			case 2:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-2.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 3:
				document.write('<iframe src="http://www.trifind.net/b/title/side/3.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 4:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-4.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 5:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-1.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 6:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-2.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 7:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-3.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 8:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-4.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 9:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-3.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 10:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-4.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 11:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-1.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 12:
				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>');
				break;
			case 13:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-3.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 14:
				document.write('<iframe src="http://www.trifind.net/b/title/side/4.html" width=120 height=120 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 15:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-1.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 16:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-2.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 17:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-3.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 18:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-4.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 19:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-1.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 20:
				document.write('<iframe src="http://www.trifind.net/b/title/side/t-2.html" width=120 height=240 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			}
