//ENVIAR PAGINA
function mailpage()
{
mail_str = "mailto:?subject=I recommend reading in SIPAZ.ORG: " + document.title;
mail_str += "&body=I recommend reading in SIPAZ.ORG: " + document.title;
mail_str += ". See " + location.href; 
location.href = mail_str;
}
//  End -->
//I thought this might interest you...
