var Session = new Class({

	ping: function() {
		new Request.JSON({url: 'ajax/ping.php'}).send();
	}

});