		var randomnumber;
		var x;
		var books;
		
		books = 6;
		
		randomnumber = Math.floor(Math.random() * books);
		randomnumber = randomnumber + 1;
		
		switch(randomnumber)
			{
			case 1:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/1.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 2:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/2.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 3:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/3.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 4:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/1.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 5:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/2.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			case 6:
				document.write('<iframe src="http://www.trifind.net/b/title/SS/3.html" width=728 height=90 frameborder=0 scrolling=no marginwidth=0 marginheight=0></iframe>');
				break;
			}

