//FOOD PRODUCTION AD RESTRICTIONS

// turn off all superstitials tags on the show main page
var restrictionOne = new AdRestriction();
restrictionOne.addParameter("UniqueId", "FOOD-SECTION-32078-1");
restrictionOne.addParameter("adtype", "SUPERSTITIAL");
restrictionOne.isActive = false;
restrictionOne.isIframe = false;

// turn off pushdown tag on chef main page
var restrictionTwo = new AdRestriction();
restrictionTwo.addParameter("adtype", "PUSHDOWN");
restrictionTwo.addParameter("UniqueId", "FOOD-SECTION-32077-1");
restrictionTwo.isActive = false;
restrictionTwo.isIframe = false;

// Push function

var adRestrictionManager = new AdRestrictionManager();
//adRestrictionManager.restriction.push(restrictionOne);
//adRestrictionManager.restriction.push(restrictionTwo);

