#! /bin/sh skip=1020 CRCsum=1590016904 MD5=ca9ef027198b41dae4cb4d9d399a4ab5 label="NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.05" version_string=173.14.05 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-173.14.05-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.05 # 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.05 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.05 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.05 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.05: NVIDIA-Linux-x86-173.14.05-pkg0: Initial package NVIDIA-Linux-x86-173.14.05-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 : 54436 KB" echo " Compression : gzip" echo " Date of packaging : Mon May 19 00:59:25 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 ]31H{!8ABA  ]4[ 8'!{$8!~~2{]ΧjgݻvAN?0D~'( Ի%ݻvk%K۴k޾EZtO۵ةvm~+??{ݫlf(صcAOh`AOPAKnOy2bg9wi'~A'Or%/Vc <' qs֦Jc;O?|eywowGn!^ny}诏Vst|^aqtx{sl̽etNw,p>sYu-wv;իn][}M掕٭?6O6IYm{,^%g-7p+_r9w}+w܂w3[[m3ؙík r{qnCn-soM^/7n(αrޏpr\w8Wݺq xpƭ?}ѽݾg7kv[Ns֕q;u~rj<-?q^⶟Oony+s{픰us;myW\}gJwݶ{{ŭ{-ȽOF^nΣ#v[Y9p%m^gܫ<s׏}V> vH^n%}ݺxs-Ourt?v#crYKg\׽źq?9n[֝C*Qv#ɹ?w 9gK8 sn}?g{:9JK\p#vgI^[ٽݫxwֺM;VVKnۆ|+(q}-vHqpoܺ=)cpu/f]YkϚuGq.p5ϸumܺUָvUQ}ǯuYә˽Zm{ wm Hzsw^4=_#[BLs_5Guovqv佳{Jqtsr~pOd{ؽ,YLj"n9ڭ#:Yk[n^v/,[?}r[7ٝcε{{%qL^>[нRgW侸m>qvñKztkWn9a䡬[趻1}sL12mFWnƹm3φ΍n9{20k#O8^ܺ?6Yܺ3G+;F#_[~gK\SK /ܶ;ܺ{掑٭K^Vo.y't{ur5gZ"caWil߂sH{ֽ/^>kݺ9 um_حYF۽'=mǽʾRn'g3{J^-kCn}}~{_}!)+#q}y HY;u-c[Wͽ~ sۺz%%/tl{½go -o඿(?'[n^Usw%H)u[ǽ-sN1n6"Y6*|])WݺFEݺܫKҬ[n"{^gԁ8T|ם%5ퟏ0ޯtvvR?>r6wts R0=n][J|vϹFܺtn9[%P\qet^פn喋Y/{;7pj^}}u喇8{H>,{;vBn)LtZr~ܺ^! Juۿscnv5O%8Ju:}KK)>q}jc-?b-ݹ{ #e[7?wnsƽO-tӻww#8BRusn5hWw\wMw.px>}-s+>rpn]F'sťu׽FvYȽJH]A">nߺR7}K\>uWw.eXH=]Ҭ}%_tJumW.{p۽t`r[.SswuнI/d߹X~_mo3迬o72p<co~ M8/{{ RS~x_O7KO/Dö%qXB@1v%u;S8g-*umg{=q^뱴 1Kv!N0mW{ä,߸ioX7?{irm ?3ӎ)H;Q`r1ºݫ<40t?|ڭ[??|VMV};M1ˉݫצ㉴_ϯ9_c~._k13!| ?,f]V9nSdWcGcm14.:hI/m_QOi~i'_I&5ZVν{c8ŭbye\ƺ>˖Cy_ªv{^Ki˼s*:/w꿬&gK눴|w7l>;_wFK >GI6=(c6gb^%fy8~d<k{39"F؞+ wJA;wfr=ng~gQfGnٚcdTRtֿ1Ρ۾+ Xߌ}I#IYݽg=Ij2n?E׎"Grk&=ön[F}vg%{?ߓDƆI?{EWcU6Z,cy_^-6}fe(d,~gm~8pn{I[{C/}>Eӽ!c엎Au<}6ȽL_u$1}_ߺMe} Yy)g"5nc-n9|1a>ޜc&Lt>aW 7t}CdtRͽ.]9oWNgdYIYrÜO݇?q~2½^73w撺;=w<|{ m%qWƎ[W)GU¹쿟Ik֭8*KǶܶǥ>n1G%?s;s|k{y/w,2}_-w)~ags.}x#G'1J#u^Ie%K]CnYr^ݱ{Cw/w7>ޒޤ|oV=-ܫ;V:9QVq#sG2uq˸Uҹ{rɘ[s̳\*K!hƘsҎsN.$/>aqVcm*sA2a5|^Lw6rһWt[^mFt(mCrZi,d,:/("}5`#k}T}rtgG&o Ssm/]Q|Wם_Gcf%e7,sWuJ__b(Y;D>wKW%;>m|ۯw}-iwQ+w3oy~.EY|ptIr2G|ۯpǷN/"ܷ}Aw>|\ҷ\H&I6ǗN2.>Eu-uǏ*[/׳JG0EbK9{wh~}\Zۿ?e.L?\||?bd.~n>n99o}ϕ\܄W|ܷŷ߆9O:rof㟹>&Y #1"*>̿?oߥc|/̟[,H6O+V\x|lOIw4 9,gߤTv·|Zkb޾}H D}ĿgE w|3Ѿe})O=~J $moL`0o%L|斛9~cFr1!o"¤.򯈵&@o~J;12~26wOyķ|.|],߲"Nidttݟ2komk8E'ow#]'c LqQ߯݉D5W}J_|cTچ޹ş޾oJb)wg&[~fGFm5}Ob޾Bz-/ÅoPs&zH]\d9 ̗%ҥ(?5_]_sr{k^T7>wn,?up]AaBm| XT|cDߺ[Sԯ+싏+G4O|߿Z?j.~DmzG*Ke2D2[nLdՈ=/L|!qK/|7m]wڷ׷}D\4?)ܛ%r[9~:Ȅ!&w;9?D_&~=w1K_ֵgB}_7O&w$S%w$?fd2db|R4y6oo#A?c\PE5ޱ;o~"Kge#sޱV޹#uoS1)j4>#پ%&9z2OS :,)dSw%w!)?\|JGL1ſ(ӾY/yy>sT/{.Eti=o4#Ѧ=vDFiϬA'[/W0D,4G`Ӿs&zoyl}g1cyW^6.[ L!%eJ7?wm眮޷D>(IWL)b?,_/>SߛMy-%L~'MS|ԴrKݤҞ1/iJ9cڧr=PwI{)x]cR6 mKشdI{ٷ}t>}z)?Mh+ݍՒR>tDu')ؕ_Q{[A򛧦CWLH~9wΖ~Hyf⣌OF4>$?OA>zJ#RRkݓsIgi/d)]=ԣ;^MSff[!?J}ć>~}_1]3]s{Ÿb~E%O\U}~!-^^f҇\ko/>blӾ>$\.0 .gm}Ѷ?8w%}~D_LR}r퇂٤;^2wE[e7I}ԷHǼies=ԗHz 1MZ#o|L(_, 24c=bMN|Ѧ?Pw# 7P\;}}`Ҵ\|[#߽{.+S_!?W߮&駖|;H!s~^;{~"[[˯M{w=z_aSI6R>52Cʓ=ľżsU%yQM{xiHBAw"+Kӟ 7_ϖ܏R36L|e%]|~g_%?5y>,n9?-?#&"cN?LSgmSH@e+Y%L/>-HX~JHɜϥ%/?Qy毒^26Γ.K{_Q--f<䡤8]ΛfS.Y3~!H)fgoH:~#/de?y/#_|r?+l*He9?"K?Ѷ+g,M&S>˛d2~dƃC~ ?wMi?D5ҿxRޘCR?0w oI_. ?̿2WKۦ/M}_2-#ħ2?B?2q>?{?>KiӟZM[dzH|1m!#M}xo?-Χ~c~H-Q^oRd_`C~d{KkڟbC?~w<.LN,T/ߛ!`!L~$^P:jiH{uR36f>A3M?}%? cKȆ#L+S2ߊIzn?oI7e}@j-OڔG_J|7鹟-fC90!lo#IXKI?&FJe~Ҟ}c_#Meib}nrL|[!U&$nAdߌiOOеPbL+f>C6 K[B#`yGL'f>e%L?["w2a륽c+e>\"u3Q~.:"}_k.->/O泘ҿg'lkwo0UӌWPKڟ?%C~{_5Bf>PSɯM{$LTIf`K6&>="?^ 3_tfL~;+j/|'q2O,()mҋJ,&~37S Ix1?H.3Oo>兯_'L}|iM~'SCĦDf>o2ؤgɟMz)͖ i?ecK}Ȍ<ӟ4AOhҰ7k2_5@ګ;|iB2[J?(uYꧏ}gEҫ+Ѧ=Rҷi֓&">k7K{݌l9>* S+孩Nwec+$}$6wbcr{㟌>s?ʔ[QfVpyħL+m~|\nOZګ|If<#Kb[Iye Ӟ>E1x3M_~}O~hڇe/ze%i2^a7*!S(fg&\rK.iK|6PiH>fʃ˒5*_"LWUȴ$=l1G$?0_ym_vLq 9_LS~S?/#~U_Kg>/(;ftI|6g}d~y'uIo=A~Ҿn+?K鿞-#3q^G017[3>&g[On$)w|ġ2bڿOd?(]}e-bgHy>i1}7wҟdZ2biH}nRJBcƛkOK?Lw%/;"y|0Sߕߏ[ӿr\[Z!pJo|ѿ7TR1!IZOf~y&}@3"L?ϙye>fM~ozӧ\|-1L{y_I-#W?sȄ=_QCtx'r~l=wѦ3,l귿HF9T o_J<ctٽ }Zkfu3sR5Ӊ#oQEw+H}WwjKX?9Noy)yUIIpf|6vr_ț{/OBL+Yf1G1i[R5AlYÛ<rz?~RI 1Z~^H/m̕/)e<fçoG&,dˤ}ӌ-m $=+7IOs+w9M}]ӾH&#| #<'!!&eƍ4EST惘׼` Lg?ߋy޲ Ϙed)I7{L?|Zi,o υD7 IR_~s_Mo{2kڛ~3xUb:Oj߹6}d懦$f|a[[1SdS)xf>b|>R~2~a~~29m?޿䭟O(a^'}{Si?Ǚeof<4I2}?ŒL}|d4ԗM7G;FƓ|̒>L"ƺ߸~|ԿLߺj{"J|.?cǁi}]~hKd>y_L}>O9O5h*)OKz6e<#a;H7SMs%1[A0_*IeSG_o_z~IV}IҋO /eȔMeI_MoQ? }3s\CLs%I| xOS%Hi^|{gS?+L}rwӾe~-[o;H{O_\ Q{_?ay~OߌOߋ6d)Hz2WoE ?c73d>?e~oa/KAj(#CIO4a1K47أ=2JAfJ{ߒf|O3˷$=iCx/Wf>)?L$̈́G6ioKwK/f~u)L~P2KzW~ՓSJ~܄5J|6C_0髇Oߔs/OѨF%4ɡҿU< !3缔OĨϖo3_?S_#=-fTDLNqOLy}Yx@3!,aZydi aڋ를3[`_dҟa懴SC_xTWjLcf2D۟)y0'R7񡤌d<m&?ޢr?FriߛW}Zۛ%yd'3G@I}i/S>6kΧo"㓦4]it˽xYH1=oFMN|.7#?!/>ӿVK{R^}y7@lic'{.l>?.8cv{AR?4ҿnRлK̗+(5 >7)o.k#2>d~_os/6 Ҿ4ϳH|2=e ߯wKD6q|0|zbgk{R1+eӴH}qgҟ_PZi2m+}L9ޞ.[yO5y㣌_`O?=Wڷ}鹞{aGeǷy3??xhfio GwR3L}|?!R_2!9C)fCS5'V-{'MCߗ0<\ɟMe32WML9A|2^gG􇶔03ߡ3,6gH.1|H_L|*Esd{Ӟ9/ 6F,f>^6iЌgܓ5Sa=:?IM[uJ_1 oMn+wW^.y~`7Mxo[׿)?My+1¯w|͡_oηg0зMoO@8A昁潿{߾Efz[[յ[v-:w6hٱ[ײg6Zl֮c~=vԥMn-:wإ? $̼}'؜o}lc3\fǬ2=w8`sI#{;&=11nQ 9S$y|n5Ф@M 4q&Ф@B{γuQs= 0Wir0sM&>xeTl\mL\ OmԣmdL1u0[n<ʖ6tdӅ S? flĜ Ouxh{S^:@I &:9{/L̽ 4hכtj0@zsMyd7)LbWzo߶m=ʹ7= y3M W~ke21c_9[7cc˚0Lj'̞9S.xlU.s_l<49ЖS6mOletdu&/ mCm?>ԶUm~b!ضL΄O@mki[ems|LS4xL1u?{=c,frcem熛O_zo2%ԤPBM5q,Ԅyۡ&tj@j<9Ԕѡ.bBy 1uoCy 1'ęs!Ǵ=&^yL=c<cм9M;}y1M30L 3*ī0L3u0S/ 30fga&tfQiӅ6W1f'?a& 3O߆ H& 30SW {י!Ԕjc&CM5j-Ԅ[ `_Kēs!l:O93?Œ{4&nz7:ۼ'n3nژa Iצfס&c|13v1 qä3c抸1s5i0ؤe1}Dӟ1}J@{-vN6I&lCmz7m0&Ԝ)XnjyL?')Sؽc{L{Lnj#xL߯ {LyL?'56ǔa6Mg:櫶7yoM9܎Ki[?شaM[,ش4ltsZL[)شm>lqx\/1"kcsj4l͜2ٶMlߵ/M [3'ܤp[=~~3cz\G_/\o]>d_&z7mc ml>lZ#&єe`W }ඎmӂl?mכ8do9]i>g)Mz v7s=Y} ܴyM[/ܶl1qcґ1Ϛy<0`!Ķ_Lb$Ĵm[| ۮ7k!bPvΰ}nćp]ܗ{m<1գl.s\<;&Ǵu];gä}۞ctwgCMYjnj0 5}G&{jǝ^G׼vy65ڭKЭEMO7kͯetZmIkӪknUnjѵMD>7[oEX7esm~e+7m';fifߌCgs)c=v}n-somz3i7sx~N7Ǝwom3No͸7ut׌1xwLdf{OlߑloƂFS4ocv^O|~s7ﱿG`N%mf/2qc:!<У+G'L`DoFoaֵ[]lm6];4R.Zwڵ%S??gI~}v:6_h!G uީS.v{:zwT;tloҭMSN tکI&:nC~-zף%ղSn]mר|F<.mޱ{F+lӡ\tnfEM/{%8 ۵iZb]ZQD_xejV1* XZc_܅G QSa&̃!X' 7-^b$n8/x/|Iֱ=^W8nb#7#~ڢ~e:6F[6 ܀; LMMc0u4ѪgÒXh? ܌{٭b!u^ŻQScν[,5>Q8Ow}?\_mp@8g  xyx[p'ijO3,_QbSj8r܃=~0171gϪKϫ\ b!up(N{oonH>Zw7>j?ԼX=&|\p~Lm\^PT|K롔k Hq'xkZmp(Ÿ<װH"Vǯ3NY`4xc}&ո l\q8I1=D?<qPi|\>ŷs5-B9Vo_c2j&l~#p>qLXNM0`qLXb&̃!Sp.M17 ؕ8OM-8Lx܉0m9P,N܇iq\̋X+a䫘߇пcZ7,5>.ǟq zꨅ$Ƹ/x }Ñ8|o1Q#Ђ`UcR3`l_a7cpnM/s|am("Ŗ ^Cq6ǫxX_Q/Ï0};W̋%Ʊ8 xޅ;o`l_a7cpD= 7T'ob싃դf5NęLx7p6E4sg|<ǎQ/8WOlj'?Xc;3q 84 ?>?iStr%nfޡcI|W|s+[lNK'Q%Uoc}|ҩI0 ~y0bYvX*~AQI-m3Ւ4 @,e*{㇭+Q#]}z]>ĥ=ܽՂx>O;Z mq(J]k+vlռxaAj[\x Ԝ?xa\6]˹ [ybU쎿&1Y`=j__}6دvž8z܊'=@?) sGsW}:8wx}SN]?x$z;LT͉68\{4d1/jq/['SbN\ T#K*bZu:52I0!Xw1'.,UHPD ?,6|oq?VPkbs˔P%zsV%%p^e ,%pf(Ga SWR|*p*\_u/6=V ?3q5gKaMlq$Ÿp&`,UĕwI/1q쌿wo`8x5xćq+xU8Ept߃W.>K!}K}aC,4d4tip>/es+)gq~~+~?~%Vpc< 1mI=% 9^w>YzPn>"81KlrO|zl}R%=>+c]\Ԣ%e,7/. _83RoQ[U Cpn= ` q9FIsWM3p1R}|QU# \aFj3\DZLS=F7cjҖ_+5 0jQ X~^]r/1aQu)nŇu{Ϫo0 gm|}5q?t@퍷}>P'S%W;Pᨔb|J͒ZrO'S` LImEm~&j=pVOyC]{&̯LCfW|LQ0Gj9,0e1[jvQ]Kp'í5X_2gSb^ǒ%f \kqx_=59f|e*6v5~Sq.ƽx|q03p,5v>{aaC5v~8'H^'jgMxMդbY5vi cfjWL{[5:̍X+܊"^7!f< a8Vc9>X bS_,Նt5v8<\[W[.M.v%?`X a{LMM0 a}lkcžGb5l-+FDK]pp \a<1okᅹ1`y0 ww8m?&{ቑ%o1(~91#ME&X 0!̉Ű4>Ci1;pÝx qlS',k*'f`,668(MvKCq6h8r8 q;XHx᷋HxsXMA8Z<^BzŏS,?e-XGcMlqN]q/0z06ǎ !:O=OU1Lٰa)u9v>8 \p ]^菅 V `(q}}~Ig0+>ǁxcsg0!rjc8&v UAO+>['畔nJ~ˠVͨ~U ʦ6ͭFbu^)v+.)/NBmUU}{Mꪃp_C7⸍PZ5[0ekÑV;G=p&uͯ߰=F R'Vppu3v&8|zLTaIji9昮nkg~PUZu܏8 s6=qت =Z<r|p!a Iyu5u=wCX+x^H_4^.18RIz O9աr?(pXTV[b{#NUTbjxZmU Q3aD] Mش Wa÷_uTaNjBlY=ׇciw=k`ܿQ46Zz`슽(Sq&9 w~<',^xc|oqL>Ԕsc0ns[n"}Y6dO ߮V \Xc- j܉G1n53xOb=j\/#sq-“O-SpǛtZ{ ^8}| 'uH-pa鏨qÄGպՎX\V7`kj,q;p?x8bj8cڇ'jKoVg*܍77<O}E⫻xaj/PM0`]p NV[cw\/qpbuNŹA咨_0()ߏ}fP/0v 58773&Y՞8čxV&t\;74=Xka[싣px 1v~8ᏸTg|= S nƒQ3v "܀aEԄX-NPA,UBm'}`3 wmp/f}mԚm Љe<ؕM]=׃IxR'r܅W0}حHl]?)8-sg܆R?miO:68'cjN^xo>걑ǥG,1Q8OW-#Nw`-/̊1gV܂4(Spnœx3r 06SԘ b cN ĢXc쁃p ^{b:|v3f8 V#vX ')LsNS燓qƌ9N9x \x8Oa?'Iw&NS2a1>!8ckgB܃slG^ŗ#S~c l޼A:I:&. qC`70318cߩ=z|K'/Xq2G  CYbKQ?{p AJVN~y:X̤~AVu 9nN5y.=~8geb_MY0a up4"/_A݌;<^5< *f\%>w, b>UA}1쇟bj_q~(<>D\kqX9V{jO܉*f}A,.u Y|qj0@~p3x3bKpnÃx`Z7^71{ bipN97Iݘ|[Ԧ\LZqaKu5&nm׎pƵO9O-&j, Żf,U-Kxb^3 Xkb+\ӛׇ57jdl<@]9R=nz; 򇹄|ub٥[7ohevPBKo'g^b +jU .pw7[j!Ry~t܀{0#><11`,)vøOHw W܆ūxk?Xa=$ʧ'Pc V_psbjP2˨Ni cLj ĒXcG쇣q&x~΢ˣ.ʧP.G=Ls2Yλ<:K:z.X_-P]6k6i~ނl RWUWMPP܂~3X ,\gSp9x 9p3c{ § տ0":6įR u'kվ8 xIMYM0+6Rp(!o|Mc^O5L{Hb+}X-}yFc Mx'&>?{ 摺 x Yk= #~cq:ÕaBۖ(u^wu)xocXf=™/blpN{)xQb{".A]WT㖅EXMV͌oW jşէs#ᶙx1u-ߪVÅ[ oWhPS⺰n3.{Xx /sU1cmlpٸWnL `}jixK P0!G2kU'qLy| 'cj'{)sgxVU.p*HǷc+\W۫(|yɯs_nVŋ kR[Vw9܇'}: Wv,]_W-^ǻ|0뭦꣖Ū/Ga~jlq$N4Qj8=@0.ſ1p81R] FcԎe;|MǩSxu$NV[ra/ceWF,W;a4|+*Y~]V-fG05~0Z#N=~ 6A_c)7[|76p=L~o|qjC\16 a#\v8c]˸ b8)PxF{Axx SS`<nǧr87a#+Mo)N p)f<}ğϨ[YCxbs+|sq:~{rbԣ0S\R?x \V׸S\!`Uʗk,t|-wto(Ocեx%W\RN9LRR8ܟbiN Ņx z33pnˬ€O8QSFOcj/RN]PtPD Hx~I  bJ\7x ëppn¼U^|EMp5^GOu&.ؼ5WfE~ fMz8_b:jŮ|7#NVg_9|9&>s|9o`jAW?Nybʡ_ -iN#Gq|L9Z-ƨ;0XSpZ{g??$50d)j\Tſq4&x ӹg%#X`&I&r`OP Ʋ?.p >@\!\1t>UGNg6%{!ሳWLH p-^Xm:C\yfKWT܌I=Iw4KJ7"b՜7Nœ+!|2^Kz1x`ucj[\0I87`⟉Xa#N8-jGl067)n-?xp^”;(1N=w٭G [^`_Hh cģ_׸㧇\/,y1Q+{txqfUp&W8ON#v[$c܆1,s:Cy3A9yegՋX Mxk=d{<c?hw#u~zJ="L'Gv/X9ႇ1 ;x84gZn&R`+'Va/qNAOrVFQ8F܇g>ø)T =18bqR)1+cq . OM|S)0 ~Kl=[$h\{^s0 a{\[+T,6/A-\\xVW}}Z c3)*1~XC̀91x{R>Sw 7Tc}#X`G=A va8g`Y=bI,%>~P?~Y <5p>-&.xc`„ l 9+9F-&Ycl=q@ 7,\ۤ&iy5A:u.S^?q|~Dc|o0c)f8Odsgdkq^[DωQ#|?"uV?17̆0Kalk~^MA[Ψ62հHN4]x&W Rcbղjrjj]\5*ǰj7܉aսXKJTc ̃aͱ3a8=.ms4{0 ?j?9&kXkbS숽q$Nqn]E&A8|\nauTgu -{q.KM1+rء T5Qc쁃p4 P'#Uf<8:oj^ bx=|q';ǡ8㍉O|q'0#VB>M#~Spt cLQ}qN b {P"^(fX}?v8.UWf܇L]q/߱J5a-lV܍u,V Xkb#\_6oτ~#p*.]xb#׷հ'\xCܵUMM]͂y0Ka 8\p7&M|,0~r`l-&`_u\Wz~#_Hw713p$8ˣb l_xj՞L\V HMӫq!xd{p.*sa/0ẺŰ4y+p_"Myy+7Vp VE{1KV†8&p3p$~uv+ԻVa2jcl=pƞ8 ^q4R߈ïpwcpL\-ނRJF_  Ӆ]Cp,zz{!}`Q4Vf A[!l7p ߒ #\[,?FFCFq1hg|p"(~3 jďI|d)ƟB~J~=5-.'>Oj?ƬgtqV9.F:ờ\.W(|~!_ Sy\}''=(satA]ux*5_'7z $p nx/#f| "^`6̍E6 S`;kcSlq9w8"\1G~q}x|o0#+b;܏G&x_c܇jbL077a?G;6{`3>O'?xo=|o0ScE[GM5vǑ g\NŹM dzxA c?1+)fX+`}5_[j(>Ƿ-07b8Euߑ`sq,71_cbXjj̆1ñ4Vc}|q} sc c9\I0 v1(Zb5-p8"\M#~dB k`\m}qOW8C8HJfPJNQUwSWȠMXS?]_O]q+ƃx/  X`3l'Ɠxoc|cjR\wC5 \qS'RMG4^›x?lŏ1*X#~p3jBc]lvǯq kz7܇GfkN>#[\?z܊iI<c̉''r~8/\ɟf\u8brՔ#Ի;{{Oՠ \j`گڦ:ajY=Ư,%LP_Q8ߘ0LP &'BX 8qnã3`. ^bW$Wc&C+pFa<ѿZKcUĎ "<1v >Op46>X.ۭCA8mk qnxcj'}J=Onp+^3س߃6="_Q^Sb~ 1u+̉&OoP.*< n`V̅ +63p'1a-p]u&x `{j9C+~ <~98c'c5l%`BuB"Nbu7MNJVX:z|&N&IxRsVV Q3UwdR~v;X9:7bOԥxf |/GYМj'[mG;eEqMAwE1gj2̈$+6/N8˖RVb/ WYmy)caMĩx oa?LٰLc5 oj~9nd^›c|8ÚDq ?oLRM0?VdžƁ^NWf܇1|+`Slq%w೉+DcQl'8oMVS8 c8ڸOE1TK `ij.ǢXk`z ;78 ܀W-s1/r8%w)z,&6>7p!Ͱ8bES {G^ŗCw8mc-݀0ĉ8 ܉.bm\kpdzLX a\q3SYNt=XS|)WPNW(g?θW^<Wq Õ "]ce쀽q ř Vð8Ɔn "܏Galq8NY7Lp17cecp*UJzS "8gB\;'\"ŖS|NP|ww0I3c̋XRp8NyoC|qOSnj;b/p&>w ׃Y Ny 7^¿0~x? ;`Oq>~za8'l\kqw,. x;Lu<^W7fIAX+a-lpn+^8ơ8 Ou|# v8 w1zVǤwc [a'G${+q+_`ĕ 1a gb\*9v~8?$]c?3q+_2wC1#~X +amlq0{0=@,]~\0e p\q7)zJ8,\"G&cvǢXa쉃q<1vS5x|af0Ú{LlFq4NGUS`f̋_mṽ%,n fmO89>\ȷpOoY~]F~p&^>D wǨU1ﭨbqx8 3LdOɔ7S(_;~;pN04k><ߩsfSx Cu;H͕X]IX^I5$Y(ς}հ[x0Z}]Ө9Ҫkz:5Gj]ܘAmQds\1Y=>Qg|yVfc^쑃?elq~.vG݁?US[W ᪂|?=S@xb +yPSwap5k!a\/v-(N`Ǘ JrأTC˰Y˳?֪8 ο"]+?WfC>Xe,Q…ٯ TblRuؿ{|?vmsC$k#oع ߌ=^Z?6ik-cX: WԜy~][ զ='Zc,c>'}I8i?aj?pH1J]Փ~zW&fuY| 'q-ak<\5E݆1r* 2LߋWsOWS:3|7l܉/[ cBȤSL֘2~/: ulqN>8^qq0l LoG[m_}q8N$>̍ڥuQadBPo㔔jTjԘb:G, jHF5w&>{OqgV̦.̮ʡɟ5srEsYr>_Pc͂!z6 A#4VW6QG7%4S4{1%RV{!޶U㜯u{ ~A-Q=;i:a.VUtSSvWb7,S={i{ӱZ%zߨI>{W{GG {>B( S W7 T[3=&M&w3L/OPᘙY5g|,5=?\3;'~$],E􊭖rHw+XR} WZzʑ G&g3᷅FV61NV?A|m;~Z5r?ุZ05Q-8F<W󓔟H/84zgS+|.%NfzWԱX:j xob۔w^r#G/C,7D)g/?Uc?Yψ89 e[C_7÷/GU&~5R`j8|UaxvgK&PwbXB5 3zgpO#;98X;{R+Vi,SO~Oʠ3>O?qmf5'20ש%N˦&ʮj9Ol)a\v897G}G',|ŇX-ʼtu>#sߏE7yI݅/p||esĻX:Â78f2(Y2湭N7yc|~8G>`N9_,燅#0 =?YAXƾ9,ǻX% b_?7/f~xE|X 0_1=^±#c1su&20i|uJ7̉A&p$U;],?Jv#Cb.,e,̩8__Va4?ȴ3xx ˥WW` \/|2c/c|?O3ga?>J5,?1gu6ʪ^a:ŀB"ZX]a U`bjjX_joX&\\Bp&&8. 7K:3p`Qcj?p=nyWW#j>3-mՙ_ک1S{1s5Ii֓py.˼{5 N1Ŵn|q3܌V(|WQ=XNq#ùjQlSq1n=x[2O-u=8V<&fD,U0aq5œ_Ŏxk.S/OWp!^6]}Z kM̿Y-V16Į 8 wE̾c5찋ۘn7^/=#^m Oc7~p@]pH];\o-ĵ/sLrű87~pty0`;Foqtr_'._>8IaSjŹx_aj{b܎ gov!8<>gqŕcsjN,M#~#q>œ'&?aElp>Fo05G<܌'orz(W1K=_1+1<ު;8XW8wu {ʿX0V9Gd܈\lN'cw\1Y\5[c?Om;1~}p'L Բ8'TKc?I8e3%V?ǯp"~D- 9op|OVdip#5$WS,A0MF gd"~dU `섳Г$ɥ͹X8Oc::arK:>T83Qst܈I^>Mgljy~\-4M=ot238~&a}[&0;`MqVAVxĘC_^D:XB@ 3|u5&ج&[8jm\ 03-C,C1n>ߣvKxa|Oޘ:sA X Wq-&~p-n½xgHwG$L{X W^8\܍'1557b1/u3™X[aOBwa_X&z܋>0=> < &t#:>/x/ L4(q#ICӝT 7$SPy M$D$IR2G< DSdHz~uw={?Z^zӐّ8/^VbCv^f';+hxkEW8x*y"?lK>nbjÅ/MGv K4'Y:xʇ0gkxNnX LZ*瘵C:(7\RLbanf 6 b. cw0L.g=<ērŠEesxؚqo޹5|-9x鶅ل]3k)Gp2q3]rXeX ْ؏8+ߘ1%} OsZ?>#cJn=g'a?NwY90OH /baKko'`ee&1fWPNfx,œO+e9_>4V-q,0;8a8p5M /ܰ;3Dǒ°ϰĢD$/9^,?ıLy^V ޶T1-X~̺!Q9La9 yzyk̼]Xp8픗ŽEkxR_c_x~y(72;uvH=v-au}ʧcuBb˟XfOK֑lτ.հꟉ>'_7C?7x,YGAW6%99üs̒;'x[3o84_8#8baGjp-e]9py*{> |Úɫ2:#|g8XW؜SyIO s}Rx_#gk0¾_&w_ؗyh9_saaO9Y!^aaawNb2cC|%0Ȱ psya3,4:|ŸoLX9s 5᷼Ƣ/vt,:e]d.ҧ9as{+˛ ?\ bﻪg*[@ b}6cs7q{g,˗؝96gOpHvXް S?X),/.`S5| 6K|TsotX`LXogq;+ [m&q5oqa֩c.qϢ",s29Z~6l!zآa:~,;XmgXxw?a/!f2, {Gy?N}au<5pXBX® %9foƍJx;Hnbnr ] +G q4]siF~a#l}gPipeɰKϗ7>~Y&YS_ג3<`)gU |{s Gq q934U'y\L>2 3 ˰>_n2c!juðy0˲"& _a+IǩHM|A;ĸr!Sxx~.S|Iojrx?,/:?cܘȅ=_6s&7p;᭯h+%ULf8+9's6?ek]-+ H!f}~YUMxOZyur _Z˼ce>D\-A 1_Gu88k|yg.OW4Gs"s1W2+t: `Y#x/~osoi=Ka\ ܫth`DY^5f#y;aC<»gU (KQGx?p w{E^ fd:c1ȵÊC|b2S}[¹\]lXM.^ufn>ayF|Y/q0WHgXكc939˸Xy8xG^dQVk<,=u [7s0s!3XgO,cƛٛK7!|؁9i2Qٓ 73NxK &_eve_Ne'X/۰py7u 4U<`i8;s_0Nd,˱OLyNR!uf6:b}Ysn^^7  qfpV/}p4/癷VNpz5  |v?.¹<)YnO4ռ<,"LXN)_>5<ěWم#_*s1nL`]6bϜg]6bγ.1:g"0|7Xd}=]y7ooaY~S3{;Gl\l)ɜ曍7q o 'r&b1vVv`ď99MR 34yMe`yR %EQ e[)DB!>_QJPPdv*H̾?_o;{9.!L4Ź\mgfd^Y%lʥ̲/30Lӧ8#9)\~߇{xM-؎Yd{8kxCVa>ٙ=8vq#1箰K2=.~!?#xvp ƞ'i?3|y'y {Ê<Ʀ.*rogLo<:y^akIe!ᭇ-G)[o|/r,*/89:na:էK1u\Tt<< k| e D>q:KRlǎ< ,r< aѿŝ 2كe)Lasq54ǝWG,wAc56(8x .#^ao3Xrfd%gk~O<Z:/|F:/:&-[2e؛ G8.*rtM{5/gr.{f 'q>q)Fnca>O̚3}̑yX o*|X:O؞ٝ5x3!_XY2 a9j+l?4aμ1E ,gBRg9a>lVD8)|s%f^Tְ*c/>͑l-=#9ss%Ó|<8[-9#yZ8ڄq. s%\5<= ?^^a|kkaw6=Jhy{G[%ڇM^~23:' osm n _M 3 l?T74Lajn8ᦖVs)Ã<ʓ<+&,x;+[2I(N .jv<ŋ6ÛXw:)۲|c <.xgxڙ'̲{ـENk_;~=e M;pɳ/k,%Iqa8/OH򼘰g$u>?|@8~T0 _z^daG/6`ov+><͜؉#L~q֨x `xaq[XWwx+r kRpǓḁg %{mxeTX}ZΪfo? . Y6<ΏV$OKC<_%gu gmp}[#y,sxP8^ dHLx.>|98?~–ć'-x읰\؈>4bӰ$,2oZVeKYn2Ϯ jyoykžΦ_7Mjc]x/ׇ877.a:nv\Zr Y{uɖ>9qs oۥY{Gs>'i|c<©KC 9o>&Yk<Y/U.A?LkG9p?R "LaKa ͚lv̾‘[>AYLLlaa=N4.7G%a^睬lͩ̓+؊8[y"w9W L:<3 o8_ !w۹ɧ9 Yfl,ٜoZڅM{p0KRXeYY؊g g.nN<DŽd ,bUL2'3=dI˸Nq]Kܸי g+v`gdhNtq195&=A9X]q3C|jXӞWyy}t:G#IuKj"[X؊ƫ=ʑ˵l3Ybl1T}˹LQ9&LSW,lAY=+UӼ|)K!2=X533%3\ojgfov<a}KX_o>-83>,Z؄^i ؙg u.<8F! "DjʕsVCs!BPc5B\?!Gr?z>l߽?}DNb->EuF6SnfHb` Ӹw`6󹂗gXX ٍr<'s6S3wOO>h0/ u~N<^=x,8<'os+U#?r86 j,:OF6 V6;!^K ?ouWգ.-|]7ˇsC:G_oH}+Y:k~f ؟eLe:kas8sL)n1gzpH>,~u)8ٮ+Nimuy:! V?@fwbO ĮÆ3̷5Xeg_Y6b ;18Iy\n>dXX ؂ؓ99k=<ʳ̾'%cUeSe73c8^y~$+:;'s9s0{xgys|XuٔmٍLNl.*n.i^]Fa\{Y% w`݇b|=ؘp:r)wp/O>L0󹜫_X_6T`$_b5b*G$ +q_TpJfϥr$-{c~U븑;xי!! r<'O3 f,WlΉכ3\=1frUT5-t83kC :18wnss,Y[bwz>/ Mf=ǘE2˱9cGvg?f?c"'q:'r wq?/*f߃9Y9۳q(p=ۜ ;+/_d;[\Lg1OzYsb)8".#{>||:&03L1KY`0׸qf+sRҌbS~u\j[7XMٖݙysg6`&r 1SB,Ϫw؊ً)0ap!7o(X/۰Vcη sxi=2{`aF&Ƕp\,lwَ]؋a$Ng2RTn.QE^?|]0's3?#Y<)[?`,qGp,'pgs>Jp3+/2||Y+d[vfO~Qϯ8=Wr=Ӹx:{s9Q$>X\uL:_`5c3#*|EYر>8N 8KPO}w`X}[R,715۳ c9?|eXo'?f  } xw->$$_gm6bO,.c* NImF|,",|o5;cٗ85Ӹu,3ק+yg\9~q Nlʯg`֡pq6RbEF9_r 3/e\\9Z\c3's'dzı/g{ +~|p+_N NFf Xfbp$}'۷),?M|r;~m`tugsΙw9xVp.|klv֝'> 9Z(x`<߬Xdư'osa9lf~d.+~22yV{.b:<6_XQfͅ\SX+κs˰ )S ULA?7๏9~曬O7?gBMfJ30 0G{]΃x95s6/97(31k=%ؿC#4 7s'=qYL:%E\q8a#0o%;29pd*s/8O3Šlx(N Re(*1|eY[ pGp2yy3,",ʬælpT&s%SC<+-Zf;qr<'3{x0yǸm.Gr-1[=wEʖluuY` Va4[`$NB.Fn!b+{8Ә!WkuaK~ƵpCa`{BI7GF8+6۳32t^_}G>r6rcw^bλX؆]ǁ99^uF?2u؅}8#8S\ōLEfĽ|, l~1ę\LV15fO1 ˳%;298?pq/o1s֡_eVe}d'q8s:<,Jfkvb/`~q3Lf|E +۳;9838K[xx#UVaF=vaT&s1Wqw0Oo3gv?&lgG0S-s9s;#s0#Yln0&]>@i <<, L\5;y/3d gAece/Pdw빝?^5 قYX5؄ٙÙ)yyW,ʺlʶq0Gs"|.:n^fy(fak|Y1L6I;̘#8K&f ;38 xxs,̍}fG?6|uOlv,}lxP$N빙9ys?+h? 7Nd &D,Y؊7 VO)L|6ye"⃗QT`Gs"Wp70O/lδS:_lތ碮Gxeo_}eYxsb,/? (_f^/7 n MHQPwY}&2WS &$/&3.>ͷz" 6a'c'5 \ݼξ=W,|3[=wmW,=Xm9ugV9ϳ/⏉ٻ[{q3|d}X9[X&FsoA˩?q(XMؕbcqusO:efsix5 &+EuR.ҥ(%DFVFɎ̮)2Ju_}<=w\pEϹy\ijۼw/_;%`bovfQ5aa^vMLNU>*l:%L/,<Ɍzd*&nmdbC\ g2ubX an`G$>Tĺ/vebٶxcp<e'ckؠ~+ uɹ;LXؘ9_rp p,/6S 337 +>9_ǡkW 2f2+ga_^^+,ʬΧ/̖.|9c9˸?(2o1ql|XeY _`SgWƱ<Ã[IM<sWLf'C-_4 ?).9w ?e8登s'sV+p$~fX}Gy71ـ؝93<ԵDgm#8󸒛#0iY۱;r gr)|S_>?|p0s⃫xfa]NJnu{>ف@ױpCq/w7m[9w+_f7eff|Y on8;xo3;aI^~[;}"}X^`8wYo}{![s7Yi5r=s}d؁A& vNa`NWy.pp w8 Lfa,'ن17'f]Vb+v$<˛,+9˸?<~bYX3pp"#={p0q"2XϲsG;yWrY89 ?$>s>e1.`Qe9c|] 9sm`dVd'OX._onr`S͞\ƍ\s0,xYW;ϫLɺlVMLiizqve/~ı_~A2la*۲+r0 O>XC;;{?Gq"7s?oìg|~ô#<>[w㖯XY}8#9閇19;Y|q~[.: nGQO<„֍9X%YOKKLb⏅(+&秼~e%\-8ْ؏y0rN ; rhc{o|mAXaQby0.XYٌfm]uٗG03?+>u;nٙ߱ r:lr.u}.alȖ|wq6fWzx!I7ŽL%>k s=7L֟;v){¬ä,aa sKg˅ʇX0wW 1G0Sǂυلor`pFp[0W{׽S8u@8y~cAXp+pKoa7+{gؙGylW{O}q8nv->7<}*VgÃW<DŽkaZ&4+p[a^N'rWr-o0ŝ0s0Kr_<~mĿX،c: c4Sx]ٓ8 aSa?d3̞7|k;+r0/s<g1g5>يك1sr 7r w2M0sY6akv`.jn>9&3m0aU>Fl΁1y\<$+(ΘEYO>_`Kv;\]<٤Vga.!<()OJrgqWs3(1KyXKl.\]<rgqWs3(1/ +6UgW ~ɜ\íhW,&V {`?,}66 -1?`>lc:xy} 'N@;tGoq8p &K|hpDVaW'+^aq/^_+ -Bdn#6Gh!Y(aI ֈBKtŅq;ErY\puθ&"-=+d G'!^OY#y _!6~)p+T&7>`|Z LW27ڣCb K8;[a1feg8\RK܃;hpF=A$7uF{xg$#ӱXihq04߰817?"T0=H<}p X}&_\ױ _R܁%_XbIqھqNZ`w[xfٮp4NŅحpkW(9ZհCx &Kl"`F|R#\69%ͱZ3{X;Bu~J7i?lqh%oɊX`g'a 2{(ϥȑ/7[q?FC|0g^x}|1 1$M<[^S/ H߱ p7^K{2n|Gt…X\Cc/2x{>7W@&Ire]L)'X,>dՊrb q%o¾J U8*T8LBW}96p{\7Q -9`00ld*[8w}{yB&cuձa,p F]h_™p'H Ou>ؠ , q\Cp&b b6@9'=z -l,@:ZUKee `啲&8+.;LtşhVfn`:Q |^Cxpm+<2ĻYX& v8Ǣ-:;p=2c!coXs|-YV6rfDA6tl.ӰVKTNj%ZGfu~cɆf!/t]䞮ܷW:XKrd<,u a&˹K{e zX,7N-kn/6[L %w.hv_m8$١q\&IÜG%OhA{a:rYi97/Ơc?+[UWzF`n2̺AoN /GiyǕGQ2tʤY3t(=&l9Nu;Po܅C?qXs6H|0q(Lj #>IN|88884q q,8_ H|I~"SʄkYq]Zݐ79ALȟq21}(/=WS2 S9\|!W*qkY dz!r;Y:{%{e˖?ɯ(GF| Ɏ\0`Q(ixzssb\;, 0P/-[V.*''a< V%jʺen]9XNF{tj {4(cYwwA2b)cLm)dֲ&< Y܍Rb ^L·kqbCXFd$&aw=Nek3=d%L=pv'3YT^o)~+:Kq v܃G1Me_lQ]HC3\ܹߓ|I䃞r\/b#+a=숻Ir,QBsi5ʖx]FaF*Ǝx!ȝ7ʓ[d4 8uCby<qx1C|o0?a?dW\x{ә2 yp_c9-LL,DNŹGi4_&}!Wp*FC0M7>{Arz{/7ʐ[< <J1A1wɘgr\^ʓm$rcyZNs%]{,3OAyg^'i{|yh7!:-9ah_ZΦ#.܂g.\]䄁h9IGɑS.4?𲬌uͰ C+^pCƝ[7FiƄXe؎;|ؗ9 xD\0oOdOxǔ0KN H֙.?f ǝ/g9^/9N80bn8x%}x s X>'8ϭ{φpr%װư.=3۸'acfe؊ؗSm{؟⛜Ņ,Ӹ\R7GBXw|;]>?naag0 y&~p(k ?(.J-̘jw0gǭ`\éLP~XG9p:G<\Ê/!_/ʗ|M.ߐoʷ_IS'r9|NN/g3ʙ™q99¶9ÌĻÊ2y¯ ɲLyy _+E\yP,,TZ;ٔ9Ӹwd2a>9la*IF'Ln.la>x φ-z^ gKr+:&|5ؚ99\Oal{ye\x`bx?21U{9OOOrp K \?{yeR=AX`uQX{iX-؁0#83K. b"ea'&s)Wssۊ6a[vfN\~OrW^L͢I6d$xBz~}lEؑ4I£L1,*l93]t.\[6boJ&d>ͦdn^eTS,l3;}u/3e Oae=T+YpXUYM؆'xP$؞=Dްk}aae+ew;+:.q*̜S+?_s+<ɧyr-& ߨʜOٯn89db}'ن89)\59#_aֹ;ܟ-8xx9ϧ¿ֆgy/˱[{p0G6u1tܺy4 <Öib יHWhXخd؍9 q,F/p+FbxaJῙJx9x"7W >~Jy sYXq(f3l$a͖aVa&uN~:\/yg+mؕ9{/=1#{9)\5,7,ʬFl9~m.>1(gؕxhp33 {yN&38+ YQiz.yW(g2+y ?fJFqw¾Ŝ,Dbcb'Pv\&c_۪޶iϷv ܴϿؕiWSg&~?ĦL~>~CaHx:<<8kυ.؇:odAQgl6lnU\-<_8%u8 >3n`4|TȪ| ي.mȪ e[v';r1O Vfd1f}>A Y\n$Ntzn>sǸ N|.b ÆA|H6-_f_6+X0i\x #x:(U,X\}./T 'W S=8\ÄGs0{pWd3ʪl83.f],2ķ[_t;D{1|R~︇yG0s81.:nf^ufClõ]<3:< ,| ي/'s(Grp}.<ʄa=,2j|,_`wY\u<3Ŀqy`eU`dG@Df r57q'g%dlYYO-&].\ïGxט0++fegPTe sq/G ƿyϼ,|ؘqGs Wpp7 /ofLV,²l 9\E\ƝWjnyXk[%`ɜk wy^mfbceU`dG@Df r57q'g^-,Ҭl Be\ C̾y[_fH\~qcڧpxnN>i6d+vc#a<}*7 ?Ɣ?~Peb?! ˛~vݖkp|n;7.{nֹ'lMn4iǺ E6RTb8f"~Z%lN|or?<ǿd9YeX[_aGp,*|5و{q0d\ɵm}Xl[#?A|X>"IG|ZE>#*&ɿ?.?i..+jn QÛ C⼖&5iwӅC҇2fZjYdz]q9Œ9>'L6_8"=a((^"C[C7JG!K^ge}_6|~/)y[U opEJ>T5U [?jC?8kw / 7%vm>(lq{l*ڄ[Rn>}!<|^c]_&s1s~`e&xLb+44pxUhعDxTp>˕ /4w\qdql2¡p%d$+J̆#{W4d$1~<z_z_|ZQa$[&cc[4EI8ށbG7,OCVH 7i.x.&5:i+q>h 0EfaP7yaòۤ^h&+&>BG{\XcqN FɆ=?T#cX삶rs0t8Y>9 /XGVS)lj?sClOZŭ lcD=E|O uv2.J1`\ {Nm{Ǿk *܄g0 #(p\y_Y uت²frNBn=.`6A?FOMzxLʽH4#cc1)~_0@zc MTڟFXcǮ3dr!>%;KGϓ8:/G"&Gx)4\"8\0oc _& 33p'lBT,Ak “~89_=zb,{J /y 8~͏ŖaY \;a|AAr,nƎñ7x+n5B$J&耮 h8b9NÅZ.; g`Lty3r'&Ɍ'rJdpqÑ1S+zu1|U& 0x4u4%/ K~~b%2~հþhQ-L[ȼ{܅WځrV?S Fm5,@G=.YX}Wsiы ̖ GNi2slؓ v嘁<LcA V<ƽ'/K1TLMd`Z e4+gue_ i:BΛ ON/r y_˖Z^kW^seWƣ8u܀8z܆]eOtCeˮ87a6Z"p9~Be36hVXדy膷-VZIc4V^ =q?M/ 0W7`Vqbղ;z^X׏|C-7:v7:8ilr.vMb$`;r2 ?b NY.`LX7̒_Ȥ7*yk?PU)֑&eؕH -5| ;w2P>Qke)]'kɿBo&&2 ?&3RzW`L@ze{ }_ʧo[o{}t?aY/c =X}f~|//V)MdqYB5[Ir\OwG#}Yi'?1A,Tc )-e\$%Wd.*z"-ۆʲ/Q۪]˗5D4s{=}~g,(%C䜡r09/`0Z6'ڡ2]&̔gl2~鈆2/-,EO~n1_N[$OK,xx,=pN9+C0 wa=|E 2c]lͱ-vAs@+6h=17b^ c _*X M1 c}10OiXo#Vruwl8q..Eo\[p'xb:b!R,&.66h}qF;t膫q=nh$LUm=e# z.c~7W__>Ai7`u z7PCV7x& Ơ_#qPq(<l;Zv Wz܎Ix S1 GP0 Oa*G"@_",;Ghq&KruG32b6``]`Cl]Fk/-|o3~򻙯X/xbq,^b|h11<'sŇ{g-q8a5lt4>JqNƳl@]e$Iַd zf==C=8'_c ^*C8i hu#8"1/._fy`/5ԗ3ڣg,sSV,>ptY3N;\G4G\3ܧa0Ze/,,|Bl18`2LuC\ZD}C07c$㘉O7%c=yX`1~^a'Wy]H/dW h9 y\xG>\sj sp:܈卪ry5Y•4%'`0 ZT $;o&˹rN%y6VC;xt>.s.}U8i讬rOy&U|Ǟb`u7Hh*-۹7|?G '.=La9a#r3$WIrdA?ly_6˗qzGұŸV>-?e2<']}}rVn*oc?dV2Ǹ6D[i^>.2lSD9N.D,;v4Ɔh+v&b:L!h,c0^," :QM|m?yxLW#d<q]< ,4gZi7g܁ ~83+lAxcs<Dln ~ơ2m!kgq%QãII''˳8 Y3'8G|p>|xQF]I{E~,2op}|V| Gy?5(q<.1F2V*khDbƲ 1й\4Bֳ)9N,(-`܀x^InmT Å1|VW,hW`26'c'/YUx$^vNާdNFo_|o#ZޑX7UN ,J#Sg2e#frhtEV18OZHE'\6{(`k1>&{"#ظߟB_5|A0cØg"t|9'/!VGSlZ|#”EdѢ.KPd/Q.KFc)Y2YJ3e!HDDD?usν{ _f/Hle?qsv;=7sX冬p˿E̶}ʼn|R4qpmQq3υ`\]A\+KV83sV ^|=<+,b؅9ۅ18Y%DfaaEfwQ_~ݍ r~?T7|4IW3b}ccqKؕ#}8Vvca?_ΆyIl±^ x=}a#>ewlP*l.|Uʇ\Ű2;W Woe)&1c.Ox%æcO}1?.,hB%;O M Ʃ˖XbeѦ-b.w-ؕ_O^?29Y̽3,*lŎLLϼkvc~#̱W>"۰/z9Öt)^qeCvP~έ<|؇39w^b]60p>3xuLDN*nᚬO37i\,z^^-n<b ҬTN,.;y+>Ɇl|or:q9O0!yw&'3y{),2|OًIoWoa֘uh>3E^,p|kav@!ds 6^~#<7\ow `lx`\z|8蓮ߔ0 kWs7S7ӷowx~ K %<ΎYk80ɣ =6φKYβoڅ5|Rxr87;'sk + 3rp5knׅ{ Ov1op70y Yp.░aQavH O _~zM}C7L oeqV䣬F|*p'3.Z~ǟOLg)Vbu&1ى89󸜫 NqÜױ8e9V#|O ۲#70|ӹ[O1WXẏYuXϏ9_p=g3|˲*k0؍?r4'q:r)p(O8.Lb#`vfo빝G7/3̰ Cgْ/-㇜%7?x9ff kvʱ|s>zngxfaeVc-g cwpr2gq!3;xW0'YUYIlƶ>1\uƽ 0K۱;r8S9c<+LYeYO!-0iLgWpq/47C=K3NŁIι\5<ē<Â,’,χY ؊ٓ99s_qw3edy>:lVlʼnO?W^`#xa>'ًِ9iŅy\>:Ģ0k2ϲg;v+L$N\.nnIgEEX0[={?Gpg_ g*'s2ygy K,،mم}8)Lc:3븍{yͼKuc)Vbu&1ى8Y\Ln1&,ogYVe &۲ pStfpqO3y7+:٘ATN,.d&7p V7,،mم}8)Lc:3븍{yͼ_7+:٘A|#<.=<yWt,rZl̖lˎξTN,.\<Ƴ„L&9;ɑrKqga`%>l^!Tǩϸ'^bnYbvaa Ә :nQ̿}4`V|/+_@N4~%\x$1W)w4AVgm&[ XNLgWr-7q;w<ˋ,F˱k>[/39 <9׺-|U(ki6evfof_'|mNY؜ٗÙ!gs~ɍX` >&ay7wl^a|p&p%a^M/k5{q ?f&wOzUXuN`ә\m#[/ӸyYhct.vc1bQ˺l|or$'p*?bŃ<,ڪ0K۱;r8S9c<+Lئ8˲&dC6c[vaa Ә :n^if3vXXldvb/hNtRtq>V A4TKYS!n5~!%H%ɽD$*i(-;mdkhRjPe Rc_}99s>ϙlyXt| ɆlLaW@XN;G\ï8nqllve/xNl.'7<+ܙY؂mؑOYqgr6p?n~9A<4˱k66gKe>n'r9| qp/yYGb;v| r'p&R=w xŶ3ؘ̛w-;|4.zo,].>~w ^b#Fl6'G~oyX~"[psȓyqy{AO^'n]n2Ԅ0{ Bp!+\W͋G٥xx]ßاVR]J)UWp'*.W3ׄGxlx᭕ž7'n V jaakP[b>_WuoPXٰ [=G?N\ƹC?:~V׵/W:7[6{xcNa=W{}ɵ~ ONX/r-aR2R,jlf|tgrJaFpFU¦ɄaqƟj_ 27>ν=l|gؼExu3k嬎:f<I 0{X،s'1G_X*-|U}!7p?Ճ|xews(](?^lÿ9\mņ7 ^Q^w ;qx&d,ǻٖsnf ƹSp3OM3ؒOs$'q{S~Lxۺs{Qfwx>Oؔm0Govž~ǪQ|\\gL`كae` .j"3kQ7qa^dَ=ُ>rRܱ/|8ėRŠut{,3#}τײD?i ^3(O1qfr- k06*x%+G=Ƅdž f);u+k8M-cq7ֻlWN[2dP.?s|X;Q<,>3,jA,^z3l|8k+m=8 ?4?:ػF)W4 ͙ؔ5uofS>+GmxA،ws [^ÚY֍r_(u7&w-~j?av䀏?Q8W_i_)o.efP`åVfuE|"oMwϳPp_LeD &\ClS.[!l{ .b/a*5gm fr;Ϡ0nx/leY᧋ZaU3&llȻx,-+rvvg8k C01nNf<C9 `|qp8؃83#y;='㸖~ __8qF|7X9n?9q{_/^Yhz|]/ ǟYH8Y슰_៼z͋’WI.*f5}_7|CXl؃gR5v+66ׇ5*h8[ybةyfx'?fs+ 2Ql\GX7slVO\2S&62o sK4r&b>_C&;L.e,¾K.G ud#x淳:9Cp54/>)D/ʿ-,}7K\?7sxWNM00,:|"olscg2eH:υsPq&/_/4 w_x^טJ#/Iviq0֨Yv~5|`L[ p#0kzr?OK.rXi|%Oaep1wڏ;Zօ?S?B㿙L\DZ\VY\u<^kgE88N^W{2,A\ɍ|cG>v_9skm8;k}Y>,*~pjخc+yɖo#xK{ɓpDz!ÜEp_։r8Ӊ3v:B8d[V$BIٕ&J(dDYRDTF%D~\>[w} .??鋟x5<7^/q~u$yt.}!6+)S(m$+#ˢ^)'ˍx,QId$6.Ԗ~HӺ Ğ< i|HNl,j+i 05i#%8\&@hYn0`1V) nب#;`78O h@Vd0~L-S0v%`V{3^cqSk:I,cicS?33nqL+[͓8q\ .fabt yr˯VD,ZVZC}^tsGw#qrcC8 gKl;a/q:Cg| %0 3+r\XɓYW @q+fcG 6|L_h"!vMe߈GAUbX4öG G0 0sS Ax/]|Xq: nCO` Sx[l=p6ǝ athpc2fA FcŊ)>O1M_f̢oKƅw0gWb15yF'ʥaH/l/[;n/ XTD@^ .BOcx w~d4|XV\3q}07+ߨӟx=MJ*аa u`cVJe$]0pb!x˗5+ɜ#֨qaMٺ7Rכf | ÿEq-\+.vLYztM}푽t`\o^9|__@=> |10yGP 1(?N|X8OЧ肳Ooh}:ؿGp"lu1:Βg("苻ck .O _uu7uqId]Y1w2X1qMa=8;U~ 0LLp`g;a~Je?ޘRtdK;}*7}&;.yK{0=[Ⱦ>'eXᄈNm\OСj$7 c<_AFW XlMd:r~ze2 ͛-Ws?Y%[)dҴ|/W]3{IrCx V kbs4,C1;[7܍xg x 5a0][N|H(#0FqX e1rc$\'3x9]b #pLl"C'A 8aX,+KF_Y9rc>\n"ɚV-y63~xוطS_>0̤a#k,-er(7w%q|ҋ8~|es,7Dr0QVpi0J^LJ$yN#1zL3+JYf#^F bt3mJ\q9pLhBv%E,`Krh:6|M#/=˳ e"9~.2 ₯r):a0 saor1`*|qzbW@o$^2}\7"#MɎ(IiR޲ M !3o"BƑc$"cdEDqzy[<˼ͬY|,’,J:|,;%D±\u<ƳiٙXUYMَ]؝p4s gs!s3x'x7!{5;{r W0[ΰ[-&o2_.¶|r w8;7'p4)#oىۙny Lf 3=9_r 1}E&r2>fl&qkdbaMv˹[xxwPǼEYXCY$O)yw baW:+nyِMxsʉ´%] K%ÇJW^x8,=Hm[%<ǫ3y٩Z8X1yřT>f{\3 US8L3FITzgqggw3ޚ!gsa5#^fо.y'[c]ĹL.\VCnsGlߘvc,.jnO?r/N'܏叆sx%-!:2) GLbS7?[g9vn=|}o׋˿[(i,5.+cyJy (X@8^ q2yp8hxpXp, 1s <0}i"/u-ΜY|8y+9V5n8k>6eZX1 o1 &>cN؀:l v\fLD3u3Z<~ڎ nAulvɾ~n8oX_؝ ~n6(˸x]ihxeF-?ÄɾN`)0|+s:Y%8~M{^g?؅qG& ؏]&~~jɺl|}~WoWc̟:|=8q 8^`[wGG O0u03LupoYpg f _FVYn͌LaaVf@56eO?2is'f+y~y\dnd6bk&;r(r q:^ehzn1^e$;2C8;/6 e gU6snʅ\/*/·r:q58/1U0/`56`+v͏ 'q^g=,Zl&r0q.Wr:37"bEVg}6|8㸙{xXXY-D8JnAɛ^s!a/xWu"{c~\ؐϰ3pgr \b,$۰_c 汇!~ޏ١+k<_U3՜[0o"29?6Ԕ'L`O<[,T<ÿ)L]G});#NR0]-pq1W=Ǿ͕W_ye\;8$k/unp9/2<+Ń㿵Ua5>X+h.Ios>'yϿXb9u}G۫?r/s'N`C.oG}Gk3p]Nx%'] c?W r¯x΋/Q~~179<^w+Ls>1ᦟҧ8%ngTSc?؟3u@JpTp ;p{ 3  +`BMpwve.Ϝeç9\*?GUŒU%u'K[ mn`a 㯜flؙ㸛_oIυOu'pL" fna56f>I _ep$wfwxa>QS >Xpzd  sRg:)|8'X}u9~C=MtUV.p53K5x5G؜q3 ˳.q^aya vP~Ό_+>w؇"cq{I8vi5yXc$bol +dU;yFZ~qƺzc n gˣ uޙO2VƏ)p6aM<Ç؜=zQ~zYvW6poO Ln?~C^=?3øY9+}q#kաk9b|q9ؕ f8 Ga? f;n8τsG{i 0![@8phy)sG+~-WJ;Ju8Oskp'?dLn)v>̙\Ŋ9#*+eo W sϰp4wepT*+4Y ΦIFI?DTf!#n%n ٳP27)#Rr^uι ST g_m?W8!!L8KtMyk9 #ro3k;q:p 1oݰ";s 3]ܳa/&G>780ª>L'5+?'6  k$;=~<[lc|x?`sv`NwüM!˳۰'Gr&Wq'dÜ| l.L<|YX͘=w Sϳk3?nbabۗJ-l-w +߫m¥|ؓ'g9[xi [p3N1J`2{o5WOyP_^N9#93xr37 4.UvfOTrƺlŮo$/3R}Y-ٍ}|fÖ̾"V`|2^`].W2nl߾ȱ i*KYs xrN^~RX^Wf&N<̑F;ܴ2Hs,3 l{¯R}҆?Pj].nb ᨌᕬla\ɾ/%;L:>'LyY(|pؤH8kdX 9plaraWfx"κl)\ƫLY>T!Bܗ+ 8kٺJujhV=\^τXu΅2o^az~XAOs /38Caؘ IM˿bRzi'.^.6~3lM1[a]zz[~ˇ hOy;G^b热fwnf(3ZcƪqjT8wLN sp62TWe=߿ay;1?|gAB(|/'KZ+‘\<ɫL2ÒȚlw8Øĉͭ|p" 38M^AeiVdm>~Ə9ǘj2+_f'HN\)^b58`q>κ[3(N7\ c<LǾv~cnq!fܣ˲2f3{IE\m<ē7x^cnP&qlͩs3/w.b^`9Ve|1S? mf94ؘ63ɜUlоyxYGXX 2M&s~͕{xYpX9 y7 K: 38 xyC:YkuMu~״#er$ ,ka  1#Ùx# 1Vyʄ*aGb^UIBآ;;{?q8?8s˹x#_q|p~$,4Ldf|"/osdٖ-]ŒoWwi߶Ip;+ : ]mg# ;~,AXC9#1<5Ha၏#pVsI\ĽL=*~9G#|bX>Ǚ8+w|>4zr// Yf[f]Xe߫WcO8օm8a<->?LJQ`+|?x;-c'sWr;Opp1W3ǵ8s]79op-RGeLq[g+efdaVc]|CN4^Q\M=<{2Y7qL9\=<ǚYͧZOa{vCxy VgC```']~ύ̘C|I0[9:o=ٕkx%r[W^&>`|ǁ5<xw0cncQQ{YEs  ?pؚYH؝جhD27ay~h [ s<z#sr9,SW/,j|>Gs&'Yb lĶA|b۲ =e's6Ws$ϱN%u1LWټYY5ـ}~ęE\uy韔G,GYO2u<_d+g'vHAY^a*0?˳*k>%>M##fg^`-gSvbw&ꙇx؏'e٘9 7r7r;O/^ nؓk?X>!R'ˏ2˳/6'ö/:7Qw®E{<ċ.,:lρռ̲÷;O}o;r;Wy1O'X{y/ ɐ׆:?0v(}i9N}M O̓<:>7C9iqwfXR^hKn>˝.WXtAlJ{5j kvxn̼7Sn'fO%&:s˖mփnC}Mn ~@>W^~O/蠸2r`ɝ{؆+NcλXs1o)טs22֟gX`2/Yǣw.l |;q$f̛_w tggyVc1p;ӥ?t ^L:{҄1>1a{90GxW1twsrVp>"aWb|G'  K3 1#qZ2aBpڠ0qNgcrIa N*>3k= 慣W;/1,\*=b9=N:i=φgo]_őR̈ +TaͻYiͲ}#^w_x,gxsy~89 2Wm,.&*:,kW3ĭU]uæ\=<07+۰?4Q`&ṦbX=yyx򅃸)Z`&P~MTm C!l|?MwkY&|NYRbqkRQM9hSIJ6]j$ClaFJJIEI:g/蝫SYl6TZ'%#Өt*II<1>axi#3bWp/·|ɺ(ׅkׇ`<>}}O‡'#6= G|埭o>gK;_+y!3x# zy/mG<&ĉ ෹c^wwóϐGE焗O.pG>+Oȓ/ {QiLK-p OYOK ;S/Yu`H8n^-Y=k^p;ٵ? _.kao6F-l|L>zm6#z|efqS,-<#aχ* Z|?|xZ8 ~po _DÇذ4^[yA }X!>~s ^'Û9DZ‡y7_ycxM+q« Ox&|/Q/pOgQaéׅ)m7?"|Wƒ3{[6Tw0lCcx.W-/A/ ;~?k'N?SsϩY<彾3o3|Vx-\}F­χG!<3z8L:GW6{w??_Sg¹g7>\_^5›x\Sx˫֣Ë_q[2|mׇ/}kx?շ}{t3O+|7 ]h|}˟ O 3}^ obxF|FVI>p|Jg LK2GÃ50q;!M~|I';=Eg_|fx ޽ž^$7yok=y>5>C6sᇾnn ogNϷ~'$0uon.+|e|z!syC/yw0g5\Xs'<mma L=L2 S;xſW{33þ^爋/87|3s+ _&/'y `'¯pws/&f$oG^ ?O&o24fe'9sβ28V%.r5s6w%!LL16f.vc 0GX(,K,s\`\2\*X:7-nsL|F}d [bm