function showEmail(email, emailHost) {
  document.write("<a href="+"mail"+"to:"+email+"&#064;"+emailHost+">"+email+"&#064;"+emailHost+"</a>");
}