function EmailLink()
{
window.location = "mailto:"+"?subject=חשבתי שהקישור יעניין אותך" + "&body="+document.title+"  "+window.location;
}

