
function csV3V5Init2126923363() {
    var c = document.getElementById('1f020992-b9e7-ab24-a574-416031692688');
    c.dataset.civicscienceWidget = '2906';

    var m = document.createElement('meta');
    m.setAttribute('name','civicscience:jspoll-hostname')
    m.setAttribute('content','www.civicscience.com')
    document.head.appendChild(m);

    var s = document.createElement('script');
    s.setAttribute('src','https://www.civicscience.com/jspoll/5/csw-polyfills.js');
    document.head.appendChild(s);
}

//we must make sure the DOM is ready for us to read
var csReadyStateCheckInterval2126923363 = setInterval(function() {
    if (document.readyState === "interactive" || document.readyState === "complete") {
        clearInterval(csReadyStateCheckInterval2126923363);
        csV3V5Init2126923363();
    }
}, 100);
