var GAMESYS = GAMESYS || {};
GAMESYS.components = GAMESYS.components || {};

GAMESYS.components.CreateSession = {
	initialise: function() {$j.ajax({method:'get', url: '/index.keepalive'})}
}
