#! /bin/sh skip=1006 CRCsum=1265070130 MD5=04a271baba028c6a14a41973de3182e8 label="NVIDIA Accelerated Graphics Driver for Linux-x86 100.14.11" version_string=100.14.11 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-100.14.11-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 100.14.11 # Generated by Makeself 1.6.0-nv # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.11 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.11 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. Use this option to override" echo " nvidia-installer's detection of when to set the security" echo " type. Valid values for FORCE-SELINUX are 'yes' (force" echo " setting of the security type), 'no' (prevent setting of the" echo " security type), and 'default' (let nvidia-installer decide" echo " 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: 100.14.11 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-100.14.11: NVIDIA-Linux-x86-100.14.11-pkg0: Initial package NVIDIA-Linux-x86-100.14.11-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 : 46260 KB" echo " Compression : gzip" echo " Date of packaging : Wed Jun 13 19:26:46 PDT 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 fpFUǺ{7.FK9KCƝ 4Hph$[ȭwƛ>kιd~s5ʫFSP ys]~~>`y]~nozto-kVf=vhѱe-Zw_ z ܾ}SrZ޹*+voyhG{@7L1b,EMgls|w5yy%wN|B2/>rڗ."خY_>̲| sfƮfyVDZ365xO,[5|]AbK.}4,;rfLkپ 7Jo~?69[h}Y?ߺ3}ͧYw|6|f9޷)}Yo{5k> qWK7m߻rf۽oMfOy`~f5Aaɸ/o>yqΚ}qpn~xb>ߘ}ӘugvYNd)5n50?}&Ķ%3M6'1˓\~-i}Zqcg<=q9Ưݱ=+11g47fs|`~{b|OD-Wc5ǚZ}+˽.fGf}SSܬ1"u12ۇO/yf|_jhǙ[{=yql*[zr~e3sf\CRQfhn~m|f3GҎe>wf9_j󽈱?\7sg\75BYɘ:? 91ߋͶa&3/0GiIGu񩱧Aސ$/Ko![/guߙ~5kb1[c~~?YSR>Y<_fƵfVF_fmg54f(ia~{f1r372fy19N6/xxgZS{Osm[H3f92JfۇxEr>B[bmx ƬfTt#|d}cLo4^{n~{c{o~o?673n}o{McWCYl_|ol5[Kg}Y$O]ֵ0H7˭g925Ze2MZK=ed~r.I|ޚuy'~Ȭlmns[\K%Oح LӚP"sf],1)H'N ʸl3u%fSN2iblw 01ǒI23xf,zKnlnϼv-|^O9Fz[, aw?I;﹞ }[ _cS~Mo5R}H^a5f|c4$4f{?{7³9F'O~Rޛ\TXInIOL)9w̾ͧ{svƜ,>1g^^T%m}mJ|s$?5˛!0}>20[zn~C1ۆO=dog{9b7^Yb>'q|ZOY?cXl75GKNe}}qYIalǬ|~ ocQmٿS9} {Cb>ip%-11u%3% ?K|2oWJ0?+qn{E[ Ӛm9f9ko8}c-)τ̱9o|˺fa8B`9V+3_猿_m63ER_0z\n>k#ˬd/~.'|2̧odt)z+JpMsE5ll[Afpyeߘu+ͺf9R>[RGK5C~=Ԗz)9.#\k}^"f~j>;CKk>%;K2r||(7I=(u#-uJiH=!|  IP]V\]WRgc0ig㮓;~-m:5M1YU%MαQiK2OI[|Z繤lwOf1~6'ֵxݍ-h<bߔ?{S8o}'?/~KȏqahG\iOm?l[C8& I}O)vk\"^mGgRs۾hgz9n4o=Z'Fg]C|أc{?kW]ChI?Z7ǘgq[G's֝C/ ƺ/qm?{rv?<֥`ygX*}X3滏ID.'6 j .j>>ls|cmr>zF8M9/.f|h7dc|s|_,cN\p8n{1,fݲzh*510Y|'y 7s'N~hcUo+nOc7fPl%c6l|\&[%/s\3_͘zQn߇~n{qӿ7iJ? Rn>_c3/ƹa#7 ۥ?{u #9h[O9a>W?6~KsY=Po5}W1p g5CUQmsRT1Q]z6pmi2i?7v2.Y7S۬;c5ظ,4I=|Fc>+)>gkTv6fر}KnE?L/ dc|-}"uUya>5lmY.m=6qHE ,ƙ}jv7ϙmJ6{^?įYҗ}1v1ư>:f#{nٮY{{eeYͧ9l [gY`ߔqN\յzK}ȳf]r~~jOduK3x?s~yP8W(HelK+dnT꜇9ha:cf{a8N/~1+f^jΗKWJm7Rذ`8vfp2,_5_ʼsEG=_jY"Zxm~!(_s%O~6!uuye^KҟSX4]1e@Oso̶g}0+爺|OQ S2LjZʸ0c7^0ak\2$R_1Y99fyu淡'o~/'c1'%DZ;5ٿR2K$2KY%l8Vy[{1Gqs45u7>1s/492.+} 4Iνm֨9g]ܾ f#T\cJ7k7ˇCpuE.,O_8/ 8ȹ>/El/&PXXg3Yo]XN`Z_:lye9?#WhIf43ޕ\(sSuI/axq|Y4BrYY~/t)Wdyňj'WdiF xu9PܞOr9_iF4t';xϓYr?Jx5r${:׳YD{gl.+3s}M޹|fAޛGYYNb֑ s{x79\_}/LFG㦱1"s?sy7d9J;twd5GS|g{(, O#G4ד!S=OsZβԻ#/}y/Y/i4+ "|K1I s}͍soy>2K&4rvdB:gȢ= Qy6?s|rM,Wu;UrfNxAǹ|y-oe}Sy/%> u/Qɤg}3"8S=tD6p4%̛l3&DL#OK0&Ya_df'?Z&?̍e_T+(8˭dAr1]B7wU>Hzvy9}$0":ħ*9lrOde&aEtwE.NX)|zyo73d?vIy\csA닸%L]3^|%s4|w7y~)$Ly<ϑ*M \of ?|L Ohn$k'=sR?Yw-u=R#/ΓQOj;5[G_JIMT)/#;e/rs릾۹<9M ȁ<#z8%,?s9k<S,PY!sr8#cy\ϜGI5;;cԟr*Ul *KOrMMa6PyY.+啗\RˊNx풊y/#H/Hn<*]o\g}YY?^wg> N} %WLĩ,瓆_IFmK+9sOR6yǗݹޓ&\rRUҾy;k)"^ r~(hۈ~d}g9wz߆_#9{+ݝю^{gL )R'?&^'=Jz{hq]2>[uh_>LE&PꔷIGe>KHԞw.CsI}aj/TOS#T}Eď ,7"b~ߧts!*J++2q|<r_y^-fR<.-.'^*~H:{?Sg΄oH>KljDϻYl&Z~՞{o_RCn|Y9ygyYS6?bw_s&ry!*U{=c Z~*> Q/~ҿFTHwmq)~tڗ#T.w=-6N̗O_/uWJ{Wŧ$r%|/ KÉ+dʟ?A bM~ɯC8ϯw~H@DGBTz$9^BiqShE'?ǒrVtqVKy^2{eO!Z~ɯ Jv$SH,z=/S?$OE*J}2ɫqcOk'rXi'=ǹ?yp͜SsLhHU9"TT'{!I_ S?;eyJVE%}r"U^/ק#H(%qUI[:NgdtqJ9lI_(Er{ =# W9w^\ivp?"'Y7v'Jyw Tv~!#rUTw'Mgߝ3MJhg1GGW[|R1XwtF~t붤_KTq,{9R~pԧU@)h<1y]c_peY.$9zI|xU'ķNrNOSܞ)eZ^o>yYVnFǚN,( qվ0Q+GȅGIOVKڷxDNNi\?TMӥZթ>~$Ax d<~O/+5e׏P2!If{%o%RzƹͲa\HjE5~*#c\龜[ڃj_SG̃TQY#D)+/c5u]Ƈc; ~;g9W3%Jy^؉M|Qe|mjKwʷےq}HdNz+}.קS'_z DkH@Tvg3lJ ;K{s<?D?d!RKeӞ/jkS NƷgxt񗲦|sCVJt'~0SH}d*ePo6υ;׻LN}ⓔUz&R>uʛ2?eo|y\roY/;O$O/uwT/ 'ߖOVy5חےt?#S-h/bJ>ƿ¤qjo\ƿzI_!}Kƣ|K}!/,´2R r[|yJe 26׉=k KC'H~o%I?عrcHs5&7ZD_ϝq_)X]*Ky8 R^EҿGo;Euԏ'|"jj}%5+xDOwa>U *wK~H-j?K\1s>oVׅ+2ܹi]t[dRGoj|HքIg<4W77d~>?\RqUMI7n aRo+/Q)nZI}-ߜeE'֐$JÝQnp)?;Jd_KM$2U:גqqlW.?W{ߡ Qe=JT& |EPNT7"U}戴'v?pwj^]B<’Lƿ!R?WÓe|ULj|uU>| H5ԿKt LӞ$T~'m$CqVskc2HvK(_OQC*~+F jf/H52WU}N~8[/*Fdp5*&fy͌+D^~ӹ7:3WU?)9ߖIjNr](5/GR[oGNz?"j>_+fKy>l\_D_=]|*,.ru?9'?3^w_kG{eN|N(謹]edt^/,㷪=NWG)ƣyz5Oe묿m|ǁ?< /,׵o%Wͧ'O^#U=,RI?Ґҟ'K{qJr*SRS5~"[ 㷓N>J aE$W_5~7_.#? f)Gr 3<s|fS-?H.ߪ^P$o(x2:LG}S_S;j>u7Vy>e:L|}ITi.ݫK{V&#U}RT{ C O '٣~: 09PG{5S[gyEJy%{_5T AoS39=Y|rj!}_Uz O/ K7w&So|-ɣNj!i:mKJ,jh$I}S_RIy?p42NVAȍrK#T!#dcJyڏeK濩dKҞk=SO'i'716F#U~.흙*Jy~Rtw\O|,Z~x[C~LC|(,rRWhuh?OAe~b!g[ڻ=Y8QIiowƷsJD4 q5~SΧƫy/Sj<\Fp&姊Wl,Uy&O_pRSŜ)z>_X˩,hsbW7='O=6[gj~pa22^>H~9Mͯo5ߵOS㏲H{|RT'Aͧ\);˙=iUyYj'e|o^5>:Zz<)U'֑/[$w7BҿzW)䋚_\Cv>Dey>הJ0Z#wj~ScѶO/OC<sp1g<5B׹_<^޷Rw=+U?55By5Ohv)oad&oK_j$72FgbgYm/5>[ߨ7. U?duU_ON}jEjN?#\j~O޲u_;?)d'H_$sz=?/S|-W#d➿y$Z|j'!upo9#F@dI7T[(Z Ͽ ɟ%=%gަ'{7I[ϸh[UT^aIjs?WNR?W{B^*>%W$N2>ȩoԑRտH{B=2_DǼxM]^- EY#Cg]"L{f%/5v\ƛNFYx=Ŀ\[C!*?&I$-z/;ד;'LqS$2^}j'[)*KI_~z'wzW[ozgwUxCaڿ 5RgT_B2z5_[:rқo֙OZU}+J? e~S^?Pϖ" {W;NUG'y셓$˶d>Oi$)j~RD&\ վHBO=_Ə$9H1󥾞ŹIOP5/dT+HO/}ʞUnG8eS?;(% )d&H~#1w5)._d̞ߗBww9ǯ!G?kx; DO-}5sG~Jz,/QsQw&[_PGwC-mOz'Uy.7vye׊ewYPe\4dU,No5^3|8"%>~[7U ;5?w⬟-ϳb2>/_e>{*٤g)zziBw[Iϑb_J}Y֐GFKx|\tIʼncIo/5ߗ8o+#T~'T5EH^%Dg>I\! Uz豤5jX}[1K|y%?mzHnS_'ɿ2/0szJTbשoj~@hϯ_|RV+ǕV Jr?@UT|/[25?EMZ_L!->{@y4O~+I7=}yտwPGHzH{R>L%k?IWS&KQ|k~)5_\zj|ztN'd;MS'wwz?5n!\y)xodi_lcˁU5&;,+_U>V_+AqϿm)%}Sr&jdiJ@]|Tԑ'5?R?ԇI{W/ȿucx ' *Y_Ws;7uP~ýh2Dדv5m_H}H2_\n/H~]7K礌?U&J?M7KtK֓~Y͟-IgB{|E:A_]H&Hj?* UY^5߻z5j>r_ /5I Adg{w"My}Oê=-NqzWV%?~dϙYN#j1J|G7Nx/q<2+gR_P;G ҞVg j<5cF{^Xڃ~j?o$c6KyMǢ>w|j^SIGz#g\dʍ-[LƵJ\WN=].oP_~ r~wwWWW߃-;vo.4~_ûjc;uֶSx+VժW-Z5й{K;w M;ɶ9s n:K}ֱsϖ_ϥ[ `?/8| ?opO]룶WG_'ȹosOiW-[j޲Cn-{«UMУ{/֗ s*}խ[C_}WAn!(m`FAq㨤R鯶 RQ8_}W'P]Nuu`4չ5ms:{\OJ2Nrw~kPԥw⒉6^Ծ}w[}WVVVGݗ[ߥӥǥO:Kߥ\;حUw,d{`oW1w7X룎駾zu*ݹsTTm㫮W]`oGG?UzU*}|U|Pi'@TҬ*r}TzTi_]*? P0SӿQ_҅NׁjC\z{TzSVyFݻ*sW҂3:OPHm﫞"%שW)*. _U↯W*rWG_|U⹿K_yuR(G*WөN*T妟[;Uz_]nu*QiʭB^K}u]H=k]V婯j *uxf[tKst|Vu0Ty↿[ߋ:k4WCtUT9e?_&m]N{W >m"zKחT,>Y뺙o*}}sQuE_u^_*rJj8TGUV:-#t_IճQO~~u]Wm۪O s3n7*oQun^*yqTצG}m-ۉ*Z9POFPNA\:\鴩ӻG_ktSIu.QS:rO_>Tuߪz[nծt6[U;ȭAnrv[kܪ]m`?mwU ҿw瘁*tiJS*NJY@UgPyEJ:u8Ounʾu?Yurʭ*U?ۥj Tp>jUVmvjUݭnU/uz[ݪ VUUܭnw6[Սݪva'Os zPn5tVnݯVڪ. =UPG}w5|/HiA*_ Ru ?T R3H T: Rm U RmKTڧA* T(HEA,A*̃T0*U@?3P+s T1P @*Up T`=H}TTW$@]g| PT}ڛnU_uq gvepUP1@qϸT>R_*ҥ\zQK.Ֆ V`UVu U?T@f T Tu@UT@ն Te}*U T+P@U T+W_z*Lc]* V=ʂ`]Ʃ%X_AzZOjHG1=AgU V U>|wOԸKߥ҈K*LTiAujƭSj,*-13}t=D]0ZŽ< u=:j@*}tn]Nz6u/jӭ%j\ҭ ݪVmOj'Uխژn>u[ݪ]VmFj3U_ۭ+=@}W<߭QOj[M?*`5IuQYVo$XU>X;uZS`UV`]uVίj|٭Ɲj账}Wn]VV{ Uyj_)ezJTLu.=PO5/$>櫸 nA*܂t=ǭWj:Γu_4H}^f^=TTE`]UU7TGW Tq&P?/5ڏj +@.:nCۨnG}w뺱[T.> UT*ΫIۨg-zOpu;2W *wKS\*\ru_* \*XuVq,Xg `5^`5&8T_Rz,O?`5^xU'Xyk F=௎﯎8⏿jGvk|@x?_"`k]Nsu_j9A\A*T8zCźTeJwj.@z]M.TWYqp{ Tq PŁ@5ډTإ2T 8Xc+uﺏZznyWzOPc?$@>էA'yh*ׯ`?>OtP՝T(Tʣ UmT鯿4[ê_vw]nK>NAo\t_>gt^џ8==.۪_K=UW_{jnGEU}L͹u` R};}Fշߩ t>jn\@ ~.]V궳ߢSqG=^luHҦ Ru U iPQ* R U2H45߭<;.]8Y'U^X؇n: Տ_0Wm=VKYSai RQ6u=z~zsTv}:UU[+\*T9GҚ~Zmx~/حr:Pugu@PUԳ iGŭ=GHiնVߡsM۶2VRMxFS8[wiںe}?YG]\r7<ՐK sTu˥26t.5Mk `YMp qa<@q.ğ0G>k# Xg))*hM q<. iGX?a_f_{LG: q8oO@,XcZ”X[`G#p<^ ?` KsZŬͰ  ^3TkJBpW% nD,cZ2pw։85mGkf̉-8'b\E:YKblͱ 8bv̋ű2 {`.<,Xg{0lm?sx3q.6–a`s'܈XX7~XCIE8gB\q/z #|0zcCíǰ kaS>7&E>OM0CX 'L76Kk`l=|qbyM Ǚv܋O0a82 Oa^WN^=V܎{ ^w ZI;CpOg ũ8xr\Sq6<=z8l 7yo{ZO} |7P_`Olp(.J~q;ӘnɶḃŰ4Ncjc6 Q<7I}vĠ]RXk`K3\1&pq*x/U|q$cSp~w+8Hzd8ַ! JO>]zÆ\'xF^n/f܁+5ߒ.0 =|^﨧a W<7'ߤ;归v@ kXַqY'ㅄW:MaM7ܐZ'pLm͍2ZcenZ%5gnkg|,к8zsXK X7&+c-qq%WekkbO0fU a lYw<Ǹ㬉<vu_$KcN"cJ̎X +aKCq2?`ɜbf̅1KY<7燷϶c݂x/U2Xa7赀1+6fP̻Xdq|`}l[܅9:qugMO1Ao9o88E8`Ӥ|w}: 7`s\D~o/['\׬+1u78Wbց(8&iju[0%vr\kֺ/rj놴#;5fHo͉oa Y7q٭ZKc'?YL*DZxaousE:q8ѸsLXƊ/X c\[5Y1aq,5;l]/ 8G'l0(sqxid]+XCY{xXu&h}[+X8kƟ@ XN'^$^?ޚe}ϰkgl;eoXS.6JH?|7ĺܥCˬ#Zns󜷶;xk0wkW6"ìI$u%H0grk~̛Z\Һ _Toqajrl ̑ޚmlm[3Xoe>sp837Mp}3/u~k8I8kG8n<1{5kq]p.H<1f(X bg+p? jZ}ŶE|cZW,U1v8=xL\ۚX`GpW< Zc^ #G܂}ìp>xߘ"X OK 8xoc↤3̋X8+pXi0Fb&V? 6DMy+a+5of-#^5fX c?\ڂpoIc&he0Yk +c\;*ƌmcq-ć+|q'Ō8b+s!ŌyXas;Xbk>ï:Z3a!,Ͱ38W!<:Yu&<0+a=lq,UX$Ŷ Lҝzb9p9nCx_%c06!Úbn l\4^5+`숃p5nãx™wq0S_3QO0F?ȁŰ6>8ϸ/ ~X bg\wjჅv8g ܆$ٰ6n x l9rDqA#H7# Q<<3:/\,>,9 sē&[`8[)o~q䣴sp/'Is`rL5r8G$cK8&uC9Rb[ı.q x*% +EBk;&%-`RLf}-[cVWJ5lpa#-ޚ0u^';3aG?b팗QVl5gv;lRۅX?o[Uza[#f-kkuzg׉pߘj]kq3?0[*ڟxZ[`{sq) %w<a^,v>emmQ8r #d=a}&skC F` X [c'Cp,N% ]|s8ƺ[c7쇃q* x1!Xa3lq |0H̅n,!X Ecw싃q= N#qG_cId3 &6v-&lM., 6xs ׻|ٵ_O'll)vw+0@mOpNngqm;X;sc :}cqݚ 1 ,6vqNƹ v<<^LJޅ03A,e1ðv8twxrl'8n}*M܏'qgGs_cɭ5SZð)QӤq{jm̜Z!|Κ)rF]|o0a&kr<'0 |[\\+q}p({= YX`p)]x`ckKl]q..5~oMٱrX/X@3YqFa`k_*l̀E/P}[;b8 P1c;,UZg2܈[q7_7W[ZK`mlqq.cm]cq*Nńzp8?zO;e->}gp>77g͆e cYsp1-Xa{{ W$v<0 ̏x+ DNx !_O`( c?~Κ 30GE `+rx_⭫5cc7[f?LpÊw?l+Q_(}`}1C_\q'csOi/օx a֯&N}%gx awæ#;lsq!^k8*Fn-hWzsxoC|1Fyk̄0+cScqn¡cp.U8u.e #f4q=*q&uVzq.U5 L@5vB:8Wz܊G$n='><5XKbmp-nkx?bZV,بu4N M|0Fk*̀r\pƗƪG:Lؼv8wQ,qtS U_5f\XEƉ0N¶570+`(K>;=dsg܄ǧ+šGDpKx '3t9ԺguXk <)*Ӭvxau7܁{4^Zӭb.,!`q&`F,Xac}^ c~+q8i75EYh3qx/S|<cyp0F̂ vƞ8'O71&̀`wCp['n%nű99W.<0vqLyх#|1|%aS<:ƏN71v>x/M,ձ.î8"܌;Mcẑ>18{ǚb>tc{ \G6(_1be ?L b,z-=v=n[F%!L1hp1n] F׈5+&8u|9n.x<` ,^486xb۔Xb9#kU*f}Y`z?e=. 6&|N~r翤^_qלU~z\W1[~# |}dlc"8f1WZ81XxMpc=`|$g+W"kBl'$֍X45*g'+̀y٩q%_(^{W)pf cg3[,\/08' kq fj͆y,x8?; rZ[ag쁣{q5_7̘˚aq,q n]^ &Ƭ}8*[\\+q7y1a(8Gx\qCx ̒ך ` ,8l 7<_<> XKaU ?6>aG v~pǕ w_q 7!ȚX1 'V⮤?1S2kc INb`*k/\7Kmcp72&#?)[md.TcdzO&57aG1[N\wڬp, p).xabk*uq:.x36#)o _E6nCq4.ŵ I)XcV˜Ս1kbgUbnc5/0%\5xwE7VmLd]֋f7u Nxb=J5^VZ{5 6źocmup9; 0#i:JZGd܆{1q0wΏ { oOZKS\?;M?c1k ,q0h-oqO)7c־C_oz1Y5ŭ:8!@|e kV?,5HkƧ+e>—TZ 7;*cuxS8/}qX$7>b孥Nǹ#>WLPÚsa;C0G=­>~gC#,Z8ͭ fl}!,{VA/x>kKkG1~yЍAXcuM v8׷^E$,Ց\\-:/p-~+[8u4fJ:5sݚ,NՃ_sƉػu'pBoG,ׇt/nxVom-=@)%D !~´[1V'̴/vk0Fp)vP?ƕC~#oV{)'q4Ǖy?BKq%=HQRljc#C7>Jzox]#tt>?MkAgas?$'H|/.~;0݁Ͱ5&hMu51C&L{c^ùWw܀c{1U7~M7<0A9.1oEٷ(-K><ҟG#|Gs"VGØ12Nixah<0S5VÎ8Obg>1_V\k1m k3R,5\Ya8ĄvI8.6)׏q&&Lv3x+|bTǤ|xb4Ik=9Y]8&=Û{\2\i&k+X`eW757_[ fq8 fƮa֔-pnC rZ$<ѝILۚr::ѕZ b3\pz><1Y~&ZSU Zq(79`(q8 cy}և "~`_i8PQx[o*ZϳތpeudESUT?/`֗ռ&B\MkH ۷"pq7󘴵7ՆğZ7bvw1dK{ vCg}Tەv8'Z܍^;ؼ$Ǯ8bRBű:S~@Wk,!S8.^WfXC?>g5#XJċ'kXgpRC hk Ӵ=]7q?&}CZKƌ6Î8cSϱ[b{q F!<7!>8# ̎1a(Ÿ A gM_}Oh7>'YSbf̍0a=lq8܈N#}L'^Ͱig-Vea#x~:fK|lt[j귖pqaּAX k//x # cu!v^<M;!8 {3b6l]8 #q$o}|q0cq,uv8\Xw>>)0c+7PxK58fF`9lMH<7 ~[w$@qhRp-nxɬ0RX<z?l:f=NǕvcCpEX븂)8FLH-Ꮕ$V+x X0p & XK`kao`kւ0H3q{ŭO~!fx59,Eaqç*qqlyKq+Uyլխ5kX4~Ē` %Vlz HDv&^c.=3psD>"/L<n#ױHXkq?o=Ɲ@> 9^{Ʋ8b\[D5#p^›ߢ{*FGM!ca,p..ոaiasQ83 /M|o=p:b_4#1L;2R܎Z8VY<9"FqIFދxƌKI aWq>赌aF̻,¹WVcF?½xoc|WXM c̕, a_EDkp3#']X{dp Xk)sax%a|/#_G}a+}q*>ĜIXk`#{{ _m~Š9/8xB)veOb{[)/=f{cE< vA>%칓z; +"#p{HgI csX+b\$Fm Faͬ9ZZS­{r>pm1:iu,kιl7ra&!kMkYo^fM˺qzuQ|~8f-I~dqš1Ik06Ó_8g0ŸAls Lp aQ, [\q;D>u?{{՚ᚵuMk[ӷX=x0cÜOw8;?=>,ϭ{"zy/eq$Eh 7.<^[/a[4‹c9Ǹ {>>uIFYٱf䴶8[䵶n8 |o/LϚ e* r}qxL`Mٱ b1 ź`qn y-fp)+x[8_kVڸ^<1a5#X\p*ZO`J:XbmPf TƬa=z5%\ mfM~Xq N)8 )z8-Iwḃ. ƒXk!}a8mAXîx#?Rɗ::ZbP'QZ[bj-=NUx`n9zc܊uk^\7M:,}qsx g=ߚ`s`>|c$5 '`M&~3Zt$E:Q&c? ,1 {k1d)cSgX;㱙ﳭ+\|7rbٝl|f^ÃXc?:@9x(3Ŕ_Gou^>Czg㝥\ $V: `_kq'ϑa,1>+1; b^X`lCqy'sٚb.\wp_(^[X)l=;X:`%l-1m ̉-$)ÿ1Xcu+nxDy{ ^KO|1S[,0`[sq9xϸ/lFZ܁^ƛ9b. Lz XDKp%pRX< VF?狙0;v8Gl\ Y`Wcp2>=׃1*Xcq@M0'_>÷# S`Nc| )1ZI6Þ&zcv̋E4>78|\[p7&M`v̋E4 8Z܂>'5 Xa{sp];!8 b Kem0Gc&da?4|0Fk*̀bEvǏ/-׍i0/;lp U6%NOcx|1~_@ v^8'%xL~2oQka,xeNJYOE|0OqbI_c’7̇AXa6e ?4q*nì"ȯq0Ɖ8`sqĭx/u0P6v8ic1GL5pKWMLxOaTOg d,=tq!nx -ō8dw!}YA8na,&<+8u). x:H>]/Y{`k}|K`yl6&l~Xlwerclw0,slw߱~Ћl/Y\wlsd; v8]g`; 2bCoﰌwY{,c}1Gl1Sgl0ė+~0-a;kN|~C?_l>0oÉ^_bXИ#ƶ^¹qŵfz X`W,ch"]Hvߓ&KnCSpZb N &`ɘ#ZSX`%=o)l]c*\苭Bq:fnua)/0A l\mMkojq=[LZ[wlTaںX`z-al }gې-kd nl&q8[/@t̸Rx_`M?Cz;׃1}nkp=X /3:)os.>h5'OŏZS,u6?f~I1I.ǫq8qq/=C<,=X4^ }yq=] +\&St]pj+053nm03}n.8 a%~#s~vګ,? \0C#'[c'çlq^,p{K>n|^z%^_߱޳c2d &?^9l*&2&i]cY˱YƮqr.A +>K{&~¾_Y?`D"/#Ib;?u(~ā9>M_JLjT/5Ï/ qS쇱3Xc܌։.Eѧŭ{ȷ]X$ecْ9wRX4X0V)k=ʱ+gUmDS*DžV{i `kud=vb=fLzx]]\ϱ}W!6uS yI8ڃbhOc^,cho}}_ lޏx%c#z<a=U6Xu(1l<626asXr4 |,%j1u*zwx{=Fa쏧1wo(LՇ4e?ư0 =1 S aFc+0U lFOcTe=ư~s|TOc@كYaCY8>Fa쏧1lXcn[X^:/(uflX`?[0Uym} 3kֹkuog;Xcy x}B֎?Zlgۗ5jZNǿZMͷ'|z߲m-n5+c Ǹw)1;b)ͱ;)7~<7=kOSp1nx o u%zc=qZa$8ӿ >%~ŬI0~~X bOq#xckS܊1\V©8sX}?`dX\s<8'a֘嬉15o0cy +r~,E4v^8T܉w71Q%kẐyэEv^պu 4ćcbe-fboqYsE GJ<'1X +h?,daXV1Ulk}1gc<-*&NRG:ZSKm݁kXvd3[fVeqPkd>kHPW!{ħX>W0SZ2>%Ks]e8!e*bNNjئhuk\?n:_=kks&G3cB]ӎp __k,z`u@Awp(aup%#FsXp [l5p:b5B_&n2z&ͶVsY;η_h}.[. ˭0Gvėcy|kpuBR-owY!~N`mz߲{d_[[t܋ױ;gxGLpZ=~5  LeyXa7q}xs˚a Vf8gb܁">Ǹ9zc6q fMfͅ%RXa}l]q)mOx`tVǦd\[‹x Lʚ s`krXO^pb@k-lpNŹ*ڣu^x(׃[?ZcyMkZ;eCk!܇'1Seٔxqme}UZ[;< ogs1n.׏0QGkNֺv&^2

