function doCheck2() {

if (document.domainform2.domain.value=='') { 
	alert ("Please Enter a Domain to check")
	return false;
}

}