if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boAboutPage_class = function() {};
Object.extend(TracyRedhead.bo.boAboutPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAboutPage: function() {
		return this.invoke("GetAboutPage", {}, this.GetAboutPage.getArguments().slice(0));
	},
	InsertAboutPage: function(ScreenText) {
		return this.invoke("InsertAboutPage", {"ScreenText":ScreenText}, this.InsertAboutPage.getArguments().slice(1));
	},
	UpdateAboutPage: function(ScreenText) {
		return this.invoke("UpdateAboutPage", {"ScreenText":ScreenText}, this.UpdateAboutPage.getArguments().slice(1));
	},
	DeleteAboutPage: function() {
		return this.invoke("DeleteAboutPage", {}, this.DeleteAboutPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boAboutPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boAboutPage = new TracyRedhead.bo.boAboutPage_class();

