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

