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="../images/BUTTON_emailPage.gif" width="160" height="21" border="0" VALUE="E-mail this link to a friend" onClick="EmailLink()"></FORM>')