<!--

function mailThisUrl() {
   var Page_Title
   Page_Title=document.title
   a4=".com";
   a3="rochester.rr";
   a2="@";
   a1="nycattar";
   a0="mailto:";
   url = window.location;
   subj="NYCATTAR Web Page: "+Page_Title;
   window.location = a0+a1+a2+a3+a4+"?subject="+subj+"&body=Mailed from: "+url;
 }
//  End -->