function EmailLink(){
window.location = "mailto:"+"?subject=Tips om bra webplats!" + "&body="+'Here is the address of a site that I think even you would be interested : OLZON.NU http://www.olzon.nu';
}
document.write('<a href="javascript:EmailLink()"></a>')


