forum_class = function() {};
Object.extend(forum_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDlgText: function(val) {
		return this.invoke("GetDlgText", {"val":val}, this.GetDlgText.getArguments().slice(1));
	},
	url: '/ajaxpro/forum_index,App_Web_index.aspx.bf94b8ff.ashx'
}));
forum = new forum_class();

