<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "tempo/diningout/dining.htm";
jumpURL[1] = "ntb_tempo/new_tokyo/new_tokyo_beer.htm";
imgURL[0]  = "ntb_toplogo2/1/diningout.gif";
imgURL[1]  = "ntb_toplogo2/1/newtokyo_beerhall.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>");
// -->
