if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boGigsPage_class = function() {};
Object.extend(TracyRedhead.bo.boGigsPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetGigsPage: function() {
		return this.invoke("GetGigsPage", {}, this.GetGigsPage.getArguments().slice(0));
	},
	InsertGigsPage: function(ScreenText) {
		return this.invoke("InsertGigsPage", {"ScreenText":ScreenText}, this.InsertGigsPage.getArguments().slice(1));
	},
	UpdateGigsPage: function(ScreenText) {
		return this.invoke("UpdateGigsPage", {"ScreenText":ScreenText}, this.UpdateGigsPage.getArguments().slice(1));
	},
	DeleteGigsPage: function() {
		return this.invoke("DeleteGigsPage", {}, this.DeleteGigsPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boGigsPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boGigsPage = new TracyRedhead.bo.boGigsPage_class();

