function submitIt(theForm) {
	if (!(validDomain(theForm.Selection3.value))) {
		alert("Please enter your Domain Name like mydomain.com");
		theForm.Selection3.focus();
		theForm.Selection3.select();
		return false;
	}
		if (!(theForm.Selection4.checked )) {
		alert("You must read and accept the Terms of Service\nBefore continuing");
		theForm.Selection4.focus();
		theForm.Selection4.select();
		return false;
	}	 
 } 
 function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
} 
function openGuarantee() {
 feeWin = window.open('http://www.w3now.com/hostGuaranteePop.cfm',  'HostGuar',    'left=50,top=50,directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,width=350, height=350')
}  