﻿function emailFriend()
{
mail_str = "mailto:?subject=The Wallace Foundation:  " + document.title;
mail_str += "&body=I thought that you might be interested in this page I found on wallacefoundation.org:  " + document.title;
mail_str += ".  You can view the page by clicking on this link (copy and paste the URL into an internet browser if you do not see a link):  " + location.href; 
location.href = mail_str;
}