
ifrm = document.createElement("IFRAME");
host = top.location.href;
ifrm.setAttribute('src', 'http://www.voteyesorno.com/widget/poll.php?p=229&h=' + host + '');ifrm.style.width = 300+"px";
ifrm.style.height = 350+"px";
ifrm.height = "100%";
ifrm.style.border = "none";
ifrm.frameBorder = "0";
ifrm.scrolling = "no";
document.getElementById('voteyesorno_widget_container').appendChild(ifrm);

