	function dayClick(e)
		{
		document.forms[0].oneDay.value = e;
		document.forms[0].submit();
		}