function email(wohin,homepage) {
	mailto="mailto:";
	at="@";
	location.href=mailto+wohin+at+homepage;
}

