$(document).ready(function(){
    window.setInterval(function(){
	$.get('/ajax/keepalive');
    },50000);
});

