// universal configs
CCI["siteConfig"]	=	{
	clickshareBaseUrl:	"https://home.crainsdetroit.com/clickshare",
	floaters: {
		welcomeMat:	{
	        //1. Set the variable to 1 for OFF and 0 for ON
	        hideInter: 0,
	        //2. set the number of seconds before timeout to hide the interstitial
	        interTimeout: 15,
	        //3. set the number of days before the cookie should expire
	        interDays: 1,
	        // set the name for the cookie
	        interCookieName: "welcomeMat",
	        //4. set the URL where the floater content lives
	        interURL: "/section/inter",
	        showInterOnView: 1
			},
		interstitial:	{
	        //1. Set the variable to 1 for OFF and 0 for ON
	        hideInter: 0,
	        //2. set the number of seconds before timeout to hide the interstitial
	        interTimeout: 20,
	        //3. set the number of days before the cookie should expire
	        interDays: 1,
	        // set the name for the cookie
	        interCookieName: "interstitial",
	        //4. set the URL where the floater content lives
	        interURL: "/section/inter02",
	        showInterOnView: 4
        }
	},
	graphics: {
		loaderImg: "/communities/styles/dm/images/ajax-loader.gif"
	}
};

// conditional configs

