<!--function eLink(show, eName, eExt, eHost, subj) { // Creates an email hyperlinkdocument.write("<a href=" + "mai"+"lto"+":" + eName+"&#64;"+eHost+"&#46;"+eExt + "&#63;"+"Subject="+subj + ">" + show + "</a>")}function eLinkPage(show, eName, eExt, eHost, subj) { // Creates an email hyperlink with the page appended to the Subjectdocument.write("<a href=" + "mai"+"lto"+":" + eName+"&#64;"+eHost+"&#46;"+eExt + "&#63;"+"Subject="+subj +"&#32;"+ location.pathname + ">" + show + "</a>")}//-->