What do you think? Yes, they are Some are, some aren't No, they're not Sports games Vote View Results What do you think? - Results (55 votes) Yes, they are 52.73% (29 votes) 29 Some are, some aren't 29.09% (16 votes) 16 No, they're not Sports games 18.18% (10 votes) 10 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: '80504531', message: '0', key: '03295e9d' }, 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(); } Examples: Forza, Gran Turismo, Dirt, Mario Kart --- 32-13