if(typeof ATPages_SearchTrain == "undefined") ATPages_SearchTrain={};
ATPages_SearchTrain_class = function() {};
Object.extend(ATPages_SearchTrain_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTrain: function(statrStation, toStation) {
		return this.invoke("GetTrain", {"statrStation":statrStation, "toStation":toStation}, this.GetTrain.getArguments().slice(2));
	},
	url: '/ajaxpro/ATPages_SearchTrain,App_Web_t1d8bbiz.ashx'
}));
ATPages_SearchTrain = new ATPages_SearchTrain_class();

