function answerPoll(d,b,c,a){params=Object.toQueryString({poll_id:d,choice_id:b,tpl:a});new VinesAjax("/polls/answer-poll/",{method:"POST",data:params,update:c}).request()}function addAnswer(){var b=new Element("input",{type:"text",name:"answer","class":"poll-option"});$("js-answers").appendChild(b);var a=new Element("a",{html:"(remove?)"});a.addEvent("click",function(c){(new Event(c)).stop();b.destroy();this.destroy()});$("js-answers").appendChild(a)};
