fileMax = 1; 

//以下IMGファイル名(.jpg,.gif,.png)の指定
IMG = new Array(fileMax);
IMG[0]="531.jpg";


fileNo = Math.floor(Math.random()*fileMax);
document.write("<IMG src='http://www.horon-bu.com/kanban/"+IMG[fileNo]+"' border=0>");
