if(typeof Noviatech == "undefined") Noviatech={};
if(typeof Noviatech.Modules == "undefined") Noviatech.Modules={};
if(typeof Noviatech.Modules.NewNTSearch == "undefined") Noviatech.Modules.NewNTSearch={};
Noviatech.Modules.NewNTSearch.ViewNewNTSearch_class = function() {};
Object.extend(Noviatech.Modules.NewNTSearch.ViewNewNTSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCities: function(CountryCode, portalPath) {
		return this.invoke("GetCities", {"CountryCode":CountryCode, "portalPath":portalPath}, this.GetCities.getArguments().slice(2));
	},
	GetAirports: function(CountryCode, portalPath, pointValue, directOnly, Inbound) {
		return this.invoke("GetAirports", {"CountryCode":CountryCode, "portalPath":portalPath, "pointValue":pointValue, "directOnly":directOnly, "Inbound":Inbound}, this.GetAirports.getArguments().slice(5));
	},
	GetAccommodationResorts: function(CountryCode, portalPath, pointValue, directOnly, Inbound) {
		return this.invoke("GetAccommodationResorts", {"CountryCode":CountryCode, "portalPath":portalPath, "pointValue":pointValue, "directOnly":directOnly, "Inbound":Inbound}, this.GetAccommodationResorts.getArguments().slice(5));
	},
	GetCountries: function(portalPath, pointValue, directOnly, Inbound) {
		return this.invoke("GetCountries", {"portalPath":portalPath, "pointValue":pointValue, "directOnly":directOnly, "Inbound":Inbound}, this.GetCountries.getArguments().slice(4));
	},
	url: '/Exeter/ajaxpro/Noviatech.Modules.NewNTSearch.ViewNewNTSearch,App_Web_k75t8syf.ashx'
}));
Noviatech.Modules.NewNTSearch.ViewNewNTSearch = new Noviatech.Modules.NewNTSearch.ViewNewNTSearch_class();

