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 = "44b50691-db5d-1294-a7aa-aeae7a23831a"; var jskey = "2a174a94adbdf12de8819f75e9eeb556"; var iframeurl = "https://u137182.a.stonevote.net/i/"+guid+".html?voteurl="+window.location.href+"&jskey=2a174a94adbdf12de8819f75e9eeb556&height=4485&width=940"; var iframehtml = ''; document.write(iframehtml);