function mailpage()
{
  mail_str = "mailto:?subject=Life's Plan";
  mail_str += "&body=I invite you to take a look at this Life's Plan web page. I found it quite interesting and think you will, too. You can view it at " + location.href; 
  location.href = mail_str;
}