// リンクを開くターゲット
tgt = 'target="_blank"';  

url = new Array();
img = new Array();

/* リンク先とそのバナーを記述 */
url[0] = "http://www.diy-tool.com/fs/diy/r01-3182"; img[0] = "./item-img/kore1202-ryobi.jpg";
url[1] = "http://www.diy-tool.com/fs/diy/a05-0118"; img[1] = "./item-img/kore1202-alinco.jpg";
url[2] = "http://www.diy-tool.com/fs/diy/h03-1483"; img[2] = "./item-img/kore1202-hitachi.jpg";
url[3] = "http://www.diy-tool.com/fs/diy/m17-1095"; img[3] = "./item-img/kore1202-musashi.jpg";
url[4] = "http://www.diy-tool.com/fs/diy/s37-2441"; img[4] = "./item-img/kore1202-trad.jpg";

url[5] = "http://www.diy-tool.com/fs/diy/h02-2453"; img[5] = "./item-img/kore1202-hakko.jpg";
url[6] = "http://www.diy-tool.com/fs/diy/k03-0083"; img[6] = "./item-img/kore1202-karcher.jpg";
url[7] = "http://www.diy-tool.com/fs/diy/h03-0073"; img[7] = "./item-img/kore1202-hitachi2.jpg";
url[8] = "http://www.diy-tool.com/fs/diy/u03-0494"; img[8] = "./item-img/kore1202-uniworud.jpg";
url[9] = "http://www.diy-tool.com/fs/diy/4954183153540"; img[9] = "./item-img/kore1202-kds.jpg";

url[10] = "http://www.diy-tool.com/fs/diy/c/wfs"; img[10] = "./item-img/feature1112-wfs.jpg";
url[11] = "http://www.diy-tool.com/feature/ergodyne.html"; img[11] = "./item-img/feature1110-ergodyne.jpg";
url[12] = "http://www.diy-tool.com/fs/diy/c/nuro"; img[12] = "./item-img/feature1110-nuro.jpg";
url[13] = "http://www.diy-tool.com/fs/diy/x01-0286"; img[13] = "./item-img/random_toolbox.jpg";
p = Math.round(Math.random() * (url.length - 1));
DOC = "<a href='" + url[p] + "' " + tgt + " class='imghover'><img src='" + img[p] + "' border=0></a>";

