//ENVIAR PAGINA
function mailpage()
{
mail_str = "mailto:?subject=Ich schlage vor in SIPAZ.ORG zu lesen: " + document.title;
mail_str += "&body=Ich schlage vor in SIPAZ.ORG zu lesen: " + document.title;
mail_str += ". Sie finden es in: " + location.href; 
location.href = mail_str;
}
//  End -->
