function mailpage()
{
mail_str = "mailto:?subject=An article from Africa Renewal Magazine: " + document.title;
mail_str += "&body=" + location.href;
location.href = mail_str;
}
