/* FILE ARCHIVED ON 15:42:56 Feb 15, 2013 AND RETRIEVED FROM THE AN OPENWAYBACK INSTANCE ON 23:29:37 Sep 28, 2024. JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ if (typeof LineOffice != "function") { function LineOffice() { this.lastModified = null; this.name = null; this.agency = null; this.active = null; this.code = null; } } if (typeof Entry != "function") { function Entry() { this.name = null; this.code = null; this.identifier = null; } } if (typeof OfficeItem != "function") { function OfficeItem() { this.officeId = null; this.parentOfficeId = null; this.name = null; this.longName = null; this.parentOfficeName = null; this.childOfficeTypes = null; } } if (typeof Agency != "function") { function Agency() { this.lastModified = null; this.description = null; this.name = null; this.lineOffices = null; this.active = null; this.agencyKey = null; this.contacts = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (trackableFacade == null) var trackableFacade = {}; trackableFacade._path = '/pcts-web/dwr'; trackableFacade.getTrackableNumbers = function(p0, p1, callback) { dwr.engine._execute(trackableFacade._path, 'trackableFacade', 'getTrackableNumbers', p0, p1, callback); } trackableFacade.loadTrackableDetails = function(p0, callback) { dwr.engine._execute(trackableFacade._path, 'trackableFacade', 'loadTrackableDetails', p0, callback); } trackableFacade.deleteTrackableFile = function(p0, callback) { dwr.engine._execute(trackableFacade._path, 'trackableFacade', 'deleteTrackableFile', p0, callback); } trackableFacade.isCombineConsultation = function(p0, callback) { dwr.engine._execute(trackableFacade._path, 'trackableFacade', 'isCombineConsultation', p0, callback); }