if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckRondCodeReg: function(strRondomCode) {
		return this.invoke("CheckRondCodeReg", {"strRondomCode":strRondomCode}, this.CheckRondCodeReg.getArguments().slice(1));
	},
	GetMessageImgStr: function(userName, _NowUser) {
		return this.invoke("GetMessageImgStr", {"userName":userName, "_NowUser":_NowUser}, this.GetMessageImgStr.getArguments().slice(2));
	},
	IsAllowSendFrdRequest: function(SelectName) {
		return this.invoke("IsAllowSendFrdRequest", {"SelectName":SelectName}, this.IsAllowSendFrdRequest.getArguments().slice(1));
	},
	IsShowInfo: function(SelectName) {
		return this.invoke("IsShowInfo", {"SelectName":SelectName}, this.IsShowInfo.getArguments().slice(1));
	},
	GetTagsByDot: function(DotID) {
		return this.invoke("GetTagsByDot", {"DotID":DotID}, this.GetTagsByDot.getArguments().slice(1));
	},
	GetDotComment: function(strDotID, PageID, PageSize, strOrder) {
		return this.invoke("GetDotComment", {"strDotID":strDotID, "PageID":PageID, "PageSize":PageSize, "strOrder":strOrder}, this.GetDotComment.getArguments().slice(4));
	},
	AddDotComment: function(strDotID, strValue) {
		return this.invoke("AddDotComment", {"strDotID":strDotID, "strValue":strValue}, this.AddDotComment.getArguments().slice(2));
	},
	DelDotComment: function(strComID) {
		return this.invoke("DelDotComment", {"strComID":strComID}, this.DelDotComment.getArguments().slice(1));
	},
	CheckUserEnterUrl: function(url) {
		return this.invoke("CheckUserEnterUrl", {"url":url}, this.CheckUserEnterUrl.getArguments().slice(1));
	},
	IsHaveSameNickName: function(NickName) {
		return this.invoke("IsHaveSameNickName", {"NickName":NickName}, this.IsHaveSameNickName.getArguments().slice(1));
	},
	IsAllowComment: function(_UserName) {
		return this.invoke("IsAllowComment", {"_UserName":_UserName}, this.IsAllowComment.getArguments().slice(1));
	},
	UserInfo: function(UserName) {
		return this.invoke("UserInfo", {"UserName":UserName}, this.UserInfo.getArguments().slice(1));
	},
	GetMsgButtonStr: function(OtherName) {
		return this.invoke("GetMsgButtonStr", {"OtherName":OtherName}, this.GetMsgButtonStr.getArguments().slice(1));
	},
	SetToBlackList: function(_ArrayMsgID, _MsgType) {
		return this.invoke("SetToBlackList", {"_ArrayMsgID":_ArrayMsgID, "_MsgType":_MsgType}, this.SetToBlackList.getArguments().slice(2));
	},
	SetToMyFriends: function(_ArrayMsgID, _HandleType) {
		return this.invoke("SetToMyFriends", {"_ArrayMsgID":_ArrayMsgID, "_HandleType":_HandleType}, this.SetToMyFriends.getArguments().slice(2));
	},
	GetParentMenuID: function(MenuID) {
		return this.invoke("GetParentMenuID", {"MenuID":MenuID}, this.GetParentMenuID.getArguments().slice(1));
	},
	GetCityByIP: function(IP) {
		return this.invoke("GetCityByIP", {"IP":IP}, this.GetCityByIP.getArguments().slice(1));
	},
	UserVisitLog: function(userName) {
		return this.invoke("UserVisitLog", {"userName":userName}, this.UserVisitLog.getArguments().slice(1));
	},
	IsUserInKaluu: function(UserName) {
		return this.invoke("IsUserInKaluu", {"UserName":UserName}, this.IsUserInKaluu.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxMethod,App_Code.ashx'
}));
AjaxMethod = new AjaxMethod_class();

