﻿<!--
function main_photo_change(){
d=new Date();
month=d.getMonth()+1;
document.write('<IMG SRC="images/main-photo' + month + '.jpg" WIDTH="545" HEIGHT="180" ALT="四季彩豊かな石川へようこそ">');
}
//-->