<!--
function email(name, server){
   location.href = "mailto:" + name + "@" + server;
}
//-->

