function emailLink (pDomain, pNothing1, pHost, pNothing2, pUser, pTagOptions)
{
    document.write ("<a href=" + "m" + "a" + "i" + "l" + "t" + "o" + ":" + pUser + "@" + pHost + "." + pDomain + " " + pTagOptions + " >");
    document.write (pUser + "@" + pHost + "." + pDomain + "</a>");
}

function emailLinkStart (pDomain, pNothing1, pHost, pNothing2, pUser, pTagOptions)
{
    document.write ("<a href=" + "m" + "a" + "i" + "l" + "t" + "o" + ":" + pUser + "@" + pHost + "." + pDomain + " " + pTagOptions + " >");
}
