addNamespace("Forum_Forum");
Forum_Forum_class = function() {};
Object.extend(Forum_Forum_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMessageOfTheDay: function(strID) {
		return this.invoke("GetMessageOfTheDay", {"strID":strID}, this.GetMessageOfTheDay.getArguments().slice(1));
	},
	surveyVote: function(strSurveyID, val) {
		return this.invoke("surveyVote", {"strSurveyID":strSurveyID, "val":val}, this.surveyVote.getArguments().slice(2));
	},
	rankPost: function(strPostID, val) {
		return this.invoke("rankPost", {"strPostID":strPostID, "val":val}, this.rankPost.getArguments().slice(2));
	},
	url: '/ajaxpro/Forum_Forum,App_Web_fzuafc4j.ashx'
}));
Forum_Forum = new Forum_Forum_class();


