/* ==================================================================== */
/* Defines Site settings for Adtech                       */
/* ==================================================================== */

var adtech_selected =1; //If site uses Adtech then value should be "1" else if it uses OAS then it should be "0"
var adtech_throttle = 4;//This variable controls the flow of adtech calls:0 = none;1 = 25%;2 = 50%;3 = 75%;>3 = 100%
var adtechserver = "gannett.gcion.com"; //Adtech Server Name
var adtechnetworkid =  5111.1; //5071.21 //Adtech Network ID
var adtech_keyvalue_Array= new Array(
"car",
"majorevent"
); //Array should consist of all defined keys or words which can be targetted using adtech 
