function mailpage()
{
  mail_str = "mailto:?subject=Check out this Surgicenter of Greater Milwaukee web page: " + document.title;
  mail_str += "&body=You can view it at " + location.href; 
  location.href = mail_str;
}
