// JavaScript Document
function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body="+window.location+"      :::    "+document.title;
}
document.write('<INPUT class="select" name="image" type=image src="http://www.subvers.com/buttonsubvers/icon_email.gif" alt="E-mail this article to a friend !" align=middle  border=0 onClick="EmailLink()"></FORM>')

