#! /bin/sh skip=1008 CRCsum=1778679911 MD5=77585cb8c5bad0d97ebc79b04d2f3e25 label="NVIDIA Accelerated Graphics Driver for Linux-x86 169.07" version_string=169.07 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-169.07-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 169.07 # 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 169.07 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 169.07 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 "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86 Version: 169.07 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-169.07: NVIDIA-Linux-x86-169.07-pkg0: Initial package NVIDIA-Linux-x86-169.07-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 : 50776 KB" echo " Compression : gzip" echo " Date of packaging : Thu Dec 13 19:55:54 PST 2007" 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 aGT6.;]6=@p x4hp.[CwR#}~rwswWKkY ֵAN?0D~@ ~P,~7ѭ{Y5Ѷ}vުگM_-oۼS{AAW*-:umU[W=B+,s3epqwqS1:^'rαm<wwbWݺ/wO{Opgkv~{tv{*w/ۜ~{Ɲ{}λΙحov vp:=r\{sp|ӽrswesGI868Wsݫ;U{g~ /fqqw6;6{w~떓}r$<Ήu] w4-wˏ?ضϽvM<Ӟ^%lݶ n}6Rwc}ҙ?})[J{H?ҽ3pǕt~p:8;k;i;۷{qJקWw|%{_ԽΑS׽"innOE[ӽc.WΞnC[ԙ-:?svp yn;^k5eǘnn;g s͔p,U$N9ݫ1-ߗG8;θ5׽V}^eLqv뛹MwX&v˫ܾ_ܶ ѭwgf#mLۭ{Iq~; Y_̺r[?gm%q5r$qZuGܫǭqvsܫ{uqܽ.Iwrp^ݱ;Izsu^vvnFȭo^](gAwss| 53;>{V>-W`]&Yȝ[.%gYn9ԝ7ș-wnGn{!:H&?( _ Ond~%]9QuE׭#Ǹ_Jt˥L­w%{YM޽-Ysn$w BXu\u\Йҽ:c=m~WrWm<)>vkWQn9a-ƺncݶ8\cΑ3ҽrI\m#XFĽHD}ڝg|uݭ{֝8^}Jz^:[17ptʺs][ϽmܭwI}ѽ [L]s,lOvjQ{,ʽ_ޗrkL wnF99۽κ } ΒG:˺uyp>庇}rKI{%sW} OU.^kCn}~{_;&{vJĄ5އH i?pI\n9Fu5ۿ{νֻW .>۷{}ξ']l۽z -ounKŭ!qĽuU-?u$FNpDn^n}w~[͹H?UC~$Fw+nIQ¨[ڽ:[nnfRt"3(u 3- nv&Pw|~G)$>J}ҽ2x/-H.u9WsڱgwH~[-:{s?s6r~mYݹUwlR\mnwppY7vOJ)eܳ]y/}ޟ:[ӽuu tn{n[;Rλ,_9GKnkҞu.z۾B[U}$%-e[Ir u۽FK98Hp$ΫWqsێ[>-Z!;o!·[Ϻ i_;IH t7n{{vpR!4)[s뭴1g е75?8[E[pl>y:L $ms4??yylO='a^?Ưq/ _pa]bZG]8>+C|ҏLfmߤ.|{O\w掶OC'^c7qbyg{u{/<`s mKCx?9OE8Or`Y;ͺ|syajh)ujr;<Äa[JnsLVSVs}-%#U_̴KYڑl|m/,nݧ~r/hs#r|yA>7yW2>vMt_ĝ{5hl~qԹg>Oݝd]oKSc8w7>YUFK[ܵpKf.u%쪙㗱nݱG}ߟf}{`pi|h#uٯ8ϩ⾟d5}pI{Ĺý0{%Z; O^<bJw|5εX1ϠXu<=h}ZwJj-Ϗkaހ/I3u:~h[έo^ds /NƸλ#o0& q3]$=}n}eu]α W{usJq'>PEe4)údaY,Γ]W:-r6vˇ[^+DCsW82_ƙw*iΝ^ƞ>km SXr?u1w}}G-H㶟-vGf-\+$ח7/=2o.eV<Ged|2V w+ckǕ;y$s|=%$kc)d#&\xIOG}ůȎc]xD2Ͻ;y^} `JsMn'sN"^G|.El]h?DmZow$|ei3}˅]~Y۹؄o&wC噮b?tDž.D@IDm~IZPΔu]|\fQ}i&Ywqw}I2!|%c;~\ߝ(bo9y<.[#uoYD$ ҧ>w^,,Ϸp o{\`iuc;2\~ws?ow=|!&9$K?>,Q_?]x*y?r.AjKj9_>7.EmO. w.~D&xė8d|? o{W}ˍJ|58"fI=+bon/~doT'_|.-8*~|g awaWi{?_¯D%o,K;[eһ˯Ly9IHpڷڅw8뉜`oyxp,%M)ď_T香ǽJ/AzW\ҿɿs>kVQM@2yVԷ\|\2!wo9DRS?qUפOKgKpѷNo1_|]!1ǻ#2R7y2)}˛0+R[OmzEs?RT,nK/D~\zޤWL|=;i,ZFޖ7D'SOag%akD4.єWn9joy+("#|%!n{Byz]|h˯1wg>ͷ<@W}SmSu#i?B K?Ly$MMs3K}oߟM}=Z{/L/H_es77\~´R;7{̮|gFN!vy^=~!3yetvtDn^=")䝛MI$??Rbs}* |ˏ]y%~5%m-+S_+Ko$oM{NqS~yה9%/#M~Y$'2U%?Yҗy33/E2Q)wN"1Q>^hGdolS>#|>6K{eByս}eߘgOUQ{}gbsw7K{ʹOe !^HkMyp=HS-1=>'=㢥 ]ISf|]_vI?}=P߸prGI&[W)aHx70s!$#<=ɏ]z2%oe}_KL_x.~K}vIȍ+(;2yJi&t&/=ޕӔR?s0)N i_AF<&#g$|3坴GF9 iS28?4)cr)]} joMDGhzIXS&~W5W~3oso=4wΨ7}qܛK{.y~Y;f*y5Qv?3m=&ĔIX y^ycɯrU~|%2S^,{/?W$)+[?X&ƚj?Ed5͔/MZ\!.xTL9[i6K+$}R{㥽=ԗ%~R0'y^)My%9gM{/|!ace`~?H>RhKcwo|禛!i Ҟ寅~Ly=G%0-WǔWKd/|ZW>U3RJn倓ϓg]}C|O"M9w2eK?|#K7[6EeV~/G'7廌r}M?E|i>OK3ޱ@ڇ聴7+ ree!3~׻Oһn`w|y>gʃiH}rOR6)\uR ^SnSJ~d2ѯhFv-%|d`T,QcS?#k}#U{Bg~7\~wy.,h5Gx~1Ĵ',w.<,S"&?,i,-o~zCCa_0}R3 w%OeD_|7rLT욚8oMo\W&?u7IV?S_9"u|B~dSJ~`.Hԗ JtW~HĊ)y~2`2**Rq+I|1L}:2*Iy?ڗ+IDs?2bgޓߧ{]~o~!w"̴7}fno#_K;9S>HymIy͔dSZKٔgR0mgDK%}3#??VtGS^ϴ>ҙjfsTz!zAMO=W?21Ue<Ք~ngt/~QZܦ->xF|-PQϓ :cPnJyj)?LI>5Ҿ73#>a7DƣCG$45{>QILQfNK*{-ߥe,[+?[K~jfB[M3R^oC%\iC[xއ?W\iO^KCl}^1_33Rikﭐn2? ?z?1Ҟ712[K~t֌7I})'EURߊ9BLXoڗ3풞M_9S?lr#fUr)4Kyl 鿉^(럭*wGlLq9e?4Wiڻ+\0Ht)_ER3?F+072K}/KaJI~kR*S~IJ-?Gxu3 oLJ;8_rI0d~OfI^fuGɟU"Z$_ oHb_fcsk/bJ׷#|vR~2f5?SeI?d֣O 3̗659Z|giO0U S_lJoTNb##S2oszJ{loyQ=S#>M(;%|'Z}̧5j3Mf|M}̏J_~99_S{.嵙d~n4/ gyxPXLzH.|&l9h]7,sMI+NR7EK$1 _ 7˼ҼZ?!ZLv)4dilIɃV2wަ<,cL{VڇLV?T{K{ތ')H|5?0Z$ ӌߌ_x4_}gJcf~=e|ėjs$?5{p6F;_Bdc[̑f~qG)ԗLoFw>=o3!<(%て>rW3;IdϧTv%?3WBy%?̗y.ߟ2goYsoy,(嗉٢՗Ke/4֞+f i]3!\ӖyE+/$?2-JcoyNc4%1%2Q oRNO3K~%"S"ٛֆhEZ|?xߥnR0pl7}@}4ѾpA⛙ <$Ӿ"JdEǔK{տ KVͷs1$?2??3?j/]_|qR,ki?o_foJڛ8o'Lʗ12u/>IHj/|_gX%Z?!:|NHc۽̯ qS_-)'M(kM{W_}K'>!(7Uҋy~&%RK}s)L{,WSf>kTœMO| 7>e柍jsxJUaDKJK|mrH~iwI{פ2c/g g _Y>^i|:Sn_uER|Ӿ)S aa0߇Y!=f>ir6'dӌ|ce~E_rQş32bگw";=7G 3쐴IybYUs]`K>p%壥R>%3ߟ.%)IB12֌/KcxEOn?\e~$ߘcOLo/k_2f`(M{3^TiߛV|hHlI{'=I}̌wR4$?a;K~iT์R1aOx,S~DOz(;"ߏp;{LnhjƇhDt?i/K}'W(.L]3.%׌'=>opx}3N7/R6uH/+M&}L_@Ӣ~dPIJIgKøo>siOM_ d| R݈;?ߏ'mLL. U o0Gx ~~QU7=K{?dןSI_̑*\`iO&@C3df YjɟLu]_J(Eo˺R_2Kjs֕iKO>b70:>-Ӎ,O_7@fs.^rf>Os#|;\&'CG~TLM}(#ejrFCS6e2*.fTO8 G_3ycS?1&=mHms)ɠKe<ʌΔn~@ou3r|?dnuojy)x&g?#7? %cߒ~O5z/R^o43g*w0Y\& {PWd+'Iy˗$Q3)'{ qL I'þk)L}?6m5e|_Tť<5xQ9i,%]&=SYs?H}?6@꟦}?\ڃC@|3_=G3T$|hL{f|pߙ4l}5Ue6߯1D2^aSUsҿo'Jū`Sei_0b[NڋɴJޟ)6[WI/&~^3%b#jFkOk~e/'㧦VNf~n._1;7|I|s__WL{tT0OL/,y$]Js?G>01l^4f-3?8srR!z}R/eVHcO o39@/LzU7%_x| z}IK|L~"/XGj-ϣ)?G{ 5?VK߻^;f~c/nnDϪ)Lw+\/Qf>;0X ̏#i_OY~BG]2 K3]W|Fqj_ķZf<^s}>xwmבv>Ǚ]23>QcڿG$Ii6.~_'?~(.DVx㫌կvI}gi_$w?/2Uh_SjwI{_)c3Mgl*?_* *{~=!iﵖ _|+3\|_ה'q2>8|S}KGu%4cOff~IAf? /df.of.(3_I_d|-#k' \sf~UDo~ GM|O"y3+ͲҨ|e?')I{HǴO6k\_4#e?'Z )y6xh~L 1gdX"ɔa˹1՗?3kgzFҏ;b^F+OI韐~xR~6$7K$?23o2-)Ӿ*Zx=9~0'\gI|b2z{?2ä~3|Sݕ~3^ 0S'#?wl ¯p??q_mğ)||`ʗg? ɿdoD#Mh]l{2_Iz43R1ke ,?,.(yw~aƯ751GzxhA>)MZ*&*'&=w|e|˔Iw#Z3lGKo&O֥å~l2nB2|_R^`Imk;!ô&IA2O8w&o9Ldh+'%fHy>&Iio5Uh$eo*{ffmU?MfyqDKt_6~MWVd&ʕUv%KU)įIǞ!m>{y'ohއA}VZtᰀ0[[uZtкSgumkݢ}nzvعkێ[u֩k>;gxB| {ozZu:tC|jݒy[  g}2->:w O9<0} 2 3>&= 0=ZʯuVumիmǖ~jۺ}n_M 3nD`>D@s sN& { 3k5Qc=& 4 1n7&Is{6ab$UsP&>7d gg`<\`}S$ޛf 2+Ф&A&gdׇ&5`< М?Мd&8`'> 01=v\L0q;<sl9֤s0YyF&M}|1,4o5q#~bӗ)L|6!6xnlAAM`}oWms4l~bꐁlu}|h͔Mޛ{ǚ{qfSh^3&th]}o-kl]< [?4ek)_L9`T99Ƕ}Lxl1glzGr^tac 6`S? p۵b:Mtd`σm~byoʋp{\L< ΖYغ}^̳ 4h'ԗMhCyv(Ф {-L>[}ټ>kV yI6m+\L8{L<غys=ıP&n 5"āPC3 5PS 5yr)CM]4 !& 1b$!&ކ 1bO3!:C|1eǤkIvԼ1 wv!ܴ#M;%M},ܔa&^&xfafEaf0?L 33̤0L: 3m0 30S30na&Lf0S 3u0a&l8ۼ+WA}y`{Ld7mPCs 5j?Ԅ Pn&BM'ļ6@M< 1b3<|Cu<Ǧ_}bS)tM>i3f|/~IA泂g2p'nfa#Ԝ'CM/4o;.5{h]bޛ2+ԤPBM `l=zLˌ 6H燅r֝<1[;h⌭^nji{LMyX@cuz&&]YЄ)Oԁ=~ uBF̘nj_xl9k҅'{KxLcǯ{S{l1M[ pӎ7i$ܴÃl`<1cHf\c&+S31|\27u .l1ewi潉khei/|ߴMok^ ߦYgnIM$%L_D1up_6Hi?:燛6H߆mkSL>!nc=fLhf#_e7m[ӇoV=lʂP{4`&`?ˌv\͇M=yz1sffLpǶLjҠ{UM?'柦?̿W4m@ }JliA&-xz7vixbUKbn!^L-Ĕ!bE!&1S 1CLbrW!v\BL| 1-ķS 1oh5nm!&ކxbxbGf4 m%s79'3c篆9a [3Nj(Cs7ߎz)km?'>([ھ86i/vb]o}&p7ߤ;MW}VѤ;M=cf,?>p3nMo ,3vn{M)<츆-M3cvNf> fa\ O^isy3O`zx3e7|\zf"LX:|ya/הYv.Cbry;&B3&C?6ggYf״}< f5/a%۾g%bڒf1Y~NSO? 傭C~-ۏj&kymW7X]*O2^x f1u@yٹ3abry;fӈ-[M_V5i_〦}v _q<gMlӚ sS =Sޅ:a3m^4iOOm{1}wf>m7mp v\l|9<0ĄCb/&o 1abJ!-o?&lCl~9{n\=-_l+06ԯ0Sg0߇sطG0icJ{a&/ ymڱEySo1q8o!&=HS?7a7;~:~\i'9 74o\SM_o7s=&v1$3fosY.m{3ۤS{w}io1BϿ܆'6. ak 7{N&4)37ߌ19Oo ~Up{fSN6{o.6q^} i7s Eӳ!@&f}a*MWNֽe]9ZJ4iۭc%cˮ~ݺ`Q>\,!;ϕth־}Le]N=:wnپS/[.]jNMͺQrӶݺun֢Y_6ڱGV_׳5Aֺsݼmפb&M<.n٩G&;l۱ܒvrAͺj˺}x6/_E vTW~3ߪcq{8K{ œS-Į `XjU- opY0 ccp.՘;84u| aw!<7^F>Oo`Xg ^0 UV b(9nC%`sa .S.`^; cs5)bq~Xa;p 'x5{'\{0ƘH8a*̆0\{0Ƙy1fBcq N&}cV7ƹwbiY2|c,dq33HO36Nc˟ȧ,<[0WDOƛKfn q ƞO>^l`g#q%fY&_ǜX K@q. o ?,Ny7~qבc,0?b\t;,^tc,6< q6Qm%~Sp.͸㤭/x/bm|IV>-kl쥽uaO1Q{,ϐY׉p ţx'at;vW)Q \\'A.~tOc[_8oqG0['\[p{OIc'Y]W݊'Šjjv|Kzǧ=2}wf'j qKeJ67;׋MsTN5V."ʭɣ5r_Nc)0;sELaj>Y\\`Rjj2jMƘHSaz̊nZ]`.[agq<7[ :gs1E~D*gs; ƊR7VwA1ñ6S+zrIQ U[S]"/]'Mn~so&^L`^ bXk ;aox:b6|'f o\K]y>{՟qc̻x_ö9T-L\ݏSWQJ386<ױ|*] @uV[B85L='գՃ%wMu5]|멹0V$\q[aq91n55X?c/"ؼz\mJuJsنcv2T];\-0B-?-׋Fp.ÞA ^ǚ9~Q+ēլX@ ^?O18* Wu\k1t%OV{ϘGMQGt[TSX[`Sp)nãx`i)ằ~M 9om|qi1x_a/.ij:cx KD>-p9plp".Mx8Gmpƻp0nj HX |slp Ǵ(/qo 0wI̽D Ķ`'6ˈ ,W3`,5 87~͇YA{'08sT 0^W* `yl1t\Qx_~8j~&XüX?/p ^ƿ0Zsc86?ٸY#0?ϰ v… e|Sb썣p^4?,a'cq6WHb[q>+'ܛHw{ q ųfL=KcB~1c `q WJyM+I7/xbm1a%cO싑8>y~gg.P\Q >`#|F늝J.N-zaBjvǒn B? lu.f Pg3q8b` "e6 W3Vss`Q:Y_L[V}˩q )xcjlq4N{Wx쀽.NxVRs.=' _s,y'ղlcpQmMKr '_S0M RJZMz};%.J=:%p!&쨎8zPgVc>꨾T܄P`aj"Ş8~NÛXk$ K3Jq>9Y}4UMX͎ Vc,'=`̉1V09C,a]l¥w/n(Oq8ys \;3 {@dzxB-aXkb#,Vgȧvľ8 aj *X{`?|܂P_?ccjz܌{^;rJΓAr#q"¥w/xo}|I0BXbu[c#pEAq5+\ʳGjWA q'~3nW9~TM͂媫毡-ZgE,XK wa\k1߷!|vNT#c! <-ǏT~0tt&W.PK7KH2r5]FaJ˨+i5\5ՎWyo]Ջzb~jNUfz ;MU{c$34^ěajwfZI#tSKae/j%ph qíWoV7V܉ٶvQcսyq+><8a jq3r>LI͎Ϭ6ȯv†mqVuvWbÂu`6̃XV,S_9~=pġ ԑ8"\OА j܏A1>jMIqN 5_~:p M+^ `QͰ~Sq“x`j`)/~3pcxcnpMQ#՘:m:Ŷ<?x`oH܈HG\0lhg,#ǒa, H8!!}#j|qO'X>E=49'H u .&M͋e'5>^ a2XkblmOmLK͍-0kou"}Ա)8 7v~=&Tb,Fh>?H ĢXbgL1X~<ϰ>6Îqc| Cq NOU005-cml]q'~1 GI8\>x;^cxSr¯04 z8V:xw`g+px.z3l_pB\Qxg _aj[c'DtpƗka. Xas\p3Sx gVj<05 ,pZ ; SbUxWS ŴaXhsq%nŏ7o!!ئΌRP{ $lKjWjZ0pn%I?Oy{~)1+28g|܆%0c-lm;Q-ሩ a_cq:.+` l_a<FjV ;x /u|1/2V Z܂'<扡bQu3q|[q7^5)c)!dð6L_M0ñ78f@QC|IMvHk"i8=|1c:\[p+Iȏ]x-r?x%#a I'$ X6u|^ݛQ=)3e.NĽxcuq"8NĽxSea?4~8 '^?NĽxSeg?p/̡a8 Oc$˜=)'0#3l-1^/59vxSO% `fX_ERoMꅸOy;zn=xo`jL9Ѓ7|/0qMsƧG55`-l Obf̏aXbw#q2.ˆi XaG̠p+L`a l+xϢ<@,66áxL1[aW Ɵuc XP|/=K-|p-gטr>ᴌpXf.믢_V{5xl-7m$ïp~?\\pöIQ<'N3nŃx"aӴ+.qp;KMs̎X a_n_$yD;93~5~X79!Z8ZqgZuoz5$gRk~>EOqsnLT=_P@` c3 7&*,X cl1vQ5ƕ<ŇcS`Z` l2\G|I3)V.3Sa~Q8F܏gw|jߚa-VOWe/꥾~įīAijHcI?ǫ+&'pԌċyj%ꄟk HI{

