dd=new Date();
thismonth = dd.getMonth() + 1;

if ( thismonth==3 || thismonth==4 || thismonth==5 ) {
	document.write('<p><a href="../special/springsp.html"><img src="../common/img/banner/special_spring.jpg" alt="特集 阿蘇の春を満喫" width="194" height="109" /></a></p>');
} else if ( thismonth==6 || thismonth==7 || thismonth==8 ) {
	document.write('<p><a href="../special/summersp.html"><img src="../common/img/banner/special_summer.jpg" alt="特集 阿蘇の夏を満喫" width="194" height="109" /></a></p>');
} else if ( thismonth==9 || thismonth==10 || thismonth==11 ) {
	document.write('<p><a href="../special/autumnsp.html"><img src="../common/img/banner/special_autumn.jpg" alt="特集 阿蘇の秋を満喫" width="194" height="109" /></a></p>');
} else {
	document.write('<p><a href="../special/wintersp.html"><img src="../common/img/banner/special_winter.jpg" alt="特集 阿蘇の冬を満喫" width="194" height="109" /></a></p>');
}
document.write('<p><a href="../inq/" target="_blank"><img src="../common/img/banner/recruitment_s.jpg" alt="出演者募集中！！" width="194" height="109" /></a></p>');

