fileMax = 1; 

//以下IMGファイル名(.jpg,.gif,.png)の指定
IMG = new Array(fileMax);
IMG[0]="top_banner01.gif";



fileNo = Math.floor(Math.random()*fileMax);
document.write("<a href='http://openwater.gr.jp/ad/index.html' target='_self'><IMG src='http://openwater.gr.jp/banner_img/top_page/"+IMG[fileNo]+"' border=0></a>");

