//バナー表示html
report_bnr_html = new Array();
//report_bnr_html[0] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GYProductList_evt.asp?mk=XA'><img src='../Gekiyasu/gpic/report/ad_fuku.gif' /></a></div>";
//report_bnr_html[1] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20110202.asp'><img src='../Gekiyasu/gpic/report/20110202_bnr4.gif'></a></div>";

report_bnr_html[0] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20120117.asp'><img src='../Gekiyasu/gpic/report/20120117_bnr.gif'></a></div>";
report_bnr_html[1] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20110202.asp'><img src='../Gekiyasu/gpic/report/20110202_bnr4.gif'></a></div>";
report_bnr_html[2] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20120214.asp'><img src='../Gekiyasu/gpic/report/20120214_bnr.gif'></a></div>";
//report_bnr_html[2] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20101121.asp'><img src='../Gekiyasu/gpic/report/20101121_bnr.jpg'></a></div>";
//report_bnr_html[3] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20110120.asp'><img src='../Gekiyasu/gpic/report/20110120_bnr.gif'></a></div>";
//report_bnr_html[4] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20110202.asp'><img src='../Gekiyasu/gpic/report/20110202_bnr2.gif'></a></div>";
//report_bnr_html[5] = "<div style='background:#fb0; height:35px; text-align:center;' ><a href='../Gekiyasu/GReport_20110105.asp'><img src='../Gekiyasu/gpic/report/20110105_bnr.gif'></a></div>";

//乱数
report_no = Math.floor(Math.random()*report_bnr_html.length);

//表示
document.write(report_bnr_html[report_no]);


