orthanc-devel-1.9.5-bp153.2.6.1 4>$  Ap`Z!M@eeec|5?oFђA#qHy cfeZF:qoNndDG\-T{ގiTsjb\E,StYKKrԧ>w~SPق@Q4P3[)͝]gy`qƷ @ʗ.G-O?s͒s5_eJ(z Tz@]ecpynE;͍TFs@jGP?%23dde67fc0996a9847d2b08d2d3338125ba2485ffda8393cbd92419ab0d01f02751fedf12e698904a61ffc1c6f5c91b01260eab3L`Z!M@eeeBеrxC[Lf@ʺ" &IwN-"%;2i 9׫`WAc`4$'\t4Ӫa)+y ab:YtytC2de' bDnFsHEJ"$X7p=D2C*k.<+!9i-a\p̟%_|6KPVvQޚOf}B}O-՜>p;M?Md " W (GMXd j p |  .P\(8(9:FJ-GJHHJTIJ`XJdYJp\J]J^JbK cKdLWeL\fL_lLauLtvLzLLLLLCorthanc-devel1.9.5bp153.2.6.1Header and source files for creating Orthanc pluginsThis package includes the header files to develop C/C++ plugins for Orthanc.`Zobs-power8-03SUSE Linux Enterprise 15openSUSEGPL-3.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.orthanc-server.com/linuxppc64leA큤`Zz``686f716ce06853e2f1c6c5b80192c19d9a4d15f1cea59ee5883c6f6130856a378719fa8151b126c10f4d3ca673beae24e9838fa9ad66591e25bf795962b33f9frootrootrootrootrootrootorthanc-1.9.5-bp153.2.6.1.src.rpmorthanc-develorthanc-devel(ppc-64)orthanc-static    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`i@`@`s``7@`_k_@_j_@_d@_D@_&^V@^Ǿ^1^@^{G^y@^t@]@]W]R@\s\]o@\Q\P@@\G\'@Steve Kowalik Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun Axel Braun axel.braun@gmx.deAxel Braun Axel Braun Axel Braun - Remove executable bits from Python scripts when creating the source tree for the -source package to stop it requiring /usr/bin/python- version 1.9.5 * Anonymization is applied recursively to nested tags * API version upgraded to 14 * Added "Short", "Simplify" and/or "Full" options to control the format of DICOM tags in: - POST /modalities/{id}/find-worklist - POST /queries/{id}/answers/{index}/retrieve - POST /queries/{id}/retrieve * Fix broken "Do lookup" button in Orthanc Explorer * Error code and description of jobs are now saved into the Orthanc database- version 1.9.4 * Orthanc now anonymizes according to Basic Profile of PS 3.15-2021b Table E.1-1 * New configuration options: - "ExternalDictionaries" to load external DICOM dictionaries (useful for DICONDE) - "SynchronousZipStream" to disable streaming of ZIP * Orthanc Explorer supports the DICONDE dictionary * API version upgraded to 13 * New routes to handle groups of multiple, unrelated DICOM resources at once: - "/tools/bulk-anonymize" to anonymize a set of resources - "/tools/bulk-content" to get the content of a set of resources - "/tools/bulk-delete" to delete a set of resources - "/tools/bulk-modify" to modify a set of resources * ZIP archive/media generated in synchronous mode are now streamed by default * "Replace" tags in "/modify" and "/anonymize" now supports value representation AT * "/jobs/..." has new field "ErrorDetails" to help identify the cause of an error * "Replace", "Keep" and "Remove" in "/modify" and "/anonymize" accept paths to subsequences using the syntax of the dcmodify command-line tool (wildcards are supported as well) * Added "short", "simplify" and/or "full" options to control the format of DICOM tags in: - GET /patients, GET /studies, GET /series, GET /instances (together with "&expand") - GET /patients/{id}, GET /studies/{id}, GET /series/{id}, GET /instances/{id} - GET /patients/{id}/studies, GET /patients/{id}/series, GET /patients/{id}/instances - GET /studies/{id}/patient, GET /studies/{id}/series, GET /studies/{id}/instances - GET /series/{id}/patient, GET /series/{id}/study, GET /series/{id}/instances - GET /instances/{id}/patient, GET /instances/{id}/study, GET /instances/{id}/series - GET /patients/{id}/instances-tags, GET /patients/{id}/shared-tags - GET /studies/{id}/instances-tags, GET /series/{id}/shared-tags - GET /series/{id}/instances-tags, GET /studies/{id}/shared-tags - GET /patients/{id}/module, GET /patients/{id}/patient-module - GET /series/{id}/module, GET /studies/{id}/module, GET /instances/{id}/module - POST /tools/find * "/studies/{id}/split" accepts "Instances" parameter to split instances instead of series * "/studies/{id}/merge" accepts instances inside its "Resources" parameter * Full support of hierarchical relationships in tags whose VR is UI during anonymization * C-MOVE SCP: added possible DIMSE status "Sub-operations Complete - One or more Failures" * Fix issue #146 (Update Anonyization to 2019c) - was actually updated to 2021b * Upgraded dependencies for static builds (notably on Windows): - curl 7.77.0- Version 1.9.3 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS connections without certificate * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included) * New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua * Fix the lifetime of temporary files associated with jobs that create ZIP archive/media: - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2 - In asynchronous mode, the temporary files are removed as soon as their job gets canceled * Fix regression in the handling of "DicomCheckModalityHost" configuration option introduced by changeset 4182 in Orthanc 1.7.4 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled * Fix issue #195 (No need for BulkDataURI when Data Element is empty) - from version 1.9.2: * New configuration options related to multiple readers/writers: - "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers - "CheckRevisions" to protect against concurrent modifications of metadata and attachments * API version upgraded to 12 * "/system" reports the value of the "CheckRevisions" global option * "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions * New function in the SDK: OrthancPluginCallRestApi() * Full refactoring of the database plugin SDK to handle multiple readers/writers, which notably implies the handling of retries in the case of collisions * Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before) * Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x * Fix issue #83 (ServerIndex shall implement retries for DB temporary errors) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.14 - openssl 1.1.1k- version 1.9.1 * The "dicom-as-json" attachments are not explicitly stored anymore to improve performance * If the storage area doesn't support range reading, or if "StorageCompression" is enabled, a new type of attachment "dicom-until-pixel-data" is generated * New metadata automatically computed at the instance level: "PixelDataOffset" * New configuration option related to networking: - "Timeout" in "DicomModalities" to set DICOM SCU timeout on a per-modality basis - "Timeout" in "OrthancPeers" to set HTTP client timeout on a per-peer basis * API version upgraded to 11 * BREAKING CHANGES: - External applications should not call "/instances/.../attachments/dicom-as-json" anymore, and should use "/instances/.../tags" instead - "/instances/.../tags" route does not report the tags after "Pixel Data" (7fe0,0010) anymore * "/peers/{id}/store-straight": Synchronously send the DICOM instance in POST body to the peer * New arguments in the REST API: - "Timeout" in "/modalities/.../query" - "Timeout" in "/modalities/.../storage-commitment" - "Timeout" in "/queries/.../answers/.../query-{studies|series|instances}" * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData * New value in enumeration: OrthancPluginDicomToJsonFlags_SkipGroupLengths * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing * Fix build on big-endian architectures * Handle public tags with "UN" value representation and containing a string (cf. DICOM CP 246) * The numbering of sequences in Orthanc Explorer now uses the DICOM convention (starts at 1) * Possibility to generate a static library containing the Orthanc Framework- Version 1.9.0 * Support of DICOM TLS * New configuration options related to DICOM networking: - "DicomTlsEnabled" to enable DICOM TLS in Orthanc SCP - "DicomTlsCertificate" to provide the TLS certificate to be used in both Orthanc SCU and SCP - "DicomTlsPrivateKey" to provide the private key of the TLS certificate - "DicomTlsTrustedCertificates" to provide the list of TLS certificates to be trusted by Orthanc - "UseDicomTls" in "DicomModalities" to enable DICOM TLS in outgoing SCU on a per-modality basis - "MaximumPduLength" to tune the maximum PDU length (Protocol Data Unit) - "LocalAet" in "DicomModalities" to overwrite global "DicomAet" for SCU on a per-modality basis - "AcceptedTransferSyntaxes" to set the transfer syntax UIDs accepted by Orthanc C-STORE SCP - "H265TransferSyntaxAccepted" to enable/disable all the transfer syntaxes related to H.265 - "DicomAlwaysAllowFind" to disable verification of the remote modality in C-FIND SCP - "DicomAlwaysAllowGet" to disable verification of the remote modality in C-GET SCP * New configuration option: "DicomScuPreferredTransferSyntax" to control transcoding in C-STORE SCU * New command-line option: "--openapi" to write the OpenAPI documentation of the REST API to a file * New metadata automatically computed at the series level: "RemoteAET" * The DICOM meta-header and the transfer syntax are displayed at the "Instance" level * API version upgraded to 10 * "/tools/accepted-transfer-syntaxes": Get/set transfer syntaxes accepted by Orthanc C-STORE SCP * "/tools/unknown-sop-class-accepted": Get/set whether C-STORE SCP accepts unknown SOP class UID * "/modalities/{...}/query": New string argument "LocalAet" * "/tools/create-dicom": New flag "Force" to bypass consistency checks for the DICOM tags * BREAKING CHANGE: All the Lua callbacks "IsXXXTransferSyntaxAccepted()" and "IsUnknownSopClassAccepted()" have been removed * New functions in the SDK: - OrthancPluginCreateMemoryBuffer64() - OrthancPluginRegisterStorageArea2() - OrthancPluginCreateDicom2() * Refactoring and improvements to the cache of DICOM files (it can now hold many files) * New Prometheus metrics "orthanc_dicom_cache_count" and "orthanc_dicom_cache_size" * Fix upload of multiple DICOM files using one single POST call to "multipart/form-data" Could be the final resolution of issue #21 (DICOM files missing after uploading with Firefox) * Partial fix of issue #48 (Windows service not stopped properly), cf. comments 4 and 5 * Explicitly use little-endian to encode uncompressed file size with zlib compression * Upgraded dependencies for static builds (notably on Windows): - dcmtk 3.6.6 - jsoncpp 1.9.4- Workaround for boo#1180359- Version 1.8.2 * ZIP archives containing DICOM files can be uploaded using WebDAV * New config option "MallocArenaMax" to control memory usage on GNU/Linux * Explicit error log if trying to load a 32bit (resp. 64bit) plugin into a 64bit (resp. 32bit) version of Orthanc * New configuration options contributed by Varian Medical Systems: - "DeidentifyLogs" to remove patient identification from the logs (C-GET, C-MOVE, C-FIND) - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the logs - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user interface - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now defaults to SSL 1.2) - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to FIPS 140-2) * New configuration options related to ingest transcoding: - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer syntaxes are transcoded - "IngestTranscodingOfCompressed" to control whether compressed transfer syntaxes are transcoded * "/instances" can be used to import ZIP archives provided in the POST body * Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() callbacks * Allow empty request body in "/modalities/{id}/echo" * If meta-header is missing, best-effort to extract "TransferSyntax" in "/instances/{id}/metadata"- Version 1.8.1 * adaption to new systemd-macros (OBS) * New sample tool "OrthancImport.py" to easily import compressed archives (ZIP) into Orthanc * Logging categories (cf. command-line options starting with "--verbose-" and "--trace=") * New command-line option "--trace-dicom" to access full debug information from DCMTK * New config option "DicomEchoChecksFind" to automatically complement C-GET SCU with C-FIND SCU * API version upgraded to 9 * "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered in "/modalities" * "/tools/log-level-*": Dynamically access and/or change the verbosity of logging categories * "/peers/{id}/configuration": Get the configuration of one peer (cf. "/peers?expand") * "/modalities/{id}/configuration": Get the configuration of one modality (cf. "/modalities?expand") * "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field "CheckFind" in their JSON body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a per-connection basis) * Archive/media jobs report the size of the created ZIP file in content field "ArchiveSizeMB" * New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken() * C-GET SCP: Fix responses and handling of cancel * Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before" * Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP header * Fix access to videos as a single raw frame (feature broken since Orthanc 1.6.0) * REST API now returns 404 error if deleting an inexistent peer or modality * Improved forward ABI compatibility of Orthanc Framework (notably, no inline methods anymore) * Upgraded dependencies for static builds (notably on Windows and LSB): - civetweb 1.13- version 1.8.0 * Serving the content of Orthanc as a WebDAV network share * New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed"- Version 1.7.4 * New configuration options to enable HTTP peers identification through certificates: "SslVerifyPeers" and "SslTrustedClientCertificates" * New configuration option "SyncStorageArea" to immediately commit the files onto the disk (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard shutdown of the machine running Orthanc. This slows down adding new files into Orthanc. * Underscores are now allowed in peers/modalities symbolic names * Fix compatibility with C-MOVE SCU requests issued by Ambra * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" * When checking DICOM allowed methods, if there are multiple modalities with the same AET, differentiate them from the calling IP * Enable the access to raw frames in Philips ELSCINT1 proprietary compression * Support empty key passwords when using HTTP client certificates * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find"- Version 1.7.3 * API version upgraded to 8 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip * "OrthancPeerStore" jobs now report the transmitted size in their public content * New config option "Worklist.LimitAnswers" for the sample modality worklist plugin * Add missing tag "Retrieve AE Title (0008,0054)" in C-FIND SCP responses * Fix DICOM SCP filters if some query tag has > 256 characters (list of UIDs matching) * "/series/.../ordered-slices" supports spaces in Image Position/Orientation Patient tags * Fix possible crash in HttpClient if sending multipart body (can occur in STOW-RS) * Support receiving multipart messages larger than 2GB in the embedded HTTP server- Version 1.7.2 * C-FIND SCP now returns private tags (cf. option "DefaultPrivateCreator") * Packaging of the Orthanc framework as a shared library * New change types in the SDK: JobSubmitted, JobSuccess, JobFailure * Issue #182: Better reporting of errors in plugins reading chunked HTTP body * Fix issue #183 (C-ECHO always fails in Orthanc Explorer, regression from 1.6.1 to 1.7.0)- version 1.7.1 * Fix decoding of DICOM images for plugins (for compatibility with Orthanc Web Viewer 2.6)- new version 1.7.0 * Support of DICOM C-GET SCP (contribution by Varian) * DICOM transcoding over the REST API * Transcoding from compressed to uncompressed transfer syntaxes over DICOM C-STORE SCU (if the remote modality doesn't support compressed syntaxes) * New configuration options related to transcoding: "TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder", "IngestTranscoding" and "DicomLossyTranscodingQuality" * See NEWS for details- version 1.6.1 sqlitewrapper.patch removed (included in 1.6.1)- sqlitewrapper.patch (boo#1167431)- various security hardenings (boo#1167431)- ConnectivityCheck Plugin enabled in build- version 1.6.0 bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS rpmlintrc for some rpmlint warnings- for i586, one test disabled (fail due to rounding issues)- version 1.5.8 * various bugfixes, see NEWS for details- version 1.5.7 * Documentation added- version 1.5.5- version 1.5.4 civetweb.patch removed various bugfixes- civetweb.patch added- version 1.5.3 * New configuration option: "SaveJobs" to specify whether jobs are stored in the database * Don't return tags whose group is below 0x0008 in C-FIND SCP answers * Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive) * Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404) * Fix issue #90 (C-Find shall match missing tags to null/empty string) * Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0) * Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)- version 1.5.2 temporary fixes for civetweb 1.11 removed- Version 1.5.1 Initial OBS build spec file adapted from Fedora project obs-power8-03 16269543721.9.5-bp153.2.6.11.9.5-bp153.2.6.11.9.5-bp153.2.6.1orthancOrthancCDatabasePlugin.hOrthancCPlugin.h/usr/include//usr/include/orthanc/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:16741/openSUSE_Backports_SLE-15-SP3_Update/194a9087dd0c68209e4f32c061de3163-orthanc.openSUSE_Backports_SLE-15-SP3_Updatecpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textJ8ұD"hutf-8a22bf70d4a280a06a5bf3087b85e5c5bc893ee2100ec51d8d02d9f4162505732?P7zXZ !t/Ϧ"] crt:bLL I%zW^oQ/" vI@# ˷]:_es"C{z֮8C?G!@{q,n2{7Շb!<wA=RY{5Ci oYmPU+[yqV8r6uX0k9Sx3FJS~g[I6NݎAA?g zfIpƳraT/81b# V2/ [;C泚0 e1/{wJpߴ=4?Zn6ݎy'QVu~3@A7NǸ0WQh|^|8j=Hga!Ajd"cCBmȶ=n$F–ڣ0 %Ž)2Xʒ@i>}UEU.Yc%qxԃGAC+§G^1;ۏ'+ކ`Qn(_HIqgJ5ɛ<#/|Q& >xJ6(WJTX4M@{h\[v ؑDr (; "z.0hZ`kh(:~uP(xP$Sֈ7+A *`bm#uM2YtXKVQ."Uf#(!QO `cOZbm{%%W*wC櫺r`#4A[:1['n%Bt&0;dͪ-0mF+xESSuakr@$FP!kH; ScUW{g_<&kAwp \y#j`QjF~TJIRMLv\ܜ[  %Uеh7ӂG+SLf@iyþm״'- T{H(lP_`^*U] wJʍ^w-So̗MΥ@$4<&<(H/m$m|$s)c=iD8gt\i RdFLcw-ͯ WQſ])2 tJ./p}p! Xɛt {F")s%49l^  -wk;mJՏ`z}h͝QV'1,^iLuH6J4K"U ʝTs ~A;J]23jpc FXy^z<;BFJ^4lV?a]mgn=@PO=qI*O w麙D8Jhe+ ;Xlkh3ŴK5 #-WpVBf%.΋TGPHaQ)_&Աtص? `Zx;C˱aq_ =3*éiJ ÅC#LߧNtr:זo].P|W'L57WVDFYUo;Tg?~kt%Z*G!2}!XW)*In_-u VSMoBs㱃iF%\]÷1G4 db'5D?)~K;[.{"{;t=HdPWŰdc28nS0aFW,#ԋf`sDcb4SZlo]gY;9/J@|5%sgD,>]v[naJk$/Uw[N=2@*T8XIvhDKd9B;շգ|}ebyTٸVŗ[VX S W^#1#H\eA'uxiӨhG?,{Wap>*|WM f8Yn%"鏠P^@OOkɶ6;]dajOgV.cGڢ~Yá(;K9=ι\<>cxiG /z$ -8JV53!5A1~0_. x6Xeױ&oxm0rІMH~aBLz!q3.Hk. A[7'! RF`RƵ0 5$:4@-P]œcTHi{yH_m3p_|hQ[$4&!aޔ]XR}lRz)Գ$rZ~DJokP.(Yg6<[ 7v}hK__: [B2GtA;7csJH;t\B~^TSlrX.eE2Yf!1˧T3*Kewtp/TpAbf=C+6JȔ"x[ ;d5 jj8ѻ/z4l\yqpPQ9Xo([;)_ 9&|(D 8F{쪘yS76jxז:M&'"BdO<4:dɴ_A)]cT"WL1$HҎpdizM܂2[jl0]! VByG1jsSl{Zggf*(g$3,6֞v9im(2` x,LJwo?YIk Ne,:Qql|u-'mwC| >V=R j_.W˷NtO;9/Yv9\vc_NAI =TW9Bԏjx-4'RR(`7o,!O_3]Z+_h Oi&4#3I:0x]v{{d!IO=t఻%W2>Jm9SfSDEYc:4V.PqjkBtG1:EUBeM EyS4\Q81\Y iS!ԱYS(j9LHK)Üwz`\ ]֑w`E%h@/لjk"}ci`&Iu%r5ZgElXBxZvෝm]6-e z\b+kժaˏ;c1TRķA8vB/8xa8e+!ޝ eY@_+qnk#` u.pH.Ԗ^?'+!, NvDD^MO N{7Vp,<liS?yYOXTtCa/CT0j|cm~|vc3{2lC qǟۢlj*; \y2|b/&ɷb7;o;`g|8rY@c`^xC=[b(;xݿjF&arԧ.0hp{) WBdLM_XC8wmCx%.յoUIF3ZH)[]<ӶfX>6~0iț rlB5>7\,=?{.-R۫v;#%m޼4{.J81-#H*`r^#0_I2&|+;t4)/FI+K,]Be֓FEeC>N薺\[Htuq՜+Lz!OxX,]n6#q0(Vje;AsVw5 !` 5xrPU) E&].bBz,IhLGt |>IQz7;[M\]Mv2p3l¹0y"bwSɏ\#,vs&CR"pg?Gf*ԙoX M´W^OB&̷v]IZ(Y%F,+^^c-{O-ԲeW$D%X t |?/_7!\IV,Qr/< wlI5-[mR~^쩯j0me\(ث~dQ58QS̺r t NTeQl|nm٬k VY"3" 7o.rBzp{ݍ\}aFWL޳.Fʇ48?yXb۬9ڷ\Z2 FU yHe\N\ɂ5(DBZ\<0̟'nRo͜ȯ/l&-}n M}y>(~D~'or yh<wHnYTGR')v:6$U'ݪ)~(w9ś8 Zݴe|{2ћp5N̙M.N.ȨqzB/Dc2+̐h?iZ-=+⥮|D+K3P鼢鞳J*dlfb7qܒHU &Չ WxC'h+]oz|zu,Acfʪ\[&0?ӆn,=p &<2IWMNuQO ߋ.!NPiNoIOz1h .tjv(y#g ܐdJRssc>ҕɶk%K-+J3j"b%,$qMth qk=4m?oQh<XզSn -3kpV/[̦:DJ7z 0~^^4S(~w@ٗlynXM@Fcywp^9~CUsCc`^%^ Oʣ`S# gkRD5X}0뮍>$}geր(+ǝB0-{q\KRn^MqÔӆfip- D"F2oCns6ySOZUS*mK.($.zO8Jr#\oYR4[ENE,3xgPޛ?&sK5ϰ#&gPቈeD=|`Fc褒 !&,Z|'?K %}rv(kqi.^ ϊAPꦃ<.*7af?kq59a? f>OAkYtbOl&(NS_^ە1b0ڍ[F3f#߈/_׳5:/Vmj#;s"atKP'β_1*d~X8Y|`7Q2οj9;k^Ipf:41h"J>=k3zx:Z(I#OGf(n&eD!|=`GP,պZ Z [c#b-γqم+5!}gJmV4o땐^p/7OB7v1_TI,=X,aڲ0d>zhb݌ƫ+1թ9S2 W'Kp^#iKĉE|t; ǃt8,Z1ې[mhN$c|ʴӵC5T͜ G0SfdT9\Lp+'> ή7q?*iF"kkÛYtWYTɸBi=t9i{@ ʪ Rh$vj-59״-Vi6nXQE uoރtYqHϣu>,? xʎm>iD@ kg# |bhBӧ7I(]` 7 +Xڽ@cʄgE?NdvO6dSĄ$Z$ta*yfAAekU-"QbFr!-*MKL}Cwy r['Q!}FG,4+$gv2%tNEIvKl1)RtMPp TQupdM#˙pɿCph.kش೜ ZJ%[W*J @[JI}}Hx3{8CH=U@WFgz0Wf D0NL/ fK;X'I4NI_HN2j?4azCmp/TIǡaYT;6 G;X4kƭO7P5phE2OYiu>2@߾K_x-j;,d}). Ӥ@+޳3& uE^)L߸@]:ly"WǐkYDZr4lі_׾k 06UB%'X&Ԑciz嬃h;}<~$zdSqr1 .9m1lTXLW`1Quk\rop6>G'=Khar-7 JxPP03ٴ.Jǧ D9YKdOԬVQ_x19AW9>1*7%K)gc!!ª'OWdj@H| zCjZbPd>{lw)'?J/~FQٌp` ѳ'?x!6׸qI9҇!Ǝ%{hE/,%XvjX+A(CIelj~2Inv{n* DcT2$2qU!]j#B..d&S{ ͯƄT|aDڨy{Q+rzCm$iv:v7|Оb8Prpab6 = %#l?b}J3@zWL&ƥ%„~cg/W2: !.TA0WCjdcfȦ]l`q?tdMS3xҦ!vg?8Agu.PϾDUrg[ +p"|rw̜ͯ|s[tp U:cx46欳,=ۂf=a r|g(Sˇ՜ߙBlۂW76V NjMBTѭ'dlǥTtNYKΨd:Ĩ6O tT$2(jӄ2\irIۿ1M4b?x3eiۺuӨ JHH?p4vh\8r 8yCDpi7J03>ٵ^ fA6αgvXK1]9,z$bz_qk+|(O e`/L}kHSJ9tb8^?X)}6BQ$,:fޗ|&,&~je|4qxpX^Pq:rw8p\h e7rr" 5-OмeZw9rmP|Dً ̈)W^a?*,]f񠚊ӂ}$h{* }t{Ӛ o?|Y'`/'vߛD ,EΎ 4WM=m+c7M+B$"KF"]1!-B([ZYuSQ@kx)ġ0؉}fx&R9 Ɨuֿt $wRI* Emmh6(BEt&7#g!oT\]pZ=17{=,4߉[8?ğQ'A~j$kၠrVFM쵥T ˫(W{6{'ػ풐'm[iƤF;}AwJ}J} R#`SDW2"x$.>3{8" "kɭ%`Ϣ@`6Wx#W$tP!.@tovg^C@"-eՊHnc']S(}Z穾Yu@s B P}κ)/> ڊs_oC7 @`;T0*ngv~;߁a/M2w^+B6աQbO3 Y`q%JeBPRˋ:ztzd2H^uFY2-00?GDgo%np!=aOz`J-θt9ɨnttC}2%UX&3BƧL i$9o bvwD;3׳&J$' Ww,2 H"H-N-n6>xAؠ6USwBFDOk{hnqs(tK3i2&e2t S /1c{0J!X8:**UxQMG&}\F,d@F+y}Və5=ںEe(P2ᕡ{oTشk"祓W ПZ$}={~m:Y|}-"V.YSqoSFꦇ3uQHiP9Y mf~cPW!X7wVKh`vGa~^#f 633U.ׄ٦fY囇|51^~<[> yEDت]'@k pܽQ #82bR'`ɰ hɣN`,O࢞KUyB$а3MţRhYNѻwJ*Å_ip{z@K7spNJAsJ 5 @m }: `o0+HQ_!D< zp$x]JjɕɞmOR9&3X̻ҙqTMs; `` ֣CHrDi[*3 􏷥U /i/ZԨ2nԗƕY  _Iug0N#;}^dߔlX#rA 5 \@EJTx+wb&z-j0GeO Da1zZq`lL21,#T+ =SzHv٦ 큈L JMPF5LuU?E@i \ƐT? D}#[^RBI_ v`cEoey= r.f&'c&cLdnscL!C@HGBp*ɤ~x|^|)>XTCB9M7n,n=)fH( l =0dNU`\S'GBJq&T5ui3ZCISBKBIk)yg!v ~ơ۽C߷ +3t4k{:V.ZtNo<{=] N%H%c`2 c؃ nՃ1̟h5,P,ϭ,Ct*[Mf h@!OHX!p17!n9q|Ar+ h.+(_43Kb4n 2Ƃf[,h/,,hڿRӌ%Av8;</lmC+#1qLP Lae<vR9CQ5c-бb0cSL!/?Zp45N-" =2CVxU>& P\*|}g%6*3 E6퐏sW87J7%׼Z$T50Uc>l$;׊mRTp㪑m&,m5L2mW[WP9O*N t UN8b@AKWC-{{'x)\^ޏT[?u"wA@HILH"74d ^K_ώDSjqnUs:obN;kH1O+=u>(s1fAر B[ضD|M $F[,ʴt§<N*ElEnTky=DO\ H`6xEv/C#O5N)F/fp3HzXM$-],25RME igBHk[HUߨ$ۉu^QU?b٠xO c3H|"(=Mh9M6hz]*!eMttHa;ߴToRybqN!=I|TVzoovj #b/󠤬d](JK\xܟ}{ܖppECҮ=&/KԨ AЀ!2=>uuKWiEk'5KS̄{6qT˒F[u:čln/n;.?ĒO$Px՟)U\˵EY(:oz{Squ[r&5uIe0m{i I}ƣkGlB dH5Ցx=lF9=JW+ng>[Aa3N A GLbjsu3MIvhac~J/O__ 0 O ZZu8D"UP}[ bS+mʦe2D&Jݒj~|& XjQ+DZ~ы{J-/ x+`=gjʒ'A~FLtQ޻ |ֵͳ88ך#b¾:~2Vq'^"˨cNzCUGuKg3 ]Oa`- >qh|`/i ,ډ5Ic@wA>[0QHF CkX")+j)Xծ`'6c MEHs|ƽc~R}:n+1q#a: |w*x;-Qd ) wx1-T^ʍ\,Xya1{um&ު(bn R"y]l{!_*$c n9c+lOվՍbV'+W;(H*lm%>'x{ !x/]&۵z@T0uR$Xd0m&V*z/Uf/5uiMŮ3@VZeq)oj v"!;\B@>ۘp*^kzG y-<'3VsnjT fj!Gm1|~dkSzӋ7d]U%d5CvlQ;a[e- F)|>c-¹[⫄)$aGo6 H!]y}պ+ϝFs9 kHw8-"W,;rl Z{.uv$iptjUwTCş[r5 U`pZI`Tj)TTt+LhS\ZVEϟ]P;T吡OXVT#H`T\Aj\vpck0mŎh:ZX {GS =9 `my@uͦP206XCI5`I1̘ ~.\ dzL1œPX8vr]`3rр@ޒ%+! bO,'vQ<#4:5;L.CTbXek:gW.C^("lL!|۝V;f%ԴeGbj LRڢك/MmK6˂.߾#;-*_)0^&j.gzMV+WsR~"Tn{VxP  3$Ty kE94yIwb%)/ˮq7Bqie4~!b ޖZ $%DKn%dI?;rOeP:]}wG.uآk\ [/&#Sb2CdxR X8|mXd7e.&uZ,MzTefs[nO!%vz} , >T晵|E lTJt½LPfP7&t@Vk(owY*虝#1*D)M '.~Y(D ,IVn lz 2xQr==qq^4<`>(}K! M#$69]쟏vw]Y *#sԆ@2Q}̤uƮ,K&g,;۱C4zViG3 Ϧ:t`묿؜T8*-F&u[[h݈xӒovlyyCIT$vEL@]cLk,At\K^ 2Y,q2 [ўùE…t)߷G,^Bi3/5')b5 ݘ(;hb׆pT7Tt(7*LUق+Z8 B ԙ}٦8XVX-a3^~ܳJ n/|$t̫G,Ś}b͇/2~FA>purPL4K!]XK7u&pFAKTA˜((uI><;*]ٔLթH﷎2TF-Eo٥I4sۿ ?%F)vaA)d>!#@cjvkSնRKfU'/nC 7&&0d2*| vʪ9# v#-n|x1EQr`oHWqx,f͂~P RhɗXpCaiifI!bwޛ_L1 p[EXy;`2jMF{̐ZqHy;LOXi< (d;++OSFDw$8ĦiBjJn5EiOlc3F}Ef(|Y$ǴA;t\zGpn.757 *G%Y3/[JQmpp> "Lc:꺅C 39}o"c/:<\'fƤN!\Ltwoeuw$l9t zL7CQuiY~ytJ4vq`>gxS!P۴|aVRNYt`o9Fph(_hD~zc'avt{sĄH3lEk@Qj?9+kh2聒"{Gjhʐ]D=A( a>5˷Am(( x)aY wR֕2;s ֗?-v5; $kgU!'il\Pr:[ig24aA$Q7خv &*A]f6Zb"ƍtN1e6 $(V6'dixQ~qXM6bȺ_ZCw/z80~NIC,|ʼ'`Q-#*$^ V (e;ɪEsXeN>|m)7Oy vreX7"nꈺ=i',TJ?7;.x Bue[{vN9C1YT~*!HO $%`-?Y:DM1;ێX7Ǖ {3 92ݠ0V$q;StߐELsCQ`k?ejaZ,#"eJ6xe9B"od^ [m#]W%X}7K9-* E&w QGhlR!Eg!Z/gf lGV};T ?r΋ˈR>u N]+.eb/\(.S٪yq\U]yLM0*SCrc7OD6l83DџʊLsʡj?p#c6ySjϹ4[j+2ddJ ȳ 5ATnjYck7TJlf6QYN~tb^ PD\Jo0oX4O^49|X}x `=6)5uH3Bx~ d(hXv h &It͊IiʌPꖨ;hy`k9aF1OR D)2J﫣lqC\iU5g`>񑹲W_b +_FªO"J&2N RR̿)>|CPvuV 5PnM&"8X>"y$忴XzP<4#SJt\-c6}{eZAPLsM})27i5"  adi &Ѽ^u|P׻efb»wUj)ް$xDu7%jB k:GS͛w=U%974_fRjZbVq3k,+9fN}a2FM3 q.JE%SQbz3QdcޅPu[у+>oFg\`69ܒ D}PVD9c7v|^8cb>1*Od׽@ytu4ڭBo}uF5n !vY{QrqiwҖg( A@a6sEU[!#E'3:N_ycKr~'yrVN=E1*V@wWFkA~ʭ鐴ةH$2Fx=7qh`}ˍȼ.E3c@{Gv5b_0 )dTh$}yM3)g`oya qI|yIyǣE}EeºfMtd6Jɢ Ǚ1`uMnȕ \1T&a\yܦ=^7u覔o;W/{tܶ~eyY䦺3pן)dDm:1xCqUUXf=OG[wSu?D.*P]8 k>ԩfy<3Nj] fŰ}M8+ '-I(4`7r sAk[lк~QPnzm#yь+p%b3?aP! =RiWϽfZ$H } NRцl3ָP=c@Fβ;B *%>mخq6V}^0BxVv9 H7ݴʺNyvR 2ݏcd eaGϑ  ,};C쥟CG\~JY3iWؿ3ix+HN +&AaXHJdp;e,1NRz^C;l{q@HO~6 zωltRgZz6zNdSZ?7V}1̂vE~鬟nJvϫz(\jTqaSY/2YYOdw)G',Ϻ섆sNuF/4!u+m7N,=٨:+#QX4op]7qőAzZ79d@8Ԏ=Ƭ#|dۈgUs@[^k#q~*g嗅IjÕC&:_V$HX/+<h lQr DxsN桪oSDbq<$fYdS?m brL^^O^TWCY^(Kr>8"ږEbx7/vRzE4<6B sXW5y\c _566Xl*DFH GF`E_ٵ0~fY?TJ)6vSfGkc#c\Gx.DCꯟ : 0rAz?c@<)dbDhT1 I wv& To(;&lnHqT&`,P8ユӐ'~!r!>Bf<$fSxӡS$[8 X/[0Q3!Νb~/e?6ⶽAI#r+=Ld^"džRj. ĊvtZ+ jri Y)c-7.p@;eiQ3wf+ho#O}J+|Z6mʪ{ 䟐2=K&َ*+sYBmhEe>ĭn`ѵ=31mSqMHRz!CvW>Q,c>Zsi%l]}A;[)8+ lm ܒ-n bY7z[1>UC^$46 IcAsx_h@\g&N[<*`8τ`b݁'̓]؂i2*BH{B'Z7[3S28@vhԿylr\H ?{~hdKеeθ.cޝ@>rce0pQAv3 #bBR !лS\~Z'VkK%\o,Dy.eބߦFd%30UƵy2.nTFQpRb>N&n#;ݎ6Rh5pBo/%u:m3S1q@Hu|kW d[ЅUƵt"JE#1M+`JUB̅m6ggb.acUyKa`+܄!' myoi>Mǘm:.zڽ44# oe89y^,'<R-w+WܺR7zCR>?++7-Apޘ+E_0K 0]RD5N{3=d3©̵ɳ歿C6e/kJY`n4k6!}Ɋ/м4%~]QW ;_HР 8Ej[SZ^R8Ƶuᇇ;aJM"gML-ֶ?@)<9s`PA@>^YόqeUؽ;&o}Z4sO3Ҥ7s)wokt]Ʊ`$VNA^6߰)#M/FW",̒}s!}#zt4?61:?WK"HSeHU"O0Ģ9A_D -#gG= 5&ق?;Gz14kg}̙|9Vd/gI>ԘDo ocq)<|Dlc 8=rn顡okJ&C(M3D%h'"&{BZ $NRR-Rs)n!)z+[9e\Y+W+/}AMGz,M.;$+ Z0Q7kyֺ3X= 3UpugI LU= n]pLzZټSߑ%uX=Fl HiGTw1,m:gG`CY&jΗ2y-4 I ZU( X=7~=RSCNus2"qסcQFaԡx+!={a,{D]>$3ig2#0RD+xz>fcu ֐ziiqa/%5UrQd\d msAf?Δ\o.QMΑON]]l8A=(%\uMaZRwXd:tOflcF^KvÛraBiѱp(c48B9 h>MUi+g oK)m)_H I+kSRuD\~A=6@ cjjVQתbU";*I1/0:pgM99ĄՍ գuh1QsNl͆D՟xHqGr0OB%9xº*0Wޜ!S psF:ٻ:7q#C8TT_6sv/s^M2_yVʚΈv]iƧν\z?(zVHW3W=SR8Kэ2'^}Db Q3ƴh4d#V@J=_ 2x%.& ~z9}.yLKDGT;E e/S,iT 5_5oE`R{CfQ+HL̢GW> EG']w=kq?tp!p2KEJH[2.AyUCi* :R\ Tq AЄm(E֟OYIeN=+]!V(S< Ѓ#=Bce y Qr*u97n@o-auZ&@U`uhl'6++ \.'4ua}:݂@ȗ+ D@?XvS[3"{l3۾H¦/O/ I4ZT[>@fp% u)Iq{OUch}x [oVo6/أh-sj*$ڳE=]1V_$FH LYˆ!jpm=M$mm3/G^Z[3SW/Mo뾠R+"tT:xc&P5vKop /TaP.^೚&ov~{e<>+|B:ruףN}ɝpY|DYb?4Uxx[v!JM+ysr~uEv6n5R! `$G"љuEc! D>!|F 9Mz Ck+h4S|Fu-0]INR)B`. |8u5:GVϺOن`O}i%#xܖ[ ZW H[#.n6tlɁKi7jB}OMuÃ_2>)7%8gx^#}[zL ѽcf14 m\Fu/yq ,pxGt_W5B2 1n,#Я*\2T^VB1vt͇̑_o(eDC~J6tr^_g Z=. 5AWoZ*c4p^ϓyAiE̽r Ntԫ?sI j c-z\dJ AO`9"D7TêȰY.#yҚ>kt ^8\BCQxPΝ聫iغEٽt2%8FF=DrRW5$ ~B~ 'hnn8|GW-xq Jo1% 7@ nxHЪ6ih"=1uE|hh4{[0 x4=-N4O [>B=^JtRЧ=aP8ԇUq ؙ1ȶ<8h ^Vz*.##u]uO +t$el݂\F_)?8 ? z{f+K~%>#;"--G;3J4soࡶw|Tn(S3**MP  o\tx-\MNAe0X3cp>YӣUx׎sIƾ/ԾvxK6 j *yV 2Sx]eRͻox2_ݔF[tp/O`VâAiN`;i: ŵ0‘gOaF TSn a 8l|tcivUeFj6+ _ -n Ӻamh.;I\`YϣޒXX{W{Hr~I`Q9;xɅv][ih3pv80Y%MmfZI5'O\[71>8r7 GIR[y;"al$ 3PrNM7BlUUD dN}Tlig-֜uXTyS-߄Mqſud|[%ia1ȣV.7|q#U=wZ=f+m{6B`ѱ]ߜ=_*[< WwOH2*-wD׾Hi h;5wkgR7"f 8gޟjMἧ/n1;ۈ M$:Gt̔娺zVu'NY6y zGSGIvѧKJPk؆% U"kC\ˢ|E ydj;MwwXmv$}!P{GEatd;ơ5IC Ig oe}*tjHscL7n[g- k00[x$]bX?\{me@#`,*ZEilW NIH1v݅_E?07n@025 G;p{-C 9y*⶿G'OFIcGxDrZDKjiKhG!Am֊PЊHXA(m`$ QnS6`= ,P[LmTk;}n. V?:<莅}YtYb%|_غ{uF&tIY2s:XUcd|D#F1\{̿Rod岓nRfn޼H [\@ zIاŸ|udoURzNmvh^q4 J2|1sл뻨f{ VewEຟ^C[*Jdo,v.;Q]6bw 7hɒ2<7c鱾_Yhpo>+̠V2as1Sd?ÜlFஐ駐*k*$.x,g G:\șd{]GV ;2ނ,61MW~~,}!jTģX)y*hJaa0)cc}IyaroA^F"%kfoys>ҺźUi oSv#a)#WM* ݈%gQI/ofV1_/*iC].rhϹrWg.Bȇ4͞Rn )@N>X_C}ւtNOf  螠X/_UjVP;N-9E>`i2EݹH'Vn&$|MZi' ={}tof81&ĪĴ{5Y37D%4RYG',Յ?+b6]Rc7A/*6KNgR[if1?#YDr ɲC' @њO)R-K ~I$., P6Ffp<""͕9]dtI~#]X/u 3fn.eD_ġQ.k \vi^d0&;sm~۱A~xOi М7XP&Q!f`u[ zp!%K9H}c1鯋q%Ra˃oοbSL +dXD樮_w2)@~1a$!+J8Eѵ l8wne8U~jcl!]"Zj|m u˴G@3s'ذZT#5~2/鬒I+smR7",U-oֻ2ĚYQ&*i!Ը{J2 =ctv@Kk[ReVfH~xl7F6E]X3z6ۼO ۚk& S_O4ˤ2?TFmڵNٟ巅Ҍ,>|jA*Yq}ejBɫ&kA"$_mF{ ˁ/nc}QzPݢu!1N*,F6a9XV[aБ”Ե~\=,NˡT-WёY9D?-3M֭ Ba0(0 FyZ|ZV8rj4[TǾ_!mysn$70ԁڑXLΆW.::GM$Ui,5 !̀x0`b>`CڶpIѥv_:<7k Y v)@a\6Vw^unV'c!&ppy51ɶS]HxH^òePUNBJ*r"3ov>xa< 8ؗ>>=x]Z[ԓR/We %\XW]K:켯.uT C ty|L/ѹkDN ["\S^TB!^ncvO#MW^C ^󫉋gs:]p~>ТgȬ=\XMC0 nLAM2X؈}Y&FfpY9)\.Z6D1#O#E[0)^|zC\ gEwv[xd K!.I@H ?+c(}1ǘk1„AɷPg9Lv Nt'X؏YZԤD]EW86nJutLzyu5jr_l$'&i%Q<