+f۱mwP‰7 s'^}b!Gx ?¡֝t?6AcQ8Z`13ZǼ㬕pxa\}.<'^b k[XZL[ ŎXk`{p m;b>ǒXa7/0fu ƕ I1^q%n}xsl\pc>p##x:8q#71qkQ,q$ݚ/š8 m|  IO猵Y#G<8s=^c98>75Uxo#,;aڷ2ۿ)0ۦ$5W֥i3Xn.A.ֿXX{[[b"ֻŭUJYkb2 +YUŞլBsDzքXa~'q\|Z`(kė0eD{n V ??Y7mݎ~|<ְd&8:Y&k,ַ(5ָ٬>Կ=CBbq _qb\+qU+`5XхXCqsCZM|Z{76ji޺8u!;qz ~ veXb\/h;'[)\~n]0iXbΥrxj5rk8^a]4XqpkÍ<',w[P^۬0vYvX؝#evs='%{e%gݏ/Ƈ9/k{|&?<^Ǟ_Y˧fMo͍$x3x`z[c_rZ˺ ux 'Gx4=+X.dmW:q1x^ܗy֕xc}˼kK!fa=ř%1KYa;|qJ[+ney}Q:[U޺U9܁*w*qTzKVyXcwѧ>E=̚3К'cFWp2(,لp_ѧ)bf&8_bց c& ǵ:ppkfp2E3-C:績u;g=mY;92sB|Exc\0k" G\3G!i]W(5Nmr?''<>|t)6sw9>Xw&gE84|gc90t%ޜ}.>bs.>q=Ƹ˸O|rgik>1J;>!3?8z 8|#7~ ۬C[:hmx Co\To<|:'Ix :vI"%#)Ϯ߲KyQvO\gzD[/p;~ZKc=\%&x !>/}"Þ8s&+ctz D>Wx׬o[3`kcp,w$~pvK|)x _a{~kN x{LuG\ep'/Ioɟp$1m~/1mLkylqx,8֫+u'gm:X%&[x65u*k,UAٌxk ?9m]ǺyX' X V N,l=e[GMz _)L]:&ϫ_ +Xal8/c ,u8f÷>9psx W̎VZ[`{ >8 R\p3_gc4ט =;kJL9>._$ÛXb7 шteq*^ܘ0 K`5l1yS ?6f;p35NuWsklp4N) W܋)&Ey \Kq% fM ^p7DcLIq w5`EN'缘`ݰ:w`$Gwfj͆AX +bw>˜è`",x{ 3݀y` ZMwc>PS!5d)*d'YJAԯ8$QMb6S}gTg(2Y%Be8ґ>q}yyy?/1;yy-.*rOH[~|ol3Jd.1yXugx0sK*[r/0Yxod#v@q09_OgGǚ?|rWs7/8?Y|#dɵ'Yl-dW%Hfq 9e7qXL(O I_l0ur'^1EyTqldin38gɬzl,`Uc2knö|]mm8u_<|tA޹~죮 7$n 2q8Sofna~ra/~:l,^LM/baKK '\Kꯄ'x^ y-L(*zXؙ8PnHؐm؃33d~/p'p9?>aapB~m,d +#ˎ+&[2Ʒ9[Fߨp2r%7r/O"ˎ|ɲcX x?@4bo KoduaSٍ=ؗ/r03+Xȓ< o`2va'ٓ}8M4.r~ϸ _pfp,'r:g=zn^ Ǐgq1sx&mYbx&bk>ľ|;8~|e\dMd G̰+ො7K,=[\ O"߹*DZLɖً/q 3ߜ˕>cB}Ǹ9}f,?nwC̥3]8z9s9z9}~r 3r8z~ky_yf68rgFv8#Ȼ&^=1gۏͻuob-O3\}X3Y_ vȓ a7notur$W2i˷% b?e77V L%ֹ̭=j ./߶Ua͎A a~5.]aÛ+>W O ?~1)7;a7’C#Žºms…sv 9}Y.TsX׿;Yt؈Id&/ q9e7qXL8& +0= hﳔ sJ O oj{Rqm8溰]~K {]*'oGy5ZS0mxC;iVfÁWv6әECpML~f}~v {2_{PxKp0vEׅsOx7 #EKč<3Ʊ?/V*Q&P1pcN~{8䱰IOl-`:f ͟_0qKyom qi~0iwBSeM"\^W"[:\~aaʵ >daf&qY^\0 /L㙜w& lA؁i1\>&~V`%6÷8\1\<_8o* 3,~8p8'rrb.ù&W(?ekNN3\\#oM#?&ͯ+ Q1lV9UG89s =ϲXjVl|9W VL%ȇo <4}ֿ3@~ϳ,vx2Ƈjy~ضQ4,l<|P؟ S g_ W YMn>;9nT_vvg- \d"*5ᒵO󟆗YGqlyxƝ7vsx KhgOxxoxp0k&\s7ϟ6.vẈKGy. BW2N,5 2i|ʤua]6| ]<ʓ8^>.A.g9 s#sV㘯vyKyl빕.9GxXWov`_.2:ǎE|_=؇,X=ٗY=ٗ빕v .{L^ea>?ģca>gca d_8׆w^?:8%+y&#+9|r('r;V5f55q̃lpynL3ͷ9 ü~x-+$񿼼X]ُilP=ŏwToc gWvSLNbna]3LlaS|=,ӘLN,.\uȝϩ\#y}q_ԯ.rS|:Vp]p~r{fC65ޞυ {q qqnp=:1<Ŀ{]aW,~o<N*x8w>g2)Sٍcpxgo-a1`V5.lj> a6(+ΛvDxyR._LlXjX+Q=$U5 a5Ï8^u:aa+I<گ#A]9g/_ŻpkӰl3e& b vkoWC=ٟ8i"f>e W3 ;8tؽBӳ~]9Lc&T s&[WyxN]#\ȹ/KYV|M;'ˏ9S︂{yP3IVbuFlʾraA|ϰ_lϑ\#WӬdgr1{ 00y?78k0~,JLB4`[$ȟy+޼O2k.q`>A9\eÒ<\qsu|O"|q0dBoϓ̼C3nEV`M ۰{p G 1KynT^ď'}bl?p=s4+?Gs7p'[b/!G[^Oea+`_6ev_4'w|rop8ǰEZXgZz~?uX!bY&&X`=6bKfp)Vae|׭tXʍʝ< ̵Y+1o|KLha~ıȻ8+*깔?qYWa*O oE .Y ~ũ\Ľ<΋L͢{܇'2o0^¢|8c8+1q!~ L<~?yy?KzHٍ8KÞ9x Gؙq Qu)l!q1َ;N'ՙSΟo=`JɃL8m||uِٙKyu)ʥ\~y}tI|XZllDZĵw9,Y؆pӘ︂y8~q\e\,}m8c95\ƤMI:]#[XX%{Xi,#|k9v|8i"n^筹;Y8' 㻬/l8K~8Jp+w/pf<+8\K&ϰ~Tyg#֟~:/!/y3?\p1\N֕_dO{.g%",Ųopp:s}\^}6Y޼˲<_ ΄?7emvfN*nU$^`?-`^u>uxx9#k v8RU9(|؆l=|¢,2db6g[vao(c3q?O2uf>,$d s G+fp9 _Le_csWY8KxO8O)Gr6˞ _ᇜxRؕxi}؇s9x^cɮebγ:ccvL_,rNg*Gs3y-'rWOȚl͡,gы؄9sgK\Ȫlʁu<\Q83^ |y廜4frWq3~efNc|Yu/4duٓ㸖Gx؄}9yo_l~۲U++:&|-g8癜+;\-rs8n kka'¦L-,_0̺|;w{Y61|UX 9\;x Ge=0֍XX=~\,pEGpziP&lR6>Wؒ=8x#>zlsyo'٘9[y96>Wؒ=8xۚ?cmbdl`am'؈8c}>'A 7؏G#b;L댫u{b8gr5~IwnOdT9q=s24J%n-p5Lgc9 UŽT`grsx:Do|'`vX/ υ̃T+~O*ڨڲMl*kͥy o.?MkN8/ Kx ;ȧhl-gGX5;& -bƮh@gtř@|ldS '={k<͜e/ULEY\Yg܂I+e fbFcgAG4_EbGsp q7H8@ l}q.`w>c#lcOEl$ap>x(q?p@PYbK} 8Wnxw|รN;z/jǨWGT0cc2p܆[/©'[`b)Z`q-N ?0GRq9,w|p.h7p >^)g =_:ڽuz-^oy>`hm$'5 SmdG:G+ rJ=kdM\gd9Y4\OP`2f+-{='/+<&X-^k^&ocfc1r6.DOEyX/xu-~ǘXl Xncry# #.ɛ7mLDے>§qɳ۲N\p'0<ͲeG,{"=%o1 s倊`*r3(Ӫ|(*ŃD&~#+Ԑj ju]ycc\ih*Xіwv!x-z7ݞ ȕ)W)NFw4^*noQIrbt8SNNL^y.qn=k_{s TՁq&re 7<~5^ x㤆r4||UZ)eDSy13Nnd6~?Z;yxm(}xV>W`5;Y-{68q..õQ>|,E#{9Za cW0b.G4v n1Z`쁃Ѐcp2Ÿ q;x5c|1a}X&#X}ͱ-v~hp7A1 Q9c)9 t@'tN p`3l=?Kd>,_b ~ƪi'ֹCK%p|!>/79OԉrQqX¸ Ggyy 0o+`:bPJ\<eS@ûsGضO̓PqH:%|Ҁ5m-ԓ ,k*+ʪh-803=m+9]02wZs8\ߵѨ=e^rc?y+0FV=خr^;8j=~up?Jrx9F$L'alOͦI܃ B'/Kt^.^()wxP<ogB?{+';c/Nx>fa~@r*A܀ `1V>(k!fXpvg6t|o+.|uT%?3sùnK 6r<2S-K;CKn8 0oc>Xh&M6áAxoc V+[b.8;zV܉Ag11 #oLX+76܅)8pO9B.D˱"`+ƞ8q,q {0O$LC Obc% \cZ*{/fܿ]O~b᩽>C_1z;JCߣ/^ 7cdX;^X}dd>0~E/4+{Ѭety'7S/0cCO7eGڲ>Īu2x i=巖 zWw=[Ǘ6A@+tq9Ǎce#2pʨ%ٲJS"I2H(%ٙٲy~_\}G}oi^Oc<8 IrL̵\'KO(dAlf'3} %v|3_,儅2=)/Ƈ-6йD|_tIض7.-u|r=UF:J\{*ʷ|4"GU3)dUM v#p%7v<'2Re%%Ǯ.8  Y+0 q7X9~X֐Ǻ`'쎎莣} ;$\_[~7'&rZs򷅴2eZr+7#'v͉[P귤Nߙߚ q[=ځޔw|?Nĝiߍݙr*z\3ZNɑ^D-{K7N&}_1} q"}T K=TfqN;dti9gz|h̖9w4K>ϗ8P>R>q&bpRvKԗ$W*^OjÂT:̐v_ټY.k vJ]׾|2]c i5Xx)_㢱򽟬\D?Kx}y­icO\]׸ii*ead 6.0`Cg*אkM9O%[K6Nu]W_vh dfC| ܋<eFhhvCp,b(Fc.T S|Рu1%`t+q=nx u|/Ѷ)cmN L䴶ןBi/[r_o]%ރxO귣~{wߗ;@| qWsAaN|$Q?'H0u7N([q?Njxa1~y_hhvCp,b(Fcb\,Еﭧ_E pE_ heYs4S|17hh80ϳn (<:)Wϰϱv-gy7V&`t>|._ߒwry@3>c0< K=鏡{(oq'λ_ܵUr#v4LdYSYpmKyZ_XLr+KX\x{xc~*.rq3X],qc&0\%/0OA5}pXغu@܀/rNC+b^+Sq$Op+)BbiaX |+ޱ?Kˏy/|ιk0H#eedy+&+ˣFLh!q&.U1`!a'ő8q.Ř>Ku-]q(^w1ğhQ:\(X/qHWpǏ +w5 :#l4ǥx`1em:ex>)y;$^J\Miq&\Y=<|ɧ@y [Wtd6a4})'LKkgI#lfh]P~1Z܄0x{,IDStD?,oX;r8YWqWZ܈9Y,{?,EVź`'쎎莣bDLt܊8^ě3! |wR6έ?fa)i`On8'b LK4{|F"-EL:ji]6ǥta."u.:9I" MtӒTdQ- +1"dk{<^z>ޟzޟc}?m^QFV!ƤO3$o6N[sϸKzn\C{>\wQ38uĺKrUؼZ>a44Vضvx:ᨆ-O ok2{a»N ZYIvlzOLfp)WOOq-7)j~*\<-/w8_p'M 3oE,vŠYaѼXwN،؞] )|X\qrdk6fK9K؟Wzʻ Tq!MǏYC<ƺs?[=2!,fy{̷_sQ~ 4|hx}%zX0Y[US?o;q?p:?v'ʛK(}_j_owᾝߚw{+ ᎟%C͇#a/' *~W|]7s Oʊ aZʵÎ'Nn^f}6axg᭧w5\, sy-1)tI3;ZigYʭ&,躼v--Elrzx5Ia3>=<3W,c9+X*&g"2LX|\Bbe,g+YńD&1)LeٟlXg9R%,emr:7z0Io8Ne>  +yo~|Y8I;+|9f.g]+9 1|_.0_w<y8>'47ℳ. UG廉IO-T3YX",c9+X*u_&1)Le3Cw·t>yk/Z/xcᳬYyv[_ylǽ1O|qױaއy|-_YÓKl3فZnf9)^<ȸs$e6}8g{r#Y%vZه9OqWy0]>q3O}xng=EܲxT^>ƙ,b9f9%~yy9x/ɹ|lt@ٗC8S-|EŒ \B%,eYJVN7.ׅWo'r_dȰ`2;11kgec'N8ɸ> X͔a_"9\bnl: _fqN+A?*|c^xp2].y-|{Ex/l kpbl>啭[ۅ38u`pj0+3/$,4l|Y&+(<A0f!1|0psMtZ繚_g\ţ9<_eX|xr0wjaʜpւe9p04w 9.a 16)Tf0#99+ٴ2lá32 /b:3c99vg1N abpr0'7 v.c Z m…gچ+× aaNa|]s'f=ԟz{As\pr;f%;zᣜ|x2\ɵYs99q:s?l0g J[GyM_q<Si7/eGqA~ќsy0ed•]x 29Ke5 /`.~>C a7(yj4owOsO\̫LjaWæԃI'qo=s ,ҟpЫ{+#k_#qQ^ޢ _?#pnݰ^8AxaRapLs[3N/>1 }ê[l-'LL=_wppaIܿyYQ&|&2Lg&99e> YR ݟLe:3ͱa.YbLLf*әle'3yg Ybe,g+Yńu+K؛ldznO&D>g9|,ek;l$&3iMdr6s9Wr ?& zd.k|,fՎ}X=)2,`!K#g'3~ys8c>kpP;y/3s7٪2UY&FxZؑd:2C͑INerr=78,:~¯b_/Lep8c94 wuZ؞]KɡwNd.R{g5A=&؁2qm8ֿ_2&Ԅ-ٚ[U<F;k8[ >|Scؓ®'e:A 2&  |;Q֩6uõ<^8_fs8/eO^n^Wwp?7 q-nfrc4;5 O{԰q9K[9y,/Z5-ßN+»[4yu\D֙+ $2HYq#wBhs*ѰfRLmP9SELܿ|Lؔ<ϖ)e(+kX.\/u<gRIbJƕ3V O2PU^p*',rLd_ή~7. ή^&4_~ gf0k[b؝}9#9j:Ildv䞺ay ,r qtnK5Pxt dsyv~̑Ϧą9/3ɰHG}l5)\ f1LXX$`2;p0Gr65{m8!57/LnN!c ; h>< ἗–L)A~|S'ؙ]8YOfF֛f'yu1_Ωswo=O`yaYV}|98opo,, Ee緬Z- .<>,~0]^rئ0m_eŷp0?,wgVeOx'|r@ݞW/?_#lbXrVT"=>H8Yyx[pzpQM0[;_fn^ ^;lő\LO χWDŽƇkxDN M ([O r%f~<\&}XLb2q0ss=3l2B,rDg[0ٝyȄW,bdžlnaɜ\tfsy ȪLb2;p(p97 1b%X3-ؖؓXgfy,6˾)p.e6g{=K¿Qĥ\O3s^?O̷@X(/Ƀ̷(ܶX_\/r9>Y\=f7.ZfXrE8[|޳J#|O3j=y^KVMiaӍNy^鎳&yE\ٞC9ia#f6y93f3)'xIuLfGd6O*o:LfG6}5vu&|<-gŃYܰW,y6ē븋X7}8yESl~~".?W*p ?͓,.<<jXM؎q0s/nzFᷜ?,P ,ƟOak.N^7ټ b"r;>s8YF~·=qB̏u9prGx{ўWab_Yΰ'sP fRtZmeē+5'G\Yz  ۷ x<5K ~=Ox;gZ<[x)C|xNV|d|bvSJ˦L}Eq"0mzp~LOa^ۮ?Qgl)d~=;-k~>7~}~ziu:9Ogz8l]xs2f[rt8B/|kz!ż9K 5/ 򼍰=rvp oia!aa-|?xӗ=zG8Xӹyyqd:w<ߙ?',J&l2'ăن\5Lg6aQeUa#>r0's&s ӹkIʫ\;@؆= ּ%ylQ(),hv`:=_9n?1a09/en~O<ϫ6Ɋ$>v|,Gp`0K"kٙ=8#8S9KΏ,dT>á̿w 0#Qy^ KdSb;>%7c:|)ͳyd&Oa+>?:^|iERc`&<Ʉ<:d#kt Sym;8orB8pM '=䯼uRXeZXM؊ffo ', ~G¹\'8b0E^ Wu}"Ly8qܝ!^ pw0p'&1]X\8C*MZ#c:ᢺaVV; ;(|~Hxߏ1itXeX!N>R؍CXxb'-'X{Z؀3yF&a.0aEۋ?Ұ_oVio;o [_}Y߻>VKM38oKy<< ?z*:倚A^vM O1v ; oQv/z^CgY,PXX;+q(r g ;y2oneYVe6LSi77Cn^bBgQeUa#d;0<'q-swra/)Ey7k~>fl~ʱE\U|Cnigo, l6nÁ1W8Cn~<<&4~b,͊lǘ̎)|+on>fgk,HXYlf|؃ps>q 7?f1OgyVg=6a;0<'q>q 7?~~%&4/YeYu؀Il|99sor5Ӹ;C;9 uojXِ؆]هII\ƵlA)^e2}̚&|e\ˍnQ^f)#:?+& c{Ƴ?qdb79+~Ë?IbUb}>ى ȑ|9/s;yGxKXŊ:|g9s2W1۸x'y?e?+:A6g1C89 uOxY+elflî$$.Znd6w /2KMbed=6clx0T`&2{yyn̚&|9\Vr/8yCuy'|ٙOrGq"_'98/pӹwc~?:oNQe[vg_X>T.r|y*`'aoDyLjn;ŏO/=+& ۱18 fs7(O/}̟5Xق؃q4.J[}a 1L1YfYbF1>c؈-/r,c*3g Yˆɾ7O^1$0d,aDXfT.r<“<ϟX2bEVg>c7&rp2gq!3{ 4xp!lɧ8p3#L`S f2YB0bXfTf0[˽<Xg5fC6cve&1`&s,d #QXfTf09hƲ5ќę\\Ϸ x?Wߧ1lG7ip|0_k~_2k.۱13Lp? XH1F3$0dΈIg4cٚ Lb S:7=~Cg9Y` - Lc:<泈Ō|a#e<9iLg|?)Yu 3ݘ!ɜŅ:nv'<,βS]_ ˖| 1Kwp?cw1 ``>|5|K~ _WY5Xق؃q\W0S~ox'#bUb}>ىfTqmiϵH{ubTQ/y*/WFk3mVZ޲J`r6+p_UVZFxFRיykÑ\ȗYʲcx?[5 k{`l)ؓI i|q} 򖋹xeqpKV:x36+̮&*x[|6L]UM8<'';œ_]n|4T `&7vu%f𕻃+}xbt*+f7&pGyr?{9cjo3̥juѬq_g`" fj}&nc l 8ә[_퍃59yc ġ9c5# 4?U:y' nY+<* /cxS_x~:O'4sYazĠx=x) J;$؎ 6Vg}n`~G``̃C)7ʓ/{zxteC<[f0';Mp+׾̚eG}X7;)D(%)){gdETZ$Y!EZ2C9Ȟ#[8F!x}߿u߸~5H>p? Cć[8chS2\psF',ʊ|;~gjLflؚl9GM& ,)޶|\Id +C)8wn7dǺ̓=:n=\#̄TcueS`[:& "2nd1d_]^''9&_XmNg8pUْ}fed#v4>>yM·}98s o%Mavb2U}eq^旼B7O8q2fs7/3[fO2C0r1w/=|7S05Y#gƬaVd ~\cL-^̥< ûYu9WPqgʝ9lxLKYXor0@gM̘'Ḽ'+o$Gs<r\>|9yb5zwp=F^b>~\} XMHb0]AVd9)"7?p^uT;/qWsO3/4Eaʥ#<όYؔ9˸WclyҬLf[bnOVY,R+ͫ5a[~Uk{yɦ%o ;2צ.lzXsWoMo<0qLes8V?̑{·يؙ[~wؚx'b ׳!W؂xyGGc%a7(K0oM 8xM.,|Y\ Vk:_N|Iu6̔.[2O=L#ܘ5,#|?wxG0c|ᆻÊg /<^~(hP$|h=꺏UKx =W:|ӟeÇK ?,9ɞy7UĪ+լu _c{Z߿칊XV. 6 Ӿiln;_ .h}oז#߶O ׽HO\˜mLA8ؠmGy.l>|b>u t ϱep|~3Wa~A6fNC7a~.nGmF{YiLXq6ƋIaOf,oXwJXnZ3.~3AŽ!;̱­ֹ0l-KC,}EU"_ 3pOa*Omb۸#|s~sxvߞ0eoݾ0݁p r=>z>&aN<8ếG>,siLsF`3~ɉL5>yVf/c?g7v=a?ìl}||X}b?qָd!\ ̑#\̐3\ι1\¹؊ ?Ug؋ 1_ѽa7f?l@4:~U|+G|XٻV9U›LVR=,L_Cf'kr˕/sæ,y“|A+T'=jn*?>${8_)oZ3Y]ū~x<|K6[+w0:9;b Wp=s/S v 318uH.^;uȁߘzde6dgO#nY]í,-,jǗ؜o ۳{q4Ņ%Ym9x~o1C07?0e7K}^z:Wa^|y7Y˰4 d_K`߸>/20pGFʃQ±or8˸Ι3 X'Źk.0Ϗ{^/?sngd7;!'vyGxl>}:G\sx<9\̄_{NZ?۱)p/YA6a9K'ͼُyS/5׹niZǹ6|9_KvDegy3=~97c~)\?!SǽaQz/<E)pC.ab4 ?.,X2<3eKφ+yY*,Uf".|j88aZan>W녰&c.>6V`W~[f? w^ja,4l7p^F#K<ٟ3ǻaIޛ}mX#k瀎a^V翬e!;+Af3 ?vcgˠp`! 73a:gj#p W2hcN46|ϳ5O0q~O9x 㽏%XeXp\ʿ/NWa\?nrb3~T6.\ŜSąٝ}8Lolί9x۴.Vcln ^eg7~M<Ϝ*<ϴ?cvO3c̒,zl6ۙL;YX|Kɡ\-ĭl <[\vͣơ۝v?/+p)pV9o}9(~CGcGc'W}Ϝty*L;5ή.ٖ n]POt~ \w^<{\M|O的ptp]P#, g d GӝT$3a[D%b)%"Rִ&"LDTPYRJ5ed D$z}߿3<~yνs<bX.bp%'ٟC8lxszRxݕaG,~,0 Jx5k+nnnVjׇnqLP;:o gzlq{؁=9/r*rvi#,jMف=9#=/SٛY~؄?Iz {<#QX'Wc|0IXiؒ49We<÷{a9o eV!+rhk% WVS8 '&O{v>/x :Oq&wHp5tra%6`oGgG7y}VL dx{]9zLaVtS~ܞ.>sēak`o s_ʰS5~Go+Ǩy\O^ 3^Rw:dy|g.xy#`B'?3oRTχfgVl4<ͻ> ̧yǼζ|]SgX0'l?_]}_s40K߱pױ"y˂ُC/󢥎ܼ~LZas > T ?y\~q։ )f|mo4_p7ͺߺMpf;kn n!?w\{#ʫŋ?o~1/ΔE<ʤW|T~^9dOQYiϏOಓaSM՛3x.W\ox@¹,V8w V$,^4X8Karp$֥헅 ἲrᔤ@+?l|U_r T+.L$.<󼲢eaJUr/&^Ƨxy^Xw1ϸ3/sĶzfv망7Gpgq1; q/Ap/0O'۲3i$N\ ~ {[^J؜-ϸ7S~TX'g9^ͪy3'/ljB[r+ /;`4Ʉ]?og>n`_/S鐼`>͡|Ӹ{y7ϳ$x-[-;;@nzşY*wq(#|C8yoIlb:n.4cN‡Yq~sB}</9%N?nnZƼ0}؟C+լYwp9x +w?=v=p]|{3/W\،x?fo \ĥX_s[~v!ƑI| 3,V(LUκ, /a"˳e}6὜9ŬuA8q\~ͭɟxYHx+۳'Cn &\fq7p/OxQaM6lj\C|.d^j?,WS*|J˗p7$3LX\xpWV])5q6^+鉶7;^zS?#wx֞)LcsL:=S,pLagY4f1;Ϥs3ibw0Ig 7cR(<^$|h0 fnݗkRa.Kٞd6󸟉 ڳ=Slq?g{2~&^=3f3lTf2;xeg{2~&Ӟ]gp󸟉Iڳ=Slq?О,˼|8p s+K^e;v8Nz^Z1|˜U`;ZTczp3yU:n7 ##W^B%&O LwrՌfmõ y@fja`ML.l)p}8IVXy[J8 a;  /=<”R+ó)aQa ap×a˽.38k =aa:fyrXx^&v+?{EjpfVآx}h@Xvx,\؈mN VYlͣß b> .z'eJ2;M:^Cu_J,v< +Ĺ>?4#^g/8$`D߹g/GXiKꗰݹpkg#~V o0l{R8pOaa'~z + 7s aI7~Ұ }<YzKXpӯa##_˄Ep7K+smp' ~ʯ |rߵnM<>pCx%<C:KQ7#!qB]\HB[|69&|-!cʘ5kn k7Á-+! ¤G]X~?{x8ط~_{!𻢁?џj>ff>w»|)} \?j`񆗃<_<^neK u~O˾8_,K|+oO%0OS`??헽4{_ o |o_~kUv>X W8-=|q[_|W/a?5?iyk2十b} _Korp_bb?w=3)_k6If{Xa}V732< , 6dmve}8=q\q q|#g<)34K,q9wsƙb%dC8O8 .nG>1T~𔙺9Y`%VYc7lpǜw3ι+;y|Cwa1(c1 O#2sy/yk&bfcYbVYc7lpǜw3ι+;y|C#a1(c1t#a1(c1 F9`5L1 1, 6dmve}8=yw3ι+;y|C7Ox0a13 &x+^30,ˬaMf]C8愷=q\q q|#} F9`5L1 1a13 &x+^30,ˬaMf]C8愷=q\q q|#C'O }\<)!a1(c1 O#2sy/yk&bfcYbVYc7lpǜw3ι+;y|C] F9`5L1 1, 6dmve}8cNx;s\pp<>??Ox0a13 &x+^30,ˬaMf]C8愷=qg$SL3,s̳"K,*k a=9#99s.knG>1s_LWf)a%Ya5ylq o+;yy\xk&bfcYbVYc7lϯf]C8愷=q\q q|#oxSyq^0K^IfYgEXfU8愷=q\q q|# Fq8o~e`/bFc &bfcYb?lpǜp翼fYgE͝1ƙ`)a>~;ƙfeb#θ'bt.gyYc=8;x㋁K>L32klg\qo|18̳[qW_ gyYc=8;x㋁G>L32klg\qo|1giYf-8+x/vgyYc=8;x㋁O>L32klg\qo|1giYf-8+x/3<ˬGqO^>L32klg\qo|1giYf-8+x/!3<ˬGqO?,qg5378giYf-8+x/3<ˬGqO?*qg53734,{qw<G3<[9s.kn{x7/ᗁ}AfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2OAfQgIfYgEX+:l6;'_|/y1Ì0L00,aUXgMf]C8S8K[GxWxe:y7/ᗁ֜bvc9N9 .ny?*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/7 20#28L2432< ,2Xa5`-a=9#93ι+e`=\pp<ϼ|h~pǜp\pp<ϼ| C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .y'y7/ᗁI 20#28L2l.s)gs%W\s-w#O<+o'_L+ޓ)a9Y`% lq q\q q< | ܝsbFc &bfcYb?lpǜp\pp<ϼ|bFc &b 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁC 20#28L2432< ,2Xa5`-a=9#93ιϼ|?bFc &bfcYb?lpǜp\p| < C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .nye9*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/AfQ8w͇N9 .ny^y>~̇Af휲*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difemve}8cN8s.kn{xg^xw>o~e? 11L1 1,a=9#93ι+;y'y?GO 20#28L2432< ,2Xa5`-a=9#93ι+;y'yerǜp\pp<ϼ|2Ì0L00,aUXgMf]C.kn{xg^xw>o~e?' 11L1 1,VXeu6dmve}8c/sd!aml.{s!Gs)_30,5| c!a1ƙ`)a9Y`% lq q\q q< |  C 3(c3$SL3,s̳"K,VYc 6bvc9N>XgMf]C ̕fcp1'r9\r57#fQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2_? 11L1 1,>r1'r9\r57r=<3/;|7?2AfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2? 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e7? 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e7? 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e7? 11L1 1,VXeuއAfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfYgEX+:l69ϼ|oa 20#28L2432< ,2Xa5`-a=9%7!VYc 6bvc9N9 .7/ᗁ9a!a1ƙ`)a9Y`% lq q\q q< | Vg!a1ƙ`)a9Y`% lq q\q q< | 7 C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~HAfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2[AfQgIfYgE~VYc 6bvcS,s̳"K,VYc 6bvm C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~HAfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2;AfQgYb?ls!Gs)gs%W\s-w#O<+o'_|/m}1Ì0L00,aUXgMf]C8S8{xg^xw>o~ew' 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e bFc &bfcYb?lpǜp\pp<ϼ|G 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁI 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁY 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁdaFeq&difeyXde*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difeyXde*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/]3Ì0L00,aUXgMf]C8S8K[GxWxO_~W3Ì0L00,aUXgMf]C8S8K[GxWxO_rg!aML1 1*k&[lKN^7?r? 7ܲe]2UA>7ܲ?Le/ᗫK>7ܲULe/ᗫG>7ܲg]Ke/ᗫO>7ܲg]2UY>7ܲg] 2,nL!e/ᗫ?T>7ܲg]+e/ᗫ?\>7ܲGg]Ge/ᗫ|ne돔LQe/ᗫ?Z>7ܲUL1e/ᗫ?V>7ܲ?L3_|/W|ne돗LO3_|/W pT>;2'g9_DpVS>;r'Y lֳ.-g9_p֟*vg9_r_a|z;3Y7?\ֳgXLzϴY=gϱo~sgo=3|o=X7?\og/zzh=ۿz/Gֳ_9\[rar1'r9\r57r=<3/;|7?2WAfQgIfYgEX+:l/IfYgEX_3ѿg9ι;x>k80"Ks3/|_k?3 ,*kl><ΝX`eV+^y㗁 K,XgM9#N8s.Gy7>o~͇AX+l.{pǜr9\q #O|7? ~"aU`-ve}98K;x_8cN8s.kn{xg^xw>o~eo0Ì0L00,aUXgMf]C8S8K[GxWxO_&3Ì0L00,aUXgMf3ι+;y'y7/ᗁYo 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁdaFeq&difeyXde*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/g3Ì0L00,aUXgMf]C8Ssp<ϼ|ߪwbFc &bfcYb?lpǜp\pp<ϼ|E 20#28L2432< ,2Xa5`-a=9#93ι+;y'y7/ᗁdaFeq&difeyXde*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difeyXde*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/W3Ì0L00,aUXgMf]C8S8K[GxWxO_v3Ì0L00,aUXgMf]8#N9 .ny^y>~AfQgIfYgEX+ /wx&e6.>a$,;p7<? ]dEV`N^|&e6.>a$,;p7<? =dEV`N^W>̲ p  0$,;p7<? }dEV`N^_>̲ p  0gYYa8xdEV`N^P>̲ p  0gYYa8xaL2"+l'\p/|A>̲ p  0gYYa8xQL2"+l'\p/|?&IfYd v8 nx~̲ p  0$,;p7<? ?3,p gL2"+l'\p/|?%IfYd v8 nx~3,p |&e6.>a"IfYd v8 nx~g3,p |&e6.>a$,;p7<? ^3,p OL2"+l'\p/| IfYd v8 nx~3,p 7L2"+l'\p/|$IfYd v8 nx~3,p |&e6.>a.IfYd v8 nx~W3,p |&e6.>a_$,;p7<? >3,p |&e6.>aߔ$,;p7<? [dEV`N^|&e6.>aߖ$,;p7<? ;dEV`N^|&e6.>a%IfYd v8 nx~gYYa8x]L2"+l'\p/|'IfYd v8 nx~|gYYa8x}L2"+l'\p/| IfYd v8 nx~3,p L2"+l'\p/|$IfYd v8 nx~3,p |&e6.>a+IfYd v8 nx~gYYa8xdEV`N^|&e6.>a0Z>̲ p _s< lq q\q q< | zc!+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfYgEX+:l6;>r1'r9\r57r=<3/opǜp\r57r=<3/;| gobFc &a9Y`% lpǜp\pp=<3/;|7?2+ 11L1 1,VXeu6dmve9N9 .n'y7/ᗁdFc &bfcY+:l6;>r)gs%W\s-w#O<+o'_|/!2Ì0L00,aUXgMf]C8S8K[GxWxO_ g!a1ƙ`)a9Y`% lq q\q q< | g!a1ƙ`)a9Y`% lq q\q q< |  C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~AfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2_? 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e࿬bFcYb?l!Gs)g C aUXgMf]C8S8K[GxWxO_"za!a1ƙ`)a9Y`% lq q\q q< | Fg!a1ƙ`)a9Y`% lq q\q q< |o}8 .ny^y>~MgbS8K[GxWxO_ޗAfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfY;y'y7_/SL3,ss_3W\s-w#O<+o'_|/1=3Ì~}q q\q<ϼokXde*k&[l.sN9 .ny^y>~~+_Wr߯~+_WrY`% lq q\q q< | g!a1ƙ`)a9Y`% lq q\q q< | &g!a1ƙ`)a9Y`% lq q\q q< | D C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~M C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~ C 3(c30,aUXgMf]C8S8K[~Y_+;y'y7/ᗁ C 3(c3$SL3,s̳"K,VYc 6bvc9N9 .ny^y>~AfQgIfYgEX+:l6;>r1'r9\r57r=<3/;|7?2_? 11L1 1,VXeu6dmve}8cN8s.kn{xg^xw>o~e࿮bFc &bfcYb?lp