
function csV3V5Init1335431141() {
    var c = document.getElementById('ee02ac5e-d849-1b14-c17f-68a7f8e90ccf');
    c.dataset.civicscienceWidget = '1726';

    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 csReadyStateCheckInterval1335431141 = setInterval(function() {
    if (document.readyState === "interactive" || document.readyState === "complete") {
        clearInterval(csReadyStateCheckInterval1335431141);
        csV3V5Init1335431141();
    }
}, 100);
