if(typeof culture == "undefined") culture={};
culture_class = function() {};
Object.extend(culture_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	obtenerPaisesAsync: function(idioma_p) {
		return this.invoke("obtenerPaisesAsync", {"idioma_p":idioma_p}, this.obtenerPaisesAsync.getArguments().slice(1));
	},
	url: '/ajaxpro/culture,App_Web_5lei-eu1.ashx'
}));
culture = new culture_class();

