if(typeof PW35COM == "undefined") PW35COM={};
if(typeof PW35COM.Web == "undefined") PW35COM.Web={};
if(typeof PW35COM.Web.Garden_BasePage == "undefined") PW35COM.Web.Garden_BasePage={};
PW35COM.Web.Garden_BasePage_class = function() {};
Object.extend(PW35COM.Web.Garden_BasePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	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/PW35COM.Web.Garden_BasePage,PW35_Web.ashx'
}));
PW35COM.Web.Garden_BasePage = new PW35COM.Web.Garden_BasePage_class();

