<script>
$(document).ready(function() {

setInterval(function() {$("#online-s").load('online.php');}, 1000);

});


</script>