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

