if(typeof TouristSelector == "undefined") TouristSelector={};
TouristSelector_class = function() {};
Object.extend(TouristSelector_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsCountryAuETAValid: function(countryId) {
		return this.invoke("IsCountryAuETAValid", {"countryId":countryId}, this.IsCountryAuETAValid.getArguments().slice(1));
	},
	IsCountryAuTourist676Valid: function(countryId) {
		return this.invoke("IsCountryAuTourist676Valid", {"countryId":countryId}, this.IsCountryAuTourist676Valid.getArguments().slice(1));
	},
	IsCountryAuWHVValid: function(countryId) {
		return this.invoke("IsCountryAuWHVValid", {"countryId":countryId}, this.IsCountryAuWHVValid.getArguments().slice(1));
	},
	url: '/ajaxpro/TouristSelector,App_Web_touristselector.ascx.cdcab7d2.ashx'
}));
TouristSelector = new TouristSelector_class();

