function image(){
	var n = Math.floor(Math.random()*3) ;
	document.write("<img src='common/image/index-ph00"+n+".jpg' width='920' height='298' alt=''>");
};
