// Copyright Darren Crabb DG Newmedia Ltd.

function mailme() {
window.location="mailto:?Subject=I thought this page might be of interest to you&Body="+window.location;
}

