function mailpage()
{
  mail_str = "mailto:?subject= Visit Yorkshire.Info Information page: " + document.title;
  mail_str += "&body=This visit-yorkshire.info WebSite is a good Internet resource for one of the most beautiful regions of the UK - please see of particular interest - " + document.title;
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}
