<!-- Begin

function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=Greetings%20...%0A%0AI thought you might be interested in this " + document.title;
mail_str += ".%0A%0AYou can view it at: " + location.href; 
location.href = mail_str;
}

// End -->
