#! /bin/sh skip=947 CRCsum=750389129 MD5=c8d9e5657a19d9b1c96ffc0d771d7263 label="NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-9746" major_version=1 minor_version=0 patch_version=9746 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-1.0-9746-pkg1 scriptargs="" keep=n add_this_kernel= TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86" # # NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-9746 # 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 1.0-9746 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 1.0-9746 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 appended with the word \"custom\"" echo " to distinguish it 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: 1.0-9746 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-1.0-9746: NVIDIA-Linux-x86-1.0-9746-pkg0: Initial package NVIDIA-Linux-x86-1.0-9746-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" = "--major-version" ]; then echo "$major_version"; exit 0; fi if [ "$1" = "--minor-version" ]; then echo "$minor_version"; exit 0; fi if [ "$1" = "--patch-version" ]; then echo "$patch_version"; 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 : 42468 KB" echo " Compression : gzip" echo " Date of packaging : Fri Dec 15 10:57:08 PST 2006" 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 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; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; *) 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; /bin/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 cd .. new_targetdir="`basename $targetdir`" new_targetdir="${new_targetdir}-custom" mv $targetdir $new_targetdir # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt 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 echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" sh $location/$0 --lsm > $tmplsm sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --major-version $major_version --minor-version $minor_version --patch-version $patch_version --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; /bin/rm -rf $workingdir; } else echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB ExUWw܂BV_pvy==h-{v=vhٱU=ZuOܥ  ?3}>*_En u\UȧPH5_=@ W`Dv7lrbO"$7~4ս#ْ#G X1ѬD+,Ǜ:ukx$`{líSf]iϸv]*sd>Y`7@f]ncZs#ky3ʚYs51XfU,2fKs2>)gJh'0Ǖ06vs9{%loi^+T%y]012ce\kmc [8lm^-̺fIٞld75Nfy}*<}~5"KG_\Ƴ_fccK>B^Y,o7V6>1+*q3,U"ssU,3kllg5MJ}{aml70_[h&~̶fVle2몙M$1[KjKn4[kUmm5\d{%g-7ϙu5m?m׌7/h);mƝr#3,1qefyU%ffJf{ٿy1oͶf[f G|ɳ19rcI}uN1Yglgny51ϚW^sͺ,Gmj3HD5KüyU[6u]̶(If;)yYeޯ38ٜwYB_c'3o33׼b6Evy>_f9W:gf1nϖ:yʼK=}2^z؂,26R4}oKlr]A\.yYs41+Kz9 9>H\r,5+VW8.U)aj֥g}\̼.J8jbVXMU̼FH}˼kj24ێYC Ү0۫ |1 \cF´YSf9yF(,ͫO/)yy-5R2H1j;K_S|~z_cy±?|nzL#m4 O9m]úQnz#__GHg}c9o i0,,njR_I=@f~|K[Kmof1H?< R>I]#ƶ^8.Rwonbj9K_:ؼ>9,s`:vJ|f;b71/`Ǽ}gy~ clK昝a[ui/{/7_/ۥVd>I:m>=>/XGydžO 'ǚWS5ؐ׍lY7f}*&}FZ7ꢞ(~xgx~'/m:}P9+W>ڶ>q7~zL8fyηżsuI-9G !C}bH??~AϜ zfj|\[F3Veo0v1.d{a,sN}X_KƯd|E}/af,y1s9jd񦅔f=7ff]I~7q\չu44Xi^-sef}?u2ͺC2j.}\?*Gٯ+q,f}m*"yy%0lcO8i5X8~ KYŤlEXxԵ甙56}Iߑ'~\ؤf]yא`I#c1ϕ1ΑKj>դ̼^Ws敛a*G8om׸1F<=fuS?:6y2|CQ%5Ü5u¼.J9cEg~P#QF_%_<2Nc5üBrVl%d FXu^o&qG7H1ye?>+LaĜ'ǗcI?H/~SnsԼ1~|,e2c^e:GR0eHƐ205272/e0;,0?8 tElunk+Ay渾2 [+2&1y%/L]~~Y\ Y?BͫY^.-Ե}ҷƜ#^k*c_\eXh]2żWJGsǕ1D=>1WЬ jFA}O˸?%^SooueeT>S-8_GEk!)#ZY^!lf]Ov>96*˲#,|˲=gbB/d9^g"Y Nf9O9Drb;u9=8b,'(g*򑽼#>;~3M i>;eXiuvLq4YnY._d q.MrVe6ݝz_4:.̣پ%Il`N _qDz%>rޫvF;o\f}?2i_L|˒@u[toTif̑ϛ^d 'bK|4U1s!QY,LzMo312W2;Ŀrj?ylsGc"zSI**| &FyIJTF":3Uy|/LR駓 țNxzĸ;^6+#92 IB7r$4{dbB3yWM#oQTe?򒷻Kds^gv2Ȥ<_ң}?i)C:2_6V&w;EwkaI y$+z+zW=_ǝz|^cyT}Fr{n<7ghWg{'Nֲ\ȔQww^h|~ϨAKow_'ry{M vGjQh!Q~p_?0 Nz/x$9_)B9;9H<+ϫ络W5D)HC 9'B:+p?˝|LᔏS$97LNkyL:aUXդkezdr_oˎ۽m^w8rsX)y}~#|73ӗGox;>*]=?&#B˻[⛿o&|#wgs>N·SM'QE 䯏D2攉9O{U~ QC'=77%& V9 toG盌 fyI:#9L*SoC ~;\oj12qOzkH}s?/I}I+cGHmwԺyQcCGbF&co.S~$w=gVms(';I~ٿba;@i_HG'=JF3 uANv9|j {N! (s)i#8Tq7O;9oW:FQk;|:~sGLz ]|^IMA| _<{_=ߍpI_Nx)I}yjJ)Gƈ9ͅGvRmPU?TGꛉUeɡ=.c&>}iO3bN.}ġ׽ߵq?O o>Ob)W_+Jo|%~:+fU{qo\rW79o*_^HΉL~Y"ov9nRn u\_"#{M#eה_ҿ#?̗:-U9Qӻ呜_]X տ[XK'~.6=G}I%?/V=sQÜc+Q\+297B8?L9DDE#S]|UK!q"U28cT| o3#Ԥ/@Mwwȝ^M}<CC~Q?:鳈/1\_'>GZ'#'N("ofބ6sI{S^MK6I~?V_'8C<;2{?͍Ft?IQEڝ?x~nNz8l! }c䯪~[Q2+ ;{,/OK|K#c%}wCIoz^QQy-vr_R[,W㣜SK{lӾ ʿ"v9WRJ~?VT9Fyq@+T{AU|^%gO$9|o,ZϻTvo?MAY0*>uw|^Ԕ~Bua_T~pœ8*^&Hr·I}Pfn'0+R<ߩoxBj%j?J}{09|G*s(_.N|'>,痓O/S~7w_OH}bSyGdCU>K!摱2yЪ>?Hs{lԷIO H}7ӿ-MI,"֐Z;U_1w̛Np@T*['Ty(ǫIzy~3ͷM+?YOu$aq& B+T<&H9~ĩO/NzJ,NOQM~R;\=ӝHxgɏ~W:sZ{y+>hD:RN} ۞Nxu!sX&{%~tq ivNA'OD<'>U& IƵAϋTaS+GOs'ZI;H~V#{@*o[dJ{KG> '~ݐ'<+J}X1ZKLH}ߓ 3Qo u"P,G?WnRǤw__jnQ79!Gt9;IKmOU/gêYw;{r*O2[ҳ/$zگ)HXIƓI/$Q{% xB NJ:WGZiKdsU|2{jw'퉔 {Bޕ‰ Usbh]I3ARJzto/~L{3KG򏭪//K{9"Y5#j{I~xݹA2# H{o?K_0HbN|x#?w>o;]R=\l|^UI?B?|pJ2ä_O`; 1gSD*| oS_t}9_wCrIGNnxwe]K8'ӊL=w]Jzw:ɏ<='}=R'wxI}7wo=)y=w7UZH-U"MM%y}"g*Krzһ)O':ߐGyUSia~u#]GKx/ &N{ǫVNip)6{I|\='WQj;p@Os7RV㊴W{5h'*%PȜ8Sߎxsee<K}U\̗Pl9>|<PԪ_ޏ:CTyE\lNxgK{YK0ީk*|%'t7B'U}AG~-gbI͊NU!I5.W^RY_WI}j2;ןN7qCWg/qwďggud`E2_UϩW O]ip)Tx̐lHs2^ O_|5Fra1SeGH?1L6r>v@_On2'u;;$L~/*=gAN?"?|7j~);.7j6P2-r=SyKC5>ˉ3d<$fu3o'>ڹ]ovOsܝH|+Ǫߥ aPI/;ILbKoZ"?Q**~Wf|Uls?x_Lڼr7R_\O?TE'$Ml-5~I|Po|5jGUvvĿn& ]\ QN~SU{%hJϔgکH}jD{>`&gj2irW/){;!c1gjVҿKꏗY ݙ(zo^ɯ~2p#G7#-l)Ψjϕ;RR1wM$ PRr{okyYIV@ҋ_K旫$V5?VII/,YE")/URTS~G24|b%V B߿;3ݤKU#F|/zsIy꣋G{G$A?oty^z:iud'zI~ةx;<{IO!MS7*/:O?9ysS7Hi9]ȗ0L:U2Tş1̏W='|&HDOkH}|Px"MۊRުT;s:3[_}"-(5_T~k7]zLjoeI^%*ϥ/ė |~ѫE|ϖy5> \C>_7pҏyURR)wCSvg/G|'r=zS7_CAc;K*O*54Lc4jM?LW?̩t;ȉ/R_%ď2.)طTrOٝxO#jv|N|!wW|;o_{S͟!I=/%ȳHKs|jE}JGiy9OU~/_copCC|("KUܪ?7,F鿄O;8%{T{%7:C!I206 5|7o忌'˜7S,_tH~G7YV)_x ͐NEKC}?g%K|}տmYl[@[1RPw;xS "S1:nV:1Pj͐_HʟNrE:"Uf#}Mr}~1_?e%a>8"_}lWgw UcK{U$b=;5FzL.d`I}L?XXH!xC!d<,IoaKZנ*bĿt]$|^VڟIU_usgMˤ}R_|/IXy4L/}L__7ilW $JJ4C('TN3{@NP|Bs ケ+/QM#>Sg@W#+2߷TC~K/_.a';ݿ]N2N}^Knj>eR1t:፴/K$}+5UǑʏOKߩswa|_U_G?2?AQ*oD !w;Vw,mIwߟTK2~|]5p"#T>{ 3UOtRԷ39Y#ߑd5#קgNtu/!DX%Mvws{?JH_ϔ[dx4nzS*>rwxq_j>2i_gǨ\J}?>8J}3+<ԕ;}2^J}Z4TyZG;5\iӝ^eSW7j~}H2d/ʅ餿g^~~/T49K^2~ƿHxI>iyɏT~IC5_>R#S'!Sd~{O7X?בK|?3Yn,+Y~P-"ݿ~>R^Xt_|yۛQ5mmsGi%=NhT.$mU /Ur|DR5F VkOaߪˤߧ#|PoK*vODwRV"W $u{2֩?TOUl.' 9IeoGҐRW*5pDg:RRO+7u|R̿~\6_WI?7K}Nj<6ԷVvBw!] UA曫ߋ&塚+1TZWW5_sTLT~?; N~Mo[_>5_K~@~o3{,/u<~ђ_epWT{vo=~;+[Ixeg~rsƟgH{O>/ߓ% ^_#e~Oﳨ'_Ij'K12SK.Lҳ>{X+ IˤTw-*{ 2~F>8n|)5_L>fZ'S7z4Nz/ s-ߓ aN~Uot_@ ߨlzG>wCxgH*X߻HK'x~c=ǗQ<YqaI{[}zGOj'2/UZsEBpϨ9>I/{BRK*o H"--ed\>$QrC#ߨK{[_)׹n6[Sxg5~+;Cԑ Pae=!azR?dz%>.e|\7e~E_]Oŗ}ҟ_ƨ/op%|Vo:!F҃$'H,㿪?!Z⫚M:FՌo$[7JWnH}SK~1$kyWߟH}PI_Pq1jHNo>WSX'8xCSaҞW!վ/㫅7IՐJGNo ( wZlKEA7o~Z/2KAGw̩O[Ny^70F~Zƛx?o.-dtMS}H}MoTSG~?hAͷ#jHZ_RK?~ZCJ|SM-%]KjOxKS#dzI}M,_}N}䏪|N{ +Y$5~Ѥ|JUn}r5jRTXMj}@?@Wצ>78Hw7PWt?G:3GѬGDV{DhաGVvjѭU3߈=z *C@^]zu[SE uAj^E`^GG=@?uNu@}A.^]O}@}~um!uUq>7DV@>@w7y p>!u$⃏>*>OWWppppU﫮ޫ}5T٧:::ļW`^e*kw9YyΩ QdžcU|scU{~]N6Q N?u~zBT|P__ݯ?_ԳSy|T|PyJ* PqR__fUzQE.|窢_s'7@=uN^]*nT>駞J:]pVW=;zF*RUwGG湫pA]*U䫪N:/R!@>?{?U.rO%?T?TSOu~TS/@?@_g?~98ί⛟ s?]x觞 s??uتOkfT<U|HoCt>Ǫ8_u~W@Nuz PQ].}tWam?u~>: UrܥCʻ\*T|scUK1s\*T|sRaa『SUo**m4W]ՅugT* }t}[k:Uu9'UZ AQy2LTA~s .T: Ri*H f R.H Uvw*T|T?P :ul@u*^30@-d=T}壻]*.8wjTåG.UvTKmT?KTޥ.ծwvKu]Rzj׻T}ۥ.'/2]>NgޫU棇&uz PՐjۆj>꽟z޻{'#X*~gJG*t`U Vu`ն V`'0 Va`mj{-u~:SebK!HARu s R?H nA*܂Tʥ(DV* Toz:u>ӯJNΥ]ѥ]j|ĥqLuQM.5Cjȥ{4~ԐjׄXz]jsF UG Re}^>W T R+O_uJ;>* Qu`UT>`*c.Az*CU_KM1pLSu~Վ Ve~≟ ?'UQiOCF{u/*-qCq:WUZP2._]g!Uܻ{!G.BT{3D7CTQFBTL.wT}ƥ,F]jӥ7]j|ӥ.]RDjTӥڧ.ՖtKC]RGjϺT[RWwͼR<嫮W}KG]?u=Mݣw{tsU~`OT Ϫ%H9!.Uwq^ű ^uN/pPS QeA Ru@fuZPK.U'w ftW}AA: u{Gêps>+vjRc.R}.5R .5R}.GRf.էR}.gRsLZJw*9 .5\ʥLKORulւ}u@+T8Ft鶘N:Paۿ>*n Rhu>)DGBTX7 Q}_!$DuUm]Rui-P:oT~۶ u~ooriάƲ]z~Nqu.]V[uT{6@a*oz|D)e Jzک,=P1z_]'QI_]/_nn-X[jvJ ~`}_OL AYCtWC3 Rc(CzA*l g R/j,,PIr9PץuDՑt٤ۼ.2ԥ!jέYQǪg]_A꾂Bt=YU? J:Q@=>L]W*uλW tsc]ݧ&>*|TG >*G;BxeW!"Dű!*CxY# QsBTs Qcd!7DUCTs;Q!7DyBT'$@]|_jvzn89߫T.5xT#UU\7T\ }\Σcp\UsuT> *4+uetL+׉T*_~Yn,]RBs `A^S Ta] J_!ӈ\M;sT{ Rq HŁ 5ډATGe:@HT-HWu\`UF՟*_R`O/PvPK/.==L< ݇U7WB* U)DM"XϪ< V~*u4@WK=w·U?{ ׯT=W:ݩ[u\x՜=Uߗ[}z&HUQU}_Oaӈ `=fꓪQG'S_czW붹K\z/@ͪx>s=v~zO߫ _/t.U1XU2X^K}wvUF~gR ]zl+PU KsT6N@nz ۀןj]RצT|u^\KmtzfP{WqX{uV([JkJ=^t~8K zAB6_!E=@v=^T^}|{:ExD$o۽SN:wjݮc&MmݽU{cUQ5nBEV=4kݪ{~kR/}|T\Wc!>jGG36J>GͭokPףҀNj4Q劏տ3U1cƪ}TQq>j,GI5b9C>zEO:fgt\q@݋&z+`ڧuҦ{f-Z;+jէ 7m2ѲsM#M~I?p+n@~ed]QXH$OhMɓZfƅwњSb.,q/ƿ&x^\zb^,qR܅O5d]q#“X+6^#N~<Zm|l(<'iy cF(3p%nh#.`ͱ=v!8 :Ï΋ͱ=v!8 /֚= Eq qf<=c l?`\p;'&+l̀90/Rp˻U9~k=x_lg턽'S#W\SH~< 7̆~xOx_ls.8G܍^{,`)}q8a>Ӡ7~51aOnƽxO-|~E/,.)f];p/=*iM0w(&c p N™7bR֜ Vza&0&܆,-k͌09-G>18\UwxS~sXcspn(Q:GXKpZ%΋pF<܀8\ekJ"51$q#='?@/X#sتç5VO:ǖ!x|p x| 8/I8WWGG$+q^īxߣG#6&]clm'՚?vx{hN>-|0n k gOo#nIyp<.X3F`?Ŀ1N7$YKb<-.]xW$}aa0 ǖX#_D,kG|lq5'}~p vmeI#kbk-њ u!uc;8; Aǜ=Uq:5GzMSp|Vńi8su!^f Uk%ג['o!-q=o`GfnuavnW-L&8w)Iwܰ~Cp%D87N|E8ὔOgpCx/|1~!zb߉x|137`,U;Hz=DäǬ_|)1%7|yחz g>YZ簞iǺ4u5nV+/`} qNxe9}02f>9Z>ZA֏ͭq#{SOTkG7ZJl= k,cY/>8W"܎-g[a9x ¹tηvǟ[(O1V~{l}q!~IvƁwQ%1bsq09ü 1MAϩґnizK;5GkY|c(H>cB ±<bXdX'Աn=xOa>8GxՊ!<1u[KwXw56m덁֦ST45l6tf/ܙErZo}quk3o5g}ZEij͖r}_q5,kb)#_1z#fv DOZ]X ?Vplm0U\a6߰K:{O>!^c委!׉`D `eݱM v8'l\+1 x/i5~ִ8/u }xb =1/ JX[b{Kp5x_gњb^ŢX kasq1n==sb~X`Slqnxs|i gR\[(F"X kcC+5B,URvk#sYCs[NY7&vhkpx bZ su-)kzyk ֚mq.UýxU!Ut503Nn|܋1YS9q8*܂{k_gLؒ>X`UͱHp6.u [Yb:YKzߢ_;D=&|{(FbQlGqZHz^uc,Fg̴| ;RcW#q<[G:plݱ&M91@ŧQwg xL; fo0K<">`Mq03q1ǢGHxawc46=N=לě?<'8GLoW7~7I7Sc:̌ VϘ 3a! dq'cx`ezkķJ`GZ%f'&äɬc0Wrkv8|W9. abO3Ok͟Zq4`-_FRc0V&W6܇3[üYpnaٸ֎8[GLK.>+yy0s>-o퀽q#v*u1558'~5=fǒXOb@r & UzWY}|Jp},5))b֑4^iW>ds#nx{[.ù q>ۜtZ?iiCH+\A|DX6my0^{L|Ёc[`{썉:a 8g"\۰RWnSذyxc^8/`֏y0,?R> ܀;)1=f8`n#p6nWv܏G/EJZXaW.$a[ {0*XԶ?p.uxOkSrScGߐtQ>` ?a<M|lc+?NskSs<^Ü-%k5;\<0]+΃u)k.*Qwxa6u)Nxa8w;kE\kѫ5EG>><;k3q.^C.\/k+ ݸѝr^zq>0{o5އ aS@~xG~"M\/ňHH,; !{8ԋQ \8 '`$7|1d̄3WGY8z F(3p%n}x/_ bd>F8̅E7!<&>o6O-~”K`yM5v8\\&>w 7p:]x5/3&XjM1/6q8FQ<_6n9|miZc.3FGkkvĵyo0~5zc mx/d[ڦjf\ڶȊĿKLW{j<ֽ5k[X‰ [5~ӜxFK[_{Vάb7x"Ioyo n ,C%wN#ј|8| F^NţkX#܈0/Oms0r<ዽ'O!Ǥ G>Ġ)֚8y٦ZM#0kLhuI>gY_a֌ Ka8~Z`k+<_hm'Y[LYbݍG^\m+fH.p Nx snb]^[y^[I8}xo3|`5 Ģ8,jk#?`Ik <|pX0ŭpd /iӅZclSp.kfM\-CaxƮwŸs,R]qTeddX8nu@5Q53>>-5Wd-k\Tۺױ>ظ5E}kD@;pi}bPkV8a݆q\oA4Fl7(+ChƂ.,ZT\q?^[5=Pux~,w5$`%p>^ 4fķX Vé+.gcV1܋Α?cKh?']6j]q:x|S"|nSNc;ֆ5vƵ GwRޡXa}p 8 \[/|a~e /~q5x$@lC%ųx !zKc¿8 7u'&} ,􋣱G3nw?SnX ?xdkq~; z&k͇IO><ù |Y)9u,}>/5`O,Z2Lš;b7܅0IJkJ/SY`ں…\?JkY[sa <'2Zb'05>X9:X0Յ+p-&ȒցĬiX09x尖\g;nXIOX;`W,83{[so x<`> L?#;#| <>` 7Ƿ l`BxbTE7#qƻY ׅsp6 F`KB<8g"\v(+_܊ŭ9Nc%W-~%;@(SP)5xOo  qvY,o|yRk5,^*bִOYlY V%2Xy`\έEmj^1U5vcyգ|0n}Y<9?8YYXC/Nx/cцps#x322#jaeSǤM 'l0s30qs_X Bױr  $+|ZQNa05ZWیkѸcX;·^ٰ/+t c7ؑAW ',Ӆé8 Sv%_7ۍ bC$>IoWM9{PM$g9:b}(q/}vȗŸDY'<2zl > >p·Gp>,8F[tc7ȱx q|T\&p8r"[ kO"]|d\y9gP\gq>l]%6sGKHf?>ǵ ('1BY0"AxϠbcOk ~K(p&>ǐN?>Zfm{riKp>$+Y0'vXg%SO/5!x?'}B\y^Pf܁_+0+wk8 c>?ߤw l bSqNX-.8'o/1NJk̅~Xkb 쎃q"q1ai-;Ɖ}xoK\臥&8'b44č Ey$8 g%eVM_X,Fc Gx*>E5})ka8O| YӡgC$lƜ5w35i[0',78?vfw.q^Szavâ gmWG)mZVA cQVo)u4 bl8Kb"N Y:f.f,;2.1Ώ.,>ſ3:H~qÍ~ ŵqQ΋p#n? q?8q-xgwx}xp\?&;e'êXu<>Xu+ʯ\ɶsb[cDZŜq31i b=n'.ƻ95Ubkf̃` ,51Ǝq+p&> S&0Sd/˩<3q.Ý#5f\X},VplDZ_Λϋxm2Y/`̄&b|ӲY 6;X#67Zgb,Z[+?cQ+cS+%IJZS0 NŸ=J[cẑ>]8a1 <)uaXX`Sl2\Q|3-O8bVX`Sl=p I8&܁E*/*-|/1~%k2L9`ip&MT溱*-|/1~a,>X+MkQ :{`p!߁;yҙr_a.DWW1' K?(OXwJq&ģi1+ ,hk۱.Gx7z/_ bXgp9Ss? y (p .5j)rjZop]o͎0azl ]as8G⯸o"b&,0'v[ ajX8[q7c_{Lx2\Q0;a\kp3SX(6VSx 33YXm9uc[b8t w3ӏhm-x|2XC; qᒉp"X,\+p > ̊Fى8/`\'i1}.k+O ~Ĺ‘8oc<1+^kpx gu10 x'~{_ %v>kAbٸW6P{O3ūx|-NJǑ=|1'3wcs섋phgcb?W܁0?8\\1v׃1+& ~X+@pnÍA|> y.Lb 8b\*B9[8g"\Z3Ƃ6pU o~X+t܄{ǼecnƳxn-܀u ?!1XqDF3vuVNp~ɧ('o:i57Z[y,.=x,.uxaeBű~kHw8'b\ssq<7 Or5=A XT q+1'â71&)XKaMl#Fpsq)ƽxJƑ8rIvcւE* 9G1~%,c>LdvOcw5~qX uxob!0ߘ5<_l7p8n/bz̆}>P~Vjaτ VZ;aYmųx?ackr8 g%>NOlX*t%>If͒Z+57}j4V魫1YF/\e\z5~1`(aMQaaK['ZeX[cWx q cx3|qZ}oCq:"X+`Clp.m8\\^e26|5&' q;>ͭGp6.ĺ \q Sxs&>`XSqŗ5-f]@Gp .5x3|f{8"܊Q ?`nĘsceM1b$nmm~¸==GSW|zZ+CqƅX5 +`#l+q 7׾%7taV}/q&>w'̂1.'fm;p2|{9bE8a߉;cO\qsx#FSN<'~}"g<=cEl<^IJڱqCxoıfĜbp|XKwZ k%fHn͜š=G*'i؞؞eb=osűWoֽ"/U0#y ?lakJ5vNX4Z4^pjuB^z{״KXBmcp3Zp܃vm`q.͸BvJ,c*,cu V~X*a~X~XḺ|X]s|8a{8!7x֘㛰Vk~Xs\ 1eK1e+1m˘5˘ ˘-Վjٯa:q83ua?֕u',XBǰDs8Mb݃ZbX2aX ǰSYC&3.Ƈ?=.XӺK",14׍ >CLu%r|yb֎ż~ d?ֺ Ka„a²#0̟f@.~"BA\7>C`CxX>X1?纱l K1,K"Yb˘ ZorֆOϩ\)>u*[[Ty{Wc{ukS\w1{ },UbZ>֮MѧׁKճu>q9'ӀxZgӈKИBM}Д5YsӜºk8e[DKfڐ`٘ [9C,Ձp\-:_cʮ{Y}N>=$ѿ M}X}K?`Y?YOc'Xe0Vd+ ꃬk1x0֜fݏM8,3tfse=U~!9zY1|>;fZ`9YYEĺs.xZfg9%^AzgXt%+0|5Yv _vz @7q m9~u%vj}q_軝 춃pN]~e{0^cNDwܬ|0A1!3:LK16<ǢyX:k c4zNx<8sFg1<|lll Pct)>?َq<.3pMyk1]l}Kc%lzk5YblF[yuQǸQ~_XǵVg=X/DŗZGi]mYrA#k5*ɷ?ZYð" [2?sƚ`z܇g& 8M|q̅~e1~Ykq׀M g܁G =GZs` plp$NJxn`0hk-lw%c &!-}#'Z9 nM#w1<14k ̌2&8',\p F}q:goL+scA R{po|qgs]b>sAXa[슃p4N ŧXf>.†w~fX@|[$\+pG3̍XW/I+WY۸w-:k~;֓KL[~绕}}iuFቿ?X#ﭿ|>(d'űōq4^xchOb-Z'v8Gxװfօ٬[簎.h]  3qU)b81OQkalme}9K\'^Â֮aRa<߲Vr׷v i5) 3ՕW1aekvY3"j}jX!\0Y]kE!iލqMښ=ݙ>zw;D fϱH1\X>Wb/ă S яab֣3fs!Y3- Ys^,%<WqfN(>/_ZGLjONXg,!$_9c3|Y֝aZesŚ55kwZ S"}ݱvk|zHxdg>`$m=zzw?xu IrZn+T PKZ#p X,gj<#*mZmyk=0SWD_  qx_`|> ͱ?Np;?ƯN87E$^›D i0,ձ 8܊^7y1`Mlͱv18 Z܂Zs'>uj="Cq^2 ӟN:!8',|=suP6χnw)L3sjÑl!,>Ao̲N[J\a¬+ɏk{<0z?$qFblG n!^VkyqXC;<ݚ~8;8c]sMA%?fǬ?bx?Փ;?܆Yks+o.6cu8'_>zl|oI,^8|\G4>ĸxkıG {ֺ#`Ko&ZsL&|0fh+Mx!/ftv ~dM&iݶcm)ZKݡ(,m ˘;kP{kt}5L$š mY#X'aρA#\ԛgu1½xM w~;Z~?` VjiubjkNwY^{c﵆VZN=fp9a?uu8impmƾcĖO8ju xN7l]W}^u.Zxo`ᄋfm͋0 xO9OJ=k=lͬ ln݊qP Zc[Zwc< DXN?7Xp8?N}3v[c6vEZ+ "x o1:Xk3 9\܎Èox/c\/^Q<k }qN|8sM~79n͇ +3G8Oc4"5a)NWg?Xsq=|kVqE3Xl$ \ɺ n¶ۭ">|n3ʚ{i{gkXo?'n~p?Lxu|61)뷸wa3cݳ<_oጓ=>O~"+}}b'}:܅opcݛ'{k>r_|1yB~>csd;|u딷ޱ>dzEX-5gtLd̓['Jn=RX6izHo]z15{wX1unXG:<;uUAM·/qk=2X>|)+q7?@0B_,PZ{L],mm+|5X y6mcӖxp KxcvT]X c3q<õOu|cք 3`̇. RVz/m|o0Vk|L0bYl0SpnSxꅹ1?X{F-;Y ,a -q.uxc.;6 uޕ;ظ:rOc|[[apMOemߛx0!ǹ}oY;@ cy~cݟWpz7Кi0<Cǡyy ~єf,`}l>{N:ƌ8,8k'=ɿsaMff[8 Wn8+WZ3_p^DkqYk= Q[1&)v[JY1v?s|w/x~?J#XO8 R\Fu8n0|'GW}^/<}E|{K~MaEx뤲&Hmi j}Z5Nŭ0_*c=0EYk6M Ɖ7aYe_pýx?_ykix3&V âX+` l=/Q8 g\p+h9хX a3s_cu%NeK]z%axs`_cC[3`u\n?F`Gp.e ws|&|Dw17 '6܍?]/vٸ&g͎ྵ|\kq Cx}Rąq|Y,܄1&|l vfLC6TOY0숿YvM(+ˢo$y_wǷ8?OCl+8yGay.A8cx%s؏76I<ȦIa6x8sŻgr3vE{7á1,~L( G!xjU\y߫vy/GA>'''ְ^][yGp:g&{Q/^F,LaLva6\ݼDp$yn~؅8%93c KN8OiN|ӹ5 0)*~_c9FK\Ã8Lo">y8gSV2oX#Lj_x63lvcf.G14 YŦl¾]|٧ <ȿ4Ӭq[v2t 7ڟ| #Kϲ^gy6;9a}.Glwnn9,JV0j&gLca2,`!XRa-?`?_^Ğ<泀lWq)ܒ@so]~k.C-p0<=r ð֏ˎ>{_Y=ꇽ2~oolnGS~׹rLf;q s7?) *rq09q<_a<U.znVLp gq972j֭6c6b{^ƾac{^ƾI c#agYʥLnl{x)M4fp6?q e)2Y=<Ɣg'o sY3--<|L9L^^|b|㹙϶91tg%0wy{ ,33;x=2Og'l=S 1\٪Li=;hViϔjiV3|||jϔ╍;y>[ejϔ,grVȺ 'q=bpw$% T7p$Oޮ=߄'#S=(,~&aeaaxp2([愧䗼oxp0s9BNe1gp%ױ33n ' n<on8?@XOFGFO^x ;5y|8,wL* 0MƳNfWNr$9|e\ nc5kxa2Tv.ʫx0y_ x5㍼wq9SXq +I/[_vHs,_ znewS_ 2\\=fii<~e's*Wpc~հw;gj|o׽oƑ|,>V žcY">9Sޛ%N`IX>;_^{#l6:r87ϳIՂBm|E,½k^8ypgq1+-Wp?7Y& ~ʯ+,x/54 &K|OAx{GƱ;gao> bGyʰ.3xW3mz#Y{u8lv7HIpBݰ^)\V.|pë lߍgjyaӆa/ney'4>lʿlL^nL=^$ƅ͌gxw/[Mlt 8\1,dY2.ZV c5kX/9۲/ep(hG 0cTXy\4:gGף1?[X+8sXZ>!ޞ.OEp&c=3I,er%Y*&լaLT6e;1]~;ˑg YbK`j0ie*3`ٝ9\1,dY2.JULpYäx./ٍy=o`Q|8S9&ng?kv>1[L.jne?1͇ tPnssQNd12jAx 2w kP0xG vr:縆#Xޟxϗ[x5ey,Q^~p*jn^&oT^Λ9X2nX<2=9>ߘϗ93iլٸ؅ qp}E2|?3ǎlS_o˘cf[N2.N\_wgvor+Yz{½a}<Vɗ|"Lv\L>z 9ϕp .gq;p4af.ro~s9nI8Sޱnܿ4,- c!K> 麰FB~ͼn{8{MeN&On/ +ʹd/Oc~['gjeK쀣pnE;G`!a zGyx~DNɌ y۞ MIl#bu!7ݔn=; F7^L*e[cp&nœ7ѽlfqn~J%h\I&a 0 W_I7lAp!&iOX4?\\1ocH `:~S5ύoN8LS*>"ޯ, Y` rMYc\[rRC egҘ7W~ewXl Ƕ#?t'z`z*~c%˙mF~M}giJ}NYWGy8 'Lt~nR׷!<> __*d?IE&[Ih1> c;F >r?a: 3zЄf`4ZцvL,t`!"=шhB3Z0hC;a: ]шh04HdX$ Ќq!nxd Ʈ8w`*^*čޘi;L1cъ hÃ?b(Y?\0b:^Dk4Le;4O&4HQ8цIhTLóxoa.>XlhF ~eG 3:+bq$Zp2^k,"-bj 39Y2_a6BgtEOhK,BCgt8܂'6ϕ^hD_ Ď8#79O6Ǯ8 -V4fa6:_G,+ˣ+:q$FTKцIa^B<@ol#@3q)0 S/K|?zcsl q1Oyw> b 4/.'ո혊<^{XEX*CtZhD_l]p0F\qQ|O[~XǖMp,FLbn ć aďXA\T1*|58 k9/n8!]]xc /Nyxq7QқYXa {0Knel$܍q6VLmx%Ns\}D2tƪ)6~{e{D9},SFa4.ehhTLY 87Lą8,DED# Ќ#т1cъ h$c**O׽~6˻q>q߳p`p6ڇ1ІZK5So,%䏸`>Ʈ%'bod2ӹ χF%Ԗu}YGb0a`}/u:ʽ]n2WpYގݢeB*Nnóx.e2rAăXit)x.Yo7-W}89#g.0t'y.W}+dOW孴18Wz) e84.eL*a:fj܇oh\Y]FaY 17NLx;\C~1W~+CRSע=)sm;ńFDl*ssRZ_? SZK? h +p7RnW/=ۛ8Xŋ8ld EnHn}.nAIrv)qi>=Y=/H;R.@||CCi)^9<C TSԒ5<ɏuez2#]Ⱥh,} {#ӱtcG&c*vj"eD "/v9&[seXsl#b{ $\>?º=%۟a\Uoo6A:ߩ!Փ0, 2c`"L. OHY&NG2*xdղ$l0|<)sdrgXZdA}TKҩLl,5rX397v,,ȅ*p|1dydbU y\l[nM{l 1Cp$^K*Wn٘lr4 cM eCl-ƥosaLrU|tG'/$c2+/}Yk8q.D˕rO6SzaS 8d#1Cq(,\' K,q`_>Oy^HR$ivr٥ 7}5LQU[2/=If!%LFUW/d`yw\>L~\ *lǍ,ϚY{yٷe89SΫ6''6d+v`_.O$[r<7vp6̇:̢?"quWZXG ˲Wؓ6Gs23Vg,"\< /2=87p;)^`7ě,K wC+56Lbd;1ag'nc֩؆Il5M{>\mEs+gW&3xgC ^pdi>J8SWO2v鿜ouXYUX "۳ {1/gTn5p9;Y_Vdm6f gbw9K3/O^c+qw|5ِفqUy~MuT-V7]8ʅʇI1p >ba!ή>P3|k7aLkn⌶vCsw #]n=|'z& K0~? ź#|-%Ìa1aE^S—g74,u-5s| /lLޱ,7.~a_WhAUXؙ=؟Gxy9VyxU؜|<,k‚kp+kr=tyŸXy}؉xU7ySt~9my[y߫8~޴]xaNyK'q:>?l;ùo=>MG/N[XL84:g_Ol.aW8z&,b6aKg_oyx,|\خM?v<Ȅyս:lAҟVCTުqa* pNt&ؗC r se]&~aV)cy Lgkxgxs0,Y /?6*.a쏇}8#'#^y:W)יrx; ~Ӭzq\U/fM-ümkfj‚,ƧÎa~/Ӈ,59^gkxy85]+;y3:fS޹^bEO<_A9k<.,{XOy6g{v gZNi\/۹'H؝8'؝Nc:am65c_̫̟5,Ŋlk7ͼ%'gXs{ t/>}{XS-Msث@8GyY o,(a 6`3gw0ÉOi{ygxƂand1:|-*{q Gp,#.Jnv),/x%|%1[4EXfeb}6e veoP~bRp: azvX?yw ; |,r6|_sw OW^fFY s;8B&du`'8s5 5 _Vnj4If{Qp s >ĊlˡǥLvȋ^و٣YO7heMcOe2Wr/Os+Fdr0s:sf!o,-Ü0d-vƾLd"*|(0Gky{XXY/#s Gp3 r^[M oi/ك}8c8;1y%_UALF^e$88SX9/j\~ˋGx+ T,ϧ5{Xu_Ͼ_,'ǗX|/O N_@ l0ن:a.z˼Woo9~y,.%S\X/98l8Jq<'sga."8.<_y;MIy;:,2|Uِؚ9[yNl.jfybyO<ūqA8}~ϘmuyYq.+O|3<0cXm `,~L7̹>Ѻ;*qGr<'s7O1&D6^Lf0fQ6fqVoӷl=7e)6c[p+1^\؏øԞM ;0=d2Nl\M<ǿK3? 㳬fl~o1^7gp7[s2yg: teO~5=Z|J!^?3{y g?gF;'|ag-c;Fl6|o[+Vl[.La'LOq3b~6lĮυb1)¥,S9lĮU۪qe+U7/kd,‡Gٺv1~~>Ͼ 37 k5 ;ay16| 1)nKVjxoc"ۺEOtS7Zx{o| ^揍{?&>% <ރi28c̑~Ó<$ p+1#0Lu2|ϰ>3xygbM6`S&/pтp.Scօws.q$|3Yw?̺Ʌ<vum8c s˱";q'2?,|efEvpJ1΄e"U/l_+.gX|RgY09빋';Mް,u[ylʼnx/by>ZlWؑ=8'sq[q^%޼!DⳬL̽1E<4yM`C%22$-2qp4BDH9I"CRʑpqɐY1S>go}߷{m`ua Vgwrc;=.Nf`W"ot<&-{K.&dMacvŝ<˻7sd?f^d)؇c{au$k='3nAޱUy%6 Ɵguqo>\C< ά; $df[5_I]'xT̡+ ˰9_d fޭ0Y}d[~ol.LjVu7,p :YWY<=߬?y/ s;VNe<~G?f\c[Oo6<|,ŪLb!yN'lwֺ=8_P4L{%¿KʅiÙ̼U§ؖiō۫X؝83O*s<dY>Ɔ|MDbn<ɫ.u&yla\< Ow>>zĺ̹\<ˌ5¢&lޜ\l5,*lgؑ E\ϽVbU&'^KԿ­GNW==<3̇y`Ɲ Wĉavxh: \_%s, 1eQ؃u9kI/3Ұ˲F!ׄ_:$S>{op*rL?֯s8ivb7Ne:s%eNq5o5,r|9=g؟9-6 ^ܻ^yw'x0lL̓,h~a®Oj'uÄ&a3>ˮ|839Ú1gޑgqXSq)ϻy+QV}6٭ǻɜL=æLT'yW%m|yg.*~HC\<̜?y'K,[=Sz$9;+s'3"fXo+aw#`u3y燄'fvzE4O?3G|r [0cyRϵllZ6X޺"|plz6XgcdB  k 7w4 O 5=pZqdXcT샰p09(|#9_oKK›̲TY빅yo. s0'q. ŗYu۱+O޻",GYM؂V߬:w9/n۳ @Xnc؜ϳƦ.#~M<̰c*q&cSͷ8.$n5>a̿G;ݎ۞/1<{؇CY@8X.PxEt(p*&ו ˗ 3)**Yw>R>,D{9k>k9|-j:xCc·9_}>-/z nI_ q83Gg2]}+t积Xk}Nt. Q៼Os'웉3o%ZyqLa`/v9= ϱh?ef\uX"'- g3uqqwޏ d_asWJؗC9#sg^d# 9`Փ|=8_WM쑱I7SL<9K p?1<+V w6 z1,99eXpVXY9fw2? sᲥ G,׮& w0HƁ)y48Km΄ٍ8yWl;υ/[\ 0Il.<"X'SӸ`uC<5sx;3|Y6^LL<.Zn!)Gxo䀜a9+8f{vc\yYX%XYVĞ<ۊd)V`Uac ;8c)9K[^byYeX/Uf+ax7 46w(/2kf|/5s6r%7O"oƗXUY6^LL/yY`yVf-6b2[{m_ O/f(fgf–lˮ\5,S>|=h9WS 3_A>#U3jWϙ%\akvb7!{dSeEa?%^، ^eyc>4Xy;.:E<8ӸK9ciz"nnM|-Nf7c՞yao_ufM}>:ln-+=Nvf=ȷ8Y,RLfvb/ۡ_  2ᓜ[{0'>uix~9 nqXúΫy‚Xyuq:] G2F؛oǙ,Xo0Sp)ޗ+'[ 9PxsZzѰ.gq(^/X:^&ÒZ6?[XbXpN,>aOh`prdp}}J6o&lf-ul\؁pu>g؅=x'yvt#Ms.2XXx_ 2mٙ=cjd>z=Nl&%_eO>'̚ǖlͪ}WaA᯼>$,44#>9ʿxpt^3WƓMv|@}:~p%ʣtxso0ong6odW<̌a6nV`eVc=痜<,,2|;x{xW&\Fذ_؎]9wO q0w"ќɹ{%8yPqpco]$6eKbjnNy3<Ə89c& NgS/r49OKr?⎯/ ^_u ؁y;x p 3 bA^8qnI- _^(θK{xCs7xN, Ls^/-xbXApKF0_bxW~>YM؟854y\qB-Y3"ڐ6DiCEl Kƈ,C0 ~j[ɚ"#BPޯ빯>9:^S} sߠ4EsBo pxWX |'<'o@ 6 0DrC(a ?N42^.X'8Nx`(y1%'1lʬyc4[y&ȺIrZF'K)qbgr'3'V~8bc4AKFgB? i8}b?(c"7~#4^U'n0eA]y46]r #b*,",J6\q8f%<,*Cp&b*K V ;`7EgD?0&܉1 ll/?NŅ36t6,C:D+>rOz\\+p܅$fbX%X?hhsp &bCGia; ~v8<܁e(z ~1Ϗ>pa ƩI2#g4#\Al6K-q<-IkL׸{-cl)99]C<0,1s"q)⯘=]nec<.OXŲ;&c&VWF2LWQCN27a!{g98+ݥ6)SldnGl/: g"߻&VsOY%]eaki ҏ +X^8/o{K:b^E2?aKg܏.K[qo#xUlC,97NL)òe[mpWcot]x uO5~DYM/ p9Mb+x |X[vG;tA/P1Wb2nT<<^_G4e θə ?#}t{N\D_ qq%?~UWea]z oL~iBoJ~k;o&˜NP9+q7$euf=yvq> +9!`t‘8=fi.ޠ\tOo$P\p4NęW`n_x`>ݤ! F{tD/QxJ#q&>rivr6܈xxbh_y X47Nx_be@k!*܍W\蟫~~2 aXv*14_;uyN| _(|'I+t!8'TYhXe=d|8Xu6`*Sxo̘#yᷲX$W-<+ ~.qO+[a3J\|X?Jc48 +EX6G@q_<7)JAZGp?,K 4.;bOpk Y^Kז+1Kkiqx+ʶ#c1./l@vCg k(p܌MOSyḺ6 P OCp8F\8ڃtd?{0c9}0e8#  ixb<,Z'aN !<5'XyI? 8g܇G0a'g9wa6qCp9c+];Xf3|GȦxl_X6wceVs)Zci|Ğ#㺸q0b?6t_ h ǣr"#Kx9N.{&HGǒX3q-I<3]AY8u5W~wΧc2xՖ/=J^[-;슽qd4w9l~G\M:+1kv#z~@<(_`:b8"lL$܃Y<K3Xߙ尿Npv=vC[fAeDƋqcdBf1 |}?ߵ^{=6?&*;Ut\հ k-YɚZ/ _||-6`3Tbn6fϞ|zl.}9(<3XC|am6H3q7g4Y ؒ%q EfR>I>"2,X]Ȱƨ1[2ذo s5g^m>2'SNd.:nn%f _csvd7pe{ K ?,.Fn >p<,Ȯ6ǡ[y9m(K<+]bOagv`6EJcKaba#b{ nf|^gLL`iV;lVl,p'qO"SL`iV;lVl߿ {G+6*~6p8obk~b[8LW;Z*ˤ27pspJ[y/lyP+ʜXeX5٘m؅898+;x'yg6fAf:a2`cٴ~X<),LRJVN^!~(&.)(q#>@OG;ö[}֍sˣ /rA?ELJG9G}x/WNO)=#?zuKe] fN}p/q&e %\P e g5\:&|]=?=1#<<3\2+¯->[Yc`>I|/"|5Cؗø c8:Ky\ɼ887Dd_ |bXfW>v؉9+ϼb%UR5,6LURתgrsO7V'l._77ug c1l>/8SsyS{K#xw{z27_K1_~=OW\ >ljWÆśz#z3Lvy+vudA 80XXy7OYeYI^Ư8eX8c\},^iMCG , l Sx`Zxfy۰g -Hv!<#f;;,?|MٖGogx7' K+&ٝ8¥\-C<˼Tw~/9)\MɃ|0'$Mٖ]xJLհE]kTo8eFf^fUgo'3 É\;† ug8NOI&|n =|Y<7 aLͼ1̘>5=ꅅꇋڄkA?S:6F';;SXK8{!?PN\ oE͇ؑGXu>0*q7ˌdp_idž{ 'r2O{i)]?cLÙÿ o=xp ca75na'ܕ'̜7Z@?|+n=a_.z0׋j|zk8K}cvscg%wcw}yX@x  ?Y9ɟy}l͂,’,*!RbVc}`Gvg$ˣ<njGGYYXM؅898븝{y&3Q٘Y%Yَؐٝ989 ?rO<dcߘf>`& k!;;pr4'rp9Ws>I^593 1c1fyVb cSfG~^ů9yWyi B,ҬlNɁ8븝 /SPgYY5ؐ؉=99S8K?p/68f`Vd>>b,jldXN.jn.i|T(|/`eaٕ9_rps2i9ϰ(K3ـ-E\<ëôg;3 (K3ـ-ɜe\m'3,,J&l!RV1o =s2c1aEdca xN|Aeb󞓘YEX5٘m؅898+;x'y3s $˳ ۳+r0Gs"gq15es)|YI|?(~͙\U<3;L{Ibva!ei&:%ك8c9sky3;4Y ؒʱ̹\Ƶ< 2uYeY؄m>{SN~ˍc_>}y~G^,`F1[=;q2\̷?ew ,uk>l{289op0{-e//Q&0}ƑW9 q=<&8*gs1Ƀ<γ) `=F)[d:_?86?,N^fg c45ٕ89S8\Ķcg&/ LXN4f6C~/xGyyVaMF6b_م=؛)ќW9Y\ķ0'^5VF!`K>NLbK,.*~ɯyWX[؀0+{qs 0K븁_gx 5Xl|)d q4's.psq wO<0""X7ؘ-؞ 1#8u. znY_xe Vg]&l8vf2y y\\g]Yt&x&2,2S eh0Le:2c!/κM؊qLb 3l0,b1KXl8&1d6s%,[Nb,ؙ9u. |~/+Vc$c$P y\\g]<%,]!X766b3e3fY"e+F1qLb 3l0,b1KX/gc$pGs2g .汐xXьa<tNesB)^bJg4cD2S\q#r^fDe-zfSfv3I|&WC~B7%VQf Ts*<r㏼?Y&ϙ(2ILa3泀E,f V?b,f0a> Xblu3قّ89S8\w7qO<`y+e;>|9s+>?f~"^fDM5XlD0f׳E,f ,X1)`&,`Y²hQe;3ev?x=+qzP'q=6w>=~s-\ρ-~|kB2aGYQϬ|p@3xdHVb vd Gss;X+<\lLh`sy~`Gp4g0빃ż#|ILqgէG~ĝ*3-^OX3~H ߞƕϪg"~. 87:e1|byS{0yC7Gp!&?ae&듫-.y:|?{"ߢ,Ia/eDŽ^(o)cy[W"6ٌK .Lʸ{ٔ\´arƾuws8`1BQ?Pvp&X„ocowǃNٍ/,w,sJ`vQ41lz:@`Y?[,bs$c~ ~.t1_0Y} |K빋/t='r5Yjpx.8pRzqL^{Y\GyOy` 7roV 1j=kR7Xɷ7̷ 6 Na+x(:X`c6h''V`GdWqߋ gn.-gx]ͼ?jSG[ j->x}Ju VaFw >!1gt\=`O/lW+؆yw>}/xC`k&3[YS/s-sӴǮygq%g Bhqw~9U>c؁=8˹u'q('1vȞˡl=98|| <ř/x^WA\ r/oy5ؖ &rW3_4r8B35±8S,i\sC\zsXk~p&E q͌X9{r|õ>I\mon"k Nb~c,:x;۱?'w_l6\ȏ5 6cwfpgv<+'<_.rn6yf)<׳!;r?dݵ敱lŬN8\t>42I٤P쬜sPFQ$2JdTd޳M}}޿ޯsy뾮 ~Yoq / /-3. K&R_{n^YV]./W0`9s|dUa16d3Y<}pֆ*+o&CV,>ϙq⏜#S}ޥ2p7=ᄽRg} =݇|#)7{:<_][?N +r)a'ly;#.Y›v~ :\q>μ*Ι;ǺU Y‘\ƴu:a_d, S/f=6̔=,x|d0n\} WlM8ù󚅗y9qs+믵um[&p5׍iکc>':'D\V먞^'\Fxr)HxoRyXyxdu{yz}1[@wqb &:7r;(Wܽ:N!OoQ‘7.^#9p돬9_aOu~y'_v7A|溓‹Sp ΐ}vsrr3s'zqCм/_Hy0O!qä"_dxo (ˎԜOOqIW]Yq~6lV.Uʇ{9BipVT KU kT U 3m>e{Z'\za%YQذrDk1fha[yux۰h{v _>F'% Y]"]4)5=lS{Ugy s8_}_؀u؄S 7l8 yO 8 )<5S 39w >4?x5''s%,K~\L8p0ۈFe8xTc|8pO2“ìS7UOS/2\6#<\_+373ˬ"}ms,"c=3sS.Lfo6O< W:V\? S/.r%5\/p+,s$|YUVJc7/:o3ݪfcn>YeXU"_ab&@~Q.*nn^ca&fg^>R,j˦7qyf5ٜ9_p)4ӬW,Ślů{x։a`3esϽb?[&?x3w~gwXyw8|uW}a[r@9JCc0xT|<ǫ\;< y\`؃ u&=n^ q^`_ OpJpq yPR$b??cì*Y7W3Oj?3K"lu(Mékaϳ\}ē#o$wx-amK,:a^;NgO{ owج^r}x}p7 S7? GGF? 1򝿱X}8?1߸_Ykh3 s~^gX6$:Ys$|Nj,3-l޼΄ Om\˼37Ξ#c}+[sdy0B/2?h ]~笶ҾWkW!7 2و؋C9k'xֻ> iV8nf/mP'6<6ClYW˿ya^Ynf~|q}%8 }8y^x>p53w~g3G0_9_m߹PXYmxM=;G<g'ۘ)ϯNS2m>v>N/˝L{>\T[?}o_rQ9"_inßY}-yKaf3?X#}x2c0=]~ؚ5v&e e[ `Y%;g8bU6daraS~Þ\^^$O*?0kR-_u\n8^jx?kZ'#qkiVjivknn%_%y/ƒuGYruyݶ_3oиOf7~cӹ9+,,|^/_xup|e^ڃړcO {3XX_q!o ~۱/s,'s6O!)v(e|m9 8+ k?íãlP"Y*lɲx?/qdp_E L'x a"@no\U5\V-p߽%|zػ-jz;AuOMO5 =N =jÏڅSy\|o-~lqyL q_Z>h؃#-<,X'xۇ-!1|.l9 ]b, x74.:n6 E{2,l6lˑ| y'y .3Y^;̡=9VX9Ya"=z_fr3򂫹p;3dIVMƺ؍8K븉Uؐm؉}9_JƚF|Kk6?b9rs,ΊZc&?r5W>uΣ,388s8<9"|-Gʳ%y=2 y\wXh6L|8;&s($bqa?^^1/,?1꼋 ؒS8s<_Gxgx&gNt \|C~<32 ,omfLf`t.ϚǬ:Mؒ)|:7=~.jf(O{1+ ʮ, nam>ҿ<;É7wYgc>3urokK{UƋ8+:!e8yq5Q_y9(xUs؎99\w!?)?X}o^`o}>rL`q?gկ:;MU':MC,xQ=gzl/yy!|O<.i/5`?$K*GrO2 w^~ϴk\&ׇ\>|9%9n 5 dM9 7 sfn𮤰+fݖh<xrgr3nV=ۈg+ n^M۲grw[J˳);p2r'al̥oXl~ϫچNb,.Ή@x6f:'2;i٘,` <*Ήc٘,` LDfqXqltNyv[p:+?a^s Wq+eю!pp'd:df^daM(nid؇<Va]`>uQV^T^? #],y\|_\.A\gAgL,?,0eo1bXvx1bXvx1bXvx1bXvx1bXvx1bXvFۧ ߜ>:~ٰp,p66\& od 0˙\&va3Lva3L') .g6s8_3%ʅ\96lͥ\ò+-_E&*ӚE8x㍎N;h?7^hpˍa?9L5ʼn IvO #\Nq)lWph\BXfBP㔛yZ; >5% µQ9|gjns|㻇yvhOIu-ۆ x]X85%|/s06>f#Îl1!Kö_ 熄p|xeIa a9 #b2m- 5^ g#|.XO؂x v*02Ƶ`c _{Z5|8z O - _b5le؅ X6</2*ƑEpwfa-ƚ-&Lz2\=ɍþC0g^x{aS~9ڢ=fo8cYPxHط-|#7\yhOΨnMoΩ73-\6\ϷͻONÂa%..aa:|drߕcX4{ qqcaan6.]`aN_8zXVaCNN8,ebJx>w3='ٰW،m }Lyd\v%<[e{IO, Or䪱>W1\˜apgsc9^f2_<V`[3lώΞ 8\%|+ swsf ()|9UL`Qg"˰obUVgMfg6b3&5SȮΞ YB.\W븁oq r;wq7?g6;iY^bCƙ ,LdcEĪΚ:lfLbk0ّٓ}8C8c8Sg1 /r_-AQ~SL3klg\qo|1p?lr gs7rO<|9C 3?s9; L2l\p|L0< >s=_{gIY` 9 .Ukn{xWxO_5g!a1ƙ`)a?1, lq q\q q< | C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVY+5~_~_k 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁ\ 20#28L2439Y`%Ya5=`mve}8cN8s.kn{xg^xw>o~ebFc &bf,ˬlpǜp\pp<ϼ|obFc &bf,ˬlpǜp\pp<ϼ|obFc &bf,ˬlpǜp\ppr1'r%W\s-w#ϼ|0xdaFeq&X`%Ya5`=9#93ι+;y'>o~e5wbf,ˬlpǜp˺ur1'r9\r57r=<3/;|7?2AfQgIfY0< ,2+:l\q q< | za!a1ƙ900#28L24, lq/;7Ì0\pp<ϼ|߬lpǜp\p?2; 20#p_/W\s-|';rӿOf:|Lnp;lEv9l0{l7?2{:/W\s-|s^v國_~%W\s-w#O<+o'_|/q 11L1 ay8cN8s.kn{xg^xw>o~e1bFc &bf,ˬlq q\q< | b!a1ƙ`)a?1, l?gFc &;a2; 1oxg^xw@y3KGqO@R>L3klg\qo|1giXb-8+x/`3KGqO"qc537HgiXb-8+x/P3KGqO&qc53734s,{qw<i3KGqO!qc537#34s,{qw<|ƙf%b#θ'b #qc53734s,{qw<|ƙf%b#θ'b8̱[qW_ d34s,{qw<|ƙf%b#θ'b8lpǜp\pw#O<+o'_|/ 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁdaFeq&difs̳"K,*k<3/;|7?2 11L1 ayXdeVXeu6dmve}8cN8s.kn_q q< g3ˬlpǜp\p70< ,2+:l6;>r1'r9\r57r=<3/;|7?2ga!a1ƙ`)a?1, lq/ֳq q\q q< lq q\q q< | ybFc &bf,ˬlp\q q< | d!6K6;>r1'r9\r57r=<_ !a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, lq q\q q< | Eg!bO_g!a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, lq q< | ec!a1ƙ`)a?1, lq <ϼ|_/bFc &bf,ˬlpǜp\p/s+́Y0< ,2+:l6;>r1'r9\r57r=<3/;|7?2.{s!Gs)gs%W\s-w#O<+o'_L)ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ey C 3(K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/u0Ì0L0̰ lq q\q xWxO_=1Ì0L00gEXfUXgMf]C8S8K&[l.{s!Gs)gs%W\s-w#O<+o'_|/ AfQgIfY0< ,2+:lr!Gs)gs%W\s-w#O<+o'_|/>daFeq&difs̳"K,*k&[l7#|n,*k&[l. C 3(c3$SL3M۽{xg^xw>o~et~bFc &bf,ˬlpǜp\pp<ϼ|ߥbFc &bf,ˬl>:< ,2+:lP\a1<-a=9#9w>o~etdaFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/=3Ì0L0Ӭ&[l.{s!Gs)gs%W\s-w#O<+o'_|/A? 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁߨbFc &bf,ˬlpǜp\pp<ϼ|o? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~__ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,c;y'y7/ᗁ<daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/ g!a1ƙ`)a7g9N9 .ny^y>~_5gbFc &bf,(c3$SL3,cYbVYc 6b3ι+;y'y7/ᗁ=a!a1ƙ`)a?1, lq q\q q< |xbFc &bf,ˬlpǜp\pp<ϼ|?bFc &bf,ˬlpǜp\pp<ϼ|L 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁd?Feq&difs̳ҾdaFeq&difw#O<+o'_|/)g!a1ƙ`)a?1, lq q\q q< | L C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~OAfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2? 11L1 ayXdeVXeu6dmve}8cN8s.kn{/ᗁdaF`)a?1, lq q\q q< | C 3(c3$SL3,c`-a=9#93ι+;y'y7/ᗁ>daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/y3Ì0L00gEXfUXgMf]C8S8K[GxWxO_ g!a1ƙ`)a?1, lq q\q q< | C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~/AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2_? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e࿬bFc &bf,ˬlpǜp\pp<ϼ|B 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁdaFeq&dif{, Qx^9NYocUWe'yᕣ|N8e%Vog1xW9ᔥ|VXe+Qx^9S6Ya|Fg^x NYgUe'yᕣ|N8e,Vg1xWv9ᔥ|VXe&Qx^9SYa|Fg^x)NY_gUe'yᕣ|N8e#Vg1xW9ᔥ|VXe/Qx^9?SNYa|Fg^x$NY?gUe'yᕣ|N8e*Vg1xW.9ᔥ|VXa='tVQx^9s)K|VXe&Qx^9e% wYXzys , 3g^8g_zye= ,g_g^87gߴr1'r9\r57r=<3/;|7?2AfQgIfYXgMf]C8S8K[GxWxO_zc!a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, ^g-a=9#93ι+;y'y7/ᗁ[ 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁdaFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/ 3Ì0L00X`%Ya5`-a=9#93ι+;y'y7/ᗁ_ 20#28;p7<?rdV`N^?P>̲ p  0$,;p7<? AdV`N^?X>̲ p  0gYXa8xSdV`N^?T>̲ p  0gYXa8xpL2+l'\p/|`Z>̲ p  0GgYXa8xHL2+l'\p/|%IfY` v8 nx~gYXa8xhL2+l'\p/|#IfY` v8 nx~c3, p YL2+l'\p/|'IfY` v8 nx~3, p |&e6.>aG>̲ p  0'gYXa8x$L2+l'\p/|,IfY` v8 nx~gYXa8xL2+l'\p/|*IfY` v8 nx~3, p yL2+l'\p/|.IfY` v8 nx~33, p |&e6.>a IfY` v8 nx~3, p |&e6.>aϑ$,;p7<? 3, p |&e6.>aϓ$,;p7<? dV`N^|&e6.>a/$,;p7<? dV`N^H>̲ p  0X$,;p7<? dV`N^D>̲ p  0gYXa8x+dV`N^L>̲ p  0gYXa8x L2+l'\p/|`U>̲ p  0WgYXa8x*L2+l'\p/|_-IfY` v8 nx~gYXa8xL2+l'\p/|_+IfY` v8 nx~3, p uL2+l'\p/|_/IfY` v8 nx~3, p |&e6.>a!IfY` v8 nx~3, p |&e6.>ao$,;p7<? 63, p |&e6ဳͿK[Gfvs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|3wY0< ,2+:l6;>r1'r9\r57r=<3/;| >bFc &bf,ˬlpǜp\pr޿yYdeVXeu6dmve9N9 .nGxWxO_.AFeq&difs̳"K:l6;>r1'q\q q< | ze!a1ƙ`)a?1, &[l.{s!Gs)g\r57r=<3/;| t C 3(c3$S0gEXfUXgMe}8cN8s.kn{xg^xw>o~e3 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ebFc &bf,ˬlpǜp\pp<ϼ|߯bFc &bf,ˬlpǜp\pp<ϼ|?bFc &bf,ˬlpǜp\pp<ϼ|??&difs̳"K,*l3/;|9{439Y`%Ya5`-a=9#93ι+;y'y7/ᗁsAfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2 C 3(c3$SL3,cYbVYc 6bvc9N9 .n9orXgMf]C8S8K[G~9oyYgMf]C8S8K[GxWxO_!/ 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~~?l>r1'r9\r;|7?2ygf]C8S8K[Gx%_G%W\s-w#O<+oKr q\q q< | ˿daFeq&difs̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|//3Ì0L00gEXfUXgMf]C8S8K[GxWxO_3Ì0L00gEXfMl.{s!Gs)gs%W\s-w#O<+o'_|/o2Ì0L00gEXfUXgMf]C8S8K[GxWxO_u3Ì0L00gEXfUXgMf]C8S8K[GxWxO_ 3Ì0L00gEXfUXgMf]C8S8K[GxWxO_M3Ì0L00gEXfUXgM~c &bf,ˬlpǜp\pp<ϼ|2,ˬlpǜp\pp<ϼ|۾+;y'y7/ᗁ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~w C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~w C 3(c3$SL3,cYbVYc 6b9N9y^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~cAfQgIfY0< ,2+:l6;pǜp\pp<ϼ|ogt[GxWxO_~+a!a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, l6;>r1'r9\r57r=<3/;|7?23 11L1 ayXdeVXeu6dmve}8 .ny>~m C 3(c2oXfUXgMf]C8S8K[GxWxO_~;1Ì0L00gEXfUXgMf]C8S8K[GxWxO痞{=31L1 ayXdeVXeu6dmve}8cN8K[GxWxO_~5 11L1< ,2+r=<3/;|7?s C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfY0< ,2+:lq q\q q< | nzg!>o~e y 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁ] 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁS 20#28L2439Y`%Ya5`-a=9#93ι+;y'y7/ᗁdaFeq&difs̳"K,*ks3Gy^y2~oa!a1ƙ`)a?1, lq q\q q< |/=~0Ì0L0>r1'r9\r57r=<3/;|7?2' 11L1 ayXdeVXeu6dmve}8cN~_XfUXgMf]C8S8K[GxWxO_~AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/;|7?2AfQgIfY0RRϬlpǜp\09'39YK[GxWxO_`AfQgIfY0< ,2+:l6;>r1'r9\r57r=<3/'_|/daFeq&dif+;y'y7/ᗁ0Ì0L008cN8s.kn>~C͉AfQgEXfUXgMf}8cN8s.kn{xg^xw>o~e 11L1 ayXdeVXeu6dmve}8cN87/ᗁ?\ 20#28 ,2+:pǜp\#O<+o<0#28L"K,*kq q<3/; 0#28L"K,*kq q<3/; 0#28L"K,*kq q<3/; Q0#28L"K,*k6{r)gs%W\s-w#O<+o'_|/ 20#28L2439Y#93ι+;y'y7| 1a!a1ƙ`)a?1, lq q\q q< | g!a1ƙ`)a?1, lq q\q q< | d C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~ C 3(c3$SL3,cYbVYc 6bvc9N9 .ny^y>~? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eO? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eO? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eO? 11L1 ayXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e bFc &bf,ˬl