(function() {
  var exports, _ref;
    if ((_ref = window.SBInterstitial) != null) {
    _ref;
  } else {
    window.SBInterstitial = {};
  };
  exports = window.SBInterstitial;
  Shadowbox.init({
    skipSetup: true,
    overlayOpacity: 0.6
  });
  exports.run = function(content) {
    return jQuery(window).load(function() {
      return Shadowbox.open({
        player: 'html',
        content: content,
        handleOversize: 'resize',
        title: 'advertisement',
        width: 540,
        height: 480
      });
    });
  };
}).call(this);

