addNamespace("cindex_CoopReg");
cindex_CoopReg_class = Class.create();
cindex_CoopReg_class.prototype = (new AjaxPro.Request()).extend({
	check: function(name, callback) {
		return this.invoke("check", {"name":name}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/cindex_CoopReg,App_Web_coopreg.aspx.37ed90fc.fx9vobhr.ashx";
	}
})
cindex_CoopReg = new cindex_CoopReg_class();

