function poll_vote(node_id,result_url){if(!$.cookie('voted_'+node_id)){$.cookie('voted_'+node_id,1);jQuery.post('/do/poll_vote',$('#poll-'+node_id).serialize(),function(){tb_show('Results',result_url);})}else{tb_show('Results',result_url);}}