function mailpage()
{
  mail_str = "mailto:?subject= Moggie Mining Web Site";
  mail_str += "&body= I recommend this web site. Moggie Mining. ";
  mail_str += ". You should check this out at, " + location.href; 
  location.href = mail_str;
}
