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


// jmp
jmp[0] = "/redirect/index.php?id=dmm";
jmp[1] = "/redirect/index.php?id=jp-forex";
jmp[2] = "/redirect/index.php?id=click-sec";
jmp[3] = "/redirect/index.php?id=cyberagentfx-click365";
jmp[4] = "/redirect/index.php?id=himawari";
jmp[5] = "/redirect/index.php?id=fxonline";
jmp[6] = "/redirect/index.php?id=min-fx";
jmp[7] = "/redirect/index.php?id=m2j";
jmp[8] = "/redirect/index.php?id=himawari-ecotre";
//jmp[9] = "/redirect/index.php?id=";
//jmp[10] = "/redirect/index.php?id=";


// img address
img[0] = "http://www.accesstrade.net/at/r.html?rk=010072t60074jp";
img[1] = "http://www.accesstrade.net/at/r.html?rk=01006ewr0074jp";
img[2] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2639627&pid=879440220";
img[3] = "http://www.accesstrade.net/at/r.html?rk=01006o7p0074jp";
img[4] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2639627&pid=879399684";
img[5] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2639627&pid=879399685";
img[6] = "http://www.11-fx.com/img/bnr/bnr_minfx_300x250.gif";
img[7] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2639627&pid=879405572";
img[8] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2639627&pid=879441321";
img[9] = "";
img[10] = "";


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