﻿//トップページランダム画像表示
<!--
imgURL  = new Array();
imgURL[0]  = "images/happy00.jpg";
imgURL[1]  = "images/happy01.jpg";
imgURL[2]  = "images/happy02.jpg";
imgURL[3]  = "images/happy03.jpg";
imgURL[4]  = "images/happy04.jpg";
imgURL[5]  = "images/happy05.jpg";
txtURL  = new Array();
txtURL[5]  = "うめおむすび";
txtURL[3]  = "こんぶおむすび";
txtURL[1]  = "さけおむすび";
txtURL[2]  = "ちりめんじゃこおむすび";
txtURL[4]  = "まぜおむすび";
txtURL[0]  = "黒豆おむすび";
n = Math.floor(Math.random()*imgURL.length);
s = 5 - n;
// -->
//指定サイズで別ウィンドウを開く
<!--
function OpenSubwindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
