function mailpage()
{
  mail_str = "mailto:?subject= Great Web Page : " + document.title;
  mail_str += "&body=Hello, I found a great web page at (Savola.com) tip -- " + document.title;
  mail_str += ". You should check this out at, " + location.href;
  location.href = mail_str;
}

