Public-domain · open source
OpenJurist

610 ILCS 5/27

Known as the Railroad Incorporation Act

The act spans §§ 610-5-0-01 to 610-5-9 (31 sections).

P.A. 83-345.

An act entitled "An Act to amend 'an Act to provide for a general system of railroad incorporations,' approved November 5, 1849," approved February 13, 1857, and also all of an act entitled "An Act to provide for a general system of railroad incorporations," approved November 5, 1849, except the sections of the last named act numbered 34, 35, 36, 37, 38, 39, 40, 41, 42 and 45, and all laws in conflict with the provisions of this act, be and the same are hereby repealed: Provided, however, that all general laws of this state in relation to railroad corporations, and the powers and duties thereof, so far as the same are not inconsistent with the provisions of this act, shall remain in force and be applicable to railroad incorporations organized under this act. The repeal of the acts and parts of acts mentioned in this section shall not be construed so as to affect any rights acquired thereunder; but all corporations formed or attempted to be formed under such acts or parts of acts, notwithstanding any defects or omissions in their articles of association, may, if they will adopt or have adopted this act, be entitled to proceed thereunder, and have all the benefits of this act; and all such corporations that have adopted or that will adopt this act, are hereby declared legal and valid corporations, within the provisions of this act, from the date of the filing of their respective articles of association. The fixing of the termini by any such corporation shall have the same effect as if fixed by the General Assembly. All corporations to which this act shall apply shall be held liable for, and shall carry out and fulfill all contracts made by them, or for, or on their behalf, or of which they have received the benefit, whether such corporation, at the time of the making of such contract or contracts, was organized, or had attempted to organize, under the general laws of the State of Illinois, or not; whether said contract was for right of way work and labor done, or materials furnished, or for the running of trains or carrying passengers or freight upon such road, or upon any other road in connection therewith. If such corporation has or does take possession of or use such right of way, labor or material so furnished by other persons or corporations, it shall be evidence of its acceptance of such contract so entered into by such person or corporation with said persons or corporations for its benefit. The corporation upon failing to pay the sum as it ought equitably to pay for such right of way, labor or materials, or failing to carry out such contracts so made with persons or corporations, it shall be held liable in a civil action for the recovery of the value of said right of way, labor or materials, and for damages for non-fulfillment of such contract, in any court of competent jurisdiction in any county through which the road of such corporation may be located. This act shall not in any manner legalize the subscription of any township, county or city to the capital stock of any railroad company, nor authorize the issuing of any bonds by any township, city or county in payment of any subscription or donation. 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; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.