(function() {
try {
if (!espiff.exists) { throw "cllcObjUndefined"; }

espiff.config = 
{
	"generic_ccode" : "CUJ2010",
	"ola_ccode" : "CUJ201001XKJH74C",
	
	"valid_pages" : ["/en/2010/commander*", "/hostc/bmo/*", "/hostc/vsmc/*", "/hostc/fad/*", "/hostc/sni/*", "/en/gaq*", "/dma*"],
	
	"programs" : {
		"commander" : {
		  programid: "39CAQ",
			vehiclecode : "CUJ201001",
			ccode : "CUJ201001XKJH74C",
			start : "12 Mar 2010 22:00:00 GMT", // the dates have to all run as ET and the server response is GMT
			end : "15 Mar 2010 04:00:00 GMT",   // so everything is set to run as GMT with a 5 hour offset for ET, 4 hour offset for daylight savings
			qsValues : ["commander", "CUJ201001"], //compcomp qs value USC00JES12
			goal: 12
		},
		"ola" : {
			programid: "39CAP",
			start : "12 Mar 2010 22:00:00 GMT", // the dates have to all run as ET and the server response is GMT
			end : "15 Mar 2010 04:00:00 GMT",   // so everything is set to run as GMT with a 5 hour offset for ET, 4 hour offset for daylight savings
			qsValues : []
		}
	},
	
	"commander" : {
			"vh" : {
				description : "vehicle_homepage",
				src : "/en/2010/commander/",
				//noInvite : true,
				scoreValue : [0, 2]							
			},
			"gaq" : {
				description : "get_a_quote",
				src : "/en/gaq/",
				noInvite : true,
				qsMatch : true,
				scoreValue : [4]		
			},
			"gaq_ab" : {
				description : "get_a_quote_ab_test",
				src : "/en/gaq/index_a_b.html",
				noInvite : true,
				qsMatch : true,
				scoreValue : [4]		
			},
			"gaq_ty" : {
				description : "get_a_quote_thank_you",
				src : "/en/gaq/thankyou.html",
				qsMatch : true,
				scoreValue : [-5]		
			},
			"bmo" : {
				description : "build_my_own",
				src : "/hostc/bmo/summary.do",
				scoreValue : [4]		
			},
			"vsmc" : {
				description : "model_specs_compare",
				src : "/hostc/vsmc/vehicleSpecModels.do",
				qsMatch : true,
				scoreValue : [0, 3]
			},
			"fad" : {
				description : "find_a_dealer",
				src : "/hostc/fad/*",
				scoreValue : [0, 3]
			},
			"sni" : {
				description : "search_new_inventory",
				src : "/hostc/sni/*",
				qsMatch : true,
				scoreValue : [0, 3]
			},
			"inctv" : {
			  description : "incentives",
				src : "/dma*",
				qsMatch : true,
				scoreValue : [8]
			}	
	},
	"ola" : {
		//
	}
};

} catch(e) { cllc.standard_error_handler(e); }
})();