		images = new Array(7);
		images[0] = "<a href = 'http://www.billgladstone.com/Listings/Warehouse/Lease/471_JPL/471_JPL.html'><img src='http://www.billgladstone.com/Featured_Props/471.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='471 JPLWick Drive'></a>";
		images[1] = "<a href = 'http://www.billgladstone.com/Listings/Industrial/Sale/806S28th/801S28th.html'><img src='http://www.billgladstone.com/Featured_Props/806.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='806 S. 28th Street'></a>";
		images[2] = "<a href = 'http://www.billgladstone.com/Listings/Investment/Sale/5620_Derry/5620_Derry.html'><img src='http://www.billgladstone.com/Featured_Props/Harrisburg.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='Harrisburg Street'></a>";
		images[3] = "<a href = 'http://www.billgladstone.com/Listings/Office/Lease/30_N_3rd/30_N_3rd.html'><img src='http://www.billgladstone.com/Featured_Props/30.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='30 North Third Street'></a>";
		images[4] = "<a href = 'http://www.billgladstone.com/Listings/Commercial/Lease/1727_N_2nd/1727_N_2nd.html'><img src='http://www.billgladstone.com/Featured_Props/1727.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='1727 N. 2nd Street'></a>";
		images[5] = "<a href = 'http://www.billgladstone.com/Listings/Industrial/Lease/28EMain/28EMain.html'><img src='http://www.billgladstone.com/Featured_Props/28.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='28 E. Main Street'></a>";
		images[6] = "<a href = 'http://www.billgladstone.com/Listings/Office/Lease/208N3rd/208N3rd.html'><img src='http://www.billgladstone.com/Featured_Props/208_N_Third.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='208 N. Third Street'></a>";
		index = Math.floor(Math.random() * images.length);
		document.write("<DL>\n");
		document.write("<DT>" + "" + images[index] + "\n");
		document.write("</DL>\n");	
