if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.ControlAjax == "undefined") Goohom.Web.Ajax.ControlAjax={};
Goohom.Web.Ajax.ControlAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.ControlAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHtmlForPage: function(iRowCount, iPageIndex, sHref, NoteNum) {
		return this.invoke("GetHtmlForPage", {"iRowCount":iRowCount, "iPageIndex":iPageIndex, "sHref":sHref, "NoteNum":NoteNum}, this.GetHtmlForPage.getArguments().slice(4));
	},
	GetVideoBuildList: function(Count, TypeId) {
		return this.invoke("GetVideoBuildList", {"Count":Count, "TypeId":TypeId}, this.GetVideoBuildList.getArguments().slice(2));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.ControlAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.ControlAjax = new Goohom.Web.Ajax.ControlAjax_class();

