function epost(namn,doman) {
	locationstring = "mailto:" + namn + "@" + doman;
	window.location = locationstring;
}