addNamespace("BBS.Common");
BBS.Common.Content_class = function() {};
Object.extend(BBS.Common.Content_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReadSession: function() {
		return this.invoke("ReadSession", {}, this.ReadSession.getArguments().slice(0));
	},
	url: '/ajaxpro/BBS.Common.Content,BBS.ashx'
}));
BBS.Common.Content = new BBS.Common.Content_class();

