<!-- 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=Puppies For Sale" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Send this Link to a Friend" onClick="EmailLink()"></FORM>')