Randomly picked Metagross Gengar Infernape Raichu Goodra Decidueye Vote View Results Randomly picked - Results (27 votes) Metagross 22.22% (6 votes) 6 Gengar 48.15% (13 votes) 13 Infernape 3.7% (1 vote) 1 Raichu 3.7% (1 vote) 1 Goodra 18.52% (5 votes) 5 Decidueye 3.7% (1 vote) 1 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: '80283855', message: '0', key: '2d0cfc53' }, 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(); } Heyo