function randImg(){
	randImgSrc = "random0"+(Math.floor(Math.random()*8)+1)+".jpg";
	document.getElementById("content").style.background="url(/webdata/graphics/"+randImgSrc+") no-repeat";
}

