		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.ezbikeproducts.com/ez-bike-stand-description/" target="_blank"><img src="http://trifind.net/b/ez-bike-stand/side.jpg"');
				document.write(' border="0"');
				document.write(' alt="The New EZ Bike Stand"></a>');
				break;
			case 2:
				document.write('<a href="http://www.ezbikeproducts.com/ez-bike-stand-description/" target="_blank"><img src="http://trifind.net/b/ez-bike-stand/side2.jpg"');
				document.write(' border="0"');
				document.write(' alt="The New EZ Bike Stand"></a>');
				break;
			case 3:
				document.write('<a href="http://www.ezbikeproducts.com/ez-bike-stand-description/" target="_blank"><img src="http://trifind.net/b/ez-bike-stand/side.jpg"');
				document.write(' border="0"');
				document.write(' alt="The New EZ Bike Stand"></a>');
				break;
			case 4:
				document.write('<a href="http://www.ezbikeproducts.com/ez-bike-stand-description/" target="_blank"><img src="http://trifind.net/b/ez-bike-stand/side2.jpg"');
				document.write(' border="0"');
				document.write(' alt="The New EZ Bike Stand"></a>');
				break;
			case 5:
				document.write('<a href="http://www.ezbikeproducts.com/ez-bike-stand-description/" target="_blank"><img src="http://trifind.net/b/ez-bike-stand/side.jpg"');
				document.write(' border="0"');
				document.write(' alt="The New EZ Bike Stand"></a>');
				break;
			}


