<!--
jumpURL = new Array();
imgURL  = new Array();
jumpURL[0] = "http://www.334.co.jp/jpn/";
jumpURL[1] = "";
jumpURL[2] = "http://www.hakodatexmas.com/";
jumpURL[3] = "http://www.hakodate-illumination.com/";
jumpURL[4] = "";
jumpURL[5] = "";
jumpURL[6] = "";
jumpURL[7] = "http://www.city.hakodate.hokkaido.jp/soumu/hensan/jimbutsu_ver1.0/b_jimbutsu/takadaya_kahe.htm";
jumpURL[8] = "";
jumpURL[9] = "http://www.hakodate-bugyosho.jp/";


imgURL[0]  = "topimg/03.jpg";
imgURL[1]  = "topimg/04.jpg";
imgURL[2]  = "topimg/07.jpg";
imgURL[3]  = "topimg/15.jpg";
imgURL[4]  = "topimg/30.jpg";
imgURL[5]  = "topimg/37.jpg";
imgURL[6]  = "topimg/39.jpg";
imgURL[7]  = "topimg/42.jpg";
imgURL[8]  = "topimg/30.jpg";
imgURL[9]  = "topimg/51.jpg";


n = Math.floor(Math.random()*jumpURL.length);
document.write("<div id='img'>\n")
document.write("<a href='"+jumpURL[n]+"'>");
document.write("<img src='"+imgURL[n]+"' border='0'>");
document.write("</a>\n");
document.write("</div>\n")
// -->
