titel = escape(document.title)
adresse = escape(location.href)
document.write('<a href="mailto:din@ven.dk?subject=' + titel + '&body=' + adresse + '">Anbefal denne side</a>');
