//ENVIAR PAGINA
function mailpage()
{
mail_str = "mailto:?subject=Recomiendo leer en SIPAZ.ORG: " + document.title;
mail_str += "&body=Recomiendo leer en SIPAZ.ORG: " + document.title;
mail_str += ". Ud. Puede verlo en: " + location.href; 
location.href = mail_str;
}
//  End -->
