var currentVote = false; function vote(i) { currentVote = i; } function submitVote() { $.post('http://cikmedia.serialive.com/classes/WebcastArticle/poll.php', {id: 28889,vote: currentVote}); $('#live_poll').fadeOut(1000); } new SERIA.Comet('comet_livepoll2__28889', '_32748ysllby9rog6scfk7q0get3j2gv7c6v0mzbo7amtln39ch', function(command, data) { eval('var a=' + data); var html = '

' + a['question'] + '

'; for (i in a['alternatives']) { if (a["alternatives"][i]["title"]) { html += "
"; } } html += "

"; $('#live_poll').html(html); $('#live_poll').fadeIn(1000); }, {"pingUrl":"http://cikmedia.serialive.com/seria/comet/httpStaticPollPing.php","dataUrl":"http://cikmedia.serialive.com/cometData/data_297_{KEY}"});