function EmailLink(){

window.location = "mailto:"+"?subject=This site might interest you." + "&body="+document.title+"  "+window.location;

}

document.write('<INPUT class="select" TYPE="IMAGE" SRC="pictures/email.gif" ALT="E-mail this to a friend" onClick="EmailLink()"></FORM>')
