var currentVote = false; function vote(i) { currentVote = i; } function submitVote() { $.post('http://cikmedia.serialive.com/classes/WebcastArticle/poll.php', {id: 28868,vote: currentVote}); $('#live_poll').fadeOut(1000); } new SERIA.Comet('comet_livepoll2__28868', '_5ooo0xi4un1p3xsgp0tx5w0qmihup0sm5cgtuctqgwubak32', function(command, data) { eval('var a=' + data); var html = '
';
for (i in a['alternatives']) {
if (a["alternatives"][i]["title"]) {
html += "
";
}
}
html += "