function EmailLink(){
window.location = "mailto:"+"?subject=I thought this might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="input" TYPE="button" VALUE="Email this link to friends/family" onClick="EmailLink()"></FORM>')

