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

