if(typeof PW35_Home == "undefined") PW35_Home={};
if(typeof PW35_Home.Index == "undefined") PW35_Home.Index={};
PW35_Home.Index_class = function() {};
Object.extend(PW35_Home.Index_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/PW35_Home.Index,PW35_Home.ashx'
}));
PW35_Home.Index = new PW35_Home.Index_class();

