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


