if(typeof newccn == "undefined") newccn={};
if(typeof newccn.member == "undefined") newccn.member={};
newccn.member.RegCcn_class = function() {};
Object.extend(newccn.member.RegCcn_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	EchoInput: function(s) {
		return this.invoke("EchoInput", {"s":s}, this.EchoInput.getArguments().slice(1));
	},
	GetReturnCode: function(StrEnterpriseName) {
		return this.invoke("GetReturnCode", {"StrEnterpriseName":StrEnterpriseName}, this.GetReturnCode.getArguments().slice(1));
	},
	EchoInputother: function(s) {
		return this.invoke("EchoInputother", {"s":s}, this.EchoInputother.getArguments().slice(1));
	},
	GetReturnCodeEmail: function(StrEnterpriseEmail) {
		return this.invoke("GetReturnCodeEmail", {"StrEnterpriseEmail":StrEnterpriseEmail}, this.GetReturnCodeEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/newccn.member.RegCcn,newccn.ashx'
}));
newccn.member.RegCcn = new newccn.member.RegCcn_class();

