<!-- Begin
function mailpage()
{
  mail_str = "mailto:samantha@mimohandbags.com?subject= Add me to the mailing list please!";
  mail_str += "&body=You will be added to our personal mailing list with no spam.  We will never share your information, ensuring your privacy. ";
  location.href = mail_str;
}
// End -->