jmp = new Array();
img = new Array();
jmp[0] = "http://blog.livedoor.jp/kanagawa_best16/archives/51364540.html";
jmp[1] = "http://blog.livedoor.jp/kanagawa_best16/archives/51364540.html";
img[0] = "http://baseballvoice.img.jugem.jp/20091209_1214292.jpg";
img[1] = "http://baseballvoice.img.jugem.jp/20091209_1214338.jpg";
n = Math.floor(Math.random()*jmp.length);
document.write("<a href='"+jmp[n]+"'>");
document.write("<img src='"+img[n]+"' border='0'>");
document.write("</a>");
