document.addEventListener('load', function() {

  var p = document.createElement('p');
      p.appendChild(document.createTextNode('„foo.js“ verfügbar.'));

  document.body.appendChild(p);

}, false);
