// Copyright Dave Kingston - Proteus Interactive 2005.

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