function domaintest(){	
	if (domain.value)
			window.location.href="http://freehost.com.ua/domain/domainreg.php?domain="+domain.value+"&ext="+ext.value;
	else
		alert("Вы не указали название домена!");

}