
function csV3V5Init1994263447() {
    var c = document.getElementById('da3b2d06-81bc-7614-11a0-549c345cba41');
    c.dataset.civicscienceWidget = '1718';

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