function sendafriend(){
window.location = "mailto:"+"?subject='Hi, Ithought you might enjoy this'. " + "&body='Here's something I thought you might enjoy:' "+document.title+"  "+window.location;
}
document.write('<p align="center"><INPUT class="select" TYPE="button" VALUE="Send to a friend" onClick="sendafriend()"></p></FORM>')
