// JavaScript Document

function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<input class="select" type="button" value="e-mail this link to a friend" onClick="EmailLink()" /></form>')
