<!--
function mailpage()
{
mail_str = "mailto:?subject=Send to Friend from CJR.org"
mail_str += "&body=I thought you would enjoy this new article from " + document.title;
mail_str += ". You can view it here " + location.href; 
location.href = mail_str;
}
//-->
