CCI["siteConfig"]	=	{
	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: 15,
        //set the number of days before the cookie should expire
        interDays: 1,
        //which page view to show the interstitial on
        showInterOnView: 1,
        //set the name for the cookie
        interCookieName: "interstitial",
        //set the URL where the floater content lives
        interURL: "/section/interstitial"
		}
	}