function sendEmail(username, domain) {
	location.href="mailto:"+username+"@"+domain;
}