// JavaScript Document
function loadphoto(){
	var idRandom = Math.floor(Math.random()*5);
	document.getElementById("photo").style.background="url(photos/rgt_photo_0"+idRandom+".jpg)";
}