var ajax = new sack();
function whenLoading(){var e=document.getElementById('ocenax');e.innerHTML='<p id="ocen">Zapisuję Twój głos...</p>';}
function whenInteractive(){var e=document.getElementById('ocenax');e.innerHTML='<p id="ocen">Zapisuję Twój głos...</p>';}
function whenLoaded(){var e=document.getElementById('ocenax');e.innerHTML='<p id="ocen">Zapisuję Twój głos...</p>';}
function doit(){ajax.setVar("ShowOnly",'0');ajax.setVar("k",document.getElementById('glos').value);ajax.setVar("l",document.getElementById('nrogl').value);ajax.requestFile='tw-glosowanie.php';ajax.method='post';ajax.element='ocenax';ajax.onLoading=whenLoading;ajax.onLoaded=whenLoaded;ajax.onInteractive=whenInteractive;ajax.runAJAX();}
function showglos(){ajax.setVar("ShowOnly",'1');ajax.setVar("l",document.getElementById('nrogl').value);ajax.requestFile='tw-glosowanie.php';ajax.method='post';ajax.element='ocenax';ajax.runAJAX();}
