Type.registerNamespace('hh3');
hh3.GetCarouselPics=function() {
hh3.GetCarouselPics.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
hh3.GetCarouselPics.prototype={
GetCarouselAds:function(succeededCallback, failedCallback, userContext) {
return this._invoke(hh3.GetCarouselPics.get_path(), 'GetCarouselAds',false,{},succeededCallback,failedCallback,userContext); },
GetCarouselPics:function(succeededCallback, failedCallback, userContext) {
return this._invoke(hh3.GetCarouselPics.get_path(), 'GetCarouselPics',false,{},succeededCallback,failedCallback,userContext); }}
hh3.GetCarouselPics.registerClass('hh3.GetCarouselPics',Sys.Net.WebServiceProxy);
hh3.GetCarouselPics._staticInstance = new hh3.GetCarouselPics();
hh3.GetCarouselPics.set_path = function(value) { hh3.GetCarouselPics._staticInstance._path = value; }
hh3.GetCarouselPics.get_path = function() { return hh3.GetCarouselPics._staticInstance._path; }
hh3.GetCarouselPics.set_timeout = function(value) { hh3.GetCarouselPics._staticInstance._timeout = value; }
hh3.GetCarouselPics.get_timeout = function() { return hh3.GetCarouselPics._staticInstance._timeout; }
hh3.GetCarouselPics.set_defaultUserContext = function(value) { hh3.GetCarouselPics._staticInstance._userContext = value; }
hh3.GetCarouselPics.get_defaultUserContext = function() { return hh3.GetCarouselPics._staticInstance._userContext; }
hh3.GetCarouselPics.set_defaultSucceededCallback = function(value) { hh3.GetCarouselPics._staticInstance._succeeded = value; }
hh3.GetCarouselPics.get_defaultSucceededCallback = function() { return hh3.GetCarouselPics._staticInstance._succeeded; }
hh3.GetCarouselPics.set_defaultFailedCallback = function(value) { hh3.GetCarouselPics._staticInstance._failed = value; }
hh3.GetCarouselPics.get_defaultFailedCallback = function() { return hh3.GetCarouselPics._staticInstance._failed; }
hh3.GetCarouselPics.set_path("/GetCarouselPics.asmx");
hh3.GetCarouselPics.GetCarouselAds= function(onSuccess,onFailed,userContext) {hh3.GetCarouselPics._staticInstance.GetCarouselAds(onSuccess,onFailed,userContext); }
hh3.GetCarouselPics.GetCarouselPics= function(onSuccess,onFailed,userContext) {hh3.GetCarouselPics._staticInstance.GetCarouselPics(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}
