function votar(id){
    $('#votos'+id).load('/bloques/votar_run.php', {id:id});
} 