c\..q0cx]'M{SMkPaLqx>Z}X~f8R} }O@Lڮex PScV_\bCc~դ,:GkN]1ҫ3p7X+`wXY;,n5^ܧ;f(p\}OwI) :uULx%Ϋ5q>áu8}]徰5 .ʼnY=x /_7渡c8Vz78g"\{0oj|qoepNX:_৷ի SQ;Z[b? xD,@W8z+?R>&2OT탕^ |Y_r>܉Wj toԦL?fO|bXk`#gcdS}cYE LXb{8Z_ć7Olx[%R&V#;J܊^{c'Qbfl-yqӘ83a z8K\͗J"O`4/v˘,]WK*3p?8`̌j<셋q'j,f_rmwx.Co 1ߨF1wj}܂Q?q:&F_)? a>X-p&\BBK'e곟Ռ+I8 `UjzQxz5Qcja;05WC|׫ ٠Vxld?lgK|<5pPa$DC!7>,ն8`_O;xW0<~[6?J|ij#w'y^ cS+c3YO`s8`k,~f.]&~c.cĭZ ݘ rYS$H\1wq1-m;jgg5Vx9Q/x' jN„aW ŝ; oaj;a3zp38b3SKԪR{j_ $?]ex|׬QaҵkO ySL<68<|96p &ܬǮ b-jM5Jx=ȇp<\0S .|̳px~55e5|r>)N-h??;1ǯ 5kEsO5`] K@A8Mwcn [չwܹE۩qnd{:0 W<|~Z~|GGr'ԉZv3W%Ñ8% Y\vǻ ԅ x)z cGXñVFs%jX `jq,=#xLB`0ZM0/x SQӥUc>,>xSL^͆qsoSC^>lAuKXVuVY݄*|a lpBpdՌV+xxMXbUĮ88WVٔx!Xkc7#pƥ8=D'NA7G/xO |æIOi=|M'`jclq5_OuV!G"g/.u:.ĕ )Mۯ668;qSbc_ףjcY{-\qq Q\G=T &_QwP0»0 )v.zKzKq=n=xOe zFa셿)k}\wo5,\l1^/FH|19ylb V-N7|q ݫ1/`~j*[`GCEe v8W&܇'&@|bX 8W&܇'&6v8ǩ8sW/o՗#՘/sc]l1wj:̆(H|=u1I͏X q3'ƘEx`jip?>O5q4>5RE%ueu Ɠ澢C=g*>W?6xOu}5/fK̓>~9ԔKL$gjELR`Wj+ {P\pcM~PKqģM~+=1ձ8 /Qs.e8):Wz0o<5E%&H͂C2:L90 bMli3eIL݃粩s29s{j\jjRq>5O~nOsnRwNxp~.+(T BiÈ'8rN~'x'.>wQ9 >,Qc̺z~<ӀퟫfjÖ*hrI/mԦ_3I8 R<1ګ0#,6=y~xZ[b?kqxa9i(88I7oُ% [q>Ʒ?Y0߇́Ev>8O$?s}xob{pPc̃X7^<>FYj,51~_aW܎^GP͌]>pNٸ 3>טs Xka3q!ŝxS.U?<qqbO/1rL0Q<)ZA:ļ3,Z kaS#p<ąwaa[Cp#xo#|UW 9v~-Ĕ b \K9e6a=Nwb:-M5~p. X85)a (xn,܎^{m|X +$Kps+v̍X+`lw|o06[`GC\O+X<wĎ8,܈9ƈ݀i08V܅TcvbX܌'>.Wo/p1x cM<4=X?V<oXaGeQc]q"Ÿw㯸=x}K;f%2k>X1ԔXb=l]/x¿1AL5G+p . xOs[M0'q|n8Gk18.ÊX[`w+px ~VFcW`܋G >*bƺX"a.~]M8Z܉GbOp7xaD lͱo/q.~tY \Ir; +8)WOKp Fx;Ǭa3>ɸ 2X[ ܄(^?ir+쎃p Nâix`uY5~my'x_[]|sa(ϰ>Xq%ns8Ԥsby_ 4\+>> f%>ظxsSSfCԲ]xx3v%w#`^,;`w썓p!mxO{L؝p,+`l=0G$p_j6,aXblq.UxOًÃx/c|o1לV:{tl9x=p4LJcTaḟ#)'1 ŒXbw#q2Ƭk}(u!U_a{x&۱O2|{y7 cԫqyl (p‡兔p11^go 0R·Sq%_F9p /W&@'U?I^.i'%>RmA}?d|5ɬ>.Yp>ll.9d93:'5-/9GX? p>R-ua3Ax xl%e: Sp/"-]|8WB݋]"8%x]pإc?T:Tb=>R U9?~S㫳 jr<~86QOcķzaY,cن}2vi2veјe݄kJcfs>xݒ[Kk5~._r|xcP<<%S-G\Ԏm.젮]x tRkb3:s_]:I|Zz^ñߪE{˯PKd9V QU {#LJ'XT L$WӥPsRpLj5_u#VMM鹿 {ܝQI ˬ>ß?Q[ga{V؞]C-ͥ^­՝y8>("?[>깂Xե#@}9Uu~(0Eԗ(QL]ay 7'B]Jr=[b? +~ ׉˪˱эp45x0|&pߘon~~wǁ)op"b_^J9;?,|+?nYyVQV㭡\kM(_֓l 7m7}3ላm%_FySs?;($_ʻx)o,KO=s!·/C+>+%bcď8~||_&g(gΪ?bc^P'`EtIM|Ů?#oxzo|2CqW/ݟ,c{+r_Oȟr>#>'_~A9]_._q]x5)Q7~j1Ԥ1*:+Vc8*W݅9㩇1,z$W_'Tb$^l$,8?vKq-TT\W2Ka H.8?vɨfqX=3ׅ]>a[eada7ǣæj@u9VROkcP#3ů ~EX'rb"X\Kp?ءQ)uX|_WS_c~ߟ1xz $ߚ^Pg`j+܌1̂=d~R||fL܉9gs~s8_cj<ױ׏15+vCx ,8cEcŜ?Ux ,8c]Cx?[z9W\| V3lx+:q9&\M8`S\;1‹oZcu;!8c \?.DŽ9?vCx7Sqof=[V]xKp'osql\\w\wkLpCx zp6>Æ{o c=v?`=X0ac_'uWuy?3lxg6u,x+=sq9&|).X95&{A=7q,x+q9&|c<ױΏ>VrLc+܌G?y2yN&1<T`XEl[=Mp<֋Aj2j,S7~~3@X#"szz⸚vR;;>W˼PdqOԀ,j1\V:6;Z(G9ԔثzNuU;b+~xyP<aqjA,v!8B\;0W7^Mi1cQK쎑xNXݢge7j2,0o[)LNMUv8Ù7nO߫ ı/Ti 5't\k0"ZbGoq:5Qw14c1I55f0N\5!~'|0n<..-a/ ճx?RKael+9 cĪ?q<71uKg8 WIo0jF̉4VX xIĘs1#sߘׁ ۣ^û Lۇ.PEao\Y/j@)Giù7a@8V%vC*sZRGnR܃BwWcJj*jj%rȿ0[u"fAiG]x7&q@3u 'c܉L)K}p~wSc\?{3 ȧg3O-#$'GlelIm7wNuMGTEvxǻ 7< &tyV/i15H,qck\T]i/!;9m-@0gX:8jjl}|10j܈}&J&҉9?v1IԳc5_$S$Wc8&Jzl0^Jşp7g+ ?/z oCLV-p!nSM;~gq]}-v$M)V x 3T'X: a+ֆtОrag:8Oc鮤n䇽x7&Kx$K0R>gGV!o"f)n'yݜo/<5Xau((}cVSj심yRWW/pߏIOHGɷ_o|uSO+:%U3Vkb *iiռԿs*Ư;;ﻪz_S_P R3U W/|NN]bkƨ pN_;<&ݱُGSԊSt3D?q_kyn[IWWQjlߥqs: kLGmp1>3T5>E<y/'?4yUp#!K${BZ0)jD,BTElEʚlIEJ,<%X_}s:of{ş 8p8pr-53 9߰>b7&yDX~aKh,‰WąůK־cùyYoVGTĸŗ3k|*9\]y3L̑3q' q&g, Vd=6/ũw9lc@ ˳.3S.GY/ 9aafwg|HDxJ?q/p.2w88وo's+/̃au6d'dbRa^c|Il2\XrI.0uGkdJ_0 _Kk>wWT>_aQlN8˸y9^ ,dRpU>5GئNؙX--Ô7·[ۄUُrS٬c؁ɝ†|w@ s ^6*SGx}`p+Ә0?eO~?0lă<ʤE^g+^O9S-q97p;$f1߳5aMa)VL?͟[}f) =i˥\QÕq˿p",x2| NUEXp*`/u!̑>ER4_5GY5cXs!e߾-ט)Kؔmyw_0[p ּ#\ϚM|,O83x/N9Vf;|}8)LjGOo̼ċm1w8VaG&q=al7ك8?$/֓aVc-2Vf:ؕ}xOWu,qf3a͙\cxָF |*'q&:oƍ<E s(,s\R?ǡy/^TgBZ9kxvP6۟0ܐ!̖1|z_ y 13>~㼣p;+b"{Nj}=3_s&70g>>ϗ =X~kwUʄO2KŰ qV ?{<N֨SىӼȫl؆S0GpRa夰'k<:lm{^Ɨz&8~b˦R&34q2f-@Lf`=aӣ_¥<'ªlW8bXJ؎9t58?!|얰#s6gM~d­3ܒ9L['X4K lf g+Kaۇ\:|lA|lXo1ټ\8sˇe $KT@|^"N?Nmnn~hn1dvM ?.ntw WVp3csG\õ%\?S]kط04..Fn^ o2Gava,GYE6fkvd/'\LCeCv mxrO¼,Χ"Tpq/Syǘu$qHǍ2nq oɜ+,ƲLdKvdo`NcXM95Sdž?/2 H.v6^ݰ)Oa_3_hy8Y%X7d6f=0}:3}A;w0L<2 gܷ3~ı{slu,:G?Y6uf}n^ea`!Ifg`'bNrfob>T@?c&+`em&U.barGq"s Wr7/0"qdqcŮcX}'qr37~qyXSyx K,|r0 q 2 +2؎xg0.<4޹$6lϞ83Wq#jag~'0Y'Gp2gr9/0>D&1 a'~߸Gyy_>̶ϕLf* n6LdǍ Xr,~Y޲ٺyXXU6c{~\L[r83Klo›,պCyŶCvfx>%\< O}ؿ(;##ݒRv۲-r#̄DrWMBJ~|\>8>y^W]5p\ C>`cg?0obҰ4=d>fʠr@oGO!c\i9F.L2B9"^CLoVvGVHa޸29`a2z&bhcO U^)/e42]g+Sʒó+G/'rd7V;Y,^d\0|^l>I ë8|~_;zc|Ɓ;#'?/30gBGv>E8oPTFЉl`#YXƆ9qeиws YDZ\T\QJd&;3_XZn)#7XHKeeo4t(ob\%oVm<+Uuhrg5'-g%ķYx:u8my]YG*vQ_֗ .B3P/xaiT!84#?S[P/-Vr5&Cmel'c@{ٯ(cNבq8g|\n<0 078X+bU)N7Cq4Ni81 6܃8xC|٘_X+5`}lm =8ǡ/l ¥!.*o=Ynw)&yS­8Kn7f㴾I'7 y W4rh5`3t]A8NX[,cn9>Q+0bCLZa)aFAܱz ?d-w¥߱#wg~ \0kΰ|O_8I`/@/dܥUe'>Lf#b:NG8py[if' c=9c^/XSʣx\ҔLn3;("d/|Ud7\7KGg9vL(>o<cH|PG񄴉xN Lҧd9wV\ddJ?JWY>S(Fʊ_Fʤ`iBc+a٣wɬ:^aS쇋0S$ۻ/:󽣌Duql]N7F-dn\]d4r6 ;# *h4Xύ}l1q-9N‚.2z_r"fxgqD\uİa2'x\ #x-"R&kƕj +z X'AbxbFiɃ|-HV僝2 _c]cbF`Sxo3|#nXr?qZ ǂ9&|`cr-0x+'?v<k"? p܄G$%Rx/b %ΰn:cK\p+D>+a"^ɞ8$]d}$?q >D^W.xoʎd Z&_)_'}@/7p}0Cp3XLd[ q(`8 }q#)}c~pfy= TR$i{ M3G PxoyLsX"'hM?gq0 ^~4&bkcC=p@wF߈ :3cFY8 ?O<@ӟ` Xǫ( ޸7 Ph{8`\x3>;, u pFa-}C4 0w=N ocy-wtq苳0anĭY4fX kc#lhp.e 7V܍xs Z%c{~(;v"8p)1LhJ3nV%~q/ zz7[>Ā 2x]ʣxf<71 ?/<;:TLCYoh8sGПGR7f`~ }|6'p4N\qd|o#;uxox Za-&1Ofd܉g1ocL\,FVD[l7>hVůr{SB+}1eO KM'N5x 1d$˚ z8؋ Vb8dy)S[ g9y{^ 3Y58ۙ,[-Sf2#xsrp5 .}%؇CY/,j <ϔ bƲ%;ppY۽,)~\_.8|XoB( uۍx08p`Pw714Spq +Z4رvsw7.<13o WxO`&baf%fCbg~8K;x'x)gvdIV`Mg vxt.}<$^}&[L,d5eScwb%Ye>mOfa>`$./pp`{88tp s'<WUa49۰r cYVdUCqx0e c0x!XM!؏8YQE=;X S&:2Yh feP~ˉ\# c[q7qOom&6{HX]>3}k`o<&0Wgy#8QѶ >cc\8sxe3c<<[,_6X&ZxN.nODd #V0#2 ˰6 [=?b+~ˉť\y'yS&_ag"낥7Ohkp-n g9Nc]%v$xxOGYXUX1l/89 u(X 7=^^*gq '0dI`{N,.bwf9JidD_cON*x/q4bq^VnZBK#XvVi0i`Fva#.]}d%v!gf38yuz9:s;. 믮8yw9uKyw+\:8y2 14f4pn!ElyBmL.:>` qcU+&X15؀-y'Ŀ's:swi53g/RaD^MF-s>>_L\X;+ry0 GYlV(.J1^]>ecXY1l^ATU3=_dnȚflń9K;x'x77#~pY2U.5;~xTc7q7IeǻZ2Y-?ᗌ.Jn>^c5֭,rXgO@ekX٠e:ܬakO 6cΟ{c#eNmٗkx0.ϗY&23 ;?9c9sw$26Sủl}nUSد>؂q\5#|Cc{tYxOuVd]v#8l}X;uL4YقK ,ɷXs+\^88Hppw^sXDpk5OM <6`lt̓/pV:Z`3u ~=ٛ8GxWyɺ t >ӳ c[~>|>+r#|W03w#}suE9SL3#3̀`qQJ^w`(9 fG0$x`YB|eٛ'2>/8xy+F' _V!.wGゟ&)3d~.!ɉ3۸c`)VC^gs ֚+?O2n~/,t1bIG\}s#|6[s8O3s07$pw0 ϳܡ`Kb )\}ˊ:\̗K\ǃ9Os8Eˌ{AVx[y9q9eo9ufRp8ϳyu{w#(\ lu8Eּc,w8^ָjlˏrٓC8,r]|<0Ǎ+,(6b+vbq(Gs r7^m>75d>v^ef؎3 lW'qWp-syWxwoS|9YYYQeseKᷜinNc(L!?Oyjy\~ W;, 넷:5q&ƺaGr,S=,Z/V|9?''\LEl`| OK6 &|9c_2o#p8dg<͢Ҭ~|/3s 3ywņl>|p_4iRP2a7w'_l~.|0v(v?^#BCկ'7eYGWOڰ3{p_buaSLJ؋Cz'm?󷨏vu rHxx`}<>OyĔKòêWsdkB<ׄ|d"Œ}NXX"Lb?%LfWV5X2KEXtXفn`E6\,xGXl$cw(ce)>aI٬Z!l Ý˳m' |_W p}pppVp l~uz(,1lI?3)²Ldcb ÎA|rzZ>R>z q97qx&lS<|6c2_v1eTEX؈9]uKn^aIY/uNt.*^a4<+Ec*gpi3K_ n)^d)ᵬvď_r#3yو) NWgXX5;/_,0z$+0ي)nfX0;;{s0(db~ogn.ai&̶oZƊ&<ߘcNyK)[Y™Lgɾ0YMktu|c2rq"we⊕X dxj~Ig,y'k [2=9{xeWT:9?zlNטFv`>793k#<ߪ[|Gx k#snu>snsf5l1;߳.̙=혯1^.@؃1Ovz\玘6:*YF>lpPR$սa>afp]?#|fnx3ׄ'ֆcW¥ mc-),ws{0j3]@Ͱ#{r {n9a>K4?VcnFἦ\ \‚,ǻxP^' c~Y]86)|yZ7e9uK[x[fs 7s4VmâeXw%\m1g s G^`B0MoLd6b[qL . Y&wNµ<,[+c'f1};G ˏp*~âc[fʫm5j<`V~8[5?_"C̟[HY Rޭr( m )o|歬uۧr Ӹx %YmY=>~H|$1\_' ª«w7 e.;< ~W ?w<>Iq~r_Rr898NG\︝{3_8o3I#O2;0ןv=gÛ Gyy|xu?1pרۗ3|19OgbuBؗeRyxgaÜ0sq/ /rby1c7Rn禽ap'XXX0W±Wl;'vK%̽-'Z[Cۄ{NX`~W;0|yP8yHXtxqt b\72l/^ S /_:n^6>61|›xK4o"%pp%q԰?v⑏Ӽȼ o]_xW{A>6O81e\N|O3knNIg,Yٌ-؊?'\/(b6 ofYVe}&Ac1ϩǏ7p1aLdC&3p(G5N42~﹃xEXEYw6vdO32Sz\ nN~u'h,ͻX;'y;¹\ϭc<Ē;/0&gil؝ GMN WbOfqŬcX3هC99_{9&$?XȆL-yN-8W1aOX=s i^a֛1V_L8 ^y+1'so<㜚e>}Lv:b9;r2gr>w5eXهt.~,uD=`Uvd.2ƳGZlȞ|/rW+vb=Mpq9'NeV3&;/Ә,uI|%i/s/ ^^fkymff]6fFʊͦ< ,‡6mbc|-9]q(faA7,2*6%Þpp38p8ΑasB/-GӸ{y[awJ `>:WMrXؕ8#'[Zf,^|ye a?e}?J5~QSZ8kF0s]̚o/],LX>`:q%? b6?_!޸Z.*~-clexqv`[ng;-yfHfx+f{fOᮽ`9l ?>+8ppAv8LŜ ILaZCȟ -grv'wM؜ّuaC6g\f3vc aa[L#t.;yW a W 'cb"5:mG8I n'üIa%bcb'-ª_XM8}xp|BpaaEL]r !Gӝ唾qPb-d'R5´PI B{QIJ3M"E1 X1B1~|?ޯ\^y===r  R ybʸp܌;dp8Rr]LZl A5G? qk0&}|e`<=q$N X\X%ki=.σ#+Ul4-[AhA3.-o ~8 G#z,"1=vE8s OWƏFZLl,:錫0 kmq2`2Z?I#l=/OI2Re4p</d&L/C3eNb;~ͦhG=o| d]4AYWBcCqǣx/M,7hvh8Ϡa5h.A13ϳxOE>#]ϳ)J˔o˸C_徧+\INʶ#CF*܄`!x+ *c/V8 '#a(FRLus ds4nh3Vu!6Hn!pn<']|ﱊb}p1.>— mX/CS4nhv8 0܌0}|V| 1azL]X^Xo56AShv^k1c,³'~~'Q8}1bnt܍U=Vɼo v-肞81 ଉ?~d[=#+숽q(ڢz| ܎Oc)‡^*]>(ܿ~|O&_2>`%cphN<8wrqrq1-n$b=y[oxz˺31cq#fc!1dʺVeJj9W[J2 k1f2\Bd3{u{_٥4?ߓ 4b.!<[Har|h-_gn# &=vVz (2 bn@։lO;9P_|(:ߙq@^d`=q5Cg<Sq/aW.G5#d] v܇m"7+\$]X^XAhp", (1 XwߡbYv8q4ڣN!qnL܋/u|.a=vpQ̥UG ;B,]dtWߝx4I<"7}$/h؟x,@@?!ģ0ȊxkmdVn)Wєʮd3;Ov9K;W$qG2ƅmW9ƍO|Nēx/ML9`g^s<0W~~C7@ʎA) J{ɜ#SN첀zc~$y]H|yYDbKdP4ǗטLЯ\xx-AY)ְ|%)oT ?4,g[l/~7<.{鱗\ϓ'1 [.7hGW}RO?Jc4- KCiDyƔט [{f!*Ifa>"ܑ!+pT<]^?On2t?&g<\۰4BSV'ӮP|EȶeR2yG\ruGFcnzAc遫q{3;/XYMXbwL=-OIr6`-aب܍_d>$c&֓eH`̷r)1r0Xg^x3|R%47$[ݖq.mNxa }GI*E%woxHoCiQU.֐UkI[܏kpI2/}#mθ-Lev[ygHcX2Nt[#y_\*q'K)2t} +?Od9F+rKUfLW=kʊ%֛ɭu\iX}4舾 xg܁'<^XN2끴z+#{h*sqcxOx`9J=e-4Ɩh?)x6>RQxm?H>ei6pWbBNH;Ri{ycq X#yDž.8>rFlLdXo4nh!ðCO ēXy' f:)Z`O,Ǣ9/a9R>Wh kc@9sC*zh q.b4$lx,R|˘hf ızbxڋg>gh@?1.sk8"Un:ivCt@w O9/3VOg;K6Mg;6>/?|`AS.8ᓜ^QӱZeOpä*rc&`4._Wt!#1cr(w-ʭ-=Р+wԗF2W><5w8x,JefkO~Lz_ƒ߉Iv"-qƢ87`g{N;l+q#<=7%}1a31GlI01rR, a$CUeNJ zܞ*`gr4a,y3v@—Ksv{)?,"og?YsǢG?ģaXL|#~>hN<Ex~yq%KQb]"R9ed啲6tq="{ud}::-!%+3+ !B2S!ɱ")x_}u_s]G[a{\W0WX_y7A?qV鎛p/&S4&kaOs0e񏬴ˁ.Nd#^/8z9qiXF8ϛsd 1 W=)y%7[SM{܂'u4,tǔSc1<"W܍=|o|e<&6`n8p-n04|#N #G}o(#-:.@܁{+w45ձ)GK6h8axcJ/,' zɟX5}p)]8?9 .#Wc㺲%.@e8}q3kS_^42 d&]F8h,r924[Yu,m/`g#0 #m8HwKqn |g\e"fGnr2B_4r!61Si8q?:{jډkfa;_>.8M|XglB=7a9?MJ3Eem9yװJGszi'~C 7fb.$Ǡ=zx Gsl1T|X?V=qũx@qKϳ9yHFe^LOC]ɹ˘G}X: a' oc'}('W܏0s */Cj9>ViZ:Io*i ŧX-m8u,p:48^IXw&GKFY Vp-Kd V8.Ǘ8~9W8^t>87]/ 2k#UFa:>&k,w Qh,b7Bsꃯ^}1NQA8cp>f$ȷXCkq9F$cp>$rX[`[ySãx.MɁYl܊2 r3AW øLΩ_rw=75C8L4g#.87khlRM+9 `:h-O`&|m!Gwv^wg{Is+_^ oaف逮8 }qNLb4f`gD+q,NBG@ x/M/cMl+8B\0#0/uKy-Z艾q'HƳx_s(}p>. HxLM^*Xb{~hvhnp z܂0bE7131?c7\.Fk q!M: |%h|?lcBc ׏|CW:܌;1c&.F;7XTT]P< iB^h)_a.~r,-dMt8gvmeT;^w;xbrg; " FeI/ {@ -Ӭq+c"^~`>)4N./s6qtXم`"GO,*&MLG'wX=jeF㟞rGtYV Ø?xձ>N (n8p-n0|Y%Ky{ Y Wlm3Zqh+0w<0cNJu\.4'c|}\2'MoJ|3߂x4nE<Ʒ&ނ6ķ%h܁xH|';߅rjwiC&[R>]d췖2z$% Hls~1#hH3JMc,q37&pN~؉r$cSTfl/!y3q]7N9A.Ou^7qxh&gqO&~l;qyWqZ /]oeB[%<_n [XQ$2;HW<L9v!̋rZ(a|>\&-\zlW'g\b ]q H!l h|e]>/ f{)cz%O` &c`[4|#ҟdJr"z9yB>Abw|d|0+oி,jeet!emgE"&5莛1_G&C;'CFCO釉oϐ^^!1SpLgF/8\4Gg3WN}r\/IrtrJ > zcn .܏A9w1|Q?܌Qi!1 XQc'C<7R4c&V9){R܋W1N˞G*b;z:L*gw8cy߅|uN6?/^;\㘧x^Sp#hO;7. -U\c~I`Z6<7d^2Xa<ag`L| 3}.db0>>9_^-dxUcpc,`WXe~IL;O1 `74LyhM~Ve5F B:?J{ib +?Xii'o̓B\mi*]I/KL_, x-_.q"4>]q/o kt7Oӽxq_jb142s 9Ͱ1g#Nӄ2j"$ʘRD$Y)(Cf?/=us]}߮{t>2,pc vY!_AWJU'cXO.`gi,GmnsXeØ2 62e~s nȏ>{,>A-v"u/ɯ{ea#G.OE/0`>>r mq N0Zl$q&ƣXO_ f`~`v/a|(4~r"&bB2n\ByCPiFVm#q<|@e7Ѻ@嘌'x-f\dږg⫂v=Q+YX\-I N澕O FC[cVs#^rpo9d!ϡ{3gE0E*&L&.n>ry~Zy…sdrKh-ʅi ?Yv"˾&#dQ2yl6FFˏx3Y& HƗazkO}W1, 'YoK2ym/K3 0K>ŗhB+ ^!#q+acg1 oa%>:4 `Gq_0 7vL}xO`&|exr ]'4p5܉{ bfcb>WhJc N_0'lŸ7b4~orCu\w<x`ĩ|E0%Zl!J* ƗhCmroCr8z`(X7g|Q)p0zcN*c$|t=8CϿpIKi94N< J|Nd{L\=! 4%>hR+^7v{{?͏<[˾-䙏d5F6 -qc;9w\8D;*p5+j!`xKa=S\O`2 atYG{K5D,CDt{,񘭿f'k]A"s=C;M.ͼx\'w7!2Ig'{e`l܊2rdq? buV>;/}/dFrMϓa 46Yf R6VrRh%Jێr ^,w՘,/ |&.nZarpFH7scoj<ux;9a$㰕,&ͧƐrlG'or"ᘉýelCbw e Bs_Y~1rd,`@- G!D ]&#n_^>,͢d?|U^ 1mr=m>venC NJmws=k9)?=><_H{c6aryU%GK1]6+Ji)c,'0bsl1W~? 'b2/cXyKᧁv07Gpl;qRDS-rV*Fۈ#܇wd XL2m{3.d|;9x5U A.Z츛%> 88I&G{'a8d7 wxc^",J|o)D{`1)\7U{bq4LmFI>:͸gfml%qY/whȺC|'R)>D+23:>ABʅhX$KeiUJC-ʥ>>V!B{?聱C*U9+qp5>5z1 ck[-XN/9Q^t?X` C1 /c1BC # 7XǩIa=1‘]j׀z %lj*b4m$mбCC3^ \a"a&vo*Z]'/,8VLdV &,3M4h!s̲_>~إVnhq;'#4^2lN܍Wq"W1SSS0 Ae8fr]N|a.ŃihC6ÖGI]e-%wb۱z쁡xc<1Q~3Y*}:4*; n͌h^Ŏqg]M:[dcQǨ_<,†9 ZX*`[-~}y%Ç3T#53x< T#9˫hRON4.{djLsx f4q=0c5 m~Sq.J\eg\ g ^GkP9 |Ho~l*˱qdXA}eFr,qV֛g<8Ne6װX7[fvf7d 1| `^lŎc/&q8O,koقٍfp=wq#b f?,n~i' k<.|t~p) yr'p[G7)9\u,g/;ؐ2Znd!?f (/džlp$n 5iՏg ;.ٕ5}Z wsGXmw?أ]RpǠR,qoy$,cTa!`g˙m,b1?~~ϟxU`ma=&^Lp\׸K)^/d2|s:2Ke'y6Mxρ|q##/}ٍ} xN\ȕ\˷wK_'W[#؋Iα¹|7r;?b p?xKYؚؕ9)ǩLg&W0,d1Ky<(df_&2c8sYaq Uh>2؎1~TN,fp)[{yGx٘mL N3\U\MO7VzYن|.j,?,/h؄mمw/sg1 e YR)Vڃ3/c]^ϦlhƱ'0Cќ43K<dA10ݙA g+o<Èp^Æ.|iLg&W0,d1Ky<=8b[cD&s 's096>1V5d3c {2iLg&W0,d1KyI9L.\7_)#[6g{{؟c8sYaqYk}4od ;y/s,p.j,g<̟y2Y ٜmؑ1xρ'g\le7kyhͫX ؊^L8Ne:3+o=1|+6(ϱXv`N,>0c9}T E#)\,0۸xX*/_b$cؓ8YRfs=p'+Y}.10ݙA U\"~ ֚h>8ib>wى]ٛq,s7X:Xxc6x\c^Ϧ^L`D<.|o}~8OkFlNT3+Lp4'2 沀,f)yg/F%;0Ld2p2pƧ+o=OV. ؊^Lp\׸K)OoL\|f+yeq 0XoyOV{Zj6`+d>,s7xW>>aLN?2bװ!5;+{s s2g2q_n#_Mّ1x!8<d y10ݙA|39Ko=o< >F6Mlh1Lcak=g8ib>w@b,c%wzyV^28id6Y Nl.+,c_&sgs!_vX=6`[28id6YKlX&p3f>X2V0bـYOX.~+Y\|/{>[VfT8WwFl̨IF~zzky:Ke0 &Wozz\8Y̞̱ EUQBHFfJ":c~_z>o{_u}>;KG1l=IJC8Glm<1'8bq^KrY'//SGl8W8tpC盬!8F[<06|YMԐ/%5nVKF⺓22 ;\:CaϑΗ[q?>p庥.><Yd$چxQw" i!kF{-8ݰ!'S2 \Q4E{4 __'Sd*c1&+_u X<%]9/38*ٿAo\6/u-h7Т*/ɍd (;Wp;9Nng:hq%F`^XYXGFr Fb4N6NhԆq2/ŷX:ۢ'c0F$>}?*:| XMRWKXu|?HZ>]O wCe0yom.b- +lv LY~En\)7>?v!h{eh lOƏXv?? ٸa~~8Ƕ1iƴ#M,y|xcD9 W`$sedA? Osr#־$;aƧWgpC2`twKݦxeJ'۳Xa_\z1_;h_M_S2x7g?tlvFM柤;q@/ vcørp^(/p>"պJbYqX,' e2O[Qbr:Ք=j_O^/4M ,TVF떲J+iѼ\Ш d|K-_32y7Xf i\H&c|\xKe6ǮZ!0^N] &]g9ɲڋ1h6Uݘ%d4 k/\'0{Oq&c.O<1 fp\LƇXїGɞ聡NC13Δq)ns8<)'0c+AY=DgĮ9l1wP]D=X,nu{ϲ_L+xK˖87s!ZKK:)#)AIb>%r'be]s~{'@'r^;M:ଫ/^umә0`7Wt K|o1`7XÑihx%lEG t4.Gs$%4Gq:fb>/Ǡ3PF=}ط;=yA9+qFrP O򵤟WiCo$UWKE?"Gc~|/G˧\MvrCTOڶ?T!z˷}ցr \8cU_9-0 ϡ%S?W-+[o`.V7֐뉣`UyADgr> FWXsɧlu'VގIh濋Kr(>N%NH[/qp|ȳhU-12klI\Uwg70 wqA9r%;#$~0pL\/Oac'8\9X'^x e!Zd<0N'ɧ_91 3i-~X%Y>8]7b,~E3r?K:R‹܎MS1|uM־N^$ns|wlp<,t ܄p??2h X|u\rOz?c '#2 ͸aQLclox r/ rg2r*0&1W;Gq*_/>  _d*ײrp~aBpgp.r+"杕",|ٛ9\5GXz GAn/9}%ɉ/-e*xnI4|>³L>jQwoؐow^‡qk} ﹎;xi&.1c8;'bI˗Mrx/ Q;:l,:F8p=0xi>6!|9bbxٚK&WY{rx9wxs& YpqIZhp/s%O,ߖ'. ϱrDZ A͗V#'O^%քeZօ=6M[ܪg!ϡe[ďuGXhM9}oq.'sv^_xgOiߙӹ5uªn|1}RU6kX,[ؑUwy=W4wY0w$˳;qaB,ΖE ?~<ddן 3|CN;m'rGcNcQ< MĉY5_a=bgf gX [2#9838xZO>öiLc[͛2lʖ\*~3;s9w/_c gp9W4 ֶ i6t.:QcvEXYop-om>Y7XC؎cؘ?`*?_K_c3^C9ϲr o0Gqf<.ba.>׹g+0s0sj?}_~|n\Gd;Xf:B_a&r/3!Ms§؈;}^ԧ;[_g:K짖:|o_I%< t+OX۰2RV^m+{XXؕ98+xxYWy.b>>'Yu؄-ك8gxW_|YMم83빏x s+$Nn![K5{1)r5q? ӯ*۳/Gp*qw8d SaVc]6gga"ݨs;23ncQeM6b{`'Ky2o?壬zl^Lf*p97sOw[;,ˊ±ƹ\ʍ΃|oőyvX'xyNRl\#U+uU؞9k1|\1 }U؈]9_q-~R}K1?bSe_ Qogsx^_.&o/9!.?k*O7e]ُKa[^\2s45CnS9:S8yY0_( q`xE󆏱B& 8 gpCpXx(p3<& |O_bC&OI-%,Z.߷p<$?6".=s=wT2s*ᔪajU=<| jRO5 6G$%ou9Io"o_z6Yüě[.'\K9z+,rFU|Ox0[_ƽ7ዃõ{H{ $qLfMk'?l` t疉aTc.e*u{,_fY('5>.g%aS^VׅfS6/{w$\l{x<<̓1%'p7ԯ'w͑ᅰoan[WKW]Aę)7\q-J7,˟X4}،;>3d_aa"tYl-̔:~gxrIۘ+ +W*d>/6zSL}+2ƞ*lvXo<{kqNi&":Yu !_0gx[p7u˰?o!^|-oӻgXya>ɓ,W٠`a-`/.[ ľ<6apy|f}# lng$,ʊ˶LG38Vfvb"S5w_& W'.#ð_d.1箩 &s*q/30 3ss#OfJ if+s7&s a%gG\Yf_gWqo1yv.d9n(5N}ύNTyR3Sggbe 6U~r7'4}ayc>>E;}jG|yg/SHV.8Kuy\|sò4w\2_ǰγLc˾ 5S1+-oqYjOVߕiFqn-x͏pa~xxwWqS+sR,ي9\ƻ3AL$ONfگ yIsU· ^9x^Տd\m̒9>lY6=~<w09{px<;)_X^bVs†LxD:gr[?~2,R*lƥzeO =Q>P!\Xo U T 3?~V3bXeS,\+;k8>GCodyaצ<"<`Vwml6lT.WyY.|k،y.%z/,ZLXd ~ɟ9˙e@ؖ#wV0`.OV?¿9ntk OrDMOfw 2yalc/3-|00\}+u(,\KLg"Za|+y!.|l0mJ;k,Ktq9oI=:aBB%V"d02FZTDDwXF$RJCM"_ts뾮>'Q'hÚ0MeQ L^7-}Olɥnx=|.cb Vz(JK쎃 JÍ}zG\> y +-vG[8|E\bt^`<>,,Fbb+l ;y(FmL—߰gcOE7qxch )_o.ߕ1o/};}]q2ۘ-.#X@NQAN,4GHbWc9r,Ɔ&įYQW*&c~êe#lpNY}p=a8 x0 +Wu1i8#>a8 '<\q/`T#/1EXfe8'owqX&&6h=pFb~F Zx@/ ]xcc~Av^hpzf܉g0S0K?)}p3x fG5MKY n+Sxi0xt3p!g~HJ}D9J;)NF^?Vq+Β<\<|yW̓;mq: tBo ܄ax'`󹸲%Id~[A~>.p;=|끡xoq恶7`.9-ae#Ixh|Y>,w3/U910ӰZC?v] GX&`1^Me?qE& -\M#FBaf1}#3%&0BZU4DO@CVZbo\FcƟ[˵X]-#mxkYIk xo'tj#W>lNĶm g'܅1c0M{KpCx0pCwc$++tձ +EN<{H܎zE~^i:Ä1ڌ%o8ur 0'tsd+ VL`r)!g fb"`{N8=q5A;fJ ܆x/-| pf7k,rY!6GtDWq.ŕqn}xOb^G[Ƀ} -S1p.SdA mp*~<+Wj =1 kBpXL,E+&,-97iV]h Wo(Gz<z͈|+:Yq=ŎVd'%Oe۱5.iXdž.D_ .7nC0O$C0O%˻^MVPw+9q\G]֡bi~u?qJso%꺼6wȯ{g\sx YD=>ș)+xm|RV|'sg2|  +EjrwuyL3kxdqη r?v$I o=L [|to[3f`@NF8pcOKqr5G&c rtٸCp^;UK3as1C1 w.`+\(X]xcG l=p .E<71&޲V+a@B@>w^VBrYe'r~eg,Gp<:NY[91~FZ?^R?fcA*uI]fzOp *RXlV&yf"*5d\Цfrͥ[-t+s¦rkͤ%G +ٹ-*Ѥ4|pM9>P"bFc2P} Lt7Lõ}LCWw]^Ӊ#,9̓1S/79Rd+/{8ˇ_|_v/@>lM6a܂F!"*Su|-胡輗88b{tDw,Ūwd]yG\f%[*p¿$XՐC,䷖iWMvCc~x{9Aw :/dm@]-_KO}Ѳs ρ9_ -K/ʤ'5ƍX  8MK+0o`T0ʞ8 o47x'KO3Ic1}^z/_ߠ2f7:KYQAfYGY7@n#Urf48ky~%/c,>TU Cԏ,, ˺XtÅ[K#Gᓺ56Ͱ|UOt(Ұ/9Q#esIVqe.U9c]dt!!uiYAX5G^͓ҺJ"M-QP3e[U^]6n,&2@V6:ihQy_28k+j|.7Y2.FN}8!^K+Ey_pp:`˔i8 ͒C/ɇkIQeQ].7d}sSXlr` l!θRŰru;hݏåXNܡ_;:Vc䪉r3Mf)iLG92{Y$.xu\!k+9O^e2V`ViC)Kr6G䋛-i(=l$0 _=?=&FaC5t #J,MrNj8T#xBڴCP[.k-[['[ɫk#bp*ťA ^[NzŃ c^2 8;8>h1c941Z` wx!ppx ) )+OY9XYyNBFVv2bg(c` ~20,ˬlp q\q q< |1sa1~0?difeyXdeVXeu6dmv8#93ι+oȃ7_FcYa9yag1a3̰ p >1 ˬpK3.'^x/bo28L2 s+w~aF`yYg}9{ygg gusw3̳:s9;>L0<ˬ>ǜs=ϼ33̳ lq qobYbo^lq q\q q< |1- 20#|;q&$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_ daFwFLIfYgEXfUXgMf]C8S8K[GxWxOʟAfo|g1~0?difeyXdeVXeu6dmve}8cN8s.͋3O&bfcYN9 .nys<ϼ|cdaFwFLIfYgEXfUXgMf]w̓aFwFLIfYgEXfUXgMf]C8S8K[GxWxO 20#|;q&$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_ daFwFLIfYgEXfUXgMf]C8S8K[GxWxO}3Ì2ƙ'L1 1, lq q\q q< |1g!e3O&bfcYbVYc 6bvc9N9 .ny^y>b` bQ8d)a9Y`%Ya5`-a=9#93ι+;y'y7/P 20#|;$?fcYbVYc 6bvc9N9 .ny^y>b`$?bQ8d)a9Y`%Ya5`-;y'y7Yeu6dmve}8cN8s.kn{xg^xw>䋁? 20#|;q&$ˬlpǜp\pp<ϼ|c1Ì2Sg!e3O&bvc9zϜg9N9 .y^y>b`"bIfYgvc9Nse=9#93ι+;y'y7/&ž30,ˬlpǜp\p|S{ C 373?gL2432< ,2+~=α lq q\q q< e/daFwFcfcYbVYc 6bvc9N9 .ny^y>b;d!e3O&bfcYbVYc 6bvc9N9 .ny^y>b`&bQ8d)a9Y`%a=9#9p<ϼ|#'buXeu6dmv;1+|1s.^Y'2?L*|cι+^xeg-N8e$S;|Rs%W?M8ᔉ?L*|cι+^xe}6S 1(c` ~2, lq |3_b10,lqǜp\pp<ϼ|&'bQύ䋁4bQ8d)a9Y`%Ya5`-a=9#93ι{xg^xw>䋁\daFwFLIfYgEXfUXgMf]C8S8K[GxWxO/3ܿ᫮Σ2SqGtpBeTTT*******ꠢBCDEEEBE%eQTTTtAx|c/fQgIfYgEXfUXgMf]C8S6'_|/G bFc &bfcYbVYc 6bvc9N9 .ny^y>~3fQgIfYgEXfUXgMf]C~y޿2, lq q\q q< | WÌ0L00,ˬlpǜp\pp<ϼ|IÌ0L00,\q q< | 6 bFc &bfcYbVYc 6bvc9N9 .ny{{3L1 1, lq q\q q< | ~g !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ !a1ƙ`)a9Y`%>#O<+o'_|/a? 11L1 1, lq q\q q< /s/nQ=<3/;|7?2۽ !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ !a1ƙ`)a9Y`%Ya5`-a=9%Ya5`-a=9#93ι+;y'y7/ᗁA00#28L243| A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|/O?XgMf]C8S8K[GxWxO_)Ì0L00,S_6dmve}8cN8s.kn{xg^xw>~^C8S8K[GxWxO_-aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?aaFeq&difeyXdeVXe>r9\r57r=8L2432< ,/| |te? 11L1 1, lq q\q q< | 3fQgIfYgEXfUXgMf]C8S8K[GxWxO_C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/ !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ !a1ƙ`)a9Y`%Ya_w3c &bfcYbVYc 6bvc9N9 .ny^y>~50fQgIfYgEXfUXgMf]C8S8K[GxWxO_~EÌ0L00,ˬlpǜp\pp<ϼ;y'y7/ᗁA00#28L2432< ,2+:l6;>r1'r9 Z bFc &bfcYbVYc 6bvc9N9 .ny^y>C537/1KGqOS̱[qW_ z1KGqO@>cL1klg\qo|1g)Xb-8+x/~}Ƙb%b#θ'bS̱[qW_ D3s,{qw<}Ƙb%b#θ'bS̱[qW_ F1KGqO@>cL1klg\qo|1g)Xb-8+x/~}Ƙb%b#θ'bS̱[qW_ 3s,{qw<}Ƙb%b#θ'bb1c537g)Xb-8+x⍕fu6dmve}8cN8s.kn{xg^xw>o~e!Ì0L00,ˬlpǜp\pp<ϼ|?L00,ˬlpǜp\pp<ϼ|oցYbVYc 6bv#2+:l6;>r1gs%W\s-w#O<+o'_|/+aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e ?aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e֟A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2 bFc &bfcYbVYc 6bvN9 .ng^xw>o~eՑA00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2ҟA00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2 bFc &b