function mailpage()
{
mail_str = "mailto:?subject=Check this out"
mail_str += "&body=I found this interesting and I thought you might too.    "  + location.href;
location.href = mail_str;
}
