// JavaScript Document

jmp = new Array();
img = new Array();
jmp[0] = "http://www.rudyproject-japan.com/special/zyon-sailing/index.html";
jmp[1] = "http://www.rudyproject-japan.com/special/golf-series/index.html";
jmp[2] = "http://www.rudyproject-japan.com/sport/guardyan/index.html";
jmp[3] = "http://www.rudyproject-japan.com/sport/rydon/index.html";
jmp[4] = "http://www.talex.co.jp/first/index.html";
jmp[5] = "http://www.talex.co.jp/first/index.html";
jmp[6] = "http://www2.oakley.jp/men/sunglasses/special_edition/livestrong_collection/";
jmp[7] = "http://www.lindberg.com/";
jmp[8] = "http://www.lindberg.com/";
jmp[9] = "http://oakley.jp/index.php";
img[0] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/rudyproject_01.jpg";
img[1] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/rudyproject_02.jpg";
img[2] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/rudyproject_03.jpg";
img[3] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/rudyproject_04.jpg";
img[4] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/talex_01.jpg";
img[5] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/talex_02.jpg";
img[6] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/oakley_01.jpg";
img[7] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/lindberg_01.jpg";
img[8] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/lindberg_02.jpg";
img[9] = "http://meganedam.chillout.jp/meganedam/wp-content/themes/meganedam/images/column/top/oakley_02.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"' target='_blank' width='647' height='241'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");