var n=navigator.appName
var ie=(n=="Microsoft Internet Explorer")

function xmlcabu(account, domain)
{if (ie)
{
   document.write("<a href='mai" + "lto:" + account + "&#64;" + domain + ".ca" + "'>" + "<font color=\"#0000A0\">" + account + "<span style='position:relative; top:2'><img border='0' \
    src='images/atblu.gif' width='15' height='12' /></span>" + domain + ".ca" + "</a>"+ "</font>");
}
else
{
   document.write("<a href='mai" + "lto:" + account + "&#64;" + domain + ".ca" + "'>" + "<font color=\"#0000A0\">" + account + "<span style='position:relative; top:3'><img border='0' \
    src='images/atblu.gif' width='15' height='12' /></span>" + domain + ".ca" + "</a>"+ "</font>");
}
}
