//ZAAR PRODUCTION AD RESTRICTIONS
var adRestrictionManager = new AdRestrictionManager();

//restrict leaderboard on recipes landing page
var restrictionTwo = new AdRestriction();
restrictionTwo.addParameter("adtype", "LEADERBOARD");
restrictionTwo.addParameter("PagePos", "1");
restrictionTwo.addParameter("UniqueId", "RZ-RECIPES_LANDING-0021-1");
restrictionTwo.isActive = false;
restrictionTwo.isIframe = false;
adRestrictionManager.restriction.push(restrictionTwo);



//restrict leaderboard on super bowl spreads landing page
var restrictionThree = new AdRestriction();
restrictionThree.addParameter("adtype", "LEADERBOARD");
restrictionThree.addParameter("PagePos", "1");
restrictionThree.addParameter("UniqueId", "RZ-BLOG_POST-0014-1016");
restrictionThree.isActive = false;
restrictionThree.isIframe = false;
adRestrictionManager.restriction.push(restrictionThree);