if(typeof NIU == "undefined") NIU={};
if(typeof NIU.Biip == "undefined") NIU.Biip={};
if(typeof NIU.Biip.Controls == "undefined") NIU.Biip.Controls={};
if(typeof NIU.Biip.Controls.Video == "undefined") NIU.Biip.Controls.Video={};
NIU.Biip.Controls.Video.VideoList_class = function() {};
Object.extend(NIU.Biip.Controls.Video.VideoList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetList: function(type, size) {
		return this.invoke("GetList", {"type":type, "size":size}, this.GetList.getArguments().slice(2));
	},
	url: '/ajaxpro/NIU.Biip.Controls.Video.VideoList,NIU.Biip.Web.ashx'
}));
NIU.Biip.Controls.Video.VideoList = new NIU.Biip.Controls.Video.VideoList_class();

