#! /bin/sh skip=1008 CRCsum=3000642778 MD5=4cd3729c90d235bd6cb839018d4310c3 label="NVIDIA Accelerated Graphics Driver for Linux-x86 169.09" version_string=169.09 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-169.09-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.09 # 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.09 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.09 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.09 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.09: NVIDIA-Linux-x86-169.09-pkg0: Initial package NVIDIA-Linux-x86-169.09-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 : 50864 KB" echo " Compression : gzip" echo " Date of packaging : Fri Jan 11 15:53:09 PST 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 eGT6NH@$k-B`i܂ . $p'5w'|9y{W~֚kU/]  CT 򄆆xB=!nU`uڭqtoݮY死vk?ײcVy_}Z7^+4إyyB_=w!!AџH-PB1bϻ4._#c.9-9>K#92X}ő35vM,ubc{Lǐ]}p^+;w?ݎ= g'>o}'{ucݺ{d4c-Ow9[^3[9㝘n]+ Ε?>n ${rgq8;9KWQ~H޻W>\ߝ{ɽ<'ScwOn gV#ʵ}:|׽+{p_}s]p;_f~os _ֽ֍si;gm{cSmHۧ׸[ý[}?w.P4 k.{cqkVƭɝs{v'u&aLn<#~:_u^I;gGYwn|Z^%^W{pۻ;w;W,Vn߯n[s˻ǻicjE{ssr;_eo3[^rYCZu~$ik_瞣ܺ7/~ ג.$>mS%wŖtGU^޷4開[-toKn{mu`[6I'ݺ)ZWa[_|ΤKmI^^In y.R.r}n]WuϭWwBr4[u~9ƺmq#g{e2-ۆMn9{20g|`uݭ{֝8^ܾu%rponCn;.G /ݾܺ½nʳqWCn'Rzz7ЭYAܽJ9qǸ幸cIL^} rnv#u[Wͽqy6u n߯ܫtw{p+[^/WF>ԽZW%̝#;.?qIu+H>^71nvbWy۽;n' /ݺv;o,J{-<ܽ*%q)nq#;P׽sӤ(IJ79l!eI朳{_٭krHG.[B}n/%q>ҽݱq˥F[)sny4By[mo'km[er?u1K8g:n}w/gn{5z[STwy/K-qvgutKtWR ܫ<+w]{| 7ΓmrݺRr7Wjkλͭ&姳 ʳtSe+m@¦33A-?vJ#mZ`\έ^QRq7|͔rRwu{^Rϼn{rH;Rλ_9G3nkҞu.z۞m_!M-&>{ۭKn{]u^I98kJp$_%Jy˭㎭wnk n?6}>";.н޸uBUw9'svӤlu ^%ww]?/+o3(rCȼa sI?3ٶC|T Kw}R;sDۧ[! D'D[/}ڱ8˼o_Ľ:rxܽaѶ!!ߜwr=Af]]>s_h'~N-}@~R{?<3L%u7DmդoŬ?އPm?^_i3K;ל񹥟ŭ#'v=7}^,O/3nL;n{ܫ{/.:^qYO5kJF4;?sq#᜕$o;Wپ'u]e[!mxwlhy9/w{^WƘ~h#uٯ8⾟㾊^Ӏn[B#Ν˽'̭m[Nܺ1gRLNŽ?y>euv9:i-l/}szKiGΝb[//sKδ#maιս9̺O9p'%:_hUV9fH8{Aʎha_׬!}/2VʵuW/g}7bu!_}zD[_-7v\g7떺rotǜwYs4#ec/#T/'rW\Kd3Z _Cf[2ާtǯr>|sec1){b]mKw:,c.#鋓1. npm&(n]*(~ דAymk*̒>In}ȭ//9"/鎽pw2IUWZWFuk[Wďos;X|am6{}=g#ą"]g䚮0Ne>g/X+N }?wl&^qXW͝YUZ})y{_.u(N˸+6פ-{=vy2m̵>;Yږ~gs˫gL<,)ey2y9Jŵ%Zn8󰹶?+U8̗qsҖ]3͹Sس'Xx 0yڝ7|oqg=e|W!y凾Sf.aY/|܈z}XY,YJr,>,'8z?w;h F_ToVw}1%E|ީ,W/qSDm2ߛdIJ{%}c結[Lj}euW/orfQ|OpH':޹ }]_>޼{~y}eޜߙ's-}O*ߣ|2y?]O\4/t$og;\+joC"InՌҰӅwTBo+;E@:Or^}B,;_>9ޅO,/J'ޱUY*|#Tm'{s(kGm^-o퓓A˷= m+MMxp'JCo{<]ED[vW>O F]XT6ߤ1·={^Q}ˇ%|ךwI6*oE/驥/Hˆ>~eQsoηT|R,k_2[ʅWWE\7vĤmQo仾I|eiQ!2\wzi7;_Svʕ\|<'%>F/K? }?2`ҷ=v,p9o;Sגx~O "/=MF&w?!$~ﰻ( Ȳɿ:w}cS݉$t˅L~0<}2'rA6|Y>5:dy{z\U#:>~KɄuw?3s=g˅s.Dŗcr=}Oq5w^yKic+}>憎.~G_;$.!EmGԏqߗ΃.?)ďwķ$Q$~I=+oݲ|&|4㍈ϥ\/|=AE1mQ_K}O."ϕȲw?G']I_Er?D-qw&҈k۾K%xU;v-d!n9"з<ȕ?\y_zi~1wx_$yGeY-wk<_eIԟ$dp%o{)D4ϥψ R_1-IeL}=Z{GG_.,Է}, o56W΍G+>Ѯy}u1vy^o3yPz֥hRDy|7ϣGe"ϤMׄ%ѴG.Jz4RQ0'd'My>ԯLYKCw罐ekra"3'}Ll+[N(_`(ۿ`yCgaW_2|aՕR~7LP1R?jR~È&?gʯ >olWdnaYWx']~I)j?߃y$kojwT{/3>S'ƾ/, o{.G}YiC}ZPIӾ#O?<~%s?_^I⻉ \e[$}9[>#E0߆t9a_xuow1G^Y\{C|wM\E+EM//bOo_wY7J~}?W-G4m-K*޹.MylCw$>6/ԟI&G'B#c=S'Է=_Q|ݒ_I?&"N Ƶ;H@ZI_mć,K(]Ҟ3E-0W>EΪ51)AS,t%¤.E]R_"B}q̅dRä>k5r`U_uG OF!_pໟDt{<!#ӿ@.ΓϐYdD)|z[>+cjI{k(k7w?ƕ?'H}ȴWJ'c]} oD+?6i=\}.oLD$s"fO#U{sid;կ ~~lM{@GyΗФE{͏%Y:z_^_2__2aL_Eم~軞kI/v;'ЛK3GSK/,W̐L}wt2R-H+GL?/_uɇ ϙPzoEiϸCZ@2L~(c>5GHɴ>fIcʫɤ˟d|o/"_ZHʴ'HyŤ]xF}|-`&|aoK>?=L y!wHS_.?[?F%Aˡf|C"ޒp.S>*ZşȥQ /|֔w_-/<樂]:Ŧ~QMY_~I樂"@Gl vKg3xzridNr9Է3^ҳx$g?okԷHO%@{g^KD7q%+c+η[_SvuQWYwy^L)|_Ň_0Jw2Dj>.7NcoN(V~O~-}\LP*Zyӕɋ4?K_(?6Sv'tLO3^\O[R?6d>Ȓ:zwi;YKn3IS o%6Kϴ'I{߇Iz3hӺ10u{f\ay-L~-4aj`H^|g>7~Bһ/d~/%Mo#pǟ|M1c2'Gx|RߘA>Զw7~|.~,O;߃huUL\s"_sR_3HydS?͔{>TcS?X(Mdh~_l%y>&;&e_,-iꧥdL?3Wi'+\ZafיEL~yL?W`H)IfR#f ?@1oMs/&Ar_f{KҾ1+md/.ÌweI^Q t퟈V?I-LxIb_zS۔?2)~r2[m4d͌Tl;M:@ƏxwD[^I.ǦD/_X(P{?@3M7olO& ǂM~Ctz7I+_̗6H|6ѯ-ߝ"IS/l˒JoT*#C2oszH{̌,gKydڧ /D/)L||,fHN'T~e~_+y!N4/2anyxP@R?y<-vHf3w^O^cg ~o犖Iz7;Qy-m+ /MZ~3Y|6wq%<| 2̗"& vk7L»l~(C3pXҞ77oJ|5Gge_f~mʷh񵏌K'?gȲ&},!OʴH{y_]K==Z!c_'7?wӽ<"SM Ogd̯.$1Lwo&OʫLGK3[ڻrC{bx_+ _A*Z!f̧3?J⻙pUߒ|Ӿ)S sSN|Ҿ-iO>3KG} {S5s1ң_3tL򰀌'+'I,%o^(̯؛Qh 1*Dwz$ן>Ҟ1>7i))OL{\ɇ]d_?('wJGKoq|4Iwofw||o/ZBi_A9W^3D#f> fC~'jlCh1OVٯYJLDXմOhDL' Kv:3I3.&|"++{,1=|L"k32d hI}\h.LfԷ-Gz!kO}DLH{$3޾[+wҼ-?!#/|^ߵ,Y.̌&dQןSN_S?'aAr3Ӟ&f'M ?Z`cH~jOIߦ }e-/]='PZ~S'ԧ巶ӹiK}Ì?60S>f5f&?O8aR46O?C+J:J^]OM(h 2/7LgS=#6o<@_!=oi_ ȱ@ړ)L}Va6H}OM䷞z 6o~!~9L.|7~Q ih&kf~Sk2_/'y nj)H޴3Km @3? 1wR4T-^5eu׌'fKCwR~I?Mr>o|/K-g[H}|?D~䆙" 3dьo^ߗJ/$/3_~i?%bYcĕw}d0'Cx`]W}(d~DߔGq%|1!=L_1C0*S~,u3E棚KI}gO<>z}R/eo?fiϙ ,~#I/"bG{45?Hd-SSf~hYդ$sӿ# Qf>;3Jh-3?E}ҿ}}-|kAS~lXKJxm>[kL;&sgkdi|>0g<7GTo޿-:2nZY3[?h_;|c}K3?wՕo.9}YS_u.w]UwL ɿW>i Ho8w4 d~I_3jgƳ{H}8G2K2Eio>o{B3ڋ墕ﵤbo2Cˑf>W}2#?' 2>h2`~aȤZ?OQ^Kyi/s&}KKo[Ӿҟxy[O?|_Ŕ'|'ϋV_"J19oGR7$=0K O@% &3_+L}j̿7Z2W&hڷg~co3SB)oLpa)MA)//oq"S5eErIym\ÙE[~/2~y>~/9>[}o.fS$uä~l9f>Cfҿko. !}(巙z4Zai;w!GvR2^bڻ;_7|FfM~/ ]d||߫f>c%?M1ǤdKwKe5,]rV.Uz k-VdCzl{}=}o@9Oyj훷oکܪݺkAhھCܺ=ܯEv6ѵC.;tk׹k. ]kHutmMh߱G]h9wKao' $p0exD@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ӣ+!@&M|a*MWNڭY.]9ZJ4lݵC-$cҴU](K.FcɝJ7n׮cSMr[:5lױӭww.CdžnZw Gܴu׮7mlܮS^;to׼Wn~=Zd-:uߦ~ VnrfwkZ- u^.mԸk󦾬܇خuv<_׎<~'$0Q{')8 .) rXa|otfp nݘtZkb}}_D3~vø 6vX}k 3]u \J݆{^x$sb0kŸQ|1תcJ̆& VƖ7o'_Emݱ?i8~<7>ڪfżXKc`mjbLs;NCZb q5nxo]"|$s|۟`V9I|~w| =X+㸳\/.ոbۋjK\/L>pt|KA5~!8 V܏2ŧX[p9n=x/bk'Ͱ ).͸Ͽ%^]7v܏h:&܁-I& P=Wq@"=9 wc|qIcl=p0å 7><1I 5-fXGd?&܍Su1w Mvop w17qJ/._`jLY1fH@XW[aGc|q2<10;(O|2qc3q!mx/f%[8sq3 9fļ-eUăM!8gljj"L_` *X[`W쇫s[q7^k4'91a|03an b;p*.ysy0cMsp n=x&[Q?ƢXkb숽2‡'/ŢXkb숽8^k/A%Ozn `kc#l}pV TcSg6YWv<bOYulp0x C|mʩݰ/NxLJ'_Rȇ6v><]|Tt1E%5fp*|p>n]7Ư&KbpN5ƫ/+܌$^c#M}&qʽ&ҝz+xo߰|$d 5B́_$@>&RD~Wo0d)bujY^-qk#Xb-sVSn^1N΋1^ ܹy!7q8gaj=쇣0Y9ϫű+'KXW5wO09%`F~WN'8'L)皮0^55~O1$R%Vbj'"RQi?).T܋<'T'<'&)fe:6NeO%;%׏ 8 ŸǷNJX`+034o1F51`òX kb]l-=P,Jᏸ 7~gg9|J Ⴧ0?|v+2I? z<-8^;G:~r뼪vNKp?g8/by 5v~8LWfFC}G>TE<Ćb?q&+q3V.g87WPs|"\>>V>]㒯~\j~F7Vb&<.nuؤ6Ws<\w[r}C+'EݏG4Ї1}_>}uWcPKb<-&q8o 718%yM&уK?[Sy>a:tZzoUOE|cej&c1ruFu>a1u^<~vB5YsnzW} q c5l}p -|qPcv5 1/0|f,BzԾ8﹚Zo=ĬyS%xC}{Ҩҩӫ3L><pCfu~Ë́p@V ~M#zvZ1y/uLSMP"-Rm|<̣.ίfW{[LQsaMl}q>xߘ(燁Xkck |+l5ۘ"5#i8bhZ{|܇g6taVՑ8>LV..cxSTK`el>O 7Nq^C̋E>18V&g⏸/`"/\/-ǹ9Įbbj%b/(A|DzXq›T3 b=^$ȏ(^e /M cyq8'2>Bp0^9 ,u5{ʫ ĖOu|q*/Xa[o+"!X"܌GDy/~+q+ie5z8% OMS%TĖ8z܅G:>8Uy.8'LSXbw'܎7iu=\{,I  GXp+F |qkR^b.,v!8bd-aڤ:xuQricz18'ÒX kↆ0#\^َWl?F~<j_f)4gXį/p= ,p' *ڸ Q^3&S!8 oRV3b%L^=7Fߤa}\(gGaj>,{Ewj1s_-09j?IG ח+Z-ު&~'}HScUc6O^'c5'tz'V$Q/+.a)#p"%%̚>eԄya0F`m86<>O1%@,8'` ܄;^+q5#xOWT?E>8UIg#<V܏2Xvd;_ƬNx`źAX2܀ ^gPaf̃Q8cZ@sp!x s:I n؍ɧ0@ vA8 4%:{ZSÓ+Rfw8::܅G>ŷQ#f;<0+z0aq8Wz܇'§7z|IzP^`n "X`S<-|{r,q/O쎃p,N})װ6683'}|10 cqvqPS܏WwI<-Oqܷq.nƝk )0+z 6Î }R8`qwsqn#Wc7'F܍G<7q=gi0'Q3%_ء3x SS`f̋aX+alq8j܆$^;GQjR̀ b)%vzpq 3&_<~8\&|x`lKJ>'05?5fI~0-cyln0wtW1=ƼO}]*vxEޓ0eܔON>W&UVaLP{Tɧ6˯ VC_`Q>T\-UBmKʪ~R2NI*_UQbj|e:1n]u. x:P#Z[j8tTuRCqdw^X2ߨm1wCH<8Tm:LGqjFjo"7xc L'sy8ykZ-Q~̷Rm,.]\ب6lߧ6~T]tJ-wZrD|NAQ[UW|f[}u?JE5$j\X |դu%n(`+qŸwa<#o!_檍q(nG']aQXBŰ2xK.>V03aqkp&_F[܍} ?nyX`++/<\g|Pa<7>|RajL1'cylǀ'ji\R=#}N~zK3p-oԥSx=Wa8VT\^Gjj̇Ű:ľ-ո=|$Pa>,U1v8f<|lsiAXPgWW~,A-}[˨ao|TCqȪN/zb+7c9g~@<ոlvþ8c`5b pۗ\/śxVcj́A7ǩx o?*NX%Iw`-NDžז&Ľxo`2 `i0S957`9q. c i> V><>8V&\qn cB8Z[XkRj6v8Dׅ.íx /k3`N,&~ V:qN$0~űoq:.Ux m|1&PSp7w2=/.xxc)`$F<Uu1w<75:Ÿ!<bw XaO,1ewqfSqNjcQ8 gZ܌0)L9R.bz̍XbSp)0>O`&l;±8$a 8Wv<~b6bŤ_uq.Czj5squsx㬧Ú8\c<_~ʯԶx5R}O{H '`6܋/'>V?Dm'ɸS1LPXaDj%UOe `dX_TgK߫PV<p~.unĽ XՄo_b¿=(æxx\?95&p*A8a,QJ%KUiڶ'窐a[#qe l]tk~ą!c0^K_{uw7חwYQSc/6vGҟ:|dZh[uX5`4ԯTk.R.&_[I-qU5jZ_VHE&6i&9`}p((1z0 a=!8a<7lK|ϐ`J̈ ` _a;\Ϫ)&:G}/_0Ujq,5-nCxo |`X[c?HO51^w^R.M$HDOմI &*iٞQUmC!(Z?:<@-.k&ior FF į Uka{q,Nx SðI>/wb|Kp7~qjo7j)Oǃ5ńx#ԑ8hu"!T~qɱ+^tZkac f{g!?X.SQ,\=Eר%.\ NܪEwwEcp!.ÝxO5|o,K/;Ns TUql1u2Ĺ8/a*wScK0ƩqX>}xTXeS>)x3TKb}SK`FuնXZklyjkmԝN۫rG>Ǻ8:owQwUq/>ՓxfcQ?ô a3섽q$N qw VzX#}IPaH5kaLRh'P8܋0c~ϡ6E8Y[ ͣ˫ņĀj a;87b4nG0Nja\'V WN܋ԖX/bB,X-BW1q>ps KJUqM˨=˪L]x;0Qyb )+^8 `J;kULXYm]&sT5sUW܀jp8~o1OM3[ϡ6`Ưԯ ĘuX=lUp+;b>tɟp/Vl7f`,ձ vHq9n#x_o? ̆AXacp ~p+ x_bj2̊X b#;6J-XG=:>7Q]΋7R4|xLxa(|mZe[p9&hk*m2{-|W+as'><v :;~Ymb܇8^0<6>?1/{ p!Xvž8'cEjp.n? 1@ vA8 #V*Ǝx%0`uJmmpi8f܏1j-܎ ڦVBj'2QiUV燏p5uo~za38& G$F܅,>gXZcc0L?4V>8L\kp/x[l{kqx䣱3k>O݃{|G 0'Hp.x31%VxoSo&WcP'ԙ^of5e5IV50uO]g<;$oLf|X`5|1GM1a5U y0cUEw|~q5^3an  S\qQU<\خ#ExYKaul30fSLYc/ c =H?x'ۛeqpb(qěja#6 9Ny(WgKg[f{w+,Uˈ8lg-G|\S֑nTc ¢Xo%%h(«xaaIbjBLYуqY.V?OxcKq4V;`|>—p2Uʑ_ =~^uOZ{cR|܊0Z Waÿ G<§r _#1;E+g#VH\?ajBLEےRJu@*i}.83_fUdS,?ʩB݇DZsnU^F~Gmp PR?QbP Oᕰ, WO/1NAW<#s_XုGsJ1_b7%ԡϥMe,UN}q,V;66&>aDS¡k`c\ҎWaYSCwLW p6Fo6ߨ#fXwl:{gPk$|Sb1['pKdc:G$|!SNuO Oƞ&4obQ6C͍Xk`l]7Q8`+q5!8NyC xo|V=`ԋx _`9jŘ91 b5 㷸 ?K~vmXbZkclq4X|>;~rp1͸%G5aLk c/b?̊0 b)u[\Gp1# -0xcޥj/|1OGa{܀2k& bop&YNƙ`e YEa)Mv8 bj_<א^<7>W{-.cuj X`+슽q™C61F9,5 ®G,I-5q6pG|a[x.x 1V1am 㒝V>Ə&0+`7kp SG Yq\,-v8O<;[ [cp+Kx cjQ%v8 ,PM'Q'n|1j2̌y:~p'3xIt a1pNy Obdj~:66!~p%n=xKlW}qyΘ|\q?j5;'DMi0'`0/8/՟p ajR̄ aA, pM%1br̂X#\7ÉOU0Fqc vA8GcPczq. xJűRaṙAXak쁃;PZq.x m|18܀{4*K=Xt+qˆrjyŮ~8g<܇'§ +x_bJcW~;W|3a~\p##xoK,ձGU$`֩FmpxK]rP+aK}qN0uM_̇ 7^oZS 7>o5!_⓾3 =̄Ű"¦ ~Iw9&OJXag{8Ǜb%vÁ8XL1Z܆,]~8nx(3x 5űf17|M^qN)wƚJẄy4V@ɦs>C88\[1 ǧ(<:>7xk&"D? X` ^]1Ew<vp$NGc@XK0ڹE8s gL0kb#l=p0Nq"xOU0| sp n=xc- c ̊,cp:Õ aďXc-Rƞ8'܃?⯋7跘s` Xc[|~Kg19f l'+i ?:܅~縛=)HI<%{ |\q/Njx7e,% 8Ÿw%|c?)0=~AXaMlmi8WǤ>!|F|zE;O'O}O6Y8cu..oC|0'j / VqWScL0b1_aS쀣q.M'a~EMуe:6AE~X`/cpx&>9~"NxKjJ.NKs% ]|cj ̄s1Ou0NMLA:˩9C(q~N$}Ox :a'E`Q5p܅SP'ob<J`D"R]WjqճVשs> 2vp&ηa-xjjѝj( yw}z;%,y wX z;_#~\x 22㚛z;Vx|q=x~9k>xnBcu=zS)v~ys]_q}X|;9x9S]ebz;e}<~~ c5'E?xg0gBLX][lT}q}(%۱^**6I>Ҩ)ӲөS1mzJ.Ŭ_󨏰m^v2u>&@}g'9H%~vÅ*D Vx}\(vǥ;A5p) lY9暡1Lu8.X| g od!ōvႃOU+q]¥Oobyu5z.0E>olNEWckljο?nioopm]5='~@]ABzyOܧ/,L\ϱ ӗ[_)ި%bޫhyC-K-[㪿x꺏1 F>Q .Mz{~~X]U lL\RptJ5{*VKi,pt:5]zuaXFu eb;̬ƿqavS݄pN.uXnudum]уj@0XB<%Plp<!jU_cP=-xբ#l9?LJXc/Lu[Xs!+q9&u[\b?.9?xӔP@|Jrx˕b=1qi;^֗a=>eNy8a0F.]"ǹU~q9&L8c{<1oΏs!q=s:q9&`{<1MM;K1um>c\l:Qgj z\i~q<>r 7\ z;^7`=>~ ?hL[؄pܔ՘C,לţXG|[rxXߊf=>m/yr8/av+0F{Ώ:q.>r \ :=똦3%Յ+cn|.xvp.>r=/\ zr~0F/>uۛŹ!0N_#LJXc~\'vNj::u\|u#x s yL|~q i8/a!c\cxA0HC,71h>ay8a0/m, M,0z.~l:\|&>Lu;\pHGS1=6C f7,W{lA-sT}|Iq+#@igf{VSRRdQQ㦶jv_{N^GcԽcBthfiܿY=3|%AVlSh/Ւj9YMC=j[x _N'8F8v,m/.če0x q/s_0P68q xl=q(N ajJ̋"G%g# `]pNף̣ߪwXuSO9ad3ìa\~3p1\+yxj, X q [},R+a? [JV焋%^Nŭ+Z&`,U!Ǹo03c]64/0¶?:r =ő8WI†87mLpǞaw,6~ {sp7}u%v9 yhbA,pxbX2061c3?.NaN8xcP3b>,+O}tx|: ^ǩH^f;~ySpM-mqNx/aX {p g877#{h\71myx;'sWmCq;À{W-nyasx c>$6oq=^XX X\!f b]l$7Vz6|C88zSWWUjjC>Z=SDT݋Y[ϰ}Kű:z:K}=@}9FVQSMQkLfa9j< ]Y_Axocj/V\דvXE ?`ZcNbuqR@ uK*AZuVz5u&RV>&˦fƚZl]~˥;^ dFHf.#ʈdٲ&*e1[ȬW)Bxw_u]}sp0?Q]|,Ȣ.~-{ 3p2Ws~Ѱvp\iSaU7ayhvz),Ƥ/87P3r\ĉ7YsxKk؟qr7Gy{|88C6k|3,E\:ޜ?0lL8|u| M 4W؅3 2Lo ~&s!Y\4%aMfX>i+5wp?_Ybb%4,lȩlNB.aDcX`eXؘm83ywzUyVX͙bM ciVgI\ k۱Gm.Z>.{2l(Gkzd"o0÷.9L&h^Y*q _|;;gp>00 c}6gx>c[]0pꑷNkN|&Lv*̢|/5{,g$ªAr:y1|,_dwt~ox/9y/>qUuuلm9o_8^IEKK`{þ%ܗq\,:l\if|x k!g}7|&}%Sx2 2|RxJZ8FAx_)Va1<}*^‘ccnjjXn-\#X>1|rM>&a/{m  2߾ {pk{!bM>)]9mf_gXyaaA>LV.d ay~<1;9 4؜C"3L Kr!X#Ŝ-׺^fa^`>}Ö<oV'p1W?y<‡`7GG9 n\gbO L1u"̰;= qV\7'_6S,^X>;?MX`>a䰏´őC?+VYdO,,E<&%^fˣU!˯+qɍvޢNml[p/a"o Uƒ?"ч~ oac>{}^3|rTBNޛ2ș̒*ͳLq̟1,*zY|1K#YV%e‚¬ :_p3s5 [=ʢ/غiYXym0GaȄgw.&Tni60&Zpx6|].r/_w<4WU~OyPGy~m"9?JA<ſXKؔ8kXոxk0[؎y79Gx{X ؊.Ƌ+|E؆]8p52o1ui{,gؐc8{>X؁=>WpO0Û lli{y9|-ً_;daZVdn|v`ؑe؞㸖Gvqe f!cl\2T؞?2,qAa5 ξs53", ~; St!<˔و'Úy}93WYzlX)]>1:L6%~X /_x> هgu`ON`w,5;az|1Sϝl~p512%ȹ9gmU_8+03~& q/¤/y/pJϨKMę6#45 S[:ʒl6iS<̓<ϫŤ\=ŕ0:ɡ|+{pXuٕ˸_jab ؘ Pquîl]BKZxy *eܥ?߬YF~0̂|XʆU\~B8w\e<1G%<>kn`3b.c"ϱDUϫ.q>O320ڿ kyv|^5bZxNrb-Lb:sy?cb nvczuْ39 kyɞdI.|xԷ.rF ØX`ef#9q?OxQ w2s7t,̲:lkăxS4M8".=6o88+x7y)|u؃+x20cSO#s>r53~a~l'ي@^bZگq&p /1{+t>ǚǶ|]8X}wwMx?13븋ڪcYa+dW]Y1I^-&zˌΪM';)84?!&cQ֬&ٍ}NhC$[d(kYhJ=!*?ޯ{]N{90!4g迉ձ.:I(ajq7,}rpV|eU-8_\Ávrv}Y}@¤]÷X5a3l;D/Cp8a0οi#!c)&?80,=-_Sr nƧxtks8 r%cC7`<֮ *܊L3xMe 7kfbVu!?ԔҲ"S^seZo[>!p++O-}I^,WhAan3x o|57,WAcU4Ǻ-vC7p<@\qn}x3 f#|X*jX v (s0#q5z6):z޲ <8U^e4 i<-ץ˲#ȵx?a[ɀϲaOS4G[#9K*{Meʲ\k)s1mxtm/: ./;>.U&^=y_N+qXtMvHkLٓaɻ䒽r 9 0cȔgoewew#> M?v8?ɗh_$b1|K~W]WԔmkiȩ`{9wЧ\eX]@ktĖNa>n `2!H> ^!0T5x ,q>hXBp/`1v_"aH'ਥ24Sv{[ڱ_qay|rS^%-+wC.utGW:.;rޕܴά*G֒j 䮆Һk, j*S0J.N F]ZҎv2^$7w8s=ƺ^(7wS~,Y sCe>. Q*/ѸA<# zbh9dUVX F7ob tJf'kXwlfK*vk`ld&f}|wH Xn4C+8qvɡ8 +0/E?Fd%;I {;8't0#qf`@Sk [vA7tҟO7zDSgOX)@{y-b[7~C|O\?Wt,=py%{Cy w>!וv dҤlVisk`{썓?0F>~2Z.—XzLxw $^;!L܌CiF.p5掠nGv5qȮ_h1|M"?۠'k8|*u~Q 0OyL#ӥH 聃qNǀvdLs^c{0WVAGĉ8 gxb@RѸ %?ϗi x5z`\U Ie"=C1/b&v@Ӆ'\~1Dp5:')t8"ڣ&c*F:]c (܊oD?yX/I%DweX9] }p -'.1 ohᾕ<4]Eh0 so\Ol$ c&~FvAg 0\qM-\| m&n D-b[31ӶR6`$݌Ox`= q%ėUM5]: ;D_,vd1ze.qD7aC#x!ח/({: /\b+ {C1-ٞ؟#9K5= U NNk\&b`f<-oHp`QL:xӾO>k0VF&9j?yEXY-619sp-9^]F f,HVaF-ٛC8Sq5g 463S`N` Vd3ً88\ RG<['#YuͶgoN\)<Ӽ|L1,bcư#{qGqg2+y'xlu >bA]cK=e?Nsy]{rr$`TaZ0gKċK8zL.~.V^Lb]8rWp- /,(6e,?yp463uy˒wxq//s<0.fy|Syk7빕yoG4 68>CJ`W9#|`%e7K(~5͋,RY`]j/Z=_g0^pSxwLW17 (#YY ٜl.~‘)\e\ (3AYK,ͪˮ5 voLx#XUS5 ^ e\l)m'٫8qsw~,HV`ufC6g,۳ ɜ΍ʃ3qa]ƛ2:vbpӄ}N2~f>U£8rKdHV`uf#6g bGp&2OKrrNvxFODK VcH}-?T?:cp{>l9ؗ6k0 #8_;f\L=#f烅Y5|yEXuو,OUUe>aYVb-6a 3=8#9q!Ws=wgU>djV`5v`_GɅ\Ldqj1kHV[:Db'PNdƲ+Nǜ\͍y8 sKk cّ88r>znxgyW",lg26Im>bW*_cCfGvD2~1/2s 0K&gӸif lܙ==Gp>7d\5_=̔'X}3Z|Y"xp'ËϬ/.3Vd{~LXx P&s//؇Gx^_v.L[,x_1!YY3q7 p?0K"k2J[i ȧ2V  z0o=G\^?B`PH#e/\>VklþLbfWY G7ee9*aaʬl.͛|``$0g_NI^f*ǚeF=\qVGg)Xm8_0W`>c.6>`xy?% vUO8971wo}I\ȟye Ezf7؊xusY-Y_\a`Ge~ R!,LeAI<҃WxŇG\gl2L=e>"؝Xyo+|hl}BU؇}<˻|%9xwt(˱*؈؞ݙa˩ )<˼ɇ|j:|,xƚ;sW1`svtƍO̕\L!e60bǗXYu؈oMvbO&p8Gta:mel-dK|Y"QD] - !,eɒdHi,c/;1|YB&ٲF޹9<Ϲ朗!gs1ӹ UrS<꼊KUU')u31,Ǝ!<|~Ȗ3*ķ9i\Ïۄڇ_&9E%'{X xSWyUxmDedp0#5{z8jFܰǍ<(]or:s- .gP/伕aUa7DqXbm#OẜĥpkO:PNólxc<{uY^emaa;˚;g؆cXxOXoq2{P3asl~v^9..#|rrkNR|k9[\y¶OX,ox_;,Ld[&7szda6e2{O3o]Sy~zXYEق̾\=ºlΎ3|Ը0,.`:7s6|=8q)+;]pӹ[{=OOf$x'A>ꕍ6b[=_bwɷ98_rE;ss '0{xq$T!U\O|kx'xO=6d'qp7s'֔'kVc b{vahN  3~kPG+17 $G38\+O sԗw;Ȃ,Ŋbχ؋Gx -Ǟ|9%w F>g>M]/yWwcBx{E}Y}_3 p-7[xU>F88v8',eLKW B%%'z.)lXR0<o~/l01,09<~kV ;. K}Vf-&2r̎p2gr!SwDAq Sv>N؃9vo `Qm؉=ُ#8yU٘؅9͍?/aC p).<eM6F~ͽY^a~0<~J\HwXYm s7] pD9 ?FMbÓ" #lɗ¹ü>KxGe =0ȴarٚ o's{Y5k7lz,b 1/YyWPe]M&,mu_x#k*?>>bn_cFx+o ei4pqO^-LXfp O*~3#rGxw?fvg yý NMNB.7s gaڷv}0"e¶8  GcEJa'ד:!dM=nv.:>;|հ''ptዃޜ6$Ͻ<ͬu>_\7#,:̗!޹HXG0ѩp,"/g q`0op97{  s=I=l7CԂaJpp7W_V"qvz8s aƁ\{S^%H<ÿQ`>6~G>ﯕ$1šldV;|5^V?ɾ=$< MXUXM>8{35KBY gscWܔ$NxGyWyks|YϲqӹayvbOx~\µ15H9vOGy?K5;;q>p|`HXؖ}83 /5?eb< =dxNTxycv>Nu!~箯3<̴#oy'xw_p>q=>N<_{2?aef>,|9~v+]Nl.z~yGxqqvںĊw4 &s>> yBwo8Px XDBɰh)b2a{v6z(|U:M؅=8sq;c Ûie Ӹ+\aGqLVG7**?z<_PUWkp>PM_'L璺az~XXA=5|: 5+7M[Faq.^aVblظs؝_ 0rvnaWI+ 8d\U̝Ly]<(q5B ~]qq4ɸ*?zq5]<\¡7+l7;;'ɜ՜27,0/1?l6 93,?Wuqa$myxqu)=,N~L5kzA?MwSq}JdM *eE_YFDET";1C6-d)Xf E !"ٗAvB,%{<ޯ8\99WOWSra+l?d R-{ SX%Zcsl˼:awA8p6.ŵ Qfa>~EY@l.;'? 8*܄Y ^hu 9F/Aq.w!j܂xsB,~5  0q!M0 ObM|K|.X=DKq-nxUY_0qh]#vC/ 1Nŕ8xqMWڣ3vnp4Spnݘ)xo3|psr4NY(| ?.2[{I޲>4ǯxG.+'9+Ad lUa cpnFn8#{AYXnZ%l7ʾ8'"\0/VnoYf{i}d?r'Vy/L@[nG8/#3h鉴{*{b3>xO`b\lj{9d'>p%>|VV{^^h nL%M/wGcZH#OǴg?'>,ⳉGc+s-e<q\lV kdw.?ɟR) t3 KHsoM^QvRztj@LnHy&Ά>[9Der7eN|sXn.r wxyN1bLt=俋U& x!}P?y2_OVXO= 0Q=,%h<)%sa Zb MxpO>~&"G8`IS6i4V>ʼn8>vtS6* )΢9̗n )&ɫX7zIG0Ds8'OZ!Fw +?U.4QhWY6CWq0 ?ey`*zK#pLAo M)Gewa"U|4V..I{le%2,!op\Ӷ9x)N{X3:.'='2XqNYJ\q8BmKGx|&7y +bL$FKGY*1Ő,Sf=>Yqr"fk\+A IrQ/tʏsQ ,VVC9N#yTt۱_.ϐOʹrJsVBNi[D܁ė?c1<~q n|,wc:"/OS1ar.V˕u5I3tJ\\4.u%r;c#y/'{ -x 6b"(܊0x-|Yp%W]Fc ijãxoCSS.}8H]d iB`F`30?wJgGg9+/f;z,.|Ш4GKGgsq)L -{ -w;AB?˘V6Ym"/x]n迗~ 0oXYj섅_F `<^qrs\:HX턞 ra96IvL] Ex  yoIa]`~z|^* EDEw*'2vPbt3x#|=J? 8/0g +U5Ȏ~hhJ9,d7qNDž8^:H[tA7-ɋ"ӱmk.aJѤlO-0Wc9/YJߛ~x}!?xqUJ Q?ʏ; 1/(? K3@V{/X<0 m| (6@{tƎ~8q=`<<f3|;cr8,cK(K{dMe,Y$(2(2EH)KʖKdM2vFx,S[_uus~w/q_Zd;$cve9J|5F5lM7#ޜx Ȋx̮I56oG<ٵw (R'w]lPpv8Bi)/McWS^F7}p2NEɘ$vM'܀E Ʃ':ɼ.6V-/x*+ZFy>Eh9 }!〫3F.2CFb;&A|( VI [5rD ]+nqpfi~rdUº`Wc0g|\q afm|zma\pa [zp-n <:",S4GglN:L}xSp90Seh%#rQap?Nޜd}3| NXlY,gX苳p%ʖ6β>.R1}K=xˤ CrGm M e*~[0 31][UNp嘄s ?a)0c0g?( \2=4%+agc&>u{ ٸv=p 4`BCio l$b6o"o KѰg;9q6. a#슞w``c)V(] ( ]f`a1b[C6)〾r(G>r F;`Ys>R-+qoKctH z^𗶓]P9c,n@O!ςdJ|Cl:Pq,c=̤^FȎ,k1OY sJb-V-%n9gˬy˯db+q8c.Uz|*Ox V 60ש/7ȏB >R1cx|>NR>/a 3^G_p+GZpNEp 4%"bI#iؘ'&f6]7]o;ωÓx$ ġhU>ŗX]Ɂ]ֽACq74<(b nm/j܆{(֙,z` wYW6܋GK!4a)V.qj8y>[+m([c[x_'4X%'$ XeAd1:]WcF9}:ʐg0c~ {1aCtiј'Og#tΦ~%31w!+/]p9+яkL |n`gt)WYlz[.AԓgBw3zƝx9X_O nU_܋xM^.:+vBO|аTVǺ-='Aer)Y~ĕ OƋ_`Uia7g(Ʊq!:U yp+aKc{|/V!c3l]qĉ$)h e= yߢ x\_S&Y6V>Z:rNSߔv1U^.zʿWH l]7GxK|p>2e8&KG de)1Õ1N.(ae5Agld$.܈;M;D sRp++x[hLVASFtƦcq (\+1x /m|.Π5N艾8 0 b&&܅x/c>7` {7a80vx-e-M ;`W~0 a:sx XX)A= 8Gxs1܊{0ūx VȊhb'D_s1qL<e?h- 8j܂i٘ W(M%v^~8 Cp;&`n]2|hm>6qNPE1 [w߱kl-G 9cO쇃p:܊;?=ø A/\o7y߅i-ytuUhy.d_>쾜sp.y >d?zOx[$?`VyU/X%ug9~˰ :PAѸ pc&dzx o`!>"|l1`}lz phT܏W99<d-W~GKceGUF7">Fc]$@<=OXO'<qsxA;yX&KG+~/_i[}}~аx.8f(?1#^//;Wuø싡`88L; pn;댔C14 qF~|c*^!"܀7xlj<ϱ Ia>2t'ώ=~&Y8QNgH:X|-Ywx9_`1V u1eďJ]R>eXm&aD%15<Q`LēxKM,a.R!c Spz;+Me1:y|7,Ar!$܂<2]c4#t7C? l](;f:7n VQ&;tq=C(#{!{#cet 2Q$!{oR!4d~8ıR蘿?/=u\s]߾}(ј*=@sdong*1#"dH 0 Ni~Y'QǦIY野)r+a8U2arƘV2 ZkB[eyJc|6En̗s*sOkȣNEOmXwF7'yW,p;Oc?oKʅXlTFn'XFc`ocRΛB~N#X<q(⎥F/<h B2m&K?܂&0Sp>{r3^nF>E)ں{Bn=Î~BVqI'0ES29YN3.5y[n8|.w[ltOɑeG ~<[##qFa+`q'`|ix+G~ m6F:p$9c,,$t܅l m9WLJXy]*30./ri_'wK4\/, BIA>b]&OrʇdUq\8ҏ'}'#{iP 2U|GhF>dPoMNw<?L \7GamY?ZIQrY,ʔYa#ܓd"iї?]_746uTR7FҤL>_ejr;}y04m$X\:T~l.t4i!_V+i#pL;aֲ2&'dǹWc(F܋G00 \|Ka<6Ŷ,\qg0/a&K5- mG\0#q;xS\|EɪXc~8G3zǕ[q/b"^똃-cF ;%D{Xvd -|=;s]8 wCL@S+gA3OM62?tw)b1ձ@3q(Ica1D.`x!8 '`LleG%ZX<?Wny=Fb4c:G ;>\1 c0T1_a@a+8 M `&aőqؑ(EX4]0a1;c>!Xn,M߰vB' ':/B;g-'2pd7~ɕ:E8ɍ} ʝ`T49=eÛ#3`ptAz& oc>n%H\;+0osi'vXgug"3_/-e^.# W-.u|opJg 莾8cj} ŶcCq4NBO <񘆙sֱYO^] hCpNix uav]G P܆b1 ;>EP"ɫ( >Bz}s,Cfa&=$9Y T_b!~R/gg/7oox_wk?]lm2ۍ>g 'ۺWrT>_[(.IKF#e&_SLY3Kֽ) ұ?ߔkKH2vdey:nc?JYSZ3Ʈ^2G)W((͓+`GK?1t=!7ɸ3]BDڑD;ʙKrA"gJ7쭜1a^†h.(XHbyɟXv8i,~టaXVvƒG+XD"UܯĘ)Ԓxt+cߤhTOqDg!OL_?7 ~r*΍#M H3VigUV1z-G%~Of4+ p>78s4&.v<6131b'cd^o!(7>"iY~*._7yS*xD$V/lZ%pXUCxlX]c!QM鄵khεQwbwy_~ȺHŻ14e¶Od\`p`I ȊF1- hV eln.}.4g_\f+8b$8ʡ#e<^[XIp >2./&.RCxgY6ȃOn0"Gf8 \lyH:r|i^q,q M %肙81xY'YE7l"e*m1hSMV˻H^"/ɮOCaSNJ_ Nz?51x+ a<?iatx଼F>/^62lvt_lZW.o!]ҽ\ 75R!sfEH[xC|:sp'x X0uم)Y27fq>?fY`V`H a>fL7^8ؘmهiYewp3l" Ldyj~x?s&n}0kZ.+Ly-}`%Sr;7_ǥU2BD󏛂Ujڌgxn d% >yG0 9>``pg .`I3XoJѴ`k>,w ||{E0gep7s2k %8~G/18OX}WfF3{q|,Ci% أ9>\ް`Vyp|J𕿿kq{F'{l$عiI>W o|[} 8`C>og\5;:wqxm'O&G {*J/>}g{@y~[Wp`a_g@C6-.cÃOC,SK`#MKφG2>;\3p /5E\ǿxUy:ƻٜ3pc9ydg>ɧ9c9-.ds7GxdU˖cG& q<'s*9s˸Bq?KyXjylfc'`_Nfs˹ ~Cx%13Lxp <2^` -a+v`>|e\Ϲx,#n|{ŕ،m؎+S8iÉtۜ%|~o?xWݤ>㍬ͻؚ;p0G38븕,b Oi؄mn8/r\;xe<ˈy;{/S9939븕,ȟ;/-{ن9/N?Zlt.ds'xQ΅tN,2V%< V2l֌gWp Gp*_[\&pyez#a cَLf8f0s,ic#f6c;rp2\ _[)+ ;rp2\m}<_ywx+Av|C9S*Bq;ws/y'YJF5Y-ǎLLa?xNTfs6rq572,b Oq~fcf<29\&pyeFa cَLf8f0s#l'8|kYC<;?v`/r(r _[\,!u؋E{xY}q.|ss6翸s2k4 ̻x/۰#g/r$'r*grr-73~Ã<3jx%13|Ә-rhb,r>7sT6lÎ|ʑ|bF g9KE<Ū [Y 4f:qs=7q 5'󼺥u:l(؏8|pwyU[?k1؃}9c8Y~m}<_׳l¶|]>̩J泈}2cمLgW2,g!؅LgW2,g8&1|beL<31idp=YR3Ac$1qwp/>2ILT\nQ^X&0Lp 3E,e9#&1c.z泈,gDc$?Mwcq\e eI}= Ih,DeTdZ(X/!BK(YZh d?~_}?0p0߳wϠcPϙ8.wu|1 c^ok8ǃYFi˰h֣h5'XϋXϛh1XoXϗr< ȏ77@Ξ4y L,=|B?bH(YG~.]m!qK澑]`$=]dyK#Vq9'pyG. &Iɲ1ƴ8/qd,?we [͕v Ǽ+pBޑձ!Nh8,fZ? X-'Gz`(&`b9ċ ѯa3 8&dǣٗ~9!fOʨ,o߹r˲tzߕ0ɍ&6)byViƿ,4y\D;K!)Vq1cPʣc$n,Fgʣc$n,Fʣc$n,FWʣc$n,F7ʣc$n,FaGH܎iXh.m!73t9)p:OX)KVSiU92:W.] q|Av(bU܀IT ka#q\r=78g Cdq)~N]:2O]Nc{#~,{p2q|G3//ߢ7G6^6e?` I[8ߟ~r!z~ =SOH),bR"'`Q(ן l?c2 ss\,@uFfa*~A-䳭{xq{o)}qG?ė(Fa|W~D}lvAFi×XCq膞A1 /cLt?xˢ%|;,yG:x/sGx%'_?3/ОO\$ڗwCG7_ b|)e?6Eǀ*C2p}: >3Z>b࿊%UaTndqXӟяX%q)nDW<' \1--g/~iot3_7:Ʃ+&ӱi"7G|4--p+O4HZ;, xcwKK;ipb>8Vo8zhօ/vu8FŏSfmSp#.􇽬9*v$OCx~|љ q=B=[Ud lw<~@CoY%vFWLTx2Z`7Kq3L<>3GW3z)OB_ yq'dzxmyNt18xl-N⅙Zq A{t\K0V 5cAt!2 sf75G+TL dy<[gH/O{/_B d\rFR,Ch9aƒp?1߱n<퍶˩Ɣhp.uVCx`9a\\;0_j. ױ~44$`', LߒALǾIO]I"<}i];C>{e;I pfb~*`Aa<$a{S҈WGױ1Ac{|AYp..{x\;ϝ .82q{7y,hx~S'p .+Kɏr+8 .;tzT0~q838GߘǸ *Ƴ_ 0?bҪ섥XX6~Ҩ4WSs&ԯV<~W,O84#pxAK4-6GNl$0G55aُKt<b.{ѫip2Ҡ쬌Y2KH*T";{d-{""%$D({yw?:sk0asENE=y x]fp0 .q6doŸYYnSWQ:/^ OVmna:φ}k;ٺ: ˇꆹ2;zꜳ Êyi~9eE?z9ט"ڄ_ G 3i0oxm _dGf}=Â',y'xxo%foې;p;3"L8qW4sac?y9+g|Xm99`:7|t>f*\Ӭ[vvVXy8s\~u}ln0BubZ"KevY.LB OpɆ nv[¬[́a`~>{wO?l?ZL}(}q=O֩?V;g_cBu_1yyw_9~n9p rT,ƚlFwqk̑8\ϣ?I {p7Z_2Iݼ\+mfOi=_X,UpS rqxv,~?yoڰ}fctgؙopW4s˲q%1qW|2Ufyʢ>'k"1a%Nd:ȂƦUdUA.az:,ʩjKFp1؟Cy gndSg|C85_g_˜um835c^W_\ Gp|»|eihcF{M=ln?=/YE؂)ZO 3Θ:g6l{%k=*Qw`wb3M18Xo+3뼰|ׇVbCvPN~tYm's9w(];+'qkzSYu kq7s3 7yɕɯ38oxMf+,⼜8%a+vtHVL28U N`~Y}N 0Mof=Yl>b2B_>4|y WWׄֆp}tCxj>i|>v뗽a&>̹O>YG N? a#oo[7vdӆ7*]'7߅¬_=^bl|$L#3\x% x' yGpibvNy"\"|_W)N(nI,Nb2^aaCbraq,R>|Hf.6^`JȦO=mVr=O0[&_~u%\\/\8 < =|axomnb<"M ْ3ly|yEs%^ "+o,2|_<ӿf}$.adVDZ[gg*S s1hN^fN,U庆.?<.n.Y^M>'<$}ıv@->7$l;yp(Gs*s7q'g_ƻL1J23f.`1aeVg6`sew0L.jn7<+4,B,͚|M5pd2Vc^&a!328ycv067c}vH.LuΚ:&93N6Xs}S{xWYvj؂yէku}ϳ'r O3baSņ|؃88xIg:6w98˹۹yo3r-O3,ynQvm.17'o^؈3=.~d~ 0תLֈgי\Τ[7f`>Q+vdOcxY3kl~m̳E'Ɯ[w?snr=SnqOO.:wwCc/卉'ce>Vͷ9 )> gS~,‰͵3SΆϩ?Wrߟ{Kx)._yYo\';QQ1GeR '2g"n7>)xpt0]0eAd\mCr{ayVe|Η3,X9 >,S(\R WbEdKtyfe/\T'*Պ'fO7*~L=5<,$χ9[_php+5 g(nb(GΪ/R/Z=ڄ;;u^\:軎a+`NSt9wQž#\V);gwx}wµ-^S 'LQ7$g_N]&_Eaƥ1 Fdg6Gq0ӗai6J|8kI&3ߙc?mg#<ʳ̯?[$ifـMً938q-g[oqoa-̎Ʊ\5 O<<Ͽy)yf^e9Vc]6akvfoڏY%YX ه9#88k+~c]'Gp#w%^a$a=~\Ly\ȭL-l%̓=z9µ̑3,rK/wOXpd0mêv\R.|+y/  f)(.+,jâ%9v_8`q|`39lX\7 .;+4u>kW0iy_p.M <,̜~R]rڄy[gqaAk " z3ǣsnba6^؀_0dž Džx&{'3gyGek23^؃,MȅL ? daeLMᨅaEٟ}Z^^c:G} 2<+r=&?uySs*#gٕ8ר:.^6ly|Yze9_[fHhf gd ?\%1,5,\l7۸4{[= _b\᭼Gs'Z?;̔7,\IJ9[-ɚ_rtAd;օ#GEf+ &qYHX0|o0;ym|؟yNxp ?a^ÊlÑK%ٌy}Ɵ5؄=9Ӹ߲Ɨr'<boL.e*~0̦|K?vnO8_r;әay2|˸''s=ec'f2p f*d)`sHo?_yN'4g2p gr-OGbeëouO'e b8 a^`gى d9nI^m0+V1nLfvuY3_1wԒ<<q<c ;r!x?; 2Yy9)^[cļk_׹7A77,|jܖy+ofMp=?袿8{{,r9Syz#lLl.g*9}Fyɹ\n׼bW?7 _GO~U熅F'oycލDd7ɼhJ8m煛x>v<*EAu ,f~`#f;*ف9O7L?y_\qǫauOݰ013232O9&3ya%P99]7DWnmX9_a"s o|^?lyop1 1RM8+ƄBlS2{a"aѻϲ4~uOxebstn|K׳d'|\|UV >n|9qu~Nx&lpDq_e:4 &h?Gۉ߈hgqpOu+l4>7\,?>/B*,>2/ng:Gv GWni^M"W9\U\ϭ;؉C9? &yy7fEVg]6~||ky&eq]6`gX"pO"3grX%XUX |gdifuL~oG3/3]|Xم89Ky?N?-_]y7} {rc³+ . |>LfO, [Xf=va2g1'|/qgq1r7.T,βzL`'Zu|X-ؙq80s9q«SGXO9%L㏼3۳r1;xiDW ˱:)_fW .*nw<͋yx'擬š\ JY>S5a}ꖿ~z!?L _֯s3.U Gls!)4c82K-*ٓ|Gᖰgĭ).v+f?pDNKpwN(< =a',EÃaLJ|~\^*,V:Q5|zfj}ƌusVu7,`z8븕ǘ8,|8* 5 [4 Or}`$lTfa6LFnER$_j,; s&0S[zNaaea*~:"㭰)G2?8{I &m#S#퓍'gi<[~}Ql^e^g֣a.cQv>bca9>s<'0UN/]vU&{<ݬZl |㫞Ji4 bM-.suݮ۽w7a{.5ǰ[n_DrrKS+(R}<^szz|sk_p[ӹo 5S{vq|.NǸ⎽4~c>ps67OSy&x19_0ax6xwߩ\a5wVP8oˑcX  G/|ӹkMl$~ 'poC6 ;98ﳑ_{!ȩ|Or./5&Ǐc ;08g!|:?)^E83X-lerbQ n;l7lQ;!$ƞ YL?1|M N 9trD~?D\8WtAy_s Sb /<[g/pCNxJ /qhu*]ׄjv6\C̏su_7Y7GL;۰wy]d_:^p~=8!z[nA0.sxx{M{8L{ ͯyDyn^Wg%k”sr8uur8U¯8zZd+>ʍl~ CZ:&,2Ąg짼ϲuܵĸOs~d~|Zjy L/wyce^1:?Wۯ7<~ Vlay͆;rJ7'/u6;̷/8{g}~\C\í숸.7#!p+wwu HpWNdsG;8_87KWjU!.,>0pp n 0p8o=Wa2.~x/'=|ykZ#]l.WpU=gp@xxx. {/>=vY{Q9yDӯ*oMaG5oWN^Avx?93x6q𩼱\9_7h6^ɮ ZËy}%uo=)LJci]8q6k$3Wם3lg-pgr.{}ɑlK==?2n.q^_?ae+,<v 6zp}m8/řiv.[~Î]y pďgM7f{ʰο. '-owL<9V^2V٫.<󯫵C6}/_};n_Y?q C~6{73 v<<>wrm#? faWn<>'suq5OQaJp6OM73R.K9}8YÜgڌp_(<.}LNed6d=fm~H{.04\6ep k9O Lq'U1' /;>ſ}NKFK~#\ՃMH؋wpwwTΛ| g ײzn?{4;*\9r}.{eTm#vREfWx*.^goٱo!Y8v[p:7wg]c1|]ܓ~na;<+ugzY\a_\Wfh80p_cƄˊrν;lcû qa |# =>=Ejy8~\oo:yG>dCOl|IX:62᭰3z[Y9ޖόaڿ+Yگl<; Oߡ乼~4/+5&TƸUg)~=<ț +;)T1(p4 Yıbp2KYrVU\Zֱlb3Le{vb"؝La*Ә f2a.9Bq,dz%RdKX\Zֱlb3L8^~؞$vg2S43b6s|bGE,f 'e,g+Yj.p9Wug#̽l0۳Lf Stf0Yfs99f!8YNf :ֳML8QT0bլc=Ąg S\sY*Vld2(Uf&&~0'"e1KX2V\.g-븎 ld<̶O&v5f6 +)`BUa7-L8CLas|eb 븙laB 0,d1Xq3„3f0yg!Y*ְ&T?S43b6s<p`>GYSLd3)L_Lg3l09y|bGE,f 'e,g+Yj.p9Wu:nfnaMl^[y gYٞ$vg2S43b6s<p`>GY"xY2b5q k+Y:s7q3&6s/[x<̄ىLbw&3Lc:3,f3̡0s 8,Xg1K8,c9+X*Vs˹c=q7s lb3LHg'&2ݙ2`&r028#Q,h-nϽ\.fQgIfYgE~;ϼ|y0fQgIfYgEXfUXgMf]C8S8K[GxWxO_R3fQgIfYgEXfUXgMf]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/ᗁQÌ0L00,ˬlpǜp\pp<ϼ|@ZÌ0L00,ˬlpǜp\pp<ϼaaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e ?aaFeq&dife}8cN8s.kngL1 1, lq q\q q< |cnL00,ˬlpǜp\pp<ϼ|>y^y>~eEXf_~WyXfUXgMf]8S8K[Gᗁ?C 3, seEXfUXgMf]C8S8K[~9?2{ bFc &bfcYbVYc 6b.ny^y>~( bFc_~s1L1 1, lq q\q<ϼ :3fQgIfYgEXfUXgMf]C8S8K[GxWxO_~C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/EC 3(s̳"K,*k.{s!Gs)gs%W\s-w#O&difeyJ/㿿[`:wv ~gYo~eny热?.\0?3̲_|/s57[sau6~?W\s-|v fYg?y^y>⛡a1ƙ`)a9Y`%Ya5` .ny~eaaFeIfYgEVXeu6dmve}8cN8s.kn{xg^xw>#䗁 !a`IfYgrs!Gs)gs%W\s-w#O<+o'_|/ !a1ƙ`)a9Y`%Ya5`-9cN8s.kn{xg^xw>o~e+aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eџA00#28L2432< ,2+r9w.ny^y>~h:wÌ0L00,ˬlpǜp\pp<ϼ|?aaFeq&difeyXd_ bFc &bfcYbVYc 6bvc9N9 .ny^y>~g? 11L1 1, lq q\q q< | g? pǜp\pp<ϼ|<C 3(c3$SL3,s̳"K,*k&[l.{s!G:g>~Ӝ3aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eOןA00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2џA0