var adRestrictionManager = new AdRestrictionManager();
//HPRO PRODUCTION AD RESTRICTIONS

// turn off all Prestitial tags
var restrictionOne = new AdRestriction();
restrictionOne.addParameter("adtype", "PRESTITIAL");
restrictionOne.isActive = false;
restrictionOne.isIframe = false;
adRestrictionManager.restriction.push(restrictionOne);


