if(typeof Artionet == "undefined") Artionet={};
if(typeof Artionet.Customers == "undefined") Artionet.Customers={};
if(typeof Artionet.Customers.Clubout == "undefined") Artionet.Customers.Clubout={};
if(typeof Artionet.Customers.Clubout.Ajax_class == "undefined") Artionet.Customers.Clubout.Ajax_class={};
Artionet.Customers.Clubout.Ajax_class = function() {};
Object.extend(Artionet.Customers.Clubout.Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCountries: function() {
		return this.invoke("GetCountries", {}, this.GetCountries.getArguments().slice(0));
	},
	GetRegions: function(countryID) {
		return this.invoke("GetRegions", {"countryID":countryID}, this.GetRegions.getArguments().slice(1));
	},
	GetRegionsEx: function(countryID, past, stream, date) {
		return this.invoke("GetRegionsEx", {"countryID":countryID, "past":past, "stream":stream, "date":date}, this.GetRegionsEx.getArguments().slice(4));
	},
	DeletePicture: function(id, galleryID) {
		return this.invoke("DeletePicture", {"id":id, "galleryID":galleryID}, this.DeletePicture.getArguments().slice(2));
	},
	url: '/ajaxpro/Artionet.Customers.Clubout.Ajax,Artionet.Customers.Clubout.ashx'
}));
Artionet.Customers.Clubout.Ajax = new Artionet.Customers.Clubout.Ajax_class();

