#! /bin/sh skip=943 CRCsum=673757316 MD5=faef4d7ce0fa948558aa28e0e1ce97e6 label="NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-9629" major_version=1 minor_version=0 patch_version=9629 pkg_version=1 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-1.0-9629-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-9629 # 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-9629 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-9629 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 \`pkg-config --variable=moduledir" echo " xorg-server\` is successful and returns a directory that" echo " exists, then that is the default; otherwise, this value" echo " defaults to the X library path (see the '--x-library-path'" echo " option) plus 'modules' or 'xorg/modules' if" echo " nvidia-installer detects that X.Org >= 7.0 is installed." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If \`pkg-config --variable=libdir xorg-server\`" echo " is successful and returns a directory that exists, then" echo " that is the default; otherwise, this value defaults to the" echo " X prefix (see the '--x-prefix' option) plus 'lib' on 32bit" echo " systems, and 'lib64' or 'lib' on 64bit systems, depending" echo " on the installed Linux distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --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-9629 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-9629: NVIDIA-Linux-x86-1.0-9629-pkg0: Initial package NVIDIA-Linux-x86-1.0-9629-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 : 38832 KB" echo " Compression : gzip" echo " Date of packaging : Wed Nov 1 20:31:14 PST 2006" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--check" ]; then sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = y ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } location="`pwd`" echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = y ] || trap 'echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; /bin/rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n "."; done; echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = y -a "$res" = "0" ]; then cd .. new_targetdir="`basename $targetdir`" new_targetdir="${new_targetdir}-custom" mv $targetdir $new_targetdir # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt echo "$new_targetdir: Added precompiled kernel interface for:" >> ./$new_targetdir/pkg-history.txt echo " `uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" sh $location/$0 --lsm > $tmplsm sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --major-version $major_version --minor-version $minor_version --patch-version $patch_version --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = y ] || mv $new_targetdir.run $location fi [ "$keep" = y ] || { cd $TMPROOT; /bin/rm -rf $workingdir; } else echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB tIEW}7NpNm iN8!и,C`K-^~{߽Ƹ9g?]^jj7 vV.+].7빽|2y[M2gjڭu[ҵEؿײcV+Z7-c|Un1E. {]z}Q￿\6Zh_cz3oo±YW^ѢđAO,HesT 1<|a_?r6ON~/:e5xbZ'ud݃f^L~'Mann1G74>Os3}5/9p'y'g`J̲?>BԲHuø,L3ffzYVl3|wSه9+3Oo51f~e3oqqq7̛a}6f2ǭhm\~gvfȬXeglk;sy̲f~63oŘRo>of3m^yGt k|N>=9^!3ЬL2y=1'r9_<9~)5=d4qfzfL5?ͼ{m<9nB>|&IzusOuf1fYqۗrf/k?0}'Y^]K0̫n>>f747i͹_5dlqfϹ?3~,0'cN31W|F'0q̪ƛ0NLsf^7@,1_X|,`/Y|Ff<11!Y|j+3//lTc2s~Ř2}^l_FfyEey)f:RsQ6uz]%J:s%{w)Sds̿!igL6GsMtWI9j0>6^4GIϋfyf@cMu~佡f^i7?qKY2F|^e3'l6sdff13/L?{ŵ5kKRcuy?׌Y90=bliݬK0EHySRK3TY'|~lne>1 ^b9Yf^|!ǖvnoW)K3̟O)sͼf9-Is3?Bud3sglꚛl\0nJ5g=3P-f&˗zYY/쬙eے'ͧY|2J0ә%Km>w0jfLxQNgC3}s.\{/nU}|ofe>g>r^{tL3F{5/L7?lKLSe+|ƛե|p.Iͱ07r;:[3ԟ>bͧ^8ob`̘l|қ czol;^ʊ7\ʗJN78m| zsH[@8'ۛuK5N7O;=-_4rf:fP4~3R)Yf8}YdO*qS牙 4&6J}lfym.kЬX⒴ɸ}{|1irrɿ2a`c&ca?ot=n>zWgJ37TTY̻'ufmfL6hy1+ͼ!L3߱fs$Ƙm<:񿍙Oa>̲f38S\|{b?3߫0VvԿ睙>g¾ef' 36H3K|'mH9X쵔wj>fz\Wh74ilovͺۍ6'L32ila_|n>ͺK|)t@WkY`lYH8R3G찱ciӛ^zL6ibҶ?0_6ZI;O&=mlU5vdf=R$̧0x}̲ Ӫ>I%S3/|_Ųn飚yޛ}6dy'=^ul7Y>f/eeg K[ѬA~3{6LڥsK+}YiKͬAfmfogb4yX^忹ε/D}8y͖أ/mr/lb(e7aZ2vo{2?\#g?]&og DYg|I3A(;jJf 5K=e)̯s/iװX6|b}\i/ˆi4^p([vQo\W:OeyOeolAeYڠ,?e>YV?Ι%2Fh>IJ\#擁y'QEs|76z}ԲB_ȿYo'Sˎk o2o1o1]JK seۖVKŤ_oǚmRxK´ Kvery./UOUcq村.ibOe;վ2e:?E+>%PM"~1yk{[+mTcI_J>JTs/Xml[٘A\}d䥙_˲hjYyH}ލf|֚ˌԶ?QbY^BlWm?eү2'|VuZOR_OM3QfSj6ܢXm\`z{eI֟|J'Ue cvb#R}<3~G%>l̟/x^ (zf^SIKec ITt3:_imG ;}L2xzJ{|>J,7&sf: J>Y}%Mϛ}ho/uy+eH+kcƭGs\'9`yIGUzϗv:=}1wqy!g??y̧67UiwC}/cf;زWO_cf2(6N /cBRئe2~²:[s|]}+*-ɳ(,_)+ys3F;gƗg7n^}̐h*[QJG&q"1{,Yg\k%eQ:ٶJf Gyr-1{KZfVGX<`~s{Zf:oɻ2ekqͲ*Q7}4g|_/ks'` VY/lFByY'>.# ,O%G"u*r}i }cm ern)|:3gfٺ/ei[KRuRKY {\I0e_Py>gf>չ63(h!p~l+ckZ/2mww×iCyNݙM'bӞ7t\H1xv=^:+aD^Mg*8WXPrs>)W2O˖&؆e"Ke`mN)~1?|mOF#M /B͆>YX؉v2_,z&1Yb9ݥ%g̳sRY<.tmyW9癖'ȅs,>Ij~"]-'2*)RU:w-JKXә Vx.ߓ\S?yafS^YlxϺinDu?|vmuRWs%~KȪl?Y^p&J?'MT~gbR{ܞeKgS>#:4Y>Bm/婎3A*B:kE&#)&}#f:g2\r& h(˓́zdiY'q87$_ėpg|틥t_d}ᥝ=F7$kklI„9[Hxqg}&}{-iyo4B&q2ݝWL|ɏ2^\#O}g[xq'' M7SAB8o%{lB/7vңx(ygՓd {K}3-ocez\OG>{k<({_>9R$x>͝k#S_2퉈2<1S;[g3'=Jg,s?:9f ylo/XX:o|*QY\Tgk&}z<sשּׁ_!Sp$N15"L9(\"_8ul{8h?8KSނ:ǻmPgM~ X_)I|ܟr:0+į/{^%U7!X{$pW3{ƨ=#񢋳BRy$/[Q;i9.3,.cb>_R3=/Oy[{_&^Fy~5˓~Q忤r)C\ݙ%t03Bŧ=f̅Erpu=쯀ijNzĔJQ;ܿpuʚ 36 QH|-ys%ov&J{f/;x=?&8˘o= =P"|7I~yKkR?Own"d؞'M}9}iy6퇈I~0S>K^rǜfko&|S54'<OId#Éwg%PڤD`9~EDsSH;;sKUȤOD[? rꇒD";|u$ګ!Iz;!/{9ˏIBvv+J1WhO-AKIgL&?VM|IUTDe>ߖIy?OH$IGI_JXy,'9$~VY^T3ďN&=b%x" [֙/sdA,@ezORlXV57>bGtu$)#k*O̞ͫmxʷgc?tħ-Ɂ%9WWW;-^Yqtus>ᪿJʪ羒_;?ď59J&Ld'}?xPg}BTw=a꫈N)+QK{{`2󗌻_N k*a<Ҟ+,.?9~itҷ|Qbl_>ɯXE*^N[V5y.a7_Ig:m)_*~ucb^GsD|Tt^09m8=)\\v_V0)_#TU,w=Y_.gMPv9-$񼵳>WkT)_UWI,<9`s~_ x}7Hog[ cVa%6.XŻu&F;ɤ LWt4S(wn:AyTL,mWe2; V1d\p5~/ۿsK|yLߖș)|"8L X$N~n B"eve՞Q!RMu|bNI/|jx/x"?VHewf:\]bI_Kz'Y5>HmN=ifz:&J}HGHKXroS?}>)ϧڨ6(9\pRd|N_HS#ye|(ԩ_bKsS~H0ٝFy^+Jox9ERgڟR^>z~*gUNyPaY)yAEyCErj(emͥmUg6 j|)ROB%>r#o«9O4xܩKsґR+_8;ª/wOII/'z޶IǪ}5J/?/` UUExflgi_5x!J#߾?PGRvG1Iߝ%U2Y%}-Sԯez~,ϳ꒟;Ӈuw󵌟v~I!?))k32K}qgsQ[QY:UE-P[9Y ՟.$o*M?$}.J~i8xojF9~jFCo/$UU=yF5f7jUdYPJ^)yx܏mNw_zJfghm?Fz/c~:i_6i#aI{E/ NoUwz_\z?wT鱤Jo)yP(M2u~ҾC>y"R҉WsÕMDwG:,O?=B"g|/,#[CQ履Y<A+GJ@7K)4kP\ykԏ|}_e;J/)j|U{尴[8׷;ղssת<ޖjJ⧟SOK_Ϝ_ė>LVij)+ 鏩ܰ(I?;'{x~ߘ+zMuR\MZO~S{K\/V[y5>/*>Wޯ~ 9=<$ Ξ~V?)_T{+d<@ů2ީƇHYGT{Re+T{io~OGVY] Q$VC=ot?)2mQ}yS]?p~z_&IaMEzƅ>'ܖ:&SyBg痲+R5skS廲߸o{_%ǖPxcWr'R;z';wR~EOj|@VT>Sp)1zv*odT_R_{Gy~Wc&édvJHϐA~ /S͒z#|+zԇqNi_7I|RW7bTPϋ8].#xsxri2~*Qy<;S^:4t=`GS/k'RMw޷&N`-ˁ_Ƨ%ߏܒ2yOtw񥿠gQ{GSyGKD>R_]^d|_>3^W޲_'KH%އ/K7*xpVʣj?4m_U~N'\?z\G &c@VyQ5I ~,N~/0MJ})$%o@Di?&#՞H'TN")50B52F?Rۤ}V8,"A‹'4O~{hW$zHZڛjj/*&{5U}\WOUxSV0|O]UԧB=/~[[veCgg2QH?" ooˤ)=޷o#SGu9w[w1'PW}NfBo:{Y!Vϫnw'j<~?5$+"3I/Ŝ㽖)Qd3-SDJRKKQI):!R1Wqއ|D;_j|pI`ܿ 209^1O.f}^5#;*_LJG9'ic%>rߙKP=-gV*۫3̒'NuA[^+Ryֺg|^OlH?'ɳ̞C=4Xy_bR~۫'wIcNǓ޻"oGIm?9$y}1io4Vo~%JʍTˤڋ$T|{%C=򼭿oJ|U7~M3baysd<^DUeN?RxMOx^u9155F~~o/˝xWoOyVT~?~?SQK/cQ{=K_-+=Ֆ*oGNU{K{L]W\i>Kᨿx\U)A=*+ߺ.eUE'&Yz^N=Iz1DһG1I?QR{#>U0INg~S)+H{R}>2IGI~uʗ[/Y.>Or}Jjﵩx_Q_ky>IuHw9o ɥL'wf"'>ge|UWmM=?>xuEQ/nWWqϿG2׾ҾVI{Y/NYx]Qʭ⧌u[c_KXwz^_nC&<݊~{5&WRcSIHOKȘk{sIUϋi Ver=}$Xk==^KEg=]}1^N.UJއV}}_l25,QrF^:tk-}?|u껏.۶oѾKBNlu lѥk,wޥCzvԢWh][x6kױK ]:uz}#h߱{Tרu= k]AjOO߭z@5_nWV.ЦlISI&]Bh+kvZhݡWhX&CutRz;}wujN61U7]O%KWeEv{*I~Ե Pw;Vȥ滜c:i⣮G}kQR篲y:iU~ Vڿ 9nU4*=UQw{VVڭ[*^n_=_WWWWOm nuU>wUQyƭ³)w><[ko5߭;PmUVo߂A*o5sGqv]jZGWʑKˋW:j?.}4Qi[G}:~VU>>]wڏNTR%H)*V}ky/P]*{|b*;ު zXb*jj*zbj^V1[XocUVڿ*x}j?bo^W>*/:Q⭏ |T]bnҪ{c}>:벯E\ Rm0t]JswԹUuV1٭[*nSw|t|qW6[tTו*n趓^TQMxjEeKUץہzuNV[#E0cy}ݎU[#i>M≪T´w>Ty@:cn~Z:?}t˾N??*o|B*t}Kj[_sTzYG>:|tm<ݖmHݖPץUWuQ*.~YQ*o*/KGT%@[T[_gW}W}ծWU>UWʲ*,6'*|bu_}W_*=TzSO^?{TSO^?UFTSyOI?'stUer_]Y5?0HS}w'U7P@U T*P@Ն Tm@ TmPmWmlSmN?&SSOs?>~Az*}T R0P*U_,H@u]* |u|Sy&H7U/%HqyUm_?Q}*~XTM{["P:tVuK.UT]RI,ƭ* ŭy9Ym[jg>jo:ETjK JՉ~nRyI=\ ҏUTT2H UT 6*A 2bE*SA*VJeSgT?7Hű ǂT R4HwXHjcO>:&r70P^uuTT*o*ߪѵ["?Ot;V1Sj:ͩʋSTWjέj ЭIj<ДYu-@uݷRyOU^ PUtyI+GPS] 5!G7]׸u_C5Vcn56Vcn5Vn3ReYU]NwA*-<ˋnrOuT_u-*uT]v-\>~'j#PuZ@5[I*-B_bcX+սeMm@j}ݾ UݪǎX. *?wK zVϸM>W}={t;AzՆ= U}._UcD>Xj|R+_G{I%TTex޽q觿>fNgUU_9SU[_UcnwѱKUW@u:8K=UZuJC=􏶫龪cj,%ȥ,oV붖meO ?u~*nOCTO?mVi}UW_L__vUoW_.|U5_& ۪kW}4_Uv|U~UeW_oR1ӥ*8Lh'xUt뾕jg*}|T^[gvPU SqOU>TO?U^wUSqO??O5K.WRNTP׺/M*.uU]U_MqC]YJ[?DuY>/:[·Tu_T T{<*Uy Te0PTÁz|RzձXqJ@5WT]b{*?@ m?Ko|zqFũwnsM[!U{ɭP>S?keJř uVn=8J[oݷUe㺪үRW?7WqWX_}UeWǢʗ?۪Gg*]}R1DuKT>ն\~n7~F8য় <P|{n[wVyO(5ƗU=w:>~Eg-Ϣbn{~wE}U(w:ѾRǵTM~T ck*2@?>zX=gQmga*6?}mc#G=&ULcj^Gez}U󌮿T,Uy)H%Z_U lx~ԥY^;/uвMN^uiݲKW=mQ~cURHU=q'.pajans\ ZU*TnpZD=arZP=sʥF]m!]+R.=rKG5RO,\zB=wt\:.Up\Ms{{kgROb\G']RF]GSX~:\TOp].KڧqRO]ɓ\G#o#S}:Oʱww_G YISPmw.V?% z]c}'zR}v:6R?˫kn:3h5k&Qk\JM̞cvI;Ȫ=?4պKvZ51vԤY tn(-z6ި}[x5}#FnsumeZw0۶6QVi٢k33١I9BfZ7-WYǰt, 1kbބ^<܄;|lX+c-]7o=/0ZkֶCpC?5cWc0ۚ3b6Ǣ8b*I8e>։8&܁i}ЅXakkhMI `0z`spf,d.ŝxE|pƍxĚcp9}lopEyKbz,~#q"NÕ#/086ŶHĿ.~/6ŶHVgp~ڹxGac+wqcߜ}pas)܏9s= {Gw6nT׈7x?aۤ7~Ɣw8ݣqXAYʼn/7`sYaC<'^%'Lʚ wi|7q׉s{o+ѭcZCB,+ߺ7v#|1XcF̎M,^r<ͱ-^ ?Ԥyv܅IL̚s cq,6J}sx o蕆b(8wxSLXKÌ7(0-ff;` 2[[b'q,f XXn<=ȿl[|V ǖƚ孽1ykh}[Kbjl_O5X+~BWm-LV: ku(g=ȇfaMGZsQ\?FMg&_~~3=ok+,ƛaXH܇0L3 \!>ܳ9Mx϶xĘs6M>scX byk,]Xa5"3cbXc N[+/!1xp n}x OceCܚwuJj{+~v;Wp' lضbXOǴދc]Ϻ7bֶ%>{I=['_G M̚cRYaO̐Z..riJ[c8zZ;|KzYWaxa>gy_k 3xp2lޟaּ{ 'pPb'X_Ƿ8wu16j ſEk=Gr|'r8W[L"[La9.j݀VkmYObg j܀:&aMy(~M#V4Cq*.O 17rX[`/3q5 ?bk J#v8/e?Sq)nCxXaNZclGq*cn̓#Kq;ūc=lp8Nť/L~К}Ŗ8N#9I|AlOQ^ #p&.0^_ϰ>.x3rZcp)nǣ`so,Xa'쉣p".#Lt-Xb aE|.X|܊e|")&DXagSq!n>2'q9nCx^Ǣ=8V<ƻJ{v yo05-2.q.{wx1ԫHgLz$+=_8u4xϣoַ-5.&[p7xɇLi0y5K`yf,kRUY3vAP5:˰qk(fok̓7>.h;]G/vNaLcXS\ڤ/ u:pN/돽Ip&}5? LY?wHw5~;7 F8ru _d-VXa5ɘpƷ:X\p`fm|칗ncVS XgGnl=|EYև5{DX#'#6zGК~!]1akZu|_iYKce܄¹>3wo:kԚSca,q#F]|o02k2,հ.Z {`荁X V܅6>Ww%p! xUQ8Jt KV!8\۰zku- 7q;fdͅ. X 7OM|7śy[ p916cp‰~:*܍^;vPޱ Ž8fi F͚av̋Mvā8F܉^;c֔acl?a\xx_'1Ht{9>xyZ `'p..5cC! X;a_q.g.Z^^! "YIYS?:܏XsZ#kYcuO8>F'+nLͺc$G&T/X`(v8+pFa;0;@,6i}fKn .8RX+@Ye~d3|G:[g \Uze1 gaH9.o?yYZf1+5胅X7>>u+ţ15vğp(xOU|o0F3q ?4^oCy1KX[b|ߒ|ߊ[Dk!^Ǐ8u!kK~pMNэٝr3ۭ/1n//tc[|3 D_ bXce6Plc]"狙0+~cY>bṽŰ2z܆ ^'c"_ෘLzͳ&8~>vu&XDqyK=F_B>_j]7rk/\q{aY]qV\e݂;a;ײCXh5N*s`8môI7,81[9m8'~C|wp~YWU\r/ s {.˸p~1주NpnYȏGa0kr,qǽxce{,ձ1=nmߜuVRlmq %bM1#0CS<nxo5~90CkQ,u!-`$[Ljf ǡ8u|&iN:/-p&x/u|Ч- 6ƖL??\19x4z/|)0VCx|PO`̋Ű DzeMXDu&ǎ GNx3:ŶgZE #>ſ3&_mMp4N7 cEgp6.»_c֤ ci?bsq:ƍx_0tV)w Lzc,ű8 lc'2܂F_Xsbwsq xߘ73Ɗ#6mxO90N?&8Tp+>s3bvpNeM;k0̅0{௸7~qYO1ڍ3  VzðD /a'?%0k6}Cἷ1CvXp^Vւ9sZv18[|gm]p(uO0Onk<֘y!v8#03糖(dVغaEŬ0aI+`rdܝ-~FAxjZgu~úu77'{i1[imq |rp?q1)+>mp2.͸M:cM1`l]q(\g{b_2C9? Sņ 7ox^ `Vl'܃4f{<*@쇃q+xݗX GX7"XKb-U9.UqZa7)g-nKG~O>}`xI~ qalCp3s%^zP_Gk,\7D|176aOlwnޟ [3ŴfXֶx -:g`8# _/qp5zdzXsa>l ܊;6JD:nWz|Kf9[`F;XOߚ/o5q0^Yscl[xcp.bb$a`kI[+f+IJaҔ|P7Snq#F/O\@\ķ}+ _cJ/nXp&B c< g{ _߸0 VDŽ58fI\tb/;po+л{>ُ7܈ 5lj84#O8 B-N985qӴ%=,m1e{kf<܁x;wp2.x8.L}7) #pٻr<`c'Vd0`=qSnmŵCit| #ݱ)nĂÉ csmXj$  ,<: 3|Np,]-ƝL;hqM'ڙllssgq<[` Zyq-&/!}ro >Ĭ;i7`A,U.0$M>N \|-R1>aXwk xsB\x5 1aa~5G('GYl3p^?bHkj{z܋7hb6RXap>ǽx o qc6RXap>ǽx o qc6RXap>ǽx +f @3NǍ yR# 88<&=%_sx3;mZ[bX2d|M*-:6Ď8'|ևoffN֟pň"[[8XKb-lp7Kxsı0cu>qŰV2\x_'LbX`clYbSl4^?d%|1[bŕv\LꍹsYKM]jޯ.,~Vz5mMm=G *l ǡ83xoI\W)/`%k>ckp8xx%~0#hMe'2\C5Xa+qolՔpn)O c0+x W klJ~8 <ߒXKVt[|2tLsP.e=̴yx{5Zd,s6ϱQxu=E=Ǝ> b̳ aYq>.z5 {܅&>ķK!asXb? png3al8 ėޠĆ7xCq:6 hW`7n1W9x?aŻ8UO=ޣz"܋'1oԗc? 9Þ!q}8 *܆c?p1G5 [ pY1cv4_9Ѭű6v1fn X `wCFawX6hn:%ie]z-i%:[Kwnek9`2D_TA~/ZiMkuvia=:qM.X'^^e7Q8]|0W܁CG;Z Ժ ~aBX뿴NyeM|ZSNoњ䳵Jkk4k--[H\zd},?qj촌e\:`Qx+Y/`t KhMzs'zc!,X3%M{Vlz3է 6an<܂Kq7Au)L[Ț*ؠ%v8b^8tq'x +*$sd q+襭0f>ſ3&/CctaX[bq"N\*ZcTdb[ٺ7v=a삽pN/@@,:v8 :܂IL!ƢX |0'78G$qL}18g܌6>W+(spn͚ `1,;hѭq0f `_0tXC e݆ ^DWlka,GlUXkb}p %l`wcqnx#/:j܈w~ɬ`2V-c=[Ka##p:T0ٸHzK|+_̀` lMKx'Y|ձ>6X'"}ks^uR[S4a b ;`dmJyjfܺիZ[O&`Ma¬úZ~,ܝi=(<|Cax덳o=&X`֬`I\d܍)vbq.xCz{:ZvjzKzyX.zݙo{ԓzVz8'|l3Z`~c?2[ `zCoV4V4V44V4V4V4y弰8ñYoDj$jYN!=2Mc鬇fViın6a9̟ztg;2-bbz g,6XfͰ8cW|jjk(8v-籎zo`=Ljz[ol͚yX8g-|8>6X V;Ha`GbңV;f=yZBz#0EDLqɺ.0xLq"\I7)ow֊1owS;4Ϭ9C_Z$Rx_`i`7֞8Ӽ|[L7 3yÖ?go+X[[\z[ְv5'`hk_Z]X / W: lِ>ؼN 8,iZ<[X{PL^טeu ZY;LښǬ [+`Ik!g8+{2txl݁ŞXwaXcs,X%kXu7;aXX#cOֶ`,ǥs{eJDDZ?{l]|OUxP.0sUkg|jl6߱Du4I1SmXTt[.wcz/bq~qn}п1 c&nvX珅[-⡬e[Z`VԛX5X  X3M;XOu ;1ě0 zw!SJOX{p/1Mü?Qb|=c c} xX?˱1x k Oaփ<ĺK Նq߰p;a=uFZaQFb/8m58/8A'/6Cu,qS=ISc ,Ǥ,kH9s_b9^Ɨ[o0SnN:#1V1vri 1NHL4D=)=Ɛl=FbOc~t#1Ar1aHLi< ,rY~rc#S1s/S1Kc$|e]05to#e'k2uƐ։ cݬ_1]YHLYi .c$xCBg{Ĕ Ocȏl=FbFl11˛Oc#1@2t#19X1d8t#?Fbʑl1r'OctfĔX)#?Ɛa{Ĕ{Oc~`Ac!ĔI;zFX^{'j ;"nYz 쵾XY=>!ֶ}Y`֪8*Ԛu\+kOceֶ3^k-5aB*̯y=}N%k+ևu5skVL&<'&>i[ŗ8$].|\{#5fC,5#l胥6.8'|\cC7l Ɖx7̚[, L\gѯ=g\5a_Plm1a gZ[a,k\u F%=Z[lbŔ{:Z܂Dlźp+׿z NǹOy| 0OLsZ;J|Aq~{逯[^&ƔX X81"Uv+1rL:C /flUxOgUꇅ-v"ZϕN5n?XOհޭmmng5Y/al-1qبu%>tݭ7Hl$?pxc^?JXpǘ53C)1 X [bOp=xoG1̚cZ̏X{"b}9 }1sbi5v[j̺,g+1Jk<<'0* v[cm|!k?(wwqGz6ğq)rLtښ˞%936)u;3Ƹd šk_:#0檵׬pYhq}/ǪA֡ +-jXZ#E5O kǺnNo݀i6o3ߧŭaY}Y3sغu'&[Kc\l0Zd??#׶pVtv Ĵ~icYlBl:ǵg=qA|k2Ih݋~")yMF܏/1~fk D: u8٭ssVqY,k +~*XJVWukct q^kj1z3ßp\Bsa!,;Z;,)/u)lsjg\#X}LZt5` Ɔ8 0Zx ˸ mu&R܈oG?F[37:a_~X{ k݊YY>nT^ûxd=|2Ӛ+cXhK0\k{o5 !/".`mu1 ga% g%2ˬp3u5+xY`q$F~#(v[{=q{ Nƒ"n2L~#(qW`c&8í[d'l?&=p.8Kˑ\/.CKb8]>9L~=pno=p>nz-kyMn?aهtx#11邽 zBcͧ~=z:/e?o)[OXY>޸+-Ѭ XKa(&MjYO')RYKc֚,5+zpk)٬{'uV_Z {R|]֊p#v/p=*n݆lMmq n?p klp(Nd>9[嘼t>>,uV~WBxFk@:7~5ZGYu!_a쉃p*ǵO_ u1 M3q8܍ǿ.>÷[>>5i0+N7n܏',;9K`Ykcp1M#&h=~LX`Wp.x #:h=bvl/pB/ \k,ɇ菍p.&Kaye8WV<9~&뾤G?kpk p@ $bA3stf?xc!lZ`a#(h;!!.}>1ZMpn(Gh^7өfpp*fI~@\=8Cgq"nS,Yl=qpq< Kae_:z8\E~Xcwa3x `u?,L7YSl&-o566xsn#c+ a fzw,g1K>qĿ}|G;'}OOYܦ~y@yyO@yHXI SƱgKjߕfB.Ja}z+o+ e-v>k@nkNok kGeUq8G4jbjZ׉C.։ݬѻ[},A86<z`?=qN?*>=`1q.­x`^tX _oOx?kּCYYg߸h$ 8WqljִӬ1tkƩfp /֛β^Z8n|1X`!\x_cy{7&o N8'"܄>keksu^_yfxl&_l>A<*`'q em>m=J\os??[Ǹ^8ѬE/se6bwpnxok [cgp %n)ɧXq '%|C`l;p9ة 0 fĬ26 ]'5!&ìu.x|0vkžX+c=laGxsq.x3LƚX[bW#p".ŭ O;LY1=N)8AS.0bI,=p4cSgf, j#|op@F/_?`LļRXb l;a7CpI8r\q#x_xS|0ڷOL0=f\1K`Yհ`l]q,p!nNjsf澢 VV8 Y|oFBåX{"\M-Ṁcy|\>?p q/LV~2uY لMٖLf?qss9y|9:r ?'X< /fVgmc+fq+Kx3 )ڏuY لMٖLf?qI\.\,Sn6?Yƣ,k_Va"/5\.|˸5dզ6P\q=7t)p>,٪u:39g8 gx5)bq$Gs6߱ڍO0W;G3+~1J-<b[v¡|\\ [yÃ5|G8pvN&&zxE̿,U61z؞8S9kg.3Sy,Uo`f"2\Vaֶ*-<dzmµmջ]X+BcY=,1/&2Lakv}9qE[gr+gkN6|q>n~6xfO{aoN ]8G=4|p#K粀Y5,b1K523*|Qp/>5=s|8{vxxx؋Gx8A\Xwq;x'Y a]^x#fvew'=Iݧë W ?MsWΰ.a!w6γ瘰Gf"2]́r1s3s/qڙl/G^_8s+To!^Ug2o1 1:׳wa vLǕ˷ɇr?wA8.!3\ga_&V >|gXbpKy<DŽKJLd]-3lg1i|p) E,f XsLL}$&3Lǵr8.e!ױ,y UK̦LMʞ9r|Xx20wpNb8p$LpKYM1,I^|mX)8qR*ׅW95?NaZy,|kٷE89+!-՟|ﳌR7VXN\.f)Vh^r:WSYVi-?ّ)J1)A,1h\_ظ\^cvp"׸v4/^Lc/n Y}?r ׳hfg?5gy&?ˮ<\} |P_a?;W{i0읝9d oKs'aaD՞ Τp'g?<τyo#i=lϾR.;gl_z8W5<˪ٜ"Õ5·Y/1xjglVL f3c> X"LhLf*32,`!XR3!5D&1)Le:3ldG0ǗZr1 =+Vn&1)Le:3aaI y mđ1`3mx?3/=ElA\y3;ʃNts喰a-|dda&s 2[8s*7qszc9U'.V{ȸ8#ks}lx7(ce0gs;O 68\9<8_*c-Xxp†af>o^6-6(šgy͐o9UCjSOS慯nXs SDFyxɰTi<6.ڏvplp")sN?oxIzxy;q(Yzfrlf_ZeؙY|zd@qa!ax/ܗyOnp<_ ]|I)=5,~9'2/eA8p;sxbcm89xUAx~ăGVsXؕC9Y᭰,3هp,'s=n)VX"l֜ɬ,yT5L^+ׅMևwgeGX}~{"\zO'sIz?V 7U KG/ U 70:ǹꄙIϰ{+u #W3 \~g[/­m§څᴎaNᢛ_yĵa.-;Ynw=NŒ{v&GyOXah؛ >1>ݺ!7)5Ovb_o k?ݧ;c†iaVx!ؒYt,gLV1ER֟%N"cID[0! d)#S*c[ƞ~\ns/u|ާ#`aaa9119>8N GLm_?3p8?2qra'SsyLfgnB,R,Ê͆nA+[_^eUao?*ʿN0cq%~ pnq9e~ 'j!s [>*X89]x/.xDyϞ}\IŹByݚpY;:|ØvS ,<ŒòLc: c 1{>'gs3xwxӘE)<ɦE!ť<3QLل8 x(5~ʅɎ &>a'v&,N43{)`3O ;+3=,NƄ{ٕ y]22nX繕{X[)O3x%1ˋWp$Tr`JE6eJ%0On0lƁM8#X3/1yVPaLud[&T:S8 5Ζl &n6@`Zͭ'8v8 u,\cx?grWr5 ۳3_fo1L^c;Y9s#wq?"?eAu*&ʛ og>&t){P-nǣ7tsXYn<1Oޓ=̖7svp/' 7pEٰP:[UsV a*<Ιd-;0#AEy æl| OOpNL.`)&L װҴ،6sºs,.'201m!o/ӗh0UfÞ|}9aE|o"O /39%|U Yado?o& s ayVe=6e>uˡi/kO"/Ex/+&esegdo39˸븍gFh(٣۸yR,dgd}6f ؓo/r8'r+w8-gp7/oJ캺wŇxgyqįw(b4f|ؗC)_~-<2#ʑ_;>:Y9_r/Z q,1GơL|sx/+ؐ3MnY\;ϬK},qcLdn k sr%oܣ,aֽƁs#3O q  :y`#?j?ώYx_q=%8˹PؗO;ϟ>2 vs,/r Ja|_Zfp4_(|c9 :> ͅúlbave2kyv|q߼8`ehr0_QUQ*,SypOadgqkL/y\ ӼL{3y˪#8CWP.,u˫ 8aQvgXN,< `i3q/Y*+<=TQw:?+:ك yK5y,j^y\̕\˛Iι\\0?s+O/^gR,.)vd788_qpdAK'wrF}WBs<k\\m<Ƴw8q"7OC#X^d[}xCǰdg=a;l<9_08'%\e\M<0غ?yQg(yz]Sԥ _~ş{XwqV^a,B̅Z_X?x"T*[pp .S+oZ#e2q4s)Wpo]8c9 w߬lɧy4C}ڨm[ǘw;{n,=|mq  _%%v͹|O^ ߺv@^VO|xM;%;'p=dlvķ؏*O/fIn9k8qE(gk~<ƄKa>Rdwr3_,%pMd_[n.g&31!wS~-,5p'_.v\<,9ܬv|\4d\NXٕci<ɤaVg[v+L~*yQRyA<Qva}NRrWٜ/0q ϲa%۱ {q'q?\Ǿ\ Âwrcqi0[q6ϸYhC9,4`w8?Ms2B4PIVD%ɽٕRTNYPv2"+l!3qqSD+dM~z=q|߽s̐/ϲr0q e-$!dEb&c彧4ξ"1Qȼkƕć /3'r y^gG;K9و-ّ8ù)يv`ON]Er~K>!׼%{_bxIO?,|i?0g5dRpo)d^`;y3˙\X#y?(o$Zٕ)IuӸyGXϰ=ve/~/x"3Vb)cKv`7N./$s_QG'[NRKl_qp 7rhprSywtL?O8)\ÿq8g]\$3@E _d=˞q˙T$nQ,߲ K6aW%LNc!? 2p"33u}d)Vemy}7s7L96"|uG[_5,9Apda~;_mp3lC>|4Iny$6[3lgͼ,dGjT;>|ݯL|{XϟXqGsr-72ASwZ=casN>U8*3\'}RnkwcuS{oI צ"ޒ+|bBsDYWfc~V+'<,%:| +tϢO8SA??$N*_3./I/Mj-ؖ8_ g&&V-e{#8|IRD)>Zx~|xa=eg~)t8 =?,Ldndpqg!aa>|5Yv#7R;Go| ؞]9c9xdkLM9󹌫fV? 3v_bQsÎ>qp wO5`Y&sT~Ub]؇)fnad},$f.{XY.s-S1W_e\R~\NͫSÁܻ-?%?`p!W7V:|f8tL=3W'<f<aS9#m${IxapT ar\Ov-{ 7} 3/ oa󕮻)\3,+g?3'X@ C,.`kء)vao*n/œu؍93yWˬ˷؂=ٗOyNr3b?ί8x҅/SN▻LY^暻+Sy9 oK_-'X8?/eSaWnA_Lss&s K&|:l{Ky(byVcMg3c~aɜ\cP& ,ҬlVlQd?{yxb, 7ؘ؉9_rqs0MRyxpqלq>x;66YKqMK .2!:lȡsOݶaGxfmw:1}/f 6a[H.<)Yob#]LVˬϜ^?o9 q=6*˫cŒcSeu','sw q&q6ɲ.sQ89.S|pǬKB<…º}eЪEX-O亰6'l p߹73o b>c)>WX~2O9g殭9zzf.1au7R} ~Aq~'y/5mN[7- K_q&o^%^Z9uFxͰA n dr,a^ޒ=#t,XӼbf;|$'p9''XX c }a a6V,8 o vaaƋ/k80W1[;3ex?̭خia#`{f}'[6 ;'?baA>2\"Z-] Ӽ6~-mzh'߼rlUcUk6[3u1Tcqaˮ9-ϣL7A|2I*^9gXI|gVpp;0/!#y;y؃}9E g% `9VlwƓ+mLec-6`sNl.9^,ayF^>V̶9/s؟vxK/{׺G=cցSq9/T֙Îa;y'y鲄Y'k88s؆}8+̭ymqgQ& 3.JN/e\͆9wؚ?7qA^?ܐ'ϋƝOan.DW3~χC^6\Q#jf8+xj٘(Nl.W%fx-buzxfd"g-6`sgONd2O_f{#|ٕ5Wp;O0m.|ϱ;q's)2MqJ+'g3c~aɜ\< o+f4+:`cb'fzaadON^agٌ<;h7p0WfcV=wñm—ӎQ^m^o/uu uun"w3^<{zj[ 7rK~6kca֡9F8n8s78=sFxy.;-LĔz<^;=%4v%XـӸk5Yr!:ӧj+aaCʇ+#3Yss.kxkӍ𽴕ŷUӅ ã,1YQJ%tgr!~+L:n+M7yN,',]<盅jU^VnXN6V{څ9YڇK2ϳ-s\.:nNɓC 3˦lî!ů8 TY^ìK2ϳ9۳'v "wVE=a~cyP%tOgW8?|>69=;|~}]N8d)V>=sIb\pƕJ^[=\uu}%nZ_4M( a[frÂ+LŘF[iOJ'}K+Ѯt(Cq;`,0\UEn]xUx|M} V5S/~_X|94'8 g xu` YͰ>ڡco8a/ ſ1o25~b,m)8_8`ƣx=LL|_뀃q&n "_`. a3F-0\NGȆV#YcFw;QaƳ0ˎ%>:'IwXz\kp;dzKL6` t18`$Ia(p%n_/gqNcX.r_ɗ ,F;C!1 7byAdxxq*êa?0?X%Өk+za`nS0s1$].X?Ex9 KX_<6t|o <^>G؟_"|3y'\+0;-7|0Pvξ.&`2ĥ?`OU ݟ䢲Ҷ  H|AFU-{(clP9\;~rpCǻ sْ~Zɀ2&һ\^lE{md6h/vsҥ";vpwaKO]рp8ͺ@փyսXW\[L_;5AƢO,’E&6CbƉ8'r F7Okߧa'@p5nH<  AsD*#ח{VKI?X,QGj(H\g)ߢlHzT< Hg #Zq{i~8e,Dwy92e ' $<&>"d}AOh<%c)8R ǭsN'.#F7&>#eE h@_G$*܈(+fa0XqCtL=@>‘' 1 Gore삉h'd/56)a} ^Syx4)/2v{?7_Er8x-%@1 \;x 0 _&Wee4GKlc_ 8gb\1 93-~_hzG G q97~K'/ cY 2i\38%翢7{ʹ?Q.R/{Y䌊rY%5(הQdRmGLi߯2ZÚM9ͼxǛ׸Ӓ+h-'Ɇm;jKiwzGY);Ag,tC]诫lҕnwzx=d'd.bݹ[~==rl/ʽ\lއ}e1}(;Kz2L.xx4VJ߉2g|:xKOdt &>BXP/c"^WdzCNnqwGe2C>Me6y$rX^cɴS*M s}LY^?W5FKC\'b|>InN Ný~p=%*vs~8#$aN&β&v+p#"񾫴*a2&aqAw9Kno[no8GƈarkW;b.~ǣg܉Ղh2GRse#lAX {-SʣKdRU+ur5 ܼzC.NF/n}%c9g2U2 мtA QN*/U/t7qQ=Ƌm,v;N[񘍅X4渴k'kˉ'ɵ<S>'30s1|O0<&t{Y:KZddx_8KKG?Xe +#9bYYãxoUip V*oj2:!s3c&NÅq7BZ2gB+ m+7eck=q8 ?^<>&`25-v[o2>ƷX.^v }p8ft;Ÿx/a>l","+amE{^臃q2E7a$Ƴx `>7X\l\ay03~]?h ݱ7 `qF~<阋7Á8 bfcqgƉ G` |\O%ÇXk-cB?c\p/ )s.+`MlM-:'A8 0J܀; +x1_ӱNOg߸/qXOG: dza\0xJ/ɊxAtBWL |h|}q'cx_>BD|1(`.p4;NܟNgd wt苦-_c\`!ܔJt~@+0ܗ,(a,o^W92`>v(? 񳳬:p2Or010|QЏMCt}1KgH@ ^0w^,@†#:-x3DǧX_qp2 c< {b_܅fp5E7`%4U:6֘)xc&AHQZfaƯ{:?nهX50޽!0aep>.×dTƏ5pUb^&g"׹e>qf0G~h@x +1 /9C殲.”(,?11/S7>U&@X)TZc+30 Y /t?q#"eӕ=vEGc(iC{a4}s胓q&#1olA 1-w0b~W+L ywhq8Żb4P10w>L:a1~E[o{ q x[9UgWemi;YY^*yK&`[}q͸ |687v܋x Wx CGJc1sh6V:`~Ɵc0S$Y'Ƌc~'?Spf܂7\-̓3nP> b=-"_˟"O)DIƵVqS?#{'X c2 ?⠓}p  8b_`+t81pcC_s1={:(c|yiq:x÷xmO⠋; 1x 3ak[Ggdݾ0-~\0 V :b$nă/V![vž>8` .[p'f 9X% , X܍&FÚ=l\x;ג8܏=Z֖]p FQ<* X*h :;G?ǹ[1i@:r&`>Cc++934:jξݞfe?f9Z #0I{>@.H>| 4rg|\/&mȎ8ms w4:G'>o$] `pQ=1~Uƕ7f9>iZ*[WCW5[$>?*@BJXL\ŕ7Y:kUrSMZi]i]O֗\|Ph$Y˔fesڂ-M+9Lp4=, 2Y#1;-qJ+d UX=RP\f+]y~\+`j#gYy]Od3ixsKFWkE\ HíG4fm8?g/s)?p=+C?_>3_~.ʸuI򲡡|8^A֫(qs%gL%n"U/ȉrT5b3ʛ\̮.ՠZk\i[|R֓;s> dFr5BasN8ޔfrzsic+-ݸ?Z&~9-NڵM%/:sv{iS80>e_7.UZj2C6Jٓ5f*k^1 K ;#BO8 c8&`&c*t9[v&Þh<;Wu<9'ab n<*.'"ļ[(6~+=0W9mxs>'}/`7w/_y[6áhg$}0UKp%nÝخ}q&6>X>x ?~84!mР'練9zE--=yXGf'L>eJc4Ekٍ 8܌egN;G,f*2p7F o遣q:ԓg e}[;ao)S<%4+:Λe{lƋϛC-S1 OD&r ]L<1N+qN[%O͕{Sst.Tn#mQHd!0MF mVqRTͭTd,Bd"~>~}?wr"2{j\\s`Ĵ`,6;'b9Ɖ3>\yY,o*u'Y`Nix/Y>6.#8|8 5e&skec>9#gr>s ?,Ϭ1A|v3||sǽ&x?mњ)u]cלuGʝ [੦7/L q%0289U 5+xVΝL{.1\G a8N+Gx7 NcUw:o;< >>W- [m?o3;iv\Igno`${,ށ`! >joc g;]L cb݂xGۺ=<˅{X=ゟQO^6@XNbp-7xzٕؒ=ٗCʗ9p-7x? +?:bKg,{3C983e,V^~/Y `>?:^@XNr X}1Oo|b6srq,/zlGؓOq9 `-Zr+[e^gS9``1. ~K+X%䭼w3ٛIќ)x_? +':bKχ؍؏ٜϥ:nNQ%Vr__ـ~>'ؗpp"_LrF~]_X*X؂8&r0Grә9\|f~e^gdZl|]؃ c:8u̝ϣ<,[x5d,{3C983e\M,>w<ǟyÀYu٘؁؋Qɜy\U,Vi^UF  ;;998K=w<ǟyp%lVn~L(dN<.*p+4/*#F/zl6@XNby\Íν<<2VzV~k[cDHW:s+?.~/Y `5wnF#gr>sOYo=H竬Flva9#8u̝ϣ<2VzN^k[cAL83s\+UGxّ]8999y\;) OUG!51q|9r 3. "~<2^c?6ekcg>ž|Yx33Å|+۸y_Xczllˎ|OsK,.|y? +ecbvc/c2Gq<'s:q)W[_~SϺlVn|c:8uȏK+X%UgM(d{veOx3\w<+(d{veO`Y,f)f0ьe<1a> ,e#Nj(F3TiE|kE<3b'6`[0LT2,a/l&0i\汐E#x7M4Yy۲3|#<_b&gq!w?<WXyy(d{veO>478or%? 1%l&0i\汐E<3eـm&3S<Y `t狼wnF3Tf2,ne|Ebxc*3|p7Y2F*>͎|O?S8.f>q3wr?$ϳ7Nv6ak>Xfr4'p g0˸1?kiȚ{Lf*3|p7Y2FNb4caLe&sf1KYgxp$f0 B0KXΈ ؖ1L`28c!x%,gDlaƩep#s/)_XuRƻؔ!>>aÉ|39 ^uFfOZl|]؃ c:8Ym,f f&0i\汐E<3 ـ3 Lf2y,d9b4caL40b3gxc*1,nel|Oi|Ņ|_0O^a噎YuŖlϮɾWM/)_X5[}mMy18ﱐ[e^g,ؐ8)tfq3븙;YgsOS "˗k논uh?VǞ PdȌ(lʮ=c{d?#[)<%4d$IfB~_~s}uqus Np=$hvNs=|-r=6=hyhuy/wW8q=]|t Bk\Ss>zr7gq=|D'QF_8'hvq>%s~ Y*&iChrw֙X75Me=39j%SIS[C8LX^>- 9LFcp3J-o;U.N_e,q6+K!K/sl\Z :4|X0jV]G;c'tD0ogJ/7r G@~j<\kqyX4,`xOe ۘ?b/2Ÿ7B7̩! rf#R`#\pX*܅~]^ڠ=ıxLl|el]:Fb*f`~X4Oy,?Nsډg/MLǗ/#:-K1*apY0Bu]d>ZaN{Xv?"keyxQXLiX"źh :Hs1E!r5\]܆B,*a=hxC'x!Lp5Qb, ^ Ɗwl8g m2b'c$Y3t`’r'ǣ&t|I/!T\~8`$ZgJ4~&J܁xq!G=/'_c|Xsн#Iua`LWy]?Vux#:ّ8^Nx{8܄qض# Xڑq|?? }'9t4D8L8g( s)2 `pG#iQ*fhݝ'¸bYf a/]'ȒC~ʳKQofa]wiC1i+%xȹx#1c0of<0Y>ke9 \<~ʃAG˅>v"\\' <6@|7soeqypy_w<ͼCӝoCu= XnOb,Bˏ?}b"4}pD4p.0l|<:C'ȥO$hq &b66qIW\1/'.hv0 w1 p,ŕ~2`1[-B\ah2ket’~ͶPRmc ~ =1e.h 3 E{bZ?a=8SϘ/\bq f^/7b< .tǓ_اPNi-N|??Yϊb߉JkȶrCY\NTװU,YC4w0Z[n1MdiS`&SL#YMer{Kγݶ,O.#.ǟ%5=Hcay;QcrqspR?8`3.a|^.B {\$bרץ 13LfrzqXrKZƓ |}WJ={K"[Zx# ȣ 4ɗ#{邋V ਯԍ"]y#0x gQJLVJI22W&VVvCkq}|]Ëe  Dɸh^IAO,'Udk<]U.x"4!#RKF 8 Q:Xȁ8cbfa.~bPnGFSXʮOa1sѠh[cG8 NBp=@?<s#SMen*b XFdK܊:&c.o.a >FVikiFm+wC;ϭe4ƅ!ؑ1#:gY^]GhahUz{7%qgw2f2 Oӝ\\9֪BEl4FGcH8R&K[jѠ&K{h5XaL{z~y7^M:~^/,q*GW9If7Ty.>Ik)Z9Oŏۈ㮶ʴv8޼hنILz$9i,I<;Tװ:hp%Nf3gyzXXYX ٌmٓi,s̞|ى.6b_eêl~w> W1_f>$̗1'/Ձ1|.+ r'r &s ;l1l!<0O ۥn }~s_8y/Tx]=?s*Olu|^/xKJ8s9weɫYd'dN1# rXu؋fW–|r=ac5Xհqϳ`r1xCoqf=g2\ݼ[^ d5a>HY>Fl1y7ʲl̮wokUk\6+;>Iϼ.=) _zO|.TXa)Y‹;]eGd_..^ca"nbWg,?ygϡL[l2ye'W?G?7r%[:s3a%/.7u6]0}XXօPv<n=;|~­,K=WCVa}4k&4#uq 㔺7N;WI9r^^}\Ϸ.;WřPGg-6d[vT~e=满kܟYm81ssk0 s9Ż+_|.|a6a"'/~…/y /OEzKlT,ln|=95,~KXyJ-xn e#>˸YOᰒ Rί[gas\ѹa:ϳ}S]I>TsW s2Wzslp ԶN~&ssZW, (LiӼ¼O?Q矱&x5sshܷ 3Npf|aŤ wvnٰKؗ#4V®N2S|NWgnq,͋xܰ13[Y({s8 ϲpqa3f<[ A0X_bK@^ƑLGCsp8_ooHxM" NUgx_LSWi{L}f,vÍ|vNܰˇ<}_g<_,P_Lqd|l\^a}_EW[+Ȳ߄V5Z_ǍSyW67~eofٮOi.mNb=dl:n)^]ZL`;v #a>4c2# 8W:-gˆG1sT5vYM,|L> >q:9+o:=>gWY9$?/}K7<"ñ!9; s r$4~<3Ig:0Y$=ӄ؝88oe{W8XtҼSlʎLaofcNbnqVgs⼲-p9柦>/<%~lٍoq*?bw;y0qtNlg\¯Xu}8YbؑcO㚹mď0/q7nGK&Yfa*rg n_`dgLϳH>,%g-sng~|qr//:X>̶L|~_k+SaGa:Ws/:K~*k-؝c.sp3sxYV[.E[ guyYխ jJܤ~mYi>ǖ|8{cf\ncŲ|tإK9\^d=޷p#wޘ%LdKY؂c?d}3?3y2l]?9vl8Yem9Cx~vW3\EgÙLesxEnog }p-YyE\M.hհf E0|K˰[sRnE}(|M؟os)"t=?RnE}8lgٚbZ]Ld{q ?z&=8ykli\q(bGJL`2kyys=؃Zd]`*3'Le$u=؃Zdzg{0\˓LJca#N`'k<~psfټAX]<Ϟ${*8Vy:ťut _|Vy{04 8^aag>2eZy۳gq1jzgb~ɣW/ Ә,m/ocNcxM|]<ȣTw䙙F[6Yl ]#j4d^)`eFV]!=\oZܙieAVn=jy>?ϯ﷟D' :)>' _/$O>gx#yO|O8?%rcny.e3q.0,k<.0:+`F?.`FO ")3Ήg'XivySK~7 `F?)q^yW^0j~OOyFxqYj~ڥ?K`Χ! o ~ | w4x`O|F?s,|(Xfc{Ag9 [wYs9ůonܣOʜ k/|m.K6;|w!yjǃ OΟsJrE`'xgpsOuכ/x׃_z$n {{sNǂs&_C_1\L2j%?PQ𱧂?ϣ? qV9Wɳ_|D0E[yk#9^ti8-.P<໸y}_ W^Toϟuk/adۗ&dpkRϞ ~d:M//)* >O=?n}lK}{8y+q< viwϺ,xDz>rg//f+Gnw?6ɭ šϊ)/ "Lox{ww;x3ng웃ϟ7<'w< Urd%]-k#/>v=;|z,x~)^pW0w}&دY ~Cx{#b?|=7x>= i2S,^o ^ůl?? .:W׹M6b[m]؋rQgI84G81fe̳ N82g89V8.:W56 nm]q}GwpC28L2a91fe̳ N82g89V8.:W׹M6b[m]q}G|s28L2a9Q1,sgNpE8i9YV8.56 nb]ns:ޘ`YdVYgMvc0"ˬ:l0"ˬ:l\~&fyYfU`g343̳2+r G"8AFcI3Q1,pENq3e+Wbc)fcSWR~&b98y.pl]ع3̱)s+\emVq%.r sl6aa>$7i?c3;r;#%?L3<,*l{3v`YdVYgMvc`YdVYgMvcw0"ˬ:l\*?L3<,*l{3N`YdVYgMvcQ`YdVYgMvcgifgeVXe 6a}F~[~&fyYfU`gwgifgeVXe 6a}Fgifge_nb]ns=r׃9Y`%Ya5yO_0g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | 3L1 1, lG/|/eAfQgIfYgEXft^9N9 .n?<ϼ| 11L1 1, lq q\q qxg^xw>o~e? 11S0,ˬlpǜp\ppGxWxO_N9 .n?<ϼ| 20#28L2432< ,2+q\q qxg^xw>o~eׇAfOpXeu6dmve}8cN8s.kn{#O<+o'_|/5daFeq&difevc9N9 .n?<ϼ| 11L1 1, ;>r1'r9\r57r=x'yaO [l.{s!Gs)gs%W\s-wy^y>~{ndaFeq&difeyXdeVXeu6d?YwC8_ouN8s.kne, lǟo~e`!a16dmve}8cN8s.kn{#O<+o'_|/AfQgIfYgEXfUXgMf]C8S8K>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~h C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~_ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wt?XdeVXeu6dmve}8cN8s.kn{#O<+o'_|/m 11L1 1, lq q\q qxg^xw>o~e? 11L1 1, lq q\qZ>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs/:71, lpGxWxO_SbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|NbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|^bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|__ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~? C 3/+1L1 1lq q\wuˬlpǜp\ppGxWxO_kbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|IbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|YbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|@G&difeyXde`-a=9#n?<ϼ|c!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | i3Ì0L00,ˬlpǜp\ppGxWxO_tdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/CdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ?SbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|? 11L1 1, lq q\q qxg^xw>o~e`? 11L1 1, lq s%W\s`9_\?[]3_|/r_`] 3_|/}nc{j]g9_o}vczfY~s}vc/,s|\s_fY~s _aY~+s}vcziY~s}vc,s|\s}vc,s|\ }vco,s|\M>1,s|\->1g9_>1wg9_Nr>1wg9_nrc]~{|\9y^y>~ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7?'C 3(c3xW.An?? 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>rac)a9Y`%YыFQqY`cN8K'^80"K6;p3/|03̲k |2{^bEYe+g^x_ 7, &[pǜr9\q yW/etdeVXe 6b]#9s.n< '_|?,2+?9#93ι+;< | Ӟ;bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|?? 11L1 1, ls%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)g_kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁNbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|?? 11L1 1, lq q\q qxg^xw>o~e? 11L1 1, lq q\q qxg^xw>o~e_ПAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2/ C 3(c3$SL3,s̳"K,*k&[l.{sǜp/ky/+L32l1\so|1/giYfm9ky/3<ˬ>ǜs=Ojqgus7xgiYfm9ky/53<ˬ>ǜs=Onqgus7734,6s5<O3<ˬ>ǜs=Oiqgus734,6s5<}ƙfefcι'beqgus7w34,6s5<}ƙfefcι'b߳8̳:s9_ 34,6s5<}ƙfefcι'b?8̳:s9_ gyYg}9{x㋁}ƙfefcι'bgqgus734,6s5<}ƙfefcι'bkqgus7O34,6s5<}ƙfefcι'b?8̳:s9_}ƙfefcι'b78̳:s9_ gyYg}9{x㋁>L32l1\so|134,6s5<}ƙfefcι'b78̳:s9_ gyYg}9{x㋁}ƙfefcι'b78̳:s9_ gyYg}9{x㋁>L32l1\so|18̳:s9_ 34,6s5<}ƙfefcι'bෲ8̳:s9_ 34,6s5<}ƙfefcι'b෱8̳:s9_ gyYg}9{x㋁}ƙfefcι'bෳ8̳:s9_ gyYg}9{x㋁>L32l1\so|18̳:s9_ gyYg}9{x㋁>L32l1\so|1;giYfm9ky/bgyYg}9{x㋁>L32l1\so|1giYfm9ky/~73<ˬ>ǜs=O@>L32l1\so|1giYfm9ky/~3<ˬ>ǜs=Oiqgus7HgiYfm9ky/~/3<ˬ>ǜs=Ok:bFc &b5, l!Gs)gs%W\s-wGxWxO_R:21L1 1,*k&[l.{s!Gs)gs%W\s-wy^y>~}uf!aq&difeyXdeVXeMf]C8S8+;< '_|/ 20#28L2,s̳"K,*k&[l.{s!Gs)gs%W\ | z1Ì0$SL3,spǜp|@ڹdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L243+o'_|/s0Ì0L00,| A C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.~0Ì0L0l!xO_Pf!a1&=_Я|W+~{@=_Я|׬ _ͯ|W+߿qL1 1, lq q\q qxg^xw>o~eOo~73(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ?KbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|HbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|EbFc &bfcYbVYc 6bvc9N9 .n?<ϼ\9S8K[<3/;|7?2x~daFeq&difeyXdeVXeu6dmve}?<ϼ|XbFc &bfcYbVYc 6<$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~= 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7@_bFdifeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=|7?2 C 3(c3$SL3,s̳"K,*k&[g< 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~= 20#28L2432< ,2+:l6;>r1'r9<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy>o~e/ՙAfIfYgEXfUX/s9S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~X C 3(cˬlpǜp\ppG>o~eЁAfQgIfYgEXfUXgMC8S+bFc &bf/ᗁu2Ì0L00,ˬlpǜp\ppGxWxO_3Ì0L00,ˬlpǜp\ppGxWxO_jdaFeq&difeyXdeVXeu6dmve}8N9 .n?<ϼ|_; 11'_|/a!a1ƙ`)dmve}8cN8s.kn{#O<+o'_|/+]daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ^bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|ߠ? 11L1 1ke}8cN8s.kn{#O<+o'_|/^ 20#28L2432< ,2+:l/Mvc9N9 .n?<ϼ|9`!yܸy7/ᗁ0Ì0L00,ˬlpǜp\ppGxWxO_VdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+l:6;>r1'r9\r57< ,2+<ϼ|9`!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | g!a1ƙ`%Ya5`-a=9_w9Ì0L00,ˬlp<3/;|7?2wL1 1, !Gs)gs%W\s=x'y7/ᗁ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y^&bfcYbVYc-c#9+GxOe3Ì0L00,ˬlpǜp\p93ι+;< | #bFc &bfcYbVYc 6bvc9N9 .n?<ϼ| 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ@bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|?? 11L1 1, lq q\q qxg^xw>o~eҟAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2pПAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2ԟAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~8 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~Gg!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | 3Ì0L00,ˬlpǜp\ppGxWxO_1daFeq&difeyXdeVXeu6dmve}kn{#O<+o'_|/'daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁBbFc &bEXfUXgMf]C8S8K[<3/;|7?2O C 3(c3$SL3,s̳"K,*k&[l.{s)gs%W\s-wy^y>~8 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | 3Ì0L00,ˬlpǜp\ppGxWxO_daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/odaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/_daFeq&difeyXdeVXeu6dmve}8432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w'_|/n 20#28L2432< ,2+:l!Gs)gs%W\s-wy^y>~ C3$SL3,s̳"K,*kl6;>r1'r9\r57r=x'y7/ᗁAObFc &bfcYbVYc 6bvc9N9 .n?<ϼ|߿SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~{daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁEbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|?:l6;Lka9Y`%Ya5`-a=9#93ι+;< | bFc &bfcYbVYc 6bvc9N9 .n?| 11L1 1, lqǜp\ppGxWxO_z2Ì0L00,ˬlpǜp\ppGxWxO_MdaFeq&XdeVXeu6dmve}8cN8s.kn{#O<+o'_|/~ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ[bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|KbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|? 1L00,ˬlpǜp\ppGxWxO_]daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7[Ga1ƙ`)a9Y`%Ya5`-a=9#kn{#O<+o'_|/AfQgIf%Ya5`-a=kn{#O<'_|/ C 3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~e!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | |g!a?s 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~=' 20#28L2432< ,2+:l6;>r1'r9<3/;|7?2ՍAfQgIfYgEdmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁTG&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/AfQgIfYgEXfUXgMf]C8S8K[<3/;|7?߁_ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | 3$SL3,s̳"K,*k&[l.{s!Gs)gs%W<ϼ|oSL3,s̳"K,&[l.{s!Gs)gs%W\s-wy^y>~ubFc &bfcYbVYc 6bvc9N9 .n?<ϼ|o&~|oyb!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | f3Ì0L00,ˬlpǜp\ppGxWxO_~sdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{>~-b.{s!Gs)gs%W\s-wydaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁZ6bvc9N9>~m\7 11L1 1, lq q\q qxg^xw>o~e՟AfQgIfYgEXfUXgMf]+;< | Dtc!a1ƙ`)YbVYc 6bvc9N9 .n?<ϼ|o' 11L1 1, lq q\q qxg^xnn 3(c3$SL3,s̳"K,*k&[l.{s!G\r57r=x'y7/ᗁ{ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳pǜp\ppGxWxO_~GdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁYbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|@LbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|? 11L1 1, lq q\q qxg^xw>o~ew՟AfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~g!a1ƙ`)a9Y`%Ya[<3/;|7?2{ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁSbFc &bfcYbVYc 6bvc9N9 .n?~ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ[bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|? 11L1 1, lq q\q qxg^xw>o~e ? 11L1 1, lq q\q qxg^xw>o~e՟AfQgIfYgEXf-a=9#93ι+;< | ~2Ì0L00,ˬlpǜp\ppGxWxO_~daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/idaFeq&difeyXdeVXeu6d=9#93ι+;< | :3Ì0L00,ˬlpǜp\ppGxWxO_zz31L1 1&[l.{s%W\s-w>~'L2432< l6;>\r57r=|7?2q^fYg-a=9#9+;< | #bFc &bEXfUXgMf]C8S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~Cg!a1ƙ`)a9Y`%Ya-a=9#93y'y7/ᗁ. 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57_֙'y7/ᗁ 20#28L2432< ,2+:l6;>r1'r9\r57r=x'y7/ᗁ 20#28L2432< ,2+:q q\q qxg^xw>o~e࿪ 10,ˬlpǜp\ppGxWxO_kz2Ì0L00,ˬlpǜp\pp|@^7bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|]bFc &bfcYbVYc 6bvcs.kn{#O<+o'_|/ daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/MdaFeq&difeyXdeVXeu6dmve}8cN8s.kn{'_|/daFeqYbVYc 6b[< | 'bFc &bfcYbVYc 6bvc9N9 .n?<ϼ|GbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|@QbFc &bfcYbVYc 6bv;< | w`!a1ƙ`)a9Y`%Ya5`-a=9#93ι+s_eq&difeyXdeVXeu6dmve}8cN8s.ky7/ᗁAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~g!a1ƙ`)a9Y`%Ya5`-a=9#93ι+xg^xw>o~eГAfQgIfYgEXfUXgMf]C8S8K[<3/;|7?2P֟AfQgIfYgEXfUX#93ι+;< | tc!&bfcYbVYc 6bvc9N9 .y^y>~#ub!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;|' 11L1 1, lq q\q qxg^xw>o~e? 11L1 1, lq q\q q/ᗁ?ZGbFc &bfcYbVYc 6bvc9N9 .n?<ϼ|2 C 3(c3$SL3,s̳"K,*k&[l.W\s-wy^y>~ca!a1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | Tg!a1ƙ`)a9Y`UXgMf]C8S8K[<3/;|7?2 C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>+Ì0L00,ˬlpǜp\pwy^y>~ 20#28L2432< ,2+:[l.{s!Gs)gs%W\s-wy^y>~ C 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-wy^y>~g1ƙ`)a9Y`%Ya5`-a=9#93ι+;< | e!a1ƙ`)a9Y`3ι+;< | I/ 11L1 1, lq q\q qxg^xw>o~e? 11L1 ,ˬlpǜp\ppGxWxO_ddaFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/#daFeq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+oK?E?Feq&difeyXdeVXeu6dmve}8cN8s.kn{#O<+o'_|/M/ 11L1 1, q@Ͻ0 VnbժaX:qbUV ZZjeհXF0V ʰ2mz>=v~>8?Vlpǜp\pp<ϼ| }3Ì0L00,?2+5`-a=9#93.ny^y>⛁_obFc &bfcY?YfU~:l6;>r1'r9\r57r=<3/;|7?MbFc &bfcY?YfU~:l6;>r1'r9\r57r=<3/;|7udaFeq&difeyXdd]C8S8K[G C 3(c3$SL3,s̳"K'ˬ/XgMf]C8ny^y>⛁# 11L1 1,,*Xc 6bvc9N9 .ny^y>⛁? 11L1 1,,*Xc 6bvc9N9 .ny^y>⛁ 20#28L2432< ,~ bu6dmve}8cN8s.kn{xg^xw>o~ 20#