addNamespace("gxwl");
gxwl.signup_class = Class.create();
gxwl.signup_class.prototype = (new AjaxPro.Request()).extend({
	DoCheckLoginName: function(ln, callback) {
		return this.invoke("DoCheckLoginName", {"ln":ln}, callback);
	},
	initialize: function() {
		this.url = "/gxjtt/ajaxpro/gxwl.signup,gxwl.ashx";
	}
})
gxwl.signup = new gxwl.signup_class();

