function recommend()
{
mail_str = "mailto:?subject= Geroldswil.ch: " + document.title;
mail_str += "&body=Schau dir diesen Artikel auf der Website der Gemeinde Geroldswil mal an: " + location.href;  
location.href = mail_str;
}
