var topTenService=function() {
topTenService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
topTenService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return topTenService._staticInstance.get_path();},
getSngTopTen:function(rw,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSngTopTen',false,{rw:rw},succeededCallback,failedCallback,userContext); },
getTopTenStr:function(rw,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getTopTenStr',false,{rw:rw},succeededCallback,failedCallback,userContext); },
getTopTen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getTopTen',false,{},succeededCallback,failedCallback,userContext); }}
topTenService.registerClass('topTenService',Sys.Net.WebServiceProxy);
topTenService._staticInstance = new topTenService();
topTenService.set_path = function(value) { topTenService._staticInstance.set_path(value); }
topTenService.get_path = function() { return topTenService._staticInstance.get_path(); }
topTenService.set_timeout = function(value) { topTenService._staticInstance.set_timeout(value); }
topTenService.get_timeout = function() { return topTenService._staticInstance.get_timeout(); }
topTenService.set_defaultUserContext = function(value) { topTenService._staticInstance.set_defaultUserContext(value); }
topTenService.get_defaultUserContext = function() { return topTenService._staticInstance.get_defaultUserContext(); }
topTenService.set_defaultSucceededCallback = function(value) { topTenService._staticInstance.set_defaultSucceededCallback(value); }
topTenService.get_defaultSucceededCallback = function() { return topTenService._staticInstance.get_defaultSucceededCallback(); }
topTenService.set_defaultFailedCallback = function(value) { topTenService._staticInstance.set_defaultFailedCallback(value); }
topTenService.get_defaultFailedCallback = function() { return topTenService._staticInstance.get_defaultFailedCallback(); }
topTenService.set_path("/services/topTenService.asmx");
topTenService.getSngTopTen= function(rw,onSuccess,onFailed,userContext) {topTenService._staticInstance.getSngTopTen(rw,onSuccess,onFailed,userContext); }
topTenService.getTopTenStr= function(rw,onSuccess,onFailed,userContext) {topTenService._staticInstance.getTopTenStr(rw,onSuccess,onFailed,userContext); }
topTenService.getTopTen= function(onSuccess,onFailed,userContext) {topTenService._staticInstance.getTopTen(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(topTenItem) === 'undefined') {
var topTenItem=gtc("topTenItem");
topTenItem.registerClass('topTenItem');
}
