function randomImgWrite() {	imgNum=6; //ランダムに表示する画像の枚数        showImgNum=Math.round(Math.random()*imgNum);	if(showImgNum==0) showImgNum=imgNum;	document.write('<img src="images/poster'+showImgNum+'.jpg" width="461" height="655" alt="IMAGE">');}