/* ==================================================================== */
/* Defines global settings for Adtech                       */
/* ==================================================================== */

var adtech_global_control =1;//"1" to turn on the adtech calls and "0" to turnoff the adtech calls for all sites on this division

/* ==================================================================== */
/* Defines global settings for Pluck                       */
/* ==================================================================== */

var PluckGlobalControl = "1";

//Dont change anything after this line. it should be changed only by PS as  per request from Corporate 
if(typeof gsl != 'undefined') {
gsl.MaxNumberofAbuse =3; //Maximum number of abuse report count i.e. if it exceeds that comment wont be shown on page. 
gsl.requestsperBatch =5;
}