// 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.citynews) == 'undefined') ca.citynews = {};
if (typeof(ca.citynews.ads) == 'undefined') ca.citynews.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.citynews.ads.zones = {
  "_oldDartSite": "rogers.citynews",
  "_adSpots": {
    "_AD_LEADERBOARD_MASTER": [
      [
        974655,
        [
          148905
        ]
      ]
    ],
    "_AD_BIGBOX_COMPANION": [
      [
        974657,
        [
          148898
        ]
      ]
    ],
    "_AD_MULTIAD": [
      [
        1034454,
        [
          148898,
          148891,
          750345
        ]
      ]
    ],
    "_AD_DHTML": [
      [
        974659,
        [
          263591
        ]
      ]
    ]
  },
  "stories": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          1034459,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX_COMPANION": [
        [
          1034461,
          [
            148898
          ]
        ]
      ],
      "_AD_MULTIAD": [
        [
          1034467,
          [
            148898,
            148891,
            750345
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          1034457,
          [
            263591
          ]
        ]
      ]
    }
  },
  "homepage": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          974663,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX_COMPANION": [
        [
          974660,
          [
            148898
          ]
        ]
      ],
      "_AD_MULTIAD": [
        [
          1034452,
          [
            148898,
            148891,
            750345
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          974667,
          [
            263591
          ]
        ]
      ]
    }
  }
}

