<!-- STEP TWO: Paste this code into a document called "_emaillink.js"  -->
<!-- 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('<INPUT class="select" TYPE="button" VALUE="--  Help promoting this page - E-mail this page and URL to a friend  --" onClick="_emaillink()"></FORM>')

