function mailpage()
{
  mail_str = "mailto:?subject=Check out this Children's Hospital and Health System web page: " + document.title;
  mail_str += "&body=You can view it at " + location.href; 
  location.href = mail_str;
}
