var ka_int = window.setInterval( 
	function()
	{
		try
		{
			makeRequest('/scripts/keep_alive.php');
		}catch(e){
		alert(e);
		}
	}, 1000*20
);