<!-- This code is in 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 from the Lion Den might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this link to a friend!" STYLE="font-face: Comic Sans MS; font-size:13; font-weight: bold" onClick="EmailLink()"></FORM>')


