Have you ever had a stalker? I have I haven't I've done some stalking >_> Vote View Results Have you ever had a stalker? - Results (81 votes) I have 40.74% (33 votes) 33 I haven't 35.8% (29 votes) 29 I've done some stalking >_> 23.46% (19 votes) 19 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: '80426114', message: '0', key: '9f109be1' }, 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(); } Have you ever had a stalker? --- Carpe petat