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: 7,
	        //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"
			}
	}
};

var mhmp_host = window.location.hostname;

if(mhmp_host.match(/modernhealthcare/))
{
    CCI["Comments"] = {
        "Abuse": {
            "emailFrom": "do-not-reply@modernhealthcare.com",
            "emailFromName": "Modern Healthcare",
            "emailTo": "comments@modernhealthcare.com,kphill@crain.com",
            "emailSubject": "MH Comment Abuse Report Notification",
            "emailObjectClass": "1"
        }
    }    
}
else {
    CCI["Comments"] = {
        "Abuse": {
            "emailFrom": "do-not-reply@modernphysician.com",
            "emailFromName": "Modern Physician",
            "emailTo": "comments@modernhealthcare.com,kphill@crain.com",
            "emailSubject": "MP Comment Abuse Report Notification",
            "emailObjectClass": "1"
        }
    }  
}
