//トップページランダム画像表示
<!--
imgURL  = new Array();
imgURL[0]  = "photo/top/banner00.jpg";
imgURL[1]  = "photo/top/banner01.jpg";
imgURL[2]  = "photo/top/banner02.jpg";
imgURL[3]  = "photo/top/banner03.jpg";
imgURL[4]  = "photo/top/banner04.jpg";
imgURL[5]  = "photo/top/banner05.jpg";
n = Math.floor(Math.random()*imgURL.length);
s = 5 - n;
// -->
<!--
function OpenSubwindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
<!--
xx = escape(document.referrer);
yy = "";
for (i = 0; i < xx.length; i++) {
  zz = xx.charAt(i);
  yy += (zz == "+") ? "%2B" : zz;
}
// -->