Help
RSS
API
Feed
Maltego
Contact
Domain > als.quorum.us
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-05-01
52.71.87.117
(
ClassC
)
2026-02-23
44.193.70.24
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: awselb/2.0Date: Mon, 23 Feb 2026 18:00:57 GMTContent-Type: text/htmlContent-Length: 134Connection: keep-aliveLocation: https://als.quorum.us:443/ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Mon, 23 Feb 2026 18:00:58 GMTContent-Type: text/html; charsetutf-8Content-Length: 78291Connection: keep-aliveServer: gunicornCache-Control: no-store, no-cachePragma: no-cacheExpires: -1strict-transport-security: max-age63072000; includeSubDomains; preloadX-Content-Type-Options: nosniffX-XSS-Protection: 1; modeblockPermissions-Policy: accelerometer(), ambient-light-sensor(), autoplay(self), battery(), camera(self), cross-origin-isolated(), display-capture(), document-domain(), encrypted-media(), execution-while-not-rendered(), execution-while-out-of-viewport(), fullscreen(self), geolocation(self), gyroscope(), keyboard-map(), magnetometer(), microphone(self), midi(), navigation-override(), payment(self), picture-in-picture(), publickey-credentials-get(), screen-wake-lock(self), sync-xhr(), usb(), web-share(), xr-spatial-tracking()Referrer-Policy: strict-origin-when-cross-originVary: CookieSet-Cookie: current_version2.1256.2026-02-23-1300z-stable; expiresTue, 30 Mar 2027 18:00:58 GMT; Max-Age34560000; Path/; SecureSet-Cookie: qsesidmx5cu339ybv521r1sqnn99left36nbof; expiresTue, 23 Feb 2027 18:00:58 GMT; HttpOnly; Max-Age31536000; Path/; SameSiteNone; Secure !DOCTYPE html>html langen >head> script> function detectIEEdge() { var ua window.navigator.userAgent; var msie ua.indexOf(MSIE ); if (msie > 0) { // IE 10 or older > return version number return parseInt(ua.substring(msie + 5, ua.indexOf(., msie)), 10); } var trident ua.indexOf(Trident/); if (trident > 0) { // IE 11 > return version number var rv ua.indexOf(rv:); return parseInt(ua.substring(rv + 3, ua.indexOf(., rv)), 10); } var edge ua.indexOf(Edge/); if (edge > 0) { // Edge > return version number return parseInt(ua.substring(edge + 5, ua.indexOf(., edge)), 10); } // other browser return false; } var ieVersion detectIEEdge() /script> script typetext/javascript> // Google Maps globals - required for async loading // The callback signals the script loaded; React polling validates places availability window.__mapsLoadingStarted window.__mapsLoadingStarted || false window.__mapsCallbackFiredAt null window.onGoogleMapsReady function () { window.__mapsCallbackFiredAt Date.now() } // Script Manager Class class ScriptManager { static consentCategories { ANALYTICS: analytics, ADVERTISING: advertising, FUNCTIONAL: functional, ESSENTIAL: essential, } constructor() { this.loadedScripts new Set() } loadScript(config) { const { src, category, condition, onLoad, onError, charset, async true } config if (this.loadedScripts.has(src)) return if (condition && !condition()) return const script document.createElement(script) script.src src script.async async if (charset) script.charset charset if (onLoad) script.onload onLoad script.onerror (e) > (onError ? onError(e, src) : console.warn(`Failed to load script: ${src}`)) document.head.appendChild(script) this.loadedScripts.add(src) } hasConsent(category) { if (category ScriptManager.consentCategories.ESSENTIAL) return true const cookieConsent this.getCookieConsent() if (cookieConsent && cookieConsent.length > 0) { return cookieConsent.includes(category) } return false } getCookieConsent() { const consentCookie localStorage.getItem(quorum_cookie_consent) if (consentCookie) { try { return JSON.parse(consentCookie) } catch (e) { console.warn(Failed to parse quorum_cookie_consent:, e) return } } return } } // Script Configurations Factory function createScriptConfigs(templateVars) { return { name: twitter, src: https://platform.twitter.com/widgets.js, category: functional, charset: utf-8, }, { name: vimeo, src: https://player.vimeo.com/api/player.js, category: functional, charset: utf-8, }, { name: youtube, src: https://www.youtube.com/player_api, category: advertising, charset: utf-8, condition: () > { if (pge, pgeretirees.includes(templateVars.subdomain)) { return false } return !9, 10, 11.includes(window.ieVersion) }, }, { name: google_analytics, src: `https://www.googletagmanager.com/gtag/js?id${templateVars.externalUaCode}`, category: analytics, async: true, condition: () > templateVars.externalUaCode, onLoad: () > { window.dataLayer window.dataLayer || ; function gtag() { dataLayer.push(arguments); } gtag(js, new Date()); gtag(config, templateVars.externalUaCode); } }, { name: facebook_pixel, src: https://connect.facebook.net/en_US/fbevents.js, category: advertising, condition: () > templateVars.externalFbCode, onLoad: () > { !function (f, b, e, v, n, t, s) { if (f.fbq) return; n f.fbq function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq n; n.push n; n.loaded !0; n.version 2.0; n.queue ; }(window, document, script); fbq(init, templateVars.externalFbCode); fbq(track, PageView); } }, { name: maps, src: `https://maps.googleapis.com/maps/api/js?key${templateVars.googleApiKey}&librariesplaces&languageen&loadingasync&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps)) }, }, { name: maps_ie, // IE 10/11: using older API version without loadingasync (not supported in v3.38) src: `https://maps.googleapis.com/maps/api/js?v3.38&key${templateVars.googleApiKey}&librariesplaces&languageen&callbackonGoogleMapsReady`, category: essential, // google maps is essential for address autocomplete condition: () > { if (!templateVars.googleApiKey) return false if (window.__mapsLoadingStarted) return false if (!10, 11.includes(window.ieVersion)) return false window.__mapsLoadingStarted true window.__mapsCallbackFiredAt null return true }, onError: (_e, src) > { window.__mapsLoadingStarted false if ( window.__scriptManager && window.__scriptManager.loadedScripts && typeof window.__scriptManager.loadedScripts.delete function ) { window.__scriptManager.loadedScripts.delete(src) } console.warn(Failed to load Google Maps (maps_ie)) }, }, { name: facebook_sdk, id: facebook-jssdk, src: https://connect.facebook.net/en_US/sdk.js, category: essential, // facebook sdk is essential for facebook login condition: () > !document.getElementById(facebook-jssdk), onLoad: () > { window.fbAsyncInit function () { FB.init({ appId: 798586090287234, cookie: true, xfbml: true, version: v24.0, }) } }, }, { name: google_tag_manager, src: `https://www.googletagmanager.com/gtm.js?id${templateVars.externalGtmCode}`, category: analytics, async: true, condition: () > templateVars.externalGtmCode, onLoad: () > { window.dataLayer window.dataLayer || ; window.dataLayer.push({ gtm.start: new Date().getTime(), event: gtm.js }); } }, } // Initialize and expose globally function initializeScriptManager(templateVars) { const SCRIPT_CONFIGS createScriptConfigs(templateVars) // Singleton to prevent duplicate script loading across multiple calls window.__scriptManager window.__scriptManager || new ScriptManager() window.loadThirdPartyScripts function (categories ScriptManager.consentCategories.ESSENTIAL, skipCookieConsent false) { const scriptManager window.__scriptManager if (skipCookieConsent) return SCRIPT_CONFIGS.forEach((config) > { scriptManager.loadScript(config) }) if (scriptManager && SCRIPT_CONFIGS) { SCRIPT_CONFIGS.forEach((config) > { if (categories.includes(config.category)) try { scriptManager.loadScript(config) } catch (e) { console.error(Error loading script:, e) } }) } } } window.initializeScriptManager initializeScriptManager/script>script> const cleanTemplateVars (templateVar) > templateVar None ? null : templateVar window.initializeScriptManager({ subdomain: cleanTemplateVars(als), googleApiKey: cleanTemplateVars(AIzaSyAawXvau1pkCuAoStztFBPSjLuATXnczfA), externalUaCode: cleanTemplateVars(None), externalFbCode: cleanTemplateVars(None), externalGtmCode: cleanTemplateVars(None), }); const cookieConsentActive (False True) window.cookieConsentActive cookieConsentActive if (!cookieConsentActive) window.loadThirdPartyScripts(, true)/script> link relpreconnect hrefhttps://fonts.googleapis.com> link relpreconnect hrefhttps://fonts.gstatic.com crossorigin> link hrefhttps://fonts.googleapis.com/css2?familyRoboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&displayswap relstylesheet> !-- Basic Information -->meta charsetutf-8>meta nameauthor contentQuorum>meta nameviewport contentwidthdevice-width, initial-scale1>meta namerobots contentnoindex>!-- Facebook -->!-- https://developers.facebook.com/docs/sharing/webmasters -->meta propertyog:type contentwebsite>meta propertyog:title contentThe ALS Association Action Center>meta propertyog:url contenthttps://als.quorum.us/>meta propertyog:description contentALS advocates lead the fight to defeat ALS. You can lead us closer to a world without ALS by joining the dedicated network of ALS advocates nation-wide. As an ALS advocate, you can help change the laws and policies that affect thousands of people living with ALS and their families.>meta propertyog:image contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2022-01-20/23697d875488ca30c20647aa3ec89e47/kXunz0edH6NcrmZvwrN3_2019ALSAAdvocacyConference_IMG_3973.JPG>meta propertyog:image:secure_url contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2022-01-20/23697d875488ca30c20647aa3ec89e47/kXunz0edH6NcrmZvwrN3_2019ALSAAdvocacyConference_IMG_3973.JPG>!-- Twitter -->!-- https://dev.twitter.com/cards/markup -->meta nametwitter:card contentsummary>meta nametwitter:title contentThe ALS Association Action Center>meta nametwitter:description contentALS advocates lead the fight to defeat ALS. You can lead us closer to a world without ALS by joining the dedicated network of ALS advocates nation-wide. As an ALS advocate, you can help change the laws and policies that affect thousands of people living with ALS and their families.>meta nametwitter:image contenthttps://quorum-media.s3.amazonaws.com/media/uploaded_files/2022-01-20/23697d875488ca30c20647aa3ec89e47/kXunz0edH6NcrmZvwrN3_2019ALSAAdvocacyConference_IMG_3973.JPG>!-- https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties/overview -->meta nametwitter:dnt contenton> title>ALS Association | ALS Association Advocacy Action Center/title> link relstylesheet hrefhttps://www.quorum.us/static/2.1256.2026-02-23-1300z-stable/dist/new_grassroots.css> link relstylesheet hrefhttps://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css integritysha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u crossoriginanonymous> !-- Favicon --> link relicon hrefhttps://static.quorum.us/global/common/favicon.ico />/head>body stylefont-family: Roboto, sans-serif;> !-- Google Tag Manager. Instructions were to Paste this code immediately after the opening body tag --> script> window.CURRENT_VERSION 2.1256.2026-02-23-1300z-stable window.ENVIRONMENT Production window.action_center_settings JSON.parse({\u0022_extra\u0022: {}, \u0022action_items\u0022: 6, 13, 2, \u0022additional_default_registration_fields\u0022: , \u0022allow_search_indexable_custom_domain\u0022: false, \u0022allowed_minor_role_types\u0022: 5, 6, 7, 8, 21, 9, 199, 198, \u0022archived\u0022: false, \u0022background_color_override\u0022: \u0022#ffffff\u0022, \u0022background_image_override_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D02\u002D08/01a896ad79a9cbd465e72f3fd19c00f3/GuWAsjl6R46DXSEUBkVp_KAP_ALS_2019_06_11_181\u002D.jpg\u0022, \u0022background_style_type\u0022: null, \u0022can_login_with_facebook\u0022: false, \u0022conditional_giving_enabled\u0022: false, \u0022created\u0022: \u00222018\u002D12\u002D06T17:22:20.233141\u0022, \u0022custom_css\u0022: \u0022.normal\u002Dwidth .klEVOq {\u005Cnwidth:unset\u003B\u005Cn}\u0022, \u0022custom_favicon_url\u0022: \u0022\u0022, \u0022custom_interaction_types\u0022: 2954, 2955, 6199, 2953, 2952, \u0022custom_javascript\u0022: \u0022\u0022, \u0022default_interaction_log_text\u0022: \u0022\u003Cdiv\u003EHi\u0026nbsp\u003B{{contact_first_name}},\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EIt is through your advocacy that, together, we will create a world without ALS. In order to realize that goal, our advocacy must be based on quality information that supports informed decision\u002Dmaking. Logging your interactions with elected officials is critically important in ensuring The ALS Association\u0027s advocacy strategies are based on the most up\u002Dto\u002Ddate information.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EPlease use this space to log any interactions you have with elected officials. Your continued participation will enable The ALS Association to continue providing highly impactful advocacy engagement opportunities that advance our shared goal of creating a world free of this terrible disease.\u003C/div\u003E\u0022, \u0022default_interaction_log_title\u0022: \u0022Log Interaction\u0022, \u0022default_letter_message\u0022: \u0022\u0022, \u0022default_letter_subject\u0022: \u0022\u0022, \u0022default_password\u0022: \u0022politicalparticipation\u0022, \u0022default_registration_page\u0022: \u0022/api/grassrootsregistrationpage/4984/\u0022, \u0022default_thank_you_message\u0022: \u0022\u003Cdiv\u003EHi {{contact_first_name}},\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EThank you for taking action to support people living with ALS and the entire ALS community. We are grateful for your support. \u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EPlease follow us on \u003Ca href\u003D\u005C\u0022https://www.facebook.com/alsassociation/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EFacebook\u003C/a\u003E and \u003Ca href\u003D\u005C\u0022https://twitter.com/alsassociation\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ETwitter\u003C/a\u003E for the latest updates on this issue and more! \u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EThe ALS Association\u003C/div\u003E\u0022, \u0022domain\u0022: \u0022als\u0022, \u0022external_adobe_dtm_tag\u0022: null, \u0022external_fb_code\u0022: null, \u0022external_gtm_code\u0022: null, \u0022external_interaction_types\u0022: 4, 3, 1, 11, 7, 6, \u0022external_relationship_types\u0022: 1, 2, 3, 12, 4, 5, 6, 7, 8, 9, 11, \u0022external_ua_code\u0022: null, \u0022facebook_access_token\u0022: \u0022\u0022, \u0022facebook_connection\u0022: null, \u0022facebook_page_id\u0022: \u0022\u0022, \u0022facebook_status\u0022: 1, \u0022facebook_user_token\u0022: \u0022\u0022, \u0022footer\u0022: , \u0022footer_html\u0022: \u0022\u003Chr size\u003D\u005C\u002210\u005C\u0022\u003E\u005Cn\u003Ch3 style\u003D\u005C\u0022margin\u002Dleft: 50px\u003B\u005C\u0022\u003E\u003Cb\u003E\u003Cbr\u003E\u003C/b\u003E\u003C/h3\u003E\u003Ch3 style\u003D\u005C\u0022margin\u002Dleft: 50px\u003B\u005C\u0022\u003E\u003Cb\u003EThe ALS Association\u003C/b\u003E\u003C/h3\u003E\u005Cn\u003Cp style\u003D\u005C\u0022margin\u002Dleft: 50px\u003B\u005C\u0022\u003E\u003Ca href\u003D\u005C\u0022http://www.twitter.com/alsassociation\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ETwitter\u003C/a\u003E | \u003Ca href\u003D\u005C\u0022https://www.facebook.com/alsassociation\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EFacebook\u003C/a\u003E | \u003Ca href\u003D\u005C\u0022https://www.instagram.com/als/?hl\u003Den\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EInstagram\u003C/a\u003E | \u003Ca href\u003D\u005C\u0022https://www.linkedin.com/company/the\u002Dals\u002Dassociation\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003ELinkedIn\u003C/a\u003E\u003Cbr\u003E\u005Cn\u003Ca href\u003D\u005C\u0022mailto: advocacy@als.org\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003Eadvocacy@als.org\u003C/a\u003E\u003Cbr\u003E\u005Cn1300 Wilson Blvd, Suite 600\u003Cbr\u003E\u005CnArlington, VA 22209\u003C/p\u003E\u0022, \u0022footer_logo_url\u0022: null, \u0022full_name\u0022: null, \u0022gamification_achievement_icon_type\u0022: 1, \u0022gamification_all_campaign_points\u0022: 0, \u0022gamification_campaign_type_points\u0022: {\u0022102\u0022: 3}, \u0022gamification_enabled\u0022: true, \u0022gamification_point_type\u0022: 1, \u0022gamification_ranks\u0022: {\u00221\u0022: 0.0, \u00222\u0022: 0.0, \u00223\u0022: 0.0, \u00224\u0022: 0.0, \u00225\u0022: 9.0, \u00226\u0022: 21.0, \u00227\u0022: 154.0}, \u0022gamification_tiers\u0022: {\u0022ALS Advocate\u0022: {\u0022points\u0022: 1}, \u0022Leading ALS Advocate\u0022: {\u0022points\u0022: 25}, \u0022Super ALS Advocate\u0022: {\u0022points\u0022: 50, \u0022text\u0022: \u0022\u0022}}, \u0022header\u0022: , \u0022hide_texture\u0022: false, \u0022id\u0022: 940, \u0022inbound_texting_reply_message\u0022: \u0022Thank you for joining ALS advocacy text alerts. We\u0027re excited to advocate together for the ALS Community!\u0022, \u0022index_page\u0022: \u0022/api/quorumgrassrootspage/6288/\u0022, \u0022interaction_custom_fields\u0022: , \u0022is_collaborator_action_center\u0022: false, \u0022is_pac_action_center\u0022: false, \u0022language\u0022: 1, \u0022ledger_settings\u0022: null, \u0022legislation_description\u0022: \u0022We\u0027re watching the following bills as they move through the legislative process around the country. Click on a bill for more details and contact our team if you have any questions.\u0022, \u0022legislation_header\u0022: \u0022Legislation We\u0027re Watching\u0022, \u0022limited_to_teams\u0022: , \u0022login_message\u0022: \u0022\u003Cdiv\u003EALS advocates lead the fight to defeat ALS on the frontlines. You can lead us closer to a world without ALS by joining the dedicated network of ALS advocates nation\u002Dwide. As an ALS advocate, you can help change the laws and policies that affect thousands of people living with ALS and their families.\u003Cbr\u003E\u003C/div\u003E\u0022, \u0022login_page_password_label\u0022: \u0022\u0022, \u0022login_page_post_text\u0022: \u0022\u0022, \u0022login_page_pre_text\u0022: \u0022\u0022, \u0022login_page_username_label\u0022: \u0022\u0022, \u0022login_redirect_url\u0022: \u0022\u0022, \u0022maximum_campaigns_first_page\u0022: 10, \u0022name\u0022: \u0022ALS Association Advocacy Action Center\u0022, \u0022navigation_bar\u0022: {\u0022label\u0022: \u0022About the ALS Association\u0022, \u0022link\u0022: \u0022/about/\u0022, \u0022type\u0022: 2}, {\u0022dropdown_links\u0022: {\u0022label\u0022: \u0022Federal Policy Priorities\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/our\u002Dpriorities/federal\u002Dpublic\u002Dpolicy\u002Dpriorities\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022ALS Caucus\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/als\u002Dcaucus\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022Dear Colleague Letters\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/dear\u002Dcolleague\u002Dletter\u0022, \u0022type\u0022: 7}, \u0022label\u0022: \u0022Federal Advocacy\u0022, \u0022type\u0022: 1}, {\u0022dropdown_links\u0022: {\u0022label\u0022: \u0022State Policy Priorities\u0022, \u0022link\u0022: \u0022https://www.als.org/our\u002Dpriorities/state\u002Dpublic\u002Dpolicy\u002Dpriorities\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022State Report Cards\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/report\u002Dcards\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022State Profiles\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/state\u002Dpolicy\u002Dadvocacy#findyourstate\u0022, \u0022type\u0022: 7}, \u0022label\u0022: \u0022State Advocacy\u0022, \u0022type\u0022: 1}, {\u0022dropdown_links\u0022: {\u0022label\u0022: \u0022Action Alerts\u0022, \u0022link\u0022: \u0022/action\u002Dalerts/\u0022, \u0022type\u0022: 2}, {\u0022label\u0022: \u0022Find Your Lawmakers\u0022, \u0022link\u0022: \u0022/officials/\u0022, \u0022type\u0022: 6}, {\u0022label\u0022: \u0022Log an Interaction\u0022, \u0022link\u0022: \u0022/log/\u0022, \u0022type\u0022: 8}, {\u0022label\u0022: \u0022Log a Relationship\u0022, \u0022link\u0022: \u0022/relationship/\u0022, \u0022type\u0022: 9}, {\u0022label\u0022: \u0022Share Your Story\u0022, \u0022link\u0022: \u0022https://www.als.org/advocacy/state\u002Dpolicy\u002Dadvocacy/als\u002Dstories\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022Record Video Story\u0022, \u0022link\u0022: \u0022https://als.quorum.us/campaign/share\u002Dyour\u002DALS\u002Dstory/\u0022, \u0022type\u0022: 7}, {\u0022label\u0022: \u0022Advocacy Resources\u0022, \u0022link\u0022: \u0022/advocacy\u002Dresources/\u0022, \u0022type\u0022: 2}, {\u0022label\u0022: \u0022Donate\u0022, \u0022link\u0022: \u0022https://secure2.convio.net/alsa/site/Donation2?df_id\u003D43364\u0026mfc_pref\u003DT\u002643364.donation\u003Dform1\u0026s_src\u003Dadvopostactionp...\u0022, \u0022type\u0022: 7}, \u0022label\u0022: \u0022Take Action\u0022, \u0022type\u0022: 1}, \u0022navigation_bar_color_override\u0022: null, \u0022navigation_bar_image_override_url\u0022: \u0022\u0022, \u0022navigation_bar_style_type\u0022: null, \u0022organization_user_specified_name\u0022: \u0022ALS Association\u0022, \u0022outbound_texting_confirmation_message\u0022: \u0022Welcome to ALS advocacy text alerts! Reply START to receive texts. Reply STOP to stop, HELP for info. Msg\u0026data rates may apply.\u0022, \u0022pac_classic_sites\u0022: , \u0022pac_restricted_to_eligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_to_ineligibles_message\u0022: \u0022\u0022, \u0022pac_restricted_user_not_logged_in_message\u0022: \u0022\u0022, \u0022publicly_accessible\u0022: true, \u0022read_only_form_fields\u0022: , \u0022relationship_custom_fields\u0022: , \u0022relationship_description\u0022: \u0022\u003Cdiv\u003EHi {{contact_first_name}},\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EIt is through your advocacy that, together, we will create a world without ALS. In order to realize that goal, our advocacy must be based on quality information that supports informed decision\u002Dmaking. Logging any personal relationships you have with elected officials is critically important in ensuring The ALS Association\u0027s advocacy strategies are based on the most up\u002Dto\u002Ddate information.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EPlease use this space to log any relationships you have with elected officials. Your continued participation will enable The ALS Association to continue providing highly impactful advocacy engagement opportunities that advance our shared goal of creating a world free of this terrible disease.\u003C/div\u003E\u0022, \u0022relationship_header\u0022: \u0022Log Relationship\u0022, \u0022resource_uri\u0022: \u0022/api/grassrootsactioncentersettings/940/\u0022, \u0022should_display_contact_city_state_in_external_logger\u0022: false, \u0022should_require_interaction_official\u0022: true, \u0022should_show_official_custom_description\u0022: false, \u0022should_use_custom_stats_icon\u0022: false, \u0022should_use_footer_html\u0022: true, \u0022show_action_items\u0022: true, \u0022show_footer_logo\u0022: true, \u0022show_gamification_ranks\u0022: true, \u0022show_gamification_tiers\u0022: true, \u0022show_login_message\u0022: true, \u0022show_org_name_in_top_bar\u0022: true, \u0022show_password\u0022: false, \u0022show_quorum_link\u0022: true, \u0022show_update_info\u0022: false, \u0022show_welcome_message\u0022: true, \u0022social_description\u0022: \u0022ALS advocates lead the fight to defeat ALS. You can lead us closer to a world without ALS by joining the dedicated network of ALS advocates nation\u002Dwide. As an ALS advocate, you can help change the laws and policies that affect thousands of people living with ALS and their families.\u0022, \u0022social_image_alttext\u0022: \u0022\u0022, \u0022social_image_url\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2022\u002D01\u002D20/23697d875488ca30c20647aa3ec89e47/kXunz0edH6NcrmZvwrN3_2019ALSAAdvocacyConference_IMG_3973.JPG\u0022, \u0022social_share_text\u0022: \u0022\u0022, \u0022social_title\u0022: \u0022The ALS Association Action Center\u0022, \u0022text_keyword\u0022: \u0022ALS\u0022, \u0022theme_type\u0022: 2, \u0022tooltip_text\u0022: null, \u0022twitter_handle\u0022: \u0022alsassociation\u0022, \u0022updated\u0022: \u00222026\u002D02\u002D22T22:15:45.720025\u0022, \u0022welcome_message\u0022: \u0022\u003Cdiv\u003EWelcome to the Advocacy Action Center! \u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EIt is through your advocacy that, together, we will create a world without ALS. The actions of Congress and our elected officials have a tremendous impact on people with ALS, so it\u0027s important that those leaders hear from you.\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EPlease use this space to review our issues, learn about your elected officials, and take action in support of the brave individuals living with this disease.\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003C/div\u003E\u0022}) window.campaign JSON.parse({}) window.supporter_points JSON.parse(0) window.organization JSON.parse({\u0022is_i360_client_with_stakeholder\u0022: false, \u0022id\u0022: 1256, \u0022logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2018\u002D12\u002D12/695b3937b66b3fe9298e8572a0ef2a72/sBcEp0KwJDK5kDfIIYlm_ALSlogobig.jpg\u0022, \u0022name\u0022: \u0022ALS Association\u0022, \u0022texting_org_name\u0022: \u0022ALS Association\u0022, \u0022texting_message_frequency\u0022: 5, \u0022texting_terms_url\u0022: \u0022https://www.als.org/als\u002Dassociation\u002Dsocial\u002Dmedia\u002Dand\u002Dsms\u002Dterms\u002Dservice\u0022, \u0022texting_privacy_url\u0022: \u0022https://www.als.org/privacy\u002Dpolicy\u0022}) window.pages JSON.parse({\u0022id\u0022: 6288, \u0022archived\u0022: false, \u0022name\u0022: \u0022Homepage BKG Design\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/homepage/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022text\u0022: \u0022Advocacy Action Center\u0022, \u0022imageUrl\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2025\u002D10\u002D03/a97978cd184c6ca1ea6568d814c6dc77/h1IrRZSh8Qa1a9XH22kP_DC.jpg\u0022, \u0022buttonUrl\u0022: \u0022https://als.quorum.us/action\u002Dalerts/\u0022, \u0022buttonText\u0022: \u0022Take Action\u0022, \u0022includeText\u0022: true, \u0022includeButton\u0022: true, \u0022isLeftAligned\u0022: false}, \u0022widgetType\u0022: 19}, {\u0022props\u0022: {\u0022title\u0022: \u0022Become an ALS Advocate\u0022, \u0022content\u0022: \u0022\u003Ctable class\u003D\u005C\u0022table table\u002Dbordered\u003B bordercolor\u003D\u005C\u0022 #ffffff\u005C\u0022\u003D\u005C\u0022\u005C\u0022\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd style\u003D\u005C\u0022padding: 10px\u005C\u0022\u003E\u003Cp\u003EThe ALS Association is at the forefront of public policy, working to improve the lives of people living with ALS and their caregivers. Our advocacy work focuses on educating and mobilizing all policymakers in a nonpartisan fashion to achieve the mission of the ALS Association: To make ALS livable and cure it.\u003C/p\u003E\u003Cbr\u003E\u005Cn\u003Cdiv class\u003D\u005C\u0022normal\u002Dwidth\u005C\u0022\u003E\u003Cbutton type\u003D\u005C\u0022button\u005C\u0022 class\u003D\u005C\u0022klEVOq\u005C\u0022 fdprocessedid\u003D\u005C\u0022gu0yjo\u005C\u0022\u003E\u003Ca class\u003D\u005C\u0022dNYoPF\u005C\u0022 href\u003D\u005C\u0022https://als.quorum.us/sign_in/\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EBecome an Advocate\u003C/a\u003E\u003C/button\u003E\u003C/div\u003E\u003C/td\u003E\u003Ctd style\u003D\u005C\u0022padding: 10px\u005C\u0022\u003E\u003Ciframe width\u003D\u005C\u0022560\u005C\u0022 height\u003D\u005C\u0022315\u005C\u0022 src\u003D\u005C\u0022https://www.youtube.com/embed/iPDj3vYHA5A\u005C\u0022 title\u003D\u005C\u0022YouTube video player\u005C\u0022 frameborder\u003D\u005C\u00220\u005C\u0022 allow\u003D\u005C\u0022accelerometer\u003B autoplay\u003B clipboard\u002Dwrite\u003B encrypted\u002Dmedia\u003B gyroscope\u003B picture\u002Din\u002Dpicture\u003B web\u002Dshare\u005C\u0022 allowfullscreen\u003D\u005C\u0022\u005C\u0022\u003E\u003C/iframe\u003E\u003C/td\u003E\u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\u005Cn\u005Cn\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022cards\u0022: {\u00220\u0022: {\u0022title\u0022: \u0022Take Action\u0022, \u0022imageUrl\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D05/8b3dcf6c17acc2fe7b7db0c8b590c9b2/L40XXh1WzUyQ7uY0Cr02_KAP_ALS_2019_06_11_137\u002D.jpg\u0022, \u0022buttonUrl\u0022: \u0022https://als.quorum.us/action\u002Dalerts/\u0022, \u0022description\u0022: \u0022View our current list of advocacy campaigns.\u0022, \u0022cardLinkType\u0022: 2}, \u00221\u0022: {\u0022title\u0022: \u0022Share Your Story\u0022, \u0022imageUrl\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D05/8b3dcf6c17acc2fe7b7db0c8b590c9b2/YgnSl4n1KSHpseSkUWO6_Stevens4.jpg\u0022, \u0022buttonUrl\u0022: \u0022https://als.quorum.us/campaign/share\u002Dyour\u002DALS\u002Dstory/\u0022, \u0022description\u0022: \u0022Tell us more about your experience with ALS.\u0022, \u0022cardLinkType\u0022: 2}, \u00222\u0022: {\u0022title\u0022: \u0022Advocacy Resources \u0022, \u0022imageUrl\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D14/2565a2c11fd42cfce64052e9ee918b4a/94zbqy1fS1q04gLp6efs_KAP_ALS_2019_06_10_036\u002D.jpg\u0022, \u0022buttonUrl\u0022: \u0022https://als.quorum.us/advocacy\u002Dresources/\u0022, \u0022description\u0022: \u0022Explore additional ALS Association advocacy resources. \u0022, \u0022cardLinkType\u0022: 2}, \u00223\u0022: {\u0022title\u0022: \u0022Log an Advocacy Interaction \u0022, \u0022imageUrl\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D14/2565a2c11fd42cfce64052e9ee918b4a/EbbnJRTAJUOuf92LcPN1_KAP_ALS_2019_06_11_075\u002D.jpg\u0022, \u0022buttonUrl\u0022: \u0022https://als.quorum.us/log/\u0022, \u0022description\u0022: \u0022If you\u0027ve taken action outside of our action center, log it here.\u0022, \u0022cardLinkType\u0022: 2}}, \u0022title\u0022: \u0022Ways to Take Action\u0022, \u0022layout\u0022: 4, \u0022useCardColor\u0022: false, \u0022backgroundColor\u0022: \u0022#062c3f\u0022, \u0022sameCardSizeWidth\u0022: false, \u0022useBackgroundColor\u0022: true}, \u0022widgetType\u0022: 21}, {\u0022props\u0022: {\u0022title\u0022: \u0022Your Advocacy Activity\u0022, \u0022content\u0022: \u0022See your advocacy points! Earn advocacy points for participating in ALS Advocacy.\u0022}, \u0022widgetType\u0022: 12}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 9, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022.button {\u005Cn background\u002Dcolor: #062c3f\u003B /*action*/\u005Cn border: none\u003B\u005Cn color: white\u003B\u005Cn padding: 15px 32px\u003B\u005Cn text\u002Dalign: center\u003B\u005Cn text\u002Ddecoration: none\u003B\u005Cn display: inline\u002Dblock\u003B\u005Cn font\u002Dsize: 16px\u003B\u005Cn}\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6295, \u0022archived\u0022: false, \u0022name\u0022: \u0022Advocacy Resources \u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/advocacy\u002Dresources/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Advocacy Resources \u0022, \u0022content\u0022: \u0022\u003Cdiv\u003ECheck out our resources to get up\u002Dto\u002Dspeed on all things ALS Association advocacy.\u0026nbsp\u003B\u003C/div\u003E\u003Cul\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/sites/default/files/2025\u002D03/ALS%20Research%20Funding%20Approps%20Advocacy%20One%20pager%20FY26.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EFederal ALS Research One Pager\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/sites/default/files/2023\u002D07/In\u002DDistrict\u002DMeeting\u002DToolkit\u002D2023.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EIn District Meeting Toolkit\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/sites/default/files/2023\u002D07/What%20is%20ALS%20Infographic.pdf\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EWhat Is ALS Infographic\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/advocacy/dear\u002Dcolleague\u002Dletter\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EResearch Funding\u0026nbsp\u003BDear Colleague Letters\u003C/a\u003E\u003C/li\u003E\u003Cli\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/navigating\u002Dals/resources/how\u002Dbecome\u002Dpowerful\u002Dconstituent\u002Dchecklist\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EHow to Become a Powerful Constituent: A Checklist\u003C/a\u003E\u003C/li\u003E\u003C/ul\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022ALS Stories \u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cb\u003E\u003Ci\u003EALS Stories are powerful.\u0026nbsp\u003B\u003C/i\u003E\u003C/b\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/advocacy/state\u002Dpolicy\u002Dadvocacy/als\u002Dstories\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003EFollow this link\u003C/a\u003E to explore real stories that highlight the impact ALS has on people living with ALS and their caregivers and to share your own story.\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 1rem\u003B font\u002Dweight: var(\u002D\u002Dbs\u002Dbody\u002Dfont\u002Dweight)\u003B text\u002Dalign: var(\u002D\u002Dbs\u002Dbody\u002Dtext\u002Dalign)\u003B\u005C\u0022\u003E\u0026nbsp\u003B\u003C/span\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022Advocacy Webinars \u0022, \u0022content\u0022: \u0022\u003Ctable class\u003D\u005C\u0022table table\u002Dbordered\u003B bordercolor\u003D\u005C\u0022 #ffffff\u005C\u0022\u003D\u005C\u0022\u005C\u0022\u003E\u003Ctbody\u003E\u003Ctr\u003E\u003Ctd\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 12px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003EExplore upcoming and past ALS Association webinars\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003E \u003C/span\u003E\u003C/span\u003E\u003Ca href\u003D\u005C\u0022https://www.als.org/navigating\u002Dals/resources/advocacy\u002Dwebinars\u005C\u0022 target\u003D\u005C\u0022_blank\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003Eat this link\u003C/span\u003E\u003C/a\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003E.\u0026nbsp\u003B\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003E\u005Cufeff\u003C/span\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 12px\u003B\u005C\u0022\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 14px\u003B\u005C\u0022\u003EYou can register for upcoming webinars and watch recordings of past webinars to get the latest updates from the ALS Association\u0027s Policy and Advocacy teams.\u003C/span\u003E\u0026nbsp\u003B\u003C/span\u003E\u003C/div\u003E\u003C/td\u003E\u003Ctd\u003E\u003Cdiv\u003E\u003Cimg src\u003D\u005C\u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D06/9232d14e25f31a647b6d9b9d5394b521/JnSv05eIU66VFcfP5Iqr_GWPTB42W1L\u0026amp\u003B57878659_hero\u002Dimage\u002Dcare\u002Dwebinar.jpg\u005C\u0022 data\u002Dfilename\u003D\u005C\u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D06/9232d14e25f31a647b6d9b9d5394b521/JnSv05eIU66VFcfP5Iqr_GWPTB42W1L\u0026amp\u003B57878659_hero\u002Dimage\u002Dcare\u002Dwebinar.jpg\u005C\u0022 style\u003D\u005C\u0022width: 100%\u003B\u005C\u0022\u003E\u003Cbr\u003E\u003C/div\u003E\u003C/td\u003E\u003C/tr\u003E\u003C/tbody\u003E\u003C/table\u003E\u003Cbr\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022ALS Association on Twitter\u0022, \u0022content\u0022: \u0022@alsassociation\u0022}, \u0022widgetType\u0022: 16}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 10, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6287, \u0022archived\u0022: false, \u0022name\u0022: \u0022About the ALS Association\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/about/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022About the ALS Association\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EEstablished in 1985, The ALS Association is the only national nonprofit organization fighting ALS on every front. By leading the way in global research, providing assistance for people with ALS, and fostering government partnerships, The Association builds hope and enhances the quality of life while aggressively searching for new treatments and a cure.\u0026nbsp\u003B\u003C/span\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Ch1\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 36px\u003B\u005C\u0022\u003E\u003Cfont color\u003D\u005C\u0022#ce0000\u005C\u0022 style\u003D\u005C\u0022\u005C\u0022\u003EWhat is ALS?\u0026nbsp\u003B\u003C/font\u003E\u003C/span\u003E\u003C/h1\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cufeff\u003C/span\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EALS, or amyotrophic lateral sclerosis, is a progressive neurodegenerative disease affecting brain and spinal cord nerve cells.\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005Cu201cAmyotrophic\u005Cu201d comes from the Greek language. \u005C\u0022A\u005C\u0022 means no. \u005C\u0022Myo\u005C\u0022 refers to muscle. \u005C\u0022Trophic\u005C\u0022 means nourishment. So, amyotrophic means \u005C\u0022no muscle nourishment,\u005Cu201d and when a muscle has no nourishment, it \u005C\u0022atrophies\u005C\u0022 or wastes away.\u003C/span\u003E\u003C/li\u003E\u003Cli\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u005C\u0022Lateral\u005C\u0022 identifies the areas in a person\u0027s spinal cord where portions of the nerve cells that signal and control the muscles are located.\u003C/span\u003E\u003C/div\u003E\u003C/li\u003E\u003C/ul\u003E\u003Cul\u003E\u003Cli\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EAs this area degenerates, it leads to scarring or hardening (\u005C\u0022sclerosis\u005C\u0022) in the region.\u003C/span\u003E\u003C/li\u003E\u003C/ul\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022What is ALS? \u0022, \u0022content\u0022: \u0022https://youtu.be/mVG9Nk6voM8\u0022}, \u0022widgetType\u0022: 11}, {\u0022props\u0022: {\u0022layout\u0022: 3, \u0022imageUrls\u0022: {\u00220\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D05/8b3dcf6c17acc2fe7b7db0c8b590c9b2/zzqfdqJLkDMmM8USrd6q_get\u002Dinvolved_04\u002Dsmaller.jpg\u0022, \u00221\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D05/8b3dcf6c17acc2fe7b7db0c8b590c9b2/cycckSMeEG8xSR17IFng_get\u002Dinvolved_05\u002Dsmaller_2.jpg\u0022, \u00222\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2023\u002D04\u002D05/8b3dcf6c17acc2fe7b7db0c8b590c9b2/ta2h791YTyIYHnDmpGbn_living\u002Dwith\u002DALS_01.jpg\u0022}, \u0022imageContainValues\u0022: {\u00220\u0022: false, \u00222\u0022: false}, \u0022useBackgroundColor\u0022: true}, \u0022widgetType\u0022: 20}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 8, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6285, \u0022archived\u0022: false, \u0022name\u0022: \u0022Action Alerts\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/action\u002Dalerts/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Take Action with the ALS Association \u0022, \u0022content\u0022: \u0022Through the active participation of people living with ALS and the broader community, we have made significant accomplishments together. Take action today and support us in our fight against ALS.\u0026nbsp\u003B\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022title\u0022: \u0022\u0022, \u0022content\u0022: \u0022There are currently no live action alerts. Check back soon!\u0022}, \u0022widgetType\u0022: 101}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 5, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6284, \u0022archived\u0022: false, \u0022name\u0022: \u0022Bills We Support \u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/bills\u002Dwe\u002Dsupport/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022\u005CufeffBills We Support in the 118th Congress\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EThe ALS Association is at the forefront of public policy, working to improve the lives of people living with ALS and their caregivers. Our advocacy work focuses on educating and mobilizing all policymakers in a nonpartisan fashion to achieve the mission of The ALS Association: to discover treatments and a cure for ALS, and to serve, advocate for and empower people affected by ALS to live their lives to the fullest.\u003C/span\u003E\u003Cbr\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022sheet\u0022: {\u0022id\u0022: 81937, \u0022public_slug\u0022: \u0022obSSntddNPVVJGRZAQBJ\u0022}, \u0022title\u0022: \u0022Federal Legislation\u0022}, \u0022widgetType\u0022: 14}, {\u0022props\u0022: {\u0022sheet\u0022: {\u0022id\u0022: 81940, \u0022public_slug\u0022: \u0022yYzCoPwEdXiqejHngQAZ\u0022}, \u0022title\u0022: \u0022State Legislation\u0022}, \u0022widgetType\u0022: 14}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 8, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 6026, \u0022archived\u0022: false, \u0022name\u0022: \u0022Advocacy Campaigns\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/advocacy_campaigns/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Advocacy Campaigns\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003ECheck back soon for advocacy opportunities!\u003C/div\u003E\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EContact advocacy@als.org with any advocacy questions.\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 101}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 1, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 193, \u0022archived\u0022: false, \u0022name\u0022: \u0022Home Page\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/register/\u0022, \u0022title\u0022: \u0022ALS Association Advocacy Action Center\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Welcome to the ALS Association Advocacy Action Center! \u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cbr\u003E\u003C/div\u003E\u003Cdiv\u003EIt is through your\u005Cnadvocacy that, together, we will create a world without ALS. The actions of\u005Cnstate and federal governments have a tremendous impact on people living with\u005CnALS. It\u0027s important that those leaders hear directly from you.\u003C/div\u003E\u005Cn\u005Cn\u003Cdiv\u003E\u003Cbr\u003E\u005CnPlease\u005Cnuse this action center to review our issues, learn about your elected\u005Cnofficials, and take action in support of the brave individuals living with this\u005Cndisease.\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, {\u0022props\u0022: {\u0022id\u0022: 4984, \u0022content\u0022: \u0022\u0022}, \u0022widgetType\u0022: 9}, {\u0022props\u0022: {\u0022content\u0022: \u0022\u0022}, \u0022widgetType\u0022: 101}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 8, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}, {\u0022id\u0022: 3174, \u0022archived\u0022: false, \u0022name\u0022: \u0022Increase Veterans Benefits for People with ALS and their Families\u0022, \u0022action_center\u0022: 940, \u0022path\u0022: \u0022/veterans/\u0022, \u0022title\u0022: \u0022\u0022, \u0022page_restriction_type\u0022: 1, \u0022widgets\u0022: {\u0022props\u0022: {\u0022title\u0022: \u0022Increase Veterans Benefits for People with ALS and their Families\u0022, \u0022content\u0022: \u0022\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003E\u003Cbr\u003E\u003C/span\u003E\u003C/div\u003E\u003Cdiv\u003E\u003Cspan style\u003D\u005C\u0022font\u002Dsize: 18px\u003B\u005C\u0022\u003EVeterans with ALS serving in any branch of the United States Armed Forces are more likely to develop and die from ALS. As a result of The ALS Association\u005Cu2019s efforts, the Veterans Administration recognizes ALS as a service\u002Dconnected disease and provides additional financial and health care benefits. The ALS Association will continue to fight to ensure that veterans living with ALS and their families receive the best health care and maximum benefits possible.\u003C/span\u003E\u003C/div\u003E\u0022}, \u0022widgetType\u0022: 4}, \u0022requires_login\u0022: false, \u0022widget_layout_type\u0022: 1, \u0022custom_javascript\u0022: \u0022\u0022, \u0022custom_css\u0022: \u0022\u0022, \u0022disclaimer_text\u0022: \u0022\u0022, \u0022use_page_region\u0022: false, \u0022can_access\u0022: true, \u0022cannot_access_message\u0022: null}) window.index_route /homepage/ window.organization_design JSON.parse({\u0022_extra\u0022: {}, \u0022action_center_header_color\u0022: \u0022#0c3b5d\u0022, \u0022archived\u0022: false, \u0022background_color\u0022: \u0022#ffffff\u0022, \u0022background_image\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2019\u002D07\u002D25/b9c68aa346d285bbcd57239d650163e4/cKTVx2rdzn35JwWIjKvo_AssociationBlue.PNG\u0022, \u0022black\u0022: \u0022#000000\u0022, \u0022dark_grey\u0022: \u0022#dddddd\u0022, \u0022darker_grey\u0022: \u0022#9a9899\u0022, \u0022darker_primary\u0022: \u0022#051825\u0022, \u0022default\u0022: false, \u0022design_name\u0022: \u0022Updated Action Center\u0022, \u0022fav_icon\u0022: \u0022/static/frontend/marketing\u002Dwebsite/images/favicon/favicon.ico\u0022, \u0022font_family\u0022: \u0022Roboto\u0022, \u0022font_link\u0022: \u0022@font\u002Dface { font\u002Dfamily: \u005C\u0022Roboto\u005C\u0022\u003B src: url(https://fonts.gstatic.com/s/roboto/v15/W5F8_SL0XFawnjxHGsZjJA.ttf) format(\u005C\u0022truetype\u005C\u0022)\u003B }\u0022, \u0022for_grassroots\u0022: true, \u0022for_pdfs\u0022: true, \u0022id\u0022: 1742, \u0022light_grey\u0022: \u0022#ffffff\u0022, \u0022lighter_primary\u0022: \u0022#3d627d\u0022, \u0022limited_to_teams\u0022: , \u0022normal_logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2018\u002D12\u002D12/695b3937b66b3fe9298e8572a0ef2a72/sBcEp0KwJDK5kDfIIYlm_ALSlogobig.jpg\u0022, \u0022organization\u0022: \u0022/api/organization/1256/\u0022, \u0022pdf_stylesheet_path\u0022: \u0022media/css/pdfs/custom/qt0TVUdyE3tYRW5jrj7m.css\u0022, \u0022primary_color\u0022: \u0022#0c3b5d\u0022, \u0022quorum_default_white_logo\u0022: \u0022/static/img/logos/quorum_logo_new_white.png\u0022, \u0022resource_uri\u0022: \u0022/api/organizationdesign/1742/\u0022, \u0022secondary_color\u0022: \u0022#d7172f\u0022, \u0022should_use_action_center_header_color\u0022: true, \u0022stylesheet_path\u0022: \u0022media/css/grassroots/custom/UyvMdk04x8KCHAKkjmaF.css\u0022, \u0022white_logo\u0022: \u0022https://quorum\u002Dmedia.s3.amazonaws.com/media/uploaded_files/2019\u002D03\u002D04/8cd11d935180099e98dbf1ed1093ee05/18xOIZ4Q91v9SZVKPlfk_ALS_Logo_updated_red.png\u0022}) window.userdata JSON.parse({}) // We need to pass feature flags and custom_interaction_types to the frontend regardless of the users logged in state // Unfortunately, we cant append it to userdata (lowercase), because if it is not empty, GR assumes a user is logged in // We should come up with a better solution than this window.Userdata JSON.parse({\u0022featureFlags\u0022: {\u0022ff_note_text_editor\u0022: true, \u0022ff_bulk_upload_celery\u0022: true, \u0022ff_ngg_interactive_campaign_profile\u0022: true, \u0022ff_eu_parser_refactor\u0022: true, \u0022ff_event_based_mention_notifications\u0022: true, \u0022ff_hearing_videos_process_on_webhook\u0022: true, \u0022ff_sparkpost_send_batches\u0022: true, \u0022ff_cicero_officials\u0022: true, \u0022ff_outbox_queued_immediate\u0022: true, \u0022ff_enhanced_related_bills\u0022: true, \u0022ff_text_messaging_compliance_updates\u0022: true, \u0022ff_bill_template_brief_builder\u0022: true, \u0022ff_payroll_csv_export\u0022: true, \u0022ff_copilot_grassroots\u0022: true, \u0022ff_grassroots_edited_content_filter\u0022: true, \u0022ff_pin_sort_sheets\u0022: true, \u0022ff_ngg_campaigns_ai\u0022: true, \u0022ff_ai_bill_tracker\u0022: true, \u0022ff_custom_official_twitter\u0022: true, \u0022ff_mercury_ai_note_summary\u0022: true, \u0022ff_campaign_finance_enhancements\u0022: true, \u0022ff_ngg_places_service_autocomplete_geocode\u0022: true, \u0022ff_advocate_info_update\u0022: true, \u0022ff_hybrid_search_bills_page\u0022: true, \u0022ff_ai_improve_tracking_board\u0022: true, \u0022ff_persona_dashboard\u0022: true, \u0022ff_personalized_ai_profiles\u0022: true, \u0022ff_ngg_persist_pii\u0022: true, \u0022ff_enhanced_improve_with_ai\u0022: true, \u0022ff_disable_staggered_send\u0022: true, \u0022ff_custom_official_v2\u0022: true, \u0022ff_ngg_message_preview\u0022: true, \u0022ff_gotv_v2\u0022: true, \u0022ff_bill_status_improvements\u0022: true, \u0022ff_brief_builder_header_footer\u0022: true, \u0022ff_ngg_address_lookup\u0022: true, \u0022ff_custom_official\u0022: true, \u0022ff_outbox_ai_suggestion\u0022: true, \u0022ff_kill_google_vanity_sso\u0022: true, \u0022ff_bill_search_ai_tracking_board\u0022: true, \u0022ff_campaigns_rate_limit\u0022: true, \u0022ff_ngg_inbound_calls\u0022: true, \u0022ff_pwa_homepage\u0022: true, \u0022ff_contributor_license_addon\u0022: true, \u0022ff_hide_pii_supporter_data\u0022: true, \u0022ff_hybrid_search\u0022: true, \u0022ff_ngg_cookieless_ac_auth\u0022: true, \u0022ff_ai_chat_entrypoints\u0022: true, \u0022ff_ngg_rework_interactive_by_ai\u0022: true, \u0022ff_sso_time_verification\u0022: true, \u0022ff_ai_chat_fullscreen\u0022: true, \u0022ff_outbox_queued_scheduled\u0022: true, \u0022ff_ai_eu_search\u0022: true, \u0022ff_p2a_integration_async_enabled\u0022: true, \u0022ff_ai_digest\u0022: true}, \u0022custom_interaction_types\u0022: {\u0022id\u0022: 25329, \u0022created\u0022: \u00222023\u002D01\u002D19T19:14:31.328Z\u0022, \u0022updated\u0022: \u00222023\u002D01\u002D24T19:39:22.917Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Submitted Comment\u0022, \u0022description\u0022: \u0022submitted comments to\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will submit comments to\u0022, \u0022icon\u0022: \u0022fa\u002Dcomments\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 31044894, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 28316, \u0022created\u0022: \u00222023\u002D05\u002D12T16:24:53.855Z\u0022, \u0022updated\u0022: \u00222023\u002D05\u002D12T16:36:10.221Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022ALS State Action Day\u0022, \u0022description\u0022: \u0022attended an ALS State Action Day with\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will attend an ALS State Action Day with\u0022, \u0022icon\u0022: \u0022fa\u002Dbullhorn\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 31044894, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 26269, \u0022created\u0022: \u00222023\u002D03\u002D01T17:24:03.297Z\u0022, \u0022updated\u0022: \u00222023\u002D03\u002D01T17:24:03.297Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Provided In\u002DPerson/Virtual Testimony \u0022, \u0022description\u0022: \u0022provided testimony to \u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will provide testimony to\u0022, \u0022icon\u0022: \u0022fa\u002Dmicrophone\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 31044894, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 25451, \u0022created\u0022: \u00222023\u002D01\u002D24T19:38:24.212Z\u0022, \u0022updated\u0022: \u00222023\u002D01\u002D24T19:39:36.998Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Signed Coalition One\u002DPager\u0022, \u0022description\u0022: \u0022recorded The ALS Association signed on to a coalition one\u002Dpager\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022recorded The ALS Association will sign on to a coalition one\u002Dpager\u0022, \u0022icon\u0022: \u0022fa\u002Dpencil\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 31044894, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 20972, \u0022created\u0022: \u00222022\u002D06\u002D02T20:09:56.975Z\u0022, \u0022updated\u0022: \u00222023\u002D03\u002D01T17:20:17.053Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Submitted Written Testimony\u0022, \u0022description\u0022: \u0022submitted written testimony to\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will submit written testimony to\u0022, \u0022icon\u0022: \u0022fa\u002Dcomment\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 31044894, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 25246, \u0022created\u0022: \u00222023\u002D01\u002D11T21:38:23.780Z\u0022, \u0022updated\u0022: \u00222023\u002D01\u002D11T21:43:40.604Z\u0022, \u0022archived\u0022: true, \u0022title\u0022: \u0022Zoom Meeting\u0022, \u0022description\u0022: \u0022met with\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will meet with\u0022, \u0022icon\u0022: \u0022fa\u002Dhandshake\u002Do\u0022, \u0022order\u0022: null, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 57083060, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 17734, \u0022created\u0022: \u00222021\u002D11\u002D05T19:51:14.195Z\u0022, \u0022updated\u0022: \u00222022\u002D02\u002D03T21:23:16.135Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Exchange\u0022, \u0022description\u0022: \u0022exchanged an email with\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will exchange an email with\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 14, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 35}, {\u0022id\u0022: 2954, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.418Z\u0022, \u0022updated\u0022: \u00222024\u002D08\u002D16T23:05:34.354Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Meeting\u0022, \u0022description\u0022: \u0022met with\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will meet with\u0022, \u0022icon\u0022: \u0022fa\u002Dcheck\u0022, \u0022order\u0022: 13, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 4}, {\u0022id\u0022: 2953, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.418Z\u0022, \u0022updated\u0022: \u00222022\u002D02\u002D03T21:23:16.034Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Phone Call\u0022, \u0022description\u0022: \u0022spoke on the phone with\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022will speak on the phone with\u0022, \u0022icon\u0022: \u0022fa\u002Dphone\u0022, \u0022order\u0022: 12, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 3}, {\u0022id\u0022: 19631, \u0022created\u0022: \u00222022\u002D02\u002D03T20:36:00.392Z\u0022, \u0022updated\u0022: \u00222022\u002D02\u002D03T22:15:22.895Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Sign\u002DOn Letter\u0022, \u0022description\u0022: \u0022recorded The ALS Association signed a coalition letter sent to\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022recorded The ALS Association will sign a coalition letter to\u0022, \u0022icon\u0022: \u0022fa\u002Dpencil\u0022, \u0022order\u0022: 11, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: 10242779, \u0022generated_from_interaction_type\u0022: null}, {\u0022id\u0022: 2955, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.418Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.906Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Sent\u0022, \u0022description\u0022: \u0022emailed\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will email\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: 10, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 11}, {\u0022id\u0022: 2952, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.418Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.889Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Event Attended\u0022, \u0022description\u0022: \u0022attended an event with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend an event with\u0022, \u0022icon\u0022: \u0022fa\u002Dcalendar\u0022, \u0022order\u0022: 9, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 1}, {\u0022id\u0022: 2956, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.418Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.863Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Email Received\u0022, \u0022description\u0022: \u0022received an email from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive an email from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 8, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 16}, {\u0022id\u0022: 6197, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.968Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.846Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Discussion\u0022, \u0022description\u0022: \u0022had an in\u002Dperson discussion with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will have an in\u002Dperson discussion with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 7, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 21}, {\u0022id\u0022: 6196, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.968Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.573Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Hearing Attended\u0022, \u0022description\u0022: \u0022attended a hearing with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will attend a hearing with\u0022, \u0022icon\u0022: \u0022fa\u002Dgavel\u0022, \u0022order\u0022: 6, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 20}, {\u0022id\u0022: 6195, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.967Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.557Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Contacted Constituent\u0022, \u0022description\u0022: \u0022contacted a constituent of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will contact a constituent of\u0022, \u0022icon\u0022: \u0022fa\u002Dstreet\u002Dview\u0022, \u0022order\u0022: 5, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 17}, {\u0022id\u0022: 6198, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.968Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.542Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Received Letter\u0022, \u0022description\u0022: \u0022received a letter from\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will receive a letter from\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u0022, \u0022order\u0022: 4, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 39}, {\u0022id\u0022: 6199, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.968Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.527Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Office Visit\u0022, \u0022description\u0022: \u0022visited the office of\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will visit the office of\u0022, \u0022icon\u0022: \u0022fa\u002Dbank\u0022, \u0022order\u0022: 3, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 51}, {\u0022id\u0022: 2957, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.419Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.499Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022In\u002DDistrict Interaction\u0022, \u0022description\u0022: \u0022had an in\u002Ddistrict interaction with\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022will have an in\u002Ddistrict interaction with\u0022, \u0022icon\u0022: \u0022fa\u002Dmap\u0022, \u0022order\u0022: 2, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 43}, {\u0022id\u0022: 2958, \u0022created\u0022: \u00222020\u002D07\u002D20T19:07:47.419Z\u0022, \u0022updated\u0022: \u00222020\u002D07\u002D21T19:24:40.482Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Signed a Letter\u0022, \u0022description\u0022: \u0022recorded that a Letter was signed by\u0022, \u0022divider\u0022: null, \u0022future_description\u0022: \u0022recorded that a Letter will be signed by\u0022, \u0022icon\u0022: \u0022fa\u002Dpencil\u002Dsquare\u002Do\u0022, \u0022order\u0022: 1, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 54}, {\u0022id\u0022: 6200, \u0022created\u0022: \u00222020\u002D07\u002D20T19:15:41.968Z\u0022, \u0022updated\u0022: \u00222022\u002D02\u002D04T19:53:51.184Z\u0022, \u0022archived\u0022: false, \u0022title\u0022: \u0022Sent Letter\u0022, \u0022description\u0022: \u0022recorded The ALS Association sent a letter to\u0022, \u0022divider\u0022: \u0022\u0022, \u0022future_description\u0022: \u0022recorded The ALS Association will send a letter to\u0022, \u0022icon\u0022: \u0022fa\u002Denvelope\u002Do\u0022, \u0022order\u0022: 0, \u0022organization_id\u0022: 1256, \u0022user_id\u0022: null, \u0022generated_from_interaction_type\u0022: 59}, \u0022stripe_api_key\u0022: null, \u0022current_regions\u0022: \u0022all\u0022, \u0022current_regions_values\u0022: , \u0022is_pac_eligible\u0022: false, \u0022cannot_donate_message\u0022: null, \u0022conditional_giving_level\u0022: null, \u0022donation_forms\u0022: , \u0022total_amount_by_year\u0022: , \u0022last_transaction_amount\u0022: null, \u0022last_transaction_date\u0022: null, \u0022last_transaction_method\u0022: null}) window.permissions JSON.parse({\u0022qp_stakeholder\u0022: true, \u0022qp_external_relationship\u0022: true, \u0022qp_external_interactions\u0022: true, \u0022qp_qpac_v1\u0022: false, \u0022qp_campaign_finance\u0022: true, \u0022qp_grassroots\u0022: true, \u0022qp_action_center\u0022: true, \u0022qp_custom_events\u0022: true, \u0022qp_pac_match\u0022: false, \u0022qp_pac_hybrid\u0022: false, \u0022qp_action_center_campaigns\u0022: true, \u0022qp_pac_sync_supporter_from_pacc\u0022: false, \u0022qp_collaborators\u0022: false, \u0022qp_pac_allow_duplicate_supporter_emails\u0022: false, \u0022qp_pac_supporter_auto_eligibility\u0022: false, \u0022qp_brief_builder\u0022: true, \u0022qp_custom_sms_api\u0022: false, \u0022qp_download_center\u0022: false, \u0022qp_gotv_supporter_anonymization\u0022: false, \u0022qp_custom_docket\u0022: true, \u0022can_access_campaign_finance\u0022: false}) window.language en window.sso_url window.sso_label window.is_supporter_authenticated JSON.stringify(window.userdata) ! {} var optionalFields JSON.parse({}) // For old IE compatibility. for (var property in optionalFields) { if (optionalFields.hasOwnProperty(property)) { windowproperty optionalFieldsproperty } } /script> script> // if in an iframe window.inIframe function () { try { // if were on the same origin (i.e. in one of Quorums sites) then we can access window.top // and that we can use to figure out if this is in an iframe or not if (window.top.location.href undefined) { return crossorigin } if (window.self ! window.top) { return sameorigin; } else { return noframe } } catch (e) { // however, if we cant access window.top, then the iframe must be hosted cross-origin return crossorigin; } } window.areThirdPartyCookiesDisabled function () { //Try to set cookies to determine if they are disabled try { document.cookie third_party_test_cookie1; SameSiteNone; Secure; const cookiesEnabled document.cookie.indexOf(third_party_test_cookie1) ! -1; document.cookie third_party_test_cookie; expiresThu, 01 Jan 1970 00:00:00 GMT; SameSiteNone; Secure; return !cookiesEnabled; } catch (e) { return true; } } const cookielessSafariWindow /^((?!chrome|android).)*safari/i.test(navigator.userAgent) && document.cookie ; const registrationForm window.location.pathname.indexOf(/sign_up/) > -1; const cookiesDisabled areThirdPartyCookiesDisabled(); // if were in an iframe & crossorigin & the browser is safari & the page is not a registration form if (inIframe() crossorigin && cookielessSafariWindow && !registrationForm) { window.cookielessSafari true } if (cookiesDisabled && inIframe() crossorigin) { window.cookielessEmbedded true window.cookielessAuth true } if (!window.is_supporter_authenticated) { localStorage.removeItem(userdata) } /script> script> // Auto-resize iframe when embedded (function () { // Only run if were in an iframe (check for both crossorigin and sameorigin) const iframeStatus inIframe() console.log(Iframe status:, iframeStatus) // Check if embedded parameter is in URL const urlParams new URLSearchParams(window.location.search) const isEmbedded urlParams.get(embedded) true console.log(Is embedded (from URL):, isEmbedded) if (!isEmbedded && iframeStatus noframe) { console.log(Not in iframe, skipping resize script) return } let lastHeight 0 let debounceTimer null function sendHeightToParent() { const heights { docScrollHeight: document.documentElement.scrollHeight, docOffsetHeight: document.documentElement.offsetHeight, bodyScrollHeight: document.body.scrollHeight, bodyOffsetHeight: document.body.offsetHeight } const height Math.max( heights.docScrollHeight, heights.docOffsetHeight, heights.bodyScrollHeight, heights.bodyOffsetHeight ) console.log(Height calculation:, heights, → Using:, height) // Only send if height has changed if (height ! lastHeight && height > 0) { lastHeight height try { window.parent.postMessage({ type: quorum-campaign-resize, height: height }, *) console.log(Sent height to parent:, height) } catch (e) { console.error(Failed to send height:, e) } } } function debouncedSendHeight() { if (debounceTimer) { clearTimeout(debounceTimer) } // Send immediately debounceTimer setTimeout(sendHeightToParent, 100) // Send again after delays to catch animations/transitions setTimeout(sendHeightToParent, 300) setTimeout(sendHeightToParent, 600) } // Send initial height after page load window.addEventListener(load, function () { sendHeightToParent() // Send again after a delay to catch late-rendering content setTimeout(sendHeightToParent, 500) setTimeout(sendHeightToParent, 1000) setTimeout(sendHeightToParent, 2000) }) // Send on DOMContentLoaded as well document.addEventListener(DOMContentLoaded, function () { sendHeightToParent() }) // Watch for DOM changes and send updated height const observer new MutationObserver(debouncedSendHeight) // Start observing when DOM is ready if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } else { document.addEventListener(DOMContentLoaded, function () { if (document.body) { observer.observe(document.body, { childList: true, subtree: true, attributes: true, characterData: true }) } }) } // Also send height on window resize window.addEventListener(resize, debouncedSendHeight) })() /script> div idgrassroots-app>/div> script srchttps://www.quorum.us/static/2.1256.2026-02-23-1300z-stable/dist/new_grassroots.js>/script> style typetext/css mediaall>.normal-width .klEVOq {width:unset;}/style>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]