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


// jmp
jmp[0] = "/redirect/index.php?id=recruit-nb";
jmp[1] = "/redirect/index.php?id=kango-pro";
jmp[2] = "/redirect/index.php?id=nurse-agent";
jmp[3] = "/redirect/index.php?id=nursejapan";
jmp[4] = "/redirect/index.php?id=type";
jmp[5] = "/redirect/index.php?id=benesse-mcm";
jmp[6] = "/redirect/index.php?id=s-mpro-n";


// img address
img[0] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2708282&pid=879373546";
img[1] = "http://www.accesstrade.net/at/r.html?rk=010072vg007l4a";
img[2] = "http://www.accesstrade.net/at/r.html?rk=01006zvx007l4a";
img[3] = "http://ad.jp.ap.valuecommerce.com/servlet/gifbanner?sid=2708282&pid=879690784";
img[4] = "http://www.accesstrade.net/at/r.html?rk=01008k0c007l4a";
img[5] = "http://www29.a8.net/svt/bgt?aid=110426693688&wid=001&eno=01&mid=s00000010935001018000&mc=1";
img[6] = "http://www28.a8.net/svt/bgt?aid=110426693686&wid=001&eno=01&mid=s00000010960001007000&mc=1";


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>");
