What's their name? Crosshair Long Shot Sharp Shooter Snips Vote View Results What's their name? - Results (52 votes) Crosshair 13.46% (7 votes) 7 Long Shot 40.38% (21 votes) 21 Sharp Shooter 7.69% (4 votes) 4 Snips 38.46% (20 votes) 20 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: '3', topic: '80148416', message: '0', key: '3f2335df' }, 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(); } I must have these answers --- Forever Momo; Always EPic