function poll(b,d,c,a){new Ajax.Request("ajax.php",{method:"post",parameters:"cmd=poll&type="+b+"&id="+d+"&optie="+c+"&optie2="+a,onComplete:function(e){$(d).innerHTML=e.responseText}})}function pollVoorspeldeuitslag(a,c,b){if(a=="thuis"){$(c).thuis=b;$(c+"_thuisspelend").className="inactive";$(c+"_uitspelend").className="";$(c+"_thuis").innerHTML="&nbsp;";$(c+"_thuis").style.backgroundImage='url("/gfx/voorspeldeuitslag/'+(b-1)+'_over.gif")';$(c+"_uit").style.display="block"}else{if(a=="uit"){$(c+"_thuisspelend").className="";poll("voorspeldeuitslag",c,$(c).thuis,b)}}};