function pictSelect(){
	
	myNum = Math.floor(Math.random()*3)+1;
	
	document.write('<img src="img/index_main0' + myNum + '.jpg" width="912" height="522" usemap="#Map"><br>');
	
}