#! /bin/sh skip=837 CRCsum=2986987568 MD5=627e568784ed1e3c83bd9a9c68a2f2b2 label="NVIDIA Accelerated Graphics Driver for Linux-x86 100.14.09" version_string=0 pkg_version=0 script=./nvidia-installer targetdir=NVIDIA-Linux-x86-100.14.09-pkg1 scriptargs="" keep=n add_this_kernel=n apply_patch=n TMPROOT=${TMPDIR:=/tmp} TARGET_OS="Linux" TARGET_ARCH="x86" # # NVIDIA Accelerated Graphics Driver for Linux-x86 100.14.09 # Generated by Makeself 1.6.0-nv # Do not edit by hand. # NVIDIA Driver Installation .run file # # If you were trying to download this file through a web browser, and # instead are seeing this, please click your browser's back button, # left click on the link, and select "Save as..." (or do whatever is # appropriate for your web browser to download a file, rather than view # it). # print usage information if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.09 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "Below are the most common options; for a complete list use" echo "'--advanced-options'." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" exit 0; fi if [ "$1" = "-A" -o "$1" = "--advanced-options" ]; then echo "" echo "$0 [options]" echo "" echo "This program will install the NVIDIA Accelerated Graphics Driver for" echo "Linux-x86 100.14.09 by unpacking the embedded tarball and executing" echo "the ./nvidia-installer installation utility." echo "" echo "--info" echo " Print embedded info (title, default target directory) and exit." echo "" echo "--lsm" echo " Print embedded lsm entry (or no LSM) and exit." echo "" echo "--pkg-history" echo " Print the package history of this file and exit." echo "" echo "--list" echo " Print the list of files in the archive and exit." echo "" echo "--check" echo " Check integrity of the archive and exit." echo "" echo "-x, --extract-only" echo " Extract the contents of $0, but do not" echo " run 'nvidia-installer'." echo "" echo "--add-this-kernel" echo " Build a precompiled kernel interface for the currently running" echo " kernel and repackage the .run file to include this newly built" echo " precompiled kernel interface. The new .run file will be placed" echo " in the current directory and the string \"-custom\" appended" echo " to its name, unless already present, to distinguish it from the" echo " original .run file." echo "" echo "--apply-patch [Patch]" echo " Apply the patch 'Patch' to the kernel interface files included" echo " in the .run file, remove any precompiled kernel interfaces" echo " and then repackage the .run file. The new .run file will be" echo " placed in the current directory and the string \"-custom\"" echo " appended to its name, unless already present, to distinguish it" echo " from the original .run file." echo "" echo "--keep" echo " Do not delete target directory when done." echo "" echo "--target [NewDirectory]" echo " Extract contents in 'NewDirectory'" echo "" echo "" echo "The following arguments will be passed on to the ./nvidia-installer" echo "utility:" echo "" echo "COMMON OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo "" echo "ADVANCED OPTIONS:" echo "" echo " -a, --accept-license" echo " Bypass the display and prompting for acceptance of the" echo " NVIDIA Software License Agreement. By passing this option" echo " to nvidia-installer, you indicate that you have read and" echo " accept the License Agreement contained in the file" echo " 'LICENSE' (in the top level directory of the driver" echo " package)." echo "" echo " --update" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' and determine the latest" echo " available driver version. If there is a more recent driver" echo " available, automatically download and install it. Any" echo " other options given on the commandline will be passed on to" echo " the downloaded driver package when installing it." echo "" echo " -v, --version" echo " Print the nvidia-installer version and exit." echo "" echo " -h, --help" echo " Print usage information for the common commandline options" echo " and exit." echo "" echo " -A, --advanced-options" echo " Print usage information for the common commandline options" echo " as well as the advanced options, and then exit." echo "" echo " -i, --driver-info" echo " Print information about the currently installed NVIDIA" echo " driver version." echo "" echo " --uninstall" echo " Uninstall the currently installed NVIDIA driver." echo "" echo " --sanity" echo " Perform basic sanity tests on an existing NVIDIA driver" echo " installation." echo "" echo " -e, --expert" echo " Enable 'expert' installation mode; more detailed questions" echo " will be asked, and more verbose output will be printed;" echo " intended for expert users. The questions may be suppressed" echo " with the '--no-questions' commandline option." echo "" echo " -q, --no-questions" echo " Do not ask any questions; the default (normally 'yes') is" echo " assumed for all yes/no questions, and the default string is" echo " assumed in any situation where the user is prompted for" echo " string input. The one question that is not bypassed by" echo " this option is license acceptance; the license may be" echo " accepted with the commandline option '--accept-license'." echo "" echo " -s, --silent" echo " Run silently; no questions are asked and no output is" echo " printed, except for error messages to stderr. This option" echo " implies '--ui=none --no-questions --accept-license'." echo "" echo " --x-prefix=X-PREFIX" echo " The prefix under which the X components of the NVIDIA" echo " driver will be installed; the default is '/usr/X11R6'" echo " unless nvidia-installer detects that X.Org >= 7.0 is" echo " installed, in which case the default is '/usr'. Only under" echo " rare circumstances should this option be used." echo "" echo " --xfree86-prefix=XFREE86-PREFIX" echo " This is a deprecated synonym for --x-prefix." echo "" echo " --x-module-path=X-MODULE-PATH" echo " The path under which the NVIDIA X server modules will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultModulePath\`, 2) \`pkg-config" echo " --variable=moduledir xorg-server\`, or 3) the X library path" echo " (see the '--x-library-path' option) plus either 'modules'" echo " (for X servers older than X.Org 7.0) or 'xorg/modules' (for" echo " X.Org 7.0 or later)." echo "" echo " --x-library-path=X-LIBRARY-PATH" echo " The path under which the NVIDIA X libraries will be" echo " installed. If this option is not specified," echo " nvidia-installer uses the following search order and" echo " selects the first valid directory it finds: 1) \`X" echo " -showDefaultLibPath\`, 2) \`pkg-config --variable=libdir" echo " xorg-server\`, or 3) the X prefix (see the '--x-prefix'" echo " option) plus 'lib' on 32bit systems, and either 'lib64' or" echo " 'lib' on 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --opengl-prefix=OPENGL-PREFIX" echo " The prefix under which the OpenGL components of the NVIDIA" echo " driver will be installed; the default is: '/usr'. Only" echo " under rare circumstances should this option be used. The" echo " Linux OpenGL ABI" echo " (http://oss.sgi.com/projects/ogl-sample/ABI/) mandates this" echo " default value." echo "" echo " --opengl-libdir=OPENGL-LIBDIR" echo " The path relative to the OpenGL library installation prefix" echo " under which the NVIDIA OpenGL components will be installed." echo " The default is 'lib' on 32bit systems, and 'lib64' or 'lib'" echo " on 64bit systems, depending on the installed Linux" echo " distribution. Only under very rare circumstances should" echo " this option be used." echo "" echo " --installer-prefix=INSTALLER-PREFIX" echo " The prefix under which the installer binary will be" echo " installed; the default is: '/usr'. Note: please use the" echo " '--utility-prefix' option instead." echo "" echo " --utility-prefix=UTILITY-PREFIX" echo " The prefix under which the NVIDIA utilities" echo " (nvidia-installer, nvidia-settings, nvidia-xconfig," echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will" echo " be installed; the default is: '/usr'." echo "" echo " --utility-libdir=UTILITY-LIBDIR" echo " The path relative to the utility installation prefix under" echo " which the NVIDIA utility libraries will be installed. The" echo " default is 'lib' on 32bit systems, and 'lib64' or 'lib' on" echo " 64bit systems, depending on the installed Linux" echo " distribution." echo "" echo " --documentation-prefix=DOCUMENTATION-PREFIX" echo " The prefix under which the documentation files for the" echo " NVIDIA driver will be installed. The default is: '/usr'." echo "" echo " --kernel-include-path=KERNEL-INCLUDE-PATH" echo " The directory containing the kernel include files that" echo " should be used when compiling the NVIDIA kernel module. " echo " This option is deprecated; please use" echo " '--kernel-source-path' instead." echo "" echo " --kernel-source-path=KERNEL-SOURCE-PATH" echo " The directory containing the kernel source files that" echo " should be used when compiling the NVIDIA kernel module. " echo " When not specified, the installer will use" echo " '/lib/modules/\`uname -r\`/build', if that directory exists. " echo " Otherwise, it will use '/usr/src/linux'." echo "" echo " --kernel-output-path=KERNEL-OUTPUT-PATH" echo " The directory containing any KBUILD output files if either" echo " one of the 'KBUILD_OUTPUT' or 'O' parameters were passed to" echo " KBUILD when building the kernel image/modules. When not" echo " specified, the installer will assume that no separate" echo " output directory was used." echo "" echo " --kernel-install-path=KERNEL-INSTALL-PATH" echo " The directory in which the NVIDIA kernel module should be" echo " installed. The default value is either" echo " '/lib/modules/\`uname -r\`/kernel/drivers/video' (if" echo " '/lib/modules/\`uname -r\`/kernel' exists) or" echo " '/lib/modules/\`uname -r\`/video'." echo "" echo " --proc-mount-point=PROC-MOUNT-POINT" echo " The mount point for the proc file system; if not specified," echo " then this value defaults to '/proc' (which is normally" echo " correct). The mount point of the proc filesystem is needed" echo " because the contents of '/version' is used" echo " when identifying if a precompiled kernel interface is" echo " available for the currently running kernel. This option" echo " should only be needed in very rare circumstances." echo "" echo " --log-file-name=LOG-FILE-NAME" echo " File name of the installation log file (the default is:" echo " '/var/log/nvidia-installer.log')." echo "" echo " --tmpdir=TMPDIR" echo " Use the specified directory as a temporary directory when" echo " downloading files from the NVIDIA ftp site; if not given," echo " then the following list will be searched, and the first one" echo " that exists will be used: $TMPDIR, /tmp, ., $HOME." echo "" echo " -m, --ftp-mirror=FTP-MIRROR" echo " Use the specified FTP mirror rather than the default '" echo " ftp://download.nvidia.com ' when downloading driver" echo " updates." echo "" echo " -l, --latest" echo " Connect to the NVIDIA FTP server '" echo " ftp://download.nvidia.com ' (or use the ftp mirror" echo " specified with the '--ftp-mirror' option) and query the" echo " most recent Linux-x86 driver version number." echo "" echo " -f, --force-update" echo " Forces an update to proceed, even if the installer thinks" echo " the latest driver is already installed; this option implies" echo " '--update'." echo "" echo " --ui=UI" echo " Specify what user interface to use, if available. Valid" echo " values for UI are 'ncurses' (the default) or 'none'. If the" echo " ncurses interface fails to initialize, or 'none' is" echo " specified, then a simple printf/scanf interface will be" echo " used." echo "" echo " -c, --no-ncurses-color" echo " Disable use of color in the ncurses user interface." echo "" echo " --no-opengl-headers" echo " Normally, installation will install NVIDIA's OpenGL header" echo " files. This option disables installation of the NVIDIA" echo " OpenGL header files." echo "" echo " --force-tls=FORCE-TLS" echo " NVIDIA's OpenGL libraries are compiled with one of two" echo " different thread local storage (TLS) mechanisms: 'classic" echo " tls' which is used on systems with glibc 2.2 or older, and" echo " 'new tls' which is used on systems with tls-enabled glibc" echo " 2.3 or newer. nvidia-installer will select the OpenGL" echo " libraries appropriate for your system; however, you may use" echo " this option to force the installer to install one library" echo " type or another. Valid values for FORCE-TLS are 'new' and" echo " 'classic'." echo "" echo " -k, --kernel-name=KERNEL-NAME" echo " Build and install the NVIDIA kernel module for the" echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME" echo " should be the output of \`uname -r\` when the target kernel" echo " is actually running). This option implies" echo " '--no-precompiled-interface'. If the options" echo " '--kernel-install-path' and '--kernel-source-path' are not" echo " given, then they will be inferred from KERNEL-NAME; eg:" echo " '/lib/modules/KERNEL-NAME/kernel/drivers/video/' and" echo " '/lib/modules/KERNEL-NAME/build/', respectively." echo "" echo " -n, --no-precompiled-interface" echo " Disable use of precompiled kernel interfaces." echo "" echo " --no-runlevel-check" echo " Normally, the installer checks the current runlevel and" echo " warns users if they are in runlevel 1: in runlevel 1, some" echo " services that are normally active are disabled (such as" echo " devfs), making it difficult for the installer to properly" echo " setup the kernel module configuration files. This option" echo " disables the runlevel check." echo "" echo " --no-abi-note" echo " The NVIDIA OpenGL libraries contain an OS ABI note tag," echo " which identifies the minimum kernel version needed to use" echo " the library. This option causes the installer to remove" echo " this note from the OpenGL libraries during installation." echo "" echo " --no-rpms" echo " Normally, the installer will check for several rpms that" echo " conflict with the driver (specifically: NVIDIA_GLX and" echo " NVIDIA_kernel), and remove them if present. This option" echo " disables this check." echo "" echo " -b, --no-backup" echo " During driver installation, conflicting files are backed" echo " up, so that they can be restored when the driver is" echo " uninstalled. This option causes the installer to simply" echo " delete conflicting files, rather than back them up." echo "" echo " -N, --no-network" echo " This option instructs the installer to not attempt to" echo " connect to the NVIDIA ftp site (for updated precompiled" echo " kernel interfaces, for example)." echo "" echo " --no-recursion" echo " Normally, nvidia-installer will recursively search for" echo " potentially conflicting libraries under the default OpenGL" echo " and X server installation locations. With this option set," echo " the installer will only search in the top-level" echo " directories." echo "" echo " -K, --kernel-module-only" echo " Install a kernel module only, and do not uninstall the" echo " existing driver. This is intended to be used to install" echo " kernel modules for additional kernels (in cases where you" echo " might boot between several different kernels). To use this" echo " option, you must already have a driver installed, and the" echo " version of the installed driver must match the version of" echo " this kernel module." echo "" echo " --no-kernel-module" echo " Install everything but the kernel module, and do not remove" echo " any existing, possibly conflicting kernel modules. This" echo " can be useful in some DEBUG environments. If you use this" echo " option, you must be careful to ensure that a NVIDIA kernel" echo " module matching this driver version is installed" echo " seperately." echo "" echo " --no-x-check" echo " Do not abort the installation if nvidia-installer detects" echo " that an X server is running. Only under very rare" echo " circumstances should this option be used." echo "" echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA" echo " CES-PATH" echo " Before searching for a precompiled kernel interface in the" echo " .run file, search in the specified directory." echo "" echo " -X, --run-nvidia-xconfig" echo " nvidia-installer can optionally invoke the nvidia-xconfig" echo " utility. This will update the system X configuration file" echo " so that the NVIDIA X driver is used. The pre-existing X" echo " configuration file will be backed up. At the end of" echo " installation, nvidia-installer will ask the user if they" echo " wish to run nvidia-xconfig; the default response is 'no'. " echo " Use this option to make the default response 'yes'. This" echo " is useful with the '--no-questions' or '--silent' options," echo " which assume the default values for all questions." echo "" echo " --force-selinux=FORCE-SELINUX" echo " Linux installations using SELinux (Security-Enhanced Linux)" echo " require that the security type of all shared libraries be" echo " set to 'shlib_t' or 'textrel_shlib_t', depending on the" echo " distribution. nvidia-installer will detect when to set the" echo " security type, and set it using chcon(1) on the shared" echo " libraries it installs. Use this option to override" echo " nvidia-installer's detection of when to set the security" echo " type. Valid values for FORCE-SELINUX are 'yes' (force" echo " setting of the security type), 'no' (prevent setting of the" echo " security type), and 'default' (let nvidia-installer decide" echo " when to set the security type)." echo "" echo " --selinux-chcon-type=SELINUX-CHCON-TYPE" echo " When SELinux support is enabled, nvidia-installer will try" echo " to determine which chcon argument to use by first trying" echo " 'textrel_shlib_t', then 'texrel_shlib_t', then 'shlib_t'. " echo " Use this option to override this detection logic." echo "" echo " --no-sigwinch-workaround" echo " Normally, nvidia-installer ignores the SIGWINCH signal" echo " before it forks to execute commands, e.g. to build the" echo " kernel module, and restores the SIGWINCH signal handler" echo " after the child process has terminated. This option" echo " disables this behavior." echo "" echo "" exit 0; fi if [ "$1" = "-lsm" -o "$1" = "--lsm" ]; then cat << EOF_LSM no LSM EOF_LSM exit 0; fi if [ "$1" = "--pkg-history" ]; then cat << EOF_PKG_HISTORY EOF_PKG_HISTORY exit 0; fi if [ "$1" = "--label" ]; then echo "$label"; exit 0; fi if [ "$1" = "--version-string" ]; then echo "$version_string"; exit 0; fi if [ "$1" = "--pkg-version" ]; then echo "$pkg_version"; exit 0; fi if [ "$1" = "--target-os" ]; then echo "$TARGET_OS"; exit 0; fi if [ "$1" = "--target-arch" ]; then echo "$TARGET_ARCH"; exit 0; fi if [ "$1" = "--target-directory" ]; then echo "$targetdir"; exit 0; fi if [ "$1" = "--script" ]; then echo "$script $scriptargs" exit 0 fi if [ "$1" = "--info" ]; then echo echo " Identification : $label" echo " Target directory : $targetdir" echo " Uncompressed size : 43008 KB" echo " Compression : gzip" echo " Date of packaging : Mon Jun 4 18:22:19 PDT 2007" echo " Application run after extraction : $script $scriptargs" echo if [ x"$keep" = xy ]; then echo " The directory $targetdir will not be removed after extraction." else echo " The directory $targetdir will be removed after extraction." fi echo exit 0; fi if [ "$1" = "--list" ]; then echo "Target directory: $targetdir" tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null exit 0; fi if [ "$1" = "--check" ]; then sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ "$sum1" != "$CRCsum" ] && { echo "Error in checksums $sum1 $CRCsum" exit 2; } if [ $MD5 != "00000000000000000000000000000000" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { echo "Error in md5 sums $md5sum $MD5" exit 2 } || { echo "check sums and md5 sums are ok"; exit 0; } fi if [ ! -x $MD5_PATH/md5sum ]; then echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH" echo "if you have md5 on your system, you should try :" echo "env GUESS_MD5_PATH=\"FirstDirectory SecondDirectory ...\" $0 -check" fi else echo "check sums are OK ; echo $0 does not contain embedded md5 sum" ; fi exit 0; fi run_script=y keep=n apply_patch=n while [ "$1" ]; do case "$1" in "--extract-only"|"-x") run_script=n; keep=y; ;; "--keep") keep=y; ;; "--target") if [ "$2" ]; then targetdir="$2"; keep=y; shift; else echo "ERROR: --target: no target directory specified." exit 1; fi ;; "--add-this-kernel") add_this_kernel=y; scriptargs="$scriptargs $1" ;; "--apply-patch") if [ "$2" ]; then if [ "`dirname $2`" != "." ]; then patchfile="$2"; else patchfile="`pwd`/$2" fi run_script=n; apply_patch=y; shift; else echo "ERROR: --apply-patch: no patch file specified." exit 1; fi ;; *) scriptargs="$scriptargs $1" ;; esac shift done # Perform a platform check LOCAL_OS=`uname 2> /dev/null` LOCAL_ARCH=`uname -m 2> /dev/null` [ "$LOCAL_ARCH" = "i386" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i486" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i586" ] && LOCAL_ARCH="x86" [ "$LOCAL_ARCH" = "i686" ] && LOCAL_ARCH="x86" if [ -z "$LOCAL_OS" -o -z "$LOCAL_ARCH" ]; then echo "ERROR: missing/broken uname. Cannot perform platform check." exit 1; fi if [ "$LOCAL_ARCH" != "$TARGET_ARCH" -o "$LOCAL_OS" != "$TARGET_OS" ]; then if [ "$run_script" = "y" ]; then echo "" echo "ERROR: this .run file is intended for the" echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be" echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation." echo "" exit 1; fi fi if [ "$keep" = "y" ]; then echo "Creating directory $targetdir"; tmpdir=$targetdir; else workingdir="$TMPROOT/selfgz$$" tmpdir="$workingdir/$targetdir"; rm -rf $tmpdir fi if [ -d "$tmpdir" -o -f "$tmpdir" ]; then echo "The directory '$tmpdir' already exists. Please either" echo "move the existing directory out of the way, or specify a" echo "different directory with the '--target' option." exit 1 fi mkdir -p $tmpdir || { echo "Unable to create the target directory '$tmpdir'." exit 1 } location="`pwd`" echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo if [ x$SETUP_NOCHECK != x1 ]; then $echo -n "Verifying archive integrity... " sum1=`tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1` [ $sum1 != $CRCsum ] && { $echo "Error in check sums $sum1 $CRCsum" exit 2; } echo "OK" fi if [ $MD5 != \"00000000000000000000000000000000\" ]; then # space separated list of directories [ x"$GUESS_MD5_PATH" = "x" ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin" MD5_PATH="" for a in $GUESS_MD5_PATH; do #if which $a/md5 >/dev/null 2>&1 ; then if [ -x "$a/md5sum" ]; then MD5_PATH=$a; fi done if [ -x $MD5_PATH/md5sum ]; then md5sum=`tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32`; [ $md5sum != $MD5 ] && { $echo "Error in md5 sums $md5sum $MD5" exit 2; } fi fi UnTAR() { tar xvf - 2> /dev/null || { echo "Extraction failed." > /dev/tty; kill -15 $$; }; } $echo -n "Uncompressing $label" cd $tmpdir ; res=3 [ "$keep" = "y" ] || trap '$echo "Signal caught, cleaning up" > /dev/tty; cd $TMPROOT; rm -rf $tmpdir; exit 15' 1 2 15 if (cd "$location"; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n "."; done; $echo; ); then chown -Rf `id -u`:`id -g` . res=0; if [ "$script" -a "$run_script" = "y" ]; then $script $scriptargs $*; res=$? fi if [ "$add_this_kernel" = "y" -a "$res" = "0" ]; then repackage_file=y; fi if [ "$apply_patch" = "y" ]; then patch=`which patch 2> /dev/null | head -n 1` if [ $? -eq 0 -a "$patch" ]; then if [ "$keep" = "y" ]; then cp -pR usr/src/nv usr/src/nv.orig fi $patch -p0 < "$patchfile" if [ $? -ne 0 ]; then $echo "Failed to apply patch file \"$patchfile\"." if [ "$keep" = "y" ]; then rm -rf usr/src/nv mv usr/src/nv.orig usr/src/nv fi else if [ "$keep" = "y" ]; then rm -rf usr/src/nv.orig fi rm -rf usr/src/nv/*.orig usr/src/nv/precompiled repackage_file=y fi else $echo "Couldn't locate the 'patch' utility." fi fi if [ "$repackage_file" = "y" ]; then cd .. new_targetdir="`basename $targetdir | sed -e \"s/-custom//\"`" new_targetdir="${new_targetdir}-custom" if [ "$targetdir" != "$new_targetdir" ]; then mv $targetdir $new_targetdir fi # update the pkg-history.txt file chmod 644 ./$new_targetdir/pkg-history.txt if [ "$add_this_kernel" = "y" ]; then $echo "$new_targetdir: Added precompiled kernel interface for: " >> ./$new_targetdir/pkg-history.txt $echo "`uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt else $echo "$new_targetdir: Applied patch file: $patchfile" >> ./$new_targetdir/pkg-history.txt fi $echo "" >> ./$new_targetdir/pkg-history.txt # retrieve the lsm file tmplsm="$TMPDIR/nvidia.lsm.$$" if [ "`dirname $0`" != "." ]; then sh $0 --lsm > $tmplsm else sh $location/$0 --lsm > $tmplsm fi sh ./$new_targetdir/usr/bin/makeself.sh --lsm $tmplsm --version-string $version_string --pkg-version $pkg_version --pkg-history ./$new_targetdir/pkg-history.txt --target-os $TARGET_OS --target-arch $TARGET_ARCH $new_targetdir $new_targetdir.run "$label" "$script" rm -f $tmplsm [ "$keep" = "y" ] || mv $new_targetdir.run $location fi [ "$keep" = "y" ] || { cd $TMPROOT; rm -rf $workingdir; } else $echo "Cannot decompress $0"; exit 1 fi exit $res END_OF_STUB ˺dFUǺ{7.FK9mܡqh[ָCp. rZksss9{sx,ԳGB^GsEwK?/+?0 r}{_ͺgկY疭_Aخy<wy>n}SJ.[ѥ*+ ?|]=_?WV}\J1b|YeO"&3=>Ɏ͚<^ɼzňvE;{>qd!]9g^X^[cyc}LCl/fY>qwg9Cac7K.t53%>oyga;pf_b9x35l_|Fc7bۜf>٬o~S|ɬaO>\~|`|f~2+Os深F~w'f600붘7f4f5eam*p[o%fo~SI||f5"hi|c~a>Af\X+Ĭ+k~h\`qwlODJfL v3/ߞ}~4H455"oqVf*rKYL7sfr~`ga]>s[}2}0ߗ}.f^_EJ}~6fFs3אg?_mKl7v|J133̧a,3Km135'02fy0S|Ju3|clƹmRO{Y,0otd_{I1OҞ/BfyYWs߹f{9f~kb~o>g6<|Jǜ6뿓g`WӸlk>;uͺFle>-o̺߹5f]s{,05ک³f1̶Q\k c c.cKI,[FXlYg\h~K6s̲7И,4*n$}ϟ`i&5 poov f`M5/2m~e&y\2қM{)r1U70˛dǺ{Ifl4=g]&y\S)\kq>X%|ښ}r[Y#$6uRR1߳m@-[ukl iZ|J^d1ά5&$I^aWmnr\yj> 8Mq{ms.pƱsX>_'ٶ$4w1㸞R[fc3oxae~ 1e|$}OҎ{g~6@1.̬$qsMAfw|fWE,6%)o9t;ޝhY-S378Nҷ[ғi>FěGfƕ7f^֒fic>G}-Y-Z}X|z3aßss,YFxl>X`9iZL}99Wf#L̾;/f[ƵOH2>u}~h.~F궟 )r2)h6l3Ca^ ffy\Q /36Vz>|^7fJ.YQoPsu"i|co9ךeȽ߳OnPyǚ};.\20;ICMR0J|HwER/|OBBRpU9mf/LYf-Ǝ+cj{K||'add#s,?5Ji~%吴m>q]%MK~b/2|HڀCRחIRGr؜,_5vo(I~7Ǫ#y[6ۜ7c q@L;UbI7RvJ;o> aikI| K[UyYE҅ٷYwo$o3KJ^hW5M5ŕm&Lqu̺f,0_$O5Ifs_TڒLSҖ1{%y.i|4ݓzl {Mum7^whE?--O7_߀iT_8η®sߨ7f߸C;7ѭ8Oړfu1B-֔6 BRS$HGQ/.xͧQ{h{br1`vkm#Uߛcq։u'KuC^_kh珶\]}h.~u)X^/օJ#}Ѷˉͧ>H˟qO5\6f'E/lny"oK{|?;ھ)fDz4^ |GgGs%/uڒꡩ_ / Ǭj>Yc8Oq|7ou1˛owcRְr?ҟvv0tfj\Uy9L ^N>+IT3}~R0w2a*69sS*mnrNs=f}5j4ߟ;~S362$[DYnl>꼧Զ e,a}C=KӈmS﹅{m"%^Y7HҶq 2"}f9su$ͺ3XC9B~SogY?sByFE 1ll3|k+4Fʘ\xӿIˤoK@z8G+},RW5SGYG2ƚ:_k-|m%٧ֿj}ٶks%_=c:ן끟 eѬ#}RQƶdB&HysF><6h;~_kv67߫Ob|$|%4ݖq#~ Oll n)U 0Yd~(}ƪu)ZR25Q4gRQטWƬ%8ٯEsuM=ASd$1 y>l{GޚOM|kt*?'sXѮe }9|ιv5OmI"EccV0Qe~&}2ùa}Ry^~Z{.-܎|O"dU†cU1u1!sz9J0[Cn-n>LM+ާ-<_}K3Kئmsze{`{1bK5qv|9d W]W$ߏثr)2$c~U%뗺YI/z\y<zf41/78\1f~9oߤm8 ߈W<|4"Fqzǜ?c.O,Gqo/s(p l/cE9(s=zR^)dq.,4%昀W~\ oHi7>Lңy7_oKۣoYys}%ÜK2YĿȹO"!rws}r:1-o'?R\_R6'LŠ,\S4I's?7 Jvu\y%rM~>lD:˯M|h,Ǖ5y^C%噇 ˥RJql?-!T6-?K1Kso dgY!Ŝek4g|ǓSh4:"xz_=r<2NW:":cR_FJ_|"Ui.Nz'S5$~s~,s֏4/2-ܟr{F˲/*~ [ֲ`g Ȯ!_Xһ*$=;{plROSH|oďd22u|" :ǻ"QW'}WU>=2K fNguﱹ |WE\r&}E.w/u9_sȻ<Lpʃi\(KJ&aLs7J_>&tw'47H9^\Uq"񻶺bɿM|Ȩ'u#/~W&~Gؔ299uS_\{y&l_qs=_vqKS9_9y^H̊NI(lUߐ99eƈ*̬\ଟ ;P3SrYIY{+&iiTrI/Jտ$6%9'O_ai 3;"^K3ʁz;כBBZgɯ" e*?5G p֯1?L/]?K;Kʳ2ScŇ(m%NUꯥLyRY#r'mβgi/\71gމ~ ~$}c?5ķwr%SQ^ҿQ_Eޜ庒9w׃49m.rRQR=g'K\R_#HU_0"M)~?\h?nLD,_77OW+gn9sEYIO}[BS{/0U~JLߙ pzi Thyw! DˏgK~qWwI=4#bLn<OzN&קsM+WJ}ȭ⏔9+;,1CtcGLuuw֤א\6?DI~qg,_K_s!U>݈07 r3I"oC%sJiDοDOUea)w8aPTs?(Q>)?#r;O4u5NO S\HCRHJ>@O:K(폶Nz(a*,5UX]N~Z<.6})ϫqfؾ,4՗o8M 8?S?ع}c9?I=U%OpW/y5cD/c󄿴:#?Ik9gYl3>9_:Yɘ:8Ǜ#k?Hnx~B"wLP+n w2<˅>\"itO5RѓҞؠ$חY )~*>,W'c>\UHXI!&*y0U(%*}Ivϑ/+jiTT9G/ 9'PO;׿Lc{P%c*l_s:ڬgyל_d7Dߛ 19qtJp4GgU|K-Jzzߩlߵq8wQ758ՕKHܞ9E/O)'_iSM^˪IT*A5~XS+{3|)_=H5S_'[~OT#U{FDtJ>|K~XnDo]N{x?)N8)|N\IgjRvzCT _>'w+G/$R#e.JgzY◺{U\j9$?ZҞOC/% 1w)/~'K{*e<:|=T~)$-yř^ܶj)"ҿ0É)L RYc?Ts.S$kEj>yfO@5 '^OKyY?_5lǩ2TױNy]귋T~+YL~yiO)_F,oտ#A u~|CV;h{A;)%W5ߤOps鯪h\&*u^R_ OIN{9Y_VrkM)Hb/:.~>Iꯑ̯TKƿ;ܤ_N"*\eSN|-%gzgxsUH(j5]N׳;TLUy oЩW 5)R^^s<,(UssBW(#ZxifU?J!u5%ӫE/ㅥd~H\ghC勵E?YYm~f\kyj>>|riai\OHU45;EڋUzROxJ4tr8g(/ o|Rr!WNx5PON?Kx)G0ۇjUqD=UPsdV-'?,$=Cސ="{RQKj!yf.S2Oy Ko[һJ*7V;˗A2tF_mlOy&O5Z:ϧ~.W*Yv4 ,/^^Hs'>vzB%_5>^UwUYS'?$SA)ߪTX ɟ_yVTtw=sk?/O 5b7V[Rq^l_/Zx.j-s_crE◊74CT}J~y_J'{I'U_Y&r:Nqׄ2߿?'N}5Wv%~Q;Pp^]z=5?ګ'%OjJ}BT>=,1NɁ9ɭeS_/9:9+JG}OUM x-OR?Vy-_VOx*ǕiJ}OT)0\hQ2I͗_;xRQQ{Hc}[^/Tf6j~hOwS I{Չo}^FWR~wgfUE;'?5LjDNz#[h_?v0CH2Tn<_K).=Sc~,(w\2MJK͏$o2k=SO'i/716V#U~.Y*Jy~Rtw\O|,Z~x[C~LC|(,RWhuh?OAe~b!g[ڻ=Y8Q)iowƷsJD4 q5~SΧƫy/Sj<\Fp&姊Wl,Uy&O򼎼O-Ky./SjԏT~ ;"QM'%> ć|oW{O'T)j|MxR2Nz+5^H_o>[cPS5~ė}?Iï|"$})saWW:52Ǣm^x>%QS]bxzAPkTy-_5xoq@{W3~ kj>-juoQRުrxu?LސXnd&Ūβ(^j|~Qo\$Z/GxL"]͇o-54H+{_GH#Kgܯϭ};=~I^O\S/9r<5G(-o02"U}Q>׵?KS'r{KjϼMO)8Ayo,y^ݥVR tj2ޢw)P\ƳU"Ϫ(ɯt2KI" J~HfV2?sz2R*T1%=tsLxD.yOs?r~UX)k7[BS{"h1Ͽ 鏐j|5uoxғoͥ~o(_|.oK·’~|ϝ~[T|J(uHQe|&Sߨ+וzsdy/ NI{/ o{7Sx:T#%i/!e;H",C5RPSϗ#>jk u6C g>|gq/@ g=?TK#Jx>SzD|վ$NdqxI5*jn \{J%+񵉒_yJ?$]oʿ/=&O~&o~/x}\R4S$5dΪ@sĕNeտ+-^;=?~NJ&9^IK\/^P_3Tk|2>$5R_R'?לf\Vg-R/S~i_KP,׳V>zx(oevKR>2>*Ipo׿"W/{e~oO"f//3 꿚!*|C5^*ZnߦƷWJx9sg6)ﳩEI|WE_Z;I?R-K{]~/|dzwVPäP/jRH|賒_ğj~ԯTy\T/_. Y:o&UI5koTҙ _s$[N{FziR^pM#T78Z PKlU):훂Rٮ䠣g:LIqmIh,Y͇"T?io>{:߼W$?X%Pek.wK}_,)?߃ҟwx-K\oTIV%Q]<Kۓ^IGˍu|ݢorsP㋛eE+zWEk?ԕ\*>UPoބ;%{F R?TovFw>Yw\\?|2ƛH{6+b=f!i]㩿wWg*. Y~2KdӾ$[x _;xߖMG'JN)8l=EϡJ6zaj^lG/y~'P"VGsؗR_V5%U^?߿$u>.j~@hϯ_|RV+ǕV Jr?@UU|/[25?EMZ_L!->{@y4O~+I7}yտwPGJzH{R>L%:k?YWSHQ|k~)5_\zj|ztN'd;]Sgwwz?5!\y)xoi_lcˁU5&;,'_U>V_+AqϿm)%}Sr&jiI@]|Tԕ'5?JR?ԇK{W/ȿucxK' *Y_Ws9*87uP~ýh2Tדv5m_J}H2_\n/H~]7K礌?)U&ʪ?M7;HtK֓~Y͟-IgB{|E:Q_]H&Jj?*(UY^5߻F5j>r? /5Y Adg{w"My}Oê=-NqzWQ%?~ϙYN#6j1I|G7Nx/q<2+gR_PۻD ҞVg Qj<5cF{^Xڃ~j?o,c6KDyMǢ>w|j^SIGzcgRT*M+Wl&KRWν\.oP_~ r~wwWWW߃N:h.~_=»jSW^=:wޮsxk]պwv᭼ZإG+n=tM;˶9s n:K}֩KV_ϥ[ `?/8| ?opO]룶WG_'ȹosOYWZujުcGzҫuVسG/֗ s*}խ[C_}WAn!(m`FAq㨤R鯶 RQ8_}W'P]Nuu`4չ5ms:{\OJ2Nrw~kPԥw⒉6^Ծ}w[}WVVVGݗ[ߥӥǥO:Kߥ\;حUw,d{`oW1w7X룎駾zu*ݹsTTm㫮W]`oGG?UzU*}|U|Pi'@TҬ*r}TzTi_]*? P0SӿQ_҅NׁjC\z{TzSVyFݻ*sW҂3:OPHm﫞"%שW)*. _U↯W*rWG_|U⹿K_yuR(G*WөN*T妟[;Uz_]nu*QiʭB^K}u]H=k]V婯j *uxf[tKst|Vu0Ty↿[ߋ:k4WCtUT9e?_&m]N{W >m"zKחT,>Y뺙o*}}sQuE_u^_*rJj8TGUV:-#t_IճQO~~u]Wm۪O s3n7*oQun^*yqTצG}m-ۉ*Z9POFPNA\:\鴩ӻG_ktSIu.QS:rO_>Tuߪz[nծt6[U;ȭAnrv[kܪ]m`?mwU ҿw瘁*tiJS*NJY@UgPyEJ:u8Ounʾu?Yurʭ*U?ۥj Tp>jUVmvjUݭnU/uz[ݪ VUUܭnw6[Սݪva'Os zPn5tVnݯVڪ. =UPG}w5|/HiA*_ Ru ?T R3H T: Rm U RmKTڧA* T(HEA,A*̃T0*U@?3P+s T1P @*Up T`=H}TTW$@]g| PT}ڛnU_uq gvepUP1@qϸT>R_*ҥ\zQK.Ֆ V`UVu U?T@f T Tu@UT@ն Te}*U T+P@U T+W_z*Lc]* V=ʂ`]Ʃ%X_AzZOjHG1=AgU V U>|wOԸKߥ҈K*LTiAujƭSj,*-13}t=D]0ZŽ< u=:j@*}tn]Nz6u/jӭ%j\ҭ ݪVmOj'Uխژn>u[ݪ]VmFj3U_ۭ+=@}W<߭QOj[M?*`5IuQYVo$XU>X;uZS`UV`]uVίj|٭Ɲj账}Wn]VV{ Uyj_)ezJTLu.=PO5/$>櫸 nA*܂t=ǭWj:Γu_4H}^f^=TTE`]UU7TGW Tq&P?/5ڏj +@.:nCۨnG}w뺱[T.> UT*ΫIۨg-zOpu;2W *wKS\*\ru_* \*XuVq,Xg `5^`5&8T_Rz,O?`5^xU'Xyk F=௎﯎8⏿jGvk|@x?_"`k]Nsu_j9A\A*T8zCźTeJwj.@z]M.TWYqp{ Tq PŁ@5ډTإ2T 8Xc+uﺏZznyWzOPc?$@>էA'yh*ׯ`?>OtP՝T(Tʣ UmT鯿4[ê_vw]nK>NAo\t_>gt^џ8==.۪_K=UW_{jnGEU}L͹u` R};}Fշߩ t>jn\@ ~.]V궳ߢSqG=^luHҦ Ru U iPQ* R U2H45߭<;.]8Y'U^X؇n: Տ_0Wm=VKYSai RQ6u=z~zsTv}:UU[+\*T9GҚ~Zmx~/حr:Pugu@PUԳ iGŭ=GHiݮV߱K6M&=ڵ*VRMxFS8mZwm֦Uv>YG]\r7<ՐK sTu˥26t.5Mk `9lMqa<@5p:.ğ0G>kcP'pnSx SUК"\q%~8̂؏t5@3{&c 3 ]yXVxx_GLݚ `e׃ [a_g;b=l/ƈ!8 Oq.1 o=`I q…^N`*臇FXaf |o/L6| =3aL;эe2NYnm5zĆ ñ?^{c>K`Ͱ-NYv܋Ɯ@082 Oa^WM^V;܎{ ^6#o>+`5lmF`Ӆ< ~8}^^2şqgSFo!v vSSS//'l|v>:%ǁ8xߣ<p<=z8 7yo{ZqqN9n'赞^ coӰ&0\7v<169̅1m'a0lEq ãxo.A Vg c$6M>'4L$^cH!8Wq0 9jmqַ! ʸO>]zF\'|F^n/f܁+5ߒ.0 =|^﨧aMW<7'ߤ;v@ kXַqY'ㅄW:MaM7ܐZ71pLm͍3ZcenZ55gnk|,к8zsXK X7&+k-SpqeWkjO0f5 aMlM[w<Ǹ㭉o9vu_$KcN&cJ̎X+c+p ?`)bf̅1Y<7燷ͱk݂x/U2Xc7赀1+60̻Xdq|bl[܅9~iu^>Ϛ'bƒ!_s(q1 ypI?u:n.g `Kv 0_Jk iG0v:k:̐ޚx[89Xo➯[S絖8³ +`5>4%;us E81sLXJ/X {`_\[5Y1aq5[l]lj8 'l1hpxid]+XCYTxXud}[Zxk ƟH Z ^"^?ޚm}ϰ\kl=8 .\hm~p/o8u7yKYG<:,9om/w>[`xa7]"ebk{YXsaqIRJla7'4u¥45^;#5^ fn}?x996q0gn0g^cp쇓q&.oլ]p$.xcD\xcP26.8W<3Բby?NpƋ䵉Xbcp.{5 "6N8' 0q] x ԳǼ51GᏸY|\">¿1yCΏE6vp;—[kYlp ~0čHg"68W6 8C|;| 8 vV68}|_ufBXcpCxuBx`V8pwk)?Np0 'r܂>0K8`l-p9C''5) /9i1n/kVĆ j܆G2Vmp%xa~g, p!nãx`Øaul}q~?^/L:5cel]p񫁄’8+p  f2܂/`,AC$݌"G_L3fq}'~.'l$7q8J9~;'S.`{Wr魙2Ye|3v!x,.xg^F_{eæEݰ}9Cy|Uqլ?br6:\o]Zco#mx5m,-p$&mE|āo{|:_^M|h0-61%'$BaTf,85z`u̔w%:Z`y|om2zl![b XƘy.`zx w9{@''MgxO_.$fK`p>֩){0uNf/X%(`Y: >&^ ârV*0<0eMk0kaME$MwZchpqMg<7fu#F#w7fhiͅ+`u7 O|Z[XTwx `N/GX+I\0|>e6{Pq kx`\F,e66s^;c`Vap.;L<s c0|1G19sqac3(Ɠ~1DX;&L<ƌͰ=va83|XS cyM \ _y~xv-I?)6[a-l9J>5gSvY܇'q1N)X'徎qz~&Có1KaM= Sp.õqpJ}Iu|Ѹ/Wةmzo`rk0lCq4>4Cܞz3ǹxfJozLɚ «8J\;Kk_^AkBV$V8'l\p3 ;`7Kq n_[bv,E<‹ַ8(A`܃Q$ [3`hQ '#peb Nq"T`% KWٸ 7V܍W OYW6Ǿ֑8 g|\?j\q'FA>!/ƍqpsB0 X >Lx3|Er^0;΋b3-6y/5# +o=9!5 flUq7Jֱ8*_:2܆XJɸqxUw8 :܊êq8*Uݚb&ta ;aҡJX[a+p=nţxװx `V_,~p"q-nZkx?bV,U&Žظu N™ M|0F]k*̀cq\pƗƪO:Lآ=v8wQ ’XðƋx_Gz' c_ w<&EXc7sqnƝx c&1=fA NX{ǚb>tc{GL\G6(_1a ?L b,z-v1n[F%!L1b܌0+L?0ukVMq.s`;\g*y0Ŧ8Yinql ,^$)xbbS ,^E{/\1}?vèrGj8 'Ux>a=.(~z\W13mL,Ix9.bG0;=.&E>q>7c.=qbXb[zqmY 9&IhWVDք&NĕIhRkT2 0NrWaesRYJ\Q9ůR[S pnf!Y^a qNę=-!5bXd6im]'p.ո0c.kv̇ű .5wx_'ۚbnXbSlp1x@,{ p. 1w0K^k.,%`V0qǙ8W&܍^ o1+rw-N "ؼ#.*s!f+E|yUٯZZ#_u%]ݭ7}o8G\\ |1zZSc8Eb}ok>0@&K5烝X3&gmS&ޓ'p4'K8̷Vz,q^?bŤoXV\q7`j,~X Ԛ c`q2<0 %̵Һs#+^y,ݰ? 7A<5l퇣q.r[xn;yvSC>| C x7uq?x'COYG֗<>VJg pnC#56c,GYLZ /<5g\kxV?l:e|>qnC/5;q8WcOb=q%]Ibd&T޸ oZl\o0ek-3GC~8SVZf.)TcdzO&57a'1[N\wڬqY p).xabk*p.x3.JXV^E WKSva8Z܆{$^u1+aaU0 Էjq)zv/0%\۰kM,f͇=quq:QZ?,iW6pp-xޘq1GX㷸&|We5>Ucrt0Oy8MXki3pOƨh0 r܀ѫ5 Wz܍q*<0-6Ɩ.<ɪX`6l]p"xWDZ8/ |լE~q!KV'b- p5w'Zkbc\p ~5_͸Դ&\PƓ1<&P GL?"p;fdg<M%iK|8| ̰Kʹ!8oxz\9Q8?b)j\Y9c{l3N܋?փ軐8CE\[Ly/ոk-ոQxa+߰㏬Ǐc B+i`^/j;8r m?^Kq]f=?b l|K赉q3Cic\>Oi+^D`xSI{ Ey+#m] 3GbERN+q '0~&JSGXo=\}#?Uǭ0灻pf=IG8o}p| לR_8O9Ly|kcS_ ~a=w`$~EcLpњbC>1_V\k1m kR,5\Yaۄ>8Ą%vJI8.6)׏cp&L%v3x+|bTǦ|xb4Ik=9Y]86=Û{x\2\Y&kkX`W757_[ f8fna֔-qnC rZd<ѝILۚkr::ѕZas\pF>\<1Y~&Z SUT Zq79`(8cy}և "~`_8PQ>x7|b-[YnoUr| O|Q:Ⴉ*[z܂{XUv5n[X5.ZWϸyLƛlju1a{;H>W,ɛ~YG5Nx c.?b#.ÇX ^ƿ0;/a[|E9^O_/ʧaOX;bw\p7sx'Ÿ)/0+fG_,a8܏X9?fG_,a8܏Xq~̎Xka p*. OaI{0q^"{ %̍m4O=q0NEx %ͣxY3-Oޘx-&` x۸mYYLߛ,ui\x2 wn߱ƹkM07{K;/x {zI| 8b7#(r6<13񬵰5vų.4K`a_Y'cD8U [S?p^^|ǧ>g}Tۗv>8Z܍^;آn8aBűS~@WYk,S9.^WUfXC<?>g5#Xċ*'kXzgqr# hg Ӵ=]7s?&}CYK ƌ6N w8caSϱH[a#p*F!<7!>8̎1a(Ÿ A oM_}Gd7>'[Sbf̍0c}l;8܈N'} ^ʹig-Vma9#x~:fG|lqg1/:io-q q.;y2_v_GZ a#슽qn=x /`HkCq:c5>fl b_Sp6G8( p9 'a>Xac슃pN7}x/a_ OE#;Hĉ8 FLsr /êXa{p,Ƌx_G+׍q.Ǎ0׍aUͰ=va8ǡ8&܏I9{\^}@}!SXaWo^[7#okp̌6_x3xo?ƷH`ՅXkత։8ǵ%&tX Kc֊XcRXOgEF(,:kw8WZ9/8ao Z\1+#?RX-|^nk\cq,~K05%f"X[ |[@,XG$p+n}Zcp s=|oت4}q0Nx qo.ŭVyV&xװ֪iK5.ƃ-VlZ}13ۅxZ$zYf;܏Ex{i0 0{^H_UgԚo>>w"6{c>X qnvװ=x oC|jXc{=f׏yWV|IO`ḟ-0G$$\f.G7!Elbcl1=a7x|v,ű͸Y̹􌕰&6ƌK2^u=nǃ7f\Jzo0Dq%@e 3bO,p0%b32p4+x{n]xcfX*&ZX\q7X?Q<¢\k6ZcMޘ {L|3g-C|1:[cgj#dGVy'1;?mlͰ.x6Jy16k [bG o 82\1r4N8g+xĉx3!%.<ϑc)uq91|FZc{-?cދX`Kp5ng^[`=ԏs>!f~Z/`Olqlv %/2[gf _[clH710Y>kZ,첖jX`glu`8 8 ܂<)ÿ15=0l=??.>/]|o0a59fǂ0a+}q0Nٸ5Y:u,Nƥ =|o/~] cupnǽx/bkF̉8%*ZtKW,u\\Uڰ[jaYz,oFܚ Sq6SkiqZ0Yko ]"jKp܋Y,~&mO~;/u$tŠ?]ѻ¾8)LZ[a l{s"aʽnчtX><:>zx5@ |Ik̃ #_A:Z8wMf(I;tq7VC ZXr>51w5c)SǦϴvcXWby,cۉow<r;~ &~ LurPfƋ)pi6|;K0'a)u5v~8Nt# 'X`|1V3bvM5_cXc(vr\0Uq_[c_71s+f\!̃$VI8J܅%እ65x_cY~xC}-3av}p9n|1{3b,U>Gx|b8é8O-|o1G E9yb) 8 r܎{'Wl=?NG\{0cM}Sb.,d!lp&Mjb|o+5.ǯq,NnLbq&~kq cDX+bM;Ew~h1,vpkښav̇q$~G\w9~i0JX `G1^Z`^t Yb}lmKx'<^;cxs\?A8 Ya[솽q,NKx'o].>70 dVߢX`C\;xƋ_a\RXŻ%9Ƅo$0l1Bl=p8T!݆Yw%~  &? zE_p&bM١3!8"\[(^x?`a<7lq'c5>>Ǐjኗ&Z~gL9:iY{֩?XB܊>7&[`M[7/%p28z ]C:?:~0pjM6YMxb?WpIRuz{&a3X|1s|\tq|]!8ע2 {#Ymz;jM =nCI'$˘Ǯ aYI~}"a쇓Ű1=G mXk8/>>!ЯXDֻ8)1ב04)'c;Lx8)%ۥb45kZU\Yz\dz043׃p| n=9Q8)'mn:045}u NÔA֝Lx8h;ັN?Fvsg׍1"n e}xS̻z ๡ \|!k_O[.ǧX7 lq̚8ſ` c֓;\W1) q^{x+0Y'\O19΃{yi @';zh]O%VLçu,'uW`kX9 ~Ǘ% }^qf?K>/cg֑#e:M~rTLeLӺDzv÷c]v;>FW|~Ǘ59Jh~DֿbG3w020s|엂cl8_j1"-ۧqLocg0y&xL:SdĴYS1:O`˭a91, 6 1/cX>c>"Xaֵ$e]iܬGoc_R\x7Z[?v (l݈E/|]ZףO1ŭ{H .,2(XTDu?*2,k=UYaNJX'0o%k;C*Tz1*V&n]9B 0e {r kqdìu5F#OÄ X1XƘ ~KO{5z50eX|MpH3u2-^ي`G zl?\qa{zC;ZڝXYYp^EWWWsЍtMsC{p^l2ڋش7ڇC_z['b,c9ȇ f=EX`!3 e=Vz N>GGrtuFpCac9.g=EƳ?FuieYi n=qưpGlQi ݇1 Se?`e(L:OcXL4NR?ưTީ0U;cJxüd`=ed=FxOcXqG\FaVqN)cXi֣wQ,i +81&ѻ.Ǩz>i~֟Qj i 8g1l{8(L54M`?0;blXaܷbX?IA>[߫YWWn=ƛaPV;b_q n+x7k5E7*Xgu 1fpq ƍx.׃%vpT ]YI jb]̺6.š-܃&k}N xt ֎Üw)^Y;ZU捵nX5 k_?Yh\$|KcE瘅<= mms<9qpMOu|1SlG<.8s=^cy8>75Uxo#,;cڷֲߔgmvi}˚+4?e~0uun_y}}#y֪0oYkJօYa}O-9|]ZV}k?ɰ k8.f>oc1c5EkKGu=xc-{k,O֍[_,;,5,)Inmɚ3-&j5n6kDok`믘uBEr\WT:J܅0w5kANJX36`{taVPȇ֟qHSaf>-[Yv.2No]?N܇^_a*]G[᪱փXy׋'Y)s8e*ׇ8n=fX6<9sh# +lk>C6t̿a֢8n'wYGݜoqI5^kY|Y-a΋+OYc#tpexK\ 5"ܱEk/Dx˜!^Hq.G1|m|o]`+k֬魹 xZaCppNcsY=ۺ<]浾||yz߅Xg6)f=2OºOc̋iblyp voL|똭 IRM 7}%px_)>q_ l7!P3.xk:[a8 ~"5xq(BGqXc+qGXbil9[ z܍qgZ[s|f|qAل3NXg1K|H_B/>1n->qAO S>*K<L'?@~#6~뷰J>:lukFY0Q5Luǭ>ptNPaslwt/]>r -늻gX+n{X>$x_aG/Zox#E U_b?Np‹#ዉ"|1'9s1GL?{mSZa?̓%q{LYGv.N(l]Rz `~B~UkVo=a8U5-(aMn ’XB֫UckX$ZYGjg}ٚ5VjM9S:GYb8j8kGXpy[ b< f0p3l>Xkc'Dzo1c|EZg_ÓX [ =q vf}ۚ`?{>fc-[#]N[ X#p*nsxc^8Z,?~I:~Ko |icZ+`C#bYDZ^\q;q`ogp3GՅX c[0Mkn :wfR sxtO'lԙq:^Ų]p4NE I t8bnO %8;:q8 uz܂;q/ģx?apk ,>X`}l=Q8'z<IêXb'p:H<#&c>lq Nĩ W܋)&My`\Kq% fC ^p7D~cLIq w5b%;N'༘b[ݱ7! : w`$Gwff͆AX +a>˜é`",3‘x{ 3݀y`  ? F}|7<͆o yhy\ȮLe/KQTfs s΁|bæ{/_PegrWr-7r'ydV-؉O'p t. O _fp'q]n^ 'Lgs sx&mYbx&bk>ľ|;9a|=dMd ǰ+`f[Ο-\|#xmy,,/{e; su}۰p_79-L:9~P[rndÛ+OT L%ֹ̭=jS ./жUa͎ZA a~U.]aÛ+>W O ?~>"lF؆);&l˄aoKm=4aaa ²Ôa*a>Ʃ7;aÒ#Îú3sEv …9}Y.TsX׿Xt؈Ib&/ s29e7s7XL8& +0= whﳔ sJ O oj{Rym8K {*'oGys5ZS0mxC;iVfÁWv6әECpL~f=~v }2_gPxKppveׇ"o6[GG—8xg/ZGc^:vU8Lءbx_pcaaA0[?tz->;)9W[> -ap!4.aҞpˇE˚D^"Dطt8Ómkn{$=^M³,7sAX؀? lrͦp7p 8f^s(|p(Oaj?+^X9B8pWr-56"\2BGŰQrrXp W 8NǍ, W~$<:g>79u[[ppO~8vg8wWX@;_g ֿo%,_>qQٸp۟abw<4yYxYqx.z~sWy˅sd occG0撿]gwU [ySkT3\ő1VXeY̪l΅R;VW;zl‡ٝ|Qx j<7e[fR&d=%|u5/.8B<`;>8Gߣ9ʝ,#có<>z+YGLPM ob?fM1?ojO&M'c88r:_!T30F)|s;֋\rw7&,U[ygW@^X^T\Yx;`fͷlne..^.+,nؘ/4JYz}Y#ra!}8G+<ˤu)ևuy777rw(Or'{(O,>ul{. Mیc;/=DqxgI޼Onc9X\gmvα<pq /~r!>v .ſu>gɾɾm,uu#q1e/{Ya d_&U{wa>k'q幇Y'뛙<ɛOX'mt|e:O) fSLY},Lq >;r3Xᵬē<o`5ve?fpIC4?R -؞]ٝO039K8u<0eXMٚQLc:39p5sw ygxGwFlv'؛"r,'q=|SY舖D#%MGupDC$B23B-#Ddq}_3u_u ;(c1/:O 1}~EiRnKbE\`b\.0z}e7&qʹ9u{yuXy2'A'8}&lwr' ;z×ِ؅yWy u''z*Ld&ws0u6YZ7=s· +W8qQ7F+Bv~ɔk3Kgvf/n!_o:?R9=K56㔜_,υ k rr3OrAp? '%Gao+ywXlyOΒEu8dVlLaO)矼tXYY +<|-&a..޲;WV'¬ųLȓmOf3aɪa%L 1[0?4U8_bM_ZpNWܿ~آAɊaޫF(fia|ݿYyXsH*ZYw{ u>1Tfp)roVS͆v Ϙ n>;Z9>rp9\xeƉ0KQglʶ7{q_;6g[b&g>ǘĚTثb3|6T9LeT 'Vyx5SW3\/+XiV|&ˏ8әo[xP+ >&lNO8˹+3a>~E^ԕo4aUs,'rB.Loζ¡\•<\MxxFYqVb5濘·sN<.C<ë~~m#Êd6c;veo(~Tq93ׇ8(#eOX|Ō1ųL8í >oX8_;nba1a%Xfaq£<~ͫ/{81lƓ_vg/ɡ8dz75wO׿:?8J ҏg۟,df96?byGYYw, k!5ӹ?p3ʰce5۹;gy96?̳)aeV&l1NU]@xN]۝ YX\xwZWg ;0oIj% ~\;|oR%"Fr_X$ +㖇ó5۸f؈[yڇP*Wv|Sؘ[y:{}{+,#`.[<"]u3_fOXϖ#y#z2=1{6& _`7| sߠHyxY? ocAzt/ 1; w,& ~>wnLocÊ̗Ƈ'f ֛ +gi<1s|ex0{8crY\gg:Ej>< `֏9/s\yFY?-5%` y\'eu=,هc9gqe9W\eƟjM8qC8y6:^ۤ>r'O}8'i:q W0Xlx.?gr3w17͇Y؟3y;1Xw}Y:|堺KL9d<a1bYVbuacdvg?N`*3k*pf>2$b2{qGKs _L.d&Rـ9vbs<M;_xU؃cy9}m؟ |=8+u>¦9\?Y䂺Bcދ[O}yؖp3y.{nb3\!?Y<`%Vesn*?xWX9?2u}.yos2S\mxW/w8ᓬ̚1s"gr ߐl> <ěf\,|K'd[R{<L~'Usnp*/zp Jp [;ޗ;,'lMrk8Yn q`Ïy򆃸97?}P };·X.1|U؀qӸq;w ocA}s[f+*?xxOpupVP6lV.< ąskGyjUp3T.*^Mz6,ͱ/7oxE6a{9,bq{h~}#Žox 6.^fϱ!;rn!`b˰ )qrw4 {S5Vl@6:7p' &7)qr10s?2oqqO3|ٚ9s{yy#>džA xo')qrw47>lù\ͽȼ̟ϱ۰7Gqw sYK k2q6agx`O}ɴA1_0a8W/>Gy TnO O/w]iaj>'ιh>>5KՍgy3>n揼M؅vMa-amee6dc8?42y{Xk_Xi?gd61CӾuRj)Ӧ쒤ʒB$)(cK0?/={}ɑO8bF\I4^pi`١yP/&?KrVg겴lPn$ ef2lR^o%ta8 bnb<^$sbgyb"XM3@Sp:.`_|JV8]qbL )c12l "ME;G[]B6:b+oW 8 =pߗb#0am_۠)_qE_܈QXccl]7/%1nYEc *pv>awgQ8-vџ8q&zr\0bY 5ľh^cnǫ{;>|p^ ``8VG^h8qr\q?&a`>~+&1B,K=crϰ15?. Nץ='^t„L||YyyN`࿬Gǥ/e"ھ׬G7|X;iVAV%2bY(/enK5I_ =.NKDk)-L,|˟hp2~D\Y `lg1!abLL|>3q.r܍3q6.D\Bp܂^Ix{,AB [XȚVh}pn-OE,ď1wbSju5Ys(c1]ϯZ6ϲ3:'lSp>śذ4jJ܄U-XJS+>vleuq$ Cd$~Fr+~ ,c0:^F0 ~ČrL9Kzt+aE?Ĺ6-Ǐ8K2alhXd8;T4 al*s˰6M D;v⟸{Z ǻqtV޸!S1cp-0%8Ku"`\alXa/qO>wrk%TYq8pGi\U~舓qp5RC^d,Ħ5}mѶ<^W'iԖɫM0ei/1f09  GQ}AX? Al{Mֹ%ݕ=at?l-0-׵%Oevz \FyŲ~t0U܉'<_E6&ԔZKN@t%75n&207f,jd=l;:ɭx˱8=q1N#7Ѫt8tW+u5qNiK0c$LENGW w< 1_a1tձ@S3NG7\SH<$^DҤ삶8p9Ɓ'iBx-i0k 1[,Ŋ666N I81`81l{y|(cŇn0L{(kԻt Ɓ=ӎJl A+٭<|Gcð :|<?ɵxm?8'y p:hѤ >e/< W?ڃ_L?+=^KV-z2ӆ^,|d-#[c;4G |FAa0\cǘȅجQ .SAt=e0,gXɚH[YN6B\ue`:T7#^ '˔ }<1I>LO3Yr̙-;e?>`[P8"@NAo?!\%p b >+#^j3EkFz+1 # @hc&M}D 0Y<M;< ]G0o⾽r!9 f< ?)\uzo8+M68'a=> `a&7W܀[[$DK\S$qKGѡ 7iUK7܏:F8jGc7,[ >h~O<^& v^A;pD0/ɯX_Vq`p8q?4m'S}00 mNˡ8'.wCsrnq9}p-F2+U>m Mqx\ߕ](~Šx>lQp}<񘋾,<115߾/?cG xOEh\Z@ h>Ew66B#삽p\Cdn"㲙r#:\' +.lq,:;.e{'?<@nF!< }RW [&Vx+#bՎܧV^p7&a6 #.腝7Jkt"\V$ͱugAL"=wP ć>X.F#>j,%qz?9y2yE$MyU&')rWܙrБML|߰ĕ ǫxbWt*tyr21 sq[*,"O [0O231tLŸ C<^ۘ/W˰v)y^y9)/1s#~!dfN|-e7B0cpN$=~Xc7` fGSb^}c+ VM x `L"c)%SRϯ_ q;q{~艁a,^KmYQu5UWZtm$]{Vfc=y;:Kg-:b,C r1c6V(q8n5cclF4BDFV( '3;GB|\纾^up,Dd4YSKt"Δ&,Ώ)l+IځYr}ܻD-iɲr鿂"WUbbo#y~\+ҿ/G2ƏZInŪe=\Ѩ) d-8|SM.#jȝ5eڲOE9?`:@.8 6܋G^ +וu).(@ ƙ17N<'"^R=` qhd"#'@n@߆\\6CZ>mv\^hqK][߃m(>%>8|I|Jn?VZ=9$'y>rl>E}2'HMYqG%#ygp3e dΒQGSlyee,'ď5:^ CBY{dq)8?s>]xd]E9N5z-S)?z^ ˂ ,|',ʑ[ȳ!ls\.;Ÿ` ~J1 m)%g]L*nYX홬r+Ú_0XZ2Iwx ž d?|+y/u|ePOߎph9:;XɑeʖxMzA$y#Ðv茫0_'Z`24NUekk4OK1]/-&yWo2v;C,ڃWN [-˯47=V268cVM忭dR{YY.FP7^'{Ȑr#_?D^{F;^:n]镴BR, ޲&F+G`@iS`9G7`$.dL,܋f!r-n#xC3wF{ x+KttQ2cbd"&z\;OC$ݰ`r8GLƓKy,B|?Hq&a^Q14/tJ^ѸS3A-wap"b&R\1vʩ8q)żb?C74l#p~@濐p'N_W4v>8c&5\U7q.&|/#V0BVVz s˱b{iM'bNX\xoa1MGi~;r\9J_l܇q+c ba~&%_ q`@wa [iv8y\c<3b|8#h6uBe3.%$1>H95Zn-k.XmNb +z p560-p!DrC#NDZ6 l.7٘gmK#C_0F<x K3[ t@7 \0w`.|wc)Vh% 9Za_8}q:x\kq3fcè6&;c) r+yZA{!/#>-q;)|{GpqGc;w؃㱜O"E~/eM0ŻXo^J~m|c`P<*`?p>3|&ԇ.ޅa80/$8 {e?Y w^3x c9%c#l]q,`$V]cدq#V1 f=r N@8܀e9Ig8c?z@lryZ8ϾƛKy-=x 7)^kL&c*n3XK3>f^1F A^GXva!a ~F?hF AnA1qqkxa1bhh^p_yY[W"K!.BgmgE55Fx,Əxe+ϓVNr8Np=)'oy |d=lfoɻK3v>W9c2qLL<&BtB? 59x/Λ&L+q&Qc. |/ ~Ep9.Bb͔osբd쇾0Wb*FE3?7ba&Gùü<* rn-5ֱR4Ul!m_V _t.S0[6C A{H`&;.G+L;ME9񲼆w~++q 6ysO+bx< p)LfiBvEt@' Y q=n7r6u_~淶+`6w93;xG2p9I{^ hl p^rqtik񲫬!kc[썣`KKCoϣdi+1o'41+˺dy[ i.DQ</W7~ƅڏ3Ze'˚qB]E;t hCá耓1 s1[K]rdO쏮8!kugw|ehtr)_6$-HtGopSx o#|o .ΰG{tBOPLT܊9x Kv; :b,E]nPb' hrSDyi]C?Lx>6_hf?bOP~E2!b|foX{AN7~Y->3_Uu?1X|_U:ՕhXvm*L3im-{-x hL$LLU`#q.-O9|%XKlz cZ031 ll_cWq .Ńx-dl+(tes ^Rh+amlޝ畒 :Mpt?&`c&/+HC쁶8q2q5%;x<]+SL7rw4;O,`=`fvh,X e۠%B;S1a xok` ;X#qmxkqs8q LŘq'x}|Xi/;`7脞菡1Sq+`B,.faF.g:!uzu/0d.`>6hG+s4)t,7q㬃Xa:(SD2D#9L(کUmZ(d"&M+F) Xߐ$SҔșhPFw~~ắy>Q8_/Vd>}SGUDU|upVFcb%kO Ǟϭmn6i.&t &c0Y§8uO2rM q&_ea2gp kNdp ap~x aW*~MxL|)ɦ^C9186s57p wwV}9قy-3x7>g8sX%\ŏq6ElVc}$s5|# au[w•K‰KB_UڿTz ʛK7+_os;­eݏnÅ S;^vz8._՟! M;|gP֠ ʉJ[g {Te5۫ [5{·kcO{ᢺW5PnhÎM +x<A^\|)cx헄W6{p|ZچG {W/_θ.9 X".Zec<ųk5X9 _,VT'ëٝ |s Z ÑȺn8\ͤ&a.`yD1,dXRqYêLfCfs 3ys<泀,rsKX2c9+p2VLeGr(09e;5 obfϜU~s)맄0Y'gp%?vfB3뎗r8'~_}/ 4ߖƭU5Z?<>ma\c|2a_vaꙜj\7b)e+ ٔ-ٖx={VNWqu wЮ7L|zmF^"T둩sܟl0yg Y\X V6żF~\z^Cy/|Os*_dr%?g̭Ϳ t~b杭؏+N,=s* e,‡˗GCa+`g.C8r&G'8c~C< yof빍'Y8>Y\5=vsMq|,g#|>yHazaS<炰E?p$_$\"s], ]ºׇy7=#̜<79?,( Wp3{,q,eʟhφpNf k~q$_aMa?~% N<+ sO2m0K9۔|a}6Ŷ]0}{cx-|8<#-w&%ah5|rV>jx+ .6%a>3Hxs9Yğb*;rƍx7UTvd{r3ἳ<%%Iaa?b᥼+Y$lp~ؙ.{4 0fü'"pI]oڄ. Wqe3l6M~^7{7Wt ؟ws<'\ʏy5َ7p|p8S\Oy5o /d;~|q39gr!W[9,pq,˷96!n؝8s%w8 evle)k6`>s5a& َ7ş8+r!/s_R.g[Fln"s3wSŽ8 ;yI}{3)0T~u0"[S>q{7Oź? xL;xL M2r`ynxp$|oQTo7m]?8a8<*C*U ϯng{ð0q8sʗۅڇ 9i7ˇ]F~ox{XM\EႥawkuR.jY2e,g¶0)Leә,0,b1KXr&lw}0iLg&<,a˙3LcO3,f3c> X".g1c>k؛C87'xv'3Gq!oD~½v6f [1Opg~̽l{so`a\RL3&lTvd{2wra>Ƨ9,d9?ٚƞs}~2XRqc39Y|#ؓ<ڇT'әLd1Kxg{2|K9r7+^;y7'9qX|)|E﹇?1hXl[؇‘I=2/Ӭv\{Vy 29q2p!q'Y_šl¦l6p 0ٜ|˹-wLUل1ٝr3ٜ|+빋Y?|}y;+әQ˿ 1sWXR!V ?<-َؕc4Ym͉7%SLC>ac;Ky}?.Zn7SßZE;&V ؇q jW5¥:fq+; 7r7s˄Z'r*WsdxNf׺*~,nz<~1gNf !nJlʶyLh`"Ka&arfa&719l\ݱM^&sV^偖iǪm^#lɎqr:l.b.$sy wڇ:@Gu#\uN<.pؽC gs{U>Ie;=>e6P_zȺp a.IC774+1_l-C\‡YnR|XŰ ˳=S_W ;^ W6N 0??|_1om.*~Ɲ<3/KVlnˡsē'X}nuoʗsx{Êo/.L].WW5adשOWu^`L6b>-wgv8agEv'?^ݞQO:8F>NvM;3;; ?LI ڀ`Ɂ=,<$lALaaݧxš,1!tblr8_L10;%bEf8s oi^X.3 _)8|jew4ӸXg`ϳZy),qƱ,i)fυ.2^/>Pv#9;ʉmjͳFXP:)` \hxoX')|u@'6' Wri.{GKXWxgy$Ē,驪_wln;39'',d3>u u6E?d>L;q6[ {µߩ{& o_ya;޲?Y@ؐyqN8?xlŎ[8c8]8#8\5}\wp|ͬy%` GnA6Nn~2] ӿ?g?,CL$"0\< s",rt`& ώLf7+ay^ '͟Y{s93:R~O92aHCfVaþaf0h8|u*YnXؿWOpBC7 \y;.ÉW9i|+)7s1^dB߰, ;swr?g^5& + ;+pc2g S9{Xaau` 6 C1d./2p?J~/5w n,Ʋٺ1&]p9~}\Kxq,_bCcrӸY=@8z9+YW0 6bat~<τ W=S3uLVmj^nj- 'rQa1[|0|+&l/xOBx"N>65രϽ^u3_p-kެf8x-y}'|ᯋ±axepreV#WW{pٺnևe% 9^ΧS֩; X#i~ E,(\ލ)Mh{[/${ y׵ $+5;+rYN,w0O<򆻬oeU6fag9˸YyxWYMXXق {q 99op!ӹOk+XX ٚ؋9I>iŹ|!W2YoGsyט]x3˰"kv6f+}^',pS9\Lfq+19;,DbyVlζكrGr $e?jn6A\^f}/,ʬ&l׸\Lnϰ>[{?Gpc ms2_q7:XeYw9۳;ps,'r:SV௼ VVbM6`+.g8)| &~C ^y k%۱;1938 m}<<ÿEe$k5;18939˵,Ai^bŮ.2ٔؑ=9#©|s+,Q󼼛ʬκllˮ$a9,QQgeVg]6bseWa0\U~ƯšM39\7.?bq%VL0?XQϦlŎɁNE\5,`!p?W=+:-8iL,Rb3~ S~ kn6Cl0N>Ǘs7p;w[y%y^8vf/(>gos7S^Wb>L`Ns|kXB~poF}lDHN4fq :n߳`~fٍ}9c9ә%|븙[R9^1 ٔ-ٖ]هI4s.r)s{)^`AgUF>eod2s2gpr9rS~YxW m{y?ؙ888󸘹\M<38D=c4c&3b.XbYF$ьa<f2cygyPUX~1ILe|,cWbcD&1fY(2ً99s˹]C<3\lflNL DNLbr-7q;͛x;}lDb 3泐%,e+b,$2a> YRH3c"8iL,RbXc<ˈQx&0)ds"2b3La& YRBlVȾʱ|\ws~yoe-X>'43 _[| ` $ϱܓ#+c0Tf09Be*X1ILe ,d KY igc' _`s"Ix&0)ds"h0 Lf 3%|븙xg7#&[_3ـؚAɉƙZnwcOMw>`W:OKx'y妪jfC>6L| z~"~"f~s80LgzEuo6{q=_fWw7K}_u8x9 @ڟfyH.,1Y +T1r6o{՗mFj+Vuc+YmÌ|\{i܇sl<[mϾ{^C{}~YayU+>vup5[Y7-y,b1;Wy4{<;XOdrpưa`g'hJ:"[ӆY/c[v)45zp i:OsL4_ q^1;x-1e8d1KYyAvv_ܷ:x/G5nG۹_ߞ`W4b7p7Ky~<);2innٔ4b7p7Ky;>#Y%<΋/p>wqo9a^v&X1|8p3Yr.x?"˝pN`_\.*]e|qLdn~x87o 6a&*/JkY. =ُ|_ qq!7׳b"s('q)˛;; {XcW4 6l\孆=Vpc (nl#>mO0%>8svpY6cK;y]FRgur`l‡ؙq݇αߨ^V` Ƴr(q*gs{nGCX~Kp0x`,{|\;[va_ K\I4/+h>|)35;픟_O,޿8Il8W'—x[;8x`u~/; O^L:piq3jy}jDnb`O6nAsupG^Wpu<2u})67|XJon ͨ*y-_|#V4NN<ʋ\ {.xkixf(3J*BV)#QF(+ uQ쨌l2Y{T.of-zz>|}^ؑo rܼR=PgF(l3F8uá\}<ĉ8RL5Q]M Wdsg-ԟ&£u,-LtA^cֻ\Lؖ_r13_NMìǮo;+p/7>^$gAϺC=s _a#Q;9ES}ca9ϺleCX&8 kz哬̷o;ޱR?'q Ǭ?_KlKF ddcsyיs:d_<&,$s;}>a2ꮰn-6c^?l]|t_K~< >Ƣl?qb'&p 3eA<~#5tԼ xy=SyI'u~b,ſ#ksNDNcKEpu#n5/9V/)Gߧ 7qTtF^O6䓙YÔ'r?s={ARyyZ K,,Dy{uӕ3r<(g{K=?-(^|>,^hw?Q5Lfu`)n߿}fL[;N؛}^ azqy#:_6 ?lcږJ^[##On8ꉽ:cطs.st aWv ̓ lM]\'C8ΰup;{e7feco5$.Ʌ8gaCeaS~S̔+|yb~ް:s A0aE&  G?>-v} G>Xqygk9۲ V/zLOKyV+|6۰#?d"3~q™%빍;3yi >d>ˊzl6̏98/G-&ެvˉ\<[tXؘ9SwS{ )q(gRRZ<˸spV+YG˅Kɮχr(>RK/+>XYJW WqJ5ê1E}ˡ/y1y^5y:zO^6I←o`Y_4r gZU6`SR[=[gNy7E\β_Nǰaam[|O88S8 kIL'q96}l?cd2mمxqTOuN!”降e1bEVg;1p4W3wX-ؕ3xcCe]n\¯N*5!L5R̋`{ڱ;'WLP_s|6a>CsgQ3/8|>K˜{r.N]oݠo4O6q䜭vyἳSޙu~dmg+87G8wsup·}~8N8'?#^S?9N 9sY/_TO\|o9m/7^6Oo8k>p||>Rt>&>29?Tag9n^dYa%`L f-?,W؊p8Wp+g9}Jc޹a1bEVgϸy1lCx:{ d2//+lč<ϻ K r_OrNi%L~DgWmǮs:oNe?/1Ϗ?XodT㴼|9׻sϹ|ݰn,?S|Ngtaly)3ų;\FPʒH -*KYJ3 ŨdmȾ&5E!ѨDRQ̐E, iB1yott[Xvxo7;ZuŽ\u"2:lɩ\\<ĿYngP_>p,7|G \#+ YMjXOs&pxv}J<ڋyZܘxQ%8)- ;q=1鹰e0 ̯85]]dfW+g8 '}UJAak\Nj Ww#+ Rw8bh|yxS] 5pO4Nra_x?S,?|c\:Ox3[Ix7<ȓ,pXW. y?,H]P[1=9yGa[b,ߧ KG/]n͟_+ 2-絮s]zN?oOpFyq†7O1uuTOmoawYw챎+/&lȏڹ ~.b!orD/uZ~8Oq?.\:n?izsF? |qr!\rQq=K$t܁BpCa"^/r*%|Dd8t0URuٰ5zm)ww|/Gp;syE+؟8+&Up=L{b!m*kyCtC8ؼJ8eù<UåZؙXa0EnREq/U3^\#ȵfyWp:Q;x,{nr xŇ}9rsſxgxL> ƚLJؖ#98󸐟+f /;,y +&[YOngvLcfpGq{_pY<Β?ٍxχ r9w,k3'#?NL._xpXXGpp/e3 0|Vxq}N^1YU<UB gn% *c$yr]mW ,Fy[G9?[;SMyju=F0p{©A7Lؚ؝X>,tXs 5? r;66?iͬý4͙L4=7sVĄÞw!p'Oo}"فC8[u\Ɠb+>Ño'ymk[_(Ntjn!4˴5?ߧrbӮpWp7O3cX!M\YuXyٰ190U&LaT{/o6+/9[yK 3>Mfr ?w,/yE|٘)LYM̑yS~r^+;|,*빓缎q; 3yg>Ǔ,ƾ2/ɱaoVv :|eSG>8Sg,ucafo_$?0nFZp0p-/]g ͇ߛyu7O,9)<2?3'ٛor7hb \s/lY\=L֞ٞ#8븇۴gc4~LOp(gp32' aِLa hφL0fr Xpltc&0wiφL0fr Xpltc&0=2%w=3e&5s>柼|qȖsf9`6OggXq _.a {ěegQ<"ec#.z~l%,=۳;g1\'l^QJ&s4'rX[q4k9 2{%_1opOpa9dVp᷉=c)sW嫆Nqc >Ykkj뚄:ߠ^~&K 8?cEL*6L w ׏ gcV}vޱ]T;T.^>5\9;98ppC}b}|x[qX}O\Γ,<;,_AXxm3kÙN^om\U1&ιïp a} /p}~+ןq?y|"Lv{sv~Q{C%υ ;M?%ʆʅ ׅ[χ? ǿ6>%K+? O/7kq/8[M^Ae |Z8[\|6Ώ{sT؟/ }6[=׎ׅ xC_¥DwN:%C:{w $͑,wg 7 sdtȐ!͘CY36 2v:l +cfZ:#IJ!Nt`Yq|||ç߿1 ;m t)}P`G\ 7ol`/~6!~?/y o s ߋ_ |?>mg|^՟| gwu`_B{^sA^x>>z~FXx`z ܳw?;5|%{|5_  2G~>_x૟|Vo | g1L1Ox< ,2Xa5`-l.{s!Gs)g ^s׼[-x|#iaFeq&dife'O }T 3(c3$SL3,s<),򉡞fQgIfYxSY`%y ldvc9N9W\K 7r=oy{x/˟aFeq&dife'O }\ 3(c3$SL3,s<),r1'r95\qn{<>OʟaFeq&dife'O }J 3(c3$SL3,s<),򉡡|fQfYxSY`%y l=9#93yЯÌ0L00Ox< ,2Xa>:X+:ls^mve}8cN8s^qk.7py|C#aFeq&difeMx ^q q+.x%W\n㞷{e0o;y;##)/gIfYxSY`%y ׼[g ldvc9N9WIfYxSY`%y lqk.7p+u12,oٿ3p|6>r,^Yavm3 ,r-w>r,O 﨟q&X`n^R?pW\Yavq&X`n~Ws!G\q著Va?ppǜp\r5o;y;#' 3(c3$SLyKa=9#93ykp-wwG>O 31L1 Gs+#_|,vBۚl!,B!m4B,l-X- !-Bv\u=s̳"K,6;>r1\r57r=<3/;|7?2 aFeq&difeyXdeVXeu>o~eu~3w^y>6o.kn{bcL1klg\qo|1g)Xb-8+x/A1KGqOV>cL1klg\qo|1g)Xb-8+x/a1KGqO?"1c537g)Xb-8+x/Q1KGqO?&1c5373s,{qw<{1KGqO?!1c537'3s,{qw<|Ƙb%b#θ'b 1c5373s,{qw<|Ƙb%b#θ'bS̱[qW_ |UXgMf]C8 .ny^y>~|?g!01L1 1, lq q\q q< | g!01L1 qp<ϼ|b^ 2a1ƙ`)a9Y`%Ya5`-a=9#93YwcN8s.kn՜fYgEXfUXgMf]C8f_seq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e_A0#28L2432< ,2+:l6;7g 6bvc9N9 .nc4?YbVYc 6bvc9N9 .ny^y>~yd? 3(c3$SL3,s̳"K,*k&r1'r9\r57r=<3/;|2\XfUXgMf]C8S8KxO_A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2p? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>#O<+o'_|/A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A0#28L2432< ,2+:N9 .ny^y>~ CaFc &bfcYbVYc 6bι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!G?2Feq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xe>*k&[l.{s!Gs)gs%W\s-w#Oy0L00,ˬlpǜp\pp<ϼ|feyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?wA00,ˬlpǜpkn{xg^xw>o~e'Ì0L00,ˬlpǜ~YdeVXeu6dmve}8cN8s.kn{xg^xw>o~et_d? 3(c3$SL3,s̳"l6;>r1'r9\r57r=<3/;|7?2_A0#28L2432< ,2_s;y'U_0,ˬ;|7?2A0'8s.kn{xg^xw>o~ep~Ì0L00,ˬlpǜp\pp<ϼ|@P 2a1ƙ`)a9Y`%Ya}8L2432< ,e|/xK,*k&[l.<ϼ|1fQgIfYgEXfUXgMf]C8S8K[GxWxO_~]3gEXfUXgMf]C8S8K[GxWxO_~=0fQgIfYgEXfUXgMf]C8S8K[GxWxO_g!01L1 1, lq q\q q< | g!01L1 1, lq q\q q< | g!01L1 1, lq q\q q< | g!01<ϼ|@yd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3g9N9 .ny^y>~M͙A0#28L2432< 2(c3$SL3,s̳"K,*k&[ls9\r57r=<3/;|7?2' 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ\ 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁB 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/da1ƙ`)a9Yo~e i 2a1ƙ`)a;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/)3fQgIfYgEXfUXgMf]C8S8K[GxWxV aFeq&diY`%Ya5`-a=9#93ι+;y'y7/ᗁN 2a1ƙ`)a9Y`%Ya5`9N9 .ny^y>~ CaFc &bfcYbVYc 6bvc9N9 .ny^y>~HA0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2;A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2;A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2;A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ew? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ew? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ew? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xO_~718L243|/W9[~w.S\fo~ l.S|fo~ l>a|fo~ l~a_>37?rU la?P>37?r[Ja?X>37?r[PTY>37?r[p!f~[H%f~s-[U#f~cs-[|ve&f~s-[|veO |\s-[|veO |\)ᖭ|veO |\iᖭ?]>;2Ք lֳ.S0Uᖭ?K>;2ggY_pv[.S9|s[tzϵLy]_Zo=pXvzBzb[7?\%ֳZzz`=Llgo~gG37?rxl]7ra/ᗫ\ne믕?Fc &bfcYbVYc 6bvc9N9 .ny^y>~ CaFc &bfcYbVYc 6bvc9N9 .ny^y>~A0#2$SLQgIfYgE8cN8s.kn{xg^xw>o~eo# aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eo? aFeq&diަ| M Cas 17{>, lq<|˾f1f9KywaoFciY.>l6;s)gr= mf1ƙ`yXdVYcMf=9cN8 .[灡|f1ƙ`ifeYbUXg-a}8N9K_A03$S0,2+l.{pǿga?,ˬlpǜp\pp<ϼ|1fQgIfYgEXfUXgMf]C8S8K[GxWxO_.3fQgIf5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/K3fQgIfYgEXfUXgMf]C8S8K[GxWxO_g!01L1 1, g-a=9#93ι+;y'y7/ᗁG 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/k3fQgIfYgEXfUXgMf]C8S8K[GxWxO_^3fQgIfYgEXfUXgMf]C8S8K[GxWxO_>3fQgIfYgEXfUXgMf]C8S8K[GxWxO_/g!01L1 ̱"K:l6;>r1'r9\r57r=<3/;|7?23 aFe8xჟ_~9L0+l'\p/|? fX` v8 nx~3 p [L0+l'\p/|?$ fX` v8 nx~3 p |&a6.>ap' fX` v8 nx~G3 p |&a6.>a3,;p7<? 3 p |&a6.>a3,;p7<? S`V`N^|&a6.>a3,;p7<? 3`V`N^V>̰ p  0x3,;p7<? s`V`N^^>̰ p  0/gXa8xO`V`N^Q>̰ p  03,;p7<? 3 p gL0+l'\p/|$ fX` v8 nx~3 p |&a6.>a" fX` v8 nx~W3 p |&a6.>a_3,;p7<? ^3 p wL0+l'\p/|! fX` v8 nx~73 p 7L0+l'\p/|% fX` v8 nx~3 p |&a6.>a. fX` v8 nx~gXa8x]L0+l'\p/|' fX` v8 nx~|gXa8x}L0+l'\p/| fX` v8 nx~3 p OL0+l'\p/|$ fX` v8 nx~gXa8x_`V`N^|&a6.>a?3,;p7<? '`V`N^|&a6.>a- fX` v8 nx~O3 p |&a6.>a?3,;p7<? ~3 p |&a6.>a3,;p7<? W`V`N^|&a6.>a# fX` v8 nx~gXa8x`V`N^_+L0+l~>r1'r9\21L1 1, lq q\q q<Fc &bfcYbVYc 6bvc9N9 .ny^y>~5~_ CaFc &bfcYbVYc 6bvc9☓_t^&bfcYbVYcMf]C8S8+;y'y7~o 2a1ƙ`)fcYbVYc 6bC8S8K[GxWxO_~M=3fQgIfYY`%Ya5`-a=9N9 .nxWxO_e!a1ƙ`)a9Y`%VYc 6bvc9N9 .ny^y>~A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2kA0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2kA0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eG 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ_G 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'yᗁ_W 2a1ƙ`)aEXfUXny圿saFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e 3fQgIfYgEXfUXgMf]C8S8K[GxWxO_~}3fQgIfYgEXfUXgMf]C8S8K_8k&[l.{s!Gs)gs%W\s-w#O7t^`-a=9#93ι+;y'y7/ᗁA0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?72vc9N9 .>~-a=9#93ι+;y'_9Y`%Ya5`-c9N~_ CaFc &bfY ˬlpǜp\pp<ϼ|gÌ0L00,ˬlpǜp\pp<ϼ|oÌ0L00,ˬlpǜp\pp<ϼ|oÌ0L00,ˬlpǜp\pp<ϼ|@D 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁH 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7o~e7; aFeq&difeyXdeVXeu6dmveuulq q\q q< | DÌ0L00,ˬlpǜp\pp<ϼ|[ 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/]3fQgIfYgEXfUXgMf]C8S8K[GxWxO_bggl6;oj\r57r=<3/;|7?27Ì0L00,ˬlpǜp|9gs%W\s-w#O<3732< ,2+:l6;>r1'r9\r57r=<3/;|7?2{d? 3(c3$SL3,s̳oa c!01L1 1, lq q\q q< | g!01L1 1, lq q\q q< |  CaFc &bfcYbVYc 6bvc9N9 .ny^y>⛟_zMFc &bfcYbVYc >~k`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)g<ϼ|o7pǜp\pp<ϼ|@|d? 3(l6;>r1'r< | [&bfcYb5`-a=9#93ι+;y'y7/ᗁ}f!01L1 1, lw#O<+o'_|/y20,&[l.{s\q q|7?2vOdIfYg 6bvc.kn{/ᗁ|dIfYg 6bvc.kn{/ᗁ|dIfYg 6bvc.kn{/ᗁ|dIfYged]C8S8K[GxWxO_2z`!01L1 1q q\q q< />>~] CaFc &bfcYbVYc 6bvc9N9 .ny^y>~] CaFc &bfcYbVYc 6bvc9N9 .ny^y>~A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2?? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~ew? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eÌ0L00,ˬlpǜp\pp<ϼ|@N 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ] 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁC 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁS 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"[l.{s!Gs)gs%W\s-w#O<+o'_|/1fQgIfYgEXfUXgMf]C8S8K[GxWxO_~_3fQgIfYgEXfUXgMf]C8S8K[GxWxO^?2(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2P?28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2P? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~egsr%W\s-w#O<+o'_|/s2fQgIfYgEXfUXgMf]C8S8K[GxWxO_3fQgIfYgEXfUXgMf]C8S8K[GxWxO_*g!01L1 1, \pp<ϼ|Ì0L00,ˬlpǜp\0G+ aFeq&difeyXdeVXeu6dmve}8cN8sh <3/;|7?2P' aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e? aFeq&difeyXdeVXeu6dmve}8cN8s.y^y>~ CaFc &bfcYbVYc 6bvc9N9 .ny^y>~A0#28L2432< ,2+:l6;>r1'\pp<ϼ|gÌ0L0 ,2+:l6;>r1'r9\r57r=<3/;'? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/A`)a9Y`%Ya5`-a=9#93ι+xWxO_za!01L1 1, lq q\q q< | Ig!01L1 1, lq q\q q< ?2'A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2? 3(c3$SL3,s̳"K,*k&[l.{s!q< | 4 CaFc &bfcYbVYc 6bvc9N9 .ny^y>~S CaFc &bfcYbVYcmve}8cN8s.kn{xg^xw>o~eO3 aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~eO? 1L1 1, lq q\q q/;|7?2 aFeq&difeyXdeVXeu6dmvC8S8K[GxWxO_'f!01L1 1, lq q\q q< | g!01 1, lq q\q q< | e!01L1 1, q< | ̗A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?2gA0#28L2432< ,2+<ϼ|mN 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁ?G 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&=q\q q< | zb!01L1 1, lq q\q q< | / CaFc &bfcYbVYc 6bvc9N9 .ny^y>~ CaFc &bY`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s1'r9\r57r=<3/;|7?27 aFeq&difeyXdeVXeu6dmve}8cN8s.kn{xg^xw>o~e?L3,s̳"K,*k&[l.{sp<ϼ|_` 2a1ƙ`)a9Y`%f]C8S8K[GxWxO_zzd!01L1 1, lq q\q q< | g!01L1 1, lq q\q q< | Eg!01L1 1, lq q\q q< | g!01L1 1, lq q\q q< | CaFc &bfcYbVYc 6bvc9N9 .ny^y>~K CaFc &bfcYbVYc 6bvc9N9 .ny^y>~K CaFc &bfcYbVYc 6bvcL+:l6;>r1'r9\r57r=<3/;|7?2o 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁB 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+;y'y7/ᗁd? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/d? 3(c3$SL3,s̳"K&[l.{s!Gs)gs%W\s-w#O<+o'_|/~d? 3(c3$SL3,s̳"K,*k&[l.{s!Gs)gs%W\s-w#O<+o'_|/_`? lq q\q q< | 5 CaF~1Lqי/Gs)gs%W\s-w#O<+o'_|/?2_Ì0L00,ˬlpǜp\pp<ϼ|_Ì0L00,ˬlpǜp\pp<ϼ|ߠÌ0L00,ˬlpǜp\pp<ϼ|ߨÌ0L00,ˬlpǜp\pp<ϼ|_A0#28L2432< ,2+:l6;>r1'r9\r57r=<3/;|7?27A0#28L2432< ,2+:l6;\pp<ϼ|N 2a1ƙ`)a9Y`%Ya5`-a=9#93ι+=s.dmlpǜp\pp<ϼ|3fQgIfYgEXfUXgMf]C8S8K[GxWxO_3fQgIfYgEXfUXgMf]C8S8K[GxWxO_V3fQgIfYgEXfUXgMf]C8S8K[GxWxO_g!01L1 1, lq q\q q< | mg!veMf]C8S8K[GxWxO_e!01L1 1, lq q\q q< | , CaFc &bfcYbVYc 6bvc9N9 .ny^y>~; CaFc &bfcYbVYc 6bvc9N9 .ny^y>~ CaFc &bfcYbVYc 6bvc9N9 .ny^y>~ysxO~e`0fQg