<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "ntb_tempo/hyakukan/hyakukan_under.htm";
jumpURL[1] = "ntb_tempo/sagami/sagami_under.htm";
jumpURL[2] = "honten/honten_7/7f.htm";
jumpURL[3] = "tempo/touanka/shinjyuku_odakyu/touanka_shinjyuku.htm";
imgURL[0]  = "ntb_toplogo2/4/hyakkan.gif";
imgURL[1]  = "ntb_toplogo2/4/sagami.gif";
imgURL[2]  = "ntb_toplogo2/4/toanro.gif";
imgURL[3]  = "ntb_toplogo2/4/touanka.gif";

n = Math.floor(Math.random()*jumpURL.length);
document.write("<a href='"+jumpURL[n]+"'>");
document.write("<img src='"+imgURL[n]+"' border='0'>");
document.write("</a>");
// -->
