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

function email(contact, email, emailHost)
{
  document.write("<a href='mai" + "lto:" + email + "&#64;" + emailHost + "'><img \
    border='0' src='mail.gif' \
    alt='E-mail' width='15' height='12' />" + contact + "</a>");
}

function xmail(email, emailHost)
{
  document.write("<a href='mai" + "lto:" + email + "&#64;" + emailHost + "'><img \
    border='0' src='mail.gif' \
    alt='[EMail]' width='15' height='12' />" + email + "<img border='0' \
    src='at.gif' alt='@' width='15' height='12' />" + emailHost + "</a>");
}

//  Last edited on 30 May 2008 by AO