<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "tempo/karin/karin_kokubunji.htm";
jumpURL[1] = "ntb_tempo/syunka/syunka_under.htm";
jumpURL[2] = "ntb_tempo/new_tokyo/new_tokyo_under.htm";
imgURL[0]  = "ntb_toplogo2/8/karin.gif";
imgURL[1]  = "ntb_toplogo2/8/syunka.gif";
imgURL[2]  = "ntb_toplogo2/8/newtokyo.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>");
// -->

