CCI["siteConfig"]	=	{
	kickAppsProxyUrl: "/section/cci-kickapps-proxy",
	floaters: {
		mh_interstitial:	{
	        //Set the variable to 1 for OFF and 0 for ON
	        hideInter: 0,
	        //set the number of seconds before timeout to hide the interstitial
	        interTimeout: 20,
	        //set the number of days before the cookie should expire
	        interDays: 1,
	        //which page view to show the interstitial on
	        showInterOnView: 0,
	        //set the name for the cookie
	        interCookieName: "mhInterstitial",
	        //set the URL where the floater content lives
	        interURL: "/section/interstitial"
			},
		mp_interstitial:	{
	        //Set the variable to 1 for OFF and 0 for ON
	        hideInter: 0,
	        //set the number of seconds before timeout to hide the interstitial
	        interTimeout: 20,
	        //set the number of days before the cookie should expire
	        interDays: 1,
	        //which page view to show the interstitial on
	        showInterOnView: 0,
	        //set the name for the cookie
	        interCookieName: "mpInterstitial",
	        //set the URL where the floater content lives
	        interURL: "/section/interstitial03"
			}
	}
};