function email(email,emailHost,style) { 
document.write("<a " + "href=" + "mail" + "to:" + email + "@" + emailHost + " class=\"" + style + "\"" + ">" + email + "@" + emailHost  + "</a>")
}
