function sendInternalMail(toWho) {
	ext='.se';
	domain='jns';
	document.write('<a href="mailto:'+toWho+'@'+domain+ext+'" title="Skicka e-post till '+toWho+'@'+domain+ext+'" alt="Skicka e-post till '+toWho+'@'+domain+ext+'">'+toWho+'@'+domain+ext+'</a>');
}
