function sendEmail(domain, tld, userid) {
	document.location = "mail" + "to" + ":" + userid + "@" + domain + "." + tld;
}
