function mailpage()
{
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= Check this out at " + location.href; 
  location.href = mail_str;
}