<!-- STEP TWO: Paste this code into a document called "EmailLink.js"  -->
<!-- Put it in the same directory as the HTML document with the above code  -->

function EmailLink(){
window.location = "mailto:webmaster@johnpemberton.co.nz"+"?subject=I've found some bugs/errors on your webpage - see details below." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" BUTTON STYLE="background-color:#bbd2e6;width:129;height:21;border=5;font: bold 10px Trebuchet MS" STYLE=border-color"efefef" VALUE="Report Bugs/Errors" TITLE="Send the Webmaster an e-mail about the bugs on this page" onClick="EmailLink()"></FORM>')
