Public-domain · open source
OpenJurist

75 ILCS 60/4

Known as the Library Incorporation Act

The act spans §§ 75-60-0-01 to 75-60-4 (6 sections).

P.A. 96-66, eff. 1-1-10.

Organizations formed under this Act shall be bodies corporate and politic to be known under the names stated in the respective articles of incorporation; and by such corporate names they shall have and possess the ordinary rights and incidents of corporations, and shall be capable of taking, holding and disposing of real and personal estate for all purposes of their organization. The provisions of any will, deed or other instrument by which endowment is given to the library and accepted by the trustees, managers or directors shall, as to such endowment, be a part of the organic and fundamental law of such corporation. The trustees, managers or directors of any such corporation shall compose its members, and shall not be less than 7 nor more than 25 in number; shall elect the officers of the corporation from their number; and shall have control and management of its affairs and property; may accept donations, and in their discretion hold the same in the form in which they are given, for all purposes of science, literature and as are germane to the object and purpose of the corporation. They may fill by election, vacancies occurring in their own number by death, incapacity, retirement or otherwise, and may make lawful by-laws for the management of the corporation and of the library, which by-laws shall set forth what officers there shall be of the corporation, and shall define and prescribe their respective duties. They may appoint and employ from time to time such agents and employees as they may deem necessary for the efficient administration and conduct of the library and other affairs of the corporation. Whenever any trustee, manager or director shall be elected to fill any vacancy, a certificate under the seal of the corporation, giving the name of the person elected, shall be recorded in the office of the recorder of the county where the articles of incorporation are recorded. Whenever, by the provisions of such will, deed or other instrument by which an endowment is created, the institution endowed is free and public, the library and other property of such corporation shall be forever exempt from taxation. The trustees, managers or directors of such corporation shall, in the month of January in each year, cause to be made a written report to the Secretary of State for the year ending on the preceding December 31 of the condition of the library and of the funds and other property of the corporation showing the assets and investments of such corporation in detail. This report shall be verified by the secretary, or by some other responsible officer of such corporation. It shall contain (1) an itemized statement of the various sums of money received from the library fund and from other sources; (2) an itemized statement of the objects and purposes for which those sums of money have been expended; (3) a statement of the number of books and periodicals available for use, and the number and character thereof circulated; (4) a statement of the real and personal property acquired by legacy, purchase, gift or otherwise; (5) a statement of the character of any extensions of library service which have been undertaken; (6) any other statistics, information and suggestions that may be of interest. A report shall also be filed, at the same time, with the Illinois State Library. 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.