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