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