<!--//
now=new Date();
mo=now.getMonth()+1
if(mo==12||mo<=2){
document.write('<img src="http://aj-fukuoka.org/img/ajfukuoka1_autumn.gif" border="0" style="margin-top:310;">');
}
else if(mo>=3&&mo<=5){
document.write('<img src="http://aj-fukuoka.org/img/ajfukuoka1_sakura.gif" border="0" style="margin-top:310;">');
}
else if(mo>=6&&mo<=6){
document.write('<img src="http://aj-fukuoka.org/img/ajfukuoka1_rain.gif" border="0" style="margin-top:310;">');
}
else if(mo>=7&&mo<=9){
document.write('<img src="http://aj-fukuoka.org/img/ajfukuoka1_summer.gif" border="0" style="margin-top:310;">');
}
else {
document.write('<img src="http://aj-fukuoka.org/img/ajfukuoka1_autumn.gif" border="0" style="margin-top:310;">');
}
//-->