function sendEmail() {
  document.location="mailto:info@kingpod.com";
}
