function EmailLink(){
window.location = "mailto:"+"?subject=Tipsa om oss!" + "&body="+'Adressen till en bra webbsida: '+document.title+" "+window.location;
}
document.write('<a href="javascript:EmailLink()"><img src="bilder/tipsa.gif" border="0" width="130" height="29" alt="Tipsa en vän" title="Tipsa en vän" /></a>')