addNamespace("radio.webUI.Taxi.UclComponents");
radio.webUI.Taxi.UclComponents.TaxiNews_jtt_class = Class.create();
radio.webUI.Taxi.UclComponents.TaxiNews_jtt_class.prototype = (new AjaxPro.Request()).extend({
	GetTopStr: function(callback) {
		return this.invoke("GetTopStr", {}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/radio.webUI.Taxi.UclComponents.TaxiNews_jtt,radio.ashx";
	}
})
radio.webUI.Taxi.UclComponents.TaxiNews_jtt = new radio.webUI.Taxi.UclComponents.TaxiNews_jtt_class();

