function mailpage()
{
mail_str = "mailto:?subject=Take a look at " + document.title;
mail_str += "&body=I thought you might be interested in this page on Shepperton.com<br><br>";
mail_str += "Here's the link: " + location.href;
location.href = mail_str;
}
