function mailpage()
{
  mail_str = "mailto:?subject= Design-A-Study Webpage: " + document.title;
  mail_str += "&body= I enjoyed this page by Kathryn Stout on www.designastudy.com titled " + document.title;
  mail_str += ". I thought you'd be interested in checking it out at, " + location.href; 
  location.href = mail_str;
}