function email_link(){
window.location = "mailto:"+"?subject=This link might interest you" + "&body="+document.title+"  "+window.location;
}
document.write("<form><img style=\"cursor:hand\" src=\"../../images/e-mail.jpg\" alt=\"e-mail this page\" onClick=\"email_link();\"></form>")