if(typeof TracyRedhead == "undefined") TracyRedhead={};
if(typeof TracyRedhead.bo == "undefined") TracyRedhead.bo={};
TracyRedhead.bo.boVideosPage_class = function() {};
Object.extend(TracyRedhead.bo.boVideosPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetVideosPage: function() {
		return this.invoke("GetVideosPage", {}, this.GetVideosPage.getArguments().slice(0));
	},
	InsertVideosPage: function(ScreenText) {
		return this.invoke("InsertVideosPage", {"ScreenText":ScreenText}, this.InsertVideosPage.getArguments().slice(1));
	},
	UpdateVideosPage: function(ScreenText) {
		return this.invoke("UpdateVideosPage", {"ScreenText":ScreenText}, this.UpdateVideosPage.getArguments().slice(1));
	},
	DeleteVideosPage: function() {
		return this.invoke("DeleteVideosPage", {}, this.DeleteVideosPage.getArguments().slice(0));
	},
	url: '/ajaxpro/TracyRedhead.bo.boVideosPage,TracyRedhead.ashx'
}));
TracyRedhead.bo.boVideosPage = new TracyRedhead.bo.boVideosPage_class();

