/**

    * Write an ad with the specified width and height. Depends on
    * gck_ads_reporting.js and dispatcher.js.
    *
    * @param {Object} width
    * @param {Object} height
    */
      
function writeAd(width, height, keyValues) {
	KIDS.ads.placeAd(width, height, keyValues);
}
