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