function EmailLink(){
window.location = "mailto:"+"?subject=Tips om intressant hemsida!" + "&body="+'Här är adressen till en hemsida som jag tror att även du skulle vara intresserad av: '+document.title+" "+window.location;
}
document.write('<a href="javascript:EmailLink()">Tipsa en vän om vår hemsida »</a>')
