main_class = function() {};
Object.extend(main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUccTitleRoll: function(idx) {
		return this.invoke("GetUccTitleRoll", {"idx":idx}, this.GetUccTitleRoll.getArguments().slice(1));
	},
	url: '/DextVideo/ajaxpro/main,App_Web_yhcfzptt.ashx'
}));
main = new main_class();

