function protectmail(name, link) {
	document.write('<a href="mailto:' + name + '@thep.lu.se">' + link + '</a>');
}
function protectmail2(name, link) {
	document.write('<a href="mailto:' + name + '@biochemistry.lu.se">' + link + '</a>');
}
function protectmail3(name, link) {
	document.write('<a href="mailto:' + name + '@biol.lu.se">' + link + '</a>');
}
