<!--

			//Javascript Created by Computerhope http://www.computerhope.com

			//store the quotations in arrays

			images = new Array(5);

			images[0] = "<a href = 'http://www.ezsettile.com' target='_blank'><img src='../img/ezset.jpg' alt='EZ Set Tile' border='0'></a>";
			
			images[1] = "<a href = 'http://www.sunegress.com' target='_blank'><img src='../img/sunegressbanner.jpg' alt='Sun Egress Window Wells'></a>";

			images[2] = "<br><br><a href ='' onclick=\"return popitup('../other/proto.php')\" target='_blank'><img src='../img/prototype.jpg' alt='A-1 on Prototype This!' border='0'></a>";

			images[3] = "<a href = 'http://www.sunegress.com' target='_blank'><img src='../img/sunegressbanner.jpg' alt='Sun Egress Window Wells' border='0'></a>";
			
			images[4] = "<a href = '../green/index.php' target='_self'><img src='../img/greenbotbansm.jpg' alt='A-1 Fiberglass is Going Green!' width='700' border='0'></a>";
			
			index = Math.floor(Math.random() * images.length);

			document.write(images[index]);

			//done

			// -->// JavaScript Document