<!-- Put it in the same directory as the HTML document with the above code  -->

function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<img src=intro(s).gif onClick="EmailLink()"></FORM>')
