(function(){
	jQuery.extend({
		json:function(url, data, callback) {
	        	return jQuery.post(url, data, callback, "json");
		}
	});
})();
