function EmailLink(){
window.location = "mailto:"+"?subject=Something I thought you might like!" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Share this page with your friends!" onClick="EmailLink()"></FORM>')