	<!--//
var monthNames = new Array(12);
	monthNames[0] = "Jan" + ".";
	monthNames[1] = "Feb" + ".";
	monthNames[2] = "March";
	monthNames[3] = "April";
	monthNames[4] = "May";
	monthNames[5] = "June";
	monthNames[6] = "July";
	monthNames[7] = "Aug" + ".";
	monthNames[8] = "Sept" + ".";
	monthNames[9] = "Oct" + ".";
	monthNames[10] = "Nov" + ".";
	monthNames[11] = "Dec" + ".";

var n_t_ourhome_off = new Image();
	n_t_ourhome_on = new Image();
	n_t_recycling_off = new Image();
	n_t_recycling_on = new Image();
	n_t_events_off = new Image();
	n_t_events_on = new Image();
	n_t_composting_off = new Image();
	n_t_composting_on = new Image();
	n_t_wasteprev_off = new Image();
	n_t_wasteprev_on = new Image();

	n_t_ourhome_off.src = "../images/n_t_ourhome_off.gif";
	n_t_ourhome_on.src = "../images/n_t_ourhome_on.gif";
	n_t_recycling_off.src = "../images/n_t_recycling_off.gif";
	n_t_recycling_on.src = "../images/n_t_recycling_on.gif";
	n_t_events_off.src = "../images/n_t_events_off.gif";
	n_t_events_on.src = "../images/n_t_events_on.gif";
	n_t_composting_off.src = "../images/n_t_composting_off.gif";
	n_t_composting_on.src = "../images/n_t_composting_on.gif";
	n_t_wasteprev_off.src = "../images/n_t_wasteprev_off.gif";
	n_t_wasteprev_on.src = "../images/n_t_wasteprev_on.gif";

function imageOn(name){document.images[name].src = eval(name+'on').src;}
function imageOff(name) {document.images[name].src = eval(name+'off').src;}

function fetchLastModDate()
	{
		document.write(updated);
	}

	//-->
