//ENVIAR PAGINA
function mailpage()
{
mail_str = "mailto:?subject=Te invito a leer: " + document.title;
mail_str += "&body=Te recomiendo leer un artículo interesante de la Sección " + document.title;
mail_str += ", del sitio SOMOSAMIGOSDELATIERRA.ORG. Entra aquí: " + location.href; 
location.href = mail_str;
}
//  End -->
