
function mailpage()
{
  mail_str = "mailto:?subject=Recommended Page from Blytheco";
  mail_str += "&body=I recommend this page from Blytheco.com:";
  mail_str += " " + location.href + " (Subject: " + document.title + ")"; 
  location.href = mail_str;
}



