<!--
function photo_change(){
d=new Date();
month=d.getMonth()+1;
document.write('<A HREF="kanokomochi.html"><IMG SRC="image/photo-season-' + month + '.jpg" WIDTH="270" HEIGHT="165" BORDER="0" ALT=""></A>');
}
//-->