function write()

in content/foundation/press/kit/overlays/poweredBy-overlay.js [89:93]


  function write(msg) {
    var p = document.createElement("p");
    p.innerHTML = msg;
    document.body.appendChild(p);
  }