  function emailPage(){
    document.location = 'mailto:?subject=Information from Eric Cozzi\'s Website&body=Here is some information from Eric Cozzi\'s web site that I thought you\'d be interested in: ' + document.location;
  }

  function printerFriendly(){
     window.open(document.location + "?pf=1", "nw");
  }



