<!-- Script Size:  0.89 KB -->
<!-- STEP TWO: Paste this code into a document called "EmailLink.js"  -->
<!-- Put it in the same directory as the HTML document with the code below -->

function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail a link to this page to a friend " onClick="EmailLink()"></FORM>')