function voteRequest(d,c,b){vote=testButton(b);if(vote==null){vote=0}else{++vote}var a=new Request.JSON({url:"/vote.php",onSuccess:function(f,e){$("voteres").set("html",e)}}).post({voteblock:d,voteid:c,vote:vote})}function testButton(b){var a=null;try{for(Count=0;Count<b.length;Count++){if(b.vote[Count].checked){a=Count;break}}}catch(c){}return a};
