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