var ImageCount;
ImageCount = 5;		//　画像の最大枚数
img = Math.floor(Math.random() * ImageCount);
document.write("<IMG SRC='img/random/"+img+".jpg'>");
