var Categories_MostPopular=function() {
Categories_MostPopular.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Categories_MostPopular.prototype={
RefreshHTML:function(NewID,languageID,succeededCallback, failedCallback, userContext) {
return this._invoke(Categories_MostPopular.get_path(), 'RefreshHTML',false,{NewID:NewID,languageID:languageID},succeededCallback,failedCallback,userContext); }}
Categories_MostPopular.registerClass('Categories_MostPopular',Sys.Net.WebServiceProxy);
Categories_MostPopular._staticInstance = new Categories_MostPopular();
Categories_MostPopular.set_path = function(value) { Categories_MostPopular._staticInstance._path = value; }
Categories_MostPopular.get_path = function() { return Categories_MostPopular._staticInstance._path; }
Categories_MostPopular.set_timeout = function(value) { Categories_MostPopular._staticInstance._timeout = value; }
Categories_MostPopular.get_timeout = function() { return Categories_MostPopular._staticInstance._timeout; }
Categories_MostPopular.set_defaultUserContext = function(value) { Categories_MostPopular._staticInstance._userContext = value; }
Categories_MostPopular.get_defaultUserContext = function() { return Categories_MostPopular._staticInstance._userContext; }
Categories_MostPopular.set_defaultSucceededCallback = function(value) { Categories_MostPopular._staticInstance._succeeded = value; }
Categories_MostPopular.get_defaultSucceededCallback = function() { return Categories_MostPopular._staticInstance._succeeded; }
Categories_MostPopular.set_defaultFailedCallback = function(value) { Categories_MostPopular._staticInstance._failed = value; }
Categories_MostPopular.get_defaultFailedCallback = function() { return Categories_MostPopular._staticInstance._failed; }
Categories_MostPopular.set_path("/WebServices/Categories_MostPopular.asmx");
Categories_MostPopular.RefreshHTML= function(NewID,languageID,onSuccess,onFailed,userContext) {Categories_MostPopular._staticInstance.RefreshHTML(NewID,languageID,onSuccess,onFailed,userContext); }
