#! /bin/sh skip=1020 CRCsum=2735342167 MD5=1310377f99a620dd284aa3f81832ce30 label="NVIDIA Accelerated Graphics Driver for Linux-x86 177.67" version_string=177.67 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-177.67-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 177.67 # 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" echo "for Linux-x86 177.67 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" echo "for Linux-x86 177.67 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: 177.67 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-177.67: NVIDIA-Linux-x86-177.67-pkg0: Initial package NVIDIA-Linux-x86-177.67-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 : 56148 KB" echo " Compression : gzip" echo " Date of packaging : Mon Aug 11 13:10:28 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 He J Hw3kzȡ[; V@@@DaT@~s_\߽c<Ϻ}u5 ճAN?0D~ _^[̒ůUtЫwdۮ]}>Z``@}g{Uں[B _=x!nuRjXbϻ3_Xσ5y}+1.n~Җ_~zh߯nY^+{%p9vm-v|6+g,нlҽj/ޏsqq-7sv$[Ll۾{tۤt69 M'~[ߗϚcmU+{ƭgrr_O~{s;@{_7{%uq>u#nFn3۾ ]> ۶>X}bZחnI5m}3ЭNϿ0%vfv^wݶb{#2}䖯}R}_ϧ!^=_9ss(1'>:Wtcs{'!̽}m^Cni{{tvn*qm7}V_ ׳ڭX[qs?-tKd>;w-p5tǻmwNW6nl{_}(YYǭo&g}r~{!q"9ur_t>^_+Ar5/sv+naOcg1. ɏkOyNMRmw}Vcrr Wn6a-ᳩc upOY_"'eKM$ꖧH'8q[rn] a^~6yg<'ۿ[~*[Y{p-IgZKszzH>kK:m:˺ݺ"l5r >}> {pq /e~{!<[cH6{u7uw n.uֽ-]"3mw̃Hj^J^$ԫn/R&0=`ϟndIMy˹gLyJҡ$vYsWuαԽ_q-xܱr?^YG,[>厑m@ruqۭq}@)Ü3ܺLfnX:v$OqWs\OXmƽ_$e[Žk|]w n{u =8Kͽ^W)1g Ikr=g}Wsn*>]=Ž^uSn3z O1[㖟9}χgnyn\&<Ͻ~5q;_ϺmCnz嗒uISnasYg: rs.veuUvhjm>Yoi{HƽnݺJ^ɤ||}Ƚ~;$Wy Qk9>\oO.w~qIͽenr\)ܫ{]vHNJ+e; ^Ut4]g[k[dIRNv+#qOR7t6&~wJ+iE⇤_.gsM7+;V|vcD ^Ni;Jy=8t{enVnHyl[Y7_vvwt&咄tYXw!mRoIɃX-w uqi%M?guu,tKP}n{-vŕrmnguvv>nIU޽/^?7R'ux)_87U?|uAضf7ù7Q؅g'86fț"Q8qm_>(|:///֗)~b}~Yނٷj>#1>/#eԿ\@Jx{~!?(>c{^g1r!p-Sb,0G88zKI6e1ۤqmu \]hIms|1m?.v̶},/$^mD<{6^_6E'3ms۽W!wκDNb)q+_ԵͺRn4m_?,c5IHؾk^-XGIU_3G5c?$9Ops/ƦQ\٭5+i?}:m_Yu};l{ǖ nnyϻ%we-^_]y9ŬI;]fu}&+Yng5[{_^ s.d}!aS\ҥۦO˾Un{mI{_]{m_ݫ[NK{Z#mm}VVl$%p\gk:~3>kw6ywYK/yhAU*e2n.-]>&Bn9O"ͦv~dY,s}ҟ/qu9>}v|I+nlnyX۽$=j!9ew/Y?Cطw۝{teAw 2>K͵_2]#I$fqw>NrqpYR#9?< G)7'\?Rזܽ%y 19|l]]}#׽3IOnH01- :ma[sw&vrr &,H~#Mx_{C8^q5s\Gm17ȸ{WƠޥS#eȻQ1-ԛz*s#1l2m1tvWĸd<O&uK)3SƂbiȜ%c vRqb9nn\>7^%dlB ky^1Zsw|Km}}<_ 񻾇N$ϻe&#- F|̓# zA^c/' -'w%ˉ{=k.)xm4I5o{9Aҿ[~_P^kkz/GKc9u4~MQO w\DU( iYn^Y?KM7۾@Qo_l]_~QY.[ r;_:Q }盜?ʷCQ~۷~z&~oyDp.([/|]1"Mo~/ˋ\EGQ {eYڏR7)XB|vHW&j[HG6WEOr.DmS/%9ar ~|+'$y}Eg|Kx7uat)}^noUR6Kz^W(>w. .%I;DQI|{M݅Et. E|a{,G7.>o{сW ˷G:31rѾe ʅm/\Ge?Wy^1oҜnf72;`Uy5|\|]u<#.'DMm?E&k'˥ox}ʷ&,顺IR-7tmo{hf.G[?^{"jқQ3HO.<#|5Py~[:n[,{$~?T-uNj;^Iҟw{r=Ly,gz],"Yk)Rh[^'EW^z\yʷ}xv)M}CW rO}uAi\ė&Ia 9y8wN,ה{R^1O1w#ph˙@K"QEOD1ۻasWΔGR^8#2~'͛J/-uATI3? kI}"/9~]|H,ɏ`ڧұa#C%O-gtw}$3qtm(fpMw{_鶏*k⓴KC\y]դپ>(s#b<$YYWFu]ɯMqMDz޹j$ʔ'J7`w7'LD3MQFקbIz1I%6?yy>Tʾb"c!+;/ɝ/ڜ_1噔W}MңiĒ w:?D 53P/~TqKĈw]Ҿ;^)M,ǚW}NMK()KEyp#ߐ =o(噩͗qzhbdQHiߙkҺ)JI$[QU-|$ڴ6ks,sB{_ KIfy]|rw{(SH$7 ӷ77zG&}p#?$35~L8"wf鬔W|ViwM#_ߛ/~$ms_.PC7~>׊K~a_ <1r ߅K[i_~7W}?6Cϥ~פ/31O3syc2J*Q7I3d%2S%5WV39R>\fD ~G6_W/xh3];M&y^~-EsνO}۷ڕfq$)1go&&}p7/W)㓦Oc/.c˒^#M5e_:__C_3+餿of%oMoR^K;|eimGiKJ{m{<ɿL}!!RИhes=uRR_[K%3M~2uGob_l{JjgכS瑩:i|LwSާRsҾ0+/.4M&l!:ZһIocL/R򻠌_k~$_ڴ{Ȣfo'|M 7L8_Wķ~O[MiojƓK~kW:OS&ZS<I)z3pBMALeoxBMI0_o6䷦?{L{GH4#_Wq9hlVǑ+Mg*'2~bӒJ5=(?ekT$1%H}WX'ϦR _#G1GkSKﮓk__{(XgmnkSz-/ S[$LPiewn7h3]R~# _EY'mm~5R70MҾ3'$)yHeO? _g1ҟW_8%f~E$W}U3'0{{㿄Y'f>_Hyb |R0{ךS2dOd_h=]樂MW'eMWNf<}?<&W?>+Fc%3_geTdoK}Ȕ$cs%2H͌O}#)ٻyF_jƳ.K|1Yۤ~e"sxM"Om|g̗5*9_Jy֔ewK|Y.mҿy4'"/Ό=^&>Kyl惕Q)g~Jec?3e̿nyMU{{xO)i o;s_eJidx$?52d2Io%|R_MLcnϙ1GN)R#obok:HkPMg3_.3?G2a'ȅ#aS~_zn{O1Lx}ߚ'2?ߗm4Jcg{ϯ&=]Qh)I3G)}DR~2˓1ʻԒ,{~H)ɏCgoNHȴǒK\ʋIf<[ڻ?L'`R5|[bOH~W^FKo27yIPNc&=\U?킄iFxAS_{#mxp]6ߖw `$?،-!Qf|ඌߙ'2^IʗS拚> GgM]SO꾔g 3sJ{ԯJƌ3߽Wsw30G}d>)K}̗+f>L)OLz\!E39!F#?7VmJ6>-e)־yVꓦu<ǨΗ1w1I]ꇦ$gϭ/>'|j1iR-rI H/P\MsD?o1wh29یo7S7?5eO9^f>N)_oHe&ɴ.43?u&jrD3d|__$߿4כN?S^_%|Xru&?51c~BҗR67Ix2`ʓ} 3?㺔צ?^[~/|{4Y^#?~-/MyuDگfyVP{ )1-Rޚp2>i#dߗ7?[i}jkoK~`YrxG;rw{:\ƣ x2fJAw77>A)>ŏc%di(;_7MH{f_Uq4L.|1~]*.#Lt[{,u2^3>gg:e#<6c#~eutRλrabTCL{fw)wkob դe}Ehb_|-aS/<R13jjJ}2)?aƏI~SՏ$5[cַAM!|L}6<_Soݴg+XS[%3vD/^gwK <2Y$W -cڏ|>uB{ӟDƗM~,&~͑r}R_46I̟"W92J%k8oyO7ˋ_)!y~coy3)L}r:W|ҞJc;^7է$3JcD2_ŴOJ52_ߍ7}~f˲J̿Y!_w2_GI}ߩ$ۛÕK~ec̗ 7rT|Ґ0KwJ{ƴo VW&GJ~P?3٣oM=_iJƨ֔Ϳe>/:! f2Rf1߯ O?pxh1{do@ }_o~%;X=z#?\!}[ҫ_u俕dЌ6s<&?)?7\ɯKI{OJ<R_4_dejW^H]I?k|uOjݖR3}x:3C?&}O90|ߧOMJg¯OK}mC/yc=kCH{MyQ#$>t?b2~h~\/F+6o~#f>jwrJ40ȌΊQN'74c%n1I '*}S_dxRobI}ؤD LcD&2e/T泛0@_/q&̟3R>*,sMdK\RK?l+_ L%$#{<ϛ#I#d|´O*2~h.Knu_bʫ1_2kENH;(ߗ^jHE'?>.fU1_iwJ҃q_:S?benjGfXW?mQ <(忙N7ӿGKS;mѯ|27&߇0J|g<} ,e)/.( ^:3|JSf~6d [ICǔWҟhR_2šz=})^OllH}/X}{2^kSē#/0_f1No?Ci/Y$sM}?6L5 }AG%u{\$FyU櫚\nh}W/7ɥk-{~&oI5g䧦[\K<6/;!]3?(|զ+I{dL}<1틚2ƌ=ϼM;S>-jR>=R3{Od<ЌO+.+'KIbΗG 3elz03LS)/5d9!LAiߙrvGҟjw"iג}kҗMl?׾.=IxD <&Y?KD4!*Fzo*|_lo5Zc_)KoOߥ">~]}wf~ץ<-?ԷI~=dh2SK~#K̗&)~M3u>2wxRe~d _ޗf} s&R]yx6 7cbcs ? ?\yA9{:C̽01lyNL88l?ab9$ srm}{>s>ؼ2{6$< sAzyo?]O`CHd?%p>̼7ۛ|(=& 27Vs&"/ :M`2ܜ$L" 0",& !x̽8`2NI\L 61n2W$$PBm<{‚L6q'8A65tHL7{ 0^@=y^&=k3af>7g@9?\OM&<;A&M 2i ̳4cI6>gl?&-thHm8gDŽɨLb04D#w l6abH\<6ȼae5RɗlAgmxby֡A潿)ws4h+O<&yL؊)<1icҝsNO9I;s<&.by.6m|6iҩIS9 C}hRKa3M q ssh^o& 4UI昶o3&G7`- ԄM^h_S u瘺Vyֶa`!& p M=!Ȗi`szZI#|ćw`w̳u|&pͽzy<;syLuK[/21c:=\6'^)Ommmzo&mYiYsSm^ s^{ml~n'ض͵nӵ׶lk0jK&^mn?c;͵:O0a;Ǥ)IS<&{L1yIn$ܔᦎn7CM~jʗP?CMjʩPSg5NɋBM 5q)ıP7䷡& 1sm!B̵r?\[sm!&1b-$āpB{ә g{}c<~1)/<&ocO@s@s@ӹho;MǰIS{L;cҔ=1򘺢ߤ/ yyl01}Inӗ)M-+L 3*ī0L3u0S30SvCa&~fN0SMÄT 0>a& 3O0yo 0a6c7qCM \&jZjjWfߔ6|5:X)l})=S+ؔ5jAK[^53k7 3m06퀧Biׄ:mi xh>Sz)[{s|>6]fk<]}ᦝj9yF!3hXI vܤp-/=2ܯOwSiچ~kg`:Bm?);knjy<7y-Ԅm`66 mStK1Dm7i'dž7s 7n7fҝ>&}ym>cӴmlcLpmnޛ-lc6/empSFr!􍇛p3nӟn(ME7}f<+@i ~pon/ӧnƆmM!ܴM{0>  7pS7p7p 7Ig&۴`̌{̼O8f}Onps`s&6m W1Sv:^ `. D{.smlڼ&ݙ1n~r3Q)LYfo7佡jS_ 5}6o7uPSw 5}桦=jSaܴc|I8nj#l6olo3f+L64i߶sm17ĥOBL 1^ 1^ 1S71rɷCL3ԥCL]:!&1ez7c@vlюR/0q/Ľ?!!&4h{&8lpf́ o!v2oKmL<β1Ώ `&1"ĄCobI!Äy!&lCL}#ęNMbƉBL=!BBmԶAL6iL1n_2yc>ۘM 9;'ԋBXXl!xobE!vL%m~;~d_LڱuMZ0s7ޤ_0A;G1ԴBM(\[BM5hq h1Lx mFon5ƒlٔ1un!.dI_bCLQeӅK{ _M&q{M:̔a 3a/ԔamlfFo10c1_qo͹LYn&eퟴSf3!X;^oM̶sѷiһC3u0;/1̎mcv3u3h/b6a/0iжۗhLڷe?w&A;`Kٙ=1ߚ>(oc,ɶm?mc4%O3q>jS 3L.,ĦwS>=S 3u0S3_otz<6<6-|ɔ5]jgmKi8l!5[M4jۉ\&7al#;;&Cm^P{|[mo62"Ϋ1+;;>5_t͹Lߵm}cn'`Agǰl sL 10VYS0q8<v2[7?I-fn~MfL1߇re2y{ٻ[ٵ ӭ[ѫ[~Uޑ~umױKwٺC^}[837FGCVלWFM1_I_+ _͵_7547r;dӈ1(7o Ӡ/o$}M po\c V{7dgMr(_ 5/oi)MgN3y~:F/Mj4@͠o& vbk2Nb[#D_>GilL3o;7ɂlqtoӑbثwȞ'35K4Ыkˮm%lݾ_^YwWdvد+ ԫ. ѥeZ Dʑg=s~vmزwn]eus5vղs>]l]޾_d}ok敪7hqqn}z7Zm^CWV.m'j+RNlD;Puzu+$U?Oc/˫!k`jJCq ~ q5&)Eq8W܃S\[q_XMcmcp*9 5~,Dmp4T Xkc +MEL0cIlm \űX1+..n%ɸ3B='Kq?Xbnx-,v8B\_F݇G:e $VHXZC*/`ă>Ո83,W]M0?aim <79NB\86vXa;ðh=k8 I+`-lx49c(*#n&d PjlO]:;;=pL n=X+ݞ^#{TÇU'v8_`jb̎y4Vz@<7ƟBy1ce-q+?]|)b.  Q $Vzr.<w^@O1Fc쁟_&D=gfV:;b?Ƨg 9M9VlQ8w·g7ׇŰv8G :̹cMp~qKz/㟘d66*?1~664^›P `(F`5lma`Obul;Q8.<_? 8e `ỏX+aqsg-,!.5iKc#lz܁?Y|ϫq,~K7 UCqX ak׉?`;쎃q .#7">Wt.]sq!Ǜ;nStwH/KcE±8 x%__cl;18 > ?\E| x S\|CDoXY5a/V aj 7:jj,%zW~HfI)՞8 VQ"܊eҪeUgS 'a\jj6QXp?8d=ΜZջc}&Ԙb  Xc$vXt:sTG_f'np(5.5 C|o> <ݱSEAl}`{[N-W^MPAݏ+NؤTqBe:>ĞuJ_;;;q GEUMMb:S.xo L6!Xa[# x`(ő~q2B?}(xQᦱcL3Ymz_`J6!87v1 ,ۭVwk,tM֪-q=NZ.xobt܍1VH:Éxt᏷1ެ& C'|I`?sqF0VaKCp2~p?ָbjI™ncxc̋1d\w}`]lp, S$:8 ܌?E|v?ca,'~3[܈6Ĥ ',mq~k>{` Ɖ8^<%&`]lp, Xb;cqݘk?x Ps`^l=3^55Q8mx /cwy(V(\{ Ɨ0=Xb;kp8?)Tlj55x_`j&pÛ$=Xb?_ ܁'0'gFoa)79q!Oq\,%:6n8'׸w><5&=M}3a8V¶8 v 8o#`jI qCx Pc5q3Xpn,LZoy70 u:xcu-ӌ%^a1p1hᖥ25Jyء; }jEcj#jM,rT xB8Wd!,)NŹ=nƒ3^ÇE?'v<'7O1;6V ?<^-U vQ8%5%fX6܃ ƛHzt 05ƝflXcul.ո)%:.8g\[$~6Mp9]xOU_܇>_d|ZM9уٿ"`VZp4~ :gZ܌ |0<53~t3qnxoc[A߫yЃ% F>w1J5)Ä́1Kal_w%`^,p:8-Sn |0X b[Q8;ld=)8ijx+m"?¶)G<̋XbK<Ą[}J ŲX[h5ox;^Cq~p73x a]jVǁ?1?:|A ?{Qf0Zcml]q$rc; ~&]`Sl0 *~|*~8 \[0ir wx^W^W 3b X `s8Gdq5}_ @}H^K>uT|r3̖a-o1}?%Zz\BR=+߱ ɉ˰ ̗I=sA6 T@Ou/f*au_1m=uicu*վ8N>H=zcjbL3`^ \6\]0w(u u#3v&\/U`)l1 5a%-' Syb~ Xbkl^] w~i0faY=nڪF<߃{+jӤ{x\T[<0oj{I/>\\.u wG;p^ksñ<ƦXz|Y6v^q JM &sԿ-~8x ,&`F ƢX[bGq1r#lFxW9`lXb*V:܎p] %̹Xkcsqz/|֫1>8 /mb |f0,p<~ߢǫxme;|Ivn}?6`<<7܅zy15fX=468 Wa9 `Yp$NٸOxoN9.ra. J Io| ^Q%M~1 Gf܋GW Kc#l+p#ģ+>|oױV8X[a{\+q#œx{U?8Mxk`xd fW f|X%`;L0c]l/~_ox_B5)~qSl`7#p FObZ$ *܎EpR>Nť 76HFT܉70\o*Rv^xU4܋1u:z^<_p~0Gt<2i.NS/#a9lvX)b9?c,luq:xYt<G+v)Lp:/Z^/X`O 'WaLັ468 o"׍% 6N/q!;I-o&܃'.&B} `A,uiԹ?RϛCyIr<5o ǘ5;_\DqX[{qTKp nŃx/䏸 %\z>xT7c0ڸO9J#q*UYC:[`ZV:{Tq-ē8j~KpJ9?6Ŏ?T;8Nw/m#N9-h<88?~q1ajr`C~ycx@a8 '"F} m5ꐿqט$^>7adbu|I\JG͝㽳[\WGTPbj9L\p+g p›ؽ?q*y ͸/xTQc^,UwJ8o3u9cXZU"յxswU[c^;(\x /}|{1/a}u꫶řPajj/Ք+s8\<5"5b5Rs\uU֫W7i7-jCz;'xig5ߧ9bCjAzg8^8E|xqΫ_S[T܋񯫅opo_܊^XyJx۸i>ԃXp+0ŖN87ʯObj~,qI[5XC3KX\өӫ>RPp^ί)=;e܃<>Wwñ68?lj8j܃)KZbceTgX >4O7K-m|B_o+u}vX:| R?ŭx_b@O#N$P[㶄^ HIp .IIU,&6x}k̔B1NJ5 vo0M*fP-vNMJfD:;cp6.?/x W#5f&f"`{Q8gB/= fV?L[cG ;<+qS4+3b ,o_X#/4 Ob?ejO?Y7qB'L?aoI|3cY29VNV@ >ƺ)/8ݠǑk`ͤO\0VC|YI?8gaKݏws==l{zb#\0>`d܋1Gq6F5LxP-5q0=x |8{Gk /1qQeNqwR-O?\~x81i5}L~a<1bY΃E?y%}\<ΓV^`G1E5?~1ojnbKpnǡWH7\%1 ]#\?I~pߢ"v87vx˰}{Nl-xw%<pxp1. p\1h\o~0Svxs=#Ư0zN:|Ayx_`䃘 Q\r?+7K 5;9LWO~'P+ $TaDjU܊{jxf8X,OT}u"|[LBtLR͈qNLşrju GiԧCuNVxgSӫp8HmΠC[eTLI fV \<+0c6X5; PqĮ9o!'N|qrpNCĸyI sSWb%܄{wb쏿bBj6̍*si%/l%8f)e/|ʪ3lW|w~+զ8?~`j<_]5k?㾚\'Mc:jݺϰb=W@MPm]&oD#kLZa'{0uK+ѯ `6x+G?*܄Rn4#8` 0c%F ;1N'5ou&_B:Cu~as8pkbG1IO^?|Z!_13SoWbO :?a#l]' p ƌ9SĎC_ވ6TFbϸ/\y ?%_6擮 ,^NB.< WSG Yn[K~G× 3`^ 2b'÷>sv;oׇ2rYgoʑ'jQ\T[T`oSpnŽxn]x/7 Ox*8foC|b1Ƹq `sl}pq Oq< &¬31}<\=RpX&8sх<#0g:?Tᗘ0H3q6 Qbj ,ct%?~9Ѓ%".•V0`1>8S|r?X?{ LUĜXTq-8ڵϥOV4 &LZMcmA8gbp{5+a=l]0KB\W{C|X_a~@m7NRԪX[a770`3`I05a)`䫘$8g ?:{$ŢXb?8|=X`$MIcG ^Gjzp &s|xXkcC L:JX[coqxçe6v8k;4%6s_p) |IAE>{ÛJfh_r܄O!<<|%v~8E8ix灛1]{5X'l\q]C70_ƿ`N̏Rt 4z ]bil-0cbY|bN,[܎{_t A5uBb1{jA 2XQ<1~T_B\[ps2*_WPb\;0ʪqalX`G;c\/X8?W`unxN< J1-c-+_aħ1]A$ 355XZ7)1#6ýxۘ:c`35+j܁\-q)xZa` #q2Ÿb/Wc| Z0+e{?9v89kLFM0{G"ɗs> C/ 6Hqq8 x}| zq Nǹn] K%_짶Dx_%bOxG}}a|:~1f"n:!q2>La-bwr$_%_s7{V~WUgcsq! ű2^C5UZuJ:Azu:-Z+#cLIY}/NC3O`j$vI`~| 0^!5/`j3G-g;iz%L.Em ᇏ^Ԁ~7|lj5'8Íx6Sd?l^I:Gb'G.ꩮoX^k cT$Vĺ ;T q+?-&쥦lXkcSl0\;+xSV3b,'Ƒ8w%p!n]_`qG̈ O`ylm9Ɵ45v8'atVF{/Iw _L86W!< &0+FK?W}3`^,V?1A/|s]X ak , ,c\09noԆ '8_b;f?iOQ~?K}wϰv8 %w)a[Q87<&RK~F=|~Kդsߩ0 a lÉ8-'bQ p. fxq/_>ߓaWp"ƍx|o0JQ8g"gxcz;b?j;?%&\Cq-x C _K9հޘtYr8g<܈|S,cClS\p@m^5~z?8g]|o1& ,M=Oq,.x5|q7>[b7G7`+׏+qXhKculmGh;0p,ձ ?١~Yqz4z܍Gp9>Cxoa_aḞX G'Ǚ-#` b~셟(;s~9Ѓqnĝx7Q8 a%ڟX[a{p. x\>pi0;p_%b/p<aa,q cxoc]z܊>7uSc6,6tLqt0#28gb܌nsaak8uM_{w0=Sc6,6tLqp\Xpp1nX~Lٰ0Fr܀x5|܄;?1KLqݘaau9>8 a?w̅q8 *Ԙ c. G^qq-xo{B8`\7lX+alq\Xpp1Xqaak9v<5&|1?/b0{\(<gB\q?ì~ X[x/}|q߰= _b?XKhV G4:܅V,)^cp#xo ,Ǻ agGM1gU3`q5v>20Kq-x =_#q*ex}| ɱ%v>8 'cZ̎ .? 8J܌{87&Aa&LP狗3rkS#:(x?fc}l]?~p&.ĕq;?aNǢXkbl=q0~Sq.nxoc|03`*X[b 'W FN Nyn<هb78gb\S/xoc̋AX+c}l#gѤñjs0^ J3O 4bIG|'L~041t焗 &1 p=$.Ufrgq[6XN& 嶺Oqqb5$ CadjXSpM웊V`4c\V c\ ?#Ǿgaװovþ9X93(7G͙W}\W/^ ?n bl85C?,BƢ_1Kػ$/þ2[eW"cJ*}>ث*81 V'|X&Z\om%f=5ٿ6$l 7徱o3[sΏ[?oۚoL$ Nګy:mG*;a.j3\C ؾ5n}Ig\7>Ux P`f|cHԈj j0[vsp 'q}SMVaa|o0u.gw*œXcŅ|1 #|Izp>þg<5q=`{LqU͂6>x` Za\Ǔx [o܋Mns\܀!w8.Nr^lv+P^ZQKL\YMy0TQ{VS|Dw;xW< Z]'}z~ߩ/"oX~~bүNqժ0Z>; %RK>)qq2ֿ6@\P=) ir+-SMauuF#:":.9Z.]-CSMK{sCoqk^=%@u9,nİB*,P?cIW& >poC:>&(y1WPTDwq^)^i~RF}_%^S`j L,SQ݆ *{'UX* VSniV gT RObj:uԣ 8O#tconJ---v֤6ꤶjv{'>t`}GD|Lv]ijnY=KB=a}_a򗁡L<İ!sQ[6|p3 ns6t1pacfc989~:A3Q &#S賓ia:ZKΛ}Rԏg9z S3WOcćoԉXc!Ejo՟bXB8b8/Ŗnq w%VAݏEVQ^a/,|u-: 6X26@NF:N~vkT]uUg6OxX )#>=B>Jx'NOOL<ʧ7 g s_ 1\tƵ(/S>+̿RG_8:uV7⾰m;\]rp}uR/ eT=!=Uag8/<'?yaK+/_ް`w=So#PMYoqx25J)ԟwJ5E*uHi?FU_tj\?&e|n9ן~wV?׏5s8>ן12׏ssy>Le|n9X՗د_X}svrA_05BLJ~a?E?Q쏑%^ |0A)ŻҜ e9?/s~~PQ*[He#¢U XZjy>8:YC=]kike`%,%cajk1<5 gcޘeׇ,cbYa,ce,Kl,yx Kl=c\?^¢?[`՜c5,Kl,E7?&Kla8LEl|x n|g;_bDa'yw_c{c/2Klq`A"<=%1?<WsT7c]xcg1ݥ^[rzeS3Wϟ) WKֳjslD퍃gj/?z8zt7(櫱W=z5)jU LJ_ⷸ E8^QSw}*/c܁j!)?QUL>kG Զ8`js|UmSM&ڭ5ǘ`\?e:6v X7a45_a}? %lq 5IO~ɢj++^4%OJKcꦊJ?f<'}|oW q2.ƍ SK)q}W܍[r#`c5g\<ӔkVŖPp+0D8^ěcf`{ ?kdy{p#m#_{},~_u4 Su$1Ʈ' p&ƊXp1og56܅gCpcx;wyx|9T7oVw=|/0NC쇟W>v vQHo?qgltQ=M~c]R`j[ʻSV3ΈAIsCOjv/qxa4a-lp0NƹOx~Hb8VF0grԵxf ~I3{(;\;&i&KkLY͈ z΁R<|J!~%+vx"a37%|l}5N5`'LR[j6eentN1<z1NO\G}WO-6װOx(l|FIG%8M$p5Dȟp6&FNxbɯԪ;;玣bp>K__`e,>ǧx븞<_̺Mp.5#A>?D8!_:R;9nqJ"\qp2+e6>ͤɬ&ϮUدZZ5PO7Qb@S$/0S3uNKq+ Ν曦cqw1~X YR+͗sAזﺫqFf.~L\<1>ǷX~g9ɨ#q2إa=TSSxX]V^U㷘:Q-k=?~%S6܅aI=:_cdj^<O3:& ̮PT//Rx/j|j;܎i󫙰_ "pnjg0@݉gw0QY\9 (.Ny=nC X N8ajMlļ5}&#DO-u~c\>x_ocSG}=XaClpxs%alq8NÅwq #a Ê}pNE OcWހtq<&n^##,5?7V`!q*-x5Q#&ęx#|)N0?NmVǢF&}!F}F<:;p+u㔮j<H7 ~ܝA>5P=) ;%SX|፟ģ<'`i=pNŅ' >G?}NzfɸCGKc'KcmlQ8*,?&~}<5&clqcxP&<R-]^- ֒uz pof;\p\g2J~066yxtz9I<_Q+]W܍ooG?R{"~`*h;4Z7U7eUeSaVSjjjuH=[_=PBm'ڪꃾ܇Gűꠑ+o^9Ÿ_bM꤭\`6ǷXcq9a`z jN$DEuUC5q5qMSoAkinM|hT;OydyNXeLQMWK `I1_m@XM7Ԥ?#';&Txsl .H<^L 0ZW? 8  ^P7]sR-uJ])Oq~ǀ3Gv|_&|c1_yX ;`Gj?ՃxONxJgW:6xĒI7bӼ$ݼ⼯pokKGSq.Ubm3,?Z4t}cy܋JSp yq)p~Fu1Lj'2ɪ̦ɡ~S-K]sp2fK8bC|Iq2~WcFajGѯ RNמq#XwUu'1 x3&Iq\/cpOx>1x m TCq.RC)*IXw$(~:x?tǒǩ '_O$OO&^M!VVoIg+?9]Eq:ʁj6a?̺Xblmp^+~_r\pO96=G<Կ.poX-n7X¯1[,u'8jK;1V\ŝSk\1y|=p>X >lOO{O͕X];1G,.y3>Z#$;R0IJvO;Dj ,p N~6I3B~x{Xg,e\_݅uqMw D0#FrXbkp"f?DuǞ I8 wx/`j܉G$@)0 ð$tq6o-3()D}FG"dEdod/(4iMKv,?o}?s}LAe&^Y%Y35Y قٕI>ˑ|>c~sgqVqŏمCjnl|燻-̽;,zlǞ˷9y4t_xWgeV=| ؜ٕ9`_8Sfp7/~ ?HtOxXg ^dA_7b& q^eg.ef=]8-|9iޱ#W?AsȜ<Ŀ8ΘOg_?؆=ه)\L8g!>y:q|d+ ~ؘ92kF1X8ӹ'2k8>p)W2s|I {(oc^MÍ<ǞM+~6{rq 0yW+LlyEfk%.<<ͥ_mY\<m's yeb[ st N#L9l%LV}-|9s^ϼ[7 q+Qy=C~A;q3 Tox/`{<|KLx¸paSۙI, nr)Ӹ[8yف؏e.,C,tX%y;>ɜL`}8ÙlX+k9lnϙgLe˙Tz^]^a 93y u/V9.ެZǑ\c R؝׽l+/z%Lx58^gnۯ/28ɳ:ƫ{mBxQbқ3Rxxb/+1|o=82x$ueX'xϻ'pa;vfdPp; N< Ow^anM3˰ O0=}8U޷^fSfYel,8;mؑJ)΃O%79;Ws- _8n_y ?bs+O3uz﹕,`Os"WGyurG-6Z|o#9C﹕8(O2U7/\XK/dXd}6cv|C9q"147<3K^|Xx'~cSe>~a938Ofsq?a,I:llLfoQLZ+ӹWoz'-<ҟW~_"k}n|yoLZ_Z0W<֨Ċk3v]/p:S}1C8oq2gr#j&n6> f&/3xx5$VVe ِٖ؝ُp(G%~qB//IMnVfpO/2[0eb ceVau, Sl#\R9#M 3!O؞&#\C 燎ؔٗ ً5/`?z=<5 + ןᔁlpXixX#92qcIh~Ɔ–L:fp.Ekyw|cpL_Dެ d̰'3/'`VW{|:?KmY-KӨ Ħs.Z),`â>8<ʼnχw _ 16Llڠ / /  z)JXgB3L ; ϟ w\ G]# #OyXHXxxHRae@p73 %7nN䟼<%y ~>̖8C99)\•\ν<3Ĝe|,̲5Xٖ|9p?< s "&9;Q8V4čo y<5{#< w:Ⴛ„ja_5º[K0Oq_{2lǹ,O=Xau5wo1T_[Lk"<f᷏HpȘϼ~atYZlf[>q"_\,IXy_ÏywXsg8Lȫaza*aᡚar|G=|Ooa=e Ƿکo0K)aܖ/~fYf>ɉ|p6s C|SƣYZGW-f ʆ˅&?6mva_fa&hkḶa=>' G>B8sl0x3|pܴ "a9së煗O. w}V$lYxpº]f_,ͷ7ΰ0Ѱ?]& p Wr [e/zTFnf2![EX;xeo`\a}>%۸vͣaM?zC8o sOM^9L,V/6t~JE;٘=8y1;Gy_73;s eAaiV|c9Jق8r2gp6?b. ~`iqr>xKo 3ɣ/kOً*'3󹄩\\3V۱pi0! ,YRdԐFPoKDԔ5[Bɐ;e›-Fٗ~u>_ks93AWW>+/Xcsk',8C~T|fs<_8r5~./k r(Xf^9ܝX` a3SDq^ 3SiW0,ʯꀯ3ً7;'8iu?.n9bL)+N Le?YM>r8߳)ccv`W=,˗X؊eΈ?,q{xxB0|U*h||3x}^ fޫ(2ؓ_d'dJ7J7}E?3n9_suo;<2ۘķwx7unϫe+xP&`$?dnPbmN-+Dh㹞#] kr< fIpMc φ:c ?d&I(n9lj\lD&s`Ld2f f3elqق/ ~egNlnϬ#X;O0KNgg1Lf\ljDq[>y235 [3c8s ¬O7 g *Gsp)Z1uG 3I<י`v>`R,Nʊ؉=8ŒeVeTӼΫK_ecF2{sGǩ\ov,rʺllN>̑xNl.\o7dfi+|v3\ǭ#< -c!gV+͆lAʼn&ǻQGM;yC<˼b]X؀d4; h`Yv8v:?l.J~_0CA5F4wS_&Xa÷ؕ1Q9\˟gy{q1s2[yz[Y)}̻,W7ɯ>}pc~;",ٞC9>95xCfG0?aIgg~euQ8c9sGxO\t%7\5=wk= UX_y9K0"k070rO\;X6Op,pw&1c̚7ϰ\/+:{>,?,_ x :/Xz:XkؽP0[ f"|-Ɯe_ يyc+0^ >",Ÿz7xv0\>_'8-X+Xܛ7lV0{dM 'Xe. 6n>ؖ98q8ٖ98qK`گx@߂Sx>E_8,zJxu3}2D0g*|m5YX 4Di n>\u¼ߒ_Y3F=oGxXjnNQX,gtl:Go N/<ӼGff.c!gV+͆llN>̑xB~ yw?<g-s0mG0.+?)88&/ⱃɡd<.ap2{x4>d +[#~,o?c3}S*?\#<ɋP"yYMّ8_q?gb?yKcQќ%\ϭŃ<οxwH`.dM|c+.+rgY^. L=^1>_8<,RE^#مU_p{`2b*0<|%Y/ 3ؕ8#8r1빅;Gxg7ӽΘO0cYVb5Flwؖ]ؓ8c88 Wq/LA$2o3 ,b,Ê:ll6X'K;ozo3s!_g]1\<[|A2#ٞߜ 븙9?34FSq45:`p0G28k w3[sp%Gޖ#f{(~i\įx9[{GamZ~1x|^̏1'3znOd)^dV_Rz!`3oKe6d OӘ1~88r?Sym}9x.M}x90s[8eF-;s8G3|Q4ko_ǧY8K렿p$c˹N]!˺=~:C8K۸I>ϲ5y)L1l8Әi`><42Vʬ} k F2DžΜYR&p73 Pw|? ,&ON,NC9ȿe}7 ӇYh*fnXC'>2Zf1Fx빆qwřŦc,91yn'dO\2#d3ěYfP<؂Yhf9=3\b'r'O%;Gp&r-/.VK$?Xj_38xWٗ~m?`ǝ(2WX'8y̻RX5X;)<|_znu%lɾ,jl7Gr?B~o۸I<\>J&lXq\-$ F,’|s?0O,#C>'XuF|8K-7px7bGYϲ _Kl7>q:q)x< f1e!bb {r {qĵD2o2Gv $+ea}99 GKi~Ȃ,ʬ0Ng\n^&2vu7>Xuو؎@N<^ }g%fiVĺx~ǟGKdƕaeaC6g (N*nvq5e9Y%Y5ـ-p8? .>y6b+Ʋ'\︕{yYuؘmًC.Gc9^/ F\nAVc4^s>9$C{5ܰdJz,)Y [7gm,*&lζyyI,}`oPT\\Y!s;yY̓c4k1[=? nvvÉO^a/Cb`Sd1̖+W6 l<+j|M_3~Q,8!X;O k`j5?e9V~9gӅqQpZCƻ̽8l KgҎ>o#Xoyp`j__l<̽.x?;0C>AZaSv`G 3 bEF[porԑ1x`3b`) edR2_X.bϳ|w̃q2Jn)udSfyZp6iqbt`[1.LgkW$~νLf&.80Y0C6b vdOPD\Lb:#of!{yӺU,Feov v)˥\Í}<LEf2|EXYuِ $fGED >’f4.bf"y_Qs͗ؖ=8q:1?3ydUưc9vy `3`_NcWps>,Q$6Gh̊E V`u֜%\ō9y7;yxad`cf|9_pr3Wxy?W3 ~ <'k/+رyk.6s^`≿3{;u ٛGyE9_1`4&`"O&#Wbb{vg?hNԫ n]ɼ'+sXq>^N ND=l2G;{s;y!/9S-O39TbyفC9븏||~;MNBR|ݷs,ָgk>3)$r[n㫻=~G=uu9cSx8|xaTq^Oօ3|NdϋJ'<{Y;?ltV,xxE`2-bq6X|ؗILUfx"|U͗9p&W0㗪o~ϼ_KaYd#3x7ٕ&G~t^a&Z&Oe*~i^_̽2fU'r:q5r3Wx g*o3=qe>b,rh6a;5q̙˅x)̞ 8 [{+uX5"2;y76O1냝9w?,L`0so ch`0jIV˃V7.]l&~9$z3r|< Ve#vM eS'Ykdsnyc:/K}KF5 nR0Ip_;pc!N#x%.XOM kX}D? Nl;%؅qQ\ĕ\m<|Xu&?8B:3eXٌ빍x 3}qW/`iqs-?MwWcq<%"FFc/ 2c"IN)[eI$Qd*L٢?ޯ8|s9霤q4Ck * `+1s|Ud=XgB\xe/ 9Z:?b `?SjW5~? p%nc -L\,y 2/`&>",Xh]ipx-Lɘ&I9LCd G=/e:s8bī?cti1wc4dp~x0 ^68 waFc6c e1hSpz<'1Zf˶ qz.ϰCisa#3!ec'Z(дD@7 <,7e\7%Gp/缆xp?G4070sĪd8Xɘe3ih}+5hk[I4n 0 a,^Nsgn28/g<. )]@y5P,GnM6MDp"mgwX%66Ö{ Np9@ ݸIB|b4= v8J P>Ar 5ySv-W-1bi]q0["/x#n=9rigIu^h(W6~ަ7h.ЪA{싎8]C2a>~j}إ#c$v=diOYK%}3@H9> {LB\_f-a"75Gߖ,ciq9A܆S BfVl,1Dc|sWK9Jfc!AV>~q2(WZ}G1jǿƓ' NE=]!1j<>/Fȣ]Vnxc0i3q.^Dr68h Sp|#[Pǣ24/i8/nƛ־-&!OȗХ@T,k>cp(. Wi-fa/` /n11{ɑK =q-b0FI<#~^pӘbO~2wjiIGrs [òq+.6n舛0+SwXFfc# ]p.F܎c8ULl,kJ#lAn2#t-vȤ=l1>9?#Hcy c}{u!"yƼS%|(Yr+m7Dr#Э$0c-e/[A Y2%[ѤϷߜw9ssf{S~Jy(?wyab~Gџa7*)'q? ^\[$vuUvIgR⊝S#~^{_ؐ4 k>y"\L8um1Td.~=<3"Yw6pl7V=,ZVfUo1zv?,w  ?߇?:~9P{X׳*fC6c+N|8 xxTx%+|xL'ϟ"ߛ\e\-<ͿXtrXd}6|o+S99 e)e7#Is+3ç csU{yy\4/ "<\fь%4}>~ʵ+Zؐmؕ#XmQx? "#_pKv a:,en}6 l4_m\Ya;0l89;tz-`wftb6sxhc]W)\;dwr [Y7e;vdWN`Y%Sؗ9sJ$C̺8ϰX*&|9qN'ݵ؆ʡO8|g85U\vga>2sL`c˯ ngo* at<lmI^?ܩg&xvX7<`S᥹,˚g"g,˚y~E$|g? .a7.,N~ý<ȯK$zA̓<|>e˄]ؗ1w  /l)~a6gvksŮ &TZ;,Z'Ϝ<΋ꅗqq.3wW5ԟ|#{q0Ә̓§xco5W VqEaKDpts. ^Wz]‚ 19Mo3|>%lϋGDD8xe{y7 o~ W 80/,89iLf3XdbXeY0{/<'/l~=TX֙>lD/rGs'sȴp r.sxNKq4' grp#O< /gy̴p57q73>?0/[f%V=lGOvdO;Xه8p./lll4lL/g{V+QY_Vl.(.jn>ʮJ +s7qaIgI^|mف >|939%W!d?8'G;]pBn]GUϰ[V[y)|w|Ⴁaaaa1a0i|c? #5''L.$oZXg?uf߬f;Nx_Vw~x02re_,_WgNBf75a*[|ְ1c[gσpci^3q&rݾ5>vp#sx- _b^=cr0iXl897ɟy .Y\wU䈷᲋oUq%kaaaV&R6RXCxuao 'l͞<몄Yj{ugx@Ͱ`=놵X׎] 6L`^P84 0iMH8p pSu΃x8y5lBԿDؔ;>'BO9 Kag[?>isaŶKv K$$u6/aiƚLb*{eang*Gr3Wu3ØU<{OsWVG"{va[IoKɟؠwkYnhxf+k ܏? ;':#8x';#8xͧoLa/1埄eٍ?i|O)3,0#|/K~YpfulƳa;ޞ9Kf-r9;~uWXNasxO,^yad ?~#op:?b&,3a N`}bE\^`%O#S\p2g1K9p<חKyamgcl V(NlR0KymkLnqcW[9 ^g'vc)ë [ufq=2_9Yʙ\r묻w8zfnfoSr8Dz˅\_x&qJ3seoLfﵗ}8 h/ӹ=j/f|9_፼yW-)Lcvn>޳3lÓ8\λٗq:?b?˧=8gx2_=bc|EV<&8c9lw\\ qÅ?ip?y8.U,&cce!!" !#ђQYQqws}ϸ >oe3u|߱ipb08LXp.*X'0\޸1s/^a{!Oymx0cb<xa桑l8/~XpN A mpbp/+6289LXp\J3eL/#qpY9'crďX<z#|o *6(w,J;\n]*~GN?fk^V5q'><\È 8El[]vEo܁kh)7,WS)xI-FG ã1][Ýxa1 3B] 3д쀽qWy5eڢ.@gD_\f v0_.Pn)rrSWVA\TDžȑ lLá ] +m x1 T;YM+G[tոO`,+Kclq,E\^;XCSA8 2 m#и .#1u˶ F7D~p nCxphY?L.h3\6ax 8ᘈe>-ͣ= \)k\8/t>$?DRWedBR2Ѕrɋ]&rN3nfr}KYZFC[ۻ{SB|,)lQxZtecȿ6.^t\߃<_D/Y@ڛ>2 Od9Oo(qbar"nƒqrxx*y W~7(!0{9($HD|UF$q,D2!uHNE_<K3\^u՟ӯhu &BTlaYe\W!/c7/br:|GGW[%t@~ ,>XIx V߯4.{fA;pH=p#zv17_܍yX@W\<.#ðNy9q n+#0vsyT37.Rӓ*mp. xLoh\^ą 7&o|7p\0#V'rвjHGb2Z^'c1,XnlK!rT8y$8{NarC^/Ux/GsIz><|~#0^b9 EDgT,@r(.H|K,Bk bn|W~ 70xM dy _[YtJ]=UZџX ޗ0 0 PFX}B^&;=T&rRM/KyX3uOCEvG?ǡDǟčoKs}uK޸29*+1?e9 W'hXQ`\PIl|Xа,UC̫>36U{Nm#K? ?qx_AKt 1ZnቲKLL9\hC|+T[(gb5~[ekIk|6e:3!A\"OxoAx w`y-~İ2#rWZG,dAG9t-ˊ&YwvD>-aHCd֕r+^#N 7a\_XX}&K;,4p#p)L|y5]E4Z*-qFo$\.sq\ FͱZc싃qC{~ #{!pD|އ,§dy"Nj1G.hy0<^4L+{X@w&I[6',R7 4DõwY|Rx>B/Œ3nx,OSY;q[0p`u0=}Nc(8| mb,Ar.엲+nËG^3C7ʘ<,/ FaLRF O5ٴв2>N+n#gШ4G/8=Q8gclI XfÉsV2Aw9@ rNixL1o^ysd͓ޓ7\(?9_oY5X5bVm r˚ɓmvbh{YosG٪q]e%Z{qp/.veH5Vv'@w'/y~U Z#Hrj nn/Sy6Sq' K' etq5ǥ"K$$dɒ-{D'~~Ƅ1D 52C(B  I,#D4v&5=s|{vsi IGcT%ۛf-dk/B[YD$xGpw`\X Keu4F[:+zA*܄1x` X-%E/.C)x/XLVC3lh^00V܅0`,XFZ[btA#g<\+p=nx<&8-} ]/# ?`g#*[0*rIc〪2 N7k0 KѤEw GLP~A1N?ۡcp1 6܃ x 307Ց& ,u<\q&`'GR{Xlpx_'ϸ G^LS9O?bh?ϸb"LO|WijI(k͛IW,֖3 ܍x J^X&-95J@ieXeK~`)0M[FieGt 'qS:'y9/_t0/lەسsp)u}\ee75t'o{_Cxo#,ƌ^;Zzʎ8@4:D9v0'XJp;㘊xk,/>a#tC/@:\A~?\pt<|E˱(.L yx{lKc#ƴ1x3<[ CxoL!ʭ/|(Ƴ92Cx S1'apw {/͟J|-A@7舮#lk<|cLD0L~\a8#0 +qSY7[r|+Z!E8܄62Sp\[9-9*RY'07J&[ŰNIJ?$oq?㳣_"#h$oS8f1 d)Fq |+]䌞ȕl,E>x|ēdɲa{i8EB*I"(a!N3zΐ06H6%r><å 9߯HVF&Ct_++8g(l}63-2LLn hl7b,c2^ t.`sx;`1q.J)趛sxK ~Xe4zh--:`tǾ8G8 \pn܇G4f5%qOb#r>~GD,IƝ<k:I["SOX)b4Y,닁 |ٜc.B^!tUN#Cq#\YzxK:ݖ5e&w'vS+ޟ܎|L?0܁NSiLvĻعHnhU\$؀uC| i$wScDβQ7sp]|ɵ>$'\DZMs1G h:r C6c4/]궲~5dj{YNv(p'EJdUp*4(qH"=v,wXCKWڅ-vFw#q ƭ1I<1o,2Nm] p)&c:],OXf-]BTП{a^||o4uKOMϒ7;`o30<ɘɍxmΓI1#2CGq` õ xb6ćbV$߰ Ž=qd?ϸ7b4<K#V c=D[tD7Bo\.cucp7QfGp p+dNg3r<Ë%_ \-<8ӹϼ _bo,?Hr4'qW2l;sakE汀b㛜̷7PuOIV峬2L| ٝn %d׃uِaGoYѬFƃ8"Xbq6'g`+y\̽^#.?|0|'YWϲlj- 9S_f8d r aL\ncs3+LLta^fI'؟Cgs- Xn̾){13+[Y<^m>`TyJZa3Ʋ q8ǥ\M<3đL ~ ν<<B!feVgm6` g70d.n.1fo.ЇayVaMc#a<{13+[Y<^m>`[Xfe&q"S9Kygxy"eÆl8@Ner1yy{,6S"2ل؉}8#%{yy?0ffeVgm6` g70d.n.1fo.-YUX؈m^L`"1JVaO2Wy&YX1lXva?a'2󸔫;Gy;,gYF![1=89Sƅ\unqe.oVdUF>;q$9srs/4lҬlќY\e\Ń1KKmތxِ-w/|sx߱NW>7=TU>>q`dz\G?ثu?1M3L0P!8y12Q#إfp~n[ 8Ll<Ȏ-{3uz`#6 \5d5ٸ+%.ύ♞l{oi)Fq G=kYKZ.>8kmp vG;?:>~,)؍} ?2+_,l*wŸXb0i0G KVbuaM$؍}&'<3g\VdGIo F1\ɏx٬+x0K[z*XfؐÙu^gɨ`e6ggr3/6.|;y7_`?%=MF ưq1 \ϯx%96e"Ӹ_>WEyf39x%,nϞY*wngb`D1y^>&؞ݹ,6XαLl.nQ`10Lgo'FlŎLxr`: >(V|/;Ε;,\-+=+gp;37r'y|+2k vT~l"݂eXuٙ 4.f~Ή݃ә\YG ۱p=~č/:w`Lr1/N S;s d^gg`ş % `}; d}6c:_.xn{p0SWhw<=1ΆO?]8o42x cx_ޟ,l9}`wW ~,xl _48-M𓶶_>X8.1x7>P%ta}A鞟/9L0 nd-Ϧ`ֹ`BNlt!xc/or%se`+%l8ddy\-<_7k/lŎ83a9^O,t'8b5F_`f<23939۸x'ǟY (K+isa;vf?hNaq%?vQ~K{|b e#e'(r>q-39^fbfY5ٌmǮL$۹Gyټ[ψ{?2f3n|9)% oXl|˥\x9|~ྀXQϮ8\Ƶ)u}LV`U>6g{`'1qw Y^m>T(0ϰ;d2bq%?vQ~K{|pdu>džlx D.:ni~<hoXO_` v`D Rf~C<^c> ?,rFlN!|6}~ټ[ψ'Xؘؙ89i\č<cJ<Y ؔm؁]؟98\UGy9|.&nXUlXvtq:}MZ(e(Y%)d E'!!<e"KI2= !MYR5hy")^sߵ|.!ɜ|_s ex+`Q rGq2gr>nb/a1aaC6cg8/q<3Kq+da!d`=۱3E$yjnq&\, w0M(؏88Y˥\u<ʗ98 + s wr?L(j¼eX5Y)||ٟؕC8Y˥\u<ʓ<+Y ;'_`3: :~=/]﹏ k.ٜmى90Kq+$R,*Ælg8p7%\|]8.0 gf%b+e' ̉?z~|39s 7q'%,1-؎ه/5|+븝y'7 aVd5f0O7sGp,'1<<͋,X^?e9Ve"08#8Y\u^|3!^` Q rG1<<͋,x2،m^,:,TQf \]4va_(NL\MX0Wo^zmx 9X˄/a'~9{Xa,oc0[Gϱ}=uJ  @nm#O串?!=;m:9Uy=Sʃ2DpըҔ.&`S"9f׿</l>G}q'oq OaycKW9 0w,9Sߘ>lĦlçٛ9Ky7,+`ҳf9w(Oo>Lަ9s4+o}]758? S^Ѱ129S<ϢҬ{؈2۸O3rq7^%3xߖ i1%Y,oc'_pfm.ertff .*~j}jk+?sm (+ & , ;/6ዬ!ġѬtXأw؟h8bL8k?wcY.NW/y`ybZ#^KI\<}v]%r??:|ۘ_n<`82u8Նy7?2΍ d67̰kuEggf=縏w{QxÒp(/{WKý^X,'|zx_|q GG: gréuX7s,?ky򇍙ƙQ3ÒwXV؛$0=, ؘb's1Y\yrd3eKd3eHd3eJd3eLg<&4Lg<&$Kd3 rO+6k185RMR=yp=9yۊ~w<k~ް6=>w>XyCxư&G39 ;ŋu–Lcgr4 N.ca}>ni>h\F)6Ldsxgp< Y^>]q9^(NZ6>/uW+[9\׉UQ7ol9|YwzP*R_;>K`a#1(3't:{m.DF++pe$uVq{Pu2PʭJD_<<߄rwag&p!8' Sw¾#q{8k͟%k; qqzx͸'x|n+CR 7qbp9LaQe_NWYǸG/[Xٓ! ~+3\tfc/hMrܛ7,//g-`㆛ w[r+ 05~>A],<͚/O:*~odXΰs,U*\\`g.#y7أl8آu`>#zw8k+/f`.fc*sY:I~Ȍ5lUK7?6d{Qϥu'sV}yī  5r2ϳIpa»Ypfp a"?ba#6{0|#8[!q99Ze{&?q3}c*8_{*Lb6x3-6{ZsR;qsL-b|93ax-;gXW-]y;&ȗ^ bݏ9}φcQ_q2My9 \Ȏ/X_=\8Pg!sK/8,Nه#Fu=Zkyk+srx9|x8u>:!;ÆStr3ԣYa6;9s|@p}S?2ۖ_`oek>9n .`MK\>O=l|Xtucc ީ/xYR'u<$e}۹t+O2py9^G<ΦGY?T؅kq1翱g;g93/_bw]W-1OrIOZ7~3Ẻ27M c=X0c=Sؑ+@ְ?pu2 {߅GO3pGs 7q'kf)Xֻ=lʖ>|#,Ēzlʅ\˼xX%Y ٔϱ%Flρ%'O2 a>|hp؛sH#b|xyd,5BnfY=W{FYO6 .{SL1~K4&L1k??iO ۾V~K}~;L&~JOr ֙p+i Mqbx7]{p_t.:KUgb"sG^bY+,V^|8]ϣ2'3%yy;˳&q=|؂/r*2's9fBo2_}a[v ..~+,3Wb/Ngl3_>"'s_cbZbX+ee.•̵BܬJpO" oF,Fr8/* Uyy?tnd:>G7ˍ᝛=~"o\g=Ծ8w |qV/xG?:p~=iߙp:w=-\z!<疿῝GX ]\?G^780'l1|2ovz~?9Kd pPp[}|Fw Gq[ X oX83_i&NdY0 a"lf+{{؞JJO fW2Y)V(e awƂsp'\nT ?gΪamWT-=6g3 dX1Sa66Wk33=-ΪZ<;x3w,NJɼ:ktl#3e?XpQp)s%Eنøا3/s-4Oۀ^6`K6qd:w_XudTxX>N“|+̟޶Sd$L'96Gp"zWp(?c3Ln:$7>:;%ܝ^gySu~Xr8}秼KԁYjW{s65 \4nM{so o|j7չ_X䒾[xyo>N.~'a>c:7|Mv(N4NȐ/ƻ2#@d.e,>O&E6Yζ\ xؑ sr0[0+"6*yT^1gͧ ^&T 'q!Wǩ?kV7\5¤ֵV8y_3w6| 5uϘ}lêDVO4oeFa7V[ KS7>^vp-731lv|㸝g7Kt<ȟuf5>IL&b:oaq(OpWV\9ق'r7xwtvc27r?{s埼3!,,~Ӽ}9;x w|yAb &7p`3_v` #u~8v]$NjxYXs}C|x8spWο'N3:_ ksC476kX>/,J̚3+,;L6d[vyl/Lc[É|`8S8 -(;uY& 0x)G=,s\w>SW",UҸNVg>ʎŒp]ᠲH~Y(gn`V1M*+o~[-zx_/֚`.AʪxNxw]ĶA©r]#>aFJnj:M®iyɜ[ȿὭ#sBqz} /S;K2c'Gذ||׉ֻo χځ)n_;21,FXrO 2du>_4w s ̷ Nd~Y~qڶ?n~;\ʏvn>׼>  +R/ȃq*|x?Ms)%*YG$dDRdgGNr%$L(d({3J_u_u9=,xWg9˺lεI ³~zwbiiL|(Lp8 /2]>)<#ɰkѰYHOҮS&\Ť|.Ux˅T)JXGp T 3T K:Kpga;Y3R|?1mp/R7Q]7|m9-vb-MDQWp!v dY6\7l50<9(|ap?w rİ'J6ࣣ~ʟyiDŽ?s.r 8/&S k,8N"J| >;s49 xyy)A>|Ovf~禇ug}9g|{}ؖ9ygy/>67|93k;*o1-,5LwO~S3\ͼyv?|~֜3̺99?{p+:~6|TT^ccÏ'Xx2.`|6bsӜ$q^}I2n.^c W0'd_~tg6b?u>m`"O}/O-UBAϸ4Sؚ]9 \sL9'XUـؙI ,៼wg3&fWs\aaan^cܑ'޼U63Y2rF&uY~0˖Vu|v[L4=|v1oO߰=p'Է9 _f5~-7M\;_<q >*72~r\ޜPzJpiPhng /,әYّxXn@X-8W97gÓ?ƄNJDæ~u8E[=uul6Y?N|9Gxܔp+|ũe#9cz[㝡n`[\߇fi8hӧsfc&[h_S5sW0be%aaNfΥ3/20r VXd8'6[m>s:K q:2ُ lny ¢8scיre>b%؍9=gA%;xowe)Va#T.a&o&}33'`)gUbs>Ss 7.!̚lVƁɜ9\_+S6_aQ>*ɦlɎK͒zϙ,zَ8xO\Yfx`Rta;}x33 _n. oH&r1c6x8PYkss6>6$|p<+dQ*#Dž]9-ƇC'{b͋'xRxjqOgW ӭ+ΜaaV^`=i>HzZ,$ʿxLrs/W/g}#7W)%L1۬IJ\žXg33[Uaf|5Q7L]/,2_$lPq35 5&oiU9yI,,lŽĩ?cá ta:Vm3B(e(KQBM%"O$O]QdflT%IV%m}|ܿuyyι}缗gr#ovgOWD5Iss}ddM6pce&r}>͢L"}˛؏lk6`C8oy۾+Uw9gm~vdѽVfo2AcQPӬpH|y׬)%v8?rOaa֍Yg.b+qWJNO7t0'rq_6cb:f\;g%2{nlυ\|y‚MNvg8`k͓kyy ; _zp5up1F-G2\ȟɳL!L~ R0|+y L8qQX<8qo-=ӹ;X41z|}8ӹ/PѰ"e veN\_<<›Y=_s)7r/:lW%Wobޛ&Ӽ>U2VJݬ.4˄3exm9{Y|{s6s;T0O筷9{$TѺqrJp&ޮ{elUɜslRU^gja;{xHV~xk74o"..qn:7)o{7OhpfðA#UOCosu]OZZT]җ*|K\$[U,=|s\q(߿.̟/EY-P"'JrFp3K&I}Y.W>[-aNƊa"ÂUòi g ^[G\جnxsypQ}ol4l$Xxqmt_ W=vy#]_ `0$lĻL >v{9hFq~;z|q ærK)9_{. ~ [;wq? s,D5:]>< 1ϳn q7mk_x`pp%_8SD؉?q˞ 9q?Gu>|B؄]<{)u9|J80!#Wp16S<:95|N]'lY$_W0.>Z1\3,_))G5+,T=p =2Ǥ^W_6v˘SbaqlgٟؕÙy\/Os`psϳa2s&v gpvuds>v 39yڬ؁89pױ lή9,0]9wWG .6`W̾ќ\o7Mn)^K=&a2aga?LCdVa 6yVxU}I_ />s&e~+|66eD~ta^fb,0S>vLjV7{bʼn؈y CyV؟c?q+ s4^ u<C&b~<6&wlXrsv.Y85,79cט\yy4:S(ũ\̯yץOV|ٝpO;$sr2gx-3 1tub,ڼ ٜmGq2+WgFx=od9V}l&l|] _[ȱL4E^Da%|؊y^|p'r O rb%ɻy?_{4 Suw9y5نo1Y<żx &S؀[=;%:?t߾p~ҾZEqp %/ `Wr'r\a^#wzy+n\?xwu:ȭ~>tPR9uc7vV,sѹrUӣd ak23׆ ,_(Z8V4Z2LI WO-.&&O?gqsU k#u[w T =U*Lb\Y5|s.wW;فq71wZa`wu؆#gyO'WxݰbJ?/¿GnM\@üx0{ 1- o{8rXwn#;>zVnql,>4-,s6a?u'L&\Ĥ'7 sXM~J\,Zq6™2m'ꕩ q*1r'=#92\Q=q#rZ's%`ܷ:f/M9^Q|G}rre'2a`ؙ0u=ܿ 3yBX]YLScI Lpn31|3 s]Kgg',̹&,t:)y|c췰rwxsƫ @>mWgxuŒ_0ۘy uncfbXTؒ]8gxI7|؇o1x%JSySVz\[3lV+|IxY\ L:sG³y/[.<3c}=oX ])IŔaR3=O#LdkJვVuLI w4 wsBpaa=aBKmg|[xz\ۙ~3yeAa8[cDy11.|mR q3Z>? ~*ޟ'~龋‡؛7u۰Oaw|p4pF5!?wsH#.e]փg3g`7!@`?s/71wlO8_Ɠ̙%'ìl"_y[B؅y}rK۔ 鎃ۭ;G@i;W4U͝\F XgŠantuugN3R4*ݨ%`0V+ęi *+R4Jue}_$|?i >/b7Ϻ$xݥ r]y_3 ~Wy7p9}>xC7?og/><;7xD0^&|/4X&_"|k0G!>ʿ`w9{|\|9guϧzǷg.~<}Ιz^?-?~U G<]{2x?uOz&?1|(x٭'?+zyyy*R^e=X"xγ? ᙫςW*{|?e77g*x[: ~/=x>gx[䓿d}w[s Fg_է}0o\|o>x^!xå|SsW?xeUy<`oW5w}8xO=x/oHp{=o{4usU_Z+/|O}6|ُy6-y:0q;?o>vg~o2x<}W/S_1̼,|K. >>pIxi0wCp V>'I_>Cw/+1Gooüz/x=Ǿi3E-o ƘeU^uv-~?∿ZF7ȝ|n𛼺n}#1;w*3||!_W3s7V~g]/ lr-m.wc{pC𔑣91i&dife3̳YαY+\Ye 66wa=!x#x2|cL00ggc%γV%.lr-m.wc{pCG'8>