<!--
var imgMax  = 5;
var imgRand = Math.floor(Math.random() * imgMax);

if(imgRand == 0)       document.write('<img src="img/toppage/main_image01.jpg" width="760" height="475" alt="柴田屋酒店ホームページ">');
else if(imgRand == 1)  document.write('<img src="img/toppage/main_image02.jpg" width="760" height="475" alt="柴田屋酒店ホームページ">');
else if(imgRand == 2)  document.write('<img src="img/toppage/main_image03.jpg" width="760" height="475" alt="柴田屋酒店ホームページ">');
else if(imgRand == 3)  document.write('<img src="img/toppage/main_image04.jpg" width="760" height="475" alt="柴田屋酒店ホームページ">');
else if(imgRand == 4)  document.write('<img src="img/toppage/main_image05.jpg" width="760" height="475" alt="柴田屋酒店ホームページ">');
//-->
