//　画像ファイルは　photoxxx.jpg xxx=0〜lastphoto
//  乱数を発生させ、画像を選ぶ。
var lastphoto=20  /* ←　photo**.jpgの最も大きい**を記入　*/
var ransuu=Math.floor(Math.random()*(lastphoto+1))
document.write("<IMG SRC=rdmphoto/photo"+String(ransuu)+".JPG WIDTH='180' HEIGHT='240' BORDER='0' ALT='Photo of 34coffee'><br>")
document.write("<font size='1'>")
document.write(String(ransuu))
document.write("</font>")
