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