<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "tempo/kurama/kyoto/kurama_kyoto.htm";
jumpURL[1] = "tempo/kurama/kyoto/kurama_kyoto.htm";
imgURL[0]  = "ntb_toplogo2/6/kurama.gif";
imgURL[1]  = "ntb_toplogo2/6/kurama.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>");
// -->

