		images = new Array(3);
		images[0] = "<a href = 'http://www.billgladstone.com/Listings/Office/Lease/4076_market/4076_market.html'><img src='http://www.billgladstone.com/Featured_Props/4076_Market.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='4076 Market Street'></a>";
		images[1] = "<a href = 'http://www.billgladstone.com/Listings/Office/Lease/425_N21st/425_N21st.html'><img src='http://www.billgladstone.com/Featured_Props/425_N21st.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='425 N. 21st 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/5620_Derry.jpg' vspace='0' hspace='0' border='0' width='261' height='226' alt='5620-5650 Derry Street'></a>";
		index = Math.floor(Math.random() * images.length);
		document.write("<DL>\n");
		document.write("<DT>" + "" + images[index] + "\n");
		document.write("</DL>\n");	