  
  window.setInterval(function(){
      $.get('/ajax/keep_alive.php');
  },200000);
