#! /bin/sh skip=947 CRCsum=778851319 MD5=c3ca7148eda6031ef45ff0bf6c04053f label="NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-9755" major_version=1 minor_version=0 patch_version=9755 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-1.0-9755-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-9755 # 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-9755 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-9755 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory, and appended with the word \"custom\"" echo " to distinguish it from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in NewDirectory" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA" echo " driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver" echo " installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions" echo " will be asked, and more verbose output will be printed;" echo " intended for expert users. The questions may be suppressed" echo " with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is" echo " assumed for all yes/no questions, and the default string is" echo " assumed in any situation where the user is prompted for" echo " string input. The one question that is not bypassed by" echo " this option is license acceptance; the license may be" echo " accepted with the commandline option '--accept-license'." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is" echo " printed, except for error messages to stderr. This option" echo " implies '--ui=none --no-questions --accept-license'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA" echo " driver will be installed; the default is '/usr/X11R6'" echo " unless nvidia-installer detects that X.Org >= 7.0 is" echo " installed, in which case the default is '/usr'. Only under" echo " rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultModulePath\`, 2) \`pkg-config" echo " --variable=moduledir xorg-server\`, or 3) the X library path" echo " (see the '--x-library-path' option) plus either 'modules'" echo " (for X servers older than X.Org 7.0) or 'xorg/modules' (for" echo " X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir" echo " xorg-server\`, or 3) the X prefix (see the '--x-prefix'" echo " option) plus 'lib' on 32bit systems, and either 'lib64' or" echo " 'lib' on 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects" echo " that an X server is running. Only under very rare" echo " circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA" echo " CES-PATH" echo " Before searching for a precompiled kernel interface in the" echo " .run file, search in the specified directory." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig" echo " utility. This will update the system X configuration file" echo " so that the NVIDIA X driver is used. The pre-existing X" echo " configuration file will be backed up. At the end of" echo " installation, nvidia-installer will ask the user if they" echo " wish to run nvidia-xconfig; the default response is 'no'. " echo " Use this option to make the default response 'yes'. This" echo " is useful with the '--no-questions' or '--silent' options," echo " which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux)" echo " require that the security type of all shared libraries be" echo " set to 'shlib_t' or 'textrel_shlib_t', depending on the" echo " distribution. nvidia-installer will detect when to set the" echo " security type, and set it using chcon(1) on the shared" echo " libraries it installs. Use this option to override" echo " nvidia-installer's detection of when to set the security" echo " type. Valid values for FORCE-SELINUX are 'yes' (force" echo " setting of the security type), 'no' (prevent setting of the" echo " security type), and 'default' (let nvidia-installer decide" echo " when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try" echo " to determine which chcon argument to use by first trying" echo " 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. " echo " Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal" echo " before it forks to execute commands, e.g. to build the" echo " kernel module, and restores the SIGWINCH signal handler" echo " after the child process has terminated. This option" echo " disables this behavior." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM Begin3 Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86 Version: 1.0-9755 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-9755: NVIDIA-Linux-x86-1.0-9755-pkg0: Initial package NVIDIA-Linux-x86-1.0-9755-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 : 42380 KB" echo " Compression : gzip" echo " Date of packaging : Tue Feb 27 00:23:42 PST 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 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 ET6Npƭqjo qA;m Nw \ qww~O8wޕ_->gU(حK^G\?Wt 3}2x[:gո[M5kեki:[_o۪q<WM:tnVK!/ynMb p2_RKGr ?D^5z֛l+W(D+,$l5ˡc^ Wxo_ͲbWLcƜٱYhZμcu#ͺjݼ_s~bKajm1)u,;Oƣ1{zѬkfѼsy'>3ڼoOa]WF󾏱y}oޯ0E+YmWܼ?cޯ73˿&y;sޕxf}i~٧1YWט_k26 5,_3Ĭi5ps  '*Ycsެm5wr7yvf>my3Ǧ2ۮWwYNh5n1J_>cuIq$fyY~`0[c63ߛu1Ygiu(l^wͶRf}FٖƼH7G'/\Ҽ9uu/ }}2\.qu ,O7uyNrU,_kV㶚Uʼ8j^g_I_q5;-ckǚmb}#ͫYlli?4W{\>s\!yךB )/xay\^Y,o1V4>6+,q3,U U,6lOoe5MH}{jֽ5}6+ld5E3۪ٖάj7<Ǽo!yYAů0~Yh_5:lkiާ5azߋǬ|2Y7\Cy sEGsWksL.'Y%yؼ?`n?og57~̺R,vK Ӵf2I^d1l5&fOfl$qѸZze^q|YT>qqN$0w2ˣWRH2ewYW̼^estf]L)#fYgs=R*RN}vƦf27 f}c^IRNE9#YsN5a^f}7³9G{Ku٥t5}L)c%}=Km^/eͱͫyrЬa֗62 1kOR?Qazf߄rR+?q,oSżq9%kyUS}W-=doe{:l7Ɯk?,o2fQVsL\׼W9ĜcI";ny?¬/c;-XIrN e>Ro}:+{Dy0*d-176|#oٿ}y3W9:%y?o9msk9>7a0ټSٷy6o{I51fG%żh5g3ɜw׼i%7˹`o8cyN+a[:c9w'4ƗŶf:a8\E*r9WK i>?yx{T5YRW˼̺f\d̶f[oy)eٸMռ\r^)>fyy?W8a7H^A_lc`{kl[np4Ε<3s.3a(=22?9~uR2uCYi,Y7׼pc'SͶIiHFwiwWy?Ǽ~9 =#|F)-BһYN0I^ak+53N6ˬ{.=J7i2k^LfK׶Y~jΕʬ!q,euRgp7W)TӼO(AAsRo2ZڂR>?sRf,/-)+Ȝ%5p}ERO6q9 R!}y$ Ŗj^$LͺԬo9IWGldJpsk_Wfa3Ǥ 9o7Yl+"L{ݤj5 kk"Ҽ^.pG").󾒤#~3Ѽ>u_oEͣ,O_86۽SmH[X"?jV5>EqtygQ7V6 ÂJl&׳67վ cr f};N'kDEY?L.M|ء޷/Yd^m8G,|!|W]C(އ7ayzY?_mЋz?@g[[!J獲=Uō-˫cm?J{I?m}r|.j6*ch$>f'7W(s5ř}}x}2.f+Q O5k(lY%pY?|Vy}$}F7)yy֢%}GR眕pҏ \wUxauGVY[f(};5t-6ϼZ.~M2s⿸gw?o;d-`t:faiWN϶[F̺{RbAklc5sX='}Vf]w14/}mǙ}6㖚 51:F9fr\Cr98E9o3ב~T[9)>rgLs=k2g-7>2`h\'} sT9W-Ŭ漏YY_C>K~t+/J3Yyټ948i5H8~ KYŤlEX0}յXߙs̍f{~>Iߑ'vLf]א(`J#cQϖ1ΑMj>U̼^WMsn敝n!jGE9o%mo(Wx09 sLpجK G0o4sQ>2nhfu>6\GI8~MۓdYG894 1rl1cյzIlK.eV42}jүGKÔq#CRۿ7I٧9y /yޜgYIIgo-Y0\e^Y$ s7" ^*csW"$ ʜ|Yוyxo2Dkcޏ5ɸ!K_y0dObJVWsĊr-SekϜk-]滘WMJ"BHs2h3dP'u +bs}RQeސqkg//s-"e[7eͬfo1SR/45f5 D Ϸ\KWg/dfJu=y4Ymgm{9ɜJ>kͱafi{d50=v\Fܩ,Ri/m S5LJvscr}8=)_d q,y.r[V7幦~ 01.Cͣxl_#dܹ9߳Ҟy Q4o:?=#{9_lqY 2sztYe\{yG rz=|PhϼYgq4Zigm{w[S?4Y.'f{ćId7s ,Θp'|"MzY9=m]ϲOCxϼ+ޞ>|Y.m.>k7?@5[xC8D^s?Tx[6sDJg3Q MxX.$sm}Iɝ+M|Hl5/4s==LW(zy7->%M7xoW$>:,g4L~~9sɺ8ϧ +NxzEے^O"ecpu$qe !kB:?h3vi]9s2s}<}\\<9>k>CM5=t1'"<%p=eL#Lׂ(wry$Sz˛<5 |$vοRDR& C Z^K唊[|+Es#J+MsC<=u/Ϙ ])M&!]rc>d/H*Hpƹ>_c*ӗy|.pďdRS֒'r Ӟ'&W/k'\!sR()i:O | tTcyp|sʒP7ix'd>]n'$zJ)8 (s\s~+oK+dٹ~ڿDŽguf >6~`N19~W|=R̡?^}Jǩf~x{_9(B95Yį^߫})j;鹱I/OT|Xć&|B:׷TgsMFo.^᫜J7La1" YDSkCow";UM~zֹjRW~Ÿ8c,WD9cɏ:LyQcCFMq(K*O󼤽(g|LE͕Ixz_?*9=z}L|{ɏTy[^(U?|,_ HxZ?MF: 5AwY|j ߈N!OC9YN섉\ȤМfikKDi?J{S#g?)';{ФpU? 4;.J|+br w# I%vRR]3g@s| EG92A/9[٤>yI}3_WVYK=O'|RWZ%Q;R^WcVaT$>tS//J<Ғe2OK{ QOD8HIO1}ԿB_Y[8'7Ox RS͆kN}k7lRRߍH>\o5ղr>@m򦩓?3JAUY/7M꛹ϛ *=IʟjL@*yL*}IAשO/an'=œ 趌& WX+O$W8c;Ή_Gߖ_F~*ωOdï+KLyW*5~f>/BI}rS+OP7]aL:WwUw5"M-RkR>GTu/s³G8+5r$BR߼dCxB!NJd<&MF'KsK<߅\':3POTQ?T{W~ ǫFoK~G(\ϊ"~U"=t(qNtG'v9<?Ry/< Q?T{ܟߋUyoyp(j|oq x_STƗRކ8U}?r>oRU3%>s>D\U. ͜ϗ ACMzH$ʜ;dm ;6|s(q$tC"ωGNJxһuO8g< TpWEJ)f'2'w".|w$=7VI}?$ꏒrQ RT?S?LO\Oj=#uiϼuGQ?$qҾSURTiy#=#]վz,>u`WY=y['W*xr(!o)Orc{፝LjԟU,Nj|͔סÝ2C9ln2ܦ^A/o_mjKTҾU3|&Wp^Ƌ9+&m^=_#Ҟ{oXYT(oUqqo/KLעK5!?,+EU32PW,ה-%U~M_tT2656S3jzv?HGǒώ3իcl;R^ƛ|ҿ_~|~8 jBxQ ](/{/Wϩ,6Nl;/JoL5_Ax_4sgHͿgڬH}jD >`\&gBKB9嫷]dxw(3g<ҿk񤽩wV7ef'=ʟJVK$Vz|49Ҽ oE)fJy+s9J}ԿTmiWo}x9Rc*>+/HzQ+w*Zjۉ+}@=Pʋ9N}{/Uߑ WmWj^Sstg:K#-3E/e>RҞxYʗD<_Q%s_d_n/=5_į+βF/o/Kk'/-e3ߵ3E|݃ϔK WT]N>Wm+%b9A~+ wzz,דT2ms=%R}~R䌲Q2$H JS~}bQ懜_6}dםoG[w/Tӥz|(.^uM$]'KF旨Ll2@I}Q'ए2|ߦI)U5Gq·ϥ>y| ^RI9Y>tO&߷]?%}ʹ^2{y[cq5KC{|n_bwϭsGJ謁T-٪}LTe`ϛijDroz8Tgp%K9E3U~RAF)_x4MNEJS -2~ͯe~r}j>\id2_-aP>X'ӜҟK(#L}_*K8/Ky9YSC5M~?TgVw+x~S_f5'n9 h"|2@E)J}B}l#]OHSR;䤏2>OK}Iw.*Y)*h.j߭~K{C}ʋR~qgez&g$~#-|4SK}R_|dq}},*:=@og_w0y>'ۊJ*JċJ|.U7O~%%<'2[鿋ZKd^W#zɏUe[E!%FP;=a5]<;=]I2J}^ nj>e{RQTc:ᵴ͹>x|~iI*,W=}il*:Oz5S{ jg)6W/Ty.nؒBs|ѹ%=G*}ߟPϽfƖj|@"ɃUn/㡪O($Q饚')QtyK>Bk ߮j4S;#KP}ANj47omy3PGտ6E/U-G57RN:o糴Gܖd 5#ק_eo՟)KU]/])/,ܮQ򏢞?ϥ3oiEz&Ԟ5ԿUki/-r LQR~pR(Yl(R^^@|{y^o["rLoҊ^RV)7RiM)TUci/'NOzN߿PWYE=K曨0V/SIϟNx՗_3.j뵄a5HZ9Aitg$?R%sI'5~,W駳GU}xğ۪E J5*U{]j|WkҿoQB'慤T[#MǍT_|yۛ^UmHz>PRO&+Δ/~$d3>_B+1,ujINxf&y{K}ju>3w~ߓRO|5^'K)mc^5_P߇X(/}E)ߦ_J*2J>K}Zz#cQձe<9^d| s?$Ks/'v*,/]((yoq;2C. mU@/~~Uߨ.Lk%Zo7C͇J?~/-׳/WJ}OW25?T4"x_Pwƛk5~p_拨xQ>|a5?WovSRRU տU9Js팯&m>AnJ'$J䔇'~IO$U(SH$Kd|mS(/*6jU~$9*"p ?Wב} _9S>֗ƳJM;nuQ^gUg?&{oQzrc`MT}JU}%ħ?Gߕj>ܘ}}C՟+ק-ߪ|%Ofĕy&8הNEJ~™_^Sٽ=ģ򼎫Q[m}?NjaOg9Pڟj~(y[ꋪ|?;+ _ /տOE:35~1M.\oOGɷgM#1JG5&g٠;JzPA%RLRRKKcJP5I TuL?o'TQ;|KSJ*oѤPGդ>_KxsϢe>SC" -^+|RPTKտ#R{ RQUz.|=Fҧo$Nz'j~7r~O t+d|s<_+ߨyW. ?tdR͇/]Jo{<ҞUcKt}2p>x[qior?P'jC/.{'=H}Fo*y5>KSI7#\kRGxm(SZ~+[! _jH;KL?)r~s?gGN U?5%=,s)ߗ;|^xT'-nI`KE}x5q|- IM͗;cK=YTk(͕U[Yg->kIj>@8E<U_2QWFJ}R7m]|K}SI~1k/˝yWp>́~Pq>QIN S:#s{Ye>=R?>uOUJ{^.C͗-y7IUJGN/  ѷQw߳'GTxc?lv?@ߩoNN^7 J~Lƛ6x?o,Ϫ?Eצ8%o*WKک_uHy_(/PiY}CuQ}Y7ϩ)4\wIΊ~դ}גIߧ~ZCQTb([*Y_%_"/Q w?Z~mwIGJ[KMeҟĹ2_Iz5(SJbT)]z j+^T\W_|{ t9>@ulz65kץYWI_m/եkg,սK[ܫy{5ѹUf^͛ХS;uйvl|Zd_{}:to~} ts[-ܾg9ޫpuίPj6As.@^#h/@E^ͻ4kƫyfmzun֣U^;7kdۼm.-] b>PWޫG⯃AV~*"T6Hbǥ֫# STQQ)HVW1PG[úz|}C`>HT{z|Cj~\NR*>T|p`b C_?ul_^W]~_zVwkpT٧KߥRw0N{>XVUVvul:V7w>VeͼWikUPS駮/Duz* UqO=;_O't.'UiVUt>W*Ǫ8_u~W@Nuz PQ].]:0Ww?CnwЭ.{nXU8Vq̭on*Uu8*Tۄ OW_깇竞*/t.z^!~.Tש7zcz|':U?Ueu4⛟o~*O߿J* u]Q݋z.u{WyJSnu~wN:>KtLUwT p|Ls}NU< PyytMCU`:Vu~`]iSWR[緺Q嵿GLԵQi?H)}N.\=]Ram]0WGTWi-XU8gGE~.Қ.3SO~n}Nu.uW:M種_[ճUq_{:۹}X?*θUeUw4VVq?W:*C݁Q7u[R!YR.u}@ş`Y*/X/WC9SנE6zUU݅;Y*e.tzWU:uw +*_ܪȭڤnfw6[ܪVjUȭU QuUΆd9TR4H T R7H= FTA R!P@' ToJ:uxvշ]ى{nUvۥ*.8wjUíGnUvU[mU?[Uޭnծwv[uݪVzj׻U}ۭnn\*lUDN/rQmU_ Qu`=Up_S}{z`Uv1X`?U V(X`Uڶ`* U^`ն Vm`?=ί\cL Ru ?!HAczA*TR-H[ _{ʋB`^I@u3_3:tܪѭݪ_ѭGjǤYg5VcIn=ƏjXؼJ*q<ǥʫ]~ԐKkBT},DCT?XmT.H 9T[#HσT_Y#>_WWJ_A*}䧯S_z:OpRKu!?tLz%HWes)n՟V}noqLt*pSqRJ#.?U սej ŭn_]WTiA˸}ukV;s*躢CTQ Q?DOCT Q3!Q.TuqOtMt[ݪVmLjU[ҭڶnu[ݪ=VmI[Wn_ 7>HWׯd~_Yn}um*4ujޭM>ӑuޫBTYBT?C*7u> 焸U_yǂt{M9uAO='$D!'HյuiAnUܭ=uHݣ[܂T i\0ϣjέܪڭj>[Uߗ[a[/[EU[U[U[a0iYk*ݩx0r~*2.=-KձUZ uUPjb:BK9]*nj]v˥UqBty!+D~IBtQY ,UQuFmP]&fj,ۭWju/:U1@gT6 @F=~GT]ڰ௧s uCuURU6*܂UvJj:Γu??XSU QugtGM덺㘮vJ~Rק~|r[RTWͯsPq)Pq:zA~rURQpj#6B::j/8ҨC@PWM*2=_'Rvꏮc|IKgru]K= *U8zN=7PyJwj.P*}:[N#*oTs5j[ϝRa1HŁ xPj'N[Su`Pu勇[ίԽ>j'^덪?9_WUU^ T@N_*]9{z?yA3D n6.US.TEΟUy`U6zi~җzn~~5ح ׯT=W:ݩ[uݺx՜=Uߗ[}z&HUQU}_Oaӈ `=fꓪvve|u}RKΫuܭP^V}Pn_=fUWQu?=AT U ʗuSyNAnxU}[}/w;q]_c:*Øy\ F@<>Øy9/ : '4\o~`pxGQ}0Xo8f܉^ Lޘqz;/F { |o&#§c[a̎HX+x gZ܄^2X b#슽:ç3@bel-q spnƝa`ULYcp".x#8(T+Z܌;4^\E~XOX87q#nx0sq=x^[3 ?JX'yaR7;`9Äq4f+c-A=VZ8|\p)k̈́>XC%~嬉0 48/`! y.菅\e.ո#$FbOL1c'8aj%fn퇷Q 5쀃pM:Ǜx?a:c/ G0ALޘ66 ѫ.kcl0q^Lޘ66 ñϤklp0 x'Q֐&O׋ 9pژM5x6!=a]lݱM wL1/+xߣW3kOq.xm|^ͭqxOad-i13c!Kq-nxqRmO{bLٕ0.pAw OU运ڛ|]\{ѧ?kigANġxK Ƅ#)pK7`x8KO&?By;n}YY0ƿt  fp OYUll2ߺ_bqń2r+|roá8n6Ye/q?>;H=XgIWOKO.s~܋7 .n0CS=~L=)}ܱI8 wX%/+kʫq n8T DZ7˜&5x̷灭#3mV>8aq7qr[u\k= 3[/b@k,q[ZXOĜS.>YaLf2fR܂ 6ޘ}58fm+k-c=>kxg/., l3/"\o 6]p_qmd;.L|xb3>}pš8i|.[bcq.F)|ѯ>g쀓q n#x`-lq x/#Io?0V Gt\;85v0-΃u.-xM1aWqG93q `|>gfO)M Yw>w ƉiM1'`G4\^;5a]lq9nCx Ķp)nţxa69 %|Yb^`#G'?a,gp>Xa샣p.Mx;LКK`} qx_`DX*1'IIIE8&<Srr}xnkO#O<)A8$)v5[OThխq1)NnĝF15>q5m?]x=z/YgOډֆ؎'>1k;5i]k 3ݚךkY{`xĔAWu*V*dm1uaRmHXa LìY'o `Ĺfu XqJmN c `w`]{axakgwYݷn8 j܀8&yl-'솽'5vppsNM/m|0 qŽxƉW5)G}^ט<+<Xj܈>'3cNX9>)Ŭq/aub<1kY)1vykqq N_*,c|>V}1Ic71 0fǏޘ `0NJX4&G:cpN2=ɷr^,qJDzƇxy>Y8xG/`=Zh]b)\z XA9q8t%l\iM5vXp5K`%\[qvr>,e:66a]CLi8V3C=7n/|.1>yl_ CI7GoSx,<|qQŕ/q xw_&a+(DzXaM 9w5sa>@,X5ѯ`̎y(Vğ.n7N< ~7 }[R)pBt=?VJƋ?hsc[:$u)VzK8LJ]p;biOq"Oh݈'8pnX([N 2_Ӛ]3u^Y8oV΋A&5Ovk=̞úC|ĵ8&u*.Xyɰ$V8w $VÆX tY3a)}َg͌>X4ZxLlmb펿~].sŠE5}oSo1,%qIu7܌W8|M`Wl: `F\7×x1 3:YE;[`u0u3zg0WO ai<%~ĸ`?WY!ܱ* bp sqkM8xx,^pp 9`e|oqA-|%Y+c-;b3q܇q<.exs|񏐟b#L90/.d(Kߠ1"X p.ǙIOx |O.0Xx39E=Xyj'r1?cW#yЅ%<cx3Lrs`^,pT6ŵg-HR)OVLaN߱@,bZoyp!nO~dyi?)8x|V>kclp0 b\736g4}2#vĿp?_0aAk*L1sXXbCq4…xk&XKbyO }S$\x LhM1~%p .U cR܈;qF5l;9 y9cI,?cS܌8 S"1+blqp nGc&>c̎p8ǩW*jM968܋e)kjܸo|dMX+b5l]c-C:8܆߅1f@h&~g=3xS5fc5!NٸULՈ`MlSp6^cdž8CMw)cMlSp6cMl0~͉83 kiҊǣ506x3a;ƫ-*fn8#1s{Gb֎,יU܅ix3we;"\U{⸞W1^/| {sx!}/SU< 4r}/7q6.CbD>#&Iy>4nŰ15v!8 \@oX +`]l' 7k&B1)Gc <15f@tKpY3yq6Xo|qRăKaEp)n=_7vX`p E>Zh)?ZX[`{Cp,NEwQ<)(OaF#|W3\MČ(ZX`?cp6.½k"&뛭1V+6FL GOqnS=%>#`:̂ 8+zN}cV̍KnI.mx 'Lp$Vږc1bYqkmտł ?b֗IZ~z˥2Z`L}>kK84+q#xalpɸ6<-X8g܄ѲZSblI9c Zbgq+>ך }0KcMlq(Ǹ~4{juq!k"Ȣ7ŭKJX,M+K,u` sl^ZGjְċ[aY'^5['4%4viaݒڵ Z&>6}Z ?:ǵA^X#ƃk<к' "աVaO;A|>ùO,p#̇al$<ȏ^1/nG<ż㭅"3o8Obl\?Izu)uưĻϤi;mֶfb:S~.`MZz_XB_ĚkbC ^T[3cMlGpLQk5p$N’86EO)ExaV7œe8ᡲxsP<'~;*Z`J|>lU-fJxGP͚ άaua-N܋1Zms{`]pKG{݉]YƴkqR|\8A vN=xoӚc(¦cp*.uv7vw>08 O9yX'oߣdX`\qK) w?j5= ~DP).ո cT36~L|Ě`Klp'Ó} C0˘;a?,^{:f 8Ņxb÷>\1#܍1C{zq>0w8NcgS<|ř8e_$G_s? U܇q[3ǐw=ūx {} X#5rDϤLX[b;LZ{`8 GܘC.5)LۚQ1X ŵv Jp#Vq&fH6fWcDƽV'ɭM<',Z gJ<)SƇ GLJ ۦv‡ ˤM|ʹ]NmuI܇^Vk#wm6٭i-vHZ C0rNZK My$ bXIX -/ۺu'Mw_ MgV?lq;ŋx?A쏗:N&|XK\< [3b7[!\,/j)~; %rX[cr1,a<8u-m!?Īe?L\xq -OzÇϰM%`qjkk6coK8`g"VmGq X=NxaX'=|:|1v"DWgOp])1z7SX kr\uC /&0^9;Y©O7aSm0k0Ėxp$!fExc1|6Ŏxb\?cq'b7æO],? SN&pQOo*2fP~x~xfp ̡83%}a'܈y1 2 3 O_$ iᏸ-q5ZLzŸ1ĵ8e S<0R[FSljxvAxo`<܉9ތ5.ʼn{5>o5׷xg7r_ m"4,Ƃ[(%})<]wws?{(p(N0A}7C=x0ksv ^9s:}a[%'n#x߶zck]8E)1܍CkYYY}p O)~°g-x =',$ݽ\m%m3ƿp;xŷNywI/0Fkr̆~Xc삃p"õO |1 V&Dkq7c$1a M ‰8n<s삃p"õx)35 X;%vn'\g鬣2/Rk֟ägk`}Ŭ{ &+n͈ F'az֦?s}ͬ:v5V k"L91$^b6z3h]01 blW֙C΃=?v<X+ ] #9v3z8 FZ~4:ˏ9H½p֥lǧk֑^7{w_' >+5fcUpx/Ƿ'&ǒX/M0fRkr̈91?bM-v!8\pzޔRS[c43|Zks1kz+f@<>l֩xq.cႣq6.ČVÿ_$G2Ÿ#ոwI<-C]8cbָb3숿`c318 0V ,%ǎp]I܅g"*e-?b-l^?bKpTe1?ai5Ǝ8G)5~^enpTn̏~X+aMl#‘ص7)8xO-|EjK+i/m(п:7ة階q¥5iOʓ/Pn>װ0OXb쇹[ .i]Zaj̀. a8mxs7Zc:70 ?gS^OqE?xeij%!8G`UC4ZM>{ ^›X~ bo5ב`ڿ(/1&[q81< nͼÚVx3Awc6. S|wq>' p#CGRx'|/ocq &_fyHx<{LP|I}5aw\۟('> zF1k,uۺ.bZ$c'ź`̓ꋅ48l{P܁&>ķNf5Of͝BX q#>D)0#&qԄ ¡/M|oѝpX[njXZa7#p'^+?>X>nG.w ~@@Xa;\FmDy1vM-B7`Y3q!澪~Gy|kXa*lqNÅSd͊y0ײv{cڄ'æ{j [3nF_ X mnd|1VXaCmxä p o-|pCķGŏ/XSKe5G:܎G$g 9qFŰX:6Ɩܴvx |x޶nwxw#c|r!q-F x9}Lǒ]'Ng2xu>.cW6o(GYG8K{$\+WF~Ѭ$ƋnrZ-u(ŸEz3ű;1vk-3No 8B믉X'X)i*k,a9mF5Q4!ǽ {r'B)qG5"\[p x b }Ѕ$v>'vP ^jYqxcy`j̀. ~8Gl\EV Ob$^WԷCxo֙7O-~ƤMi1v_?Nq3x3kMbzm qíO1};kNta êxUЫ=XGT qFYWN܏I:ZaṽcI n<@'kM솫q+2]qhݬq% nM8N<>3x_{LӚsb~ Ų ;aOq.k{#W\kq+x c^ք`N,$F5|0Eo `1,ͱ3q NąO\?⯣p.ێp7ƚ3bv ¢+Ny1rScta&;sc_Iaqc1fH%oMqq8=`J̅.l7I8wApN% / 1$'x51dlƌScml-rx?cUx 3|VSz[c?P {Hk7Rx/k,gl6[k`]p1ŭ OEl`wp)nĝ#I'w~Hw'ݞxDzG<gvő8`O_́yq.ɟ o|Ѿaz̊y0+`l-7ċxgl-=9NZ;^|ku Y $a{R'c{rd{*´ޘ(68Y Zcq<"j~k]\ZYO`lko*Xl%-WٚuĴU9f͊p֪nmo0z OoM[V]7N܏ -ن{ik2cX,˱&)oU+X⸊WeTc*W㪱_ucɺ d?W˚6ec?Zp\=eTjjCj#,c&,cզ,cf,cXsׅU[k~YLmevU۳@xvd=Vva?q\wê=Xߓ0/?ڋp\ozڗjEn7~ q f>e#}\ê#Y?0h|8n,2fxk ֫8{"'}2qT>7i|t>?:z"~ٜoÖs9YLx _wGp5VG=qA?o11nqk'OXbQ܃-NZ7f3m59Ƿ5$z[b`Vp /hua /;u}"!&A?lb탓0}!K|q s=a"֞8 |^טh~Ժz?X;@L#ſX/[%ˬCsY|jw>[g{{e'Txubl_c,ǔYXqC0Z\cx֑2>1z1yB7 w0ol|oú a$A%~^읜1<ם_bTUJ~~iﱷ7ׁ}|^+ey`L3+uF0z6PL='>9-pü><\ϱkl'r;綾~yx~+/ᆽ00z1aQkG\~*lR̚"(}bUd{%l9+[^xUe|NPݺk԰ü?Y;"|5@->?`~ a0 s%*|_s*[7bN'68܈&,X2Vm2ZX}ےI+%kM86זXs9-݁|_cǎ5D~ϱkgAЅx}}?n: 述z0alYv/˘u<>ÞYƞ,7 l?xϱ`1vB8c'=v83~>#?|G213c|al_'Dǧ{cNG)m*L sTӬ0tTL>njXL1,J msXs0l<ͷ> 8ZcEG܂ѵї{ٖ[ clZbUX|5b5V֛t޺]H7}7?&,ﷰoe,ͺlDۙqVrYr{xߔx%#b)DZl9kC0\U(#9#>q8cClG3,c09W$.? Ke\Lzuhȯ0u΋o0M>׋Yn)qxUkc;V§U\W%<"=bǜb'\6|2V}bldž/Xƪ/ۼ<6?a7c,ez޳+~`;}ʟ v88*6a݂֎Dz؜ıq9Y'ck Oz?eOas>_p?>?>?>?>?>?x9>)cX2GީXHL|wfHLFfg{)eFa|~Q>#K$)V,g:%ױf)kڹl}WYֵT0֭T:7n-=yrQŸu,m?8:5Etִ1sRZ.KZ_y1#ֿa=?vcv}kW?)h#q5e퉣q1nkul]pNywI/059fåwI/0l%:6.8Pkbj5 ֏pb}1Pk"̎k`#qťxu0̚ GDq7ua30/_5Қ$1(>x0pg)1;@|;ϛh]V܃ ~S_2XaSSq.ոw)1E8S ߭AV/8܁ćM#b ĒXkb}ltk?8\03_ `pďs?֞M|)%&sz'ͷ>Yh[,x˭90J ?V~ōo ÅSDa3쀳q1S!Wg᱈縌I8ynfo)80z B\?88e{Z꼵DkEuVJn]qZ6k ^I8܋ a'{0%B8cYn\÷,5-fƃ1x_aXYZ܅c`mp Nwa8[c7p.]X>. kp;Ǒ8\\kb^·>V{j.$Qϭcoa֘u]['cfxgE>iߚ&4vő6Hl=50ܺ.ƒ)t!<YcB|z~p&)bV\_:pYcJ̅qL o8f܉;~>ƌ /|Xw3z?aF5NCfZoXwf=k[}LZ<1zZa]<\/kֹCXKᨾثc<8#nXk.@&dMplM=a?\9v:6`mY'Zx%5Su*ck<~e&xbix?vfX+ :9˭q*5Kcܳtkx&%bħM}7^ c-cZ+:켍v1a0s.;pn \7fO>z™Kcp*H :N`/q >1mKz'?{@~?d#?a;zF>[ϼnl#ݎq\tkX#~Ǻ/}MaMZfl b=j퀳 >T٬^.mZcntcMq5+q-87^ cVس#:[u!^`ܮ<,j7?q'z}X'`_S6Z'h34@>oWaNy1|s$`4`1s0֏M'c/-gƳkL a q-֞J:f1tNċwP}u&lx L>ךq1{p''kG<֓KR/|,66[aMrߡߟa5S\Y`ʿx^}=a ܃)7;o' I8 pmx=|07fP,?bml-_ϒo\n|L)[Kr6N`݇1qB,Ț:5&X\g|5W!kˢ8){ p UOm|68'"s^šbSp!n㕴zcQ,]zWU.f-Pݟmi=]+̚k`{l[:Qk̦^ vx6X cs՜fŸ0 ƾ8Zr+ߊ:;cl_eٚ` ᲕxvZV=v^|`u>k)i{ZY?w`s'68B\{ <>1 a_\kpx 3|"I`-l- 82\p7Sxo|0 ̂ЍX Kc#l;8b'6bˤ#Lqauq=W_x- sݚsb9Mq5xLp0e/mLr?`l ->÷bg쉷Fq1=5Ŏ Rwyx|`m#!n̍p~ɱ(p̏Cp7#x?a''~qnӘ)$܃'03'VƮ1Z\ ~h/(0>fâXa;q0Z܈pflXqnx+`հ5=xIF{M.ձ6vƱ-O0kFlp1~touYC*Cp$p łX`=q C}WY&G@ ("Π@m"q4 l T 2"5*j QfT (((2Oz~7;=9/,NGs<838or .2%/ 8e"'q1WcCXIƙÅ\=Z}}6b3`2b/;,v~ú eW3^o<ͺgy7p)_Js3+Yjx9؍S8{ +=QYՌs%Nt.,>Aa\y- xUY[# Wjʷ.X3j=#~-;٤vxx-g>˅\~}{~؉wp'r w.n~j vD2`FƇlTvd:230ØTs! 6V㰌Ig2Ixq1?anSy횅RIWs*?hNVnc+FT3Ypr 8\,a)XJH )&_(0xs[yʹ,`!X`ۋ. ^&e,!_\Nby?WӬb}Ҵ{gh°3>RyS3፜n8a\)m}Z׼9?|:do?w~띣+훿="u.`*c0xxX7c;Vp qb\tRc8op#wNYJ< <:gLeW Q5ǁ|=U]yu>+o}ȧ8Xêuf<)lkؕe@>Q|y|7qx4k \&5/弎'=|Cpy\BFnn`%Oz> ]|8999oqK}8pSV7>&lN`s˸ؽR?[3n&2姬T6 i&>()ly={p,39{9lw;dd+8O@~q's>+ykqkix12|8.PZyk<3Rg g3"bq~|˻.W╷s}Byf\>Gr 'v.Ҭn~*p$1\#YZ SŸ_|_~iy9v_gR#ޙ>efg.gڼp - ^KޯixCY~}?Es] s ^k[7kʜó+k/ϓU:` aM6b[p΋a3 wsu݃¦OOg n}*fCpԷ3\X&"r0dGx_VxS°Y 6SXz} ?p+9}y7Gs<Ϲ%|υ,,zpx<ʄ[Ld3&޿Ԟ;([;aY=ُ/cA3'O_\U|%,e,nb6Gyu,a)?-勓9֜f]\d[xZb>89o|xK<[[J6]iNX,}F_ÙZ1&$&3Ldf1q>q|38Ug5:$g'~y˕ ?)ϼJg[~!v~Us3qݣgՏ&1)Leٍ,f3Ù1p%2Gp\<2ILf Stvc&0pr 8\p;[V27e"ؒ?cbƃ=0G-~yuNY/͍<Øyiu){%%ª #Eq^Q* [oKlS'w<3{s7e; 0>0<ɩnX+x}žY~~x˃a)<&s8y`8,dYR<$&3Lc7f>Χ8 r?%|5/ɵy$l28'Y}hx1ro{T3<#ƝGl3ײaCy _f(k^Forp[O ;竮YKX2Vǘ0;D&1)Leٍ>\>Xbe`%1!_$&3Lc:1}lp8s9y|.b Ybe`%1a3ILf Stva"U. {x?(O\y͙+؉ؗ8γ1;sW]o<͉\ 8cuq3xk+g K|ً\bL~78W=(6? bՏ{^kx+`>,dk Uϧ9_/>l;L.zu]؛<ww68"~CKA8sM7+$s;[luNك9rOX.v3# w#e[<egLc7g}yw~3ˍKx |s1wɷ.ySYVy>ɹ,=9,b1KX2VǸg"#|YkW:\ϭy{+l2*|%',_`KXukX3=s9#R8eWZW Gӝ՜q/FdK ؒSpR莬34`-KH18 샲8BS,Α%?ޯq|~߯s~gn'k5/et_o~QɸY* 7iʕ舑;Z/C16<2= ;c8N+xwv6>"abt=+\Ʀ$ "_1̺n[V|qw8@ya;9y{ L܆"9AX%A&FL3VqNğqnØJ?&FwFKq8@<71HLCK, X|5 a8-O-,ķԃ˶_vEXe}lc>G2 b I8WQRVFo#q!}x,-Ou,VN#DZf+,"q\|?j.02c׀ePy{n "mdv2Iz`?x˝Fw1כc 銞F^-gFi5v)go ղ-+g>e?yPf\wBf}Lk -:[s/ejrr֓}($ mfl9^ޝ}t$Ѐ^hDFc1-h4lfh@/4 #ЌbЎtр^hDbF11т)hCцaS <bé)8c1>>%`F+tQv;4<6F;i;h XeU4'vB#whh܋GfЁ%#+b-lM5~=фhA+Lg~?1͐шhPLd` ZV)= ;@KfetCw4`1VM?фG1 m!8шhP܎{2GX6qp1p!nx#0731 /t+] k=vcp.hLcxh@O3p!.G `* xXtOh@O1aFb7܆V<0XX?f}1C0p hCx36>D`xǺ9zag썁#ь8V<8d%4x\R8 uŇ|u";G' h$<}xcc㘆ц~' сuNpEf_x8xLdtOQhh|qZp3rBUWdWlXdquאհjM9_㗵dv^ubx\q+㘅Zuecl]p0 c:f]lUl^_a h5IbМv14|!׵WE: ֕|*ݥ[1upN?D=د3Xv 1'CD<\:b8]'.na)2gi#g;gAݑ>~r5zNkɾhͧ^Q ت.#e |U*׼|B4Uﰉ\w1+t(kЈ&@3b"ZЊihC;:й/{ h4c,&6+}4фhXLD Z1 mhG:Wah@/4 #ЌbЎtр^hDF`$1c11-VD{a?0Wc:\| i8uq+0wOǛkeߤxc!\Gp%8 a~,x9,g^ܟI^ɧ7erG~OB,Ʋ{qO6臃q4N9pkM(o1 \/p2&VG܇crq f<ױ X`Yl>#q>F_3qF+ _+^) w37rN:v ].G?qFa& \kт[pZ$6- ŸS1/cc>E:=eKh-=G|܉W/>:V[JZҎJn 1 8[!|oOYrvq~_10~ ?} 4s<$Wa2 1rT #^Fmso|0Yg<\p tkh\n,ԭ:-Dƒbd.K"1ȒhL$ \DEy9||93]؃#819ygE|)3j>:xr0{,88+65|U؁3׷pعlkA~G,FlZ؉iQ.:ni>5|5ؔ-yE|\fr 7s;/nMe5;3C9 qxؔۘv5;1afő\<|#gX Tv`6sXf~Xf`=őqe-Gs)Og4sg1z#0ӽu0 +rGs)Og&ks3oavf2}q34ߙ|:9ʳ71^f'&LկLef3%WFn㏼kzx[fŘ=&2͍ƤǑm4G7x>olĦL=f3I]g:0#י&etNau82=7 -g,} S،G;UhN\~\]VY%v>^e5ͼwA_kd1g%V`$d-,Yjy dJR=\u<Ӽv}ټ+yn|9r 0`؍[˗yw=؇9r p+wO>b s, kx ?Vwv1*gM6c[!tN<.2f}7_.nX "[U <.2<yWyE.>J̪gٜؕ8#88%qϩWWµum7f Ԋa&Wk_paY66jaa>]3ҵ{^4ͣ-Â;hI6l>ǮNa/..g4äa;V=7W=G o\ gp cӌLg fmhga}qfOg'y8N,b%a &X`8 W /0fp_[㏇ Xقƾ1<&իe9GxaF/+>d6eio& ɱ]L N3.…˙N|ֆgi&1[=ؗ8SxÙf l8oWkW83+y?10777 K71U!qߣ?D1_|/I  apFpś}65ۙ8=)d/(ϙ\e\ǭC<늄Xx?Lfc`{/q p.q7p;(y8˲`5E .wwئd؅̙Ek_rEY)|lZ'S^ki^ⴆ'0'/3% kVg&v{0&S،m:`˩\/y' /3a1fy>Z|Y<ł-7l .Zn._̓_eZZ[oڄ/{_)oo^[2y:#VK|or,w49X~Ñ=/{~4~ȵI]C~լf^tn>=Cίyszyv)<Ɋ} S_vC-1CͷaA6ܸl .Zn^< ogc1fW{ϙ"Lh|&O"5^S_,R|Or2kϲ9[qlͽ<_xYG9+6`mSm3؛~V< LaOk$[3{p e:>o?qr6s/of1>d>ϏWsXwVfU6c*;s81˙mZ?yd>d6`.,67_c%p>s^4[F~g6׳a(~޻I٘MْC9Ń<[0>,Jt.N^훭Ȫ[kşmŷN,.J,üC|6O<|xYI6ekv`70f3fs"s,β] o{<7[r,Kugw>hm_<͇؟o31^u<ۃCa=wG1/c>%?v́)xU??p"d+$/̭/o 2od]|U`>O0]sCYbXz<\DxU]xr*|y`.f0HUs9?~~?8Z5Uƅk=ykxiÙ,6>^S',M{>ϼ^xaohVφw{^8UJl̓9,FXx#2=.^^ʳgoYM幋W9|)V?~ʃ20#{+lRCy,2T\2Gu㻼vL;?<5فiőL~i^eBzؚ9r&d.`,3Yq0s,¬d=ve`:'1KXqv\lFxc,Jg$/`f؊yla"/_\ȳ糰?dύ?0xŗ[ِ8oy q{78ݼb+|ILa*/p OjqKlF\"_Y>+_q:3=L\/X ٜigpaؔ%fq3qG;ي9i<̜şl|n.lT6J;9*%%ggdh~\]ɼ=;,_0.^:j=ʛi'f1O`+J}zq!g98۱pxy6XX)l57;;/,ʬˆ|w?8>)WưTpp:ff=,|ى}9-v™\Px'K*_i7|K++X9lȕ$Uv9i<[R/ì˖78r&p 󖇕ϒ|uْxUh7i^fam^dG|,lr4[n^bjc9>62g'V`q&6{2s:qx2gq&6{2s:qx2cgq&6{r Gs*)>^kgO1)W)F$MSk[w<Ů9Mìl~m_7NٱWحwX[?иa ,\w"Gï [r|^ʑ oo| S䟩aia &L72Y㸍5f;p "F1Vf2w< ߚ/Y8fa,<͞|, ,Uo>}kó|}uoկ%>8嫜Gy~pWr=$ÚwmjKI*6]8p#G_ͰH~9\=[E8\4\#,TNXٖH9aW1E& ofQ.q jk7kUo|*{gْ_0){9S/e"3s7p/oߖͰ +*Sؔ?7|K3 ia3Nq^Cwwn}߆xa־3i|`9 b0}y))/`R f4#x髅Yzx+N~(<ƆéUkyvWçVr4=5n{>|wv _Kat>)ʟvW=6|o/p p7r;[ Gr,:}#pF?2yRxg8L 7N }{yy$4\Zz$f}pl GXuن]~ggӝRda3ɹc>'.=VHs0g2'l{p OOffiLS7wعXa_ϳIq}l3YQyn`ٜo·&,\+)[I Gq"#oGS|Vg-䳬2l"R.eX5Y8K.ӥӯawpLfc.Ҝ ys,ˏ88븕2۳i<_x Y",Ŋ:ļٞ]ٛr8'r*g15[8c9od?\9siObK`el.>[ |W , s~Cd6K>̑='U/ʼ,|9gp>s#w$/EXYuؘO=7p~I [#,"anWx2} p>7ܼ< ؉\΍ɓkL(.",Ŋ:ļٞ9qq)sy^e0KA>'ِ؎ oxRob,g+7Dz*&?^^uNN/f{Darg{f?}?%X5X{xx L07K-\e6 q?o噵6W.Y<ְ {sn\rs2>|l؃wX*k'q0Gq=wrO2N%X{+,ڻ.=79Kx0Ge854_UօxYG9L5ϓߘzp54rFXqa*OpM =W1|3Ch~ȗ'lV0Sw o0Se?\T,R<<%kLءl*po ;?~&_9,PغJ8,6O3kxvM6 m{XUX<-ÜY99˹;+څ| 3w s,'rWqwՎ,|I<+^ .f=\,2|*?=FEp1Ax.'aY~=amq|'F.Ã?͠xj 53 ogf>wGrѡabKvbw62,&g_/k۳O _I^dIa0aJ8#\c3-03e9aEVlgXgA؀ؙ98s[B=؛p gnq|2}0 ˲"[{@?'Ĭᰤpyr?4|2bm|Il6|9r2p74/[nC},&lٍ4w\t$+dh$RRZv%+$}q+tG6d}ʊyBWV~<}ur~ox3]?O 4}y. b=p; u,"}1L<9P?܂1ä;-X.GHGl0B:܋&Dgl-,#M;d9?N~B>' fq^&yytZv)rVYm'Up Fe<|(ۣ4܋goh)6ī q0c ū/{,г3FK1?w4vGHٌq ǥx"48Gް=vAOC1K.SWdu6^!0p&.$x ~ү/?v?~1ߌ8J˻hc$V[*Ѧ2wѮAb.ոwa<1;nq0hL٘gAZ`;p/xcov&60a bm }q$&R܄u,G'x_lm'Y: z`/` (8WF܅^\QgkccA{tE/߱ q(Cc.R<ދ~ e苳Qzc8Fr=rƶ8 /e?x LbI;Qo<s_ _瘁Y+e2 "ƺi/pvq ,~vuÐK){}>θ k?rٴ?Usa)YsiѸlqV:V7`{ 9w:ɺnZWyНd|]n[zɲ}d!nUb\oy\+o|Se"&LmZ$h2GV's ~b4' ͱ!66h9YPJ)U\/c~ik.ʍ&יonӓqSey"1I'.<^ÏXPFf!2s;h@x n*][c6 Y{b [0F!rDa0,\)BDʧ#hy~.4(p/G3A+'˰TYۤc8lT(?_eKZ6pP6 wArlJF6rO&9nhuHA{<'1hxXX,гru} HY;(b#`Xybf<1g,=NVD3lV1<><1bKq &m7N^* G\7돽rRhx - Ob :/9:&LxOów=*pc\ê-]g\L]ߨ#a‘?8\[1[>B7Q㘇#Z.j,3\ }1oVQ&J *K?-6He&05[9WkNr`Q] ,EVhÍɸk<1 aGgϰT@}=)/ٷg"18 'X ڣ+za(N٘阉x 3|hFVX[:cwQ3p> )/DkccA{tE/쏃0O;ys=>߃wwĆ!K)e?*J#U͈W'IlN\[v7%3+cMִoCwC3˱R'i  :pim}qq8KWi&p5 ]?Nۃ~&mx'aJyw˃Yx `郧"Uxgl/o#H8!81Wiq ˪Xi7]!X'qj^x?`byoB&r܉װx ZiB*u:*>M..<'<|߱i='bx qn=x0oc!~4)vS蹗a(FxY 7meCx /U|/I;bO+Xsq1n]x b~">ʝeuB?xE&\>ZI/4en!aG 7bf``}c|#GnX-M.M&JKt@7g&e2 - x_ Z>}kr܎+ec\Ywy 87܇g#d!~9‌I8v<0#Hl=`_(_GE6@[t̯\Kc= cP3AKLj?.eXkȩϙk\4Fҳa |SiM{1NwZn&o%a4l-`)&mei;]1N2t,nrK]v{% 3ɇv~r14wep+RO!)J~<6ɈdLVYQx(##deHlc3!ޯϹﵾusߋدќ\:= xv~ʉCWxrjjbS r uu9S+[Sk_~y|لCo۰3{rq,r/4z)am6bKvd 3/DŽ85˯&u170I[Sowiaiv7.,RŁ_rpBp6nf>",JLb_0N,x$8k>ge$`r3$3>n=XeYI)iOq%r/ke֯t(+.g>9ì5C^<ˌ]ǜ|ϰ8˰2k[#?'#7s7_fSAMrٟrk<~ϵ}< {5\,YY ؜ٕ}983+;xyϲw^yô|seX5X?`O0ea>a}i><3ʴ]د|3ip8?7gWsw6YvX]஥a*LQ:&|||Y>ݢ_£[7=ǜ>7ǜaqf1L.baYV֪6-~-g'X+ks7bͰ&r* TSyXe9+yx2UAfYVc]6̞a˩ep/NOQ>U3}4;9767gp-ag~o"n<;%;x=aa֍s:G9 sIOyNq~x7Yן8 G.WxϯZz˝{wb  }0l1P#o<)<9ܝ%cxSXs8jN8jnxx^t~x)77l l G~_%<dz[4/waxbV9d{a=6et}T˳\1-\|ep Gpo2տ˅|Uj5V=vNca" ^VRoK%cTr 0[YQs7nӰ)0! sYشK؆;H '¡\a.Oifeatg8KN?;WŠxzPE?ba7¤7ô]Bg}Px7bp˲m`!a.`iVd#dps:V` v0T˿Xm>̑\MC Y%XXo ;'/L |k]8GaA=$,4|YaA.;/yWxlx~ l¯2c߄SN 3 bIaiaí|qa+'+c[x)ZM:^e;&>>=?W!wx'yq(NT.*6,>Lq + a"aç C/yDk6)^aWoʆwyίbEuqZt0N8nxMo데pc'umY(e|6#nwx7/aaodÃ{(\{9&sqYD3 TLœ|%YY lD@Bn%Naqaef#dp0Grgp!Wp$/&S1~f|YUYMؚs(p p57r o3o1?K|YLdoNtbn>i&o30=fve!>ϒ|X ٌmؑI~I\\-\,YY ؜ٕ}'q*nN^m||EXeYMؚ N,~U<3țL,_23,R 6f+vbwHd"FA5fʋ3qs, F| { q9pw o3ͥ0+s eVb-6d v`WD"F^=f3 yfEd6g{ve_(NL.Jni^-fd>|* [}`Nn%T{B| `cb'vg?~ќ\<³ʻL{5|1$˱:1mɜ%\-#<˫˴׌1$˱:1m8˹۸'L,b|X .9pZn>^=f.o1 yfEd6g{ve_(NL.Jni^-!o1daVdM6`sgWD"FAeb|"_eUa19\5{xx1ݟ._+7ؘ؉ُq4's6p5p7,.ޒ(Kؖ́ί8븍yw1cQd9Vg=&-ٛ9_qs9qy)Ȼ,b|X ق؍S~I︁yx2]0;_+7ؘ؉ُq4's6p5p7,.e1cQd9Vg=&-ٛ9_qs9qy)Y2+;?MwcRT(Dqd4)052dbt64kYFCKpCY3LFe{~;MDf.Jv7^Mz(f}I>ͮQL.j~or7r'x7XY2-7>>L0Lgˆьck&0Lc&˭,`!03ql&1idn.IbF)0lx&s8әl0,b1#+;?cvg23f"]y'k9۳{1C'p*gr!`.7; Ux7!>V+|?\fsq0⯌~F3dg:31E,fdUƲLg<泈Ō6c[>Lb*Ә,r+ X+.1ql&1ids,Fp~F3$d".Znnw;x++c؈ ;kLXNt~%<,/~6l.LdH|.*nN1"o__:AƱ؇)Ʒ9kYSVĹ>C?"*71NzsdF)3X1ʨ*3qeVm&߲QOzƨʬx0J^gBk0cb;e|3{>7e(߰w'L^ϚEfbW3ƹ>|?h2ΌmKggdq}:)K=g_9<\m4/q'Sv|Te|XWkֹ9Lqǥmnή~gU-)WR3xWYVN Blz_cN3x+LCs%[>Hpkl&b{<8b~ V~&8kpW'׳ทԛ|(DNca/w);2#8Y\],UOU?#85B^egSvdGp2Xȫ,?RlʎL|\̵1*XnBNV/N8{x%2 ˧؅=!\:X03xy%g{3s'qs6~M$[39Ǹ Ƭ>6%y;䯽%r[c!;>^T.c/͏8!ocEe}&7s$G /:Ko|_=gM6: y(Xl g<9Y|yR0_W~WUqcú|iC0{oO;_|c8syOpc\7ء_00<ӼIY? 8-?zIJ9r+<j>s;O_XaP|L`*r#;}XeV\Š#ZOyȁcQl1Ȫo ew1tO 0)d?M}OfY,F6.3'8gyΨj7G0 N|6| ^|+__au#,y ؍>Ods7g%Ll ,c︟#<'s?).Y` NNߜ;8(s? xXbo0وq<ŴklO_{08 ;#k/39qdɣK7߹Y4Nϰ쩁ޟ[xXYe;"O\«ukp('p6o-8\p/q^ֺ3;yО R|_#V~弯JOzjQ5n,n|_wez+6c=2Ӹ9g|/euv'X`o7؄lgX4 9Ͼ)^Np#fsǫV!wC]^iXp qp)o+kVx7X0m<99+Y|cW$|snI"؆빙;xQSO3pkM3/?g\dů?g%8=~βCf bOp|%?{&.%BR>P~,>ʱ\ĝˬ"8sXze[/:~fqûrSXz]8Yzb\˯?rrs#wr/yُ^kzĮǏk˸2-ؗ_s Oi7N|dz_^^;\)9Ucy=<%y;tM[yq:g#Kr؃v,?X̖v| `;#+cvUF G}Id% =O)#[egDBMB$%ee9f-DveHE)>^~+Zo7u|ϳS?ߏ9.\ !ޟw %o17>/D<)>>p^\WH|q!E8 d?["tpO qBk܅ x kKWsq!^B:Sx?I_hh򻬋m#k ;v+G֓65WЪRMFL^-/1ߣqKZi-G`x[Ye*~v=e0%r` i ÚC..7a[?a)7Ya;t‘8U%L MF:h8=qbóx0ˎG.u|+h8qa413;x;q.p< Oyp%{Foƍ}>BxOa/cr67]AHDqfy9Zģ[dmvbɗ\wCNwi9D2$)4‹gs뢜zIμB8Xwo~9'>73E6~GoďsYRN3ȳWް^L{<{ '>|a=\8Ͼ@Nç8u}7y,agbi_gF:ʐr`3t,/7rdXeTE*p4&1 l\_]z֐۱etMe81L]XJF\5MfҮJֱ&Foqj{NVg'u]enr N\e@娞*pOqMo,/b`?򡿴 {@`L@á vD/&H]|X]=0Ok&c/I2O|F )OΖqsd˹t܆G1 ̗c`E^]*k5Nz+ MK7qov%03qj Ȫ莏aT|}60N܊0 sf8&yoA܂Ozl-6hi##vș;)y0l[>Y<H~B+Qx/Czwh/7)GY|G'܌c)&b d\ Ah8K\_"p32׻*$<ˮpr7deu66-qx|h1S0 K趬ձ6fh+@g#g_WZ4^;_Gw m :+ w#b '8qWh}p->q^/'PXV{> MqϨlBD%ڧ?;!c:&N_'퍴|~ Mߑ莿!סu`lRɓǹ$~t)bCJƽ8OAore5X|eM|mxc(AaX`"Vzj.zc ` x<ɘ9X}q.0<9XkA8 03lYq:`gq`ywlÆSr?Zc0Sȿc&yskŇrϽK3'46 4 6c}P97L~Q+/׫>H*?ZoFJ| 席|ǫx N5.Yŋg3r(;H0c6Z''{MFߒߓ#'J?a/4鄣01 YV>)hE?A (&>?_Ώc=HױGw8H|-fqw!x/RJ0<ң??k+6X*a|feN]@o(:hH>4Dn&]q9tƦeZ6l-gE'[ K^1dqNılG1a.N",]e8Ƙn$uCq~,F[{ & ||\[1-F,7d xq\\1o[,j=eG#0c'}q IL$LT؋a8 RLh؇~fN`DLtC-5ڣ+z` c`<&b2b:fb36D0_wlҏ>x _`.~E?NXa $L'Å>Zp-2oXcX7XFP}0 ѧi܈?{ xs}w"7kbvĺp>R>2vE/{.Xw~ ?#˺O|1+²;Hb~O3ȣYl98-Xw a\0yyTDv?W%貜G\!W>o܍8?azMp6+]wo4Mc&Eh~6_-s߸7^;J3ط8\'qtuYua&n&`Mn}Y}cc^8q6b$ILT"4z1C{܄w0a1c7܍c+6Ey:/Wb4t2ȣW[V|MSX /+h lb:d9xoSB|=gˑx}>Gb=yhǾ q>gy3~aS E!|%ѰX^RXo1ð>I -~Rڿҥ,܀gEh(OU+X싱U=]UO57̤lVK>]~o#ߤr,NƙX5Y dF<7<\kplE5ZH_+in%]ʸvҽs:hБy$aKtšhY.;ve<:;ya/;=-a3qn=H\SLq}egaL?y 9o'_ݸx1- <&Ȅԉ_8;xJ2KN,NHK`iXZBs)qš2u\B\%Kja>"dur77豑~I~FhoN+LE VF4ypulEe:ҴYGC:*8YJM}0BQ"ڬ tJs}_3\}_};λ\W2Jv|,ok/w፼'q.0{?YMώ\,buƉO] ]&}vNV{+Οm9K-^+?3}O4[oymQY|:]u|ǬpdۏK#̃S]e}pO/S3o̸7< 5G U׏CY1ϼ_k ':Ò߄Wp/؞qpgq xlQ_vYW˄CX\Xb;?m<IpK0 *XjQ=ż5²C|_$=L3|k㸠~`[ªIu¥u귆[NpmaG;wg8~zw8?(6<ޡՆu B.*9<E|k?sN.KG YuO)ÕYnT"rXqt؀pqXpƄ(&?㵬Ζe\|% ; L0„)ƃ)㞗We4#U7[q2q6_{y'xxLɜ\\ɷ?!~yRoXxolvf/XN|^;zfƏ}-|~Mx)k'o9FAnM~˞憎9;+5>'cc.xvLd5db3,}a{n^z^z6U~\r#:ϩ:=J}Iʎ'3\͎Lc&BV+Lf14N<;2b. Yixvd3\4f2,dّidsYJ|}ʔ3f d|^:/Ga>72=ea>g*{0˘|&( .cH:0G 'M?k]N:Y^zMXr8JvsZxߩ66=09'|sĂ0U6hl LgM^-k'Ö?/}6+ּ6sd8+Y~T̬p s?7;L"fEa_ K 'SROr{%eP*av0‰{qgÓO S{U?x_p gd!>'0o ]t&L&Ut̲]W3\ڵÇyr8n4?8%چ״ o6eö\?f>.l>6|']bZ8/ _6,ʆ O 6 w/Ι_L~޳,,|%*|UV`%_-1\nWq*1aa{Ù$4\7Уa:ὃ†3¹// ls,?װ1Kҷsm{ Ipe6n^?gºKŽ6cwY۵W s 7|`o_hOͰ,/N/<8ܒٰ. \fsp7p[aXtx|.oa=6>vaO+=:gGfas.H {5&-0[pqXzIX‽LNaJp=a£}0oxw NLށasa^d0ç&LWqދaEڿ8l\ȳK"Ҭ"++:zx#֌vZ;<h,nEi/+{"ϙ|..\͵\nN~=AW,iYY䫰(K40YYIlFlLf*;'doe:s8Gs<'yds!p9_jzfs q'? 0_yg godia+2Yzll&lΖLf*;'doe:s8Gs<'yfp>r Uf6pw3a xg7n'K XțXzldve_L.Zn n&2̮ќ%\-yb#θ'&egYX`eVXcMa}8SθknGxa̳:s9;L0l\p|U3< >s=_3,{6;>Gs)gs%W\s-w#O<+o'_|/2fQgIfYgEXfUXgMf]C8S8K[GxWxO_3fQgIfYgEXfUXgMf]C8S8K[GxWxO_W3fQƸny^y>~qNÌ0L00,ˬlpǜp\pp<ϼ|Ì0L0432< ,2+:l6;>r1'r9\r57r=<3/;|7?2 !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ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!G_Y`Ӝeq&difeyXdeVXeMf]C93ι+{xg^xw1C 3(c3$s̳"K,*k&[l.{s!G\pp<aaFeq&difeyXdeVXee, lq q\q q< | DÌ0L0l6;>r1'r9\r57r=<3//=GxWxOaFeq&difeyXdeVx'y׽a-a=9#93ι+/c3$SL3,s̳"K,*k&[p<ϼrϹfYgE͗ny热?}`]ι`*f0:|:=s57[.\0?3̲_|/qo~eny热?yas.CfYg㗯p_pǜp\pp<ϼ|YdeVXeu6dmve}8cN8s.kn{xg^xw>o~e i !a1ƙ`)YbVYc 6b9N9 .ny^y>~# bFc &bfcy^y>̝[Gx慽?q qOƘb%b#θ'bS̱[qW_ 3s,{qw<|Ƙb%b#θ'bS̱[qW_ c9Xc=8;x㋁|Ƙb%b#θ'bOS̱[qW_ Ic9Xc=8;x㋁?Y>cL1klg\qo|1S̱[qW_ )c9Xc=8;x㋁?U>cL1klg\qo|1g)Xb-8+x/rc9Xc=8;x㋁?]>cL1klg\qo|1gg)Xb-8+x/L1KGqO@^>cL1klg\qo|1YgEXfUXgMc9N9 .ny^y>~ ~ bFc &bfcYbVYc 6bvc9N9 .ny^y>~ bF#93ι+;y'y7/ᗁy1fQgIfYgEXfUXgMf]e_lpǜpsfFc &bfcYbVYc 6bo~e/uC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/e3fQgIfYgEXf̳"K,*k&[l.{s!Gs)gW̏IfYgEXfUXgMf]C8S8K[GxWxO_JaaFeq&difeyXdMf]C8S8K[_W 0,ˬlp<ϼ|@սe? 11L1 1, lq q\q q< | 5g? 11L1 1, lq q\q q<\pp<ϼ|_~1fQgIfYgEXfUXgMf]C8S8K[GxWxO_3fQgIfYgͿQl.{s!Gs)gs%W\s-w#O<+o'_|/u1fQgIfYgEXf}8cN8s.kn{xg^xw>o~eoaaFeq&difeyXdeVXeu6d/ᗁC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s/͇fcYbVYc 6bvc9N9 ./{ bFc &bfcYbVYc 6bvc9N9 .ny♗_z;1L1 1, lq q\q q< |Keq&difeyXdeVXeu6dmv8lcN8s.kn{xg^xw>o~e bFc &bfcYbVYc 6b_/L1 1, lq q\q q< | +aaFeq&dEXfUXgMf]C8S8K[GxWxO_d? 11L1gr9\r5AcFc &bfGxWxOfr/c9N9 .ny^y>~蹗 !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ_Ì0L00oh !a1ƙ`)s^yc7ySL3,s̳"K,*\pp<ϼ|oaaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>~~~difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e`d? 11L1 1, lq q\q q< | cg? 11L1 1, lq q\q q< | g? 11L1 1, lq q\q q< | g? 11L1 1, lq q\q q< | pǜp\pp<ϼ|?i !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁJ !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/?k,2+:l6;>r1'r9\r57r=<3/;|7?2yi*^y>~2fQgIfu6dmve}8cN8s.kn{xg^xw>o~e_aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e_?aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e`Ì0L00,ˬlpǜp\pp<ϼ|Ì0L00,ˬlpǜp\pp<?ϼ|\ r57r=<3/;|7?r1'r9\r57r=<3/;|7?2aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?Ì0L00,ˬlpǜp\pp<ϼ|B !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 3(c3$SL3,s̳"K,*k&[l.{s\q q<;|7?2aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?gIfYgEXfUXgMf]C8S8K[GxWxO_d? 11L1 1, lq q\q q< | bFc &bfcYbVYc 6bvc9N9 .ny^y>~A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2?aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e`Ì0L00,ˬlpǜp\pp<ϼ|N !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/3fQgIfYgEXfUXgMf]C8S8K[GxWxO%A00OeW6 ,W W1(O<+G5pV>+2_< 7s)KMN>#3/rߒ ,*C0ϼ^>'ߕ 3(O<+G}pA>+2?< s)K#Q>#3/r? ,O*CS0ϼI>'? 3(O<+G pY>+2< s)KkE>#3/r ,o*C;0ϼU>' 3(O<+GGpM>+2< s)K]>#VY< =NYgUa'yᕣ|N8e)y9,ge=ϼpz oYWg_g^8׬gc=r1'r9\r57r=<3/;|7?2{A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2{A\q q`Ya5vcyxOgaFcIf9Y`eVXe 6b]Gx7o~e77001SL3,,+:lqO<+|?2waaFc &fYX`%aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eA00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7? &bfcYbVYc 6bvc9N9 .ny^y>~ !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/C 3(c`ifeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e;aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?aaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e Ì0L00,ˬlpǜp\pp<ϼ|Ì0L00,ˬlpǜp\pp<ϼ|G !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?JaaFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^x헹̏6.>av`V`N^?F>̰ p  0gXa8x`V`N^?N>̰ p  0gXa8xL0+l'\p/|`F>̰ p  0'gXa8x$L0+l'\p/|, fX` v8 nx~gXa8xL0+l'\p/|* fX` v8 nx~3 p 9L0+l'\p/|. fX` v8 nx~33 p |&a6.>a0/ fX` v8 nx~3 p |&a6.>aϑ3,;p7<? 3 p |&a6.>aϓ3,;p7<? `V`N^|&a6.>a/3,;p7<? `V`N^H>̰ p  0X3,;p7<? `V`N^D>̰ p  0gXa8x`V`N^L>̰ p  0gXa8x L0+l'\p/|`E>̰ p  0WgXa8x*L0+l'\p/|_- fX` v8 nx~gXa8xL0+l'\p/|_+ fX` v8 nx~3 p 5L0+l'\p/|_/ fX` v8 nx~3 p |&a6.>a. fX` v8 nx~3 p |&a6.>ao3,;p7<? 63 p |&a6.>ao3,;p7<? `V`N^|&a6.>a3,;p7<? `V`N^K>̰ p  0ؒ3,;p7<? `V`N^G>̰ p  0gXa8x`V`N^O>̰ p  0gXa8xL0+l'\p/|`G>̰ZbMf]Cᗁ#d? 11L1 1, lq q\q@ !a1ƙ`)a9Y`%Ya5`-a=9#93ι+n{xg^xw>o~e;aaFeq&difeyXdeVXeu6dmv~9oyÌ0L00 ,2+:l6;>q q\q qϼ|/aQgIfYgEXf5`-a=9#93ι+;y'y7/ᗁߠgÌ08L2432< ,2+&[l.{s!Gs)gsp<ϼ|7?2 bFc &b9Y`%Ya5`-a=9#93ι+;y'y7/ᗿA00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/I !a1ƙ`)a9Y`%Ya5`-a=9#93ι+7/ᗁ߬?Ì0$SL3,ss q\'_|/9C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|//A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;ryc &bfcYbVYc 6bvc92L1 1, lq q\q q< | !a1ƙ`)a9Y`%Ya5`-a=9#93ι+ey0,ˬl\ppbfcYbVYc 6bvc9oUlq 2+:l6;>r1'r9\r57r=<3/;|7?2o_c? 11L1 1, lq q\q q< | g? 11L1 1, lq q\q q< | | b&m2 1, lq q\q q< | ;e? 11L1 1, lq q\q q< | ~˯g? 11L1 1, lq q\q q< | 6g? 11L1 1, lq q\q q< | g? 11L | v bFc &bfcYbVYc 6bvc9N9 .ny_ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s˾{fMf]C8S8K[GxWxO_~' !a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/C 3(c3$SL"K,*ks!Gs)gs%W\s-w#O<+o'_|/~C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/C 3(c3$SL3, lq q\q q'o~e?aaF`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁS !a1ƙ`)a9Y`%6dmve}8c.kn{xg^xy^Ì0L00,ˬlpǜp\pp<ϼ|@ bFc &bfcYbVYc 6bvc9N9 .xg^xw>o~e3aaFeq&difeyXdeVXeMf]C8S8K[GxWxO~}2fQC8S8K_}}<ϼ|@<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#O<+o'_|/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#O<+o'_|/13fQgIfYgEXfUXgMf]C8S8K[GxWxO_~C 3(c3$S0,ˬlpǜp\pp<@kn{xg^xw>o~erC 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/q3fQgIfYgEXfUXgMf]C8S8K[GxWxO_`3fQgIfYgEXfUXgMf]C8S8K[GxWxO_3fQgIfYgEXfUXgMf]C8S8K[GxWxO_P3fQg?ar1'rf>q< | bFc &bfcYbVYc 6bvc9N9 .⚛_G>p<ϼ|04oYbVYc 6bvc9N9 .ny^y>~#o !a1ƙ`)a9Y`%Ye11L1 1, lq q\q q< | OÌ0L00,ˬlpǜp\pp<ϼ|Ì0L00,ˬlpǜp\pp<ϼ|?Vό0L00,ˬl@=g 6bvc9N9 .ny^y>~̑A00#28L2432< ,2+:l6;>r1'r%W\s-w#O<+o'_|2?~Y?XfUXgMf]+;y'y73wfQgIfyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eO bFc &bfcYbVYs.kn{xg^xIÌ0L"K,*kq q<3/; Ì0L"K,*kq q<3/; f͇!a1ƙ`EXfUXg9N9 xg^xw>Ṡ!a1ƙ`EXfUXg9N9 xg^xw>S͇!a1ƙ`9Ya5`-a=9#93ι+;y'y7/ᗁ?Ϳ ˬlpǜp\s\q q< | a? 11L1 1, lq q\q q< | g? 11L1 1, lq q\q q< | g? 11L1 1, lq q\q q< | bFc &bfcYbVYc 6bvc9N9 .ny^y>~ bFc &bfcYbVYc 6bvc9N9 .ny^y>~ bFc &bfcYbVYc 6bvc9N9 .ny^y>~s bFc &bfcYbVYc 6bvc9N9 .ny^y>~(A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A00#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?