function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const XSRFToken = getXSRFTokenFromCookie() fetch( `${window.location.origin}/_serverless/analytics-reporter/facebook/event`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }, body: JSON.stringify({ eventName, data: eventParams }), }, ); }, ); function getXSRFTokenFromCookie() { var match = document.cookie.match(new RegExp("XSRF-TOKEN=(.+?);")); return match ? match[1] : ""; } } window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page

96th Annual SEAFC Leadership Conference

The Southeastern Association of Fire Chiefs and the Georgia Association of Fire Chiefs are joining together to present the 96th Annual Leadership Conference in Atlanta (Cobb County), Georgia, July 16th – 18th, 2024. Smyrna, Cobb, Marietta, and Austell fire agencies are co-hosting this extraordinary exploration on leadership issues facing Fire and Emergency Services.

July 16 - 18, 2024

Renaissance Atlanta Waverly Hotel and Cobb Galleria Atlanta, GA

bottom of page