// JavaScript Document
<!--読み込みごとにイメージを変える-->
<!--
theMain= new Array(5);
theMain[0]="pho_shinminato.jpg' width='515' height='48' border='0";
theMain[1]="pho_kosugi.jpg' width='515' height='48' border='0";
theMain[2]="pho_daimon.jpg' width='515' height='48' border='0";
theMain[3]="pho_ooshima.jpg' width='515' height='48' border='0";
theMain[4]="pho_shimomura.jpg' width='515' height='48' border='0";
maxImages = 5;
imagesNo = Math.floor(Math.random() * maxImages);
// -->
