// random
jmp = new Array();
img = new Array();


// jmp
jmp[0] = "/redirect/index.php?id=dmm";
jmp[1] = "/redirect/index.php?id=commodity";
jmp[2] = "/redirect/index.php?id=himawari";
//jmp[3] = "/redirect/index.php?id=fxonline";
//jmp[4] = "/redirect/index.php?id=tradeindex";


// img address
img[0] = "http://www.accesstrade.net/at/r.html?rk=01006ko1007ht8";
img[1] = "http://www.accesstrade.net/at/r.html?rk=01004os5007ht8";
img[2] = "http://www.accesstrade.net/at/r.html?rk=010033cr007ht8";
img[3] = "http://www.accesstrade.net/at/r.html?rk=010046nd007ht8";
img[4] = "http://www.accesstrade.net/at/r.html?rk=010072uy007ht8";


n = Math.floor(Math.random()*jmp.length);
document.write("<div class='bnrH'><a href='"+jmp[n]+"' target='_blank'>");
document.write("<img src='"+img[n]+"' width='300' height='250' alt='' class='ov' />");
document.write("</a></div>");
