today=new Date();
thismonth=today.getMonth();
thisdate=today.getDate();
thismonth++;

if (thismonth >= 12 ) {
		document.write('<img src="images/k_only10days.jpg" alt=" " width="371" height="291" border="0">');
}
if (thismonth >= 1 && thismonth <=5 ) {
document.write('<img src="images/k_easter.jpg" alt=" " width="371" height="291" border="0">');
}
if (thismonth >= 6 && thismonth <=8 ) {
document.write('<img src="images/k_summer_hols.jpg" alt=" " width="371" height="291" border="0">');
}
if (thismonth >= 9 && thismonth <=11 ) {
	if (thismonth == 10 && thisdate == 31 ) {
		document.write('<img src="images/k_halloween.jpg" alt=" " width="371" height="291" border="0">');
	} else {
		document.write('<img src="images/k_autumn.jpg" alt=" " width="371" height="291" border="0">');
	}
}







//<img src="images/front_pic.jpg" alt=" " width="371" height="291">