type = "1"; function GetResults(frm, voted,unum,group,qqid) { var answer = ""; if ( voted == 1 ) { if ( type == "1" ) { // Radio buttons for (var i=0; ifrm.elements.length; i++) { if ( frm.elements[i].type == "checkbox" ) { if ( frm.elements[i].checked ) { answer += "&aid[]="+frm.elements[i].value; } } } } else if ( type == "3" || type == "4" ) { if ( frm.answer.selectedIndex != 0 ) { answer = "&aid="+frm.answer.options[frm.answer.selectedIndex].value; } } } if ( answer == "" ) { voted = "0"; } //POPUP = window.open("http://pub"+group+".bravenet.com/minipoll/results.php?usernum="+unum+"&qid="+qqid+answer+"&voted="+voted, "resultswin", "height=400,width=500,toolbars=no,statusbar=no,scrolling=no"); if ( document.all ) { window.open("http://pub"+group+".bravenet.com/minipoll/results.php?usernum="+unum+"&qid="+qqid+answer+"&voted="+voted, "resultswin", "width=500,height=400, top="+((screen.height/2) - 200)+", left="+((screen.width/2) - 250)+", directories=no, toolbars=no, statusbar=no, location=no, scrollbars=no, menubar=no"); } else { POPUP = window.open("http://pub"+group+".bravenet.com/minipoll/results.php?usernum="+unum+"&qid="+qqid+answer+"&voted="+voted, "resultswin", "width=500,height=400,directories=no, toolbars=no, statusbar=no, location=no, scrollbars=no, menubar=no"); POPUP.moveTo(Math.round(((screen.width/2) - 250)), Math.round(((screen.height/2) - 200))); } return false; } document.write("
"); document.write(""); document.write(""); document.write("
"); document.write(""); document.write(""); document.write("
Encuesta
¿Cuál es tu animación favorita?");document.write("

X-Files
Starwars
Big Brother
El Chow de Critina
El Oso
Ventaneando
El Mañanero

"); document.write("
View Stats

");