// 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="image"  src="http://www.handiramp.com/images/emailthispage.gif" onClick="EmailLink()"></FORM>')