function jpoll_10_1258771043(choice) {var xmlHttp;try {xmlHttp=new XMLHttpRequest();}
catch (e) {try {xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");}catch (e) {try {xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");}
catch (e) {alert("Your browser does not support AJAX!");return false;}}}
xmlHttp.onreadystatechange=function() {if(xmlHttp.readyState==4) {document.getElementById('10_1258771043_results').innerHTML = xmlHttp.responseText;}}
xmlHttp.open("GET","http://aldokkan.com/poll//inc.poll.php?_cmd=vote&poll_id=10&choice="+ choice +"&ran=" + Math.random(),true);
xmlHttp.send(null);}document.write('<b>Poll:</b><br><div id="10_1258771043">');
document.write('Do you think that a democracy was feasible in ancient societies?<br>');
document.write('<div id="10_1258771043_results">');
document.write('<table border="1"><tr><td><input onclick="jpoll_10_1258771043(this.value)" type=radio name=vote value="28"></td><td><font size="-2">Yes</font></td><td><font size="-2">51%</font></td><td width="100"><div style="height:6px;width:51px;border:1px solid #000000;background-color:#cccccc"></div></td></tr><tr><td><input onclick="jpoll_10_1258771043(this.value)" type=radio name=vote value="29"></td><td><font size="-2">No</font></td><td><font size="-2">24%</font></td><td width="100"><div style="height:6px;width:24px;border:1px solid #000000;background-color:#cccccc"></div></td></tr><tr><td><input onclick="jpoll_10_1258771043(this.value)" type=radio name=vote value="30"></td><td><font size="-2">Not sure</font></td><td><font size="-2">23%</font></td><td width="100"><div style="height:6px;width:23px;border:1px solid #000000;background-color:#cccccc"></div></td></tr></table><br><b>Total votes:- </b>451');
document.write('</div>');
document.write('</div>');
