function Top_RandImage(){
	imgURL  = new Array();
	imgURL[0]  = "/person/js/../image/top_img09.jpg";
	imgURL[1]  = "/person/js/../image/top_img10.jpg";
	imgURL[2]  = "/person/js/../image/top_img11.jpg";
	imgURL[3]  = "/person/js/../image/top_img12.jpg";
	imgURL[4]  = "/person/js/../image/top_img13.jpg";
	imgURL[5]  = "/person/js/../image/top_img14.jpg";
	imgURL[6]  = "/person/js/../image/top_img15.jpg";
	n = Math.floor(Math.random()*imgURL.length);
	document.write("<img src='"+imgURL[n]+"' alt='' width='560' height='147'>");
}
