function mt(NAME,DOMAIN,SUBJECT,BODY) {
	url = "/js/emailhandler/emailhandler.php?name="+NAME+"&domain="+DOMAIN;
	new Ajax(url, {
		method: 'get',
		onComplete: function(response) { window.location.href=response; } 
	}).request();
}