if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boLinksPage_class = function() {};
Object.extend(TracyRedhead.bo.boLinksPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLinksPage: function() {
		return this.invoke("GetLinksPage", {}, this.GetLinksPage.getArguments().slice(0));
	},
	InsertLinksPage: function(ScreenText) {
		return this.invoke("InsertLinksPage", {"ScreenText":ScreenText}, this.InsertLinksPage.getArguments().slice(1));
	},
	UpdateLinksPage: function(ScreenText) {
		return this.invoke("UpdateLinksPage", {"ScreenText":ScreenText}, this.UpdateLinksPage.getArguments().slice(1));
	},
	DeleteLinksPage: function() {
		return this.invoke("DeleteLinksPage", {}, this.DeleteLinksPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boLinksPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boLinksPage = new TracyRedhead.bo.boLinksPage_class();

