// 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.omnibc) == 'undefined') ca.omnibc = {};
if (typeof(ca.omnibc.ads) == 'undefined') ca.omnibc.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.omnibc.ads.zones = {
  "_oldDartSite": "rogers.omnibc",
  "_adSpots": {
    "_AD_LEADERBOARD_MASTER": [
      [
        1023417,
        [
          148905
        ]
      ]
    ],
    "_AD_BIGBOX_COMPANION": [
      [
        1023423,
        [
          148898
        ]
      ]
    ],
    "_AD_MULTIAD": [
      [
        1023450,
        [
          148898,
          148891,
          750345
        ]
      ]
    ],
    "_AD_BIGBUTTON": [
      [
        1023419,
        [
          970424
        ]
      ],
      [
        1023449,
        [
          970424
        ]
      ]
    ],
    "_AD_DHTML": [
      [
        1023415,
        [
          263591
        ]
      ]
    ]
  },
  "homepage": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          1023425,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX_COMPANION": [
        [
          1023412,
          [
            148898
          ]
        ]
      ],
      "_AD_MULTIAD": [
        [
          1023458,
          [
            148898,
            148891,
            750345
          ]
        ]
      ],
      "_AD_BIGBUTTON": [
        [
          1023431,
          [
            970424
          ]
        ],
        [
          1023459,
          [
            970424
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          1023433,
          [
            263591
          ]
        ]
      ]
    }
  }
}

