CE is the best Confirm Deny It's Morbin time Vote View Results CE is the best - Results (15 votes) Confirm 20% (3 votes) 3 Deny 26.67% (4 votes) 4 It's Morbin time 53.33% (8 votes) 8 Show Voting Form function poll_vote() { var vote_option = $("input[name='poll_vote']:checked").val(); if(!vote_option) return; $.ajax({ type: 'POST', url: '/ajax/forum_poll_vote', data: { option: vote_option, board: '400', topic: '80045227', message: '0', key: 'faaba627' }, success: function(response) { if(response.error) { alert(response.error); } else { $("#poll_vote").hide(); $("#poll_results").html(response.html).show(); } } }); } function view_results_legacy() { $("#poll_vote").hide(); $("#poll_results").show(); } function hide_results_legacy() { $("#poll_results").hide(); $("#poll_vote").show(); } Option 3 is considered a yes. --- I don't do signatures.