<!--
var imgMax = 2;
var imgRandom = Math.floor(Math.random() * imgMax);
if(imgRandom == 0) document.write("<img src='images/ichibankan/main_image.jpg' width='778' height='266' border='0' style='margin-bottom:3px;'>");
else if(imgRandom == 1) document.write("<img src='images/ichibankan/main_image2.jpg' width='778' height='266' border='0' style='margin-bottom:3px;'>");
// -->