today=new Date();
		y0=today.getFullYear();
		
		function clearText(thefield){
		if (thefield.defaultValue==thefield.value)
		thefield.value = ""
		} 
