Type.registerNamespace('www.rferl.org.Services');
www.rferl.org.Services.PhotogalleryService=function() {
www.rferl.org.Services.PhotogalleryService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
www.rferl.org.Services.PhotogalleryService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return www.rferl.org.Services.PhotogalleryService._staticInstance.get_path();},
PhotogalleryVote:function(photogalleryid,photogalleryGraphicID,points,userIP,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PhotogalleryVote',false,{photogalleryid:photogalleryid,photogalleryGraphicID:photogalleryGraphicID,points:points,userIP:userIP},succeededCallback,failedCallback,userContext); },
LoadRatingPhotogallery:function(photogalleryGraphicID,userIP,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadRatingPhotogallery',false,{photogalleryGraphicID:photogalleryGraphicID,userIP:userIP},succeededCallback,failedCallback,userContext); },
PhotogalleryShowResults:function(photogalleryID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PhotogalleryShowResults',false,{photogalleryID:photogalleryID},succeededCallback,failedCallback,userContext); }}
www.rferl.org.Services.PhotogalleryService.registerClass('www.rferl.org.Services.PhotogalleryService',Sys.Net.WebServiceProxy);
www.rferl.org.Services.PhotogalleryService._staticInstance = new www.rferl.org.Services.PhotogalleryService();
www.rferl.org.Services.PhotogalleryService.set_path = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_path(value); }
www.rferl.org.Services.PhotogalleryService.get_path = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_path(); }
www.rferl.org.Services.PhotogalleryService.set_timeout = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_timeout(value); }
www.rferl.org.Services.PhotogalleryService.get_timeout = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_timeout(); }
www.rferl.org.Services.PhotogalleryService.set_defaultUserContext = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_defaultUserContext(value); }
www.rferl.org.Services.PhotogalleryService.get_defaultUserContext = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_defaultUserContext(); }
www.rferl.org.Services.PhotogalleryService.set_defaultSucceededCallback = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_defaultSucceededCallback(value); }
www.rferl.org.Services.PhotogalleryService.get_defaultSucceededCallback = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_defaultSucceededCallback(); }
www.rferl.org.Services.PhotogalleryService.set_defaultFailedCallback = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_defaultFailedCallback(value); }
www.rferl.org.Services.PhotogalleryService.get_defaultFailedCallback = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_defaultFailedCallback(); }
www.rferl.org.Services.PhotogalleryService.set_enableJsonp = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_enableJsonp(value); }
www.rferl.org.Services.PhotogalleryService.get_enableJsonp = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_enableJsonp(); }
www.rferl.org.Services.PhotogalleryService.set_jsonpCallbackParameter = function(value) { www.rferl.org.Services.PhotogalleryService._staticInstance.set_jsonpCallbackParameter(value); }
www.rferl.org.Services.PhotogalleryService.get_jsonpCallbackParameter = function() { return www.rferl.org.Services.PhotogalleryService._staticInstance.get_jsonpCallbackParameter(); }
www.rferl.org.Services.PhotogalleryService.set_path("/Services/PhotogalleryService.asmx");
www.rferl.org.Services.PhotogalleryService.PhotogalleryVote= function(photogalleryid,photogalleryGraphicID,points,userIP,onSuccess,onFailed,userContext) {www.rferl.org.Services.PhotogalleryService._staticInstance.PhotogalleryVote(photogalleryid,photogalleryGraphicID,points,userIP,onSuccess,onFailed,userContext); }
www.rferl.org.Services.PhotogalleryService.LoadRatingPhotogallery= function(photogalleryGraphicID,userIP,onSuccess,onFailed,userContext) {www.rferl.org.Services.PhotogalleryService._staticInstance.LoadRatingPhotogallery(photogalleryGraphicID,userIP,onSuccess,onFailed,userContext); }
www.rferl.org.Services.PhotogalleryService.PhotogalleryShowResults= function(photogalleryID,onSuccess,onFailed,userContext) {www.rferl.org.Services.PhotogalleryService._staticInstance.PhotogalleryShowResults(photogalleryID,onSuccess,onFailed,userContext); }
