function sendMail() {
	var userId = 'kimuus';
	var domain = 'kirstenmuus.dk';
	location.href = 'mailto:' + userId + '@' + domain;
}

