function hail(nod,sub,cap){
 document.write('<a href="mailto:'+nod+String.fromCharCode(64)+'quadax.com');
 if(sub!=''){document.write('?Subject='+sub);}
 document.write('">'+cap+'</a>');
}
function linkout(lnk,cap){
 if(lnk==''){lnk=cap;}
 document.write('<a href="http://www.quadax.com/bye.asp?url='+lnk+'" target="_blank">'+cap+' <img src="/shared/offsite.gif" border="0" alt="This link opens a non-Quadax site in a new browser window"></a>')
}
function emailthispage(){
 str='&nbsp;<cite><a href="mailto:';
 str+='?subject=Interesting web page';
 str+='&body=Thought you ought to check out this page. Its title is \'';
 str+=document.title + '\': '+location.href;
 str+='"><img src="/shared/email.gif" border="0" width="13" height="14" alt="E-mail this page"> E-mail this page</a></cite>'
 document.write(str);
}
