
function csV3V5Init392597792() {
    var c = document.getElementById('4bcd3edb-01f8-31a4-25a6-fc7db7a52e29');
    c.dataset.civicscienceWidget = '2355';

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