function checkdomain(domain) {
	loadXML('http://www.three-dimensional.net/include/14&domain='+domain);
}

function update_domaininfo(data) {
	document.getElementById('domainsearchres').innerHTML = data;
	document.getElementById('domainsearchres').style.visibility = "visible";
}