function EmailLink(){
window.location = "mailto:"+"?subject=I thought this website might interest you." + "&body="+ 'Petrockstowe Village website is at www.petrockstowe.co.uk';
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this website to a friend" onClick="EmailLink()"></FORM>')