if(typeof ATPages_SearchFlight == "undefined") ATPages_SearchFlight={};
ATPages_SearchFlight_class = function() {};
Object.extend(ATPages_SearchFlight_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFlight: function(city, tocity) {
		return this.invoke("GetFlight", {"city":city, "tocity":tocity}, this.GetFlight.getArguments().slice(2));
	},
	url: '/ajaxpro/ATPages_SearchFlight,App_Web_t1d8bbiz.ashx'
}));
ATPages_SearchFlight = new ATPages_SearchFlight_class();

