function RegisterNamespaces(){for(var C=0;C<arguments.length;C++){var D=arguments[C].split("."),A=window;for(var B=0;B<D.length;B++){if(!A[D[B]]){A[D[B]]=new Object()}A=A[D[B]]}}}RegisterNamespaces("Inpl.PercentVote");Inpl.PercentVote=new function(){var F="default",A="V_",C="Inpl.PercentVote.",B="Vote";this.Init=function(I,P,S,T){try{var H,K,L,O,J,M,R,G,Q=P+I;H=S;O=T;G=parseInt(INTPL("getCookie",A+Q));if(G){K=parseInt(INTPL("getCookie",A+Q+"pp"));L=parseInt(INTPL("getCookie",A+Q+"pm"));O=parseInt(INTPL("getCookie",A+Q+"vc"));if(K&&L&&O){E(I,P,G,K,L,O)}else{E(I,P,G,Math.round(H),100-Math.round(H),T)}}else{J=D(B+Q).getElementsByTagName("LI");for(M=0;M<2;M++){R=J[M].childNodes[0];R.onclick=new Function("return "+C+"Vote("+I+',"'+P+'",'+(-4*M+5)+","+H+","+O+")")}}}catch(N){}};this.Vote=function(N,K,M,H,J){try{var I=document.createElement("IMG"),G=K+N;I.style.position="absolute";I.style.top="1px";I.style.left="1px";I.alt="";I.src="/ocen,"+K+","+parseInt(N)+","+parseInt(M)+"?t="+(new Date()).getTime();document.body.appendChild(I);votePlusCount=(H*J)/100;voteMinusCount=((100-H)*J)/100;if(M==5){votePlusCount++}else{if(M==1){voteMinusCount++}}J++;percentPlus=Math.round(votePlusCount/J*100);percentMinus=Math.round(voteMinusCount/J*100);INTPL("setCookie",A+G+"pp",percentPlus,600);INTPL("setCookie",A+G+"pm",percentMinus,600);INTPL("setCookie",A+G+"vc",J,600);E(N,K,M,percentPlus,percentMinus,J)}catch(L){}return false};function E(H,N,J,G,L,M){var I=D(B+N+H).getElementsByTagName("LI"),K,O;D("voteCnt").innerHTML=M;D("voteMinusPercent").innerHTML=" "+L+"%";D("votePlusPercent").innerHTML=" "+G+"%";for(K=0;K<2;K++){O=I[K].childNodes[0];O.onclick=new Function("return false");O.style.cursor=F}D(B+"H"+N+H).className="voted";D(B+"H"+N+H).innerHTML=(typeof (message)!="undefined"&&message!="undefined")?message:"Dziękujemy, Twój głos został zarejestrowany"}function D(G){return document.getElementById(G)}};