var ImageCount;
ImageCount = 48;		//　画像の最大枚数
img = Math.floor(Math.random() * ImageCount);
document.write("<IMG SRC='src/ef/"+img+".jpg' width=300 height=225 border=0 class='photo3'>"); 