function myletter(sSubject){myTxt(sSubject,"webAdmin&#64;"+"hat.net");}
function myImg(sSubject,imgLocation) {myTxt(sSubject,"<img src='" + imgLocation + "' border=none>");}
function myTxt(sSubject,sText) {
if(sSubject=="") {sSubject=window.location}
document.write("<a h"+"ref='mai"+"lto:webAdmin%40"+"hat.net?subject="+sSubject+"' class='email'>" + sText + "</a>");
}
