#! /bin/sh skip=931 CRCsum=1095813661 MD5=6282431412adfbdcc230dd914e3e447f label="NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-8774" major_version=1 minor_version=0 patch_version=8774 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-1.0-8774-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-8774 # 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-8774 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-8774 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 Xorg >= 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 \`pkg-config --variable=moduledir" echo " xorg-server\` is successful and returns a directory that" echo " exists, then that is the default; otherwise, this value" echo " defaults to the X library path (see the '--x-library-path'" echo " option) plus 'modules' or 'xorg/modules' if" echo " nvidia-installer detects that Xorg >= 7.0 is installed." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If \`pkg-config --variable=libdir xorg-server\`" echo " is successful and returns a directory that exists, then" echo " that is the default; otherwise, this value defaults to the" echo " X prefix (see the '--x-prefix' option) plus 'lib' on 32bit" echo " systems, and 'lib64' or 'lib' on 64bit systems, depending" echo " on the installed Linux 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 " --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'. nvidia-installer will detect when to set" echo " the 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 " --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-8774 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-8774: NVIDIA-Linux-x86-1.0-8774-pkg0: Initial package NVIDIA-Linux-x86-1.0-8774-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 : 37860 KB" echo " Compression : gzip" echo " Date of packaging : Tue Aug 1 21:53:12 PDT 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 /DxTЫt0RB>If&@t#"+ET"z=wY߰o=z:>>ku%?ޭd\.+1wryvz\!P7, ϻh-88m;تmz;wiK?_ жyaaa{\EnJt\"/<qW?,n{^{5*%Jtb2Q=6K x+ ]@pT&zxP:q@rW:6d|yi>c,69ގ$ƿ6<}̻g6ndnf+u_ycϲfI,[m>O 7~Mevh˿3{+dE}73^fg/08f^kd1Y/q33]y̼f~1sY ƚf,ĬfY9i_g1uySy}HMsja>߲A3oON|t3~|)1͗i cԬS1?ӻ1af{* 43Q%6_yirf3}IO|1.5,3f7ƗrmffƞaƬ_L2כ Yeᅴffcu-ml!E1f\|-uךBP*Uih g641̲Ff^ 1 MWycV00継>3f!f^cMnR|>43Kg4f~>QoZco0?1 ,lOOe}Iƛf^IcL0˖$ȏ?iYt:粎?d歔%cd1;JL1/m./KbYwP#d}0effO s3=u 9.f^[cF3bY1IU1gn7rL)#)>G5lk3}cwx#ĵo2Ke%HRnS:cYGGN.,e,0FYn0],.Zb9}y}d70ǚ>r?pliF^/T733LI8$'߲ni=}0o^z}9i.e~e;ō?>3qyn>y.qf?䞨;a>'Әyeͺ<:ەmuͶϙ|dھ1HD-|l|6eHf񴙞ż"{.jg g0563&ȫIt* fyU#KbsFs1q$Oj3oq`ͧ[fۇ\flC3ch_mJӦ7YvǬ_?1XG ?1{%]ze]`>_js\Y%k<짡<4Hlc+cW3L!><爙ߙ *i#eb'"u 2fYw|qfrY1 *fym.Cb`>Dz3f<۟1$vfy9o%OU޽$3KuIJMr%fLW7ԑv"|_f^ge||m_g쿆=̼Җ3ۖ3Mvn߾a2+Ҷ0NLo6g_eֻǹ&S,g0Ʋ"ĶR|}n6p>qsN/^ O̼1l${&6?ceHHWJ~4 f5'mzA%e|nō/X|n>S:{#1Nڃr_zf{=_̺U̼Ry/>r-å$LW0FgH1ӓX;KDڣf~wuJ[,f5SZ& Ø7ZX̛- 3Kg󖶧bog-6>GC%I%3}|>k4֘w;Dfo/%%☃ͼnS2XY|lg>W؄n3vWt* ocZʩ̗⸟K|NH)p9/DEې8stTooDޙf>NtKpMd3?Z|O$OH=ti'5ic4.7?>X_1?\gQ2oݚ7Ӭ_5Ngɳ97HrcY\>v81߳vE:q}$U 4c۩̛WS?cf7*} 4;[$R9vI0=Um٦Ǽ%s)fqΙ,{Zg2nͲ/{'h`ynVZ(fY|?695 eJEo>?H?|8ǪmIZΣfK0GG2ާo(yM{Q q+iIɥd>a_|fۤ?igHivOclQʘ166ayͤ@!;:ͼffsY7_;p6_ 5#tG#Yjʲss|%Nw cv:ZyF&2,0fYi){c TTLOa+myv"c)>Yoβ'ĔKWf2V#R3Qן|BJ!PNQ˞%`}m>d=~٘|>PyN`Ȭ3?3ߗ8M;''XY?3!L| ^|+*_>yׄ_|_clc^{ID>} 59钟/cts"*$z)=\.c%3a/^O[ xq"9Uj_Hij(s?c:SB_ }"՟UTwNUyK'Gs;IN{(J^I,cҾR69N~+%w}$VSCoI$L/P*~$ gz:9NZ^I_7'}fOe?VY߷9g50}i?uηݪHJs >(&c/FkWV*7-^7 8_u*Is}R=wȐ`3"W͕߂T9K޺3 q//%=b꫘h_}9GG3(M5rA*I{v&ĪBڃuYO՜nǬt+ʚŨbb$Wo*.u?Hm(#9J?Oюί;uzOK46pGVTx)_1X#~"'~io*_j*_ MOQ}9+3[ƧxO⥌tl~'[Ԗ>'~ՓWAr7E2,JF$?&wꃬRU#Rqһ W}1;[OӗPglʋ/>Kӟ'gK%$)ߕ/MzR[M=A_%嫇9UkKϤ"}sGͥr5M$?z~؜oCT<!*UI{1sP|{JzoTU1&Ս?_إސjO3٤GL3ʆo;(oqw#;][/LŃ"?mv\y^l*^-4pj̓x.$72qo72;0?KO?/XϤR3M+^$?p;Rߞr?pU?#55Qʇӹ iouyɉyeOdI},wx#jl[~ԇ)Ll\*ɂVD/LomOEKLIઽ&{Riqϝx4N2viU%GUY}*WA|BJO'̓}}_@i󏖎)_! j|r87KSտi'[r=}N|II?hxLP^IyUIyä>tJY|n9@s";SB[*~+%Nԗys5_SGƛ9$՜ yLxz/]MC9ϝY*N{iUTEs%_QzH7K_ry/&RJJWVSwEdSHXmRW7~iC{3!Igϑ]_>Uw>5^{A㶪?&oxgR_gt_/U剔/u}YeFĮulJ=[%s?JE>2~ƣx=?Iz:hI<ߝmiWgR-s$vgM< gdUH?"y|[hitLVITyfI$sGL~}Ox/<.*y ՟ti/I[ %5 9v2^GeNy @BI/uЎN~&_R~^g5e|T.Ltig|Q}{_^K#Q+;탂~1Tyls$> Id/ŷ/eoS*UqG NY(;+'jw}5ޕՔcN)7eĨp/ٹ8i&kJWU}ߞm?L" QRMKW͛U^I?jResҷVc>' ?|35FG HxiCQS0՞*OoQr>!IR&CJyR+Ϸ`#Mzg4C@R0Ty.G+I{7S>jJPf]%y/?R=)fN|8$q1/@d AK?r~o7,%]ūOGĿ_U.y~M2>©ϣy f9mY)[y^%hk` ԗ}R`:۾u?K{JG6Eg/jWKyRe\_k̵R~+9wwdRyڒ^%m38ӿ#_z镴7ҾT?T{+ߕY$odp֯)M\/`ge'~^GI$+=&AIC/; NzK{K֙oyO+)}n%r7GxjwKf|Ҟ렞/U3g~p?HƛT|?G=ژ`S[dIտqr+ePϷj,͎@?r8o'p?=%~w'3Vŧ}2SwWd|Q_(jm0E+q23R?gtη9[v۵%^r/& ;L+?joɉVyR5^Dk5:B?K~~IU1qygioTNIzX5yzuy?&{/~+9n2޳JQ(i^Cާ,+jPϺLKN{W9YO{*+>$_K8SMAzćϜKySyggI~U"W!PoW8[^_2OGo@Y5=&ϣHPsE}T<4p^|{TKxJIFj|F͝rJPR?7s`.o:[(E"y,ieJF'/Hk{JR_wX_9$S>@OAzj_gI%f| wT"U.H*cdm@} /g<8'$xHV9ۗ_wVb#'hJ}v;{">PB}EiӞM'jg ŜMA_HRK'8MR^*瑣S8 H,<,yL:y3\x>iT{`U~'rw72[H~PwL0G~ u:/*;gL"=]V׺%h M}C M&?Py>\)?}?So zCo'{27?H{7O_"o+'ǨC}5yQo5%>S+xq$u)Ni, 9_HQ2qәN&q\^QG&NZ~_dzF=/fKyN/-'msRyCW$V?79 Y֩R%;#Û[?w-'IE>WXLL߲9,ivy)='/z>W7~/"3Iw'O=mgx~謹wC7/%>LI=q<&ҞPL&IYĿ;nKxz!h,뫿R^U`-r&GdǗ0]Ɵ]Md.T%_A !y~ֹd|BxCys3({?N~YC"Z&< 'ɤ<ߣ=l'f&"s\`OXw;2^~(o՟/+y%߫xƻIzĩ>iߩR:yM_^Sz__6XIGz-%J6X"R_z~qAQSj$HY ʁ:wK?[/g$)o}򼷨$w1tO,oU4HW}ItyYک>RۯO 'dL %vwڣE=թ/KYoWO z_nSA=?޿$>G'/L*Vd<8o"y{mwRIj|>菧|Dw%`U_%j|␴w*7ʷGͥ~_>Xyh .?3xe j|CNoߵTR?'u''95>7%iĪ'k>sT}W/5>Фrʿ_G*nA&zʿ m7]^=|u\5?|تcV=]VHh|ޣ,:v ٽSnm;ܥU^hݢCvܭǛs q򪽺;vͺaٸw7fIY'ԙ Pףz9OsצZ'I/If=j> GնSˀny6ov/9֙>=\}ݭ^]n:Npu+tvS$d謠շ!O}W߽G}wVEA G}W먢XX6Tu-4Ρ>u->g~G9VW:^!Hxj{MuC7O]Gt>4]{U| 6V.>ctYVMj6jy @j{wj{w!![=\p*Utu٧G<6G%jyT^zͣG-U{T{Gg=*yԵ{Ե{*nunun=S^5dw"TZnR+DCT?4DCCT?4DCCT?4$DP~Z?TWy;Du>ν3y[ wSOI->8S˧ϧˈrwUvTUcyU,ݫw߽~2UeīʈWj{U٫WYUuWG^U{UͫWG^U{=zS_Um9xU=U}O{zT_գʲG3g<*x={QȣGGGǫcWUm6jyTݣݭUyqkwkwTTCѪmobS]̺TYvu9UګO}SʧO+W>|q jT{>\5᪮ WWճ^]6G9=OQ}=*<^=?L}WRiQic|j{{URQ7Bt|SyCwTQuG5:Vq~&q|T]uj;>W)MSڧc>՞§ _·|n]jOT{r7T_u_tcW>V^Vيz W'\?UW&U\*F::BuP+BŐUN#T9Cwu,}>G<XcM?BD:%BUD:%B#T8B#T9B}ʟK UT<:懫mUm*7TΫu^U{|}pBTʯjûܺA!}>cU붨*G[u{eG.*D|j~[n8YyuAkT mPTJÈpzuGZ?BgJ7>ouAV2߈Puz#TUPcn]tyQݫ{W UWl>}*TySyϧcc>~WpկWiWqIřpU~U^#k᪏CuYWLn>-j˂.u 3}O=f @n5߭ʅ['njUݭb[+Wn.},՟r׎Ա+6j:ĥ۫st>W_T{[g~uHKzC ի^':ګnsSe߫ځ^zHg[}R]7X`{ukn>ʓ:ΫUeAכ*=#~TmTVĭ .jUq:έb[][#rrVu["*.Uԭ nNv{|u\s6[n}\nsxV[C*zu}V.5VT1Sm/vq?7Bԫ|.]^TAG5bGx껊!7<%TyQģ˦jzT,8Qq]/}%տ DUU=7¥?}1U/vOW1SU]p=ޮ_WSծp*>>}.ק˧SFO}STچsp5<\pVyX܅|gc6SrCu_}ұEk KoǎT>m?UFuG#3S7BœP]U]1T> czUm~?iu]*UtXVqíʠ[[OPVWTDW}A3;;T?}t;V?GZ{UF1Fup}Tt{m=~/u tLS]~>c5*Bu]Οm-unI~ԡs:v hҤ{[mH~Sk~C]I^K~szRO\ꉗ?z ?VR?Sw_~"[zTKԨK]-5RO\[9jޥzw.5rR#.5R.5ңH.TnSO]:ҩcł.h.52R#.5r_DF\.K-}T.)}njDORiK=%u\mGB{v7' lج]`Ge:˩SKCqޣen\~Y_n7ztѹCsujءs/:7йEm;w~wץM3c.Z hR&MB^[vGѤam{ښe m;70,Ԭӛ_uhۼr*ѽsS˟ cOG"&cMY R8u.Í(b%q,N c,XZXkNrCp*8w&Ԛc=l7~wncO'*'3kz,[&g2O15X? ^S5f͹?oamﶲpl{<ĭ9? GLnD1=";nx/SL:XKO8<>ƩsW܏ur9~8g|\[p7G~_o܉^ǡK(+H_|KcpN).8<%csl]q8<%bcW#8_cf ,n܋Gǘ{-0k`qşq>kxbߩO~-~0'\o)8Wo=k-6–X#cW# ?!>MqNřǼi +b5_P3W܅G,^§ o^2Fa3B\qfJ9<Ҹ{m#?|XcW#0.Un,)vs(Sql{q>p%X ?ĺx 8h]܅g:yT\+ pt g?ٸb,88J{_acl[ 7oLr`4_oaf `)1`>/f ,nlM0` ?C7>&=a쟴m|ϑOqNYaykycKl/оX #q5n=x/-~bA,xo#|i/qqLܸJS\~a fG`\kۇc7{L g'S?xa/qv|46f̔b^NfIn݀G$^)]SY=|/1]jk5쐆NZk4y:9u?^d~lX`,=u0V|VE綶uc~*dYYKG vľ833x``q[6DÖ`;0 _Tu..UbkṽCp6.qnCv5/,A8O|`y2Ǭq'>'q-^DouiIeaҳ;qnOñvù/as\6qqLsޚG8c ܅1E/Y C.N Ug<\qx Lrr1u<>W9 VĚXޤ޻E"wgi3%6I+w2 d=8urukkYl: b-3pu0̚5?6Gw#kMl:{\CYˌVqYlv«x.B*ƶVk;۬4^vvq ~źOx b{Wa{<0y] ǡx bw7_q%p\R܍1]NV\01| <KLךc@>kn,}pXa4L h?h ts:,>Kȇt5/Kx^+-Wݪt߄qZֳhxIXF8mL ލb-Z㠫Cxzn~l0H/qrZ ڔo_FojBJkZ-k/ fQ8?&e:SclS1u$Nnh-FXzGYs`y# ~0!sY?N|AI_ p q n~Kqu561BX#2d-0ko`vq5 @z6vxca֌²X?Ħ~rښ OkWzr *|Z8,sn_mq&\w#_YKxa`5 f`,n,U66h}pq.k_bĤa~,>,5fOb]zfhMAӅ^u.G+>^ט랪xs f+qn'~њ5 |XC4=y`#ִx騵1_5X`{_8+bml_Hq_` T\WûW:S5'U{u35H75^.iؠ6qg[3k[p.7>&3u 6`mp&󘩣㘪%fLv~;\kM1X ð6^8gJ܍:k6ϱ/Aэq ;]O=Da Kc 섽KaX9~=~q7o$?A71&;z4O88e3u KL&Jy XbecK67X`'[XÊ8q"\<{(׏p ~q xo+Lz|wzgZxkx6~pNE s+x3LsƪXa _:|)o?̎E1k'`Oq_c֬K߽|b5K#G.>Tw)OXKcE% 8 %ޣ90C)?j\1#"V/pI8c֎8 j܈1c'9~87<|şr"VF<H̋^,p #.5x$Ϙcc;K0kkXNgSXb:u{٬ ^&5ê8 g0kEZ¶ŬCquY/-LЅXk㧘 эg-n,b]V+TkI~l?Zk6ÊgYgM&ɩ֋Xӭ$fz' 8zϴN]xͲsdZq6^Xhl~`k[e{[`nl0oF`9|Z,l||R /|WX|5ZkjIkL}1kX4ii3tJ8ŤoYi<[gz*ö$\ÿ1y̼?e NJXgxcLV7680ę`V|܌!1GeCwuV{ǚ!5+~<ympA^k|8>U03Ⅼ8{q0~SU <]|#YbEEK.՘$- &rq\E%CCCɷ8!Ya/=x;|bq/(ǸKLT[-eN8>ݰ+!y|F-jH=p2nD:܈I[SbC!>Pq]S1I3=| vx/g|ZZ X׃p0 /p&خ3X xsb6lG;'tװC{Íl'u\c?/1Q'?O7|{/pWW~3q6=?x }aKlp#ړWL/3'܃g"x0/²2_Zy|pt3~e͆q-:"~9v"nn L5q+aCl`om|P.p.CɷXl8g׏ H L>Ć s|G`>Z[?8S\0ݧPaոai`h,%s=7`IqfОͤ>q`ʟVo~{lڕxqv.hO`%&ZH{\WvXD9 p4N4KO8m[Ay+Io<XEj5k<'0CpZ|ALΚ\;z _8T9>68`M pfm!=)v=xo|6n;`}<'0NeXl/Y=.K >CAѸi>18aw̃;^G8 /U{zSbwde|H/<᧨04O3uzɯ}c5:0x8o"6fǴ-VGVE8 ƻ"~~@۞qDZ:^[uPLԚ?z ɬEp6ɭ] Q)i,:bT/ek[XcGrcYx~k͇aX` _x f<!&~c> X[`wO 7a1q|5ǟpnxbw8>0S'\0a݅8ǘ$">Ƥi1#@/pQ>ߺ0)bY35YkV3I,#khǴ-[[Or?fbL'ҮoL͚ aq*8'bXsk4Ø5;x1k/ޤfqx}Aa]L6w֗߳|2qm9zWYd A3p[1?_a%?c!Sp&YJ\~8'4̴|Jzn->,cl7DZ=ncxo|I_17u+koՎs/u$h̓ Ol݂Xkc`Rk7|<+~5yjk SX fG7V?uq>.ů߶DZ "Ța 8}'+Ak,`C\q X ՅXkX<''Kp+_a\B!6Z O3p=x{Ł8 ܌{^[=H<+`}l+Y+G x>Uɿx|?~`-l_T|%Ѝ&m`'<\+Rg~#p:gqZp1#[a{`ha$V0I|1c_ۘzׇ5{?k R0/bI+,q~oM;8;#`ϴc݀U~e=l< Xp%Kå1j3|v9lzr5Ka%S'], 샃q=‹x܍p-nטchqbm>87il#b=l'xOc .ŵ _c] Cv8 <9̌SP_%wx#?WlhG<%fy q%n]x =հ66GHw\kqGIw,>슣qNyxs`[,+?\UOX;`Cq#+x_ఓp;10Κ aI,S4׏q! 29)8 L|z ~'>Ťo#|)Ӟ.x-,pհ66ƪsFw[}Zw(Ά֡[S6c?kajk}zKwk^K_W c'XOat/_vKnuJu7Zlc.끽֦!{~s:d&;o p9xNj LvZ2u:\]M[Ka%F65mxtgzCu"_XbS]:9܏oq_p&I=okq{X~emQ1K@v;?KdMhmݰƩXᝤɬdɭs[[a?,px/m|Ɋr^5ìX]*Ԛ2̚cQ Xc#삽G\k0ۚ `Á8 '4\+.~p2q nCx yP _c Ə!Sx3L]7>>4RXbCl(U5f'J*S*OR^խWH}e|>#4[%p+Ƴx4!a3b6-˸uƃx obmpŴm'붳À2`։iG;Y;}IWn'A~D@3DXb0 #}pp,3Zi4 a8zu&@۰D֟dݏo})l۰4fz~kL=?;G ;G`%Q]ŸF}IZܸf܉"f[D}0a7|Kcl#|c%Գ +-#c63-<|IWp1[p5ǃx$~`)8yy|a?m+8#[c]ŽW:܌ `HSq!p?m|6S0(g\0k u+~CqǺsg  xS;~Go Xkc+q..ո;G)'X xo#|iQ@p.•8yЍekW)w18A{Gw8g'XKa$~p>.-/|c8 .µwiOqXKa$~p>.-/|cӜ7N_p!.>8= gsb~L{v&%уm;Á8Wzv3q x c|& 6ĭw/3my_\ÏY?Ŧel vv<<>¿AAk]/nGpeuZ.U㘥6–`sp-xBqKշw[?#5kZn[׶k>G:g9N÷;XcN:ûXvWwݬ0< ثu fSصP\!>|`[תjխV zGz3kRpL=֫|lӀZc(1Ym|lӈjz8)5cs7g=ՂiՒiՊi$i՚iՆiՖijy缰V1YӘ3a.וV71IZ}OZXk/خazKv8+֋a>_ֳ8}7\YӇ|(ˇq5i5cFrXkfpXk,1Xo<Ә{y'Y/X='gM!M88cs9>63I5zkD1?_X'b_9?5:n5Rk$6_a=uWZcU֧p5˱ߺ o/Xo`Mk݂6ZcV/~' >Ăe{\;1꠵+‡>' >[W~lz\G!XM|NǭN~g-rʺ 漰ssz;IKXٸ X_aP4\Q; 5+UI#8RK烋q3~V`P9+u|#9˰֞8 [}ƻXu;[.`oַY/&X oa%l}}X¾[YcY?|}w01;Yu"~IX`ց:Sgx1 cCv8ob8c#ֶ&>j퇯c8NXNr{Yu1>nO'9q9Gz~` LtK/ cҫlɮ=nm*A|o;"uïr==0C="01c'{<ׁs?>q%c^qޘ5獉rD*: a8-:Z/Oɬ [svë*ljXb|8uzg`9g9x gb9D/nYq.fɚNjxq܀[`s{@],qq)߱.{7 .{yX:7ׁw7236%vx{gl30iE>> [;ql\z%]@1#DI'-JXwbՒCaeCI˜`7/W᜿|OG0_b 4&.k)O0mu|iLY: 3TvgƮo*o*x]UKU{V#?aֿ05$}DyExֲ~/طcL] ×طSp83}j)|F9d c0C#HL: 36~ٚRaf:ZODKkFe:zf} ء-cT;cjG';;Sa.LcLcnLceؽ5s<{YW7a7C1}~6b @^k/V4Vul87v?}S~F1H<|?p1coc)_g90&? r i=u,>|O0f 5TXW?ө'0叔g00`&狉fQ?a֟/~8x]9_3G5Xw˱| hbc; ^H&}ޅAu13N#413c}1;ǸlPL}3kIl>z cgze=ucSl<;ϓX3v;c%6nYS\Zb^ymgu_ Zϳ~>n1?T/1ek~\0^ć50uvǯq<]0uvǯqk8g:dY zOS[HciZ6Hv8/18mp|`$ٱ0qq2ķ?Z`:t5[}dֲV[7~a&QSkfRg4}-O%Zs;XdtF`,ð2Ɩ5ٸO0O?kq܂'~- '\gplKaaLð1 |Ɇ]\cF,?[G@x5 #Ne;̲ MCG|8`9 '&&_T;wp փK?Y-']q zc5[,鲛8 I)֕׭}#}n}kBM :/;51ukR:uVig `mcI?,5Țk>Ԛj5=FrZ l-ul߭)qw*wZa4vp0^;S׎ZK iO<}&x6Y>+_\Os/+|;Eq㓗$YҰ}p{p\ѰaApa5> Ouϕ=-|r*aM7R-ǫnq\p> V6FaLGF`;{gU6kT nM`\:3NÙcwh0g%X8ii0|OrӘ {y'eqqpOrGaY? _`O|;enXzyS|c$. &R EWLc:38ɵ#<‹˰<5S<ӘL.X<,D|biU-9Xm`/Md,*fykmתeuMfkuU^NGg=}zzP3~fWN4_$,YxU~S2 S}z,?:]ܼr"3˹%0vB_w5ԵF]0aWp龛,?'X-ف}93õC<+vw[q Sf2oelώ Ź'yE'StɷKLZda%;xbՙNqȒ:'\=+nb{яa"؈M$n\]4]p)O/!vb/E,< nv`Wgr=p; xVg3>ʏ8\|5#: .r,1b+Ŧ9ŭQd1%XXUXIl;y[>ciq8'SB.c.[㕿#1}؟-.n>.X5ـm88s۹s/Ofk^ʬ٘M؜؁]كIsLc:Gr,'s39Rndwg9)٘M؜T.c.w{g%XUȺٚm{1#99lp)Wr73;0)g),:;x%{2˘]pZXYٜٖqa9c9Әəfr%q3{+wy&/cK|#88Әɍj >W8Rndϲ9u]ك >a%%;?gaZnb>` ؒm  `70)EVSl{ a6s۹G碟Gx%⺆,q _8!—؊ yw1]*+G2"r=Ͻ<<˄"a1aEVa & p Ә)d\}g{l ʇ*+$aKkk-,fabnnOao,>8G sָ;|ExSrx}.kTXCbXpma>?9*aŽj-o_~<,eȖ|wux]ֈW'q69g]<3L8eV`$=)T'SO Wf9>qyÁ%£UÉd\,<+3Ildc'9j^4y\q%2(XlE MDcidle&Y2 s$RShʞD25Y&YfW,,e~߳|ֽ7F[!vukz!:P3Ј oc޲/`\H_|#ʳi@ C c&>W YMbxnX{^jCzX܀?eP4X#7 l![$ 4b8Fc&vL S0CЈq130 Oc>`!`Vmu1Zc{CtFw4 4RL܏GkxVa l]'E78r\ ~. =G†-e/tXkO8ѳN>h`:f`|,B,2h?aL%eL?^<|臓10c1 㔹d:&FɃoZ6v8Oyjdl8}q \ }?0BfMv/Rݲ^1PVy]KՓpECJZ6ͱ5?ݤFa.Gzhw o|'eR趓T齇ӎ(C x Cl+7f ?xc<DZqE_| Ƀ+ru[>g!p|(S&4y$-ڡ3Јј阅XehR,5ڡ3Јј阅XehRBhv 4b4&a:fa>bKhv A#c4ant,&ˉVCnns=k/jo,뷖ɹiHEr{\/&ȿˇeDY.wyHߖhzG6XPDC{x ?# ?qx 3+d`ծ˫\EG\[F}˱?o kZx_bf`ih/K:p]7y{N}O8q"o7>/}|UKKlΔ\d(L4w_Ycþ芞8$q!.(\q |Ud`@FQؗO~>326QQ %)Ke0¥/AhY+wM^ $%sfEI^èa'qMvI4i=>9y?A958g2>QOZXUEvكtQ.%=bĝ`hoEX.}7E ;?`$`^,RtO)XY0 ͘yhBcE7C H<(y[. ]%30k1w><Z/`J |0L-Q3x#|ow-esWazC=)Gb^*r7-zp2l-#@glJ9M^ĬyvI4Y.'WѰ_`2R.<$a,xD~v%7Y1.[&V܅1 gt#p nI'k`yMf|S޿-'ݕ qdZT֔K00RضŝdaG_G ]q56,=F_Ml(z8gq0fYi+qq>FZ,p>Iv ^^cLSx ç'34*dj3C6?9?Ǚ2wmpOWOΕSq^\擷w ]qƉsшq-&܇Gױ|dg6бB$DDhPHF阕(PM+{eݱMeDY|s?}]}=pÔÌYeXu _`;veOPDN<.FA%N{}8+1'˲2k >aXhJ؜ݘı33?XNbn>,٘/=_g/'IS] 6^c9afcc3&/Gp)w+ٚYbbo~\]<+4_qO1e[veo5Zh|˩\cQx7K:Ev{8 w2;9xy/Q٘mTdX&xyiB, |ؕ=ٟ;"N^gٝ#'u8c%b#6gk&m&q0GqYbG- _f][m#xyO ?/꿅8e6׼ěw8lŎGr"3,}\'ԡ֓O;;~QgY\qy1,lBoi~xY\_kt]a.dYbcW&{soa>Y_qlnɛL{[{·X{Sxי⎰Wp ?*Mx'ba緜\:?2X;S؀-ٞ9S9˹본aE` b;&s7:f f>϶UR+ⷐRȚ|ؚ9x[a9Xقs87Kl/?0~)s/S 8q>ٖ]؃8:X\{8|ݙudf+vN{;ca l–w98si gr^_(yOUP/a)å\%n!: TWbgod M=f ;pgq]\2%Xq pp'g5/lO>_cw9<߁Ơ)/ QLJ?f0u̷؇8xgyP؞992a~Luefga>>|m؍9Y5[3؟k~K2I+L0ce6bSf,&O8晫s4y֗x)[7V O9+xXwVa<4 ̋§-,o'd%9ncѥC?r8##9y O3JŜ,|`iĞ ɜl13L.p0gq+޵؇_r%2:ecvHqX>āoveu`O~d`Msi<<ϫL9{EXYO5þ#9p 3nQ'ـ0S3Vϵ|7/Lޞ~r&7w<$a6vy|tw3o₳xyO3ōGgs'of<0K,ggt~\+]\ o]7չ 壏`;Łɹ\zUGA`ZO N]A.fsN2_"n^ҥy'yw.3.&aV5|d.j]\2z<%;W88n?~19#< }?s+/^g,a~㣬-',5^wY)5ffa%3lWٍr˹xg1g0+vep~]W1U[2b *o8S?8k6 3SGLvtaw/?Ya',nK*=<__ucny_,L_1W+W/Dxiso”/{~e\s֯C978KxM9Xp ?%<,6,! :p-GqS\=c~aavdO.Vf`{YG&Xu&~&q(W~>|q"rs#wr/O"o0Oa`q>ƪ|f#9l.:n~;慙YeYؘ/=_g/hN4&/9?rS.s3b<|k568#8?r6pq?OO^c%օYUYg6}k%uyn T=r gqqfldca?^f)3yO?%>N.csa7~ίw9m?2,l8ù{y邸o`?=[,x9|9ٟ MMU)!mؐ/r  ?i9Y%g8psOs<͂U*f|X&{SA%;wa])e>t[U p pgJa"vi rGNluSuz?-i|,X˼ olCTXX'5 o{.ʄf֋=8W8E+q/IEp%7 Oÿ:/u qD%pqw{;\|S >< p sȶ]ك}8c­=G rxq18Y'3efXjř\Ywa"X|srz{Kp/fc r-^a6qʌ{Îud?fI].>7ܽ/zB3v8YטtؖKyeTsu>Ϙ:TfIt ^5ޖ>Af%Vi󸚳?㌥lck5Q*!!Jl,lV:d$$$ӹsg˷8a.]UEox9j5mxS:pT-8L%ulRԗsų/lH脽0#0 cq=&-~C#3YM]0:܆ixKuNf6n✴ہuXtHOr!aWY'I1w@S$HO1;^N CYu\_2^Ie].x4>aqXeX vոwx-|1A3D\bt< %v@;tA7q+x+V8 bL㘉ϱI5blPxRGrY'qNyWf܅4^ƛb3+fh{b L,VF/`&~Es< Nĵo4uqW PqdnWoI,?\er{O^%?-<`>c;sc-l1 c<6^he}e6CAk[~#ᡎT'iV{̮2W|%xw9vp&`f`c8'=G$s)wrY?]m?F]Ƀgo3XÇJ7=LZɀQȟx 0/weWԿM9OhYcW~J(#ۖ&e1zS_JcVLFՉI ,SRn@!5=33[R+Z[rW9Ɗr{ >Ex?Bm#D?krl@CcY ?"Ndz2x0i0O.b1t|"KX-^OBi\D_;!`>.Mt.-WqFyc-iq.fmPbGW8#p|?9 b &l?@z ܄Mfyth$Y'JN zdYc+t^ Qx*c]/X;A;?]>D032;?ϒ`Wtľ#0l\q;㘁]|E +Ζ& -`9Qfhx/}XeX vÞcYQ'9ŀh Ya! DZ07klXxy{$5^A)Kۤ-K'Y4;%]%N/MX܊{ r~eaxyU"{h|/]}1071ϗ t7e~0p>!<0 K53fdwq'9 `ؚnj:*~g[#`oX[6~V5vy' ReEBta8 jL똍9XkW?y9Qvt6^zh,^rgoyOyجXl*'$d(#=<8L)=l'1#2n܏ce=B$q< Sh'LEwp7cLg61R'g,3. /t儕5Zr=` &Ÿa*7sh&ݜ=c!?`/^6*m?-9:Odc}}qc$b|iN}'`8`ŭX@`}lр= GbNƙhрGbF`.ƕXlyS!W1ySK<`2b>AOr)c2+/5h_E*\ix3\|%RBD7A8vc=ҁuɘ^$tSwX?&.8GcI;$m7~C#wYM]0:܆ixKuJsl]=)/9X)@Ǿx<5FI{x:zMdߠ NP dYqAk%0rq,NYpn4<:G?bWb6~-[F`2],SLGzdG(#?,Y'ӱgn2_@Y2T/ kc 4#[5>83P&qn ⽩23LS&Α"+G1)/X:-bK%|_;AZdW1Okmke~u>1 #)Ul,󫬄Kq v*0 q|5FФl 0kԔ0 ]|n]=Ƌ|}9#p>.5aK5Xa3BktFWF? 08Lčx66B ݰ'DV܃,^,44]cy f&\zm-ٟme1fiN23]z[7PoOYδߝx{߇Ļ&)c'yў7 <5\;FSDz߃9g#X%X-7' X#N8g+p-`/F;?hZR-:( K21\;2ɒApK89,Ay/t0A\I`ǬO>\oҸnja!6,O}q#D3DIGQT$ΖCu2K2c"2Nt1~_㺯ڟVJ*7lTMe6՗u-bG'a)+ZnLJ`/1ȑ`6k,ĸe&9L"\ax{Q4Siw\[ql籑7r\<^h _`t|^A<ÝJG5䨺rNY8cp">6-q+CeZc# }dfgYS1uy'1 %^r}4 2"aCŸ7>E0"g~q+~d4hV8 +#7fb~¡g\\kp}|o=/ uO9v3տɾSsxfț?bcN莓wa$x o` +xjX09oM v>#p"@?\1 wc 91_;,Ųk%Yxݏ>8؟x@\^8q9ca"&a`b`}GD~Wc,|~ A5Z-vAta8. wb4óxo=|Xe|D|q"遞8a2|lKxfTÝ5vCӵ1ldmJɸF L{c).qYXp3qP4y>'N ײ;pJEԇ ;a[̸JX_Y}?#7udx'>'ԑoM'Jz3fGKw 'ϙA<-(tso#{S;^>85^?pnm8/5XuXۺM.-Ǩ_e rpxev,)Fae>6cGfʿcE?9't#xS"$c(26Lv@/,Yv}8|  Cx3XL@㝌 >ѻ%\4M{h-+Mėeul}q/bpBϓ\[>>htZ` K`1[%8sYZtKp%HL|l\k0`|1לOohBVnO덦a9˥XtG9|dlmb ͸x sÚSd}lmq$zLǝ,^1^r.kϔWl;G9 a+b0#ўl1XGd,rZ`?~f$/;l@v\"{0 ߢJDZ*9`!ri-N w0b'x'd4}qRnvEO\ɿo(]La*f|;Vlԟ{ 6hq 8}q!P܅8n%0 ob 6f0 ob 4&V~ïݥ![&QyE^zAߝn4.G`HFևXW,n~B"Gr>8:Jގ .GH:Gpy 6 dixZ^+a.3ko"גj#_|sig!a)CFrVSc#S,&-0O%Wۘ"\|l)[Q<#ɉx3qX/b2ch{ʏaup̅{7`8Fa& ,,s\VF@lݱ/B\kp X<03!Ŀ+*h%v^X¹qca"&a ۟$>84@|^e$sU=NTʧNm3Ϥlǜ@ǔB/Ic+{M}Q_!Idb<ΕoO(.i Ǘ'ý76(17M)G~ȖUU5y?A5 k6)_+ 1h&#o}9Ղ4/1RNn88+[K&o*o&6'BF3[QVvoͼ%-vߞ:P_GY>!d~d#8~4(1ss/p`c8T&}bC'ɾ)M92]ȶ+E/~3W7XZ쯲?r^Fo;qWU2]An$#g{GiQ$qW>O)ouY]`<&b`g ?`)F/ G;LW9HN1Kw"YgM-:Ya=p( qR+rLN)cRi]qKcC`^3=y1.c\4mWG_\ETU&b7\b2g@n5?0@#C-d!:5۰,73Z.hgٳl2X]#Zv&=7ˎH-Ȋc.qmY2O\_qCY y Һq8:uS?`)z 1qLÛei1K Zy+n"eI{Y޹+ =r`+솿b_\y빜q9Z3IO,Wʫ0@o-v-WpӼ`s}pN81+Ex e$?m*KG44Mci+N{l5Y8dLǘ kָ`/ \d#pp܅ɣ*Y,cs3ppLgw)8L,c8& ;<2_!g?܊}B ^G&cxq6/8Gc(x/54$[b; e*\xc6Nϱocp*&N|m=p2nWEʊ.똉8J%zaN>@ Ȫhr] 8ycIcMw6<~G}i5)v\9+O.*o=g^o8 ٟ6oeO!z|yq/x/`'66G.s[xH|e$~3tw 2YOӽ\W:4rZIrTc$#mڡRfw5&D4!"r,vZheQG.u~y߯~E\ɝczM {i,uFdž|S9=~ȏ_;/owcS>Χ8_?}n#gyzlȇٚO0l?øgll?3x+g=|382S9YY,mWςwϖ{_-_ҳ`JYlo#S~ȏw}_*x~q88s`~` &^qk7p̶_'x3%؝}93S .\7<3܎T<ŕ\-y48+u`ICٟc6<˜6*~tϩuO?kdS/X~pWI~UCmz1Dp-s?sw>ؔs!Wx)\b7߮_߃qeczv畈`Mӷ!2< Z?8upE~O=`ư`FLRp-{ 'N ~ɋiigQz8 .厹{S a"Vk-Ӟ˃[ Z*x=ǯ [e.6f <L?|;#o 6=UK"3uϦwclpwSk857 wV;ؗ98\5]c>Y^uF HcC>NLXN f--y,/:#ꊟu;'0c939K{x :GdoKd ؊؅IA1||2X|1S9K{X/mܱ&;'0c_a:q19#<Ɠ,%}>Wl8bvSQ| w_0 /o_6Vg1m14"zne.(XK,cg{r4_taWp2xE,%g5烌evf/>|S8󹄫;XS:HcC>|IL<.f670y$ϳvlgW xNlfrp3w[y\#vlgW xNlfrp3w19 V%2Vj*~Vc}>Xag939K{x<şoh:&ل=89y\ln`w Ig)Řx;k^6f Ƴ+pGrx?0-ّaÉL\.J6~/Y/3"y #Y 0[ &q s'3A~˓|1Syxፏoؔ?q '2s+xGY^b+=f}f5g [#ٟ8ƹ\u\QXʏƻy#l.LLT?&3<ȣ,?Xq;X)c;&s r$_Dq.p)2XS?/#ZY?ڼ2-;;9/r"_,fp!2X|F3 Lb S9\-y,/:#:X3C8ib6s/ Y̫|F1LN`B*#0~zlGٞؗ'U/p9#~}'#ٺŻX9[{rS88|nxWI3LN`B*#(Qe<9,fs;żʈg1m${>Td&Ws %,en/F3 Lb S9\-+ьaTN,\ǭeKxe1>d,۰3{i™%\ō=G؎]gc]3fe#|zqy8Y<}e:51ez%,K_̍yDŽܸ)gRw:ć̻筳N;qs/|~ɔ!syzgpp< ffaC6嚄p;[ >s"(cRDϣ K M}(b7L{_XpFD_\Í,W9̚Dgtx=9I Zp[S6ꗨ)\u\;${hh߉O{>3,#&aOyיe* q:s ?^gϪl.\-g73 q!O _`a%ɾ|pӾɜ|xV؀O{ $_*-_2v83; |)\v`۵ g89Ytq0.ga6_ϲ!qa97c8n_p~M uSS%ELveo6|+6  ~̕>ò:l> .;Ż3J!wq}>ϟw/kHdC>Ŷ~)|w^>X<,U"f%á<ȣLU*,Rِشtw2Χlq|*,X يM+8>w|zX:>L]9ќkX%̶U7NK\gӸYjX]8x{r)?^~D1ٰywpv$κa-dza VT_y?Wx,<0$o'O>Jy#a 6gw>1nyEyq~<q/r>(?-|WC;|e#<ʼ׼,p<ʃ8s;X寮"d[kq}:%|(wؗC9/ 1iqL'89U-ҟLXLnlD?7pN?v]6v vff{VeMיjș\-δ;'|89u--̛ߘvOM AqDTzl<ό4/uL|NS_O/χw/g.]_Օ ^u?y5yl\יzX>xnNdye;4.VLsxl<+,|KssmQ҆7ӅӇ52Y#S?aKfü,c;ÚY§([8.{xkr96g8+칸_\y:_<"’n+򇫙-!q!lϢ…&ldva*V`%`"t,=1Ė%=2&;s'ldteV.dϧ>V+†=W)L\MP3~Ňk p2Sx}4<@&?Up$2Vڕ(ÏOO'~-#Ly6.8YyG\XoZ <60<4(:81D o m `7jυ'{L_3SMS_Rxj嗍ynSv\N`4.-(||q$|,%4*Çr\n>ˤUaa;'|p.LtA<׷=7> 繭6z;Qc+~{Ł? 퓇:Oysyzp(ȶwhݾ6Nwʧ1Oͷߋ!v rϟ6wE_ԥ.r83vM0nos?3 Wp61.HvMdavkx{ro՝a,I\i s_[d {/p4'r_.Jˍ=<<Γflޜ%7ap6:VO 翨3>3A_3IfgMUf+=Kdkngӹ4ogx=Gz}~ETijX3p[֗gRwV[+'G*Ϸ:L^c6ky9tmU/> ma./;ٍXk} )†pȡ<&Icly? Y~O%qsp 2p*Y\:c8 ه-83yYkGu.}^8KW ײtpQXW&axfq!e؁k%)>8,/(^'ˇ3,]!,$VX7<[obG?>p=o<}%O}{X0p 7IϷ~@Ïl08,"?ub7zLo%/8+yKxc%}Qu/7O M~U3G}5>}|XGYb!/_h-_NjյgùŸYuuXfMX rp3wsS?m 7dv`+5|o>|lTd YsqT>l.W5j_x>t.*~~Շ۾=A}p  c \>aX7*RO_V3xlneΨtύJ0!TEᚲI/X>|BX撰'?&_,H ߼ٞ9Stݰ_a> G3Cؖ/k^Q?7x릮WX*79-Mo 3q<X6ygr3kqMwsbB0yZ;u8ԽaL^|s|ϲn8xupϲn{/e5d=¦\;'~\x=+߼hV+vjnda'p"nb.<^u 8uW&ߤk^fO1SխitJb?fE7ϗ/ KN|e!OUa"SXy3[r(+-cb5acc ٞ\>CqX6/MŮ8|qkgXcؚ|GrLe7s)_3źl;ι\ȷyNy ί\͏GXӬXG8s0 V±-τƳp,r 3al.׸O֙ؗ3y r&r7ҧg\~а9s<[aML fq)Íg:1+ELa<9Y\,bHA eS1,^1eL fq)tB~cLx8a{._1* ?/؁8k ˎ`y!h?I\LvۼbƁO,V &eڇ{39cfNL0L2؛a dX9Ƴ{39cNL0Lzxvbof2yo^REՍ7K×9\tfs1ܲpry|d.|bs:0L\a<؝ӹg{39 |&4i\\3}ى8 |&2i\<ajk;ss54vt.`.Ƥu=O2gr'y'pFdR{{؎8r'lv}Ý/Z grsQ0RػFp[٬^غ~0QXq6 ǵ?\>y.a 8˾n|5W:օ ;casλ{Wr8lxbaߗ E/lrؖsIYapD~UGorfu1_s°חx$>⠒8VѵOn ٢Uزgu[jC4]68ɍ,^Q߃ &6㍼'J}Dljo6>ke}\vcf46|.M 0apɃVz4Wصo8՟ 3,9:;6+7vc/넿>Vx`pÝ^;#;+<ĦMsŒýssp ӎb}O |دB8%,`õᴖ2f;qn='b(seF2,fJ@gaC$EA5-AS\jTb*цhSbڦ56Ոf0bfp~9ysx"~GP.G>j䧚eӑ`?B=2w_|wϿ7OD~G"{Bc9ď??mD<~ӑ_L>WoU?={߉}+_&߳/}OFV&wpd}S?D>oE~KۑAr7_i F~3ߑCѹ<IK*2/L䊧M42>9Y`%Ya*k3dMf]N8s.kn{#c'<yKydi0[Y>OyXdeVC6dmve}8cN8s.kn{xdc%bL24o-x,'gEXfΐ 6bvc9N9K[/<VQySdWLIf=|#,ˬ0`5&[s5:1$32"l1\s/gIfeE fcι枱_80 >ǜs=c|ƙdYXdm9k{S>L2,5#9 .;#_}|d ^343|5s*k pW9yoygYev9n.WLw|fUaNᖯ~C>-<1 x{fG>1gY`%Ya*k3dMf]C8S8K[/<2+Ox3󂗌 ^3O>OEXfΐ 6bvc9N9 .nXCxSdWLI 3gEXfΐ 6bvc9N9 .n[%bL24o-/,7ΐ 6b]C8Sι+;y'՝q^1k&b7|b̳"K,€UXglzmbL24oalq q\q q_x|}]uOy8S8K~9'Xg9;u׼%x"K,.{s%W<9c)y< `-N9[66;r q_xd}xSdWLI 3e̳"K,€U6bvc9N9 .n㞇#`YbggEXf3di0[Xdm9kc1L2,s,2`6s53$32"l1\sg3$32"l1\s؟gIfeE fcι枱gIfeE fcι枱|ƙdYXdm9kS3 ̱Ȁ!s93ggfcCsggfcCsgl(q&a90d}9{ƾ q&a90d}9{\>L2,s,2`6s5|ƙdYXdm9kgIfeE fcι枱tk?8<9/x85L1fx;3>9>3, VYc!l6;>r1'r9\r57r=|ᑱ/?Ox3󂗌 ^3Ӽa=|#3,ˬ0`5&[l.{s!Gs)gs%W\s-w"K,€UXglq q\q q_xd+%bL24o-^ZӼa=|#3,€UXglq q\qN_U'3>9>3, VYc!l6;>r1'r9\r57r=|ᑱ3g</f)y oy{fG>1gY`%Ya*k3dMf `-a=9#93ι+ eEXfΐ 6bvc9N9 .nߚ/g</f)y oy{fG>1gY`%Ya*kpǜp\pp9>3, VYc!l6;>r1'r9\r57r=|ᑱ<9/x85L1fx;3>9>3, VYc!+&x$SL|b̳"K,€UXglq q\q qKu`:C6dmve}8cN8s.kn{#chySdWLI ?,€UXglqяǟkE0 0Z5Fh1 SaU+7ǪUgS+ZjժUVZjժUhXP|_s_g#O<+o'_L 1, lq q\q q< | C0< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFcyXdeVXeu6dmve}8cN8_GAfQgIfYgEXfUXgMf]C8S8K[GxWxO_Qx^y>9cN8s.kqEXfUXgM8cN8s.kn{xg^xw>o~eAfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_'%Ya5`-a3ι+;y'y7/ᗁ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/zSz1Ì0L00,ˬlpǜp\pp<ϼ|??daFeq&difeyXd}8cN8s.kn{xg^xw>o~eч? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2ҟ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2֟? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~ 11L1 1, |> C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁA0/(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/ C 3(c0Ì0L00,ˬlpǜp\pp<ϼ|W0ǜp\p| |=/daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e_֟? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~W 11L1 1, lq q\q q< | ~o 17= | v? 3(c3$SL3,s̳"K,*k Fc &bfcYbVo}XdeVXeu6dmve}8cN8s.kn{xg^xw>o~ewp C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w| :Af &bfcYba=9#93ι+;y'y7/ᗁI70Ì0L00,ˬlpǜp\pp<ϼ|a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁY0Ì0L00,ˬlpǜp\pp<ϼ|?daF :72=Femvg^xewsa#9/ᗥݽcU[Bl< L q |, \q ^l< Lf9N~YVn}Fbvy^}f9N~Y8?+r5729?#6;3/2;?3r1'7?8?+r572u~Femvg^xet~fcN8o~er~VXknev~Femvg^xe*0ǜpp0ϼ0ǜpRYaןUXgMa=9#{xg^xw>o~e'0Ì0L00,ˬlpǜp\pp<ϼ|N0Ì0L0p7.kn{xg;pwi0̱+l!Gq57<+o|tf6#8x7o<ˬ&'\p=<)ifXfUe}xg^x>}0#28L1 s̳"ˬl6< o'co 201SL3,,+:lqO<1L1 1, lq q\q q< | }OAfQgIfYgEXfUXgMf]C8S8K[GxWxO_80,ˬlpǜp\pp<ϼ|daFeq& cq)gs%W\s-w#O<+o'_|/=AfQgIfYgEXfUXgMf]C8S8K[GxWxO_D C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁa!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?Y0Ì0L00,ˬlpǜp\pp</;|7?2bFc &bfcYbUXgMf?~eOs.&eU6S.W>e0o>̲*r)+2$,&r%<' 3,.r-/L2"l!\r#|`|&eU6S.W>e2IfYdMv9KnyO~gYYe]9[y_dEVdCNG^L2"l!\r#|k>̲*r)+2o3IfYdMv9KnyO~$,&r%<' gYYe]9[y_3,.r-/L2"l!\r#|o>̲*r)+2X6IfYdMv9KnyO~ gYYe]9[y_BdEVdCNG^|&eU6S.W>eb>̲*r)+2$,&r%<' %3,.r-/L2"l!\r#|`|&eU6S.W>e/3IfYdMv9KnyO~gYYe]9[y_ dEVdCNG^L2"l!\r#|_i>̲*r)+2W$,&r%<' 3,.r-/udEVdCNG^L2"l!\r#||&eU6S.W>em>̲*r)+20IfYdMv9KnyO~$,&r%<' {gYYe]9[y_dEVdCNG^L2"l!\r#|_k>̲*r)+2י$,&r%<' dEVdCNG^L2"l!\r#|_o>̲*r)+27$,&r%<' 3,.r-/mdEVdCNG^j>̲*r)+27$,&r%<' 3,.r-/dEVdCNG^L2"l!\r#||&eU6S.W>e?`>̲*r)+25IfYdMv9KnyO~[gYYe]9[y_3,.r-/!dEVdCNG^L2"l!\r#||&eU6S.W>e?b>̲*r)+25IfYdMv9KnyO~L1 1,c~EXfUXgMf]8#93ι+;yg^xw>o~e?AfQgIfYgEXfUXgMf]#93ι+;yg^xw>o~e?7dFc &bfcYbVYc 6bvc9 .ny^yᗁa!XdeVXeu6dmve}8cN8s.kn{xg^xw>o~eoՅ? 20#28L2432< ,2+:l6;:osgIfYgEXfUXgMf]goӑaFeq&dmve}8cN8s.kn{CAfQXu`-a=9#93ι1'r9\r57r=lmm݃{vA=s)gs%W\s-w#O<+o'_|/ö{v]۽kwm޵ݻ4L1 1, lq q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWx{deVXeu6dmve}8cN8s.kn{xg^;oFeq&difeyXdeVXeu6dmve}8cN8s.kn厯!~e=bFc &bfcYbVYc 6bvc9N9 .ny^y>~ 11L1 1, lq q\q q< | =AfQgIfYgEXfUXgMC8S.kn{xg^xw>o~e`'daFeq&difeyXdeVXeu6dmve}8cN8s.kn{/ᗁWG0Ì0L00,ˬlaeVXeu6dmve}8cN8s.kn{xg^xw>o~e?AfQgIfYgEXfUXg9N9 .ny^y>~bFc &bfcYbVYc 6bvc.kn{xg>o~e?daF:7q q\q q< | }bFc &bfcYbVYc 6bvc9N9 .ny^y>~bFc &bfcYbVYc 6bvc9N9 .ny^y>~ 11L1 1, lq q\q q< | AfQgIfYgEXfUXgMf[l.{s!Gs)gs%W\s-w#O<+o'_|/y? 20#28L2432< ,2+:l6;>\pp<ϼ|_Ѓ!a1ƙ`)a9Y`%Ya5`-a=9s.kn0$SL3,s̳"K,*k&[l.{s!Gs/zNYa5`-a=9#93ι+;y'y7/ᗁS0Ì0L00,ˬlpǜp\pp<ϼ|Y0Ì0L00,ˬl>r1'r9\r57r=<3/wy9cN8s.kn{xw>o~_qbFc &bfcYbVYc 6bvc9N9 .ny^y>~ 11L1 1, lq q\q q< |  11L1 1, lq q\q q< |  11]_gEXfUXgMf]C8S8K[GxWxO_AfQgIfw>o~ey C 3(c3$SL3,s̳"K,*k&[lzf &bfcYbVYc 6bvc9N9 .ny^y>~oa!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁa!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁa!a1ƙ`)a9Y`%Ya5+o'_|/= 11L1 1, lq q\q qï=)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ? 20#28L243̲"K,*k&[l.{:ybFc &bfc8cN8s.knx'y7/^bFc &b9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ 0Ì0L00{s!Gs)gs%7#/'?Ξa &a3< ,2+:l6;>r1'r9\r57r=<3/;|7?2?^AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_gAfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_WAfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxW~ 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/[/daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?daFeq&difeyXdeVXeu6dmve}8c.ny^y>~8bFc &bfcYbVYc 6bvc9N9 .n^y>~bFc &bfcYbVYc 6bvc9N9 .ny^y>~?bFc &bfcYbVYc 6bvc9N9 .ny^y>~?bFc &bfcYbVYc 6bvc9N9 .ny^y>~8bFc &bfcYbVYc 6bvc9N9 .ny^y>~?bFc &bfcYbVYc 6bvc9N9 .ny^y>~?bFc &bfcYbVYc 6bvc9N9 .ny^y>~bFc &bfcYbVYc 6bvc9N9 .ny♗_:'[l.{s!Gs)gs%W\s-w#O<+o'_|/7? 20#28L2432< ,2+:l6;>\pp<ϼ|׃!a1ƙ`)a9Y`%Ya5`-a=9s.kn{/ᗁ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2!=difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e֓? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2pӟ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~G0,sAfQgIfYgEXfUXgMf]C8S8K[GxWxO_1 L2432< ,2+:l6;>r1'r9<ϼ|? daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>Г!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2ԟ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2ҟ? 20#28L2432< ,2+:q q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_) L2432< ,2+:pǜp\pp<'_|/Af &bfcYb 6bvc9 .ny^y>~gt 11L1 1, lq q\q q< |  110,ˬlpǜp\pp<ϼ|?;daFeq&difey`-a=9#93ι+;y'y7C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/? 20#281, lq q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWxO_E C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w| t 11 ,2+:l6;pǜp\p<ϼ|daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>~}s< | daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e_џ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~bFc &bfcYbVYc 6bvc9N9'y7uyYfUXgMf]C8S8MAfQgIfYgEXfUXgMf]C8S8K[GxWxO_~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ιbFc &bfC8S8K[GxWxO_~_0Ì0L00,ˬlpǜp\#O<+o'_|/a!a1ƙ`)a9Y`Mf]C8S8K[GxWxO_~ C 3(c3$SL3,s̳"K,*k&[l.{s\q q< | ku 11 ,2+:l6;>r1'r9\r57r=<3/;|7?2ԑ? 20#28L2432< ,2+:pǜp\pp<ϼ|#daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ewӟ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~bFc &bfcYbVYc 6bvc9N9 .ny^y>~= 11L1 1, lq q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWxO_~/ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\m1L1 1, lq q\q q< | >0Ì0L00,ˬlpǜp\pp<ϼ|ׯ!Gs)gs%W\s-w#O<+o'_|/? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ny^y>~ 11L1 1, lq q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWxO_AfQgIfYgEXfUXgMf]C8S8K[GxWxO_@ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?X0Ì0L00,ˬlpǜp7r=<3/;|7?2ӕ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2`)a9Y`%YaMf]K[O_P{cIfYgMf]K[/ᗁ?ydife 6bvc9 .ny^yĽG 11L1 1l6;>r1'\pp<ϼ| 11L1 1, lq q\q q< | AfQƘH0,ˬlpǜp\pp<ϼ|^w0Ì0L00,&[l.{s!Gs)gs%W\s-w#O<+oǿAfQgIfYgEXfUXgMf]C8S8K[GxWxO_G0Ì0L"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/I C 3(c3$SL3,s̳"K,*kpǜp\pp<ϼ|+daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eҟ? 20#28L2432< ,2+:l6r1'r9\r57<ϼ|߿?Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?bFc &bfcYbVYc 6bvc9N9 .ny^y>~c 11L1 1, lq q\qdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e ?daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eӟ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcN9 .ny^y>~7/daFeq&#s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?Q0Ì0L00,ˬlpǜp\pp<| IzAfQgIfYgEXfUXgMf]C8S8K[GxWxO_ &bfcYbVYc 6bvc9N9 xg^xw>o~eOփ?L00,ˬlpǜp\pp<ϼ|#daFeqXdeVXeu6dmve}8cN8s.kn{xWxO_-zAfQgIfYgEXfUXgMf]C.kn{xg^xw>o~e 'daFeq&difeyXdeVXeu6dmve}8N9 .ny^y>~YdeVXeu6dmve}8cN8s.kn{xg^xw>o~eOՁ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2bFc &bfcYbVYc 6bvc9N9 .ng^xw>o~e 3daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eOן? 20#28L2432< ,2+:l6;>r1'r9\r5< | AfQgIfYgEXfU6bvc9N9 .ny^y>~u3ueaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e 11L1 1, lq q\q q< | YAfQgIfYgEXfUXgMf]C8S8K[~϶_Fc &bfcYbVYc 6bvc9N9 .ny^y>~s_a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁa!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?W0Ì0L00,ˬlpǜp\pp<Ͽ+:l6;>r1'r9\r57r=<3/;|7?2{ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/e C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁP0Ì0L00,ˬlpǜp\pp<ϼ|_?daFa9Y`%Ya5`-a=9kn{xg^xw>o~eba!a1ƙ`)a9Y`Mf]C8S8K[GxWxO_b C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁT0Ì0L00,ˬlpǜp\pp<ϼ|@U0Ì0L00,ˬlpǜp\pp<ϼ|_?daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e/ן? 20#28L2432< ,2+:l1L1 1, lq q\q q< | g0Ì0L00,ˬlpǜp\pp<ϼ|_?daFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xo~eҗ? 20#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2WbFc &bfcYbVYc 6by^y>~/daFeq&difeyXde9qCgQgIfYgEXfUXgMf]C8S8K[GxWxO_/d)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁVG0Ì0L00,_/l6;>r1'r9\r57r=<3/;|7?2[ 11L1 1, lq q\q q< |  11L1 1, lq q\q q< | AfQgIfYgEXfUXgMf]C8S8K[GxWxO_ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a;y'y7/ᗁ 11L1 1, lq q\q q< | V C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/a!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁY0Ì0L00,ˬlpǜp\pp<ϼ|o 11L1 1, lq q\qs)gs57r=<3/;|7?os%W\s-w#O<| 6? 20#28L243̲2+:l6;>r1\q q<˯=m C0L2431,*kl><3/0#28L1 s̳"ˬl6< o'0L2,*k>r q%W\s<0wÌ08L2,*k>r q%W\s<0wÌ08L2K&Gsq)gs%W\s-w#O<+o7?2w^ 11L1 1, lq q\q q< | =AfQgIfYgEXfUXgMf]C8S8K[GxWxO_3Ì0L00,ˬlpǜp\pp<ϼ|kIg%Ya5`-a=9#93ι+;y'>daFeq&difeyXdeXgMf]C8S8Kי2Ì0, o2< ,2+:l6;>r1'r9\r57r=<3/;|7?2a!هeB!Bb!Nm mm!:s9t !&2!ڄF,Br^?]/^g=28L2432< ,2+7lgL1 1, 8S8K?b% ^bv.̱{po0p,-8'>?b̰;?|r=<3/;|7? C 38L2432< ,2+7lpǜp\pp<ϼ|0O C 3(c3$Ss%W\s-w#O<+o'_|?<daFeq&difeyXdeVoVYc 6bvc9N9 .ny^y>V3wu#O<+o'_|23/r0f5`-a=9#93ι+;y'y7/a bFc &bfcYb~UXgMf]C8_:9#93ι+;y+N9 .ny^y*s.懁_mdaFeq&difey6~c.$S,: :3ˬ<3/;|7? o~g!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~g!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~og!a1ƙ`)a9Y`%YYeu6dmve}8cN8 .ny^y㝏?\n{xg^xw>o~ AfQguL0q \qϼ/b)fY`߬.s%7+|NƘdya1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~ 11΍cN8s.kn{xg^xw>o~ 11?s&b0(cG\׏r߲Wo~M 20#28L2432< ,2+7pǜp\pp< |?]_bFc &bfcYb~UXgMf]C8quˬ߬:l6;>r1'r9\r57q< |Y C 3(c3$SL3,s̳"K,/~lpǜp\pp<?/a=9`ӕQgIfYgEXf_f5`-a=9#93ι+;y'y7/aw_3Ì0L00,ˬoxO懁?¾daFeq&difeyXdeVoVYc 6bvc9N9 .ny^y>HdaFeq&difeyXdeVoVYc 6bvc9N9 .ny^y>~ 20#28L2432< ,2+7lq q\q q< |ydaFeq&difeyXdeVoVYc 6bvc9N9 .ny}Lbvc9N9 .ny^y>~f!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xgag C 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0PџAfQgIfYgEXf_f5`-a?MOtc]|>swu <,C8S8K[GxWxO懁o ?2l5/ Bױ0^5s%O|3g\U8OF,ov9kW~)w3gYanyc}2[s+suf#|0\bFc &bfcoVYc 6bvc9N9 .nyq}qǜp\pp<ϼ|0CbFc &bfcYb~UXgMf]C8S8K[5}8cN8s.kny^y>Bs C 3(c3$SL3,sEΙC8/a/na1ƙ`)a9Y`%Ns.kn{xg^xw>o~K3$SL3,s̳"K,/~lpǜp\pp#O<+o'_|@K_bq&difeyXdeVoVYc 6jd!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~ C 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0 C 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0 C 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0 C 3(c3$SL3,s̳"K,/~lpmW'y'y7/a׉AfQgIfYgEXf_f5`-a=9#93ι+ϿA'a 11L1 1, *k&[l.\r57r?{xg^xw>o~ C 3(c3$SL3,s̳"K,s7;Ony^y> C 3(c3$SL3,s̳"K,/~lpǜp?ofeyXdeVۭ9Ӊq\q q< |d!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~{g!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~{N9 .yg^xw>o~ObFc &bfcYb~UXgMf]C8Sθ< |~ 20#28L2432\pp?fYgEXf_f5`-a=9#93ι+;y'y7/a`fdaFeq&difeyXdeVoVYc 6bvc9N9 .ny^y>}>r1'r9\r57r=E!a1ƙ`)a9Y`%YYeu6g^xw>o~~c-a=9#93ιza#N;y/Q&fEVXem8sg<3,ob9y?cIfg_q |1(L3"l6;>r1'r9\r57r=<3/;|7? 3AfQgIfYgEXf_f5`-a=9#93ι+;y'y7/a`? 11L1 1, *k&[l.{s!Gs)gs%W\s-w#O<+o'_|?? 11L1 1, *k&[l.{s!Gs)gs%W\s-w#O<+o'_??dmve}8S8K{xg^xOf7ό0L0 1kl6;r9\r-w#O<;|7C10,&[l)gs%Wr=<3/'_|3/8'Feq&dYg C[Gxw>o~`QgIfeyXc-3ι+ny/#28L2,s̳lq\q<ϼ|91(c3$32< &[l.{s1'r9\r-w#O<;|7CeQgIfeyXcMf]cN8s.[Gxw>oe10,:lǜp\pq< | +ΗFc &a9Y`u6bvc93ι+ny/9_Feq&dYg5dmve}8S8K{xg^xOf_u0L0 1{&[l.{L/ag`!a1ƙ`)a9Y`%YYeu6dmιy㓟;ƙb:[q' (c30,ˬ߬:l2x4W 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0o^a!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~wg!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~wg!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~8 C 3(c3$SL3,s̳"K,/~lpǜp\pp<ϼ|0+g!a1ƙ`)a9Y`%YYeu6dmve}8cN8s.kn{xg^xw>o~