function EmailLink(){
window.location = "mailto:"+"?subject=Check out Pirate Island Golf's new website!" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this page to a friend!" onClick="EmailLink()"></FORM>')
