	function maintenanceMsg(){
		var ND = new Date();
		ND.setFullYear(2009);
		ND.setMonth(1);
		ND.setDate(20);
		ND.setHours(19);
		ND.setMinutes(30);
		if((new Date()).getTime() < ND.getTime())
			alert("Please note this online merchandise store will be closed for maintenance from 6:00pm to 7:30pm on Friday 20th Feb 2009.\n\nThank you, \nThe Promotions Factory");
	}
