/* Change Log - please log changes here and on the WebStoreSetupFeeTrafficManager wiki, verify logs match before editing & uploading

YYYY-MM-DD HH:MM user description
2009-08-06 11:00 add MRP* to exclude
2009-06-16 19:30 aroot set traffic to 35
2009-06-16 19:30 nallakuk reduced traffic to 22
2009-06-14 11:53 guray ramped up traffic to 30
2009-06-11 14:56 aroot Add AZNav = include to offerMap
2009-06-10 13:40 aroot Add CJReferral = 1 to offerMap
2009-06-09 17:16 guray set pilot traffic to 20
2009-06-05 17:00 aroot uploaded 
*/

var runOffers = false;
//var runRandom = true;
var pilotTraffic = 0;

/*
var weights = [];
weights["1"] = 0.05;//0-50
weights["2"] = 0.05;//51-100
weights["0"] = 0.9;//51-100
*/	
	
var offerMap = [];
offerMap['MRP*'] = "exclude";
offerMap['AZ*'] = "exclude";
offerMap['SE*'] = "exclude";
offerMap['BACJ'] = "exclude";
offerMap['BMVD*'] = "exclude";
offerMap['BndlPP'] = "exclude";
offerMap['DCP*'] = "exclude";
offerMap['DS*'] = "exclude";
offerMap['EM*'] = "exclude";
offerMap['Mat*'] = "exclude";
offerMap['NMMAT*'] = "exclude";
offerMap['NMS*'] = "exclude";
offerMap['SC*'] = "exclude";
offerMap['WBA*'] = "exclude";
offerMap['WBE*'] = "exclude";
offerMap['WBS*'] = "exclude";
offerMap['wba_soa'] = "exclude";
offerMap['webstore*'] = "exclude";
offerMap['dcpplat'] = "exclude";
offerMap['EL-sellercentral.amazon.com'] = "exclude";
offerMap['CJReferral'] = "exclude";
offerMap['1'] = "exclude";
offerMap['2'] = "exclude";
offerMap['exclude'] = "exclude";
offerMap['include'] = "exclude";
offerMap['AZnav'] = "exclude";
offerMap['AZNav'] = "exclude";

var dontTouch = [];
dontTouch.push("Sell-on-Amazon-and-WebStore");
dontTouch.push("Selling-on-Amazon");
dontTouch.push("Selling-On-Amazon");
dontTouch.push("WebStore-Upgrade-Selling-on-Amazon");
dontTouch.push("WebStore-Multi-Channel");
dontTouch.push("WebStore-by-Amazon-for-Marketplace-Sellers");
dontTouch.push("Webstore-SemLand");

