window.onload=function(){   
	var n=Math.ceil(Math.random()*6);   
	document.getElementById("pic").style.backgroundImage="url(images/picturn_0"+n+".jpg)";   
}   
