// 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.sweetspot) == 'undefined') ca.sweetspot = {};
if (typeof(ca.sweetspot.ads) == 'undefined') ca.sweetspot.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.sweetspot.ads.zones = {
  "_oldDartSite": "rogers.sweetspot",
  "_adSpots": {
  },
  "portal": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          975019,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX": [
        [
          975017,
          [
            148898
          ]
        ],
        [
          1019207,
          [
            148898
          ]
        ]
      ],
      "_AD_SKYSCRAPPER": [
        [
          975021,
          [
            148891
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          975030,
          [
            263591
          ]
        ]
      ]
    }
  }
}

