$(document).ready(function() {
   $("#enlinea").load('/js/estado?randval='+ Math.random()+' #estado');
   var refreshId = setInterval(function() {
   $("#enlinea").load('/js/estado?randval='+ Math.random()+' #estado');
   }, 120000);
});


