
function setPhoto()
{
	var RandLoad = Math.floor(Math.random()*4);
	Photos = new Array ("/images/home/home_image1.gif", "/images/home/home_image2.gif", "/images/home/home_image3.gif", "/images/home/home_image4.gif");
	phot = Photos[RandLoad];
	document.photo.src = Photos[RandLoad];
}
