// 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.g4tech) == 'undefined') ca.g4tech = {};
if (typeof(ca.g4tech.ads) == 'undefined') ca.g4tech.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.g4tech.ads.zones = {
  "_oldDartSite": "rogers.g4tech",
  "_adSpots": {
    "_AD_LEADERBOARD_MASTER": [
      [
        999554,
        [
          148905
        ]
      ]
    ],
    "_AD_BIGBOX_COMPANION": [
      [
        999545,
        [
          148898
        ]
      ]
    ],
    "_AD_SKYSCRAPPER": [
      [
        1038014,
        [
          148891
        ]
      ]
    ],
    "_AD_DHTML": [
      [
        999547,
        [
          263591
        ]
      ]
    ]
  },
  "homepage": {
    "_adSpots": {
      "_AD_LEADERBOARD_MASTER": [
        [
          999557,
          [
            148905
          ]
        ]
      ],
      "_AD_BIGBOX_COMPANION": [
        [
          999551,
          [
            148898
          ]
        ]
      ],
      "_AD_SKYSCRAPPER": [
        [
          1038012,
          [
            148891
          ]
        ]
      ],
      "_AD_DHTML": [
        [
          999559,
          [
            263591
          ]
        ]
      ]
    }
  }
}

