function init(){

	num = Math.floor(Math.random()*5);
	photo_file = './top_img/'+num+'.jpg';
	document.getElementById('photoarea').style.backgroundImage = 'url('+photo_file+')';


}