function EmailLink(){
window.location = "mailto:"+"?subject=Check out Congo Falls' 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>')