if(typeof Default_MasterPage == "undefined") Default_MasterPage={};
Default_MasterPage_class = function() {};
Object.extend(Default_MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMovie: function(CityId) {
		return this.invoke("GetMovie", {"CityId":CityId}, this.GetMovie.getArguments().slice(1));
	},
	GetCinema: function(CityId, MovieId) {
		return this.invoke("GetCinema", {"CityId":CityId, "MovieId":MovieId}, this.GetCinema.getArguments().slice(2));
	},
	url: '/ajaxpro/Default_MasterPage,App_Web_jxodkaso.ashx'
}));
Default_MasterPage = new Default_MasterPage_class();

