jmp = new Array();
img = new Array();
jmp[0] = "http://hb.afl.rakuten.co.jp/hsc/0a380b78.58ddbfab.03e2a039.ed23258d/";
jmp[1] = "http://hb.afl.rakuten.co.jp/hsc/0a380aa1.18358757.03e2a039.ed23258d/";
jmp[2] = "http://hb.afl.rakuten.co.jp/hsc/0a380b76.3a7ed816.03e2a039.ed23258d/";

img[0] = "http://hbb.afl.rakuten.co.jp/hsb/0a380b78.58ddbfab.03e2a039.ed23258d/";
img[1] = "http://hbb.afl.rakuten.co.jp/hsb/0a380aa1.18358757.03e2a039.ed23258d/";
img[2] = "http://hbb.afl.rakuten.co.jp/hsb/0a380b76.3a7ed816.03e2a039.ed23258d/";

function setBanner(){
	amount = img.length;
	No = Math.floor(Math.random()*jmp.length);
	document.write("<a href='"+jmp[No]+ "' target='_blank'>");
        document.write("<img src='" + img[No] + "' border='0'>");
        document.write("</a>");
}