var polling_done = false; var objXMLREQUEST; function doOPENNEWWINDOW(url,ht,wd,sc,name){ l = (screen.width) ? (screen.width-wd)/2 : 0; t = (screen.height) ? (screen.height-ht)/2 : 0; param = "height=" + ht + ",width=" + wd + ",top=" + t + ",left=" + l + ",location=no,toolbar=no,status=no,menubar=no,scrollbars=" + sc + ",resizable=no,copyhistory=no"; oc_infowin=window.open(url,name,param); if (oc_infowin != null){ oc_infowin.opener = self; } oc_infowin.focus(); } function doSUMBMITPOLL(){ var theForm = document.frmCOCKTAIL; if(polling_done == false){ for(intCounter=0; intCounter < theForm.rdoANSWER.length; intCounter++){ if(theForm.rdoANSWER[intCounter].checked == true){ theForm.hidANSWER.value = theForm.rdoANSWER[intCounter].value; } } if(window.XMLHttpRequest){ objXMLREQUEST = new XMLHttpRequest(); }else if(window.ActiveXObject){ objXMLREQUEST = new ActiveXObject("Microsoft.XMLHTTP"); } objXMLREQUEST.open("POST", "cocktail/ajaxaction.asp", true); objXMLREQUEST.onreadystatechange = doUPDATESTATUS; objXMLREQUEST.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); objXMLREQUEST.send("Process=PollSubmission&QId=" + theForm.hidQUESTION_ID.value + "&Ans=" + theForm.hidANSWER.value); return false; }else{ alert("You've recently vote for active poll. You can\nvote again only after 1 min(s)."); } } function doUPDATESTATUS(){ var theForm = document.frmCOCKTAIL; if(objXMLREQUEST.readyState == 4){ if(objXMLREQUEST.status == 200){ if(objXMLREQUEST.responseText == "noerror"){ doOPENNEWWINDOW('cocktail/report.asp',150,350,'no','no','Report'); polling_done = true; } if(objXMLREQUEST.responseText == "timeouterror"){ alert("You've recently vote for active poll. You can\nvote again only after 1 min(s)."); } }else{ alert("Asychronous system error. Please try again."); } } } document.write(''); document.write(''); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
'); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write(' '); document.write('
Do you think that awards given to filmstars are often manipulated?
'); document.write(' '); document.write(' YES'); document.write(' '); document.write(' NOSubmit
'); document.write('
'); document.write('
');