function topPhotograph ()
{
	var selectnum = Math.floor(Math.random() * 10);
	document.topPhoto.src="00_common_image/topPagePhotograph/"+selectnum+".jpg";
}