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

// build namespacing
if (typeof(ca) == 'undefined') ca = {};
if (typeof(ca.sweetspotqc) == 'undefined') ca.sweetspotqc = {};
if (typeof(ca.sweetspotqc.ads) == 'undefined') ca.sweetspotqc.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
ca.sweetspotqc.ads.zones = {
  "_oldDartSite": "rogers.sweetspotqc",
  "_adSpots": {
  },
  "portal": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          995262,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX": [
        [
          995260,
          [
            148898
          ]
        ],
        [
          1019040,
          [
            148898
          ]
        ]
      ],
      "_AD_SKYSCRAPPER": [
        [
          995264,
          [
            148891
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          1019041,
          [
            263591
          ]
        ]
      ]
    }
  }
}

