jQuery(function(a){a("a.change_poll_anonymity").live("click",function(b){var c=this;return a.ajax({url:a(c).attr("href"),dataType:"script",type:"PUT",success:function(b){a(c).html()=="Make vote public"?a(c).html("Make vote private"):a(c).html("Make vote public")}}),!1}),a("a.add_poll_choice").live("click",function(){var b=a(this).attr("data-association"),c=a(this).prev().html(),d=new RegExp("new_"+b,"g"),e=(new Date).getTime();return a(this).parent().prev().children(".poll_choice:last").after(c.replace(d,e)),!1}),a("a.remove_poll_choice").live("click",function(){var b=a(this).prev("input[type=hidden]")[0];return b&&(b.value="1"),a(this).parents(".poll_choice").hide(),!1})})
