#! /bin/sh skip=1020 CRCsum=1088793825 MD5=f1787380b19e4d091908f2a529154f81 label="NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12" version_string=173.14.12 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-173.14.12-pkg1 scriptargs="" keep=n add_this_kernel=n apply_patch=n TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86" # # NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12 # Generated by Makeself 1.6.0-nv # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 173.14.12 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 173.14.12 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory and the string \"-custom\" appended" echo " to its name, unless already present, to distinguish it from the" echo " original .run file." echo "" echo "--apply-patch [Patch]" echo " Apply the patch 'Patch' to the kernel interface files included" echo " in the .run file, remove any precompiled kernel interfaces" echo " and then repackage the .run file. The new .run file will be" echo " placed in the current directory and the string \"-custom\"" echo " appended to its name, unless already present, to distinguish it" echo " from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in 'NewDirectory'" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA" echo " driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver" echo " installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions" echo " will be asked, and more verbose output will be printed;" echo " intended for expert users. The questions may be suppressed" echo " with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is" echo " assumed for all yes/no questions, and the default string is" echo " assumed in any situation where the user is prompted for" echo " string input. The one question that is not bypassed by" echo " this option is license acceptance; the license may be" echo " accepted with the commandline option '--accept-license'." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is" echo " printed, except for error messages to stderr. This option" echo " implies '--ui=none --no-questions --accept-license'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA" echo " driver will be installed; the default is '/usr/X11R6'" echo " unless nvidia-installer detects that X.Org >= 7.0 is" echo " installed, in which case the default is '/usr'. Only under" echo " rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultModulePath\`, 2) \`pkg-config" echo " --variable=moduledir xorg-server\`, or 3) the X library path" echo " (see the '--x-library-path' option) plus either 'modules'" echo " (for X servers older than X.Org 7.0) or 'xorg/modules' (for" echo " X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir" echo " xorg-server\`, or 3) the X prefix (see the '--x-prefix'" echo " option) plus 'lib' on 32bit systems, and either 'lib64' or" echo " 'lib' on 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects" echo " that an X server is running. Only under very rare" echo " circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA" echo " CES-PATH" echo " Before searching for a precompiled kernel interface in the" echo " .run file, search in the specified directory." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig" echo " utility. This will update the system X configuration file" echo " so that the NVIDIA X driver is used. The pre-existing X" echo " configuration file will be backed up. At the end of" echo " installation, nvidia-installer will ask the user if they" echo " wish to run nvidia-xconfig; the default response is 'no'. " echo " Use this option to make the default response 'yes'. This" echo " is useful with the '--no-questions' or '--silent' options," echo " which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux)" echo " require that the security type of all shared libraries be" echo " set to 'shlib_t' or 'textrel_shlib_t', depending on the" echo " distribution. nvidia-installer will detect when to set the" echo " security type, and set it using chcon(1) on the shared" echo " libraries it installs. If the execstack(8) system utility" echo " is present, nvidia-installer will use it to also clear the" echo " executable stack flag of the libraries. Use this option to" echo " override nvidia-installer's detection of when to set the" echo " security type. Valid values for FORCE-SELINUX are 'yes'" echo " (force setting of the security type), 'no' (prevent setting" echo " of the security type), and 'default' (let nvidia-installer" echo " decide when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try" echo " to determine which chcon argument to use by first trying" echo " 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. " echo " Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal" echo " before it forks to execute commands, e.g. to build the" echo " kernel module, and restores the SIGWINCH signal handler" echo " after the child process has terminated. This option" echo " disables this behavior." echo "" echo " --no-cc-version-check" echo " The NVIDIA kernel module should be compiled with the same" echo " compiler that was used to compile the currently running" echo " kernel. The layout of some Linux kernel data structures may" echo " be dependent on the version of gcc used to compile it. The" echo " Linux 2.6 kernel modules are tagged with information about" echo " the compiler and the Linux kernel's module loader performs" echo " a strict version match check. nvidia-installer checks for" echo " mismatches prior to building the NVIDIA kernel module and" echo " aborts the installation in case of failures. Use this" echo " option to override this check." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86 Version: 173.14.12 Description: The NVIDIA Accelerated Graphics Driver Set for Linux-x86 provides accelerated 2D and 3D support for Linux-x86 using NVIDIA GPUs. Keywords: OpenGL XFree86 NVIDIA Author: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Maintained-by: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Original-site: http://www.nvidia.com Platform: Linux Copying-policy: NVIDIA Software License End EOF_LSM exit 0; fi if [ "$1" = "--pkg-history" ]; then cat << EOF_PKG_HISTORY Package history for NVIDIA-Linux-x86-173.14.12: NVIDIA-Linux-x86-173.14.12-pkg0: Initial package NVIDIA-Linux-x86-173.14.12-pkg1: Added precompiled kernel interfaces for: Red Hat Linux 7.2 kernel 2.4.7-10 i386 Red Hat Linux 7.2 kernel 2.4.7-10 i686 Red Hat Linux 7.2 kernel 2.4.7-10 Athlon Red Hat Linux 7.2 kernel 2.4.7-10smp i686 Red Hat Linux 7.2 kernel 2.4.7-10smp Athlon Red Hat Linux 7.2 kernel 2.4.7-10enterprise i686 Red Hat Linux 7.3 kernel 2.4.18-3 i386 Red Hat Linux 7.3 kernel 2.4.18-3 i686 Red Hat Linux 7.3 kernel 2.4.18-3 Athlon Red Hat Linux 7.3 kernel 2.4.18-3smp i586 Red Hat Linux 7.3 kernel 2.4.18-3smp i686 Red Hat Linux 7.3 kernel 2.4.18-3smp Athlon Red Hat Linux 7.3 kernel 2.4.18-3bigmem i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i386 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i586 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 Athlon Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i586 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp Athlon Red Hat Linux 7.3 updated to kernel 2.4.20-19.7bigmem i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7BOOT i386 Red Hat Linux 8.0 kernel 2.4.18-14 i586 Red Hat Linux 8.0 kernel 2.4.18-14 i686 Red Hat Linux 8.0 kernel 2.4.18-14 Athlon Red Hat Linux 8.0 kernel 2.4.18-14smp i686 Red Hat Linux 8.0 kernel 2.4.18-14smp Athlon Red Hat Linux 8.0 kernel 2.4.18-14bigmem i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i386 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i586 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 Athlon Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i586 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp Athlon Red Hat Linux 8.0 updated to kernel 2.4.20-19.8bigmem i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8BOOT i386 Red Hat Linux 9 kernel 2.4.20-6 i586 Red Hat Linux 9 kernel 2.4.20-6 i686 Red Hat Linux 9 kernel 2.4.20-6 Athlon Red Hat Linux 9 kernel 2.4.20-6smp i686 Red Hat Linux 9 kernel 2.4.20-6smp Athlon Red Hat Linux 9 kernel 2.4.20-6bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-8 i586 Red Hat Linux 9 updated to kernel 2.4.20-8 i686 Red Hat Linux 9 updated to kernel 2.4.20-8 Athlon Red Hat Linux 9 updated to kernel 2.4.20-8smp i686 Red Hat Linux 9 updated to kernel 2.4.20-8smp Athlon Red Hat Linux 9 updated to kernel 2.4.20-8bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-31 i386 Red Hat Linux 9 updated to kernel 2.4.20-31 i586 Red Hat Linux 9 updated to kernel 2.4.20-31 i686 Red Hat Linux 9 updated to kernel 2.4.20-31 Athlon Red Hat Linux 9 updated to kernel 2.4.20-31smp i586 Red Hat Linux 9 updated to kernel 2.4.20-31bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-31smp Athlon Red Hat Linux 9 updated to kernel 2.4.20-31BOOT i386 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL athlon Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp athlon Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELhugemem i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELBOOT i386 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL athlon Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp athlon Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELhugemem i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELBOOT i386 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL athlon Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp athlon Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELhugemem i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELBOOT i386 Fedora core 1 kernel 2.4.22-1.2115.nptl i586 Fedora core 1 kernel 2.4.22-1.2115.nptl i686 Fedora core 1 kernel 2.4.22-1.2115.nptl Athlon Fedora core 1 kernel 2.4.22-1.2115.nptlsmp i686 Fedora core 1 kernel 2.4.22-1.2115.nptlsmp Athlon Fedora core 1 kernel 2.4.22-1.2115.nptlBOOT i386 Fedora core 1 kernel 2.4.22-1.2188.nptl i586 Fedora core 1 kernel 2.4.22-1.2188.nptl i686 Fedora core 1 kernel 2.4.22-1.2188.nptl Athlon Fedora core 1 kernel 2.4.22-1.2188.nptlsmp i686 Fedora core 1 kernel 2.4.22-1.2188.nptlsmp Athlon Fedora core 1 kernel 2.4.22-1.2188.nptlBOOT i386 Fedora core 2 kernel 2.6.5-1.358 i586 Fedora core 2 kernel 2.6.5-1.358 i686 Fedora core 2 kernel 2.6.5-1.358smp i586 Fedora core 2 kernel 2.6.5-1.358smp i686 Fedora core 2 kernel 2.6.8-1.521 i586 Fedora core 2 kernel 2.6.8-1.521 i686 Fedora core 2 kernel 2.6.8-1.521smp i586 Fedora core 2 kernel 2.6.8-1.521smp i686 Fedora core 3 kernel 2.6.9-1.667 i586 Fedora core 3 kernel 2.6.9-1.667 i686 Fedora core 3 kernel 2.6.11-1.14_FC3 i586 Fedora core 3 kernel 2.6.11-1.14_FC3smp i586 Fedora core 3 kernel 2.6.11-1.14_FC3 i686 Fedora core 3 kernel 2.6.11-1.14_FC3smp i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.EL i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELsmp i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELhugemem i686 Mandrake Linux 8.1 kernel 2.4.8-26mdk i586 Mandrake Linux 8.1 kernel 2.4.8-26mdkenterprise i586 Mandrake Linux 8.1 kernel 2.4.8-26mdksmp i586 Mandrake Linux 8.2 kernel 2.4.18-6mdk i586 Mandrake Linux 8.2 kernel 2.4.18-6mdksmp i586 Mandrake Linux 8.1 kernel 2.4.18-6mdksecure i586 Mandrake Linux 8.2 kernel 2.4.18-6mdkenterprise i586 Mandrake Linux 9.0 kernel 2.4.19-16mdk i586 Mandrake Linux 9.0 kernel 2.4.19-16mdksmp i586 Mandrake Linux 9.0 kernel 2.4.19-16mdkenterprise i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdk i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdksmp i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdkenterprise i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk4G i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdkenterprise i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksecure i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksmp i586 Mandrake Linux 10.0 kernel 2.6.3-7mdk i586 Mandrake Linux 10.0 kernel 2.6.3-7mdk4G i586 Mandrake Linux 10.0 kernel 2.6.3-7mdkenterprise i586 Mandrake Linux 10.0 kernel 2.6.3-7mdksecure i586 Mandrake Linux 10.0 kernel 2.6.3-7mdksmp i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk i586 Mandrake Linux 10.0 kernel 2.6.3-13mdkenterprise i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk4G i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk64G i586 Mandrake Linux 10.0 kernel 2.6.3-13mdksecure i586 Mandrake Linux 10.0 kernel 2.6.3-13mdksmp i586 Mandrake Linux 10.1 kernel 2.6.8.1-10mdk i586 Mandrake Linux 10.1 kernel 2.6.8.1-10mdksmp i586 SuSE Linux 8.2 default 2.4.20-4GB (2.4.20-39) SuSE Linux 8.2 athlon 2.4.20-4GB-athlon (2.4.20-38) SuSE Linux 8.2 psmp 2.4.20-4GB-SMP (2.4.20-39) SuSE Linux 8.2 smp 2.4.20-64GB-SMP (2.4.20-40) SuSE Linux 9.0 kernel 2.4.21-99 default SuSE Linux 9.0 kernel 2.4.21-99 athlon SuSE Linux 9.0 kernel 2.4.21-99 smp SuSE Linux 9.0 kernel 2.4.21-99 smp4G SuSE Linux 9.1 kernel 2.6.4-52 default SuSE Linux 9.1 kernel 2.6.4-52 smp SuSE Linux 9.1 kernel 2.6.4-52 bigsmp SuSE Linux 9.2 kernel 2.6.8-24 default SuSE Linux 9.2 kernel 2.6.8-24 smp SuSE Linux 9.2 kernel 2.6.8-24 bigsmp SuSE Linux 9.3 kernel 2.6.11.4-20a default SuSE Linux 9.3 kernel 2.6.11.4-20a smp SuSE Linux 9.3 kernel 2.6.11.4-20a bigsmp EOF_PKG_HISTORY exit 0; fi if [ "$1" = "--label" ]; then echo "$label"; exit 0; fi if [ "$1" = "--version-string" ]; then echo "$version_string"; exit 0; fi if [ "$1" = "--pkg-version" ]; then echo "$pkg_version"; exit 0; fi if [ "$1" = "--target-os" ]; then echo "$TARGET_OS"; exit 0; fi if [ "$1" = "--target-arch" ]; then echo "$TARGET_ARCH"; exit 0; fi if [ "$1" = "--target-directory" ]; then echo "$targetdir"; exit 0; fi if [ "$1" = "--script" ]; then echo "$script $scriptargs" exit 0 fi if [ "$1" = "--info" ]; then echo echo " Identification : $label" echo " Target directory : $targetdir" echo " Uncompressed size : 54600 KB" echo " Compression : gzip" echo " Date of packaging : Thu Jul 17 19:06:10 PDT 2008" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--check" ]; then sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y keep=n apply_patch=n while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; else echo "ERROR: --target: no target directory specified." exit 1; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; "--apply-patch") if [ "$2" ]; then if [ "`dirname $2`" != "." ]; then patchfile="$2"; else patchfile="`pwd`/$2" fi run_script=n; apply_patch=y; shift; else echo "ERROR: --apply-patch: no patch file specified." exit 1; fi ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = "y" ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } location="`pwd`" echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = "y" ] || trap '$echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n "."; done; $echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = "y" -a "$res" = "0" ]; then repackage_file=y; fi if [ "$apply_patch" = "y" ]; then patch=`which patch 2> /dev/null | head -n 1` if [ $? -eq 0 -a "$patch" ]; then if [ "$keep" = "y" ]; then cp -pR usr/src/nv usr/src/nv.orig fi $patch -p0 < "$patchfile" if [ $? -ne 0 ]; then $echo "Failed to apply patch file \"$patchfile\"." if [ "$keep" = "y" ]; then rm -rf usr/src/nv mv usr/src/nv.orig usr/src/nv fi else if [ "$keep" = "y" ]; then rm -rf usr/src/nv.orig fi rm -rf usr/src/nv/*.orig usr/src/nv/precompiled repackage_file=y fi else $echo "Couldn't locate the 'patch' utility." fi fi if [ "$repackage_file" = "y" ]; then cd .. new_targetdir="`basename $targetdir | sed -e \"s/-custom//\"`" new_targetdir="${new_targetdir}-custom" if [ "$targetdir" != "$new_targetdir" ]; then mv $targetdir $new_targetdir fi # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt if [ "$add_this_kernel" = "y" ]; then $echo "$new_targetdir: Added precompiled kernel interface for: " >> ./$new_targetdir/pkg-history.txt $echo "`uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt else $echo "$new_targetdir: Applied patch file: $patchfile" >> ./$new_targetdir/pkg-history.txt fi $echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" if [ "`dirname $0`" != "." ]; then sh $0 --lsm > $tmplsm else sh $location/$0 --lsm > $tmplsm fi sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --version-string $version_string --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = "y" ] || mv $new_targetdir.run $location fi [ "$keep" = "y" ] || { cd $TMPROOT; rm -rf $workingdir; } else $echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB HT6N4X h\Cp$x wHp5o?Roz?w9g;aSkҹYҩ~ v!xCCC=~ץS3gkإEmԹI]vO_~oݢ=^7jױIN{B{{/yCBCܺ/k{u8n;8{[ֵtWuXclqیwǻg3>{s-q+ޟw7; }3ww3[[m3Йݭk rsnn-r!n{pn+mewᅲprۭs˸8ݺ xpʭ?>[^nߏgWkv[Nk֕r;'u)~r*<-?ro.䶟O_nۧ9½IغϾr9muW\}jg ln]u½ӭ{)ȽOJ^$nm#v[yY9p.m^;gsy_-r,|ۧ{w狀m?ݺxs-Or[9nrikg[\ӽκ?9nk]CJQ6#ɵK3$kTֹ^%6+ҭꖣ{ٽFm7t맻sޟv&kxȵq0b;n} ݫ'{vp{v1WJlOy.nO0upےU0(y(c>56#+[^gCn9{20;Α['JvKnMfn.n m-WysV{=w12u ܫ[K#e3En]\əmX}>}VpM_W}ZusƽJ᎑֭[1:g }A7{_^e_)7I4z7r-nĽvJ9vp?wEnxu@ P\_x^!Iy>kw\M;I?uO0{qn ݫ6uk]玵p~7I\p۟['\[n^ߺg%H)u[ӽ^$UHy%RuW%/'t떹W;~SY@e>½φ59qIn q#!E5ퟗ0/sm;W&^8G8WXOKs̮7n]KH|võF ܺrn*aɽ.I-gP)w6Eӝ?{ym{BgHۭ-ۺ uۤL'sM7+,f{3n}1[ӹWWBSܺn[^ޏ}v˿E cKs7punWY69׭crtWvsu7Ns,97pj^<}}u 9J> {;vBo)Ltj~ܺ7Rqo3HꮒFo[EnK+=5pN"ufiYɫtRK)>q}*+mZ}>&ھ{ֽ6˦ )e[7?wni OI/j'tiwmp-nO5˭|1%6gS1޺ϓϗ}^ϫ>ݫ[Irict|-gpVs>pRWp:rߝ۷MR/:Oq=ǭK,g)֭eRO4+u_~r í^Uv yp"Ss߽.I/dX~N67_ַ8XoobO?Ҧ?qWYu=qWe}>Bм>;>Et|1XN?l[YE~#l$]qlҧ[eՆc$0) 7a61>/c̔)Nڦpnf]sp/ǹ#{qw:faqRu+}*IߊYʽu׶!v9{<6%KsvMp_{v1\%pԹ9%K/;~źf;?qqO* _A&l]{CC p[ؽҖy֕w/w*g됴瑜3u_vFK >GIU7/c6gb#lX< ?2iʽޚ#lHK{e>鏠;N|y L{9lc{u:sҽ<m߉}ƌCoľ܈_¬޿t׳k s}%pkk }5np]cyOm2-rey_Ͻ-}nagؽbWO^\_ݱ1Z(c>yjսJUmz}>KޗQ; }n!,Jp^_@!9NK_|\{?\"cX߅u<}6&4Z_u$6}rn~~<Rg{yg.1b%{u?RƘq!>c}1|Ǭ;U%~]c[zI]4w1>5YDfnn]֯K0QmQieLǸǬuۖsrƽ,^8f䖳ϯnO&ǘk7a=~frx.Z1YΕ]v}1K\/i;3$m1)73>w8c;Șa쳌c9}J^e\o)u}Iwn[x/W'yO/;vﯹ^H;F<W /W|^ΓƬ[!qܭL;鷗J/MǸlNyvdlYy\KOާ3`QvIıRKWqYRאa}ܽjW*w2>"9w]#-My?{e2/:c}6Gޞ1ݲ2ndS߽D;Nez;I:w}<ӓ~ky\.s)?:_1sNZse~>,9|_K߸{?V~\n3H!L,^e|mc$pהֽRZo[m#~sm{yL}gWu̙y,m?CH?Kqtn̷pN2N3aẏyd\n)/ݶd.Ǻ uW8t~Y/|z_|G]֋Rk<Z7p儚'/>|YNuk{$8~XNweQ {ХpחE Ew*˳#|K/.jն )i\c!"}סo> ۈIQ]|\>o}AE9~be+zj7=.%oge(K%rL2wy+|]1r" WH|⻿Gm3ۻ}׷},n+g|\շH|d}ˑe_*Qlo]_Toko_R.>E-vǏ.[/3JG/5Eb}u3wIJ.IF/_Kz>0~s}ov5jnϸ$ɷO:K_#}tg]|z~"&#.E1ZW":[nZ?"Ec}gu7}#I?2 M]oN)$}F3oƅ}q>'d0DE}?K?rw\>[y~p?7A60ϷoEㇹ内s'*,wLț>]z8 hޗ+j$>O|׷1ݕJC}'`=qto"&]t߲t )mra~|?"f,2Q=-w}?ٷLzBOK&<.>FX}OTHmoߊ7|%1y?[}3V_?N薟Q'|۷u hc]xF(+>L$ޔ.|X}H|"R{ދзԥh?5__3rkxk^T19sKe@;?su)/ d~Z磤e  6&u5÷|٥?|WL&@ ǥRQ˄?EBwJ.~D]ۮ}<㥓Ɛ)ܷ}V9^HCoxHqHL}}׻A"7&|\}"oM}Ť~ٷѦ|x+;L[?K]ܔ ]B*[n*;2䗑;VO}v9_jI~ä^-]| mz[Kz绞\I&~<{y}%I>Poyw>{O_MXզ|IHLUsQ|ۗrG9%^3{({=RB\zd{zI}-e~3Su1k_ƵgC}_~g?%򝿖KQ&}gM$ H~'web/ўz) nDlyG.|Ob\y)_~ʛ_ƸQJ?f޹#uo1ٿj}I/_54_&ZlE<1'FgM}q?oJ?C&mp)_LC/&-M_L~_i߬[޹c(ϻw1KѦ>:E{~uK"i-/|!^i}?I9\{>!jy>k?E?4[}?ĈQ[|}0Jڛˆ=acZ[q52)m_~_CT񞈓Gėy?I (d?y|˙\|Է>~wyG6o43oM-6\R7[&c1/iH1 ?I{>i/eL0ԿMfJi77~9^m_ciηFO?ZJŷ]5y~L*IO$];R+:U}x7>H~oH}O>xkzly\u2>]䏒L|?7?mp(SJ'|qx_|[qnIפcljIM}ӅOiu-WՔn9_/H?w4C꣦S҃y~yL|ho{-Wy^2$_R`c2)Ir)^|&ئ}/3/|Th]~e\~5ܯ G[J0Sߕ>!1 SH}wReG>K*6SHbS_My)=S>^;_VߣL}SJy^y Rޚ).?gc*i?L| Y2I|6ۤ< 'w{7v|_JfO.>F8={.+Ӟ*ʘgoWSwmy^R? >wQL-dIӦ}OTںx/R0Y%}/1R>3Cʓ|{$ {xӋL5'W0w~TM#?FIk>><ܽyɛCҋ$aje+Y$L/=Y>-ӰHXyJYO|042?5z^>udҞ~+OQ7zx;riŖQAxHIsM{?xO0MڗgM6]ڣM(?|ao`/$?4׵"L /zcڷ>4Rj4Uh_JGrޖr>?eϐe~'?ϤJ 7G,i3~!f<"񨱒Iؒ1ҞH[7a҃MILLW?yĵL('o\T鯔ay+xLx_~N~_p-[6;1~fQ.;̻ _"GfP&HIo.2<.zk_R6[Mwik{O0g1i.hmI2Y5ub/H{)jWclҫi/HiKɿҸ]oj`o7ߎ?a++2%>4~ћH{ش?˔3TL3 ?%u߽>OfmAOm%7&=0Ow]~a;tȌi_mI#_o&?>"3{zj{ydr޹e"{ʔ/ReB#y'~g$?/M}כ_3M"&x)#fEc,'7 Rޙ YVӦ?|`SHyUɷ,;$7Fݥ2_Č\ώroMRKu4C+I~֗_M&93CQkO/~!-/.\%q^'g3PV:yIb_E"I?WJs80GL}F~,"OO4AR)M~H5M{:/07>rO3:Fq<)ǤҟK鏻&Um)KSo)&?="L|.&Ɍьon1K%_u0J?oƇJ%?J|1#2Eķ\,Χ~c~H5Qojۤ}l]C&7<, yw<"LN$P/3Lnlohok1+SM!^P״7ں:o͓)7K|oIz7K~|7>N\))L_Aڧ>L|+,鹎BL6)LRKN\Mpb5ο'zi#I_M癴MzQ IҰ1=LXB33IG3^)FRLҌI&>_+oHC?b棍B}~ӴyTƫl{Aһ1CCMz(Ho+J^CWCLO0Y%4?~>&o(ɯ&?[+xn7 3e<ϲfQ?L}twL{G1nuf! oӞ+5|T1g%;{M}OgKˁL~_?xUS?)դi BmQ/˘ߛҞ09 %61MTYIfş_狯%<mC)$}Z7KoGw59kn6G'JX1ץ>|>2D20gڛeWZr{㟌l23[fV/S߭$m/MMʯ&^i`1/W|ϳwL|̗4 ~ط1oasMLj}w"zz/ǛJд/x_'JygJ|7_K/eo_n3gd>f_@V w:9%ы=.K{G&1s$3I=jƫ_E;TL{G?5@҃/s|D3%oJ{Q/7=eηHT1\WW*@=3Q꣦6Eҧi/oS[O4˒Iy`1/R|/43~d曞O?qR1o[#L}MצN~7gd<Ĝ7e^[~aHO) /O)'-_}jܓϐߴ2'#UM){ğ}>'Ӟm+YvK/K-fK~>e{hϔ2_gߴJU?m_O! 3,_3O#T?3_O|e>oORK惙~ߘb#2j' jzW/1$Ϙ0d*f|`5\iw#n6Fy-eU7GoKϪ'>!;M1꧙sԯ>?3?hƛCIIc/B擘GmPo5/e>iO+ }dl2_KR;#73\?-=[RooDg oxD/44R5)%?מ< K{ߴOI}֔f2|x3_e]JiMDI#>v~Ml}*5[CD3ggQ'f>i?1C81d9;T܏@b?e>ro{>L{w7LrOd|Ȕ2g5/eʿ>R77#G>ojX4WL;wHd<OԇJ dF;Sf~K)?L{̧tMrLySV+}#0\7S'V4~}b Rq1%e<ƌ7_Kf)r ؘ呌 /~ofDKklw+y>&ʆm2j~1N{O+W}'3_? ǖkMWIof97Sh* }R~&2`?Ge_o&߯2yR6s Gigo.E ƦswO8E{ӌ'13i/$}ӟUڗdô?J}-%LyWIEۣbϷaH{/ߵ0^Hf^onKmxWcMsK?ϓI?L[&s7)g~hObŨ)/S+~&a3Y?46dʹ Kz4{Ji)HԏZJ[?m3_æpKd`Z_Pڃf|$Ǚ zA3/3WK#L0efwIoS)l 呩s'oy&5q=K|ԿLߺn{$f|Q?"ڌ3JWi 4ļ0AR>1|ϔ'$=g2d!o<)3i?*KBk$ o3_5r?ꂤӿVIcfp?fD\3~[>1$}x{MGHn̯bx./d e|ĔS$e,l=|$F~VO|sG}%{rfX?3޿A򮣤'_oER7iԇ|Sj*% &||~K|)PLx}d3> =y{R<|4o!m!|kx?#zR3vo&M#S*Ӽ?GsT3qӓ|*+3&zӟXIA'd> ?S=Kak~ix~iY4ߟ)L~;OϘL~*=ŸGRwH;De/HKI4_w%F{Oפ>m?2hkz30cMsOiդ?f=VK}k`;I٩~O(ϛt5׾&M3<<_}LK%acdM}{Oc?fRj- >!j|R2w=%=,ŧLPoi*wi'i?Mj77Fro"%&xA͓c#d2=6K\6go02F~QƇMULZK)8x-)M{&hM;{}bGwo/gwDQvoIIɿOkϽH_c>7P7d27U~O|F36K}ŴJA'3~uOSfȻM3m|sLmFƨ7Eڗ|32ůG-eć?M{cos-[aGdi)f~x~)NQf|Ly}FeO/ /ߓΟQS^U|F?όK_%6GR0ϴgH'e3*Iz3_8ߑ5]S3e{x)*|ߛUYyow7G),o' ~kHΔk䏇|$gHj+]bET%ԫRXЬ?= m '(3мw4iӨ}v v:uغI[Q^M۵wvآsZįk;h۹_N:v ֐` ԤЦ]&\Psf}  Axo |B߹wmG+jکIV~M;7iگcn-6kڱIߦtj55f=ܫ6.h&Wx;A&iևڰلyo7ECL1C͵{6bޛM6 1leb 5j3czL`!+<=&0 6 و m }dQc&LL< 0" Ȯ4M84hW@`yohok'Y 00`ޜL 5`{k{ܻyF&|6M 7(,fAl3-c s/6}8dӋ)lZiͦ}'M80 ah҈zL|Pxu!xLغx1*ؔqA~bnc'6};ȤkϿ g6xnlAAM`}oI&_ 2q'hYzKp߄ 7Ol2KiزĽps/| 4ekI&8hLIw6݅&<=gg`ʯ 0`IS.L|ʤ'zG[ϷۘoYvG|[8cAa4y-mȦ [ >~l&:NA62<8'62u M< uZs !Y0 }gh!0Ю7Ԅaہ6(0ofS6.0֯\m'ziogh4g4ֶL9ecgys=l[>zLlA`u0ۇڶO5۶iә m 4q?M`Ҷm/z4}&?~<1yǔSzLc,S.{LpS 7pS 7pSjU&05q;ԤP.BM51jndk7i'ܼ3=IwfUWa&^xfafEaf0?L 33̤0L: 3m0 <&|L'?a& 30avQaf*aA67Oyo:?"ԴYBs 51Ԅ P&CMp 5lc|)ܼ7ۛxb3\gy! 6yǦ_}enj5xL߯zLc ļ6{3g3 s.3&iơԎݛŌ x؍njzL' F+ޛr_:Ԥ`MyL)y;&nڔ& ݴl|>ЦSsͦ6ca31T{L1cӏ1]o1}31}'1}hӏ1x[xbwS+1ۘ6+>(җ'm^h&]ghL=۶b/ml`ӆ 6m` ;v҄Cpie紘Ri|؄"3_cEx f$̔Mal 3Bmzǰ[77}a&uo?fl0y1sWlCcllFi#xlIp0O/~'Ǝ8^zYo;lネ'o<;|0a&L8531bM6WIw!66Hx}ogMߎO7mPs&8jڃ&O5PNm_n?Miپ)3nc/{[_5eS1!/Ĕ!6&>glO>+m]Rۄ۰5pM )l7s=f~uxO`"e3Ae||i>0nچvæe;>bMYfJaֱMZGz5<Ƕ+Y&=~S2};/&͜@C 3ryٱ<[ھ GdM8Wؾ\;eeN`>@;b<;eafpW?ԻM;(܌Tiy,xwM7ܴmڱ=&9]3GfLb!CLRpm˛s zs^߆pۆsL|gm㉩eۆ湘ta'1߫#{3.oB) }~/|g۴lcJMߎY7f<'3>o#n7ny664ov<_?`悛xcl{;7sAض7}fe:׌1xwLdfLl᷿#a~{1iΧp{^O|~s7ﱿG`N%mf_dtCx=zák'~N4 ¬SM:vgSTz-:mжdK5שS#e%[4l!PΤI[k$DVunץ}&usܥmWmߠsvmeu/ԩ}FM Zok.mtoٯkSi.;yȯ^o|q.yEۦrKBhֻgtj"'{'8[hX|vNDߤşz%#Lmwx8aj"cĉ8WFRMcv`A +cl]?ÔԌ a13p>­xVS`z̅XQ`8VAm36 pƃe`{쁃qNǙ W܃9ެ&O3c5]>E- Es.]xo|RsÑ8r<>F4?D͊(GUSbf̃#':xaXcMl1I55f-X$/Njxa|cyM=Wo }xk @M186܃iOCVA^w/x*6vk,E+ 5f Usb~,q(i`4nSIg ?<ƨg|1Y!*X[b7"gK#f/0 Kb%lq3xbjlQ8wx|q7kxDXa lr]xM|s` ~X\Ucj ̀īa\2X aOp*.Y)i8p^N).>$_>V:b^V:bxaG 1m3W8g"\;[[5!V@+r\+q\ %vÁ8 W&_U8Wǹv8]cU|v8Ԥ,"ynMUt Vo}`>,eq0)8Wf4#~c1'\p+a ݘ Cv8y+nIw[y1b5[SbKCqS>$mmwa).U)؞z*x_bBDuVVWsacE? ܄ikU8E0aM3aq`k숣q*`Z~Űz`'qq _cꇘ 3a. BX Z8&܊I>u0)ts績.cj5v(\,Қ| ܈{8_K`lSq.MڷG\71ia>C}A/v#8H5l 9&#a nZ~ogd?4[]U;#^',"u ^Ɲd՚x}b߈_ l!?)&Jy1c ޭfs{H>왚%5?~Vm'P$T$V|ıiԼXaU-!8ϸ 〴iN]^ݙA.ۄmbQ,UN?2\4W[]@+1G75?ؼsd{).jlsVx8ؤ ?y OpA?+†Ֆ}g"9Ù8n 191ӏWMVcSSKbӅ<̺a^_!ąy?[Ib{\V|pN.n57̴WZ,uBmx L_W-p0N-#!x az00c}Q+5qn IX[`/gV/cט9$6.ē gJ|aV 6#2X0q K5^_a-\q'ě>N…ocG $Fb+\[>xx. bml}q cxk"%Nj!0,}p4U Oa추#+{,ϱVF8B܈O|)۫b rX;\\{ ^×$p*'&;rXaqnţ>:s Pp Nĩ8n<3 6\47 _Wq ,o<,Uǔ=`]lG &o,җx ~8Ol_?f@Hx`#8cϡ'OǨu&|n9jo#o&:p8/>8B\ G?YoO1M1mxq:ֽh? x<\ }g'f|פgLx}o3Lr[co'|cl>v~5>KW]>Wwy|հ~^ǻ 㨯ڪM\_YXMy^ uwmWWIxSLQ_PS7wu I{OO3pÜgLq1g"5}bu#ONP$S~.Ǵ)xRqM380zkfPgeVb,}u =x>g|CI+uvX_WG{o8,aFzoa*<'|~f¼Eklj8 xoUSM`Zj~ kc+슃q % wI0~Ϙa. X#8g2܀KqnxUr܌8TS#>`N ¢X%<6Ɩ8T\D.̌ci\<1^c59e H|o0n5fłX :;|\qX9~Ͱ q6.Mx x\+px\גp/^" 0[' ay]0 D`jU'Ny 7^uaMp,Ny(P?](o6&H)_`N ¢Xc'D SS?XK`pp)Ô#Ռ a1u)v(8R\0kXf6>8\2X aw)&ô}zOU|ǩ 'N8gϘwE.8G$q?M~LYCz6* x搞qn<^wkS`ݘz!,ձ3^,Ű& GWvSz^:M5-jj޷wx95vI}6Lŀto.zwlPx+xS!ضz}_p'r/VUչ8TW+P`TMuYw:aj:6ms2^8ja,_j^\?&NMS7V<⇃O0 ǂXTOaQjnNJ\6܍<&^ėw&Ŕ fĬC ci9v'z+.yH_FQU,ZSnV`-8 Gcj3p".cPaEwSJM<#x`=;wxajv,q{>G.|8ajQCA5p+>L>?SSxA}+/[m3ƺC:~8 c[0=}~O9.zyXc`0ϱ{|zb\\z$&Pǘsa0uX"ZcCl]p$8u8NٸW= K}x/ |yq($Q;=2Z;z=X ka'S-3|{E]/|fU`8 W^<0v65%ĂXcqnx;L,ձ9.͸O_W~>xB7Lm%&'w1i;4Q{a?__`G6S't\1AssL0 \+p x%o|Z_c5l;縘q [x-!+ ׅ4V<TME,V8qn;{[?8g\jV̍E48j܂P`.RXKp zVc1qn=x/k \X@Nq6._)g07h܋' T1c1,Y/o# almDy5)v8… 7 cXbs\+qxDQ8 ' xb쭔|'O8`<~.8U`'}jj=lm^w&1p'Kj8c#+p'GD<‰alp''D܉NqNA8cl8;C8bm">px~X 1LuNa5;1ßlp'ia:ƻ lLvv.f0,Q8,\0U9^Y/<ƿCXK`EVx|}ڝ'״RA~yb`xj0%R{yVI2LH /?Rc4|':fPwE}qsܜ xaj&̉AX+w8Gt\z!nͫ_Y ? rXc+pN^A<}.bRj*̂X#v~8Ko4V sS=XKcl˫qku nxoa y_!`^ 2xo?A8 \+<1ve'f: co-|o1q8V;|0vU3cl7_>ŷ׍X+`ulp<>w:cj[q x/]|j|²ժXႭZ_a6jZ̅X`5/κanbp4.”Ռ a1l 8 $>&_}W~jQw?O!O%CxU.$]LFs#vS:xzt'nEG-x|1'_lwF1,;9OW-LsƲ.qqƜ8sz ӢCX`OqxDf[Lx`f̃XK`q$ >!ʫ'P[c'$R3+LTqOz(;A*6NO 7A<&ͨϬ?/LEMGWw~P^a%z\wkzڰ&X[m[WΩjj}RSf TVSUЩd܇1bJ;<<"_b p^\>~Ti= g܄ ^dQ{P 5D1k0n0S0H΋ߌRbmlup*a ;f6A8u0 ;fq'Vixb{5<5/\ԚH[nk-kNյxn#aM:oVslQq>ф ݦV}rwqw1~18 '\܊{0^V+am,G-*v٫ŔxCj8Vly:1L;׏] _Gy<d>չ܌S 8zObs{,t^-[0Eu7ԖeC| a I -&0UC|qð~u9v(q.p8>|H9A6.u 1 `]lp{vǾ8'A<>ƏR?S\ɟ^_QX܆^t?|Cq~zvYxo`-ϵ?n fq"T"GٿzkP7l[-O<%ڪqu{48 aNj.CwV.VLU-Y}N?ׁ5>6ô=8Ǽ_ߋpLu2`(x8~gz S;c,=R텿(5'ev|8O1j \w1DS;$5~=YNQ?Sl8 XbZ7<exc43_ċOxL;t!yvťxO_,Pp^ Gp=ĈE_܀Z"#59F跔t]g쵌0=^Op$FLtpx&xֵ_X` n,xu7H~u7qxFfL=p[8>n[f/cXe|wKw̲xq~KgvL ̸OS%p\0pZxy“"^gP/xg!Gop ND0\K6>sĿOo)C40 %xwBxq^HX7'ט\^`O\Y9p /9NQaXk,ws~C튷0-u> 9>C.^ȧ(>Dz)2^(q B\qs=yxSVpngX>N~~J=U$܈IŰ\1L~YUm;,WPOx<'Kpyy1xb||g!54@q T `/0SSN, xޱ3[Ŭ,+2XH݀T j"js<"ԝ*,i;*VSUBRJҤo2굲{]NGkyk/KUq#ČS|-+r_I퍳fv x U!\q!}uLTpxW'ѸbX 5;xw' ꩮE>ߩMqC>ǀ|31q? k4n{xw gqXi0n:DmRL:+}X?p<ߌV1WRVĭxM ߞ~w0$-nd W|~TYBxp܀-L:-?{@91t Gl3.$± s/R <ŔWX~ U K,.ClƓj% ib0jN1| RO£ˮ#^rb<7rM27:x0V%VXmW]-KP/S Ɵ8Exq#Ơ=g8U+`nolxP_R|eS_sNULux8B=x%2\9G|Y]p!>}$~s"??M=C1Yʓ 񳛴p$n~w.|yp&O-qlpCco`'<܏0S;N?3?|Ny0K8 wB8։%88=!GL\<&Hs`0;`3܄ Ŀ1A 5 ~AX+al}qN%i1~J55f@,>>=NõVg<1^/^e9`wq'?$XW͗O-.T>(-J-,.9~Y5my_58J=ߪTQkaSlj\_M]PK }c:'éwDme~eZsj a8g܀sgpw~~p_&}QaV̅窑 ;c?VWF܃9Ǹ+ԏ0+~J툽p(Nx3!U #_UÓx7p8 L\MO~#=a:̏q6c>8?;^ĻPl{'ONQca;s+`}숻ΩS]>.r?<MI<X# z=^{p>܏W&xvxCp8S|^{P?T_VQ?ͯvq8 )X7/DCV(xx_ap8Ui 57WX'R…A\[x{"^q_q>­;TKp1&&OHuSCu/Vhmslinhƙe{£zZ#.N<{Uz{>3W}SO)1 [ "]l1_ #} 羰_`ב?0-U \YLqQyrx!NUeƽ&ZgԼ% 6 {@N*8kx$ p5ŰÓxoSL|K`O܍inS‹ QSaV̅X+a l#q ~pby숛=,Vdž\/}wr;@qYLP ޸S="">c ƂX cM+ |B|I8j܏SI7)~LO%&xN~g;7BMAX`Cl8ӿSq>毨bk KalͱxCސ!-.cxoc|qߑbzlkV tKV;aq*ŐG` 9v8o`ɸj9KoOCp,NƟWw><>| ԅ 7a΄jO"/F%Q|djjE,Z?MfHz1jOSiXլԗ895>+כMZK ƭ&awq N9Z ?0,<Ƈ"^ǻ0RM8yy=fjXcKp) wW&܆0K#5ZX_bƄ&&7>>7⯸5S+aMMqX8o<ׅװgq./g<[=0^fZ~rd{o'vx}tj39+)X\P]Z `Ϛ3O,UK%Ҹq $ݫep9n=?vY"ƞ8'xC|qXka3쌃0%X[J܌^GؿA 8\>Gꇘb{q e_cFj q]3u;x བ ݊sۖxԎxbslq.͸ObjMl;څڕ218 /m|zI?P Ǣo`Aj~p@c HavۡIx`]?=O-=B`^գ:;cUc|jo|Ÿ_0+Xkcs쏿V!CQ)(&..(֪.LjoYآ:WS`{q.xcUW?4s`Q,ձ!vnu1~qn=x/LD͈ٱK(ǫc7U~U!q8&܆ obf~}c!,'8b~<܅*6hL0| c. "w!<7W b Ž8GJ܌^B +L8|{p p/x cqx,հ9b %6w1D[c0$f0d?̈X`3lq8~TÓxs;|+]xbʩ7̉AX \+p 4KlN3?p64^k&C'{[D>q)bYj*̂_\6܏/Vb~2ǖx[`4~0k%}bKC^[ba3숽p(Nn>[̏+sp)^I N<i13aap8N¹i[ YD:DzXc[<*؋o6'M|/1;pN9#| !^X+`ulp ^b5p1-xOclpxJ9 +_bK\qsxۮPc_JEW0 fϱ!A8g܋F^­3',&g*>ķ1_a?/?~e.~sa{썓p.ŵ8\<:>Xb$G⏘ ̎,1U%fp,v~8 '9+' -L?㯸wQ)1'aQ3p!-xO71v>8$Ǻ{4o[w|oCCV>ٱ2Fb3p^aq4NŹ7Q7 _aDŽf@<'<>W K,ucosp)^&88Q zN;b_?b1;z0V_0V:q5.{I0n<>8?ǘ=Xwxcx4V7^<|ߐ/@3p%jj"u-ns`(ï6¶8_q#Scź, T\<&>w3c^ Xa[,x/RϕS'W}&~u\[`;\^GSSb&̍AXbUp(Eq?Kxc fXbpsqn;k6 0k6A#ta%Vf{P3q-ù-ԥQoX#%h.y\7܇'6hCmy8>fɷ0^OY/5+RI?f^ 283~4|cϰ8x@y3Wn5G&֟q1fQ O8xg\0T@]ϰGbq]5C:vM߳xe)8^JRՕ8}D-V͝N} ӫ2yF&vͤR^blj쏥>csWk.îXyԿpk^|j/&)P(sC?Tݎ8 ?+%[bE~E~Z/NcK)uv-Aljeٿ׏s_?V뷄v2DxU&a*ķWcUA|î5հZVUƮw=Ê7`7vmDzkTYMٿ]s-8?o8z ۴V/c6jnlNMsإgwUcjlC9z^/=u}\>L݌1puvAGOjQ/5bn36P~K ֜L5Q͊_C|NRg6|]'s\nh2Xg$/Gj \R ScX i15`CM#tc΋ݛoqGsuM mK5o+"Nlkn‚m?O;/XztTNIX:_cnj2C=c{rS;5Eou C`:\&~9 $}R= !|IɇuH{(h[3xyXcሓ&ORaG?r=XiJ~|jvc?L*dlR3bW_ IH81tRp\VJ\E|X\ ɏ6pFo~#=o&-ĻhV6í~:u'֟wH|N݋aYSX&f'2/~Փؽa/y>ؽ0c"/,u$[J4|^p.*_qtz}KJ38 cժ_M UzD Kd bqt.f׏s8ߐj#oc&\?haf,c,cF,ВZ/`k3Vj~V=۩ߴ'<:pUG¯ᇣ;}u?VN_OǪ; &DKe Dq~ݟXu n {%=baC5\}FO#y>߫cQG?Kh~?18%\59 ߛ#ߞXXuGuVBxS iUj_8^;+RWb0p: cI?^9?Ft>Wy1j ܃+Ucc,c3z?śթ/&fDx}8W8ȫ3{- _aM2濭wXw:3z@xc\2> >eeL9?^<&~1K X׋05c7<܃r~0ү3R{,[02z0S<||uVN‚ 9?L9^IԥCu(IՕ4`q>Rb,+LbT|RsX0 ၯ0c>arxJbj'<Q #3r~̔,)׏023c,00+X!Nٹ~limcKEMUleX@ װ^!꧅թ8ڽ;Wo_-P jjS ~EPL{z`uz!*nA5!5c,p<{az\\z:ob0Gj CgJXbsp%nxc|Kc8F`y=~Cq<.Uޟ5Qa;5ZV8;/SpdTX$q:>8+$?E%xb\/>TՄ#f0' ñ0~Uǵ~ujipMT?t`<6=vIX7f:6ո E os`hqĺ[Fgb\4fszh\qcx'8n#ÝxSaõ.s,{EmWՍum}SM2 {^|o1 >Q=+EǑw^,w)~_;3+P#X%`W'F<__a[p+ԾVc8]w5,6ÙO=3$TGPWaj4>ƿ/~Ju..ĕ 4_?1ƭX߷S{a\7FUQ/ |j7P[7QӵRaӆel6tԟ;ǰIWu<~֝p ߗf޽Z l"5^;>X$܍ ~pCǾ8V<c\?~vѸ/a9ɸc?x8uLp| ? acQ8 YXbNEo;di~Z͍=e%Nnp$cxռXb_7܏W1 [l#q ws`ApNŕ+Ly/_ns_x)*Vx|^R`j7`lp .ƓKaulq>x>öz$[~G-/.Z;܌ 1V|ՃU{܀mBu n p)up.ƣab/%DŽIԴ 9KR='jc!Z``:uy.8f ~dQ4c6aj3XxZb 8xrWw~!?]F\Mzy ;Ԧ;9>M:>Vz8x"\ϩd>#eǒ;|b-9=8IxcSӄY3ÉSS3c~,e'W \~tA=1Ο̆ypN q/:6Nceu.x\!|\$^ǿ1U+̈8W5|"` ~Mzu"SgvqPNh i2$cȸyȜy:cBD|ܿz޵{^~W%IaMv|g.4{~ dG\<3̗$HNbn!&\gVg2s$'ssfnt>]?p|Yí9Cܔ+7|5_ؙ9si8˳[p"${X;@0CaIVd}6g Gp:nU{8,LWqdEn.6y<\Ý<[^(|%X5sndS;V<a aM(Zx# n|vw'yUH_r  0%Ki|TXʅg\Lx.QE?Vx /laI*|XuC(˰"bj{aG~8;8c8빋y;}fc>>b,Lb277.84l6,5.la`X9o$ ;⟮fW v7,g9spOGK~ǫ[BSEJEQ%Ù\Íltؒؓ9 GxJX Ű" S҄O4jƳzHaajp wrlh[Qzn<&/{:'1?bkW1tMmAv1<}E}{BͰ-כV̟L2;ƺYwɬ>f^a{Æ9qV/+ܚ;\'ܙ7Vb-΁ϸGx q*(l^4[=p.Zk>EXٓp,v&<5=|%'r&8/c%~>̵j3æLfr<̅<;|{q661~ÙijWLr 2%w[Xǯ]{sڞKS'2oB9)/Z<\Z",T2,^*TxOez-reY8ygب\ؔ4G 0sG{>,Ś/o`{͕a\p/xW'W )VfJavcMnί|)U.WqYksޛ5ߩfZk۱ pr*kVQda&0Yuy7eYeXILfdGvg"`޺a`b.:n⏼y,ÊLb2p[}aX|m>q8q2gq*r+w ^-fJs>'gsaW^dW,[|=8;[:|(K+0^W7؅ya$-fhbc]&ln/x|`u9i<<|4nLa?~k:[qn!a3m)qjO[6ؓ8cwW:NۇǙyƃ<ŧ;/bΎI'y.}<.]6e qvS/=0[0? [r7q$oD͏8{5؃x{#,|r$g۱3Sx'~}Gقم=؇_[7|۹P?yȏ9糬̚7(>@}lN4Pc~>vLh=Veɥ<,[Y%Yl\¢|!\ǛLԾxcؘkxwO0<+:_c3fg0N".gĊlc9sy?Ys o$Kx'Tg)odafjêN\˂Ӭi1tr,;:8ɗǭ'|&n7بp؉Kr!0aag/ ߫bäjm'r.cKYhaxp72lϭ,$Y+3q8r3NȡF˜Pfs(G ``n4Kox & 3ym?xWp]xi}a5v¾h=| b&|EG4ʣoa%{>x+b'B|Vt. O1 쏧``2^ǐ31 bhP(G4axx-;",]D/wx=^Qw`]K8艭J u J܎oKb9Zc>0~k1Giͱ3'酳p?K>>hQz)臖_BC_4J}a  C]@[qb%d\RY;U06>|&)a)V.PE;Nب#Mkhc Ԓp:9{זp(j$ B:q*+g< ¾ZB|o񬱼K#4ۘ 8)Bw?ar.Ǔx1r3qqXxƻ_`~JdMcw6h8=p.76܁q0 g ïX՜|BSlm#ZaA;.8 pŸ`8nŝ(s|/?`a}GG\腾gSb\q89LB!^ǻX}+KQk7V܉WЧmo?z<;#_[-9i_xms|K+hН'ߡ? 6B lZc87.S\)4xpϤq5^ͳ? kr}X4M8 aM~BY@YB<'X)4X*;3.GAu ߿44Y'5e(FSe/M#4ϔ0buY\PvFkW5e+u?6{0 ԗ1mMl 49Xp0+p?n(BF+r܉IXJ>F\@F"SrWHϙr!gbLY"W}4s7522J^?(3cq S^|q2/36Oιȣr)6$_`nǗ)-Wo&}( oi/}?&𹌴%Y;`O8GJ!^ |J#Y`ķXɜhK- Yc!vexYx 1%+[˺8'Qz艋,č}dվ69@K3O4a qOXu EL[x1K,r>PC,A8ys/b:GW?4t"p:75]Yi"CZwQr%8 FCr ޏ?}i91YOb)=Ka$ #0q9s.o]\e7ө% ֺx\!;9L|d-X3G`m~~G@_~O:`ceWy?eѱt \Qx4~є\4`ۘXXٌI,8|8ikpftP ýx\AhD68c"vk8,Ʒhތ:Ǒ0 106p8ڶ"?gZ܌a6VmǞ8't16>B9je=4.D_ UA'psg &lE:u%p=n='&~.[~8q*aKǦp#ڠzLm?[1c1/a!9%vn|O~1b,yV8G'S(;;X"cKW hN^ǽx e\|e 'HlڠE^8 bv܃G4^«dc^t|e  &OdӉ 71x0uc1:_fQM1\j/ sFU쾄>R2'xr9uH_@917U zO&a VR?xGc݃Aa/ | uNm?Z㘀 -y4z`Wc =p%Ɵ7:bc,Mc8 I'>]%~s)C~'4y|pH:\ 9'G?~ RC$TD3Gl!R,G?7Gy_g; p|6g-|I0)[b5gBI8~I_q wwL,~?xqN.}qO'Ox\-ɼ/3yיcfC6T8 _e7g'q1q7sK)6+A<3r.[<|Ed`rxo,d)X~*ּ]=,9k`Q೬Æxb[va/*@U ?՜?$WkSB?yj9'炏=,wk3Np`76b{ưi`g1; 8?9gnlM ,8EGJn+Γ1Q!C>r,?,.`.Z' ? j݃Y̏83\mas K2k![2o]HNt2fO2o1, zd{ƞDb0;'x7'#X1*~]HNt2fO2o1)HkqL\.f SyxyNO>r|u؈}Ido\y8@?"y^eǂQfy>NYfFǮe1&فؗCXQ`Qϫ3 Xe88K5(x3>xG,ɊlήG˲23?`<'rV\tO5- >gـ_3vsS}NT:)vΛ=llĎm~9n;s$>&ؙ elʖlhv{!O8%p Wp5S ӸGɿx3D0? (K,+g+w8#8Әĥx9Oǟ\pE|98}͜B܊6'`)Ӭ:lHaq8?D&p5SL#t3ΏXL\`fƊQlx&78Dry[KY6gN4n1bpi< |aCᛌpg\U\ǝ?:X;y&s v{9ξBE_/Q$nbd[ˁ"t娮 /8p9S1?q=r0O,/sbqeeVg6bscGvehg#ps7o0|,"| ~l]\c؃2yw| Gp2ϱ\r4grN2k9q\ĵLf̻,03y~6g9^elXTL4I^ ;XEY,_X8&r.GnyY8ff'vcoPd=,2k1o?d\su7,˪l|s},;pix% ,"Uwe:21x7zćJ7zlʗ{2د|Wos50k;G'3g`^Ã|qsuLBd*152]h~Y~F`2gyVb6|ICü9,q[Wu&Fq:c /\|߁4qΠؚ~}H8 ?_HR/y 6M:7bΰ);q`]8nr K:~ŭWq_-88fTJ?Lwp)׹SO{+c ;sz||^wu+> t9>:NJi~<̲i^.̞>!\ͽ?.۰7Jrg߼#SXuنO.;\M'yiIk,\C?\ kNUv+6yؼk ,;`"sC,_4l^,|yIL[\>poDpSO|_JwG/O_)V`\I&Q/Xc9{ygxPV07 4+[#sr "r/sw ~Lܳ3q%w0ky|BX؆]rGsq6S?gybx7s0 4+*_b+.͏8pgqyYR's=nI |y0˕Iq7Y驰+A>\Eq1qXUd3Gq3U^v0_L]]ϰ?]5؄mٍ#9;x>IX5؄mٍ9S¥\-Skj <؄mٍ gr1r2ղ23w֕bφ3s s/oP}u 8빃{h>Ʈ8+g6ؚ.ptR q|,jٚo=b?'<ͻϒ:|{֏>Gl瘺xUgs s(lʁ"=︕GXl@*+<[L.q^c!3|U؀ɜE14Ş̱+>/aM>!x0t6a;i\=L;u k_~Ǎ1>Uؐ/{q*F{s8q.WefeXIldv\ L3Z]bbM6c+~Q˒c8:JOTXopq'3gt[_9֯ WsJߋ QY?xV`u6,-qg'^a=K٘os&U؜s+O}-ك#8y'c8sCƁُ[/OX};+۟^R/WU)]ݰi!UӅy!}X C8 K87r _18['bM&7pn{0Sq)Q"sɬ%JlU>wW?Ļa2S.Jv)|/u{sv~0 7Gln߸G7o1$8we`a6>ZllϮˡ,8*,˳"oK8˹2a|d^gyN\{yXXxav>r|/ ;=(Y5;ܼ;}$:Nr;,11y{*Lbn6^aa>D6{ym ~©|g`nAe.3'f']g~ύtŸ(K}hN\WR|#gpWr33^Y# e\t7yY,;G7ؕoYovȞ/[S}o8˲.8Iɾȏ99g1Kxי.]x2ag&.%;3r(Gsޟ>,GXY1r[. 6a v`~V|ƒޙ8_q3fa.>lw9#Y<3uf||%XXؚ;rsS@I\8swlٓ}93=qL"n.Y``XaY\ȟXPXle=9f´3mBEǬ^Xq\SYy~މO%sNU3yko^Iivؕ=YK^\bvJ:^:|'Cx3 C4.ln}/,3<;6 ؔY\M&۱0 Nt~枬},˧`J؄N O Ǘ؅p7q;,ayōaMUؖp Nd_ Kesږտ;s o0)\z:o;fh2]C‘wʰ@,Ậa{~L}@ >xp^nyšyv-ƺ&?SڸM؈-؁8.1<ɧqpl3N^ ecG|j8 jLJ?od݉aIOsJs˦,3=,>7Lbcf*_=OgXJxeAp/_?gG(氛ƼsEBpIB[pq0O3c{9eYKLU!ʤ&m^'.K:Š)o 7°%mcڽ9,k8SOn W=vp詰LvG>gxd8b9pffc<}}3|-.p FQ;mHy G?ϧv'YڻaX;ެanL}9m<ʛLGYeXuل9s p;/^fɇXY،q 7r0ubgm6f vf/hN:n>˄%2u؄ˏ9ӹxxws0?,;q8'ps9s/yxXDJ3W0ߣtؐ/;r4'sWWQ^e2ݼY|Mي؃88u/_b;vf/hNͣ C.xXT$ws0qxc1#eF)9t~e ̯r.@܎1s r8܅J 9nA kɝ2cFo,Mq"—XD 'xT>f6<-aMM;,U>c{޴-e/lUxtCe}q- x_rz* 8f0;T|[ywe$t/Sx^l6%[:3N> {ʱsYx,%88a!1I{u |R _`ӿe;8'|_Yc}D|hVvnhcp y8s r.9j/`]­;(<;zE`i'aa'68l#oE(AK&)ϧea*9~ w,˸clx=~9S eo%_܀AsWYy,Q^vi83UrqEg8!3У4"fU,^י#;=uر9?,5pRKFi'gtq>@$IG;c?vFdlqNęn,C8b"çaO9/m.V2e Gnp*cpx4#+` 4vnjv:z:0NK~\I^%+clqjaFb,^^+O}$§N8G8Wf܅ u +a5l-#BkSp9m xS1 |_0k1.x/cnP3!8 p: {0#0>l?I4C ~8 E<0>k,@XYc#l7XnW܎xc4|yX?<'fhp $tĹp (3-~E %Dcl]/8]W܊0$;x:c|^sqM+t胫qQh ?b%`Cl_ZwlhpP>76)0Hr^#ٸ_1Di"7A3T2-Vw1}1 T|n䒎Է,fdY@ 7~&- p.G?@BJ|a#GÈ' >AI|8i3g'@G| *_qMN.$vIm+ ܔ}ov_w\Pv}$m?Ud~!Kgr&,ٲ+DŽϕ^^od^~+}z,/O+ϛſrorwG"ޏxo7pSyS̍%?d).J]KΥe2XNn@\ +KU2XOF4/-~r ?n$]\-,Rn%s[s~[iѶS0s 6_eM.2Oa<+p\/a l-?fsG]0&Z57}|Q]l!}qJ p a ʪh]i7X5Ǘxul:J-l' hӞi ꅗ-L;p9 g햮x.Maa MWr*YOa,Nzb&Z[q&iYa`J4y!Con㺻rAfOȵe䎲ҷՓɁd}GyYfc7-+ϕr (iq2lp l3imO64yMp1LCeHkCQIt͎m+\! e"!<~~{ֻyߵVWT֮aÕr #R|.*nq̔f!&2k>6b7>L.><_UَMmao7lΉ{/fo&|xp4 8n?ygx&lɑ ў~f'4~c,kFxy~ W8o=<̓zKaa{vek\etú f߹ 48kx/_/˺ÿ;p4N0)49Lf)~ SuK}qaa3@fdfE(Y]?{V 0ZEvLeonsm/LdxNl~ʕ̹)_mwpَEY؁7dWɝ咺n<Ƽ#9ç9i|  Yy.>V*̗IaB*aA-5Sv@n^6vLN<6/?A8~gx`Fb.eƩ~q{3ߜ|gyYKaCCg9/UN~6e[vg/ W9 sy\;$qdbg:}d>qvx+7^`9"x+,owÃ̓lK,$:lVža|q&#Gf:s|g9}l~ќ3ϊ0K ;'r$o6['l 'v99wXٞr9wqGxvwŸy:и[EyÏ8p,|./(Q%©vPvRaİ/S9ygyY|,|1_KUlp[R]9^dja Vxִ;_x 0/kr6t<<Ǭz899E|vr9i&- Gr g1טzaن]L%\-ü,*lG$s0W(/0Cana xɓaho7lxsV<2af96b vT6,á|&G/Nޙ0Jݰs^/aWlv\>61!Zmhbd9=7 o78*M~URoue5W?,oYĪ&,U O̻\N xs8Y${xBm:9^gwva r"lqx7>֞O/˳ ;%s 3uEY؀eVݿmQo[gz`kgGnX[p0Gާ¥0)߇KGOg3‡]Ge ocq&2>pGq,'p]O; >x?2%[x+snnb/3s0;0K0鯜+,Ϛlg93q8O1Oa"^&-aW>Lh+lYm؉|8 k/|8{0OW(fYew>ͫl%¼,%;K+y-s5qPZ 3,SV}Q[yTa{u=0qnjNjQ2v 69;I/54/ί[c։ƿgx=%|꙰5Ng-O, axNagwOWx aűy\̥\-Gyy:aaUc2aGp4'r6\Lf~xט}u$p0"q.? nIʫ6;,ϚlfGg9<5N.{+_r;&q;ؘMٞ rr2q1r^fEXUY ٔىؓ؟9o\}<γ¬\?YeY ۱N\ˏk[xgx0.,2zLf>DswOo2כL/]h>$?>pp6w Og$,ɊzLfg>1KNsi{^q҃γ(+_s9ӹyįXxxq}O&l.oPV<~g/)۳$[#S.\~U]7MmFEIPb+8Na;9X2̕ȎFaİ q N Sx[8'p+~%lxg؂k{ 3\XYYؒ{xy2wycb6f+vaO08q 7r+w'%^g a^cYVg}>vƾLH|gWx|G+#+!|D>*'O)|FE>+χN./ᕰ_ WgMZB:[=|>GR\ar-a­5?utB,&=W‘%\GBIϗ 3'qZR8tu+零lʧ/ S~*C*맻z=7V_񸪦kO{a{W g4O.7M[,+ k1vۇ?.g:Gt3˲û +?۾G*q,gŞIKScmi]4w\q*+B6yʱ'GFFT4E$$aEY J=Cp~?/=wu|~tk>IOȾ"]<س LODo$ӰYSylo.m-Vm)O` 9~GR(xk#ͧe*3㙎,;_,Aup+lq&b8^Xa3g܉1k'׵KB{LB@a#;4 mL eHK<{t<&"ij3x(0?ah9!8lqxc9u k~< rEt=AIGm!XqrSƷH| rVOܫ Z"ax㾌Ηaqk'}h#w`V MON芑x3l!b (8Lħh)_UgeXګdwOj|lzDkH܂'Vr~ϰ`ig : {hNٸoi*켞8o|=^|V^1xK S1о8]fY6-.˘۷߰77GK+1#Hz`&~æ8Dv8 w8,懸#Q!މg0+'p]g\KdËgi74>'q4:{h,^a2Wɓ)l/qC΃O9HP|mq8ft£8H!3Dnx'rpٿ5*WVkڲ.Ky#dI4i_E5]x lY8tŲҴ܃XLƢISkx ?U3qvs0\vkA= j)Z^8ȦaX o/sqRW94ZX` l?`@hl]xnLû 'ɚo9d2"L]{y-Kr9dY/ q'^܁a [%{`1w~<)x -~ khue쁛^AY;LWh*{<Nxܚ!7-b־)!N/GZJfW `}8p7Fóen񌔱ǢxW= ;ca4p0ڡ=p=V هa],ķq8aq'g7RX </K$0!?2c< $0cd0zaT`Ë1eA,F^c|A묻#1/e OۛμC9X`ͦ氎Cc8+ܣ^1+4#7v p<&b}ƣ|#Ͱ=>dp0E[p;(D71k2~ N` ǃ13?,HVX1Fcs<8%yp7/"߱>G<^#5<0dkPcHi{gCӝ}hK6a]rrt !mWڄY&R:(F6'˼*nr2&SgOgu=4חCLgcTo,Z,/^[&;˳.~܂s"0ţr1ɕѧY Yr_^iP^XP=d,y-}_g)O[p\ǓI;f&75g-Ckmev;^n:˧ݤqWOmmeWt$&b2fC5]!OYrl(X(b10 A% DOykGN6sK0 c.v%Mrt|N@6JON,OvNj8l ׅVg4@EXw;OcGr,$'mMŐ.^ť 4H >g3OA8,;:Oy|;$C.i* " gr;^"1œWF^2vCe郅8VUKSK&`Acsˑ=dH;^zpo#dn/P|O "d ;FzqD2bvlw@B-cr)X11'dlF1g_<4CÛ7E[r&83y?+x.Gse"a3\tq;k#(|(ȊY!){D2"#H&823;\s?yw3XTEOuق؉]هI|#9qrf271y'x7x03sg9Vf6b'~C\W'xx9p }qr?ɝ:l{p a{f&0%sx1.yvE~=L=_*2Aeיߛ 3 [7?O+Z_I^#'p11k0?0C5yɜ=F|Yxk?sꕫصȳ=9yX3u"s2eዜ0eلW4 ={.>8ט2SٚW^Rl?j_qy+:\^mmX_ g/,^3pLdƎavj^;q77v /15|{꺗ҽ8XO$+p,՗Mq~l7؋oq0}0sU|sCitO+!Ya\dZ>,ڜ~# k oiɭgE\WqyC?i?lxW~`df2$|o>&1kѰK^-22Οy˅`Uv`/~T3KyN- 1C%\Y?|1jib|E؟'-Q\:Ĭm]~mÍˉF!s@XT8BpEQQg]ܝ9<Ӽʙ/Ke0 _Y\< ˱7Ufnfgev`70N4mnMN KN ?c7WCy<9|߇?3adev;xmq'q72OaQ6gG~ȏf}|8sz%8VKY\LwXy@.g_5ؓc)<,kXٓS8 3 s&9WeMؚ9 gp #ea] !7 3+x7XVX lD`Oƒ)tY|ݲ;{M>θ:q2apuxg9pßg=Nz=~Ƹ69ׇkچp(m ˱p_J;6#aG e8px׊W3 kW/Vê|S^ؤ~ضi 4n>^İQoXEX8Y_pWX.ea ^`qጉa|i}%9E8du8]vp s_ XXmagn`֟ ./] \|[ckpELI^JvMo9šUReK%s5 ` na³|}xKf1aB>;.\[ >kL Oʒ|5ؐ-؁q0dN<~ŵ3L;7‡O>g_d+vbO?QL=O]37eI>ln|8s.r L3?|yXYLd&q8'r:s1{ygy>Wł,lq9\dn]޻ |1X/evdw{iǯ#^= XO_e)/r7$3|a17˲15@䇜Ʌ\<4Ga!fb[2=e\eazfc.d gu6`sgWPT&s+0O22㗎XUXMَ/s4'sq%7s-[fe^fVdm6bkvf/\Q?*njlvĮAS~-^g-*s4+،؉=6;yw[5ي9{yi,*2;;=9}YفI/yN|% 9۳+s(q*p {xxw1q˱ )u`d"ft9e^fVdkv ~%Σ8Uٜ>gr%w4WX؜>gr%w4S}7pwO2.󁹙EXXن7r$?L. nNq `biV`-&%كIΉ\uL^Y:1 h85FB8Ցh 0JRiG!6hYRCuI'k4c'۠q{}Y~oc6gvW8sg2xXl|ěYw)`q0GryXxɡ/xl|/]ne0Ydu›x'[iw9KYx8e}aW8g6p577B;Yْ}89S9_p)r+xgYp}o`E`C v|Cɜ2źe#c*3#,~ LD~9K[ǣj~;2ÙE#,ldv`(fps?r8=,l&l8;'-$Nl~ƯsyXhK<+5S؃8#99\ < ,>XMؚ>4{8s%s sw /~ae&1ݙ j{uĎLpf2L?+62ds'r yxԞ^~=s2wZE?fIʹlRؒ|?̻0q3)Wr~|?t؊Q{K ˰%[xƆx'kp srdq w8 Ƌg‚*lvTΟ&l<ٺy؃sgq!Oce|uM.v˸ygWIE\[UYIlǹioxǎ^|C y`~ow^f#7wםw,qsUؐ]ϚRuFGcv̂a+EP4QW{KcjxfXV8N8xqxx,Ld.fEy˭,),%YYMؚVRng>ws0Lgsĝ3Lgs_g2S,2g2S,2g2S,2y3Lgs=3ʑ) n!EC1<>+v8cb_8^4R<4>26|!zs0װACjzξaL`.>V& 'aaaa቉9^y3_!NW;}8dsKƃp9ǘRdl7bɢa&1idPL}&1idpLb Ә1Lb Ә1Lb Ә1Lb Ә1j1Ye> ksJ W6.>I^G8qN ᓼ᭰ea'l8bw29?\-ã;I}>8x&7;p0?c)惭ٍ8 9pyJna>kN|r!r=wNGpwϱ3#7,A9߲p?1lή8Լ>A|2'x|e/Nl\ȭ%[dY5. 85/Y%/wr/ǹy^0i\ĥzEXM ;3/s፥^"ׅ ϲaIeUI,.\uKC%κ+Dž\-?zhO02ggwM{No~}_l\oÂ~1xXt׸Oεǃ{~ë.?l0Β[؀moWp5Ȇ93 K  ud~ĚZgYOp+>7/vOɺd=w2}/NBa:d+oP{G Kxk)~_%oJk3o:þtMXT؝%Jgnx's + ߮ djlVL fN.cv|c\X&ZUT>|0aBz6ef*f<p(?V3\KNkX^8~88-XA0xm%naz4ɾg~ϱ-bV=<_pOrZpwܶڙ,GΉopwt}1^'ROqN¯xe7ykx7?'nفzu_b MXMNg|8> ^7}ݏe^ a`&4& [ȫ-+ȉ'_/^wկYekt? .RVd[޴Xywaa_yߖ88"l4 62r5_%yGp[̅g2O>Z6~,ײg# 3|Θy2/| U _O6ϖ -W /Oي=Yty|s3[  |hu|W jF?ؙ88m/S1t >et:e7tH7!d t9iXz^ha*}j/ }0`hL}~3tsyk aCLj3~Ñ|J:A+E#k惗ly&a<yaO> {p?>c/Edr5L&ʉe8P?h>Uq}gEϑ]h.#j d;8Cn|E}/%~hZ:5i|o 00a>~EfFy|IXv;a?Ž1n]/FtcLdG쉖:\{,2~4–8(p?~^x 0ˊd]4B4E3ykp;0,uHV`& tGo<$``^!ƢQ"b/ 'ZA 8& Ob,8n<1a35gYs|\MMH?Di|rCx+beo8)~^w`VIǾhuKڣ.;hcq]Ɖq;/49<<xO-|Izh߉{gt@G>NKGKB2^?qy*IKt%@ZT\C[L'3v8'ƅ!dSg=C{]}\[6G;_6Y Oa"wB~yˮ8#1 bE-b9ē: /TvZ& g'-*'O5ZXw?[*]pb% Mt??ϔl%XOg{年a/G=',{!Q Ʌ>_`0ƈ0A|q  Oh)'ZbS>M( bY=3ֽ 9Ǡ ƅd˛rƢm.μO\%uxʼS^gψk!VXS7sX=gb(&b ͒xcl=0lBv4G.)/Yo´\6y 6~Cܰ[A臃wT@S'Gs2/<~u(?ؿ?Կ6V_hZQV$-pmU.=jK_Lll@.yXX:YLrIKJƷq?= wLy]-`n-qǘu c_胧<nf]4:}P8 ,>qn8a3k?.@<1 h3q)HL,4:N]-hBe[ǟ"qtiX5eO4å><>}SXu5|Eƍ{/Qz`&^6Wekc⌾xuq`,+8{ܒp!c2V?mw> 'X>^v~>3>e '$9`@R_8aƹTAܝ&xOV\O-,@ 'U&h"zxoaZes=x,B\O-,@񘇣_źCLwX?a\#_ghZ·[bDGSj#6(-aIٯ<[A j/ueotǩNR_~]n5ʧj&eorcwپזF>"-G0qՎ-aG\qcQ%A{K#6f:Z6D3paaCPKq3 ?`1Mǣnãx?XKp5MωF[9IN­#p4tvSdM4FLf:F.c t8r|4[fG,Ja0G';/3an5^(C1 Uh`~E,u8n츂|^ɺ`Fc6 q*ƳZyVg>c<6Z&iyhYN <;Pg;d^촓%1-g >l?|HSt8qŊ?X.ӏc{4V޿EM>ߕJ=} W6bD܌^0K-ʗs?qwJLeY[*f \%\C:@zD#MX׌5U[V2V6k't=}|}u?( irDq^I EC9#cyy \FWbK+)7LB\}xly#t&0 Ghu=&~{'kݒnSw3p/ω+2Śr6E'oy$ƗLާȭh,ϓh&]1 sℛqEpz} R&F8=0st>̖[0wAt1k$/q4^Y_ab*~Ċv@[wh񚾓'+^qo>|Or2e)|? nu.Ye+le%dM!$I*#eDxyВY{dSd$~9>{]g}NX۲3{q0W\ռ#xQO ? d"e2oǬ|X%YX5ؐoq#<˼T|X5X؜r0Grg{fd ?day6gO5>%,úl͕<;̙5|#Gp Sdǝܑ]>pi6!︉硰۲VN?B`_;LpX4+6؂!{s0Gs"3Ynl.Aʼn\ y59xMٟ+y O#}x_q+S1WX!_/>&E EGrG.,^*.^Kn/:r:ks&g#f a%~˿9?υr'KU_'^P7xy+Wsy /W֮~||XejA,ý,^]]QaQ~P۾ xݰ2y%ϱf}u+Ylp/j?Y8v~-',H;\?Gp+ÃL$-TJ^dfG E<.|ֿ< _bgr>s9sy׽>s 8e.y^q!\I?;_~$X?3_k ?1ޗ*l:/ (99}#Od ;e _?\@8={xלa\ό9fpS 3"h.y$lW \X0U4lL(ncG\/nbK}빟[roIp' ~>Ln>Ry3ǫi1e0Gs  N/6}+{s@G`Na:'Zؽ{Jg>iq=w0< ;'rS 3p<k\ac>߆ٿo7:ʓ≍V8u΃K".W*㹐?o3E<K̷} Gqp+e$>(KNd4nba=K>{/ja?|U8S?_ዜT3*^cۿ?)nMK5!W+ٔW<<")²ėكI̘2L|^a{U<ʩz{Sۘ|C<0Ν۸26ehbn!Mp q>Ϛll>\tlɾ\L ޗ'r}83=Ws',3 f1f%c | gOXN,.fRlfl͎˸y) XX |89p7xyi {bVd5&p 7\<ūLQ> ˱.q'k.YU8i[r(W37X9rOhm\Ue6c'&8T [p,^{5W?q2Tr0iFɗѮ9ǚw'49ٛE{n0f/2 |Y-.?g>W]yهYm aʅpW/߼gqxGL}Yn}+ƒ?>M溭|} x`՟GCy6>b9G8A~%~qGgow9;w7|y]+|r8[yS|Z W_z{[ȅ~Gיn 2[1W$_`{%z9¼Yª,5D} |Pxp8HXX-1ǣa*~Yd؎{JK ت|9>.z&ŽU'¡5N5] ]#z؟S?.6 'uNx^.b& x:O6k;Lp _i&{x~\Ax:4 {u S&r w =gp53u6 Ss~0h@W oxx undX#sybg؊8wZ4Q)ΰ_53\;iVbOnE>f#~C:p *S Y\$eyS(yƁ-_y>>Ǐb}XaApaؙw"y8$ˣ?)t˜3>B<}k[ oqzڠq#wm 圶9[{gm8[yW̺3,ZlmĬ|pev4zyOUW+Xp~taQe"T7Y4?y 6PK1fþϗYHX؍;XDZq3SO93sC&SaqfIi6f5kyFNfMaar >lZ{[ 7+ ;`ưK#aa')&}p1G:?)>Z4,Dž4ƒ\yg8t bB؇7_*&>N#\+8GXJ߱KUbJ~)>Gun//P ?ȯ8xyYM2|؄/?ss>7r"f W8pp23/wa^*Gy˰w+.y[>3sy8r/3;٘8`Pf=s9eW<{Y\8]wa +x[99'}83C6cRr-cs=\3;̘7l^e÷n",\,SD9EX>84,r#L-?ncGMQ:nj 83v;A'ȑSB 0U248|ȏyaabyۖO,ق=8qq7^e $ g[ !ƫ̹2,̲&^9p7p'*3}L`U3|z1dU& _8~\mǙ_s3AȢ|uv|9cX}OyvaxJn!}K"`[eL./<Æ3[31bae-6aG@~Ewy:G]Gn؏o[S#'Dnbo7 O>^侒NOS~C89! ar Ja0OͰ@}gq>̲j|ϱ۳3u\&6 _b04 ϰsf?6~>|['Zwpdpk#]y .z>Ɓ\\{xe v~ *qF'ě~X-ٓs71IvR3Z7x~c cs|l SYkz8{|s9laA>|-ٞ]؍ᖰ+;U.`[]*|kEvS?p;^ba&C,Õ<٬ k38s7p? 3g+>fs@(p*r#͏MؙPW؏)Ōw|Û7aDna\ s ,2tÜ,:l$`<&r3ϰip'bƻaùZ¾~c 6@Tr~M}W*OJ%ˣֿ8Uxjn9܏/;8rna[*,r K,g=& p?$N,fN,s7p+<2ce˳:b'veO'yy髄Yx>cID6g̙\<_yyV 1b!>rƱ\-<7eIe%6d[WWW*3wtd~e<[k{6؍C9s"kRn^寬P~u/xyt`]~ GC}y[.<'NE휛x1$3~؁9[3wP6L#G װ^z:c/_o971~_O;}:Üu_6J_m??\)1U|n}qsi6,xx4\+|ls/q!O1r<+ʼn|d5^qV ,Qc_~LIagͮ.[[xh~yɌ;=g|@`>}/Gs2W:$\?;w>s_ b[g޳x_ss#,}3p+_̘1,3l.L\y?rfO ǹ v^OyOccӧ/'3Ց֮|Ş O\_'^z#ڏY(-1K»χS|~B^'p-Wr>__ }ywvL8W2Uxc*~꩸yŔχgևGv:g߆]o ']V}9ܝ _wEWw+l'|l?d8 '8v0k-\:Mx?W Q^<+>O]}"|7x5OxSJ^'-U?  O{*|pן۞]ѯ_QG;º7LJc{O>~Sagx͗o^/\?]] S<0'í#5τ;y)|/& _=6 sx*OSx硿 I/_~^m{ K1 gr/ ;obaᵏ?w 7EOW< 6x>|WLzɯ _{}^ o'*lzSxqcyߛp\/vGW{~m|۾8ߥtsw7s 31wo ᵟ W~&\ً̆A$]+h8tSß[ Nko]n!}Y?O'm|O?JG\S#;?y4\X'9iΰ2Y7m&. dYZֱIi1^YpCq#ec 9YqE.2Y7m&>b5kX:36)6