<!--don't allow this page to be jacked by a frameset-->
if (parent.frames.length > 0) {
    parent.location.href = self.document.location
}

<!--called to interpret email SPAM protection-->
function email(alias,url,lnktext, subject){
    document.write ("<a href='mailto:" + alias + "@" + url + "?subject=" + subject + "' target='_blank'>" + lnktext + "</a>");	
}