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