
function mail()
{
mail_str="mailto:?subject=I Recommend: " + document.title
mail_str= mail_str + "&body=Thabela Travel har en hemsida som jag tror Du kan vara intresserad av -- " + document.title
mail_str=mail_str + ". Besök, " + location.href 
location.href=mail_str
}

