// 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.biographychannel) == 'undefined') ca.biographychannel = {};
if (typeof(ca.biographychannel.ads) == 'undefined') ca.biographychannel.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.biographychannel.ads.zones = {
  "_oldDartSite": "rogers.biography",
  "_adSpots": {
    "_AD_LEADERBOARD_MASTER": [
      [
        1038018,
        [
          148905
        ]
      ]
    ],
    "_AD_BIGBOX_COMPANION": [
      [
        1038016,
        [
          148898
        ]
      ]
    ],
    "_AD_SKYSCRAPPER": [
      [
        1038020,
        [
          148891
        ]
      ]
    ],
    "_AD_DHTML": [
      [
        1038022,
        [
          263591
        ]
      ]
    ]
  },
  "homepage": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          1038026,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX_COMPANION": [
        [
          1038024,
          [
            148898
          ]
        ]
      ],
      "_AD_SKYSCRAPPER": [
        [
          1038028,
          [
            148891
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          1038030,
          [
            263591
          ]
        ]
      ]
    }
  }
}

