function EmailLink(){
window.location = "mailto:"+"?subject=I thought this might interest you - Cool Coffee Stuff!" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Share" onClick="EmailLink()"></FORM>')