(function() {
  var b, i, p, q, w;

  q = function() {
    var k, p, s, t, v, _i, _len, _ref, _ref2;
    s = document.getElementsByTagName('script');
    s = s[s.length - 1];
    q = s.src.replace(/^[^\?]+\??/, '');
    p = {
      el: s
    };
    _ref = q.split(/[;&]/);
    for (_i = 0, _len = _ref.length; _i < _len; _i++) {
      t = _ref[_i];
      _ref2 = t.split('='), k = _ref2[0], v = _ref2[1];
      if (k != null) p[unescape(k)] = unescape(v);
    }
    return p;
  };

  p = q();

  w = parseInt(p['width'], 10) < 200 ? 200 : parseInt(p['width'], 10);

  b = parseInt(p['bible'], 10);

  i = document.createElement("iframe");

  i.src = "//www.die-bibel.de/widgets/bibelstelle/?color=" + (p['color'] || 0) + "&width=" + w + "&bible=" + b;

  i.width = w;

  i.height = 174;

  i.style.border = '0';

  p.el.parentNode.replaceChild(i, p.el);

}).call(this);

