CCI["siteConfig"]	=	{
	floaters: {
		gnOffer:	{
        //1. Set the variable to 1 for OFF and 0 for ON
        hideInter: 1,
        //2. set the number of seconds before timeout to hide the interstitial
        interTimeout: 8,
        //3. set the number of days before the cookie should expire
        interDays: 1,
        // set the name for the cookie
        interCookieName: "gnOffer",
        //4. set the URL where the floater content lives
        interURL: "/section/inter",
        //5. show on which page view during the session
        showInterOnView: 1,
        //6. toggle on/off displaying to certain Clickshare group ID's
        useGroupIds: 1,
        //7. group id(s) that should see ad.
        // should be array containing gid(s)
        // showToGroupId: [0] // show to gid zero only
        // showToGroupId: [0,1,2] // show to gid's 0, 1 and 2
        showToGroupId: [0]
		},
		interstitial:	{
        //1. Set the variable to 1 for OFF and 0 for ON
        hideInter: 1,
        //2. set the number of seconds before timeout to hide the interstitial
        interTimeout: 8,
        //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",
        //5. show on which page view during the session
        showInterOnView: 4,
        useGroupIds:0
		}
	}
};