function mailpage()
{
  mail_str = "mailto:?subject=Moab Valley Inn ";
  mail_str += "&body= I recommend you check out this web page. ";
  mail_str += "You can find it here: " + location.href; 
  location.href = mail_str;
}

