function emailFriend(body) {
            var doc = "mailto:" + "?subject=Audio Article Recommendation&body=I was just reading and listening to this article, and thought of you.  This website gives you the option to listen to their articles if you don't feel like reading them.  Click on the link to check it out: " + escape(body);
            window.location = doc;
}

