Type.registerNamespace("MySpace.Web.AddressBookImporter.Services");MySpace.Web.AddressBookImporter.Services.ImporterService=function(){MySpace.Web.AddressBookImporter.Services.ImporterService.initializeBase(this);this._timeout=0;this._userContext=null;this._succeeded=null;this._failed=null};MySpace.Web.AddressBookImporter.Services.ImporterService.prototype={ImportExternalContacts:function(B,D,C,A,E){return this._invoke(MySpace.Web.AddressBookImporter.Services.ImporterService.get_path(),"ImportExternalContacts",false,{importerParams:B,hash:D},C,A,E)},GetCarriers:function(C,B,A,D){return this._invoke(MySpace.Web.AddressBookImporter.Services.ImporterService.get_path(),"GetCarriers",false,{hash:C},B,A,D)},GetYahooLoginUri:function(C,B,A,D){return this._invoke(MySpace.Web.AddressBookImporter.Services.ImporterService.get_path(),"GetYahooLoginUri",false,{hash:C},B,A,D)},ImportOutlookContacts:function(D,F,C,B,A,E){return this._invoke(MySpace.Web.AddressBookImporter.Services.ImporterService.get_path(),"ImportOutlookContacts",false,{hash:D,uniqueId:F,contactsInformation:C},B,A,E)},GetContacts:function(B,D,C,A,E){return this._invoke(MySpace.Web.AddressBookImporter.Services.ImporterService.get_path(),"GetContacts",false,{importerParams:B,hash:D},C,A,E)}};MySpace.Web.AddressBookImporter.Services.ImporterService.registerClass("MySpace.Web.AddressBookImporter.Services.ImporterService",Sys.Net.WebServiceProxy);MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance=new MySpace.Web.AddressBookImporter.Services.ImporterService();MySpace.Web.AddressBookImporter.Services.ImporterService.set_path=function(A){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._path=A};MySpace.Web.AddressBookImporter.Services.ImporterService.get_path=function(){return MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._path};MySpace.Web.AddressBookImporter.Services.ImporterService.set_timeout=function(A){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._timeout=A};MySpace.Web.AddressBookImporter.Services.ImporterService.get_timeout=function(){return MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._timeout};MySpace.Web.AddressBookImporter.Services.ImporterService.set_defaultUserContext=function(A){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._userContext=A};MySpace.Web.AddressBookImporter.Services.ImporterService.get_defaultUserContext=function(){return MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._userContext};MySpace.Web.AddressBookImporter.Services.ImporterService.set_defaultSucceededCallback=function(A){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._succeeded=A};MySpace.Web.AddressBookImporter.Services.ImporterService.get_defaultSucceededCallback=function(){return MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._succeeded};MySpace.Web.AddressBookImporter.Services.ImporterService.set_defaultFailedCallback=function(A){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._failed=A};MySpace.Web.AddressBookImporter.Services.ImporterService.get_defaultFailedCallback=function(){return MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance._failed};MySpace.Web.AddressBookImporter.Services.ImporterService.set_path("/Modules/AddressBookImporter/Services/ImporterService.asmx");MySpace.Web.AddressBookImporter.Services.ImporterService.ImportExternalContacts=function(B,C,D,A,E){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance.ImportExternalContacts(B,C,D,A,E)};MySpace.Web.AddressBookImporter.Services.ImporterService.GetCarriers=function(B,C,A,D){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance.GetCarriers(B,C,A,D)};MySpace.Web.AddressBookImporter.Services.ImporterService.GetYahooLoginUri=function(B,C,A,D){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance.GetYahooLoginUri(B,C,A,D)};MySpace.Web.AddressBookImporter.Services.ImporterService.ImportOutlookContacts=function(C,F,B,D,A,E){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance.ImportOutlookContacts(C,F,B,D,A,E)};MySpace.Web.AddressBookImporter.Services.ImporterService.GetContacts=function(B,C,D,A,E){MySpace.Web.AddressBookImporter.Services.ImporterService._staticInstance.GetContacts(B,C,D,A,E)};