<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "tempo/beer_station/yebisu/index.html";
jumpURL[1] = "ntb_tempo/issai/issai_under.htm";
jumpURL[2] = "ntb_tempo/takao/takao_under.htm";
imgURL[0]  = "ntb_toplogo2/3/beer_station.gif";
imgURL[1]  = "ntb_toplogo2/3/issai.gif";
imgURL[2]  = "ntb_toplogo2/3/takao.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>");
// -->
