﻿<!--
   var imglist = new Array(
      "images_2011/topimg01.jpg",
      "images_2011/topimg02.jpg",
      "images_2011/topimg03.jpg",
      "images_2011/topimg04.jpg",
      "images_2011/topimg05.jpg",
      "images_2011/topimg06.jpg",
      "images_2011/topimg07.jpg",
      "images_2011/topimg08.jpg",
      "images_2011/topimg09.jpg",
      "images_2011/topimg10.jpg",
      "images_2011/topimg11.jpg",
      "images_2011/topimg12.jpg",
      "images_2011/topimg13.jpg" );
   var explist = new Array(
      "大垣城の攻防図",
      "丸岡城天守断面俯瞰図",
      "首里城正殿と前庭の儀式",
      "木津川口海戦図",
      "楠葉砲台戦闘俯瞰図",
      "オワフ島４０ｃｍ砲砲台断面俯瞰図",
      "本能寺明智軍乱入俯瞰図",
      "高松城水攻め陣城図",
      "安土城俯瞰図",
      "奈良大仏断面俯瞰図",
      "箱根関所三島口門",
      "勝連城攻防図",
      "安土城天主六重からの展望" );
   var selectnum = Math.floor((Math.random() * 100)) % imglist.length;
   var output = "<img src=" + imglist[selectnum] + " alt='(C) 藤井 尚夫' width='800' height='300'";
   var output2 = "<DIV ID='img_exp'> <strong>"+ explist[selectnum] + "</strong></DIV>";
   document.write(output2);
   document.write(output);

//-->



