if(typeof PW35_Home == "undefined") PW35_Home={};
if(typeof PW35_Home.findFriend == "undefined") PW35_Home.findFriend={};
if(typeof PW35_Home.findFriend.Garden_FindFriend_BasePage == "undefined") PW35_Home.findFriend.Garden_FindFriend_BasePage={};
PW35_Home.findFriend.Garden_FindFriend_BasePage_class = function() {};
Object.extend(PW35_Home.findFriend.Garden_FindFriend_BasePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	addFriend: function(from, to) {
		return this.invoke("addFriend", {"from":from, "to":to}, this.addFriend.getArguments().slice(2));
	},
	broadCast: function(type, msg) {
		return this.invoke("broadCast", {"type":type, "msg":msg}, this.broadCast.getArguments().slice(2));
	},
	GetBroadCastByID: function(ID) {
		return this.invoke("GetBroadCastByID", {"ID":ID}, this.GetBroadCastByID.getArguments().slice(1));
	},
	SendMessage: function(from, to, title, message) {
		return this.invoke("SendMessage", {"from":from, "to":to, "title":title, "message":message}, this.SendMessage.getArguments().slice(4));
	},
	SendValidateInfo: function(from, to, ValidateInfo) {
		return this.invoke("SendValidateInfo", {"from":from, "to":to, "ValidateInfo":ValidateInfo}, this.SendValidateInfo.getArguments().slice(3));
	},
	BuildCityBbsHtmlByCityCode: function(CityCode, NumShow, TopicLengh, TopTopicLengh, SummaryLengh) {
		return this.invoke("BuildCityBbsHtmlByCityCode", {"CityCode":CityCode, "NumShow":NumShow, "TopicLengh":TopicLengh, "TopTopicLengh":TopTopicLengh, "SummaryLengh":SummaryLengh}, this.BuildCityBbsHtmlByCityCode.getArguments().slice(5));
	},
	GetBroadCastByID: function(ID) {
		return this.invoke("GetBroadCastByID", {"ID":ID}, this.GetBroadCastByID.getArguments().slice(1));
	},
	GetChildForumsTreesByFourmID: function(FourmID) {
		return this.invoke("GetChildForumsTreesByFourmID", {"FourmID":FourmID}, this.GetChildForumsTreesByFourmID.getArguments().slice(1));
	},
	GetTJBbsList: function(ID) {
		return this.invoke("GetTJBbsList", {"ID":ID}, this.GetTJBbsList.getArguments().slice(1));
	},
	url: '/ajaxpro/PW35_Home.findFriend.Garden_FindFriend_BasePage,PW35_Home.ashx'
}));
PW35_Home.findFriend.Garden_FindFriend_BasePage = new PW35_Home.findFriend.Garden_FindFriend_BasePage_class();

