function mailto(username)
{	
	document.write("<a href='mailto:" + username + "@pjv.ch'>" + username + "@pjv.ch</a>");	
}
