var MostActiveDigitScroller=function() {
MostActiveDigitScroller.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MostActiveDigitScroller.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MostActiveDigitScroller._staticInstance.get_path();},
GetMostActiveData:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMostActiveData',false,{context:context},succeededCallback,failedCallback,userContext); }}
MostActiveDigitScroller.registerClass('MostActiveDigitScroller',Sys.Net.WebServiceProxy);
MostActiveDigitScroller._staticInstance = new MostActiveDigitScroller();
MostActiveDigitScroller.set_path = function(value) { MostActiveDigitScroller._staticInstance.set_path(value); }
MostActiveDigitScroller.get_path = function() { return MostActiveDigitScroller._staticInstance.get_path(); }
MostActiveDigitScroller.set_timeout = function(value) { MostActiveDigitScroller._staticInstance.set_timeout(value); }
MostActiveDigitScroller.get_timeout = function() { return MostActiveDigitScroller._staticInstance.get_timeout(); }
MostActiveDigitScroller.set_defaultUserContext = function(value) { MostActiveDigitScroller._staticInstance.set_defaultUserContext(value); }
MostActiveDigitScroller.get_defaultUserContext = function() { return MostActiveDigitScroller._staticInstance.get_defaultUserContext(); }
MostActiveDigitScroller.set_defaultSucceededCallback = function(value) { MostActiveDigitScroller._staticInstance.set_defaultSucceededCallback(value); }
MostActiveDigitScroller.get_defaultSucceededCallback = function() { return MostActiveDigitScroller._staticInstance.get_defaultSucceededCallback(); }
MostActiveDigitScroller.set_defaultFailedCallback = function(value) { MostActiveDigitScroller._staticInstance.set_defaultFailedCallback(value); }
MostActiveDigitScroller.get_defaultFailedCallback = function() { return MostActiveDigitScroller._staticInstance.get_defaultFailedCallback(); }
MostActiveDigitScroller.set_enableJsonp = function(value) { MostActiveDigitScroller._staticInstance.set_enableJsonp(value); }
MostActiveDigitScroller.get_enableJsonp = function() { return MostActiveDigitScroller._staticInstance.get_enableJsonp(); }
MostActiveDigitScroller.set_jsonpCallbackParameter = function(value) { MostActiveDigitScroller._staticInstance.set_jsonpCallbackParameter(value); }
MostActiveDigitScroller.get_jsonpCallbackParameter = function() { return MostActiveDigitScroller._staticInstance.get_jsonpCallbackParameter(); }
MostActiveDigitScroller.set_path("/Usercontrols/MostActiveDigitScroller.asmx");
MostActiveDigitScroller.GetMostActiveData= function(context,onSuccess,onFailed,userContext) {MostActiveDigitScroller._staticInstance.GetMostActiveData(context,onSuccess,onFailed,userContext); }

