// This must be loaded BEFORE ad-utility is initialized, so it may be passed
// to the new initializer argument.

// build namespacing
if (typeof(com) == 'undefined') com = {};
if (typeof(com.citytv) == 'undefined') com.citytv = {};
if (typeof(com.citytv.video) == 'undefined') com.citytv.video = {};
if (typeof(com.citytv.video.ads) == 'undefined') com.citytv.video.ads = {};

// ad zones. works as a heirarchy, with the top level implying the defaults
// and the lower nodes the specific overrides for each area you want/need
// them
com.citytv.video.ads.zones = {
  "_oldDartSite": "rogers.citytv",
  "_adSpots": {
  },
  "Video": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          1045228,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX": [
        [
          1045227,
          [
            148898
          ]
        ]
      ],
      "_AD_BIGBUTTON": [
        [
          1045229,
          [
            970424
          ]
        ]
      ]
    }
  }
}

