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