images = new Array();
images[0] = "images/leasing_photo01.jpg"
images[1] = "images/leasing_photo02.jpg"
images[2] = "images/leasing_photo03.jpg"
function RandElement(IList)
	{
	return(IList[Math.round(Math.random()*(IList.length-1))]);
	}