/**********************************************************************
    * File Name       :	cmcustom.js 
    * Created Date    :	15 Sep,2011
    * Description     :	Coremetrics-Related Variables / Functions
    *                   for CHL.
***********************************************************************/

// Coremetrics variables
var coreOnFlag = 1; // 0 = off, 1 = on
var coreProductionFlag = 0; // 0 = Test, 1 = Prod
var clientManaged = false;
var collectionDomain = "data.coremetrics.com";
var cookieDomain = "cxholidays.com";

// Switch off Coremetrics Tags when on management stage
//if (window.location.hostname.indexOf("prochl.") == 0) {
	//coreOnFlag = 0;
//} else if (window.location.hostname.indexOf("stachl.") == 0) { 
	//coreOnFlag = 0;
//} 

// Map to retrieve Master Client ID
// usage: MasterClientMap[key]
var MasterClientIDMap = {"CHL":90383576 };
