function mailpage()
{
  mail_str = "mailto:?subject= An Article for you from Water's Edge Pain Management Web Site";
  mail_str += "&body= I thought you might find this of interest -- " + document.title;
  mail_str += ". You can view the entire page at, " + location.href; 
  location.href = mail_str;
}
