function validate(theform) {
					if (theform.domain.value == "") { alert("Please Enter a Domain Name"); return false; }
					return true;
					}