function mailpage()
{
mail_str = "mailto:?subject=Bolsover Cruise Club";
mail_str += "&body=I thought you might be interested in a page on the Bolsover Cruise Club web site";
mail_str += ". You can view it at: <br>" + location.href;
location.href = mail_str;
}
