function mailpage()
{
mail_str = "mailto:?subject=Check out Over and In";
mail_str += "&body=I thought you might be interested in this article from the Over and In's web site:";
mail_str += " " + location.href; 
location.href = mail_str;
}