
function emailfriend()
{
window.location = "mailto:"+"?subject=I thought this site might interest you." + "&body="+document.title+"  "+window.location;
}

document.write('<INPUT class="select" TYPE="button" VALUE=" E-mail this site to a friend " onClick="emailfriend()"></FORM>')