function doMail() {
  var sDomain = "butcherstreetpub.ch"
  location.href="mailto:info" + "@" + sDomain;
}
