function agrees_vote(hlas,prvek){if(prvek=='agplus' && !send_xmlhttprequest(agree_handler,'GET','?souhlasx='+hlas)){return false;}else if(prvek=='agminus' && !send_xmlhttprequest(agree_handler,'GET','?nesouhlasx='+hlas)){return false;}if(document.getElementById(prvek+hlas)){document.getElementById(prvek+hlas).innerHTML=document.getElementById(prvek+hlas).innerHTML.replace(/<a .*>(.*)<\/a>/gi,"$1");}document.getElementById(prvek+hlas).innerHTML='ukládá se';return true;}function agree_handler(xmlhttp){if(xmlhttp.readyState==4){var odpovedi=xmlhttp.responseXML.getElementsByTagName('option');id=parseInt(odpovedi[0].firstChild.data);ag=parseInt(odpovedi[1].firstChild.data);disag=parseInt(odpovedi[2].firstChild.data);max=ag+disag;if(document.getElementById('agplusin'+id) && document.getElementById('agminusin'+id)){document.getElementById('agplusin'+id).innerHTML=odpovedi[1].firstChild.data;document.getElementById('agminusin'+id).innerHTML=odpovedi[2].firstChild.data;}if(document.getElementById('agplus'+id) && document.getElementById('agminus'+id)){document.getElementById('agplus'+id).style.backgroundPosition=(max>0?(63-Math.round(ag/max*63)):'63')+'px 0px';document.getElementById('agminus'+id).style.backgroundPosition=(max>0?(63-Math.round(disag/max*63)):'63')+'px 0px';document.getElementById('agplus'+id).innerHTML='souhlas';document.getElementById('agminus'+id).innerHTML='nesouhlas';}}}function pbb(u,w,h,n){document.write('<object type="application/x-shockwave-flash" data="'+unescape(u)+'" width="'+w+'" height="'+h+'" id="banner');document.write(n+'f"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+unescape(u));document.write('" /><param name="quality" value="high" /><param name="bgcolor" value="#162135" /></object>');}function pbbi(u,w,h,n){document.write('<img src="'+unescape(u)+'" alt="" style="width: '+w+'px;height: '+h+'px;border: 0px" />');}/* template from http://www.root.cz/clanky/ajax/ */function send_xmlhttprequest(obsluha,method,url,content,headers){var xmlhttp=(window.XMLHttpRequest ? new XMLHttpRequest :(window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : false));if(!xmlhttp){return false;}xmlhttp.open(method,url);xmlhttp.onreadystatechange=function(){obsluha(xmlhttp);};if(headers){for(var key in headers){xmlhttp.setRequestHeader(key,headers[key]);}}xmlhttp.send(content);return true;}function poll_vote(hlas,prvek){if(!send_xmlhttprequest(poll_handler,'GET','?hlasxml='+hlas)){return false;}for(var i=0;i<10;i++){if(document.getElementById(prvek+i)){document.getElementById(prvek+i).innerHTML=document.getElementById(prvek+i).innerHTML.replace(/<a .*>(.*)<\/a>/gi,"$1");}}document.getElementById('pollsummary').innerHTML='Váš hlas se ukládá.';return true;}function poll_handler(xmlhttp){if(xmlhttp.readyState==4){var odpovedi=xmlhttp.responseXML.getElementsByTagName('option');max=0;total=0;for(var i=0;i<10;i++){if(max<parseInt(odpovedi[i].firstChild.data)){max=parseInt(odpovedi[i].firstChild.data);}}for(var i=0;i<10;i++){if(document.getElementById('ph'+i)){redraw_votes(i,parseInt(odpovedi[i].firstChild.data),max);total+=parseInt(odpovedi[i].firstChild.data);document.getElementById('ph'+i).innerHTML=odpovedi[i].firstChild.data;}}document.getElementById('pollsummary').innerHTML='Celkem hlasů: <b>'+total+'</b>. Váš hlas byl uložen.';}}