u &2l1 q  \Q4Dnmbpf.9\FUȴ:dZ`Kqiw1wuhDآE|a1ۺ߬/k'||sKm4aVB?5A;ͳil JF\ÅbVշ ՏɁfoG@gMA͵Cw[ O伅na`zR«4Do Dcأz f kvnX7 PW طn֯..F]{"n 6xo$k-HcQV/#?E m79PBq$,„~#STg+aGCpp~(pe5V0E(] y+qЌwֲ`H<3BEp&۲r;RB;m@Zm _xHf]+765䮰72kCcnF˞+ VG, -,^ Z\xpoͺAv+VrZ |ѧG̟]|`TIV3wE?H!B HP\hZKfa^d* ш5?9qa\~j/ۂmL9d]ëUaA}٩$u3nTit&5긘1bu>3J5Wu`im .a!'\8z6hLJw߱Oχތ \Tmlީ?(>Z*43 Z.68e]r6S`'>}|Zy]w:I˓44V ;3"^TJ~Xxr-iZY)@ 9%NkW /?p\꣈Z6Λ4rɷvdK:UC K9tGм~:}?>>[fعcBg}AԨxtz Wl.KȘtRAw#P 4:|%+^-UYySg ngl=4sX@R62<@7ǥ-`BNȋƑw_↡Hk!Gv]uxOlWIٚo) :2kϩbDRa霙'ǪuekѢf8d@"5F 3 TmХJÀ/UP$g}@LKE$Z5ڿ"r\)=-Bᵍ ξ t-y$/fujkGLظLR>VVfޢK p.l6Y\WX) 7=֎rJf쪓XQ7 @֏}quCKI|Zn'yI"z>L`/sjZ2w˚f3|`݊۬P =yR?$YȖMGASbq6D@8>5RRZCO}Hϲ8Feh)U胉e^#'{"e2s*n/o# \liW8zfhY Ԑe{h|5q3p+.ؓ҄_>0&9 ;R:du2*5u%G/{N&\^~4+)kkY#\A1^>/ɚV/G}UFz0CV0V)Cr߀u,S$y_m0TN|/0AY^1A-Ѓb'Sg7m7 43tXfjFX[e%Hq6l.Œ)/5QӒWmMIOɪlڜn.b.lEa5AevVIJ^ xXF= S ,oZTZY$Ui"`0`B8v8r1I`%uY7gvS0yS_laUwRTM,'~(F6ˁ3 !iPtzJ3I\şU59e1\x|t-R9Kaz_p8p9Qr 9,^R].י\s'WF}RCGzsIk9Cz[7Hs=\`fMY-M]]jDJr̉7N)ub\cT&-j Z Mqg+}LxO.n̓"8c{_g])['mb"a+3l&/cT;RI0@7 CuR$u K$*5D+GQ#2Vq-fU1t7kXwg=ч/{2}yt֖Kn wھJѲEEgPKyx$].] ;-j\m}8@K5YG#&畼Jڢq>e3O3{P! /7;FsT=ln5ȇ(IzWFw^/Xr y0h*[q20V2KSSjtH\iz$ Qm%>ZTն4sl&Z$1Pw>Ők ipY/c=dM9H+jaFk%m݈ }jaxنcB[/I칃?QtHr C/wbg=er#U^xy_1fK"REB(L('=RA=>x{r!&xmwlH,]{ .o5(hiv>hǃLYŧ^o!b'#w hb hz[K "v)tcyPsۤ{1DV t%4 8l<.90*_IDz2"> \]8!CIԧE ВTl@e"?y6֥@#E@qX\xғ YB*;/>8}jx|i8#/ȴRȩSEUd d0i2O]wڇwT#ZeT&zJ}&H;ӱz:GyD\w@g0ZV{"Ϳ"b#IXvFa=g=%XK.҂X 2Bts!?&F!#Cx[gc"]Z;1pk'aJV>79\jodKhS妇=njː\:9T&vΝ_?1ݔ\\fցL挧sy*ݑ=1yH VljJ /ѡ Lcv28]W_?*,8`Ҭ76+nŤ84p0-P!=4lDhd(4 )8Sw V Q֋ÃcNZl 2w*%.|L~W{^ awm,$^ņ"ۺ5 {eASJq 5i^Fc"]AB"vY " ( %oywD:U~\[Yt_ NU]i Β܎M1xv;{NybХH>&}cx V[