var ICCount = { ICCountStr:function(PageIndex,FunctionStr,Siz,callback,context){return new ajax_request(this.url + '?_method=ICCountStr&_session=r','PageIndex=' + enc(PageIndex)+ '\r\nFunctionStr=' + enc(FunctionStr)+ '\r\nSiz=' + enc(Siz),callback, context);}, SetUserStyle:function(styleStr,callback,context){return new ajax_request(this.url + '?_method=SetUserStyle&_session=r','styleStr=' + enc(styleStr),callback, context);}, GetUserStyle:function(callback,context){return new ajax_request(this.url + '?_method=GetUserStyle&_session=r','',callback, context);}, StyleSet:function(callback,context){return new ajax_request(this.url + '?_method=StyleSet&_session=r','',callback, context);}, url:'/ajax/VideoWl.mgmtCenter.ICCount,VideoWl.ashx' }