// 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: 15,
	        //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
var google = google || false;
if (google) {
	CCI.siteConfig.Google = {};
	
	if (google.maps != undefined) {
		CCI.siteConfig.Google.Maps = {
			iconConfig: {
						image: 'http://www.crainsdetroit.com/Assets/dm/markers/marker.png',
						iconSize: new google.maps.Size(20, 24),
						shadow: 'http://www.crainsdetroit.com/Assets/dm/markers/shadow.png',
						shadowSize: new google.maps.Size(25, 27),
						iconAnchor: new google.maps.Point(9, 30),
						infoWindowAnchor: new google.maps.Point(9, 2),
						transparent: 'http://www.crainsdetroit.com/Assets/dm/markers/transparent.png',
						printImage: 'http://www.crainsdetroit.com/Assets/dm/markers/printMarker.gif',
						mozPrintImage: 'http://www.crainsdetroit.com/Assets/dm/markers/printMozMarker.gif',
						printShadow: 'http://www.crainsdetroit.com/Assets/dm/markers/shadow.gif'
			}
		};
	}
}