try {
var ud = document.getElementById("cobrawidget"); if(!ud) throw "no wrapper defined";var irCSS = document.createElement("style"); irCSS.setAttribute("type","text/css"); irCSS.innerHTML="#cobrawidget iframe {  }";document.getElementsByTagName('head')[0].appendChild(irCSS);var irpath = "https://getcobra.io/ext/js/iframeResizer.min.js";if (typeof require !== "undefined") {require([irpath],function(iFrameResize){ iFrameResize({log:true,heightCalculationMethod:"lowestElement"},"#amx-esf-1629694949406"); }); } else { var iframejs = document.createElement("script");iframejs.onload = function(){iFrameResize({log:true,heightCalculationMethod:"lowestElement"},"#amx-esf-1629694949406"); }; iframejs.src = irpath;document.getElementsByTagName('head')[0].appendChild(iframejs);}
var i = document.createElement("iframe"); i.name="amx-esf-1629694949406", i.src="https://getcobra.io/ext/poll/6838?v=1&pollid=1629694949406&fmt=300x250&preview=1", i.style="border:1px solid #ccc;width:300px;height:250px;box-sizing:content-box;",  i.scrolling="yes", i.frameBorder="no", i.class="amx-esf", i.id="amx-esf-1629694949406";
var c = document.querySelector("#cobrawidget"); if (c) c.appendChild(i);
} catch(e) { if (typeof console !== 'undefined') console.log(e); }