<!-- Begin
    //////////////////////////////////////////
    //  mails the current page URL 
    //////////////////////////////////////////
u = window.location;
m = "Central States Archaeological Societies web page of interest";
function mailThisUrl() {
{
// the following expression must be all on one line...
window.location =
"mailto:"+document.eMailer.address.value+"?subject="+m+"&body="+document.title+"  "+u;
   }
}
//  End -->