today=new Date();
thismonth=today.getMonth();
thisdate=today.getDate();
thismonth++;

if (thismonth >= 12 || thismonth <=2 ) {
	if (thismonth == 2 && thisdate <=14 ) {
		document.write('<img src="images/kids_spring.jpg" alt=" " width="371" height="291" border="0">');
	} else {
		document.write('<img src="images/kids_spring.jpg" alt=" " width="371" height="291" border="0">');
	}
}
if (thismonth >= 3 && thismonth <=5 ) {
document.write('<img src="images/kids_spring.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/kids_halloween.jpg" alt=" " width="371" height="291" border="0">');
	} else {
		document.write('<img src="images/kids_autumn.jpg" alt=" " width="371" height="291" border="0">');
	}
}







//<img src="images/front_pic.jpg" alt=" " width="371" height="291">