<!--
var imgMax  = 5; //セットする画像の枚数。
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<img src="./image/100.gif" width=480 height=315>');
else if(imgRand == 1)  document.write('<img src="./image/102.gif" width=480 height=315>');
else if(imgRand == 2)  document.write('<img src="./image/103.gif" width=480 height=315>');
else if(imgRand == 3)  document.write('<img src="./image/104.gif" width=480 height=315>');
else if(imgRand == 4)  document.write('<img src="./new_pa3.jpg" width=480 height=315>');

//-->


