// JavaScript Document

function sendMail(n){
if(n=='heike.linke'){
	var send = "nadine.deeg@kssg.ch";
	location.href="mailto:"+send;}
}

