function random_image() {
	img = new Array();
	img[0] = 'img/top/photo01-s.jpg';
	img[1] = 'img/top/photo02-s.jpg';
	img[2] = 'img/top/photo03-s.jpg';
	img[3] = 'img/top/photo04-s.jpg';
	img[4] = 'img/top/photo05-s.jpg';
	idx = Math.floor( Math.random() * img.length );
	document.write("<img src='" + img[idx] + "' title='フォトワールド 【プリント写真のスキャン（入力）サービス。デジタルフォトフレームで大切な思い出をいつまでも・・・】' alt='フォトワールド 【プリント写真のスキャン（入力）サービス】' width='684' width='318' />");
}

