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

