document.write("<td><img src=\"../images/clear.gif\" width=\"1\" height=\"29\" border=\"0\" alt=\"\"></td>");
document.write("<td><a href=\"javascript:window.location.reload(false);\" onMouseDown=\"setSeason('spring')\">");
	if (thisSeason!="spring") {
		document.write("<img src='../images/seasonicon_spring_off.gif' width='29' height='29' border='0' name='springtips' alt=''>");
	} 
	else {
		document.write("<img src='../images/seasonicon_spring_on.gif' width='29' height='29' border='0' name='springtips' alt=''>");
	}
	document.write("</a></td>");
	
document.write("<td><img src=\"../images/clear.gif\" width=\"9\" height=\"29\" border=\"0\" alt=\"\"></td>");
document.write("<td><a href=\"javascript:window.location.reload(false);\" onMouseDown=\"setSeason('summer')\">");
	if (thisSeason!="summer") {
		document.write("<img src='../images/seasonicon_summer_off.gif' width='29' height='29' border='0' name='summertips' alt=''>");
	} 
	else {
		document.write("<img src='../images/seasonicon_summer_on.gif' width='29' height='29' border='0' name='summertips' alt=''>");
	}
	document.write("</a></td>");

document.write("<td><img src=\"../images/clear.gif\" width=\"9\" height=\"29\" border=\"0\" alt=\"\"></td>");
document.write("<td><a href=\"javascript:window.location.reload(false);\" onMouseDown=\"setSeason('fall')\">");
	if (thisSeason!="fall") {
		document.write("<img src='../images/seasonicon_fall_off.gif' width='29' height='29' border='0' name='falltips' alt=''>");
	} 
	else {
		document.write("<img src='../images/seasonicon_fall_on.gif' width='29' height='29' border='0' name='falltips' alt=''>");
	}
	document.write("</a></td>");

document.write("<td><img src=\"../images/clear.gif\" width=\"9\" height=\"29\" border=\"0\" alt=\"\"></td>");
document.write("<td><a href=\"javascript:window.location.reload(false);\" onMouseDown=\"setSeason('winter')\">");
	if (thisSeason!="winter") {
		document.write("<img src='../images/seasonicon_winter_off.gif' width='29' height='29' border='0' name='wintertips' alt=''>");
	} 
	else {
		document.write("<img src='../images/seasonicon_winter_on.gif' width='29' height='29' border='0' name='wintertips' alt=''>");
	}
	document.write("</a></td>");

document.write("<td><img src=\"../images/clear.gif\" width=\"25\" height=\"29\" border=\"0\" alt=\"\"></td>");