﻿//<![CDATA[

//EMAIL LINK
function viewAddress() { 
    addressToReplace=document.getElementById("e").firstChild; 
    realAddress=addressToReplace.parentNode.getAttribute("href").replace("[at]", "@");
    addressToReplace.parentNode.setAttribute("href", realAddress);  
} 
window.onload = viewAddress;

//]]>
