function sendmail() {
  var acount = "media";
  var domain = "urala.co.jp";
  this.location.href = "mailto:" + acount + "@" + domain;
}