<!--//
now=new Date();
mo=now.getMonth()+1
if(mo==12||mo<=2){
document.write('<img src="https://sv30.wadax.ne.jp/~aj-fukuoka-org/img/ajfukuoka2_autumn.gif" border="0" style="margin:30 0 0 120;">');
}
else if(mo>=3&&mo<=5){
document.write('<img src="https://sv30.wadax.ne.jp/~aj-fukuoka-org/img/ajfukuoka2_sakura.gif" border="0" style="margin:30 0 0 120;">');
}
else if(mo>=6&&mo<=6){
document.write('<img src="https://sv30.wadax.ne.jp/~aj-fukuoka-org/img/ajfukuoka2_rain.gif" border="0" style="margin:30 0 0 120;">');
}
else if(mo>=7&&mo<=9){
document.write('<img src="https://sv30.wadax.ne.jp/~aj-fukuoka-org/img/ajfukuoka2_summer.gif" border="0" style="margin:30 0 0 120;">');
}
else {
document.write('<img src="https://sv30.wadax.ne.jp/~aj-fukuoka-org//img/ajfukuoka2_autumn.gif" border="0" style="margin:30 0 0 120;">');
}
//-->