function validate(theform) {
if (theform.domain.value == "") { alert("No domain provided"); return false; }
return true;
}
