function sendEmail(){var a="melissa";var b="@";var c="mmgjury";var d=".com";document.location.href="mailto:"+a+b+c+d;}
