function mailpage()
{
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= A friend thought you might be interested in this article from ReclaimDemocracy.org : " + document.title;
  mail_str += ". You can read this at, " + location.href; 
  location.href = mail_str;
}