function mailpage(local, domain) {
	location.href='mailto:'+local + '@' + domain + '?subject=Kontakt';
}

