function EmailLink(){
window.location = "mailto:"+"?subject=I think this link may interest you." + "&body="+document.title+"  "+window.location;
}


