function gazo(){
jmp = new Array();
img = new Array();

jmp[0] = "http://www.goodsmile.info/product/ja/3156/%E3%81%AD%E3%82%93%E3%81%A9%E3%82%8D%E3%81%84%E3%81%A9+%E9%B9%BF%E7%9B%AE%E3%81%BE%E3%81%A9%E3%81%8B.html";
jmp[1] = "http://www.goodsmile.info/product/ja/2601/%E3%81%AD%E3%82%93%E3%81%A9%E3%82%8D%E3%81%84%E3%81%A9%E3%81%B7%E3%81%A1+%E3%83%9C%E3%83%BC%E3%82%AB%E3%83%AD%E3%82%A4%E3%83%89+01.html";
jmp[2] = "http://www.jp.playstation.com/support/psp/repair/charge.html";
jmp[3] = "http://www.apple.com/iphone/";
jmp[4] = "http://www.sellsta.net/junk.html";
jmp[5] = "http://p.twipple.jp/RxzKL";

img[0] = "./image/madoka.png";
img[1] = "./image/putimiku.png";
img[2] = "./image/game.png";
img[3] = "./image/iphone4s.png";
img[4] = "./image/junk.png";
img[5] = "./image/pmiku.png";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0' width='140' height='300'>");
document.write("</a>");
}

