#! /bin/sh skip=1006 CRCsum=975910053 MD5=b19eff11cfacbcfe98af7f3e9c00418d label="NVIDIA Accelerated Graphics Driver for Linux-x86 100.14.19" version_string=100.14.19 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-100.14.19-pkg1 scriptargs="" keep=n add_this_kernel=n apply_patch=n TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86" # # NVIDIA Accelerated Graphics Driver for Linux-x86 100.14.19 # Generated by Makeself 1.6.0-nv # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.19 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.19 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory and the string \"-custom\" appended" echo " to its name, unless already present, to distinguish it from the" echo " original .run file." echo "" echo "--apply-patch [Patch]" echo " Apply the patch 'Patch' to the kernel interface files included" echo " in the .run file, remove any precompiled kernel interfaces" echo " and then repackage the .run file. The new .run file will be" echo " placed in the current directory and the string \"-custom\"" echo " appended to its name, unless already present, to distinguish it" echo " from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in 'NewDirectory'" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA" echo " driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver" echo " installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions" echo " will be asked, and more verbose output will be printed;" echo " intended for expert users. The questions may be suppressed" echo " with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is" echo " assumed for all yes/no questions, and the default string is" echo " assumed in any situation where the user is prompted for" echo " string input. The one question that is not bypassed by" echo " this option is license acceptance; the license may be" echo " accepted with the commandline option '--accept-license'." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is" echo " printed, except for error messages to stderr. This option" echo " implies '--ui=none --no-questions --accept-license'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA" echo " driver will be installed; the default is '/usr/X11R6'" echo " unless nvidia-installer detects that X.Org >= 7.0 is" echo " installed, in which case the default is '/usr'. Only under" echo " rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultModulePath\`, 2) \`pkg-config" echo " --variable=moduledir xorg-server\`, or 3) the X library path" echo " (see the '--x-library-path' option) plus either 'modules'" echo " (for X servers older than X.Org 7.0) or 'xorg/modules' (for" echo " X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir" echo " xorg-server\`, or 3) the X prefix (see the '--x-prefix'" echo " option) plus 'lib' on 32bit systems, and either 'lib64' or" echo " 'lib' on 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects" echo " that an X server is running. Only under very rare" echo " circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA" echo " CES-PATH" echo " Before searching for a precompiled kernel interface in the" echo " .run file, search in the specified directory." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig" echo " utility. This will update the system X configuration file" echo " so that the NVIDIA X driver is used. The pre-existing X" echo " configuration file will be backed up. At the end of" echo " installation, nvidia-installer will ask the user if they" echo " wish to run nvidia-xconfig; the default response is 'no'. " echo " Use this option to make the default response 'yes'. This" echo " is useful with the '--no-questions' or '--silent' options," echo " which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux)" echo " require that the security type of all shared libraries be" echo " set to 'shlib_t' or 'textrel_shlib_t', depending on the" echo " distribution. nvidia-installer will detect when to set the" echo " security type, and set it using chcon(1) on the shared" echo " libraries it installs. Use this option to override" echo " nvidia-installer's detection of when to set the security" echo " type. Valid values for FORCE-SELINUX are 'yes' (force" echo " setting of the security type), 'no' (prevent setting of the" echo " security type), and 'default' (let nvidia-installer decide" echo " when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try" echo " to determine which chcon argument to use by first trying" echo " 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. " echo " Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal" echo " before it forks to execute commands, e.g. to build the" echo " kernel module, and restores the SIGWINCH signal handler" echo " after the child process has terminated. This option" echo " disables this behavior." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86 Version: 100.14.19 Description: The NVIDIA Accelerated Graphics Driver Set for Linux-x86 provides accelerated 2D and 3D support for Linux-x86 using NVIDIA GPUs. Keywords: OpenGL XFree86 NVIDIA Author: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Maintained-by: NVIDIA Corporation Linux Development Team (linux-bugs 'at' nvidia.com) Original-site: http://www.nvidia.com Platform: Linux Copying-policy: NVIDIA Software License End EOF_LSM exit 0; fi if [ "$1" = "--pkg-history" ]; then cat << EOF_PKG_HISTORY Package history for NVIDIA-Linux-x86-100.14.19: NVIDIA-Linux-x86-100.14.19-pkg0: Initial package NVIDIA-Linux-x86-100.14.19-pkg1: Added precompiled kernel interfaces for: Red Hat Linux 7.2 kernel 2.4.7-10 i386 Red Hat Linux 7.2 kernel 2.4.7-10 i686 Red Hat Linux 7.2 kernel 2.4.7-10 Athlon Red Hat Linux 7.2 kernel 2.4.7-10smp i686 Red Hat Linux 7.2 kernel 2.4.7-10smp Athlon Red Hat Linux 7.2 kernel 2.4.7-10enterprise i686 Red Hat Linux 7.3 kernel 2.4.18-3 i386 Red Hat Linux 7.3 kernel 2.4.18-3 i686 Red Hat Linux 7.3 kernel 2.4.18-3 Athlon Red Hat Linux 7.3 kernel 2.4.18-3smp i586 Red Hat Linux 7.3 kernel 2.4.18-3smp i686 Red Hat Linux 7.3 kernel 2.4.18-3smp Athlon Red Hat Linux 7.3 kernel 2.4.18-3bigmem i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i386 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i586 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 Athlon Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i586 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp Athlon Red Hat Linux 7.3 updated to kernel 2.4.20-19.7bigmem i686 Red Hat Linux 7.3 updated to kernel 2.4.20-19.7BOOT i386 Red Hat Linux 8.0 kernel 2.4.18-14 i586 Red Hat Linux 8.0 kernel 2.4.18-14 i686 Red Hat Linux 8.0 kernel 2.4.18-14 Athlon Red Hat Linux 8.0 kernel 2.4.18-14smp i686 Red Hat Linux 8.0 kernel 2.4.18-14smp Athlon Red Hat Linux 8.0 kernel 2.4.18-14bigmem i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i386 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i586 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 Athlon Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i586 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp Athlon Red Hat Linux 8.0 updated to kernel 2.4.20-19.8bigmem i686 Red Hat Linux 8.0 updated to kernel 2.4.20-19.8BOOT i386 Red Hat Linux 9 kernel 2.4.20-6 i586 Red Hat Linux 9 kernel 2.4.20-6 i686 Red Hat Linux 9 kernel 2.4.20-6 Athlon Red Hat Linux 9 kernel 2.4.20-6smp i686 Red Hat Linux 9 kernel 2.4.20-6smp Athlon Red Hat Linux 9 kernel 2.4.20-6bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-8 i586 Red Hat Linux 9 updated to kernel 2.4.20-8 i686 Red Hat Linux 9 updated to kernel 2.4.20-8 Athlon Red Hat Linux 9 updated to kernel 2.4.20-8smp i686 Red Hat Linux 9 updated to kernel 2.4.20-8smp Athlon Red Hat Linux 9 updated to kernel 2.4.20-8bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-31 i386 Red Hat Linux 9 updated to kernel 2.4.20-31 i586 Red Hat Linux 9 updated to kernel 2.4.20-31 i686 Red Hat Linux 9 updated to kernel 2.4.20-31 Athlon Red Hat Linux 9 updated to kernel 2.4.20-31smp i586 Red Hat Linux 9 updated to kernel 2.4.20-31bigmem i686 Red Hat Linux 9 updated to kernel 2.4.20-31smp Athlon Red Hat Linux 9 updated to kernel 2.4.20-31BOOT i386 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL athlon Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp athlon Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELhugemem i686 Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELBOOT i386 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL athlon Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp athlon Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELhugemem i686 Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELBOOT i386 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL athlon Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp athlon Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELhugemem i686 Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELBOOT i386 Fedora core 1 kernel 2.4.22-1.2115.nptl i586 Fedora core 1 kernel 2.4.22-1.2115.nptl i686 Fedora core 1 kernel 2.4.22-1.2115.nptl Athlon Fedora core 1 kernel 2.4.22-1.2115.nptlsmp i686 Fedora core 1 kernel 2.4.22-1.2115.nptlsmp Athlon Fedora core 1 kernel 2.4.22-1.2115.nptlBOOT i386 Fedora core 1 kernel 2.4.22-1.2188.nptl i586 Fedora core 1 kernel 2.4.22-1.2188.nptl i686 Fedora core 1 kernel 2.4.22-1.2188.nptl Athlon Fedora core 1 kernel 2.4.22-1.2188.nptlsmp i686 Fedora core 1 kernel 2.4.22-1.2188.nptlsmp Athlon Fedora core 1 kernel 2.4.22-1.2188.nptlBOOT i386 Fedora core 2 kernel 2.6.5-1.358 i586 Fedora core 2 kernel 2.6.5-1.358 i686 Fedora core 2 kernel 2.6.5-1.358smp i586 Fedora core 2 kernel 2.6.5-1.358smp i686 Fedora core 2 kernel 2.6.8-1.521 i586 Fedora core 2 kernel 2.6.8-1.521 i686 Fedora core 2 kernel 2.6.8-1.521smp i586 Fedora core 2 kernel 2.6.8-1.521smp i686 Fedora core 3 kernel 2.6.9-1.667 i586 Fedora core 3 kernel 2.6.9-1.667 i686 Fedora core 3 kernel 2.6.11-1.14_FC3 i586 Fedora core 3 kernel 2.6.11-1.14_FC3smp i586 Fedora core 3 kernel 2.6.11-1.14_FC3 i686 Fedora core 3 kernel 2.6.11-1.14_FC3smp i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.EL i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELsmp i686 Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELhugemem i686 Mandrake Linux 8.1 kernel 2.4.8-26mdk i586 Mandrake Linux 8.1 kernel 2.4.8-26mdkenterprise i586 Mandrake Linux 8.1 kernel 2.4.8-26mdksmp i586 Mandrake Linux 8.2 kernel 2.4.18-6mdk i586 Mandrake Linux 8.2 kernel 2.4.18-6mdksmp i586 Mandrake Linux 8.1 kernel 2.4.18-6mdksecure i586 Mandrake Linux 8.2 kernel 2.4.18-6mdkenterprise i586 Mandrake Linux 9.0 kernel 2.4.19-16mdk i586 Mandrake Linux 9.0 kernel 2.4.19-16mdksmp i586 Mandrake Linux 9.0 kernel 2.4.19-16mdkenterprise i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdk i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdksmp i586 Mandrake Linux 9.1 kernel 2.4.21-0.13mdkenterprise i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk4G i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdkenterprise i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksecure i586 Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksmp i586 Mandrake Linux 10.0 kernel 2.6.3-7mdk i586 Mandrake Linux 10.0 kernel 2.6.3-7mdk4G i586 Mandrake Linux 10.0 kernel 2.6.3-7mdkenterprise i586 Mandrake Linux 10.0 kernel 2.6.3-7mdksecure i586 Mandrake Linux 10.0 kernel 2.6.3-7mdksmp i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk i586 Mandrake Linux 10.0 kernel 2.6.3-13mdkenterprise i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk4G i586 Mandrake Linux 10.0 kernel 2.6.3-13mdk64G i586 Mandrake Linux 10.0 kernel 2.6.3-13mdksecure i586 Mandrake Linux 10.0 kernel 2.6.3-13mdksmp i586 Mandrake Linux 10.1 kernel 2.6.8.1-10mdk i586 Mandrake Linux 10.1 kernel 2.6.8.1-10mdksmp i586 SuSE Linux 8.2 default 2.4.20-4GB (2.4.20-39) SuSE Linux 8.2 athlon 2.4.20-4GB-athlon (2.4.20-38) SuSE Linux 8.2 psmp 2.4.20-4GB-SMP (2.4.20-39) SuSE Linux 8.2 smp 2.4.20-64GB-SMP (2.4.20-40) SuSE Linux 9.0 kernel 2.4.21-99 default SuSE Linux 9.0 kernel 2.4.21-99 athlon SuSE Linux 9.0 kernel 2.4.21-99 smp SuSE Linux 9.0 kernel 2.4.21-99 smp4G SuSE Linux 9.1 kernel 2.6.4-52 default SuSE Linux 9.1 kernel 2.6.4-52 smp SuSE Linux 9.1 kernel 2.6.4-52 bigsmp SuSE Linux 9.2 kernel 2.6.8-24 default SuSE Linux 9.2 kernel 2.6.8-24 smp SuSE Linux 9.2 kernel 2.6.8-24 bigsmp SuSE Linux 9.3 kernel 2.6.11.4-20a default SuSE Linux 9.3 kernel 2.6.11.4-20a smp SuSE Linux 9.3 kernel 2.6.11.4-20a bigsmp EOF_PKG_HISTORY exit 0; fi if [ "$1" = "--label" ]; then echo "$label"; exit 0; fi if [ "$1" = "--version-string" ]; then echo "$version_string"; exit 0; fi if [ "$1" = "--pkg-version" ]; then echo "$pkg_version"; exit 0; fi if [ "$1" = "--target-os" ]; then echo "$TARGET_OS"; exit 0; fi if [ "$1" = "--target-arch" ]; then echo "$TARGET_ARCH"; exit 0; fi if [ "$1" = "--target-directory" ]; then echo "$targetdir"; exit 0; fi if [ "$1" = "--script" ]; then echo "$script $scriptargs" exit 0 fi if [ "$1" = "--info" ]; then echo echo " Identification : $label" echo " Target directory : $targetdir" echo " Uncompressed size : 45840 KB" echo " Compression : gzip" echo " Date of packaging : Wed Sep 12 15:17:53 PDT 2007" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--check" ]; then sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y keep=n apply_patch=n while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; else echo "ERROR: --target: no target directory specified." exit 1; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; "--apply-patch") if [ "$2" ]; then if [ "`dirname $2`" != "." ]; then patchfile="$2"; else patchfile="`pwd`/$2" fi run_script=n; apply_patch=y; shift; else echo "ERROR: --apply-patch: no patch file specified." exit 1; fi ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = "y" ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } location="`pwd`" echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = "y" ] || trap '$echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n "."; done; $echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = "y" -a "$res" = "0" ]; then repackage_file=y; fi if [ "$apply_patch" = "y" ]; then patch=`which patch 2> /dev/null | head -n 1` if [ $? -eq 0 -a "$patch" ]; then if [ "$keep" = "y" ]; then cp -pR usr/src/nv usr/src/nv.orig fi $patch -p0 < "$patchfile" if [ $? -ne 0 ]; then $echo "Failed to apply patch file \"$patchfile\"." if [ "$keep" = "y" ]; then rm -rf usr/src/nv mv usr/src/nv.orig usr/src/nv fi else if [ "$keep" = "y" ]; then rm -rf usr/src/nv.orig fi rm -rf usr/src/nv/*.orig usr/src/nv/precompiled repackage_file=y fi else $echo "Couldn't locate the 'patch' utility." fi fi if [ "$repackage_file" = "y" ]; then cd .. new_targetdir="`basename $targetdir | sed -e \"s/-custom//\"`" new_targetdir="${new_targetdir}-custom" if [ "$targetdir" != "$new_targetdir" ]; then mv $targetdir $new_targetdir fi # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt if [ "$add_this_kernel" = "y" ]; then $echo "$new_targetdir: Added precompiled kernel interface for: " >> ./$new_targetdir/pkg-history.txt $echo "`uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt else $echo "$new_targetdir: Applied patch file: $patchfile" >> ./$new_targetdir/pkg-history.txt fi $echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" if [ "`dirname $0`" != "." ]; then sh $0 --lsm > $tmplsm else sh $location/$0 --lsm > $tmplsm fi sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --version-string $version_string --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = "y" ] || mv $new_targetdir.run $location fi [ "$keep" = "y" ] || { cd $TMPROOT; rm -rf $workingdir; } else $echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB eFUWyµ{Z.nA www'h .kz>{a=sowGcto/_ks"o;?`t._vf?o@WڹKN3z5ڲMM[vҴگy-/i([޿y~~~AOwjsn+?;7g/޿_`6gt(_2F_cԉ-NhJ+Fs5F{푓~fu%׷li3,'7o0'{hvahNj\o7RƆfoe 1*O&Y~)ͧYbn.hc0s,ퟌc9x35ʬkdd>͹~0Om3|oOd]'󽧱05n!,2+b47hyVsޜϜw1Y_̬di`66;rAffݏf 2'<0럙}r->|~5KOs3fپ'6mGslJ06 >-f]Q9fLl.9nY,O0wk{ srf7f] bcq#gY8Ϝ/؞=57r&^9b7래c %~qq8[}YsX^p4?2J<4f{ny_Bo0{2_|0>0N.s,2˭ͺ[{my4r 39T9Yg!(=~4f1_}7ͬ;`>3%K=.sD{z)ƖfCxfgngrn֯5|SlkgLͿ_9?1fp}|ZVsaf{* |3>5vG̺f^qkq[t Q9ew`dj\kmf3AQf[]m2&f3oٖ՜Y_|ژƜ\ga>wqAƳ;oxܘDҟ46ˡKk˙}0˹ͺgYv%3S^ҍ4Ƙi9~gfֽ172O6Ѭ_`Ǭf(y\4~0W0wRB,mo7Ŷ&{JIff{ζt~͵V'ͺ ka;1,go>-1,nq|74ۤ>mg6x>f[f]ku{)gi*|u%/2iq$0+ >_oof9<5,0s]>\q\2K'8|5V5fy$\tcc\)ff]4(s̺X.zI;﹟1}cR/]>N&7➂rS)1-$0 )sQYh>9u9d;߬Dx1h'ì"i%2M2md>Ϥbo4k,eg> $ݛs햰3Kɻ40{! Ӌ|7Ɨ0:9nI~j7I=Canj71SŬ+al>5O}ޛAsђOfyg?g>Rƙnij>%hΑZ>c F׬m5닛%}YɸlK'0l\~ a(ج[jo ygyhkC|/3O)g49G_mw$}GOOr.摱9q ٿd5뚰3ɜwh4뒘eIגpM 7ϛsw0ظfُmy5pcro sfg3g_}>3QR_0nzܛo >{#ll"Cu_RRNHdO^s?f)z+sY5[Ff.,1Vm?H)̺D昹s%ޚ~3Ԑz)9g/-\k}^"fg4syǚ};;\2ߏm!&uAR72R4]˹71%%ox5vH^a;kq2]'5m6a[q[tg>1`c:Gy?_f9W2nCҶaRw<@7.Y]{iOR:[Flfh͒'Y'`UC )ͺmל^|N}Ιm 9K\8 y"q$ݛOg);f9P)CضYښƊ0V}^pta`w5V1m{Q >oN.X0"h{lc25f!|*J6Җ4%R43˚sI3swO31oϭ/|m-7wh_M-O?ql{ŸͧvyúFλf[XW}Om}Mqt ΒϺ9B-'o*mj$HGQƬmtROr?̧Sp\cJ忉VaRl9/wMmV-Gmyz-koC/ѶZ/YE?wjG;Fۖ1mK?mJD))Vs>>Yc X>]>YI}w1sG;u0q9k>y|_h>ף=ڵ"NSǥvbݲ 4`>'%y 7sq'˘~hcf7K9o K"g{uCYp7ԬK/mo&uby<&xFG/'[?YsCrkֽlmg;~V fj\-^Ѭ[%sc;/cjFd~h뫛zӔ{R_Ɯrqlgq ||oX37qoOK}?I?|r_͹ʪ1뗨{뿏{$|O&%cKR\ا^9v/}q2-}o3H߅YVf9Ƕifism\g>Y)f]rbүl쥞';c(#c!36}w>c;~'cf~/ے~hX$}"uUya>55\Y7,7VU?h`,˷q'j(sfߞot乎c {#Y(ڳ=f}Iw~}h5|B8jӘ7eӬ{WopDylK9_SߜC|o{f//c2h#}R79mxMP\]:= S}elwT_k"1o%nkW2oٷ:sew[ƍ26l>y8>:Ob_9wKe/e^9Q̗g%k%^YeŜgi1{)cf}uI2Ni%c\w]̬) 2W|<|c%0aP[jAu/Zţj+ڽLqa5cvGn> (crns;̺'o֗#m~{M`Rs;j=ÒqV UZǬk-cB2(x%sƁf]gCλ՜'_DK[|)ǫ)WdyyGHgxO{E/iS,ouEhzZϹ"98ϟy儦agyS?+لo~DY>j C}<}1ӿ!Q|8Ƿ2ߝb2j4_lC 9$9<hs|Q~"$ey@ziK)s gYz<'>~ xQ/g'| -q?B@C˃qo48ϗRkȜ0Q߉?$trjs|<,s!BK8?67Tߝ&;%[^$jrEٿgJɤ Nx%55qv,4%fWn\ oU\oG~oߦE޲>F9-&zE81˹&Fvq;01׹ߔ9_bf9a /"8TD"Rx^g,1-}T6-?R%J9ϷG{=<9YWagYD6H_&>"ZxbC==/Qg~M9>JO 'WSĪ2o6YjϘ'O#F~ty*?"uQ4O~<(g"28ђ|xF˲/*~4Ynf,21qI!1#WϪZCI|j8͐*~9eɏ::co"9ӓh{ OW19b{.)o{l?"ĹesI_w {r$r\/➳&кyI%9aM&;^o ?x̓Ddvj)_8cC 񻆺;ɿM| M'5!ϣ/&~GLilwߏMy:׹(|Ӝ_7])oMF5Y"e{g?땔uy_ `/lğRP Tyk ; H9ߑN]-?VH鳳E"Uy]τG?MQӗɟ>yޤfNx.1_"R8%,IԹzpkT.{ğĒ8GʟGw#̋\ l7#r?z^zRZ7˚kdObP]6Ȳr.R/_";xm%~uqS>nlugi߼pYa5l TyoʿN/)oC{]eh2QDI~yNY|~Z ɓ$R']Hz{<h2'VaoK\gC:ד U~']<;#*{loT~,N| rP^B;Evw7?2\WT{<_RC8W.ﺎ~ZUߝʳ&D>rC}<Dz}khۥSSՇ%=ktTtgH{Y%ȮޟԷ:2O6nϘo>b`!ϼO@-UHUOW5ķrYbQnҿQ[py%]kkO=T0TRV?; hUY_^w_:Z~<]¼$"Kz\#|ȍR -3HR>,wڗoUBC{[<`-#;y6پ^('O Ud~j}VH?IN%gzS~p#:ﯞwy,'rc?$7Y_ݝ$sh1ʋvPMՏ%W$U1#=c|H_R7 %/ꞞsK}i/IϮEe%`o:+"1r?C{9.yN|ߥFMʏJsT%} VE%} w'žM! ~rmԏxZYш=Ie1T!k}?gJGh婯/cT ٙY˲\s? y?eJGOH{7U'ٿƷvr&NOS1)eRo.ycYW3Uy#cu'}AUp?"g9LTB5#YƑC54Ŕ7hRFf/񄩪hHzlKdLyKnG9L( bB}%w)/Jj_4o]b7TT iϪBS9%kq"T<*i/}_ˇR?KM|S%kj|y=#bBiM?&Erc *?.ñ>~BGqB*.Nv[G/$Bo8-qܟO$~(my'}6N}gz~#ﹾ:瓿FAt}%6k.N{7*[*\+"T~I%H SmS7ɏ *?d/LuwR $=B#*{ Թ%r|USn' C.+ST*+CY/;O$OB/(Op7I3o_3Ihbv{Ӣ}^?ӜG ]ćUiȃp_\ڛ2> %#Vc_wHyP|{a&?~\OK8lPsǨ|Y(g{+7;{*)Wh锞-KFgIYߎN}΍V>/5 }Vaw2#ߖ3ߓ>{H}s? $bp󠑪8„o }S\*KF2 R^ҿ{~N,DҞ_?BX (s|hWCT+@gT#Am+jR32R?Cd>s|h텒= OxI}fϕygPS*J\OէNd̟ɹ~/j|R_w8*kod:?!?iO)*ڷd|>|U~~I{jSJ|U+I|ķ%o̗S6xA{ KoI*Nz?(j>T?q )Ucߩ& U_]-;}Mzz~\ԇwh|ݗs$g^:Ήe]ߢkeVZeT#E5%3qa2?[ghC勵EGYm~&3yϜH}WK$~}T7s=GLjw|r}5;O%x|ג}眿oPfpRI~őW͑v1W^$?TG 3<sU?TSZď{57ߪ^P&% O{CCޣRQ;IwAg=WԞ⩿T}};%QCPh]]yЗE=SISo7 Yp$7dy^Bb'>tv}vetnҟ7zJGWHPNt2߿?'yǝjJٱS|/KO]$|^O}MoD,5CUO2'Y~: p/On&㯗{ϡoHo,/J=UE)/T㵤?KX~M~?KJaU6GӞMU)ҿ7չ+dS \\Dž|^u)8KJL/v|jo%?䤇:{IɿUh?v4LVAH{=_Io1DN{E^ɸ2MGHK͏H'ozovޟojN?5Hԇ|%R*;I}Q7ޖP'_.]βwU{:7q0iooghڳ_~_WǩE^^5 gdjRAf)?e/[?vUޅK3%җvJJC$khyy=23 ᜚o][T'}zjXvS"9IJ},6JdQտ/i9ߨ*R .MWF\=qS$Oy!;ԭw uҿ9 ɿ'8/PnL,sI^L>ZWesxL(]͇o&5W+|>=->K y^{Ȼ=hjtU鿨{7"T|(-o02"T}Q>H䵤?KSG~3oӓ t j>,}u;>K},)+xPX"o] Y%r?!2>懦gU!3ڇz&!){j>WN{n]<<\_β͖)<S߆G|w.+$4(#_|)oK<*ZV1՟_j|] ET2^Y}eI?j|7jJ~5= /`&.q[ʟ3%`{I=K;*MNRx=Цƿ1[C^jUfO@f*_w|i/2%Ӟ$ϝhP%Ъ?_H5HtԞ O)\2D<5&WySJzu|{ϒ)yejJ dBgw%|ߔosgdJ+$~ ҟщ2D[~oΙOZU}+ 2?)/K{VՇKU~1BNR^xn'|e\oK}ߏtxRV7=V dm'> e̷R?8%1]mY'$,W寏sP5_wg wWΧ~OGg>IPi~Wy4_;xߖMGHN"!ﳕb2>/{2C=R3u߇@_̑ʏ?K*H=ߟ*?ԗUhUEFHx|\t iXvtOB/8o+#ԏN,j..WS>Y_0+JSz,GI~?|K2Vѯ;LƪIzmrzoG̟Sgd~C?MҧJ/}=^ǥ|SE{%ۧry05Ww }~/YگfT}EMPOxmӽFŵJ}kȿ8N䷒TyM~/>"k5i'U-"YyU>Z~L}i.o]^/>+Wh%!Md;IS{MɨvRP?*C>Ρ\}SV!2~ʟ QMGBi`CSﰤU~W Z})}=|~]&V$`*I͑K2C|N.+N}w[^?nǛ:[Wj&y~5^9DÜϐPٿT_y/Z뾌g5T};e>#a՞K9ܘ*'L ~Ps?WǨ(5^2~AYԱAw[}WVVVϫW=[ߥӥǥίO_:Kߥܧ;ĭ*Uv =P}Wd:6D;DUWw=wSOݏ_>6P}WqO_=*OU~*>4LXUiW*s43@s*L9zu?[?U:H֫<ߥWH^n}Գrʼw*-8/ꁯ΋~*}U]Ry* T⒟z~Seo~*nx‟*TzSqO?U*~*{SqOUT|SaԻSa g?U^O]gt٧_c*UWϫQ.Urzz\A:@Unui_gec}U9V[]n*LQq̭[9nDPͭ_SU6SժWe_?|_~=VKCT=ϥߝ3\VT>.=H}W+T}8O@unʾ@u?Yurʭ*U?ۥ`Tp>jUVmvjUݭnU/uz[ݪ VUUܭnw6[Սݪva'Os zPn5tVnݯV!ڪ!.`=UpW}w=|/Xi*_ Vu`?U V3X`U: Vm`U VmKUڧ* U(XE,*̃U0*T ?3H+{ R1H A*Tp R=X}RUW$Pg@~ TT}ڛnU_uq gvepUT1PqϸT>R+@*ҥ\~zQ]K.Ֆ QUQu`U?R f R Ru UR ն Re}*T R+H T R+O߃z*Lc]* Q@=ʂ]Ʃ%D_zZOjHW1=AgU Q`U>wOԸKߥ҈K*LTiAujƭSj,*-13}u=Dݛ0ZŽ u?!:j@!*}un]Nz7,jӭ%j\ҭ ݪVmOj'Uխژn>u[ݪ]VmFj3U_ۭ+^UUVr{U 5&ju^URU㉊c*xOPNU'BT?In?4!!Dz~ۇvGNk!n۪2TU}X/ո[߹4B_TO㪿:ĭYߪqz\Ca*oTmUv2%@]T,@CR楸}uD'|w-X[S`]y.7u]]`>`w{]_KLԘ[s}h:TA_ݖQy VsLXS}IWMnnT-PU1Pၪ]ڡ*TJLT@^Xc*uձ*xj.=6I~* UUݭaϯoB\t*}uYӝ:Oדu߸jgt}]Zq?Sq-{z\&HUUn{z>ߩܾ.cjέ[3eѿgT}k75AnGMݳk׫ppwen;-*<|uIzΆOQ[*m~`Ug V U`U? i_!u_OSsjγ[F ĥ~uU?VGkʋBtmsUPT&-ߒ߬ пi RQa@7u?z~zsTv}:UU[+\*BT9WҚI>`|C=tzׁ!O@=WQ.P=7Os!٧Yv65o%߹eMr~UTޥQMthؼi=^ -T3ҿp?Q<\jå[.TKMsQj2K[.\jťTG!yWӛUK_KejzKMcp&KMp{QUVՍR).$R]s.]t)C.=ME 7Ԕ!V@55ȥ,\zZ ]TW˭"U.'{ӭ~*ު.=̧]_WP.NS*u7?5 obְ<ֺX%6 N^gC0A?,pi [3/N.j}5¬bwlWvߊeek*,cUMMk",YZ+6mkE,V ?`G`Xc;܍xgLЁr`^ x+ۑIx7x |;O0U/̆!X_WWaf̉z3ǮF#|00 p%}x#8/Squa3f,(ϱ:c[삅Zc9Mq,ǽx1 ` 9F#|CXG{(υɆ0`\q3cx'}x/M<;I*Xcg#Q֤3?>6ÞwϠ? XO|YINyn I!Xa}pOzcx'.EM8aulp1kq'9A{$.88?[&=uzXq ƚ7i&0Zm^@vSqa>lϸOr ;$^Qn 77G|t r\ >Oq?.ئ;qcXƴĶncz>Nκ7%xK'ɭ)SXc6;/uozk[oXr[[XPkq(a݅V-[#ѧ$6 =x`Jflͪ~p|5pk⟭ p X.LSp .>I}kꍬ hlMXԦx4#>^LӜ -_|o+­5v#ؼu;07\t ]vVd=?8i8ط ]EZs><3_L4Қ`,e.68M|o1(7zc ¢8J\0mMi13`A0 a8,\{cM~aU\p-n?6>{"σSgp1n]Xi,kw!80l뷘e.;Ϻ#q?ǫf>sb!,Bk86Ɩ,2k;}pNźO[(Xn<OY9"9y|NxFax?K䧸岵5,q C,qMkaq-lt:c;{Īwy_M{|kxTx?5AJkpsof.ʘqk9sYbqlS A+Gkq{Vn8OGLpXX܇0e>k#q=ge:8u|綆`G ^?ckRLх8VX&D8aF̅XKcUͰA8'ak#|[[&.l .0YYkml]κ {T >`Q&m=1ֿpX 䓬9.a]0,k>9e,[[Ob~/(`%֡KwZ,9o7wp)-Y|K?L`]9g&xo\Ⱥ$¬I8x/ .Of]M[[Fl6njq>.ś?Xo̘[}~c~0yikAhWZa_~*[]XaNո;5{hpf}VœX+`}q&8} ktcb?q;+ մUz57ċ`yWw1AkĵE1&lK59x/Κaau5ũx ϵ'<-~ׁ61;Sn`N,>v|v|P+q^;t}bn,9á8Ƴxݬ!Xñ%pnu06 ٘4V<܊z1F/sc! q ?a#1a]lq:7^w]e[c>}9 b9 ǖ uՏr}va8A'c߁ԃnÉ/8| gƚӹs&֝gs?s' g|Y7Qk+ nrw_xqY'9&=sbQ,UpEΏ.Y`[{bONf/vƚ1^ņZ͸8/u 6omY›_L`]=%fK1u-fKj]d֧8?5S Æxm[kl\0]k,1]Fk>3Y`l֭ՍZcY #!~[taX>8j >~_Xa;8u4}ZX<Y-fjoߝħ x Qc1:= DM>SZ[OK|W su3n6s5\Uxn X2Y{.ˬ k#x{N7[Ā-ɗ>[wqt#qX{,t;M'&KnLqQ)X=SZTsjP%κ f>[cwחtX`Kp5nVN7w?|b~@8D,;| wq88܉00kK^Xwal7pÁm0xFS`y|1o-㬷!㹿 K'&Y 7}Ѕ=XW%\Wc b:d ĭS7-~,o`+샃p+ ç8w;no<-|1N™7x c 0b^8Gl\1NLЍglݰ7=x |0.Xb]l/>OPa q$.xR?C?#~z8bƧlU~v\KYz0·0 3e;K_ֿ#; } c93~"Lp=RǰcZŶ6"qq.v cq}|Q\unJ`ăƊ* ~I q?^{wII1<1Ž8GL\q X;>6Þ 蕑yaEuv x'z%3e%0Mvkv̇X+amlmQxo}}8t܀;O3<󕭗HkQ?8c~u|O)CSᾎZm85ui3'T[]Nzm򵻤7="}<ϬRxqx1 P܍0sLkMlq5~eMZau6qķ֗;k8ٸ'9vš'T[a8 Dl˰Ob\X&5(Ej.'—2,q3d&KZct.81u:f3xbl<Xfi-vY`Sl`퀳q)#x $~aMl pQ5g KZCXb%\^RjG,e)v_Nx<^ŗoײ>UX'^É-l8dt1[/jk5Wwu<\oZ'Xv3xS9&6)8UI;R\↓?sx ğ#8X/kxr\=N_?$NS.`{|:,?osaA,1/Z͏g91Aį7c`c?[BPڦ#& p\UԺ /bX cp-?1 ol\ܺ-~ƴ% vŭ aҒԘ[cG'X\\-.m-U.. ?a2DX` \q7-kMcg܆xٰ v¾³<]pÞ0xkvL>NaI2xa֢8 W1L1$>g8j:3l3z>gXj&,sf6+m}r>~uXt4pYx,"?x,xLr`GšK?2\FP?.g; km|/1tu.īoJ|XKkp:]OglnW&H=n&=bC\;,^[?\^Ǚ_|۩< vP ,o#IYlI~)M~PNb;xy/AMs'2 N;@+^w0!!.0 !?[p8z\vUNq1ɗX,5Lr5qNœx\z[4~TQF5/~ŔipֹBcg,{zǫx ^Q8\'ޡ k>X&wppI?~~/J}P Gnŝc'௸G<9p_|ht ',^Op.7?%é8 /5L̚1s6?`zIu!)55|C} b-\||{?>' l,r1qVl|amZ;bX[s{ 'z;Yesx0 ǬI9?Ne?9&O],"\)R8"uħX֛"\~ix/x/)5;}0AFk/-6d}p]fGZUjuc$zg=akCqX%u gc-$9q7i Î 7S.5fvkqxGk<kq/~Z g g-q!Y]n kL&cy~я !~<nb50 ȗphun,j&Y 罗f\.eK[7*G)<{oW:V$_䕬Upb]Vz0wsaKl}q4Nÿ1 g>}+k<'q|ko![q`[0Λ~Yx oc3\+0[k.܌c̎#6U]';л3g{ u#S> "#b}qN9Xy68'B܀{$k fA?,հ1vƁ8܋'Xc>fA?,հ1vƁ8܋'X>fA?,հ1vƁ8S<Ű68{7|>/)L0I8&ྱ"VM|/0ASb&̅.,eaM]q Wdzۿ$v}DzTI߸bև-w_H^ixLW,뷘3ሸ8f܉-Y{ŷw IXbkEuv?O+3K`M%NJatR'tfk%i 0,?c#Z>c;삧]i% t8*Xb<'~38=к(h}o&.dM2_./b]jݎ ^›(f<1[qCVşp9xc27MÑxxSW&=*dլ[ǘ qHS ofڜ[XG㵶/V`cNݭaדEz%xOX+5[YCC aQj+X6܏1X̍Ax{3ZckKb?pngp5%\Xz >g2`l=p3xc)P,FL'\0?~8 *܂0 c.l8 ')Ƴm.]- c쉏5~ w8oa̅I1=^\EZ;aO"ćK`Mp!F_x /⽥O|q?66-Opގe&n;xK"?x۞%c5<ƔK &?o͌0^{cX`(x\Xt>bRк5~6LP(f .a=7JZ+c[JUjX_w}֎6nm3jMҝfc׏skXk3f\kv]M\u6.ցsp+.?b=Zw^7xf>ipzc0!cI<%~ĸi[`(=q@dͅq=nX5*z܆5ki7 gp:qr:OȺ1WZS`gq2ăxo.cM_ZbrxSƩ`ݎ+ZTy]e*=U[`F+nx_bƤ,q"^MOXތtE^ax% ?^ƷM+kZt" kM~ڐ/aH;H|;XKc>l9aO1Q'X[\0^gkvօ|Oc~]Cѧ7ć|x p%nX1kxw "_L:dCȯ.‡qu0Ǿh60ZcQgۍ!Sc^㬁9?=kj7|c:Lk+tf%?N|Xwc쿓|8{8`}x Wbʯ7x >Czuxo[y֚Sbvta~,7>w< ~E ^<c(K0#`1.vxockƑ8cԧ0`lK1~onaz̆goSn-|`;' Xk\[q޵&T 1 8g=%|p-nx ?Ϩ'bJ̉.ͱv8<0#f  0ūxߡ w1x{36V+^܈#~1nK}%y(pl[s,V5 71%LYGX~$_Ō#p.uav\[qxaDl{3c Ŀ1 o=[Wfxa$X`wc{c'ÊX bp!/5)?c#l}p Mn 0,?ccNa͆yKa%܄ x JX[`\q;Sx2w?臿x =|iS[`.,2~3Ǣ8  ܉u4NnLc.,1 @7aYp!f,d'#A2oI |0GI;0upį>㾼k0c{3f`~1~X ;euf?|e?|pyk(c %]wp˘ʏ1a'쇕r8=g?/+"eN&Q V!7X'?۱jwaIbj=ՊZYab։S%0ċcU xëY;PY8u jZ{XL_xgTpg>uZO= ;ַå o-%7kE|6`& vK9/0.kA)Ɗu'~p(C|Rxo ׺ `}i0<3Νَh:8ouSYl@Xxulݎ?b؎#kdKEG[wcjc8cx\q%>AIlsNŽXpu'j݆Xp5fXףLj|fζnsx.x?: xXt!?V[Lb%Xt)ðeXm(^amK\}WYün}WE: aKFaэmIJǧa+6?sX`Cwr_XbρE#y Xm+쵮{8k7| [iM" >΃χs]ysclDž'ww'{sa3쏧1YZ9Ytޚ8k`/E.0eŧ~W]؎:3ްvķu8xw?.˘޷N^e!Ⴗ0#Ɯ_u8{J<ąXgl^W7|^"o,κ g|`,'}İ,cX+GaX&&(8c['+⬴q)Ƴu'O`ݎ[wa1,uNlmKKX8)ɸ>HalX쏮-$ihZ~ޱf zeX/5 óZlVcr?e1ǣwnc /\p@p;#cn e;6c;6E֘>EWuvf x̓I7*dϱKa?ؿ}BY>EYʿĘ%XƤ%R41^1sYx9Yga;ؿ5qE;UÆ7A?U.ǧظQz԰qx}kY7ahmpc,c:9Zz gİ<'mߐ6"2ױJahS6#š9/kA:6-lEذ5&ocZavlَWՁ|Sّsw"b7].f2&u1qwc,c_sܽ 1Ko-2&蛕|1Aѻu&@8@cAlGy˘y(χY{St g=A#9/fehbx'$lQ $ɻYg) ݃1 x {r{(c$Lcl"c&_x^x /]1 r<a؎َQS^ѻcxUw5cTM_㌞l^lGޜ0ySޗѻc c&x5's<)YFfrYoދ80b/c;Falvv Oc&+;# \ß/kը~O/Zd5/[Oa+֏2Vf-?Or2oe->Zfu2eX+ KY,fn˶/Yb wW֗sγ>ĝX#vY`֏5>&Ŭw-&ḱO |YabX cgq!o bX cgq!nxo zkNnOfXqś_bLE0a+Sq^»X8K.Z|yZCp%nøa` /d1kTܺƛ_g[ښZ/|1v9E.Í{d?x0*>N 鬵9k󼇛OoY`l]7Oɷ0skelp; Ǿw«[kG܀O;ko?nva 3X pkbY`17֟p&lql|ք֫}"kY!ɒYץkSY'z[;2XSe}q)98im k趶OX5}O!k YJr=CKYhSd=T5?r-'k:;x\!јڱiM8}v'=9&k:&$"> b5Ժh5:Xw%YL~3k5Tkio&Ecm;;tZq+½x,V0_{+[7X_m$b-Ӻ>:.׿m-6)c5xGLpl r>453bVF \qc 6¾8 v܏97fv87c$X4#8܊{8^{Mߏ,U!v8<'^LJOaMЍ?KflS9Ku0N+X<pI8 _X.h] q?57`~jM 6n~kz|O`K85<+!xإu$8m>x?`v'@%'H9#/:a.ցxJ?+x/ω? $?k [{c;f#q"&I<>lu,m-+H8g߳7~Xa.jϋ蟷^d}ͯ֟גm!0V3Ūx\0hOlp18#ݺ x:cL0?ò8'B܀{$>Wj'1cU `HG̅Uvc7<9ypOu|1r+p#xc}'03{ (9G[y%`71ւX {P:fMYa56xǭ)1` l|t|+~s,|Huru]ixl/>7 +O0쭵T%>ۖg%u#e}ۚ*uq*k_Zdc])Gup~HlTzBqk5YZu~ykJ֖حuO~m7֢~?X:iubnnu`}?>¤ߺ=yk-kݏ,yc[;|k ObmÓZfh} 2wqX#}[(˿o`Mf]ֺW UEw>d͋X+apGbYG4 y|Y{4kfƺ8u>.qz~?vn+GZc1/o h=&q)#8zu!nku e-ٖXKɥ4ˬ] Z܃0΃~{қbM՗z"vfs> A8b֡a׋$<>.mͲZ_bֽx /?uq)9sxeNOa(_c ;]vCK7uoZK_p/?bZ;ijc'usx%%>ð4n7ƻ+Ɔ{bݺ/VrX5Ӻ\+5o㲶*h^Zwڹu$S+MqŇ(qN+=oJX˕nx}Z:G[^ƺS=<܎os\z*>j|3757^g5NNx37 ZrX G<^gI:績um=-#,9$> s5vA!\ӆ!fWp5NaUF<Ǐ!<>G>:Mf6ŚN3{53 q23ɏ1,Mćo9Xoωwb<'>Xkω3 .9q2+xNL6xN|/j\Kl ?od&oa;|xuv߭=v\o\G ogsC>p&fᆳ-[;bȎEq[ZFX;[X'Y^'mkRPuā8 J\gcYE4z%\[VjҔjfe{k\Xi?^&}@lqpkQSfXʹe9[bvZ3`lp N% `]V_,ձ9Źi~bX/O]|iw[WX`u*>@OZcSg0v 5kl=q5alC=N[ om87Y1k7p-xZ"#¡'` |bYKǶNcٿ}ZųY+9I/<̚"5 VJmL:mǟrXnƃ86u.ǚٞz8Z>z$u\q,Qz?bP뛢auFuW G,u#kY al]^xX kb3Cp .Mm|q~'3q.ux9w3f5/p,1a9?cl]p1u w_x3|10fxkM1K/:M xa8G80S;z܌n܏~X]I1b,.v8(^+`Ulmɸ#q?^Ï;Ϗ!8'\q7§F_p.e 2l&Izxz1>&xaP,eVN8K߇bZ,--vcܾ Gj܎ĿX8/x "_091/u|S!W܍W &@*X;|/1@ b lm9n53c!,q{_[1Sa;C ^{ ݀90b|*fIBDn(DٷBVBJ{#jPwFDY)i}dU4Spe+;\]< LpҬVU,E7`y^٘8tZ1ԛ7Ne~W^3/p$7>(KLƞ4d'3 9zn.y  Ye'1 ';OfKh/o*ţ87^3úg,Mw/[eg+_s;<>/_a[/rTdnw,d1Տ:l2)".'nn0b^xO;9lDb&,9&,u=aYJ2-7nWX' 6`}6,`ŕ*ڼلw|? 6}9G;I bU1\S5L-̦;E,|?n}4ǟTWXq,^7ߋJ8 ܿYsHxY\CT\`WZٚ]9Coria#e/LtϥxG3nf!FXXndxoa+va?-Q7:9\ucrc=v\FX5ؐ pN,0y=k.>>|8Yr p yK5_XUX.9[3do`|S9KFGqcbVx zlۜiy\ǝ:.7>ɅS,1!lŃ7r+Mϸyr3CV03Ƨ9Ϲđ+f+1^`9-6ٗ̕/s#3ޑ9Xs3cp#3q>ws"͍xW)ό%qRsgeɍX\+s3#>V/g؟?58w?ϲjs7.c/us,yڼ^g] s68O2&m^>ywqXp װQj__L9VskXp7N&6 ӛ% Mm8}C`zb{Y#<'naa  y&|l>O %,-\zꍰ-;{ޘ2,V 7O'Da!ere.j?pp԰ưȰFޗnm:[+m wOBaع(L=^q0dao>^qؘId&={‰B.gs۹yTI˄5ʆ˅+~%5#lDXL\w>b:f 1Wֆ߰hc)ǽ<7%\%~GT~Cp><^i՗ʄ^5^mtٯu\x/N ~w‹Ɔ9syrEx+Jm>;2#8s ?"ϯvo[n_ؤdGIRͽ߹Äx/ `|<]&Z6;_D:~R!;<ˮ Ve{vboqYb؁7?  ,'fҭ2q[wGE<:a2˱"cVgmݜǛSꫧAXUYx?`O3L05 v{ç)5^ԡr`G5|?_0B9u|#_ e|gq#`f'3|ͰaG.g|pxIa_ddTa4q!֝a osőSyK,N<ɪ;ؘw \|ăl E\nvaRa5=8x~Qxѻ0o.ޓw-x`8na&|ī:+ԕSn8,dp5ؗrq)WrpfEo䡭X<~G)^rWx-35y7MKڏٛ%ٛMLysg//{?Y6{s:{?;3%ٛW幃{YL~|Gq3^1,vu31w<{f;xNXg1X?G0'ǎL:g/q<-_11Ls=󹏗7 +*4`F+q 38Sٴ4?6gr˰"oeKv`7S5fr|Lg&'q&=j6e!$/{^Yu٘w=_ُ%N,.{[x<ʙ<^ři<ta> VSB)'t8el% X!;R65K]s.|.3}~羟kő\s?Ydh(獖5yK)Q^Ysp,p',].bĕ7||CX6/=Sv}_\e0OnIzX N=bѰw1ϱ~gV=zl.}L^'A&t[τκ_²uy>lE] %q)w+p\ d3KPق؛o bd,a g#Nͼ*aaȓ7<{_cwa{ZLb{T/ƬÔ"-EXK|ْ=ٗ? s+OmXEYKaY;|G>aqL6%E~ Dxytx3 xsaa9Q%[j^㓬ȯ˾R8ڮ_7lR/ʲyu^ bavÙ |/_]qIDSfU&417bQlc؉9#8S8XSE 3[ϖ}5F93u#ƈ;G0׆˹7a+Nl s !>2XobocacbocsGX<.lĮ Ab!Gq&^%^ga~|Y ؜srgq>s-9^gb0Oזugr. ϰyR%$N.빕q?2-?,:|-yJ|)LՍ>\78EeXIlή)]<ɿ0KYVam6dG~̟ΜS|Y~o;i@8'8o0@Led}ӹ g|I\LgK!۳S#3oҬYgڇNb+vN<.J^gaa1d\ LE`֏YILf ;mf<3Y_:/8߾qBMكoE᝼Q>j|KY ؜\-̼*|%Y?۸۹gy?,}cX`VM&l6N͂E]‰»(˱Ṕ[yv|-ٞGxטWuw37jK~s%2y ~x2a6;:̪OUd? LN499 Wq71~>gX5ـ-9Տyyye̞\=_3y '؍8Ǚ뤺$v`/z&ү}}Ù:sw-{q?N$ă<ʄLJXّݸo1pW]l]>rƗ:'2Zxb evd`*r5]agί9+[;`:/e} +&_ccwN4oxJV?!ʽ̗)xKX3xGb rad {C<۲w ;p*ӲE629g8 E+9^Cp7s72G3wq?/=.L>[}du6`c֯6gve2TefW¤Xq0CkۆsY]7 ;?ea%9(/XS:7 ;vv~z+|K8+XkؙgX[dweL6}:bw̟ۘ3T%}aBžak>/}7G+c1f<,GxL/~l.γʛ36Ɖ;7,4!,rIf/'8{$I_Uf,LnNnaRqݜ>Lxfxr7 2,Rb~Ϳ 1lff6,rgr;/ ۰?gsCO9˘11K9̝%lLc 3d >_Pf-̓3lT& 8GYp`n2f6ʇ|>qG q2*3|-ؙ=ه9yu1~6awT<Ƅ{}9xx_<-%J[7O3ذ=29s3ˉCyq`k\MVf_~#Q5Ef۩a3{>+kyaeaԅ,R,=cy뇫;)8,Y&K1˚%[։ʾFŒ%,}$K0"Z%aZ2?/={|~4~=zP S:CxL =yC+4K~RG`7ϩhhX~4y)/bW2M_+hgb(c,eCs/9OzMɓe2cB9s9_Y(=˳,9!{i-v[ߗd5-C9&܆n}0ƯXP6O<Ć]q!XqS9c:fc?`>&>o|J茮}*'vD? 8Cqfc>gJ X#{YOohW&1cs9Ok3U`,hMP܎G+V8qW1{D)'`Zx)#k~-˻/}t |0V>WXa4c=vX'X}z-wcŲ XK?fx48D28rǍx-K[t q&g< ˶l-rF[q)8+` ÓXw=^sK `6}MbL 7_adt},`./r=8X^[lÿ13c*MnxL~F2 Ք7k\՗TaqKۊb68BAm^ w Y}~:hOnÈp>KY!w^kޖ1l;["W>/=Oe iʋϝu2#2M=N1QDUy>j. d}x/bK -zaoVW֪'/XJc=+p-F>< dÆ o\|%-llmBk75ǟhp)Fm~=`_Lj:;Ap.\[pdLXOM\y,6-]epWgy"@'ڍ8u9l8 G,WYOސ-;ž7w܄*6+}u<\Lgq Fb4:hEVG lm0 o|%hy0oQ)u  Y `2&ocmyd JJ/~E;cin*Uha&b"KSK]d7¡8 _2nLLFf+sˏg yoIK9nv S\>)kty^Wo#q2ޓah:8<ym2DzcCaGrx,CB9Uy 2Sa2r,!2.GXxsÇbr t\p` ʩ?ĵ l>:`{ܼ]^L4!`klO v֋!vbghvakl-ds2]쁝d n(^Y3lY#sɃ<t|8߼>cC\:8~ȋX6?e&4BvY'hGx,Fr!V'[ᦄܯ'g$dXlx|?Keiޙr=6͑Mؾ+<ox yO<ǰ[Y COp4¹xk4xD{tE7ơՊ`k슞G1 ap|.E8a(^bU0Ҟ<q5nXEXLa{쎾Gc0z)/1p&e80X;aXkQ/KU8ti5z`1Ņ7Vǣx 0`!h0:/gJ{ x/}4E\p4]|3eZkX.FVBsz }OwX]cwP a>@Rd\Ni'%~q59-zEbW Ļ߷߳?+e ,AoP3p6KTahUCzqLB_skѷ?K;)8cI{H}-""(%B$JelS~%! s>|}{ewΏ-Lhy7Ayl,¾ r"Yo܉ѿ(避H,̐02e"<)q| p)LdL 8-'asr&gʇy8?4|O6¾k$ ~-'*N>^]삽hMy ,Jv3q"r/~k]xSnG>#-h'g1`zd[ ĥQVp)cXĴ89!.{&jߝ+I'S/v9h"S=Ur^/#}t7 0` 3g7eͥ4I&{=B0M>w܃m&ʿd{v߰}yl-q/cvx%{N7`"`Yc_''Ͷɚ?f'0?+f&ʳx`;gM Rk{w!^8(~/xVZbοԃ >Vz܁x_O,e&bm ğhP_@qM\B.uVNj-11`>B|%̥C{tA_nj6,^\|EBGgA~Ec<vsq &A,ݤYwړqr Ao T<G&`eFVǖ,>'sP-?{8a`<:y2eyͱ;>i|*̓94YN%Z`7\%/c.X);8u-u,NY-1 yExTvX𹳜_DUr5YYo"}~Ø2˚jѨej =1 2|P6h,[5]xbb,DV@3vc1#p5nDL WqSYb3pG_ 0\ɘ.[,R4 Ѩ90.|uJo/[+Zv*tsOE/qR@Q=~Cw%>c7ݹ~,׏#A|<{S\2E/q}&Ld?B:a% ---Zco1荳0`nx`!~ȵ`Xk4C+L|4E:'||c `"C,Ì>-GiɠXA_ ęYh;9G?v(Gb ǟWi51C#zlqW> !<1{JX9ZcoCF \10U|3Br4=]8C17c"ax+9Z`W8ǣ/`Fc&c:6nňr-#p,`(,|>'NwNu1vg*3,~h릻ܤ?,WZq x7P޸NA ,wXJp.F3CE7+_(R>Z#bw\|,Om:mv97AM~KƫI$S/܊ixMJ# eޏq]vJb9+ϻd$ֿ:(\Ws*̑x&yͺ6eG솎芾p5tlK dg'.Ʌr \)Aô*cUv׭akif\§m;sB[ikxr2Ǝx<>D#GY 1OM4!ܤz\FS6î舶p4&J/`I.8O|60GO?O֛!KΖ=pl@]$sbYasAQGTW^8-QZ^8-dE{^I%)=Zw]˦X5fy +\t>/^ `8n<'X$Z3B/+1p/?b˲!F+U0ga?y.Vʣϣ #οIPNH<1|ei/NĔ2~y}/ _߾f`"79]ްϿyX=#'W9XF}[aek?2=ʑt&cLپ /7:ʮ]}q.HK[X58p*FvLL<`Ikiu0܂'V,ͱ WLڽd l <`h[V ۣYV p',/X,1aKO31YYVDkvp2q!Fb,k 4Dkvp2~p(Y b |xO!>UT24KnrO&]"ȇ5i2y"`U>"?h`Sl]p)8c$í4_bR'L;X)MG{n001:|XjBSl#ā茣 \+1p/~9pOg:Q4yϋr?ŗ bK|*7#\ǝFaRa*BFDied$M~M[dJJF46"t.{zy>|^x>)R^k۹M6Oo2\Ik؛~9ǩ|ϔu.'_~O?|w\ռ!d-֞6Le$lV6]˜WE3IEϯvd7|.ZnwŃb⬰.[/omY|OYNXUm}<Ƴf؈=fN| fs9r3.dg6E\֜c$s/ ط2|2 }_~0\S.[Ns'W^r?~t*vg_~ oKR-(o32O{;]}ኃpc/O'Co)u=վ;gx'GsrpϹ5kky ~N Ca81I}6V$iعrsoh^~~XC(_}pI(MvۅWo~)a9,>vuw g]: ?!=0vcxwÜp}?!,1<]nn{"t_oqɰpŧX|];N8a.,Qu:lَ=7k6 o® fq>MäfaX~F-2\!|INf> X"+,c9+X*&\b1ݘ;eYB%\u,eYJV12-xݼeYسMx=1q*Kؤmx s3?sq .xGx) .lxSۥw1|~,ť<ʗ;:r/w [gҕͮ k'Vx،ف؝}87s*NxgM._N4LzJcg^^&#SsOfs|E,f װe,g+YZ/[b^kُ7r(s p_3%q^ηǜZak^g,c?3q⭜̯qvB-Pdˌg**g֗MׄWpәLf19eYB%\u,6V8ֆ5fLf{8`&2,`!X:`%}$`2SL 3b6s<泀,b1KkY}<3bsfvbw@᝼A>'5r 3nV~3|_4oZolug r?INc!KXJ><<S8#8y\,13l+"8iU<Ws 4Ja!GdgyS|K۸=Wz|,`y38gSpH3oȄ⊷F~ynG߸WxqǮ Ty>|.ei&g>aw̓UgsFD89&!L pepĹ5s1WVVͰ-k= <넗u-u]^xU~S?<̚ l0_zscsq-19eYB%|6zZ?2"l4:LÕYV~re%O0>$6g2o'<~p~͊qo#KYӃ7iŏ{0aHؒy-P>nᅷsNo/qI>} '/5qXIؿe _HE! Nc_g}Í><|"<<7nX8\ʭD;vHKϗM|9LXNPna-p>xW}N'<ɤmM\/.m8waC6޺qr?o?b) wnC UT8lxc[lf'چaΞO˝G95%<|btAa, '(l pai%'9ggr9gV22Lf Sك#7q;[1oO0hXILeqw o9K 3[ /\ƲVa ^:&O_>.}ypkJ_z.sN^y籠]R=}+4=|K3OnvuŇ4gqo>G gr> `avf?8N|[88 (f338@q y_eA8/pqpa+vdo5,cOMaka 0x[g|p&qa3)%\]<ƚ #s6[gYH*p)w-|Շ[Oc䇱l/֝[Zi63YO^װ%ǟɋk¿zqI^|mjpd0V8: Mokf _$!|r.'aBpvaIf{YᑇS|ɰB~8YnCXƅ[G{o~•,e9+=Lb2Stf2g!,g%~r&3iLg&|+YrV2a3L 3b6s<泀,b1KwSbΰs$$9eOSً㸐\wϹgYma &3i|S:?Ze=aG@|pWr=XJV1qh~d[8鼋8 >,d+ٴB4X2y|xg/0yF`%0`&)ϥGwX̯?L8`1)^C8Y"~Y Ӭ},ld:c&8Op E7Ye2Sؕx#oe&8Op orba]dkcG㍼#N |sYF~dELef'2z~VW&Uy/gOe:38>|.R,n`9;'2y9ynɧpK_p юgo^LfE,nb9yG81esn1gč3%evb|fPYnfsȰցckʄ77C}緭Ӭ]\;=:#~fYo?w*e娺;OEd_8-wijpy6O |Spv+FoA jv߬ޞg"|U /}›SR.aOㆄs ZnNgc􇋙9.|t|XOp+L,jXx3~[&3ĕ&Cɏl vx;tw9%OwVlG؃[u'0WΔ/=.w+}0cQ0wyx)K^9X^ly.cUD&}M?تQ9,~tg:ɻ?{Bȇ jaZ:7MPpbpKa)azp %_XxײȀ 2u'RLX%^WT a+W9,ZؓGrٗ2o3YCy&_Vg&p2q5ss&&d)I˸GGĮ‘i\Ϳ ;&؂93˘Z?0,ؚ<<ϿxātfrWgei8庁//a:#?3'/w~uX7 ]<$'r1y s$e[Y`sOcas>T⏜zyxO]לln>5Wͻؑ0*pp_}c)NeۂGׅ E ba&?~ǃb"}}vp8_ජ7rb6E<ߘ\,,_"Ē;<JgV-8e~kyʅo`NijBFsM#_7 w {8j.3;|O$ å 3|^dg"_<_|bIVQ|5^wp؛c¾|/)s ?v8Wϕ?69xv4N/;z;777]꞉  ^;lͳ{R{ÏU o]=9 Gd?u~[-{Pb f*]T/̺k7<FXٹvﺄh@xp԰vNEGѰGp 'q{ccÅ\o; *5'YxX٘T>4.VQ?Dx#Kv6f2S<839k_?fVcEBs  gV nYjcfK˅#l{؎79K_q ^`Bzc9Vc=6f+v&n<ϿXWȲºlVξ|#ә9<2OdC~w w 36Oq;0O/3:yb,,[ ?eλ7,/ן<}a!D?9tfrsچypc廅8Kyᇃ&a> y7^ZX&s3>S'v{tЁ =& ÂzW¯˯ǰLB&0¦Nɧ٪tR&elx''~U!P1<DŽJ *kfxMk Ya-)T?[GsNjwpoτ͇ݑa^WXقpUvV'_+'mx"} kﳰpTϯ ~Ve,/si:(u3AXC+\IJ ulaF2>84,lw-x sGyaIVdm6dKgg@ L$\.J~<<+୬FlŎȡ|i9\1|9<3WYbIVdm6dKa7>g8?'\lp#r'$x,Jl3 W|p)Íʝ#<ųw_x=YXwٞ+ɾ̡p31s57q;' {aVldve/r8_d:'s6q1[xyM[ ˳9۰+{1"9rrs-wO/2]X6}Aќ \lp#q/ /28oee]lva|cɜy\l<,zȲzldGٓ89˹x:waL|Gӽ\OJV뜢EјnnaJ˝r4m"iҢX eQ̙& ֔\[u8<[_&39˸],aY^bD{󟑬ˆl6> |onNO b=k0 ؂{q39s˹,1^:Yل؋8Å\,dp?/NlVln$f:2+MoU:Wlٖ]$s"_|+Y/y?W+[yge2S89 XRI^Uy3k6#ldp"s6pW[<̓۱0Ω<.Js?>~`xyesfƳr386翹;YC<3U{(6` >NTN B.j{xxy/Yل؎؇ItNeq W2;$_ux/5;088/5빍5'eg ؈0]؛8d6]~OxWlg?8NK| Y"~)^5}Xlٖ]$39s˹,ײER~O"+uYY ٜ1]؛4G19/5p1ײ[kO<͋Yû؈qve/eG3S_e6\,&0O,/1d]6dKag&p Gp<0.?'/- /'oM03C88\w?~̓,'9LDNl.2zn~oY_xW mF|đ)|sy\ ν<ɳ$1Mx&3fY9F >ٔqg2Sl1,qeO[zl&1a. X2UWbc&1a. X2UjQa,7q$'r:gsq X<ɳĈa[d]6dKag&p Gpd*3\e,g02ILcs`gc&q49Y%\|y/F)d2c>Y<Ljg42Lf*3~ǟyXk2 ۲+`b_+|oqr#%yX~ڼ۳2)\U,,9FfS1Le&|yh6eTf2yg1Kx'x3֙(0 Lb3\e,g?b c$19eXrVx3 ؂9c8*sq7s~Ńʎg<3:;Se<ʟyȏƚfc>ȶ'9 [\b~w^#N3>3%L۳2{QfgbL|C'q<Ϸ?,P9Ox^hX̑]2Yk界\j1me޶r}c;ʌ\̚y k:=#W*{7k/3rƾzW{޾N ?Ffo?zO=Q.r쪡yuM'>uMp߂5c?7l7[>g1K8Kpu D]{> ?J( V|ҽ\ȷy넡Gَyq|/:>#8%Κuᬙ^N fC9uw嬾 x;{ ~< kBz?,6>LLgsY΋+-؉ILgsY΋DlNLb:r^ug vbә\gg0vGxٹ`6ekvSLXO>ò CREq pWr slƇ뇅yC0Z92\9\:sp|~̄nǻi=Xyv^ NZTlָ?^.x ^6gkvSg9]szjmF!Ʊ;9c98>16`Nb&-\̻>5nٕLLn_\Y<˶;pa|=fe~0KO1[xqʛKN<]f~0ëkWz2ox}Zfϊ3 ?Koͪ^lxup3kcYʣ` .iV=!XZQe So us v%xQ y,Fr~r ^3xmg5n$ ^G &g`#w7KXZW ̺3ף4֮q'k vgGb9`$wp7sw6_` x6~MuӸiuW<Ɔ,b*klL-S8VV{H/fM68õ₏1+8q;3yeSp>kw?xmS1pk?='V{Gr 7kf%^?zo}+hKx-\<_ǃW 6VK <-q8% Ã{yrH׃Q#,L ސr~Dq24wep#QTfI$D!B̨cB٫2C֑Qv_Yu7G~˓=d}C ;аͰp7ͫ/huȃ<;F|ƪ7emR71> sL;I؛s'dՔp&/}V"Z&%Ұ0+2cXbβ̺",6\+Ń fGZkz}L& 0Vu6L=|Op7oì>fen~|ϸYÏ9q 23/ 8'SxiO:?2xx o隸w2[CL{4{r6 r*w ӟ>dOf,cY}x}.dqsVg{.d%\ W7ِ_u( yVm6!lͦ9Kw҇32g#qq7b,avF?wϱ>7Wd6g_NF'üƬu؅c>-fbLzM/LGX]+O0| ؔ]8Zl/9{ys+/1U.(dWL ^a<\lyg(_8K{(vx.fG4yWDxi Uه󸟇||a{{eEߊ% }7XZ)ū38wW,d ‘Ε\;lM,qXo''avfwaa>ً_4[OOp@k}`r&|sga9\k8.&?i_f+xB%ֹ4|uyX?d:)^a>2f~︒xzex yVf=eO.fc 1*sO% \ݼ2+p7p7SxP|ε8I+~9,c&9q%nӗ?_^x9~EYvCM6g8ss˜ SxW5'o>bam6ds§Yes>l^ PxNa_ʼnٕ<0 r4p1Wqkr¼ >OSyɧ:g?d15.8'p21e"\?#~{M wKkݖT^Rӄ[0mx&]LG^SwCOsCr%is k >.}4upSp<>.i\Z"|xGK&{.z)T.|v۹pv0y^*Y-ϒ_*MV㍰b:Ivj`MM/ 72]+k-#'z?^=wpt }`lIuc. 0Žv+p^Xf6(0|#‰52exatjLذ8㮯 {eqcJIT>M Vo`f0+L;/\ğo- _\Yj|XY6Ȯcق]8?/q|?}}|agy:W1àp:?Di^}viƈSxw}.>n`I`81)L n:9~Q-_pUܿ:~fH2O~Y<nyg=5Y^zCaN|~8N8)G~8+,uN0Af={X/8m/7_1Oo:2|C|+u8I|4MXpW3ڰ[rV$`tY#s K yyB <>p*78(pX_z$揆9)r\OE/>.`ĽTg.)@Nn1zŅ2Uq6@6nYs<o1MMdEvX~<"geaz7",(leƼWk9ꝰwso~*ZU> Y˸Hu [sWWdOڃ6?0͐Ycjm6,zgUb⌱ ?cx}>!+uŹ:`gsUb fѩt04m93^o)Np ,K~o؀=?ab=ao\nE^eeXﻰ/>|UY8yg uŕ2l÷p 3ϜK<+0.9W|8 j 30 ˳aG~ʑLg2S/,b,Z|]vdW~\m<4 ŗM1gp;S/ _`cvG=<͇،ٝ8c8'y83,u~bcy&.wƇVS{pO;|G#%6 R`af5 4HtϯݟO-[[˹s+aӶ0gv!Mdg`?$טC<΂12鞗q}fuv<K1nu_FN3/Gčw>*n,/5|?<wc}?x0oS O]dS3aՁkp gPKF؏FcŜ=p/&W@6A>̩y|nPX} .9onyOZ(_5_8¡S___|uu\z8ukofo6ggr'E^2ɬoua+~>4ouGYܷ^<6#6r|:qm\XŶ CMG+.iMؠmkk/Oyuup*tѯbhWqN3/a.l:>f^zM؂ؙ=89c9cᜡez3\cc?'s.?/a:V>;-Ɣ^?6gœؓÃ<Dz|q}\yd/%26y=R y<i鷼rex꽰u#v8m k]2YVcmldvc/ N`lamw< LN;Gs6;2/srX{8i&Lga}vv瀍B.rg,_"f&lN>aémɽyP(hN ~Ȥ?nN<ȣ8gu1g1W|83Xǥ\oXװf,K e!bx3>v$N,..Ϲ9~Ȫqn4?ND]|.r:~=tɺllvbw/99 ˏ8Oy,dcٟxq}|{xO3«N[q;'?+\ƯI^d2ZlFȭySWxϫW%Sx/YuY4߀XWaMfvg/>A?ʢx-c-6]lĮgr2Kq y z_,U\ϹßyxYPx71'٭|9|˸7ّ81) Sq+Ǭώe2|bsUK؏ K|ppri†e§zuIVM rm.|ʚ 7E~u;w=y qR?mh84v<+oX׳ 7p4<<"MÙc,ry?m-ėث\uZ9M8[.~d㉅:hηyxCžǩ\euo<Ś]zG93)/1ͼ]ؓOr2geC<3,?{도kyIH^v=0'5[\Ywc>a qak>O-̾y7O \oYb6NPG9|x3K9(ld& rݬI|K8x|n7$14Yg ~-"s^[؈͹x5F+tl|9Xve#>B8#y5gO{Lg> MP F+ă 8=ޒo7)n3E˶Xr?dWe^dK~K<Ȳ3͇8ӹ;xw؎pOڳf,t.gBvX-؃ i\DŽ]ڳ{00 }[X؃qO كܗ)>ũ<Ô'31f ӘL0Igg ӘL0Ig ӘL0Ig ӘL0Ig ӘL0Ig ӘL0In\S ]e/rgr xCJ\&1f.g2S9\&ўL.f6sXV{&3se32f3g2S9\VJ od>9\l23f.+h>9yŰݵagNl,]9v)ʯmilŎ,^^q؎9]8n1;' 76|zjδ}~6=63wNXg~8e[-,$gE8iUEA1\56Jjნ,vv6nn?|kA֙6:Nr>>]xpq)?7H؞ I©U] ¢ _}>`-avC(L;#nF؆_ ^ ,q77~ 7{"P _[5«DŽ#1 ;p Wa'^vx'c;3<$ۓÝ3 l ,0\,˕+msc"˷7upK7,cHn8U fѓau=Vf]\_bDڇƅMg'V6U/YFF] R0\Gptp_aVa7~s<a7zKkl.<~,5Ys`G\Fhx׫Þv#Kv qKp7 >~0%\ϯ |ўntǡwBVlׁǁN@,SH6v3rf!]WV֤Mvft.̅XYX3813mg_/|~_E|x|| |*0|7߁o;\=kwzcwO4=g+W~yMxw{{{o|~k{8JomxӋAF&u2{\-\" SXzGCO``o ,?>m/+/־q7#o~o<}7?_z50??G$=?W\y}ysKL&_s|K~^r=:C/|_O|/ " _U=C0c|+ܾ7~Y W#28L1 Oysfcyˬlq ጷs%W\s-w>> Ì0L0g19aFe fedCN9{ fedCN9{zL0,&r93̲ l!s= }L0,&rʓ_u~Fg)y3fcEXf5ylr ه͛IcUb#w<ٯIcUb#w1԰y0#28L243<ϙeyXK,*kdWfMf]C8Sp[ι+;yya1ƙ`))x,s̳"/XbVY%5l6;>r1'3r\q q;x#'~[r1'3r\q q;x#' Ì0L0g1 Ì0L0gOʟ' 3(c3$SL3SYgE^2+Kyk6dmvepǜpx9\r57r=x=|#C' 3(c3$SL3SYgE^2+Kyk6dmve}8cN8 g .nwO a1ƙ`))x,s̳"/XbVY%5l6;>r1'3r\q q;x#'Hr1'3r\q q;x#'Dr1'3r\q q;x#'>maFeq&difX%5l6;>r1'3r\q qϻ3t[ȋQgIf<91`K[XuKyk6dmve}8cN8 c_&difx33, XfUx:g .n_ȼx33,_X1\s-w|>e}ű~2[l3Wgqnϫ] .Y|E,یL157rg_P?\E2[l3%38ss T>\p_%bpǜpx9\r57r=x=|#~aFeq&dlpǜpx9\r57r=x=|Q׶9BlBmBB,B!BȖɴMhB2!b !Bs_?xݟz/3aQgIfYgEXfmve}8c.kn{xg^xw>o~eo 1Feq&difeyXdeVXeu>o~e`dyw>o~8;}\ppVo1KGqO%1c5373s,{qw<|Ƙb%b#θ'b`'1c537{3s,{qw<|Ƙb%b#θ'bS̱[qW_ 3s,{qw<|Ƙb%b#θ'bS̱[qW_ Cc9Xc=8;x㋁|Ƙb%b#θ'bS̱[qW_ #c9Xc=8;x㋁T>cL1klg\qo|1pS̱[qW_ cc9Xc=8;x㋁\>cL1klg\qo|1Og{+lq9\r57r=<3/;|7?2p9 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 1Feq&difeK[GxWxO_9b!1L1 1, lq q?ocN8s.knɫ=3 1, lq̟}c1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁѿ7 20a1ƙ`)a9Y`%Ya5`-e_2:l6;>r1'r9\r57rl,2+:l6;>r1'r9\r57r=<3/;|7?2~da0(c3$SL3,s̳"K,*k&r1'r9\r57r=<3/;|^XfUXgMf]C8S8KxO_5A#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|y'y7/ᗁb!1L1 1, lq q\q q< | < C Fc &bfcYbVYc mq q\q q< | ;c!1L1 1, l\pp<ϼ|/b?0L00,ˬlp/{x#28L2432< ,2+:l6;>r1'r9\r57r=<3/~Xa5`-a=9#93ι+;y'cFc &bfcYbVYc 6bvc9N9 .ny^y>⛟_zfcYbVYc 6bvc9N9 .ny^y>~O? C ifeyXdeVXeu6dmve}8cNO57r=<3/;|7?2A#28L2432< ,2+:l6;>r1',2+:l6;>r1'r9\r57r=<3/;|7?2🻯 20a1ƙ`)a9Y` 6bvc9N9 .ny^y>~/ C Fc &bfcYb{xg&ifeyXdeVX>~A'8s.kn{xg^xw>o~e 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ_S 20a1ƙ`)a9Y`%YasZ8L2432< ,g^_~mxK,*k&[l.<ϼ|{ C Fc &bfcYbVYc 6bvc9N9 .ny^y>~u C 3, lq q\q q< | a!1L1 1, lq q\q q< | zg!1L1 1, lq q\q q< | D C Fc &bfcYbVYc 6bvc9N9 .ny^y>~ C Fc &bfcYbVYc 6bvc9N9 .ny^y>~ C Fc;y'y7/ᗁ0aQgIfYgEXfUXgMf]C8S8K[GxWxO_g!1L1 1, lq q\q q< | Fg!1L1~ܞ9cN8s.kn{xg^xw>o~e7gb?0L00,?1L1 1, l\pp<ϼ|@=a!1L1 1, lq q\q q< | g!1L1 1, lq q\q q< | fg!1L1 1, lq q\q q< | g!1L1 1, lq q\q q< | $ CFc &bfc_~ f!1L1 q< | ? 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^x_zL!1L1< ,2+:l6;>r1'r9\r57r=<3/;|7?2A#28L2432< ,2+:s!Gs)gs%W\s-w#O<+o'_|/>da0(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/da0(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/3aQgIfYgEXfUXgMf]C8S8K[GxWxO_~{3aQgIfYgEXfUXgMf]C8S8K[GxWxO_~3aQgIfYgEXfUXgMf]C8S8K[GxWxO_~G3aQgIfYgEXfUXgMf]C8S8K[GxWxO_g!1L1 1, lq q\q q< | Ng!1L1 1, lq q\q q< | g!1L1 1, lq q\q q< 9}?gIfU?ryone+vew |\ᖭ|ve f~[~O%f~*[a[>37?r[JaW>37?r[~TY>37?r[@$f~[`"f~Cs-[U&f~s-[|ve&f~#s-[|veꏖ |\s-[|veꏕ |\qᖭ|veꏗ |\ ᖭ?Q>;2Ք |\Iᖭ?Y>;2gYTԟff~ӝnjg] 0՟)n2ݑ7?\/=yl|u<y\|<=Ly?<y<yb|<y7yK;lerl=<|/csQ37?r lM.g1(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/3aQgIfYgEXfUXgMf]C8S8K[GxWxO_J3aQ&d_eq&difeyXdC8S8K[GxWxO_*=2aQgIfYgEXfUXgMf]C8S8K[GxWxO_j3aQgIq^>o~e` 20k^x十3ˬq'\p#O7?ތ2̳1'\p#O7? (cL1< s' aF`-N9;y`h!?08L2,*k>r q%W\s<07aq&dfcEXf5`mve9S8+ᗁɽfa0(L032<, k&r/YbVYc 6bvc9N9 .ny^y>~Xw 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁE 20a1ƙ`)au6dmve}8cN8s.kn{xg^xw>o~e7b?0L00,ˬlpǜp\pp<ϼ|C 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁda0(c3$SL3,s̳"K,*kkpǜp\pp<ϼ|ߪwb?0L00,ˬlpǜp\pp<ϼ|ߦb?0L00,ˬlpǜp\pp<ϼ|߮b?0L00,ˬlpǜp\pp<ϼ|F 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁda0(c3$SL3,s,lq q\q q< | zf!'\p/|KV̰ p  0wgXa8xnL0+l'\p/|# fX` v8 nx~gXa8x^L0+l'\p/|' fX` v8 nx~3 p {L0+l'\p/|? fX` v8 nx~3 p |&a6.>a fX` v8 nx~3 p |&a6.>a3,;p7<? 3 p |&a6.>a3,;p7<? `V`N^|&a6.>a3,;p7<? S`V`N^|&a6.>a, fX` v8 nx~3 p _L0+l'\p/|?# fX` v8 nx~gXa8xYL0+l'\p/|?' fX` v8 nx~3 p WL0+l'\p/| fX` v8 nx~3 p ?L0+l'\p/|M>̰ p  0/gXa8xeL0+l'\p/|" fX` v8 nx~gXa8xUL0+l'\p/|& fX` v8 nx~3 p L0+l'\p/|! fX` v8 nx~73 p |&a6.>a) fX` v8 nx~3 p |&a6.>aߕ3,;p7<? 3 p |&a6.>aߗ3,;p7<? `V`N^|&a6.>a?3,;p7<? G`V`N^X>̰ p  03,;p7<? '`V`N^T>̰ p  0gXa8x`V`N^\>̰ p  0_gXa8xKL0+l'\p/|`/|&a6.>a& fX` v8 nx~gXa8x`V`Wpǜp\pɟs1L00,ˬlpǜp\pp<(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/Ưda0(c3$SL3,s̳"K,*k&[l.{s!GsޗIfYgEXfU`-a=9#93ιkn{xg^xw>_B3 1Feq&dYgEXfUXgMf=9#93ι+;y'y7/ᗁ_K 20a1ƙ`)ayXdeVXeu6dmveC8S8K['y7/ᗁ~d?0L00,lq q\q q< | C Fc &bfcYbVYc 6bvc9N9 .ny^y>~A#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2kA#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2? 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e࿣b?0L00,ˬlpǜp\pp<ϼ|da0(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O~A#28L2432< ,2+:l6;>r1'r9\r57>au6dmve}8cN8s.kn{x /lpǜp\pp<ϼ|oe!1L1 1, lq q\q q< |/q q\| Fzpǜp\pp<Ͽ/~s̳"K,*k&[l>r1'2A#28L243̲ ˬlpǜp\pp<ϼ|@D 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ__ 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ@ 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁP 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁda0(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+oowb?0L00,ˬl/s9f]C8S8K[GxWxO_ 1Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e b?0L00,ˬlpǜp\pp<ϼ|O 20a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁda0(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w