§ 9-50Vendor providing automated traffic systems; contributions.

en · 7,499 chars · active
Vendor providing automated traffic systems; contributions. (a) No vendor that offers or provides equipment or services for automated traffic law enforcement, automated speed enforcement, or automated railroad grade crossing enforcement systems to municipalities or counties, no political action committee created by such a vendor, and no vendor-affiliated person shall make a campaign contribution to any political committee established to promote the candidacy of a candidate or public official. An officer or agent of such a vendor may not consent to any contribution or expenditure that is prohibited by this Section. A candidate, political committee, or other person may not knowingly accept or receive any contribution prohibited by this Section. A political committee that receives a contribution in violation of this Section shall dispose of the contribution by returning the contribution or an amount equal to the contribution to the contributor or by donating the contribution or an amount equal to the contribution to a charity. A contribution received in violation of this Section that is not disposed of within 30 days after the Board sends notification to the political committee of the excess contribution by certified mail shall escheat to the General Revenue Fund, and the political committee shall be deemed in violation of this Section and shall be subject to a civil penalty not to exceed 150% of the total amount of the contribution. (b) As used in this Section: "Automated law enforcement system", "automated speed enforcement system", and "automated railroad grade crossing enforcement system" have the meanings given to those terms in Article II of Chapter 11 of the Illinois Vehicle Code. "Vendor-affiliated person" means: (i) any person with an ownership interest in excess of 7.5% in a vendor that offers or provides equipment or services for automated traffic law enforcement, automated speed enforcement, or automated railroad grade crossing enforcement systems to municipalities or counties; (ii) any person with a distributive share in excess of 7.5% in a vendor that offers or provides equipment or services for automated traffic law enforcement, automated speed enforcement, or automated railroad grade crossing enforcement systems to municipalities or counties; (iii) any executive employees of a vendor that offers or provides equipment or services for automated traffic law enforcement, automated speed enforcement, or automated railroad grade crossing enforcement systems to municipalities or counties; and (iv) the spouse, minor child, or other immediate family member living in the residence of any of the persons identified in items (i) through (iii). (Source: P.A. 103-364, eff. 7-28-23; 103-600, eff. 7-1-24.) 

 This site is maintained for the Illinois General Assembly by the
 Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706.

 Contact ILGA Webmaster

 ILGA.GOV

 2026 ILGA.gov | All Rights Reserved | ADA 
 | Disclaimers | Learn

 This site is maintained for the Illinois General Assembly by the
 Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. 
 Contact ILGA Webmaster

 ILGA.GOV

 2026 ILGA.gov | All Rights Reserved | ADA 
 | Disclaimers | Learn

 .fade-out {
 opacity: 0;
 transition: opacity 1.0s; /* Adjust the duration as needed */
 }

 .cookies {
 position: fixed;
 bottom: 0;
 margin-bottom: 0; /* Ensure no margin at the bottom */
 width: 100%;
 border-radius: 0; /* Remove rounded borders */
 opacity: 0.98;
 z-index: 100;
 }

 @media (max-width: 576px) {
 .cookies {
 height: auto; /* Allow the height to adjust based on content */
 padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */
 }
 }

 ILGA.gov is better with cookies. 
 ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies.

 Read About Cookies
 Accept & Continue

 document.getElementById('about-cookies-btn').addEventListener('click', function () {
 window.location.href = '/Cookies';
 });
 (function () {
 var button = document.querySelector("#cookieConsent button[data-cookie-string]");
 button.addEventListener("click", function (event) {

 document.cookie = button.dataset.cookieString;
 var cookieContainer = document.querySelector("#cookieConsent");

 cookieContainer.remove()

 }, false);
 })();

 enableWordFriendlyCopy({
 selector: '#copyable-content',
 baseUrl: 'https://ilga.gov/'
 });

 (function () {
 const BASE_WIDTH = 578;

 const isDev =
 location.hostname === 'localhost' ||
 location.hostname === 'dev.ilga.gov';

 const log = (...args) => {
 if (isDev) {
 console.log(...args);
 }
 };

 function applyBillScale() {
 log('--- applyBillScale called ---');

 const host = document.querySelector('#billtextanchor .billtext-host');
 const scaleEl = document.querySelector('#billtextanchor .billtext-scale');

 log('host element:', host);
 log('scaleEl element:', scaleEl);

 if (!host || !scaleEl) {
 log('Missing host or scaleEl, exiting');
 return;
 }

 const available = window.innerWidth;
 log('available viewport width:', available);

 let scale = 1;
 log('initial scale:', scale);

 if (available = 850 (desktop)');
 }

 log('calculated scale:', scale);

 scaleEl.style.transformOrigin = 'top left';
 scaleEl.style.transform = `scale(${scale})`;
 log('transform:', scaleEl.style.transform);

 const calculatedWidth = BASE_WIDTH * scale;
 scaleEl.style.width = `${calculatedWidth}px`;
 log('calculated width:', calculatedWidth);
 }

 log('Bill scaling script loaded. isDev =', isDev);

 window.addEventListener('orientationchange', () => {
 log('orientationchange event fired');
 applyBillScale();
 });

 document.addEventListener('DOMContentLoaded', () => {
 log('DOMContentLoaded event fired');
 applyBillScale();
 });
 })();

 (function () {
 var s = document.createElement('script');
 var h = document.querySelector('head') || document.body;
 s.src = 'https://acsbapp.com/apps/app/dist/js/app.js';
 s.async = true;
 s.onload = function () {
 acsbJS.init({
 statementLink: '',
 footerHtml: '',
 hideMobile: false,
 hideTrigger: false,
 disableBgProcess: false,
 language: 'en',
 position: 'left',
 leadColor: '#070D0D',
 triggerColor: '#03396c',
 triggerRadius: '50%',
 triggerPositionX: 'left', // Change from 'right' to 'left'
 triggerPositionY: 'bottom',
 triggerIcon: 'people',
 triggerSize: 'medium',
 triggerOffsetX: 20,
 triggerOffsetY: 20,
 mobile: {
 triggerSize: 'small',
 triggerPositionX: 'left', // Change from 'right' to 'left'
 triggerPositionY: 'bottom',
 triggerOffsetX: 10,
 triggerOffsetY: 10,
 triggerRadius: '50%'
 }
 });
 };
 h.appendChild(s);
 })();

 document.addEventListener('DOMContentLoaded', function () {
 document.querySelectorAll('button[onclick]').forEach(button => {
 // Extract the href from the inline onclick
 const onclick = button.getAttribute('onclick');
 const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/);
 if (!match) return;

 const url = match[1];

 // Remove the inline onclick to prevent auto navigation
 button.removeAttribute('onclick');

 // Add our controlled event listener
 button.addEventListener('click', function (e) {
 if (e.ctrlKey || e.metaKey) {
 window.open(url, '_blank');
 } else {
 window.location.href = url;
 }
 });
 });
 });

Primary source. The text above is the canonical statute body as it appears in this revision of the atlas. Verify against the official gazette before quoting in litigation or formal advice. Spot an error? Suggest a correction.