if(typeof Ajax == "undefined") Ajax={};
if(typeof Ajax.Reg_Company == "undefined") Ajax.Reg_Company={};
Ajax.Reg_Company_class = function() {};
Object.extend(Ajax.Reg_Company_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ck_user_login: function(user_login) {
		return this.invoke("ck_user_login", {"user_login":user_login}, this.ck_user_login.getArguments().slice(1));
	},
	url: '/ajaxpro/reg_company,www.55rc.com.ashx'
}));
Ajax.Reg_Company = new Ajax.Reg_Company_class();

