function mailpage()
{
  mail_str = "mailto:?subject= " + document.title;
  mail_str += "&body= I was on the Nail and Beauty Bar website and found something i thought you might like..." + document.title;
  mail_str += ".You should check this out at, " + location.href; 
  location.href = mail_str;
}
