/* javascripts for the site */

/* Sourced JNM. 12/8/2005. http://www.javascriptkit.com/script/script2/cleardefault.shtml */
	function clearText(thefield) {
		if (thefield.defaultValue==thefield.value)
		thefield.value = ""
	}

