function EmailLink(){
window.location = "mailto:"+"?subject=A web page you should see." + "&body="+document.title+"  "+window.location;
}
document.write('<form><input class="select" type="button" value="E-mail this web page to a friend" onClick="EmailLink()"></form>');

