function Mvote_initFrame(iwin) { var iframeobj = null; if (document.getElementById) { iframeobj = document.getElementById(iwin); } else { eval('iframeobj = ' + iwin + ';'); } if (iframeobj && !window.opera) { iframeobj.style.display="block" if (iframeobj.contentDocument && iframeobj.contentDocument.body.offsetHeight) { //ns6 syntax //iframeobj.width = iframeobj.contentDocument.body.scrollWidth+20; iframeobj.height = iframeobj.contentDocument.body.offsetHeight +20 ; } else if ( iframeobj.Document && iframeobj.Document.body.scrollHeight){ //iframeobj.width = iframeobj.Document.body.scrollWidth; iframeobj.height = iframeobj.Document.body.scrollHeight ; } } } var guid = "7ec9d5d8-5ce6-f47c-610b-293556678b0e"; var jskey = "245441d30f35f83c2310e732cdfe7929"; var iframeurl = "https://u250329.a.stonevote.net/i/"+guid+".html?voteurl="+window.location.href+"&jskey=245441d30f35f83c2310e732cdfe7929&height=3049&width=1000"; var iframehtml = ''; document.write(iframehtml);