// JavaScript Document
jmp = new Array();
img = new Array();
//jmp[00] = "http://okehazama.net/modules/event/index.php?page=article&storyid=32";
//jmp[01] = "http://okehazama.net/modules/event/index.php?page=article&storyid=26";

// JavaScript Document
//img[00] = "http://okehazama.net/image/home_main/okehazama450fes.png";
//img[01] = "http://okehazama.net/image/home_main/akino_jin_468.jpg";

n = Math.floor(Math.random()*jmp.length);
n = Math.floor(Math.random()*jmp.length);
document.write("<A href='"+jmp[n]+"' target='_top'>");
document.write("<IMG src='"+img[n]+"' border='0' align='absbottom'>");
document.write("</A>");
