(function () {
  var PLAYER_LIBRARY = 'https://images.news18.com/static_news18/pix/ibnhome/news18/js/custom-js/pubstack-player/v2-4/pubstack-player.web.api.min.js';
  var PUBSTACK_VIDEO_CONFIG = {
    env: 'production',
    access_token: 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1ZWUyMjE2OTY4MTMzZTcxNTc5NzExOWEiLCJzY29wZSI6IldFQlNJVEUiLCJzZXNzaW9uX2lkIjoiNjkyMDA5ZjUtNWZiYy00OTdmLTg0OWYtMzFhNTlmZmNkYTkwIiwiaWF0IjoxNTk5OTg3Njk2fQ.nairJL_x_4lgyL2TT_6kudyGgGzNpcbh290xm5sFhwk',
    website: {
      id: '5ee0c7d7274b9d7d0ae8f433',
      c3: '30',
      title: 'News18.com'
    },
    base_href: 'https://images.news18.com/static_news18/pix/ibnhome/news18/js/custom-js/pubstack-player/v2-4/',
    version: '1.0.0',
    publisher_id: '6683813'
  };

  var loadPubstackPlayer = function () {
    if (window.pubstackJSLoaded) {
      return;
    }

    window.PUBSTACK_VIDEO_CONFIG = PUBSTACK_VIDEO_CONFIG;

    var head = document.getElementsByTagName('HEAD')[0];
    var script = document.createElement('script');
    script.src = PLAYER_LIBRARY + '?v=' + PUBSTACK_VIDEO_CONFIG.version;
    script.onerror = function (error) {
      console.log(error);
    };
    head.appendChild(script);
  };

  loadPubstackPlayer();
})();