
function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT type=image onClick="EmailLink()" border=0 src=images/email.gif></FORM>')

