addNamespace("xxgl");
xxgl_class = Class.create();
xxgl_class.prototype = (new AjaxPro.Request()).extend({
	wzgl: function(callback) {
		return this.invoke("wzgl", {}, callback);
	},
	hfxxgl: function(callback) {
		return this.invoke("hfxxgl", {}, callback);
	},
	bhfxx: function(callback) {
		return this.invoke("bhfxx", {}, callback);
	},
	cjthfxx: function(callback) {
		return this.invoke("cjthfxx", {}, callback);
	},
	jthfxx: function(msn, qq, sex, csri, mypicture, callback) {
		return this.invoke("jthfxx", {"msn":msn, "qq":qq, "sex":sex, "csri":csri, "mypicture":mypicture}, callback);
	},
	quit: function(callback) {
		return this.invoke("quit", {}, callback);
	},
	adddjs1: function(djs, callback) {
		return this.invoke("adddjs1", {"djs":djs}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/xxgl,App_Code.ashx";
	}
})
xxgl = new xxgl_class();

