function mailpage()
{
mail_str = "mailto:?subject=" + document.title;
mail_str += "&Body= Hi, I saw this and thought of you.";
mail_str += " " + parent.location.href;
location.href = mail_str;
}
