_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWebBlockText: function(blockTitle) {
		return this.invoke("GetWebBlockText", {"blockTitle":blockTitle}, this.GetWebBlockText.getArguments().slice(1));
	},
	url: '/ajaxpro/_Default,App_Web_abk-t7k-.ashx'
}));
_Default = new _Default_class();

