function EmailLink(){

mail_str = "mailto:?subject=I thought you would be interested in seeing this site"
mail_str += "&body=Visit: "+window.location;
window.location = mail_str;

}
document.write('<p class="moduletablemailfriend"><a href="" onClick="EmailLink();">Email this page to a friend</a></p>'); 
