
$(document).ready(function()
{
	$('#DomainSearch').click(function()
			{
			if($('#textboxDomain').val() != "")
				{
					window.open("http://service.wachahost.com/domainchecker.php",'_blank');
				}
			}
	);
	});
