addNamespace("_96331.AjaxMethod");
_96331.AjaxMethod.AjaxCode_class = Class.create();
_96331.AjaxMethod.AjaxCode_class.prototype = (new AjaxPro.Request()).extend({
	GetString: function(callback) {
		return this.invoke("GetString", {}, callback);
	},
	CheckEmailExist: function(Email, callback) {
		return this.invoke("CheckEmailExist", {"Email":Email}, callback);
	},
	GetUserID: function(Email, callback) {
		return this.invoke("GetUserID", {"Email":Email}, callback);
	},
	GetDistrictInfo: function(DName, callback) {
		return this.invoke("GetDistrictInfo", {"DName":DName}, callback);
	},
	GetPhoto: function(Direction, callback) {
		return this.invoke("GetPhoto", {"Direction":Direction}, callback);
	},
	getProvince: function(DUpID, name, Type, callback) {
		return this.invoke("getProvince", {"DUpID":DUpID, "name":name, "Type":Type}, callback);
	},
	getchackbox: function(DUpID, name, Type, callback) {
		return this.invoke("getchackbox", {"DUpID":DUpID, "name":name, "Type":Type}, callback);
	},
	getCity: function(DUpID, name, Type, callback) {
		return this.invoke("getCity", {"DUpID":DUpID, "name":name, "Type":Type}, callback);
	},
	getDistrict: function(DUpID, name, Type, callback) {
		return this.invoke("getDistrict", {"DUpID":DUpID, "name":name, "Type":Type}, callback);
	},
	Universityddl: function(ProvinceID, UniversityName, callback) {
		return this.invoke("Universityddl", {"ProvinceID":ProvinceID, "UniversityName":UniversityName}, callback);
	},
	AddFriend: function(UserID, callback) {
		return this.invoke("AddFriend", {"UserID":UserID}, callback);
	},
	SendLeer: function(UserID, callback) {
		return this.invoke("SendLeer", {"UserID":UserID}, callback);
	},
	AddBlackMenu: function(UserID, callback) {
		return this.invoke("AddBlackMenu", {"UserID":UserID}, callback);
	},
	IsLogin: function(callback) {
		return this.invoke("IsLogin", {}, callback);
	},
	CloseWindow: function(b, callback) {
		return this.invoke("CloseWindow", {"b":b}, callback);
	},
	PostBack: function(callback) {
		return this.invoke("PostBack", {}, callback);
	},
	AddVisits: function(UserID, callback) {
		return this.invoke("AddVisits", {"UserID":UserID}, callback);
	},
	DeleteVisits: function(UserID, callback) {
		return this.invoke("DeleteVisits", {"UserID":UserID}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_96331.AjaxMethod.AjaxCode,96331.ashx";
	}
})
_96331.AjaxMethod.AjaxCode = new _96331.AjaxMethod.AjaxCode_class();

