// random
img = new Array();


// img address
img[0] = "http://www.accesstrade.net/at/r.html?rk=01005hmd007de7";
img[1] = "http://www.accesstrade.net/at/r.html?rk=01004ape007de7";
img[2] = "http://www.accesstrade.net/at/r.html?rk=01004apf007de7";
img[3] = "http://www.accesstrade.net/at/r.html?rk=010049xm007de7";


n = Math.floor(Math.random()*img.length);
document.write("<a href='/redirect/index.php?id=jins' class='popup' rel='nofollow'><img src='"+img[n]+"' alt='' width='120' height='120' class='ov' /></a>");