function showteammail(n,d) {
	var mail = n+'@'+d;
	document.write('<a href="mailto:'+ mail + '">'+ mail + '</'+'a>');
	}