var WebTools=function() {
WebTools.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebTools.prototype={
MsnLiveSearch:function(p_search,succeededCallback, failedCallback, userContext) {
return this._invoke(WebTools.get_path(), 'MsnLiveSearch',false,{p_search:p_search},succeededCallback,failedCallback,userContext); },
PicasaRequest:function(picasaAction,picasaParam,succeededCallback, failedCallback, userContext) {
return this._invoke(WebTools.get_path(), 'PicasaRequest',false,{picasaAction:picasaAction,picasaParam:picasaParam},succeededCallback,failedCallback,userContext); },
RssFeed:function(p_id,p_role,p_client_object,succeededCallback, failedCallback, userContext) {
return this._invoke(WebTools.get_path(), 'RssFeed',false,{p_id:p_id,p_role:p_role,p_client_object:p_client_object},succeededCallback,failedCallback,userContext); }}
WebTools.registerClass('WebTools',Sys.Net.WebServiceProxy);
WebTools._staticInstance = new WebTools();
WebTools.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; WebTools._staticInstance._path = value; }
WebTools.get_path = function() { return WebTools._staticInstance._path; }
WebTools.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
WebTools._staticInstance._timeout = value; }
WebTools.get_timeout = function() { 
return WebTools._staticInstance._timeout; }
WebTools.set_defaultUserContext = function(value) { 
WebTools._staticInstance._userContext = value; }
WebTools.get_defaultUserContext = function() { 
return WebTools._staticInstance._userContext; }
WebTools.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; WebTools._staticInstance._succeeded = value; }
WebTools.get_defaultSucceededCallback = function() { 
return WebTools._staticInstance._succeeded; }
WebTools.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; WebTools._staticInstance._failed = value; }
WebTools.get_defaultFailedCallback = function() { 
return WebTools._staticInstance._failed; }
WebTools.set_path("/WebServices/WebTools.asmx");
WebTools.MsnLiveSearch= function(p_search,onSuccess,onFailed,userContext) {WebTools._staticInstance.MsnLiveSearch(p_search,onSuccess,onFailed,userContext); }
WebTools.PicasaRequest= function(picasaAction,picasaParam,onSuccess,onFailed,userContext) {WebTools._staticInstance.PicasaRequest(picasaAction,picasaParam,onSuccess,onFailed,userContext); }
WebTools.RssFeed= function(p_id,p_role,p_client_object,onSuccess,onFailed,userContext) {WebTools._staticInstance.RssFeed(p_id,p_role,p_client_object,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('PicasaNet');
if (typeof(PicasaNet.PictureAlbum) === 'undefined') {
PicasaNet.PictureAlbum=gtc("PicasaNet.PictureAlbum");
PicasaNet.PictureAlbum.registerClass('PicasaNet.PictureAlbum');
}
Type.registerNamespace('Structures.Rss');
if (typeof(Structures.Rss.AjaxRssBuilder) === 'undefined') {
Structures.Rss.AjaxRssBuilder=gtc("Structures.Rss.AjaxRssBuilder");
Structures.Rss.AjaxRssBuilder.registerClass('Structures.Rss.AjaxRssBuilder');
}
