setInterval( function() { $.getJSON("<?php echo $source; ?>", function(x){ $("#try").text(x['data']['ALTIN']['alis']); })}, 1000);