﻿function emailFriend()
{
mail_str = "mailto:?subject=ABC:  " + document.title;
mail_str += "&body=I thought you might be interested in this page that I found on The American Board for Certification in Orthotics, Prosthetics and Pedorthics website.";
mail_str += "  You can view it by clicking on the following link:  " + location.href; 
location.href = mail_str;
}