nbd-3.16.2/0000755000175000017500000000000013155614455007360 500000000000000nbd-3.16.2/Makefile.in0000644000175000017500000015467213155614450011357 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = nbd-server$(EXEEXT) nbd-trdump$(EXEEXT) EXTRA_PROGRAMS = nbd-client$(EXEEXT) make-integrityhuge$(EXEEXT) @GNUTLS_TRUE@am__append_1 = @GnuTLS_CFLAGS@ @GNUTLS_TRUE@am__append_2 = @GnuTLS_LIBS@ @CLIENT_TRUE@sbin_PROGRAMS = nbd-client$(EXEEXT) $(am__EXEEXT_1) @CLIENT_TRUE@@GNUTLS_TRUE@am__append_3 = min-nbd-client subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libcliserv_la_LIBADD = am_libcliserv_la_OBJECTS = libcliserv_la-cliserv.lo libcliserv_la_OBJECTS = $(am_libcliserv_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libcliserv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcliserv_la_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ libnbdsrv_la_LIBADD = am_libnbdsrv_la_OBJECTS = libnbdsrv_la-nbdsrv.lo \ libnbdsrv_la-treefiles.lo libnbdsrv_la_OBJECTS = $(am_libnbdsrv_la_OBJECTS) libnbdsrv_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libnbdsrv_la_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" @CLIENT_TRUE@@GNUTLS_TRUE@am__EXEEXT_1 = min-nbd-client$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS) am_make_integrityhuge_OBJECTS = make-integrityhuge.$(OBJEXT) make_integrityhuge_OBJECTS = $(am_make_integrityhuge_OBJECTS) make_integrityhuge_LDADD = $(LDADD) am__min_nbd_client_SOURCES_DIST = nbd-client.c cliserv.h am__objects_1 = min_nbd_client-nbd-client.$(OBJEXT) @CLIENT_TRUE@@GNUTLS_TRUE@am_min_nbd_client_OBJECTS = \ @CLIENT_TRUE@@GNUTLS_TRUE@ $(am__objects_1) min_nbd_client_OBJECTS = $(am_min_nbd_client_OBJECTS) @CLIENT_TRUE@@GNUTLS_TRUE@min_nbd_client_DEPENDENCIES = \ @CLIENT_TRUE@@GNUTLS_TRUE@ $(client_libs) min_nbd_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(min_nbd_client_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o \ $@ am__nbd_client_SOURCES_DIST = nbd-client.c cliserv.h crypto-gnutls.c \ crypto-gnutls.h buffer.c buffer.h am__objects_2 = nbd_client-nbd-client.$(OBJEXT) @CLIENT_TRUE@@GNUTLS_FALSE@am_nbd_client_OBJECTS = $(am__objects_2) @CLIENT_TRUE@@GNUTLS_TRUE@am_nbd_client_OBJECTS = $(am__objects_2) \ @CLIENT_TRUE@@GNUTLS_TRUE@ nbd_client-crypto-gnutls.$(OBJEXT) \ @CLIENT_TRUE@@GNUTLS_TRUE@ nbd_client-buffer.$(OBJEXT) nbd_client_OBJECTS = $(am_nbd_client_OBJECTS) @CLIENT_TRUE@@GNUTLS_FALSE@nbd_client_DEPENDENCIES = $(client_libs) @CLIENT_TRUE@@GNUTLS_TRUE@nbd_client_DEPENDENCIES = $(client_libs) nbd_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nbd_client_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_nbd_server_OBJECTS = nbd_server-nbd-server.$(OBJEXT) nbd_server_OBJECTS = $(am_nbd_server_OBJECTS) am__DEPENDENCIES_1 = nbd_server_DEPENDENCIES = libnbdsrv.la libcliserv.la \ $(am__DEPENDENCIES_1) nbd_server_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nbd_server_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_nbd_trdump_OBJECTS = nbd_trdump-nbd-trdump.$(OBJEXT) nbd_trdump_OBJECTS = $(am_nbd_trdump_OBJECTS) nbd_trdump_DEPENDENCIES = libcliserv.la nbd_trdump_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(nbd_trdump_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libcliserv_la_SOURCES) $(libnbdsrv_la_SOURCES) \ $(make_integrityhuge_SOURCES) $(min_nbd_client_SOURCES) \ $(nbd_client_SOURCES) $(nbd_server_SOURCES) \ $(nbd_trdump_SOURCES) DIST_SOURCES = $(libcliserv_la_SOURCES) $(libnbdsrv_la_SOURCES) \ $(make_integrityhuge_SOURCES) \ $(am__min_nbd_client_SOURCES_DIST) \ $(am__nbd_client_SOURCES_DIST) $(nbd_server_SOURCES) \ $(nbd_trdump_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ cscope distdir dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \ ChangeLog compile config.guess config.sub depcomp install-sh \ ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz GZIP_ENV = --best DIST_TARGETS = dist-xz dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I support SUBDIRS = . man doc tests systemd gznbd noinst_LTLIBRARIES = libnbdsrv.la libcliserv.la libcliserv_la_SOURCES = cliserv.h cliserv.c libcliserv_la_CFLAGS = @CFLAGS@ client_srcs = nbd-client.c cliserv.h nbd_server_SOURCES = nbd-server.c cliserv.h lfs.h nbd.h nbdsrv.h backend.h \ netdb-compat.h nbd_trdump_SOURCES = nbd-trdump.c cliserv.h nbd.h client_flags = @CFLAGS@ nbd_server_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ $(am__append_1) nbd_trdump_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ libnbdsrv_la_SOURCES = nbdsrv.c nbdsrv.h treefiles.c treefiles.h libnbdsrv_la_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ client_libs = libcliserv.la nbd_server_LDADD = @GLIB_LIBS@ libnbdsrv.la libcliserv.la \ $(am__append_2) nbd_trdump_LDADD = libcliserv.la make_integrityhuge_SOURCES = make-integrityhuge.c cliserv.h nbd.h nbd-debug.h EXTRA_DIST = maketr CodingStyle autogen.sh README.md support/genver.sh @CLIENT_TRUE@@GNUTLS_TRUE@min_nbd_client_SOURCES = $(client_srcs) @CLIENT_TRUE@@GNUTLS_TRUE@min_nbd_client_CFLAGS = $(client_flags) -DNOTLS -DPROG_NAME='"min-nbd-client"' @CLIENT_TRUE@@GNUTLS_TRUE@min_nbd_client_LDADD = $(client_libs) @CLIENT_TRUE@@GNUTLS_FALSE@nbd_client_SOURCES = $(client_srcs) @CLIENT_TRUE@@GNUTLS_TRUE@nbd_client_SOURCES = $(client_srcs) crypto-gnutls.c crypto-gnutls.h buffer.c buffer.h @CLIENT_TRUE@@GNUTLS_FALSE@nbd_client_CFLAGS = $(client_flags) @CLIENT_TRUE@@GNUTLS_TRUE@nbd_client_CFLAGS = $(client_flags) @GnuTLS_CFLAGS@ -DPROG_NAME='"nbd-client"' @CLIENT_TRUE@@GNUTLS_FALSE@nbd_client_LDADD = $(client_libs) @CLIENT_TRUE@@GNUTLS_TRUE@nbd_client_LDADD = $(client_libs) @GnuTLS_LIBS@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-syslog all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: .SUFFIXES: .c .lo .o .obj am--refresh: Makefile @: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } libcliserv.la: $(libcliserv_la_OBJECTS) $(libcliserv_la_DEPENDENCIES) $(EXTRA_libcliserv_la_DEPENDENCIES) $(AM_V_CCLD)$(libcliserv_la_LINK) $(libcliserv_la_OBJECTS) $(libcliserv_la_LIBADD) $(LIBS) libnbdsrv.la: $(libnbdsrv_la_OBJECTS) $(libnbdsrv_la_DEPENDENCIES) $(EXTRA_libnbdsrv_la_DEPENDENCIES) $(AM_V_CCLD)$(libnbdsrv_la_LINK) $(libnbdsrv_la_OBJECTS) $(libnbdsrv_la_LIBADD) $(LIBS) install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ } \ ; done uninstall-sbinPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(sbindir)" && rm -f $$files clean-sbinPROGRAMS: @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list make-integrityhuge$(EXEEXT): $(make_integrityhuge_OBJECTS) $(make_integrityhuge_DEPENDENCIES) $(EXTRA_make_integrityhuge_DEPENDENCIES) @rm -f make-integrityhuge$(EXEEXT) $(AM_V_CCLD)$(LINK) $(make_integrityhuge_OBJECTS) $(make_integrityhuge_LDADD) $(LIBS) min-nbd-client$(EXEEXT): $(min_nbd_client_OBJECTS) $(min_nbd_client_DEPENDENCIES) $(EXTRA_min_nbd_client_DEPENDENCIES) @rm -f min-nbd-client$(EXEEXT) $(AM_V_CCLD)$(min_nbd_client_LINK) $(min_nbd_client_OBJECTS) $(min_nbd_client_LDADD) $(LIBS) nbd-client$(EXEEXT): $(nbd_client_OBJECTS) $(nbd_client_DEPENDENCIES) $(EXTRA_nbd_client_DEPENDENCIES) @rm -f nbd-client$(EXEEXT) $(AM_V_CCLD)$(nbd_client_LINK) $(nbd_client_OBJECTS) $(nbd_client_LDADD) $(LIBS) nbd-server$(EXEEXT): $(nbd_server_OBJECTS) $(nbd_server_DEPENDENCIES) $(EXTRA_nbd_server_DEPENDENCIES) @rm -f nbd-server$(EXEEXT) $(AM_V_CCLD)$(nbd_server_LINK) $(nbd_server_OBJECTS) $(nbd_server_LDADD) $(LIBS) nbd-trdump$(EXEEXT): $(nbd_trdump_OBJECTS) $(nbd_trdump_DEPENDENCIES) $(EXTRA_nbd_trdump_DEPENDENCIES) @rm -f nbd-trdump$(EXEEXT) $(AM_V_CCLD)$(nbd_trdump_LINK) $(nbd_trdump_OBJECTS) $(nbd_trdump_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcliserv_la-cliserv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnbdsrv_la-nbdsrv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libnbdsrv_la-treefiles.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/make-integrityhuge.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/min_nbd_client-nbd-client.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_client-buffer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_client-crypto-gnutls.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_client-nbd-client.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_server-nbd-server.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_trdump-nbd-trdump.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< libcliserv_la-cliserv.lo: cliserv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcliserv_la_CFLAGS) $(CFLAGS) -MT libcliserv_la-cliserv.lo -MD -MP -MF $(DEPDIR)/libcliserv_la-cliserv.Tpo -c -o libcliserv_la-cliserv.lo `test -f 'cliserv.c' || echo '$(srcdir)/'`cliserv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcliserv_la-cliserv.Tpo $(DEPDIR)/libcliserv_la-cliserv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cliserv.c' object='libcliserv_la-cliserv.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcliserv_la_CFLAGS) $(CFLAGS) -c -o libcliserv_la-cliserv.lo `test -f 'cliserv.c' || echo '$(srcdir)/'`cliserv.c libnbdsrv_la-nbdsrv.lo: nbdsrv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnbdsrv_la_CFLAGS) $(CFLAGS) -MT libnbdsrv_la-nbdsrv.lo -MD -MP -MF $(DEPDIR)/libnbdsrv_la-nbdsrv.Tpo -c -o libnbdsrv_la-nbdsrv.lo `test -f 'nbdsrv.c' || echo '$(srcdir)/'`nbdsrv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libnbdsrv_la-nbdsrv.Tpo $(DEPDIR)/libnbdsrv_la-nbdsrv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbdsrv.c' object='libnbdsrv_la-nbdsrv.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnbdsrv_la_CFLAGS) $(CFLAGS) -c -o libnbdsrv_la-nbdsrv.lo `test -f 'nbdsrv.c' || echo '$(srcdir)/'`nbdsrv.c libnbdsrv_la-treefiles.lo: treefiles.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnbdsrv_la_CFLAGS) $(CFLAGS) -MT libnbdsrv_la-treefiles.lo -MD -MP -MF $(DEPDIR)/libnbdsrv_la-treefiles.Tpo -c -o libnbdsrv_la-treefiles.lo `test -f 'treefiles.c' || echo '$(srcdir)/'`treefiles.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libnbdsrv_la-treefiles.Tpo $(DEPDIR)/libnbdsrv_la-treefiles.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='treefiles.c' object='libnbdsrv_la-treefiles.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libnbdsrv_la_CFLAGS) $(CFLAGS) -c -o libnbdsrv_la-treefiles.lo `test -f 'treefiles.c' || echo '$(srcdir)/'`treefiles.c min_nbd_client-nbd-client.o: nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(min_nbd_client_CFLAGS) $(CFLAGS) -MT min_nbd_client-nbd-client.o -MD -MP -MF $(DEPDIR)/min_nbd_client-nbd-client.Tpo -c -o min_nbd_client-nbd-client.o `test -f 'nbd-client.c' || echo '$(srcdir)/'`nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/min_nbd_client-nbd-client.Tpo $(DEPDIR)/min_nbd_client-nbd-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-client.c' object='min_nbd_client-nbd-client.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(min_nbd_client_CFLAGS) $(CFLAGS) -c -o min_nbd_client-nbd-client.o `test -f 'nbd-client.c' || echo '$(srcdir)/'`nbd-client.c min_nbd_client-nbd-client.obj: nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(min_nbd_client_CFLAGS) $(CFLAGS) -MT min_nbd_client-nbd-client.obj -MD -MP -MF $(DEPDIR)/min_nbd_client-nbd-client.Tpo -c -o min_nbd_client-nbd-client.obj `if test -f 'nbd-client.c'; then $(CYGPATH_W) 'nbd-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-client.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/min_nbd_client-nbd-client.Tpo $(DEPDIR)/min_nbd_client-nbd-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-client.c' object='min_nbd_client-nbd-client.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(min_nbd_client_CFLAGS) $(CFLAGS) -c -o min_nbd_client-nbd-client.obj `if test -f 'nbd-client.c'; then $(CYGPATH_W) 'nbd-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-client.c'; fi` nbd_client-nbd-client.o: nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-nbd-client.o -MD -MP -MF $(DEPDIR)/nbd_client-nbd-client.Tpo -c -o nbd_client-nbd-client.o `test -f 'nbd-client.c' || echo '$(srcdir)/'`nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-nbd-client.Tpo $(DEPDIR)/nbd_client-nbd-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-client.c' object='nbd_client-nbd-client.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-nbd-client.o `test -f 'nbd-client.c' || echo '$(srcdir)/'`nbd-client.c nbd_client-nbd-client.obj: nbd-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-nbd-client.obj -MD -MP -MF $(DEPDIR)/nbd_client-nbd-client.Tpo -c -o nbd_client-nbd-client.obj `if test -f 'nbd-client.c'; then $(CYGPATH_W) 'nbd-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-client.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-nbd-client.Tpo $(DEPDIR)/nbd_client-nbd-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-client.c' object='nbd_client-nbd-client.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-nbd-client.obj `if test -f 'nbd-client.c'; then $(CYGPATH_W) 'nbd-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-client.c'; fi` nbd_client-crypto-gnutls.o: crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-crypto-gnutls.o -MD -MP -MF $(DEPDIR)/nbd_client-crypto-gnutls.Tpo -c -o nbd_client-crypto-gnutls.o `test -f 'crypto-gnutls.c' || echo '$(srcdir)/'`crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-crypto-gnutls.Tpo $(DEPDIR)/nbd_client-crypto-gnutls.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto-gnutls.c' object='nbd_client-crypto-gnutls.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-crypto-gnutls.o `test -f 'crypto-gnutls.c' || echo '$(srcdir)/'`crypto-gnutls.c nbd_client-crypto-gnutls.obj: crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-crypto-gnutls.obj -MD -MP -MF $(DEPDIR)/nbd_client-crypto-gnutls.Tpo -c -o nbd_client-crypto-gnutls.obj `if test -f 'crypto-gnutls.c'; then $(CYGPATH_W) 'crypto-gnutls.c'; else $(CYGPATH_W) '$(srcdir)/crypto-gnutls.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-crypto-gnutls.Tpo $(DEPDIR)/nbd_client-crypto-gnutls.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto-gnutls.c' object='nbd_client-crypto-gnutls.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-crypto-gnutls.obj `if test -f 'crypto-gnutls.c'; then $(CYGPATH_W) 'crypto-gnutls.c'; else $(CYGPATH_W) '$(srcdir)/crypto-gnutls.c'; fi` nbd_client-buffer.o: buffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-buffer.o -MD -MP -MF $(DEPDIR)/nbd_client-buffer.Tpo -c -o nbd_client-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-buffer.Tpo $(DEPDIR)/nbd_client-buffer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='buffer.c' object='nbd_client-buffer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c nbd_client-buffer.obj: buffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -MT nbd_client-buffer.obj -MD -MP -MF $(DEPDIR)/nbd_client-buffer.Tpo -c -o nbd_client-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_client-buffer.Tpo $(DEPDIR)/nbd_client-buffer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='buffer.c' object='nbd_client-buffer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_client_CFLAGS) $(CFLAGS) -c -o nbd_client-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` nbd_server-nbd-server.o: nbd-server.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_server_CFLAGS) $(CFLAGS) -MT nbd_server-nbd-server.o -MD -MP -MF $(DEPDIR)/nbd_server-nbd-server.Tpo -c -o nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo '$(srcdir)/'`nbd-server.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_server-nbd-server.Tpo $(DEPDIR)/nbd_server-nbd-server.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-server.c' object='nbd_server-nbd-server.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_server_CFLAGS) $(CFLAGS) -c -o nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo '$(srcdir)/'`nbd-server.c nbd_server-nbd-server.obj: nbd-server.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_server_CFLAGS) $(CFLAGS) -MT nbd_server-nbd-server.obj -MD -MP -MF $(DEPDIR)/nbd_server-nbd-server.Tpo -c -o nbd_server-nbd-server.obj `if test -f 'nbd-server.c'; then $(CYGPATH_W) 'nbd-server.c'; else $(CYGPATH_W) '$(srcdir)/nbd-server.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_server-nbd-server.Tpo $(DEPDIR)/nbd_server-nbd-server.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-server.c' object='nbd_server-nbd-server.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_server_CFLAGS) $(CFLAGS) -c -o nbd_server-nbd-server.obj `if test -f 'nbd-server.c'; then $(CYGPATH_W) 'nbd-server.c'; else $(CYGPATH_W) '$(srcdir)/nbd-server.c'; fi` nbd_trdump-nbd-trdump.o: nbd-trdump.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_trdump_CFLAGS) $(CFLAGS) -MT nbd_trdump-nbd-trdump.o -MD -MP -MF $(DEPDIR)/nbd_trdump-nbd-trdump.Tpo -c -o nbd_trdump-nbd-trdump.o `test -f 'nbd-trdump.c' || echo '$(srcdir)/'`nbd-trdump.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_trdump-nbd-trdump.Tpo $(DEPDIR)/nbd_trdump-nbd-trdump.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-trdump.c' object='nbd_trdump-nbd-trdump.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_trdump_CFLAGS) $(CFLAGS) -c -o nbd_trdump-nbd-trdump.o `test -f 'nbd-trdump.c' || echo '$(srcdir)/'`nbd-trdump.c nbd_trdump-nbd-trdump.obj: nbd-trdump.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_trdump_CFLAGS) $(CFLAGS) -MT nbd_trdump-nbd-trdump.obj -MD -MP -MF $(DEPDIR)/nbd_trdump-nbd-trdump.Tpo -c -o nbd_trdump-nbd-trdump.obj `if test -f 'nbd-trdump.c'; then $(CYGPATH_W) 'nbd-trdump.c'; else $(CYGPATH_W) '$(srcdir)/nbd-trdump.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_trdump-nbd-trdump.Tpo $(DEPDIR)/nbd_trdump-nbd-trdump.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-trdump.c' object='nbd_trdump-nbd-trdump.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(nbd_trdump_CFLAGS) $(CFLAGS) -c -o nbd_trdump-nbd-trdump.obj `if test -f 'nbd-trdump.c'; then $(CYGPATH_W) 'nbd-trdump.c'; else $(CYGPATH_W) '$(srcdir)/nbd-trdump.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs distclean-libtool: -rm -f libtool config.lt # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-recursive all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) config.h installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic clean-libtool \ clean-noinstLTLIBRARIES clean-sbinPROGRAMS mostlyclean-am distclean: distclean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-sbinPROGRAMS install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS .MAKE: $(am__recursive_targets) all install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ am--refresh check check-am clean clean-binPROGRAMS \ clean-cscope clean-generic clean-libtool \ clean-noinstLTLIBRARIES clean-sbinPROGRAMS cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-binPROGRAMS install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-sbinPROGRAMS install-strip \ installcheck installcheck-am installdirs installdirs-am \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ uninstall-binPROGRAMS uninstall-sbinPROGRAMS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/systemd/0000755000175000017500000000000013155614455011050 500000000000000nbd-3.16.2/systemd/Makefile.in0000644000175000017500000003144413155614450013036 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ #if SYSTEMD #systemdunitdir = $(DESTDIR)/$(SYSTEMDLOC) #systemdunit_DATA = nbd@.service #endif VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = systemd ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = nbd@.service.sh CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac DATA = $(noinst_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nbd@.service.sh.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_DATA = nbd@.service DISTCLEANFILES = nbd@.service EXTRA_DIST = nbd@.service.tmpl all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign systemd/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign systemd/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): nbd@.service.sh: $(top_builddir)/config.status $(srcdir)/nbd@.service.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(DATA) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile nbd@.service: nbd@.service.sh sh nbd@.service.sh > nbd@.service nbd@.service.sh.in: nbd@.service.tmpl ../man/sh.tmpl cat ../man/sh.tmpl nbd@.service.tmpl > nbd@.service.sh.in echo EOF >> nbd@.service.sh.in # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/systemd/nbd@.service.sh.in0000644000175000017500000000142513132635503014225 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < nbd@.service nbd@.service.sh.in: nbd@.service.tmpl ../man/sh.tmpl cat ../man/sh.tmpl nbd@.service.tmpl > nbd@.service.sh.in echo EOF >> nbd@.service.sh.in nbd-3.16.2/systemd/nbd@.service.tmpl0000644000175000017500000000127113132635333014162 00000000000000[Unit] Description=NBD client connection for %i Documentation=man:nbd-client PartOf=nbd.service Before=dev-%i.device After=network-online.target Conflicts=shutdown.target DefaultDependencies=no [Service] Type=forking ExecStart=@sbindir@/nbd-client %i [Install] RequiredBy=dev-%i.device RequiredBy=dev-%ip1.device RequiredBy=dev-%ip2.device RequiredBy=dev-%ip3.device RequiredBy=dev-%ip4.device RequiredBy=dev-%ip5.device RequiredBy=dev-%ip6.device RequiredBy=dev-%ip7.device RequiredBy=dev-%ip8.device RequiredBy=dev-%ip9.device RequiredBy=dev-%ip10.device RequiredBy=dev-%ip11.device RequiredBy=dev-%ip12.device RequiredBy=dev-%ip13.device RequiredBy=dev-%ip14.device RequiredBy=dev-%ip15.device nbd-3.16.2/COPYING0000644000175000017500000004325412261640127010333 00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. nbd-3.16.2/netdb-compat.h0000644000175000017500000000105712260327652012025 00000000000000#ifndef NETDB_COMPAT_H #define NETDB_COMPAT_H /* AI_NUMERICSERV as a value for the `ai_flags' member * of `struct addrinfo' of header has only * been available since: * * POSIX 1003.1-2008, Issue 7 * glibc 2.3.4 * Mac OS X 10.6 * etc. * * Fortunately, its main purpose seems to be only * to optimize calls of `getaddrinfo', and because it * is meant to be a bit flag, it can therefore be * [relatively] safely ignored by defining it to have * the value zero. */ #ifndef AI_NUMERICSERV #define AI_NUMERICSERV 0 #endif #endif nbd-3.16.2/backend.h0000644000175000017500000000014413115264041011023 00000000000000#ifndef NBD_BACKEND_H #define NBD_BACKEND_H void punch_hole(int fd, off_t off, off_t len); #endif nbd-3.16.2/nbd.h0000644000175000017500000000547413115264041010212 00000000000000/* * 1999 Copyright (C) Pavel Machek, pavel@ucw.cz. This code is GPL. * 1999/11/04 Copyright (C) 1999 VMware, Inc. (Regis "HPReg" Duchesne) * Made nbd_end_request() use the io_request_lock * 2001 Copyright (C) Steven Whitehouse * New nbd_end_request() for compatibility with new linux block * layer code. * 2003/06/24 Louis D. Langholtz * Removed unneeded blksize_bits field from nbd_device struct. * Cleanup PARANOIA usage & code. * 2004/02/19 Paul Clements * Removed PARANOIA, plus various cleanup and comments */ #ifndef LINUX_NBD_H #define LINUX_NBD_H //#include #define NBD_SET_SOCK _IO( 0xab, 0 ) #define NBD_SET_BLKSIZE _IO( 0xab, 1 ) #define NBD_SET_SIZE _IO( 0xab, 2 ) #define NBD_DO_IT _IO( 0xab, 3 ) #define NBD_CLEAR_SOCK _IO( 0xab, 4 ) #define NBD_CLEAR_QUE _IO( 0xab, 5 ) #define NBD_PRINT_DEBUG _IO( 0xab, 6 ) #define NBD_SET_SIZE_BLOCKS _IO( 0xab, 7 ) #define NBD_DISCONNECT _IO( 0xab, 8 ) #define NBD_SET_TIMEOUT _IO( 0xab, 9 ) #define NBD_SET_FLAGS _IO( 0xab, 10 ) enum { NBD_CMD_READ = 0, NBD_CMD_WRITE = 1, NBD_CMD_DISC = 2, NBD_CMD_FLUSH = 3, NBD_CMD_TRIM = 4, NBD_CMD_WRITE_ZEROES = 6 }; #define NBD_CMD_MASK_COMMAND 0x0000ffff #define NBD_CMD_SHIFT (16) #define NBD_CMD_FLAG_FUA ((1 << 0) << NBD_CMD_SHIFT) #define NBD_CMD_FLAG_NO_HOLE ((1 << 1) << NBD_CMD_SHIFT) /* values for flags field */ #define NBD_FLAG_HAS_FLAGS (1 << 0) /* Flags are there */ #define NBD_FLAG_READ_ONLY (1 << 1) /* Device is read-only */ #define NBD_FLAG_SEND_FLUSH (1 << 2) /* Send FLUSH */ #define NBD_FLAG_SEND_FUA (1 << 3) /* Send FUA (Force Unit Access) */ #define NBD_FLAG_ROTATIONAL (1 << 4) /* Use elevator algorithm - rotational media */ #define NBD_FLAG_SEND_TRIM (1 << 5) /* Send TRIM (discard) */ #define NBD_FLAG_SEND_WRITE_ZEROES (1 << 6) /* Send NBD_CMD_WRITE_ZEROES */ #define NBD_FLAG_CAN_MULTI_CONN (1 << 8) /* multiple connections are okay */ #define nbd_cmd(req) ((req)->cmd[0]) /* userspace doesn't need the nbd_device structure */ /* These are sent over the network in the request/reply magic fields */ #define NBD_REQUEST_MAGIC 0x25609513 #define NBD_REPLY_MAGIC 0x67446698 /* Do *not* use magics: 0x12560953 0x96744668. */ #define NBD_OPT_REPLY_MAGIC 0x3e889045565a9LL /* * This is the packet used for communication between client and * server. All data are in network byte order. */ struct nbd_request { uint32_t magic; uint32_t type; /* == READ || == WRITE */ char handle[8]; uint64_t from; uint32_t len; } __attribute__ ((packed)); /* * This is the reply packet that nbd-server sends back to the client after * it has completed an I/O request (or an error occurs). */ struct nbd_reply { uint32_t magic; uint32_t error; /* 0 = ok, else error */ char handle[8]; /* handle you got from request */ }; #endif nbd-3.16.2/config.guess0000755000175000017500000012564413155614450011627 00000000000000#! /bin/sh # Attempt to guess a canonical system name. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-10-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] Output the configuration name of the system \`$me' is run on. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" >&2 exit 1 ;; * ) break ;; esac done if test $# != 0; then echo "$me: too many arguments$help" >&2 exit 1 fi trap 'exit 1' 1 2 15 # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a # headache to deal with in a portable fashion. # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. # Portable tmp directory creation inspired by the Autoconf team. set_cc_for_build=' trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; : ${TMPDIR=/tmp} ; { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; dummy=$tmp/dummy ; tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; case $CC_FOR_BUILD,$HOST_CC,$CC in ,,) echo "int x;" > $dummy.c ; for c in cc gcc c89 c99 ; do if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then CC_FOR_BUILD="$c"; break ; fi ; done ; if test x"$CC_FOR_BUILD" = x ; then CC_FOR_BUILD=no_compiler_found ; fi ;; ,,*) CC_FOR_BUILD=$CC ;; ,*,*) CC_FOR_BUILD=$HOST_CC ;; esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown case "${UNAME_SYSTEM}" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu eval $set_cc_for_build cat <<-EOF > $dummy.c #include #if defined(__UCLIBC__) LIBC=uclibc #elif defined(__dietlibc__) LIBC=dietlibc #else LIBC=gnu #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` ;; esac # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. # # Note: NetBSD doesn't particularly care about the vendor # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ /sbin/$sysctl 2>/dev/null || \ /usr/sbin/$sysctl 2>/dev/null || \ echo unknown)` case "${UNAME_MACHINE_ARCH}" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` machine=${arch}${endian}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. case "${UNAME_MACHINE_ARCH}" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) eval $set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). # Return netbsd for either. FIX? os=netbsd else os=netbsdelf fi ;; *) os=netbsd ;; esac # Determine ABI tags. case "${UNAME_MACHINE_ARCH}" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` ;; esac # The OS release # Debian GNU/NetBSD machines have a different userland, and # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. case "${UNAME_VERSION}" in Debian*) release='-gnu' ;; *) release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}${abi}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} exit ;; *:ekkoBSD:*:*) echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} exit ;; *:SolidBSD:*:*) echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} exit ;; macppc:MirBSD:*:*) echo powerpc-unknown-mirbsd${UNAME_RELEASE} exit ;; *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; *:Sortix:*:*) echo ${UNAME_MACHINE}-unknown-sortix exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` ;; *5.*) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` ;; esac # According to Compaq, /usr/sbin/psrinfo has been available on # OSF/1 and Tru64 systems produced since 1995. I hope that # covers most systems running today. This code pipes the CPU # types through head -n 1, so we only detect the type of CPU 0. ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` case "$ALPHA_CPU_TYPE" in "EV4 (21064)") UNAME_MACHINE=alpha ;; "EV4.5 (21064)") UNAME_MACHINE=alpha ;; "LCA4 (21066/21068)") UNAME_MACHINE=alpha ;; "EV5 (21164)") UNAME_MACHINE=alphaev5 ;; "EV5.6 (21164A)") UNAME_MACHINE=alphaev56 ;; "EV5.6 (21164PC)") UNAME_MACHINE=alphapca56 ;; "EV5.7 (21164PC)") UNAME_MACHINE=alphapca57 ;; "EV6 (21264)") UNAME_MACHINE=alphaev6 ;; "EV6.7 (21264A)") UNAME_MACHINE=alphaev67 ;; "EV6.8CB (21264C)") UNAME_MACHINE=alphaev68 ;; "EV6.8AL (21264B)") UNAME_MACHINE=alphaev68 ;; "EV6.8CX (21264D)") UNAME_MACHINE=alphaev68 ;; "EV6.9A (21264/EV69A)") UNAME_MACHINE=alphaev69 ;; "EV7 (21364)") UNAME_MACHINE=alphaev7 ;; "EV7.9 (21364A)") UNAME_MACHINE=alphaev79 ;; esac # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition exit ;; *:z/VM:*:*) echo s390-ibm-zvmoe exit ;; *:OS400:*:*) echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then echo pyramid-pyramid-sysv3 else echo pyramid-pyramid-bsd fi exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 exit ;; DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit ;; DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) echo i386-pc-auroraux${UNAME_RELEASE} exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) eval $set_cc_for_build SUN_ARCH=i386 # If there is a compiler, see if it is configured for 64-bit objects. # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. # This test works for both compilers. if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then SUN_ARCH=x86_64 fi fi echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) UNAME_RELEASE=`uname -v` ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) echo m68k-sun-sunos${UNAME_RELEASE} ;; sun4) echo sparc-sun-sunos${UNAME_RELEASE} ;; esac exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor # > m68000). The system name ranges from "MiNT" over "FreeMiNT" # to the lowercase version "mint" (or "freemint"). Finally # the system name "TOS" denotes a system which is actually not # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} exit ;; m68k:machten:*:*) echo m68k-apple-machten${UNAME_RELEASE} exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { #else int main (argc, argv) int argc; char *argv[]; { #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && SYSTEM_NAME=`$dummy $dummyarg` && { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] then if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ [ ${TARGET_BINARY_INTERFACE}x = x ] then echo m88k-dg-dgux${UNAME_RELEASE} else echo m88k-dg-dguxbcs${UNAME_RELEASE} fi else echo i586-dg-dgux${UNAME_RELEASE} fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include main() { if (!__power_pc()) exit(1); puts("powerpc-ibm-aix3.2.5"); exit(0); } EOF if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` then echo "$SYSTEM_NAME" else echo rs6000-ibm-aix3.2.5 fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc fi if [ -x /usr/bin/lslpp ] ; then IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` case "${sc_cpu_version}" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 case "${sc_kernel_bits}" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi if [ "${HP_ARCH}" = "" ]; then eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include #include int main () { #if defined(_SC_KERNEL_BITS) long bits = sysconf(_SC_KERNEL_BITS); #endif long cpu = sysconf (_SC_CPU_VERSION); switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0"); break; case CPU_PA_RISC1_1: puts ("hppa1.1"); break; case CPU_PA_RISC2_0: #if defined(_SC_KERNEL_BITS) switch (bits) { case 64: puts ("hppa2.0w"); break; case 32: puts ("hppa2.0n"); break; default: puts ("hppa2.0"); break; } break; #else /* !defined(_SC_KERNEL_BITS) */ puts ("hppa2.0"); break; #endif default: puts ("hppa1.0"); break; } exit (0); } EOF (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac if [ ${HP_ARCH} = hppa2.0w ] then eval $set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler # generating 64-bit code. GNU and HP use different nomenclature: # # $ CC_FOR_BUILD=cc ./config.guess # => hppa2.0w-hp-hpux11.23 # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess # => hppa64-hp-hpux11.23 if echo __LP64__ | (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | grep -q __LP64__ then HP_ARCH=hppa2.0w else HP_ARCH=hppa64 fi fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int main () { long cpu = sysconf (_SC_CPU_VERSION); /* The order matters, because CPU_IS_HP_MC68K erroneously returns true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct results, however. */ if (CPU_IS_PA_RISC (cpu)) { switch (cpu) { case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break; case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break; case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break; default: puts ("hppa-hitachi-hiuxwe2"); break; } } else if (CPU_IS_HP_MC68K (cpu)) puts ("m68k-hitachi-hiuxwe2"); else puts ("unknown-hitachi-hiuxwe2"); exit (0); } EOF $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` case ${UNAME_PROCESSOR} in amd64) echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; *) echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; esac exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit ;; *:MINGW64*:*) echo ${UNAME_MACHINE}-pc-mingw64 exit ;; *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 exit ;; *:MSYS*:*) echo ${UNAME_MACHINE}-pc-msys exit ;; i*:windows32*:*) # uname -m includes "-pc" on this system. echo ${UNAME_MACHINE}-mingw32 exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 exit ;; *:Interix*:*) case ${UNAME_MACHINE} in x86) echo i586-pc-interix${UNAME_RELEASE} exit ;; authenticamd | genuineintel | EM64T) echo x86_64-unknown-interix${UNAME_RELEASE} exit ;; IA64) echo ia64-unknown-interix${UNAME_RELEASE} exit ;; esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks exit ;; 8664:Windows_NT:*) echo x86_64-pc-mks exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? echo i586-pc-interix exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` exit ;; *:GNU:*:*) # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} exit ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix exit ;; aarch64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; EV56) UNAME_MACHINE=alphaev56 ;; PCA56) UNAME_MACHINE=alphapca56 ;; PCA57) UNAME_MACHINE=alphapca56 ;; EV6) UNAME_MACHINE=alphaev6 ;; EV67) UNAME_MACHINE=alphaev67 ;; EV68*) UNAME_MACHINE=alphaev68 ;; esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arc:Linux:*:* | arceb:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; arm*:Linux:*:*) eval $set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then echo ${UNAME_MACHINE}-unknown-linux-${LIBC} else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi else echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf fi fi exit ;; avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; cris:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; crisv32:Linux:*:*) echo ${UNAME_MACHINE}-axis-linux-${LIBC} exit ;; e2k:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; frv:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; hexagon:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; k1om:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m32r*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; mips:Linux:*:* | mips64:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) CPU=${UNAME_MACHINE}el #else #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) CPU=${UNAME_MACHINE} #else CPU= #endif #endif EOF eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } ;; mips64el:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; openrisc*:Linux:*:*) echo or1k-unknown-linux-${LIBC} exit ;; or32:Linux:*:* | or1k*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; padre:Linux:*:*) echo sparc-unknown-linux-${LIBC} exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-${LIBC} exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; *) echo hppa-unknown-linux-${LIBC} ;; esac exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-${LIBC} exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-${LIBC} exit ;; ppc64le:Linux:*:*) echo powerpc64le-unknown-linux-${LIBC} exit ;; ppcle:Linux:*:*) echo powerpcle-unknown-linux-${LIBC} exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux-${LIBC} exit ;; sh64*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; tile*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; vax:Linux:*:*) echo ${UNAME_MACHINE}-dec-linux-${LIBC} exit ;; x86_64:Linux:*:*) echo ${UNAME_MACHINE}-pc-linux-${LIBC} exit ;; xtensa*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-${LIBC} exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. # earlier versions are messed up and put the nodename in both # sysname and nodename. echo i386-sequent-sysv4 exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. echo ${UNAME_MACHINE}-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos exit ;; i*86:syllable:*:*) echo ${UNAME_MACHINE}-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) echo i386-unknown-lynxos${UNAME_RELEASE} exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp exit ;; i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi exit ;; i*86:*:5:[678]*) # UnixWare 7.x, OpenUNIX and OpenServer 6. case `/bin/uname -X | grep "^Machine"` in *486*) UNAME_MACHINE=i486 ;; *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i586. # Note: whatever this is, it MUST be the same as what config.sub # prints for the "djgpp" host, or else GDB configure will decide that # this is a cross-build. echo i586-pc-msdosdjgpp exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 exit ;; paragon:*:*:*) echo i860-intel-osf1 exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix exit ;; M68*:*:R3V[5678]*:*) test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; NCR*:*:4.2:* | MPRAS*:*:4.2:*) OS_REL='.3' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` echo ${UNAME_MACHINE}-sni-sysv4 else echo ns32k-sni-sysv fi exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. echo ${UNAME_MACHINE}-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos exit ;; BePC:Haiku:*:*) # Haiku running on Intel PC compatible. echo i586-pc-haiku exit ;; x86_64:Haiku:*:*) echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} exit ;; SX-7:SUPER-UX:*:*) echo sx7-nec-superux${UNAME_RELEASE} exit ;; SX-8:SUPER-UX:*:*) echo sx8-nec-superux${UNAME_RELEASE} exit ;; SX-8R:SUPER-UX:*:*) echo sx8r-nec-superux${UNAME_RELEASE} exit ;; SX-ACE:SUPER-UX:*:*) echo sxace-nec-superux${UNAME_RELEASE} exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown eval $set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub # that puts up a graphical alert prompting to install # developer tools. Any system running Mac OS X 10.7 or # later (Darwin 11 and later) is required to have a 64-bit # processor. This is not true of the ARM version of Darwin # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = x86; then UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; NEO-?:NONSTOP_KERNEL:*:*) echo neo-tandem-nsk${UNAME_RELEASE} exit ;; NSE-*:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 exit ;; *:ITS:*:*) echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) echo mips-sei-seiux${UNAME_RELEASE} exit ;; *:DragonFly:*:*) echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` case "${UNAME_MACHINE}" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; esac ;; *:XENIX:*:SysV) echo i386-pc-xenix exit ;; i*86:skyos:*:*) echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` exit ;; i*86:rdos:*:*) echo ${UNAME_MACHINE}-pc-rdos exit ;; i*86:AROS:*:*) echo ${UNAME_MACHINE}-pc-aros exit ;; x86_64:VMkernel:*:*) echo ${UNAME_MACHINE}-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac cat >&2 </dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` /bin/uname -X = `(/bin/uname -X) 2>/dev/null` hostinfo = `(hostinfo) 2>/dev/null` /bin/universe = `(/bin/universe) 2>/dev/null` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` /bin/arch = `(/bin/arch) 2>/dev/null` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` UNAME_MACHINE = ${UNAME_MACHINE} UNAME_RELEASE = ${UNAME_RELEASE} UNAME_SYSTEM = ${UNAME_SYSTEM} UNAME_VERSION = ${UNAME_VERSION} EOF exit 1 # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: nbd-3.16.2/crypto-gnutls.h0000644000175000017500000000320013115264041012262 00000000000000/* The MIT License (MIT) Copyright (c) 2016 Wrymouth Innovation Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef __TLSPROXY_CRYPTO_GNUTLS_H #define __TLSPROXY_CRYPTO_GNUTLS_H int tlssession_init (); typedef struct tlssession tlssession_t; tlssession_t *tlssession_new (int isserver, char *keyfile, char *certfile, char *cacertfile, char *hostname, int insecure, int debug, int (*quitfn) (void *opaque), int (*erroutfn) (void *opaque, const char *format, va_list ap), void *opaque); void tlssession_close (tlssession_t * s); int tlssession_mainloop (int cryptfd, int plainfd, tlssession_t * session); #endif nbd-3.16.2/nbd-server.c0000644000175000017500000031630113155613225011511 00000000000000/* * Network Block Device - server * * Copyright 1996-1998 Pavel Machek, distribute under GPL * * Copyright 2001-2004 Wouter Verhelst * Copyright 2002 Anton Altaparmakov * * Version 1.0 - hopefully 64-bit-clean * Version 1.1 - merging enhancements from Josh Parsons, * Version 1.2 - autodetect size of block devices, thanx to Peter T. Breuer" * Version 1.5 - can compile on Unix systems that don't have 64 bit integer * type, or don't have 64 bit file offsets by defining FS_32BIT * in compile options for nbd-server *only*. This can be done * with make FSCHOICE=-DFS_32BIT nbd-server. (I don't have the * original autoconf input file, or I would make it a configure * option.) Ken Yap . * Version 1.6 - fix autodetection of block device size and really make 64 bit * clean on 32 bit machines. Anton Altaparmakov * Version 2.0 - Version synchronised with client * Version 2.1 - Reap zombie client processes when they exit. Removed * (uncommented) the _IO magic, it's no longer necessary. Wouter * Verhelst * Version 2.2 - Auto switch to read-only mode (usefull for floppies). * Version 2.3 - Fixed code so that Large File Support works. This * removes the FS_32BIT compile-time directive; define * _FILE_OFFSET_BITS=64 and _LARGEFILE_SOURCE if you used to be * using FS_32BIT. This will allow you to use files >2GB instead of * having to use the -m option. Wouter Verhelst * Version 2.4 - Added code to keep track of children, so that we can * properly kill them from initscripts. Add a call to daemon(), * so that processes don't think they have to wait for us, which is * interesting for initscripts as well. Wouter Verhelst * * Version 2.5 - Bugfix release: forgot to reset child_arraysize to * zero after fork()ing, resulting in nbd-server going berserk * when it receives a signal with at least one child open. Wouter * Verhelst * 10/10/2003 - Added socket option SO_KEEPALIVE (sf.net bug 819235); * rectified type of mainloop::size_host (sf.net bugs 814435 and * 817385); close the PID file after writing to it, so that the * daemon can actually be found. Wouter Verhelst * * 10/10/2003 - Size of the data "size_host" was wrong and so was not * correctly put in network endianness. Many types were corrected * (size_t and off_t instead of int). * Version 2.6 - Some code cleanup. * Version 2.7 - Better build system. * 11/02/2004 - Doxygenified the source, modularized it a bit. Needs a * lot more work, but this is a start. Wouter Verhelst * * 16/03/2010 - Add IPv6 support. * Kitt Tientanopajai * Neutron Soutmun * Suriya Soutmun */ /* Includes LFS defines, which defines behaviours of some of the following * headers, so must come before those */ #include "lfs.h" #define _DEFAULT_SOURCE #define _XOPEN_SOURCE 500 /* to get pread/pwrite */ #if NEED_BSD_SOURCE #define _BSD_SOURCE /* to get DT_* macros on some platforms */ #endif #define _DARWIN_C_SOURCE /* to get DT_* macros on OS X */ #include #include #include #include #include #include #include #ifdef HAVE_SYS_IOCTL_H #include #endif #ifdef HAVE_SYS_UIO_H #include #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #if HAVE_FALLOC_PH #include #endif #include #include #include #ifdef HAVE_SYS_DIR_H #include #endif #ifdef HAVE_SYS_DIRENT_H #include #endif #include #include #include #include #include #include #include #if HAVE_OLD_GLIB #include #endif #include /* used in cliserv.h, so must come first */ #define MY_NAME "nbd_server" #include "cliserv.h" #include "nbd-debug.h" #include "netdb-compat.h" #include "backend.h" #include "treefiles.h" #ifdef WITH_SDP #include #endif #if HAVE_FSCTL_SET_ZERO_DATA #include /* don't include to avoid redefining eg the ERROR macro */ #define NOMINMAX 1 #include #include #include #endif /** Default position of the config file */ #ifndef SYSCONFDIR #define SYSCONFDIR "/etc" #endif #define CFILE SYSCONFDIR "/nbd-server/config" #if HAVE_GNUTLS #include #include #endif /** Where our config file actually is */ gchar* config_file_pos; /** global flags */ int glob_flags=0; /* Whether we should avoid forking */ int dontfork = 0; /** * The highest value a variable of type off_t can reach. This is a signed * integer, so set all bits except for the leftmost one. **/ #define OFFT_MAX ~((off_t)1<<(sizeof(off_t)*8-1)) #define BUFSIZE ((1024*1024)+sizeof(struct nbd_reply)) /**< Size of buffer that can hold requests */ #define DIFFPAGESIZE 4096 /**< diff file uses those chunks */ /** Global flags: */ #define F_OLDSTYLE 1 /**< Allow oldstyle (port-based) exports */ #define F_LIST 2 /**< Allow clients to list the exports on a server */ #define F_NO_ZEROES 4 /**< Do not send zeros to client */ // also accepts F_FORCEDTLS (which is 16384) GHashTable *children; char pidfname[256]; /**< name of our PID file */ char default_authname[] = SYSCONFDIR "/nbd-server/allow"; /**< default name of allow file */ #define NEG_INIT (1 << 0) #define NEG_OLD (1 << 1) #define NEG_MODERN (1 << 2) /* * If we want what the system really has set we'd have to read * /proc/sys/fs/pipe-max-size, but for now 1mb should be enough. */ #define MAX_PIPE_SIZE (1 * 1024 * 1024) #define SPLICE_IN 0 #define SPLICE_OUT 1 #include /* Our thread pool */ GThreadPool *tpool; /* A work package for the thread pool functions */ struct work_package { CLIENT* client; struct nbd_request* req; int pipefd[2]; void* data; /**< for read requests */ }; static volatile sig_atomic_t is_sigchld_caught; /**< Flag set by SIGCHLD handler to mark a child exit */ static volatile sig_atomic_t is_sigterm_caught; /**< Flag set by SIGTERM handler to mark a exit request */ static volatile sig_atomic_t is_sighup_caught; /**< Flag set by SIGHUP handler to mark a reconfiguration request */ GArray* modernsocks; /**< Sockets for the modern handler. Not used if a client was only specified on the command line; only port used if oldstyle is set to false (and then the command-line client isn't used, gna gna). This may be more than one socket on systems that don't support serving IPv4 and IPv6 from the same socket (like, e.g., FreeBSD) */ GArray* childsocks; /**< parent-side sockets for communication with children */ int commsocket; /**< child-side socket for communication with parent */ static sem_t file_wait_sem; bool logged_oversized=false; /**< whether we logged oversized requests already */ /** * Type of configuration file values **/ typedef enum { PARAM_INT, /**< This parameter is an integer */ PARAM_INT64, /**< This parameter is an integer */ PARAM_STRING, /**< This parameter is a string */ PARAM_BOOL, /**< This parameter is a boolean */ } PARAM_TYPE; /** * Configuration file values **/ typedef struct { gchar *paramname; /**< Name of the parameter, as it appears in the config file */ gboolean required; /**< Whether this is a required (as opposed to optional) parameter */ PARAM_TYPE ptype; /**< Type of the parameter. */ gpointer target; /**< Pointer to where the data of this parameter should be written. If ptype is PARAM_BOOL, the data is or'ed rather than overwritten. */ gint flagval; /**< Flag mask for this parameter in case ptype is PARAM_BOOL. */ } PARAM; /** * Configuration file values of the "generic" section **/ struct generic_conf { gchar *user; /**< user we run the server as */ gchar *group; /**< group we run running as */ gchar *modernaddr; /**< address of the modern socket */ gchar *modernport; /**< port of the modern socket */ gchar *unixsock; /**< file name of the unix domain socket */ gchar *certfile; /**< certificate file */ gchar *keyfile; /**< key file */ gchar *cacertfile; /**< CA certificate file */ gchar *tlsprio; /**< TLS priority string */ gint flags; /**< global flags */ gint threads; /**< maximum number of parallel threads we want to run */ }; /** * Translate a command name into human readable form * * @param command The command number (after applying NBD_CMD_MASK_COMMAND) * @return pointer to the command name **/ static inline const char * getcommandname(uint64_t command) { switch (command) { case NBD_CMD_READ: return "NBD_CMD_READ"; case NBD_CMD_WRITE: return "NBD_CMD_WRITE"; case NBD_CMD_DISC: return "NBD_CMD_DISC"; case NBD_CMD_FLUSH: return "NBD_CMD_FLUSH"; case NBD_CMD_TRIM: return "NBD_CMD_TRIM"; case NBD_CMD_WRITE_ZEROES: return "NBD_CMD_WRITE_ZEROES"; default: return "UNKNOWN"; } } #if HAVE_GNUTLS static int writeit_tls(gnutls_session_t s, void *buf, size_t len) { ssize_t res; char *m; while(len > 0) { DEBUG("+"); if ((res = gnutls_record_send(s, buf, len)) < 0 && !gnutls_error_is_fatal(res)) { m = g_strdup_printf("issue while sending data: %s", gnutls_strerror(res)); err_nonfatal(m); g_free(m); } else if(res < 0) { m = g_strdup_printf("could not send data: %s", gnutls_strerror(res)); err_nonfatal(m); g_free(m); return -1; } else { len -= res; buf += res; } } return 0; } static int readit_tls(gnutls_session_t s, void *buf, size_t len) { ssize_t res; char *m; while(len > 0) { DEBUG("*"); if((res = gnutls_record_recv(s, buf, len)) < 0 && !gnutls_error_is_fatal(res)) { m = g_strdup_printf("issue while receiving data: %s", gnutls_strerror(res)); err_nonfatal(m); g_free(m); } else if(res < 0) { m = g_strdup_printf("could not receive data: %s", gnutls_strerror(res)); err_nonfatal(m); g_free(m); return -1; } else { len -= res; buf += res; } } return 0; } static int socket_read_tls(CLIENT* client, void *buf, size_t len) { return readit_tls(*((gnutls_session_t*)client->tls_session), buf, len); } static int socket_write_tls(CLIENT* client, void *buf, size_t len) { return writeit_tls(*((gnutls_session_t*)client->tls_session), buf, len); } #endif // HAVE_GNUTLS static int socket_read_notls(CLIENT* client, void *buf, size_t len) { return readit(client->net, buf, len); } static int socket_write_notls(CLIENT* client, void *buf, size_t len) { return writeit(client->net, buf, len); } static void socket_read(CLIENT* client, void *buf, size_t len) { g_assert(client->socket_read != NULL); if(client->socket_read(client, buf, len)<0) { g_assert(client->socket_closed != NULL); client->socket_closed(client); } } /** * Consume data from a socket that we don't want * * @param c the client to read from * @param len the number of bytes to consume * @param buf a buffer * @param bufsiz the size of the buffer **/ static inline void consume(CLIENT* c, size_t len, void * buf, size_t bufsiz) { size_t curlen; while (len>0) { curlen = (len>bufsiz)?bufsiz:len; socket_read(c, buf, curlen); len -= curlen; } } /** * Consume a length field and corresponding payload that we don't want * * @param c the client to read from **/ static inline void consume_len(CLIENT* c) { uint32_t len; char buf[1024]; socket_read(c, &len, sizeof(len)); len = ntohl(len); consume(c, len, buf, sizeof(buf)); } static void socket_write(CLIENT* client, void *buf, size_t len) { g_assert(client->socket_write != NULL); if(client->socket_write(client, buf, len)<0) { g_assert(client->socket_closed != NULL); client->socket_closed(client); } } static inline void socket_closed_negotiate(CLIENT* client) { err("Negotiation failed: %m"); } /** * Run a command. This is used for the ``prerun'' and ``postrun'' config file * options * * @param command the command to be ran. Read from the config file * @param file the file name we're about to export **/ int do_run(gchar* command, gchar* file) { gchar* cmd; int retval=0; if(command && *command) { cmd = g_strdup_printf(command, file); retval=system(cmd); g_free(cmd); } return retval; } static inline void finalize_client(CLIENT* client) { g_thread_pool_free(tpool, FALSE, TRUE); do_run(client->server->postrun, client->exportname); if(client->transactionlogfd != -1) { close(client->transactionlogfd); client->transactionlogfd = -1; } if(client->server->flags & F_COPYONWRITE) { unlink(client->difffilename); } } static inline void socket_closed_transmission(CLIENT* client) { int saved_errno = errno; finalize_client(client); errno = saved_errno; err("Connection dropped: %m"); } #ifdef HAVE_SPLICE /** * Splice data between a pipe and a file descriptor * * @param fd_in The fd to splice from. * @param off_in The fd_in offset to splice from. * @param fd_out The fd to splice to. * @param off_out The fd_out offset to splice to. * @param len The length to splice. */ static inline void spliceit(int fd_in, loff_t *off_in, int fd_out, loff_t *off_out, size_t len) { ssize_t ret; while (len > 0) { if ((ret = splice(fd_in, off_in, fd_out, off_out, len, SPLICE_F_MOVE)) <= 0) err("Splice failed: %m"); len -= ret; } } #endif /** * Print out a message about how to use nbd-server. Split out to a separate * function so that we can call it from multiple places */ void usage() { printf("This is nbd-server version " VERSION "\n"); printf("Usage: [ip:|ip6@]port file_to_export [size][kKmM] [-l authorize_file] [-r] [-m] [-c] [-C configuration file] [-p PID file name] [-o section name] [-M max connections] [-V]\n" "\t-r|--read-only\t\tread only\n" "\t-m|--multi-file\t\tmultiple file\n" "\t-c|--copy-on-write\tcopy on write\n" "\t-C|--config-file\tspecify an alternate configuration file\n" "\t-l|--authorize-file\tfile with list of hosts that are allowed to\n\t\t\t\tconnect.\n" "\t-p|--pid-file\t\tspecify a filename to write our PID to\n" "\t-o|--output-config\toutput a config file section for what you\n\t\t\t\tspecified on the command line, with the\n\t\t\t\tspecified section name\n" "\t-M|--max-connections\tspecify the maximum number of opened connections\n" "\t-V|--version\toutput the version and exit\n\n" "\tif port is set to 0, stdin is used (for running from inetd).\n" "\tif file_to_export contains '%%s', it is substituted with the IP\n" "\t\taddress of the machine trying to connect\n" "\tif ip is set, it contains the local IP address on which we're listening.\n\tif not, the server will listen on all local IP addresses\n"); printf("Using configuration file %s\n", CFILE); printf("For help, or when encountering bugs, please contact %s\n", PACKAGE_BUGREPORT); } /* Dumps a config file section of the given SERVER*, and exits. */ void dump_section(SERVER* serve, gchar* section_header) { printf("[%s]\n", section_header); printf("\texportname = %s\n", serve->exportname); printf("\tlistenaddr = %s\n", serve->listenaddr); if(serve->flags & F_READONLY) { printf("\treadonly = true\n"); } if(serve->flags & F_MULTIFILE) { printf("\tmultifile = true\n"); } if(serve->flags & F_TREEFILES) { printf("\ttreefiles = true\n"); } if(serve->flags & F_COPYONWRITE) { printf("\tcopyonwrite = true\n"); } if(serve->expected_size) { printf("\tfilesize = %lld\n", (long long int)serve->expected_size); } if(serve->authname) { printf("\tauthfile = %s\n", serve->authname); } exit(EXIT_SUCCESS); } /** * Parse the command line. * * @param argc the argc argument to main() * @param argv the argv argument to main() **/ SERVER* cmdline(int argc, char *argv[], struct generic_conf *genconf) { int i=0; int nonspecial=0; int c; struct option long_options[] = { {"read-only", no_argument, NULL, 'r'}, {"multi-file", no_argument, NULL, 'm'}, {"copy-on-write", no_argument, NULL, 'c'}, {"dont-fork", no_argument, NULL, 'd'}, {"authorize-file", required_argument, NULL, 'l'}, {"config-file", required_argument, NULL, 'C'}, {"pid-file", required_argument, NULL, 'p'}, {"output-config", required_argument, NULL, 'o'}, {"max-connection", required_argument, NULL, 'M'}, {"version", no_argument, NULL, 'V'}, {0,0,0,0} }; SERVER *serve; off_t es; size_t last; char suffix; gboolean do_output=FALSE; gchar* section_header=""; gchar** addr_port; if(argc==1) { return NULL; } serve=g_new0(SERVER, 1); serve->authname = g_strdup(default_authname); serve->virtstyle=VIRT_IPLIT; while((c=getopt_long(argc, argv, "-C:cwdl:mo:rp:M:V", long_options, &i))>=0) { switch (c) { case 1: /* non-option argument */ switch(nonspecial++) { case 0: if(strchr(optarg, ':') == strrchr(optarg, ':')) { addr_port=g_strsplit(optarg, ":", 2); /* Check for "@" - maybe user using this separator for IPv4 address */ if(!addr_port[1]) { g_strfreev(addr_port); addr_port=g_strsplit(optarg, "@", 2); } } else { addr_port=g_strsplit(optarg, "@", 2); } if(addr_port[1]) { genconf->modernport=g_strdup(addr_port[1]); genconf->modernaddr=g_strdup(addr_port[0]); } else { g_free(genconf->modernaddr); genconf->modernaddr=NULL; genconf->modernport=g_strdup(addr_port[0]); } g_strfreev(addr_port); break; case 1: serve->exportname = g_strdup(optarg); if(serve->exportname[0] != '/') { fprintf(stderr, "E: The to be exported file needs to be an absolute filename!\n"); exit(EXIT_FAILURE); } break; case 2: last=strlen(optarg)-1; suffix=optarg[last]; if (suffix == 'k' || suffix == 'K' || suffix == 'm' || suffix == 'M') optarg[last] = '\0'; es = (off_t)atoll(optarg); switch (suffix) { case 'm': case 'M': es <<= 10; case 'k': case 'K': es <<= 10; default : break; } serve->expected_size = es; break; } break; case 'r': serve->flags |= F_READONLY; break; case 'm': serve->flags |= F_MULTIFILE; break; case 'o': do_output = TRUE; section_header = g_strdup(optarg); break; case 'p': strncpy(pidfname, optarg, 256); pidfname[255]='\0'; break; case 'c': serve->flags |=F_COPYONWRITE; break; case 'd': dontfork = 1; break; case 'C': g_free(config_file_pos); config_file_pos=g_strdup(optarg); break; case 'l': g_free(serve->authname); serve->authname=g_strdup(optarg); break; case 'M': serve->max_connections = strtol(optarg, NULL, 0); break; case 'V': printf("This is nbd-server version " VERSION "\n"); exit(EXIT_SUCCESS); break; default: usage(); exit(EXIT_FAILURE); break; } } /* What's left: the port to export, the name of the to be exported * file, and, optionally, the size of the file, in that order. */ if(nonspecial<2) { g_free(serve); serve=NULL; } else { serve->servename = ""; } if(do_output) { if(!serve) { g_critical("Need a complete configuration on the command line to output a config file section!"); exit(EXIT_FAILURE); } dump_section(serve, section_header); } return serve; } /* forward definition of parse_cfile */ GArray* parse_cfile(gchar* f, struct generic_conf *genconf, bool expect_generic, GError** e); #ifdef HAVE_STRUCT_DIRENT_D_TYPE #define NBD_D_TYPE de->d_type #else #define NBD_D_TYPE 0 #define DT_UNKNOWN 0 #define DT_REG 1 #endif /** * Parse config file snippets in a directory. Uses readdir() and friends * to find files and open them, then passes them on to parse_cfile * with have_global set false **/ GArray* do_cfile_dir(gchar* dir, struct generic_conf *const genconf, GError** e) { DIR* dirh = opendir(dir); struct dirent* de; gchar* fname; GArray* retval = NULL; GArray* tmp; struct stat stbuf; if(!dirh) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_DIR_UNKNOWN, "Invalid directory specified: %s", strerror(errno)); return NULL; } errno=0; while((de = readdir(dirh))) { int saved_errno=errno; fname = g_build_filename(dir, de->d_name, NULL); switch(NBD_D_TYPE) { case DT_UNKNOWN: /* Filesystem doesn't return type of * file through readdir. Run stat() on * the file instead */ if(stat(fname, &stbuf)) { perror("stat"); goto err_out; } if (!S_ISREG(stbuf.st_mode)) { goto next; } case DT_REG: /* Skip unless the name ends with '.conf' */ if(strcmp((de->d_name + strlen(de->d_name) - 5), ".conf")) { goto next; } tmp = parse_cfile(fname, genconf, false, e); errno=saved_errno; if(*e) { goto err_out; } if(!retval) retval = g_array_new(FALSE, TRUE, sizeof(SERVER)); retval = g_array_append_vals(retval, tmp->data, tmp->len); g_array_free(tmp, TRUE); default: break; } next: g_free(fname); } if(errno) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_READDIR_ERR, "Error trying to read directory: %s", strerror(errno)); err_out: if(retval) g_array_free(retval, TRUE); retval = NULL; } if(dirh) closedir(dirh); return retval; } /** * Parse the config file. * * @param f the name of the config file * * @param genconf a pointer to generic configuration which will get * updated with parsed values. If NULL, then parsed generic * configuration values are safely and silently discarded. * * @param e a GError. Error code can be any of the following: * NBDS_ERR_CFILE_NOTFOUND, NBDS_ERR_CFILE_MISSING_GENERIC, * NBDS_ERR_CFILE_VALUE_INVALID, NBDS_ERR_CFILE_VALUE_UNSUPPORTED * or NBDS_ERR_CFILE_NO_EXPORTS. @see NBDS_ERRS. * * @param expect_generic if true, we expect a configuration file that * contains a [generic] section. If false, we don't. * * @return a GArray of SERVER* pointers. If the config file is empty or does not * exist, returns an empty GArray; if the config file contains an * error, returns NULL, and e is set appropriately **/ GArray* parse_cfile(gchar* f, struct generic_conf *const genconf, bool expect_generic, GError** e) { const char* DEFAULT_ERROR = "Could not parse %s in group %s: %s"; const char* MISSING_REQUIRED_ERROR = "Could not find required value %s in group %s: %s"; gchar* cfdir = NULL; SERVER s; gchar *virtstyle=NULL; PARAM lp[] = { { "exportname", TRUE, PARAM_STRING, &(s.exportname), 0 }, { "authfile", FALSE, PARAM_STRING, &(s.authname), 0 }, { "filesize", FALSE, PARAM_OFFT, &(s.expected_size), 0 }, { "virtstyle", FALSE, PARAM_STRING, &(virtstyle), 0 }, { "prerun", FALSE, PARAM_STRING, &(s.prerun), 0 }, { "postrun", FALSE, PARAM_STRING, &(s.postrun), 0 }, { "transactionlog", FALSE, PARAM_STRING, &(s.transactionlog), 0 }, { "cowdir", FALSE, PARAM_STRING, &(s.cowdir), 0 }, { "readonly", FALSE, PARAM_BOOL, &(s.flags), F_READONLY }, { "multifile", FALSE, PARAM_BOOL, &(s.flags), F_MULTIFILE }, { "treefiles", FALSE, PARAM_BOOL, &(s.flags), F_TREEFILES }, { "copyonwrite", FALSE, PARAM_BOOL, &(s.flags), F_COPYONWRITE }, { "waitfile", FALSE, PARAM_BOOL, &(s.flags), F_WAIT }, { "sparse_cow", FALSE, PARAM_BOOL, &(s.flags), F_SPARSE }, { "sdp", FALSE, PARAM_BOOL, &(s.flags), F_SDP }, { "sync", FALSE, PARAM_BOOL, &(s.flags), F_SYNC }, { "flush", FALSE, PARAM_BOOL, &(s.flags), F_FLUSH }, { "fua", FALSE, PARAM_BOOL, &(s.flags), F_FUA }, { "rotational", FALSE, PARAM_BOOL, &(s.flags), F_ROTATIONAL }, { "temporary", FALSE, PARAM_BOOL, &(s.flags), F_TEMPORARY }, { "trim", FALSE, PARAM_BOOL, &(s.flags), F_TRIM }, { "listenaddr", FALSE, PARAM_STRING, &(s.listenaddr), 0 }, { "maxconnections", FALSE, PARAM_INT, &(s.max_connections), 0 }, { "force_tls", FALSE, PARAM_BOOL, &(s.flags), F_FORCEDTLS }, { "splice", FALSE, PARAM_BOOL, &(s.flags), F_SPLICE}, }; const int lp_size=sizeof(lp)/sizeof(PARAM); struct generic_conf genconftmp; PARAM gp[] = { { "user", FALSE, PARAM_STRING, &(genconftmp.user), 0 }, { "group", FALSE, PARAM_STRING, &(genconftmp.group), 0 }, { "oldstyle", FALSE, PARAM_BOOL, &(genconftmp.flags), F_OLDSTYLE }, // only left here so we can issue an appropriate error message when the option is used { "listenaddr", FALSE, PARAM_STRING, &(genconftmp.modernaddr), 0 }, { "port", FALSE, PARAM_STRING, &(genconftmp.modernport), 0 }, { "includedir", FALSE, PARAM_STRING, &cfdir, 0 }, { "allowlist", FALSE, PARAM_BOOL, &(genconftmp.flags), F_LIST }, { "unixsock", FALSE, PARAM_STRING, &(genconftmp.unixsock), 0 }, { "max_threads", FALSE, PARAM_INT, &(genconftmp.threads), 0 }, { "force_tls", FALSE, PARAM_BOOL, &(genconftmp.flags), F_FORCEDTLS }, { "certfile", FALSE, PARAM_STRING, &(genconftmp.certfile), 0 }, { "keyfile", FALSE, PARAM_STRING, &(genconftmp.keyfile), 0 }, { "cacertfile", FALSE, PARAM_STRING, &(genconftmp.cacertfile), 0 }, { "tlsprio", FALSE, PARAM_STRING, &(genconftmp.tlsprio), 0 }, }; PARAM* p=gp; int p_size=sizeof(gp)/sizeof(PARAM); GKeyFile *cfile; GError *err = NULL; const char *err_msg=NULL; GArray *retval=NULL; gchar **groups; gboolean bval; gint ival; gint64 i64val; gchar* sval; gchar* startgroup; gint i; gint j; memset(&genconftmp, 0, sizeof(struct generic_conf)); genconftmp.tlsprio = "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2:%SERVER_PRECEDENCE"; if (genconf) { /* Use the passed configuration values as defaults. The * parsing algorithm below updates all parameter targets * found from configuration files. */ memcpy(&genconftmp, genconf, sizeof(struct generic_conf)); } cfile = g_key_file_new(); retval = g_array_new(FALSE, TRUE, sizeof(SERVER)); if(!g_key_file_load_from_file(cfile, f, G_KEY_FILE_KEEP_COMMENTS | G_KEY_FILE_KEEP_TRANSLATIONS, &err)) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_NOTFOUND, "Could not open config file %s: %s", f, err->message); g_key_file_free(cfile); return retval; } startgroup = g_key_file_get_start_group(cfile); if((!startgroup || strcmp(startgroup, "generic")) && expect_generic) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_MISSING_GENERIC, "Config file does not contain the [generic] group!"); g_key_file_free(cfile); return NULL; } groups = g_key_file_get_groups(cfile, NULL); for(i=0;groups[i];i++) { memset(&s, '\0', sizeof(SERVER)); /* After the [generic] group or when we're parsing an include * directory, start parsing exports */ if(i==1 || !expect_generic) { p=lp; p_size=lp_size; } for(j=0;jcode == G_KEY_FILE_ERROR_KEY_NOT_FOUND) { if(!p[j].required) { /* Ignore not-found error for optional values */ g_clear_error(&err); continue; } else { err_msg = MISSING_REQUIRED_ERROR; } } else { err_msg = DEFAULT_ERROR; } g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_VALUE_INVALID, err_msg, p[j].paramname, groups[i], err->message); g_array_free(retval, TRUE); g_error_free(err); g_key_file_free(cfile); return NULL; } } if(virtstyle) { if(!strncmp(virtstyle, "none", 4)) { s.virtstyle=VIRT_NONE; } else if(!strncmp(virtstyle, "ipliteral", 9)) { s.virtstyle=VIRT_IPLIT; } else if(!strncmp(virtstyle, "iphash", 6)) { s.virtstyle=VIRT_IPHASH; } else if(!strncmp(virtstyle, "cidrhash", 8)) { s.virtstyle=VIRT_CIDR; if(strlen(virtstyle)<10) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_VALUE_INVALID, "Invalid value %s for parameter virtstyle in group %s: missing length", virtstyle, groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } s.cidrlen=strtol(virtstyle+8, NULL, 0); } else { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_VALUE_INVALID, "Invalid value %s for parameter virtstyle in group %s", virtstyle, groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } } else { s.virtstyle=VIRT_IPLIT; } if(genconftmp.flags & F_OLDSTYLE) { g_message("Since 3.10, the oldstyle protocol is no longer supported. Please migrate to the newstyle protocol."); g_message("Exiting."); return NULL; } #ifndef HAVE_SPLICE if (s.flags & F_SPLICE) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_VALUE_UNSUPPORTED, "This nbd-server was built without splice support, yet group %s uses it", groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } #endif /* We can't mix copyonwrite and splice. */ if ((s.flags & F_COPYONWRITE) && (s.flags & F_SPLICE)) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_INVALID_SPLICE, "Cannot mix copyonwrite with splice for an export in group %s", groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } if ((s.flags & F_COPYONWRITE) && (s.flags & F_WAIT)) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_INVALID_WAIT, "Cannot mix copyonwrite with waitfile for an export in group %s", groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } /* Don't need to free this, it's not our string */ virtstyle=NULL; /* Don't append values for the [generic] group */ if(i>0 || !expect_generic) { s.servename = groups[i]; g_array_append_val(retval, s); } #ifndef WITH_SDP if(s.flags & F_SDP) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_VALUE_UNSUPPORTED, "This nbd-server was built without support for SDP, yet group %s uses it", groups[i]); g_array_free(retval, TRUE); g_key_file_free(cfile); return NULL; } #endif } g_key_file_free(cfile); if(cfdir) { GArray* extra = do_cfile_dir(cfdir, &genconftmp, e); if(extra) { retval = g_array_append_vals(retval, extra->data, extra->len); i+=extra->len; g_array_free(extra, TRUE); } else { if(*e) { g_array_free(retval, TRUE); return NULL; } } } if(i==1 && expect_generic) { g_set_error(e, NBDS_ERR, NBDS_ERR_CFILE_NO_EXPORTS, "The config file does not specify any exports"); } if (genconf) { /* Return the updated generic configuration through the * pointer parameter. */ memcpy(genconf, &genconftmp, sizeof(struct generic_conf)); } return retval; } /** * Handle SIGCHLD by setting atomically a flag which will be evaluated in the * main loop of the root server process. This allows us to separate the signal * catching from th actual task triggered by SIGCHLD and hence processing in the * interrupt context is kept as minimial as possible. * * @param s the signal we're handling (must be SIGCHLD, or something * is severely wrong) **/ static void sigchld_handler(const int s G_GNUC_UNUSED) { is_sigchld_caught = 1; } /** * Kill a child. Called from sigterm_handler::g_hash_table_foreach. * * @param key the key * @param value the value corresponding to the above key * @param user_data a pointer which we always set to 1, so that we know what * will happen next. **/ void killchild(gpointer key, gpointer value, gpointer user_data) { pid_t *pid=value; kill(*pid, SIGTERM); } /** * Handle SIGTERM by setting atomically a flag which will be evaluated in the * main loop of the root server process. This allows us to separate the signal * catching from th actual task triggered by SIGTERM and hence processing in the * interrupt context is kept as minimial as possible. * * @param s the signal we're handling (must be SIGTERM, or something * is severely wrong). **/ static void sigterm_handler(const int s G_GNUC_UNUSED) { is_sigterm_caught = 1; } /** * Handle SIGHUP by setting atomically a flag which will be evaluated in * the main loop of the root server process. This allows us to separate * the signal catching from th actual task triggered by SIGHUP and hence * processing in the interrupt context is kept as minimial as possible. * * @param s the signal we're handling (must be SIGHUP, or something * is severely wrong). **/ static void sighup_handler(const int s G_GNUC_UNUSED) { is_sighup_caught = 1; } static void sigusr1_handler(const int s G_GNUC_UNUSED) { msg(LOG_INFO, "Got SIGUSR1"); sem_post(&file_wait_sem); } /** * Get the file handle and offset, given an export offset. * * @param client The client we're serving for * @param a The offset to get corresponding file/offset for * @param fhandle [out] File descriptor * @param foffset [out] Offset into fhandle * @param maxbytes [out] Tells how many bytes can be read/written * from fhandle starting at foffset (0 if there is no limit) * @return 0 on success, -1 on failure **/ int get_filepos(CLIENT *client, off_t a, int* fhandle, off_t* foffset, size_t* maxbytes ) { GArray * const export = client->export; /* Negative offset not allowed */ if(a < 0) return -1; /* Open separate file for treefiles */ if (client->server->flags & F_TREEFILES) { *foffset = a % TREEPAGESIZE; *maxbytes = (( 1 + (a/TREEPAGESIZE) ) * TREEPAGESIZE) - a; // start position of next block *fhandle = open_treefile(client->exportname, ((client->server->flags & F_READONLY) ? O_RDONLY : O_RDWR), client->exportsize,a, &client->lock); return 0; } /* Binary search for last file with starting offset <= a */ FILE_INFO fi; int start = 0; int end = export->len - 1; while( start <= end ) { int mid = (start + end) / 2; fi = g_array_index(export, FILE_INFO, mid); if( fi.startoff < a ) { start = mid + 1; } else if( fi.startoff > a ) { end = mid - 1; } else { start = end = mid; break; } } /* end should never go negative, since first startoff is 0 and a >= 0 */ assert(end >= 0); fi = g_array_index(export, FILE_INFO, end); *fhandle = fi.fhandle; *foffset = a - fi.startoff; *maxbytes = 0; if( end+1 < export->len ) { FILE_INFO fi_next = g_array_index(export, FILE_INFO, end+1); *maxbytes = fi_next.startoff - a; } return 0; } /** * Write an amount of bytes at a given offset to the right file. This * abstracts the write-side of the multiple file option. * * @param a The offset where the write should start * @param buf The buffer to write from * @param len The length of buf * @param client The client we're serving for * @param fua Flag to indicate 'Force Unit Access' * @return The number of bytes actually written, or -1 in case of an error **/ ssize_t rawexpwrite(off_t a, char *buf, size_t len, CLIENT *client, int fua) { int fhandle; off_t foffset; size_t maxbytes; ssize_t retval; if(get_filepos(client, a, &fhandle, &foffset, &maxbytes)) return -1; if(maxbytes && len > maxbytes) len = maxbytes; DEBUG("(WRITE to fd %d offset %llu len %u fua %d), ", fhandle, (long long unsigned)foffset, (unsigned int)len, fua); retval = pwrite(fhandle, buf, len, foffset); if(client->server->flags & F_SYNC) { fsync(fhandle); } else if (fua) { /* This is where we would do the following * #ifdef USE_SYNC_FILE_RANGE * However, we don't, for the reasons set out below * by Christoph Hellwig * * [BEGINS] * fdatasync is equivalent to fsync except that it does not flush * non-essential metadata (basically just timestamps in practice), but it * does flush metadata requried to find the data again, e.g. allocation * information and extent maps. sync_file_range does nothing but flush * out pagecache content - it means you basically won't get your data * back in case of a crash if you either: * * a) have a volatile write cache in your disk (e.g. any normal SATA disk) * b) are using a sparse file on a filesystem * c) are using a fallocate-preallocated file on a filesystem * d) use any file on a COW filesystem like btrfs * * e.g. it only does anything useful for you if you do not have a volatile * write cache, and either use a raw block device node, or just overwrite * an already fully allocated (and not preallocated) file on a non-COW * filesystem. * [ENDS] * * What we should do is open a second FD with O_DSYNC set, then write to * that when appropriate. However, with a Linux client, every REQ_FUA * immediately follows a REQ_FLUSH, so fdatasync does not cause performance * problems. * */ #if 0 sync_file_range(fhandle, foffset, len, SYNC_FILE_RANGE_WAIT_BEFORE | SYNC_FILE_RANGE_WRITE | SYNC_FILE_RANGE_WAIT_AFTER); #else fdatasync(fhandle); #endif } /* close file pointer in case of treefiles */ if (client->server->flags & F_TREEFILES) { close(fhandle); } return retval; } /** * Call rawexpwrite repeatedly until all data has been written. * * @param a The offset where the write should start * @param buf The buffer to write from * @param len The length of buf * @param client The client we're serving for * @param fua Flag to indicate 'Force Unit Access' * @return 0 on success, nonzero on failure **/ int rawexpwrite_fully(off_t a, char *buf, size_t len, CLIENT *client, int fua) { ssize_t ret=0; while(len > 0 && (ret=rawexpwrite(a, buf, len, client, fua)) > 0 ) { a += ret; buf += ret; len -= ret; } return (ret < 0 || len != 0); } /** * Read an amount of bytes at a given offset from the right file. This * abstracts the read-side of the multiple files option. * * @param a The offset where the read should start * @param buf A buffer to read into * @param len The size of buf * @param client The client we're serving for * @return The number of bytes actually read, or -1 in case of an * error. **/ ssize_t rawexpread(off_t a, char *buf, size_t len, CLIENT *client) { int fhandle; off_t foffset; size_t maxbytes; ssize_t retval; if(get_filepos(client, a, &fhandle, &foffset, &maxbytes)) return -1; if(maxbytes && len > maxbytes) len = maxbytes; DEBUG("(READ from fd %d offset %llu len %u), ", fhandle, (long long unsigned int)foffset, (unsigned int)len); retval = pread(fhandle, buf, len, foffset); if (client->server->flags & F_TREEFILES) { close(fhandle); } return retval; } /** * Call rawexpread repeatedly until all data has been read. * @return 0 on success, nonzero on failure **/ int rawexpread_fully(off_t a, char *buf, size_t len, CLIENT *client) { ssize_t ret=0; while(len > 0 && (ret=rawexpread(a, buf, len, client)) > 0 ) { a += ret; buf += ret; len -= ret; } return (ret < 0 || len != 0); } #ifdef HAVE_SPLICE int rawexpsplice(int pipe, off_t a, size_t len, CLIENT *client, int dir, int fua) { int fhandle; off_t foffset; size_t maxbytes; ssize_t retval; if (get_filepos(client, a, &fhandle, &foffset, &maxbytes)) return -1; if (maxbytes && len > maxbytes) len = maxbytes; DEBUG("(SPLICE %s fd %d offset %llu len %u), ", (dir == SPLICE_IN) ? "from" : "to", fhandle, (unsigned long long)a, (unsigned)len); /* * SPLICE_F_MOVE doesn't actually work at the moment, but in the future * it might, so go ahead and use it. */ if (dir == SPLICE_IN) { retval = splice(fhandle, &foffset, pipe, NULL, len, SPLICE_F_MOVE); } else { retval = splice(pipe, NULL, fhandle, &foffset, len, SPLICE_F_MOVE); if (client->server->flags & F_SYNC) fsync(fhandle); else if (fua) fdatasync(fhandle); } if (client->server->flags & F_TREEFILES) close(fhandle); return retval; } /** * Splice an amount of bytes from the given offset from/into the right file * from/into the given pipe. * @param pipe The pipe we are using for this splice. * @param a The offset of the file we are operating on. * @param len The length of the splice. * @param client The client we're splicing for. * @param dir The direction we are doing the splice in. * @param fua Set if this is a write and we need to fua. * @return 0 on success, nonzero on failure. */ int expsplice(int pipe, off_t a, size_t len, CLIENT *client, int dir, int fua) { ssize_t ret; while (len > 0 && (ret = rawexpsplice(pipe, a, len, client, dir, fua)) > 0) { a += ret; len -= ret; } return (ret < 0 || len != 0); } #endif /* HAVE_SPLICE */ /** * Read an amount of bytes at a given offset from the right file. This * abstracts the read-side of the copyonwrite stuff, and calls * rawexpread() with the right parameters to do the actual work. * @param a The offset where the read should start * @param buf A buffer to read into * @param len The size of buf * @param client The client we're going to read for * @return 0 on success, nonzero on failure **/ int expread(off_t a, char *buf, size_t len, CLIENT *client) { off_t rdlen, offset; off_t mapcnt, mapl, maph, pagestart; DEBUG("Asked to read %u bytes at %llu.\n", (unsigned int)len, (unsigned long long)a); if (!(client->server->flags & F_COPYONWRITE) && !((client->server->flags & F_WAIT) && (client->export == NULL))) return(rawexpread_fully(a, buf, len, client)); mapl=a/DIFFPAGESIZE; maph=(a+len-1)/DIFFPAGESIZE; for (mapcnt=mapl;mapcnt<=maph;mapcnt++) { pagestart=mapcnt*DIFFPAGESIZE; offset=a-pagestart; rdlen=(0server->flags & F_COPYONWRITE)) pthread_rwlock_rdlock(&client->export_lock); if (client->difmap[mapcnt]!=(u32)(-1)) { /* the block is already there */ DEBUG("Page %llu is at %lu\n", (unsigned long long)mapcnt, (unsigned long)(client->difmap[mapcnt])); if (pread(client->difffile, buf, rdlen, client->difmap[mapcnt]*DIFFPAGESIZE+offset) != rdlen) goto fail; } else { /* the block is not there */ if ((client->server->flags & F_WAIT) && (client->export == NULL)){ DEBUG("Page %llu is not here, and waiting for file\n", (unsigned long long)mapcnt); goto fail; } else { DEBUG("Page %llu is not here, we read the original one\n", (unsigned long long)mapcnt); if(rawexpread_fully(a, buf, rdlen, client)) goto fail; } } if (!(client->server->flags & F_COPYONWRITE)) pthread_rwlock_unlock(&client->export_lock); len-=rdlen; a+=rdlen; buf+=rdlen; } return 0; fail: if (!(client->server->flags & F_COPYONWRITE)) pthread_rwlock_unlock(&client->export_lock); return -1; } /** * Write an amount of bytes at a given offset to the right file. This * abstracts the write-side of the copyonwrite option, and calls * rawexpwrite() with the right parameters to do the actual work. * * @param a The offset where the write should start * @param buf The buffer to write from * @param len The length of buf * @param client The client we're going to write for. * @param fua Flag to indicate 'Force Unit Access' * @return 0 on success, nonzero on failure **/ int expwrite(off_t a, char *buf, size_t len, CLIENT *client, int fua) { char pagebuf[DIFFPAGESIZE]; off_t mapcnt,mapl,maph; off_t wrlen,rdlen; off_t pagestart; off_t offset; DEBUG("Asked to write %u bytes at %llu.\n", (unsigned int)len, (unsigned long long)a); if (!(client->server->flags & F_COPYONWRITE) && !((client->server->flags & F_WAIT) && (client->export == NULL))) return(rawexpwrite_fully(a, buf, len, client, fua)); mapl=a/DIFFPAGESIZE ; maph=(a+len-1)/DIFFPAGESIZE ; for (mapcnt=mapl;mapcnt<=maph;mapcnt++) { pagestart=mapcnt*DIFFPAGESIZE ; offset=a-pagestart ; wrlen=(0server->flags & F_COPYONWRITE)) pthread_rwlock_rdlock(&client->export_lock); if (client->difmap[mapcnt]!=(u32)(-1)) { /* the block is already there */ DEBUG("Page %llu is at %lu\n", (unsigned long long)mapcnt, (unsigned long)(client->difmap[mapcnt])) ; if (pwrite(client->difffile, buf, wrlen, client->difmap[mapcnt]*DIFFPAGESIZE+offset) != wrlen) goto fail; } else { /* the block is not there */ client->difmap[mapcnt]=(client->server->flags&F_SPARSE)?mapcnt:client->difffilelen++; DEBUG("Page %llu is not here, we put it at %lu\n", (unsigned long long)mapcnt, (unsigned long)(client->difmap[mapcnt])); if ((offset != 0) || (wrlen != DIFFPAGESIZE)){ if ((client->server->flags & F_WAIT) && (client->export == NULL)){ DEBUG("error: we can write only whole page while waiting for file\n"); goto fail; } rdlen=DIFFPAGESIZE ; if (rawexpread_fully(pagestart, pagebuf, rdlen, client)) goto fail; } memcpy(pagebuf+offset,buf,wrlen) ; if (write(client->difffile, pagebuf, DIFFPAGESIZE) != DIFFPAGESIZE) goto fail; } if (!(client->server->flags & F_COPYONWRITE)) pthread_rwlock_unlock(&client->export_lock); len-=wrlen ; a+=wrlen ; buf+=wrlen ; } if (client->server->flags & F_SYNC) { fsync(client->difffile); } else if (fua) { /* open question: would it be cheaper to do multiple sync_file_ranges? as we iterate through the above? */ fdatasync(client->difffile); } return 0; fail: if (!(client->server->flags & F_COPYONWRITE)) pthread_rwlock_unlock(&client->export_lock); return -1; } /** * Write an amount of zeroes at a given offset to the right file. * This routine could be optimised by not calling expwrite. However, * this is by far the simplest way to do it. * * @param req the request * @param client The client we're going to write for. * @return 0 on success, nonzero on failure **/ int expwrite_zeroes(struct nbd_request* req, CLIENT* client, int fua) { off_t a = req->from; size_t len = req->len; size_t maxsize = 64LL*1024LL*1024LL; /* use calloc() as sadly MAP_ANON is apparently not POSIX standard */ char *buf = calloc (1, maxsize); int ret; while (len > 0) { size_t l = len; if (l > maxsize) l = maxsize; ret = expwrite(a, buf, l, client, fua); if (ret) { free(buf); return ret; } len -= l; } free(buf); return 0; } /** * Flush data to a client * * @param client The client we're going to write for. * @return 0 on success, nonzero on failure **/ int expflush(CLIENT *client) { gint i; if (client->server->flags & F_COPYONWRITE) { return fsync(client->difffile); } if (client->server->flags & F_WAIT) { return fsync(client->difffile); } if (client->server->flags & F_TREEFILES ) { // all we can do is force sync the entire filesystem containing the tree if (client->server->flags & F_READONLY) return 0; sync(); return 0; } for (i = 0; i < client->export->len; i++) { FILE_INFO fi = g_array_index(client->export, FILE_INFO, i); if (fsync(fi.fhandle) < 0) return -1; } return 0; } void punch_hole(int fd, off_t off, off_t len) { DEBUG("punching hole in fd=%d, starting from %llu, length %llu\n", fd, (unsigned long long)off, (unsigned long long)len); #if HAVE_FALLOC_PH fallocate(fd, FALLOC_FL_PUNCH_HOLE | FALLOC_FL_KEEP_SIZE, off, len); #elif HAVE_FSCTL_SET_ZERO_DATA FILE_ZERO_DATA_INFORMATION zerodata; zerodata.FileOffset.QuadPart = off; zerodata.BeyondFinalZero.QuadPart = off + len; HANDLE w32handle = (HANDLE)_get_osfhandle(fd); DWORD bytesret; DeviceIoControl(w32handle, FSCTL_SET_ZERO_DATA, &zerodata, sizeof(zerodata), NULL, 0, &bytesret, NULL); #else DEBUG("punching holes not supported on this platform\n"); #endif } static void send_reply(CLIENT* client, uint32_t opt, uint32_t reply_type, ssize_t datasize, void* data) { struct { uint64_t magic; uint32_t opt; uint32_t reply_type; uint32_t datasize; } __attribute__ ((packed)) header = { htonll(0x3e889045565a9LL), htonl(opt), htonl(reply_type), htonl(datasize), }; if(datasize < 0) { datasize = strlen((char*)data); header.datasize = htonl(datasize); } socket_write(client, &header, sizeof(header)); if(data != NULL) { socket_write(client, data, datasize); } } /** * Find the name of the file we have to serve. This will use g_strdup_printf * to put the IP address of the client inside a filename containing * "%s" (in the form as specified by the "virtstyle" option). That name * is then written to client->exportname. * * @param net A socket connected to an nbd client * @param client information about the client. The IP address in human-readable * format will be written to a new char* buffer, the address of which will be * stored in client->clientname. * @return: 0 - OK, -1 - failed. **/ int set_peername(int net, CLIENT *client) { struct sockaddr_storage netaddr; struct sockaddr* addr = (struct sockaddr*)&netaddr; socklen_t addrinlen = sizeof( struct sockaddr_storage ); struct addrinfo hints; struct addrinfo *ai = NULL; char peername[NI_MAXHOST]; char netname[NI_MAXHOST]; char *tmp = NULL; int i; int e; if (getsockname(net, addr, &addrinlen) < 0) { msg(LOG_INFO, "getsockname failed: %m"); return -1; } if(netaddr.ss_family == AF_UNIX) { client->clientaddr.ss_family = AF_UNIX; strcpy(peername, "unix"); } else { if (getpeername(net, (struct sockaddr *) &(client->clientaddr), &addrinlen) < 0) { msg(LOG_INFO, "getpeername failed: %m"); return -1; } if((e = getnameinfo((struct sockaddr *)&(client->clientaddr), addrinlen, peername, sizeof (peername), NULL, 0, NI_NUMERICHOST))) { msg(LOG_INFO, "getnameinfo failed: %s", gai_strerror(e)); return -1; } memset(&hints, '\0', sizeof (hints)); hints.ai_flags = AI_ADDRCONFIG; e = getaddrinfo(peername, NULL, &hints, &ai); if(e != 0) { msg(LOG_INFO, "getaddrinfo failed: %s", gai_strerror(e)); freeaddrinfo(ai); return -1; } } if(strncmp(peername, "::ffff:", 7) == 0) { memmove(peername, peername+7, strlen(peername)); } switch(client->server->virtstyle) { case VIRT_NONE: msg(LOG_DEBUG, "virtualization is off"); client->exportname=g_strdup(client->server->exportname); break; case VIRT_IPHASH: msg(LOG_DEBUG, "virtstyle iphash"); for(i=0;iexportname=g_strdup_printf(client->server->exportname, peername); break; case VIRT_CIDR: msg(LOG_DEBUG, "virtstyle cidr %d", client->server->cidrlen); memcpy(&netaddr, &(client->clientaddr), addrinlen); int addrbits; if(client->clientaddr.ss_family == AF_UNIX) { tmp = g_strdup(peername); } else { assert((ai->ai_family == AF_INET) || (ai->ai_family == AF_INET6)); if(ai->ai_family == AF_INET) { addrbits = 32; } else if(ai->ai_family == AF_INET6) { addrbits = 128; } else { g_assert_not_reached(); } uint8_t* addrptr = (uint8_t*)(((struct sockaddr*)&netaddr)->sa_data); for(int i = 0; i < addrbits; i+=8) { int masklen = client->server->cidrlen - i; masklen = masklen > 0 ? masklen : 0; uint8_t mask = getmaskbyte(masklen); *addrptr &= mask; addrptr++; } getnameinfo((struct sockaddr *) &netaddr, addrinlen, netname, sizeof (netname), NULL, 0, NI_NUMERICHOST); tmp=g_strdup_printf("%s/%s", netname, peername); } if(tmp != NULL) { client->exportname=g_strdup_printf(client->server->exportname, tmp); g_free(tmp); } break; } freeaddrinfo(ai); msg(LOG_INFO, "connect from %s, assigned file is %s", peername, client->exportname); client->clientname=g_strdup(peername); return 0; } int commit_diff(CLIENT* client, bool lock, int fhandle){ int dirtycount = 0; int pagecount = client->exportsize/DIFFPAGESIZE; off_t offset; char* buf = malloc(sizeof(char)*DIFFPAGESIZE); for (int i=0; iexport_lock); if (client->difmap[i] != (u32)-1){ dirtycount += 1; DEBUG("flushing dirty page %d, offset %ld\n", i, offset); if (pread(client->difffile, buf, DIFFPAGESIZE, client->difmap[i]*DIFFPAGESIZE) != DIFFPAGESIZE) { msg(LOG_WARNING, "could not read while committing diff: %m"); if(lock) { pthread_rwlock_unlock(&client->export_lock); } break; } if (pwrite(fhandle, buf, DIFFPAGESIZE, offset) != DIFFPAGESIZE) { msg(LOG_WARNING, "could not write while committing diff: %m"); if (lock) { pthread_rwlock_unlock(&client->export_lock); } break; } client->difmap[i] = (u32)-1; } if (lock) pthread_rwlock_unlock(&client->export_lock); } free(buf); return dirtycount; } void* wait_file(void *void_ptr) { CLIENT* client = (CLIENT *)void_ptr; FILE_INFO fi; GArray* export; mode_t mode = O_RDWR; int dirtycount; fi.fhandle = -1; fi.startoff = 0; while (fi.fhandle < 1){ sem_wait(&file_wait_sem); msg(LOG_INFO, "checking for file %s", client->server->exportname); fi.fhandle = open(client->server->exportname, mode); } msg(LOG_INFO, "File %s appeared, fd %d", client->server->exportname, fi.fhandle); // first time there may be lot of data so we lock only per page do { dirtycount = commit_diff(client, true, fi.fhandle); } while (dirtycount > 0); //last time we lock export for the whole time until we switch write destination pthread_rwlock_wrlock(&client->export_lock); do { dirtycount = commit_diff(client, false, fi.fhandle); } while (dirtycount > 0); export = g_array_new(TRUE, TRUE, sizeof(FILE_INFO)); g_array_append_val(export, fi); client->export = export; pthread_rwlock_unlock(&client->export_lock); msg(LOG_INFO, "Waiting for file ended, switching to exported file %s", client->server->exportname); return NULL; } /** * Set up client export array, which is an array of FILE_INFO. * Also, split a single exportfile into multiple ones, if that was asked. * @param client information on the client which we want to setup export for **/ bool setupexport(CLIENT* client) { int i = 0; off_t laststartoff = 0, lastsize = 0; int multifile = (client->server->flags & F_MULTIFILE); int treefile = (client->server->flags & F_TREEFILES); int temporary = (client->server->flags & F_TEMPORARY) && !multifile; int cancreate = (client->server->expected_size) && !multifile; if (treefile || (client->server->flags & F_WAIT)) { client->export = NULL; // this could be thousands of files so we open handles on demand although its slower client->exportsize = client->server->expected_size; // available space is not checked, as it could change during runtime anyway if(client->server->flags & F_WAIT){ pthread_t wait_file_thread; if (pthread_create(&wait_file_thread, NULL, wait_file, client)){ DEBUG("failed to create wait_file thread"); return false; } } } else { client->export = g_array_new(TRUE, TRUE, sizeof(FILE_INFO)); /* If multi-file, open as many files as we can. * If not, open exactly one file. * Calculate file sizes as we go to get total size. */ for(i=0; ; i++) { FILE_INFO fi; gchar *tmpname; gchar* error_string; if (i) cancreate = 0; /* if expected_size is specified, and this is the first file, we can create the file */ mode_t mode = (client->server->flags & F_READONLY) ? O_RDONLY : (O_RDWR | (cancreate?O_CREAT:0)); if (temporary) { tmpname=g_strdup_printf("%s.%d-XXXXXX", client->exportname, i); DEBUG( "Opening %s\n", tmpname ); fi.fhandle = mkstemp(tmpname); } else { if(multifile) { tmpname=g_strdup_printf("%s.%d", client->exportname, i); } else { tmpname=g_strdup(client->exportname); } DEBUG( "Opening %s\n", tmpname ); fi.fhandle = open(tmpname, mode, 0600); if(fi.fhandle == -1 && mode == O_RDWR) { /* Try again because maybe media was read-only */ fi.fhandle = open(tmpname, O_RDONLY); if(fi.fhandle != -1) { /* Opening the base file in copyonwrite mode is * okay */ if(!(client->server->flags & F_COPYONWRITE)) { client->server->flags |= F_AUTOREADONLY; client->server->flags |= F_READONLY; } } } } if(fi.fhandle == -1) { if(multifile && i>0) break; error_string=g_strdup_printf( "Could not open exported file %s: %%m", tmpname); err_nonfatal(error_string); return false; } if (temporary) { unlink(tmpname); /* File will stick around whilst FD open */ } fi.startoff = laststartoff + lastsize; g_array_append_val(client->export, fi); g_free(tmpname); /* Starting offset and size of this file will be used to * calculate starting offset of next file */ laststartoff = fi.startoff; lastsize = size_autodetect(fi.fhandle); /* If we created the file, it will be length zero */ if (!lastsize && cancreate) { assert(!multifile); if(ftruncate (fi.fhandle, client->server->expected_size)<0) { err_nonfatal("Could not expand file: %m"); return false; } lastsize = client->server->expected_size; break; /* don't look for any more files */ } if(!multifile || temporary) break; } /* Set export size to total calculated size */ client->exportsize = laststartoff + lastsize; /* Export size may be overridden */ if(client->server->expected_size) { /* desired size must be <= total calculated size */ if(client->server->expected_size > client->exportsize) { err_nonfatal("Size of exported file is too big\n"); return false; } client->exportsize = client->server->expected_size; } } msg(LOG_INFO, "Size of exported file/device is %llu", (unsigned long long)client->exportsize); if(multifile) { msg(LOG_INFO, "Total number of files: %d", i); } if(treefile) { msg(LOG_INFO, "Total number of (potential) files: %" PRId64, (client->exportsize+TREEPAGESIZE-1)/TREEPAGESIZE); } return true; } bool copyonwrite_prepare(CLIENT* client) { off_t i; gchar* dir; gchar* export_base; if (client->server->cowdir != NULL) { dir = g_strdup(client->server->cowdir); } else { dir = g_strdup(dirname(client->exportname)); } export_base = g_strdup(basename(client->exportname)); client->difffilename = g_strdup_printf("%s/%s-%s-%d.diff",dir,export_base,client->clientname, (int)getpid()); g_free(dir); g_free(export_base); msg(LOG_INFO, "About to create map and diff file %s", client->difffilename) ; client->difffile=open(client->difffilename,O_RDWR | O_CREAT | O_TRUNC,0600) ; if (client->difffile<0) { err("Could not create diff file (%m)"); return false; } if ((client->difmap=calloc(client->exportsize/DIFFPAGESIZE,sizeof(u32)))==NULL) { err("Could not allocate memory"); return false; } for (i=0;iexportsize/DIFFPAGESIZE;i++) client->difmap[i]=(u32)-1; return true; } void send_export_info(CLIENT* client, bool maybe_zeroes) { uint64_t size_host = htonll((u64)(client->exportsize)); uint16_t flags = NBD_FLAG_HAS_FLAGS | NBD_FLAG_SEND_WRITE_ZEROES; socket_write(client, &size_host, 8); if (client->server->flags & F_READONLY) flags |= NBD_FLAG_READ_ONLY; if (client->server->flags & F_FLUSH) flags |= NBD_FLAG_SEND_FLUSH; if (client->server->flags & F_FUA) flags |= NBD_FLAG_SEND_FUA; if (client->server->flags & F_ROTATIONAL) flags |= NBD_FLAG_ROTATIONAL; if (client->server->flags & F_TRIM) flags |= NBD_FLAG_SEND_TRIM; if (!(client->server->flags & F_COPYONWRITE)) flags |= NBD_FLAG_CAN_MULTI_CONN; flags = htons(flags); socket_write(client, &flags, sizeof(flags)); if (!(glob_flags & F_NO_ZEROES) && maybe_zeroes) { char zeros[128]; memset(zeros, '\0', sizeof(zeros)); socket_write(client, zeros, 124); } } /** * Commit to exporting the chosen export * * When a client sends NBD_OPT_EXPORT_NAME or NBD_OPT_GO, we need to do * a number of things (verify whether the client is allowed access, try * to open files, etc etc) before we're ready to actually serve the * export. * * This function does all those things. * * @param client the CLIENT structure with .server and .net members set * up correctly * @return true if the client is allowed access to the export, false * otherwise */ static bool commit_client(CLIENT* client, SERVER* server) { char acl; uint32_t len; client->server = server; client->exportsize = OFFT_MAX; client->modern = TRUE; client->transactionlogfd = -1; int rc = pthread_mutex_init(&(client->lock), NULL); if (pthread_rwlock_init(&client->export_lock, NULL)){ msg(LOG_ERR, "Unable to initialize write lock"); return false; } /* Check whether we exceeded the maximum number of allowed * clients already */ if(dontfork) { acl = 'Y'; } else { len = strlen(client->server->servename); writeit(commsocket, &len, sizeof len); writeit(commsocket, client->server->servename, len); readit(commsocket, &acl, 1); close(commsocket); } switch(acl) { case 'N': msg(LOG_ERR, "Connection not allowed (too many clients)"); return false; case 'X': msg(LOG_ERR, "Connection not allowed (unknown by parent?!?)"); return false; } /* Check whether the client is listed in the authfile */ if (set_peername(client->net, client)) { msg(LOG_ERR, "Failed to set peername"); return false; } if (!authorized_client(client)) { msg(LOG_INFO, "Client '%s' is not authorized to access", client->clientname); return false; } /* Set up the transactionlog, if we need one */ if (client->server->transactionlog && (client->transactionlogfd == -1)) { if((client->transactionlogfd = open(client->server->transactionlog, O_WRONLY | O_CREAT, S_IRUSR | S_IWUSR)) == -1) { msg(LOG_INFO, "Could not open transactionlog %s, moving on without it", client->server->transactionlog); } } /* Run any pre scripts that we may need */ if (do_run(client->server->prerun, client->exportname)) { msg(LOG_INFO, "Client '%s' not allowed access by prerun script", client->clientname); return false; } client->socket_closed = socket_closed_transmission; if(!setupexport(client)) { return false; } if (client->server->flags & F_COPYONWRITE) { if(!copyonwrite_prepare(client)) { return false; } } if (client->server->flags & F_WAIT) { if(!copyonwrite_prepare(client)) { return false; } } setmysockopt(client->net); return true; } static CLIENT* handle_export_name(CLIENT* client, uint32_t opt, GArray* servers, uint32_t cflags) { uint32_t namelen; char* name; int i; socket_read(client, &namelen, sizeof(namelen)); namelen = ntohl(namelen); if(namelen > 0) { name = malloc(namelen+1); name[namelen]=0; socket_read(client, name, namelen); } else { name = strdup(""); } for(i=0; ilen; i++) { SERVER* serve = &(g_array_index(servers, SERVER, i)); // hide exports that are TLS-only if we haven't negotiated TLS // yet if ((serve->flags & F_FORCEDTLS) && !client->tls_session) { continue; } if(!strcmp(serve->servename, name)) { client->clientfeats = cflags; free(name); if(!commit_client(client, serve)) { return NULL; } send_export_info(client, true); return client; } } free(name); err("Negotiation failed/8a: Requested export not found, or is TLS-only and client did not negotiate TLS"); } static void handle_list(CLIENT* client, uint32_t opt, GArray* servers, uint32_t cflags) { uint32_t len; int i; char buf[1024]; char *ptr = buf + sizeof(len); socket_read(client, &len, sizeof(len)); len = ntohl(len); if(len) { send_reply(client, opt, NBD_REP_ERR_INVALID, -1, "NBD_OPT_LIST with nonzero data length is not a valid request"); } if(!(glob_flags & F_LIST)) { send_reply(client, opt, NBD_REP_ERR_POLICY, -1, "Listing of exports denied by server configuration"); err_nonfatal("Client tried disallowed list option"); return; } for(i=0; ilen; i++) { SERVER* serve = &(g_array_index(servers, SERVER, i)); // Hide TLS-only exports if we haven't negotiated TLS yet if(!client->tls_session && (serve->flags & F_FORCEDTLS)) { continue; } len = htonl(strlen(serve->servename)); memcpy(buf, &len, sizeof(len)); strncpy(ptr, serve->servename, sizeof(buf) - sizeof(len)); send_reply(client, opt, NBD_REP_SERVER, strlen(serve->servename)+sizeof(len), buf); } send_reply(client, opt, NBD_REP_ACK, 0, NULL); } #if HAVE_GNUTLS static int verify_cert(gnutls_session_t session) { int ret; unsigned int status, cert_list_size; const gnutls_datum_t *cert_list; gnutls_x509_crt_t cert; time_t now = time(NULL); ret = gnutls_certificate_verify_peers2(session, &status); if(ret < 0 || status != 0 || gnutls_certificate_type_get(session) != GNUTLS_CRT_X509) { goto err; } if(gnutls_x509_crt_init(&cert) < 0) { goto err; } cert_list = gnutls_certificate_get_peers(session, &cert_list_size); if(cert_list == NULL) { goto err; } if(gnutls_x509_crt_import(cert, &cert_list[0], GNUTLS_X509_FMT_DER) < 0) { goto err; } if(gnutls_x509_crt_get_activation_time(cert) > now) { goto err; } if(gnutls_x509_crt_get_expiration_time(cert) < now) { goto err; } // TODO: check CRLs and/or OCSP etc. Patches welcome. msg(LOG_INFO, "client certificate verification successful"); return 0; err: msg(LOG_ERR, "E: client certificate verification failed"); return GNUTLS_E_CERTIFICATE_ERROR; } CLIENT* handle_starttls(CLIENT* client, int opt, GArray* servers, uint32_t cflags, struct generic_conf *genconf) { #define check_rv(c) if((c)<0) { retval = NULL; goto exit; } gnutls_certificate_credentials_t x509_cred; CLIENT* retval = client; gnutls_priority_t priority_cache; gnutls_session_t *session = g_new0(gnutls_session_t, 1); int ret; int len; socket_read(client, &len, sizeof(len)); if(G_UNLIKELY(len != 0)) { char buf[1024*1024]; consume(client, len, buf, sizeof(buf)); send_reply(client, opt, NBD_REP_ERR_INVALID, -1, "Sending a STARTTLS command with data is invalid"); return NULL; } send_reply(client, opt, NBD_REP_ACK, 0, NULL); check_rv(gnutls_certificate_allocate_credentials(&x509_cred)); gnutls_certificate_set_verify_function(x509_cred, verify_cert); check_rv(gnutls_certificate_set_x509_trust_file(x509_cred, genconf->cacertfile, GNUTLS_X509_FMT_PEM)); check_rv(gnutls_certificate_set_x509_key_file(x509_cred, genconf->certfile, genconf->keyfile, GNUTLS_X509_FMT_PEM)); check_rv(gnutls_priority_init(&priority_cache, genconf->tlsprio, NULL)); check_rv(gnutls_init(session, GNUTLS_SERVER)); check_rv(gnutls_priority_set(*session, priority_cache)); check_rv(gnutls_credentials_set(*session, GNUTLS_CRD_CERTIFICATE, x509_cred)); gnutls_certificate_server_set_request(*session, GNUTLS_CERT_REQUEST); #if GNUTLS_VERSION_NUMBER >= 0x030109 gnutls_transport_set_int(*session, client->net); #else gnutls_transport_set_ptr(*session, (gnutls_transport_ptr_t) (intptr_t) client->net); #endif do { ret = gnutls_handshake(*session); } while(ret < 0 && gnutls_error_is_fatal(ret) == 0); if (ret < 0) { err_nonfatal(gnutls_strerror(ret)); gnutls_deinit(*session); g_free(session); return NULL; } client->tls_session = session; client->socket_read = socket_read_tls; client->socket_write = socket_write_tls; #undef check_rv exit: if(retval == NULL && session != NULL) { g_free(session); } /* export names cannot be chosen before NBD_OPT_STARTTLS and be retained */ if(retval != NULL && retval->server != NULL) { retval->server = NULL; } return retval; } #endif /** * Handle an NBD_OPT_INFO or NBD_OPT_GO request. * * XXX this matches the proposal I sent out, rather than the officially * documented version of this command. Need to bring the two in sync * one way or the other. */ static bool handle_info(CLIENT* client, uint32_t opt, GArray* servers, uint32_t cflags) { uint32_t namelen, len; char *name; int i; SERVER *server = NULL; uint16_t n_requests; uint16_t request; char buf[1024]; bool sent_export = false; uint32_t reptype = NBD_REP_ERR_UNKNOWN; char *msg = "Export unknown"; socket_read(client, &len, sizeof(len)); len = htonl(len); socket_read(client, &namelen, sizeof(namelen)); namelen = htonl(namelen); if(namelen > (len - 6)) { send_reply(client, opt, NBD_REP_ERR_INVALID, -1, "An OPT_INFO request cannot be smaller than the length of the name + 6"); socket_read(client, buf, len - sizeof(namelen)); } if(namelen > 0) { name = malloc(namelen + 1); name[namelen] = 0; socket_read(client, name, namelen); } else { name = strdup(""); } for(i=0; ilen; i++) { SERVER *serve = &(g_array_index(servers, SERVER, i)); if (!strcmp(serve->servename, name)) { if ((serve->flags & F_FORCEDTLS) && !client->tls_session) { reptype = NBD_REP_ERR_TLS_REQD; msg = "TLS is required for that export"; continue; } server = serve; } } free(name); socket_read(client, &n_requests, sizeof(n_requests)); n_requests = ntohs(n_requests); if(!server) { consume(client, n_requests * sizeof(request), buf, sizeof(buf)); send_reply(client, opt, reptype, -1, msg); return false; } if (opt == NBD_OPT_GO) { client->clientfeats = cflags; if(!commit_client(client, server)) { send_reply(client, opt, NBD_REP_ERR_POLICY, -1, "Access denied by server configuration"); return false; } } for(i=0; inet = net; client->socket_read = socket_read_notls; client->socket_write = socket_write_notls; client->socket_closed = socket_closed_negotiate; assert(servers != NULL); socket_write(client, INIT_PASSWD, 8); magic = htonll(opts_magic); socket_write(client, &magic, sizeof(magic)); smallflags = htons(smallflags); socket_write(client, &smallflags, sizeof(uint16_t)); socket_read(client, &cflags, sizeof(cflags)); cflags = htonl(cflags); if (cflags & NBD_FLAG_C_NO_ZEROES) { glob_flags |= F_NO_ZEROES; } do { socket_read(client, &magic, sizeof(magic)); magic = ntohll(magic); if(magic != opts_magic) { err_nonfatal("Negotiation failed/5a: magic mismatch"); goto handler_err; } socket_read(client, &opt, sizeof(opt)); opt = ntohl(opt); if(client->tls_session == NULL && glob_flags & F_FORCEDTLS && opt != NBD_OPT_STARTTLS) { if(opt == NBD_OPT_EXPORT_NAME) { // can't send an error message for EXPORT_NAME, // so must do hard close goto handler_err; } if(opt == NBD_OPT_ABORT) { // handled below break; } consume_len(client); send_reply(client, opt, NBD_REP_ERR_TLS_REQD, -1, "TLS is required on this server"); continue; } switch(opt) { case NBD_OPT_EXPORT_NAME: // NBD_OPT_EXPORT_NAME must be the last // selected option, so return from here // if that is chosen. if(handle_export_name(client, opt, servers, cflags) != NULL) { return client; } else { goto handler_err; } break; case NBD_OPT_LIST: handle_list(client, opt, servers, cflags); break; case NBD_OPT_ABORT: // handled below break; case NBD_OPT_STARTTLS: #if !HAVE_GNUTLS consume_len(client); send_reply(client, opt, NBD_REP_ERR_PLATFORM, -1, "This nbd-server was compiled without TLS support"); #else if(client->tls_session != NULL) { consume_len(client); send_reply(client, opt, NBD_REP_ERR_INVALID, -1, "Invalid STARTTLS request: TLS has already been negotiated!"); continue; } if(genconf->keyfile == NULL) { consume_len(client); send_reply(client, opt, NBD_REP_ERR_POLICY, -1, "TLS not allowed on this server"); continue; } if(handle_starttls(client, opt, servers, cflags, genconf) == NULL) { // can't recover from failed TLS negotiation. goto handler_err; } #endif break; case NBD_OPT_GO: case NBD_OPT_INFO: if(handle_info(client, opt, servers, cflags) && opt == NBD_OPT_GO) { return client; } break; default: consume_len(client); send_reply(client, opt, NBD_REP_ERR_UNSUP, -1, "The given option is unknown to this server implementation"); break; } } while((opt != NBD_OPT_EXPORT_NAME) && (opt != NBD_OPT_ABORT)); if(opt == NBD_OPT_ABORT) { err_nonfatal("Session terminated by client"); goto handler_err; } err_nonfatal("Weird things happened: reached end of negotiation without success"); handler_err: g_free(client); return NULL; } static int nbd_errno(int errcode) { switch (errcode) { case EPERM: return htonl(1); case EIO: return htonl(5); case ENOMEM: return htonl(12); case EINVAL: return htonl(22); case EFBIG: case ENOSPC: #ifdef EDQUOT case EDQUOT: #endif return htonl(28); // ENOSPC default: return htonl(22); // EINVAL } } static void package_dispose(struct work_package* package) { if (package->pipefd[0] > 0) close(package->pipefd[0]); if (package->pipefd[1] > 0) close(package->pipefd[1]); g_free(package->data); g_free(package->req); g_free(package); } static int mkpipe(int pipefd[2], size_t len) { if (len > MAX_PIPE_SIZE) return -1; if (pipe(pipefd)) return -1; #ifdef HAVE_SPLICE if (fcntl(pipefd[1], F_SETPIPE_SZ, MAX_PIPE_SIZE) < MAX_PIPE_SIZE) { close(pipefd[0]); close(pipefd[1]); pipefd[0] = -1; pipefd[1] = -1; return -1; } #endif return 0; } struct work_package* package_create(CLIENT* client, struct nbd_request* req) { struct work_package* rv = calloc(sizeof (struct work_package), 1); rv->req = req; rv->client = client; rv->data = NULL; rv->pipefd[0] = -1; rv->pipefd[1] = -1; if((req->type & NBD_CMD_MASK_COMMAND) == NBD_CMD_WRITE) { if (client->server->flags & F_SPLICE) { if (mkpipe(rv->pipefd, req->len)) rv->data = malloc(req->len); } else { rv->data = malloc(req->len); } } return rv; } static void setup_reply(struct nbd_reply* rep, struct nbd_request* req) { rep->magic = htonl(NBD_REPLY_MAGIC); rep->error = 0; memcpy(&(rep->handle), &(req->handle), sizeof(req->handle)); } #ifdef HAVE_SPLICE static int handle_splice_read(CLIENT *client, struct nbd_request *req) { struct nbd_reply rep; int pipefd[2]; int max_pipe_size = 1 * 1024 * 1024; int pipe_size; // splice doesn't work with TLS if (client->tls_session != NULL) return -1; if (mkpipe(pipefd, req->len)) return -1; if (expsplice(pipefd[1], req->from, req->len, client, SPLICE_IN, 0)) { close(pipefd[1]); close(pipefd[0]); return -1; } DEBUG("handling read request (splice)\n"); setup_reply(&rep, req); pthread_mutex_lock(&(client->lock)); writeit(client->net, &rep, sizeof(rep)); spliceit(pipefd[0], NULL, client->net, NULL, req->len); pthread_mutex_unlock(&(client->lock)); close(pipefd[0]); close(pipefd[1]); return 0; } #endif static void handle_normal_read(CLIENT *client, struct nbd_request *req) { struct nbd_reply rep; void* buf = malloc(req->len); if(!buf) { err("Could not allocate memory for request"); } DEBUG("handling read request\n"); setup_reply(&rep, req); if(expread(req->from, buf, req->len, client)) { DEBUG("Read failed: %m"); rep.error = nbd_errno(errno); } pthread_mutex_lock(&(client->lock)); socket_write(client, &rep, sizeof rep); if(!rep.error) { socket_write(client, buf, req->len); } pthread_mutex_unlock(&(client->lock)); free(buf); } static void handle_read(CLIENT* client, struct nbd_request* req) { #ifdef HAVE_SPLICE /* * If we have splice set we want to try that first, and if that fails * for whatever reason we fall through to ye olde read. */ if (client->server->flags & F_SPLICE) if (!handle_splice_read(client, req)) return; #endif handle_normal_read(client, req); } static void handle_write(struct work_package *pkg) { CLIENT *client = pkg->client; struct nbd_request *req = pkg->req; struct nbd_reply rep; int fua = !!(req->type & NBD_CMD_FLAG_FUA); DEBUG("handling write request\n"); setup_reply(&rep, req); if ((client->server->flags & F_READONLY) || (client->server->flags & F_AUTOREADONLY)) { DEBUG("[WRITE to READONLY!]"); rep.error = nbd_errno(EPERM); #ifdef HAVE_SPLICE } else if (!pkg->data) { if (expsplice(pkg->pipefd[0], req->from, req->len, client, SPLICE_OUT, fua)) { DEBUG("Splice failed: %M"); rep.error = nbd_errno(errno); } #endif } else { if(expwrite(req->from, pkg->data, req->len, client, fua)) { DEBUG("Write failed: %m"); rep.error = nbd_errno(errno); } } pthread_mutex_lock(&(client->lock)); socket_write(client, &rep, sizeof rep); pthread_mutex_unlock(&(client->lock)); } static void handle_flush(CLIENT* client, struct nbd_request* req) { struct nbd_reply rep; DEBUG("handling flush request\n"); setup_reply(&rep, req); if(expflush(client)) { DEBUG("Flush failed: %m"); rep.error = nbd_errno(errno); } pthread_mutex_lock(&(client->lock)); socket_write(client, &rep, sizeof rep); pthread_mutex_unlock(&(client->lock)); } static void handle_trim(CLIENT* client, struct nbd_request* req) { struct nbd_reply rep; DEBUG("handling trim request\n"); setup_reply(&rep, req); if(exptrim(req, client)) { DEBUG("Trim failed: %m"); rep.error = nbd_errno(errno); } pthread_mutex_lock(&(client->lock)); socket_write(client, &rep, sizeof rep); pthread_mutex_unlock(&(client->lock)); } static void handle_write_zeroes(CLIENT* client, struct nbd_request* req) { struct nbd_reply rep; DEBUG("handling write_zeroes request\n"); int fua = !!(req->type & NBD_CMD_FLAG_FUA); setup_reply(&rep, req); if ((client->server->flags & F_READONLY) || (client->server->flags & F_AUTOREADONLY)) { DEBUG("[WRITE to READONLY!]"); rep.error = nbd_errno(EPERM); } else if(expwrite_zeroes(req, client, fua)) { DEBUG("Write_zeroes failed: %m"); rep.error = nbd_errno(errno); } // For now, don't trim // TODO: handle this far more efficiently with reference to the // actual backing driver pthread_mutex_lock(&(client->lock)); socket_write(client, &rep, sizeof rep); pthread_mutex_unlock(&(client->lock)); } static void handle_request(gpointer data, gpointer user_data) { struct work_package* package = (struct work_package*) data; uint32_t type = package->req->type & NBD_CMD_MASK_COMMAND; uint32_t flags = package->req->type & ~NBD_CMD_MASK_COMMAND; struct nbd_reply rep; if(flags & ~(NBD_CMD_FLAG_FUA | NBD_CMD_FLAG_NO_HOLE)) { msg(LOG_ERR, "E: received invalid flag %d on command %d, ignoring", flags, type); goto error; } switch(type) { case NBD_CMD_READ: handle_read(package->client, package->req); break; case NBD_CMD_WRITE: handle_write(package); break; case NBD_CMD_FLUSH: handle_flush(package->client, package->req); break; case NBD_CMD_TRIM: handle_trim(package->client, package->req); break; case NBD_CMD_WRITE_ZEROES: handle_write_zeroes(package->client, package->req); break; default: msg(LOG_ERR, "E: received unknown command %d of type, ignoring", package->req->type); goto error; } goto end; error: setup_reply(&rep, package->req); rep.error = nbd_errno(EINVAL); pthread_mutex_lock(&(package->client->lock)); socket_write(package->client, &rep, sizeof rep); pthread_mutex_unlock(&(package->client->lock)); end: package_dispose(package); } static int mainloop_threaded(CLIENT* client) { struct nbd_request* req; struct work_package* pkg; DEBUG("Entering request loop\n"); while(1) { req = calloc(sizeof (struct nbd_request), 1); socket_read(client, req, sizeof(struct nbd_request)); if(client->transactionlogfd != -1) { writeit(client->transactionlogfd, req, sizeof(struct nbd_request)); } req->from = ntohll(req->from); req->type = ntohl(req->type); req->len = ntohl(req->len); if(req->magic != htonl(NBD_REQUEST_MAGIC)) err("Protocol error: not enough magic."); pkg = package_create(client, req); if((req->type & NBD_CMD_MASK_COMMAND) == NBD_CMD_WRITE) { #ifdef HAVE_SPLICE if ((client->server->flags & F_SPLICE) && (req->len <= MAX_PIPE_SIZE && pkg->pipefd[1] > 0) && (client->tls_session == NULL)) spliceit(client->net, NULL, pkg->pipefd[1], NULL, req->len); else #endif socket_read(client, pkg->data, req->len); } if(req->type == NBD_CMD_DISC) { finalize_client(client); return 0; } g_thread_pool_push(tpool, pkg, NULL); } } /** * Destroy a pid_t* * @param data a pointer to pid_t which should be freed **/ void destroy_pid_t(gpointer data) { g_free(data); } static pid_t spawn_child(int* socket) { pid_t pid; sigset_t newset; sigset_t oldset; int sockets[2]; sigemptyset(&newset); sigaddset(&newset, SIGCHLD); sigaddset(&newset, SIGTERM); sigprocmask(SIG_BLOCK, &newset, &oldset); socketpair(AF_UNIX, SOCK_STREAM, 0, sockets); pid = fork(); if (pid < 0) { msg(LOG_ERR, "Could not fork (%s)", strerror(errno)); goto out; } if (pid > 0) { /* Parent */ pid_t *pidp; pidp = g_malloc(sizeof(pid_t)); *pidp = pid; *socket = sockets[1]; close(sockets[0]); g_hash_table_insert(children, pidp, pidp); goto out; } /* Child */ *socket = sockets[0]; close(sockets[1]); /* Child's signal disposition is reset to default. */ signal(SIGCHLD, SIG_DFL); signal(SIGTERM, SIG_DFL); signal(SIGHUP, SIG_DFL); sigemptyset(&oldset); out: sigprocmask(SIG_SETMASK, &oldset, NULL); return pid; } static int socket_accept(const int sock) { struct sockaddr_storage addrin; socklen_t addrinlen = sizeof(addrin); int net; net = accept(sock, (struct sockaddr *) &addrin, &addrinlen); if (net < 0) { err_nonfatal("Failed to accept socket connection: %m"); } return net; } static void handle_modern_connection(GArray *const servers, const int sock, struct generic_conf *genconf) { int net; pid_t pid; CLIENT *client = NULL; int sock_flags_old; int sock_flags_new; net = socket_accept(sock); if (net < 0) return; if (!dontfork) { pid = spawn_child(&commsocket); if (pid) { if (pid > 0) { msg(LOG_INFO, "Spawned a child process"); g_array_append_val(childsocks, commsocket); } if (pid < 0) msg(LOG_ERR, "Failed to spawn a child process"); close(net); return; } /* Child just continues. */ } sock_flags_old = fcntl(net, F_GETFL, 0); if (sock_flags_old == -1) { msg(LOG_ERR, "Failed to get socket flags"); goto handler_err; } sock_flags_new = sock_flags_old & ~O_NONBLOCK; if (sock_flags_new != sock_flags_old && fcntl(net, F_SETFL, sock_flags_new) == -1) { msg(LOG_ERR, "Failed to set socket to blocking mode"); goto handler_err; } client = negotiate(net, servers, genconf); if (!client) { msg(LOG_ERR, "Modern initial negotiation failed"); goto handler_err; } if (!dontfork) { int i; /* Free all root server resources here, because we are * currently in the child process serving one specific * connection. These are not simply needed anymore. */ g_hash_table_destroy(children); children = NULL; for (i = 0; i < modernsocks->len; i++) { close(g_array_index(modernsocks, int, i)); } g_array_free(modernsocks, TRUE); /* Now that we are in the child process after a * succesful negotiation, we do not need the list of * servers anymore, get rid of it.*/ /* FALSE does not free the actual data. This is required, because the client has a direct reference into that data, and otherwise we get a segfault... */ g_array_free(servers, FALSE); } msg(LOG_INFO, "Starting to serve"); mainloop_threaded(client); exit(EXIT_SUCCESS); handler_err: close(net); g_free(client); if (!dontfork) { exit(EXIT_FAILURE); } } static int handle_childname(GArray* servers, int socket) { uint32_t len; char *buf; int i, r, rt = 0; while(rt < sizeof(len)) { switch((r = read(socket, &len, sizeof len))) { case 0: return -1; case -1: err_nonfatal("Error reading from acl socket: %m"); return -1; default: rt += r; break; } } buf = g_malloc0(len); readit(socket, buf, len); for(i=0; ilen; i++) { SERVER* srv = &g_array_index(servers, SERVER, i); if(strcmp(srv->servename, buf) == 0) { if(srv->max_connections == 0 || srv->max_connections > srv->numclients) { writeit(socket, "Y", 1); srv->numclients++; } else { writeit(socket, "N", 1); } goto exit; } } writeit(socket, "X", 1); exit: g_free(buf); return 0; } /** * Return the index of the server whose servename matches the given * name. * * @param servename a string to match * @param servers an array of servers * @return the first index of the server whose servename matches the * given name or -1 if one cannot be found **/ static int get_index_by_servename(const gchar *const servename, const GArray *const servers) { int i; for (i = 0; i < servers->len; ++i) { const SERVER server = g_array_index(servers, SERVER, i); if (strcmp(servename, server.servename) == 0) return i; } return -1; } /** * Parse configuration files and add servers to the array if they don't * already exist there. The existence is tested by comparing * servenames. A server is appended to the array only if its servename * is unique among all other servers. * * @param servers an array of servers * @return the number of new servers appended to the array, or -1 in * case of an error **/ static int append_new_servers(GArray *const servers, GError **const gerror) { int i; GArray *new_servers; const int old_len = servers->len; int retval = -1; struct generic_conf genconf; new_servers = parse_cfile(config_file_pos, &genconf, true, gerror); g_thread_pool_set_max_threads(tpool, genconf.threads, NULL); if (!new_servers) goto out; for (i = 0; i < new_servers->len; ++i) { SERVER new_server = g_array_index(new_servers, SERVER, i); if (new_server.servename && -1 == get_index_by_servename(new_server.servename, servers)) { g_array_append_val(servers, new_server); } } retval = servers->len - old_len; out: g_array_free(new_servers, TRUE); return retval; } void serveloop(GArray* servers, struct generic_conf *genconf) G_GNUC_NORETURN; /** * Loop through the available servers, and serve them. Never returns. **/ void serveloop(GArray* servers, struct generic_conf *genconf) { int i; int mmax, max; fd_set mset; fd_set rset; sigset_t blocking_mask; sigset_t original_mask; /* * Set up the master fd_set. The set of descriptors we need * to select() for never changes anyway and it buys us a *lot* * of time to only build this once. However, if we ever choose * to not fork() for clients anymore, we may have to revisit * this. */ mmax=0; FD_ZERO(&mset); for(i=0;ilen;i++) { int sock = g_array_index(modernsocks, int, i); FD_SET(sock, &mset); mmax=sock>mmax?sock:mmax; } /* Construct a signal mask which is used to make signal testing and * receiving an atomic operation to ensure no signal is received between * tests and blocking pselect(). */ if (sigemptyset(&blocking_mask) == -1) err("failed to initialize blocking_mask: %m"); if (sigaddset(&blocking_mask, SIGCHLD) == -1) err("failed to add SIGCHLD to blocking_mask: %m"); if (sigaddset(&blocking_mask, SIGHUP) == -1) err("failed to add SIGHUP to blocking_mask: %m"); if (sigaddset(&blocking_mask, SIGTERM) == -1) err("failed to add SIGTERM to blocking_mask: %m"); if (sigprocmask(SIG_BLOCK, &blocking_mask, &original_mask) == -1) err("failed to block signals: %m"); for(;;) { if (is_sigterm_caught) { is_sigterm_caught = 0; g_hash_table_foreach(children, killchild, NULL); unlink(pidfname); exit(EXIT_SUCCESS); } if (is_sigchld_caught) { int status; int* i; pid_t pid; is_sigchld_caught = 0; while ((pid=waitpid(-1, &status, WNOHANG)) > 0) { if (WIFEXITED(status)) { msg(LOG_INFO, "Child exited with %d", WEXITSTATUS(status)); } i = g_hash_table_lookup(children, &pid); if (!i) { msg(LOG_INFO, "SIGCHLD received for an unknown child with PID %ld", (long)pid); } else { DEBUG("Removing %d from the list of children", pid); g_hash_table_remove(children, &pid); } } } /* SIGHUP causes the root server process to reconfigure * itself and add new export servers for each newly * found export configuration group, i.e. spawn new * server processes for each previously non-existent * export. This does not alter old runtime configuration * but just appends new exports. */ if (is_sighup_caught) { int n; GError *gerror = NULL; msg(LOG_INFO, "reconfiguration request received"); is_sighup_caught = 0; /* Reset to allow catching * it again. */ n = append_new_servers(servers, &gerror); if (n == -1) msg(LOG_ERR, "failed to append new servers: %s", gerror->message); for (i = servers->len - n; i < servers->len; ++i) { const SERVER server = g_array_index(servers, SERVER, i); msg(LOG_INFO, "reconfigured new server: %s", server.servename); } } memcpy(&rset, &mset, sizeof(fd_set)); max=mmax; for(i=0;ilen;i++) { int sock = g_array_index(childsocks, int, i); FD_SET(sock, &rset); max=sock>max?sock:max; } if (pselect(max + 1, &rset, NULL, NULL, NULL, &original_mask) > 0) { DEBUG("accept, "); for(i=0; i < modernsocks->len; i++) { int sock = g_array_index(modernsocks, int, i); if(!FD_ISSET(sock, &rset)) { continue; } handle_modern_connection(servers, sock, genconf); } for(i=0; i < childsocks->len; i++) { int sock = g_array_index(childsocks, int, i); if(FD_ISSET(sock, &rset)) { if(handle_childname(servers, sock) < 0) { close(sock); g_array_remove_index(childsocks, i); } } } } } } /** * Set server socket options. * * @param socket a socket descriptor of the server * * @param gerror a pointer to an error object pointer used for reporting * errors. On error, if gerror is not NULL, *gerror is set and -1 * is returned. * * @return 0 on success, -1 on error **/ int dosockopts(const int socket, GError **const gerror) { #ifndef sun int yes=1; #else char yes='1'; #endif /* sun */ struct linger l; /* lose the pesky "Address already in use" error message */ if (setsockopt(socket,SOL_SOCKET,SO_REUSEADDR,&yes,sizeof(int)) == -1) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_SO_REUSEADDR, "failed to set socket option SO_REUSEADDR: %s", strerror(errno)); return -1; } l.l_onoff = 1; l.l_linger = 10; if (setsockopt(socket,SOL_SOCKET,SO_LINGER,&l,sizeof(l)) == -1) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_SO_LINGER, "failed to set socket option SO_LINGER: %s", strerror(errno)); return -1; } if (setsockopt(socket,SOL_SOCKET,SO_KEEPALIVE,&yes,sizeof(int)) == -1) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_SO_KEEPALIVE, "failed to set socket option SO_KEEPALIVE: %s", strerror(errno)); return -1; } return 0; } int open_unix(const gchar *const sockname, GError **const gerror) { struct sockaddr_un sa; int sock=-1; int retval=-1; memset(&sa, 0, sizeof(struct sockaddr_un)); sa.sun_family = AF_UNIX; strncpy(sa.sun_path, sockname, sizeof sa.sun_path); sa.sun_path[sizeof(sa.sun_path)-1] = '\0'; sock = socket(AF_UNIX, SOCK_STREAM, 0); if(sock < 0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_SOCKET, "failed to open a unix socket: " "failed to create socket: %s", strerror(errno)); goto out; } if(bind(sock, (struct sockaddr*)&sa, sizeof(struct sockaddr_un))<0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_BIND, "failed to open a unix socket: " "failed to bind to address %s: %s", sockname, strerror(errno)); goto out; } if(listen(sock, 10)<0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_BIND, "failed to open a unix socket: " "failed to start listening: %s", strerror(errno)); goto out; } retval=0; g_array_append_val(modernsocks, sock); out: if(retval<0 && sock >= 0) { close(sock); } return retval; } int open_modern(const gchar *const addr, const gchar *const port, GError **const gerror) { struct addrinfo hints; struct addrinfo* ai = NULL; struct addrinfo* ai_bak = NULL; struct sock_flags; int e; int retval = -1; int sock = -1; gchar** addrs; gchar const* l_addr = addr; if(!addr || strlen(addr) == 0) { l_addr = "::, 0.0.0.0"; } addrs = g_strsplit_set(l_addr, ", \t", -1); for(int i=0; addrs[i]!=NULL; i++) { if(addrs[i][0] == '\0') { continue; } memset(&hints, '\0', sizeof(hints)); hints.ai_flags = AI_PASSIVE | AI_ADDRCONFIG; hints.ai_socktype = SOCK_STREAM; hints.ai_family = AF_UNSPEC; hints.ai_protocol = IPPROTO_TCP; e = getaddrinfo(addrs[i], port ? port : NBD_DEFAULT_PORT, &hints, &ai); ai_bak = ai; if(e != 0 && addrs[i+1] == NULL && modernsocks->len == 0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_GAI, "failed to open a modern socket: " "failed to get address info: %s", gai_strerror(e)); goto out; } while(ai != NULL) { sock = -1; if((sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol))<0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_SOCKET, "failed to open a modern socket: " "failed to create a socket: %s", strerror(errno)); goto out; } if (dosockopts(sock, gerror) == -1) { g_prefix_error(gerror, "failed to open a modern socket: "); goto out; } if(bind(sock, ai->ai_addr, ai->ai_addrlen)) { /* * Some systems will return multiple entries for the * same address when we ask it for something * AF_UNSPEC, even though the first entry will * listen to both protocols. Other systems will * return multiple entries too, but we actually * do need to open both. * * Handle this by ignoring EADDRINUSE if we've * already got at least one socket open */ if(errno == EADDRINUSE && modernsocks->len > 0) { goto next; } g_set_error(gerror, NBDS_ERR, NBDS_ERR_BIND, "failed to open a modern socket: " "failed to bind an address to a socket: %s", strerror(errno)); goto out; } if(listen(sock, 10) <0) { g_set_error(gerror, NBDS_ERR, NBDS_ERR_BIND, "failed to open a modern socket: " "failed to start listening on a socket: %s", strerror(errno)); goto out; } g_array_append_val(modernsocks, sock); next: ai = ai->ai_next; } if(ai_bak) { freeaddrinfo(ai_bak); ai_bak=NULL; } } retval = 0; out: if (retval == -1 && sock >= 0) { close(sock); } if(ai_bak) freeaddrinfo(ai_bak); return retval; } /** * Connect our servers. **/ void setup_servers(GArray *const servers, const gchar *const modernaddr, const gchar *const modernport, const gchar* unixsock) { struct sigaction sa; GError *gerror = NULL; if (open_modern(modernaddr, modernport, &gerror) == -1) { msg(LOG_ERR, "failed to setup servers: %s", gerror->message); g_clear_error(&gerror); exit(EXIT_FAILURE); } if(unixsock != NULL) { GError* gerror = NULL; if(open_unix(unixsock, &gerror) == -1) { msg(LOG_ERR, "failed to setup servers: %s", gerror->message); g_clear_error(&gerror); exit(EXIT_FAILURE); } } children=g_hash_table_new_full(g_int_hash, g_int_equal, NULL, destroy_pid_t); sa.sa_handler = sigchld_handler; sigemptyset(&sa.sa_mask); sigaddset(&sa.sa_mask, SIGTERM); sa.sa_flags = SA_RESTART; if(sigaction(SIGCHLD, &sa, NULL) == -1) err("sigaction: %m"); sa.sa_handler = sigterm_handler; sigemptyset(&sa.sa_mask); sigaddset(&sa.sa_mask, SIGCHLD); sa.sa_flags = SA_RESTART; if(sigaction(SIGTERM, &sa, NULL) == -1) err("sigaction: %m"); sa.sa_handler = sighup_handler; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_RESTART; if(sigaction(SIGHUP, &sa, NULL) == -1) err("sigaction: %m"); sa.sa_handler = sigusr1_handler; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_RESTART; if(sigaction(SIGUSR1, &sa, NULL) == -1) err("sigaction: %m"); } /** * Go daemon (unless we specified at compile time that we didn't want this) * @param serve the first server of our configuration. If its port is zero, * then do not daemonize, because we're doing inetd then. This parameter * is only used to create a PID file of the form * /var/run/nbd-server.<port>.pid; it's not modified in any way. **/ #if !defined(NODAEMON) void daemonize() { FILE*pidf; if(daemon(0,0)<0) { err("daemon"); } if(!*pidfname) { strncpy(pidfname, "/var/run/nbd-server.pid", 255); } pidf=fopen(pidfname, "w"); if(pidf) { fprintf(pidf,"%d\n", (int)getpid()); fclose(pidf); } else { perror("fopen"); fprintf(stderr, "Not fatal; continuing"); } } #else #define daemonize(serve) #endif /* !defined(NODAEMON) */ /* * Everything beyond this point (in the file) is run in non-daemon mode. * The stuff above daemonize() isn't. */ /** * Set up user-ID and/or group-ID **/ void dousers(const gchar *const username, const gchar *const groupname) { struct passwd *pw; struct group *gr; gchar* str; if (groupname) { gr = getgrnam(groupname); if(!gr) { str = g_strdup_printf("Invalid group name: %s", groupname); err(str); } if(setgid(gr->gr_gid)<0) { err("Could not set GID: %m"); } } if (username) { pw = getpwnam(username); if(!pw) { str = g_strdup_printf("Invalid user name: %s", username); err(str); } if(setuid(pw->pw_uid)<0) { err("Could not set UID: %m"); } } } #ifndef ISSERVER void glib_message_syslog_redirect(const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer user_data) { int level=LOG_DEBUG; switch( log_level ) { case G_LOG_FLAG_FATAL: case G_LOG_LEVEL_CRITICAL: case G_LOG_LEVEL_ERROR: level=LOG_ERR; break; case G_LOG_LEVEL_WARNING: level=LOG_WARNING; break; case G_LOG_LEVEL_MESSAGE: case G_LOG_LEVEL_INFO: level=LOG_INFO; break; case G_LOG_LEVEL_DEBUG: level=LOG_DEBUG; break; default: level=LOG_ERR; } syslog(level, "%s", message); } #endif /** * Main entry point... **/ int main(int argc, char *argv[]) { SERVER *serve; GArray *servers; GError *gerr=NULL; struct generic_conf genconf; memset(&genconf, 0, sizeof(struct generic_conf)); if (sizeof( struct nbd_request )!=28) { fprintf(stderr,"Bad size of structure. Alignment problems?\n"); exit(EXIT_FAILURE) ; } modernsocks = g_array_new(FALSE, FALSE, sizeof(int)); childsocks = g_array_new(FALSE, FALSE, sizeof(int)); logging(MY_NAME); config_file_pos = g_strdup(CFILE); serve=cmdline(argc, argv, &genconf); genconf.threads = 4; servers = parse_cfile(config_file_pos, &genconf, true, &gerr); /* Update global variables with parsed values. This will be * removed once we get rid of global configuration variables. */ glob_flags |= genconf.flags; if(serve) { g_array_append_val(servers, *serve); if(strcmp(genconf.modernport, "0")==0) { #ifndef ISSERVER err("inetd mode requires syslog"); #endif CLIENT* client = g_malloc(sizeof(CLIENT)); client->net = -1; if(!commit_client(client, serve)) { exit(EXIT_FAILURE); } mainloop_threaded(client); return 0; } } if(!servers || !servers->len) { if(gerr && !(gerr->domain == NBDS_ERR && gerr->code == NBDS_ERR_CFILE_NOTFOUND)) { g_warning("Could not parse config file: %s", gerr ? gerr->message : "Unknown error"); } } if(serve) { g_warning("Specifying an export on the command line no longer uses the oldstyle protocol."); } if((!serve) && (!servers||!servers->len)) { if(gerr) g_message("No configured exports; quitting."); exit(EXIT_FAILURE); } if (!dontfork) daemonize(); #if HAVE_OLD_GLIB g_thread_init(NULL); #endif tpool = g_thread_pool_new(handle_request, NULL, genconf.threads, FALSE, NULL); setup_servers(servers, genconf.modernaddr, genconf.modernport, genconf.unixsock); dousers(genconf.user, genconf.group); #if HAVE_GNUTLS gnutls_global_init(); static gnutls_dh_params_t dh_params; gnutls_dh_params_init(&dh_params); gnutls_dh_params_generate2(dh_params, gnutls_sec_param_to_pk_bits(GNUTLS_PK_DH, // Renamed in GnuTLS 3.3 #if GNUTLS_VERSION_NUMBER >= 0x030300 GNUTLS_SEC_PARAM_MEDIUM #else GNUTLS_SEC_PARAM_NORMAL #endif )); #endif serveloop(servers, &genconf); } nbd-3.16.2/nbd-debug.h0000644000175000017500000000035113115264041011263 00000000000000#ifndef NBD_DEBUG_H #define NBD_DEBUG_H #include "config.h" /* Debugging macros */ #ifdef DODBG #define DEBUG(...) printf(__VA_ARGS__) #else #define DEBUG(...) #endif #ifndef PACKAGE_VERSION #define PACKAGE_VERSION "" #endif #endif nbd-3.16.2/README.md0000644000175000017500000000760413115264041010552 00000000000000NBD README ========== Coverity Scan Build Status build status Welcome to the NBD userland support files! This package contains nbd-server and nbd-client. To install the package, do the normal `configure`/`make`/`make install` dance. You'll need to install it on both the client and the server. Note that released nbd tarballs are found on [sourceforge](http://sourceforge.net/projects/nbd/files/nbd/). Contributing ------------ If you want to send a patch, please do not open a pull request; instead, send it to the [mailinglist](https://lists.sourceforge.net/lists/listinfo/nbd-general) Using NBD --------- NBD is quite easy to use. First, on the client, you need to load the module and, if you're not using udev, to create the device nodes: # modprobe nbd # cd /dev # ./MAKEDEV nbd0 (if you need more than one NBD device, repeat the above command for nbd1, nbd2, ...) Next, write a configuration file for the server. An example looks like this: # This is a comment [generic] # The [generic] section is required, even if nothing is specified # there. # When either of these options are specified, nbd-server drops # privileges to the given user and group after opening ports, but # _before_ opening files. user = nbd group = nbd [export1] exportname = /export/nbd/export1-file authfile = /export/nbd/export1-authfile timeout = 30 filesize = 10000000 readonly = false multifile = false copyonwrite = false prerun = dd if=/dev/zero of=%s bs=1k count=500 postrun = rm -f %s [otherexport] exportname = /export/nbd/experiment # The other options are all optional The configuration file is parsed with GLib's GKeyFile, which parses key files as they are specified in the Freedesktop.org Desktop Entry Specification, as can be found at . While this format was not intended to be used for configuration files, the glib API is flexible enough for it to be used as such. Now start the server: nbd-server -C /path/to/configfile Note that the filename must be an absolute path; i.e., something like `/path/to/file`, not `../file`. See the nbd-server manpage for details on any available options. Finally, you'll be able to start the client: nbd-client -N e.g., nbd-client 10.0.0.1 -N otherexport /dev/nbd0 will use the second export in the above example (the one that exports `/export/nbd/experiment`) `nbd-client` must be ran as root; the same is not true for nbd-server (but do make sure that /var/run is writeable by the server that `nbd-server` runs as; otherwise, you won't get a PID file, though the server will keep running). There are packages (or similar) available for the following operating systems: - Debian (and derivatives, like Ubuntu): `nbd-client` and `nbd-server`, since Debian woody. - Gentoo: the `nbd` ebuild in the `sys-block` category, available in Portage since 2002. - FreeBSD: `net/nbd-server`, available in the ports tree since 2003. FreeBSD doesn't have kernel support for NBD, so obviously the client isn't built there. - SuSE: `nbd`, in SuSE 10.0 - Fedora: `nbd`, since Fedora 7 - uClibc's `buildroot` script also seems to have support for NBD. If you're packaging NBD for a different operating system that isn't in the above list, I'd like to know about it. For questions, please use the `nbd-general@lists.sourceforge.net` mailinglist. nbd-3.16.2/autogen.sh0000755000175000017500000000032013115264041011260 00000000000000#!/bin/sh set -ex make -C man -f Makefile.am nbd-server.1.sh.in nbd-server.5.sh.in nbd-client.8.sh.in nbd-trdump.1.sh.in nbdtab.5.sh.in make -C systemd -f Makefile.am nbd@.service.sh.in exec autoreconf -f -i nbd-3.16.2/compile0000755000175000017500000001624513155614450010661 00000000000000#! /bin/sh # Wrapper for compilers which do not understand '-c -o'. scriptversion=2012-10-14.11; # UTC # Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # This file is maintained in Automake, please report # bugs to or send patches to # . nl=' ' # We need space, tab and new line, in precisely that order. Quoting is # there to prevent tools from complaining about whitespace usage. IFS=" "" $nl" file_conv= # func_file_conv build_file lazy # Convert a $build file to $host form and store it in $file # Currently only supports Windows hosts. If the determined conversion # type is listed in (the comma separated) LAZY, no conversion will # take place. func_file_conv () { file=$1 case $file in / | /[!/]*) # absolute file, and not a UNC file if test -z "$file_conv"; then # lazily determine how to convert abs files case `uname -s` in MINGW*) file_conv=mingw ;; CYGWIN*) file_conv=cygwin ;; *) file_conv=wine ;; esac fi case $file_conv/,$2, in *,$file_conv,*) ;; mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; cygwin/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) file=`winepath -w "$file" || echo "$file"` ;; esac ;; esac } # func_cl_dashL linkdir # Make cl look for libraries in LINKDIR func_cl_dashL () { func_file_conv "$1" if test -z "$lib_path"; then lib_path=$file else lib_path="$lib_path;$file" fi linker_opts="$linker_opts -LIBPATH:$file" } # func_cl_dashl library # Do a library search-path lookup for cl func_cl_dashl () { lib=$1 found=no save_IFS=$IFS IFS=';' for dir in $lib_path $LIB do IFS=$save_IFS if $shared && test -f "$dir/$lib.dll.lib"; then found=yes lib=$dir/$lib.dll.lib break fi if test -f "$dir/$lib.lib"; then found=yes lib=$dir/$lib.lib break fi if test -f "$dir/lib$lib.a"; then found=yes lib=$dir/lib$lib.a break fi done IFS=$save_IFS if test "$found" != yes; then lib=$lib.lib fi } # func_cl_wrapper cl arg... # Adjust compile command to suit cl func_cl_wrapper () { # Assume a capable shell lib_path= shared=: linker_opts= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. eat=1 case $2 in *.o | *.[oO][bB][jJ]) func_file_conv "$2" set x "$@" -Fo"$file" shift ;; *) func_file_conv "$2" set x "$@" -Fe"$file" shift ;; esac ;; -I) eat=1 func_file_conv "$2" mingw set x "$@" -I"$file" shift ;; -I*) func_file_conv "${1#-I}" mingw set x "$@" -I"$file" shift ;; -l) eat=1 func_cl_dashl "$2" set x "$@" "$lib" shift ;; -l*) func_cl_dashl "${1#-l}" set x "$@" "$lib" shift ;; -L) eat=1 func_cl_dashL "$2" ;; -L*) func_cl_dashL "${1#-L}" ;; -static) shared=false ;; -Wl,*) arg=${1#-Wl,} save_ifs="$IFS"; IFS=',' for flag in $arg; do IFS="$save_ifs" linker_opts="$linker_opts $flag" done IFS="$save_ifs" ;; -Xlinker) eat=1 linker_opts="$linker_opts $2" ;; -*) set x "$@" "$1" shift ;; *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) func_file_conv "$1" set x "$@" -Tp"$file" shift ;; *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) func_file_conv "$1" mingw set x "$@" "$file" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -n "$linker_opts"; then linker_opts="-link$linker_opts" fi exec "$@" $linker_opts exit 1 } eat= case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: compile [--help] [--version] PROGRAM [ARGS] Wrapper for compilers which do not understand '-c -o'. Remove '-o dest.o' from ARGS, run PROGRAM with the remaining arguments, and rename the output as expected. If you are trying to build a whole package this is not the right script to run: please start by reading the file 'INSTALL'. Report bugs to . EOF exit $? ;; -v | --v*) echo "compile $scriptversion" exit $? ;; cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac ofile= cfile= for arg do if test -n "$eat"; then eat= else case $1 in -o) # configure might choose to run compile as 'compile cc -o foo foo.c'. # So we strip '-o arg' only if arg is an object. eat=1 case $2 in *.o | *.obj) ofile=$2 ;; *) set x "$@" -o "$2" shift ;; esac ;; *.c) cfile=$1 set x "$@" "$1" shift ;; *) set x "$@" "$1" shift ;; esac fi shift done if test -z "$ofile" || test -z "$cfile"; then # If no '-o' option was seen then we might have been invoked from a # pattern rule where we don't need one. That is ok -- this is a # normal compilation that the losing compiler can handle. If no # '.c' file was seen then we are probably linking. That is also # ok. exec "$@" fi # Name of file we expect compiler to create. cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` # Create the lock directory. # Note: use '[/\\:.-]' here to ensure that we don't use the same name # that we are using for the .o file. Also, base the name on the expected # object file name, since that is what matters with a parallel build. lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d while true; do if mkdir "$lockdir" >/dev/null 2>&1; then break fi sleep 1 done # FIXME: race condition here if user kills between mkdir and trap. trap "rmdir '$lockdir'; exit 1" 1 2 15 # Run the compile. "$@" ret=$? if test -f "$cofile"; then test "$cofile" = "$ofile" || mv "$cofile" "$ofile" elif test -f "${cofile}bj"; then test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" fi rmdir "$lockdir" exit $ret # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: nbd-3.16.2/cliserv.c0000644000175000017500000000640213132635333011106 00000000000000#include #include #include #include #include #include #include #include #include const u64 cliserv_magic = 0x00420281861253LL; const u64 opts_magic = 0x49484156454F5054LL; const u64 rep_magic = 0x3e889045565a9LL; /** * Set a socket to blocking or non-blocking * * @param fd The socket's FD * @param nb non-zero to set to non-blocking, else 0 to set to blocking * @return 0 - OK, -1 failed */ int set_nonblocking(int fd, int nb) { int sf = fcntl (fd, F_GETFL, 0); if (sf == -1) return -1; return fcntl (fd, F_SETFL, nb ? (sf | O_NONBLOCK) : (sf & ~O_NONBLOCK)); } void setmysockopt(int sock) { int size = 1; #if 0 if (setsockopt(sock, SOL_SOCKET, SO_SNDBUF, &size, sizeof(int)) < 0) INFO("(no sockopt/1: %m)"); #endif #ifdef IPPROTO_TCP size = 1; if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &size, sizeof(int)) < 0) INFO("(no sockopt/2: %m)"); #endif #if 0 size = 1024; if (setsockopt(sock, IPPROTO_TCP, TCP_MAXSEG, &size, sizeof(int)) < 0) INFO("(no sockopt/3: %m)"); #endif } void err_nonfatal(const char *s) { char s1[150], *s2; strncpy(s1, s, sizeof(s1)); if ((s2 = strstr(s, "%m"))) { strncpy(s1 + (s2 - s), strerror(errno), sizeof(s1) - (s2 - s)); s2 += 2; strncpy(s1 + strlen(s1), s2, sizeof(s1) - strlen(s1)); } #ifndef sun /* Solaris doesn't have %h in syslog */ else if ((s2 = strstr(s, "%h"))) { strncpy(s1 + (s2 - s), hstrerror(h_errno), sizeof(s1) - (s2 - s)); s2 += 2; strncpy(s1 + strlen(s1), s2, sizeof(s1) - strlen(s1)); } #endif s1[sizeof(s1)-1] = '\0'; #ifdef ISSERVER syslog(LOG_ERR, "%s", s1); syslog(LOG_ERR, "Exiting."); #endif fprintf(stderr, "Error: %s\n", s1); } void err(const char *s) { err_nonfatal(s); fprintf(stderr, "Exiting.\n"); exit(EXIT_FAILURE); } void logging(const char* name) { #ifdef ISSERVER openlog(name, LOG_PID, LOG_DAEMON); #endif setvbuf(stdout, NULL, _IONBF, 0); setvbuf(stderr, NULL, _IONBF, 0); } #ifndef ntohll #ifdef WORDS_BIGENDIAN uint64_t ntohll(uint64_t a) { return a; } #else uint64_t ntohll(uint64_t a) { u32 lo = a & 0xffffffff; u32 hi = a >> 32U; lo = ntohl(lo); hi = ntohl(hi); return ((uint64_t) lo) << 32U | hi; } #endif #endif /** * Read data from a file descriptor into a buffer * * @param f a file descriptor * @param buf a buffer * @param len the number of bytes to be read * @return 0 on completion, or -1 on failure **/ int readit(int f, void *buf, size_t len) { ssize_t res; while (len > 0) { DEBUG("*"); res = read(f, buf, len); if (res > 0) { len -= res; buf += res; } else if (res < 0) { if(errno != EAGAIN) { err_nonfatal("Read failed: %m"); return -1; } } else { return -1; } } return 0; } /** * Write data from a buffer into a filedescriptor * * @param f a file descriptor * @param buf a buffer containing data * @param len the number of bytes to be written * @return 0 on success, or -1 if the socket was closed **/ int writeit(int f, void *buf, size_t len) { ssize_t res; while (len > 0) { DEBUG("+"); if ((res = write(f, buf, len)) <= 0) { switch(errno) { case EAGAIN: break; default: err_nonfatal("Send failed: %m"); return -1; } } len -= res; buf += res; } return 0; } nbd-3.16.2/nbd-trdump.c0000644000175000017500000000522312260327652011516 00000000000000/* * nbd-trdump.c * * Takes an nbd transaction log file on stdin and translates it into something * comprehensible */ #include #include #include #include #include #include #include #include "config.h" /* We don't want to do syslog output in this program */ #undef ISSERVER #include "cliserv.h" #include "nbd.h" static inline void doread(int f, void *buf, size_t len) { ssize_t res; while(len>0) { if((res=read(f, buf, len)) <=0) { if (!res) exit(0); perror ("Error reading transactions"); exit(1); } len-=res; buf+=res; } } int main(int argc, char**argv) { struct nbd_request req; struct nbd_reply rep; uint32_t magic; uint64_t handle; uint32_t error; uint32_t command; uint32_t len; uint64_t offset; char * ctext; int readfd = 0; /* stdin */ if(argc > 1) { int retval=0; if(strcmp(argv[1], "--help") && strcmp(argv[1], "-h")) { printf("E: unknown option %s.\n", argv[1]); retval=1; } printf("This is nbd-trdump, part of nbd %s.\n", PACKAGE_VERSION); printf("Use: %s < transactionlog\n", argv[0]); return retval; } while (1) { /* Read a request or reply from the transaction file */ doread(readfd, &magic, sizeof(magic)); magic = ntohl(magic); switch (magic) { case NBD_REQUEST_MAGIC: doread(readfd, sizeof(magic)+(char *)(&req), sizeof(struct nbd_request)-sizeof(magic)); handle = ntohll(*((long long int *)(req.handle))); offset = ntohll(req.from); len = ntohl(req.len); command = ntohl(req.type); switch (command & NBD_CMD_MASK_COMMAND) { case NBD_CMD_READ: ctext="NBD_CMD_READ"; break; case NBD_CMD_WRITE: ctext="NBD_CMD_WRITE"; break; case NBD_CMD_DISC: ctext="NBD_CMD_DISC"; break; case NBD_CMD_FLUSH: ctext="NBD_CMD_FLUSH"; break; default: ctext="UNKNOWN"; break; } printf("> H=%016llx C=0x%08x (%13s+%4s) O=%016llx L=%08x\n", (long long unsigned int) handle, command, ctext, (command & NBD_CMD_FLAG_FUA)?"FUA":"NONE", (long long unsigned int) offset, len); break; case NBD_REPLY_MAGIC: doread(readfd, sizeof(magic)+(char *)(&rep), sizeof(struct nbd_reply)-sizeof(magic)); handle = ntohll(*((long long int *)(rep.handle))); error = ntohl(rep.error); printf("< H=%016llx E=0x%08x\n", (long long unsigned int) handle, error); break; default: printf("? Unknown transaction type %08x\n",magic); break; } } /* never reached */ return 0; } nbd-3.16.2/nbd-client.c0000644000175000017500000007200713155614240011461 00000000000000/* * Open connection for network block device * * Copyright 1997,1998 Pavel Machek, distribute under GPL * * Copyright (c) 2002 - 2011 Wouter Verhelst * * Version 1.0 - 64bit issues should be fixed, now * Version 1.1 - added bs (blocksize) option (Alexey Guzeev, aga@permonline.ru) * Version 1.2 - I added new option '-d' to send the disconnect request * Version 2.0 - Version synchronised with server * Version 2.1 - Check for disconnection before INIT_PASSWD is received * to make errormsg a bit more helpful in case the server can't * open the exported file. * 16/03/2010 - Add IPv6 support. * Kitt Tientanopajai * Neutron Soutmun * Suriya Soutmun */ #include "config.h" #include "lfs.h" #include #include #include #include #include #include #include #include #include "netdb-compat.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define MY_NAME "nbd_client" #include "cliserv.h" #if HAVE_GNUTLS && !defined(NOTLS) #include "crypto-gnutls.h" #endif #ifdef WITH_SDP #include #endif #define NBDC_DO_LIST 1 int check_conn(char* devname, int do_print) { char buf[256]; char* p; int fd; int len; if( (p=strrchr(devname, '/')) ) { devname=p+1; } if((p=strchr(devname, 'p'))) { /* We can't do checks on partitions. */ *p='\0'; } snprintf(buf, 256, "/sys/block/%s/pid", devname); if((fd=open(buf, O_RDONLY))<0) { if(errno==ENOENT) { return 1; } else { return 2; } } len=read(fd, buf, 256); if(len < 0) { perror("could not read from server"); close(fd); return 2; } buf[(len < 256) ? len : 255]='\0'; if(do_print) printf("%s\n", buf); close(fd); return 0; } int opennet(char *name, char* portstr, int sdp) { int sock; struct addrinfo hints; struct addrinfo *ai = NULL; struct addrinfo *rp = NULL; int e; memset(&hints,'\0',sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; hints.ai_protocol = IPPROTO_TCP; e = getaddrinfo(name, portstr, &hints, &ai); if(e != 0) { fprintf(stderr, "getaddrinfo failed: %s\n", gai_strerror(e)); freeaddrinfo(ai); return -1; } if(sdp) { #ifdef WITH_SDP if (ai->ai_family == AF_INET) ai->ai_family = AF_INET_SDP; else (ai->ai_family == AF_INET6) ai->ai_family = AF_INET6_SDP; #else err("Can't do SDP: I was not compiled with SDP support!"); #endif } for(rp = ai; rp != NULL; rp = rp->ai_next) { sock = socket(rp->ai_family, rp->ai_socktype, rp->ai_protocol); if(sock == -1) continue; /* error */ if(connect(sock, rp->ai_addr, rp->ai_addrlen) != -1) break; /* success */ close(sock); } if (rp == NULL) { err_nonfatal("Socket failed: %m"); sock = -1; goto err; } setmysockopt(sock); err: freeaddrinfo(ai); return sock; } int openunix(const char *path) { int sock; struct sockaddr_un un_addr; memset(&un_addr, 0, sizeof(un_addr)); un_addr.sun_family = AF_UNIX; if (strnlen(path, sizeof(un_addr.sun_path)) == sizeof(un_addr.sun_path)) { err_nonfatal("UNIX socket path too long"); return -1; } strncpy(un_addr.sun_path, path, sizeof(un_addr.sun_path) - 1); if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) == -1) { err_nonfatal("SOCKET failed"); return -1; }; if (connect(sock, &un_addr, sizeof(un_addr)) == -1) { err_nonfatal("CONNECT failed"); close(sock); return -1; } return sock; } void send_request(int sock, uint32_t opt, ssize_t datasize, void* data) { struct { uint64_t magic; uint32_t opt; uint32_t datasize; } __attribute__((packed)) header = { ntohll(opts_magic), ntohl(opt), ntohl(datasize), }; if(datasize < 0) { datasize = strlen((char*)data); header.datasize = htonl(datasize); } writeit(sock, &header, sizeof(header)); if(data != NULL) { writeit(sock, data, datasize); } } void send_info_request(int sock, uint32_t opt, int n_reqs, uint16_t* reqs, char* name) { uint16_t rlen = htons(n_reqs); uint32_t nlen = htonl(strlen(name)); send_request(sock, opt, sizeof(uint32_t) + strlen(name) + sizeof(uint16_t) + n_reqs * sizeof(uint16_t), NULL); writeit(sock, &nlen, sizeof(nlen)); writeit(sock, name, strlen(name)); writeit(sock, &rlen, sizeof(rlen)); if(n_reqs > 0) { writeit(sock, reqs, n_reqs * sizeof(uint16_t)); } } struct reply { uint64_t magic; uint32_t opt; uint32_t reply_type; uint32_t datasize; char data[]; } __attribute__((packed)); struct reply* read_reply(int sock) { struct reply *retval = malloc(sizeof(struct reply)); readit(sock, retval, sizeof(*retval)); retval->magic = ntohll(retval->magic); retval->opt = ntohl(retval->opt); retval->reply_type = ntohl(retval->reply_type); retval->datasize = ntohl(retval->datasize); if (retval->magic != rep_magic) { fprintf(stderr, "E: received invalid negotiation magic %" PRIu64 " (expected %" PRIu64 ")", retval->magic, rep_magic); exit(EXIT_FAILURE); } if (retval->datasize > 0) { retval = realloc(retval, sizeof(struct reply) + retval->datasize); readit(sock, &(retval->data), retval->datasize); } return retval; } void ask_list(int sock) { uint32_t opt; uint32_t opt_server; uint32_t len; uint32_t lenn; uint32_t reptype; uint64_t magic; int rlen; const int BUF_SIZE = 1024; char buf[BUF_SIZE]; send_request(sock, NBD_OPT_LIST, 0, NULL); /* newline, move away from the "Negotiation:" line */ printf("\n"); do { memset(buf, 0, 1024); if(read(sock, &magic, sizeof(magic)) < 0) { err("Reading magic from server: %m"); } if(read(sock, &opt_server, sizeof(opt_server)) < 0) { err("Reading option: %m"); } if(read(sock, &reptype, sizeof(reptype)) <0) { err("Reading reply from server: %m"); } if(read(sock, &len, sizeof(len)) < 0) { err("Reading length from server: %m"); } magic=ntohll(magic); len=ntohl(len); reptype=ntohl(reptype); if(magic != rep_magic) { err("Not enough magic from server"); } if(reptype & NBD_REP_FLAG_ERROR) { switch(reptype) { case NBD_REP_ERR_POLICY: fprintf(stderr, "\nE: listing not allowed by server.\n"); break; default: fprintf(stderr, "\nE: unexpected error from server.\n"); break; } if(len > 0 && len < BUF_SIZE) { if((rlen=read(sock, buf, len)) < 0) { fprintf(stderr, "\nE: could not read error message from server\n"); } else { buf[rlen] = '\0'; fprintf(stderr, "Server said: %s\n", buf); } } exit(EXIT_FAILURE); } else { if(reptype != NBD_REP_ACK) { if(reptype != NBD_REP_SERVER) { err("Server sent us a reply we don't understand!"); } if(read(sock, &lenn, sizeof(lenn)) < 0) { fprintf(stderr, "\nE: could not read export name length from server\n"); exit(EXIT_FAILURE); } lenn=ntohl(lenn); if (lenn >= BUF_SIZE) { fprintf(stderr, "\nE: export name on server too long\n"); exit(EXIT_FAILURE); } if(read(sock, buf, lenn) < 0) { fprintf(stderr, "\nE: could not read export name from server\n"); exit(EXIT_FAILURE); } buf[lenn] = 0; printf("%s", buf); len -= lenn; len -= sizeof(lenn); if(len > 0) { if(read(sock, buf, len) < 0) { fprintf(stderr, "\nE: could not read export description from server\n"); exit(EXIT_FAILURE); } buf[len] = 0; printf(": %s\n", buf); } else { printf("\n"); } } } } while(reptype != NBD_REP_ACK); send_request(sock, NBD_OPT_ABORT, 0, NULL); } void parse_sizes(char *buf, uint64_t *size, uint16_t *flags) { memcpy(size, buf, sizeof(*size)); *size = ntohll(*size); buf += sizeof(size); memcpy(flags, buf, sizeof(*flags)); *flags = ntohs(*flags); if ((*size>>12) > (uint64_t)~0UL) { printf("size = %luMB", (unsigned long)(*size>>20)); err("Exported device is too big for me. Get 64-bit machine :-(\n"); } else { printf("size = %luMB", (unsigned long)(*size>>20)); } printf("\n"); } void negotiate(int *sockp, u64 *rsize64, uint16_t *flags, char* name, uint32_t needed_flags, uint32_t client_flags, uint32_t do_opts, char *certfile, char *keyfile, char *cacertfile, char *tlshostname, bool tls) { u64 magic; uint16_t tmp; uint16_t global_flags; char buf[256] = "\0\0\0\0\0\0\0\0\0"; uint32_t opt; uint32_t namesize; int sock = *sockp; printf("Negotiation: "); readit(sock, buf, 8); if (strcmp(buf, INIT_PASSWD)) err("INIT_PASSWD bad"); printf("."); readit(sock, &magic, sizeof(magic)); magic = ntohll(magic); if (magic != opts_magic) { if(magic == cliserv_magic) { err("It looks like you're trying to connect to an oldstyle server. This is no longer supported since nbd 3.10."); } } printf("."); readit(sock, &tmp, sizeof(uint16_t)); global_flags = ntohs(tmp); if((needed_flags & global_flags) != needed_flags) { /* There's currently really only one reason why this * check could possibly fail, but we may need to change * this error message in the future... */ fprintf(stderr, "\nE: Server does not support listing exports\n"); exit(EXIT_FAILURE); } if (global_flags & NBD_FLAG_NO_ZEROES) { client_flags |= NBD_FLAG_C_NO_ZEROES; } client_flags = htonl(client_flags); if (write(sock, &client_flags, sizeof(client_flags)) < 0) err("Failed/2.1: %m"); #if HAVE_GNUTLS && !defined(NOTLS) /* TLS */ if (tls) { int plainfd[2]; // [0] is used by the proxy, [1] is used by NBD tlssession_t *s = NULL; int ret; uint32_t tmp32; uint64_t tmp64; send_request(sock, NBD_OPT_STARTTLS, 0, NULL); if (read(sock, &tmp64, sizeof(tmp64)) < 0) err("Could not read cliserv_magic: %m"); tmp64 = ntohll(tmp64); if (tmp64 != NBD_OPT_REPLY_MAGIC) { err("reply magic does not match"); } if (read(sock, &tmp32, sizeof(tmp32)) < 0) err("Could not read option type: %m"); tmp32 = ntohl(tmp32); if (tmp32 != NBD_OPT_STARTTLS) err("Reply to wrong option"); if (read(sock, &tmp32, sizeof(tmp32)) < 0) err("Could not read option reply type: %m"); tmp32 = ntohl(tmp32); if (tmp32 != NBD_REP_ACK) { err("Option reply type != NBD_REP_ACK"); } if (read(sock, &tmp32, sizeof(tmp32)) < 0) err( "Could not read option data length: %m"); tmp32 = ntohl(tmp32); if (tmp32 != 0) { err("Option reply data length != 0"); } s = tlssession_new(0, keyfile, certfile, cacertfile, tlshostname, !cacertfile || !tlshostname, // insecure flag #ifdef DODBG 1, // debug #else 0, // debug #endif NULL, // quitfn NULL, // erroutfn NULL // opaque ); if (!s) err("Cannot establish TLS session"); if (socketpair(AF_UNIX, SOCK_STREAM, 0, plainfd) < 0) err("Cannot get socket pair"); if (set_nonblocking(plainfd[0], 0) <0 || set_nonblocking(plainfd[1], 0) <0 || set_nonblocking(sock, 0) <0) { close(plainfd[0]); close(plainfd[1]); err("Cannot set socket options"); } ret = fork(); if (ret < 0) err("Could not fork"); else if (ret == 0) { // we are the child if (daemon(0, 0) < 0) { /* no one will see this */ fprintf(stderr, "Can't detach from the terminal"); exit(1); } signal (SIGPIPE, SIG_IGN); close(plainfd[1]); tlssession_mainloop(sock, plainfd[0], s); close(sock); close(plainfd[0]); exit(0); } close(plainfd[0]); close(sock); sock = plainfd[1]; /* use the decrypted FD from now on */ *sockp = sock; } #else if (keyfile) { err("TLS requested but support not compiled in"); } #endif if(do_opts & NBDC_DO_LIST) { ask_list(sock); exit(EXIT_SUCCESS); } send_info_request(sock, NBD_OPT_GO, 0, NULL, name); struct reply *rep = NULL; do { if(rep != NULL) free(rep); rep = read_reply(sock); if(rep->reply_type & NBD_REP_FLAG_ERROR) { if(rep->reply_type == NBD_REP_ERR_UNSUP) { free(rep); /* server doesn't support NBD_OPT_GO or NBD_OPT_INFO, * fall back to NBD_OPT_EXPORT_NAME */ send_request(sock, NBD_OPT_EXPORT_NAME, -1, name); char b[sizeof(*flags) + sizeof(*rsize64)]; readit(sock, b, sizeof(b)); parse_sizes(b, rsize64, flags); if(!(global_flags & NBD_FLAG_NO_ZEROES)) { readit(sock, buf, 124); } return; } else { err("Unknown error in reply to NBD_OPT_GO; cannot continue"); exit(EXIT_FAILURE); } } uint16_t info_type; switch(rep->reply_type) { case NBD_REP_INFO: memcpy(&info_type, rep->data, 2); info_type = htons(info_type); switch(info_type) { case NBD_INFO_EXPORT: parse_sizes(rep->data + 2, rsize64, flags); break; default: // ignore these, don't need them break; } break; case NBD_REP_ACK: break; default: err_nonfatal("Unknown reply to NBD_OPT_GO received"); } } while(rep->reply_type != NBD_REP_ACK); free(rep); } bool get_from_config(char* cfgname, char** name_ptr, char** dev_ptr, char** hostn_ptr, int* bs, int* timeout, int* persist, int* swap, int* sdp, int* b_unix, char**port, int* num_conns, char **certfile, char **keyfile, char **cacertfile, char **tlshostname) { int fd = open(SYSCONFDIR "/nbdtab", O_RDONLY); bool retval = false; if(fd < 0) { fprintf(stderr, "while opening %s: ", SYSCONFDIR "/nbdtab"); perror("could not open config file"); goto out; } off_t size = lseek(fd, 0, SEEK_END); lseek(fd, 0, SEEK_SET); void *data = NULL; char *fsep = "\n\t# "; char *lsep = "\n#"; if(size < 0) { perror("E: mmap'ing nbdtab"); exit(EXIT_FAILURE); } data = mmap(NULL, (size_t)size, PROT_READ, MAP_SHARED, fd, 0); if(!strncmp(cfgname, "/dev/", 5)) { cfgname += 5; } char *loc = strstr((const char*)data, cfgname); if(!loc) { goto out; } size_t l = strlen(cfgname) + 6; *dev_ptr = malloc(l); snprintf(*dev_ptr, l, "/dev/%s", cfgname); size_t line_len, field_len, ws_len; #define CHECK_LEN field_len = strcspn(loc, fsep); ws_len = strspn(loc+field_len, fsep); if(field_len > line_len || line_len <= 0) { goto out; } #define MOVE_NEXT line_len -= field_len + ws_len; loc += field_len + ws_len // find length of line line_len = strcspn(loc, lsep); // first field is the device node name, which we already know, so skip it CHECK_LEN; MOVE_NEXT; // next field is the hostname CHECK_LEN; *hostn_ptr = strndup(loc, field_len); MOVE_NEXT; // third field is the export name CHECK_LEN; *name_ptr = strndup(loc, field_len); if(ws_len + field_len > line_len) { // optional last field is not there, so return success retval = true; goto out; } MOVE_NEXT; CHECK_LEN; #undef CHECK_LEN #undef MOVE_NEXT // fourth field is the options field, a comma-separated field of options do { if(!strncmp(loc, "conns=", 6)) { *num_conns = (int)strtol(loc+6, &loc, 0); goto next; } if(!strncmp(loc, "bs=", 3)) { *bs = (int)strtol(loc+3, &loc, 0); goto next; } if(!strncmp(loc, "timeout=", 8)) { *timeout = (int)strtol(loc+8, &loc, 0); goto next; } if(!strncmp(loc, "port=", 5)) { *port = strndup(loc+5, strcspn(loc+5, ",")); goto next; } if(!strncmp(loc, "persist", 7)) { loc += 7; *persist = 1; goto next; } if(!strncmp(loc, "swap", 4)) { *swap = 1; loc += 4; goto next; } if(!strncmp(loc, "sdp", 3)) { *sdp = 1; loc += 3; goto next; } if(!strncmp(loc, "unix", 4)) { *b_unix = 1; loc += 4; goto next; } if(!strncmp(loc, "certfile=", 9)) { *certfile = strndup(loc+9, strcspn(loc+9, ",")); goto next; } if(!strncmp(loc, "keyfile=", 8)) { *keyfile = strndup(loc+8, strcspn(loc+8, ",")); goto next; } if(!strncmp(loc, "cacertfile=", 11)) { *cacertfile = strndup(loc+11, strcspn(loc+11, ",")); goto next; } if(!strncmp(loc, "tlshostname=", 9)) { *tlshostname = strndup(loc+9, strcspn(loc+9, ",")); goto next; } // skip unknown options, with a warning unless they start with a '_' l = strcspn(loc, ","); if(*loc != '_') { char* s = strndup(loc, l); fprintf(stderr, "Warning: unknown option '%s' found in nbdtab file", s); free(s); } loc += l; next: if(*loc == ',') { loc++; } } while(strcspn(loc, lsep) > 0); retval = true; out: if(data != NULL) { munmap(data, size); } if(fd >= 0) { close(fd); } return retval; } void setsizes(int nbd, u64 size64, int blocksize, u32 flags) { unsigned long size; int read_only = (flags & NBD_FLAG_READ_ONLY) ? 1 : 0; if (size64>>12 > (uint64_t)~0UL) err("Device too large.\n"); else { int tmp_blocksize = 4096; if (size64 / (u64)blocksize <= (uint64_t)~0UL) tmp_blocksize = blocksize; if (ioctl(nbd, NBD_SET_BLKSIZE, tmp_blocksize) < 0) { fprintf(stderr, "Failed to set blocksize %d\n", tmp_blocksize); err("Ioctl/1.1a failed: %m\n"); } size = (unsigned long)(size64 / (u64)tmp_blocksize); if (ioctl(nbd, NBD_SET_SIZE_BLOCKS, size) < 0) err("Ioctl/1.1b failed: %m\n"); if (tmp_blocksize != blocksize) { if (ioctl(nbd, NBD_SET_BLKSIZE, (unsigned long)blocksize) < 0) { fprintf(stderr, "Failed to set blocksize %d\n", blocksize); err("Ioctl/1.1c failed: %m\n"); } } fprintf(stderr, "bs=%d, sz=%" PRIu64 " bytes\n", blocksize, (u64)tmp_blocksize * size); } ioctl(nbd, NBD_CLEAR_SOCK); /* ignore error as kernel may not support */ ioctl(nbd, NBD_SET_FLAGS, (unsigned long) flags); if (ioctl(nbd, BLKROSET, (unsigned long) &read_only) < 0) err("Unable to set read-only attribute for device"); } void set_timeout(int nbd, int timeout) { if (timeout) { if (ioctl(nbd, NBD_SET_TIMEOUT, (unsigned long)timeout) < 0) err("Ioctl NBD_SET_TIMEOUT failed: %m\n"); fprintf(stderr, "timeout=%d\n", timeout); } } void finish_sock(int sock, int nbd, int swap) { if (ioctl(nbd, NBD_SET_SOCK, sock) < 0) { if (errno == EBUSY) err("Kernel doesn't support multiple connections\n"); else err("Ioctl NBD_SET_SOCK failed: %m\n"); } #ifndef __ANDROID__ if (swap) mlockall(MCL_CURRENT | MCL_FUTURE); #endif } static int oom_adjust(const char *file, const char *value) { int fd, rc; size_t len; fd = open(file, O_WRONLY); if (fd < 0) return -1; len = strlen(value); rc = write(fd, value, len) != (ssize_t) len; close(fd); return rc ? -1 : 0; } void usage(char* errmsg, ...) { if(errmsg) { char tmp[256]; va_list ap; va_start(ap, errmsg); snprintf(tmp, 256, "ERROR: %s\n\n", errmsg); vfprintf(stderr, tmp, ap); va_end(ap); } else { fprintf(stderr, "%s version %s\n", PROG_NAME, PACKAGE_VERSION); } fprintf(stderr, "Usage: nbd-client -name|-N name host [port] nbd_device\n\t[-block-size|-b block size] [-timeout|-t timeout] [-swap|-s] [-sdp|-S]\n\t[-persist|-p] [-nofork|-n] [-systemd-mark|-m]\n"); fprintf(stderr, "Or : nbd-client -u (with same arguments as above)\n"); fprintf(stderr, "Or : nbd-client nbdX\n"); fprintf(stderr, "Or : nbd-client -d nbd_device\n"); fprintf(stderr, "Or : nbd-client -c nbd_device\n"); fprintf(stderr, "Or : nbd-client -h|--help\n"); fprintf(stderr, "Or : nbd-client -l|--list host\n"); fprintf(stderr, "Or : nbd-client -V|--version\n"); #if HAVE_GNUTLS && !defined(NOTLS) fprintf(stderr, "All commands that connect to a host also take:\n\t[-F|-certfile certfile] [-K|-keyfile keyfile]\n\t[-A|-cacertfile cacertfile] [-H|-tlshostname hostname] [-x|-enable-tls]\n"); #endif fprintf(stderr, "Default value for blocksize is 1024 (recommended for ethernet)\n"); fprintf(stderr, "Allowed values for blocksize are 512,1024,2048,4096\n"); /* will be checked in kernel :) */ fprintf(stderr, "Note, that kernel 2.4.2 and older ones do not work correctly with\n"); fprintf(stderr, "blocksizes other than 1024 without patches\n"); fprintf(stderr, "Default value for port is 10809. Note that port must always be numeric\n"); fprintf(stderr, "Bug reports and general discussion should go to %s\n", PACKAGE_BUGREPORT); } void disconnect(char* device) { int nbd = open(device, O_RDWR); if (nbd < 0) err("Cannot open NBD: %m\nPlease ensure the 'nbd' module is loaded."); printf("disconnect, "); if (ioctl(nbd, NBD_DISCONNECT)<0) err("Ioctl failed: %m\n"); printf("sock, "); if (ioctl(nbd, NBD_CLEAR_SOCK)<0) err("Ioctl failed: %m\n"); printf("done\n"); } int main(int argc, char *argv[]) { char* port=NBD_DEFAULT_PORT; int sock, nbd; int blocksize=1024; char *hostname=NULL; char *nbddev=NULL; int swap=0; int cont=0; int timeout=0; int sdp=0; int G_GNUC_UNUSED nofork=0; // if -dNOFORK pid_t main_pid; u64 size64; uint16_t flags = 0; int c; int nonspecial=0; int b_unix=0; char* name=""; uint16_t needed_flags=0; uint32_t cflags=NBD_FLAG_C_FIXED_NEWSTYLE; uint32_t opts=0; sigset_t block, old; char *certfile = NULL; char *keyfile = NULL; char *cacertfile = NULL; char *tlshostname = NULL; bool tls = false; struct sigaction sa; int num_connections = 1; struct option long_options[] = { { "block-size", required_argument, NULL, 'b' }, { "check", required_argument, NULL, 'c' }, { "connections", required_argument, NULL, 'C'}, { "disconnect", required_argument, NULL, 'd' }, { "help", no_argument, NULL, 'h' }, { "list", no_argument, NULL, 'l' }, { "name", required_argument, NULL, 'N' }, { "nofork", no_argument, NULL, 'n' }, { "persist", no_argument, NULL, 'p' }, { "sdp", no_argument, NULL, 'S' }, { "swap", no_argument, NULL, 's' }, { "systemd-mark", no_argument, NULL, 'm' }, { "timeout", required_argument, NULL, 't' }, { "unix", no_argument, NULL, 'u' }, { "certfile", required_argument, NULL, 'F' }, { "keyfile", required_argument, NULL, 'K' }, { "cacertfile", required_argument, NULL, 'A' }, { "tlshostname", required_argument, NULL, 'H' }, { "enable-tls", no_argument, NULL, 'x' }, { "version", no_argument, NULL, 'V' }, { 0, 0, 0, 0 }, }; int i; logging(MY_NAME); #if HAVE_GNUTLS && !defined(NOTLS) tlssession_init(); #endif while((c=getopt_long_only(argc, argv, "-b:c:d:hlnN:pSst:uVC:K:A:H:x", long_options, NULL))>=0) { switch(c) { case 1: // non-option argument if(strchr(optarg, '=')) { // old-style 'bs=' or 'timeout=' // argument fprintf(stderr, "WARNING: old-style command-line argument encountered. This is deprecated.\n"); if(!strncmp(optarg, "bs=", 3)) { optarg+=3; goto blocksize; } if(!strncmp(optarg, "timeout=", 8)) { optarg+=8; goto timeout; } usage("unknown option %s encountered", optarg); exit(EXIT_FAILURE); } switch(nonspecial++) { case 0: // host hostname=optarg; break; case 1: // port if(!strtol(optarg, NULL, 0)) { // not parseable as a number, assume it's the device nbddev = optarg; nonspecial++; } else { port = optarg; } break; case 2: // device nbddev = optarg; break; default: usage("too many non-option arguments specified"); exit(EXIT_FAILURE); } break; case 'b': blocksize: blocksize=(int)strtol(optarg, NULL, 0); break; case 'c': return check_conn(optarg, 1); case 'C': num_connections = (int)strtol(optarg, NULL, 0); break; case 'd': disconnect(optarg); exit(EXIT_SUCCESS); case 'h': usage(NULL); exit(EXIT_SUCCESS); case 'l': needed_flags |= NBD_FLAG_FIXED_NEWSTYLE; opts |= NBDC_DO_LIST; nbddev=""; break; case 'm': argv[0][0] = '@'; break; case 'n': nofork=1; break; case 'N': name=optarg; break; case 'p': cont=1; break; case 's': swap=1; break; case 'S': sdp=1; break; case 't': timeout: timeout=strtol(optarg, NULL, 0); break; case 'u': b_unix = 1; break; case 'V': printf("This is %s, from %s\n", PROG_NAME, PACKAGE_STRING); return 0; #if HAVE_GNUTLS && !defined(NOTLS) case 'x': tls = true; break; case 'F': certfile=strdup(optarg); break; case 'K': keyfile=strdup(optarg); break; case 'A': cacertfile=strdup(optarg); break; case 'H': tlshostname=strdup(optarg); break; #else case 'F': case 'K': case 'H': case 'A': fprintf(stderr, "E: TLS support not compiled in\n"); exit(EXIT_FAILURE); #endif default: fprintf(stderr, "E: option eaten by 42 mice\n"); exit(EXIT_FAILURE); } } #ifdef __ANDROID__ if (swap) err("swap option unsupported on Android because mlockall is unsupported."); #endif if(hostname) { if((!name || !nbddev) && !(opts & NBDC_DO_LIST)) { if(!strncmp(hostname, "nbd", 3) || !strncmp(hostname, "/dev/nbd", 8)) { if(!get_from_config(hostname, &name, &nbddev, &hostname, &blocksize, &timeout, &cont, &swap, &sdp, &b_unix, &port, &num_connections, &certfile, &keyfile, &cacertfile, &hostname)) { usage("no valid configuration for specified device found", hostname); exit(EXIT_FAILURE); } } else { usage("not enough information specified, and argument didn't look like an nbd device"); exit(EXIT_FAILURE); } } } else { usage("no information specified"); exit(EXIT_FAILURE); } if (keyfile && !certfile) certfile = strdup(keyfile); if (certfile != NULL || keyfile != NULL || cacertfile != NULL || tlshostname != NULL) { tls = true; } if (!tlshostname && hostname) tlshostname = strdup(hostname); if(strlen(name)==0 && !(opts & NBDC_DO_LIST)) { printf("Warning: the oldstyle protocol is no longer supported.\nThis method now uses the newstyle protocol with a default export\n"); } if(!(opts & NBDC_DO_LIST)) { nbd = open(nbddev, O_RDWR); if (nbd < 0) err("Cannot open NBD: %m\nPlease ensure the 'nbd' module is loaded."); } for (i = 0; i < num_connections; i++) { if (b_unix) sock = openunix(hostname); else sock = opennet(hostname, port, sdp); if (sock < 0) exit(EXIT_FAILURE); negotiate(&sock, &size64, &flags, name, needed_flags, cflags, opts, certfile, keyfile, cacertfile, tlshostname, tls); if (i == 0) { setsizes(nbd, size64, blocksize, flags); set_timeout(nbd, timeout); } finish_sock(sock, nbd, swap); if (swap) { if (keyfile) fprintf(stderr, "Warning: using swap and TLS is prone to deadlock\n"); /* try linux >= 2.6.36 interface first */ if (oom_adjust("/proc/self/oom_score_adj", "-1000")) { /* fall back to linux <= 2.6.35 interface */ oom_adjust("/proc/self/oom_adj", "-17"); } } } /* Go daemon */ #ifndef NOFORK if(!nofork) { if (daemon(0,0) < 0) err("Cannot detach from terminal"); } memset(&sa, 0, sizeof(sa)); sa.sa_handler = SIG_IGN; sigaction(SIGCHLD, &sa, NULL); #endif /* For child to check its parent */ main_pid = getpid(); do { #ifndef NOFORK sigfillset(&block); sigdelset(&block, SIGKILL); sigdelset(&block, SIGTERM); sigdelset(&block, SIGPIPE); sigprocmask(SIG_SETMASK, &block, &old); if (!fork()) { /* Due to a race, the kernel NBD driver cannot * call for a reread of the partition table * in the handling of the NBD_DO_IT ioctl(). * Therefore, this is done in the first open() * of the device. We therefore make sure that * the device is opened at least once after the * connection was made. This has to be done in a * separate process, since the NBD_DO_IT ioctl() * does not return until the NBD device has * disconnected. */ struct timespec req = { .tv_sec = 0, .tv_nsec = 100000000, }; while(check_conn(nbddev, 0)) { if (main_pid != getppid()) { /* check_conn() will not return 0 when nbd disconnected * and parent exited during this loop. So the child has to * explicitly check parent identity and exit if parent * exited */ exit(0); } nanosleep(&req, NULL); } if(open(nbddev, O_RDONLY) < 0) { perror("could not open device for updating partition table"); } exit(0); } #endif if (ioctl(nbd, NBD_DO_IT) < 0) { int error = errno; fprintf(stderr, "nbd,%d: Kernel call returned: %d", main_pid, error); if(error==EBADR) { /* The user probably did 'nbd-client -d' on us. * quit */ cont=0; } else { if(cont) { u64 new_size; uint16_t new_flags; close(sock); close(nbd); for (;;) { fprintf(stderr, " Reconnecting\n"); if (b_unix) sock = openunix(hostname); else sock = opennet(hostname, port, sdp); if (sock >= 0) break; sleep (1); } nbd = open(nbddev, O_RDWR); if (nbd < 0) err("Cannot open NBD: %m"); negotiate(&sock, &new_size, &new_flags, name, needed_flags, cflags, opts, certfile, keyfile, cacertfile, tlshostname, tls); if (size64 != new_size) { err("Size of the device changed. Bye"); } setsizes(nbd, size64, blocksize, new_flags); set_timeout(nbd, timeout); finish_sock(sock,nbd,swap); } } } else { /* We're on 2.4. It's not clearly defined what exactly * happened at this point. Probably best to quit, now */ fprintf(stderr, "Kernel call returned."); cont=0; } } while(cont); printf("sock, "); ioctl(nbd, NBD_CLEAR_SOCK); printf("done\n"); return 0; } nbd-3.16.2/gznbd/0000755000175000017500000000000013155614455010464 500000000000000nbd-3.16.2/gznbd/Makefile.in0000644000175000017500000005263713155614450012461 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ @GZNBD_TRUE@bin_PROGRAMS = gznbd$(EXEEXT) subdir = gznbd ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am__gznbd_SOURCES_DIST = gznbd.c @GZNBD_TRUE@am_gznbd_OBJECTS = gznbd-gznbd.$(OBJEXT) gznbd_OBJECTS = $(am_gznbd_OBJECTS) @GZNBD_TRUE@gznbd_DEPENDENCIES = ../libcliserv.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = gznbd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(gznbd_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(gznbd_SOURCES) DIST_SOURCES = $(am__gznbd_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @GZNBD_TRUE@gznbd_SOURCES = gznbd.c @GZNBD_TRUE@gznbd_CFLAGS = -DTRACE -Wall @GZNBD_TRUE@gznbd_LDADD = -lz ../libcliserv.la all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gznbd/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign gznbd/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list gznbd$(EXEEXT): $(gznbd_OBJECTS) $(gznbd_DEPENDENCIES) $(EXTRA_gznbd_DEPENDENCIES) @rm -f gznbd$(EXEEXT) $(AM_V_CCLD)$(gznbd_LINK) $(gznbd_OBJECTS) $(gznbd_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gznbd-gznbd.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< gznbd-gznbd.o: gznbd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gznbd_CFLAGS) $(CFLAGS) -MT gznbd-gznbd.o -MD -MP -MF $(DEPDIR)/gznbd-gznbd.Tpo -c -o gznbd-gznbd.o `test -f 'gznbd.c' || echo '$(srcdir)/'`gznbd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gznbd-gznbd.Tpo $(DEPDIR)/gznbd-gznbd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gznbd.c' object='gznbd-gznbd.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gznbd_CFLAGS) $(CFLAGS) -c -o gznbd-gznbd.o `test -f 'gznbd.c' || echo '$(srcdir)/'`gznbd.c gznbd-gznbd.obj: gznbd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gznbd_CFLAGS) $(CFLAGS) -MT gznbd-gznbd.obj -MD -MP -MF $(DEPDIR)/gznbd-gznbd.Tpo -c -o gznbd-gznbd.obj `if test -f 'gznbd.c'; then $(CYGPATH_W) 'gznbd.c'; else $(CYGPATH_W) '$(srcdir)/gznbd.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gznbd-gznbd.Tpo $(DEPDIR)/gznbd-gznbd.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gznbd.c' object='gznbd-gznbd.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gznbd_CFLAGS) $(CFLAGS) -c -o gznbd-gznbd.obj `if test -f 'gznbd.c'; then $(CYGPATH_W) 'gznbd.c'; else $(CYGPATH_W) '$(srcdir)/gznbd.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(bindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ install-info install-info-am install-man install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/gznbd/gznbd.c0000644000175000017500000001265613115264041011652 00000000000000/* (c) Marc Welz 2000, released under GPL, tested under Linux 2.2.17 Most of the stuff cribbed from the nbd package written by Pavel Machek Unfortunately quite slow since zlib has to decompress all the stuff between seeks, so only suited to smaller files Could be a neat way to do userland encryption/steganography if you have a crypto library which has a stdiolike interface to replace zlib Usage dd if=/dev/zero of=/tmp/image bs=1024 count=1024 mke2fs -f /tmp/image mount -o loop /tmp/image /mnt/ cp /bin/ls /mnt/ umount /mnt sync gzip -9 /tmp/image gznbd /dev/nbd0 /tmp/image.gz gznbd does not background, from another terminal type mount -o ro,nocheck /dev/nbd0 /mnt/ cd /mnt ls df ro is important, since writes will fail horribly and nochecks speeds the mount up nicely */ #include #include #include #include #include #include #include #include #include #include #include #include #include /* asm/types defines __u??, at least on my system */ #include #define MY_NAME "gznbd" /* these headers take care of endianness */ #include "../config.h" #include "../cliserv.h" #define BLOCK 1024 /* don't ask me why this value, I only copied it */ #define CHUNK BLOCK*20 int main(int argc, char **argv) { int pr[2]; int sk; int nbd; gzFile gz; int gzerr; char chunk[CHUNK]; struct nbd_request request; struct nbd_reply reply; u64 size; u64 from; u32 len; if(argc<3){ printf("Usage: %s nbdevice gzfile [size]\n",argv[0]); exit(1); } gz=gzopen(argv[2], "rb"); if(gz==NULL){ fprintf(stderr,"%s: unable open compressed file %s\n",argv[0],argv[2]); exit(1); } if(argc>3){ size=atoll(argv[3]); if((size==0)||(size%BLOCK)){ fprintf(stderr,"%s: %s does not appear to be a valid size\n",argv[0],argv[3]); exit(1); } printf("%s: file=%s, size=%"PRId64"\n",argv[0],argv[2],size); } else { char buffer[BLOCK]; int result; size=0; printf("%s: file=%s, seeking, ",argv[0],argv[2]); fflush(stdout); /* expensive seek to get file size */ while(BLOCK==(result=gzread(gz,buffer,BLOCK))){ size+=BLOCK; } if(result==0){ printf("size=%"PRId64"\n",size); } else { printf("failed\n"); if(result<0){ fprintf(stderr,"%s: read failed: %s\n",argv[0],gzerror(gz,&gzerr)); } else { fprintf(stderr,"%s: incomplete last read, file has to be a multiple of %d\n",argv[0],BLOCK); } exit(1); } if(gzrewind(gz)!=0){ fprintf(stderr,"%s: unable to rewind gzfile\n",argv[0]); exit(1); } } if(socketpair(AF_UNIX, SOCK_STREAM, 0, pr)){ fprintf(stderr,"%s: unable to create socketpair: %s\n",argv[0],strerror(errno)); exit(1); } switch(fork()){ case -1 : fprintf(stderr,"%s: unable to fork: %s\n",argv[0],strerror(errno)); exit(1); break; case 0 : /* child */ gzclose(gz); close(pr[0]); sk=pr[1]; nbd=open(argv[1], O_RDWR); if(nbd<0){ fprintf(stderr,"%s: unable to open %s: %s\n",argv[0],argv[1],strerror(errno)); exit(1); } if(ioctl(nbd,NBD_SET_SIZE,size)<0){ fprintf(stderr,"%s: failed to set size for %s: %s\n",argv[0],argv[1],strerror(errno)); exit(1); } ioctl(nbd, NBD_CLEAR_SOCK); if(ioctl(nbd,NBD_SET_SOCK,sk)<0){ fprintf(stderr,"%s: failed to set socket for %s: %s\n",argv[0],argv[1],strerror(errno)); exit(1); } if(ioctl(nbd,NBD_DO_IT)<0){ fprintf(stderr,"%s: block device %s terminated: %s\n",argv[0],argv[1],strerror(errno)); } ioctl(nbd, NBD_CLEAR_QUE); ioctl(nbd, NBD_CLEAR_SOCK); exit(0); break; } /* only parent here, child always exits */ close(pr[1]); sk=pr[0]; reply.magic=htonl(NBD_REPLY_MAGIC); reply.error=htonl(0); while(1){ if(read(sk,&request,sizeof(request))!=sizeof(request)){ fprintf(stderr,"%s: incomplete request\n",argv[0]); } memcpy(reply.handle,request.handle,sizeof(reply.handle)); len=ntohl(request.len); from=ntohll(request.from); #ifdef TRACE fprintf(stderr,"%s: len=%d, from=%"PRId64"\n",argv[0],len,from); #endif if(request.magic!=htonl(NBD_REQUEST_MAGIC)){ fprintf(stderr,"%s: bad magic\n",argv[0]); reply.error=htonl(EIO); /* is that the right way of doing things ? */ } if(ntohl(request.type)){ fprintf(stderr,"%s: unsupported write request\n",argv[0]); reply.error=htonl(EROFS); } if(len+sizeof(struct nbd_reply)>CHUNK){ fprintf(stderr,"%s: request too long\n",argv[0]); reply.error=htonl(EIO); } if(len+from>size){ fprintf(stderr,"%s: request outside range\n",argv[0]); reply.error=htonl(EIO); } if(reply.error==htonl(0)){ gzseek(gz,from,0); if(gzread(gz,chunk+sizeof(struct nbd_reply),len)!=len){ fprintf(stderr,"%s: unable to read\n",argv[0]); reply.error=htonl(EIO); len=0; } } else { len=0; } memcpy(chunk,&reply,sizeof(struct nbd_reply)); if(write(sk,chunk,len+sizeof(struct nbd_reply))!=(len+sizeof(struct nbd_reply))){ fprintf(stderr,"%s: write failed: %s\n",argv[0],strerror(errno)); } } gzclose(gz); return 0; } nbd-3.16.2/gznbd/Makefile.am0000644000175000017500000000017413115264041012426 00000000000000if GZNBD bin_PROGRAMS = gznbd gznbd_SOURCES = gznbd.c gznbd_CFLAGS = -DTRACE -Wall gznbd_LDADD = -lz ../libcliserv.la endif nbd-3.16.2/buffer.c0000644000175000017500000001130113132635333010702 00000000000000/* The MIT License (MIT) Copyright (c) 2016 Wrymouth Innovation Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include #include "buffer.h" struct buffer { char *buf; ssize_t size; ssize_t hwm; ssize_t ridx; ssize_t widx; int empty; }; /* the buffer is organised internally as follows: * * * There are b->size bytes in the buffer. * * * Bytes are at offsets 0 to b->size-1 * * * b->ridx points to the first readable byte * * * b->widx points to the first empty space * * * b->ridx < b->widx indicates a non-wrapped buffer: * * 0 ridx widx size * | | | | * V V V V * ........XXXXXXXXX................ * * * b->ridx > b->widx indicates a wrapped buffer: * * 0 widx ridx size * | | | | * V V V V * XXXXXXXX.........XXXXXXXXXXXXXXXX * * * b->ridx == b->widx indicates a FULL buffer: * * * b->ridx == b->widx indicates a wrapped buffer: * * 0 widx == ridx size * | | | * V V V * XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX * * An empty buffer is indicated by empty=1 * */ buffer_t * bufNew (ssize_t size, ssize_t hwm) { buffer_t *b = calloc (1, sizeof (buffer_t)); b->buf = calloc (1, size); b->size = size; b->hwm = hwm; b->empty = 1; return b; } void bufFree (buffer_t * b) { free (b->buf); free (b); } /* get a maximal span to read. Returns 0 if buffer * is empty */ ssize_t bufGetReadSpan (buffer_t * b, void **addr) { if (b->empty) { *addr = NULL; return 0; } *addr = &(b->buf[b->ridx]); ssize_t len = b->widx - b->ridx; if (len <= 0) len = b->size - b->ridx; return len; } /* get a maximal span to write. Returns 0 id buffer is full */ ssize_t bufGetWriteSpan (buffer_t * b, void **addr) { if (b->empty) { *addr = b->buf; b->ridx = 0; b->widx = 0; return b->size; } if (b->ridx == b->widx) { *addr = NULL; return 0; } *addr = &(b->buf[b->widx]); ssize_t len = b->ridx - b->widx; if (len <= 0) len = b->size - b->widx; return len; } /* mark size bytes as read */ void bufDoneRead (buffer_t * b, ssize_t size) { while (!b->empty && (size > 0)) { /* empty can't occur here, so equal pointers means full */ ssize_t len = b->widx - b->ridx; if (len <= 0) len = b->size - b->ridx; /* len is the number of bytes in one read span */ if (len > size) len = size; b->ridx += len; if (b->ridx >= b->size) b->ridx = 0; if (b->ridx == b->widx) { b->ridx = 0; b->widx = 0; b->empty = 1; } size -= len; } } /* mark size bytes as written */ void bufDoneWrite (buffer_t * b, ssize_t size) { while ((b->empty || (b->ridx != b->widx)) && (size > 0)) { /* full can't occur here, so equal pointers means empty */ ssize_t len = b->ridx - b->widx; if (len <= 0) len = b->size - b->widx; /* len is the number of bytes in one write span */ if (len > size) len = size; b->widx += len; if (b->widx >= b->size) b->widx = 0; /* it can't be empty as we've written at least one byte */ b->empty = 0; size -= len; } } int bufIsEmpty (buffer_t * b) { return b->empty; } int bufIsFull (buffer_t * b) { return !b->empty && (b->ridx == b->widx); } int bufIsOverHWM (buffer_t * b) { return bufGetCount (b) > b->hwm; } ssize_t bufGetFree (buffer_t * b) { return b->size - bufGetCount (b); } ssize_t bufGetCount (buffer_t * b) { if (b->empty) return 0; return b->widx - b->ridx + ((b->ridx < b->widx) ? 0 : b->size); } nbd-3.16.2/tests/0000755000175000017500000000000013155614455010522 500000000000000nbd-3.16.2/tests/Makefile.in0000644000175000017500000004460513155614450012513 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = tests ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ ctags-recursive dvi-recursive html-recursive info-recursive \ install-data-recursive install-dvi-recursive \ install-exec-recursive install-html-recursive \ install-info-recursive install-pdf-recursive \ install-ps-recursive install-recursive installcheck-recursive \ installdirs-recursive pdf-recursive ps-recursive \ tags-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive am__recursive_targets = \ $(RECURSIVE_TARGETS) \ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ distdir am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ sed_first='s,^\([^/]*\)/.*$$,\1,'; \ sed_rest='s,^[^/]*/*,,'; \ sed_last='s,^.*/\([^/]*\)$$,\1,'; \ sed_butlast='s,/*[^/]*$$,,'; \ while test -n "$$dir1"; do \ first=`echo "$$dir1" | sed -e "$$sed_first"`; \ if test "$$first" != "."; then \ if test "$$first" = ".."; then \ dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ else \ first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ if test "$$first2" = "$$first"; then \ dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ else \ dir2="../$$dir2"; \ fi; \ dir0="$$dir0"/"$$first"; \ fi; \ fi; \ dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ done; \ reldir="$$dir2" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = code run all: all-recursive .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs # This directory's subdirectories are mostly independent; you can cd # into them and run 'make' without going through this Makefile. # To change the values of 'make' variables: instead of editing Makefiles, # (1) if the variable is set in 'config.status', edit 'config.status' # (which will cause the Makefiles to be regenerated when you run 'make'); # (2) otherwise, pass the desired values on the 'make' command line. $(am__recursive_targets): @fail=; \ if $(am__make_keepgoing); then \ failcom='fail=yes'; \ else \ failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ for subdir in $$list; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ dot_seen=yes; \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done; \ if test "$$dot_seen" = "no"; then \ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ fi; test -z "$$fail" ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-recursive TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ include_option=--etags-include; \ empty_fix=.; \ else \ include_option=--include; \ empty_fix=; \ fi; \ list='$(SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ test ! -f $$subdir/TAGS || \ set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ fi; \ done; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-recursive CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-recursive cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ $(am__make_dryrun) \ || test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ $(am__relativize); \ new_distdir=$$reldir; \ dir1=$$subdir; dir2="$(top_distdir)"; \ $(am__relativize); \ new_top_distdir=$$reldir; \ echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ ($(am__cd) $$subdir && \ $(MAKE) $(AM_MAKEFLAGS) \ top_distdir="$$new_top_distdir" \ distdir="$$new_distdir" \ am__remove_distdir=: \ am__skip_length_check=: \ am__skip_mode_fix=: \ distdir) \ || exit 1; \ fi; \ done check-am: all-am check: check-recursive all-am: Makefile installdirs: installdirs-recursive installdirs-am: install: install-recursive install-exec: install-exec-recursive install-data: install-data-recursive uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-recursive -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-html: install-html-recursive install-html-am: install-info: install-info-recursive install-info-am: install-man: install-pdf: install-pdf-recursive install-pdf-am: install-ps: install-ps-recursive install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-recursive -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-recursive pdf-am: ps: ps-recursive ps-am: uninstall-am: .MAKE: $(am__recursive_targets) install-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-am clean clean-generic clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/tests/code/0000755000175000017500000000000013155614455011434 500000000000000nbd-3.16.2/tests/code/Makefile.in0000644000175000017500000005646213155614450013431 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ TESTS = clientacl$(EXEEXT) dup$(EXEEXT) mask$(EXEEXT) size$(EXEEXT) \ trim$(EXEEXT) check_PROGRAMS = clientacl$(EXEEXT) dup$(EXEEXT) mask$(EXEEXT) \ size$(EXEEXT) trim$(EXEEXT) subdir = tests/code ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_clientacl_OBJECTS = clientacl.$(OBJEXT) punchdummy.$(OBJEXT) clientacl_OBJECTS = $(am_clientacl_OBJECTS) clientacl_DEPENDENCIES = $(top_builddir)/libnbdsrv.la AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = am_dup_OBJECTS = dup.$(OBJEXT) punchdummy.$(OBJEXT) dup_OBJECTS = $(am_dup_OBJECTS) dup_DEPENDENCIES = $(top_builddir)/libnbdsrv.la am_mask_OBJECTS = mask.$(OBJEXT) punchdummy.$(OBJEXT) mask_OBJECTS = $(am_mask_OBJECTS) mask_DEPENDENCIES = $(top_builddir)/libnbdsrv.la am_size_OBJECTS = size.$(OBJEXT) punchdummy.$(OBJEXT) size_OBJECTS = $(am_size_OBJECTS) size_DEPENDENCIES = $(top_builddir)/libnbdsrv.la am_trim_OBJECTS = trim.$(OBJEXT) trim_OBJECTS = $(am_trim_OBJECTS) trim_DEPENDENCIES = $(top_builddir)/libnbdsrv.la AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(clientacl_SOURCES) $(dup_SOURCES) $(mask_SOURCES) \ $(size_SOURCES) $(trim_SOURCES) DIST_SOURCES = $(clientacl_SOURCES) $(dup_SOURCES) $(mask_SOURCES) \ $(size_SOURCES) $(trim_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = -I$(top_srcdir) AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = macro.h AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ clientacl_SOURCES = clientacl.c punchdummy.c clientacl_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ dup_SOURCES = dup.c punchdummy.c dup_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ mask_SOURCES = mask.c punchdummy.c mask_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ size_SOURCES = size.c punchdummy.c size_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ trim_SOURCES = trim.c trim_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/code/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/code/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list clientacl$(EXEEXT): $(clientacl_OBJECTS) $(clientacl_DEPENDENCIES) $(EXTRA_clientacl_DEPENDENCIES) @rm -f clientacl$(EXEEXT) $(AM_V_CCLD)$(LINK) $(clientacl_OBJECTS) $(clientacl_LDADD) $(LIBS) dup$(EXEEXT): $(dup_OBJECTS) $(dup_DEPENDENCIES) $(EXTRA_dup_DEPENDENCIES) @rm -f dup$(EXEEXT) $(AM_V_CCLD)$(LINK) $(dup_OBJECTS) $(dup_LDADD) $(LIBS) mask$(EXEEXT): $(mask_OBJECTS) $(mask_DEPENDENCIES) $(EXTRA_mask_DEPENDENCIES) @rm -f mask$(EXEEXT) $(AM_V_CCLD)$(LINK) $(mask_OBJECTS) $(mask_LDADD) $(LIBS) size$(EXEEXT): $(size_OBJECTS) $(size_DEPENDENCIES) $(EXTRA_size_DEPENDENCIES) @rm -f size$(EXEEXT) $(AM_V_CCLD)$(LINK) $(size_OBJECTS) $(size_LDADD) $(LIBS) trim$(EXEEXT): $(trim_OBJECTS) $(trim_DEPENDENCIES) $(EXTRA_trim_DEPENDENCIES) @rm -f trim$(EXEEXT) $(AM_V_CCLD)$(LINK) $(trim_OBJECTS) $(trim_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientacl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dup.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mask.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/punchdummy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/size.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trim.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/tests/code/trim.c0000644000175000017500000000303413115264041012457 00000000000000#include #include #include #include #include #include #include "macro.h" #include "backend.h" int g_fd; int g_off; int g_len; void punch_hole(int fd, off_t off, off_t len) { g_fd = fd; g_off = off; g_len = len; } int main(void) { struct nbd_request req; SERVER srv; CLIENT cl; FILE_INFO export; int spair[2]; req.magic = NBD_REQUEST_MAGIC; req.type = NBD_CMD_TRIM; req.from = 0; req.len = 1024*1024; srv.exportname = "dummy"; srv.expected_size = 1024*1024*1024; srv.listenaddr = "0.0.0.0"; srv.authname = NULL; srv.flags = 0; srv.virtstyle = VIRT_NONE; srv.cidrlen = 0; srv.prerun = NULL; srv.postrun = NULL; srv.servename = "dummy"; srv.transactionlog = NULL; srv.cowdir = NULL; export.fhandle = 123; export.startoff = 0; cl.exportsize = 1024*1024*1024; cl.clientname = "127.0.0.1"; cl.exportname = "dummy"; cl.export = g_array_new(TRUE, TRUE, sizeof(FILE_INFO)); g_array_append_val(cl.export, export); socketpair(AF_UNIX, SOCK_STREAM, AF_UNIX, spair); cl.net = spair[0]; cl.server = &srv; cl.difffilename = NULL; cl.difffile = 0; cl.difffilelen = 0; cl.difmap = NULL; cl.modern = TRUE; cl.transactionlogfd = -1; cl.clientfeats = 0; pthread_mutex_init(&cl.lock, NULL); /* phew. Now test: */ exptrim(&req, &cl); count_assert(g_fd == 123); count_assert(g_off == 0); count_assert(g_len == 1024*1024); req.from = 1024 * 1024 * 1024; req.len = 1024 * 1024; count_assert(exptrim(&req, &cl) == -1); count_assert(errno == EINVAL); return 0; } nbd-3.16.2/tests/code/mask.c0000644000175000017500000000066712261640127012454 00000000000000#include #include #include int main(void) { count_assert(getmaskbyte(0) == 0); count_assert(getmaskbyte(1) == 0x80); count_assert(getmaskbyte(2) == 0xC0); count_assert(getmaskbyte(3) == 0xE0); count_assert(getmaskbyte(4) == 0xF0); count_assert(getmaskbyte(5) == 0xF8); count_assert(getmaskbyte(6) == 0xFC); count_assert(getmaskbyte(7) == 0xFE); count_assert(getmaskbyte(8) == 0xFF); return 0; } nbd-3.16.2/tests/code/punchdummy.c0000644000175000017500000000021313115264041013671 00000000000000#include #include #include void punch_hole(int fd, off_t off, off_t len) { g_assert_not_reached(); } nbd-3.16.2/tests/code/clientacl.c0000644000175000017500000000251313115264041013443 00000000000000#include #include #include #include #include #include #include #include #include #include #include bool do_test(char* address, char* netmask) { struct addrinfo hints; struct addrinfo *res, *tmp; char buf[1024]; int err; printf("Doing test for %s, netmask %s\n", address, netmask); memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_flags = AI_NUMERICHOST; if((err = getaddrinfo(address, NULL, &hints, &res))) { fprintf(stderr, "E: %s\n", gai_strerror(err)); exit(EXIT_FAILURE); } tmp = res; while(res) { printf("Found %s\n", inet_ntop(res->ai_family, &(((struct sockaddr_in*)res->ai_addr)->sin_addr), buf, res->ai_addrlen)); if(address_matches(netmask, (struct sockaddr*)res->ai_addr, NULL)) { printf("Yes!\n"); freeaddrinfo(tmp); return true; } else { printf("oh noes!\n"); } res = res->ai_next; } freeaddrinfo(tmp); return false; } int main(void) { if(!do_test("192.168.0.1", "192.168.1.1/23")) { return 1; } if(!do_test("192.168.0.1", "192.168.0.1/24")) { return 1; } if(do_test("192.168.200.1", "192.168.0.0/24")) { return 1; } if(do_test("192.168.200.1", "192.168.0.0/23")) { return 1; } return 0; } nbd-3.16.2/tests/code/Makefile.am0000644000175000017500000000115313115264041013374 00000000000000TESTS = clientacl dup mask size trim check_PROGRAMS = clientacl dup mask size trim EXTRA_DIST = macro.h AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ AM_CPPFLAGS = -I$(top_srcdir) clientacl_SOURCES = clientacl.c punchdummy.c clientacl_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ dup_SOURCES = dup.c punchdummy.c dup_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ mask_SOURCES = mask.c punchdummy.c mask_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ size_SOURCES = size.c punchdummy.c size_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ trim_SOURCES = trim.c trim_LDADD = $(top_builddir)/libnbdsrv.la @GLIB_LIBS@ nbd-3.16.2/tests/code/macro.h0000644000175000017500000000032112261640127012612 00000000000000#ifndef TEST_MACRO_H #define TEST_MACRO_H #include #include static int test_macro_counter = 0; #define count_assert(EXPR) { printf("%d\n", ++test_macro_counter); assert(EXPR); } #endif nbd-3.16.2/tests/code/size.c0000644000175000017500000000053313115264041012457 00000000000000#include #include #include #include "macro.h" int main(void) { char filename[] = "/tmp/nbd.XXXXXX"; int fd = mkstemp(filename); unlink(filename); lseek(fd, 1023, SEEK_SET); count_assert(write(fd, filename, 1) == 1); count_assert(size_autodetect(fd) == 1024); count_assert(size_autodetect(fd) != 1023); } nbd-3.16.2/tests/code/dup.c0000644000175000017500000000263513115264041012302 00000000000000#include #include #include #include "macro.h" int stringcmp(const char* a, const char* b) { if(a == NULL && b == NULL) { return 0; } if(a == NULL) { return 1; } if(b == NULL) { return -1; } return strcmp(a, b); } int main(void) { SERVER *srvd; SERVER srvs = { .exportname = "foo", .expected_size = 0, .listenaddr = "0.0.0.0", .authname = "/etc/foo", .flags = 0, .virtstyle = VIRT_CIDR, .cidrlen = 16, .prerun = NULL, .postrun = "/bin/bash", .servename = "test", .max_connections = 0, .transactionlog = "/etc/foo", .cowdir = "/tmp", }; srvd = dup_serve(&srvs); count_assert(&srvs != srvd); count_assert(stringcmp(srvs.exportname, srvd->exportname) == 0); count_assert(srvs.expected_size == srvd->expected_size); count_assert(stringcmp(srvs.listenaddr, srvd->listenaddr) == 0); count_assert(stringcmp(srvs.authname, srvd->authname) == 0); count_assert(srvs.flags == srvd->flags); count_assert(srvs.virtstyle == srvd->virtstyle); count_assert(srvs.cidrlen == srvd->cidrlen); count_assert(stringcmp(srvs.prerun, srvd->prerun) == 0); count_assert(stringcmp(srvs.postrun, srvs.postrun) == 0); count_assert(stringcmp(srvs.servename, srvd->servename) == 0); count_assert(srvs.max_connections == srvd->max_connections); count_assert(stringcmp(srvs.transactionlog, srvd->transactionlog) == 0); count_assert(stringcmp(srvs.cowdir, srvd->cowdir) == 0); } nbd-3.16.2/tests/Makefile.am0000644000175000017500000000002312261640127012461 00000000000000SUBDIRS = code run nbd-3.16.2/tests/run/0000755000175000017500000000000013155614455011326 500000000000000nbd-3.16.2/tests/run/certs/0000755000175000017500000000000013155614455012446 500000000000000nbd-3.16.2/tests/run/certs/ca-cert.pem0000644000175000017500000000226413115264041014377 00000000000000-----BEGIN CERTIFICATE----- MIIDSzCCAgOgAwIBAgIEVxYYwDANBgkqhkiG9w0BAQsFADAVMRMwEQYDVQQDEwpB bGV4IEJsaWdoMB4XDTE2MDQxOTExMzg0MFoXDTI2MDQxNzExMzg0MFowFTETMBEG A1UEAxMKQWxleCBCbGlnaDCCAVIwDQYJKoZIhvcNAQEBBQADggE/ADCCAToCggEx ANspvmeoHnuXaYQlrqaAXtt1SLkXqj4HLEPj8gNc1Aqj5wnQrTFZwiqPzd7lZI+L uN/pWZ+0vFiZrjGJ4JtzIFJMR1Xe7iFw0YFDzxnQX9BWyA2G5LdKa4tyL1eIEK0r FAFKtzDn+t3NHKJQDRSzOruzyNxEqrGP8Amv5Cwgakob5Dw+GMMJM60unkrLG+PX Nv8+XcXdgF28PPUdewSuIXA+yRusakj9Oc9XalLMc3Bvx+GNeljawqQmrQmhGZEN cCU5gMSF911SaahqRdITC+Xy6puSV3v9om2qVuAezH7BBd3ZHMtKZFpA++99cdlJ 9pzhyCPagsqz2KWayrlqcUH7Tk/yu4dOs7vFbzs+8frRvCfrae35/Q2gWPDfh+I3 PLDZ8vfQvoTBAdVnO4CqgBkCAwEAAaNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNV HQ8BAf8EBQMDBwQAMB0GA1UdDgQWBBTJmh5kGpw4GOpTX6URYj4QgiRl2DANBgkq hkiG9w0BAQsFAAOCATEAKGdKt1fZOm9mlLmzsKyVT3+9LgeFO2dekmbWM2f9laAk v5JnU3JbVzgvvRKnsxRq8MjDrcBppeUyImHjeg52cEKhJ2xr3tJBNrA6j6+6K27P 4C2Ny9vWb7C90KGSTBx7fn3vA53n/mWOjNgtXdpxKpBHsRJVQjB7rvQojvGrFYyA vjpED/I7MVsZmpuQq2RF/30+wN9g7fn2iXreOQ0kZQjfhuo5588/HmIhMU+e6/pP 7gyd/8F/GHfCSS14l/3BvL5xBsyvci6aZ4ZAOtweYgoGRHCace8RRr4aqLWNIHZf 7/UmE3m6TiSU3yheENVZjeTsypAgYOboOh+75vg6f0S592nupAywzW0zt/MjHVnI Q4sThawl8bbY3JrUUcqeFUWv7Qya0DQ7cjRamrAE9Q== -----END CERTIFICATE----- nbd-3.16.2/tests/run/certs/server.info0000644000175000017500000000017113115264041014534 00000000000000organization = Name of your organization cn = localhost tls_www_server encryption_key signing_key expiration_days = 3650 nbd-3.16.2/tests/run/certs/README.md0000644000175000017500000000451713115264041013640 00000000000000This directory contains test certificates used for NBD's test suite. They are: * `client-key.pem` - client private key * `client-cert.pem` - client public key * `server-key.pem` - server private key * `server-cert.pem` - server public key * `ca-key.pem` - certificate authority private key * `ca-cert.pem` - certificate authority public key The `*.info` files are generated using the procedure below. Certificates can be made using the procedure at: https://qemu.weilnetz.de/qemu-doc.html using GnuTLS's certtool tool. Here's how: First make a CA: # certtool --generate-privkey > ca-key.pem And give it a public key: # cat > ca.info < server.info < server-key.pem # certtool --generate-certificate --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem --load-privkey server-key.pem --template server.info --outfile server-cert.pem Note the `cn` needs to match the hostname that nbd-client uses to connect (or the hostname specified with `-H` on the command line). And finally issue a client certificate: # cat > client.info < client-key.pem # certtool --generate-certificate --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem --load-privkey client-key.pem --template client.info --outfile client-cert.pem In contrast to the other files in this repository, the contents of this directory are not licensed under the GPLv2. To the extent possible by applicable law, I hereby waive all copyright and related or neighboring rights to the files in this directory and release them into the public domain. The purpose of releasing this into the public domain is to allow competing implementations of the NBD protocol without those implementations being considered derivative implementations. nbd-3.16.2/tests/run/certs/selfsigned-key.pem0000644000175000017500000000325013115264041015766 00000000000000-----BEGIN PRIVATE KEY----- MIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCo5u44umcplqnE 9chyyVTw/Q9EBnecT7PQ5tbX99NlMD+u4Gy9mvwD+BG8B9M5BhrmBBAh3xsC31NB NbMGkMzMUE8d3+C/5IWfqB/t/0oZcxf9fTPBJjUGQNqGUc5lAjAXw2pIQLLId27w NKOpmaSiaZCVmVKGBaMLEqddFnS/npPUiMQMdH+PwbFreQpgtd4vA4PuoLKCQwbr 2UBjgwnYdZbpr9YevyGZldp7OvmAqOoR7wUZJrPV54UFG3z/Awa3H2bYsgOX+lk8 Ih27kNs7tobeqr1r3wrBgv6O3lUyVQAy88insxSYZwp+KSeP12d95vC0Z8V/GQKb XeN04z2HAgMBAAECggEAey4QRqcLXbVXkyF9UtmqbSbh30aoLQOjrJLt1QwUzBNo Hm3mYFGLwolExdEfJtNhAqer7Ef+NxYQbdpv+jXYZpmbWbpQ+yH6ofnHb5djvzPF J0YMXK00tp7NwHAhCmGSGYKXHKKywKj56404XxSCkUBUBgaPvNaXlhfAn48lDim1 amKeAQW8q3egh78/6UWjPDTq44SVKJv5ujm4EYrTlMzagIHEA4rqpVGcDL0Micz0 4SIJy1lMnoj5IEiJZCrpPpYatQki/I8KGB6fIDN3BtNnhWcoOudok9+jqieZCfJv IlVoI5PZo1aO9hdRtRz1ZzAlC1mUoAK+umPZcLnZ4QKBgQDSmaDOdZYgyOtiAF1V jlHK1LQaHi1ZjpU7gaISCcBjjVitOptRbfTKt3fWtZ6G9Q5VrrxEvgZ26KVcZ0iJ a1sDrUpfK4XpXTZNZ8O0MZrRwImTljDcBTnJMo6lPOX7yB+LlcOan6peuFnxr1FY emyrQ/WvNb/Axi1xKXaYFPaGrQKBgQDNUB22Bm1DBpK3X3Rcvk7XYEPvSS4JNDP8 A9pQwxwnl3IZlOBuzy0HohmNFvQhcFKUT+EWXhDge0AwfnMncQLt7WfNMUagL+oJ 8t+QAIJ/3CwUre16S7eOJ4mt6l2gba6wugtAmd6w0snVXEvHu5d0tgCzmo7owUdx Ut3/Ra7/gwKBgA8ZmtES10fUgCQPuKF4yd6ML7mrrj68nXCd09wNPPEmYlRRXm+R PbsHOp13ej1c9sEn/THEmjwOZETi1u2bd/Qkia+XNEvONiWIqhySbfJaJsMhQrGT 4lfNuzKX0jmiWLiubU754cJW34QXuPJqHL6O6d+9L9mHnByAB5PR9PclAoGAeDYE b2Nr7eaXWM6G7xZuSySOIjiSv8jU9yW6WbcjcPr3T4sfrUGYd/OtSjK6VinR8Ayl GdeRwh3oA3zGJ72/nVd3g2jqlTf4rEKMK2BhCEP9e04q0YQrwQvdTPsAPsJ5mfgU RorRHG8OxeH4bMWldCxsVLyWGCmyjuOaH7DJOckCgYAG8VnxbKz2X1arPsKyWnN4 T/GkqfxskPP/jsE1N5iCHd0oKX7VigYBfFaTORcbTbP/T2SD0riHOaKqLQaq74qd vKTzvY0pQwdmxQiCvHMZ/jlBvIU+B6PxypdBGY8bfa1OyaIiE7eQGgNOxPeCSczJ XZwZCy04VYkH4mrlSDrt8Q== -----END PRIVATE KEY----- nbd-3.16.2/tests/run/certs/ca.info0000644000175000017500000000007313115264041013612 00000000000000cn = Alex Bligh ca cert_signing_key expiration_days = 3650 nbd-3.16.2/tests/run/certs/client-key.pem0000644000175000017500000000366013115264041015126 00000000000000-----BEGIN RSA PRIVATE KEY----- MIIFewIBAAKCATEAv/0IYsxRwCYX3xjF3JF4PMibdgI+GxjFRm1LghgkKkI8DEN5 WiiyskAT3AGIlK0Hp5LoXc5UZjKEIiAxP1BikL4K6UEvm3Nv6JubUB0ScWdkREp7 vsw5rm3bJr51lgGm5HwWwV5/aavkWbzDDPHKZw8jL7/XUG/Zlj7ZyUmgqGSCni+l QQRbVMYViM9UhjfxpMcp7A1nqWSd2GLX7TD+XHbnnGDwTWy+eNwuzI7oRiio6hzw olcWW39x4VnWUuVnjMrZTze5i3WjYFw/0C+N3KRVEIZr/w3YhliMOiM98VAa5SOL 638pWzRnQjtSulQwTc/ySBjaRMVHMl6JPsMSfwx4yGJJz5QiLRzfbMpvoBeFFk6k cOxaxFF/t6d/JWc+QnGYnUWJolvZSIGWfXf8TQIDAQABAoIBL0denj9xX505NqaO Dv/FFBgvJZuOOd2Dgn0rzrtjPg53kNr+OkkfLU7A2KEbRiqpfVmjbb4cIEPdg5aB YSKoP1E5/ym25yZimLdfy9zRnImLuzpSdgNM6CRvsjLfmoFTxowplPaiqmVzVkVb ESc+uynp9qqe0OvrUyJckEQY8CBT54/me7Laa8PtNGl8qW87shi58QZPSrnX3LP/ Y7ojW0XngFsPWqmHBYxBWb3+PO/QuJYQzEb24E/E+4LOGuhTg8ylDqrcbnhzkHEH /XcG1sIltsHr6Ai20l+JG50KJ0zYMSGg48HuUZYegW+9AI8H7OgZIY8OlXHp5cuw lyZZeQm1/5EZIeirJoHp3dh42RkT5v44Xz1ocBMwZrdeuoJlmWHrbswTcKyO8Cfb UWvNXwKBmQDDg77I0O/7d4LlYEauP3adsG0mp+kV6tWxzMnv3c0aA8FkHUVoHK/9 JWm+v5qJ5v3l8H9wA+non7RYcJjnATr4CtOnF3EFFDrcYL//nmWMJuayOtKiRhMq Dhub++qJaZm1lxaEt7KRaY7tQZ6ZrBo6EOWu0H0nky17xe3fFM93ORvWp7Mwkxkm b1BbtO/10JU0+sapWQdHTwKBmQD7YgUZRBTZcCHlvQ7u9oSnFM10pb2jBYxgSkiN 99cimwyeRcWo0fdOROBeUREJ/KgRHY9u97cnYqJ/y4AiB1zna8NDyC8JxVOVjy8J Psma6n7G0A5KVMgELM+Vif5onNu9bcOd13puG7igv3GOC80jQ/IJW0dhatDtxmjB bqNcMTN7lix/UPV6mpbAIpgwg1I4k1NuaZvbowKBmQC/zzVRwCFf/ByPucc91Yci Jt6+qMZ0OSISv81xJJG+LucAt/LKtDI30QeQGlubZOG8PxhXJY/KJzv/898d6kgW 5lBEwiugBvvEDqruNVB8kgGL40eX6dWNUa/mdNvgmZgx3Zs68xkdrYiJ3PGi44QL aV5cBbBzLeHWZxT54Wm0FnPoQDf8tKNc4KHehoFQEKUBB/H0XCJW4wKBmHxPBGZy HD1KDfklfHT+wqo8xzyfmR88ZyZWlXpezKv4ME00A4JwEfNKbAk33U0q+5E7JOqi 5Jc9V04Ku9oX+gEWcQDbxSb3xVV38LKJsfhBbV+zEt3+/snRvvUbwArLRn5uAQXU wF4ipzIWeXjcrRx7RP0LfkjWIWrzamn85Bt62RKMOITc7Acs2s84TDnxNn9zmxZG cyQxAoGZAI4mAR8HYlyTfFzN5L0e4dPrTQbXBZHD/B+gPdjrsy+3/mnkxumotvsa Wa4ruXXLlkUQ+enYryax+c1ZW/2AdQ0EDGKIdKy/RwzvLeS0ZhGKhC7CJVK2ezCC X3u+0MmYMPxT7cmFj8q6eRgNpzCbsANKSqpzX+52jiiQxR0bE+cfWCNy7yBBYJCy z0QrsAtohslE1CjcXeXb -----END RSA PRIVATE KEY----- nbd-3.16.2/tests/run/certs/server-cert.pem0000644000175000017500000000244613115264041015324 00000000000000-----BEGIN CERTIFICATE----- MIIDoTCCAlmgAwIBAgIEVxYYzTANBgkqhkiG9w0BAQsFADAVMRMwEQYDVQQDEwpB bGV4IEJsaWdoMB4XDTE2MDQxOTExMzg1M1oXDTI2MDQxNzExMzg1M1owODEiMCAG A1UEChMZTmFtZSBvZiB5b3VyIG9yZ2FuaXphdGlvbjESMBAGA1UEAxMJbG9jYWxo b3N0MIIBUjANBgkqhkiG9w0BAQEFAAOCAT8AMIIBOgKCATEA190qI8Ict55jeto3 EumIxub2y/Ae9CWz5EAhUWQFVQc1IWxIl08Q2N2cFy89kagZ2DiDsScm6QZumiE/ PyP7y5pXlSOn/DZ+p/K+i9LNznGHuEZQqYLIXwhsI+xEMa+KP65NgM/vAnpn5Zda JCSJR2pGL1Iajszix+n37M8jMMvEopo0Wjj+GjnIkm/PPLIfOXnrR+pBrE8np4p7 JvcJnW3qFt+zy7GIo3f99wjkaMjEl0Eud5DpF9n0VcRItRfNCRLLTT7IOfcl6M+/ dWGa/pIuKdhpoNmwZxzdGc9hQDlr+QLTpW8M1xzx0Mfq0rJIOfSpSSXw007iwAqD YVd8D3Ai6zmVY5CjRypzyngiAYc02QZHo80U15JoC71lgh5RTFSopXDClgBJ0grM BNXvtwIDAQABo3YwdDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsGAQUFBwMB MA8GA1UdDwEB/wQFAwMHoAAwHQYDVR0OBBYEFLkZ9EimCBJwP1HidVQzLyCOS2y1 MB8GA1UdIwQYMBaAFMmaHmQanDgY6lNfpRFiPhCCJGXYMA0GCSqGSIb3DQEBCwUA A4IBMQBFmq3zn64V6+k+O141gwsyJ6me7ag4zitCIdx3moh/GVQ3Y746IMu3KMI2 nxIdwyTahI97TsuIek9D/QDME7NylnHBSP+/h5ptV/zFFvYxAinCP8AHtca5WKBk TiB22V3Oq4Ywg5gVJucuM6O9j6LhvDv/9g4Jsy1SzPK1GLa/XhojFAcwVYfaCsax BiZkeMV/yLnoIi6MLUWf7qR7+b6XFKTedgAUT2j2C6VfNk8PBNG+uVAKThFWDrv6 yf9zMD9aNRjYlwFFUwFE58OF9frSZJMS9abx6ELCBqv9ElFnGAH1J0/CPKFNuuIQ qgnOmhzjurvOge3mxpP37PRnYr/HgwtslIYR8vRTnBtZTvbL5lYE1bqIwlyXisdL daDNOxFgThSfts25XQxtTJPe0IEd -----END CERTIFICATE----- nbd-3.16.2/tests/run/certs/server-key.pem0000644000175000017500000000366013115264041015156 00000000000000-----BEGIN RSA PRIVATE KEY----- MIIFewIBAAKCATEA190qI8Ict55jeto3EumIxub2y/Ae9CWz5EAhUWQFVQc1IWxI l08Q2N2cFy89kagZ2DiDsScm6QZumiE/PyP7y5pXlSOn/DZ+p/K+i9LNznGHuEZQ qYLIXwhsI+xEMa+KP65NgM/vAnpn5ZdaJCSJR2pGL1Iajszix+n37M8jMMvEopo0 Wjj+GjnIkm/PPLIfOXnrR+pBrE8np4p7JvcJnW3qFt+zy7GIo3f99wjkaMjEl0Eu d5DpF9n0VcRItRfNCRLLTT7IOfcl6M+/dWGa/pIuKdhpoNmwZxzdGc9hQDlr+QLT pW8M1xzx0Mfq0rJIOfSpSSXw007iwAqDYVd8D3Ai6zmVY5CjRypzyngiAYc02QZH o80U15JoC71lgh5RTFSopXDClgBJ0grMBNXvtwIDAQABAoIBMEKCbcfruI5oukzx bDOjCdYC9rqaRudBsJ4clkduEmiC2n9sTid0oIO5MC1CjG1TBneE3iqYnhgBN9W8 dbC+JQg0C1Uz0b/XiIm1tLj/IBNCDqeb3qGD3rnNLgiZdN98LxP04ANWzdUNIvLu AcOOEFAVMf/Fg9JI1Xz0HUP1BGo19mWFLqk30y8Aa8iWs5sHZLCAXJphVo/AmGZW GgpHXGohNeEuafE85J36qSXiyQ/J2kglWXdT0h1hbAyIRmN7BakOou1TAlDz9+2a IujOZgQrEnSeZlKv7aUKTUpTE4kwoKOQLZ3YB7cRma3CaDoZ6dSyDC9a1zTNeLjz sS0wn/46O+QkYQxNoxiBHj6vzWWplC+y6/c+7UZF5NDfogSQ7BZEKHiKK0zu1xTW 8fQ3C8UCgZkA2J3qbwdi/Jtg22RSceIyaTwhe2UVhF9PKljx304vmH2lvbBEklHP eiB98FOLlu6AgxWqOi/BokFRzJHMszCRPCZFes4sbzts4PKiX8PAGVdoHXYjPdak lerAxS7W/lK5cn5wQyUsc7ljb45rA/J8T8tQ89o4qRMicGa/MHxagJVvUVX0Xev6 3qPUTb8SOB1ye2oB5uSCxVUCgZkA/xw0abUUCFLYnWbxZjNshqK8r8KabviBsk5j 4Li4UxQOzticw9k9UU3Ct9hgcQ8jVKBLXTxT+cwKCrc3ZTWwRrOkHct1IQM7L5hk LX5BKL6+XDaJCbRwr9+zkopOJ3TUOdFo7pWDJgRjTWhnYTMgSf+14/hceoD1KKMM aik3ru/FwJkQYFYLtNj3V1j4VuVHSOyOqbcaoNsCgZhMV3M8yBSpxDThfTzVKAvu LKP8MgbgTRrAaPJtace6bWXRMWMpUi3V88eOwFLs0Yd3K1aABT6v6WdjumqzKEW3 NiG8gxcD6KSZrsltCLcV90kZQP5wl8oPj9l6ZOSeYxc6c7cq4toEuuyBb2bl0Drh gF06Y8keRUEY7g0pkFnxATlnJ+zkgPs8Je73q4RHRJGJTzX2Ysh3tQKBmQDe8A79 sbjn7T5Pj362CYp1vhGWp0G+aH0vDUJLSCIMuCKYsMOOg3IKcyIO95CQPOJrOgmi WO4qBh1gb+yBDgIWRzbMstiRGPnIBizFdOgMa2R/wUjQqlcv2xZaoXLbGEW+oTpK BW6u8na1Vt/BGaTGBik2J/zpMXkNIi/fNlXrEq6GOT0OcyOXz2OXebDMf2FkYRXr SpCCsQKBmDbHnS3b4mQH7I6hDVCYT7zyQeyEwMjufkf/vnbsh4V6J5Sq2gtd9epl qsKCCTPZaGdkZoOO7CGFJawlzm7Htm9Y1bmZUTBHz61x/+cDPp8IL6qAMod23WSD 8R/Rv9nJLJqH+LnQ/Bvfwl2eKyJquinbTgirdmdyDkmbsKJfHOKcCBtAYSnGWBg0 hag+Jq3uH47luVKswO+V -----END RSA PRIVATE KEY----- nbd-3.16.2/tests/run/certs/client.info0000644000175000017500000000024613115264041014507 00000000000000country = GB state = London locality = London organization = Name of your organization cn = localhost tls_www_client encryption_key signing_key expiration_days = 3650nbd-3.16.2/tests/run/certs/ca-key.pem0000644000175000017500000000366413115264041014237 00000000000000-----BEGIN RSA PRIVATE KEY----- MIIFfAIBAAKCATEA2ym+Z6gee5dphCWupoBe23VIuReqPgcsQ+PyA1zUCqPnCdCt MVnCKo/N3uVkj4u43+lZn7S8WJmuMYngm3MgUkxHVd7uIXDRgUPPGdBf0FbIDYbk t0pri3IvV4gQrSsUAUq3MOf63c0colANFLM6u7PI3ESqsY/wCa/kLCBqShvkPD4Y wwkzrS6eSssb49c2/z5dxd2AXbw89R17BK4hcD7JG6xqSP05z1dqUsxzcG/H4Y16 WNrCpCatCaEZkQ1wJTmAxIX3XVJpqGpF0hML5fLqm5JXe/2ibapW4B7MfsEF3dkc y0pkWkD7731x2Un2nOHII9qCyrPYpZrKuWpxQftOT/K7h06zu8VvOz7x+tG8J+tp 7fn9DaBY8N+H4jc8sNny99C+hMEB1Wc7gKqAGQIDAQABAoIBMAJSDpSj5HtmsW9n WRJPv9FfNvTTbJIeutKsM52NVScYsFimV5Mdx28dGdmvQEbp0ecNs40mmYDu/aJu JTfteo03MWErd1uDdDXEF/RcGbZHw54AYeRpRWVoVoUnfmpgT07/3Bvd35uLcVnB nbssoPr9pBXlpJC1PLN+49xYv9oG3L42N8Zm5Epu44OuDglLTScw4UbNTy+O3+qQ q+P++j2Ysnt53a20J5XgdBpAksjydFOkN8OdZIdeAGXeHA0svwUdw8Z3BJzv/cB/ KGI5BPTQh42BMGboog8k8uFUCA6P0ZkwAy4Cgf1801DRC+pBvBqeN3gBTRIpA6Rq p6RZTiTGTQF3gDbHHA7TJSIav+mv9aNZUFKtvu4QGqoT5qNz531gkdFi7eBwbA8V QjOnuAECgZkA65MCrjo4M2XzrVqKH2X8L6xd8eLYKlZEQrBJjZI6Ly0SK9wG5IRa bum62w8zJWZvk+a1985auXKA8gPeEbrpULNJv/OkSstqZhKFI+ckoJFmGu+cYqNv Al3/NeOYPeLW7v767XJhAdEfuBK3Ra7w+6qphRiLIbgK8MQuGxfYmgdu1hffjdOS WwNy2jyQby6p93nnKu7RxAECgZkA7ip1I+rSEpj3LkJvXt/9xC8SsAmjDEDpGxer oFkffj+jfIXNZN+kg6pvSO6stzvtjlgiWT/MLX9JYJW1eaTIVWBbmZ6D5R70jiUu RLI2bX1bFv50S9EN0wE/0IwoK7XfoScdRpJ4RJX8SV/Q7esPyKGHKbaHaeifYmkD rXehdE+gcQqoN4lTN7dnNYYBODwvosf3+1O+XBkCgZkAuZxCb25126GHxt3gmG6t rg5ckvqOIYWJERZ/TamaaJNVjvM1BxZ1fpBwZqtqPByi62DLnW2ctCNRD98WONgR f0FUaYaZu0jdE4GiH7C+fjkxvyVuDZYCIFZZgGdMC+7QNMz4fuAxKNJR8KHmf2Qg gdps6O52qWGuVRftz/EQ/APBQ7TZspCx7z4fX256yu90ggYtqvkylAECgZkA0YHx 5/WidI+xKTVx6SDbiB/srYTctGPJa3bIGFcuGA39UAYYJ3uAqf5cxOiIcOu7zrMD DEXN49wL/XXU3TwyqsAH9Dv4RK6VbRGSAQZQUMKsRa7zONqe8ZYwv9D7aXAlWAsj erhQKe1SsG0kSpa0HMbTMsOJnYXv507/2DHbioidV7OLRMd9uA6TMQc/vWtccDK+ l40UcMkCgZgNteR/raLb/9BV3p6MOVlueT9nJNbxLN46qA74SVzLDQ4HKDJvI1iR 0sE3Vx3FZXxPebzEiSHbM1XvUamriG+PvSJ3E0Nd6RGrD6jfFNnqozXOOd9kcIQD IYtyv1mFKDj/577lE9YWazpmPvHwPCXtOePtSCwJTnbyyGcvYKKxTWsSq8MglJy7 uKKoa0ZGCIwqa3zu4vM4ng== -----END RSA PRIVATE KEY----- nbd-3.16.2/tests/run/certs/selfsigned-cert.pem0000644000175000017500000000251213115264041016133 00000000000000-----BEGIN CERTIFICATE----- MIIDvDCCAqSgAwIBAgIJANew2ax/i9zaMA0GCSqGSIb3DQEBCwUAMHMxCzAJBgNV BAYTAkJFMRAwDgYDVQQIDAdBbnR3ZXJwMREwDwYDVQQHDAhNZWNoZWxlbjEdMBsG A1UECgwUTmV0d29yayBCbG9jayBEZXZpY2UxIDAeBgNVBAMMF25iZC5zZWxmLXNp Z25lZC5pbnZhbGlkMB4XDTE2MTIxOTE3MzM0MVoXDTI2MTIxNzE3MzM0MVowczEL MAkGA1UEBhMCQkUxEDAOBgNVBAgMB0FudHdlcnAxETAPBgNVBAcMCE1lY2hlbGVu MR0wGwYDVQQKDBROZXR3b3JrIEJsb2NrIERldmljZTEgMB4GA1UEAwwXbmJkLnNl bGYtc2lnbmVkLmludmFsaWQwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB AQCo5u44umcplqnE9chyyVTw/Q9EBnecT7PQ5tbX99NlMD+u4Gy9mvwD+BG8B9M5 BhrmBBAh3xsC31NBNbMGkMzMUE8d3+C/5IWfqB/t/0oZcxf9fTPBJjUGQNqGUc5l AjAXw2pIQLLId27wNKOpmaSiaZCVmVKGBaMLEqddFnS/npPUiMQMdH+PwbFreQpg td4vA4PuoLKCQwbr2UBjgwnYdZbpr9YevyGZldp7OvmAqOoR7wUZJrPV54UFG3z/ Awa3H2bYsgOX+lk8Ih27kNs7tobeqr1r3wrBgv6O3lUyVQAy88insxSYZwp+KSeP 12d95vC0Z8V/GQKbXeN04z2HAgMBAAGjUzBRMB0GA1UdDgQWBBQvz4Uon2bKjPvm 339jNbtcLNvchTAfBgNVHSMEGDAWgBQvz4Uon2bKjPvm339jNbtcLNvchTAPBgNV HRMBAf8EBTADAQH/MA0GCSqGSIb3DQEBCwUAA4IBAQBjf/que01iAJh7UAYP3uPf snNqQj8IJwV+HtUlWkNAore9DzgGWAlwxksZG5dcOwoGeURnulQ6BnjegwLbkDhY xihorIMoPGW4g+9fvEHhKezi45yDEORw6nbZSKAq9Du9lHUMByn+PthHz63G2Nxc bbqHNt2iPsVH1qWp1TRe1A4SHS5gDBO8+5B5nII6Jw+fHB84WJMx4dsjtQqX4FMr 7YmA+kyARsyt6h1rXdZLYXZKT60wWhEhZOgXvxFI3RNCy4yBurTJvwzEcMrnLrbh H5wEc9HXwwyTDJlnSUBEtBErZve6b8ZWDefuGi2TAxqN9OJDE3pp6UzC4odV2TPs -----END CERTIFICATE----- nbd-3.16.2/tests/run/certs/client-cert.pem0000644000175000017500000000256313115264041015274 00000000000000-----BEGIN CERTIFICATE----- MIID2DCCApCgAwIBAgIMWP4qOjgK3Gxf+ttOMA0GCSqGSIb3DQEBCwUAMBUxEzAR BgNVBAMTCkFsZXggQmxpZ2gwHhcNMTcwNDI0MTYzOTIyWhcNMjcwNDIyMTYzOTIy WjBnMRIwEAYDVQQDEwlsb2NhbGhvc3QxIjAgBgNVBAoTGU5hbWUgb2YgeW91ciBv cmdhbml6YXRpb24xDzANBgNVBAcTBkxvbmRvbjEPMA0GA1UECBMGTG9uZG9uMQsw CQYDVQQGEwJHQjCCAVIwDQYJKoZIhvcNAQEBBQADggE/ADCCAToCggExAL/9CGLM UcAmF98YxdyReDzIm3YCPhsYxUZtS4IYJCpCPAxDeVoosrJAE9wBiJStB6eS6F3O VGYyhCIgMT9QYpC+CulBL5tzb+ibm1AdEnFnZERKe77MOa5t2ya+dZYBpuR8FsFe f2mr5Fm8wwzxymcPIy+/11Bv2ZY+2clJoKhkgp4vpUEEW1TGFYjPVIY38aTHKewN Z6lkndhi1+0w/lx255xg8E1svnjcLsyO6EYoqOoc8KJXFlt/ceFZ1lLlZ4zK2U83 uYt1o2BcP9AvjdykVRCGa/8N2IZYjDojPfFQGuUji+t/KVs0Z0I7UrpUME3P8kgY 2kTFRzJeiT7DEn8MeMhiSc+UIi0c32zKb6AXhRZOpHDsWsRRf7enfyVnPkJxmJ1F iaJb2UiBln13/E0CAwEAAaN2MHQwDAYDVR0TAQH/BAIwADATBgNVHSUEDDAKBggr BgEFBQcDAjAPBgNVHQ8BAf8EBQMDB6AAMB0GA1UdDgQWBBTU3iifL/dS/hDo5o0a d7lCZvntITAfBgNVHSMEGDAWgBTJmh5kGpw4GOpTX6URYj4QgiRl2DANBgkqhkiG 9w0BAQsFAAOCATEAlTVJX8pcaPCmzKQspilugK/EBOVi/TNaKDoLYpH98c+AAaqT Kbzr6aWi5/aYDIc9mCQKbpWasNy8E6p8FNpYfykwdQZOnW0Y5ENCsR9Db7n/foGs wv+vGTPY7mQcPnh1OZzCpQ8cVZjCCwIbloOtbz7NQzmWe3F3oQ/S/UFQSauNzfgP x49V/zoUwltsGZ4AczRMJTgvc8IY3cO9XDfmLL8nl7eoscihTASpvSLQlR7zAO8r kRuYeoEF8m3uv7ChTV8ndXesx+LlH1ZnUVYPDdB1rDnltVfoOGCUzPiItbnlOSOM Z0EH2DuHUF/BjYJ7C5MN5cyMsVmvoJf9HjRteOdnhL+JK1tp0gnTcpsA3z9S0Qm7 lgUiqcVwR2lDU+EJHHuYngp/N5nYzllJU9LefA== -----END CERTIFICATE----- nbd-3.16.2/tests/run/Makefile.in0000644000175000017500000007745213155614450013325 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ check_PROGRAMS = nbd-tester-client$(EXEEXT) @GNUTLS_TRUE@am__append_1 = buffer.c crypto-gnutls.c @GNUTLS_TRUE@am__append_2 = @GnuTLS_CFLAGS@ @GNUTLS_TRUE@am__append_3 = @GnuTLS_LIBS@ subdir = tests/run ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am_nbd_tester_client_OBJECTS = \ nbd_tester_client-nbd-tester-client.$(OBJEXT) @GNUTLS_TRUE@am__objects_1 = nbd_tester_client-buffer.$(OBJEXT) \ @GNUTLS_TRUE@ nbd_tester_client-crypto-gnutls.$(OBJEXT) nodist_nbd_tester_client_OBJECTS = \ nbd_tester_client-cliserv.$(OBJEXT) $(am__objects_1) nbd_tester_client_OBJECTS = $(am_nbd_tester_client_OBJECTS) \ $(nodist_nbd_tester_client_OBJECTS) am__DEPENDENCIES_1 = nbd_tester_client_DEPENDENCIES = $(am__DEPENDENCIES_1) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = nbd_tester_client_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(nbd_tester_client_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(nbd_tester_client_SOURCES) \ $(nodist_nbd_tester_client_SOURCES) DIST_SOURCES = $(nbd_tester_client_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__tty_colors_dummy = \ mgn= red= grn= lgn= blu= brg= std=; \ am__color_tests=no am__tty_colors = { \ $(am__tty_colors_dummy); \ if test "X$(AM_COLOR_TESTS)" = Xno; then \ am__color_tests=no; \ elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ am__color_tests=yes; \ elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ am__color_tests=yes; \ fi; \ if test $$am__color_tests = yes; then \ red=''; \ grn=''; \ lgn=''; \ blu=''; \ mgn=''; \ brg=''; \ std=''; \ fi; \ } am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @GNUTLS_FALSE@TLSSRC = @GNUTLS_TRUE@TLSSRC = $(top_srcdir)/crypto-gnutls.c $(top_srcdir)/crypto-gnutls.h $(top_srcdir)/buffer.c $(top_srcdir)/buffer.h TESTS_ENVIRONMENT = $(srcdir)/simple_test TESTS = cfg1 cfgmulti cfgnew cfgsize write flush integrity dirconfig list \ rowrite tree rotree unix integrityhuge handshake tls tlshuge tlswrongcert XFAIL_TESTS = tlswrongcert nbd_tester_client_SOURCES = nbd-tester-client.c nodist_nbd_tester_client_SOURCES = cliserv.c $(am__append_1) nbd_tester_client_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ $(am__append_2) nbd_tester_client_CPPFLAGS = -I$(top_srcdir) nbd_tester_client_LDADD = @GLIB_LIBS@ $(am__append_3) EXTRA_DIST = integrity-test.tr integrityhuge-test.tr simple_test certs/client-key.pem certs/client-cert.pem certs/server-cert.pem certs/ca-cert.pem certs/ca.info certs/client.info certs/server-key.pem certs/ca-key.pem certs/server.info certs/README.md certs/selfsigned-cert.pem certs/selfsigned-key.pem all: all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/run/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/run/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list nbd-tester-client$(EXEEXT): $(nbd_tester_client_OBJECTS) $(nbd_tester_client_DEPENDENCIES) $(EXTRA_nbd_tester_client_DEPENDENCIES) @rm -f nbd-tester-client$(EXEEXT) $(AM_V_CCLD)$(nbd_tester_client_LINK) $(nbd_tester_client_OBJECTS) $(nbd_tester_client_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_tester_client-buffer.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_tester_client-cliserv.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_tester_client-crypto-gnutls.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nbd_tester_client-nbd-tester-client.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< nbd_tester_client-nbd-tester-client.o: nbd-tester-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-nbd-tester-client.o -MD -MP -MF $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo -c -o nbd_tester_client-nbd-tester-client.o `test -f 'nbd-tester-client.c' || echo '$(srcdir)/'`nbd-tester-client.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo $(DEPDIR)/nbd_tester_client-nbd-tester-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-tester-client.c' object='nbd_tester_client-nbd-tester-client.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-nbd-tester-client.o `test -f 'nbd-tester-client.c' || echo '$(srcdir)/'`nbd-tester-client.c nbd_tester_client-nbd-tester-client.obj: nbd-tester-client.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-nbd-tester-client.obj -MD -MP -MF $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo -c -o nbd_tester_client-nbd-tester-client.obj `if test -f 'nbd-tester-client.c'; then $(CYGPATH_W) 'nbd-tester-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-tester-client.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-nbd-tester-client.Tpo $(DEPDIR)/nbd_tester_client-nbd-tester-client.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nbd-tester-client.c' object='nbd_tester_client-nbd-tester-client.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-nbd-tester-client.obj `if test -f 'nbd-tester-client.c'; then $(CYGPATH_W) 'nbd-tester-client.c'; else $(CYGPATH_W) '$(srcdir)/nbd-tester-client.c'; fi` nbd_tester_client-cliserv.o: cliserv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-cliserv.o -MD -MP -MF $(DEPDIR)/nbd_tester_client-cliserv.Tpo -c -o nbd_tester_client-cliserv.o `test -f 'cliserv.c' || echo '$(srcdir)/'`cliserv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-cliserv.Tpo $(DEPDIR)/nbd_tester_client-cliserv.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cliserv.c' object='nbd_tester_client-cliserv.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-cliserv.o `test -f 'cliserv.c' || echo '$(srcdir)/'`cliserv.c nbd_tester_client-cliserv.obj: cliserv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-cliserv.obj -MD -MP -MF $(DEPDIR)/nbd_tester_client-cliserv.Tpo -c -o nbd_tester_client-cliserv.obj `if test -f 'cliserv.c'; then $(CYGPATH_W) 'cliserv.c'; else $(CYGPATH_W) '$(srcdir)/cliserv.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-cliserv.Tpo $(DEPDIR)/nbd_tester_client-cliserv.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cliserv.c' object='nbd_tester_client-cliserv.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-cliserv.obj `if test -f 'cliserv.c'; then $(CYGPATH_W) 'cliserv.c'; else $(CYGPATH_W) '$(srcdir)/cliserv.c'; fi` nbd_tester_client-buffer.o: buffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-buffer.o -MD -MP -MF $(DEPDIR)/nbd_tester_client-buffer.Tpo -c -o nbd_tester_client-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-buffer.Tpo $(DEPDIR)/nbd_tester_client-buffer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='buffer.c' object='nbd_tester_client-buffer.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c nbd_tester_client-buffer.obj: buffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-buffer.obj -MD -MP -MF $(DEPDIR)/nbd_tester_client-buffer.Tpo -c -o nbd_tester_client-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-buffer.Tpo $(DEPDIR)/nbd_tester_client-buffer.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='buffer.c' object='nbd_tester_client-buffer.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi` nbd_tester_client-crypto-gnutls.o: crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-crypto-gnutls.o -MD -MP -MF $(DEPDIR)/nbd_tester_client-crypto-gnutls.Tpo -c -o nbd_tester_client-crypto-gnutls.o `test -f 'crypto-gnutls.c' || echo '$(srcdir)/'`crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-crypto-gnutls.Tpo $(DEPDIR)/nbd_tester_client-crypto-gnutls.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto-gnutls.c' object='nbd_tester_client-crypto-gnutls.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-crypto-gnutls.o `test -f 'crypto-gnutls.c' || echo '$(srcdir)/'`crypto-gnutls.c nbd_tester_client-crypto-gnutls.obj: crypto-gnutls.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -MT nbd_tester_client-crypto-gnutls.obj -MD -MP -MF $(DEPDIR)/nbd_tester_client-crypto-gnutls.Tpo -c -o nbd_tester_client-crypto-gnutls.obj `if test -f 'crypto-gnutls.c'; then $(CYGPATH_W) 'crypto-gnutls.c'; else $(CYGPATH_W) '$(srcdir)/crypto-gnutls.c'; fi` @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/nbd_tester_client-crypto-gnutls.Tpo $(DEPDIR)/nbd_tester_client-crypto-gnutls.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='crypto-gnutls.c' object='nbd_tester_client-crypto-gnutls.obj' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(nbd_tester_client_CPPFLAGS) $(CPPFLAGS) $(nbd_tester_client_CFLAGS) $(CFLAGS) -c -o nbd_tester_client-crypto-gnutls.obj `if test -f 'crypto-gnutls.c'; then $(CYGPATH_W) 'crypto-gnutls.c'; else $(CYGPATH_W) '$(srcdir)/crypto-gnutls.c'; fi` mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; skip=0; \ srcdir=$(srcdir); export srcdir; \ list=' $(TESTS) '; \ $(am__tty_colors); \ if test -n "$$list"; then \ for tst in $$list; do \ if test -f ./$$tst; then dir=./; \ elif test -f $$tst; then dir=; \ else dir="$(srcdir)/"; fi; \ if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xpass=`expr $$xpass + 1`; \ failed=`expr $$failed + 1`; \ col=$$red; res=XPASS; \ ;; \ *) \ col=$$grn; res=PASS; \ ;; \ esac; \ elif test $$? -ne 77; then \ all=`expr $$all + 1`; \ case " $(XFAIL_TESTS) " in \ *[\ \ ]$$tst[\ \ ]*) \ xfail=`expr $$xfail + 1`; \ col=$$lgn; res=XFAIL; \ ;; \ *) \ failed=`expr $$failed + 1`; \ col=$$red; res=FAIL; \ ;; \ esac; \ else \ skip=`expr $$skip + 1`; \ col=$$blu; res=SKIP; \ fi; \ echo "$${col}$$res$${std}: $$tst"; \ done; \ if test "$$all" -eq 1; then \ tests="test"; \ All=""; \ else \ tests="tests"; \ All="All "; \ fi; \ if test "$$failed" -eq 0; then \ if test "$$xfail" -eq 0; then \ banner="$$All$$all $$tests passed"; \ else \ if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \ banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \ fi; \ else \ if test "$$xpass" -eq 0; then \ banner="$$failed of $$all $$tests failed"; \ else \ if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \ banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \ fi; \ fi; \ dashes="$$banner"; \ skipped=""; \ if test "$$skip" -ne 0; then \ if test "$$skip" -eq 1; then \ skipped="($$skip test was not run)"; \ else \ skipped="($$skip tests were not run)"; \ fi; \ test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$skipped"; \ fi; \ report=""; \ if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ report="Please report to $(PACKAGE_BUGREPORT)"; \ test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ dashes="$$report"; \ fi; \ dashes=`echo "$$dashes" | sed s/./=/g`; \ if test "$$failed" -eq 0; then \ col="$$grn"; \ else \ col="$$red"; \ fi; \ echo "$${col}$$dashes$${std}"; \ echo "$${col}$$banner$${std}"; \ test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \ test -z "$$report" || echo "$${col}$$report$${std}"; \ echo "$${col}$$dashes$${std}"; \ test "$$failed" -eq 0; \ else :; fi distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: check-am install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am .PRECIOUS: Makefile cliserv.c: rm -f cliserv.c ln -s $(top_srcdir)/cliserv.c cliserv.c buffer.c: rm -f buffer.c ln -s $(top_srcdir)/buffer.c buffer.c crypto-gnutls.c: rm -f crypto-gnutls.c ln -s $(top_srcdir)/crypto-gnutls.c crypto-gnutls.c cfg1: cfgmulti: cfgnew: cfgsize: write: flush: integrity: integrityhuge: dirconfig: list: rowrite: tree: rotree: unix: handshake: tls: tlshuge: tlswrongcert: # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/tests/run/nbd-tester-client.c0000644000175000017500000013334513132635333014737 00000000000000/* * Test client to test the NBD server. Doesn't do anything useful, except * checking that the server does, actually, work. * * Note that the only 'real' test is to check the client against a kernel. If * it works here but does not work in the kernel, then that's most likely a bug * in this program and/or in nbd-server. * * Copyright(c) 2006 Wouter Verhelst * * This program is Free Software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation, in version 2. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., 51 * Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include "config.h" #include "lfs.h" #include #include #define MY_NAME "nbd-tester-client" #include "cliserv.h" #if HAVE_GNUTLS #include "crypto-gnutls.h" #endif static gchar errstr[1024]; const static int errstr_len = 1023; static uint64_t size; static int looseordering = 0; static gchar *transactionlog = "nbd-tester-client.tr"; static gchar *certfile = NULL; static gchar *keyfile = NULL; static gchar *cacertfile = NULL; static gchar *tlshostname = NULL; typedef enum { CONNECTION_TYPE_NONE, CONNECTION_TYPE_CONNECT, CONNECTION_TYPE_INIT_PASSWD, CONNECTION_TYPE_CLISERV, CONNECTION_TYPE_FULL, } CONNECTION_TYPE; typedef enum { CONNECTION_CLOSE_PROPERLY, CONNECTION_CLOSE_FAST, } CLOSE_TYPE; struct reqcontext { uint64_t seq; char orighandle[8]; struct nbd_request req; struct reqcontext *next; struct reqcontext *prev; }; struct rclist { struct reqcontext *head; struct reqcontext *tail; int numitems; }; struct chunk { char *buffer; char *readptr; char *writeptr; uint64_t space; uint64_t length; struct chunk *next; struct chunk *prev; }; struct chunklist { struct chunk *head; struct chunk *tail; int numitems; }; struct blkitem { uint32_t seq; int32_t inflightr; int32_t inflightw; }; void rclist_unlink(struct rclist *l, struct reqcontext *p) { if (p && l) { struct reqcontext *prev = p->prev; struct reqcontext *next = p->next; /* Fix link to previous */ if (prev) prev->next = next; else l->head = next; if (next) next->prev = prev; else l->tail = prev; p->prev = NULL; p->next = NULL; l->numitems--; } } /* Add a new list item to the tail */ void rclist_addtail(struct rclist *l, struct reqcontext *p) { if (!p || !l) return; if (l->tail) { if (l->tail->next) g_warning("addtail found list tail has a next pointer"); l->tail->next = p; p->next = NULL; p->prev = l->tail; l->tail = p; } else { if (l->head) g_warning("addtail found no list tail but a list head"); l->head = p; l->tail = p; p->prev = NULL; p->next = NULL; } l->numitems++; } void chunklist_unlink(struct chunklist *l, struct chunk *p) { if (p && l) { struct chunk *prev = p->prev; struct chunk *next = p->next; /* Fix link to previous */ if (prev) prev->next = next; else l->head = next; if (next) next->prev = prev; else l->tail = prev; p->prev = NULL; p->next = NULL; l->numitems--; } } /* Add a new list item to the tail */ void chunklist_addtail(struct chunklist *l, struct chunk *p) { if (!p || !l) return; if (l->tail) { if (l->tail->next) g_warning("addtail found list tail has a next pointer"); l->tail->next = p; p->next = NULL; p->prev = l->tail; l->tail = p; } else { if (l->head) g_warning("addtail found no list tail but a list head"); l->head = p; l->tail = p; p->prev = NULL; p->next = NULL; } l->numitems++; } /* Add some new bytes to a chunklist */ void addbuffer(struct chunklist *l, void *data, uint64_t len) { void *buf; uint64_t size = 64 * 1024; struct chunk *pchunk; while (len > 0) { /* First see if there is a current chunk, and if it has space */ if (l->tail && l->tail->space) { uint64_t towrite = len; if (towrite > l->tail->space) towrite = l->tail->space; memcpy(l->tail->writeptr, data, towrite); l->tail->length += towrite; l->tail->space -= towrite; l->tail->writeptr += towrite; len -= towrite; data += towrite; } if (len > 0) { /* We still need to write more, so prepare a new chunk */ if ((NULL == (buf = malloc(size))) || (NULL == (pchunk = calloc(1, sizeof(struct chunk))))) { g_critical("Out of memory"); exit(1); } pchunk->buffer = buf; pchunk->readptr = buf; pchunk->writeptr = buf; pchunk->space = size; chunklist_addtail(l, pchunk); } } } /* returns 0 on success, -1 on failure */ int writebuffer(int fd, struct chunklist *l) { struct chunk *pchunk = NULL; int res; if (!l) return 0; while (!pchunk) { pchunk = l->head; if (!pchunk) return 0; if (!(pchunk->length) || !(pchunk->readptr)) { chunklist_unlink(l, pchunk); free(pchunk->buffer); free(pchunk); pchunk = NULL; } } /* OK we have a chunk with some data in */ res = write(fd, pchunk->readptr, pchunk->length); if (res == 0) errno = EAGAIN; if (res <= 0) return -1; pchunk->length -= res; pchunk->readptr += res; if (!pchunk->length) { chunklist_unlink(l, pchunk); free(pchunk->buffer); free(pchunk); } return 0; } #define TEST_WRITE (1<<0) #define TEST_FLUSH (1<<1) #define TEST_EXPECT_ERROR (1<<2) #define TEST_HANDSHAKE (1<<3) int timeval_subtract(struct timeval *result, struct timeval *x, struct timeval *y) { if (x->tv_usec < y->tv_usec) { int nsec = (y->tv_usec - x->tv_usec) / 1000000 + 1; y->tv_usec -= 1000000 * nsec; y->tv_sec += nsec; } if (x->tv_usec - y->tv_usec > 1000000) { int nsec = (x->tv_usec - y->tv_usec) / 1000000; y->tv_usec += 1000000 * nsec; y->tv_sec -= nsec; } result->tv_sec = x->tv_sec - y->tv_sec; result->tv_usec = x->tv_usec - y->tv_usec; return x->tv_sec < y->tv_sec; } double timeval_diff_to_double(struct timeval *x, struct timeval *y) { struct timeval r; timeval_subtract(&r, x, y); return r.tv_sec * 1.0 + r.tv_usec / 1000000.0; } static inline int read_all(int f, void *buf, size_t len) { ssize_t res; size_t retval = 0; while (len > 0) { if ((res = read(f, buf, len)) <= 0) { if (!res) errno = EAGAIN; snprintf(errstr, errstr_len, "Read failed: %s", strerror(errno)); return -1; } len -= res; buf += res; retval += res; } return retval; } static inline int write_all(int f, void *buf, size_t len) { ssize_t res; size_t retval = 0; while (len > 0) { if ((res = write(f, buf, len)) <= 0) { if (!res) errno = EAGAIN; snprintf(errstr, errstr_len, "Write failed: %s", strerror(errno)); return -1; } len -= res; buf += res; retval += res; } return retval; } static int tlserrout (void *opaque, const char *format, va_list ap) { return vfprintf(stderr, format, ap); } #define READ_ALL_ERRCHK(f, buf, len, whereto, errmsg...) if((read_all(f, buf, len))<=0) { snprintf(errstr, errstr_len, ##errmsg); goto whereto; } #define READ_ALL_ERR_RT(f, buf, len, whereto, rval, errmsg...) if((read_all(f, buf, len))<=0) { snprintf(errstr, errstr_len, ##errmsg); retval = rval; goto whereto; } #define WRITE_ALL_ERRCHK(f, buf, len, whereto, errmsg...) if((write_all(f, buf, len))<=0) { snprintf(errstr, errstr_len, ##errmsg); goto whereto; } #define WRITE_ALL_ERR_RT(f, buf, len, whereto, rval, errmsg...) if((write_all(f, buf, len))<=0) { snprintf(errstr, errstr_len, ##errmsg); retval = rval; goto whereto; } int setup_connection_common(int sock, char *name, CONNECTION_TYPE ctype, int *serverflags, int testflags) { char buf[256]; u64 tmp64; uint64_t mymagic = (name ? opts_magic : cliserv_magic); uint32_t tmp32 = 0; uint16_t handshakeflags = 0; uint32_t negotiationflags = 0; if (ctype < CONNECTION_TYPE_INIT_PASSWD) goto end; READ_ALL_ERRCHK(sock, buf, strlen(INIT_PASSWD), err, "Could not read INIT_PASSWD: %s", strerror(errno)); if (strlen(buf) == 0) { snprintf(errstr, errstr_len, "Server closed connection"); goto err; } if (strncmp(buf, INIT_PASSWD, strlen(INIT_PASSWD))) { snprintf(errstr, errstr_len, "INIT_PASSWD does not match"); goto err; } if (ctype < CONNECTION_TYPE_CLISERV) goto end; READ_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not read cliserv_magic: %s", strerror(errno)); tmp64 = ntohll(tmp64); if (tmp64 != mymagic) { strncpy(errstr, "mymagic does not match", errstr_len); goto err; } if (ctype < CONNECTION_TYPE_FULL) goto end; if (!name) { READ_ALL_ERRCHK(sock, &size, sizeof(size), err, "Could not read size: %s", strerror(errno)); size = ntohll(size); uint32_t flags; READ_ALL_ERRCHK(sock, &flags, sizeof(uint32_t), err, "Could not read flags: %s", strerror(errno)); flags = ntohl(flags); *serverflags = flags; READ_ALL_ERRCHK(sock, buf, 124, err, "Could not read data: %s", strerror(errno)); goto end; } /* handshake flags */ READ_ALL_ERRCHK(sock, &handshakeflags, sizeof(handshakeflags), err, "Could not read reserved field: %s", strerror(errno)); handshakeflags = ntohs(handshakeflags); /* negotiation flags */ if (handshakeflags & NBD_FLAG_FIXED_NEWSTYLE) negotiationflags |= NBD_FLAG_C_FIXED_NEWSTYLE; else if (keyfile) { snprintf(errstr, errstr_len, "Cannot negotiate TLS without NBD_FLAG_FIXED_NEWSTYLE"); goto err; } negotiationflags = htonl(negotiationflags); WRITE_ALL_ERRCHK(sock, &negotiationflags, sizeof(negotiationflags), err, "Could not write reserved field: %s", strerror(errno)); if (testflags & TEST_HANDSHAKE) { /* Server must support newstyle for this test */ if (!(handshakeflags & NBD_FLAG_FIXED_NEWSTYLE)) { strncpy(errstr, "server does not support handshake", errstr_len); goto err; } goto end; } #if HAVE_GNUTLS /* TLS */ if (keyfile) { int plainfd[2]; // [0] is used by the proxy, [1] is used by NBD tlssession_t *s = NULL; int ret; /* magic */ tmp64 = htonll(opts_magic); WRITE_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not write magic: %s", strerror(errno)); /* starttls */ tmp32 = htonl(NBD_OPT_STARTTLS); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option: %s", strerror(errno)); /* length of data */ tmp32 = htonl(0); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option length: %s", strerror(errno)); READ_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not read cliserv_magic: %s", strerror(errno)); tmp64 = ntohll(tmp64); if (tmp64 != NBD_OPT_REPLY_MAGIC) { strncpy(errstr, "reply magic does not match", errstr_len); goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read option type: %s", strerror(errno)); tmp32 = ntohl(tmp32); if (tmp32 != NBD_OPT_STARTTLS) { strncpy(errstr, "Reply to wrong option", errstr_len); goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read option reply type: %s", strerror(errno)); tmp32 = ntohl(tmp32); if (tmp32 != NBD_REP_ACK) { if(tmp32 & NBD_REP_FLAG_ERROR) { snprintf(errstr, errstr_len, "Received error %d", tmp32 & ~NBD_REP_FLAG_ERROR); } else { snprintf(errstr, errstr_len, "Option reply type %d != NBD_REP_ACK", tmp32); } goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read option data length: %s", strerror(errno)); tmp32 = ntohl(tmp32); if (tmp32 != 0) { strncpy(errstr, "Option reply data length != 0", errstr_len); goto err; } s = tlssession_new(FALSE, keyfile, certfile, cacertfile, tlshostname, !cacertfile || !tlshostname, // insecure flag #ifdef DODBG 1, // debug #else 0, // debug #endif NULL, // quitfn tlserrout, // erroutfn NULL // opaque ); if (!s) { strncpy(errstr, "Cannot establish TLS session", errstr_len); goto err; } if (socketpair(AF_UNIX, SOCK_STREAM, 0, plainfd) < 0) { strncpy(errstr, "Cannot get socket pair", errstr_len); goto err; } if (set_nonblocking(plainfd[0], 0) <0 || set_nonblocking(plainfd[1], 0) <0 || set_nonblocking(sock, 0) <0) { close(plainfd[0]); close(plainfd[1]); strncpy(errstr, "Cannot set socket options", errstr_len); goto err; } ret = fork(); if (ret < 0) err("Could not fork"); else if (ret == 0) { // we are the child signal (SIGPIPE, SIG_IGN); close(plainfd[1]); tlssession_mainloop(sock, plainfd[0], s); close(sock); close(plainfd[0]); exit(0); } close(plainfd[0]); close(sock); sock = plainfd[1]; /* use the decrypted FD from now on */ } #else if (keyfile) { strncpy(errstr, "TLS requested but support not compiled in", errstr_len); goto err; } #endif /* magic */ tmp64 = htonll(opts_magic); WRITE_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not write magic: %s", strerror(errno)); /* name */ tmp32 = htonl(NBD_OPT_EXPORT_NAME); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option: %s", strerror(errno)); tmp32 = htonl((uint32_t) strlen(name)); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write name length: %s", strerror(errno)); WRITE_ALL_ERRCHK(sock, name, strlen(name), err, "Could not write name:: %s", strerror(errno)); READ_ALL_ERRCHK(sock, &size, sizeof(size), err, "Could not read size: %s", strerror(errno)); size = ntohll(size); uint16_t flags; READ_ALL_ERRCHK(sock, &flags, sizeof(uint16_t), err, "Could not read flags: %s", strerror(errno)); flags = ntohs(flags); *serverflags = flags; READ_ALL_ERRCHK(sock, buf, 124, err, "Could not read reserved zeroes: %s", strerror(errno)); goto end; err: close(sock); sock = -1; end: return sock; } int setup_unix_connection(gchar * unixsock, gchar * name, CONNECTION_TYPE ctype, int *serverflags, int testflags) { struct sockaddr_un addr; int sock; sock = 0; if (ctype < CONNECTION_TYPE_CONNECT) { goto end; } if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) { strncpy(errstr, strerror(errno), errstr_len); goto err; } setmysockopt(sock); memset(&addr, 0, sizeof(struct sockaddr_un)); addr.sun_family = AF_UNIX; strncpy(addr.sun_path, unixsock, sizeof addr.sun_path); addr.sun_path[sizeof(addr.sun_path)-1] = '\0'; if (connect(sock, (struct sockaddr *)&addr, sizeof(addr)) < 0) { strncpy(errstr, strerror(errno), errstr_len); goto err_open; } sock = setup_connection_common(sock, name, ctype, serverflags, testflags); goto end; err_open: close(sock); err: sock = -1; end: return sock; } int setup_inet_connection(gchar * hostname, int port, gchar * name, CONNECTION_TYPE ctype, int *serverflags, int testflags) { int sock; struct hostent *host; struct sockaddr_in addr; sock = 0; if (ctype < CONNECTION_TYPE_CONNECT) goto end; if ((sock = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0) { strncpy(errstr, strerror(errno), errstr_len); goto err; } setmysockopt(sock); if (!(host = gethostbyname(hostname))) { strncpy(errstr, hstrerror(h_errno), errstr_len); goto err_open; } addr.sin_family = AF_INET; addr.sin_port = htons(port); addr.sin_addr.s_addr = *((int *)host->h_addr); if ((connect(sock, (struct sockaddr *)&addr, sizeof(addr)) < 0)) { strncpy(errstr, strerror(errno), errstr_len); goto err_open; } sock = setup_connection_common(sock, name, ctype, serverflags, testflags); goto end; err_open: close(sock); err: sock = -1; end: return sock; } int setup_connection(gchar * hostname, gchar * unixsock, int port, gchar * name, CONNECTION_TYPE ctype, int *serverflags, int testflags) { if (hostname != NULL) { return setup_inet_connection(hostname, port, name, ctype, serverflags, testflags); } else if (unixsock != NULL) { return setup_unix_connection(unixsock, name, ctype, serverflags, testflags); } else { g_error("need a hostname or a unix domain socket!"); return -1; } } int close_connection(int sock, CLOSE_TYPE type) { struct nbd_request req; u64 counter = 0; switch (type) { case CONNECTION_CLOSE_PROPERLY: req.magic = htonl(NBD_REQUEST_MAGIC); req.type = htonl(NBD_CMD_DISC); memcpy(&(req.handle), &(counter), sizeof(counter)); counter++; req.from = 0; req.len = 0; if (write(sock, &req, sizeof(req)) < 0) { snprintf(errstr, errstr_len, "Could not write to socket: %s", strerror(errno)); return -1; } case CONNECTION_CLOSE_FAST: if (close(sock) < 0) { snprintf(errstr, errstr_len, "Could not close socket: %s", strerror(errno)); return -1; } break; default: g_critical("Your compiler is on crack!"); /* or I am buggy */ return -1; } return 0; } int read_packet_check_header(int sock, size_t datasize, long long int curhandle) { struct nbd_reply rep; int retval = 0; char buf[datasize]; READ_ALL_ERR_RT(sock, &rep, sizeof(rep), end, -1, "Could not read reply header: %s", strerror(errno)); rep.magic = ntohl(rep.magic); rep.error = ntohl(rep.error); if (rep.magic != NBD_REPLY_MAGIC) { snprintf(errstr, errstr_len, "Received package with incorrect reply_magic. Index of sent packages is %lld (0x%llX), received handle is %lld (0x%llX). Received magic 0x%lX, expected 0x%lX", (long long int)curhandle, (long long unsigned int)curhandle, (long long int)*((u64 *) rep.handle), (long long unsigned int)*((u64 *) rep.handle), (long unsigned int)rep.magic, (long unsigned int)NBD_REPLY_MAGIC); retval = -1; goto end; } if (rep.error) { snprintf(errstr, errstr_len, "Received error from server: %ld (0x%lX). Handle is %lld (0x%llX).", (long int)rep.error, (long unsigned int)rep.error, (long long int)(*((u64 *) rep.handle)), (long long unsigned int)*((u64 *) rep.handle)); retval = -2; goto end; } if (datasize) READ_ALL_ERR_RT(sock, &buf, datasize, end, -1, "Could not read data: %s", strerror(errno)); end: return retval; } int oversize_test(gchar * hostname, gchar * unixsock, int port, char *name, int sock, char sock_is_open, char close_sock, int testflags) { int retval = 0; struct nbd_request req; struct nbd_reply rep; int i = 0; int serverflags = 0; pid_t G_GNUC_UNUSED mypid = getpid(); char buf[((1024 * 1024) + sizeof(struct nbd_request) / 2) << 1]; bool got_err; /* This should work */ if (!sock_is_open) { if ((sock = setup_connection(hostname, unixsock, port, name, CONNECTION_TYPE_FULL, &serverflags, testflags)) < 0) { g_warning("Could not open socket: %s", errstr); retval = -1; goto err; } } req.magic = htonl(NBD_REQUEST_MAGIC); req.type = htonl(NBD_CMD_READ); req.len = htonl(1024 * 1024); memcpy(&(req.handle), &i, sizeof(i)); req.from = htonll(i); WRITE_ALL_ERR_RT(sock, &req, sizeof(req), err, -1, "Could not write request: %s", strerror(errno)); printf("%d: testing oversized request: %d: ", getpid(), ntohl(req.len)); READ_ALL_ERR_RT(sock, &rep, sizeof(struct nbd_reply), err, -1, "Could not read reply header: %s", strerror(errno)); READ_ALL_ERR_RT(sock, &buf, ntohl(req.len), err, -1, "Could not read data: %s", strerror(errno)); if (rep.error) { snprintf(errstr, errstr_len, "Received unexpected error: %d", rep.error); retval = -1; goto err; } else { printf("OK\n"); } /* This probably should not work */ i++; req.from = htonll(i); req.len = htonl(ntohl(req.len) + sizeof(struct nbd_request) / 2); WRITE_ALL_ERR_RT(sock, &req, sizeof(req), err, -1, "Could not write request: %s", strerror(errno)); printf("%d: testing oversized request: %d: ", getpid(), ntohl(req.len)); READ_ALL_ERR_RT(sock, &rep, sizeof(struct nbd_reply), err, -1, "Could not read reply header: %s", strerror(errno)); READ_ALL_ERR_RT(sock, &buf, ntohl(req.len), err, -1, "Could not read data: %s", strerror(errno)); if (rep.error) { printf("Received expected error\n"); got_err = true; } else { printf("OK\n"); got_err = false; } /* ... unless this works, too */ i++; req.from = htonll(i); req.len = htonl(ntohl(req.len) << 1); WRITE_ALL_ERR_RT(sock, &req, sizeof(req), err, -1, "Could not write request: %s", strerror(errno)); printf("%d: testing oversized request: %d: ", getpid(), ntohl(req.len)); READ_ALL_ERR_RT(sock, &rep, sizeof(struct nbd_reply), err, -1, "Could not read reply header: %s", strerror(errno)); READ_ALL_ERR_RT(sock, &buf, ntohl(req.len), err, -1, "Could not read data: %s", strerror(errno)); if (rep.error) { printf("error\n"); } else { printf("OK\n"); } if ((rep.error && !got_err) || (!rep.error && got_err)) { printf("Received unexpected error\n"); retval = -1; } err: return retval; } int handshake_test(gchar * hostname, gchar * unixsock, int port, char *name, int sock, char sock_is_open, char close_sock, int testflags) { int retval = -1; int i = 0; int serverflags = 0; char buf[256]; u64 tmp64; uint64_t mymagic = (name ? opts_magic : cliserv_magic); uint32_t tmp32 = 0; /* This should work */ if (!sock_is_open) { if ((sock = setup_connection(hostname, unixsock, port, name, CONNECTION_TYPE_FULL, &serverflags, testflags)) < 0) { g_warning("Could not open socket: %s", errstr); goto err; } } /* Intentionally throw an unknown option at the server */ tmp64 = htonll(opts_magic); WRITE_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not write magic: %s", strerror(errno)); tmp32 = htonl(0x7654321); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option: %s", strerror(errno)); tmp32 = htonl((uint32_t) sizeof(tmp32)); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option length: %s", strerror(errno)); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option payload: %s", strerror(errno)); /* Expect proper error from server */ READ_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not read magic: %s", strerror(errno)); tmp64 = ntohll(tmp64); if (tmp64 != 0x3e889045565a9LL) { strncpy(errstr, "magic does not match", errstr_len); goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read option: %s", strerror(errno)); tmp32 = ntohl(tmp32); if (tmp32 != 0x7654321) { strncpy(errstr, "option does not match", errstr_len); goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read status: %s", strerror(errno)); tmp32 = ntohl(tmp32); if (tmp32 != NBD_REP_ERR_UNSUP) { strncpy(errstr, "status does not match", errstr_len); goto err; } READ_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not read length: %s", strerror(errno)); tmp32 = ntohl(tmp32); while (tmp32) { char buf[1024]; size_t len = tmp32 < sizeof(buf) ? tmp32 : sizeof(buf); READ_ALL_ERRCHK(sock, buf, len, err, "Could not read payload: %s", strerror(errno)); tmp32 -= len; } /* Send NBD_OPT_ABORT to close the connection */ tmp64 = htonll(opts_magic); WRITE_ALL_ERRCHK(sock, &tmp64, sizeof(tmp64), err, "Could not write magic: %s", strerror(errno)); tmp32 = htonl(NBD_OPT_ABORT); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option: %s", strerror(errno)); tmp32 = htonl((uint32_t) 0); WRITE_ALL_ERRCHK(sock, &tmp32, sizeof(tmp32), err, "Could not write option length: %s", strerror(errno)); retval = 0; g_message("Handshake test completed. No errors encountered."); err: return retval; } int throughput_test(gchar * hostname, gchar * unixsock, int port, char *name, int sock, char sock_is_open, char close_sock, int testflags) { long long int i; char writebuf[1024]; struct nbd_request req; int requests = 0; fd_set set; struct timeval tv; struct timeval start; struct timeval stop; double timespan; double speed; char speedchar[2] = { '\0', '\0' }; int retval = 0; int serverflags = 0; signed int do_write = TRUE; pid_t mypid = getpid(); char *print = getenv("NBD_TEST_SILENT"); if (!(testflags & TEST_WRITE)) testflags &= ~TEST_FLUSH; memset(writebuf, 'X', 1024); size = 0; if (!sock_is_open) { if ((sock = setup_connection(hostname, unixsock, port, name, CONNECTION_TYPE_FULL, &serverflags, testflags)) < 0) { g_warning("Could not open socket: %s", errstr); retval = -1; goto err; } } if ((testflags & TEST_FLUSH) && ((serverflags & (NBD_FLAG_SEND_FLUSH | NBD_FLAG_SEND_FUA)) != (NBD_FLAG_SEND_FLUSH | NBD_FLAG_SEND_FUA))) { snprintf(errstr, errstr_len, "Server did not supply flush capability flags"); retval = -1; goto err_open; } req.magic = htonl(NBD_REQUEST_MAGIC); req.len = htonl(1024); if (gettimeofday(&start, NULL) < 0) { retval = -1; snprintf(errstr, errstr_len, "Could not measure start time: %s", strerror(errno)); goto err_open; } for (i = 0; i + 1024 <= size; i += 1024) { if (do_write) { int sendfua = (testflags & TEST_FLUSH) && (((i >> 10) & 15) == 3); int sendflush = (testflags & TEST_FLUSH) && (((i >> 10) & 15) == 11); req.type = htonl((testflags & TEST_WRITE) ? NBD_CMD_WRITE : NBD_CMD_READ); if (sendfua) req.type = htonl(NBD_CMD_WRITE | NBD_CMD_FLAG_FUA); memcpy(&(req.handle), &i, sizeof(i)); req.from = htonll(i); if (write_all(sock, &req, sizeof(req)) < 0) { retval = -1; goto err_open; } if (testflags & TEST_WRITE) { if (write_all(sock, writebuf, 1024) < 0) { retval = -1; goto err_open; } } ++requests; if (sendflush) { long long int j = i ^ (1LL << 63); req.type = htonl(NBD_CMD_FLUSH); memcpy(&(req.handle), &j, sizeof(j)); req.from = 0; req.len = 0; if (write_all(sock, &req, sizeof(req)) < 0) { retval = -1; goto err_open; } req.len = htonl(1024); ++requests; } } do { FD_ZERO(&set); FD_SET(sock, &set); tv.tv_sec = 0; tv.tv_usec = 0; select(sock + 1, &set, NULL, NULL, &tv); if (FD_ISSET(sock, &set)) { /* Okay, there's something ready for * reading here */ int rv; if ((rv = read_packet_check_header(sock, (testflags & TEST_WRITE) ? 0 : 1024, i)) < 0) { if (!(testflags & TEST_EXPECT_ERROR) || rv != -2) { retval = -1; } else { printf("\n"); } goto err_open; } else { if (testflags & TEST_EXPECT_ERROR) { retval = -1; goto err_open; } } --requests; } } while (FD_ISSET(sock, &set)); /* Now wait until we can write again or until a second have * passed, whichever comes first*/ FD_ZERO(&set); FD_SET(sock, &set); tv.tv_sec = 1; tv.tv_usec = 0; do_write = select(sock + 1, NULL, &set, NULL, &tv); if (!do_write) printf("Select finished\n"); if (do_write < 0) { snprintf(errstr, errstr_len, "select: %s", strerror(errno)); retval = -1; goto err_open; } if(print == NULL) { printf("%d: Requests: %d \r", (int)mypid, requests); } } /* Now empty the read buffer */ do { FD_ZERO(&set); FD_SET(sock, &set); tv.tv_sec = 0; tv.tv_usec = 0; select(sock + 1, &set, NULL, NULL, &tv); if (FD_ISSET(sock, &set)) { /* Okay, there's something ready for * reading here */ read_packet_check_header(sock, (testflags & TEST_WRITE) ? 0 : 1024, i); --requests; } if(print == NULL) { printf("%d: Requests: %d \r", (int)mypid, requests); } } while (requests); printf("%d: Requests: %d \n", (int)mypid, requests); if (gettimeofday(&stop, NULL) < 0) { retval = -1; snprintf(errstr, errstr_len, "Could not measure end time: %s", strerror(errno)); goto err_open; } timespan = timeval_diff_to_double(&stop, &start); speed = size / timespan; if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'K'; } if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'M'; } if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'G'; } g_message ("%d: Throughput %s test (%s flushes) complete. Took %.3f seconds to complete, %.3f%sib/s", (int)getpid(), (testflags & TEST_WRITE) ? "write" : "read", (testflags & TEST_FLUSH) ? "with" : "without", timespan, speed, speedchar); err_open: if (close_sock) { close_connection(sock, CONNECTION_CLOSE_PROPERLY); } err: return retval; } /* * fill 512 byte buffer 'buf' with a hashed selection of interesting data based * only on handle and blknum. The first word is blknum, and the second handle, for ease * of understanding. Things with handle 0 are blank. */ static inline void makebuf(char *buf, uint64_t seq, uint64_t blknum) { uint64_t x = ((uint64_t) blknum) ^ (seq << 32) ^ (seq >> 32); uint64_t *p = (uint64_t *) buf; int i; if (!seq) { bzero(buf, 512); return; } for (i = 0; i < 512 / sizeof(uint64_t); i++) { int s; *(p++) = x; x += 0xFEEDA1ECDEADBEEFULL + i + (((uint64_t) i) << 56); s = x & 63; x = x ^ (x << s) ^ (x >> (64 - s)) ^ 0xAA55AA55AA55AA55ULL ^ seq; } } static inline int checkbuf(char *buf, uint64_t seq, uint64_t blknum) { uint64_t cmp[64]; // 512/8 = 64 makebuf((char *)cmp, seq, blknum); return memcmp(cmp, buf, 512) ? -1 : 0; } static inline void dumpcommand(char *text, uint32_t command) { #ifdef DEBUG_COMMANDS command = ntohl(command); char *ctext; switch (command & NBD_CMD_MASK_COMMAND) { case NBD_CMD_READ: ctext = "NBD_CMD_READ"; break; case NBD_CMD_WRITE: ctext = "NBD_CMD_WRITE"; break; case NBD_CMD_DISC: ctext = "NBD_CMD_DISC"; break; case NBD_CMD_FLUSH: ctext = "NBD_CMD_FLUSH"; break; default: ctext = "UNKNOWN"; break; } printf("%s: %s [%s] (0x%08x)\n", text, ctext, (command & NBD_CMD_FLAG_FUA) ? "FUA" : "NONE", command); #endif } /* return an unused handle */ uint64_t getrandomhandle(GHashTable * phash) { uint64_t handle = 0; int i; do { /* RAND_MAX may be as low as 2^15 */ for (i = 1; i <= 5; i++) handle ^= random() ^ (handle << 15); } while (g_hash_table_lookup(phash, &handle)); return handle; } int integrity_test(gchar * hostname, gchar * unixsock, int port, char *name, int sock, char sock_is_open, char close_sock, int testflags) { struct nbd_reply rep; fd_set rset; fd_set wset; struct timeval tv; struct timeval start; struct timeval stop; double timespan; double speed; char speedchar[2] = { '\0', '\0' }; int retval = -1; int serverflags = 0; pid_t G_GNUC_UNUSED mypid = getpid(); int blkhashfd = -1; char *blkhashname = NULL; struct blkitem *blkhash = NULL; int logfd = -1; uint64_t seq = 1; uint64_t processed = 0; uint64_t printer = 0; char *do_print = getenv("NBD_TEST_SILENT"); uint64_t xfer = 0; int readtransactionfile = 1; int blocked = 0; struct rclist txqueue = { NULL, NULL, 0 }; struct rclist inflight = { NULL, NULL, 0 }; struct chunklist txbuf = { NULL, NULL, 0 }; GHashTable *handlehash = g_hash_table_new(g_int64_hash, g_int64_equal); size = 0; if (!sock_is_open) { if ((sock = setup_connection(hostname, unixsock, port, name, CONNECTION_TYPE_FULL, &serverflags, testflags)) < 0) { g_warning("Could not open socket: %s", errstr); goto err; } } if ((serverflags & (NBD_FLAG_SEND_FLUSH | NBD_FLAG_SEND_FUA)) != (NBD_FLAG_SEND_FLUSH | NBD_FLAG_SEND_FUA)) g_warning ("Server flags do not support FLUSH and FUA - these may error"); #ifdef HAVE_MKSTEMP blkhashname = strdup("/tmp/blkarray-XXXXXX"); if (!blkhashname || (-1 == (blkhashfd = mkstemp(blkhashname)))) { g_warning("Could not open temp file: %s", strerror(errno)); goto err; } #else /* use tmpnam here to avoid further feature test nightmare */ if (-1 == (blkhashfd = open(blkhashname = strdup(tmpnam(NULL)), O_CREAT | O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH))) { g_warning("Could not open temp file: %s", strerror(errno)); goto err; } #endif /* Ensure space freed if we die */ if (-1 == unlink(blkhashname)) { g_warning("Could not unlink temp file: %s", strerror(errno)); goto err; } if (-1 == lseek(blkhashfd, (off_t) ((size >> 9) * sizeof(struct blkitem)), SEEK_SET)) { g_warning("Could not llseek temp file: %s", strerror(errno)); goto err; } if (-1 == write(blkhashfd, "\0", 1)) { g_warning("Could not write temp file: %s", strerror(errno)); goto err; } if (NULL == (blkhash = mmap(NULL, (size >> 9) * sizeof(struct blkitem), PROT_READ | PROT_WRITE, MAP_SHARED, blkhashfd, 0))) { g_warning("Could not mmap temp file: %s", strerror(errno)); goto err; } if (-1 == (logfd = open(transactionlog, O_RDONLY))) { g_warning("Could open log file: %s", strerror(errno)); goto err; } if (gettimeofday(&start, NULL) < 0) { snprintf(errstr, errstr_len, "Could not measure start time: %s", strerror(errno)); goto err_open; } while (readtransactionfile || txqueue.numitems || txbuf.numitems || inflight.numitems) { int ret; uint32_t magic; uint32_t command; uint64_t from; uint32_t len; struct reqcontext *prc; *errstr = 0; FD_ZERO(&wset); FD_ZERO(&rset); if (readtransactionfile) FD_SET(logfd, &rset); if ((!blocked && txqueue.numitems) || txbuf.numitems) FD_SET(sock, &wset); if (inflight.numitems) FD_SET(sock, &rset); tv.tv_sec = 5; tv.tv_usec = 0; ret = select(1 + ((sock > logfd) ? sock : logfd), &rset, &wset, NULL, &tv); if (ret == 0) { snprintf(errstr, errstr_len, "Timeout reading from socket"); goto err_open; } else if (ret < 0) { g_warning("Could not mmap temp file: %s", errstr); goto err; } /* We know we've got at least one thing to do here then */ /* Get a command from the transaction log */ if (FD_ISSET(logfd, &rset)) { /* Read a request or reply from the transaction file */ READ_ALL_ERRCHK(logfd, &magic, sizeof(magic), err_open, "Could not read transaction log: %s", strerror(errno)); magic = ntohl(magic); switch (magic) { case NBD_REQUEST_MAGIC: if (NULL == (prc = calloc(1, sizeof(struct reqcontext)))) { snprintf(errstr, errstr_len, "Could not allocate request"); goto err_open; } READ_ALL_ERRCHK(logfd, sizeof(magic) + (char *)&(prc->req), sizeof(struct nbd_request) - sizeof(magic), err_open, "Could not read transaction log: %s", strerror(errno)); prc->req.magic = htonl(NBD_REQUEST_MAGIC); memcpy(prc->orighandle, prc->req.handle, 8); prc->seq = seq++; if ((ntohl(prc->req.type) & NBD_CMD_MASK_COMMAND) == NBD_CMD_DISC) { /* no more to read; don't enqueue as no reply * we will disconnect manually at the end */ readtransactionfile = 0; free(prc); } else { dumpcommand("Enqueuing command", prc->req.type); rclist_addtail(&txqueue, prc); } prc = NULL; break; case NBD_REPLY_MAGIC: READ_ALL_ERRCHK(logfd, sizeof(magic) + (char *)(&rep), sizeof(struct nbd_reply) - sizeof(magic), err_open, "Could not read transaction log: %s", strerror(errno)); if (rep.error) { snprintf(errstr, errstr_len, "Transaction log file contained errored transaction"); goto err_open; } /* We do not need to consume data on a read reply as there is * none in the log */ break; default: snprintf(errstr, errstr_len, "Could not measure start time: %08x", magic); goto err_open; } } /* See if we have a write we can do */ if (FD_ISSET(sock, &wset)) { if ((!(txqueue.head) && !(txbuf.head)) || blocked) g_warning ("Socket write FD set but we shouldn't have been interested"); /* If there is no buffered data, generate some */ if (!blocked && !(txbuf.head) && (NULL != (prc = txqueue.head))) { if (ntohl(prc->req.magic) != NBD_REQUEST_MAGIC) { g_warning ("Asked to write a request without a magic number"); goto err_open; } command = ntohl(prc->req.type); from = ntohll(prc->req.from); len = ntohl(prc->req.len); /* First check whether we can touch this command at all. If this * command is a read, and there is an inflight write, OR if this * command is a write, and there is an inflight read or write, then * we need to leave the command alone and signal that we are blocked */ if (!looseordering) { uint64_t cfrom; uint32_t clen; cfrom = from; clen = len; while (clen > 0) { uint64_t blknum = cfrom >> 9; if (cfrom >= size) { snprintf(errstr, errstr_len, "offset %llx beyond size %llx", (long long int) cfrom, (long long int) size); goto err_open; } if (blkhash[blknum].inflightw || (blkhash[blknum].inflightr && ((command & NBD_CMD_MASK_COMMAND) == NBD_CMD_WRITE))) { blocked = 1; break; } cfrom += 512; clen -= 512; } } if (blocked) goto skipdequeue; rclist_unlink(&txqueue, prc); rclist_addtail(&inflight, prc); dumpcommand("Sending command", prc->req.type); /* we rewrite the handle as they otherwise may not be unique */ *((uint64_t *) (prc->req.handle)) = getrandomhandle(handlehash); g_hash_table_insert(handlehash, prc->req.handle, prc); addbuffer(&txbuf, &(prc->req), sizeof(struct nbd_request)); switch (command & NBD_CMD_MASK_COMMAND) { case NBD_CMD_WRITE: xfer += len; while (len > 0) { uint64_t blknum = from >> 9; char dbuf[512]; if (from >= size) { snprintf(errstr, errstr_len, "offset %llx beyond size %llx", (long long int) from, (long long int) size); goto err_open; } (blkhash[blknum].inflightw)++; /* work out what we should be writing */ makebuf(dbuf, prc->seq, blknum); addbuffer(&txbuf, dbuf, 512); from += 512; len -= 512; } break; case NBD_CMD_READ: xfer += len; while (len > 0) { uint64_t blknum = from >> 9; if (from >= size) { snprintf(errstr, errstr_len, "offset %llx beyond size %llx", (long long int) from, (long long int) size); goto err_open; } (blkhash[blknum].inflightr)++; from += 512; len -= 512; } break; case NBD_CMD_DISC: case NBD_CMD_FLUSH: break; default: snprintf(errstr, errstr_len, "Incomprehensible command: %08x", command); goto err_open; break; } prc = NULL; } skipdequeue: /* there should be some now */ if (writebuffer(sock, &txbuf) < 0) { snprintf(errstr, errstr_len, "Failed to write to socket buffer: %s", strerror(errno)); goto err_open; } } /* See if there is a reply to be processed from the socket */ if (FD_ISSET(sock, &rset)) { /* Okay, there's something ready for * reading here */ READ_ALL_ERRCHK(sock, &rep, sizeof(struct nbd_reply), err_open, "Could not read from server socket: %s", strerror(errno)); if (rep.magic != htonl(NBD_REPLY_MAGIC)) { snprintf(errstr, errstr_len, "Bad magic from server"); goto err_open; } if (rep.error) { snprintf(errstr, errstr_len, "Server errored a transaction"); goto err_open; } uint64_t handle; memcpy(&handle, rep.handle, 8); prc = g_hash_table_lookup(handlehash, &handle); if (!prc) { snprintf(errstr, errstr_len, "Unrecognised handle in reply: 0x%llX", *(long long unsigned int *)(rep. handle)); goto err_open; } if (!g_hash_table_remove(handlehash, &handle)) { snprintf(errstr, errstr_len, "Could not remove handle from hash: 0x%llX", *(long long unsigned int *)(rep. handle)); goto err_open; } if (prc->req.magic != htonl(NBD_REQUEST_MAGIC)) { snprintf(errstr, errstr_len, "Bad magic in inflight data: %08x", prc->req.magic); goto err_open; } dumpcommand("Processing reply to command", prc->req.type); command = ntohl(prc->req.type); from = ntohll(prc->req.from); len = ntohl(prc->req.len); switch (command & NBD_CMD_MASK_COMMAND) { case NBD_CMD_READ: while (len > 0) { uint64_t blknum = from >> 9; char dbuf[512]; if (from >= size) { snprintf(errstr, errstr_len, "offset %llx beyond size %llx", (long long int)from, (long long int)size); goto err_open; } READ_ALL_ERRCHK(sock, dbuf, 512, err_open, "Could not read data: %s", strerror(errno)); if (--(blkhash[blknum].inflightr) < 0) { snprintf(errstr, errstr_len, "Received a read reply for offset %llx when not in flight", (long long int)from); goto err_open; } /* work out what we was written */ if (checkbuf (dbuf, blkhash[blknum].seq, blknum)) { snprintf(errstr, errstr_len, "Bad reply data: I wanted blk %08x, seq %08x but I got (at a guess) blk %08x, seq %08x", (unsigned int)blknum, blkhash[blknum].seq, ((uint32_t *) (dbuf))[0], ((uint32_t *) (dbuf))[1] ); goto err_open; } from += 512; len -= 512; } break; case NBD_CMD_WRITE: /* subsequent reads should get data with this seq */ while (len > 0) { uint64_t blknum = from >> 9; if (--(blkhash[blknum].inflightw) < 0) { snprintf(errstr, errstr_len, "Received a write reply for offset %llx when not in flight", (long long int)from); goto err_open; } blkhash[blknum].seq = (uint32_t) (prc->seq); from += 512; len -= 512; } break; default: break; } blocked = 0; processed++; rclist_unlink(&inflight, prc); prc->req.magic = 0; /* so a duplicate reply is detected */ free(prc); } if (do_print == NULL && !(printer++ % 5000) || !(readtransactionfile || txqueue.numitems || inflight.numitems)) printf ("%d: Seq %08lld Queued: %08d Inflight: %08d Done: %08lld\r", (int)mypid, (long long int)seq, txqueue.numitems, inflight.numitems, (long long int)processed); } printf("\n"); if (gettimeofday(&stop, NULL) < 0) { snprintf(errstr, errstr_len, "Could not measure end time: %s", strerror(errno)); goto err_open; } timespan = timeval_diff_to_double(&stop, &start); speed = xfer / timespan; if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'K'; } if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'M'; } if (speed > 1024) { speed = speed / 1024.0; speedchar[0] = 'G'; } g_message ("%d: Integrity %s test complete. Took %.3f seconds to complete, %.3f%sib/s", (int)getpid(), (testflags & TEST_WRITE) ? "write" : "read", timespan, speed, speedchar); retval = 0; err_open: if (close_sock) { close_connection(sock, CONNECTION_CLOSE_PROPERLY); } err: if (size && blkhash) munmap(blkhash, (size >> 9) * sizeof(struct blkitem)); if (blkhashfd != -1) close(blkhashfd); if (logfd != -1) close(logfd); if (blkhashname) free(blkhashname); if (*errstr) g_warning("%s", errstr); g_hash_table_destroy(handlehash); return retval; } void handle_nonopt(char *opt, gchar ** hostname, long int *p) { static int nonopt = 0; switch (nonopt) { case 0: *hostname = g_strdup(opt); nonopt++; break; case 1: *p = (strtol(opt, NULL, 0)); if (*p == LONG_MIN || *p == LONG_MAX) { g_critical("Could not parse port number: %s", strerror(errno)); exit(EXIT_FAILURE); } break; } } typedef int (*testfunc) (gchar *, gchar *, int, char *, int, char, char, int); int main(int argc, char **argv) { gchar *hostname = NULL, *unixsock = NULL; long int p = 0; char *name = NULL; int sock = 0; int c; int testflags = 0; testfunc test = throughput_test; #if HAVE_GNUTLS tlssession_init(); #endif /* Ignore SIGPIPE as we want to pick up the error from write() */ signal(SIGPIPE, SIG_IGN); errstr[errstr_len] = '\0'; if (argc < 3) { g_message("%d: Not enough arguments", (int)getpid()); g_message("%d: Usage: %s ", (int)getpid(), argv[0]); g_message("%d: Or: %s -N []", (int)getpid(), argv[0]); g_message("%d: Or: %s -u -N ", (int)getpid(), argv[0]); exit(EXIT_FAILURE); } logging(MY_NAME); while ((c = getopt(argc, argv, "FN:t:owfilu:hC:K:A:H:")) >= 0) { switch (c) { case 1: handle_nonopt(optarg, &hostname, &p); break; case 'N': name = g_strdup(optarg); if (!p) { p = 10809; } break; case 'F': testflags |= TEST_EXPECT_ERROR; break; case 't': transactionlog = g_strdup(optarg); break; case 'o': test = oversize_test; break; case 'l': looseordering = 1; break; case 'w': testflags |= TEST_WRITE; break; case 'f': testflags |= TEST_FLUSH; break; case 'i': test = integrity_test; break; case 'u': unixsock = g_strdup(optarg); break; case 'h': test = handshake_test; testflags |= TEST_HANDSHAKE; break; #if HAVE_GNUTLS case 'C': certfile=g_strdup(optarg); break; case 'K': keyfile=g_strdup(optarg); break; case 'A': cacertfile=g_strdup(optarg); break; case 'H': tlshostname=g_strdup(optarg); break; #else case 'C': case 'K': case 'H': case 'A': g_warning("TLS support not compiled in"); /* Do not change this - looked for by test suite */ exit(77); #endif } } while (optind < argc) { handle_nonopt(argv[optind++], &hostname, &p); } if (keyfile && !certfile) certfile = g_strdup(keyfile); if (!tlshostname && hostname) tlshostname = g_strdup(hostname); if (test(hostname, unixsock, (int)p, name, sock, FALSE, TRUE, testflags) < 0) { g_warning("Could not run test: %s", errstr); exit(EXIT_FAILURE); } return 0; } nbd-3.16.2/tests/run/simple_test0000755000175000017500000001647713132635333013534 00000000000000#!/bin/sh # Yes, that's POSIX sh, not bash! if [ -z "$TMPDIR" ] then TMPDIR=/tmp fi tmpdir=`mktemp -d $TMPDIR/tmp.XXXXXX` conffile=${tmpdir}/nbd.conf pidfile=${tmpdir}/nbd.pid tmpnam=${tmpdir}/nbd.dd mydir=$(dirname $0) certdir=$(readlink -f ${mydir}/certs) cleanup="$2" PID="" set -e cleanup() { if [ -f ${pidfile} ] then kill `cat ${pidfile}` || true else if [ ! -z "$PID" ] then kill $PID || true else echo "E: Could not clean up!" fi fi if [ -z "$cleanup" ] then rm -rf $tmpdir else echo "Setup in $tmpdir" fi } abort() { cleanup trap - INT kill -INT $$ } trap -- cleanup EXIT trap -- abort INT # Create a one-meg device dd if=/dev/zero of=$tmpnam bs=1024 count=4096 >/dev/null 2>&1 echo $1 case $1 in */cfgsize) # Test oversized requests cat > ${conffile} < ${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <$tmpdir/confdir/exp1.conf <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <${conffile} <íœ gDf˜>%`•?ÞÈØPgDf˜?%`•@R¨–ìgDf˜@%`•A 4º¸gDf˜A%`•Buüx@gDf˜B%`•C8gDf˜C%`•D­(ƒ\gDf˜D%`•E-øÈ<gDf˜E%`•F gDf˜F%`•Gf(sÈgDf˜G%`•H8$°gDf˜H%`•I8,ÊgDf˜I%`•JHàŸ gDf˜J%`•K+äUtgDf˜K%`•LA09,gDf˜L%`•MÎp#¼gDf˜M%`•Nt”gDf˜N%`•OhTgDf˜O%`•PøegDf˜P%`•QßôÁhgDf˜Q%`•RyÐrügDf˜R%`•S—$LŒgDf˜S%`•TDøägDf˜T%`•UgDf˜U%`•Vc#ˆgDf˜V%`•WÎÀÀgDf˜W%`•X|sgDf˜X%`•Y€py€gDf˜Y%`•Z°˜¨gDf˜Z%`•[’8gDf˜[%`•\‚øÎLgDf˜\%`•]@Ø ˆgDf˜]%`•^ ˜íôgDf˜^%`•_~H@¼gDf˜_%`•`6$ô°gDf˜`%`•asP¸gDf˜a%`•b¡d=dgDf˜b%`•c$ègˆgDf˜c%`•dìïØgDf˜d%`•eá4VøgDf˜e%`•f~øþìgDf˜f%`•gØÊ„gDf˜g%`•hs=XgDf˜h%`•i1\2´gDf˜i%`•jÃÐc$gDf˜j%`•k)»ÀgDf˜k%`•l>p&gDf˜l%`•m°ÐqðgDf˜m%`•n‰\¨ðgDf˜š%`•›SœAtgDf˜›%`•œœt¼gDf˜œ%`•”YPgDf˜%`•žð©€gDf˜ž%`•ŸÚ\Z¸gDf˜Ÿ%`• ¸ÙhgDf˜ %`•¡‰ø ¬gDf˜¡%`•¢˜,zägDf˜¢%`•£Q81gDf˜£%`•¤8Ü$gDf˜¤%`•¥”x˜gDf˜¥%`•¦A䔸gDf˜¦%`•§y@èøgDf˜§%`•¨ÄÒ4gDf˜¨%`•©æ8SgDf˜©%`•ªb„ $gDf˜ª%`•«5?ÀgDf˜«%`•¬±Ü<¬gDf˜¬%`•­Õ8—gDf˜­%`•® \HgDf˜®%`•¯LÔ@gDf˜¯%`•°gDf˜°%`•±)/°gDf˜±%`•²’ »XgDf˜²%`•³Ÿ¼ ˆgDf˜³%`•´xc(gDf˜´%`•µ› ,gDf˜µ%`•¶ø”s¤gDf˜¶%`•·G,ŒgDf˜·%`•¸³H<àgDf˜¸%`•¹™d3ÈgDf˜¹%`•ºô°ãðgDf˜º%`•»aÄ©ÐgDf˜»%`•¼¬8#øgDf˜¼%`•½ ø‚hgDf˜½%`•¾PØ@gDf˜¾%`•¿ üì gDf˜¿%`•À‹|e8gDf˜À%`•Áʬ¢gDf˜Á%`• PD@gDf˜Â%`•ôýÄgDf˜Ã%`•Ä´{ìgDf˜Ä%`•ÅI„¼gDf˜Å%`•Æ m`gDf˜Æ%`•Ç# ÓgDf˜Ç%`•ÈgàsägDf˜È%`•É„àgDf˜É%`•Ê`gDf˜Ê%`•Ë#ìshgDf˜Ë%`•ÌT|B<gDf˜Ì%`•ÍŽÌ,àgDf˜Í%`•Î5  gDf˜Î%`•ÏôÓXgDf˜Ï%`•ЬÆÀgDf˜Ð%`•Ñ!\QdgDf˜Ñ%`•Ò.Ì&hgDf˜Ò%`•ÓO؈ÌgDf˜Ó%`•Ô¨s$gDf˜Ô%`•Õ7üe¸gDf˜Õ%`•ÖzLbXgDf˜Ö%`•׸ôgDf˜×%`•ØPøgDf˜Ø%`•Ù² l gDf˜Ù%`•Úä´ ØgDf˜Ú%`•Ûóüã|gDf˜Û%`•Ü+¨ºègDf˜Ü%`•ݨ™ðgDf˜Ý%`•Þ.˜p gDf˜Þ%`•߆ÜCÜgDf˜ß%`•àOÐggDf˜à%`•áÀœÊgDf˜á%`•âLÛLgDf˜â%`•ãoÔá\gDf˜ã%`•ä>\^@gDf˜ä%`•åS8”xgDf˜å%`•æšdÂôgDf˜æ%`•祬ŒdgDf˜ç%`•èÄ%ŒgDf˜è%`•韀±øgDf˜é%`•ê]<BøgDf˜ê%`•ë¼ä*LgDf˜ë%`•ì›,ö¸gDf˜ì%`•ídò¸gDf˜í%`•îMUgDf˜î%`•ï`àpgDf˜ï%`•ð)€;ÌgDf˜ð%`•ñ½”: gDf˜ñ%`•ò•L¥ÈgDf˜ò%`•ó(4²gDf˜ó%`•ô\ñDgDf˜ô%`•õ¿póXgDf˜õ%`•öe|q0gDf˜ö%`•÷%4±¨gDf˜÷%`•ø(èlgDf˜ø%`•ùeœÿ4gDf˜ù%`•ùnbd-3.16.2/tests/run/integrity-test.tr0000644000175000017500001345070412261640127014616 00000000000000%`•ˆÿÿgDf˜ˆÿÿ%`•hˆÿÿügDf˜hˆÿÿ%`•ЈÿÿüügDf˜Ðˆÿÿ%`•8ˆÿÿøügDf˜8ˆÿÿ%`• ˆÿÿôgDf˜ ˆÿÿ%`• ˆÿÿøgDf˜ ˆÿÿ%`•8ˆÿÿ€gDf˜8ˆÿÿ%`•Јÿÿƒ(ügDf˜Ðˆÿÿ%`•hˆÿÿ…$gDf˜hˆÿÿ%`•hˆÿÿ…(œgDf˜hˆÿÿ%`•ЈÿÿügDf˜Ðˆÿÿ%`•ˆÿÿügDf˜ˆÿÿ%`•8ˆÿÿügDf˜8ˆÿÿ%`•8ˆÿÿügDf˜8ˆÿÿ%`•ˆÿÿüügDf˜ˆÿÿ%`•ЈÿÿøügDf˜Ðˆÿÿ%`•hˆÿÿ ôgDf˜hˆÿÿ%`•hˆÿÿ øügDf˜hˆÿÿ%`•Јÿÿ ôügDf˜Ðˆÿÿ%`•ˆÿÿ ðügDf˜ˆÿÿ%`•8ˆÿÿìgDf˜8ˆÿÿ%`•8ˆÿÿðügDf˜8ˆÿÿ%`•ˆÿÿìügDf˜ˆÿÿ%`•ЈÿÿèügDf˜Ðˆÿÿ%`•hˆÿÿägDf˜hˆÿÿ%`•hˆÿÿèügDf˜hˆÿÿ%`•ЈÿÿäügDf˜Ðˆÿÿ%`•ˆÿÿàügDf˜ˆÿÿ%`•8ˆÿÿÜgDf˜8ˆÿÿ%`•8ˆÿÿàügDf˜8ˆÿÿ%`•ˆÿÿÜügDf˜ˆÿÿ%`•ЈÿÿØügDf˜Ðˆÿÿ%`•hˆÿÿ!ÔgDf˜hˆÿÿ%`•hˆÿÿ!ØügDf˜hˆÿÿ%`•Јÿÿ#ÔügDf˜Ðˆÿÿ%`•ˆÿÿ%ÐügDf˜ˆÿÿ%`•8ˆÿÿ'ÌgDf˜8ˆÿÿ%`•ˆÿÿ'ÐügDf˜ˆÿÿ%`•Јÿÿ)ÌügDf˜Ðˆÿÿ%`•hˆÿÿ+ÈügDf˜hˆÿÿ%`• ˆÿÿ-ÄgDf˜ ˆÿÿ%`•ˆÿÿ-ÈügDf˜ˆÿÿ%`•8ˆÿÿ/ÄügDf˜8ˆÿÿ%`•ˆÿÿ1ÀügDf˜ˆÿÿ%`•pˆÿÿ3¼gDf˜pˆÿÿ%`•pˆÿÿ3ÀügDf˜pˆÿÿ%`•ˆÿÿ5¼ügDf˜ˆÿÿ%`•8ˆÿÿ7¸ügDf˜8ˆÿÿ%`•ˆÿÿ9´gDf˜ˆÿÿ%`•pˆÿÿ9¸ügDf˜pˆÿÿ%`• ˆÿÿ;´ügDf˜ ˆÿÿ%`•hˆÿÿ=°ügDf˜hˆÿÿ%`•Јÿÿ?¬gDf˜Ðˆÿÿ%`•pˆÿÿ?°ügDf˜pˆÿÿ%`•ˆÿÿA¬ügDf˜ˆÿÿ%`•8ˆÿÿC¨<gDf˜8ˆÿÿ%`•ˆÿÿ€gDf˜ˆÿÿ%`• ˆÿÿ€gDf˜ ˆÿÿ%`•؈ÿÿƒ(ügDf˜Øˆÿÿ%`•@ˆÿÿ…$ gDf˜@ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•hˆÿÿügDf˜hˆÿÿ%`•ˆÿÿœgDf˜ˆÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿƒ(gDf˜>™ˆÿÿ%`•pˆÿÿƒ,ügDf˜pˆÿÿ%`•Јÿÿ…(œgDf˜Ðˆÿÿ%`•ÀŒˆÿÿügDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿgDf˜hÁŒˆÿÿ%`•ÐÂŒˆÿÿœgDf˜ÐÂŒˆÿÿ%`•8ÄŒˆÿÿgDf˜8ÄŒˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8ÄŒˆÿÿgDf˜8ÄŒˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8ÄŒˆÿÿgDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ¤gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ¨gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ¬gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ°gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ´gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ¸gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿ¼gDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿÀgDf˜8ÄŒˆÿÿ%`•8ÄŒˆÿÿÄgDf˜8ÄŒˆÿÿ%`•¨ÌŒˆÿÿÈgDf˜¨ÌŒˆÿÿ%`•¨ÌŒˆÿÿÌgDf˜¨ÌŒˆÿÿ%`•8ÄŒˆÿÿÔgDf˜8ÄŒˆÿÿ%`•@ËŒˆÿÿØgDf˜@ËŒˆÿÿ%`•ØÉŒˆÿÿÜgDf˜ØÉŒˆÿÿ%`•ÎŒˆÿÿàgDf˜ÎŒˆÿÿ%`•pÈŒˆÿÿägDf˜pÈŒˆÿÿ%`•ÐÂŒˆÿÿègDf˜ÐÂŒˆÿÿ%`•ÇŒˆÿÿìgDf˜ÇŒˆÿÿ%`• ÅŒˆÿÿðgDf˜ ÅŒˆÿÿ%`•ÐÂŒˆÿÿôgDf˜ÐÂŒˆÿÿ%`•pÈŒˆÿÿøgDf˜pÈŒˆÿÿ%`•ÎŒˆÿÿügDf˜ÎŒˆÿÿ%`•ØÉŒˆÿÿgDf˜ØÉŒˆÿÿ%`•@ËŒˆÿÿgDf˜@ËŒˆÿÿ%`•8ÄŒˆÿÿgDf˜8ÄŒˆÿÿ%`•¨ÌŒˆÿÿ gDf˜¨ÌŒˆÿÿ%`•ÀŒˆÿÿgDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿgDf˜hÁŒˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`• Pˆÿÿ gDf˜ Pˆÿÿ%`•h!Pˆÿÿ$gDf˜h!Pˆÿÿ%`•Ð"Pˆÿÿ(gDf˜Ð"Pˆÿÿ%`•8$Pˆÿÿ,gDf˜8$Pˆÿÿ%`• %Pˆÿÿ0gDf˜ %Pˆÿÿ%`•'Pˆÿÿ4gDf˜'Pˆÿÿ%`•p(Pˆÿÿ8gDf˜p(Pˆÿÿ%`•Ø)Pˆÿÿ<gDf˜Ø)Pˆÿÿ%`•@+Pˆÿÿ@gDf˜@+Pˆÿÿ%`•¨,PˆÿÿDgDf˜¨,Pˆÿÿ%`•.PˆÿÿHgDf˜.Pˆÿÿ%`•€ñ ˆÿÿLgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿPgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿTgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿXgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ\gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ`gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿdgDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿhgDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿlgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿpgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿtgDf˜Žñ ˆÿÿ%`• ÚˆÿÿxgDf˜ Úˆÿÿ%`•h¡Úˆÿÿ|gDf˜h¡Úˆÿÿ%`•ТÚˆÿÿ€gDf˜Ð¢Úˆÿÿ%`•8¤Úˆÿÿ„gDf˜8¤Úˆÿÿ%`• ¥ÚˆÿÿˆgDf˜ ¥Úˆÿÿ%`•§ÚˆÿÿŒgDf˜§Úˆÿÿ%`•p¨ÚˆÿÿgDf˜p¨Úˆÿÿ%`•ةڈÿÿ”gDf˜Ø©Úˆÿÿ%`•@«Úˆÿÿ˜gDf˜@«Úˆÿÿ%`•¨¬ÚˆÿÿœgDf˜¨¬Úˆÿÿ%`•®Úˆÿÿ gDf˜®Úˆÿÿ%`•¨ÌŒˆÿÿ¤gDf˜¨ÌŒˆÿÿ%`•8ÄŒˆÿÿ¨gDf˜8ÄŒˆÿÿ%`•@ËŒˆÿÿ¬gDf˜@ËŒˆÿÿ%`•ØÉŒˆÿÿ°gDf˜ØÉŒˆÿÿ%`•ÎŒˆÿÿ´gDf˜ÎŒˆÿÿ%`•pÈŒˆÿÿ¸gDf˜pÈŒˆÿÿ%`•ÐÂŒˆÿÿ¼gDf˜ÐÂŒˆÿÿ%`• ÅŒˆÿÿÀgDf˜ ÅŒˆÿÿ%`•ÇŒˆÿÿÄgDf˜ÇŒˆÿÿ%`•ð؈ÿÿÈgDf˜ð؈ÿÿ%`•hñ؈ÿÿÌgDf˜hñ؈ÿÿ%`•Ðò؈ÿÿÐgDf˜Ðò؈ÿÿ%`•8ô؈ÿÿÔgDf˜8ô؈ÿÿ%`• õ؈ÿÿØgDf˜ õ؈ÿÿ%`•÷؈ÿÿÜgDf˜÷؈ÿÿ%`•pøØˆÿÿàgDf˜pøØˆÿÿ%`•Øù؈ÿÿägDf˜Øù؈ÿÿ%`•@û؈ÿÿègDf˜@û؈ÿÿ%`•¨ü؈ÿÿìgDf˜¨ü؈ÿÿ%`•þ؈ÿÿðgDf˜þ؈ÿÿ%`•@' ˆÿÿôgDf˜@' ˆÿÿ%`•hA' ˆÿÿøgDf˜hA' ˆÿÿ%`•ÐB' ˆÿÿügDf˜ÐB' ˆÿÿ%`•8D' ˆÿÿgDf˜8D' ˆÿÿ%`• E' ˆÿÿgDf˜ E' ˆÿÿ%`•G' ˆÿÿgDf˜G' ˆÿÿ%`•pH' ˆÿÿ gDf˜pH' ˆÿÿ%`•ØI' ˆÿÿgDf˜ØI' ˆÿÿ%`•@K' ˆÿÿgDf˜@K' ˆÿÿ%`•¨L' ˆÿÿgDf˜¨L' ˆÿÿ%`•N' ˆÿÿgDf˜N' ˆÿÿ%`•ð²ˆÿÿ gDf˜ð²ˆÿÿ%`•hñ²ˆÿÿ$gDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ(gDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿ,gDf˜8ô²ˆÿÿ%`• õ²ˆÿÿ0gDf˜ õ²ˆÿÿ%`•÷²ˆÿÿ4gDf˜÷²ˆÿÿ%`•pø²ˆÿÿ8gDf˜pø²ˆÿÿ%`•Øù²ˆÿÿ<gDf˜Øù²ˆÿÿ%`•@û²ˆÿÿ@gDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿDgDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿHgDf˜þ²ˆÿÿ%`•pˆÿÿLgDf˜pˆÿÿ%`•hqˆÿÿPgDf˜hqˆÿÿ%`•ÐrˆÿÿTgDf˜Ðrˆÿÿ%`•8tˆÿÿXgDf˜8tˆÿÿ%`• uˆÿÿ\gDf˜ uˆÿÿ%`•wˆÿÿ`gDf˜wˆÿÿ%`•pxˆÿÿdgDf˜pxˆÿÿ%`•ØyˆÿÿhgDf˜Øyˆÿÿ%`•@{ˆÿÿlgDf˜@{ˆÿÿ%`•¨|ˆÿÿpgDf˜¨|ˆÿÿ%`•~ˆÿÿtgDf˜~ˆÿÿ%`•Ð4ˆÿÿxgDf˜Ð4ˆÿÿ%`•hÑ4ˆÿÿ|gDf˜hÑ4ˆÿÿ%`•ÐÒ4ˆÿÿ€gDf˜ÐÒ4ˆÿÿ%`•8Ô4ˆÿÿ„gDf˜8Ô4ˆÿÿ%`• Õ4ˆÿÿˆgDf˜ Õ4ˆÿÿ%`•×4ˆÿÿŒgDf˜×4ˆÿÿ%`•pØ4ˆÿÿgDf˜pØ4ˆÿÿ%`•ØÙ4ˆÿÿ”gDf˜ØÙ4ˆÿÿ%`•@Û4ˆÿÿ˜gDf˜@Û4ˆÿÿ%`•¨Ü4ˆÿÿœgDf˜¨Ü4ˆÿÿ%`•Þ4ˆÿÿ gDf˜Þ4ˆÿÿ%`•hÁŒˆÿÿ¤gDf˜hÁŒˆÿÿ%`•ÀŒˆÿÿ¨gDf˜ÀŒˆÿÿ%`•>™ˆÿÿ¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`•8¤Úˆÿÿ´gDf˜8¤Úˆÿÿ%`•ТÚˆÿÿ¸gDf˜Ð¢Úˆÿÿ%`•h¡Úˆÿÿ¼gDf˜h¡Úˆÿÿ%`• ÚˆÿÿÀgDf˜ Úˆÿÿ%`•P' ˆÿÿÄgDf˜P' ˆÿÿ%`•hQ' ˆÿÿÈgDf˜hQ' ˆÿÿ%`•ÐR' ˆÿÿÌgDf˜ÐR' ˆÿÿ%`•8T' ˆÿÿÐgDf˜8T' ˆÿÿ%`• U' ˆÿÿÔgDf˜ U' ˆÿÿ%`•W' ˆÿÿØgDf˜W' ˆÿÿ%`•pX' ˆÿÿÜgDf˜pX' ˆÿÿ%`•ØY' ˆÿÿàgDf˜ØY' ˆÿÿ%`•@[' ˆÿÿägDf˜@[' ˆÿÿ%`•¨\' ˆÿÿègDf˜¨\' ˆÿÿ%`•^' ˆÿÿìgDf˜^' ˆÿÿ%`•€ŠˆÿÿðgDf˜€Šˆÿÿ%`•hŠˆÿÿôgDf˜hŠˆÿÿ%`•ЂŠˆÿÿøgDf˜Ð‚Šˆÿÿ%`•8„ŠˆÿÿügDf˜8„Šˆÿÿ%`• …ŠˆÿÿgDf˜ …Šˆÿÿ%`•‡ŠˆÿÿgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ gDf˜Ø‰Šˆÿÿ%`•@‹ŠˆÿÿgDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿgDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿgDf˜ŽŠˆÿÿ%`•² ˆÿÿgDf˜² ˆÿÿ%`•h‘² ˆÿÿ gDf˜h‘² ˆÿÿ%`•Ð’² ˆÿÿ$gDf˜Ð’² ˆÿÿ%`•8”² ˆÿÿ(gDf˜8”² ˆÿÿ%`• •² ˆÿÿ,gDf˜ •² ˆÿÿ%`•—² ˆÿÿ0gDf˜—² ˆÿÿ%`•p˜² ˆÿÿ4gDf˜p˜² ˆÿÿ%`•Ø™² ˆÿÿ8gDf˜Ø™² ˆÿÿ%`•@›² ˆÿÿ<gDf˜@›² ˆÿÿ%`•¨œ² ˆÿÿ@gDf˜¨œ² ˆÿÿ%`•ž² ˆÿÿDgDf˜ž² ˆÿÿ%`•`6ˆÿÿHgDf˜`6ˆÿÿ%`•ha6ˆÿÿLgDf˜ha6ˆÿÿ%`•Ðb6ˆÿÿPgDf˜Ðb6ˆÿÿ%`•8d6ˆÿÿTgDf˜8d6ˆÿÿ%`• e6ˆÿÿXgDf˜ e6ˆÿÿ%`•g6ˆÿÿ\gDf˜g6ˆÿÿ%`•ph6ˆÿÿ`gDf˜ph6ˆÿÿ%`•Øi6ˆÿÿdgDf˜Øi6ˆÿÿ%`•@k6ˆÿÿhgDf˜@k6ˆÿÿ%`•¨l6ˆÿÿlgDf˜¨l6ˆÿÿ%`•n6ˆÿÿpgDf˜n6ˆÿÿ%`•®ÚˆÿÿtgDf˜®Úˆÿÿ%`•¨¬ÚˆÿÿxgDf˜¨¬Úˆÿÿ%`•@«Úˆÿÿ|gDf˜@«Úˆÿÿ%`•ةڈÿÿ€gDf˜Ø©Úˆÿÿ%`•p¨Úˆÿÿ„gDf˜p¨Úˆÿÿ%`•§ÚˆÿÿˆgDf˜§Úˆÿÿ%`• ¥ÚˆÿÿŒgDf˜ ¥Úˆÿÿ%`•ÇŒˆÿÿgDf˜ÇŒˆÿÿ%`• ÅŒˆÿÿ”gDf˜ ÅŒˆÿÿ%`•ÐÂŒˆÿÿ˜gDf˜ÐÂŒˆÿÿ%`•pÈŒˆÿÿœgDf˜pÈŒˆÿÿ%`•ÎŒˆÿÿ gDf˜ÎŒˆÿÿ%`•ØÉŒˆÿÿ¤gDf˜ØÉŒˆÿÿ%`•@ËŒˆÿÿ¨gDf˜@ËŒˆÿÿ%`•8ÄŒˆÿÿ¬gDf˜8ÄŒˆÿÿ%`•¨ÌŒˆÿÿ°gDf˜¨ÌŒˆÿÿ%`• õ²ˆÿÿ´gDf˜ õ²ˆÿÿ%`•8ô²ˆÿÿ¸gDf˜8ô²ˆÿÿ%`•Ðò²ˆÿÿ¼gDf˜Ðò²ˆÿÿ%`•hñ²ˆÿÿÀgDf˜hñ²ˆÿÿ%`•ð²ˆÿÿÄgDf˜ð²ˆÿÿ%`•€ñ ˆÿÿÈgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿÌgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿÐgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿÔgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿØgDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿÜgDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿàgDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿägDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿègDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿìgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿðgDf˜Žñ ˆÿÿ%`•€ŽˆÿÿôgDf˜€Žˆÿÿ%`•hŽˆÿÿøgDf˜hŽˆÿÿ%`•ЂŽˆÿÿügDf˜Ð‚Žˆÿÿ%`•8„ŽˆÿÿgDf˜8„Žˆÿÿ%`• …ŽˆÿÿgDf˜ …Žˆÿÿ%`•‡ŽˆÿÿgDf˜‡Žˆÿÿ%`•pˆŽˆÿÿ gDf˜pˆŽˆÿÿ%`•؉ŽˆÿÿgDf˜Ø‰Žˆÿÿ%`•@‹ŽˆÿÿgDf˜@‹Žˆÿÿ%`•¨ŒŽˆÿÿgDf˜¨ŒŽˆÿÿ%`•ŽŽˆÿÿgDf˜ŽŽˆÿÿ%`•­ ˆÿÿ gDf˜­ ˆÿÿ%`•h­ ˆÿÿ$gDf˜h­ ˆÿÿ%`•Э ˆÿÿ(gDf˜Ð­ ˆÿÿ%`•8­ ˆÿÿ,gDf˜8­ ˆÿÿ%`• ­ ˆÿÿ0gDf˜ ­ ˆÿÿ%`•­ ˆÿÿ4gDf˜­ ˆÿÿ%`•p­ ˆÿÿ8gDf˜p­ ˆÿÿ%`•Ø ­ ˆÿÿ<gDf˜Ø ­ ˆÿÿ%`•@ ­ ˆÿÿ@gDf˜@ ­ ˆÿÿ%`•¨ ­ ˆÿÿDgDf˜¨ ­ ˆÿÿ%`•­ ˆÿÿHgDf˜­ ˆÿÿ%`•p‡ˆÿÿLgDf˜p‡ˆÿÿ%`•hq‡ˆÿÿPgDf˜hq‡ˆÿÿ%`•Ðr‡ˆÿÿTgDf˜Ðr‡ˆÿÿ%`•8t‡ˆÿÿXgDf˜8t‡ˆÿÿ%`• u‡ˆÿÿ\gDf˜ u‡ˆÿÿ%`•w‡ˆÿÿ`gDf˜w‡ˆÿÿ%`•px‡ˆÿÿdgDf˜px‡ˆÿÿ%`•Øy‡ˆÿÿhgDf˜Øy‡ˆÿÿ%`•@{‡ˆÿÿlgDf˜@{‡ˆÿÿ%`•¨|‡ˆÿÿpgDf˜¨|‡ˆÿÿ%`•~‡ˆÿÿtgDf˜~‡ˆÿÿ%`•ÐŒˆÿÿxgDf˜ÐŒˆÿÿ%`•hÑŒˆÿÿ|gDf˜hÑŒˆÿÿ%`•ÐÒŒˆÿÿ€gDf˜ÐÒŒˆÿÿ%`•8ÔŒˆÿÿ„gDf˜8ÔŒˆÿÿ%`• ÕŒˆÿÿˆgDf˜ ÕŒˆÿÿ%`•׌ˆÿÿŒgDf˜׌ˆÿÿ%`•pØŒˆÿÿgDf˜pØŒˆÿÿ%`•ØÙŒˆÿÿ”gDf˜ØÙŒˆÿÿ%`•@ÛŒˆÿÿ˜gDf˜@ÛŒˆÿÿ%`•¨ÜŒˆÿÿœgDf˜¨ÜŒˆÿÿ%`•ÞŒˆÿÿ gDf˜ÞŒˆÿÿ%`•À’ˆÿÿ¤gDf˜À’ˆÿÿ%`•hÁ’ˆÿÿ¨gDf˜hÁ’ˆÿÿ%`•ÐÂ’ˆÿÿ¬gDf˜ÐÂ’ˆÿÿ%`•8Ä’ˆÿÿ°gDf˜8Ä’ˆÿÿ%`• Å’ˆÿÿ´gDf˜ Å’ˆÿÿ%`•Ç’ˆÿÿ¸gDf˜Ç’ˆÿÿ%`•pÈ’ˆÿÿ¼gDf˜pÈ’ˆÿÿ%`•ØÉ’ˆÿÿÀgDf˜ØÉ’ˆÿÿ%`•@Ë’ˆÿÿÄgDf˜@Ë’ˆÿÿ%`•¨Ì’ˆÿÿÈgDf˜¨Ì’ˆÿÿ%`•Î’ˆÿÿÌgDf˜Î’ˆÿÿ%`•þ²ˆÿÿÐgDf˜þ²ˆÿÿ%`•¨ü²ˆÿÿÜgDf˜¨ü²ˆÿÿ%`•@û²ˆÿÿàgDf˜@û²ˆÿÿ%`•Øù²ˆÿÿägDf˜Øù²ˆÿÿ%`•pø²ˆÿÿègDf˜pø²ˆÿÿ%`•÷²ˆÿÿìgDf˜÷²ˆÿÿ%`•ÀŒˆÿÿðgDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿôgDf˜hÁŒˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•>™ˆÿÿügDf˜>™ˆÿÿ%`• ÚˆÿÿgDf˜ Úˆÿÿ%`•h¡ÚˆÿÿgDf˜h¡Úˆÿÿ%`•ТÚˆÿÿgDf˜Ð¢Úˆÿÿ%`•8¤Úˆÿÿ gDf˜8¤Úˆÿÿ%`•ЂŠˆÿÿgDf˜Ð‚Šˆÿÿ%`•hŠˆÿÿgDf˜hŠˆÿÿ%`•€ŠˆÿÿgDf˜€Šˆÿÿ%`•Ðà ˆÿÿgDf˜Ðà ˆÿÿ%`•hÑà ˆÿÿ gDf˜hÑà ˆÿÿ%`•ÐÒà ˆÿÿ$gDf˜ÐÒà ˆÿÿ%`•8Ôà ˆÿÿ(gDf˜8Ôà ˆÿÿ%`• Õà ˆÿÿ,gDf˜ Õà ˆÿÿ%`•×à ˆÿÿ0gDf˜×à ˆÿÿ%`•pØà ˆÿÿ4gDf˜pØà ˆÿÿ%`•ØÙà ˆÿÿ8gDf˜ØÙà ˆÿÿ%`•@Ûà ˆÿÿ<gDf˜@Ûà ˆÿÿ%`•¨Üà ˆÿÿ@gDf˜¨Üà ˆÿÿ%`•Þà ˆÿÿDgDf˜Þà ˆÿÿ%`•<ˆÿÿHgDf˜<ˆÿÿ%`•h‘<ˆÿÿLgDf˜h‘<ˆÿÿ%`•Ð’<ˆÿÿPgDf˜Ð’<ˆÿÿ%`•8”<ˆÿÿTgDf˜8”<ˆÿÿ%`• •<ˆÿÿXgDf˜ •<ˆÿÿ%`•—<ˆÿÿ\gDf˜—<ˆÿÿ%`•p˜<ˆÿÿ`gDf˜p˜<ˆÿÿ%`•Ø™<ˆÿÿdgDf˜Ø™<ˆÿÿ%`•@›<ˆÿÿhgDf˜@›<ˆÿÿ%`•¨œ<ˆÿÿlgDf˜¨œ<ˆÿÿ%`•ž<ˆÿÿpgDf˜ž<ˆÿÿ%`•ÀîˆÿÿtgDf˜Àîˆÿÿ%`•hÁîˆÿÿxgDf˜hÁîˆÿÿ%`•ÐÂîˆÿÿ|gDf˜ÐÂîˆÿÿ%`•8Äîˆÿÿ€gDf˜8Äîˆÿÿ%`• Åîˆÿÿ„gDf˜ Åîˆÿÿ%`•ÇîˆÿÿˆgDf˜Çîˆÿÿ%`•pÈîˆÿÿŒgDf˜pÈîˆÿÿ%`•ØÉîˆÿÿgDf˜ØÉîˆÿÿ%`•@Ëîˆÿÿ”gDf˜@Ëîˆÿÿ%`•¨Ìîˆÿÿ˜gDf˜¨Ìîˆÿÿ%`•ÎîˆÿÿœgDf˜Îîˆÿÿ%`•ŽŠˆÿÿ gDf˜ŽŠˆÿÿ%`•¨ŒŠˆÿÿ¤gDf˜¨ŒŠˆÿÿ%`•@‹Šˆÿÿ¨gDf˜@‹Šˆÿÿ%`•؉Šˆÿÿ¬gDf˜Ø‰Šˆÿÿ%`•pˆŠˆÿÿ°gDf˜pˆŠˆÿÿ%`•‡Šˆÿÿ´gDf˜‡Šˆÿÿ%`• …Šˆÿÿ¸gDf˜ …Šˆÿÿ%`•8„Šˆÿÿ¼gDf˜8„Šˆÿÿ%`•¨¬ÚˆÿÿÀgDf˜¨¬Úˆÿÿ%`•®ÚˆÿÿÄgDf˜®Úˆÿÿ%`•€² ˆÿÿÈgDf˜€² ˆÿÿ%`•h² ˆÿÿÌgDf˜h² ˆÿÿ%`•Ђ² ˆÿÿÐgDf˜Ð‚² ˆÿÿ%`•8„² ˆÿÿÔgDf˜8„² ˆÿÿ%`• …² ˆÿÿØgDf˜ …² ˆÿÿ%`•‡² ˆÿÿÜgDf˜‡² ˆÿÿ%`•pˆ² ˆÿÿàgDf˜pˆ² ˆÿÿ%`•؉² ˆÿÿägDf˜Ø‰² ˆÿÿ%`•@‹² ˆÿÿègDf˜@‹² ˆÿÿ%`•¨Œ² ˆÿÿìgDf˜¨Œ² ˆÿÿ%`•޲ ˆÿÿðgDf˜޲ ˆÿÿ%`•îˆÿÿôgDf˜îˆÿÿ%`•hîˆÿÿøgDf˜hîˆÿÿ%`•ÐîˆÿÿügDf˜Ðîˆÿÿ%`•8îˆÿÿ gDf˜8îˆÿÿ%`• îˆÿÿ gDf˜ îˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`•pîˆÿÿ gDf˜pîˆÿÿ%`•Øîˆÿÿ gDf˜Øîˆÿÿ%`•@îˆÿÿ gDf˜@îˆÿÿ%`•¨îˆÿÿ gDf˜¨îˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`• ¥Úˆÿÿ gDf˜ ¥Úˆÿÿ%`•§Úˆÿÿ $gDf˜§Úˆÿÿ%`•p¨Úˆÿÿ (gDf˜p¨Úˆÿÿ%`•ةڈÿÿ ,gDf˜Ø©Úˆÿÿ%`•@«Úˆÿÿ 0gDf˜@«Úˆÿÿ%`•¨ÌŒˆÿÿ 4gDf˜¨ÌŒˆÿÿ%`•8ÄŒˆÿÿ 8gDf˜8ÄŒˆÿÿ%`•@ËŒˆÿÿ <gDf˜@ËŒˆÿÿ%`•ØÉŒˆÿÿ @gDf˜ØÉŒˆÿÿ%`•ÎŒˆÿÿ DgDf˜ÎŒˆÿÿ%`•pÈŒˆÿÿ HgDf˜pÈŒˆÿÿ%`•ÐÂŒˆÿÿ LgDf˜ÐÂŒˆÿÿ%`• ÅŒˆÿÿ PgDf˜ ÅŒˆÿÿ%`•ÇŒˆÿÿ TgDf˜ÇŒˆÿÿ%`•ð²ˆÿÿ XgDf˜ð²ˆÿÿ%`•hñ²ˆÿÿ \gDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ `gDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿ dgDf˜8ô²ˆÿÿ%`• õ²ˆÿÿ hgDf˜ õ²ˆÿÿ%`•hŽˆÿÿ lgDf˜hŽˆÿÿ%`•€Žˆÿÿ pgDf˜€Žˆÿÿ%`•žˆÿÿ tgDf˜žˆÿÿ%`•hžˆÿÿ xgDf˜hžˆÿÿ%`•Оˆÿÿ |gDf˜Ðžˆÿÿ%`•8žˆÿÿ €gDf˜8žˆÿÿ%`• žˆÿÿ „gDf˜ žˆÿÿ%`•žˆÿÿ ˆgDf˜žˆÿÿ%`•pžˆÿÿ ŒgDf˜pžˆÿÿ%`•Ø žˆÿÿ gDf˜Ø žˆÿÿ%`•@ žˆÿÿ ”gDf˜@ žˆÿÿ%`•¨ žˆÿÿ ˜gDf˜¨ žˆÿÿ%`•žˆÿÿ œgDf˜žˆÿÿ%`•ŽŽˆÿÿ  gDf˜ŽŽˆÿÿ%`•¨ŒŽˆÿÿ ¤gDf˜¨ŒŽˆÿÿ%`•@‹Žˆÿÿ ¨gDf˜@‹Žˆÿÿ%`•؉Žˆÿÿ ¬gDf˜Ø‰Žˆÿÿ%`•pˆŽˆÿÿ °gDf˜pˆŽˆÿÿ%`•‡Žˆÿÿ ´gDf˜‡Žˆÿÿ%`• …Žˆÿÿ ¸gDf˜ …Žˆÿÿ%`•8„Žˆÿÿ ¼gDf˜8„Žˆÿÿ%`•ЂŽˆÿÿ ÀgDf˜Ð‚Žˆÿÿ%`•ÐŒˆÿÿ ÄgDf˜ÐŒˆÿÿ%`•Z ˆÿÿ ÈgDf˜Z ˆÿÿ%`•hZ ˆÿÿ ÌgDf˜hZ ˆÿÿ%`•ÐZ ˆÿÿ ÐgDf˜ÐZ ˆÿÿ%`•8Z ˆÿÿ ÔgDf˜8Z ˆÿÿ%`• Z ˆÿÿ ØgDf˜ Z ˆÿÿ%`•Z ˆÿÿ ÜgDf˜Z ˆÿÿ%`•pZ ˆÿÿ àgDf˜pZ ˆÿÿ%`•Ø Z ˆÿÿ ägDf˜Ø Z ˆÿÿ%`•@ Z ˆÿÿ ègDf˜@ Z ˆÿÿ%`•¨ Z ˆÿÿ ìgDf˜¨ Z ˆÿÿ%`•Z ˆÿÿ ðgDf˜Z ˆÿÿ%`•Ðrˆÿÿ ôgDf˜Ðrˆÿÿ%`•hÑrˆÿÿ øgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ ügDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ gDf˜8Ôrˆÿÿ%`• Õrˆÿÿ gDf˜ Õrˆÿÿ%`•×rˆÿÿ gDf˜×rˆÿÿ%`•pØrˆÿÿ gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ gDf˜Þrˆÿÿ%`•ÞŒˆÿÿ gDf˜ÞŒˆÿÿ%`•¨ÜŒˆÿÿ $gDf˜¨ÜŒˆÿÿ%`•@ÛŒˆÿÿ (gDf˜@ÛŒˆÿÿ%`•ØÙŒˆÿÿ ,gDf˜ØÙŒˆÿÿ%`•pØŒˆÿÿ 0gDf˜pØŒˆÿÿ%`•׌ˆÿÿ 4gDf˜׌ˆÿÿ%`• ÕŒˆÿÿ 8gDf˜ ÕŒˆÿÿ%`•8ÔŒˆÿÿ <gDf˜8ÔŒˆÿÿ%`•ÐÒŒˆÿÿ @gDf˜ÐÒŒˆÿÿ%`•hÑŒˆÿÿ DgDf˜hÑŒˆÿÿ%`•÷²ˆÿÿ HgDf˜÷²ˆÿÿ%`•pø²ˆÿÿ LgDf˜pø²ˆÿÿ%`•Øù²ˆÿÿ PgDf˜Øù²ˆÿÿ%`•@û²ˆÿÿ TgDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿ XgDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿ \gDf˜þ²ˆÿÿ%`•hÁŒˆÿÿ `gDf˜hÁŒˆÿÿ%`•ÀŒˆÿÿ dgDf˜ÀŒˆÿÿ%`•>™ˆÿÿ hgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ lgDf˜¨<™ˆÿÿ%`• Úˆÿÿ pgDf˜ Úˆÿÿ%`•`ˆÿÿ tgDf˜`ˆÿÿ%`•haˆÿÿ xgDf˜haˆÿÿ%`•Ðbˆÿÿ |gDf˜Ðbˆÿÿ%`•8dˆÿÿ €gDf˜8dˆÿÿ%`• eˆÿÿ „gDf˜ eˆÿÿ%`•gˆÿÿ ˆgDf˜gˆÿÿ%`•phˆÿÿ ŒgDf˜phˆÿÿ%`•Øiˆÿÿ gDf˜Øiˆÿÿ%`•@kˆÿÿ ”gDf˜@kˆÿÿ%`•¨lˆÿÿ ˜gDf˜¨lˆÿÿ%`•nˆÿÿ œgDf˜nˆÿÿ%`•8¤Úˆÿÿ  gDf˜8¤Úˆÿÿ%`•ТÚˆÿÿ ¤gDf˜Ð¢Úˆÿÿ%`•h¡Úˆÿÿ ¨gDf˜h¡Úˆÿÿ%`•€Šˆÿÿ ¬gDf˜€Šˆÿÿ%`•hŠˆÿÿ °gDf˜hŠˆÿÿ%`•ЂŠˆÿÿ ´gDf˜Ð‚Šˆÿÿ%`•8Äîˆÿÿ ¸gDf˜8Äîˆÿÿ%`•ÐÂîˆÿÿ ¼gDf˜ÐÂîˆÿÿ%`•hÁîˆÿÿ ÀgDf˜hÁîˆÿÿ%`•Àîˆÿÿ ÄgDf˜Àîˆÿÿ%`•Ðþˆÿÿ ÈgDf˜Ðþˆÿÿ%`•hÑþˆÿÿ ÌgDf˜hÑþˆÿÿ%`•ÐÒþˆÿÿ ÐgDf˜ÐÒþˆÿÿ%`•8Ôþˆÿÿ ÔgDf˜8Ôþˆÿÿ%`• Õþˆÿÿ ØgDf˜ Õþˆÿÿ%`•×þˆÿÿ ÜgDf˜×þˆÿÿ%`•pØþˆÿÿ àgDf˜pØþˆÿÿ%`•ØÙþˆÿÿ ägDf˜ØÙþˆÿÿ%`•@Ûþˆÿÿ ègDf˜@Ûþˆÿÿ%`•¨Üþˆÿÿ ìgDf˜¨Üþˆÿÿ%`•Þþˆÿÿ ðgDf˜Þþˆÿÿ%`•Àè ˆÿÿ ôgDf˜Àè ˆÿÿ%`•hÁè ˆÿÿ øgDf˜hÁè ˆÿÿ%`•ÐÂè ˆÿÿ ügDf˜ÐÂè ˆÿÿ%`•8Äè ˆÿÿ gDf˜8Äè ˆÿÿ%`• Åè ˆÿÿ gDf˜ Åè ˆÿÿ%`•Çè ˆÿÿ gDf˜Çè ˆÿÿ%`•pÈè ˆÿÿ gDf˜pÈè ˆÿÿ%`•ØÉè ˆÿÿ gDf˜ØÉè ˆÿÿ%`•@Ëè ˆÿÿ gDf˜@Ëè ˆÿÿ%`•¨Ìè ˆÿÿ gDf˜¨Ìè ˆÿÿ%`•Îè ˆÿÿ gDf˜Îè ˆÿÿ%`•Îîˆÿÿ gDf˜Îîˆÿÿ%`•¨Ìîˆÿÿ $gDf˜¨Ìîˆÿÿ%`•@Ëîˆÿÿ (gDf˜@Ëîˆÿÿ%`•ØÉîˆÿÿ ,gDf˜ØÉîˆÿÿ%`•pÈîˆÿÿ 0gDf˜pÈîˆÿÿ%`•Çîˆÿÿ 4gDf˜Çîˆÿÿ%`• Åîˆÿÿ 8gDf˜ Åîˆÿÿ%`•8„Šˆÿÿ <gDf˜8„Šˆÿÿ%`• …Šˆÿÿ @gDf˜ …Šˆÿÿ%`•‡Šˆÿÿ DgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿ HgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ LgDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ PgDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ TgDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ XgDf˜ŽŠˆÿÿ%`•®Úˆÿÿ \gDf˜®Úˆÿÿ%`•¨¬Úˆÿÿ `gDf˜¨¬Úˆÿÿ%`•8îˆÿÿ dgDf˜8îˆÿÿ%`•Ðîˆÿÿ hgDf˜Ðîˆÿÿ%`•hîˆÿÿ lgDf˜hîˆÿÿ%`•îˆÿÿ pgDf˜îˆÿÿ%`•€’ˆÿÿ tgDf˜€’ˆÿÿ%`•h’ˆÿÿ xgDf˜h’ˆÿÿ%`•Ђ’ˆÿÿ |gDf˜Ð‚’ˆÿÿ%`•8„’ˆÿÿ €gDf˜8„’ˆÿÿ%`• …’ˆÿÿ „gDf˜ …’ˆÿÿ%`•‡’ˆÿÿ ˆgDf˜‡’ˆÿÿ%`•pˆ’ˆÿÿ ŒgDf˜pˆ’ˆÿÿ%`•؉’ˆÿÿ gDf˜Ø‰’ˆÿÿ%`•@‹’ˆÿÿ ”gDf˜@‹’ˆÿÿ%`•¨Œ’ˆÿÿ ˜gDf˜¨Œ’ˆÿÿ%`•Ž’ˆÿÿ œgDf˜Ž’ˆÿÿ%`•îˆÿÿ  gDf˜îˆÿÿ%`•¨îˆÿÿ ¤gDf˜¨îˆÿÿ%`•@îˆÿÿ ¨gDf˜@îˆÿÿ%`•Øîˆÿÿ ¬gDf˜Øîˆÿÿ%`•pîˆÿÿ °gDf˜pîˆÿÿ%`•îˆÿÿ ´gDf˜îˆÿÿ%`• îˆÿÿ ¸gDf˜ îˆÿÿ%`•@«Úˆÿÿ ¼gDf˜@«Úˆÿÿ%`•ةڈÿÿ ÀgDf˜Ø©Úˆÿÿ%`•p¨Úˆÿÿ ÄgDf˜p¨Úˆÿÿ%`•§Úˆÿÿ ÈgDf˜§Úˆÿÿ%`• ¥Úˆÿÿ ÌgDf˜ ¥Úˆÿÿ%`•ÇŒˆÿÿ ÐgDf˜ÇŒˆÿÿ%`• ÅŒˆÿÿ ÔgDf˜ ÅŒˆÿÿ%`•ÐÂŒˆÿÿ ØgDf˜ÐÂŒˆÿÿ%`•pÈŒˆÿÿ àgDf˜pÈŒˆÿÿ%`•ÎŒˆÿÿ ägDf˜ÎŒˆÿÿ%`•ØÉŒˆÿÿ ègDf˜ØÉŒˆÿÿ%`•@ËŒˆÿÿ ìgDf˜@ËŒˆÿÿ%`•8ÄŒˆÿÿ ðgDf˜8ÄŒˆÿÿ%`•¨ÌŒˆÿÿ ôgDf˜¨ÌŒˆÿÿ%`• õ²ˆÿÿ øgDf˜ õ²ˆÿÿ%`•8ô²ˆÿÿ ügDf˜8ô²ˆÿÿ%`•Ðò²ˆÿÿ gDf˜Ðò²ˆÿÿ%`•hñ²ˆÿÿ gDf˜hñ²ˆÿÿ%`•ð²ˆÿÿ gDf˜ð²ˆÿÿ%`•ÐŒˆÿÿ gDf˜ÐŒˆÿÿ%`•8Ôrˆÿÿ gDf˜8Ôrˆÿÿ%`•ÐÒrˆÿÿ gDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿ gDf˜hÑrˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`• Z ˆÿÿ gDf˜ Z ˆÿÿ%`•h!Z ˆÿÿ $gDf˜h!Z ˆÿÿ%`•Ð"Z ˆÿÿ (gDf˜Ð"Z ˆÿÿ%`•8$Z ˆÿÿ ,gDf˜8$Z ˆÿÿ%`• %Z ˆÿÿ 0gDf˜ %Z ˆÿÿ%`•'Z ˆÿÿ 4gDf˜'Z ˆÿÿ%`•p(Z ˆÿÿ 8gDf˜p(Z ˆÿÿ%`•Ø)Z ˆÿÿ <gDf˜Ø)Z ˆÿÿ%`•@+Z ˆÿÿ @gDf˜@+Z ˆÿÿ%`•¨,Z ˆÿÿ DgDf˜¨,Z ˆÿÿ%`•.Z ˆÿÿ HgDf˜.Z ˆÿÿ%`•Àrˆÿÿ LgDf˜Àrˆÿÿ%`•hÁrˆÿÿ PgDf˜hÁrˆÿÿ%`•ÐÂrˆÿÿ TgDf˜ÐÂrˆÿÿ%`•8Ärˆÿÿ XgDf˜8Ärˆÿÿ%`• Årˆÿÿ \gDf˜ Årˆÿÿ%`•Çrˆÿÿ `gDf˜Çrˆÿÿ%`•pÈrˆÿÿ dgDf˜pÈrˆÿÿ%`•ØÉrˆÿÿ hgDf˜ØÉrˆÿÿ%`•@Ërˆÿÿ lgDf˜@Ërˆÿÿ%`•¨Ìrˆÿÿ pgDf˜¨Ìrˆÿÿ%`•Îrˆÿÿ tgDf˜Îrˆÿÿ%`•Z ˆÿÿ xgDf˜Z ˆÿÿ%`•hZ ˆÿÿ |gDf˜hZ ˆÿÿ%`•ÐZ ˆÿÿ €gDf˜ÐZ ˆÿÿ%`•8Z ˆÿÿ „gDf˜8Z ˆÿÿ%`• Z ˆÿÿ ˆgDf˜ Z ˆÿÿ%`•Z ˆÿÿ ŒgDf˜Z ˆÿÿ%`•pZ ˆÿÿ gDf˜pZ ˆÿÿ%`•Ø Z ˆÿÿ ”gDf˜Ø Z ˆÿÿ%`•@ Z ˆÿÿ ˜gDf˜@ Z ˆÿÿ%`•¨ Z ˆÿÿ œgDf˜¨ Z ˆÿÿ%`•Z ˆÿÿ  gDf˜Z ˆÿÿ%`•Þrˆÿÿ ¤gDf˜Þrˆÿÿ%`•¨Ürˆÿÿ ¨gDf˜¨Ürˆÿÿ%`•@Ûrˆÿÿ ¬gDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿ °gDf˜ØÙrˆÿÿ%`•pØrˆÿÿ ´gDf˜pØrˆÿÿ%`•×rˆÿÿ ¸gDf˜×rˆÿÿ%`• Õrˆÿÿ ¼gDf˜ Õrˆÿÿ%`•hÑŒˆÿÿ ÀgDf˜hÑŒˆÿÿ%`•ÐÒŒˆÿÿ ÄgDf˜ÐÒŒˆÿÿ%`•8ÔŒˆÿÿ ÈgDf˜8ÔŒˆÿÿ%`• ÕŒˆÿÿ ÌgDf˜ ÕŒˆÿÿ%`•׌ˆÿÿ ÐgDf˜׌ˆÿÿ%`•pØŒˆÿÿ ÔgDf˜pØŒˆÿÿ%`•ØÙŒˆÿÿ ØgDf˜ØÙŒˆÿÿ%`•@ÛŒˆÿÿ ÜgDf˜@ÛŒˆÿÿ%`•¨ÜŒˆÿÿ àgDf˜¨ÜŒˆÿÿ%`•ÞŒˆÿÿ ägDf˜ÞŒˆÿÿ%`•þ²ˆÿÿ ègDf˜þ²ˆÿÿ%`•¨ü²ˆÿÿ ìgDf˜¨ü²ˆÿÿ%`•@û²ˆÿÿ ðgDf˜@û²ˆÿÿ%`•Øù²ˆÿÿ ôgDf˜Øù²ˆÿÿ%`•pø²ˆÿÿ øgDf˜pø²ˆÿÿ%`•÷²ˆÿÿ ügDf˜÷²ˆÿÿ%`•ÀŒˆÿÿ gDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿ gDf˜hÁŒˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•h¡Úˆÿÿ gDf˜h¡Úˆÿÿ%`•ТÚˆÿÿ gDf˜Ð¢Úˆÿÿ%`•8¤Úˆÿÿ gDf˜8¤Úˆÿÿ%`• Úˆÿÿ gDf˜ Úˆÿÿ%`•ЂŠˆÿÿ gDf˜Ð‚Šˆÿÿ%`•hŠˆÿÿ $gDf˜hŠˆÿÿ%`•€Šˆÿÿ (gDf˜€Šˆÿÿ%`•Àîˆÿÿ ,gDf˜Àîˆÿÿ%`•hÁîˆÿÿ 0gDf˜hÁîˆÿÿ%`•ÐÂîˆÿÿ 4gDf˜ÐÂîˆÿÿ%`•8Äîˆÿÿ 8gDf˜8Äîˆÿÿ%`•8Äè ˆÿÿ <gDf˜8Äè ˆÿÿ%`•ÐÂè ˆÿÿ @gDf˜ÐÂè ˆÿÿ%`•hÁè ˆÿÿ DgDf˜hÁè ˆÿÿ%`•Àè ˆÿÿ HgDf˜Àè ˆÿÿ%`•Àà ˆÿÿ LgDf˜Àà ˆÿÿ%`•hÁà ˆÿÿ PgDf˜hÁà ˆÿÿ%`•ÐÂà ˆÿÿ TgDf˜ÐÂà ˆÿÿ%`•8Äà ˆÿÿ XgDf˜8Äà ˆÿÿ%`• Åà ˆÿÿ \gDf˜ Åà ˆÿÿ%`•Çà ˆÿÿ `gDf˜Çà ˆÿÿ%`•pÈà ˆÿÿ dgDf˜pÈà ˆÿÿ%`•ØÉà ˆÿÿ hgDf˜ØÉà ˆÿÿ%`•@Ëà ˆÿÿ lgDf˜@Ëà ˆÿÿ%`•¨Ìà ˆÿÿ pgDf˜¨Ìà ˆÿÿ%`•Îà ˆÿÿ tgDf˜Îà ˆÿÿ%`•ß ˆÿÿ xgDf˜ß ˆÿÿ%`•hß ˆÿÿ |gDf˜hß ˆÿÿ%`•Ðß ˆÿÿ €gDf˜Ðß ˆÿÿ%`•8ß ˆÿÿ „gDf˜8ß ˆÿÿ%`• ß ˆÿÿ ˆgDf˜ ß ˆÿÿ%`•ß ˆÿÿ ŒgDf˜ß ˆÿÿ%`•pß ˆÿÿ gDf˜pß ˆÿÿ%`•Øß ˆÿÿ ”gDf˜Øß ˆÿÿ%`•@ß ˆÿÿ ˜gDf˜@ß ˆÿÿ%`•¨ß ˆÿÿ œgDf˜¨ß ˆÿÿ%`•ß ˆÿÿ  gDf˜ß ˆÿÿ%`•Îè ˆÿÿ ¤gDf˜Îè ˆÿÿ%`•¨Ìè ˆÿÿ ¨gDf˜¨Ìè ˆÿÿ%`•@Ëè ˆÿÿ ¬gDf˜@Ëè ˆÿÿ%`•ØÉè ˆÿÿ °gDf˜ØÉè ˆÿÿ%`•pÈè ˆÿÿ ´gDf˜pÈè ˆÿÿ%`•Çè ˆÿÿ ¸gDf˜Çè ˆÿÿ%`• Åè ˆÿÿ ¼gDf˜ Åè ˆÿÿ%`• Åîˆÿÿ ÀgDf˜ Åîˆÿÿ%`•Çîˆÿÿ ÄgDf˜Çîˆÿÿ%`•pÈîˆÿÿ ÈgDf˜pÈîˆÿÿ%`•ØÉîˆÿÿ ÌgDf˜ØÉîˆÿÿ%`•@Ëîˆÿÿ ÐgDf˜@Ëîˆÿÿ%`•¨Ìîˆÿÿ ÔgDf˜¨Ìîˆÿÿ%`•Îîˆÿÿ ØgDf˜Îîˆÿÿ%`•ŽŠˆÿÿ ÜgDf˜ŽŠˆÿÿ%`•¨ŒŠˆÿÿ àgDf˜¨ŒŠˆÿÿ%`•@‹Šˆÿÿ ägDf˜@‹Šˆÿÿ%`•؉Šˆÿÿ ègDf˜Ø‰Šˆÿÿ%`•pˆŠˆÿÿ ìgDf˜pˆŠˆÿÿ%`•‡Šˆÿÿ ðgDf˜‡Šˆÿÿ%`• …Šˆÿÿ ôgDf˜ …Šˆÿÿ%`•8„Šˆÿÿ øgDf˜8„Šˆÿÿ%`•¨¬Úˆÿÿ ügDf˜¨¬Úˆÿÿ%`•®ÚˆÿÿgDf˜®Úˆÿÿ%`• ¥ÚˆÿÿgDf˜ ¥Úˆÿÿ%`•§ÚˆÿÿgDf˜§Úˆÿÿ%`•p¨Úˆÿÿ gDf˜p¨Úˆÿÿ%`•ةڈÿÿgDf˜Ø©Úˆÿÿ%`•@«ÚˆÿÿgDf˜@«Úˆÿÿ%`•¨ÌŒˆÿÿgDf˜¨ÌŒˆÿÿ%`•8ÄŒˆÿÿgDf˜8ÄŒˆÿÿ%`•@ËŒˆÿÿ gDf˜@ËŒˆÿÿ%`•ØÉŒˆÿÿ$gDf˜ØÉŒˆÿÿ%`•ÎŒˆÿÿ(gDf˜ÎŒˆÿÿ%`•pÈŒˆÿÿ,gDf˜pÈŒˆÿÿ%`•ÐÂŒˆÿÿ0gDf˜ÐÂŒˆÿÿ%`• ÅŒˆÿÿ4gDf˜ ÅŒˆÿÿ%`•ÇŒˆÿÿ8gDf˜ÇŒˆÿÿ%`•hñ²ˆÿÿ<gDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ@gDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿDgDf˜8ô²ˆÿÿ%`• õ²ˆÿÿHgDf˜ õ²ˆÿÿ%`•€ñ ˆÿÿLgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿPgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿTgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿXgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ\gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ`gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿdgDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿhgDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿlgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿpgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿtgDf˜Žñ ˆÿÿ%`•€0 ˆÿÿxgDf˜€0 ˆÿÿ%`•h0 ˆÿÿ|gDf˜h0 ˆÿÿ%`•Ђ0 ˆÿÿ€gDf˜Ð‚0 ˆÿÿ%`•8„0 ˆÿÿ„gDf˜8„0 ˆÿÿ%`• …0 ˆÿÿˆgDf˜ …0 ˆÿÿ%`•‡0 ˆÿÿŒgDf˜‡0 ˆÿÿ%`•pˆ0 ˆÿÿgDf˜pˆ0 ˆÿÿ%`•؉0 ˆÿÿ”gDf˜Ø‰0 ˆÿÿ%`•@‹0 ˆÿÿ˜gDf˜@‹0 ˆÿÿ%`•¨Œ0 ˆÿÿœgDf˜¨Œ0 ˆÿÿ%`•Ž0 ˆÿÿ gDf˜Ž0 ˆÿÿ%`•ð²ˆÿÿ¤gDf˜ð²ˆÿÿ%`•ÐŒˆÿÿ¨gDf˜ÐŒˆÿÿ%`•Ðrˆÿÿ¬gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ°gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ´gDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ¸gDf˜8Ôrˆÿÿ%`•8Z ˆÿÿ¼gDf˜8Z ˆÿÿ%`•ÐZ ˆÿÿÀgDf˜ÐZ ˆÿÿ%`•hZ ˆÿÿÄgDf˜hZ ˆÿÿ%`•Z ˆÿÿÈgDf˜Z ˆÿÿ%`•p‡ˆÿÿÌgDf˜p‡ˆÿÿ%`•hq‡ˆÿÿÐgDf˜hq‡ˆÿÿ%`•Ðr‡ˆÿÿÔgDf˜Ðr‡ˆÿÿ%`•8t‡ˆÿÿØgDf˜8t‡ˆÿÿ%`• u‡ˆÿÿÜgDf˜ u‡ˆÿÿ%`•w‡ˆÿÿàgDf˜w‡ˆÿÿ%`•px‡ˆÿÿägDf˜px‡ˆÿÿ%`•Øy‡ˆÿÿègDf˜Øy‡ˆÿÿ%`•@{‡ˆÿÿìgDf˜@{‡ˆÿÿ%`•¨|‡ˆÿÿðgDf˜¨|‡ˆÿÿ%`•~‡ˆÿÿôgDf˜~‡ˆÿÿ%`•­ ˆÿÿøgDf˜­ ˆÿÿ%`•h­ ˆÿÿügDf˜h­ ˆÿÿ%`•Э ˆÿÿgDf˜Ð­ ˆÿÿ%`•8­ ˆÿÿgDf˜8­ ˆÿÿ%`• ­ ˆÿÿgDf˜ ­ ˆÿÿ%`•­ ˆÿÿ gDf˜­ ˆÿÿ%`•p­ ˆÿÿgDf˜p­ ˆÿÿ%`•Ø­ ˆÿÿgDf˜Ø­ ˆÿÿ%`•@­ ˆÿÿgDf˜@­ ˆÿÿ%`•¨­ ˆÿÿgDf˜¨­ ˆÿÿ%`•­ ˆÿÿ gDf˜­ ˆÿÿ%`•Z ˆÿÿ$gDf˜Z ˆÿÿ%`•¨ Z ˆÿÿ(gDf˜¨ Z ˆÿÿ%`•@ Z ˆÿÿ,gDf˜@ Z ˆÿÿ%`•Ø Z ˆÿÿ0gDf˜Ø Z ˆÿÿ%`•pZ ˆÿÿ4gDf˜pZ ˆÿÿ%`•Z ˆÿÿ8gDf˜Z ˆÿÿ%`• Z ˆÿÿ<gDf˜ Z ˆÿÿ%`• Õrˆÿÿ@gDf˜ Õrˆÿÿ%`•×rˆÿÿDgDf˜×rˆÿÿ%`•pØrˆÿÿHgDf˜pØrˆÿÿ%`•ØÙrˆÿÿLgDf˜ØÙrˆÿÿ%`•@ÛrˆÿÿPgDf˜@Ûrˆÿÿ%`•¨ÜrˆÿÿTgDf˜¨Ürˆÿÿ%`•ÞrˆÿÿXgDf˜Þrˆÿÿ%`•ÞŒˆÿÿ\gDf˜ÞŒˆÿÿ%`•¨ÜŒˆÿÿ`gDf˜¨ÜŒˆÿÿ%`•@ÛŒˆÿÿdgDf˜@ÛŒˆÿÿ%`•ØÙŒˆÿÿhgDf˜ØÙŒˆÿÿ%`•pØŒˆÿÿlgDf˜pØŒˆÿÿ%`•׌ˆÿÿpgDf˜׌ˆÿÿ%`• ÕŒˆÿÿtgDf˜ ÕŒˆÿÿ%`•8ÔŒˆÿÿxgDf˜8ÔŒˆÿÿ%`•ÐÒŒˆÿÿ|gDf˜ÐÒŒˆÿÿ%`•hÑŒˆÿÿ€gDf˜hÑŒˆÿÿ%`•÷²ˆÿÿ„gDf˜÷²ˆÿÿ%`•pø²ˆÿÿˆgDf˜pø²ˆÿÿ%`•Øù²ˆÿÿŒgDf˜Øù²ˆÿÿ%`•@û²ˆÿÿgDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿ”gDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿ˜gDf˜þ²ˆÿÿ%`•hÁŒˆÿÿœgDf˜hÁŒˆÿÿ%`•ÀŒˆÿÿ gDf˜ÀŒˆÿÿ%`•>™ˆÿÿ¤gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¨gDf˜¨<™ˆÿÿ%`• Úˆÿÿ¬gDf˜ Úˆÿÿ%`•8¤Úˆÿÿ°gDf˜8¤Úˆÿÿ%`•ТÚˆÿÿ´gDf˜Ð¢Úˆÿÿ%`•h¡Úˆÿÿ¸gDf˜h¡Úˆÿÿ%`•€Šˆÿÿ¼gDf˜€Šˆÿÿ%`•hŠˆÿÿÀgDf˜hŠˆÿÿ%`•ЂŠˆÿÿÄgDf˜Ð‚Šˆÿÿ%`•8ÄîˆÿÿÈgDf˜8Äîˆÿÿ%`•ÐÂîˆÿÿÌgDf˜ÐÂîˆÿÿ%`•hÁîˆÿÿÐgDf˜hÁîˆÿÿ%`•ÀîˆÿÿÔgDf˜Àîˆÿÿ%`•Àè ˆÿÿØgDf˜Àè ˆÿÿ%`•hÁè ˆÿÿÜgDf˜hÁè ˆÿÿ%`•ÐÂè ˆÿÿägDf˜ÐÂè ˆÿÿ%`•8Äè ˆÿÿègDf˜8Äè ˆÿÿ%`•8ß ˆÿÿìgDf˜8ß ˆÿÿ%`•Ðß ˆÿÿðgDf˜Ðß ˆÿÿ%`•hß ˆÿÿôgDf˜hß ˆÿÿ%`•ß ˆÿÿøgDf˜ß ˆÿÿ%`•<ˆÿÿügDf˜<ˆÿÿ%`•h‘<ˆÿÿgDf˜h‘<ˆÿÿ%`•Ð’<ˆÿÿgDf˜Ð’<ˆÿÿ%`•8”<ˆÿÿgDf˜8”<ˆÿÿ%`• •<ˆÿÿ gDf˜ •<ˆÿÿ%`•—<ˆÿÿgDf˜—<ˆÿÿ%`•p˜<ˆÿÿgDf˜p˜<ˆÿÿ%`•Ø™<ˆÿÿgDf˜Ø™<ˆÿÿ%`•@›<ˆÿÿgDf˜@›<ˆÿÿ%`•¨œ<ˆÿÿ gDf˜¨œ<ˆÿÿ%`•ž<ˆÿÿ$gDf˜ž<ˆÿÿ%`•ß ˆÿÿ(gDf˜ß ˆÿÿ%`•¨ß ˆÿÿ,gDf˜¨ß ˆÿÿ%`•@ß ˆÿÿ0gDf˜@ß ˆÿÿ%`•Øß ˆÿÿ4gDf˜Øß ˆÿÿ%`•pß ˆÿÿ8gDf˜pß ˆÿÿ%`•ß ˆÿÿ<gDf˜ß ˆÿÿ%`• ß ˆÿÿ@gDf˜ ß ˆÿÿ%`• Åè ˆÿÿDgDf˜ Åè ˆÿÿ%`•Çè ˆÿÿHgDf˜Çè ˆÿÿ%`•pÈè ˆÿÿLgDf˜pÈè ˆÿÿ%`•ØÉè ˆÿÿPgDf˜ØÉè ˆÿÿ%`•@Ëè ˆÿÿTgDf˜@Ëè ˆÿÿ%`•¨Ìè ˆÿÿXgDf˜¨Ìè ˆÿÿ%`•Îè ˆÿÿ\gDf˜Îè ˆÿÿ%`•Îîˆÿÿ`gDf˜Îîˆÿÿ%`•¨ÌîˆÿÿdgDf˜¨Ìîˆÿÿ%`•@ËîˆÿÿhgDf˜@Ëîˆÿÿ%`•ØÉîˆÿÿlgDf˜ØÉîˆÿÿ%`•pÈîˆÿÿpgDf˜pÈîˆÿÿ%`•ÇîˆÿÿtgDf˜Çîˆÿÿ%`• ÅîˆÿÿxgDf˜ Åîˆÿÿ%`•8„Šˆÿÿ|gDf˜8„Šˆÿÿ%`• …Šˆÿÿ€gDf˜ …Šˆÿÿ%`•‡Šˆÿÿ„gDf˜‡Šˆÿÿ%`•pˆŠˆÿÿˆgDf˜pˆŠˆÿÿ%`•؉ŠˆÿÿŒgDf˜Ø‰Šˆÿÿ%`•@‹ŠˆÿÿgDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ”gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ˜gDf˜ŽŠˆÿÿ%`•@«ÚˆÿÿœgDf˜@«Úˆÿÿ%`•ةڈÿÿ gDf˜Ø©Úˆÿÿ%`•p¨Úˆÿÿ¤gDf˜p¨Úˆÿÿ%`•§Úˆÿÿ¨gDf˜§Úˆÿÿ%`• ¥Úˆÿÿ¬gDf˜ ¥Úˆÿÿ%`•®Úˆÿÿ°gDf˜®Úˆÿÿ%`•¨¬Úˆÿÿ´gDf˜¨¬Úˆÿÿ%`•ÇŒˆÿÿ¸gDf˜ÇŒˆÿÿ%`• ÅŒˆÿÿ¼gDf˜ ÅŒˆÿÿ%`•ÐÂŒˆÿÿÀgDf˜ÐÂŒˆÿÿ%`•pÈŒˆÿÿÄgDf˜pÈŒˆÿÿ%`•ÎŒˆÿÿÈgDf˜ÎŒˆÿÿ%`•ØÉŒˆÿÿÌgDf˜ØÉŒˆÿÿ%`•@ËŒˆÿÿÐgDf˜@ËŒˆÿÿ%`•8ÄŒˆÿÿÔgDf˜8ÄŒˆÿÿ%`•¨ÌŒˆÿÿØgDf˜¨ÌŒˆÿÿ%`• õ²ˆÿÿÜgDf˜ õ²ˆÿÿ%`•8ô²ˆÿÿàgDf˜8ô²ˆÿÿ%`•Ðò²ˆÿÿägDf˜Ðò²ˆÿÿ%`•hñ²ˆÿÿègDf˜hñ²ˆÿÿ%`•8„0 ˆÿÿìgDf˜8„0 ˆÿÿ%`•Ђ0 ˆÿÿðgDf˜Ð‚0 ˆÿÿ%`•h0 ˆÿÿôgDf˜h0 ˆÿÿ%`•€0 ˆÿÿøgDf˜€0 ˆÿÿ%`•0ð ˆÿÿügDf˜0ð ˆÿÿ%`•h1ð ˆÿÿgDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿgDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿgDf˜84ð ˆÿÿ%`• 5ð ˆÿÿ gDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿgDf˜7ð ˆÿÿ%`•p8ð ˆÿÿgDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿgDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿgDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ gDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ$gDf˜>ð ˆÿÿ%`•Ž0 ˆÿÿ(gDf˜Ž0 ˆÿÿ%`•¨Œ0 ˆÿÿ,gDf˜¨Œ0 ˆÿÿ%`•@‹0 ˆÿÿ0gDf˜@‹0 ˆÿÿ%`•؉0 ˆÿÿ4gDf˜Ø‰0 ˆÿÿ%`•pˆ0 ˆÿÿ8gDf˜pˆ0 ˆÿÿ%`•‡0 ˆÿÿ<gDf˜‡0 ˆÿÿ%`• …0 ˆÿÿ@gDf˜ …0 ˆÿÿ%`•ð²ˆÿÿDgDf˜ð²ˆÿÿ%`•ÐŒˆÿÿHgDf˜ÐŒˆÿÿ%`•8ÔrˆÿÿLgDf˜8Ôrˆÿÿ%`•ÐÒrˆÿÿPgDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿTgDf˜hÑrˆÿÿ%`•ÐrˆÿÿXgDf˜Ðrˆÿÿ%`•Z ˆÿÿ\gDf˜Z ˆÿÿ%`•hZ ˆÿÿ`gDf˜hZ ˆÿÿ%`•ÐZ ˆÿÿdgDf˜ÐZ ˆÿÿ%`•8Z ˆÿÿhgDf˜8Z ˆÿÿ%`•8­ ˆÿÿlgDf˜8­ ˆÿÿ%`•Э ˆÿÿpgDf˜Ð­ ˆÿÿ%`•h­ ˆÿÿtgDf˜h­ ˆÿÿ%`•­ ˆÿÿxgDf˜­ ˆÿÿ%`•€Žˆÿÿ|gDf˜€Žˆÿÿ%`•hŽˆÿÿ€gDf˜hŽˆÿÿ%`•ЂŽˆÿÿ„gDf˜Ð‚Žˆÿÿ%`•8„ŽˆÿÿˆgDf˜8„Žˆÿÿ%`• …ŽˆÿÿŒgDf˜ …Žˆÿÿ%`•‡ŽˆÿÿgDf˜‡Žˆÿÿ%`•pˆŽˆÿÿ”gDf˜pˆŽˆÿÿ%`•؉Žˆÿÿ˜gDf˜Ø‰Žˆÿÿ%`•@‹ŽˆÿÿœgDf˜@‹Žˆÿÿ%`•¨ŒŽˆÿÿ gDf˜¨ŒŽˆÿÿ%`•ŽŽˆÿÿ¤gDf˜ŽŽˆÿÿ%`•­ ˆÿÿ¨gDf˜­ ˆÿÿ%`•¨­ ˆÿÿ¬gDf˜¨­ ˆÿÿ%`•@­ ˆÿÿ°gDf˜@­ ˆÿÿ%`•Ø­ ˆÿÿ´gDf˜Ø­ ˆÿÿ%`•p­ ˆÿÿ¸gDf˜p­ ˆÿÿ%`•­ ˆÿÿ¼gDf˜­ ˆÿÿ%`• ­ ˆÿÿÀgDf˜ ­ ˆÿÿ%`• Z ˆÿÿÄgDf˜ Z ˆÿÿ%`•Z ˆÿÿÈgDf˜Z ˆÿÿ%`•pZ ˆÿÿÌgDf˜pZ ˆÿÿ%`•Ø Z ˆÿÿÐgDf˜Ø Z ˆÿÿ%`•@ Z ˆÿÿÔgDf˜@ Z ˆÿÿ%`•¨ Z ˆÿÿØgDf˜¨ Z ˆÿÿ%`•Z ˆÿÿÜgDf˜Z ˆÿÿ%`•ÞrˆÿÿàgDf˜Þrˆÿÿ%`•¨ÜrˆÿÿägDf˜¨Ürˆÿÿ%`•@ÛrˆÿÿègDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿìgDf˜ØÙrˆÿÿ%`•pØrˆÿÿðgDf˜pØrˆÿÿ%`•×rˆÿÿôgDf˜×rˆÿÿ%`• ÕrˆÿÿøgDf˜ Õrˆÿÿ%`•hÑŒˆÿÿügDf˜hÑŒˆÿÿ%`•ÐÒŒˆÿÿgDf˜ÐÒŒˆÿÿ%`•8ÔŒˆÿÿgDf˜8ÔŒˆÿÿ%`• ÕŒˆÿÿgDf˜ ÕŒˆÿÿ%`•׌ˆÿÿ gDf˜׌ˆÿÿ%`•pØŒˆÿÿgDf˜pØŒˆÿÿ%`•ØÙŒˆÿÿgDf˜ØÙŒˆÿÿ%`•@ÛŒˆÿÿgDf˜@ÛŒˆÿÿ%`•¨ÜŒˆÿÿgDf˜¨ÜŒˆÿÿ%`•ÞŒˆÿÿ gDf˜ÞŒˆÿÿ%`•þ²ˆÿÿ$gDf˜þ²ˆÿÿ%`•¨ü²ˆÿÿ(gDf˜¨ü²ˆÿÿ%`•@û²ˆÿÿ,gDf˜@û²ˆÿÿ%`•Øù²ˆÿÿ0gDf˜Øù²ˆÿÿ%`•pø²ˆÿÿ4gDf˜pø²ˆÿÿ%`•÷²ˆÿÿ8gDf˜÷²ˆÿÿ%`•ÀŒˆÿÿ<gDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿ@gDf˜hÁŒˆÿÿ%`•¨<™ˆÿÿDgDf˜¨<™ˆÿÿ%`•>™ˆÿÿHgDf˜>™ˆÿÿ%`•h¡ÚˆÿÿLgDf˜h¡Úˆÿÿ%`•ТÚˆÿÿPgDf˜Ð¢Úˆÿÿ%`•8¤ÚˆÿÿTgDf˜8¤Úˆÿÿ%`• ÚˆÿÿXgDf˜ Úˆÿÿ%`•ЂŠˆÿÿ\gDf˜Ð‚Šˆÿÿ%`•hŠˆÿÿ`gDf˜hŠˆÿÿ%`•€ŠˆÿÿdgDf˜€Šˆÿÿ%`•ÀîˆÿÿhgDf˜Àîˆÿÿ%`•hÁîˆÿÿlgDf˜hÁîˆÿÿ%`•ÐÂîˆÿÿpgDf˜ÐÂîˆÿÿ%`•8ÄîˆÿÿtgDf˜8Äîˆÿÿ%`•8Äè ˆÿÿxgDf˜8Äè ˆÿÿ%`•ÐÂè ˆÿÿ|gDf˜ÐÂè ˆÿÿ%`•hÁè ˆÿÿ€gDf˜hÁè ˆÿÿ%`•Àè ˆÿÿ„gDf˜Àè ˆÿÿ%`•Îè ˆÿÿˆgDf˜Îè ˆÿÿ%`•¨Ìè ˆÿÿŒgDf˜¨Ìè ˆÿÿ%`•@Ëè ˆÿÿgDf˜@Ëè ˆÿÿ%`•ØÉè ˆÿÿ”gDf˜ØÉè ˆÿÿ%`•pÈè ˆÿÿ˜gDf˜pÈè ˆÿÿ%`•Çè ˆÿÿœgDf˜Çè ˆÿÿ%`• Åè ˆÿÿ gDf˜ Åè ˆÿÿ%`• Åîˆÿÿ¤gDf˜ Åîˆÿÿ%`•Çîˆÿÿ¨gDf˜Çîˆÿÿ%`•pÈîˆÿÿ¬gDf˜pÈîˆÿÿ%`•ØÉîˆÿÿ°gDf˜ØÉîˆÿÿ%`•@Ëîˆÿÿ´gDf˜@Ëîˆÿÿ%`•¨Ìîˆÿÿ¸gDf˜¨Ìîˆÿÿ%`•Îîˆÿÿ¼gDf˜Îîˆÿÿ%`•pˆŠˆÿÿÀgDf˜pˆŠˆÿÿ%`•‡ŠˆÿÿÄgDf˜‡Šˆÿÿ%`• …ŠˆÿÿÈgDf˜ …Šˆÿÿ%`•8„ŠˆÿÿÌgDf˜8„Šˆÿÿ%`•P6ˆÿÿÐgDf˜P6ˆÿÿ%`•hQ6ˆÿÿÔgDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿØgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿÜgDf˜8T6ˆÿÿ%`• U6ˆÿÿàgDf˜ U6ˆÿÿ%`•W6ˆÿÿägDf˜W6ˆÿÿ%`•pX6ˆÿÿègDf˜pX6ˆÿÿ%`•ØY6ˆÿÿìgDf˜ØY6ˆÿÿ%`•@[6ˆÿÿðgDf˜@[6ˆÿÿ%`•¨\6ˆÿÿôgDf˜¨\6ˆÿÿ%`•^6ˆÿÿøgDf˜^6ˆÿÿ%`•@‡ˆÿÿügDf˜@‡ˆÿÿ%`•hA‡ˆÿÿgDf˜hA‡ˆÿÿ%`•ÐB‡ˆÿÿgDf˜ÐB‡ˆÿÿ%`•8D‡ˆÿÿgDf˜8D‡ˆÿÿ%`• E‡ˆÿÿ gDf˜ E‡ˆÿÿ%`•G‡ˆÿÿgDf˜G‡ˆÿÿ%`•pH‡ˆÿÿgDf˜pH‡ˆÿÿ%`•ØI‡ˆÿÿgDf˜ØI‡ˆÿÿ%`•@K‡ˆÿÿgDf˜@K‡ˆÿÿ%`•¨L‡ˆÿÿ gDf˜¨L‡ˆÿÿ%`•N‡ˆÿÿ$gDf˜N‡ˆÿÿ%`•ŽŠˆÿÿ(gDf˜ŽŠˆÿÿ%`•¨ŒŠˆÿÿ,gDf˜¨ŒŠˆÿÿ%`•@‹Šˆÿÿ0gDf˜@‹Šˆÿÿ%`•؉Šˆÿÿ4gDf˜Ø‰Šˆÿÿ%`•¨¬Úˆÿÿ8gDf˜¨¬Úˆÿÿ%`•®Úˆÿÿ<gDf˜®Úˆÿÿ%`• ¥Úˆÿÿ@gDf˜ ¥Úˆÿÿ%`•§ÚˆÿÿDgDf˜§Úˆÿÿ%`•p¨ÚˆÿÿHgDf˜p¨Úˆÿÿ%`•ةڈÿÿLgDf˜Ø©Úˆÿÿ%`•@«ÚˆÿÿPgDf˜@«Úˆÿÿ%`•¨ÌŒˆÿÿTgDf˜¨ÌŒˆÿÿ%`•8ÄŒˆÿÿXgDf˜8ÄŒˆÿÿ%`•@ËŒˆÿÿ\gDf˜@ËŒˆÿÿ%`•ØÉŒˆÿÿ`gDf˜ØÉŒˆÿÿ%`•ÎŒˆÿÿdgDf˜ÎŒˆÿÿ%`•pÈŒˆÿÿhgDf˜pÈŒˆÿÿ%`•ÐÂŒˆÿÿlgDf˜ÐÂŒˆÿÿ%`• ÅŒˆÿÿpgDf˜ ÅŒˆÿÿ%`•ÇŒˆÿÿtgDf˜ÇŒˆÿÿ%`•hñ²ˆÿÿxgDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ|gDf˜Ðò²ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•Ðò²ˆÿÿ„gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿˆgDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿŒgDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿgDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ”gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ˜gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿœgDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ¤gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ¨gDf˜Ðò²ˆÿÿ%`•Ðò²ˆÿÿ¬gDf˜Ðò²ˆÿÿ%`•÷²ˆÿÿ°gDf˜÷²ˆÿÿ%`•÷²ˆÿÿ´gDf˜÷²ˆÿÿ%`•Ðò²ˆÿÿ¸gDf˜Ðò²ˆÿÿ%`•pø²ˆÿÿ¼gDf˜pø²ˆÿÿ%`•hñ²ˆÿÿÀgDf˜hñ²ˆÿÿ%`•Øù²ˆÿÿÄgDf˜Øù²ˆÿÿ%`•@û²ˆÿÿÈgDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿÌgDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿÐgDf˜þ²ˆÿÿ%`•ð²ˆÿÿÔgDf˜ð²ˆÿÿ%`•ð²ˆÿÿØgDf˜ð²ˆÿÿ%`•þ²ˆÿÿÜgDf˜þ²ˆÿÿ%`•¨ü²ˆÿÿàgDf˜¨ü²ˆÿÿ%`•@û²ˆÿÿègDf˜@û²ˆÿÿ%`•Øù²ˆÿÿìgDf˜Øù²ˆÿÿ%`•hñ²ˆÿÿðgDf˜hñ²ˆÿÿ%`•pø²ˆÿÿôgDf˜pø²ˆÿÿ%`•Ðò²ˆÿÿøgDf˜Ðò²ˆÿÿ%`•÷²ˆÿÿügDf˜÷²ˆÿÿ%`•8ô²ˆÿÿgDf˜8ô²ˆÿÿ%`• õ²ˆÿÿgDf˜ õ²ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•ð’ˆÿÿgDf˜ð’ˆÿÿ%`•hñ’ˆÿÿgDf˜hñ’ˆÿÿ%`•Ðò’ˆÿÿgDf˜Ðò’ˆÿÿ%`•8ô’ˆÿÿgDf˜8ô’ˆÿÿ%`• õ’ˆÿÿ gDf˜ õ’ˆÿÿ%`•÷’ˆÿÿ$gDf˜÷’ˆÿÿ%`•pø’ˆÿÿ(gDf˜pø’ˆÿÿ%`•Øù’ˆÿÿ,gDf˜Øù’ˆÿÿ%`•@û’ˆÿÿ0gDf˜@û’ˆÿÿ%`•¨ü’ˆÿÿ4gDf˜¨ü’ˆÿÿ%`•þ’ˆÿÿ8gDf˜þ’ˆÿÿ%`• ˆˆÿÿ<gDf˜ ˆˆÿÿ%`•h¡ˆˆÿÿ@gDf˜h¡ˆˆÿÿ%`•ТˆˆÿÿDgDf˜Ð¢ˆˆÿÿ%`•8¤ˆˆÿÿHgDf˜8¤ˆˆÿÿ%`• ¥ˆˆÿÿLgDf˜ ¥ˆˆÿÿ%`•§ˆˆÿÿPgDf˜§ˆˆÿÿ%`•p¨ˆˆÿÿTgDf˜p¨ˆˆÿÿ%`•Ø©ˆˆÿÿXgDf˜Ø©ˆˆÿÿ%`•@«ˆˆÿÿ\gDf˜@«ˆˆÿÿ%`•¨¬ˆˆÿÿ`gDf˜¨¬ˆˆÿÿ%`•®ˆˆÿÿdgDf˜®ˆˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`•ð’ˆÿÿpgDf˜ð’ˆÿÿ%`•€’ˆÿÿtgDf˜€’ˆÿÿ%`•h’ˆÿÿxgDf˜h’ˆÿÿ%`•Ђ’ˆÿÿ|gDf˜Ð‚’ˆÿÿ%`•8„’ˆÿÿ€gDf˜8„’ˆÿÿ%`• …’ˆÿÿ„gDf˜ …’ˆÿÿ%`•‡’ˆÿÿˆgDf˜‡’ˆÿÿ%`•pˆ’ˆÿÿŒgDf˜pˆ’ˆÿÿ%`•؉’ˆÿÿgDf˜Ø‰’ˆÿÿ%`•@‹’ˆÿÿ”gDf˜@‹’ˆÿÿ%`•¨Œ’ˆÿÿ˜gDf˜¨Œ’ˆÿÿ%`•Ž’ˆÿÿœgDf˜Ž’ˆÿÿ%`•À’ˆÿÿ gDf˜À’ˆÿÿ%`•hÁ’ˆÿÿ¤gDf˜hÁ’ˆÿÿ%`•ÐÂ’ˆÿÿ¨gDf˜ÐÂ’ˆÿÿ%`•8Ä’ˆÿÿ¬gDf˜8Ä’ˆÿÿ%`• Å’ˆÿÿ°gDf˜ Å’ˆÿÿ%`•Ç’ˆÿÿ´gDf˜Ç’ˆÿÿ%`•pÈ’ˆÿÿ¸gDf˜pÈ’ˆÿÿ%`•ØÉ’ˆÿÿ¼gDf˜ØÉ’ˆÿÿ%`•@Ë’ˆÿÿÀgDf˜@Ë’ˆÿÿ%`•¨Ì’ˆÿÿÄgDf˜¨Ì’ˆÿÿ%`•Î’ˆÿÿÈgDf˜Î’ˆÿÿ%`•ð“ˆÿÿÌgDf˜ð“ˆÿÿ%`•hñ“ˆÿÿÐgDf˜hñ“ˆÿÿ%`•Ðò“ˆÿÿÔgDf˜Ðò“ˆÿÿ%`•8ô“ˆÿÿØgDf˜8ô“ˆÿÿ%`• õ“ˆÿÿÜgDf˜ õ“ˆÿÿ%`•÷“ˆÿÿàgDf˜÷“ˆÿÿ%`•pø“ˆÿÿägDf˜pø“ˆÿÿ%`•Øù“ˆÿÿègDf˜Øù“ˆÿÿ%`•@û“ˆÿÿìgDf˜@û“ˆÿÿ%`•¨ü“ˆÿÿðgDf˜¨ü“ˆÿÿ%`•þ“ˆÿÿôgDf˜þ“ˆÿÿ%`•‡ˆÿÿøgDf˜‡ˆÿÿ%`•h‡ˆÿÿügDf˜h‡ˆÿÿ%`•ЇˆÿÿgDf˜Ð‡ˆÿÿ%`•8‡ˆÿÿgDf˜8‡ˆÿÿ%`• ‡ˆÿÿgDf˜ ‡ˆÿÿ%`•‡ˆÿÿ gDf˜‡ˆÿÿ%`•p‡ˆÿÿgDf˜p‡ˆÿÿ%`•Ø ‡ˆÿÿgDf˜Ø ‡ˆÿÿ%`•@ ‡ˆÿÿgDf˜@ ‡ˆÿÿ%`•¨ ‡ˆÿÿgDf˜¨ ‡ˆÿÿ%`•‡ˆÿÿ gDf˜‡ˆÿÿ%`•ÀŒˆÿÿ$gDf˜ÀŒˆÿÿ%`•hÁŒˆÿÿ(gDf˜hÁŒˆÿÿ%`•ÐÂŒˆÿÿ,gDf˜ÐÂŒˆÿÿ%`•8ÄŒˆÿÿ0gDf˜8ÄŒˆÿÿ%`• ÅŒˆÿÿ4gDf˜ ÅŒˆÿÿ%`•ÇŒˆÿÿ8gDf˜ÇŒˆÿÿ%`•pÈŒˆÿÿ<gDf˜pÈŒˆÿÿ%`•ØÉŒˆÿÿ@gDf˜ØÉŒˆÿÿ%`•@ËŒˆÿÿDgDf˜@ËŒˆÿÿ%`•¨ÌŒˆÿÿHgDf˜¨ÌŒˆÿÿ%`•ÎŒˆÿÿLgDf˜ÎŒˆÿÿ%`• ÚˆÿÿPgDf˜ Úˆÿÿ%`•h¡ÚˆÿÿTgDf˜h¡Úˆÿÿ%`•ТÚˆÿÿXgDf˜Ð¢Úˆÿÿ%`•8¤Úˆÿÿ\gDf˜8¤Úˆÿÿ%`• ¥Úˆÿÿ`gDf˜ ¥Úˆÿÿ%`•§ÚˆÿÿdgDf˜§Úˆÿÿ%`•p¨ÚˆÿÿhgDf˜p¨Úˆÿÿ%`•ةڈÿÿlgDf˜Ø©Úˆÿÿ%`•@«ÚˆÿÿpgDf˜@«Úˆÿÿ%`•¨¬ÚˆÿÿtgDf˜¨¬Úˆÿÿ%`•®ÚˆÿÿxgDf˜®Úˆÿÿ%`•>™ˆÿÿ|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•€’ˆÿÿ„gDf˜€’ˆÿÿ%`• ˆˆÿÿˆgDf˜ ˆˆÿÿ%`•h¡ˆˆÿÿŒgDf˜h¡ˆˆÿÿ%`•ТˆˆÿÿgDf˜Ð¢ˆˆÿÿ%`•8¤ˆˆÿÿ”gDf˜8¤ˆˆÿÿ%`• ¥ˆˆÿÿ˜gDf˜ ¥ˆˆÿÿ%`•§ˆˆÿÿœgDf˜§ˆˆÿÿ%`•p¨ˆˆÿÿ gDf˜p¨ˆˆÿÿ%`•Ø©ˆˆÿÿ¤gDf˜Ø©ˆˆÿÿ%`•@«ˆˆÿÿ¨gDf˜@«ˆˆÿÿ%`•¨¬ˆˆÿÿ¬gDf˜¨¬ˆˆÿÿ%`•®ˆˆÿÿ°gDf˜®ˆˆÿÿ%`•à“ˆÿÿ´gDf˜à“ˆÿÿ%`•hᓈÿÿ¸gDf˜hᓈÿÿ%`•ÐⓈÿÿ¼gDf˜ÐⓈÿÿ%`•8䓈ÿÿÀgDf˜8䓈ÿÿ%`• å“ˆÿÿÄgDf˜ å“ˆÿÿ%`•瓈ÿÿÈgDf˜ç“ˆÿÿ%`•p蓈ÿÿÌgDf˜p蓈ÿÿ%`•Øé“ˆÿÿÐgDf˜Øé“ˆÿÿ%`•@듈ÿÿÔgDf˜@듈ÿÿ%`•¨ì“ˆÿÿØgDf˜¨ì“ˆÿÿ%`•ÿÿÜgDf˜î“ˆÿÿ%`•Ž’ˆÿÿàgDf˜Ž’ˆÿÿ%`•¨Œ’ˆÿÿägDf˜¨Œ’ˆÿÿ%`•@‹’ˆÿÿègDf˜@‹’ˆÿÿ%`•؉’ˆÿÿìgDf˜Ø‰’ˆÿÿ%`•pˆ’ˆÿÿðgDf˜pˆ’ˆÿÿ%`•‡’ˆÿÿôgDf˜‡’ˆÿÿ%`• …’ˆÿÿøgDf˜ …’ˆÿÿ%`•8„’ˆÿÿügDf˜8„’ˆÿÿ%`•Ђ’ˆÿÿgDf˜Ð‚’ˆÿÿ%`•h’ˆÿÿgDf˜h’ˆÿÿ%`•@û“ˆÿÿgDf˜@û“ˆÿÿ%`•Øù“ˆÿÿ gDf˜Øù“ˆÿÿ%`•pø“ˆÿÿgDf˜pø“ˆÿÿ%`•÷“ˆÿÿgDf˜÷“ˆÿÿ%`• õ“ˆÿÿgDf˜ õ“ˆÿÿ%`•8ô“ˆÿÿgDf˜8ô“ˆÿÿ%`•Ðò“ˆÿÿ gDf˜Ðò“ˆÿÿ%`•hñ“ˆÿÿ$gDf˜hñ“ˆÿÿ%`•ð“ˆÿÿ(gDf˜ð“ˆÿÿ%`•ðêˆÿÿ,gDf˜ðêˆÿÿ%`•hñêˆÿÿ0gDf˜hñêˆÿÿ%`•Ðòêˆÿÿ4gDf˜Ðòêˆÿÿ%`•8ôêˆÿÿ8gDf˜8ôêˆÿÿ%`• õêˆÿÿ<gDf˜ õêˆÿÿ%`•÷êˆÿÿ@gDf˜÷êˆÿÿ%`•pøêˆÿÿDgDf˜pøêˆÿÿ%`•ØùêˆÿÿHgDf˜Øùêˆÿÿ%`•@ûêˆÿÿLgDf˜@ûêˆÿÿ%`•¨üêˆÿÿPgDf˜¨üêˆÿÿ%`•þêˆÿÿTgDf˜þêˆÿÿ%`• ‡ˆÿÿXgDf˜ ‡ˆÿÿ%`•h!‡ˆÿÿ\gDf˜h!‡ˆÿÿ%`•Ð"‡ˆÿÿ`gDf˜Ð"‡ˆÿÿ%`•8$‡ˆÿÿdgDf˜8$‡ˆÿÿ%`• %‡ˆÿÿhgDf˜ %‡ˆÿÿ%`•'‡ˆÿÿlgDf˜'‡ˆÿÿ%`•p(‡ˆÿÿpgDf˜p(‡ˆÿÿ%`•Ø)‡ˆÿÿtgDf˜Ø)‡ˆÿÿ%`•@+‡ˆÿÿxgDf˜@+‡ˆÿÿ%`•¨,‡ˆÿÿ|gDf˜¨,‡ˆÿÿ%`•.‡ˆÿÿ€gDf˜.‡ˆÿÿ%`•€‡ˆÿÿ„gDf˜€‡ˆÿÿ%`•h‡ˆÿÿˆgDf˜h‡ˆÿÿ%`•Ђ‡ˆÿÿŒgDf˜Ð‚‡ˆÿÿ%`•8„‡ˆÿÿgDf˜8„‡ˆÿÿ%`• …‡ˆÿÿ”gDf˜ …‡ˆÿÿ%`•‡‡ˆÿÿ˜gDf˜‡‡ˆÿÿ%`•pˆ‡ˆÿÿœgDf˜pˆ‡ˆÿÿ%`•؉‡ˆÿÿ gDf˜Ø‰‡ˆÿÿ%`•@‹‡ˆÿÿ¤gDf˜@‹‡ˆÿÿ%`•¨Œ‡ˆÿÿ¨gDf˜¨Œ‡ˆÿÿ%`•އˆÿÿ¬gDf˜އˆÿÿ%`•ð²ˆÿÿ°gDf˜ð²ˆÿÿ%`•hñ²ˆÿÿ´gDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ¸gDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿ¼gDf˜8ô²ˆÿÿ%`• õ²ˆÿÿÀgDf˜ õ²ˆÿÿ%`•÷²ˆÿÿÄgDf˜÷²ˆÿÿ%`•pø²ˆÿÿÈgDf˜pø²ˆÿÿ%`•Øù²ˆÿÿÌgDf˜Øù²ˆÿÿ%`•@û²ˆÿÿÐgDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿÔgDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿØgDf˜þ²ˆÿÿ%`•@‡ˆÿÿÜgDf˜@‡ˆÿÿ%`•hA‡ˆÿÿàgDf˜hA‡ˆÿÿ%`•ÐB‡ˆÿÿägDf˜ÐB‡ˆÿÿ%`•8D‡ˆÿÿègDf˜8D‡ˆÿÿ%`• E‡ˆÿÿìgDf˜ E‡ˆÿÿ%`•G‡ˆÿÿðgDf˜G‡ˆÿÿ%`•pH‡ˆÿÿôgDf˜pH‡ˆÿÿ%`•ØI‡ˆÿÿøgDf˜ØI‡ˆÿÿ%`•@K‡ˆÿÿügDf˜@K‡ˆÿÿ%`•¨L‡ˆÿÿgDf˜¨L‡ˆÿÿ%`•N‡ˆÿÿgDf˜N‡ˆÿÿ%`••ˆÿÿgDf˜•ˆÿÿ%`•h‘•ˆÿÿ gDf˜h‘•ˆÿÿ%`•Ð’•ˆÿÿgDf˜Ð’•ˆÿÿ%`•8”•ˆÿÿgDf˜8”•ˆÿÿ%`• ••ˆÿÿgDf˜ ••ˆÿÿ%`•—•ˆÿÿgDf˜—•ˆÿÿ%`•p˜•ˆÿÿ gDf˜p˜•ˆÿÿ%`•Ø™•ˆÿÿ$gDf˜Ø™•ˆÿÿ%`•@›•ˆÿÿ(gDf˜@›•ˆÿÿ%`•¨œ•ˆÿÿ,gDf˜¨œ•ˆÿÿ%`•ž•ˆÿÿ0gDf˜ž•ˆÿÿ%`•<ˆÿÿ4gDf˜<ˆÿÿ%`•h‘<ˆÿÿ8gDf˜h‘<ˆÿÿ%`•Ð’<ˆÿÿ<gDf˜Ð’<ˆÿÿ%`•8”<ˆÿÿ@gDf˜8”<ˆÿÿ%`• •<ˆÿÿDgDf˜ •<ˆÿÿ%`•—<ˆÿÿHgDf˜—<ˆÿÿ%`•p˜<ˆÿÿLgDf˜p˜<ˆÿÿ%`•Ø™<ˆÿÿPgDf˜Ø™<ˆÿÿ%`•@›<ˆÿÿTgDf˜@›<ˆÿÿ%`•¨œ<ˆÿÿXgDf˜¨œ<ˆÿÿ%`•ž<ˆÿÿ\gDf˜ž<ˆÿÿ%`•ß ˆÿÿ`gDf˜ß ˆÿÿ%`•hß ˆÿÿdgDf˜hß ˆÿÿ%`•Ðß ˆÿÿhgDf˜Ðß ˆÿÿ%`•8ß ˆÿÿlgDf˜8ß ˆÿÿ%`• ß ˆÿÿpgDf˜ ß ˆÿÿ%`•ß ˆÿÿtgDf˜ß ˆÿÿ%`•pß ˆÿÿxgDf˜pß ˆÿÿ%`•Øß ˆÿÿ|gDf˜Øß ˆÿÿ%`•@ß ˆÿÿ€gDf˜@ß ˆÿÿ%`•¨ß ˆÿÿ„gDf˜¨ß ˆÿÿ%`•ß ˆÿÿˆgDf˜ß ˆÿÿ%`•þ“ˆÿÿŒgDf˜þ“ˆÿÿ%`•¨ü“ˆÿÿgDf˜¨ü“ˆÿÿ%`•¨<™ˆÿÿ”gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•€’ˆÿÿœgDf˜€’ˆÿÿ%`•ÐⓈÿÿ gDf˜ÐⓈÿÿ%`•hᓈÿÿ¤gDf˜hᓈÿÿ%`•à“ˆÿÿ¨gDf˜à“ˆÿÿ%`•Àîˆÿÿ¬gDf˜Àîˆÿÿ%`•hÁîˆÿÿ°gDf˜hÁîˆÿÿ%`•ÐÂîˆÿÿ´gDf˜ÐÂîˆÿÿ%`•8Äîˆÿÿ¸gDf˜8Äîˆÿÿ%`• Åîˆÿÿ¼gDf˜ Åîˆÿÿ%`•ÇîˆÿÿÀgDf˜Çîˆÿÿ%`•pÈîˆÿÿÄgDf˜pÈîˆÿÿ%`•ØÉîˆÿÿÈgDf˜ØÉîˆÿÿ%`•@ËîˆÿÿÌgDf˜@Ëîˆÿÿ%`•¨ÌîˆÿÿÐgDf˜¨Ìîˆÿÿ%`•ÎîˆÿÿÔgDf˜Îîˆÿÿ%`•`6ˆÿÿØgDf˜`6ˆÿÿ%`•ha6ˆÿÿÜgDf˜ha6ˆÿÿ%`•Ðb6ˆÿÿàgDf˜Ðb6ˆÿÿ%`•8d6ˆÿÿägDf˜8d6ˆÿÿ%`• e6ˆÿÿìgDf˜ e6ˆÿÿ%`•g6ˆÿÿðgDf˜g6ˆÿÿ%`•ph6ˆÿÿôgDf˜ph6ˆÿÿ%`•Øi6ˆÿÿøgDf˜Øi6ˆÿÿ%`•@k6ˆÿÿügDf˜@k6ˆÿÿ%`•¨l6ˆÿÿgDf˜¨l6ˆÿÿ%`•n6ˆÿÿgDf˜n6ˆÿÿ%`• œˆÿÿgDf˜ œˆÿÿ%`•h!œˆÿÿ gDf˜h!œˆÿÿ%`•Ð"œˆÿÿgDf˜Ð"œˆÿÿ%`•8$œˆÿÿgDf˜8$œˆÿÿ%`• %œˆÿÿgDf˜ %œˆÿÿ%`•'œˆÿÿgDf˜'œˆÿÿ%`•p(œˆÿÿ gDf˜p(œˆÿÿ%`•Ø)œˆÿÿ$gDf˜Ø)œˆÿÿ%`•@+œˆÿÿ(gDf˜@+œˆÿÿ%`•¨,œˆÿÿ,gDf˜¨,œˆÿÿ%`•.œˆÿÿ0gDf˜.œˆÿÿ%`•À‚ˆÿÿ4gDf˜À‚ˆÿÿ%`•hÁ‚ˆÿÿ8gDf˜hÁ‚ˆÿÿ%`•Ђˆÿÿ<gDf˜Ð‚ˆÿÿ%`•8Ä‚ˆÿÿ@gDf˜8Ä‚ˆÿÿ%`• Å‚ˆÿÿDgDf˜ Å‚ˆÿÿ%`•Ç‚ˆÿÿHgDf˜Ç‚ˆÿÿ%`•pÈ‚ˆÿÿLgDf˜pÈ‚ˆÿÿ%`•ØÉ‚ˆÿÿPgDf˜ØÉ‚ˆÿÿ%`•@Ë‚ˆÿÿTgDf˜@Ë‚ˆÿÿ%`•¨Ì‚ˆÿÿXgDf˜¨Ì‚ˆÿÿ%`•΂ˆÿÿ\gDf˜΂ˆÿÿ%`•ÿÿ`gDf˜î“ˆÿÿ%`•¨ì“ˆÿÿdgDf˜¨ì“ˆÿÿ%`•@듈ÿÿhgDf˜@듈ÿÿ%`•Øé“ˆÿÿlgDf˜Øé“ˆÿÿ%`•p蓈ÿÿpgDf˜p蓈ÿÿ%`•瓈ÿÿtgDf˜ç“ˆÿÿ%`• å“ˆÿÿxgDf˜ å“ˆÿÿ%`•8䓈ÿÿ|gDf˜8䓈ÿÿ%`•h’ˆÿÿ€gDf˜h’ˆÿÿ%`•Ђ’ˆÿÿ„gDf˜Ð‚’ˆÿÿ%`•8„’ˆÿÿˆgDf˜8„’ˆÿÿ%`• …’ˆÿÿŒgDf˜ …’ˆÿÿ%`•‡’ˆÿÿgDf˜‡’ˆÿÿ%`•pˆ’ˆÿÿ”gDf˜pˆ’ˆÿÿ%`•؉’ˆÿÿ˜gDf˜Ø‰’ˆÿÿ%`•@‹’ˆÿÿœgDf˜@‹’ˆÿÿ%`•¨Œ’ˆÿÿ gDf˜¨Œ’ˆÿÿ%`•Ž’ˆÿÿ¤gDf˜Ž’ˆÿÿ%`•ð“ˆÿÿ¨gDf˜ð“ˆÿÿ%`•hñ“ˆÿÿ¬gDf˜hñ“ˆÿÿ%`•Ðò“ˆÿÿ°gDf˜Ðò“ˆÿÿ%`•8ô“ˆÿÿ´gDf˜8ô“ˆÿÿ%`• õ“ˆÿÿ¸gDf˜ õ“ˆÿÿ%`•÷“ˆÿÿ¼gDf˜÷“ˆÿÿ%`•pø“ˆÿÿÀgDf˜pø“ˆÿÿ%`•Øù“ˆÿÿÄgDf˜Øù“ˆÿÿ%`•@û“ˆÿÿÈgDf˜@û“ˆÿÿ%`•Ø)‡ˆÿÿÌgDf˜Ø)‡ˆÿÿ%`•p(‡ˆÿÿÐgDf˜p(‡ˆÿÿ%`•'‡ˆÿÿÔgDf˜'‡ˆÿÿ%`• %‡ˆÿÿØgDf˜ %‡ˆÿÿ%`•8$‡ˆÿÿÜgDf˜8$‡ˆÿÿ%`•Ð"‡ˆÿÿàgDf˜Ð"‡ˆÿÿ%`•h!‡ˆÿÿägDf˜h!‡ˆÿÿ%`• ‡ˆÿÿègDf˜ ‡ˆÿÿ%`• ˆˆÿÿìgDf˜ ˆˆÿÿ%`•h¡ˆˆÿÿðgDf˜h¡ˆˆÿÿ%`•ТˆˆÿÿôgDf˜Ð¢ˆˆÿÿ%`•8¤ˆˆÿÿøgDf˜8¤ˆˆÿÿ%`• ¥ˆˆÿÿügDf˜ ¥ˆˆÿÿ%`•§ˆˆÿÿgDf˜§ˆˆÿÿ%`•p¨ˆˆÿÿgDf˜p¨ˆˆÿÿ%`•Ø©ˆˆÿÿgDf˜Ø©ˆˆÿÿ%`•@«ˆˆÿÿ gDf˜@«ˆˆÿÿ%`•¨¬ˆˆÿÿgDf˜¨¬ˆˆÿÿ%`•®ˆˆÿÿgDf˜®ˆˆÿÿ%`•.‡ˆÿÿgDf˜.‡ˆÿÿ%`•¨,‡ˆÿÿgDf˜¨,‡ˆÿÿ%`•@+‡ˆÿÿ gDf˜@+‡ˆÿÿ%`•¨ü“ˆÿÿ$gDf˜¨ü“ˆÿÿ%`•þ“ˆÿÿ(gDf˜þ“ˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•€’ˆÿÿ4gDf˜€’ˆÿÿ%`•à“ˆÿÿ8gDf˜à“ˆÿÿ%`•hᓈÿÿ<gDf˜hᓈÿÿ%`•ÐⓈÿÿ@gDf˜ÐⓈÿÿ%`•ЂˆÿÿDgDf˜Ð‚ˆÿÿ%`•hÁ‚ˆÿÿHgDf˜hÁ‚ˆÿÿ%`•À‚ˆÿÿLgDf˜À‚ˆÿÿ%`••ˆÿÿPgDf˜•ˆÿÿ%`•h‘•ˆÿÿTgDf˜h‘•ˆÿÿ%`•Ð’•ˆÿÿXgDf˜Ð’•ˆÿÿ%`•8”•ˆÿÿ\gDf˜8”•ˆÿÿ%`• ••ˆÿÿ`gDf˜ ••ˆÿÿ%`•—•ˆÿÿdgDf˜—•ˆÿÿ%`•p˜•ˆÿÿhgDf˜p˜•ˆÿÿ%`•Ø™•ˆÿÿlgDf˜Ø™•ˆÿÿ%`•@›•ˆÿÿpgDf˜@›•ˆÿÿ%`•¨œ•ˆÿÿtgDf˜¨œ•ˆÿÿ%`•ž•ˆÿÿxgDf˜ž•ˆÿÿ%`•€² ˆÿÿ|gDf˜€² ˆÿÿ%`•h² ˆÿÿ€gDf˜h² ˆÿÿ%`•Ђ² ˆÿÿ„gDf˜Ð‚² ˆÿÿ%`•8„² ˆÿÿˆgDf˜8„² ˆÿÿ%`• …² ˆÿÿŒgDf˜ …² ˆÿÿ%`•‡² ˆÿÿgDf˜‡² ˆÿÿ%`•pˆ² ˆÿÿ”gDf˜pˆ² ˆÿÿ%`•؉² ˆÿÿ˜gDf˜Ø‰² ˆÿÿ%`•@‹² ˆÿÿœgDf˜@‹² ˆÿÿ%`•¨Œ² ˆÿÿ gDf˜¨Œ² ˆÿÿ%`•޲ ˆÿÿ¤gDf˜޲ ˆÿÿ%`•€äˆÿÿ¨gDf˜€äˆÿÿ%`•häˆÿÿ¬gDf˜häˆÿÿ%`•Ђäˆÿÿ°gDf˜Ð‚äˆÿÿ%`•8„äˆÿÿ´gDf˜8„äˆÿÿ%`• …äˆÿÿ¸gDf˜ …äˆÿÿ%`•‡äˆÿÿ¼gDf˜‡äˆÿÿ%`•pˆäˆÿÿÀgDf˜pˆäˆÿÿ%`•؉äˆÿÿÄgDf˜Ø‰äˆÿÿ%`•@‹äˆÿÿÈgDf˜@‹äˆÿÿ%`•¨ŒäˆÿÿÌgDf˜¨Œäˆÿÿ%`•ŽäˆÿÿÐgDf˜Žäˆÿÿ%`•PÒˆÿÿÔgDf˜PÒˆÿÿ%`•hQÒˆÿÿØgDf˜hQÒˆÿÿ%`•ÐRÒˆÿÿÜgDf˜ÐRÒˆÿÿ%`•8TÒˆÿÿàgDf˜8TÒˆÿÿ%`• UÒˆÿÿägDf˜ UÒˆÿÿ%`•WÒˆÿÿègDf˜WÒˆÿÿ%`•pXÒˆÿÿìgDf˜pXÒˆÿÿ%`•ØYÒˆÿÿðgDf˜ØYÒˆÿÿ%`•@[ÒˆÿÿôgDf˜@[Òˆÿÿ%`•¨\ÒˆÿÿøgDf˜¨\Òˆÿÿ%`•^ÒˆÿÿügDf˜^Òˆÿÿ%`•À“ˆÿÿgDf˜À“ˆÿÿ%`•hÁ“ˆÿÿgDf˜hÁ“ˆÿÿ%`•ГˆÿÿgDf˜Ð“ˆÿÿ%`•8Ä“ˆÿÿ gDf˜8Ä“ˆÿÿ%`• Å“ˆÿÿgDf˜ Å“ˆÿÿ%`•Ç“ˆÿÿgDf˜Ç“ˆÿÿ%`•pÈ“ˆÿÿgDf˜pÈ“ˆÿÿ%`•ØÉ“ˆÿÿgDf˜ØÉ“ˆÿÿ%`•@Ë“ˆÿÿ gDf˜@Ë“ˆÿÿ%`•¨Ì“ˆÿÿ$gDf˜¨Ì“ˆÿÿ%`•Γˆÿÿ(gDf˜Γˆÿÿ%`•°‡ˆÿÿ,gDf˜°‡ˆÿÿ%`•h±‡ˆÿÿ0gDf˜h±‡ˆÿÿ%`•в‡ˆÿÿ4gDf˜Ð²‡ˆÿÿ%`•8´‡ˆÿÿ8gDf˜8´‡ˆÿÿ%`• µ‡ˆÿÿ<gDf˜ µ‡ˆÿÿ%`•·‡ˆÿÿ@gDf˜·‡ˆÿÿ%`•p¸‡ˆÿÿDgDf˜p¸‡ˆÿÿ%`•ع‡ˆÿÿHgDf˜Ø¹‡ˆÿÿ%`•@»‡ˆÿÿLgDf˜@»‡ˆÿÿ%`•¨¼‡ˆÿÿPgDf˜¨¼‡ˆÿÿ%`•¾‡ˆÿÿTgDf˜¾‡ˆÿÿ%`•@' ˆÿÿXgDf˜@' ˆÿÿ%`•hA' ˆÿÿ\gDf˜hA' ˆÿÿ%`•ÐB' ˆÿÿ`gDf˜ÐB' ˆÿÿ%`•8D' ˆÿÿdgDf˜8D' ˆÿÿ%`• E' ˆÿÿhgDf˜ E' ˆÿÿ%`•G' ˆÿÿlgDf˜G' ˆÿÿ%`•pH' ˆÿÿpgDf˜pH' ˆÿÿ%`•ØI' ˆÿÿtgDf˜ØI' ˆÿÿ%`•@K' ˆÿÿxgDf˜@K' ˆÿÿ%`•¨L' ˆÿÿ|gDf˜¨L' ˆÿÿ%`•N' ˆÿÿ€gDf˜N' ˆÿÿ%`•€Šˆÿÿ„gDf˜€Šˆÿÿ%`•hŠˆÿÿˆgDf˜hŠˆÿÿ%`•ЂŠˆÿÿŒgDf˜Ð‚Šˆÿÿ%`•8„ŠˆÿÿgDf˜8„Šˆÿÿ%`• …Šˆÿÿ”gDf˜ …Šˆÿÿ%`•‡Šˆÿÿ˜gDf˜‡Šˆÿÿ%`•pˆŠˆÿÿœgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ gDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ¤gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ¨gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ¬gDf˜ŽŠˆÿÿ%`•ðrˆÿÿ°gDf˜ðrˆÿÿ%`•hñrˆÿÿ´gDf˜hñrˆÿÿ%`•Ðòrˆÿÿ¸gDf˜Ðòrˆÿÿ%`•8ôrˆÿÿ¼gDf˜8ôrˆÿÿ%`• õrˆÿÿÀgDf˜ õrˆÿÿ%`•÷rˆÿÿÄgDf˜÷rˆÿÿ%`•pørˆÿÿÈgDf˜pørˆÿÿ%`•ØùrˆÿÿÌgDf˜Øùrˆÿÿ%`•@ûrˆÿÿÐgDf˜@ûrˆÿÿ%`•¨ürˆÿÿÔgDf˜¨ürˆÿÿ%`•þrˆÿÿØgDf˜þrˆÿÿ%`•΂ˆÿÿÜgDf˜΂ˆÿÿ%`•¨Ì‚ˆÿÿàgDf˜¨Ì‚ˆÿÿ%`•@Ë‚ˆÿÿägDf˜@Ë‚ˆÿÿ%`•ØÉ‚ˆÿÿègDf˜ØÉ‚ˆÿÿ%`•pÈ‚ˆÿÿìgDf˜pÈ‚ˆÿÿ%`•Ç‚ˆÿÿðgDf˜Ç‚ˆÿÿ%`• Å‚ˆÿÿôgDf˜ Å‚ˆÿÿ%`•8Ä‚ˆÿÿøgDf˜8Ä‚ˆÿÿ%`•8䓈ÿÿügDf˜8䓈ÿÿ%`• å“ˆÿÿgDf˜ å“ˆÿÿ%`•瓈ÿÿgDf˜ç“ˆÿÿ%`•p蓈ÿÿgDf˜p蓈ÿÿ%`•Øé“ˆÿÿ gDf˜Øé“ˆÿÿ%`•@듈ÿÿgDf˜@듈ÿÿ%`•¨ì“ˆÿÿgDf˜¨ì“ˆÿÿ%`•ÿÿgDf˜î“ˆÿÿ%`•Ž’ˆÿÿgDf˜Ž’ˆÿÿ%`•¨Œ’ˆÿÿ gDf˜¨Œ’ˆÿÿ%`•@‹’ˆÿÿ$gDf˜@‹’ˆÿÿ%`•؉’ˆÿÿ(gDf˜Ø‰’ˆÿÿ%`•pˆ’ˆÿÿ,gDf˜pˆ’ˆÿÿ%`•‡’ˆÿÿ0gDf˜‡’ˆÿÿ%`• …’ˆÿÿ4gDf˜ …’ˆÿÿ%`•8„’ˆÿÿ8gDf˜8„’ˆÿÿ%`•€’ˆÿÿ<gDf˜€’ˆÿÿ%`•Ђ’ˆÿÿ@gDf˜Ð‚’ˆÿÿ%`•h’ˆÿÿDgDf˜h’ˆÿÿ%`•¨<™ˆÿÿHgDf˜¨<™ˆÿÿ%`•>™ˆÿÿLgDf˜>™ˆÿÿ%`•hᓈÿÿPgDf˜hᓈÿÿ%`•à“ˆÿÿTgDf˜à“ˆÿÿ%`• ˆˆÿÿXgDf˜ ˆˆÿÿ%`•h¡ˆˆÿÿ\gDf˜h¡ˆˆÿÿ%`•Тˆˆÿÿ`gDf˜Ð¢ˆˆÿÿ%`•8¤ˆˆÿÿdgDf˜8¤ˆˆÿÿ%`• ¥ˆˆÿÿhgDf˜ ¥ˆˆÿÿ%`•§ˆˆÿÿlgDf˜§ˆˆÿÿ%`•p¨ˆˆÿÿpgDf˜p¨ˆˆÿÿ%`•Ø©ˆˆÿÿtgDf˜Ø©ˆˆÿÿ%`•@«ˆˆÿÿxgDf˜@«ˆˆÿÿ%`•¨¬ˆˆÿÿ|gDf˜¨¬ˆˆÿÿ%`•®ˆˆÿÿ€gDf˜®ˆˆÿÿ%`• Í ˆÿÿ„gDf˜ Í ˆÿÿ%`•h!Í ˆÿÿˆgDf˜h!Í ˆÿÿ%`•Ð"Í ˆÿÿŒgDf˜Ð"Í ˆÿÿ%`•8$Í ˆÿÿgDf˜8$Í ˆÿÿ%`• %Í ˆÿÿ”gDf˜ %Í ˆÿÿ%`•'Í ˆÿÿ˜gDf˜'Í ˆÿÿ%`•p(Í ˆÿÿœgDf˜p(Í ˆÿÿ%`•Ø)Í ˆÿÿ gDf˜Ø)Í ˆÿÿ%`•@+Í ˆÿÿ¤gDf˜@+Í ˆÿÿ%`•¨,Í ˆÿÿ¨gDf˜¨,Í ˆÿÿ%`•.Í ˆÿÿ¬gDf˜.Í ˆÿÿ%`• Åˆÿÿ°gDf˜ Åˆÿÿ%`•h¡Åˆÿÿ´gDf˜h¡Åˆÿÿ%`•Тňÿÿ¸gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ¼gDf˜8¤Åˆÿÿ%`• ¥ÅˆÿÿÀgDf˜ ¥Åˆÿÿ%`•§ÅˆÿÿÄgDf˜§Åˆÿÿ%`•p¨ÅˆÿÿÈgDf˜p¨Åˆÿÿ%`•ةňÿÿÌgDf˜Ø©Åˆÿÿ%`•@«ÅˆÿÿÐgDf˜@«Åˆÿÿ%`•¨¬ÅˆÿÿÔgDf˜¨¬Åˆÿÿ%`•®ÅˆÿÿØgDf˜®Åˆÿÿ%`•ÐⓈÿÿÜgDf˜ÐⓈÿÿ%`•À‚ˆÿÿàgDf˜À‚ˆÿÿ%`•hÁ‚ˆÿÿägDf˜hÁ‚ˆÿÿ%`•ЂˆÿÿègDf˜Ð‚ˆÿÿ%`•‡äˆÿÿðgDf˜‡äˆÿÿ%`• …äˆÿÿôgDf˜ …äˆÿÿ%`•8„äˆÿÿøgDf˜8„äˆÿÿ%`•ЂäˆÿÿügDf˜Ð‚äˆÿÿ%`•häˆÿÿgDf˜häˆÿÿ%`•€äˆÿÿgDf˜€äˆÿÿ%`• œˆÿÿgDf˜ œˆÿÿ%`•h!œˆÿÿ gDf˜h!œˆÿÿ%`•Ð"œˆÿÿgDf˜Ð"œˆÿÿ%`•8$œˆÿÿgDf˜8$œˆÿÿ%`• %œˆÿÿgDf˜ %œˆÿÿ%`•'œˆÿÿgDf˜'œˆÿÿ%`•p(œˆÿÿ gDf˜p(œˆÿÿ%`•Ø)œˆÿÿ$gDf˜Ø)œˆÿÿ%`•@+œˆÿÿ(gDf˜@+œˆÿÿ%`•¨,œˆÿÿ,gDf˜¨,œˆÿÿ%`•.œˆÿÿ0gDf˜.œˆÿÿ%`•‡ˆÿÿ4gDf˜‡ˆÿÿ%`•h‡ˆÿÿ8gDf˜h‡ˆÿÿ%`•Їˆÿÿ<gDf˜Ð‡ˆÿÿ%`•8‡ˆÿÿ@gDf˜8‡ˆÿÿ%`• ‡ˆÿÿDgDf˜ ‡ˆÿÿ%`•‡ˆÿÿHgDf˜‡ˆÿÿ%`•p‡ˆÿÿLgDf˜p‡ˆÿÿ%`•Ø ‡ˆÿÿPgDf˜Ø ‡ˆÿÿ%`•@ ‡ˆÿÿTgDf˜@ ‡ˆÿÿ%`•¨ ‡ˆÿÿXgDf˜¨ ‡ˆÿÿ%`•‡ˆÿÿ\gDf˜‡ˆÿÿ%`•Žäˆÿÿ`gDf˜Žäˆÿÿ%`•¨ŒäˆÿÿdgDf˜¨Œäˆÿÿ%`•@‹äˆÿÿhgDf˜@‹äˆÿÿ%`•؉äˆÿÿlgDf˜Ø‰äˆÿÿ%`•pˆäˆÿÿpgDf˜pˆäˆÿÿ%`• µ‡ˆÿÿtgDf˜ µ‡ˆÿÿ%`•8´‡ˆÿÿxgDf˜8´‡ˆÿÿ%`•в‡ˆÿÿ|gDf˜Ð²‡ˆÿÿ%`•h±‡ˆÿÿ€gDf˜h±‡ˆÿÿ%`•°‡ˆÿÿ„gDf˜°‡ˆÿÿ%`•P‡ˆÿÿˆgDf˜P‡ˆÿÿ%`•hQ‡ˆÿÿŒgDf˜hQ‡ˆÿÿ%`•ÐR‡ˆÿÿgDf˜ÐR‡ˆÿÿ%`•8T‡ˆÿÿ”gDf˜8T‡ˆÿÿ%`• U‡ˆÿÿ˜gDf˜ U‡ˆÿÿ%`•W‡ˆÿÿœgDf˜W‡ˆÿÿ%`•pX‡ˆÿÿ gDf˜pX‡ˆÿÿ%`•ØY‡ˆÿÿ¤gDf˜ØY‡ˆÿÿ%`•@[‡ˆÿÿ¨gDf˜@[‡ˆÿÿ%`•¨\‡ˆÿÿ¬gDf˜¨\‡ˆÿÿ%`•^‡ˆÿÿ°gDf˜^‡ˆÿÿ%`•ð²ˆÿÿ´gDf˜ð²ˆÿÿ%`•hñ²ˆÿÿ¸gDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ¼gDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿÀgDf˜8ô²ˆÿÿ%`• õ²ˆÿÿÄgDf˜ õ²ˆÿÿ%`•÷²ˆÿÿÈgDf˜÷²ˆÿÿ%`•pø²ˆÿÿÌgDf˜pø²ˆÿÿ%`•Øù²ˆÿÿÐgDf˜Øù²ˆÿÿ%`•@û²ˆÿÿÔgDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿØgDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿÜgDf˜þ²ˆÿÿ%`•¾‡ˆÿÿàgDf˜¾‡ˆÿÿ%`•¨¼‡ˆÿÿägDf˜¨¼‡ˆÿÿ%`•@»‡ˆÿÿègDf˜@»‡ˆÿÿ%`•ع‡ˆÿÿìgDf˜Ø¹‡ˆÿÿ%`•p¸‡ˆÿÿðgDf˜p¸‡ˆÿÿ%`•·‡ˆÿÿôgDf˜·‡ˆÿÿ%`•8ôrˆÿÿøgDf˜8ôrˆÿÿ%`•ÐòrˆÿÿügDf˜Ðòrˆÿÿ%`•hñrˆÿÿgDf˜hñrˆÿÿ%`•ðrˆÿÿgDf˜ðrˆÿÿ%`•€ñ ˆÿÿgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿgDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿgDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ$gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ(gDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ,gDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ0gDf˜Žñ ˆÿÿ%`•PÒˆÿÿ4gDf˜PÒˆÿÿ%`•hQÒˆÿÿ8gDf˜hQÒˆÿÿ%`•ÐRÒˆÿÿ<gDf˜ÐRÒˆÿÿ%`•8TÒˆÿÿ@gDf˜8TÒˆÿÿ%`• UÒˆÿÿDgDf˜ UÒˆÿÿ%`•WÒˆÿÿHgDf˜WÒˆÿÿ%`•pXÒˆÿÿLgDf˜pXÒˆÿÿ%`•ØYÒˆÿÿPgDf˜ØYÒˆÿÿ%`•@[ÒˆÿÿTgDf˜@[Òˆÿÿ%`•¨\ÒˆÿÿXgDf˜¨\Òˆÿÿ%`•^Òˆÿÿ\gDf˜^Òˆÿÿ%`•þrˆÿÿ`gDf˜þrˆÿÿ%`•¨ürˆÿÿdgDf˜¨ürˆÿÿ%`•@ûrˆÿÿhgDf˜@ûrˆÿÿ%`•ØùrˆÿÿlgDf˜Øùrˆÿÿ%`•pørˆÿÿpgDf˜pørˆÿÿ%`•÷rˆÿÿtgDf˜÷rˆÿÿ%`• õrˆÿÿxgDf˜ õrˆÿÿ%`•8Ä‚ˆÿÿ|gDf˜8Ä‚ˆÿÿ%`• Å‚ˆÿÿ€gDf˜ Å‚ˆÿÿ%`•Ç‚ˆÿÿ„gDf˜Ç‚ˆÿÿ%`•pÈ‚ˆÿÿˆgDf˜pÈ‚ˆÿÿ%`•ØÉ‚ˆÿÿŒgDf˜ØÉ‚ˆÿÿ%`•@Ë‚ˆÿÿgDf˜@Ë‚ˆÿÿ%`•¨Ì‚ˆÿÿ”gDf˜¨Ì‚ˆÿÿ%`•΂ˆÿÿ˜gDf˜΂ˆÿÿ%`•ÿÿœgDf˜î“ˆÿÿ%`•¨ì“ˆÿÿ gDf˜¨ì“ˆÿÿ%`•@듈ÿÿ¤gDf˜@듈ÿÿ%`•Øé“ˆÿÿ¨gDf˜Øé“ˆÿÿ%`•p蓈ÿÿ¬gDf˜p蓈ÿÿ%`•瓈ÿÿ°gDf˜ç“ˆÿÿ%`• å“ˆÿÿ´gDf˜ å“ˆÿÿ%`•8䓈ÿÿ¸gDf˜8䓈ÿÿ%`•€’ˆÿÿ¼gDf˜€’ˆÿÿ%`•h’ˆÿÿÀgDf˜h’ˆÿÿ%`•Ђ’ˆÿÿÄgDf˜Ð‚’ˆÿÿ%`•8„’ˆÿÿÈgDf˜8„’ˆÿÿ%`• …’ˆÿÿÌgDf˜ …’ˆÿÿ%`•‡’ˆÿÿÐgDf˜‡’ˆÿÿ%`•pˆ’ˆÿÿÔgDf˜pˆ’ˆÿÿ%`•؉’ˆÿÿØgDf˜Ø‰’ˆÿÿ%`•@‹’ˆÿÿÜgDf˜@‹’ˆÿÿ%`•¨Œ’ˆÿÿàgDf˜¨Œ’ˆÿÿ%`•Ž’ˆÿÿägDf˜Ž’ˆÿÿ%`•>™ˆÿÿègDf˜>™ˆÿÿ%`•¨<™ˆÿÿìgDf˜¨<™ˆÿÿ%`•à“ˆÿÿðgDf˜à“ˆÿÿ%`•hᓈÿÿôgDf˜hᓈÿÿ%`•8¤ÅˆÿÿøgDf˜8¤Åˆÿÿ%`•ТňÿÿügDf˜Ð¢Åˆÿÿ%`•h¡ÅˆÿÿgDf˜h¡Åˆÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•€ÆˆÿÿgDf˜€Æˆÿÿ%`•hƈÿÿ gDf˜hƈÿÿ%`•ЂÆˆÿÿgDf˜Ð‚ƈÿÿ%`•8„ƈÿÿgDf˜8„ƈÿÿ%`• …ƈÿÿgDf˜ …ƈÿÿ%`•‡ÆˆÿÿgDf˜‡Æˆÿÿ%`•pˆÆˆÿÿ gDf˜pˆÆˆÿÿ%`•؉ƈÿÿ$gDf˜Ø‰Æˆÿÿ%`•@‹Æˆÿÿ(gDf˜@‹Æˆÿÿ%`•¨ŒÆˆÿÿ,gDf˜¨ŒÆˆÿÿ%`•ŽÆˆÿÿ0gDf˜ŽÆˆÿÿ%`• Í ˆÿÿ4gDf˜ Í ˆÿÿ%`•h!Í ˆÿÿ8gDf˜h!Í ˆÿÿ%`•Ð"Í ˆÿÿ<gDf˜Ð"Í ˆÿÿ%`•8$Í ˆÿÿ@gDf˜8$Í ˆÿÿ%`• %Í ˆÿÿDgDf˜ %Í ˆÿÿ%`•'Í ˆÿÿHgDf˜'Í ˆÿÿ%`•p(Í ˆÿÿLgDf˜p(Í ˆÿÿ%`•Ø)Í ˆÿÿPgDf˜Ø)Í ˆÿÿ%`•@+Í ˆÿÿTgDf˜@+Í ˆÿÿ%`•¨,Í ˆÿÿXgDf˜¨,Í ˆÿÿ%`•.Í ˆÿÿ\gDf˜.Í ˆÿÿ%`•®Åˆÿÿ`gDf˜®Åˆÿÿ%`•¨¬ÅˆÿÿdgDf˜¨¬Åˆÿÿ%`•@«ÅˆÿÿhgDf˜@«Åˆÿÿ%`•ةňÿÿlgDf˜Ø©Åˆÿÿ%`•p¨ÅˆÿÿpgDf˜p¨Åˆÿÿ%`•§ÅˆÿÿtgDf˜§Åˆÿÿ%`• ¥ÅˆÿÿxgDf˜ ¥Åˆÿÿ%`•ÐⓈÿÿ|gDf˜ÐⓈÿÿ%`•Ђˆÿÿ€gDf˜Ð‚ˆÿÿ%`•hÁ‚ˆÿÿ„gDf˜hÁ‚ˆÿÿ%`•À‚ˆÿÿˆgDf˜À‚ˆÿÿ%`•€äˆÿÿŒgDf˜€äˆÿÿ%`•häˆÿÿgDf˜häˆÿÿ%`•Ђäˆÿÿ”gDf˜Ð‚äˆÿÿ%`•8„äˆÿÿ˜gDf˜8„äˆÿÿ%`• …äˆÿÿœgDf˜ …äˆÿÿ%`•‡äˆÿÿ gDf˜‡äˆÿÿ%`•8‡ˆÿÿ¤gDf˜8‡ˆÿÿ%`•Їˆÿÿ¨gDf˜Ð‡ˆÿÿ%`•h‡ˆÿÿ¬gDf˜h‡ˆÿÿ%`•‡ˆÿÿ°gDf˜‡ˆÿÿ%`•p6ˆÿÿ´gDf˜p6ˆÿÿ%`•hq6ˆÿÿ¸gDf˜hq6ˆÿÿ%`•Ðr6ˆÿÿ¼gDf˜Ðr6ˆÿÿ%`•8t6ˆÿÿÀgDf˜8t6ˆÿÿ%`• u6ˆÿÿÄgDf˜ u6ˆÿÿ%`•w6ˆÿÿÈgDf˜w6ˆÿÿ%`•px6ˆÿÿÌgDf˜px6ˆÿÿ%`•Øy6ˆÿÿÐgDf˜Øy6ˆÿÿ%`•@{6ˆÿÿÔgDf˜@{6ˆÿÿ%`•¨|6ˆÿÿØgDf˜¨|6ˆÿÿ%`•~6ˆÿÿÜgDf˜~6ˆÿÿ%`•‡ˆÿÿàgDf˜‡ˆÿÿ%`•¨ ‡ˆÿÿägDf˜¨ ‡ˆÿÿ%`•@ ‡ˆÿÿègDf˜@ ‡ˆÿÿ%`•Ø ‡ˆÿÿìgDf˜Ø ‡ˆÿÿ%`•p‡ˆÿÿðgDf˜p‡ˆÿÿ%`•‡ˆÿÿôgDf˜‡ˆÿÿ%`• ‡ˆÿÿøgDf˜ ‡ˆÿÿ%`•pˆäˆÿÿügDf˜pˆäˆÿÿ%`•؉äˆÿÿgDf˜Ø‰äˆÿÿ%`•@‹äˆÿÿgDf˜@‹äˆÿÿ%`•¨ŒäˆÿÿgDf˜¨Œäˆÿÿ%`•Žäˆÿÿ gDf˜Žäˆÿÿ%`•°‡ˆÿÿgDf˜°‡ˆÿÿ%`•h±‡ˆÿÿgDf˜h±‡ˆÿÿ%`•в‡ˆÿÿgDf˜Ð²‡ˆÿÿ%`•8´‡ˆÿÿgDf˜8´‡ˆÿÿ%`• µ‡ˆÿÿ gDf˜ µ‡ˆÿÿ%`•8ô²ˆÿÿ$gDf˜8ô²ˆÿÿ%`•Ðò²ˆÿÿ(gDf˜Ðò²ˆÿÿ%`•hñ²ˆÿÿ,gDf˜hñ²ˆÿÿ%`•ð²ˆÿÿ0gDf˜ð²ˆÿÿ%`•€‡ˆÿÿ4gDf˜€‡ˆÿÿ%`•h‡ˆÿÿ8gDf˜h‡ˆÿÿ%`•Ђ‡ˆÿÿ<gDf˜Ð‚‡ˆÿÿ%`•8„‡ˆÿÿ@gDf˜8„‡ˆÿÿ%`• …‡ˆÿÿDgDf˜ …‡ˆÿÿ%`•‡‡ˆÿÿHgDf˜‡‡ˆÿÿ%`•pˆ‡ˆÿÿLgDf˜pˆ‡ˆÿÿ%`•؉‡ˆÿÿPgDf˜Ø‰‡ˆÿÿ%`•@‹‡ˆÿÿTgDf˜@‹‡ˆÿÿ%`•¨Œ‡ˆÿÿXgDf˜¨Œ‡ˆÿÿ%`•އˆÿÿ\gDf˜އˆÿÿ%`•þ²ˆÿÿ`gDf˜þ²ˆÿÿ%`•¨ü²ˆÿÿdgDf˜¨ü²ˆÿÿ%`•@û²ˆÿÿhgDf˜@û²ˆÿÿ%`•Øù²ˆÿÿlgDf˜Øù²ˆÿÿ%`•pø²ˆÿÿpgDf˜pø²ˆÿÿ%`•÷²ˆÿÿtgDf˜÷²ˆÿÿ%`• õ²ˆÿÿxgDf˜ õ²ˆÿÿ%`•·‡ˆÿÿ|gDf˜·‡ˆÿÿ%`•p¸‡ˆÿÿ€gDf˜p¸‡ˆÿÿ%`•ع‡ˆÿÿ„gDf˜Ø¹‡ˆÿÿ%`•@»‡ˆÿÿˆgDf˜@»‡ˆÿÿ%`•¨¼‡ˆÿÿŒgDf˜¨¼‡ˆÿÿ%`•¾‡ˆÿÿgDf˜¾‡ˆÿÿ%`•ðrˆÿÿ”gDf˜ðrˆÿÿ%`•hñrˆÿÿ˜gDf˜hñrˆÿÿ%`•ÐòrˆÿÿœgDf˜Ðòrˆÿÿ%`•8ôrˆÿÿ gDf˜8ôrˆÿÿ%`•8TÒˆÿÿ¤gDf˜8TÒˆÿÿ%`•ÐRÒˆÿÿ¨gDf˜ÐRÒˆÿÿ%`•hQÒˆÿÿ¬gDf˜hQÒˆÿÿ%`•PÒˆÿÿ°gDf˜PÒˆÿÿ%`•hˆÿÿ´gDf˜hˆÿÿ%`•hhˆÿÿ¸gDf˜hhˆÿÿ%`•Ðhˆÿÿ¼gDf˜Ðhˆÿÿ%`•8hˆÿÿÀgDf˜8hˆÿÿ%`• hˆÿÿÄgDf˜ hˆÿÿ%`•hˆÿÿÈgDf˜hˆÿÿ%`•phˆÿÿÌgDf˜phˆÿÿ%`•ØhˆÿÿÐgDf˜Øhˆÿÿ%`•@hˆÿÿÔgDf˜@hˆÿÿ%`•¨hˆÿÿØgDf˜¨hˆÿÿ%`•hˆÿÿÜgDf˜hˆÿÿ%`•^ÒˆÿÿàgDf˜^Òˆÿÿ%`•¨\ÒˆÿÿägDf˜¨\Òˆÿÿ%`•@[ÒˆÿÿègDf˜@[Òˆÿÿ%`•ØYÒˆÿÿìgDf˜ØYÒˆÿÿ%`•pXÒˆÿÿôgDf˜pXÒˆÿÿ%`•WÒˆÿÿøgDf˜WÒˆÿÿ%`• UÒˆÿÿügDf˜ UÒˆÿÿ%`• õrˆÿÿ gDf˜ õrˆÿÿ%`•÷rˆÿÿ gDf˜÷rˆÿÿ%`•pørˆÿÿ gDf˜pørˆÿÿ%`•Øùrˆÿÿ gDf˜Øùrˆÿÿ%`•@ûrˆÿÿ gDf˜@ûrˆÿÿ%`•¨ürˆÿÿ gDf˜¨ürˆÿÿ%`•þrˆÿÿ gDf˜þrˆÿÿ%`•΂ˆÿÿ gDf˜΂ˆÿÿ%`•¨Ì‚ˆÿÿ gDf˜¨Ì‚ˆÿÿ%`•@Ë‚ˆÿÿ $gDf˜@Ë‚ˆÿÿ%`•ØÉ‚ˆÿÿ (gDf˜ØÉ‚ˆÿÿ%`•pÈ‚ˆÿÿ ,gDf˜pÈ‚ˆÿÿ%`•Ç‚ˆÿÿ 0gDf˜Ç‚ˆÿÿ%`• Å‚ˆÿÿ 4gDf˜ Å‚ˆÿÿ%`•8Ä‚ˆÿÿ 8gDf˜8Ä‚ˆÿÿ%`•8䓈ÿÿ <gDf˜8䓈ÿÿ%`• å“ˆÿÿ @gDf˜ å“ˆÿÿ%`•hᓈÿÿ DgDf˜hᓈÿÿ%`•à“ˆÿÿ HgDf˜à“ˆÿÿ%`•瓈ÿÿ LgDf˜ç“ˆÿÿ%`•p蓈ÿÿ PgDf˜p蓈ÿÿ%`•Øé“ˆÿÿ TgDf˜Øé“ˆÿÿ%`•@듈ÿÿ XgDf˜@듈ÿÿ%`•¨ì“ˆÿÿ \gDf˜¨ì“ˆÿÿ%`•ÿÿ `gDf˜î“ˆÿÿ%`•¨<™ˆÿÿ dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ hgDf˜>™ˆÿÿ%`• Åˆÿÿ lgDf˜ Åˆÿÿ%`•h¡Åˆÿÿ pgDf˜h¡Åˆÿÿ%`•Тňÿÿ tgDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ xgDf˜8¤Åˆÿÿ%`•8$Í ˆÿÿ |gDf˜8$Í ˆÿÿ%`•Ð"Í ˆÿÿ €gDf˜Ð"Í ˆÿÿ%`•h!Í ˆÿÿ „gDf˜h!Í ˆÿÿ%`• Í ˆÿÿ ˆgDf˜ Í ˆÿÿ%`•@Ý ˆÿÿ ŒgDf˜@Ý ˆÿÿ%`•hAÝ ˆÿÿ gDf˜hAÝ ˆÿÿ%`•ÐBÝ ˆÿÿ ”gDf˜ÐBÝ ˆÿÿ%`•8DÝ ˆÿÿ ˜gDf˜8DÝ ˆÿÿ%`• EÝ ˆÿÿ œgDf˜ EÝ ˆÿÿ%`•GÝ ˆÿÿ  gDf˜GÝ ˆÿÿ%`•pHÝ ˆÿÿ ¤gDf˜pHÝ ˆÿÿ%`•ØIÝ ˆÿÿ ¨gDf˜ØIÝ ˆÿÿ%`•@KÝ ˆÿÿ ¬gDf˜@KÝ ˆÿÿ%`•¨LÝ ˆÿÿ °gDf˜¨LÝ ˆÿÿ%`•NÝ ˆÿÿ ´gDf˜NÝ ˆÿÿ%`•ð“ˆÿÿ ¸gDf˜ð“ˆÿÿ%`•hñ“ˆÿÿ ¼gDf˜hñ“ˆÿÿ%`•Ðò“ˆÿÿ ÀgDf˜Ðò“ˆÿÿ%`•8ô“ˆÿÿ ÄgDf˜8ô“ˆÿÿ%`• õ“ˆÿÿ ÈgDf˜ õ“ˆÿÿ%`•÷“ˆÿÿ ÌgDf˜÷“ˆÿÿ%`•pø“ˆÿÿ ÐgDf˜pø“ˆÿÿ%`•Øù“ˆÿÿ ÔgDf˜Øù“ˆÿÿ%`•@û“ˆÿÿ ØgDf˜@û“ˆÿÿ%`•¨ü“ˆÿÿ ÜgDf˜¨ü“ˆÿÿ%`•þ“ˆÿÿ àgDf˜þ“ˆÿÿ%`•.Í ˆÿÿ ägDf˜.Í ˆÿÿ%`•¨,Í ˆÿÿ ègDf˜¨,Í ˆÿÿ%`•@+Í ˆÿÿ ìgDf˜@+Í ˆÿÿ%`•Ø)Í ˆÿÿ ðgDf˜Ø)Í ˆÿÿ%`•p(Í ˆÿÿ ôgDf˜p(Í ˆÿÿ%`•'Í ˆÿÿ øgDf˜'Í ˆÿÿ%`• %Í ˆÿÿ ügDf˜ %Í ˆÿÿ%`• ¥Åˆÿÿ!gDf˜ ¥Åˆÿÿ%`•§Åˆÿÿ!gDf˜§Åˆÿÿ%`•p¨Åˆÿÿ!gDf˜p¨Åˆÿÿ%`•ةňÿÿ! gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ!gDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ!gDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ!gDf˜®Åˆÿÿ%`•ÐⓈÿÿ!gDf˜ÐⓈÿÿ%`•À‚ˆÿÿ! gDf˜À‚ˆÿÿ%`•hÁ‚ˆÿÿ!$gDf˜hÁ‚ˆÿÿ%`•Ђˆÿÿ!(gDf˜Ð‚ˆÿÿ%`•‡äˆÿÿ!,gDf˜‡äˆÿÿ%`• …äˆÿÿ!0gDf˜ …äˆÿÿ%`•8„äˆÿÿ!4gDf˜8„äˆÿÿ%`•Ђäˆÿÿ!8gDf˜Ð‚äˆÿÿ%`•häˆÿÿ!<gDf˜häˆÿÿ%`•€äˆÿÿ!@gDf˜€äˆÿÿ%`•Žäˆÿÿ!DgDf˜Žäˆÿÿ%`•¨Œäˆÿÿ!HgDf˜¨Œäˆÿÿ%`•@‹äˆÿÿ!LgDf˜@‹äˆÿÿ%`•؉äˆÿÿ!PgDf˜Ø‰äˆÿÿ%`•pˆäˆÿÿ!TgDf˜pˆäˆÿÿ%`• µ‡ˆÿÿ!XgDf˜ µ‡ˆÿÿ%`•8´‡ˆÿÿ!\gDf˜8´‡ˆÿÿ%`•в‡ˆÿÿ!`gDf˜Ð²‡ˆÿÿ%`•h±‡ˆÿÿ!dgDf˜h±‡ˆÿÿ%`•°‡ˆÿÿ!hgDf˜°‡ˆÿÿ%`•ð²ˆÿÿ!lgDf˜ð²ˆÿÿ%`•hñ²ˆÿÿ!pgDf˜hñ²ˆÿÿ%`•Ðò²ˆÿÿ!tgDf˜Ðò²ˆÿÿ%`•8ô²ˆÿÿ!xgDf˜8ô²ˆÿÿ%`•8„‡ˆÿÿ!|gDf˜8„‡ˆÿÿ%`•Ђ‡ˆÿÿ!€gDf˜Ð‚‡ˆÿÿ%`•h‡ˆÿÿ!„gDf˜h‡ˆÿÿ%`•€‡ˆÿÿ!ˆgDf˜€‡ˆÿÿ%`•6ˆÿÿ!ŒgDf˜6ˆÿÿ%`•h6ˆÿÿ!gDf˜h6ˆÿÿ%`•Ð6ˆÿÿ!”gDf˜Ð6ˆÿÿ%`•86ˆÿÿ!˜gDf˜86ˆÿÿ%`• 6ˆÿÿ!œgDf˜ 6ˆÿÿ%`•6ˆÿÿ! gDf˜6ˆÿÿ%`•p6ˆÿÿ!¤gDf˜p6ˆÿÿ%`•Ø 6ˆÿÿ!¨gDf˜Ø 6ˆÿÿ%`•@ 6ˆÿÿ!¬gDf˜@ 6ˆÿÿ%`•¨ 6ˆÿÿ!°gDf˜¨ 6ˆÿÿ%`•6ˆÿÿ!´gDf˜6ˆÿÿ%`•À“ˆÿÿ!¸gDf˜À“ˆÿÿ%`•hÁ“ˆÿÿ!¼gDf˜hÁ“ˆÿÿ%`•Гˆÿÿ!ÀgDf˜Ð“ˆÿÿ%`•8Ä“ˆÿÿ!ÄgDf˜8Ä“ˆÿÿ%`• Å“ˆÿÿ!ÈgDf˜ Å“ˆÿÿ%`•Ç“ˆÿÿ!ÌgDf˜Ç“ˆÿÿ%`•pÈ“ˆÿÿ!ÐgDf˜pÈ“ˆÿÿ%`•ØÉ“ˆÿÿ!ÔgDf˜ØÉ“ˆÿÿ%`•@Ë“ˆÿÿ!ØgDf˜@Ë“ˆÿÿ%`•¨Ì“ˆÿÿ!ÜgDf˜¨Ì“ˆÿÿ%`•Γˆÿÿ!àgDf˜Γˆÿÿ%`•އˆÿÿ!ägDf˜އˆÿÿ%`•¨Œ‡ˆÿÿ!ègDf˜¨Œ‡ˆÿÿ%`•@‹‡ˆÿÿ!ìgDf˜@‹‡ˆÿÿ%`•؉‡ˆÿÿ!ðgDf˜Ø‰‡ˆÿÿ%`•pˆ‡ˆÿÿ!ôgDf˜pˆ‡ˆÿÿ%`•‡‡ˆÿÿ!øgDf˜‡‡ˆÿÿ%`• …‡ˆÿÿ!ügDf˜ …‡ˆÿÿ%`• õ²ˆÿÿ"gDf˜ õ²ˆÿÿ%`•÷²ˆÿÿ"gDf˜÷²ˆÿÿ%`•pø²ˆÿÿ"gDf˜pø²ˆÿÿ%`•Øù²ˆÿÿ" gDf˜Øù²ˆÿÿ%`•@û²ˆÿÿ"gDf˜@û²ˆÿÿ%`•¨ü²ˆÿÿ"gDf˜¨ü²ˆÿÿ%`•þ²ˆÿÿ"gDf˜þ²ˆÿÿ%`•¾‡ˆÿÿ"gDf˜¾‡ˆÿÿ%`•¨¼‡ˆÿÿ" gDf˜¨¼‡ˆÿÿ%`•@»‡ˆÿÿ"$gDf˜@»‡ˆÿÿ%`•ع‡ˆÿÿ"(gDf˜Ø¹‡ˆÿÿ%`•p¸‡ˆÿÿ",gDf˜p¸‡ˆÿÿ%`•·‡ˆÿÿ"0gDf˜·‡ˆÿÿ%`•8ôrˆÿÿ"4gDf˜8ôrˆÿÿ%`•Ðòrˆÿÿ"8gDf˜Ðòrˆÿÿ%`•hñrˆÿÿ"<gDf˜hñrˆÿÿ%`•ðrˆÿÿ"@gDf˜ðrˆÿÿ%`•þrˆÿÿ"DgDf˜þrˆÿÿ%`•¨ürˆÿÿ"HgDf˜¨ürˆÿÿ%`•@ûrˆÿÿ"LgDf˜@ûrˆÿÿ%`•Øùrˆÿÿ"PgDf˜Øùrˆÿÿ%`•pørˆÿÿ"TgDf˜pørˆÿÿ%`•÷rˆÿÿ"XgDf˜÷rˆÿÿ%`• õrˆÿÿ"\gDf˜ õrˆÿÿ%`•8Ä‚ˆÿÿ"`gDf˜8Ä‚ˆÿÿ%`• Å‚ˆÿÿ"dgDf˜ Å‚ˆÿÿ%`•Ç‚ˆÿÿ"hgDf˜Ç‚ˆÿÿ%`•pÈ‚ˆÿÿ"lgDf˜pÈ‚ˆÿÿ%`•ØÉ‚ˆÿÿ"pgDf˜ØÉ‚ˆÿÿ%`•@Ë‚ˆÿÿ"tgDf˜@Ë‚ˆÿÿ%`•¨Ì‚ˆÿÿ"xgDf˜¨Ì‚ˆÿÿ%`•΂ˆÿÿ"|gDf˜΂ˆÿÿ%`•hᓈÿÿ"€gDf˜hᓈÿÿ%`• å“ˆÿÿ"„gDf˜ å“ˆÿÿ%`•8䓈ÿÿ"ˆgDf˜8䓈ÿÿ%`•ƒˆÿÿ"ŒgDf˜ƒˆÿÿ%`•hƒˆÿÿ"gDf˜hƒˆÿÿ%`•Ѓˆÿÿ"”gDf˜Ðƒˆÿÿ%`•8ƒˆÿÿ"˜gDf˜8ƒˆÿÿ%`• ƒˆÿÿ"œgDf˜ ƒˆÿÿ%`•ƒˆÿÿ" gDf˜ƒˆÿÿ%`•pƒˆÿÿ"¤gDf˜pƒˆÿÿ%`•Ø ƒˆÿÿ"¨gDf˜Ø ƒˆÿÿ%`•@ ƒˆÿÿ"¬gDf˜@ ƒˆÿÿ%`•¨ ƒˆÿÿ"°gDf˜¨ ƒˆÿÿ%`•ƒˆÿÿ"´gDf˜ƒˆÿÿ%`•à‚ˆÿÿ"¸gDf˜à‚ˆÿÿ%`•hႈÿÿ"¼gDf˜hႈÿÿ%`•Ð₈ÿÿ"ÀgDf˜Ð₈ÿÿ%`•8䂈ÿÿ"ÄgDf˜8䂈ÿÿ%`• å‚ˆÿÿ"ÈgDf˜ å‚ˆÿÿ%`•炈ÿÿ"ÌgDf˜ç‚ˆÿÿ%`•p肈ÿÿ"ÐgDf˜p肈ÿÿ%`•Øé‚ˆÿÿ"ÔgDf˜Øé‚ˆÿÿ%`•@낈ÿÿ"ØgDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ"ÜgDf˜¨ì‚ˆÿÿ%`•ÿÿ"àgDf˜î‚ˆÿÿ%`•ÿÿ"ägDf˜î“ˆÿÿ%`•¨ì“ˆÿÿ"ègDf˜¨ì“ˆÿÿ%`•@듈ÿÿ"ìgDf˜@듈ÿÿ%`•Øé“ˆÿÿ"ðgDf˜Øé“ˆÿÿ%`•p蓈ÿÿ"ôgDf˜p蓈ÿÿ%`•瓈ÿÿ"øgDf˜ç“ˆÿÿ%`•à“ˆÿÿ"ügDf˜à“ˆÿÿ%`•>™ˆÿÿ#gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ#gDf˜¨<™ˆÿÿ%`•8¤Åˆÿÿ#gDf˜8¤Åˆÿÿ%`•Тňÿÿ# gDf˜Ð¢Åˆÿÿ%`•h¡Åˆÿÿ#gDf˜h¡Åˆÿÿ%`• Åˆÿÿ#gDf˜ Åˆÿÿ%`• Í ˆÿÿ#gDf˜ Í ˆÿÿ%`•h!Í ˆÿÿ#gDf˜h!Í ˆÿÿ%`•Ð"Í ˆÿÿ# gDf˜Ð"Í ˆÿÿ%`•8$Í ˆÿÿ#$gDf˜8$Í ˆÿÿ%`•8ô“ˆÿÿ#(gDf˜8ô“ˆÿÿ%`•Ðò“ˆÿÿ#,gDf˜Ðò“ˆÿÿ%`•hñ“ˆÿÿ#0gDf˜hñ“ˆÿÿ%`•ð“ˆÿÿ#4gDf˜ð“ˆÿÿ%`•àÏ ˆÿÿ#8gDf˜àÏ ˆÿÿ%`•háÏ ˆÿÿ#<gDf˜háÏ ˆÿÿ%`•ÐâÏ ˆÿÿ#@gDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ#DgDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ#HgDf˜ åÏ ˆÿÿ%`•çÏ ˆÿÿ#LgDf˜çÏ ˆÿÿ%`•pèÏ ˆÿÿ#PgDf˜pèÏ ˆÿÿ%`•ØéÏ ˆÿÿ#TgDf˜ØéÏ ˆÿÿ%`•@ëÏ ˆÿÿ#XgDf˜@ëÏ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#\gDf˜'ˆÿÿ%`•çÏ ˆÿÿ°8gDf˜çÏ ˆÿÿ%`•8äÏ ˆÿÿƒ4¤gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÄgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ0gDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿ°°gDf˜ÐâÏ ˆÿÿ%`•pèÏ ˆÿÿ±|gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿµgDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿµxgDf˜8äÏ ˆÿÿ%`•8äÏ ˆÿÿ¹¬gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿºgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿº,gDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿ»gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿ» gDf˜ÐâÏ ˆÿÿ%`•pèÏ ˆÿÿ»(gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ»€gDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿ»ØgDf˜8äÏ ˆÿÿ%`•8äÏ ˆÿÿ¼\gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ¼˜gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ¼ gDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¼àgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¼øgDf˜ÐâÏ ˆÿÿ%`•pèÏ ˆÿÿ½gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ½4gDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿ½hgDf˜8äÏ ˆÿÿ%`•8äÏ ˆÿÿ½ÌgDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ¾gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ¿gDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¿$gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¿ˆgDf˜ÐâÏ ˆÿÿ%`•pèÏ ˆÿÿÀˆgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿÁàgDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿÃ,gDf˜8äÏ ˆÿÿ%`•8äÏ ˆÿÿÃØgDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÄœgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿÄôgDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿÅìgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÆœgDf˜ÐâÏ ˆÿÿ%`•pèÏ ˆÿÿÇgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿÈgDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿÈgDf˜8äÏ ˆÿÿ%`•8äÏ ˆÿÿÉ$gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÉÈgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿʰgDf˜pèÏ ˆÿÿ%`•ÐâÏ ˆÿÿËgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÍPgDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ°´gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ°<tgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ°0gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿ°¸ÄgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ±€ügDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿ³|˜gDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿµgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿµ\gDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿµ|ügDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ·xügDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ¹tgDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿ¹x4gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ¹°PgDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿº$gDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿº0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿº4ègDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ»$gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ»,TgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ»„gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿ»ˆPgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ»Ü€gDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿ¼`8gDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¼œgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿ¼¤<gDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ¼ägDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ¼ügDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ½gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿ½ (gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ½80gDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿ½l`gDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿ½ÐgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿ½Ô0gDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ¾ gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ¿ gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ¿(gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿ¿,\gDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ¿ŒügDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿÀŒTgDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿÁägDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÁèDgDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿÃ0¨gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÃÜÀgDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿÄ gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿĤPgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿÄüðgDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿÅð¬gDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿÆ gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿƤìgDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿÇ”tgDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÈ „gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿÈ”gDf˜pèÏ ˆÿÿ%`•pèÏ ˆÿÿȘŒgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿÉ( gDf˜ åÏ ˆÿÿ%`•8äÏ ˆÿÿÉÌägDf˜8äÏ ˆÿÿ%`•ÐâÏ ˆÿÿÊ´gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿʸØgDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿË”¼gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿÍT°gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿÎgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿ#`gDf˜ åÏ ˆÿÿ%`•çÏ ˆÿÿ#dgDf˜çÏ ˆÿÿ%`•háÏ ˆÿÿ#øügDf˜háÏ ˆÿÿ%`•àÏ ˆÿÿ%ôügDf˜àÏ ˆÿÿ%`•ÐâÏ ˆÿÿ'ðgDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ'üügDf˜8äÏ ˆÿÿ%`•ØéÏ ˆÿÿ)øügDf˜ØéÏ ˆÿÿ%`•@ëÏ ˆÿÿ+ôgDf˜@ëÏ ˆÿÿ%`•¨ìÏ ˆÿÿ,¸gDf˜¨ìÏ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pèÏ ˆÿÿÎ \gDf˜pèÏ ˆÿÿ%`•'ˆÿÿ-¸gDf˜'ˆÿÿ%`•háÏ ˆÿÿgDf˜háÏ ˆÿÿ%`•háÏ ˆÿÿƒ( gDf˜háÏ ˆÿÿ%`•pèÏ ˆÿÿƒØgDf˜pèÏ ˆÿÿ%`•¨ìÏ ˆÿÿ°gDf˜¨ìÏ ˆÿÿ%`•çÏ ˆÿÿÎgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÏ$gDf˜çÏ ˆÿÿ%`•¨ìÏ ˆÿÿÏ|gDf˜¨ìÏ ˆÿÿ%`•pèÏ ˆÿÿÏÔgDf˜pèÏ ˆÿÿ%`•háÏ ˆÿÿÐÀgDf˜háÏ ˆÿÿ%`•háÏ ˆÿÿÑ(gDf˜háÏ ˆÿÿ%`•pèÏ ˆÿÿÑPgDf˜pèÏ ˆÿÿ%`•¨ìÏ ˆÿÿшgDf˜¨ìÏ ˆÿÿ%`•çÏ ˆÿÿÕŒgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÕgDf˜çÏ ˆÿÿ%`•¨ìÏ ˆÿÿ×ègDf˜¨ìÏ ˆÿÿ%`•¨ìÏ ˆÿÿØpgDf˜¨ìÏ ˆÿÿ%`•¨ìÏ ˆÿÿØD,gDf˜¨ìÏ ˆÿÿ%`•¨ìÏ ˆÿÿØ@gDf˜¨ìÏ ˆÿÿ%`•çÏ ˆÿÿ×ìTgDf˜çÏ ˆÿÿ%`•¨ìÏ ˆÿÿ׸0gDf˜¨ìÏ ˆÿÿ%`•¨ìÏ ˆÿÿ׌,gDf˜¨ìÏ ˆÿÿ%`•háÏ ˆÿÿÕ„gDf˜háÏ ˆÿÿ%`•pèÏ ˆÿÿÓˆügDf˜pèÏ ˆÿÿ%`•çÏ ˆÿÿÑŒügDf˜çÏ ˆÿÿ%`•¨ìÏ ˆÿÿÑX0gDf˜¨ìÏ ˆÿÿ%`• åÏ ˆÿÿÕˆgDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿÕ”øgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÑHgDf˜ÐâÏ ˆÿÿ%`• åÏ ˆÿÿÑ,gDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿÐø0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎhDgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÐègDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÐägDf˜ÐâÏ ˆÿÿ%`• åÏ ˆÿÿÐÄ gDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿÐ0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿЀgDf˜ÐâÏ ˆÿÿ%`• åÏ ˆÿÿÏØ¨gDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿϤ0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿϘ gDf˜ÐâÏ ˆÿÿ%`• åÏ ˆÿÿÏ€gDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿÏL0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÏ8gDf˜ÐâÏ ˆÿÿ%`• åÏ ˆÿÿÏ(gDf˜ åÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎô0gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎðgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎàgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎÜgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿÎÌgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿδgDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿάgDf˜ÐâÏ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-¼gDf˜'ˆÿÿ%`•ÐâÏ ˆÿÿ gDf˜ÐâÏ ˆÿÿ%`•ÐâÏ ˆÿÿgDf˜ÐâÏ ˆÿÿ%`•çÏ ˆÿÿ0gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÄgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ4gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÈgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÌ4gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ0gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ°gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÑPgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÑTgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ4gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒàgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÜgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ|gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒØgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒpgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ8gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ€gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÁàgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÄôgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÉ$gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÄøgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿʰgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿÇgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿËgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ„gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ¬gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ”gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ¤gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÔgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ°gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒœgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ¼gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒˆgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÈgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÀgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÐgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒŒgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ˜gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ¨gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ¸gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ´gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÌgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒÄgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒägDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ½4gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒtgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ¿$gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒxgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿµgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿºgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿºgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ<gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒdgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒTgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ»(gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒXgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ\gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿº,gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ»gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ» gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒLgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒDgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ@gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒHgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒPgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ»€gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒ`gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒhgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿƒlgDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ¼˜gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ¼\gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ½gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ½gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ¼ gDf˜çÏ ˆÿÿ%`•çÏ ˆÿÿ¼øgDf˜çÏ ˆÿÿ%`•îÏ ˆÿÿƒ,gDf˜îÏ ˆÿÿ%`•îÏ ˆÿÿƒ(gDf˜îÏ ˆÿÿ%`•îÏ ˆÿÿ gDf˜îÏ ˆÿÿ%`•îÏ ˆÿÿÐgDf˜îÏ ˆÿÿ%`•îÏ ˆÿÿ¤gDf˜îÏ ˆÿÿ%`•îÏ ˆÿÿ¨gDf˜îÏ ˆÿÿ%`•àÏ ˆÿÿ¬gDf˜àÏ ˆÿÿ%`• åÏ ˆÿÿ°gDf˜ åÏ ˆÿÿ%`•pèÏ ˆÿÿ´gDf˜pèÏ ˆÿÿ%`•¨ìÏ ˆÿÿ¸gDf˜¨ìÏ ˆÿÿ%`•háÏ ˆÿÿ¼gDf˜háÏ ˆÿÿ%`•háÏ ˆÿÿÀgDf˜háÏ ˆÿÿ%`•¨ìÏ ˆÿÿÄgDf˜¨ìÏ ˆÿÿ%`•pèÏ ˆÿÿÈgDf˜pèÏ ˆÿÿ%`• åÏ ˆÿÿÌgDf˜ åÏ ˆÿÿ%`•àÏ ˆÿÿÔgDf˜àÏ ˆÿÿ%`•îÏ ˆÿÿØgDf˜îÏ ˆÿÿ%`•ÐâÏ ˆÿÿÜgDf˜ÐâÏ ˆÿÿ%`•çÏ ˆÿÿàgDf˜çÏ ˆÿÿ%`•@ëÏ ˆÿÿägDf˜@ëÏ ˆÿÿ%`•ØéÏ ˆÿÿègDf˜ØéÏ ˆÿÿ%`•8äÏ ˆÿÿìgDf˜8äÏ ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`• ãˆÿÿøgDf˜ ãˆÿÿ%`•h!ãˆÿÿügDf˜h!ãˆÿÿ%`•h!ãˆÿÿgDf˜h!ãˆÿÿ%`• ãˆÿÿgDf˜ ãˆÿÿ%`•Ð"ãˆÿÿgDf˜Ð"ãˆÿÿ%`•8$ãˆÿÿ gDf˜8$ãˆÿÿ%`• %ãˆÿÿgDf˜ %ãˆÿÿ%`•'ãˆÿÿgDf˜'ãˆÿÿ%`•p(ãˆÿÿgDf˜p(ãˆÿÿ%`•Ø)ãˆÿÿgDf˜Ø)ãˆÿÿ%`•@+ãˆÿÿ gDf˜@+ãˆÿÿ%`•¨,ãˆÿÿ$gDf˜¨,ãˆÿÿ%`•.ãˆÿÿ(gDf˜.ãˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•Ðîˆÿÿ4gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ8gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ<gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ@gDf˜8Ôîˆÿÿ%`• ÕîˆÿÿDgDf˜ Õîˆÿÿ%`•×îˆÿÿHgDf˜×îˆÿÿ%`•pØîˆÿÿLgDf˜pØîˆÿÿ%`•ØÙîˆÿÿPgDf˜ØÙîˆÿÿ%`•@ÛîˆÿÿTgDf˜@Ûîˆÿÿ%`•¨ÜîˆÿÿXgDf˜¨Üîˆÿÿ%`•Þîˆÿÿ\gDf˜Þîˆÿÿ%`• ‘ˆÿÿ`gDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿdgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿhgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿlgDf˜8$‘ˆÿÿ%`• %‘ˆÿÿpgDf˜ %‘ˆÿÿ%`•'‘ˆÿÿtgDf˜'‘ˆÿÿ%`•p(‘ˆÿÿxgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ|gDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ€gDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ„gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿˆgDf˜.‘ˆÿÿ%`•¨<™ˆÿÿŒgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•×îˆÿÿ”gDf˜×îˆÿÿ%`• Õîˆÿÿ˜gDf˜ Õîˆÿÿ%`•8ÔîˆÿÿœgDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿ gDf˜ÐÒîˆÿÿ%`•hÑîˆÿÿ¤gDf˜hÑîˆÿÿ%`•Ðîˆÿÿ¨gDf˜Ðîˆÿÿ%`•…ˆÿÿ¬gDf˜…ˆÿÿ%`•h…ˆÿÿ°gDf˜h…ˆÿÿ%`•Ð…ˆÿÿ´gDf˜Ð…ˆÿÿ%`•8…ˆÿÿ¸gDf˜8…ˆÿÿ%`• …ˆÿÿ¼gDf˜ …ˆÿÿ%`•…ˆÿÿÀgDf˜…ˆÿÿ%`•p…ˆÿÿÄgDf˜p…ˆÿÿ%`•Ø …ˆÿÿÈgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿÌgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿÐgDf˜¨ …ˆÿÿ%`•…ˆÿÿÔgDf˜…ˆÿÿ%`•­ˆÿÿØgDf˜­ˆÿÿ%`•h­ˆÿÿÜgDf˜h­ˆÿÿ%`•ЭˆÿÿàgDf˜Ð­ˆÿÿ%`•8­ˆÿÿägDf˜8­ˆÿÿ%`• ­ˆÿÿègDf˜ ­ˆÿÿ%`•­ˆÿÿìgDf˜­ˆÿÿ%`•p­ˆÿÿðgDf˜p­ˆÿÿ%`•Ø ­ˆÿÿôgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿøgDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿügDf˜¨ ­ˆÿÿ%`•­ˆÿÿgDf˜­ˆÿÿ%`•`¹ˆÿÿgDf˜`¹ˆÿÿ%`•ha¹ˆÿÿgDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿ gDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿgDf˜ e¹ˆÿÿ%`•g¹ˆÿÿgDf˜g¹ˆÿÿ%`•ph¹ˆÿÿgDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿ gDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿ$gDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿ(gDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿ,gDf˜n¹ˆÿÿ%`•@ ˆÿÿ0gDf˜@ ˆÿÿ%`•hA ˆÿÿ4gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ8gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ<gDf˜8D ˆÿÿ%`• E ˆÿÿ@gDf˜ E ˆÿÿ%`•G ˆÿÿDgDf˜G ˆÿÿ%`•pH ˆÿÿHgDf˜pH ˆÿÿ%`•ØI ˆÿÿLgDf˜ØI ˆÿÿ%`•@K ˆÿÿPgDf˜@K ˆÿÿ%`•¨L ˆÿÿTgDf˜¨L ˆÿÿ%`•N ˆÿÿXgDf˜N ˆÿÿ%`•ˆÿÿ\gDf˜ˆÿÿ%`•hˆÿÿ`gDf˜hˆÿÿ%`•ЈÿÿdgDf˜Ðˆÿÿ%`•8ˆÿÿhgDf˜8ˆÿÿ%`• ˆÿÿlgDf˜ ˆÿÿ%`•ˆÿÿpgDf˜ˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`•Ø ˆÿÿxgDf˜Ø ˆÿÿ%`•@ ˆÿÿ|gDf˜@ ˆÿÿ%`•¨ ˆÿÿ€gDf˜¨ ˆÿÿ%`•ˆÿÿ„gDf˜ˆÿÿ%`•`¶ ˆÿÿˆgDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿŒgDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿgDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿ”gDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿ˜gDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿœgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿ gDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿ¤gDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿ¨gDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿ¬gDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ°gDf˜n¶ ˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¸gDf˜¨<™ˆÿÿ%`•8…ˆÿÿ¼gDf˜8…ˆÿÿ%`•Ð…ˆÿÿÀgDf˜Ð…ˆÿÿ%`•h…ˆÿÿÄgDf˜h…ˆÿÿ%`•…ˆÿÿÈgDf˜…ˆÿÿ%`•àÔˆÿÿÌgDf˜àÔˆÿÿ%`•háÔˆÿÿÐgDf˜háÔˆÿÿ%`•ÐâÔˆÿÿÔgDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿØgDf˜8äÔˆÿÿ%`• åÔˆÿÿÜgDf˜ åÔˆÿÿ%`•çÔˆÿÿàgDf˜çÔˆÿÿ%`•pèÔˆÿÿägDf˜pèÔˆÿÿ%`•ØéÔˆÿÿègDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿìgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿðgDf˜¨ìÔˆÿÿ%`•îÔˆÿÿôgDf˜îÔˆÿÿ%`•À­ˆÿÿøgDf˜À­ˆÿÿ%`•hÁ­ˆÿÿügDf˜hÁ­ˆÿÿ%`•ЭˆÿÿgDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿgDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿgDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿ gDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿgDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿgDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿgDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿgDf˜¨Ì­ˆÿÿ%`•έˆÿÿ gDf˜έˆÿÿ%`•@ªˆÿÿ$gDf˜@ªˆÿÿ%`•hAªˆÿÿ(gDf˜hAªˆÿÿ%`•ÐBªˆÿÿ,gDf˜ÐBªˆÿÿ%`•8Dªˆÿÿ0gDf˜8Dªˆÿÿ%`• Eªˆÿÿ4gDf˜ Eªˆÿÿ%`•Gªˆÿÿ8gDf˜Gªˆÿÿ%`•pHªˆÿÿ<gDf˜pHªˆÿÿ%`•ØIªˆÿÿ@gDf˜ØIªˆÿÿ%`•@KªˆÿÿDgDf˜@Kªˆÿÿ%`•¨LªˆÿÿHgDf˜¨Lªˆÿÿ%`•NªˆÿÿLgDf˜Nªˆÿÿ%`• ˆÿÿPgDf˜ ˆÿÿ%`•h! ˆÿÿTgDf˜h! ˆÿÿ%`•Ð" ˆÿÿXgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ\gDf˜8$ ˆÿÿ%`• % ˆÿÿ`gDf˜ % ˆÿÿ%`•' ˆÿÿdgDf˜' ˆÿÿ%`•p( ˆÿÿhgDf˜p( ˆÿÿ%`•Ø) ˆÿÿlgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿpgDf˜@+ ˆÿÿ%`•¨, ˆÿÿtgDf˜¨, ˆÿÿ%`•. ˆÿÿxgDf˜. ˆÿÿ%`• Óˆÿÿ|gDf˜ Óˆÿÿ%`•h¡Óˆÿÿ€gDf˜h¡Óˆÿÿ%`•ТÓˆÿÿ„gDf˜Ð¢Óˆÿÿ%`•8¤ÓˆÿÿˆgDf˜8¤Óˆÿÿ%`• ¥ÓˆÿÿŒgDf˜ ¥Óˆÿÿ%`•§ÓˆÿÿgDf˜§Óˆÿÿ%`•p¨Óˆÿÿ”gDf˜p¨Óˆÿÿ%`•ةӈÿÿ˜gDf˜Ø©Óˆÿÿ%`•@«ÓˆÿÿœgDf˜@«Óˆÿÿ%`•¨¬Óˆÿÿ gDf˜¨¬Óˆÿÿ%`•®Óˆÿÿ¤gDf˜®Óˆÿÿ%`•@Fˆÿÿ¨gDf˜@Fˆÿÿ%`•hAFˆÿÿ¬gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ°gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ´gDf˜8DFˆÿÿ%`• EFˆÿÿ¸gDf˜ EFˆÿÿ%`•GFˆÿÿ¼gDf˜GFˆÿÿ%`•pHFˆÿÿÀgDf˜pHFˆÿÿ%`•ØIFˆÿÿÄgDf˜ØIFˆÿÿ%`•@KFˆÿÿÈgDf˜@KFˆÿÿ%`•¨LFˆÿÿÌgDf˜¨LFˆÿÿ%`•NFˆÿÿÐgDf˜NFˆÿÿ%`• ´ˆÿÿÔgDf˜ ´ˆÿÿ%`•h!´ˆÿÿØgDf˜h!´ˆÿÿ%`•Ð"´ˆÿÿÜgDf˜Ð"´ˆÿÿ%`•8$´ˆÿÿàgDf˜8$´ˆÿÿ%`• %´ˆÿÿägDf˜ %´ˆÿÿ%`•'´ˆÿÿègDf˜'´ˆÿÿ%`•p(´ˆÿÿìgDf˜p(´ˆÿÿ%`•Ø)´ˆÿÿðgDf˜Ø)´ˆÿÿ%`•@+´ˆÿÿôgDf˜@+´ˆÿÿ%`•¨,´ˆÿÿøgDf˜¨,´ˆÿÿ%`•.´ˆÿÿügDf˜.´ˆÿÿ%`• ªˆÿÿgDf˜ ªˆÿÿ%`•h¡ªˆÿÿgDf˜h¡ªˆÿÿ%`•ТªˆÿÿgDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿgDf˜ ¥ªˆÿÿ%`•§ªˆÿÿgDf˜§ªˆÿÿ%`•p¨ªˆÿÿgDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿgDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ$gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ(gDf˜®ªˆÿÿ%`•…ˆÿÿ,gDf˜…ˆÿÿ%`•¨ …ˆÿÿ0gDf˜¨ …ˆÿÿ%`•@ …ˆÿÿ4gDf˜@ …ˆÿÿ%`•Ø …ˆÿÿ8gDf˜Ø …ˆÿÿ%`•p…ˆÿÿ<gDf˜p…ˆÿÿ%`•…ˆÿÿ@gDf˜…ˆÿÿ%`• …ˆÿÿDgDf˜ …ˆÿÿ%`•ÐB ˆÿÿHgDf˜ÐB ˆÿÿ%`•hA ˆÿÿLgDf˜hA ˆÿÿ%`•@ ˆÿÿPgDf˜@ ˆÿÿ%`•ÀíˆÿÿTgDf˜Àíˆÿÿ%`•hÁíˆÿÿXgDf˜hÁíˆÿÿ%`•ÐÂíˆÿÿ\gDf˜ÐÂíˆÿÿ%`•8Äíˆÿÿ`gDf˜8Äíˆÿÿ%`• ÅíˆÿÿdgDf˜ Åíˆÿÿ%`•ÇíˆÿÿhgDf˜Çíˆÿÿ%`•pÈíˆÿÿlgDf˜pÈíˆÿÿ%`•ØÉíˆÿÿpgDf˜ØÉíˆÿÿ%`•@ËíˆÿÿtgDf˜@Ëíˆÿÿ%`•¨ÌíˆÿÿxgDf˜¨Ìíˆÿÿ%`•Îíˆÿÿ|gDf˜Îíˆÿÿ%`•@» ˆÿÿÔgDf˜@» ˆÿÿ%`•@» ˆÿÿØgDf˜@» ˆÿÿ%`•@» ˆÿÿ€gDf˜@» ˆÿÿ%`•hA» ˆÿÿ„gDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿˆgDf˜ÐB» ˆÿÿ%`•8D» ˆÿÿŒgDf˜8D» ˆÿÿ%`• E» ˆÿÿgDf˜ E» ˆÿÿ%`•G» ˆÿÿ”gDf˜G» ˆÿÿ%`•pH» ˆÿÿ˜gDf˜pH» ˆÿÿ%`•ØI» ˆÿÿœgDf˜ØI» ˆÿÿ%`•@K» ˆÿÿ gDf˜@K» ˆÿÿ%`•¨L» ˆÿÿ¤gDf˜¨L» ˆÿÿ%`•N» ˆÿÿ¨gDf˜N» ˆÿÿ%`•¨<™ˆÿÿ¬gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•à ˆÿÿ´gDf˜à ˆÿÿ%`•há ˆÿÿ¸gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ¼gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿÀgDf˜8ä ˆÿÿ%`• å ˆÿÿÄgDf˜ å ˆÿÿ%`•ç ˆÿÿÈgDf˜ç ˆÿÿ%`•pè ˆÿÿÌgDf˜pè ˆÿÿ%`•Øé ˆÿÿÐgDf˜Øé ˆÿÿ%`•@ë ˆÿÿÜgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿàgDf˜¨ì ˆÿÿ%`•î ˆÿÿägDf˜î ˆÿÿ%`• ïˆÿÿègDf˜ ïˆÿÿ%`•h¡ïˆÿÿìgDf˜h¡ïˆÿÿ%`•ТïˆÿÿðgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿôgDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿøgDf˜ ¥ïˆÿÿ%`•§ïˆÿÿügDf˜§ïˆÿÿ%`•p¨ïˆÿÿgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿgDf˜®ïˆÿÿ%`• ªˆÿÿgDf˜ ªˆÿÿ%`•h¡ªˆÿÿgDf˜h¡ªˆÿÿ%`•ТªˆÿÿgDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ$gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ(gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ,gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ0gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ4gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ8gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ<gDf˜®ªˆÿÿ%`•@^ˆÿÿ@gDf˜@^ˆÿÿ%`•hA^ˆÿÿDgDf˜hA^ˆÿÿ%`•ÐB^ˆÿÿHgDf˜ÐB^ˆÿÿ%`•8D^ˆÿÿLgDf˜8D^ˆÿÿ%`• E^ˆÿÿPgDf˜ E^ˆÿÿ%`•G^ˆÿÿTgDf˜G^ˆÿÿ%`•pH^ˆÿÿXgDf˜pH^ˆÿÿ%`•ØI^ˆÿÿ\gDf˜ØI^ˆÿÿ%`•@K^ˆÿÿ`gDf˜@K^ˆÿÿ%`•¨L^ˆÿÿdgDf˜¨L^ˆÿÿ%`•N^ˆÿÿhgDf˜N^ˆÿÿ%`•@ˆÿÿlgDf˜@ˆÿÿ%`•hAˆÿÿpgDf˜hAˆÿÿ%`•ÐBˆÿÿtgDf˜ÐBˆÿÿ%`•8DˆÿÿxgDf˜8Dˆÿÿ%`• Eˆÿÿ|gDf˜ Eˆÿÿ%`•Gˆÿÿ€gDf˜Gˆÿÿ%`•pHˆÿÿ„gDf˜pHˆÿÿ%`•ØIˆÿÿˆgDf˜ØIˆÿÿ%`•@KˆÿÿŒgDf˜@Kˆÿÿ%`•¨LˆÿÿgDf˜¨Lˆÿÿ%`•Nˆÿÿ”gDf˜Nˆÿÿ%`• K ˆÿÿ˜gDf˜ K ˆÿÿ%`•h!K ˆÿÿœgDf˜h!K ˆÿÿ%`•Ð"K ˆÿÿ gDf˜Ð"K ˆÿÿ%`•8$K ˆÿÿ¤gDf˜8$K ˆÿÿ%`• %K ˆÿÿ¨gDf˜ %K ˆÿÿ%`•'K ˆÿÿ¬gDf˜'K ˆÿÿ%`•p(K ˆÿÿ°gDf˜p(K ˆÿÿ%`•Ø)K ˆÿÿ´gDf˜Ø)K ˆÿÿ%`•@+K ˆÿÿ¸gDf˜@+K ˆÿÿ%`•¨,K ˆÿÿ¼gDf˜¨,K ˆÿÿ%`•.K ˆÿÿÀgDf˜.K ˆÿÿ%`•@­ˆÿÿÄgDf˜@­ˆÿÿ%`•hA­ˆÿÿÈgDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿÌgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿÐgDf˜8D­ˆÿÿ%`• E­ˆÿÿÔgDf˜ E­ˆÿÿ%`•G­ˆÿÿØgDf˜G­ˆÿÿ%`•pH­ˆÿÿÜgDf˜pH­ˆÿÿ%`•ØI­ˆÿÿàgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿägDf˜@K­ˆÿÿ%`•¨L­ˆÿÿègDf˜¨L­ˆÿÿ%`•N­ˆÿÿìgDf˜N­ˆÿÿ%`• ˜ˆÿÿðgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿôgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿøgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿügDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ gDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ gDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ gDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ gDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ gDf˜.˜ˆÿÿ%`• Óˆÿÿ gDf˜ Óˆÿÿ%`•h¡Óˆÿÿ gDf˜h¡Óˆÿÿ%`•ТÓˆÿÿ $gDf˜Ð¢Óˆÿÿ%`•8¤Óˆÿÿ (gDf˜8¤Óˆÿÿ%`• ¥Óˆÿÿ ,gDf˜ ¥Óˆÿÿ%`•§Óˆÿÿ 0gDf˜§Óˆÿÿ%`•p¨Óˆÿÿ 4gDf˜p¨Óˆÿÿ%`•ةӈÿÿ 8gDf˜Ø©Óˆÿÿ%`•@«Óˆÿÿ <gDf˜@«Óˆÿÿ%`•¨¬Óˆÿÿ @gDf˜¨¬Óˆÿÿ%`•®Óˆÿÿ DgDf˜®Óˆÿÿ%`•àÔˆÿÿ HgDf˜àÔˆÿÿ%`•háÔˆÿÿ LgDf˜háÔˆÿÿ%`•ÐâÔˆÿÿ PgDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿ TgDf˜8äÔˆÿÿ%`• åÔˆÿÿ XgDf˜ åÔˆÿÿ%`•çÔˆÿÿ \gDf˜çÔˆÿÿ%`•pèÔˆÿÿ `gDf˜pèÔˆÿÿ%`•ØéÔˆÿÿ dgDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿ hgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ lgDf˜¨ìÔˆÿÿ%`•îÔˆÿÿ pgDf˜îÔˆÿÿ%`•€ºˆÿÿ tgDf˜€ºˆÿÿ%`•hºˆÿÿ xgDf˜hºˆÿÿ%`•Ђºˆÿÿ |gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ €gDf˜8„ºˆÿÿ%`• …ºˆÿÿ „gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ ˆgDf˜‡ºˆÿÿ%`•pˆºˆÿÿ ŒgDf˜pˆºˆÿÿ%`•؉ºˆÿÿ gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ ”gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ ˜gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ œgDf˜Žºˆÿÿ%`•€ ˆÿÿ  gDf˜€ ˆÿÿ%`•h ˆÿÿ ¤gDf˜h ˆÿÿ%`•Ђ ˆÿÿ ¨gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ ¬gDf˜8„ ˆÿÿ%`• … ˆÿÿ °gDf˜ … ˆÿÿ%`•‡ ˆÿÿ ´gDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ ¸gDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ ¼gDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ ÀgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ ÄgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ ÈgDf˜Ž ˆÿÿ%`•>™ˆÿÿ ÌgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ÐgDf˜¨<™ˆÿÿ%`• 6ˆÿÿ ÔgDf˜ 6ˆÿÿ%`•h¡6ˆÿÿ ØgDf˜h¡6ˆÿÿ%`•Т6ˆÿÿ ÜgDf˜Ð¢6ˆÿÿ%`•8¤6ˆÿÿ àgDf˜8¤6ˆÿÿ%`• ¥6ˆÿÿ ägDf˜ ¥6ˆÿÿ%`•§6ˆÿÿ ègDf˜§6ˆÿÿ%`•p¨6ˆÿÿ ìgDf˜p¨6ˆÿÿ%`•Ø©6ˆÿÿ ðgDf˜Ø©6ˆÿÿ%`•@«6ˆÿÿ ôgDf˜@«6ˆÿÿ%`•¨¬6ˆÿÿ øgDf˜¨¬6ˆÿÿ%`•®6ˆÿÿ ügDf˜®6ˆÿÿ%`•€‚ˆÿÿ gDf˜€‚ˆÿÿ%`•h‚ˆÿÿ gDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿ gDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿ gDf˜8„‚ˆÿÿ%`• …‚ˆÿÿ gDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿ gDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿ gDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿ gDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿ gDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿ $gDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿ (gDf˜Ž‚ˆÿÿ%`•àˈÿÿ ,gDf˜àˈÿÿ%`•háˈÿÿ 0gDf˜háˈÿÿ%`•Ðâˈÿÿ 4gDf˜Ðâˈÿÿ%`•8äˈÿÿ 8gDf˜8äˈÿÿ%`• åˈÿÿ <gDf˜ åˈÿÿ%`•çˈÿÿ @gDf˜çˈÿÿ%`•pèˈÿÿ DgDf˜pèˈÿÿ%`•Øéˈÿÿ HgDf˜Øéˈÿÿ%`•@ëˈÿÿ LgDf˜@ëˈÿÿ%`•¨ìˈÿÿ PgDf˜¨ìˈÿÿ%`•îˈÿÿ TgDf˜îˈÿÿ%`•¨¬ªˆÿÿ XgDf˜¨¬ªˆÿÿ%`•@«ªˆÿÿ \gDf˜@«ªˆÿÿ%`•Ø©ªˆÿÿ `gDf˜Ø©ªˆÿÿ%`•p¨ªˆÿÿ dgDf˜p¨ªˆÿÿ%`•§ªˆÿÿ hgDf˜§ªˆÿÿ%`• ¥ªˆÿÿ lgDf˜ ¥ªˆÿÿ%`•8¤ªˆÿÿ pgDf˜8¤ªˆÿÿ%`•Тªˆÿÿ tgDf˜Ð¢ªˆÿÿ%`•h¡ªˆÿÿ xgDf˜h¡ªˆÿÿ%`• ªˆÿÿ |gDf˜ ªˆÿÿ%`• ïˆÿÿ €gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ „gDf˜h¡ïˆÿÿ%`•Тïˆÿÿ ˆgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ ŒgDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ ”gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ ˜gDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ œgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ  gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ ¤gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ ¨gDf˜®ïˆÿÿ%`•€ ˆÿÿ ¬gDf˜€ ˆÿÿ%`•h ˆÿÿ °gDf˜h ˆÿÿ%`•Ђ ˆÿÿ ´gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ ¸gDf˜8„ ˆÿÿ%`• … ˆÿÿ ¼gDf˜ … ˆÿÿ%`•‡ ˆÿÿ ÀgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ ÄgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ ÈgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ ÌgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ ÐgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ ÔgDf˜Ž ˆÿÿ%`•®ªˆÿÿ ØgDf˜®ªˆÿÿ%`•@+K ˆÿÿ ÜgDf˜@+K ˆÿÿ%`•Ø)K ˆÿÿ àgDf˜Ø)K ˆÿÿ%`•p(K ˆÿÿ ägDf˜p(K ˆÿÿ%`•'K ˆÿÿ ègDf˜'K ˆÿÿ%`• %K ˆÿÿ ìgDf˜ %K ˆÿÿ%`•8$K ˆÿÿ ðgDf˜8$K ˆÿÿ%`•Ð"K ˆÿÿ ôgDf˜Ð"K ˆÿÿ%`•h!K ˆÿÿ øgDf˜h!K ˆÿÿ%`• K ˆÿÿ ügDf˜ K ˆÿÿ%`•`J ˆÿÿ gDf˜`J ˆÿÿ%`•haJ ˆÿÿ gDf˜haJ ˆÿÿ%`•ÐbJ ˆÿÿ gDf˜ÐbJ ˆÿÿ%`•8dJ ˆÿÿ gDf˜8dJ ˆÿÿ%`• eJ ˆÿÿ gDf˜ eJ ˆÿÿ%`•gJ ˆÿÿ gDf˜gJ ˆÿÿ%`•phJ ˆÿÿ gDf˜phJ ˆÿÿ%`•ØiJ ˆÿÿ gDf˜ØiJ ˆÿÿ%`•@kJ ˆÿÿ gDf˜@kJ ˆÿÿ%`•¨lJ ˆÿÿ $gDf˜¨lJ ˆÿÿ%`•nJ ˆÿÿ (gDf˜nJ ˆÿÿ%`•@Fˆÿÿ ,gDf˜@Fˆÿÿ%`•hAFˆÿÿ 0gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ 4gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ 8gDf˜8DFˆÿÿ%`• EFˆÿÿ <gDf˜ EFˆÿÿ%`•GFˆÿÿ @gDf˜GFˆÿÿ%`•pHFˆÿÿ DgDf˜pHFˆÿÿ%`•ØIFˆÿÿ HgDf˜ØIFˆÿÿ%`•@KFˆÿÿ LgDf˜@KFˆÿÿ%`•¨LFˆÿÿ PgDf˜¨LFˆÿÿ%`•NFˆÿÿ TgDf˜NFˆÿÿ%`•.K ˆÿÿ XgDf˜.K ˆÿÿ%`•¨,K ˆÿÿ \gDf˜¨,K ˆÿÿ%`•ةӈÿÿ ÜgDf˜Ø©Óˆÿÿ%`•ةӈÿÿ `gDf˜Ø©Óˆÿÿ%`•®Óˆÿÿ dgDf˜®Óˆÿÿ%`•¨¬Óˆÿÿ hgDf˜¨¬Óˆÿÿ%`•@«Óˆÿÿ lgDf˜@«Óˆÿÿ%`•p¨Óˆÿÿ pgDf˜p¨Óˆÿÿ%`•§Óˆÿÿ tgDf˜§Óˆÿÿ%`• ¥Óˆÿÿ xgDf˜ ¥Óˆÿÿ%`•8¤Óˆÿÿ |gDf˜8¤Óˆÿÿ%`•ТÓˆÿÿ €gDf˜Ð¢Óˆÿÿ%`•h¡Óˆÿÿ „gDf˜h¡Óˆÿÿ%`• Óˆÿÿ ˆgDf˜ Óˆÿÿ%`•¨<™ˆÿÿ ŒgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•@^ˆÿÿ ”gDf˜@^ˆÿÿ%`•hA^ˆÿÿ ˜gDf˜hA^ˆÿÿ%`•ÐB^ˆÿÿ œgDf˜ÐB^ˆÿÿ%`•8D^ˆÿÿ  gDf˜8D^ˆÿÿ%`• E^ˆÿÿ ¤gDf˜ E^ˆÿÿ%`•G^ˆÿÿ ¨gDf˜G^ˆÿÿ%`•pH^ˆÿÿ ¬gDf˜pH^ˆÿÿ%`•ØI^ˆÿÿ °gDf˜ØI^ˆÿÿ%`•@K^ˆÿÿ ´gDf˜@K^ˆÿÿ%`•¨L^ˆÿÿ ¸gDf˜¨L^ˆÿÿ%`•N^ˆÿÿ ¼gDf˜N^ˆÿÿ%`•`J ˆÿÿ ÀgDf˜`J ˆÿÿ%`•haJ ˆÿÿ ÄgDf˜haJ ˆÿÿ%`•ÐbJ ˆÿÿ ÈgDf˜ÐbJ ˆÿÿ%`•8dJ ˆÿÿ ÌgDf˜8dJ ˆÿÿ%`• eJ ˆÿÿ ÐgDf˜ eJ ˆÿÿ%`•gJ ˆÿÿ ÔgDf˜gJ ˆÿÿ%`•phJ ˆÿÿ ØgDf˜phJ ˆÿÿ%`•ØiJ ˆÿÿ àgDf˜ØiJ ˆÿÿ%`•@kJ ˆÿÿ ägDf˜@kJ ˆÿÿ%`•¨lJ ˆÿÿ ègDf˜¨lJ ˆÿÿ%`•nJ ˆÿÿ ìgDf˜nJ ˆÿÿ%`•€7ˆÿÿ ðgDf˜€7ˆÿÿ%`•h7ˆÿÿ ôgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿ øgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿ ügDf˜8„7ˆÿÿ%`• …7ˆÿÿ gDf˜ …7ˆÿÿ%`•‡7ˆÿÿ gDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ gDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿ gDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ gDf˜Ž7ˆÿÿ%`• ªˆÿÿ gDf˜ ªˆÿÿ%`•h¡ªˆÿÿ gDf˜h¡ªˆÿÿ%`•Тªˆÿÿ $gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ (gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ ,gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ 0gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ 4gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ 8gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ <gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ @gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ DgDf˜®ªˆÿÿ%`•€šˆÿÿ HgDf˜€šˆÿÿ%`•hšˆÿÿ LgDf˜hšˆÿÿ%`•Ђšˆÿÿ PgDf˜Ð‚šˆÿÿ%`•8„šˆÿÿ TgDf˜8„šˆÿÿ%`• …šˆÿÿ XgDf˜ …šˆÿÿ%`•‡šˆÿÿ \gDf˜‡šˆÿÿ%`•pˆšˆÿÿ `gDf˜pˆšˆÿÿ%`•؉šˆÿÿ dgDf˜Ø‰šˆÿÿ%`•@‹šˆÿÿ hgDf˜@‹šˆÿÿ%`•¨Œšˆÿÿ lgDf˜¨Œšˆÿÿ%`•Žšˆÿÿ pgDf˜Žšˆÿÿ%`•ઈÿÿ tgDf˜àªˆÿÿ%`•h᪈ÿÿ xgDf˜h᪈ÿÿ%`•Ð⪈ÿÿ |gDf˜Ð⪈ÿÿ%`•8䪈ÿÿ €gDf˜8䪈ÿÿ%`• åªˆÿÿ „gDf˜ åªˆÿÿ%`•窈ÿÿ ˆgDf˜çªˆÿÿ%`•p誈ÿÿ ŒgDf˜p誈ÿÿ%`•Øéªˆÿÿ gDf˜Øéªˆÿÿ%`•@몈ÿÿ ”gDf˜@몈ÿÿ%`•¨ìªˆÿÿ ˜gDf˜¨ìªˆÿÿ%`•ÿÿ œgDf˜îªˆÿÿ%`•­ˆÿÿ  gDf˜­ˆÿÿ%`•h­ˆÿÿ ¤gDf˜h­ˆÿÿ%`•Эˆÿÿ ¨gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ ¬gDf˜8­ˆÿÿ%`• ­ˆÿÿ °gDf˜ ­ˆÿÿ%`•­ˆÿÿ ´gDf˜­ˆÿÿ%`•p­ˆÿÿ ¸gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ ¼gDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ ÀgDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ ÄgDf˜¨ ­ˆÿÿ%`•­ˆÿÿ ÈgDf˜­ˆÿÿ%`•Œˆÿÿ ÌgDf˜Œˆÿÿ%`•hŒˆÿÿ ÐgDf˜hŒˆÿÿ%`•ÐŒˆÿÿ ÔgDf˜ÐŒˆÿÿ%`•8Œˆÿÿ ØgDf˜8Œˆÿÿ%`• Œˆÿÿ ÜgDf˜ Œˆÿÿ%`•Œˆÿÿ àgDf˜Œˆÿÿ%`•pŒˆÿÿ ägDf˜pŒˆÿÿ%`•Ø Œˆÿÿ ègDf˜Ø Œˆÿÿ%`•@ Œˆÿÿ ìgDf˜@ Œˆÿÿ%`•¨ Œˆÿÿ ðgDf˜¨ Œˆÿÿ%`•Œˆÿÿ ôgDf˜Œˆÿÿ%`•€‚ˆÿÿ øgDf˜€‚ˆÿÿ%`•h‚ˆÿÿ ügDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿ gDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿ gDf˜8„‚ˆÿÿ%`• …‚ˆÿÿ gDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿ gDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿ gDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿ gDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿ gDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿ gDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿ gDf˜Ž‚ˆÿÿ%`•Žˆÿÿ $gDf˜Žˆÿÿ%`•hŽˆÿÿ (gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ ,gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ 0gDf˜8Žˆÿÿ%`• Žˆÿÿ 4gDf˜ Žˆÿÿ%`•Žˆÿÿ 8gDf˜Žˆÿÿ%`•pŽˆÿÿ <gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ @gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ DgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ HgDf˜¨ Žˆÿÿ%`•Žˆÿÿ LgDf˜Žˆÿÿ%`•àR ˆÿÿ PgDf˜àR ˆÿÿ%`•háR ˆÿÿ TgDf˜háR ˆÿÿ%`•ÐâR ˆÿÿ XgDf˜ÐâR ˆÿÿ%`•8äR ˆÿÿ \gDf˜8äR ˆÿÿ%`• åR ˆÿÿ `gDf˜ åR ˆÿÿ%`•çR ˆÿÿ dgDf˜çR ˆÿÿ%`•pèR ˆÿÿ hgDf˜pèR ˆÿÿ%`•ØéR ˆÿÿ lgDf˜ØéR ˆÿÿ%`•@ëR ˆÿÿ pgDf˜@ëR ˆÿÿ%`•¨ìR ˆÿÿ tgDf˜¨ìR ˆÿÿ%`•îR ˆÿÿ xgDf˜îR ˆÿÿ%`•½ˆÿÿ |gDf˜½ˆÿÿ%`•h½ˆÿÿ €gDf˜h½ˆÿÿ%`•нˆÿÿ „gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ ˆgDf˜8½ˆÿÿ%`• ½ˆÿÿ ŒgDf˜ ½ˆÿÿ%`•½ˆÿÿ gDf˜½ˆÿÿ%`•p½ˆÿÿ ”gDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ ˜gDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ œgDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ  gDf˜¨ ½ˆÿÿ%`•½ˆÿÿ ¤gDf˜½ˆÿÿ%`•àÏ ˆÿÿ ¨gDf˜àÏ ˆÿÿ%`•háÏ ˆÿÿ ¬gDf˜háÏ ˆÿÿ%`•ÐâÏ ˆÿÿ °gDf˜ÐâÏ ˆÿÿ%`•8äÏ ˆÿÿ ´gDf˜8äÏ ˆÿÿ%`• åÏ ˆÿÿ ¸gDf˜ åÏ ˆÿÿ%`•çÏ ˆÿÿ ¼gDf˜çÏ ˆÿÿ%`•pèÏ ˆÿÿ ÀgDf˜pèÏ ˆÿÿ%`•ØéÏ ˆÿÿ ÄgDf˜ØéÏ ˆÿÿ%`•@ëÏ ˆÿÿ ÈgDf˜@ëÏ ˆÿÿ%`•¨ìÏ ˆÿÿ ÌgDf˜¨ìÏ ˆÿÿ%`•îÏ ˆÿÿ ÐgDf˜îÏ ˆÿÿ%`•>™ˆÿÿ ÔgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ØgDf˜¨<™ˆÿÿ%`•ØI^ˆÿÿ ÜgDf˜ØI^ˆÿÿ%`•pH^ˆÿÿ àgDf˜pH^ˆÿÿ%`•G^ˆÿÿ ägDf˜G^ˆÿÿ%`• E^ˆÿÿ ègDf˜ E^ˆÿÿ%`•8D^ˆÿÿ ìgDf˜8D^ˆÿÿ%`•ÐB^ˆÿÿ ðgDf˜ÐB^ˆÿÿ%`•hA^ˆÿÿ ôgDf˜hA^ˆÿÿ%`•@^ˆÿÿ øgDf˜@^ˆÿÿ%`• Ü ˆÿÿ ügDf˜ Ü ˆÿÿ%`•h¡Ü ˆÿÿgDf˜h¡Ü ˆÿÿ%`•Ð¢Ü ˆÿÿgDf˜Ð¢Ü ˆÿÿ%`•8¤Ü ˆÿÿgDf˜8¤Ü ˆÿÿ%`• ¥Ü ˆÿÿ gDf˜ ¥Ü ˆÿÿ%`•§Ü ˆÿÿgDf˜§Ü ˆÿÿ%`•p¨Ü ˆÿÿgDf˜p¨Ü ˆÿÿ%`•Ø©Ü ˆÿÿgDf˜Ø©Ü ˆÿÿ%`•@«Ü ˆÿÿgDf˜@«Ü ˆÿÿ%`•¨¬Ü ˆÿÿ gDf˜¨¬Ü ˆÿÿ%`•®Ü ˆÿÿ$gDf˜®Ü ˆÿÿ%`•À­ˆÿÿ(gDf˜À­ˆÿÿ%`•hÁ­ˆÿÿ,gDf˜hÁ­ˆÿÿ%`•Эˆÿÿ0gDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿ4gDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿ8gDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿ<gDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ@gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿDgDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿHgDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿLgDf˜¨Ì­ˆÿÿ%`•έˆÿÿPgDf˜έˆÿÿ%`•N^ˆÿÿTgDf˜N^ˆÿÿ%`•¨L^ˆÿÿXgDf˜¨L^ˆÿÿ%`•@K^ˆÿÿ\gDf˜@K^ˆÿÿ%`•p¨ªˆÿÿ`gDf˜p¨ªˆÿÿ%`•§ªˆÿÿdgDf˜§ªˆÿÿ%`• ¥ªˆÿÿhgDf˜ ¥ªˆÿÿ%`•8¤ªˆÿÿlgDf˜8¤ªˆÿÿ%`•ТªˆÿÿpgDf˜Ð¢ªˆÿÿ%`•h¡ªˆÿÿtgDf˜h¡ªˆÿÿ%`• ªˆÿÿxgDf˜ ªˆÿÿ%`•€7ˆÿÿ|gDf˜€7ˆÿÿ%`•h7ˆÿÿ€gDf˜h7ˆÿÿ%`•Ђ7ˆÿÿ„gDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿˆgDf˜8„7ˆÿÿ%`• …7ˆÿÿŒgDf˜ …7ˆÿÿ%`•‡7ˆÿÿgDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ”gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ˜gDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿœgDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ¤gDf˜Ž7ˆÿÿ%`•`J ˆÿÿ¨gDf˜`J ˆÿÿ%`•haJ ˆÿÿ¬gDf˜haJ ˆÿÿ%`•ÐbJ ˆÿÿ°gDf˜ÐbJ ˆÿÿ%`•8dJ ˆÿÿ´gDf˜8dJ ˆÿÿ%`• eJ ˆÿÿ¸gDf˜ eJ ˆÿÿ%`•gJ ˆÿÿ¼gDf˜gJ ˆÿÿ%`•phJ ˆÿÿÀgDf˜phJ ˆÿÿ%`•ØiJ ˆÿÿÄgDf˜ØiJ ˆÿÿ%`•@kJ ˆÿÿÈgDf˜@kJ ˆÿÿ%`•¨lJ ˆÿÿÌgDf˜¨lJ ˆÿÿ%`•nJ ˆÿÿÐgDf˜nJ ˆÿÿ%`•®ªˆÿÿÔgDf˜®ªˆÿÿ%`•¨¬ªˆÿÿØgDf˜¨¬ªˆÿÿ%`•@«ªˆÿÿÜgDf˜@«ªˆÿÿ%`•Ø©ªˆÿÿàgDf˜Ø©ªˆÿÿ%`•­ˆÿÿägDf˜­ˆÿÿ%`• ­ˆÿÿègDf˜ ­ˆÿÿ%`•8­ˆÿÿìgDf˜8­ˆÿÿ%`•ЭˆÿÿðgDf˜Ð­ˆÿÿ%`•h­ˆÿÿôgDf˜h­ˆÿÿ%`•­ˆÿÿøgDf˜­ˆÿÿ%`•ઈÿÿügDf˜àªˆÿÿ%`•h᪈ÿÿgDf˜h᪈ÿÿ%`•Ð⪈ÿÿgDf˜Ð⪈ÿÿ%`•8䪈ÿÿgDf˜8䪈ÿÿ%`• åªˆÿÿ gDf˜ åªˆÿÿ%`•窈ÿÿgDf˜çªˆÿÿ%`•p誈ÿÿgDf˜p誈ÿÿ%`•ØéªˆÿÿgDf˜Øéªˆÿÿ%`•@몈ÿÿgDf˜@몈ÿÿ%`•¨ìªˆÿÿ gDf˜¨ìªˆÿÿ%`•ÿÿ$gDf˜îªˆÿÿ%`•`܈ÿÿ(gDf˜`܈ÿÿ%`•ha܈ÿÿ,gDf˜ha܈ÿÿ%`•Ðb܈ÿÿ0gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ4gDf˜8d܈ÿÿ%`• e܈ÿÿ8gDf˜ e܈ÿÿ%`•g܈ÿÿàgDf˜g܈ÿÿ%`•g܈ÿÿ<gDf˜g܈ÿÿ%`• e܈ÿÿ@gDf˜ e܈ÿÿ%`•8d܈ÿÿDgDf˜8d܈ÿÿ%`•Ðb܈ÿÿHgDf˜Ðb܈ÿÿ%`•ha܈ÿÿLgDf˜ha܈ÿÿ%`•`܈ÿÿPgDf˜`܈ÿÿ%`•ph܈ÿÿTgDf˜ph܈ÿÿ%`•Øi܈ÿÿXgDf˜Øi܈ÿÿ%`•@k܈ÿÿ\gDf˜@k܈ÿÿ%`•¨l܈ÿÿ`gDf˜¨l܈ÿÿ%`•n܈ÿÿdgDf˜n܈ÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•h¡ˆÿÿtgDf˜h¡ˆÿÿ%`•ТˆÿÿxgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ|gDf˜8¤ˆÿÿ%`• ¥ˆÿÿ€gDf˜ ¥ˆÿÿ%`•§ˆÿÿ„gDf˜§ˆÿÿ%`•p¨ˆÿÿˆgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿŒgDf˜Ø©ˆÿÿ%`•@«ˆÿÿgDf˜@«ˆÿÿ%`•¨¬ˆÿÿ”gDf˜¨¬ˆÿÿ%`•®ˆÿÿ˜gDf˜®ˆÿÿ%`•Àº ˆÿÿœgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ gDf˜hÁº ˆÿÿ%`•к ˆÿÿ¤gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ¨gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ¬gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ°gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ´gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ¸gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ¼gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿÀgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿÄgDf˜κ ˆÿÿ%`•à,ˆÿÿÈgDf˜à,ˆÿÿ%`•há,ˆÿÿÌgDf˜há,ˆÿÿ%`•Ðâ,ˆÿÿÐgDf˜Ðâ,ˆÿÿ%`•8ä,ˆÿÿÔgDf˜8ä,ˆÿÿ%`• å,ˆÿÿØgDf˜ å,ˆÿÿ%`•ç,ˆÿÿÜgDf˜ç,ˆÿÿ%`•pè,ˆÿÿägDf˜pè,ˆÿÿ%`•Øé,ˆÿÿègDf˜Øé,ˆÿÿ%`•@ë,ˆÿÿìgDf˜@ë,ˆÿÿ%`•¨ì,ˆÿÿðgDf˜¨ì,ˆÿÿ%`•î,ˆÿÿôgDf˜î,ˆÿÿ%`• ˜ˆÿÿøgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿügDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ gDf˜'˜ˆÿÿ%`•p(˜ˆÿÿgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿgDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿgDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ gDf˜.˜ˆÿÿ%`•Àˆÿÿ$gDf˜Àˆÿÿ%`•hÁˆÿÿ(gDf˜hÁˆÿÿ%`•Јÿÿ,gDf˜Ðˆÿÿ%`•8Ĉÿÿ0gDf˜8Ĉÿÿ%`• Åˆÿÿ4gDf˜ Åˆÿÿ%`•Ljÿÿ8gDf˜Çˆÿÿ%`•pȈÿÿ<gDf˜pȈÿÿ%`•ØÉˆÿÿ@gDf˜ØÉˆÿÿ%`•@ˈÿÿDgDf˜@ˈÿÿ%`•¨ÌˆÿÿHgDf˜¨Ìˆÿÿ%`•ΈÿÿLgDf˜Îˆÿÿ%`• ˆÿÿPgDf˜ ˆÿÿ%`•h! ˆÿÿTgDf˜h! ˆÿÿ%`•Ð" ˆÿÿXgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ\gDf˜8$ ˆÿÿ%`• % ˆÿÿ`gDf˜ % ˆÿÿ%`•' ˆÿÿdgDf˜' ˆÿÿ%`•p( ˆÿÿhgDf˜p( ˆÿÿ%`•Ø) ˆÿÿlgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿpgDf˜@+ ˆÿÿ%`•¨, ˆÿÿtgDf˜¨, ˆÿÿ%`•. ˆÿÿxgDf˜. ˆÿÿ%`•@ˆÿÿ|gDf˜@ˆÿÿ%`•hAˆÿÿ€gDf˜hAˆÿÿ%`•ÐBˆÿÿ„gDf˜ÐBˆÿÿ%`•8DˆÿÿˆgDf˜8Dˆÿÿ%`• EˆÿÿŒgDf˜ Eˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pHˆÿÿ”gDf˜pHˆÿÿ%`•ØIˆÿÿ˜gDf˜ØIˆÿÿ%`•@KˆÿÿœgDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•Nˆÿÿ¤gDf˜Nˆÿÿ%`• Ü ˆÿÿ¨gDf˜ Ü ˆÿÿ%`•h¡Ü ˆÿÿ¬gDf˜h¡Ü ˆÿÿ%`•Ð¢Ü ˆÿÿ°gDf˜Ð¢Ü ˆÿÿ%`•8¤Ü ˆÿÿ´gDf˜8¤Ü ˆÿÿ%`• ¥Ü ˆÿÿ¸gDf˜ ¥Ü ˆÿÿ%`•§Ü ˆÿÿ¼gDf˜§Ü ˆÿÿ%`•p¨Ü ˆÿÿÀgDf˜p¨Ü ˆÿÿ%`•Ø©Ü ˆÿÿÄgDf˜Ø©Ü ˆÿÿ%`•@«Ü ˆÿÿÈgDf˜@«Ü ˆÿÿ%`•¨¬Ü ˆÿÿÌgDf˜¨¬Ü ˆÿÿ%`•®Ü ˆÿÿÐgDf˜®Ü ˆÿÿ%`•@¤ ˆÿÿÔgDf˜@¤ ˆÿÿ%`•hA¤ ˆÿÿØgDf˜hA¤ ˆÿÿ%`•ÐB¤ ˆÿÿÜgDf˜ÐB¤ ˆÿÿ%`•8D¤ ˆÿÿàgDf˜8D¤ ˆÿÿ%`• E¤ ˆÿÿägDf˜ E¤ ˆÿÿ%`•G¤ ˆÿÿègDf˜G¤ ˆÿÿ%`•pH¤ ˆÿÿìgDf˜pH¤ ˆÿÿ%`•ØI¤ ˆÿÿðgDf˜ØI¤ ˆÿÿ%`•@K¤ ˆÿÿôgDf˜@K¤ ˆÿÿ%`•¨L¤ ˆÿÿøgDf˜¨L¤ ˆÿÿ%`•N¤ ˆÿÿügDf˜N¤ ˆÿÿ%`•@­ˆÿÿgDf˜@­ˆÿÿ%`•hA­ˆÿÿgDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ gDf˜8D­ˆÿÿ%`• E­ˆÿÿgDf˜ E­ˆÿÿ%`•G­ˆÿÿgDf˜G­ˆÿÿ%`•pH­ˆÿÿgDf˜pH­ˆÿÿ%`•ØI­ˆÿÿgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ$gDf˜¨L­ˆÿÿ%`•N­ˆÿÿ(gDf˜N­ˆÿÿ%`•Ðîˆÿÿ,gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ0gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ4gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ8gDf˜8Ôîˆÿÿ%`• Õîˆÿÿ<gDf˜ Õîˆÿÿ%`•×îˆÿÿ@gDf˜×îˆÿÿ%`•pØîˆÿÿDgDf˜pØîˆÿÿ%`•ØÙîˆÿÿHgDf˜ØÙîˆÿÿ%`•@ÛîˆÿÿLgDf˜@Ûîˆÿÿ%`•¨ÜîˆÿÿPgDf˜¨Üîˆÿÿ%`•ÞîˆÿÿTgDf˜Þîˆÿÿ%`•€ ˆÿÿXgDf˜€ ˆÿÿ%`•h ˆÿÿ\gDf˜h ˆÿÿ%`•Ђ ˆÿÿ`gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿdgDf˜8„ ˆÿÿ%`• … ˆÿÿhgDf˜ … ˆÿÿ%`•‡ ˆÿÿlgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿpgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿtgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿxgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ|gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ€gDf˜Ž ˆÿÿ%`•Žˆÿÿ„gDf˜Žˆÿÿ%`•hŽˆÿÿˆgDf˜hŽˆÿÿ%`•ÐŽˆÿÿŒgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿgDf˜8Žˆÿÿ%`• Žˆÿÿ”gDf˜ Žˆÿÿ%`•Žˆÿÿ˜gDf˜Žˆÿÿ%`•pŽˆÿÿœgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ¤gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ¨gDf˜¨ Žˆÿÿ%`•Žˆÿÿ¬gDf˜Žˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`• Åº ˆÿÿ¸gDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿ¼gDf˜8ĺ ˆÿÿ%`•к ˆÿÿÀgDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿÄgDf˜hÁº ˆÿÿ%`•Àº ˆÿÿÈgDf˜Àº ˆÿÿ%`•€ ˆÿÿÌgDf˜€ ˆÿÿ%`•h ˆÿÿÐgDf˜h ˆÿÿ%`•Ђ ˆÿÿÔgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿØgDf˜8„ ˆÿÿ%`• … ˆÿÿÜgDf˜ … ˆÿÿ%`•‡ ˆÿÿàgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿägDf˜pˆ ˆÿÿ%`•؉ ˆÿÿègDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿìgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿðgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿôgDf˜Ž ˆÿÿ%`•`܈ÿÿøgDf˜`܈ÿÿ%`•ha܈ÿÿügDf˜ha܈ÿÿ%`•Ðb܈ÿÿgDf˜Ðb܈ÿÿ%`•8d܈ÿÿgDf˜8d܈ÿÿ%`• e܈ÿÿgDf˜ e܈ÿÿ%`•g܈ÿÿ gDf˜g܈ÿÿ%`•ph܈ÿÿgDf˜ph܈ÿÿ%`•Øi܈ÿÿgDf˜Øi܈ÿÿ%`•@k܈ÿÿgDf˜@k܈ÿÿ%`•¨l܈ÿÿgDf˜¨l܈ÿÿ%`•n܈ÿÿ gDf˜n܈ÿÿ%`•  ˆÿÿ$gDf˜  ˆÿÿ%`•h¡ ˆÿÿ(gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ,gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ0gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ4gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ8gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ<gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ@gDf˜Ø© ˆÿÿ%`•@« ˆÿÿDgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿHgDf˜¨¬ ˆÿÿ%`•® ˆÿÿLgDf˜® ˆÿÿ%`•κ ˆÿÿPgDf˜κ ˆÿÿ%`•¨Ìº ˆÿÿTgDf˜¨Ìº ˆÿÿ%`•@˺ ˆÿÿXgDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ\gDf˜ØÉº ˆÿÿ%`•pȺ ˆÿÿ`gDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿdgDf˜Ǻ ˆÿÿ%`•8ĈÿÿhgDf˜8Ĉÿÿ%`•ЈÿÿlgDf˜Ðˆÿÿ%`•hÁˆÿÿpgDf˜hÁˆÿÿ%`•ÀˆÿÿtgDf˜Àˆÿÿ%`• ˜ˆÿÿxgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ|gDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ€gDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ„gDf˜8$˜ˆÿÿ%`• %˜ˆÿÿˆgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿŒgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ”gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ˜gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿœgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ gDf˜.˜ˆÿÿ%`•à,ˆÿÿ¤gDf˜à,ˆÿÿ%`•há,ˆÿÿ¨gDf˜há,ˆÿÿ%`•Ðâ,ˆÿÿ¬gDf˜Ðâ,ˆÿÿ%`•8ä,ˆÿÿ°gDf˜8ä,ˆÿÿ%`• å,ˆÿÿ´gDf˜ å,ˆÿÿ%`•ç,ˆÿÿ¸gDf˜ç,ˆÿÿ%`•pè,ˆÿÿ¼gDf˜pè,ˆÿÿ%`•Øé,ˆÿÿÀgDf˜Øé,ˆÿÿ%`•@ë,ˆÿÿÄgDf˜@ë,ˆÿÿ%`•¨ì,ˆÿÿÈgDf˜¨ì,ˆÿÿ%`•î,ˆÿÿÌgDf˜î,ˆÿÿ%`•ΈÿÿÐgDf˜Îˆÿÿ%`•¨ÌˆÿÿÔgDf˜¨Ìˆÿÿ%`•@ˈÿÿØgDf˜@ˈÿÿ%`•ØÉˆÿÿÜgDf˜ØÉˆÿÿ%`•pȈÿÿàgDf˜pȈÿÿ%`•LjÿÿägDf˜Çˆÿÿ%`• ÅˆÿÿègDf˜ Åˆÿÿ%`•Ð¢Ü ˆÿÿìgDf˜Ð¢Ü ˆÿÿ%`•h¡Ü ˆÿÿðgDf˜h¡Ü ˆÿÿ%`• Ü ˆÿÿôgDf˜ Ü ˆÿÿ%`•@ˆÿÿøgDf˜@ˆÿÿ%`•hAˆÿÿügDf˜hAˆÿÿ%`•ÐBˆÿÿgDf˜ÐBˆÿÿ%`•8DˆÿÿgDf˜8Dˆÿÿ%`• EˆÿÿgDf˜ Eˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•pHˆÿÿgDf˜pHˆÿÿ%`•ØIˆÿÿgDf˜ØIˆÿÿ%`•@KˆÿÿgDf˜@Kˆÿÿ%`•¨LˆÿÿgDf˜¨Lˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`• ˆÿÿ$gDf˜ ˆÿÿ%`•h! ˆÿÿ(gDf˜h! ˆÿÿ%`•Ð" ˆÿÿ,gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ0gDf˜8$ ˆÿÿ%`• % ˆÿÿ4gDf˜ % ˆÿÿ%`•' ˆÿÿ8gDf˜' ˆÿÿ%`•p( ˆÿÿ<gDf˜p( ˆÿÿ%`•Ø) ˆÿÿ@gDf˜Ø) ˆÿÿ%`•@+ ˆÿÿDgDf˜@+ ˆÿÿ%`•¨, ˆÿÿHgDf˜¨, ˆÿÿ%`•. ˆÿÿLgDf˜. ˆÿÿ%`•®Ü ˆÿÿPgDf˜®Ü ˆÿÿ%`•¨¬Ü ˆÿÿTgDf˜¨¬Ü ˆÿÿ%`•@«Ü ˆÿÿXgDf˜@«Ü ˆÿÿ%`•Ø©Ü ˆÿÿ\gDf˜Ø©Ü ˆÿÿ%`•p¨Ü ˆÿÿ`gDf˜p¨Ü ˆÿÿ%`•§Ü ˆÿÿdgDf˜§Ü ˆÿÿ%`• ¥Ü ˆÿÿhgDf˜ ¥Ü ˆÿÿ%`•8¤Ü ˆÿÿlgDf˜8¤Ü ˆÿÿ%`•hÑîˆÿÿpgDf˜hÑîˆÿÿ%`•ÐîˆÿÿtgDf˜Ðîˆÿÿ%`•@­ˆÿÿxgDf˜@­ˆÿÿ%`•hA­ˆÿÿ|gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ€gDf˜ÐB­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ„gDf˜'ˆÿÿ%`•ÐB­ˆÿÿägDf˜ÐB­ˆÿÿ%`•ÐB­ˆÿÿˆgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿŒgDf˜8D­ˆÿÿ%`•hA­ˆÿÿgDf˜hA­ˆÿÿ%`•@­ˆÿÿ”gDf˜@­ˆÿÿ%`• E­ˆÿÿ˜gDf˜ E­ˆÿÿ%`•G­ˆÿÿœgDf˜G­ˆÿÿ%`•pH­ˆÿÿ gDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ¤gDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ¨gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ¬gDf˜¨L­ˆÿÿ%`•N­ˆÿÿ°gDf˜N­ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¸gDf˜>™ˆÿÿ%`•žˆÿÿ¼gDf˜žˆÿÿ%`•hžˆÿÿÀgDf˜hžˆÿÿ%`•ОˆÿÿÄgDf˜Ðžˆÿÿ%`•8žˆÿÿÈgDf˜8žˆÿÿ%`• žˆÿÿÌgDf˜ žˆÿÿ%`•žˆÿÿÐgDf˜žˆÿÿ%`•pžˆÿÿÔgDf˜pžˆÿÿ%`•Ø žˆÿÿØgDf˜Ø žˆÿÿ%`•@ žˆÿÿÜgDf˜@ žˆÿÿ%`•¨ žˆÿÿàgDf˜¨ žˆÿÿ%`•žˆÿÿègDf˜žˆÿÿ%`• K ˆÿÿìgDf˜ K ˆÿÿ%`•h!K ˆÿÿðgDf˜h!K ˆÿÿ%`•Ð"K ˆÿÿôgDf˜Ð"K ˆÿÿ%`•8$K ˆÿÿøgDf˜8$K ˆÿÿ%`• %K ˆÿÿügDf˜ %K ˆÿÿ%`•'K ˆÿÿgDf˜'K ˆÿÿ%`•p(K ˆÿÿgDf˜p(K ˆÿÿ%`•Ø)K ˆÿÿgDf˜Ø)K ˆÿÿ%`•@+K ˆÿÿ gDf˜@+K ˆÿÿ%`•¨,K ˆÿÿgDf˜¨,K ˆÿÿ%`•.K ˆÿÿgDf˜.K ˆÿÿ%`• ÓˆÿÿgDf˜ Óˆÿÿ%`•h¡ÓˆÿÿgDf˜h¡Óˆÿÿ%`•ТÓˆÿÿ gDf˜Ð¢Óˆÿÿ%`•8¤Óˆÿÿ$gDf˜8¤Óˆÿÿ%`• ¥Óˆÿÿ(gDf˜ ¥Óˆÿÿ%`•§Óˆÿÿ,gDf˜§Óˆÿÿ%`•p¨Óˆÿÿ0gDf˜p¨Óˆÿÿ%`•ةӈÿÿ4gDf˜Ø©Óˆÿÿ%`•@«Óˆÿÿ8gDf˜@«Óˆÿÿ%`•¨¬Óˆÿÿ<gDf˜¨¬Óˆÿÿ%`•®Óˆÿÿ@gDf˜®Óˆÿÿ%`•`¹ˆÿÿDgDf˜`¹ˆÿÿ%`•ha¹ˆÿÿHgDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿLgDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿPgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿTgDf˜ e¹ˆÿÿ%`•g¹ˆÿÿXgDf˜g¹ˆÿÿ%`•ph¹ˆÿÿ\gDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿ`gDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿdgDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿhgDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿlgDf˜n¹ˆÿÿ%`•`J ˆÿÿpgDf˜`J ˆÿÿ%`•haJ ˆÿÿtgDf˜haJ ˆÿÿ%`•ÐbJ ˆÿÿxgDf˜ÐbJ ˆÿÿ%`•8dJ ˆÿÿ|gDf˜8dJ ˆÿÿ%`• eJ ˆÿÿ€gDf˜ eJ ˆÿÿ%`•gJ ˆÿÿ„gDf˜gJ ˆÿÿ%`•phJ ˆÿÿˆgDf˜phJ ˆÿÿ%`•ØiJ ˆÿÿŒgDf˜ØiJ ˆÿÿ%`•@kJ ˆÿÿgDf˜@kJ ˆÿÿ%`•¨lJ ˆÿÿ”gDf˜¨lJ ˆÿÿ%`•nJ ˆÿÿ˜gDf˜nJ ˆÿÿ%`•ஈÿÿœgDf˜à®ˆÿÿ%`•hᮈÿÿ gDf˜hᮈÿÿ%`•Ð⮈ÿÿ¤gDf˜Ð⮈ÿÿ%`•8䮈ÿÿ¨gDf˜8䮈ÿÿ%`• å®ˆÿÿ¬gDf˜ å®ˆÿÿ%`•箈ÿÿ°gDf˜ç®ˆÿÿ%`•p讈ÿÿ´gDf˜p讈ÿÿ%`•Øé®ˆÿÿ¸gDf˜Øé®ˆÿÿ%`•@뮈ÿÿ¼gDf˜@뮈ÿÿ%`•¨ì®ˆÿÿÀgDf˜¨ì®ˆÿÿ%`•ÿÿÄgDf˜î®ˆÿÿ%`•™ˆÿÿÈgDf˜™ˆÿÿ%`•h™ˆÿÿÌgDf˜h™ˆÿÿ%`•ЙˆÿÿÐgDf˜Ð™ˆÿÿ%`•8™ˆÿÿÔgDf˜8™ˆÿÿ%`• ™ˆÿÿØgDf˜ ™ˆÿÿ%`•™ˆÿÿÜgDf˜™ˆÿÿ%`•p™ˆÿÿàgDf˜p™ˆÿÿ%`•Ø™ˆÿÿägDf˜Ø™ˆÿÿ%`•@™ˆÿÿègDf˜@™ˆÿÿ%`•¨™ˆÿÿìgDf˜¨™ˆÿÿ%`•™ˆÿÿðgDf˜™ˆÿÿ%`•@ªˆÿÿôgDf˜@ªˆÿÿ%`•hAªˆÿÿøgDf˜hAªˆÿÿ%`•ÐBªˆÿÿügDf˜ÐBªˆÿÿ%`•8DªˆÿÿgDf˜8Dªˆÿÿ%`• EªˆÿÿgDf˜ Eªˆÿÿ%`•GªˆÿÿgDf˜Gªˆÿÿ%`•pHªˆÿÿ gDf˜pHªˆÿÿ%`•ØIªˆÿÿgDf˜ØIªˆÿÿ%`•@KªˆÿÿgDf˜@Kªˆÿÿ%`•¨LªˆÿÿgDf˜¨Lªˆÿÿ%`•NªˆÿÿgDf˜Nªˆÿÿ%`• ˜ˆÿÿ gDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ$gDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ(gDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ,gDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ0gDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ4gDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ8gDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ<gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ@gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿDgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿHgDf˜.˜ˆÿÿ%`•@ ˆÿÿLgDf˜@ ˆÿÿ%`•hA ˆÿÿPgDf˜hA ˆÿÿ%`•ÐB ˆÿÿTgDf˜ÐB ˆÿÿ%`•8D ˆÿÿXgDf˜8D ˆÿÿ%`• E ˆÿÿ\gDf˜ E ˆÿÿ%`•G ˆÿÿ`gDf˜G ˆÿÿ%`•pH ˆÿÿdgDf˜pH ˆÿÿ%`•ØI ˆÿÿhgDf˜ØI ˆÿÿ%`•@K ˆÿÿlgDf˜@K ˆÿÿ%`•¨L ˆÿÿpgDf˜¨L ˆÿÿ%`•N ˆÿÿtgDf˜N ˆÿÿ%`•™ˆÿÿxgDf˜™ˆÿÿ%`•h™ˆÿÿ|gDf˜h™ˆÿÿ%`•Йˆÿÿ€gDf˜Ð™ˆÿÿ%`•8™ˆÿÿ„gDf˜8™ˆÿÿ%`• ™ˆÿÿˆgDf˜ ™ˆÿÿ%`•™ˆÿÿŒgDf˜™ˆÿÿ%`•p™ˆÿÿgDf˜p™ˆÿÿ%`•Ø ™ˆÿÿ”gDf˜Ø ™ˆÿÿ%`•@ ™ˆÿÿ˜gDf˜@ ™ˆÿÿ%`•¨ ™ˆÿÿœgDf˜¨ ™ˆÿÿ%`•™ˆÿÿ gDf˜™ˆÿÿ%`•@?ˆÿÿ¤gDf˜@?ˆÿÿ%`•hA?ˆÿÿ¨gDf˜hA?ˆÿÿ%`•ÐB?ˆÿÿ¬gDf˜ÐB?ˆÿÿ%`•8D?ˆÿÿ°gDf˜8D?ˆÿÿ%`• E?ˆÿÿ´gDf˜ E?ˆÿÿ%`•G?ˆÿÿ¸gDf˜G?ˆÿÿ%`•pH?ˆÿÿ¼gDf˜pH?ˆÿÿ%`•ØI?ˆÿÿÀgDf˜ØI?ˆÿÿ%`•@K?ˆÿÿÄgDf˜@K?ˆÿÿ%`•¨L?ˆÿÿÈgDf˜¨L?ˆÿÿ%`•N?ˆÿÿÌgDf˜N?ˆÿÿ%`• ˆÿÿÐgDf˜ ˆÿÿ%`•h!ˆÿÿÔgDf˜h!ˆÿÿ%`•Ð"ˆÿÿØgDf˜Ð"ˆÿÿ%`•8$ˆÿÿÜgDf˜8$ˆÿÿ%`• %ˆÿÿàgDf˜ %ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•p(ˆÿÿègDf˜p(ˆÿÿ%`•Ø)ˆÿÿìgDf˜Ø)ˆÿÿ%`•@+ˆÿÿðgDf˜@+ˆÿÿ%`•¨,ˆÿÿôgDf˜¨,ˆÿÿ%`•.ˆÿÿøgDf˜.ˆÿÿ%`•€‚ˆÿÿügDf˜€‚ˆÿÿ%`•h‚ˆÿÿgDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿgDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿgDf˜8„‚ˆÿÿ%`• …‚ˆÿÿ gDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿgDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿgDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿgDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿgDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿ gDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿ$gDf˜Ž‚ˆÿÿ%`• ˆÿÿ(gDf˜ ˆÿÿ%`•h¡ˆÿÿ,gDf˜h¡ˆÿÿ%`•Тˆÿÿ0gDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ4gDf˜8¤ˆÿÿ%`• ¥ˆÿÿ8gDf˜ ¥ˆÿÿ%`•§ˆÿÿ<gDf˜§ˆÿÿ%`•p¨ˆÿÿ@gDf˜p¨ˆÿÿ%`•Ø©ˆÿÿDgDf˜Ø©ˆÿÿ%`•@«ˆÿÿHgDf˜@«ˆÿÿ%`•¨¬ˆÿÿLgDf˜¨¬ˆÿÿ%`•®ˆÿÿPgDf˜®ˆÿÿ%`•>™ˆÿÿTgDf˜>™ˆÿÿ%`•¨<™ˆÿÿXgDf˜¨<™ˆÿÿ%`•ةӈÿÿ\gDf˜Ø©Óˆÿÿ%`•p¨Óˆÿÿ`gDf˜p¨Óˆÿÿ%`•§ÓˆÿÿdgDf˜§Óˆÿÿ%`• ¥ÓˆÿÿhgDf˜ ¥Óˆÿÿ%`•8¤ÓˆÿÿlgDf˜8¤Óˆÿÿ%`•ТÓˆÿÿpgDf˜Ð¢Óˆÿÿ%`•h¡ÓˆÿÿtgDf˜h¡Óˆÿÿ%`• ÓˆÿÿxgDf˜ Óˆÿÿ%`•€Žˆÿÿ|gDf˜€Žˆÿÿ%`•hŽˆÿÿ€gDf˜hŽˆÿÿ%`•ЂŽˆÿÿ„gDf˜Ð‚Žˆÿÿ%`•8„ŽˆÿÿˆgDf˜8„Žˆÿÿ%`• …ŽˆÿÿŒgDf˜ …Žˆÿÿ%`•‡ŽˆÿÿgDf˜‡Žˆÿÿ%`•pˆŽˆÿÿ”gDf˜pˆŽˆÿÿ%`•؉Žˆÿÿ˜gDf˜Ø‰Žˆÿÿ%`•@‹ŽˆÿÿœgDf˜@‹Žˆÿÿ%`•¨ŒŽˆÿÿ gDf˜¨ŒŽˆÿÿ%`•ŽŽˆÿÿ¤gDf˜ŽŽˆÿÿ%`•>ˆÿÿ¨gDf˜>ˆÿÿ%`•h‘>ˆÿÿ¬gDf˜h‘>ˆÿÿ%`•Ð’>ˆÿÿ°gDf˜Ð’>ˆÿÿ%`•8”>ˆÿÿ´gDf˜8”>ˆÿÿ%`• •>ˆÿÿ¸gDf˜ •>ˆÿÿ%`•—>ˆÿÿ¼gDf˜—>ˆÿÿ%`•p˜>ˆÿÿÀgDf˜p˜>ˆÿÿ%`•Ø™>ˆÿÿÄgDf˜Ø™>ˆÿÿ%`•@›>ˆÿÿÈgDf˜@›>ˆÿÿ%`•¨œ>ˆÿÿÌgDf˜¨œ>ˆÿÿ%`•ž>ˆÿÿÐgDf˜ž>ˆÿÿ%`•®ÓˆÿÿÔgDf˜®Óˆÿÿ%`•¨¬ÓˆÿÿØgDf˜¨¬Óˆÿÿ%`•@«ÓˆÿÿÜgDf˜@«Óˆÿÿ%`•p讈ÿÿàgDf˜p讈ÿÿ%`•箈ÿÿägDf˜ç®ˆÿÿ%`• å®ˆÿÿègDf˜ å®ˆÿÿ%`•8䮈ÿÿìgDf˜8䮈ÿÿ%`•Ð⮈ÿÿðgDf˜Ð⮈ÿÿ%`•hᮈÿÿôgDf˜hᮈÿÿ%`•ஈÿÿøgDf˜à®ˆÿÿ%`•`J ˆÿÿügDf˜`J ˆÿÿ%`•haJ ˆÿÿgDf˜haJ ˆÿÿ%`•ÐbJ ˆÿÿgDf˜ÐbJ ˆÿÿ%`•8dJ ˆÿÿgDf˜8dJ ˆÿÿ%`• eJ ˆÿÿ gDf˜ eJ ˆÿÿ%`•gJ ˆÿÿgDf˜gJ ˆÿÿ%`•phJ ˆÿÿgDf˜phJ ˆÿÿ%`•ØiJ ˆÿÿgDf˜ØiJ ˆÿÿ%`•@kJ ˆÿÿgDf˜@kJ ˆÿÿ%`•¨lJ ˆÿÿ gDf˜¨lJ ˆÿÿ%`•nJ ˆÿÿ$gDf˜nJ ˆÿÿ%`•`¹ˆÿÿ(gDf˜`¹ˆÿÿ%`•ha¹ˆÿÿ,gDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿ0gDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿ4gDf˜8d¹ˆÿÿ%`• e¹ˆÿÿ8gDf˜ e¹ˆÿÿ%`•g¹ˆÿÿ<gDf˜g¹ˆÿÿ%`•ph¹ˆÿÿ@gDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿDgDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿHgDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿLgDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿPgDf˜n¹ˆÿÿ%`•ÿÿTgDf˜î®ˆÿÿ%`•¨ì®ˆÿÿXgDf˜¨ì®ˆÿÿ%`•@뮈ÿÿ\gDf˜@뮈ÿÿ%`•Øé®ˆÿÿ`gDf˜Øé®ˆÿÿ%`•'˜ˆÿÿègDf˜'˜ˆÿÿ%`•'˜ˆÿÿdgDf˜'˜ˆÿÿ%`•.˜ˆÿÿhgDf˜.˜ˆÿÿ%`•¨,˜ˆÿÿlgDf˜¨,˜ˆÿÿ%`•@+˜ˆÿÿpgDf˜@+˜ˆÿÿ%`•Ø)˜ˆÿÿtgDf˜Ø)˜ˆÿÿ%`•p(˜ˆÿÿxgDf˜p(˜ˆÿÿ%`• %˜ˆÿÿ|gDf˜ %˜ˆÿÿ%`•8$˜ˆÿÿ€gDf˜8$˜ˆÿÿ%`•Ð"˜ˆÿÿ„gDf˜Ð"˜ˆÿÿ%`•h!˜ˆÿÿˆgDf˜h!˜ˆÿÿ%`• ˜ˆÿÿŒgDf˜ ˜ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ”gDf˜>™ˆÿÿ%`•`¹ˆÿÿ˜gDf˜`¹ˆÿÿ%`•ha¹ˆÿÿœgDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿ gDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿ¤gDf˜8d¹ˆÿÿ%`• e¹ˆÿÿ¨gDf˜ e¹ˆÿÿ%`•g¹ˆÿÿ¬gDf˜g¹ˆÿÿ%`•ph¹ˆÿÿ°gDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿ´gDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿ¸gDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿ¼gDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿÀgDf˜n¹ˆÿÿ%`•ঈÿÿÄgDf˜à¦ˆÿÿ%`•hᦈÿÿÈgDf˜hᦈÿÿ%`•Ð⦈ÿÿÌgDf˜Ð⦈ÿÿ%`•8䦈ÿÿÐgDf˜8䦈ÿÿ%`• å¦ˆÿÿÔgDf˜ å¦ˆÿÿ%`•禈ÿÿØgDf˜ç¦ˆÿÿ%`•p覈ÿÿÜgDf˜p覈ÿÿ%`•Øé¦ˆÿÿàgDf˜Øé¦ˆÿÿ%`•@릈ÿÿägDf˜@릈ÿÿ%`•¨ì¦ˆÿÿìgDf˜¨ì¦ˆÿÿ%`•ÿÿðgDf˜î¦ˆÿÿ%`•À+ˆÿÿôgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿøgDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿügDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿgDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿgDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿgDf˜Î+ˆÿÿ%`•@^ˆÿÿ gDf˜@^ˆÿÿ%`•hA^ˆÿÿ$gDf˜hA^ˆÿÿ%`•ÐB^ˆÿÿ(gDf˜ÐB^ˆÿÿ%`•8D^ˆÿÿ,gDf˜8D^ˆÿÿ%`• E^ˆÿÿ0gDf˜ E^ˆÿÿ%`•G^ˆÿÿ4gDf˜G^ˆÿÿ%`•pH^ˆÿÿ8gDf˜pH^ˆÿÿ%`•ØI^ˆÿÿ<gDf˜ØI^ˆÿÿ%`•@K^ˆÿÿ@gDf˜@K^ˆÿÿ%`•¨L^ˆÿÿDgDf˜¨L^ˆÿÿ%`•N^ˆÿÿHgDf˜N^ˆÿÿ%`•àÔˆÿÿLgDf˜àÔˆÿÿ%`•háÔˆÿÿPgDf˜háÔˆÿÿ%`•ÐâÔˆÿÿTgDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿXgDf˜8äÔˆÿÿ%`• åÔˆÿÿ\gDf˜ åÔˆÿÿ%`•çÔˆÿÿ`gDf˜çÔˆÿÿ%`•pèÔˆÿÿdgDf˜pèÔˆÿÿ%`•ØéÔˆÿÿhgDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿlgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿpgDf˜¨ìÔˆÿÿ%`•îÔˆÿÿtgDf˜îÔˆÿÿ%`•`¶ ˆÿÿxgDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿ|gDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿ€gDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿ„gDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿˆgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿŒgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿ”gDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿ˜gDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿœgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ gDf˜n¶ ˆÿÿ%`•žˆÿÿ¤gDf˜žˆÿÿ%`•hžˆÿÿ¨gDf˜hžˆÿÿ%`•Оˆÿÿ¬gDf˜Ðžˆÿÿ%`•8žˆÿÿ°gDf˜8žˆÿÿ%`• žˆÿÿ´gDf˜ žˆÿÿ%`•žˆÿÿ¸gDf˜žˆÿÿ%`•pžˆÿÿ¼gDf˜pžˆÿÿ%`•ØžˆÿÿÀgDf˜Øžˆÿÿ%`•@žˆÿÿÄgDf˜@žˆÿÿ%`•¨žˆÿÿÈgDf˜¨žˆÿÿ%`•žˆÿÿÌgDf˜žˆÿÿ%`•€ºˆÿÿÐgDf˜€ºˆÿÿ%`•hºˆÿÿÔgDf˜hºˆÿÿ%`•ЂºˆÿÿØgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿÜgDf˜8„ºˆÿÿ%`• …ºˆÿÿàgDf˜ …ºˆÿÿ%`•‡ºˆÿÿägDf˜‡ºˆÿÿ%`•pˆºˆÿÿègDf˜pˆºˆÿÿ%`•؉ºˆÿÿìgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿðgDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿôgDf˜¨Œºˆÿÿ%`•ŽºˆÿÿøgDf˜Žºˆÿÿ%`•€‚ˆÿÿügDf˜€‚ˆÿÿ%`•h‚ˆÿÿgDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿgDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿgDf˜8„‚ˆÿÿ%`• …‚ˆÿÿ gDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿgDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿgDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿgDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿgDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿ gDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿ$gDf˜Ž‚ˆÿÿ%`•`܈ÿÿ(gDf˜`܈ÿÿ%`•ha܈ÿÿ,gDf˜ha܈ÿÿ%`•Ðb܈ÿÿ0gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ4gDf˜8d܈ÿÿ%`• e܈ÿÿ8gDf˜ e܈ÿÿ%`•g܈ÿÿ<gDf˜g܈ÿÿ%`•ph܈ÿÿ@gDf˜ph܈ÿÿ%`•Øi܈ÿÿDgDf˜Øi܈ÿÿ%`•@k܈ÿÿHgDf˜@k܈ÿÿ%`•¨l܈ÿÿLgDf˜¨l܈ÿÿ%`•n܈ÿÿPgDf˜n܈ÿÿ%`• MˆÿÿTgDf˜ Mˆÿÿ%`•h!MˆÿÿXgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ\gDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ`gDf˜8$Mˆÿÿ%`• %MˆÿÿdgDf˜ %Mˆÿÿ%`•'MˆÿÿhgDf˜'Mˆÿÿ%`•p(MˆÿÿlgDf˜p(Mˆÿÿ%`•Ø)MˆÿÿpgDf˜Ø)Mˆÿÿ%`•@+MˆÿÿtgDf˜@+Mˆÿÿ%`•¨,MˆÿÿxgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ|gDf˜.Mˆÿÿ%`•@­ˆÿÿ€gDf˜@­ˆÿÿ%`•hA­ˆÿÿ„gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿˆgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿŒgDf˜8D­ˆÿÿ%`• E­ˆÿÿgDf˜ E­ˆÿÿ%`•G­ˆÿÿ”gDf˜G­ˆÿÿ%`•pH­ˆÿÿ˜gDf˜pH­ˆÿÿ%`•ØI­ˆÿÿœgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ¤gDf˜¨L­ˆÿÿ%`•N­ˆÿÿ¨gDf˜N­ˆÿÿ%`•@—ˆÿÿ¬gDf˜@—ˆÿÿ%`•hA—ˆÿÿ°gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ´gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ¸gDf˜8D—ˆÿÿ%`• E—ˆÿÿ¼gDf˜ E—ˆÿÿ%`•G—ˆÿÿÀgDf˜G—ˆÿÿ%`•pH—ˆÿÿÄgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿÈgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿÌgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿÐgDf˜¨L—ˆÿÿ%`•N—ˆÿÿÔgDf˜N—ˆÿÿ%`•>™ˆÿÿØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÜgDf˜¨<™ˆÿÿ%`•g¹ˆÿÿàgDf˜g¹ˆÿÿ%`• e¹ˆÿÿägDf˜ e¹ˆÿÿ%`•8d¹ˆÿÿègDf˜8d¹ˆÿÿ%`•Ðb¹ˆÿÿìgDf˜Ðb¹ˆÿÿ%`•ha¹ˆÿÿðgDf˜ha¹ˆÿÿ%`•`¹ˆÿÿôgDf˜`¹ˆÿÿ%`•ஈÿÿøgDf˜à®ˆÿÿ%`•hᮈÿÿügDf˜hᮈÿÿ%`•Ð⮈ÿÿgDf˜Ð⮈ÿÿ%`•8䮈ÿÿgDf˜8䮈ÿÿ%`• å®ˆÿÿgDf˜ å®ˆÿÿ%`•箈ÿÿ gDf˜ç®ˆÿÿ%`•p讈ÿÿgDf˜p讈ÿÿ%`•Øé®ˆÿÿgDf˜Øé®ˆÿÿ%`•@뮈ÿÿgDf˜@뮈ÿÿ%`•¨ì®ˆÿÿgDf˜¨ì®ˆÿÿ%`•ÿÿ gDf˜î®ˆÿÿ%`•àˈÿÿ$gDf˜àˈÿÿ%`•háˈÿÿ(gDf˜háˈÿÿ%`•Ðâˈÿÿ,gDf˜Ðâˈÿÿ%`•8äˈÿÿ0gDf˜8äˈÿÿ%`• åˈÿÿ4gDf˜ åˈÿÿ%`•çˈÿÿ8gDf˜çˈÿÿ%`•pèˈÿÿ<gDf˜pèˈÿÿ%`•Øéˈÿÿ@gDf˜Øéˈÿÿ%`•@ëˈÿÿDgDf˜@ëˈÿÿ%`•¨ìˈÿÿHgDf˜¨ìˈÿÿ%`•îˈÿÿLgDf˜îˈÿÿ%`•n¹ˆÿÿPgDf˜n¹ˆÿÿ%`•¨l¹ˆÿÿTgDf˜¨l¹ˆÿÿ%`•@k¹ˆÿÿXgDf˜@k¹ˆÿÿ%`•Øi¹ˆÿÿ\gDf˜Øi¹ˆÿÿ%`•ph¹ˆÿÿ`gDf˜ph¹ˆÿÿ%`• E^ˆÿÿdgDf˜ E^ˆÿÿ%`•8D^ˆÿÿhgDf˜8D^ˆÿÿ%`•ÐB^ˆÿÿlgDf˜ÐB^ˆÿÿ%`•hA^ˆÿÿpgDf˜hA^ˆÿÿ%`•@^ˆÿÿtgDf˜@^ˆÿÿ%`•À+ˆÿÿxgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ|gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ€gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ„gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿˆgDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿŒgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿgDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ”gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ˜gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿœgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ gDf˜Î+ˆÿÿ%`•ঈÿÿ¤gDf˜à¦ˆÿÿ%`•hᦈÿÿ¨gDf˜hᦈÿÿ%`•Ð⦈ÿÿ¬gDf˜Ð⦈ÿÿ%`•8䦈ÿÿ°gDf˜8䦈ÿÿ%`• å¦ˆÿÿ´gDf˜ å¦ˆÿÿ%`•禈ÿÿ¸gDf˜ç¦ˆÿÿ%`•p覈ÿÿ¼gDf˜p覈ÿÿ%`•Øé¦ˆÿÿÀgDf˜Øé¦ˆÿÿ%`•@릈ÿÿÄgDf˜@릈ÿÿ%`•¨ì¦ˆÿÿÈgDf˜¨ì¦ˆÿÿ%`•ÿÿÌgDf˜î¦ˆÿÿ%`•N^ˆÿÿÐgDf˜N^ˆÿÿ%`•¨L^ˆÿÿÔgDf˜¨L^ˆÿÿ%`•@K^ˆÿÿØgDf˜@K^ˆÿÿ%`•ØI^ˆÿÿÜgDf˜ØI^ˆÿÿ%`•pH^ˆÿÿàgDf˜pH^ˆÿÿ%`•G^ˆÿÿägDf˜G^ˆÿÿ%`•8žˆÿÿègDf˜8žˆÿÿ%`•ОˆÿÿìgDf˜Ðžˆÿÿ%`•hžˆÿÿðgDf˜hžˆÿÿ%`•žˆÿÿôgDf˜žˆÿÿ%`•`¶ ˆÿÿøgDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿügDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿgDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿgDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿ gDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿgDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ gDf˜n¶ ˆÿÿ%`•€Žˆÿÿ$gDf˜€Žˆÿÿ%`•hŽˆÿÿ(gDf˜hŽˆÿÿ%`•ЂŽˆÿÿ,gDf˜Ð‚Žˆÿÿ%`•8„Žˆÿÿ0gDf˜8„Žˆÿÿ%`• …Žˆÿÿ4gDf˜ …Žˆÿÿ%`•‡Žˆÿÿ8gDf˜‡Žˆÿÿ%`•pˆŽˆÿÿ<gDf˜pˆŽˆÿÿ%`•؉ŽˆÿÿìgDf˜Ø‰Žˆÿÿ%`•؉Žˆÿÿ@gDf˜Ø‰Žˆÿÿ%`•pˆŽˆÿÿDgDf˜pˆŽˆÿÿ%`•‡ŽˆÿÿHgDf˜‡Žˆÿÿ%`• …ŽˆÿÿLgDf˜ …Žˆÿÿ%`•8„ŽˆÿÿPgDf˜8„Žˆÿÿ%`•ЂŽˆÿÿTgDf˜Ð‚Žˆÿÿ%`•hŽˆÿÿXgDf˜hŽˆÿÿ%`•€Žˆÿÿ\gDf˜€Žˆÿÿ%`•@‹Žˆÿÿ`gDf˜@‹Žˆÿÿ%`•¨ŒŽˆÿÿdgDf˜¨ŒŽˆÿÿ%`•ŽŽˆÿÿhgDf˜ŽŽˆÿÿ%`•¨<™ˆÿÿlgDf˜¨<™ˆÿÿ%`•>™ˆÿÿpgDf˜>™ˆÿÿ%`•@9ˆÿÿtgDf˜@9ˆÿÿ%`•hA9ˆÿÿxgDf˜hA9ˆÿÿ%`•ÐB9ˆÿÿ|gDf˜ÐB9ˆÿÿ%`•8D9ˆÿÿ€gDf˜8D9ˆÿÿ%`• E9ˆÿÿ„gDf˜ E9ˆÿÿ%`•G9ˆÿÿˆgDf˜G9ˆÿÿ%`•pH9ˆÿÿŒgDf˜pH9ˆÿÿ%`•ØI9ˆÿÿgDf˜ØI9ˆÿÿ%`•@K9ˆÿÿ”gDf˜@K9ˆÿÿ%`•¨L9ˆÿÿ˜gDf˜¨L9ˆÿÿ%`•N9ˆÿÿœgDf˜N9ˆÿÿ%`•žˆÿÿ gDf˜žˆÿÿ%`•hžˆÿÿ¤gDf˜hžˆÿÿ%`•Оˆÿÿ¨gDf˜Ðžˆÿÿ%`•8žˆÿÿ¬gDf˜8žˆÿÿ%`• žˆÿÿ°gDf˜ žˆÿÿ%`•žˆÿÿ´gDf˜žˆÿÿ%`•pžˆÿÿ¸gDf˜pžˆÿÿ%`•Øžˆÿÿ¼gDf˜Øžˆÿÿ%`•@žˆÿÿÀgDf˜@žˆÿÿ%`•¨žˆÿÿÄgDf˜¨žˆÿÿ%`•žˆÿÿÈgDf˜žˆÿÿ%`• ÈÿÿÌgDf˜ Èÿÿ%`•h!ÈÿÿÐgDf˜h!Èÿÿ%`•Ð"ÈÿÿÔgDf˜Ð"Èÿÿ%`•8$ÈÿÿØgDf˜8$Èÿÿ%`• %ÈÿÿÜgDf˜ %Èÿÿ%`•'ÈÿÿàgDf˜'Èÿÿ%`•p(ÈÿÿägDf˜p(Èÿÿ%`•Ø)ÈÿÿègDf˜Ø)Èÿÿ%`•@+ÈÿÿðgDf˜@+Èÿÿ%`•¨,ÈÿÿôgDf˜¨,Èÿÿ%`•.ÈÿÿøgDf˜.Èÿÿ%`•€ ˆÿÿügDf˜€ ˆÿÿ%`•h ˆÿÿgDf˜h ˆÿÿ%`•Ђ ˆÿÿgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿgDf˜8„ ˆÿÿ%`• … ˆÿÿ gDf˜ … ˆÿÿ%`•‡ ˆÿÿgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ$gDf˜Ž ˆÿÿ%`•À+ˆÿÿ(gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ,gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ0gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ4gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ8gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ<gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ@gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿDgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿHgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿLgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿPgDf˜Î+ˆÿÿ%`• ”ˆÿÿTgDf˜ ”ˆÿÿ%`•h!”ˆÿÿXgDf˜h!”ˆÿÿ%`•Ð"”ˆÿÿ\gDf˜Ð"”ˆÿÿ%`•8$”ˆÿÿ`gDf˜8$”ˆÿÿ%`• %”ˆÿÿdgDf˜ %”ˆÿÿ%`•'”ˆÿÿhgDf˜'”ˆÿÿ%`•p(”ˆÿÿlgDf˜p(”ˆÿÿ%`•Ø)”ˆÿÿpgDf˜Ø)”ˆÿÿ%`•@+”ˆÿÿtgDf˜@+”ˆÿÿ%`•¨,”ˆÿÿxgDf˜¨,”ˆÿÿ%`•.”ˆÿÿ|gDf˜.”ˆÿÿ%`•€7ˆÿÿ€gDf˜€7ˆÿÿ%`•h7ˆÿÿ„gDf˜h7ˆÿÿ%`•Ђ7ˆÿÿˆgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿŒgDf˜8„7ˆÿÿ%`• …7ˆÿÿgDf˜ …7ˆÿÿ%`•‡7ˆÿÿ”gDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ˜gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿœgDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿ gDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ¤gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ¨gDf˜Ž7ˆÿÿ%`• ‘ˆÿÿ¬gDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ°gDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ´gDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ¸gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ¼gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿÀgDf˜'‘ˆÿÿ%`•p(‘ˆÿÿÄgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿÈgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿÌgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿÐgDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿÔgDf˜.‘ˆÿÿ%`•ˆÿÿØgDf˜ˆÿÿ%`•hˆÿÿÜgDf˜hˆÿÿ%`•ЈÿÿàgDf˜Ðˆÿÿ%`•8ˆÿÿägDf˜8ˆÿÿ%`• ˆÿÿègDf˜ ˆÿÿ%`•ˆÿÿìgDf˜ˆÿÿ%`•pˆÿÿðgDf˜pˆÿÿ%`•Ø ˆÿÿôgDf˜Ø ˆÿÿ%`•@ ˆÿÿøgDf˜@ ˆÿÿ%`•¨ ˆÿÿügDf˜¨ ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`• ˜ˆÿÿgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ gDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ$gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ(gDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ,gDf˜.˜ˆÿÿ%`•  ˆÿÿ0gDf˜  ˆÿÿ%`•h¡ ˆÿÿ4gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ8gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ<gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ@gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿDgDf˜§ ˆÿÿ%`•p¨ ˆÿÿHgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿLgDf˜Ø© ˆÿÿ%`•@« ˆÿÿPgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿTgDf˜¨¬ ˆÿÿ%`•® ˆÿÿXgDf˜® ˆÿÿ%`•@?ˆÿÿ\gDf˜@?ˆÿÿ%`•hA?ˆÿÿ`gDf˜hA?ˆÿÿ%`•ÐB?ˆÿÿdgDf˜ÐB?ˆÿÿ%`•8D?ˆÿÿhgDf˜8D?ˆÿÿ%`• E?ˆÿÿlgDf˜ E?ˆÿÿ%`•G?ˆÿÿpgDf˜G?ˆÿÿ%`•pH?ˆÿÿtgDf˜pH?ˆÿÿ%`•ØI?ˆÿÿxgDf˜ØI?ˆÿÿ%`•@K?ˆÿÿ|gDf˜@K?ˆÿÿ%`•¨L?ˆÿÿ€gDf˜¨L?ˆÿÿ%`•N?ˆÿÿ„gDf˜N?ˆÿÿ%`• ˆÿÿˆgDf˜ ˆÿÿ%`•h!ˆÿÿŒgDf˜h!ˆÿÿ%`•Ð"ˆÿÿgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ”gDf˜8$ˆÿÿ%`• %ˆÿÿ˜gDf˜ %ˆÿÿ%`•'ˆÿÿœgDf˜'ˆÿÿ%`•p(ˆÿÿ gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ¤gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ¨gDf˜@+ˆÿÿ%`•¨,ˆÿÿ¬gDf˜¨,ˆÿÿ%`•.ˆÿÿ°gDf˜.ˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¸gDf˜¨<™ˆÿÿ%`•Оˆÿÿ¼gDf˜Ðžˆÿÿ%`•hžˆÿÿÀgDf˜hžˆÿÿ%`•žˆÿÿÄgDf˜žˆÿÿ%`•@§ ˆÿÿÈgDf˜@§ ˆÿÿ%`•hA§ ˆÿÿÌgDf˜hA§ ˆÿÿ%`•ÐB§ ˆÿÿÐgDf˜ÐB§ ˆÿÿ%`•8D§ ˆÿÿÔgDf˜8D§ ˆÿÿ%`• E§ ˆÿÿØgDf˜ E§ ˆÿÿ%`•G§ ˆÿÿÜgDf˜G§ ˆÿÿ%`•pH§ ˆÿÿàgDf˜pH§ ˆÿÿ%`•ØI§ ˆÿÿägDf˜ØI§ ˆÿÿ%`•@K§ ˆÿÿègDf˜@K§ ˆÿÿ%`•¨L§ ˆÿÿìgDf˜¨L§ ˆÿÿ%`•N§ ˆÿÿðgDf˜N§ ˆÿÿ%`•€ŽˆÿÿôgDf˜€Žˆÿÿ%`•hŽˆÿÿøgDf˜hŽˆÿÿ%`•ЂŽˆÿÿügDf˜Ð‚Žˆÿÿ%`•8„ŽˆÿÿgDf˜8„Žˆÿÿ%`• …ŽˆÿÿgDf˜ …Žˆÿÿ%`•‡ŽˆÿÿgDf˜‡Žˆÿÿ%`•pˆŽˆÿÿ gDf˜pˆŽˆÿÿ%`•؉ŽˆÿÿgDf˜Ø‰Žˆÿÿ%`•@‹ŽˆÿÿgDf˜@‹Žˆÿÿ%`•¨ŒŽˆÿÿgDf˜¨ŒŽˆÿÿ%`•ŽŽˆÿÿgDf˜ŽŽˆÿÿ%`•ઈÿÿ gDf˜àªˆÿÿ%`•h᪈ÿÿ$gDf˜h᪈ÿÿ%`•Ð⪈ÿÿ(gDf˜Ð⪈ÿÿ%`•8䪈ÿÿ,gDf˜8䪈ÿÿ%`• åªˆÿÿ0gDf˜ åªˆÿÿ%`•窈ÿÿ4gDf˜çªˆÿÿ%`•p誈ÿÿ8gDf˜p誈ÿÿ%`•Øéªˆÿÿ<gDf˜Øéªˆÿÿ%`•@몈ÿÿ@gDf˜@몈ÿÿ%`•¨ìªˆÿÿDgDf˜¨ìªˆÿÿ%`•ÿÿHgDf˜îªˆÿÿ%`•žˆÿÿLgDf˜žˆÿÿ%`•¨žˆÿÿPgDf˜¨žˆÿÿ%`•@žˆÿÿTgDf˜@žˆÿÿ%`•ØžˆÿÿXgDf˜Øžˆÿÿ%`•pžˆÿÿ\gDf˜pžˆÿÿ%`•žˆÿÿ`gDf˜žˆÿÿ%`• žˆÿÿdgDf˜ žˆÿÿ%`•8žˆÿÿhgDf˜8žˆÿÿ%`•hÁ+ˆÿÿlgDf˜hÁ+ˆÿÿ%`•À+ˆÿÿpgDf˜À+ˆÿÿ%`•€ ˆÿÿtgDf˜€ ˆÿÿ%`•h ˆÿÿxgDf˜h ˆÿÿ%`•Ђ ˆÿÿ|gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ€gDf˜8„ ˆÿÿ%`• … ˆÿÿ„gDf˜ … ˆÿÿ%`•‡ ˆÿÿˆgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿŒgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ”gDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ˜gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿœgDf˜Ž ˆÿÿ%`• Èÿÿ gDf˜ Èÿÿ%`•h!Èÿÿ¤gDf˜h!Èÿÿ%`•Ð"Èÿÿ¨gDf˜Ð"Èÿÿ%`•8$Èÿÿ¬gDf˜8$Èÿÿ%`• %Èÿÿ°gDf˜ %Èÿÿ%`•'Èÿÿ´gDf˜'Èÿÿ%`•p(Èÿÿ¸gDf˜p(Èÿÿ%`•Ø)Èÿÿ¼gDf˜Ø)Èÿÿ%`•@+ÈÿÿÀgDf˜@+Èÿÿ%`•¨,ÈÿÿÄgDf˜¨,Èÿÿ%`•.ÈÿÿÈgDf˜.Èÿÿ%`•Î+ˆÿÿÌgDf˜Î+ˆÿÿ%`•¨Ì+ˆÿÿÐgDf˜¨Ì+ˆÿÿ%`•@Ë+ˆÿÿÔgDf˜@Ë+ˆÿÿ%`•ØÉ+ˆÿÿØgDf˜ØÉ+ˆÿÿ%`•pÈ+ˆÿÿÜgDf˜pÈ+ˆÿÿ%`•Ç+ˆÿÿàgDf˜Ç+ˆÿÿ%`• Å+ˆÿÿägDf˜ Å+ˆÿÿ%`•8Ä+ˆÿÿègDf˜8Ä+ˆÿÿ%`•ÐÂ+ˆÿÿìgDf˜ÐÂ+ˆÿÿ%`• ‘ˆÿÿðgDf˜ ‘ˆÿÿ%`•€7ˆÿÿôgDf˜€7ˆÿÿ%`•h7ˆÿÿøgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿügDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿgDf˜8„7ˆÿÿ%`• …7ˆÿÿgDf˜ …7ˆÿÿ%`•‡7ˆÿÿgDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿgDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿgDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿgDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿðgDf˜Ž7ˆÿÿ%`•Ž7ˆÿÿgDf˜Ž7ˆÿÿ%`•¨Œ7ˆÿÿ gDf˜¨Œ7ˆÿÿ%`•@‹7ˆÿÿ$gDf˜@‹7ˆÿÿ%`•؉7ˆÿÿ(gDf˜Ø‰7ˆÿÿ%`•pˆ7ˆÿÿ,gDf˜pˆ7ˆÿÿ%`•‡7ˆÿÿ0gDf˜‡7ˆÿÿ%`• …7ˆÿÿ4gDf˜ …7ˆÿÿ%`•8„7ˆÿÿ8gDf˜8„7ˆÿÿ%`•Ђ7ˆÿÿ<gDf˜Ð‚7ˆÿÿ%`•h7ˆÿÿ@gDf˜h7ˆÿÿ%`•€7ˆÿÿDgDf˜€7ˆÿÿ%`•¨<™ˆÿÿHgDf˜¨<™ˆÿÿ%`•>™ˆÿÿLgDf˜>™ˆÿÿ%`•À+ˆÿÿPgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿTgDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿXgDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ\gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ`gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿdgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿhgDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿlgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿpgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿtgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿxgDf˜Î+ˆÿÿ%`•Œˆÿÿ|gDf˜Œˆÿÿ%`•hŒˆÿÿ€gDf˜hŒˆÿÿ%`•ÐŒˆÿÿ„gDf˜ÐŒˆÿÿ%`•8ŒˆÿÿˆgDf˜8Œˆÿÿ%`• ŒˆÿÿŒgDf˜ Œˆÿÿ%`•ŒˆÿÿgDf˜Œˆÿÿ%`•pŒˆÿÿ”gDf˜pŒˆÿÿ%`•Ø Œˆÿÿ˜gDf˜Ø Œˆÿÿ%`•@ ŒˆÿÿœgDf˜@ Œˆÿÿ%`•¨ Œˆÿÿ gDf˜¨ Œˆÿÿ%`•Œˆÿÿ¤gDf˜Œˆÿÿ%`• ”ˆÿÿ¨gDf˜ ”ˆÿÿ%`•h!”ˆÿÿ¬gDf˜h!”ˆÿÿ%`•Ð"”ˆÿÿ°gDf˜Ð"”ˆÿÿ%`•8$”ˆÿÿ´gDf˜8$”ˆÿÿ%`• %”ˆÿÿ¸gDf˜ %”ˆÿÿ%`•'”ˆÿÿ¼gDf˜'”ˆÿÿ%`•p(”ˆÿÿÀgDf˜p(”ˆÿÿ%`•Ø)”ˆÿÿÄgDf˜Ø)”ˆÿÿ%`•@+”ˆÿÿÈgDf˜@+”ˆÿÿ%`•¨,”ˆÿÿÌgDf˜¨,”ˆÿÿ%`•.”ˆÿÿÐgDf˜.”ˆÿÿ%`•€ ˆÿÿÔgDf˜€ ˆÿÿ%`•h ˆÿÿØgDf˜h ˆÿÿ%`•Ђ ˆÿÿÜgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿàgDf˜8„ ˆÿÿ%`• … ˆÿÿägDf˜ … ˆÿÿ%`•‡ ˆÿÿègDf˜‡ ˆÿÿ%`•pˆ ˆÿÿìgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿôgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿøgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿügDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ gDf˜Ž ˆÿÿ%`•@¡ˆÿÿ gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ $gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ (gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ ,gDf˜N¡ˆÿÿ%`• Aˆÿÿ 0gDf˜ Aˆÿÿ%`•h¡Aˆÿÿ 4gDf˜h¡Aˆÿÿ%`•ТAˆÿÿ 8gDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ <gDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ @gDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ DgDf˜§Aˆÿÿ%`•p¨Aˆÿÿ HgDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ LgDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ PgDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ TgDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ XgDf˜®Aˆÿÿ%`• ˆÿÿ \gDf˜ ˆÿÿ%`•h!ˆÿÿ `gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ dgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ hgDf˜8$ˆÿÿ%`• %ˆÿÿ lgDf˜ %ˆÿÿ%`•'ˆÿÿ pgDf˜'ˆÿÿ%`•p(ˆÿÿ tgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ xgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ |gDf˜@+ˆÿÿ%`•¨,ˆÿÿ €gDf˜¨,ˆÿÿ%`•.ˆÿÿ „gDf˜.ˆÿÿ%`•€ºˆÿÿ ˆgDf˜€ºˆÿÿ%`•hºˆÿÿ ŒgDf˜hºˆÿÿ%`•Ђºˆÿÿ gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ ”gDf˜8„ºˆÿÿ%`• …ºˆÿÿ ˜gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ œgDf˜‡ºˆÿÿ%`•pˆºˆÿÿ  gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ ¤gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ ¨gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ ¬gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ °gDf˜Žºˆÿÿ%`•`¶ ˆÿÿ ´gDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿ ¸gDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿ ¼gDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿ ÀgDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿ ÄgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿ ÈgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿ ÌgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿ ÐgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿ ÔgDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿ ØgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ ÜgDf˜n¶ ˆÿÿ%`• ˆÿÿ àgDf˜ ˆÿÿ%`•h!ˆÿÿ ägDf˜h!ˆÿÿ%`•Ð"ˆÿÿ ègDf˜Ð"ˆÿÿ%`•8$ˆÿÿ ìgDf˜8$ˆÿÿ%`• %ˆÿÿ ðgDf˜ %ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`•p(ˆÿÿ øgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ ügDf˜Ø)ˆÿÿ%`•@+ˆÿÿ!gDf˜@+ˆÿÿ%`•¨,ˆÿÿ!gDf˜¨,ˆÿÿ%`•.ˆÿÿ!gDf˜.ˆÿÿ%`•Ð’ˆÿÿ! gDf˜Ð’ˆÿÿ%`•hÑ’ˆÿÿ!gDf˜hÑ’ˆÿÿ%`•ÐÒ’ˆÿÿ!gDf˜ÐÒ’ˆÿÿ%`•8Ô’ˆÿÿ!gDf˜8Ô’ˆÿÿ%`• Õ’ˆÿÿ!gDf˜ Õ’ˆÿÿ%`•×’ˆÿÿ! gDf˜×’ˆÿÿ%`•pØ’ˆÿÿ!$gDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿ!(gDf˜ØÙ’ˆÿÿ%`•@Û’ˆÿÿ!,gDf˜@Û’ˆÿÿ%`•¨Ü’ˆÿÿ!0gDf˜¨Ü’ˆÿÿ%`•Þ’ˆÿÿ!4gDf˜Þ’ˆÿÿ%`•@‹7ˆÿÿ!8gDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ!<gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ!@gDf˜Ž7ˆÿÿ%`•@ªˆÿÿ!DgDf˜@ªˆÿÿ%`•hAªˆÿÿ!HgDf˜hAªˆÿÿ%`•ÐBªˆÿÿ!LgDf˜ÐBªˆÿÿ%`•8Dªˆÿÿ!PgDf˜8Dªˆÿÿ%`• Eªˆÿÿ!TgDf˜ Eªˆÿÿ%`•Gªˆÿÿ!XgDf˜Gªˆÿÿ%`•pHªˆÿÿ!\gDf˜pHªˆÿÿ%`•ØIªˆÿÿ!`gDf˜ØIªˆÿÿ%`•@Kªˆÿÿ!dgDf˜@Kªˆÿÿ%`•¨Lªˆÿÿ!hgDf˜¨Lªˆÿÿ%`•Nªˆÿÿ!lgDf˜Nªˆÿÿ%`•­ˆÿÿ!pgDf˜­ˆÿÿ%`•h­ˆÿÿ!tgDf˜h­ˆÿÿ%`•Эˆÿÿ!xgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ!|gDf˜8­ˆÿÿ%`• ­ˆÿÿ!€gDf˜ ­ˆÿÿ%`•­ˆÿÿ!„gDf˜­ˆÿÿ%`•p­ˆÿÿ!ˆgDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ!ŒgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ!gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ!”gDf˜¨ ­ˆÿÿ%`•­ˆÿÿ!˜gDf˜­ˆÿÿ%`•ஈÿÿ!œgDf˜à®ˆÿÿ%`•hᮈÿÿ! gDf˜hᮈÿÿ%`•Ð⮈ÿÿ!¤gDf˜Ð⮈ÿÿ%`•8䮈ÿÿ!¨gDf˜8䮈ÿÿ%`• å®ˆÿÿ!¬gDf˜ å®ˆÿÿ%`•箈ÿÿ!°gDf˜ç®ˆÿÿ%`•p讈ÿÿ!´gDf˜p讈ÿÿ%`•Øé®ˆÿÿ!¸gDf˜Øé®ˆÿÿ%`•@뮈ÿÿ!¼gDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ!ÀgDf˜¨ì®ˆÿÿ%`•ÿÿ!ÄgDf˜î®ˆÿÿ%`•€7ˆÿÿ!ÈgDf˜€7ˆÿÿ%`•h7ˆÿÿ!ÌgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿ!ÐgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿ!ÔgDf˜8„7ˆÿÿ%`• …7ˆÿÿ!ØgDf˜ …7ˆÿÿ%`•‡7ˆÿÿ!ÜgDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ!àgDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ!ägDf˜Ø‰7ˆÿÿ%`•>™ˆÿÿ!ègDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!ìgDf˜¨<™ˆÿÿ%`• ‘ˆÿÿ!ðgDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ!ôgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ!øgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ!ügDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ"gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ"gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿ"gDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ" gDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ"gDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ"gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ"gDf˜.‘ˆÿÿ%`•àˆÿÿ"gDf˜àˆÿÿ%`•háˆÿÿ" gDf˜háˆÿÿ%`•Ðâˆÿÿ"$gDf˜Ðâˆÿÿ%`•8äˆÿÿ"(gDf˜8äˆÿÿ%`• åˆÿÿ",gDf˜ åˆÿÿ%`•çˆÿÿ"0gDf˜çˆÿÿ%`•pèˆÿÿ"4gDf˜pèˆÿÿ%`•Øéˆÿÿ"8gDf˜Øéˆÿÿ%`•@ëˆÿÿ"<gDf˜@ëˆÿÿ%`•¨ìˆÿÿ"@gDf˜¨ìˆÿÿ%`•îˆÿÿ"DgDf˜îˆÿÿ%`•¨L¡ˆÿÿ"HgDf˜¨L¡ˆÿÿ%`•@K¡ˆÿÿ"LgDf˜@K¡ˆÿÿ%`•ØI¡ˆÿÿ"PgDf˜ØI¡ˆÿÿ%`•pH¡ˆÿÿ"TgDf˜pH¡ˆÿÿ%`•G¡ˆÿÿ"XgDf˜G¡ˆÿÿ%`• E¡ˆÿÿ"\gDf˜ E¡ˆÿÿ%`•8D¡ˆÿÿ"`gDf˜8D¡ˆÿÿ%`•ÐB¡ˆÿÿ"dgDf˜ÐB¡ˆÿÿ%`•hA¡ˆÿÿ"hgDf˜hA¡ˆÿÿ%`•@¡ˆÿÿ"lgDf˜@¡ˆÿÿ%`•€ ˆÿÿ"pgDf˜€ ˆÿÿ%`•h ˆÿÿ"tgDf˜h ˆÿÿ%`•Ђ ˆÿÿ"xgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ"|gDf˜8„ ˆÿÿ%`• … ˆÿÿ"€gDf˜ … ˆÿÿ%`•‡ ˆÿÿ"„gDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ"ˆgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ"ŒgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ"gDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ"”gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ"˜gDf˜Ž ˆÿÿ%`• ”ˆÿÿ"œgDf˜ ”ˆÿÿ%`•h!”ˆÿÿ" gDf˜h!”ˆÿÿ%`•Ð"”ˆÿÿ"¤gDf˜Ð"”ˆÿÿ%`•8$”ˆÿÿ"¨gDf˜8$”ˆÿÿ%`• %”ˆÿÿ"¬gDf˜ %”ˆÿÿ%`•'”ˆÿÿ"°gDf˜'”ˆÿÿ%`•p(”ˆÿÿ"´gDf˜p(”ˆÿÿ%`•Ø)”ˆÿÿ"¸gDf˜Ø)”ˆÿÿ%`•@+”ˆÿÿ"¼gDf˜@+”ˆÿÿ%`•¨,”ˆÿÿ"ÀgDf˜¨,”ˆÿÿ%`•.”ˆÿÿ"ÄgDf˜.”ˆÿÿ%`•N¡ˆÿÿ"ÈgDf˜N¡ˆÿÿ%`•@‹ºˆÿÿ"ÌgDf˜@‹ºˆÿÿ%`•؉ºˆÿÿ"ÐgDf˜Ø‰ºˆÿÿ%`•pˆºˆÿÿ"ÔgDf˜pˆºˆÿÿ%`•‡ºˆÿÿ"ØgDf˜‡ºˆÿÿ%`• …ºˆÿÿ"ÜgDf˜ …ºˆÿÿ%`•8„ºˆÿÿ"àgDf˜8„ºˆÿÿ%`•Ђºˆÿÿ"ägDf˜Ð‚ºˆÿÿ%`•hºˆÿÿ"ègDf˜hºˆÿÿ%`•€ºˆÿÿ"ìgDf˜€ºˆÿÿ%`• ˆÿÿ"ðgDf˜ ˆÿÿ%`•h!ˆÿÿ"ôgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ"øgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ"ügDf˜8$ˆÿÿ%`• %ˆÿÿ#gDf˜ %ˆÿÿ%`•'ˆÿÿ#gDf˜'ˆÿÿ%`•p(ˆÿÿ#gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ# gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ#gDf˜@+ˆÿÿ%`•¨,ˆÿÿ#gDf˜¨,ˆÿÿ%`•.ˆÿÿ#gDf˜.ˆÿÿ%`• Aˆÿÿ#gDf˜ Aˆÿÿ%`•h¡Aˆÿÿ# gDf˜h¡Aˆÿÿ%`•ТAˆÿÿ#$gDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ#(gDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ#,gDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ#0gDf˜§Aˆÿÿ%`•p¨Aˆÿÿ#4gDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ#8gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ#<gDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ#@gDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ#DgDf˜®Aˆÿÿ%`•Žºˆÿÿ#HgDf˜Žºˆÿÿ%`•¨Œºˆÿÿ#LgDf˜¨Œºˆÿÿ%`•ØÙ’ˆÿÿ#PgDf˜ØÙ’ˆÿÿ%`•pØ’ˆÿÿ#TgDf˜pØ’ˆÿÿ%`•×’ˆÿÿ#XgDf˜×’ˆÿÿ%`• Õ’ˆÿÿ#\gDf˜ Õ’ˆÿÿ%`•8Ô’ˆÿÿ#`gDf˜8Ô’ˆÿÿ%`•ÐÒ’ˆÿÿ#dgDf˜ÐÒ’ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#hgDf˜'ˆÿÿ%`•ÐÒ’ˆÿÿ#ôgDf˜ÐÒ’ˆÿÿ%`•ÐÒ’ˆÿÿ#lgDf˜ÐÒ’ˆÿÿ%`•@» ˆÿÿ#p„gDf˜@» ˆÿÿ%`•hA» ˆÿÿ#øügDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿ%ôTgDf˜ÐB» ˆÿÿ%`•8D» ˆÿÿ'øgDf˜8D» ˆÿÿ%`•8D» ˆÿÿ'HgDf˜8D» ˆÿÿ%`•ÐB» ˆÿÿ'L¬gDf˜ÐB» ˆÿÿ%`•hA» ˆÿÿ'üügDf˜hA» ˆÿÿ%`•@» ˆÿÿ)ø,gDf˜@» ˆÿÿ%`• E» ˆÿÿ+ügDf˜ E» ˆÿÿ%`• E» ˆÿÿ+$gDf˜ E» ˆÿÿ%`•@» ˆÿÿ+(ÔgDf˜@» ˆÿÿ%`•hA» ˆÿÿ,ügDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿ-ügDf˜ÐB» ˆÿÿ%`•8D» ˆÿÿ0gDf˜8D» ˆÿÿ%`•8D» ˆÿÿ/gDf˜8D» ˆÿÿ%`•ÐB» ˆÿÿ/ügDf˜ÐB» ˆÿÿ%`•hA» ˆÿÿ0ügDf˜hA» ˆÿÿ%`•@» ˆÿÿ2LgDf˜@» ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•×’ˆÿÿgDf˜×’ˆÿÿ%`•pØ’ˆÿÿ gDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿ‘äügDf˜ØÙ’ˆÿÿ%`•Þ’ˆÿÿ“àügDf˜Þ’ˆÿÿ%`•¨Ü’ˆÿÿ•ÜügDf˜¨Ü’ˆÿÿ%`•@Û’ˆÿÿ—ØügDf˜@Û’ˆÿÿ%`•hÑ’ˆÿÿ™ÔügDf˜hÑ’ˆÿÿ%`•Ð’ˆÿÿ›ÐPgDf˜Ð’ˆÿÿ%`•¨<™ˆÿÿ$ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿŸ DgDf˜>™ˆÿÿ%`•8Ô’ˆÿÿ0gDf˜8Ô’ˆÿÿ%`• Õ’ˆÿÿÄgDf˜ Õ’ˆÿÿ%`•'ˆÿÿ3LgDf˜'ˆÿÿ%`•8D» ˆÿÿ gDf˜8D» ˆÿÿ%`•8D» ˆÿÿ4gDf˜8D» ˆÿÿ%`•8D» ˆÿÿ3PgDf˜8D» ˆÿÿ%`•@» ˆÿÿ3TgDf˜@» ˆÿÿ%`•ÐB» ˆÿÿ3XgDf˜ÐB» ˆÿÿ%`• E» ˆÿÿ3\gDf˜ E» ˆÿÿ%`•pH» ˆÿÿ3`gDf˜pH» ˆÿÿ%`•G» ˆÿÿ3dgDf˜G» ˆÿÿ%`•hA» ˆÿÿ3hgDf˜hA» ˆÿÿ%`•ØI» ˆÿÿ3lgDf˜ØI» ˆÿÿ%`•@K» ˆÿÿ3pgDf˜@K» ˆÿÿ%`•¨L» ˆÿÿ3tgDf˜¨L» ˆÿÿ%`•N» ˆÿÿ3xgDf˜N» ˆÿÿ%`•>™ˆÿÿ3|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ3€gDf˜¨<™ˆÿÿ%`•ð°ˆÿÿ3„gDf˜ð°ˆÿÿ%`•hñ°ˆÿÿ3ˆgDf˜hñ°ˆÿÿ%`•Ðò°ˆÿÿ3ŒgDf˜Ðò°ˆÿÿ%`•8ô°ˆÿÿ3gDf˜8ô°ˆÿÿ%`• õ°ˆÿÿ3”gDf˜ õ°ˆÿÿ%`•÷°ˆÿÿ3˜gDf˜÷°ˆÿÿ%`•pø°ˆÿÿ3œgDf˜pø°ˆÿÿ%`•Øù°ˆÿÿ3 gDf˜Øù°ˆÿÿ%`•@û°ˆÿÿ3¤gDf˜@û°ˆÿÿ%`•¨ü°ˆÿÿ3¨gDf˜¨ü°ˆÿÿ%`•þ°ˆÿÿ3¬gDf˜þ°ˆÿÿ%`• Èÿÿ3°gDf˜ Èÿÿ%`•h!Èÿÿ3´gDf˜h!Èÿÿ%`•Ð"Èÿÿ3¸gDf˜Ð"Èÿÿ%`•8$Èÿÿ3¼gDf˜8$Èÿÿ%`• %Èÿÿ3ÀgDf˜ %Èÿÿ%`•'Èÿÿ3ÄgDf˜'Èÿÿ%`•p(Èÿÿ3ÈgDf˜p(Èÿÿ%`•Ø)Èÿÿ3ÌgDf˜Ø)Èÿÿ%`•@+Èÿÿ3ÐgDf˜@+Èÿÿ%`•¨,Èÿÿ3ÔgDf˜¨,Èÿÿ%`•.Èÿÿ3ØgDf˜.Èÿÿ%`• «ˆÿÿ3ÜgDf˜ «ˆÿÿ%`•h¡«ˆÿÿ3àgDf˜h¡«ˆÿÿ%`•Т«ˆÿÿ3ägDf˜Ð¢«ˆÿÿ%`•8¤«ˆÿÿ3ègDf˜8¤«ˆÿÿ%`• ¥«ˆÿÿ3ìgDf˜ ¥«ˆÿÿ%`•§«ˆÿÿ3ðgDf˜§«ˆÿÿ%`•p¨«ˆÿÿ3ôgDf˜p¨«ˆÿÿ%`•Ø©«ˆÿÿ3øgDf˜Ø©«ˆÿÿ%`•@««ˆÿÿ3ügDf˜@««ˆÿÿ%`•¨¬«ˆÿÿ4gDf˜¨¬«ˆÿÿ%`•®«ˆÿÿ4gDf˜®«ˆÿÿ%`•@(ˆÿÿ4 gDf˜@(ˆÿÿ%`•hA(ˆÿÿ4gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ4gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ4gDf˜8D(ˆÿÿ%`• E(ˆÿÿ4gDf˜ E(ˆÿÿ%`•G(ˆÿÿ4 gDf˜G(ˆÿÿ%`•pH(ˆÿÿ4$gDf˜pH(ˆÿÿ%`•ØI(ˆÿÿ4(gDf˜ØI(ˆÿÿ%`•@K(ˆÿÿ4,gDf˜@K(ˆÿÿ%`•¨L(ˆÿÿ40gDf˜¨L(ˆÿÿ%`•N(ˆÿÿ44gDf˜N(ˆÿÿ%`•€½ˆÿÿ48gDf˜€½ˆÿÿ%`•h½ˆÿÿ4<gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ4@gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ4DgDf˜8„½ˆÿÿ%`• …½ˆÿÿ4HgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ4LgDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ4PgDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ4TgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ4XgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ4\gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ4`gDf˜޽ˆÿÿ%`•`¿ˆÿÿ4dgDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ4hgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ4lgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ4pgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ4tgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ4xgDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ4|gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ4€gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ4„gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ4ˆgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ4ŒgDf˜n¿ˆÿÿ%`•ˆÿÿ4gDf˜ˆÿÿ%`•hˆÿÿ4”gDf˜hˆÿÿ%`•Јÿÿ4˜gDf˜Ðˆÿÿ%`•8ˆÿÿ4œgDf˜8ˆÿÿ%`• ˆÿÿ4 gDf˜ ˆÿÿ%`•ˆÿÿ4¤gDf˜ˆÿÿ%`•pˆÿÿ4¨gDf˜pˆÿÿ%`•؈ÿÿ4¬gDf˜Øˆÿÿ%`•@ˆÿÿ4°gDf˜@ˆÿÿ%`•¨ˆÿÿ4´gDf˜¨ˆÿÿ%`•ˆÿÿ4¸gDf˜ˆÿÿ%`•àˆÿÿ4¼gDf˜àˆÿÿ%`•háˆÿÿ4ÀgDf˜háˆÿÿ%`•Ðâˆÿÿ4ÄgDf˜Ðâˆÿÿ%`•8äˆÿÿ4ÈgDf˜8äˆÿÿ%`• åˆÿÿ4ÌgDf˜ åˆÿÿ%`•çˆÿÿ4ÐgDf˜çˆÿÿ%`•pèˆÿÿ4ÔgDf˜pèˆÿÿ%`•Øéˆÿÿ4ØgDf˜Øéˆÿÿ%`•@ëˆÿÿ4ÜgDf˜@ëˆÿÿ%`•¨ìˆÿÿ4àgDf˜¨ìˆÿÿ%`•îˆÿÿ4ägDf˜îˆÿÿ%`• Aˆÿÿ4ègDf˜ Aˆÿÿ%`•h¡Aˆÿÿ4ìgDf˜h¡Aˆÿÿ%`•ТAˆÿÿ4ðgDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ4ôgDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ4øgDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ4ügDf˜§Aˆÿÿ%`•p¨Aˆÿÿ5gDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ5gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ5gDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ5 gDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ5gDf˜®Aˆÿÿ%`• ˆÿÿ5gDf˜ ˆÿÿ%`•h!ˆÿÿ5gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ5gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ5 gDf˜8$ˆÿÿ%`• %ˆÿÿ5$gDf˜ %ˆÿÿ%`•'ˆÿÿ5(gDf˜'ˆÿÿ%`•p(ˆÿÿ5,gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ50gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ54gDf˜@+ˆÿÿ%`•¨,ˆÿÿ58gDf˜¨,ˆÿÿ%`•.ˆÿÿ5<gDf˜.ˆÿÿ%`•ðˆÿÿ5@gDf˜ðˆÿÿ%`•hñˆÿÿ5DgDf˜hñˆÿÿ%`•Ðòˆÿÿ5HgDf˜Ðòˆÿÿ%`•8ôˆÿÿ5LgDf˜8ôˆÿÿ%`• õˆÿÿ5PgDf˜ õˆÿÿ%`•÷ˆÿÿ5TgDf˜÷ˆÿÿ%`•pøˆÿÿ5XgDf˜pøˆÿÿ%`•Øùˆÿÿ5\gDf˜Øùˆÿÿ%`•@ûˆÿÿ5`gDf˜@ûˆÿÿ%`•¨üˆÿÿ5dgDf˜¨üˆÿÿ%`•þˆÿÿ5hgDf˜þˆÿÿ%`•­ˆÿÿ5lgDf˜­ˆÿÿ%`•h­ˆÿÿ5pgDf˜h­ˆÿÿ%`•Эˆÿÿ5tgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ5xgDf˜8­ˆÿÿ%`• ­ˆÿÿ5|gDf˜ ­ˆÿÿ%`•­ˆÿÿ5€gDf˜­ˆÿÿ%`•p­ˆÿÿ5„gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ5ˆgDf˜Ø­ˆÿÿ%`•@­ˆÿÿ5ŒgDf˜@­ˆÿÿ%`•¨­ˆÿÿ5gDf˜¨­ˆÿÿ%`•­ˆÿÿ5”gDf˜­ˆÿÿ%`•€åˆÿÿ5˜gDf˜€åˆÿÿ%`•håˆÿÿ5œgDf˜håˆÿÿ%`•Ђåˆÿÿ5 gDf˜Ð‚åˆÿÿ%`•8„åˆÿÿ5¤gDf˜8„åˆÿÿ%`• …åˆÿÿ5¨gDf˜ …åˆÿÿ%`•‡åˆÿÿ5¬gDf˜‡åˆÿÿ%`•pˆåˆÿÿ5°gDf˜pˆåˆÿÿ%`•؉åˆÿÿ5´gDf˜Ø‰åˆÿÿ%`•@‹åˆÿÿ5¸gDf˜@‹åˆÿÿ%`•¨Œåˆÿÿ5¼gDf˜¨Œåˆÿÿ%`•Žåˆÿÿ5ÀgDf˜Žåˆÿÿ%`•@ûˆÿÿ5ÄgDf˜@ûˆÿÿ%`•hAûˆÿÿ5ÈgDf˜hAûˆÿÿ%`•ÐBûˆÿÿ5ÌgDf˜ÐBûˆÿÿ%`•8Dûˆÿÿ5ÐgDf˜8Dûˆÿÿ%`• Eûˆÿÿ5ÔgDf˜ Eûˆÿÿ%`•Gûˆÿÿ5ØgDf˜Gûˆÿÿ%`•pHûˆÿÿ5ÜgDf˜pHûˆÿÿ%`•ØIûˆÿÿ5àgDf˜ØIûˆÿÿ%`•@Kûˆÿÿ5ägDf˜@Kûˆÿÿ%`•¨Lûˆÿÿ5ègDf˜¨Lûˆÿÿ%`•Nûˆÿÿ5ìgDf˜Nûˆÿÿ%`•¨<™ˆÿÿ5ðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ5ôgDf˜>™ˆÿÿ%`•Ø)Èÿÿ5øgDf˜Ø)Èÿÿ%`•p(Èÿÿ5ügDf˜p(Èÿÿ%`•'Èÿÿ6gDf˜'Èÿÿ%`• %Èÿÿ6gDf˜ %Èÿÿ%`•8$Èÿÿ6gDf˜8$Èÿÿ%`•Ð"Èÿÿ6 gDf˜Ð"Èÿÿ%`•h!Èÿÿ6gDf˜h!Èÿÿ%`• Èÿÿ6gDf˜ Èÿÿ%`•€‚ˆÿÿ6gDf˜€‚ˆÿÿ%`•h‚ˆÿÿ6gDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿ6 gDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿ6$gDf˜8„‚ˆÿÿ%`• …‚ˆÿÿ6(gDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿ6,gDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿ60gDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿ64gDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿ68gDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿ6<gDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿ6@gDf˜Ž‚ˆÿÿ%`•Ð’ˆÿÿ6DgDf˜Ð’ˆÿÿ%`•hÑ’ˆÿÿ6HgDf˜hÑ’ˆÿÿ%`•ÐÒ’ˆÿÿ6LgDf˜ÐÒ’ˆÿÿ%`•pˆ½ˆÿÿ6PÜgDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ8gDf˜‡½ˆÿÿ%`•‡½ˆÿÿ7,gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ70ØgDf˜pˆ½ˆÿÿ%`•޽ˆÿÿ8 ügDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ:gDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ< gDf˜@‹½ˆÿÿ%`•@‹½ˆÿÿ;gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ; gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ<ügDf˜޽ˆÿÿ%`•pˆ½ˆÿÿ> ØgDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ@gDf˜‡½ˆÿÿ%`•‡½ˆÿÿ>ägDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ>è(gDf˜pˆ½ˆÿÿ%`•޽ˆÿÿ@ügDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿB gDf˜¨Œ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`• Õ’ˆÿÿ‘ÐgDf˜ Õ’ˆÿÿ%`•@+Èÿÿ gDf˜@+Èÿÿ%`•8Ô’ˆÿÿ dügDf˜8Ô’ˆÿÿ%`•×’ˆÿÿ¢`ügDf˜×’ˆÿÿ%`•pØ’ˆÿÿ¤\ügDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿ¦XügDf˜ØÙ’ˆÿÿ%`•@Û’ˆÿÿ¨TügDf˜@Û’ˆÿÿ%`•¨Ü’ˆÿÿªPügDf˜¨Ü’ˆÿÿ%`•Þ’ˆÿÿ¬LgDf˜Þ’ˆÿÿ%`•.Èÿÿ¬hügDf˜.Èÿÿ%`•¨,Èÿÿ®dÄgDf˜¨,Èÿÿ%`•'ˆÿÿC0gDf˜'ˆÿÿ%`•‡½ˆÿÿ gDf˜‡½ˆÿÿ%`•‡½ˆÿÿC4gDf˜‡½ˆÿÿ%`•¨Œ½ˆÿÿC8gDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿC<gDf˜@‹½ˆÿÿ%`•؉½ˆÿÿC@gDf˜Ø‰½ˆÿÿ%`•޽ˆÿÿCDgDf˜޽ˆÿÿ%`• …½ˆÿÿCHgDf˜ …½ˆÿÿ%`•pˆ½ˆÿÿCLgDf˜pˆ½ˆÿÿ%`•8„½ˆÿÿCPgDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿCTgDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿCXgDf˜h½ˆÿÿ%`•€½ˆÿÿC\gDf˜€½ˆÿÿ%`•>™ˆÿÿC`gDf˜>™ˆÿÿ%`•¨<™ˆÿÿCdgDf˜¨<™ˆÿÿ%`• ÈÿÿChgDf˜ Èÿÿ%`•h!ÈÿÿClgDf˜h!Èÿÿ%`•Ð"ÈÿÿCpgDf˜Ð"Èÿÿ%`•8$ÈÿÿCtgDf˜8$Èÿÿ%`• %ÈÿÿCxgDf˜ %Èÿÿ%`•'ÈÿÿC|gDf˜'Èÿÿ%`•p(ÈÿÿC€gDf˜p(Èÿÿ%`•Ø)ÈÿÿC„gDf˜Ø)Èÿÿ%`•@+ÈÿÿCˆgDf˜@+Èÿÿ%`•¨,ÈÿÿCŒgDf˜¨,Èÿÿ%`•.ÈÿÿCgDf˜.Èÿÿ%`•€"ˆÿÿC”gDf˜€"ˆÿÿ%`•h"ˆÿÿC˜gDf˜h"ˆÿÿ%`•Ђ"ˆÿÿCœgDf˜Ð‚"ˆÿÿ%`•8„"ˆÿÿC gDf˜8„"ˆÿÿ%`• …"ˆÿÿC¤gDf˜ …"ˆÿÿ%`•‡"ˆÿÿC¨gDf˜‡"ˆÿÿ%`•pˆ"ˆÿÿC¬gDf˜pˆ"ˆÿÿ%`•؉"ˆÿÿC°gDf˜Ø‰"ˆÿÿ%`•@‹"ˆÿÿC´gDf˜@‹"ˆÿÿ%`•¨Œ"ˆÿÿC¸gDf˜¨Œ"ˆÿÿ%`•Ž"ˆÿÿC¼gDf˜Ž"ˆÿÿ%`•p³ˆÿÿCÀgDf˜p³ˆÿÿ%`•hq³ˆÿÿCÄgDf˜hq³ˆÿÿ%`•Ðr³ˆÿÿCÈgDf˜Ðr³ˆÿÿ%`•8t³ˆÿÿCÌgDf˜8t³ˆÿÿ%`• u³ˆÿÿCÐgDf˜ u³ˆÿÿ%`•w³ˆÿÿCÔgDf˜w³ˆÿÿ%`•px³ˆÿÿCØgDf˜px³ˆÿÿ%`•Øy³ˆÿÿCÜgDf˜Øy³ˆÿÿ%`•@{³ˆÿÿCàgDf˜@{³ˆÿÿ%`•¨|³ˆÿÿ¤gDf˜¨|³ˆÿÿ%`•~³ˆÿÿ¨gDf˜~³ˆÿÿ%`•0±ˆÿÿ¬gDf˜0±ˆÿÿ%`•h1±ˆÿÿ°gDf˜h1±ˆÿÿ%`•Ð2±ˆÿÿ´gDf˜Ð2±ˆÿÿ%`•84±ˆÿÿ¸gDf˜84±ˆÿÿ%`• 5±ˆÿÿ¼gDf˜ 5±ˆÿÿ%`•7±ˆÿÿÀgDf˜7±ˆÿÿ%`•p8±ˆÿÿÄgDf˜p8±ˆÿÿ%`•Ø9±ˆÿÿÈgDf˜Ø9±ˆÿÿ%`•@;±ˆÿÿÌgDf˜@;±ˆÿÿ%`•¨<±ˆÿÿÔgDf˜¨<±ˆÿÿ%`•>±ˆÿÿØgDf˜>±ˆÿÿ%`• ÓˆÿÿÜgDf˜ Óˆÿÿ%`•h¡ÓˆÿÿàgDf˜h¡Óˆÿÿ%`•ТÓˆÿÿägDf˜Ð¢Óˆÿÿ%`•8¤ÓˆÿÿègDf˜8¤Óˆÿÿ%`• ¥ÓˆÿÿìgDf˜ ¥Óˆÿÿ%`•§ÓˆÿÿðgDf˜§Óˆÿÿ%`•p¨ÓˆÿÿôgDf˜p¨Óˆÿÿ%`•ةӈÿÿøgDf˜Ø©Óˆÿÿ%`•@«ÓˆÿÿügDf˜@«Óˆÿÿ%`•¨¬ÓˆÿÿgDf˜¨¬Óˆÿÿ%`•®ÓˆÿÿgDf˜®Óˆÿÿ%`•àψÿÿgDf˜àψÿÿ%`•háψÿÿ gDf˜háψÿÿ%`•ÐâψÿÿgDf˜Ðâψÿÿ%`•8äψÿÿgDf˜8äψÿÿ%`• åψÿÿgDf˜ åψÿÿ%`•çψÿÿgDf˜çψÿÿ%`•pèψÿÿ gDf˜pèψÿÿ%`•Øéψÿÿ$gDf˜Øéψÿÿ%`•@ëψÿÿ(gDf˜@ëψÿÿ%`•¨ìψÿÿ,gDf˜¨ìψÿÿ%`•îψÿÿ0gDf˜îψÿÿ%`•`¶ ˆÿÿ4gDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿ8gDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿ<gDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿ@gDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿDgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿHgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿLgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿPgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿTgDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿXgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ\gDf˜n¶ ˆÿÿ%`•àAˆÿÿ`gDf˜àAˆÿÿ%`•háAˆÿÿdgDf˜háAˆÿÿ%`•ÐâAˆÿÿhgDf˜ÐâAˆÿÿ%`•8äAˆÿÿlgDf˜8äAˆÿÿ%`• åAˆÿÿpgDf˜ åAˆÿÿ%`•çAˆÿÿtgDf˜çAˆÿÿ%`•pèAˆÿÿxgDf˜pèAˆÿÿ%`•ØéAˆÿÿ|gDf˜ØéAˆÿÿ%`•@ëAˆÿÿ€gDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ„gDf˜¨ìAˆÿÿ%`•îAˆÿÿˆgDf˜îAˆÿÿ%`• ‡ˆÿÿŒgDf˜ ‡ˆÿÿ%`•h¡‡ˆÿÿgDf˜h¡‡ˆÿÿ%`•Т‡ˆÿÿ”gDf˜Ð¢‡ˆÿÿ%`•8¤‡ˆÿÿ˜gDf˜8¤‡ˆÿÿ%`• ¥‡ˆÿÿœgDf˜ ¥‡ˆÿÿ%`•§‡ˆÿÿ gDf˜§‡ˆÿÿ%`•p¨‡ˆÿÿ¤gDf˜p¨‡ˆÿÿ%`•Ø©‡ˆÿÿ¨gDf˜Ø©‡ˆÿÿ%`•@«‡ˆÿÿ¬gDf˜@«‡ˆÿÿ%`•¨¬‡ˆÿÿ°gDf˜¨¬‡ˆÿÿ%`•®‡ˆÿÿ´gDf˜®‡ˆÿÿ%`•`¹ˆÿÿ¸gDf˜`¹ˆÿÿ%`•ha¹ˆÿÿ¼gDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿÀgDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿÄgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿÈgDf˜ e¹ˆÿÿ%`•g¹ˆÿÿÌgDf˜g¹ˆÿÿ%`•ph¹ˆÿÿÐgDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿÔgDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿØgDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿÜgDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿàgDf˜n¹ˆÿÿ%`•@ ˆÿÿägDf˜@ ˆÿÿ%`•hA ˆÿÿègDf˜hA ˆÿÿ%`•ÐB ˆÿÿìgDf˜ÐB ˆÿÿ%`•8D ˆÿÿðgDf˜8D ˆÿÿ%`• E ˆÿÿôgDf˜ E ˆÿÿ%`•G ˆÿÿøgDf˜G ˆÿÿ%`•pH ˆÿÿügDf˜pH ˆÿÿ%`•ØI ˆÿÿgDf˜ØI ˆÿÿ%`•@K ˆÿÿgDf˜@K ˆÿÿ%`•¨L ˆÿÿgDf˜¨L ˆÿÿ%`•N ˆÿÿ gDf˜N ˆÿÿ%`• ãˆÿÿgDf˜ ãˆÿÿ%`•h!ãˆÿÿgDf˜h!ãˆÿÿ%`•Ð"ãˆÿÿgDf˜Ð"ãˆÿÿ%`•8$ãˆÿÿgDf˜8$ãˆÿÿ%`• %ãˆÿÿ gDf˜ %ãˆÿÿ%`•'ãˆÿÿ$gDf˜'ãˆÿÿ%`•p(ãˆÿÿ(gDf˜p(ãˆÿÿ%`•Ø)ãˆÿÿ,gDf˜Ø)ãˆÿÿ%`•@+ãˆÿÿ0gDf˜@+ãˆÿÿ%`•¨,ãˆÿÿ4gDf˜¨,ãˆÿÿ%`•.ãˆÿÿ8gDf˜.ãˆÿÿ%`•lˆÿÿ<gDf˜lˆÿÿ%`•hlˆÿÿ@gDf˜hlˆÿÿ%`•ÐlˆÿÿDgDf˜Ðlˆÿÿ%`•8lˆÿÿHgDf˜8lˆÿÿ%`• lˆÿÿLgDf˜ lˆÿÿ%`•lˆÿÿPgDf˜lˆÿÿ%`•plˆÿÿTgDf˜plˆÿÿ%`•Ø lˆÿÿXgDf˜Ø lˆÿÿ%`•@ lˆÿÿ\gDf˜@ lˆÿÿ%`•¨ lˆÿÿ`gDf˜¨ lˆÿÿ%`•lˆÿÿdgDf˜lˆÿÿ%`• ‰ ˆÿÿhgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿlgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿpgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿtgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿxgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ|gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ€gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ„gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿˆgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿŒgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿgDf˜.‰ ˆÿÿ%`•¨<™ˆÿÿ”gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•؉"ˆÿÿœgDf˜Ø‰"ˆÿÿ%`•pˆ"ˆÿÿ gDf˜pˆ"ˆÿÿ%`•‡"ˆÿÿ¤gDf˜‡"ˆÿÿ%`• …"ˆÿÿ¨gDf˜ …"ˆÿÿ%`•8„"ˆÿÿ¬gDf˜8„"ˆÿÿ%`•Ђ"ˆÿÿ°gDf˜Ð‚"ˆÿÿ%`•h"ˆÿÿ´gDf˜h"ˆÿÿ%`•€"ˆÿÿ¸gDf˜€"ˆÿÿ%`•¨ˆÿÿ¼gDf˜¨ˆÿÿ%`•h‘¨ˆÿÿÀgDf˜h‘¨ˆÿÿ%`•Ð’¨ˆÿÿÄgDf˜Ð’¨ˆÿÿ%`•8”¨ˆÿÿÈgDf˜8”¨ˆÿÿ%`• •¨ˆÿÿÌgDf˜ •¨ˆÿÿ%`•—¨ˆÿÿÐgDf˜—¨ˆÿÿ%`•p˜¨ˆÿÿÔgDf˜p˜¨ˆÿÿ%`•Ø™¨ˆÿÿØgDf˜Ø™¨ˆÿÿ%`•@›¨ˆÿÿÜgDf˜@›¨ˆÿÿ%`•¨œ¨ˆÿÿàgDf˜¨œ¨ˆÿÿ%`•ž¨ˆÿÿägDf˜ž¨ˆÿÿ%`•°ˆÿÿègDf˜°ˆÿÿ%`•h±ˆÿÿìgDf˜h±ˆÿÿ%`•вˆÿÿðgDf˜Ð²ˆÿÿ%`•8´ˆÿÿôgDf˜8´ˆÿÿ%`• µˆÿÿøgDf˜ µˆÿÿ%`•·ˆÿÿügDf˜·ˆÿÿ%`•p¸ˆÿÿgDf˜p¸ˆÿÿ%`•عˆÿÿgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ gDf˜¨¼ˆÿÿ%`•¾ˆÿÿgDf˜¾ˆÿÿ%`•Ž"ˆÿÿgDf˜Ž"ˆÿÿ%`•¨Œ"ˆÿÿgDf˜¨Œ"ˆÿÿ%`•@‹"ˆÿÿgDf˜@‹"ˆÿÿ%`•p¨Óˆÿÿ gDf˜p¨Óˆÿÿ%`•§Óˆÿÿ$gDf˜§Óˆÿÿ%`• ¥Óˆÿÿ(gDf˜ ¥Óˆÿÿ%`•8¤Óˆÿÿ,gDf˜8¤Óˆÿÿ%`•ТÓˆÿÿ0gDf˜Ð¢Óˆÿÿ%`•h¡Óˆÿÿ4gDf˜h¡Óˆÿÿ%`• Óˆÿÿ8gDf˜ Óˆÿÿ%`•Ð’ˆÿÿ<gDf˜Ð’ˆÿÿ%`•hÑ’ˆÿÿ@gDf˜hÑ’ˆÿÿ%`•ÐÒ’ˆÿÿDgDf˜ÐÒ’ˆÿÿ%`•8Ô’ˆÿÿHgDf˜8Ô’ˆÿÿ%`• Õ’ˆÿÿLgDf˜ Õ’ˆÿÿ%`•×’ˆÿÿPgDf˜×’ˆÿÿ%`•pØ’ˆÿÿTgDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿXgDf˜ØÙ’ˆÿÿ%`•@Û’ˆÿÿ\gDf˜@Û’ˆÿÿ%`•¨Ü’ˆÿÿ`gDf˜¨Ü’ˆÿÿ%`•Þ’ˆÿÿdgDf˜Þ’ˆÿÿ%`•`͈ÿÿhgDf˜`͈ÿÿ%`•ha͈ÿÿlgDf˜ha͈ÿÿ%`•Ðb͈ÿÿpgDf˜Ðb͈ÿÿ%`•8d͈ÿÿtgDf˜8d͈ÿÿ%`• e͈ÿÿxgDf˜ e͈ÿÿ%`•g͈ÿÿ|gDf˜g͈ÿÿ%`•ph͈ÿÿ€gDf˜ph͈ÿÿ%`•Øi͈ÿÿ„gDf˜Øi͈ÿÿ%`•@k͈ÿÿˆgDf˜@k͈ÿÿ%`•¨l͈ÿÿŒgDf˜¨l͈ÿÿ%`•n͈ÿÿgDf˜n͈ÿÿ%`•®Óˆÿÿ”gDf˜®Óˆÿÿ%`•¨¬Óˆÿÿ˜gDf˜¨¬Óˆÿÿ%`•@«ÓˆÿÿœgDf˜@«Óˆÿÿ%`•ةӈÿÿ gDf˜Ø©Óˆÿÿ%`•çAˆÿÿ¤gDf˜çAˆÿÿ%`• åAˆÿÿ¨gDf˜ åAˆÿÿ%`•8äAˆÿÿ¬gDf˜8äAˆÿÿ%`•ÐâAˆÿÿ°gDf˜ÐâAˆÿÿ%`•háAˆÿÿ´gDf˜háAˆÿÿ%`•àAˆÿÿ¸gDf˜àAˆÿÿ%`•`¶ ˆÿÿ¼gDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿÀgDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿÄgDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿÈgDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿÌgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿÐgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿÔgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿØgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿÜgDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿàgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿägDf˜n¶ ˆÿÿ%`•àψÿÿègDf˜àψÿÿ%`•háψÿÿìgDf˜háψÿÿ%`•ÐâψÿÿðgDf˜Ðâψÿÿ%`•8äψÿÿôgDf˜8äψÿÿ%`• åψÿÿøgDf˜ åψÿÿ%`•çψÿÿügDf˜çψÿÿ%`•pèψÿÿgDf˜pèψÿÿ%`•ØéψÿÿgDf˜Øéψÿÿ%`•@ëψÿÿgDf˜@ëψÿÿ%`•¨ìψÿÿ gDf˜¨ìψÿÿ%`•îψÿÿgDf˜îψÿÿ%`•îAˆÿÿgDf˜îAˆÿÿ%`•¨ìAˆÿÿgDf˜¨ìAˆÿÿ%`•@ëAˆÿÿgDf˜@ëAˆÿÿ%`•ØéAˆÿÿ gDf˜ØéAˆÿÿ%`•pèAˆÿÿ$gDf˜pèAˆÿÿ%`• E ˆÿÿ(gDf˜ E ˆÿÿ%`•8D ˆÿÿ,gDf˜8D ˆÿÿ%`•ÐB ˆÿÿ0gDf˜ÐB ˆÿÿ%`•hA ˆÿÿ4gDf˜hA ˆÿÿ%`•@ ˆÿÿ8gDf˜@ ˆÿÿ%`•`¹ˆÿÿ<gDf˜`¹ˆÿÿ%`•ha¹ˆÿÿ@gDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿDgDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿHgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿLgDf˜ e¹ˆÿÿ%`•g¹ˆÿÿPgDf˜g¹ˆÿÿ%`•ph¹ˆÿÿTgDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿXgDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿ\gDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿ`gDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿdgDf˜n¹ˆÿÿ%`•àˆÿÿhgDf˜àˆÿÿ%`•háˆÿÿlgDf˜háˆÿÿ%`•ÐâˆÿÿpgDf˜Ðâˆÿÿ%`•8äˆÿÿtgDf˜8äˆÿÿ%`• åˆÿÿxgDf˜ åˆÿÿ%`•çˆÿÿ|gDf˜çˆÿÿ%`•pèˆÿÿ€gDf˜pèˆÿÿ%`•Øéˆÿÿ„gDf˜Øéˆÿÿ%`•@ëˆÿÿˆgDf˜@ëˆÿÿ%`•¨ìˆÿÿŒgDf˜¨ìˆÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•N ˆÿÿ”gDf˜N ˆÿÿ%`•¨L ˆÿÿ˜gDf˜¨L ˆÿÿ%`•@K ˆÿÿœgDf˜@K ˆÿÿ%`•ØI ˆÿÿ gDf˜ØI ˆÿÿ%`•pH ˆÿÿ¤gDf˜pH ˆÿÿ%`•G ˆÿÿ¨gDf˜G ˆÿÿ%`•8$‰ ˆÿÿ¬gDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿ°gDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿ´gDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ¸gDf˜ ‰ ˆÿÿ%`• ˆÿÿ¼gDf˜ ˆÿÿ%`•h!ˆÿÿÀgDf˜h!ˆÿÿ%`•Ð"ˆÿÿÄgDf˜Ð"ˆÿÿ%`•8$ˆÿÿÈgDf˜8$ˆÿÿ%`• %ˆÿÿÌgDf˜ %ˆÿÿ%`•'ˆÿÿÐgDf˜'ˆÿÿ%`•p(ˆÿÿÜgDf˜p(ˆÿÿ%`•Ø)ˆÿÿàgDf˜Ø)ˆÿÿ%`•@+ˆÿÿägDf˜@+ˆÿÿ%`•¨,ˆÿÿègDf˜¨,ˆÿÿ%`•.ˆÿÿìgDf˜.ˆÿÿ%`• ªˆÿÿðgDf˜ ªˆÿÿ%`•h¡ªˆÿÿôgDf˜h¡ªˆÿÿ%`•ТªˆÿÿøgDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿügDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿgDf˜ ¥ªˆÿÿ%`•§ªˆÿÿgDf˜§ªˆÿÿ%`•p¨ªˆÿÿgDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿgDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿgDf˜¨¬ªˆÿÿ%`•®ªˆÿÿgDf˜®ªˆÿÿ%`•.‰ ˆÿÿgDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿ gDf˜¨,‰ ˆÿÿ%`•@+‰ ˆÿÿ$gDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ(gDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿ,gDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ0gDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ4gDf˜ %‰ ˆÿÿ%`•>™ˆÿÿ8gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•€"ˆÿÿ@gDf˜€"ˆÿÿ%`•h"ˆÿÿDgDf˜h"ˆÿÿ%`•Ђ"ˆÿÿHgDf˜Ð‚"ˆÿÿ%`•8„"ˆÿÿLgDf˜8„"ˆÿÿ%`• …"ˆÿÿPgDf˜ …"ˆÿÿ%`•‡"ˆÿÿTgDf˜‡"ˆÿÿ%`•pˆ"ˆÿÿXgDf˜pˆ"ˆÿÿ%`•؉"ˆÿÿ\gDf˜Ø‰"ˆÿÿ%`•8´ˆÿÿ`gDf˜8´ˆÿÿ%`•вˆÿÿdgDf˜Ð²ˆÿÿ%`•h±ˆÿÿhgDf˜h±ˆÿÿ%`•°ˆÿÿlgDf˜°ˆÿÿ%`•@¾ˆÿÿpgDf˜@¾ˆÿÿ%`•hA¾ˆÿÿtgDf˜hA¾ˆÿÿ%`•ÐB¾ˆÿÿxgDf˜ÐB¾ˆÿÿ%`•8D¾ˆÿÿ|gDf˜8D¾ˆÿÿ%`• E¾ˆÿÿ€gDf˜ E¾ˆÿÿ%`•G¾ˆÿÿ„gDf˜G¾ˆÿÿ%`•pH¾ˆÿÿˆgDf˜pH¾ˆÿÿ%`•ØI¾ˆÿÿŒgDf˜ØI¾ˆÿÿ%`•@K¾ˆÿÿgDf˜@K¾ˆÿÿ%`•¨L¾ˆÿÿ”gDf˜¨L¾ˆÿÿ%`•N¾ˆÿÿ˜gDf˜N¾ˆÿÿ%`•¾ˆÿÿœgDf˜¾ˆÿÿ%`•¨¼ˆÿÿ gDf˜¨¼ˆÿÿ%`•@»ˆÿÿ¤gDf˜@»ˆÿÿ%`•عˆÿÿ¨gDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿ¬gDf˜p¸ˆÿÿ%`•·ˆÿÿ°gDf˜·ˆÿÿ%`• µˆÿÿ´gDf˜ µˆÿÿ%`•@‹"ˆÿÿ¸gDf˜@‹"ˆÿÿ%`•¨Œ"ˆÿÿ¼gDf˜¨Œ"ˆÿÿ%`•Ž"ˆÿÿÀgDf˜Ž"ˆÿÿ%`• ÓˆÿÿÄgDf˜ Óˆÿÿ%`•h¡ÓˆÿÿÈgDf˜h¡Óˆÿÿ%`•ТÓˆÿÿÌgDf˜Ð¢Óˆÿÿ%`•8¤ÓˆÿÿÐgDf˜8¤Óˆÿÿ%`• ¥ÓˆÿÿÔgDf˜ ¥Óˆÿÿ%`•§ÓˆÿÿØgDf˜§Óˆÿÿ%`•p¨ÓˆÿÿÜgDf˜p¨Óˆÿÿ%`•8d͈ÿÿàgDf˜8d͈ÿÿ%`•Ðb͈ÿÿägDf˜Ðb͈ÿÿ%`•ha͈ÿÿègDf˜ha͈ÿÿ%`•`͈ÿÿìgDf˜`͈ÿÿ%`•ÀÓˆÿÿðgDf˜ÀÓˆÿÿ%`•hÁÓˆÿÿôgDf˜hÁÓˆÿÿ%`•ÐÂÓˆÿÿøgDf˜ÐÂÓˆÿÿ%`•Øi͈ÿÿüügDf˜Øi͈ÿÿ%`•ph͈ÿÿ øägDf˜ph͈ÿÿ%`•g͈ÿÿ àügDf˜g͈ÿÿ%`• e͈ÿÿ ÜügDf˜ e͈ÿÿ%`•ةӈÿÿØgDf˜Ø©Óˆÿÿ%`•@«ÓˆÿÿäügDf˜@«Óˆÿÿ%`•¨¬ÓˆÿÿàøgDf˜¨¬Óˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•@k͈ÿÿ¬dgDf˜@k͈ÿÿ%`•8ÄÓˆÿÿ¯(ügDf˜8ÄÓˆÿÿ%`• ÅÓˆÿÿ±$gDf˜ ÅÓˆÿÿ%`•ÇÓˆÿÿ² ügDf˜ÇÓˆÿÿ%`•pÈÓˆÿÿ´ügDf˜pÈÓˆÿÿ%`•ØÉÓˆÿÿ¶ügDf˜ØÉÓˆÿÿ%`•@ËÓˆÿÿ¸ügDf˜@ËÓˆÿÿ%`•¨ÌÓˆÿÿºügDf˜¨ÌÓˆÿÿ%`•ÎÓˆÿÿ¼ PgDf˜ÎÓˆÿÿ%`•n͈ÿÿ½`ügDf˜n͈ÿÿ%`•¨l͈ÿÿ¿\DgDf˜¨l͈ÿÿ%`•¨¬Óˆÿÿ gDf˜¨¬Óˆÿÿ%`•¨¬ÓˆÿÿgDf˜¨¬Óˆÿÿ%`•¨¬ÓˆÿÿgDf˜¨¬Óˆÿÿ%`•¨¬ÓˆÿÿÜgDf˜¨¬Óˆÿÿ%`•p¨ÓˆÿÿàgDf˜p¨Óˆÿÿ%`•ةӈÿÿägDf˜Ø©Óˆÿÿ%`•@«ÓˆÿÿègDf˜@«Óˆÿÿ%`•§ÓˆÿÿìgDf˜§Óˆÿÿ%`• ¥ÓˆÿÿðgDf˜ ¥Óˆÿÿ%`•8¤ÓˆÿÿôgDf˜8¤Óˆÿÿ%`•ТÓˆÿÿøgDf˜Ð¢Óˆÿÿ%`•h¡ÓˆÿÿügDf˜h¡Óˆÿÿ%`• ÓˆÿÿgDf˜ Óˆÿÿ%`•®ÓˆÿÿgDf˜®Óˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•P–ˆÿÿgDf˜P–ˆÿÿ%`•hQ–ˆÿÿgDf˜hQ–ˆÿÿ%`•ÐR–ˆÿÿgDf˜ÐR–ˆÿÿ%`•8T–ˆÿÿgDf˜8T–ˆÿÿ%`• U–ˆÿÿ gDf˜ U–ˆÿÿ%`•W–ˆÿÿ$gDf˜W–ˆÿÿ%`•pX–ˆÿÿ(gDf˜pX–ˆÿÿ%`•ØY–ˆÿÿ,gDf˜ØY–ˆÿÿ%`•@[–ˆÿÿ0gDf˜@[–ˆÿÿ%`•¨\–ˆÿÿ4gDf˜¨\–ˆÿÿ%`•^–ˆÿÿ8gDf˜^–ˆÿÿ%`•Kˆÿÿ<gDf˜Kˆÿÿ%`•hKˆÿÿ@gDf˜hKˆÿÿ%`•ÐKˆÿÿDgDf˜ÐKˆÿÿ%`•8KˆÿÿHgDf˜8Kˆÿÿ%`• KˆÿÿLgDf˜ Kˆÿÿ%`•KˆÿÿPgDf˜Kˆÿÿ%`•pKˆÿÿTgDf˜pKˆÿÿ%`•ØKˆÿÿXgDf˜ØKˆÿÿ%`•@Kˆÿÿ\gDf˜@Kˆÿÿ%`•¨Kˆÿÿ`gDf˜¨Kˆÿÿ%`•KˆÿÿdgDf˜Kˆÿÿ%`• KˆÿÿhgDf˜ Kˆÿÿ%`•h!KˆÿÿlgDf˜h!Kˆÿÿ%`•Ð"KˆÿÿpgDf˜Ð"Kˆÿÿ%`•8$KˆÿÿtgDf˜8$Kˆÿÿ%`• %KˆÿÿxgDf˜ %Kˆÿÿ%`•'Kˆÿÿ|gDf˜'Kˆÿÿ%`•p(Kˆÿÿ€gDf˜p(Kˆÿÿ%`•Ø)Kˆÿÿ„gDf˜Ø)Kˆÿÿ%`•@+KˆÿÿˆgDf˜@+Kˆÿÿ%`•¨,KˆÿÿŒgDf˜¨,Kˆÿÿ%`•.KˆÿÿgDf˜.Kˆÿÿ%`•Lˆÿÿ”gDf˜Lˆÿÿ%`•hLˆÿÿ˜gDf˜hLˆÿÿ%`•ÐLˆÿÿœgDf˜ÐLˆÿÿ%`•8Lˆÿÿ gDf˜8Lˆÿÿ%`• Lˆÿÿ¤gDf˜ Lˆÿÿ%`•Lˆÿÿ¨gDf˜Lˆÿÿ%`•pLˆÿÿ¬gDf˜pLˆÿÿ%`•ØLˆÿÿ°gDf˜ØLˆÿÿ%`•@Lˆÿÿ´gDf˜@Lˆÿÿ%`•¨Lˆÿÿ¸gDf˜¨Lˆÿÿ%`•Lˆÿÿ¼gDf˜Lˆÿÿ%`•pJˆÿÿÀgDf˜pJˆÿÿ%`•hqJˆÿÿÄgDf˜hqJˆÿÿ%`•ÐrJˆÿÿÈgDf˜ÐrJˆÿÿ%`•8tJˆÿÿÌgDf˜8tJˆÿÿ%`• uJˆÿÿÐgDf˜ uJˆÿÿ%`•wJˆÿÿÔgDf˜wJˆÿÿ%`•pxJˆÿÿØgDf˜pxJˆÿÿ%`•ØyJˆÿÿÜgDf˜ØyJˆÿÿ%`•@{JˆÿÿàgDf˜@{Jˆÿÿ%`•¨|JˆÿÿègDf˜¨|Jˆÿÿ%`•~JˆÿÿìgDf˜~Jˆÿÿ%`•@]ˆÿÿðgDf˜@]ˆÿÿ%`•hA]ˆÿÿôgDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿøgDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿügDf˜8D]ˆÿÿ%`• E]ˆÿÿgDf˜ E]ˆÿÿ%`•G]ˆÿÿgDf˜G]ˆÿÿ%`•pH]ˆÿÿgDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ gDf˜ØI]ˆÿÿ%`•@K]ˆÿÿgDf˜@K]ˆÿÿ%`•¨L]ˆÿÿgDf˜¨L]ˆÿÿ%`•N]ˆÿÿgDf˜N]ˆÿÿ%`• ãˆÿÿgDf˜ ãˆÿÿ%`•h!ãˆÿÿ gDf˜h!ãˆÿÿ%`•Ð"ãˆÿÿ$gDf˜Ð"ãˆÿÿ%`•8$ãˆÿÿ(gDf˜8$ãˆÿÿ%`• %ãˆÿÿ,gDf˜ %ãˆÿÿ%`•'ãˆÿÿ0gDf˜'ãˆÿÿ%`•p(ãˆÿÿ4gDf˜p(ãˆÿÿ%`•Ø)ãˆÿÿ8gDf˜Ø)ãˆÿÿ%`•@+ãˆÿÿ<gDf˜@+ãˆÿÿ%`•¨,ãˆÿÿ@gDf˜¨,ãˆÿÿ%`•.ãˆÿÿDgDf˜.ãˆÿÿ%`•ˆÿÿHgDf˜ˆÿÿ%`•h‘ˆÿÿLgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿPgDf˜Ð’ˆÿÿ%`•8”ˆÿÿTgDf˜8”ˆÿÿ%`• •ˆÿÿXgDf˜ •ˆÿÿ%`•—ˆÿÿ\gDf˜—ˆÿÿ%`•p˜ˆÿÿ`gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿdgDf˜Ø™ˆÿÿ%`•@›ˆÿÿhgDf˜@›ˆÿÿ%`•¨œˆÿÿlgDf˜¨œˆÿÿ%`•žˆÿÿpgDf˜žˆÿÿ%`•ˆÿÿtgDf˜ˆÿÿ%`•h‘ˆÿÿxgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ|gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ€gDf˜8”ˆÿÿ%`• •ˆÿÿ„gDf˜ •ˆÿÿ%`•—ˆÿÿˆgDf˜—ˆÿÿ%`•p˜ˆÿÿŒgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ”gDf˜@›ˆÿÿ%`•¨œˆÿÿ˜gDf˜¨œˆÿÿ%`•žˆÿÿœgDf˜žˆÿÿ%`• ÿˆÿÿ gDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ¤gDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ¨gDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ¬gDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ°gDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ´gDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ¸gDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ¼gDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿÀgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿÄgDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿÈgDf˜®ÿˆÿÿ%`•…ˆÿÿÌgDf˜…ˆÿÿ%`•h…ˆÿÿÐgDf˜h…ˆÿÿ%`•Ð…ˆÿÿÔgDf˜Ð…ˆÿÿ%`•8…ˆÿÿØgDf˜8…ˆÿÿ%`• …ˆÿÿÜgDf˜ …ˆÿÿ%`•…ˆÿÿàgDf˜…ˆÿÿ%`•p…ˆÿÿägDf˜p…ˆÿÿ%`•Ø …ˆÿÿègDf˜Ø …ˆÿÿ%`•@ …ˆÿÿìgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿðgDf˜¨ …ˆÿÿ%`•…ˆÿÿôgDf˜…ˆÿÿ%`•€åˆÿÿøgDf˜€åˆÿÿ%`•håˆÿÿügDf˜håˆÿÿ%`•ЂåˆÿÿgDf˜Ð‚åˆÿÿ%`•8„åˆÿÿgDf˜8„åˆÿÿ%`• …åˆÿÿgDf˜ …åˆÿÿ%`•‡åˆÿÿ gDf˜‡åˆÿÿ%`•pˆåˆÿÿgDf˜pˆåˆÿÿ%`•؉åˆÿÿgDf˜Ø‰åˆÿÿ%`•@‹åˆÿÿgDf˜@‹åˆÿÿ%`•¨ŒåˆÿÿgDf˜¨Œåˆÿÿ%`•Žåˆÿÿ gDf˜Žåˆÿÿ%`•ð܈ÿÿ$gDf˜ð܈ÿÿ%`•hñ܈ÿÿ(gDf˜hñ܈ÿÿ%`•Ðò܈ÿÿ,gDf˜Ðò܈ÿÿ%`•8ô܈ÿÿ0gDf˜8ô܈ÿÿ%`• õ܈ÿÿ4gDf˜ õ܈ÿÿ%`•÷܈ÿÿ8gDf˜÷܈ÿÿ%`•pøÜˆÿÿ<gDf˜pøÜˆÿÿ%`•Øù܈ÿÿ@gDf˜Øù܈ÿÿ%`•@û܈ÿÿDgDf˜@û܈ÿÿ%`•¨ü܈ÿÿHgDf˜¨ü܈ÿÿ%`•þ܈ÿÿLgDf˜þ܈ÿÿ%`•pψÿÿPgDf˜pψÿÿ%`•hqψÿÿTgDf˜hqψÿÿ%`•ÐrψÿÿXgDf˜Ðrψÿÿ%`•8tψÿÿ\gDf˜8tψÿÿ%`• uψÿÿ`gDf˜ uψÿÿ%`•wψÿÿdgDf˜wψÿÿ%`•pxψÿÿhgDf˜pxψÿÿ%`•ØyψÿÿlgDf˜Øyψÿÿ%`•@{ψÿÿpgDf˜@{ψÿÿ%`•¨|ψÿÿtgDf˜¨|ψÿÿ%`•~ψÿÿxgDf˜~ψÿÿ%`•>™ˆÿÿ|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•ØKˆÿÿ„gDf˜ØKˆÿÿ%`•pKˆÿÿˆgDf˜pKˆÿÿ%`•KˆÿÿŒgDf˜Kˆÿÿ%`• KˆÿÿgDf˜ Kˆÿÿ%`•8Kˆÿÿ”gDf˜8Kˆÿÿ%`•ÐKˆÿÿ˜gDf˜ÐKˆÿÿ%`•hKˆÿÿœgDf˜hKˆÿÿ%`•Kˆÿÿ gDf˜Kˆÿÿ%`•°Oˆÿÿ¤gDf˜°Oˆÿÿ%`•h±Oˆÿÿ¨gDf˜h±Oˆÿÿ%`•вOˆÿÿ¬gDf˜Ð²Oˆÿÿ%`•8´Oˆÿÿ°gDf˜8´Oˆÿÿ%`• µOˆÿÿ´gDf˜ µOˆÿÿ%`•·Oˆÿÿ¸gDf˜·Oˆÿÿ%`•p¸Oˆÿÿ¼gDf˜p¸Oˆÿÿ%`•عOˆÿÿÀgDf˜Ø¹Oˆÿÿ%`•@»OˆÿÿÄgDf˜@»Oˆÿÿ%`•¨¼OˆÿÿÈgDf˜¨¼Oˆÿÿ%`•¾OˆÿÿÌgDf˜¾Oˆÿÿ%`• ÕˆÿÿÐgDf˜ Õˆÿÿ%`•h!ÕˆÿÿÔgDf˜h!Õˆÿÿ%`•Ð"ÕˆÿÿØgDf˜Ð"Õˆÿÿ%`•@KˆÿÿÜügDf˜@Kˆÿÿ%`•pxJˆÿÿØgDf˜pxJˆÿÿ%`•wJˆÿÿìügDf˜wJˆÿÿ%`• uJˆÿÿèügDf˜ uJˆÿÿ%`•8tJˆÿÿägDf˜8tJˆÿÿ%`•ÐrJˆÿÿðügDf˜ÐrJˆÿÿ%`•hqJˆÿÿìügDf˜hqJˆÿÿ%`•pJˆÿÿègDf˜pJˆÿÿ%`•' ˆÿÿôügDf˜' ˆÿÿ%`•h' ˆÿÿ!ðÄgDf˜h' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'Õˆÿÿ±<ägDf˜'Õˆÿÿ%`•8$Õˆÿÿ½\gDf˜8$Õˆÿÿ%`• %Õˆÿÿ¿ ügDf˜ %Õˆÿÿ%`•p(ÕˆÿÿÁœügDf˜p(Õˆÿÿ%`•Ø)ÕˆÿÿØügDf˜Ø)Õˆÿÿ%`•@+ÕˆÿÿÅ”ügDf˜@+Õˆÿÿ%`•¨,ÕˆÿÿÇügDf˜¨,Õˆÿÿ%`•.ÕˆÿÿÉŒügDf˜.Õˆÿÿ%`•KˆÿÿˈgDf˜Kˆÿÿ%`•¨KˆÿÿÌÀgDf˜¨Kˆÿÿ%`•'ˆÿÿ"´gDf˜'ˆÿÿ%`•p' ˆÿÿ gDf˜p' ˆÿÿ%`•p' ˆÿÿ"¸gDf˜p' ˆÿÿ%`•h' ˆÿÿ"¼gDf˜h' ˆÿÿ%`•Ð' ˆÿÿ"ÀgDf˜Ð' ˆÿÿ%`•' ˆÿÿ"ÄgDf˜' ˆÿÿ%`•Ø ' ˆÿÿ"ÈgDf˜Ø ' ˆÿÿ%`•@ ' ˆÿÿ"ÌgDf˜@ ' ˆÿÿ%`•' ˆÿÿ"ÐgDf˜' ˆÿÿ%`• ' ˆÿÿ"ÔgDf˜ ' ˆÿÿ%`•8' ˆÿÿ"ØgDf˜8' ˆÿÿ%`•¨ ' ˆÿÿ"ÜgDf˜¨ ' ˆÿÿ%`•' ˆÿÿ"àgDf˜' ˆÿÿ%`•¨<™ˆÿÿ"ägDf˜¨<™ˆÿÿ%`•>™ˆÿÿ"ègDf˜>™ˆÿÿ%`•`¿ˆÿÿ"ìgDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ"ðgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ"ôgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ"øgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ"ügDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ#gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ#gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ#gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ# gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ#gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ#gDf˜n¿ˆÿÿ%`•‡ˆÿÿ#gDf˜‡ˆÿÿ%`•h‘‡ˆÿÿ#gDf˜h‘‡ˆÿÿ%`•Ð’‡ˆÿÿ# gDf˜Ð’‡ˆÿÿ%`•8”‡ˆÿÿ#$gDf˜8”‡ˆÿÿ%`• •‡ˆÿÿ#(gDf˜ •‡ˆÿÿ%`•—‡ˆÿÿ#,gDf˜—‡ˆÿÿ%`•p˜‡ˆÿÿ#0gDf˜p˜‡ˆÿÿ%`•Ø™‡ˆÿÿ#4gDf˜Ø™‡ˆÿÿ%`•@›‡ˆÿÿ#8gDf˜@›‡ˆÿÿ%`•¨œ‡ˆÿÿ#<gDf˜¨œ‡ˆÿÿ%`•ž‡ˆÿÿ#@gDf˜ž‡ˆÿÿ%`• Èÿÿ#DgDf˜ Èÿÿ%`•h!Èÿÿ#HgDf˜h!Èÿÿ%`•Ð"Èÿÿ#LgDf˜Ð"Èÿÿ%`•8$Èÿÿ#PgDf˜8$Èÿÿ%`• %Èÿÿ#TgDf˜ %Èÿÿ%`•'Èÿÿ#XgDf˜'Èÿÿ%`•p(Èÿÿ#\gDf˜p(Èÿÿ%`•Ø)Èÿÿ#`gDf˜Ø)Èÿÿ%`•@+Èÿÿ#dgDf˜@+Èÿÿ%`•¨,Èÿÿ#hgDf˜¨,Èÿÿ%`•.Èÿÿ#lgDf˜.Èÿÿ%`•@¾ˆÿÿ#pgDf˜@¾ˆÿÿ%`•hA¾ˆÿÿ#tgDf˜hA¾ˆÿÿ%`•ÐB¾ˆÿÿ#xgDf˜ÐB¾ˆÿÿ%`•8D¾ˆÿÿ#|gDf˜8D¾ˆÿÿ%`• E¾ˆÿÿ#€gDf˜ E¾ˆÿÿ%`•G¾ˆÿÿ#„gDf˜G¾ˆÿÿ%`•pH¾ˆÿÿ#ˆgDf˜pH¾ˆÿÿ%`•ØI¾ˆÿÿ#ŒgDf˜ØI¾ˆÿÿ%`•@K¾ˆÿÿ#gDf˜@K¾ˆÿÿ%`•¨L¾ˆÿÿ#”gDf˜¨L¾ˆÿÿ%`•N¾ˆÿÿ#˜gDf˜N¾ˆÿÿ%`•àˆÿÿ#œgDf˜àˆÿÿ%`•háˆÿÿ# gDf˜háˆÿÿ%`•Ðâˆÿÿ#¤gDf˜Ðâˆÿÿ%`•8äˆÿÿ#¨gDf˜8äˆÿÿ%`• åˆÿÿ#¬gDf˜ åˆÿÿ%`•çˆÿÿ#°gDf˜çˆÿÿ%`•pèˆÿÿ#´gDf˜pèˆÿÿ%`•Øéˆÿÿ#¸gDf˜Øéˆÿÿ%`•@ëˆÿÿ#¼gDf˜@ëˆÿÿ%`•¨ìˆÿÿ#ÀgDf˜¨ìˆÿÿ%`•îˆÿÿ#ÄgDf˜îˆÿÿ%`•°ˆÿÿ#ÈgDf˜°ˆÿÿ%`•h±ˆÿÿ#ÌgDf˜h±ˆÿÿ%`•вˆÿÿ#ÐgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ#ÔgDf˜8´ˆÿÿ%`• µˆÿÿ#ØgDf˜ µˆÿÿ%`•·ˆÿÿ#ÜgDf˜·ˆÿÿ%`•p¸ˆÿÿ#àgDf˜p¸ˆÿÿ%`•عˆÿÿ#ägDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ#ègDf˜@»ˆÿÿ%`•¨¼ˆÿÿ#ìgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ#ðgDf˜¾ˆÿÿ%`•@ ˆÿÿ#øgDf˜@ ˆÿÿ%`•hA ˆÿÿ#ügDf˜hA ˆÿÿ%`•ÐB ˆÿÿ$gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ$gDf˜8D ˆÿÿ%`• E ˆÿÿ$gDf˜ E ˆÿÿ%`•G ˆÿÿ$ gDf˜G ˆÿÿ%`•pH ˆÿÿ$gDf˜pH ˆÿÿ%`•ØI ˆÿÿ$gDf˜ØI ˆÿÿ%`•@K ˆÿÿ$gDf˜@K ˆÿÿ%`•¨L ˆÿÿ$gDf˜¨L ˆÿÿ%`•N ˆÿÿ$ gDf˜N ˆÿÿ%`•Pˆÿÿ$$gDf˜Pˆÿÿ%`•hQˆÿÿ$(gDf˜hQˆÿÿ%`•ÐRˆÿÿ$,gDf˜ÐRˆÿÿ%`•8Tˆÿÿ$0gDf˜8Tˆÿÿ%`• Uˆÿÿ$4gDf˜ Uˆÿÿ%`•Wˆÿÿ$8gDf˜Wˆÿÿ%`•pXˆÿÿ$<gDf˜pXˆÿÿ%`•ØYˆÿÿ$@gDf˜ØYˆÿÿ%`•@[ˆÿÿ$DgDf˜@[ˆÿÿ%`•¨\ˆÿÿ$HgDf˜¨\ˆÿÿ%`•^ˆÿÿ$LgDf˜^ˆÿÿ%`• Mˆÿÿ$PgDf˜ Mˆÿÿ%`•h!Mˆÿÿ$TgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ$XgDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ$\gDf˜8$Mˆÿÿ%`• %Mˆÿÿ$`gDf˜ %Mˆÿÿ%`•'Mˆÿÿ$dgDf˜'Mˆÿÿ%`•p(Mˆÿÿ$hgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ$lgDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ$pgDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ$tgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ$xgDf˜.Mˆÿÿ%`• ˆÿÿ$|gDf˜ ˆÿÿ%`•h ˆÿÿ$€gDf˜h ˆÿÿ%`•Ð ˆÿÿ$„gDf˜Ð ˆÿÿ%`•8 ˆÿÿ$ˆgDf˜8 ˆÿÿ%`•  ˆÿÿ$ŒgDf˜  ˆÿÿ%`• ˆÿÿ$gDf˜ ˆÿÿ%`•p ˆÿÿ$”gDf˜p ˆÿÿ%`•Ø  ˆÿÿ$˜gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ$œgDf˜@  ˆÿÿ%`•¨  ˆÿÿ$ gDf˜¨  ˆÿÿ%`• ˆÿÿ$¤gDf˜ ˆÿÿ%`•°Jˆÿÿ$¨gDf˜°Jˆÿÿ%`•h±Jˆÿÿ$¬gDf˜h±Jˆÿÿ%`•вJˆÿÿ$°gDf˜Ð²Jˆÿÿ%`•8´Jˆÿÿ$´gDf˜8´Jˆÿÿ%`• µJˆÿÿ$¸gDf˜ µJˆÿÿ%`•·Jˆÿÿ$¼gDf˜·Jˆÿÿ%`•p¸Jˆÿÿ$ÀgDf˜p¸Jˆÿÿ%`•عJˆÿÿ$ÄgDf˜Ø¹Jˆÿÿ%`•@»Jˆÿÿ$ÈgDf˜@»Jˆÿÿ%`•¨¼Jˆÿÿ$ÌgDf˜¨¼Jˆÿÿ%`•¾Jˆÿÿ$ÐgDf˜¾Jˆÿÿ%`•Uˆÿÿ$ÔgDf˜Uˆÿÿ%`•hUˆÿÿ$ØgDf˜hUˆÿÿ%`•ÐUˆÿÿ$ÜgDf˜ÐUˆÿÿ%`•8Uˆÿÿ$àgDf˜8Uˆÿÿ%`• Uˆÿÿ$ägDf˜ Uˆÿÿ%`•Uˆÿÿ$ègDf˜Uˆÿÿ%`•pUˆÿÿ$ìgDf˜pUˆÿÿ%`•Ø Uˆÿÿ$ðgDf˜Ø Uˆÿÿ%`•@ Uˆÿÿ$ôgDf˜@ Uˆÿÿ%`•¨ Uˆÿÿ$øgDf˜¨ Uˆÿÿ%`•Uˆÿÿ$ügDf˜Uˆÿÿ%`•Ð’ˆÿÿ%gDf˜Ð’ˆÿÿ%`•hÑ’ˆÿÿ%gDf˜hÑ’ˆÿÿ%`•ÐÒ’ˆÿÿ%gDf˜ÐÒ’ˆÿÿ%`•8Ô’ˆÿÿ% gDf˜8Ô’ˆÿÿ%`• Õ’ˆÿÿ%gDf˜ Õ’ˆÿÿ%`•×’ˆÿÿ%gDf˜×’ˆÿÿ%`•pØ’ˆÿÿ%gDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿ%gDf˜ØÙ’ˆÿÿ%`•@Û’ˆÿÿ% gDf˜@Û’ˆÿÿ%`•¨Ü’ˆÿÿ%$gDf˜¨Ü’ˆÿÿ%`•Þ’ˆÿÿ%(gDf˜Þ’ˆÿÿ%`• ˆÿÿ%,gDf˜ ˆÿÿ%`•h‘ ˆÿÿ%0gDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿ%4gDf˜Ð’ ˆÿÿ%`•8” ˆÿÿ%8gDf˜8” ˆÿÿ%`• • ˆÿÿ%<gDf˜ • ˆÿÿ%`•— ˆÿÿ%@gDf˜— ˆÿÿ%`•p˜ ˆÿÿ%DgDf˜p˜ ˆÿÿ%`•Ø™ ˆÿÿ%HgDf˜Ø™ ˆÿÿ%`•@› ˆÿÿ%LgDf˜@› ˆÿÿ%`•¨œ ˆÿÿ%PgDf˜¨œ ˆÿÿ%`•ž ˆÿÿ%TgDf˜ž ˆÿÿ%`•>™ˆÿÿ%XgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%\gDf˜¨<™ˆÿÿ%`•Ø™‡ˆÿÿ%`gDf˜Ø™‡ˆÿÿ%`•p˜‡ˆÿÿ%dgDf˜p˜‡ˆÿÿ%`•—‡ˆÿÿ%hgDf˜—‡ˆÿÿ%`• •‡ˆÿÿ%lgDf˜ •‡ˆÿÿ%`•8”‡ˆÿÿ%pgDf˜8”‡ˆÿÿ%`•Ð’‡ˆÿÿ%tgDf˜Ð’‡ˆÿÿ%`•h‘‡ˆÿÿ%xgDf˜h‘‡ˆÿÿ%`•‡ˆÿÿ%|gDf˜‡ˆÿÿ%`•`¹ˆÿÿ%€gDf˜`¹ˆÿÿ%`•ha¹ˆÿÿ%„gDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿ%ˆgDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿ%ŒgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿ%gDf˜ e¹ˆÿÿ%`•g¹ˆÿÿ%”gDf˜g¹ˆÿÿ%`•ph¹ˆÿÿ%˜gDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿ%œgDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿ% gDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿ%¤gDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿ%¨gDf˜n¹ˆÿÿ%`•àˆÿÿ%¬gDf˜àˆÿÿ%`•háˆÿÿ%°gDf˜háˆÿÿ%`•Ðâˆÿÿ%´gDf˜Ðâˆÿÿ%`•8äˆÿÿ%¸gDf˜8äˆÿÿ%`• åˆÿÿ%¼gDf˜ åˆÿÿ%`•çˆÿÿ%ÀgDf˜çˆÿÿ%`•pèˆÿÿ%ÄgDf˜pèˆÿÿ%`•Øéˆÿÿ%ÈgDf˜Øéˆÿÿ%`•@ëˆÿÿ%ÌgDf˜@ëˆÿÿ%`•¨ìˆÿÿ%ÐgDf˜¨ìˆÿÿ%`•îˆÿÿ%ÔgDf˜îˆÿÿ%`•ž‡ˆÿÿ%ØgDf˜ž‡ˆÿÿ%`•¨œ‡ˆÿÿ%ÜgDf˜¨œ‡ˆÿÿ%`•@›‡ˆÿÿ%àgDf˜@›‡ˆÿÿ%`•pèˆÿÿ%ägDf˜pèˆÿÿ%`•çˆÿÿ%ègDf˜çˆÿÿ%`• åˆÿÿ%ìgDf˜ åˆÿÿ%`•8äˆÿÿ%ðgDf˜8äˆÿÿ%`•Ðâˆÿÿ%ôgDf˜Ðâˆÿÿ%`•háˆÿÿ%øgDf˜háˆÿÿ%`•àˆÿÿ%ügDf˜àˆÿÿ%`•@¾ˆÿÿ&gDf˜@¾ˆÿÿ%`•hA¾ˆÿÿ&gDf˜hA¾ˆÿÿ%`•ÐB¾ˆÿÿ&gDf˜ÐB¾ˆÿÿ%`•8D¾ˆÿÿ& gDf˜8D¾ˆÿÿ%`• E¾ˆÿÿ&gDf˜ E¾ˆÿÿ%`•G¾ˆÿÿ&gDf˜G¾ˆÿÿ%`•pH¾ˆÿÿ&gDf˜pH¾ˆÿÿ%`•ØI¾ˆÿÿ&gDf˜ØI¾ˆÿÿ%`•@K¾ˆÿÿ& gDf˜@K¾ˆÿÿ%`•¨L¾ˆÿÿ&$gDf˜¨L¾ˆÿÿ%`•N¾ˆÿÿ&(gDf˜N¾ˆÿÿ%`• Èÿÿ&,gDf˜ Èÿÿ%`•h!Èÿÿ&0gDf˜h!Èÿÿ%`•Ð"Èÿÿ&4gDf˜Ð"Èÿÿ%`•Wˆÿÿ&8ÀgDf˜Wˆÿÿ%`• Uˆÿÿ'üügDf˜ Uˆÿÿ%`•8Tˆÿÿ)øügDf˜8Tˆÿÿ%`•ÐRˆÿÿ+ôgDf˜ÐRˆÿÿ%`•hQˆÿÿ,ügDf˜hQˆÿÿ%`•Pˆÿÿ-üügDf˜Pˆÿÿ%`• ‰ ˆÿÿ/øgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ0ügDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ2˜gDf˜Ð"‰ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(Èÿÿƒ,gDf˜p(Èÿÿ%`•Ø)ÈÿÿgDf˜Ø)Èÿÿ%`•8$ÈÿÿÌŒgDf˜8$Èÿÿ%`• %ÈÿÿÎPügDf˜ %Èÿÿ%`•'ÈÿÿÐLgDf˜'Èÿÿ%`•@+ÈÿÿÒHügDf˜@+Èÿÿ%`•¨,ÈÿÿÔDügDf˜¨,Èÿÿ%`•.ÈÿÿÖ@ügDf˜.Èÿÿ%`•îˆÿÿØ<ügDf˜îˆÿÿ%`•¨ìˆÿÿÚ8ügDf˜¨ìˆÿÿ%`•@ëˆÿÿÜ4PgDf˜@ëˆÿÿ%`•Øéˆÿÿ݈@gDf˜Øéˆÿÿ%`•'ˆÿÿ2˜gDf˜'ˆÿÿ%`•h!‰ ˆÿÿ gDf˜h!‰ ˆÿÿ%`•h!‰ ˆÿÿ2œgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ2 gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ2¤gDf˜8$‰ ˆÿÿ%`• ‰ ˆÿÿ2¨gDf˜ ‰ ˆÿÿ%`• %‰ ˆÿÿ2¬gDf˜ %‰ ˆÿÿ%`•p(‰ ˆÿÿ2°gDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ2´gDf˜'‰ ˆÿÿ%`•Ø)‰ ˆÿÿ2¸gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ2¼gDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿ2ÀgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ2ÄgDf˜.‰ ˆÿÿ%`•¨<™ˆÿÿ2ÈgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ2ÌgDf˜>™ˆÿÿ%`•°ˆÿÿ2ÐgDf˜°ˆÿÿ%`•h±ˆÿÿ2ÔgDf˜h±ˆÿÿ%`•вˆÿÿ2ØgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ2ÜgDf˜8´ˆÿÿ%`• µˆÿÿ2àgDf˜ µˆÿÿ%`•·ˆÿÿ2ägDf˜·ˆÿÿ%`•p¸ˆÿÿ2ègDf˜p¸ˆÿÿ%`•عˆÿÿ2ìgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ2ðgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ2ôgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ2øgDf˜¾ˆÿÿ%`•Pˆÿÿ2ügDf˜Pˆÿÿ%`•hQˆÿÿ3gDf˜hQˆÿÿ%`•ÐRˆÿÿ3gDf˜ÐRˆÿÿ%`•8Tˆÿÿ3gDf˜8Tˆÿÿ%`• Uˆÿÿ3 gDf˜ Uˆÿÿ%`•Wˆÿÿ3gDf˜Wˆÿÿ%`•pXˆÿÿ3gDf˜pXˆÿÿ%`•ØYˆÿÿ3gDf˜ØYˆÿÿ%`•@[ˆÿÿ3gDf˜@[ˆÿÿ%`•¨\ˆÿÿ3 gDf˜¨\ˆÿÿ%`•^ˆÿÿ3$gDf˜^ˆÿÿ%`•p­ˆÿÿ3(gDf˜p­ˆÿÿ%`•hq­ˆÿÿ3,gDf˜hq­ˆÿÿ%`•Ðr­ˆÿÿ30gDf˜Ðr­ˆÿÿ%`•8t­ˆÿÿ34gDf˜8t­ˆÿÿ%`• u­ˆÿÿ38gDf˜ u­ˆÿÿ%`•w­ˆÿÿ3<gDf˜w­ˆÿÿ%`•px­ˆÿÿ3@gDf˜px­ˆÿÿ%`•Øy­ˆÿÿ3DgDf˜Øy­ˆÿÿ%`•@{­ˆÿÿ3HgDf˜@{­ˆÿÿ%`•¨|­ˆÿÿ3LgDf˜¨|­ˆÿÿ%`•~­ˆÿÿ3PgDf˜~­ˆÿÿ%`•¢ˆÿÿ3TgDf˜¢ˆÿÿ%`•h‘¢ˆÿÿ3XgDf˜h‘¢ˆÿÿ%`•Ð’¢ˆÿÿ3\gDf˜Ð’¢ˆÿÿ%`•8”¢ˆÿÿ3`gDf˜8”¢ˆÿÿ%`• •¢ˆÿÿ3dgDf˜ •¢ˆÿÿ%`•—¢ˆÿÿ3hgDf˜—¢ˆÿÿ%`•p˜¢ˆÿÿ3lgDf˜p˜¢ˆÿÿ%`•Ø™¢ˆÿÿ3pgDf˜Ø™¢ˆÿÿ%`•@›¢ˆÿÿ3tgDf˜@›¢ˆÿÿ%`•¨œ¢ˆÿÿ3xgDf˜¨œ¢ˆÿÿ%`•ž¢ˆÿÿ3|gDf˜ž¢ˆÿÿ%`•°ˆÿÿ3€gDf˜°ˆÿÿ%`•h±ˆÿÿ3„gDf˜h±ˆÿÿ%`•вˆÿÿ3ˆgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ3ŒgDf˜8´ˆÿÿ%`• µˆÿÿ3gDf˜ µˆÿÿ%`•·ˆÿÿ3”gDf˜·ˆÿÿ%`•p¸ˆÿÿ3˜gDf˜p¸ˆÿÿ%`•عˆÿÿ3œgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ3 gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ3¤gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ3¨gDf˜¾ˆÿÿ%`• Õˆÿÿ3¬gDf˜ Õˆÿÿ%`•h!Õˆÿÿ3°gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ3´gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ3¸gDf˜8$Õˆÿÿ%`• %Õˆÿÿ3¼gDf˜ %Õˆÿÿ%`•'Õˆÿÿ3ÀgDf˜'Õˆÿÿ%`•p(Õˆÿÿ3ÄgDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ3ÈgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ3ÌgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ3ÐgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ3ÔgDf˜.Õˆÿÿ%`•>™ˆÿÿ3ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ3ÜgDf˜¨<™ˆÿÿ%`•·ˆÿÿ3àgDf˜·ˆÿÿ%`• µˆÿÿ3ägDf˜ µˆÿÿ%`•8´ˆÿÿ3ègDf˜8´ˆÿÿ%`•вˆÿÿ3ìgDf˜Ð²ˆÿÿ%`•h±ˆÿÿ3ðgDf˜h±ˆÿÿ%`•°ˆÿÿ3ôgDf˜°ˆÿÿ%`•ˆÿÿ3øgDf˜ˆÿÿ%`•h‘ˆÿÿ3ügDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ4gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ4gDf˜8”ˆÿÿ%`• •ˆÿÿ4 gDf˜ •ˆÿÿ%`•—ˆÿÿ4gDf˜—ˆÿÿ%`•p˜ˆÿÿ4gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ4gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ4gDf˜@›ˆÿÿ%`•¨œˆÿÿ4 gDf˜¨œˆÿÿ%`•žˆÿÿ4$gDf˜žˆÿÿ%`•àψÿÿ4(gDf˜àψÿÿ%`•háψÿÿ4,gDf˜háψÿÿ%`•Ðâψÿÿ40gDf˜Ðâψÿÿ%`•8äψÿÿ44gDf˜8äψÿÿ%`• åψÿÿ48gDf˜ åψÿÿ%`•çψÿÿ4<gDf˜çψÿÿ%`•pèψÿÿ4@gDf˜pèψÿÿ%`•Øéψÿÿ4DgDf˜Øéψÿÿ%`•@ëψÿÿ4HgDf˜@ëψÿÿ%`•¨ìψÿÿ4LgDf˜¨ìψÿÿ%`•îψÿÿ4PgDf˜îψÿÿ%`•ôˆÿÿ4TgDf˜ôˆÿÿ%`•hôˆÿÿ4XgDf˜hôˆÿÿ%`•Ðôˆÿÿ4\gDf˜Ðôˆÿÿ%`•8ôˆÿÿ4`gDf˜8ôˆÿÿ%`• ôˆÿÿ4dgDf˜ ôˆÿÿ%`•ôˆÿÿ4hgDf˜ôˆÿÿ%`•pôˆÿÿ4lgDf˜pôˆÿÿ%`•Ø ôˆÿÿ4pgDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ4tgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ4xgDf˜¨ ôˆÿÿ%`•ôˆÿÿ4|gDf˜ôˆÿÿ%`•àˆÿÿ4€gDf˜àˆÿÿ%`•háˆÿÿ4„gDf˜háˆÿÿ%`•Ðâˆÿÿ4ˆgDf˜Ðâˆÿÿ%`•8äˆÿÿ4ŒgDf˜8äˆÿÿ%`• åˆÿÿ4gDf˜ åˆÿÿ%`•çˆÿÿ4”gDf˜çˆÿÿ%`•pèˆÿÿ4˜gDf˜pèˆÿÿ%`•Øéˆÿÿ4œgDf˜Øéˆÿÿ%`•@ëˆÿÿ4 gDf˜@ëˆÿÿ%`•¨ìˆÿÿ4¤gDf˜¨ìˆÿÿ%`•îˆÿÿ4¨gDf˜îˆÿÿ%`•' ˆÿÿ4¬gDf˜' ˆÿÿ%`•h' ˆÿÿ4°gDf˜h' ˆÿÿ%`•Ð' ˆÿÿ4´gDf˜Ð' ˆÿÿ%`•8' ˆÿÿ4¸gDf˜8' ˆÿÿ%`• ' ˆÿÿ4¼gDf˜ ' ˆÿÿ%`•' ˆÿÿ4ÀgDf˜' ˆÿÿ%`•p' ˆÿÿ4ÄgDf˜p' ˆÿÿ%`•Ø ' ˆÿÿ4ÈgDf˜Ø ' ˆÿÿ%`•@ ' ˆÿÿ4ÌgDf˜@ ' ˆÿÿ%`•¨ ' ˆÿÿ4ÐgDf˜¨ ' ˆÿÿ%`•' ˆÿÿ4ÔgDf˜' ˆÿÿ%`•¾ˆÿÿ4ØgDf˜¾ˆÿÿ%`•¨¼ˆÿÿ4ÜgDf˜¨¼ˆÿÿ%`•@»ˆÿÿ4àgDf˜@»ˆÿÿ%`•عˆÿÿ4ägDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿ4ègDf˜p¸ˆÿÿ%`•h‘¢ˆÿÿ4ìgDf˜h‘¢ˆÿÿ%`•¢ˆÿÿ4ðgDf˜¢ˆÿÿ%`•ˆÿÿ4ôgDf˜ˆÿÿ%`•hˆÿÿ4øgDf˜hˆÿÿ%`•Јÿÿ4ügDf˜Ðˆÿÿ%`•8ˆÿÿ5gDf˜8ˆÿÿ%`• ˆÿÿ5gDf˜ ˆÿÿ%`•ˆÿÿ5gDf˜ˆÿÿ%`•pˆÿÿ5 gDf˜pˆÿÿ%`•؈ÿÿ5gDf˜Øˆÿÿ%`•@ˆÿÿ5gDf˜@ˆÿÿ%`•¨ˆÿÿ5gDf˜¨ˆÿÿ%`•ˆÿÿ5gDf˜ˆÿÿ%`• ‰ ˆÿÿ5 gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ5$gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ5(gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ5,gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ50gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ54gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ58gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ5<gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ5@gDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿ5DgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ5HgDf˜.‰ ˆÿÿ%`•À+ˆÿÿ5LgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ5PgDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ5TgDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ5XgDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ5\gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ5`gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ5dgDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ5hgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ5lgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ5pgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ5tgDf˜Î+ˆÿÿ%`•Àƈÿÿ5xgDf˜Àƈÿÿ%`•hÁƈÿÿ5|gDf˜hÁƈÿÿ%`•ÐÂÆˆÿÿ5€gDf˜ÐÂÆˆÿÿ%`•8ÄÆˆÿÿ5„gDf˜8ÄÆˆÿÿ%`• Åƈÿÿ5ˆgDf˜ Åƈÿÿ%`•ÇÆˆÿÿ5ŒgDf˜Çƈÿÿ%`•pÈÆˆÿÿ5gDf˜pÈÆˆÿÿ%`•ØÉƈÿÿ5”gDf˜ØÉƈÿÿ%`•@ËÆˆÿÿ5˜gDf˜@ËÆˆÿÿ%`•¨Ìƈÿÿ5œgDf˜¨Ìƈÿÿ%`•ÎÆˆÿÿ5 gDf˜Îƈÿÿ%`•¾ˆÿÿ5¤gDf˜¾ˆÿÿ%`•h¾ˆÿÿ5¨gDf˜h¾ˆÿÿ%`•оˆÿÿ5¬gDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿ5°gDf˜8¾ˆÿÿ%`• ¾ˆÿÿ5´gDf˜ ¾ˆÿÿ%`•¾ˆÿÿ5¸gDf˜¾ˆÿÿ%`•p¾ˆÿÿ5¼gDf˜p¾ˆÿÿ%`•ؾˆÿÿ5ÀgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿ5ÄgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿ5ÈgDf˜¨¾ˆÿÿ%`•¾ˆÿÿ5ÌgDf˜¾ˆÿÿ%`•Pˆÿÿ5ÐgDf˜Pˆÿÿ%`•hQˆÿÿ5ÔgDf˜hQˆÿÿ%`•ÐRˆÿÿ5ØgDf˜ÐRˆÿÿ%`•8Tˆÿÿ5ÜgDf˜8Tˆÿÿ%`• Uˆÿÿ5àgDf˜ Uˆÿÿ%`•Wˆÿÿ5ägDf˜Wˆÿÿ%`•pXˆÿÿ5ègDf˜pXˆÿÿ%`•ØYˆÿÿ5ìgDf˜ØYˆÿÿ%`•@[ˆÿÿ5ðgDf˜@[ˆÿÿ%`•¨\ˆÿÿ5ôgDf˜¨\ˆÿÿ%`•^ˆÿÿ5øgDf˜^ˆÿÿ%`•ž¢ˆÿÿ5ügDf˜ž¢ˆÿÿ%`•¨œ¢ˆÿÿ6gDf˜¨œ¢ˆÿÿ%`•@›¢ˆÿÿ6gDf˜@›¢ˆÿÿ%`•Ø™¢ˆÿÿ6gDf˜Ø™¢ˆÿÿ%`•p˜¢ˆÿÿ6 gDf˜p˜¢ˆÿÿ%`•—¢ˆÿÿ6gDf˜—¢ˆÿÿ%`• •¢ˆÿÿ6gDf˜ •¢ˆÿÿ%`•8”¢ˆÿÿ6gDf˜8”¢ˆÿÿ%`•Ð’¢ˆÿÿ6gDf˜Ð’¢ˆÿÿ%`•¨<™ˆÿÿ6 gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6$gDf˜>™ˆÿÿ%`•°ˆÿÿ6(gDf˜°ˆÿÿ%`•h±ˆÿÿ6,gDf˜h±ˆÿÿ%`•вˆÿÿ60gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ64gDf˜8´ˆÿÿ%`• µˆÿÿ68gDf˜ µˆÿÿ%`•·ˆÿÿ6<gDf˜·ˆÿÿ%`• åψÿÿ6@gDf˜ åψÿÿ%`•8äψÿÿ6DgDf˜8äψÿÿ%`•Ðâψÿÿ6HgDf˜Ðâψÿÿ%`•háψÿÿ6LgDf˜háψÿÿ%`•àψÿÿ6PgDf˜àψÿÿ%`•Kˆÿÿ6TgDf˜Kˆÿÿ%`•hKˆÿÿ6XgDf˜hKˆÿÿ%`•ÐKˆÿÿ6\gDf˜ÐKˆÿÿ%`•8Kˆÿÿ6`gDf˜8Kˆÿÿ%`• Kˆÿÿ6dgDf˜ Kˆÿÿ%`•Kˆÿÿ6hgDf˜Kˆÿÿ%`•pKˆÿÿ6lgDf˜pKˆÿÿ%`•ØKˆÿÿ6pgDf˜ØKˆÿÿ%`•@Kˆÿÿ6tgDf˜@Kˆÿÿ%`•¨Kˆÿÿ6xgDf˜¨Kˆÿÿ%`•Kˆÿÿ6|gDf˜Kˆÿÿ%`•@ ˆÿÿ6€gDf˜@ ˆÿÿ%`•hA ˆÿÿ6„gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ6ˆgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ6ŒgDf˜8D ˆÿÿ%`• E ˆÿÿ6gDf˜ E ˆÿÿ%`•G ˆÿÿ6”gDf˜G ˆÿÿ%`•pH ˆÿÿ6˜gDf˜pH ˆÿÿ%`•ØI ˆÿÿ6œgDf˜ØI ˆÿÿ%`•@K ˆÿÿ6 gDf˜@K ˆÿÿ%`•¨L ˆÿÿ6¤gDf˜¨L ˆÿÿ%`•N ˆÿÿ6¨gDf˜N ˆÿÿ%`•Ð’ˆÿÿ6¬gDf˜Ð’ˆÿÿ%`•hÑ’ˆÿÿ6°gDf˜hÑ’ˆÿÿ%`•ÐÒ’ˆÿÿ6´gDf˜ÐÒ’ˆÿÿ%`•8Ô’ˆÿÿ6¸gDf˜8Ô’ˆÿÿ%`• Õ’ˆÿÿ6¼gDf˜ Õ’ˆÿÿ%`•×’ˆÿÿ6ÀgDf˜×’ˆÿÿ%`•pØ’ˆÿÿ6ÄgDf˜pØ’ˆÿÿ%`•ØÙ’ˆÿÿ6ÈgDf˜ØÙ’ˆÿÿ%`•@Û’ˆÿÿ6ÌgDf˜@Û’ˆÿÿ%`•¨Ü’ˆÿÿ6ÐgDf˜¨Ü’ˆÿÿ%`•Þ’ˆÿÿ6ÔgDf˜Þ’ˆÿÿ%`•îψÿÿ6ØgDf˜îψÿÿ%`•¨ìψÿÿ6ÜgDf˜¨ìψÿÿ%`•@ëψÿÿ6àgDf˜@ëψÿÿ%`•Øéψÿÿ6ägDf˜Øéψÿÿ%`•pèψÿÿ6ègDf˜pèψÿÿ%`•çψÿÿ6ìgDf˜çψÿÿ%`•8' ˆÿÿ6ðgDf˜8' ˆÿÿ%`•Ð' ˆÿÿ6ôgDf˜Ð' ˆÿÿ%`•h' ˆÿÿ6øgDf˜h' ˆÿÿ%`•' ˆÿÿ6ügDf˜' ˆÿÿ%`• 0ˆÿÿ7gDf˜ 0ˆÿÿ%`•h¡0ˆÿÿ7gDf˜h¡0ˆÿÿ%`•Т0ˆÿÿ7gDf˜Ð¢0ˆÿÿ%`•8¤0ˆÿÿ7 gDf˜8¤0ˆÿÿ%`• ¥0ˆÿÿ7gDf˜ ¥0ˆÿÿ%`•§0ˆÿÿ7gDf˜§0ˆÿÿ%`•p¨0ˆÿÿ7gDf˜p¨0ˆÿÿ%`•Ø©0ˆÿÿ7gDf˜Ø©0ˆÿÿ%`•@«0ˆÿÿ7 gDf˜@«0ˆÿÿ%`•¨¬0ˆÿÿ7$gDf˜¨¬0ˆÿÿ%`•®0ˆÿÿ7(gDf˜®0ˆÿÿ%`•à̈ÿÿ7,gDf˜à̈ÿÿ%`•há̈ÿÿ70gDf˜há̈ÿÿ%`•Ðâ̈ÿÿ74gDf˜Ðâ̈ÿÿ%`•8ä̈ÿÿ78gDf˜8ä̈ÿÿ%`• å̈ÿÿ7<gDf˜ å̈ÿÿ%`•ç̈ÿÿ7@gDf˜ç̈ÿÿ%`•pè̈ÿÿ7DgDf˜pè̈ÿÿ%`•Øé̈ÿÿ7HgDf˜Øé̈ÿÿ%`•@ë̈ÿÿ7LgDf˜@ë̈ÿÿ%`•¨ì̈ÿÿ7PgDf˜¨ì̈ÿÿ%`•î̈ÿÿ7TgDf˜î̈ÿÿ%`•' ˆÿÿ7XgDf˜' ˆÿÿ%`•¨ ' ˆÿÿ7\gDf˜¨ ' ˆÿÿ%`•@ ' ˆÿÿ7`gDf˜@ ' ˆÿÿ%`•Ø ' ˆÿÿ7dgDf˜Ø ' ˆÿÿ%`•p' ˆÿÿ7hgDf˜p' ˆÿÿ%`•' ˆÿÿ7lgDf˜' ˆÿÿ%`• ' ˆÿÿ7pgDf˜ ' ˆÿÿ%`•p¸ˆÿÿ7tgDf˜p¸ˆÿÿ%`•عˆÿÿ7xgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ7|gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ7€gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ7„gDf˜¾ˆÿÿ%`•¢ˆÿÿ7ˆgDf˜¢ˆÿÿ%`•h‘¢ˆÿÿ7ŒgDf˜h‘¢ˆÿÿ%`•p(‰ ˆÿÿ7gDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ7”gDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ7˜gDf˜ %‰ ˆÿÿ%`•8$‰ ˆÿÿ7œgDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿ7 gDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿ7¤gDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ7¨gDf˜ ‰ ˆÿÿ%`•°ˆÿÿ7¬gDf˜°ˆÿÿ%`•h±ˆÿÿ7°gDf˜h±ˆÿÿ%`•вˆÿÿ7´gDf˜Ð²ˆÿÿ%`•¾ˆÿÿ7¸PgDf˜¾ˆÿÿ%`• ¾ˆÿÿ8 ügDf˜ ¾ˆÿÿ%`•8¾ˆÿÿ:ügDf˜8¾ˆÿÿ%`•оˆÿÿ<gDf˜Ð¾ˆÿÿ%`•h¾ˆÿÿ<ügDf˜h¾ˆÿÿ%`•¾ˆÿÿ> ügDf˜¾ˆÿÿ%`•ˆÿÿ@gDf˜ˆÿÿ%`•hˆÿÿ@ügDf˜hˆÿÿ%`•ЈÿÿBlgDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8´ˆÿÿƒ(gDf˜8´ˆÿÿ%`• µˆÿÿÝ„gDf˜ µˆÿÿ%`•·ˆÿÿÞÈügDf˜·ˆÿÿ%`•p¸ˆÿÿàÄ”gDf˜p¸ˆÿÿ%`•عˆÿÿàgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿäügDf˜@»ˆÿÿ%`•¨¼ˆÿÿàügDf˜¨¼ˆÿÿ%`•¾ˆÿÿÜügDf˜¾ˆÿÿ%`•.‰ ˆÿÿØ,gDf˜.‰ ˆÿÿ%`•Ø)‰ ˆÿÿØgDf˜Ø)‰ ˆÿÿ%`•¨,‰ ˆÿÿèügDf˜¨,‰ ˆÿÿ%`•@+‰ ˆÿÿägDf˜@+‰ ˆÿÿ%`•'ˆÿÿB|gDf˜'ˆÿÿ%`•8ˆÿÿ gDf˜8ˆÿÿ%`•8ˆÿÿB€gDf˜8ˆÿÿ%`•ЈÿÿB„gDf˜Ðˆÿÿ%`•hˆÿÿBˆgDf˜hˆÿÿ%`• ˆÿÿBŒgDf˜ ˆÿÿ%`•pˆÿÿBgDf˜pˆÿÿ%`•ˆÿÿB”gDf˜ˆÿÿ%`•ˆÿÿB˜gDf˜ˆÿÿ%`•Ø ˆÿÿBœgDf˜Ø ˆÿÿ%`•@ ˆÿÿB gDf˜@ ˆÿÿ%`•¨ ˆÿÿB¤gDf˜¨ ˆÿÿ%`•ˆÿÿB¨gDf˜ˆÿÿ%`•>™ˆÿÿB¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿB°gDf˜¨<™ˆÿÿ%`•ˆÿÿB´gDf˜ˆÿÿ%`•hˆÿÿB¸gDf˜hˆÿÿ%`•ЈÿÿB¼gDf˜Ðˆÿÿ%`•8ˆÿÿBÀgDf˜8ˆÿÿ%`• ˆÿÿBÄgDf˜ ˆÿÿ%`•ˆÿÿBÈgDf˜ˆÿÿ%`•pˆÿÿBÌgDf˜pˆÿÿ%`•؈ÿÿBÐgDf˜Øˆÿÿ%`•@ˆÿÿBÔgDf˜@ˆÿÿ%`•¨ˆÿÿBØgDf˜¨ˆÿÿ%`•ˆÿÿBÜgDf˜ˆÿÿ%`• ˆÿÿBàgDf˜ ˆÿÿ%`•h!ˆÿÿBägDf˜h!ˆÿÿ%`•Ð"ˆÿÿBègDf˜Ð"ˆÿÿ%`•8$ˆÿÿBìgDf˜8$ˆÿÿ%`• %ˆÿÿBðgDf˜ %ˆÿÿ%`•'ˆÿÿBôgDf˜'ˆÿÿ%`•p(ˆÿÿBøgDf˜p(ˆÿÿ%`•Ø)ˆÿÿBügDf˜Ø)ˆÿÿ%`•@+ˆÿÿCgDf˜@+ˆÿÿ%`•¨,ˆÿÿCgDf˜¨,ˆÿÿ%`•.ˆÿÿCgDf˜.ˆÿÿ%`• bˆÿÿC gDf˜ bˆÿÿ%`•h¡bˆÿÿCgDf˜h¡bˆÿÿ%`•ТbˆÿÿCgDf˜Ð¢bˆÿÿ%`•8¤bˆÿÿCgDf˜8¤bˆÿÿ%`• ¥bˆÿÿCgDf˜ ¥bˆÿÿ%`•§bˆÿÿC gDf˜§bˆÿÿ%`•p¨bˆÿÿC$gDf˜p¨bˆÿÿ%`•Ø©bˆÿÿC(gDf˜Ø©bˆÿÿ%`•@«bˆÿÿC,gDf˜@«bˆÿÿ%`•¨¬bˆÿÿC0gDf˜¨¬bˆÿÿ%`•®bˆÿÿC4gDf˜®bˆÿÿ%`•À’ˆÿÿC8gDf˜À’ˆÿÿ%`•hÁ’ˆÿÿC<gDf˜hÁ’ˆÿÿ%`•ÐÂ’ˆÿÿC@gDf˜ÐÂ’ˆÿÿ%`•8Ä’ˆÿÿCDgDf˜8Ä’ˆÿÿ%`• Å’ˆÿÿCHgDf˜ Å’ˆÿÿ%`•Ç’ˆÿÿCLgDf˜Ç’ˆÿÿ%`•pÈ’ˆÿÿCPgDf˜pÈ’ˆÿÿ%`•ØÉ’ˆÿÿCTgDf˜ØÉ’ˆÿÿ%`•@Ë’ˆÿÿCXgDf˜@Ë’ˆÿÿ%`•¨Ì’ˆÿÿC\gDf˜¨Ì’ˆÿÿ%`•Î’ˆÿÿC`gDf˜Î’ˆÿÿ%`•À“ˆÿÿCdgDf˜À“ˆÿÿ%`•hÁ“ˆÿÿChgDf˜hÁ“ˆÿÿ%`•ГˆÿÿClgDf˜Ð“ˆÿÿ%`•8Ä“ˆÿÿCpgDf˜8Ä“ˆÿÿ%`• Å“ˆÿÿCtgDf˜ Å“ˆÿÿ%`•Ç“ˆÿÿCxgDf˜Ç“ˆÿÿ%`•pÈ“ˆÿÿC|gDf˜pÈ“ˆÿÿ%`•ØÉ“ˆÿÿC€gDf˜ØÉ“ˆÿÿ%`•@Ë“ˆÿÿC„gDf˜@Ë“ˆÿÿ%`•¨Ì“ˆÿÿCˆgDf˜¨Ì“ˆÿÿ%`•ΓˆÿÿCŒgDf˜Γˆÿÿ%`•ð¯ˆÿÿCgDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿC”gDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿC˜gDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿCœgDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿC gDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿC¤gDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿC¨gDf˜pø¯ˆÿÿ%`•Øù¯ˆÿÿC¬gDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿC°gDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿC´gDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿC¸gDf˜þ¯ˆÿÿ%`•`2 ˆÿÿC¼gDf˜`2 ˆÿÿ%`•ha2 ˆÿÿCÀgDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿCÄgDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿCÈgDf˜8d2 ˆÿÿ%`• e2 ˆÿÿCÌgDf˜ e2 ˆÿÿ%`•g2 ˆÿÿCÐgDf˜g2 ˆÿÿ%`•ph2 ˆÿÿCÔgDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿCØgDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿCÜgDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿCàgDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿ¤gDf˜n2 ˆÿÿ%`• ¿ˆÿÿ¨gDf˜ ¿ˆÿÿ%`•h¡¿ˆÿÿ¬gDf˜h¡¿ˆÿÿ%`•Т¿ˆÿÿ°gDf˜Ð¢¿ˆÿÿ%`•8¤¿ˆÿÿ´gDf˜8¤¿ˆÿÿ%`• ¥¿ˆÿÿ¸gDf˜ ¥¿ˆÿÿ%`•§¿ˆÿÿ¼gDf˜§¿ˆÿÿ%`•p¨¿ˆÿÿÀgDf˜p¨¿ˆÿÿ%`•Ø©¿ˆÿÿÄgDf˜Ø©¿ˆÿÿ%`•@«¿ˆÿÿÈgDf˜@«¿ˆÿÿ%`•¨¬¿ˆÿÿÌgDf˜¨¬¿ˆÿÿ%`•®¿ˆÿÿÔgDf˜®¿ˆÿÿ%`•pˆÿÿØgDf˜pˆÿÿ%`•hqˆÿÿÜgDf˜hqˆÿÿ%`•ÐrˆÿÿàgDf˜Ðrˆÿÿ%`•8tˆÿÿägDf˜8tˆÿÿ%`• uˆÿÿègDf˜ uˆÿÿ%`•wˆÿÿìgDf˜wˆÿÿ%`•pxˆÿÿðgDf˜pxˆÿÿ%`•ØyˆÿÿôgDf˜Øyˆÿÿ%`•@{ˆÿÿøgDf˜@{ˆÿÿ%`•¨|ˆÿÿügDf˜¨|ˆÿÿ%`•~ˆÿÿgDf˜~ˆÿÿ%`•ªˆÿÿgDf˜ªˆÿÿ%`•hªˆÿÿgDf˜hªˆÿÿ%`•Ъˆÿÿ gDf˜Ðªˆÿÿ%`•8ªˆÿÿgDf˜8ªˆÿÿ%`• ªˆÿÿgDf˜ ªˆÿÿ%`•ªˆÿÿgDf˜ªˆÿÿ%`•pªˆÿÿgDf˜pªˆÿÿ%`•Ø ªˆÿÿ gDf˜Ø ªˆÿÿ%`•@ ªˆÿÿ$gDf˜@ ªˆÿÿ%`•¨ ªˆÿÿ(gDf˜¨ ªˆÿÿ%`•ªˆÿÿ,gDf˜ªˆÿÿ%`•@Bˆÿÿ0gDf˜@Bˆÿÿ%`•hABˆÿÿ4gDf˜hABˆÿÿ%`•ÐBBˆÿÿ8gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ<gDf˜8DBˆÿÿ%`• EBˆÿÿ@gDf˜ EBˆÿÿ%`•GBˆÿÿDgDf˜GBˆÿÿ%`•pHBˆÿÿHgDf˜pHBˆÿÿ%`•ØIBˆÿÿLgDf˜ØIBˆÿÿ%`•@KBˆÿÿPgDf˜@KBˆÿÿ%`•¨LBˆÿÿTgDf˜¨LBˆÿÿ%`•NBˆÿÿXgDf˜NBˆÿÿ%`•`ˆÿÿ\gDf˜`ˆÿÿ%`•haˆÿÿ`gDf˜haˆÿÿ%`•ÐbˆÿÿdgDf˜Ðbˆÿÿ%`•8dˆÿÿhgDf˜8dˆÿÿ%`• eˆÿÿlgDf˜ eˆÿÿ%`•gˆÿÿpgDf˜gˆÿÿ%`•phˆÿÿtgDf˜phˆÿÿ%`•ØiˆÿÿxgDf˜Øiˆÿÿ%`•@kˆÿÿ|gDf˜@kˆÿÿ%`•¨lˆÿÿ€gDf˜¨lˆÿÿ%`•nˆÿÿ„gDf˜nˆÿÿ%`•ÀˆÿÿˆgDf˜Àˆÿÿ%`•hÁˆÿÿŒgDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8Ĉÿÿ”gDf˜8Ĉÿÿ%`• Åˆÿÿ˜gDf˜ Åˆÿÿ%`•LjÿÿœgDf˜Çˆÿÿ%`•pȈÿÿ gDf˜pȈÿÿ%`•ØÉˆÿÿ¤gDf˜ØÉˆÿÿ%`•@ˈÿÿ¨gDf˜@ˈÿÿ%`•¨Ìˆÿÿ¬gDf˜¨Ìˆÿÿ%`•Έÿÿ°gDf˜Îˆÿÿ%`•@Pˆÿÿ´gDf˜@Pˆÿÿ%`•hAPˆÿÿ¸gDf˜hAPˆÿÿ%`•ÐBPˆÿÿ¼gDf˜ÐBPˆÿÿ%`•8DPˆÿÿÀgDf˜8DPˆÿÿ%`• EPˆÿÿÄgDf˜ EPˆÿÿ%`•GPˆÿÿÈgDf˜GPˆÿÿ%`•pHPˆÿÿÌgDf˜pHPˆÿÿ%`•ØIPˆÿÿÐgDf˜ØIPˆÿÿ%`•@KPˆÿÿÔgDf˜@KPˆÿÿ%`•¨LPˆÿÿØgDf˜¨LPˆÿÿ%`•NPˆÿÿÜgDf˜NPˆÿÿ%`•¨<™ˆÿÿàgDf˜¨<™ˆÿÿ%`•>™ˆÿÿägDf˜>™ˆÿÿ%`•Ø)ˆÿÿègDf˜Ø)ˆÿÿ%`•p(ˆÿÿìgDf˜p(ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`• %ˆÿÿôgDf˜ %ˆÿÿ%`•8$ˆÿÿøgDf˜8$ˆÿÿ%`•Ð"ˆÿÿügDf˜Ð"ˆÿÿ%`•h!ˆÿÿgDf˜h!ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•h!ˆÿÿ gDf˜h!ˆÿÿ%`•Ð"ˆÿÿgDf˜Ð"ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`• %ˆÿÿgDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿ gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ$gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ(gDf˜@+ˆÿÿ%`•¨,ˆÿÿ,gDf˜¨,ˆÿÿ%`•.ˆÿÿ0gDf˜.ˆÿÿ%`• *ˆÿÿ4gDf˜ *ˆÿÿ%`•h!*ˆÿÿ8gDf˜h!*ˆÿÿ%`•Ð"*ˆÿÿ<gDf˜Ð"*ˆÿÿ%`•®bˆÿÿ@ügDf˜®bˆÿÿ%`•¨¬bˆÿÿ<˜gDf˜¨¬bˆÿÿ%`•Ø©bˆÿÿÜügDf˜Ø©bˆÿÿ%`•p¨bˆÿÿ ØügDf˜p¨bˆÿÿ%`•§bˆÿÿ ÔgDf˜§bˆÿÿ%`• ¥bˆÿÿ àügDf˜ ¥bˆÿÿ%`•8¤bˆÿÿ ÜügDf˜8¤bˆÿÿ%`•ТbˆÿÿØgDf˜Ð¢bˆÿÿ%`•h¡bˆÿÿäügDf˜h¡bˆÿÿ%`• bˆÿÿàHgDf˜ bˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8$*ˆÿÿ gDf˜8$*ˆÿÿ%`• %*ˆÿÿøügDf˜ %*ˆÿÿ%`•'*ˆÿÿôügDf˜'*ˆÿÿ%`•p(*ˆÿÿ ðgDf˜p(*ˆÿÿ%`•¨,*ˆÿÿ!àgDf˜¨,*ˆÿÿ%`•Ø)*ˆÿÿ!äügDf˜Ø)*ˆÿÿ%`•@+*ˆÿÿ#àügDf˜@+*ˆÿÿ%`•.*ˆÿÿ%ÜügDf˜.*ˆÿÿ%`•.ˆÿÿ'Ø$gDf˜.ˆÿÿ%`•@«bˆÿÿ)€gDf˜@«bˆÿÿ%`•¨,ˆÿÿ)àügDf˜¨,ˆÿÿ%`•@+ˆÿÿ+ÜügDf˜@+ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•@+ˆÿÿ,gDf˜@+ˆÿÿ%`•.ˆÿÿ0gDf˜.ˆÿÿ%`• ˆÿÿ4gDf˜ ˆÿÿ%`•h!ˆÿÿ8gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ<gDf˜Ð"ˆÿÿ%`•¨,ˆÿÿ@gDf˜¨,ˆÿÿ%`•8$ˆÿÿDgDf˜8$ˆÿÿ%`• %ˆÿÿHgDf˜ %ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`•p(ˆÿÿPgDf˜p(ˆÿÿ%`•Ø)ˆÿÿTgDf˜Ø)ˆÿÿ%`•¨<™ˆÿÿXgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ\gDf˜>™ˆÿÿ%`•€ˆÿÿ`gDf˜€ˆÿÿ%`•hˆÿÿdgDf˜hˆÿÿ%`•ЂˆÿÿhgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿlgDf˜8„ˆÿÿ%`• …ˆÿÿpgDf˜ …ˆÿÿ%`•‡ˆÿÿtgDf˜‡ˆÿÿ%`•pˆˆÿÿxgDf˜pˆˆÿÿ%`•؉ˆÿÿ|gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ€gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ„gDf˜¨Œˆÿÿ%`•ŽˆÿÿˆgDf˜Žˆÿÿ%`• –ˆÿÿŒgDf˜ –ˆÿÿ%`•h!–ˆÿÿgDf˜h!–ˆÿÿ%`•Ð"–ˆÿÿ”gDf˜Ð"–ˆÿÿ%`•8$–ˆÿÿ˜gDf˜8$–ˆÿÿ%`• %–ˆÿÿœgDf˜ %–ˆÿÿ%`•'–ˆÿÿ gDf˜'–ˆÿÿ%`•p(–ˆÿÿ¤gDf˜p(–ˆÿÿ%`•Ø)–ˆÿÿ¨gDf˜Ø)–ˆÿÿ%`•@+–ˆÿÿ¬gDf˜@+–ˆÿÿ%`•¨,–ˆÿÿ°gDf˜¨,–ˆÿÿ%`•.–ˆÿÿ´gDf˜.–ˆÿÿ%`•€‚ˆÿÿ¸gDf˜€‚ˆÿÿ%`•h‚ˆÿÿ¼gDf˜h‚ˆÿÿ%`•Ђ‚ˆÿÿÀgDf˜Ð‚‚ˆÿÿ%`•8„‚ˆÿÿÄgDf˜8„‚ˆÿÿ%`• …‚ˆÿÿÈgDf˜ …‚ˆÿÿ%`•‡‚ˆÿÿÌgDf˜‡‚ˆÿÿ%`•pˆ‚ˆÿÿÐgDf˜pˆ‚ˆÿÿ%`•؉‚ˆÿÿÔgDf˜Ø‰‚ˆÿÿ%`•@‹‚ˆÿÿØgDf˜@‹‚ˆÿÿ%`•¨Œ‚ˆÿÿÜgDf˜¨Œ‚ˆÿÿ%`•Ž‚ˆÿÿàgDf˜Ž‚ˆÿÿ%`•`âˆÿÿägDf˜`âˆÿÿ%`•haâˆÿÿègDf˜haâˆÿÿ%`•ÐbâˆÿÿìgDf˜Ðbâˆÿÿ%`•8dâˆÿÿðgDf˜8dâˆÿÿ%`• eâˆÿÿôgDf˜ eâˆÿÿ%`•gâˆÿÿøgDf˜gâˆÿÿ%`•phâˆÿÿügDf˜phâˆÿÿ%`•ØiâˆÿÿgDf˜Øiâˆÿÿ%`•@kâˆÿÿgDf˜@kâˆÿÿ%`•¨lâˆÿÿgDf˜¨lâˆÿÿ%`•nâˆÿÿ gDf˜nâˆÿÿ%`•€6ˆÿÿgDf˜€6ˆÿÿ%`•h6ˆÿÿgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿgDf˜8„6ˆÿÿ%`• …6ˆÿÿ gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ$gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ(gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ,gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ0gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ4gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ8gDf˜Ž6ˆÿÿ%`•`.ˆÿÿ<gDf˜`.ˆÿÿ%`•ha.ˆÿÿ@gDf˜ha.ˆÿÿ%`•Ðb.ˆÿÿDgDf˜Ðb.ˆÿÿ%`•8d.ˆÿÿHgDf˜8d.ˆÿÿ%`• e.ˆÿÿLgDf˜ e.ˆÿÿ%`•g.ˆÿÿPgDf˜g.ˆÿÿ%`•ph.ˆÿÿTgDf˜ph.ˆÿÿ%`•Øi.ˆÿÿXgDf˜Øi.ˆÿÿ%`•@k.ˆÿÿ\gDf˜@k.ˆÿÿ%`•¨l.ˆÿÿ`gDf˜¨l.ˆÿÿ%`•n.ˆÿÿdgDf˜n.ˆÿÿ%`•€%ˆÿÿhgDf˜€%ˆÿÿ%`•h%ˆÿÿlgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿpgDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿtgDf˜8„%ˆÿÿ%`• …%ˆÿÿxgDf˜ …%ˆÿÿ%`•‡%ˆÿÿ|gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ€gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ„gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿˆgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿŒgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿgDf˜Ž%ˆÿÿ%`•`(ˆÿÿ”gDf˜`(ˆÿÿ%`•ha(ˆÿÿ˜gDf˜ha(ˆÿÿ%`•Ðb(ˆÿÿœgDf˜Ðb(ˆÿÿ%`•8d(ˆÿÿ gDf˜8d(ˆÿÿ%`• e(ˆÿÿ¤gDf˜ e(ˆÿÿ%`•g(ˆÿÿ¨gDf˜g(ˆÿÿ%`•ph(ˆÿÿ¬gDf˜ph(ˆÿÿ%`•Øi(ˆÿÿ°gDf˜Øi(ˆÿÿ%`•@k(ˆÿÿ´gDf˜@k(ˆÿÿ%`•¨l(ˆÿÿ¸gDf˜¨l(ˆÿÿ%`•n(ˆÿÿ¼gDf˜n(ˆÿÿ%`•€`ˆÿÿÀgDf˜€`ˆÿÿ%`•h`ˆÿÿÄgDf˜h`ˆÿÿ%`•Ђ`ˆÿÿÈgDf˜Ð‚`ˆÿÿ%`•8„`ˆÿÿÌgDf˜8„`ˆÿÿ%`• …`ˆÿÿÐgDf˜ …`ˆÿÿ%`•‡`ˆÿÿÔgDf˜‡`ˆÿÿ%`•pˆ`ˆÿÿØgDf˜pˆ`ˆÿÿ%`•؉`ˆÿÿÜgDf˜Ø‰`ˆÿÿ%`•@‹`ˆÿÿàgDf˜@‹`ˆÿÿ%`•¨Œ`ˆÿÿègDf˜¨Œ`ˆÿÿ%`•Ž`ˆÿÿìgDf˜Ž`ˆÿÿ%`•àψÿÿðgDf˜àψÿÿ%`•háψÿÿôgDf˜háψÿÿ%`•ÐâψÿÿøgDf˜Ðâψÿÿ%`•8äψÿÿügDf˜8äψÿÿ%`• åψÿÿgDf˜ åψÿÿ%`•çψÿÿgDf˜çψÿÿ%`•pèψÿÿgDf˜pèψÿÿ%`•Øéψÿÿ gDf˜Øéψÿÿ%`•@ëψÿÿgDf˜@ëψÿÿ%`•¨ìψÿÿgDf˜¨ìψÿÿ%`•îψÿÿgDf˜îψÿÿ%`•àˆÿÿgDf˜àˆÿÿ%`•háˆÿÿ gDf˜háˆÿÿ%`•Ðâˆÿÿ$gDf˜Ðâˆÿÿ%`•8äˆÿÿ(gDf˜8äˆÿÿ%`• åˆÿÿ,gDf˜ åˆÿÿ%`•çˆÿÿ0gDf˜çˆÿÿ%`•pèˆÿÿ4gDf˜pèˆÿÿ%`•Øéˆÿÿ8gDf˜Øéˆÿÿ%`•@ëˆÿÿ<gDf˜@ëˆÿÿ%`•¨ìˆÿÿ@gDf˜¨ìˆÿÿ%`•îˆÿÿDgDf˜îˆÿÿ%`•º ˆÿÿHgDf˜º ˆÿÿ%`•hº ˆÿÿLgDf˜hº ˆÿÿ%`•к ˆÿÿPgDf˜Ðº ˆÿÿ%`•8º ˆÿÿTgDf˜8º ˆÿÿ%`• º ˆÿÿXgDf˜ º ˆÿÿ%`•º ˆÿÿ\gDf˜º ˆÿÿ%`•pº ˆÿÿ`gDf˜pº ˆÿÿ%`•Ø º ˆÿÿdgDf˜Ø º ˆÿÿ%`•@ º ˆÿÿhgDf˜@ º ˆÿÿ%`•¨ º ˆÿÿlgDf˜¨ º ˆÿÿ%`•º ˆÿÿpgDf˜º ˆÿÿ%`•@ˆÿÿtgDf˜@ˆÿÿ%`•hAˆÿÿxgDf˜hAˆÿÿ%`•ÐBˆÿÿ|gDf˜ÐBˆÿÿ%`•8Dˆÿÿ€gDf˜8Dˆÿÿ%`• Eˆÿÿ„gDf˜ Eˆÿÿ%`•GˆÿÿˆgDf˜Gˆÿÿ%`•pHˆÿÿŒgDf˜pHˆÿÿ%`•ØIˆÿÿgDf˜ØIˆÿÿ%`•@Kˆÿÿ”gDf˜@Kˆÿÿ%`•¨Lˆÿÿ˜gDf˜¨Lˆÿÿ%`•NˆÿÿœgDf˜Nˆÿÿ%`•€½ˆÿÿ gDf˜€½ˆÿÿ%`•h½ˆÿÿ¤gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ¨gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ¬gDf˜8„½ˆÿÿ%`• …½ˆÿÿ°gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ´gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ¸gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ¼gDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿÀgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿÄgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿÈgDf˜޽ˆÿÿ%`•>™ˆÿÿÌgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÐgDf˜¨<™ˆÿÿ%`•Ø)–ˆÿÿÔgDf˜Ø)–ˆÿÿ%`•p(–ˆÿÿØgDf˜p(–ˆÿÿ%`•'–ˆÿÿÜgDf˜'–ˆÿÿ%`• %–ˆÿÿàgDf˜ %–ˆÿÿ%`•8$–ˆÿÿägDf˜8$–ˆÿÿ%`•Ð"–ˆÿÿègDf˜Ð"–ˆÿÿ%`•h!–ˆÿÿìgDf˜h!–ˆÿÿ%`• –ˆÿÿðgDf˜ –ˆÿÿ%`•`ŠˆÿÿôgDf˜`Šˆÿÿ%`•haŠˆÿÿøgDf˜haŠˆÿÿ%`•ÐbŠˆÿÿügDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿgDf˜8dŠˆÿÿ%`• eŠˆÿÿgDf˜ eŠˆÿÿ%`•gŠˆÿÿgDf˜gŠˆÿÿ%`•phŠˆÿÿ gDf˜phŠˆÿÿ%`•ØiŠˆÿÿgDf˜ØiŠˆÿÿ%`•@kŠˆÿÿgDf˜@kŠˆÿÿ%`•¨lŠˆÿÿgDf˜¨lŠˆÿÿ%`•nŠˆÿÿgDf˜nŠˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•h!ˆÿÿ$gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ(gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ,gDf˜8$ˆÿÿ%`• %ˆÿÿ0gDf˜ %ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•p(ˆÿÿ8gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ<gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ@gDf˜@+ˆÿÿ%`•¨,ˆÿÿDgDf˜¨,ˆÿÿ%`•.ˆÿÿHgDf˜.ˆÿÿ%`•.–ˆÿÿLgDf˜.–ˆÿÿ%`•¨,–ˆÿÿPgDf˜¨,–ˆÿÿ%`•@+–ˆÿÿTgDf˜@+–ˆÿÿ%`•pˆ6ˆÿÿXgDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿ\gDf˜‡6ˆÿÿ%`• …6ˆÿÿ`gDf˜ …6ˆÿÿ%`•8„6ˆÿÿdgDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿhgDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿlgDf˜h6ˆÿÿ%`•€6ˆÿÿpgDf˜€6ˆÿÿ%`•0ˆÿÿtgDf˜0ˆÿÿ%`•h1ˆÿÿxgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ|gDf˜Ð2ˆÿÿ%`•84ˆÿÿ€gDf˜84ˆÿÿ%`• 5ˆÿÿ„gDf˜ 5ˆÿÿ%`•7ˆÿÿˆgDf˜7ˆÿÿ%`•p8ˆÿÿŒgDf˜p8ˆÿÿ%`•Ø9ˆÿÿgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ”gDf˜@;ˆÿÿ%`•¨<ˆÿÿ˜gDf˜¨<ˆÿÿ%`•>ˆÿÿœgDf˜>ˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•hŽˆÿÿ¤gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ¨gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ¬gDf˜8Žˆÿÿ%`• Žˆÿÿ°gDf˜ Žˆÿÿ%`•Žˆÿÿ´gDf˜Žˆÿÿ%`•pŽˆÿÿ¸gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ¼gDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿÀgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿÄgDf˜¨ Žˆÿÿ%`•ŽˆÿÿÈgDf˜Žˆÿÿ%`•Ž6ˆÿÿÌgDf˜Ž6ˆÿÿ%`•¨Œ6ˆÿÿÐgDf˜¨Œ6ˆÿÿ%`•@‹6ˆÿÿÔgDf˜@‹6ˆÿÿ%`•؉6ˆÿÿØgDf˜Ø‰6ˆÿÿ%`•g(ˆÿÿÜgDf˜g(ˆÿÿ%`• e(ˆÿÿàgDf˜ e(ˆÿÿ%`•8d(ˆÿÿägDf˜8d(ˆÿÿ%`•Ðb(ˆÿÿègDf˜Ðb(ˆÿÿ%`•ha(ˆÿÿìgDf˜ha(ˆÿÿ%`•`(ˆÿÿðgDf˜`(ˆÿÿ%`•À2ˆÿÿôgDf˜À2ˆÿÿ%`•hÁ2ˆÿÿøgDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿügDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿgDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿgDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿgDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿgDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿgDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿgDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿgDf˜Î2ˆÿÿ%`•€…ˆÿÿ gDf˜€…ˆÿÿ%`•h…ˆÿÿ$gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ(gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ,gDf˜8„…ˆÿÿ%`• ……ˆÿÿ0gDf˜ ……ˆÿÿ%`•‡…ˆÿÿ4gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ8gDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ<gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ@gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿDgDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿHgDf˜Ž…ˆÿÿ%`•n(ˆÿÿLgDf˜n(ˆÿÿ%`•¨l(ˆÿÿPgDf˜¨l(ˆÿÿ%`•@k(ˆÿÿTgDf˜@k(ˆÿÿ%`•Øi(ˆÿÿXgDf˜Øi(ˆÿÿ%`•ph(ˆÿÿ\gDf˜ph(ˆÿÿ%`• åˆÿÿ`gDf˜ åˆÿÿ%`•8äˆÿÿdgDf˜8äˆÿÿ%`•ÐâˆÿÿhgDf˜Ðâˆÿÿ%`•háˆÿÿlgDf˜háˆÿÿ%`•àˆÿÿpgDf˜àˆÿÿ%`•€&ˆÿÿtgDf˜€&ˆÿÿ%`•h&ˆÿÿxgDf˜h&ˆÿÿ%`•Ђ&ˆÿÿ|gDf˜Ð‚&ˆÿÿ%`•8„&ˆÿÿ€gDf˜8„&ˆÿÿ%`• …&ˆÿÿ„gDf˜ …&ˆÿÿ%`•‡&ˆÿÿˆgDf˜‡&ˆÿÿ%`•pˆ&ˆÿÿŒgDf˜pˆ&ˆÿÿ%`•؉&ˆÿÿgDf˜Ø‰&ˆÿÿ%`•@‹&ˆÿÿ”gDf˜@‹&ˆÿÿ%`•¨Œ&ˆÿÿ˜gDf˜¨Œ&ˆÿÿ%`•Ž&ˆÿÿœgDf˜Ž&ˆÿÿ%`•à#ˆÿÿ gDf˜à#ˆÿÿ%`•há#ˆÿÿ¤gDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ¨gDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ¬gDf˜8ä#ˆÿÿ%`• å#ˆÿÿ°gDf˜ å#ˆÿÿ%`•ç#ˆÿÿ´gDf˜ç#ˆÿÿ%`•pè#ˆÿÿ¸gDf˜pè#ˆÿÿ%`•Øé#ˆÿÿ¼gDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿÀgDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿÄgDf˜¨ì#ˆÿÿ%`•î#ˆÿÿÈgDf˜î#ˆÿÿ%`•îˆÿÿÌgDf˜îˆÿÿ%`•¨ìˆÿÿÐgDf˜¨ìˆÿÿ%`•@ëˆÿÿÔgDf˜@ëˆÿÿ%`•ØéˆÿÿØgDf˜Øéˆÿÿ%`•pèˆÿÿÜgDf˜pèˆÿÿ%`•çˆÿÿàgDf˜çˆÿÿ%`•8„½ˆÿÿägDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿègDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿìgDf˜h½ˆÿÿ%`•€½ˆÿÿðgDf˜€½ˆÿÿ%`•pŽˆÿÿôgDf˜pŽˆÿÿ%`•hqŽˆÿÿøgDf˜hqŽˆÿÿ%`•ÐrŽˆÿÿügDf˜ÐrŽˆÿÿ%`•8tŽˆÿÿgDf˜8tŽˆÿÿ%`• uŽˆÿÿgDf˜ uŽˆÿÿ%`•wŽˆÿÿgDf˜wŽˆÿÿ%`•pxŽˆÿÿ gDf˜pxŽˆÿÿ%`•ØyŽˆÿÿgDf˜ØyŽˆÿÿ%`•@{ŽˆÿÿgDf˜@{Žˆÿÿ%`•¨|ŽˆÿÿgDf˜¨|Žˆÿÿ%`•~ŽˆÿÿgDf˜~Žˆÿÿ%`•ð¯ˆÿÿ gDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿ$gDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿ(gDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿ,gDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿ0gDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿ4gDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿ8gDf˜pø¯ˆÿÿ%`•Øù¯ˆÿÿ<gDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿ@gDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿDgDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿHgDf˜þ¯ˆÿÿ%`•޽ˆÿÿLgDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿPgDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿTgDf˜@‹½ˆÿÿ%`•؉½ˆÿÿXgDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ\gDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ`gDf˜‡½ˆÿÿ%`• …½ˆÿÿdgDf˜ …½ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`• –ˆÿÿpgDf˜ –ˆÿÿ%`•h!–ˆÿÿtgDf˜h!–ˆÿÿ%`•Ð"–ˆÿÿxgDf˜Ð"–ˆÿÿ%`•8$–ˆÿÿ|gDf˜8$–ˆÿÿ%`• %–ˆÿÿ€gDf˜ %–ˆÿÿ%`•'–ˆÿÿ„gDf˜'–ˆÿÿ%`•p(–ˆÿÿˆgDf˜p(–ˆÿÿ%`•Ø)–ˆÿÿŒgDf˜Ø)–ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`•Ð"ˆÿÿ”gDf˜Ð"ˆÿÿ%`•h!ˆÿÿ˜gDf˜h!ˆÿÿ%`• ˆÿÿœgDf˜ ˆÿÿ%`••ˆÿÿ gDf˜•ˆÿÿ%`•h‘•ˆÿÿ¤gDf˜h‘•ˆÿÿ%`•Ð’•ˆÿÿ¨gDf˜Ð’•ˆÿÿ%`•8”•ˆÿÿ¬gDf˜8”•ˆÿÿ%`• ••ˆÿÿ°gDf˜ ••ˆÿÿ%`•—•ˆÿÿ´gDf˜—•ˆÿÿ%`•p˜•ˆÿÿ¸gDf˜p˜•ˆÿÿ%`•Ø™•ˆÿÿ¼gDf˜Ø™•ˆÿÿ%`•@›•ˆÿÿÀgDf˜@›•ˆÿÿ%`•¨œ•ˆÿÿÄgDf˜¨œ•ˆÿÿ%`•ž•ˆÿÿÈgDf˜ž•ˆÿÿ%`•.ˆÿÿÌgDf˜.ˆÿÿ%`•¨,ˆÿÿÐgDf˜¨,ˆÿÿ%`•@+ˆÿÿÔgDf˜@+ˆÿÿ%`•Ø)ˆÿÿØgDf˜Ø)ˆÿÿ%`•p(ˆÿÿÜgDf˜p(ˆÿÿ%`•'ˆÿÿàgDf˜'ˆÿÿ%`• %ˆÿÿägDf˜ %ˆÿÿ%`•@+–ˆÿÿìgDf˜@+–ˆÿÿ%`•¨,–ˆÿÿðgDf˜¨,–ˆÿÿ%`•.–ˆÿÿôgDf˜.–ˆÿÿ%`•€6ˆÿÿøgDf˜€6ˆÿÿ%`•h6ˆÿÿügDf˜h6ˆÿÿ%`•Ђ6ˆÿÿgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿgDf˜8„6ˆÿÿ%`• …6ˆÿÿgDf˜ …6ˆÿÿ%`•‡6ˆÿÿ gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿgDf˜pˆ6ˆÿÿ%`•8ŽˆÿÿgDf˜8Žˆÿÿ%`•ÐŽˆÿÿgDf˜ÐŽˆÿÿ%`•hŽˆÿÿgDf˜hŽˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•€ ˆÿÿ$gDf˜€ ˆÿÿ%`•h ˆÿÿ(gDf˜h ˆÿÿ%`•Ђ ˆÿÿ,gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ0gDf˜8„ ˆÿÿ%`• … ˆÿÿ4gDf˜ … ˆÿÿ%`•‡ ˆÿÿ8gDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ<gDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ@gDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿDgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿHgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿLgDf˜Ž ˆÿÿ%`•ŽˆÿÿPgDf˜Žˆÿÿ%`•¨ ŽˆÿÿTgDf˜¨ Žˆÿÿ%`•@ ŽˆÿÿXgDf˜@ Žˆÿÿ%`•Ø Žˆÿÿ\gDf˜Ø Žˆÿÿ%`•pŽˆÿÿ`gDf˜pŽˆÿÿ%`•ŽˆÿÿdgDf˜Žˆÿÿ%`• ŽˆÿÿhgDf˜ Žˆÿÿ%`•؉6ˆÿÿlgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿpgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿtgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿxgDf˜Ž6ˆÿÿ%`•`(ˆÿÿ|gDf˜`(ˆÿÿ%`•ha(ˆÿÿ€gDf˜ha(ˆÿÿ%`•Ðb(ˆÿÿ„gDf˜Ðb(ˆÿÿ%`•8d(ˆÿÿˆgDf˜8d(ˆÿÿ%`• e(ˆÿÿŒgDf˜ e(ˆÿÿ%`•g(ˆÿÿgDf˜g(ˆÿÿ%`•8„…ˆÿÿ”gDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿ˜gDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿœgDf˜h…ˆÿÿ%`•€…ˆÿÿ gDf˜€…ˆÿÿ%`•€¬ˆÿÿ¤gDf˜€¬ˆÿÿ%`•h¬ˆÿÿ¨gDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ¬gDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ°gDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ´gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ¸gDf˜‡¬ˆÿÿ%`•pˆ¬ˆÿÿ¼gDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿÀgDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿÄgDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿÈgDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿÌgDf˜ެˆÿÿ%`•Ž…ˆÿÿÐgDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿÔgDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿØgDf˜@‹…ˆÿÿ%`•؉…ˆÿÿÜgDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿàgDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿägDf˜‡…ˆÿÿ%`• ……ˆÿÿègDf˜ ……ˆÿÿ%`•ph(ˆÿÿìgDf˜ph(ˆÿÿ%`•Øi(ˆÿÿðgDf˜Øi(ˆÿÿ%`•@k(ˆÿÿôgDf˜@k(ˆÿÿ%`•¨l(ˆÿÿøgDf˜¨l(ˆÿÿ%`•n(ˆÿÿügDf˜n(ˆÿÿ%`•àˆÿÿgDf˜àˆÿÿ%`•háˆÿÿgDf˜háˆÿÿ%`•ÐâˆÿÿgDf˜Ðâˆÿÿ%`•8äˆÿÿ gDf˜8äˆÿÿ%`• åˆÿÿgDf˜ åˆÿÿ%`•8ä#ˆÿÿgDf˜8ä#ˆÿÿ%`•Ðâ#ˆÿÿgDf˜Ðâ#ˆÿÿ%`•há#ˆÿÿgDf˜há#ˆÿÿ%`•à#ˆÿÿ gDf˜à#ˆÿÿ%`•àψÿÿ$gDf˜àψÿÿ%`•háψÿÿ(gDf˜háψÿÿ%`•Ðâψÿÿ,gDf˜Ðâψÿÿ%`•Øéˆÿÿ0ügDf˜Øéˆÿÿ%`•@ëˆÿÿ,ÀgDf˜@ëˆÿÿ%`•¨ìˆÿÿðügDf˜¨ìˆÿÿ%`•îˆÿÿìügDf˜îˆÿÿ%`•€½ˆÿÿègDf˜€½ˆÿÿ%`•h½ˆÿÿôügDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ!ðgDf˜Ð‚½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Øé#ˆÿÿƒ0gDf˜Øé#ˆÿÿ%`•pè#ˆÿÿ gDf˜pè#ˆÿÿ%`•Øéψÿÿ gDf˜Øéψÿÿ%`•@ëψÿÿ!gDf˜@ëψÿÿ%`•8äψÿÿ(ügDf˜8äψÿÿ%`• åψÿÿ)„\gDf˜ åψÿÿ%`•çψÿÿ,ØügDf˜çψÿÿ%`•pèψÿÿ.ÔügDf˜pèψÿÿ%`•¨ìψÿÿ0ÐgDf˜¨ìψÿÿ%`•îψÿÿ1ØügDf˜îψÿÿ%`•î#ˆÿÿ3ÔügDf˜î#ˆÿÿ%`•¨ì#ˆÿÿ5ÐügDf˜¨ì#ˆÿÿ%`•@ë#ˆÿÿ7ÌgDf˜@ë#ˆÿÿ%`•ç#ˆÿÿ7ìgDf˜ç#ˆÿÿ%`•pèˆÿÿ8øgDf˜pèˆÿÿ%`• å#ˆÿÿ9ÔügDf˜ å#ˆÿÿ%`•çˆÿÿ;ÐügDf˜çˆÿÿ%`•'ˆÿÿ" gDf˜'ˆÿÿ%`•h½ˆÿÿ gDf˜h½ˆÿÿ%`•h½ˆÿÿ"gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ"gDf˜Ð‚½ˆÿÿ%`•@‹½ˆÿÿ"gDf˜@‹½ˆÿÿ%`•pˆ½ˆÿÿ"gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ" gDf˜Ø‰½ˆÿÿ%`•€½ˆÿÿ"$gDf˜€½ˆÿÿ%`• …½ˆÿÿ"(gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ",gDf˜‡½ˆÿÿ%`•¨Œ½ˆÿÿ"0gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ"4gDf˜޽ˆÿÿ%`•8„½ˆÿÿ"8gDf˜8„½ˆÿÿ%`•>™ˆÿÿ"<gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"@gDf˜¨<™ˆÿÿ%`•@ˆÿÿ"DgDf˜@ˆÿÿ%`•hAˆÿÿ"HgDf˜hAˆÿÿ%`•ÐBˆÿÿ"LgDf˜ÐBˆÿÿ%`•8Dˆÿÿ"PgDf˜8Dˆÿÿ%`• Eˆÿÿ"TgDf˜ Eˆÿÿ%`•Gˆÿÿ"XgDf˜Gˆÿÿ%`•pHˆÿÿ"\gDf˜pHˆÿÿ%`•ØIˆÿÿ"`gDf˜ØIˆÿÿ%`•@Kˆÿÿ"dgDf˜@Kˆÿÿ%`•¨Lˆÿÿ"hgDf˜¨Lˆÿÿ%`•Nˆÿÿ"lgDf˜Nˆÿÿ%`•ঈÿÿ"pgDf˜à¦ˆÿÿ%`•hᦈÿÿ"tgDf˜hᦈÿÿ%`•Ð⦈ÿÿ"xgDf˜Ð⦈ÿÿ%`•8䦈ÿÿ"|gDf˜8䦈ÿÿ%`• å¦ˆÿÿ"€gDf˜ å¦ˆÿÿ%`•禈ÿÿ"„gDf˜ç¦ˆÿÿ%`•p覈ÿÿ"ˆgDf˜p覈ÿÿ%`•Øé¦ˆÿÿ"ŒgDf˜Øé¦ˆÿÿ%`•@릈ÿÿ"gDf˜@릈ÿÿ%`•¨ì¦ˆÿÿ"”gDf˜¨ì¦ˆÿÿ%`•ÿÿ"˜gDf˜î¦ˆÿÿ%`• Õˆÿÿ"œgDf˜ Õˆÿÿ%`•h!Õˆÿÿ" gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ"¤gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ"¨gDf˜8$Õˆÿÿ%`• %Õˆÿÿ"¬gDf˜ %Õˆÿÿ%`•'Õˆÿÿ"°gDf˜'Õˆÿÿ%`•p(Õˆÿÿ"´gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ"¸gDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ"¼gDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ"ÀgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ"ÄgDf˜.Õˆÿÿ%`•®ˆÿÿ"ÈgDf˜®ˆÿÿ%`•h‘®ˆÿÿ"ÌgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ"ÐgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ"ÔgDf˜8”®ˆÿÿ%`• •®ˆÿÿ"ØgDf˜ •®ˆÿÿ%`•—®ˆÿÿ"ÜgDf˜—®ˆÿÿ%`•p˜®ˆÿÿ"àgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ"ägDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ"ègDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ"ìgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ"ðgDf˜ž®ˆÿÿ%`•ÀȈÿÿ"ôgDf˜ÀȈÿÿ%`•hÁȈÿÿ"øgDf˜hÁȈÿÿ%`•ÐÂȈÿÿ"ügDf˜ÐÂȈÿÿ%`•8ÄȈÿÿ#gDf˜8ÄȈÿÿ%`• ÅȈÿÿ#gDf˜ ÅȈÿÿ%`•ÇȈÿÿ#gDf˜ÇȈÿÿ%`•pÈȈÿÿ# gDf˜pÈȈÿÿ%`•ØÉȈÿÿ#gDf˜ØÉȈÿÿ%`•@ËȈÿÿ#gDf˜@ËȈÿÿ%`•¨ÌȈÿÿ#gDf˜¨ÌȈÿÿ%`•ÎȈÿÿ#gDf˜ÎȈÿÿ%`• ‘ˆÿÿ# gDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ#$gDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ#(gDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ#,gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ#0gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ#4gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿ#8gDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ#<gDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ#@gDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ#DgDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ#HgDf˜.‘ˆÿÿ%`•ˆÿÿ#LgDf˜ˆÿÿ%`•hˆÿÿ#PgDf˜hˆÿÿ%`•Јÿÿ#TgDf˜Ðˆÿÿ%`•8ˆÿÿ#XgDf˜8ˆÿÿ%`• ˆÿÿ#\gDf˜ ˆÿÿ%`•ˆÿÿ#`gDf˜ˆÿÿ%`•pˆÿÿ#dgDf˜pˆÿÿ%`•Ø ˆÿÿ#hgDf˜Ø ˆÿÿ%`•@ ˆÿÿ#lgDf˜@ ˆÿÿ%`•¨ ˆÿÿ#pgDf˜¨ ˆÿÿ%`•ˆÿÿ#tgDf˜ˆÿÿ%`•@­ˆÿÿ#xgDf˜@­ˆÿÿ%`•hA­ˆÿÿ#|gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ#€gDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ#„gDf˜8D­ˆÿÿ%`• E­ˆÿÿ#ˆgDf˜ E­ˆÿÿ%`•G­ˆÿÿ#ŒgDf˜G­ˆÿÿ%`•pH­ˆÿÿ#gDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ#”gDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ#˜gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ#œgDf˜¨L­ˆÿÿ%`•N­ˆÿÿ# gDf˜N­ˆÿÿ%`•`2 ˆÿÿ#¤gDf˜`2 ˆÿÿ%`•ha2 ˆÿÿ#¨gDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿ#¬gDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿ#°gDf˜8d2 ˆÿÿ%`• e2 ˆÿÿ#´gDf˜ e2 ˆÿÿ%`•g2 ˆÿÿ#¸gDf˜g2 ˆÿÿ%`•ph2 ˆÿÿ#¼gDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿ#ÀgDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿ#ÄgDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿ#ÈgDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿ#ÌgDf˜n2 ˆÿÿ%`•Àøˆÿÿ#ÐgDf˜Àøˆÿÿ%`•hÁøˆÿÿ#ÔgDf˜hÁøˆÿÿ%`•ÐÂøˆÿÿ#ØgDf˜ÐÂøˆÿÿ%`•8Äøˆÿÿ#ÜgDf˜8Äøˆÿÿ%`• Åøˆÿÿ#àgDf˜ Åøˆÿÿ%`•Çøˆÿÿ#ägDf˜Çøˆÿÿ%`•pÈøˆÿÿ#ègDf˜pÈøˆÿÿ%`•ØÉøˆÿÿ#ìgDf˜ØÉøˆÿÿ%`•@Ëøˆÿÿ#ðgDf˜@Ëøˆÿÿ%`•¨Ìøˆÿÿ#øgDf˜¨Ìøˆÿÿ%`•Îøˆÿÿ#ügDf˜Îøˆÿÿ%`•°ˆÿÿ$gDf˜°ˆÿÿ%`•h±ˆÿÿ$gDf˜h±ˆÿÿ%`•вˆÿÿ$gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ$ gDf˜8´ˆÿÿ%`• µˆÿÿ$gDf˜ µˆÿÿ%`•·ˆÿÿ$gDf˜·ˆÿÿ%`•p¸ˆÿÿ$gDf˜p¸ˆÿÿ%`•عˆÿÿ$gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ$ gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ$$gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ$(gDf˜¾ˆÿÿ%`•€ºˆÿÿ$,gDf˜€ºˆÿÿ%`•hºˆÿÿ$0gDf˜hºˆÿÿ%`•Ђºˆÿÿ$4gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ$8gDf˜8„ºˆÿÿ%`• …ºˆÿÿ$<gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ$@gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ$DgDf˜pˆºˆÿÿ%`•؉ºˆÿÿ$HgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ$LgDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ$PgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ$TgDf˜Žºˆÿÿ%`•Œˆÿÿ$XgDf˜Œˆÿÿ%`•hŒˆÿÿ$\gDf˜hŒˆÿÿ%`•ÐŒˆÿÿ$`gDf˜ÐŒˆÿÿ%`•8Œˆÿÿ$dgDf˜8Œˆÿÿ%`• Œˆÿÿ$hgDf˜ Œˆÿÿ%`•Œˆÿÿ$lgDf˜Œˆÿÿ%`•pŒˆÿÿ$pgDf˜pŒˆÿÿ%`•Ø Œˆÿÿ$tgDf˜Ø Œˆÿÿ%`•@ Œˆÿÿ$xgDf˜@ Œˆÿÿ%`•¨ Œˆÿÿ$|gDf˜¨ Œˆÿÿ%`•Œˆÿÿ$€gDf˜Œˆÿÿ%`•¾ˆÿÿ$„gDf˜¾ˆÿÿ%`•h¾ˆÿÿ$ˆgDf˜h¾ˆÿÿ%`•оˆÿÿ$ŒgDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿ$gDf˜8¾ˆÿÿ%`• ¾ˆÿÿ$”gDf˜ ¾ˆÿÿ%`•¾ˆÿÿ$˜gDf˜¾ˆÿÿ%`•p¾ˆÿÿ$œgDf˜p¾ˆÿÿ%`•ؾˆÿÿ$ gDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿ$¤gDf˜@¾ˆÿÿ%`•¨¾ˆÿÿ$¨gDf˜¨¾ˆÿÿ%`•¾ˆÿÿ$¬gDf˜¾ˆÿÿ%`•¨<™ˆÿÿ$°gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ$´gDf˜>™ˆÿÿ%`•Øé¦ˆÿÿ$¸gDf˜Øé¦ˆÿÿ%`•p覈ÿÿ$¼gDf˜p覈ÿÿ%`•禈ÿÿ$ÀgDf˜ç¦ˆÿÿ%`• å¦ˆÿÿ$ÄgDf˜ å¦ˆÿÿ%`•8䦈ÿÿ$ÈgDf˜8䦈ÿÿ%`•Ð⦈ÿÿ$ÌgDf˜Ð⦈ÿÿ%`•hᦈÿÿ$ÐgDf˜hᦈÿÿ%`•ঈÿÿ$ÔgDf˜à¦ˆÿÿ%`•àˆÿÿ$ØgDf˜àˆÿÿ%`•háˆÿÿ$ÜgDf˜háˆÿÿ%`•Ðâˆÿÿ$àgDf˜Ðâˆÿÿ%`•8äˆÿÿ$ägDf˜8äˆÿÿ%`• åˆÿÿ$ègDf˜ åˆÿÿ%`•çˆÿÿ$ìgDf˜çˆÿÿ%`•pèˆÿÿ$ðgDf˜pèˆÿÿ%`•Øéˆÿÿ$ôgDf˜Øéˆÿÿ%`•@ëˆÿÿ$øgDf˜@ëˆÿÿ%`•¨ìˆÿÿ$ügDf˜¨ìˆÿÿ%`•îˆÿÿ%gDf˜îˆÿÿ%`•€ ˆÿÿ%gDf˜€ ˆÿÿ%`•h ˆÿÿ%gDf˜h ˆÿÿ%`•Ђ ˆÿÿ% gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ%gDf˜8„ ˆÿÿ%`• … ˆÿÿ%gDf˜ … ˆÿÿ%`•‡ ˆÿÿ%gDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ%gDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ% gDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ%$gDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ%(gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ%,gDf˜Ž ˆÿÿ%`•ÿÿ%0gDf˜î¦ˆÿÿ%`•¨ì¦ˆÿÿ%4gDf˜¨ì¦ˆÿÿ%`•@릈ÿÿ%8gDf˜@릈ÿÿ%`•pÈȈÿÿ%<gDf˜pÈȈÿÿ%`•ÇȈÿÿ%@gDf˜ÇȈÿÿ%`• ÅȈÿÿ%DgDf˜ ÅȈÿÿ%`•8ÄȈÿÿ%HgDf˜8ÄȈÿÿ%`•ÐÂȈÿÿ%LgDf˜ÐÂȈÿÿ%`•hÁȈÿÿ%PgDf˜hÁȈÿÿ%`•ÀȈÿÿ%TgDf˜ÀȈÿÿ%`•`Þ ˆÿÿ%XgDf˜`Þ ˆÿÿ%`•haÞ ˆÿÿ%\gDf˜haÞ ˆÿÿ%`•ÐbÞ ˆÿÿ%`gDf˜ÐbÞ ˆÿÿ%`•8dÞ ˆÿÿ%dgDf˜8dÞ ˆÿÿ%`• eÞ ˆÿÿ%hgDf˜ eÞ ˆÿÿ%`•gÞ ˆÿÿ%lgDf˜gÞ ˆÿÿ%`•phÞ ˆÿÿ%pgDf˜phÞ ˆÿÿ%`•ØiÞ ˆÿÿ%tgDf˜ØiÞ ˆÿÿ%`•@kÞ ˆÿÿ%xgDf˜@kÞ ˆÿÿ%`•¨lÞ ˆÿÿ%|gDf˜¨lÞ ˆÿÿ%`•nÞ ˆÿÿ%€gDf˜nÞ ˆÿÿ%`•Àˆÿÿ%„gDf˜Àˆÿÿ%`•hÁˆÿÿ%ˆgDf˜hÁˆÿÿ%`•Јÿÿ%ŒgDf˜Ðˆÿÿ%`•G­ˆÿÿ%ügDf˜G­ˆÿÿ%`• E­ˆÿÿ'ŒlgDf˜ E­ˆÿÿ%`•8D­ˆÿÿ'üügDf˜8D­ˆÿÿ%`•ÐB­ˆÿÿ)øügDf˜ÐB­ˆÿÿ%`•hA­ˆÿÿ+ôgDf˜hA­ˆÿÿ%`•@­ˆÿÿ,ügDf˜@­ˆÿÿ%`•Žˆÿÿ-üügDf˜Žˆÿÿ%`•hŽˆÿÿ/øgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ0ègDf˜ÐŽˆÿÿ%`• Åˆÿÿ8ðgDf˜ Åˆÿÿ%`•8Ĉÿÿ9ÌgDf˜8Ĉÿÿ%`•Ljÿÿ<ÌügDf˜Çˆÿÿ%`•pȈÿÿ>ÈügDf˜pȈÿÿ%`•ØÉˆÿÿ@ÄgDf˜ØÉˆÿÿ%`•@ˈÿÿAÌügDf˜@ˈÿÿ%`•¨ÌˆÿÿCÈügDf˜¨Ìˆÿÿ%`•ΈÿÿEÄügDf˜Îˆÿÿ%`•ÎȈÿÿGÀgDf˜ÎȈÿÿ%`•¨ÌȈÿÿGàgDf˜¨ÌȈÿÿ%`•@ËȈÿÿIÄügDf˜@ËȈÿÿ%`•ØÉȈÿÿKÀ´gDf˜ØÉȈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ÐŽˆÿÿ gDf˜ÐŽˆÿÿ%`•'ˆÿÿ1ìgDf˜'ˆÿÿ%`•8Žˆÿÿ1ðgDf˜8Žˆÿÿ%`•Žˆÿÿ1ôgDf˜Žˆÿÿ%`•ÐŽˆÿÿ1øgDf˜ÐŽˆÿÿ%`• Žˆÿÿ1ügDf˜ Žˆÿÿ%`•hŽˆÿÿ2gDf˜hŽˆÿÿ%`•pŽˆÿÿ2gDf˜pŽˆÿÿ%`•Žˆÿÿ2gDf˜Žˆÿÿ%`•Ø Žˆÿÿ2 gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ2gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ2gDf˜¨ Žˆÿÿ%`•Žˆÿÿ2gDf˜Žˆÿÿ%`•>™ˆÿÿ2gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2 gDf˜¨<™ˆÿÿ%`•žˆÿÿ2$gDf˜žˆÿÿ%`•hžˆÿÿ2(gDf˜hžˆÿÿ%`•Оˆÿÿ2,gDf˜Ðžˆÿÿ%`•8žˆÿÿ20gDf˜8žˆÿÿ%`• žˆÿÿ24gDf˜ žˆÿÿ%`•žˆÿÿ28gDf˜žˆÿÿ%`•pžˆÿÿ2<gDf˜pžˆÿÿ%`•Ø žˆÿÿ2@gDf˜Ø žˆÿÿ%`•@ žˆÿÿ2DgDf˜@ žˆÿÿ%`•¨ žˆÿÿ2HgDf˜¨ žˆÿÿ%`•žˆÿÿ2LgDf˜žˆÿÿ%`•Žˆÿÿ2PgDf˜Žˆÿÿ%`•h‘Žˆÿÿ2TgDf˜h‘Žˆÿÿ%`•Ð’Žˆÿÿ2XgDf˜Ð’Žˆÿÿ%`•8”Žˆÿÿ2\gDf˜8”Žˆÿÿ%`• •Žˆÿÿ2`gDf˜ •Žˆÿÿ%`•—Žˆÿÿ2dgDf˜—Žˆÿÿ%`•p˜Žˆÿÿ2hgDf˜p˜Žˆÿÿ%`•Ø™Žˆÿÿ2lgDf˜Ø™Žˆÿÿ%`•@›Žˆÿÿ2pgDf˜@›Žˆÿÿ%`•¨œŽˆÿÿ2tgDf˜¨œŽˆÿÿ%`•žŽˆÿÿ2xgDf˜žŽˆÿÿ%`• „ˆÿÿ2|gDf˜ „ˆÿÿ%`•h!„ˆÿÿ2€gDf˜h!„ˆÿÿ%`•Ð"„ˆÿÿ2„gDf˜Ð"„ˆÿÿ%`•8$„ˆÿÿ2ˆgDf˜8$„ˆÿÿ%`• %„ˆÿÿ2ŒgDf˜ %„ˆÿÿ%`•'„ˆÿÿ2gDf˜'„ˆÿÿ%`•p(„ˆÿÿ2”gDf˜p(„ˆÿÿ%`•Ø)„ˆÿÿ2˜gDf˜Ø)„ˆÿÿ%`•@+„ˆÿÿ2œgDf˜@+„ˆÿÿ%`•¨,„ˆÿÿ2 gDf˜¨,„ˆÿÿ%`•.„ˆÿÿ2¤gDf˜.„ˆÿÿ%`•@¼ˆÿÿ2¨gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ2¬gDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ2°gDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ2´gDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ2¸gDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ2¼gDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ2ÀgDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ2ÄgDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ2ÈgDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ2ÌgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ2ÐgDf˜N¼ˆÿÿ%`•Àˆÿÿ2ÔgDf˜Àˆÿÿ%`•hÁˆÿÿ2ØgDf˜hÁˆÿÿ%`•Јÿÿ2ÜgDf˜Ðˆÿÿ%`•8Ĉÿÿ2àgDf˜8Ĉÿÿ%`• Åˆÿÿ2ägDf˜ Åˆÿÿ%`•Ljÿÿ2ègDf˜Çˆÿÿ%`•pȈÿÿ2ìgDf˜pȈÿÿ%`•ØÉˆÿÿ2ðgDf˜ØÉˆÿÿ%`•@ˈÿÿ2ôgDf˜@ˈÿÿ%`•¨Ìˆÿÿ2øgDf˜¨Ìˆÿÿ%`•Έÿÿ2ügDf˜Îˆÿÿ%`•p]ˆÿÿ3gDf˜p]ˆÿÿ%`•hq]ˆÿÿ3gDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ3gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ3 gDf˜8t]ˆÿÿ%`• u]ˆÿÿ3gDf˜ u]ˆÿÿ%`•w]ˆÿÿ3gDf˜w]ˆÿÿ%`•px]ˆÿÿ3gDf˜px]ˆÿÿ%`•Øy]ˆÿÿ3gDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ3 gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ3$gDf˜¨|]ˆÿÿ%`•~]ˆÿÿ3(gDf˜~]ˆÿÿ%`•°¹ˆÿÿ3,gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ30gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ34gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ38gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ3<gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ3@gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ3DgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ3HgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ3LgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ3PgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ3TgDf˜¾¹ˆÿÿ%`•@—ˆÿÿ3XgDf˜@—ˆÿÿ%`•hA—ˆÿÿ3\gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ3`gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ3dgDf˜8D—ˆÿÿ%`• E—ˆÿÿ3hgDf˜ E—ˆÿÿ%`•G—ˆÿÿ3lgDf˜G—ˆÿÿ%`•pH—ˆÿÿ3pgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ3tgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ3xgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ3|gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ3€gDf˜N—ˆÿÿ%`•p­ˆÿÿ3„gDf˜p­ˆÿÿ%`•hq­ˆÿÿ3ˆgDf˜hq­ˆÿÿ%`•Ðr­ˆÿÿ3ŒgDf˜Ðr­ˆÿÿ%`•8t­ˆÿÿ3gDf˜8t­ˆÿÿ%`• u­ˆÿÿ3”gDf˜ u­ˆÿÿ%`•w­ˆÿÿ3˜gDf˜w­ˆÿÿ%`•px­ˆÿÿ3œgDf˜px­ˆÿÿ%`•Øy­ˆÿÿ3 gDf˜Øy­ˆÿÿ%`•@{­ˆÿÿ3¤gDf˜@{­ˆÿÿ%`•¨|­ˆÿÿ3¨gDf˜¨|­ˆÿÿ%`•~­ˆÿÿ3¬gDf˜~­ˆÿÿ%`•0ˆÿÿ3°gDf˜0ˆÿÿ%`•h1ˆÿÿ3´gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ3¸gDf˜Ð2ˆÿÿ%`•84ˆÿÿ3¼gDf˜84ˆÿÿ%`• 5ˆÿÿ3ÀgDf˜ 5ˆÿÿ%`•7ˆÿÿ3ÄgDf˜7ˆÿÿ%`•p8ˆÿÿ3ÈgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ3ÌgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ3ÐgDf˜@;ˆÿÿ%`•¨<ˆÿÿ3ÔgDf˜¨<ˆÿÿ%`•>ˆÿÿ3ØgDf˜>ˆÿÿ%`•€>ˆÿÿ3ÜgDf˜€>ˆÿÿ%`•h>ˆÿÿ3àgDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ3ägDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ3ègDf˜8„>ˆÿÿ%`• …>ˆÿÿ3ìgDf˜ …>ˆÿÿ%`•‡>ˆÿÿ3ðgDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ3ôgDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ3øgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ3ügDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ4gDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ4gDf˜Ž>ˆÿÿ%`•@¡ˆÿÿ4 gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ4gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ4gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ4gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ4gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ4 gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ4$gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ4(gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ4,gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ40gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ44gDf˜N¡ˆÿÿ%`•àˆÿÿ48gDf˜àˆÿÿ%`•háˆÿÿ4<gDf˜háˆÿÿ%`•Ðâˆÿÿ4@gDf˜Ðâˆÿÿ%`•8äˆÿÿ4DgDf˜8äˆÿÿ%`• åˆÿÿ4HgDf˜ åˆÿÿ%`•çˆÿÿ4LgDf˜çˆÿÿ%`•pèˆÿÿ4PgDf˜pèˆÿÿ%`•Øéˆÿÿ4TgDf˜Øéˆÿÿ%`•@ëˆÿÿ4XgDf˜@ëˆÿÿ%`•¨ìˆÿÿ4\gDf˜¨ìˆÿÿ%`•îˆÿÿ4`gDf˜îˆÿÿ%`•Ð… ˆÿÿ4dgDf˜Ð… ˆÿÿ%`•hÑ… ˆÿÿ4hgDf˜hÑ… ˆÿÿ%`•ÐÒ… ˆÿÿ4lgDf˜ÐÒ… ˆÿÿ%`•8Ô… ˆÿÿ4pgDf˜8Ô… ˆÿÿ%`• Õ… ˆÿÿ4tgDf˜ Õ… ˆÿÿ%`•×… ˆÿÿ4xgDf˜×… ˆÿÿ%`•pØ… ˆÿÿ4|gDf˜pØ… ˆÿÿ%`•ØÙ… ˆÿÿ4€gDf˜ØÙ… ˆÿÿ%`•@Û… ˆÿÿ4„gDf˜@Û… ˆÿÿ%`•¨Ü… ˆÿÿ4ˆgDf˜¨Ü… ˆÿÿ%`•Þ… ˆÿÿ4ŒgDf˜Þ… ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4”gDf˜>™ˆÿÿ%`•Ø™Žˆÿÿ4˜gDf˜Ø™Žˆÿÿ%`•p˜Žˆÿÿ4œgDf˜p˜Žˆÿÿ%`•—Žˆÿÿ4 gDf˜—Žˆÿÿ%`• •Žˆÿÿ4¤gDf˜ •Žˆÿÿ%`•8”Žˆÿÿ4¨gDf˜8”Žˆÿÿ%`•Ð’Žˆÿÿ4¬gDf˜Ð’Žˆÿÿ%`•h‘Žˆÿÿ4°gDf˜h‘Žˆÿÿ%`•Žˆÿÿ4´gDf˜Žˆÿÿ%`• 0ˆÿÿ4¸gDf˜ 0ˆÿÿ%`•h¡0ˆÿÿ4¼gDf˜h¡0ˆÿÿ%`•Т0ˆÿÿ4ÀgDf˜Ð¢0ˆÿÿ%`•8¤0ˆÿÿ4ÄgDf˜8¤0ˆÿÿ%`• ¥0ˆÿÿ4ÈgDf˜ ¥0ˆÿÿ%`•§0ˆÿÿ4ÌgDf˜§0ˆÿÿ%`•p¨0ˆÿÿ4ÐgDf˜p¨0ˆÿÿ%`•Ø©0ˆÿÿ4ÔgDf˜Ø©0ˆÿÿ%`•@«0ˆÿÿ4ØgDf˜@«0ˆÿÿ%`•¨¬0ˆÿÿ4ÜgDf˜¨¬0ˆÿÿ%`•®0ˆÿÿ4àgDf˜®0ˆÿÿ%`•àˆÿÿ4ägDf˜àˆÿÿ%`•háˆÿÿ4ègDf˜háˆÿÿ%`•Ðâˆÿÿ4ìgDf˜Ðâˆÿÿ%`•8äˆÿÿ4ðgDf˜8äˆÿÿ%`• åˆÿÿ4ôgDf˜ åˆÿÿ%`•çˆÿÿ4øgDf˜çˆÿÿ%`•pèˆÿÿ4ügDf˜pèˆÿÿ%`•Øéˆÿÿ5gDf˜Øéˆÿÿ%`•@ëˆÿÿ5gDf˜@ëˆÿÿ%`•¨ìˆÿÿ5gDf˜¨ìˆÿÿ%`•îˆÿÿ5 gDf˜îˆÿÿ%`•žŽˆÿÿ5gDf˜žŽˆÿÿ%`•¨œŽˆÿÿ5gDf˜¨œŽˆÿÿ%`•@›Žˆÿÿ5gDf˜@›Žˆÿÿ%`•pȈÿÿ5gDf˜pȈÿÿ%`•Ljÿÿ5 gDf˜Çˆÿÿ%`• Åˆÿÿ5$gDf˜ Åˆÿÿ%`•8Ĉÿÿ5(gDf˜8Ĉÿÿ%`•Јÿÿ5,gDf˜Ðˆÿÿ%`•hÁˆÿÿ50gDf˜hÁˆÿÿ%`•Àˆÿÿ54gDf˜Àˆÿÿ%`•ˆˆÿÿ58gDf˜ˆˆÿÿ%`•h‘ˆˆÿÿ5<gDf˜h‘ˆˆÿÿ%`•Ð’ˆˆÿÿ5@gDf˜Ð’ˆˆÿÿ%`•8”ˆˆÿÿ5DgDf˜8”ˆˆÿÿ%`• •ˆˆÿÿ5HgDf˜ •ˆˆÿÿ%`•—ˆˆÿÿ5LgDf˜—ˆˆÿÿ%`•p˜ˆˆÿÿ5PgDf˜p˜ˆˆÿÿ%`•Ø™ˆˆÿÿ5TgDf˜Ø™ˆˆÿÿ%`•@›ˆˆÿÿ5XgDf˜@›ˆˆÿÿ%`•¨œˆˆÿÿ5\gDf˜¨œˆˆÿÿ%`•žˆˆÿÿ5`gDf˜žˆˆÿÿ%`•P­ˆÿÿ5dgDf˜P­ˆÿÿ%`•hQ­ˆÿÿ5hgDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ5lgDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ5pgDf˜8T­ˆÿÿ%`• U­ˆÿÿ5tgDf˜ U­ˆÿÿ%`•W­ˆÿÿ5xgDf˜W­ˆÿÿ%`•pX­ˆÿÿ5|gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ5€gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ5„gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ5ˆgDf˜¨\­ˆÿÿ%`•^­ˆÿÿ5ŒgDf˜^­ˆÿÿ%`•Έÿÿ5gDf˜Îˆÿÿ%`•¨Ìˆÿÿ5”gDf˜¨Ìˆÿÿ%`•@ˈÿÿ5˜gDf˜@ˈÿÿ%`•ØÉˆÿÿ5œgDf˜ØÉˆÿÿ%`•G—ˆÿÿ5 gDf˜G—ˆÿÿ%`• E—ˆÿÿ5¤gDf˜ E—ˆÿÿ%`•8D—ˆÿÿ5¨gDf˜8D—ˆÿÿ%`•ÐB—ˆÿÿ5¬gDf˜ÐB—ˆÿÿ%`•hA—ˆÿÿ5°gDf˜hA—ˆÿÿ%`•@—ˆÿÿ5´gDf˜@—ˆÿÿ%`•°¹ˆÿÿ5¸gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ5¼gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ5ÀgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ5ÄgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ5ÈgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ5ÌgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ5ÐgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ5ÔgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ5ØgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ5ÜgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ5àgDf˜¾¹ˆÿÿ%`•p]ˆÿÿ5ägDf˜p]ˆÿÿ%`•hq]ˆÿÿ5ègDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ5ìgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ5ðgDf˜8t]ˆÿÿ%`• u]ˆÿÿ5ôgDf˜ u]ˆÿÿ%`•w]ˆÿÿ5øgDf˜w]ˆÿÿ%`•px]ˆÿÿ5ügDf˜px]ˆÿÿ%`•Øy]ˆÿÿ6gDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ6gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ6gDf˜¨|]ˆÿÿ%`•~]ˆÿÿ6 gDf˜~]ˆÿÿ%`•N—ˆÿÿ6gDf˜N—ˆÿÿ%`•¨L—ˆÿÿ6gDf˜¨L—ˆÿÿ%`•@K—ˆÿÿ6gDf˜@K—ˆÿÿ%`•ØI—ˆÿÿ6gDf˜ØI—ˆÿÿ%`•pH—ˆÿÿ6 gDf˜pH—ˆÿÿ%`• …>ˆÿÿ6$gDf˜ …>ˆÿÿ%`•8„>ˆÿÿ6(gDf˜8„>ˆÿÿ%`•Ђ>ˆÿÿ6,gDf˜Ð‚>ˆÿÿ%`•h>ˆÿÿ60gDf˜h>ˆÿÿ%`•€>ˆÿÿ64gDf˜€>ˆÿÿ%`• ÿˆÿÿ68gDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ6<gDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ6@gDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ6DgDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ6HgDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ6LgDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ6PgDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ6TgDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ6XgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ6\gDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ6`gDf˜®ÿˆÿÿ%`•`¹ˆÿÿ6dgDf˜`¹ˆÿÿ%`•ha¹ˆÿÿ6hgDf˜ha¹ˆÿÿ%`•Ðb¹ˆÿÿ6lgDf˜Ðb¹ˆÿÿ%`•8d¹ˆÿÿ6pgDf˜8d¹ˆÿÿ%`• e¹ˆÿÿ6tgDf˜ e¹ˆÿÿ%`•g¹ˆÿÿ6xgDf˜g¹ˆÿÿ%`•ph¹ˆÿÿ6|gDf˜ph¹ˆÿÿ%`•Øi¹ˆÿÿ6€gDf˜Øi¹ˆÿÿ%`•@k¹ˆÿÿ6„gDf˜@k¹ˆÿÿ%`•¨l¹ˆÿÿ6ˆgDf˜¨l¹ˆÿÿ%`•n¹ˆÿÿ6ŒgDf˜n¹ˆÿÿ%`•Ž>ˆÿÿ6gDf˜Ž>ˆÿÿ%`•¨Œ>ˆÿÿ6”gDf˜¨Œ>ˆÿÿ%`•@‹>ˆÿÿ6˜gDf˜@‹>ˆÿÿ%`•؉>ˆÿÿ6œgDf˜Ø‰>ˆÿÿ%`•pˆ>ˆÿÿ6 gDf˜pˆ>ˆÿÿ%`•‡>ˆÿÿ6¤gDf˜‡>ˆÿÿ%`•8Ô… ˆÿÿ6¨gDf˜8Ô… ˆÿÿ%`•ÐÒ… ˆÿÿ6¬gDf˜ÐÒ… ˆÿÿ%`•hÑ… ˆÿÿ6°gDf˜hÑ… ˆÿÿ%`•Ð… ˆÿÿ6´gDf˜Ð… ˆÿÿ%`•Јÿÿ6¸gDf˜Ðˆÿÿ%`•hшÿÿ6¼gDf˜hшÿÿ%`•ÐÒˆÿÿ6ÀgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ6ÄgDf˜8Ôˆÿÿ%`• Õˆÿÿ6ÈgDf˜ Õˆÿÿ%`•׈ÿÿ6ÌgDf˜×ˆÿÿ%`•p؈ÿÿ6ÐgDf˜p؈ÿÿ%`•ØÙˆÿÿ6ÔgDf˜ØÙˆÿÿ%`•@Ûˆÿÿ6ØgDf˜@Ûˆÿÿ%`•¨Üˆÿÿ6ÜgDf˜¨Üˆÿÿ%`•Þˆÿÿ6àgDf˜Þˆÿÿ%`•Z ˆÿÿ6ägDf˜Z ˆÿÿ%`•hZ ˆÿÿ6ègDf˜hZ ˆÿÿ%`•ÐZ ˆÿÿ6ìgDf˜ÐZ ˆÿÿ%`•8Z ˆÿÿ6ðgDf˜8Z ˆÿÿ%`• Z ˆÿÿ6ôgDf˜ Z ˆÿÿ%`•Z ˆÿÿ6øgDf˜Z ˆÿÿ%`•pZ ˆÿÿ6ügDf˜pZ ˆÿÿ%`•ØZ ˆÿÿ7gDf˜ØZ ˆÿÿ%`•@Z ˆÿÿ7gDf˜@Z ˆÿÿ%`•¨Z ˆÿÿ7gDf˜¨Z ˆÿÿ%`•Z ˆÿÿ7 gDf˜Z ˆÿÿ%`•Þ… ˆÿÿ7gDf˜Þ… ˆÿÿ%`•¨Ü… ˆÿÿ7gDf˜¨Ü… ˆÿÿ%`•@Û… ˆÿÿ7gDf˜@Û… ˆÿÿ%`•ØÙ… ˆÿÿ7gDf˜ØÙ… ˆÿÿ%`•pØ… ˆÿÿ7 gDf˜pØ… ˆÿÿ%`•×… ˆÿÿ7$gDf˜×… ˆÿÿ%`• Õ… ˆÿÿ7(gDf˜ Õ… ˆÿÿ%`•>™ˆÿÿ7,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ70gDf˜¨<™ˆÿÿ%`•Žˆÿÿ74gDf˜Žˆÿÿ%`•h‘Žˆÿÿ78gDf˜h‘Žˆÿÿ%`•Ð’Žˆÿÿ7<gDf˜Ð’Žˆÿÿ%`•8”Žˆÿÿ7@gDf˜8”Žˆÿÿ%`• •Žˆÿÿ7DgDf˜ •Žˆÿÿ%`•—Žˆÿÿ7HgDf˜—Žˆÿÿ%`•p˜Žˆÿÿ7LgDf˜p˜Žˆÿÿ%`•Ø™Žˆÿÿ7PgDf˜Ø™Žˆÿÿ%`•8äˆÿÿ7TgDf˜8äˆÿÿ%`•Ðâˆÿÿ7XgDf˜Ðâˆÿÿ%`•háˆÿÿ7\gDf˜háˆÿÿ%`•àˆÿÿ7`gDf˜àˆÿÿ%`•@§ ˆÿÿ7dgDf˜@§ ˆÿÿ%`•hA§ ˆÿÿ7hgDf˜hA§ ˆÿÿ%`•ÐB§ ˆÿÿ7lgDf˜ÐB§ ˆÿÿ%`•8D§ ˆÿÿ7pgDf˜8D§ ˆÿÿ%`• E§ ˆÿÿ7tgDf˜ E§ ˆÿÿ%`•G§ ˆÿÿ7xgDf˜G§ ˆÿÿ%`•pH§ ˆÿÿ7|gDf˜pH§ ˆÿÿ%`•ØI§ ˆÿÿ7€gDf˜ØI§ ˆÿÿ%`•@K§ ˆÿÿ7„gDf˜@K§ ˆÿÿ%`•¨L§ ˆÿÿ7ˆgDf˜¨L§ ˆÿÿ%`•N§ ˆÿÿ7ŒgDf˜N§ ˆÿÿ%`•îˆÿÿ7gDf˜îˆÿÿ%`•¨ìˆÿÿ7”gDf˜¨ìˆÿÿ%`•@ëˆÿÿ7˜gDf˜@ëˆÿÿ%`•Øéˆÿÿ7œgDf˜Øéˆÿÿ%`•pèˆÿÿ7 gDf˜pèˆÿÿ%`•çˆÿÿ7¤gDf˜çˆÿÿ%`• åˆÿÿ7¨gDf˜ åˆÿÿ%`•@›Žˆÿÿ7¬gDf˜@›Žˆÿÿ%`•¨œŽˆÿÿ7°gDf˜¨œŽˆÿÿ%`•žŽˆÿÿ7´gDf˜žŽˆÿÿ%`•Àˆÿÿ7¸gDf˜Àˆÿÿ%`•hÁˆÿÿ7¼gDf˜hÁˆÿÿ%`•Јÿÿ7ÀgDf˜Ðˆÿÿ%`•8Ĉÿÿ7ÄgDf˜8Ĉÿÿ%`• Åˆÿÿ7ÈgDf˜ Åˆÿÿ%`•Ljÿÿ7ÌgDf˜Çˆÿÿ%`•pȈÿÿ7ÐgDf˜pȈÿÿ%`•8T­ˆÿÿ7ÔgDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿ7ØgDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ7ÜgDf˜hQ­ˆÿÿ%`•P­ˆÿÿ7àgDf˜P­ˆÿÿ%`•@¼ˆÿÿ7ägDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ7ègDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ7ìgDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ7ðgDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ7ôgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ7øgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ7ügDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ8gDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ8gDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ8 gDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ8gDf˜N¼ˆÿÿ%`•^­ˆÿÿ8gDf˜^­ˆÿÿ%`•¨\­ˆÿÿ8gDf˜¨\­ˆÿÿ%`•@[­ˆÿÿ8gDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ8 gDf˜ØY­ˆÿÿ%`•pX­ˆÿÿ8$gDf˜pX­ˆÿÿ%`•W­ˆÿÿ8(gDf˜W­ˆÿÿ%`• U­ˆÿÿ8,gDf˜ U­ˆÿÿ%`•ØÉˆÿÿ80gDf˜ØÉˆÿÿ%`•@ˈÿÿ84gDf˜@ˈÿÿ%`•¨Ìˆÿÿ88gDf˜¨Ìˆÿÿ%`•Έÿÿ8<gDf˜Îˆÿÿ%`•@—ˆÿÿ8@gDf˜@—ˆÿÿ%`•hA—ˆÿÿ8DgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ8HgDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ8LgDf˜8D—ˆÿÿ%`• E—ˆÿÿ8PgDf˜ E—ˆÿÿ%`•G—ˆÿÿ8TgDf˜G—ˆÿÿ%`•8t]ˆÿÿ8XgDf˜8t]ˆÿÿ%`•Ðr]ˆÿÿ8\gDf˜Ðr]ˆÿÿ%`•hq]ˆÿÿ8`gDf˜hq]ˆÿÿ%`•p]ˆÿÿ8dgDf˜p]ˆÿÿ%`•ÀȈÿÿ8hgDf˜ÀȈÿÿ%`•hÁȈÿÿ8lgDf˜hÁȈÿÿ%`•ÐÂȈÿÿ8pgDf˜ÐÂȈÿÿ%`•8ÄȈÿÿ8tgDf˜8ÄȈÿÿ%`• ÅȈÿÿ8xgDf˜ ÅȈÿÿ%`•ÇȈÿÿ8|gDf˜ÇȈÿÿ%`•pÈȈÿÿ8€gDf˜pÈȈÿÿ%`•ØÉȈÿÿ8„gDf˜ØÉȈÿÿ%`•@ËȈÿÿ8ˆgDf˜@ËȈÿÿ%`•¨ÌȈÿÿ8ŒgDf˜¨ÌȈÿÿ%`•ÎȈÿÿ8gDf˜ÎȈÿÿ%`•~]ˆÿÿ8”gDf˜~]ˆÿÿ%`•¨|]ˆÿÿ8˜gDf˜¨|]ˆÿÿ%`•@{]ˆÿÿ8œgDf˜@{]ˆÿÿ%`•Øy]ˆÿÿ8 gDf˜Øy]ˆÿÿ%`•px]ˆÿÿ8¤gDf˜px]ˆÿÿ%`•w]ˆÿÿ8¨gDf˜w]ˆÿÿ%`• u]ˆÿÿ8¬gDf˜ u]ˆÿÿ%`•pH—ˆÿÿ8°gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ8´gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ8¸gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ8¼gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ8ÀgDf˜N—ˆÿÿ%`•€>ˆÿÿ8ÄgDf˜€>ˆÿÿ%`•h>ˆÿÿ8ÈgDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ8ÌgDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ8ÐgDf˜8„>ˆÿÿ%`• …>ˆÿÿ8ÔgDf˜ …>ˆÿÿ%`•8d¹ˆÿÿ8ØgDf˜8d¹ˆÿÿ%`•Ðb¹ˆÿÿ8ÜgDf˜Ðb¹ˆÿÿ%`•ha¹ˆÿÿ8àgDf˜ha¹ˆÿÿ%`•`¹ˆÿÿ8ägDf˜`¹ˆÿÿ%`• ˆÿÿ8ègDf˜ ˆÿÿ%`•h!ˆÿÿ8ìgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ8ðgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ8ôgDf˜8$ˆÿÿ%`• %ˆÿÿ8øgDf˜ %ˆÿÿ%`•'ˆÿÿ8ügDf˜'ˆÿÿ%`•p(ˆÿÿ9gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ9gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ9gDf˜@+ˆÿÿ%`•¨,ˆÿÿ9 gDf˜¨,ˆÿÿ%`•.ˆÿÿ9gDf˜.ˆÿÿ%`•n¹ˆÿÿ9gDf˜n¹ˆÿÿ%`•¨l¹ˆÿÿ9gDf˜¨l¹ˆÿÿ%`•@k¹ˆÿÿ9gDf˜@k¹ˆÿÿ%`•Øi¹ˆÿÿ9 gDf˜Øi¹ˆÿÿ%`•ph¹ˆÿÿ9$gDf˜ph¹ˆÿÿ%`•g¹ˆÿÿ9(gDf˜g¹ˆÿÿ%`• e¹ˆÿÿ9,gDf˜ e¹ˆÿÿ%`•‡>ˆÿÿ90gDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ94gDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ98gDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ9<gDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ9@gDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ9DgDf˜Ž>ˆÿÿ%`•Ð… ˆÿÿ9HgDf˜Ð… ˆÿÿ%`•hÑ… ˆÿÿ9LgDf˜hÑ… ˆÿÿ%`•ÐÒ… ˆÿÿ9PgDf˜ÐÒ… ˆÿÿ%`•8Ô… ˆÿÿ9TgDf˜8Ô… ˆÿÿ%`•8Z ˆÿÿ9XgDf˜8Z ˆÿÿ%`•ÐZ ˆÿÿ9\gDf˜ÐZ ˆÿÿ%`•hZ ˆÿÿ9`gDf˜hZ ˆÿÿ%`•Z ˆÿÿ9dgDf˜Z ˆÿÿ%`•p­ˆÿÿ9hgDf˜p­ˆÿÿ%`•hq­ˆÿÿ9lgDf˜hq­ˆÿÿ%`•Ðr­ˆÿÿ9pgDf˜Ðr­ˆÿÿ%`•pZ ˆÿÿ9tügDf˜pZ ˆÿÿ%`•Z ˆÿÿ;pœgDf˜Z ˆÿÿ%`• Z ˆÿÿ<ügDf˜ Z ˆÿÿ%`• Õ… ˆÿÿ> ügDf˜ Õ… ˆÿÿ%`•×… ˆÿÿ@gDf˜×… ˆÿÿ%`•pØ… ˆÿÿ@ÀgDf˜pØ… ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAÔgDf˜'ˆÿÿ%`•8t­ˆÿÿGÜgDf˜8t­ˆÿÿ%`•w­ˆÿÿHàägDf˜w­ˆÿÿ%`• u­ˆÿÿLtügDf˜ u­ˆÿÿ%`•px­ˆÿÿNpügDf˜px­ˆÿÿ%`•Øy­ˆÿÿPlPgDf˜Øy­ˆÿÿ%`•@{­ˆÿÿQ¼ügDf˜@{­ˆÿÿ%`•¨|­ˆÿÿS¸ügDf˜¨|­ˆÿÿ%`•~­ˆÿÿU´ügDf˜~­ˆÿÿ%`•Z ˆÿÿW°gDf˜Z ˆÿÿ%`•¨Z ˆÿÿWÐgDf˜¨Z ˆÿÿ%`•@Z ˆÿÿY´ügDf˜@Z ˆÿÿ%`•ØZ ˆÿÿ[°TgDf˜ØZ ˆÿÿ%`•pØ… ˆÿÿ gDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿƒ,gDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿƒ(gDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAØgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAÜgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAàgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAägDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAègDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAìgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAðgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAôgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAøgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿAügDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿBgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿBgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿBgDf˜pØ… ˆÿÿ%`•pØ… ˆÿÿB gDf˜pØ… ˆÿÿ%`•8Ô… ˆÿÿBgDf˜8Ô… ˆÿÿ%`•8Ô… ˆÿÿBgDf˜8Ô… ˆÿÿ%`•pØ… ˆÿÿBgDf˜pØ… ˆÿÿ%`•×… ˆÿÿBgDf˜×… ˆÿÿ%`• Õ… ˆÿÿB gDf˜ Õ… ˆÿÿ%`•ÐÒ… ˆÿÿB$gDf˜ÐÒ… ˆÿÿ%`•hÑ… ˆÿÿB(gDf˜hÑ… ˆÿÿ%`•Ð… ˆÿÿB,gDf˜Ð… ˆÿÿ%`•ØÙ… ˆÿÿB0gDf˜ØÙ… ˆÿÿ%`•@Û… ˆÿÿB4gDf˜@Û… ˆÿÿ%`•@Û… ˆÿÿB8gDf˜@Û… ˆÿÿ%`•ØÙ… ˆÿÿB<gDf˜ØÙ… ˆÿÿ%`•Ð… ˆÿÿB@gDf˜Ð… ˆÿÿ%`•hÑ… ˆÿÿBDgDf˜hÑ… ˆÿÿ%`•ÐÒ… ˆÿÿBHgDf˜ÐÒ… ˆÿÿ%`• Õ… ˆÿÿBLgDf˜ Õ… ˆÿÿ%`•×… ˆÿÿBPgDf˜×… ˆÿÿ%`•pØ… ˆÿÿBTgDf˜pØ… ˆÿÿ%`•8Ô… ˆÿÿBXgDf˜8Ô… ˆÿÿ%`•¨Ü… ˆÿÿB\gDf˜¨Ü… ˆÿÿ%`•Þ… ˆÿÿB`gDf˜Þ… ˆÿÿ%`•¨<™ˆÿÿBdgDf˜¨<™ˆÿÿ%`•>™ˆÿÿBhgDf˜>™ˆÿÿ%`•À2ˆÿÿBlgDf˜À2ˆÿÿ%`•hÁ2ˆÿÿBpgDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿBtgDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿBxgDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿB|gDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿB€gDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿB„gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿBˆgDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿBŒgDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿBgDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿB”gDf˜Î2ˆÿÿ%`•оˆÿÿB˜gDf˜Ð¾ˆÿÿ%`•hѾˆÿÿBœgDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿB gDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿB¤gDf˜8Ô¾ˆÿÿ%`• Õ¾ˆÿÿB¨gDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿB¬gDf˜×¾ˆÿÿ%`•pؾˆÿÿB°gDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿB´gDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿB¸gDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿB¼gDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿBÀgDf˜Þ¾ˆÿÿ%`•>™ˆÿÿBÄgDf˜>™ˆÿÿ%`•¨<™ˆÿÿBÈgDf˜¨<™ˆÿÿ%`•Ç2ˆÿÿBÌgDf˜Ç2ˆÿÿ%`• Å2ˆÿÿBÐgDf˜ Å2ˆÿÿ%`•8Ä2ˆÿÿBÔgDf˜8Ä2ˆÿÿ%`•ÐÂ2ˆÿÿBØgDf˜ÐÂ2ˆÿÿ%`•hÁ2ˆÿÿBÜgDf˜hÁ2ˆÿÿ%`•À2ˆÿÿBàgDf˜À2ˆÿÿ%`•¾ˆÿÿBägDf˜¾ˆÿÿ%`•h¾ˆÿÿBègDf˜h¾ˆÿÿ%`•оˆÿÿBìgDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿBðgDf˜8¾ˆÿÿ%`• ¾ˆÿÿBôgDf˜ ¾ˆÿÿ%`•¾ˆÿÿBøgDf˜¾ˆÿÿ%`•p¾ˆÿÿBügDf˜p¾ˆÿÿ%`•ؾˆÿÿCgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿCgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿCgDf˜¨¾ˆÿÿ%`•¾ˆÿÿC gDf˜¾ˆÿÿ%`•‡ˆÿÿCgDf˜‡ˆÿÿ%`•h‘‡ˆÿÿCgDf˜h‘‡ˆÿÿ%`•Ð’‡ˆÿÿCgDf˜Ð’‡ˆÿÿ%`•8”‡ˆÿÿCgDf˜8”‡ˆÿÿ%`• •‡ˆÿÿC gDf˜ •‡ˆÿÿ%`•—‡ˆÿÿC$gDf˜—‡ˆÿÿ%`•p˜‡ˆÿÿC(gDf˜p˜‡ˆÿÿ%`•Ø™‡ˆÿÿC,gDf˜Ø™‡ˆÿÿ%`•@›‡ˆÿÿC0gDf˜@›‡ˆÿÿ%`•¨œ‡ˆÿÿC4gDf˜¨œ‡ˆÿÿ%`•ž‡ˆÿÿC8gDf˜ž‡ˆÿÿ%`• AˆÿÿC<gDf˜ Aˆÿÿ%`•h¡AˆÿÿC@gDf˜h¡Aˆÿÿ%`•ТAˆÿÿCDgDf˜Ð¢Aˆÿÿ%`•8¤AˆÿÿCHgDf˜8¤Aˆÿÿ%`• ¥AˆÿÿCLgDf˜ ¥Aˆÿÿ%`•§AˆÿÿCPgDf˜§Aˆÿÿ%`•p¨AˆÿÿCTgDf˜p¨Aˆÿÿ%`•Ø©AˆÿÿCXgDf˜Ø©Aˆÿÿ%`•@«AˆÿÿC\gDf˜@«Aˆÿÿ%`•¨¬AˆÿÿC`gDf˜¨¬Aˆÿÿ%`•®AˆÿÿCdgDf˜®Aˆÿÿ%`•€2ˆÿÿChgDf˜€2ˆÿÿ%`•h2ˆÿÿClgDf˜h2ˆÿÿ%`•Ђ2ˆÿÿCpgDf˜Ð‚2ˆÿÿ%`•8„2ˆÿÿCtgDf˜8„2ˆÿÿ%`• …2ˆÿÿCxgDf˜ …2ˆÿÿ%`•‡2ˆÿÿC|gDf˜‡2ˆÿÿ%`•pˆ2ˆÿÿC€gDf˜pˆ2ˆÿÿ%`•؉2ˆÿÿC„gDf˜Ø‰2ˆÿÿ%`•@‹2ˆÿÿCˆgDf˜@‹2ˆÿÿ%`•¨Œ2ˆÿÿCŒgDf˜¨Œ2ˆÿÿ%`•Ž2ˆÿÿCgDf˜Ž2ˆÿÿ%`•ˆÿÿC”gDf˜ˆÿÿ%`•hˆÿÿC˜gDf˜hˆÿÿ%`•ЈÿÿCœgDf˜Ðˆÿÿ%`•8ˆÿÿC gDf˜8ˆÿÿ%`• ˆÿÿC¤gDf˜ ˆÿÿ%`•ˆÿÿC¨gDf˜ˆÿÿ%`•pˆÿÿC¬gDf˜pˆÿÿ%`•Ø ˆÿÿC°gDf˜Ø ˆÿÿ%`•@ ˆÿÿC´gDf˜@ ˆÿÿ%`•¨ ˆÿÿC¸gDf˜¨ ˆÿÿ%`•ˆÿÿC¼gDf˜ˆÿÿ%`•¨<™ˆÿÿCÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿCÄgDf˜>™ˆÿÿ%`•ˆÿÿCÈgDf˜ˆÿÿ%`•h‘ˆÿÿCÌgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿCÐgDf˜Ð’ˆÿÿ%`•8”ˆÿÿCÔgDf˜8”ˆÿÿ%`• •ˆÿÿCØgDf˜ •ˆÿÿ%`•—ˆÿÿCÜgDf˜—ˆÿÿ%`•p˜ˆÿÿCàgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ¤gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ¨gDf˜@›ˆÿÿ%`•¨œˆÿÿ¬gDf˜¨œˆÿÿ%`•žˆÿÿ°gDf˜žˆÿÿ%`•€ ˆÿÿ´gDf˜€ ˆÿÿ%`•h ˆÿÿ¸gDf˜h ˆÿÿ%`•Ђ ˆÿÿ¼gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿÀgDf˜8„ ˆÿÿ%`• … ˆÿÿÄgDf˜ … ˆÿÿ%`•‡ ˆÿÿÈgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿÌgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿÔgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿØgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿÜgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿàgDf˜Ž ˆÿÿ%`•ÀˆÿÿägDf˜Àˆÿÿ%`•hÁˆÿÿègDf˜hÁˆÿÿ%`•ЈÿÿìgDf˜Ðˆÿÿ%`•8ĈÿÿðgDf˜8Ĉÿÿ%`• ÅˆÿÿôgDf˜ Åˆÿÿ%`•LjÿÿøgDf˜Çˆÿÿ%`•pȈÿÿügDf˜pȈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•PˆÿÿgDf˜Pˆÿÿ%`•hQˆÿÿgDf˜hQˆÿÿ%`•ÐRˆÿÿgDf˜ÐRˆÿÿ%`•8TˆÿÿgDf˜8Tˆÿÿ%`• Uˆÿÿ gDf˜ Uˆÿÿ%`•Wˆÿÿ$gDf˜Wˆÿÿ%`•pXˆÿÿ(gDf˜pXˆÿÿ%`•ØYˆÿÿ,gDf˜ØYˆÿÿ%`•@[ˆÿÿ0gDf˜@[ˆÿÿ%`•¨\ˆÿÿ4gDf˜¨\ˆÿÿ%`•^ˆÿÿ8gDf˜^ˆÿÿ%`•Dˆÿÿ<gDf˜Dˆÿÿ%`•hDˆÿÿ@gDf˜hDˆÿÿ%`•ÐDˆÿÿDgDf˜ÐDˆÿÿ%`•8DˆÿÿHgDf˜8Dˆÿÿ%`• DˆÿÿLgDf˜ Dˆÿÿ%`•DˆÿÿPgDf˜Dˆÿÿ%`•pDˆÿÿTgDf˜pDˆÿÿ%`•ØDˆÿÿXgDf˜ØDˆÿÿ%`•@Dˆÿÿ\gDf˜@Dˆÿÿ%`•¨Dˆÿÿ`gDf˜¨Dˆÿÿ%`•DˆÿÿdgDf˜Dˆÿÿ%`•@«AˆÿÿhgDf˜@«Aˆÿÿ%`•Ø©AˆÿÿlgDf˜Ø©Aˆÿÿ%`•p¨AˆÿÿpgDf˜p¨Aˆÿÿ%`•§AˆÿÿtgDf˜§Aˆÿÿ%`• ¥AˆÿÿxgDf˜ ¥Aˆÿÿ%`•8¤Aˆÿÿ|gDf˜8¤Aˆÿÿ%`•ТAˆÿÿ€gDf˜Ð¢Aˆÿÿ%`•h¡Aˆÿÿ„gDf˜h¡Aˆÿÿ%`• AˆÿÿˆgDf˜ Aˆÿÿ%`•€è ˆÿÿŒgDf˜€è ˆÿÿ%`•hè ˆÿÿgDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ”gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ˜gDf˜8„è ˆÿÿ%`• …è ˆÿÿœgDf˜ …è ˆÿÿ%`•‡è ˆÿÿ gDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ¤gDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ¨gDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ¬gDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ°gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ´gDf˜Žè ˆÿÿ%`•оˆÿÿ¸gDf˜Ð¾ˆÿÿ%`•hѾˆÿÿ¼gDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿÀgDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿÄgDf˜8Ô¾ˆÿÿ%`• Õ¾ˆÿÿÈgDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿÌgDf˜×¾ˆÿÿ%`•pؾˆÿÿÐgDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿÔgDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿØgDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿÜgDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿàgDf˜Þ¾ˆÿÿ%`•@œˆÿÿägDf˜@œˆÿÿ%`•hAœˆÿÿègDf˜hAœˆÿÿ%`•ÐBœˆÿÿìgDf˜ÐBœˆÿÿ%`•8DœˆÿÿðgDf˜8Dœˆÿÿ%`• EœˆÿÿôgDf˜ Eœˆÿÿ%`•GœˆÿÿøgDf˜Gœˆÿÿ%`•pHœˆÿÿügDf˜pHœˆÿÿ%`•ØIœˆÿÿgDf˜ØIœˆÿÿ%`•@KœˆÿÿgDf˜@Kœˆÿÿ%`•¨LœˆÿÿgDf˜¨Lœˆÿÿ%`•Nœˆÿÿ gDf˜Nœˆÿÿ%`•àψÿÿgDf˜àψÿÿ%`•háψÿÿgDf˜háψÿÿ%`•ÐâψÿÿgDf˜Ðâψÿÿ%`•8äψÿÿgDf˜8äψÿÿ%`• åψÿÿ gDf˜ åψÿÿ%`•çψÿÿ$gDf˜çψÿÿ%`•pèψÿÿ(gDf˜pèψÿÿ%`•Øéψÿÿ,gDf˜Øéψÿÿ%`•@ëψÿÿ0gDf˜@ëψÿÿ%`•¨ìψÿÿ4gDf˜¨ìψÿÿ%`•îψÿÿ8gDf˜îψÿÿ%`•àˆÿÿ<gDf˜àˆÿÿ%`•háˆÿÿ@gDf˜háˆÿÿ%`•ÐâˆÿÿDgDf˜Ðâˆÿÿ%`•8äˆÿÿHgDf˜8äˆÿÿ%`• åˆÿÿLgDf˜ åˆÿÿ%`•çˆÿÿPgDf˜çˆÿÿ%`•pèˆÿÿTgDf˜pèˆÿÿ%`•ØéˆÿÿXgDf˜Øéˆÿÿ%`•@ëˆÿÿ\gDf˜@ëˆÿÿ%`•¨ìˆÿÿ`gDf˜¨ìˆÿÿ%`•îˆÿÿdgDf˜îˆÿÿ%`•PWˆÿÿhgDf˜PWˆÿÿ%`•hQWˆÿÿlgDf˜hQWˆÿÿ%`•ÐRWˆÿÿpgDf˜ÐRWˆÿÿ%`•8TWˆÿÿtgDf˜8TWˆÿÿ%`• UWˆÿÿxgDf˜ UWˆÿÿ%`•WWˆÿÿ|gDf˜WWˆÿÿ%`•pXWˆÿÿ€gDf˜pXWˆÿÿ%`•ØYWˆÿÿ„gDf˜ØYWˆÿÿ%`•@[WˆÿÿˆgDf˜@[Wˆÿÿ%`•¨\WˆÿÿŒgDf˜¨\Wˆÿÿ%`•^WˆÿÿgDf˜^Wˆÿÿ%`•°Žˆÿÿ”gDf˜°Žˆÿÿ%`•h±Žˆÿÿ˜gDf˜h±Žˆÿÿ%`•вŽˆÿÿœgDf˜Ð²Žˆÿÿ%`•8´Žˆÿÿ gDf˜8´Žˆÿÿ%`• µŽˆÿÿ¤gDf˜ µŽˆÿÿ%`•·Žˆÿÿ¨gDf˜·Žˆÿÿ%`•p¸Žˆÿÿ¬gDf˜p¸Žˆÿÿ%`•عŽˆÿÿ°gDf˜Ø¹Žˆÿÿ%`•@»Žˆÿÿ´gDf˜@»Žˆÿÿ%`•¨¼Žˆÿÿ¸gDf˜¨¼Žˆÿÿ%`•¾Žˆÿÿ¼gDf˜¾Žˆÿÿ%`•®AˆÿÿÀgDf˜®Aˆÿÿ%`•¨¬AˆÿÿÄgDf˜¨¬Aˆÿÿ%`•>™ˆÿÿÈgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•@‹ ˆÿÿÐgDf˜@‹ ˆÿÿ%`•؉ ˆÿÿÔgDf˜Ø‰ ˆÿÿ%`•pˆ ˆÿÿØgDf˜pˆ ˆÿÿ%`•‡ ˆÿÿÜgDf˜‡ ˆÿÿ%`• … ˆÿÿàgDf˜ … ˆÿÿ%`•8„ ˆÿÿägDf˜8„ ˆÿÿ%`•Ђ ˆÿÿègDf˜Ð‚ ˆÿÿ%`•h ˆÿÿìgDf˜h ˆÿÿ%`•€ ˆÿÿðgDf˜€ ˆÿÿ%`•¨Œ ˆÿÿôgDf˜¨Œ ˆÿÿ%`•0*ˆÿÿøgDf˜0*ˆÿÿ%`•h1*ˆÿÿügDf˜h1*ˆÿÿ%`•Ð2*ˆÿÿgDf˜Ð2*ˆÿÿ%`•84*ˆÿÿgDf˜84*ˆÿÿ%`• 5*ˆÿÿgDf˜ 5*ˆÿÿ%`•7*ˆÿÿ gDf˜7*ˆÿÿ%`•p8*ˆÿÿgDf˜p8*ˆÿÿ%`•Ø9*ˆÿÿgDf˜Ø9*ˆÿÿ%`•@;*ˆÿÿgDf˜@;*ˆÿÿ%`•¨<*ˆÿÿgDf˜¨<*ˆÿÿ%`•>*ˆÿÿ gDf˜>*ˆÿÿ%`•Ž ˆÿÿ$gDf˜Ž ˆÿÿ%`•ઈÿÿ(gDf˜àªˆÿÿ%`•h᪈ÿÿ,gDf˜h᪈ÿÿ%`•Ð⪈ÿÿ0gDf˜Ð⪈ÿÿ%`•8䪈ÿÿ4gDf˜8䪈ÿÿ%`• åªˆÿÿ8gDf˜ åªˆÿÿ%`•窈ÿÿ<gDf˜çªˆÿÿ%`•p誈ÿÿ@gDf˜p誈ÿÿ%`•ØéªˆÿÿDgDf˜Øéªˆÿÿ%`•@몈ÿÿHgDf˜@몈ÿÿ%`•¨ìªˆÿÿLgDf˜¨ìªˆÿÿ%`•ÿÿPgDf˜îªˆÿÿ%`•ÀˆÿÿTgDf˜Àˆÿÿ%`•ΈÿÿXgDf˜Îˆÿÿ%`•¨Ìˆÿÿ\gDf˜¨Ìˆÿÿ%`•@ˈÿÿ`gDf˜@ˈÿÿ%`•ØÉˆÿÿdgDf˜ØÉˆÿÿ%`•pȈÿÿhgDf˜pȈÿÿ%`•LjÿÿlgDf˜Çˆÿÿ%`• ÅˆÿÿpgDf˜ Åˆÿÿ%`•8ĈÿÿtgDf˜8Ĉÿÿ%`•ЈÿÿxgDf˜Ðˆÿÿ%`•hÁˆÿÿ|gDf˜hÁˆÿÿ%`•ØDˆÿÿ€gDf˜ØDˆÿÿ%`•pDˆÿÿ„gDf˜pDˆÿÿ%`•DˆÿÿˆgDf˜Dˆÿÿ%`• DˆÿÿŒgDf˜ Dˆÿÿ%`•8DˆÿÿgDf˜8Dˆÿÿ%`•ÐDˆÿÿ”gDf˜ÐDˆÿÿ%`•hDˆÿÿ˜gDf˜hDˆÿÿ%`•DˆÿÿœgDf˜Dˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•hA ˆÿÿ¤gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ¨gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ¬gDf˜8D ˆÿÿ%`• E ˆÿÿ°gDf˜ E ˆÿÿ%`•G ˆÿÿ´gDf˜G ˆÿÿ%`•pH ˆÿÿ¸gDf˜pH ˆÿÿ%`•ØI ˆÿÿ¼gDf˜ØI ˆÿÿ%`•@K ˆÿÿÀgDf˜@K ˆÿÿ%`•¨L ˆÿÿÄgDf˜¨L ˆÿÿ%`•N ˆÿÿÈgDf˜N ˆÿÿ%`• —ˆÿÿÌgDf˜ —ˆÿÿ%`•h¡—ˆÿÿÐgDf˜h¡—ˆÿÿ%`•Т—ˆÿÿÔgDf˜Ð¢—ˆÿÿ%`•8¤—ˆÿÿØgDf˜8¤—ˆÿÿ%`• ¥—ˆÿÿÜgDf˜ ¥—ˆÿÿ%`•§—ˆÿÿàgDf˜§—ˆÿÿ%`•p¨—ˆÿÿägDf˜p¨—ˆÿÿ%`•Ø©—ˆÿÿègDf˜Ø©—ˆÿÿ%`•@«—ˆÿÿìgDf˜@«—ˆÿÿ%`•¨¬—ˆÿÿðgDf˜¨¬—ˆÿÿ%`•®—ˆÿÿôgDf˜®—ˆÿÿ%`•DˆÿÿøgDf˜Dˆÿÿ%`•¨DˆÿÿügDf˜¨Dˆÿÿ%`•@DˆÿÿgDf˜@Dˆÿÿ%`• AˆÿÿgDf˜ Aˆÿÿ%`•h¡AˆÿÿgDf˜h¡Aˆÿÿ%`•ТAˆÿÿ gDf˜Ð¢Aˆÿÿ%`•8¤AˆÿÿgDf˜8¤Aˆÿÿ%`• ¥AˆÿÿgDf˜ ¥Aˆÿÿ%`•§AˆÿÿgDf˜§Aˆÿÿ%`•p¨AˆÿÿgDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ$gDf˜@«Aˆÿÿ%`•@Û¾ˆÿÿ(gDf˜@Û¾ˆÿÿ%`•ØÙ¾ˆÿÿ,gDf˜ØÙ¾ˆÿÿ%`•pؾˆÿÿ0gDf˜pؾˆÿÿ%`•×¾ˆÿÿ4gDf˜×¾ˆÿÿ%`• Õ¾ˆÿÿ8gDf˜ Õ¾ˆÿÿ%`•8Ô¾ˆÿÿ<gDf˜8Ô¾ˆÿÿ%`•ÐÒ¾ˆÿÿ@gDf˜ÐÒ¾ˆÿÿ%`•hѾˆÿÿDgDf˜hѾˆÿÿ%`•оˆÿÿHgDf˜Ð¾ˆÿÿ%`•P¹ˆÿÿLgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿPgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿTgDf˜ÐR¹ˆÿÿ%`•¿ˆÿÿX|gDf˜¿ˆÿÿ%`•p¿ˆÿÿÜügDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ ØügDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ ÔgDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ àügDf˜¨¿ˆÿÿ%`•¿ˆÿÿ ÜügDf˜¿ˆÿÿ%`•Þ¾ˆÿÿØgDf˜Þ¾ˆÿÿ%`•Øéˆÿÿä”gDf˜Øéˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•¿ˆÿÿÑhàgDf˜¿ˆÿÿ%`•h¿ˆÿÿáXügDf˜h¿ˆÿÿ%`•пˆÿÿãT gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿäxgDf˜8¿ˆÿÿ%`• ¿ˆÿÿæ\ÐgDf˜ ¿ˆÿÿ%`•8T¹ˆÿÿgDf˜8T¹ˆÿÿ%`•pX¹ˆÿÿ7ègDf˜pX¹ˆÿÿ%`• U¹ˆÿÿWÌgDf˜ U¹ˆÿÿ%`•ØY¹ˆÿÿXÐägDf˜ØY¹ˆÿÿ%`•W¹ˆÿÿ\ügDf˜W¹ˆÿÿ%`•@[¹ˆÿÿ^ügDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ_üÌgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿa¬ügDf˜^¹ˆÿÿ%`•¨Ü¾ˆÿÿc¨ügDf˜¨Ü¾ˆÿÿ%`•Øéˆÿÿ gDf˜Øéˆÿÿ%`•Øéˆÿÿ|gDf˜Øéˆÿÿ%`•Øéˆÿÿ€gDf˜Øéˆÿÿ%`•Øéˆÿÿ„gDf˜Øéˆÿÿ%`•ØéˆÿÿˆgDf˜Øéˆÿÿ%`•ØéˆÿÿŒgDf˜Øéˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•Øéˆÿÿ”gDf˜Øéˆÿÿ%`•Øéˆÿÿ˜gDf˜Øéˆÿÿ%`•ØéˆÿÿœgDf˜Øéˆÿÿ%`•Øéˆÿÿ gDf˜Øéˆÿÿ%`•Øéˆÿÿ¤gDf˜Øéˆÿÿ%`•Øéˆÿÿ¨gDf˜Øéˆÿÿ%`•Øéˆÿÿ¬gDf˜Øéˆÿÿ%`•Ðâˆÿÿ°gDf˜Ðâˆÿÿ%`•çˆÿÿ´gDf˜çˆÿÿ%`•çˆÿÿ¸gDf˜çˆÿÿ%`•Ðâˆÿÿ¼gDf˜Ðâˆÿÿ%`•ØéˆÿÿÀgDf˜Øéˆÿÿ%`•8äˆÿÿÄgDf˜8äˆÿÿ%`• åˆÿÿÈgDf˜ åˆÿÿ%`•îˆÿÿÌgDf˜îˆÿÿ%`•pèˆÿÿÐgDf˜pèˆÿÿ%`•¨ìˆÿÿÔgDf˜¨ìˆÿÿ%`•@ëˆÿÿØgDf˜@ëˆÿÿ%`•háˆÿÿÜgDf˜háˆÿÿ%`•àˆÿÿàgDf˜àˆÿÿ%`•àˆÿÿägDf˜àˆÿÿ%`•háˆÿÿègDf˜háˆÿÿ%`•@ëˆÿÿìgDf˜@ëˆÿÿ%`•¨ìˆÿÿðgDf˜¨ìˆÿÿ%`•pèˆÿÿôgDf˜pèˆÿÿ%`•îˆÿÿøgDf˜îˆÿÿ%`• åˆÿÿügDf˜ åˆÿÿ%`•8äˆÿÿgDf˜8äˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•ÐâˆÿÿgDf˜Ðâˆÿÿ%`•çˆÿÿ gDf˜çˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`• MˆÿÿgDf˜ Mˆÿÿ%`•h!MˆÿÿgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ gDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ$gDf˜8$Mˆÿÿ%`• %Mˆÿÿ(gDf˜ %Mˆÿÿ%`•'Mˆÿÿ,gDf˜'Mˆÿÿ%`•p(Mˆÿÿ0gDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ4gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ8gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ<gDf˜¨,Mˆÿÿ%`•.Mˆÿÿ@gDf˜.Mˆÿÿ%`•À­ˆÿÿDgDf˜À­ˆÿÿ%`•hÁ­ˆÿÿHgDf˜hÁ­ˆÿÿ%`•ЭˆÿÿLgDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿPgDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿTgDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿXgDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ\gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿ`gDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿdgDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿhgDf˜¨Ì­ˆÿÿ%`•έˆÿÿlgDf˜έˆÿÿ%`•>™ˆÿÿpgDf˜>™ˆÿÿ%`•¨<™ˆÿÿtgDf˜¨<™ˆÿÿ%`•'MˆÿÿxgDf˜'Mˆÿÿ%`• %Mˆÿÿ|gDf˜ %Mˆÿÿ%`•8$Mˆÿÿ€gDf˜8$Mˆÿÿ%`•Ð"Mˆÿÿ„gDf˜Ð"Mˆÿÿ%`•h!MˆÿÿˆgDf˜h!Mˆÿÿ%`• MˆÿÿŒgDf˜ Mˆÿÿ%`•°ˆÿÿgDf˜°ˆÿÿ%`•h±ˆÿÿ”gDf˜h±ˆÿÿ%`•вˆÿÿ˜gDf˜Ð²ˆÿÿ%`•8´ˆÿÿœgDf˜8´ˆÿÿ%`• µˆÿÿ gDf˜ µˆÿÿ%`•·ˆÿÿ¤gDf˜·ˆÿÿ%`•p¸ˆÿÿ¨gDf˜p¸ˆÿÿ%`•عˆÿÿ¬gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ°gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ´gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ¸gDf˜¾ˆÿÿ%`•À²ˆÿÿ¼gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿÀgDf˜hÁ²ˆÿÿ%`•вˆÿÿÄgDf˜Ð²ˆÿÿ%`•8IJˆÿÿÈgDf˜8IJˆÿÿ%`• Å²ˆÿÿÌgDf˜ Å²ˆÿÿ%`•DzˆÿÿÐgDf˜Dzˆÿÿ%`•pȲˆÿÿÔgDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿØgDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿÜgDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿàgDf˜¨Ì²ˆÿÿ%`•βˆÿÿägDf˜βˆÿÿ%`•ˆÿÿègDf˜ˆÿÿ%`•h‘ˆÿÿìgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿðgDf˜Ð’ˆÿÿ%`•8”ˆÿÿôgDf˜8”ˆÿÿ%`• •ˆÿÿøgDf˜ •ˆÿÿ%`•—ˆÿÿügDf˜—ˆÿÿ%`•p˜ˆÿÿgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿgDf˜žˆÿÿ%`•€6ˆÿÿgDf˜€6ˆÿÿ%`•h6ˆÿÿgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ gDf˜8„6ˆÿÿ%`• …6ˆÿÿ$gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ(gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ,gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ0gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ4gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ8gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ<gDf˜Ž6ˆÿÿ%`• -ˆÿÿ@gDf˜ -ˆÿÿ%`•h!-ˆÿÿDgDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿHgDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿLgDf˜8$-ˆÿÿ%`• %-ˆÿÿPgDf˜ %-ˆÿÿ%`•'-ˆÿÿTgDf˜'-ˆÿÿ%`•p(-ˆÿÿXgDf˜p(-ˆÿÿ%`•Ø)-ˆÿÿ\gDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ`gDf˜@+-ˆÿÿ%`•¨,-ˆÿÿdgDf˜¨,-ˆÿÿ%`•.-ˆÿÿhgDf˜.-ˆÿÿ%`•€½ˆÿÿlgDf˜€½ˆÿÿ%`•h½ˆÿÿpgDf˜h½ˆÿÿ%`•Ђ½ˆÿÿtgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿxgDf˜8„½ˆÿÿ%`• …½ˆÿÿ|gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ€gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ„gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿˆgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿŒgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ”gDf˜޽ˆÿÿ%`•¨<™ˆÿÿ˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿœgDf˜>™ˆÿÿ%`•·ˆÿÿ gDf˜·ˆÿÿ%`• µˆÿÿ¤gDf˜ µˆÿÿ%`•8´ˆÿÿ¨gDf˜8´ˆÿÿ%`•вˆÿÿ¬gDf˜Ð²ˆÿÿ%`•h±ˆÿÿ°gDf˜h±ˆÿÿ%`•°ˆÿÿ´gDf˜°ˆÿÿ%`•®ˆÿÿ¸gDf˜®ˆÿÿ%`•h‘®ˆÿÿ¼gDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿÀgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿÄgDf˜8”®ˆÿÿ%`• •®ˆÿÿÈgDf˜ •®ˆÿÿ%`•—®ˆÿÿÌgDf˜—®ˆÿÿ%`•p˜®ˆÿÿÐgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿÔgDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿØgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿÜgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿàgDf˜ž®ˆÿÿ%`• ÿˆÿÿègDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿìgDf˜h¡ÿˆÿÿ%`•ТÿˆÿÿðgDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿôgDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿøgDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿügDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿgDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿgDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ gDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿgDf˜®ÿˆÿÿ%`•p&ˆÿÿgDf˜p&ˆÿÿ%`•hq&ˆÿÿgDf˜hq&ˆÿÿ%`•Ðr&ˆÿÿgDf˜Ðr&ˆÿÿ%`•8t&ˆÿÿ gDf˜8t&ˆÿÿ%`• u&ˆÿÿ$gDf˜ u&ˆÿÿ%`•w&ˆÿÿ(gDf˜w&ˆÿÿ%`•px&ˆÿÿ,gDf˜px&ˆÿÿ%`•Øy&ˆÿÿ0gDf˜Øy&ˆÿÿ%`•@{&ˆÿÿ4gDf˜@{&ˆÿÿ%`•¨|&ˆÿÿ8gDf˜¨|&ˆÿÿ%`•~&ˆÿÿ<gDf˜~&ˆÿÿ%`•Ðè ˆÿÿ@gDf˜Ðè ˆÿÿ%`•hÑè ˆÿÿDgDf˜hÑè ˆÿÿ%`•ÐÒè ˆÿÿHgDf˜ÐÒè ˆÿÿ%`•8Ôè ˆÿÿLgDf˜8Ôè ˆÿÿ%`• Õè ˆÿÿPgDf˜ Õè ˆÿÿ%`•×è ˆÿÿTgDf˜×è ˆÿÿ%`•pØè ˆÿÿXgDf˜pØè ˆÿÿ%`•ØÙè ˆÿÿ\gDf˜ØÙè ˆÿÿ%`•@Ûè ˆÿÿ`gDf˜@Ûè ˆÿÿ%`•¨Üè ˆÿÿdgDf˜¨Üè ˆÿÿ%`•Þè ˆÿÿhgDf˜Þè ˆÿÿ%`•@‚ˆÿÿlgDf˜@‚ˆÿÿ%`•hA‚ˆÿÿpgDf˜hA‚ˆÿÿ%`•ÐB‚ˆÿÿtgDf˜ÐB‚ˆÿÿ%`•8D‚ˆÿÿxgDf˜8D‚ˆÿÿ%`• E‚ˆÿÿ|gDf˜ E‚ˆÿÿ%`•G‚ˆÿÿ€gDf˜G‚ˆÿÿ%`•pH‚ˆÿÿ„gDf˜pH‚ˆÿÿ%`•ØI‚ˆÿÿˆgDf˜ØI‚ˆÿÿ%`•@K‚ˆÿÿŒgDf˜@K‚ˆÿÿ%`•¨L‚ˆÿÿgDf˜¨L‚ˆÿÿ%`•N‚ˆÿÿ”gDf˜N‚ˆÿÿ%`•p¹ˆÿÿ˜gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿœgDf˜hq¹ˆÿÿ%`•8t¹ˆÿÿ gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ¤gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ¨gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ¬gDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ°gDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ´gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ¸gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ¼gDf˜~¹ˆÿÿ%`•¾ˆÿÿÀgDf˜¾ˆÿÿ%`•¨¼ˆÿÿÄgDf˜¨¼ˆÿÿ%`•@»ˆÿÿÈgDf˜@»ˆÿÿ%`•عˆÿÿÌgDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿÐgDf˜p¸ˆÿÿ%`•8„6ˆÿÿÔgDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿØgDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿÜgDf˜h6ˆÿÿ%`•€6ˆÿÿàgDf˜€6ˆÿÿ%`•pˆÿÿägDf˜pˆÿÿ%`•hqˆÿÿègDf˜hqˆÿÿ%`•ÐrˆÿÿìgDf˜Ðrˆÿÿ%`•8tˆÿÿðgDf˜8tˆÿÿ%`• uˆÿÿôgDf˜ uˆÿÿ%`•wˆÿÿøgDf˜wˆÿÿ%`•pxˆÿÿügDf˜pxˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•¨|ˆÿÿgDf˜¨|ˆÿÿ%`•~ˆÿÿ gDf˜~ˆÿÿ%`• MˆÿÿgDf˜ Mˆÿÿ%`•h!MˆÿÿgDf˜h!Mˆÿÿ%`•Ð"MˆÿÿgDf˜Ð"Mˆÿÿ%`•8$MˆÿÿgDf˜8$Mˆÿÿ%`• %Mˆÿÿ gDf˜ %Mˆÿÿ%`•'Mˆÿÿ$gDf˜'Mˆÿÿ%`•p(Mˆÿÿ(gDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ,gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ0gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ4gDf˜¨,Mˆÿÿ%`•.Mˆÿÿ8gDf˜.Mˆÿÿ%`• ,ˆÿÿ<gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ@gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿDgDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿHgDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿLgDf˜ ¥,ˆÿÿ%`•§,ˆÿÿPgDf˜§,ˆÿÿ%`•p¨,ˆÿÿTgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿXgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ\gDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ`gDf˜¨¬,ˆÿÿ%`•®,ˆÿÿdgDf˜®,ˆÿÿ%`•°ˆÿÿhgDf˜°ˆÿÿ%`•h±ˆÿÿlgDf˜h±ˆÿÿ%`•вˆÿÿpgDf˜Ð²ˆÿÿ%`•8´ˆÿÿtgDf˜8´ˆÿÿ%`• µˆÿÿxgDf˜ µˆÿÿ%`•·ˆÿÿ|gDf˜·ˆÿÿ%`•p¸ˆÿÿ€gDf˜p¸ˆÿÿ%`•عˆÿÿ„gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿˆgDf˜@»ˆÿÿ%`•¨¼ˆÿÿŒgDf˜¨¼ˆÿÿ%`•¾ˆÿÿgDf˜¾ˆÿÿ%`•Ð… ˆÿÿ”gDf˜Ð… ˆÿÿ%`•hÑ… ˆÿÿ˜gDf˜hÑ… ˆÿÿ%`•ÐÒ… ˆÿÿœgDf˜ÐÒ… ˆÿÿ%`•8Ô… ˆÿÿ gDf˜8Ô… ˆÿÿ%`• Õ… ˆÿÿ¤gDf˜ Õ… ˆÿÿ%`•×… ˆÿÿ¨gDf˜×… ˆÿÿ%`•pØ… ˆÿÿ¬gDf˜pØ… ˆÿÿ%`•ØÙ… ˆÿÿ°gDf˜ØÙ… ˆÿÿ%`•@Û… ˆÿÿ´gDf˜@Û… ˆÿÿ%`•¨Ü… ˆÿÿ¸gDf˜¨Ü… ˆÿÿ%`•Þ… ˆÿÿ¼gDf˜Þ… ˆÿÿ%`•Ž6ˆÿÿÀgDf˜Ž6ˆÿÿ%`•¨Œ6ˆÿÿÄgDf˜¨Œ6ˆÿÿ%`•@‹6ˆÿÿÈgDf˜@‹6ˆÿÿ%`•؉6ˆÿÿÌgDf˜Ø‰6ˆÿÿ%`•pˆ6ˆÿÿÐgDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿÔgDf˜‡6ˆÿÿ%`• …6ˆÿÿØgDf˜ …6ˆÿÿ%`•>™ˆÿÿÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿàgDf˜¨<™ˆÿÿ%`•°ˆÿÿägDf˜°ˆÿÿ%`•h±ˆÿÿègDf˜h±ˆÿÿ%`•вˆÿÿìgDf˜Ð²ˆÿÿ%`•8´ˆÿÿðgDf˜8´ˆÿÿ%`• µˆÿÿôgDf˜ µˆÿÿ%`•·ˆÿÿøgDf˜·ˆÿÿ%`•¨œ®ˆÿÿügDf˜¨œ®ˆÿÿ%`•@›®ˆÿÿgDf˜@›®ˆÿÿ%`•Ø™®ˆÿÿgDf˜Ø™®ˆÿÿ%`•p˜®ˆÿÿgDf˜p˜®ˆÿÿ%`•—®ˆÿÿ gDf˜—®ˆÿÿ%`• •®ˆÿÿgDf˜ •®ˆÿÿ%`•8”®ˆÿÿgDf˜8”®ˆÿÿ%`•Ð’®ˆÿÿgDf˜Ð’®ˆÿÿ%`•h‘®ˆÿÿgDf˜h‘®ˆÿÿ%`•®ˆÿÿ gDf˜®ˆÿÿ%`•ð ˆÿÿ$gDf˜ð ˆÿÿ%`•hñ ˆÿÿ(gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ,gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ0gDf˜8ô ˆÿÿ%`• õ ˆÿÿ4gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ8gDf˜÷ ˆÿÿ%`•pø ˆÿÿ<gDf˜pø ˆÿÿ%`•Øù ˆÿÿ@gDf˜Øù ˆÿÿ%`•@û ˆÿÿDgDf˜@û ˆÿÿ%`•¨ü ˆÿÿHgDf˜¨ü ˆÿÿ%`•þ ˆÿÿLgDf˜þ ˆÿÿ%`•@ ˆÿÿPgDf˜@ ˆÿÿ%`•hA ˆÿÿTgDf˜hA ˆÿÿ%`•ÐB ˆÿÿXgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ\gDf˜8D ˆÿÿ%`• E ˆÿÿ`gDf˜ E ˆÿÿ%`•G ˆÿÿdgDf˜G ˆÿÿ%`•pH ˆÿÿhgDf˜pH ˆÿÿ%`•ØI ˆÿÿlgDf˜ØI ˆÿÿ%`•@K ˆÿÿpgDf˜@K ˆÿÿ%`•¨L ˆÿÿtgDf˜¨L ˆÿÿ%`•N ˆÿÿxgDf˜N ˆÿÿ%`•ž®ˆÿÿ|gDf˜ž®ˆÿÿ%`•@Ûè ˆÿÿ€gDf˜@Ûè ˆÿÿ%`•ØÙè ˆÿÿ„gDf˜ØÙè ˆÿÿ%`•pØè ˆÿÿˆgDf˜pØè ˆÿÿ%`•×è ˆÿÿŒgDf˜×è ˆÿÿ%`• Õè ˆÿÿgDf˜ Õè ˆÿÿ%`•8Ôè ˆÿÿ”gDf˜8Ôè ˆÿÿ%`•ÐÒè ˆÿÿ˜gDf˜ÐÒè ˆÿÿ%`•hÑè ˆÿÿœgDf˜hÑè ˆÿÿ%`•Ðè ˆÿÿ gDf˜Ðè ˆÿÿ%`•*ˆÿÿ¤gDf˜*ˆÿÿ%`•h*ˆÿÿ¨gDf˜h*ˆÿÿ%`•Ð*ˆÿÿ¬gDf˜Ð*ˆÿÿ%`•8*ˆÿÿ°gDf˜8*ˆÿÿ%`• *ˆÿÿ´gDf˜ *ˆÿÿ%`•*ˆÿÿ¸gDf˜*ˆÿÿ%`•p*ˆÿÿ¼gDf˜p*ˆÿÿ%`•Ø*ˆÿÿÀgDf˜Ø*ˆÿÿ%`•@*ˆÿÿÄgDf˜@*ˆÿÿ%`•¨*ˆÿÿÈgDf˜¨*ˆÿÿ%`•*ˆÿÿÌgDf˜*ˆÿÿ%`•² ˆÿÿÐgDf˜² ˆÿÿ%`•h‘² ˆÿÿÔgDf˜h‘² ˆÿÿ%`•Ð’² ˆÿÿØgDf˜Ð’² ˆÿÿ%`•8”² ˆÿÿÜgDf˜8”² ˆÿÿ%`• •² ˆÿÿàgDf˜ •² ˆÿÿ%`•—² ˆÿÿägDf˜—² ˆÿÿ%`•p˜² ˆÿÿègDf˜p˜² ˆÿÿ%`•Ø™² ˆÿÿìgDf˜Ø™² ˆÿÿ%`•@›² ˆÿÿðgDf˜@›² ˆÿÿ%`•¨œ² ˆÿÿôgDf˜¨œ² ˆÿÿ%`•ž² ˆÿÿøgDf˜ž² ˆÿÿ%`•Þè ˆÿÿügDf˜Þè ˆÿÿ%`•¨Üè ˆÿÿgDf˜¨Üè ˆÿÿ%`•~¹ˆÿÿgDf˜~¹ˆÿÿ%`•¨|¹ˆÿÿgDf˜¨|¹ˆÿÿ%`•@{¹ˆÿÿ gDf˜@{¹ˆÿÿ%`•Øy¹ˆÿÿgDf˜Øy¹ˆÿÿ%`•px¹ˆÿÿgDf˜px¹ˆÿÿ%`•w¹ˆÿÿgDf˜w¹ˆÿÿ%`• u¹ˆÿÿgDf˜ u¹ˆÿÿ%`•8t¹ˆÿÿ gDf˜8t¹ˆÿÿ%`•hq¹ˆÿÿ$gDf˜hq¹ˆÿÿ%`•p¹ˆÿÿ(gDf˜p¹ˆÿÿ%`•p¸ˆÿÿ,gDf˜p¸ˆÿÿ%`•عˆÿÿ0gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ4gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ8gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ<gDf˜¾ˆÿÿ%`•€6ˆÿÿ@gDf˜€6ˆÿÿ%`•h6ˆÿÿDgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿHgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿLgDf˜8„6ˆÿÿ%`•°ÚˆÿÿPgDf˜°Úˆÿÿ%`•h±ÚˆÿÿTgDf˜h±Úˆÿÿ%`•вÚˆÿÿXgDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ\gDf˜8´Úˆÿÿ%`• •Žˆÿÿ`ˆgDf˜ •Žˆÿÿ%`•—ŽˆÿÿìügDf˜—Žˆÿÿ%`•p˜ŽˆÿÿèügDf˜p˜Žˆÿÿ%`•Ø™ŽˆÿÿägDf˜Ø™Žˆÿÿ%`•@›ŽˆÿÿðügDf˜@›Žˆÿÿ%`•¨œŽˆÿÿìügDf˜¨œŽˆÿÿ%`•žŽˆÿÿègDf˜žŽˆÿÿ%`•~ˆÿÿôhgDf˜~ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!\gDf˜'ˆÿÿ%`•h‘Žˆÿÿƒ(gDf˜h‘Žˆÿÿ%`•Ð’Žˆÿÿƒ4gDf˜Ð’Žˆÿÿ%`•ŽˆÿÿÑdgDf˜Žˆÿÿ%`•pˆÿÿätgDf˜pˆÿÿ%`•·ÚˆÿÿåxägDf˜·Úˆÿÿ%`• µÚˆÿÿè,ügDf˜ µÚˆÿÿ%`•p¸Úˆÿÿê(ügDf˜p¸Úˆÿÿ%`•عÚˆÿÿì$HgDf˜Ø¹Úˆÿÿ%`•8”ŽˆÿÿgDf˜8”Žˆÿÿ%`•@»Úˆÿÿ`ÈägDf˜@»Úˆÿÿ%`•¨¼Úˆÿÿd¤ügDf˜¨¼Úˆÿÿ%`•¾Úˆÿÿf ügDf˜¾Úˆÿÿ%`•wˆÿÿhœ(gDf˜wˆÿÿ%`•ÐrˆÿÿhÈàgDf˜Ðrˆÿÿ%`• uˆÿÿi¨ügDf˜ uˆÿÿ%`•8tˆÿÿk¤ügDf˜8tˆÿÿ%`•hqˆÿÿm €gDf˜hqˆÿÿ%`•8”Žˆÿÿ gDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!`gDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!dgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!hgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!lgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!pgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!tgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!xgDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!|gDf˜8”Žˆÿÿ%`•8”Žˆÿÿ!€gDf˜8”Žˆÿÿ%`•Žˆÿÿ!„gDf˜Žˆÿÿ%`•Ð’Žˆÿÿ!ˆgDf˜Ð’Žˆÿÿ%`•h‘Žˆÿÿ!ŒgDf˜h‘Žˆÿÿ%`•@›Žˆÿÿ!gDf˜@›Žˆÿÿ%`•@›Žˆÿÿ!”gDf˜@›Žˆÿÿ%`•h‘Žˆÿÿ!˜gDf˜h‘Žˆÿÿ%`•Ð’Žˆÿÿ!œgDf˜Ð’Žˆÿÿ%`•Žˆÿÿ! gDf˜Žˆÿÿ%`•8”Žˆÿÿ!¤gDf˜8”Žˆÿÿ%`•Ø™Žˆÿÿ!¨gDf˜Ø™Žˆÿÿ%`•¨œŽˆÿÿ!¬gDf˜¨œŽˆÿÿ%`•žŽˆÿÿ!°gDf˜žŽˆÿÿ%`•p˜Žˆÿÿ!´gDf˜p˜Žˆÿÿ%`•—Žˆÿÿ!¸gDf˜—Žˆÿÿ%`• •Žˆÿÿ!¼gDf˜ •Žˆÿÿ%`•>™ˆÿÿ!ÀgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!ÄgDf˜¨<™ˆÿÿ%`•pˆÿÿ!ÈgDf˜pˆÿÿ%`•pˆÿÿ!ÌgDf˜pˆÿÿ%`•hqˆÿÿ!ÐgDf˜hqˆÿÿ%`•Ðrˆÿÿ!ÔgDf˜Ðrˆÿÿ%`•8tˆÿÿ!ØgDf˜8tˆÿÿ%`• uˆÿÿ!ÜgDf˜ uˆÿÿ%`•wˆÿÿ!àgDf˜wˆÿÿ%`•pxˆÿÿ!ägDf˜pxˆÿÿ%`•Øyˆÿÿ!ègDf˜Øyˆÿÿ%`•@{ˆÿÿ!ìgDf˜@{ˆÿÿ%`•¨|ˆÿÿ!ðgDf˜¨|ˆÿÿ%`•~ˆÿÿ!ôgDf˜~ˆÿÿ%`•¨<™ˆÿÿ!øgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!ügDf˜>™ˆÿÿ%`• ˆÿÿ"gDf˜ ˆÿÿ%`•h!ˆÿÿ"gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ"gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ" gDf˜8$ˆÿÿ%`• %ˆÿÿ"gDf˜ %ˆÿÿ%`•'ˆÿÿ"gDf˜'ˆÿÿ%`•p(ˆÿÿ"gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ"gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ" gDf˜@+ˆÿÿ%`•¨,ˆÿÿ"$gDf˜¨,ˆÿÿ%`•.ˆÿÿ"(gDf˜.ˆÿÿ%`•€%ˆÿÿ",gDf˜€%ˆÿÿ%`•h%ˆÿÿ"0gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ"4gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ"8gDf˜8„%ˆÿÿ%`• …%ˆÿÿ"<gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ"@gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ"DgDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ"HgDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ"LgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ"PgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ"TgDf˜Ž%ˆÿÿ%`• ߈ÿÿ"XgDf˜ ߈ÿÿ%`•h!߈ÿÿ"\gDf˜h!߈ÿÿ%`•Ð"߈ÿÿ"`gDf˜Ð"߈ÿÿ%`•8$߈ÿÿ"dgDf˜8$߈ÿÿ%`• %߈ÿÿ"hgDf˜ %߈ÿÿ%`•'߈ÿÿ"lgDf˜'߈ÿÿ%`•p(߈ÿÿ"pgDf˜p(߈ÿÿ%`•Ø)߈ÿÿ"tgDf˜Ø)߈ÿÿ%`•@+߈ÿÿ"xgDf˜@+߈ÿÿ%`•¨,߈ÿÿ"|gDf˜¨,߈ÿÿ%`•.߈ÿÿ"€gDf˜.߈ÿÿ%`•>™ˆÿÿ"„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"ˆgDf˜¨<™ˆÿÿ%`•'ˆÿÿ"ŒgDf˜'ˆÿÿ%`• %ˆÿÿ"gDf˜ %ˆÿÿ%`•8$ˆÿÿ"”gDf˜8$ˆÿÿ%`•Ð"ˆÿÿ"˜gDf˜Ð"ˆÿÿ%`•h!ˆÿÿ"œgDf˜h!ˆÿÿ%`• ˆÿÿ" gDf˜ ˆÿÿ%`•9 ˆÿÿ"¤gDf˜9 ˆÿÿ%`•h9 ˆÿÿ"¨gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ"¬gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ"°gDf˜89 ˆÿÿ%`• 9 ˆÿÿ"´gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ"¸gDf˜9 ˆÿÿ%`•p9 ˆÿÿ"¼gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ"ÀgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ"ÄgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ"ÈgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ"ÌgDf˜9 ˆÿÿ%`•Žˆÿÿ"ÐgDf˜Žˆÿÿ%`•h‘Žˆÿÿ"ÔgDf˜h‘Žˆÿÿ%`•Ð’Žˆÿÿ"ØgDf˜Ð’Žˆÿÿ%`•8”Žˆÿÿ"ÜgDf˜8”Žˆÿÿ%`• •Žˆÿÿ"àgDf˜ •Žˆÿÿ%`•—Žˆÿÿ"ägDf˜—Žˆÿÿ%`•p˜Žˆÿÿ"ègDf˜p˜Žˆÿÿ%`•Ø™Žˆÿÿ"ìgDf˜Ø™Žˆÿÿ%`•@›Žˆÿÿ"ðgDf˜@›Žˆÿÿ%`•¨œŽˆÿÿ"ôgDf˜¨œŽˆÿÿ%`•žŽˆÿÿ"øgDf˜žŽˆÿÿ%`•pWˆÿÿ"ügDf˜pWˆÿÿ%`•hqWˆÿÿ#gDf˜hqWˆÿÿ%`•ÐrWˆÿÿ#gDf˜ÐrWˆÿÿ%`•8tWˆÿÿ#gDf˜8tWˆÿÿ%`• uWˆÿÿ# gDf˜ uWˆÿÿ%`•wWˆÿÿ#gDf˜wWˆÿÿ%`•pxWˆÿÿ#gDf˜pxWˆÿÿ%`•ØyWˆÿÿ#gDf˜ØyWˆÿÿ%`•@{Wˆÿÿ#gDf˜@{Wˆÿÿ%`•¨|Wˆÿÿ# gDf˜¨|Wˆÿÿ%`•~Wˆÿÿ#$gDf˜~Wˆÿÿ%`•€2ˆÿÿ#(gDf˜€2ˆÿÿ%`•h2ˆÿÿ#,gDf˜h2ˆÿÿ%`•Ђ2ˆÿÿ#0gDf˜Ð‚2ˆÿÿ%`•8„2ˆÿÿ#4gDf˜8„2ˆÿÿ%`• …2ˆÿÿ#8gDf˜ …2ˆÿÿ%`•‡2ˆÿÿ#<gDf˜‡2ˆÿÿ%`•pˆ2ˆÿÿ#@gDf˜pˆ2ˆÿÿ%`•؉2ˆÿÿ#DgDf˜Ø‰2ˆÿÿ%`•@‹2ˆÿÿ#HgDf˜@‹2ˆÿÿ%`•¨Œ2ˆÿÿ#LgDf˜¨Œ2ˆÿÿ%`•Ž2ˆÿÿ#PgDf˜Ž2ˆÿÿ%`•'ˆÿÿ#TgDf˜'ˆÿÿ%`•.ˆÿÿ#XgDf˜.ˆÿÿ%`•¨,ˆÿÿ#\gDf˜¨,ˆÿÿ%`•@+ˆÿÿ#`gDf˜@+ˆÿÿ%`•Ø)ˆÿÿ#dgDf˜Ø)ˆÿÿ%`•p(ˆÿÿ#hgDf˜p(ˆÿÿ%`•¨<™ˆÿÿ#lgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ#pgDf˜>™ˆÿÿ%`•Àoˆÿÿ#tgDf˜Àoˆÿÿ%`•hÁoˆÿÿ#xgDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ#|gDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ#€gDf˜8Äoˆÿÿ%`• Åoˆÿÿ#„gDf˜ Åoˆÿÿ%`•Çoˆÿÿ#ˆgDf˜Çoˆÿÿ%`•pÈoˆÿÿ#ŒgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ#gDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ#”gDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ#˜gDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ#œgDf˜Îoˆÿÿ%`•PWˆÿÿ# gDf˜PWˆÿÿ%`•hQWˆÿÿ#¤gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ#¨gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ#¬gDf˜8TWˆÿÿ%`• UWˆÿÿ#°gDf˜ UWˆÿÿ%`•WWˆÿÿ#´gDf˜WWˆÿÿ%`•pXWˆÿÿ#¸gDf˜pXWˆÿÿ%`•ØYWˆÿÿ#¼gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ#ÀgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ#ÄgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ#ÈgDf˜^Wˆÿÿ%`•pψÿÿ#ÌgDf˜pψÿÿ%`•hqψÿÿ#ÐgDf˜hqψÿÿ%`•Ðrψÿÿ#ÔgDf˜Ðrψÿÿ%`•8tψÿÿ#ØgDf˜8tψÿÿ%`• uψÿÿ#ÜgDf˜ uψÿÿ%`•wψÿÿ#àgDf˜wψÿÿ%`•pxψÿÿ#ägDf˜pxψÿÿ%`•Øyψÿÿ#ègDf˜Øyψÿÿ%`•@{ψÿÿ#ìgDf˜@{ψÿÿ%`•¨|ψÿÿ#ðgDf˜¨|ψÿÿ%`•~ψÿÿ#øgDf˜~ψÿÿ%`•€>ˆÿÿ#ügDf˜€>ˆÿÿ%`•h>ˆÿÿ$gDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ$gDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ$gDf˜8„>ˆÿÿ%`• …>ˆÿÿ$ gDf˜ …>ˆÿÿ%`•‡>ˆÿÿ$gDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ$gDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ$gDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ$gDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ$ gDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ$$gDf˜Ž>ˆÿÿ%`•ஈÿÿ$(gDf˜à®ˆÿÿ%`•hᮈÿÿ$,gDf˜hᮈÿÿ%`•Ð⮈ÿÿ$0gDf˜Ð⮈ÿÿ%`•8䮈ÿÿ$4gDf˜8䮈ÿÿ%`• å®ˆÿÿ$8gDf˜ å®ˆÿÿ%`•箈ÿÿ$<gDf˜ç®ˆÿÿ%`•p讈ÿÿ$@gDf˜p讈ÿÿ%`•Øé®ˆÿÿ$DgDf˜Øé®ˆÿÿ%`•@뮈ÿÿ$HgDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ$LgDf˜¨ì®ˆÿÿ%`•ÿÿ$PgDf˜î®ˆÿÿ%`•@(ˆÿÿ$TgDf˜@(ˆÿÿ%`•hA(ˆÿÿ$XgDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ$\gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ$`gDf˜8D(ˆÿÿ%`• E(ˆÿÿ$dgDf˜ E(ˆÿÿ%`•G(ˆÿÿ$hgDf˜G(ˆÿÿ%`•pH(ˆÿÿ$lgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿ$pgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿ$tgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿ$xgDf˜¨L(ˆÿÿ%`•N(ˆÿÿ$|gDf˜N(ˆÿÿ%`•pˆÿÿ$€gDf˜pˆÿÿ%`•hqˆÿÿ$„gDf˜hqˆÿÿ%`•Ðrˆÿÿ$ˆgDf˜Ðrˆÿÿ%`•8tˆÿÿ$ŒgDf˜8tˆÿÿ%`• uˆÿÿ$gDf˜ uˆÿÿ%`•wˆÿÿ$”gDf˜wˆÿÿ%`•pxˆÿÿ$˜gDf˜pxˆÿÿ%`•Øyˆÿÿ$œgDf˜Øyˆÿÿ%`•@{ˆÿÿ$ gDf˜@{ˆÿÿ%`•¨|ˆÿÿ$¤gDf˜¨|ˆÿÿ%`•~ˆÿÿ$¨gDf˜~ˆÿÿ%`•Àˆÿÿ$¬gDf˜Àˆÿÿ%`•hÁˆÿÿ$°gDf˜hÁˆÿÿ%`•Јÿÿ$´gDf˜Ðˆÿÿ%`•8Ĉÿÿ$¸gDf˜8Ĉÿÿ%`• Åˆÿÿ$¼gDf˜ Åˆÿÿ%`•Ljÿÿ$ÀgDf˜Çˆÿÿ%`•pȈÿÿ$ÄgDf˜pȈÿÿ%`•ØÉˆÿÿ$ÈgDf˜ØÉˆÿÿ%`•@ˈÿÿ$ÌgDf˜@ˈÿÿ%`•¨Ìˆÿÿ$ÐgDf˜¨Ìˆÿÿ%`•Έÿÿ$ÔgDf˜Îˆÿÿ%`• ˆÿÿ$ØgDf˜ ˆÿÿ%`•h!ˆÿÿ$ÜgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ$àgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ$ägDf˜8$ˆÿÿ%`• %ˆÿÿ$ègDf˜ %ˆÿÿ%`•€2ˆÿÿ$ìgDf˜€2ˆÿÿ%`•9 ˆÿÿ$ðgDf˜9 ˆÿÿ%`•h9 ˆÿÿ$ôgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ$øgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ$ügDf˜89 ˆÿÿ%`• 9 ˆÿÿ%gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ%gDf˜9 ˆÿÿ%`•p9 ˆÿÿ%gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ% gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ%gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ%gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ%gDf˜9 ˆÿÿ%`•Ðrˆÿÿ%gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ% gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ%$gDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ%(gDf˜8Ôrˆÿÿ%`• Õrˆÿÿ%,gDf˜ Õrˆÿÿ%`•×rˆÿÿ%0gDf˜×rˆÿÿ%`•pØrˆÿÿ%4gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ%8gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ%<gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ%@gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ%DgDf˜Þrˆÿÿ%`•°¾ ˆÿÿ%HgDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ%LgDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ%PgDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ%TgDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ%XgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ%\gDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ%`gDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ%dgDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ%hgDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ%lgDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ%pgDf˜¾¾ ˆÿÿ%`•Ž2ˆÿÿ%tgDf˜Ž2ˆÿÿ%`•¨Œ2ˆÿÿ%xgDf˜¨Œ2ˆÿÿ%`•@‹2ˆÿÿ%|gDf˜@‹2ˆÿÿ%`•؉2ˆÿÿ%€gDf˜Ø‰2ˆÿÿ%`•pˆ2ˆÿÿ%„gDf˜pˆ2ˆÿÿ%`•‡2ˆÿÿ%ˆgDf˜‡2ˆÿÿ%`• …2ˆÿÿ%ŒgDf˜ …2ˆÿÿ%`•8„2ˆÿÿ%gDf˜8„2ˆÿÿ%`•Ђ2ˆÿÿ%”gDf˜Ð‚2ˆÿÿ%`•h2ˆÿÿ%˜gDf˜h2ˆÿÿ%`•p(ˆÿÿ%œgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ% gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ%¤gDf˜@+ˆÿÿ%`•¨,ˆÿÿ%¨gDf˜¨,ˆÿÿ%`•.ˆÿÿ%¬gDf˜.ˆÿÿ%`•'ˆÿÿ%°gDf˜'ˆÿÿ%`•>™ˆÿÿ%´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%¸gDf˜¨<™ˆÿÿ%`•@[Wˆÿÿ%¼gDf˜@[Wˆÿÿ%`•ØYWˆÿÿ%ÀgDf˜ØYWˆÿÿ%`•pXWˆÿÿ%ÄgDf˜pXWˆÿÿ%`•WWˆÿÿ%ÈgDf˜WWˆÿÿ%`• UWˆÿÿ%ÌgDf˜ UWˆÿÿ%`•8TWˆÿÿ%ÐgDf˜8TWˆÿÿ%`•ÐRWˆÿÿ%ÔgDf˜ÐRWˆÿÿ%`•hQWˆÿÿ%ØgDf˜hQWˆÿÿ%`•PWˆÿÿ%ÜgDf˜PWˆÿÿ%`•€6ˆÿÿ%àgDf˜€6ˆÿÿ%`•h6ˆÿÿ%ägDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ%ègDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ%ìgDf˜8„6ˆÿÿ%`• …6ˆÿÿ%ðgDf˜ …6ˆÿÿ%`•‡6ˆÿÿ%ôgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ%øgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ%ügDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ&gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ&gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ&gDf˜Ž6ˆÿÿ%`• ˆÿÿ& gDf˜ ˆÿÿ%`•h ˆÿÿ&gDf˜h ˆÿÿ%`•Ð ˆÿÿ&gDf˜Ð ˆÿÿ%`•8 ˆÿÿ&gDf˜8 ˆÿÿ%`•  ˆÿÿ&gDf˜  ˆÿÿ%`• ˆÿÿ& gDf˜ ˆÿÿ%`•p ˆÿÿ&$gDf˜p ˆÿÿ%`•Ø  ˆÿÿ&(gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ&,gDf˜@  ˆÿÿ%`•¨  ˆÿÿ&0gDf˜¨  ˆÿÿ%`• ˆÿÿ&4gDf˜ ˆÿÿ%`•¨\Wˆÿÿ&8gDf˜¨\Wˆÿÿ%`•Uˆÿÿ&<gDf˜Uˆÿÿ%`•hUˆÿÿ&@gDf˜hUˆÿÿ%`•ÐUˆÿÿ&DgDf˜ÐUˆÿÿ%`•8Uˆÿÿ&HgDf˜8Uˆÿÿ%`• Uˆÿÿ&LgDf˜ Uˆÿÿ%`•Uˆÿÿ&PgDf˜Uˆÿÿ%`•pUˆÿÿ&TgDf˜pUˆÿÿ%`•Ø Uˆÿÿ&XgDf˜Ø Uˆÿÿ%`•@ Uˆÿÿ&\gDf˜@ Uˆÿÿ%`•¨ Uˆÿÿ&`gDf˜¨ Uˆÿÿ%`•Uˆÿÿ&dgDf˜Uˆÿÿ%`•^Wˆÿÿ&hgDf˜^Wˆÿÿ%`•Øé®ˆÿÿ&lgDf˜Øé®ˆÿÿ%`•p讈ÿÿ&pgDf˜p讈ÿÿ%`•箈ÿÿ&tgDf˜ç®ˆÿÿ%`• å®ˆÿÿ&xgDf˜ å®ˆÿÿ%`•8䮈ÿÿ&|gDf˜8䮈ÿÿ%`•Ð⮈ÿÿ&€gDf˜Ð⮈ÿÿ%`•hᮈÿÿ&„gDf˜hᮈÿÿ%`•ஈÿÿ&ˆgDf˜à®ˆÿÿ%`• Õˆÿÿ&ŒgDf˜ Õˆÿÿ%`•h!Õˆÿÿ&gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ&”gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ&˜gDf˜8$Õˆÿÿ%`• %Õˆÿÿ&œgDf˜ %Õˆÿÿ%`•'Õˆÿÿ& gDf˜'Õˆÿÿ%`•p(Õˆÿÿ&¤gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ&¨gDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ&¬gDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ&°gDf˜¨,Õˆÿÿ%`•.Õˆÿÿ&´gDf˜.Õˆÿÿ%`•«ˆÿÿ&¸gDf˜«ˆÿÿ%`•h«ˆÿÿ&¼gDf˜h«ˆÿÿ%`•Ыˆÿÿ&ÀgDf˜Ð«ˆÿÿ%`•8«ˆÿÿ&ÄgDf˜8«ˆÿÿ%`• «ˆÿÿ&ÈgDf˜ «ˆÿÿ%`•«ˆÿÿ&ÌgDf˜«ˆÿÿ%`•p«ˆÿÿ&ÐgDf˜p«ˆÿÿ%`•Ø«ˆÿÿ&ÔgDf˜Ø«ˆÿÿ%`•@«ˆÿÿ&ØgDf˜@«ˆÿÿ%`•¨«ˆÿÿ&ÜgDf˜¨«ˆÿÿ%`•«ˆÿÿ&àgDf˜«ˆÿÿ%`•ÿÿ&ägDf˜î®ˆÿÿ%`•¨ì®ˆÿÿ&ègDf˜¨ì®ˆÿÿ%`•@뮈ÿÿ&ìgDf˜@뮈ÿÿ%`•pȈÿÿ&ðgDf˜pȈÿÿ%`•Ljÿÿ&ôgDf˜Çˆÿÿ%`• Åˆÿÿ&øgDf˜ Åˆÿÿ%`•8Ĉÿÿ&ügDf˜8Ĉÿÿ%`•Јÿÿ'gDf˜Ðˆÿÿ%`•hÁˆÿÿ'gDf˜hÁˆÿÿ%`•Àˆÿÿ'gDf˜Àˆÿÿ%`•à#ˆÿÿ' gDf˜à#ˆÿÿ%`•há#ˆÿÿ'gDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ'gDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ'gDf˜8ä#ˆÿÿ%`• å#ˆÿÿ'gDf˜ å#ˆÿÿ%`•ç#ˆÿÿ' gDf˜ç#ˆÿÿ%`•pè#ˆÿÿ'$gDf˜pè#ˆÿÿ%`•Øé#ˆÿÿ'(gDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿ',gDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿ'0gDf˜¨ì#ˆÿÿ%`•î#ˆÿÿ'4gDf˜î#ˆÿÿ%`•Pˆÿÿ'8gDf˜Pˆÿÿ%`•hQˆÿÿ'<gDf˜hQˆÿÿ%`•ÐRˆÿÿ'@gDf˜ÐRˆÿÿ%`•ØY–ˆÿÿ'D´gDf˜ØY–ˆÿÿ%`•@[–ˆÿÿ'üügDf˜@[–ˆÿÿ%`•¨\–ˆÿÿ)øügDf˜¨\–ˆÿÿ%`•^–ˆÿÿ+ôgDf˜^–ˆÿÿ%`•Έÿÿ,ügDf˜Îˆÿÿ%`•¨Ìˆÿÿ-üügDf˜¨Ìˆÿÿ%`•@ˈÿÿ/øgDf˜@ˈÿÿ%`•ØÉˆÿÿ0<gDf˜ØÉˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØYˆÿÿƒ0gDf˜ØYˆÿÿ%`•@[ˆÿÿ gDf˜@[ˆÿÿ%`• UˆÿÿgDf˜ Uˆÿÿ%`•8TˆÿÿgDf˜8Tˆÿÿ%`•WˆÿÿhÄgDf˜Wˆÿÿ%`•pXˆÿÿn ˜gDf˜pXˆÿÿ%`•¨\ˆÿÿÜgDf˜¨\ˆÿÿ%`•^ˆÿÿ‘äügDf˜^ˆÿÿ%`•P–ˆÿÿ“àügDf˜P–ˆÿÿ%`•hQ–ˆÿÿ•ÜügDf˜hQ–ˆÿÿ%`•ÐR–ˆÿÿ—Ø,gDf˜ÐR–ˆÿÿ%`•W–ˆÿÿ™àgDf˜W–ˆÿÿ%`•8T–ˆÿÿ™èügDf˜8T–ˆÿÿ%`• U–ˆÿÿ›äügDf˜ U–ˆÿÿ%`•pX–ˆÿÿàgDf˜pX–ˆÿÿ%`•'ˆÿÿ1@gDf˜'ˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•hÁˆÿÿ1DgDf˜hÁˆÿÿ%`•ØÉˆÿÿ1HgDf˜ØÉˆÿÿ%`•Έÿÿ1LgDf˜Îˆÿÿ%`•¨Ìˆÿÿ1PgDf˜¨Ìˆÿÿ%`•8Ĉÿÿ1TgDf˜8Ĉÿÿ%`•Јÿÿ1XgDf˜Ðˆÿÿ%`•@ˈÿÿ1\gDf˜@ˈÿÿ%`•Àˆÿÿ1`gDf˜Àˆÿÿ%`• Åˆÿÿ1dgDf˜ Åˆÿÿ%`•Ljÿÿ1hgDf˜Çˆÿÿ%`•pȈÿÿ1lgDf˜pȈÿÿ%`•¨<™ˆÿÿ1pgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ1tgDf˜>™ˆÿÿ%`•°Kˆÿÿ1xgDf˜°Kˆÿÿ%`•h±Kˆÿÿ1|gDf˜h±Kˆÿÿ%`•вKˆÿÿ1€gDf˜Ð²Kˆÿÿ%`•8´Kˆÿÿ1„gDf˜8´Kˆÿÿ%`• µKˆÿÿ1ˆgDf˜ µKˆÿÿ%`•·Kˆÿÿ1ŒgDf˜·Kˆÿÿ%`•p¸Kˆÿÿ1gDf˜p¸Kˆÿÿ%`•عKˆÿÿ1”gDf˜Ø¹Kˆÿÿ%`•@»Kˆÿÿ1˜gDf˜@»Kˆÿÿ%`•¨¼Kˆÿÿ1œgDf˜¨¼Kˆÿÿ%`•¾Kˆÿÿ1 gDf˜¾Kˆÿÿ%`•`Dˆÿÿ1¤gDf˜`Dˆÿÿ%`•haDˆÿÿ1¨gDf˜haDˆÿÿ%`•ÐbDˆÿÿ1¬gDf˜ÐbDˆÿÿ%`•8dDˆÿÿ1°gDf˜8dDˆÿÿ%`• eDˆÿÿ1´gDf˜ eDˆÿÿ%`•gDˆÿÿ1¸gDf˜gDˆÿÿ%`•phDˆÿÿ1¼gDf˜phDˆÿÿ%`•ØiDˆÿÿ1ÀgDf˜ØiDˆÿÿ%`•@kDˆÿÿ1ÄgDf˜@kDˆÿÿ%`•¨lDˆÿÿ1ÈgDf˜¨lDˆÿÿ%`•nDˆÿÿ1ÌgDf˜nDˆÿÿ%`•Nˆÿÿ1ÐgDf˜Nˆÿÿ%`•hNˆÿÿ1ÔgDf˜hNˆÿÿ%`•ÐNˆÿÿ1ØgDf˜ÐNˆÿÿ%`•8Nˆÿÿ1ÜgDf˜8Nˆÿÿ%`• Nˆÿÿ1àgDf˜ Nˆÿÿ%`•Nˆÿÿ1ägDf˜Nˆÿÿ%`•pNˆÿÿ1ègDf˜pNˆÿÿ%`•Ø Nˆÿÿ1ìgDf˜Ø Nˆÿÿ%`•@ Nˆÿÿ1ðgDf˜@ Nˆÿÿ%`•¨ Nˆÿÿ1ôgDf˜¨ Nˆÿÿ%`•Nˆÿÿ1øgDf˜Nˆÿÿ%`•@­ˆÿÿ1ügDf˜@­ˆÿÿ%`•hA­ˆÿÿ2gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ2gDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ2gDf˜8D­ˆÿÿ%`• E­ˆÿÿ2 gDf˜ E­ˆÿÿ%`•G­ˆÿÿ2gDf˜G­ˆÿÿ%`•pH­ˆÿÿ2gDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ2gDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ2gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ2 gDf˜¨L­ˆÿÿ%`•N­ˆÿÿ2$gDf˜N­ˆÿÿ%`•€½ˆÿÿ2(gDf˜€½ˆÿÿ%`•h½ˆÿÿ2,gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ20gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ24gDf˜8„½ˆÿÿ%`• …½ˆÿÿ28gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ2<gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ2@gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ2DgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ2HgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ2LgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ2PgDf˜޽ˆÿÿ%`•àˆÿÿ2TgDf˜àˆÿÿ%`•háˆÿÿ2XgDf˜háˆÿÿ%`•Ðâˆÿÿ2\gDf˜Ðâˆÿÿ%`•8äˆÿÿ2`gDf˜8äˆÿÿ%`• åˆÿÿ2dgDf˜ åˆÿÿ%`•çˆÿÿ2hgDf˜çˆÿÿ%`•pèˆÿÿ2lgDf˜pèˆÿÿ%`•Øéˆÿÿ2pgDf˜Øéˆÿÿ%`•@ëˆÿÿ2tgDf˜@ëˆÿÿ%`•¨ìˆÿÿ2xgDf˜¨ìˆÿÿ%`•îˆÿÿ2|gDf˜îˆÿÿ%`•…ˆÿÿ2€gDf˜…ˆÿÿ%`•h‘…ˆÿÿ2„gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ2ˆgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ2ŒgDf˜8”…ˆÿÿ%`• •…ˆÿÿ2gDf˜ •…ˆÿÿ%`•—…ˆÿÿ2”gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ2˜gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ2œgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ2 gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ2¤gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ2¨gDf˜ž…ˆÿÿ%`•Àˆÿÿ2¬gDf˜Àˆÿÿ%`•hÁˆÿÿ2°gDf˜hÁˆÿÿ%`•Јÿÿ2´gDf˜Ðˆÿÿ%`•8Ĉÿÿ2¸gDf˜8Ĉÿÿ%`• Åˆÿÿ2¼gDf˜ Åˆÿÿ%`•Ljÿÿ2ÀgDf˜Çˆÿÿ%`•pȈÿÿ2ÄgDf˜pȈÿÿ%`•ØÉˆÿÿ2ÈgDf˜ØÉˆÿÿ%`•@ˈÿÿ2ÌgDf˜@ˈÿÿ%`•¨Ìˆÿÿ2ÐgDf˜¨Ìˆÿÿ%`•Έÿÿ2ÔgDf˜Îˆÿÿ%`•ðXˆÿÿ2ØgDf˜ðXˆÿÿ%`•hñXˆÿÿ2ÜgDf˜hñXˆÿÿ%`•ÐòXˆÿÿ2àgDf˜ÐòXˆÿÿ%`•8ôXˆÿÿ2ägDf˜8ôXˆÿÿ%`• õXˆÿÿ2ègDf˜ õXˆÿÿ%`•÷Xˆÿÿ2ìgDf˜÷Xˆÿÿ%`•pøXˆÿÿ2ðgDf˜pøXˆÿÿ%`•ØùXˆÿÿ2ôgDf˜ØùXˆÿÿ%`•@ûXˆÿÿ2øgDf˜@ûXˆÿÿ%`•¨üXˆÿÿ2ügDf˜¨üXˆÿÿ%`•þXˆÿÿ3gDf˜þXˆÿÿ%`•཈ÿÿ3gDf˜à½ˆÿÿ%`•hὈÿÿ3gDf˜hὈÿÿ%`•Ð⽈ÿÿ3 gDf˜Ð⽈ÿÿ%`•8佈ÿÿ3gDf˜8佈ÿÿ%`• å½ˆÿÿ3gDf˜ å½ˆÿÿ%`•罈ÿÿ3gDf˜ç½ˆÿÿ%`•p轈ÿÿ3gDf˜p轈ÿÿ%`•Øé½ˆÿÿ3 gDf˜Øé½ˆÿÿ%`•@뽈ÿÿ3$gDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ3(gDf˜¨ì½ˆÿÿ%`•ÿÿ3,gDf˜î½ˆÿÿ%`•€Eˆÿÿ30gDf˜€Eˆÿÿ%`•hEˆÿÿ34gDf˜hEˆÿÿ%`•ЂEˆÿÿ38gDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ3<gDf˜8„Eˆÿÿ%`• …Eˆÿÿ3@gDf˜ …Eˆÿÿ%`•‡Eˆÿÿ3DgDf˜‡Eˆÿÿ%`•pˆEˆÿÿ3HgDf˜pˆEˆÿÿ%`•؉Eˆÿÿ3LgDf˜Ø‰Eˆÿÿ%`•@‹Eˆÿÿ3PgDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿ3TgDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿ3XgDf˜ŽEˆÿÿ%`•àÔˆÿÿ3\gDf˜àÔˆÿÿ%`•háÔˆÿÿ3`gDf˜háÔˆÿÿ%`•ÐâÔˆÿÿ3dgDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿ3hgDf˜8äÔˆÿÿ%`• åÔˆÿÿ3lgDf˜ åÔˆÿÿ%`•çÔˆÿÿ3pgDf˜çÔˆÿÿ%`•pèÔˆÿÿ3tgDf˜pèÔˆÿÿ%`•ØéÔˆÿÿ3xgDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿ3|gDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ3€gDf˜¨ìÔˆÿÿ%`•îÔˆÿÿ3„gDf˜îÔˆÿÿ%`•€è ˆÿÿ3ˆgDf˜€è ˆÿÿ%`•hè ˆÿÿ3ŒgDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ3gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ3”gDf˜8„è ˆÿÿ%`• …è ˆÿÿ3˜gDf˜ …è ˆÿÿ%`•‡è ˆÿÿ3œgDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ3 gDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ3¤gDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ3¨gDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ3¬gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ3°gDf˜Žè ˆÿÿ%`•0ˆÿÿ3´gDf˜0ˆÿÿ%`•h1ˆÿÿ3¸gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ3¼gDf˜Ð2ˆÿÿ%`•84ˆÿÿ3ÀgDf˜84ˆÿÿ%`• 5ˆÿÿ3ÄgDf˜ 5ˆÿÿ%`•7ˆÿÿ3ÈgDf˜7ˆÿÿ%`•p8ˆÿÿ3ÌgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ3ÐgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ3ÔgDf˜@;ˆÿÿ%`•¨<ˆÿÿ3ØgDf˜¨<ˆÿÿ%`•>ˆÿÿ3ÜgDf˜>ˆÿÿ%`•>™ˆÿÿ3àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ3ägDf˜¨<™ˆÿÿ%`•ØiDˆÿÿ3ègDf˜ØiDˆÿÿ%`•phDˆÿÿ3ìgDf˜phDˆÿÿ%`•gDˆÿÿ3ðgDf˜gDˆÿÿ%`• eDˆÿÿ3ôgDf˜ eDˆÿÿ%`•8dDˆÿÿ3øgDf˜8dDˆÿÿ%`•ÐbDˆÿÿ3ügDf˜ÐbDˆÿÿ%`•haDˆÿÿ4gDf˜haDˆÿÿ%`•`Dˆÿÿ4gDf˜`Dˆÿÿ%`• µˆÿÿ4 gDf˜ µˆÿÿ%`•h!µˆÿÿ4gDf˜h!µˆÿÿ%`•Ð"µˆÿÿ4gDf˜Ð"µˆÿÿ%`•8$µˆÿÿ4gDf˜8$µˆÿÿ%`• %µˆÿÿ4gDf˜ %µˆÿÿ%`•'µˆÿÿ4 gDf˜'µˆÿÿ%`•p(µˆÿÿ4$gDf˜p(µˆÿÿ%`•Ø)µˆÿÿ4(gDf˜Ø)µˆÿÿ%`•@+µˆÿÿ4,gDf˜@+µˆÿÿ%`•¨,µˆÿÿ40gDf˜¨,µˆÿÿ%`•.µˆÿÿ44gDf˜.µˆÿÿ%`• wˆÿÿ48gDf˜ wˆÿÿ%`•h!wˆÿÿ4<gDf˜h!wˆÿÿ%`•Ð"wˆÿÿ4@gDf˜Ð"wˆÿÿ%`•8$wˆÿÿ4DgDf˜8$wˆÿÿ%`• %wˆÿÿ4HgDf˜ %wˆÿÿ%`•'wˆÿÿ4LgDf˜'wˆÿÿ%`•p(wˆÿÿ4PgDf˜p(wˆÿÿ%`•Ø)wˆÿÿ4TgDf˜Ø)wˆÿÿ%`•@+wˆÿÿ4XgDf˜@+wˆÿÿ%`•¨,wˆÿÿ4\gDf˜¨,wˆÿÿ%`•.wˆÿÿ4`gDf˜.wˆÿÿ%`•nDˆÿÿ4dgDf˜nDˆÿÿ%`•¨lDˆÿÿ4hgDf˜¨lDˆÿÿ%`•@kDˆÿÿ4lgDf˜@kDˆÿÿ%`•pˆ½ˆÿÿ4pgDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ4tgDf˜‡½ˆÿÿ%`• …½ˆÿÿ4xgDf˜ …½ˆÿÿ%`•8„½ˆÿÿ4|gDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿ4€gDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿ4„gDf˜h½ˆÿÿ%`•€½ˆÿÿ4ˆgDf˜€½ˆÿÿ%`•вˆÿÿ4ŒgDf˜Ð²ˆÿÿ%`•hѲˆÿÿ4gDf˜hѲˆÿÿ%`•ÐÒ²ˆÿÿ4”gDf˜ÐÒ²ˆÿÿ%`•8Ô²ˆÿÿ4˜gDf˜8Ô²ˆÿÿ%`• Õ²ˆÿÿ4œgDf˜ Õ²ˆÿÿ%`•ײˆÿÿ4 gDf˜ײˆÿÿ%`•pزˆÿÿ4¤gDf˜pزˆÿÿ%`•ØÙ²ˆÿÿ4¨gDf˜ØÙ²ˆÿÿ%`•@Û²ˆÿÿ4¬gDf˜@Û²ˆÿÿ%`•¨Ü²ˆÿÿ4°gDf˜¨Ü²ˆÿÿ%`•Þ²ˆÿÿ4´gDf˜Þ²ˆÿÿ%`•Ð1ˆÿÿ4¸gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ4¼gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ4ÀgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ4ÄgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ4ÈgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ4ÌgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ4ÐgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ4ÔgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ4ØgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ4ÜgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ4àgDf˜Þ1ˆÿÿ%`•޽ˆÿÿ4ägDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ4ègDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ4ìgDf˜@‹½ˆÿÿ%`•؉½ˆÿÿ4ðgDf˜Ø‰½ˆÿÿ%`•Ljÿÿ4ôgDf˜Çˆÿÿ%`• Åˆÿÿ4øgDf˜ Åˆÿÿ%`•8Ĉÿÿ4ügDf˜8Ĉÿÿ%`•Јÿÿ5gDf˜Ðˆÿÿ%`•hÁˆÿÿ5gDf˜hÁˆÿÿ%`•Àˆÿÿ5gDf˜Àˆÿÿ%`•…ˆÿÿ5 gDf˜…ˆÿÿ%`•h‘…ˆÿÿ5gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ5gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ5gDf˜8”…ˆÿÿ%`• •…ˆÿÿ5gDf˜ •…ˆÿÿ%`•—…ˆÿÿ5 gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ5$gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ5(gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ5,gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ50gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ54gDf˜ž…ˆÿÿ%`•pˆÿÿ58gDf˜pˆÿÿ%`•hqˆÿÿ5<gDf˜hqˆÿÿ%`•Ðrˆÿÿ5@gDf˜Ðrˆÿÿ%`•8tˆÿÿ5DgDf˜8tˆÿÿ%`• uˆÿÿ5HgDf˜ uˆÿÿ%`•wˆÿÿ5LgDf˜wˆÿÿ%`•pxˆÿÿ5PgDf˜pxˆÿÿ%`•Øyˆÿÿ5TgDf˜Øyˆÿÿ%`•@{ˆÿÿ5XgDf˜@{ˆÿÿ%`•¨|ˆÿÿ5\gDf˜¨|ˆÿÿ%`•~ˆÿÿ5`gDf˜~ˆÿÿ%`•Έÿÿ5dgDf˜Îˆÿÿ%`•¨Ìˆÿÿ5hgDf˜¨Ìˆÿÿ%`•@ˈÿÿ5lgDf˜@ˈÿÿ%`•ØÉˆÿÿ5pgDf˜ØÉˆÿÿ%`•pȈÿÿ5tgDf˜pȈÿÿ%`• …Eˆÿÿ5xgDf˜ …Eˆÿÿ%`•8„Eˆÿÿ5|gDf˜8„Eˆÿÿ%`•ЂEˆÿÿ5€gDf˜Ð‚Eˆÿÿ%`•hEˆÿÿ5„gDf˜hEˆÿÿ%`•€Eˆÿÿ5ˆgDf˜€Eˆÿÿ%`•àˆÿÿ5ŒgDf˜àˆÿÿ%`•háˆÿÿ5gDf˜háˆÿÿ%`•Ðâˆÿÿ5”gDf˜Ðâˆÿÿ%`•8äˆÿÿ5˜gDf˜8äˆÿÿ%`• åˆÿÿ5œgDf˜ åˆÿÿ%`•çˆÿÿ5 gDf˜çˆÿÿ%`•pèˆÿÿ5¤gDf˜pèˆÿÿ%`•Øéˆÿÿ5¨gDf˜Øéˆÿÿ%`•@ëˆÿÿ5¬gDf˜@ëˆÿÿ%`•¨ìˆÿÿ5°gDf˜¨ìˆÿÿ%`•îˆÿÿ5´gDf˜îˆÿÿ%`•lˆÿÿ5¸gDf˜lˆÿÿ%`•hlˆÿÿ5¼gDf˜hlˆÿÿ%`•Ðlˆÿÿ5ÀgDf˜Ðlˆÿÿ%`•8lˆÿÿ5ÄgDf˜8lˆÿÿ%`• lˆÿÿ5ÈgDf˜ lˆÿÿ%`•lˆÿÿ5ÌgDf˜lˆÿÿ%`•plˆÿÿ5ÐgDf˜plˆÿÿ%`•Ø lˆÿÿ5ÔgDf˜Ø lˆÿÿ%`•@ lˆÿÿ5ØgDf˜@ lˆÿÿ%`•¨ lˆÿÿ5ÜgDf˜¨ lˆÿÿ%`•lˆÿÿ5àgDf˜lˆÿÿ%`•ŽEˆÿÿ5ägDf˜ŽEˆÿÿ%`•¨ŒEˆÿÿ5ègDf˜¨ŒEˆÿÿ%`•@‹Eˆÿÿ5ìgDf˜@‹Eˆÿÿ%`•؉Eˆÿÿ5ðgDf˜Ø‰Eˆÿÿ%`•pˆEˆÿÿ5ôgDf˜pˆEˆÿÿ%`•‡Eˆÿÿ5øgDf˜‡Eˆÿÿ%`•84ˆÿÿ5ügDf˜84ˆÿÿ%`•Ð2ˆÿÿ6gDf˜Ð2ˆÿÿ%`•h1ˆÿÿ6gDf˜h1ˆÿÿ%`•0ˆÿÿ6gDf˜0ˆÿÿ%`•Àˆÿÿ6 gDf˜Àˆÿÿ%`•hÁˆÿÿ6gDf˜hÁˆÿÿ%`•Јÿÿ6gDf˜Ðˆÿÿ%`•8Ĉÿÿ6gDf˜8Ĉÿÿ%`• Åˆÿÿ6gDf˜ Åˆÿÿ%`•Ljÿÿ6 gDf˜Çˆÿÿ%`•pȈÿÿ6$gDf˜pȈÿÿ%`•ØÉˆÿÿ6(gDf˜ØÉˆÿÿ%`•@ˈÿÿ6,gDf˜@ˈÿÿ%`•¨Ìˆÿÿ60gDf˜¨Ìˆÿÿ%`•Έÿÿ64gDf˜Îˆÿÿ%`•€è ˆÿÿ68gDf˜€è ˆÿÿ%`•hè ˆÿÿ6<gDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ6@gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ6DgDf˜8„è ˆÿÿ%`• …è ˆÿÿ6HgDf˜ …è ˆÿÿ%`•‡è ˆÿÿ6LgDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ6PgDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ6TgDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ6XgDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ6\gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ6`gDf˜Žè ˆÿÿ%`•>ˆÿÿ6dgDf˜>ˆÿÿ%`•¨<ˆÿÿ6hgDf˜¨<ˆÿÿ%`•@;ˆÿÿ6lgDf˜@;ˆÿÿ%`•Ø9ˆÿÿ6pgDf˜Ø9ˆÿÿ%`•p8ˆÿÿ6tgDf˜p8ˆÿÿ%`•7ˆÿÿ6xgDf˜7ˆÿÿ%`• 5ˆÿÿ6|gDf˜ 5ˆÿÿ%`•¨<™ˆÿÿ6€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6„gDf˜>™ˆÿÿ%`•`Dˆÿÿ6ˆgDf˜`Dˆÿÿ%`•haDˆÿÿ6ŒgDf˜haDˆÿÿ%`•ÐbDˆÿÿ6gDf˜ÐbDˆÿÿ%`•8dDˆÿÿ6”gDf˜8dDˆÿÿ%`• eDˆÿÿ6˜gDf˜ eDˆÿÿ%`•gDˆÿÿ6œgDf˜gDˆÿÿ%`•phDˆÿÿ6 gDf˜phDˆÿÿ%`•ØiDˆÿÿ6¤gDf˜ØiDˆÿÿ%`•8$wˆÿÿ6¨gDf˜8$wˆÿÿ%`•Ð"wˆÿÿ6¬gDf˜Ð"wˆÿÿ%`•h!wˆÿÿ6°gDf˜h!wˆÿÿ%`• wˆÿÿ6´gDf˜ wˆÿÿ%`• Pˆÿÿ6¸gDf˜ Pˆÿÿ%`•h!Pˆÿÿ6¼gDf˜h!Pˆÿÿ%`•Ð"Pˆÿÿ6ÀgDf˜Ð"Pˆÿÿ%`•8$Pˆÿÿ6ÄgDf˜8$Pˆÿÿ%`• %Pˆÿÿ6ÈgDf˜ %Pˆÿÿ%`•'Pˆÿÿ6ÌgDf˜'Pˆÿÿ%`•p(Pˆÿÿ6ÐgDf˜p(Pˆÿÿ%`•Ø)Pˆÿÿ6ÔgDf˜Ø)Pˆÿÿ%`•@+Pˆÿÿ6ØgDf˜@+Pˆÿÿ%`•¨,Pˆÿÿ6ÜgDf˜¨,Pˆÿÿ%`•.Pˆÿÿ6àgDf˜.Pˆÿÿ%`•.wˆÿÿ6ägDf˜.wˆÿÿ%`•¨,wˆÿÿ6ègDf˜¨,wˆÿÿ%`•@+wˆÿÿ6ìgDf˜@+wˆÿÿ%`•Ø)wˆÿÿ6ðgDf˜Ø)wˆÿÿ%`•p(wˆÿÿ6ôgDf˜p(wˆÿÿ%`•'wˆÿÿ6øgDf˜'wˆÿÿ%`• %wˆÿÿ6ügDf˜ %wˆÿÿ%`•@kDˆÿÿ7gDf˜@kDˆÿÿ%`•¨lDˆÿÿ7gDf˜¨lDˆÿÿ%`•nDˆÿÿ7gDf˜nDˆÿÿ%`•€½ˆÿÿ7 gDf˜€½ˆÿÿ%`•h½ˆÿÿ7gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ7gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ7gDf˜8„½ˆÿÿ%`• …½ˆÿÿ7gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ7 gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ7$gDf˜pˆ½ˆÿÿ%`•8Ô1ˆÿÿ7(gDf˜8Ô1ˆÿÿ%`•ÐÒ1ˆÿÿ7,gDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿ70gDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿ74gDf˜Ð1ˆÿÿ%`•@­ˆÿÿ78gDf˜@­ˆÿÿ%`•hA­ˆÿÿ7<gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ7@gDf˜ÐB­ˆÿÿ%`•@Û1ˆÿÿ7DÄgDf˜@Û1ˆÿÿ%`•ØÙ1ˆÿÿ8 ügDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿ:ügDf˜pØ1ˆÿÿ%`•×1ˆÿÿ<gDf˜×1ˆÿÿ%`• Õ1ˆÿÿ<ügDf˜ Õ1ˆÿÿ%`•؉½ˆÿÿ> ügDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ@gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ@gDf˜¨Œ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8D­ˆÿÿ™gDf˜8D­ˆÿÿ%`• E­ˆÿÿðügDf˜ E­ˆÿÿ%`•G­ˆÿÿŸìôgDf˜G­ˆÿÿ%`•pH­ˆÿÿ¡àügDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ£ÜügDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ¥ØügDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ§Ô gDf˜¨L­ˆÿÿ%`•¨Ü1ˆÿÿ¨øàgDf˜¨Ü1ˆÿÿ%`•N­ˆÿÿ©ØügDf˜N­ˆÿÿ%`•Þ1ˆÿÿ«Ô¬gDf˜Þ1ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•@‹½ˆÿÿ gDf˜@‹½ˆÿÿ%`•@‹½ˆÿÿA gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿA$gDf˜¨Œ½ˆÿÿ%`• …½ˆÿÿA(gDf˜ …½ˆÿÿ%`•pˆ½ˆÿÿA,gDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿA0gDf˜‡½ˆÿÿ%`•؉½ˆÿÿA4gDf˜Ø‰½ˆÿÿ%`•8„½ˆÿÿA8gDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿA<gDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿA@gDf˜h½ˆÿÿ%`•€½ˆÿÿADgDf˜€½ˆÿÿ%`•޽ˆÿÿAHgDf˜޽ˆÿÿ%`•>™ˆÿÿALgDf˜>™ˆÿÿ%`•¨<™ˆÿÿAPgDf˜¨<™ˆÿÿ%`•Ð1ˆÿÿATgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿAXgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿA\gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿA`gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿAdgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿAhgDf˜×1ˆÿÿ%`•pØ1ˆÿÿAlgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿApgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿAtgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿAxgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿA|gDf˜Þ1ˆÿÿ%`•@ˆÿÿA€gDf˜@ˆÿÿ%`•hAˆÿÿA„gDf˜hAˆÿÿ%`•ÐBˆÿÿAˆgDf˜ÐBˆÿÿ%`•8DˆÿÿAŒgDf˜8Dˆÿÿ%`• EˆÿÿAgDf˜ Eˆÿÿ%`•GˆÿÿA”gDf˜Gˆÿÿ%`•pHˆÿÿA˜gDf˜pHˆÿÿ%`•ØIˆÿÿAœgDf˜ØIˆÿÿ%`•@KˆÿÿA gDf˜@Kˆÿÿ%`•¨LˆÿÿA¤gDf˜¨Lˆÿÿ%`•NˆÿÿA¨gDf˜Nˆÿÿ%`•ðXˆÿÿA¬gDf˜ðXˆÿÿ%`•hñXˆÿÿA°gDf˜hñXˆÿÿ%`•ÐòXˆÿÿA´gDf˜ÐòXˆÿÿ%`•8ôXˆÿÿA¸gDf˜8ôXˆÿÿ%`• õXˆÿÿA¼gDf˜ õXˆÿÿ%`•÷XˆÿÿAÀgDf˜÷Xˆÿÿ%`•pøXˆÿÿAÄgDf˜pøXˆÿÿ%`•ØùXˆÿÿAÈgDf˜ØùXˆÿÿ%`•@ûXˆÿÿAÌgDf˜@ûXˆÿÿ%`•¨üXˆÿÿAÐgDf˜¨üXˆÿÿ%`•þXˆÿÿAÔgDf˜þXˆÿÿ%`•@9ˆÿÿAØgDf˜@9ˆÿÿ%`•hA9ˆÿÿAÜgDf˜hA9ˆÿÿ%`•ÐB9ˆÿÿAàgDf˜ÐB9ˆÿÿ%`•8D9ˆÿÿAägDf˜8D9ˆÿÿ%`• E9ˆÿÿAègDf˜ E9ˆÿÿ%`•G9ˆÿÿAìgDf˜G9ˆÿÿ%`•pH9ˆÿÿAðgDf˜pH9ˆÿÿ%`•ØI9ˆÿÿAôgDf˜ØI9ˆÿÿ%`•@K9ˆÿÿAøgDf˜@K9ˆÿÿ%`•¨L9ˆÿÿAügDf˜¨L9ˆÿÿ%`•N9ˆÿÿBgDf˜N9ˆÿÿ%`•@¡ˆÿÿBgDf˜@¡ˆÿÿ%`•hA¡ˆÿÿBgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿB gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿBgDf˜8D¡ˆÿÿ%`• E¡ˆÿÿBgDf˜ E¡ˆÿÿ%`•G¡ˆÿÿBgDf˜G¡ˆÿÿ%`•pH¡ˆÿÿBgDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿB gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿB$gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿB(gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿB,gDf˜N¡ˆÿÿ%`•:ˆÿÿB0gDf˜:ˆÿÿ%`•h:ˆÿÿB4gDf˜h:ˆÿÿ%`•Ð:ˆÿÿB8gDf˜Ð:ˆÿÿ%`•8:ˆÿÿB<gDf˜8:ˆÿÿ%`• :ˆÿÿB@gDf˜ :ˆÿÿ%`•:ˆÿÿBDgDf˜:ˆÿÿ%`•p:ˆÿÿBHgDf˜p:ˆÿÿ%`•Ø:ˆÿÿBLgDf˜Ø:ˆÿÿ%`•@:ˆÿÿBPgDf˜@:ˆÿÿ%`•¨:ˆÿÿBTgDf˜¨:ˆÿÿ%`•:ˆÿÿBXgDf˜:ˆÿÿ%`•0  ˆÿÿB\gDf˜0  ˆÿÿ%`•h1  ˆÿÿB`gDf˜h1  ˆÿÿ%`•Ð2  ˆÿÿBdgDf˜Ð2  ˆÿÿ%`•84  ˆÿÿBhgDf˜84  ˆÿÿ%`• 5  ˆÿÿBlgDf˜ 5  ˆÿÿ%`•7  ˆÿÿBpgDf˜7  ˆÿÿ%`•p8  ˆÿÿBtgDf˜p8  ˆÿÿ%`•Ø9  ˆÿÿBxgDf˜Ø9  ˆÿÿ%`•@;  ˆÿÿB|gDf˜@;  ˆÿÿ%`•¨<  ˆÿÿB€gDf˜¨<  ˆÿÿ%`•>  ˆÿÿB„gDf˜>  ˆÿÿ%`•݈ÿÿBˆgDf˜Ýˆÿÿ%`•h݈ÿÿBŒgDf˜h݈ÿÿ%`•Ð݈ÿÿBgDf˜Ð݈ÿÿ%`•8݈ÿÿB”gDf˜8݈ÿÿ%`• ÝˆÿÿB˜gDf˜ Ýˆÿÿ%`•݈ÿÿBœgDf˜Ýˆÿÿ%`•p݈ÿÿB gDf˜p݈ÿÿ%`•ØÝˆÿÿB¤gDf˜ØÝˆÿÿ%`•@݈ÿÿB¨gDf˜@݈ÿÿ%`•¨ÝˆÿÿB¬gDf˜¨Ýˆÿÿ%`•݈ÿÿB°gDf˜Ýˆÿÿ%`•pˆÿÿB´gDf˜pˆÿÿ%`•hqˆÿÿB¸gDf˜hqˆÿÿ%`•ÐrˆÿÿB¼gDf˜Ðrˆÿÿ%`•8tˆÿÿBÀgDf˜8tˆÿÿ%`• uˆÿÿBÄgDf˜ uˆÿÿ%`•wˆÿÿBÈgDf˜wˆÿÿ%`•pxˆÿÿBÌgDf˜pxˆÿÿ%`•ØyˆÿÿBÐgDf˜Øyˆÿÿ%`•@{ˆÿÿBÔgDf˜@{ˆÿÿ%`•¨|ˆÿÿBØgDf˜¨|ˆÿÿ%`•~ˆÿÿBÜgDf˜~ˆÿÿ%`•­ˆÿÿBàgDf˜­ˆÿÿ%`•h­ˆÿÿBägDf˜h­ˆÿÿ%`•ЭˆÿÿBègDf˜Ð­ˆÿÿ%`•8­ˆÿÿBìgDf˜8­ˆÿÿ%`• ­ˆÿÿBðgDf˜ ­ˆÿÿ%`•­ˆÿÿBôgDf˜­ˆÿÿ%`•p­ˆÿÿBøgDf˜p­ˆÿÿ%`•Ø­ˆÿÿBügDf˜Ø­ˆÿÿ%`•@­ˆÿÿCgDf˜@­ˆÿÿ%`•¨­ˆÿÿCgDf˜¨­ˆÿÿ%`•­ˆÿÿCgDf˜­ˆÿÿ%`•P³ ˆÿÿC gDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿCgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿCgDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿCgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿCgDf˜ U³ ˆÿÿ%`•W³ ˆÿÿC gDf˜W³ ˆÿÿ%`•pX³ ˆÿÿC$gDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿC(gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿC,gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿC0gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿC4gDf˜^³ ˆÿÿ%`•A ˆÿÿC8gDf˜A ˆÿÿ%`•hA ˆÿÿC<gDf˜hA ˆÿÿ%`•ÐA ˆÿÿC@gDf˜ÐA ˆÿÿ%`•8A ˆÿÿCDgDf˜8A ˆÿÿ%`• A ˆÿÿCHgDf˜ A ˆÿÿ%`•A ˆÿÿCLgDf˜A ˆÿÿ%`•pA ˆÿÿCPgDf˜pA ˆÿÿ%`•Ø A ˆÿÿCTgDf˜Ø A ˆÿÿ%`•@ A ˆÿÿCXgDf˜@ A ˆÿÿ%`•¨ A ˆÿÿC\gDf˜¨ A ˆÿÿ%`•A ˆÿÿC`gDf˜A ˆÿÿ%`•@­ˆÿÿCdgDf˜@­ˆÿÿ%`•hA­ˆÿÿChgDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿClgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿCpgDf˜8D­ˆÿÿ%`• E­ˆÿÿCtgDf˜ E­ˆÿÿ%`•G­ˆÿÿCxgDf˜G­ˆÿÿ%`•pH­ˆÿÿC|gDf˜pH­ˆÿÿ%`•ØI­ˆÿÿC€gDf˜ØI­ˆÿÿ%`•@K­ˆÿÿC„gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿCˆgDf˜¨L­ˆÿÿ%`•N­ˆÿÿCŒgDf˜N­ˆÿÿ%`•PÖ ˆÿÿCgDf˜PÖ ˆÿÿ%`•hQÖ ˆÿÿC”gDf˜hQÖ ˆÿÿ%`•ÐRÖ ˆÿÿC˜gDf˜ÐRÖ ˆÿÿ%`•8TÖ ˆÿÿCœgDf˜8TÖ ˆÿÿ%`• UÖ ˆÿÿC gDf˜ UÖ ˆÿÿ%`•WÖ ˆÿÿC¤gDf˜WÖ ˆÿÿ%`•pXÖ ˆÿÿC¨gDf˜pXÖ ˆÿÿ%`•ØYÖ ˆÿÿC¬gDf˜ØYÖ ˆÿÿ%`•@[Ö ˆÿÿC°gDf˜@[Ö ˆÿÿ%`•¨\Ö ˆÿÿC´gDf˜¨\Ö ˆÿÿ%`•^Ö ˆÿÿC¸gDf˜^Ö ˆÿÿ%`•¨<™ˆÿÿC¼gDf˜¨<™ˆÿÿ%`•>™ˆÿÿCÀgDf˜>™ˆÿÿ%`•ØIˆÿÿCÄgDf˜ØIˆÿÿ%`•pHˆÿÿCÈgDf˜pHˆÿÿ%`•GˆÿÿCÌgDf˜Gˆÿÿ%`• EˆÿÿCÐgDf˜ Eˆÿÿ%`•8DˆÿÿCÔgDf˜8Dˆÿÿ%`•ÐBˆÿÿCØgDf˜ÐBˆÿÿ%`•hAˆÿÿCÜgDf˜hAˆÿÿ%`•@ˆÿÿCàgDf˜@ˆÿÿ%`•½ˆÿÿ¤gDf˜½ˆÿÿ%`•h½ˆÿÿ¨gDf˜h½ˆÿÿ%`•нˆÿÿ¬gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ°gDf˜8½ˆÿÿ%`• ½ˆÿÿ´gDf˜ ½ˆÿÿ%`•½ˆÿÿ¸gDf˜½ˆÿÿ%`•p½ˆÿÿ¼gDf˜p½ˆÿÿ%`•Ø ½ˆÿÿÀgDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿÄgDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿÈgDf˜¨ ½ˆÿÿ%`•½ˆÿÿÌgDf˜½ˆÿÿ%`•€sˆÿÿÔgDf˜€sˆÿÿ%`•hsˆÿÿØgDf˜hsˆÿÿ%`•ЂsˆÿÿÜgDf˜Ð‚sˆÿÿ%`•8„sˆÿÿàgDf˜8„sˆÿÿ%`• …sˆÿÿägDf˜ …sˆÿÿ%`•‡sˆÿÿègDf˜‡sˆÿÿ%`•pˆsˆÿÿìgDf˜pˆsˆÿÿ%`•؉sˆÿÿðgDf˜Ø‰sˆÿÿ%`•@‹sˆÿÿôgDf˜@‹sˆÿÿ%`•¨ŒsˆÿÿøgDf˜¨Œsˆÿÿ%`•ŽsˆÿÿügDf˜Žsˆÿÿ%`•NˆÿÿgDf˜Nˆÿÿ%`•¨LˆÿÿgDf˜¨Lˆÿÿ%`•@KˆÿÿgDf˜@Kˆÿÿ%`•pH¡ˆÿÿ gDf˜pH¡ˆÿÿ%`•G¡ˆÿÿgDf˜G¡ˆÿÿ%`• E¡ˆÿÿgDf˜ E¡ˆÿÿ%`•8D¡ˆÿÿgDf˜8D¡ˆÿÿ%`•ÐB¡ˆÿÿgDf˜ÐB¡ˆÿÿ%`•hA¡ˆÿÿ gDf˜hA¡ˆÿÿ%`•@¡ˆÿÿ$gDf˜@¡ˆÿÿ%`•€ˆÿÿ(gDf˜€ˆÿÿ%`•hˆÿÿ,gDf˜hˆÿÿ%`•Ђˆÿÿ0gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ4gDf˜8„ˆÿÿ%`• …ˆÿÿ8gDf˜ …ˆÿÿ%`•‡ˆÿÿ<gDf˜‡ˆÿÿ%`•pˆˆÿÿ@gDf˜pˆˆÿÿ%`•؉ˆÿÿDgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿHgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿLgDf˜¨Œˆÿÿ%`•ŽˆÿÿPgDf˜Žˆÿÿ%`•pˆÿÿTgDf˜pˆÿÿ%`•hqˆÿÿXgDf˜hqˆÿÿ%`•Ðrˆÿÿ\gDf˜Ðrˆÿÿ%`•8tˆÿÿ`gDf˜8tˆÿÿ%`• uˆÿÿdgDf˜ uˆÿÿ%`•wˆÿÿhgDf˜wˆÿÿ%`•pxˆÿÿlgDf˜pxˆÿÿ%`•ØyˆÿÿpgDf˜Øyˆÿÿ%`•@{ˆÿÿtgDf˜@{ˆÿÿ%`•¨|ˆÿÿxgDf˜¨|ˆÿÿ%`•~ˆÿÿ|gDf˜~ˆÿÿ%`•N¡ˆÿÿ€gDf˜N¡ˆÿÿ%`•¨L¡ˆÿÿ„gDf˜¨L¡ˆÿÿ%`•@K¡ˆÿÿˆgDf˜@K¡ˆÿÿ%`•ØI¡ˆÿÿŒgDf˜ØI¡ˆÿÿ%`•݈ÿÿgDf˜Ýˆÿÿ%`• Ýˆÿÿ”gDf˜ Ýˆÿÿ%`•8݈ÿÿ˜gDf˜8݈ÿÿ%`•Ð݈ÿÿœgDf˜Ð݈ÿÿ%`•h݈ÿÿ gDf˜h݈ÿÿ%`•݈ÿÿ¤gDf˜Ýˆÿÿ%`•0  ˆÿÿ¨gDf˜0  ˆÿÿ%`•h1  ˆÿÿ¬gDf˜h1  ˆÿÿ%`•Ð2  ˆÿÿ°gDf˜Ð2  ˆÿÿ%`•84  ˆÿÿ´gDf˜84  ˆÿÿ%`• 5  ˆÿÿ¸gDf˜ 5  ˆÿÿ%`•7  ˆÿÿ¼gDf˜7  ˆÿÿ%`•p8  ˆÿÿÀgDf˜p8  ˆÿÿ%`•Ø9  ˆÿÿÄgDf˜Ø9  ˆÿÿ%`•@;  ˆÿÿÈgDf˜@;  ˆÿÿ%`•¨<  ˆÿÿÌgDf˜¨<  ˆÿÿ%`•>  ˆÿÿÐgDf˜>  ˆÿÿ%`•:ˆÿÿÔgDf˜:ˆÿÿ%`•h:ˆÿÿØgDf˜h:ˆÿÿ%`•Ð:ˆÿÿÜgDf˜Ð:ˆÿÿ%`•8:ˆÿÿàgDf˜8:ˆÿÿ%`• :ˆÿÿägDf˜ :ˆÿÿ%`•:ˆÿÿègDf˜:ˆÿÿ%`•p:ˆÿÿìgDf˜p:ˆÿÿ%`•Ø:ˆÿÿðgDf˜Ø:ˆÿÿ%`•@:ˆÿÿôgDf˜@:ˆÿÿ%`•¨:ˆÿÿøgDf˜¨:ˆÿÿ%`•:ˆÿÿügDf˜:ˆÿÿ%`•݈ÿÿgDf˜Ýˆÿÿ%`•¨ÝˆÿÿgDf˜¨Ýˆÿÿ%`•@݈ÿÿgDf˜@݈ÿÿ%`•ØÝˆÿÿ gDf˜ØÝˆÿÿ%`•p݈ÿÿgDf˜p݈ÿÿ%`• U³ ˆÿÿgDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿgDf˜8T³ ˆÿÿ%`•ÐR³ ˆÿÿgDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ gDf˜hQ³ ˆÿÿ%`•P³ ˆÿÿ$gDf˜P³ ˆÿÿ%`•ˆÿÿ(gDf˜ˆÿÿ%`•h‘ˆÿÿ,gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ0gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ4gDf˜8”ˆÿÿ%`• •ˆÿÿ8gDf˜ •ˆÿÿ%`•—ˆÿÿ<gDf˜—ˆÿÿ%`•p˜ˆÿÿ@gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿDgDf˜Ø™ˆÿÿ%`•@›ˆÿÿHgDf˜@›ˆÿÿ%`•¨œˆÿÿLgDf˜¨œˆÿÿ%`•žˆÿÿPgDf˜žˆÿÿ%`•àR ˆÿÿTgDf˜àR ˆÿÿ%`•háR ˆÿÿXgDf˜háR ˆÿÿ%`•ÐâR ˆÿÿ\gDf˜ÐâR ˆÿÿ%`•8äR ˆÿÿ`gDf˜8äR ˆÿÿ%`• åR ˆÿÿdgDf˜ åR ˆÿÿ%`•çR ˆÿÿhgDf˜çR ˆÿÿ%`•pèR ˆÿÿlgDf˜pèR ˆÿÿ%`•ØéR ˆÿÿpgDf˜ØéR ˆÿÿ%`•@ëR ˆÿÿtgDf˜@ëR ˆÿÿ%`•¨ìR ˆÿÿxgDf˜¨ìR ˆÿÿ%`•îR ˆÿÿ|gDf˜îR ˆÿÿ%`•^³ ˆÿÿ€gDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿ„gDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿˆgDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿŒgDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿgDf˜pX³ ˆÿÿ%`•W³ ˆÿÿ”gDf˜W³ ˆÿÿ%`•8TÖ ˆÿÿ˜gDf˜8TÖ ˆÿÿ%`•ÐRÖ ˆÿÿœgDf˜ÐRÖ ˆÿÿ%`•hQÖ ˆÿÿ gDf˜hQÖ ˆÿÿ%`•PÖ ˆÿÿ¤gDf˜PÖ ˆÿÿ%`•p¹ˆÿÿ¨gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ¬gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ°gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ´gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ¸gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ¼gDf˜w¹ˆÿÿ%`•px¹ˆÿÿÀgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿÄgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿÈgDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿÌgDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿÐgDf˜~¹ˆÿÿ%`•@­ˆÿÿÔgDf˜@­ˆÿÿ%`•hA­ˆÿÿØgDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿÜgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿàgDf˜8D­ˆÿÿ%`• E­ˆÿÿägDf˜ E­ˆÿÿ%`•G­ˆÿÿègDf˜G­ˆÿÿ%`•pH­ˆÿÿìgDf˜pH­ˆÿÿ%`•ØI­ˆÿÿðgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿôgDf˜@K­ˆÿÿ%`•¨L­ˆÿÿøgDf˜¨L­ˆÿÿ%`•N­ˆÿÿügDf˜N­ˆÿÿ%`•^Ö ˆÿÿgDf˜^Ö ˆÿÿ%`•¨\Ö ˆÿÿgDf˜¨\Ö ˆÿÿ%`•@[Ö ˆÿÿgDf˜@[Ö ˆÿÿ%`•ØYÖ ˆÿÿ gDf˜ØYÖ ˆÿÿ%`•pXÖ ˆÿÿgDf˜pXÖ ˆÿÿ%`•WÖ ˆÿÿgDf˜WÖ ˆÿÿ%`• UÖ ˆÿÿgDf˜ UÖ ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•@ˆÿÿ$gDf˜@ˆÿÿ%`•hAˆÿÿ(gDf˜hAˆÿÿ%`•ÐBˆÿÿ,gDf˜ÐBˆÿÿ%`•8Dˆÿÿ0gDf˜8Dˆÿÿ%`• Eˆÿÿ4gDf˜ Eˆÿÿ%`•Gˆÿÿ8gDf˜Gˆÿÿ%`•pHˆÿÿ<gDf˜pHˆÿÿ%`•ØIˆÿÿ@gDf˜ØIˆÿÿ%`•8„sˆÿÿDgDf˜8„sˆÿÿ%`•ЂsˆÿÿHgDf˜Ð‚sˆÿÿ%`•hsˆÿÿLgDf˜hsˆÿÿ%`•€sˆÿÿPgDf˜€sˆÿÿ%`•@/ˆÿÿTgDf˜@/ˆÿÿ%`•hA/ˆÿÿXgDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ\gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ`gDf˜8D/ˆÿÿ%`• E/ˆÿÿdgDf˜ E/ˆÿÿ%`•G/ˆÿÿhgDf˜G/ˆÿÿ%`•pH/ˆÿÿlgDf˜pH/ˆÿÿ%`•ØI/ˆÿÿpgDf˜ØI/ˆÿÿ%`•@K/ˆÿÿtgDf˜@K/ˆÿÿ%`•¨L/ˆÿÿxgDf˜¨L/ˆÿÿ%`•N/ˆÿÿ|gDf˜N/ˆÿÿ%`•Žsˆÿÿ€gDf˜Žsˆÿÿ%`•¨Œsˆÿÿ„gDf˜¨Œsˆÿÿ%`•@‹sˆÿÿˆgDf˜@‹sˆÿÿ%`•؉sˆÿÿŒgDf˜Ø‰sˆÿÿ%`•pˆsˆÿÿgDf˜pˆsˆÿÿ%`•‡sˆÿÿ”gDf˜‡sˆÿÿ%`• …sˆÿÿ˜gDf˜ …sˆÿÿ%`•@KˆÿÿœgDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•Nˆÿÿ¤gDf˜Nˆÿÿ%`•@¡ˆÿÿ¨gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ¬gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ°gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ´gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ¸gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ¼gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿÀgDf˜pH¡ˆÿÿ%`•8tˆÿÿÄgDf˜8tˆÿÿ%`•ÐrˆÿÿÈgDf˜Ðrˆÿÿ%`•hqˆÿÿÌgDf˜hqˆÿÿ%`•pˆÿÿÐgDf˜pˆÿÿ%`•»ˆÿÿÔgDf˜»ˆÿÿ%`•h»ˆÿÿØgDf˜h»ˆÿÿ%`•лˆÿÿÜgDf˜Ð»ˆÿÿ%`•8»ˆÿÿàgDf˜8»ˆÿÿ%`• »ˆÿÿägDf˜ »ˆÿÿ%`•»ˆÿÿègDf˜»ˆÿÿ%`•p»ˆÿÿìgDf˜p»ˆÿÿ%`•Ø»ˆÿÿðgDf˜Ø»ˆÿÿ%`•@»ˆÿÿôgDf˜@»ˆÿÿ%`•¨»ˆÿÿøgDf˜¨»ˆÿÿ%`•»ˆÿÿügDf˜»ˆÿÿ%`•~ˆÿÿgDf˜~ˆÿÿ%`•¨|ˆÿÿgDf˜¨|ˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•pxˆÿÿgDf˜pxˆÿÿ%`•wˆÿÿgDf˜wˆÿÿ%`• uˆÿÿgDf˜ uˆÿÿ%`•ØI¡ˆÿÿgDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ$gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ(gDf˜N¡ˆÿÿ%`•݈ÿÿ,gDf˜Ýˆÿÿ%`•h݈ÿÿ0gDf˜h݈ÿÿ%`•Ð݈ÿÿ4gDf˜Ð݈ÿÿ%`•8݈ÿÿ8gDf˜8݈ÿÿ%`• Ýˆÿÿ<gDf˜ Ýˆÿÿ%`•݈ÿÿ@gDf˜Ýˆÿÿ%`•8:ˆÿÿDgDf˜8:ˆÿÿ%`•Ð:ˆÿÿHgDf˜Ð:ˆÿÿ%`•h:ˆÿÿLgDf˜h:ˆÿÿ%`•:ˆÿÿPgDf˜:ˆÿÿ%`•ŽˆÿÿTgDf˜Žˆÿÿ%`•hŽˆÿÿXgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ\gDf˜ÐŽˆÿÿ%`•Ø:ˆÿÿ`tgDf˜Ø:ˆÿÿ%`•p:ˆÿÿÜügDf˜p:ˆÿÿ%`•:ˆÿÿ ØügDf˜:ˆÿÿ%`• :ˆÿÿ ÔgDf˜ :ˆÿÿ%`•p݈ÿÿ àügDf˜p݈ÿÿ%`•ØÝˆÿÿ ÜügDf˜ØÝˆÿÿ%`•@݈ÿÿØgDf˜@݈ÿÿ%`•¨ÝˆÿÿäägDf˜¨Ýˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•8Žˆÿÿ¨ôgDf˜8Žˆÿÿ%`• Žˆÿÿ­€ügDf˜ Žˆÿÿ%`•Žˆÿÿ¯|ügDf˜Žˆÿÿ%`•@ Žˆÿÿ±xXgDf˜@ Žˆÿÿ%`•pŽˆÿÿ±ÐügDf˜pŽˆÿÿ%`•Ø Žˆÿÿ³ÌügDf˜Ø Žˆÿÿ%`•¨ ŽˆÿÿµÈügDf˜¨ Žˆÿÿ%`•Žˆÿÿ·Ä gDf˜Žˆÿÿ%`•@:ˆÿÿ¸èàgDf˜@:ˆÿÿ%`•:ˆÿÿ¹ÈügDf˜:ˆÿÿ%`•¨:ˆÿÿ»ÄLgDf˜¨:ˆÿÿ%`•¨Ýˆÿÿ gDf˜¨Ýˆÿÿ%`•¨ÝˆÿÿÌgDf˜¨Ýˆÿÿ%`•ØÝˆÿÿÐgDf˜ØÝˆÿÿ%`•@݈ÿÿÔgDf˜@݈ÿÿ%`•p݈ÿÿØgDf˜p݈ÿÿ%`•݈ÿÿÜgDf˜Ýˆÿÿ%`• ÝˆÿÿàgDf˜ Ýˆÿÿ%`•8݈ÿÿägDf˜8݈ÿÿ%`•Ð݈ÿÿègDf˜Ð݈ÿÿ%`•h݈ÿÿìgDf˜h݈ÿÿ%`•݈ÿÿðgDf˜Ýˆÿÿ%`•݈ÿÿôgDf˜Ýˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•>™ˆÿÿügDf˜>™ˆÿÿ%`•€EˆÿÿgDf˜€Eˆÿÿ%`•hEˆÿÿgDf˜hEˆÿÿ%`•ЂEˆÿÿgDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ gDf˜8„Eˆÿÿ%`• …EˆÿÿgDf˜ …Eˆÿÿ%`•‡EˆÿÿgDf˜‡Eˆÿÿ%`•pˆEˆÿÿgDf˜pˆEˆÿÿ%`•؉EˆÿÿgDf˜Ø‰Eˆÿÿ%`•@‹Eˆÿÿ gDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿ$gDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿ(gDf˜ŽEˆÿÿ%`• „ˆÿÿ,gDf˜ „ˆÿÿ%`•h!„ˆÿÿ0gDf˜h!„ˆÿÿ%`•Ð"„ˆÿÿ4gDf˜Ð"„ˆÿÿ%`•8$„ˆÿÿ8gDf˜8$„ˆÿÿ%`• %„ˆÿÿ<gDf˜ %„ˆÿÿ%`•'„ˆÿÿ@gDf˜'„ˆÿÿ%`•p(„ˆÿÿDgDf˜p(„ˆÿÿ%`•Ø)„ˆÿÿHgDf˜Ø)„ˆÿÿ%`•@+„ˆÿÿLgDf˜@+„ˆÿÿ%`•¨,„ˆÿÿPgDf˜¨,„ˆÿÿ%`•.„ˆÿÿTgDf˜.„ˆÿÿ%`•Ð ˆÿÿXgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ\gDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ`gDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿdgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿhgDf˜ Õ ˆÿÿ%`•× ˆÿÿlgDf˜× ˆÿÿ%`•pØ ˆÿÿpgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿtgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿxgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ|gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ€gDf˜Þ ˆÿÿ%`•>™ˆÿÿ„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿˆgDf˜¨<™ˆÿÿ%`•‡EˆÿÿŒgDf˜‡Eˆÿÿ%`• …EˆÿÿgDf˜ …Eˆÿÿ%`•8„Eˆÿÿ”gDf˜8„Eˆÿÿ%`•ЂEˆÿÿ˜gDf˜Ð‚Eˆÿÿ%`•hEˆÿÿœgDf˜hEˆÿÿ%`•€Eˆÿÿ gDf˜€Eˆÿÿ%`•à/ˆÿÿ¤gDf˜à/ˆÿÿ%`•há/ˆÿÿ¨gDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ¬gDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ°gDf˜8ä/ˆÿÿ%`• å/ˆÿÿ´gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ¸gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ¼gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿÀgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿÄgDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿÈgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿÌgDf˜î/ˆÿÿ%`•' ˆÿÿÐgDf˜' ˆÿÿ%`•h‘' ˆÿÿÔgDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿØgDf˜Ð’' ˆÿÿ%`•8”' ˆÿÿÜgDf˜8”' ˆÿÿ%`• •' ˆÿÿàgDf˜ •' ˆÿÿ%`•—' ˆÿÿägDf˜—' ˆÿÿ%`•p˜' ˆÿÿègDf˜p˜' ˆÿÿ%`•Ø™' ˆÿÿìgDf˜Ø™' ˆÿÿ%`•@›' ˆÿÿðgDf˜@›' ˆÿÿ%`•¨œ' ˆÿÿôgDf˜¨œ' ˆÿÿ%`•ž' ˆÿÿøgDf˜ž' ˆÿÿ%`•p­ˆÿÿügDf˜p­ˆÿÿ%`•hq­ˆÿÿgDf˜hq­ˆÿÿ%`•Ðr­ˆÿÿgDf˜Ðr­ˆÿÿ%`•8t­ˆÿÿgDf˜8t­ˆÿÿ%`• u­ˆÿÿ gDf˜ u­ˆÿÿ%`•w­ˆÿÿgDf˜w­ˆÿÿ%`•px­ˆÿÿgDf˜px­ˆÿÿ%`•Øy­ˆÿÿgDf˜Øy­ˆÿÿ%`•@{­ˆÿÿgDf˜@{­ˆÿÿ%`•¨|­ˆÿÿ gDf˜¨|­ˆÿÿ%`•~­ˆÿÿ$gDf˜~­ˆÿÿ%`•¿ˆÿÿ(gDf˜¿ˆÿÿ%`•h¿ˆÿÿ,gDf˜h¿ˆÿÿ%`•пˆÿÿ0gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ4gDf˜8¿ˆÿÿ%`• ¿ˆÿÿ8gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ<gDf˜¿ˆÿÿ%`•p¿ˆÿÿ@gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿDgDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿHgDf˜@¿ˆÿÿ%`•¨¿ˆÿÿLgDf˜¨¿ˆÿÿ%`•¿ˆÿÿPgDf˜¿ˆÿÿ%`•ð¾ ˆÿÿTgDf˜ð¾ ˆÿÿ%`•hñ¾ ˆÿÿXgDf˜hñ¾ ˆÿÿ%`•Ðò¾ ˆÿÿ\gDf˜Ðò¾ ˆÿÿ%`•8ô¾ ˆÿÿ`gDf˜8ô¾ ˆÿÿ%`• õ¾ ˆÿÿdgDf˜ õ¾ ˆÿÿ%`•÷¾ ˆÿÿhgDf˜÷¾ ˆÿÿ%`•pø¾ ˆÿÿlgDf˜pø¾ ˆÿÿ%`•Øù¾ ˆÿÿpgDf˜Øù¾ ˆÿÿ%`•@û¾ ˆÿÿtgDf˜@û¾ ˆÿÿ%`•¨ü¾ ˆÿÿxgDf˜¨ü¾ ˆÿÿ%`•þ¾ ˆÿÿ|gDf˜þ¾ ˆÿÿ%`•P­ˆÿÿ€gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ„gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿˆgDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿŒgDf˜8T­ˆÿÿ%`• U­ˆÿÿgDf˜ U­ˆÿÿ%`•W­ˆÿÿ”gDf˜W­ˆÿÿ%`•pX­ˆÿÿ˜gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿœgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ¤gDf˜¨\­ˆÿÿ%`•^­ˆÿÿ¨gDf˜^­ˆÿÿ%`•@—ˆÿÿ¬gDf˜@—ˆÿÿ%`•hA—ˆÿÿ°gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ´gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ¸gDf˜8D—ˆÿÿ%`• E—ˆÿÿ¼gDf˜ E—ˆÿÿ%`•G—ˆÿÿÀgDf˜G—ˆÿÿ%`•pH—ˆÿÿÄgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿÈgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿÌgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿÐgDf˜¨L—ˆÿÿ%`•N—ˆÿÿÔgDf˜N—ˆÿÿ%`•‡EˆÿÿØgDf˜‡Eˆÿÿ%`•ŽEˆÿÿÜgDf˜ŽEˆÿÿ%`•¨ŒEˆÿÿàgDf˜¨ŒEˆÿÿ%`•@‹EˆÿÿägDf˜@‹Eˆÿÿ%`•؉EˆÿÿègDf˜Ø‰Eˆÿÿ%`•pˆEˆÿÿìgDf˜pˆEˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•P̈ÿÿøgDf˜P̈ÿÿ%`•hQ̈ÿÿügDf˜hQ̈ÿÿ%`•ÐR̈ÿÿgDf˜ÐR̈ÿÿ%`•8T̈ÿÿgDf˜8T̈ÿÿ%`• ÜÿÿgDf˜ Üÿÿ%`•Ẅÿÿ gDf˜Ẅÿÿ%`•pẌÿÿgDf˜pẌÿÿ%`•ØŸÿÿgDf˜ØŸÿÿ%`•@[̈ÿÿgDf˜@[̈ÿÿ%`•¨\̈ÿÿgDf˜¨\̈ÿÿ%`•^̈ÿÿ gDf˜^̈ÿÿ%`•݈ÿÿ$gDf˜Ýˆÿÿ%`•h݈ÿÿ(gDf˜h݈ÿÿ%`•Ð݈ÿÿ,gDf˜Ð݈ÿÿ%`•8݈ÿÿ0gDf˜8݈ÿÿ%`• Ýˆÿÿ4gDf˜ Ýˆÿÿ%`•݈ÿÿ8gDf˜Ýˆÿÿ%`•p݈ÿÿ<gDf˜p݈ÿÿ%`•ØÝˆÿÿ@gDf˜ØÝˆÿÿ%`•@݈ÿÿDgDf˜@݈ÿÿ%`•¨ÝˆÿÿHgDf˜¨Ýˆÿÿ%`•݈ÿÿLgDf˜Ýˆÿÿ%`•à#ˆÿÿPgDf˜à#ˆÿÿ%`•há#ˆÿÿTgDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿXgDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ\gDf˜8ä#ˆÿÿ%`• å#ˆÿÿ`gDf˜ å#ˆÿÿ%`•ç#ˆÿÿdgDf˜ç#ˆÿÿ%`•pè#ˆÿÿhgDf˜pè#ˆÿÿ%`•Øé#ˆÿÿlgDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿpgDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿtgDf˜¨ì#ˆÿÿ%`•î#ˆÿÿxgDf˜î#ˆÿÿ%`•àÔˆÿÿ|gDf˜àÔˆÿÿ%`•háÔˆÿÿ€gDf˜háÔˆÿÿ%`•ÐâÔˆÿÿ„gDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿˆgDf˜8äÔˆÿÿ%`• åÔˆÿÿŒgDf˜ åÔˆÿÿ%`•çÔˆÿÿgDf˜çÔˆÿÿ%`•pèÔˆÿÿ”gDf˜pèÔˆÿÿ%`•ØéÔˆÿÿ˜gDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿœgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ gDf˜¨ìÔˆÿÿ%`•îÔˆÿÿ¤gDf˜îÔˆÿÿ%`• ¨ˆÿÿ¨gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ¬gDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ°gDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ´gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ¸gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ¼gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿÀgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿÄgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿÈgDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿÌgDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿÐgDf˜®¨ˆÿÿ%`•àˆÿÿÔgDf˜àˆÿÿ%`•háˆÿÿØgDf˜háˆÿÿ%`•ÐâˆÿÿÜgDf˜Ðâˆÿÿ%`•8äˆÿÿàgDf˜8äˆÿÿ%`• åˆÿÿègDf˜ åˆÿÿ%`•çˆÿÿìgDf˜çˆÿÿ%`•pèˆÿÿðgDf˜pèˆÿÿ%`•ØéˆÿÿôgDf˜Øéˆÿÿ%`•@ëˆÿÿøgDf˜@ëˆÿÿ%`•¨ìˆÿÿügDf˜¨ìˆÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•hqˆÿÿgDf˜hqˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`•8tˆÿÿgDf˜8tˆÿÿ%`• uˆÿÿgDf˜ uˆÿÿ%`•wˆÿÿgDf˜wˆÿÿ%`•pxˆÿÿgDf˜pxˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•@{ˆÿÿ$gDf˜@{ˆÿÿ%`•¨|ˆÿÿ(gDf˜¨|ˆÿÿ%`•~ˆÿÿ,gDf˜~ˆÿÿ%`•€Eˆÿÿ0gDf˜€Eˆÿÿ%`•hEˆÿÿ4gDf˜hEˆÿÿ%`•ЂEˆÿÿ8gDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ<gDf˜8„Eˆÿÿ%`• …Eˆÿÿ@gDf˜ …Eˆÿÿ%`•¿ˆÿÿDgDf˜¿ˆÿÿ%`•@œˆÿÿHgDf˜@œˆÿÿ%`•hAœˆÿÿLgDf˜hAœˆÿÿ%`•ÐBœˆÿÿPgDf˜ÐBœˆÿÿ%`•8DœˆÿÿTgDf˜8Dœˆÿÿ%`• EœˆÿÿXgDf˜ Eœˆÿÿ%`•Gœˆÿÿ\gDf˜Gœˆÿÿ%`•pHœˆÿÿ`gDf˜pHœˆÿÿ%`•ØIœˆÿÿdgDf˜ØIœˆÿÿ%`•@KœˆÿÿhgDf˜@Kœˆÿÿ%`•¨LœˆÿÿlgDf˜¨Lœˆÿÿ%`•NœˆÿÿpgDf˜Nœˆÿÿ%`•ЫˆÿÿtgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿxgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ|gDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ€gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ„gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿˆgDf˜׫ˆÿÿ%`•pØ«ˆÿÿŒgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ”gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ˜gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿœgDf˜Þ«ˆÿÿ%`•àœ ˆÿÿ gDf˜àœ ˆÿÿ%`•hᜠˆÿÿ¤gDf˜hᜠˆÿÿ%`•Ð✠ˆÿÿ¨gDf˜Ð✠ˆÿÿ%`•8äœ ˆÿÿ¬gDf˜8äœ ˆÿÿ%`• åœ ˆÿÿ°gDf˜ åœ ˆÿÿ%`•çœ ˆÿÿ´gDf˜çœ ˆÿÿ%`•pèœ ˆÿÿ¸gDf˜pèœ ˆÿÿ%`•Øéœ ˆÿÿ¼gDf˜Øéœ ˆÿÿ%`•@ëœ ˆÿÿÀgDf˜@ëœ ˆÿÿ%`•¨ìœ ˆÿÿÄgDf˜¨ìœ ˆÿÿ%`•îœ ˆÿÿÈgDf˜îœ ˆÿÿ%`•¿ˆÿÿÌgDf˜¿ˆÿÿ%`•¨¿ˆÿÿÐgDf˜¨¿ˆÿÿ%`•@¿ˆÿÿÔgDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿØgDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿÜgDf˜p¿ˆÿÿ%`•¿ˆÿÿàgDf˜¿ˆÿÿ%`• ¿ˆÿÿägDf˜ ¿ˆÿÿ%`•8¿ˆÿÿègDf˜8¿ˆÿÿ%`•пˆÿÿìgDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿðgDf˜h¿ˆÿÿ%`•pˆEˆÿÿôgDf˜pˆEˆÿÿ%`•؉EˆÿÿøgDf˜Ø‰Eˆÿÿ%`•@‹EˆÿÿügDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿgDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿgDf˜ŽEˆÿÿ%`•‡EˆÿÿgDf˜‡Eˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•ÐrˆÿÿgDf˜Ðrˆÿÿ%`•hqˆÿÿgDf˜hqˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•ð¾ ˆÿÿ gDf˜ð¾ ˆÿÿ%`•hñ¾ ˆÿÿ$gDf˜hñ¾ ˆÿÿ%`•Ðò¾ ˆÿÿ(gDf˜Ðò¾ ˆÿÿ%`•8ô¾ ˆÿÿ,gDf˜8ô¾ ˆÿÿ%`• õ¾ ˆÿÿ0gDf˜ õ¾ ˆÿÿ%`•÷¾ ˆÿÿ4gDf˜÷¾ ˆÿÿ%`•pø¾ ˆÿÿ8gDf˜pø¾ ˆÿÿ%`•Øù¾ ˆÿÿ<gDf˜Øù¾ ˆÿÿ%`•@û¾ ˆÿÿ@gDf˜@û¾ ˆÿÿ%`•¨ü¾ ˆÿÿDgDf˜¨ü¾ ˆÿÿ%`•þ¾ ˆÿÿHgDf˜þ¾ ˆÿÿ%`•ðˆÿÿLgDf˜ðˆÿÿ%`•hñˆÿÿPgDf˜hñˆÿÿ%`•ÐòˆÿÿTgDf˜Ðòˆÿÿ%`•8ôˆÿÿXgDf˜8ôˆÿÿ%`• õˆÿÿ\gDf˜ õˆÿÿ%`•÷ˆÿÿ`gDf˜÷ˆÿÿ%`•pøˆÿÿdgDf˜pøˆÿÿ%`•ØùˆÿÿhgDf˜Øùˆÿÿ%`•@ûˆÿÿlgDf˜@ûˆÿÿ%`•¨üˆÿÿpgDf˜¨üˆÿÿ%`•þˆÿÿtgDf˜þˆÿÿ%`•€(ˆÿÿxgDf˜€(ˆÿÿ%`•h(ˆÿÿ|gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ€gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ„gDf˜8„(ˆÿÿ%`• …(ˆÿÿˆgDf˜ …(ˆÿÿ%`•‡(ˆÿÿŒgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ”gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ˜gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿœgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ gDf˜Ž(ˆÿÿ%`•­ˆÿÿ¤gDf˜­ˆÿÿ%`•h­ˆÿÿ¨gDf˜h­ˆÿÿ%`•Эˆÿÿ¬gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ°gDf˜8­ˆÿÿ%`• ­ˆÿÿ´gDf˜ ­ˆÿÿ%`•­ˆÿÿ¸gDf˜­ˆÿÿ%`•p­ˆÿÿ¼gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿÀgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿÄgDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿÈgDf˜¨ ­ˆÿÿ%`•­ˆÿÿÌgDf˜­ˆÿÿ%`•PˆÿÿÐgDf˜Pˆÿÿ%`•hQˆÿÿÔgDf˜hQˆÿÿ%`•ÐRˆÿÿØgDf˜ÐRˆÿÿ%`•8TˆÿÿÜgDf˜8Tˆÿÿ%`• UˆÿÿàgDf˜ Uˆÿÿ%`•WˆÿÿägDf˜Wˆÿÿ%`•pXˆÿÿègDf˜pXˆÿÿ%`•ØYˆÿÿìgDf˜ØYˆÿÿ%`•@[ˆÿÿðgDf˜@[ˆÿÿ%`•¨\ˆÿÿôgDf˜¨\ˆÿÿ%`•^ˆÿÿøgDf˜^ˆÿÿ%`• û ˆÿÿügDf˜ û ˆÿÿ%`•h¡û ˆÿÿgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ gDf˜ ¥û ˆÿÿ%`•§û ˆÿÿgDf˜§û ˆÿÿ%`•p¨û ˆÿÿgDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿgDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ$gDf˜®û ˆÿÿ%`•€ë ˆÿÿ(gDf˜€ë ˆÿÿ%`•hë ˆÿÿ,gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ0gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ4gDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ8gDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ<gDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ@gDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿDgDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿHgDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿLgDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿPgDf˜Žë ˆÿÿ%`•P¹ˆÿÿTgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿXgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ\gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ`gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿdgDf˜ U¹ˆÿÿ%`•W¹ˆÿÿhgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿlgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿpgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿtgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿxgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ|gDf˜^¹ˆÿÿ%`•À%ˆÿÿ€gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ„gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿˆgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿŒgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ”gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ˜gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿœgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ¤gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ¨gDf˜Î%ˆÿÿ%`•~ˆÿÿ¬gDf˜~ˆÿÿ%`•¨|ˆÿÿ°gDf˜¨|ˆÿÿ%`•@{ˆÿÿ´gDf˜@{ˆÿÿ%`•Øyˆÿÿ¸gDf˜Øyˆÿÿ%`•pxˆÿÿ¼gDf˜pxˆÿÿ%`•wˆÿÿÀgDf˜wˆÿÿ%`• uˆÿÿÄgDf˜ uˆÿÿ%`•8tˆÿÿÈgDf˜8tˆÿÿ%`• …EˆÿÿÌgDf˜ …Eˆÿÿ%`•8„EˆÿÿÐgDf˜8„Eˆÿÿ%`•ЂEˆÿÿÔgDf˜Ð‚Eˆÿÿ%`•hEˆÿÿØgDf˜hEˆÿÿ%`•€EˆÿÿÜgDf˜€Eˆÿÿ%`•¿ˆÿÿàgDf˜¿ˆÿÿ%`•pØ«ˆÿÿägDf˜pØ«ˆÿÿ%`•׫ˆÿÿègDf˜׫ˆÿÿ%`• Õ«ˆÿÿìgDf˜ Õ«ˆÿÿ%`•8Ô«ˆÿÿðgDf˜8Ô«ˆÿÿ%`•ÐÒ«ˆÿÿôgDf˜ÐÒ«ˆÿÿ%`•hÑ«ˆÿÿøgDf˜hÑ«ˆÿÿ%`•ЫˆÿÿügDf˜Ð«ˆÿÿ%`•' ˆÿÿgDf˜' ˆÿÿ%`•h‘' ˆÿÿgDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿgDf˜Ð’' ˆÿÿ%`•h¿ˆÿÿ ÜgDf˜h¿ˆÿÿ%`•пˆÿÿìügDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿèügDf˜8¿ˆÿÿ%`• ¿ˆÿÿägDf˜ ¿ˆÿÿ%`•¿ˆÿÿðügDf˜¿ˆÿÿ%`•p¿ˆÿÿìügDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿègDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿô°gDf˜@¿ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8”' ˆÿÿƒ4gDf˜8”' ˆÿÿ%`• •' ˆÿÿ¸ägDf˜ •' ˆÿÿ%`•—' ˆÿÿ½ügDf˜—' ˆÿÿ%`•p˜' ˆÿÿ¿ ügDf˜p˜' ˆÿÿ%`•¨œ' ˆÿÿÁ¸gDf˜¨œ' ˆÿÿ%`•Ø™' ˆÿÿÁÀügDf˜Ø™' ˆÿÿ%`•@›' ˆÿÿüügDf˜@›' ˆÿÿ%`•ž' ˆÿÿŸügDf˜ž' ˆÿÿ%`•Þ«ˆÿÿÇ´ gDf˜Þ«ˆÿÿ%`•ØÙ«ˆÿÿÈÜÀgDf˜ØÙ«ˆÿÿ%`•¨Ü«ˆÿÿɸügDf˜¨Ü«ˆÿÿ%`•@Û«ˆÿÿË´ügDf˜@Û«ˆÿÿ%`•'ˆÿÿ ¤gDf˜'ˆÿÿ%`•8¿ˆÿÿ gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ¨gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ¬gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ °gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ´gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ¸gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ¼gDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÀgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÄgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÈgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÌgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÐgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ÔgDf˜8¿ˆÿÿ%`•8¿ˆÿÿ ØgDf˜8¿ˆÿÿ%`• ¿ˆÿÿ ÜgDf˜ ¿ˆÿÿ%`•@¿ˆÿÿ àgDf˜@¿ˆÿÿ%`•¿ˆÿÿ ägDf˜¿ˆÿÿ%`•¿ˆÿÿ ègDf˜¿ˆÿÿ%`•p¿ˆÿÿ ìgDf˜p¿ˆÿÿ%`•h¿ˆÿÿ ðgDf˜h¿ˆÿÿ%`•Ø¿ˆÿÿ ôgDf˜Ø¿ˆÿÿ%`•пˆÿÿ øgDf˜Ð¿ˆÿÿ%`•пˆÿÿ ügDf˜Ð¿ˆÿÿ%`•Ø¿ˆÿÿ!gDf˜Ø¿ˆÿÿ%`•h¿ˆÿÿ!gDf˜h¿ˆÿÿ%`•p¿ˆÿÿ!gDf˜p¿ˆÿÿ%`•¿ˆÿÿ! gDf˜¿ˆÿÿ%`•¿ˆÿÿ!gDf˜¿ˆÿÿ%`•@¿ˆÿÿ!gDf˜@¿ˆÿÿ%`• ¿ˆÿÿ!gDf˜ ¿ˆÿÿ%`•8¿ˆÿÿ!gDf˜8¿ˆÿÿ%`•¨¿ˆÿÿ! gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ!$gDf˜¿ˆÿÿ%`•¨<™ˆÿÿ!(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!,gDf˜>™ˆÿÿ%`•à‘ ˆÿÿ!0gDf˜à‘ ˆÿÿ%`•há‘ ˆÿÿ!4gDf˜há‘ ˆÿÿ%`•Ðâ‘ ˆÿÿ!8gDf˜Ðâ‘ ˆÿÿ%`•8ä‘ ˆÿÿ!<gDf˜8ä‘ ˆÿÿ%`• å‘ ˆÿÿ!@gDf˜ å‘ ˆÿÿ%`•ç‘ ˆÿÿ!DgDf˜ç‘ ˆÿÿ%`•pè‘ ˆÿÿ!HgDf˜pè‘ ˆÿÿ%`•Øé‘ ˆÿÿ!LgDf˜Øé‘ ˆÿÿ%`•@ë‘ ˆÿÿ!PgDf˜@ë‘ ˆÿÿ%`•¨ì‘ ˆÿÿ!TgDf˜¨ì‘ ˆÿÿ%`•î‘ ˆÿÿ!XgDf˜î‘ ˆÿÿ%`• ‰ ˆÿÿ!\gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ!`gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ!dgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ!hgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ!lgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ!pgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ!tgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ!xgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ!|gDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿ!€gDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ!„gDf˜.‰ ˆÿÿ%`•ˆÿÿ!ˆgDf˜ˆÿÿ%`•h‘ˆÿÿ!ŒgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ!gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ!”gDf˜8”ˆÿÿ%`• •ˆÿÿ!˜gDf˜ •ˆÿÿ%`•—ˆÿÿ!œgDf˜—ˆÿÿ%`•p˜ˆÿÿ! gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ!¤gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ!¨gDf˜@›ˆÿÿ%`•¨œˆÿÿ!¬gDf˜¨œˆÿÿ%`•žˆÿÿ!°gDf˜žˆÿÿ%`•ð ˆÿÿ!´gDf˜ð ˆÿÿ%`•hñ ˆÿÿ!¸gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ!¼gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ!ÀgDf˜8ô ˆÿÿ%`• õ ˆÿÿ!ÄgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ!ÈgDf˜÷ ˆÿÿ%`•pø ˆÿÿ!ÌgDf˜pø ˆÿÿ%`•Øù ˆÿÿ!ÐgDf˜Øù ˆÿÿ%`•@û ˆÿÿ!ÔgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ!ØgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ!ÜgDf˜þ ˆÿÿ%`•>™ˆÿÿ!àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!ägDf˜¨<™ˆÿÿ%`•ç‘ ˆÿÿ!ègDf˜ç‘ ˆÿÿ%`• å‘ ˆÿÿ!ìgDf˜ å‘ ˆÿÿ%`•8ä‘ ˆÿÿ!ðgDf˜8ä‘ ˆÿÿ%`•Ðâ‘ ˆÿÿ!ôgDf˜Ðâ‘ ˆÿÿ%`•há‘ ˆÿÿ!øgDf˜há‘ ˆÿÿ%`•à‘ ˆÿÿ!ügDf˜à‘ ˆÿÿ%`•ð ˆÿÿ"gDf˜ð ˆÿÿ%`•hñ ˆÿÿ"gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ"gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ" gDf˜8ô ˆÿÿ%`• õ ˆÿÿ"gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ"gDf˜÷ ˆÿÿ%`•pø ˆÿÿ"gDf˜pø ˆÿÿ%`•Øù ˆÿÿ"gDf˜Øù ˆÿÿ%`•@û ˆÿÿ" gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ"$gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ"(gDf˜þ ˆÿÿ%`•$ˆÿÿ",gDf˜$ˆÿÿ%`•h$ˆÿÿ"0gDf˜h$ˆÿÿ%`•Ð$ˆÿÿ"4gDf˜Ð$ˆÿÿ%`•8$ˆÿÿ"8gDf˜8$ˆÿÿ%`• $ˆÿÿ"<gDf˜ $ˆÿÿ%`•$ˆÿÿ"@gDf˜$ˆÿÿ%`•p$ˆÿÿ"DgDf˜p$ˆÿÿ%`•Ø$ˆÿÿ"HgDf˜Ø$ˆÿÿ%`•@$ˆÿÿ"LgDf˜@$ˆÿÿ%`•¨$ˆÿÿ"PgDf˜¨$ˆÿÿ%`•$ˆÿÿ"TgDf˜$ˆÿÿ%`•` ˆÿÿ"XgDf˜` ˆÿÿ%`•ha ˆÿÿ"\gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ"`gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ"dgDf˜8d ˆÿÿ%`• e ˆÿÿ"hgDf˜ e ˆÿÿ%`•g ˆÿÿ"lgDf˜g ˆÿÿ%`•ph ˆÿÿ"pgDf˜ph ˆÿÿ%`•Øi ˆÿÿ"tgDf˜Øi ˆÿÿ%`•@k ˆÿÿ"xgDf˜@k ˆÿÿ%`•¨l ˆÿÿ"|gDf˜¨l ˆÿÿ%`•n ˆÿÿ"€gDf˜n ˆÿÿ%`• ˆÿÿ"„gDf˜ ˆÿÿ%`•h ˆÿÿ"ˆgDf˜h ˆÿÿ%`•Ð ˆÿÿ"ŒgDf˜Ð ˆÿÿ%`•8 ˆÿÿ"gDf˜8 ˆÿÿ%`•  ˆÿÿ"”gDf˜  ˆÿÿ%`• ˆÿÿ"˜gDf˜ ˆÿÿ%`•p ˆÿÿ"œgDf˜p ˆÿÿ%`•Ø ˆÿÿ" gDf˜Ø ˆÿÿ%`•@ ˆÿÿ"¤gDf˜@ ˆÿÿ%`•¨ ˆÿÿ"¨gDf˜¨ ˆÿÿ%`• ˆÿÿ"¬gDf˜ ˆÿÿ%`•î‘ ˆÿÿ"°gDf˜î‘ ˆÿÿ%`•¨ì‘ ˆÿÿ"´gDf˜¨ì‘ ˆÿÿ%`•@ë‘ ˆÿÿ"¸gDf˜@ë‘ ˆÿÿ%`•Øé‘ ˆÿÿ"¼gDf˜Øé‘ ˆÿÿ%`•pè‘ ˆÿÿ"ÀgDf˜pè‘ ˆÿÿ%`•8ô ˆÿÿ"ÄgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ"ÈgDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ"ÌgDf˜hñ ˆÿÿ%`•ð ˆÿÿ"ÐgDf˜ð ˆÿÿ%`•À ˆÿÿ"ÔgDf˜À ˆÿÿ%`•hÁ ˆÿÿ"ØgDf˜hÁ ˆÿÿ%`•Рˆÿÿ"ÜgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ"àgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ"ägDf˜ Å ˆÿÿ%`•Ç ˆÿÿ"ègDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ"ìgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ"ðgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ"ôgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ"øgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ"ügDf˜Î ˆÿÿ%`•¿ˆÿÿ#gDf˜¿ˆÿÿ%`•h¿ˆÿÿ#gDf˜h¿ˆÿÿ%`•пˆÿÿ#gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ# gDf˜8¿ˆÿÿ%`• ¿ˆÿÿ#gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ#gDf˜¿ˆÿÿ%`•p¿ˆÿÿ#gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ#gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ# gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ#$gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ#(gDf˜¿ˆÿÿ%`•Žˆÿÿ#,gDf˜Žˆÿÿ%`•hŽˆÿÿ#0gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ#4gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ#8gDf˜8Žˆÿÿ%`• Žˆÿÿ#<gDf˜ Žˆÿÿ%`•Žˆÿÿ#@gDf˜Žˆÿÿ%`•pŽˆÿÿ#DgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ#HgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ#LgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ#PgDf˜¨ Žˆÿÿ%`•Žˆÿÿ#TgDf˜Žˆÿÿ%`•€ ˆÿÿ#XgDf˜€ ˆÿÿ%`•h ˆÿÿ#\gDf˜h ˆÿÿ%`•Ђ ˆÿÿ#`gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ#dgDf˜8„ ˆÿÿ%`• … ˆÿÿ#hgDf˜ … ˆÿÿ%`•‡ ˆÿÿ#lgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ#pgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ#tgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ#xgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ#|gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ#€gDf˜Ž ˆÿÿ%`•Ð1ˆÿÿ#„gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ#ˆgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ#ŒgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ#gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ#”gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ#˜gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ#œgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ# gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ#¤gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ#¨gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ#¬gDf˜Þ1ˆÿÿ%`• ˆÿÿ#°gDf˜ ˆÿÿ%`•h ˆÿÿ#´gDf˜h ˆÿÿ%`•Ð ˆÿÿ#¸gDf˜Ð ˆÿÿ%`•8 ˆÿÿ#¼gDf˜8 ˆÿÿ%`•  ˆÿÿ#ÀgDf˜  ˆÿÿ%`• ˆÿÿ#ÄgDf˜ ˆÿÿ%`•p ˆÿÿ#ÈgDf˜p ˆÿÿ%`•Ø  ˆÿÿ#ÌgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ#ÐgDf˜@  ˆÿÿ%`•¨  ˆÿÿ#ÔgDf˜¨  ˆÿÿ%`• ˆÿÿ#ØgDf˜ ˆÿÿ%`•Pˆÿÿ#ÜgDf˜Pˆÿÿ%`•hQˆÿÿ#àgDf˜hQˆÿÿ%`•ÐRˆÿÿ#ägDf˜ÐRˆÿÿ%`•8Tˆÿÿ#ègDf˜8Tˆÿÿ%`• Uˆÿÿ#ìgDf˜ Uˆÿÿ%`•Wˆÿÿ#ðgDf˜Wˆÿÿ%`•pXˆÿÿ#øgDf˜pXˆÿÿ%`•ØYˆÿÿ#ügDf˜ØYˆÿÿ%`•@[ˆÿÿ$gDf˜@[ˆÿÿ%`•¨\ˆÿÿ$gDf˜¨\ˆÿÿ%`•^ˆÿÿ$gDf˜^ˆÿÿ%`•À­ˆÿÿ$ gDf˜À­ˆÿÿ%`•hÁ­ˆÿÿ$gDf˜hÁ­ˆÿÿ%`•Эˆÿÿ$gDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿ$gDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿ$gDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿ$ gDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ$$gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿ$(gDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿ$,gDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿ$0gDf˜¨Ì­ˆÿÿ%`•έˆÿÿ$4gDf˜έˆÿÿ%`• I ˆÿÿ$8gDf˜ I ˆÿÿ%`•h¡I ˆÿÿ$<gDf˜h¡I ˆÿÿ%`•ТI ˆÿÿ$@gDf˜Ð¢I ˆÿÿ%`•8¤I ˆÿÿ$DgDf˜8¤I ˆÿÿ%`• ¥I ˆÿÿ$HgDf˜ ¥I ˆÿÿ%`•§I ˆÿÿ$LgDf˜§I ˆÿÿ%`•p¨I ˆÿÿ$PgDf˜p¨I ˆÿÿ%`•Ø©I ˆÿÿ$TgDf˜Ø©I ˆÿÿ%`•@«I ˆÿÿ$XgDf˜@«I ˆÿÿ%`•¨¬I ˆÿÿ$\gDf˜¨¬I ˆÿÿ%`•®I ˆÿÿ$`gDf˜®I ˆÿÿ%`•þ ˆÿÿ$dgDf˜þ ˆÿÿ%`•¨ü ˆÿÿ$hgDf˜¨ü ˆÿÿ%`•@û ˆÿÿ$lgDf˜@û ˆÿÿ%`•Øù ˆÿÿ$pgDf˜Øù ˆÿÿ%`•pø ˆÿÿ$tgDf˜pø ˆÿÿ%`•÷ ˆÿÿ$xgDf˜÷ ˆÿÿ%`• õ ˆÿÿ$|gDf˜ õ ˆÿÿ%`•¨<™ˆÿÿ$€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ$„gDf˜>™ˆÿÿ%`•à‘ ˆÿÿ$ˆgDf˜à‘ ˆÿÿ%`•há‘ ˆÿÿ$ŒgDf˜há‘ ˆÿÿ%`•Ðâ‘ ˆÿÿ$gDf˜Ðâ‘ ˆÿÿ%`•8ä‘ ˆÿÿ$”gDf˜8ä‘ ˆÿÿ%`• å‘ ˆÿÿ$˜gDf˜ å‘ ˆÿÿ%`•ç‘ ˆÿÿ$œgDf˜ç‘ ˆÿÿ%`•@k ˆÿÿ$ gDf˜@k ˆÿÿ%`•Øi ˆÿÿ$¤gDf˜Øi ˆÿÿ%`•ph ˆÿÿ$¨gDf˜ph ˆÿÿ%`•g ˆÿÿ$¬gDf˜g ˆÿÿ%`• e ˆÿÿ$°gDf˜ e ˆÿÿ%`•8d ˆÿÿ$´gDf˜8d ˆÿÿ%`•Ðb ˆÿÿ$¸gDf˜Ðb ˆÿÿ%`•ha ˆÿÿ$¼gDf˜ha ˆÿÿ%`•` ˆÿÿ$ÀgDf˜` ˆÿÿ%`•ˆÿÿ$ÄgDf˜ˆÿÿ%`•h‘ˆÿÿ$ÈgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ$ÌgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ$ÐgDf˜8”ˆÿÿ%`• •ˆÿÿ$ÔgDf˜ •ˆÿÿ%`•—ˆÿÿ$ØgDf˜—ˆÿÿ%`•p˜ˆÿÿ$ÜgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ$àgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ$ägDf˜@›ˆÿÿ%`•¨œˆÿÿ$ègDf˜¨œˆÿÿ%`•žˆÿÿ$ìgDf˜žˆÿÿ%`•à ˆÿÿ$ðgDf˜à ˆÿÿ%`•há ˆÿÿ$ôgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ$øgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ$ügDf˜8ä ˆÿÿ%`• å ˆÿÿ%gDf˜ å ˆÿÿ%`•ç ˆÿÿ%gDf˜ç ˆÿÿ%`•pè ˆÿÿ%gDf˜pè ˆÿÿ%`•Øé ˆÿÿ% gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ%gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ%gDf˜¨ì ˆÿÿ%`•î ˆÿÿ%gDf˜î ˆÿÿ%`•n ˆÿÿ%gDf˜n ˆÿÿ%`•¨l ˆÿÿ% gDf˜¨l ˆÿÿ%`•pè‘ ˆÿÿ%$gDf˜pè‘ ˆÿÿ%`•Øé‘ ˆÿÿ%(gDf˜Øé‘ ˆÿÿ%`•@ë‘ ˆÿÿ%,gDf˜@ë‘ ˆÿÿ%`•¨ì‘ ˆÿÿ%0gDf˜¨ì‘ ˆÿÿ%`•î‘ ˆÿÿ%4gDf˜î‘ ˆÿÿ%`•ð ˆÿÿ%8gDf˜ð ˆÿÿ%`•hñ ˆÿÿ%<gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ%@gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ%DgDf˜8ô ˆÿÿ%`•8¿ˆÿÿ%HgDf˜8¿ˆÿÿ%`•пˆÿÿ%LgDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿ%PgDf˜h¿ˆÿÿ%`•¿ˆÿÿ%TgDf˜¿ˆÿÿ%`• %ˆÿÿ%XgDf˜ %ˆÿÿ%`•h!%ˆÿÿ%\gDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ%`gDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ%dgDf˜8$%ˆÿÿ%`• %%ˆÿÿ%hgDf˜ %%ˆÿÿ%`•'%ˆÿÿ%lgDf˜'%ˆÿÿ%`•p(%ˆÿÿ%pgDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ%tgDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ%xgDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ%|gDf˜¨,%ˆÿÿ%`•.%ˆÿÿ%€gDf˜.%ˆÿÿ%`•°¹ˆÿÿ%„gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ%ˆgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ%ŒgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ%gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ%”gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ%˜gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ%œgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ% gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ%¤gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ%¨gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ%¬gDf˜¾¹ˆÿÿ%`•¿ˆÿÿ%°gDf˜¿ˆÿÿ%`•¨¿ˆÿÿ%´gDf˜¨¿ˆÿÿ%`•@¿ˆÿÿ%¸gDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿ%¼gDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿ%ÀgDf˜p¿ˆÿÿ%`•¿ˆÿÿ%ÄgDf˜¿ˆÿÿ%`• ¿ˆÿÿ%ÈgDf˜ ¿ˆÿÿ%`•ÐÒ1ˆÿÿ%ÌgDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿ%ÐgDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿ%ÔgDf˜Ð1ˆÿÿ%`•€ ˆÿÿ%ØgDf˜€ ˆÿÿ%`•h ˆÿÿ%ÜgDf˜h ˆÿÿ%`•Ђ ˆÿÿ%àgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ%ägDf˜8„ ˆÿÿ%`• … ˆÿÿ%ègDf˜ … ˆÿÿ%`•‡ ˆÿÿ%ìgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ%ðgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ%ôgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ%øgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ%ügDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ&gDf˜Ž ˆÿÿ%`•pˆÿÿ&gDf˜pˆÿÿ%`•hqˆÿÿ&gDf˜hqˆÿÿ%`•Ðrˆÿÿ& gDf˜Ðrˆÿÿ%`• Õ1ˆÿÿ&ègDf˜ Õ1ˆÿÿ%`•8Ô1ˆÿÿ'üügDf˜8Ô1ˆÿÿ%`•hÁ­ˆÿÿ)øügDf˜hÁ­ˆÿÿ%`•À­ˆÿÿ+ôgDf˜À­ˆÿÿ%`•  ˆÿÿ,ügDf˜  ˆÿÿ%`•h¡ ˆÿÿ-üügDf˜h¡ ˆÿÿ%`•Т ˆÿÿ/øgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ0„gDf˜8¤ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0ˆgDf˜'ˆÿÿ%`•Øyˆÿÿƒ,gDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•8tˆÿÿÈÔgDf˜8tˆÿÿ%`• uˆÿÿÉœgDf˜ uˆÿÿ%`•wˆÿÿ̰ügDf˜wˆÿÿ%`•pxˆÿÿάügDf˜pxˆÿÿ%`•¨|ˆÿÿШgDf˜¨|ˆÿÿ%`•~ˆÿÿѰügDf˜~ˆÿÿ%`•Þ1ˆÿÿÓ¬ügDf˜Þ1ˆÿÿ%`•¨Ü1ˆÿÿÕ¨ügDf˜¨Ü1ˆÿÿ%`•@Û1ˆÿÿפ gDf˜@Û1ˆÿÿ%`•×1ˆÿÿØÌ`gDf˜×1ˆÿÿ%`•ØÙ1ˆÿÿÙ¨ügDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿÛ¤ügDf˜pØ1ˆÿÿ%`•8¤ ˆÿÿ gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0ŒgDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0”gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0˜gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0œgDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0 gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0¤gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0¨gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0¬gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0°gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0´gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0¸gDf˜8¤ ˆÿÿ%`•8¤ ˆÿÿ0¼gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ0ÀgDf˜Ð¢ ˆÿÿ%`•Т ˆÿÿ0ÄgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ0ÈgDf˜8¤ ˆÿÿ%`•h¡ ˆÿÿ0ÌgDf˜h¡ ˆÿÿ%`•  ˆÿÿ0ÐgDf˜  ˆÿÿ%`• ¥ ˆÿÿ0ÔgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ0ØgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ0ÜgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ0àgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ0ägDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ0ègDf˜¨¬ ˆÿÿ%`•® ˆÿÿ0ìgDf˜® ˆÿÿ%`•>™ˆÿÿ0ðgDf˜>™ˆÿÿ%`•>™ˆÿÿ0ôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0øgDf˜¨<™ˆÿÿ%`•Ð1ˆÿÿ0ügDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ1gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ1gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ1gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ1 gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ1gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ1gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ1gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ1gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ1 gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ1$gDf˜Þ1ˆÿÿ%`•`¿ˆÿÿ1(gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ1,gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ10gDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ14gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ18gDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ1<gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ1@gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ1DgDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ1HgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ1LgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ1PgDf˜n¿ˆÿÿ%`•0Ü ˆÿÿ1TgDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ1XgDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ1\gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ1`gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ1dgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ1hgDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ1lgDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ1pgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ1tgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ1xgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ1|gDf˜>Ü ˆÿÿ%`•°rˆÿÿ1€gDf˜°rˆÿÿ%`•h±rˆÿÿ1„gDf˜h±rˆÿÿ%`•вrˆÿÿ1ˆgDf˜Ð²rˆÿÿ%`•8´rˆÿÿ1ŒgDf˜8´rˆÿÿ%`• µrˆÿÿ1gDf˜ µrˆÿÿ%`•·rˆÿÿ1”gDf˜·rˆÿÿ%`•p¸rˆÿÿ1˜gDf˜p¸rˆÿÿ%`•عrˆÿÿ1œgDf˜Ø¹rˆÿÿ%`•@»rˆÿÿ1 gDf˜@»rˆÿÿ%`•¨¼rˆÿÿ1¤gDf˜¨¼rˆÿÿ%`•¾rˆÿÿ1¨gDf˜¾rˆÿÿ%`•°Úˆÿÿ1¬gDf˜°Úˆÿÿ%`•h±Úˆÿÿ1°gDf˜h±Úˆÿÿ%`•вÚˆÿÿ1´gDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ1¸gDf˜8´Úˆÿÿ%`• µÚˆÿÿ1¼gDf˜ µÚˆÿÿ%`•·Úˆÿÿ1ÀgDf˜·Úˆÿÿ%`•p¸Úˆÿÿ1ÄgDf˜p¸Úˆÿÿ%`•؉%ˆÿÿ1ÈgDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ1ÌgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ1ÐgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ1ÔgDf˜Ž%ˆÿÿ%`•عÚˆÿÿ1ØgDf˜Ø¹Úˆÿÿ%`•¨<™ˆÿÿ1ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ1àgDf˜>™ˆÿÿ%`•g¿ˆÿÿ1ägDf˜g¿ˆÿÿ%`• e¿ˆÿÿ1ègDf˜ e¿ˆÿÿ%`•8d¿ˆÿÿ1ìgDf˜8d¿ˆÿÿ%`•Ðb¿ˆÿÿ1ðgDf˜Ðb¿ˆÿÿ%`•ha¿ˆÿÿ1ôgDf˜ha¿ˆÿÿ%`•`¿ˆÿÿ1øgDf˜`¿ˆÿÿ%`•Ü ˆÿÿ1ügDf˜Ü ˆÿÿ%`•hÜ ˆÿÿ2gDf˜hÜ ˆÿÿ%`•ÐÜ ˆÿÿ2gDf˜ÐÜ ˆÿÿ%`•8Ü ˆÿÿ2gDf˜8Ü ˆÿÿ%`• Ü ˆÿÿ2 gDf˜ Ü ˆÿÿ%`•Ü ˆÿÿ2gDf˜Ü ˆÿÿ%`•pÜ ˆÿÿ2gDf˜pÜ ˆÿÿ%`•ØÜ ˆÿÿ2gDf˜ØÜ ˆÿÿ%`•@Ü ˆÿÿ2gDf˜@Ü ˆÿÿ%`•¨Ü ˆÿÿ2 gDf˜¨Ü ˆÿÿ%`•Ü ˆÿÿ2$gDf˜Ü ˆÿÿ%`•Žˆÿÿ2(gDf˜Žˆÿÿ%`•hŽˆÿÿ2,gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ20gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ24gDf˜8Žˆÿÿ%`• Žˆÿÿ28gDf˜ Žˆÿÿ%`•Žˆÿÿ2<gDf˜Žˆÿÿ%`•pŽˆÿÿ2@gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ2DgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ2HgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ2LgDf˜¨ Žˆÿÿ%`•Žˆÿÿ2PgDf˜Žˆÿÿ%`•' ˆÿÿ2TgDf˜' ˆÿÿ%`•h‘' ˆÿÿ2XgDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿ2\gDf˜Ð’' ˆÿÿ%`•8”' ˆÿÿ2`gDf˜8”' ˆÿÿ%`• •' ˆÿÿ2dgDf˜ •' ˆÿÿ%`•—' ˆÿÿ2hgDf˜—' ˆÿÿ%`•p˜' ˆÿÿ2lgDf˜p˜' ˆÿÿ%`•Ø™' ˆÿÿ2pgDf˜Ø™' ˆÿÿ%`•@›' ˆÿÿ2tgDf˜@›' ˆÿÿ%`•¨œ' ˆÿÿ2xgDf˜¨œ' ˆÿÿ%`•¨œ' ˆÿÿ2|gDf˜¨œ' ˆÿÿ%`•@›' ˆÿÿ2€gDf˜@›' ˆÿÿ%`•Ø™' ˆÿÿ2„gDf˜Ø™' ˆÿÿ%`•p˜' ˆÿÿ2ˆgDf˜p˜' ˆÿÿ%`•—' ˆÿÿ2ŒgDf˜—' ˆÿÿ%`• •' ˆÿÿ2gDf˜ •' ˆÿÿ%`•8”' ˆÿÿ2”gDf˜8”' ˆÿÿ%`•Ð’' ˆÿÿ2˜gDf˜Ð’' ˆÿÿ%`•h‘' ˆÿÿ2œgDf˜h‘' ˆÿÿ%`•' ˆÿÿ2 gDf˜' ˆÿÿ%`•ž' ˆÿÿ2¤gDf˜ž' ˆÿÿ%`•>™ˆÿÿ2¨gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2¬gDf˜¨<™ˆÿÿ%`• ã ˆÿÿ2°gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ2´gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ2¸gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ2¼gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ2ÀgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ2ÄgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ2ÈgDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ2ÌgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ2ÐgDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ2ÔgDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ2ØgDf˜.ã ˆÿÿ%`•0Fˆÿÿ2ÜgDf˜0Fˆÿÿ%`•h1Fˆÿÿ2àgDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ2ägDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ2ègDf˜84Fˆÿÿ%`• 5Fˆÿÿ2ìgDf˜ 5Fˆÿÿ%`•7Fˆÿÿ2ðgDf˜7Fˆÿÿ%`•p8Fˆÿÿ2ôgDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ2øgDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ2ügDf˜@;Fˆÿÿ%`•¨Fˆÿÿ3gDf˜>Fˆÿÿ%`•ˆÿÿ3gDf˜ˆÿÿ%`•hˆÿÿ3 gDf˜hˆÿÿ%`•Јÿÿ3gDf˜Ðˆÿÿ%`•8ˆÿÿ3gDf˜8ˆÿÿ%`• ˆÿÿ3gDf˜ ˆÿÿ%`•ˆÿÿ3gDf˜ˆÿÿ%`•pˆÿÿ3 gDf˜pˆÿÿ%`•Ø ˆÿÿ3$gDf˜Ø ˆÿÿ%`•@ ˆÿÿ3(gDf˜@ ˆÿÿ%`•¨ ˆÿÿ3,gDf˜¨ ˆÿÿ%`•ˆÿÿ30gDf˜ˆÿÿ%`•0Ü ˆÿÿ34gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ38gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ3<gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ3@gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ3DgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ3HgDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ3LgDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ3PgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ3TgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ3XgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ3\gDf˜>Ü ˆÿÿ%`• ´ˆÿÿ3`gDf˜ ´ˆÿÿ%`•h!´ˆÿÿ3dgDf˜h!´ˆÿÿ%`•Ð"´ˆÿÿ3hgDf˜Ð"´ˆÿÿ%`•8$´ˆÿÿ3lgDf˜8$´ˆÿÿ%`• %´ˆÿÿ3pgDf˜ %´ˆÿÿ%`•'´ˆÿÿ3tgDf˜'´ˆÿÿ%`•p(´ˆÿÿ3xgDf˜p(´ˆÿÿ%`•Ø)´ˆÿÿ3|gDf˜Ø)´ˆÿÿ%`•@+´ˆÿÿ3€gDf˜@+´ˆÿÿ%`•¨,´ˆÿÿ3„gDf˜¨,´ˆÿÿ%`•.´ˆÿÿ3ˆgDf˜.´ˆÿÿ%`•¨œ' ˆÿÿ3ŒgDf˜¨œ' ˆÿÿ%`•@ˆÿÿ3gDf˜@ˆÿÿ%`•hAˆÿÿ3”gDf˜hAˆÿÿ%`•ÐBˆÿÿ3˜gDf˜ÐBˆÿÿ%`•8Dˆÿÿ3œgDf˜8Dˆÿÿ%`• Eˆÿÿ3 gDf˜ Eˆÿÿ%`•Gˆÿÿ3¤gDf˜Gˆÿÿ%`•pHˆÿÿ3¨gDf˜pHˆÿÿ%`•ØIˆÿÿ3¬gDf˜ØIˆÿÿ%`•@Kˆÿÿ3°gDf˜@Kˆÿÿ%`•¨Lˆÿÿ3´gDf˜¨Lˆÿÿ%`•Nˆÿÿ3¸gDf˜Nˆÿÿ%`•@›' ˆÿÿ3¼gDf˜@›' ˆÿÿ%`•Àoˆÿÿ3ÀgDf˜Àoˆÿÿ%`•hÁoˆÿÿ3ÄgDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ3ÈgDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ3ÌgDf˜8Äoˆÿÿ%`• Åoˆÿÿ3ÐgDf˜ Åoˆÿÿ%`•Çoˆÿÿ3ÔgDf˜Çoˆÿÿ%`•pÈoˆÿÿ3ØgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ3ÜgDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ3àgDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ3ägDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ3ègDf˜Îoˆÿÿ%`•p˜' ˆÿÿ3ìgDf˜p˜' ˆÿÿ%`•Ø™' ˆÿÿ3ðgDf˜Ø™' ˆÿÿ%`•PÖ ˆÿÿ3ôgDf˜PÖ ˆÿÿ%`•hQÖ ˆÿÿ3øgDf˜hQÖ ˆÿÿ%`•ÐRÖ ˆÿÿ3ügDf˜ÐRÖ ˆÿÿ%`•8TÖ ˆÿÿ4gDf˜8TÖ ˆÿÿ%`• UÖ ˆÿÿ4gDf˜ UÖ ˆÿÿ%`•WÖ ˆÿÿ4 gDf˜WÖ ˆÿÿ%`•pXÖ ˆÿÿ4gDf˜pXÖ ˆÿÿ%`•ØYÖ ˆÿÿ4gDf˜ØYÖ ˆÿÿ%`•@[Ö ˆÿÿ4gDf˜@[Ö ˆÿÿ%`•¨\Ö ˆÿÿ4gDf˜¨\Ö ˆÿÿ%`•^Ö ˆÿÿ4 gDf˜^Ö ˆÿÿ%`•—' ˆÿÿ4$gDf˜—' ˆÿÿ%`• •' ˆÿÿ4(gDf˜ •' ˆÿÿ%`•`$ˆÿÿ4,gDf˜`$ˆÿÿ%`•ha$ˆÿÿ40gDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿ44gDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿ48gDf˜8d$ˆÿÿ%`• e$ˆÿÿ4<gDf˜ e$ˆÿÿ%`•g$ˆÿÿ4@gDf˜g$ˆÿÿ%`•ph$ˆÿÿ4DgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿ4HgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿ4LgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿ4PgDf˜¨l$ˆÿÿ%`•n$ˆÿÿ4TgDf˜n$ˆÿÿ%`•8”' ˆÿÿ4XgDf˜8”' ˆÿÿ%`•µˆÿÿ4\gDf˜µˆÿÿ%`•hµˆÿÿ4`gDf˜hµˆÿÿ%`•еˆÿÿ4dgDf˜Ðµˆÿÿ%`•8µˆÿÿ4hgDf˜8µˆÿÿ%`• µˆÿÿ4lgDf˜ µˆÿÿ%`•µˆÿÿ4pgDf˜µˆÿÿ%`•pµˆÿÿ4tgDf˜pµˆÿÿ%`•صˆÿÿ4xgDf˜Øµˆÿÿ%`•@µˆÿÿ4|gDf˜@µˆÿÿ%`•¨µˆÿÿ4€gDf˜¨µˆÿÿ%`•µˆÿÿ4„gDf˜µˆÿÿ%`•ž' ˆÿÿ4ˆgDf˜ž' ˆÿÿ%`•' ˆÿÿ4ŒgDf˜' ˆÿÿ%`•h‘' ˆÿÿ4gDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿ4”gDf˜Ð’' ˆÿÿ%`•¨<™ˆÿÿ4˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4œgDf˜>™ˆÿÿ%`•'ã ˆÿÿ4 gDf˜'ã ˆÿÿ%`• %ã ˆÿÿ4¤gDf˜ %ã ˆÿÿ%`•8$ã ˆÿÿ4¨gDf˜8$ã ˆÿÿ%`•Ð"ã ˆÿÿ4¬gDf˜Ð"ã ˆÿÿ%`•p(ã ˆÿÿ4°gDf˜p(ã ˆÿÿ%`•h!ã ˆÿÿ4´gDf˜h!ã ˆÿÿ%`• ã ˆÿÿ4¸gDf˜ ã ˆÿÿ%`•  ˆÿÿ4¼gDf˜  ˆÿÿ%`•h¡ ˆÿÿ4ÀgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ4ÄgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ4ÈgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ4ÌgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ4ÐgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ4ÔgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ4ØgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ4ÜgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ4àgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ4ägDf˜® ˆÿÿ%`•€Eˆÿÿ4ègDf˜€Eˆÿÿ%`•hEˆÿÿ4ìgDf˜hEˆÿÿ%`•ЂEˆÿÿ4ðgDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ4ôgDf˜8„Eˆÿÿ%`• …Eˆÿÿ4øgDf˜ …Eˆÿÿ%`•‡Eˆÿÿ4ügDf˜‡Eˆÿÿ%`•pˆEˆÿÿ5gDf˜pˆEˆÿÿ%`•؉Eˆÿÿ5gDf˜Ø‰Eˆÿÿ%`•@‹Eˆÿÿ5gDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿ5 gDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿ5gDf˜ŽEˆÿÿ%`•` ˆÿÿ5gDf˜` ˆÿÿ%`•ha ˆÿÿ5gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ5gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ5 gDf˜8d ˆÿÿ%`• e ˆÿÿ5$gDf˜ e ˆÿÿ%`•g ˆÿÿ5(gDf˜g ˆÿÿ%`•ph ˆÿÿ5,gDf˜ph ˆÿÿ%`•Øi ˆÿÿ50gDf˜Øi ˆÿÿ%`•@k ˆÿÿ54gDf˜@k ˆÿÿ%`•¨l ˆÿÿ58gDf˜¨l ˆÿÿ%`•n ˆÿÿ5<gDf˜n ˆÿÿ%`•` ˆÿÿ5@gDf˜` ˆÿÿ%`•ha ˆÿÿ5DgDf˜ha ˆÿÿ%`•Ðb ˆÿÿ5HgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ5LgDf˜8d ˆÿÿ%`• e ˆÿÿ5PgDf˜ e ˆÿÿ%`•g ˆÿÿ5TgDf˜g ˆÿÿ%`•ph ˆÿÿ5XgDf˜ph ˆÿÿ%`•Øi ˆÿÿ5\gDf˜Øi ˆÿÿ%`•@k ˆÿÿ5`gDf˜@k ˆÿÿ%`•¨l ˆÿÿ5dgDf˜¨l ˆÿÿ%`•n ˆÿÿ5hgDf˜n ˆÿÿ%`•.ã ˆÿÿ5lgDf˜.ã ˆÿÿ%`•¨,ã ˆÿÿ5pgDf˜¨,ã ˆÿÿ%`•@+ã ˆÿÿ5tgDf˜@+ã ˆÿÿ%`•Ø)ã ˆÿÿ5xgDf˜Ø)ã ˆÿÿ%`•7Ü ˆÿÿ5|gDf˜7Ü ˆÿÿ%`• 5Ü ˆÿÿ5€gDf˜ 5Ü ˆÿÿ%`•84Ü ˆÿÿ5„gDf˜84Ü ˆÿÿ%`•Ð2Ü ˆÿÿ5ˆgDf˜Ð2Ü ˆÿÿ%`•h1Ü ˆÿÿ5ŒgDf˜h1Ü ˆÿÿ%`•0Ü ˆÿÿ5gDf˜0Ü ˆÿÿ%`•ˆÿÿ5”gDf˜ˆÿÿ%`•hˆÿÿ5˜gDf˜hˆÿÿ%`•Јÿÿ5œgDf˜Ðˆÿÿ%`•8ˆÿÿ5 gDf˜8ˆÿÿ%`• ˆÿÿ5¤gDf˜ ˆÿÿ%`•ˆÿÿ5¨gDf˜ˆÿÿ%`•pˆÿÿ5¬gDf˜pˆÿÿ%`•Ø ˆÿÿ5°gDf˜Ø ˆÿÿ%`•@ ˆÿÿ5´gDf˜@ ˆÿÿ%`•¨ ˆÿÿ5¸gDf˜¨ ˆÿÿ%`•ˆÿÿ5¼gDf˜ˆÿÿ%`• ˜ˆÿÿ5ÀgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ5ÄgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ5ÈgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ5ÌgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ5ÐgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ5ÔgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ5ØgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ5ÜgDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ5àgDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ5ägDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ5ègDf˜.˜ˆÿÿ%`•>Ü ˆÿÿ5ìgDf˜>Ü ˆÿÿ%`•¨<Ü ˆÿÿ5ðgDf˜¨<Ü ˆÿÿ%`•@;Ü ˆÿÿ5ôgDf˜@;Ü ˆÿÿ%`•Ø9Ü ˆÿÿ5øgDf˜Ø9Ü ˆÿÿ%`•p8Ü ˆÿÿ5ügDf˜p8Ü ˆÿÿ%`•@›' ˆÿÿ6gDf˜@›' ˆÿÿ%`•¨œ' ˆÿÿ6gDf˜¨œ' ˆÿÿ%`•ÐÂoˆÿÿ6gDf˜ÐÂoˆÿÿ%`•hÁoˆÿÿ6 gDf˜hÁoˆÿÿ%`•Àoˆÿÿ6gDf˜Àoˆÿÿ%`•…ˆÿÿ6gDf˜…ˆÿÿ%`•h‘…ˆÿÿ6gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ6gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ6 gDf˜8”…ˆÿÿ%`• •…ˆÿÿ6$gDf˜ •…ˆÿÿ%`•—…ˆÿÿ6(gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ6,gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ60gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ64gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ68gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ6<gDf˜ž…ˆÿÿ%`•+ˆÿÿ6@gDf˜+ˆÿÿ%`•h‘+ˆÿÿ6DgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ6HgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ6LgDf˜8”+ˆÿÿ%`• •+ˆÿÿ6PgDf˜ •+ˆÿÿ%`•—+ˆÿÿ6TgDf˜—+ˆÿÿ%`•p˜+ˆÿÿ6XgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ6\gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ6`gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ6dgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ6hgDf˜ž+ˆÿÿ%`•Îoˆÿÿ6lgDf˜Îoˆÿÿ%`•¨Ìoˆÿÿ6pgDf˜¨Ìoˆÿÿ%`•@Ëoˆÿÿ6tgDf˜@Ëoˆÿÿ%`•ØÉoˆÿÿ6xgDf˜ØÉoˆÿÿ%`•pÈoˆÿÿ6|gDf˜pÈoˆÿÿ%`•Çoˆÿÿ6€gDf˜Çoˆÿÿ%`• Åoˆÿÿ6„gDf˜ Åoˆÿÿ%`•8Äoˆÿÿ6ˆgDf˜8Äoˆÿÿ%`• •' ˆÿÿ6ŒgDf˜ •' ˆÿÿ%`•—' ˆÿÿ6gDf˜—' ˆÿÿ%`•Ø™' ˆÿÿ6”gDf˜Ø™' ˆÿÿ%`•p˜' ˆÿÿ6˜gDf˜p˜' ˆÿÿ%`•@k$ˆÿÿ6œgDf˜@k$ˆÿÿ%`•Øi$ˆÿÿ6 gDf˜Øi$ˆÿÿ%`•ph$ˆÿÿ6¤gDf˜ph$ˆÿÿ%`•g$ˆÿÿ6¨gDf˜g$ˆÿÿ%`• e$ˆÿÿ6¬gDf˜ e$ˆÿÿ%`•8d$ˆÿÿ6°gDf˜8d$ˆÿÿ%`•Ðb$ˆÿÿ6´gDf˜Ðb$ˆÿÿ%`•ha$ˆÿÿ6¸gDf˜ha$ˆÿÿ%`•`$ˆÿÿ6¼gDf˜`$ˆÿÿ%`• /ˆÿÿ6ÀgDf˜ /ˆÿÿ%`•h¡/ˆÿÿ6ÄgDf˜h¡/ˆÿÿ%`•Т/ˆÿÿ6ÈgDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿ6ÌgDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿ6ÐgDf˜ ¥/ˆÿÿ%`•§/ˆÿÿ6ÔgDf˜§/ˆÿÿ%`•p¨/ˆÿÿ6ØgDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿ6ÜgDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿ6àgDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿ6ägDf˜¨¬/ˆÿÿ%`•®/ˆÿÿ6ègDf˜®/ˆÿÿ%`•n$ˆÿÿ6ìgDf˜n$ˆÿÿ%`•¨l$ˆÿÿ6ðgDf˜¨l$ˆÿÿ%`•Ð’' ˆÿÿ6ôgDf˜Ð’' ˆÿÿ%`•h‘' ˆÿÿ6øgDf˜h‘' ˆÿÿ%`•' ˆÿÿ6ügDf˜' ˆÿÿ%`•ž' ˆÿÿ7gDf˜ž' ˆÿÿ%`•8”' ˆÿÿ7gDf˜8”' ˆÿÿ%`•>™ˆÿÿ7gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ7 gDf˜¨<™ˆÿÿ%`• ã ˆÿÿ7gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ7gDf˜h!ã ˆÿÿ%`•p(ã ˆÿÿ7gDf˜p(ã ˆÿÿ%`•Ð"ã ˆÿÿ7gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ7 gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ7$gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ7(gDf˜'ã ˆÿÿ%`• ¥ ˆÿÿ7,gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ70gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ74gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ78gDf˜h¡ ˆÿÿ%`•  ˆÿÿ7<gDf˜  ˆÿÿ%`•@$ˆÿÿ7@gDf˜@$ˆÿÿ%`•hA$ˆÿÿ7DgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ7HgDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿ7LgDf˜8D$ˆÿÿ%`• E$ˆÿÿ7PgDf˜ E$ˆÿÿ%`•G$ˆÿÿ7TgDf˜G$ˆÿÿ%`•pH$ˆÿÿ7XgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ7\gDf˜ØI$ˆÿÿ%`•@K$ˆÿÿ7`gDf˜@K$ˆÿÿ%`•¨L$ˆÿÿ7dgDf˜¨L$ˆÿÿ%`•N$ˆÿÿ7hgDf˜N$ˆÿÿ%`•® ˆÿÿ7lgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ7pgDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ7tgDf˜@« ˆÿÿ%`•Ø© ˆÿÿ7xgDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ7|gDf˜p¨ ˆÿÿ%`•§ ˆÿÿ7€gDf˜§ ˆÿÿ%`•8d ˆÿÿ7„gDf˜8d ˆÿÿ%`•Ðb ˆÿÿ7ˆgDf˜Ðb ˆÿÿ%`•ha ˆÿÿ7ŒgDf˜ha ˆÿÿ%`•` ˆÿÿ7gDf˜` ˆÿÿ%`•p™ ˆÿÿ7”gDf˜p™ ˆÿÿ%`•hq™ ˆÿÿ7˜gDf˜hq™ ˆÿÿ%`•Ðr™ ˆÿÿ7œgDf˜Ðr™ ˆÿÿ%`•8t™ ˆÿÿ7 gDf˜8t™ ˆÿÿ%`• u™ ˆÿÿ7¤gDf˜ u™ ˆÿÿ%`•w™ ˆÿÿ7¨gDf˜w™ ˆÿÿ%`•px™ ˆÿÿ7¬gDf˜px™ ˆÿÿ%`•Øy™ ˆÿÿ7°gDf˜Øy™ ˆÿÿ%`•@{™ ˆÿÿ7´gDf˜@{™ ˆÿÿ%`•¨|™ ˆÿÿ7¸gDf˜¨|™ ˆÿÿ%`•~™ ˆÿÿ7¼gDf˜~™ ˆÿÿ%`•€Fˆÿÿ7ÀgDf˜€Fˆÿÿ%`•hFˆÿÿ7ÄgDf˜hFˆÿÿ%`•ЂFˆÿÿ7ÈgDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ7ÌgDf˜8„Fˆÿÿ%`• …Fˆÿÿ7ÐgDf˜ …Fˆÿÿ%`•‡Fˆÿÿ7ÔgDf˜‡Fˆÿÿ%`•pˆFˆÿÿ7ØgDf˜pˆFˆÿÿ%`•؉Fˆÿÿ7ÜgDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ7àgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ7ägDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ7ègDf˜ŽFˆÿÿ%`•n ˆÿÿ7ìgDf˜n ˆÿÿ%`•¨l ˆÿÿ7ðgDf˜¨l ˆÿÿ%`•@k ˆÿÿ7ôgDf˜@k ˆÿÿ%`•Øi ˆÿÿ7øgDf˜Øi ˆÿÿ%`•ph ˆÿÿ7ügDf˜ph ˆÿÿ%`•g ˆÿÿ8gDf˜g ˆÿÿ%`• e ˆÿÿ8gDf˜ e ˆÿÿ%`•Ø)ã ˆÿÿ8 gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ8gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ8gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ8gDf˜.ã ˆÿÿ%`•0Ü ˆÿÿ8gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ8 gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ8$gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ8(gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ8,gDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ80gDf˜7Ü ˆÿÿ%`•8$˜ˆÿÿ84gDf˜8$˜ˆÿÿ%`•Ð"˜ˆÿÿ88gDf˜Ð"˜ˆÿÿ%`•h!˜ˆÿÿ8<gDf˜h!˜ˆÿÿ%`• ˜ˆÿÿ8@gDf˜ ˜ˆÿÿ%`• ‰ ˆÿÿ8DgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ8HgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ8LgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ8PgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ8TgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ8XgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ8\gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ8`gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ8dgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿ8hgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ8lgDf˜.‰ ˆÿÿ%`•.˜ˆÿÿ8pgDf˜.˜ˆÿÿ%`•¨,˜ˆÿÿ8tgDf˜¨,˜ˆÿÿ%`•@+˜ˆÿÿ8xgDf˜@+˜ˆÿÿ%`•Ø)˜ˆÿÿ8|gDf˜Ø)˜ˆÿÿ%`•p(˜ˆÿÿ8€gDf˜p(˜ˆÿÿ%`•'˜ˆÿÿ8„gDf˜'˜ˆÿÿ%`• %˜ˆÿÿ8ˆgDf˜ %˜ˆÿÿ%`•p8Ü ˆÿÿ8ŒgDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ8gDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ8”gDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ8˜gDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ8œgDf˜>Ü ˆÿÿ%`•¨œ' ˆÿÿ8 gDf˜¨œ' ˆÿÿ%`•@›' ˆÿÿ8¤gDf˜@›' ˆÿÿ%`•Àoˆÿÿ8¨gDf˜Àoˆÿÿ%`•hÁoˆÿÿ8¬gDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ8°gDf˜ÐÂoˆÿÿ%`•8”+ˆÿÿ8´gDf˜8”+ˆÿÿ%`•Ð’+ˆÿÿ8¸gDf˜Ð’+ˆÿÿ%`•h‘+ˆÿÿ8¼gDf˜h‘+ˆÿÿ%`•+ˆÿÿ8ÀgDf˜+ˆÿÿ%`•Å ˆÿÿ8ÄgDf˜Å ˆÿÿ%`•hÅ ˆÿÿ8ÈgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ8ÌgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ8ÐgDf˜8Å ˆÿÿ%`• Å ˆÿÿ8ÔgDf˜ Å ˆÿÿ%`•Å ˆÿÿ8ØgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ8ÜgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ8àgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ8ägDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ8ègDf˜¨Å ˆÿÿ%`•Å ˆÿÿ8ìgDf˜Å ˆÿÿ%`•ž+ˆÿÿ8ðgDf˜ž+ˆÿÿ%`•¨œ+ˆÿÿ8ôgDf˜¨œ+ˆÿÿ%`•@›+ˆÿÿ8øgDf˜@›+ˆÿÿ%`•Ø™+ˆÿÿ8ügDf˜Ø™+ˆÿÿ%`•p˜+ˆÿÿ9gDf˜p˜+ˆÿÿ%`•—+ˆÿÿ9gDf˜—+ˆÿÿ%`• •+ˆÿÿ9gDf˜ •+ˆÿÿ%`•8Äoˆÿÿ9 gDf˜8Äoˆÿÿ%`• Åoˆÿÿ9gDf˜ Åoˆÿÿ%`•Çoˆÿÿ9gDf˜Çoˆÿÿ%`•pÈoˆÿÿ9gDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ9gDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ9 gDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ9$gDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ9(gDf˜Îoˆÿÿ%`•p˜' ˆÿÿ9,gDf˜p˜' ˆÿÿ%`•Ø™' ˆÿÿ90gDf˜Ø™' ˆÿÿ%`•—' ˆÿÿ94gDf˜—' ˆÿÿ%`• •' ˆÿÿ98gDf˜ •' ˆÿÿ%`•`$ˆÿÿ9<gDf˜`$ˆÿÿ%`•ha$ˆÿÿ9@gDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿ9DgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿ9HgDf˜8d$ˆÿÿ%`• e$ˆÿÿ9LgDf˜ e$ˆÿÿ%`•¨l$ˆÿÿ9PgDf˜¨l$ˆÿÿ%`•n$ˆÿÿ9TgDf˜n$ˆÿÿ%`•g$ˆÿÿ9XgDf˜g$ˆÿÿ%`•ph$ˆÿÿ9\gDf˜ph$ˆÿÿ%`•Øi$ˆÿÿ9`gDf˜Øi$ˆÿÿ%`•@k$ˆÿÿ9dgDf˜@k$ˆÿÿ%`•8”' ˆÿÿ9hgDf˜8”' ˆÿÿ%`•ž' ˆÿÿ9lgDf˜ž' ˆÿÿ%`•' ˆÿÿ9pgDf˜' ˆÿÿ%`•h‘' ˆÿÿ9tgDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿ9xgDf˜Ð’' ˆÿÿ%`•¨<™ˆÿÿ9|gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9€gDf˜>™ˆÿÿ%`•'ã ˆÿÿ9„gDf˜'ã ˆÿÿ%`• %ã ˆÿÿ9ˆgDf˜ %ã ˆÿÿ%`•8$ã ˆÿÿ9ŒgDf˜8$ã ˆÿÿ%`•Ð"ã ˆÿÿ9gDf˜Ð"ã ˆÿÿ%`•p(ã ˆÿÿ9”gDf˜p(ã ˆÿÿ%`•h!ã ˆÿÿ9˜gDf˜h!ã ˆÿÿ%`• ã ˆÿÿ9œgDf˜ ã ˆÿÿ%`•  ˆÿÿ9 gDf˜  ˆÿÿ%`•h¡ ˆÿÿ9¤gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ9¨gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ9¬gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ9°gDf˜ ¥ ˆÿÿ%`•8D$ˆÿÿ9´gDf˜8D$ˆÿÿ%`•ÐB$ˆÿÿ9¸gDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿ9¼gDf˜hA$ˆÿÿ%`•@$ˆÿÿ9ÀgDf˜@$ˆÿÿ%`•°ˆÿÿ9ÄgDf˜°ˆÿÿ%`•h±ˆÿÿ9ÈgDf˜h±ˆÿÿ%`•вˆÿÿ9ÌgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ9ÐgDf˜8´ˆÿÿ%`• µˆÿÿ9ÔgDf˜ µˆÿÿ%`•·ˆÿÿ9ØgDf˜·ˆÿÿ%`•p¸ˆÿÿ9ÜgDf˜p¸ˆÿÿ%`•عˆÿÿ9àgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ9ägDf˜@»ˆÿÿ%`•¨¼ˆÿÿ9ègDf˜¨¼ˆÿÿ%`•¾ˆÿÿ9ìgDf˜¾ˆÿÿ%`•N$ˆÿÿ9ðgDf˜N$ˆÿÿ%`•¨L$ˆÿÿ9ôgDf˜¨L$ˆÿÿ%`•@K$ˆÿÿ9øgDf˜@K$ˆÿÿ%`•ØI$ˆÿÿ9ügDf˜ØI$ˆÿÿ%`•pH$ˆÿÿ:gDf˜pH$ˆÿÿ%`•G$ˆÿÿ:gDf˜G$ˆÿÿ%`• E$ˆÿÿ:gDf˜ E$ˆÿÿ%`•§ ˆÿÿ: gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ:gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ:gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ:gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ:gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ: gDf˜® ˆÿÿ%`•` ˆÿÿ:$gDf˜` ˆÿÿ%`•ha ˆÿÿ:(gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ:,gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ:0gDf˜8d ˆÿÿ%`•8„Fˆÿÿ:4gDf˜8„Fˆÿÿ%`•ЂFˆÿÿ:8gDf˜Ð‚Fˆÿÿ%`•hFˆÿÿ:<gDf˜hFˆÿÿ%`•€Fˆÿÿ:@gDf˜€Fˆÿÿ%`•À ˆÿÿ:DgDf˜À ˆÿÿ%`•hÁ ˆÿÿ:HgDf˜hÁ ˆÿÿ%`•Рˆÿÿ:LgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ:PgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ:TgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ:XgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ:\gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ:`gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ:dgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ:hgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ:lgDf˜Î ˆÿÿ%`•ŽFˆÿÿ:pgDf˜ŽFˆÿÿ%`•¨ŒFˆÿÿ:tgDf˜¨ŒFˆÿÿ%`•@‹Fˆÿÿ:xgDf˜@‹Fˆÿÿ%`•؉Fˆÿÿ:|gDf˜Ø‰Fˆÿÿ%`•pˆFˆÿÿ:€gDf˜pˆFˆÿÿ%`•‡Fˆÿÿ:„gDf˜‡Fˆÿÿ%`• …Fˆÿÿ:ˆgDf˜ …Fˆÿÿ%`• e ˆÿÿ:ŒgDf˜ e ˆÿÿ%`•g ˆÿÿ:gDf˜g ˆÿÿ%`•ph ˆÿÿ:”gDf˜ph ˆÿÿ%`•Øi ˆÿÿ:˜gDf˜Øi ˆÿÿ%`•@k ˆÿÿ:œgDf˜@k ˆÿÿ%`•¨l ˆÿÿ: gDf˜¨l ˆÿÿ%`•n ˆÿÿ:¤gDf˜n ˆÿÿ%`•.ã ˆÿÿ:¨gDf˜.ã ˆÿÿ%`•¨,ã ˆÿÿ:¬gDf˜¨,ã ˆÿÿ%`•@+ã ˆÿÿ:°gDf˜@+ã ˆÿÿ%`•Ø)ã ˆÿÿ:´gDf˜Ø)ã ˆÿÿ%`•7Ü ˆÿÿ:¸gDf˜7Ü ˆÿÿ%`• 5Ü ˆÿÿ:¼gDf˜ 5Ü ˆÿÿ%`•84Ü ˆÿÿ:ÀgDf˜84Ü ˆÿÿ%`•Ð2Ü ˆÿÿ:ÄgDf˜Ð2Ü ˆÿÿ%`•h1Ü ˆÿÿ:ÈgDf˜h1Ü ˆÿÿ%`•0Ü ˆÿÿ:ÌgDf˜0Ü ˆÿÿ%`•>Ü ˆÿÿ:ÐgDf˜>Ü ˆÿÿ%`•¨<Ü ˆÿÿ:ÔgDf˜¨<Ü ˆÿÿ%`•@;Ü ˆÿÿ:ØgDf˜@;Ü ˆÿÿ%`•Ø9Ü ˆÿÿ:ÜgDf˜Ø9Ü ˆÿÿ%`•p8Ü ˆÿÿ:àgDf˜p8Ü ˆÿÿ%`•@›' ˆÿÿ:ägDf˜@›' ˆÿÿ%`•¨œ' ˆÿÿ:ègDf˜¨œ' ˆÿÿ%`•ÐÂoˆÿÿ:ìgDf˜ÐÂoˆÿÿ%`•hÁoˆÿÿ:ðgDf˜hÁoˆÿÿ%`•Àoˆÿÿ:ôgDf˜Àoˆÿÿ%`•+ˆÿÿ:øgDf˜+ˆÿÿ%`•h‘+ˆÿÿ:ügDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ;gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ;gDf˜8”+ˆÿÿ%`•8Å ˆÿÿ;gDf˜8Å ˆÿÿ%`•ÐÅ ˆÿÿ; gDf˜ÐÅ ˆÿÿ%`•hÅ ˆÿÿ;gDf˜hÅ ˆÿÿ%`•Å ˆÿÿ;gDf˜Å ˆÿÿ%`•€2ˆÿÿ;gDf˜€2ˆÿÿ%`•h2ˆÿÿ;gDf˜h2ˆÿÿ%`•Ђ2ˆÿÿ; gDf˜Ð‚2ˆÿÿ%`•8„2ˆÿÿ;$gDf˜8„2ˆÿÿ%`• …2ˆÿÿ;(gDf˜ …2ˆÿÿ%`•‡2ˆÿÿ;,gDf˜‡2ˆÿÿ%`•pˆ2ˆÿÿ;0gDf˜pˆ2ˆÿÿ%`•؉2ˆÿÿ;4gDf˜Ø‰2ˆÿÿ%`•@‹2ˆÿÿ;8gDf˜@‹2ˆÿÿ%`•¨Œ2ˆÿÿ;<gDf˜¨Œ2ˆÿÿ%`•Ž2ˆÿÿ;@gDf˜Ž2ˆÿÿ%`•@ˆÿÿ;DgDf˜@ˆÿÿ%`•hAˆÿÿ;HgDf˜hAˆÿÿ%`•ÐBˆÿÿ;LgDf˜ÐBˆÿÿ%`•8Dˆÿÿ;PgDf˜8Dˆÿÿ%`• Eˆÿÿ;TgDf˜ Eˆÿÿ%`•Gˆÿÿ;XgDf˜Gˆÿÿ%`•pHˆÿÿ;\gDf˜pHˆÿÿ%`•ØIˆÿÿ;`gDf˜ØIˆÿÿ%`•@Kˆÿÿ;dgDf˜@Kˆÿÿ%`•¨Lˆÿÿ;hgDf˜¨Lˆÿÿ%`•Nˆÿÿ;lgDf˜Nˆÿÿ%`•Å ˆÿÿ;pgDf˜Å ˆÿÿ%`•¨Å ˆÿÿ;tgDf˜¨Å ˆÿÿ%`•@Å ˆÿÿ;xgDf˜@Å ˆÿÿ%`•ØÅ ˆÿÿ;|gDf˜ØÅ ˆÿÿ%`•pÅ ˆÿÿ;€gDf˜pÅ ˆÿÿ%`•Å ˆÿÿ;„gDf˜Å ˆÿÿ%`• Å ˆÿÿ;ˆgDf˜ Å ˆÿÿ%`• •+ˆÿÿ;ŒgDf˜ •+ˆÿÿ%`•—+ˆÿÿ;gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ;”gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ;˜gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ;œgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ; gDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ;¤gDf˜ž+ˆÿÿ%`•Îoˆÿÿ;¨gDf˜Îoˆÿÿ%`•¨Ìoˆÿÿ;¬gDf˜¨Ìoˆÿÿ%`•@Ëoˆÿÿ;°gDf˜@Ëoˆÿÿ%`•ØÉoˆÿÿ;´gDf˜ØÉoˆÿÿ%`•pÈoˆÿÿ;¸gDf˜pÈoˆÿÿ%`•Çoˆÿÿ;¼gDf˜Çoˆÿÿ%`• Åoˆÿÿ;ÀgDf˜ Åoˆÿÿ%`•8Äoˆÿÿ;ÄgDf˜8Äoˆÿÿ%`• •' ˆÿÿ;ÈgDf˜ •' ˆÿÿ%`•—' ˆÿÿ;ÌgDf˜—' ˆÿÿ%`•Ð’' ˆÿÿ;ÐgDf˜Ð’' ˆÿÿ%`•h‘' ˆÿÿ;ÔgDf˜h‘' ˆÿÿ%`•' ˆÿÿ;ØgDf˜' ˆÿÿ%`•ž' ˆÿÿ;ÜgDf˜ž' ˆÿÿ%`•8”' ˆÿÿ;àgDf˜8”' ˆÿÿ%`•Ø™' ˆÿÿ;ägDf˜Ø™' ˆÿÿ%`•p˜' ˆÿÿ;ègDf˜p˜' ˆÿÿ%`•>™ˆÿÿ;ìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;ðgDf˜¨<™ˆÿÿ%`• ã ˆÿÿ;ôgDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ;øgDf˜h!ã ˆÿÿ%`•p(ã ˆÿÿ;ügDf˜p(ã ˆÿÿ%`•Ð"ã ˆÿÿ<gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ<gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ<gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ<gDf˜'ã ˆÿÿ%`• ¥ ˆÿÿ<gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ<gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ<gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ< gDf˜h¡ ˆÿÿ%`•  ˆÿÿ<$gDf˜  ˆÿÿ%`•@$ˆÿÿ<(gDf˜@$ˆÿÿ%`•hA$ˆÿÿ<,gDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ<0gDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿ<4gDf˜8D$ˆÿÿ%`•8´ˆÿÿ<8gDf˜8´ˆÿÿ%`•вˆÿÿ<<gDf˜Ð²ˆÿÿ%`•h±ˆÿÿ<@gDf˜h±ˆÿÿ%`•°ˆÿÿÜ ˆÿÿ=gDf˜>Ü ˆÿÿ%`•0Ü ˆÿÿ=gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ=gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ= gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ=gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ=gDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ=gDf˜7Ü ˆÿÿ%`•ˆÿÿ=gDf˜ˆÿÿ%`•hˆÿÿ= gDf˜hˆÿÿ%`•Јÿÿ=$gDf˜Ðˆÿÿ%`•8ˆÿÿ=(gDf˜8ˆÿÿ%`• ˆÿÿ=,gDf˜ ˆÿÿ%`•ˆÿÿ=0gDf˜ˆÿÿ%`•pˆÿÿ=4gDf˜pˆÿÿ%`•Ø ˆÿÿ=8gDf˜Ø ˆÿÿ%`•@ ˆÿÿ=<gDf˜@ ˆÿÿ%`•¨ ˆÿÿ=@gDf˜¨ ˆÿÿ%`•ˆÿÿ=DgDf˜ˆÿÿ%`•0Fˆÿÿ=HgDf˜0Fˆÿÿ%`•h1Fˆÿÿ=LgDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ=PgDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ=TgDf˜84Fˆÿÿ%`• 5Fˆÿÿ=XgDf˜ 5Fˆÿÿ%`•7Fˆÿÿ=\gDf˜7Fˆÿÿ%`•p8Fˆÿÿ=`gDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ=dgDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ=hgDf˜@;Fˆÿÿ%`•¨Fˆÿÿ=pgDf˜>Fˆÿÿ%`•p8Ü ˆÿÿ=tgDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ=xgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ=|gDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ=€gDf˜¨<Ü ˆÿÿ%`•¨œ' ˆÿÿ=„gDf˜¨œ' ˆÿÿ%`•@›' ˆÿÿ=ˆgDf˜@›' ˆÿÿ%`•Àoˆÿÿ=ŒgDf˜Àoˆÿÿ%`•hÁoˆÿÿ=gDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ=”gDf˜ÐÂoˆÿÿ%`•8”+ˆÿÿ=˜gDf˜8”+ˆÿÿ%`•Ð’+ˆÿÿ=œgDf˜Ð’+ˆÿÿ%`•h‘+ˆÿÿ= gDf˜h‘+ˆÿÿ%`•+ˆÿÿ=¤gDf˜+ˆÿÿ%`•Å ˆÿÿ=¨gDf˜Å ˆÿÿ%`•hÅ ˆÿÿ=¬gDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ=°gDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ=´gDf˜8Å ˆÿÿ%`•8Dˆÿÿ=¸gDf˜8Dˆÿÿ%`•ÐBˆÿÿ=¼gDf˜ÐBˆÿÿ%`•hAˆÿÿ=ÀgDf˜hAˆÿÿ%`•@ˆÿÿ=ÄgDf˜@ˆÿÿ%`•…ˆÿÿ=ÈgDf˜…ˆÿÿ%`•h‘…ˆÿÿ=ÌgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ=ÐgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ=ÔgDf˜8”…ˆÿÿ%`• •…ˆÿÿ=ØgDf˜ •…ˆÿÿ%`•—…ˆÿÿ=ÜgDf˜—…ˆÿÿ%`•p˜…ˆÿÿ=àgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ=ägDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ=ègDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ=ìgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ=ðgDf˜ž…ˆÿÿ%`•Nˆÿÿ=ôgDf˜Nˆÿÿ%`•¨Lˆÿÿ=øgDf˜¨Lˆÿÿ%`•@Kˆÿÿ=ügDf˜@Kˆÿÿ%`•ØIˆÿÿ>gDf˜ØIˆÿÿ%`•pHˆÿÿ>gDf˜pHˆÿÿ%`•Gˆÿÿ>gDf˜Gˆÿÿ%`• Eˆÿÿ> gDf˜ Eˆÿÿ%`• Å ˆÿÿ>gDf˜ Å ˆÿÿ%`•Å ˆÿÿ>gDf˜Å ˆÿÿ%`•pÅ ˆÿÿ>gDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ>gDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ> gDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ>$gDf˜¨Å ˆÿÿ%`•Å ˆÿÿ>(gDf˜Å ˆÿÿ%`•ž+ˆÿÿ>,gDf˜ž+ˆÿÿ%`•¨œ+ˆÿÿ>0gDf˜¨œ+ˆÿÿ%`•@›+ˆÿÿ>4gDf˜@›+ˆÿÿ%`•Ø™+ˆÿÿ>8gDf˜Ø™+ˆÿÿ%`•p˜+ˆÿÿ><gDf˜p˜+ˆÿÿ%`•—+ˆÿÿ>@gDf˜—+ˆÿÿ%`• •+ˆÿÿ>DgDf˜ •+ˆÿÿ%`•8Äoˆÿÿ>HgDf˜8Äoˆÿÿ%`• Åoˆÿÿ>LgDf˜ Åoˆÿÿ%`•Çoˆÿÿ>PgDf˜Çoˆÿÿ%`•pÈoˆÿÿ>TgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ>XgDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ>\gDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ>`gDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ>dgDf˜Îoˆÿÿ%`•p˜' ˆÿÿ>hgDf˜p˜' ˆÿÿ%`•Ø™' ˆÿÿ>lgDf˜Ø™' ˆÿÿ%`•8”' ˆÿÿ>pgDf˜8”' ˆÿÿ%`•ž' ˆÿÿ>tgDf˜ž' ˆÿÿ%`•' ˆÿÿ>xgDf˜' ˆÿÿ%`•h‘' ˆÿÿ>|gDf˜h‘' ˆÿÿ%`•Ð’' ˆÿÿ>€gDf˜Ð’' ˆÿÿ%`•—' ˆÿÿ>„gDf˜—' ˆÿÿ%`• •' ˆÿÿ>ˆgDf˜ •' ˆÿÿ%`•¨<™ˆÿÿ>ŒgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ>gDf˜>™ˆÿÿ%`•'ã ˆÿÿ>”gDf˜'ã ˆÿÿ%`• %ã ˆÿÿ>˜gDf˜ %ã ˆÿÿ%`•8$ã ˆÿÿ>œgDf˜8$ã ˆÿÿ%`•Ð"ã ˆÿÿ> gDf˜Ð"ã ˆÿÿ%`•p(ã ˆÿÿ>¤gDf˜p(ã ˆÿÿ%`•h!ã ˆÿÿ>¨gDf˜h!ã ˆÿÿ%`• ã ˆÿÿ>¬gDf˜ ã ˆÿÿ%`•  ˆÿÿ>°gDf˜  ˆÿÿ%`•h¡ ˆÿÿ>´gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ>¸gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ>¼gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ>ÀgDf˜ ¥ ˆÿÿ%`•8D$ˆÿÿ>ÄgDf˜8D$ˆÿÿ%`•ÐB$ˆÿÿ>ÈgDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿ>ÌgDf˜hA$ˆÿÿ%`•@$ˆÿÿ>ÐgDf˜@$ˆÿÿ%`•N$ˆÿÿ>ÔgDf˜N$ˆÿÿ%`•¨L$ˆÿÿ>ØgDf˜¨L$ˆÿÿ%`•@K$ˆÿÿ>ÜgDf˜@K$ˆÿÿ%`•ØI$ˆÿÿ>àgDf˜ØI$ˆÿÿ%`•pH$ˆÿÿ>ägDf˜pH$ˆÿÿ%`•G$ˆÿÿ>ègDf˜G$ˆÿÿ%`• E$ˆÿÿ>ìgDf˜ E$ˆÿÿ%`•§ ˆÿÿ>ðgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ>ôgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ>øgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ>ügDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ?gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ?gDf˜® ˆÿÿ%`•n ˆÿÿ?gDf˜n ˆÿÿ%`•` ˆÿÿ? gDf˜` ˆÿÿ%`•ha ˆÿÿ?gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ?gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ?gDf˜8d ˆÿÿ%`•p™ ˆÿÿ?gDf˜p™ ˆÿÿ%`•hq™ ˆÿÿ? gDf˜hq™ ˆÿÿ%`•Ðr™ ˆÿÿ?$gDf˜Ðr™ ˆÿÿ%`•8t™ ˆÿÿ?(gDf˜8t™ ˆÿÿ%`• u™ ˆÿÿ?,gDf˜ u™ ˆÿÿ%`•w™ ˆÿÿ?0gDf˜w™ ˆÿÿ%`•px™ ˆÿÿ?4gDf˜px™ ˆÿÿ%`•Øy™ ˆÿÿ?8gDf˜Øy™ ˆÿÿ%`•@{™ ˆÿÿ?<gDf˜@{™ ˆÿÿ%`•¨|™ ˆÿÿ?@gDf˜¨|™ ˆÿÿ%`•~™ ˆÿÿ?DgDf˜~™ ˆÿÿ%`•€Eˆÿÿ?HgDf˜€Eˆÿÿ%`•hEˆÿÿ?LgDf˜hEˆÿÿ%`•ЂEˆÿÿ?PgDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ?TgDf˜8„Eˆÿÿ%`• …Eˆÿÿ?XgDf˜ …Eˆÿÿ%`•‡Eˆÿÿ?\gDf˜‡Eˆÿÿ%`•pˆEˆÿÿ?`gDf˜pˆEˆÿÿ%`•؉Eˆÿÿ?dgDf˜Ø‰Eˆÿÿ%`•@‹Eˆÿÿ?hgDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿ?lgDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿ?pgDf˜ŽEˆÿÿ%`• e ˆÿÿ?tgDf˜ e ˆÿÿ%`•g ˆÿÿ?xgDf˜g ˆÿÿ%`•ph ˆÿÿ?|gDf˜ph ˆÿÿ%`•Øi ˆÿÿ?€gDf˜Øi ˆÿÿ%`•@k ˆÿÿ?„gDf˜@k ˆÿÿ%`•¨l ˆÿÿ?ˆgDf˜¨l ˆÿÿ%`•.ã ˆÿÿ?ŒgDf˜.ã ˆÿÿ%`•¨,ã ˆÿÿ?gDf˜¨,ã ˆÿÿ%`•@+ã ˆÿÿ?”gDf˜@+ã ˆÿÿ%`•Ø)ã ˆÿÿ?˜gDf˜Ø)ã ˆÿÿ%`•7Ü ˆÿÿ?œgDf˜7Ü ˆÿÿ%`• 5Ü ˆÿÿ? gDf˜ 5Ü ˆÿÿ%`•84Ü ˆÿÿ?¤gDf˜84Ü ˆÿÿ%`•Ð2Ü ˆÿÿ?¨gDf˜Ð2Ü ˆÿÿ%`•h1Ü ˆÿÿ?¬gDf˜h1Ü ˆÿÿ%`•0Ü ˆÿÿ?°gDf˜0Ü ˆÿÿ%`•>Ü ˆÿÿ?´gDf˜>Ü ˆÿÿ%`•84Fˆÿÿ?¸gDf˜84Fˆÿÿ%`•Ð2Fˆÿÿ?¼gDf˜Ð2Fˆÿÿ%`•h1Fˆÿÿ?ÀgDf˜h1Fˆÿÿ%`•0Fˆÿÿ?ÄgDf˜0Fˆÿÿ%`•­ˆÿÿ?ÈgDf˜­ˆÿÿ%`•h­ˆÿÿ?ÌgDf˜h­ˆÿÿ%`•Эˆÿÿ?ÐgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ?ÔgDf˜8­ˆÿÿ%`• ­ˆÿÿ?ØgDf˜ ­ˆÿÿ%`•­ˆÿÿ?ÜgDf˜­ˆÿÿ%`•p­ˆÿÿ?àgDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ?ägDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ?ègDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ?ìgDf˜¨ ­ˆÿÿ%`•­ˆÿÿ?ðgDf˜­ˆÿÿ%`•>Fˆÿÿ?ôgDf˜>Fˆÿÿ%`•¨™ˆÿÿîXgDf˜>™ˆÿÿ%`•Å ˆÿÿ gDf˜Å ˆÿÿ%`•pÅ ˆÿÿƒ0gDf˜pÅ ˆÿÿ%`•hA$ˆÿÿíxàgDf˜hA$ˆÿÿ%`•¨<™ˆÿÿî\ügDf˜¨<™ˆÿÿ%`•@$ˆÿÿðXügDf˜@$ˆÿÿ%`•ÐB$ˆÿÿòTgDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿòXügDf˜8D$ˆÿÿ%`• E$ˆÿÿôT(gDf˜ E$ˆÿÿ%`•G$ˆÿÿõ€gDf˜G$ˆÿÿ%`•pH$ˆÿÿ÷dgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ÷hÌgDf˜ØI$ˆÿÿ%`•8¤0ˆÿÿ gDf˜8¤0ˆÿÿ%`• 0ˆÿÿ¤,gDf˜ 0ˆÿÿ%`•8¤0ˆÿÿÔgDf˜8¤0ˆÿÿ%`•Т0ˆÿÿ@lügDf˜Ð¢0ˆÿÿ%`•h¡0ˆÿÿBh|gDf˜h¡0ˆÿÿ%`• 0ˆÿÿÜgDf˜ 0ˆÿÿ%`•8¤0ˆÿÿÐgDf˜8¤0ˆÿÿ%`•Т0ˆÿÿÔügDf˜Ð¢0ˆÿÿ%`•h¡0ˆÿÿØügDf˜h¡0ˆÿÿ%`•h¡0ˆÿÿàügDf˜h¡0ˆÿÿ%`•Т0ˆÿÿ ÜügDf˜Ð¢0ˆÿÿ%`•8¤0ˆÿÿ ØgDf˜8¤0ˆÿÿ%`• 0ˆÿÿ àgDf˜ 0ˆÿÿ%`• 0ˆÿÿ ägDf˜ 0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`• 0ˆÿÿz4gDf˜ 0ˆÿÿ%`•8¤0ˆÿÿzXgDf˜8¤0ˆÿÿ%`• ¥0ˆÿÿzx gDf˜ ¥0ˆÿÿ%`• ¥0ˆÿÿ øgDf˜ ¥0ˆÿÿ%`•8¤0ˆÿÿ ügDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8¤0ˆÿÿ gDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ $gDf˜'ˆÿÿ%`•8¤0ˆÿÿ (gDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ <gDf˜'ˆÿÿ%`•8¤0ˆÿÿ @gDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ TgDf˜'ˆÿÿ%`•8¤0ˆÿÿ XgDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ pgDf˜'ˆÿÿ%`•8¤0ˆÿÿ t|gDf˜8¤0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•8¤0ˆÿÿƒ(gDf˜8¤0ˆÿÿ%`•®0ˆÿÿƒ4gDf˜®0ˆÿÿ%`•>™ˆÿÿítgDf˜>™ˆÿÿ%`• ¥0ˆÿÿõ|gDf˜ ¥0ˆÿÿ%`•¨<™ˆÿÿö„gDf˜¨<™ˆÿÿ%`•€>ˆÿÿöДgDf˜€>ˆÿÿ%`• 0ˆÿÿù4ügDf˜ 0ˆÿÿ%`•h¡0ˆÿÿû0ügDf˜h¡0ˆÿÿ%`•p¨0ˆÿÿý,ügDf˜p¨0ˆÿÿ%`•§0ˆÿÿÿ(ÜgDf˜§0ˆÿÿ%`•h>ˆÿÿ gDf˜h>ˆÿÿ%`•Т0ˆÿÿ¤ügDf˜Ð¢0ˆÿÿ%`•Ø©0ˆÿÿ ügDf˜Ø©0ˆÿÿ%`•@«0ˆÿÿœügDf˜@«0ˆÿÿ%`•¨¬0ˆÿÿ ˜àgDf˜¨¬0ˆÿÿ%`•‡>ˆÿÿ gDf˜‡>ˆÿÿ%`•‡>ˆÿÿzHgDf˜‡>ˆÿÿ%`•€>ˆÿÿ{œgDf˜€>ˆÿÿ%`•pˆ>ˆÿÿ{¼gDf˜pˆ>ˆÿÿ%`•Ђ>ˆÿÿôgDf˜Ð‚>ˆÿÿ%`•pˆ>ˆÿÿøgDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pˆ>ˆÿÿ gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•pˆ>ˆÿÿ$gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•pˆ>ˆÿÿ<gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•pˆ>ˆÿÿTgDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•pˆ>ˆÿÿppgDf˜pˆ>ˆÿÿ%`• …>ˆÿÿägDf˜ …>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`• …>ˆÿÿ|ÔgDf˜ …>ˆÿÿ%`•pˆ>ˆÿÿ|øgDf˜pˆ>ˆÿÿ%`•h>ˆÿÿ} gDf˜h>ˆÿÿ%`•h>ˆÿÿügDf˜h>ˆÿÿ%`•pˆ>ˆÿÿgDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pˆ>ˆÿÿgDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•pˆ>ˆÿÿ,gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•pˆ>ˆÿÿDgDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•pˆ>ˆÿÿ\gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•pˆ>ˆÿÿx\gDf˜pˆ>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•pˆ>ˆÿÿz4gDf˜pˆ>ˆÿÿ%`•h>ˆÿÿzXgDf˜h>ˆÿÿ%`• …>ˆÿÿzxôgDf˜ …>ˆÿÿ%`• …>ˆÿÿØgDf˜ …>ˆÿÿ%`•h>ˆÿÿÜgDf˜h>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•h>ˆÿÿôðgDf˜h>ˆÿÿ%`•€>ˆÿÿèlgDf˜€>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿTgDf˜'ˆÿÿ%`•€>ˆÿÿzHgDf˜€>ˆÿÿ%`•h>ˆÿÿ{pgDf˜h>ˆÿÿ%`•pˆ>ˆÿÿ{øgDf˜pˆ>ˆÿÿ%`•pˆ>ˆÿÿXgDf˜pˆ>ˆÿÿ%`•h>ˆÿÿ\gDf˜h>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•h>ˆÿÿtdgDf˜h>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•h>ˆÿÿ|ˆgDf˜h>ˆÿÿ%`• …>ˆÿÿ|¬gDf˜ …>ˆÿÿ%`•€>ˆÿÿ|ÌgDf˜€>ˆÿÿ%`•pˆ>ˆÿÿ|ègDf˜pˆ>ˆÿÿ%`•8„>ˆÿÿ~8gDf˜8„>ˆÿÿ%`•Ђ>ˆÿÿ~<ägDf˜Ð‚>ˆÿÿ%`•Ђ>ˆÿÿÜgDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿàgDf˜8„>ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•8„>ˆÿÿøgDf˜8„>ˆÿÿ%`•h>ˆÿÿügDf˜h>ˆÿÿ%`• …>ˆÿÿgDf˜ …>ˆÿÿ%`•€>ˆÿÿgDf˜€>ˆÿÿ%`•pˆ>ˆÿÿgDf˜pˆ>ˆÿÿ%`•Ђ>ˆÿÿ gDf˜Ð‚>ˆÿÿ%`•‡>ˆÿÿgDf˜‡>ˆÿÿ%`•؉>ˆÿÿgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿgDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ gDf˜Ž>ˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•PWˆÿÿ,gDf˜PWˆÿÿ%`•hQWˆÿÿ0gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ4gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ8gDf˜8TWˆÿÿ%`• UWˆÿÿ<gDf˜ UWˆÿÿ%`•WWˆÿÿ@gDf˜WWˆÿÿ%`•pXWˆÿÿDgDf˜pXWˆÿÿ%`•ØYWˆÿÿHgDf˜ØYWˆÿÿ%`•@[WˆÿÿLgDf˜@[Wˆÿÿ%`•¨\WˆÿÿPgDf˜¨\Wˆÿÿ%`•^WˆÿÿTgDf˜^Wˆÿÿ%`•à6ˆÿÿXgDf˜à6ˆÿÿ%`•há6ˆÿÿ\gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ`gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿdgDf˜8ä6ˆÿÿ%`• å6ˆÿÿhgDf˜ å6ˆÿÿ%`•ç6ˆÿÿlgDf˜ç6ˆÿÿ%`•pè6ˆÿÿpgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿtgDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿxgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ|gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ€gDf˜î6ˆÿÿ%`•`‡ˆÿÿ„gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿˆgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿŒgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ”gDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ˜gDf˜g‡ˆÿÿ%`•ph‡ˆÿÿœgDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ¤gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ¨gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ¬gDf˜n‡ˆÿÿ%`•€²ˆÿÿ°gDf˜€²ˆÿÿ%`•h²ˆÿÿ´gDf˜h²ˆÿÿ%`•Ђ²ˆÿÿ¸gDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿ¼gDf˜8„²ˆÿÿ%`• …²ˆÿÿÀgDf˜ …²ˆÿÿ%`•‡²ˆÿÿÄgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿÈgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿÌgDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿÐgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿÔgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿØgDf˜޲ˆÿÿ%`•p?ˆÿÿÜgDf˜p?ˆÿÿ%`•hq?ˆÿÿàgDf˜hq?ˆÿÿ%`•Ðr?ˆÿÿägDf˜Ðr?ˆÿÿ%`•8t?ˆÿÿègDf˜8t?ˆÿÿ%`• u?ˆÿÿìgDf˜ u?ˆÿÿ%`•w?ˆÿÿðgDf˜w?ˆÿÿ%`•px?ˆÿÿôgDf˜px?ˆÿÿ%`•Øy?ˆÿÿøgDf˜Øy?ˆÿÿ%`•@{?ˆÿÿügDf˜@{?ˆÿÿ%`•¨|?ˆÿÿgDf˜¨|?ˆÿÿ%`•~?ˆÿÿgDf˜~?ˆÿÿ%`• 0ˆÿÿgDf˜ 0ˆÿÿ%`•h¡0ˆÿÿ gDf˜h¡0ˆÿÿ%`•Т0ˆÿÿgDf˜Ð¢0ˆÿÿ%`•8¤0ˆÿÿgDf˜8¤0ˆÿÿ%`• ¥0ˆÿÿgDf˜ ¥0ˆÿÿ%`•§0ˆÿÿgDf˜§0ˆÿÿ%`•p¨0ˆÿÿ gDf˜p¨0ˆÿÿ%`•Ø©0ˆÿÿ$gDf˜Ø©0ˆÿÿ%`•@«0ˆÿÿ(gDf˜@«0ˆÿÿ%`•¨¬0ˆÿÿ,gDf˜¨¬0ˆÿÿ%`•®0ˆÿÿ0gDf˜®0ˆÿÿ%`•€$ˆÿÿ4gDf˜€$ˆÿÿ%`•h$ˆÿÿ8gDf˜h$ˆÿÿ%`•Ђ$ˆÿÿ<gDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿ@gDf˜8„$ˆÿÿ%`• …$ˆÿÿDgDf˜ …$ˆÿÿ%`•‡$ˆÿÿHgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿLgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿPgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿTgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿXgDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿ\gDf˜Ž$ˆÿÿ%`•pˆÿÿ`gDf˜pˆÿÿ%`•hpˆÿÿdgDf˜hpˆÿÿ%`•ÐpˆÿÿhgDf˜Ðpˆÿÿ%`•8pˆÿÿlgDf˜8pˆÿÿ%`• pˆÿÿpgDf˜ pˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`•ppˆÿÿxgDf˜ppˆÿÿ%`•Ø pˆÿÿ|gDf˜Ø pˆÿÿ%`•@ pˆÿÿ€gDf˜@ pˆÿÿ%`•¨ pˆÿÿ„gDf˜¨ pˆÿÿ%`•pˆÿÿˆgDf˜pˆÿÿ%`•ÀŸˆÿÿŒgDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿgDf˜hÁŸˆÿÿ%`•Пˆÿÿ”gDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ˜gDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿœgDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ gDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ¤gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ¨gDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ¬gDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ°gDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ´gDf˜Οˆÿÿ%`•À—ˆÿÿ¸gDf˜À—ˆÿÿ%`•hÁ—ˆÿÿ¼gDf˜hÁ—ˆÿÿ%`•ЗˆÿÿÀgDf˜Ð—ˆÿÿ%`•8Ä—ˆÿÿÄgDf˜8Ä—ˆÿÿ%`• Å—ˆÿÿÈgDf˜ Å—ˆÿÿ%`•Ç—ˆÿÿÌgDf˜Ç—ˆÿÿ%`•pÈ—ˆÿÿÐgDf˜pÈ—ˆÿÿ%`•ØÉ—ˆÿÿÔgDf˜ØÉ—ˆÿÿ%`•@Ë—ˆÿÿØgDf˜@Ë—ˆÿÿ%`•¨Ì—ˆÿÿÜgDf˜¨Ì—ˆÿÿ%`•ΗˆÿÿàgDf˜Ηˆÿÿ%`•ŒˆÿÿägDf˜Œˆÿÿ%`•hŒˆÿÿìgDf˜hŒˆÿÿ%`•ÐŒˆÿÿðgDf˜ÐŒˆÿÿ%`•8ŒˆÿÿôgDf˜8Œˆÿÿ%`• ŒˆÿÿøgDf˜ Œˆÿÿ%`•ŒˆÿÿügDf˜Œˆÿÿ%`•pŒˆÿÿgDf˜pŒˆÿÿ%`•ØŒˆÿÿgDf˜ØŒˆÿÿ%`•@ŒˆÿÿgDf˜@Œˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•ŒˆÿÿgDf˜Œˆÿÿ%`•p‰ˆÿÿgDf˜p‰ˆÿÿ%`•hq‰ˆÿÿgDf˜hq‰ˆÿÿ%`•Ðr‰ˆÿÿgDf˜Ðr‰ˆÿÿ%`•8t‰ˆÿÿ gDf˜8t‰ˆÿÿ%`• u‰ˆÿÿ$gDf˜ u‰ˆÿÿ%`•w‰ˆÿÿ(gDf˜w‰ˆÿÿ%`•px‰ˆÿÿ,gDf˜px‰ˆÿÿ%`•Øy‰ˆÿÿ0gDf˜Øy‰ˆÿÿ%`•@{‰ˆÿÿ4gDf˜@{‰ˆÿÿ%`•¨|‰ˆÿÿ8gDf˜¨|‰ˆÿÿ%`•~‰ˆÿÿ<gDf˜~‰ˆÿÿ%`• …ˆÿÿ@gDf˜ …ˆÿÿ%`•h!…ˆÿÿDgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿHgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿLgDf˜8$…ˆÿÿ%`• %…ˆÿÿPgDf˜ %…ˆÿÿ%`•'…ˆÿÿTgDf˜'…ˆÿÿ%`•p(…ˆÿÿXgDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ\gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ`gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿdgDf˜¨,…ˆÿÿ%`•.…ˆÿÿhgDf˜.…ˆÿÿ%`•+ˆÿÿlgDf˜+ˆÿÿ%`•h‘+ˆÿÿpgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿtgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿxgDf˜8”+ˆÿÿ%`• •+ˆÿÿ|gDf˜ •+ˆÿÿ%`•—+ˆÿÿ€gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ„gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿˆgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿŒgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ”gDf˜ž+ˆÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•¨<™ˆÿÿœgDf˜¨<™ˆÿÿ%`•Øé6ˆÿÿ gDf˜Øé6ˆÿÿ%`•pè6ˆÿÿ¤gDf˜pè6ˆÿÿ%`•ç6ˆÿÿ¨gDf˜ç6ˆÿÿ%`• å6ˆÿÿ¬gDf˜ å6ˆÿÿ%`•8ä6ˆÿÿ°gDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿ´gDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿ¸gDf˜há6ˆÿÿ%`•à6ˆÿÿ¼gDf˜à6ˆÿÿ%`•pYˆÿÿÀgDf˜pYˆÿÿ%`•hqYˆÿÿÄgDf˜hqYˆÿÿ%`•ÐrYˆÿÿÈgDf˜ÐrYˆÿÿ%`•8tYˆÿÿÌgDf˜8tYˆÿÿ%`• uYˆÿÿÐgDf˜ uYˆÿÿ%`•wYˆÿÿÔgDf˜wYˆÿÿ%`•pxYˆÿÿØgDf˜pxYˆÿÿ%`•ØyYˆÿÿÜgDf˜ØyYˆÿÿ%`•@{YˆÿÿàgDf˜@{Yˆÿÿ%`•¨|YˆÿÿägDf˜¨|Yˆÿÿ%`•~YˆÿÿègDf˜~Yˆÿÿ%`• ˆÿÿìgDf˜ ˆÿÿ%`•h!ˆÿÿðgDf˜h!ˆÿÿ%`•Ð"ˆÿÿôgDf˜Ð"ˆÿÿ%`•8$ˆÿÿøgDf˜8$ˆÿÿ%`• %ˆÿÿügDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•¨,ˆÿÿgDf˜¨,ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•î6ˆÿÿgDf˜î6ˆÿÿ%`•¨ì6ˆÿÿgDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿ gDf˜@ë6ˆÿÿ%`•px?ˆÿÿ$gDf˜px?ˆÿÿ%`•w?ˆÿÿ(gDf˜w?ˆÿÿ%`• u?ˆÿÿ,gDf˜ u?ˆÿÿ%`•8t?ˆÿÿ0gDf˜8t?ˆÿÿ%`•Ðr?ˆÿÿ4gDf˜Ðr?ˆÿÿ%`•hq?ˆÿÿ8gDf˜hq?ˆÿÿ%`•p?ˆÿÿ<gDf˜p?ˆÿÿ%`•€²ˆÿÿ@gDf˜€²ˆÿÿ%`•h²ˆÿÿDgDf˜h²ˆÿÿ%`•Ђ²ˆÿÿHgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿLgDf˜8„²ˆÿÿ%`• …²ˆÿÿPgDf˜ …²ˆÿÿ%`•‡²ˆÿÿTgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿXgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ\gDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿ`gDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿdgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿhgDf˜޲ˆÿÿ%`•`‡ˆÿÿlgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿpgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿtgDf˜Ðb‡ˆÿÿ%`•g‡ˆÿÿxgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ|gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ€gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ„gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿˆgDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿŒgDf˜n‡ˆÿÿ%`•~?ˆÿÿgDf˜~?ˆÿÿ%`•¨|?ˆÿÿ”gDf˜¨|?ˆÿÿ%`•@{?ˆÿÿ˜gDf˜@{?ˆÿÿ%`•Øy?ˆÿÿœgDf˜Øy?ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`• pˆÿÿ¤gDf˜ pˆÿÿ%`•8pˆÿÿ¨gDf˜8pˆÿÿ%`•Ðpˆÿÿ¬gDf˜Ðpˆÿÿ%`•hpˆÿÿ°gDf˜hpˆÿÿ%`•pˆÿÿ´gDf˜pˆÿÿ%`•€$ˆÿÿ¸gDf˜€$ˆÿÿ%`•h$ˆÿÿ¼gDf˜h$ˆÿÿ%`•Ђ$ˆÿÿÀgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿÄgDf˜8„$ˆÿÿ%`• …$ˆÿÿÈgDf˜ …$ˆÿÿ%`•‡$ˆÿÿÌgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿÐgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿÔgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿØgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿÜgDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿàgDf˜Ž$ˆÿÿ%`•ð[ˆÿÿägDf˜ð[ˆÿÿ%`•hñ[ˆÿÿègDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿìgDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿðgDf˜8ô[ˆÿÿ%`• õ[ˆÿÿôgDf˜ õ[ˆÿÿ%`•÷[ˆÿÿøgDf˜÷[ˆÿÿ%`•pø[ˆÿÿügDf˜pø[ˆÿÿ%`•Øù[ˆÿÿgDf˜Øù[ˆÿÿ%`•@û[ˆÿÿgDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿgDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿ gDf˜þ[ˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•¨ pˆÿÿgDf˜¨ pˆÿÿ%`•@ pˆÿÿgDf˜@ pˆÿÿ%`•Ø pˆÿÿgDf˜Ø pˆÿÿ%`•ppˆÿÿ gDf˜ppˆÿÿ%`• Œˆÿÿ$gDf˜ Œˆÿÿ%`•8Œˆÿÿ(gDf˜8Œˆÿÿ%`•ÐŒˆÿÿ,gDf˜ÐŒˆÿÿ%`•hŒˆÿÿ0gDf˜hŒˆÿÿ%`•Œˆÿÿ4gDf˜Œˆÿÿ%`•€ˆÿÿ8gDf˜€ˆÿÿ%`•hˆÿÿ<gDf˜hˆÿÿ%`•Ђˆÿÿ@gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿDgDf˜8„ˆÿÿ%`• …ˆÿÿHgDf˜ …ˆÿÿ%`•‡ˆÿÿLgDf˜‡ˆÿÿ%`•pˆˆÿÿPgDf˜pˆˆÿÿ%`•؉ˆÿÿTgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿXgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ\gDf˜¨Œˆÿÿ%`•Žˆÿÿ`gDf˜Žˆÿÿ%`•БˆÿÿdgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿhgDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿlgDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿpgDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿtgDf˜ Õ‘ˆÿÿ%`•בˆÿÿxgDf˜בˆÿÿ%`•pØ‘ˆÿÿ|gDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ€gDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ„gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿˆgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿŒgDf˜Þ‘ˆÿÿ%`•ŒˆÿÿgDf˜Œˆÿÿ%`•¨Œˆÿÿ”gDf˜¨Œˆÿÿ%`•@Œˆÿÿ˜gDf˜@Œˆÿÿ%`•ØŒˆÿÿœgDf˜ØŒˆÿÿ%`•pŒˆÿÿ gDf˜pŒˆÿÿ%`•Œˆÿÿ¤gDf˜Œˆÿÿ%`•8”+ˆÿÿ¨gDf˜8”+ˆÿÿ%`•Ð’+ˆÿÿ¬gDf˜Ð’+ˆÿÿ%`•h‘+ˆÿÿ°gDf˜h‘+ˆÿÿ%`•+ˆÿÿ´gDf˜+ˆÿÿ%`•€2ˆÿÿ¸gDf˜€2ˆÿÿ%`•h2ˆÿÿ¼gDf˜h2ˆÿÿ%`•Ђ2ˆÿÿÀgDf˜Ð‚2ˆÿÿ%`•8„2ˆÿÿÄgDf˜8„2ˆÿÿ%`• …2ˆÿÿÈgDf˜ …2ˆÿÿ%`•‡2ˆÿÿÌgDf˜‡2ˆÿÿ%`•pˆ2ˆÿÿÐgDf˜pˆ2ˆÿÿ%`•؉2ˆÿÿÔgDf˜Ø‰2ˆÿÿ%`•@‹2ˆÿÿØgDf˜@‹2ˆÿÿ%`•¨Œ2ˆÿÿÜgDf˜¨Œ2ˆÿÿ%`•Ž2ˆÿÿàgDf˜Ž2ˆÿÿ%`•…ˆÿÿägDf˜…ˆÿÿ%`•h…ˆÿÿègDf˜h…ˆÿÿ%`•Ð…ˆÿÿìgDf˜Ð…ˆÿÿ%`•8…ˆÿÿðgDf˜8…ˆÿÿ%`• …ˆÿÿôgDf˜ …ˆÿÿ%`•…ˆÿÿøgDf˜…ˆÿÿ%`•p…ˆÿÿügDf˜p…ˆÿÿ%`•Ø …ˆÿÿgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿgDf˜¨ …ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•ž+ˆÿÿgDf˜ž+ˆÿÿ%`•¨œ+ˆÿÿgDf˜¨œ+ˆÿÿ%`•@›+ˆÿÿgDf˜@›+ˆÿÿ%`•Ø™+ˆÿÿgDf˜Ø™+ˆÿÿ%`•p˜+ˆÿÿ gDf˜p˜+ˆÿÿ%`•—+ˆÿÿ$gDf˜—+ˆÿÿ%`• •+ˆÿÿ(gDf˜ •+ˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•à6ˆÿÿ4gDf˜à6ˆÿÿ%`•há6ˆÿÿ8gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ<gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ@gDf˜8ä6ˆÿÿ%`• å6ˆÿÿDgDf˜ å6ˆÿÿ%`•ç6ˆÿÿHgDf˜ç6ˆÿÿ%`•pè6ˆÿÿLgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿPgDf˜Øé6ˆÿÿ%`•8$ˆÿÿTgDf˜8$ˆÿÿ%`•Ð"ˆÿÿXgDf˜Ð"ˆÿÿ%`•h!ˆÿÿ\gDf˜h!ˆÿÿ%`• ˆÿÿ`gDf˜ ˆÿÿ%`•®ˆÿÿdgDf˜®ˆÿÿ%`•h‘®ˆÿÿhgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿlgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿpgDf˜8”®ˆÿÿ%`• •®ˆÿÿtgDf˜ •®ˆÿÿ%`•—®ˆÿÿxgDf˜—®ˆÿÿ%`•p˜®ˆÿÿ|gDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ€gDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ„gDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿˆgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿŒgDf˜ž®ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•¨,ˆÿÿ”gDf˜¨,ˆÿÿ%`•@+ˆÿÿ˜gDf˜@+ˆÿÿ%`•Ø)ˆÿÿœgDf˜Ø)ˆÿÿ%`•p(ˆÿÿ gDf˜p(ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`• %ˆÿÿ¨gDf˜ %ˆÿÿ%`•@ë6ˆÿÿ¬gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ°gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ´gDf˜î6ˆÿÿ%`•p?ˆÿÿ¸gDf˜p?ˆÿÿ%`•hq?ˆÿÿ¼gDf˜hq?ˆÿÿ%`•Ðr?ˆÿÿÀgDf˜Ðr?ˆÿÿ%`•8t?ˆÿÿÄgDf˜8t?ˆÿÿ%`• u?ˆÿÿÈgDf˜ u?ˆÿÿ%`•w?ˆÿÿÌgDf˜w?ˆÿÿ%`•px?ˆÿÿÐgDf˜px?ˆÿÿ%`• e‡ˆÿÿÔgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿØgDf˜g‡ˆÿÿ%`•8d‡ˆÿÿÜgDf˜8d‡ˆÿÿ%`•Ðb‡ˆÿÿàgDf˜Ðb‡ˆÿÿ%`•ha‡ˆÿÿägDf˜ha‡ˆÿÿ%`•`‡ˆÿÿègDf˜`‡ˆÿÿ%`•0FˆÿÿðgDf˜0Fˆÿÿ%`•h1FˆÿÿôgDf˜h1Fˆÿÿ%`•Ð2FˆÿÿøgDf˜Ð2Fˆÿÿ%`•84FˆÿÿügDf˜84Fˆÿÿ%`• 5FˆÿÿgDf˜ 5Fˆÿÿ%`•7FˆÿÿgDf˜7Fˆÿÿ%`•p8FˆÿÿgDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ gDf˜Ø9Fˆÿÿ%`•@;FˆÿÿgDf˜@;Fˆÿÿ%`•¨FˆÿÿgDf˜>Fˆÿÿ%`•n‡ˆÿÿgDf˜n‡ˆÿÿ%`•¨l‡ˆÿÿ gDf˜¨l‡ˆÿÿ%`•@k‡ˆÿÿ$gDf˜@k‡ˆÿÿ%`•Øi‡ˆÿÿ(gDf˜Øi‡ˆÿÿ%`•ph‡ˆÿÿ,gDf˜ph‡ˆÿÿ%`•Øy?ˆÿÿ0gDf˜Øy?ˆÿÿ%`•@{?ˆÿÿ4gDf˜@{?ˆÿÿ%`•¨|?ˆÿÿ8gDf˜¨|?ˆÿÿ%`•~?ˆÿÿ<gDf˜~?ˆÿÿ%`•pˆÿÿ@gDf˜pˆÿÿ%`•hpˆÿÿDgDf˜hpˆÿÿ%`•ÐpˆÿÿHgDf˜Ðpˆÿÿ%`•8pˆÿÿLgDf˜8pˆÿÿ%`• pˆÿÿPgDf˜ pˆÿÿ%`•pˆÿÿTgDf˜pˆÿÿ%`•÷[ˆÿÿXgDf˜÷[ˆÿÿ%`• õ[ˆÿÿ\gDf˜ õ[ˆÿÿ%`•8ô[ˆÿÿ`gDf˜8ô[ˆÿÿ%`•Ðò[ˆÿÿdgDf˜Ðò[ˆÿÿ%`•hñ[ˆÿÿhgDf˜hñ[ˆÿÿ%`•ð[ˆÿÿlgDf˜ð[ˆÿÿ%`•pˆÿÿpgDf˜pˆÿÿ%`•hqˆÿÿtgDf˜hqˆÿÿ%`•ÐrˆÿÿxgDf˜Ðrˆÿÿ%`•8tˆÿÿ|gDf˜8tˆÿÿ%`• uˆÿÿ€gDf˜ uˆÿÿ%`•wˆÿÿ„gDf˜wˆÿÿ%`•pxˆÿÿˆgDf˜pxˆÿÿ%`•ØyˆÿÿŒgDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•¨|ˆÿÿ”gDf˜¨|ˆÿÿ%`•~ˆÿÿ˜gDf˜~ˆÿÿ%`•þ[ˆÿÿœgDf˜þ[ˆÿÿ%`•¨ü[ˆÿÿ gDf˜¨ü[ˆÿÿ%`•@û[ˆÿÿ¤gDf˜@û[ˆÿÿ%`•Øù[ˆÿÿ¨gDf˜Øù[ˆÿÿ%`•pø[ˆÿÿ¬gDf˜pø[ˆÿÿ%`•ppˆÿÿ°gDf˜ppˆÿÿ%`•Ø pˆÿÿ´gDf˜Ø pˆÿÿ%`•@ pˆÿÿ¸gDf˜@ pˆÿÿ%`•¨ pˆÿÿ¼gDf˜¨ pˆÿÿ%`•pˆÿÿÀgDf˜pˆÿÿ%`•ŒˆÿÿÄgDf˜Œˆÿÿ%`•hŒˆÿÿÈgDf˜hŒˆÿÿ%`•ÐŒˆÿÿÌgDf˜ÐŒˆÿÿ%`•8ŒˆÿÿÐgDf˜8Œˆÿÿ%`• ŒˆÿÿÔgDf˜ Œˆÿÿ%`•בˆÿÿØgDf˜בˆÿÿ%`• Õ‘ˆÿÿÜgDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿàgDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿägDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿègDf˜hÑ‘ˆÿÿ%`•БˆÿÿìgDf˜Ð‘ˆÿÿ%`•€3ˆÿÿðgDf˜€3ˆÿÿ%`•h3ˆÿÿôgDf˜h3ˆÿÿ%`•Ђ3ˆÿÿøgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿügDf˜8„3ˆÿÿ%`• …3ˆÿÿgDf˜ …3ˆÿÿ%`•‡3ˆÿÿgDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿgDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ gDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿgDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿgDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿgDf˜Ž3ˆÿÿ%`•Þ‘ˆÿÿgDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿ gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ$gDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ(gDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ,gDf˜pØ‘ˆÿÿ%`•Œˆÿÿ0gDf˜Œˆÿÿ%`•pŒˆÿÿ4gDf˜pŒˆÿÿ%`•ØŒˆÿÿ8gDf˜ØŒˆÿÿ%`•@Œˆÿÿ<gDf˜@Œˆÿÿ%`•¨Œˆÿÿ@gDf˜¨Œˆÿÿ%`•ŒˆÿÿDgDf˜Œˆÿÿ%`•+ˆÿÿHgDf˜+ˆÿÿ%`•h‘+ˆÿÿLgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿPgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿTgDf˜8”+ˆÿÿ%`•…ˆÿÿXgDf˜…ˆÿÿ%`• …ˆÿÿ\gDf˜ …ˆÿÿ%`•8…ˆÿÿ`gDf˜8…ˆÿÿ%`•Ð…ˆÿÿdgDf˜Ð…ˆÿÿ%`•h…ˆÿÿhgDf˜h…ˆÿÿ%`•…ˆÿÿlgDf˜…ˆÿÿ%`•OˆÿÿpgDf˜Oˆÿÿ%`•h‘OˆÿÿtgDf˜h‘Oˆÿÿ%`•Ð’OˆÿÿxgDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ|gDf˜8”Oˆÿÿ%`• •Oˆÿÿ€gDf˜ •Oˆÿÿ%`•—Oˆÿÿ„gDf˜—Oˆÿÿ%`•p˜OˆÿÿˆgDf˜p˜Oˆÿÿ%`•Ø™OˆÿÿŒgDf˜Ø™Oˆÿÿ%`•@›OˆÿÿgDf˜@›Oˆÿÿ%`•¨œOˆÿÿ”gDf˜¨œOˆÿÿ%`•žOˆÿÿ˜gDf˜žOˆÿÿ%`•…ˆÿÿœgDf˜…ˆÿÿ%`•¨ …ˆÿÿ gDf˜¨ …ˆÿÿ%`•@ …ˆÿÿ¤gDf˜@ …ˆÿÿ%`•Ø …ˆÿÿ¨gDf˜Ø …ˆÿÿ%`•p…ˆÿÿ¬gDf˜p…ˆÿÿ%`• •+ˆÿÿ°gDf˜ •+ˆÿÿ%`•—+ˆÿÿ´gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ¸gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ¼gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿÀgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿÄgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿÈgDf˜ž+ˆÿÿ%`•>™ˆÿÿÌgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÐgDf˜¨<™ˆÿÿ%`•Øé6ˆÿÿÔgDf˜Øé6ˆÿÿ%`•pè6ˆÿÿØgDf˜pè6ˆÿÿ%`•ç6ˆÿÿÜgDf˜ç6ˆÿÿ%`• å6ˆÿÿàgDf˜ å6ˆÿÿ%`•8ä6ˆÿÿägDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿègDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿìgDf˜há6ˆÿÿ%`•à6ˆÿÿðgDf˜à6ˆÿÿ%`• ˆÿÿôgDf˜ ˆÿÿ%`•h!ˆÿÿøgDf˜h!ˆÿÿ%`• %ˆÿÿügDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•¨,ˆÿÿgDf˜¨,ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•Ð"ˆÿÿgDf˜Ð"ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`•î6ˆÿÿ gDf˜î6ˆÿÿ%`•¨ì6ˆÿÿ$gDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿ(gDf˜@ë6ˆÿÿ%`•px?ˆÿÿ,gDf˜px?ˆÿÿ%`•w?ˆÿÿ0gDf˜w?ˆÿÿ%`• u?ˆÿÿ4gDf˜ u?ˆÿÿ%`•8t?ˆÿÿ8gDf˜8t?ˆÿÿ%`•Ðr?ˆÿÿ<gDf˜Ðr?ˆÿÿ%`•hq?ˆÿÿ@gDf˜hq?ˆÿÿ%`•p?ˆÿÿDgDf˜p?ˆÿÿ%`•`‡ˆÿÿHgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿLgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿPgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿTgDf˜8d‡ˆÿÿ%`•g‡ˆÿÿXgDf˜g‡ˆÿÿ%`• e‡ˆÿÿ\gDf˜ e‡ˆÿÿ%`•84Fˆÿÿ`gDf˜84Fˆÿÿ%`•Ð2FˆÿÿdgDf˜Ð2Fˆÿÿ%`•h1FˆÿÿhgDf˜h1Fˆÿÿ%`•0FˆÿÿlgDf˜0Fˆÿÿ%`•€hˆÿÿpgDf˜€hˆÿÿ%`•hhˆÿÿtgDf˜hhˆÿÿ%`•ЂhˆÿÿxgDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ|gDf˜8„hˆÿÿ%`• …hˆÿÿ€gDf˜ …hˆÿÿ%`•‡hˆÿÿ„gDf˜‡hˆÿÿ%`•pˆhˆÿÿˆgDf˜pˆhˆÿÿ%`•؉hˆÿÿŒgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿgDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ”gDf˜¨Œhˆÿÿ%`•Žhˆÿÿ˜gDf˜Žhˆÿÿ%`•>FˆÿÿœgDf˜>Fˆÿÿ%`•¨™ˆÿÿ DgDf˜>™ˆÿÿ%`•à6ˆÿÿ HgDf˜à6ˆÿÿ%`•há6ˆÿÿ LgDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ PgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ TgDf˜8ä6ˆÿÿ%`• å6ˆÿÿ XgDf˜ å6ˆÿÿ%`•ç6ˆÿÿ \gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ `gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ dgDf˜Øé6ˆÿÿ%`• %ˆÿÿ hgDf˜ %ˆÿÿ%`•h!ˆÿÿ lgDf˜h!ˆÿÿ%`• ˆÿÿ pgDf˜ ˆÿÿ%`•rˆÿÿ tgDf˜rˆÿÿ%`•h‘rˆÿÿ xgDf˜h‘rˆÿÿ%`•Ð’rˆÿÿ |gDf˜Ð’rˆÿÿ%`•8”rˆÿÿ €gDf˜8”rˆÿÿ%`• •rˆÿÿ „gDf˜ •rˆÿÿ%`•—rˆÿÿ ˆgDf˜—rˆÿÿ%`•p˜rˆÿÿ ŒgDf˜p˜rˆÿÿ%`•Ø™rˆÿÿ gDf˜Ø™rˆÿÿ%`•@›rˆÿÿ ”gDf˜@›rˆÿÿ%`•¨œrˆÿÿ ˜gDf˜¨œrˆÿÿ%`•žrˆÿÿ œgDf˜žrˆÿÿ%`•8$ˆÿÿ  gDf˜8$ˆÿÿ%`•Ð"ˆÿÿ ¤gDf˜Ð"ˆÿÿ%`•.ˆÿÿ ¨gDf˜.ˆÿÿ%`•¨,ˆÿÿ ¬gDf˜¨,ˆÿÿ%`•@+ˆÿÿ °gDf˜@+ˆÿÿ%`•Ø)ˆÿÿ ´gDf˜Ø)ˆÿÿ%`•p(ˆÿÿ ¸gDf˜p(ˆÿÿ%`•'ˆÿÿ ¼gDf˜'ˆÿÿ%`•@ë6ˆÿÿ ÀgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ ÄgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ ÈgDf˜î6ˆÿÿ%`•p?ˆÿÿ ÌgDf˜p?ˆÿÿ%`•hq?ˆÿÿ ÐgDf˜hq?ˆÿÿ%`•Ðr?ˆÿÿ ÔgDf˜Ðr?ˆÿÿ%`•8t?ˆÿÿ ØgDf˜8t?ˆÿÿ%`• u?ˆÿÿ ÜgDf˜ u?ˆÿÿ%`•w?ˆÿÿ àgDf˜w?ˆÿÿ%`•px?ˆÿÿ ägDf˜px?ˆÿÿ%`• e‡ˆÿÿ ègDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ ìgDf˜g‡ˆÿÿ%`•8d‡ˆÿÿ ðgDf˜8d‡ˆÿÿ%`•Ðb‡ˆÿÿ ôgDf˜Ðb‡ˆÿÿ%`•ha‡ˆÿÿ øgDf˜ha‡ˆÿÿ%`•`‡ˆÿÿ ügDf˜`‡ˆÿÿ%`•n‡ˆÿÿ!gDf˜n‡ˆÿÿ%`•¨l‡ˆÿÿ!gDf˜¨l‡ˆÿÿ%`•@k‡ˆÿÿ!gDf˜@k‡ˆÿÿ%`•Øi‡ˆÿÿ! gDf˜Øi‡ˆÿÿ%`•ph‡ˆÿÿ!gDf˜ph‡ˆÿÿ%`•Øy?ˆÿÿ!gDf˜Øy?ˆÿÿ%`•@{?ˆÿÿ!gDf˜@{?ˆÿÿ%`•¨|?ˆÿÿ!gDf˜¨|?ˆÿÿ%`•~?ˆÿÿ! gDf˜~?ˆÿÿ%`•pˆÿÿ!$gDf˜pˆÿÿ%`•hpˆÿÿ!(gDf˜hpˆÿÿ%`•Ðpˆÿÿ!,gDf˜Ðpˆÿÿ%`•8pˆÿÿ!0gDf˜8pˆÿÿ%`• pˆÿÿ!4gDf˜ pˆÿÿ%`•pˆÿÿ!8gDf˜pˆÿÿ%`•8ô[ˆÿÿ!<gDf˜8ô[ˆÿÿ%`•hñ[ˆÿÿ!@gDf˜hñ[ˆÿÿ%`•ð[ˆÿÿ!DgDf˜ð[ˆÿÿ%`•à‚ˆÿÿ!HgDf˜à‚ˆÿÿ%`•hႈÿÿ!LgDf˜hႈÿÿ%`•Ð₈ÿÿ!PgDf˜Ð₈ÿÿ%`•8䂈ÿÿ!TgDf˜8䂈ÿÿ%`• å‚ˆÿÿ!XgDf˜ å‚ˆÿÿ%`•炈ÿÿ!\gDf˜ç‚ˆÿÿ%`•p肈ÿÿ!`gDf˜p肈ÿÿ%`•Øé‚ˆÿÿ!dgDf˜Øé‚ˆÿÿ%`•@낈ÿÿ!hgDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ!lgDf˜¨ì‚ˆÿÿ%`•ÿÿ!pgDf˜î‚ˆÿÿ%`•à ˆÿÿ!tgDf˜à ˆÿÿ%`•há ˆÿÿ!xgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ!|gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ!€gDf˜8ä ˆÿÿ%`• å ˆÿÿ!„gDf˜ å ˆÿÿ%`•ç ˆÿÿ!ˆgDf˜ç ˆÿÿ%`•pè ˆÿÿ!ŒgDf˜pè ˆÿÿ%`•Øé ˆÿÿ!gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ!”gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ!˜gDf˜¨ì ˆÿÿ%`•î ˆÿÿ!œgDf˜î ˆÿÿ%`•÷[ˆÿÿ! gDf˜÷[ˆÿÿ%`• õ[ˆÿÿ!¤gDf˜ õ[ˆÿÿ%`•þ[ˆÿÿ!¨gDf˜þ[ˆÿÿ%`•¨ü[ˆÿÿ!¬gDf˜¨ü[ˆÿÿ%`•@û[ˆÿÿ!°gDf˜@û[ˆÿÿ%`•Øù[ˆÿÿ!´gDf˜Øù[ˆÿÿ%`•pø[ˆÿÿ!¸gDf˜pø[ˆÿÿ%`•Ðò[ˆÿÿ!¼gDf˜Ðò[ˆÿÿ%`•ppˆÿÿ!ÀgDf˜ppˆÿÿ%`•Ø pˆÿÿ!ÄgDf˜Ø pˆÿÿ%`•@ pˆÿÿ!ÈgDf˜@ pˆÿÿ%`•¨ pˆÿÿ!ÌgDf˜¨ pˆÿÿ%`•pˆÿÿ!ÐgDf˜pˆÿÿ%`•Œˆÿÿ!ÔgDf˜Œˆÿÿ%`•hŒˆÿÿ!ØgDf˜hŒˆÿÿ%`•ÐŒˆÿÿ!ÜgDf˜ÐŒˆÿÿ%`•8Œˆÿÿ!àgDf˜8Œˆÿÿ%`• Œˆÿÿ!ägDf˜ Œˆÿÿ%`•בˆÿÿ!ègDf˜בˆÿÿ%`• Õ‘ˆÿÿ!ìgDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ!ðgDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿ!ôgDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿ!øgDf˜hÑ‘ˆÿÿ%`•Бˆÿÿ!ügDf˜Ð‘ˆÿÿ%`•Þ‘ˆÿÿ"gDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿ"gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ"gDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ" gDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ"gDf˜pØ‘ˆÿÿ%`•Œˆÿÿ"gDf˜Œˆÿÿ%`•pŒˆÿÿ"gDf˜pŒˆÿÿ%`•ØŒˆÿÿ"gDf˜ØŒˆÿÿ%`•@Œˆÿÿ" gDf˜@Œˆÿÿ%`•¨Œˆÿÿ"$gDf˜¨Œˆÿÿ%`•Œˆÿÿ"(gDf˜Œˆÿÿ%`•+ˆÿÿ",gDf˜+ˆÿÿ%`•h‘+ˆÿÿ"0gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ"4gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ"8gDf˜8”+ˆÿÿ%`•p…ˆÿÿ"<gDf˜p…ˆÿÿ%`•h…ˆÿÿ"@gDf˜h…ˆÿÿ%`•…ˆÿÿ"DgDf˜…ˆÿÿ%`•à™ˆÿÿ"HgDf˜à™ˆÿÿ%`•hᙈÿÿ"LgDf˜hᙈÿÿ%`•Ð♈ÿÿ"PgDf˜Ð♈ÿÿ%`•8䙈ÿÿ"TgDf˜8䙈ÿÿ%`• å™ˆÿÿ"XgDf˜ å™ˆÿÿ%`•癈ÿÿ"\gDf˜ç™ˆÿÿ%`•p虈ÿÿ"`gDf˜p虈ÿÿ%`•Øé™ˆÿÿ"dgDf˜Øé™ˆÿÿ%`•@뙈ÿÿ"hgDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ"lgDf˜¨ì™ˆÿÿ%`•ÿÿ"pgDf˜î™ˆÿÿ%`• …ˆÿÿ"tgDf˜ …ˆÿÿ%`•h!…ˆÿÿ"xgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ"|gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ"€gDf˜8$…ˆÿÿ%`• %…ˆÿÿ"„gDf˜ %…ˆÿÿ%`•'…ˆÿÿ"ˆgDf˜'…ˆÿÿ%`•p(…ˆÿÿ"ŒgDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ"gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ"”gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ"˜gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ"œgDf˜.…ˆÿÿ%`•…ˆÿÿ" gDf˜…ˆÿÿ%`• …ˆÿÿ"¤gDf˜ …ˆÿÿ%`•8…ˆÿÿ"¨gDf˜8…ˆÿÿ%`•Ð…ˆÿÿ"¬gDf˜Ð…ˆÿÿ%`•…ˆÿÿ"°gDf˜…ˆÿÿ%`•¨ …ˆÿÿ"´gDf˜¨ …ˆÿÿ%`•@ …ˆÿÿ"¸gDf˜@ …ˆÿÿ%`•Ø …ˆÿÿ"¼gDf˜Ø …ˆÿÿ%`• •+ˆÿÿ"ÀgDf˜ •+ˆÿÿ%`•—+ˆÿÿ"ÄgDf˜—+ˆÿÿ%`•p˜+ˆÿÿ"ÈgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ"ÌgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ"ÐgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ"ÔgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ"ØgDf˜ž+ˆÿÿ%`•>™ˆÿÿ"ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"àgDf˜¨<™ˆÿÿ%`•Øé6ˆÿÿ"ägDf˜Øé6ˆÿÿ%`•pè6ˆÿÿ"ègDf˜pè6ˆÿÿ%`•ç6ˆÿÿ"ìgDf˜ç6ˆÿÿ%`• å6ˆÿÿ"ðgDf˜ å6ˆÿÿ%`•8ä6ˆÿÿ"ôgDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿ"øgDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿ"ügDf˜há6ˆÿÿ%`•î6ˆÿÿ#gDf˜î6ˆÿÿ%`•¨ì6ˆÿÿ#gDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿ#gDf˜@ë6ˆÿÿ%`•à6ˆÿÿ# gDf˜à6ˆÿÿ%`•px?ˆÿÿ#gDf˜px?ˆÿÿ%`•w?ˆÿÿ#gDf˜w?ˆÿÿ%`• u?ˆÿÿ#gDf˜ u?ˆÿÿ%`•8t?ˆÿÿ#gDf˜8t?ˆÿÿ%`•Ðr?ˆÿÿ# gDf˜Ðr?ˆÿÿ%`•hq?ˆÿÿ#$gDf˜hq?ˆÿÿ%`•p?ˆÿÿ#(gDf˜p?ˆÿÿ%`•n‡ˆÿÿ#,gDf˜n‡ˆÿÿ%`•`‡ˆÿÿ#0gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ#4gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ#8gDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ#<gDf˜8d‡ˆÿÿ%`•g‡ˆÿÿ#@gDf˜g‡ˆÿÿ%`• e‡ˆÿÿ#DgDf˜ e‡ˆÿÿ%`•ˆÿÿ#HgDf˜ˆÿÿ%`•h‘ˆÿÿ#LgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ#PgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ#TgDf˜8”ˆÿÿ%`• •ˆÿÿ#XgDf˜ •ˆÿÿ%`•—ˆÿÿ#\gDf˜—ˆÿÿ%`•p˜ˆÿÿ#`gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ#dgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ#hgDf˜@›ˆÿÿ%`•¨œˆÿÿ#lgDf˜¨œˆÿÿ%`•žˆÿÿ#pgDf˜žˆÿÿ%`•Àoˆÿÿ#tgDf˜Àoˆÿÿ%`•hÁoˆÿÿ#xgDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ#|gDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ#€gDf˜8Äoˆÿÿ%`• Åoˆÿÿ#„gDf˜ Åoˆÿÿ%`•Çoˆÿÿ#ˆgDf˜Çoˆÿÿ%`•pÈoˆÿÿ#ŒgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ#gDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ#”gDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ#˜gDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ#œgDf˜Îoˆÿÿ%`•ph‡ˆÿÿ# gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ#¤gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ#¨gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ#¬gDf˜¨l‡ˆÿÿ%`•~?ˆÿÿ#°gDf˜~?ˆÿÿ%`•¨|?ˆÿÿ#´gDf˜¨|?ˆÿÿ%`•@{?ˆÿÿ#¸gDf˜@{?ˆÿÿ%`•Øy?ˆÿÿ#¼gDf˜Øy?ˆÿÿ%`•pˆÿÿ#ÀgDf˜pˆÿÿ%`• pˆÿÿ#ÄgDf˜ pˆÿÿ%`•8pˆÿÿ#ÈgDf˜8pˆÿÿ%`•Ðpˆÿÿ#ÌgDf˜Ðpˆÿÿ%`•hpˆÿÿ#ÐgDf˜hpˆÿÿ%`•pˆÿÿ#ÔgDf˜pˆÿÿ%`•ð[ˆÿÿ#ØgDf˜ð[ˆÿÿ%`•hñ[ˆÿÿ#ÜgDf˜hñ[ˆÿÿ%`•8ô[ˆÿÿ#àgDf˜8ô[ˆÿÿ%`•8ä ˆÿÿ#ägDf˜8ä ˆÿÿ%`•Ðâ ˆÿÿ#ègDf˜Ðâ ˆÿÿ%`•há ˆÿÿ#ìgDf˜há ˆÿÿ%`•à ˆÿÿ#ðgDf˜à ˆÿÿ%`•€ˆÿÿ#øgDf˜€ˆÿÿ%`•hˆÿÿ#ügDf˜hˆÿÿ%`•Ђˆÿÿ$gDf˜Ð‚ˆÿÿ%`•pˆˆÿÿ$gDf˜pˆˆÿÿ%`•؉ˆÿÿ$gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ$ gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ$gDf˜¨Œˆÿÿ%`•Žˆÿÿ$gDf˜Žˆÿÿ%`•î ˆÿÿ$gDf˜î ˆÿÿ%`•¨ì ˆÿÿ$gDf˜¨ì ˆÿÿ%`•@ë ˆÿÿ$ gDf˜@ë ˆÿÿ%`•Øé ˆÿÿ$$gDf˜Øé ˆÿÿ%`•pè ˆÿÿ$(gDf˜pè ˆÿÿ%`•ç ˆÿÿ$,gDf˜ç ˆÿÿ%`• å ˆÿÿ$0gDf˜ å ˆÿÿ%`•Ðò[ˆÿÿ$4gDf˜Ðò[ˆÿÿ%`•pø[ˆÿÿ$8gDf˜pø[ˆÿÿ%`•Øù[ˆÿÿ$<gDf˜Øù[ˆÿÿ%`•@û[ˆÿÿ$@gDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿ$DgDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿ$HgDf˜þ[ˆÿÿ%`• õ[ˆÿÿ$LgDf˜ õ[ˆÿÿ%`•÷[ˆÿÿ$PgDf˜÷[ˆÿÿ%`•pˆÿÿ$TgDf˜pˆÿÿ%`•¨ pˆÿÿ$XgDf˜¨ pˆÿÿ%`•@ pˆÿÿ$\gDf˜@ pˆÿÿ%`•Ø pˆÿÿ$`gDf˜Ø pˆÿÿ%`•ppˆÿÿ$dgDf˜ppˆÿÿ%`• Œˆÿÿ$hgDf˜ Œˆÿÿ%`•8Œˆÿÿ$lgDf˜8Œˆÿÿ%`•ÐŒˆÿÿ$pgDf˜ÐŒˆÿÿ%`•hŒˆÿÿ$tgDf˜hŒˆÿÿ%`•Œˆÿÿ$xgDf˜Œˆÿÿ%`•Þ‘ˆÿÿ$|gDf˜Þ‘ˆÿÿ%`•Бˆÿÿ$€gDf˜Ð‘ˆÿÿ%`•pØ‘ˆÿÿ$„gDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ$ˆgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ$ŒgDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ$gDf˜¨Ü‘ˆÿÿ%`•hÑ‘ˆÿÿ$”gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ$˜gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ$œgDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ$ gDf˜ Õ‘ˆÿÿ%`•בˆÿÿ$¤gDf˜בˆÿÿ%`•Œˆÿÿ$¨gDf˜Œˆÿÿ%`•¨Œˆÿÿ$¬gDf˜¨Œˆÿÿ%`•@Œˆÿÿ$°gDf˜@Œˆÿÿ%`•ØŒˆÿÿ$´gDf˜ØŒˆÿÿ%`•pŒˆÿÿ$¸gDf˜pŒˆÿÿ%`•Œˆÿÿ$¼gDf˜Œˆÿÿ%`•8”+ˆÿÿ$ÀgDf˜8”+ˆÿÿ%`•Ð’+ˆÿÿ$ÄgDf˜Ð’+ˆÿÿ%`•h‘+ˆÿÿ$ÈgDf˜h‘+ˆÿÿ%`•+ˆÿÿ$ÌgDf˜+ˆÿÿ%`•…ˆÿÿ$ÐgDf˜…ˆÿÿ%`•h…ˆÿÿ$ÔgDf˜h…ˆÿÿ%`•p…ˆÿÿ$ØgDf˜p…ˆÿÿ%`•8$…ˆÿÿ$ÜgDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿ$àgDf˜Ð"…ˆÿÿ%`•h!…ˆÿÿ$ägDf˜h!…ˆÿÿ%`• …ˆÿÿ$ègDf˜ …ˆÿÿ%`•€Šˆÿÿ$ìgDf˜€Šˆÿÿ%`•hŠˆÿÿ$ðgDf˜hŠˆÿÿ%`•ЂŠˆÿÿ$ôgDf˜Ð‚Šˆÿÿ%`•8„Šˆÿÿ$øgDf˜8„Šˆÿÿ%`• …Šˆÿÿ$ügDf˜ …Šˆÿÿ%`•‡Šˆÿÿ%gDf˜‡Šˆÿÿ%`•pˆŠˆÿÿ%gDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ%gDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ% gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ%gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ%gDf˜ŽŠˆÿÿ%`•.…ˆÿÿ%gDf˜.…ˆÿÿ%`•¨,…ˆÿÿ%gDf˜¨,…ˆÿÿ%`•@+…ˆÿÿ% gDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿ%$gDf˜Ø)…ˆÿÿ%`•p(…ˆÿÿ%(gDf˜p(…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%,gDf˜'ˆÿÿ%`•p(…ˆÿÿö€gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿöˆgDf˜Ø)…ˆÿÿ%`•8$…ˆÿÿögDf˜8$…ˆÿÿ%`•¨,…ˆÿÿ ¨gDf˜¨,…ˆÿÿ%`•@+…ˆÿÿq0ügDf˜@+…ˆÿÿ%`•.…ˆÿÿs,ügDf˜.…ˆÿÿ%`• …ˆÿÿu(ügDf˜ …ˆÿÿ%`•h!…ˆÿÿw$ügDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿy gDf˜Ð"…ˆÿÿ%`•'…ˆÿÿ†Ä€gDf˜'…ˆÿÿ%`•'…ˆÿÿ gDf˜'…ˆÿÿ%`•'…ˆÿÿ%0gDf˜'…ˆÿÿ%`•Ð"…ˆÿÿ%4ØgDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ& gDf˜'ˆÿÿ%`•Ð"…ˆÿÿ&ŒgDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&œgDf˜'ˆÿÿ%`•Ð"…ˆÿÿ&  gDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&ÀgDf˜'ˆÿÿ%`•Ð"…ˆÿÿ&Ä\gDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ' gDf˜'ˆÿÿ%`•Ð"…ˆÿÿ'$ gDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'DgDf˜'ˆÿÿ%`•Ð"…ˆÿÿ'H gDf˜Ð"…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'hgDf˜'ˆÿÿ%`•Ð"…ˆÿÿ'lgDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'pgDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'tgDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'xgDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'|gDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'€gDf˜Ð"…ˆÿÿ%`•Ð"…ˆÿÿ'„gDf˜Ð"…ˆÿÿ%`•@+…ˆÿÿ'ˆgDf˜@+…ˆÿÿ%`•@+…ˆÿÿ'ŒgDf˜@+…ˆÿÿ%`•Ð"…ˆÿÿ'gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ'”gDf˜8$…ˆÿÿ%`•¨,…ˆÿÿ'˜gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ'œgDf˜.…ˆÿÿ%`• …ˆÿÿ' gDf˜ …ˆÿÿ%`•'…ˆÿÿ'¤gDf˜'…ˆÿÿ%`•h!…ˆÿÿ'¨gDf˜h!…ˆÿÿ%`•h!…ˆÿÿ'¬gDf˜h!…ˆÿÿ%`•'…ˆÿÿ'°gDf˜'…ˆÿÿ%`• …ˆÿÿ'´gDf˜ …ˆÿÿ%`•.…ˆÿÿ'¸gDf˜.…ˆÿÿ%`•¨,…ˆÿÿ'¼gDf˜¨,…ˆÿÿ%`•8$…ˆÿÿ'ÀgDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿ'ÄgDf˜Ð"…ˆÿÿ%`•@+…ˆÿÿ'ÈgDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿ'ÌgDf˜Ø)…ˆÿÿ%`•p(…ˆÿÿ'ÐgDf˜p(…ˆÿÿ%`• %…ˆÿÿ'ÔgDf˜ %…ˆÿÿ%`•¨<™ˆÿÿ'ØgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ'ÜgDf˜>™ˆÿÿ%`•Jˆÿÿ'àgDf˜Jˆÿÿ%`•hJˆÿÿ'ägDf˜hJˆÿÿ%`•ÐJˆÿÿ'ègDf˜ÐJˆÿÿ%`•8Jˆÿÿ'ìgDf˜8Jˆÿÿ%`• Jˆÿÿ'ðgDf˜ Jˆÿÿ%`•Jˆÿÿ'ôgDf˜Jˆÿÿ%`•pJˆÿÿ'ügDf˜pJˆÿÿ%`•ØJˆÿÿ(gDf˜ØJˆÿÿ%`•@Jˆÿÿ(gDf˜@Jˆÿÿ%`•¨Jˆÿÿ(gDf˜¨Jˆÿÿ%`•Jˆÿÿ( gDf˜Jˆÿÿ%`•Jˆÿÿ(gDf˜Jˆÿÿ%`• Jˆÿÿ(gDf˜ Jˆÿÿ%`•8Jˆÿÿ(gDf˜8Jˆÿÿ%`•ÐJˆÿÿ(gDf˜ÐJˆÿÿ%`•hJˆÿÿ( gDf˜hJˆÿÿ%`•Jˆÿÿ($gDf˜Jˆÿÿ%`•>™ˆÿÿ((gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ(,gDf˜¨<™ˆÿÿ%`•`̈ÿÿ(0gDf˜`̈ÿÿ%`•häÿÿ(4gDf˜häÿÿ%`•Ðb̈ÿÿ(8gDf˜Ðb̈ÿÿ%`•8d̈ÿÿ(<gDf˜8d̈ÿÿ%`• ëÿÿ(@gDf˜ ëÿÿ%`•g̈ÿÿ(DgDf˜g̈ÿÿ%`•pḧÿÿ(HgDf˜pḧÿÿ%`•Øïÿÿ(LgDf˜Øïÿÿ%`•@k̈ÿÿ(PgDf˜@k̈ÿÿ%`•¨l̈ÿÿ(TgDf˜¨l̈ÿÿ%`•n̈ÿÿ(XgDf˜n̈ÿÿ%`•€ ˆÿÿ(\gDf˜€ ˆÿÿ%`•h ˆÿÿ(`gDf˜h ˆÿÿ%`•Ђ ˆÿÿ(dgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ(hgDf˜8„ ˆÿÿ%`• … ˆÿÿ(lgDf˜ … ˆÿÿ%`•‡ ˆÿÿ(pgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ(tgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ(xgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ(|gDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ(€gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ(„gDf˜Ž ˆÿÿ%`•À‘ ˆÿÿ(ˆgDf˜À‘ ˆÿÿ%`•hÁ‘ ˆÿÿ(ŒgDf˜hÁ‘ ˆÿÿ%`•Б ˆÿÿ(gDf˜Ð‘ ˆÿÿ%`•8Ä‘ ˆÿÿ(”gDf˜8Ä‘ ˆÿÿ%`• Å‘ ˆÿÿ(˜gDf˜ Å‘ ˆÿÿ%`•Ç‘ ˆÿÿ(œgDf˜Ç‘ ˆÿÿ%`•pÈ‘ ˆÿÿ( gDf˜pÈ‘ ˆÿÿ%`•ØÉ‘ ˆÿÿ(¤gDf˜ØÉ‘ ˆÿÿ%`•@Ë‘ ˆÿÿ(¨gDf˜@Ë‘ ˆÿÿ%`•¨Ì‘ ˆÿÿ(¬gDf˜¨Ì‘ ˆÿÿ%`•Α ˆÿÿ(°gDf˜Α ˆÿÿ%`•àˆÿÿ(´gDf˜àˆÿÿ%`•háˆÿÿ(¸gDf˜háˆÿÿ%`•Ðâˆÿÿ(¼gDf˜Ðâˆÿÿ%`•8äˆÿÿ(ÀgDf˜8äˆÿÿ%`• åˆÿÿ(ÄgDf˜ åˆÿÿ%`•çˆÿÿ(ÈgDf˜çˆÿÿ%`•pèˆÿÿ(ÌgDf˜pèˆÿÿ%`•Øéˆÿÿ(ÐgDf˜Øéˆÿÿ%`•@ëˆÿÿ(ÔgDf˜@ëˆÿÿ%`•¨ìˆÿÿ(ØgDf˜¨ìˆÿÿ%`•îˆÿÿ(ÜgDf˜îˆÿÿ%`•@*ˆÿÿ(àgDf˜@*ˆÿÿ%`•hA*ˆÿÿ(ägDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ(ègDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ(ìgDf˜8D*ˆÿÿ%`• E*ˆÿÿ(ðgDf˜ E*ˆÿÿ%`•G*ˆÿÿ(ôgDf˜G*ˆÿÿ%`•pH*ˆÿÿ(øgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ(ügDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ)gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ)gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ)gDf˜N*ˆÿÿ%`•Ð#ˆÿÿ) gDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿ)gDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿ)gDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿ)gDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿ)gDf˜ Õ#ˆÿÿ%`•×#ˆÿÿ) gDf˜×#ˆÿÿ%`•pØ#ˆÿÿ)$gDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿ)(gDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿ),gDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿ)0gDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿ)4gDf˜Þ#ˆÿÿ%`•¨<™ˆÿÿ)8gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ)<gDf˜>™ˆÿÿ%`•°¾ ˆÿÿ)@gDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ)DgDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ)HgDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ)LgDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ)PgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ)TgDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ)XgDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ)\gDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ)`gDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ)dgDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ)hgDf˜¾¾ ˆÿÿ%`•@ˆÿÿ)lgDf˜@ˆÿÿ%`•hAˆÿÿ)pgDf˜hAˆÿÿ%`•ÐBˆÿÿ)tgDf˜ÐBˆÿÿ%`•8Dˆÿÿ)xgDf˜8Dˆÿÿ%`• Eˆÿÿ)|gDf˜ Eˆÿÿ%`•Gˆÿÿ)€gDf˜Gˆÿÿ%`•pHˆÿÿ)„gDf˜pHˆÿÿ%`•ØIˆÿÿ)ˆgDf˜ØIˆÿÿ%`•@Kˆÿÿ)ŒgDf˜@Kˆÿÿ%`•¨Lˆÿÿ)gDf˜¨Lˆÿÿ%`•Nˆÿÿ)”gDf˜Nˆÿÿ%`• Åˆÿÿ)˜gDf˜ Åˆÿÿ%`•h¡Åˆÿÿ)œgDf˜h¡Åˆÿÿ%`•Тňÿÿ) gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ)¤gDf˜8¤Åˆÿÿ%`• ¥Åˆÿÿ)¨gDf˜ ¥Åˆÿÿ%`•§Åˆÿÿ)¬gDf˜§Åˆÿÿ%`•p¨Åˆÿÿ)°gDf˜p¨Åˆÿÿ%`•ةňÿÿ)´gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ)¸gDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ)¼gDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ)ÀgDf˜®Åˆÿÿ%`•@ˆÿÿ)ÄgDf˜@ˆÿÿ%`•hAˆÿÿ)ÈgDf˜hAˆÿÿ%`•ÐBˆÿÿ)ÌgDf˜ÐBˆÿÿ%`•8Dˆÿÿ)ÐgDf˜8Dˆÿÿ%`• Eˆÿÿ)ÔgDf˜ Eˆÿÿ%`•Gˆÿÿ)ØgDf˜Gˆÿÿ%`•pHˆÿÿ)ÜgDf˜pHˆÿÿ%`•ØIˆÿÿ)àgDf˜ØIˆÿÿ%`•@Kˆÿÿ)ägDf˜@Kˆÿÿ%`•¨Lˆÿÿ)ègDf˜¨Lˆÿÿ%`•Nˆÿÿ)ìgDf˜Nˆÿÿ%`•Ð ˆÿÿ)ðgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ)ôgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ)øgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ)ügDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ*gDf˜ Õ ˆÿÿ%`•× ˆÿÿ*gDf˜× ˆÿÿ%`•pØ ˆÿÿ*gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ* gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ*gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ*gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ*gDf˜Þ ˆÿÿ%`•À‘ ˆÿÿ*gDf˜À‘ ˆÿÿ%`•hÁ‘ ˆÿÿ* gDf˜hÁ‘ ˆÿÿ%`•Б ˆÿÿ*$gDf˜Ð‘ ˆÿÿ%`•8Ä‘ ˆÿÿ*(gDf˜8Ä‘ ˆÿÿ%`• Å‘ ˆÿÿ*,gDf˜ Å‘ ˆÿÿ%`•Ç‘ ˆÿÿ*0gDf˜Ç‘ ˆÿÿ%`•pÈ‘ ˆÿÿ*4gDf˜pÈ‘ ˆÿÿ%`•ØÉ‘ ˆÿÿ*8gDf˜ØÉ‘ ˆÿÿ%`•@Ë‘ ˆÿÿ*<gDf˜@Ë‘ ˆÿÿ%`•¨Ì‘ ˆÿÿ*@gDf˜¨Ì‘ ˆÿÿ%`•Α ˆÿÿ*DgDf˜Α ˆÿÿ%`•€Æˆÿÿ*HgDf˜€Æˆÿÿ%`•hƈÿÿ*LgDf˜hƈÿÿ%`•ЂÆˆÿÿ*PgDf˜Ð‚ƈÿÿ%`•8„ƈÿÿ*TgDf˜8„ƈÿÿ%`• …ƈÿÿ*XgDf˜ …ƈÿÿ%`•‡Æˆÿÿ*\gDf˜‡Æˆÿÿ%`•pˆÆˆÿÿ*`gDf˜pˆÆˆÿÿ%`•؉ƈÿÿ*dgDf˜Ø‰Æˆÿÿ%`•@‹Æˆÿÿ*hgDf˜@‹Æˆÿÿ%`•¨ŒÆˆÿÿ*lgDf˜¨ŒÆˆÿÿ%`•ŽÆˆÿÿ*pgDf˜ŽÆˆÿÿ%`•Jˆÿÿ*tgDf˜Jˆÿÿ%`•hJˆÿÿ*xgDf˜hJˆÿÿ%`•ÐJˆÿÿ*|gDf˜ÐJˆÿÿ%`•8Jˆÿÿ*€gDf˜8Jˆÿÿ%`• Jˆÿÿ*„gDf˜ Jˆÿÿ%`•Jˆÿÿ*ˆgDf˜Jˆÿÿ%`•pJˆÿÿ*ŒgDf˜pJˆÿÿ%`•ØJˆÿÿ*gDf˜ØJˆÿÿ%`•@Jˆÿÿ*”gDf˜@Jˆÿÿ%`•¨Jˆÿÿ*˜gDf˜¨Jˆÿÿ%`•Jˆÿÿ*œgDf˜Jˆÿÿ%`•Àˈÿÿ* gDf˜Àˈÿÿ%`•hÁˈÿÿ*¤gDf˜hÁˈÿÿ%`•ÐÂˈÿÿ*¨gDf˜ÐÂˈÿÿ%`•8Äˈÿÿ*¬gDf˜8Äˈÿÿ%`• Åˈÿÿ*°gDf˜ Åˈÿÿ%`•Çˈÿÿ*´gDf˜Çˈÿÿ%`•pÈˈÿÿ*¸gDf˜pÈˈÿÿ%`•ØÉˈÿÿ*¼gDf˜ØÉˈÿÿ%`•@Ëˈÿÿ*ÀgDf˜@Ëˈÿÿ%`•¨Ìˈÿÿ*ÄgDf˜¨Ìˈÿÿ%`•Îˈÿÿ*ÈgDf˜Îˈÿÿ%`•Àˆÿÿ*ÌgDf˜Àˆÿÿ%`•hÁˆÿÿ*ÐgDf˜hÁˆÿÿ%`•Јÿÿ*ÔgDf˜Ðˆÿÿ%`•8Ĉÿÿ*ØgDf˜8Ĉÿÿ%`• Åˆÿÿ*ÜgDf˜ Åˆÿÿ%`•Ljÿÿ*àgDf˜Çˆÿÿ%`•pȈÿÿ*ägDf˜pȈÿÿ%`•ØÉˆÿÿ*ègDf˜ØÉˆÿÿ%`•@ˈÿÿ*ìgDf˜@ˈÿÿ%`•¨Ìˆÿÿ*ðgDf˜¨Ìˆÿÿ%`•Έÿÿ*ôgDf˜Îˆÿÿ%`• Aˆÿÿ*øgDf˜ Aˆÿÿ%`•h¡Aˆÿÿ*ügDf˜h¡Aˆÿÿ%`•ТAˆÿÿ+gDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ+gDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ+gDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ+ gDf˜§Aˆÿÿ%`•p¨Aˆÿÿ+gDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ+gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ+gDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ+gDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ+ gDf˜®Aˆÿÿ%`•Pˆÿÿ+$gDf˜Pˆÿÿ%`•hQˆÿÿ+(gDf˜hQˆÿÿ%`•ÐRˆÿÿ+,gDf˜ÐRˆÿÿ%`•8Tˆÿÿ+0gDf˜8Tˆÿÿ%`• Uˆÿÿ+4gDf˜ Uˆÿÿ%`•Wˆÿÿ+8gDf˜Wˆÿÿ%`•pXˆÿÿ+<gDf˜pXˆÿÿ%`•ØYˆÿÿ+@gDf˜ØYˆÿÿ%`•@[ˆÿÿ+DgDf˜@[ˆÿÿ%`•¨\ˆÿÿ+HgDf˜¨\ˆÿÿ%`•^ˆÿÿ+LgDf˜^ˆÿÿ%`•°¹ˆÿÿ+PgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ+TgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ+XgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ+\gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ+`gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ+dgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ+hgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ+lgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ+pgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ+tgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ+xgDf˜¾¹ˆÿÿ%`•>™ˆÿÿ+|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ+€gDf˜¨<™ˆÿÿ%`•@Kˆÿÿ+„gDf˜@Kˆÿÿ%`•ØIˆÿÿ+ˆgDf˜ØIˆÿÿ%`•pHˆÿÿ+ŒgDf˜pHˆÿÿ%`•Gˆÿÿ+gDf˜Gˆÿÿ%`• Eˆÿÿ+”gDf˜ Eˆÿÿ%`•8Dˆÿÿ+˜gDf˜8Dˆÿÿ%`•ÐBˆÿÿ+œgDf˜ÐBˆÿÿ%`•hAˆÿÿ+ gDf˜hAˆÿÿ%`•@ˆÿÿ+¤gDf˜@ˆÿÿ%`•@ ˆÿÿ+¨gDf˜@ ˆÿÿ%`•hA ˆÿÿ+¬gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ+°gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ+´gDf˜8D ˆÿÿ%`• E ˆÿÿ+¸gDf˜ E ˆÿÿ%`•G ˆÿÿ+¼gDf˜G ˆÿÿ%`•pH ˆÿÿ+ÀgDf˜pH ˆÿÿ%`•ØI ˆÿÿ+ÄgDf˜ØI ˆÿÿ%`•@K ˆÿÿ+ÈgDf˜@K ˆÿÿ%`•¨L ˆÿÿ+ÌgDf˜¨L ˆÿÿ%`•N ˆÿÿ+ÐgDf˜N ˆÿÿ%`•°dˆÿÿ+ÔgDf˜°dˆÿÿ%`•h±dˆÿÿ+ØgDf˜h±dˆÿÿ%`•вdˆÿÿ+ÜgDf˜Ð²dˆÿÿ%`•8´dˆÿÿ+àgDf˜8´dˆÿÿ%`• µdˆÿÿ+ägDf˜ µdˆÿÿ%`•·dˆÿÿ+ègDf˜·dˆÿÿ%`•p¸dˆÿÿ+ìgDf˜p¸dˆÿÿ%`•عdˆÿÿ+ðgDf˜Ø¹dˆÿÿ%`•@»dˆÿÿ+ôgDf˜@»dˆÿÿ%`•¨¼dˆÿÿ+øgDf˜¨¼dˆÿÿ%`•¾dˆÿÿ,gDf˜¾dˆÿÿ%`•¨Lˆÿÿ,gDf˜¨Lˆÿÿ%`•`$ˆÿÿ,gDf˜`$ˆÿÿ%`•ha$ˆÿÿ, gDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿ,gDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿ,gDf˜8d$ˆÿÿ%`• e$ˆÿÿ,gDf˜ e$ˆÿÿ%`•g$ˆÿÿ,gDf˜g$ˆÿÿ%`•ph$ˆÿÿ, gDf˜ph$ˆÿÿ%`•Øi$ˆÿÿ,$gDf˜Øi$ˆÿÿ%`•@k$ˆÿÿ,(gDf˜@k$ˆÿÿ%`•¨l$ˆÿÿ,,gDf˜¨l$ˆÿÿ%`•n$ˆÿÿ,0gDf˜n$ˆÿÿ%`•Nˆÿÿ,4gDf˜Nˆÿÿ%`•ØÙ ˆÿÿ,8gDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿ,<gDf˜pØ ˆÿÿ%`•× ˆÿÿ,@gDf˜× ˆÿÿ%`• Õ ˆÿÿ,DgDf˜ Õ ˆÿÿ%`•8Ô ˆÿÿ,HgDf˜8Ô ˆÿÿ%`•ÐÒ ˆÿÿ,LgDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿ,PgDf˜hÑ ˆÿÿ%`•Ð ˆÿÿ,TgDf˜Ð ˆÿÿ%`•@ˆÿÿ,XgDf˜@ˆÿÿ%`•hAˆÿÿ,\gDf˜hAˆÿÿ%`•ÐBˆÿÿ,`gDf˜ÐBˆÿÿ%`•8Dˆÿÿ,dgDf˜8Dˆÿÿ%`• Eˆÿÿ,hgDf˜ Eˆÿÿ%`•Gˆÿÿ,lgDf˜Gˆÿÿ%`•pHˆÿÿ,pgDf˜pHˆÿÿ%`•ØIˆÿÿ,tgDf˜ØIˆÿÿ%`•@Kˆÿÿ,xgDf˜@Kˆÿÿ%`•¨Lˆÿÿ,|gDf˜¨Lˆÿÿ%`•Nˆÿÿ,€gDf˜Nˆÿÿ%`•p™ ˆÿÿ,„gDf˜p™ ˆÿÿ%`•hq™ ˆÿÿ,ˆgDf˜hq™ ˆÿÿ%`•Ðr™ ˆÿÿ,ŒgDf˜Ðr™ ˆÿÿ%`•8t™ ˆÿÿ,gDf˜8t™ ˆÿÿ%`• u™ ˆÿÿ,”gDf˜ u™ ˆÿÿ%`•w™ ˆÿÿ,˜gDf˜w™ ˆÿÿ%`•px™ ˆÿÿ,œgDf˜px™ ˆÿÿ%`•Øy™ ˆÿÿ, gDf˜Øy™ ˆÿÿ%`•@{™ ˆÿÿ,¤gDf˜@{™ ˆÿÿ%`•¨|™ ˆÿÿ,¨gDf˜¨|™ ˆÿÿ%`•~™ ˆÿÿ,¬gDf˜~™ ˆÿÿ%`•Þ ˆÿÿ,°gDf˜Þ ˆÿÿ%`•¨Ü ˆÿÿ,´gDf˜¨Ü ˆÿÿ%`•@Û ˆÿÿ,¸gDf˜@Û ˆÿÿ%`•pJˆÿÿ,¼gDf˜pJˆÿÿ%`•Jˆÿÿ,ÀgDf˜Jˆÿÿ%`• Jˆÿÿ,ÄgDf˜ Jˆÿÿ%`•8Jˆÿÿ,ÈgDf˜8Jˆÿÿ%`•ÐJˆÿÿ,ÌgDf˜ÐJˆÿÿ%`•hJˆÿÿ,ÐgDf˜hJˆÿÿ%`•Jˆÿÿ,ÔgDf˜Jˆÿÿ%`•dˆÿÿ,ØgDf˜dˆÿÿ%`•h‘dˆÿÿ,ÜgDf˜h‘dˆÿÿ%`•Ð’dˆÿÿ,àgDf˜Ð’dˆÿÿ%`•8”dˆÿÿ,ägDf˜8”dˆÿÿ%`• •dˆÿÿ,ègDf˜ •dˆÿÿ%`•—dˆÿÿ,ìgDf˜—dˆÿÿ%`•p˜dˆÿÿ,ðgDf˜p˜dˆÿÿ%`•Ø™dˆÿÿ,ôgDf˜Ø™dˆÿÿ%`•@›dˆÿÿ,øgDf˜@›dˆÿÿ%`•¨œdˆÿÿ,ügDf˜¨œdˆÿÿ%`•ždˆÿÿ-gDf˜ždˆÿÿ%`•à ˆÿÿ-gDf˜à ˆÿÿ%`•há ˆÿÿ-gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ- gDf˜Ðâ ˆÿÿ%`•Îˈÿÿ-ügDf˜Îˈÿÿ%`•¨Ìˈÿÿ/ ôgDf˜¨Ìˈÿÿ%`•@Ëˈÿÿ0ügDf˜@Ëˈÿÿ%`•ØÉˈÿÿ2ügDf˜ØÉˈÿÿ%`•pÈˈÿÿ3ügDf˜pÈˈÿÿ%`•¨ì ˆÿÿ4ügDf˜¨ì ˆÿÿ%`•Øé ˆÿÿ6œgDf˜Øé ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8ä ˆÿÿƒ8gDf˜8ä ˆÿÿ%`• å ˆÿÿöŒgDf˜ å ˆÿÿ%`•pè ˆÿÿö”<gDf˜pè ˆÿÿ%`•Àˈÿÿ! gDf˜Àˈÿÿ%`•ç ˆÿÿ‡D€gDf˜ç ˆÿÿ%`•@ë ˆÿÿˆÄügDf˜@ë ˆÿÿ%`•8ÄˈÿÿŠÀgDf˜8Äˈÿÿ%`•î ˆÿÿŠÄügDf˜î ˆÿÿ%`•ÐÂˈÿÿŒÀgDf˜ÐÂˈÿÿ%`•¨JˆÿÿŒÄügDf˜¨Jˆÿÿ%`•hÁˈÿÿŽÀgDf˜hÁˈÿÿ%`•ØJˆÿÿŽÄ@gDf˜ØJˆÿÿ%`• Åˈÿÿ߸ügDf˜ Åˈÿÿ%`•Çˈÿÿá´gDf˜Çˈÿÿ%`•'ˆÿÿ6 gDf˜'ˆÿÿ%`•î ˆÿÿ gDf˜î ˆÿÿ%`•î ˆÿÿ6¤gDf˜î ˆÿÿ%`•Øé ˆÿÿ6¨gDf˜Øé ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7¨gDf˜'ˆÿÿ%`•Øé ˆÿÿ7¬\gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ8  gDf˜@ë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8¬gDf˜'ˆÿÿ%`•@ë ˆÿÿ8°ügDf˜@ë ˆÿÿ%`•pè ˆÿÿ:¬gDf˜pè ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:ÈgDf˜'ˆÿÿ%`•pè ˆÿÿ:Ì@gDf˜pè ˆÿÿ%`•@ë ˆÿÿ<ügDf˜@ë ˆÿÿ%`•î ˆÿÿ> ügDf˜î ˆÿÿ%`•Øé ˆÿÿ@gDf˜Øé ˆÿÿ%`•ç ˆÿÿ@ gDf˜ç ˆÿÿ%`•8ä ˆÿÿ@ügDf˜8ä ˆÿÿ%`• å ˆÿÿBÔgDf˜ å ˆÿÿ%`•há ˆÿÿ¤gDf˜há ˆÿÿ%`•¨ì ˆÿÿ¨(gDf˜¨ì ˆÿÿ%`•Ðâ ˆÿÿÔLgDf˜Ðâ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Ðâ ˆÿÿ}gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ|ØgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿgDf˜Ðâ ˆÿÿ%`• å ˆÿÿ/øgDf˜ å ˆÿÿ%`• å ˆÿÿ gDf˜ å ˆÿÿ%`• å ˆÿÿ|ÈgDf˜ å ˆÿÿ%`• å ˆÿÿ gDf˜ å ˆÿÿ%`• å ˆÿÿ|ŒgDf˜ å ˆÿÿ%`• å ˆÿÿ gDf˜ å ˆÿÿ%`• å ˆÿÿ!gDf˜ å ˆÿÿ%`• å ˆÿÿ gDf˜ å ˆÿÿ%`• å ˆÿÿ$gDf˜ å ˆÿÿ%`• å ˆÿÿ(ügDf˜ å ˆÿÿ%`•Ðâ ˆÿÿ$HgDf˜Ðâ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•Ðâ ˆÿÿpgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿtgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿxgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ|gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ€gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ„gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿˆgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿŒgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿgDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ”gDf˜Ðâ ˆÿÿ%`•Ðâ ˆÿÿ˜gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿœgDf˜8ä ˆÿÿ%`•Øé ˆÿÿ gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ¤gDf˜@ë ˆÿÿ%`•î ˆÿÿ¨gDf˜î ˆÿÿ%`•î ˆÿÿ¬gDf˜î ˆÿÿ%`•@ë ˆÿÿ°gDf˜@ë ˆÿÿ%`•Øé ˆÿÿ´gDf˜Øé ˆÿÿ%`•8ä ˆÿÿ¸gDf˜8ä ˆÿÿ%`•Ðâ ˆÿÿ¼gDf˜Ðâ ˆÿÿ%`•ç ˆÿÿÀgDf˜ç ˆÿÿ%`• å ˆÿÿÄgDf˜ å ˆÿÿ%`•há ˆÿÿÈgDf˜há ˆÿÿ%`•¨ì ˆÿÿÌgDf˜¨ì ˆÿÿ%`•pè ˆÿÿÐgDf˜pè ˆÿÿ%`•à ˆÿÿÔgDf˜à ˆÿÿ%`•¨<™ˆÿÿØgDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿàgDf˜>™ˆÿÿ%`•à ˆÿÿägDf˜à ˆÿÿ%`•há ˆÿÿègDf˜há ˆÿÿ%`•Ðâ ˆÿÿìgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿðgDf˜8ä ˆÿÿ%`• å ˆÿÿôgDf˜ å ˆÿÿ%`•ç ˆÿÿøgDf˜ç ˆÿÿ%`•pè ˆÿÿügDf˜pè ˆÿÿ%`•Øé ˆÿÿgDf˜Øé ˆÿÿ%`•@ë ˆÿÿgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿgDf˜¨ì ˆÿÿ%`•î ˆÿÿ gDf˜î ˆÿÿ%`•݈ÿÿgDf˜Ýˆÿÿ%`•h݈ÿÿgDf˜h݈ÿÿ%`•Ð݈ÿÿgDf˜Ð݈ÿÿ%`•8݈ÿÿgDf˜8݈ÿÿ%`• Ýˆÿÿ gDf˜ Ýˆÿÿ%`•݈ÿÿ$gDf˜Ýˆÿÿ%`•p݈ÿÿ(gDf˜p݈ÿÿ%`•ØÝˆÿÿ,gDf˜ØÝˆÿÿ%`•@݈ÿÿ0gDf˜@݈ÿÿ%`•¨Ýˆÿÿ4gDf˜¨Ýˆÿÿ%`•݈ÿÿ8gDf˜Ýˆÿÿ%`•ÀVˆÿÿ<gDf˜ÀVˆÿÿ%`•hÁVˆÿÿ@gDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿDgDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿHgDf˜8ÄVˆÿÿ%`• ÅVˆÿÿLgDf˜ ÅVˆÿÿ%`•ÇVˆÿÿPgDf˜ÇVˆÿÿ%`•pÈVˆÿÿTgDf˜pÈVˆÿÿ%`•ØÉVˆÿÿXgDf˜ØÉVˆÿÿ%`•@ËVˆÿÿ\gDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿ`gDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿdgDf˜ÎVˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•¨<™ˆÿÿlgDf˜¨<™ˆÿÿ%`•p݈ÿÿpgDf˜p݈ÿÿ%`•݈ÿÿtgDf˜Ýˆÿÿ%`• ÝˆÿÿxgDf˜ Ýˆÿÿ%`•8݈ÿÿ|gDf˜8݈ÿÿ%`•Ð݈ÿÿ€gDf˜Ð݈ÿÿ%`•h݈ÿÿ„gDf˜h݈ÿÿ%`•݈ÿÿˆgDf˜Ýˆÿÿ%`•­ˆÿÿŒgDf˜­ˆÿÿ%`•h­ˆÿÿgDf˜h­ˆÿÿ%`•Эˆÿÿ”gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ˜gDf˜8­ˆÿÿ%`• ­ˆÿÿœgDf˜ ­ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•p­ˆÿÿ¤gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ¨gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ¬gDf˜@­ˆÿÿ%`•¨­ˆÿÿ°gDf˜¨­ˆÿÿ%`•­ˆÿÿ´gDf˜­ˆÿÿ%`•àˆÿÿ¸gDf˜àˆÿÿ%`•háˆÿÿ¼gDf˜háˆÿÿ%`•ÐâˆÿÿÀgDf˜Ðâˆÿÿ%`•8äˆÿÿÄgDf˜8äˆÿÿ%`• åˆÿÿÈgDf˜ åˆÿÿ%`•çˆÿÿÌgDf˜çˆÿÿ%`•pèˆÿÿÐgDf˜pèˆÿÿ%`•ØéˆÿÿÜgDf˜Øéˆÿÿ%`•@ëˆÿÿàgDf˜@ëˆÿÿ%`•¨ìˆÿÿägDf˜¨ìˆÿÿ%`•îˆÿÿègDf˜îˆÿÿ%`•àˆÿÿìgDf˜àˆÿÿ%`•háˆÿÿðgDf˜háˆÿÿ%`•ÐâˆÿÿôgDf˜Ðâˆÿÿ%`•8äˆÿÿøgDf˜8äˆÿÿ%`• åˆÿÿügDf˜ åˆÿÿ%`•çˆÿÿgDf˜çˆÿÿ%`•pèˆÿÿgDf˜pèˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•@ëˆÿÿ gDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•à‚ˆÿÿgDf˜à‚ˆÿÿ%`•hႈÿÿgDf˜hႈÿÿ%`•Ð₈ÿÿ gDf˜Ð₈ÿÿ%`•8䂈ÿÿ$gDf˜8䂈ÿÿ%`• å‚ˆÿÿ(gDf˜ å‚ˆÿÿ%`•炈ÿÿ,gDf˜ç‚ˆÿÿ%`•p肈ÿÿ0gDf˜p肈ÿÿ%`•Øé‚ˆÿÿ4gDf˜Øé‚ˆÿÿ%`•@낈ÿÿ8gDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ<gDf˜¨ì‚ˆÿÿ%`•ÿÿ@gDf˜î‚ˆÿÿ%`• „ˆÿÿDgDf˜ „ˆÿÿ%`•h!„ˆÿÿHgDf˜h!„ˆÿÿ%`•Ð"„ˆÿÿLgDf˜Ð"„ˆÿÿ%`•8$„ˆÿÿPgDf˜8$„ˆÿÿ%`• %„ˆÿÿTgDf˜ %„ˆÿÿ%`•'„ˆÿÿXgDf˜'„ˆÿÿ%`•p(„ˆÿÿ\gDf˜p(„ˆÿÿ%`•Ø)„ˆÿÿ`gDf˜Ø)„ˆÿÿ%`•@+„ˆÿÿdgDf˜@+„ˆÿÿ%`•¨,„ˆÿÿhgDf˜¨,„ˆÿÿ%`•.„ˆÿÿlgDf˜.„ˆÿÿ%`•¨<™ˆÿÿpgDf˜¨<™ˆÿÿ%`•>™ˆÿÿtgDf˜>™ˆÿÿ%`•p­ˆÿÿxgDf˜p­ˆÿÿ%`•­ˆÿÿ|gDf˜­ˆÿÿ%`• ­ˆÿÿ€gDf˜ ­ˆÿÿ%`•8­ˆÿÿ„gDf˜8­ˆÿÿ%`•ЭˆÿÿˆgDf˜Ð­ˆÿÿ%`•h­ˆÿÿŒgDf˜h­ˆÿÿ%`•­ˆÿÿgDf˜­ˆÿÿ%`•€ºˆÿÿ”gDf˜€ºˆÿÿ%`•hºˆÿÿ˜gDf˜hºˆÿÿ%`•ЂºˆÿÿœgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ gDf˜8„ºˆÿÿ%`• …ºˆÿÿ¤gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ¨gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ¬gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ°gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ´gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ¸gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ¼gDf˜Žºˆÿÿ%`• ͈ÿÿÀgDf˜ ͈ÿÿ%`•h!͈ÿÿÄgDf˜h!͈ÿÿ%`•Ð"͈ÿÿÈgDf˜Ð"͈ÿÿ%`•8$͈ÿÿÌgDf˜8$͈ÿÿ%`• %͈ÿÿÐgDf˜ %͈ÿÿ%`•'͈ÿÿÔgDf˜'͈ÿÿ%`•p(͈ÿÿØgDf˜p(͈ÿÿ%`•Ø)͈ÿÿÜgDf˜Ø)͈ÿÿ%`•@+͈ÿÿàgDf˜@+͈ÿÿ%`•¨,͈ÿÿägDf˜¨,͈ÿÿ%`•.͈ÿÿègDf˜.͈ÿÿ%`•PˆÿÿìgDf˜Pˆÿÿ%`•hQˆÿÿðgDf˜hQˆÿÿ%`•ÐRˆÿÿôgDf˜ÐRˆÿÿ%`•8TˆÿÿøgDf˜8Tˆÿÿ%`• UˆÿÿügDf˜ Uˆÿÿ%`•Wˆÿÿ gDf˜Wˆÿÿ%`•pXˆÿÿ gDf˜pXˆÿÿ%`•ØYˆÿÿ gDf˜ØYˆÿÿ%`•@[ˆÿÿ gDf˜@[ˆÿÿ%`•¨\ˆÿÿ gDf˜¨\ˆÿÿ%`•^ˆÿÿ gDf˜^ˆÿÿ%`•ðXˆÿÿ gDf˜ðXˆÿÿ%`•hñXˆÿÿ gDf˜hñXˆÿÿ%`•ÐòXˆÿÿ gDf˜ÐòXˆÿÿ%`•8ôXˆÿÿ $gDf˜8ôXˆÿÿ%`• õXˆÿÿ (gDf˜ õXˆÿÿ%`•÷Xˆÿÿ ,gDf˜÷Xˆÿÿ%`•pøXˆÿÿ 0gDf˜pøXˆÿÿ%`•ØùXˆÿÿ 4gDf˜ØùXˆÿÿ%`•@ûXˆÿÿ 8gDf˜@ûXˆÿÿ%`•¨üXˆÿÿ <gDf˜¨üXˆÿÿ%`•þXˆÿÿ @gDf˜þXˆÿÿ%`•µˆÿÿ DgDf˜µˆÿÿ%`•hµˆÿÿ HgDf˜hµˆÿÿ%`•еˆÿÿ LgDf˜Ðµˆÿÿ%`•8µˆÿÿ PgDf˜8µˆÿÿ%`• µˆÿÿ TgDf˜ µˆÿÿ%`•µˆÿÿ XgDf˜µˆÿÿ%`•pµˆÿÿ \gDf˜pµˆÿÿ%`•صˆÿÿ `gDf˜Øµˆÿÿ%`•@µˆÿÿ dgDf˜@µˆÿÿ%`•¨µˆÿÿ hgDf˜¨µˆÿÿ%`•µˆÿÿ lgDf˜µˆÿÿ%`• ïˆÿÿ pgDf˜ ïˆÿÿ%`•h¡ïˆÿÿ tgDf˜h¡ïˆÿÿ%`•Тïˆÿÿ xgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ |gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ €gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ „gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ ˆgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ ŒgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ ”gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ ˜gDf˜®ïˆÿÿ%`•­ˆÿÿ œgDf˜­ˆÿÿ%`•¨­ˆÿÿ  gDf˜¨­ˆÿÿ%`•@­ˆÿÿ ¤gDf˜@­ˆÿÿ%`•Ø­ˆÿÿ ¨gDf˜Ø­ˆÿÿ%`•p肈ÿÿ ¬gDf˜p肈ÿÿ%`•炈ÿÿ °gDf˜ç‚ˆÿÿ%`• å‚ˆÿÿ ´gDf˜ å‚ˆÿÿ%`•8䂈ÿÿ ¸gDf˜8䂈ÿÿ%`•Ð₈ÿÿ ¼gDf˜Ð₈ÿÿ%`•hႈÿÿ ÀgDf˜hႈÿÿ%`•à‚ˆÿÿ ÄgDf˜à‚ˆÿÿ%`•Nˆÿÿ ÈgDf˜Nˆÿÿ%`•hNˆÿÿ ÌgDf˜hNˆÿÿ%`•ÐNˆÿÿ ÐgDf˜ÐNˆÿÿ%`•8Nˆÿÿ ÔgDf˜8Nˆÿÿ%`• Nˆÿÿ ØgDf˜ Nˆÿÿ%`•Nˆÿÿ ÜgDf˜Nˆÿÿ%`•pNˆÿÿ àgDf˜pNˆÿÿ%`•Ø Nˆÿÿ ägDf˜Ø Nˆÿÿ%`•@ Nˆÿÿ ègDf˜@ Nˆÿÿ%`•¨ Nˆÿÿ ìgDf˜¨ Nˆÿÿ%`•Nˆÿÿ ðgDf˜Nˆÿÿ%`•ÀVˆÿÿ ôgDf˜ÀVˆÿÿ%`•hÁVˆÿÿ øgDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿ ügDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿ gDf˜8ÄVˆÿÿ%`• ÅVˆÿÿ gDf˜ ÅVˆÿÿ%`•ÇVˆÿÿ gDf˜ÇVˆÿÿ%`•pÈVˆÿÿ gDf˜pÈVˆÿÿ%`•ØÉVˆÿÿ gDf˜ØÉVˆÿÿ%`•@ËVˆÿÿ gDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿ gDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿ gDf˜ÎVˆÿÿ%`•  ˆÿÿ gDf˜  ˆÿÿ%`•h¡ ˆÿÿ $gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ (gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ ,gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ 0gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ 4gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ 8gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ <gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ @gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ DgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ HgDf˜® ˆÿÿ%`• Aˆÿÿ LgDf˜ Aˆÿÿ%`•h¡Aˆÿÿ PgDf˜h¡Aˆÿÿ%`•ТAˆÿÿ TgDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ XgDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ \gDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ `gDf˜§Aˆÿÿ%`•p¨Aˆÿÿ dgDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ hgDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ lgDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ pgDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ tgDf˜®Aˆÿÿ%`•ÀŸˆÿÿ xgDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ |gDf˜hÁŸˆÿÿ%`•Пˆÿÿ €gDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ „gDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ ˆgDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ ŒgDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ ”gDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ ˜gDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ œgDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ  gDf˜Οˆÿÿ%`•à™ˆÿÿ ¤gDf˜à™ˆÿÿ%`•hᙈÿÿ ¨gDf˜hᙈÿÿ%`•Ð♈ÿÿ ¬gDf˜Ð♈ÿÿ%`•8䙈ÿÿ °gDf˜8䙈ÿÿ%`• å™ˆÿÿ ´gDf˜ å™ˆÿÿ%`•癈ÿÿ ¸gDf˜ç™ˆÿÿ%`•p虈ÿÿ ¼gDf˜p虈ÿÿ%`•Øé™ˆÿÿ ÀgDf˜Øé™ˆÿÿ%`•@뙈ÿÿ ÄgDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ ÈgDf˜¨ì™ˆÿÿ%`•ÿÿ ÌgDf˜î™ˆÿÿ%`•ÿÿ ÐgDf˜î‚ˆÿÿ%`•¨ì‚ˆÿÿ ÔgDf˜¨ì‚ˆÿÿ%`•@낈ÿÿ ØgDf˜@낈ÿÿ%`•Øé‚ˆÿÿ ÜgDf˜Øé‚ˆÿÿ%`•>™ˆÿÿ àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ägDf˜¨<™ˆÿÿ%`•­ˆÿÿ ègDf˜­ˆÿÿ%`•h­ˆÿÿ ìgDf˜h­ˆÿÿ%`•Эˆÿÿ ðgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ ôgDf˜8­ˆÿÿ%`• ­ˆÿÿ øgDf˜ ­ˆÿÿ%`•­ˆÿÿ ügDf˜­ˆÿÿ%`•p­ˆÿÿ gDf˜p­ˆÿÿ%`•Ø)͈ÿÿ gDf˜Ø)͈ÿÿ%`•p(͈ÿÿ gDf˜p(͈ÿÿ%`•'͈ÿÿ gDf˜'͈ÿÿ%`• %͈ÿÿ gDf˜ %͈ÿÿ%`•8$͈ÿÿ gDf˜8$͈ÿÿ%`•Ð"͈ÿÿ gDf˜Ð"͈ÿÿ%`•h!͈ÿÿ gDf˜h!͈ÿÿ%`• ͈ÿÿ gDf˜ ͈ÿÿ%`•€&ˆÿÿ $gDf˜€&ˆÿÿ%`•h&ˆÿÿ (gDf˜h&ˆÿÿ%`•Ђ&ˆÿÿ ,gDf˜Ð‚&ˆÿÿ%`•8„&ˆÿÿ 0gDf˜8„&ˆÿÿ%`• …&ˆÿÿ 4gDf˜ …&ˆÿÿ%`•‡&ˆÿÿ 8gDf˜‡&ˆÿÿ%`•pˆ&ˆÿÿ <gDf˜pˆ&ˆÿÿ%`•؉&ˆÿÿ @gDf˜Ø‰&ˆÿÿ%`•@‹&ˆÿÿ DgDf˜@‹&ˆÿÿ%`•¨Œ&ˆÿÿ HgDf˜¨Œ&ˆÿÿ%`•Ž&ˆÿÿ LgDf˜Ž&ˆÿÿ%`•à ˆÿÿ PgDf˜à ˆÿÿ%`•há ˆÿÿ TgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ XgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ \gDf˜8ä ˆÿÿ%`• å ˆÿÿ `gDf˜ å ˆÿÿ%`•ç ˆÿÿ dgDf˜ç ˆÿÿ%`•pè ˆÿÿ hgDf˜pè ˆÿÿ%`•Øé ˆÿÿ lgDf˜Øé ˆÿÿ%`•@ë ˆÿÿ pgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ tgDf˜¨ì ˆÿÿ%`•î ˆÿÿ xgDf˜î ˆÿÿ%`•.͈ÿÿ |gDf˜.͈ÿÿ%`•¨,͈ÿÿ €gDf˜¨,͈ÿÿ%`•@+͈ÿÿ „gDf˜@+͈ÿÿ%`•pµˆÿÿ ˆgDf˜pµˆÿÿ%`•µˆÿÿ ŒgDf˜µˆÿÿ%`• µˆÿÿ gDf˜ µˆÿÿ%`•8µˆÿÿ ”gDf˜8µˆÿÿ%`•еˆÿÿ ˜gDf˜Ðµˆÿÿ%`•hµˆÿÿ œgDf˜hµˆÿÿ%`•µˆÿÿ  gDf˜µˆÿÿ%`•à ˆÿÿ ¤gDf˜à ˆÿÿ%`•há ˆÿÿ ¨gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ ¬gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ °gDf˜8ä ˆÿÿ%`• å ˆÿÿ ´gDf˜ å ˆÿÿ%`•ç ˆÿÿ ¸gDf˜ç ˆÿÿ%`•pè ˆÿÿ ¼gDf˜pè ˆÿÿ%`•Øé ˆÿÿ ÀgDf˜Øé ˆÿÿ%`•@ë ˆÿÿ ÄgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ ÈgDf˜¨ì ˆÿÿ%`•î ˆÿÿ ÌgDf˜î ˆÿÿ%`• ¨ˆÿÿ ÐgDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ ÔgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ ØgDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ àgDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ ägDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ ègDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ ìgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ ðgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ ôgDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ øgDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ ügDf˜®¨ˆÿÿ%`•µˆÿÿ gDf˜µˆÿÿ%`•¨µˆÿÿ gDf˜¨µˆÿÿ%`•@µˆÿÿ gDf˜@µˆÿÿ%`•صˆÿÿ gDf˜Øµˆÿÿ%`•Ø­ˆÿÿ gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ gDf˜@­ˆÿÿ%`•¨­ˆÿÿ gDf˜¨­ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•à‚ˆÿÿ gDf˜à‚ˆÿÿ%`•hႈÿÿ $gDf˜hႈÿÿ%`•Ð₈ÿÿ (gDf˜Ð₈ÿÿ%`•8䂈ÿÿ ,gDf˜8䂈ÿÿ%`• å‚ˆÿÿ 0gDf˜ å‚ˆÿÿ%`•炈ÿÿ 4gDf˜ç‚ˆÿÿ%`•p肈ÿÿ 8gDf˜p肈ÿÿ%`•Nˆÿÿ <gDf˜Nˆÿÿ%`• Nˆÿÿ @gDf˜ Nˆÿÿ%`•8Nˆÿÿ DgDf˜8Nˆÿÿ%`•ÐNˆÿÿ HgDf˜ÐNˆÿÿ%`•hNˆÿÿ LgDf˜hNˆÿÿ%`•Nˆÿÿ PgDf˜Nˆÿÿ%`•0Ü ˆÿÿ TgDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ XgDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ \gDf˜Ð2Ü ˆÿÿ%`•@;Ü ˆÿÿ `ügDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ\„gDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿäügDf˜>Ü ˆÿÿ%`•NˆÿÿàügDf˜Nˆÿÿ%`•¨ NˆÿÿÜgDf˜¨ Nˆÿÿ%`•@ NˆÿÿèügDf˜@ Nˆÿÿ%`•Ø NˆÿÿälgDf˜Ø Nˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•7Ü ˆÿÿgDf˜7Ü ˆÿÿ%`•84Ü ˆÿÿgDf˜84Ü ˆÿÿ%`•Ø9Ü ˆÿÿzˆDgDf˜Ø9Ü ˆÿÿ%`• 5Ü ˆÿÿzüLgDf˜ 5Ü ˆÿÿ%`•p8Ü ˆÿÿáìgDf˜p8Ü ˆÿÿ%`•Ø Nˆÿÿ gDf˜Ø Nˆÿÿ%`•¨ Nˆÿÿ gDf˜¨ Nˆÿÿ%`•Ø NˆÿÿáðgDf˜Ø Nˆÿÿ%`•NˆÿÿâgDf˜Nˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`•Nˆÿÿâ8gDf˜Nˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•`܈ÿÿõ€gDf˜`܈ÿÿ%`•ph܈ÿÿö„gDf˜ph܈ÿÿ%`•8d܈ÿÿöДgDf˜8d܈ÿÿ%`•ha܈ÿÿ÷dügDf˜ha܈ÿÿ%`•Ðb܈ÿÿù`gDf˜Ðb܈ÿÿ%`• e܈ÿÿ gDf˜ e܈ÿÿ%`•g܈ÿÿ ügDf˜g܈ÿÿ%`•Øi܈ÿÿ ˜gDf˜Øi܈ÿÿ%`•@k܈ÿÿ ¬ügDf˜@k܈ÿÿ%`•¨l܈ÿÿ¨\gDf˜¨l܈ÿÿ%`•[ˆÿÿ gDf˜[ˆÿÿ%`•n܈ÿÿo¸xgDf˜n܈ÿÿ%`•Nˆÿÿƒ,gDf˜Nˆÿÿ%`•Nˆÿÿƒ8gDf˜Nˆÿÿ%`•@ NˆÿÿgDf˜@ Nˆÿÿ%`•hNˆÿÿgDf˜hNˆÿÿ%`•ÐNˆÿÿ‘gDf˜ÐNˆÿÿ%`•8Nˆÿÿ˜gDf˜8Nˆÿÿ%`• Nˆÿÿ™ gDf˜ Nˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`•pNˆÿÿ¡gDf˜pNˆÿÿ%`•Ø NˆÿÿâHgDf˜Ø Nˆÿÿ%`•¨ NˆÿÿâTLgDf˜¨ Nˆÿÿ%`•[ˆÿÿ gDf˜[ˆÿÿ%`•[ˆÿÿTgDf˜[ˆÿÿ%`•h[ˆÿÿXgDf˜h[ˆÿÿ%`•Ð[ˆÿÿìügDf˜Ð[ˆÿÿ%`•8[ˆÿÿèÜgDf˜8[ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•8tˆÿÿÈTgDf˜8tˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8tˆÿÿ LgDf˜8tˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•8tˆÿÿgDf˜8tˆÿÿ%`•8tˆÿÿpgDf˜8tˆÿÿ%`•hqˆÿÿtxgDf˜hqˆÿÿ%`•ÐrˆÿÿðügDf˜Ðrˆÿÿ%`•pˆÿÿìLgDf˜pˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•pˆÿÿ<´gDf˜pˆÿÿ%`•8tˆÿÿôügDf˜8tˆÿÿ%`•hqˆÿÿ!ðügDf˜hqˆÿÿ%`•Ðrˆÿÿ#ìgDf˜Ðrˆÿÿ%`•Ðrˆÿÿ#ðgDf˜Ðrˆÿÿ%`•hqˆÿÿ#øügDf˜hqˆÿÿ%`•8tˆÿÿ%ôügDf˜8tˆÿÿ%`•pˆÿÿ'ðgDf˜pˆÿÿ%`•pˆÿÿ'ôgDf˜pˆÿÿ%`•8tˆÿÿ'üügDf˜8tˆÿÿ%`•hqˆÿÿ)øügDf˜hqˆÿÿ%`•Ðrˆÿÿ+ôgDf˜Ðrˆÿÿ%`•Ðrˆÿÿ+øgDf˜Ðrˆÿÿ%`•hqˆÿÿ,´gDf˜hqˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-´gDf˜'ˆÿÿ%`•hqˆÿÿzDgDf˜hqˆÿÿ%`•pˆÿÿ|  gDf˜pˆÿÿ%`•Ðrˆÿÿ ¸gDf˜Ðrˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`•Ðrˆÿÿz4gDf˜Ðrˆÿÿ%`•pˆÿÿzX(gDf˜pˆÿÿ%`•hqˆÿÿzÌ0gDf˜hqˆÿÿ%`•8tˆÿÿ{d|gDf˜8tˆÿÿ%`• uˆÿÿãügDf˜ uˆÿÿ%`•wˆÿÿåügDf˜wˆÿÿ%`•pxˆÿÿçügDf˜pxˆÿÿ%`•ØyˆÿÿégDf˜Øyˆÿÿ%`•@{ˆÿÿê,PgDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿ-¸gDf˜@{ˆÿÿ%`•Øyˆÿÿ-¼ gDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ÜgDf˜'ˆÿÿ%`•Øyˆÿÿ-à$gDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.gDf˜'ˆÿÿ%`•Øyˆÿÿ.$gDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.,gDf˜'ˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•Øyˆÿÿ.0gDf˜Øyˆÿÿ%`•Øyˆÿÿ.4gDf˜Øyˆÿÿ%`•Øyˆÿÿ.8gDf˜Øyˆÿÿ%`•Øyˆÿÿ.<gDf˜Øyˆÿÿ%`•Øyˆÿÿ.@gDf˜Øyˆÿÿ%`•Øyˆÿÿ.DgDf˜Øyˆÿÿ%`•Øyˆÿÿ.HgDf˜Øyˆÿÿ%`•Øyˆÿÿ.LgDf˜Øyˆÿÿ%`•Øyˆÿÿ.PgDf˜Øyˆÿÿ%`•Øyˆÿÿ.TgDf˜Øyˆÿÿ%`•Øyˆÿÿ.XgDf˜Øyˆÿÿ%`•Øyˆÿÿ.\gDf˜Øyˆÿÿ%`•Øyˆÿÿ.`gDf˜Øyˆÿÿ%`•Øyˆÿÿ.dgDf˜Øyˆÿÿ%`•8tˆÿÿ.hgDf˜8tˆÿÿ%`•wˆÿÿ.lgDf˜wˆÿÿ%`• uˆÿÿ.pgDf˜ uˆÿÿ%`• uˆÿÿ.tgDf˜ uˆÿÿ%`•wˆÿÿ.xgDf˜wˆÿÿ%`•8tˆÿÿ.|gDf˜8tˆÿÿ%`•Øyˆÿÿ.€gDf˜Øyˆÿÿ%`•Ðrˆÿÿ.„gDf˜Ðrˆÿÿ%`•pˆÿÿ.ˆgDf˜pˆÿÿ%`•hqˆÿÿ.ŒgDf˜hqˆÿÿ%`•@{ˆÿÿ.gDf˜@{ˆÿÿ%`•pxˆÿÿ.”gDf˜pxˆÿÿ%`•¨|ˆÿÿ.˜gDf˜¨|ˆÿÿ%`•~ˆÿÿ.œgDf˜~ˆÿÿ%`•¨<™ˆÿÿ. gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ.¤gDf˜>™ˆÿÿ%`•Àøˆÿÿ.¨gDf˜Àøˆÿÿ%`•hÁøˆÿÿ.¬gDf˜hÁøˆÿÿ%`•ÐÂøˆÿÿ.°gDf˜ÐÂøˆÿÿ%`•8Äøˆÿÿ.´gDf˜8Äøˆÿÿ%`• Åøˆÿÿ.¸gDf˜ Åøˆÿÿ%`•Çøˆÿÿ.¼gDf˜Çøˆÿÿ%`•pÈøˆÿÿ.ÀgDf˜pÈøˆÿÿ%`•ØÉøˆÿÿ.ÄgDf˜ØÉøˆÿÿ%`•@Ëøˆÿÿ.ÈgDf˜@Ëøˆÿÿ%`•¨Ìøˆÿÿ.ÌgDf˜¨Ìøˆÿÿ%`•Îøˆÿÿ.ÐgDf˜Îøˆÿÿ%`•`¯ˆÿÿ.ÔgDf˜`¯ˆÿÿ%`•ha¯ˆÿÿ.ØgDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿ.ÜgDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿ.àgDf˜8d¯ˆÿÿ%`• e¯ˆÿÿ.ägDf˜ e¯ˆÿÿ%`•g¯ˆÿÿ.ègDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ.ìgDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ.ðgDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿ.ôgDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿ.øgDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿ.ügDf˜n¯ˆÿÿ%`•>™ˆÿÿ/gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ/gDf˜¨<™ˆÿÿ%`•pÈøˆÿÿ/gDf˜pÈøˆÿÿ%`•Çøˆÿÿ/ gDf˜Çøˆÿÿ%`• Åøˆÿÿ/gDf˜ Åøˆÿÿ%`•8Äøˆÿÿ/gDf˜8Äøˆÿÿ%`•ÐÂøˆÿÿ/gDf˜ÐÂøˆÿÿ%`•hÁøˆÿÿ/gDf˜hÁøˆÿÿ%`•Àøˆÿÿ/ gDf˜Àøˆÿÿ%`•pˆÿÿ/$gDf˜pˆÿÿ%`•hqˆÿÿ/(gDf˜hqˆÿÿ%`•Ðrˆÿÿ/,gDf˜Ðrˆÿÿ%`•8tˆÿÿ/0gDf˜8tˆÿÿ%`• uˆÿÿ/4gDf˜ uˆÿÿ%`•wˆÿÿ/8gDf˜wˆÿÿ%`•pxˆÿÿ/<gDf˜pxˆÿÿ%`•Øyˆÿÿ/@gDf˜Øyˆÿÿ%`•@{ˆÿÿ/DgDf˜@{ˆÿÿ%`•¨|ˆÿÿ/HgDf˜¨|ˆÿÿ%`•~ˆÿÿ/LgDf˜~ˆÿÿ%`•@Hˆÿÿ/PgDf˜@Hˆÿÿ%`•hAHˆÿÿ/TgDf˜hAHˆÿÿ%`•ÐBHˆÿÿ/XgDf˜ÐBHˆÿÿ%`•8DHˆÿÿ/\gDf˜8DHˆÿÿ%`• EHˆÿÿ/`gDf˜ EHˆÿÿ%`•GHˆÿÿ/dgDf˜GHˆÿÿ%`•pHHˆÿÿ/hgDf˜pHHˆÿÿ%`•ØIHˆÿÿ/lgDf˜ØIHˆÿÿ%`•@KHˆÿÿ/pgDf˜@KHˆÿÿ%`•¨LHˆÿÿ/tgDf˜¨LHˆÿÿ%`•NHˆÿÿ/xgDf˜NHˆÿÿ%`•€sˆÿÿ/|gDf˜€sˆÿÿ%`•hsˆÿÿ/€gDf˜hsˆÿÿ%`•Ђsˆÿÿ/„gDf˜Ð‚sˆÿÿ%`•8„sˆÿÿ/ˆgDf˜8„sˆÿÿ%`• …sˆÿÿ/ŒgDf˜ …sˆÿÿ%`•‡sˆÿÿ/gDf˜‡sˆÿÿ%`•pˆsˆÿÿ/”gDf˜pˆsˆÿÿ%`•؉sˆÿÿ/˜gDf˜Ø‰sˆÿÿ%`•@‹sˆÿÿ/œgDf˜@‹sˆÿÿ%`•¨Œsˆÿÿ/ gDf˜¨Œsˆÿÿ%`•Žsˆÿÿ/¤gDf˜Žsˆÿÿ%`•P ˆÿÿ/¨gDf˜P ˆÿÿ%`•hQ ˆÿÿ/¬gDf˜hQ ˆÿÿ%`•ÐR ˆÿÿ/°gDf˜ÐR ˆÿÿ%`•8T ˆÿÿ/´gDf˜8T ˆÿÿ%`• U ˆÿÿ/¸gDf˜ U ˆÿÿ%`•W ˆÿÿ/¼gDf˜W ˆÿÿ%`•pX ˆÿÿ/ÀgDf˜pX ˆÿÿ%`•ØY ˆÿÿ/ÄgDf˜ØY ˆÿÿ%`•@[ ˆÿÿ/ÈgDf˜@[ ˆÿÿ%`•¨\ ˆÿÿ/ÌgDf˜¨\ ˆÿÿ%`•^ ˆÿÿ/ÐgDf˜^ ˆÿÿ%`•€3ˆÿÿ/ÔgDf˜€3ˆÿÿ%`•h3ˆÿÿ/ØgDf˜h3ˆÿÿ%`•Ђ3ˆÿÿ/ÜgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿ/àgDf˜8„3ˆÿÿ%`• …3ˆÿÿ/ägDf˜ …3ˆÿÿ%`•‡3ˆÿÿ/ègDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿ/ìgDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ/ðgDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿ/ôgDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿ/øgDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿ/ügDf˜Ž3ˆÿÿ%`•`Eˆÿÿ0gDf˜`Eˆÿÿ%`•haEˆÿÿ0gDf˜haEˆÿÿ%`•ÐbEˆÿÿ0 gDf˜ÐbEˆÿÿ%`•8dEˆÿÿ0gDf˜8dEˆÿÿ%`• eEˆÿÿ0gDf˜ eEˆÿÿ%`•gEˆÿÿ0gDf˜gEˆÿÿ%`•phEˆÿÿ0gDf˜phEˆÿÿ%`•ØiEˆÿÿ0 gDf˜ØiEˆÿÿ%`•@kEˆÿÿ0$gDf˜@kEˆÿÿ%`•¨lEˆÿÿ0(gDf˜¨lEˆÿÿ%`•nEˆÿÿ0,gDf˜nEˆÿÿ%`•¨<™ˆÿÿ00gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ04gDf˜>™ˆÿÿ%`•8tˆÿÿ08gDf˜8tˆÿÿ%`•Ðrˆÿÿ0<gDf˜Ðrˆÿÿ%`•hqˆÿÿ0@gDf˜hqˆÿÿ%`•pˆÿÿ0DgDf˜pˆÿÿ%`•ðZˆÿÿ0HgDf˜ðZˆÿÿ%`•hñZˆÿÿ0LgDf˜hñZˆÿÿ%`•ÐòZˆÿÿ0PgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ0TgDf˜8ôZˆÿÿ%`• õZˆÿÿ0XgDf˜ õZˆÿÿ%`•÷Zˆÿÿ0\gDf˜÷Zˆÿÿ%`•pøZˆÿÿ0`gDf˜pøZˆÿÿ%`•ØùZˆÿÿ0dgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ0hgDf˜@ûZˆÿÿ%`•¨üZˆÿÿ0lgDf˜¨üZˆÿÿ%`•þZˆÿÿ0pgDf˜þZˆÿÿ%`• Aˆÿÿ0tgDf˜ Aˆÿÿ%`•h¡Aˆÿÿ0xgDf˜h¡Aˆÿÿ%`•ТAˆÿÿ0|gDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ0€gDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ0„gDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ0ˆgDf˜§Aˆÿÿ%`•p¨Aˆÿÿ0ŒgDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ0gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ0”gDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ0˜gDf˜¨¬Aˆÿÿ%`•®Aˆÿÿ0œgDf˜®Aˆÿÿ%`•€ºˆÿÿ0 gDf˜€ºˆÿÿ%`•hºˆÿÿ0¤gDf˜hºˆÿÿ%`•Ђºˆÿÿ0¨gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ0¬gDf˜8„ºˆÿÿ%`• …ºˆÿÿ0°gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ0´gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ0¸gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ0¼gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ0ÀgDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ0ÄgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ0ÈgDf˜Žºˆÿÿ%`•@]ˆÿÿ0ÌgDf˜@]ˆÿÿ%`•hA]ˆÿÿ0ÐgDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿ0ÔgDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿ0ØgDf˜8D]ˆÿÿ%`• E]ˆÿÿ0ÜgDf˜ E]ˆÿÿ%`•G]ˆÿÿ0àgDf˜G]ˆÿÿ%`•pH]ˆÿÿ0ägDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ0ègDf˜ØI]ˆÿÿ%`•@K]ˆÿÿ0ìgDf˜@K]ˆÿÿ%`•¨L]ˆÿÿ0ðgDf˜¨L]ˆÿÿ%`•N]ˆÿÿ0ôgDf˜N]ˆÿÿ%`•~ˆÿÿ0øgDf˜~ˆÿÿ%`•¨|ˆÿÿ0ügDf˜¨|ˆÿÿ%`•@{ˆÿÿ1gDf˜@{ˆÿÿ%`•Øyˆÿÿ1gDf˜Øyˆÿÿ%`•pxˆÿÿ1gDf˜pxˆÿÿ%`•wˆÿÿ1 gDf˜wˆÿÿ%`• uˆÿÿ1gDf˜ uˆÿÿ%`•8T ˆÿÿ1gDf˜8T ˆÿÿ%`•ÐR ˆÿÿ1gDf˜ÐR ˆÿÿ%`•hQ ˆÿÿ1gDf˜hQ ˆÿÿ%`•P ˆÿÿ1 gDf˜P ˆÿÿ%`•ÀÖˆÿÿ1$gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ1(gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ1,gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ10gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ14gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ18gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ1<gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ1@gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ1DgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ1HgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ1LgDf˜ÎÖˆÿÿ%`•Àøˆÿÿ1PgDf˜Àøˆÿÿ%`•hÁøˆÿÿ1TgDf˜hÁøˆÿÿ%`•ÐÂøˆÿÿ1XgDf˜ÐÂøˆÿÿ%`•8Äøˆÿÿ1\gDf˜8Äøˆÿÿ%`• Åøˆÿÿ1`gDf˜ Åøˆÿÿ%`•Çøˆÿÿ1dgDf˜Çøˆÿÿ%`•pÈøˆÿÿ1hgDf˜pÈøˆÿÿ%`•ØÉøˆÿÿ1lgDf˜ØÉøˆÿÿ%`•@Ëøˆÿÿ1pgDf˜@Ëøˆÿÿ%`•¨Ìøˆÿÿ1tgDf˜¨Ìøˆÿÿ%`•Îøˆÿÿ1xgDf˜Îøˆÿÿ%`•ÀCˆÿÿ1|gDf˜ÀCˆÿÿ%`•hÁCˆÿÿ1€gDf˜hÁCˆÿÿ%`•ÐÂCˆÿÿ1„gDf˜ÐÂCˆÿÿ%`•8ÄCˆÿÿ1ˆgDf˜8ÄCˆÿÿ%`• ÅCˆÿÿ1ŒgDf˜ ÅCˆÿÿ%`•ÇCˆÿÿ1gDf˜ÇCˆÿÿ%`•pÈCˆÿÿ1”gDf˜pÈCˆÿÿ%`•ØÉCˆÿÿ1˜gDf˜ØÉCˆÿÿ%`•@ËCˆÿÿ1œgDf˜@ËCˆÿÿ%`•¨ÌCˆÿÿ1 gDf˜¨ÌCˆÿÿ%`•ÎCˆÿÿ1¤gDf˜ÎCˆÿÿ%`•PÚˆÿÿ1¨gDf˜PÚˆÿÿ%`•hQÚˆÿÿ1¬gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ1°gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ1´gDf˜8TÚˆÿÿ%`• UÚˆÿÿ1¸gDf˜ UÚˆÿÿ%`•WÚˆÿÿ1¼gDf˜WÚˆÿÿ%`•pXÚˆÿÿ1ÀgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ1ÄgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ1ÈgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ1ÌgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ1ÐgDf˜^Úˆÿÿ%`•Àoˆÿÿ1ÔgDf˜Àoˆÿÿ%`•hÁoˆÿÿ1ØgDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ1ÜgDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ1àgDf˜8Äoˆÿÿ%`• Åoˆÿÿ1ägDf˜ Åoˆÿÿ%`•Çoˆÿÿ1ègDf˜Çoˆÿÿ%`•pÈoˆÿÿ1ìgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ1ðgDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ1ôgDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ1øgDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ1ügDf˜Îoˆÿÿ%`•`7ˆÿÿ2gDf˜`7ˆÿÿ%`•ha7ˆÿÿ2gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ2gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ2 gDf˜8d7ˆÿÿ%`• e7ˆÿÿ2gDf˜ e7ˆÿÿ%`•g7ˆÿÿ2gDf˜g7ˆÿÿ%`•ph7ˆÿÿ2gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ2gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ2 gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ2$gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ2(gDf˜n7ˆÿÿ%`• ]ˆÿÿ2,gDf˜ ]ˆÿÿ%`•h¡]ˆÿÿ20gDf˜h¡]ˆÿÿ%`•Т]ˆÿÿ24gDf˜Ð¢]ˆÿÿ%`•8¤]ˆÿÿ28gDf˜8¤]ˆÿÿ%`• ¥]ˆÿÿ2<gDf˜ ¥]ˆÿÿ%`•§]ˆÿÿ2@gDf˜§]ˆÿÿ%`•p¨]ˆÿÿ2DgDf˜p¨]ˆÿÿ%`•Ø©]ˆÿÿ2HgDf˜Ø©]ˆÿÿ%`•@«]ˆÿÿ2LgDf˜@«]ˆÿÿ%`•¨¬]ˆÿÿ2PgDf˜¨¬]ˆÿÿ%`•®]ˆÿÿ2TgDf˜®]ˆÿÿ%`•^ ˆÿÿ2XgDf˜^ ˆÿÿ%`•¨\ ˆÿÿ2\gDf˜¨\ ˆÿÿ%`•@[ ˆÿÿ2`gDf˜@[ ˆÿÿ%`•ØY ˆÿÿ2dgDf˜ØY ˆÿÿ%`•pX ˆÿÿ2hgDf˜pX ˆÿÿ%`•W ˆÿÿ2lgDf˜W ˆÿÿ%`• U ˆÿÿ2pgDf˜ U ˆÿÿ%`•>™ˆÿÿ2tgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2xgDf˜¨<™ˆÿÿ%`•pˆÿÿ2|gDf˜pˆÿÿ%`•hqˆÿÿ2€gDf˜hqˆÿÿ%`•Ðrˆÿÿ2„gDf˜Ðrˆÿÿ%`•8tˆÿÿ2ˆgDf˜8tˆÿÿ%`•¨¬Aˆÿÿ2ŒgDf˜¨¬Aˆÿÿ%`•@«Aˆÿÿ2gDf˜@«Aˆÿÿ%`•Ø©Aˆÿÿ2”gDf˜Ø©Aˆÿÿ%`•p¨Aˆÿÿ2˜gDf˜p¨Aˆÿÿ%`•§Aˆÿÿ2œgDf˜§Aˆÿÿ%`• ¥Aˆÿÿ2 gDf˜ ¥Aˆÿÿ%`•8¤Aˆÿÿ2¤gDf˜8¤Aˆÿÿ%`•ТAˆÿÿ2¨gDf˜Ð¢Aˆÿÿ%`•h¡Aˆÿÿ2¬gDf˜h¡Aˆÿÿ%`• Aˆÿÿ2°gDf˜ Aˆÿÿ%`•€¸ˆÿÿ2´gDf˜€¸ˆÿÿ%`•h¸ˆÿÿ2¸gDf˜h¸ˆÿÿ%`•Ђ¸ˆÿÿ2¼gDf˜Ð‚¸ˆÿÿ%`•8„¸ˆÿÿ2ÀgDf˜8„¸ˆÿÿ%`• …¸ˆÿÿ2ÄgDf˜ …¸ˆÿÿ%`•‡¸ˆÿÿ2ÈgDf˜‡¸ˆÿÿ%`•pˆ¸ˆÿÿ2ÌgDf˜pˆ¸ˆÿÿ%`•؉¸ˆÿÿ2ÐgDf˜Ø‰¸ˆÿÿ%`•@‹¸ˆÿÿ2ÔgDf˜@‹¸ˆÿÿ%`•¨Œ¸ˆÿÿ2ØgDf˜¨Œ¸ˆÿÿ%`•ޏˆÿÿ2ÜgDf˜ޏˆÿÿ%`•$ˆÿÿ2àgDf˜$ˆÿÿ%`•h$ˆÿÿ2ägDf˜h$ˆÿÿ%`•Ð$ˆÿÿ2ègDf˜Ð$ˆÿÿ%`•8$ˆÿÿ2ìgDf˜8$ˆÿÿ%`• $ˆÿÿ2ðgDf˜ $ˆÿÿ%`•$ˆÿÿ2ôgDf˜$ˆÿÿ%`•p$ˆÿÿ2øgDf˜p$ˆÿÿ%`•Ø$ˆÿÿ2ügDf˜Ø$ˆÿÿ%`•@$ˆÿÿ3gDf˜@$ˆÿÿ%`•¨$ˆÿÿ3gDf˜¨$ˆÿÿ%`•$ˆÿÿ3gDf˜$ˆÿÿ%`•Јÿÿ3 gDf˜Ðˆÿÿ%`•hшÿÿ3gDf˜hшÿÿ%`•ÐÒˆÿÿ3gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ3gDf˜8Ôˆÿÿ%`• Õˆÿÿ3gDf˜ Õˆÿÿ%`•׈ÿÿ3 gDf˜×ˆÿÿ%`•p؈ÿÿ3$gDf˜p؈ÿÿ%`•ØÙˆÿÿ3(gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ3,gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ30gDf˜¨Üˆÿÿ%`•Þˆÿÿ34gDf˜Þˆÿÿ%`•®Aˆÿÿ38gDf˜®Aˆÿÿ%`• uˆÿÿ3<gDf˜ uˆÿÿ%`•wˆÿÿ3@gDf˜wˆÿÿ%`•pxˆÿÿ3DgDf˜pxˆÿÿ%`•Øyˆÿÿ3HgDf˜Øyˆÿÿ%`•@{ˆÿÿ3LgDf˜@{ˆÿÿ%`•¨|ˆÿÿ3PgDf˜¨|ˆÿÿ%`•~ˆÿÿ3TgDf˜~ˆÿÿ%`•ÐR ˆÿÿ3XgDf˜ÐR ˆÿÿ%`•8T ˆÿÿ3\gDf˜8T ˆÿÿ%`•À²ˆÿÿ3`gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿ3dgDf˜hÁ²ˆÿÿ%`•вˆÿÿ3hgDf˜Ð²ˆÿÿ%`•8IJˆÿÿ3lgDf˜8IJˆÿÿ%`• Å²ˆÿÿ3pgDf˜ Å²ˆÿÿ%`•Dzˆÿÿ3tgDf˜Dzˆÿÿ%`•pȲˆÿÿ3xgDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ3|gDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ3€gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ3„gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ3ˆgDf˜βˆÿÿ%`•€½ˆÿÿ3ŒgDf˜€½ˆÿÿ%`•h½ˆÿÿ3gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ3”gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ3˜gDf˜8„½ˆÿÿ%`• …½ˆÿÿ3œgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ3 gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ3¤gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ3¨gDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ3¬gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ3°gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ3´gDf˜޽ˆÿÿ%`•P ˆÿÿ3¸gDf˜P ˆÿÿ%`•hQ ˆÿÿ3¼gDf˜hQ ˆÿÿ%`•ØÉCˆÿÿ3ÀgDf˜ØÉCˆÿÿ%`•pÈCˆÿÿ3ÄgDf˜pÈCˆÿÿ%`•ÇCˆÿÿ3ÈgDf˜ÇCˆÿÿ%`• ÅCˆÿÿ3ÌgDf˜ ÅCˆÿÿ%`•8ÄCˆÿÿ3ÐgDf˜8ÄCˆÿÿ%`•ÐÂCˆÿÿ3ÔgDf˜ÐÂCˆÿÿ%`•hÁCˆÿÿ3ØgDf˜hÁCˆÿÿ%`•ÀCˆÿÿ3ÜgDf˜ÀCˆÿÿ%`•À\ˆÿÿ3àgDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ3ägDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ3ègDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ3ìgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ3ðgDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ3ôgDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ3øgDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ3ügDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ4gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ4gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ4 gDf˜Î\ˆÿÿ%`•àÔˆÿÿ4gDf˜àÔˆÿÿ%`•háÔˆÿÿ4gDf˜háÔˆÿÿ%`•ÐâÔˆÿÿ4gDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿ4gDf˜8äÔˆÿÿ%`• åÔˆÿÿ4 gDf˜ åÔˆÿÿ%`•çÔˆÿÿ4$gDf˜çÔˆÿÿ%`•pèÔˆÿÿ4(gDf˜pèÔˆÿÿ%`•ØéÔˆÿÿ4,gDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿ40gDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ44gDf˜¨ìÔˆÿÿ%`•îÔˆÿÿ48gDf˜îÔˆÿÿ%`•ÎCˆÿÿ4<gDf˜ÎCˆÿÿ%`•¨ÌCˆÿÿ4@gDf˜¨ÌCˆÿÿ%`•@ËCˆÿÿ4DgDf˜@ËCˆÿÿ%`•ph7ˆÿÿ4HgDf˜ph7ˆÿÿ%`•g7ˆÿÿ4LgDf˜g7ˆÿÿ%`• e7ˆÿÿ4PgDf˜ e7ˆÿÿ%`•8d7ˆÿÿ4TgDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ4XgDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ4\gDf˜ha7ˆÿÿ%`•`7ˆÿÿ4`gDf˜`7ˆÿÿ%`•€Ìˆÿÿ4dgDf˜€Ìˆÿÿ%`•ḧÿÿ4hgDf˜ḧÿÿ%`•ЂÌˆÿÿ4lgDf˜Ð‚̈ÿÿ%`•8„̈ÿÿ4pgDf˜8„̈ÿÿ%`• …̈ÿÿ4tgDf˜ …̈ÿÿ%`•‡Ìˆÿÿ4xgDf˜‡Ìˆÿÿ%`•pˆÌˆÿÿ4|gDf˜pˆÌˆÿÿ%`•؉̈ÿÿ4€gDf˜Ø‰Ìˆÿÿ%`•@‹Ìˆÿÿ4„gDf˜@‹Ìˆÿÿ%`•¨ŒÌˆÿÿ4ˆgDf˜¨ŒÌˆÿÿ%`•ŽÌˆÿÿ4ŒgDf˜ŽÌˆÿÿ%`•­ˆÿÿ4gDf˜­ˆÿÿ%`•h­ˆÿÿ4”gDf˜h­ˆÿÿ%`•Эˆÿÿ4˜gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ4œgDf˜8­ˆÿÿ%`• ­ˆÿÿ4 gDf˜ ­ˆÿÿ%`•­ˆÿÿ4¤gDf˜­ˆÿÿ%`•p­ˆÿÿ4¨gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ4¬gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ4°gDf˜@­ˆÿÿ%`•¨­ˆÿÿ4´gDf˜¨­ˆÿÿ%`•­ˆÿÿ4¸gDf˜­ˆÿÿ%`•n7ˆÿÿ4¼gDf˜n7ˆÿÿ%`•¨l7ˆÿÿ4ÀgDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ4ÄgDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ4ÈgDf˜Øi7ˆÿÿ%`• U ˆÿÿ4ÌgDf˜ U ˆÿÿ%`•W ˆÿÿ4ÐgDf˜W ˆÿÿ%`•pX ˆÿÿ4ÔgDf˜pX ˆÿÿ%`•ØY ˆÿÿ4ØgDf˜ØY ˆÿÿ%`•@[ ˆÿÿ4ÜgDf˜@[ ˆÿÿ%`•¨\ ˆÿÿ4àgDf˜¨\ ˆÿÿ%`•^ ˆÿÿ4ägDf˜^ ˆÿÿ%`•¨<™ˆÿÿ4ègDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4ìgDf˜>™ˆÿÿ%`•8tˆÿÿ4ðgDf˜8tˆÿÿ%`•Ðrˆÿÿ4ôgDf˜Ðrˆÿÿ%`•hqˆÿÿ4øgDf˜hqˆÿÿ%`•pˆÿÿ4ügDf˜pˆÿÿ%`•p¨Aˆÿÿ5gDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ5gDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ5gDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ5 gDf˜¨¬Aˆÿÿ%`•€Vˆÿÿ5gDf˜€Vˆÿÿ%`•hVˆÿÿ5gDf˜hVˆÿÿ%`•ЂVˆÿÿ5gDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ5gDf˜8„Vˆÿÿ%`• …Vˆÿÿ5 gDf˜ …Vˆÿÿ%`•‡Vˆÿÿ5$gDf˜‡Vˆÿÿ%`•pˆVˆÿÿ5(gDf˜pˆVˆÿÿ%`•؉Vˆÿÿ5,gDf˜Ø‰Vˆÿÿ%`•@‹Vˆÿÿ50gDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿ54gDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ58gDf˜ŽVˆÿÿ%`• Aˆÿÿ5<gDf˜ Aˆÿÿ%`•h¡Aˆÿÿ5@gDf˜h¡Aˆÿÿ%`•ТAˆÿÿ5DgDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ5HgDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ5LgDf˜ ¥Aˆÿÿ%`•§Aˆÿÿ5PgDf˜§Aˆÿÿ%`•8Ôˆÿÿ5TgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ5XgDf˜ÐÒˆÿÿ%`•hшÿÿ5\gDf˜hшÿÿ%`•Јÿÿ5`gDf˜Ðˆÿÿ%`•`‡ˆÿÿ5dgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ5hgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ5lgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ5pgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ5tgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ5xgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ5|gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ5€gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ5„gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ5ˆgDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ5ŒgDf˜n‡ˆÿÿ%`•à ˆÿÿ5gDf˜à ˆÿÿ%`•há ˆÿÿ5”gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ5˜gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ5œgDf˜8ä ˆÿÿ%`• å ˆÿÿ5 gDf˜ å ˆÿÿ%`•ç ˆÿÿ5¤gDf˜ç ˆÿÿ%`•pè ˆÿÿ5¨gDf˜pè ˆÿÿ%`•Øé ˆÿÿ5¬gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ5°gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ5´gDf˜¨ì ˆÿÿ%`•î ˆÿÿ5¸gDf˜î ˆÿÿ%`•Þˆÿÿ5¼gDf˜Þˆÿÿ%`•¨Üˆÿÿ5ÀgDf˜¨Üˆÿÿ%`•@Ûˆÿÿ5ÄgDf˜@Ûˆÿÿ%`•ØÙˆÿÿ5ÈgDf˜ØÙˆÿÿ%`•p؈ÿÿ5ÌgDf˜p؈ÿÿ%`•׈ÿÿ5ÐgDf˜×ˆÿÿ%`• Õˆÿÿ5ÔgDf˜ Õˆÿÿ%`•®Aˆÿÿ5ØgDf˜®Aˆÿÿ%`•~ˆÿÿ5ÜgDf˜~ˆÿÿ%`•¨|ˆÿÿ5àgDf˜¨|ˆÿÿ%`•@{ˆÿÿ5ägDf˜@{ˆÿÿ%`•Øyˆÿÿ5ègDf˜Øyˆÿÿ%`•pxˆÿÿ5ìgDf˜pxˆÿÿ%`•wˆÿÿ5ðgDf˜wˆÿÿ%`• uˆÿÿ5ôgDf˜ uˆÿÿ%`•8T ˆÿÿ5øgDf˜8T ˆÿÿ%`•ÐR ˆÿÿ5ügDf˜ÐR ˆÿÿ%`•8„½ˆÿÿ6gDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿ6gDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿ6gDf˜h½ˆÿÿ%`•€½ˆÿÿ6 gDf˜€½ˆÿÿ%`•€ºˆÿÿ6gDf˜€ºˆÿÿ%`•hºˆÿÿ6gDf˜hºˆÿÿ%`•Ђºˆÿÿ6gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ6gDf˜8„ºˆÿÿ%`• …ºˆÿÿ6 gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ6$gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ6(gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ6,gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ60gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ64gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ68gDf˜Žºˆÿÿ%`•޽ˆÿÿ6<gDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ6@gDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ6DgDf˜@‹½ˆÿÿ%`•؉½ˆÿÿ6HgDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ6LgDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ6PgDf˜‡½ˆÿÿ%`• …½ˆÿÿ6TgDf˜ …½ˆÿÿ%`•hQ ˆÿÿ6XgDf˜hQ ˆÿÿ%`•P ˆÿÿ6\gDf˜P ˆÿÿ%`•ÀCˆÿÿ6`gDf˜ÀCˆÿÿ%`•hÁCˆÿÿ6dgDf˜hÁCˆÿÿ%`•ÐÂCˆÿÿ6hgDf˜ÐÂCˆÿÿ%`•8ÄCˆÿÿ6lgDf˜8ÄCˆÿÿ%`• ÅCˆÿÿ6pgDf˜ ÅCˆÿÿ%`•ÇCˆÿÿ6tgDf˜ÇCˆÿÿ%`•pÈCˆÿÿ6xgDf˜pÈCˆÿÿ%`•ØÉCˆÿÿ6|gDf˜ØÉCˆÿÿ%`•8äÔˆÿÿ6€gDf˜8äÔˆÿÿ%`•ÐâÔˆÿÿ6„gDf˜ÐâÔˆÿÿ%`•háÔˆÿÿ6ˆgDf˜háÔˆÿÿ%`•àÔˆÿÿ6ŒgDf˜àÔˆÿÿ%`•Pˆÿÿ6gDf˜Pˆÿÿ%`•hQˆÿÿ6”gDf˜hQˆÿÿ%`•ÐRˆÿÿ6˜gDf˜ÐRˆÿÿ%`•8Tˆÿÿ6œgDf˜8Tˆÿÿ%`• Uˆÿÿ6 gDf˜ Uˆÿÿ%`•Wˆÿÿ6¤gDf˜Wˆÿÿ%`•pXˆÿÿ6¨gDf˜pXˆÿÿ%`•ØYˆÿÿ6¬gDf˜ØYˆÿÿ%`•@[ˆÿÿ6°gDf˜@[ˆÿÿ%`•¨\ˆÿÿ6´gDf˜¨\ˆÿÿ%`•^ˆÿÿ6¸gDf˜^ˆÿÿ%`•îÔˆÿÿ6¼gDf˜îÔˆÿÿ%`•¨ìÔˆÿÿ6ÀgDf˜¨ìÔˆÿÿ%`•@ëÔˆÿÿ6ÄgDf˜@ëÔˆÿÿ%`•ØéÔˆÿÿ6ÈgDf˜ØéÔˆÿÿ%`•pèÔˆÿÿ6ÌgDf˜pèÔˆÿÿ%`•çÔˆÿÿ6ÐgDf˜çÔˆÿÿ%`• åÔˆÿÿ6ÔgDf˜ åÔˆÿÿ%`•@ËCˆÿÿ6ØgDf˜@ËCˆÿÿ%`•¨ÌCˆÿÿ6ÜgDf˜¨ÌCˆÿÿ%`•ÎCˆÿÿ6àgDf˜ÎCˆÿÿ%`•`7ˆÿÿ6ägDf˜`7ˆÿÿ%`•ha7ˆÿÿ6ègDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ6ìgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ6ðgDf˜8d7ˆÿÿ%`• e7ˆÿÿ6ôgDf˜ e7ˆÿÿ%`•g7ˆÿÿ6øgDf˜g7ˆÿÿ%`•ph7ˆÿÿ6ügDf˜ph7ˆÿÿ%`•8­ˆÿÿ7gDf˜8­ˆÿÿ%`•Эˆÿÿ7gDf˜Ð­ˆÿÿ%`•h­ˆÿÿ7gDf˜h­ˆÿÿ%`•­ˆÿÿ7 gDf˜­ˆÿÿ%`•…ˆÿÿ7gDf˜…ˆÿÿ%`•h…ˆÿÿ7gDf˜h…ˆÿÿ%`•Ð…ˆÿÿ7gDf˜Ð…ˆÿÿ%`•8…ˆÿÿ7gDf˜8…ˆÿÿ%`• …ˆÿÿ7 gDf˜ …ˆÿÿ%`•…ˆÿÿ7$gDf˜…ˆÿÿ%`•p…ˆÿÿ7(gDf˜p…ˆÿÿ%`•Ø …ˆÿÿ7,gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ70gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ74gDf˜¨ …ˆÿÿ%`•…ˆÿÿ78gDf˜…ˆÿÿ%`•­ˆÿÿ7<gDf˜­ˆÿÿ%`•¨­ˆÿÿ7@gDf˜¨­ˆÿÿ%`•@­ˆÿÿ7DgDf˜@­ˆÿÿ%`•Ø­ˆÿÿ7HgDf˜Ø­ˆÿÿ%`•p­ˆÿÿ7LgDf˜p­ˆÿÿ%`•­ˆÿÿ7PgDf˜­ˆÿÿ%`• ­ˆÿÿ7TgDf˜ ­ˆÿÿ%`•Øi7ˆÿÿ7XgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ7\gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ7`gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ7dgDf˜n7ˆÿÿ%`•^ ˆÿÿ7hgDf˜^ ˆÿÿ%`•¨\ ˆÿÿ7lgDf˜¨\ ˆÿÿ%`•@[ ˆÿÿ7pgDf˜@[ ˆÿÿ%`•ØY ˆÿÿ7tgDf˜ØY ˆÿÿ%`•pX ˆÿÿ7xgDf˜pX ˆÿÿ%`•W ˆÿÿ7|gDf˜W ˆÿÿ%`• U ˆÿÿ7€gDf˜ U ˆÿÿ%`•>™ˆÿÿ7„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ7ˆgDf˜¨<™ˆÿÿ%`•pˆÿÿ7ŒgDf˜pˆÿÿ%`•hqˆÿÿ7gDf˜hqˆÿÿ%`•Ðrˆÿÿ7”gDf˜Ðrˆÿÿ%`•8tˆÿÿ7˜gDf˜8tˆÿÿ%`•§Aˆÿÿ7œgDf˜§Aˆÿÿ%`• ¥Aˆÿÿ7 gDf˜ ¥Aˆÿÿ%`•8¤Aˆÿÿ7¤gDf˜8¤Aˆÿÿ%`•ТAˆÿÿ7¨gDf˜Ð¢Aˆÿÿ%`•h¡Aˆÿÿ7¬gDf˜h¡Aˆÿÿ%`• Aˆÿÿ7°gDf˜ Aˆÿÿ%`•¨¬Aˆÿÿ7´gDf˜¨¬Aˆÿÿ%`•@«Aˆÿÿ7¸gDf˜@«Aˆÿÿ%`•Ø©Aˆÿÿ7¼gDf˜Ø©Aˆÿÿ%`•p¨Aˆÿÿ7ÀgDf˜p¨Aˆÿÿ%`•Јÿÿ7ÄgDf˜Ðˆÿÿ%`•hшÿÿ7ÈgDf˜hшÿÿ%`•ÐÒˆÿÿ7ÌgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ7ÐgDf˜8Ôˆÿÿ%`•8ä ˆÿÿ7ÔgDf˜8ä ˆÿÿ%`•Ðâ ˆÿÿ7ØgDf˜Ðâ ˆÿÿ%`•há ˆÿÿ7ÜgDf˜há ˆÿÿ%`•à ˆÿÿ7àgDf˜à ˆÿÿ%`•€&ˆÿÿ7ägDf˜€&ˆÿÿ%`•h&ˆÿÿ7ègDf˜h&ˆÿÿ%`•Ђ&ˆÿÿ7ìgDf˜Ð‚&ˆÿÿ%`•8„&ˆÿÿ7ðgDf˜8„&ˆÿÿ%`• …&ˆÿÿ7ôgDf˜ …&ˆÿÿ%`•‡&ˆÿÿ7øgDf˜‡&ˆÿÿ%`•pˆ&ˆÿÿ7ügDf˜pˆ&ˆÿÿ%`•؉&ˆÿÿ8gDf˜Ø‰&ˆÿÿ%`•@‹&ˆÿÿ8gDf˜@‹&ˆÿÿ%`•¨Œ&ˆÿÿ8 gDf˜¨Œ&ˆÿÿ%`•Ž&ˆÿÿ8gDf˜Ž&ˆÿÿ%`•€ˆÿÿ8gDf˜€ˆÿÿ%`•hˆÿÿ8gDf˜hˆÿÿ%`•Ђˆÿÿ8gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ8 gDf˜8„ˆÿÿ%`• …ˆÿÿ8$gDf˜ …ˆÿÿ%`•‡ˆÿÿ8(gDf˜‡ˆÿÿ%`•pˆˆÿÿ8,gDf˜pˆˆÿÿ%`•؉ˆÿÿ80gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ84gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ88gDf˜¨Œˆÿÿ%`•Žˆÿÿ8<gDf˜Žˆÿÿ%`•î ˆÿÿ8@gDf˜î ˆÿÿ%`•¨ì ˆÿÿ8DgDf˜¨ì ˆÿÿ%`•@ë ˆÿÿ8HgDf˜@ë ˆÿÿ%`•Øé ˆÿÿ8LgDf˜Øé ˆÿÿ%`•pè ˆÿÿ8PgDf˜pè ˆÿÿ%`•ç ˆÿÿ8TgDf˜ç ˆÿÿ%`• å ˆÿÿ8XgDf˜ å ˆÿÿ%`• Õˆÿÿ8\gDf˜ Õˆÿÿ%`•׈ÿÿ8`gDf˜×ˆÿÿ%`•p؈ÿÿ8dgDf˜p؈ÿÿ%`•ØÙˆÿÿ8hgDf˜ØÙˆÿÿ%`•@Ûˆÿÿ8lgDf˜@Ûˆÿÿ%`•¨Üˆÿÿ8pgDf˜¨Üˆÿÿ%`•Þˆÿÿ8tgDf˜Þˆÿÿ%`•®Aˆÿÿ8xgDf˜®Aˆÿÿ%`• uˆÿÿ8|gDf˜ uˆÿÿ%`•wˆÿÿ8€gDf˜wˆÿÿ%`•pxˆÿÿ8„gDf˜pxˆÿÿ%`•Øyˆÿÿ8ˆgDf˜Øyˆÿÿ%`•@{ˆÿÿ8ŒgDf˜@{ˆÿÿ%`•¨|ˆÿÿ8gDf˜¨|ˆÿÿ%`•~ˆÿÿ8”gDf˜~ˆÿÿ%`•ÐR ˆÿÿ8˜gDf˜ÐR ˆÿÿ%`•8T ˆÿÿ8œgDf˜8T ˆÿÿ%`•P ˆÿÿ8 gDf˜P ˆÿÿ%`•hQ ˆÿÿ8¤gDf˜hQ ˆÿÿ%`•ØÉCˆÿÿ8¨gDf˜ØÉCˆÿÿ%`•pÈCˆÿÿ8¬gDf˜pÈCˆÿÿ%`•ÇCˆÿÿ8°gDf˜ÇCˆÿÿ%`• ÅCˆÿÿ8´gDf˜ ÅCˆÿÿ%`•8ÄCˆÿÿ8¸gDf˜8ÄCˆÿÿ%`•ÐÂCˆÿÿ8¼gDf˜ÐÂCˆÿÿ%`•hÁCˆÿÿ8ÀgDf˜hÁCˆÿÿ%`•ÀCˆÿÿ8ÄgDf˜ÀCˆÿÿ%`•àÔˆÿÿ8ÈgDf˜àÔˆÿÿ%`•háÔˆÿÿ8ÌgDf˜háÔˆÿÿ%`•ÐâÔˆÿÿ8ÐgDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿ8ÔgDf˜8äÔˆÿÿ%`•8Tˆÿÿ8ØgDf˜8Tˆÿÿ%`•ÐRˆÿÿ8ÜgDf˜ÐRˆÿÿ%`•hQˆÿÿ8àgDf˜hQˆÿÿ%`•Pˆÿÿ8ägDf˜Pˆÿÿ%`•@ÿ ˆÿÿ8ègDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ8ìgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ8ðgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ8ôgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ8øgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ8ügDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ9gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ9gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ9gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ9 gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ9gDf˜Nÿ ˆÿÿ%`•ÀÖˆÿÿ9gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ9gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ9gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ9 gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ9$gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ9(gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ9,gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ90gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ94gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ98gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ9<gDf˜ÎÖˆÿÿ%`•^ˆÿÿ9@gDf˜^ˆÿÿ%`•¨\ˆÿÿ9DgDf˜¨\ˆÿÿ%`•@[ˆÿÿ9HgDf˜@[ˆÿÿ%`•ØYˆÿÿ9LgDf˜ØYˆÿÿ%`•pXˆÿÿ9PgDf˜pXˆÿÿ%`•Wˆÿÿ9TgDf˜Wˆÿÿ%`• Uˆÿÿ9XgDf˜ Uˆÿÿ%`• åÔˆÿÿ9\gDf˜ åÔˆÿÿ%`•çÔˆÿÿ9`gDf˜çÔˆÿÿ%`•pèÔˆÿÿ9dgDf˜pèÔˆÿÿ%`•ØéÔˆÿÿ9hgDf˜ØéÔˆÿÿ%`•@ëÔˆÿÿ9lgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ9pgDf˜¨ìÔˆÿÿ%`•îÔˆÿÿ9tgDf˜îÔˆÿÿ%`•ÎCˆÿÿ9xgDf˜ÎCˆÿÿ%`•¨ÌCˆÿÿ9|gDf˜¨ÌCˆÿÿ%`•@ËCˆÿÿ9€gDf˜@ËCˆÿÿ%`•ph7ˆÿÿ9„gDf˜ph7ˆÿÿ%`•g7ˆÿÿ9ˆgDf˜g7ˆÿÿ%`• e7ˆÿÿ9ŒgDf˜ e7ˆÿÿ%`•8d7ˆÿÿ9gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ9”gDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ9˜gDf˜ha7ˆÿÿ%`•`7ˆÿÿ9œgDf˜`7ˆÿÿ%`•n7ˆÿÿ9 gDf˜n7ˆÿÿ%`•¨l7ˆÿÿ9¤gDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ9¨gDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ9¬gDf˜Øi7ˆÿÿ%`• U ˆÿÿ9°gDf˜ U ˆÿÿ%`•W ˆÿÿ9´gDf˜W ˆÿÿ%`•pX ˆÿÿ9¸gDf˜pX ˆÿÿ%`•ØY ˆÿÿ9¼gDf˜ØY ˆÿÿ%`•@[ ˆÿÿ9ÀgDf˜@[ ˆÿÿ%`•¨\ ˆÿÿ9ÄgDf˜¨\ ˆÿÿ%`•^ ˆÿÿ9ÈgDf˜^ ˆÿÿ%`•¨<™ˆÿÿ9ÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9ÐgDf˜>™ˆÿÿ%`•8tˆÿÿ9ÔgDf˜8tˆÿÿ%`•Ðrˆÿÿ9ØgDf˜Ðrˆÿÿ%`•hqˆÿÿ9ÜgDf˜hqˆÿÿ%`•pˆÿÿ9àgDf˜pˆÿÿ%`•§Aˆÿÿ9ägDf˜§Aˆÿÿ%`•ðXˆÿÿ9ègDf˜ðXˆÿÿ%`•hñXˆÿÿ9ìgDf˜hñXˆÿÿ%`•ÐòXˆÿÿ9ðgDf˜ÐòXˆÿÿ%`•8ôXˆÿÿ9ôgDf˜8ôXˆÿÿ%`• õXˆÿÿ9øgDf˜ õXˆÿÿ%`•÷Xˆÿÿ9ügDf˜÷Xˆÿÿ%`•pøXˆÿÿ:gDf˜pøXˆÿÿ%`•ØùXˆÿÿ:gDf˜ØùXˆÿÿ%`•@ûXˆÿÿ:gDf˜@ûXˆÿÿ%`•¨üXˆÿÿ: gDf˜¨üXˆÿÿ%`•þXˆÿÿ:gDf˜þXˆÿÿ%`•€3ˆÿÿ:gDf˜€3ˆÿÿ%`•h3ˆÿÿ:gDf˜h3ˆÿÿ%`•Ђ3ˆÿÿ:gDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿ: gDf˜8„3ˆÿÿ%`• …3ˆÿÿ:$gDf˜ …3ˆÿÿ%`•‡3ˆÿÿ:(gDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿ:,gDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ:0gDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿ:4gDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿ:8gDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿ:<gDf˜Ž3ˆÿÿ%`•p¨Aˆÿÿ:@gDf˜p¨Aˆÿÿ%`•Ø©Aˆÿÿ:DgDf˜Ø©Aˆÿÿ%`•@«Aˆÿÿ:HgDf˜@«Aˆÿÿ%`•¨¬Aˆÿÿ:LgDf˜¨¬Aˆÿÿ%`• Aˆÿÿ:PgDf˜ Aˆÿÿ%`•h¡Aˆÿÿ:TgDf˜h¡Aˆÿÿ%`•ТAˆÿÿ:XgDf˜Ð¢Aˆÿÿ%`•8¤Aˆÿÿ:\gDf˜8¤Aˆÿÿ%`• ¥Aˆÿÿ:`gDf˜ ¥Aˆÿÿ%`•8Ôˆÿÿ:dgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ:hgDf˜ÐÒˆÿÿ%`•hшÿÿ:lgDf˜hшÿÿ%`•Јÿÿ:pgDf˜Ðˆÿÿ%`•à ˆÿÿ:tgDf˜à ˆÿÿ%`•há ˆÿÿ:xgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ:|gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ:€gDf˜8ä ˆÿÿ%`•8„ˆÿÿ:„gDf˜8„ˆÿÿ%`•Ђˆÿÿ:ˆgDf˜Ð‚ˆÿÿ%`•hˆÿÿ:ŒgDf˜hˆÿÿ%`•€ˆÿÿ:gDf˜€ˆÿÿ%`•`‡ˆÿÿ:”gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ:˜gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ:œgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ: gDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ:¤gDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ:¨gDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ:¬gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ:°gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ:´gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ:¸gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ:¼gDf˜n‡ˆÿÿ%`•Žˆÿÿ:ÀgDf˜Žˆÿÿ%`•¨Œˆÿÿ:ÄgDf˜¨Œˆÿÿ%`•@‹ˆÿÿ:ÈgDf˜@‹ˆÿÿ%`•؉ˆÿÿ:ÌgDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ:ÐgDf˜pˆˆÿÿ%`•‡ˆÿÿ:ÔgDf˜‡ˆÿÿ%`• …ˆÿÿ:ØgDf˜ …ˆÿÿ%`• å ˆÿÿ:ÜgDf˜ å ˆÿÿ%`•ç ˆÿÿ:àgDf˜ç ˆÿÿ%`•pè ˆÿÿ:ägDf˜pè ˆÿÿ%`•Øé ˆÿÿ:ègDf˜Øé ˆÿÿ%`•@ë ˆÿÿ:ìgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ:ðgDf˜¨ì ˆÿÿ%`•î ˆÿÿ:ôgDf˜î ˆÿÿ%`•Þˆÿÿ:øgDf˜Þˆÿÿ%`•¨Üˆÿÿ:ügDf˜¨Üˆÿÿ%`•@Ûˆÿÿ;gDf˜@Ûˆÿÿ%`•ØÙˆÿÿ;gDf˜ØÙˆÿÿ%`•p؈ÿÿ;gDf˜p؈ÿÿ%`•׈ÿÿ; gDf˜×ˆÿÿ%`• Õˆÿÿ;gDf˜ Õˆÿÿ%`•®Aˆÿÿ;gDf˜®Aˆÿÿ%`•~ˆÿÿ;gDf˜~ˆÿÿ%`•¨|ˆÿÿ;gDf˜¨|ˆÿÿ%`•@{ˆÿÿ; gDf˜@{ˆÿÿ%`•Øyˆÿÿ;$gDf˜Øyˆÿÿ%`•pxˆÿÿ;(gDf˜pxˆÿÿ%`•wˆÿÿ;,gDf˜wˆÿÿ%`• uˆÿÿ;0gDf˜ uˆÿÿ%`•hQ ˆÿÿ;4gDf˜hQ ˆÿÿ%`•P ˆÿÿ;8gDf˜P ˆÿÿ%`•8T ˆÿÿ;<gDf˜8T ˆÿÿ%`•ÐR ˆÿÿ;@gDf˜ÐR ˆÿÿ%`•ÀCˆÿÿ;DgDf˜ÀCˆÿÿ%`•hÁCˆÿÿ;HgDf˜hÁCˆÿÿ%`•ÐÂCˆÿÿ;LgDf˜ÐÂCˆÿÿ%`•8ÄCˆÿÿ;PgDf˜8ÄCˆÿÿ%`• ÅCˆÿÿ;TgDf˜ ÅCˆÿÿ%`•ÇCˆÿÿ;XgDf˜ÇCˆÿÿ%`•pÈCˆÿÿ;\gDf˜pÈCˆÿÿ%`•ØÉCˆÿÿ;`gDf˜ØÉCˆÿÿ%`•8äÔˆÿÿ;dgDf˜8äÔˆÿÿ%`•ÐâÔˆÿÿ;hgDf˜ÐâÔˆÿÿ%`•háÔˆÿÿ;lgDf˜háÔˆÿÿ%`•àÔˆÿÿ;pgDf˜àÔˆÿÿ%`•Pˆÿÿ;tgDf˜Pˆÿÿ%`•hQˆÿÿ;xgDf˜hQˆÿÿ%`•ÐRˆÿÿ;|gDf˜ÐRˆÿÿ%`•8Tˆÿÿ;€gDf˜8Tˆÿÿ%`•8ÄÖˆÿÿ;„gDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ;ˆgDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ;ŒgDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ;gDf˜ÀÖˆÿÿ%`•À\ˆÿÿ;”gDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ;˜gDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ;œgDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ; gDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ;¤gDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ;¨gDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ;¬gDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ;°gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ;´gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ;¸gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ;¼gDf˜Î\ˆÿÿ%`•ÎÖˆÿÿ;ÀgDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ;ÄgDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ;ÈgDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ;ÌgDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ;ÐgDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ;ÔgDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ;ØgDf˜ ÅÖˆÿÿ%`• Uˆÿÿ;ÜgDf˜ Uˆÿÿ%`•Wˆÿÿ;àgDf˜Wˆÿÿ%`•pXˆÿÿ;ägDf˜pXˆÿÿ%`•ØYˆÿÿ;ègDf˜ØYˆÿÿ%`•@[ˆÿÿ;ìgDf˜@[ˆÿÿ%`•¨\ˆÿÿ;ðgDf˜¨\ˆÿÿ%`•^ˆÿÿ;ôgDf˜^ˆÿÿ%`•îÔˆÿÿ;øgDf˜îÔˆÿÿ%`•¨ìÔˆÿÿ;ügDf˜¨ìÔˆÿÿ%`•@ëÔˆÿÿ<gDf˜@ëÔˆÿÿ%`•ØéÔˆÿÿ<gDf˜ØéÔˆÿÿ%`•pèÔˆÿÿ<gDf˜pèÔˆÿÿ%`•çÔˆÿÿ<gDf˜çÔˆÿÿ%`• åÔˆÿÿ<gDf˜ åÔˆÿÿ%`•@ËCˆÿÿ<gDf˜@ËCˆÿÿ%`•¨ÌCˆÿÿ<gDf˜¨ÌCˆÿÿ%`•ÎCˆÿÿ< gDf˜ÎCˆÿÿ%`•^ ˆÿÿ<$gDf˜^ ˆÿÿ%`•¨\ ˆÿÿ<(gDf˜¨\ ˆÿÿ%`•@[ ˆÿÿ<,gDf˜@[ ˆÿÿ%`•ØY ˆÿÿ<0gDf˜ØY ˆÿÿ%`•pX ˆÿÿ<4gDf˜pX ˆÿÿ%`•W ˆÿÿ<8gDf˜W ˆÿÿ%`• U ˆÿÿ<<gDf˜ U ˆÿÿ%`•>™ˆÿÿ<@gDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜ÀCˆÿÿ%`•àÔˆÿÿ>gDf˜àÔˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>gDf˜'ˆÿÿ%`• åÔˆÿÿ gDf˜ åÔˆÿÿ%`•çÔˆÿÿgDf˜çÔˆÿÿ%`•ØéÔˆÿÿ  gDf˜ØéÔˆÿÿ%`•àÔˆÿÿz€gDf˜àÔˆÿÿ%`•@ëÔˆÿÿ|hgDf˜@ëÔˆÿÿ%`•¨ìÔˆÿÿ|œgDf˜¨ìÔˆÿÿ%`•pèÔˆÿÿê$gDf˜pèÔˆÿÿ%`•îÔˆÿÿë|˜gDf˜îÔˆÿÿ%`•îÔˆÿÿ gDf˜îÔˆÿÿ%`•îÔˆÿÿz<gDf˜îÔˆÿÿ%`•pèÔˆÿÿzTgDf˜pèÔˆÿÿ%`•¨ìÔˆÿÿ{HgDf˜¨ìÔˆÿÿ%`•@ëÔˆÿÿ{àˆgDf˜@ëÔˆÿÿ%`•àÔˆÿÿØ,gDf˜àÔˆÿÿ%`•ØéÔˆÿÿáÈ$gDf˜ØéÔˆÿÿ%`•çÔˆÿÿáø gDf˜çÔˆÿÿ%`•P¬ ˆÿÿâ gDf˜P¬ ˆÿÿ%`•hQ¬ ˆÿÿâ0gDf˜hQ¬ ˆÿÿ%`•ÐR¬ ˆÿÿâPgDf˜ÐR¬ ˆÿÿ%`• åÔˆÿÿâ |gDf˜ åÔˆÿÿ%`•háÔˆÿÿí8ügDf˜háÔˆÿÿ%`•ÐâÔˆÿÿï4ügDf˜ÐâÔˆÿÿ%`•8äÔˆÿÿñ0ügDf˜8äÔˆÿÿ%`•¨<™ˆÿÿó,ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿõ(ügDf˜>™ˆÿÿ%`•8T¬ ˆÿÿ÷$ügDf˜8T¬ ˆÿÿ%`• U¬ ˆÿÿù DgDf˜ U¬ ˆÿÿ%`•W¬ ˆÿÿùl°gDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿ gDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿgDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿgDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿ> ügDf˜W¬ ˆÿÿ%`• U¬ ˆÿÿ@gDf˜ U¬ ˆÿÿ%`•8T¬ ˆÿÿ@ìgDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•8T¬ ˆÿÿÿHgDf˜8T¬ ˆÿÿ%`•hQ¬ ˆÿÿ4gDf˜hQ¬ ˆÿÿ%`•W¬ ˆÿÿT gDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿBgDf˜W¬ ˆÿÿ%`•hQ¬ ˆÿÿBgDf˜hQ¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•hQ¬ ˆÿÿBgDf˜hQ¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB0gDf˜'ˆÿÿ%`•hQ¬ ˆÿÿB4gDf˜hQ¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBHgDf˜'ˆÿÿ%`•hQ¬ ˆÿÿBLgDf˜hQ¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB`gDf˜'ˆÿÿ%`•hQ¬ ˆÿÿBdgDf˜hQ¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB|gDf˜'ˆÿÿ%`•hQ¬ ˆÿÿB€dgDf˜hQ¬ ˆÿÿ%`•W¬ ˆÿÿ¤gDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•W¬ ˆÿÿ gDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿz4gDf˜W¬ ˆÿÿ%`•8T¬ ˆÿÿzXgDf˜8T¬ ˆÿÿ%`•hQ¬ ˆÿÿzxgDf˜hQ¬ ˆÿÿ%`•hQ¬ ˆÿÿÄgDf˜hQ¬ ˆÿÿ%`•8T¬ ˆÿÿÈgDf˜8T¬ ˆÿÿ%`•W¬ ˆÿÿÔgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÜgDf˜'ˆÿÿ%`•W¬ ˆÿÿàgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•W¬ ˆÿÿøgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•W¬ ˆÿÿgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•W¬ ˆÿÿ(gDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•W¬ ˆÿÿDgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•W¬ ˆÿÿzHgDf˜W¬ ˆÿÿ%`•8T¬ ˆÿÿ{”gDf˜8T¬ ˆÿÿ%`•ÐR¬ ˆÿÿ{´ gDf˜ÐR¬ ˆÿÿ%`•ÐR¬ ˆÿÿØgDf˜ÐR¬ ˆÿÿ%`•8T¬ ˆÿÿÜgDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿìgDf˜'ˆÿÿ%`•8T¬ ˆÿÿðgDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8T¬ ˆÿÿgDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8T¬ ˆÿÿ gDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•8T¬ ˆÿÿ8gDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•8T¬ ˆÿÿT\gDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•8T¬ ˆÿÿ|ÔgDf˜8T¬ ˆÿÿ%`• U¬ ˆÿÿ|øgDf˜ U¬ ˆÿÿ%`•W¬ ˆÿÿ}ôgDf˜W¬ ˆÿÿ%`•W¬ ˆÿÿ´gDf˜W¬ ˆÿÿ%`• U¬ ˆÿÿ¸gDf˜ U¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`• U¬ ˆÿÿÐgDf˜ U¬ ˆÿÿ%`•W¬ ˆÿÿÜXgDf˜W¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 4gDf˜'ˆÿÿ%`•W¬ ˆÿÿz4gDf˜W¬ ˆÿÿ%`• U¬ ˆÿÿzXgDf˜ U¬ ˆÿÿ%`•ÐR¬ ˆÿÿzxøgDf˜ÐR¬ ˆÿÿ%`•ÐR¬ ˆÿÿ 8gDf˜ÐR¬ ˆÿÿ%`• U¬ ˆÿÿ <gDf˜ U¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ PgDf˜'ˆÿÿ%`• U¬ ˆÿÿ ThgDf˜ U¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¼gDf˜'ˆÿÿ%`• U¬ ˆÿÿ{pgDf˜ U¬ ˆÿÿ%`•W¬ ˆÿÿ|ègDf˜W¬ ˆÿÿ%`•8T¬ ˆÿÿ~ gDf˜8T¬ ˆÿÿ%`•ÐR¬ ˆÿÿ~gDf˜ÐR¬ ˆÿÿ%`•ÐR¬ ˆÿÿ ÀgDf˜ÐR¬ ˆÿÿ%`•8T¬ ˆÿÿ ÄgDf˜8T¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ØgDf˜'ˆÿÿ%`•8T¬ ˆÿÿ ÜgDf˜8T¬ ˆÿÿ%`•ØY¬ ˆÿÿ àgDf˜ØY¬ ˆÿÿ%`•hQ¬ ˆÿÿ ägDf˜hQ¬ ˆÿÿ%`•W¬ ˆÿÿ ègDf˜W¬ ˆÿÿ%`• U¬ ˆÿÿ ìgDf˜ U¬ ˆÿÿ%`•ÐR¬ ˆÿÿ ðgDf˜ÐR¬ ˆÿÿ%`•@[¬ ˆÿÿ ôgDf˜@[¬ ˆÿÿ%`•pX¬ ˆÿÿ øgDf˜pX¬ ˆÿÿ%`•P¬ ˆÿÿ ügDf˜P¬ ˆÿÿ%`•¨\¬ ˆÿÿ gDf˜¨\¬ ˆÿÿ%`•^¬ ˆÿÿ gDf˜^¬ ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•hA ˆÿÿ gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ gDf˜8D ˆÿÿ%`• E ˆÿÿ gDf˜ E ˆÿÿ%`•G ˆÿÿ $gDf˜G ˆÿÿ%`•pH ˆÿÿ (gDf˜pH ˆÿÿ%`•ØI ˆÿÿ ,gDf˜ØI ˆÿÿ%`•@K ˆÿÿ 0gDf˜@K ˆÿÿ%`•¨L ˆÿÿ 4gDf˜¨L ˆÿÿ%`•N ˆÿÿ 8gDf˜N ˆÿÿ%`•ð«ˆÿÿ <gDf˜ð«ˆÿÿ%`•hñ«ˆÿÿ @gDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿ DgDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿ HgDf˜8ô«ˆÿÿ%`• õ«ˆÿÿ LgDf˜ õ«ˆÿÿ%`•÷«ˆÿÿ PgDf˜÷«ˆÿÿ%`•pø«ˆÿÿ TgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿ XgDf˜Øù«ˆÿÿ%`•@û«ˆÿÿ \gDf˜@û«ˆÿÿ%`•¨ü«ˆÿÿ `gDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿ dgDf˜þ«ˆÿÿ%`•2 ˆÿÿ hgDf˜2 ˆÿÿ%`•h2 ˆÿÿ lgDf˜h2 ˆÿÿ%`•Ð2 ˆÿÿ pgDf˜Ð2 ˆÿÿ%`•82 ˆÿÿ tgDf˜82 ˆÿÿ%`• 2 ˆÿÿ xgDf˜ 2 ˆÿÿ%`•2 ˆÿÿ |gDf˜2 ˆÿÿ%`•p2 ˆÿÿ €gDf˜p2 ˆÿÿ%`•Ø2 ˆÿÿ „gDf˜Ø2 ˆÿÿ%`•@2 ˆÿÿ ˆgDf˜@2 ˆÿÿ%`•¨2 ˆÿÿ ŒgDf˜¨2 ˆÿÿ%`•2 ˆÿÿ gDf˜2 ˆÿÿ%`•®ˆÿÿ ”gDf˜®ˆÿÿ%`•h‘®ˆÿÿ ˜gDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ œgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ  gDf˜8”®ˆÿÿ%`• •®ˆÿÿ ¤gDf˜ •®ˆÿÿ%`•—®ˆÿÿ ¨gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ ¬gDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ °gDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ ´gDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ ¸gDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ ¼gDf˜ž®ˆÿÿ%`•ÀɈÿÿ ÀgDf˜ÀɈÿÿ%`•hÁɈÿÿ ÄgDf˜hÁɈÿÿ%`•ÐÂɈÿÿ ÈgDf˜ÐÂɈÿÿ%`•8ÄɈÿÿ ÌgDf˜8ÄɈÿÿ%`• ÅɈÿÿ ÐgDf˜ ÅɈÿÿ%`•ÇɈÿÿ ÔgDf˜ÇɈÿÿ%`•pÈɈÿÿ ØgDf˜pÈɈÿÿ%`•ØÉɈÿÿ àgDf˜ØÉɈÿÿ%`•@ËɈÿÿ ägDf˜@ËɈÿÿ%`•¨ÌɈÿÿ ègDf˜¨ÌɈÿÿ%`•ÎɈÿÿ ìgDf˜ÎɈÿÿ%`•P± ˆÿÿ ðgDf˜P± ˆÿÿ%`•hQ± ˆÿÿ ôgDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ øgDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ ügDf˜8T± ˆÿÿ%`• U± ˆÿÿ gDf˜ U± ˆÿÿ%`•W± ˆÿÿ gDf˜W± ˆÿÿ%`•pX± ˆÿÿ gDf˜pX± ˆÿÿ%`•ØY± ˆÿÿ gDf˜ØY± ˆÿÿ%`•@[± ˆÿÿ gDf˜@[± ˆÿÿ%`•¨\± ˆÿÿ gDf˜¨\± ˆÿÿ%`•^± ˆÿÿ gDf˜^± ˆÿÿ%`• ¡ˆÿÿ gDf˜ ¡ˆÿÿ%`•h!¡ˆÿÿ gDf˜h!¡ˆÿÿ%`•Ð"¡ˆÿÿ $gDf˜Ð"¡ˆÿÿ%`•8$¡ˆÿÿ (gDf˜8$¡ˆÿÿ%`• %¡ˆÿÿ ,gDf˜ %¡ˆÿÿ%`•'¡ˆÿÿ 0gDf˜'¡ˆÿÿ%`•p(¡ˆÿÿ 4gDf˜p(¡ˆÿÿ%`•Ø)¡ˆÿÿ 8gDf˜Ø)¡ˆÿÿ%`•@+¡ˆÿÿ <gDf˜@+¡ˆÿÿ%`•¨,¡ˆÿÿ @gDf˜¨,¡ˆÿÿ%`•.¡ˆÿÿ DgDf˜.¡ˆÿÿ%`•pñ ˆÿÿ HgDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ LgDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿ PgDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿ TgDf˜8tñ ˆÿÿ%`• uñ ˆÿÿ XgDf˜ uñ ˆÿÿ%`•wñ ˆÿÿ \gDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ `gDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿ dgDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ hgDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ lgDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ pgDf˜~ñ ˆÿÿ%`•êˆÿÿ tgDf˜êˆÿÿ%`•h‘êˆÿÿ xgDf˜h‘êˆÿÿ%`•Ð’êˆÿÿ |gDf˜Ð’êˆÿÿ%`•8”êˆÿÿ €gDf˜8”êˆÿÿ%`• •êˆÿÿ „gDf˜ •êˆÿÿ%`•—êˆÿÿ ˆgDf˜—êˆÿÿ%`•p˜êˆÿÿ ŒgDf˜p˜êˆÿÿ%`•Ø™êˆÿÿ gDf˜Ø™êˆÿÿ%`•@›êˆÿÿ ”gDf˜@›êˆÿÿ%`•¨œêˆÿÿ ˜gDf˜¨œêˆÿÿ%`•žêˆÿÿ œgDf˜žêˆÿÿ%`•à‰ˆÿÿ  gDf˜à‰ˆÿÿ%`•hቈÿÿ ¤gDf˜hቈÿÿ%`•Ð≈ÿÿ ¨gDf˜Ð≈ÿÿ%`•8䉈ÿÿ ¬gDf˜8䉈ÿÿ%`• å‰ˆÿÿ °gDf˜ å‰ˆÿÿ%`•版ÿÿ ´gDf˜ç‰ˆÿÿ%`•p艈ÿÿ ¸gDf˜p艈ÿÿ%`•Øé‰ˆÿÿ ¼gDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ ÀgDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ ÄgDf˜¨ì‰ˆÿÿ%`•ÿÿ ÈgDf˜î‰ˆÿÿ%`•ˆÿÿ ÌgDf˜ˆÿÿ%`•hˆÿÿ ÐgDf˜hˆÿÿ%`•Јÿÿ ÔgDf˜Ðˆÿÿ%`•8ˆÿÿ ØgDf˜8ˆÿÿ%`• ˆÿÿ ÜgDf˜ ˆÿÿ%`•ˆÿÿ àgDf˜ˆÿÿ%`•pˆÿÿ ägDf˜pˆÿÿ%`•Ø ˆÿÿ ègDf˜Ø ˆÿÿ%`•@ ˆÿÿ ìgDf˜@ ˆÿÿ%`•¨ ˆÿÿ ðgDf˜¨ ˆÿÿ%`•ˆÿÿ ôgDf˜ˆÿÿ%`•€¬ˆÿÿ øgDf˜€¬ˆÿÿ%`•h¬ˆÿÿ ügDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ gDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ gDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ gDf˜‡¬ˆÿÿ%`•pˆ¬ˆÿÿ gDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿ gDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿ gDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿ gDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿ gDf˜ެˆÿÿ%`• » ˆÿÿ $gDf˜ » ˆÿÿ%`•h¡» ˆÿÿ (gDf˜h¡» ˆÿÿ%`•Т» ˆÿÿ ,gDf˜Ð¢» ˆÿÿ%`•8¤» ˆÿÿ 0gDf˜8¤» ˆÿÿ%`• ¥» ˆÿÿ 4gDf˜ ¥» ˆÿÿ%`•§» ˆÿÿ 8gDf˜§» ˆÿÿ%`•p¨» ˆÿÿ <gDf˜p¨» ˆÿÿ%`•Ø©» ˆÿÿ @gDf˜Ø©» ˆÿÿ%`•@«» ˆÿÿ DgDf˜@«» ˆÿÿ%`•¨¬» ˆÿÿ HgDf˜¨¬» ˆÿÿ%`•®» ˆÿÿ LgDf˜®» ˆÿÿ%`•pˆÿÿ PgDf˜pˆÿÿ%`•hqˆÿÿ TgDf˜hqˆÿÿ%`•Ðrˆÿÿ XgDf˜Ðrˆÿÿ%`• uˆÿÿ \ügDf˜ uˆÿÿ%`•wˆÿÿXˆgDf˜wˆÿÿ%`•pxˆÿÿäügDf˜pxˆÿÿ%`•ØyˆÿÿàügDf˜Øyˆÿÿ%`•@{ˆÿÿÜgDf˜@{ˆÿÿ%`•¨|ˆÿÿèügDf˜¨|ˆÿÿ%`•~ˆÿÿäügDf˜~ˆÿÿ%`•¨<™ˆÿÿàgDf˜¨<™ˆÿÿ%`•>™ˆÿÿìügDf˜>™ˆÿÿ%`•Øù«ˆÿÿè0gDf˜Øù«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8tˆÿÿìˆgDf˜8tˆÿÿ%`•Øù«ˆÿÿ gDf˜Øù«ˆÿÿ%`•Øù«ˆÿÿgDf˜Øù«ˆÿÿ%`•@û«ˆÿÿ ØgDf˜@û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•@û«ˆÿÿügDf˜@û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•@û«ˆÿÿìxgDf˜@û«ˆÿÿ%`•Øù«ˆÿÿ7ôgDf˜Øù«ˆÿÿ%`•þ«ˆÿÿ8ø gDf˜þ«ˆÿÿ%`•þ«ˆÿÿ gDf˜þ«ˆÿÿ%`•þ«ˆÿÿgDf˜þ«ˆÿÿ%`•Øù«ˆÿÿ”gDf˜Øù«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•Øù«ˆÿÿ´8gDf˜Øù«ˆÿÿ%`•pø«ˆÿÿð$gDf˜pø«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pø«ˆÿÿ gDf˜pø«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•pø«ˆÿÿ< gDf˜pø«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•pø«ˆÿÿ`gDf˜pø«ˆÿÿ%`•pø«ˆÿÿdgDf˜pø«ˆÿÿ%`•pø«ˆÿÿhgDf˜pø«ˆÿÿ%`•pø«ˆÿÿlgDf˜pø«ˆÿÿ%`•pø«ˆÿÿpgDf˜pø«ˆÿÿ%`•pø«ˆÿÿtgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿxgDf˜Øù«ˆÿÿ%`•÷«ˆÿÿ|gDf˜÷«ˆÿÿ%`•÷«ˆÿÿ€gDf˜÷«ˆÿÿ%`•Øù«ˆÿÿ„gDf˜Øù«ˆÿÿ%`•pø«ˆÿÿˆgDf˜pø«ˆÿÿ%`• õ«ˆÿÿŒgDf˜ õ«ˆÿÿ%`•¨ü«ˆÿÿgDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿ”gDf˜þ«ˆÿÿ%`•@û«ˆÿÿ˜gDf˜@û«ˆÿÿ%`•8ô«ˆÿÿœgDf˜8ô«ˆÿÿ%`•Ðò«ˆÿÿ gDf˜Ðò«ˆÿÿ%`•hñ«ˆÿÿ¤gDf˜hñ«ˆÿÿ%`•hñ«ˆÿÿ¨gDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿ¬gDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿ°gDf˜8ô«ˆÿÿ%`•@û«ˆÿÿ´gDf˜@û«ˆÿÿ%`•þ«ˆÿÿ¸gDf˜þ«ˆÿÿ%`•¨ü«ˆÿÿ¼gDf˜¨ü«ˆÿÿ%`• õ«ˆÿÿÀgDf˜ õ«ˆÿÿ%`•pø«ˆÿÿÄgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿÈgDf˜Øù«ˆÿÿ%`•÷«ˆÿÿÌgDf˜÷«ˆÿÿ%`•ð«ˆÿÿÐgDf˜ð«ˆÿÿ%`•>™ˆÿÿÔgDf˜>™ˆÿÿ%`•¨<™ˆÿÿØgDf˜¨<™ˆÿÿ%`•àOˆÿÿÜgDf˜àOˆÿÿ%`•háOˆÿÿàgDf˜háOˆÿÿ%`•ÐâOˆÿÿägDf˜ÐâOˆÿÿ%`•8äOˆÿÿègDf˜8äOˆÿÿ%`• åOˆÿÿìgDf˜ åOˆÿÿ%`•çOˆÿÿðgDf˜çOˆÿÿ%`•pèOˆÿÿôgDf˜pèOˆÿÿ%`•ØéOˆÿÿøgDf˜ØéOˆÿÿ%`•@ëOˆÿÿügDf˜@ëOˆÿÿ%`•¨ìOˆÿÿgDf˜¨ìOˆÿÿ%`•îOˆÿÿgDf˜îOˆÿÿ%`•@/ˆÿÿgDf˜@/ˆÿÿ%`•hA/ˆÿÿ gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿgDf˜8D/ˆÿÿ%`• E/ˆÿÿgDf˜ E/ˆÿÿ%`•G/ˆÿÿgDf˜G/ˆÿÿ%`•pH/ˆÿÿ gDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ$gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ(gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ,gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ0gDf˜N/ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8gDf˜>™ˆÿÿ%`•pèOˆÿÿ<gDf˜pèOˆÿÿ%`•çOˆÿÿ@gDf˜çOˆÿÿ%`• åOˆÿÿDgDf˜ åOˆÿÿ%`•8äOˆÿÿHgDf˜8äOˆÿÿ%`•ÐâOˆÿÿLgDf˜ÐâOˆÿÿ%`•háOˆÿÿPgDf˜háOˆÿÿ%`•àOˆÿÿTgDf˜àOˆÿÿ%`•«ˆÿÿXgDf˜«ˆÿÿ%`•h‘«ˆÿÿ\gDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿ`gDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿdgDf˜8”«ˆÿÿ%`• •«ˆÿÿhgDf˜ •«ˆÿÿ%`•—«ˆÿÿlgDf˜—«ˆÿÿ%`•p˜«ˆÿÿpgDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿtgDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿxgDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ|gDf˜¨œ«ˆÿÿ%`•ž«ˆÿÿ€gDf˜ž«ˆÿÿ%`•`¿ˆÿÿ„gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿˆgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿŒgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ”gDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ˜gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿœgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ¤gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ¨gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ¬gDf˜n¿ˆÿÿ%`•pψÿÿ°gDf˜pψÿÿ%`•hqψÿÿ´gDf˜hqψÿÿ%`•Ðrψÿÿ¸gDf˜Ðrψÿÿ%`•8tψÿÿ¼gDf˜8tψÿÿ%`• uψÿÿÀgDf˜ uψÿÿ%`•wψÿÿÄgDf˜wψÿÿ%`•pxψÿÿÈgDf˜pxψÿÿ%`•ØyψÿÿÌgDf˜Øyψÿÿ%`•@{ψÿÿÐgDf˜@{ψÿÿ%`•¨|ψÿÿÔgDf˜¨|ψÿÿ%`•~ψÿÿØgDf˜~ψÿÿ%`•p– ˆÿÿÜgDf˜p– ˆÿÿ%`•hq– ˆÿÿàgDf˜hq– ˆÿÿ%`•Ðr– ˆÿÿägDf˜Ðr– ˆÿÿ%`•8t– ˆÿÿègDf˜8t– ˆÿÿ%`• u– ˆÿÿìgDf˜ u– ˆÿÿ%`•w– ˆÿÿðgDf˜w– ˆÿÿ%`•px– ˆÿÿôgDf˜px– ˆÿÿ%`•Øy– ˆÿÿøgDf˜Øy– ˆÿÿ%`•@{– ˆÿÿügDf˜@{– ˆÿÿ%`•¨|– ˆÿÿgDf˜¨|– ˆÿÿ%`•~– ˆÿÿgDf˜~– ˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•hAˆÿÿ gDf˜hAˆÿÿ%`•ÐBˆÿÿgDf˜ÐBˆÿÿ%`•8DˆÿÿgDf˜8Dˆÿÿ%`• EˆÿÿgDf˜ Eˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pHˆÿÿ gDf˜pHˆÿÿ%`•ØIˆÿÿ$gDf˜ØIˆÿÿ%`•@Kˆÿÿ(gDf˜@Kˆÿÿ%`•¨Lˆÿÿ,gDf˜¨Lˆÿÿ%`•Nˆÿÿ0gDf˜Nˆÿÿ%`•àAˆÿÿ4gDf˜àAˆÿÿ%`•háAˆÿÿ8gDf˜háAˆÿÿ%`•ÐâAˆÿÿ<gDf˜ÐâAˆÿÿ%`•8äAˆÿÿ@gDf˜8äAˆÿÿ%`• åAˆÿÿDgDf˜ åAˆÿÿ%`•çAˆÿÿHgDf˜çAˆÿÿ%`•pèAˆÿÿLgDf˜pèAˆÿÿ%`•ØéAˆÿÿPgDf˜ØéAˆÿÿ%`•@ëAˆÿÿTgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿXgDf˜¨ìAˆÿÿ%`•îAˆÿÿ\gDf˜îAˆÿÿ%`•>™ˆÿÿ`gDf˜>™ˆÿÿ%`•¨<™ˆÿÿdgDf˜¨<™ˆÿÿ%`•8”«ˆÿÿhgDf˜8”«ˆÿÿ%`•Ð’«ˆÿÿlgDf˜Ð’«ˆÿÿ%`•h‘«ˆÿÿpgDf˜h‘«ˆÿÿ%`•«ˆÿÿtgDf˜«ˆÿÿ%`•€sˆÿÿxgDf˜€sˆÿÿ%`•hsˆÿÿ|gDf˜hsˆÿÿ%`•Ђsˆÿÿ€gDf˜Ð‚sˆÿÿ%`•8„sˆÿÿ„gDf˜8„sˆÿÿ%`• …sˆÿÿˆgDf˜ …sˆÿÿ%`•‡sˆÿÿŒgDf˜‡sˆÿÿ%`•pˆsˆÿÿgDf˜pˆsˆÿÿ%`•؉sˆÿÿ”gDf˜Ø‰sˆÿÿ%`•@‹sˆÿÿ˜gDf˜@‹sˆÿÿ%`•¨ŒsˆÿÿœgDf˜¨Œsˆÿÿ%`•Žsˆÿÿ gDf˜Žsˆÿÿ%`• ‰ ˆÿÿ¤gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ¨gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ¬gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ°gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ´gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ¸gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ¼gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿÀgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿÄgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿÈgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿÌgDf˜.‰ ˆÿÿ%`•Àº ˆÿÿÐgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿÔgDf˜hÁº ˆÿÿ%`•к ˆÿÿØgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿÜgDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿàgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿägDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿègDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿìgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿðgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿôgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿøgDf˜κ ˆÿÿ%`•œ ˆÿÿügDf˜œ ˆÿÿ%`•hœ ˆÿÿgDf˜hœ ˆÿÿ%`•М ˆÿÿgDf˜Ðœ ˆÿÿ%`•8œ ˆÿÿgDf˜8œ ˆÿÿ%`• œ ˆÿÿ gDf˜ œ ˆÿÿ%`•œ ˆÿÿgDf˜œ ˆÿÿ%`•pœ ˆÿÿgDf˜pœ ˆÿÿ%`•Øœ ˆÿÿgDf˜Øœ ˆÿÿ%`•@œ ˆÿÿgDf˜@œ ˆÿÿ%`•¨œ ˆÿÿ gDf˜¨œ ˆÿÿ%`•œ ˆÿÿ$gDf˜œ ˆÿÿ%`•pYˆÿÿ(gDf˜pYˆÿÿ%`•hqYˆÿÿ,gDf˜hqYˆÿÿ%`•ÐrYˆÿÿ0gDf˜ÐrYˆÿÿ%`•8tYˆÿÿ4gDf˜8tYˆÿÿ%`• uYˆÿÿ8gDf˜ uYˆÿÿ%`•wYˆÿÿ<gDf˜wYˆÿÿ%`•pxYˆÿÿ@gDf˜pxYˆÿÿ%`•ØyYˆÿÿDgDf˜ØyYˆÿÿ%`•@{YˆÿÿHgDf˜@{Yˆÿÿ%`•¨|YˆÿÿLgDf˜¨|Yˆÿÿ%`•~YˆÿÿPgDf˜~Yˆÿÿ%`•0Ü ˆÿÿTgDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿXgDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ\gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ`gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿdgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿhgDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿlgDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿpgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿtgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿxgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ|gDf˜>Ü ˆÿÿ%`•àˆÿÿ€gDf˜àˆÿÿ%`•háˆÿÿ„gDf˜háˆÿÿ%`•ÐâˆÿÿˆgDf˜Ðâˆÿÿ%`•8äˆÿÿŒgDf˜8äˆÿÿ%`• åˆÿÿgDf˜ åˆÿÿ%`•çˆÿÿ”gDf˜çˆÿÿ%`•pèˆÿÿ˜gDf˜pèˆÿÿ%`•ØéˆÿÿœgDf˜Øéˆÿÿ%`•@ëˆÿÿ gDf˜@ëˆÿÿ%`•¨ìˆÿÿ¤gDf˜¨ìˆÿÿ%`•îˆÿÿ¨gDf˜îˆÿÿ%`• …ˆÿÿ¬gDf˜ …ˆÿÿ%`•h!…ˆÿÿ°gDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ´gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ¸gDf˜8$…ˆÿÿ%`• %…ˆÿÿ¼gDf˜ %…ˆÿÿ%`•'…ˆÿÿÀgDf˜'…ˆÿÿ%`•p(…ˆÿÿÄgDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿÈgDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿÌgDf˜@+…ˆÿÿ%`•¨,…ˆÿÿÐgDf˜¨,…ˆÿÿ%`•.…ˆÿÿÔgDf˜.…ˆÿÿ%`•ž«ˆÿÿØgDf˜ž«ˆÿÿ%`•¨œ«ˆÿÿÜgDf˜¨œ«ˆÿÿ%`•@›«ˆÿÿàgDf˜@›«ˆÿÿ%`•Ø™«ˆÿÿägDf˜Ø™«ˆÿÿ%`•p˜«ˆÿÿègDf˜p˜«ˆÿÿ%`•—«ˆÿÿìgDf˜—«ˆÿÿ%`• •«ˆÿÿôgDf˜ •«ˆÿÿ%`• u– ˆÿÿøgDf˜ u– ˆÿÿ%`•8t– ˆÿÿügDf˜8t– ˆÿÿ%`•Ðr– ˆÿÿ gDf˜Ðr– ˆÿÿ%`•hq– ˆÿÿ gDf˜hq– ˆÿÿ%`•p– ˆÿÿ gDf˜p– ˆÿÿ%`•@Úˆÿÿ gDf˜@Úˆÿÿ%`•hAÚˆÿÿ gDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿ gDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿ gDf˜8DÚˆÿÿ%`• EÚˆÿÿ gDf˜ EÚˆÿÿ%`•GÚˆÿÿ gDf˜GÚˆÿÿ%`•pHÚˆÿÿ $gDf˜pHÚˆÿÿ%`•ØIÚˆÿÿ (gDf˜ØIÚˆÿÿ%`•@KÚˆÿÿ ,gDf˜@KÚˆÿÿ%`•¨LÚˆÿÿ 0gDf˜¨LÚˆÿÿ%`•NÚˆÿÿ 4gDf˜NÚˆÿÿ%`•~– ˆÿÿ 8gDf˜~– ˆÿÿ%`•¨|– ˆÿÿ <gDf˜¨|– ˆÿÿ%`•@{– ˆÿÿ @gDf˜@{– ˆÿÿ%`•Øy– ˆÿÿ DgDf˜Øy– ˆÿÿ%`•px– ˆÿÿ HgDf˜px– ˆÿÿ%`•w– ˆÿÿ LgDf˜w– ˆÿÿ%`•¨<™ˆÿÿ PgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ TgDf˜>™ˆÿÿ%`•«ˆÿÿ XgDf˜«ˆÿÿ%`•h‘«ˆÿÿ \gDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿ `gDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿ dgDf˜8”«ˆÿÿ%`•@+‰ ˆÿÿ hgDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ lgDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿ pgDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ tgDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ xgDf˜ %‰ ˆÿÿ%`•8$‰ ˆÿÿ |gDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿ €gDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿ „gDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ ˆgDf˜ ‰ ˆÿÿ%`• Èÿÿ ŒgDf˜ Èÿÿ%`•h!Èÿÿ gDf˜h!Èÿÿ%`•Ð"Èÿÿ ”gDf˜Ð"Èÿÿ%`•8$Èÿÿ ˜gDf˜8$Èÿÿ%`• %Èÿÿ œgDf˜ %Èÿÿ%`•'Èÿÿ  gDf˜'Èÿÿ%`•p(Èÿÿ ¤gDf˜p(Èÿÿ%`•Ø)Èÿÿ ¨gDf˜Ø)Èÿÿ%`•@+Èÿÿ ¬gDf˜@+Èÿÿ%`•¨,Èÿÿ °gDf˜¨,Èÿÿ%`•.Èÿÿ ´gDf˜.Èÿÿ%`•°¹ˆÿÿ ¸gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ ¼gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ ÀgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ ÄgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ ÈgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ ÌgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ ÐgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ ÔgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ ØgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ ÜgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ àgDf˜¾¹ˆÿÿ%`•Ð ˆÿÿ ägDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ ègDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ ìgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ ðgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ ôgDf˜ Õ ˆÿÿ%`•× ˆÿÿ øgDf˜× ˆÿÿ%`•pØ ˆÿÿ ügDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ!gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ!gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ!gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ! gDf˜Þ ˆÿÿ%`• åˆÿÿ!gDf˜ åˆÿÿ%`•h!åˆÿÿ!gDf˜h!åˆÿÿ%`•Ð"åˆÿÿ!gDf˜Ð"åˆÿÿ%`•8$åˆÿÿ!gDf˜8$åˆÿÿ%`• %åˆÿÿ! gDf˜ %åˆÿÿ%`•'åˆÿÿ!$gDf˜'åˆÿÿ%`•p(åˆÿÿ!(gDf˜p(åˆÿÿ%`•Ø)åˆÿÿ!,gDf˜Ø)åˆÿÿ%`•@+åˆÿÿ!0gDf˜@+åˆÿÿ%`•¨,åˆÿÿ!4gDf˜¨,åˆÿÿ%`•.åˆÿÿ!8gDf˜.åˆÿÿ%`•P¦ˆÿÿ!<gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ!@gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ!DgDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ!HgDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ!LgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ!PgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ!TgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ!XgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ!\gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ!`gDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ!dgDf˜^¦ˆÿÿ%`•.‰ ˆÿÿ!hgDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿ!lgDf˜¨,‰ ˆÿÿ%`•ØyYˆÿÿ!pgDf˜ØyYˆÿÿ%`•pxYˆÿÿ!tgDf˜pxYˆÿÿ%`•wYˆÿÿ!xgDf˜wYˆÿÿ%`• uYˆÿÿ!|gDf˜ uYˆÿÿ%`•8tYˆÿÿ!€gDf˜8tYˆÿÿ%`•ÐrYˆÿÿ!„gDf˜ÐrYˆÿÿ%`•hqYˆÿÿ!ˆgDf˜hqYˆÿÿ%`•pYˆÿÿ!ŒgDf˜pYˆÿÿ%`•ˆÿÿ!gDf˜ˆÿÿ%`•h‘ˆÿÿ!”gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ!˜gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ!œgDf˜8”ˆÿÿ%`• •ˆÿÿ! gDf˜ •ˆÿÿ%`•—ˆÿÿ!¤gDf˜—ˆÿÿ%`•p˜ˆÿÿ!¨gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ!¬gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ!°gDf˜@›ˆÿÿ%`•¨œˆÿÿ!´gDf˜¨œˆÿÿ%`•žˆÿÿ!¸gDf˜žˆÿÿ%`• ‚ ˆÿÿ!¼gDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ!ÀgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ!ÄgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ!ÈgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ!ÌgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ!ÐgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ!ÔgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ!ØgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ!ÜgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ!àgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ!ägDf˜®‚ ˆÿÿ%`•~Yˆÿÿ!ègDf˜~Yˆÿÿ%`•¨|Yˆÿÿ!ìgDf˜¨|Yˆÿÿ%`•@{Yˆÿÿ!ðgDf˜@{Yˆÿÿ%`•p(…ˆÿÿ!ôgDf˜p(…ˆÿÿ%`•'…ˆÿÿ!øgDf˜'…ˆÿÿ%`• %…ˆÿÿ!ügDf˜ %…ˆÿÿ%`•8$…ˆÿÿ"gDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿ"gDf˜Ð"…ˆÿÿ%`•h!…ˆÿÿ"gDf˜h!…ˆÿÿ%`• …ˆÿÿ" gDf˜ …ˆÿÿ%`•¿ˆÿÿ"gDf˜¿ˆÿÿ%`•h¿ˆÿÿ"gDf˜h¿ˆÿÿ%`•пˆÿÿ"gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ"gDf˜8¿ˆÿÿ%`• ¿ˆÿÿ" gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ"$gDf˜¿ˆÿÿ%`•p¿ˆÿÿ"(gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ",gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ"0gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ"4gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ"8gDf˜¿ˆÿÿ%`•%ˆÿÿ"<gDf˜%ˆÿÿ%`•h%ˆÿÿ"@gDf˜h%ˆÿÿ%`•Ð%ˆÿÿ"DgDf˜Ð%ˆÿÿ%`•8%ˆÿÿ"HgDf˜8%ˆÿÿ%`• %ˆÿÿ"LgDf˜ %ˆÿÿ%`•%ˆÿÿ"PgDf˜%ˆÿÿ%`•p%ˆÿÿ"TgDf˜p%ˆÿÿ%`•Ø%ˆÿÿ"XgDf˜Ø%ˆÿÿ%`•@%ˆÿÿ"\gDf˜@%ˆÿÿ%`•¨%ˆÿÿ"`gDf˜¨%ˆÿÿ%`•%ˆÿÿ"dgDf˜%ˆÿÿ%`•.…ˆÿÿ"hgDf˜.…ˆÿÿ%`•¨,…ˆÿÿ"lgDf˜¨,…ˆÿÿ%`•@+…ˆÿÿ"pgDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿ"tgDf˜Ø)…ˆÿÿ%`• •«ˆÿÿ"xgDf˜ •«ˆÿÿ%`•—«ˆÿÿ"|gDf˜—«ˆÿÿ%`•p˜«ˆÿÿ"€gDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿ"„gDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿ"ˆgDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ"ŒgDf˜¨œ«ˆÿÿ%`•ž«ˆÿÿ"gDf˜ž«ˆÿÿ%`•px– ˆÿÿ"”gDf˜px– ˆÿÿ%`•Øy– ˆÿÿ"˜gDf˜Øy– ˆÿÿ%`•@{– ˆÿÿ"œgDf˜@{– ˆÿÿ%`•¨|– ˆÿÿ" gDf˜¨|– ˆÿÿ%`•~– ˆÿÿ"¤gDf˜~– ˆÿÿ%`•p– ˆÿÿ"¨gDf˜p– ˆÿÿ%`•hq– ˆÿÿ"¬gDf˜hq– ˆÿÿ%`•Ðr– ˆÿÿ"°gDf˜Ðr– ˆÿÿ%`•8t– ˆÿÿ"´gDf˜8t– ˆÿÿ%`• u– ˆÿÿ"¸gDf˜ u– ˆÿÿ%`• Ëˆÿÿ"¼gDf˜ Ëˆÿÿ%`•h¡Ëˆÿÿ"ÀgDf˜h¡Ëˆÿÿ%`•Тˈÿÿ"ÄgDf˜Ð¢Ëˆÿÿ%`•8¤Ëˆÿÿ"ÈgDf˜8¤Ëˆÿÿ%`• ¥Ëˆÿÿ"ÌgDf˜ ¥Ëˆÿÿ%`•§Ëˆÿÿ"ÐgDf˜§Ëˆÿÿ%`•p¨Ëˆÿÿ"ÔgDf˜p¨Ëˆÿÿ%`•ةˈÿÿ"ØgDf˜Ø©Ëˆÿÿ%`•@«Ëˆÿÿ"ÜgDf˜@«Ëˆÿÿ%`•¨¬Ëˆÿÿ"àgDf˜¨¬Ëˆÿÿ%`•®Ëˆÿÿ"ägDf˜®Ëˆÿÿ%`•w– ˆÿÿ"ègDf˜w– ˆÿÿ%`•>™ˆÿÿ"ìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"ðgDf˜¨<™ˆÿÿ%`•8”«ˆÿÿ"ôgDf˜8”«ˆÿÿ%`•Ð’«ˆÿÿ"øgDf˜Ð’«ˆÿÿ%`•h‘«ˆÿÿ"ügDf˜h‘«ˆÿÿ%`•«ˆÿÿ#gDf˜«ˆÿÿ%`• ‰ ˆÿÿ#gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ#gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ# gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ#gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ#gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ#gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ#gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ# gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ#$gDf˜@+‰ ˆÿÿ%`• µ¹ˆÿÿ#(gDf˜ µ¹ˆÿÿ%`•8´¹ˆÿÿ#,gDf˜8´¹ˆÿÿ%`•в¹ˆÿÿ#0gDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿ#4gDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ#8gDf˜°¹ˆÿÿ%`•°Úˆÿÿ#<gDf˜°Úˆÿÿ%`•h±Úˆÿÿ#@gDf˜h±Úˆÿÿ%`•вÚˆÿÿ#DgDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ#HgDf˜8´Úˆÿÿ%`• µÚˆÿÿ#LgDf˜ µÚˆÿÿ%`•·Úˆÿÿ#PgDf˜·Úˆÿÿ%`•p¸Úˆÿÿ#TgDf˜p¸Úˆÿÿ%`•عÚˆÿÿ#XgDf˜Ø¹Úˆÿÿ%`•@»Úˆÿÿ#\gDf˜@»Úˆÿÿ%`•¨¼Úˆÿÿ#`gDf˜¨¼Úˆÿÿ%`•¾Úˆÿÿ#dgDf˜¾Úˆÿÿ%`•¾¹ˆÿÿ#hgDf˜¾¹ˆÿÿ%`•¨¼¹ˆÿÿ#lgDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿ#pgDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿ#tgDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿ#xgDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿ#|gDf˜·¹ˆÿÿ%`•8T¦ˆÿÿ#€gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ#„gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ#ˆgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ#ŒgDf˜P¦ˆÿÿ%`•Àˈÿÿ#gDf˜Àˈÿÿ%`•hÁˈÿÿ#”gDf˜hÁˈÿÿ%`•ÐÂˈÿÿ#˜gDf˜ÐÂˈÿÿ%`•8Äˈÿÿ#œgDf˜8Äˈÿÿ%`• Åˈÿÿ# gDf˜ Åˈÿÿ%`•Çˈÿÿ#¤gDf˜Çˈÿÿ%`•pÈˈÿÿ#¨gDf˜pÈˈÿÿ%`•ØÉˈÿÿ#¬gDf˜ØÉˈÿÿ%`•@Ëˈÿÿ#°gDf˜@Ëˈÿÿ%`•¨Ìˈÿÿ#´gDf˜¨Ìˈÿÿ%`•Îˈÿÿ#¸gDf˜Îˈÿÿ%`•€ ˆÿÿ#¼gDf˜€ ˆÿÿ%`•h ˆÿÿ#ÀgDf˜h ˆÿÿ%`•Ђ ˆÿÿ#ÄgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ#ÈgDf˜8„ ˆÿÿ%`• … ˆÿÿ#ÌgDf˜ … ˆÿÿ%`•‡ ˆÿÿ#ÐgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ#ÔgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ#ØgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ#ÜgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ#àgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ#ägDf˜Ž ˆÿÿ%`•^¦ˆÿÿ#ègDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿ#ìgDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ#ðgDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ#øgDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ#ügDf˜pX¦ˆÿÿ%`•W¦ˆÿÿ$gDf˜W¦ˆÿÿ%`• U¦ˆÿÿ$gDf˜ U¦ˆÿÿ%`•¨,‰ ˆÿÿ$gDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ$ gDf˜.‰ ˆÿÿ%`•pYˆÿÿ$gDf˜pYˆÿÿ%`•hqYˆÿÿ$gDf˜hqYˆÿÿ%`•ÐrYˆÿÿ$gDf˜ÐrYˆÿÿ%`•8tYˆÿÿ$gDf˜8tYˆÿÿ%`• uYˆÿÿ$ gDf˜ uYˆÿÿ%`•wYˆÿÿ$$gDf˜wYˆÿÿ%`•pxYˆÿÿ$(gDf˜pxYˆÿÿ%`•ØyYˆÿÿ$,gDf˜ØyYˆÿÿ%`•8¤‚ ˆÿÿ$0gDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ$4gDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ$8gDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ$<gDf˜ ‚ ˆÿÿ%`•ð ˆÿÿ$@gDf˜ð ˆÿÿ%`•hñ ˆÿÿ$DgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ$HgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ$LgDf˜8ô ˆÿÿ%`• õ ˆÿÿ$PgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ$TgDf˜÷ ˆÿÿ%`•pø ˆÿÿ$XgDf˜pø ˆÿÿ%`•Øù ˆÿÿ$\gDf˜Øù ˆÿÿ%`•@û ˆÿÿ$`gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ$dgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ$hgDf˜þ ˆÿÿ%`•®‚ ˆÿÿ$lgDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ$pgDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿ$tgDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿ$xgDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ$|gDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ$€gDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ$„gDf˜ ¥‚ ˆÿÿ%`•@{Yˆÿÿ$ˆgDf˜@{Yˆÿÿ%`•¨|Yˆÿÿ$ŒgDf˜¨|Yˆÿÿ%`•~Yˆÿÿ$gDf˜~Yˆÿÿ%`• …ˆÿÿ$”gDf˜ …ˆÿÿ%`•h!…ˆÿÿ$˜gDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ$œgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ$ gDf˜8$…ˆÿÿ%`• %…ˆÿÿ$¤gDf˜ %…ˆÿÿ%`•'…ˆÿÿ$¨gDf˜'…ˆÿÿ%`•p(…ˆÿÿ$¬gDf˜p(…ˆÿÿ%`•8%ˆÿÿ$°gDf˜8%ˆÿÿ%`•Ð%ˆÿÿ$´gDf˜Ð%ˆÿÿ%`•h%ˆÿÿ$¸gDf˜h%ˆÿÿ%`•%ˆÿÿ$¼gDf˜%ˆÿÿ%`•€½ˆÿÿ$ÀgDf˜€½ˆÿÿ%`•h½ˆÿÿ$ÄgDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ$ÈgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ$ÌgDf˜8„½ˆÿÿ%`• …½ˆÿÿ$ÐgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ$ÔgDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ$ØgDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ$ÜgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ$àgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ$ägDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ$ègDf˜޽ˆÿÿ%`•%ˆÿÿ$ìgDf˜%ˆÿÿ%`•¨%ˆÿÿ$ðgDf˜¨%ˆÿÿ%`•@%ˆÿÿ$ôgDf˜@%ˆÿÿ%`•Ø%ˆÿÿ$øgDf˜Ø%ˆÿÿ%`•p%ˆÿÿ$ügDf˜p%ˆÿÿ%`•%ˆÿÿ%gDf˜%ˆÿÿ%`• %ˆÿÿ%gDf˜ %ˆÿÿ%`•Ø)…ˆÿÿ%gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ% gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ%gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ%gDf˜.…ˆÿÿ%`•ž«ˆÿÿ%gDf˜ž«ˆÿÿ%`•¨œ«ˆÿÿ%gDf˜¨œ«ˆÿÿ%`•@›«ˆÿÿ% gDf˜@›«ˆÿÿ%`•Ø™«ˆÿÿ%$gDf˜Ø™«ˆÿÿ%`•p˜«ˆÿÿ%(gDf˜p˜«ˆÿÿ%`•—«ˆÿÿ%,gDf˜—«ˆÿÿ%`• •«ˆÿÿ%0gDf˜ •«ˆÿÿ%`• u– ˆÿÿ%4gDf˜ u– ˆÿÿ%`•8t– ˆÿÿ%8gDf˜8t– ˆÿÿ%`•Ðr– ˆÿÿ%<gDf˜Ðr– ˆÿÿ%`•hq– ˆÿÿ%@gDf˜hq– ˆÿÿ%`•p– ˆÿÿ%DgDf˜p– ˆÿÿ%`•~– ˆÿÿ%HgDf˜~– ˆÿÿ%`•w– ˆÿÿ%LgDf˜w– ˆÿÿ%`•¨|– ˆÿÿ%PgDf˜¨|– ˆÿÿ%`•@{– ˆÿÿ%TgDf˜@{– ˆÿÿ%`•Øy– ˆÿÿ%XgDf˜Øy– ˆÿÿ%`•px– ˆÿÿ%\gDf˜px– ˆÿÿ%`•¨<™ˆÿÿ%`gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ%dgDf˜>™ˆÿÿ%`•«ˆÿÿ%hgDf˜«ˆÿÿ%`•h‘«ˆÿÿ%lgDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿ%pgDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿ%tgDf˜8”«ˆÿÿ%`•@+‰ ˆÿÿ%xgDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ%|gDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿ%€gDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ%„gDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ%ˆgDf˜ %‰ ˆÿÿ%`•8$‰ ˆÿÿ%ŒgDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿ%gDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿ%”gDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ%˜gDf˜ ‰ ˆÿÿ%`•°¹ˆÿÿ%œgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ% gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ%¤gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ%¨gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ%¬gDf˜ µ¹ˆÿÿ%`•8´Úˆÿÿ%°gDf˜8´Úˆÿÿ%`•вÚˆÿÿ%´gDf˜Ð²Úˆÿÿ%`•h±Úˆÿÿ%¸gDf˜h±Úˆÿÿ%`•°Úˆÿÿ%¼gDf˜°Úˆÿÿ%`•  ˆÿÿ%ÀgDf˜  ˆÿÿ%`•h¡ ˆÿÿ%ÄgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ%ÈgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ%ÌgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ%ÐgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ%ÔgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ%ØgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ%ÜgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ%àgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ%ägDf˜¨¬ ˆÿÿ%`•® ˆÿÿ%ègDf˜® ˆÿÿ%`•¾Úˆÿÿ%ìgDf˜¾Úˆÿÿ%`•¨¼Úˆÿÿ%ðgDf˜¨¼Úˆÿÿ%`•@»Úˆÿÿ%ôgDf˜@»Úˆÿÿ%`•عÚˆÿÿ%øgDf˜Ø¹Úˆÿÿ%`•p¸Úˆÿÿ%ügDf˜p¸Úˆÿÿ%`•·Úˆÿÿ&gDf˜·Úˆÿÿ%`• µÚˆÿÿ&gDf˜ µÚˆÿÿ%`•·¹ˆÿÿ&gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ& gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ&gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ&gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ&gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ&gDf˜¾¹ˆÿÿ%`•P¦ˆÿÿ& gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ&$gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ&(gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ&,gDf˜8T¦ˆÿÿ%`•8„ ˆÿÿ&0gDf˜8„ ˆÿÿ%`•Ђ ˆÿÿ&4gDf˜Ð‚ ˆÿÿ%`•h ˆÿÿ&8gDf˜h ˆÿÿ%`•€ ˆÿÿ&<gDf˜€ ˆÿÿ%`•Ð#ˆÿÿ&@gDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿ&DgDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿ&HgDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿ&LgDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿ&PgDf˜ Õ#ˆÿÿ%`•×#ˆÿÿ&TgDf˜×#ˆÿÿ%`•pØ#ˆÿÿ&XgDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿ&\gDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿ&`gDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿ&dgDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿ&hgDf˜Þ#ˆÿÿ%`•Ž ˆÿÿ&lgDf˜Ž ˆÿÿ%`•¨Œ ˆÿÿ&pgDf˜¨Œ ˆÿÿ%`•@‹ ˆÿÿ&tgDf˜@‹ ˆÿÿ%`•؉ ˆÿÿ&xgDf˜Ø‰ ˆÿÿ%`•pˆ ˆÿÿ&|gDf˜pˆ ˆÿÿ%`•‡ ˆÿÿ&€gDf˜‡ ˆÿÿ%`• … ˆÿÿ&„gDf˜ … ˆÿÿ%`• U¦ˆÿÿ&ˆgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ&ŒgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ&gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ&”gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ&˜gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ&œgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ& gDf˜^¦ˆÿÿ%`•.‰ ˆÿÿ&¤gDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿ&¨gDf˜¨,‰ ˆÿÿ%`•ØyYˆÿÿ&¬gDf˜ØyYˆÿÿ%`•pxYˆÿÿ&°gDf˜pxYˆÿÿ%`•wYˆÿÿ&´gDf˜wYˆÿÿ%`• uYˆÿÿ&¸gDf˜ uYˆÿÿ%`•8tYˆÿÿ&¼gDf˜8tYˆÿÿ%`•ÐrYˆÿÿ&ÀgDf˜ÐrYˆÿÿ%`•hqYˆÿÿ&ÄgDf˜hqYˆÿÿ%`•pYˆÿÿ&ÈgDf˜pYˆÿÿ%`•~Yˆÿÿ&ÌgDf˜~Yˆÿÿ%`•¨|Yˆÿÿ&ÐgDf˜¨|Yˆÿÿ%`•@{Yˆÿÿ&ÔgDf˜@{Yˆÿÿ%`•p(…ˆÿÿ&ØgDf˜p(…ˆÿÿ%`•'…ˆÿÿ&ÜgDf˜'…ˆÿÿ%`• %…ˆÿÿ&àgDf˜ %…ˆÿÿ%`•8$…ˆÿÿ&ägDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿ&ègDf˜Ð"…ˆÿÿ%`•h!…ˆÿÿ&ìgDf˜h!…ˆÿÿ%`• …ˆÿÿ&ðgDf˜ …ˆÿÿ%`•%ˆÿÿ&ôgDf˜%ˆÿÿ%`•h%ˆÿÿ&øgDf˜h%ˆÿÿ%`•Ð%ˆÿÿ&ügDf˜Ð%ˆÿÿ%`•8%ˆÿÿ'gDf˜8%ˆÿÿ%`•8„½ˆÿÿ'gDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿ'gDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿ' gDf˜h½ˆÿÿ%`•€½ˆÿÿ'gDf˜€½ˆÿÿ%`•@¬ ˆÿÿ'gDf˜@¬ ˆÿÿ%`•hA¬ ˆÿÿ'gDf˜hA¬ ˆÿÿ%`•ÐB¬ ˆÿÿ'gDf˜ÐB¬ ˆÿÿ%`•8D¬ ˆÿÿ' gDf˜8D¬ ˆÿÿ%`• E¬ ˆÿÿ'$gDf˜ E¬ ˆÿÿ%`•G¬ ˆÿÿ'(gDf˜G¬ ˆÿÿ%`•pH¬ ˆÿÿ',gDf˜pH¬ ˆÿÿ%`•ØI¬ ˆÿÿ'0gDf˜ØI¬ ˆÿÿ%`•@K¬ ˆÿÿ'4gDf˜@K¬ ˆÿÿ%`•¨L¬ ˆÿÿ'8gDf˜¨L¬ ˆÿÿ%`•N¬ ˆÿÿ'<gDf˜N¬ ˆÿÿ%`•€(ˆÿÿ'@gDf˜€(ˆÿÿ%`•h(ˆÿÿ'DgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ'HgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ'LgDf˜8„(ˆÿÿ%`• …(ˆÿÿ'PgDf˜ …(ˆÿÿ%`•‡(ˆÿÿ'TgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ'XgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ'\gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ'`gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ'dgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ'hgDf˜Ž(ˆÿÿ%`•޽ˆÿÿ'lgDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ'pgDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ'tgDf˜@‹½ˆÿÿ%`•؉½ˆÿÿ'xgDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ'|gDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ'€gDf˜‡½ˆÿÿ%`• …½ˆÿÿ'„gDf˜ …½ˆÿÿ%`• %ˆÿÿ'ˆgDf˜ %ˆÿÿ%`•%ˆÿÿ'ŒgDf˜%ˆÿÿ%`•p%ˆÿÿ'gDf˜p%ˆÿÿ%`•Ø%ˆÿÿ'”gDf˜Ø%ˆÿÿ%`•@%ˆÿÿ'˜gDf˜@%ˆÿÿ%`•¨%ˆÿÿ'œgDf˜¨%ˆÿÿ%`•%ˆÿÿ' gDf˜%ˆÿÿ%`•.…ˆÿÿ'¤gDf˜.…ˆÿÿ%`•¨,…ˆÿÿ'¨gDf˜¨,…ˆÿÿ%`•@+…ˆÿÿ'¬gDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿ'°gDf˜Ø)…ˆÿÿ%`• •«ˆÿÿ'´gDf˜ •«ˆÿÿ%`•—«ˆÿÿ'¸gDf˜—«ˆÿÿ%`•p˜«ˆÿÿ'¼gDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿ'ÀgDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿ'ÄgDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ'ÈgDf˜¨œ«ˆÿÿ%`•8”«ˆÿÿ'ÌgDf˜8”«ˆÿÿ%`•Ð’«ˆÿÿ'ÐgDf˜Ð’«ˆÿÿ%`•h‘«ˆÿÿ'ÔgDf˜h‘«ˆÿÿ%`•«ˆÿÿ'ØgDf˜«ˆÿÿ%`•ž«ˆÿÿ'ÜgDf˜ž«ˆÿÿ%`•>™ˆÿÿ'àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ'ägDf˜¨<™ˆÿÿ%`• ‰ ˆÿÿ'ègDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ'ìgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ'ðgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ'ôgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ'ügDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ(gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ(gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ(gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ( gDf˜@+‰ ˆÿÿ%`• µ¹ˆÿÿ(gDf˜ µ¹ˆÿÿ%`•8´¹ˆÿÿ(gDf˜8´¹ˆÿÿ%`•в¹ˆÿÿ(gDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿ(gDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ( gDf˜°¹ˆÿÿ%`•°Úˆÿÿ($gDf˜°Úˆÿÿ%`•h±Úˆÿÿ((gDf˜h±Úˆÿÿ%`•вÚˆÿÿ(,gDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ(0gDf˜8´Úˆÿÿ%`•8¤ ˆÿÿ(4gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ(8gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ(<gDf˜h¡ ˆÿÿ%`•  ˆÿÿ(@gDf˜  ˆÿÿ%`• Ëˆÿÿ(DgDf˜ Ëˆÿÿ%`•h¡Ëˆÿÿ(HgDf˜h¡Ëˆÿÿ%`•Тˈÿÿ(LgDf˜Ð¢Ëˆÿÿ%`•8¤Ëˆÿÿ(PgDf˜8¤Ëˆÿÿ%`• ¥Ëˆÿÿ(TgDf˜ ¥Ëˆÿÿ%`•§Ëˆÿÿ(XgDf˜§Ëˆÿÿ%`•p¨Ëˆÿÿ(\gDf˜p¨Ëˆÿÿ%`•ةˈÿÿ(`gDf˜Ø©Ëˆÿÿ%`•@«Ëˆÿÿ(dgDf˜@«Ëˆÿÿ%`•¨¬Ëˆÿÿ(hgDf˜¨¬Ëˆÿÿ%`•®Ëˆÿÿ(lgDf˜®Ëˆÿÿ%`•® ˆÿÿ(pgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ(tgDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ(xgDf˜@« ˆÿÿ%`•Ø© ˆÿÿ(|gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ(€gDf˜p¨ ˆÿÿ%`•§ ˆÿÿ(„gDf˜§ ˆÿÿ%`• ¥ ˆÿÿ(ˆgDf˜ ¥ ˆÿÿ%`• µÚˆÿÿ(ŒgDf˜ µÚˆÿÿ%`•·Úˆÿÿ(gDf˜·Úˆÿÿ%`•p¸Úˆÿÿ(”gDf˜p¸Úˆÿÿ%`•عÚˆÿÿ(˜gDf˜Ø¹Úˆÿÿ%`•@»Úˆÿÿ(œgDf˜@»Úˆÿÿ%`•¨¼Úˆÿÿ( gDf˜¨¼Úˆÿÿ%`•¾Úˆÿÿ(¤gDf˜¾Úˆÿÿ%`•¾¹ˆÿÿ(¨gDf˜¾¹ˆÿÿ%`•¨¼¹ˆÿÿ(¬gDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿ(°gDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿ(´gDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿ(¸gDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿ(¼gDf˜·¹ˆÿÿ%`•8T¦ˆÿÿ(ÀgDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ(ÄgDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ(ÈgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ(ÌgDf˜P¦ˆÿÿ%`•^¦ˆÿÿ(ÐgDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿ(ÔgDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ(ØgDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ(ÜgDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ(àgDf˜pX¦ˆÿÿ%`•W¦ˆÿÿ(ägDf˜W¦ˆÿÿ%`• U¦ˆÿÿ(ègDf˜ U¦ˆÿÿ%`•¨,‰ ˆÿÿ(ìgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ(ðgDf˜.‰ ˆÿÿ%`•~Yˆÿÿ(ôgDf˜~Yˆÿÿ%`•pYˆÿÿ(øgDf˜pYˆÿÿ%`•hqYˆÿÿ(ügDf˜hqYˆÿÿ%`•ÐrYˆÿÿ)gDf˜ÐrYˆÿÿ%`•8tYˆÿÿ)gDf˜8tYˆÿÿ%`• uYˆÿÿ)gDf˜ uYˆÿÿ%`•wYˆÿÿ) gDf˜wYˆÿÿ%`•pxYˆÿÿ)gDf˜pxYˆÿÿ%`•ØyYˆÿÿ)gDf˜ØyYˆÿÿ%`•ˆÿÿ)gDf˜ˆÿÿ%`•h‘ˆÿÿ)gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ) gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ)$gDf˜8”ˆÿÿ%`• •ˆÿÿ)(gDf˜ •ˆÿÿ%`•—ˆÿÿ),gDf˜—ˆÿÿ%`•p˜ˆÿÿ)0gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ)4gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ)8gDf˜@›ˆÿÿ%`•¨œˆÿÿ)<gDf˜¨œˆÿÿ%`•žˆÿÿ)@gDf˜žˆÿÿ%`•À ˆÿÿ)DgDf˜À ˆÿÿ%`•hÁ ˆÿÿ)HgDf˜hÁ ˆÿÿ%`•Рˆÿÿ)LgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ)PgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ)TgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ)XgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ)\gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ)`gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ)dgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ)hgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ)lgDf˜Î ˆÿÿ%`•@{Yˆÿÿ)pgDf˜@{Yˆÿÿ%`•¨|Yˆÿÿ)tgDf˜¨|Yˆÿÿ%`• …ˆÿÿ)xgDf˜ …ˆÿÿ%`•h!…ˆÿÿ)|gDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ)€gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ)„gDf˜8$…ˆÿÿ%`• %…ˆÿÿ)ˆgDf˜ %…ˆÿÿ%`•'…ˆÿÿ)ŒgDf˜'…ˆÿÿ%`•p(…ˆÿÿ)gDf˜p(…ˆÿÿ%`•8%ˆÿÿ)”gDf˜8%ˆÿÿ%`•Ð%ˆÿÿ)˜gDf˜Ð%ˆÿÿ%`•h%ˆÿÿ)œgDf˜h%ˆÿÿ%`•%ˆÿÿ) gDf˜%ˆÿÿ%`•€½ˆÿÿ)¤gDf˜€½ˆÿÿ%`•h½ˆÿÿ)¨gDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ)¬gDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ)°gDf˜8„½ˆÿÿ%`•8„(ˆÿÿ)´gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ)¸gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ)¼gDf˜h(ˆÿÿ%`•€(ˆÿÿ)ÀgDf˜€(ˆÿÿ%`•ð ˆÿÿ)ÄgDf˜ð ˆÿÿ%`•hñ ˆÿÿ)ÈgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ)ÌgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ)ÐgDf˜8ô ˆÿÿ%`• õ ˆÿÿ)ÔgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ)ØgDf˜÷ ˆÿÿ%`•pø ˆÿÿ)ÜgDf˜pø ˆÿÿ%`•Øù ˆÿÿ)àgDf˜Øù ˆÿÿ%`•@û ˆÿÿ)ägDf˜@û ˆÿÿ%`•¨ü ˆÿÿ)ègDf˜¨ü ˆÿÿ%`•þ ˆÿÿ)ìgDf˜þ ˆÿÿ%`•Ž(ˆÿÿ)ðgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ)ôgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ)øgDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ)ügDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ*gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ*gDf˜‡(ˆÿÿ%`• …(ˆÿÿ*gDf˜ …(ˆÿÿ%`• …½ˆÿÿ* gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ*gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ*gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ*gDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ*gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ* gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ*$gDf˜޽ˆÿÿ%`•%ˆÿÿ*(gDf˜%ˆÿÿ%`•¨%ˆÿÿ*,gDf˜¨%ˆÿÿ%`•@%ˆÿÿ*0gDf˜@%ˆÿÿ%`•Ø%ˆÿÿ*4gDf˜Ø%ˆÿÿ%`•p%ˆÿÿ*8gDf˜p%ˆÿÿ%`•%ˆÿÿ*<gDf˜%ˆÿÿ%`• %ˆÿÿ*@gDf˜ %ˆÿÿ%`•Ø)…ˆÿÿ*DgDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ*HgDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ*LgDf˜¨,…ˆÿÿ%`•.…ˆÿÿ*PgDf˜.…ˆÿÿ%`•¨<™ˆÿÿ*TgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*XgDf˜>™ˆÿÿ%`•@+‰ ˆÿÿ*\gDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ*`gDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿ*dgDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ*hgDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ*lgDf˜ %‰ ˆÿÿ%`•8$‰ ˆÿÿ*pgDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿ*tgDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿ*xgDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ*|gDf˜ ‰ ˆÿÿ%`•°¹ˆÿÿ*€gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ*„gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ*ˆgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ*ŒgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ*gDf˜ µ¹ˆÿÿ%`•8´Úˆÿÿ*”gDf˜8´Úˆÿÿ%`•вÚˆÿÿ*˜gDf˜Ð²Úˆÿÿ%`•h±Úˆÿÿ*œgDf˜h±Úˆÿÿ%`•°Úˆÿÿ* gDf˜°Úˆÿÿ%`•  ˆÿÿ*¤gDf˜  ˆÿÿ%`•h¡ ˆÿÿ*¨gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ*¬gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ*°gDf˜8¤ ˆÿÿ%`•8¤Ëˆÿÿ*´gDf˜8¤Ëˆÿÿ%`•Тˈÿÿ*¸gDf˜Ð¢Ëˆÿÿ%`•h¡Ëˆÿÿ*¼gDf˜h¡Ëˆÿÿ%`• Ëˆÿÿ*ÀgDf˜ Ëˆÿÿ%`•p– ˆÿÿ*ÄgDf˜p– ˆÿÿ%`•hq– ˆÿÿ*ÈgDf˜hq– ˆÿÿ%`•Ðr– ˆÿÿ*ÌgDf˜Ðr– ˆÿÿ%`•8t– ˆÿÿ*ÐgDf˜8t– ˆÿÿ%`• u– ˆÿÿ*ÔgDf˜ u– ˆÿÿ%`•w– ˆÿÿ*ØgDf˜w– ˆÿÿ%`•px– ˆÿÿ*ÜgDf˜px– ˆÿÿ%`•Øy– ˆÿÿ*àgDf˜Øy– ˆÿÿ%`•@{– ˆÿÿ*ägDf˜@{– ˆÿÿ%`•¨|– ˆÿÿ*ègDf˜¨|– ˆÿÿ%`•~– ˆÿÿ*ìgDf˜~– ˆÿÿ%`•®Ëˆÿÿ*ðgDf˜®Ëˆÿÿ%`•¨¬Ëˆÿÿ*ôgDf˜¨¬Ëˆÿÿ%`•@«Ëˆÿÿ*øgDf˜@«Ëˆÿÿ%`•ةˈÿÿ*ügDf˜Ø©Ëˆÿÿ%`•p¨Ëˆÿÿ+gDf˜p¨Ëˆÿÿ%`•§Ëˆÿÿ+gDf˜§Ëˆÿÿ%`• ¥Ëˆÿÿ+gDf˜ ¥Ëˆÿÿ%`• ¥ ˆÿÿ+ gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ+gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ+gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ+gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ+gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ+ gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ+$gDf˜® ˆÿÿ%`•¾Úˆÿÿ+(gDf˜¾Úˆÿÿ%`•¨¼Úˆÿÿ+,gDf˜¨¼Úˆÿÿ%`•@»Úˆÿÿ+0gDf˜@»Úˆÿÿ%`•عÚˆÿÿ+4gDf˜Ø¹Úˆÿÿ%`•p¸Úˆÿÿ+8gDf˜p¸Úˆÿÿ%`•·Úˆÿÿ+<gDf˜·Úˆÿÿ%`• µÚˆÿÿ+@gDf˜ µÚˆÿÿ%`•·¹ˆÿÿ+DgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ+HgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ+LgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ+PgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ+TgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ+XgDf˜¾¹ˆÿÿ%`•.‰ ˆÿÿ+\gDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿ+`gDf˜¨,‰ ˆÿÿ%`•ØyYˆÿÿ+dgDf˜ØyYˆÿÿ%`•pxYˆÿÿ+hgDf˜pxYˆÿÿ%`•wYˆÿÿ+lgDf˜wYˆÿÿ%`• uYˆÿÿ+pgDf˜ uYˆÿÿ%`•8tYˆÿÿ+tgDf˜8tYˆÿÿ%`•ÐrYˆÿÿ+xgDf˜ÐrYˆÿÿ%`•hqYˆÿÿ+|gDf˜hqYˆÿÿ%`•pYˆÿÿ+€gDf˜pYˆÿÿ%`•~Yˆÿÿ+„gDf˜~Yˆÿÿ%`•8Ä ˆÿÿ+ˆgDf˜8Ä ˆÿÿ%`•Рˆÿÿ+ŒgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+gDf˜'ˆÿÿ%`•¨Ì ˆÿÿgDf˜¨Ì ˆÿÿ%`•Рˆÿÿƒ0gDf˜Ð ˆÿÿ%`•ØÉ ˆÿÿ7ègDf˜ØÉ ˆÿÿ%`•Î ˆÿÿ`ÈgDf˜Î ˆÿÿ%`•@Ë ˆÿÿgDf˜@Ë ˆÿÿ%`•8Ä ˆÿÿ gDf˜8Ä ˆÿÿ%`• Å ˆÿÿƒ,gDf˜ Å ˆÿÿ%`•hÁ ˆÿÿƒ<gDf˜hÁ ˆÿÿ%`•Ç ˆÿÿÑdgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿgDf˜pÈ ˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•À ˆÿÿìlgDf˜À ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ+”gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ+˜dgDf˜¨<™ˆÿÿ%`•À ˆÿÿ,œgDf˜À ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,œgDf˜'ˆÿÿ%`•À ˆÿÿ, ügDf˜À ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-œgDf˜'ˆÿÿ%`•À ˆÿÿ- ügDf˜À ˆÿÿ%`•hÁ ˆÿÿ/œgDf˜hÁ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/¸gDf˜'ˆÿÿ%`•hÁ ˆÿÿ/¼DgDf˜hÁ ˆÿÿ%`•À ˆÿÿ0ügDf˜À ˆÿÿ%`•Рˆÿÿ2ügDf˜Ð ˆÿÿ%`• Å ˆÿÿ3ügDf˜ Å ˆÿÿ%`•Ç ˆÿÿ4gDf˜Ç ˆÿÿ%`•@Ë ˆÿÿ4ügDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ6ügDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ8gDf˜pÈ ˆÿÿ%`•8Ä ˆÿÿ8gDf˜8Ä ˆÿÿ%`•¨Ì ˆÿÿ8 DgDf˜¨Ì ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9PgDf˜'ˆÿÿ%`•ØÉ ˆÿÿ{°gDf˜ØÉ ˆÿÿ%`•¨Ì ˆÿÿgDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ gDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿzL gDf˜¨Ì ˆÿÿ%`•ØÉ ˆÿÿ{gDf˜ØÉ ˆÿÿ%`•ØÉ ˆÿÿ gDf˜ØÉ ˆÿÿ%`•ØÉ ˆÿÿ/øgDf˜ØÉ ˆÿÿ%`•ØÉ ˆÿÿ gDf˜ØÉ ˆÿÿ%`•ØÉ ˆÿÿgDf˜ØÉ ˆÿÿ%`•¨Ì ˆÿÿ~gDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ gDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ{tgDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ gDf˜¨Ì ˆÿÿ%`•ØÉ ˆÿÿƒ4gDf˜ØÉ ˆÿÿ%`•¨Ì ˆÿÿ!gDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ gDf˜¨Ì ˆÿÿ%`•¨Ì ˆÿÿ9TgDf˜¨Ì ˆÿÿ%`•ØÉ ˆÿÿ9XügDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ;THgDf˜pÈ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;œgDf˜'ˆÿÿ%`•pÈ ˆÿÿ; gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;¤gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;¨gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;¬gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;°gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;´gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;¸gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;¼gDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;ÀgDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;ÄgDf˜pÈ ˆÿÿ%`•pÈ ˆÿÿ;ÈgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ;ÌgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ;ÐgDf˜@Ë ˆÿÿ%`•8Ä ˆÿÿ;ÔgDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿ;ØgDf˜8Ä ˆÿÿ%`•@Ë ˆÿÿ;ÜgDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ;àgDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ;ägDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ;ègDf˜Ç ˆÿÿ%`•À ˆÿÿ;ìgDf˜À ˆÿÿ%`•Рˆÿÿ;ðgDf˜Ð ˆÿÿ%`• Å ˆÿÿ;ôgDf˜ Å ˆÿÿ%`•¨Ì ˆÿÿ;øgDf˜¨Ì ˆÿÿ%`•hÁ ˆÿÿ;ügDf˜hÁ ˆÿÿ%`•Î ˆÿÿ<gDf˜Î ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`• #ˆÿÿ<gDf˜ #ˆÿÿ%`• #ˆÿÿ<gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ<gDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ<gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ< gDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ<$gDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ<(gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ<,gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ<0gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ<4gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ<8gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ<<gDf˜®#ˆÿÿ%`•>™ˆÿÿ<@gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ™ˆÿÿ<ÐgDf˜>™ˆÿÿ%`•pH ˆÿÿ<ÔgDf˜pH ˆÿÿ%`•G ˆÿÿ<ØgDf˜G ˆÿÿ%`• E ˆÿÿ<ÜgDf˜ E ˆÿÿ%`•8D ˆÿÿ<àgDf˜8D ˆÿÿ%`•ÐB ˆÿÿ<ägDf˜ÐB ˆÿÿ%`•hA ˆÿÿ<ègDf˜hA ˆÿÿ%`•@ ˆÿÿ<ìgDf˜@ ˆÿÿ%`•P–ˆÿÿ<ðgDf˜P–ˆÿÿ%`•hQ–ˆÿÿ<ôgDf˜hQ–ˆÿÿ%`•ÐR–ˆÿÿ<øgDf˜ÐR–ˆÿÿ%`•8T–ˆÿÿ<ügDf˜8T–ˆÿÿ%`• U–ˆÿÿ=gDf˜ U–ˆÿÿ%`•W–ˆÿÿ=gDf˜W–ˆÿÿ%`•pX–ˆÿÿ=gDf˜pX–ˆÿÿ%`•ØY–ˆÿÿ= gDf˜ØY–ˆÿÿ%`•@[–ˆÿÿ=gDf˜@[–ˆÿÿ%`•¨\–ˆÿÿ=gDf˜¨\–ˆÿÿ%`•^–ˆÿÿ=gDf˜^–ˆÿÿ%`•À ˆÿÿ=gDf˜À ˆÿÿ%`•hÁ ˆÿÿ= gDf˜hÁ ˆÿÿ%`•Рˆÿÿ=$gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ=(gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ=,gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ=0gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ=4gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ=8gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ=<gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ=@gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ=DgDf˜Î ˆÿÿ%`•®ˆÿÿ=HgDf˜®ˆÿÿ%`•h‘®ˆÿÿ=LgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ=PgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ=TgDf˜8”®ˆÿÿ%`• •®ˆÿÿ=XgDf˜ •®ˆÿÿ%`•—®ˆÿÿ=\gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ=`gDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ=dgDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ=hgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ=lgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ=pgDf˜ž®ˆÿÿ%`•`‡ˆÿÿ=tgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ=xgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ=|gDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ=€gDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ=„gDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ=ˆgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ=ŒgDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ=gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ=”gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ=˜gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ=œgDf˜n‡ˆÿÿ%`•ÐB ˆÿÿ= gDf˜ÐB ˆÿÿ%`•@ ˆÿÿ=¤gDf˜@ ˆÿÿ%`•hA ˆÿÿ=¨gDf˜hA ˆÿÿ%`•8D ˆÿÿ=¬gDf˜8D ˆÿÿ%`• E ˆÿÿ=°gDf˜ E ˆÿÿ%`•G ˆÿÿ=´gDf˜G ˆÿÿ%`•pH ˆÿÿ=¸gDf˜pH ˆÿÿ%`•N ˆÿÿ=¼gDf˜N ˆÿÿ%`•¨L ˆÿÿ=ÀgDf˜¨L ˆÿÿ%`•@K ˆÿÿ=ÄgDf˜@K ˆÿÿ%`•ØI ˆÿÿ=ÈgDf˜ØI ˆÿÿ%`•>™ˆÿÿ=ÌgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ=ÐgDf˜¨<™ˆÿÿ%`•Ðb‡ˆÿÿ=ÔgDf˜Ðb‡ˆÿÿ%`•ha‡ˆÿÿ=ØgDf˜ha‡ˆÿÿ%`•`‡ˆÿÿ=ÜgDf˜`‡ˆÿÿ%`•@‰ ˆÿÿ=àgDf˜@‰ ˆÿÿ%`•hA‰ ˆÿÿ=ägDf˜hA‰ ˆÿÿ%`•ÐB‰ ˆÿÿ=ègDf˜ÐB‰ ˆÿÿ%`•8D‰ ˆÿÿ=ìgDf˜8D‰ ˆÿÿ%`• E‰ ˆÿÿ=ðgDf˜ E‰ ˆÿÿ%`•G‰ ˆÿÿ=ôgDf˜G‰ ˆÿÿ%`•pH‰ ˆÿÿ=øgDf˜pH‰ ˆÿÿ%`•ØI‰ ˆÿÿ=ügDf˜ØI‰ ˆÿÿ%`•@K‰ ˆÿÿ>gDf˜@K‰ ˆÿÿ%`•¨L‰ ˆÿÿ>gDf˜¨L‰ ˆÿÿ%`•N‰ ˆÿÿ>gDf˜N‰ ˆÿÿ%`•à6ˆÿÿ> gDf˜à6ˆÿÿ%`•há6ˆÿÿ>gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ>gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ>gDf˜8ä6ˆÿÿ%`• å6ˆÿÿ>gDf˜ å6ˆÿÿ%`•ç6ˆÿÿ> gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ>$gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ>(gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ>,gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ>0gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ>4gDf˜î6ˆÿÿ%`•rˆÿÿ>8gDf˜rˆÿÿ%`•h‘rˆÿÿ><gDf˜h‘rˆÿÿ%`•Ð’rˆÿÿ>@gDf˜Ð’rˆÿÿ%`•8”rˆÿÿ>DgDf˜8”rˆÿÿ%`• •rˆÿÿ>HgDf˜ •rˆÿÿ%`•—rˆÿÿ>LgDf˜—rˆÿÿ%`•p˜rˆÿÿ>PgDf˜p˜rˆÿÿ%`•Ø™rˆÿÿ>TgDf˜Ø™rˆÿÿ%`•@›rˆÿÿ>XgDf˜@›rˆÿÿ%`•¨œrˆÿÿ>\gDf˜¨œrˆÿÿ%`•žrˆÿÿ>`gDf˜žrˆÿÿ%`•À­ˆÿÿ>dgDf˜À­ˆÿÿ%`•hÁ­ˆÿÿ>hgDf˜hÁ­ˆÿÿ%`•Эˆÿÿ>lgDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿ>pgDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿ>tgDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿ>xgDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ>|gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿ>€gDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿ>„gDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿ>ˆgDf˜¨Ì­ˆÿÿ%`•έˆÿÿ>ŒgDf˜έˆÿÿ%`• ^ˆÿÿ>gDf˜ ^ˆÿÿ%`•h!^ˆÿÿ>”gDf˜h!^ˆÿÿ%`•Ð"^ˆÿÿ>˜gDf˜Ð"^ˆÿÿ%`•8$^ˆÿÿ>œgDf˜8$^ˆÿÿ%`• %^ˆÿÿ> gDf˜ %^ˆÿÿ%`•'^ˆÿÿ>¤gDf˜'^ˆÿÿ%`•p(^ˆÿÿ>¨gDf˜p(^ˆÿÿ%`•Ø)^ˆÿÿ>¬gDf˜Ø)^ˆÿÿ%`•@+^ˆÿÿ>°gDf˜@+^ˆÿÿ%`•¨,^ˆÿÿ>´gDf˜¨,^ˆÿÿ%`•.^ˆÿÿ>¸gDf˜.^ˆÿÿ%`•`̈ÿÿ>¼gDf˜`̈ÿÿ%`•häÿÿ>ÀgDf˜häÿÿ%`•Ðb̈ÿÿ>ÄgDf˜Ðb̈ÿÿ%`•8d̈ÿÿ>ÈgDf˜8d̈ÿÿ%`• ëÿÿ>ÌgDf˜ ëÿÿ%`•g̈ÿÿ>ÐgDf˜g̈ÿÿ%`•pḧÿÿ>ÔgDf˜pḧÿÿ%`•Øïÿÿ>ØgDf˜Øïÿÿ%`•@k̈ÿÿ>ÜgDf˜@k̈ÿÿ%`•¨l̈ÿÿ>àgDf˜¨l̈ÿÿ%`•n̈ÿÿ>ägDf˜n̈ÿÿ%`•n‡ˆÿÿ>ègDf˜n‡ˆÿÿ%`•¨l‡ˆÿÿ>ìgDf˜¨l‡ˆÿÿ%`•@k‡ˆÿÿ>ðgDf˜@k‡ˆÿÿ%`•Øi‡ˆÿÿ>ôgDf˜Øi‡ˆÿÿ%`•ph‡ˆÿÿ>øgDf˜ph‡ˆÿÿ%`•g‡ˆÿÿ>ügDf˜g‡ˆÿÿ%`• e‡ˆÿÿ?gDf˜ e‡ˆÿÿ%`•8d‡ˆÿÿ?gDf˜8d‡ˆÿÿ%`•@ ˆÿÿ?gDf˜@ ˆÿÿ%`•ÐB ˆÿÿ? gDf˜ÐB ˆÿÿ%`•°Žˆÿÿ?gDf˜°Žˆÿÿ%`•h±Žˆÿÿ?gDf˜h±Žˆÿÿ%`•вŽˆÿÿ?gDf˜Ð²Žˆÿÿ%`•8´Žˆÿÿ?gDf˜8´Žˆÿÿ%`• µŽˆÿÿ? gDf˜ µŽˆÿÿ%`•·Žˆÿÿ?$gDf˜·Žˆÿÿ%`•p¸Žˆÿÿ?(gDf˜p¸Žˆÿÿ%`•عŽˆÿÿ?,gDf˜Ø¹Žˆÿÿ%`•@»Žˆÿÿ?0gDf˜@»Žˆÿÿ%`•¨¼Žˆÿÿ?4gDf˜¨¼Žˆÿÿ%`•¾Žˆÿÿ?8gDf˜¾Žˆÿÿ%`•8D ˆÿÿ?<gDf˜8D ˆÿÿ%`•hA ˆÿÿ?@gDf˜hA ˆÿÿ%`•  ˆÿÿ?DgDf˜  ˆÿÿ%`•h¡ ˆÿÿ?HgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ?LgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ?PgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ?TgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ?XgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ?\gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ?`gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ?dgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ?hgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ?lgDf˜® ˆÿÿ%`• E ˆÿÿ?pgDf˜ E ˆÿÿ%`•®ˆÿÿ?tgDf˜®ˆÿÿ%`•h‘®ˆÿÿ?xgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ?|gDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ?€gDf˜8”®ˆÿÿ%`• •®ˆÿÿ?„gDf˜ •®ˆÿÿ%`•—®ˆÿÿ?ˆgDf˜—®ˆÿÿ%`•p˜®ˆÿÿ?ŒgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ?gDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ?”gDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ?˜gDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ?œgDf˜ž®ˆÿÿ%`•ØI ˆÿÿ? gDf˜ØI ˆÿÿ%`•@K ˆÿÿ?¤gDf˜@K ˆÿÿ%`•¨L ˆÿÿ?¨gDf˜¨L ˆÿÿ%`•N ˆÿÿ?¬gDf˜N ˆÿÿ%`•pH ˆÿÿ?°gDf˜pH ˆÿÿ%`•G ˆÿÿ?´gDf˜G ˆÿÿ%`•¨<™ˆÿÿ?¸gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ?¼gDf˜>™ˆÿÿ%`•P–ˆÿÿ?ÀgDf˜P–ˆÿÿ%`•hQ–ˆÿÿ?ÄgDf˜hQ–ˆÿÿ%`•ÐR–ˆÿÿ?ÈgDf˜ÐR–ˆÿÿ%`•8T–ˆÿÿ?ÌgDf˜8T–ˆÿÿ%`• U–ˆÿÿ?ÐgDf˜ U–ˆÿÿ%`•W–ˆÿÿ?ÔgDf˜W–ˆÿÿ%`•pX–ˆÿÿ?ØgDf˜pX–ˆÿÿ%`•ØY–ˆÿÿ?ÜgDf˜ØY–ˆÿÿ%`•@[–ˆÿÿ?àgDf˜@[–ˆÿÿ%`•¨\–ˆÿÿ?ägDf˜¨\–ˆÿÿ%`•^–ˆÿÿ?ègDf˜^–ˆÿÿ%`•ha‡ˆÿÿ?ìgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ?ðgDf˜Ðb‡ˆÿÿ%`• ˜ˆÿÿ?ôgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ?øgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ?ügDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ@gDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ@gDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ@gDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ@ gDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ@gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ@gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ@gDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ@ gDf˜.˜ˆÿÿ%`•`‡ˆÿÿ@$gDf˜`‡ˆÿÿ%`•@‰ ˆÿÿ@(gDf˜@‰ ˆÿÿ%`•p ˆÿÿ@,gDf˜p ˆÿÿ%`•hq ˆÿÿ@0gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ@4gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ@8gDf˜8t ˆÿÿ%`• u ˆÿÿ@<gDf˜ u ˆÿÿ%`•w ˆÿÿ@@gDf˜w ˆÿÿ%`•px ˆÿÿ@DgDf˜px ˆÿÿ%`•Øy ˆÿÿ@HgDf˜Øy ˆÿÿ%`•@{ ˆÿÿ@LgDf˜@{ ˆÿÿ%`•¨| ˆÿÿ@PgDf˜¨| ˆÿÿ%`•~ ˆÿÿ@TgDf˜~ ˆÿÿ%`•N‰ ˆÿÿ@XgDf˜N‰ ˆÿÿ%`•¨L‰ ˆÿÿ@\gDf˜¨L‰ ˆÿÿ%`•@K‰ ˆÿÿ@`gDf˜@K‰ ˆÿÿ%`•ØI‰ ˆÿÿ@dgDf˜ØI‰ ˆÿÿ%`•pH‰ ˆÿÿ@hgDf˜pH‰ ˆÿÿ%`•G‰ ˆÿÿ@lgDf˜G‰ ˆÿÿ%`• E‰ ˆÿÿ@pgDf˜ E‰ ˆÿÿ%`•8D‰ ˆÿÿ@tgDf˜8D‰ ˆÿÿ%`•ÐB‰ ˆÿÿ@xgDf˜ÐB‰ ˆÿÿ%`•hA‰ ˆÿÿ@|gDf˜hA‰ ˆÿÿ%`•Ø™rˆÿÿ@€gDf˜Ø™rˆÿÿ%`•p˜rˆÿÿ@„gDf˜p˜rˆÿÿ%`•—rˆÿÿ@ˆgDf˜—rˆÿÿ%`• •rˆÿÿ@ŒgDf˜ •rˆÿÿ%`•8”rˆÿÿ@gDf˜8”rˆÿÿ%`•Ð’rˆÿÿ@”gDf˜Ð’rˆÿÿ%`•h‘rˆÿÿ@˜gDf˜h‘rˆÿÿ%`•rˆÿÿ@œgDf˜rˆÿÿ%`•p™ ˆÿÿ@ gDf˜p™ ˆÿÿ%`•hq™ ˆÿÿ@¤gDf˜hq™ ˆÿÿ%`•Ðr™ ˆÿÿ@¨gDf˜Ðr™ ˆÿÿ%`•8t™ ˆÿÿ@¬gDf˜8t™ ˆÿÿ%`• u™ ˆÿÿ@°gDf˜ u™ ˆÿÿ%`•w™ ˆÿÿ@´gDf˜w™ ˆÿÿ%`•px™ ˆÿÿ@¸gDf˜px™ ˆÿÿ%`•Øy™ ˆÿÿ@¼gDf˜Øy™ ˆÿÿ%`•@{™ ˆÿÿ@ÀgDf˜@{™ ˆÿÿ%`•¨|™ ˆÿÿ@ÄgDf˜¨|™ ˆÿÿ%`•~™ ˆÿÿ@ÈgDf˜~™ ˆÿÿ%`•ˆÿÿ@ÌgDf˜ˆÿÿ%`•hˆÿÿ@ÐgDf˜hˆÿÿ%`•Јÿÿ@ÔgDf˜Ðˆÿÿ%`•@ ˆÿÿ@ØügDf˜@ ˆÿÿ%`•¨ ˆÿÿBÔgDf˜¨ ˆÿÿ%`•g̈ÿÿ ØhgDf˜g̈ÿÿ%`•pḧÿÿÜügDf˜pḧÿÿ%`•@›rˆÿÿÌgDf˜@›rˆÿÿ%`•¨œrˆÿÿÐügDf˜¨œrˆÿÿ%`•žrˆÿÿÔügDf˜žrˆÿÿ%`•ˆÿÿ¤,gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•Ø ˆÿÿ}DgDf˜Ø ˆÿÿ%`• ˆÿÿ}LgDf˜ ˆÿÿ%`•pˆÿÿáìgDf˜pˆÿÿ%`•'ˆÿÿ @gDf˜'ˆÿÿ%`•¨l̈ÿÿ gDf˜¨l̈ÿÿ%`•@k̈ÿÿƒ4gDf˜@k̈ÿÿ%`•g̈ÿÿ gDf˜g̈ÿÿ%`•¨l̈ÿÿáðgDf˜¨l̈ÿÿ%`•pḧÿÿâgDf˜pḧÿÿ%`•pḧÿÿ gDf˜pḧÿÿ%`•pḧÿÿâ8gDf˜pḧÿÿ%`•pḧÿÿ gDf˜pḧÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•pYˆÿÿõ€gDf˜pYˆÿÿ%`•pxYˆÿÿö„gDf˜pxYˆÿÿ%`•8tYˆÿÿöДgDf˜8tYˆÿÿ%`•hqYˆÿÿ÷dügDf˜hqYˆÿÿ%`•ÐrYˆÿÿù`gDf˜ÐrYˆÿÿ%`• uYˆÿÿ gDf˜ uYˆÿÿ%`•wYˆÿÿ ügDf˜wYˆÿÿ%`•ØyYˆÿÿ ˜gDf˜ØyYˆÿÿ%`•@{Yˆÿÿ ¬ügDf˜@{Yˆÿÿ%`•¨|Yˆÿÿ¨\gDf˜¨|Yˆÿÿ%`•½ˆÿÿ gDf˜½ˆÿÿ%`•~Yˆÿÿo¸xgDf˜~Yˆÿÿ%`• ëÿÿƒ,gDf˜ ëÿÿ%`•pḧÿÿƒ8gDf˜pḧÿÿ%`•@k̈ÿÿgDf˜@k̈ÿÿ%`•ØïÿÿgDf˜Øïÿÿ%`•n̈ÿÿ‘gDf˜n̈ÿÿ%`•8d̈ÿÿ˜gDf˜8d̈ÿÿ%`•Ðb̈ÿÿ™ gDf˜Ðb̈ÿÿ%`•häÿÿ gDf˜häÿÿ%`•`̈ÿÿ¡gDf˜`̈ÿÿ%`•¨l̈ÿÿâHgDf˜¨l̈ÿÿ%`•g̈ÿÿâTLgDf˜g̈ÿÿ%`•½ˆÿÿ gDf˜½ˆÿÿ%`•½ˆÿÿ DgDf˜½ˆÿÿ%`•h½ˆÿÿ H”gDf˜h½ˆÿÿ%`•нˆÿÿ àügDf˜Ð½ˆÿÿ%`•8½ˆÿÿ ÜØgDf˜8½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•Ð[ ˆÿÿ¸(gDf˜Ð[ ˆÿÿ%`•h[ ˆÿÿä(gDf˜h[ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•h[ ˆÿÿLgDf˜h[ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•h[ ˆÿÿ`ügDf˜h[ ˆÿÿ%`•8[ ˆÿÿ\ˆgDf˜8[ ˆÿÿ%`•[ ˆÿÿè@gDf˜[ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•[ ˆÿÿ,ügDf˜[ ˆÿÿ%`•Ð[ ˆÿÿ(ÀgDf˜Ð[ ˆÿÿ%`•h[ ˆÿÿìügDf˜h[ ˆÿÿ%`•8[ ˆÿÿègDf˜8[ ˆÿÿ%`•8[ ˆÿÿìügDf˜8[ ˆÿÿ%`•h[ ˆÿÿègDf˜h[ ˆÿÿ%`•Ð[ ˆÿÿðügDf˜Ð[ ˆÿÿ%`•[ ˆÿÿìgDf˜[ ˆÿÿ%`•[ ˆÿÿðügDf˜[ ˆÿÿ%`•Ð[ ˆÿÿìgDf˜Ð[ ˆÿÿ%`•h[ ˆÿÿôügDf˜h[ ˆÿÿ%`•8[ ˆÿÿ!ðgDf˜8[ ˆÿÿ%`•8[ ˆÿÿ!ô¬gDf˜8[ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ" gDf˜'ˆÿÿ%`•8[ ˆÿÿzDgDf˜8[ ˆÿÿ%`•[ ˆÿÿ}ôgDf˜[ ˆÿÿ%`•h[ ˆÿÿ¸gDf˜h[ ˆÿÿ%`•h[ ˆÿÿ gDf˜h[ ˆÿÿ%`•h[ ˆÿÿz4gDf˜h[ ˆÿÿ%`•[ ˆÿÿzX(gDf˜[ ˆÿÿ%`•8[ ˆÿÿz” gDf˜8[ ˆÿÿ%`•Ð[ ˆÿÿÜgDf˜Ð[ ˆÿÿ%`• [ ˆÿÿã8ügDf˜ [ ˆÿÿ%`•[ ˆÿÿå4ügDf˜[ ˆÿÿ%`•p[ ˆÿÿç0ügDf˜p[ ˆÿÿ%`•Ø [ ˆÿÿé,gDf˜Ø [ ˆÿÿ%`•@ [ ˆÿÿê8PgDf˜@ [ ˆÿÿ%`•@ [ ˆÿÿ gDf˜@ [ ˆÿÿ%`•@ [ ˆÿÿ"¤gDf˜@ [ ˆÿÿ%`•Ø [ ˆÿÿ"¨ gDf˜Ø [ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ÈgDf˜'ˆÿÿ%`•Ø [ ˆÿÿ"Ì$gDf˜Ø [ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ðgDf˜'ˆÿÿ%`•Ø [ ˆÿÿ"ô$gDf˜Ø [ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#gDf˜'ˆÿÿ%`•Ø [ ˆÿÿ#gDf˜Ø [ ˆÿÿ%`•¨ [ ˆÿÿ# gDf˜¨ [ ˆÿÿ%`•[ ˆÿÿ#$gDf˜[ ˆÿÿ%`•h[ ˆÿÿ#(gDf˜h[ ˆÿÿ%`•[ ˆÿÿ#,gDf˜[ ˆÿÿ%`•8[ ˆÿÿ#0gDf˜8[ ˆÿÿ%`•Ð[ ˆÿÿ#4gDf˜Ð[ ˆÿÿ%`• [ ˆÿÿ#8gDf˜ [ ˆÿÿ%`•[ ˆÿÿ#<gDf˜[ ˆÿÿ%`•@ [ ˆÿÿ#@gDf˜@ [ ˆÿÿ%`•p[ ˆÿÿ#DgDf˜p[ ˆÿÿ%`•>™ˆÿÿ#HgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ#LgDf˜¨<™ˆÿÿ%`•Àˆÿÿ#PgDf˜Àˆÿÿ%`•hÁˆÿÿ#TgDf˜hÁˆÿÿ%`•Јÿÿ#XgDf˜Ðˆÿÿ%`•8Ĉÿÿ#\gDf˜8Ĉÿÿ%`• Åˆÿÿ#`gDf˜ Åˆÿÿ%`•Ljÿÿ#dgDf˜Çˆÿÿ%`•pȈÿÿ#hgDf˜pȈÿÿ%`•ØÉˆÿÿ#lgDf˜ØÉˆÿÿ%`•@ˈÿÿ#pgDf˜@ˈÿÿ%`•¨Ìˆÿÿ#tgDf˜¨Ìˆÿÿ%`•Έÿÿ#xgDf˜Îˆÿÿ%`• ˆÿÿ#|gDf˜ ˆÿÿ%`•h!ˆÿÿ#€gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ#„gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ#ˆgDf˜8$ˆÿÿ%`• %ˆÿÿ#ŒgDf˜ %ˆÿÿ%`•'ˆÿÿ#gDf˜'ˆÿÿ%`•p(ˆÿÿ#”gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ#˜gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ#œgDf˜@+ˆÿÿ%`•¨,ˆÿÿ# gDf˜¨,ˆÿÿ%`•.ˆÿÿ#¤gDf˜.ˆÿÿ%`•P¹ˆÿÿ#¨gDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ#¬gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ#°gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ#´gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ#¸gDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ#¼gDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ#ÀgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ#ÄgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ#ÈgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ#ÌgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ#ÐgDf˜^¹ˆÿÿ%`•`Oˆÿÿ#ÔgDf˜`Oˆÿÿ%`•haOˆÿÿ#ØgDf˜haOˆÿÿ%`•ÐbOˆÿÿ#ÜgDf˜ÐbOˆÿÿ%`•8dOˆÿÿ#àgDf˜8dOˆÿÿ%`• eOˆÿÿ#ägDf˜ eOˆÿÿ%`•gOˆÿÿ#ègDf˜gOˆÿÿ%`•phOˆÿÿ#ìgDf˜phOˆÿÿ%`•ØiOˆÿÿ#ðgDf˜ØiOˆÿÿ%`•@kOˆÿÿ#øgDf˜@kOˆÿÿ%`•¨lOˆÿÿ#ügDf˜¨lOˆÿÿ%`•nOˆÿÿ$gDf˜nOˆÿÿ%`• ˜ˆÿÿ$gDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ$gDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ$ gDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ$gDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ$gDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ$gDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ$gDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ$ gDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ$$gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ$(gDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ$,gDf˜.˜ˆÿÿ%`•€ ˆÿÿ$0gDf˜€ ˆÿÿ%`•h ˆÿÿ$4gDf˜h ˆÿÿ%`•Ђ ˆÿÿ$8gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ$<gDf˜8„ ˆÿÿ%`• … ˆÿÿ$@gDf˜ … ˆÿÿ%`•‡ ˆÿÿ$DgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ$HgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ$LgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ$PgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ$TgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ$XgDf˜Ž ˆÿÿ%`•[ˆÿÿ$\gDf˜[ˆÿÿ%`•h[ˆÿÿ$`gDf˜h[ˆÿÿ%`•Ð[ˆÿÿ$dgDf˜Ð[ˆÿÿ%`•8[ˆÿÿ$hgDf˜8[ˆÿÿ%`• [ˆÿÿ$lgDf˜ [ˆÿÿ%`•[ˆÿÿ$pgDf˜[ˆÿÿ%`•p[ˆÿÿ$tgDf˜p[ˆÿÿ%`•Ø[ˆÿÿ$xgDf˜Ø[ˆÿÿ%`•@[ˆÿÿ$|gDf˜@[ˆÿÿ%`•¨[ˆÿÿ$€gDf˜¨[ˆÿÿ%`•[ˆÿÿ$„gDf˜[ˆÿÿ%`•ÀÛ ˆÿÿ$ˆgDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ$ŒgDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ$gDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ$”gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ$˜gDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿ$œgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿ$ gDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿ$¤gDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ$¨gDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ$¬gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ$°gDf˜ÎÛ ˆÿÿ%`•@]ˆÿÿ$´gDf˜@]ˆÿÿ%`•hA]ˆÿÿ$¸gDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿ$¼gDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿ$ÀgDf˜8D]ˆÿÿ%`• E]ˆÿÿ$ÄgDf˜ E]ˆÿÿ%`•G]ˆÿÿ$ÈgDf˜G]ˆÿÿ%`•pH]ˆÿÿ$ÌgDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ$ÐgDf˜ØI]ˆÿÿ%`•@K]ˆÿÿ$ÔgDf˜@K]ˆÿÿ%`•¨L]ˆÿÿ$ØgDf˜¨L]ˆÿÿ%`•N]ˆÿÿ$ÜgDf˜N]ˆÿÿ%`•€ë ˆÿÿ$àgDf˜€ë ˆÿÿ%`•hë ˆÿÿ$ägDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ$ègDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ$ìgDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ$ðgDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ$ôgDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ$øgDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ$ügDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ%gDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ%gDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ%gDf˜Žë ˆÿÿ%`•Pˆÿÿ% gDf˜Pˆÿÿ%`•hQˆÿÿ%gDf˜hQˆÿÿ%`•ÐRˆÿÿ%gDf˜ÐRˆÿÿ%`•8Tˆÿÿ%gDf˜8Tˆÿÿ%`• Uˆÿÿ%gDf˜ Uˆÿÿ%`•Wˆÿÿ% gDf˜Wˆÿÿ%`•pXˆÿÿ%$gDf˜pXˆÿÿ%`•ØYˆÿÿ%(gDf˜ØYˆÿÿ%`•@[ˆÿÿ%,gDf˜@[ˆÿÿ%`•¨\ˆÿÿ%0gDf˜¨\ˆÿÿ%`•^ˆÿÿ%4gDf˜^ˆÿÿ%`•ˆÿÿ%8gDf˜ˆÿÿ%`•h‘ˆÿÿ%<gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ%@gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ%DgDf˜8”ˆÿÿ%`• •ˆÿÿ%HgDf˜ •ˆÿÿ%`•—ˆÿÿ%LgDf˜—ˆÿÿ%`•p˜ˆÿÿ%PgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ%TgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ%XgDf˜@›ˆÿÿ%`•¨œˆÿÿ%\gDf˜¨œˆÿÿ%`•žˆÿÿ%`gDf˜žˆÿÿ%`•pˆÿÿ%dgDf˜pˆÿÿ%`•hqˆÿÿ%hgDf˜hqˆÿÿ%`•Ðrˆÿÿ%lgDf˜Ðrˆÿÿ%`•8tˆÿÿ%pgDf˜8tˆÿÿ%`• uˆÿÿ%tgDf˜ uˆÿÿ%`•wˆÿÿ%xgDf˜wˆÿÿ%`•pxˆÿÿ%|gDf˜pxˆÿÿ%`•Øyˆÿÿ%€gDf˜Øyˆÿÿ%`•@{ˆÿÿ%„gDf˜@{ˆÿÿ%`•¨|ˆÿÿ%ˆgDf˜¨|ˆÿÿ%`•~ˆÿÿ%ŒgDf˜~ˆÿÿ%`•Јÿÿ%gDf˜Ðˆÿÿ%`•hшÿÿ%”gDf˜hшÿÿ%`•ÐÒˆÿÿ%˜gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ%œgDf˜8Ôˆÿÿ%`• Õˆÿÿ% gDf˜ Õˆÿÿ%`•׈ÿÿ%¤gDf˜×ˆÿÿ%`•p؈ÿÿ%¨gDf˜p؈ÿÿ%`•ØÙˆÿÿ%¬gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ%°gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ%´gDf˜¨Üˆÿÿ%`•Þˆÿÿ%¸gDf˜Þˆÿÿ%`•¨<™ˆÿÿ%¼gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ%ÀgDf˜>™ˆÿÿ%`•Ø)ˆÿÿ%ÄgDf˜Ø)ˆÿÿ%`•p(ˆÿÿ%ÈgDf˜p(ˆÿÿ%`•'ˆÿÿ%ÌgDf˜'ˆÿÿ%`• %ˆÿÿ%ÐgDf˜ %ˆÿÿ%`•8$ˆÿÿ%ÔgDf˜8$ˆÿÿ%`•Ð"ˆÿÿ%ØgDf˜Ð"ˆÿÿ%`•h!ˆÿÿ%ÜgDf˜h!ˆÿÿ%`• ˆÿÿ%àgDf˜ ˆÿÿ%`•pˆÿÿ%ägDf˜pˆÿÿ%`•hqˆÿÿ%ègDf˜hqˆÿÿ%`•Ðrˆÿÿ%ìgDf˜Ðrˆÿÿ%`•8tˆÿÿ%ðgDf˜8tˆÿÿ%`• uˆÿÿ%ôgDf˜ uˆÿÿ%`•wˆÿÿ%øgDf˜wˆÿÿ%`•pxˆÿÿ%ügDf˜pxˆÿÿ%`•Øyˆÿÿ&gDf˜Øyˆÿÿ%`•@{ˆÿÿ&gDf˜@{ˆÿÿ%`•¨|ˆÿÿ&gDf˜¨|ˆÿÿ%`•~ˆÿÿ& gDf˜~ˆÿÿ%`•ˆÿÿ&gDf˜ˆÿÿ%`•h‘ˆÿÿ&gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ&gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ&gDf˜8”ˆÿÿ%`• •ˆÿÿ& gDf˜ •ˆÿÿ%`•—ˆÿÿ&$gDf˜—ˆÿÿ%`•p˜ˆÿÿ&(gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ&,gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ&0gDf˜@›ˆÿÿ%`•¨œˆÿÿ&4gDf˜¨œˆÿÿ%`•žˆÿÿ&8gDf˜žˆÿÿ%`•.ˆÿÿ&<gDf˜.ˆÿÿ%`•¨,ˆÿÿ&@gDf˜¨,ˆÿÿ%`•@+ˆÿÿ&DgDf˜@+ˆÿÿ%`•p(˜ˆÿÿ&HgDf˜p(˜ˆÿÿ%`•'˜ˆÿÿ&LgDf˜'˜ˆÿÿ%`• %˜ˆÿÿ&PgDf˜ %˜ˆÿÿ%`•8$˜ˆÿÿ&TgDf˜8$˜ˆÿÿ%`•Ð"˜ˆÿÿ&XgDf˜Ð"˜ˆÿÿ%`•h!˜ˆÿÿ&\gDf˜h!˜ˆÿÿ%`• ˜ˆÿÿ&`gDf˜ ˜ˆÿÿ%`•°ˆÿÿ&dgDf˜°ˆÿÿ%`•h±ˆÿÿ&hgDf˜h±ˆÿÿ%`•вˆÿÿ&lgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ&pgDf˜8´ˆÿÿ%`• µˆÿÿ&tgDf˜ µˆÿÿ%`•·ˆÿÿ&xgDf˜·ˆÿÿ%`•p¸ˆÿÿ&|gDf˜p¸ˆÿÿ%`•عˆÿÿ&€gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ&„gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ&ˆgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ&ŒgDf˜¾ˆÿÿ%`•ðˆÿÿ&gDf˜ðˆÿÿ%`•hñˆÿÿ&”gDf˜hñˆÿÿ%`•Ðòˆÿÿ&˜gDf˜Ðòˆÿÿ%`•8ôˆÿÿ&œgDf˜8ôˆÿÿ%`• õˆÿÿ& gDf˜ õˆÿÿ%`•÷ˆÿÿ&¤gDf˜÷ˆÿÿ%`•pøˆÿÿ&¨gDf˜pøˆÿÿ%`•Øùˆÿÿ&¬gDf˜Øùˆÿÿ%`•@ûˆÿÿ&°gDf˜@ûˆÿÿ%`•¨üˆÿÿ&´gDf˜¨üˆÿÿ%`•þˆÿÿ&¸gDf˜þˆÿÿ%`•.˜ˆÿÿ&¼gDf˜.˜ˆÿÿ%`•¨,˜ˆÿÿ&ÀgDf˜¨,˜ˆÿÿ%`•@+˜ˆÿÿ&ÄgDf˜@+˜ˆÿÿ%`•Ø)˜ˆÿÿ&ÈgDf˜Ø)˜ˆÿÿ%`•ÇÛ ˆÿÿ&ÌgDf˜ÇÛ ˆÿÿ%`• ÅÛ ˆÿÿ&ÐgDf˜ ÅÛ ˆÿÿ%`•8ÄÛ ˆÿÿ&ÔgDf˜8ÄÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ&ØgDf˜ÐÂÛ ˆÿÿ%`•hÁÛ ˆÿÿ&ÜgDf˜hÁÛ ˆÿÿ%`•ÀÛ ˆÿÿ&àgDf˜ÀÛ ˆÿÿ%`•ðˆÿÿ&ägDf˜ðˆÿÿ%`•hñˆÿÿ&ègDf˜hñˆÿÿ%`•Ðòˆÿÿ&ìgDf˜Ðòˆÿÿ%`•8ôˆÿÿ&ðgDf˜8ôˆÿÿ%`• õˆÿÿ&ôgDf˜ õˆÿÿ%`•÷ˆÿÿ&øgDf˜÷ˆÿÿ%`•pøˆÿÿ&ügDf˜pøˆÿÿ%`•Øùˆÿÿ'gDf˜Øùˆÿÿ%`•@ûˆÿÿ'gDf˜@ûˆÿÿ%`•¨üˆÿÿ'gDf˜¨üˆÿÿ%`•þˆÿÿ' gDf˜þˆÿÿ%`• ˆÿÿ'gDf˜ ˆÿÿ%`•h!ˆÿÿ'gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ'gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ'gDf˜8$ˆÿÿ%`• %ˆÿÿ' gDf˜ %ˆÿÿ%`•'ˆÿÿ'$gDf˜'ˆÿÿ%`•p(ˆÿÿ'(gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ',gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ'0gDf˜@+ˆÿÿ%`•¨,ˆÿÿ'4gDf˜¨,ˆÿÿ%`•.ˆÿÿ'8gDf˜.ˆÿÿ%`•ÎÛ ˆÿÿ'<gDf˜ÎÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ'@gDf˜¨ÌÛ ˆÿÿ%`•@ËÛ ˆÿÿ'DgDf˜@ËÛ ˆÿÿ%`•ØÉÛ ˆÿÿ'HgDf˜ØÉÛ ˆÿÿ%`•pÈÛ ˆÿÿ'LgDf˜pÈÛ ˆÿÿ%`• Uˆÿÿ'PgDf˜ Uˆÿÿ%`•8Tˆÿÿ'TgDf˜8Tˆÿÿ%`•ÐRˆÿÿ'XgDf˜ÐRˆÿÿ%`•hQˆÿÿ'\gDf˜hQˆÿÿ%`•Pˆÿÿ'`gDf˜Pˆÿÿ%`•Qˆÿÿ'dgDf˜Qˆÿÿ%`•h‘Qˆÿÿ'hgDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ'lgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ'pgDf˜8”Qˆÿÿ%`• •Qˆÿÿ'tgDf˜ •Qˆÿÿ%`•—Qˆÿÿ'xgDf˜—Qˆÿÿ%`•p˜Qˆÿÿ'|gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ'€gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ'„gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ'ˆgDf˜¨œQˆÿÿ%`•žQˆÿÿ'ŒgDf˜žQˆÿÿ%`•@]ˆÿÿ'gDf˜@]ˆÿÿ%`•hA]ˆÿÿ'”gDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿ'˜gDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿ'œgDf˜8D]ˆÿÿ%`• E]ˆÿÿ' gDf˜ E]ˆÿÿ%`•G]ˆÿÿ'¤gDf˜G]ˆÿÿ%`•pH]ˆÿÿ'¨gDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ'¬gDf˜ØI]ˆÿÿ%`•@K]ˆÿÿ'°gDf˜@K]ˆÿÿ%`•¨L]ˆÿÿ'´gDf˜¨L]ˆÿÿ%`•N]ˆÿÿ'¸gDf˜N]ˆÿÿ%`•^ˆÿÿ'¼gDf˜^ˆÿÿ%`•¨\ˆÿÿ'ÀgDf˜¨\ˆÿÿ%`•@[ˆÿÿ'ÄgDf˜@[ˆÿÿ%`•ØYˆÿÿ'ÈgDf˜ØYˆÿÿ%`•pXˆÿÿ'ÌgDf˜pXˆÿÿ%`•Wˆÿÿ'ÐgDf˜Wˆÿÿ%`•8Ôˆÿÿ'ÔgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ'ØgDf˜ÐÒˆÿÿ%`•hшÿÿ'ÜgDf˜hшÿÿ%`•Јÿÿ'àgDf˜Ðˆÿÿ%`•à/ˆÿÿ'ägDf˜à/ˆÿÿ%`•há/ˆÿÿ'ègDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ'ìgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ'ðgDf˜8ä/ˆÿÿ%`• å/ˆÿÿ'ôgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ'ügDf˜ç/ˆÿÿ%`•pè/ˆÿÿ(gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ(gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ(gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ( gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ(gDf˜î/ˆÿÿ%`•Ðʈÿÿ(gDf˜Ðʈÿÿ%`•hÑʈÿÿ(gDf˜hÑʈÿÿ%`•ÐÒʈÿÿ(gDf˜ÐÒʈÿÿ%`•¨Üˆÿÿ( ügDf˜¨Üˆÿÿ%`•@Ûˆÿÿ*àgDf˜@Ûˆÿÿ%`•ØÙˆÿÿ,ügDf˜ØÙˆÿÿ%`•p؈ÿÿ-üügDf˜p؈ÿÿ%`•׈ÿÿ/øgDf˜×ˆÿÿ%`• Õˆÿÿ0ügDf˜ Õˆÿÿ%`•>™ˆÿÿ2ðgDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØÙʈÿÿgDf˜ØÙʈÿÿ%`•8ÔʈÿÿgDf˜8Ôʈÿÿ%`•pØÊˆÿÿgDf˜pØÊˆÿÿ%`•@Ûʈÿÿ  gDf˜@Ûʈÿÿ%`• Õʈÿÿz€gDf˜ Õʈÿÿ%`•¨Üʈÿÿ}xgDf˜¨Üʈÿÿ%`•Þʈÿÿ}ÜgDf˜Þʈÿÿ%`•×ʈÿÿê0gDf˜×ʈÿÿ%`•Þˆÿÿ누gDf˜Þˆÿÿ%`•'ˆÿÿ2ðgDf˜'ˆÿÿ%`•Þˆÿÿ gDf˜Þˆÿÿ%`•ÞˆÿÿgDf˜Þˆÿÿ%`•p؈ÿÿz<gDf˜p؈ÿÿ%`•@Ûˆÿÿzˆ gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ{4<gDf˜¨Üˆÿÿ%`• Õˆÿÿ{„ gDf˜ Õˆÿÿ%`•׈ÿÿ|ÔgDf˜×ˆÿÿ%`•ØÙˆÿÿ|ø$gDf˜ØÙˆÿÿ%`•Јÿÿ}`gDf˜Ðˆÿÿ%`•hшÿÿÔgDf˜hшÿÿ%`•ÐÒˆÿÿø gDf˜ÐÒˆÿÿ%`•8ÔˆÿÿáÈ$gDf˜8Ôˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•` ˆÿÿâPgDf˜` ˆÿÿ%`•ha ˆÿÿâ ˜gDf˜ha ˆÿÿ%`•Ðb ˆÿÿí8ügDf˜Ðb ˆÿÿ%`•8d ˆÿÿï4ügDf˜8d ˆÿÿ%`• e ˆÿÿñ0ügDf˜ e ˆÿÿ%`•g ˆÿÿó,ügDf˜g ˆÿÿ%`•ph ˆÿÿõ(gDf˜ph ˆÿÿ%`•Øi ˆÿÿõ@ügDf˜Øi ˆÿÿ%`•@k ˆÿÿ÷<ügDf˜@k ˆÿÿ%`•¨l ˆÿÿù8,gDf˜¨l ˆÿÿ%`•n ˆÿÿùl°gDf˜n ˆÿÿ%`•n ˆÿÿ gDf˜n ˆÿÿ%`•n ˆÿÿ2ôgDf˜n ˆÿÿ%`•¨l ˆÿÿ4ügDf˜¨l ˆÿÿ%`•@k ˆÿÿ6àgDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6ägDf˜'ˆÿÿ%`•@k ˆÿÿÿHgDf˜@k ˆÿÿ%`•8d ˆÿÿgDf˜8d ˆÿÿ%`•Ðb ˆÿÿ4 gDf˜Ðb ˆÿÿ%`•Ðb ˆÿÿ6ègDf˜Ðb ˆÿÿ%`•8d ˆÿÿ6ìgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6ügDf˜'ˆÿÿ%`•8d ˆÿÿ7gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7gDf˜'ˆÿÿ%`•8d ˆÿÿ7gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7,gDf˜'ˆÿÿ%`•8d ˆÿÿ70gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7DgDf˜'ˆÿÿ%`•8d ˆÿÿ7HgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7`gDf˜'ˆÿÿ%`•8d ˆÿÿ7d¤gDf˜8d ˆÿÿ%`•Ðb ˆÿÿ8 ØgDf˜Ðb ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8ägDf˜'ˆÿÿ%`•Ðb ˆÿÿ gDf˜Ðb ˆÿÿ%`•Ðb ˆÿÿz4gDf˜Ðb ˆÿÿ%`•8d ˆÿÿzXgDf˜8d ˆÿÿ%`•@k ˆÿÿzxgDf˜@k ˆÿÿ%`•@k ˆÿÿ8ègDf˜@k ˆÿÿ%`•8d ˆÿÿ8ìgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8ügDf˜'ˆÿÿ%`•8d ˆÿÿ9gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9gDf˜'ˆÿÿ%`•8d ˆÿÿ9gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9,gDf˜'ˆÿÿ%`•8d ˆÿÿ90gDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9DgDf˜'ˆÿÿ%`•8d ˆÿÿ9HgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9`gDf˜'ˆÿÿ%`•8d ˆÿÿ9dŒgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:ðgDf˜'ˆÿÿ%`•8d ˆÿÿzHgDf˜8d ˆÿÿ%`•@k ˆÿÿ{”gDf˜@k ˆÿÿ%`• e ˆÿÿ{´ gDf˜ e ˆÿÿ%`• e ˆÿÿ:ôgDf˜ e ˆÿÿ%`•@k ˆÿÿ:øgDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;gDf˜'ˆÿÿ%`•@k ˆÿÿ; gDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ; gDf˜'ˆÿÿ%`•@k ˆÿÿ;$gDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;8gDf˜'ˆÿÿ%`•@k ˆÿÿ;<gDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;PgDf˜'ˆÿÿ%`•@k ˆÿÿ;TgDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;lgDf˜'ˆÿÿ%`•@k ˆÿÿ;pœgDf˜@k ˆÿÿ%`•` ˆÿÿ<ÀgDf˜` ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<ÐgDf˜'ˆÿÿ%`•` ˆÿÿ|ÔgDf˜` ˆÿÿ%`•@k ˆÿÿ|øgDf˜@k ˆÿÿ%`•8d ˆÿÿ}ôgDf˜8d ˆÿÿ%`•8d ˆÿÿ<ÔgDf˜8d ˆÿÿ%`•@k ˆÿÿ<ØgDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<ìgDf˜'ˆÿÿ%`•@k ˆÿÿ<ð\gDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>LgDf˜'ˆÿÿ%`•@k ˆÿÿz4gDf˜@k ˆÿÿ%`•8d ˆÿÿzXgDf˜8d ˆÿÿ%`•` ˆÿÿzxøgDf˜` ˆÿÿ%`•` ˆÿÿ>PgDf˜` ˆÿÿ%`•8d ˆÿÿ>TgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>hgDf˜'ˆÿÿ%`•8d ˆÿÿ>ldgDf˜8d ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?ÐgDf˜'ˆÿÿ%`•8d ˆÿÿ{pgDf˜8d ˆÿÿ%`• e ˆÿÿ|ègDf˜ e ˆÿÿ%`•@k ˆÿÿ~ gDf˜@k ˆÿÿ%`•` ˆÿÿ~gDf˜` ˆÿÿ%`•` ˆÿÿ?ÔgDf˜` ˆÿÿ%`•@k ˆÿÿ?ØgDf˜@k ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?ìgDf˜'ˆÿÿ%`•@k ˆÿÿ?ðgDf˜@k ˆÿÿ%`•g ˆÿÿ?ôgDf˜g ˆÿÿ%`•Ðb ˆÿÿ?øgDf˜Ðb ˆÿÿ%`• e ˆÿÿ?ügDf˜ e ˆÿÿ%`•8d ˆÿÿ@gDf˜8d ˆÿÿ%`•` ˆÿÿ@gDf˜` ˆÿÿ%`•ha ˆÿÿ@gDf˜ha ˆÿÿ%`•ph ˆÿÿ@ gDf˜ph ˆÿÿ%`•Øi ˆÿÿ@gDf˜Øi ˆÿÿ%`•¨l ˆÿÿ@gDf˜¨l ˆÿÿ%`•n ˆÿÿ@gDf˜n ˆÿÿ%`•¨<™ˆÿÿ@ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@$gDf˜>™ˆÿÿ%`•ÀɈÿÿ@(gDf˜ÀɈÿÿ%`•hÁɈÿÿ@,gDf˜hÁɈÿÿ%`•ÐÂɈÿÿ@0gDf˜ÐÂɈÿÿ%`•8ÄɈÿÿ@4gDf˜8ÄɈÿÿ%`• ÅɈÿÿ@8gDf˜ ÅɈÿÿ%`•ÇɈÿÿ@<gDf˜ÇɈÿÿ%`•pÈɈÿÿ@@gDf˜pÈɈÿÿ%`•ØÉɈÿÿ@DgDf˜ØÉɈÿÿ%`•@ËɈÿÿ@HgDf˜@ËɈÿÿ%`•¨ÌɈÿÿ@LgDf˜¨ÌɈÿÿ%`•ÎɈÿÿ@PgDf˜ÎɈÿÿ%`•  ˆÿÿ@TgDf˜  ˆÿÿ%`•h! ˆÿÿ@XgDf˜h! ˆÿÿ%`•Ð" ˆÿÿ@\gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ@`gDf˜8$ ˆÿÿ%`• % ˆÿÿ@dgDf˜ % ˆÿÿ%`•' ˆÿÿ@hgDf˜' ˆÿÿ%`•p( ˆÿÿ@lgDf˜p( ˆÿÿ%`•Ø) ˆÿÿ@pgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿ@tgDf˜@+ ˆÿÿ%`•¨, ˆÿÿ@xgDf˜¨, ˆÿÿ%`•. ˆÿÿ@|gDf˜. ˆÿÿ%`•2 ˆÿÿ@€gDf˜2 ˆÿÿ%`•h2 ˆÿÿ@„gDf˜h2 ˆÿÿ%`•Ð2 ˆÿÿ@ˆgDf˜Ð2 ˆÿÿ%`•82 ˆÿÿ@ŒgDf˜82 ˆÿÿ%`• 2 ˆÿÿ@gDf˜ 2 ˆÿÿ%`•2 ˆÿÿ@”gDf˜2 ˆÿÿ%`•p2 ˆÿÿ@˜gDf˜p2 ˆÿÿ%`•Ø2 ˆÿÿ@œgDf˜Ø2 ˆÿÿ%`•@2 ˆÿÿ@ gDf˜@2 ˆÿÿ%`•¨2 ˆÿÿ@¤gDf˜¨2 ˆÿÿ%`•2 ˆÿÿ@¨gDf˜2 ˆÿÿ%`•pŸ ˆÿÿ@¬gDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ@°gDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿ@´gDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿ@¸gDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿ@¼gDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿ@ÀgDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿ@ÄgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿ@ÈgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿ@ÌgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿ@ÐgDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ@ÔgDf˜~Ÿ ˆÿÿ%`• 3ˆÿÿ@ØgDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ@ÜgDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ@àgDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ@ägDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ@ègDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ@ìgDf˜§3ˆÿÿ%`•p¨3ˆÿÿ@ðgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ@ôgDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ@øgDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ@ügDf˜¨¬3ˆÿÿ%`•®3ˆÿÿAgDf˜®3ˆÿÿ%`• BˆÿÿAgDf˜ Bˆÿÿ%`•h!BˆÿÿAgDf˜h!Bˆÿÿ%`•Ð"BˆÿÿA gDf˜Ð"Bˆÿÿ%`•8$BˆÿÿAgDf˜8$Bˆÿÿ%`• %BˆÿÿAgDf˜ %Bˆÿÿ%`•'BˆÿÿAgDf˜'Bˆÿÿ%`•p(BˆÿÿAgDf˜p(Bˆÿÿ%`•Ø)BˆÿÿA gDf˜Ø)Bˆÿÿ%`•@+BˆÿÿA$gDf˜@+Bˆÿÿ%`•¨,BˆÿÿA(gDf˜¨,Bˆÿÿ%`•.BˆÿÿA,gDf˜.Bˆÿÿ%`•GˆÿÿA0gDf˜Gˆÿÿ%`•hGˆÿÿA4gDf˜hGˆÿÿ%`•ÐGˆÿÿA8gDf˜ÐGˆÿÿ%`•8GˆÿÿA<gDf˜8Gˆÿÿ%`• GˆÿÿA@gDf˜ Gˆÿÿ%`•GˆÿÿADgDf˜Gˆÿÿ%`•pGˆÿÿAHgDf˜pGˆÿÿ%`•ØGˆÿÿALgDf˜ØGˆÿÿ%`•@GˆÿÿAPgDf˜@Gˆÿÿ%`•¨GˆÿÿATgDf˜¨Gˆÿÿ%`•GˆÿÿAXgDf˜Gˆÿÿ%`•€¹ˆÿÿA\gDf˜€¹ˆÿÿ%`•h¹ˆÿÿA`gDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿAdgDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿAhgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿAlgDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿApgDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿAtgDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿAxgDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿA|gDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿA€gDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿA„gDf˜޹ˆÿÿ%`•àŠˆÿÿAˆgDf˜àŠˆÿÿ%`•hኈÿÿAŒgDf˜hኈÿÿ%`•Ð⊈ÿÿAgDf˜Ð⊈ÿÿ%`•8䊈ÿÿA”gDf˜8䊈ÿÿ%`• åŠˆÿÿA˜gDf˜ åŠˆÿÿ%`•犈ÿÿAœgDf˜çŠˆÿÿ%`•p芈ÿÿA gDf˜p芈ÿÿ%`•ØéŠˆÿÿA¤gDf˜ØéŠˆÿÿ%`•@늈ÿÿA¨gDf˜@늈ÿÿ%`•¨ìŠˆÿÿA¬gDf˜¨ìŠˆÿÿ%`•ÿÿA°gDf˜îŠˆÿÿ%`•p£ˆÿÿA´gDf˜p£ˆÿÿ%`•hq£ˆÿÿA¸gDf˜hq£ˆÿÿ%`•Ðr£ˆÿÿA¼gDf˜Ðr£ˆÿÿ%`•8t£ˆÿÿAÀgDf˜8t£ˆÿÿ%`• u£ˆÿÿAÄgDf˜ u£ˆÿÿ%`•w£ˆÿÿAÈgDf˜w£ˆÿÿ%`•px£ˆÿÿAÌgDf˜px£ˆÿÿ%`•Øy£ˆÿÿAÐgDf˜Øy£ˆÿÿ%`•@{£ˆÿÿAÔgDf˜@{£ˆÿÿ%`•¨|£ˆÿÿAØgDf˜¨|£ˆÿÿ%`•~£ˆÿÿAÜgDf˜~£ˆÿÿ%`•`£ˆÿÿAàgDf˜`£ˆÿÿ%`•ha£ˆÿÿAägDf˜ha£ˆÿÿ%`•Ðb£ˆÿÿAègDf˜Ðb£ˆÿÿ%`•8d£ˆÿÿAìgDf˜8d£ˆÿÿ%`• e£ˆÿÿAðgDf˜ e£ˆÿÿ%`•g£ˆÿÿAôgDf˜g£ˆÿÿ%`•ph£ˆÿÿAøgDf˜ph£ˆÿÿ%`•Øi£ˆÿÿAügDf˜Øi£ˆÿÿ%`•@k£ˆÿÿBgDf˜@k£ˆÿÿ%`•¨l£ˆÿÿBgDf˜¨l£ˆÿÿ%`•n£ˆÿÿBgDf˜n£ˆÿÿ%`•`\ ˆÿÿB gDf˜`\ ˆÿÿ%`•ha\ ˆÿÿBgDf˜ha\ ˆÿÿ%`•Ðb\ ˆÿÿBgDf˜Ðb\ ˆÿÿ%`•8d\ ˆÿÿBgDf˜8d\ ˆÿÿ%`• e\ ˆÿÿBgDf˜ e\ ˆÿÿ%`•g\ ˆÿÿB gDf˜g\ ˆÿÿ%`•ph\ ˆÿÿB$gDf˜ph\ ˆÿÿ%`•Øi\ ˆÿÿB(gDf˜Øi\ ˆÿÿ%`•@k\ ˆÿÿB,gDf˜@k\ ˆÿÿ%`•¨l\ ˆÿÿB0gDf˜¨l\ ˆÿÿ%`•n\ ˆÿÿB4gDf˜n\ ˆÿÿ%`•@(ˆÿÿB8gDf˜@(ˆÿÿ%`•hA(ˆÿÿB<gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿB@gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿBDgDf˜8D(ˆÿÿ%`• E(ˆÿÿBHgDf˜ E(ˆÿÿ%`•G(ˆÿÿBLgDf˜G(ˆÿÿ%`•pH(ˆÿÿBPgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿBTgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿBXgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿB\gDf˜¨L(ˆÿÿ%`•N(ˆÿÿB`gDf˜N(ˆÿÿ%`•` ˆÿÿBdgDf˜` ˆÿÿ%`•ha ˆÿÿBhgDf˜ha ˆÿÿ%`•Ðb ˆÿÿBlgDf˜Ðb ˆÿÿ%`• e ˆÿÿBptgDf˜ e ˆÿÿ%`•Ø) ˆÿÿ Ü gDf˜Ø) ˆÿÿ%`•¨<™ˆÿÿ àügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ÔgDf˜>™ˆÿÿ%`•n ˆÿÿ ØügDf˜n ˆÿÿ%`•¨l ˆÿÿÜügDf˜¨l ˆÿÿ%`•@k ˆÿÿÌgDf˜@k ˆÿÿ%`•Øi ˆÿÿÐügDf˜Øi ˆÿÿ%`•ph ˆÿÿÔügDf˜ph ˆÿÿ%`•g ˆÿÿ¤,gDf˜g ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8d ˆÿÿìˆgDf˜8d ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•@+ ˆÿÿ gDf˜@+ ˆÿÿ%`•@+ ˆÿÿìgDf˜@+ ˆÿÿ%`•Ø) ˆÿÿðØgDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•Ø) ˆÿÿÌgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿäxgDf˜@+ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•@+ ˆÿÿìxgDf˜@+ ˆÿÿ%`•¨, ˆÿÿgDf˜¨, ˆÿÿ%`•Ø) ˆÿÿ7ôgDf˜Ø) ˆÿÿ%`•. ˆÿÿ8ø gDf˜. ˆÿÿ%`•. ˆÿÿ gDf˜. ˆÿÿ%`•. ˆÿÿ`gDf˜. ˆÿÿ%`•Ø) ˆÿÿdgDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•Ø) ˆÿÿ„\gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿàgDf˜'ˆÿÿ%`•Ø) ˆÿÿä gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø) ˆÿÿ gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•Ø) ˆÿÿ,gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ0gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ4gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ8gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ<gDf˜Ø) ˆÿÿ%`•p( ˆÿÿ@gDf˜p( ˆÿÿ%`•p( ˆÿÿDgDf˜p( ˆÿÿ%`•Ø) ˆÿÿHgDf˜Ø) ˆÿÿ%`•' ˆÿÿLgDf˜' ˆÿÿ%`• % ˆÿÿPgDf˜ % ˆÿÿ%`•@+ ˆÿÿTgDf˜@+ ˆÿÿ%`•. ˆÿÿXgDf˜. ˆÿÿ%`•¨, ˆÿÿ\gDf˜¨, ˆÿÿ%`•8$ ˆÿÿ`gDf˜8$ ˆÿÿ%`•Ð" ˆÿÿdgDf˜Ð" ˆÿÿ%`•Ð" ˆÿÿhgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿlgDf˜8$ ˆÿÿ%`•¨, ˆÿÿpgDf˜¨, ˆÿÿ%`•. ˆÿÿtgDf˜. ˆÿÿ%`•@+ ˆÿÿxgDf˜@+ ˆÿÿ%`• % ˆÿÿ|gDf˜ % ˆÿÿ%`•' ˆÿÿ€gDf˜' ˆÿÿ%`•Ø) ˆÿÿ„gDf˜Ø) ˆÿÿ%`•p( ˆÿÿˆgDf˜p( ˆÿÿ%`•h! ˆÿÿŒgDf˜h! ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•>™ˆÿÿ”gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ˜gDf˜¨<™ˆÿÿ%`•p¹ˆÿÿœgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ¤gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ¨gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ¬gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ°gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ´gDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ¸gDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ¼gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿÀgDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿÄgDf˜~¹ˆÿÿ%`•PÖ ˆÿÿÈgDf˜PÖ ˆÿÿ%`•hQÖ ˆÿÿÌgDf˜hQÖ ˆÿÿ%`•ÐRÖ ˆÿÿÐgDf˜ÐRÖ ˆÿÿ%`•8TÖ ˆÿÿÔgDf˜8TÖ ˆÿÿ%`• UÖ ˆÿÿØgDf˜ UÖ ˆÿÿ%`•WÖ ˆÿÿÜgDf˜WÖ ˆÿÿ%`•pXÖ ˆÿÿàgDf˜pXÖ ˆÿÿ%`•ØYÖ ˆÿÿägDf˜ØYÖ ˆÿÿ%`•@[Ö ˆÿÿègDf˜@[Ö ˆÿÿ%`•¨\Ö ˆÿÿìgDf˜¨\Ö ˆÿÿ%`•^Ö ˆÿÿðgDf˜^Ö ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•>™ˆÿÿøgDf˜>™ˆÿÿ%`•px¹ˆÿÿügDf˜px¹ˆÿÿ%`•w¹ˆÿÿgDf˜w¹ˆÿÿ%`• u¹ˆÿÿgDf˜ u¹ˆÿÿ%`•8t¹ˆÿÿgDf˜8t¹ˆÿÿ%`•Ðr¹ˆÿÿ gDf˜Ðr¹ˆÿÿ%`•hq¹ˆÿÿgDf˜hq¹ˆÿÿ%`•p¹ˆÿÿgDf˜p¹ˆÿÿ%`•ð ˆÿÿgDf˜ð ˆÿÿ%`•hñ ˆÿÿgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ$gDf˜8ô ˆÿÿ%`• õ ˆÿÿ(gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ,gDf˜÷ ˆÿÿ%`•pø ˆÿÿ0gDf˜pø ˆÿÿ%`•Øù ˆÿÿ4gDf˜Øù ˆÿÿ%`•@û ˆÿÿ8gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ<gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ@gDf˜þ ˆÿÿ%`•pÚˆÿÿDgDf˜pÚˆÿÿ%`•hqÚˆÿÿHgDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿLgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿPgDf˜8tÚˆÿÿ%`• uÚˆÿÿTgDf˜ uÚˆÿÿ%`•wÚˆÿÿXgDf˜wÚˆÿÿ%`•pxÚˆÿÿ\gDf˜pxÚˆÿÿ%`•ØyÚˆÿÿ`gDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿdgDf˜@{Úˆÿÿ%`•¨|ÚˆÿÿhgDf˜¨|Úˆÿÿ%`•~ÚˆÿÿlgDf˜~Úˆÿÿ%`•ˆÿÿpgDf˜ˆÿÿ%`•h‘ˆÿÿtgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿxgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ|gDf˜8”ˆÿÿ%`• •ˆÿÿ€gDf˜ •ˆÿÿ%`•—ˆÿÿ„gDf˜—ˆÿÿ%`•p˜ˆÿÿˆgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿŒgDf˜Ø™ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•¨œˆÿÿ”gDf˜¨œˆÿÿ%`•žˆÿÿ˜gDf˜žˆÿÿ%`•À­ˆÿÿœgDf˜À­ˆÿÿ%`•hÁ­ˆÿÿ gDf˜hÁ­ˆÿÿ%`•Эˆÿÿ¤gDf˜Ð­ˆÿÿ%`•8Ä­ˆÿÿ¨gDf˜8Ä­ˆÿÿ%`• Å­ˆÿÿ¬gDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿ°gDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ´gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿ¸gDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿ¼gDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿÀgDf˜¨Ì­ˆÿÿ%`•έˆÿÿÄgDf˜έˆÿÿ%`•@ˆÿÿÈgDf˜@ˆÿÿ%`•hAˆÿÿÌgDf˜hAˆÿÿ%`•ÐBˆÿÿÐgDf˜ÐBˆÿÿ%`•8DˆÿÿÔgDf˜8Dˆÿÿ%`• EˆÿÿØgDf˜ Eˆÿÿ%`•GˆÿÿÜgDf˜Gˆÿÿ%`•pHˆÿÿàgDf˜pHˆÿÿ%`•ØIˆÿÿägDf˜ØIˆÿÿ%`•@KˆÿÿègDf˜@Kˆÿÿ%`•¨LˆÿÿìgDf˜¨Lˆÿÿ%`•NˆÿÿðgDf˜Nˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•hñ ˆÿÿügDf˜hñ ˆÿÿ%`•ð ˆÿÿgDf˜ð ˆÿÿ%`•PÖ ˆÿÿgDf˜PÖ ˆÿÿ%`•hQÖ ˆÿÿgDf˜hQÖ ˆÿÿ%`•ÐRÖ ˆÿÿ gDf˜ÐRÖ ˆÿÿ%`•8TÖ ˆÿÿgDf˜8TÖ ˆÿÿ%`• UÖ ˆÿÿgDf˜ UÖ ˆÿÿ%`•WÖ ˆÿÿgDf˜WÖ ˆÿÿ%`•pXÖ ˆÿÿgDf˜pXÖ ˆÿÿ%`•ØYÖ ˆÿÿ gDf˜ØYÖ ˆÿÿ%`•@[Ö ˆÿÿ$gDf˜@[Ö ˆÿÿ%`•¨\Ö ˆÿÿ(gDf˜¨\Ö ˆÿÿ%`•^Ö ˆÿÿ,gDf˜^Ö ˆÿÿ%`•Ðʈÿÿ0gDf˜Ðʈÿÿ%`•hÑʈÿÿ4gDf˜hÑʈÿÿ%`•ÐÒʈÿÿ8gDf˜ÐÒʈÿÿ%`•8Ôʈÿÿ<gDf˜8Ôʈÿÿ%`• Õʈÿÿ@gDf˜ Õʈÿÿ%`•×ʈÿÿDgDf˜×ʈÿÿ%`•pØÊˆÿÿHgDf˜pØÊˆÿÿ%`•ØÙʈÿÿLgDf˜ØÙʈÿÿ%`•@ÛʈÿÿPgDf˜@Ûʈÿÿ%`•¨ÜʈÿÿTgDf˜¨Üʈÿÿ%`•ÞʈÿÿXgDf˜Þʈÿÿ%`•  ˆÿÿ\gDf˜  ˆÿÿ%`•h! ˆÿÿ`gDf˜h! ˆÿÿ%`•Ð" ˆÿÿdgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿhgDf˜8$ ˆÿÿ%`• % ˆÿÿlgDf˜ % ˆÿÿ%`•' ˆÿÿpgDf˜' ˆÿÿ%`•p( ˆÿÿtgDf˜p( ˆÿÿ%`•Ø) ˆÿÿxgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿ|gDf˜@+ ˆÿÿ%`•¨, ˆÿÿ€gDf˜¨, ˆÿÿ%`•. ˆÿÿ„gDf˜. ˆÿÿ%`•€ ˆÿÿˆgDf˜€ ˆÿÿ%`•h ˆÿÿŒgDf˜h ˆÿÿ%`•Ђ ˆÿÿgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ”gDf˜8„ ˆÿÿ%`• … ˆÿÿ˜gDf˜ … ˆÿÿ%`•‡ ˆÿÿœgDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ gDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ¤gDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ¨gDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ¬gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ°gDf˜Ž ˆÿÿ%`•ÀVˆÿÿ´gDf˜ÀVˆÿÿ%`•hÁVˆÿÿ¸gDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿ¼gDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿÀgDf˜8ÄVˆÿÿ%`• ÅVˆÿÿÄgDf˜ ÅVˆÿÿ%`•ÇVˆÿÿÈgDf˜ÇVˆÿÿ%`•pÈVˆÿÿÌgDf˜pÈVˆÿÿ%`•ØÉVˆÿÿÐgDf˜ØÉVˆÿÿ%`•@ËVˆÿÿÔgDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿØgDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿÜgDf˜ÎVˆÿÿ%`•þ ˆÿÿàgDf˜þ ˆÿÿ%`•¨ü ˆÿÿègDf˜¨ü ˆÿÿ%`•@û ˆÿÿìgDf˜@û ˆÿÿ%`•Øù ˆÿÿðgDf˜Øù ˆÿÿ%`•pø ˆÿÿôgDf˜pø ˆÿÿ%`•÷ ˆÿÿøgDf˜÷ ˆÿÿ%`• õ ˆÿÿügDf˜ õ ˆÿÿ%`•8ô ˆÿÿgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•ЭˆÿÿgDf˜Ð­ˆÿÿ%`•hÁ­ˆÿÿ gDf˜hÁ­ˆÿÿ%`•À­ˆÿÿgDf˜À­ˆÿÿ%`•À%ˆÿÿgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ$gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ(gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ,gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ0gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ4gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ8gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ<gDf˜Î%ˆÿÿ%`•` ˆÿÿ@gDf˜` ˆÿÿ%`•ha ˆÿÿDgDf˜ha ˆÿÿ%`•Ðb ˆÿÿHgDf˜Ðb ˆÿÿ%`•8d ˆÿÿLgDf˜8d ˆÿÿ%`• e ˆÿÿPgDf˜ e ˆÿÿ%`•g ˆÿÿTgDf˜g ˆÿÿ%`•ph ˆÿÿXgDf˜ph ˆÿÿ%`•Øi ˆÿÿ\gDf˜Øi ˆÿÿ%`•@k ˆÿÿ`gDf˜@k ˆÿÿ%`•¨l ˆÿÿdgDf˜¨l ˆÿÿ%`•n ˆÿÿhgDf˜n ˆÿÿ%`• û ˆÿÿlgDf˜ û ˆÿÿ%`•h¡û ˆÿÿpgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿtgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿxgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ|gDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ€gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ„gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿˆgDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿŒgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿgDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ”gDf˜®û ˆÿÿ%`• ªˆÿÿ˜gDf˜ ªˆÿÿ%`•h¡ªˆÿÿœgDf˜h¡ªˆÿÿ%`•Тªˆÿÿ gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ¤gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ¨gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ¬gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ°gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ´gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ¸gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ¼gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿÀgDf˜®ªˆÿÿ%`•À¥ˆÿÿÄgDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿÈgDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿÌgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿÐgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿÔgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿØgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿÜgDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿàgDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿägDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿègDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿìgDf˜Î¥ˆÿÿ%`• ½ˆÿÿðgDf˜ ½ˆÿÿ%`•h!½ˆÿÿôgDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿøgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿügDf˜8$½ˆÿÿ%`• %½ˆÿÿgDf˜ %½ˆÿÿ%`•'½ˆÿÿgDf˜'½ˆÿÿ%`•p(½ˆÿÿgDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ gDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿgDf˜¨,½ˆÿÿ%`•.½ˆÿÿgDf˜.½ˆÿÿ%`•@+ˆÿÿgDf˜@+ˆÿÿ%`•hA+ˆÿÿ gDf˜hA+ˆÿÿ%`•ÐB+ˆÿÿ$gDf˜ÐB+ˆÿÿ%`•8D+ˆÿÿ(gDf˜8D+ˆÿÿ%`• E+ˆÿÿ,gDf˜ E+ˆÿÿ%`•G+ˆÿÿ0gDf˜G+ˆÿÿ%`•pH+ˆÿÿ4gDf˜pH+ˆÿÿ%`•ØI+ˆÿÿ8gDf˜ØI+ˆÿÿ%`•@K+ˆÿÿ<gDf˜@K+ˆÿÿ%`•¨L+ˆÿÿ@gDf˜¨L+ˆÿÿ%`•N+ˆÿÿDgDf˜N+ˆÿÿ%`•έˆÿÿHgDf˜έˆÿÿ%`•¨Ì­ˆÿÿLgDf˜¨Ì­ˆÿÿ%`•@Ë­ˆÿÿPgDf˜@Ë­ˆÿÿ%`•ØÉ­ˆÿÿTgDf˜ØÉ­ˆÿÿ%`•pÈ­ˆÿÿXgDf˜pÈ­ˆÿÿ%`•Ç­ˆÿÿ\gDf˜Ç­ˆÿÿ%`• Å­ˆÿÿ`gDf˜ Å­ˆÿÿ%`•8Ä­ˆÿÿdgDf˜8Ä­ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`•ð ˆÿÿpgDf˜ð ˆÿÿ%`•hñ ˆÿÿtgDf˜hñ ˆÿÿ%`•  ˆÿÿxgDf˜  ˆÿÿ%`•ˆÿÿ|gDf˜ˆÿÿ%`•hˆÿÿ€gDf˜hˆÿÿ%`•Јÿÿ„gDf˜Ðˆÿÿ%`•8ˆÿÿˆgDf˜8ˆÿÿ%`• ˆÿÿŒgDf˜ ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•pˆÿÿ”gDf˜pˆÿÿ%`•Ø ˆÿÿ˜gDf˜Ø ˆÿÿ%`•@ ˆÿÿœgDf˜@ ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•ˆÿÿ¤gDf˜ˆÿÿ%`•͈ÿÿ¨gDf˜Íˆÿÿ%`•h͈ÿÿ¬gDf˜h͈ÿÿ%`•Ð͈ÿÿ°gDf˜Ð͈ÿÿ%`•8͈ÿÿ´gDf˜8͈ÿÿ%`• Íˆÿÿ¸gDf˜ Íˆÿÿ%`•͈ÿÿ¼gDf˜Íˆÿÿ%`•p͈ÿÿÀgDf˜p͈ÿÿ%`•ØÍˆÿÿÄgDf˜ØÍˆÿÿ%`•@͈ÿÿÈgDf˜@͈ÿÿ%`•¨ÍˆÿÿÌgDf˜¨Íˆÿÿ%`•͈ÿÿÐgDf˜Íˆÿÿ%`•JˆÿÿÔgDf˜Jˆÿÿ%`•hJˆÿÿØgDf˜hJˆÿÿ%`•ÐJˆÿÿÜgDf˜ÐJˆÿÿ%`•8JˆÿÿàgDf˜8Jˆÿÿ%`• JˆÿÿägDf˜ Jˆÿÿ%`•JˆÿÿègDf˜Jˆÿÿ%`•pJˆÿÿìgDf˜pJˆÿÿ%`•ØJˆÿÿðgDf˜ØJˆÿÿ%`•@JˆÿÿôgDf˜@Jˆÿÿ%`•¨JˆÿÿøgDf˜¨Jˆÿÿ%`•JˆÿÿügDf˜Jˆÿÿ%`•. ˆÿÿgDf˜. ˆÿÿ%`•¨, ˆÿÿgDf˜¨, ˆÿÿ%`•@+ ˆÿÿgDf˜@+ ˆÿÿ%`•Ø) ˆÿÿ gDf˜Ø) ˆÿÿ%`•p( ˆÿÿgDf˜p( ˆÿÿ%`•' ˆÿÿgDf˜' ˆÿÿ%`• % ˆÿÿgDf˜ % ˆÿÿ%`•8$ ˆÿÿgDf˜8$ ˆÿÿ%`•Ð" ˆÿÿ gDf˜Ð" ˆÿÿ%`•h! ˆÿÿ$gDf˜h! ˆÿÿ%`•Àˆÿÿ(gDf˜Àˆÿÿ%`•hÁˆÿÿ,gDf˜hÁˆÿÿ%`•Јÿÿ0gDf˜Ðˆÿÿ%`•8Ĉÿÿ4gDf˜8Ĉÿÿ%`• Åˆÿÿ8gDf˜ Åˆÿÿ%`•Ljÿÿ<gDf˜Çˆÿÿ%`•pȈÿÿ@gDf˜pȈÿÿ%`•ØÉˆÿÿDgDf˜ØÉˆÿÿ%`•@ˈÿÿHgDf˜@ˈÿÿ%`•¨ÌˆÿÿLgDf˜¨Ìˆÿÿ%`•ΈÿÿPgDf˜Îˆÿÿ%`•Ð ˆÿÿTgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿXgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ\gDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ`gDf˜8Ô ˆÿÿ%`• Õ ˆÿÿdgDf˜ Õ ˆÿÿ%`•× ˆÿÿhgDf˜× ˆÿÿ%`•pØ ˆÿÿlgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿpgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿtgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿxgDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ|gDf˜Þ ˆÿÿ%`•Ðò ˆÿÿ€gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ„gDf˜8ô ˆÿÿ%`• õ ˆÿÿˆgDf˜ õ ˆÿÿ%`•÷ ˆÿÿŒgDf˜÷ ˆÿÿ%`•pø ˆÿÿgDf˜pø ˆÿÿ%`•Øù ˆÿÿ”gDf˜Øù ˆÿÿ%`•@û ˆÿÿ˜gDf˜@û ˆÿÿ%`•¨ü ˆÿÿœgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ gDf˜þ ˆÿÿ%`•À­ˆÿÿ¤gDf˜À­ˆÿÿ%`•hÁ­ˆÿÿ¨gDf˜hÁ­ˆÿÿ%`•Эˆÿÿ¬gDf˜Ð­ˆÿÿ%`•@k ˆÿÿ°gDf˜@k ˆÿÿ%`•Øi ˆÿÿ´gDf˜Øi ˆÿÿ%`•ph ˆÿÿ¸gDf˜ph ˆÿÿ%`•g ˆÿÿ¼gDf˜g ˆÿÿ%`• e ˆÿÿÀgDf˜ e ˆÿÿ%`•8d ˆÿÿÄgDf˜8d ˆÿÿ%`•Ðb ˆÿÿÈgDf˜Ðb ˆÿÿ%`•ha ˆÿÿÌgDf˜ha ˆÿÿ%`•` ˆÿÿÐgDf˜` ˆÿÿ%`•pÚˆÿÿÔgDf˜pÚˆÿÿ%`•hqÚˆÿÿØgDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿÜgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿàgDf˜8tÚˆÿÿ%`• uÚˆÿÿägDf˜ uÚˆÿÿ%`•wÚˆÿÿègDf˜wÚˆÿÿ%`•pxÚˆÿÿìgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿðgDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿôgDf˜@{Úˆÿÿ%`•¨|ÚˆÿÿøgDf˜¨|Úˆÿÿ%`•~ÚˆÿÿügDf˜~Úˆÿÿ%`•n ˆÿÿgDf˜n ˆÿÿ%`•¨l ˆÿÿgDf˜¨l ˆÿÿ%`•ØÉ¥ˆÿÿgDf˜ØÉ¥ˆÿÿ%`•pÈ¥ˆÿÿ gDf˜pÈ¥ˆÿÿ%`•Ç¥ˆÿÿgDf˜Ç¥ˆÿÿ%`• Å¥ˆÿÿgDf˜ Å¥ˆÿÿ%`•8Ä¥ˆÿÿgDf˜8Ä¥ˆÿÿ%`•ÐÂ¥ˆÿÿgDf˜ÐÂ¥ˆÿÿ%`•hÁ¥ˆÿÿ gDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ$gDf˜À¥ˆÿÿ%`•0Ü ˆÿÿ(gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ,gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ0gDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ4gDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ8gDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ<gDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ@gDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿDgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿHgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿLgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿPgDf˜>Ü ˆÿÿ%`•¿ˆÿÿTgDf˜¿ˆÿÿ%`•h¿ˆÿÿXgDf˜h¿ˆÿÿ%`•пˆÿÿ\gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ`gDf˜8¿ˆÿÿ%`• ¿ˆÿÿdgDf˜ ¿ˆÿÿ%`•¿ˆÿÿhgDf˜¿ˆÿÿ%`•p¿ˆÿÿlgDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿpgDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿtgDf˜@¿ˆÿÿ%`•¨¿ˆÿÿxgDf˜¨¿ˆÿÿ%`•¿ˆÿÿ|gDf˜¿ˆÿÿ%`•Î¥ˆÿÿ€gDf˜Î¥ˆÿÿ%`•¨Ì¥ˆÿÿ„gDf˜¨Ì¥ˆÿÿ%`•@Ë¥ˆÿÿˆgDf˜@Ë¥ˆÿÿ%`• Å­ˆÿÿŒgDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿgDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿ”gDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿ˜gDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿœgDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿ gDf˜¨Ì­ˆÿÿ%`•έˆÿÿ¤gDf˜έˆÿÿ%`•Ðè ˆÿÿ¨gDf˜Ðè ˆÿÿ%`•hÑè ˆÿÿ¬gDf˜hÑè ˆÿÿ%`•ÐÒè ˆÿÿ°gDf˜ÐÒè ˆÿÿ%`•8Ôè ˆÿÿ´gDf˜8Ôè ˆÿÿ%`• Õè ˆÿÿ¸gDf˜ Õè ˆÿÿ%`•×è ˆÿÿ¼gDf˜×è ˆÿÿ%`•pØè ˆÿÿÀgDf˜pØè ˆÿÿ%`•ØÙè ˆÿÿÄgDf˜ØÙè ˆÿÿ%`•@Ûè ˆÿÿÈgDf˜@Ûè ˆÿÿ%`•¨Üè ˆÿÿÌgDf˜¨Üè ˆÿÿ%`•Þè ˆÿÿÐgDf˜Þè ˆÿÿ%`•¾ˆÿÿÔgDf˜¾ˆÿÿ%`•h¾ˆÿÿØgDf˜h¾ˆÿÿ%`•оˆÿÿÜgDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿàgDf˜8¾ˆÿÿ%`• ¾ˆÿÿägDf˜ ¾ˆÿÿ%`•¾ˆÿÿìgDf˜¾ˆÿÿ%`•p¾ˆÿÿðgDf˜p¾ˆÿÿ%`•ؾˆÿÿôgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿøgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿügDf˜¨¾ˆÿÿ%`•¾ˆÿÿgDf˜¾ˆÿÿ%`•8Ä­ˆÿÿgDf˜8Ä­ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•hñ ˆÿÿgDf˜hñ ˆÿÿ%`•ð ˆÿÿgDf˜ð ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•8JˆÿÿgDf˜8Jˆÿÿ%`•ÐJˆÿÿ gDf˜ÐJˆÿÿ%`•hJˆÿÿ$gDf˜hJˆÿÿ%`•Jˆÿÿ(gDf˜Jˆÿÿ%`•ˆÿÿ,gDf˜ˆÿÿ%`•hˆÿÿ0gDf˜hˆÿÿ%`•Јÿÿ4gDf˜Ðˆÿÿ%`•8ˆÿÿ8gDf˜8ˆÿÿ%`• ˆÿÿ<gDf˜ ˆÿÿ%`•ˆÿÿ@gDf˜ˆÿÿ%`•pˆÿÿDgDf˜pˆÿÿ%`•Ø ˆÿÿHgDf˜Ø ˆÿÿ%`•@ ˆÿÿLgDf˜@ ˆÿÿ%`•¨ ˆÿÿPgDf˜¨ ˆÿÿ%`•ˆÿÿTgDf˜ˆÿÿ%`•ÀʈÿÿXgDf˜Àʈÿÿ%`•hÁʈÿÿ\gDf˜hÁʈÿÿ%`•ÐÂʈÿÿ`gDf˜ÐÂʈÿÿ%`•8ÄʈÿÿdgDf˜8Äʈÿÿ%`• ÅʈÿÿhgDf˜ Åʈÿÿ%`•ÇʈÿÿlgDf˜Çʈÿÿ%`•pÈʈÿÿpgDf˜pÈʈÿÿ%`•ØÉʈÿÿtgDf˜ØÉʈÿÿ%`•@ËʈÿÿxgDf˜@Ëʈÿÿ%`•¨Ìʈÿÿ|gDf˜¨Ìʈÿÿ%`•Îʈÿÿ€gDf˜Îʈÿÿ%`•Jˆÿÿ„gDf˜Jˆÿÿ%`•¨JˆÿÿˆgDf˜¨Jˆÿÿ%`•@JˆÿÿŒgDf˜@Jˆÿÿ%`•ØJˆÿÿgDf˜ØJˆÿÿ%`•pJˆÿÿ”gDf˜pJˆÿÿ%`•Jˆÿÿ˜gDf˜Jˆÿÿ%`• JˆÿÿœgDf˜ Jˆÿÿ%`•h! ˆÿÿ gDf˜h! ˆÿÿ%`•Ð" ˆÿÿ¤gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ¨gDf˜8$ ˆÿÿ%`• % ˆÿÿ¬gDf˜ % ˆÿÿ%`•' ˆÿÿ°gDf˜' ˆÿÿ%`•p( ˆÿÿ´gDf˜p( ˆÿÿ%`•Ø) ˆÿÿ¸gDf˜Ø) ˆÿÿ%`•@+ ˆÿÿ¼gDf˜@+ ˆÿÿ%`•¨, ˆÿÿÀgDf˜¨, ˆÿÿ%`•. ˆÿÿÄgDf˜. ˆÿÿ%`•8Ô ˆÿÿÈgDf˜8Ô ˆÿÿ%`•ÐÒ ˆÿÿÌgDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿÐgDf˜hÑ ˆÿÿ%`•Ð ˆÿÿÔgDf˜Ð ˆÿÿ%`•0¡ˆÿÿØgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿÜgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿàgDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿägDf˜84¡ˆÿÿ%`• 5¡ˆÿÿègDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿìgDf˜7¡ˆÿÿ%`•p8¡ˆÿÿðgDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿôgDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿøgDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿügDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿgDf˜>¡ˆÿÿ%`•Þ ˆÿÿgDf˜Þ ˆÿÿ%`•¨Ü ˆÿÿgDf˜¨Ü ˆÿÿ%`•@Û ˆÿÿ gDf˜@Û ˆÿÿ%`•ØÙ ˆÿÿgDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿgDf˜pØ ˆÿÿ%`•× ˆÿÿgDf˜× ˆÿÿ%`• Õ ˆÿÿgDf˜ Õ ˆÿÿ%`•þ ˆÿÿ gDf˜þ ˆÿÿ%`•¨ü ˆÿÿ$gDf˜¨ü ˆÿÿ%`•@û ˆÿÿ(gDf˜@û ˆÿÿ%`•Øù ˆÿÿ,gDf˜Øù ˆÿÿ%`•pø ˆÿÿ0gDf˜pø ˆÿÿ%`•÷ ˆÿÿ4gDf˜÷ ˆÿÿ%`• õ ˆÿÿ8gDf˜ õ ˆÿÿ%`•8ô ˆÿÿ<gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ@gDf˜Ðò ˆÿÿ%`•ЭˆÿÿDgDf˜Ð­ˆÿÿ%`•hÁ­ˆÿÿHgDf˜hÁ­ˆÿÿ%`•À­ˆÿÿLgDf˜À­ˆÿÿ%`•` ˆÿÿPgDf˜` ˆÿÿ%`•ha ˆÿÿTgDf˜ha ˆÿÿ%`•Ðb ˆÿÿXgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ\gDf˜8d ˆÿÿ%`• e ˆÿÿ`gDf˜ e ˆÿÿ%`•¨l ˆÿÿdgDf˜¨l ˆÿÿ%`•n ˆÿÿhgDf˜n ˆÿÿ%`•g ˆÿÿlgDf˜g ˆÿÿ%`•ph ˆÿÿpgDf˜ph ˆÿÿ%`•Øi ˆÿÿtgDf˜Øi ˆÿÿ%`•@k ˆÿÿxgDf˜@k ˆÿÿ%`•À¥ˆÿÿ|gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ€gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ„gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿˆgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿŒgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ”gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ˜gDf˜ØÉ¥ˆÿÿ%`•8¿ˆÿÿœgDf˜8¿ˆÿÿ%`•пˆÿÿ gDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿ¤gDf˜h¿ˆÿÿ%`•¿ˆÿÿ¨gDf˜¿ˆÿÿ%`•àR ˆÿÿ¬gDf˜àR ˆÿÿ%`•háR ˆÿÿ°gDf˜háR ˆÿÿ%`•ÐâR ˆÿÿ´gDf˜ÐâR ˆÿÿ%`•8äR ˆÿÿ¸gDf˜8äR ˆÿÿ%`• åR ˆÿÿ¼gDf˜ åR ˆÿÿ%`•çR ˆÿÿÀgDf˜çR ˆÿÿ%`•pèR ˆÿÿÄgDf˜pèR ˆÿÿ%`•ØéR ˆÿÿÈgDf˜ØéR ˆÿÿ%`•@ëR ˆÿÿÌgDf˜@ëR ˆÿÿ%`•¨ìR ˆÿÿÐgDf˜¨ìR ˆÿÿ%`•îR ˆÿÿÔgDf˜îR ˆÿÿ%`•%ˆÿÿØgDf˜%ˆÿÿ%`•h%ˆÿÿÜgDf˜h%ˆÿÿ%`•Ð%ˆÿÿàgDf˜Ð%ˆÿÿ%`•8%ˆÿÿägDf˜8%ˆÿÿ%`• %ˆÿÿègDf˜ %ˆÿÿ%`•%ˆÿÿìgDf˜%ˆÿÿ%`•p%ˆÿÿðgDf˜p%ˆÿÿ%`•Ø%ˆÿÿôgDf˜Ø%ˆÿÿ%`•@%ˆÿÿøgDf˜@%ˆÿÿ%`•¨%ˆÿÿügDf˜¨%ˆÿÿ%`•%ˆÿÿgDf˜%ˆÿÿ%`•¿ˆÿÿgDf˜¿ˆÿÿ%`•¨¿ˆÿÿgDf˜¨¿ˆÿÿ%`•@¿ˆÿÿ gDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿgDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿgDf˜p¿ˆÿÿ%`•¿ˆÿÿgDf˜¿ˆÿÿ%`• ¿ˆÿÿgDf˜ ¿ˆÿÿ%`•@Ë¥ˆÿÿ gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ$gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ(gDf˜Î¥ˆÿÿ%`•έˆÿÿ,gDf˜έˆÿÿ%`•¨Ì­ˆÿÿ0gDf˜¨Ì­ˆÿÿ%`•@Ë­ˆÿÿ4gDf˜@Ë­ˆÿÿ%`•ØÉ­ˆÿÿ8gDf˜ØÉ­ˆÿÿ%`•pÈ­ˆÿÿ<gDf˜pÈ­ˆÿÿ%`•Ç­ˆÿÿ@gDf˜Ç­ˆÿÿ%`• Å­ˆÿÿDgDf˜ Å­ˆÿÿ%`•8¾ˆÿÿHgDf˜8¾ˆÿÿ%`•оˆÿÿLgDf˜Ð¾ˆÿÿ%`•h¾ˆÿÿPgDf˜h¾ˆÿÿ%`•¾ˆÿÿTgDf˜¾ˆÿÿ%`•€²ˆÿÿXgDf˜€²ˆÿÿ%`•h²ˆÿÿ\gDf˜h²ˆÿÿ%`•Ђ²ˆÿÿ`gDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿdgDf˜8„²ˆÿÿ%`• …²ˆÿÿhgDf˜ …²ˆÿÿ%`•‡²ˆÿÿlgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿpgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿtgDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿxgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿ|gDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿ€gDf˜޲ˆÿÿ%`•¾ˆÿÿ„gDf˜¾ˆÿÿ%`•¨¾ˆÿÿˆgDf˜¨¾ˆÿÿ%`•@¾ˆÿÿŒgDf˜@¾ˆÿÿ%`•ؾˆÿÿgDf˜Ø¾ˆÿÿ%`•p¾ˆÿÿ”gDf˜p¾ˆÿÿ%`•¾ˆÿÿ˜gDf˜¾ˆÿÿ%`• ¾ˆÿÿœgDf˜ ¾ˆÿÿ%`•8Ä­ˆÿÿ gDf˜8Ä­ˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¨gDf˜>™ˆÿÿ%`•ð ˆÿÿ¬gDf˜ð ˆÿÿ%`•hñ ˆÿÿ°gDf˜hñ ˆÿÿ%`•  ˆÿÿ´gDf˜  ˆÿÿ%`•Jˆÿÿ¸gDf˜Jˆÿÿ%`•hJˆÿÿ¼gDf˜hJˆÿÿ%`•ÐJˆÿÿÀgDf˜ÐJˆÿÿ%`•8JˆÿÿÄgDf˜8Jˆÿÿ%`•8ÄʈÿÿÈgDf˜8Äʈÿÿ%`•ÐÂʈÿÿÌgDf˜ÐÂʈÿÿ%`•hÁʈÿÿÐgDf˜hÁʈÿÿ%`•ÀʈÿÿÔgDf˜Àʈÿÿ%`•@ˆÿÿØgDf˜@ˆÿÿ%`•hAˆÿÿÜgDf˜hAˆÿÿ%`•ÐBˆÿÿàgDf˜ÐBˆÿÿ%`•8DˆÿÿägDf˜8Dˆÿÿ%`• EˆÿÿègDf˜ Eˆÿÿ%`•GˆÿÿìgDf˜Gˆÿÿ%`•pHˆÿÿðgDf˜pHˆÿÿ%`•ØIˆÿÿôgDf˜ØIˆÿÿ%`•@KˆÿÿøgDf˜@Kˆÿÿ%`•¨LˆÿÿügDf˜¨Lˆÿÿ%`•NˆÿÿgDf˜Nˆÿÿ%`•ÎʈÿÿgDf˜Îʈÿÿ%`•¨ÌʈÿÿgDf˜¨Ìʈÿÿ%`•@Ëʈÿÿ gDf˜@Ëʈÿÿ%`•ØÉʈÿÿgDf˜ØÉʈÿÿ%`•pÈʈÿÿgDf˜pÈʈÿÿ%`•ÇʈÿÿgDf˜Çʈÿÿ%`• ÅʈÿÿgDf˜ Åʈÿÿ%`• Jˆÿÿ gDf˜ Jˆÿÿ%`•Jˆÿÿ$gDf˜Jˆÿÿ%`•pJˆÿÿ(gDf˜pJˆÿÿ%`•ØJˆÿÿ,gDf˜ØJˆÿÿ%`•@Jˆÿÿ0gDf˜@Jˆÿÿ%`•¨Jˆÿÿ4gDf˜¨Jˆÿÿ%`•Jˆÿÿ8gDf˜Jˆÿÿ%`•. ˆÿÿ<gDf˜. ˆÿÿ%`•¨, ˆÿÿ@gDf˜¨, ˆÿÿ%`•@+ ˆÿÿDgDf˜@+ ˆÿÿ%`•Ø) ˆÿÿHgDf˜Ø) ˆÿÿ%`•p( ˆÿÿLgDf˜p( ˆÿÿ%`•' ˆÿÿPgDf˜' ˆÿÿ%`• % ˆÿÿTgDf˜ % ˆÿÿ%`•8$ ˆÿÿXgDf˜8$ ˆÿÿ%`•Ð" ˆÿÿ\gDf˜Ð" ˆÿÿ%`•h! ˆÿÿ`gDf˜h! ˆÿÿ%`•Ðò ˆÿÿdgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿhgDf˜8ô ˆÿÿ%`• õ ˆÿÿlgDf˜ õ ˆÿÿ%`•÷ ˆÿÿpgDf˜÷ ˆÿÿ%`•pø ˆÿÿtgDf˜pø ˆÿÿ%`•Øù ˆÿÿxgDf˜Øù ˆÿÿ%`•@û ˆÿÿ|gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ€gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ„gDf˜þ ˆÿÿ%`•À­ˆÿÿˆgDf˜À­ˆÿÿ%`•hÁ­ˆÿÿŒgDf˜hÁ­ˆÿÿ%`•ЭˆÿÿgDf˜Ð­ˆÿÿ%`•¨l ˆÿÿ”gDf˜¨l ˆÿÿ%`• e ˆÿÿ˜gDf˜ e ˆÿÿ%`•8d ˆÿÿœgDf˜8d ˆÿÿ%`•Ðb ˆÿÿ gDf˜Ðb ˆÿÿ%`•ha ˆÿÿ¤gDf˜ha ˆÿÿ%`•` ˆÿÿ¨gDf˜` ˆÿÿ%`•@Bˆÿÿ¬gDf˜@Bˆÿÿ%`•hABˆÿÿ°gDf˜hABˆÿÿ%`•ÐBBˆÿÿ´gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ¸gDf˜8DBˆÿÿ%`• EBˆÿÿ¼gDf˜ EBˆÿÿ%`•GBˆÿÿÀgDf˜GBˆÿÿ%`•pHBˆÿÿÄgDf˜pHBˆÿÿ%`•ØIBˆÿÿÈgDf˜ØIBˆÿÿ%`•@KBˆÿÿÌgDf˜@KBˆÿÿ%`•¨LBˆÿÿÐgDf˜¨LBˆÿÿ%`•NBˆÿÿÔgDf˜NBˆÿÿ%`•À%ˆÿÿØgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿÜgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿàgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿägDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿègDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿðgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿôgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿøgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿügDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿgDf˜Î%ˆÿÿ%`•@k ˆÿÿgDf˜@k ˆÿÿ%`•Øi ˆÿÿ gDf˜Øi ˆÿÿ%`•ph ˆÿÿgDf˜ph ˆÿÿ%`•g ˆÿÿgDf˜g ˆÿÿ%`•n ˆÿÿgDf˜n ˆÿÿ%`•ØÉ¥ˆÿÿgDf˜ØÉ¥ˆÿÿ%`•pÈ¥ˆÿÿ gDf˜pÈ¥ˆÿÿ%`•Ç¥ˆÿÿ$gDf˜Ç¥ˆÿÿ%`• Å¥ˆÿÿ(gDf˜ Å¥ˆÿÿ%`•8Ä¥ˆÿÿ,gDf˜8Ä¥ˆÿÿ%`•ÐÂ¥ˆÿÿ0gDf˜ÐÂ¥ˆÿÿ%`•hÁ¥ˆÿÿ4gDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ8gDf˜À¥ˆÿÿ%`•¿ˆÿÿ<gDf˜¿ˆÿÿ%`•h¿ˆÿÿ@gDf˜h¿ˆÿÿ%`•пˆÿÿDgDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿHgDf˜8¿ˆÿÿ%`•8%ˆÿÿLgDf˜8%ˆÿÿ%`•Ð%ˆÿÿPgDf˜Ð%ˆÿÿ%`•h%ˆÿÿTgDf˜h%ˆÿÿ%`•%ˆÿÿXgDf˜%ˆÿÿ%`•pÚˆÿÿ\gDf˜pÚˆÿÿ%`•hqÚˆÿÿ`gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿdgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿhgDf˜8tÚˆÿÿ%`• uÚˆÿÿlgDf˜ uÚˆÿÿ%`•wÚˆÿÿpgDf˜wÚˆÿÿ%`•pxÚˆÿÿtgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿxgDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ|gDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ€gDf˜¨|Úˆÿÿ%`•~Úˆÿÿ„gDf˜~Úˆÿÿ%`•%ˆÿÿˆgDf˜%ˆÿÿ%`•¨%ˆÿÿŒgDf˜¨%ˆÿÿ%`•@%ˆÿÿgDf˜@%ˆÿÿ%`•Ø%ˆÿÿ”gDf˜Ø%ˆÿÿ%`•p%ˆÿÿ˜gDf˜p%ˆÿÿ%`•%ˆÿÿœgDf˜%ˆÿÿ%`• %ˆÿÿ gDf˜ %ˆÿÿ%`• ¿ˆÿÿ¤gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ¨gDf˜¿ˆÿÿ%`•p¿ˆÿÿ¬gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ°gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ´gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ¸gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ¼gDf˜¿ˆÿÿ%`•Î¥ˆÿÿÀgDf˜Î¥ˆÿÿ%`•¨Ì¥ˆÿÿÄgDf˜¨Ì¥ˆÿÿ%`•@Ë¥ˆÿÿÈgDf˜@Ë¥ˆÿÿ%`• Å­ˆÿÿÌgDf˜ Å­ˆÿÿ%`•Ç­ˆÿÿÐgDf˜Ç­ˆÿÿ%`•pÈ­ˆÿÿÔgDf˜pÈ­ˆÿÿ%`•ØÉ­ˆÿÿØgDf˜ØÉ­ˆÿÿ%`•@Ë­ˆÿÿÜgDf˜@Ë­ˆÿÿ%`•¨Ì­ˆÿÿàgDf˜¨Ì­ˆÿÿ%`•έˆÿÿägDf˜έˆÿÿ%`•8Ä­ˆÿÿègDf˜8Ä­ˆÿÿ%`•>™ˆÿÿìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•hñ ˆÿÿôgDf˜hñ ˆÿÿ%`•ð ˆÿÿøgDf˜ð ˆÿÿ%`•  ˆÿÿügDf˜  ˆÿÿ%`•8JˆÿÿgDf˜8Jˆÿÿ%`•ÐJˆÿÿgDf˜ÐJˆÿÿ%`•hJˆÿÿgDf˜hJˆÿÿ%`•Jˆÿÿ gDf˜Jˆÿÿ%`•ÀʈÿÿgDf˜Àʈÿÿ%`•hÁʈÿÿgDf˜hÁʈÿÿ%`•ÐÂʈÿÿgDf˜ÐÂʈÿÿ%`•8ÄʈÿÿgDf˜8Äʈÿÿ%`•8Dˆÿÿ gDf˜8Dˆÿÿ%`•ÐBˆÿÿ$gDf˜ÐBˆÿÿ%`•hAˆÿÿ(gDf˜hAˆÿÿ%`•@ˆÿÿ,gDf˜@ˆÿÿ%`•P ˆÿÿ0gDf˜P ˆÿÿ%`•hQ ˆÿÿ4gDf˜hQ ˆÿÿ%`•ÐR ˆÿÿ8gDf˜ÐR ˆÿÿ%`•8T ˆÿÿ<gDf˜8T ˆÿÿ%`• U ˆÿÿ@gDf˜ U ˆÿÿ%`•W ˆÿÿDgDf˜W ˆÿÿ%`•pX ˆÿÿHgDf˜pX ˆÿÿ%`•ØY ˆÿÿLgDf˜ØY ˆÿÿ%`•@[ ˆÿÿPgDf˜@[ ˆÿÿ%`•¨\ ˆÿÿTgDf˜¨\ ˆÿÿ%`•^ ˆÿÿXgDf˜^ ˆÿÿ%`•ˆÿÿ\gDf˜ˆÿÿ%`•hˆÿÿ`gDf˜hˆÿÿ%`•ЈÿÿdgDf˜Ðˆÿÿ%`•8ˆÿÿhgDf˜8ˆÿÿ%`• ˆÿÿlgDf˜ ˆÿÿ%`•ˆÿÿpgDf˜ˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`•Ø ˆÿÿxgDf˜Ø ˆÿÿ%`•@ ˆÿÿ|gDf˜@ ˆÿÿ%`•¨ ˆÿÿ€gDf˜¨ ˆÿÿ%`•ˆÿÿ„gDf˜ˆÿÿ%`•NˆÿÿˆgDf˜Nˆÿÿ%`•¨LˆÿÿŒgDf˜¨Lˆÿÿ%`•@KˆÿÿgDf˜@Kˆÿÿ%`•ØIˆÿÿ”gDf˜ØIˆÿÿ%`•pHˆÿÿ˜gDf˜pHˆÿÿ%`•GˆÿÿœgDf˜Gˆÿÿ%`• Eˆÿÿ gDf˜ Eˆÿÿ%`• Åʈÿÿ¤gDf˜ Åʈÿÿ%`•Çʈÿÿ¨gDf˜Çʈÿÿ%`•pÈʈÿÿ¬gDf˜pÈʈÿÿ%`•ØÉʈÿÿ°gDf˜ØÉʈÿÿ%`•@Ëʈÿÿ´gDf˜@Ëʈÿÿ%`•¨Ìʈÿÿ¸gDf˜¨Ìʈÿÿ%`•Îʈÿÿ¼gDf˜Îʈÿÿ%`•JˆÿÿÀgDf˜Jˆÿÿ%`•¨JˆÿÿÄgDf˜¨Jˆÿÿ%`•@JˆÿÿÈgDf˜@Jˆÿÿ%`•ØJˆÿÿÌgDf˜ØJˆÿÿ%`•pJˆÿÿÐgDf˜pJˆÿÿ%`•JˆÿÿÔgDf˜Jˆÿÿ%`• JˆÿÿØgDf˜ Jˆÿÿ%`•h! ˆÿÿÜgDf˜h! ˆÿÿ%`•Ð" ˆÿÿàgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿägDf˜8$ ˆÿÿ%`• % ˆÿÿègDf˜ % ˆÿÿ%`•' ˆÿÿìgDf˜' ˆÿÿ%`•p( ˆÿÿðgDf˜p( ˆÿÿ%`•Ø) ˆÿÿôgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿøgDf˜@+ ˆÿÿ%`•¨, ˆÿÿügDf˜¨, ˆÿÿ%`•. ˆÿÿgDf˜. ˆÿÿ%`•þ ˆÿÿgDf˜þ ˆÿÿ%`•¨ü ˆÿÿgDf˜¨ü ˆÿÿ%`•@û ˆÿÿ gDf˜@û ˆÿÿ%`•Øù ˆÿÿgDf˜Øù ˆÿÿ%`•pø ˆÿÿgDf˜pø ˆÿÿ%`•÷ ˆÿÿgDf˜÷ ˆÿÿ%`• õ ˆÿÿgDf˜ õ ˆÿÿ%`•8ô ˆÿÿ gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ$gDf˜Ðò ˆÿÿ%`•Эˆÿÿ(gDf˜Ð­ˆÿÿ%`•hÁ­ˆÿÿ,gDf˜hÁ­ˆÿÿ%`•À­ˆÿÿ0gDf˜À­ˆÿÿ%`•` ˆÿÿ4gDf˜` ˆÿÿ%`•ha ˆÿÿ8gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ<gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ@gDf˜8d ˆÿÿ%`• e ˆÿÿDgDf˜ e ˆÿÿ%`•¨l ˆÿÿHgDf˜¨l ˆÿÿ%`•8Ä%ˆÿÿLgDf˜8Ä%ˆÿÿ%`•ÐÂ%ˆÿÿPgDf˜ÐÂ%ˆÿÿ%`•hÁ%ˆÿÿTgDf˜hÁ%ˆÿÿ%`•À%ˆÿÿXgDf˜À%ˆÿÿ%`•`Oˆÿÿ\gDf˜`Oˆÿÿ%`•haOˆÿÿ`gDf˜haOˆÿÿ%`•ÐbOˆÿÿdgDf˜ÐbOˆÿÿ%`•8dOˆÿÿhgDf˜8dOˆÿÿ%`• eOˆÿÿlgDf˜ eOˆÿÿ%`•gOˆÿÿpgDf˜gOˆÿÿ%`•phOˆÿÿtgDf˜phOˆÿÿ%`•ØiOˆÿÿxgDf˜ØiOˆÿÿ%`•@kOˆÿÿ|gDf˜@kOˆÿÿ%`•¨lOˆÿÿ€gDf˜¨lOˆÿÿ%`•nOˆÿÿ„gDf˜nOˆÿÿ%`•Î%ˆÿÿˆgDf˜Î%ˆÿÿ%`•¨Ì%ˆÿÿŒgDf˜¨Ì%ˆÿÿ%`•@Ë%ˆÿÿgDf˜@Ë%ˆÿÿ%`•ØÉ%ˆÿÿ”gDf˜ØÉ%ˆÿÿ%`•pÈ%ˆÿÿ˜gDf˜pÈ%ˆÿÿ%`•Ç%ˆÿÿœgDf˜Ç%ˆÿÿ%`• Å%ˆÿÿ gDf˜ Å%ˆÿÿ%`•n ˆÿÿ¤gDf˜n ˆÿÿ%`•g ˆÿÿ¨gDf˜g ˆÿÿ%`•ph ˆÿÿ¬gDf˜ph ˆÿÿ%`•Øi ˆÿÿ°gDf˜Øi ˆÿÿ%`•@k ˆÿÿ´gDf˜@k ˆÿÿ%`•À¥ˆÿÿ¸gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ¼gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿÀgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿÄgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿÈgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿÌgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿÐgDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿÔgDf˜ØÉ¥ˆÿÿ%`•8¿ˆÿÿØgDf˜8¿ˆÿÿ%`•пˆÿÿÜgDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿàgDf˜h¿ˆÿÿ%`•¿ˆÿÿägDf˜¿ˆÿÿ%`•¿ˆÿÿègDf˜¿ˆÿÿ%`•¨¿ˆÿÿìgDf˜¨¿ˆÿÿ%`•@¿ˆÿÿðgDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿôgDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿøgDf˜p¿ˆÿÿ%`•¿ˆÿÿügDf˜¿ˆÿÿ%`• ¿ˆÿÿgDf˜ ¿ˆÿÿ%`•@Ë¥ˆÿÿgDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿgDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ gDf˜Î¥ˆÿÿ%`•8Ä­ˆÿÿgDf˜8Ä­ˆÿÿ%`•έˆÿÿgDf˜έˆÿÿ%`•¨Ì­ˆÿÿgDf˜¨Ì­ˆÿÿ%`•@Ë­ˆÿÿgDf˜@Ë­ˆÿÿ%`•ØÉ­ˆÿÿ gDf˜ØÉ­ˆÿÿ%`•pÈ­ˆÿÿ$gDf˜pÈ­ˆÿÿ%`•Ç­ˆÿÿ(gDf˜Ç­ˆÿÿ%`• Å­ˆÿÿ,gDf˜ Å­ˆÿÿ%`•0Å ˆÿÿ0gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ4gDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ8gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ<gDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ@gDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿDgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿHgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿLgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿPgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿTgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿXgDf˜>Å ˆÿÿ%`• ½ˆÿÿ\gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ`gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿdgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿhgDf˜8$½ˆÿÿ%`• %½ˆÿÿlgDf˜ %½ˆÿÿ%`•'½ˆÿÿpgDf˜'½ˆÿÿ%`•p(½ˆÿÿtgDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿxgDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ|gDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ€gDf˜¨,½ˆÿÿ%`•.½ˆÿÿ„gDf˜.½ˆÿÿ%`•¨<™ˆÿÿˆgDf˜¨<™ˆÿÿ%`•>™ˆÿÿŒgDf˜>™ˆÿÿ%`•ð ˆÿÿgDf˜ð ˆÿÿ%`•hñ ˆÿÿ”gDf˜hñ ˆÿÿ%`•  ˆÿÿ˜gDf˜  ˆÿÿ%`•JˆÿÿœgDf˜Jˆÿÿ%`•hJˆÿÿ gDf˜hJˆÿÿ%`•ÐJˆÿÿ¤gDf˜ÐJˆÿÿ%`•8Jˆÿÿ¨gDf˜8Jˆÿÿ%`•8Äʈÿÿ¬gDf˜8Äʈÿÿ%`•ÐÂʈÿÿ°gDf˜ÐÂʈÿÿ%`•hÁʈÿÿ´gDf˜hÁʈÿÿ%`•Àʈÿÿ¸gDf˜Àʈÿÿ%`•@ˆÿÿ¼gDf˜@ˆÿÿ%`•hAˆÿÿÀgDf˜hAˆÿÿ%`•ÐBˆÿÿÄgDf˜ÐBˆÿÿ%`•8DˆÿÿÈgDf˜8Dˆÿÿ%`•8ˆÿÿÌgDf˜8ˆÿÿ%`•ЈÿÿÐgDf˜Ðˆÿÿ%`•hˆÿÿÔgDf˜hˆÿÿ%`•ˆÿÿØgDf˜ˆÿÿ%`•ˆÿÿÜgDf˜ˆÿÿ%`•hˆÿÿàgDf˜hˆÿÿ%`•ЈÿÿägDf˜Ðˆÿÿ%`•8ˆÿÿègDf˜8ˆÿÿ%`• ˆÿÿìgDf˜ ˆÿÿ%`•ˆÿÿôgDf˜ˆÿÿ%`•pˆÿÿøgDf˜pˆÿÿ%`•Ø ˆÿÿügDf˜Ø ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•Ø ˆÿÿ gDf˜Ø ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`• ˆÿÿ $gDf˜ ˆÿÿ%`• Eˆÿÿ (gDf˜ Eˆÿÿ%`•Gˆÿÿ ,gDf˜Gˆÿÿ%`•pHˆÿÿ 0gDf˜pHˆÿÿ%`•ØIˆÿÿ 4gDf˜ØIˆÿÿ%`•@Kˆÿÿ 8gDf˜@Kˆÿÿ%`•¨Lˆÿÿ <gDf˜¨Lˆÿÿ%`•Nˆÿÿ @gDf˜Nˆÿÿ%`•Îʈÿÿ DgDf˜Îʈÿÿ%`•¨Ìʈÿÿ HgDf˜¨Ìʈÿÿ%`•@Ëʈÿÿ LgDf˜@Ëʈÿÿ%`•ØÉʈÿÿ PgDf˜ØÉʈÿÿ%`•pÈʈÿÿ TgDf˜pÈʈÿÿ%`•Çʈÿÿ XgDf˜Çʈÿÿ%`• Åʈÿÿ \gDf˜ Åʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ `gDf˜'ˆÿÿ%`• ÅʈÿÿgDf˜ Åʈÿÿ%`•ØÉʈÿÿ gDf˜ØÉʈÿÿ%`•pÈʈÿÿgDf˜pÈʈÿÿ%`•@Ëʈÿÿ7ègDf˜@Ëʈÿÿ%`•Çʈÿÿ`ÈgDf˜Çʈÿÿ%`•¨ÌʈÿÿgDf˜¨Ìʈÿÿ%`•hÁʈÿÿƒ,gDf˜hÁʈÿÿ%`•Àʈÿÿƒ4gDf˜Àʈÿÿ%`•ÎʈÿÿÑdgDf˜Îʈÿÿ%`•8ÄʈÿÿìlgDf˜8Äʈÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•ÐÂʈÿÿƒ<gDf˜ÐÂʈÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ dgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ hgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!hgDf˜'ˆÿÿ%`•pˆÿÿ!lügDf˜pˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"hgDf˜'ˆÿÿ%`•pˆÿÿ"lˆgDf˜pˆÿÿ%`•wˆÿÿ#øgDf˜wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ˆgDf˜'ˆÿÿ%`•wˆÿÿ$ŒügDf˜wˆÿÿ%`•pˆÿÿ&ˆpgDf˜pˆÿÿ%`• uˆÿÿ'üügDf˜ uˆÿÿ%`•8tˆÿÿ)øgDf˜8tˆÿÿ%`•pxˆÿÿ)üügDf˜pxˆÿÿ%`•Ðrˆÿÿ+øgDf˜Ðrˆÿÿ%`•hqˆÿÿ,ügDf˜hqˆÿÿ%`•Øyˆÿÿ-ügDf˜Øyˆÿÿ%`•@{ˆÿÿ.gDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.gDf˜'ˆÿÿ%`•Øyˆÿÿ{°gDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿzL gDf˜@{ˆÿÿ%`•Øyˆÿÿ{gDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•@{ˆÿÿ/øgDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿ~gDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿ{tgDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿ!gDf˜@{ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•@{ˆÿÿ. gDf˜@{ˆÿÿ%`•Øyˆÿÿ.$ÜgDf˜Øyˆÿÿ%`•hqˆÿÿ0hgDf˜hqˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0lgDf˜'ˆÿÿ%`•hqˆÿÿ0pgDf˜hqˆÿÿ%`•hqˆÿÿ0tgDf˜hqˆÿÿ%`•hqˆÿÿ0xgDf˜hqˆÿÿ%`•hqˆÿÿ0|gDf˜hqˆÿÿ%`•hqˆÿÿ0€gDf˜hqˆÿÿ%`•hqˆÿÿ0„gDf˜hqˆÿÿ%`•hqˆÿÿ0ˆgDf˜hqˆÿÿ%`•hqˆÿÿ0ŒgDf˜hqˆÿÿ%`•hqˆÿÿ0gDf˜hqˆÿÿ%`•hqˆÿÿ0”gDf˜hqˆÿÿ%`•wˆÿÿ0˜gDf˜wˆÿÿ%`•wˆÿÿ0œgDf˜wˆÿÿ%`•hqˆÿÿ0 gDf˜hqˆÿÿ%`•¨|ˆÿÿ0¤gDf˜¨|ˆÿÿ%`•~ˆÿÿ0¨gDf˜~ˆÿÿ%`•pˆÿÿ0¬gDf˜pˆÿÿ%`• uˆÿÿ0°gDf˜ uˆÿÿ%`•8tˆÿÿ0´gDf˜8tˆÿÿ%`•pxˆÿÿ0¸gDf˜pxˆÿÿ%`•Ðrˆÿÿ0¼gDf˜Ðrˆÿÿ%`•Ðrˆÿÿ0ÀgDf˜Ðrˆÿÿ%`•pxˆÿÿ0ÄgDf˜pxˆÿÿ%`•8tˆÿÿ0ÈgDf˜8tˆÿÿ%`• uˆÿÿ0ÌgDf˜ uˆÿÿ%`•pˆÿÿ0ÐgDf˜pˆÿÿ%`•~ˆÿÿ0ÔgDf˜~ˆÿÿ%`•¨|ˆÿÿ0ØgDf˜¨|ˆÿÿ%`•hqˆÿÿ0ÜgDf˜hqˆÿÿ%`•wˆÿÿ0àgDf˜wˆÿÿ%`•Øyˆÿÿ0ägDf˜Øyˆÿÿ%`•@{ˆÿÿ0ègDf˜@{ˆÿÿ%`•¨<™ˆÿÿ0ìgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0ðgDf˜>™ˆÿÿ%`•€6ˆÿÿ0ôgDf˜€6ˆÿÿ%`•h6ˆÿÿ0øgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ0ügDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ1gDf˜8„6ˆÿÿ%`• …6ˆÿÿ1gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ1gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ1 gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ1gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ1gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ1gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ1gDf˜Ž6ˆÿÿ%`• ïˆÿÿ1 gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ1$gDf˜h¡ïˆÿÿ%`•Тïˆÿÿ1(gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ1,gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ10gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ14gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ18gDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ1<gDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ1@gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ1DgDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ1HgDf˜®ïˆÿÿ%`•>™ˆÿÿ1LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1PgDf˜¨<™ˆÿÿ%`•؉6ˆÿÿ1TgDf˜Ø‰6ˆÿÿ%`•pˆ6ˆÿÿ1XgDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿ1\gDf˜‡6ˆÿÿ%`• …6ˆÿÿ1`gDf˜ …6ˆÿÿ%`•8„6ˆÿÿ1dgDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿ1hgDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿ1lgDf˜h6ˆÿÿ%`•€6ˆÿÿ1pgDf˜€6ˆÿÿ%`•ÀÖˆÿÿ1tgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ1xgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ1|gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ1€gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ1„gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ1ˆgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ1ŒgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ1gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ1”gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ1˜gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ1œgDf˜ÎÖˆÿÿ%`•pŸ ˆÿÿ1 gDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ1¤gDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿ1¨gDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿ1¬gDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿ1°gDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿ1´gDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿ1¸gDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿ1¼gDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿ1ÀgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿ1ÄgDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ1ÈgDf˜~Ÿ ˆÿÿ%`•@ ˆÿÿ1ÌgDf˜@ ˆÿÿ%`•hA ˆÿÿ1ÐgDf˜hA ˆÿÿ%`•ÐB ˆÿÿ1ÔgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ1ØgDf˜8D ˆÿÿ%`• E ˆÿÿ1ÜgDf˜ E ˆÿÿ%`•G ˆÿÿ1àgDf˜G ˆÿÿ%`•pH ˆÿÿ1ägDf˜pH ˆÿÿ%`•ØI ˆÿÿ1ègDf˜ØI ˆÿÿ%`•@K ˆÿÿ1ìgDf˜@K ˆÿÿ%`•¨L ˆÿÿ1ðgDf˜¨L ˆÿÿ%`•N ˆÿÿ1ôgDf˜N ˆÿÿ%`•À߈ÿÿ1øgDf˜À߈ÿÿ%`•hÁ߈ÿÿ1ügDf˜hÁ߈ÿÿ%`•ÐÂ߈ÿÿ2gDf˜ÐÂ߈ÿÿ%`•8Ä߈ÿÿ2gDf˜8Ä߈ÿÿ%`• Å߈ÿÿ2gDf˜ Å߈ÿÿ%`•Ç߈ÿÿ2 gDf˜Ç߈ÿÿ%`•pÈ߈ÿÿ2gDf˜pÈ߈ÿÿ%`•ØÉ߈ÿÿ2gDf˜ØÉ߈ÿÿ%`•@Ë߈ÿÿ2gDf˜@Ë߈ÿÿ%`•¨Ì߈ÿÿ2gDf˜¨Ì߈ÿÿ%`•Î߈ÿÿ2 gDf˜Î߈ÿÿ%`•Gˆÿÿ2$gDf˜Gˆÿÿ%`•hGˆÿÿ2(gDf˜hGˆÿÿ%`•ÐGˆÿÿ2,gDf˜ÐGˆÿÿ%`•8Gˆÿÿ20gDf˜8Gˆÿÿ%`• Gˆÿÿ24gDf˜ Gˆÿÿ%`•Gˆÿÿ28gDf˜Gˆÿÿ%`•pGˆÿÿ2<gDf˜pGˆÿÿ%`•ØGˆÿÿ2@gDf˜ØGˆÿÿ%`•@Gˆÿÿ2DgDf˜@Gˆÿÿ%`•¨Gˆÿÿ2HgDf˜¨Gˆÿÿ%`•Gˆÿÿ2LgDf˜Gˆÿÿ%`•¡ˆÿÿ2PgDf˜¡ˆÿÿ%`•h¡ˆÿÿ2TgDf˜h¡ˆÿÿ%`•Сˆÿÿ2XgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ2\gDf˜8¡ˆÿÿ%`• ¡ˆÿÿ2`gDf˜ ¡ˆÿÿ%`•¡ˆÿÿ2dgDf˜¡ˆÿÿ%`•p¡ˆÿÿ2hgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ2lgDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ2pgDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ2tgDf˜¨¡ˆÿÿ%`•¡ˆÿÿ2xgDf˜¡ˆÿÿ%`•¨<™ˆÿÿ2|gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ2€gDf˜>™ˆÿÿ%`•ÀÖˆÿÿ2„gDf˜ÀÖˆÿÿ%`•àœ ˆÿÿ2ˆgDf˜àœ ˆÿÿ%`•hᜠˆÿÿ2ŒgDf˜hᜠˆÿÿ%`•Ð✠ˆÿÿ2gDf˜Ð✠ˆÿÿ%`•8äœ ˆÿÿ2”gDf˜8äœ ˆÿÿ%`• åœ ˆÿÿ2˜gDf˜ åœ ˆÿÿ%`•çœ ˆÿÿ2œgDf˜çœ ˆÿÿ%`•pèœ ˆÿÿ2 gDf˜pèœ ˆÿÿ%`•Øéœ ˆÿÿ2¤gDf˜Øéœ ˆÿÿ%`•@ëœ ˆÿÿ2¨gDf˜@ëœ ˆÿÿ%`•¨ìœ ˆÿÿ2¬gDf˜¨ìœ ˆÿÿ%`•îœ ˆÿÿ2°gDf˜îœ ˆÿÿ%`•Àʈÿÿ2´gDf˜Àʈÿÿ%`•hÁʈÿÿ2¸gDf˜hÁʈÿÿ%`•ÐÂʈÿÿ2¼gDf˜ÐÂʈÿÿ%`•8Äʈÿÿ2ÀgDf˜8Äʈÿÿ%`• Åʈÿÿ2ÄgDf˜ Åʈÿÿ%`•Çʈÿÿ2ÈgDf˜Çʈÿÿ%`•pÈʈÿÿ2ÌgDf˜pÈʈÿÿ%`•ØÉʈÿÿ2ÐgDf˜ØÉʈÿÿ%`•@Ëʈÿÿ2ÔgDf˜@Ëʈÿÿ%`•¨Ìʈÿÿ2ØgDf˜¨Ìʈÿÿ%`•Îʈÿÿ2ÜgDf˜Îʈÿÿ%`•pˆÿÿ2àgDf˜pˆÿÿ%`•hqˆÿÿ2ägDf˜hqˆÿÿ%`•Ðrˆÿÿ2ègDf˜Ðrˆÿÿ%`•8tˆÿÿ2ìgDf˜8tˆÿÿ%`• uˆÿÿ2ðgDf˜ uˆÿÿ%`•wˆÿÿ2ôgDf˜wˆÿÿ%`•pxˆÿÿ2øgDf˜pxˆÿÿ%`•Øyˆÿÿ2ügDf˜Øyˆÿÿ%`•@{ˆÿÿ3gDf˜@{ˆÿÿ%`•¨|ˆÿÿ3gDf˜¨|ˆÿÿ%`•~ˆÿÿ3gDf˜~ˆÿÿ%`• Èÿÿ3 gDf˜ Èÿÿ%`•h!Èÿÿ3gDf˜h!Èÿÿ%`•Ð"Èÿÿ3gDf˜Ð"Èÿÿ%`•8$Èÿÿ3gDf˜8$Èÿÿ%`• %Èÿÿ3gDf˜ %Èÿÿ%`•'Èÿÿ3 gDf˜'Èÿÿ%`•p(Èÿÿ3$gDf˜p(Èÿÿ%`•Ø)Èÿÿ3(gDf˜Ø)Èÿÿ%`•@+Èÿÿ3,gDf˜@+Èÿÿ%`•¨,Èÿÿ30gDf˜¨,Èÿÿ%`•.Èÿÿ34gDf˜.Èÿÿ%`•0¤ ˆÿÿ38gDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ3<gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ3@gDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ3DgDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ3HgDf˜ 5¤ ˆÿÿ%`•7¤ ˆÿÿ3LgDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ3PgDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ3TgDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ3XgDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿ3\gDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ3`gDf˜>¤ ˆÿÿ%`• ˆÿÿ3dgDf˜ ˆÿÿ%`•h!ˆÿÿ3hgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ3lgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ3pgDf˜8$ˆÿÿ%`• %ˆÿÿ3tgDf˜ %ˆÿÿ%`•'ˆÿÿ3xgDf˜'ˆÿÿ%`•p(ˆÿÿ3|gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ3€gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ3„gDf˜@+ˆÿÿ%`•¨,ˆÿÿ3ˆgDf˜¨,ˆÿÿ%`•.ˆÿÿ3ŒgDf˜.ˆÿÿ%`•À\ˆÿÿ3gDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ3”gDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ3˜gDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ3œgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ3 gDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ3¤gDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ3¨gDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ3¬gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ3°gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ3´gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ3¸gDf˜Î\ˆÿÿ%`•ðhˆÿÿ3¼gDf˜ðhˆÿÿ%`•hñhˆÿÿ3ÀgDf˜hñhˆÿÿ%`•Ðòhˆÿÿ3ÄgDf˜Ðòhˆÿÿ%`•8ôhˆÿÿ3ÈgDf˜8ôhˆÿÿ%`• õhˆÿÿ3ÌgDf˜ õhˆÿÿ%`•÷hˆÿÿ3ÐgDf˜÷hˆÿÿ%`•pøhˆÿÿ3ÔgDf˜pøhˆÿÿ%`•Øùhˆÿÿ3ØgDf˜Øùhˆÿÿ%`•@ûhˆÿÿ3ÜgDf˜@ûhˆÿÿ%`•¨ühˆÿÿ3àgDf˜¨ühˆÿÿ%`•þhˆÿÿ3ägDf˜þhˆÿÿ%`•Pˆÿÿ3ègDf˜Pˆÿÿ%`•hQˆÿÿ3ìgDf˜hQˆÿÿ%`•ÐRˆÿÿ3ðgDf˜ÐRˆÿÿ%`•8Tˆÿÿ3ôgDf˜8Tˆÿÿ%`• Uˆÿÿ3øgDf˜ Uˆÿÿ%`•Wˆÿÿ3ügDf˜Wˆÿÿ%`•pXˆÿÿ4gDf˜pXˆÿÿ%`•ØYˆÿÿ4gDf˜ØYˆÿÿ%`•@[ˆÿÿ4 gDf˜@[ˆÿÿ%`•¨\ˆÿÿ4gDf˜¨\ˆÿÿ%`•^ˆÿÿ4gDf˜^ˆÿÿ%`•ÎÖˆÿÿ4gDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ4gDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ4 gDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ4$gDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ4(gDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ4,gDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ40gDf˜ ÅÖˆÿÿ%`•8ÄÖˆÿÿ44gDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ48gDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ4<gDf˜hÁÖˆÿÿ%`•8Ä߈ÿÿ4@gDf˜8Ä߈ÿÿ%`•ÐÂ߈ÿÿ4DgDf˜ÐÂ߈ÿÿ%`•hÁ߈ÿÿ4HgDf˜hÁ߈ÿÿ%`•À߈ÿÿ4LgDf˜À߈ÿÿ%`•àˆÿÿ4PgDf˜àˆÿÿ%`•háˆÿÿ4TgDf˜háˆÿÿ%`•Ðâˆÿÿ4XgDf˜Ðâˆÿÿ%`•8äˆÿÿ4\gDf˜8äˆÿÿ%`• åˆÿÿ4`gDf˜ åˆÿÿ%`•çˆÿÿ4dgDf˜çˆÿÿ%`•pèˆÿÿ4hgDf˜pèˆÿÿ%`•Øéˆÿÿ4lgDf˜Øéˆÿÿ%`•@ëˆÿÿ4pgDf˜@ëˆÿÿ%`•¨ìˆÿÿ4tgDf˜¨ìˆÿÿ%`•îˆÿÿ4xgDf˜îˆÿÿ%`•ôˆÿÿ4|gDf˜ôˆÿÿ%`•hôˆÿÿ4€gDf˜hôˆÿÿ%`•Ðôˆÿÿ4„gDf˜Ðôˆÿÿ%`•8ôˆÿÿ4ˆgDf˜8ôˆÿÿ%`• ôˆÿÿ4ŒgDf˜ ôˆÿÿ%`•ôˆÿÿ4gDf˜ôˆÿÿ%`•pôˆÿÿ4”gDf˜pôˆÿÿ%`•Ø ôˆÿÿ4˜gDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ4œgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ4 gDf˜¨ ôˆÿÿ%`•ôˆÿÿ4¤gDf˜ôˆÿÿ%`•Î߈ÿÿ4¨gDf˜Î߈ÿÿ%`•¨Ì߈ÿÿ4¬gDf˜¨Ì߈ÿÿ%`•@Ë߈ÿÿ4°gDf˜@Ë߈ÿÿ%`•ØÉ߈ÿÿ4´gDf˜ØÉ߈ÿÿ%`•pÈ߈ÿÿ4¸gDf˜pÈ߈ÿÿ%`•Ç߈ÿÿ4¼gDf˜Ç߈ÿÿ%`• Å߈ÿÿ4ÀgDf˜ Å߈ÿÿ%`•>™ˆÿÿ4ÄgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4ÈgDf˜¨<™ˆÿÿ%`•ÀÖˆÿÿ4ÌgDf˜ÀÖˆÿÿ%`•Gˆÿÿ4ÐgDf˜Gˆÿÿ%`•hGˆÿÿ4ÔgDf˜hGˆÿÿ%`•ÐGˆÿÿ4ØgDf˜ÐGˆÿÿ%`•8Gˆÿÿ4ÜgDf˜8Gˆÿÿ%`• Gˆÿÿ4àgDf˜ Gˆÿÿ%`•Gˆÿÿ4ägDf˜Gˆÿÿ%`•pGˆÿÿ4ègDf˜pGˆÿÿ%`•ØGˆÿÿ4ìgDf˜ØGˆÿÿ%`•@Gˆÿÿ4ðgDf˜@Gˆÿÿ%`•¨Gˆÿÿ4ôgDf˜¨Gˆÿÿ%`•Gˆÿÿ4øgDf˜Gˆÿÿ%`•¬ˆÿÿ4ügDf˜¬ˆÿÿ%`•h¬ˆÿÿ5gDf˜h¬ˆÿÿ%`•Ьˆÿÿ5gDf˜Ð¬ˆÿÿ%`•8¬ˆÿÿ5gDf˜8¬ˆÿÿ%`• ¬ˆÿÿ5 gDf˜ ¬ˆÿÿ%`•¬ˆÿÿ5gDf˜¬ˆÿÿ%`•p¬ˆÿÿ5gDf˜p¬ˆÿÿ%`•جˆÿÿ5gDf˜Ø¬ˆÿÿ%`•@¬ˆÿÿ5gDf˜@¬ˆÿÿ%`•¨¬ˆÿÿ5 gDf˜¨¬ˆÿÿ%`•¬ˆÿÿ5$gDf˜¬ˆÿÿ%`•à ˆÿÿ5(gDf˜à ˆÿÿ%`•há ˆÿÿ5,gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ50gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ54gDf˜8ä ˆÿÿ%`• å ˆÿÿ58gDf˜ å ˆÿÿ%`•ç ˆÿÿ5<gDf˜ç ˆÿÿ%`•pè ˆÿÿ5@gDf˜pè ˆÿÿ%`•Øé ˆÿÿ5DgDf˜Øé ˆÿÿ%`•@ë ˆÿÿ5HgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ5LgDf˜¨ì ˆÿÿ%`•î ˆÿÿ5PgDf˜î ˆÿÿ%`•PÚˆÿÿ5TgDf˜PÚˆÿÿ%`•hQÚˆÿÿ5XgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ5\gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ5`gDf˜8TÚˆÿÿ%`• UÚˆÿÿ5dgDf˜ UÚˆÿÿ%`•WÚˆÿÿ5hgDf˜WÚˆÿÿ%`•pXÚˆÿÿ5lgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ5pgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ5tgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ5xgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ5|gDf˜^Úˆÿÿ%`•¨<¤ ˆÿÿ5€gDf˜¨<¤ ˆÿÿ%`•@;¤ ˆÿÿ5„gDf˜@;¤ ˆÿÿ%`•Ø9¤ ˆÿÿ5ˆgDf˜Ø9¤ ˆÿÿ%`•p8¤ ˆÿÿ5ŒgDf˜p8¤ ˆÿÿ%`•7¤ ˆÿÿ5gDf˜7¤ ˆÿÿ%`• 5¤ ˆÿÿ5”gDf˜ 5¤ ˆÿÿ%`•84¤ ˆÿÿ5˜gDf˜84¤ ˆÿÿ%`•Ð2¤ ˆÿÿ5œgDf˜Ð2¤ ˆÿÿ%`•h1¤ ˆÿÿ5 gDf˜h1¤ ˆÿÿ%`•0¤ ˆÿÿ5¤gDf˜0¤ ˆÿÿ%`•A ˆÿÿ5¨gDf˜A ˆÿÿ%`•hA ˆÿÿ5¬gDf˜hA ˆÿÿ%`•ÐA ˆÿÿ5°gDf˜ÐA ˆÿÿ%`•8A ˆÿÿ5´gDf˜8A ˆÿÿ%`• A ˆÿÿ5¸gDf˜ A ˆÿÿ%`•A ˆÿÿ5¼gDf˜A ˆÿÿ%`•pA ˆÿÿ5ÀgDf˜pA ˆÿÿ%`•Ø A ˆÿÿ5ÄgDf˜Ø A ˆÿÿ%`•@ A ˆÿÿ5ÈgDf˜@ A ˆÿÿ%`•¨ A ˆÿÿ5ÌgDf˜¨ A ˆÿÿ%`•A ˆÿÿ5ÐgDf˜A ˆÿÿ%`• Ëˆÿÿ5ÔgDf˜ Ëˆÿÿ%`•h¡Ëˆÿÿ5ØgDf˜h¡Ëˆÿÿ%`•Тˈÿÿ5ÜgDf˜Ð¢Ëˆÿÿ%`•@«Ëˆÿÿ5àügDf˜@«Ëˆÿÿ%`•¨¬Ëˆÿÿ7Ü,gDf˜¨¬Ëˆÿÿ%`•®Ëˆÿÿ8 ügDf˜®Ëˆÿÿ%`•>¤ ˆÿÿ:ügDf˜>¤ ˆÿÿ%`•@ûhˆÿÿ<gDf˜@ûhˆÿÿ%`•Øùhˆÿÿ<ügDf˜Øùhˆÿÿ%`•pøhˆÿÿ> ügDf˜pøhˆÿÿ%`•÷hˆÿÿ@gDf˜÷hˆÿÿ%`• õhˆÿÿ@8gDf˜ õhˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@LgDf˜'ˆÿÿ%`•§ËˆÿÿgDf˜§Ëˆÿÿ%`•8¤ËˆÿÿgDf˜8¤Ëˆÿÿ%`•ةˈÿÿ}DgDf˜Ø©Ëˆÿÿ%`• ¥Ëˆÿÿ}LgDf˜ ¥Ëˆÿÿ%`•p¨ËˆÿÿáìgDf˜p¨Ëˆÿÿ%`• õhˆÿÿ gDf˜ õhˆÿÿ%`•pøhˆÿÿ gDf˜pøhˆÿÿ%`• õhˆÿÿáðgDf˜ õhˆÿÿ%`•ØùhˆÿÿâgDf˜Øùhˆÿÿ%`•Øùhˆÿÿ gDf˜Øùhˆÿÿ%`•Øùhˆÿÿâ8gDf˜Øùhˆÿÿ%`•Øùhˆÿÿ gDf˜Øùhˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•@½ˆÿÿõ€gDf˜@½ˆÿÿ%`•pH½ˆÿÿö„gDf˜pH½ˆÿÿ%`•8D½ˆÿÿöДgDf˜8D½ˆÿÿ%`•hA½ˆÿÿ÷dügDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿù`gDf˜ÐB½ˆÿÿ%`• E½ˆÿÿ gDf˜ E½ˆÿÿ%`•G½ˆÿÿ ügDf˜G½ˆÿÿ%`•ØI½ˆÿÿ ˜gDf˜ØI½ˆÿÿ%`•@K½ˆÿÿ ¬ügDf˜@K½ˆÿÿ%`•¨L½ˆÿÿ¨\gDf˜¨L½ˆÿÿ%`•`‡ˆÿÿ gDf˜`‡ˆÿÿ%`•N½ˆÿÿo¸xgDf˜N½ˆÿÿ%`•@ûhˆÿÿƒ,gDf˜@ûhˆÿÿ%`•Øùhˆÿÿƒ8gDf˜Øùhˆÿÿ%`•÷hˆÿÿgDf˜÷hˆÿÿ%`•þhˆÿÿgDf˜þhˆÿÿ%`•¨ühˆÿÿ‘gDf˜¨ühˆÿÿ%`•8ôhˆÿÿ˜gDf˜8ôhˆÿÿ%`•Ðòhˆÿÿ™ gDf˜Ðòhˆÿÿ%`•hñhˆÿÿ gDf˜hñhˆÿÿ%`•ðhˆÿÿ¡gDf˜ðhˆÿÿ%`• õhˆÿÿâHgDf˜ õhˆÿÿ%`•pøhˆÿÿâTLgDf˜pøhˆÿÿ%`•`‡ˆÿÿ gDf˜`‡ˆÿÿ%`•`‡ˆÿÿ@PgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ@TügDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿBP”gDf˜Ðb‡ˆÿÿ%`• e‡ˆÿÿÔgDf˜ e‡ˆÿÿ%`•8d‡ˆÿÿ¤,gDf˜8d‡ˆÿÿ%`•g‡ˆÿÿبgDf˜g‡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•8dEˆÿÿ„PgDf˜8dEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•8dEˆÿÿØLgDf˜8dEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•8dEˆÿÿ(ügDf˜8dEˆÿÿ%`•ÐbEˆÿÿ$°gDf˜ÐbEˆÿÿ%`•gEˆÿÿÜgDf˜gEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•gEˆÿÿøügDf˜gEˆÿÿ%`•ÐbEˆÿÿ ôègDf˜ÐbEˆÿÿ%`•8dEˆÿÿ àügDf˜8dEˆÿÿ%`• eEˆÿÿ ÜgDf˜ eEˆÿÿ%`•haEˆÿÿ àügDf˜haEˆÿÿ%`•`EˆÿÿÜgDf˜`Eˆÿÿ%`•phEˆÿÿäügDf˜phEˆÿÿ%`•ØiEˆÿÿàgDf˜ØiEˆÿÿ%`•@kEˆÿÿäügDf˜@kEˆÿÿ%`•¨lEˆÿÿàgDf˜¨lEˆÿÿ%`•nEˆÿÿèügDf˜nEˆÿÿ%`•¨<™ˆÿÿägDf˜¨<™ˆÿÿ%`•>™ˆÿÿè„gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•ÐR­ˆÿÿzDgDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ}ôgDf˜hQ­ˆÿÿ%`•P­ˆÿÿ¸gDf˜P­ˆÿÿ%`•P­ˆÿÿ gDf˜P­ˆÿÿ%`•P­ˆÿÿz4gDf˜P­ˆÿÿ%`•hQ­ˆÿÿzX(gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿz” gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿÜgDf˜8T­ˆÿÿ%`• U­ˆÿÿã8ügDf˜ U­ˆÿÿ%`•W­ˆÿÿå4ügDf˜W­ˆÿÿ%`•pX­ˆÿÿç0ügDf˜pX­ˆÿÿ%`•ØY­ˆÿÿé,gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿê8PgDf˜@[­ˆÿÿ%`•@[­ˆÿÿ gDf˜@[­ˆÿÿ%`•@[­ˆÿÿpgDf˜@[­ˆÿÿ%`•ØY­ˆÿÿt gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•ØY­ˆÿÿ˜$gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•ØY­ˆÿÿÀ$gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•ØY­ˆÿÿìgDf˜ØY­ˆÿÿ%`•P­ˆÿÿðgDf˜P­ˆÿÿ%`•8T­ˆÿÿôgDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿøgDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿügDf˜hQ­ˆÿÿ%`• U­ˆÿÿgDf˜ U­ˆÿÿ%`•W­ˆÿÿgDf˜W­ˆÿÿ%`•@[­ˆÿÿgDf˜@[­ˆÿÿ%`•pX­ˆÿÿ gDf˜pX­ˆÿÿ%`•¨\­ˆÿÿgDf˜¨\­ˆÿÿ%`•^­ˆÿÿgDf˜^­ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•@¡ˆÿÿ gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ$gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ(gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ,gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ0gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ4gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ8gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ<gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ@gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿDgDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿHgDf˜N¡ˆÿÿ%`•ð,ˆÿÿLgDf˜ð,ˆÿÿ%`•hñ,ˆÿÿPgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿTgDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿXgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ\gDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ`gDf˜÷,ˆÿÿ%`•pø,ˆÿÿdgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿhgDf˜Øù,ˆÿÿ%`•@û,ˆÿÿlgDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿpgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿtgDf˜þ,ˆÿÿ%`•À ˆÿÿxgDf˜À ˆÿÿ%`•hÁ ˆÿÿ|gDf˜hÁ ˆÿÿ%`•Рˆÿÿ€gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ„gDf˜8Ä ˆÿÿ%`• Å ˆÿÿˆgDf˜ Å ˆÿÿ%`•Ç ˆÿÿŒgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ”gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ˜gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿœgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ gDf˜Î ˆÿÿ%`•ðhˆÿÿ¤gDf˜ðhˆÿÿ%`•hñhˆÿÿ¨gDf˜hñhˆÿÿ%`•Ðòhˆÿÿ¬gDf˜Ðòhˆÿÿ%`•8ôhˆÿÿ°gDf˜8ôhˆÿÿ%`• õhˆÿÿ´gDf˜ õhˆÿÿ%`•÷hˆÿÿ¸gDf˜÷hˆÿÿ%`•pøhˆÿÿ¼gDf˜pøhˆÿÿ%`•ØùhˆÿÿÀgDf˜Øùhˆÿÿ%`•@ûhˆÿÿÄgDf˜@ûhˆÿÿ%`•¨ühˆÿÿÈgDf˜¨ühˆÿÿ%`•þhˆÿÿÌgDf˜þhˆÿÿ%`•p ˆÿÿÐgDf˜p ˆÿÿ%`•hq ˆÿÿÔgDf˜hq ˆÿÿ%`•Ðr ˆÿÿØgDf˜Ðr ˆÿÿ%`•8t ˆÿÿÜgDf˜8t ˆÿÿ%`• u ˆÿÿàgDf˜ u ˆÿÿ%`•w ˆÿÿägDf˜w ˆÿÿ%`•px ˆÿÿègDf˜px ˆÿÿ%`•Øy ˆÿÿìgDf˜Øy ˆÿÿ%`•@{ ˆÿÿðgDf˜@{ ˆÿÿ%`•¨| ˆÿÿôgDf˜¨| ˆÿÿ%`•~ ˆÿÿøgDf˜~ ˆÿÿ%`•¡ˆÿÿügDf˜¡ˆÿÿ%`•h¡ˆÿÿgDf˜h¡ˆÿÿ%`•СˆÿÿgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿgDf˜8¡ˆÿÿ%`• ¡ˆÿÿ gDf˜ ¡ˆÿÿ%`•¡ˆÿÿgDf˜¡ˆÿÿ%`•p¡ˆÿÿgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿgDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿgDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ$gDf˜¡ˆÿÿ%`•0#ˆÿÿ(gDf˜0#ˆÿÿ%`•h1#ˆÿÿ,gDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿ0gDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ4gDf˜84#ˆÿÿ%`• 5#ˆÿÿ8gDf˜ 5#ˆÿÿ%`•7#ˆÿÿ<gDf˜7#ˆÿÿ%`•p8#ˆÿÿ@gDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿDgDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿHgDf˜@;#ˆÿÿ%`•¨<#ˆÿÿLgDf˜¨<#ˆÿÿ%`•>#ˆÿÿPgDf˜>#ˆÿÿ%`•ÀBˆÿÿTgDf˜ÀBˆÿÿ%`•hÁBˆÿÿXgDf˜hÁBˆÿÿ%`•ÐÂBˆÿÿ\gDf˜ÐÂBˆÿÿ%`•8ÄBˆÿÿ`gDf˜8ÄBˆÿÿ%`• ÅBˆÿÿdgDf˜ ÅBˆÿÿ%`•ÇBˆÿÿhgDf˜ÇBˆÿÿ%`•pÈBˆÿÿlgDf˜pÈBˆÿÿ%`•ØÉBˆÿÿpgDf˜ØÉBˆÿÿ%`•@ËBˆÿÿtgDf˜@ËBˆÿÿ%`•¨ÌBˆÿÿxgDf˜¨ÌBˆÿÿ%`•ÎBˆÿÿ|gDf˜ÎBˆÿÿ%`•À߈ÿÿ€gDf˜À߈ÿÿ%`•hÁ߈ÿÿ„gDf˜hÁ߈ÿÿ%`•ÐÂ߈ÿÿˆgDf˜ÐÂ߈ÿÿ%`•8Ä߈ÿÿŒgDf˜8Ä߈ÿÿ%`• Å߈ÿÿgDf˜ Å߈ÿÿ%`•Ç߈ÿÿ”gDf˜Ç߈ÿÿ%`•pÈ߈ÿÿ˜gDf˜pÈ߈ÿÿ%`•ØÉ߈ÿÿœgDf˜ØÉ߈ÿÿ%`•@Ë߈ÿÿ gDf˜@Ë߈ÿÿ%`•¨Ì߈ÿÿ¤gDf˜¨Ì߈ÿÿ%`•Î߈ÿÿ¨gDf˜Î߈ÿÿ%`•ôˆÿÿ¬gDf˜ôˆÿÿ%`•hôˆÿÿ°gDf˜hôˆÿÿ%`•Ðôˆÿÿ´gDf˜Ðôˆÿÿ%`•8ôˆÿÿ¸gDf˜8ôˆÿÿ%`• ôˆÿÿ¼gDf˜ ôˆÿÿ%`•ôˆÿÿÀgDf˜ôˆÿÿ%`•pôˆÿÿÄgDf˜pôˆÿÿ%`•Ø ôˆÿÿÈgDf˜Ø ôˆÿÿ%`•@ ôˆÿÿÌgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿÐgDf˜¨ ôˆÿÿ%`•ôˆÿÿÔgDf˜ôˆÿÿ%`•JˆÿÿØgDf˜Jˆÿÿ%`•hJˆÿÿÜgDf˜hJˆÿÿ%`•ÐJˆÿÿàgDf˜ÐJˆÿÿ%`•8JˆÿÿägDf˜8Jˆÿÿ%`• JˆÿÿègDf˜ Jˆÿÿ%`•JˆÿÿìgDf˜Jˆÿÿ%`•pJˆÿÿðgDf˜pJˆÿÿ%`•ØJˆÿÿôgDf˜ØJˆÿÿ%`•@JˆÿÿøgDf˜@Jˆÿÿ%`•¨JˆÿÿügDf˜¨Jˆÿÿ%`•JˆÿÿgDf˜Jˆÿÿ%`•€ŠˆÿÿgDf˜€Šˆÿÿ%`•hŠˆÿÿgDf˜hŠˆÿÿ%`•ЂŠˆÿÿ gDf˜Ð‚Šˆÿÿ%`•8„ŠˆÿÿgDf˜8„Šˆÿÿ%`• …ŠˆÿÿgDf˜ …Šˆÿÿ%`•‡ŠˆÿÿgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ gDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ$gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ(gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ,gDf˜ŽŠˆÿÿ%`•Бˆÿÿ0gDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ4gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ8gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ<gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ@gDf˜ Õ‘ˆÿÿ%`•בˆÿÿDgDf˜בˆÿÿ%`•pØ‘ˆÿÿHgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿLgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿPgDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿTgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿXgDf˜Þ‘ˆÿÿ%`•Ð1ˆÿÿ\gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ`gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿdgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿhgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿlgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿpgDf˜×1ˆÿÿ%`•pØ1ˆÿÿtgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿxgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ|gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ€gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ„gDf˜Þ1ˆÿÿ%`•¨<™ˆÿÿˆgDf˜¨<™ˆÿÿ%`•>™ˆÿÿŒgDf˜>™ˆÿÿ%`•Øù,ˆÿÿgDf˜Øù,ˆÿÿ%`•pø,ˆÿÿ”gDf˜pø,ˆÿÿ%`•÷,ˆÿÿ˜gDf˜÷,ˆÿÿ%`• õ,ˆÿÿœgDf˜ õ,ˆÿÿ%`•8ô,ˆÿÿ gDf˜8ô,ˆÿÿ%`•Ðò,ˆÿÿ¤gDf˜Ðò,ˆÿÿ%`•hñ,ˆÿÿ¨gDf˜hñ,ˆÿÿ%`•ð,ˆÿÿ¬gDf˜ð,ˆÿÿ%`•¾ˆÿÿ°gDf˜¾ˆÿÿ%`•h¾ˆÿÿ´gDf˜h¾ˆÿÿ%`•оˆÿÿ¸gDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿ¼gDf˜8¾ˆÿÿ%`• ¾ˆÿÿÀgDf˜ ¾ˆÿÿ%`•¾ˆÿÿÄgDf˜¾ˆÿÿ%`•p¾ˆÿÿÈgDf˜p¾ˆÿÿ%`•ؾˆÿÿÌgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿÐgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿÔgDf˜¨¾ˆÿÿ%`•¾ˆÿÿØgDf˜¾ˆÿÿ%`• ‰ ˆÿÿÜgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿàgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿägDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿègDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿìgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿðgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿôgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿøgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿügDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿgDf˜.‰ ˆÿÿ%`•þ,ˆÿÿgDf˜þ,ˆÿÿ%`•¨ü,ˆÿÿ gDf˜¨ü,ˆÿÿ%`•@û,ˆÿÿgDf˜@û,ˆÿÿ%`•px ˆÿÿgDf˜px ˆÿÿ%`•w ˆÿÿgDf˜w ˆÿÿ%`• u ˆÿÿgDf˜ u ˆÿÿ%`•8t ˆÿÿ gDf˜8t ˆÿÿ%`•Ðr ˆÿÿ$gDf˜Ðr ˆÿÿ%`•hq ˆÿÿ(gDf˜hq ˆÿÿ%`•p ˆÿÿ,gDf˜p ˆÿÿ%`•ðhˆÿÿ0gDf˜ðhˆÿÿ%`•hñhˆÿÿ4gDf˜hñhˆÿÿ%`•Ðòhˆÿÿ8gDf˜Ðòhˆÿÿ%`•8ôhˆÿÿ<gDf˜8ôhˆÿÿ%`• õhˆÿÿ@gDf˜ õhˆÿÿ%`•÷hˆÿÿDgDf˜÷hˆÿÿ%`•pøhˆÿÿHgDf˜pøhˆÿÿ%`•ØùhˆÿÿLgDf˜Øùhˆÿÿ%`•@ûhˆÿÿPgDf˜@ûhˆÿÿ%`•¨ühˆÿÿTgDf˜¨ühˆÿÿ%`•þhˆÿÿXgDf˜þhˆÿÿ%`•À ˆÿÿ\gDf˜À ˆÿÿ%`•hÁ ˆÿÿ`gDf˜hÁ ˆÿÿ%`•РˆÿÿdgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿhgDf˜8Ä ˆÿÿ%`• Å ˆÿÿlgDf˜ Å ˆÿÿ%`•Ç ˆÿÿpgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿtgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿxgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ|gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ€gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ„gDf˜Î ˆÿÿ%`•~ ˆÿÿˆgDf˜~ ˆÿÿ%`•¨| ˆÿÿŒgDf˜¨| ˆÿÿ%`•@{ ˆÿÿgDf˜@{ ˆÿÿ%`•Øy ˆÿÿ”gDf˜Øy ˆÿÿ%`•ÇBˆÿÿ˜gDf˜ÇBˆÿÿ%`• ÅBˆÿÿœgDf˜ ÅBˆÿÿ%`•8ÄBˆÿÿ gDf˜8ÄBˆÿÿ%`•ÐÂBˆÿÿ¤gDf˜ÐÂBˆÿÿ%`•hÁBˆÿÿ¨gDf˜hÁBˆÿÿ%`•ÀBˆÿÿ¬gDf˜ÀBˆÿÿ%`•ÀÖˆÿÿ°gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ´gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ¸gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ¼gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿÀgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿÄgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿÈgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿÌgDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿÐgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿÔgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿØgDf˜ÎÖˆÿÿ%`•0#ˆÿÿÜgDf˜0#ˆÿÿ%`•h1#ˆÿÿàgDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿägDf˜Ð2#ˆÿÿ%`•84#ˆÿÿègDf˜84#ˆÿÿ%`• 5#ˆÿÿðgDf˜ 5#ˆÿÿ%`•7#ˆÿÿôgDf˜7#ˆÿÿ%`•p8#ˆÿÿøgDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿügDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿgDf˜@;#ˆÿÿ%`•¨<#ˆÿÿgDf˜¨<#ˆÿÿ%`•>#ˆÿÿgDf˜>#ˆÿÿ%`•ÎBˆÿÿ gDf˜ÎBˆÿÿ%`•¨ÌBˆÿÿgDf˜¨ÌBˆÿÿ%`•@ËBˆÿÿgDf˜@ËBˆÿÿ%`•ØÉBˆÿÿgDf˜ØÉBˆÿÿ%`•pÈBˆÿÿgDf˜pÈBˆÿÿ%`• Jˆÿÿ gDf˜ Jˆÿÿ%`•8Jˆÿÿ$gDf˜8Jˆÿÿ%`•ÐJˆÿÿ(gDf˜ÐJˆÿÿ%`•hJˆÿÿ,gDf˜hJˆÿÿ%`•Jˆÿÿ0gDf˜Jˆÿÿ%`•ôˆÿÿ4gDf˜ôˆÿÿ%`•hôˆÿÿ8gDf˜hôˆÿÿ%`•Ðôˆÿÿ<gDf˜Ðôˆÿÿ%`•8ôˆÿÿ@gDf˜8ôˆÿÿ%`• ôˆÿÿDgDf˜ ôˆÿÿ%`•ôˆÿÿHgDf˜ôˆÿÿ%`•pôˆÿÿLgDf˜pôˆÿÿ%`•Ø ôˆÿÿPgDf˜Ø ôˆÿÿ%`•@ ôˆÿÿTgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿXgDf˜¨ ôˆÿÿ%`•ôˆÿÿ\gDf˜ôˆÿÿ%`•À߈ÿÿ`gDf˜À߈ÿÿ%`•hÁ߈ÿÿdgDf˜hÁ߈ÿÿ%`•ÐÂ߈ÿÿhgDf˜ÐÂ߈ÿÿ%`•8Ä߈ÿÿlgDf˜8Ä߈ÿÿ%`• Å߈ÿÿpgDf˜ Å߈ÿÿ%`•Ç߈ÿÿtgDf˜Ç߈ÿÿ%`•pÈ߈ÿÿxgDf˜pÈ߈ÿÿ%`•ØÉ߈ÿÿ|gDf˜ØÉ߈ÿÿ%`•@Ë߈ÿÿ€gDf˜@Ë߈ÿÿ%`•¨Ì߈ÿÿ„gDf˜¨Ì߈ÿÿ%`•Î߈ÿÿˆgDf˜Î߈ÿÿ%`•JˆÿÿŒgDf˜Jˆÿÿ%`•¨JˆÿÿgDf˜¨Jˆÿÿ%`•@Jˆÿÿ”gDf˜@Jˆÿÿ%`•ØJˆÿÿ˜gDf˜ØJˆÿÿ%`•pJˆÿÿœgDf˜pJˆÿÿ%`•Jˆÿÿ gDf˜Jˆÿÿ%`•8Ô1ˆÿÿ¤gDf˜8Ô1ˆÿÿ%`•ÐÒ1ˆÿÿ¨gDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿ¬gDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿ°gDf˜Ð1ˆÿÿ%`•àˆÿÿ´gDf˜àˆÿÿ%`•háˆÿÿ¸gDf˜háˆÿÿ%`•Ðâˆÿÿ¼gDf˜Ðâˆÿÿ%`•8äˆÿÿÀgDf˜8äˆÿÿ%`• åˆÿÿÄgDf˜ åˆÿÿ%`•çˆÿÿÈgDf˜çˆÿÿ%`•pèˆÿÿÌgDf˜pèˆÿÿ%`•ØéˆÿÿÐgDf˜Øéˆÿÿ%`•@ëˆÿÿÔgDf˜@ëˆÿÿ%`•¨ìˆÿÿØgDf˜¨ìˆÿÿ%`•îˆÿÿÜgDf˜îˆÿÿ%`•€6ˆÿÿàgDf˜€6ˆÿÿ%`•h6ˆÿÿägDf˜h6ˆÿÿ%`•Ђ6ˆÿÿègDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿìgDf˜8„6ˆÿÿ%`• …6ˆÿÿðgDf˜ …6ˆÿÿ%`•‡6ˆÿÿôgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿøgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿügDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿgDf˜Ž6ˆÿÿ%`•Þ1ˆÿÿ gDf˜Þ1ˆÿÿ%`•¨Ü1ˆÿÿgDf˜¨Ü1ˆÿÿ%`•@Û1ˆÿÿgDf˜@Û1ˆÿÿ%`•ØÙ1ˆÿÿgDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿgDf˜pØ1ˆÿÿ%`•×1ˆÿÿ gDf˜×1ˆÿÿ%`• Õ1ˆÿÿ$gDf˜ Õ1ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•ð,ˆÿÿ0gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ4gDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ8gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ<gDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ@gDf˜ õ,ˆÿÿ%`•÷,ˆÿÿDgDf˜÷,ˆÿÿ%`•pø,ˆÿÿHgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿLgDf˜Øù,ˆÿÿ%`•8$‰ ˆÿÿPgDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿTgDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿXgDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿ\gDf˜ ‰ ˆÿÿ%`•ˆÿÿ`gDf˜ˆÿÿ%`•hˆÿÿdgDf˜hˆÿÿ%`•ЈÿÿhgDf˜Ðˆÿÿ%`•8ˆÿÿlgDf˜8ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•ˆÿÿtgDf˜ˆÿÿ%`•pˆÿÿxgDf˜pˆÿÿ%`•Ø ˆÿÿ|gDf˜Ø ˆÿÿ%`•@ ˆÿÿ€gDf˜@ ˆÿÿ%`•¨ ˆÿÿ„gDf˜¨ ˆÿÿ%`•ˆÿÿˆgDf˜ˆÿÿ%`•.‰ ˆÿÿŒgDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿgDf˜¨,‰ ˆÿÿ%`•@+‰ ˆÿÿ”gDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ˜gDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿœgDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿ gDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ¤gDf˜ %‰ ˆÿÿ%`•@û,ˆÿÿ¨gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ¬gDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ°gDf˜þ,ˆÿÿ%`•p ˆÿÿ´gDf˜p ˆÿÿ%`•hq ˆÿÿ¸gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ¼gDf˜Ðr ˆÿÿ%`•8t ˆÿÿÀgDf˜8t ˆÿÿ%`• u ˆÿÿÄgDf˜ u ˆÿÿ%`•w ˆÿÿÈgDf˜w ˆÿÿ%`•px ˆÿÿÌgDf˜px ˆÿÿ%`•8Ä ˆÿÿÐgDf˜8Ä ˆÿÿ%`•РˆÿÿÔgDf˜Ð ˆÿÿ%`•hÁ ˆÿÿØgDf˜hÁ ˆÿÿ%`•À ˆÿÿÜgDf˜À ˆÿÿ%`•0 ˆÿÿàgDf˜0 ˆÿÿ%`•h1 ˆÿÿägDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿègDf˜Ð2 ˆÿÿ%`•84 ˆÿÿìgDf˜84 ˆÿÿ%`• 5 ˆÿÿðgDf˜ 5 ˆÿÿ%`•7 ˆÿÿôgDf˜7 ˆÿÿ%`•p8 ˆÿÿøgDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿügDf˜Ø9 ˆÿÿ%`•@; ˆÿÿgDf˜@; ˆÿÿ%`•¨< ˆÿÿgDf˜¨< ˆÿÿ%`•> ˆÿÿgDf˜> ˆÿÿ%`•Î ˆÿÿ gDf˜Î ˆÿÿ%`•¨Ì ˆÿÿgDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿgDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿgDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿgDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ gDf˜Ç ˆÿÿ%`• Å ˆÿÿ$gDf˜ Å ˆÿÿ%`•Øy ˆÿÿ(gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ,gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ0gDf˜¨| ˆÿÿ%`•~ ˆÿÿ4gDf˜~ ˆÿÿ%`•ÀBˆÿÿ8gDf˜ÀBˆÿÿ%`•hÁBˆÿÿ<gDf˜hÁBˆÿÿ%`•ÐÂBˆÿÿ@gDf˜ÐÂBˆÿÿ%`•8ÄBˆÿÿDgDf˜8ÄBˆÿÿ%`• ÅBˆÿÿHgDf˜ ÅBˆÿÿ%`•ÇBˆÿÿLgDf˜ÇBˆÿÿ%`•84#ˆÿÿPgDf˜84#ˆÿÿ%`•Ð2#ˆÿÿTgDf˜Ð2#ˆÿÿ%`•h1#ˆÿÿXgDf˜h1#ˆÿÿ%`•0#ˆÿÿ\gDf˜0#ˆÿÿ%`•Gˆÿÿ`gDf˜Gˆÿÿ%`•hGˆÿÿdgDf˜hGˆÿÿ%`•ÐGˆÿÿhgDf˜ÐGˆÿÿ%`•¨<#ˆÿÿl„gDf˜¨<#ˆÿÿ%`•@;#ˆÿÿôügDf˜@;#ˆÿÿ%`•Ø9#ˆÿÿ!ðügDf˜Ø9#ˆÿÿ%`•p8#ˆÿÿ#ìgDf˜p8#ˆÿÿ%`•7#ˆÿÿ#øügDf˜7#ˆÿÿ%`• 5#ˆÿÿ%ôÐgDf˜ 5#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ÄgDf˜'ˆÿÿ%`•ØGˆÿÿgDf˜ØGˆÿÿ%`•8GˆÿÿgDf˜8Gˆÿÿ%`•pGˆÿÿgDf˜pGˆÿÿ%`•@Gˆÿÿ  gDf˜@Gˆÿÿ%`• Gˆÿÿz€gDf˜ Gˆÿÿ%`•¨Gˆÿÿ}xgDf˜¨Gˆÿÿ%`•Gˆÿÿ}ÜgDf˜Gˆÿÿ%`•Gˆÿÿê0gDf˜Gˆÿÿ%`•>#ˆÿÿ누gDf˜>#ˆÿÿ%`•>#ˆÿÿ gDf˜>#ˆÿÿ%`•>#ˆÿÿgDf˜>#ˆÿÿ%`• 5#ˆÿÿz<gDf˜ 5#ˆÿÿ%`•Ø9#ˆÿÿzˆ gDf˜Ø9#ˆÿÿ%`•7#ˆÿÿ{4<gDf˜7#ˆÿÿ%`•p8#ˆÿÿ{„ gDf˜p8#ˆÿÿ%`•@;#ˆÿÿ|ÔgDf˜@;#ˆÿÿ%`•¨<#ˆÿÿ|ø$gDf˜¨<#ˆÿÿ%`•0#ˆÿÿ}`gDf˜0#ˆÿÿ%`•h1#ˆÿÿÔgDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿø gDf˜Ð2#ˆÿÿ%`•84#ˆÿÿáÈ$gDf˜84#ˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•pˆÿÿâPgDf˜pˆÿÿ%`•hqˆÿÿâ ˜gDf˜hqˆÿÿ%`•Ðrˆÿÿí8ügDf˜Ðrˆÿÿ%`•8tˆÿÿï4ügDf˜8tˆÿÿ%`• uˆÿÿñ0ügDf˜ uˆÿÿ%`•wˆÿÿó,ügDf˜wˆÿÿ%`•pxˆÿÿõ(gDf˜pxˆÿÿ%`•Øyˆÿÿõ@ügDf˜Øyˆÿÿ%`•@{ˆÿÿ÷<ügDf˜@{ˆÿÿ%`•¨|ˆÿÿù8,gDf˜¨|ˆÿÿ%`•~ˆÿÿùl°gDf˜~ˆÿÿ%`•~ˆÿÿ gDf˜~ˆÿÿ%`•~ˆÿÿ'È0gDf˜~ˆÿÿ%`•¨|ˆÿÿ'üügDf˜¨|ˆÿÿ%`•@{ˆÿÿ)ø¬gDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+¤gDf˜'ˆÿÿ%`•@{ˆÿÿÿHgDf˜@{ˆÿÿ%`•ÐrˆÿÿgDf˜Ðrˆÿÿ%`•8tˆÿÿ4 gDf˜8tˆÿÿ%`•8tˆÿÿ+¨gDf˜8tˆÿÿ%`•Ðrˆÿÿ+¬gDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+¼gDf˜'ˆÿÿ%`•Ðrˆÿÿ+ÀgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ÔgDf˜'ˆÿÿ%`•Ðrˆÿÿ+ØgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ìgDf˜'ˆÿÿ%`•Ðrˆÿÿ+ð gDf˜Ðrˆÿÿ%`•8tˆÿÿ,gDf˜8tˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•8tˆÿÿ, gDf˜8tˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,$gDf˜'ˆÿÿ%`•8tˆÿÿ,(|gDf˜8tˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-¤gDf˜'ˆÿÿ%`•8tˆÿÿ gDf˜8tˆÿÿ%`•8tˆÿÿz4gDf˜8tˆÿÿ%`•ÐrˆÿÿzXgDf˜Ðrˆÿÿ%`•@{ˆÿÿzxgDf˜@{ˆÿÿ%`•@{ˆÿÿ-¨gDf˜@{ˆÿÿ%`•Ðrˆÿÿ-¬gDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-¼gDf˜'ˆÿÿ%`•Ðrˆÿÿ-ÀgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ÔgDf˜'ˆÿÿ%`•Ðrˆÿÿ-ØgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ìgDf˜'ˆÿÿ%`•Ðrˆÿÿ-ðgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.gDf˜'ˆÿÿ%`•Ðrˆÿÿ.gDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ. gDf˜'ˆÿÿ%`•Ðrˆÿÿ.$ŒgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/°gDf˜'ˆÿÿ%`•ÐrˆÿÿzHgDf˜Ðrˆÿÿ%`•@{ˆÿÿ{”gDf˜@{ˆÿÿ%`•Øyˆÿÿ{´ gDf˜Øyˆÿÿ%`•Øyˆÿÿ/´gDf˜Øyˆÿÿ%`•@{ˆÿÿ/¸gDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ÈgDf˜'ˆÿÿ%`•@{ˆÿÿ/ÌgDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/àgDf˜'ˆÿÿ%`•@{ˆÿÿ/ägDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/øgDf˜'ˆÿÿ%`•@{ˆÿÿ/ügDf˜@{ˆÿÿ%`•¨|ˆÿÿ0gDf˜¨|ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•¨|ˆÿÿ0gDf˜¨|ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ00gDf˜'ˆÿÿ%`•¨|ˆÿÿ04\gDf˜¨|ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1gDf˜'ˆÿÿ%`•¨|ˆÿÿ|ÔgDf˜¨|ˆÿÿ%`•Øyˆÿÿ|øgDf˜Øyˆÿÿ%`•Ðrˆÿÿ}ôgDf˜Ðrˆÿÿ%`•Ðrˆÿÿ1”gDf˜Ðrˆÿÿ%`•Øyˆÿÿ1˜gDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1¬gDf˜'ˆÿÿ%`•Øyˆÿÿ1°\gDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3 gDf˜'ˆÿÿ%`•Øyˆÿÿz4gDf˜Øyˆÿÿ%`•@{ˆÿÿzXgDf˜@{ˆÿÿ%`•¨|ˆÿÿzxøgDf˜¨|ˆÿÿ%`•¨|ˆÿÿ3gDf˜¨|ˆÿÿ%`•@{ˆÿÿ3gDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3(gDf˜'ˆÿÿ%`•@{ˆÿÿ3,ØgDf˜@{ˆÿÿ%`•Ðrˆÿÿ4ŒgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4”gDf˜'ˆÿÿ%`•Ðrˆÿÿ{pgDf˜Ðrˆÿÿ%`•@{ˆÿÿ|ègDf˜@{ˆÿÿ%`•Øyˆÿÿ~ gDf˜Øyˆÿÿ%`•¨|ˆÿÿ~gDf˜¨|ˆÿÿ%`•8tˆÿÿ~ ügDf˜8tˆÿÿ%`•8tˆÿÿ4˜gDf˜8tˆÿÿ%`•¨|ˆÿÿ4œgDf˜¨|ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4°gDf˜'ˆÿÿ%`•¨|ˆÿÿ4´gDf˜¨|ˆÿÿ%`•@{ˆÿÿ4¸gDf˜@{ˆÿÿ%`•Ðrˆÿÿ4¼gDf˜Ðrˆÿÿ%`•Øyˆÿÿ4ÀgDf˜Øyˆÿÿ%`•8tˆÿÿ4ÄgDf˜8tˆÿÿ%`• uˆÿÿ4ÈgDf˜ uˆÿÿ%`•wˆÿÿ4ÌgDf˜wˆÿÿ%`•pxˆÿÿ4ÐgDf˜pxˆÿÿ%`•~ˆÿÿ4ÔgDf˜~ˆÿÿ%`•hqˆÿÿ4ØgDf˜hqˆÿÿ%`•pˆÿÿ4ÜgDf˜pˆÿÿ%`•>™ˆÿÿ4àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4ägDf˜¨<™ˆÿÿ%`•Ðrˆÿÿ4ègDf˜Ðrˆÿÿ%`•hÑrˆÿÿ4ìgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ4ðgDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ4ôgDf˜8Ôrˆÿÿ%`• Õrˆÿÿ4øgDf˜ Õrˆÿÿ%`•×rˆÿÿ4ügDf˜×rˆÿÿ%`•pØrˆÿÿ5gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ5gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ5gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ5 gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ5gDf˜Þrˆÿÿ%`•@¨ˆÿÿ5gDf˜@¨ˆÿÿ%`•hA¨ˆÿÿ5gDf˜hA¨ˆÿÿ%`•ÐB¨ˆÿÿ5gDf˜ÐB¨ˆÿÿ%`•8D¨ˆÿÿ5 gDf˜8D¨ˆÿÿ%`• E¨ˆÿÿ5$gDf˜ E¨ˆÿÿ%`•G¨ˆÿÿ5(gDf˜G¨ˆÿÿ%`•pH¨ˆÿÿ5,gDf˜pH¨ˆÿÿ%`•ØI¨ˆÿÿ50gDf˜ØI¨ˆÿÿ%`•@K¨ˆÿÿ54gDf˜@K¨ˆÿÿ%`•¨L¨ˆÿÿ58gDf˜¨L¨ˆÿÿ%`•N¨ˆÿÿ5<gDf˜N¨ˆÿÿ%`•€æˆÿÿ5@gDf˜€æˆÿÿ%`•hæˆÿÿ5DgDf˜hæˆÿÿ%`•Ђæˆÿÿ5HgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿ5LgDf˜8„æˆÿÿ%`• …æˆÿÿ5PgDf˜ …æˆÿÿ%`•‡æˆÿÿ5TgDf˜‡æˆÿÿ%`•pˆæˆÿÿ5XgDf˜pˆæˆÿÿ%`•؉æˆÿÿ5\gDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿ5`gDf˜@‹æˆÿÿ%`•¨Œæˆÿÿ5dgDf˜¨Œæˆÿÿ%`•Žæˆÿÿ5hgDf˜Žæˆÿÿ%`•P]ˆÿÿ5lgDf˜P]ˆÿÿ%`•hQ]ˆÿÿ5pgDf˜hQ]ˆÿÿ%`•ÐR]ˆÿÿ5tgDf˜ÐR]ˆÿÿ%`•8T]ˆÿÿ5xgDf˜8T]ˆÿÿ%`• U]ˆÿÿ5|gDf˜ U]ˆÿÿ%`•W]ˆÿÿ5€gDf˜W]ˆÿÿ%`•pX]ˆÿÿ5„gDf˜pX]ˆÿÿ%`•ØY]ˆÿÿ5ˆgDf˜ØY]ˆÿÿ%`•@[]ˆÿÿ5ŒgDf˜@[]ˆÿÿ%`•¨\]ˆÿÿ5gDf˜¨\]ˆÿÿ%`•^]ˆÿÿ5”gDf˜^]ˆÿÿ%`•@*ˆÿÿ5˜gDf˜@*ˆÿÿ%`•hA*ˆÿÿ5œgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ5 gDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ5¤gDf˜8D*ˆÿÿ%`• E*ˆÿÿ5¨gDf˜ E*ˆÿÿ%`•G*ˆÿÿ5¬gDf˜G*ˆÿÿ%`•pH*ˆÿÿ5°gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ5´gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ5¸gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ5¼gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ5ÀgDf˜N*ˆÿÿ%`• µˆÿÿ5ÄgDf˜ µˆÿÿ%`•h!µˆÿÿ5ÈgDf˜h!µˆÿÿ%`•Ð"µˆÿÿ5ÌgDf˜Ð"µˆÿÿ%`•8$µˆÿÿ5ÐgDf˜8$µˆÿÿ%`• %µˆÿÿ5ÔgDf˜ %µˆÿÿ%`•'µˆÿÿ5ØgDf˜'µˆÿÿ%`•p(µˆÿÿ5ÜgDf˜p(µˆÿÿ%`•Ø)µˆÿÿ5àgDf˜Ø)µˆÿÿ%`•@+µˆÿÿ5ägDf˜@+µˆÿÿ%`•¨,µˆÿÿ5ègDf˜¨,µˆÿÿ%`•.µˆÿÿ5ìgDf˜.µˆÿÿ%`•°Kˆÿÿ5ðgDf˜°Kˆÿÿ%`•h±Kˆÿÿ5ôgDf˜h±Kˆÿÿ%`•вKˆÿÿ5øgDf˜Ð²Kˆÿÿ%`•8´Kˆÿÿ5ügDf˜8´Kˆÿÿ%`• µKˆÿÿ6gDf˜ µKˆÿÿ%`•·Kˆÿÿ6gDf˜·Kˆÿÿ%`•p¸Kˆÿÿ6gDf˜p¸Kˆÿÿ%`•عKˆÿÿ6 gDf˜Ø¹Kˆÿÿ%`•@»Kˆÿÿ6gDf˜@»Kˆÿÿ%`•¨¼Kˆÿÿ6gDf˜¨¼Kˆÿÿ%`•¾Kˆÿÿ6gDf˜¾Kˆÿÿ%`•ˆÿÿ6gDf˜ˆÿÿ%`•h‘ˆÿÿ6 gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ6$gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ6(gDf˜8”ˆÿÿ%`• •ˆÿÿ6,gDf˜ •ˆÿÿ%`•—ˆÿÿ60gDf˜—ˆÿÿ%`•p˜ˆÿÿ64gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ68gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ6<gDf˜@›ˆÿÿ%`•¨œˆÿÿ6@gDf˜¨œˆÿÿ%`•žˆÿÿ6DgDf˜žˆÿÿ%`•€Fˆÿÿ6HgDf˜€Fˆÿÿ%`•hFˆÿÿ6LgDf˜hFˆÿÿ%`•ЂFˆÿÿ6PgDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ6TgDf˜8„Fˆÿÿ%`• …Fˆÿÿ6XgDf˜ …Fˆÿÿ%`•‡Fˆÿÿ6\gDf˜‡Fˆÿÿ%`•pˆFˆÿÿ6`gDf˜pˆFˆÿÿ%`•؉Fˆÿÿ6dgDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ6hgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ6lgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ6pgDf˜ŽFˆÿÿ%`•pYˆÿÿ6tgDf˜pYˆÿÿ%`•hqYˆÿÿ6xgDf˜hqYˆÿÿ%`•ÐrYˆÿÿ6|gDf˜ÐrYˆÿÿ%`•8tYˆÿÿ6€gDf˜8tYˆÿÿ%`• uYˆÿÿ6„gDf˜ uYˆÿÿ%`•wYˆÿÿ6ˆgDf˜wYˆÿÿ%`•pxYˆÿÿ6ŒgDf˜pxYˆÿÿ%`•ØyYˆÿÿ6gDf˜ØyYˆÿÿ%`•@{Yˆÿÿ6”gDf˜@{Yˆÿÿ%`•¨|Yˆÿÿ6˜gDf˜¨|Yˆÿÿ%`•~Yˆÿÿ6œgDf˜~Yˆÿÿ%`•0µˆÿÿ6 gDf˜0µˆÿÿ%`•h1µˆÿÿ6¤gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ6¨gDf˜Ð2µˆÿÿ%`•84µˆÿÿ6¬gDf˜84µˆÿÿ%`• 5µˆÿÿ6°gDf˜ 5µˆÿÿ%`•7µˆÿÿ6´gDf˜7µˆÿÿ%`•p8µˆÿÿ6¸gDf˜p8µˆÿÿ%`•Ø9µˆÿÿ6¼gDf˜Ø9µˆÿÿ%`•@;µˆÿÿ6ÀgDf˜@;µˆÿÿ%`•¨<µˆÿÿ6ÄgDf˜¨<µˆÿÿ%`•>µˆÿÿ6ÈgDf˜>µˆÿÿ%`•@» ˆÿÿ6ÌgDf˜@» ˆÿÿ%`•hA» ˆÿÿ6ÐgDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿ6ÔgDf˜ÐB» ˆÿÿ%`•8D» ˆÿÿ6ØgDf˜8D» ˆÿÿ%`• E» ˆÿÿ6ÜgDf˜ E» ˆÿÿ%`•G» ˆÿÿ6àgDf˜G» ˆÿÿ%`•pH» ˆÿÿ6ägDf˜pH» ˆÿÿ%`•ØI» ˆÿÿ6ègDf˜ØI» ˆÿÿ%`•@K» ˆÿÿ6ìgDf˜@K» ˆÿÿ%`•¨L» ˆÿÿ6ðgDf˜¨L» ˆÿÿ%`•N» ˆÿÿ6ôgDf˜N» ˆÿÿ%`•à‰ˆÿÿ6øgDf˜à‰ˆÿÿ%`•hቈÿÿ6ügDf˜hቈÿÿ%`•Ð≈ÿÿ7gDf˜Ð≈ÿÿ%`•8䉈ÿÿ7gDf˜8䉈ÿÿ%`• å‰ˆÿÿ7gDf˜ å‰ˆÿÿ%`•版ÿÿ7 gDf˜ç‰ˆÿÿ%`•p艈ÿÿ7gDf˜p艈ÿÿ%`•Øé‰ˆÿÿ7gDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ7gDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ7gDf˜¨ì‰ˆÿÿ%`•ÿÿ7 gDf˜î‰ˆÿÿ%`•dˆÿÿ7$gDf˜dˆÿÿ%`•h‘dˆÿÿ7(gDf˜h‘dˆÿÿ%`•Ð’dˆÿÿ7,gDf˜Ð’dˆÿÿ%`• •dˆÿÿ70ØgDf˜ •dˆÿÿ%`•—dˆÿÿ8 ügDf˜—dˆÿÿ%`•p˜dˆÿÿ:ügDf˜p˜dˆÿÿ%`•Ø™dˆÿÿ<gDf˜Ø™dˆÿÿ%`•@›dˆÿÿ<ügDf˜@›dˆÿÿ%`•¨œdˆÿÿ> ügDf˜¨œdˆÿÿ%`•ždˆÿÿ@gDf˜ždˆÿÿ%`•¨<™ˆÿÿ@ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿBÔgDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•8”dˆÿÿìˆgDf˜8”dˆÿÿ%`•8”dˆÿÿ gDf˜8”dˆÿÿ%`•8”dˆÿÿ¨gDf˜8”dˆÿÿ%`•@›dˆÿÿ¬$gDf˜@›dˆÿÿ%`•¨œdˆÿÿÔ´gDf˜¨œdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•¨œdˆÿÿŒŒgDf˜¨œdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•¨œdˆÿÿìxgDf˜¨œdˆÿÿ%`•@›dˆÿÿ7ôgDf˜@›dˆÿÿ%`•ždˆÿÿ8ø gDf˜ždˆÿÿ%`•ždˆÿÿ gDf˜ždˆÿÿ%`•ždˆÿÿgDf˜ždˆÿÿ%`•@›dˆÿÿ gDf˜@›dˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•@›dˆÿÿ@\gDf˜@›dˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿœgDf˜'ˆÿÿ%`•@›dˆÿÿ  gDf˜@›dˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•@›dˆÿÿÄ gDf˜@›dˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•@›dˆÿÿègDf˜@›dˆÿÿ%`•@›dˆÿÿìgDf˜@›dˆÿÿ%`•@›dˆÿÿðgDf˜@›dˆÿÿ%`•@›dˆÿÿôgDf˜@›dˆÿÿ%`•@›dˆÿÿøgDf˜@›dˆÿÿ%`•@›dˆÿÿügDf˜@›dˆÿÿ%`•Ø™dˆÿÿgDf˜Ø™dˆÿÿ%`•Ø™dˆÿÿgDf˜Ø™dˆÿÿ%`•@›dˆÿÿgDf˜@›dˆÿÿ%`•ždˆÿÿ gDf˜ždˆÿÿ%`•¨œdˆÿÿgDf˜¨œdˆÿÿ%`•8”dˆÿÿgDf˜8”dˆÿÿ%`•p˜dˆÿÿgDf˜p˜dˆÿÿ%`•—dˆÿÿgDf˜—dˆÿÿ%`• •dˆÿÿ gDf˜ •dˆÿÿ%`•Ð’dˆÿÿ$gDf˜Ð’dˆÿÿ%`•Ð’dˆÿÿ(gDf˜Ð’dˆÿÿ%`• •dˆÿÿ,gDf˜ •dˆÿÿ%`•—dˆÿÿ0gDf˜—dˆÿÿ%`•p˜dˆÿÿ4gDf˜p˜dˆÿÿ%`•8”dˆÿÿ8gDf˜8”dˆÿÿ%`•¨œdˆÿÿ<gDf˜¨œdˆÿÿ%`•ždˆÿÿ@gDf˜ždˆÿÿ%`•@›dˆÿÿDgDf˜@›dˆÿÿ%`•Ø™dˆÿÿHgDf˜Ø™dˆÿÿ%`•h‘dˆÿÿLgDf˜h‘dˆÿÿ%`•dˆÿÿPgDf˜dˆÿÿ%`•>™ˆÿÿTgDf˜>™ˆÿÿ%`•¨<™ˆÿÿXgDf˜¨<™ˆÿÿ%`•ðʈÿÿ\gDf˜ðʈÿÿ%`•hñʈÿÿ`gDf˜hñʈÿÿ%`•ÐòʈÿÿdgDf˜Ðòʈÿÿ%`•8ôʈÿÿhgDf˜8ôʈÿÿ%`• õʈÿÿlgDf˜ õʈÿÿ%`•÷ʈÿÿpgDf˜÷ʈÿÿ%`•pøÊˆÿÿtgDf˜pøÊˆÿÿ%`•ØùʈÿÿxgDf˜Øùʈÿÿ%`•@ûʈÿÿ|gDf˜@ûʈÿÿ%`•¨üʈÿÿ€gDf˜¨üʈÿÿ%`•þʈÿÿ„gDf˜þʈÿÿ%`•@ûʈÿÿˆgDf˜@ûʈÿÿ%`•ØùʈÿÿŒgDf˜Øùʈÿÿ%`•pøÊˆÿÿgDf˜pøÊˆÿÿ%`•÷ʈÿÿ”gDf˜÷ʈÿÿ%`• õʈÿÿ˜gDf˜ õʈÿÿ%`•8ôʈÿÿœgDf˜8ôʈÿÿ%`•Ðòʈÿÿ gDf˜Ðòʈÿÿ%`•hñʈÿÿ¤gDf˜hñʈÿÿ%`•ðʈÿÿ¨gDf˜ðʈÿÿ%`•¨<™ˆÿÿ¬gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`••ˆÿÿ´gDf˜•ˆÿÿ%`•h•ˆÿÿ¸gDf˜h•ˆÿÿ%`•Еˆÿÿ¼gDf˜Ð•ˆÿÿ%`•8•ˆÿÿÀgDf˜8•ˆÿÿ%`• •ˆÿÿÄgDf˜ •ˆÿÿ%`••ˆÿÿÈgDf˜•ˆÿÿ%`•p•ˆÿÿÌgDf˜p•ˆÿÿ%`•Ø•ˆÿÿÐgDf˜Ø•ˆÿÿ%`•@•ˆÿÿÔgDf˜@•ˆÿÿ%`•¨•ˆÿÿØgDf˜¨•ˆÿÿ%`••ˆÿÿÜgDf˜•ˆÿÿ%`•ŽˆÿÿàgDf˜Žˆÿÿ%`•hŽˆÿÿägDf˜hŽˆÿÿ%`•ÐŽˆÿÿègDf˜ÐŽˆÿÿ%`•8ŽˆÿÿìgDf˜8Žˆÿÿ%`• ŽˆÿÿðgDf˜ Žˆÿÿ%`•ŽˆÿÿôgDf˜Žˆÿÿ%`•pŽˆÿÿøgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿügDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿgDf˜¨ Žˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•À\ˆÿÿ gDf˜À\ˆÿÿ%`•hÁ\ˆÿÿgDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿgDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿgDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ gDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ$gDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ(gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ,gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ0gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ4gDf˜Î\ˆÿÿ%`•PÚˆÿÿ8gDf˜PÚˆÿÿ%`•hQÚˆÿÿ<gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ@gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿDgDf˜8TÚˆÿÿ%`• UÚˆÿÿHgDf˜ UÚˆÿÿ%`•WÚˆÿÿLgDf˜WÚˆÿÿ%`•pXÚˆÿÿPgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿTgDf˜ØYÚˆÿÿ%`•@[ÚˆÿÿXgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ\gDf˜¨\Úˆÿÿ%`•^Úˆÿÿ`gDf˜^Úˆÿÿ%`•>™ˆÿÿdgDf˜>™ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•¨•ˆÿÿlgDf˜¨•ˆÿÿ%`•@•ˆÿÿpgDf˜@•ˆÿÿ%`•Ø•ˆÿÿtgDf˜Ø•ˆÿÿ%`•p•ˆÿÿxgDf˜p•ˆÿÿ%`••ˆÿÿ|gDf˜•ˆÿÿ%`• •ˆÿÿ€gDf˜ •ˆÿÿ%`•8•ˆÿÿ„gDf˜8•ˆÿÿ%`•ЕˆÿÿˆgDf˜Ð•ˆÿÿ%`•h•ˆÿÿŒgDf˜h•ˆÿÿ%`••ˆÿÿgDf˜•ˆÿÿ%`•Žˆÿÿ”gDf˜Žˆÿÿ%`•hŽˆÿÿ˜gDf˜hŽˆÿÿ%`•ÐŽˆÿÿœgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ gDf˜8Žˆÿÿ%`• Žˆÿÿ¤gDf˜ Žˆÿÿ%`•Žˆÿÿ¨gDf˜Žˆÿÿ%`•pŽˆÿÿ¬gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ°gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ´gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ¸gDf˜¨ Žˆÿÿ%`•Žˆÿÿ¼gDf˜Žˆÿÿ%`•@ŒˆÿÿÀgDf˜@Œˆÿÿ%`•hAŒˆÿÿÄgDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿÈgDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿÌgDf˜8DŒˆÿÿ%`• EŒˆÿÿÐgDf˜ EŒˆÿÿ%`•GŒˆÿÿÜgDf˜GŒˆÿÿ%`•pHŒˆÿÿàgDf˜pHŒˆÿÿ%`•ØIŒˆÿÿägDf˜ØIŒˆÿÿ%`•@KŒˆÿÿègDf˜@KŒˆÿÿ%`•¨LŒˆÿÿìgDf˜¨LŒˆÿÿ%`•NŒˆÿÿðgDf˜NŒˆÿÿ%`•P± ˆÿÿôgDf˜P± ˆÿÿ%`•hQ± ˆÿÿøgDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿügDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿgDf˜8T± ˆÿÿ%`• U± ˆÿÿgDf˜ U± ˆÿÿ%`•W± ˆÿÿgDf˜W± ˆÿÿ%`•pX± ˆÿÿ gDf˜pX± ˆÿÿ%`•ØY± ˆÿÿgDf˜ØY± ˆÿÿ%`•@[± ˆÿÿgDf˜@[± ˆÿÿ%`•¨\± ˆÿÿgDf˜¨\± ˆÿÿ%`•^± ˆÿÿgDf˜^± ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•h­ˆÿÿ$gDf˜h­ˆÿÿ%`•Эˆÿÿ(gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ,gDf˜8­ˆÿÿ%`• ­ˆÿÿ0gDf˜ ­ˆÿÿ%`•­ˆÿÿ4gDf˜­ˆÿÿ%`•p­ˆÿÿ8gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ<gDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ@gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿDgDf˜¨ ­ˆÿÿ%`•­ˆÿÿHgDf˜­ˆÿÿ%`•PWˆÿÿLgDf˜PWˆÿÿ%`•hQWˆÿÿPgDf˜hQWˆÿÿ%`•ÐRWˆÿÿTgDf˜ÐRWˆÿÿ%`•8TWˆÿÿXgDf˜8TWˆÿÿ%`• UWˆÿÿ\gDf˜ UWˆÿÿ%`•WWˆÿÿ`gDf˜WWˆÿÿ%`•pXWˆÿÿdgDf˜pXWˆÿÿ%`•ØYWˆÿÿhgDf˜ØYWˆÿÿ%`•@[WˆÿÿlgDf˜@[Wˆÿÿ%`•¨\WˆÿÿpgDf˜¨\Wˆÿÿ%`•^WˆÿÿtgDf˜^Wˆÿÿ%`•ðˆÿÿxgDf˜ðˆÿÿ%`•hñˆÿÿ|gDf˜hñˆÿÿ%`•Ðòˆÿÿ€gDf˜Ðòˆÿÿ%`•8ôˆÿÿ„gDf˜8ôˆÿÿ%`• õˆÿÿˆgDf˜ õˆÿÿ%`•÷ˆÿÿŒgDf˜÷ˆÿÿ%`•pøˆÿÿgDf˜pøˆÿÿ%`•Øùˆÿÿ”gDf˜Øùˆÿÿ%`•@ûˆÿÿ˜gDf˜@ûˆÿÿ%`•¨üˆÿÿœgDf˜¨üˆÿÿ%`•þˆÿÿ gDf˜þˆÿÿ%`•¾ˆÿÿ¤gDf˜¾ˆÿÿ%`•h¾ˆÿÿ¨gDf˜h¾ˆÿÿ%`•оˆÿÿ¬gDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿ°gDf˜8¾ˆÿÿ%`• ¾ˆÿÿ´gDf˜ ¾ˆÿÿ%`•¾ˆÿÿ¸gDf˜¾ˆÿÿ%`•p¾ˆÿÿ¼gDf˜p¾ˆÿÿ%`•ؾˆÿÿÀgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿÄgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿÈgDf˜¨¾ˆÿÿ%`•¾ˆÿÿÌgDf˜¾ˆÿÿ%`•ÀoˆÿÿÐgDf˜Àoˆÿÿ%`•hÁoˆÿÿÔgDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿØgDf˜ÐÂoˆÿÿ%`•8ÄoˆÿÿÜgDf˜8Äoˆÿÿ%`• ÅoˆÿÿàgDf˜ Åoˆÿÿ%`•ÇoˆÿÿägDf˜Çoˆÿÿ%`•pÈoˆÿÿègDf˜pÈoˆÿÿ%`•ØÉoˆÿÿìgDf˜ØÉoˆÿÿ%`•@ËoˆÿÿðgDf˜@Ëoˆÿÿ%`•¨ÌoˆÿÿôgDf˜¨Ìoˆÿÿ%`•ÎoˆÿÿøgDf˜Îoˆÿÿ%`••ˆÿÿügDf˜•ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•À\ˆÿÿ gDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ gDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ gDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ gDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ gDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ gDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ gDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ $gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ (gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ ,gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ 0gDf˜Î\ˆÿÿ%`•Jˆÿÿ 4gDf˜Jˆÿÿ%`•hJˆÿÿ 8gDf˜hJˆÿÿ%`•ÐJˆÿÿ <gDf˜ÐJˆÿÿ%`•8Jˆÿÿ @gDf˜8Jˆÿÿ%`• Jˆÿÿ DgDf˜ Jˆÿÿ%`•Jˆÿÿ HgDf˜Jˆÿÿ%`•pJˆÿÿ LgDf˜pJˆÿÿ%`•ØJˆÿÿ PgDf˜ØJˆÿÿ%`•@Jˆÿÿ TgDf˜@Jˆÿÿ%`•¨Jˆÿÿ XgDf˜¨Jˆÿÿ%`•Jˆÿÿ \gDf˜Jˆÿÿ%`•à/ˆÿÿ `gDf˜à/ˆÿÿ%`•há/ˆÿÿ dgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ hgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ lgDf˜8ä/ˆÿÿ%`• å/ˆÿÿ pgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ tgDf˜ç/ˆÿÿ%`•pè/ˆÿÿ xgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ |gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ €gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ „gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ ˆgDf˜î/ˆÿÿ%`•ð ˆÿÿ ŒgDf˜ð ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ ”gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ ˜gDf˜8ô ˆÿÿ%`• õ ˆÿÿ œgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ  gDf˜÷ ˆÿÿ%`•pø ˆÿÿ ¤gDf˜pø ˆÿÿ%`•Øù ˆÿÿ ¨gDf˜Øù ˆÿÿ%`•@û ˆÿÿ ¬gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ °gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ ´gDf˜þ ˆÿÿ%`•@­ˆÿÿ ¸gDf˜@­ˆÿÿ%`•hA­ˆÿÿ ¼gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ ÀgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ ÄgDf˜8D­ˆÿÿ%`• E­ˆÿÿ ÈgDf˜ E­ˆÿÿ%`•G­ˆÿÿ ÌgDf˜G­ˆÿÿ%`•pH­ˆÿÿ ÐgDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ ÔgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ ØgDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ ÜgDf˜¨L­ˆÿÿ%`•N­ˆÿÿ àgDf˜N­ˆÿÿ%`••ˆÿÿ ägDf˜•ˆÿÿ%`•h•ˆÿÿ ègDf˜h•ˆÿÿ%`•Еˆÿÿ ìgDf˜Ð•ˆÿÿ%`•8•ˆÿÿ ðgDf˜8•ˆÿÿ%`• •ˆÿÿ ôgDf˜ •ˆÿÿ%`••ˆÿÿ øgDf˜•ˆÿÿ%`•p•ˆÿÿ ügDf˜p•ˆÿÿ%`•Ø•ˆÿÿ gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ gDf˜@•ˆÿÿ%`•¨•ˆÿÿ gDf˜¨•ˆÿÿ%`•ØIŒˆÿÿ gDf˜ØIŒˆÿÿ%`•pHŒˆÿÿ gDf˜pHŒˆÿÿ%`•GŒˆÿÿ gDf˜GŒˆÿÿ%`• EŒˆÿÿ gDf˜ EŒˆÿÿ%`•8DŒˆÿÿ gDf˜8DŒˆÿÿ%`•ÐBŒˆÿÿ gDf˜ÐBŒˆÿÿ%`•hAŒˆÿÿ $gDf˜hAŒˆÿÿ%`•@Œˆÿÿ (gDf˜@Œˆÿÿ%`•ˆÿÿ ,gDf˜ˆÿÿ%`•hˆÿÿ 0gDf˜hˆÿÿ%`•Јÿÿ 4gDf˜Ðˆÿÿ%`•8ˆÿÿ 8gDf˜8ˆÿÿ%`• ˆÿÿ <gDf˜ ˆÿÿ%`•ˆÿÿ @gDf˜ˆÿÿ%`•pˆÿÿ DgDf˜pˆÿÿ%`•Ø ˆÿÿ HgDf˜Ø ˆÿÿ%`•@ ˆÿÿ LgDf˜@ ˆÿÿ%`•¨ ˆÿÿ PgDf˜¨ ˆÿÿ%`•ˆÿÿ TgDf˜ˆÿÿ%`• I ˆÿÿ XgDf˜ I ˆÿÿ%`•h¡I ˆÿÿ \gDf˜h¡I ˆÿÿ%`•ТI ˆÿÿ `gDf˜Ð¢I ˆÿÿ%`•8¤I ˆÿÿ dgDf˜8¤I ˆÿÿ%`• ¥I ˆÿÿ hgDf˜ ¥I ˆÿÿ%`•§I ˆÿÿ lgDf˜§I ˆÿÿ%`•p¨I ˆÿÿ pgDf˜p¨I ˆÿÿ%`•Ø©I ˆÿÿ tgDf˜Ø©I ˆÿÿ%`•@«I ˆÿÿ xgDf˜@«I ˆÿÿ%`•¨¬I ˆÿÿ |gDf˜¨¬I ˆÿÿ%`•®I ˆÿÿ €gDf˜®I ˆÿÿ%`•NŒˆÿÿ „gDf˜NŒˆÿÿ%`•¨LŒˆÿÿ ˆgDf˜¨LŒˆÿÿ%`•@KŒˆÿÿ ŒgDf˜@KŒˆÿÿ%`•pXWˆÿÿ gDf˜pXWˆÿÿ%`•WWˆÿÿ ”gDf˜WWˆÿÿ%`• UWˆÿÿ ˜gDf˜ UWˆÿÿ%`•8TWˆÿÿ œgDf˜8TWˆÿÿ%`•ÐRWˆÿÿ  gDf˜ÐRWˆÿÿ%`•hQWˆÿÿ ¤gDf˜hQWˆÿÿ%`•PWˆÿÿ ¨gDf˜PWˆÿÿ%`•pˆÿÿ ¬gDf˜pˆÿÿ%`•hpˆÿÿ °gDf˜hpˆÿÿ%`•Ðpˆÿÿ ´gDf˜Ðpˆÿÿ%`•8pˆÿÿ ¸gDf˜8pˆÿÿ%`• pˆÿÿ ¼gDf˜ pˆÿÿ%`•pˆÿÿ ÀgDf˜pˆÿÿ%`•ppˆÿÿ ÄgDf˜ppˆÿÿ%`•Ø pˆÿÿ ÈgDf˜Ø pˆÿÿ%`•@ pˆÿÿ ÌgDf˜@ pˆÿÿ%`•¨ pˆÿÿ ÐgDf˜¨ pˆÿÿ%`•pˆÿÿ ÔgDf˜pˆÿÿ%`•Àhˆÿÿ ØgDf˜Àhˆÿÿ%`•hÁhˆÿÿ ÜgDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ àgDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ ägDf˜8Ähˆÿÿ%`• Åhˆÿÿ ègDf˜ Åhˆÿÿ%`•Çhˆÿÿ ìgDf˜Çhˆÿÿ%`•pÈhˆÿÿ ðgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ ôgDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ øgDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ ügDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ gDf˜Îhˆÿÿ%`•^Wˆÿÿ gDf˜^Wˆÿÿ%`•¨\Wˆÿÿ gDf˜¨\Wˆÿÿ%`•@[Wˆÿÿ gDf˜@[Wˆÿÿ%`•ØYWˆÿÿ gDf˜ØYWˆÿÿ%`•Çoˆÿÿ gDf˜Çoˆÿÿ%`• Åoˆÿÿ gDf˜ Åoˆÿÿ%`•8Äoˆÿÿ gDf˜8Äoˆÿÿ%`•ÐÂoˆÿÿ gDf˜ÐÂoˆÿÿ%`•hÁoˆÿÿ $gDf˜hÁoˆÿÿ%`•Àoˆÿÿ (gDf˜Àoˆÿÿ%`•ðˆÿÿ ,gDf˜ðˆÿÿ%`•hñˆÿÿ 0gDf˜hñˆÿÿ%`•Ðòˆÿÿ 4gDf˜Ðòˆÿÿ%`•8ôˆÿÿ 8gDf˜8ôˆÿÿ%`• õˆÿÿ <gDf˜ õˆÿÿ%`•÷ˆÿÿ @gDf˜÷ˆÿÿ%`•pøˆÿÿ DgDf˜pøˆÿÿ%`•Øùˆÿÿ HgDf˜Øùˆÿÿ%`•@ûˆÿÿ LgDf˜@ûˆÿÿ%`•¨üˆÿÿ PgDf˜¨üˆÿÿ%`•þˆÿÿ TgDf˜þˆÿÿ%`•P¹ˆÿÿ XgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ \gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ `gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ dgDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ hgDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ lgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ pgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ tgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ xgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ |gDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ €gDf˜^¹ˆÿÿ%`•Îoˆÿÿ „gDf˜Îoˆÿÿ%`•¨Ìoˆÿÿ ˆgDf˜¨Ìoˆÿÿ%`•@Ëoˆÿÿ ŒgDf˜@Ëoˆÿÿ%`•ØÉoˆÿÿ gDf˜ØÉoˆÿÿ%`•pÈoˆÿÿ ”gDf˜pÈoˆÿÿ%`••ˆÿÿ ˜gDf˜•ˆÿÿ%`•>™ˆÿÿ œgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ  gDf˜¨<™ˆÿÿ%`•há/ˆÿÿ ¤gDf˜há/ˆÿÿ%`•à/ˆÿÿ ¨gDf˜à/ˆÿÿ%`•@(ˆÿÿ ¬gDf˜@(ˆÿÿ%`•hA(ˆÿÿ °gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ ´gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ ¸gDf˜8D(ˆÿÿ%`• E(ˆÿÿ ¼gDf˜ E(ˆÿÿ%`•G(ˆÿÿ ÀgDf˜G(ˆÿÿ%`•pH(ˆÿÿ ÄgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿ ÈgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿ ÌgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿ ÐgDf˜¨L(ˆÿÿ%`•N(ˆÿÿ ÔgDf˜N(ˆÿÿ%`• ¨ˆÿÿ ØgDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ àgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ ägDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ ègDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ ìgDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ ðgDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ ôgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ øgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ ügDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ gDf˜®¨ˆÿÿ%`•î/ˆÿÿ gDf˜î/ˆÿÿ%`•¨ì/ˆÿÿ gDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿ gDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿ gDf˜Øé/ˆÿÿ%`•pè/ˆÿÿ gDf˜pè/ˆÿÿ%`•ç/ˆÿÿ gDf˜ç/ˆÿÿ%`• å/ˆÿÿ gDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ $gDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ (gDf˜Ðâ/ˆÿÿ%`••ˆÿÿ ,gDf˜•ˆÿÿ%`• ‚ ˆÿÿ 0gDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ 4gDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ 8gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ <gDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ @gDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ DgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ HgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ LgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ PgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ TgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ XgDf˜®‚ ˆÿÿ%`•àˆÿÿ \gDf˜àˆÿÿ%`•háˆÿÿ `gDf˜háˆÿÿ%`•Ðâˆÿÿ dgDf˜Ðâˆÿÿ%`•8äˆÿÿ hgDf˜8äˆÿÿ%`• åˆÿÿ lgDf˜ åˆÿÿ%`•çˆÿÿ pgDf˜çˆÿÿ%`•pèˆÿÿ tgDf˜pèˆÿÿ%`•Øéˆÿÿ xgDf˜Øéˆÿÿ%`•@ëˆÿÿ |gDf˜@ëˆÿÿ%`•¨ìˆÿÿ €gDf˜¨ìˆÿÿ%`•îˆÿÿ „gDf˜îˆÿÿ%`•¨•ˆÿÿ ˆgDf˜¨•ˆÿÿ%`•@•ˆÿÿ ŒgDf˜@•ˆÿÿ%`•Ø•ˆÿÿ gDf˜Ø•ˆÿÿ%`•p•ˆÿÿ ”gDf˜p•ˆÿÿ%`••ˆÿÿ ˜gDf˜•ˆÿÿ%`• •ˆÿÿ œgDf˜ •ˆÿÿ%`•8•ˆÿÿ  gDf˜8•ˆÿÿ%`•Еˆÿÿ ¤gDf˜Ð•ˆÿÿ%`•h•ˆÿÿ ¨gDf˜h•ˆÿÿ%`•@Œˆÿÿ ¬gDf˜@Œˆÿÿ%`•hAŒˆÿÿ °gDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿ ´gDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿ ¸gDf˜8DŒˆÿÿ%`• EŒˆÿÿ ¼gDf˜ EŒˆÿÿ%`•GŒˆÿÿ ÀgDf˜GŒˆÿÿ%`•pHŒˆÿÿ ÄgDf˜pHŒˆÿÿ%`•ØIŒˆÿÿ ÈgDf˜ØIŒˆÿÿ%`•8¤I ˆÿÿ ÌgDf˜8¤I ˆÿÿ%`•ТI ˆÿÿ ÐgDf˜Ð¢I ˆÿÿ%`•h¡I ˆÿÿ ÔgDf˜h¡I ˆÿÿ%`• I ˆÿÿ ØgDf˜ I ˆÿÿ%`•@¡ˆÿÿ ÜgDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ àgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ ägDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ ègDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ ìgDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ ðgDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ ôgDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ øgDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ ügDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ gDf˜N¡ˆÿÿ%`•®I ˆÿÿ gDf˜®I ˆÿÿ%`•¨¬I ˆÿÿ gDf˜¨¬I ˆÿÿ%`•@«I ˆÿÿ gDf˜@«I ˆÿÿ%`•Ø©I ˆÿÿ gDf˜Ø©I ˆÿÿ%`•p¨I ˆÿÿ gDf˜p¨I ˆÿÿ%`•§I ˆÿÿ gDf˜§I ˆÿÿ%`• ¥I ˆÿÿ gDf˜ ¥I ˆÿÿ%`•@KŒˆÿÿ $gDf˜@KŒˆÿÿ%`•¨LŒˆÿÿ (gDf˜¨LŒˆÿÿ%`•NŒˆÿÿ ,gDf˜NŒˆÿÿ%`•PWˆÿÿ 0gDf˜PWˆÿÿ%`•hQWˆÿÿ 4gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ 8gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ <gDf˜8TWˆÿÿ%`• UWˆÿÿ @gDf˜ UWˆÿÿ%`•WWˆÿÿ DgDf˜WWˆÿÿ%`•pXWˆÿÿ HgDf˜pXWˆÿÿ%`•8Ähˆÿÿ LgDf˜8Ähˆÿÿ%`•ÐÂhˆÿÿ PgDf˜ÐÂhˆÿÿ%`•hÁhˆÿÿ TgDf˜hÁhˆÿÿ%`•Àhˆÿÿ XgDf˜Àhˆÿÿ%`•­ˆÿÿ \gDf˜­ˆÿÿ%`•h­ˆÿÿ `gDf˜h­ˆÿÿ%`•Эˆÿÿ dgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ hgDf˜8­ˆÿÿ%`• ­ˆÿÿ lgDf˜ ­ˆÿÿ%`•­ˆÿÿ pgDf˜­ˆÿÿ%`•p­ˆÿÿ tgDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ xgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ |gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ €gDf˜¨ ­ˆÿÿ%`•­ˆÿÿ „gDf˜­ˆÿÿ%`•Îhˆÿÿ ˆgDf˜Îhˆÿÿ%`•¨Ìhˆÿÿ ŒgDf˜¨Ìhˆÿÿ%`•@Ëhˆÿÿ gDf˜@Ëhˆÿÿ%`•ØÉhˆÿÿ ”gDf˜ØÉhˆÿÿ%`•pÈhˆÿÿ ˜gDf˜pÈhˆÿÿ%`•Çhˆÿÿ œgDf˜Çhˆÿÿ%`• Åhˆÿÿ  gDf˜ Åhˆÿÿ%`•ØYWˆÿÿ ¤gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ ¨gDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ ¬gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ °gDf˜^Wˆÿÿ%`•Àoˆÿÿ ´gDf˜Àoˆÿÿ%`•hÁoˆÿÿ ¸gDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ ¼gDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ ÀgDf˜8Äoˆÿÿ%`• Åoˆÿÿ ÄgDf˜ Åoˆÿÿ%`•Çoˆÿÿ ÈgDf˜Çoˆÿÿ%`•8T¹ˆÿÿ ÌgDf˜8T¹ˆÿÿ%`•ÐR¹ˆÿÿ ÐgDf˜ÐR¹ˆÿÿ%`•hQ¹ˆÿÿ ÔgDf˜hQ¹ˆÿÿ%`•P¹ˆÿÿ ØgDf˜P¹ˆÿÿ%`•àˆÿÿ ÜgDf˜àˆÿÿ%`•háˆÿÿ àgDf˜háˆÿÿ%`•Ðâˆÿÿ ägDf˜Ðâˆÿÿ%`•8äˆÿÿ ègDf˜8äˆÿÿ%`• åˆÿÿ ìgDf˜ åˆÿÿ%`•çˆÿÿ ðgDf˜çˆÿÿ%`•pèˆÿÿ ôgDf˜pèˆÿÿ%`•Øéˆÿÿ øgDf˜Øéˆÿÿ%`•@ëˆÿÿ ügDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•^¹ˆÿÿgDf˜^¹ˆÿÿ%`•¨\¹ˆÿÿ gDf˜¨\¹ˆÿÿ%`•@[¹ˆÿÿgDf˜@[¹ˆÿÿ%`•ØY¹ˆÿÿgDf˜ØY¹ˆÿÿ%`•pX¹ˆÿÿgDf˜pX¹ˆÿÿ%`•W¹ˆÿÿgDf˜W¹ˆÿÿ%`• U¹ˆÿÿ gDf˜ U¹ˆÿÿ%`•pÈoˆÿÿ$gDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ(gDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ,gDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ0gDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ4gDf˜Îoˆÿÿ%`••ˆÿÿ8gDf˜•ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@gDf˜>™ˆÿÿ%`•à/ˆÿÿDgDf˜à/ˆÿÿ%`•há/ˆÿÿHgDf˜há/ˆÿÿ%`•8¤¨ˆÿÿLgDf˜8¤¨ˆÿÿ%`•Т¨ˆÿÿPgDf˜Ð¢¨ˆÿÿ%`•h¡¨ˆÿÿTgDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿXgDf˜ ¨ˆÿÿ%`•PÚˆÿÿ\gDf˜PÚˆÿÿ%`•hQÚˆÿÿ`gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿdgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿhgDf˜8TÚˆÿÿ%`• UÚˆÿÿlgDf˜ UÚˆÿÿ%`•WÚˆÿÿpgDf˜WÚˆÿÿ%`•pXÚˆÿÿtgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿxgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ|gDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ€gDf˜¨\Úˆÿÿ%`•^Úˆÿÿ„gDf˜^Úˆÿÿ%`•®¨ˆÿÿˆgDf˜®¨ˆÿÿ%`•¨¬¨ˆÿÿŒgDf˜¨¬¨ˆÿÿ%`•@«¨ˆÿÿgDf˜@«¨ˆÿÿ%`•Ø©¨ˆÿÿ”gDf˜Ø©¨ˆÿÿ%`•p¨¨ˆÿÿ˜gDf˜p¨¨ˆÿÿ%`•§¨ˆÿÿœgDf˜§¨ˆÿÿ%`• ¥¨ˆÿÿ gDf˜ ¥¨ˆÿÿ%`•Ðâ/ˆÿÿ¤gDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ¨gDf˜8ä/ˆÿÿ%`• å/ˆÿÿ¬gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ°gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ´gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ¸gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ¼gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿÀgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿÄgDf˜î/ˆÿÿ%`••ˆÿÿÈgDf˜•ˆÿÿ%`•8äˆÿÿÌgDf˜8äˆÿÿ%`•ÐâˆÿÿÐgDf˜Ðâˆÿÿ%`•háˆÿÿÔgDf˜háˆÿÿ%`•àˆÿÿØgDf˜àˆÿÿ%`•ðʈÿÿÜgDf˜ðʈÿÿ%`•hñʈÿÿàgDf˜hñʈÿÿ%`•ÐòʈÿÿägDf˜Ðòʈÿÿ%`•8ôʈÿÿègDf˜8ôʈÿÿ%`• õʈÿÿìgDf˜ õʈÿÿ%`•÷ʈÿÿðgDf˜÷ʈÿÿ%`•pøÊˆÿÿôgDf˜pøÊˆÿÿ%`•ØùʈÿÿøgDf˜Øùʈÿÿ%`•@ûʈÿÿügDf˜@ûʈÿÿ%`•¨üʈÿÿgDf˜¨üʈÿÿ%`•þʈÿÿgDf˜þʈÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•¨ìˆÿÿ gDf˜¨ìˆÿÿ%`•@ëˆÿÿgDf˜@ëˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•pèˆÿÿgDf˜pèˆÿÿ%`•çˆÿÿgDf˜çˆÿÿ%`• åˆÿÿ gDf˜ åˆÿÿ%`•h•ˆÿÿ$gDf˜h•ˆÿÿ%`•Еˆÿÿ(gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ,gDf˜8•ˆÿÿ%`• •ˆÿÿ0gDf˜ •ˆÿÿ%`••ˆÿÿ4gDf˜•ˆÿÿ%`•p•ˆÿÿ8gDf˜p•ˆÿÿ%`•Ø•ˆÿÿ<gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ@gDf˜@•ˆÿÿ%`•¨•ˆÿÿDgDf˜¨•ˆÿÿ%`•ØIŒˆÿÿHgDf˜ØIŒˆÿÿ%`•pHŒˆÿÿLgDf˜pHŒˆÿÿ%`•GŒˆÿÿPgDf˜GŒˆÿÿ%`• EŒˆÿÿTgDf˜ EŒˆÿÿ%`•8DŒˆÿÿXgDf˜8DŒˆÿÿ%`•ÐBŒˆÿÿ\gDf˜ÐBŒˆÿÿ%`•hAŒˆÿÿ`gDf˜hAŒˆÿÿ%`•@ŒˆÿÿdgDf˜@Œˆÿÿ%`•NŒˆÿÿhgDf˜NŒˆÿÿ%`•¨LŒˆÿÿlgDf˜¨LŒˆÿÿ%`•@KŒˆÿÿpgDf˜@KŒˆÿÿ%`•pXWˆÿÿtgDf˜pXWˆÿÿ%`•WWˆÿÿxgDf˜WWˆÿÿ%`• UWˆÿÿ|gDf˜ UWˆÿÿ%`•8TWˆÿÿ€gDf˜8TWˆÿÿ%`•ÐRWˆÿÿ„gDf˜ÐRWˆÿÿ%`•hQWˆÿÿˆgDf˜hQWˆÿÿ%`•PWˆÿÿŒgDf˜PWˆÿÿ%`•ÀhˆÿÿgDf˜Àhˆÿÿ%`•hÁhˆÿÿ”gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ˜gDf˜ÐÂhˆÿÿ%`•8ÄhˆÿÿœgDf˜8Ähˆÿÿ%`•8­ˆÿÿ gDf˜8­ˆÿÿ%`•Эˆÿÿ¤gDf˜Ð­ˆÿÿ%`•h­ˆÿÿ¨gDf˜h­ˆÿÿ%`•­ˆÿÿ¬gDf˜­ˆÿÿ%`•P± ˆÿÿ°gDf˜P± ˆÿÿ%`•hQ± ˆÿÿ´gDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ¸gDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ¼gDf˜8T± ˆÿÿ%`• U± ˆÿÿÀgDf˜ U± ˆÿÿ%`•W± ˆÿÿÄgDf˜W± ˆÿÿ%`•pX± ˆÿÿÈgDf˜pX± ˆÿÿ%`•ØY± ˆÿÿÌgDf˜ØY± ˆÿÿ%`•@[± ˆÿÿÐgDf˜@[± ˆÿÿ%`•¨\± ˆÿÿÔgDf˜¨\± ˆÿÿ%`•^± ˆÿÿØgDf˜^± ˆÿÿ%`•ÐȈÿÿÜgDf˜ÐȈÿÿ%`•hÑȈÿÿägDf˜hÑȈÿÿ%`•ÐÒȈÿÿègDf˜ÐÒȈÿÿ%`•8ÔȈÿÿìgDf˜8ÔȈÿÿ%`• ÕȈÿÿðgDf˜ ÕȈÿÿ%`•×ȈÿÿôgDf˜×Ȉÿÿ%`•pØÈˆÿÿøgDf˜pØÈˆÿÿ%`•ØÙȈÿÿügDf˜ØÙȈÿÿ%`•@ÛȈÿÿgDf˜@ÛȈÿÿ%`•¨ÜȈÿÿgDf˜¨ÜȈÿÿ%`•ÞȈÿÿgDf˜ÞȈÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•¨ ­ˆÿÿgDf˜¨ ­ˆÿÿ%`•@ ­ˆÿÿgDf˜@ ­ˆÿÿ%`•Ø ­ˆÿÿgDf˜Ø ­ˆÿÿ%`•p­ˆÿÿgDf˜p­ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`• ­ˆÿÿ$gDf˜ ­ˆÿÿ%`• Åhˆÿÿ(gDf˜ Åhˆÿÿ%`•Çhˆÿÿ,gDf˜Çhˆÿÿ%`•pÈhˆÿÿ0gDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ4gDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ8gDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ<gDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ@gDf˜Îhˆÿÿ%`•^WˆÿÿDgDf˜^Wˆÿÿ%`•¨\WˆÿÿHgDf˜¨\Wˆÿÿ%`•@[WˆÿÿLgDf˜@[Wˆÿÿ%`•ØYWˆÿÿPgDf˜ØYWˆÿÿ%`•ÇoˆÿÿTgDf˜Çoˆÿÿ%`• ÅoˆÿÿXgDf˜ Åoˆÿÿ%`•8Äoˆÿÿ\gDf˜8Äoˆÿÿ%`•ÐÂoˆÿÿ`gDf˜ÐÂoˆÿÿ%`•hÁoˆÿÿdgDf˜hÁoˆÿÿ%`•ÀoˆÿÿhgDf˜Àoˆÿÿ%`•ÎoˆÿÿlgDf˜Îoˆÿÿ%`•¨ÌoˆÿÿpgDf˜¨Ìoˆÿÿ%`•@ËoˆÿÿtgDf˜@Ëoˆÿÿ%`•ØÉoˆÿÿxgDf˜ØÉoˆÿÿ%`•pÈoˆÿÿ|gDf˜pÈoˆÿÿ%`••ˆÿÿ€gDf˜•ˆÿÿ%`•>™ˆÿÿ„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿˆgDf˜¨<™ˆÿÿ%`•há/ˆÿÿŒgDf˜há/ˆÿÿ%`•à/ˆÿÿgDf˜à/ˆÿÿ%`• ¨ˆÿÿ”gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ˜gDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿœgDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ gDf˜8¤¨ˆÿÿ%`•8TÚˆÿÿ¤gDf˜8TÚˆÿÿ%`•ÐRÚˆÿÿ¨gDf˜ÐRÚˆÿÿ%`•hQÚˆÿÿ¬gDf˜hQÚˆÿÿ%`•PÚˆÿÿ°gDf˜PÚˆÿÿ%`•@¼ˆÿÿ´gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ¸gDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ¼gDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿÀgDf˜8D¼ˆÿÿ%`• E¼ˆÿÿÄgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿÈgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿÌgDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿÐgDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿÔgDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿØgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿÜgDf˜N¼ˆÿÿ%`•dˆÿÿàgDf˜dˆÿÿ%`•h‘dˆÿÿägDf˜h‘dˆÿÿ%`•Ð’dˆÿÿègDf˜Ð’dˆÿÿ%`•8”dˆÿÿìgDf˜8”dˆÿÿ%`• •dˆÿÿðgDf˜ •dˆÿÿ%`•—dˆÿÿôgDf˜—dˆÿÿ%`•p˜dˆÿÿøgDf˜p˜dˆÿÿ%`•Ø™dˆÿÿügDf˜Ø™dˆÿÿ%`•@›dˆÿÿgDf˜@›dˆÿÿ%`•¨œdˆÿÿgDf˜¨œdˆÿÿ%`•ždˆÿÿgDf˜ždˆÿÿ%`•^Úˆÿÿ gDf˜^Úˆÿÿ%`•¨\ÚˆÿÿgDf˜¨\Úˆÿÿ%`•@[ÚˆÿÿgDf˜@[Úˆÿÿ%`•ØYÚˆÿÿgDf˜ØYÚˆÿÿ%`•pXÚˆÿÿgDf˜pXÚˆÿÿ%`•WÚˆÿÿ gDf˜WÚˆÿÿ%`• UÚˆÿÿ$gDf˜ UÚˆÿÿ%`• ¥¨ˆÿÿ(gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ,gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ0gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ4gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ8gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ<gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ@gDf˜®¨ˆÿÿ%`•î/ˆÿÿDgDf˜î/ˆÿÿ%`•¨ì/ˆÿÿHgDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿLgDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿPgDf˜Øé/ˆÿÿ%`•pè/ˆÿÿTgDf˜pè/ˆÿÿ%`•ç/ˆÿÿXgDf˜ç/ˆÿÿ%`• å/ˆÿÿ\gDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ`gDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿdgDf˜Ðâ/ˆÿÿ%`••ˆÿÿhgDf˜•ˆÿÿ%`•¨•ˆÿÿlgDf˜¨•ˆÿÿ%`•@•ˆÿÿpgDf˜@•ˆÿÿ%`•Ø•ˆÿÿtgDf˜Ø•ˆÿÿ%`•p•ˆÿÿxgDf˜p•ˆÿÿ%`••ˆÿÿ|gDf˜•ˆÿÿ%`• •ˆÿÿ€gDf˜ •ˆÿÿ%`•8•ˆÿÿ„gDf˜8•ˆÿÿ%`•ЕˆÿÿˆgDf˜Ð•ˆÿÿ%`•h•ˆÿÿŒgDf˜h•ˆÿÿ%`•NŒˆÿÿgDf˜NŒˆÿÿ%`•@Œˆÿÿ”gDf˜@Œˆÿÿ%`•hAŒˆÿÿ˜gDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿœgDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿ gDf˜8DŒˆÿÿ%`• EŒˆÿÿ¤gDf˜ EŒˆÿÿ%`•GŒˆÿÿ¨gDf˜GŒˆÿÿ%`•pHŒˆÿÿ¬gDf˜pHŒˆÿÿ%`•ØIŒˆÿÿ°gDf˜ØIŒˆÿÿ%`• ‰ ˆÿÿ´gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ¸gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ¼gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿÀgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿÄgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿÈgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿÌgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿÐgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿÔgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿØgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿÜgDf˜.‰ ˆÿÿ%`•ˆÿÿàgDf˜ˆÿÿ%`•hˆÿÿägDf˜hˆÿÿ%`•ЈÿÿègDf˜Ðˆÿÿ%`•8ˆÿÿìgDf˜8ˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`•ˆÿÿôgDf˜ˆÿÿ%`•pˆÿÿøgDf˜pˆÿÿ%`•Ø ˆÿÿügDf˜Ø ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•¨ ˆÿÿgDf˜¨ ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•@KŒˆÿÿ gDf˜@KŒˆÿÿ%`•¨LŒˆÿÿgDf˜¨LŒˆÿÿ%`•PWˆÿÿgDf˜PWˆÿÿ%`•hQWˆÿÿgDf˜hQWˆÿÿ%`•ÐRWˆÿÿgDf˜ÐRWˆÿÿ%`•8TWˆÿÿ gDf˜8TWˆÿÿ%`• UWˆÿÿ$gDf˜ UWˆÿÿ%`•WWˆÿÿ(gDf˜WWˆÿÿ%`•pXWˆÿÿ,gDf˜pXWˆÿÿ%`•8Ähˆÿÿ0gDf˜8Ähˆÿÿ%`•ÐÂhˆÿÿ4gDf˜ÐÂhˆÿÿ%`•hÁhˆÿÿ8gDf˜hÁhˆÿÿ%`•Àhˆÿÿ<gDf˜Àhˆÿÿ%`•­ˆÿÿ@gDf˜­ˆÿÿ%`•h­ˆÿÿDgDf˜h­ˆÿÿ%`•ЭˆÿÿHgDf˜Ð­ˆÿÿ%`•8­ˆÿÿLgDf˜8­ˆÿÿ%`•8ÔȈÿÿPgDf˜8ÔȈÿÿ%`•ÐÒȈÿÿTgDf˜ÐÒȈÿÿ%`•hÑȈÿÿXgDf˜hÑȈÿÿ%`•ÐȈÿÿ\gDf˜ÐȈÿÿ%`• þ ˆÿÿ`gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿdgDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿhgDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿlgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿpgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿtgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿxgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ|gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ€gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ„gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿˆgDf˜®þ ˆÿÿ%`•ÞȈÿÿŒgDf˜ÞȈÿÿ%`•¨ÜȈÿÿgDf˜¨ÜȈÿÿ%`•@ÛȈÿÿ”gDf˜@ÛȈÿÿ%`•ØÙȈÿÿ˜gDf˜ØÙȈÿÿ%`•pØÈˆÿÿœgDf˜pØÈˆÿÿ%`•×Ȉÿÿ gDf˜×Ȉÿÿ%`• ÕȈÿÿ¤gDf˜ ÕȈÿÿ%`• ­ˆÿÿ¨gDf˜ ­ˆÿÿ%`•­ˆÿÿ¬gDf˜­ˆÿÿ%`•p­ˆÿÿ°gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ´gDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ¸gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ¼gDf˜¨ ­ˆÿÿ%`•­ˆÿÿÀgDf˜­ˆÿÿ%`•ÎhˆÿÿÄgDf˜Îhˆÿÿ%`•¨ÌhˆÿÿÈgDf˜¨Ìhˆÿÿ%`•@ËhˆÿÿÌgDf˜@Ëhˆÿÿ%`•ØÉhˆÿÿÐgDf˜ØÉhˆÿÿ%`•pÈhˆÿÿÔgDf˜pÈhˆÿÿ%`•ÇhˆÿÿØgDf˜Çhˆÿÿ%`• ÅhˆÿÿÜgDf˜ Åhˆÿÿ%`•ØYWˆÿÿàgDf˜ØYWˆÿÿ%`•@[WˆÿÿägDf˜@[Wˆÿÿ%`•¨\WˆÿÿègDf˜¨\Wˆÿÿ%`•^WˆÿÿìgDf˜^Wˆÿÿ%`••ˆÿÿðgDf˜•ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•>™ˆÿÿøgDf˜>™ˆÿÿ%`•à/ˆÿÿügDf˜à/ˆÿÿ%`•há/ˆÿÿgDf˜há/ˆÿÿ%`•8¤¨ˆÿÿgDf˜8¤¨ˆÿÿ%`•Т¨ˆÿÿgDf˜Ð¢¨ˆÿÿ%`•h¡¨ˆÿÿ gDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿgDf˜ ¨ˆÿÿ%`•PÚˆÿÿgDf˜PÚˆÿÿ%`•hQÚˆÿÿgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ gDf˜8TÚˆÿÿ%`•8”dˆÿÿ$gDf˜8”dˆÿÿ%`•Ð’dˆÿÿ(gDf˜Ð’dˆÿÿ%`•h‘dˆÿÿ,gDf˜h‘dˆÿÿ%`•dˆÿÿ0gDf˜dˆÿÿ%`•@(ˆÿÿ4gDf˜@(ˆÿÿ%`•hA(ˆÿÿ8gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ<gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ@gDf˜8D(ˆÿÿ%`• E(ˆÿÿDgDf˜ E(ˆÿÿ%`•G(ˆÿÿHgDf˜G(ˆÿÿ%`•pH(ˆÿÿLgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿPgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿTgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿXgDf˜¨L(ˆÿÿ%`•N(ˆÿÿ\gDf˜N(ˆÿÿ%`•@¼ˆÿÿ`gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿdgDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿhgDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿlgDf˜8D¼ˆÿÿ%`• E¼ˆÿÿpgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿtgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿxgDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ|gDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ€gDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ„gDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿˆgDf˜N¼ˆÿÿ%`•ždˆÿÿŒgDf˜ždˆÿÿ%`•¨œdˆÿÿgDf˜¨œdˆÿÿ%`•@›dˆÿÿ”gDf˜@›dˆÿÿ%`•Ø™dˆÿÿ˜gDf˜Ø™dˆÿÿ%`•p˜dˆÿÿœgDf˜p˜dˆÿÿ%`•—dˆÿÿ gDf˜—dˆÿÿ%`• •dˆÿÿ¤gDf˜ •dˆÿÿ%`• UÚˆÿÿ¨gDf˜ UÚˆÿÿ%`•WÚˆÿÿ¬gDf˜WÚˆÿÿ%`•pXÚˆÿÿ°gDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ´gDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ¸gDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ¼gDf˜¨\Úˆÿÿ%`•^ÚˆÿÿÀgDf˜^Úˆÿÿ%`•®¨ˆÿÿÄgDf˜®¨ˆÿÿ%`•¨¬¨ˆÿÿÈgDf˜¨¬¨ˆÿÿ%`•@«¨ˆÿÿÌgDf˜@«¨ˆÿÿ%`•Ø©¨ˆÿÿÐgDf˜Ø©¨ˆÿÿ%`•p¨¨ˆÿÿÔgDf˜p¨¨ˆÿÿ%`•§¨ˆÿÿØgDf˜§¨ˆÿÿ%`• ¥¨ˆÿÿÜgDf˜ ¥¨ˆÿÿ%`•Ðâ/ˆÿÿàgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿègDf˜8ä/ˆÿÿ%`• å/ˆÿÿìgDf˜ å/ˆÿÿ%`•ç/ˆÿÿðgDf˜ç/ˆÿÿ%`•pè/ˆÿÿôgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿøgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿügDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿgDf˜î/ˆÿÿ%`•h•ˆÿÿgDf˜h•ˆÿÿ%`•Еˆÿÿ gDf˜Ð•ˆÿÿ%`•8•ˆÿÿgDf˜8•ˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`••ˆÿÿgDf˜•ˆÿÿ%`•p•ˆÿÿgDf˜p•ˆÿÿ%`•Ø•ˆÿÿ gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ$gDf˜@•ˆÿÿ%`•¨•ˆÿÿ(gDf˜¨•ˆÿÿ%`••ˆÿÿ,gDf˜•ˆÿÿ%`•ØIŒˆÿÿ0gDf˜ØIŒˆÿÿ%`•pHŒˆÿÿ4gDf˜pHŒˆÿÿ%`•GŒˆÿÿ8gDf˜GŒˆÿÿ%`• EŒˆÿÿ<gDf˜ EŒˆÿÿ%`•8DŒˆÿÿ@gDf˜8DŒˆÿÿ%`•ÐBŒˆÿÿDgDf˜ÐBŒˆÿÿ%`•hAŒˆÿÿHgDf˜hAŒˆÿÿ%`•@ŒˆÿÿLgDf˜@Œˆÿÿ%`•NŒˆÿÿPgDf˜NŒˆÿÿ%`•8ˆÿÿTgDf˜8ˆÿÿ%`•ЈÿÿXgDf˜Ðˆÿÿ%`•hˆÿÿ\gDf˜hˆÿÿ%`•ˆÿÿ`gDf˜ˆÿÿ%`•à ˆÿÿdgDf˜à ˆÿÿ%`•há ˆÿÿhgDf˜há ˆÿÿ%`•Ðâ ˆÿÿlgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿpgDf˜8ä ˆÿÿ%`• å ˆÿÿtgDf˜ å ˆÿÿ%`•ç ˆÿÿxgDf˜ç ˆÿÿ%`•pè ˆÿÿ|gDf˜pè ˆÿÿ%`•Øé ˆÿÿ€gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ„gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿˆgDf˜¨ì ˆÿÿ%`•î ˆÿÿŒgDf˜î ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•¨ ˆÿÿ”gDf˜¨ ˆÿÿ%`•@ ˆÿÿ˜gDf˜@ ˆÿÿ%`•Ø ˆÿÿœgDf˜Ø ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•ˆÿÿ¤gDf˜ˆÿÿ%`• ˆÿÿ¨gDf˜ ˆÿÿ%`•¨LŒˆÿÿ¬gDf˜¨LŒˆÿÿ%`•@KŒˆÿÿ°gDf˜@KŒˆÿÿ%`•pXWˆÿÿ´gDf˜pXWˆÿÿ%`•WWˆÿÿ¸gDf˜WWˆÿÿ%`• UWˆÿÿ¼gDf˜ UWˆÿÿ%`•8TWˆÿÿÀgDf˜8TWˆÿÿ%`•ÐRWˆÿÿÄgDf˜ÐRWˆÿÿ%`•hQWˆÿÿÈgDf˜hQWˆÿÿ%`•PWˆÿÿÌgDf˜PWˆÿÿ%`•ÀhˆÿÿÐgDf˜Àhˆÿÿ%`•hÁhˆÿÿÔgDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿØgDf˜ÐÂhˆÿÿ%`•8ÄhˆÿÿÜgDf˜8Ähˆÿÿ%`•8­ˆÿÿàgDf˜8­ˆÿÿ%`•ЭˆÿÿägDf˜Ð­ˆÿÿ%`•h­ˆÿÿègDf˜h­ˆÿÿ%`•­ˆÿÿìgDf˜­ˆÿÿ%`•­ˆÿÿðgDf˜­ˆÿÿ%`•¨ ­ˆÿÿôgDf˜¨ ­ˆÿÿ%`•@ ­ˆÿÿøgDf˜@ ­ˆÿÿ%`•Ø ­ˆÿÿügDf˜Ø ­ˆÿÿ%`•p­ˆÿÿgDf˜p­ˆÿÿ%`•­ˆÿÿgDf˜­ˆÿÿ%`• ­ˆÿÿgDf˜ ­ˆÿÿ%`• Åhˆÿÿ gDf˜ Åhˆÿÿ%`•ÇhˆÿÿgDf˜Çhˆÿÿ%`•pÈhˆÿÿgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿgDf˜ØÉhˆÿÿ%`•@ËhˆÿÿgDf˜@Ëhˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•@ËhˆÿÿgDf˜@Ëhˆÿÿ%`•Çhˆÿÿ gDf˜Çhˆÿÿ%`•pÈhˆÿÿgDf˜pÈhˆÿÿ%`• Åhˆÿÿ7ègDf˜ Åhˆÿÿ%`•ØÉhˆÿÿ`ÈgDf˜ØÉhˆÿÿ%`•8ÄhˆÿÿgDf˜8Ähˆÿÿ%`•Àhˆÿÿƒ,gDf˜Àhˆÿÿ%`•hÁhˆÿÿƒ4gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿÑdgDf˜ÐÂhˆÿÿ%`•ÎhˆÿÿìlgDf˜Îhˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•¨Ìhˆÿÿƒ<gDf˜¨Ìhˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ(gDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•^Wˆÿÿ,ügDf˜^Wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•^Wˆÿÿ,¼gDf˜^Wˆÿÿ%`•ØYWˆÿÿì\gDf˜ØYWˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`•ØYWˆÿÿLügDf˜ØYWˆÿÿ%`•^WˆÿÿH¤gDf˜^Wˆÿÿ%`•@[WˆÿÿðügDf˜@[Wˆÿÿ%`•¨\WˆÿÿìgDf˜¨\Wˆÿÿ%`•pXWˆÿÿðügDf˜pXWˆÿÿ%`•WWˆÿÿìgDf˜WWˆÿÿ%`• UWˆÿÿôügDf˜ UWˆÿÿ%`•8TWˆÿÿ!ðgDf˜8TWˆÿÿ%`•ÐRWˆÿÿ!ôègDf˜ÐRWˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ÜgDf˜'ˆÿÿ%`•WWˆÿÿ{°gDf˜WWˆÿÿ%`•ÐRWˆÿÿgDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿzL gDf˜ÐRWˆÿÿ%`•WWˆÿÿ{gDf˜WWˆÿÿ%`•WWˆÿÿ gDf˜WWˆÿÿ%`•WWˆÿÿgDf˜WWˆÿÿ%`•ÐRWˆÿÿ/øgDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ~gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ{tgDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ!gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿ"àgDf˜ÐRWˆÿÿ%`•WWˆÿÿ"ägDf˜WWˆÿÿ%`•8TWˆÿÿ#ø4gDf˜8TWˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%,gDf˜'ˆÿÿ%`•8TWˆÿÿ%0gDf˜8TWˆÿÿ%`•8TWˆÿÿ%4gDf˜8TWˆÿÿ%`•8TWˆÿÿ%8gDf˜8TWˆÿÿ%`•8TWˆÿÿ%<gDf˜8TWˆÿÿ%`•8TWˆÿÿ%@gDf˜8TWˆÿÿ%`•8TWˆÿÿ%DgDf˜8TWˆÿÿ%`•8TWˆÿÿ%HgDf˜8TWˆÿÿ%`•8TWˆÿÿ%LgDf˜8TWˆÿÿ%`•8TWˆÿÿ%PgDf˜8TWˆÿÿ%`•8TWˆÿÿ%TgDf˜8TWˆÿÿ%`•8TWˆÿÿ%XgDf˜8TWˆÿÿ%`•8TWˆÿÿ%\gDf˜8TWˆÿÿ%`•@[Wˆÿÿ%`gDf˜@[Wˆÿÿ%`•hQWˆÿÿ%dgDf˜hQWˆÿÿ%`•hQWˆÿÿ%hgDf˜hQWˆÿÿ%`•@[Wˆÿÿ%lgDf˜@[Wˆÿÿ%`•8TWˆÿÿ%pgDf˜8TWˆÿÿ%`•ØYWˆÿÿ%tgDf˜ØYWˆÿÿ%`•PWˆÿÿ%xgDf˜PWˆÿÿ%`•^Wˆÿÿ%|gDf˜^Wˆÿÿ%`• UWˆÿÿ%€gDf˜ UWˆÿÿ%`•¨\Wˆÿÿ%„gDf˜¨\Wˆÿÿ%`•pXWˆÿÿ%ˆgDf˜pXWˆÿÿ%`•WWˆÿÿ%ŒgDf˜WWˆÿÿ%`•WWˆÿÿ%gDf˜WWˆÿÿ%`•pXWˆÿÿ%”gDf˜pXWˆÿÿ%`•¨\Wˆÿÿ%˜gDf˜¨\Wˆÿÿ%`• UWˆÿÿ%œgDf˜ UWˆÿÿ%`•^Wˆÿÿ% gDf˜^Wˆÿÿ%`•PWˆÿÿ%¤gDf˜PWˆÿÿ%`•ØYWˆÿÿ%¨gDf˜ØYWˆÿÿ%`•8TWˆÿÿ%¬gDf˜8TWˆÿÿ%`•@[Wˆÿÿ%°gDf˜@[Wˆÿÿ%`•hQWˆÿÿ%´gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ%¸gDf˜ÐRWˆÿÿ%`•¨<™ˆÿÿ%¼gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ%ÀgDf˜>™ˆÿÿ%`•é ˆÿÿ%ÄgDf˜é ˆÿÿ%`•hé ˆÿÿ%ÈgDf˜hé ˆÿÿ%`•Ðé ˆÿÿ%ÌgDf˜Ðé ˆÿÿ%`•8é ˆÿÿ%ÐgDf˜8é ˆÿÿ%`• é ˆÿÿ%ÔgDf˜ é ˆÿÿ%`•é ˆÿÿ%ØgDf˜é ˆÿÿ%`•pé ˆÿÿ%ÜgDf˜pé ˆÿÿ%`•Ø é ˆÿÿ%àgDf˜Ø é ˆÿÿ%`•@ é ˆÿÿ%ägDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ%ègDf˜¨ é ˆÿÿ%`•é ˆÿÿ%ìgDf˜é ˆÿÿ%`•«ˆÿÿ%ðgDf˜«ˆÿÿ%`•h‘«ˆÿÿ%ôgDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿ%øgDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿ%ügDf˜8”«ˆÿÿ%`• •«ˆÿÿ&gDf˜ •«ˆÿÿ%`•—«ˆÿÿ&gDf˜—«ˆÿÿ%`•p˜«ˆÿÿ&gDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿ& gDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿ&gDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ&gDf˜¨œ«ˆÿÿ%`•ž«ˆÿÿ&gDf˜ž«ˆÿÿ%`•>™ˆÿÿ&gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ& gDf˜¨<™ˆÿÿ%`•¨ é ˆÿÿ&$gDf˜¨ é ˆÿÿ%`•@ é ˆÿÿ&(gDf˜@ é ˆÿÿ%`•Ø é ˆÿÿ&,gDf˜Ø é ˆÿÿ%`•pé ˆÿÿ&0gDf˜pé ˆÿÿ%`•é ˆÿÿ&4gDf˜é ˆÿÿ%`• é ˆÿÿ&8gDf˜ é ˆÿÿ%`•8é ˆÿÿ&<gDf˜8é ˆÿÿ%`•Ðé ˆÿÿ&@gDf˜Ðé ˆÿÿ%`•hé ˆÿÿ&DgDf˜hé ˆÿÿ%`•é ˆÿÿ&HgDf˜é ˆÿÿ%`•p¹ˆÿÿ&LgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ&PgDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ&TgDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ&XgDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ&\gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ&`gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ&dgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ&hgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ&lgDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ&pgDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ&tgDf˜~¹ˆÿÿ%`•Bˆÿÿ&xgDf˜Bˆÿÿ%`•hBˆÿÿ&|gDf˜hBˆÿÿ%`•ÐBˆÿÿ&€gDf˜ÐBˆÿÿ%`•8Bˆÿÿ&„gDf˜8Bˆÿÿ%`• Bˆÿÿ&ˆgDf˜ Bˆÿÿ%`•Bˆÿÿ&ŒgDf˜Bˆÿÿ%`•pBˆÿÿ&gDf˜pBˆÿÿ%`•ØBˆÿÿ&”gDf˜ØBˆÿÿ%`•@Bˆÿÿ&˜gDf˜@Bˆÿÿ%`•¨Bˆÿÿ&œgDf˜¨Bˆÿÿ%`•Bˆÿÿ& gDf˜Bˆÿÿ%`•pˆÿÿ&¤gDf˜pˆÿÿ%`•hqˆÿÿ&¨gDf˜hqˆÿÿ%`•Ðrˆÿÿ&¬gDf˜Ðrˆÿÿ%`•8tˆÿÿ&°gDf˜8tˆÿÿ%`• uˆÿÿ&´gDf˜ uˆÿÿ%`•wˆÿÿ&¸gDf˜wˆÿÿ%`•pxˆÿÿ&¼gDf˜pxˆÿÿ%`•Øyˆÿÿ&ÀgDf˜Øyˆÿÿ%`•@{ˆÿÿ&ÄgDf˜@{ˆÿÿ%`•¨|ˆÿÿ&ÈgDf˜¨|ˆÿÿ%`•~ˆÿÿ&ÌgDf˜~ˆÿÿ%`•Ðrˆÿÿ&ÐgDf˜Ðrˆÿÿ%`•hÑrˆÿÿ&ÔgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ&ØgDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ&ÜgDf˜8Ôrˆÿÿ%`• Õrˆÿÿ&àgDf˜ Õrˆÿÿ%`•×rˆÿÿ&ägDf˜×rˆÿÿ%`•pØrˆÿÿ&ègDf˜pØrˆÿÿ%`•ØÙrˆÿÿ&ìgDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ&ðgDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ&ôgDf˜¨Ürˆÿÿ%`•Þrˆÿÿ&øgDf˜Þrˆÿÿ%`•@*ˆÿÿ&ügDf˜@*ˆÿÿ%`•hA*ˆÿÿ'gDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ'gDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ'gDf˜8D*ˆÿÿ%`• E*ˆÿÿ' gDf˜ E*ˆÿÿ%`•G*ˆÿÿ'gDf˜G*ˆÿÿ%`•pH*ˆÿÿ'gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ'gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ'gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ' gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ'$gDf˜N*ˆÿÿ%`•¨<™ˆÿÿ'(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ',gDf˜>™ˆÿÿ%`•8t¹ˆÿÿ'0gDf˜8t¹ˆÿÿ%`•Ðr¹ˆÿÿ'4gDf˜Ðr¹ˆÿÿ%`•hq¹ˆÿÿ'8gDf˜hq¹ˆÿÿ%`•p¹ˆÿÿ'<gDf˜p¹ˆÿÿ%`•€é ˆÿÿ'@gDf˜€é ˆÿÿ%`•hé ˆÿÿ'DgDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿ'HgDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿ'LgDf˜8„é ˆÿÿ%`• …é ˆÿÿ'PgDf˜ …é ˆÿÿ%`•‡é ˆÿÿ'TgDf˜‡é ˆÿÿ%`•pˆé ˆÿÿ'XgDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿ'\gDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿ'`gDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿ'dgDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿ'hgDf˜Žé ˆÿÿ%`•€è ˆÿÿ'lgDf˜€è ˆÿÿ%`•hè ˆÿÿ'pgDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ'tgDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ'xgDf˜8„è ˆÿÿ%`• …è ˆÿÿ'|gDf˜ …è ˆÿÿ%`•‡è ˆÿÿ'€gDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ'„gDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ'ˆgDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ'ŒgDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ'gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ'”gDf˜Žè ˆÿÿ%`•`܈ÿÿ'˜gDf˜`܈ÿÿ%`•ha܈ÿÿ'œgDf˜ha܈ÿÿ%`•Ðb܈ÿÿ' gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ'¤gDf˜8d܈ÿÿ%`• e܈ÿÿ'¨gDf˜ e܈ÿÿ%`•g܈ÿÿ'¬gDf˜g܈ÿÿ%`•ph܈ÿÿ'°gDf˜ph܈ÿÿ%`•Øi܈ÿÿ'´gDf˜Øi܈ÿÿ%`•@k܈ÿÿ'¸gDf˜@k܈ÿÿ%`•¨l܈ÿÿ'¼gDf˜¨l܈ÿÿ%`•n܈ÿÿ'ÀgDf˜n܈ÿÿ%`•0ˆÿÿ'ÄgDf˜0ˆÿÿ%`•h1ˆÿÿ'ÈgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ'ÌgDf˜Ð2ˆÿÿ%`•84ˆÿÿ'ÐgDf˜84ˆÿÿ%`• 5ˆÿÿ'ÔgDf˜ 5ˆÿÿ%`•7ˆÿÿ'ØgDf˜7ˆÿÿ%`•p8ˆÿÿ'ÜgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ'àgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ'ägDf˜@;ˆÿÿ%`•¨<ˆÿÿ'ègDf˜¨<ˆÿÿ%`•>ˆÿÿ'ìgDf˜>ˆÿÿ%`•0Dˆÿÿ'ðgDf˜0Dˆÿÿ%`•h1Dˆÿÿ'ôgDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ'ügDf˜Ð2Dˆÿÿ%`•84Dˆÿÿ(gDf˜84Dˆÿÿ%`• 5Dˆÿÿ(gDf˜ 5Dˆÿÿ%`•7Dˆÿÿ(gDf˜7Dˆÿÿ%`•p8Dˆÿÿ( gDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ(gDf˜Ø9Dˆÿÿ%`•@;Dˆÿÿ(gDf˜@;Dˆÿÿ%`•¨Dˆÿÿ(gDf˜>Dˆÿÿ%`•`Dˆÿÿ( gDf˜`Dˆÿÿ%`•haDˆÿÿ($gDf˜haDˆÿÿ%`•ÐbDˆÿÿ((gDf˜ÐbDˆÿÿ%`•8dDˆÿÿ(,gDf˜8dDˆÿÿ%`• eDˆÿÿ(0gDf˜ eDˆÿÿ%`•gDˆÿÿ(4gDf˜gDˆÿÿ%`•phDˆÿÿ(8gDf˜phDˆÿÿ%`•ØiDˆÿÿ(<gDf˜ØiDˆÿÿ%`•@kDˆÿÿ(@gDf˜@kDˆÿÿ%`•¨lDˆÿÿ(DgDf˜¨lDˆÿÿ%`•nDˆÿÿ(HgDf˜nDˆÿÿ%`•@ÿ ˆÿÿ(LgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ(PgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ(TgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ(XgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ(\gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ(`gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ(dgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ(hgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ(lgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ(pgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ(tgDf˜Nÿ ˆÿÿ%`•pˆÿÿ(xgDf˜pˆÿÿ%`•hqˆÿÿ(|gDf˜hqˆÿÿ%`•Ðrˆÿÿ(€gDf˜Ðrˆÿÿ%`•8tˆÿÿ(„gDf˜8tˆÿÿ%`• uˆÿÿ(ˆgDf˜ uˆÿÿ%`•wˆÿÿ(ŒgDf˜wˆÿÿ%`•pxˆÿÿ(gDf˜pxˆÿÿ%`•Øyˆÿÿ(”gDf˜Øyˆÿÿ%`•@{ˆÿÿ(˜gDf˜@{ˆÿÿ%`•¨|ˆÿÿ(œgDf˜¨|ˆÿÿ%`•~ˆÿÿ( gDf˜~ˆÿÿ%`•Dˆÿÿ(¤gDf˜Dˆÿÿ%`•hDˆÿÿ(¨gDf˜hDˆÿÿ%`•ÐDˆÿÿ(¬gDf˜ÐDˆÿÿ%`•8Dˆÿÿ(°gDf˜8Dˆÿÿ%`• Dˆÿÿ(´gDf˜ Dˆÿÿ%`•Dˆÿÿ(¸gDf˜Dˆÿÿ%`•pDˆÿÿ(¼gDf˜pDˆÿÿ%`•ØDˆÿÿ(ÀgDf˜ØDˆÿÿ%`•@Dˆÿÿ(ÄgDf˜@Dˆÿÿ%`•¨Dˆÿÿ(ÈgDf˜¨Dˆÿÿ%`•Dˆÿÿ(ÌgDf˜Dˆÿÿ%`•`¿ˆÿÿ(ÐgDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ(ÔgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ(ØgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ(ÜgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ(àgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ(ägDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ(ègDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ(ìgDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ(ðgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ(ôgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ(øgDf˜n¿ˆÿÿ%`•~¹ˆÿÿ(ügDf˜~¹ˆÿÿ%`•¨|¹ˆÿÿ)gDf˜¨|¹ˆÿÿ%`•@{¹ˆÿÿ)gDf˜@{¹ˆÿÿ%`•Øy¹ˆÿÿ)gDf˜Øy¹ˆÿÿ%`•px¹ˆÿÿ) gDf˜px¹ˆÿÿ%`•w¹ˆÿÿ)gDf˜w¹ˆÿÿ%`• u¹ˆÿÿ)gDf˜ u¹ˆÿÿ%`•pØrˆÿÿ)gDf˜pØrˆÿÿ%`•×rˆÿÿ)gDf˜×rˆÿÿ%`• Õrˆÿÿ) gDf˜ Õrˆÿÿ%`•8Ôrˆÿÿ)$gDf˜8Ôrˆÿÿ%`•ÐÒrˆÿÿ)(gDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿ),gDf˜hÑrˆÿÿ%`•Ðrˆÿÿ)0gDf˜Ðrˆÿÿ%`•Àhˆÿÿ)4gDf˜Àhˆÿÿ%`•hÁhˆÿÿ)8gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ)<gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ)@gDf˜8Ähˆÿÿ%`• Åhˆÿÿ)DgDf˜ Åhˆÿÿ%`•Çhˆÿÿ)HgDf˜Çhˆÿÿ%`•pÈhˆÿÿ)LgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ)PgDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ)TgDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ)XgDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ)\gDf˜Îhˆÿÿ%`•é ˆÿÿ)`gDf˜é ˆÿÿ%`•hé ˆÿÿ)dgDf˜hé ˆÿÿ%`•Ðé ˆÿÿ)hgDf˜Ðé ˆÿÿ%`•8é ˆÿÿ)lgDf˜8é ˆÿÿ%`• é ˆÿÿ)pgDf˜ é ˆÿÿ%`•é ˆÿÿ)tgDf˜é ˆÿÿ%`•pé ˆÿÿ)xgDf˜pé ˆÿÿ%`•Ø é ˆÿÿ)|gDf˜Ø é ˆÿÿ%`•@ é ˆÿÿ)€gDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ)„gDf˜¨ é ˆÿÿ%`•é ˆÿÿ)ˆgDf˜é ˆÿÿ%`•Þrˆÿÿ)ŒgDf˜Þrˆÿÿ%`•¨Ürˆÿÿ)gDf˜¨Ürˆÿÿ%`•@Ûrˆÿÿ)”gDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿ)˜gDf˜ØÙrˆÿÿ%`•>™ˆÿÿ)œgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ) gDf˜¨<™ˆÿÿ%`•p¹ˆÿÿ)¤gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ)¨gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ)¬gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ)°gDf˜8t¹ˆÿÿ%`•Ðb܈ÿÿ)´gDf˜Ðb܈ÿÿ%`•ha܈ÿÿ)¸gDf˜ha܈ÿÿ%`•`܈ÿÿ)¼gDf˜`܈ÿÿ%`•€æˆÿÿ)ÀgDf˜€æˆÿÿ%`•hæˆÿÿ)ÄgDf˜hæˆÿÿ%`•Ђæˆÿÿ)ÈgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿ)ÌgDf˜8„æˆÿÿ%`• …æˆÿÿ)ÐgDf˜ …æˆÿÿ%`•‡æˆÿÿ)ÔgDf˜‡æˆÿÿ%`•pˆæˆÿÿ)ØgDf˜pˆæˆÿÿ%`•؉æˆÿÿ)ÜgDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿ)àgDf˜@‹æˆÿÿ%`•¨Œæˆÿÿ)ägDf˜¨Œæˆÿÿ%`•Žæˆÿÿ)ègDf˜Žæˆÿÿ%`•àOˆÿÿ)ìgDf˜àOˆÿÿ%`•háOˆÿÿ)ðgDf˜háOˆÿÿ%`•ÐâOˆÿÿ)ôgDf˜ÐâOˆÿÿ%`•8äOˆÿÿ)øgDf˜8äOˆÿÿ%`• åOˆÿÿ)ügDf˜ åOˆÿÿ%`•çOˆÿÿ*gDf˜çOˆÿÿ%`•pèOˆÿÿ*gDf˜pèOˆÿÿ%`•ØéOˆÿÿ*gDf˜ØéOˆÿÿ%`•@ëOˆÿÿ* gDf˜@ëOˆÿÿ%`•¨ìOˆÿÿ*gDf˜¨ìOˆÿÿ%`•îOˆÿÿ*gDf˜îOˆÿÿ%`•  ˆÿÿ*gDf˜  ˆÿÿ%`•h! ˆÿÿ*gDf˜h! ˆÿÿ%`•Ð" ˆÿÿ* gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ*$gDf˜8$ ˆÿÿ%`• % ˆÿÿ*(gDf˜ % ˆÿÿ%`•' ˆÿÿ*,gDf˜' ˆÿÿ%`•p( ˆÿÿ*0gDf˜p( ˆÿÿ%`•Ø) ˆÿÿ*4gDf˜Ø) ˆÿÿ%`•@+ ˆÿÿ*8gDf˜@+ ˆÿÿ%`•¨, ˆÿÿ*<gDf˜¨, ˆÿÿ%`•. ˆÿÿ*@gDf˜. ˆÿÿ%`•n܈ÿÿ*DgDf˜n܈ÿÿ%`•¨l܈ÿÿ*HgDf˜¨l܈ÿÿ%`•@k܈ÿÿ*LgDf˜@k܈ÿÿ%`•Øi܈ÿÿ*PgDf˜Øi܈ÿÿ%`•ph܈ÿÿ*TgDf˜ph܈ÿÿ%`•g܈ÿÿ*XgDf˜g܈ÿÿ%`• e܈ÿÿ*\gDf˜ e܈ÿÿ%`•8d܈ÿÿ*`gDf˜8d܈ÿÿ%`•haDˆÿÿ*dgDf˜haDˆÿÿ%`•`Dˆÿÿ*hgDf˜`Dˆÿÿ%`•P¨ˆÿÿ*lgDf˜P¨ˆÿÿ%`•hQ¨ˆÿÿ*pgDf˜hQ¨ˆÿÿ%`•ÐR¨ˆÿÿ*tgDf˜ÐR¨ˆÿÿ%`•8T¨ˆÿÿ*xgDf˜8T¨ˆÿÿ%`• U¨ˆÿÿ*|gDf˜ U¨ˆÿÿ%`•W¨ˆÿÿ*€gDf˜W¨ˆÿÿ%`•pX¨ˆÿÿ*„gDf˜pX¨ˆÿÿ%`•ØY¨ˆÿÿ*ˆgDf˜ØY¨ˆÿÿ%`•@[¨ˆÿÿ*ŒgDf˜@[¨ˆÿÿ%`•¨\¨ˆÿÿ*gDf˜¨\¨ˆÿÿ%`•^¨ˆÿÿ*”gDf˜^¨ˆÿÿ%`•[ ˆÿÿ*˜gDf˜[ ˆÿÿ%`•h[ ˆÿÿ*œgDf˜h[ ˆÿÿ%`•Ð[ ˆÿÿ* gDf˜Ð[ ˆÿÿ%`•@ [ ˆÿÿ*¤XgDf˜@ [ ˆÿÿ%`•¨ [ ˆÿÿ,ügDf˜¨ [ ˆÿÿ%`•[ ˆÿÿ-üügDf˜[ ˆÿÿ%`•nDˆÿÿ/øgDf˜nDˆÿÿ%`•¨lDˆÿÿ0ügDf˜¨lDˆÿÿ%`•@kDˆÿÿ2ügDf˜@kDˆÿÿ%`•ØiDˆÿÿ3ügDf˜ØiDˆÿÿ%`•phDˆÿÿ4gDf˜phDˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•[ ˆÿÿgDf˜[ ˆÿÿ%`•8[ ˆÿÿgDf˜8[ ˆÿÿ%`•Ø [ ˆÿÿ}DgDf˜Ø [ ˆÿÿ%`• [ ˆÿÿ}LgDf˜ [ ˆÿÿ%`•p[ ˆÿÿáìgDf˜p[ ˆÿÿ%`•'ˆÿÿ5 gDf˜'ˆÿÿ%`•¨lDˆÿÿ gDf˜¨lDˆÿÿ%`•@kDˆÿÿ gDf˜@kDˆÿÿ%`•¨lDˆÿÿáðgDf˜¨lDˆÿÿ%`•phDˆÿÿâgDf˜phDˆÿÿ%`•phDˆÿÿ gDf˜phDˆÿÿ%`•phDˆÿÿâ8gDf˜phDˆÿÿ%`•phDˆÿÿ gDf˜phDˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•Гˆÿÿõ€gDf˜Ð“ˆÿÿ%`•pØ“ˆÿÿö„gDf˜pØ“ˆÿÿ%`•8Ô“ˆÿÿöДgDf˜8Ô“ˆÿÿ%`•hÑ“ˆÿÿ÷dügDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿù`gDf˜ÐÒ“ˆÿÿ%`• Õ“ˆÿÿ gDf˜ Õ“ˆÿÿ%`•דˆÿÿ ügDf˜דˆÿÿ%`•ØÙ“ˆÿÿ ˜gDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ ¬ügDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ¨\gDf˜¨Ü“ˆÿÿ%`• Fˆÿÿ gDf˜ Fˆÿÿ%`•Þ“ˆÿÿo¸xgDf˜Þ“ˆÿÿ%`•haDˆÿÿƒ,gDf˜haDˆÿÿ%`•phDˆÿÿƒ8gDf˜phDˆÿÿ%`•nDˆÿÿgDf˜nDˆÿÿ%`•`DˆÿÿgDf˜`Dˆÿÿ%`•ØiDˆÿÿ‘gDf˜ØiDˆÿÿ%`•gDˆÿÿ˜gDf˜gDˆÿÿ%`• eDˆÿÿ™ gDf˜ eDˆÿÿ%`•8dDˆÿÿ gDf˜8dDˆÿÿ%`•ÐbDˆÿÿ¡gDf˜ÐbDˆÿÿ%`•¨lDˆÿÿâHgDf˜¨lDˆÿÿ%`•@kDˆÿÿâTLgDf˜@kDˆÿÿ%`• Fˆÿÿ gDf˜ Fˆÿÿ%`• Fˆÿÿ5gDf˜ Fˆÿÿ%`•h¡Fˆÿÿ5ügDf˜h¡Fˆÿÿ%`•ТFˆÿÿ7øgDf˜Ð¢Fˆÿÿ%`•8¤Fˆÿÿ8 tgDf˜8¤Fˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9€gDf˜'ˆÿÿ%`•8¤Fˆÿÿ9„PgDf˜8¤Fˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9ÔgDf˜'ˆÿÿ%`•8¤Fˆÿÿ9ØLgDf˜8¤Fˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:$gDf˜'ˆÿÿ%`•8¤Fˆÿÿ:(ägDf˜8¤Fˆÿÿ%`•Ø©Fˆÿÿ<àgDf˜Ø©Fˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ðgDf˜'ˆÿÿ%`•Ø©Fˆÿÿ=ôügDf˜Ø©Fˆÿÿ%`•8¤Fˆÿÿ?ð gDf˜8¤Fˆÿÿ%`•¨¬Fˆÿÿ@ügDf˜¨¬Fˆÿÿ%`•h¡FˆÿÿBgDf˜h¡Fˆÿÿ%`•®FˆÿÿBÐgDf˜®Fˆÿÿ%`•@«FˆÿÿÐgDf˜@«Fˆÿÿ%`•ТFˆÿÿÔügDf˜Ð¢Fˆÿÿ%`• Fˆÿÿ¤,gDf˜ Fˆÿÿ%`• ¥FˆÿÿÔügDf˜ ¥Fˆÿÿ%`•p¨FˆÿÿÐgDf˜p¨Fˆÿÿ%`•§FˆÿÿÜügDf˜§Fˆÿÿ%`•>™ˆÿÿ ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ÜügDf˜¨<™ˆÿÿ%`•pŸ ˆÿÿ ØgDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ àPgDf˜hqŸ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 0gDf˜'ˆÿÿ%`•hqŸ ˆÿÿzDgDf˜hqŸ ˆÿÿ%`•pŸ ˆÿÿ}ôgDf˜pŸ ˆÿÿ%`•8tŸ ˆÿÿ¸gDf˜8tŸ ˆÿÿ%`•8tŸ ˆÿÿ gDf˜8tŸ ˆÿÿ%`•8tŸ ˆÿÿz4gDf˜8tŸ ˆÿÿ%`•pŸ ˆÿÿzX(gDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿz” gDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿÜgDf˜ÐrŸ ˆÿÿ%`• uŸ ˆÿÿã8ügDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿå4ügDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿç0ügDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿé,gDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿê8PgDf˜@{Ÿ ˆÿÿ%`•@{Ÿ ˆÿÿ gDf˜@{Ÿ ˆÿÿ%`•@{Ÿ ˆÿÿ 4gDf˜@{Ÿ ˆÿÿ%`•ØyŸ ˆÿÿ 8 gDf˜ØyŸ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ XgDf˜'ˆÿÿ%`•ØyŸ ˆÿÿ \$gDf˜ØyŸ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ €gDf˜'ˆÿÿ%`•ØyŸ ˆÿÿ „$gDf˜ØyŸ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¨gDf˜'ˆÿÿ%`•ØyŸ ˆÿÿ ¬gDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ °gDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ´gDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ¸gDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ¼gDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÀgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÄgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÈgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÌgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÐgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÔgDf˜ØyŸ ˆÿÿ%`•ØyŸ ˆÿÿ ØgDf˜ØyŸ ˆÿÿ%`•8tŸ ˆÿÿ ÜgDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿ àgDf˜ uŸ ˆÿÿ%`•@{Ÿ ˆÿÿ ägDf˜@{Ÿ ˆÿÿ%`•@{Ÿ ˆÿÿ ègDf˜@{Ÿ ˆÿÿ%`• uŸ ˆÿÿ ìgDf˜ uŸ ˆÿÿ%`•8tŸ ˆÿÿ ðgDf˜8tŸ ˆÿÿ%`•ØyŸ ˆÿÿ ôgDf˜ØyŸ ˆÿÿ%`•pŸ ˆÿÿ øgDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ ügDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿ gDf˜ÐrŸ ˆÿÿ%`•wŸ ˆÿÿ gDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿ gDf˜pxŸ ˆÿÿ%`•¨|Ÿ ˆÿÿ gDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ gDf˜~Ÿ ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•€ñ ˆÿÿ $gDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ (gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ ,gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ 0gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ 4gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ 8gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ <gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ @gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ DgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ HgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ LgDf˜Žñ ˆÿÿ%`•PFˆÿÿ PgDf˜PFˆÿÿ%`•hQFˆÿÿ TgDf˜hQFˆÿÿ%`•ÐRFˆÿÿ XgDf˜ÐRFˆÿÿ%`•8TFˆÿÿ \gDf˜8TFˆÿÿ%`• UFˆÿÿ `gDf˜ UFˆÿÿ%`•WFˆÿÿ dgDf˜WFˆÿÿ%`•pXFˆÿÿ hgDf˜pXFˆÿÿ%`•ØYFˆÿÿ lgDf˜ØYFˆÿÿ%`•@[Fˆÿÿ pgDf˜@[Fˆÿÿ%`•¨\Fˆÿÿ tgDf˜¨\Fˆÿÿ%`•^Fˆÿÿ xgDf˜^Fˆÿÿ%`•`‡ˆÿÿ |gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ €gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ „gDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ ˆgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ ŒgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ gDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ ”gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ ˜gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ œgDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ  gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ ¤gDf˜n‡ˆÿÿ%`• ÿˆÿÿ ¨gDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ ¬gDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ °gDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ ´gDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ ¸gDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ ¼gDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ ÀgDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ ÄgDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ ÈgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ ÌgDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ ÐgDf˜®ÿˆÿÿ%`•¨<™ˆÿÿ ÔgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ØgDf˜>™ˆÿÿ%`•Àˆÿÿ ÜgDf˜Àˆÿÿ%`•hÁˆÿÿ àgDf˜hÁˆÿÿ%`•Јÿÿ ägDf˜Ðˆÿÿ%`•8Ĉÿÿ ègDf˜8Ĉÿÿ%`• Åˆÿÿ ìgDf˜ Åˆÿÿ%`•Ljÿÿ ðgDf˜Çˆÿÿ%`•pȈÿÿ ôgDf˜pȈÿÿ%`•ØÉˆÿÿ øgDf˜ØÉˆÿÿ%`•@ˈÿÿ ügDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•«ˆÿÿgDf˜«ˆÿÿ%`•h‘«ˆÿÿ gDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿgDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿgDf˜8”«ˆÿÿ%`• •«ˆÿÿgDf˜ •«ˆÿÿ%`•—«ˆÿÿgDf˜—«ˆÿÿ%`•p˜«ˆÿÿ gDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿ$gDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿ(gDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ,gDf˜¨œ«ˆÿÿ%`•ž«ˆÿÿ0gDf˜ž«ˆÿÿ%`•@ÿ ˆÿÿ4gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ8gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ<gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ@gDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿDgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿHgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿLgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿPgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿTgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿXgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ\gDf˜Nÿ ˆÿÿ%`• #ˆÿÿ`gDf˜ #ˆÿÿ%`•h¡#ˆÿÿdgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿhgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿlgDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿpgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿtgDf˜§#ˆÿÿ%`•p¨#ˆÿÿxgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ|gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ€gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ„gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿˆgDf˜®#ˆÿÿ%`•à’ ˆÿÿŒgDf˜à’ ˆÿÿ%`•há’ ˆÿÿgDf˜há’ ˆÿÿ%`•Ðâ’ ˆÿÿ”gDf˜Ðâ’ ˆÿÿ%`•8ä’ ˆÿÿ˜gDf˜8ä’ ˆÿÿ%`• å’ ˆÿÿœgDf˜ å’ ˆÿÿ%`•ç’ ˆÿÿ gDf˜ç’ ˆÿÿ%`•pè’ ˆÿÿ¤gDf˜pè’ ˆÿÿ%`•Øé’ ˆÿÿ¨gDf˜Øé’ ˆÿÿ%`•@ë’ ˆÿÿ¬gDf˜@ë’ ˆÿÿ%`•¨ì’ ˆÿÿ°gDf˜¨ì’ ˆÿÿ%`•î’ ˆÿÿ´gDf˜î’ ˆÿÿ%`•>™ˆÿÿ¸gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¼gDf˜¨<™ˆÿÿ%`•`‡ˆÿÿÀgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿÄgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿÈgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿÌgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿÐgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿÔgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿØgDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿÜgDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿàgDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿägDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿègDf˜n‡ˆÿÿ%`•°¹ˆÿÿìgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿðgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿôgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿøgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿügDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿgDf˜¾¹ˆÿÿ%`•€ñ ˆÿÿgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ$gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ(gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ,gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ0gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ4gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ8gDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ<gDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ@gDf˜Žñ ˆÿÿ%`•ŽˆÿÿDgDf˜Žˆÿÿ%`•hŽˆÿÿHgDf˜hŽˆÿÿ%`•ÐŽˆÿÿLgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿPgDf˜8Žˆÿÿ%`• ŽˆÿÿTgDf˜ Žˆÿÿ%`•ŽˆÿÿXgDf˜Žˆÿÿ%`•pŽˆÿÿ\gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ`gDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿdgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿhgDf˜¨ Žˆÿÿ%`•ŽˆÿÿlgDf˜Žˆÿÿ%`•͈ÿÿpgDf˜Íˆÿÿ%`•h͈ÿÿtgDf˜h͈ÿÿ%`•Ð͈ÿÿxgDf˜Ð͈ÿÿ%`•8͈ÿÿ|gDf˜8͈ÿÿ%`• Íˆÿÿ€gDf˜ Íˆÿÿ%`•͈ÿÿ„gDf˜Íˆÿÿ%`•p͈ÿÿˆgDf˜p͈ÿÿ%`•ØÍˆÿÿŒgDf˜ØÍˆÿÿ%`•@͈ÿÿgDf˜@͈ÿÿ%`•¨Íˆÿÿ”gDf˜¨Íˆÿÿ%`•͈ÿÿ˜gDf˜Íˆÿÿ%`•à ˆÿÿœgDf˜à ˆÿÿ%`•há ˆÿÿ gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ¤gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ¨gDf˜8ä ˆÿÿ%`• å ˆÿÿ¬gDf˜ å ˆÿÿ%`•ç ˆÿÿ°gDf˜ç ˆÿÿ%`•pè ˆÿÿ´gDf˜pè ˆÿÿ%`•Øé ˆÿÿ¸gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ¼gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿÀgDf˜¨ì ˆÿÿ%`•î ˆÿÿÄgDf˜î ˆÿÿ%`•ÀÖˆÿÿÈgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿÌgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿÐgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿÔgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿØgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿÜgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿägDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿègDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿìgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿðgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿôgDf˜ÎÖˆÿÿ%`•2 ˆÿÿøgDf˜2 ˆÿÿ%`•h2 ˆÿÿügDf˜h2 ˆÿÿ%`•Ð2 ˆÿÿgDf˜Ð2 ˆÿÿ%`•82 ˆÿÿgDf˜82 ˆÿÿ%`• 2 ˆÿÿgDf˜ 2 ˆÿÿ%`•2 ˆÿÿ gDf˜2 ˆÿÿ%`•p2 ˆÿÿgDf˜p2 ˆÿÿ%`•Ø 2 ˆÿÿgDf˜Ø 2 ˆÿÿ%`•@ 2 ˆÿÿgDf˜@ 2 ˆÿÿ%`•¨ 2 ˆÿÿgDf˜¨ 2 ˆÿÿ%`•2 ˆÿÿ gDf˜2 ˆÿÿ%`•Ðâ’ ˆÿÿ$gDf˜Ðâ’ ˆÿÿ%`•há’ ˆÿÿ(gDf˜há’ ˆÿÿ%`•à’ ˆÿÿ,gDf˜à’ ˆÿÿ%`•@ÿ ˆÿÿ0gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ4gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ8gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ<gDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ@gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿDgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿHgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿLgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿPgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿTgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿXgDf˜Nÿ ˆÿÿ%`•ÀÛ ˆÿÿ\gDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ`gDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿdgDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿhgDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿlgDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿpgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿtgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿxgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ|gDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ€gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ„gDf˜ÎÛ ˆÿÿ%`• ÿˆÿÿˆgDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿŒgDf˜h¡ÿˆÿÿ%`•ТÿˆÿÿgDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ”gDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ˜gDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿœgDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ gDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ¤gDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ¨gDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ¬gDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ°gDf˜®ÿˆÿÿ%`•@$ˆÿÿ´gDf˜@$ˆÿÿ%`•hA$ˆÿÿ¸gDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ¼gDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿÀgDf˜8D$ˆÿÿ%`• E$ˆÿÿÄgDf˜ E$ˆÿÿ%`•G$ˆÿÿÈgDf˜G$ˆÿÿ%`•pH$ˆÿÿÌgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿÐgDf˜ØI$ˆÿÿ%`•@K$ˆÿÿÔgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿØgDf˜¨L$ˆÿÿ%`•N$ˆÿÿÜgDf˜N$ˆÿÿ%`•£ˆÿÿàgDf˜£ˆÿÿ%`•h£ˆÿÿägDf˜h£ˆÿÿ%`•УˆÿÿègDf˜Ð£ˆÿÿ%`•8£ˆÿÿìgDf˜8£ˆÿÿ%`• £ˆÿÿðgDf˜ £ˆÿÿ%`•£ˆÿÿôgDf˜£ˆÿÿ%`•p£ˆÿÿøgDf˜p£ˆÿÿ%`•Ø£ˆÿÿügDf˜Ø£ˆÿÿ%`•@£ˆÿÿgDf˜@£ˆÿÿ%`•¨£ˆÿÿgDf˜¨£ˆÿÿ%`•£ˆÿÿgDf˜£ˆÿÿ%`•î’ ˆÿÿ gDf˜î’ ˆÿÿ%`•¨ì’ ˆÿÿgDf˜¨ì’ ˆÿÿ%`•@ë’ ˆÿÿgDf˜@ë’ ˆÿÿ%`•Øé’ ˆÿÿgDf˜Øé’ ˆÿÿ%`•pè’ ˆÿÿgDf˜pè’ ˆÿÿ%`•ç’ ˆÿÿ gDf˜ç’ ˆÿÿ%`• å’ ˆÿÿ$gDf˜ å’ ˆÿÿ%`•8ä’ ˆÿÿ(gDf˜8ä’ ˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•Ђñ ˆÿÿ4gDf˜Ð‚ñ ˆÿÿ%`•hñ ˆÿÿ8gDf˜hñ ˆÿÿ%`•€ñ ˆÿÿ<gDf˜€ñ ˆÿÿ%`•ÐȈÿÿ@gDf˜ÐȈÿÿ%`•hÑȈÿÿDgDf˜hÑȈÿÿ%`•ÐÒȈÿÿHgDf˜ÐÒȈÿÿ%`•8ÔȈÿÿLgDf˜8ÔȈÿÿ%`• ÕȈÿÿPgDf˜ ÕȈÿÿ%`•×ȈÿÿTgDf˜×Ȉÿÿ%`•pØÈˆÿÿXgDf˜pØÈˆÿÿ%`•ØÙȈÿÿ\gDf˜ØÙȈÿÿ%`•@ÛȈÿÿ`gDf˜@ÛȈÿÿ%`•¨ÜȈÿÿdgDf˜¨ÜȈÿÿ%`•ÞȈÿÿhgDf˜ÞȈÿÿ%`•0»ˆÿÿlgDf˜0»ˆÿÿ%`•h1»ˆÿÿpgDf˜h1»ˆÿÿ%`•Ð2»ˆÿÿtgDf˜Ð2»ˆÿÿ%`•84»ˆÿÿxgDf˜84»ˆÿÿ%`• 5»ˆÿÿ|gDf˜ 5»ˆÿÿ%`•7»ˆÿÿ€gDf˜7»ˆÿÿ%`•p8»ˆÿÿ„gDf˜p8»ˆÿÿ%`•Ø9»ˆÿÿˆgDf˜Ø9»ˆÿÿ%`•@;»ˆÿÿŒgDf˜@;»ˆÿÿ%`•¨<»ˆÿÿgDf˜¨<»ˆÿÿ%`•>»ˆÿÿ”gDf˜>»ˆÿÿ%`•[ ˆÿÿ˜gDf˜[ ˆÿÿ%`•h[ ˆÿÿœgDf˜h[ ˆÿÿ%`•Ð[ ˆÿÿ gDf˜Ð[ ˆÿÿ%`•8[ ˆÿÿ¤gDf˜8[ ˆÿÿ%`• [ ˆÿÿ¨gDf˜ [ ˆÿÿ%`•[ ˆÿÿ¬gDf˜[ ˆÿÿ%`•p[ ˆÿÿ°gDf˜p[ ˆÿÿ%`•Ø [ ˆÿÿ´gDf˜Ø [ ˆÿÿ%`•@ [ ˆÿÿ¸gDf˜@ [ ˆÿÿ%`•¨ [ ˆÿÿ¼gDf˜¨ [ ˆÿÿ%`•[ ˆÿÿÀgDf˜[ ˆÿÿ%`•Žñ ˆÿÿÄgDf˜Žñ ˆÿÿ%`•¨Œñ ˆÿÿÈgDf˜¨Œñ ˆÿÿ%`•@‹ñ ˆÿÿÌgDf˜@‹ñ ˆÿÿ%`•؉ñ ˆÿÿÐgDf˜Ø‰ñ ˆÿÿ%`•pˆñ ˆÿÿÔgDf˜pˆñ ˆÿÿ%`•‡ñ ˆÿÿØgDf˜‡ñ ˆÿÿ%`• …ñ ˆÿÿÜgDf˜ …ñ ˆÿÿ%`•8„ñ ˆÿÿàgDf˜8„ñ ˆÿÿ%`•há ˆÿÿägDf˜há ˆÿÿ%`•à ˆÿÿègDf˜à ˆÿÿ%`•ÀµˆÿÿìgDf˜Àµˆÿÿ%`•hÁµˆÿÿðgDf˜hÁµˆÿÿ%`•еˆÿÿôgDf˜Ðµˆÿÿ%`•8ĵˆÿÿøgDf˜8ĵˆÿÿ%`• ÅµˆÿÿügDf˜ Åµˆÿÿ%`•ǵˆÿÿgDf˜ǵˆÿÿ%`•pȵˆÿÿgDf˜pȵˆÿÿ%`•ØÉµˆÿÿgDf˜ØÉµˆÿÿ%`•@˵ˆÿÿ gDf˜@˵ˆÿÿ%`•¨ÌµˆÿÿgDf˜¨Ìµˆÿÿ%`•εˆÿÿgDf˜εˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•h ˆÿÿgDf˜h ˆÿÿ%`•Ð ˆÿÿ gDf˜Ð ˆÿÿ%`•¨ì ˆÿÿ$ÀgDf˜¨ì ˆÿÿ%`•@ë ˆÿÿèügDf˜@ë ˆÿÿ%`•Øé ˆÿÿäügDf˜Øé ˆÿÿ%`•pè ˆÿÿàgDf˜pè ˆÿÿ%`•ç ˆÿÿìügDf˜ç ˆÿÿ%`• å ˆÿÿèügDf˜ å ˆÿÿ%`•8ä ˆÿÿägDf˜8ä ˆÿÿ%`•Ðâ ˆÿÿð˜gDf˜Ðâ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø  ˆÿÿgDf˜Ø  ˆÿÿ%`•8 ˆÿÿgDf˜8 ˆÿÿ%`•p ˆÿÿgDf˜p ˆÿÿ%`•@  ˆÿÿ  gDf˜@  ˆÿÿ%`•  ˆÿÿz€gDf˜  ˆÿÿ%`•¨  ˆÿÿ}xgDf˜¨  ˆÿÿ%`• ˆÿÿ}ÜgDf˜ ˆÿÿ%`• ˆÿÿê0gDf˜ ˆÿÿ%`•î ˆÿÿ누gDf˜î ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•î ˆÿÿ gDf˜î ˆÿÿ%`•î ˆÿÿgDf˜î ˆÿÿ%`•Ðâ ˆÿÿz<gDf˜Ðâ ˆÿÿ%`• å ˆÿÿzˆ gDf˜ å ˆÿÿ%`•8ä ˆÿÿ{4<gDf˜8ä ˆÿÿ%`•pè ˆÿÿ{„ gDf˜pè ˆÿÿ%`•Øé ˆÿÿ|ÔgDf˜Øé ˆÿÿ%`•ç ˆÿÿ|ø$gDf˜ç ˆÿÿ%`•@ë ˆÿÿ}`gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿÔgDf˜¨ì ˆÿÿ%`•à ˆÿÿø gDf˜à ˆÿÿ%`•há ˆÿÿáÈ$gDf˜há ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•PÚˆÿÿâPgDf˜PÚˆÿÿ%`•hQÚˆÿÿâ ˜gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿí8ügDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿï4ügDf˜8TÚˆÿÿ%`• UÚˆÿÿñ0ügDf˜ UÚˆÿÿ%`•WÚˆÿÿó,ügDf˜WÚˆÿÿ%`•pXÚˆÿÿõ(gDf˜pXÚˆÿÿ%`•ØYÚˆÿÿõ@ügDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ÷<ügDf˜@[Úˆÿÿ%`•¨\Úˆÿÿù8,gDf˜¨\Úˆÿÿ%`•^Úˆÿÿùl°gDf˜^Úˆÿÿ%`•^Úˆÿÿ gDf˜^Úˆÿÿ%`•^Úˆÿÿ7ôgDf˜^Úˆÿÿ%`•¨\Úˆÿÿ8ø gDf˜¨\Úˆÿÿ%`•¨\ÚˆÿÿŒgDf˜¨\Úˆÿÿ%`•¨\ÚˆÿÿügDf˜¨\Úˆÿÿ%`•^ÚˆÿÿŒdgDf˜^Úˆÿÿ%`•@[ÚˆÿÿôtgDf˜@[Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ hgDf˜'ˆÿÿ%`•pØ«ˆÿÿÿHgDf˜pØ«ˆÿÿ%`•@Û«ˆÿÿgDf˜@Û«ˆÿÿ%`•ØÙ«ˆÿÿ4 gDf˜ØÙ«ˆÿÿ%`•ØÙ«ˆÿÿ lgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ pgDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ €gDf˜'ˆÿÿ%`•@Û«ˆÿÿ „gDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ˜gDf˜'ˆÿÿ%`•@Û«ˆÿÿ œgDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ °gDf˜'ˆÿÿ%`•@Û«ˆÿÿ ´gDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÈgDf˜'ˆÿÿ%`•@Û«ˆÿÿ ÌgDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ägDf˜'ˆÿÿ%`•@Û«ˆÿÿ è|gDf˜@Û«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"dgDf˜'ˆÿÿ%`•@Û«ˆÿÿ gDf˜@Û«ˆÿÿ%`•@Û«ˆÿÿz4gDf˜@Û«ˆÿÿ%`•ØÙ«ˆÿÿzXgDf˜ØÙ«ˆÿÿ%`•pØ«ˆÿÿzxgDf˜pØ«ˆÿÿ%`•pØ«ˆÿÿ"hgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ"lgDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"|gDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ"€gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"”gDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ"˜gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"¬gDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ"°gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ÄgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ"ÈgDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"àgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ"ägDf˜ØÙ«ˆÿÿ%`•pØ«ˆÿÿ#ø|gDf˜pØ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$tgDf˜'ˆÿÿ%`•pØ«ˆÿÿzHgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ{”gDf˜ØÙ«ˆÿÿ%`• Õ«ˆÿÿ{´ gDf˜ Õ«ˆÿÿ%`• Õ«ˆÿÿ$xgDf˜ Õ«ˆÿÿ%`•ØÙ«ˆÿÿ$|gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ŒgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ$gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$¤gDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ$¨gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$¼gDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ$ÀgDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ÔgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ$ØgDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ðgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ$ô\gDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&PgDf˜'ˆÿÿ%`•ØÙ«ˆÿÿ|ÔgDf˜ØÙ«ˆÿÿ%`• Õ«ˆÿÿ|øgDf˜ Õ«ˆÿÿ%`•pØ«ˆÿÿ}ôgDf˜pØ«ˆÿÿ%`•pØ«ˆÿÿ&TgDf˜pØ«ˆÿÿ%`• Õ«ˆÿÿ&XgDf˜ Õ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&lgDf˜'ˆÿÿ%`• Õ«ˆÿÿ&p\gDf˜ Õ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ÌgDf˜'ˆÿÿ%`• Õ«ˆÿÿz4gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿzXgDf˜׫ˆÿÿ%`•ØÙ«ˆÿÿzxøgDf˜ØÙ«ˆÿÿ%`•ØÙ«ˆÿÿ'ÐgDf˜ØÙ«ˆÿÿ%`•׫ˆÿÿ'ÔgDf˜׫ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ègDf˜'ˆÿÿ%`•׫ˆÿÿ'ì gDf˜׫ˆÿÿ%`•pØ«ˆÿÿ'üXgDf˜pØ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)TgDf˜'ˆÿÿ%`•pØ«ˆÿÿ{pgDf˜pØ«ˆÿÿ%`•׫ˆÿÿ|ègDf˜׫ˆÿÿ%`• Õ«ˆÿÿ~ gDf˜ Õ«ˆÿÿ%`•ØÙ«ˆÿÿ~gDf˜ØÙ«ˆÿÿ%`•ØÙ«ˆÿÿ)XgDf˜ØÙ«ˆÿÿ%`• Õ«ˆÿÿ)\gDf˜ Õ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)pgDf˜'ˆÿÿ%`• Õ«ˆÿÿ)tgDf˜ Õ«ˆÿÿ%`•pØ«ˆÿÿ)xgDf˜pØ«ˆÿÿ%`•@Û«ˆÿÿ)|gDf˜@Û«ˆÿÿ%`•8Ô«ˆÿÿ)€gDf˜8Ô«ˆÿÿ%`•׫ˆÿÿ)„gDf˜׫ˆÿÿ%`•ØÙ«ˆÿÿ)ˆgDf˜ØÙ«ˆÿÿ%`•ÐÒ«ˆÿÿ)ŒgDf˜ÐÒ«ˆÿÿ%`•hÑ«ˆÿÿ)gDf˜hÑ«ˆÿÿ%`•Ыˆÿÿ)”gDf˜Ð«ˆÿÿ%`•¨Ü«ˆÿÿ)˜gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ)œgDf˜Þ«ˆÿÿ%`•>™ˆÿÿ) gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ)¤gDf˜¨<™ˆÿÿ%`•àdˆÿÿ)¨gDf˜àdˆÿÿ%`•hádˆÿÿ)¬gDf˜hádˆÿÿ%`•Ðâdˆÿÿ)°gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ)´gDf˜8ädˆÿÿ%`• ådˆÿÿ)¸gDf˜ ådˆÿÿ%`•çdˆÿÿ)¼gDf˜çdˆÿÿ%`•pèdˆÿÿ)ÀgDf˜pèdˆÿÿ%`•Øédˆÿÿ)ÄgDf˜Øédˆÿÿ%`•@ëdˆÿÿ)ÈgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ)ÌgDf˜¨ìdˆÿÿ%`•îdˆÿÿ)ÐgDf˜îdˆÿÿ%`•ÐEˆÿÿ)ÔgDf˜ÐEˆÿÿ%`•hÑEˆÿÿ)ØgDf˜hÑEˆÿÿ%`•ÐÒEˆÿÿ)ÜgDf˜ÐÒEˆÿÿ%`•8ÔEˆÿÿ)àgDf˜8ÔEˆÿÿ%`• ÕEˆÿÿ)ägDf˜ ÕEˆÿÿ%`•×Eˆÿÿ)ègDf˜×Eˆÿÿ%`•pØEˆÿÿ)ìgDf˜pØEˆÿÿ%`•ØÙEˆÿÿ)ðgDf˜ØÙEˆÿÿ%`•@ÛEˆÿÿ)ôgDf˜@ÛEˆÿÿ%`•¨ÜEˆÿÿ)øgDf˜¨ÜEˆÿÿ%`•ÞEˆÿÿ)ügDf˜ÞEˆÿÿ%`•pHˆÿÿ*gDf˜pHˆÿÿ%`•hqHˆÿÿ*gDf˜hqHˆÿÿ%`•ÐrHˆÿÿ*gDf˜ÐrHˆÿÿ%`•8tHˆÿÿ* gDf˜8tHˆÿÿ%`• uHˆÿÿ*gDf˜ uHˆÿÿ%`•wHˆÿÿ*gDf˜wHˆÿÿ%`•pxHˆÿÿ*gDf˜pxHˆÿÿ%`•ØyHˆÿÿ*gDf˜ØyHˆÿÿ%`•@{Hˆÿÿ* gDf˜@{Hˆÿÿ%`•¨|Hˆÿÿ*$gDf˜¨|Hˆÿÿ%`•~Hˆÿÿ*(gDf˜~Hˆÿÿ%`•@ˆÿÿ*,gDf˜@ˆÿÿ%`•hAˆÿÿ*0gDf˜hAˆÿÿ%`•ÐBˆÿÿ*4gDf˜ÐBˆÿÿ%`•8Dˆÿÿ*8gDf˜8Dˆÿÿ%`• Eˆÿÿ*<gDf˜ Eˆÿÿ%`•Gˆÿÿ*@gDf˜Gˆÿÿ%`•pHˆÿÿ*DgDf˜pHˆÿÿ%`•ØIˆÿÿ*HgDf˜ØIˆÿÿ%`•@Kˆÿÿ*LgDf˜@Kˆÿÿ%`•¨Lˆÿÿ*PgDf˜¨Lˆÿÿ%`•Nˆÿÿ*TgDf˜Nˆÿÿ%`•0Å ˆÿÿ*XgDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ*\gDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ*`gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ*dgDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ*hgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿ*lgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿ*pgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿ*tgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿ*xgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿ*|gDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿ*€gDf˜>Å ˆÿÿ%`•ÐG ˆÿÿ*„gDf˜ÐG ˆÿÿ%`•hÑG ˆÿÿ*ˆgDf˜hÑG ˆÿÿ%`•ÐÒG ˆÿÿ*ŒgDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿ*gDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ*”gDf˜ ÕG ˆÿÿ%`•×G ˆÿÿ*˜gDf˜×G ˆÿÿ%`•pØG ˆÿÿ*œgDf˜pØG ˆÿÿ%`•ØÙG ˆÿÿ* gDf˜ØÙG ˆÿÿ%`•@ÛG ˆÿÿ*¤gDf˜@ÛG ˆÿÿ%`•¨ÜG ˆÿÿ*¨gDf˜¨ÜG ˆÿÿ%`•ÞG ˆÿÿ*¬gDf˜ÞG ˆÿÿ%`•àˆÿÿ*°gDf˜àˆÿÿ%`•háˆÿÿ*´gDf˜háˆÿÿ%`•Ðâˆÿÿ*¸gDf˜Ðâˆÿÿ%`•8äˆÿÿ*¼gDf˜8äˆÿÿ%`• åˆÿÿ*ÀgDf˜ åˆÿÿ%`•çˆÿÿ*ÄgDf˜çˆÿÿ%`•pèˆÿÿ*ÈgDf˜pèˆÿÿ%`•Øéˆÿÿ*ÌgDf˜Øéˆÿÿ%`•@ëˆÿÿ*ÐgDf˜@ëˆÿÿ%`•¨ìˆÿÿ*ÔgDf˜¨ìˆÿÿ%`•îˆÿÿ*ØgDf˜îˆÿÿ%`•Бˆÿÿ*ÜgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ*àgDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ*ägDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ*ègDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ*ìgDf˜ Õ‘ˆÿÿ%`•בˆÿÿ*ðgDf˜בˆÿÿ%`•pØ‘ˆÿÿ*ôgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ*øgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ*ügDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ+gDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ+gDf˜Þ‘ˆÿÿ%`•0ˆÿÿ+gDf˜0ˆÿÿ%`•h1ˆÿÿ+ gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ+gDf˜Ð2ˆÿÿ%`•84ˆÿÿ+gDf˜84ˆÿÿ%`• 5ˆÿÿ+gDf˜ 5ˆÿÿ%`•7ˆÿÿ+gDf˜7ˆÿÿ%`•p8ˆÿÿ+ gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ+$gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ+(gDf˜@;ˆÿÿ%`•¨<ˆÿÿ+,gDf˜¨<ˆÿÿ%`•>ˆÿÿ+0gDf˜>ˆÿÿ%`•`܈ÿÿ+4gDf˜`܈ÿÿ%`•ha܈ÿÿ+8gDf˜ha܈ÿÿ%`•Ðb܈ÿÿ+<gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ+@gDf˜8d܈ÿÿ%`• e܈ÿÿ+DgDf˜ e܈ÿÿ%`•g܈ÿÿ+HgDf˜g܈ÿÿ%`•ph܈ÿÿ+LgDf˜ph܈ÿÿ%`•Øi܈ÿÿ+PgDf˜Øi܈ÿÿ%`•@k܈ÿÿ+TgDf˜@k܈ÿÿ%`•¨l܈ÿÿ+XgDf˜¨l܈ÿÿ%`•n܈ÿÿ+\gDf˜n܈ÿÿ%`•`´ˆÿÿ+`gDf˜`´ˆÿÿ%`•ha´ˆÿÿ+dgDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ+hgDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ+lgDf˜8d´ˆÿÿ%`• e´ˆÿÿ+pgDf˜ e´ˆÿÿ%`•g´ˆÿÿ+tgDf˜g´ˆÿÿ%`•ph´ˆÿÿ+xgDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ+|gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ+€gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ+„gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ+ˆgDf˜n´ˆÿÿ%`•ð ˆÿÿ+ŒgDf˜ð ˆÿÿ%`•hñ ˆÿÿ+gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ+”gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ+˜gDf˜8ô ˆÿÿ%`• õ ˆÿÿ+œgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ+ gDf˜÷ ˆÿÿ%`•pø ˆÿÿ+¤gDf˜pø ˆÿÿ%`•Øù ˆÿÿ+¨gDf˜Øù ˆÿÿ%`•@û ˆÿÿ+¬gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ+°gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ+´gDf˜þ ˆÿÿ%`•lˆÿÿ+¸gDf˜lˆÿÿ%`•hlˆÿÿ+¼gDf˜hlˆÿÿ%`•Ðlˆÿÿ+ÀgDf˜Ðlˆÿÿ%`•8lˆÿÿ+ÄgDf˜8lˆÿÿ%`• lˆÿÿ+ÈgDf˜ lˆÿÿ%`•lˆÿÿ+ÌgDf˜lˆÿÿ%`•plˆÿÿ+ÐgDf˜plˆÿÿ%`•Ø lˆÿÿ+ÔgDf˜Ø lˆÿÿ%`•@ lˆÿÿ+ØgDf˜@ lˆÿÿ%`•¨ lˆÿÿ+ÜgDf˜¨ lˆÿÿ%`•lˆÿÿ+àgDf˜lˆÿÿ%`•à‘ ˆÿÿ+ägDf˜à‘ ˆÿÿ%`•há‘ ˆÿÿ+ègDf˜há‘ ˆÿÿ%`•Ðâ‘ ˆÿÿ+ìgDf˜Ðâ‘ ˆÿÿ%`• å‘ ˆÿÿ+ð gDf˜ å‘ ˆÿÿ%`•ç‘ ˆÿÿ,ügDf˜ç‘ ˆÿÿ%`•pè‘ ˆÿÿ-üügDf˜pè‘ ˆÿÿ%`•Øé‘ ˆÿÿ/øgDf˜Øé‘ ˆÿÿ%`•@ë‘ ˆÿÿ0ügDf˜@ë‘ ˆÿÿ%`•¨ì‘ ˆÿÿ2ügDf˜¨ì‘ ˆÿÿ%`•î‘ ˆÿÿ3ügDf˜î‘ ˆÿÿ%`•¨<™ˆÿÿ4ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6ügDf˜>™ˆÿÿ%`•ØÙEˆÿÿ8gDf˜ØÙEˆÿÿ%`•pØEˆÿÿ8 ¬gDf˜pØEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8¸gDf˜'ˆÿÿ%`•8ä‘ ˆÿÿìˆgDf˜8ä‘ ˆÿÿ%`•pØEˆÿÿ gDf˜pØEˆÿÿ%`•pØEˆÿÿ8¼gDf˜pØEˆÿÿ%`•¨ÜEˆÿÿ8À„gDf˜¨ÜEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9DgDf˜'ˆÿÿ%`•¨ÜEˆÿÿ9HŒgDf˜¨ÜEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9ÔgDf˜'ˆÿÿ%`•¨ÜEˆÿÿ9Ø gDf˜¨ÜEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9øgDf˜'ˆÿÿ%`•¨ÜEˆÿÿ9ü\gDf˜¨ÜEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:XgDf˜'ˆÿÿ%`•¨ÜEˆÿÿìxgDf˜¨ÜEˆÿÿ%`•¨ÜEˆÿÿ gDf˜¨ÜEˆÿÿ%`•¨ÜEˆÿÿ:\gDf˜¨ÜEˆÿÿ%`•ÞEˆÿÿ:`gDf˜ÞEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:|gDf˜'ˆÿÿ%`•ÞEˆÿÿ:€ gDf˜ÞEˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ: gDf˜'ˆÿÿ%`•ÞEˆÿÿ:¤gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:¨gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:¬gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:°gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:´gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:¸gDf˜ÞEˆÿÿ%`•ÞEˆÿÿ:¼gDf˜ÞEˆÿÿ%`•¨ÜEˆÿÿ:ÀgDf˜¨ÜEˆÿÿ%`•pØEˆÿÿ:ÄgDf˜pØEˆÿÿ%`•ØÙEˆÿÿ:ÈgDf˜ØÙEˆÿÿ%`•@ÛEˆÿÿ:ÌgDf˜@ÛEˆÿÿ%`•@ÛEˆÿÿ:ÐgDf˜@ÛEˆÿÿ%`•ØÙEˆÿÿ:ÔgDf˜ØÙEˆÿÿ%`•pØEˆÿÿ:ØgDf˜pØEˆÿÿ%`•¨ÜEˆÿÿ:ÜgDf˜¨ÜEˆÿÿ%`•ÞEˆÿÿ:àgDf˜ÞEˆÿÿ%`•×Eˆÿÿ:ägDf˜×Eˆÿÿ%`• ÕEˆÿÿ:ègDf˜ ÕEˆÿÿ%`•8ÔEˆÿÿ:ìgDf˜8ÔEˆÿÿ%`•ÐÒEˆÿÿ:ðgDf˜ÐÒEˆÿÿ%`•hÑEˆÿÿ:ôgDf˜hÑEˆÿÿ%`•ÐEˆÿÿ:øgDf˜ÐEˆÿÿ%`•>™ˆÿÿ:ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;gDf˜¨<™ˆÿÿ%`• &ˆÿÿ;gDf˜ &ˆÿÿ%`•h!&ˆÿÿ;gDf˜h!&ˆÿÿ%`•h!&ˆÿÿ; gDf˜h!&ˆÿÿ%`• &ˆÿÿ;gDf˜ &ˆÿÿ%`•Ð"&ˆÿÿ;gDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ;gDf˜8$&ˆÿÿ%`• %&ˆÿÿ;gDf˜ %&ˆÿÿ%`•'&ˆÿÿ; gDf˜'&ˆÿÿ%`•p(&ˆÿÿ;$gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ;(gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ;,gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ;0gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ;4gDf˜.&ˆÿÿ%`•¨<™ˆÿÿ;8gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ;<gDf˜>™ˆÿÿ%`•ðš ˆÿÿ;@gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ;DgDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ;HgDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ;LgDf˜8ôš ˆÿÿ%`• õš ˆÿÿ;PgDf˜ õš ˆÿÿ%`•÷š ˆÿÿ;TgDf˜÷š ˆÿÿ%`•pøš ˆÿÿ;XgDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ;\gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ;`gDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ;dgDf˜¨üš ˆÿÿ%`•þš ˆÿÿ;hgDf˜þš ˆÿÿ%`•0ˆÿÿ;lgDf˜0ˆÿÿ%`•h1ˆÿÿ;pgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ;tgDf˜Ð2ˆÿÿ%`•84ˆÿÿ;xgDf˜84ˆÿÿ%`• 5ˆÿÿ;|gDf˜ 5ˆÿÿ%`•7ˆÿÿ;€gDf˜7ˆÿÿ%`•p8ˆÿÿ;„gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ;ˆgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ;ŒgDf˜@;ˆÿÿ%`•¨<ˆÿÿ;gDf˜¨<ˆÿÿ%`•>ˆÿÿ;”gDf˜>ˆÿÿ%`•@¡ˆÿÿ;˜gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ;œgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ; gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ;¤gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ;¨gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ;¬gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ;°gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ;´gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ;¸gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ;¼gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ;ÀgDf˜N¡ˆÿÿ%`•>™ˆÿÿ;ÄgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;ÈgDf˜¨<™ˆÿÿ%`•0ˆÿÿ;ÌgDf˜0ˆÿÿ%`•Ð#ˆÿÿ;ÐgDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿ;ÔgDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿ;ØgDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿ;ÜgDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿ;àgDf˜ Õ#ˆÿÿ%`•×#ˆÿÿ;ägDf˜×#ˆÿÿ%`•pØ#ˆÿÿ;ègDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿ;ìgDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿ;ðgDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿ;ôgDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿ;øgDf˜Þ#ˆÿÿ%`•@ ˆÿÿ;ügDf˜@ ˆÿÿ%`•hA ˆÿÿ<gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ<gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ<gDf˜8D ˆÿÿ%`• E ˆÿÿ<gDf˜ E ˆÿÿ%`•G ˆÿÿ<gDf˜G ˆÿÿ%`•pH ˆÿÿ<gDf˜pH ˆÿÿ%`•ØI ˆÿÿ<gDf˜ØI ˆÿÿ%`•@K ˆÿÿ< gDf˜@K ˆÿÿ%`•¨L ˆÿÿ<$gDf˜¨L ˆÿÿ%`•N ˆÿÿ<(gDf˜N ˆÿÿ%`•À+ˆÿÿ<,gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ<0gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ<4gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ<8gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ<<gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ<@gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ«ˆÿÿ=\gDf˜>«ˆÿÿ%`•¨<™ˆÿÿ=`gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ=dgDf˜>™ˆÿÿ%`•0ˆÿÿ=hgDf˜0ˆÿÿ%`•h1ˆÿÿ=lgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ=pgDf˜Ð2ˆÿÿ%`•84ˆÿÿ=tgDf˜84ˆÿÿ%`• 5ˆÿÿ=xgDf˜ 5ˆÿÿ%`•7ˆÿÿ=|gDf˜7ˆÿÿ%`•p8ˆÿÿ=€gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ=„gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ=ˆgDf˜@;ˆÿÿ%`•¨<ˆÿÿ=ŒgDf˜¨<ˆÿÿ%`•>ˆÿÿ=gDf˜>ˆÿÿ%`•à6ˆÿÿ=”gDf˜à6ˆÿÿ%`•há6ˆÿÿ=˜gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ=œgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ= gDf˜8ä6ˆÿÿ%`• å6ˆÿÿ=¤gDf˜ å6ˆÿÿ%`•ç6ˆÿÿ=¨gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ=¬gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ=°gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ=´gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ=¸gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ=¼gDf˜î6ˆÿÿ%`• &ˆÿÿ=ÀgDf˜ &ˆÿÿ%`•h!&ˆÿÿ=ÄgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ=ÈgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ=ÌgDf˜8$&ˆÿÿ%`• %&ˆÿÿ=ÐgDf˜ %&ˆÿÿ%`•'&ˆÿÿ=ÔgDf˜'&ˆÿÿ%`•p(&ˆÿÿ=ØgDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ=ÜgDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ=àgDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ=ägDf˜¨,&ˆÿÿ%`•.&ˆÿÿ=ègDf˜.&ˆÿÿ%`•Pˆÿÿ=ìgDf˜Pˆÿÿ%`•hQˆÿÿ=ðgDf˜hQˆÿÿ%`•ÐRˆÿÿ=ôgDf˜ÐRˆÿÿ%`•8Tˆÿÿ=øgDf˜8Tˆÿÿ%`• Uˆÿÿ=ügDf˜ Uˆÿÿ%`•Wˆÿÿ>gDf˜Wˆÿÿ%`•pXˆÿÿ>gDf˜pXˆÿÿ%`•ØYˆÿÿ>gDf˜ØYˆÿÿ%`•@[ˆÿÿ> gDf˜@[ˆÿÿ%`•¨\ˆÿÿ>gDf˜¨\ˆÿÿ%`•^ˆÿÿ>gDf˜^ˆÿÿ%`•mˆÿÿ>gDf˜mˆÿÿ%`•hmˆÿÿ>gDf˜hmˆÿÿ%`•Ðmˆÿÿ> gDf˜Ðmˆÿÿ%`•8mˆÿÿ>$gDf˜8mˆÿÿ%`• mˆÿÿ>(gDf˜ mˆÿÿ%`•mˆÿÿ>,gDf˜mˆÿÿ%`•pmˆÿÿ>0gDf˜pmˆÿÿ%`•Ømˆÿÿ>4gDf˜Ømˆÿÿ%`•@mˆÿÿ>8gDf˜@mˆÿÿ%`•¨mˆÿÿ><gDf˜¨mˆÿÿ%`•mˆÿÿ>@gDf˜mˆÿÿ%`• ˆÿÿ>DgDf˜ ˆÿÿ%`•h ˆÿÿ>HgDf˜h ˆÿÿ%`•Ð ˆÿÿ>LgDf˜Ð ˆÿÿ%`•8 ˆÿÿ>PgDf˜8 ˆÿÿ%`•  ˆÿÿ>TgDf˜  ˆÿÿ%`• ˆÿÿ>XgDf˜ ˆÿÿ%`•p ˆÿÿ>\gDf˜p ˆÿÿ%`•Ø  ˆÿÿ>`gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ>dgDf˜@  ˆÿÿ%`•¨  ˆÿÿ>hgDf˜¨  ˆÿÿ%`• ˆÿÿ>lgDf˜ ˆÿÿ%`•@» ˆÿÿ>pgDf˜@» ˆÿÿ%`•hA» ˆÿÿ>tgDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿ>xgDf˜ÐB» ˆÿÿ%`•8D» ˆÿÿ>|gDf˜8D» ˆÿÿ%`• E» ˆÿÿ>€gDf˜ E» ˆÿÿ%`•G» ˆÿÿ>„gDf˜G» ˆÿÿ%`•pH» ˆÿÿ>ˆgDf˜pH» ˆÿÿ%`•ØI» ˆÿÿ>ŒgDf˜ØI» ˆÿÿ%`•@K» ˆÿÿ>gDf˜@K» ˆÿÿ%`•¨L» ˆÿÿ>”gDf˜¨L» ˆÿÿ%`•N» ˆÿÿ>˜gDf˜N» ˆÿÿ%`•ppˆÿÿ>œgDf˜ppˆÿÿ%`•pˆÿÿ> gDf˜pˆÿÿ%`• pˆÿÿ>¤gDf˜ pˆÿÿ%`•8pˆÿÿ>¨gDf˜8pˆÿÿ%`•Ðpˆÿÿ>¬gDf˜Ðpˆÿÿ%`•hpˆÿÿ>°gDf˜hpˆÿÿ%`•pˆÿÿ>´gDf˜pˆÿÿ%`•Pñ ˆÿÿ>¸gDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ>¼gDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ>ÀgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ>ÄgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ>ÈgDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿ>ÌgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ>ÐgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ>ÔgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ>ØgDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ>ÜgDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ>àgDf˜^ñ ˆÿÿ%`•0Ü ˆÿÿ>ägDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ>ègDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ>ìgDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿ>ðgDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿ>ôgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ>øgDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ>ügDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ?gDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ?gDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ?gDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ? gDf˜>Ü ˆÿÿ%`•ðš ˆÿÿ?gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ?gDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ?gDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ?gDf˜8ôš ˆÿÿ%`• õš ˆÿÿ? gDf˜ õš ˆÿÿ%`•÷š ˆÿÿ?$gDf˜÷š ˆÿÿ%`•pøš ˆÿÿ?(gDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ?,gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ?0gDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ?4gDf˜¨üš ˆÿÿ%`•þš ˆÿÿ?8gDf˜þš ˆÿÿ%`•pˆÿÿ?<gDf˜pˆÿÿ%`•¨ pˆÿÿ?@gDf˜¨ pˆÿÿ%`•@ pˆÿÿ?DgDf˜@ pˆÿÿ%`•Ø pˆÿÿ?HgDf˜Ø pˆÿÿ%`•>™ˆÿÿ?LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ?PgDf˜¨<™ˆÿÿ%`•ÐB» ˆÿÿ?TgDf˜ÐB» ˆÿÿ%`•hA» ˆÿÿ?XgDf˜hA» ˆÿÿ%`•@» ˆÿÿ?\gDf˜@» ˆÿÿ%`•à6ˆÿÿ?`gDf˜à6ˆÿÿ%`•há6ˆÿÿ?dgDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ?hgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ?lgDf˜8ä6ˆÿÿ%`• å6ˆÿÿ?pgDf˜ å6ˆÿÿ%`•ç6ˆÿÿ?tgDf˜ç6ˆÿÿ%`•pè6ˆÿÿ?xgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ?|gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ?€gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ?„gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ?ˆgDf˜î6ˆÿÿ%`•Ðrˆÿÿ?ŒgDf˜Ðrˆÿÿ%`•hÑrˆÿÿ?gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ?”gDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ?˜gDf˜8Ôrˆÿÿ%`• Õrˆÿÿ?œgDf˜ Õrˆÿÿ%`•×rˆÿÿ? gDf˜×rˆÿÿ%`•pØrˆÿÿ?¤gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ?¨gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ?¬gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ?°gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ?´gDf˜Þrˆÿÿ%`•Žˆÿÿ?¸gDf˜Žˆÿÿ%`•hŽˆÿÿ?¼gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ?ÀgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ?ÄgDf˜8Žˆÿÿ%`• Žˆÿÿ?ÈgDf˜ Žˆÿÿ%`•Žˆÿÿ?ÌgDf˜Žˆÿÿ%`•pŽˆÿÿ?ÐgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ?ÔgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ?ØgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ?ÜgDf˜¨ Žˆÿÿ%`•Žˆÿÿ?àgDf˜Žˆÿÿ%`•»ˆÿÿ?ägDf˜»ˆÿÿ%`•h»ˆÿÿ?ègDf˜h»ˆÿÿ%`•лˆÿÿ?ìgDf˜Ð»ˆÿÿ%`•8»ˆÿÿ?ðgDf˜8»ˆÿÿ%`• »ˆÿÿ?ôgDf˜ »ˆÿÿ%`•»ˆÿÿ?øgDf˜»ˆÿÿ%`•p»ˆÿÿ?ügDf˜p»ˆÿÿ%`•Ø»ˆÿÿ@gDf˜Ø»ˆÿÿ%`•@»ˆÿÿ@gDf˜@»ˆÿÿ%`•¨»ˆÿÿ@gDf˜¨»ˆÿÿ%`•»ˆÿÿ@ gDf˜»ˆÿÿ%`•P&ˆÿÿ@gDf˜P&ˆÿÿ%`•hQ&ˆÿÿ@gDf˜hQ&ˆÿÿ%`•ÐR&ˆÿÿ@gDf˜ÐR&ˆÿÿ%`•8T&ˆÿÿ@ gDf˜8T&ˆÿÿ%`• U&ˆÿÿ@$gDf˜ U&ˆÿÿ%`•W&ˆÿÿ@(gDf˜W&ˆÿÿ%`•pX&ˆÿÿ@,gDf˜pX&ˆÿÿ%`•ØY&ˆÿÿ@0gDf˜ØY&ˆÿÿ%`•@[&ˆÿÿ@4gDf˜@[&ˆÿÿ%`•¨\&ˆÿÿ@8gDf˜¨\&ˆÿÿ%`•^&ˆÿÿ@<gDf˜^&ˆÿÿ%`•@Bˆÿÿ@@gDf˜@Bˆÿÿ%`•hABˆÿÿ@DgDf˜hABˆÿÿ%`•ÐBBˆÿÿ@HgDf˜ÐBBˆÿÿ%`•8DBˆÿÿ@LgDf˜8DBˆÿÿ%`• EBˆÿÿ@PgDf˜ EBˆÿÿ%`•GBˆÿÿ@TgDf˜GBˆÿÿ%`•pHBˆÿÿ@XgDf˜pHBˆÿÿ%`•ØIBˆÿÿ@\gDf˜ØIBˆÿÿ%`•@KBˆÿÿ@`gDf˜@KBˆÿÿ%`•¨LBˆÿÿ@dgDf˜¨LBˆÿÿ%`•NBˆÿÿ@hgDf˜NBˆÿÿ%`•཈ÿÿ@lgDf˜à½ˆÿÿ%`•hὈÿÿ@pgDf˜hὈÿÿ%`•Ð⽈ÿÿ@tgDf˜Ð⽈ÿÿ%`•8佈ÿÿ@xgDf˜8佈ÿÿ%`• å½ˆÿÿ@|gDf˜ å½ˆÿÿ%`•罈ÿÿ@€gDf˜ç½ˆÿÿ%`•p轈ÿÿ@„gDf˜p轈ÿÿ%`•Øé½ˆÿÿ@ˆgDf˜Øé½ˆÿÿ%`•@뽈ÿÿ@ŒgDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ@gDf˜¨ì½ˆÿÿ%`•ÿÿ@”gDf˜î½ˆÿÿ%`•`¯ˆÿÿ@˜gDf˜`¯ˆÿÿ%`•ha¯ˆÿÿ@œgDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿ@ gDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿ@¤gDf˜8d¯ˆÿÿ%`• e¯ˆÿÿ@¨gDf˜ e¯ˆÿÿ%`•g¯ˆÿÿ@¬gDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ@°gDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ@´gDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿ@¸gDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿ@¼gDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿ@ÀgDf˜n¯ˆÿÿ%`•àAˆÿÿ@ÄgDf˜àAˆÿÿ%`•háAˆÿÿ@ÈgDf˜háAˆÿÿ%`•ÐâAˆÿÿ@ÌgDf˜ÐâAˆÿÿ%`•8äAˆÿÿ@ÐgDf˜8äAˆÿÿ%`• åAˆÿÿ@ÔgDf˜ åAˆÿÿ%`•çAˆÿÿ@ØgDf˜çAˆÿÿ%`•pèAˆÿÿ@ÜgDf˜pèAˆÿÿ%`•ØéAˆÿÿ@àgDf˜ØéAˆÿÿ%`•@ëAˆÿÿ@ägDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ@ègDf˜¨ìAˆÿÿ%`•îAˆÿÿ@ìgDf˜îAˆÿÿ%`• ˆÿÿ@ðgDf˜ ˆÿÿ%`•h!ˆÿÿ@ôgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ@øgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ@ügDf˜8$ˆÿÿ%`• %ˆÿÿAgDf˜ %ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•p(ˆÿÿAgDf˜p(ˆÿÿ%`•Ø)ˆÿÿA gDf˜Ø)ˆÿÿ%`•@+ˆÿÿAgDf˜@+ˆÿÿ%`•¨,ˆÿÿAgDf˜¨,ˆÿÿ%`•.ˆÿÿAgDf˜.ˆÿÿ%`•N» ˆÿÿAgDf˜N» ˆÿÿ%`•¨L» ˆÿÿA gDf˜¨L» ˆÿÿ%`•@K» ˆÿÿA$gDf˜@K» ˆÿÿ%`•ØI» ˆÿÿA(gDf˜ØI» ˆÿÿ%`•pH» ˆÿÿA,gDf˜pH» ˆÿÿ%`•G» ˆÿÿA0gDf˜G» ˆÿÿ%`• E» ˆÿÿA4gDf˜ E» ˆÿÿ%`•8D» ˆÿÿA8gDf˜8D» ˆÿÿ%`•pˆÿÿA<gDf˜pˆÿÿ%`•hpˆÿÿA@gDf˜hpˆÿÿ%`•ÐpˆÿÿADgDf˜Ðpˆÿÿ%`•8pˆÿÿAHgDf˜8pˆÿÿ%`• pˆÿÿALgDf˜ pˆÿÿ%`•pˆÿÿAPgDf˜pˆÿÿ%`•ppˆÿÿATgDf˜ppˆÿÿ%`•7Ü ˆÿÿAXgDf˜7Ü ˆÿÿ%`• 5Ü ˆÿÿA\gDf˜ 5Ü ˆÿÿ%`•84Ü ˆÿÿA`gDf˜84Ü ˆÿÿ%`•Ð2Ü ˆÿÿAdgDf˜Ð2Ü ˆÿÿ%`•h1Ü ˆÿÿAhgDf˜h1Ü ˆÿÿ%`•0Ü ˆÿÿAlgDf˜0Ü ˆÿÿ%`• ‰ ˆÿÿApgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿAtgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿAxgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿA|gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿA€gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿA„gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿAˆgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿAŒgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿAgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿA”gDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿA˜gDf˜.‰ ˆÿÿ%`•>Ü ˆÿÿAœgDf˜>Ü ˆÿÿ%`•¨<Ü ˆÿÿA gDf˜¨<Ü ˆÿÿ%`•@;Ü ˆÿÿA¤gDf˜@;Ü ˆÿÿ%`•Ø9Ü ˆÿÿA¨gDf˜Ø9Ü ˆÿÿ%`•p8Ü ˆÿÿA¬gDf˜p8Ü ˆÿÿ%`•Ø pˆÿÿA°gDf˜Ø pˆÿÿ%`•@ pˆÿÿA´gDf˜@ pˆÿÿ%`•¨ pˆÿÿA¸gDf˜¨ pˆÿÿ%`•pˆÿÿA¼gDf˜pˆÿÿ%`•¨<™ˆÿÿAÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿAÄgDf˜>™ˆÿÿ%`•@» ˆÿÿAÈgDf˜@» ˆÿÿ%`•hA» ˆÿÿAÌgDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿAÐgDf˜ÐB» ˆÿÿ%`•pè6ˆÿÿAÔgDf˜pè6ˆÿÿ%`•ç6ˆÿÿAØgDf˜ç6ˆÿÿ%`• å6ˆÿÿAÜgDf˜ å6ˆÿÿ%`•8ä6ˆÿÿAàgDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿAägDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿAègDf˜há6ˆÿÿ%`•à6ˆÿÿAìgDf˜à6ˆÿÿ%`•@…ˆÿÿAðgDf˜@…ˆÿÿ%`•hA…ˆÿÿAôgDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿAøgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿAügDf˜8D…ˆÿÿ%`• E…ˆÿÿBgDf˜ E…ˆÿÿ%`•G…ˆÿÿBgDf˜G…ˆÿÿ%`•pH…ˆÿÿBgDf˜pH…ˆÿÿ%`•ØI…ˆÿÿB gDf˜ØI…ˆÿÿ%`•@K…ˆÿÿBgDf˜@K…ˆÿÿ%`•¨L…ˆÿÿBgDf˜¨L…ˆÿÿ%`•N…ˆÿÿBgDf˜N…ˆÿÿ%`•î6ˆÿÿBgDf˜î6ˆÿÿ%`•¨ì6ˆÿÿB gDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿB$gDf˜@ë6ˆÿÿ%`•Øé6ˆÿÿB(gDf˜Øé6ˆÿÿ%`•»ˆÿÿB,gDf˜»ˆÿÿ%`• »ˆÿÿB0gDf˜ »ˆÿÿ%`•8»ˆÿÿB4gDf˜8»ˆÿÿ%`•лˆÿÿB8gDf˜Ð»ˆÿÿ%`•h»ˆÿÿB<gDf˜h»ˆÿÿ%`•»ˆÿÿB@gDf˜»ˆÿÿ%`•PˆÿÿBDgDf˜Pˆÿÿ%`•hQˆÿÿBHgDf˜hQˆÿÿ%`•ÐRˆÿÿBLgDf˜ÐRˆÿÿ%`•8TˆÿÿBPgDf˜8Tˆÿÿ%`• UˆÿÿBTgDf˜ Uˆÿÿ%`•WˆÿÿBXgDf˜Wˆÿÿ%`•pXˆÿÿB\gDf˜pXˆÿÿ%`•ØYˆÿÿB`gDf˜ØYˆÿÿ%`•@[ˆÿÿBdgDf˜@[ˆÿÿ%`•¨\ˆÿÿBhgDf˜¨\ˆÿÿ%`•^ˆÿÿBlgDf˜^ˆÿÿ%`•@—ˆÿÿBpgDf˜@—ˆÿÿ%`•hA—ˆÿÿBtgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿBxgDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿB|gDf˜8D—ˆÿÿ%`• E—ˆÿÿB€gDf˜ E—ˆÿÿ%`•G—ˆÿÿB„gDf˜G—ˆÿÿ%`•pH—ˆÿÿBˆgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿBŒgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿBgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿB”gDf˜¨L—ˆÿÿ%`•N—ˆÿÿB˜gDf˜N—ˆÿÿ%`•»ˆÿÿBœgDf˜»ˆÿÿ%`•¨»ˆÿÿB gDf˜¨»ˆÿÿ%`•@»ˆÿÿB¤gDf˜@»ˆÿÿ%`•Ø»ˆÿÿB¨gDf˜Ø»ˆÿÿ%`•p»ˆÿÿB¬gDf˜p»ˆÿÿ%`• å½ˆÿÿB°gDf˜ å½ˆÿÿ%`•8佈ÿÿB´gDf˜8佈ÿÿ%`•Ð⽈ÿÿB¸gDf˜Ð⽈ÿÿ%`•hὈÿÿB¼gDf˜hὈÿÿ%`•཈ÿÿBÀgDf˜à½ˆÿÿ%`•@ÚˆÿÿBÄgDf˜@Úˆÿÿ%`•hAÚˆÿÿBÈgDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿBÌgDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿBÐgDf˜8DÚˆÿÿ%`• EÚˆÿÿBÔgDf˜ EÚˆÿÿ%`•GÚˆÿÿBØgDf˜GÚˆÿÿ%`•pHÚˆÿÿBÜgDf˜pHÚˆÿÿ%`•ØIÚˆÿÿBàgDf˜ØIÚˆÿÿ%`•@KÚˆÿÿBägDf˜@KÚˆÿÿ%`•¨LÚˆÿÿBègDf˜¨LÚˆÿÿ%`•NÚˆÿÿBìgDf˜NÚˆÿÿ%`•@ÿ ˆÿÿBðgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿBôgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿBøgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿBügDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿCgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿCgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿCgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿC gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿCgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿCgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿCgDf˜Nÿ ˆÿÿ%`•ÿÿCgDf˜î½ˆÿÿ%`•¨ì½ˆÿÿC gDf˜¨ì½ˆÿÿ%`•@뽈ÿÿC$gDf˜@뽈ÿÿ%`•Øé½ˆÿÿC(gDf˜Øé½ˆÿÿ%`•p轈ÿÿC,gDf˜p轈ÿÿ%`•罈ÿÿC0gDf˜ç½ˆÿÿ%`•8$ˆÿÿC4gDf˜8$ˆÿÿ%`•Ð"ˆÿÿC8gDf˜Ð"ˆÿÿ%`•h!ˆÿÿC<gDf˜h!ˆÿÿ%`• ˆÿÿC@gDf˜ ˆÿÿ%`•Ð ˆÿÿCDgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿCHgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿCLgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿCPgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿCTgDf˜ Õ ˆÿÿ%`•× ˆÿÿCXgDf˜× ˆÿÿ%`•pØ ˆÿÿC\gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿC`gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿCdgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿChgDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿClgDf˜Þ ˆÿÿ%`•02 ˆÿÿCpgDf˜02 ˆÿÿ%`•h12 ˆÿÿCtgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿCxgDf˜Ð22 ˆÿÿ%`•842 ˆÿÿC|gDf˜842 ˆÿÿ%`• 52 ˆÿÿC€gDf˜ 52 ˆÿÿ%`•72 ˆÿÿC„gDf˜72 ˆÿÿ%`•p82 ˆÿÿCˆgDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿCŒgDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿCgDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿC”gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿC˜gDf˜>2 ˆÿÿ%`•.ˆÿÿCœgDf˜.ˆÿÿ%`•¨,ˆÿÿC gDf˜¨,ˆÿÿ%`•@+ˆÿÿC¤gDf˜@+ˆÿÿ%`•Ø)ˆÿÿC¨gDf˜Ø)ˆÿÿ%`•p(ˆÿÿC¬gDf˜p(ˆÿÿ%`•'ˆÿÿC°gDf˜'ˆÿÿ%`• %ˆÿÿC´gDf˜ %ˆÿÿ%`•8D» ˆÿÿC¸gDf˜8D» ˆÿÿ%`• E» ˆÿÿC¼gDf˜ E» ˆÿÿ%`•G» ˆÿÿCÀgDf˜G» ˆÿÿ%`•pH» ˆÿÿCÄgDf˜pH» ˆÿÿ%`•ØI» ˆÿÿCÈgDf˜ØI» ˆÿÿ%`•@K» ˆÿÿCÌgDf˜@K» ˆÿÿ%`•¨L» ˆÿÿCÐgDf˜¨L» ˆÿÿ%`•N» ˆÿÿCÔgDf˜N» ˆÿÿ%`•ppˆÿÿCØgDf˜ppˆÿÿ%`•pˆÿÿCÜgDf˜pˆÿÿ%`• pˆÿÿCàgDf˜ pˆÿÿ%`•8pˆÿÿ¤gDf˜8pˆÿÿ%`•Ðpˆÿÿ¨gDf˜Ðpˆÿÿ%`•hpˆÿÿ¬gDf˜hpˆÿÿ%`•pˆÿÿ°gDf˜pˆÿÿ%`•0Ü ˆÿÿ´gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ¸gDf˜h1Ü ˆÿÿ%`•p8Ü ˆÿÿ¼gDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿÀgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿÄgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿÈgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿÌgDf˜>Ü ˆÿÿ%`•Ð2Ü ˆÿÿÔgDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿØgDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿÜgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿàgDf˜7Ü ˆÿÿ%`•pˆÿÿägDf˜pˆÿÿ%`•¨ pˆÿÿègDf˜¨ pˆÿÿ%`•@ pˆÿÿìgDf˜@ pˆÿÿ%`•Ø pˆÿÿðgDf˜Ø pˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•ÐB» ˆÿÿügDf˜ÐB» ˆÿÿ%`•hA» ˆÿÿgDf˜hA» ˆÿÿ%`•@» ˆÿÿgDf˜@» ˆÿÿ%`•à6ˆÿÿgDf˜à6ˆÿÿ%`•há6ˆÿÿ gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿgDf˜8ä6ˆÿÿ%`• å6ˆÿÿgDf˜ å6ˆÿÿ%`•ç6ˆÿÿgDf˜ç6ˆÿÿ%`•pè6ˆÿÿ gDf˜pè6ˆÿÿ%`•8D…ˆÿÿ$gDf˜8D…ˆÿÿ%`•ÐB…ˆÿÿ(gDf˜ÐB…ˆÿÿ%`•hA…ˆÿÿ,gDf˜hA…ˆÿÿ%`•@…ˆÿÿ0gDf˜@…ˆÿÿ%`•ðʈÿÿ4gDf˜ðʈÿÿ%`•hñʈÿÿ8gDf˜hñʈÿÿ%`•Ðòʈÿÿ<gDf˜Ðòʈÿÿ%`•8ôʈÿÿ@gDf˜8ôʈÿÿ%`• õʈÿÿDgDf˜ õʈÿÿ%`•÷ʈÿÿHgDf˜÷ʈÿÿ%`•pøÊˆÿÿLgDf˜pøÊˆÿÿ%`•ØùʈÿÿPgDf˜Øùʈÿÿ%`•@ûʈÿÿTgDf˜@ûʈÿÿ%`•¨üʈÿÿXgDf˜¨üʈÿÿ%`•þʈÿÿ\gDf˜þʈÿÿ%`•N…ˆÿÿ`gDf˜N…ˆÿÿ%`•¨L…ˆÿÿdgDf˜¨L…ˆÿÿ%`•@K…ˆÿÿhgDf˜@K…ˆÿÿ%`•ØI…ˆÿÿlgDf˜ØI…ˆÿÿ%`•pH…ˆÿÿpgDf˜pH…ˆÿÿ%`•G…ˆÿÿtgDf˜G…ˆÿÿ%`• E…ˆÿÿxgDf˜ E…ˆÿÿ%`•Øé6ˆÿÿ|gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ€gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ„gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿˆgDf˜î6ˆÿÿ%`•»ˆÿÿŒgDf˜»ˆÿÿ%`•h»ˆÿÿgDf˜h»ˆÿÿ%`•лˆÿÿ”gDf˜Ð»ˆÿÿ%`•8»ˆÿÿ˜gDf˜8»ˆÿÿ%`• »ˆÿÿœgDf˜ »ˆÿÿ%`•»ˆÿÿ gDf˜»ˆÿÿ%`•8D—ˆÿÿ¤gDf˜8D—ˆÿÿ%`•ÐB—ˆÿÿ¨gDf˜ÐB—ˆÿÿ%`•hA—ˆÿÿ¬gDf˜hA—ˆÿÿ%`•@—ˆÿÿ°gDf˜@—ˆÿÿ%`• wˆÿÿ´gDf˜ wˆÿÿ%`•h!wˆÿÿ¸gDf˜h!wˆÿÿ%`•Ð"wˆÿÿ¼gDf˜Ð"wˆÿÿ%`•8$wˆÿÿÀgDf˜8$wˆÿÿ%`• %wˆÿÿÄgDf˜ %wˆÿÿ%`•'wˆÿÿÈgDf˜'wˆÿÿ%`•p(wˆÿÿÌgDf˜p(wˆÿÿ%`•Ø)wˆÿÿÐgDf˜Ø)wˆÿÿ%`•@+wˆÿÿÔgDf˜@+wˆÿÿ%`•¨,wˆÿÿØgDf˜¨,wˆÿÿ%`•.wˆÿÿÜgDf˜.wˆÿÿ%`•N—ˆÿÿàgDf˜N—ˆÿÿ%`•¨L—ˆÿÿägDf˜¨L—ˆÿÿ%`•@K—ˆÿÿègDf˜@K—ˆÿÿ%`•ØI—ˆÿÿìgDf˜ØI—ˆÿÿ%`•pH—ˆÿÿðgDf˜pH—ˆÿÿ%`•G—ˆÿÿôgDf˜G—ˆÿÿ%`• E—ˆÿÿøgDf˜ E—ˆÿÿ%`•p»ˆÿÿügDf˜p»ˆÿÿ%`•Ø»ˆÿÿgDf˜Ø»ˆÿÿ%`•@»ˆÿÿgDf˜@»ˆÿÿ%`•¨»ˆÿÿgDf˜¨»ˆÿÿ%`•»ˆÿÿ gDf˜»ˆÿÿ%`•཈ÿÿgDf˜à½ˆÿÿ%`•hὈÿÿgDf˜hὈÿÿ%`•Ð⽈ÿÿgDf˜Ð⽈ÿÿ%`•8佈ÿÿgDf˜8佈ÿÿ%`• å½ˆÿÿ gDf˜ å½ˆÿÿ%`•8Dÿ ˆÿÿ$gDf˜8Dÿ ˆÿÿ%`•ÐBÿ ˆÿÿ(gDf˜ÐBÿ ˆÿÿ%`•hAÿ ˆÿÿ,gDf˜hAÿ ˆÿÿ%`•@ÿ ˆÿÿ0gDf˜@ÿ ˆÿÿ%`•P̈ÿÿ4gDf˜P̈ÿÿ%`•hQ̈ÿÿ8gDf˜hQ̈ÿÿ%`•ÐR̈ÿÿ<gDf˜ÐR̈ÿÿ%`•8T̈ÿÿ@gDf˜8T̈ÿÿ%`• ÜÿÿDgDf˜ Üÿÿ%`•ẄÿÿHgDf˜Ẅÿÿ%`•pẌÿÿLgDf˜pẌÿÿ%`•ØŸÿÿPgDf˜ØŸÿÿ%`•@[̈ÿÿTgDf˜@[̈ÿÿ%`•¨\̈ÿÿXgDf˜¨\̈ÿÿ%`•^̈ÿÿ\gDf˜^̈ÿÿ%`•Nÿ ˆÿÿ`gDf˜Nÿ ˆÿÿ%`•¨Lÿ ˆÿÿdgDf˜¨Lÿ ˆÿÿ%`•@Kÿ ˆÿÿhgDf˜@Kÿ ˆÿÿ%`•ØIÿ ˆÿÿlgDf˜ØIÿ ˆÿÿ%`•pHÿ ˆÿÿpgDf˜pHÿ ˆÿÿ%`•Gÿ ˆÿÿtgDf˜Gÿ ˆÿÿ%`• Eÿ ˆÿÿxgDf˜ Eÿ ˆÿÿ%`•罈ÿÿ|gDf˜ç½ˆÿÿ%`•p轈ÿÿ€gDf˜p轈ÿÿ%`•Øé½ˆÿÿ„gDf˜Øé½ˆÿÿ%`•@뽈ÿÿˆgDf˜@뽈ÿÿ%`•¨ì½ˆÿÿŒgDf˜¨ì½ˆÿÿ%`•ÿÿgDf˜î½ˆÿÿ%`• ˆÿÿ”gDf˜ ˆÿÿ%`•h!ˆÿÿ˜gDf˜h!ˆÿÿ%`•Ð"ˆÿÿœgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ gDf˜8$ˆÿÿ%`•842 ˆÿÿ¤gDf˜842 ˆÿÿ%`•Ð22 ˆÿÿ¨gDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿ¬gDf˜h12 ˆÿÿ%`•02 ˆÿÿ°gDf˜02 ˆÿÿ%`• ˆÿÿ´gDf˜ ˆÿÿ%`•h ˆÿÿ¸gDf˜h ˆÿÿ%`•Ð ˆÿÿ¼gDf˜Ð ˆÿÿ%`•8 ˆÿÿÀgDf˜8 ˆÿÿ%`•  ˆÿÿÄgDf˜  ˆÿÿ%`• ˆÿÿÈgDf˜ ˆÿÿ%`•p ˆÿÿÌgDf˜p ˆÿÿ%`•Ø  ˆÿÿÐgDf˜Ø  ˆÿÿ%`•@  ˆÿÿÔgDf˜@  ˆÿÿ%`•¨  ˆÿÿØgDf˜¨  ˆÿÿ%`• ˆÿÿÜgDf˜ ˆÿÿ%`•>2 ˆÿÿàgDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿägDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿègDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿìgDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿðgDf˜p82 ˆÿÿ%`•72 ˆÿÿôgDf˜72 ˆÿÿ%`• 52 ˆÿÿøgDf˜ 52 ˆÿÿ%`• %ˆÿÿügDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•¨,ˆÿÿgDf˜¨,ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•N» ˆÿÿgDf˜N» ˆÿÿ%`•¨L» ˆÿÿgDf˜¨L» ˆÿÿ%`•@K» ˆÿÿ gDf˜@K» ˆÿÿ%`•ØI» ˆÿÿ$gDf˜ØI» ˆÿÿ%`•pH» ˆÿÿ(gDf˜pH» ˆÿÿ%`•G» ˆÿÿ,gDf˜G» ˆÿÿ%`• E» ˆÿÿ0gDf˜ E» ˆÿÿ%`•8D» ˆÿÿ4gDf˜8D» ˆÿÿ%`•pˆÿÿ8gDf˜pˆÿÿ%`•hpˆÿÿ<gDf˜hpˆÿÿ%`•Ø pˆÿÿ@gDf˜Ø pˆÿÿ%`•@ pˆÿÿDgDf˜@ pˆÿÿ%`•¨ pˆÿÿHgDf˜¨ pˆÿÿ%`•pˆÿÿLgDf˜pˆÿÿ%`•ÐpˆÿÿPgDf˜Ðpˆÿÿ%`•8pˆÿÿTgDf˜8pˆÿÿ%`• pˆÿÿXgDf˜ pˆÿÿ%`•pˆÿÿ\gDf˜pˆÿÿ%`•ppˆÿÿ`gDf˜ppˆÿÿ%`•¨<™ˆÿÿdgDf˜¨<™ˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•@» ˆÿÿlgDf˜@» ˆÿÿ%`•hA» ˆÿÿpgDf˜hA» ˆÿÿ%`•ÐB» ˆÿÿtgDf˜ÐB» ˆÿÿ%`•pè6ˆÿÿxgDf˜pè6ˆÿÿ%`•ç6ˆÿÿ|gDf˜ç6ˆÿÿ%`• å6ˆÿÿ€gDf˜ å6ˆÿÿ%`•8ä6ˆÿÿ„gDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿˆgDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿŒgDf˜há6ˆÿÿ%`•à6ˆÿÿgDf˜à6ˆÿÿ%`•@…ˆÿÿ”gDf˜@…ˆÿÿ%`•hA…ˆÿÿ˜gDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿœgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿ gDf˜8D…ˆÿÿ%`•8ôʈÿÿ¤gDf˜8ôʈÿÿ%`•Ðòʈÿÿ¨gDf˜Ðòʈÿÿ%`•hñʈÿÿ¬gDf˜hñʈÿÿ%`•ðʈÿÿ°gDf˜ðʈÿÿ%`• ‰ ˆÿÿ´gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ¸gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ¼gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿÀgDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿÄgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿÈgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿÌgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿÐgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿÔgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿØgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿÜgDf˜.‰ ˆÿÿ%`•þʈÿÿàgDf˜þʈÿÿ%`•¨üʈÿÿägDf˜¨üʈÿÿ%`•@ûʈÿÿègDf˜@ûʈÿÿ%`•ØùʈÿÿìgDf˜Øùʈÿÿ%`•pøÊˆÿÿðgDf˜pøÊˆÿÿ%`•÷ʈÿÿôgDf˜÷ʈÿÿ%`• õʈÿÿøgDf˜ õʈÿÿ%`• E…ˆÿÿügDf˜ E…ˆÿÿ%`•G…ˆÿÿgDf˜G…ˆÿÿ%`•pH…ˆÿÿgDf˜pH…ˆÿÿ%`•ØI…ˆÿÿgDf˜ØI…ˆÿÿ%`•@K…ˆÿÿ gDf˜@K…ˆÿÿ%`•¨L…ˆÿÿgDf˜¨L…ˆÿÿ%`•N…ˆÿÿgDf˜N…ˆÿÿ%`•î6ˆÿÿgDf˜î6ˆÿÿ%`•¨ì6ˆÿÿgDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿ gDf˜@ë6ˆÿÿ%`•Øé6ˆÿÿ$gDf˜Øé6ˆÿÿ%`•»ˆÿÿ(gDf˜»ˆÿÿ%`• »ˆÿÿ,gDf˜ »ˆÿÿ%`•8»ˆÿÿ0gDf˜8»ˆÿÿ%`•лˆÿÿ4gDf˜Ð»ˆÿÿ%`•h»ˆÿÿ8gDf˜h»ˆÿÿ%`•»ˆÿÿ<gDf˜»ˆÿÿ%`•»ˆÿÿ@gDf˜»ˆÿÿ%`•¨»ˆÿÿDgDf˜¨»ˆÿÿ%`•@»ˆÿÿHgDf˜@»ˆÿÿ%`•Ø»ˆÿÿLgDf˜Ø»ˆÿÿ%`•p»ˆÿÿPgDf˜p»ˆÿÿ%`• å½ˆÿÿTgDf˜ å½ˆÿÿ%`•8佈ÿÿXgDf˜8佈ÿÿ%`•Ð⽈ÿÿ\gDf˜Ð⽈ÿÿ%`•hὈÿÿ`gDf˜hὈÿÿ%`•཈ÿÿdgDf˜à½ˆÿÿ%`•@ÿ ˆÿÿhgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿlgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿpgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿtgDf˜8Dÿ ˆÿÿ%`•8T̈ÿÿxgDf˜8T̈ÿÿ%`•ÐR̈ÿÿ|gDf˜ÐR̈ÿÿ%`•hQ̈ÿÿ€gDf˜hQ̈ÿÿ%`•P̈ÿÿ„gDf˜P̈ÿÿ%`•@BˆÿÿˆgDf˜@Bˆÿÿ%`•hABˆÿÿŒgDf˜hABˆÿÿ%`•ÐBBˆÿÿgDf˜ÐBBˆÿÿ%`•8DBˆÿÿ”gDf˜8DBˆÿÿ%`• EBˆÿÿ˜gDf˜ EBˆÿÿ%`•GBˆÿÿœgDf˜GBˆÿÿ%`•pHBˆÿÿ gDf˜pHBˆÿÿ%`•ØIBˆÿÿ¤gDf˜ØIBˆÿÿ%`•@KBˆÿÿ¨gDf˜@KBˆÿÿ%`•¨LBˆÿÿ¬gDf˜¨LBˆÿÿ%`•NBˆÿÿ°gDf˜NBˆÿÿ%`•Ð#ˆÿÿ´gDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿ¸gDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿ¼gDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿÀgDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿÄgDf˜ Õ#ˆÿÿ%`•×#ˆÿÿÈgDf˜×#ˆÿÿ%`•pØ#ˆÿÿÌgDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿÐgDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿÜgDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿàgDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿägDf˜Þ#ˆÿÿ%`•^̈ÿÿègDf˜^̈ÿÿ%`•¨\̈ÿÿìgDf˜¨\̈ÿÿ%`•@[̈ÿÿðgDf˜@[̈ÿÿ%`•ØŸÿÿôgDf˜ØŸÿÿ%`•pẌÿÿøgDf˜pẌÿÿ%`•ẄÿÿügDf˜Ẅÿÿ%`• ÜÿÿgDf˜ Üÿÿ%`• Eÿ ˆÿÿgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿgDf˜Nÿ ˆÿÿ%`•ÿÿ gDf˜î½ˆÿÿ%`•¨ì½ˆÿÿ$gDf˜¨ì½ˆÿÿ%`•@뽈ÿÿ(gDf˜@뽈ÿÿ%`•Øé½ˆÿÿ,gDf˜Øé½ˆÿÿ%`•p轈ÿÿ0gDf˜p轈ÿÿ%`•罈ÿÿ4gDf˜ç½ˆÿÿ%`•8$ˆÿÿ8gDf˜8$ˆÿÿ%`•Ð"ˆÿÿ<gDf˜Ð"ˆÿÿ%`•h!ˆÿÿ@gDf˜h!ˆÿÿ%`• ˆÿÿDgDf˜ ˆÿÿ%`•.ˆÿÿHgDf˜.ˆÿÿ%`•¨,ˆÿÿLgDf˜¨,ˆÿÿ%`•@+ˆÿÿPgDf˜@+ˆÿÿ%`•Ø)ˆÿÿTgDf˜Ø)ˆÿÿ%`•p(ˆÿÿXgDf˜p(ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`• %ˆÿÿ`gDf˜ %ˆÿÿ%`•8D» ˆÿÿdgDf˜8D» ˆÿÿ%`• E» ˆÿÿhgDf˜ E» ˆÿÿ%`•G» ˆÿÿlgDf˜G» ˆÿÿ%`•pH» ˆÿÿpgDf˜pH» ˆÿÿ%`•ØI» ˆÿÿtgDf˜ØI» ˆÿÿ%`•@K» ˆÿÿxgDf˜@K» ˆÿÿ%`•¨L» ˆÿÿ|gDf˜¨L» ˆÿÿ%`•N» ˆÿÿ€gDf˜N» ˆÿÿ%`•Ø pˆÿÿ„gDf˜Ø pˆÿÿ%`•hpˆÿÿˆgDf˜hpˆÿÿ%`•pˆÿÿŒgDf˜pˆÿÿ%`•@/ˆÿÿgDf˜@/ˆÿÿ%`•hA/ˆÿÿ”gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ˜gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿœgDf˜8D/ˆÿÿ%`• E/ˆÿÿ gDf˜ E/ˆÿÿ%`•G/ˆÿÿ¤gDf˜G/ˆÿÿ%`•pH/ˆÿÿ¨gDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ¬gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ°gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ´gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ¸gDf˜N/ˆÿÿ%`•[ˆÿÿ¼gDf˜[ˆÿÿ%`•h[ˆÿÿÀgDf˜h[ˆÿÿ%`•Ð[ˆÿÿÄgDf˜Ð[ˆÿÿ%`•8[ˆÿÿÈgDf˜8[ˆÿÿ%`• [ˆÿÿÌgDf˜ [ˆÿÿ%`•[ˆÿÿÐgDf˜[ˆÿÿ%`•p[ˆÿÿÔgDf˜p[ˆÿÿ%`•Ø[ˆÿÿØgDf˜Ø[ˆÿÿ%`•@[ˆÿÿÜgDf˜@[ˆÿÿ%`•¨[ˆÿÿàgDf˜¨[ˆÿÿ%`•[ˆÿÿägDf˜[ˆÿÿ%`•ppˆÿÿègDf˜ppˆÿÿ%`•pˆÿÿìgDf˜pˆÿÿ%`• pˆÿÿðgDf˜ pˆÿÿ%`•8pˆÿÿôgDf˜8pˆÿÿ%`•ÐpˆÿÿøgDf˜Ðpˆÿÿ%`•pˆÿÿügDf˜pˆÿÿ%`•¨ pˆÿÿ gDf˜¨ pˆÿÿ%`•@ pˆÿÿ gDf˜@ pˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•ÐB» ˆÿÿ gDf˜ÐB» ˆÿÿ%`•hA» ˆÿÿ gDf˜hA» ˆÿÿ%`•@» ˆÿÿ gDf˜@» ˆÿÿ%`•à6ˆÿÿ gDf˜à6ˆÿÿ%`•há6ˆÿÿ gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ $gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ (gDf˜8ä6ˆÿÿ%`• å6ˆÿÿ ,gDf˜ å6ˆÿÿ%`•ç6ˆÿÿ 0gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ 4gDf˜pè6ˆÿÿ%`•8D…ˆÿÿ 8gDf˜8D…ˆÿÿ%`•ÐB…ˆÿÿ <gDf˜ÐB…ˆÿÿ%`•hA…ˆÿÿ @gDf˜hA…ˆÿÿ%`•@…ˆÿÿ DgDf˜@…ˆÿÿ%`•N…ˆÿÿ HgDf˜N…ˆÿÿ%`•¨L…ˆÿÿ LgDf˜¨L…ˆÿÿ%`•@K…ˆÿÿ PgDf˜@K…ˆÿÿ%`•ØI…ˆÿÿ TgDf˜ØI…ˆÿÿ%`•pH…ˆÿÿ XgDf˜pH…ˆÿÿ%`•G…ˆÿÿ \gDf˜G…ˆÿÿ%`• E…ˆÿÿ `gDf˜ E…ˆÿÿ%`•Øé6ˆÿÿ dgDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ hgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ lgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ pgDf˜î6ˆÿÿ%`•»ˆÿÿ tgDf˜»ˆÿÿ%`•»ˆÿÿ xgDf˜»ˆÿÿ%`•h»ˆÿÿ |gDf˜h»ˆÿÿ%`•лˆÿÿ €gDf˜Ð»ˆÿÿ%`•8»ˆÿÿ „gDf˜8»ˆÿÿ%`• »ˆÿÿ ˆgDf˜ »ˆÿÿ%`•»ˆÿÿ ŒgDf˜»ˆÿÿ%`•Pˆÿÿ gDf˜Pˆÿÿ%`•hQˆÿÿ ”gDf˜hQˆÿÿ%`•ÐRˆÿÿ ˜gDf˜ÐRˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ œgDf˜'ˆÿÿ%`•ÐRˆÿÿgDf˜ÐRˆÿÿ%`•8Tˆÿÿ gDf˜8Tˆÿÿ%`•hQˆÿÿgDf˜hQˆÿÿ%`• Uˆÿÿ7ègDf˜ Uˆÿÿ%`•Pˆÿÿ`ÈgDf˜Pˆÿÿ%`•WˆÿÿgDf˜Wˆÿÿ%`•@[ˆÿÿƒ,gDf˜@[ˆÿÿ%`•ØYˆÿÿƒ4gDf˜ØYˆÿÿ%`•pXˆÿÿÑdgDf˜pXˆÿÿ%`•^ˆÿÿìlgDf˜^ˆÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•¨\ˆÿÿƒ<gDf˜¨\ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ  gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ¤gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¤gDf˜'ˆÿÿ%`•ØI ˆÿÿ ¨ügDf˜ØI ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¤gDf˜'ˆÿÿ%`•ØI ˆÿÿ ¨4gDf˜ØI ˆÿÿ%`• E ˆÿÿ àägDf˜ E ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÄgDf˜'ˆÿÿ%`• E ˆÿÿ ÈügDf˜ E ˆÿÿ%`•ØI ˆÿÿÄgDf˜ØI ˆÿÿ%`•G ˆÿÿäügDf˜G ˆÿÿ%`•pH ˆÿÿàgDf˜pH ˆÿÿ%`•8D ˆÿÿäügDf˜8D ˆÿÿ%`•@ ˆÿÿàgDf˜@ ˆÿÿ%`•hA ˆÿÿèügDf˜hA ˆÿÿ%`•ÐB ˆÿÿägDf˜ÐB ˆÿÿ%`•@K ˆÿÿèpgDf˜@K ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•ÐB ˆÿÿ{°gDf˜ÐB ˆÿÿ%`•@K ˆÿÿgDf˜@K ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•@K ˆÿÿzL gDf˜@K ˆÿÿ%`•ÐB ˆÿÿ{gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿ gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿgDf˜ÐB ˆÿÿ%`•@K ˆÿÿ/øgDf˜@K ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•@K ˆÿÿ~gDf˜@K ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•@K ˆÿÿ{tgDf˜@K ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•@K ˆÿÿgDf˜@K ˆÿÿ%`•ÐB ˆÿÿ!gDf˜ÐB ˆÿÿ%`•hA ˆÿÿ}@gDf˜hA ˆÿÿ%`•@ ˆÿÿ}ÀgDf˜@ ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•@ ˆÿÿ\gDf˜@ ˆÿÿ%`•hA ˆÿÿ`ˆgDf˜hA ˆÿÿ%`•ÐB ˆÿÿì¼gDf˜ÐB ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•ÐB ˆÿÿ¬gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿ°gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿ´gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿ¸gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿ¼gDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÀgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÄgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÈgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÌgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÐgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿÔgDf˜ÐB ˆÿÿ%`•ÐB ˆÿÿØgDf˜ÐB ˆÿÿ%`•N ˆÿÿÜgDf˜N ˆÿÿ%`•¨L ˆÿÿàgDf˜¨L ˆÿÿ%`• E ˆÿÿägDf˜ E ˆÿÿ%`•ØI ˆÿÿègDf˜ØI ˆÿÿ%`•ØI ˆÿÿìgDf˜ØI ˆÿÿ%`• E ˆÿÿðgDf˜ E ˆÿÿ%`•¨L ˆÿÿôgDf˜¨L ˆÿÿ%`•N ˆÿÿøgDf˜N ˆÿÿ%`•ÐB ˆÿÿügDf˜ÐB ˆÿÿ%`•G ˆÿÿgDf˜G ˆÿÿ%`•pH ˆÿÿgDf˜pH ˆÿÿ%`•8D ˆÿÿgDf˜8D ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•hA ˆÿÿgDf˜hA ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•€ˆÿÿ gDf˜€ˆÿÿ%`•hˆÿÿ$gDf˜hˆÿÿ%`•Ђˆÿÿ(gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ,gDf˜8„ˆÿÿ%`•8„ˆÿÿ0gDf˜8„ˆÿÿ%`•Ђˆÿÿ4gDf˜Ð‚ˆÿÿ%`•hˆÿÿ8gDf˜hˆÿÿ%`•€ˆÿÿ<gDf˜€ˆÿÿ%`• …ˆÿÿ@gDf˜ …ˆÿÿ%`•‡ˆÿÿDgDf˜‡ˆÿÿ%`•pˆˆÿÿHgDf˜pˆˆÿÿ%`•؉ˆÿÿLgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿPgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿTgDf˜¨Œˆÿÿ%`•ŽˆÿÿXgDf˜Žˆÿÿ%`•¨<™ˆÿÿ\gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ`gDf˜>™ˆÿÿ%`•@¡ˆÿÿdgDf˜@¡ˆÿÿ%`•hA¡ˆÿÿhgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿlgDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿpgDf˜8D¡ˆÿÿ%`• E¡ˆÿÿtgDf˜ E¡ˆÿÿ%`•G¡ˆÿÿxgDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ|gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ€gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ„gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿˆgDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿŒgDf˜N¡ˆÿÿ%`•`OˆÿÿgDf˜`Oˆÿÿ%`•haOˆÿÿ”gDf˜haOˆÿÿ%`•ÐbOˆÿÿ˜gDf˜ÐbOˆÿÿ%`•8dOˆÿÿœgDf˜8dOˆÿÿ%`• eOˆÿÿ gDf˜ eOˆÿÿ%`•gOˆÿÿ¤gDf˜gOˆÿÿ%`•phOˆÿÿ¨gDf˜phOˆÿÿ%`•ØiOˆÿÿ¬gDf˜ØiOˆÿÿ%`•@kOˆÿÿ°gDf˜@kOˆÿÿ%`•¨lOˆÿÿ´gDf˜¨lOˆÿÿ%`•nOˆÿÿ¸gDf˜nOˆÿÿ%`•0Å ˆÿÿ¼gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿÀgDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿÄgDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿÈgDf˜84Å ˆÿÿ%`• 5Å ˆÿÿÌgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿÐgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿÔgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿØgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿÜgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿàgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿägDf˜>Å ˆÿÿ%`•° ˆÿÿègDf˜° ˆÿÿ%`•h± ˆÿÿìgDf˜h± ˆÿÿ%`•в ˆÿÿðgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿôgDf˜8´ ˆÿÿ%`• µ ˆÿÿøgDf˜ µ ˆÿÿ%`•· ˆÿÿügDf˜· ˆÿÿ%`•p¸ ˆÿÿgDf˜p¸ ˆÿÿ%`•ع ˆÿÿgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿ gDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿgDf˜¾ ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•`OˆÿÿgDf˜`Oˆÿÿ%`•À ˆÿÿ gDf˜À ˆÿÿ%`•hÁ ˆÿÿ$gDf˜hÁ ˆÿÿ%`•Рˆÿÿ(gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ,gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ0gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ4gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ8gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ<gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ@gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿDgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿHgDf˜Î ˆÿÿ%`•à™ˆÿÿLgDf˜à™ˆÿÿ%`•hᙈÿÿPgDf˜hᙈÿÿ%`•Ð♈ÿÿTgDf˜Ð♈ÿÿ%`•8䙈ÿÿXgDf˜8䙈ÿÿ%`• å™ˆÿÿ\gDf˜ å™ˆÿÿ%`•癈ÿÿ`gDf˜ç™ˆÿÿ%`•p虈ÿÿdgDf˜p虈ÿÿ%`•Øé™ˆÿÿhgDf˜Øé™ˆÿÿ%`•@뙈ÿÿlgDf˜@뙈ÿÿ%`•¨ì™ˆÿÿpgDf˜¨ì™ˆÿÿ%`•ÿÿtgDf˜î™ˆÿÿ%`••ˆÿÿxgDf˜•ˆÿÿ%`•h•ˆÿÿ|gDf˜h•ˆÿÿ%`•Еˆÿÿ€gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ„gDf˜8•ˆÿÿ%`• •ˆÿÿˆgDf˜ •ˆÿÿ%`••ˆÿÿŒgDf˜•ˆÿÿ%`•p•ˆÿÿgDf˜p•ˆÿÿ%`•Ø•ˆÿÿ”gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ˜gDf˜@•ˆÿÿ%`•¨•ˆÿÿœgDf˜¨•ˆÿÿ%`••ˆÿÿ gDf˜•ˆÿÿ%`•Ð@ ˆÿÿ¤gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ¨gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ¬gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ°gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ´gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ¸gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ¼gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿÀgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿÄgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿÈgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿÌgDf˜Þ@ ˆÿÿ%`•PÚˆÿÿÐgDf˜PÚˆÿÿ%`•hQÚˆÿÿÔgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿØgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿÜgDf˜8TÚˆÿÿ%`• UÚˆÿÿàgDf˜ UÚˆÿÿ%`•WÚˆÿÿägDf˜WÚˆÿÿ%`•pXÚˆÿÿègDf˜pXÚˆÿÿ%`•ØYÚˆÿÿðgDf˜ØYÚˆÿÿ%`•@[ÚˆÿÿôgDf˜@[Úˆÿÿ%`•¨\ÚˆÿÿøgDf˜¨\Úˆÿÿ%`•^ÚˆÿÿügDf˜^Úˆÿÿ%`•БˆÿÿgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿgDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿgDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿgDf˜ Õ‘ˆÿÿ%`•בˆÿÿgDf˜בˆÿÿ%`•pØ‘ˆÿÿgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ$gDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ(gDf˜Þ‘ˆÿÿ%`•Pˆÿÿ,gDf˜Pˆÿÿ%`•hQˆÿÿ0gDf˜hQˆÿÿ%`•ÐRˆÿÿ4gDf˜ÐRˆÿÿ%`•8Tˆÿÿ8gDf˜8Tˆÿÿ%`• Uˆÿÿ<gDf˜ Uˆÿÿ%`•Wˆÿÿ@gDf˜Wˆÿÿ%`•pXˆÿÿDgDf˜pXˆÿÿ%`•ØYˆÿÿHgDf˜ØYˆÿÿ%`•@[ˆÿÿLgDf˜@[ˆÿÿ%`•¨\ˆÿÿPgDf˜¨\ˆÿÿ%`•^ˆÿÿTgDf˜^ˆÿÿ%`•PWˆÿÿXgDf˜PWˆÿÿ%`•hQWˆÿÿ\gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ`gDf˜ÐRWˆÿÿ%`•8TWˆÿÿdgDf˜8TWˆÿÿ%`• UWˆÿÿhgDf˜ UWˆÿÿ%`•WWˆÿÿlgDf˜WWˆÿÿ%`•pXWˆÿÿpgDf˜pXWˆÿÿ%`•ØYWˆÿÿtgDf˜ØYWˆÿÿ%`•@[WˆÿÿxgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ|gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ€gDf˜^Wˆÿÿ%`•…ˆÿÿ„gDf˜…ˆÿÿ%`•h‘…ˆÿÿˆgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿŒgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿgDf˜8”…ˆÿÿ%`• •…ˆÿÿ”gDf˜ •…ˆÿÿ%`•—…ˆÿÿ˜gDf˜—…ˆÿÿ%`•p˜…ˆÿÿœgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ¤gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ¨gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ¬gDf˜ž…ˆÿÿ%`•0»ˆÿÿ°gDf˜0»ˆÿÿ%`•h1»ˆÿÿ´gDf˜h1»ˆÿÿ%`•Ð2»ˆÿÿ¸gDf˜Ð2»ˆÿÿ%`•84»ˆÿÿ¼gDf˜84»ˆÿÿ%`• 5»ˆÿÿÀgDf˜ 5»ˆÿÿ%`•7»ˆÿÿÄgDf˜7»ˆÿÿ%`•p8»ˆÿÿÈgDf˜p8»ˆÿÿ%`•Ø9»ˆÿÿÌgDf˜Ø9»ˆÿÿ%`•@;»ˆÿÿÐgDf˜@;»ˆÿÿ%`•¨<»ˆÿÿÔgDf˜¨<»ˆÿÿ%`•>»ˆÿÿØgDf˜>»ˆÿÿ%`•¨<™ˆÿÿÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿàgDf˜>™ˆÿÿ%`•hÁ ˆÿÿägDf˜hÁ ˆÿÿ%`•À ˆÿÿègDf˜À ˆÿÿ%`•ŽˆÿÿìgDf˜Žˆÿÿ%`•hŽˆÿÿðgDf˜hŽˆÿÿ%`•ÐŽˆÿÿôgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿøgDf˜8Žˆÿÿ%`• ŽˆÿÿügDf˜ Žˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•pŽˆÿÿgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ gDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿgDf˜¨ Žˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•pHˆÿÿgDf˜pHˆÿÿ%`•hqHˆÿÿgDf˜hqHˆÿÿ%`•ÐrHˆÿÿ gDf˜ÐrHˆÿÿ%`•8tHˆÿÿ$gDf˜8tHˆÿÿ%`• uHˆÿÿ(gDf˜ uHˆÿÿ%`•wHˆÿÿ,gDf˜wHˆÿÿ%`•pxHˆÿÿ0gDf˜pxHˆÿÿ%`•ØyHˆÿÿ4gDf˜ØyHˆÿÿ%`•@{Hˆÿÿ8gDf˜@{Hˆÿÿ%`•¨|Hˆÿÿ<gDf˜¨|Hˆÿÿ%`•~Hˆÿÿ@gDf˜~Hˆÿÿ%`• åˆÿÿDgDf˜ åˆÿÿ%`•h!åˆÿÿHgDf˜h!åˆÿÿ%`•Ð"åˆÿÿLgDf˜Ð"åˆÿÿ%`•8$åˆÿÿPgDf˜8$åˆÿÿ%`• %åˆÿÿTgDf˜ %åˆÿÿ%`•'åˆÿÿXgDf˜'åˆÿÿ%`•p(åˆÿÿ\gDf˜p(åˆÿÿ%`•Ø)åˆÿÿ`gDf˜Ø)åˆÿÿ%`•@+åˆÿÿdgDf˜@+åˆÿÿ%`•¨,åˆÿÿhgDf˜¨,åˆÿÿ%`•.åˆÿÿlgDf˜.åˆÿÿ%`•ЫˆÿÿpgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿtgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿxgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ|gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ€gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ„gDf˜׫ˆÿÿ%`•pØ«ˆÿÿˆgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿŒgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ”gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ˜gDf˜Þ«ˆÿÿ%`•Î ˆÿÿœgDf˜Î ˆÿÿ%`•¨Ì ˆÿÿ gDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿ¤gDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ¨gDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ¬gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ°gDf˜Ç ˆÿÿ%`• Å ˆÿÿ´gDf˜ Å ˆÿÿ%`•8Ä ˆÿÿ¸gDf˜8Ä ˆÿÿ%`•Рˆÿÿ¼gDf˜Ð ˆÿÿ%`•h•ˆÿÿÀgDf˜h•ˆÿÿ%`••ˆÿÿÄgDf˜•ˆÿÿ%`•àˆÿÿÈgDf˜àˆÿÿ%`•háˆÿÿÌgDf˜háˆÿÿ%`•ÐâˆÿÿÐgDf˜Ðâˆÿÿ%`•8äˆÿÿÔgDf˜8äˆÿÿ%`• åˆÿÿØgDf˜ åˆÿÿ%`•çˆÿÿÜgDf˜çˆÿÿ%`•pèˆÿÿàgDf˜pèˆÿÿ%`•ØéˆÿÿägDf˜Øéˆÿÿ%`•@ëˆÿÿègDf˜@ëˆÿÿ%`•¨ìˆÿÿìgDf˜¨ìˆÿÿ%`•îˆÿÿðgDf˜îˆÿÿ%`•€%ˆÿÿôgDf˜€%ˆÿÿ%`•h%ˆÿÿøgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿügDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿgDf˜8„%ˆÿÿ%`• …%ˆÿÿgDf˜ …%ˆÿÿ%`•‡%ˆÿÿgDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿgDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿgDf˜Ž%ˆÿÿ%`••ˆÿÿ gDf˜•ˆÿÿ%`•¨•ˆÿÿ$gDf˜¨•ˆÿÿ%`•@•ˆÿÿ(gDf˜@•ˆÿÿ%`•Ø•ˆÿÿ,gDf˜Ø•ˆÿÿ%`•p•ˆÿÿ0gDf˜p•ˆÿÿ%`••ˆÿÿ4gDf˜•ˆÿÿ%`• •ˆÿÿ8gDf˜ •ˆÿÿ%`•8•ˆÿÿ<gDf˜8•ˆÿÿ%`•Еˆÿÿ@gDf˜Ð•ˆÿÿ%`•БˆÿÿDgDf˜Ð‘ˆÿÿ%`•Àù ˆÿÿHgDf˜Àù ˆÿÿ%`•hÁù ˆÿÿLgDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿPgDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿTgDf˜8Äù ˆÿÿ%`• Åù ˆÿÿXgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ\gDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ`gDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿdgDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿhgDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿlgDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿpgDf˜Îù ˆÿÿ%`•€ñ ˆÿÿtgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿxgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ|gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ€gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ„gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿˆgDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿŒgDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿgDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ”gDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ˜gDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿœgDf˜Žñ ˆÿÿ%`•Þ‘ˆÿÿ gDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿ¤gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ¨gDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ¬gDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ°gDf˜pØ‘ˆÿÿ%`•בˆÿÿ´gDf˜בˆÿÿ%`• Õ‘ˆÿÿ¸gDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ¼gDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿÀgDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿÄgDf˜hÑ‘ˆÿÿ%`•@]ˆÿÿÈgDf˜@]ˆÿÿ%`•hA]ˆÿÿÌgDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿÐgDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿÔgDf˜8D]ˆÿÿ%`• E]ˆÿÿØgDf˜ E]ˆÿÿ%`•G]ˆÿÿÜgDf˜G]ˆÿÿ%`•pH]ˆÿÿàgDf˜pH]ˆÿÿ%`•ØI]ˆÿÿägDf˜ØI]ˆÿÿ%`•@K]ˆÿÿègDf˜@K]ˆÿÿ%`•¨L]ˆÿÿìgDf˜¨L]ˆÿÿ%`•N]ˆÿÿðgDf˜N]ˆÿÿ%`•€(ˆÿÿôgDf˜€(ˆÿÿ%`•h(ˆÿÿøgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿügDf˜Ð‚(ˆÿÿ%`•@‹(ˆÿÿðgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿôügDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ!ðügDf˜Ž(ˆÿÿ%`•>™ˆÿÿ#ìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ#øügDf˜¨<™ˆÿÿ%`•À ˆÿÿ%ôügDf˜À ˆÿÿ%`•hÁ ˆÿÿ'ðgDf˜hÁ ˆÿÿ%`•Žˆÿÿ'üŒgDf˜Žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8„(ˆÿÿgDf˜8„(ˆÿÿ%`• …(ˆÿÿ}0gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ~ gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿáìgDf˜Ø‰(ˆÿÿ%`•'ˆÿÿ)ˆgDf˜'ˆÿÿ%`•@ Žˆÿÿ gDf˜@ Žˆÿÿ%`• Žˆÿÿ gDf˜ Žˆÿÿ%`•@ ŽˆÿÿáðgDf˜@ Žˆÿÿ%`•ŽˆÿÿâgDf˜Žˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•Žˆÿÿâ8gDf˜Žˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•` ˆÿÿõ€gDf˜` ˆÿÿ%`•ph ˆÿÿö„gDf˜ph ˆÿÿ%`•8d ˆÿÿöДgDf˜8d ˆÿÿ%`•ha ˆÿÿ÷dügDf˜ha ˆÿÿ%`•Ðb ˆÿÿù`gDf˜Ðb ˆÿÿ%`• e ˆÿÿ gDf˜ e ˆÿÿ%`•g ˆÿÿ ügDf˜g ˆÿÿ%`•Øi ˆÿÿ ˜gDf˜Øi ˆÿÿ%`•@k ˆÿÿ ¬ügDf˜@k ˆÿÿ%`•¨l ˆÿÿ¨\gDf˜¨l ˆÿÿ%`•@¼ˆÿÿ gDf˜@¼ˆÿÿ%`•n ˆÿÿo¸xgDf˜n ˆÿÿ%`•Ø Žˆÿÿƒ,gDf˜Ø Žˆÿÿ%`•Žˆÿÿƒ8gDf˜Žˆÿÿ%`•pŽˆÿÿgDf˜pŽˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•¨ Žˆÿÿ‘gDf˜¨ Žˆÿÿ%`•8Žˆÿÿ˜gDf˜8Žˆÿÿ%`•ÐŽˆÿÿ™ gDf˜ÐŽˆÿÿ%`•hŽˆÿÿ gDf˜hŽˆÿÿ%`•Žˆÿÿ¡gDf˜Žˆÿÿ%`•@ ŽˆÿÿâHgDf˜@ Žˆÿÿ%`• ŽˆÿÿâTLgDf˜ Žˆÿÿ%`•@¼ˆÿÿ gDf˜@¼ˆÿÿ%`•@¼ˆÿÿ)ŒgDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ)ügDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ+ŒpgDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ,ügDf˜8D¼ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ügDf˜'ˆÿÿ%`•ÐÂ/ˆÿÿ.TgDf˜ÐÂ/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.TgDf˜'ˆÿÿ%`•ÐÂ/ˆÿÿ.XLgDf˜ÐÂ/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.¤gDf˜'ˆÿÿ%`•ÐÂ/ˆÿÿ.¨XgDf˜ÐÂ/ˆÿÿ%`•hÁ/ˆÿÿ0ügDf˜hÁ/ˆÿÿ%`• Å/ˆÿÿ2pgDf˜ Å/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2pgDf˜'ˆÿÿ%`• Å/ˆÿÿ2tgDf˜ Å/ˆÿÿ%`•hÁ/ˆÿÿ4ügDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿ6ügDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿ8gDf˜8Ä/ˆÿÿ%`•À/ˆÿÿ8gDf˜À/ˆÿÿ%`•Ç/ˆÿÿ8 ügDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿ:ügDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿ<gDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ<gDf˜@Ë/ˆÿÿ%`•¨Ì/ˆÿÿ<ügDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ> ügDf˜Î/ˆÿÿ%`•¨<™ˆÿÿ@gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@ gDf˜>™ˆÿÿ%`•ˆÿÿ@ØgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@ìgDf˜'ˆÿÿ%`•ˆÿÿzDgDf˜ˆÿÿ%`•8”ˆÿÿ}ägDf˜8”ˆÿÿ%`•h‘ˆÿÿ ´gDf˜h‘ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•h‘ˆÿÿz4gDf˜h‘ˆÿÿ%`•8”ˆÿÿzX(gDf˜8”ˆÿÿ%`•ˆÿÿz” gDf˜ˆÿÿ%`•Ð’ˆÿÿÜgDf˜Ð’ˆÿÿ%`• •ˆÿÿã8ügDf˜ •ˆÿÿ%`•—ˆÿÿå4ügDf˜—ˆÿÿ%`•p˜ˆÿÿç0ügDf˜p˜ˆÿÿ%`•Ø™ˆÿÿé,gDf˜Ø™ˆÿÿ%`•@›ˆÿÿê8PgDf˜@›ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•@›ˆÿÿ@ðgDf˜@›ˆÿÿ%`•Ø™ˆÿÿ@ô gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•Ø™ˆÿÿA$gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA<gDf˜'ˆÿÿ%`•Ø™ˆÿÿA@$gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAdgDf˜'ˆÿÿ%`•Ø™ˆÿÿAhgDf˜Ø™ˆÿÿ%`•p˜ˆÿÿAlgDf˜p˜ˆÿÿ%`•ˆÿÿApgDf˜ˆÿÿ%`•Ð’ˆÿÿAtgDf˜Ð’ˆÿÿ%`•@›ˆÿÿAxgDf˜@›ˆÿÿ%`•—ˆÿÿA|gDf˜—ˆÿÿ%`• •ˆÿÿA€gDf˜ •ˆÿÿ%`•8”ˆÿÿA„gDf˜8”ˆÿÿ%`•h‘ˆÿÿAˆgDf˜h‘ˆÿÿ%`•¨œˆÿÿAŒgDf˜¨œˆÿÿ%`•žˆÿÿAgDf˜žˆÿÿ%`•>™ˆÿÿA”gDf˜>™ˆÿÿ%`•¨<™ˆÿÿA˜gDf˜¨<™ˆÿÿ%`•ðhˆÿÿAœgDf˜ðhˆÿÿ%`•hñhˆÿÿA gDf˜hñhˆÿÿ%`•ÐòhˆÿÿA¤gDf˜Ðòhˆÿÿ%`•8ôhˆÿÿA¨gDf˜8ôhˆÿÿ%`• õhˆÿÿA¬gDf˜ õhˆÿÿ%`•÷hˆÿÿA°gDf˜÷hˆÿÿ%`•pøhˆÿÿA´gDf˜pøhˆÿÿ%`•ØùhˆÿÿA¸gDf˜Øùhˆÿÿ%`•@ûhˆÿÿA¼gDf˜@ûhˆÿÿ%`•¨ühˆÿÿAÀgDf˜¨ühˆÿÿ%`•þhˆÿÿAÄgDf˜þhˆÿÿ%`•ð ˆÿÿAÈgDf˜ð ˆÿÿ%`•hñ ˆÿÿAÌgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿAÐgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿAÔgDf˜8ô ˆÿÿ%`• õ ˆÿÿAØgDf˜ õ ˆÿÿ%`•÷ ˆÿÿAÜgDf˜÷ ˆÿÿ%`•pø ˆÿÿAàgDf˜pø ˆÿÿ%`•Øù ˆÿÿAägDf˜Øù ˆÿÿ%`•@û ˆÿÿAègDf˜@û ˆÿÿ%`•¨ü ˆÿÿAìgDf˜¨ü ˆÿÿ%`•þ ˆÿÿAðgDf˜þ ˆÿÿ%`•À%ˆÿÿAôgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿAøgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿAügDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿBgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿBgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿBgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿB gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿBgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿBgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿBgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿBgDf˜Î%ˆÿÿ%`•PLˆÿÿB gDf˜PLˆÿÿ%`•hQLˆÿÿB$gDf˜hQLˆÿÿ%`•ÐRLˆÿÿB(gDf˜ÐRLˆÿÿ%`•8TLˆÿÿB,gDf˜8TLˆÿÿ%`• ULˆÿÿB0gDf˜ ULˆÿÿ%`•WLˆÿÿB4gDf˜WLˆÿÿ%`•pXLˆÿÿB8gDf˜pXLˆÿÿ%`•ØYLˆÿÿB<gDf˜ØYLˆÿÿ%`•@[LˆÿÿB@gDf˜@[Lˆÿÿ%`•¨\LˆÿÿBDgDf˜¨\Lˆÿÿ%`•^LˆÿÿBHgDf˜^Lˆÿÿ%`• ˆÿÿBLgDf˜ ˆÿÿ%`•h‘ ˆÿÿBPgDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿBTgDf˜Ð’ ˆÿÿ%`•8” ˆÿÿBXgDf˜8” ˆÿÿ%`• • ˆÿÿB\gDf˜ • ˆÿÿ%`•— ˆÿÿB`gDf˜— ˆÿÿ%`•p˜ ˆÿÿBdgDf˜p˜ ˆÿÿ%`•Ø™ ˆÿÿBhgDf˜Ø™ ˆÿÿ%`•@› ˆÿÿBlgDf˜@› ˆÿÿ%`•¨œ ˆÿÿBpgDf˜¨œ ˆÿÿ%`•ž ˆÿÿBtgDf˜ž ˆÿÿ%`•à‚ˆÿÿBxgDf˜à‚ˆÿÿ%`•hႈÿÿB|gDf˜hႈÿÿ%`•Ð₈ÿÿB€gDf˜Ð₈ÿÿ%`•8䂈ÿÿB„gDf˜8䂈ÿÿ%`• å‚ˆÿÿBˆgDf˜ å‚ˆÿÿ%`•炈ÿÿBŒgDf˜ç‚ˆÿÿ%`•p肈ÿÿBgDf˜p肈ÿÿ%`•Øé‚ˆÿÿB”gDf˜Øé‚ˆÿÿ%`•@낈ÿÿB˜gDf˜@낈ÿÿ%`•¨ì‚ˆÿÿBœgDf˜¨ì‚ˆÿÿ%`•ÿÿB gDf˜î‚ˆÿÿ%`•@]ˆÿÿB¤gDf˜@]ˆÿÿ%`•hA]ˆÿÿB¨gDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿB¬gDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿB°gDf˜8D]ˆÿÿ%`• E]ˆÿÿB´gDf˜ E]ˆÿÿ%`•G]ˆÿÿB¸gDf˜G]ˆÿÿ%`•pH]ˆÿÿB¼gDf˜pH]ˆÿÿ%`•ØI]ˆÿÿBÀgDf˜ØI]ˆÿÿ%`•@K]ˆÿÿBÄgDf˜@K]ˆÿÿ%`•¨L]ˆÿÿBÈgDf˜¨L]ˆÿÿ%`•N]ˆÿÿBÌgDf˜N]ˆÿÿ%`• ïˆÿÿBÐgDf˜ ïˆÿÿ%`•h¡ïˆÿÿBÔgDf˜h¡ïˆÿÿ%`•ТïˆÿÿBØgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿBÜgDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿBàgDf˜ ¥ïˆÿÿ%`•§ïˆÿÿBägDf˜§ïˆÿÿ%`•p¨ïˆÿÿBègDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿBìgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿBðgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿBôgDf˜¨¬ïˆÿÿ%`•®ïˆÿÿBøgDf˜®ïˆÿÿ%`•@*ˆÿÿBügDf˜@*ˆÿÿ%`•hA*ˆÿÿCgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿCgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿCgDf˜8D*ˆÿÿ%`• E*ˆÿÿC gDf˜ E*ˆÿÿ%`•G*ˆÿÿCgDf˜G*ˆÿÿ%`•pH*ˆÿÿCgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿCgDf˜ØI*ˆÿÿ%`•@K*ˆÿÿCgDf˜@K*ˆÿÿ%`•¨L*ˆÿÿC gDf˜¨L*ˆÿÿ%`•N*ˆÿÿC$gDf˜N*ˆÿÿ%`•0¡ˆÿÿC(gDf˜0¡ˆÿÿ%`•h1¡ˆÿÿC,gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿC0gDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿC4gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿC8gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿC<gDf˜7¡ˆÿÿ%`•p8¡ˆÿÿC@gDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿCDgDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿCHgDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿCLgDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿCPgDf˜>¡ˆÿÿ%`•À§ˆÿÿCTgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿCXgDf˜hÁ§ˆÿÿ%`•ЧˆÿÿC\gDf˜Ð§ˆÿÿ%`•8ħˆÿÿC`gDf˜8ħˆÿÿ%`• Å§ˆÿÿCdgDf˜ Å§ˆÿÿ%`•ǧˆÿÿChgDf˜ǧˆÿÿ%`•pȧˆÿÿClgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿCpgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿCtgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿCxgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿC|gDf˜Χˆÿÿ%`•[ ˆÿÿC€gDf˜[ ˆÿÿ%`•h[ ˆÿÿC„gDf˜h[ ˆÿÿ%`•Ð[ ˆÿÿCˆgDf˜Ð[ ˆÿÿ%`•8[ ˆÿÿCŒgDf˜8[ ˆÿÿ%`• [ ˆÿÿCgDf˜ [ ˆÿÿ%`•[ ˆÿÿC”gDf˜[ ˆÿÿ%`•p[ ˆÿÿC˜gDf˜p[ ˆÿÿ%`•Ø [ ˆÿÿCœgDf˜Ø [ ˆÿÿ%`•@ [ ˆÿÿC gDf˜@ [ ˆÿÿ%`•¨ [ ˆÿÿC¤gDf˜¨ [ ˆÿÿ%`•[ ˆÿÿC¨gDf˜[ ˆÿÿ%`•€FˆÿÿC¬gDf˜€Fˆÿÿ%`•hFˆÿÿC°gDf˜hFˆÿÿ%`•ЂFˆÿÿC´gDf˜Ð‚Fˆÿÿ%`•8„FˆÿÿC¸gDf˜8„Fˆÿÿ%`• …FˆÿÿC¼gDf˜ …Fˆÿÿ%`•‡FˆÿÿCÀgDf˜‡Fˆÿÿ%`•pˆFˆÿÿCÄgDf˜pˆFˆÿÿ%`•؉FˆÿÿCÈgDf˜Ø‰Fˆÿÿ%`•@‹FˆÿÿCÌgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿCÐgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿCÔgDf˜ŽFˆÿÿ%`• þ ˆÿÿCØgDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿCÜgDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿCàgDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ¤gDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ¨gDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ¬gDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ°gDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ´gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ¸gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ¼gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿÀgDf˜®þ ˆÿÿ%`•¨<™ˆÿÿÄgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÈgDf˜>™ˆÿÿ%`•Øù ˆÿÿÌgDf˜Øù ˆÿÿ%`•pø ˆÿÿÔgDf˜pø ˆÿÿ%`•÷ ˆÿÿØgDf˜÷ ˆÿÿ%`• õ ˆÿÿÜgDf˜ õ ˆÿÿ%`•8ô ˆÿÿàgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿägDf˜Ðò ˆÿÿ%`•hñ ˆÿÿègDf˜hñ ˆÿÿ%`•ð ˆÿÿìgDf˜ð ˆÿÿ%`•€6ˆÿÿðgDf˜€6ˆÿÿ%`•h6ˆÿÿôgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿøgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿügDf˜8„6ˆÿÿ%`• …6ˆÿÿgDf˜ …6ˆÿÿ%`•‡6ˆÿÿgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿgDf˜Ž6ˆÿÿ%`••ˆÿÿgDf˜•ˆÿÿ%`•h•ˆÿÿ gDf˜h•ˆÿÿ%`•Еˆÿÿ$gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ(gDf˜8•ˆÿÿ%`• •ˆÿÿ,gDf˜ •ˆÿÿ%`••ˆÿÿ0gDf˜•ˆÿÿ%`•p•ˆÿÿ4gDf˜p•ˆÿÿ%`•Ø•ˆÿÿ8gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ<gDf˜@•ˆÿÿ%`•¨•ˆÿÿ@gDf˜¨•ˆÿÿ%`••ˆÿÿDgDf˜•ˆÿÿ%`•þ ˆÿÿHgDf˜þ ˆÿÿ%`•¨ü ˆÿÿLgDf˜¨ü ˆÿÿ%`•@û ˆÿÿPgDf˜@û ˆÿÿ%`•p˜ ˆÿÿTgDf˜p˜ ˆÿÿ%`•— ˆÿÿXgDf˜— ˆÿÿ%`• • ˆÿÿ\gDf˜ • ˆÿÿ%`•8” ˆÿÿ`gDf˜8” ˆÿÿ%`•Ð’ ˆÿÿdgDf˜Ð’ ˆÿÿ%`•h‘ ˆÿÿhgDf˜h‘ ˆÿÿ%`• ˆÿÿlgDf˜ ˆÿÿ%`•PLˆÿÿpgDf˜PLˆÿÿ%`•hQLˆÿÿtgDf˜hQLˆÿÿ%`•ÐRLˆÿÿxgDf˜ÐRLˆÿÿ%`•8TLˆÿÿ|gDf˜8TLˆÿÿ%`• ULˆÿÿ€gDf˜ ULˆÿÿ%`•WLˆÿÿ„gDf˜WLˆÿÿ%`•pXLˆÿÿˆgDf˜pXLˆÿÿ%`•ØYLˆÿÿŒgDf˜ØYLˆÿÿ%`•@[LˆÿÿgDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ”gDf˜¨\Lˆÿÿ%`•^Lˆÿÿ˜gDf˜^Lˆÿÿ%`•À%ˆÿÿœgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ¤gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ¨gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ¬gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ°gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ´gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ¸gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ¼gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿÀgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿÄgDf˜Î%ˆÿÿ%`•ž ˆÿÿÈgDf˜ž ˆÿÿ%`•¨œ ˆÿÿÌgDf˜¨œ ˆÿÿ%`•@› ˆÿÿÐgDf˜@› ˆÿÿ%`•Ø™ ˆÿÿÔgDf˜Ø™ ˆÿÿ%`•§ïˆÿÿØgDf˜§ïˆÿÿ%`• ¥ïˆÿÿÜgDf˜ ¥ïˆÿÿ%`•8¤ïˆÿÿàgDf˜8¤ïˆÿÿ%`•ТïˆÿÿägDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿègDf˜h¡ïˆÿÿ%`• ïˆÿÿìgDf˜ ïˆÿÿ%`•@]ˆÿÿðgDf˜@]ˆÿÿ%`•hA]ˆÿÿôgDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿøgDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿügDf˜8D]ˆÿÿ%`• E]ˆÿÿgDf˜ E]ˆÿÿ%`•G]ˆÿÿgDf˜G]ˆÿÿ%`•pH]ˆÿÿgDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ gDf˜ØI]ˆÿÿ%`•@K]ˆÿÿgDf˜@K]ˆÿÿ%`•¨L]ˆÿÿgDf˜¨L]ˆÿÿ%`•N]ˆÿÿgDf˜N]ˆÿÿ%`•ðž ˆÿÿgDf˜ðž ˆÿÿ%`•hñž ˆÿÿ gDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ$gDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿ(gDf˜8ôž ˆÿÿ%`• õž ˆÿÿ,gDf˜ õž ˆÿÿ%`•÷ž ˆÿÿ0gDf˜÷ž ˆÿÿ%`•pøž ˆÿÿ4gDf˜pøž ˆÿÿ%`•Øùž ˆÿÿ8gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ<gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿ@gDf˜¨üž ˆÿÿ%`•þž ˆÿÿDgDf˜þž ˆÿÿ%`•®ïˆÿÿHgDf˜®ïˆÿÿ%`•¨¬ïˆÿÿLgDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿPgDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿTgDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿXgDf˜p¨ïˆÿÿ%`• Å§ˆÿÿ\gDf˜ Å§ˆÿÿ%`•8ħˆÿÿ`gDf˜8ħˆÿÿ%`•ЧˆÿÿdgDf˜Ð§ˆÿÿ%`•hÁ§ˆÿÿhgDf˜hÁ§ˆÿÿ%`•À§ˆÿÿlgDf˜À§ˆÿÿ%`•0¡ˆÿÿpgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿtgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿxgDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ|gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿ€gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿ„gDf˜7¡ˆÿÿ%`•p8¡ˆÿÿˆgDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿŒgDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿgDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ”gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ˜gDf˜>¡ˆÿÿ%`•@*ˆÿÿœgDf˜@*ˆÿÿ%`•hA*ˆÿÿ gDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ¤gDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ¨gDf˜8D*ˆÿÿ%`• E*ˆÿÿ¬gDf˜ E*ˆÿÿ%`•G*ˆÿÿ°gDf˜G*ˆÿÿ%`•pH*ˆÿÿ´gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ¸gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ¼gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿÀgDf˜¨L*ˆÿÿ%`•N*ˆÿÿÄgDf˜N*ˆÿÿ%`•ΧˆÿÿÈgDf˜Χˆÿÿ%`•¨Ì§ˆÿÿÌgDf˜¨Ì§ˆÿÿ%`•@˧ˆÿÿÐgDf˜@˧ˆÿÿ%`•ØÉ§ˆÿÿÔgDf˜ØÉ§ˆÿÿ%`•pȧˆÿÿØgDf˜pȧˆÿÿ%`•ǧˆÿÿÜgDf˜ǧˆÿÿ%`•8¤þ ˆÿÿàgDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿägDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿègDf˜h¡þ ˆÿÿ%`• þ ˆÿÿìgDf˜ þ ˆÿÿ%`•à’ ˆÿÿðgDf˜à’ ˆÿÿ%`•há’ ˆÿÿôgDf˜há’ ˆÿÿ%`•Ðâ’ ˆÿÿøgDf˜Ðâ’ ˆÿÿ%`•8ä’ ˆÿÿügDf˜8ä’ ˆÿÿ%`• å’ ˆÿÿgDf˜ å’ ˆÿÿ%`•ç’ ˆÿÿgDf˜ç’ ˆÿÿ%`•pè’ ˆÿÿgDf˜pè’ ˆÿÿ%`•Øé’ ˆÿÿ gDf˜Øé’ ˆÿÿ%`•@ë’ ˆÿÿgDf˜@ë’ ˆÿÿ%`•¨ì’ ˆÿÿgDf˜¨ì’ ˆÿÿ%`•î’ ˆÿÿgDf˜î’ ˆÿÿ%`•Àù ˆÿÿgDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ gDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ$gDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ(gDf˜8Äù ˆÿÿ%`• Åù ˆÿÿ,gDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ0gDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ4gDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ8gDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ<gDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿ@gDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿDgDf˜Îù ˆÿÿ%`•®þ ˆÿÿHgDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿLgDf˜¨¬þ ˆÿÿ%`•@«þ ˆÿÿPgDf˜@«þ ˆÿÿ%`•Ø©þ ˆÿÿTgDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿXgDf˜p¨þ ˆÿÿ%`•§þ ˆÿÿ\gDf˜§þ ˆÿÿ%`• ¥þ ˆÿÿ`gDf˜ ¥þ ˆÿÿ%`•>™ˆÿÿdgDf˜>™ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•ð ˆÿÿlgDf˜ð ˆÿÿ%`•hñ ˆÿÿpgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿtgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿxgDf˜8ô ˆÿÿ%`• õ ˆÿÿ|gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ€gDf˜÷ ˆÿÿ%`•pø ˆÿÿ„gDf˜pø ˆÿÿ%`•Øù ˆÿÿˆgDf˜Øù ˆÿÿ%`•8•ˆÿÿŒgDf˜8•ˆÿÿ%`•ЕˆÿÿgDf˜Ð•ˆÿÿ%`•h•ˆÿÿ”gDf˜h•ˆÿÿ%`••ˆÿÿ˜gDf˜•ˆÿÿ%`•P9 ˆÿÿœgDf˜P9 ˆÿÿ%`•hQ9 ˆÿÿ gDf˜hQ9 ˆÿÿ%`•ÐR9 ˆÿÿ¤gDf˜ÐR9 ˆÿÿ%`•8T9 ˆÿÿ¨gDf˜8T9 ˆÿÿ%`• U9 ˆÿÿ¬gDf˜ U9 ˆÿÿ%`•W9 ˆÿÿ°gDf˜W9 ˆÿÿ%`•pX9 ˆÿÿ´gDf˜pX9 ˆÿÿ%`•ØY9 ˆÿÿ¸gDf˜ØY9 ˆÿÿ%`•@[9 ˆÿÿ¼gDf˜@[9 ˆÿÿ%`•¨\9 ˆÿÿÀgDf˜¨\9 ˆÿÿ%`•^9 ˆÿÿÄgDf˜^9 ˆÿÿ%`••ˆÿÿÈgDf˜•ˆÿÿ%`•¨•ˆÿÿÌgDf˜¨•ˆÿÿ%`•@•ˆÿÿÐgDf˜@•ˆÿÿ%`•Ø•ˆÿÿÔgDf˜Ø•ˆÿÿ%`•p•ˆÿÿØgDf˜p•ˆÿÿ%`••ˆÿÿÜgDf˜•ˆÿÿ%`• •ˆÿÿàgDf˜ •ˆÿÿ%`•@û ˆÿÿägDf˜@û ˆÿÿ%`•¨ü ˆÿÿègDf˜¨ü ˆÿÿ%`•þ ˆÿÿìgDf˜þ ˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`•h‘ ˆÿÿôgDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿøgDf˜Ð’ ˆÿÿ%`•8” ˆÿÿügDf˜8” ˆÿÿ%`• • ˆÿÿgDf˜ • ˆÿÿ%`•— ˆÿÿgDf˜— ˆÿÿ%`•p˜ ˆÿÿgDf˜p˜ ˆÿÿ%`•8Ä%ˆÿÿ gDf˜8Ä%ˆÿÿ%`•ÐÂ%ˆÿÿgDf˜ÐÂ%ˆÿÿ%`•hÁ%ˆÿÿgDf˜hÁ%ˆÿÿ%`•À%ˆÿÿgDf˜À%ˆÿÿ%`•QˆÿÿgDf˜Qˆÿÿ%`•h‘Qˆÿÿ gDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ$gDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ(gDf˜8”Qˆÿÿ%`• •Qˆÿÿ,gDf˜ •Qˆÿÿ%`•—Qˆÿÿ0gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ4gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ8gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ<gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ@gDf˜¨œQˆÿÿ%`•žQˆÿÿDgDf˜žQˆÿÿ%`•Î%ˆÿÿHgDf˜Î%ˆÿÿ%`•¨Ì%ˆÿÿLgDf˜¨Ì%ˆÿÿ%`•@Ë%ˆÿÿPgDf˜@Ë%ˆÿÿ%`•ØÉ%ˆÿÿTgDf˜ØÉ%ˆÿÿ%`•pÈ%ˆÿÿXgDf˜pÈ%ˆÿÿ%`•Ç%ˆÿÿ\gDf˜Ç%ˆÿÿ%`• Å%ˆÿÿ`gDf˜ Å%ˆÿÿ%`•Ø™ ˆÿÿdgDf˜Ø™ ˆÿÿ%`•@› ˆÿÿhgDf˜@› ˆÿÿ%`•¨œ ˆÿÿlgDf˜¨œ ˆÿÿ%`•ž ˆÿÿpgDf˜ž ˆÿÿ%`• ïˆÿÿtgDf˜ ïˆÿÿ%`•h¡ïˆÿÿxgDf˜h¡ïˆÿÿ%`•Тïˆÿÿ|gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ€gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ„gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿˆgDf˜§ïˆÿÿ%`•8ôž ˆÿÿŒgDf˜8ôž ˆÿÿ%`•Ðòž ˆÿÿgDf˜Ðòž ˆÿÿ%`•hñž ˆÿÿ”gDf˜hñž ˆÿÿ%`•ðž ˆÿÿ˜gDf˜ðž ˆÿÿ%`•ˆÿÿœgDf˜ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ¤gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ¨gDf˜8”ˆÿÿ%`• •ˆÿÿ¬gDf˜ •ˆÿÿ%`•—ˆÿÿ°gDf˜—ˆÿÿ%`•p˜ˆÿÿ´gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ¸gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ¼gDf˜@›ˆÿÿ%`•¨œˆÿÿÀgDf˜¨œˆÿÿ%`•žˆÿÿÄgDf˜žˆÿÿ%`•þž ˆÿÿÈgDf˜þž ˆÿÿ%`•¨üž ˆÿÿÌgDf˜¨üž ˆÿÿ%`•@ûž ˆÿÿÐgDf˜@ûž ˆÿÿ%`•Øùž ˆÿÿÜgDf˜Øùž ˆÿÿ%`•pøž ˆÿÿàgDf˜pøž ˆÿÿ%`•÷ž ˆÿÿägDf˜÷ž ˆÿÿ%`• õž ˆÿÿègDf˜ õž ˆÿÿ%`•p¨ïˆÿÿìgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿðgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿôgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿøgDf˜¨¬ïˆÿÿ%`•®ïˆÿÿügDf˜®ïˆÿÿ%`•À§ˆÿÿgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿgDf˜hÁ§ˆÿÿ%`•ЧˆÿÿgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ gDf˜8ħˆÿÿ%`• Å§ˆÿÿgDf˜ Å§ˆÿÿ%`•8D*ˆÿÿgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿgDf˜hA*ˆÿÿ%`•@*ˆÿÿ gDf˜@*ˆÿÿ%`•PKˆÿÿ$gDf˜PKˆÿÿ%`•hQKˆÿÿ(gDf˜hQKˆÿÿ%`•ÐRKˆÿÿ,gDf˜ÐRKˆÿÿ%`•8TKˆÿÿ0gDf˜8TKˆÿÿ%`• UKˆÿÿ4gDf˜ UKˆÿÿ%`•WKˆÿÿ8gDf˜WKˆÿÿ%`•pXKˆÿÿ<gDf˜pXKˆÿÿ%`•ØYKˆÿÿ@gDf˜ØYKˆÿÿ%`•@[KˆÿÿDgDf˜@[Kˆÿÿ%`•¨\KˆÿÿHgDf˜¨\Kˆÿÿ%`•^KˆÿÿLgDf˜^Kˆÿÿ%`•N*ˆÿÿPgDf˜N*ˆÿÿ%`•¨L*ˆÿÿTgDf˜¨L*ˆÿÿ%`•@K*ˆÿÿXgDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ\gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ`gDf˜pH*ˆÿÿ%`•G*ˆÿÿdgDf˜G*ˆÿÿ%`• E*ˆÿÿhgDf˜ E*ˆÿÿ%`•ǧˆÿÿlgDf˜ǧˆÿÿ%`•pȧˆÿÿpgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿtgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿxgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ|gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ€gDf˜Χˆÿÿ%`• þ ˆÿÿ„gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿˆgDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿŒgDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿgDf˜8¤þ ˆÿÿ%`•8Äù ˆÿÿ”gDf˜8Äù ˆÿÿ%`•ÐÂù ˆÿÿ˜gDf˜ÐÂù ˆÿÿ%`•hÁù ˆÿÿœgDf˜hÁù ˆÿÿ%`•Àù ˆÿÿ gDf˜Àù ˆÿÿ%`•ðŠˆÿÿ¤gDf˜ðŠˆÿÿ%`•hñŠˆÿÿ¨gDf˜hñŠˆÿÿ%`•ÐòŠˆÿÿ¬gDf˜ÐòŠˆÿÿ%`•8ôŠˆÿÿ°gDf˜8ôŠˆÿÿ%`• õŠˆÿÿ´gDf˜ õŠˆÿÿ%`•÷Šˆÿÿ¸gDf˜÷Šˆÿÿ%`•pøŠˆÿÿ¼gDf˜pøŠˆÿÿ%`•ØùŠˆÿÿÀgDf˜ØùŠˆÿÿ%`•@ûŠˆÿÿÄgDf˜@ûŠˆÿÿ%`•¨üŠˆÿÿÈgDf˜¨üŠˆÿÿ%`•þŠˆÿÿÌgDf˜þŠˆÿÿ%`•Îù ˆÿÿÐgDf˜Îù ˆÿÿ%`•¨Ìù ˆÿÿÔgDf˜¨Ìù ˆÿÿ%`•@Ëù ˆÿÿØgDf˜@Ëù ˆÿÿ%`•ØÉù ˆÿÿÜgDf˜ØÉù ˆÿÿ%`•pÈù ˆÿÿàgDf˜pÈù ˆÿÿ%`•Çù ˆÿÿägDf˜Çù ˆÿÿ%`• Åù ˆÿÿègDf˜ Åù ˆÿÿ%`• ¥þ ˆÿÿìgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿðgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿôgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿøgDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿügDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ gDf˜®þ ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•Øù ˆÿÿ gDf˜Øù ˆÿÿ%`•pø ˆÿÿ gDf˜pø ˆÿÿ%`•÷ ˆÿÿ gDf˜÷ ˆÿÿ%`• õ ˆÿÿ gDf˜ õ ˆÿÿ%`•8ô ˆÿÿ gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ $gDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ (gDf˜hñ ˆÿÿ%`•ð ˆÿÿ ,gDf˜ð ˆÿÿ%`•þ ˆÿÿ 0gDf˜þ ˆÿÿ%`•¨ü ˆÿÿ 4gDf˜¨ü ˆÿÿ%`•@û ˆÿÿ 8gDf˜@û ˆÿÿ%`•p˜ ˆÿÿ <gDf˜p˜ ˆÿÿ%`•— ˆÿÿ @gDf˜— ˆÿÿ%`• • ˆÿÿ DgDf˜ • ˆÿÿ%`•8” ˆÿÿ HgDf˜8” ˆÿÿ%`•Ð’ ˆÿÿ LgDf˜Ð’ ˆÿÿ%`•h‘ ˆÿÿ PgDf˜h‘ ˆÿÿ%`• ˆÿÿ TgDf˜ ˆÿÿ%`•À%ˆÿÿ XgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ \gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ `gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ dgDf˜8Ä%ˆÿÿ%`•8”Qˆÿÿ hgDf˜8”Qˆÿÿ%`•Ð’Qˆÿÿ lgDf˜Ð’Qˆÿÿ%`•h‘Qˆÿÿ pgDf˜h‘Qˆÿÿ%`•Qˆÿÿ tgDf˜Qˆÿÿ%`•ˆÿÿ xgDf˜ˆÿÿ%`•h‘ˆÿÿ |gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ €gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ „gDf˜8”ˆÿÿ%`• •ˆÿÿ ˆgDf˜ •ˆÿÿ%`•—ˆÿÿ ŒgDf˜—ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ ”gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ ˜gDf˜@›ˆÿÿ%`•¨œˆÿÿ œgDf˜¨œˆÿÿ%`•žˆÿÿ  gDf˜žˆÿÿ%`•Ð@ ˆÿÿ ¤gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ ¨gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ ¬gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ °gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ ´gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ ¸gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ ¼gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ ÀgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ ÄgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ ÈgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ ÌgDf˜Þ@ ˆÿÿ%`•žQˆÿÿ ÐgDf˜žQˆÿÿ%`•¨œQˆÿÿ ÔgDf˜¨œQˆÿÿ%`•@›Qˆÿÿ ØgDf˜@›Qˆÿÿ%`•Ø™Qˆÿÿ ÜgDf˜Ø™Qˆÿÿ%`•p˜Qˆÿÿ àgDf˜p˜Qˆÿÿ%`•—Qˆÿÿ ägDf˜—Qˆÿÿ%`• •Qˆÿÿ ègDf˜ •Qˆÿÿ%`• Å%ˆÿÿ ìgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ ðgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ ôgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ øgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ ügDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ gDf˜Î%ˆÿÿ%`•ž ˆÿÿ gDf˜ž ˆÿÿ%`•¨œ ˆÿÿ gDf˜¨œ ˆÿÿ%`•@› ˆÿÿ gDf˜@› ˆÿÿ%`•Ø™ ˆÿÿ gDf˜Ø™ ˆÿÿ%`•§ïˆÿÿ gDf˜§ïˆÿÿ%`• ¥ïˆÿÿ gDf˜ ¥ïˆÿÿ%`•8¤ïˆÿÿ gDf˜8¤ïˆÿÿ%`•Тïˆÿÿ $gDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ (gDf˜h¡ïˆÿÿ%`• ïˆÿÿ ,gDf˜ ïˆÿÿ%`•®ïˆÿÿ 0gDf˜®ïˆÿÿ%`•¨¬ïˆÿÿ 4gDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿ 8gDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿ <gDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿ @gDf˜p¨ïˆÿÿ%`• Å§ˆÿÿ DgDf˜ Å§ˆÿÿ%`•8ħˆÿÿ HgDf˜8ħˆÿÿ%`•Чˆÿÿ LgDf˜Ð§ˆÿÿ%`•hÁ§ˆÿÿ PgDf˜hÁ§ˆÿÿ%`•À§ˆÿÿ TgDf˜À§ˆÿÿ%`•@*ˆÿÿ XgDf˜@*ˆÿÿ%`•hA*ˆÿÿ \gDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ `gDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ dgDf˜8D*ˆÿÿ%`•8TKˆÿÿ hgDf˜8TKˆÿÿ%`•ÐRKˆÿÿ lgDf˜ÐRKˆÿÿ%`•hQKˆÿÿ pgDf˜hQKˆÿÿ%`•PKˆÿÿ tgDf˜PKˆÿÿ%`•Ð1ˆÿÿ xgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ |gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ €gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ „gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ ˆgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ ŒgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ ”gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ ˜gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ œgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ  gDf˜Þ1ˆÿÿ%`•àˆÿÿ ¤gDf˜àˆÿÿ%`•háˆÿÿ ¨gDf˜háˆÿÿ%`•Ðâˆÿÿ ¬gDf˜Ðâˆÿÿ%`•8äˆÿÿ °gDf˜8äˆÿÿ%`• åˆÿÿ ´gDf˜ åˆÿÿ%`•çˆÿÿ ¸gDf˜çˆÿÿ%`•pèˆÿÿ ¼gDf˜pèˆÿÿ%`•Øéˆÿÿ ÀgDf˜Øéˆÿÿ%`•@ëˆÿÿ ÄgDf˜@ëˆÿÿ%`•¨ìˆÿÿ ÈgDf˜¨ìˆÿÿ%`•îˆÿÿ ÌgDf˜îˆÿÿ%`•^Kˆÿÿ ÐgDf˜^Kˆÿÿ%`•¨\Kˆÿÿ ÔgDf˜¨\Kˆÿÿ%`•@[Kˆÿÿ ØgDf˜@[Kˆÿÿ%`•ØYKˆÿÿ ÜgDf˜ØYKˆÿÿ%`•pXKˆÿÿ àgDf˜pXKˆÿÿ%`•WKˆÿÿ ägDf˜WKˆÿÿ%`• UKˆÿÿ ègDf˜ UKˆÿÿ%`• E*ˆÿÿ ìgDf˜ E*ˆÿÿ%`•G*ˆÿÿ ðgDf˜G*ˆÿÿ%`•pH*ˆÿÿ ôgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ øgDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ ügDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ gDf˜N*ˆÿÿ%`•Χˆÿÿ gDf˜Χˆÿÿ%`•¨Ì§ˆÿÿ gDf˜¨Ì§ˆÿÿ%`•@˧ˆÿÿ gDf˜@˧ˆÿÿ%`•ØÉ§ˆÿÿ gDf˜ØÉ§ˆÿÿ%`•pȧˆÿÿ gDf˜pȧˆÿÿ%`•ǧˆÿÿ gDf˜ǧˆÿÿ%`•8¤þ ˆÿÿ gDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿ $gDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿ (gDf˜h¡þ ˆÿÿ%`• þ ˆÿÿ ,gDf˜ þ ˆÿÿ%`•®þ ˆÿÿ 0gDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿ 4gDf˜¨¬þ ˆÿÿ%`•@«þ ˆÿÿ 8gDf˜@«þ ˆÿÿ%`•Ø©þ ˆÿÿ <gDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿ @gDf˜p¨þ ˆÿÿ%`•§þ ˆÿÿ DgDf˜§þ ˆÿÿ%`• ¥þ ˆÿÿ HgDf˜ ¥þ ˆÿÿ%`•>™ˆÿÿ LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ PgDf˜¨<™ˆÿÿ%`•þ ˆÿÿ TgDf˜þ ˆÿÿ%`•ð ˆÿÿ XgDf˜ð ˆÿÿ%`•hñ ˆÿÿ \gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ `gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ dgDf˜8ô ˆÿÿ%`• õ ˆÿÿ hgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ lgDf˜÷ ˆÿÿ%`•pø ˆÿÿ pgDf˜pø ˆÿÿ%`•Øù ˆÿÿ tgDf˜Øù ˆÿÿ%`•€6ˆÿÿ xgDf˜€6ˆÿÿ%`•h6ˆÿÿ |gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ €gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ „gDf˜8„6ˆÿÿ%`• …6ˆÿÿ ˆgDf˜ …6ˆÿÿ%`•‡6ˆÿÿ ŒgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ ”gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ ˜gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ œgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ  gDf˜Ž6ˆÿÿ%`•0¬ˆÿÿ ¤gDf˜0¬ˆÿÿ%`•h1¬ˆÿÿ ¨gDf˜h1¬ˆÿÿ%`•Ð2¬ˆÿÿ ¬gDf˜Ð2¬ˆÿÿ%`•84¬ˆÿÿ °gDf˜84¬ˆÿÿ%`• 5¬ˆÿÿ ´gDf˜ 5¬ˆÿÿ%`•7¬ˆÿÿ ¸gDf˜7¬ˆÿÿ%`•p8¬ˆÿÿ ¼gDf˜p8¬ˆÿÿ%`•Ø9¬ˆÿÿ ÀgDf˜Ø9¬ˆÿÿ%`•@;¬ˆÿÿ ÄgDf˜@;¬ˆÿÿ%`•¨<¬ˆÿÿ ÈgDf˜¨<¬ˆÿÿ%`•>¬ˆÿÿ ÌgDf˜>¬ˆÿÿ%`•@û ˆÿÿ ÐgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ ÔgDf˜¨ü ˆÿÿ%`• ˆÿÿ ØgDf˜ ˆÿÿ%`•h‘ ˆÿÿ àgDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿ ägDf˜Ð’ ˆÿÿ%`•8” ˆÿÿ ègDf˜8” ˆÿÿ%`• • ˆÿÿ ìgDf˜ • ˆÿÿ%`•— ˆÿÿ ðgDf˜— ˆÿÿ%`•p˜ ˆÿÿ ôgDf˜p˜ ˆÿÿ%`•8Ä%ˆÿÿ øgDf˜8Ä%ˆÿÿ%`•ÐÂ%ˆÿÿ ügDf˜ÐÂ%ˆÿÿ%`•hÁ%ˆÿÿ gDf˜hÁ%ˆÿÿ%`•À%ˆÿÿ gDf˜À%ˆÿÿ%`•Qˆÿÿ gDf˜Qˆÿÿ%`•h‘Qˆÿÿ gDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ gDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ gDf˜8”Qˆÿÿ%`•8Ô@ ˆÿÿ gDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ $gDf˜Ð@ ˆÿÿ%`•P9 ˆÿÿ (gDf˜P9 ˆÿÿ%`•hQ9 ˆÿÿ ,gDf˜hQ9 ˆÿÿ%`•ÐR9 ˆÿÿ 0gDf˜ÐR9 ˆÿÿ%`•8T9 ˆÿÿ 4gDf˜8T9 ˆÿÿ%`• U9 ˆÿÿ 8gDf˜ U9 ˆÿÿ%`•W9 ˆÿÿ <gDf˜W9 ˆÿÿ%`•pX9 ˆÿÿ @gDf˜pX9 ˆÿÿ%`•ØY9 ˆÿÿ DgDf˜ØY9 ˆÿÿ%`•@[9 ˆÿÿ HgDf˜@[9 ˆÿÿ%`•¨\9 ˆÿÿ LgDf˜¨\9 ˆÿÿ%`•^9 ˆÿÿ PgDf˜^9 ˆÿÿ%`•Þ@ ˆÿÿ TgDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ XgDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ \gDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ `gDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ dgDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ hgDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ lgDf˜ Õ@ ˆÿÿ%`• •Qˆÿÿ pgDf˜ •Qˆÿÿ%`•—Qˆÿÿ tgDf˜—Qˆÿÿ%`•p˜Qˆÿÿ xgDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ |gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ €gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ „gDf˜¨œQˆÿÿ%`•žQˆÿÿ ˆgDf˜žQˆÿÿ%`•Î%ˆÿÿ ŒgDf˜Î%ˆÿÿ%`•¨Ì%ˆÿÿ gDf˜¨Ì%ˆÿÿ%`•@Ë%ˆÿÿ ”gDf˜@Ë%ˆÿÿ%`•ØÉ%ˆÿÿ ˜gDf˜ØÉ%ˆÿÿ%`•pÈ%ˆÿÿ œgDf˜pÈ%ˆÿÿ%`•Ç%ˆÿÿ  gDf˜Ç%ˆÿÿ%`• Å%ˆÿÿ ¤gDf˜ Å%ˆÿÿ%`•Ø™ ˆÿÿ ¨gDf˜Ø™ ˆÿÿ%`•@› ˆÿÿ ¬gDf˜@› ˆÿÿ%`•¨œ ˆÿÿ °gDf˜¨œ ˆÿÿ%`•ž ˆÿÿ ´gDf˜ž ˆÿÿ%`•À§ˆÿÿ ¸gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ ¼gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ ÀgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ ÄgDf˜8ħˆÿÿ%`• Å§ˆÿÿ ÈgDf˜ Å§ˆÿÿ%`•8D*ˆÿÿ ÌgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿ ÐgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿ ÔgDf˜hA*ˆÿÿ%`•@*ˆÿÿ ØgDf˜@*ˆÿÿ%`•PKˆÿÿ ÜgDf˜PKˆÿÿ%`•hQKˆÿÿ àgDf˜hQKˆÿÿ%`•ÐRKˆÿÿ ägDf˜ÐRKˆÿÿ%`•8TKˆÿÿ ègDf˜8TKˆÿÿ%`•8äˆÿÿ ìgDf˜8äˆÿÿ%`•Ðâˆÿÿ ðgDf˜Ðâˆÿÿ%`•háˆÿÿ ôgDf˜háˆÿÿ%`•àˆÿÿ øgDf˜àˆÿÿ%`•ˆÿÿ ügDf˜ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ gDf˜8”ˆÿÿ%`• •ˆÿÿ gDf˜ •ˆÿÿ%`•—ˆÿÿ gDf˜—ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿ $gDf˜žˆÿÿ%`•Pˆÿÿ (gDf˜Pˆÿÿ%`•hQˆÿÿ ,gDf˜hQˆÿÿ%`•ÐRˆÿÿ 0gDf˜ÐRˆÿÿ%`•8Tˆÿÿ 4gDf˜8Tˆÿÿ%`• Uˆÿÿ 8gDf˜ Uˆÿÿ%`•Wˆÿÿ <gDf˜Wˆÿÿ%`•pXˆÿÿ @gDf˜pXˆÿÿ%`•ØYˆÿÿ DgDf˜ØYˆÿÿ%`•@[ˆÿÿ HgDf˜@[ˆÿÿ%`•¨\ˆÿÿ LgDf˜¨\ˆÿÿ%`•^ˆÿÿ PgDf˜^ˆÿÿ%`•îˆÿÿ TgDf˜îˆÿÿ%`•¨ìˆÿÿ XgDf˜¨ìˆÿÿ%`•@ëˆÿÿ \gDf˜@ëˆÿÿ%`•Øéˆÿÿ `gDf˜Øéˆÿÿ%`•pèˆÿÿ dgDf˜pèˆÿÿ%`•çˆÿÿ hgDf˜çˆÿÿ%`• åˆÿÿ lgDf˜ åˆÿÿ%`• UKˆÿÿ pgDf˜ UKˆÿÿ%`•WKˆÿÿ tgDf˜WKˆÿÿ%`•pXKˆÿÿ xgDf˜pXKˆÿÿ%`•ØYKˆÿÿ |gDf˜ØYKˆÿÿ%`•@[Kˆÿÿ €gDf˜@[Kˆÿÿ%`•¨\Kˆÿÿ „gDf˜¨\Kˆÿÿ%`•^Kˆÿÿ ˆgDf˜^Kˆÿÿ%`•N*ˆÿÿ ŒgDf˜N*ˆÿÿ%`•¨L*ˆÿÿ gDf˜¨L*ˆÿÿ%`•@K*ˆÿÿ ”gDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ ˜gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ œgDf˜pH*ˆÿÿ%`•G*ˆÿÿ  gDf˜G*ˆÿÿ%`• E*ˆÿÿ ¤gDf˜ E*ˆÿÿ%`•ǧˆÿÿ ¨gDf˜ǧˆÿÿ%`•pȧˆÿÿ ¬gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ °gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ ´gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ ¸gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ ¼gDf˜Χˆÿÿ%`•¨<™ˆÿÿ ÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ÄgDf˜>™ˆÿÿ%`•Øù ˆÿÿ ÈgDf˜Øù ˆÿÿ%`•pø ˆÿÿ ÌgDf˜pø ˆÿÿ%`•÷ ˆÿÿ ÐgDf˜÷ ˆÿÿ%`• õ ˆÿÿ ÔgDf˜ õ ˆÿÿ%`•8ô ˆÿÿ ØgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ ÜgDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ àgDf˜hñ ˆÿÿ%`•ð ˆÿÿ ägDf˜ð ˆÿÿ%`•þ ˆÿÿ ègDf˜þ ˆÿÿ%`•84¬ˆÿÿ ìgDf˜84¬ˆÿÿ%`•Ð2¬ˆÿÿ ðgDf˜Ð2¬ˆÿÿ%`•h1¬ˆÿÿ ôgDf˜h1¬ˆÿÿ%`•0¬ˆÿÿ øgDf˜0¬ˆÿÿ%`•°ˆÿÿ ügDf˜°ˆÿÿ%`•h±ˆÿÿgDf˜h±ˆÿÿ%`•вˆÿÿgDf˜Ð²ˆÿÿ%`•8´ˆÿÿgDf˜8´ˆÿÿ%`• µˆÿÿ gDf˜ µˆÿÿ%`•·ˆÿÿgDf˜·ˆÿÿ%`•p¸ˆÿÿgDf˜p¸ˆÿÿ%`•عˆÿÿgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ$gDf˜¾ˆÿÿ%`•ˆÿÿ(gDf˜ˆÿÿ%`•hˆÿÿ,gDf˜hˆÿÿ%`•Јÿÿ0gDf˜Ðˆÿÿ%`•8ˆÿÿ4gDf˜8ˆÿÿ%`• ˆÿÿ8gDf˜ ˆÿÿ%`•ˆÿÿ<gDf˜ˆÿÿ%`•pˆÿÿ@gDf˜pˆÿÿ%`•؈ÿÿDgDf˜Øˆÿÿ%`•@ˆÿÿHgDf˜@ˆÿÿ%`•¨ˆÿÿLgDf˜¨ˆÿÿ%`•ˆÿÿPgDf˜ˆÿÿ%`•>¬ˆÿÿTgDf˜>¬ˆÿÿ%`•¨<¬ˆÿÿXgDf˜¨<¬ˆÿÿ%`•@;¬ˆÿÿ\gDf˜@;¬ˆÿÿ%`•Ø9¬ˆÿÿ`gDf˜Ø9¬ˆÿÿ%`•p8¬ˆÿÿdgDf˜p8¬ˆÿÿ%`•7¬ˆÿÿhgDf˜7¬ˆÿÿ%`• 5¬ˆÿÿlgDf˜ 5¬ˆÿÿ%`•¨ü ˆÿÿpgDf˜¨ü ˆÿÿ%`•@û ˆÿÿtgDf˜@û ˆÿÿ%`•p˜ ˆÿÿxgDf˜p˜ ˆÿÿ%`•— ˆÿÿ|gDf˜— ˆÿÿ%`• • ˆÿÿ€gDf˜ • ˆÿÿ%`•8” ˆÿÿ„gDf˜8” ˆÿÿ%`•Ð’ ˆÿÿˆgDf˜Ð’ ˆÿÿ%`•h‘ ˆÿÿŒgDf˜h‘ ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•À%ˆÿÿ”gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ˜gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿœgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ gDf˜8Ä%ˆÿÿ%`•8”Qˆÿÿ¤gDf˜8”Qˆÿÿ%`•Ð’Qˆÿÿ¨gDf˜Ð’Qˆÿÿ%`•h‘Qˆÿÿ¬gDf˜h‘Qˆÿÿ%`•Qˆÿÿ°gDf˜Qˆÿÿ%`•žQˆÿÿ´gDf˜žQˆÿÿ%`•¨œQˆÿÿ¸gDf˜¨œQˆÿÿ%`•@›Qˆÿÿ¼gDf˜@›Qˆÿÿ%`•Ø™QˆÿÿÀgDf˜Ø™Qˆÿÿ%`•p˜QˆÿÿÄgDf˜p˜Qˆÿÿ%`•—QˆÿÿÈgDf˜—Qˆÿÿ%`• •QˆÿÿÌgDf˜ •Qˆÿÿ%`• Å%ˆÿÿÐgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿÔgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿØgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿÜgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿàgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿägDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿègDf˜Î%ˆÿÿ%`•ž ˆÿÿìgDf˜ž ˆÿÿ%`•¨œ ˆÿÿðgDf˜¨œ ˆÿÿ%`•@› ˆÿÿôgDf˜@› ˆÿÿ%`•Ø™ ˆÿÿøgDf˜Ø™ ˆÿÿ%`•ÀˆÿÿügDf˜Àˆÿÿ%`•hÁˆÿÿgDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•LjÿÿgDf˜Çˆÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨Ìˆÿÿ gDf˜¨Ìˆÿÿ%`•Έÿÿ$gDf˜Îˆÿÿ%`•€ˆÿÿ(gDf˜€ˆÿÿ%`•hˆÿÿ,gDf˜hˆÿÿ%`•Ђˆÿÿ0gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ4gDf˜8„ˆÿÿ%`• …ˆÿÿ8gDf˜ …ˆÿÿ%`•‡ˆÿÿ<gDf˜‡ˆÿÿ%`•pˆˆÿÿ@gDf˜pˆˆÿÿ%`•؉ˆÿÿDgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿHgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿLgDf˜¨Œˆÿÿ%`•ŽˆÿÿPgDf˜Žˆÿÿ%`• Å§ˆÿÿTgDf˜ Å§ˆÿÿ%`•8ħˆÿÿXgDf˜8ħˆÿÿ%`•Чˆÿÿ\gDf˜Ð§ˆÿÿ%`•hÁ§ˆÿÿ`gDf˜hÁ§ˆÿÿ%`•À§ˆÿÿdgDf˜À§ˆÿÿ%`•@*ˆÿÿhgDf˜@*ˆÿÿ%`•hA*ˆÿÿlgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿpgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿtgDf˜8D*ˆÿÿ%`•8TKˆÿÿxgDf˜8TKˆÿÿ%`•ÐRKˆÿÿ|gDf˜ÐRKˆÿÿ%`•hQKˆÿÿ€gDf˜hQKˆÿÿ%`•PKˆÿÿ„gDf˜PKˆÿÿ%`•àˆÿÿˆgDf˜àˆÿÿ%`•háˆÿÿŒgDf˜háˆÿÿ%`•ÐâˆÿÿgDf˜Ðâˆÿÿ%`•8äˆÿÿ”gDf˜8äˆÿÿ%`•8Tˆÿÿ˜gDf˜8Tˆÿÿ%`•ÐRˆÿÿœgDf˜ÐRˆÿÿ%`•hQˆÿÿ gDf˜hQˆÿÿ%`•Pˆÿÿ¤gDf˜Pˆÿÿ%`•Јÿÿ¨gDf˜Ðˆÿÿ%`•hшÿÿ¬gDf˜hшÿÿ%`•ÐÒˆÿÿ°gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ´gDf˜8Ôˆÿÿ%`• Õˆÿÿ¸gDf˜ Õˆÿÿ%`•׈ÿÿ¼gDf˜×ˆÿÿ%`•p؈ÿÿÀgDf˜p؈ÿÿ%`•ØÙˆÿÿÄgDf˜ØÙˆÿÿ%`•@ÛˆÿÿÈgDf˜@Ûˆÿÿ%`•¨ÜˆÿÿÌgDf˜¨Üˆÿÿ%`•ÞˆÿÿÐgDf˜Þˆÿÿ%`•^ˆÿÿÔgDf˜^ˆÿÿ%`•¨\ˆÿÿØgDf˜¨\ˆÿÿ%`•@[ˆÿÿÜgDf˜@[ˆÿÿ%`•ØYˆÿÿägDf˜ØYˆÿÿ%`•pXˆÿÿègDf˜pXˆÿÿ%`•WˆÿÿìgDf˜Wˆÿÿ%`• UˆÿÿðgDf˜ Uˆÿÿ%`• åˆÿÿôgDf˜ åˆÿÿ%`•çˆÿÿøgDf˜çˆÿÿ%`•pèˆÿÿügDf˜pèˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•@ëˆÿÿgDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`•^KˆÿÿgDf˜^Kˆÿÿ%`•¨\KˆÿÿgDf˜¨\Kˆÿÿ%`•@[KˆÿÿgDf˜@[Kˆÿÿ%`•ØYKˆÿÿgDf˜ØYKˆÿÿ%`•pXKˆÿÿ gDf˜pXKˆÿÿ%`•WKˆÿÿ$gDf˜WKˆÿÿ%`• UKˆÿÿ(gDf˜ UKˆÿÿ%`• E*ˆÿÿ,gDf˜ E*ˆÿÿ%`•G*ˆÿÿ0gDf˜G*ˆÿÿ%`•pH*ˆÿÿ4gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ8gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ<gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ@gDf˜¨L*ˆÿÿ%`•N*ˆÿÿDgDf˜N*ˆÿÿ%`•ΧˆÿÿHgDf˜Χˆÿÿ%`•¨Ì§ˆÿÿLgDf˜¨Ì§ˆÿÿ%`•@˧ˆÿÿPgDf˜@˧ˆÿÿ%`•ØÉ§ˆÿÿTgDf˜ØÉ§ˆÿÿ%`•pȧˆÿÿXgDf˜pȧˆÿÿ%`•ǧˆÿÿ\gDf˜ǧˆÿÿ%`•>™ˆÿÿ`gDf˜>™ˆÿÿ%`•¨<™ˆÿÿdgDf˜¨<™ˆÿÿ%`•þ ˆÿÿhgDf˜þ ˆÿÿ%`•ð ˆÿÿlgDf˜ð ˆÿÿ%`•hñ ˆÿÿpgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿtgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿxgDf˜8ô ˆÿÿ%`• õ ˆÿÿ|gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ€gDf˜÷ ˆÿÿ%`•pø ˆÿÿ„gDf˜pø ˆÿÿ%`•Øù ˆÿÿˆgDf˜Øù ˆÿÿ%`•0¬ˆÿÿŒgDf˜0¬ˆÿÿ%`•h1¬ˆÿÿgDf˜h1¬ˆÿÿ%`•Ð2¬ˆÿÿ”gDf˜Ð2¬ˆÿÿ%`•84¬ˆÿÿ˜gDf˜84¬ˆÿÿ%`•8ˆÿÿœgDf˜8ˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•hˆÿÿ¤gDf˜hˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•Pˆÿÿ¬gDf˜Pˆÿÿ%`•hQˆÿÿ°gDf˜hQˆÿÿ%`•ÐRˆÿÿ´gDf˜ÐRˆÿÿ%`•8Tˆÿÿ¸gDf˜8Tˆÿÿ%`• Uˆÿÿ¼gDf˜ Uˆÿÿ%`•WˆÿÿÀgDf˜Wˆÿÿ%`•pXˆÿÿÄgDf˜pXˆÿÿ%`•ØYˆÿÿÈgDf˜ØYˆÿÿ%`•@[ˆÿÿÌgDf˜@[ˆÿÿ%`•¨\ˆÿÿÐgDf˜¨\ˆÿÿ%`•^ˆÿÿÔgDf˜^ˆÿÿ%`•ˆÿÿØgDf˜ˆÿÿ%`•¨ˆÿÿÜgDf˜¨ˆÿÿ%`•@ˆÿÿàgDf˜@ˆÿÿ%`•؈ÿÿägDf˜Øˆÿÿ%`•pˆÿÿègDf˜pˆÿÿ%`•ˆÿÿìgDf˜ˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`• 5¬ˆÿÿôgDf˜ 5¬ˆÿÿ%`•7¬ˆÿÿøgDf˜7¬ˆÿÿ%`•p8¬ˆÿÿügDf˜p8¬ˆÿÿ%`•Ø9¬ˆÿÿgDf˜Ø9¬ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p8¬ˆÿÿ gDf˜p8¬ˆÿÿ%`•7¬ˆÿÿgDf˜7¬ˆÿÿ%`•Ø9¬ˆÿÿz€gDf˜Ø9¬ˆÿÿ%`• 5¬ˆÿÿê0gDf˜ 5¬ˆÿÿ%`•0¬ˆÿÿëˆgDf˜0¬ˆÿÿ%`•h1¬ˆÿÿ}ÐgDf˜h1¬ˆÿÿ%`•Ð2¬ˆÿÿ}tgDf˜Ð2¬ˆÿÿ%`•84¬ˆÿÿ  gDf˜84¬ˆÿÿ%`•¨<¬ˆÿÿ}|gDf˜¨<¬ˆÿÿ%`•@;¬ˆÿÿ댄gDf˜@;¬ˆÿÿ%`•@;¬ˆÿÿ gDf˜@;¬ˆÿÿ%`•@;¬ˆÿÿz<gDf˜@;¬ˆÿÿ%`•¨<¬ˆÿÿzˆ gDf˜¨<¬ˆÿÿ%`•84¬ˆÿÿ{4<gDf˜84¬ˆÿÿ%`•Ð2¬ˆÿÿ{„ gDf˜Ð2¬ˆÿÿ%`•h1¬ˆÿÿ|ÔgDf˜h1¬ˆÿÿ%`•0¬ˆÿÿ|ø$gDf˜0¬ˆÿÿ%`• 5¬ˆÿÿ}\gDf˜ 5¬ˆÿÿ%`•Ø9¬ˆÿÿÔgDf˜Ø9¬ˆÿÿ%`•7¬ˆÿÿø gDf˜7¬ˆÿÿ%`•p8¬ˆÿÿáÈ$gDf˜p8¬ˆÿÿ%`•>¬ˆÿÿáø gDf˜>¬ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâPgDf˜>™ˆÿÿ%`•°Ëˆÿÿâ ˜gDf˜°Ëˆÿÿ%`•h±Ëˆÿÿí8ügDf˜h±Ëˆÿÿ%`•вˈÿÿï4ügDf˜Ð²Ëˆÿÿ%`•8´Ëˆÿÿñ0ügDf˜8´Ëˆÿÿ%`• µËˆÿÿó,ügDf˜ µËˆÿÿ%`•·Ëˆÿÿõ(gDf˜·Ëˆÿÿ%`•p¸Ëˆÿÿõ@ügDf˜p¸Ëˆÿÿ%`•عˈÿÿ÷<ügDf˜Ø¹Ëˆÿÿ%`•@»Ëˆÿÿù8,gDf˜@»Ëˆÿÿ%`•¨¼Ëˆÿÿùl°gDf˜¨¼Ëˆÿÿ%`•¨¼Ëˆÿÿ gDf˜¨¼Ëˆÿÿ%`•¨¼ËˆÿÿügDf˜¨¼Ëˆÿÿ%`•@»ËˆÿÿàgDf˜@»Ëˆÿÿ%`•عˈÿÿègDf˜Ø¹Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•عˈÿÿÿHgDf˜Ø¹Ëˆÿÿ%`•·Ëˆÿÿ4gDf˜·Ëˆÿÿ%`•h±ËˆÿÿT gDf˜h±Ëˆÿÿ%`•h±ËˆÿÿügDf˜h±Ëˆÿÿ%`•·ËˆÿÿgDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•·ËˆÿÿgDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•·Ëˆÿÿ,gDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•·ËˆÿÿDgDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•·Ëˆÿÿ\gDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•·Ëˆÿÿx|gDf˜·Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•·Ëˆÿÿ gDf˜·Ëˆÿÿ%`•·Ëˆÿÿz4gDf˜·Ëˆÿÿ%`•h±ËˆÿÿzXgDf˜h±Ëˆÿÿ%`•عˈÿÿzxgDf˜Ø¹Ëˆÿÿ%`•عˈÿÿøgDf˜Ø¹Ëˆÿÿ%`•h±ËˆÿÿügDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•h±ËˆÿÿgDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•h±Ëˆÿÿ(gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•h±Ëˆÿÿ@gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿTgDf˜'ˆÿÿ%`•h±ËˆÿÿXgDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•h±ËˆÿÿttgDf˜h±Ëˆÿÿ%`•вˈÿÿìgDf˜Ð²Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•вˈÿÿzHgDf˜Ð²Ëˆÿÿ%`•h±Ëˆÿÿ{”gDf˜h±Ëˆÿÿ%`•p¸Ëˆÿÿ{´ gDf˜p¸Ëˆÿÿ%`•p¸ËˆÿÿgDf˜p¸Ëˆÿÿ%`•h±Ëˆÿÿ gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•h±Ëˆÿÿ gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•h±Ëˆÿÿ8gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`•h±ËˆÿÿPgDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•h±ËˆÿÿhgDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•h±Ëˆÿÿ„\gDf˜h±Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿàgDf˜'ˆÿÿ%`•h±Ëˆÿÿ|ÔgDf˜h±Ëˆÿÿ%`•عˈÿÿ|øgDf˜Ø¹Ëˆÿÿ%`•вˈÿÿ}ôgDf˜Ð²Ëˆÿÿ%`•вˈÿÿägDf˜Ð²Ëˆÿÿ%`•عˈÿÿègDf˜Ø¹Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿügDf˜'ˆÿÿ%`•عˈÿÿìgDf˜Ø¹Ëˆÿÿ%`•p¸ËˆÿÿðpgDf˜p¸Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ`gDf˜'ˆÿÿ%`•p¸Ëˆÿÿz4gDf˜p¸Ëˆÿÿ%`•вˈÿÿzXgDf˜Ð²Ëˆÿÿ%`•h±ËˆÿÿzxøgDf˜h±Ëˆÿÿ%`•h±ËˆÿÿdgDf˜h±Ëˆÿÿ%`•вˈÿÿhgDf˜Ð²Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•вˈÿÿ€dgDf˜Ð²Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•вˈÿÿ{pgDf˜Ð²Ëˆÿÿ%`•عˈÿÿ|ègDf˜Ø¹Ëˆÿÿ%`•p¸Ëˆÿÿ~ gDf˜p¸Ëˆÿÿ%`•h±Ëˆÿÿ~gDf˜h±Ëˆÿÿ%`•h±ËˆÿÿègDf˜h±Ëˆÿÿ%`•p¸ËˆÿÿìgDf˜p¸Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p¸ËˆÿÿgDf˜p¸Ëˆÿÿ%`•·ËˆÿÿgDf˜·Ëˆÿÿ%`•вˈÿÿ gDf˜Ð²Ëˆÿÿ%`•عˈÿÿgDf˜Ø¹Ëˆÿÿ%`•h±ËˆÿÿgDf˜h±Ëˆÿÿ%`• µËˆÿÿgDf˜ µËˆÿÿ%`•8´ËˆÿÿgDf˜8´Ëˆÿÿ%`•@»Ëˆÿÿ gDf˜@»Ëˆÿÿ%`•¨¼Ëˆÿÿ$gDf˜¨¼Ëˆÿÿ%`•°Ëˆÿÿ(gDf˜°Ëˆÿÿ%`•¾Ëˆÿÿ,gDf˜¾Ëˆÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•Ð߈ÿÿ8gDf˜Ð߈ÿÿ%`•hÑ߈ÿÿ<gDf˜hÑ߈ÿÿ%`•ÐÒ߈ÿÿ@gDf˜ÐÒ߈ÿÿ%`•8Ô߈ÿÿDgDf˜8Ô߈ÿÿ%`• Õ߈ÿÿHgDf˜ Õ߈ÿÿ%`•×߈ÿÿLgDf˜×߈ÿÿ%`•pØßˆÿÿPgDf˜pØßˆÿÿ%`•ØÙ߈ÿÿTgDf˜ØÙ߈ÿÿ%`•@Û߈ÿÿXgDf˜@Û߈ÿÿ%`•¨Ü߈ÿÿ\gDf˜¨Ü߈ÿÿ%`•Þ߈ÿÿ`gDf˜Þ߈ÿÿ%`•€3ˆÿÿdgDf˜€3ˆÿÿ%`•h3ˆÿÿhgDf˜h3ˆÿÿ%`•Ђ3ˆÿÿlgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿpgDf˜8„3ˆÿÿ%`• …3ˆÿÿtgDf˜ …3ˆÿÿ%`•‡3ˆÿÿxgDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿ|gDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ€gDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿ„gDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿˆgDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿŒgDf˜Ž3ˆÿÿ%`••ˆÿÿgDf˜•ˆÿÿ%`•h•ˆÿÿ”gDf˜h•ˆÿÿ%`•Еˆÿÿ˜gDf˜Ð•ˆÿÿ%`•8•ˆÿÿœgDf˜8•ˆÿÿ%`• •ˆÿÿ gDf˜ •ˆÿÿ%`••ˆÿÿ¤gDf˜•ˆÿÿ%`•p•ˆÿÿ¨gDf˜p•ˆÿÿ%`•Ø•ˆÿÿ¬gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ°gDf˜@•ˆÿÿ%`•¨•ˆÿÿ´gDf˜¨•ˆÿÿ%`••ˆÿÿ¸gDf˜•ˆÿÿ%`•`¨ˆÿÿ¼gDf˜`¨ˆÿÿ%`•ha¨ˆÿÿÀgDf˜ha¨ˆÿÿ%`•Ðb¨ˆÿÿÄgDf˜Ðb¨ˆÿÿ%`•8d¨ˆÿÿÈgDf˜8d¨ˆÿÿ%`• e¨ˆÿÿÌgDf˜ e¨ˆÿÿ%`•g¨ˆÿÿÐgDf˜g¨ˆÿÿ%`•ph¨ˆÿÿÔgDf˜ph¨ˆÿÿ%`•Øi¨ˆÿÿØgDf˜Øi¨ˆÿÿ%`•@k¨ˆÿÿÜgDf˜@k¨ˆÿÿ%`•¨l¨ˆÿÿàgDf˜¨l¨ˆÿÿ%`•n¨ˆÿÿägDf˜n¨ˆÿÿ%`•€» ˆÿÿègDf˜€» ˆÿÿ%`•h» ˆÿÿìgDf˜h» ˆÿÿ%`•Ђ» ˆÿÿðgDf˜Ð‚» ˆÿÿ%`•8„» ˆÿÿôgDf˜8„» ˆÿÿ%`• …» ˆÿÿøgDf˜ …» ˆÿÿ%`•‡» ˆÿÿügDf˜‡» ˆÿÿ%`•pˆ» ˆÿÿgDf˜pˆ» ˆÿÿ%`•؉» ˆÿÿgDf˜Ø‰» ˆÿÿ%`•@‹» ˆÿÿgDf˜@‹» ˆÿÿ%`•¨Œ» ˆÿÿ gDf˜¨Œ» ˆÿÿ%`•Ž» ˆÿÿgDf˜Ž» ˆÿÿ%`•°ÊˆÿÿgDf˜°Êˆÿÿ%`•h±ÊˆÿÿgDf˜h±Êˆÿÿ%`•вʈÿÿgDf˜Ð²Êˆÿÿ%`•8´Êˆÿÿ gDf˜8´Êˆÿÿ%`• µÊˆÿÿ$gDf˜ µÊˆÿÿ%`•·Êˆÿÿ(gDf˜·Êˆÿÿ%`•p¸Êˆÿÿ,gDf˜p¸Êˆÿÿ%`•عʈÿÿ0gDf˜Ø¹Êˆÿÿ%`•@»Êˆÿÿ4gDf˜@»Êˆÿÿ%`•¨¼Êˆÿÿ8gDf˜¨¼Êˆÿÿ%`•¾Êˆÿÿ<gDf˜¾Êˆÿÿ%`•€Lˆÿÿ@gDf˜€Lˆÿÿ%`•hLˆÿÿDgDf˜hLˆÿÿ%`•ЂLˆÿÿHgDf˜Ð‚Lˆÿÿ%`•8„LˆÿÿLgDf˜8„Lˆÿÿ%`• …LˆÿÿPgDf˜ …Lˆÿÿ%`•‡LˆÿÿTgDf˜‡Lˆÿÿ%`•pˆLˆÿÿXgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ\gDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ`gDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿdgDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿhgDf˜ŽLˆÿÿ%`•0[ˆÿÿlgDf˜0[ˆÿÿ%`•h1[ˆÿÿpgDf˜h1[ˆÿÿ%`•Ð2[ˆÿÿtgDf˜Ð2[ˆÿÿ%`•84[ˆÿÿxgDf˜84[ˆÿÿ%`• 5[ˆÿÿ|gDf˜ 5[ˆÿÿ%`•7[ˆÿÿ€gDf˜7[ˆÿÿ%`•p8[ˆÿÿ„gDf˜p8[ˆÿÿ%`•Ø9[ˆÿÿˆgDf˜Ø9[ˆÿÿ%`•@;[ˆÿÿŒgDf˜@;[ˆÿÿ%`•¨<[ˆÿÿgDf˜¨<[ˆÿÿ%`•>[ˆÿÿ”gDf˜>[ˆÿÿ%`•@—ˆÿÿ˜gDf˜@—ˆÿÿ%`•hA—ˆÿÿœgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ¤gDf˜8D—ˆÿÿ%`• E—ˆÿÿ¨gDf˜ E—ˆÿÿ%`•G—ˆÿÿ¬gDf˜G—ˆÿÿ%`•pH—ˆÿÿ°gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ´gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ¸gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ¼gDf˜¨L—ˆÿÿ%`•N—ˆÿÿÀgDf˜N—ˆÿÿ%`•€ŠˆÿÿÄgDf˜€Šˆÿÿ%`•hŠˆÿÿÈgDf˜hŠˆÿÿ%`•ЂŠˆÿÿÌgDf˜Ð‚Šˆÿÿ%`•8„ŠˆÿÿÐgDf˜8„Šˆÿÿ%`• …ŠˆÿÿÔgDf˜ …Šˆÿÿ%`•‡ŠˆÿÿØgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿÜgDf˜pˆŠˆÿÿ%`•؉ŠˆÿÿàgDf˜Ø‰Šˆÿÿ%`•@‹ŠˆÿÿägDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿègDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿìgDf˜ŽŠˆÿÿ%`•…ˆÿÿôgDf˜…ˆÿÿ%`•h…ˆÿÿøgDf˜h…ˆÿÿ%`•Ð…ˆÿÿügDf˜Ð…ˆÿÿ%`•8…ˆÿÿ gDf˜8…ˆÿÿ%`• …ˆÿÿ gDf˜ …ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•p…ˆÿÿ gDf˜p…ˆÿÿ%`•Ø …ˆÿÿ gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ gDf˜¨ …ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•  ˆÿÿ gDf˜  ˆÿÿ%`•h! ˆÿÿ $gDf˜h! ˆÿÿ%`•Ð" ˆÿÿ (gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ ,gDf˜8$ ˆÿÿ%`• % ˆÿÿ 0gDf˜ % ˆÿÿ%`•' ˆÿÿ 4gDf˜' ˆÿÿ%`•p( ˆÿÿ 8gDf˜p( ˆÿÿ%`•Ø) ˆÿÿ <gDf˜Ø) ˆÿÿ%`•@+ ˆÿÿ @gDf˜@+ ˆÿÿ%`•¨, ˆÿÿ DgDf˜¨, ˆÿÿ%`•. ˆÿÿ HgDf˜. ˆÿÿ%`• 3ˆÿÿ LgDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ PgDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ TgDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ XgDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ \gDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ `gDf˜§3ˆÿÿ%`•p¨3ˆÿÿ dgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ hgDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ lgDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ pgDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ tgDf˜®3ˆÿÿ%`•@¬ ˆÿÿ xgDf˜@¬ ˆÿÿ%`•hA¬ ˆÿÿ |gDf˜hA¬ ˆÿÿ%`•ÐB¬ ˆÿÿ €gDf˜ÐB¬ ˆÿÿ%`• E¬ ˆÿÿ „ügDf˜ E¬ ˆÿÿ%`•G¬ ˆÿÿ"€tgDf˜G¬ ˆÿÿ%`•pH¬ ˆÿÿ#øügDf˜pH¬ ˆÿÿ%`•ØI¬ ˆÿÿ%ôügDf˜ØI¬ ˆÿÿ%`•@K¬ ˆÿÿ'ðgDf˜@K¬ ˆÿÿ%`•¨L¬ ˆÿÿ'üügDf˜¨L¬ ˆÿÿ%`•N¬ ˆÿÿ)øügDf˜N¬ ˆÿÿ%`•¨<™ˆÿÿ+ôgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ,8gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-8gDf˜'ˆÿÿ%`•8D¬ ˆÿÿìˆgDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ gDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ-<gDf˜8D¬ ˆÿÿ%`•@K¬ ˆÿÿ-@ØgDf˜@K¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.gDf˜'ˆÿÿ%`•@K¬ ˆÿÿ.ŒgDf˜@K¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.¨gDf˜'ˆÿÿ%`•@K¬ ˆÿÿìxgDf˜@K¬ ˆÿÿ%`•8D¬ ˆÿÿ7ôgDf˜8D¬ ˆÿÿ%`•¨L¬ ˆÿÿ8ø gDf˜¨L¬ ˆÿÿ%`•¨L¬ ˆÿÿ gDf˜¨L¬ ˆÿÿ%`•¨L¬ ˆÿÿ.¬gDf˜¨L¬ ˆÿÿ%`•8D¬ ˆÿÿ.°gDf˜8D¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.ÌgDf˜'ˆÿÿ%`•8D¬ ˆÿÿ.Ð\gDf˜8D¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/,gDf˜'ˆÿÿ%`•8D¬ ˆÿÿ/0 gDf˜8D¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/PgDf˜'ˆÿÿ%`•8D¬ ˆÿÿ/T gDf˜8D¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/tgDf˜'ˆÿÿ%`•8D¬ ˆÿÿ/xgDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ/|gDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ/€gDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ/„gDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ/ˆgDf˜8D¬ ˆÿÿ%`•8D¬ ˆÿÿ/ŒgDf˜8D¬ ˆÿÿ%`•ØI¬ ˆÿÿ/gDf˜ØI¬ ˆÿÿ%`•ØI¬ ˆÿÿ/”gDf˜ØI¬ ˆÿÿ%`•8D¬ ˆÿÿ/˜gDf˜8D¬ ˆÿÿ%`•N¬ ˆÿÿ/œgDf˜N¬ ˆÿÿ%`•¨L¬ ˆÿÿ/ gDf˜¨L¬ ˆÿÿ%`•@K¬ ˆÿÿ/¤gDf˜@K¬ ˆÿÿ%`•pH¬ ˆÿÿ/¨gDf˜pH¬ ˆÿÿ%`•G¬ ˆÿÿ/¬gDf˜G¬ ˆÿÿ%`• E¬ ˆÿÿ/°gDf˜ E¬ ˆÿÿ%`• E¬ ˆÿÿ/´gDf˜ E¬ ˆÿÿ%`•G¬ ˆÿÿ/¸gDf˜G¬ ˆÿÿ%`•pH¬ ˆÿÿ/¼gDf˜pH¬ ˆÿÿ%`•@K¬ ˆÿÿ/ÀgDf˜@K¬ ˆÿÿ%`•¨L¬ ˆÿÿ/ÄgDf˜¨L¬ ˆÿÿ%`•N¬ ˆÿÿ/ÈgDf˜N¬ ˆÿÿ%`•8D¬ ˆÿÿ/ÌgDf˜8D¬ ˆÿÿ%`•ØI¬ ˆÿÿ/ÐgDf˜ØI¬ ˆÿÿ%`•ÐB¬ ˆÿÿ/ÔgDf˜ÐB¬ ˆÿÿ%`•hA¬ ˆÿÿ/ØgDf˜hA¬ ˆÿÿ%`•@¬ ˆÿÿ/ÜgDf˜@¬ ˆÿÿ%`•>™ˆÿÿ/àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ/ägDf˜¨<™ˆÿÿ%`• &ˆÿÿ/ègDf˜ &ˆÿÿ%`•h!&ˆÿÿ/ìgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ/ðgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ/ôgDf˜8$&ˆÿÿ%`• %&ˆÿÿ/øgDf˜ %&ˆÿÿ%`•'&ˆÿÿ/ügDf˜'&ˆÿÿ%`•p(&ˆÿÿ0gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ0gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ0 gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ0gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ0gDf˜.&ˆÿÿ%`•+ˆÿÿ0gDf˜+ˆÿÿ%`•h‘+ˆÿÿ0gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ0 gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ0$gDf˜8”+ˆÿÿ%`• •+ˆÿÿ0(gDf˜ •+ˆÿÿ%`•—+ˆÿÿ0,gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ00gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ04gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ08gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ0<gDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ0@gDf˜ž+ˆÿÿ%`• %ˆÿÿ0DgDf˜ %ˆÿÿ%`•h!%ˆÿÿ0HgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ0LgDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ0PgDf˜8$%ˆÿÿ%`• %%ˆÿÿ0TgDf˜ %%ˆÿÿ%`•'%ˆÿÿ0XgDf˜'%ˆÿÿ%`•p(%ˆÿÿ0\gDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ0`gDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ0dgDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ0hgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ0lgDf˜.%ˆÿÿ%`•¨<™ˆÿÿ0pgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0tgDf˜>™ˆÿÿ%`•h‘+ˆÿÿ0xgDf˜h‘+ˆÿÿ%`•+ˆÿÿ0|gDf˜+ˆÿÿ%`•à… ˆÿÿ0€gDf˜à… ˆÿÿ%`•há… ˆÿÿ0„gDf˜há… ˆÿÿ%`•Ðâ… ˆÿÿ0ˆgDf˜Ðâ… ˆÿÿ%`•8ä… ˆÿÿ0ŒgDf˜8ä… ˆÿÿ%`• å… ˆÿÿ0gDf˜ å… ˆÿÿ%`•ç… ˆÿÿ0”gDf˜ç… ˆÿÿ%`•pè… ˆÿÿ0˜gDf˜pè… ˆÿÿ%`•Øé… ˆÿÿ0œgDf˜Øé… ˆÿÿ%`•@ë… ˆÿÿ0 gDf˜@ë… ˆÿÿ%`•¨ì… ˆÿÿ0¤gDf˜¨ì… ˆÿÿ%`•î… ˆÿÿ0¨gDf˜î… ˆÿÿ%`•À*ˆÿÿ0¬gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ0°gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ0´gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ0¸gDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ0¼gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ0ÀgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ0ÄgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ0ÈgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ0ÌgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ0ÐgDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ0ÔgDf˜Î*ˆÿÿ%`•@Mˆÿÿ0ØgDf˜@Mˆÿÿ%`•hAMˆÿÿ0ÜgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ0àgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ0ägDf˜8DMˆÿÿ%`• EMˆÿÿ0ègDf˜ EMˆÿÿ%`•GMˆÿÿ0ìgDf˜GMˆÿÿ%`•pHMˆÿÿ0ðgDf˜pHMˆÿÿ%`•ØIMˆÿÿ0ôgDf˜ØIMˆÿÿ%`•@KMˆÿÿ0øgDf˜@KMˆÿÿ%`•¨LMˆÿÿ0ügDf˜¨LMˆÿÿ%`•NMˆÿÿ1gDf˜NMˆÿÿ%`•Gˆÿÿ1gDf˜Gˆÿÿ%`•hGˆÿÿ1gDf˜hGˆÿÿ%`•ÐGˆÿÿ1 gDf˜ÐGˆÿÿ%`•8Gˆÿÿ1gDf˜8Gˆÿÿ%`• Gˆÿÿ1gDf˜ Gˆÿÿ%`•Gˆÿÿ1gDf˜Gˆÿÿ%`•pGˆÿÿ1gDf˜pGˆÿÿ%`•ØGˆÿÿ1 gDf˜ØGˆÿÿ%`•@Gˆÿÿ1$gDf˜@Gˆÿÿ%`•¨Gˆÿÿ1(gDf˜¨Gˆÿÿ%`•Gˆÿÿ1,gDf˜Gˆÿÿ%`•ˆÿÿ10gDf˜ˆÿÿ%`•hˆÿÿ14gDf˜hˆÿÿ%`•Јÿÿ18gDf˜Ðˆÿÿ%`•8ˆÿÿ1<gDf˜8ˆÿÿ%`• ˆÿÿ1@gDf˜ ˆÿÿ%`•ˆÿÿ1DgDf˜ˆÿÿ%`•pˆÿÿ1HgDf˜pˆÿÿ%`•؈ÿÿ1LgDf˜Øˆÿÿ%`•@ˆÿÿ1PgDf˜@ˆÿÿ%`•¨ˆÿÿ1TgDf˜¨ˆÿÿ%`•ˆÿÿ1XgDf˜ˆÿÿ%`• Mˆÿÿ1\gDf˜ Mˆÿÿ%`•h!Mˆÿÿ1`gDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ1dgDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ1hgDf˜8$Mˆÿÿ%`• %Mˆÿÿ1lgDf˜ %Mˆÿÿ%`•'Mˆÿÿ1pgDf˜'Mˆÿÿ%`•p(Mˆÿÿ1tgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ1xgDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ1|gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ1€gDf˜¨,Mˆÿÿ%`•.Mˆÿÿ1„gDf˜.Mˆÿÿ%`• ˆÿÿ1ˆgDf˜ ˆÿÿ%`•h ˆÿÿ1ŒgDf˜h ˆÿÿ%`•Ð ˆÿÿ1gDf˜Ð ˆÿÿ%`•8 ˆÿÿ1”gDf˜8 ˆÿÿ%`•  ˆÿÿ1˜gDf˜  ˆÿÿ%`• ˆÿÿ1œgDf˜ ˆÿÿ%`•p ˆÿÿ1 gDf˜p ˆÿÿ%`•Ø  ˆÿÿ1¤gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ1¨gDf˜@  ˆÿÿ%`•¨  ˆÿÿ1¬gDf˜¨  ˆÿÿ%`• ˆÿÿ1°gDf˜ ˆÿÿ%`•>™ˆÿÿ1´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1¸gDf˜¨<™ˆÿÿ%`•8Ä*ˆÿÿ1¼gDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿ1ÀgDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ1ÄgDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ1ÈgDf˜À*ˆÿÿ%`• %ˆÿÿ1ÌgDf˜ %ˆÿÿ%`•h!%ˆÿÿ1ÐgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ1ÔgDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ1ØgDf˜8$%ˆÿÿ%`• %%ˆÿÿ1ÜgDf˜ %%ˆÿÿ%`•'%ˆÿÿ1àgDf˜'%ˆÿÿ%`•p(%ˆÿÿ1ägDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ1ègDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ1ìgDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ1ðgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ1ôgDf˜.%ˆÿÿ%`•À+ˆÿÿ1øgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ1ügDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ2gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ2gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ2gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ2 gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ2gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ2gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ2gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ2gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ2 gDf˜Î+ˆÿÿ%`• &ˆÿÿ2$gDf˜ &ˆÿÿ%`•h!&ˆÿÿ2(gDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ2,gDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ20gDf˜8$&ˆÿÿ%`• %&ˆÿÿ24gDf˜ %&ˆÿÿ%`•'&ˆÿÿ28gDf˜'&ˆÿÿ%`•p(&ˆÿÿ2<gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ2@gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ2DgDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ2HgDf˜¨,&ˆÿÿ%`•.&ˆÿÿ2LgDf˜.&ˆÿÿ%`• ˆÿÿ2PgDf˜ ˆÿÿ%`•h ˆÿÿ2TgDf˜h ˆÿÿ%`•Ð ˆÿÿ2XgDf˜Ð ˆÿÿ%`•8 ˆÿÿ2\gDf˜8 ˆÿÿ%`•  ˆÿÿ2`gDf˜  ˆÿÿ%`• ˆÿÿ2dgDf˜ ˆÿÿ%`•p ˆÿÿ2hgDf˜p ˆÿÿ%`•Ø ˆÿÿ2lgDf˜Ø ˆÿÿ%`•@ ˆÿÿ2pgDf˜@ ˆÿÿ%`•¨ ˆÿÿ2tgDf˜¨ ˆÿÿ%`• ˆÿÿ2xgDf˜ ˆÿÿ%`•°Kˆÿÿ2|gDf˜°Kˆÿÿ%`•h±Kˆÿÿ2€gDf˜h±Kˆÿÿ%`•вKˆÿÿ2„gDf˜Ð²Kˆÿÿ%`•8´Kˆÿÿ2ˆgDf˜8´Kˆÿÿ%`• µKˆÿÿ2ŒgDf˜ µKˆÿÿ%`•·Kˆÿÿ2gDf˜·Kˆÿÿ%`•p¸Kˆÿÿ2”gDf˜p¸Kˆÿÿ%`•عKˆÿÿ2˜gDf˜Ø¹Kˆÿÿ%`•@»Kˆÿÿ2œgDf˜@»Kˆÿÿ%`•¨¼Kˆÿÿ2 gDf˜¨¼Kˆÿÿ%`•¾Kˆÿÿ2¤gDf˜¾Kˆÿÿ%`•®ˆÿÿ2¨gDf˜®ˆÿÿ%`•h‘®ˆÿÿ2¬gDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ2°gDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ2´gDf˜8”®ˆÿÿ%`• •®ˆÿÿ2¸gDf˜ •®ˆÿÿ%`•—®ˆÿÿ2¼gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ2ÀgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ2ÄgDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ2ÈgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ2ÌgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ2ÐgDf˜ž®ˆÿÿ%`•ஈÿÿ2ÔgDf˜à®ˆÿÿ%`•hᮈÿÿ2ØgDf˜hᮈÿÿ%`•Ð⮈ÿÿ2ÜgDf˜Ð⮈ÿÿ%`•8䮈ÿÿ2àgDf˜8䮈ÿÿ%`• å®ˆÿÿ2ägDf˜ å®ˆÿÿ%`•箈ÿÿ2ègDf˜ç®ˆÿÿ%`•p讈ÿÿ2ìgDf˜p讈ÿÿ%`•Øé®ˆÿÿ2ðgDf˜Øé®ˆÿÿ%`•@뮈ÿÿ2ôgDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ2øgDf˜¨ì®ˆÿÿ%`•ÿÿ2ügDf˜î®ˆÿÿ%`•ð[ˆÿÿ3gDf˜ð[ˆÿÿ%`•hñ[ˆÿÿ3gDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿ3gDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿ3 gDf˜8ô[ˆÿÿ%`• õ[ˆÿÿ3gDf˜ õ[ˆÿÿ%`•÷[ˆÿÿ3gDf˜÷[ˆÿÿ%`•pø[ˆÿÿ3gDf˜pø[ˆÿÿ%`•Øù[ˆÿÿ3gDf˜Øù[ˆÿÿ%`•@û[ˆÿÿ3 gDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿ3$gDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿ3(gDf˜þ[ˆÿÿ%`•ÀBˆÿÿ3,gDf˜ÀBˆÿÿ%`•hÁBˆÿÿ30gDf˜hÁBˆÿÿ%`•ÐÂBˆÿÿ34gDf˜ÐÂBˆÿÿ%`•8ÄBˆÿÿ38gDf˜8ÄBˆÿÿ%`• ÅBˆÿÿ3<gDf˜ ÅBˆÿÿ%`•ÇBˆÿÿ3@gDf˜ÇBˆÿÿ%`•pÈBˆÿÿ3DgDf˜pÈBˆÿÿ%`•ØÉBˆÿÿ3HgDf˜ØÉBˆÿÿ%`•@ËBˆÿÿ3LgDf˜@ËBˆÿÿ%`•¨ÌBˆÿÿ3PgDf˜¨ÌBˆÿÿ%`•ÎBˆÿÿ3TgDf˜ÎBˆÿÿ%`•Î*ˆÿÿ3XgDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿ3\gDf˜¨Ì*ˆÿÿ%`•@Ë*ˆÿÿ3`gDf˜@Ë*ˆÿÿ%`•ØÉ*ˆÿÿ3dgDf˜ØÉ*ˆÿÿ%`•pÈ*ˆÿÿ3hgDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿ3lgDf˜Ç*ˆÿÿ%`• Å*ˆÿÿ3pgDf˜ Å*ˆÿÿ%`•h!Mˆÿÿ3tgDf˜h!Mˆÿÿ%`• Mˆÿÿ3xgDf˜ Mˆÿÿ%`•@Bˆÿÿ3|gDf˜@Bˆÿÿ%`•hABˆÿÿ3€gDf˜hABˆÿÿ%`•ÐBBˆÿÿ3„gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ3ˆgDf˜8DBˆÿÿ%`• EBˆÿÿ3ŒgDf˜ EBˆÿÿ%`•GBˆÿÿ3gDf˜GBˆÿÿ%`•pHBˆÿÿ3”gDf˜pHBˆÿÿ%`•ØIBˆÿÿ3˜gDf˜ØIBˆÿÿ%`•@KBˆÿÿ3œgDf˜@KBˆÿÿ%`•¨LBˆÿÿ3 gDf˜¨LBˆÿÿ%`•NBˆÿÿ3¤gDf˜NBˆÿÿ%`•€ºˆÿÿ3¨gDf˜€ºˆÿÿ%`•hºˆÿÿ3¬gDf˜hºˆÿÿ%`•Ђºˆÿÿ3°gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ3´gDf˜8„ºˆÿÿ%`• …ºˆÿÿ3¸gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ3¼gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ3ÀgDf˜pˆºˆÿÿ%`•؉ºˆÿÿ3ÄgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ3ÈgDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ3ÌgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ3ÐgDf˜Žºˆÿÿ%`•àˆÿÿ3ÔgDf˜àˆÿÿ%`•háˆÿÿ3ØgDf˜háˆÿÿ%`•Ðâˆÿÿ3ÜgDf˜Ðâˆÿÿ%`•8äˆÿÿ3àgDf˜8äˆÿÿ%`• åˆÿÿ3ägDf˜ åˆÿÿ%`•çˆÿÿ3ègDf˜çˆÿÿ%`•pèˆÿÿ3ìgDf˜pèˆÿÿ%`•Øéˆÿÿ3ðgDf˜Øéˆÿÿ%`•@ëˆÿÿ3ôgDf˜@ëˆÿÿ%`•¨ìˆÿÿ3øgDf˜¨ìˆÿÿ%`•îˆÿÿ3ügDf˜îˆÿÿ%`•.Mˆÿÿ4gDf˜.Mˆÿÿ%`•¨,Mˆÿÿ4gDf˜¨,Mˆÿÿ%`•@+Mˆÿÿ4 gDf˜@+Mˆÿÿ%`•Ø)Mˆÿÿ4gDf˜Ø)Mˆÿÿ%`•p(Mˆÿÿ4gDf˜p(Mˆÿÿ%`•'Mˆÿÿ4gDf˜'Mˆÿÿ%`• %Mˆÿÿ4gDf˜ %Mˆÿÿ%`•8$Mˆÿÿ4 gDf˜8$Mˆÿÿ%`•Ð"Mˆÿÿ4$gDf˜Ð"Mˆÿÿ%`•¨<™ˆÿÿ4(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4,gDf˜>™ˆÿÿ%`•À*ˆÿÿ40gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ44gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ48gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ4<gDf˜8Ä*ˆÿÿ%`• &ˆÿÿ4@gDf˜ &ˆÿÿ%`•Àˆÿÿ4DgDf˜Àˆÿÿ%`•hÁˆÿÿ4HgDf˜hÁˆÿÿ%`•Јÿÿ4LgDf˜Ðˆÿÿ%`•8Ĉÿÿ4PgDf˜8Ĉÿÿ%`• Åˆÿÿ4TgDf˜ Åˆÿÿ%`•Ljÿÿ4XgDf˜Çˆÿÿ%`•pȈÿÿ4\gDf˜pȈÿÿ%`•ØÉˆÿÿ4`gDf˜ØÉˆÿÿ%`•@ˈÿÿ4dgDf˜@ˈÿÿ%`•¨Ìˆÿÿ4hgDf˜¨Ìˆÿÿ%`•Έÿÿ4lgDf˜Îˆÿÿ%`•@шÿÿ4pgDf˜@шÿÿ%`•hAшÿÿ4tgDf˜hAшÿÿ%`•ÐBшÿÿ4xgDf˜ÐBшÿÿ%`•8Dшÿÿ4|gDf˜8Dшÿÿ%`• Eшÿÿ4€gDf˜ Eшÿÿ%`•Gшÿÿ4„gDf˜Gшÿÿ%`•pHшÿÿ4ˆgDf˜pHшÿÿ%`•ØIшÿÿ4ŒgDf˜ØIшÿÿ%`•@Kшÿÿ4gDf˜@Kшÿÿ%`•¨Lшÿÿ4”gDf˜¨Lшÿÿ%`•Nшÿÿ4˜gDf˜Nшÿÿ%`•`Mˆÿÿ4œgDf˜`Mˆÿÿ%`•haMˆÿÿ4 gDf˜haMˆÿÿ%`•ÐbMˆÿÿ4¤gDf˜ÐbMˆÿÿ%`•8dMˆÿÿ4¨gDf˜8dMˆÿÿ%`• eMˆÿÿ4¬gDf˜ eMˆÿÿ%`•gMˆÿÿ4°gDf˜gMˆÿÿ%`•phMˆÿÿ4´gDf˜phMˆÿÿ%`•ØiMˆÿÿ4¸gDf˜ØiMˆÿÿ%`•@kMˆÿÿ4¼gDf˜@kMˆÿÿ%`•¨lMˆÿÿ4ÀgDf˜¨lMˆÿÿ%`•nMˆÿÿ4ÄgDf˜nMˆÿÿ%`•.&ˆÿÿ4ÈgDf˜.&ˆÿÿ%`•¨,&ˆÿÿ4ÌgDf˜¨,&ˆÿÿ%`•@+&ˆÿÿ4ÐgDf˜@+&ˆÿÿ%`•Ø)&ˆÿÿ4ÔgDf˜Ø)&ˆÿÿ%`•p(&ˆÿÿ4ØgDf˜p(&ˆÿÿ%`•'&ˆÿÿ4ÜgDf˜'&ˆÿÿ%`• %&ˆÿÿ4àgDf˜ %&ˆÿÿ%`•8$&ˆÿÿ4ägDf˜8$&ˆÿÿ%`•Ð"&ˆÿÿ4ègDf˜Ð"&ˆÿÿ%`•h!&ˆÿÿ4ìgDf˜h!&ˆÿÿ%`•€ñ ˆÿÿ4ðgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ4ôgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ4øgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ4ügDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ5gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ5gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ5gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ5 gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ5gDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ5gDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ5gDf˜Žñ ˆÿÿ%`•ˆÿÿ5gDf˜ˆÿÿ%`•h‘ˆÿÿ5 gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ5$gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ5(gDf˜8”ˆÿÿ%`• •ˆÿÿ5,gDf˜ •ˆÿÿ%`•—ˆÿÿ50gDf˜—ˆÿÿ%`•p˜ˆÿÿ54gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ58gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ5<gDf˜@›ˆÿÿ%`•¨œˆÿÿ5@gDf˜¨œˆÿÿ%`•žˆÿÿ5DgDf˜žˆÿÿ%`•¨ü[ˆÿÿ5HgDf˜¨ü[ˆÿÿ%`•@û[ˆÿÿ5LgDf˜@û[ˆÿÿ%`•Øù[ˆÿÿ5PgDf˜Øù[ˆÿÿ%`•pø[ˆÿÿ5TgDf˜pø[ˆÿÿ%`•÷[ˆÿÿ5XgDf˜÷[ˆÿÿ%`• õ[ˆÿÿ5\gDf˜ õ[ˆÿÿ%`•8ô[ˆÿÿ5`gDf˜8ô[ˆÿÿ%`•Ðò[ˆÿÿ5dgDf˜Ðò[ˆÿÿ%`•hñ[ˆÿÿ5hgDf˜hñ[ˆÿÿ%`•ð[ˆÿÿ5lgDf˜ð[ˆÿÿ%`• ¨ˆÿÿ5pgDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ5tgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ5xgDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ5|gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ5€gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ5„gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ5ˆgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ5ŒgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ5gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ5”gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ5˜gDf˜®¨ˆÿÿ%`•PLˆÿÿ5œgDf˜PLˆÿÿ%`•hQLˆÿÿ5 gDf˜hQLˆÿÿ%`•ÐRLˆÿÿ5¤gDf˜ÐRLˆÿÿ%`•8TLˆÿÿ5¨gDf˜8TLˆÿÿ%`• ULˆÿÿ5¬gDf˜ ULˆÿÿ%`•WLˆÿÿ5°gDf˜WLˆÿÿ%`•pXLˆÿÿ5´gDf˜pXLˆÿÿ%`•ØYLˆÿÿ5¸gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ5¼gDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ5ÀgDf˜¨\Lˆÿÿ%`•^Lˆÿÿ5ÄgDf˜^Lˆÿÿ%`•þ[ˆÿÿ5ÈgDf˜þ[ˆÿÿ%`• Å*ˆÿÿ5ÌgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ5ÐgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ5ÔgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ5ØgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ5ÜgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ5àgDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ5ägDf˜Î*ˆÿÿ%`• Mˆÿÿ5ègDf˜ Mˆÿÿ%`•h!Mˆÿÿ5ìgDf˜h!Mˆÿÿ%`•@Mˆÿÿ5ðgDf˜@Mˆÿÿ%`•hAMˆÿÿ5ôgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ5øgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ5ügDf˜8DMˆÿÿ%`• EMˆÿÿ6gDf˜ EMˆÿÿ%`•GMˆÿÿ6gDf˜GMˆÿÿ%`•pHMˆÿÿ6gDf˜pHMˆÿÿ%`•ØIMˆÿÿ6 gDf˜ØIMˆÿÿ%`•@KMˆÿÿ6gDf˜@KMˆÿÿ%`•¨LMˆÿÿ6gDf˜¨LMˆÿÿ%`•NMˆÿÿ6gDf˜NMˆÿÿ%`•ˆÿÿ6gDf˜ˆÿÿ%`•hˆÿÿ6 gDf˜hˆÿÿ%`•Јÿÿ6$gDf˜Ðˆÿÿ%`•8ˆÿÿ6(gDf˜8ˆÿÿ%`• ˆÿÿ6,gDf˜ ˆÿÿ%`•ˆÿÿ60gDf˜ˆÿÿ%`•pˆÿÿ64gDf˜pˆÿÿ%`•؈ÿÿ68gDf˜Øˆÿÿ%`•@ˆÿÿ6<gDf˜@ˆÿÿ%`•¨ˆÿÿ6@gDf˜¨ˆÿÿ%`•ˆÿÿ6DgDf˜ˆÿÿ%`•Ð"Mˆÿÿ6HgDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ6LgDf˜8$Mˆÿÿ%`• %Mˆÿÿ6PgDf˜ %Mˆÿÿ%`•'Mˆÿÿ6TgDf˜'Mˆÿÿ%`•p(Mˆÿÿ6XgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ6\gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ6`gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ6dgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ6hgDf˜.Mˆÿÿ%`•¨<™ˆÿÿ6lgDf˜¨<™ˆÿÿ%`•à… ˆÿÿ6pgDf˜à… ˆÿÿ%`•há… ˆÿÿ6tgDf˜há… ˆÿÿ%`•Ðâ… ˆÿÿ6xgDf˜Ðâ… ˆÿÿ%`•8ä… ˆÿÿ6|gDf˜8ä… ˆÿÿ%`• å… ˆÿÿ6€gDf˜ å… ˆÿÿ%`•ç… ˆÿÿ6„gDf˜ç… ˆÿÿ%`•pè… ˆÿÿ6ˆgDf˜pè… ˆÿÿ%`•Øé… ˆÿÿ6ŒgDf˜Øé… ˆÿÿ%`•@ë… ˆÿÿ6gDf˜@ë… ˆÿÿ%`•¨ì… ˆÿÿ6”gDf˜¨ì… ˆÿÿ%`•î… ˆÿÿ6˜gDf˜î… ˆÿÿ%`•€(ˆÿÿ6œgDf˜€(ˆÿÿ%`•h(ˆÿÿ6 gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ6¤gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ6¨gDf˜8„(ˆÿÿ%`• …(ˆÿÿ6¬gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ6°gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ6´gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ6¸gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ6¼gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ6ÀgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ6ÄgDf˜Ž(ˆÿÿ%`•>™ˆÿÿ6ÈgDf˜>™ˆÿÿ%`•8Ä*ˆÿÿ6ÌgDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿ6ÐgDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ6ÔgDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ6ØgDf˜À*ˆÿÿ%`• &ˆÿÿ6ÜgDf˜ &ˆÿÿ%`•8dMˆÿÿ6àgDf˜8dMˆÿÿ%`•ÐbMˆÿÿ6ägDf˜ÐbMˆÿÿ%`•haMˆÿÿ6ègDf˜haMˆÿÿ%`•`Mˆÿÿ6ìgDf˜`Mˆÿÿ%`•ðɈÿÿ6ðgDf˜ðɈÿÿ%`•hñɈÿÿ6ôgDf˜hñɈÿÿ%`•ÐòɈÿÿ6øgDf˜ÐòɈÿÿ%`•8ôɈÿÿ6ügDf˜8ôɈÿÿ%`• õɈÿÿ7gDf˜ õɈÿÿ%`•÷Ɉÿÿ7gDf˜÷Ɉÿÿ%`•pøÉˆÿÿ7gDf˜pøÉˆÿÿ%`•ØùɈÿÿ7 gDf˜ØùɈÿÿ%`•@ûɈÿÿ7gDf˜@ûɈÿÿ%`•¨üɈÿÿ7gDf˜¨üɈÿÿ%`•þɈÿÿ7gDf˜þɈÿÿ%`•ÀȈÿÿ7gDf˜ÀȈÿÿ%`•hÁȈÿÿ7 gDf˜hÁȈÿÿ%`•ÐÂȈÿÿ7$gDf˜ÐÂȈÿÿ%`•8ÄȈÿÿ7(gDf˜8ÄȈÿÿ%`• ÅȈÿÿ7,gDf˜ ÅȈÿÿ%`•ÇȈÿÿ70gDf˜ÇȈÿÿ%`•pÈȈÿÿ74gDf˜pÈȈÿÿ%`•ØÉȈÿÿ78gDf˜ØÉȈÿÿ%`•@ËȈÿÿ7<gDf˜@ËȈÿÿ%`•¨ÌȈÿÿ7@gDf˜¨ÌȈÿÿ%`•ÎȈÿÿ7DgDf˜ÎȈÿÿ%`•nMˆÿÿ7HgDf˜nMˆÿÿ%`•¨lMˆÿÿ7LgDf˜¨lMˆÿÿ%`•@kMˆÿÿ7PgDf˜@kMˆÿÿ%`•ØiMˆÿÿ7TgDf˜ØiMˆÿÿ%`•phMˆÿÿ7XgDf˜phMˆÿÿ%`•gMˆÿÿ7\gDf˜gMˆÿÿ%`• eMˆÿÿ7`gDf˜ eMˆÿÿ%`•h!&ˆÿÿ7dgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ7hgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ7lgDf˜8$&ˆÿÿ%`• %&ˆÿÿ7pgDf˜ %&ˆÿÿ%`•'&ˆÿÿ7tgDf˜'&ˆÿÿ%`•p(&ˆÿÿ7xgDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ7|gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ7€gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ7„gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ7ˆgDf˜.&ˆÿÿ%`•8”ˆÿÿ7ŒgDf˜8”ˆÿÿ%`•Ð’ˆÿÿ7gDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ7”gDf˜h‘ˆÿÿ%`•ˆÿÿ7˜gDf˜ˆÿÿ%`• ˆÿÿ7œgDf˜ ˆÿÿ%`•h ˆÿÿ7 gDf˜h ˆÿÿ%`•Ð ˆÿÿ7¤gDf˜Ð ˆÿÿ%`•8 ˆÿÿ7¨gDf˜8 ˆÿÿ%`•  ˆÿÿ7¬gDf˜  ˆÿÿ%`• ˆÿÿ7°gDf˜ ˆÿÿ%`•p ˆÿÿ7´gDf˜p ˆÿÿ%`•Ø ˆÿÿ7¸gDf˜Ø ˆÿÿ%`•@ ˆÿÿ7¼gDf˜@ ˆÿÿ%`•¨ ˆÿÿ7ÀgDf˜¨ ˆÿÿ%`• ˆÿÿ7ÄgDf˜ ˆÿÿ%`•žˆÿÿ7ÈgDf˜žˆÿÿ%`•¨œˆÿÿ7ÌgDf˜¨œˆÿÿ%`•@›ˆÿÿ7ÐgDf˜@›ˆÿÿ%`•Ø™ˆÿÿ7ÔgDf˜Ø™ˆÿÿ%`•p˜ˆÿÿ7ØgDf˜p˜ˆÿÿ%`•—ˆÿÿ7ÜgDf˜—ˆÿÿ%`• •ˆÿÿ7àgDf˜ •ˆÿÿ%`•ð[ˆÿÿ7ägDf˜ð[ˆÿÿ%`•hñ[ˆÿÿ7ègDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿ7ìgDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿ7ðgDf˜8ô[ˆÿÿ%`• õ[ˆÿÿ7ôgDf˜ õ[ˆÿÿ%`•÷[ˆÿÿ7øgDf˜÷[ˆÿÿ%`•pø[ˆÿÿ7ügDf˜pø[ˆÿÿ%`•Øù[ˆÿÿ8gDf˜Øù[ˆÿÿ%`•@û[ˆÿÿ8gDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿ8 gDf˜¨ü[ˆÿÿ%`•8TLˆÿÿ8gDf˜8TLˆÿÿ%`•ÐRLˆÿÿ8gDf˜ÐRLˆÿÿ%`•hQLˆÿÿ8gDf˜hQLˆÿÿ%`•PLˆÿÿ8gDf˜PLˆÿÿ%`•Ðè ˆÿÿ8 gDf˜Ðè ˆÿÿ%`•hÑè ˆÿÿ8$gDf˜hÑè ˆÿÿ%`•ÐÒè ˆÿÿ8(gDf˜ÐÒè ˆÿÿ%`•8Ôè ˆÿÿ8,gDf˜8Ôè ˆÿÿ%`• Õè ˆÿÿ80gDf˜ Õè ˆÿÿ%`•×è ˆÿÿ84gDf˜×è ˆÿÿ%`•pØè ˆÿÿ88gDf˜pØè ˆÿÿ%`•ØÙè ˆÿÿ8<gDf˜ØÙè ˆÿÿ%`•@Ûè ˆÿÿ8@gDf˜@Ûè ˆÿÿ%`•¨Üè ˆÿÿ8DgDf˜¨Üè ˆÿÿ%`•Þè ˆÿÿ8HgDf˜Þè ˆÿÿ%`•^Lˆÿÿ8LgDf˜^Lˆÿÿ%`•¨\Lˆÿÿ8PgDf˜¨\Lˆÿÿ%`•@[Lˆÿÿ8TgDf˜@[Lˆÿÿ%`•ØYLˆÿÿ8XgDf˜ØYLˆÿÿ%`•pXLˆÿÿ8\gDf˜pXLˆÿÿ%`•WLˆÿÿ8`gDf˜WLˆÿÿ%`• ULˆÿÿ8dgDf˜ ULˆÿÿ%`•þ[ˆÿÿ8hgDf˜þ[ˆÿÿ%`•Î*ˆÿÿ8lgDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿ8pgDf˜¨Ì*ˆÿÿ%`•@Ë*ˆÿÿ8tgDf˜@Ë*ˆÿÿ%`•ØÉ*ˆÿÿ8xgDf˜ØÉ*ˆÿÿ%`•pÈ*ˆÿÿ8|gDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿ8€gDf˜Ç*ˆÿÿ%`• Å*ˆÿÿ8„gDf˜ Å*ˆÿÿ%`•h!Mˆÿÿ8ˆgDf˜h!Mˆÿÿ%`• Mˆÿÿ8ŒgDf˜ Mˆÿÿ%`•8ˆÿÿ8gDf˜8ˆÿÿ%`•Јÿÿ8”gDf˜Ðˆÿÿ%`•hˆÿÿ8˜gDf˜hˆÿÿ%`•ˆÿÿ8œgDf˜ˆÿÿ%`•ÀBˆÿÿ8 gDf˜ÀBˆÿÿ%`•hÁBˆÿÿ8¤gDf˜hÁBˆÿÿ%`•ÐÂBˆÿÿ8¨gDf˜ÐÂBˆÿÿ%`•8ÄBˆÿÿ8¬gDf˜8ÄBˆÿÿ%`• ÅBˆÿÿ8°gDf˜ ÅBˆÿÿ%`•ÇBˆÿÿ8´gDf˜ÇBˆÿÿ%`•pÈBˆÿÿ8¸gDf˜pÈBˆÿÿ%`•ØÉBˆÿÿ8¼gDf˜ØÉBˆÿÿ%`•@ËBˆÿÿ8ÀgDf˜@ËBˆÿÿ%`•¨ÌBˆÿÿ8ÄgDf˜¨ÌBˆÿÿ%`•ÎBˆÿÿ8ÈgDf˜ÎBˆÿÿ%`•ˆÿÿ8ÌgDf˜ˆÿÿ%`•¨ˆÿÿ8ÐgDf˜¨ˆÿÿ%`•@ˆÿÿ8ÔgDf˜@ˆÿÿ%`•؈ÿÿ8ØgDf˜Øˆÿÿ%`•pˆÿÿ8ÜgDf˜pˆÿÿ%`•ˆÿÿ8àgDf˜ˆÿÿ%`• ˆÿÿ8ägDf˜ ˆÿÿ%`•.Mˆÿÿ8ègDf˜.Mˆÿÿ%`•¨,Mˆÿÿ8ìgDf˜¨,Mˆÿÿ%`•@+Mˆÿÿ8ðgDf˜@+Mˆÿÿ%`•Ø)Mˆÿÿ8ôgDf˜Ø)Mˆÿÿ%`•p(Mˆÿÿ8øgDf˜p(Mˆÿÿ%`•'Mˆÿÿ8ügDf˜'Mˆÿÿ%`• %Mˆÿÿ9gDf˜ %Mˆÿÿ%`•8$Mˆÿÿ9gDf˜8$Mˆÿÿ%`•Ð"Mˆÿÿ9gDf˜Ð"Mˆÿÿ%`•¨<™ˆÿÿ9 gDf˜¨<™ˆÿÿ%`•8„(ˆÿÿ9gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ9gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ9gDf˜h(ˆÿÿ%`•€(ˆÿÿ9gDf˜€(ˆÿÿ%`•€ºˆÿÿ9 gDf˜€ºˆÿÿ%`•hºˆÿÿ9$gDf˜hºˆÿÿ%`•Ђºˆÿÿ9(gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ9,gDf˜8„ºˆÿÿ%`• …ºˆÿÿ90gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ94gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ98gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ9<gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ9@gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ9DgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ9HgDf˜Žºˆÿÿ%`•Ž(ˆÿÿ9LgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ9PgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ9TgDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ9XgDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ9\gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ9`gDf˜‡(ˆÿÿ%`• …(ˆÿÿ9dgDf˜ …(ˆÿÿ%`•>™ˆÿÿ9hgDf˜>™ˆÿÿ%`•À*ˆÿÿ9lgDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ9pgDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ9tgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ9xgDf˜8Ä*ˆÿÿ%`• &ˆÿÿ9|gDf˜ &ˆÿÿ%`•`Mˆÿÿ9€gDf˜`Mˆÿÿ%`•haMˆÿÿ9„gDf˜haMˆÿÿ%`•ÐbMˆÿÿ9ˆgDf˜ÐbMˆÿÿ%`•8dMˆÿÿ9ŒgDf˜8dMˆÿÿ%`•8ÄȈÿÿ9gDf˜8ÄȈÿÿ%`•ÐÂȈÿÿ9”gDf˜ÐÂȈÿÿ%`•hÁȈÿÿ9˜gDf˜hÁȈÿÿ%`•ÀȈÿÿ9œgDf˜ÀȈÿÿ%`•0͈ÿÿ9 gDf˜0͈ÿÿ%`•h1͈ÿÿ9¤gDf˜h1͈ÿÿ%`•Ð2͈ÿÿ9¨gDf˜Ð2͈ÿÿ%`•84͈ÿÿ9¬gDf˜84͈ÿÿ%`• 5͈ÿÿ9°gDf˜ 5͈ÿÿ%`•7͈ÿÿ9´gDf˜7͈ÿÿ%`•p8͈ÿÿ9¸gDf˜p8͈ÿÿ%`•Ø9͈ÿÿ9¼gDf˜Ø9͈ÿÿ%`•@;͈ÿÿ9ÀgDf˜@;͈ÿÿ%`•¨<͈ÿÿ9ÄgDf˜¨<͈ÿÿ%`•>͈ÿÿ9ÈgDf˜>͈ÿÿ%`•ÎȈÿÿ9ÌgDf˜ÎȈÿÿ%`•¨ÌȈÿÿ9ÐgDf˜¨ÌȈÿÿ%`•@ËȈÿÿ9ÔgDf˜@ËȈÿÿ%`•ØÉȈÿÿ9ØgDf˜ØÉȈÿÿ%`•pÈȈÿÿ9ÜgDf˜pÈȈÿÿ%`•ÇȈÿÿ9àgDf˜ÇȈÿÿ%`• ÅȈÿÿ9ägDf˜ ÅȈÿÿ%`• eMˆÿÿ9ègDf˜ eMˆÿÿ%`•gMˆÿÿ9ìgDf˜gMˆÿÿ%`•phMˆÿÿ9ðgDf˜phMˆÿÿ%`•ØiMˆÿÿ9ôgDf˜ØiMˆÿÿ%`•@kMˆÿÿ9øgDf˜@kMˆÿÿ%`•¨lMˆÿÿ9ügDf˜¨lMˆÿÿ%`•nMˆÿÿ:gDf˜nMˆÿÿ%`•.&ˆÿÿ:gDf˜.&ˆÿÿ%`•¨,&ˆÿÿ:gDf˜¨,&ˆÿÿ%`•@+&ˆÿÿ: gDf˜@+&ˆÿÿ%`•Ø)&ˆÿÿ:gDf˜Ø)&ˆÿÿ%`•p(&ˆÿÿ:gDf˜p(&ˆÿÿ%`•'&ˆÿÿ:gDf˜'&ˆÿÿ%`• %&ˆÿÿ:gDf˜ %&ˆÿÿ%`•8$&ˆÿÿ: gDf˜8$&ˆÿÿ%`•Ð"&ˆÿÿ:$gDf˜Ð"&ˆÿÿ%`•h!&ˆÿÿ:(gDf˜h!&ˆÿÿ%`•¨ü[ˆÿÿ:,gDf˜¨ü[ˆÿÿ%`•@û[ˆÿÿ:0gDf˜@û[ˆÿÿ%`•Øù[ˆÿÿ:4gDf˜Øù[ˆÿÿ%`•pø[ˆÿÿ:8gDf˜pø[ˆÿÿ%`•÷[ˆÿÿ:<gDf˜÷[ˆÿÿ%`• õ[ˆÿÿ:@gDf˜ õ[ˆÿÿ%`•8ô[ˆÿÿ:DgDf˜8ô[ˆÿÿ%`•Ðò[ˆÿÿ:HgDf˜Ðò[ˆÿÿ%`•hñ[ˆÿÿ:LgDf˜hñ[ˆÿÿ%`•ð[ˆÿÿ:PgDf˜ð[ˆÿÿ%`•PLˆÿÿ:TgDf˜PLˆÿÿ%`•hQLˆÿÿ:XgDf˜hQLˆÿÿ%`•ÐRLˆÿÿ:\gDf˜ÐRLˆÿÿ%`•8TLˆÿÿ:`gDf˜8TLˆÿÿ%`•8Ôè ˆÿÿ:dgDf˜8Ôè ˆÿÿ%`•ÐÒè ˆÿÿ:hgDf˜ÐÒè ˆÿÿ%`•hÑè ˆÿÿ:lgDf˜hÑè ˆÿÿ%`•Ðè ˆÿÿ:pgDf˜Ðè ˆÿÿ%`•€hˆÿÿ:tgDf˜€hˆÿÿ%`•hhˆÿÿ:xgDf˜hhˆÿÿ%`•Ђhˆÿÿ:|gDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ:€gDf˜8„hˆÿÿ%`• …hˆÿÿ:„gDf˜ …hˆÿÿ%`•‡hˆÿÿ:ˆgDf˜‡hˆÿÿ%`•pˆhˆÿÿ:ŒgDf˜pˆhˆÿÿ%`•؉hˆÿÿ:gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ:”gDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ:˜gDf˜¨Œhˆÿÿ%`•Žhˆÿÿ:œgDf˜Žhˆÿÿ%`•pHˆÿÿ: gDf˜pHˆÿÿ%`•hqHˆÿÿ:¤gDf˜hqHˆÿÿ%`•ÐrHˆÿÿ:¨gDf˜ÐrHˆÿÿ%`•8tHˆÿÿ:¬gDf˜8tHˆÿÿ%`• uHˆÿÿ:°gDf˜ uHˆÿÿ%`•wHˆÿÿ:´gDf˜wHˆÿÿ%`•pxHˆÿÿ:¸gDf˜pxHˆÿÿ%`•ØyHˆÿÿ:¼gDf˜ØyHˆÿÿ%`•@{Hˆÿÿ:ÀgDf˜@{Hˆÿÿ%`•¨|Hˆÿÿ:ÄgDf˜¨|Hˆÿÿ%`•~Hˆÿÿ:ÈgDf˜~Hˆÿÿ%`•Þè ˆÿÿ:ÌgDf˜Þè ˆÿÿ%`•¨Üè ˆÿÿ:ÐgDf˜¨Üè ˆÿÿ%`•@Ûè ˆÿÿ:ÔgDf˜@Ûè ˆÿÿ%`•ØÙè ˆÿÿ:ØgDf˜ØÙè ˆÿÿ%`•pØè ˆÿÿ:ÜgDf˜pØè ˆÿÿ%`•×è ˆÿÿ:àgDf˜×è ˆÿÿ%`• Õè ˆÿÿ:ägDf˜ Õè ˆÿÿ%`• ULˆÿÿ:ègDf˜ ULˆÿÿ%`•WLˆÿÿ:ìgDf˜WLˆÿÿ%`•pXLˆÿÿ:ðgDf˜pXLˆÿÿ%`•ØYLˆÿÿ:ôgDf˜ØYLˆÿÿ%`•@[Lˆÿÿ:øgDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ:ügDf˜¨\Lˆÿÿ%`•^Lˆÿÿ;gDf˜^Lˆÿÿ%`•þ[ˆÿÿ;gDf˜þ[ˆÿÿ%`• Å*ˆÿÿ;gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ; gDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ;gDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ;gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ;gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ;gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ; gDf˜Î*ˆÿÿ%`• Mˆÿÿ;$gDf˜ Mˆÿÿ%`•h!Mˆÿÿ;(gDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ;,gDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ;0gDf˜8$Mˆÿÿ%`• %Mˆÿÿ;4gDf˜ %Mˆÿÿ%`•'Mˆÿÿ;8gDf˜'Mˆÿÿ%`•p(Mˆÿÿ;<gDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ;@gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ;DgDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ;HgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ;LgDf˜.Mˆÿÿ%`•¨<™ˆÿÿ;PgDf˜¨<™ˆÿÿ%`•€(ˆÿÿ;TgDf˜€(ˆÿÿ%`•h(ˆÿÿ;XgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ;\gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ;`gDf˜8„(ˆÿÿ%`•8„ºˆÿÿ;dgDf˜8„ºˆÿÿ%`•Ђºˆÿÿ;hgDf˜Ð‚ºˆÿÿ%`•hºˆÿÿ;lgDf˜hºˆÿÿ%`•€ºˆÿÿ;pgDf˜€ºˆÿÿ%`• ˆÿÿ;tgDf˜ ˆÿÿ%`•h ˆÿÿ;xgDf˜h ˆÿÿ%`•Ð ˆÿÿ;|gDf˜Ð ˆÿÿ%`•8 ˆÿÿ;€gDf˜8 ˆÿÿ%`•  ˆÿÿ;„gDf˜  ˆÿÿ%`• ˆÿÿ;ˆgDf˜ ˆÿÿ%`•p ˆÿÿ;ŒgDf˜p ˆÿÿ%`•Ø  ˆÿÿ;gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ;”gDf˜@  ˆÿÿ%`•¨  ˆÿÿ;˜gDf˜¨  ˆÿÿ%`• ˆÿÿ;œgDf˜ ˆÿÿ%`• %ˆÿÿ; gDf˜ %ˆÿÿ%`•h!%ˆÿÿ;¤gDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ;¨gDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ;¬gDf˜8$%ˆÿÿ%`• %%ˆÿÿ;°gDf˜ %%ˆÿÿ%`•'%ˆÿÿ;´gDf˜'%ˆÿÿ%`•p(%ˆÿÿ;¸gDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ;¼gDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ;ÀgDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ;ÄgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ;ÈgDf˜.%ˆÿÿ%`•Žºˆÿÿ;ÌgDf˜Žºˆÿÿ%`•¨Œºˆÿÿ;ÐgDf˜¨Œºˆÿÿ%`•@‹ºˆÿÿ;ÔgDf˜@‹ºˆÿÿ%`•؉ºˆÿÿ;ØgDf˜Ø‰ºˆÿÿ%`•pˆºˆÿÿ;ÜgDf˜pˆºˆÿÿ%`•‡ºˆÿÿ;àgDf˜‡ºˆÿÿ%`• …ºˆÿÿ;ägDf˜ …ºˆÿÿ%`• …(ˆÿÿ;ègDf˜ …(ˆÿÿ%`•‡(ˆÿÿ;ìgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ;ðgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ;ôgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ;øgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ;ügDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ<gDf˜Ž(ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`•8Ä*ˆÿÿ<gDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿ<gDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ<gDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ<gDf˜À*ˆÿÿ%`• &ˆÿÿ<gDf˜ &ˆÿÿ%`•8dMˆÿÿ< gDf˜8dMˆÿÿ%`•ÐbMˆÿÿ<$gDf˜ÐbMˆÿÿ%`•haMˆÿÿ<(gDf˜haMˆÿÿ%`•`Mˆÿÿ<,gDf˜`Mˆÿÿ%`•nMˆÿÿ<0gDf˜nMˆÿÿ%`•¨lMˆÿÿ<4gDf˜¨lMˆÿÿ%`•@kMˆÿÿ<8gDf˜@kMˆÿÿ%`•ØiMˆÿÿ<<gDf˜ØiMˆÿÿ%`•phMˆÿÿ<@gDf˜phMˆÿÿ%`•gMˆÿÿgDf˜Ð²Kˆÿÿ%`•8´Kˆÿÿ>gDf˜8´Kˆÿÿ%`• µKˆÿÿ>gDf˜ µKˆÿÿ%`•·Kˆÿÿ> gDf˜·Kˆÿÿ%`•p¸Kˆÿÿ>gDf˜p¸Kˆÿÿ%`•عKˆÿÿ>gDf˜Ø¹Kˆÿÿ%`•@»Kˆÿÿ>gDf˜@»Kˆÿÿ%`•¨¼Kˆÿÿ>gDf˜¨¼Kˆÿÿ%`•¾Kˆÿÿ> gDf˜¾Kˆÿÿ%`• ˆÿÿ>$gDf˜ ˆÿÿ%`•h ˆÿÿ>(gDf˜h ˆÿÿ%`•Ð ˆÿÿ>,gDf˜Ð ˆÿÿ%`•8 ˆÿÿ>0gDf˜8 ˆÿÿ%`•  ˆÿÿ>4gDf˜  ˆÿÿ%`• ˆÿÿ>8gDf˜ ˆÿÿ%`•p ˆÿÿ><gDf˜p ˆÿÿ%`•Ø  ˆÿÿ>@gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ>DgDf˜@  ˆÿÿ%`•¨  ˆÿÿ>HgDf˜¨  ˆÿÿ%`• ˆÿÿ>LgDf˜ ˆÿÿ%`•.%ˆÿÿ>PgDf˜.%ˆÿÿ%`•¨,%ˆÿÿ>TgDf˜¨,%ˆÿÿ%`•@+%ˆÿÿ>XgDf˜@+%ˆÿÿ%`•Ø)%ˆÿÿ>\gDf˜Ø)%ˆÿÿ%`•p(%ˆÿÿ>`gDf˜p(%ˆÿÿ%`•'%ˆÿÿ>dgDf˜'%ˆÿÿ%`• %%ˆÿÿ>hgDf˜ %%ˆÿÿ%`• …ºˆÿÿ>lgDf˜ …ºˆÿÿ%`•‡ºˆÿÿ>pgDf˜‡ºˆÿÿ%`•pˆºˆÿÿ>tgDf˜pˆºˆÿÿ%`•؉ºˆÿÿ>xgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ>|gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ>€gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ>„gDf˜Žºˆÿÿ%`•Ž(ˆÿÿ>ˆgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ>ŒgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ>gDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ>”gDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ>˜gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ>œgDf˜‡(ˆÿÿ%`• …(ˆÿÿ> gDf˜ …(ˆÿÿ%`•>™ˆÿÿ>¤gDf˜>™ˆÿÿ%`•À*ˆÿÿ>¨gDf˜À*ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>¬gDf˜'ˆÿÿ%`•À*ˆÿÿgDf˜À*ˆÿÿ%`•pÈ*ˆÿÿ gDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿgDf˜Ç*ˆÿÿ%`•ØÉ*ˆÿÿ7ègDf˜ØÉ*ˆÿÿ%`• Å*ˆÿÿ`ÈgDf˜ Å*ˆÿÿ%`•@Ë*ˆÿÿgDf˜@Ë*ˆÿÿ%`•hÁ*ˆÿÿƒ,gDf˜hÁ*ˆÿÿ%`•Î*ˆÿÿƒ4gDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿÑdgDf˜¨Ì*ˆÿÿ%`•8Ä*ˆÿÿìlgDf˜8Ä*ˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•ÐÂ*ˆÿÿƒ<gDf˜ÐÂ*ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ>°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ>´gDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?´gDf˜'ˆÿÿ%`• Åˆÿÿ?¸XgDf˜ Åˆÿÿ%`•Àˆÿÿ@¤gDf˜Àˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@¸gDf˜'ˆÿÿ%`•Àˆÿÿ@¼ügDf˜Àˆÿÿ%`• ÅˆÿÿB¸gDf˜ Åˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBÔgDf˜'ˆÿÿ%`• ÅˆÿÿBØ gDf˜ Åˆÿÿ%`•ЈÿÿÐgDf˜Ðˆÿÿ%`•hÁˆÿÿÔügDf˜hÁˆÿÿ%`•Àˆÿÿ¤,gDf˜Àˆÿÿ%`•8ĈÿÿÔügDf˜8Ĉÿÿ%`•LjÿÿÐgDf˜Çˆÿÿ%`•pȈÿÿÜügDf˜pȈÿÿ%`•ØÉˆÿÿ ØgDf˜ØÉˆÿÿ%`•@ˈÿÿ ÜügDf˜@ˈÿÿ%`•¨Ìˆÿÿ ØgDf˜¨Ìˆÿÿ%`•Έÿÿ àPgDf˜Îˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 0gDf˜'ˆÿÿ%`•ØÉˆÿÿ{°gDf˜ØÉˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•ΈÿÿzL gDf˜Îˆÿÿ%`•ØÉˆÿÿ{gDf˜ØÉˆÿÿ%`•ØÉˆÿÿ gDf˜ØÉˆÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•Έÿÿ/øgDf˜Îˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•Έÿÿ~gDf˜Îˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•Έÿÿ{tgDf˜Îˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•Έÿÿ!gDf˜Îˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•Έÿÿ 4gDf˜Îˆÿÿ%`•ØÉˆÿÿ 8ügDf˜ØÉˆÿÿ%`•@ˈÿÿ4HgDf˜@ˈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•@ˈÿÿ€gDf˜@ˈÿÿ%`•@ˈÿÿ„gDf˜@ˈÿÿ%`•@ˈÿÿˆgDf˜@ˈÿÿ%`•@ˈÿÿŒgDf˜@ˈÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•@ˈÿÿ”gDf˜@ˈÿÿ%`•@ˈÿÿ˜gDf˜@ˈÿÿ%`•@ˈÿÿœgDf˜@ˈÿÿ%`•@ˈÿÿ gDf˜@ˈÿÿ%`•hÁˆÿÿ¤gDf˜hÁˆÿÿ%`•Јÿÿ¨gDf˜Ðˆÿÿ%`• Åˆÿÿ¬gDf˜ Åˆÿÿ%`•ØÉˆÿÿ°gDf˜ØÉˆÿÿ%`•Àˆÿÿ´gDf˜Àˆÿÿ%`•8Ĉÿÿ¸gDf˜8Ĉÿÿ%`•Ljÿÿ¼gDf˜Çˆÿÿ%`•pȈÿÿÀgDf˜pȈÿÿ%`•¨ÌˆÿÿÄgDf˜¨Ìˆÿÿ%`•ΈÿÿÈgDf˜Îˆÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÐgDf˜>™ˆÿÿ%`•¿ˆÿÿÔgDf˜¿ˆÿÿ%`•h¿ˆÿÿØgDf˜h¿ˆÿÿ%`•пˆÿÿÜgDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿàgDf˜8¿ˆÿÿ%`• ¿ˆÿÿägDf˜ ¿ˆÿÿ%`•¿ˆÿÿègDf˜¿ˆÿÿ%`•p¿ˆÿÿìgDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿðgDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿôgDf˜@¿ˆÿÿ%`•¨¿ˆÿÿøgDf˜¨¿ˆÿÿ%`•¿ˆÿÿügDf˜¿ˆÿÿ%`•°¹ˆÿÿgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿgDf˜h±¹ˆÿÿ%`•h±¹ˆÿÿgDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ gDf˜°¹ˆÿÿ%`•в¹ˆÿÿgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ$gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ(gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ,gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ0gDf˜¾¹ˆÿÿ%`•>™ˆÿÿ4gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•Oˆÿÿ<gDf˜Oˆÿÿ%`•h‘Oˆÿÿ@gDf˜h‘Oˆÿÿ%`•Ð’OˆÿÿDgDf˜Ð’Oˆÿÿ%`•8”OˆÿÿHgDf˜8”Oˆÿÿ%`• •OˆÿÿLgDf˜ •Oˆÿÿ%`•—OˆÿÿPgDf˜—Oˆÿÿ%`•p˜OˆÿÿTgDf˜p˜Oˆÿÿ%`•Ø™OˆÿÿXgDf˜Ø™Oˆÿÿ%`•@›Oˆÿÿ\gDf˜@›Oˆÿÿ%`•¨œOˆÿÿ`gDf˜¨œOˆÿÿ%`•žOˆÿÿdgDf˜žOˆÿÿ%`•Ð@ ˆÿÿhgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿlgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿpgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿtgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿxgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ|gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ€gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ„gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿˆgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿŒgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿgDf˜Þ@ ˆÿÿ%`•P¹ˆÿÿ”gDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ˜gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿœgDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ¤gDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ¨gDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ¬gDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ°gDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ´gDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ¸gDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ¼gDf˜^¹ˆÿÿ%`•àdˆÿÿÀgDf˜àdˆÿÿ%`•hádˆÿÿÄgDf˜hádˆÿÿ%`•ÐâdˆÿÿÈgDf˜Ðâdˆÿÿ%`•8ädˆÿÿÌgDf˜8ädˆÿÿ%`• ådˆÿÿÐgDf˜ ådˆÿÿ%`•çdˆÿÿÔgDf˜çdˆÿÿ%`•pèdˆÿÿØgDf˜pèdˆÿÿ%`•ØédˆÿÿÜgDf˜Øédˆÿÿ%`•@ëdˆÿÿägDf˜@ëdˆÿÿ%`•¨ìdˆÿÿègDf˜¨ìdˆÿÿ%`•îdˆÿÿìgDf˜îdˆÿÿ%`•mˆÿÿðgDf˜mˆÿÿ%`•hmˆÿÿôgDf˜hmˆÿÿ%`•ÐmˆÿÿøgDf˜Ðmˆÿÿ%`•8mˆÿÿügDf˜8mˆÿÿ%`• mˆÿÿgDf˜ mˆÿÿ%`•mˆÿÿgDf˜mˆÿÿ%`•pmˆÿÿgDf˜pmˆÿÿ%`•Ømˆÿÿ gDf˜Ømˆÿÿ%`•@mˆÿÿgDf˜@mˆÿÿ%`•¨mˆÿÿgDf˜¨mˆÿÿ%`•mˆÿÿgDf˜mˆÿÿ%`•PKˆÿÿgDf˜PKˆÿÿ%`•hQKˆÿÿ gDf˜hQKˆÿÿ%`•ÐRKˆÿÿ$gDf˜ÐRKˆÿÿ%`•8TKˆÿÿ(gDf˜8TKˆÿÿ%`• UKˆÿÿ,gDf˜ UKˆÿÿ%`•WKˆÿÿ0gDf˜WKˆÿÿ%`•pXKˆÿÿ4gDf˜pXKˆÿÿ%`•ØYKˆÿÿ8gDf˜ØYKˆÿÿ%`•@[Kˆÿÿ<gDf˜@[Kˆÿÿ%`•¨\Kˆÿÿ@gDf˜¨\Kˆÿÿ%`•^KˆÿÿDgDf˜^Kˆÿÿ%`•¨<™ˆÿÿHgDf˜¨<™ˆÿÿ%`•>™ˆÿÿLgDf˜>™ˆÿÿ%`•8Ô@ ˆÿÿPgDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿTgDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿXgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ\gDf˜Ð@ ˆÿÿ%`•¾ˆÿÿ`gDf˜¾ˆÿÿ%`•h¾ˆÿÿdgDf˜h¾ˆÿÿ%`•оˆÿÿhgDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿlgDf˜8¾ˆÿÿ%`• ¾ˆÿÿpgDf˜ ¾ˆÿÿ%`•¾ˆÿÿtgDf˜¾ˆÿÿ%`•p¾ˆÿÿxgDf˜p¾ˆÿÿ%`•ؾˆÿÿ|gDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿ€gDf˜@¾ˆÿÿ%`•¨¾ˆÿÿ„gDf˜¨¾ˆÿÿ%`•¾ˆÿÿˆgDf˜¾ˆÿÿ%`•ð,ˆÿÿŒgDf˜ð,ˆÿÿ%`•hñ,ˆÿÿgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ”gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ˜gDf˜8ô,ˆÿÿ%`• õ,ˆÿÿœgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ gDf˜÷,ˆÿÿ%`•pø,ˆÿÿ¤gDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ¨gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ¬gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ°gDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ´gDf˜þ,ˆÿÿ%`•€(ˆÿÿ¸gDf˜€(ˆÿÿ%`•h(ˆÿÿ¼gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿÀgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿÄgDf˜8„(ˆÿÿ%`• …(ˆÿÿÈgDf˜ …(ˆÿÿ%`•‡(ˆÿÿÌgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿÐgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿÔgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿØgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿÜgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿàgDf˜Ž(ˆÿÿ%`•pÚˆÿÿägDf˜pÚˆÿÿ%`•hqÚˆÿÿègDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿìgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿðgDf˜8tÚˆÿÿ%`• uÚˆÿÿôgDf˜ uÚˆÿÿ%`•wÚˆÿÿøgDf˜wÚˆÿÿ%`•pxÚˆÿÿügDf˜pxÚˆÿÿ%`•ØyÚˆÿÿgDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿgDf˜@{Úˆÿÿ%`•¨|ÚˆÿÿgDf˜¨|Úˆÿÿ%`•~Úˆÿÿ gDf˜~Úˆÿÿ%`•PžˆÿÿgDf˜Pžˆÿÿ%`•hQžˆÿÿgDf˜hQžˆÿÿ%`•ÐRžˆÿÿgDf˜ÐRžˆÿÿ%`•8TžˆÿÿgDf˜8Tžˆÿÿ%`• Užˆÿÿ gDf˜ Užˆÿÿ%`•Wžˆÿÿ$gDf˜Wžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•ØYžˆÿÿ,gDf˜ØYžˆÿÿ%`•@[žˆÿÿ0gDf˜@[žˆÿÿ%`•¨\žˆÿÿ4gDf˜¨\žˆÿÿ%`•^žˆÿÿ8gDf˜^žˆÿÿ%`•Gˆÿÿ<gDf˜Gˆÿÿ%`•hGˆÿÿ@gDf˜hGˆÿÿ%`•ÐGˆÿÿDgDf˜ÐGˆÿÿ%`•8GˆÿÿHgDf˜8Gˆÿÿ%`• GˆÿÿLgDf˜ Gˆÿÿ%`•GˆÿÿPgDf˜Gˆÿÿ%`•pGˆÿÿTgDf˜pGˆÿÿ%`•Ø GˆÿÿXgDf˜Ø Gˆÿÿ%`•@ Gˆÿÿ\gDf˜@ Gˆÿÿ%`•¨ Gˆÿÿ`gDf˜¨ Gˆÿÿ%`•GˆÿÿdgDf˜Gˆÿÿ%`•À§ˆÿÿhgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿlgDf˜hÁ§ˆÿÿ%`•ЧˆÿÿpgDf˜Ð§ˆÿÿ%`•8ħˆÿÿtgDf˜8ħˆÿÿ%`• Å§ˆÿÿxgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ|gDf˜ǧˆÿÿ%`•pȧˆÿÿ€gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ„gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿˆgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿŒgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿgDf˜Χˆÿÿ%`•Þ@ ˆÿÿ”gDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ˜gDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿœgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ gDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ¤gDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ¨gDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ¬gDf˜ Õ@ ˆÿÿ%`•P¹ˆÿÿ°gDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ´gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ¸gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ¼gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿÀgDf˜ U¹ˆÿÿ%`•W¹ˆÿÿÄgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿÈgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿÌgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿÐgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿÔgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿØgDf˜^¹ˆÿÿ%`•pŸ ˆÿÿÜgDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿàgDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿägDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿègDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿìgDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿðgDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿôgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿøgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿügDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿgDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿgDf˜~Ÿ ˆÿÿ%`•OˆÿÿgDf˜Oˆÿÿ%`•h‘Oˆÿÿ gDf˜h‘Oˆÿÿ%`•Ð’OˆÿÿgDf˜Ð’Oˆÿÿ%`•8”OˆÿÿgDf˜8”Oˆÿÿ%`• •OˆÿÿgDf˜ •Oˆÿÿ%`•—OˆÿÿgDf˜—Oˆÿÿ%`•p˜Oˆÿÿ gDf˜p˜Oˆÿÿ%`•Ø™Oˆÿÿ$gDf˜Ø™Oˆÿÿ%`•@›Oˆÿÿ(gDf˜@›Oˆÿÿ%`•¨œOˆÿÿ,gDf˜¨œOˆÿÿ%`•žOˆÿÿ0gDf˜žOˆÿÿ%`•P&ˆÿÿ4gDf˜P&ˆÿÿ%`•hQ&ˆÿÿ8gDf˜hQ&ˆÿÿ%`•ÐR&ˆÿÿ<gDf˜ÐR&ˆÿÿ%`•8T&ˆÿÿ@gDf˜8T&ˆÿÿ%`• U&ˆÿÿDgDf˜ U&ˆÿÿ%`•W&ˆÿÿHgDf˜W&ˆÿÿ%`•pX&ˆÿÿLgDf˜pX&ˆÿÿ%`•ØY&ˆÿÿPgDf˜ØY&ˆÿÿ%`•@[&ˆÿÿTgDf˜@[&ˆÿÿ%`•¨\&ˆÿÿXgDf˜¨\&ˆÿÿ%`•^&ˆÿÿ\gDf˜^&ˆÿÿ%`•0Å ˆÿÿ`gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿdgDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿhgDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿlgDf˜84Å ˆÿÿ%`• 5Å ˆÿÿpgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿtgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿxgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿ|gDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿ€gDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿ„gDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿˆgDf˜>Å ˆÿÿ%`•>™ˆÿÿŒgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•Ð@ ˆÿÿ”gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ˜gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿœgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ gDf˜8Ô@ ˆÿÿ%`•؉(ˆÿÿ¤gDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ¨gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ¬gDf˜‡(ˆÿÿ%`• …(ˆÿÿ°gDf˜ …(ˆÿÿ%`•8„(ˆÿÿ´gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ¸gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ¼gDf˜h(ˆÿÿ%`•€(ˆÿÿÀgDf˜€(ˆÿÿ%`•A ˆÿÿÄgDf˜A ˆÿÿ%`•hA ˆÿÿÈgDf˜hA ˆÿÿ%`•ÐA ˆÿÿÌgDf˜ÐA ˆÿÿ%`•8A ˆÿÿÐgDf˜8A ˆÿÿ%`• A ˆÿÿÔgDf˜ A ˆÿÿ%`•A ˆÿÿØgDf˜A ˆÿÿ%`•pA ˆÿÿÜgDf˜pA ˆÿÿ%`•Ø A ˆÿÿàgDf˜Ø A ˆÿÿ%`•@ A ˆÿÿägDf˜@ A ˆÿÿ%`•¨ A ˆÿÿègDf˜¨ A ˆÿÿ%`•A ˆÿÿìgDf˜A ˆÿÿ%`•QˆÿÿðgDf˜Qˆÿÿ%`•h‘QˆÿÿôgDf˜h‘Qˆÿÿ%`•Ð’QˆÿÿøgDf˜Ð’Qˆÿÿ%`•8”QˆÿÿügDf˜8”Qˆÿÿ%`• •QˆÿÿgDf˜ •Qˆÿÿ%`•—QˆÿÿgDf˜—Qˆÿÿ%`•p˜QˆÿÿgDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ gDf˜Ø™Qˆÿÿ%`•@›QˆÿÿgDf˜@›Qˆÿÿ%`•¨œQˆÿÿgDf˜¨œQˆÿÿ%`•žQˆÿÿgDf˜žQˆÿÿ%`•`ŠˆÿÿgDf˜`Šˆÿÿ%`•haŠˆÿÿ gDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ$gDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ(gDf˜8dŠˆÿÿ%`• eŠˆÿÿ,gDf˜ eŠˆÿÿ%`•gŠˆÿÿ0gDf˜gŠˆÿÿ%`•phŠˆÿÿ4gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ8gDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ<gDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ@gDf˜¨lŠˆÿÿ%`•nŠˆÿÿDgDf˜nŠˆÿÿ%`•àˆÿÿHgDf˜àˆÿÿ%`•háˆÿÿLgDf˜háˆÿÿ%`•ÐâˆÿÿPgDf˜Ðâˆÿÿ%`•8äˆÿÿTgDf˜8äˆÿÿ%`• åˆÿÿXgDf˜ åˆÿÿ%`•çˆÿÿ\gDf˜çˆÿÿ%`•pèˆÿÿ`gDf˜pèˆÿÿ%`•ØéˆÿÿdgDf˜Øéˆÿÿ%`•@ëˆÿÿhgDf˜@ëˆÿÿ%`•¨ìˆÿÿlgDf˜¨ìˆÿÿ%`•îˆÿÿpgDf˜îˆÿÿ%`•Ž(ˆÿÿtgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿxgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ|gDf˜@‹(ˆÿÿ%`•pGˆÿÿ€gDf˜pGˆÿÿ%`•Gˆÿÿ„gDf˜Gˆÿÿ%`• GˆÿÿˆgDf˜ Gˆÿÿ%`•8GˆÿÿŒgDf˜8Gˆÿÿ%`•ÐGˆÿÿgDf˜ÐGˆÿÿ%`•hGˆÿÿ”gDf˜hGˆÿÿ%`•Gˆÿÿ˜gDf˜Gˆÿÿ%`•0»ˆÿÿœgDf˜0»ˆÿÿ%`•h1»ˆÿÿ gDf˜h1»ˆÿÿ%`•Ð2»ˆÿÿ¤gDf˜Ð2»ˆÿÿ%`•84»ˆÿÿ¨gDf˜84»ˆÿÿ%`• 5»ˆÿÿ¬gDf˜ 5»ˆÿÿ%`•7»ˆÿÿ°gDf˜7»ˆÿÿ%`•p8»ˆÿÿ´gDf˜p8»ˆÿÿ%`•Ø9»ˆÿÿ¸gDf˜Ø9»ˆÿÿ%`•@;»ˆÿÿ¼gDf˜@;»ˆÿÿ%`•¨<»ˆÿÿÀgDf˜¨<»ˆÿÿ%`•>»ˆÿÿÄgDf˜>»ˆÿÿ%`•`‡ˆÿÿÈgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿÌgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿÐgDf˜Ðb‡ˆÿÿ%`•@k‡ˆÿÿÔgDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿèügDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿäügDf˜n‡ˆÿÿ%`•GˆÿÿàgDf˜Gˆÿÿ%`•¨ GˆÿÿìügDf˜¨ Gˆÿÿ%`•@ GˆÿÿèügDf˜@ Gˆÿÿ%`•Ø GˆÿÿägDf˜Ø Gˆÿÿ%`• Õ@ ˆÿÿðügDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿìpgDf˜×@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•g‡ˆÿÿgDf˜g‡ˆÿÿ%`•8d‡ˆÿÿgDf˜8d‡ˆÿÿ%`•Øi‡ˆÿÿ}DgDf˜Øi‡ˆÿÿ%`• e‡ˆÿÿ}LgDf˜ e‡ˆÿÿ%`•ph‡ˆÿÿáìgDf˜ph‡ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿ gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ gDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿáðgDf˜ÐÒ@ ˆÿÿ%`•×@ ˆÿÿâgDf˜×@ ˆÿÿ%`•×@ ˆÿÿ gDf˜×@ ˆÿÿ%`•×@ ˆÿÿâ8gDf˜×@ ˆÿÿ%`•×@ ˆÿÿ gDf˜×@ ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•0«ˆÿÿõ€gDf˜0«ˆÿÿ%`•p8«ˆÿÿö„gDf˜p8«ˆÿÿ%`•84«ˆÿÿöДgDf˜84«ˆÿÿ%`•h1«ˆÿÿ÷dügDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿù`gDf˜Ð2«ˆÿÿ%`• 5«ˆÿÿ gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ ügDf˜7«ˆÿÿ%`•Ø9«ˆÿÿ ˜gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ ¬ügDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ¨\gDf˜¨<«ˆÿÿ%`•0ð ˆÿÿ gDf˜0ð ˆÿÿ%`•>«ˆÿÿo¸xgDf˜>«ˆÿÿ%`•pØ@ ˆÿÿƒ,gDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿƒ8gDf˜×@ ˆÿÿ%`•hÑ@ ˆÿÿgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿgDf˜Ð@ ˆÿÿ%`• Õ@ ˆÿÿ‘gDf˜ Õ@ ˆÿÿ%`•ØÙ@ ˆÿÿ˜gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ™ gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ¡gDf˜Þ@ ˆÿÿ%`•ÐÒ@ ˆÿÿâHgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿâTLgDf˜8Ô@ ˆÿÿ%`•0ð ˆÿÿ gDf˜0ð ˆÿÿ%`•0ð ˆÿÿ`gDf˜0ð ˆÿÿ%`•h1ð ˆÿÿdŒgDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿôügDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ!ðàgDf˜84ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ÐgDf˜'ˆÿÿ%`•84ð ˆÿÿ"ÔPgDf˜84ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#$gDf˜'ˆÿÿ%`•84ð ˆÿÿ#(LgDf˜84ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#tgDf˜'ˆÿÿ%`•84ð ˆÿÿ#x|gDf˜84ð ˆÿÿ%`•7ð ˆÿÿ#øügDf˜7ð ˆÿÿ%`•>ð ˆÿÿ%ôLgDf˜>ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'@gDf˜'ˆÿÿ%`•>ð ˆÿÿ'D´gDf˜>ð ˆÿÿ%`•7ð ˆÿÿ'üügDf˜7ð ˆÿÿ%`•84ð ˆÿÿ)øügDf˜84ð ˆÿÿ%`•@;ð ˆÿÿ+ôgDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ+øgDf˜¨<ð ˆÿÿ%`•p8ð ˆÿÿ,ügDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ-üügDf˜Ø9ð ˆÿÿ%`•Ð2ð ˆÿÿ/øgDf˜Ð2ð ˆÿÿ%`•h1ð ˆÿÿ/ügDf˜h1ð ˆÿÿ%`•0ð ˆÿÿ0ügDf˜0ð ˆÿÿ%`• 5ð ˆÿÿ2ügDf˜ 5ð ˆÿÿ%`•>™ˆÿÿ3ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•ðˆÿÿ4´gDf˜ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5¼gDf˜'ˆÿÿ%`•ðˆÿÿzDgDf˜ðˆÿÿ%`•8ôˆÿÿ}ôgDf˜8ôˆÿÿ%`•Ðòˆÿÿ¸gDf˜Ðòˆÿÿ%`•Ðòˆÿÿ gDf˜Ðòˆÿÿ%`•Ðòˆÿÿz4gDf˜Ðòˆÿÿ%`•8ôˆÿÿzX(gDf˜8ôˆÿÿ%`•ðˆÿÿz” gDf˜ðˆÿÿ%`•hñˆÿÿÜgDf˜hñˆÿÿ%`• õˆÿÿã8ügDf˜ õˆÿÿ%`•÷ˆÿÿå4ügDf˜÷ˆÿÿ%`•pøˆÿÿç0ügDf˜pøˆÿÿ%`•Øùˆÿÿé,gDf˜Øùˆÿÿ%`•@ûˆÿÿê8PgDf˜@ûˆÿÿ%`•@ûˆÿÿ gDf˜@ûˆÿÿ%`•@ûˆÿÿ5ÀgDf˜@ûˆÿÿ%`•Øùˆÿÿ5Ä gDf˜Øùˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ägDf˜'ˆÿÿ%`•Øùˆÿÿ5è$gDf˜Øùˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6 gDf˜'ˆÿÿ%`•Øùˆÿÿ6$gDf˜Øùˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ64gDf˜'ˆÿÿ%`•Øùˆÿÿ68gDf˜Øùˆÿÿ%`•hñˆÿÿ6<gDf˜hñˆÿÿ%`•÷ˆÿÿ6@gDf˜÷ˆÿÿ%`•@ûˆÿÿ6DgDf˜@ûˆÿÿ%`•pøˆÿÿ6HgDf˜pøˆÿÿ%`• õˆÿÿ6LgDf˜ õˆÿÿ%`•ðˆÿÿ6PgDf˜ðˆÿÿ%`•8ôˆÿÿ6TgDf˜8ôˆÿÿ%`•Ðòˆÿÿ6XgDf˜Ðòˆÿÿ%`•¨üˆÿÿ6\gDf˜¨üˆÿÿ%`•þˆÿÿ6`gDf˜þˆÿÿ%`•¨<™ˆÿÿ6dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6hgDf˜>™ˆÿÿ%`•€¹ˆÿÿ6lgDf˜€¹ˆÿÿ%`•h¹ˆÿÿ6pgDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ6tgDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿ6xgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿ6|gDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿ6€gDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿ6„gDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿ6ˆgDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿ6ŒgDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿ6gDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿ6”gDf˜޹ˆÿÿ%`•À²ˆÿÿ6˜gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿ6œgDf˜hÁ²ˆÿÿ%`•вˆÿÿ6 gDf˜Ð²ˆÿÿ%`•8IJˆÿÿ6¤gDf˜8IJˆÿÿ%`• Å²ˆÿÿ6¨gDf˜ Å²ˆÿÿ%`•Dzˆÿÿ6¬gDf˜Dzˆÿÿ%`•pȲˆÿÿ6°gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ6´gDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ6¸gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ6¼gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ6ÀgDf˜βˆÿÿ%`•Pˆÿÿ6ÄgDf˜Pˆÿÿ%`•hQˆÿÿ6ÈgDf˜hQˆÿÿ%`•ÐRˆÿÿ6ÌgDf˜ÐRˆÿÿ%`•8Tˆÿÿ6ÐgDf˜8Tˆÿÿ%`• Uˆÿÿ6ÔgDf˜ Uˆÿÿ%`•Wˆÿÿ6ØgDf˜Wˆÿÿ%`•pXˆÿÿ6ÜgDf˜pXˆÿÿ%`•ØYˆÿÿ6àgDf˜ØYˆÿÿ%`•@[ˆÿÿ6ägDf˜@[ˆÿÿ%`•¨\ˆÿÿ6ègDf˜¨\ˆÿÿ%`•^ˆÿÿ6ìgDf˜^ˆÿÿ%`•…ˆÿÿ6ðgDf˜…ˆÿÿ%`•h‘…ˆÿÿ6ôgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ6øgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ6ügDf˜8”…ˆÿÿ%`• •…ˆÿÿ7gDf˜ •…ˆÿÿ%`•—…ˆÿÿ7gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ7gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ7 gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ7gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ7gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ7gDf˜ž…ˆÿÿ%`•  ˆÿÿ7gDf˜  ˆÿÿ%`•h¡ ˆÿÿ7 gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ7$gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ7(gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ7,gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ70gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ74gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ78gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ7<gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ7@gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ7DgDf˜® ˆÿÿ%`•`¯ˆÿÿ7HgDf˜`¯ˆÿÿ%`•ha¯ˆÿÿ7LgDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿ7PgDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿ7TgDf˜8d¯ˆÿÿ%`• e¯ˆÿÿ7XgDf˜ e¯ˆÿÿ%`•g¯ˆÿÿ7\gDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ7`gDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ7dgDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿ7hgDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿ7lgDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿ7pgDf˜n¯ˆÿÿ%`•཈ÿÿ7tgDf˜à½ˆÿÿ%`•hὈÿÿ7xgDf˜hὈÿÿ%`•Ð⽈ÿÿ7|gDf˜Ð⽈ÿÿ%`•8佈ÿÿ7€gDf˜8佈ÿÿ%`• å½ˆÿÿ7„gDf˜ å½ˆÿÿ%`•罈ÿÿ7ˆgDf˜ç½ˆÿÿ%`•p轈ÿÿ7ŒgDf˜p轈ÿÿ%`•Øé½ˆÿÿ7gDf˜Øé½ˆÿÿ%`•@뽈ÿÿ7”gDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ7˜gDf˜¨ì½ˆÿÿ%`•ÿÿ7œgDf˜î½ˆÿÿ%`• I ˆÿÿ7 gDf˜ I ˆÿÿ%`•h¡I ˆÿÿ7¤gDf˜h¡I ˆÿÿ%`•ТI ˆÿÿ7¨gDf˜Ð¢I ˆÿÿ%`•8¤I ˆÿÿ7¬gDf˜8¤I ˆÿÿ%`• ¥I ˆÿÿ7°gDf˜ ¥I ˆÿÿ%`•§I ˆÿÿ7´gDf˜§I ˆÿÿ%`•p¨I ˆÿÿ7¸gDf˜p¨I ˆÿÿ%`•Ø©I ˆÿÿ7¼gDf˜Ø©I ˆÿÿ%`•@«I ˆÿÿ7ÀgDf˜@«I ˆÿÿ%`•¨¬I ˆÿÿ7ÄgDf˜¨¬I ˆÿÿ%`•®I ˆÿÿ7ÈgDf˜®I ˆÿÿ%`• Èÿÿ7ÌgDf˜ Èÿÿ%`•h!Èÿÿ7ÐgDf˜h!Èÿÿ%`•Ð"Èÿÿ7ÔgDf˜Ð"Èÿÿ%`•8$Èÿÿ7ØgDf˜8$Èÿÿ%`• %Èÿÿ7ÜgDf˜ %Èÿÿ%`•'Èÿÿ7àgDf˜'Èÿÿ%`•p(Èÿÿ7ägDf˜p(Èÿÿ%`•Ø)Èÿÿ7ègDf˜Ø)Èÿÿ%`•@+Èÿÿ7ìgDf˜@+Èÿÿ%`•¨,Èÿÿ7ðgDf˜¨,Èÿÿ%`•.Èÿÿ7ôgDf˜.Èÿÿ%`• …ˆÿÿ7øgDf˜ …ˆÿÿ%`•h!…ˆÿÿ7ügDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ8gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ8gDf˜8$…ˆÿÿ%`• %…ˆÿÿ8 gDf˜ %…ˆÿÿ%`•'…ˆÿÿ8gDf˜'…ˆÿÿ%`•p(…ˆÿÿ8gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ8gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ8gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ8 gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ8$gDf˜.…ˆÿÿ%`• ¨ˆÿÿ8(gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ8,gDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ80gDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ84gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ88gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ8<gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ8@gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ8DgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ8HgDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ8LgDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ8PgDf˜®¨ˆÿÿ%`•Žˆÿÿ8TgDf˜Žˆÿÿ%`•hŽˆÿÿ8XgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ8\gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ8`gDf˜8Žˆÿÿ%`• Žˆÿÿ8dgDf˜ Žˆÿÿ%`•Žˆÿÿ8hgDf˜Žˆÿÿ%`•pŽˆÿÿ8lgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ8pgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ8tgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ8xgDf˜¨ Žˆÿÿ%`•Žˆÿÿ8|gDf˜Žˆÿÿ%`•­ˆÿÿ8€gDf˜­ˆÿÿ%`•h­ˆÿÿ8„gDf˜h­ˆÿÿ%`•Эˆÿÿ8ˆgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ8ŒgDf˜8­ˆÿÿ%`• ­ˆÿÿ8gDf˜ ­ˆÿÿ%`•­ˆÿÿ8”gDf˜­ˆÿÿ%`•p­ˆÿÿ8˜gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ8œgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ8 gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ8¤gDf˜¨ ­ˆÿÿ%`•­ˆÿÿ8¨gDf˜­ˆÿÿ%`•Àoˆÿÿ8¬gDf˜Àoˆÿÿ%`•hÁoˆÿÿ8°gDf˜hÁoˆÿÿ%`•ÐÂoˆÿÿ8´gDf˜ÐÂoˆÿÿ%`•8Äoˆÿÿ8¸gDf˜8Äoˆÿÿ%`• Åoˆÿÿ8¼gDf˜ Åoˆÿÿ%`•Çoˆÿÿ8ÀgDf˜Çoˆÿÿ%`•pÈoˆÿÿ8ÄgDf˜pÈoˆÿÿ%`•ØÉoˆÿÿ8ÈgDf˜ØÉoˆÿÿ%`•@Ëoˆÿÿ8ÌgDf˜@Ëoˆÿÿ%`•¨Ìoˆÿÿ8ÐgDf˜¨Ìoˆÿÿ%`•Îoˆÿÿ8ÔgDf˜Îoˆÿÿ%`•>™ˆÿÿ8ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8ÜgDf˜¨<™ˆÿÿ%`•ØÉ²ˆÿÿ8àgDf˜ØÉ²ˆÿÿ%`•pȲˆÿÿ8ägDf˜pȲˆÿÿ%`•Dzˆÿÿ8ègDf˜Dzˆÿÿ%`• Å²ˆÿÿ8ìgDf˜ Å²ˆÿÿ%`•8IJˆÿÿ8ðgDf˜8IJˆÿÿ%`•вˆÿÿ8ôgDf˜Ð²ˆÿÿ%`•hÁ²ˆÿÿ8øgDf˜hÁ²ˆÿÿ%`•À²ˆÿÿ8ügDf˜À²ˆÿÿ%`•0ˆÿÿ9gDf˜0ˆÿÿ%`•h1ˆÿÿ9gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ9gDf˜Ð2ˆÿÿ%`•84ˆÿÿ9 gDf˜84ˆÿÿ%`• 5ˆÿÿ9gDf˜ 5ˆÿÿ%`•7ˆÿÿ9gDf˜7ˆÿÿ%`•p8ˆÿÿ9gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ9gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ9 gDf˜@;ˆÿÿ%`•¨<ˆÿÿ9$gDf˜¨<ˆÿÿ%`•>ˆÿÿ9(gDf˜>ˆÿÿ%`•½ˆÿÿ9,gDf˜½ˆÿÿ%`•h½ˆÿÿ90gDf˜h½ˆÿÿ%`•нˆÿÿ94gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ98gDf˜8½ˆÿÿ%`• ½ˆÿÿ9<gDf˜ ½ˆÿÿ%`•½ˆÿÿ9@gDf˜½ˆÿÿ%`•p½ˆÿÿ9DgDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ9HgDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ9LgDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ9PgDf˜¨ ½ˆÿÿ%`•½ˆÿÿ9TgDf˜½ˆÿÿ%`•βˆÿÿ9XgDf˜βˆÿÿ%`•¨Ì²ˆÿÿ9\gDf˜¨Ì²ˆÿÿ%`•@˲ˆÿÿ9`gDf˜@˲ˆÿÿ%`•p¨ ˆÿÿ9dgDf˜p¨ ˆÿÿ%`•§ ˆÿÿ9hgDf˜§ ˆÿÿ%`• ¥ ˆÿÿ9lgDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ9pgDf˜8¤ ˆÿÿ%`•Т ˆÿÿ9tgDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ9xgDf˜h¡ ˆÿÿ%`•  ˆÿÿ9|gDf˜  ˆÿÿ%`•…ˆÿÿ9€gDf˜…ˆÿÿ%`•h‘…ˆÿÿ9„gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ9ˆgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ9ŒgDf˜8”…ˆÿÿ%`• •…ˆÿÿ9gDf˜ •…ˆÿÿ%`•—…ˆÿÿ9”gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ9˜gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ9œgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ9 gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ9¤gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ9¨gDf˜ž…ˆÿÿ%`•Pˆÿÿ9¬gDf˜Pˆÿÿ%`•hQˆÿÿ9°gDf˜hQˆÿÿ%`•ÐRˆÿÿ9´gDf˜ÐRˆÿÿ%`•8Tˆÿÿ9¸gDf˜8Tˆÿÿ%`• Uˆÿÿ9¼gDf˜ Uˆÿÿ%`•Wˆÿÿ9ÀgDf˜Wˆÿÿ%`•pXˆÿÿ9ÄgDf˜pXˆÿÿ%`•ØYˆÿÿ9ÈgDf˜ØYˆÿÿ%`•@[ˆÿÿ9ÌgDf˜@[ˆÿÿ%`•¨\ˆÿÿ9ÐgDf˜¨\ˆÿÿ%`•^ˆÿÿ9ÔgDf˜^ˆÿÿ%`•® ˆÿÿ9ØgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ9ÜgDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ9àgDf˜@« ˆÿÿ%`•Ø© ˆÿÿ9ägDf˜Ø© ˆÿÿ%`•§I ˆÿÿ9ègDf˜§I ˆÿÿ%`• ¥I ˆÿÿ9ìgDf˜ ¥I ˆÿÿ%`•8¤I ˆÿÿ9ðgDf˜8¤I ˆÿÿ%`•ТI ˆÿÿ9ôgDf˜Ð¢I ˆÿÿ%`•h¡I ˆÿÿ9øgDf˜h¡I ˆÿÿ%`• I ˆÿÿ9ügDf˜ I ˆÿÿ%`•P(ˆÿÿ:gDf˜P(ˆÿÿ%`•hQ(ˆÿÿ:gDf˜hQ(ˆÿÿ%`•ÐR(ˆÿÿ:gDf˜ÐR(ˆÿÿ%`•8T(ˆÿÿ: gDf˜8T(ˆÿÿ%`• U(ˆÿÿ:gDf˜ U(ˆÿÿ%`•W(ˆÿÿ:gDf˜W(ˆÿÿ%`•pX(ˆÿÿ:gDf˜pX(ˆÿÿ%`•ØY(ˆÿÿ:gDf˜ØY(ˆÿÿ%`•@[(ˆÿÿ: gDf˜@[(ˆÿÿ%`•¨\(ˆÿÿ:$gDf˜¨\(ˆÿÿ%`•^(ˆÿÿ:(gDf˜^(ˆÿÿ%`•཈ÿÿ:,gDf˜à½ˆÿÿ%`•hὈÿÿ:0gDf˜hὈÿÿ%`•Ð⽈ÿÿ:4gDf˜Ð⽈ÿÿ%`•8佈ÿÿ:8gDf˜8佈ÿÿ%`• å½ˆÿÿ:<gDf˜ å½ˆÿÿ%`•罈ÿÿ:@gDf˜ç½ˆÿÿ%`•p轈ÿÿ:DgDf˜p轈ÿÿ%`•Øé½ˆÿÿ:HgDf˜Øé½ˆÿÿ%`•@뽈ÿÿ:LgDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ:PgDf˜¨ì½ˆÿÿ%`•ÿÿ:TgDf˜î½ˆÿÿ%`•®I ˆÿÿ:XgDf˜®I ˆÿÿ%`•¨¬I ˆÿÿ:\gDf˜¨¬I ˆÿÿ%`•@«I ˆÿÿ:`gDf˜@«I ˆÿÿ%`•Ø©I ˆÿÿ:dgDf˜Ø©I ˆÿÿ%`•p¨I ˆÿÿ:hgDf˜p¨I ˆÿÿ%`• ¥¨ˆÿÿ:lgDf˜ ¥¨ˆÿÿ%`•8¤¨ˆÿÿ:pgDf˜8¤¨ˆÿÿ%`•Т¨ˆÿÿ:tgDf˜Ð¢¨ˆÿÿ%`•h¡¨ˆÿÿ:xgDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿ:|gDf˜ ¨ˆÿÿ%`• …ˆÿÿ:€gDf˜ …ˆÿÿ%`•h!…ˆÿÿ:„gDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ:ˆgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ:ŒgDf˜8$…ˆÿÿ%`• %…ˆÿÿ:gDf˜ %…ˆÿÿ%`•'…ˆÿÿ:”gDf˜'…ˆÿÿ%`•p(…ˆÿÿ:˜gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ:œgDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ: gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ:¤gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ:¨gDf˜.…ˆÿÿ%`• Èÿÿ:¬gDf˜ Èÿÿ%`•h!Èÿÿ:°gDf˜h!Èÿÿ%`•Ð"Èÿÿ:´gDf˜Ð"Èÿÿ%`•8$Èÿÿ:¸gDf˜8$Èÿÿ%`• %Èÿÿ:¼gDf˜ %Èÿÿ%`•'Èÿÿ:ÀgDf˜'Èÿÿ%`•p(Èÿÿ:ÄgDf˜p(Èÿÿ%`•Ø)Èÿÿ:ÈgDf˜Ø)Èÿÿ%`•@+Èÿÿ:ÌgDf˜@+Èÿÿ%`•¨,Èÿÿ:ÐgDf˜¨,Èÿÿ%`•.Èÿÿ:ÔgDf˜.Èÿÿ%`•®¨ˆÿÿ:ØgDf˜®¨ˆÿÿ%`•¨¬¨ˆÿÿ:ÜgDf˜¨¬¨ˆÿÿ%`•@«¨ˆÿÿ:àgDf˜@«¨ˆÿÿ%`•Ø©¨ˆÿÿ:ägDf˜Ø©¨ˆÿÿ%`•p¨¨ˆÿÿ:ègDf˜p¨¨ˆÿÿ%`•§¨ˆÿÿ:ìgDf˜§¨ˆÿÿ%`•8Äoˆÿÿ:ðgDf˜8Äoˆÿÿ%`•ÐÂoˆÿÿ:ôgDf˜ÐÂoˆÿÿ%`•hÁoˆÿÿ:øgDf˜hÁoˆÿÿ%`•Àoˆÿÿ:ügDf˜Àoˆÿÿ%`•@(ˆÿÿ;gDf˜@(ˆÿÿ%`•hA(ˆÿÿ;gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ;gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ; gDf˜8D(ˆÿÿ%`• E(ˆÿÿ;gDf˜ E(ˆÿÿ%`•G(ˆÿÿ;gDf˜G(ˆÿÿ%`•pH(ˆÿÿ;gDf˜pH(ˆÿÿ%`•ØI(ˆÿÿ;gDf˜ØI(ˆÿÿ%`•@K(ˆÿÿ; gDf˜@K(ˆÿÿ%`•¨L(ˆÿÿ;$gDf˜¨L(ˆÿÿ%`•N(ˆÿÿ;(gDf˜N(ˆÿÿ%`•À ˆÿÿ;,gDf˜À ˆÿÿ%`•hÁ ˆÿÿ;0gDf˜hÁ ˆÿÿ%`•Рˆÿÿ;4gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ;8gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ;<gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ;@gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ;DgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ;HgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ;LgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ;PgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ;TgDf˜Î ˆÿÿ%`•Îoˆÿÿ;XgDf˜Îoˆÿÿ%`•¨Ìoˆÿÿ;\gDf˜¨Ìoˆÿÿ%`•@Ëoˆÿÿ;`gDf˜@Ëoˆÿÿ%`•ØÉoˆÿÿ;dgDf˜ØÉoˆÿÿ%`•pÈoˆÿÿ;hgDf˜pÈoˆÿÿ%`•Çoˆÿÿ;lgDf˜Çoˆÿÿ%`• Åoˆÿÿ;pgDf˜ Åoˆÿÿ%`•¨<™ˆÿÿ;tgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ;xgDf˜>™ˆÿÿ%`•À²ˆÿÿ;|gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿ;€gDf˜hÁ²ˆÿÿ%`•вˆÿÿ;„gDf˜Ð²ˆÿÿ%`•8IJˆÿÿ;ˆgDf˜8IJˆÿÿ%`• Å²ˆÿÿ;ŒgDf˜ Å²ˆÿÿ%`•Dzˆÿÿ;gDf˜Dzˆÿÿ%`•pȲˆÿÿ;”gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ;˜gDf˜ØÉ²ˆÿÿ%`•8½ˆÿÿ;œgDf˜8½ˆÿÿ%`•нˆÿÿ; gDf˜Ð½ˆÿÿ%`•h½ˆÿÿ;¤gDf˜h½ˆÿÿ%`•½ˆÿÿ;¨gDf˜½ˆÿÿ%`•àdˆÿÿ;¬gDf˜àdˆÿÿ%`•hádˆÿÿ;°gDf˜hádˆÿÿ%`•Ðâdˆÿÿ;´gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ;¸gDf˜8ädˆÿÿ%`• ådˆÿÿ;¼gDf˜ ådˆÿÿ%`•çdˆÿÿ;ÀgDf˜çdˆÿÿ%`•pèdˆÿÿ;ÄgDf˜pèdˆÿÿ%`•Øédˆÿÿ;ÈgDf˜Øédˆÿÿ%`•@ëdˆÿÿ;ÌgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ;ÐgDf˜¨ìdˆÿÿ%`•îdˆÿÿ;ÔgDf˜îdˆÿÿ%`•½ˆÿÿ;ØgDf˜½ˆÿÿ%`•¨ ½ˆÿÿ;ÜgDf˜¨ ½ˆÿÿ%`•@ ½ˆÿÿ;àgDf˜@ ½ˆÿÿ%`•Ø ½ˆÿÿ;ägDf˜Ø ½ˆÿÿ%`•p½ˆÿÿ;ègDf˜p½ˆÿÿ%`•½ˆÿÿ;ìgDf˜½ˆÿÿ%`• ½ˆÿÿ;ðgDf˜ ½ˆÿÿ%`•@˲ˆÿÿ;ôgDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ;øgDf˜¨Ì²ˆÿÿ%`•βˆÿÿ;ügDf˜βˆÿÿ%`•  ˆÿÿ<gDf˜  ˆÿÿ%`•h¡ ˆÿÿ<gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ<gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ<gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ<gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ<gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ<gDf˜p¨ ˆÿÿ%`•8Tˆÿÿ< gDf˜8Tˆÿÿ%`•ÐRˆÿÿ<$gDf˜ÐRˆÿÿ%`•hQˆÿÿ<(gDf˜hQˆÿÿ%`•Pˆÿÿ<,gDf˜Pˆÿÿ%`•0¤ ˆÿÿ<0gDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ<4gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ<8gDf˜Ð2¤ ˆÿÿ%`•¨\ˆÿÿ<<ügDf˜¨\ˆÿÿ%`•@[ˆÿÿ>8ØgDf˜@[ˆÿÿ%`•ØYˆÿÿ@ügDf˜ØYˆÿÿ%`•pXˆÿÿBÔgDf˜pXˆÿÿ%`•Ø© ˆÿÿÐgDf˜Ø© ˆÿÿ%`• UˆÿÿÔügDf˜ Uˆÿÿ%`•Wˆÿÿ¤,gDf˜Wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø9¤ ˆÿÿgDf˜Ø9¤ ˆÿÿ%`•84¤ ˆÿÿgDf˜84¤ ˆÿÿ%`•p8¤ ˆÿÿgDf˜p8¤ ˆÿÿ%`•@;¤ ˆÿÿ  gDf˜@;¤ ˆÿÿ%`• 5¤ ˆÿÿz€gDf˜ 5¤ ˆÿÿ%`•¨<¤ ˆÿÿ}xgDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ}ÜgDf˜>¤ ˆÿÿ%`•7¤ ˆÿÿê0gDf˜7¤ ˆÿÿ%`•^ˆÿÿ누gDf˜^ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•§ ˆÿÿ gDf˜§ ˆÿÿ%`•§ ˆÿÿgDf˜§ ˆÿÿ%`•Ø© ˆÿÿz<gDf˜Ø© ˆÿÿ%`•¨¬ ˆÿÿzˆ gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ{4<gDf˜® ˆÿÿ%`•@« ˆÿÿ{„ gDf˜@« ˆÿÿ%`•  ˆÿÿ|ÔgDf˜  ˆÿÿ%`•8¤ ˆÿÿ|ø$gDf˜8¤ ˆÿÿ%`•h¡ ˆÿÿ}`gDf˜h¡ ˆÿÿ%`•Т ˆÿÿÔgDf˜Ð¢ ˆÿÿ%`• ¥ ˆÿÿø gDf˜ ¥ ˆÿÿ%`•p¨ ˆÿÿáÈ$gDf˜p¨ ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•P ˆÿÿâPgDf˜P ˆÿÿ%`•hQ ˆÿÿâ ˜gDf˜hQ ˆÿÿ%`•ÐR ˆÿÿí8ügDf˜ÐR ˆÿÿ%`•8T ˆÿÿï4ügDf˜8T ˆÿÿ%`• U ˆÿÿñ0ügDf˜ U ˆÿÿ%`•W ˆÿÿó,ügDf˜W ˆÿÿ%`•pX ˆÿÿõ(gDf˜pX ˆÿÿ%`•ØY ˆÿÿõ@ügDf˜ØY ˆÿÿ%`•@[ ˆÿÿ÷<ügDf˜@[ ˆÿÿ%`•¨\ ˆÿÿù8,gDf˜¨\ ˆÿÿ%`•^ ˆÿÿùl°gDf˜^ ˆÿÿ%`•^ ˆÿÿ gDf˜^ ˆÿÿ%`•^ ˆÿÿØügDf˜^ ˆÿÿ%`•¨\ ˆÿÿÜÜgDf˜¨\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¸gDf˜'ˆÿÿ%`•Ð" ˆÿÿÿHgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿgDf˜8$ ˆÿÿ%`• % ˆÿÿ4 gDf˜ % ˆÿÿ%`• % ˆÿÿ ¼gDf˜ % ˆÿÿ%`•8$ ˆÿÿ ÀgDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÐgDf˜'ˆÿÿ%`•8$ ˆÿÿ ÔgDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ègDf˜'ˆÿÿ%`•8$ ˆÿÿ ìgDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8$ ˆÿÿ gDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8$ ˆÿÿ gDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 4gDf˜'ˆÿÿ%`•8$ ˆÿÿ 8|gDf˜8$ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ´gDf˜'ˆÿÿ%`•8$ ˆÿÿ gDf˜8$ ˆÿÿ%`•8$ ˆÿÿz4gDf˜8$ ˆÿÿ%`• % ˆÿÿzXgDf˜ % ˆÿÿ%`•Ð" ˆÿÿzxgDf˜Ð" ˆÿÿ%`•Ð" ˆÿÿ ¸gDf˜Ð" ˆÿÿ%`• % ˆÿÿ ¼gDf˜ % ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÌgDf˜'ˆÿÿ%`• % ˆÿÿ Ð gDf˜ % ˆÿÿ%`•' ˆÿÿ àgDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ègDf˜'ˆÿÿ%`•' ˆÿÿ ìgDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•' ˆÿÿ gDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•' ˆÿÿ gDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 4gDf˜'ˆÿÿ%`•' ˆÿÿ 8ŒgDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÄgDf˜'ˆÿÿ%`•' ˆÿÿzHgDf˜' ˆÿÿ%`•  ˆÿÿ{”gDf˜  ˆÿÿ%`•h! ˆÿÿ{´ gDf˜h! ˆÿÿ%`•h! ˆÿÿ ÈgDf˜h! ˆÿÿ%`•  ˆÿÿ ÌgDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÜgDf˜'ˆÿÿ%`•  ˆÿÿ àgDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`•  ˆÿÿ øgDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•  ˆÿÿ(gDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•  ˆÿÿD\gDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•  ˆÿÿ|ÔgDf˜  ˆÿÿ%`• % ˆÿÿ|øgDf˜ % ˆÿÿ%`•' ˆÿÿ}ôgDf˜' ˆÿÿ%`•' ˆÿÿ¤gDf˜' ˆÿÿ%`• % ˆÿÿ¨gDf˜ % ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`• % ˆÿÿÀ gDf˜ % ˆÿÿ%`•h! ˆÿÿä<gDf˜h! ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•h! ˆÿÿz4gDf˜h! ˆÿÿ%`•' ˆÿÿzXgDf˜' ˆÿÿ%`•  ˆÿÿzxøgDf˜  ˆÿÿ%`•  ˆÿÿ$gDf˜  ˆÿÿ%`•' ˆÿÿ(gDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•' ˆÿÿ@dgDf˜' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•' ˆÿÿ{pgDf˜' ˆÿÿ%`• % ˆÿÿ|ègDf˜ % ˆÿÿ%`•h! ˆÿÿ~ gDf˜h! ˆÿÿ%`•  ˆÿÿ~gDf˜  ˆÿÿ%`•  ˆÿÿ¨gDf˜  ˆÿÿ%`•h! ˆÿÿ¬gDf˜h! ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•h! ˆÿÿÄgDf˜h! ˆÿÿ%`•' ˆÿÿÈgDf˜' ˆÿÿ%`•8$ ˆÿÿÌgDf˜8$ ˆÿÿ%`•Ð" ˆÿÿÐgDf˜Ð" ˆÿÿ%`• % ˆÿÿÔgDf˜ % ˆÿÿ%`•  ˆÿÿØgDf˜  ˆÿÿ%`•p( ˆÿÿÜgDf˜p( ˆÿÿ%`•Ø) ˆÿÿàgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿägDf˜@+ ˆÿÿ%`•¨, ˆÿÿègDf˜¨, ˆÿÿ%`•. ˆÿÿìgDf˜. ˆÿÿ%`•>™ˆÿÿðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•PWˆÿÿøgDf˜PWˆÿÿ%`•hQWˆÿÿügDf˜hQWˆÿÿ%`•ÐRWˆÿÿgDf˜ÐRWˆÿÿ%`•8TWˆÿÿgDf˜8TWˆÿÿ%`• UWˆÿÿgDf˜ UWˆÿÿ%`•WWˆÿÿ gDf˜WWˆÿÿ%`•pXWˆÿÿgDf˜pXWˆÿÿ%`•ØYWˆÿÿgDf˜ØYWˆÿÿ%`•@[WˆÿÿgDf˜@[Wˆÿÿ%`•¨\WˆÿÿgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ gDf˜^Wˆÿÿ%`•@ñ ˆÿÿ$gDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿ(gDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿ,gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ0gDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿ4gDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿ8gDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿ<gDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿ@gDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿDgDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿHgDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿLgDf˜Nñ ˆÿÿ%`•ŒˆÿÿPgDf˜Œˆÿÿ%`•hŒˆÿÿTgDf˜hŒˆÿÿ%`•ÐŒˆÿÿXgDf˜ÐŒˆÿÿ%`•8Œˆÿÿ\gDf˜8Œˆÿÿ%`• Œˆÿÿ`gDf˜ Œˆÿÿ%`•ŒˆÿÿdgDf˜Œˆÿÿ%`•pŒˆÿÿhgDf˜pŒˆÿÿ%`•ØŒˆÿÿlgDf˜ØŒˆÿÿ%`•@ŒˆÿÿpgDf˜@Œˆÿÿ%`•¨ŒˆÿÿtgDf˜¨Œˆÿÿ%`•ŒˆÿÿxgDf˜Œˆÿÿ%`•é ˆÿÿ|gDf˜é ˆÿÿ%`•hé ˆÿÿ€gDf˜hé ˆÿÿ%`•Ðé ˆÿÿ„gDf˜Ðé ˆÿÿ%`•8é ˆÿÿˆgDf˜8é ˆÿÿ%`• é ˆÿÿŒgDf˜ é ˆÿÿ%`•é ˆÿÿgDf˜é ˆÿÿ%`•pé ˆÿÿ”gDf˜pé ˆÿÿ%`•Ø é ˆÿÿ˜gDf˜Ø é ˆÿÿ%`•@ é ˆÿÿœgDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ gDf˜¨ é ˆÿÿ%`•é ˆÿÿ¤gDf˜é ˆÿÿ%`•@ÿ ˆÿÿ¨gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ¬gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ°gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ´gDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ¸gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ¼gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿÀgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿÄgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿÈgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿÌgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿÐgDf˜Nÿ ˆÿÿ%`•€é ˆÿÿÔgDf˜€é ˆÿÿ%`•hé ˆÿÿØgDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿÜgDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿàgDf˜8„é ˆÿÿ%`• …é ˆÿÿègDf˜ …é ˆÿÿ%`•‡é ˆÿÿìgDf˜‡é ˆÿÿ%`•pˆé ˆÿÿðgDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿôgDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿøgDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿügDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿgDf˜Žé ˆÿÿ%`•À¥ˆÿÿgDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿgDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿgDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ$gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ(gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ,gDf˜Î¥ˆÿÿ%`•Àˆÿÿ0gDf˜Àˆÿÿ%`•hÁˆÿÿ4gDf˜hÁˆÿÿ%`•Јÿÿ8gDf˜Ðˆÿÿ%`•8Ĉÿÿ<gDf˜8Ĉÿÿ%`• Åˆÿÿ@gDf˜ Åˆÿÿ%`•LjÿÿDgDf˜Çˆÿÿ%`•pȈÿÿHgDf˜pȈÿÿ%`•ØÉˆÿÿLgDf˜ØÉˆÿÿ%`•@ˈÿÿPgDf˜@ˈÿÿ%`•¨ÌˆÿÿTgDf˜¨Ìˆÿÿ%`•ΈÿÿXgDf˜Îˆÿÿ%`•°rˆÿÿ\gDf˜°rˆÿÿ%`•h±rˆÿÿ`gDf˜h±rˆÿÿ%`•вrˆÿÿdgDf˜Ð²rˆÿÿ%`•8´rˆÿÿhgDf˜8´rˆÿÿ%`• µrˆÿÿlgDf˜ µrˆÿÿ%`•·rˆÿÿpgDf˜·rˆÿÿ%`•p¸rˆÿÿtgDf˜p¸rˆÿÿ%`•عrˆÿÿxgDf˜Ø¹rˆÿÿ%`•@»rˆÿÿ|gDf˜@»rˆÿÿ%`•¨¼rˆÿÿ€gDf˜¨¼rˆÿÿ%`•¾rˆÿÿ„gDf˜¾rˆÿÿ%`•`‡ˆÿÿˆgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿŒgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ”gDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ˜gDf˜ e‡ˆÿÿ%`•g‡ˆÿÿœgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ¤gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ¨gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ¬gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ°gDf˜n‡ˆÿÿ%`•ˆÿÿ´gDf˜ˆÿÿ%`•h‘ˆÿÿ¸gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ¼gDf˜Ð’ˆÿÿ%`•8”ˆÿÿÀgDf˜8”ˆÿÿ%`• •ˆÿÿÄgDf˜ •ˆÿÿ%`•—ˆÿÿÈgDf˜—ˆÿÿ%`•p˜ˆÿÿÌgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿÐgDf˜Ø™ˆÿÿ%`•@›ˆÿÿÔgDf˜@›ˆÿÿ%`•¨œˆÿÿØgDf˜¨œˆÿÿ%`•žˆÿÿÜgDf˜žˆÿÿ%`• /ˆÿÿàgDf˜ /ˆÿÿ%`•h¡/ˆÿÿägDf˜h¡/ˆÿÿ%`•Т/ˆÿÿègDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿìgDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿðgDf˜ ¥/ˆÿÿ%`•§/ˆÿÿôgDf˜§/ˆÿÿ%`•p¨/ˆÿÿøgDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿügDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿgDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿgDf˜¨¬/ˆÿÿ%`•®/ˆÿÿgDf˜®/ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•h­ˆÿÿgDf˜h­ˆÿÿ%`•ЭˆÿÿgDf˜Ð­ˆÿÿ%`•8­ˆÿÿgDf˜8­ˆÿÿ%`• ­ˆÿÿgDf˜ ­ˆÿÿ%`•­ˆÿÿ gDf˜­ˆÿÿ%`•p­ˆÿÿ$gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ(gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ,gDf˜@­ˆÿÿ%`•¨­ˆÿÿ0gDf˜¨­ˆÿÿ%`•­ˆÿÿ4gDf˜­ˆÿÿ%`•P^ ˆÿÿ8gDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿ<gDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿ@gDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿDgDf˜8T^ ˆÿÿ%`• U^ ˆÿÿHgDf˜ U^ ˆÿÿ%`•W^ ˆÿÿLgDf˜W^ ˆÿÿ%`•pX^ ˆÿÿPgDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿTgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿXgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿ\gDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿ`gDf˜^^ ˆÿÿ%`•¨<™ˆÿÿdgDf˜¨<™ˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•ØIñ ˆÿÿlgDf˜ØIñ ˆÿÿ%`•pHñ ˆÿÿpgDf˜pHñ ˆÿÿ%`•Gñ ˆÿÿtgDf˜Gñ ˆÿÿ%`• Eñ ˆÿÿxgDf˜ Eñ ˆÿÿ%`•8Dñ ˆÿÿ|gDf˜8Dñ ˆÿÿ%`•ÐBñ ˆÿÿ€gDf˜ÐBñ ˆÿÿ%`•hAñ ˆÿÿ„gDf˜hAñ ˆÿÿ%`•@ñ ˆÿÿˆgDf˜@ñ ˆÿÿ%`•ðˆÿÿŒgDf˜ðˆÿÿ%`•hñˆÿÿgDf˜hñˆÿÿ%`•Ðòˆÿÿ”gDf˜Ðòˆÿÿ%`•8ôˆÿÿ˜gDf˜8ôˆÿÿ%`• õˆÿÿœgDf˜ õˆÿÿ%`•÷ˆÿÿ gDf˜÷ˆÿÿ%`•pøˆÿÿ¤gDf˜pøˆÿÿ%`•Øùˆÿÿ¨gDf˜Øùˆÿÿ%`•@ûˆÿÿ¬gDf˜@ûˆÿÿ%`•¨üˆÿÿ°gDf˜¨üˆÿÿ%`•þˆÿÿ´gDf˜þˆÿÿ%`•€ë ˆÿÿ¸gDf˜€ë ˆÿÿ%`•hë ˆÿÿ¼gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿÀgDf˜Ð‚ë ˆÿÿ%`• …ë ˆÿÿÄügDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿÀ(gDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿìügDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿèügDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿägDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿðügDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿìügDf˜Žë ˆÿÿ%`•Nñ ˆÿÿègDf˜Nñ ˆÿÿ%`•¨Lñ ˆÿÿôügDf˜¨Lñ ˆÿÿ%`•@Kñ ˆÿÿ!ðgDf˜@Kñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!øgDf˜'ˆÿÿ%`•8„ë ˆÿÿìˆgDf˜8„ë ˆÿÿ%`•@Kñ ˆÿÿ gDf˜@Kñ ˆÿÿ%`•@Kñ ˆÿÿ!ügDf˜@Kñ ˆÿÿ%`•@ñ ˆÿÿ"ØgDf˜@ñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ØgDf˜'ˆÿÿ%`•@ñ ˆÿÿ"ÜŒgDf˜@ñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#hgDf˜'ˆÿÿ%`•@ñ ˆÿÿìxgDf˜@ñ ˆÿÿ%`•@Kñ ˆÿÿ7ôgDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿ8ø gDf˜¨Lñ ˆÿÿ%`•¨Lñ ˆÿÿ gDf˜¨Lñ ˆÿÿ%`•¨Lñ ˆÿÿ#lgDf˜¨Lñ ˆÿÿ%`•@Kñ ˆÿÿ#pgDf˜@Kñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#ŒgDf˜'ˆÿÿ%`•@Kñ ˆÿÿ#\gDf˜@Kñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#ìgDf˜'ˆÿÿ%`•@Kñ ˆÿÿ#ðgDf˜@Kñ ˆÿÿ%`•hAñ ˆÿÿ#øgDf˜hAñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•hAñ ˆÿÿ$ gDf˜hAñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$8gDf˜'ˆÿÿ%`•hAñ ˆÿÿ$<gDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$@gDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$DgDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$HgDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$LgDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$PgDf˜hAñ ˆÿÿ%`•hAñ ˆÿÿ$TgDf˜hAñ ˆÿÿ%`•@Kñ ˆÿÿ$XgDf˜@Kñ ˆÿÿ%`•ÐBñ ˆÿÿ$\gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ$`gDf˜8Dñ ˆÿÿ%`•8Dñ ˆÿÿ$dgDf˜8Dñ ˆÿÿ%`•ÐBñ ˆÿÿ$hgDf˜ÐBñ ˆÿÿ%`•@Kñ ˆÿÿ$lgDf˜@Kñ ˆÿÿ%`•hAñ ˆÿÿ$pgDf˜hAñ ˆÿÿ%`•Nñ ˆÿÿ$tgDf˜Nñ ˆÿÿ%`•¨Lñ ˆÿÿ$xgDf˜¨Lñ ˆÿÿ%`•@ñ ˆÿÿ$|gDf˜@ñ ˆÿÿ%`• Eñ ˆÿÿ$€gDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿ$„gDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿ$ˆgDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿ$ŒgDf˜ØIñ ˆÿÿ%`•>™ˆÿÿ$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ$”gDf˜¨<™ˆÿÿ%`•pHˆÿÿ$˜gDf˜pHˆÿÿ%`•hqHˆÿÿ$œgDf˜hqHˆÿÿ%`•ÐrHˆÿÿ$ gDf˜ÐrHˆÿÿ%`•ÐrHˆÿÿ$¤gDf˜ÐrHˆÿÿ%`•hqHˆÿÿ$¨gDf˜hqHˆÿÿ%`•pHˆÿÿ$¬gDf˜pHˆÿÿ%`•8tHˆÿÿ$°gDf˜8tHˆÿÿ%`• uHˆÿÿ$´gDf˜ uHˆÿÿ%`•wHˆÿÿ$¸gDf˜wHˆÿÿ%`•pxHˆÿÿ$¼gDf˜pxHˆÿÿ%`•ØyHˆÿÿ$ÀgDf˜ØyHˆÿÿ%`•@{Hˆÿÿ$ÄgDf˜@{Hˆÿÿ%`•¨|Hˆÿÿ$ÈgDf˜¨|Hˆÿÿ%`•~Hˆÿÿ$ÌgDf˜~Hˆÿÿ%`•¨<™ˆÿÿ$ÐgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ$ÔgDf˜>™ˆÿÿ%`•ÀŸˆÿÿ$ØgDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ$ÜgDf˜hÁŸˆÿÿ%`•Пˆÿÿ$àgDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ$ägDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ$ègDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ$ìgDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ$ðgDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ$ôgDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ$øgDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ$ügDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ%gDf˜Οˆÿÿ%`•Бˆÿÿ%gDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ%gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ% gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ%gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ%gDf˜ Õ‘ˆÿÿ%`•בˆÿÿ%gDf˜בˆÿÿ%`•pØ‘ˆÿÿ%gDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ% gDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ%$gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ%(gDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ%,gDf˜Þ‘ˆÿÿ%`•pÚˆÿÿ%0gDf˜pÚˆÿÿ%`•hqÚˆÿÿ%4gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿ%8gDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿ%<gDf˜8tÚˆÿÿ%`• uÚˆÿÿ%@gDf˜ uÚˆÿÿ%`•wÚˆÿÿ%DgDf˜wÚˆÿÿ%`•pxÚˆÿÿ%HgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿ%LgDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ%PgDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ%TgDf˜¨|Úˆÿÿ%`•~Úˆÿÿ%XgDf˜~Úˆÿÿ%`•཈ÿÿ%\gDf˜à½ˆÿÿ%`•hὈÿÿ%`gDf˜hὈÿÿ%`•Ð⽈ÿÿ%dgDf˜Ð⽈ÿÿ%`•8佈ÿÿ%hgDf˜8佈ÿÿ%`• å½ˆÿÿ%lgDf˜ å½ˆÿÿ%`•罈ÿÿ%pgDf˜ç½ˆÿÿ%`•p轈ÿÿ%tgDf˜p轈ÿÿ%`•Øé½ˆÿÿ%xgDf˜Øé½ˆÿÿ%`•@뽈ÿÿ%|gDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ%€gDf˜¨ì½ˆÿÿ%`•ÿÿ%„gDf˜î½ˆÿÿ%`•>™ˆÿÿ%ˆgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%ŒgDf˜¨<™ˆÿÿ%`•8Ô‘ˆÿÿ%gDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿ%”gDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿ%˜gDf˜hÑ‘ˆÿÿ%`•Бˆÿÿ%œgDf˜Ð‘ˆÿÿ%`•@½ˆÿÿ% gDf˜@½ˆÿÿ%`•hA½ˆÿÿ%¤gDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿ%¨gDf˜ÐB½ˆÿÿ%`•8D½ˆÿÿ%¬gDf˜8D½ˆÿÿ%`• E½ˆÿÿ%°gDf˜ E½ˆÿÿ%`•G½ˆÿÿ%´gDf˜G½ˆÿÿ%`•pH½ˆÿÿ%¸gDf˜pH½ˆÿÿ%`•ØI½ˆÿÿ%¼gDf˜ØI½ˆÿÿ%`•@K½ˆÿÿ%ÀgDf˜@K½ˆÿÿ%`•¨L½ˆÿÿ%ÄgDf˜¨L½ˆÿÿ%`•N½ˆÿÿ%ÈgDf˜N½ˆÿÿ%`•Pžˆÿÿ%ÌgDf˜Pžˆÿÿ%`•hQžˆÿÿ%ÐgDf˜hQžˆÿÿ%`•ÐRžˆÿÿ%ÔgDf˜ÐRžˆÿÿ%`•8Tžˆÿÿ%ØgDf˜8Tžˆÿÿ%`• Užˆÿÿ%ÜgDf˜ Užˆÿÿ%`•Wžˆÿÿ%àgDf˜Wžˆÿÿ%`•pXžˆÿÿ%ägDf˜pXžˆÿÿ%`•ØYžˆÿÿ%ègDf˜ØYžˆÿÿ%`•@[žˆÿÿ%ìgDf˜@[žˆÿÿ%`•¨\žˆÿÿ%ðgDf˜¨\žˆÿÿ%`•^žˆÿÿ%ôgDf˜^žˆÿÿ%`•ÀVˆÿÿ%øgDf˜ÀVˆÿÿ%`•hÁVˆÿÿ%ügDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿ&gDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿ&gDf˜8ÄVˆÿÿ%`• ÅVˆÿÿ&gDf˜ ÅVˆÿÿ%`•ÇVˆÿÿ& gDf˜ÇVˆÿÿ%`•pÈVˆÿÿ&gDf˜pÈVˆÿÿ%`•ØÉVˆÿÿ&gDf˜ØÉVˆÿÿ%`•@ËVˆÿÿ&gDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿ&gDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿ& gDf˜ÎVˆÿÿ%`•P¦ˆÿÿ&$gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ&(gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ&,gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ&0gDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ&4gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ&8gDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ&<gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ&@gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ&DgDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ&HgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ&LgDf˜^¦ˆÿÿ%`•€Lˆÿÿ&PgDf˜€Lˆÿÿ%`•hLˆÿÿ&TgDf˜hLˆÿÿ%`•ЂLˆÿÿ&XgDf˜Ð‚Lˆÿÿ%`•8„Lˆÿÿ&\gDf˜8„Lˆÿÿ%`• …Lˆÿÿ&`gDf˜ …Lˆÿÿ%`•‡Lˆÿÿ&dgDf˜‡Lˆÿÿ%`•pˆLˆÿÿ&hgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ&lgDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ&pgDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ&tgDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿ&xgDf˜ŽLˆÿÿ%`•¨<™ˆÿÿ&|gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ&€gDf˜>™ˆÿÿ%`•8T¦ˆÿÿ&„gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ&ˆgDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ&ŒgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ&gDf˜P¦ˆÿÿ%`• U¦ˆÿÿ&”gDf˜ U¦ˆÿÿ%`•Pžˆÿÿ&˜gDf˜Pžˆÿÿ%`•hQžˆÿÿ&œgDf˜hQžˆÿÿ%`•ÐRžˆÿÿ& gDf˜ÐRžˆÿÿ%`•8Tžˆÿÿ&¤gDf˜8Tžˆÿÿ%`• Užˆÿÿ&¨gDf˜ Užˆÿÿ%`•Wžˆÿÿ&¬gDf˜Wžˆÿÿ%`•pXžˆÿÿ&°gDf˜pXžˆÿÿ%`•pXžˆÿÿ&´gDf˜pXžˆÿÿ%`•pXžˆÿÿ&¸gDf˜pXžˆÿÿ%`•pXžˆÿÿ&¼gDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÀgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÄgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÈgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÌgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÐgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÔgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ØgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ÜgDf˜pXžˆÿÿ%`•pXžˆÿÿ&àgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ägDf˜pXžˆÿÿ%`•pXžˆÿÿ&ègDf˜pXžˆÿÿ%`•pXžˆÿÿ&ìgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ðgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ôgDf˜pXžˆÿÿ%`•pXžˆÿÿ&øgDf˜pXžˆÿÿ%`•pXžˆÿÿ&ügDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ' gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ' gDf˜pXžˆÿÿ%`•pXžˆÿÿ'$gDf˜pXžˆÿÿ%`•pXžˆÿÿ'(gDf˜pXžˆÿÿ%`•pXžˆÿÿ',gDf˜pXžˆÿÿ%`•pXžˆÿÿ'0gDf˜pXžˆÿÿ%`•pXžˆÿÿ'4gDf˜pXžˆÿÿ%`•pXžˆÿÿ'8gDf˜pXžˆÿÿ%`•pXžˆÿÿ'<gDf˜pXžˆÿÿ%`•pXžˆÿÿ'@gDf˜pXžˆÿÿ%`•pXžˆÿÿ'DgDf˜pXžˆÿÿ%`•pXžˆÿÿ'HgDf˜pXžˆÿÿ%`•pXžˆÿÿ'LgDf˜pXžˆÿÿ%`•pXžˆÿÿ'PgDf˜pXžˆÿÿ%`•pXžˆÿÿ'TgDf˜pXžˆÿÿ%`•pXžˆÿÿ'XgDf˜pXžˆÿÿ%`•pXžˆÿÿ'\gDf˜pXžˆÿÿ%`•pXžˆÿÿ'`gDf˜pXžˆÿÿ%`•pXžˆÿÿ'dgDf˜pXžˆÿÿ%`•pXžˆÿÿ'hgDf˜pXžˆÿÿ%`•pXžˆÿÿ'lgDf˜pXžˆÿÿ%`•pXžˆÿÿ'pgDf˜pXžˆÿÿ%`•pXžˆÿÿ'tgDf˜pXžˆÿÿ%`•pXžˆÿÿ'xgDf˜pXžˆÿÿ%`•pXžˆÿÿ'|gDf˜pXžˆÿÿ%`•pXžˆÿÿ'€gDf˜pXžˆÿÿ%`•pXžˆÿÿ'„gDf˜pXžˆÿÿ%`•pXžˆÿÿ'ˆgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ŒgDf˜pXžˆÿÿ%`•pXžˆÿÿ'gDf˜pXžˆÿÿ%`•pXžˆÿÿ'”gDf˜pXžˆÿÿ%`•pXžˆÿÿ'˜gDf˜pXžˆÿÿ%`•pXžˆÿÿ'œgDf˜pXžˆÿÿ%`•pXžˆÿÿ' gDf˜pXžˆÿÿ%`•pXžˆÿÿ'¤gDf˜pXžˆÿÿ%`•pXžˆÿÿ'¨gDf˜pXžˆÿÿ%`•pXžˆÿÿ'¬gDf˜pXžˆÿÿ%`•pXžˆÿÿ'°gDf˜pXžˆÿÿ%`•pXžˆÿÿ'´gDf˜pXžˆÿÿ%`•pXžˆÿÿ'¸gDf˜pXžˆÿÿ%`•pXžˆÿÿ'¼gDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÀgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÄgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÈgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÌgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÐgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÔgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ØgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ÜgDf˜pXžˆÿÿ%`•pXžˆÿÿ'àgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ägDf˜pXžˆÿÿ%`•pXžˆÿÿ'ègDf˜pXžˆÿÿ%`•pXžˆÿÿ'ìgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ðgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ôgDf˜pXžˆÿÿ%`•pXžˆÿÿ'ügDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ( gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ( gDf˜pXžˆÿÿ%`•pXžˆÿÿ($gDf˜pXžˆÿÿ%`•pXžˆÿÿ((gDf˜pXžˆÿÿ%`•pXžˆÿÿ(,gDf˜pXžˆÿÿ%`•pXžˆÿÿ(0gDf˜pXžˆÿÿ%`•pXžˆÿÿ(4gDf˜pXžˆÿÿ%`•pXžˆÿÿ(8gDf˜pXžˆÿÿ%`•pXžˆÿÿ(<gDf˜pXžˆÿÿ%`•pXžˆÿÿ(@gDf˜pXžˆÿÿ%`•pXžˆÿÿ(DgDf˜pXžˆÿÿ%`•pXžˆÿÿ(HgDf˜pXžˆÿÿ%`•pXžˆÿÿ(LgDf˜pXžˆÿÿ%`•pXžˆÿÿ(PgDf˜pXžˆÿÿ%`•pXžˆÿÿ(TgDf˜pXžˆÿÿ%`•pXžˆÿÿ(XgDf˜pXžˆÿÿ%`•pXžˆÿÿ(\gDf˜pXžˆÿÿ%`•pXžˆÿÿ(`gDf˜pXžˆÿÿ%`•pXžˆÿÿ(dgDf˜pXžˆÿÿ%`•pXžˆÿÿ(hgDf˜pXžˆÿÿ%`•pXžˆÿÿ(lgDf˜pXžˆÿÿ%`•pXžˆÿÿ(pgDf˜pXžˆÿÿ%`•pXžˆÿÿ(tgDf˜pXžˆÿÿ%`•pXžˆÿÿ(xgDf˜pXžˆÿÿ%`•pXžˆÿÿ(|gDf˜pXžˆÿÿ%`•pXžˆÿÿ(€gDf˜pXžˆÿÿ%`•pXžˆÿÿ(„gDf˜pXžˆÿÿ%`•pXžˆÿÿ(ˆgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ŒgDf˜pXžˆÿÿ%`•pXžˆÿÿ(gDf˜pXžˆÿÿ%`•pXžˆÿÿ(”gDf˜pXžˆÿÿ%`•pXžˆÿÿ(˜gDf˜pXžˆÿÿ%`•pXžˆÿÿ(œgDf˜pXžˆÿÿ%`•pXžˆÿÿ( gDf˜pXžˆÿÿ%`•pXžˆÿÿ(¤gDf˜pXžˆÿÿ%`•pXžˆÿÿ(¨gDf˜pXžˆÿÿ%`•pXžˆÿÿ(¬gDf˜pXžˆÿÿ%`•pXžˆÿÿ(°gDf˜pXžˆÿÿ%`•pXžˆÿÿ(´gDf˜pXžˆÿÿ%`•pXžˆÿÿ(¸gDf˜pXžˆÿÿ%`•pXžˆÿÿ(¼gDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÀgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÄgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÈgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÌgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÐgDf˜pXžˆÿÿ%`•pXžˆÿÿ(ÔgDf˜pXžˆÿÿ%`•Wžˆÿÿ(ØgDf˜Wžˆÿÿ%`• Užˆÿÿ(ÜgDf˜ Užˆÿÿ%`•8Tžˆÿÿ(àgDf˜8Tžˆÿÿ%`•ÐRžˆÿÿ(ägDf˜ÐRžˆÿÿ%`•hQžˆÿÿ(ègDf˜hQžˆÿÿ%`•Pžˆÿÿ(ìgDf˜Pžˆÿÿ%`•ØYžˆÿÿ(ðgDf˜ØYžˆÿÿ%`•@[žˆÿÿ(ôgDf˜@[žˆÿÿ%`•¨\žˆÿÿ(øgDf˜¨\žˆÿÿ%`•^žˆÿÿ(ügDf˜^žˆÿÿ%`•>™ˆÿÿ)gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ)gDf˜¨<™ˆÿÿ%`•`‡ˆÿÿ)gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ) gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ)gDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ)gDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ)gDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ)gDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ) gDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ)$gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ)(gDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ),gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ)0gDf˜n‡ˆÿÿ%`•pXžˆÿÿ)4gDf˜pXžˆÿÿ%`•€Lˆÿÿ)8gDf˜€Lˆÿÿ%`•hLˆÿÿ)<gDf˜hLˆÿÿ%`•ЂLˆÿÿ)@gDf˜Ð‚Lˆÿÿ%`•8„Lˆÿÿ)DgDf˜8„Lˆÿÿ%`• …Lˆÿÿ)HgDf˜ …Lˆÿÿ%`•‡Lˆÿÿ)LgDf˜‡Lˆÿÿ%`•pˆLˆÿÿ)PgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ)TgDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ)XgDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ)\gDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿ)`gDf˜ŽLˆÿÿ%`• Užˆÿÿ)dgDf˜ Užˆÿÿ%`•Wžˆÿÿ)hgDf˜Wžˆÿÿ%`•ÐKˆÿÿ)lgDf˜ÐKˆÿÿ%`•hÑKˆÿÿ)pgDf˜hÑKˆÿÿ%`•ÐÒKˆÿÿ)tgDf˜ÐÒKˆÿÿ%`•8ÔKˆÿÿ)xgDf˜8ÔKˆÿÿ%`• ÕKˆÿÿ)|gDf˜ ÕKˆÿÿ%`•×Kˆÿÿ)€gDf˜×Kˆÿÿ%`•pØKˆÿÿ)„gDf˜pØKˆÿÿ%`•ØÙKˆÿÿ)ˆgDf˜ØÙKˆÿÿ%`•@ÛKˆÿÿ)ŒgDf˜@ÛKˆÿÿ%`•¨ÜKˆÿÿ)gDf˜¨ÜKˆÿÿ%`•ÞKˆÿÿ)”gDf˜ÞKˆÿÿ%`•8Tžˆÿÿ)˜gDf˜8Tžˆÿÿ%`•཈ÿÿ)œgDf˜à½ˆÿÿ%`•hὈÿÿ) gDf˜hὈÿÿ%`•Ð⽈ÿÿ)¤gDf˜Ð⽈ÿÿ%`•8佈ÿÿ)¨gDf˜8佈ÿÿ%`• å½ˆÿÿ)¬gDf˜ å½ˆÿÿ%`•罈ÿÿ)°gDf˜ç½ˆÿÿ%`•p轈ÿÿ)´gDf˜p轈ÿÿ%`•Øé½ˆÿÿ)¸gDf˜Øé½ˆÿÿ%`•@뽈ÿÿ)¼gDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ)ÀgDf˜¨ì½ˆÿÿ%`•ÿÿ)ÄgDf˜î½ˆÿÿ%`•hQžˆÿÿ)ÈgDf˜hQžˆÿÿ%`•ÐRžˆÿÿ)ÌgDf˜ÐRžˆÿÿ%`•€ë ˆÿÿ)ÐgDf˜€ë ˆÿÿ%`•hë ˆÿÿ)ÔgDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ)ØgDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ)ÜgDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ)àgDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ)ägDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ)ègDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ)ìgDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ)ðgDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ)ôgDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ)øgDf˜Žë ˆÿÿ%`•ØYžˆÿÿ)ügDf˜ØYžˆÿÿ%`•Pžˆÿÿ*gDf˜Pžˆÿÿ%`•0»ˆÿÿ*gDf˜0»ˆÿÿ%`•h1»ˆÿÿ*gDf˜h1»ˆÿÿ%`•Ð2»ˆÿÿ* gDf˜Ð2»ˆÿÿ%`•84»ˆÿÿ*gDf˜84»ˆÿÿ%`• 5»ˆÿÿ*gDf˜ 5»ˆÿÿ%`•7»ˆÿÿ*gDf˜7»ˆÿÿ%`•p8»ˆÿÿ*gDf˜p8»ˆÿÿ%`•Ø9»ˆÿÿ* gDf˜Ø9»ˆÿÿ%`•@;»ˆÿÿ*$gDf˜@;»ˆÿÿ%`•¨<»ˆÿÿ*(gDf˜¨<»ˆÿÿ%`•>»ˆÿÿ*,gDf˜>»ˆÿÿ%`•^žˆÿÿ*0gDf˜^žˆÿÿ%`•¨\žˆÿÿ*4gDf˜¨\žˆÿÿ%`•@[žˆÿÿ*8gDf˜@[žˆÿÿ%`•¨<™ˆÿÿ*<gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*@gDf˜>™ˆÿÿ%`•Ðb‡ˆÿÿ*DgDf˜Ðb‡ˆÿÿ%`•ha‡ˆÿÿ*HgDf˜ha‡ˆÿÿ%`•`‡ˆÿÿ*LgDf˜`‡ˆÿÿ%`•Àœˆÿÿ*PgDf˜Àœˆÿÿ%`•hÁœˆÿÿ*TgDf˜hÁœˆÿÿ%`•Мˆÿÿ*XgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ*\gDf˜8Äœˆÿÿ%`• Åœˆÿÿ*`gDf˜ Åœˆÿÿ%`•Çœˆÿÿ*dgDf˜Çœˆÿÿ%`•pÈœˆÿÿ*hgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ*lgDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ*pgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ*tgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ*xgDf˜Μˆÿÿ%`• e‡ˆÿÿ*|gDf˜ e‡ˆÿÿ%`•8d‡ˆÿÿ*€gDf˜8d‡ˆÿÿ%`•g‡ˆÿÿ*„gDf˜g‡ˆÿÿ%`•à ˆÿÿ*ˆgDf˜à ˆÿÿ%`•há ˆÿÿ*ŒgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ*gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ*”gDf˜8ä ˆÿÿ%`• å ˆÿÿ*˜gDf˜ å ˆÿÿ%`•ç ˆÿÿ*œgDf˜ç ˆÿÿ%`•pè ˆÿÿ* gDf˜pè ˆÿÿ%`•Øé ˆÿÿ*¤gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ*¨gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ*¬gDf˜¨ì ˆÿÿ%`•î ˆÿÿ*°gDf˜î ˆÿÿ%`•ph‡ˆÿÿ*´gDf˜ph‡ˆÿÿ%`•mˆÿÿ*¸gDf˜mˆÿÿ%`•hmˆÿÿ*¼gDf˜hmˆÿÿ%`•Ðmˆÿÿ*ÀgDf˜Ðmˆÿÿ%`•8mˆÿÿ*ÄgDf˜8mˆÿÿ%`• mˆÿÿ*ÈgDf˜ mˆÿÿ%`•mˆÿÿ*ÌgDf˜mˆÿÿ%`•pmˆÿÿ*ÐgDf˜pmˆÿÿ%`•Ømˆÿÿ*ÔgDf˜Ømˆÿÿ%`•@mˆÿÿ*ØgDf˜@mˆÿÿ%`•¨mˆÿÿ*ÜgDf˜¨mˆÿÿ%`•mˆÿÿ*àgDf˜mˆÿÿ%`•@k‡ˆÿÿ*ägDf˜@k‡ˆÿÿ%`•Øi‡ˆÿÿ*ègDf˜Øi‡ˆÿÿ%`• û ˆÿÿ*ìgDf˜ û ˆÿÿ%`•h¡û ˆÿÿ*ðgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ*ôgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿ*øgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ*ügDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ+gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ+gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ+gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ+ gDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ+gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ+gDf˜®û ˆÿÿ%`•n‡ˆÿÿ+gDf˜n‡ˆÿÿ%`•¨l‡ˆÿÿ+gDf˜¨l‡ˆÿÿ%`• ˆÿÿ+ gDf˜ ˆÿÿ%`•h ˆÿÿ+$gDf˜h ˆÿÿ%`•Ð ˆÿÿ+(gDf˜Ð ˆÿÿ%`•8 ˆÿÿ+,gDf˜8 ˆÿÿ%`•  ˆÿÿ+0gDf˜  ˆÿÿ%`• ˆÿÿ+4gDf˜ ˆÿÿ%`•p ˆÿÿ+8gDf˜p ˆÿÿ%`•Ø  ˆÿÿ+<gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ+@gDf˜@  ˆÿÿ%`•¨  ˆÿÿ+DgDf˜¨  ˆÿÿ%`• ˆÿÿ+HgDf˜ ˆÿÿ%`•pXžˆÿÿ+LgDf˜pXžˆÿÿ%`•€Lˆÿÿ+PgDf˜€Lˆÿÿ%`• ïˆÿÿ+TgDf˜ ïˆÿÿ%`•h¡ïˆÿÿ+XgDf˜h¡ïˆÿÿ%`•Тïˆÿÿ+\gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ+`gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ+dgDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ+hgDf˜§ïˆÿÿ%`•p¨ïˆÿÿ+lgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ+pgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ+tgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ+xgDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ+|gDf˜®ïˆÿÿ%`•hLˆÿÿ+€gDf˜hLˆÿÿ%`•p]ˆÿÿ+„gDf˜p]ˆÿÿ%`•hq]ˆÿÿ+ˆgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ+ŒgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ+gDf˜8t]ˆÿÿ%`• u]ˆÿÿ+”gDf˜ u]ˆÿÿ%`•w]ˆÿÿ+˜gDf˜w]ˆÿÿ%`•px]ˆÿÿ+œgDf˜px]ˆÿÿ%`•Øy]ˆÿÿ+ gDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ+¤gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ+¨gDf˜¨|]ˆÿÿ%`•~]ˆÿÿ+¬gDf˜~]ˆÿÿ%`•8„Lˆÿÿ+°gDf˜8„Lˆÿÿ%`•ŽLˆÿÿ+´gDf˜ŽLˆÿÿ%`•¨ŒLˆÿÿ+¸gDf˜¨ŒLˆÿÿ%`•@‹Lˆÿÿ+¼gDf˜@‹Lˆÿÿ%`•؉Lˆÿÿ+ÀgDf˜Ø‰Lˆÿÿ%`•pˆLˆÿÿ+ÄgDf˜pˆLˆÿÿ%`•‡Lˆÿÿ+ÈgDf˜‡Lˆÿÿ%`• …Lˆÿÿ+ÌgDf˜ …Lˆÿÿ%`•ЂLˆÿÿ+ÐgDf˜Ð‚Lˆÿÿ%`•8Tžˆÿÿ+ÔgDf˜8Tžˆÿÿ%`•Wžˆÿÿ+ØgDf˜Wžˆÿÿ%`• Užˆÿÿ+ÜgDf˜ Užˆÿÿ%`•p轈ÿÿ+àgDf˜p轈ÿÿ%`•罈ÿÿ+ägDf˜ç½ˆÿÿ%`• å½ˆÿÿ+ègDf˜ å½ˆÿÿ%`•8佈ÿÿ+ìgDf˜8佈ÿÿ%`•Ð⽈ÿÿ+ðgDf˜Ð⽈ÿÿ%`•hὈÿÿ+ôgDf˜hὈÿÿ%`•཈ÿÿ+øgDf˜à½ˆÿÿ%`• ˆÿÿ,gDf˜ ˆÿÿ%`•h¡ˆÿÿ,gDf˜h¡ˆÿÿ%`•Тˆÿÿ,gDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ, gDf˜8¤ˆÿÿ%`• ¥ˆÿÿ,gDf˜ ¥ˆÿÿ%`•§ˆÿÿ,gDf˜§ˆÿÿ%`•p¨ˆÿÿ,gDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ,gDf˜Ø©ˆÿÿ%`•@«ˆÿÿ, gDf˜@«ˆÿÿ%`•¨¬ˆÿÿ,$gDf˜¨¬ˆÿÿ%`•®ˆÿÿ,(gDf˜®ˆÿÿ%`•ÀÖˆÿÿ,,gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ,0gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ,4gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ,8gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ,<gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ,@gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ,DgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ,HgDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ,LgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ,PgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ,TgDf˜ÎÖˆÿÿ%`•ÿÿ,XgDf˜î½ˆÿÿ%`•¨ì½ˆÿÿ,\gDf˜¨ì½ˆÿÿ%`•@뽈ÿÿ,`gDf˜@뽈ÿÿ%`•Øé½ˆÿÿ,dgDf˜Øé½ˆÿÿ%`•¨\žˆÿÿ,hgDf˜¨\žˆÿÿ%`•^žˆÿÿ,lgDf˜^žˆÿÿ%`•Pžˆÿÿ,pgDf˜Pžˆÿÿ%`•ØYžˆÿÿ,tgDf˜ØYžˆÿÿ%`•ÐRžˆÿÿ,xgDf˜ÐRžˆÿÿ%`•hQžˆÿÿ,|gDf˜hQžˆÿÿ%`•0¤ ˆÿÿ,€gDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ,„gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ,ˆgDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ,ŒgDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ,gDf˜ 5¤ ˆÿÿ%`•7¤ ˆÿÿ,”gDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ,˜gDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ,œgDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ, gDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿ,¤gDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ,¨gDf˜>¤ ˆÿÿ%`•0Dˆÿÿ,¬gDf˜0Dˆÿÿ%`•h1Dˆÿÿ,°gDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ,´gDf˜Ð2Dˆÿÿ%`•84Dˆÿÿ,¸gDf˜84Dˆÿÿ%`• 5Dˆÿÿ,¼gDf˜ 5Dˆÿÿ%`•7Dˆÿÿ,ÀgDf˜7Dˆÿÿ%`•p8Dˆÿÿ,ÄgDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ,ÈgDf˜Ø9Dˆÿÿ%`•@;Dˆÿÿ,ÌgDf˜@;Dˆÿÿ%`•¨Dˆÿÿ,ÔgDf˜>Dˆÿÿ%`•@[žˆÿÿ,ØgDf˜@[žˆÿÿ%`•>™ˆÿÿ,ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,àgDf˜¨<™ˆÿÿ%`•ph‡ˆÿÿ,ägDf˜ph‡ˆÿÿ%`•g‡ˆÿÿ,ègDf˜g‡ˆÿÿ%`•8d‡ˆÿÿ,ìgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ,ðgDf˜ e‡ˆÿÿ%`•`‡ˆÿÿ,ôgDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ,øgDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ,ügDf˜Ðb‡ˆÿÿ%`•À+ˆÿÿ-gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ-gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ-gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ- gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ-gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ-gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ-gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ-gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ- gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ-$gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ-(gDf˜Î+ˆÿÿ%`•»ˆÿÿ-,gDf˜»ˆÿÿ%`•h»ˆÿÿ-0gDf˜h»ˆÿÿ%`•лˆÿÿ-4gDf˜Ð»ˆÿÿ%`•8»ˆÿÿ-8gDf˜8»ˆÿÿ%`• »ˆÿÿ-<gDf˜ »ˆÿÿ%`•»ˆÿÿ-@gDf˜»ˆÿÿ%`•p»ˆÿÿ-DgDf˜p»ˆÿÿ%`•Ø»ˆÿÿ-HgDf˜Ø»ˆÿÿ%`•@»ˆÿÿ-LgDf˜@»ˆÿÿ%`•¨»ˆÿÿ-PgDf˜¨»ˆÿÿ%`•»ˆÿÿ-TgDf˜»ˆÿÿ%`•¨l‡ˆÿÿ-XgDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ-\gDf˜n‡ˆÿÿ%`•Øi‡ˆÿÿ-`gDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ-dgDf˜@k‡ˆÿÿ%`• ˆÿÿ-hgDf˜ ˆÿÿ%`•  ˆÿÿ-lgDf˜  ˆÿÿ%`•8 ˆÿÿ-pgDf˜8 ˆÿÿ%`•Ð ˆÿÿ-tgDf˜Ð ˆÿÿ%`•h ˆÿÿ-xgDf˜h ˆÿÿ%`• ˆÿÿ-|gDf˜ ˆÿÿ%`•àˆÿÿ-€gDf˜àˆÿÿ%`•háˆÿÿ-„gDf˜háˆÿÿ%`•Ðâˆÿÿ-ˆgDf˜Ðâˆÿÿ%`•8äˆÿÿ-ŒgDf˜8äˆÿÿ%`• åˆÿÿ-gDf˜ åˆÿÿ%`•çˆÿÿ-”gDf˜çˆÿÿ%`•pèˆÿÿ-˜gDf˜pèˆÿÿ%`•Øéˆÿÿ-œgDf˜Øéˆÿÿ%`•@ëˆÿÿ- gDf˜@ëˆÿÿ%`•¨ìˆÿÿ-¤gDf˜¨ìˆÿÿ%`•îˆÿÿ-¨gDf˜îˆÿÿ%`• Èÿÿ-¬gDf˜ Èÿÿ%`•h!Èÿÿ-°gDf˜h!Èÿÿ%`•Ð"Èÿÿ-´gDf˜Ð"Èÿÿ%`•8$Èÿÿ-¸gDf˜8$Èÿÿ%`• %Èÿÿ-¼gDf˜ %Èÿÿ%`•'Èÿÿ-ÀgDf˜'Èÿÿ%`•p(Èÿÿ-ÄgDf˜p(Èÿÿ%`•Ø)Èÿÿ-ÈgDf˜Ø)Èÿÿ%`•@+Èÿÿ-ÌgDf˜@+Èÿÿ%`•¨,Èÿÿ-ÐgDf˜¨,Èÿÿ%`•.Èÿÿ-ÔgDf˜.Èÿÿ%`• ˆÿÿ-ØgDf˜ ˆÿÿ%`•¨  ˆÿÿ-ÜgDf˜¨  ˆÿÿ%`•@  ˆÿÿ-àgDf˜@  ˆÿÿ%`•Ø  ˆÿÿ-ägDf˜Ø  ˆÿÿ%`•p ˆÿÿ-ègDf˜p ˆÿÿ%`•pXžˆÿÿ-ìgDf˜pXžˆÿÿ%`•ŽLˆÿÿ-ðgDf˜ŽLˆÿÿ%`•8„Lˆÿÿ-ôgDf˜8„Lˆÿÿ%`•hLˆÿÿ-øgDf˜hLˆÿÿ%`•€Lˆÿÿ-ügDf˜€Lˆÿÿ%`•À§ˆÿÿ.gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ.gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ.gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ. gDf˜8ħˆÿÿ%`• Å§ˆÿÿ.gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ.gDf˜ǧˆÿÿ%`•pȧˆÿÿ.gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ.gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ. gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ.$gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ.(gDf˜Χˆÿÿ%`•à/ˆÿÿ.,gDf˜à/ˆÿÿ%`•há/ˆÿÿ.0gDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ.4gDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ.8gDf˜8ä/ˆÿÿ%`• å/ˆÿÿ.<gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ.@gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ.DgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ.HgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ.LgDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ.PgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ.TgDf˜î/ˆÿÿ%`•ЂLˆÿÿ.XgDf˜Ð‚Lˆÿÿ%`• …Lˆÿÿ.\gDf˜ …Lˆÿÿ%`•‡Lˆÿÿ.`gDf˜‡Lˆÿÿ%`•pˆLˆÿÿ.dgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ.hgDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ.lgDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ.pgDf˜¨ŒLˆÿÿ%`• Užˆÿÿ.tgDf˜ Užˆÿÿ%`•Wžˆÿÿ.xgDf˜Wžˆÿÿ%`•8Tžˆÿÿ.|gDf˜8Tžˆÿÿ%`•཈ÿÿ.€gDf˜à½ˆÿÿ%`•hὈÿÿ.„gDf˜hὈÿÿ%`•Ð⽈ÿÿ.ˆgDf˜Ð⽈ÿÿ%`•8佈ÿÿ.ŒgDf˜8佈ÿÿ%`• å½ˆÿÿ.gDf˜ å½ˆÿÿ%`•罈ÿÿ.”gDf˜ç½ˆÿÿ%`•p轈ÿÿ.˜gDf˜p轈ÿÿ%`•8ÄÖˆÿÿ.œgDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ. gDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ.¤gDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ.¨gDf˜ÀÖˆÿÿ%`•pÚˆÿÿ.¬gDf˜pÚˆÿÿ%`•hqÚˆÿÿ.°gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿ.´gDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿ.¸gDf˜8tÚˆÿÿ%`• uÚˆÿÿ.¼gDf˜ uÚˆÿÿ%`•wÚˆÿÿ.ÀgDf˜wÚˆÿÿ%`•pxÚˆÿÿ.ÄgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿ.ÈgDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ.ÌgDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ.ÐgDf˜¨|Úˆÿÿ%`•~Úˆÿÿ.ÔgDf˜~Úˆÿÿ%`•ÎÖˆÿÿ.ØgDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ.ÜgDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ.àgDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ.ägDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ.ègDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ.ìgDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ.ðgDf˜ ÅÖˆÿÿ%`•Øé½ˆÿÿ.ôgDf˜Øé½ˆÿÿ%`•@뽈ÿÿ.øgDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ.ügDf˜¨ì½ˆÿÿ%`•ÿÿ/gDf˜î½ˆÿÿ%`•hQžˆÿÿ/gDf˜hQžˆÿÿ%`•ÐRžˆÿÿ/gDf˜ÐRžˆÿÿ%`•ØYžˆÿÿ/ gDf˜ØYžˆÿÿ%`•Pžˆÿÿ/gDf˜Pžˆÿÿ%`•^žˆÿÿ/gDf˜^žˆÿÿ%`•¨\žˆÿÿ/gDf˜¨\žˆÿÿ%`•84Dˆÿÿ/gDf˜84Dˆÿÿ%`•Ð2Dˆÿÿ/ gDf˜Ð2Dˆÿÿ%`•h1Dˆÿÿ/$gDf˜h1Dˆÿÿ%`•0Dˆÿÿ/(gDf˜0Dˆÿÿ%`•€hˆÿÿ/,gDf˜€hˆÿÿ%`•hhˆÿÿ/0gDf˜hhˆÿÿ%`•Ђhˆÿÿ/4gDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ/8gDf˜8„hˆÿÿ%`• …hˆÿÿ/<gDf˜ …hˆÿÿ%`•‡hˆÿÿ/@gDf˜‡hˆÿÿ%`•pˆhˆÿÿ/DgDf˜pˆhˆÿÿ%`•؉hˆÿÿ/HgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ/LgDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ/PgDf˜¨Œhˆÿÿ%`•Žhˆÿÿ/TgDf˜Žhˆÿÿ%`•>Dˆÿÿ/XgDf˜>Dˆÿÿ%`•¨™ˆÿÿ/|gDf˜>™ˆÿÿ%`•Ðb‡ˆÿÿ/€gDf˜Ðb‡ˆÿÿ%`•ha‡ˆÿÿ/„gDf˜ha‡ˆÿÿ%`•`‡ˆÿÿ/ˆgDf˜`‡ˆÿÿ%`• e‡ˆÿÿ/ŒgDf˜ e‡ˆÿÿ%`•8d‡ˆÿÿ/gDf˜8d‡ˆÿÿ%`•g‡ˆÿÿ/”gDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ/˜gDf˜ph‡ˆÿÿ%`•8»ˆÿÿ/œgDf˜8»ˆÿÿ%`•лˆÿÿ/ gDf˜Ð»ˆÿÿ%`•h»ˆÿÿ/¤gDf˜h»ˆÿÿ%`•»ˆÿÿ/¨gDf˜»ˆÿÿ%`•0Fˆÿÿ/¬gDf˜0Fˆÿÿ%`•h1Fˆÿÿ/°gDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ/´gDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ/¸gDf˜84Fˆÿÿ%`• 5Fˆÿÿ/¼gDf˜ 5Fˆÿÿ%`•7Fˆÿÿ/ÀgDf˜7Fˆÿÿ%`•p8Fˆÿÿ/ÄgDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ/ÈgDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ/ÌgDf˜@;Fˆÿÿ%`•¨Fˆÿÿ/ÔgDf˜>Fˆÿÿ%`•»ˆÿÿ/ØgDf˜»ˆÿÿ%`•¨»ˆÿÿ/ÜgDf˜¨»ˆÿÿ%`•@»ˆÿÿ/àgDf˜@»ˆÿÿ%`•Ø»ˆÿÿ/ägDf˜Ø»ˆÿÿ%`•p»ˆÿÿ/ègDf˜p»ˆÿÿ%`•»ˆÿÿ/ìgDf˜»ˆÿÿ%`• »ˆÿÿ/ðgDf˜ »ˆÿÿ%`•@k‡ˆÿÿ/ôgDf˜@k‡ˆÿÿ%`•Øi‡ˆÿÿ/øgDf˜Øi‡ˆÿÿ%`•n‡ˆÿÿ/ügDf˜n‡ˆÿÿ%`•¨l‡ˆÿÿ0gDf˜¨l‡ˆÿÿ%`• ˆÿÿ0gDf˜ ˆÿÿ%`•h ˆÿÿ0 gDf˜h ˆÿÿ%`•Ð ˆÿÿ0gDf˜Ð ˆÿÿ%`•8 ˆÿÿ0gDf˜8 ˆÿÿ%`•  ˆÿÿ0gDf˜  ˆÿÿ%`• ˆÿÿ0gDf˜ ˆÿÿ%`•8$Èÿÿ0 gDf˜8$Èÿÿ%`•Ð"Èÿÿ0$gDf˜Ð"Èÿÿ%`•h!Èÿÿ0(gDf˜h!Èÿÿ%`• Èÿÿ0,gDf˜ Èÿÿ%`•À*ˆÿÿ00gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ04gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ08gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ0<gDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ0@gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ0DgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ0HgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ0LgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ0PgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ0TgDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ0XgDf˜Î*ˆÿÿ%`•.Èÿÿ0\gDf˜.Èÿÿ%`•¨,Èÿÿ0`gDf˜¨,Èÿÿ%`•@+Èÿÿ0dgDf˜@+Èÿÿ%`•Ø)Èÿÿ0hgDf˜Ø)Èÿÿ%`•p(Èÿÿ0lgDf˜p(Èÿÿ%`•'Èÿÿ0pgDf˜'Èÿÿ%`• %Èÿÿ0tgDf˜ %Èÿÿ%`•p ˆÿÿ0xgDf˜p ˆÿÿ%`•Ø  ˆÿÿ0|gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ0€gDf˜@  ˆÿÿ%`•¨  ˆÿÿ0„gDf˜¨  ˆÿÿ%`• ˆÿÿ0ˆgDf˜ ˆÿÿ%`•pXžˆÿÿ0ŒgDf˜pXžˆÿÿ%`•€Lˆÿÿ0gDf˜€Lˆÿÿ%`•hLˆÿÿ0”gDf˜hLˆÿÿ%`•8„Lˆÿÿ0˜gDf˜8„Lˆÿÿ%`•ŽLˆÿÿ0œgDf˜ŽLˆÿÿ%`•8ä/ˆÿÿ0 gDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ0¤gDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿ0¨gDf˜há/ˆÿÿ%`•à/ˆÿÿ0¬gDf˜à/ˆÿÿ%`•  ˆÿÿ0°gDf˜  ˆÿÿ%`•h¡ ˆÿÿ0´gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ0¸gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ0¼gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ0ÀgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ0ÄgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ0ÈgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ0ÌgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ0ÐgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ0ÔgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ0ØgDf˜® ˆÿÿ%`•î/ˆÿÿ0ÜgDf˜î/ˆÿÿ%`•¨ì/ˆÿÿ0àgDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿ0ägDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿ0ègDf˜Øé/ˆÿÿ%`•pè/ˆÿÿ0ìgDf˜pè/ˆÿÿ%`•ç/ˆÿÿ0ðgDf˜ç/ˆÿÿ%`• å/ˆÿÿ0ôgDf˜ å/ˆÿÿ%`•¨ŒLˆÿÿ0øgDf˜¨ŒLˆÿÿ%`•@‹Lˆÿÿ0ügDf˜@‹Lˆÿÿ%`•؉Lˆÿÿ1gDf˜Ø‰Lˆÿÿ%`•pˆLˆÿÿ1gDf˜pˆLˆÿÿ%`•‡Lˆÿÿ1gDf˜‡Lˆÿÿ%`• …Lˆÿÿ1 gDf˜ …Lˆÿÿ%`•ЂLˆÿÿ1gDf˜Ð‚Lˆÿÿ%`•8Tžˆÿÿ1gDf˜8Tžˆÿÿ%`•Wžˆÿÿ1gDf˜Wžˆÿÿ%`• Užˆÿÿ1gDf˜ Užˆÿÿ%`•p轈ÿÿ1 gDf˜p轈ÿÿ%`•罈ÿÿ1$gDf˜ç½ˆÿÿ%`• å½ˆÿÿ1(gDf˜ å½ˆÿÿ%`•8佈ÿÿ1,gDf˜8佈ÿÿ%`•Ð⽈ÿÿ10gDf˜Ð⽈ÿÿ%`•hὈÿÿ14gDf˜hὈÿÿ%`•཈ÿÿ18gDf˜à½ˆÿÿ%`•ÿÿ1<gDf˜î½ˆÿÿ%`•¨ì½ˆÿÿ1@gDf˜¨ì½ˆÿÿ%`•@뽈ÿÿ1DgDf˜@뽈ÿÿ%`•Øé½ˆÿÿ1HgDf˜Øé½ˆÿÿ%`•¨\žˆÿÿ1LgDf˜¨\žˆÿÿ%`•^žˆÿÿ1PgDf˜^žˆÿÿ%`•Pžˆÿÿ1TgDf˜Pžˆÿÿ%`•ØYžˆÿÿ1XgDf˜ØYžˆÿÿ%`•ÐRžˆÿÿ1\gDf˜ÐRžˆÿÿ%`•hQžˆÿÿ1`gDf˜hQžˆÿÿ%`•0Dˆÿÿ1dgDf˜0Dˆÿÿ%`•h1Dˆÿÿ1hgDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ1lgDf˜Ð2Dˆÿÿ%`•84Dˆÿÿ1pgDf˜84Dˆÿÿ%`•8„hˆÿÿ1tgDf˜8„hˆÿÿ%`•Ђhˆÿÿ1xgDf˜Ð‚hˆÿÿ%`•hhˆÿÿ1|gDf˜hhˆÿÿ%`•€hˆÿÿ1€gDf˜€hˆÿÿ%`•0»ˆÿÿ1„gDf˜0»ˆÿÿ%`•h1»ˆÿÿ1ˆgDf˜h1»ˆÿÿ%`•Ð2»ˆÿÿ1ŒgDf˜Ð2»ˆÿÿ%`•84»ˆÿÿ1gDf˜84»ˆÿÿ%`• 5»ˆÿÿ1”gDf˜ 5»ˆÿÿ%`•7»ˆÿÿ1˜gDf˜7»ˆÿÿ%`•p8»ˆÿÿ1œgDf˜p8»ˆÿÿ%`•Ø9»ˆÿÿ1 gDf˜Ø9»ˆÿÿ%`•@;»ˆÿÿ1¤gDf˜@;»ˆÿÿ%`•¨<»ˆÿÿ1¨gDf˜¨<»ˆÿÿ%`•>»ˆÿÿ1¬gDf˜>»ˆÿÿ%`•@ñ ˆÿÿ1°gDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿ1´gDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿ1¸gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ1¼gDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿ1ÀgDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿ1ÄgDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿ1ÈgDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿ1ÌgDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿ1ÐgDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿ1ÔgDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿ1ØgDf˜Nñ ˆÿÿ%`•Žhˆÿÿ1ÜgDf˜Žhˆÿÿ%`•¨Œhˆÿÿ1àgDf˜¨Œhˆÿÿ%`•@‹hˆÿÿ1ägDf˜@‹hˆÿÿ%`•؉hˆÿÿ1ègDf˜Ø‰hˆÿÿ%`•pˆhˆÿÿ1ìgDf˜pˆhˆÿÿ%`•‡hˆÿÿ1ðgDf˜‡hˆÿÿ%`• …hˆÿÿ1ôgDf˜ …hˆÿÿ%`• 5Dˆÿÿ1øgDf˜ 5Dˆÿÿ%`•7Dˆÿÿ1ügDf˜7Dˆÿÿ%`•p8Dˆÿÿ2gDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ2gDf˜Ø9Dˆÿÿ%`•@;Dˆÿÿ2gDf˜@;Dˆÿÿ%`•¨Dˆÿÿ2gDf˜>Dˆÿÿ%`•@[žˆÿÿ2gDf˜@[žˆÿÿ%`•>™ˆÿÿ2gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2gDf˜¨<™ˆÿÿ%`•ph‡ˆÿÿ2 gDf˜ph‡ˆÿÿ%`•g‡ˆÿÿ2$gDf˜g‡ˆÿÿ%`•8d‡ˆÿÿ2(gDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ2,gDf˜ e‡ˆÿÿ%`•`‡ˆÿÿ20gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ24gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ28gDf˜Ðb‡ˆÿÿ%`•¨l‡ˆÿÿ2<gDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ2@gDf˜n‡ˆÿÿ%`•Øi‡ˆÿÿ2DgDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ2HgDf˜@k‡ˆÿÿ%`• ˆÿÿ2LgDf˜ ˆÿÿ%`•  ˆÿÿ2PgDf˜  ˆÿÿ%`•8 ˆÿÿ2TgDf˜8 ˆÿÿ%`•Ð ˆÿÿ2XgDf˜Ð ˆÿÿ%`•h ˆÿÿ2\gDf˜h ˆÿÿ%`• ˆÿÿ2`gDf˜ ˆÿÿ%`• Èÿÿ2dgDf˜ Èÿÿ%`•h!Èÿÿ2hgDf˜h!Èÿÿ%`•Ð"Èÿÿ2lgDf˜Ð"Èÿÿ%`•8$Èÿÿ2pgDf˜8$Èÿÿ%`•8Ä*ˆÿÿ2tgDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿ2xgDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ2|gDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ2€gDf˜À*ˆÿÿ%`•`¿ˆÿÿ2„gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ2ˆgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ2ŒgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ2gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ2”gDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ2˜gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ2œgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ2 gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ2¤gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ2¨gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ2¬gDf˜n¿ˆÿÿ%`•ÀVˆÿÿ2°gDf˜ÀVˆÿÿ%`•hÁVˆÿÿ2´gDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿ2¸gDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿ2¼gDf˜8ÄVˆÿÿ%`• ÅVˆÿÿ2ÀgDf˜ ÅVˆÿÿ%`•ÇVˆÿÿ2ÄgDf˜ÇVˆÿÿ%`•pÈVˆÿÿ2ÈgDf˜pÈVˆÿÿ%`•ØÉVˆÿÿ2ÌgDf˜ØÉVˆÿÿ%`•@ËVˆÿÿ2ÐgDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿ2ÔgDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿ2ØgDf˜ÎVˆÿÿ%`•Î*ˆÿÿ2ÜgDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿ2àgDf˜¨Ì*ˆÿÿ%`•@Ë*ˆÿÿ2ägDf˜@Ë*ˆÿÿ%`•ØÉ*ˆÿÿ2ègDf˜ØÉ*ˆÿÿ%`•pÈ*ˆÿÿ2ìgDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿ2ðgDf˜Ç*ˆÿÿ%`• Å*ˆÿÿ2ôgDf˜ Å*ˆÿÿ%`• %Èÿÿ2øgDf˜ %Èÿÿ%`•'Èÿÿ2ügDf˜'Èÿÿ%`•p(Èÿÿ3gDf˜p(Èÿÿ%`•Ø)Èÿÿ3gDf˜Ø)Èÿÿ%`•@+Èÿÿ3gDf˜@+Èÿÿ%`•¨,Èÿÿ3 gDf˜¨,Èÿÿ%`•.Èÿÿ3gDf˜.Èÿÿ%`• ˆÿÿ3gDf˜ ˆÿÿ%`•¨  ˆÿÿ3gDf˜¨  ˆÿÿ%`•@  ˆÿÿ3gDf˜@  ˆÿÿ%`•Ø  ˆÿÿ3 gDf˜Ø  ˆÿÿ%`•p ˆÿÿ3$gDf˜p ˆÿÿ%`•pXžˆÿÿ3(gDf˜pXžˆÿÿ%`•ŽLˆÿÿ3,gDf˜ŽLˆÿÿ%`•8„Lˆÿÿ30gDf˜8„Lˆÿÿ%`•hLˆÿÿ34gDf˜hLˆÿÿ%`•€Lˆÿÿ38gDf˜€Lˆÿÿ%`•ЂLˆÿÿ3<gDf˜Ð‚Lˆÿÿ%`• …Lˆÿÿ3@gDf˜ …Lˆÿÿ%`•‡Lˆÿÿ3DgDf˜‡Lˆÿÿ%`•pˆLˆÿÿ3HgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ3LgDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ3PgDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ3TgDf˜¨ŒLˆÿÿ%`• Užˆÿÿ3XgDf˜ Užˆÿÿ%`•Wžˆÿÿ3\gDf˜Wžˆÿÿ%`•8Tžˆÿÿ3`gDf˜8Tžˆÿÿ%`•ÿÿ3dgDf˜î½ˆÿÿ%`•཈ÿÿ3hgDf˜à½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3lgDf˜'ˆÿÿ%`•཈ÿÿgDf˜à½ˆÿÿ%`•@뽈ÿÿ gDf˜@뽈ÿÿ%`•Øé½ˆÿÿgDf˜Øé½ˆÿÿ%`•¨ì½ˆÿÿ7ègDf˜¨ì½ˆÿÿ%`•ÿÿ`ÈgDf˜î½ˆÿÿ%`•hὈÿÿgDf˜hὈÿÿ%`• å½ˆÿÿƒ,gDf˜ å½ˆÿÿ%`•8佈ÿÿƒ4gDf˜8佈ÿÿ%`•Ð⽈ÿÿÑdgDf˜Ð⽈ÿÿ%`•p轈ÿÿìlgDf˜p轈ÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•罈ÿÿƒ<gDf˜ç½ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ3pgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ3tgDf˜>™ˆÿÿ%`•ðž ˆÿÿ4pgDf˜ðž ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4xgDf˜'ˆÿÿ%`•ðž ˆÿÿ4|ügDf˜ðž ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5xgDf˜'ˆÿÿ%`•ðž ˆÿÿ5|ügDf˜ðž ˆÿÿ%`•hñž ˆÿÿ7xgDf˜hñž ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7”gDf˜'ˆÿÿ%`•hñž ˆÿÿ7˜pgDf˜hñž ˆÿÿ%`•pøž ˆÿÿ8 ügDf˜pøž ˆÿÿ%`•÷ž ˆÿÿ:ügDf˜÷ž ˆÿÿ%`•ðž ˆÿÿ<gDf˜ðž ˆÿÿ%`•Øùž ˆÿÿ<gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ<ügDf˜@ûž ˆÿÿ%`•Ðòž ˆÿÿ> ügDf˜Ðòž ˆÿÿ%`• õž ˆÿÿ@gDf˜ õž ˆÿÿ%`•8ôž ˆÿÿ@ gDf˜8ôž ˆÿÿ%`•¨üž ˆÿÿ@gDf˜¨üž ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA,gDf˜'ˆÿÿ%`•8ôž ˆÿÿ{°gDf˜8ôž ˆÿÿ%`•¨üž ˆÿÿgDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿzL gDf˜¨üž ˆÿÿ%`•8ôž ˆÿÿ{gDf˜8ôž ˆÿÿ%`•8ôž ˆÿÿ gDf˜8ôž ˆÿÿ%`•8ôž ˆÿÿgDf˜8ôž ˆÿÿ%`•¨üž ˆÿÿ/øgDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ~gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ{tgDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ!gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿ gDf˜¨üž ˆÿÿ%`•¨üž ˆÿÿA0gDf˜¨üž ˆÿÿ%`•8ôž ˆÿÿA4ügDf˜8ôž ˆÿÿ%`• õž ˆÿÿC0HgDf˜ õž ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿCxgDf˜'ˆÿÿ%`• õž ˆÿÿC|gDf˜ õž ˆÿÿ%`• õž ˆÿÿC€gDf˜ õž ˆÿÿ%`• õž ˆÿÿC„gDf˜ õž ˆÿÿ%`• õž ˆÿÿCˆgDf˜ õž ˆÿÿ%`• õž ˆÿÿCŒgDf˜ õž ˆÿÿ%`• õž ˆÿÿCgDf˜ õž ˆÿÿ%`• õž ˆÿÿC”gDf˜ õž ˆÿÿ%`• õž ˆÿÿC˜gDf˜ õž ˆÿÿ%`• õž ˆÿÿCœgDf˜ õž ˆÿÿ%`• õž ˆÿÿC gDf˜ õž ˆÿÿ%`•@ûž ˆÿÿC¤gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿC¨gDf˜¨üž ˆÿÿ%`•hñž ˆÿÿC¬gDf˜hñž ˆÿÿ%`•Øùž ˆÿÿC°gDf˜Øùž ˆÿÿ%`•Øùž ˆÿÿC´gDf˜Øùž ˆÿÿ%`•hñž ˆÿÿC¸gDf˜hñž ˆÿÿ%`•¨üž ˆÿÿC¼gDf˜¨üž ˆÿÿ%`•@ûž ˆÿÿCÀgDf˜@ûž ˆÿÿ%`• õž ˆÿÿCÄgDf˜ õž ˆÿÿ%`•pøž ˆÿÿCÈgDf˜pøž ˆÿÿ%`•÷ž ˆÿÿCÌgDf˜÷ž ˆÿÿ%`•ðž ˆÿÿCÐgDf˜ðž ˆÿÿ%`•Ðòž ˆÿÿCÔgDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿCØgDf˜8ôž ˆÿÿ%`•þž ˆÿÿCÜgDf˜þž ˆÿÿ%`•>™ˆÿÿCàgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•` ˆÿÿ¨gDf˜` ˆÿÿ%`•ha ˆÿÿ¬gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ°gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ´gDf˜8d ˆÿÿ%`• e ˆÿÿ¸gDf˜ e ˆÿÿ%`•g ˆÿÿ¼gDf˜g ˆÿÿ%`•ph ˆÿÿÀgDf˜ph ˆÿÿ%`•Øi ˆÿÿÄgDf˜Øi ˆÿÿ%`•@k ˆÿÿÈgDf˜@k ˆÿÿ%`•¨l ˆÿÿÌgDf˜¨l ˆÿÿ%`•n ˆÿÿÔgDf˜n ˆÿÿ%`•é ˆÿÿØgDf˜é ˆÿÿ%`•hé ˆÿÿÜgDf˜hé ˆÿÿ%`•Ðé ˆÿÿàgDf˜Ðé ˆÿÿ%`•8é ˆÿÿägDf˜8é ˆÿÿ%`• é ˆÿÿègDf˜ é ˆÿÿ%`•é ˆÿÿìgDf˜é ˆÿÿ%`•pé ˆÿÿðgDf˜pé ˆÿÿ%`•Ø é ˆÿÿôgDf˜Ø é ˆÿÿ%`•@ é ˆÿÿøgDf˜@ é ˆÿÿ%`•¨ é ˆÿÿügDf˜¨ é ˆÿÿ%`•é ˆÿÿgDf˜é ˆÿÿ%`•@$ˆÿÿgDf˜@$ˆÿÿ%`•hA$ˆÿÿgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ gDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿgDf˜8D$ˆÿÿ%`• E$ˆÿÿgDf˜ E$ˆÿÿ%`•G$ˆÿÿgDf˜G$ˆÿÿ%`•pH$ˆÿÿgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ gDf˜ØI$ˆÿÿ%`•@K$ˆÿÿ$gDf˜@K$ˆÿÿ%`•¨L$ˆÿÿ(gDf˜¨L$ˆÿÿ%`•N$ˆÿÿ,gDf˜N$ˆÿÿ%`•p ˆÿÿ0gDf˜p ˆÿÿ%`•hq ˆÿÿ4gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ8gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ<gDf˜8t ˆÿÿ%`• u ˆÿÿ@gDf˜ u ˆÿÿ%`•w ˆÿÿDgDf˜w ˆÿÿ%`•px ˆÿÿHgDf˜px ˆÿÿ%`•Øy ˆÿÿLgDf˜Øy ˆÿÿ%`•@{ ˆÿÿPgDf˜@{ ˆÿÿ%`•¨| ˆÿÿTgDf˜¨| ˆÿÿ%`•~ ˆÿÿXgDf˜~ ˆÿÿ%`•¨<™ˆÿÿ\gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ`gDf˜>™ˆÿÿ%`•é ˆÿÿdgDf˜é ˆÿÿ%`• é ˆÿÿhgDf˜ é ˆÿÿ%`•8é ˆÿÿlgDf˜8é ˆÿÿ%`•Ðé ˆÿÿpgDf˜Ðé ˆÿÿ%`•hé ˆÿÿtgDf˜hé ˆÿÿ%`•é ˆÿÿxgDf˜é ˆÿÿ%`•Àˆÿÿ|gDf˜Àˆÿÿ%`•hÁˆÿÿ€gDf˜hÁˆÿÿ%`•Јÿÿ„gDf˜Ðˆÿÿ%`•8ĈÿÿˆgDf˜8Ĉÿÿ%`• ÅˆÿÿŒgDf˜ Åˆÿÿ%`•LjÿÿgDf˜Çˆÿÿ%`•pȈÿÿ”gDf˜pȈÿÿ%`•ØÉˆÿÿ˜gDf˜ØÉˆÿÿ%`•@ˈÿÿœgDf˜@ˈÿÿ%`•¨Ìˆÿÿ gDf˜¨Ìˆÿÿ%`•Έÿÿ¤gDf˜Îˆÿÿ%`•`܈ÿÿ¨gDf˜`܈ÿÿ%`•ha܈ÿÿ¬gDf˜ha܈ÿÿ%`•Ðb܈ÿÿ°gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ´gDf˜8d܈ÿÿ%`• e܈ÿÿ¸gDf˜ e܈ÿÿ%`•g܈ÿÿ¼gDf˜g܈ÿÿ%`•ph܈ÿÿÀgDf˜ph܈ÿÿ%`•Øi܈ÿÿÄgDf˜Øi܈ÿÿ%`•@k܈ÿÿÈgDf˜@k܈ÿÿ%`•¨l܈ÿÿÌgDf˜¨l܈ÿÿ%`•n܈ÿÿÐgDf˜n܈ÿÿ%`•€6ˆÿÿÔgDf˜€6ˆÿÿ%`•h6ˆÿÿØgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿÜgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿàgDf˜8„6ˆÿÿ%`• …6ˆÿÿägDf˜ …6ˆÿÿ%`•‡6ˆÿÿègDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿìgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿðgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿôgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿøgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿügDf˜Ž6ˆÿÿ%`•ÐZˆÿÿgDf˜ÐZˆÿÿ%`•hÑZˆÿÿgDf˜hÑZˆÿÿ%`•ÐÒZˆÿÿgDf˜ÐÒZˆÿÿ%`•8ÔZˆÿÿ gDf˜8ÔZˆÿÿ%`• ÕZˆÿÿgDf˜ ÕZˆÿÿ%`•×ZˆÿÿgDf˜×Zˆÿÿ%`•pØZˆÿÿgDf˜pØZˆÿÿ%`•ØÙZˆÿÿgDf˜ØÙZˆÿÿ%`•@ÛZˆÿÿ gDf˜@ÛZˆÿÿ%`•¨ÜZˆÿÿ$gDf˜¨ÜZˆÿÿ%`•ÞZˆÿÿ(gDf˜ÞZˆÿÿ%`•P ˆÿÿ,gDf˜P ˆÿÿ%`•hQ ˆÿÿ0gDf˜hQ ˆÿÿ%`•ÐR ˆÿÿ4gDf˜ÐR ˆÿÿ%`•8T ˆÿÿ8gDf˜8T ˆÿÿ%`• U ˆÿÿ<gDf˜ U ˆÿÿ%`•W ˆÿÿ@gDf˜W ˆÿÿ%`•pX ˆÿÿDgDf˜pX ˆÿÿ%`•ØY ˆÿÿHgDf˜ØY ˆÿÿ%`•@[ ˆÿÿLgDf˜@[ ˆÿÿ%`•¨\ ˆÿÿPgDf˜¨\ ˆÿÿ%`•^ ˆÿÿTgDf˜^ ˆÿÿ%`•Ð@ ˆÿÿXgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ\gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ`gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿdgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿhgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿlgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿpgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿtgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿxgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ|gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ€gDf˜Þ@ ˆÿÿ%`•ðZˆÿÿ„gDf˜ðZˆÿÿ%`•hñZˆÿÿˆgDf˜hñZˆÿÿ%`•ÐòZˆÿÿŒgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿgDf˜8ôZˆÿÿ%`• õZˆÿÿ”gDf˜ õZˆÿÿ%`•÷Zˆÿÿ˜gDf˜÷Zˆÿÿ%`•pøZˆÿÿœgDf˜pøZˆÿÿ%`•ØùZˆÿÿ gDf˜ØùZˆÿÿ%`•@ûZˆÿÿ¤gDf˜@ûZˆÿÿ%`•¨üZˆÿÿ¨gDf˜¨üZˆÿÿ%`•þZˆÿÿ¬gDf˜þZˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•@ˈÿÿ¸gDf˜@ˈÿÿ%`•ØÉˆÿÿ¼gDf˜ØÉˆÿÿ%`•pȈÿÿÀgDf˜pȈÿÿ%`•LjÿÿÄgDf˜Çˆÿÿ%`• ÅˆÿÿÈgDf˜ Åˆÿÿ%`•8ĈÿÿÌgDf˜8Ĉÿÿ%`•ЈÿÿÐgDf˜Ðˆÿÿ%`•hÁˆÿÿÔgDf˜hÁˆÿÿ%`•ÀˆÿÿØgDf˜Àˆÿÿ%`•…ˆÿÿÜgDf˜…ˆÿÿ%`•h‘…ˆÿÿàgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿägDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿègDf˜8”…ˆÿÿ%`• •…ˆÿÿìgDf˜ •…ˆÿÿ%`•—…ˆÿÿðgDf˜—…ˆÿÿ%`•p˜…ˆÿÿôgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿøgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿügDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿgDf˜ž…ˆÿÿ%`•NˆÿÿgDf˜Nˆÿÿ%`•hNˆÿÿ gDf˜hNˆÿÿ%`•ÐNˆÿÿgDf˜ÐNˆÿÿ%`•8NˆÿÿgDf˜8Nˆÿÿ%`• NˆÿÿgDf˜ Nˆÿÿ%`•NˆÿÿgDf˜Nˆÿÿ%`•pNˆÿÿ gDf˜pNˆÿÿ%`•Ø Nˆÿÿ$gDf˜Ø Nˆÿÿ%`•@ Nˆÿÿ(gDf˜@ Nˆÿÿ%`•¨ Nˆÿÿ,gDf˜¨ Nˆÿÿ%`•Nˆÿÿ0gDf˜Nˆÿÿ%`•ðž ˆÿÿ4gDf˜ðž ˆÿÿ%`•hñž ˆÿÿ8gDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ<gDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿ@gDf˜8ôž ˆÿÿ%`• õž ˆÿÿDgDf˜ õž ˆÿÿ%`•÷ž ˆÿÿHgDf˜÷ž ˆÿÿ%`•pøž ˆÿÿLgDf˜pøž ˆÿÿ%`•Øùž ˆÿÿPgDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿTgDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿXgDf˜¨üž ˆÿÿ%`•þž ˆÿÿ\gDf˜þž ˆÿÿ%`•Њˆÿÿ`gDf˜ÐŠˆÿÿ%`•hÑŠˆÿÿdgDf˜hÑŠˆÿÿ%`•ÐÒŠˆÿÿhgDf˜ÐÒŠˆÿÿ%`•8ÔŠˆÿÿlgDf˜8ÔŠˆÿÿ%`• ÕŠˆÿÿpgDf˜ ÕŠˆÿÿ%`•׊ˆÿÿtgDf˜׊ˆÿÿ%`•pØŠˆÿÿxgDf˜pØŠˆÿÿ%`•ØÙŠˆÿÿ|gDf˜ØÙŠˆÿÿ%`•@ÛŠˆÿÿ€gDf˜@ÛŠˆÿÿ%`•¨ÜŠˆÿÿ„gDf˜¨ÜŠˆÿÿ%`•ÞŠˆÿÿˆgDf˜ÞŠˆÿÿ%`•€é ˆÿÿŒgDf˜€é ˆÿÿ%`•hé ˆÿÿgDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿ”gDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿ˜gDf˜8„é ˆÿÿ%`• …é ˆÿÿœgDf˜ …é ˆÿÿ%`•‡é ˆÿÿ gDf˜‡é ˆÿÿ%`•pˆé ˆÿÿ¤gDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿ¨gDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿ¬gDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿ°gDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿ´gDf˜Žé ˆÿÿ%`•à… ˆÿÿ¸gDf˜à… ˆÿÿ%`•há… ˆÿÿ¼gDf˜há… ˆÿÿ%`•Ðâ… ˆÿÿÀgDf˜Ðâ… ˆÿÿ%`•8ä… ˆÿÿÄgDf˜8ä… ˆÿÿ%`• å… ˆÿÿÈgDf˜ å… ˆÿÿ%`•ç… ˆÿÿÌgDf˜ç… ˆÿÿ%`•pè… ˆÿÿÐgDf˜pè… ˆÿÿ%`•Øé… ˆÿÿÔgDf˜Øé… ˆÿÿ%`•@ë… ˆÿÿØgDf˜@ë… ˆÿÿ%`•¨ì… ˆÿÿÜgDf˜¨ì… ˆÿÿ%`•î… ˆÿÿàgDf˜î… ˆÿÿ%`•àˆÿÿägDf˜àˆÿÿ%`•háˆÿÿègDf˜háˆÿÿ%`•ÐâˆÿÿìgDf˜Ðâˆÿÿ%`•8äˆÿÿðgDf˜8äˆÿÿ%`• åˆÿÿôgDf˜ åˆÿÿ%`•çˆÿÿøgDf˜çˆÿÿ%`•pèˆÿÿügDf˜pèˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•@ëˆÿÿgDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`•ðš ˆÿÿgDf˜ðš ˆÿÿ%`•hñš ˆÿÿgDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿgDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿgDf˜8ôš ˆÿÿ%`• õš ˆÿÿ gDf˜ õš ˆÿÿ%`•÷š ˆÿÿ$gDf˜÷š ˆÿÿ%`•pøš ˆÿÿ(gDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ,gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ0gDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ4gDf˜¨üš ˆÿÿ%`•þš ˆÿÿ8gDf˜þš ˆÿÿ%`•Έÿÿ<gDf˜Îˆÿÿ%`•¨Ìˆÿÿ@gDf˜¨Ìˆÿÿ%`•ØÙZˆÿÿDgDf˜ØÙZˆÿÿ%`•pØZˆÿÿHgDf˜pØZˆÿÿ%`•×ZˆÿÿLgDf˜×Zˆÿÿ%`• ÕZˆÿÿPgDf˜ ÕZˆÿÿ%`•8ÔZˆÿÿTgDf˜8ÔZˆÿÿ%`•ÐÒZˆÿÿXgDf˜ÐÒZˆÿÿ%`•hÑZˆÿÿ\gDf˜hÑZˆÿÿ%`•ÐZˆÿÿ`gDf˜ÐZˆÿÿ%`•@шÿÿdgDf˜@шÿÿ%`•hAшÿÿhgDf˜hAшÿÿ%`•ÐBшÿÿlgDf˜ÐBшÿÿ%`•8DшÿÿpgDf˜8Dшÿÿ%`• EшÿÿtgDf˜ Eшÿÿ%`•GшÿÿxgDf˜Gшÿÿ%`•pHшÿÿ|gDf˜pHшÿÿ%`•ØIшÿÿ€gDf˜ØIшÿÿ%`•@Kшÿÿ„gDf˜@Kшÿÿ%`•¨LшÿÿˆgDf˜¨Lшÿÿ%`•NшÿÿŒgDf˜Nшÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•h‘ˆÿÿ”gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ˜gDf˜Ð’ˆÿÿ%`•8”ˆÿÿœgDf˜8”ˆÿÿ%`• •ˆÿÿ gDf˜ •ˆÿÿ%`•—ˆÿÿ¤gDf˜—ˆÿÿ%`•p˜ˆÿÿ¨gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ¬gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ°gDf˜@›ˆÿÿ%`•¨œˆÿÿ´gDf˜¨œˆÿÿ%`•žˆÿÿ¸gDf˜žˆÿÿ%`•ÞZˆÿÿ¼gDf˜ÞZˆÿÿ%`•¨ÜZˆÿÿÀgDf˜¨ÜZˆÿÿ%`•@ÛZˆÿÿÄgDf˜@ÛZˆÿÿ%`•¨<™ˆÿÿÈgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÌgDf˜>™ˆÿÿ%`•ЈÿÿÐgDf˜Ðˆÿÿ%`•8ĈÿÿÜgDf˜8Ĉÿÿ%`• ÅˆÿÿàgDf˜ Åˆÿÿ%`•LjÿÿägDf˜Çˆÿÿ%`•pȈÿÿègDf˜pȈÿÿ%`•ØÉˆÿÿìgDf˜ØÉˆÿÿ%`•@ˈÿÿðgDf˜@ˈÿÿ%`•0 ˆÿÿôgDf˜0 ˆÿÿ%`•h1 ˆÿÿøgDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿügDf˜Ð2 ˆÿÿ%`•84 ˆÿÿgDf˜84 ˆÿÿ%`• 5 ˆÿÿgDf˜ 5 ˆÿÿ%`•7 ˆÿÿgDf˜7 ˆÿÿ%`•p8 ˆÿÿ gDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿgDf˜@; ˆÿÿ%`•¨< ˆÿÿgDf˜¨< ˆÿÿ%`•> ˆÿÿgDf˜> ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•h‘ˆÿÿ$gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ(gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ,gDf˜8”ˆÿÿ%`• •ˆÿÿ0gDf˜ •ˆÿÿ%`•—ˆÿÿ4gDf˜—ˆÿÿ%`•p˜ˆÿÿ8gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ<gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ@gDf˜@›ˆÿÿ%`•¨œˆÿÿDgDf˜¨œˆÿÿ%`•žˆÿÿHgDf˜žˆÿÿ%`•`$ˆÿÿLgDf˜`$ˆÿÿ%`•ha$ˆÿÿPgDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿTgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿXgDf˜8d$ˆÿÿ%`• e$ˆÿÿ\gDf˜ e$ˆÿÿ%`•g$ˆÿÿ`gDf˜g$ˆÿÿ%`•ph$ˆÿÿdgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿhgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿlgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿpgDf˜¨l$ˆÿÿ%`•n$ˆÿÿtgDf˜n$ˆÿÿ%`•¨ÌˆÿÿxgDf˜¨Ìˆÿÿ%`•Έÿÿ|gDf˜Îˆÿÿ%`•Àˆÿÿ€gDf˜Àˆÿÿ%`•hÁˆÿÿ„gDf˜hÁˆÿÿ%`•ÐZˆÿÿˆgDf˜ÐZˆÿÿ%`•hÑZˆÿÿŒgDf˜hÑZˆÿÿ%`•ÐÒZˆÿÿgDf˜ÐÒZˆÿÿ%`•8ÔZˆÿÿ”gDf˜8ÔZˆÿÿ%`• ÕZˆÿÿ˜gDf˜ ÕZˆÿÿ%`•×ZˆÿÿœgDf˜×Zˆÿÿ%`•pØZˆÿÿ gDf˜pØZˆÿÿ%`•ØÙZˆÿÿ¤gDf˜ØÙZˆÿÿ%`•Ð’ˆÿÿ¨gDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ¬gDf˜h‘ˆÿÿ%`•ˆÿÿ°gDf˜ˆÿÿ%`•ðž ˆÿÿ´gDf˜ðž ˆÿÿ%`•hñž ˆÿÿ¸gDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ¼gDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿÀgDf˜8ôž ˆÿÿ%`• õž ˆÿÿÄgDf˜ õž ˆÿÿ%`•÷ž ˆÿÿÈgDf˜÷ž ˆÿÿ%`•pøž ˆÿÿÌgDf˜pøž ˆÿÿ%`•Øùž ˆÿÿÐgDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿÔgDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿØgDf˜¨üž ˆÿÿ%`•þž ˆÿÿÜgDf˜þž ˆÿÿ%`• wˆÿÿàgDf˜ wˆÿÿ%`•h!wˆÿÿägDf˜h!wˆÿÿ%`•Ð"wˆÿÿègDf˜Ð"wˆÿÿ%`•8$wˆÿÿìgDf˜8$wˆÿÿ%`• %wˆÿÿðgDf˜ %wˆÿÿ%`•'wˆÿÿôgDf˜'wˆÿÿ%`•p(wˆÿÿøgDf˜p(wˆÿÿ%`•Ø)wˆÿÿügDf˜Ø)wˆÿÿ%`•@+wˆÿÿ gDf˜@+wˆÿÿ%`•¨,wˆÿÿ gDf˜¨,wˆÿÿ%`•.wˆÿÿ gDf˜.wˆÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•h¡Åˆÿÿ gDf˜h¡Åˆÿÿ%`•Тňÿÿ gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ gDf˜8¤Åˆÿÿ%`• ¥Åˆÿÿ gDf˜ ¥Åˆÿÿ%`•§Åˆÿÿ gDf˜§Åˆÿÿ%`•p¨Åˆÿÿ $gDf˜p¨Åˆÿÿ%`•ةňÿÿ (gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ ,gDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ 0gDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ 4gDf˜®Åˆÿÿ%`•@ÿ ˆÿÿ 8gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ <gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ @gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ DgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ HgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ LgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ PgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ TgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ XgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ \gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ `gDf˜Nÿ ˆÿÿ%`•@¼ˆÿÿ dgDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ hgDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ lgDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ pgDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ tgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ xgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ |gDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ €gDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ „gDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ ˆgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ ŒgDf˜N¼ˆÿÿ%`•PLˆÿÿ gDf˜PLˆÿÿ%`•hQLˆÿÿ ”gDf˜hQLˆÿÿ%`•ÐRLˆÿÿ ˜gDf˜ÐRLˆÿÿ%`•8TLˆÿÿ œgDf˜8TLˆÿÿ%`• ULˆÿÿ  gDf˜ ULˆÿÿ%`•WLˆÿÿ ¤gDf˜WLˆÿÿ%`•pXLˆÿÿ ¨gDf˜pXLˆÿÿ%`•ØYLˆÿÿ ¬gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ °gDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ ´gDf˜¨\Lˆÿÿ%`•^Lˆÿÿ ¸gDf˜^Lˆÿÿ%`• ˆÿÿ ¼gDf˜ ˆÿÿ%`•h ˆÿÿ ÀgDf˜h ˆÿÿ%`•Ð ˆÿÿ ÄgDf˜Ð ˆÿÿ%`•8 ˆÿÿ ÈgDf˜8 ˆÿÿ%`•  ˆÿÿ ÌgDf˜  ˆÿÿ%`• ˆÿÿ ÐgDf˜ ˆÿÿ%`•p ˆÿÿ ÔgDf˜p ˆÿÿ%`•Ø  ˆÿÿ ØgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ ÜgDf˜@  ˆÿÿ%`•¨  ˆÿÿ àgDf˜¨  ˆÿÿ%`• ˆÿÿ ägDf˜ ˆÿÿ%`•é ˆÿÿ ègDf˜é ˆÿÿ%`•hé ˆÿÿ ìgDf˜hé ˆÿÿ%`•Ðé ˆÿÿ ðgDf˜Ðé ˆÿÿ%`•8é ˆÿÿ ôgDf˜8é ˆÿÿ%`• é ˆÿÿ øgDf˜ é ˆÿÿ%`•é ˆÿÿ ügDf˜é ˆÿÿ%`•pé ˆÿÿ gDf˜pé ˆÿÿ%`•Ø é ˆÿÿ gDf˜Ø é ˆÿÿ%`•@ é ˆÿÿ gDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ gDf˜¨ é ˆÿÿ%`•é ˆÿÿ gDf˜é ˆÿÿ%`•0µˆÿÿ gDf˜0µˆÿÿ%`•h1µˆÿÿ gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ gDf˜Ð2µˆÿÿ%`•@;µˆÿÿ ¼gDf˜@;µˆÿÿ%`•¨<µˆÿÿ àügDf˜¨<µˆÿÿ%`•>µˆÿÿ ÜügDf˜>µˆÿÿ%`•žˆÿÿØgDf˜žˆÿÿ%`•¨œˆÿÿäügDf˜¨œˆÿÿ%`•@›ˆÿÿà<gDf˜@›ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•7µˆÿÿgDf˜7µˆÿÿ%`•84µˆÿÿgDf˜84µˆÿÿ%`•Ø9µˆÿÿ}DgDf˜Ø9µˆÿÿ%`• 5µˆÿÿ}LgDf˜ 5µˆÿÿ%`•p8µˆÿÿáìgDf˜p8µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•ˆÿÿáðgDf˜ˆÿÿ%`•@›ˆÿÿâgDf˜@›ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•@›ˆÿÿâ8gDf˜@›ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•`´ˆÿÿõ€gDf˜`´ˆÿÿ%`•ph´ˆÿÿö„gDf˜ph´ˆÿÿ%`•8d´ˆÿÿöДgDf˜8d´ˆÿÿ%`•ha´ˆÿÿ÷dügDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿù`gDf˜Ðb´ˆÿÿ%`• e´ˆÿÿ gDf˜ e´ˆÿÿ%`•g´ˆÿÿ ügDf˜g´ˆÿÿ%`•Øi´ˆÿÿ ˜gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ ¬ügDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ¨\gDf˜¨l´ˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`•n´ˆÿÿo¸xgDf˜n´ˆÿÿ%`•Ø™ˆÿÿƒ,gDf˜Ø™ˆÿÿ%`•@›ˆÿÿƒ8gDf˜@›ˆÿÿ%`•h‘ˆÿÿgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿgDf˜Ð’ˆÿÿ%`•žˆÿÿ‘gDf˜žˆÿÿ%`•p˜ˆÿÿ˜gDf˜p˜ˆÿÿ%`•—ˆÿÿ™ gDf˜—ˆÿÿ%`• •ˆÿÿ gDf˜ •ˆÿÿ%`•8”ˆÿÿ¡gDf˜8”ˆÿÿ%`•ˆÿÿâHgDf˜ˆÿÿ%`•¨œˆÿÿâTLgDf˜¨œˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ$ÀgDf˜h¡ïˆÿÿ%`•ТïˆÿÿèügDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿä¬gDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8¤ïˆÿÿ”PgDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•8¤ïˆÿÿìLgDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•8¤ïˆÿÿ<ügDf˜8¤ïˆÿÿ%`•¨¬ïˆÿÿ8´gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿðgDf˜®ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•®ïˆÿÿügDf˜®ïˆÿÿ%`•p¨ïˆÿÿìgDf˜p¨ïˆÿÿ%`•8¤ïˆÿÿôügDf˜8¤ïˆÿÿ%`•¨¬ïˆÿÿ!ðgDf˜¨¬ïˆÿÿ%`•§ïˆÿÿ!ôügDf˜§ïˆÿÿ%`•Ø©ïˆÿÿ#ðgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ#øügDf˜@«ïˆÿÿ%`• ¥ïˆÿÿ%ôgDf˜ ¥ïˆÿÿ%`• ïˆÿÿ%øügDf˜ ïˆÿÿ%`•Тïˆÿÿ'ôgDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ'üügDf˜h¡ïˆÿÿ%`•¨<™ˆÿÿ)øgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ)ü€gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*|gDf˜'ˆÿÿ%`•0¡ˆÿÿzDgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿ}ôgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ¸gDf˜Ð2¡ˆÿÿ%`•Ð2¡ˆÿÿ gDf˜Ð2¡ˆÿÿ%`•Ð2¡ˆÿÿz4gDf˜Ð2¡ˆÿÿ%`•h1¡ˆÿÿzX(gDf˜h1¡ˆÿÿ%`•0¡ˆÿÿz” gDf˜0¡ˆÿÿ%`•84¡ˆÿÿÜgDf˜84¡ˆÿÿ%`• 5¡ˆÿÿã8ügDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿå4ügDf˜7¡ˆÿÿ%`•p8¡ˆÿÿç0ügDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿé,gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿê8PgDf˜@;¡ˆÿÿ%`•@;¡ˆÿÿ gDf˜@;¡ˆÿÿ%`•@;¡ˆÿÿ*€gDf˜@;¡ˆÿÿ%`•Ø9¡ˆÿÿ*„ gDf˜Ø9¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*¤gDf˜'ˆÿÿ%`•Ø9¡ˆÿÿ*¨$gDf˜Ø9¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ÌgDf˜'ˆÿÿ%`•Ø9¡ˆÿÿ*Ð$gDf˜Ø9¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ôgDf˜'ˆÿÿ%`•Ø9¡ˆÿÿ*øgDf˜Ø9¡ˆÿÿ%`•84¡ˆÿÿ*ügDf˜84¡ˆÿÿ%`•7¡ˆÿÿ+gDf˜7¡ˆÿÿ%`•@;¡ˆÿÿ+gDf˜@;¡ˆÿÿ%`•p8¡ˆÿÿ+gDf˜p8¡ˆÿÿ%`• 5¡ˆÿÿ+ gDf˜ 5¡ˆÿÿ%`•0¡ˆÿÿ+gDf˜0¡ˆÿÿ%`•h1¡ˆÿÿ+gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ+gDf˜Ð2¡ˆÿÿ%`•¨<¡ˆÿÿ+gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ+ gDf˜>¡ˆÿÿ%`•>™ˆÿÿ+$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ+(gDf˜¨<™ˆÿÿ%`•À%ˆÿÿ+,gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ+0gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ+4gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ+8gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ+<gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ+@gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ+DgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ+HgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ+LgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ+PgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ+TgDf˜Î%ˆÿÿ%`• ‚ ˆÿÿ+XgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ+\gDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ+`gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ+dgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ+hgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ+lgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ+pgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ+tgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ+xgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ+|gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ+€gDf˜®‚ ˆÿÿ%`•ˆÿÿ+„gDf˜ˆÿÿ%`•hˆÿÿ+ˆgDf˜hˆÿÿ%`•Јÿÿ+ŒgDf˜Ðˆÿÿ%`•8ˆÿÿ+gDf˜8ˆÿÿ%`• ˆÿÿ+”gDf˜ ˆÿÿ%`•ˆÿÿ+˜gDf˜ˆÿÿ%`•pˆÿÿ+œgDf˜pˆÿÿ%`•؈ÿÿ+ gDf˜Øˆÿÿ%`•@ˆÿÿ+¤gDf˜@ˆÿÿ%`•¨ˆÿÿ+¨gDf˜¨ˆÿÿ%`•ˆÿÿ+¬gDf˜ˆÿÿ%`•@¼ˆÿÿ+°gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ+´gDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ+¸gDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ+¼gDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ+ÀgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ+ÄgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ+ÈgDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ+ÌgDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ+ÐgDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ+ÔgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ+ØgDf˜N¼ˆÿÿ%`•Ыˆÿÿ+ÜgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ+àgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ+ägDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ+ègDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ+ìgDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ+ðgDf˜׫ˆÿÿ%`•pØ«ˆÿÿ+ôgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ+øgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ,gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ,gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ,gDf˜Þ«ˆÿÿ%`•…ˆÿÿ, gDf˜…ˆÿÿ%`•h‘…ˆÿÿ,gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ,gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ,gDf˜8”…ˆÿÿ%`• •…ˆÿÿ,gDf˜ •…ˆÿÿ%`•—…ˆÿÿ, gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ,$gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ,(gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ,,gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ,0gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ,4gDf˜ž…ˆÿÿ%`•Њˆÿÿ,8gDf˜ÐŠˆÿÿ%`•hÑŠˆÿÿ,<gDf˜hÑŠˆÿÿ%`•ÐÒŠˆÿÿ,@gDf˜ÐÒŠˆÿÿ%`•8ÔŠˆÿÿ,DgDf˜8ÔŠˆÿÿ%`• ÕŠˆÿÿ,HgDf˜ ÕŠˆÿÿ%`•׊ˆÿÿ,LgDf˜׊ˆÿÿ%`•pØŠˆÿÿ,PgDf˜pØŠˆÿÿ%`•ØÙŠˆÿÿ,TgDf˜ØÙŠˆÿÿ%`•@ÛŠˆÿÿ,XgDf˜@ÛŠˆÿÿ%`•¨ÜŠˆÿÿ,\gDf˜¨ÜŠˆÿÿ%`•ÞŠˆÿÿ,`gDf˜ÞŠˆÿÿ%`•ðš ˆÿÿ,dgDf˜ðš ˆÿÿ%`•hñš ˆÿÿ,hgDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ,lgDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ,pgDf˜8ôš ˆÿÿ%`• õš ˆÿÿ,tgDf˜ õš ˆÿÿ%`•÷š ˆÿÿ,xgDf˜÷š ˆÿÿ%`•pøš ˆÿÿ,|gDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ,€gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ,„gDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ,ˆgDf˜¨üš ˆÿÿ%`•þš ˆÿÿ,ŒgDf˜þš ˆÿÿ%`•ÐZˆÿÿ,gDf˜ÐZˆÿÿ%`•hÑZˆÿÿ,”gDf˜hÑZˆÿÿ%`•ÐÒZˆÿÿ,˜gDf˜ÐÒZˆÿÿ%`•8ÔZˆÿÿ,œgDf˜8ÔZˆÿÿ%`• ÕZˆÿÿ, gDf˜ ÕZˆÿÿ%`•×Zˆÿÿ,¤gDf˜×Zˆÿÿ%`•pØZˆÿÿ,¨gDf˜pØZˆÿÿ%`•ØÙZˆÿÿ,¬gDf˜ØÙZˆÿÿ%`•@ÛZˆÿÿ,°gDf˜@ÛZˆÿÿ%`•¨ÜZˆÿÿ,´gDf˜¨ÜZˆÿÿ%`•ÞZˆÿÿ,¸gDf˜ÞZˆÿÿ%`• Mˆÿÿ,¼gDf˜ Mˆÿÿ%`•h!Mˆÿÿ,ÀgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ,ÄgDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ,ÈgDf˜8$Mˆÿÿ%`• %Mˆÿÿ,ÌgDf˜ %Mˆÿÿ%`•'Mˆÿÿ,ÐgDf˜'Mˆÿÿ%`•p(Mˆÿÿ,ÔgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ,ØgDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ,ÜgDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ,àgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ,ägDf˜.Mˆÿÿ%`•€êˆÿÿ,ègDf˜€êˆÿÿ%`•hêˆÿÿ,ìgDf˜hêˆÿÿ%`•Ђêˆÿÿ,ðgDf˜Ð‚êˆÿÿ%`•8„êˆÿÿ,ôgDf˜8„êˆÿÿ%`• …êˆÿÿ,øgDf˜ …êˆÿÿ%`•‡êˆÿÿ,ügDf˜‡êˆÿÿ%`•pˆêˆÿÿ-gDf˜pˆêˆÿÿ%`•؉êˆÿÿ-gDf˜Ø‰êˆÿÿ%`•@‹êˆÿÿ-gDf˜@‹êˆÿÿ%`•¨Œêˆÿÿ- gDf˜¨Œêˆÿÿ%`•Žêˆÿÿ-gDf˜Žêˆÿÿ%`•€¹ˆÿÿ-gDf˜€¹ˆÿÿ%`•h¹ˆÿÿ-gDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ-gDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿ- gDf˜8„¹ˆÿÿ%`• …¹ˆÿÿ-$gDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿ-(gDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿ-,gDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿ-0gDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿ-4gDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿ-8gDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿ-<gDf˜޹ˆÿÿ%`•ð ˆÿÿ-@gDf˜ð ˆÿÿ%`•hñ ˆÿÿ-DgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ-HgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ-LgDf˜8ô ˆÿÿ%`• õ ˆÿÿ-PgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ-TgDf˜÷ ˆÿÿ%`•pø ˆÿÿ-XgDf˜pø ˆÿÿ%`•Øù ˆÿÿ-\gDf˜Øù ˆÿÿ%`•@û ˆÿÿ-`gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ-dgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ-hgDf˜þ ˆÿÿ%`•€(ˆÿÿ-lgDf˜€(ˆÿÿ%`•h(ˆÿÿ-pgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ-tgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ-xgDf˜8„(ˆÿÿ%`• …(ˆÿÿ-|gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ-€gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ-„gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ-ˆgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ-ŒgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ-gDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ-”gDf˜Ž(ˆÿÿ%`•¨<™ˆÿÿ-˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ-œgDf˜>™ˆÿÿ%`•Ø©‚ ˆÿÿ- gDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ-¤gDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ-¨gDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ-¬gDf˜ ¥‚ ˆÿÿ%`•8¤‚ ˆÿÿ-°gDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ-´gDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ-¸gDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ-¼gDf˜ ‚ ˆÿÿ%`• ˆÿÿ-ÀgDf˜ ˆÿÿ%`•h ˆÿÿ-ÄgDf˜h ˆÿÿ%`•Ð ˆÿÿ-ÈgDf˜Ð ˆÿÿ%`•8 ˆÿÿ-ÌgDf˜8 ˆÿÿ%`•  ˆÿÿ-ÐgDf˜  ˆÿÿ%`• ˆÿÿ-ÔgDf˜ ˆÿÿ%`•p ˆÿÿ-ØgDf˜p ˆÿÿ%`•Ø ˆÿÿ-ÜgDf˜Ø ˆÿÿ%`•@ ˆÿÿ-àgDf˜@ ˆÿÿ%`•¨ ˆÿÿ-ägDf˜¨ ˆÿÿ%`• ˆÿÿ-ègDf˜ ˆÿÿ%`•àŠˆÿÿ-ìgDf˜àŠˆÿÿ%`•hኈÿÿ-ðgDf˜hኈÿÿ%`•Ð⊈ÿÿ-ôgDf˜Ð⊈ÿÿ%`•8䊈ÿÿ-øgDf˜8䊈ÿÿ%`• åŠˆÿÿ-ügDf˜ åŠˆÿÿ%`•犈ÿÿ.gDf˜çŠˆÿÿ%`•p芈ÿÿ.gDf˜p芈ÿÿ%`•ØéŠˆÿÿ.gDf˜ØéŠˆÿÿ%`•@늈ÿÿ. gDf˜@늈ÿÿ%`•¨ìŠˆÿÿ.gDf˜¨ìŠˆÿÿ%`•ÿÿ.gDf˜îŠˆÿÿ%`•®‚ ˆÿÿ.gDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ.gDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿ. gDf˜@«‚ ˆÿÿ%`•pØ«ˆÿÿ.$gDf˜pØ«ˆÿÿ%`•׫ˆÿÿ.(gDf˜׫ˆÿÿ%`• Õ«ˆÿÿ.,gDf˜ Õ«ˆÿÿ%`•8Ô«ˆÿÿ.0gDf˜8Ô«ˆÿÿ%`•ÐÒ«ˆÿÿ.4gDf˜ÐÒ«ˆÿÿ%`•hÑ«ˆÿÿ.8gDf˜hÑ«ˆÿÿ%`•Ыˆÿÿ.<gDf˜Ð«ˆÿÿ%`•@¼ˆÿÿ.@gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ.DgDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ.HgDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ.LgDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ.PgDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ.TgDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ.XgDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ.\gDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ.`gDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ.dgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ.hgDf˜N¼ˆÿÿ%`•ˆÿÿ.lgDf˜ˆÿÿ%`•hˆÿÿ.pgDf˜hˆÿÿ%`•Јÿÿ.tgDf˜Ðˆÿÿ%`•8ˆÿÿ.xgDf˜8ˆÿÿ%`• ˆÿÿ.|gDf˜ ˆÿÿ%`•ˆÿÿ.€gDf˜ˆÿÿ%`•pˆÿÿ.„gDf˜pˆÿÿ%`•؈ÿÿ.ˆgDf˜Øˆÿÿ%`•@ˆÿÿ.ŒgDf˜@ˆÿÿ%`•¨ˆÿÿ.gDf˜¨ˆÿÿ%`•ˆÿÿ.”gDf˜ˆÿÿ%`•Þ«ˆÿÿ.˜gDf˜Þ«ˆÿÿ%`•¨Ü«ˆÿÿ.œgDf˜¨Ü«ˆÿÿ%`•@Û«ˆÿÿ. gDf˜@Û«ˆÿÿ%`•ØÙ«ˆÿÿ.¤gDf˜ØÙ«ˆÿÿ%`•÷š ˆÿÿ.¨gDf˜÷š ˆÿÿ%`• õš ˆÿÿ.¬gDf˜ õš ˆÿÿ%`•8ôš ˆÿÿ.°gDf˜8ôš ˆÿÿ%`•Ðòš ˆÿÿ.´gDf˜Ðòš ˆÿÿ%`•hñš ˆÿÿ.¸gDf˜hñš ˆÿÿ%`•ðš ˆÿÿ.¼gDf˜ðš ˆÿÿ%`•àˆÿÿ.ÀgDf˜àˆÿÿ%`•háˆÿÿ.ÄgDf˜háˆÿÿ%`•Ðâˆÿÿ.ÈgDf˜Ðâˆÿÿ%`•8äˆÿÿ.ÌgDf˜8äˆÿÿ%`• åˆÿÿ.ÐgDf˜ åˆÿÿ%`•çˆÿÿ.ÔgDf˜çˆÿÿ%`•pèˆÿÿ.ØgDf˜pèˆÿÿ%`•Øéˆÿÿ.ÜgDf˜Øéˆÿÿ%`•@ëˆÿÿ.àgDf˜@ëˆÿÿ%`•¨ìˆÿÿ.ägDf˜¨ìˆÿÿ%`•îˆÿÿ.ègDf˜îˆÿÿ%`•Œˆÿÿ.ìgDf˜Œˆÿÿ%`•hŒˆÿÿ.ðgDf˜hŒˆÿÿ%`•ÐŒˆÿÿ.ôgDf˜ÐŒˆÿÿ%`•8Œˆÿÿ.øgDf˜8Œˆÿÿ%`• Œˆÿÿ.ügDf˜ Œˆÿÿ%`•Œˆÿÿ/gDf˜Œˆÿÿ%`•pŒˆÿÿ/gDf˜pŒˆÿÿ%`•ØŒˆÿÿ/gDf˜ØŒˆÿÿ%`•@Œˆÿÿ/ gDf˜@Œˆÿÿ%`•¨Œˆÿÿ/gDf˜¨Œˆÿÿ%`•Œˆÿÿ/gDf˜Œˆÿÿ%`•þš ˆÿÿ/gDf˜þš ˆÿÿ%`•¨üš ˆÿÿ/gDf˜¨üš ˆÿÿ%`•@ûš ˆÿÿ/ gDf˜@ûš ˆÿÿ%`•Øùš ˆÿÿ/$gDf˜Øùš ˆÿÿ%`•pøš ˆÿÿ/(gDf˜pøš ˆÿÿ%`• …êˆÿÿ/,gDf˜ …êˆÿÿ%`•8„êˆÿÿ/0gDf˜8„êˆÿÿ%`•Ђêˆÿÿ/4gDf˜Ð‚êˆÿÿ%`•hêˆÿÿ/8gDf˜hêˆÿÿ%`•€êˆÿÿ/<gDf˜€êˆÿÿ%`• Mˆÿÿ/@gDf˜ Mˆÿÿ%`•h!Mˆÿÿ/DgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ/HgDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ/LgDf˜8$Mˆÿÿ%`• %Mˆÿÿ/PgDf˜ %Mˆÿÿ%`•'Mˆÿÿ/TgDf˜'Mˆÿÿ%`•p(Mˆÿÿ/XgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ/\gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ/`gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ/dgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ/hgDf˜.Mˆÿÿ%`•  ˆÿÿ/lgDf˜  ˆÿÿ%`•h¡ ˆÿÿ/pgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ/tgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ/xgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ/|gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ/€gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ/„gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ/ˆgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ/ŒgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ/gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ/”gDf˜® ˆÿÿ%`•Žêˆÿÿ/˜gDf˜Žêˆÿÿ%`•¨Œêˆÿÿ/œgDf˜¨Œêˆÿÿ%`•@‹êˆÿÿ/ gDf˜@‹êˆÿÿ%`•؉êˆÿÿ/¤gDf˜Ø‰êˆÿÿ%`•pˆêˆÿÿ/¨gDf˜pˆêˆÿÿ%`•‡êˆÿÿ/¬gDf˜‡êˆÿÿ%`•8„(ˆÿÿ/°gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ/´gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ/¸gDf˜h(ˆÿÿ%`•€(ˆÿÿ/¼gDf˜€(ˆÿÿ%`•p¹ˆÿÿ/ÀgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ/ÄgDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ/ÈgDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ/ÌgDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ/ÐgDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ/ÔgDf˜w¹ˆÿÿ%`•px¹ˆÿÿ/ØgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ/ÜgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ/àgDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ/ägDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ/ègDf˜~¹ˆÿÿ%`•PFˆÿÿ/ìgDf˜PFˆÿÿ%`•hQFˆÿÿ/ðgDf˜hQFˆÿÿ%`•ÐRFˆÿÿ/ôgDf˜ÐRFˆÿÿ%`•8TFˆÿÿ/øgDf˜8TFˆÿÿ%`• UFˆÿÿ/ügDf˜ UFˆÿÿ%`•WFˆÿÿ0gDf˜WFˆÿÿ%`•pXFˆÿÿ0gDf˜pXFˆÿÿ%`•ØYFˆÿÿ0 gDf˜ØYFˆÿÿ%`•@[Fˆÿÿ0gDf˜@[Fˆÿÿ%`•¨\Fˆÿÿ0gDf˜¨\Fˆÿÿ%`•^Fˆÿÿ0gDf˜^Fˆÿÿ%`•Ž(ˆÿÿ0gDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ0 gDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ0$gDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ0(gDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ0,gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ00gDf˜‡(ˆÿÿ%`• …(ˆÿÿ04gDf˜ …(ˆÿÿ%`•>™ˆÿÿ08gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0<gDf˜¨<™ˆÿÿ%`• ‚ ˆÿÿ0@gDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ0DgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ0HgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ0LgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ0PgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ0TgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ0XgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ0\gDf˜Ø©‚ ˆÿÿ%`•8䊈ÿÿ0`gDf˜8䊈ÿÿ%`•Ð⊈ÿÿ0dgDf˜Ð⊈ÿÿ%`•hኈÿÿ0hgDf˜hኈÿÿ%`•àŠˆÿÿ0lgDf˜àŠˆÿÿ%`•p]ˆÿÿ0pgDf˜p]ˆÿÿ%`•hq]ˆÿÿ0tgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ0xgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ0|gDf˜8t]ˆÿÿ%`• u]ˆÿÿ0€gDf˜ u]ˆÿÿ%`•w]ˆÿÿ0„gDf˜w]ˆÿÿ%`•px]ˆÿÿ0ˆgDf˜px]ˆÿÿ%`•Øy]ˆÿÿ0ŒgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ0gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ0”gDf˜¨|]ˆÿÿ%`•~]ˆÿÿ0˜gDf˜~]ˆÿÿ%`•ÿÿ0œgDf˜îŠˆÿÿ%`•¨ìŠˆÿÿ0 gDf˜¨ìŠˆÿÿ%`•@늈ÿÿ0¤gDf˜@늈ÿÿ%`•ØéŠˆÿÿ0¨gDf˜ØéŠˆÿÿ%`•p芈ÿÿ0¬gDf˜p芈ÿÿ%`•犈ÿÿ0°gDf˜çŠˆÿÿ%`• åŠˆÿÿ0´gDf˜ åŠˆÿÿ%`•@«‚ ˆÿÿ0¸gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ0¼gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ0ÀgDf˜®‚ ˆÿÿ%`•Ыˆÿÿ0ÄgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ0ÈgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ0ÌgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ0ÐgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ0ÔgDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ0ØgDf˜׫ˆÿÿ%`•pØ«ˆÿÿ0ÜgDf˜pØ«ˆÿÿ%`•8ˆÿÿ0àgDf˜8ˆÿÿ%`•Јÿÿ0ägDf˜Ðˆÿÿ%`•hˆÿÿ0ègDf˜hˆÿÿ%`•ˆÿÿ0ìgDf˜ˆÿÿ%`•¬ˆÿÿ0ðgDf˜¬ˆÿÿ%`•h¬ˆÿÿ0ôgDf˜h¬ˆÿÿ%`•Ьˆÿÿ0øgDf˜Ð¬ˆÿÿ%`•¨ˆÿÿ0üügDf˜¨ˆÿÿ%`•@ˆÿÿ2ø gDf˜@ˆÿÿ%`•؈ÿÿ4ügDf˜Øˆÿÿ%`•pˆÿÿ6ügDf˜pˆÿÿ%`•ˆÿÿ8gDf˜ˆÿÿ%`• ˆÿÿ8 ügDf˜ ˆÿÿ%`•ØÙ«ˆÿÿ:ÌgDf˜ØÙ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:ÔgDf˜'ˆÿÿ%`•جˆÿÿgDf˜Ø¬ˆÿÿ%`•8¬ˆÿÿgDf˜8¬ˆÿÿ%`•p¬ˆÿÿgDf˜p¬ˆÿÿ%`•@¬ˆÿÿ  gDf˜@¬ˆÿÿ%`• ¬ˆÿÿz€gDf˜ ¬ˆÿÿ%`•¨¬ˆÿÿ}xgDf˜¨¬ˆÿÿ%`•¬ˆÿÿ}ÜgDf˜¬ˆÿÿ%`•¬ˆÿÿê0gDf˜¬ˆÿÿ%`•ˆÿÿ누gDf˜ˆÿÿ%`•ØÙ«ˆÿÿ gDf˜ØÙ«ˆÿÿ%`•ØÙ«ˆÿÿgDf˜ØÙ«ˆÿÿ%`• Õ«ˆÿÿz<gDf˜ Õ«ˆÿÿ%`•pØ«ˆÿÿzˆ gDf˜pØ«ˆÿÿ%`•׫ˆÿÿ{4<gDf˜׫ˆÿÿ%`•8Ô«ˆÿÿ{„ gDf˜8Ô«ˆÿÿ%`•ÐÒ«ˆÿÿ|ÔgDf˜ÐÒ«ˆÿÿ%`•hÑ«ˆÿÿ|ø$gDf˜hÑ«ˆÿÿ%`•Ыˆÿÿ}`gDf˜Ð«ˆÿÿ%`•@Û«ˆÿÿÔgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿø gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿáÈ$gDf˜Þ«ˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•ˆÿÿâPgDf˜ˆÿÿ%`•hˆÿÿâ ˜gDf˜hˆÿÿ%`•Јÿÿí8ügDf˜Ðˆÿÿ%`•8ˆÿÿï4ügDf˜8ˆÿÿ%`• ˆÿÿñ0ügDf˜ ˆÿÿ%`•ˆÿÿó,ügDf˜ˆÿÿ%`•pˆÿÿõ(gDf˜pˆÿÿ%`•؈ÿÿõ@ügDf˜Øˆÿÿ%`•@ˆÿÿ÷<ügDf˜@ˆÿÿ%`•¨ˆÿÿù8,gDf˜¨ˆÿÿ%`•ˆÿÿùl°gDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ:Ø4gDf˜ˆÿÿ%`•¨ˆÿÿ<ügDf˜¨ˆÿÿ%`•@ˆÿÿ> ¨gDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>´gDf˜'ˆÿÿ%`•@ˆÿÿÿHgDf˜@ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•؈ÿÿ4 gDf˜Øˆÿÿ%`•؈ÿÿ>¸gDf˜Øˆÿÿ%`•ˆÿÿ>¼gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>ÌgDf˜'ˆÿÿ%`•ˆÿÿ>ÐgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>ägDf˜'ˆÿÿ%`•ˆÿÿ>ègDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>ügDf˜'ˆÿÿ%`•ˆÿÿ?gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?gDf˜'ˆÿÿ%`•ˆÿÿ?gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?0gDf˜'ˆÿÿ%`•ˆÿÿ?4ÜgDf˜ˆÿÿ%`•؈ÿÿ@ gDf˜Øˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@´gDf˜'ˆÿÿ%`•؈ÿÿ gDf˜Øˆÿÿ%`•؈ÿÿz4gDf˜Øˆÿÿ%`•ˆÿÿzXgDf˜ˆÿÿ%`•@ˆÿÿzxgDf˜@ˆÿÿ%`•@ˆÿÿ@¸gDf˜@ˆÿÿ%`•ˆÿÿ@¼gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@ÌgDf˜'ˆÿÿ%`•ˆÿÿ@ÐgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@ägDf˜'ˆÿÿ%`•ˆÿÿ@ègDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@ügDf˜'ˆÿÿ%`•ˆÿÿAgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•ˆÿÿAgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA0gDf˜'ˆÿÿ%`•ˆÿÿA4ŒgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBÀgDf˜'ˆÿÿ%`•ˆÿÿzHgDf˜ˆÿÿ%`•@ˆÿÿ{”gDf˜@ˆÿÿ%`•Јÿÿ{´ gDf˜Ðˆÿÿ%`•ЈÿÿBÄgDf˜Ðˆÿÿ%`•@ˆÿÿBÈgDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBØgDf˜'ˆÿÿ%`•@ˆÿÿBÜgDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBðgDf˜'ˆÿÿ%`•@ˆÿÿBôgDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿCgDf˜'ˆÿÿ%`•@ˆÿÿC gDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC gDf˜'ˆÿÿ%`•@ˆÿÿC$gDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC<gDf˜'ˆÿÿ%`•@ˆÿÿC@¤gDf˜@ˆÿÿ%`•ˆÿÿÔŒgDf˜ˆÿÿ%`•8ˆÿÿ¤,gDf˜8ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ`gDf˜'ˆÿÿ%`•8ˆÿÿ|ÔgDf˜8ˆÿÿ%`•Јÿÿ|øgDf˜Ðˆÿÿ%`•@ˆÿÿ}ôgDf˜@ˆÿÿ%`•@ˆÿÿdgDf˜@ˆÿÿ%`•ЈÿÿhgDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•Јÿÿ€\gDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÜgDf˜'ˆÿÿ%`•Јÿÿz4gDf˜Ðˆÿÿ%`•ˆÿÿzXgDf˜ˆÿÿ%`•8ˆÿÿzxøgDf˜8ˆÿÿ%`•8ˆÿÿàgDf˜8ˆÿÿ%`•ˆÿÿägDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•ˆÿÿüdgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ`gDf˜'ˆÿÿ%`•ˆÿÿ{pgDf˜ˆÿÿ%`•Јÿÿ|ègDf˜Ðˆÿÿ%`•@ˆÿÿ~ gDf˜@ˆÿÿ%`•8ˆÿÿ~gDf˜8ˆÿÿ%`•8ˆÿÿdgDf˜8ˆÿÿ%`•@ˆÿÿhgDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•@ˆÿÿ€gDf˜@ˆÿÿ%`•ˆÿÿ„gDf˜ˆÿÿ%`•؈ÿÿˆgDf˜Øˆÿÿ%`•ЈÿÿŒgDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•ˆÿÿ”gDf˜ˆÿÿ%`•pˆÿÿ˜gDf˜pˆÿÿ%`• ˆÿÿœgDf˜ ˆÿÿ%`•¨ˆÿÿ gDf˜¨ˆÿÿ%`•hˆÿÿ¤gDf˜hˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•>™ˆÿÿ¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`• %ˆÿÿ´gDf˜ %ˆÿÿ%`•h!%ˆÿÿ¸gDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ¼gDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿÀgDf˜8$%ˆÿÿ%`• %%ˆÿÿÄgDf˜ %%ˆÿÿ%`•'%ˆÿÿÈgDf˜'%ˆÿÿ%`•p(%ˆÿÿÌgDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿÐgDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿÜgDf˜@+%ˆÿÿ%`•¨,%ˆÿÿàgDf˜¨,%ˆÿÿ%`•.%ˆÿÿägDf˜.%ˆÿÿ%`•€$ˆÿÿègDf˜€$ˆÿÿ%`•h$ˆÿÿìgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿðgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿôgDf˜8„$ˆÿÿ%`• …$ˆÿÿøgDf˜ …$ˆÿÿ%`•‡$ˆÿÿügDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿ gDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿgDf˜Ž$ˆÿÿ%`•€3ˆÿÿgDf˜€3ˆÿÿ%`•h3ˆÿÿgDf˜h3ˆÿÿ%`•Ђ3ˆÿÿgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿ gDf˜8„3ˆÿÿ%`• …3ˆÿÿ$gDf˜ …3ˆÿÿ%`•‡3ˆÿÿ(gDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿ,gDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ0gDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿ4gDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿ8gDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿ<gDf˜Ž3ˆÿÿ%`•ð«ˆÿÿ@gDf˜ð«ˆÿÿ%`•hñ«ˆÿÿDgDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿHgDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿLgDf˜8ô«ˆÿÿ%`• õ«ˆÿÿPgDf˜ õ«ˆÿÿ%`•÷«ˆÿÿTgDf˜÷«ˆÿÿ%`•pø«ˆÿÿXgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿ\gDf˜Øù«ˆÿÿ%`•@û«ˆÿÿ`gDf˜@û«ˆÿÿ%`•¨ü«ˆÿÿdgDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿhgDf˜þ«ˆÿÿ%`•mˆÿÿlgDf˜mˆÿÿ%`•hmˆÿÿpgDf˜hmˆÿÿ%`•ÐmˆÿÿtgDf˜Ðmˆÿÿ%`•8mˆÿÿxgDf˜8mˆÿÿ%`• mˆÿÿ|gDf˜ mˆÿÿ%`•mˆÿÿ€gDf˜mˆÿÿ%`•pmˆÿÿ„gDf˜pmˆÿÿ%`•ØmˆÿÿˆgDf˜Ømˆÿÿ%`•@mˆÿÿŒgDf˜@mˆÿÿ%`•¨mˆÿÿgDf˜¨mˆÿÿ%`•mˆÿÿ”gDf˜mˆÿÿ%`•ÀBˆÿÿ˜gDf˜ÀBˆÿÿ%`•hÁBˆÿÿœgDf˜hÁBˆÿÿ%`•ÐÂBˆÿÿ gDf˜ÐÂBˆÿÿ%`•8ÄBˆÿÿ¤gDf˜8ÄBˆÿÿ%`• ÅBˆÿÿ¨gDf˜ ÅBˆÿÿ%`•ÇBˆÿÿ¬gDf˜ÇBˆÿÿ%`•pÈBˆÿÿ°gDf˜pÈBˆÿÿ%`•ØÉBˆÿÿ´gDf˜ØÉBˆÿÿ%`•@ËBˆÿÿ¸gDf˜@ËBˆÿÿ%`•¨ÌBˆÿÿ¼gDf˜¨ÌBˆÿÿ%`•ÎBˆÿÿÀgDf˜ÎBˆÿÿ%`•€ˆÿÿÄgDf˜€ˆÿÿ%`•hˆÿÿÈgDf˜hˆÿÿ%`•ЂˆÿÿÌgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿÐgDf˜8„ˆÿÿ%`• …ˆÿÿÔgDf˜ …ˆÿÿ%`•‡ˆÿÿØgDf˜‡ˆÿÿ%`•pˆˆÿÿÜgDf˜pˆˆÿÿ%`•؉ˆÿÿàgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿägDf˜@‹ˆÿÿ%`•¨ŒˆÿÿègDf˜¨Œˆÿÿ%`•ŽˆÿÿìgDf˜Žˆÿÿ%`•0FˆÿÿðgDf˜0Fˆÿÿ%`•h1FˆÿÿôgDf˜h1Fˆÿÿ%`•Ð2FˆÿÿøgDf˜Ð2Fˆÿÿ%`•84FˆÿÿügDf˜84Fˆÿÿ%`• 5Fˆÿÿ gDf˜ 5Fˆÿÿ%`•7Fˆÿÿ gDf˜7Fˆÿÿ%`•p8Fˆÿÿ gDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ gDf˜@;Fˆÿÿ%`•¨Fˆÿÿ gDf˜>Fˆÿÿ%`•Ðè ˆÿÿ gDf˜Ðè ˆÿÿ%`•hÑè ˆÿÿ gDf˜hÑè ˆÿÿ%`•ÐÒè ˆÿÿ $gDf˜ÐÒè ˆÿÿ%`•8Ôè ˆÿÿ (gDf˜8Ôè ˆÿÿ%`• Õè ˆÿÿ ,gDf˜ Õè ˆÿÿ%`•×è ˆÿÿ 0gDf˜×è ˆÿÿ%`•pØè ˆÿÿ 4gDf˜pØè ˆÿÿ%`•ØÙè ˆÿÿ 8gDf˜ØÙè ˆÿÿ%`•@Ûè ˆÿÿ <gDf˜@Ûè ˆÿÿ%`•¨Üè ˆÿÿ @gDf˜¨Üè ˆÿÿ%`•Þè ˆÿÿ DgDf˜Þè ˆÿÿ%`•@Œˆÿÿ HgDf˜@Œˆÿÿ%`•hAŒˆÿÿ LgDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿ PgDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿ TgDf˜8DŒˆÿÿ%`• EŒˆÿÿ XgDf˜ EŒˆÿÿ%`•GŒˆÿÿ \gDf˜GŒˆÿÿ%`•pHŒˆÿÿ `gDf˜pHŒˆÿÿ%`•ØIŒˆÿÿ dgDf˜ØIŒˆÿÿ%`•@KŒˆÿÿ hgDf˜@KŒˆÿÿ%`•¨LŒˆÿÿ lgDf˜¨LŒˆÿÿ%`•NŒˆÿÿ pgDf˜NŒˆÿÿ%`•€Eˆÿÿ tgDf˜€Eˆÿÿ%`•hEˆÿÿ xgDf˜hEˆÿÿ%`•ЂEˆÿÿ |gDf˜Ð‚Eˆÿÿ%`•8„Eˆÿÿ €gDf˜8„Eˆÿÿ%`• …Eˆÿÿ „gDf˜ …Eˆÿÿ%`•‡Eˆÿÿ ˆgDf˜‡Eˆÿÿ%`•pˆEˆÿÿ ŒgDf˜pˆEˆÿÿ%`•؉Eˆÿÿ gDf˜Ø‰Eˆÿÿ%`•@‹Eˆÿÿ ”gDf˜@‹Eˆÿÿ%`•¨ŒEˆÿÿ ˜gDf˜¨ŒEˆÿÿ%`•ŽEˆÿÿ œgDf˜ŽEˆÿÿ%`•Àˆÿÿ  gDf˜Àˆÿÿ%`•hÁˆÿÿ ¤gDf˜hÁˆÿÿ%`•Јÿÿ ¨gDf˜Ðˆÿÿ%`•8Ĉÿÿ ¬gDf˜8Ĉÿÿ%`• Åˆÿÿ °gDf˜ Åˆÿÿ%`•Ljÿÿ ´gDf˜Çˆÿÿ%`•pȈÿÿ ¸gDf˜pȈÿÿ%`•ØÉˆÿÿ ¼gDf˜ØÉˆÿÿ%`•@ˈÿÿ ÀgDf˜@ˈÿÿ%`•¨Ìˆÿÿ ÄgDf˜¨Ìˆÿÿ%`•Έÿÿ ÈgDf˜Îˆÿÿ%`• ˆÿÿ ÌgDf˜ ˆÿÿ%`•h!ˆÿÿ ÐgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ ÔgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ ØgDf˜8$ˆÿÿ%`• %ˆÿÿ ÜgDf˜ %ˆÿÿ%`•'ˆÿÿ àgDf˜'ˆÿÿ%`•p(ˆÿÿ ägDf˜p(ˆÿÿ%`•Ø)ˆÿÿ ègDf˜Ø)ˆÿÿ%`•@+ˆÿÿ ìgDf˜@+ˆÿÿ%`•¨,ˆÿÿ ðgDf˜¨,ˆÿÿ%`•.ˆÿÿ ôgDf˜.ˆÿÿ%`•À ˆÿÿ øgDf˜À ˆÿÿ%`•hÁ ˆÿÿ ügDf˜hÁ ˆÿÿ%`•Рˆÿÿ gDf˜Ð ˆÿÿ%`• Å ˆÿÿ ØgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ àügDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ ÜügDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿØgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿäügDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿàügDf˜¨Ì ˆÿÿ%`•Î ˆÿÿÜgDf˜Î ˆÿÿ%`•¨<™ˆÿÿèügDf˜¨<™ˆÿÿ%`•>™ˆÿÿäÔgDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•8Ä ˆÿÿìˆgDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿ gDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿ¼gDf˜8Ä ˆÿÿ%`•@Ë ˆÿÿÀØgDf˜@Ë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ˜gDf˜'ˆÿÿ%`•@Ë ˆÿÿœLgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿì@gDf˜¨Ì ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•¨Ì ˆÿÿìxgDf˜¨Ì ˆÿÿ%`•8Ä ˆÿÿ7ôgDf˜8Ä ˆÿÿ%`•@Ë ˆÿÿ8ø gDf˜@Ë ˆÿÿ%`•@Ë ˆÿÿ gDf˜@Ë ˆÿÿ%`•@Ë ˆÿÿ0gDf˜@Ë ˆÿÿ%`•8Ä ˆÿÿ4gDf˜8Ä ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•8Ä ˆÿÿT\gDf˜8Ä ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•8Ä ˆÿÿ´ gDf˜8Ä ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•8Ä ˆÿÿØ gDf˜8Ä ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•8Ä ˆÿÿügDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿgDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿgDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿgDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿ gDf˜8Ä ˆÿÿ%`•8Ä ˆÿÿgDf˜8Ä ˆÿÿ%`•ØÉ ˆÿÿgDf˜ØÉ ˆÿÿ%`•Î ˆÿÿgDf˜Î ˆÿÿ%`•Î ˆÿÿgDf˜Î ˆÿÿ%`•ØÉ ˆÿÿ gDf˜ØÉ ˆÿÿ%`•8Ä ˆÿÿ$gDf˜8Ä ˆÿÿ%`•@Ë ˆÿÿ(gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ,gDf˜¨Ì ˆÿÿ%`•pÈ ˆÿÿ0gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ4gDf˜Ç ˆÿÿ%`• Å ˆÿÿ8gDf˜ Å ˆÿÿ%`•Рˆÿÿ<gDf˜Ð ˆÿÿ%`•hÁ ˆÿÿ@gDf˜hÁ ˆÿÿ%`•À ˆÿÿDgDf˜À ˆÿÿ%`•À ˆÿÿHgDf˜À ˆÿÿ%`•hÁ ˆÿÿLgDf˜hÁ ˆÿÿ%`•РˆÿÿPgDf˜Ð ˆÿÿ%`• Å ˆÿÿTgDf˜ Å ˆÿÿ%`•Ç ˆÿÿXgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ\gDf˜pÈ ˆÿÿ%`•¨Ì ˆÿÿ`gDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿdgDf˜@Ë ˆÿÿ%`•8Ä ˆÿÿhgDf˜8Ä ˆÿÿ%`•ØÉ ˆÿÿlgDf˜ØÉ ˆÿÿ%`•Î ˆÿÿpgDf˜Î ˆÿÿ%`•>™ˆÿÿtgDf˜>™ˆÿÿ%`•¨<™ˆÿÿxgDf˜¨<™ˆÿÿ%`•0Dˆÿÿ|gDf˜0Dˆÿÿ%`•h1Dˆÿÿ€gDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ„gDf˜Ð2Dˆÿÿ%`•84DˆÿÿˆgDf˜84Dˆÿÿ%`• 5DˆÿÿŒgDf˜ 5Dˆÿÿ%`•7DˆÿÿgDf˜7Dˆÿÿ%`•p8Dˆÿÿ”gDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ˜gDf˜Ø9Dˆÿÿ%`•@;DˆÿÿœgDf˜@;Dˆÿÿ%`•¨Dˆÿÿ¤gDf˜>Dˆÿÿ%`•+ˆÿÿ¨gDf˜+ˆÿÿ%`•h‘+ˆÿÿ¬gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ°gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ´gDf˜8”+ˆÿÿ%`• •+ˆÿÿ¸gDf˜ •+ˆÿÿ%`•—+ˆÿÿ¼gDf˜—+ˆÿÿ%`•p˜+ˆÿÿÀgDf˜p˜+ˆÿÿ%`•p˜+ˆÿÿÄgDf˜p˜+ˆÿÿ%`•—+ˆÿÿÈgDf˜—+ˆÿÿ%`• •+ˆÿÿÌgDf˜ •+ˆÿÿ%`•8”+ˆÿÿÐgDf˜8”+ˆÿÿ%`•Ð’+ˆÿÿÔgDf˜Ð’+ˆÿÿ%`•h‘+ˆÿÿØgDf˜h‘+ˆÿÿ%`•+ˆÿÿÜgDf˜+ˆÿÿ%`•Ø™+ˆÿÿàgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿägDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿègDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿìgDf˜ž+ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•°rˆÿÿøgDf˜°rˆÿÿ%`•h±rˆÿÿügDf˜h±rˆÿÿ%`•вrˆÿÿgDf˜Ð²rˆÿÿ%`•8´rˆÿÿgDf˜8´rˆÿÿ%`• µrˆÿÿgDf˜ µrˆÿÿ%`•·rˆÿÿ gDf˜·rˆÿÿ%`•p¸rˆÿÿgDf˜p¸rˆÿÿ%`•عrˆÿÿgDf˜Ø¹rˆÿÿ%`•@»rˆÿÿgDf˜@»rˆÿÿ%`•¨¼rˆÿÿgDf˜¨¼rˆÿÿ%`•¾rˆÿÿ gDf˜¾rˆÿÿ%`•€Vˆÿÿ$gDf˜€Vˆÿÿ%`•hVˆÿÿ(gDf˜hVˆÿÿ%`•ЂVˆÿÿ,gDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ0gDf˜8„Vˆÿÿ%`• …Vˆÿÿ4gDf˜ …Vˆÿÿ%`•‡Vˆÿÿ8gDf˜‡Vˆÿÿ%`•pˆVˆÿÿ<gDf˜pˆVˆÿÿ%`•؉Vˆÿÿ@gDf˜Ø‰Vˆÿÿ%`•@‹VˆÿÿDgDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿHgDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿLgDf˜ŽVˆÿÿ%`•ˆÿÿPgDf˜ˆÿÿ%`•hˆÿÿTgDf˜hˆÿÿ%`•ЈÿÿXgDf˜Ðˆÿÿ%`•8ˆÿÿ\gDf˜8ˆÿÿ%`• ˆÿÿ`gDf˜ ˆÿÿ%`•ˆÿÿdgDf˜ˆÿÿ%`•pˆÿÿhgDf˜pˆÿÿ%`•Ø ˆÿÿlgDf˜Ø ˆÿÿ%`•@ ˆÿÿpgDf˜@ ˆÿÿ%`•¨ ˆÿÿtgDf˜¨ ˆÿÿ%`•ˆÿÿxgDf˜ˆÿÿ%`•€ˆÿÿ|gDf˜€ˆÿÿ%`•hˆÿÿ€gDf˜hˆÿÿ%`•Ђˆÿÿ„gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿˆgDf˜8„ˆÿÿ%`• …ˆÿÿŒgDf˜ …ˆÿÿ%`•‡ˆÿÿgDf˜‡ˆÿÿ%`•pˆˆÿÿ”gDf˜pˆˆÿÿ%`•؉ˆÿÿ˜gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿœgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•Žˆÿÿ¤gDf˜Žˆÿÿ%`•pHˆÿÿ¨gDf˜pHˆÿÿ%`•hqHˆÿÿ¬gDf˜hqHˆÿÿ%`•ÐrHˆÿÿ°gDf˜ÐrHˆÿÿ%`•8tHˆÿÿ´gDf˜8tHˆÿÿ%`• uHˆÿÿ¸gDf˜ uHˆÿÿ%`•wHˆÿÿ¼gDf˜wHˆÿÿ%`•pxHˆÿÿÀgDf˜pxHˆÿÿ%`•ØyHˆÿÿÄgDf˜ØyHˆÿÿ%`•@{HˆÿÿÈgDf˜@{Hˆÿÿ%`•¨|HˆÿÿÌgDf˜¨|Hˆÿÿ%`•~HˆÿÿÐgDf˜~Hˆÿÿ%`•ÀÖˆÿÿÔgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿØgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿÜgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿàgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿägDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿègDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿìgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿðgDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿôgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿøgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿügDf˜ÎÖˆÿÿ%`•€½ˆÿÿgDf˜€½ˆÿÿ%`•h½ˆÿÿgDf˜h½ˆÿÿ%`•Ђ½ˆÿÿgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ gDf˜8„½ˆÿÿ%`• …½ˆÿÿgDf˜ …½ˆÿÿ%`•‡½ˆÿÿgDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿgDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ$gDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ(gDf˜޽ˆÿÿ%`•@¡ˆÿÿ,gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ0gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ4gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ8gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ<gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ@gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿDgDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿHgDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿLgDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿPgDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿTgDf˜N¡ˆÿÿ%`•>™ˆÿÿXgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ\gDf˜¨<™ˆÿÿ%`•؉Vˆÿÿ`gDf˜Ø‰Vˆÿÿ%`•pˆVˆÿÿdgDf˜pˆVˆÿÿ%`•‡VˆÿÿhgDf˜‡Vˆÿÿ%`• …VˆÿÿlgDf˜ …Vˆÿÿ%`•8„VˆÿÿpgDf˜8„Vˆÿÿ%`•ЂVˆÿÿtgDf˜Ð‚Vˆÿÿ%`•hVˆÿÿxgDf˜hVˆÿÿ%`•€Vˆÿÿ|gDf˜€Vˆÿÿ%`•à™ˆÿÿ€gDf˜à™ˆÿÿ%`•hᙈÿÿ„gDf˜hᙈÿÿ%`•Ð♈ÿÿˆgDf˜Ð♈ÿÿ%`•8䙈ÿÿŒgDf˜8䙈ÿÿ%`• å™ˆÿÿgDf˜ å™ˆÿÿ%`•癈ÿÿ”gDf˜ç™ˆÿÿ%`•p虈ÿÿ˜gDf˜p虈ÿÿ%`•Øé™ˆÿÿœgDf˜Øé™ˆÿÿ%`•@뙈ÿÿ gDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ¤gDf˜¨ì™ˆÿÿ%`•ÿÿ¨gDf˜î™ˆÿÿ%`•°ˆÿÿ¬gDf˜°ˆÿÿ%`•h±ˆÿÿ°gDf˜h±ˆÿÿ%`•вˆÿÿ´gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ¸gDf˜8´ˆÿÿ%`• µˆÿÿ¼gDf˜ µˆÿÿ%`•·ˆÿÿÀgDf˜·ˆÿÿ%`•p¸ˆÿÿÄgDf˜p¸ˆÿÿ%`•عˆÿÿÈgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿÌgDf˜@»ˆÿÿ%`•¨¼ˆÿÿÐgDf˜¨¼ˆÿÿ%`•¾ˆÿÿÔgDf˜¾ˆÿÿ%`•À ˆÿÿØgDf˜À ˆÿÿ%`•hÁ ˆÿÿÜgDf˜hÁ ˆÿÿ%`•РˆÿÿàgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿägDf˜8Ä ˆÿÿ%`• Å ˆÿÿègDf˜ Å ˆÿÿ%`•Ç ˆÿÿðgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿôgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿøgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿügDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿgDf˜Î ˆÿÿ%`•°¹ˆÿÿgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ$gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ(gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ,gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ0gDf˜¾¹ˆÿÿ%`•PÚˆÿÿ4gDf˜PÚˆÿÿ%`•hQÚˆÿÿ8gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ<gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ@gDf˜8TÚˆÿÿ%`• UÚˆÿÿDgDf˜ UÚˆÿÿ%`•WÚˆÿÿHgDf˜WÚˆÿÿ%`•pXÚˆÿÿLgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿPgDf˜ØYÚˆÿÿ%`•@[ÚˆÿÿTgDf˜@[Úˆÿÿ%`•¨\ÚˆÿÿXgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ\gDf˜^Úˆÿÿ%`•€Lˆÿÿ`gDf˜€Lˆÿÿ%`•hLˆÿÿdgDf˜hLˆÿÿ%`•ЂLˆÿÿhgDf˜Ð‚Lˆÿÿ%`•8„LˆÿÿlgDf˜8„Lˆÿÿ%`• …LˆÿÿpgDf˜ …Lˆÿÿ%`•‡LˆÿÿtgDf˜‡Lˆÿÿ%`•pˆLˆÿÿxgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ|gDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ€gDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ„gDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿˆgDf˜ŽLˆÿÿ%`•à/ˆÿÿŒgDf˜à/ˆÿÿ%`•há/ˆÿÿgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ”gDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ˜gDf˜8ä/ˆÿÿ%`• å/ˆÿÿœgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ¤gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ¨gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ¬gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ°gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ´gDf˜î/ˆÿÿ%`• Õˆÿÿ¸gDf˜ Õˆÿÿ%`•h!Õˆÿÿ¼gDf˜h!Õˆÿÿ%`•Ð"ÕˆÿÿÀgDf˜Ð"Õˆÿÿ%`•8$ÕˆÿÿÄgDf˜8$Õˆÿÿ%`• %ÕˆÿÿÈgDf˜ %Õˆÿÿ%`•'ÕˆÿÿÌgDf˜'Õˆÿÿ%`•p(ÕˆÿÿÐgDf˜p(Õˆÿÿ%`•Ø)ÕˆÿÿÔgDf˜Ø)Õˆÿÿ%`•@+ÕˆÿÿØgDf˜@+Õˆÿÿ%`•¨,ÕˆÿÿÜgDf˜¨,Õˆÿÿ%`•.ÕˆÿÿàgDf˜.Õˆÿÿ%`•ŽVˆÿÿägDf˜ŽVˆÿÿ%`•¨ŒVˆÿÿègDf˜¨ŒVˆÿÿ%`•@‹VˆÿÿìgDf˜@‹Vˆÿÿ%`•h½ˆÿÿðgDf˜h½ˆÿÿ%`•€½ˆÿÿôgDf˜€½ˆÿÿ%`•@ ˆÿÿøgDf˜@ ˆÿÿ%`•hA ˆÿÿügDf˜hA ˆÿÿ%`•ÐB ˆÿÿgDf˜ÐB ˆÿÿ%`•8D ˆÿÿgDf˜8D ˆÿÿ%`• E ˆÿÿgDf˜ E ˆÿÿ%`•G ˆÿÿ gDf˜G ˆÿÿ%`•pH ˆÿÿgDf˜pH ˆÿÿ%`•ØI ˆÿÿgDf˜ØI ˆÿÿ%`•@K ˆÿÿgDf˜@K ˆÿÿ%`•¨L ˆÿÿgDf˜¨L ˆÿÿ%`•N ˆÿÿ gDf˜N ˆÿÿ%`• û ˆÿÿ$gDf˜ û ˆÿÿ%`•h¡û ˆÿÿ(gDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ,gDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿ0gDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ4gDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ8gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ<gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ@gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿDgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿHgDf˜¨¬û ˆÿÿ%`•®û ˆÿÿLgDf˜®û ˆÿÿ%`•P­ˆÿÿPgDf˜P­ˆÿÿ%`•hQ­ˆÿÿTgDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿXgDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ\gDf˜8T­ˆÿÿ%`• U­ˆÿÿ`gDf˜ U­ˆÿÿ%`•W­ˆÿÿdgDf˜W­ˆÿÿ%`•pX­ˆÿÿhgDf˜pX­ˆÿÿ%`•ØY­ˆÿÿlgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿpgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿtgDf˜¨\­ˆÿÿ%`•^­ˆÿÿxgDf˜^­ˆÿÿ%`•À+ˆÿÿ|gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ€gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ„gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿˆgDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿŒgDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ”gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ˜gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿœgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ¤gDf˜Î+ˆÿÿ%`•޽ˆÿÿ¨gDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ¬gDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ°gDf˜@‹½ˆÿÿ%`•؉½ˆÿÿ´gDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ¸gDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ¼gDf˜‡½ˆÿÿ%`• …½ˆÿÿÀgDf˜ …½ˆÿÿ%`•8„½ˆÿÿÄgDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿÈgDf˜Ð‚½ˆÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÐgDf˜>™ˆÿÿ%`•€VˆÿÿÔgDf˜€Vˆÿÿ%`•hVˆÿÿØgDf˜hVˆÿÿ%`•ЂVˆÿÿÜgDf˜Ð‚Vˆÿÿ%`•8„VˆÿÿàgDf˜8„Vˆÿÿ%`• …VˆÿÿägDf˜ …Vˆÿÿ%`•‡VˆÿÿègDf˜‡Vˆÿÿ%`•pˆVˆÿÿìgDf˜pˆVˆÿÿ%`•؉VˆÿÿðgDf˜Ø‰Vˆÿÿ%`•@ë/ˆÿÿôgDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿøgDf˜Øé/ˆÿÿ%`•pè/ˆÿÿügDf˜pè/ˆÿÿ%`•ç/ˆÿÿgDf˜ç/ˆÿÿ%`• å/ˆÿÿgDf˜ å/ˆÿÿ%`•8ä/ˆÿÿgDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ gDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿgDf˜há/ˆÿÿ%`•à/ˆÿÿgDf˜à/ˆÿÿ%`• …ˆÿÿgDf˜ …ˆÿÿ%`•h!…ˆÿÿgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ gDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ$gDf˜8$…ˆÿÿ%`• %…ˆÿÿ(gDf˜ %…ˆÿÿ%`•'…ˆÿÿ,gDf˜'…ˆÿÿ%`•p(…ˆÿÿ0gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ4gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ8gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ<gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ@gDf˜.…ˆÿÿ%`•à ˆÿÿDgDf˜à ˆÿÿ%`•há ˆÿÿHgDf˜há ˆÿÿ%`•Ðâ ˆÿÿLgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿPgDf˜8ä ˆÿÿ%`• å ˆÿÿTgDf˜ å ˆÿÿ%`•ç ˆÿÿXgDf˜ç ˆÿÿ%`•pè ˆÿÿ\gDf˜pè ˆÿÿ%`•Øé ˆÿÿ`gDf˜Øé ˆÿÿ%`•@ë ˆÿÿdgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿhgDf˜¨ì ˆÿÿ%`•î ˆÿÿlgDf˜î ˆÿÿ%`•àˆÿÿpgDf˜àˆÿÿ%`•háˆÿÿtgDf˜háˆÿÿ%`•ÐâˆÿÿxgDf˜Ðâˆÿÿ%`•8äˆÿÿ|gDf˜8äˆÿÿ%`• åˆÿÿ€gDf˜ åˆÿÿ%`•çˆÿÿ„gDf˜çˆÿÿ%`•pèˆÿÿˆgDf˜pèˆÿÿ%`•ØéˆÿÿŒgDf˜Øéˆÿÿ%`•@ëˆÿÿgDf˜@ëˆÿÿ%`•¨ìˆÿÿ”gDf˜¨ìˆÿÿ%`•îˆÿÿ˜gDf˜îˆÿÿ%`•0¤ ˆÿÿœgDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ¤gDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ¨gDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ¬gDf˜ 5¤ ˆÿÿ%`•7¤ ˆÿÿ°gDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ´gDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ¸gDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ¼gDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿÀgDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿÄgDf˜>¤ ˆÿÿ%`•ð ˆÿÿÈgDf˜ð ˆÿÿ%`•hñ ˆÿÿÌgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿÐgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿÔgDf˜8ô ˆÿÿ%`• õ ˆÿÿØgDf˜ õ ˆÿÿ%`•÷ ˆÿÿÜgDf˜÷ ˆÿÿ%`•pø ˆÿÿàgDf˜pø ˆÿÿ%`•Øù ˆÿÿägDf˜Øù ˆÿÿ%`•@û ˆÿÿègDf˜@û ˆÿÿ%`•¨ü ˆÿÿìgDf˜¨ü ˆÿÿ%`•þ ˆÿÿðgDf˜þ ˆÿÿ%`•9 ˆÿÿôgDf˜9 ˆÿÿ%`•h9 ˆÿÿøgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿügDf˜Ð9 ˆÿÿ%`•89 ˆÿÿgDf˜89 ˆÿÿ%`• 9 ˆÿÿgDf˜ 9 ˆÿÿ%`•9 ˆÿÿgDf˜9 ˆÿÿ%`•p9 ˆÿÿ gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿgDf˜¨9 ˆÿÿ%`•9 ˆÿÿgDf˜9 ˆÿÿ%`•Њˆÿÿ gDf˜ÐŠˆÿÿ%`•hÑŠˆÿÿ$gDf˜hÑŠˆÿÿ%`•ÐÒŠˆÿÿ(gDf˜ÐÒŠˆÿÿ%`•8ÔŠˆÿÿ,gDf˜8ÔŠˆÿÿ%`• ÕŠˆÿÿ0gDf˜ ÕŠˆÿÿ%`•׊ˆÿÿ4gDf˜׊ˆÿÿ%`•pØŠˆÿÿ8gDf˜pØŠˆÿÿ%`•ØÙŠˆÿÿ<gDf˜ØÙŠˆÿÿ%`•@ÛŠˆÿÿ@gDf˜@ÛŠˆÿÿ%`•¨ÜŠˆÿÿDgDf˜¨ÜŠˆÿÿ%`•ÞŠˆÿÿHgDf˜ÞŠˆÿÿ%`•î/ˆÿÿLgDf˜î/ˆÿÿ%`•¨ì/ˆÿÿPgDf˜¨ì/ˆÿÿ%`•@‹VˆÿÿTgDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿXgDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ\gDf˜ŽVˆÿÿ%`•€½ˆÿÿ`gDf˜€½ˆÿÿ%`•h½ˆÿÿdgDf˜h½ˆÿÿ%`•Тû ˆÿÿhgDf˜Ð¢û ˆÿÿ%`•h¡û ˆÿÿlgDf˜h¡û ˆÿÿ%`• û ˆÿÿpgDf˜ û ˆÿÿ%`•€ˆÿÿtgDf˜€ˆÿÿ%`•hˆÿÿxgDf˜hˆÿÿ%`•Ђˆÿÿ|gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ€gDf˜8„ˆÿÿ%`• …ˆÿÿ„gDf˜ …ˆÿÿ%`•‡ˆÿÿˆgDf˜‡ˆÿÿ%`•pˆˆÿÿŒgDf˜pˆˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ”gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ˜gDf˜¨Œˆÿÿ%`•ŽˆÿÿœgDf˜Žˆÿÿ%`•ÀÖˆÿÿ gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ¤gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ¨gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ¬gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ°gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ´gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ¸gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ¼gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿÀgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿÄgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿÈgDf˜ÎÖˆÿÿ%`•®û ˆÿÿÌgDf˜®û ˆÿÿ%`•¨¬û ˆÿÿÐgDf˜¨¬û ˆÿÿ%`•@«û ˆÿÿÔgDf˜@«û ˆÿÿ%`•Ø©û ˆÿÿØgDf˜Ø©û ˆÿÿ%`•p¨û ˆÿÿÜgDf˜p¨û ˆÿÿ%`•§û ˆÿÿàgDf˜§û ˆÿÿ%`• ¥û ˆÿÿägDf˜ ¥û ˆÿÿ%`•8¤û ˆÿÿègDf˜8¤û ˆÿÿ%`•¨Œ½ˆÿÿìgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿôgDf˜޽ˆÿÿ%`•P­ˆÿÿøgDf˜P­ˆÿÿ%`•hQ­ˆÿÿügDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ gDf˜8T­ˆÿÿ%`• U­ˆÿÿ gDf˜ U­ˆÿÿ%`•W­ˆÿÿ gDf˜W­ˆÿÿ%`•pX­ˆÿÿ gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ gDf˜¨\­ˆÿÿ%`•^­ˆÿÿ gDf˜^­ˆÿÿ%`•€¾ˆÿÿ $gDf˜€¾ˆÿÿ%`•h¾ˆÿÿ (gDf˜h¾ˆÿÿ%`•Ђ¾ˆÿÿ ,gDf˜Ð‚¾ˆÿÿ%`•8„¾ˆÿÿ 0gDf˜8„¾ˆÿÿ%`• …¾ˆÿÿ 4gDf˜ …¾ˆÿÿ%`•‡¾ˆÿÿ 8gDf˜‡¾ˆÿÿ%`•pˆ¾ˆÿÿ <gDf˜pˆ¾ˆÿÿ%`•؉¾ˆÿÿ @gDf˜Ø‰¾ˆÿÿ%`•@‹¾ˆÿÿ DgDf˜@‹¾ˆÿÿ%`•¨Œ¾ˆÿÿ HgDf˜¨Œ¾ˆÿÿ%`•޾ˆÿÿ LgDf˜޾ˆÿÿ%`•Ђ½ˆÿÿ PgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ TgDf˜8„½ˆÿÿ%`• …½ˆÿÿ XgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ \gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ `gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ dgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ hgDf˜@‹½ˆÿÿ%`•>™ˆÿÿ lgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ pgDf˜¨<™ˆÿÿ%`•؉Vˆÿÿ tgDf˜Ø‰Vˆÿÿ%`•pˆVˆÿÿ xgDf˜pˆVˆÿÿ%`•‡Vˆÿÿ |gDf˜‡Vˆÿÿ%`• …Vˆÿÿ €gDf˜ …Vˆÿÿ%`•8„Vˆÿÿ „gDf˜8„Vˆÿÿ%`•ЂVˆÿÿ ˆgDf˜Ð‚Vˆÿÿ%`•hVˆÿÿ ŒgDf˜hVˆÿÿ%`•€Vˆÿÿ gDf˜€Vˆÿÿ%`•à/ˆÿÿ ”gDf˜à/ˆÿÿ%`•há/ˆÿÿ ˜gDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ œgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ  gDf˜8ä/ˆÿÿ%`• å/ˆÿÿ ¤gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ ¨gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ ¬gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ °gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ ´gDf˜@ë/ˆÿÿ%`• 5¤ ˆÿÿ ¸gDf˜ 5¤ ˆÿÿ%`•84¤ ˆÿÿ ¼gDf˜84¤ ˆÿÿ%`•Ð2¤ ˆÿÿ ÀgDf˜Ð2¤ ˆÿÿ%`•h1¤ ˆÿÿ ÄgDf˜h1¤ ˆÿÿ%`•0¤ ˆÿÿ ÈgDf˜0¤ ˆÿÿ%`•à ˆÿÿ ÌgDf˜à ˆÿÿ%`•há ˆÿÿ ÐgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ ÔgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ ØgDf˜8ä ˆÿÿ%`• å ˆÿÿ ÜgDf˜ å ˆÿÿ%`•ç ˆÿÿ àgDf˜ç ˆÿÿ%`•pè ˆÿÿ ägDf˜pè ˆÿÿ%`•Øé ˆÿÿ ègDf˜Øé ˆÿÿ%`•@ë ˆÿÿ ìgDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ ðgDf˜¨ì ˆÿÿ%`•î ˆÿÿ ôgDf˜î ˆÿÿ%`•  ˆÿÿ øgDf˜  ˆÿÿ%`•h¡ ˆÿÿ ügDf˜h¡ ˆÿÿ%`•Т ˆÿÿ!gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ!gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ!gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ! gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ!gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ!gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ!gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ! gDf˜® ˆÿÿ%`•ðš ˆÿÿ!$gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ!(gDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ!,gDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ!0gDf˜8ôš ˆÿÿ%`• õš ˆÿÿ!4gDf˜ õš ˆÿÿ%`•÷š ˆÿÿ!8gDf˜÷š ˆÿÿ%`•pøš ˆÿÿ!<gDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ!@gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ!DgDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ!HgDf˜¨üš ˆÿÿ%`•þš ˆÿÿ!LgDf˜þš ˆÿÿ%`•>¤ ˆÿÿ!PgDf˜>¤ ˆÿÿ%`•¨<¤ ˆÿÿ!TgDf˜¨<¤ ˆÿÿ%`•@;¤ ˆÿÿ!XgDf˜@;¤ ˆÿÿ%`•Ø9¤ ˆÿÿ!\gDf˜Ø9¤ ˆÿÿ%`•p8¤ ˆÿÿ!`gDf˜p8¤ ˆÿÿ%`•7¤ ˆÿÿ!dgDf˜7¤ ˆÿÿ%`•8ÔŠˆÿÿ!hgDf˜8ÔŠˆÿÿ%`•ÐÒŠˆÿÿ!lgDf˜ÐÒŠˆÿÿ%`•hÑŠˆÿÿ!pgDf˜hÑŠˆÿÿ%`•Њˆÿÿ!tgDf˜ÐŠˆÿÿ%`• I ˆÿÿ!xgDf˜ I ˆÿÿ%`•h¡I ˆÿÿ!|gDf˜h¡I ˆÿÿ%`•ТI ˆÿÿ!€gDf˜Ð¢I ˆÿÿ%`•8¤I ˆÿÿ!„gDf˜8¤I ˆÿÿ%`• ¥I ˆÿÿ!ˆgDf˜ ¥I ˆÿÿ%`•§I ˆÿÿ!ŒgDf˜§I ˆÿÿ%`•p¨I ˆÿÿ!gDf˜p¨I ˆÿÿ%`•Ø©I ˆÿÿ!”gDf˜Ø©I ˆÿÿ%`•@«I ˆÿÿ!˜gDf˜@«I ˆÿÿ%`•¨¬I ˆÿÿ!œgDf˜¨¬I ˆÿÿ%`•®I ˆÿÿ! gDf˜®I ˆÿÿ%`•Nˆÿÿ!¤gDf˜Nˆÿÿ%`•hNˆÿÿ!¨gDf˜hNˆÿÿ%`•ÐNˆÿÿ!¬gDf˜ÐNˆÿÿ%`•8Nˆÿÿ!°gDf˜8Nˆÿÿ%`• Nˆÿÿ!´gDf˜ Nˆÿÿ%`•Nˆÿÿ!¸gDf˜Nˆÿÿ%`•pNˆÿÿ!¼gDf˜pNˆÿÿ%`•Ø Nˆÿÿ!ÀgDf˜Ø Nˆÿÿ%`•@ Nˆÿÿ!ÄgDf˜@ Nˆÿÿ%`•¨ Nˆÿÿ!ÈgDf˜¨ Nˆÿÿ%`•Nˆÿÿ!ÌgDf˜Nˆÿÿ%`•ÞŠˆÿÿ!ÐgDf˜ÞŠˆÿÿ%`•¨ÜŠˆÿÿ!ÔgDf˜¨ÜŠˆÿÿ%`•@ÛŠˆÿÿ!ØgDf˜@ÛŠˆÿÿ%`•ØÙŠˆÿÿ!ÜgDf˜ØÙŠˆÿÿ%`•pØŠˆÿÿ!àgDf˜pØŠˆÿÿ%`•׊ˆÿÿ!ägDf˜׊ˆÿÿ%`• ÕŠˆÿÿ!ègDf˜ ÕŠˆÿÿ%`•¨ì/ˆÿÿ!ìgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ!ðgDf˜î/ˆÿÿ%`•ŽVˆÿÿ!ôgDf˜ŽVˆÿÿ%`•¨ŒVˆÿÿ!øgDf˜¨ŒVˆÿÿ%`•@‹Vˆÿÿ!ügDf˜@‹Vˆÿÿ%`•h½ˆÿÿ"gDf˜h½ˆÿÿ%`•€½ˆÿÿ"gDf˜€½ˆÿÿ%`• û ˆÿÿ"gDf˜ û ˆÿÿ%`•h¡û ˆÿÿ" gDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ"gDf˜Ð¢û ˆÿÿ%`•8ÄÖˆÿÿ"gDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ"gDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ"gDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ" gDf˜ÀÖˆÿÿ%`•ÐKˆÿÿ"$gDf˜ÐKˆÿÿ%`•hÑKˆÿÿ"(gDf˜hÑKˆÿÿ%`•ÐÒKˆÿÿ",gDf˜ÐÒKˆÿÿ%`•8ÔKˆÿÿ"0gDf˜8ÔKˆÿÿ%`• ÕKˆÿÿ"4gDf˜ ÕKˆÿÿ%`•×Kˆÿÿ"8gDf˜×Kˆÿÿ%`•pØKˆÿÿ"<gDf˜pØKˆÿÿ%`•ØÙKˆÿÿ"@gDf˜ØÙKˆÿÿ%`•@ÛKˆÿÿ"DgDf˜@ÛKˆÿÿ%`•¨ÜKˆÿÿ"HgDf˜¨ÜKˆÿÿ%`•ÞKˆÿÿ"LgDf˜ÞKˆÿÿ%`•ÎÖˆÿÿ"PgDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ"TgDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ"XgDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ"\gDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ"`gDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ"dgDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ"hgDf˜ ÅÖˆÿÿ%`•8¤û ˆÿÿ"lgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ"pgDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ"tgDf˜§û ˆÿÿ%`•p¨û ˆÿÿ"xgDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ"|gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ"€gDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ"„gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ"ˆgDf˜®û ˆÿÿ%`•޽ˆÿÿ"ŒgDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ"gDf˜¨Œ½ˆÿÿ%`•8„¾ˆÿÿ"”gDf˜8„¾ˆÿÿ%`•Ђ¾ˆÿÿ"˜gDf˜Ð‚¾ˆÿÿ%`•h¾ˆÿÿ"œgDf˜h¾ˆÿÿ%`•€¾ˆÿÿ" gDf˜€¾ˆÿÿ%`•ðZˆÿÿ"¤gDf˜ðZˆÿÿ%`•hñZˆÿÿ"¨gDf˜hñZˆÿÿ%`•ÐòZˆÿÿ"¬gDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ"°gDf˜8ôZˆÿÿ%`• õZˆÿÿ"´gDf˜ õZˆÿÿ%`•÷Zˆÿÿ"¸gDf˜÷Zˆÿÿ%`•pøZˆÿÿ"¼gDf˜pøZˆÿÿ%`•ØùZˆÿÿ"ÀgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ"ÄgDf˜@ûZˆÿÿ%`•¨üZˆÿÿ"ÈgDf˜¨üZˆÿÿ%`•þZˆÿÿ"ÌgDf˜þZˆÿÿ%`•޾ˆÿÿ"ÐgDf˜޾ˆÿÿ%`•¨Œ¾ˆÿÿ"ÔgDf˜¨Œ¾ˆÿÿ%`•@‹¾ˆÿÿ"ØgDf˜@‹¾ˆÿÿ%`•؉¾ˆÿÿ"ÜgDf˜Ø‰¾ˆÿÿ%`•pˆ¾ˆÿÿ"àgDf˜pˆ¾ˆÿÿ%`•‡¾ˆÿÿ"ägDf˜‡¾ˆÿÿ%`• …¾ˆÿÿ"ègDf˜ …¾ˆÿÿ%`•@‹½ˆÿÿ"ìgDf˜@‹½ˆÿÿ%`•؉½ˆÿÿ"ðgDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ"ôgDf˜pˆ½ˆÿÿ%`•‡½ˆÿÿ"øgDf˜‡½ˆÿÿ%`• …½ˆÿÿ"ügDf˜ …½ˆÿÿ%`•8„½ˆÿÿ#gDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿ#gDf˜Ð‚½ˆÿÿ%`•¨<™ˆÿÿ#gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ# gDf˜>™ˆÿÿ%`•€Vˆÿÿ#gDf˜€Vˆÿÿ%`•hVˆÿÿ#gDf˜hVˆÿÿ%`•ЂVˆÿÿ#gDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ#gDf˜8„Vˆÿÿ%`• …Vˆÿÿ# gDf˜ …Vˆÿÿ%`•‡Vˆÿÿ#$gDf˜‡Vˆÿÿ%`•pˆVˆÿÿ#(gDf˜pˆVˆÿÿ%`•؉Vˆÿÿ#,gDf˜Ø‰Vˆÿÿ%`•@ë/ˆÿÿ#0gDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿ#4gDf˜Øé/ˆÿÿ%`•pè/ˆÿÿ#8gDf˜pè/ˆÿÿ%`•ç/ˆÿÿ#<gDf˜ç/ˆÿÿ%`• å/ˆÿÿ#@gDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ#DgDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ#HgDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿ#LgDf˜há/ˆÿÿ%`•à/ˆÿÿ#PgDf˜à/ˆÿÿ%`•0¤ ˆÿÿ#TgDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ#XgDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ#\gDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ#`gDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ#dgDf˜ 5¤ ˆÿÿ%`•8ôš ˆÿÿ#hgDf˜8ôš ˆÿÿ%`•Ðòš ˆÿÿ#lgDf˜Ðòš ˆÿÿ%`•hñš ˆÿÿ#pgDf˜hñš ˆÿÿ%`•ðš ˆÿÿ#tgDf˜ðš ˆÿÿ%`•Å ˆÿÿ#xgDf˜Å ˆÿÿ%`•hÅ ˆÿÿ#|gDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ#€gDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ#„gDf˜8Å ˆÿÿ%`• Å ˆÿÿ#ˆgDf˜ Å ˆÿÿ%`•Å ˆÿÿ#ŒgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ#gDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ#”gDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ#˜gDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ#œgDf˜¨Å ˆÿÿ%`•Å ˆÿÿ# gDf˜Å ˆÿÿ%`•Œˆÿÿ#¤gDf˜Œˆÿÿ%`•hŒˆÿÿ#¨gDf˜hŒˆÿÿ%`•ÐŒˆÿÿ#¬gDf˜ÐŒˆÿÿ%`•8Œˆÿÿ#°gDf˜8Œˆÿÿ%`• Œˆÿÿ#´gDf˜ Œˆÿÿ%`•Œˆÿÿ#¸gDf˜Œˆÿÿ%`•pŒˆÿÿ#¼gDf˜pŒˆÿÿ%`•ØŒˆÿÿ#ÀgDf˜ØŒˆÿÿ%`•@Œˆÿÿ#ÄgDf˜@Œˆÿÿ%`•¨Œˆÿÿ#ÈgDf˜¨Œˆÿÿ%`•Œˆÿÿ#ÌgDf˜Œˆÿÿ%`•þš ˆÿÿ#ÐgDf˜þš ˆÿÿ%`•¨üš ˆÿÿ#ÔgDf˜¨üš ˆÿÿ%`•@ûš ˆÿÿ#ØgDf˜@ûš ˆÿÿ%`•Øùš ˆÿÿ#ÜgDf˜Øùš ˆÿÿ%`•pøš ˆÿÿ#àgDf˜pøš ˆÿÿ%`•÷š ˆÿÿ#ägDf˜÷š ˆÿÿ%`• õš ˆÿÿ#ègDf˜ õš ˆÿÿ%`•7¤ ˆÿÿ#ìgDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ#ðgDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ#øgDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ#ügDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿ$gDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ$gDf˜>¤ ˆÿÿ%`•Њˆÿÿ$gDf˜ÐŠˆÿÿ%`•hÑŠˆÿÿ$ gDf˜hÑŠˆÿÿ%`•ÐÒŠˆÿÿ$gDf˜ÐÒŠˆÿÿ%`•8ÔŠˆÿÿ$gDf˜8ÔŠˆÿÿ%`•8Nˆÿÿ$gDf˜8Nˆÿÿ%`•ÐNˆÿÿ$gDf˜ÐNˆÿÿ%`•hNˆÿÿ$ gDf˜hNˆÿÿ%`•Nˆÿÿ$$gDf˜Nˆÿÿ%`•À ˆÿÿ$(gDf˜À ˆÿÿ%`•hÁ ˆÿÿ$,gDf˜hÁ ˆÿÿ%`•Рˆÿÿ$0gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ$4gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ$8gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ$<gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ$@gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ$DgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ$HgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ$LgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ$PgDf˜Î ˆÿÿ%`•Nˆÿÿ$TgDf˜Nˆÿÿ%`•¨ Nˆÿÿ$XgDf˜¨ Nˆÿÿ%`•@ Nˆÿÿ$\gDf˜@ Nˆÿÿ%`•Ø Nˆÿÿ$`gDf˜Ø Nˆÿÿ%`•pNˆÿÿ$dgDf˜pNˆÿÿ%`•Nˆÿÿ$hgDf˜Nˆÿÿ%`• Nˆÿÿ$lgDf˜ Nˆÿÿ%`• ÕŠˆÿÿ$pgDf˜ ÕŠˆÿÿ%`•׊ˆÿÿ$tgDf˜׊ˆÿÿ%`•pØŠˆÿÿ$xgDf˜pØŠˆÿÿ%`•ØÙŠˆÿÿ$|gDf˜ØÙŠˆÿÿ%`•@ÛŠˆÿÿ$€gDf˜@ÛŠˆÿÿ%`•¨ÜŠˆÿÿ$„gDf˜¨ÜŠˆÿÿ%`•ÞŠˆÿÿ$ˆgDf˜ÞŠˆÿÿ%`•î/ˆÿÿ$ŒgDf˜î/ˆÿÿ%`•¨ì/ˆÿÿ$gDf˜¨ì/ˆÿÿ%`•@‹Vˆÿÿ$”gDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿ$˜gDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ$œgDf˜ŽVˆÿÿ%`•€½ˆÿÿ$ gDf˜€½ˆÿÿ%`•h½ˆÿÿ$¤gDf˜h½ˆÿÿ%`•Тû ˆÿÿ$¨gDf˜Ð¢û ˆÿÿ%`•h¡û ˆÿÿ$¬gDf˜h¡û ˆÿÿ%`• û ˆÿÿ$°gDf˜ û ˆÿÿ%`•®û ˆÿÿ$´gDf˜®û ˆÿÿ%`•¨¬û ˆÿÿ$¸gDf˜¨¬û ˆÿÿ%`•@«û ˆÿÿ$¼gDf˜@«û ˆÿÿ%`•Ø©û ˆÿÿ$ÀgDf˜Ø©û ˆÿÿ%`•p¨û ˆÿÿ$ÄgDf˜p¨û ˆÿÿ%`•§û ˆÿÿ$ÈgDf˜§û ˆÿÿ%`• ¥û ˆÿÿ$ÌgDf˜ ¥û ˆÿÿ%`•8¤û ˆÿÿ$ÐgDf˜8¤û ˆÿÿ%`•¨Œ½ˆÿÿ$ÔgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ$ØgDf˜޽ˆÿÿ%`•€¾ˆÿÿ$ÜgDf˜€¾ˆÿÿ%`•h¾ˆÿÿ$àgDf˜h¾ˆÿÿ%`•Ђ¾ˆÿÿ$ägDf˜Ð‚¾ˆÿÿ%`•8„¾ˆÿÿ$ègDf˜8„¾ˆÿÿ%`•8ôZˆÿÿ$ìgDf˜8ôZˆÿÿ%`•ÐòZˆÿÿ$ðgDf˜ÐòZˆÿÿ%`•hñZˆÿÿ$ôgDf˜hñZˆÿÿ%`•ðZˆÿÿ$øgDf˜ðZˆÿÿ%`•0ð ˆÿÿ$ügDf˜0ð ˆÿÿ%`•h1ð ˆÿÿ%gDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿ%gDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ%gDf˜84ð ˆÿÿ%`• 5ð ˆÿÿ% gDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ%gDf˜7ð ˆÿÿ%`•p8ð ˆÿÿ%gDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ%gDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿ%gDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ% gDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ%$gDf˜>ð ˆÿÿ%`•0Å ˆÿÿ%(gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ%,gDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ%0gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ%4gDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ%8gDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿ%<gDf˜7Å ˆÿÿ%`•p8Å ˆÿÿ%@gDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿ%DgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿ%HgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿ%LgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿ%PgDf˜>Å ˆÿÿ%`•þZˆÿÿ%TgDf˜þZˆÿÿ%`•¨üZˆÿÿ%XgDf˜¨üZˆÿÿ%`•@ûZˆÿÿ%\gDf˜@ûZˆÿÿ%`•ØùZˆÿÿ%`gDf˜ØùZˆÿÿ%`•pøZˆÿÿ%dgDf˜pøZˆÿÿ%`•÷Zˆÿÿ%hgDf˜÷Zˆÿÿ%`• õZˆÿÿ%lgDf˜ õZˆÿÿ%`• …¾ˆÿÿ%pgDf˜ …¾ˆÿÿ%`•‡¾ˆÿÿ%tgDf˜‡¾ˆÿÿ%`•pˆ¾ˆÿÿ%xgDf˜pˆ¾ˆÿÿ%`•؉¾ˆÿÿ%|gDf˜Ø‰¾ˆÿÿ%`•@‹¾ˆÿÿ%€gDf˜@‹¾ˆÿÿ%`•¨Œ¾ˆÿÿ%„gDf˜¨Œ¾ˆÿÿ%`•޾ˆÿÿ%ˆgDf˜޾ˆÿÿ%`•Ђ½ˆÿÿ%ŒgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ%gDf˜8„½ˆÿÿ%`• …½ˆÿÿ%”gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ%˜gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ%œgDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ% gDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ%¤gDf˜@‹½ˆÿÿ%`•>™ˆÿÿ%¨gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%¬gDf˜¨<™ˆÿÿ%`•؉Vˆÿÿ%°gDf˜Ø‰Vˆÿÿ%`•pˆVˆÿÿ%´gDf˜pˆVˆÿÿ%`•‡Vˆÿÿ%¸gDf˜‡Vˆÿÿ%`• …Vˆÿÿ%¼gDf˜ …Vˆÿÿ%`•8„Vˆÿÿ%ÀgDf˜8„Vˆÿÿ%`•ЂVˆÿÿ%ÄgDf˜Ð‚Vˆÿÿ%`•hVˆÿÿ%ÈgDf˜hVˆÿÿ%`•€Vˆÿÿ%ÌgDf˜€Vˆÿÿ%`•à/ˆÿÿ%ÐgDf˜à/ˆÿÿ%`•há/ˆÿÿ%ÔgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ%ØgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ%ÜgDf˜8ä/ˆÿÿ%`• å/ˆÿÿ%àgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ%ägDf˜ç/ˆÿÿ%`•pè/ˆÿÿ%ègDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ%ìgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ%ðgDf˜@ë/ˆÿÿ%`• 5¤ ˆÿÿ%ôgDf˜ 5¤ ˆÿÿ%`•84¤ ˆÿÿ%øgDf˜84¤ ˆÿÿ%`•Ð2¤ ˆÿÿ%ügDf˜Ð2¤ ˆÿÿ%`•h1¤ ˆÿÿ&gDf˜h1¤ ˆÿÿ%`•0¤ ˆÿÿ&gDf˜0¤ ˆÿÿ%`•ðš ˆÿÿ&gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ& gDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ&gDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ&gDf˜8ôš ˆÿÿ%`•8Œˆÿÿ&gDf˜8Œˆÿÿ%`•ÐŒˆÿÿ&gDf˜ÐŒˆÿÿ%`•hŒˆÿÿ& gDf˜hŒˆÿÿ%`•Œˆÿÿ&$gDf˜Œˆÿÿ%`•àˆÿÿ&(gDf˜àˆÿÿ%`•háˆÿÿ&,gDf˜háˆÿÿ%`•Ðâˆÿÿ&0gDf˜Ðâˆÿÿ%`•8äˆÿÿ&4gDf˜8äˆÿÿ%`• åˆÿÿ&8gDf˜ åˆÿÿ%`•çˆÿÿ&<gDf˜çˆÿÿ%`•pèˆÿÿ&@gDf˜pèˆÿÿ%`•Øéˆÿÿ&DgDf˜Øéˆÿÿ%`•@ëˆÿÿ&HgDf˜@ëˆÿÿ%`•¨ìˆÿÿ&LgDf˜¨ìˆÿÿ%`•îˆÿÿ&PgDf˜îˆÿÿ%`•Œˆÿÿ&TgDf˜Œˆÿÿ%`•¨Œˆÿÿ&XgDf˜¨Œˆÿÿ%`•@Œˆÿÿ&\gDf˜@Œˆÿÿ%`•ØŒˆÿÿ&`gDf˜ØŒˆÿÿ%`•pŒˆÿÿ&dgDf˜pŒˆÿÿ%`•Œˆÿÿ&hgDf˜Œˆÿÿ%`• Œˆÿÿ&lgDf˜ Œˆÿÿ%`• õš ˆÿÿ&pgDf˜ õš ˆÿÿ%`•÷š ˆÿÿ&tgDf˜÷š ˆÿÿ%`•pøš ˆÿÿ&xgDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ&|gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ&€gDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ&„gDf˜¨üš ˆÿÿ%`•þš ˆÿÿ&ˆgDf˜þš ˆÿÿ%`•>¤ ˆÿÿ&ŒgDf˜>¤ ˆÿÿ%`•¨<¤ ˆÿÿ&gDf˜¨<¤ ˆÿÿ%`•@;¤ ˆÿÿ&”gDf˜@;¤ ˆÿÿ%`•Ø9¤ ˆÿÿ&˜gDf˜Ø9¤ ˆÿÿ%`•p8¤ ˆÿÿ&œgDf˜p8¤ ˆÿÿ%`•7¤ ˆÿÿ& gDf˜7¤ ˆÿÿ%`•8ÔŠˆÿÿ&¤gDf˜8ÔŠˆÿÿ%`•ÐÒŠˆÿÿ&¨gDf˜ÐÒŠˆÿÿ%`•hÑŠˆÿÿ&¬gDf˜hÑŠˆÿÿ%`•Њˆÿÿ&°gDf˜ÐŠˆÿÿ%`•ÞŠˆÿÿ&´gDf˜ÞŠˆÿÿ%`•¨ÜŠˆÿÿ&¸gDf˜¨ÜŠˆÿÿ%`•@ÛŠˆÿÿ&¼gDf˜@ÛŠˆÿÿ%`•ØÙŠˆÿÿ&ÀgDf˜ØÙŠˆÿÿ%`•pØŠˆÿÿ&ÄgDf˜pØŠˆÿÿ%`•׊ˆÿÿ&ÈgDf˜׊ˆÿÿ%`• ÕŠˆÿÿ&ÌgDf˜ ÕŠˆÿÿ%`•¨ì/ˆÿÿ&ÐgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ&ÔgDf˜î/ˆÿÿ%`•ŽVˆÿÿ&ØgDf˜ŽVˆÿÿ%`•¨ŒVˆÿÿ&ÜgDf˜¨ŒVˆÿÿ%`•@‹Vˆÿÿ&àgDf˜@‹Vˆÿÿ%`•h½ˆÿÿ&ägDf˜h½ˆÿÿ%`•€½ˆÿÿ&ègDf˜€½ˆÿÿ%`•®û ˆÿÿ&ìgDf˜®û ˆÿÿ%`• û ˆÿÿ&ðgDf˜ û ˆÿÿ%`•h¡û ˆÿÿ&ôgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ&øgDf˜Ð¢û ˆÿÿ%`•@Mˆÿÿ&ügDf˜@Mˆÿÿ%`•hAMˆÿÿ'gDf˜hAMˆÿÿ%`•ÐBMˆÿÿ'gDf˜ÐBMˆÿÿ%`•8DMˆÿÿ'gDf˜8DMˆÿÿ%`• EMˆÿÿ' gDf˜ EMˆÿÿ%`•GMˆÿÿ'gDf˜GMˆÿÿ%`•pHMˆÿÿ'gDf˜pHMˆÿÿ%`•ØIMˆÿÿ'gDf˜ØIMˆÿÿ%`•@KMˆÿÿ'gDf˜@KMˆÿÿ%`•¨LMˆÿÿ' gDf˜¨LMˆÿÿ%`•NMˆÿÿ'$gDf˜NMˆÿÿ%`• Õˆÿÿ'(gDf˜ Õˆÿÿ%`•h!Õˆÿÿ',gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ'0gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ'4gDf˜8$Õˆÿÿ%`• %Õˆÿÿ'8gDf˜ %Õˆÿÿ%`•'Õˆÿÿ'<gDf˜'Õˆÿÿ%`•p(Õˆÿÿ'@gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ'DgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ'HgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ'LgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ'PgDf˜.Õˆÿÿ%`•8¤û ˆÿÿ'TgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ'XgDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ'\gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ'`gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ'dgDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ'hgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ'lgDf˜¨¬û ˆÿÿ%`•޽ˆÿÿ'pgDf˜޽ˆÿÿ%`•¨Œ½ˆÿÿ'tgDf˜¨Œ½ˆÿÿ%`•8„¾ˆÿÿ'xgDf˜8„¾ˆÿÿ%`•Ђ¾ˆÿÿ'|gDf˜Ð‚¾ˆÿÿ%`•h¾ˆÿÿ'€gDf˜h¾ˆÿÿ%`•€¾ˆÿÿ'„gDf˜€¾ˆÿÿ%`•ðZˆÿÿ'ˆgDf˜ðZˆÿÿ%`•hñZˆÿÿ'ŒgDf˜hñZˆÿÿ%`•ÐòZˆÿÿ'gDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ'”gDf˜8ôZˆÿÿ%`•84Å ˆÿÿ'˜gDf˜84Å ˆÿÿ%`•Ð2Å ˆÿÿ'œgDf˜Ð2Å ˆÿÿ%`•h1Å ˆÿÿ' gDf˜h1Å ˆÿÿ%`•0Å ˆÿÿ'¤gDf˜0Å ˆÿÿ%`•lˆÿÿ'¨gDf˜lˆÿÿ%`•hlˆÿÿ'¬gDf˜hlˆÿÿ%`•Ðlˆÿÿ'°gDf˜Ðlˆÿÿ%`•8lˆÿÿ'´gDf˜8lˆÿÿ%`• lˆÿÿ'¸gDf˜ lˆÿÿ%`•lˆÿÿ'¼gDf˜lˆÿÿ%`•plˆÿÿ'ÀgDf˜plˆÿÿ%`•Ø lˆÿÿ'ÄgDf˜Ø lˆÿÿ%`•@ lˆÿÿ'ÈgDf˜@ lˆÿÿ%`•¨ lˆÿÿ'ÌgDf˜¨ lˆÿÿ%`•lˆÿÿ'ÐgDf˜lˆÿÿ%`•>Å ˆÿÿ'ÔgDf˜>Å ˆÿÿ%`•¨<Å ˆÿÿ'ØgDf˜¨<Å ˆÿÿ%`•@;Å ˆÿÿ'ÜgDf˜@;Å ˆÿÿ%`•Ø9Å ˆÿÿ'àgDf˜Ø9Å ˆÿÿ%`•p8Å ˆÿÿ'ägDf˜p8Å ˆÿÿ%`•7Å ˆÿÿ'ègDf˜7Å ˆÿÿ%`• 5Å ˆÿÿ'ìgDf˜ 5Å ˆÿÿ%`• õZˆÿÿ'ðgDf˜ õZˆÿÿ%`•÷Zˆÿÿ'ôgDf˜÷Zˆÿÿ%`•pøZˆÿÿ'ügDf˜pøZˆÿÿ%`•ØùZˆÿÿ(gDf˜ØùZˆÿÿ%`•@ûZˆÿÿ(gDf˜@ûZˆÿÿ%`•¨üZˆÿÿ(gDf˜¨üZˆÿÿ%`•þZˆÿÿ( gDf˜þZˆÿÿ%`•޾ˆÿÿ(gDf˜޾ˆÿÿ%`•¨Œ¾ˆÿÿ(gDf˜¨Œ¾ˆÿÿ%`•@‹¾ˆÿÿ(gDf˜@‹¾ˆÿÿ%`•؉¾ˆÿÿ(gDf˜Ø‰¾ˆÿÿ%`•pˆ¾ˆÿÿ( gDf˜pˆ¾ˆÿÿ%`•‡¾ˆÿÿ($gDf˜‡¾ˆÿÿ%`• …¾ˆÿÿ((gDf˜ …¾ˆÿÿ%`•@‹½ˆÿÿ(,gDf˜@‹½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(0gDf˜'ˆÿÿ%`•@‹½ˆÿÿ gDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ7ègDf˜¨Œ½ˆÿÿ%`•€½ˆÿÿ`ÈgDf˜€½ˆÿÿ%`•޽ˆÿÿ gDf˜޽ˆÿÿ%`•h½ˆÿÿgDf˜h½ˆÿÿ%`•‡½ˆÿÿƒ,gDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿƒ4gDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿÑdgDf˜Ø‰½ˆÿÿ%`•8„½ˆÿÿìlgDf˜8„½ˆÿÿ%`•Ђ½ˆÿÿ! gDf˜Ð‚½ˆÿÿ%`• …½ˆÿÿƒ<gDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿ(4gDf˜ …½ˆÿÿ%`•Ђ½ˆÿÿ(8gDf˜Ð‚½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)8gDf˜'ˆÿÿ%`•Ђ½ˆÿÿ)<ügDf˜Ð‚½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*8gDf˜'ˆÿÿ%`•Ђ½ˆÿÿ*<ÀgDf˜Ð‚½ˆÿÿ%`•޽ˆÿÿ,XgDf˜޽ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,XgDf˜'ˆÿÿ%`•޽ˆÿÿ,\ügDf˜޽ˆÿÿ%`•Ђ½ˆÿÿ.X¨gDf˜Ð‚½ˆÿÿ%`•h½ˆÿÿ0ügDf˜h½ˆÿÿ%`•‡½ˆÿÿ2gDf˜‡½ˆÿÿ%`•€½ˆÿÿ2ügDf˜€½ˆÿÿ%`•pˆ½ˆÿÿ4gDf˜pˆ½ˆÿÿ%`• …½ˆÿÿ4ägDf˜ …½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ìgDf˜'ˆÿÿ%`•‡½ˆÿÿ{°gDf˜‡½ˆÿÿ%`• …½ˆÿÿgDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿzL gDf˜ …½ˆÿÿ%`•‡½ˆÿÿ{gDf˜‡½ˆÿÿ%`•‡½ˆÿÿ gDf˜‡½ˆÿÿ%`•‡½ˆÿÿgDf˜‡½ˆÿÿ%`• …½ˆÿÿ/øgDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿ~gDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿ{tgDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿ!gDf˜ …½ˆÿÿ%`• …½ˆÿÿ gDf˜ …½ˆÿÿ%`• …½ˆÿÿ5ðgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ5ôügDf˜‡½ˆÿÿ%`•€½ˆÿÿ7ðgDf˜€½ˆÿÿ%`•pˆ½ˆÿÿ8 0gDf˜pˆ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8<gDf˜'ˆÿÿ%`•pˆ½ˆÿÿ8@gDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8DgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8HgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8LgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8PgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8TgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8XgDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8\gDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8`gDf˜pˆ½ˆÿÿ%`•pˆ½ˆÿÿ8dgDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ8hgDf˜Ø‰½ˆÿÿ%`•8„½ˆÿÿ8lgDf˜8„½ˆÿÿ%`•޽ˆÿÿ8pgDf˜޽ˆÿÿ%`•Ђ½ˆÿÿ8tgDf˜Ð‚½ˆÿÿ%`•Ђ½ˆÿÿ8xgDf˜Ð‚½ˆÿÿ%`•޽ˆÿÿ8|gDf˜޽ˆÿÿ%`•8„½ˆÿÿ8€gDf˜8„½ˆÿÿ%`•؉½ˆÿÿ8„gDf˜Ø‰½ˆÿÿ%`•pˆ½ˆÿÿ8ˆgDf˜pˆ½ˆÿÿ%`•h½ˆÿÿ8ŒgDf˜h½ˆÿÿ%`• …½ˆÿÿ8gDf˜ …½ˆÿÿ%`•€½ˆÿÿ8”gDf˜€½ˆÿÿ%`•‡½ˆÿÿ8˜gDf˜‡½ˆÿÿ%`•¨Œ½ˆÿÿ8œgDf˜¨Œ½ˆÿÿ%`•@‹½ˆÿÿ8 gDf˜@‹½ˆÿÿ%`•¨<™ˆÿÿ8¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8¨gDf˜>™ˆÿÿ%`•À¥ˆÿÿ8¬gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ8°gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ8´gDf˜ÐÂ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ8¸gDf˜ÐÂ¥ˆÿÿ%`•hÁ¥ˆÿÿ8¼gDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ8ÀgDf˜À¥ˆÿÿ%`•8Ä¥ˆÿÿ8ÄgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ8ÈgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ8ÌgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ8ÐgDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ8ÔgDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ8ØgDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ8ÜgDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ8àgDf˜Î¥ˆÿÿ%`•>™ˆÿÿ8ägDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8ègDf˜¨<™ˆÿÿ%`•¿ˆÿÿ8ìgDf˜¿ˆÿÿ%`•h¿ˆÿÿ8ðgDf˜h¿ˆÿÿ%`•пˆÿÿ8ôgDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ8øgDf˜8¿ˆÿÿ%`• ¿ˆÿÿ8ügDf˜ ¿ˆÿÿ%`•¿ˆÿÿ9gDf˜¿ˆÿÿ%`•p¿ˆÿÿ9gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ9gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ9 gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ9gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ9gDf˜¿ˆÿÿ%`• û ˆÿÿ9gDf˜ û ˆÿÿ%`•h!û ˆÿÿ9gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ9 gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ9$gDf˜8$û ˆÿÿ%`• %û ˆÿÿ9(gDf˜ %û ˆÿÿ%`•'û ˆÿÿ9,gDf˜'û ˆÿÿ%`•p(û ˆÿÿ90gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ94gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ98gDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ9<gDf˜¨,û ˆÿÿ%`•.û ˆÿÿ9@gDf˜.û ˆÿÿ%`•P± ˆÿÿ9DgDf˜P± ˆÿÿ%`•hQ± ˆÿÿ9HgDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ9LgDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ9PgDf˜8T± ˆÿÿ%`• U± ˆÿÿ9TgDf˜ U± ˆÿÿ%`•W± ˆÿÿ9XgDf˜W± ˆÿÿ%`•pX± ˆÿÿ9\gDf˜pX± ˆÿÿ%`•ØY± ˆÿÿ9`gDf˜ØY± ˆÿÿ%`•@[± ˆÿÿ9dgDf˜@[± ˆÿÿ%`•¨\± ˆÿÿ9hgDf˜¨\± ˆÿÿ%`•^± ˆÿÿ9lgDf˜^± ˆÿÿ%`•¨<™ˆÿÿ9pgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9tgDf˜>™ˆÿÿ%`•@+û ˆÿÿ9xgDf˜@+û ˆÿÿ%`•Ø)û ˆÿÿ9|gDf˜Ø)û ˆÿÿ%`•p(û ˆÿÿ9€gDf˜p(û ˆÿÿ%`•'û ˆÿÿ9„gDf˜'û ˆÿÿ%`• %û ˆÿÿ9ˆgDf˜ %û ˆÿÿ%`•8$û ˆÿÿ9ŒgDf˜8$û ˆÿÿ%`•Ð"û ˆÿÿ9gDf˜Ð"û ˆÿÿ%`•h!û ˆÿÿ9”gDf˜h!û ˆÿÿ%`• û ˆÿÿ9˜gDf˜ û ˆÿÿ%`•ˆÿÿ9œgDf˜ˆÿÿ%`•hˆÿÿ9 gDf˜hˆÿÿ%`•Јÿÿ9¤gDf˜Ðˆÿÿ%`•8ˆÿÿ9¨gDf˜8ˆÿÿ%`• ˆÿÿ9¬gDf˜ ˆÿÿ%`•ˆÿÿ9°gDf˜ˆÿÿ%`•pˆÿÿ9´gDf˜pˆÿÿ%`•؈ÿÿ9¸gDf˜Øˆÿÿ%`•@ˆÿÿ9¼gDf˜@ˆÿÿ%`•¨ˆÿÿ9ÀgDf˜¨ˆÿÿ%`•ˆÿÿ9ÄgDf˜ˆÿÿ%`• &ˆÿÿ9ÈgDf˜ &ˆÿÿ%`•h!&ˆÿÿ9ÌgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ9ÐgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ9ÔgDf˜8$&ˆÿÿ%`• %&ˆÿÿ9ØgDf˜ %&ˆÿÿ%`•'&ˆÿÿ9ÜgDf˜'&ˆÿÿ%`•p(&ˆÿÿ9àgDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ9ägDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ9ègDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ9ìgDf˜¨,&ˆÿÿ%`•.&ˆÿÿ9ðgDf˜.&ˆÿÿ%`•ÐZˆÿÿ9ôgDf˜ÐZˆÿÿ%`•hÑZˆÿÿ9øgDf˜hÑZˆÿÿ%`•ÐÒZˆÿÿ9ügDf˜ÐÒZˆÿÿ%`•8ÔZˆÿÿ:gDf˜8ÔZˆÿÿ%`• ÕZˆÿÿ:gDf˜ ÕZˆÿÿ%`•×Zˆÿÿ:gDf˜×Zˆÿÿ%`•pØZˆÿÿ: gDf˜pØZˆÿÿ%`•ØÙZˆÿÿ:gDf˜ØÙZˆÿÿ%`•@ÛZˆÿÿ:gDf˜@ÛZˆÿÿ%`•¨ÜZˆÿÿ:gDf˜¨ÜZˆÿÿ%`•ÞZˆÿÿ:gDf˜ÞZˆÿÿ%`• ã ˆÿÿ: gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ:$gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ:(gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ:,gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ:0gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ:4gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ:8gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ:<gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ:@gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ:DgDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ:HgDf˜.ã ˆÿÿ%`•Qˆÿÿ:LgDf˜Qˆÿÿ%`•h‘Qˆÿÿ:PgDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ:TgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ:XgDf˜8”Qˆÿÿ%`• •Qˆÿÿ:\gDf˜ •Qˆÿÿ%`•—Qˆÿÿ:`gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ:dgDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ:hgDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ:lgDf˜@›Qˆÿÿ%`•¨œQˆÿÿ:pgDf˜¨œQˆÿÿ%`•žQˆÿÿ:tgDf˜žQˆÿÿ%`•Ðʈÿÿ:xgDf˜Ðʈÿÿ%`•hÑʈÿÿ:|gDf˜hÑʈÿÿ%`•ÐÒʈÿÿ:€gDf˜ÐÒʈÿÿ%`•8Ôʈÿÿ:„gDf˜8Ôʈÿÿ%`• Õʈÿÿ:ˆgDf˜ Õʈÿÿ%`•×ʈÿÿ:ŒgDf˜×ʈÿÿ%`•pØÊˆÿÿ:gDf˜pØÊˆÿÿ%`•ØÙʈÿÿ:”gDf˜ØÙʈÿÿ%`•@Ûʈÿÿ:˜gDf˜@Ûʈÿÿ%`•¨Üʈÿÿ:œgDf˜¨Üʈÿÿ%`•Þʈÿÿ: gDf˜Þʈÿÿ%`•@…ˆÿÿ:¤gDf˜@…ˆÿÿ%`•hA…ˆÿÿ:¨gDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿ:¬gDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿ:°gDf˜8D…ˆÿÿ%`• E…ˆÿÿ:´gDf˜ E…ˆÿÿ%`•G…ˆÿÿ:¸gDf˜G…ˆÿÿ%`•pH…ˆÿÿ:¼gDf˜pH…ˆÿÿ%`•ØI…ˆÿÿ:ÀgDf˜ØI…ˆÿÿ%`•@K…ˆÿÿ:ÄgDf˜@K…ˆÿÿ%`•¨L…ˆÿÿ:ÈgDf˜¨L…ˆÿÿ%`•N…ˆÿÿ:ÌgDf˜N…ˆÿÿ%`•p]ˆÿÿ:ÐgDf˜p]ˆÿÿ%`•hq]ˆÿÿ:ÔgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ:ØgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ:ÜgDf˜8t]ˆÿÿ%`• u]ˆÿÿ:àgDf˜ u]ˆÿÿ%`•w]ˆÿÿ:ägDf˜w]ˆÿÿ%`•px]ˆÿÿ:ègDf˜px]ˆÿÿ%`•Øy]ˆÿÿ:ìgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ:ðgDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ:ôgDf˜¨|]ˆÿÿ%`•~]ˆÿÿ:øgDf˜~]ˆÿÿ%`•02 ˆÿÿ:ügDf˜02 ˆÿÿ%`•h12 ˆÿÿ;gDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ;gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ;gDf˜842 ˆÿÿ%`• 52 ˆÿÿ; gDf˜ 52 ˆÿÿ%`•72 ˆÿÿ;gDf˜72 ˆÿÿ%`•p82 ˆÿÿ;gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ;gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ;gDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ; gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ;$gDf˜>2 ˆÿÿ%`•@¼ˆÿÿ;(gDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ;,gDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ;0gDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ;4gDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ;8gDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ;<gDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ;@gDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ;DgDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ;HgDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ;LgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ;PgDf˜N¼ˆÿÿ%`•>™ˆÿÿ;TgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;XgDf˜¨<™ˆÿÿ%`•Ø)&ˆÿÿ;\gDf˜Ø)&ˆÿÿ%`•p(&ˆÿÿ;`gDf˜p(&ˆÿÿ%`•'&ˆÿÿ;dgDf˜'&ˆÿÿ%`• %&ˆÿÿ;hgDf˜ %&ˆÿÿ%`•8$&ˆÿÿ;lgDf˜8$&ˆÿÿ%`•Ð"&ˆÿÿ;pgDf˜Ð"&ˆÿÿ%`•h!&ˆÿÿ;tgDf˜h!&ˆÿÿ%`• &ˆÿÿ;xgDf˜ &ˆÿÿ%`•ð[ˆÿÿ;|gDf˜ð[ˆÿÿ%`•hñ[ˆÿÿ;€gDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿ;„gDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿ;ˆgDf˜8ô[ˆÿÿ%`• õ[ˆÿÿ;ŒgDf˜ õ[ˆÿÿ%`•÷[ˆÿÿ;gDf˜÷[ˆÿÿ%`•pø[ˆÿÿ;”gDf˜pø[ˆÿÿ%`•Øù[ˆÿÿ;˜gDf˜Øù[ˆÿÿ%`•@û[ˆÿÿ;œgDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿ; gDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿ;¤gDf˜þ[ˆÿÿ%`•€¬ˆÿÿ;¨gDf˜€¬ˆÿÿ%`•h¬ˆÿÿ;¬gDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ;°gDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ;´gDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ;¸gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ;¼gDf˜‡¬ˆÿÿ%`•pˆ¬ˆÿÿ;ÀgDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿ;ÄgDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿ;ÈgDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿ;ÌgDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿ;ÐgDf˜ެˆÿÿ%`•P^ ˆÿÿ;ÔgDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿ;ØgDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿ;ÜgDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿ;àgDf˜8T^ ˆÿÿ%`• U^ ˆÿÿ;ägDf˜ U^ ˆÿÿ%`•W^ ˆÿÿ;ègDf˜W^ ˆÿÿ%`•pX^ ˆÿÿ;ìgDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿ;ðgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿ;ôgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿ;øgDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿ;ügDf˜^^ ˆÿÿ%`•ƈÿÿ<gDf˜Æˆÿÿ%`•hƈÿÿ<gDf˜hƈÿÿ%`•ÐÆˆÿÿ<gDf˜Ðƈÿÿ%`•8ƈÿÿ<gDf˜8ƈÿÿ%`• Æˆÿÿ<gDf˜ Æˆÿÿ%`•ƈÿÿ<gDf˜Æˆÿÿ%`•pƈÿÿ<gDf˜pƈÿÿ%`•Ø Æˆÿÿ< gDf˜Ø ƈÿÿ%`•@ ƈÿÿ<$gDf˜@ ƈÿÿ%`•¨ ƈÿÿ<(gDf˜¨ ƈÿÿ%`•ƈÿÿ<,gDf˜Æˆÿÿ%`•­ˆÿÿ<0gDf˜­ˆÿÿ%`•h­ˆÿÿ<4gDf˜h­ˆÿÿ%`•Эˆÿÿ<8gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ<<gDf˜8­ˆÿÿ%`• ­ˆÿÿ<@gDf˜ ­ˆÿÿ%`•­ˆÿÿ™ˆÿÿñP$gDf˜>™ˆÿÿ%`•àшÿÿõ€gDf˜àшÿÿ%`•pèшÿÿö„gDf˜pèшÿÿ%`•8äшÿÿöДgDf˜8äшÿÿ%`•háшÿÿ÷dügDf˜háшÿÿ%`•Ðâшÿÿù`gDf˜Ðâшÿÿ%`• åшÿÿ gDf˜ åшÿÿ%`•çшÿÿ ügDf˜çшÿÿ%`•Øéшÿÿ ˜gDf˜Øéшÿÿ%`•@ëшÿÿ ¬ügDf˜@ëшÿÿ%`•¨ìшÿÿ¨\gDf˜¨ìшÿÿ%`•€3ˆÿÿ gDf˜€3ˆÿÿ%`•îшÿÿo¸xgDf˜îшÿÿ%`•p]ˆÿÿƒ,gDf˜p]ˆÿÿ%`•¨|]ˆÿÿƒ8gDf˜¨|]ˆÿÿ%`•w]ˆÿÿgDf˜w]ˆÿÿ%`•~]ˆÿÿgDf˜~]ˆÿÿ%`•Øy]ˆÿÿ‘gDf˜Øy]ˆÿÿ%`•hq]ˆÿÿ˜gDf˜hq]ˆÿÿ%`• u]ˆÿÿ™ gDf˜ u]ˆÿÿ%`•8t]ˆÿÿ gDf˜8t]ˆÿÿ%`•Ðr]ˆÿÿ¡gDf˜Ðr]ˆÿÿ%`•px]ˆÿÿâHgDf˜px]ˆÿÿ%`•@{]ˆÿÿâTLgDf˜@{]ˆÿÿ%`•€3ˆÿÿ gDf˜€3ˆÿÿ%`•€3ˆÿÿägDf˜€3ˆÿÿ%`•h3ˆÿÿèügDf˜h3ˆÿÿ%`•Ђ3ˆÿÿ äøgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿ àtgDf˜8„3ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ TgDf˜'ˆÿÿ%`•8„3ˆÿÿ XPgDf˜8„3ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¨gDf˜'ˆÿÿ%`•8„3ˆÿÿ ¬LgDf˜8„3ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ øgDf˜'ˆÿÿ%`•8„3ˆÿÿ üügDf˜8„3ˆÿÿ%`• …3ˆÿÿøègDf˜ …3ˆÿÿ%`•Ž3ˆÿÿäàgDf˜Ž3ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•Ž3ˆÿÿÈügDf˜Ž3ˆÿÿ%`• …3ˆÿÿÄ gDf˜ …3ˆÿÿ%`•8„3ˆÿÿèügDf˜8„3ˆÿÿ%`•pˆ3ˆÿÿägDf˜pˆ3ˆÿÿ%`•¨Œ3ˆÿÿèügDf˜¨Œ3ˆÿÿ%`•Ђ3ˆÿÿägDf˜Ð‚3ˆÿÿ%`•€3ˆÿÿìügDf˜€3ˆÿÿ%`•@‹3ˆÿÿègDf˜@‹3ˆÿÿ%`•؉3ˆÿÿìügDf˜Ø‰3ˆÿÿ%`•‡3ˆÿÿègDf˜‡3ˆÿÿ%`•h3ˆÿÿðügDf˜h3ˆÿÿ%`•>™ˆÿÿìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿðLgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•ÐB¨ˆÿÿzDgDf˜ÐB¨ˆÿÿ%`•hA¨ˆÿÿ}ôgDf˜hA¨ˆÿÿ%`•@¨ˆÿÿ¸gDf˜@¨ˆÿÿ%`•@¨ˆÿÿ gDf˜@¨ˆÿÿ%`•@¨ˆÿÿz4gDf˜@¨ˆÿÿ%`•hA¨ˆÿÿzX(gDf˜hA¨ˆÿÿ%`•ÐB¨ˆÿÿz” gDf˜ÐB¨ˆÿÿ%`•8D¨ˆÿÿÜgDf˜8D¨ˆÿÿ%`• E¨ˆÿÿã8ügDf˜ E¨ˆÿÿ%`•G¨ˆÿÿå4ügDf˜G¨ˆÿÿ%`•pH¨ˆÿÿç0ügDf˜pH¨ˆÿÿ%`•ØI¨ˆÿÿé,gDf˜ØI¨ˆÿÿ%`•@K¨ˆÿÿê8PgDf˜@K¨ˆÿÿ%`•@K¨ˆÿÿ gDf˜@K¨ˆÿÿ%`•@K¨ˆÿÿ@gDf˜@K¨ˆÿÿ%`•ØI¨ˆÿÿD gDf˜ØI¨ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•ØI¨ˆÿÿh$gDf˜ØI¨ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•ØI¨ˆÿÿ$gDf˜ØI¨ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•ØI¨ˆÿÿ¸gDf˜ØI¨ˆÿÿ%`•@¨ˆÿÿ¼gDf˜@¨ˆÿÿ%`•8D¨ˆÿÿÀgDf˜8D¨ˆÿÿ%`•ÐB¨ˆÿÿÄgDf˜ÐB¨ˆÿÿ%`•hA¨ˆÿÿÈgDf˜hA¨ˆÿÿ%`• E¨ˆÿÿÌgDf˜ E¨ˆÿÿ%`•G¨ˆÿÿÐgDf˜G¨ˆÿÿ%`•@K¨ˆÿÿÔgDf˜@K¨ˆÿÿ%`•pH¨ˆÿÿØgDf˜pH¨ˆÿÿ%`•¨L¨ˆÿÿÜgDf˜¨L¨ˆÿÿ%`•N¨ˆÿÿàgDf˜N¨ˆÿÿ%`•¨<™ˆÿÿägDf˜¨<™ˆÿÿ%`•>™ˆÿÿègDf˜>™ˆÿÿ%`•ÀVˆÿÿìgDf˜ÀVˆÿÿ%`•hÁVˆÿÿôgDf˜hÁVˆÿÿ%`•ÐÂVˆÿÿøgDf˜ÐÂVˆÿÿ%`•8ÄVˆÿÿügDf˜8ÄVˆÿÿ%`• ÅVˆÿÿ gDf˜ ÅVˆÿÿ%`•ÇVˆÿÿ gDf˜ÇVˆÿÿ%`•pÈVˆÿÿ gDf˜pÈVˆÿÿ%`•ØÉVˆÿÿ gDf˜ØÉVˆÿÿ%`•@ËVˆÿÿ gDf˜@ËVˆÿÿ%`•¨ÌVˆÿÿ gDf˜¨ÌVˆÿÿ%`•ÎVˆÿÿ gDf˜ÎVˆÿÿ%`• ã ˆÿÿ gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ $gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ (gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ ,gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ 0gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ 4gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ 8gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ <gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ @gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ DgDf˜.ã ˆÿÿ%`•° ˆÿÿ HgDf˜° ˆÿÿ%`•h± ˆÿÿ LgDf˜h± ˆÿÿ%`•в ˆÿÿ PgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ TgDf˜8´ ˆÿÿ%`• µ ˆÿÿ XgDf˜ µ ˆÿÿ%`•· ˆÿÿ \gDf˜· ˆÿÿ%`•p¸ ˆÿÿ `gDf˜p¸ ˆÿÿ%`•ع ˆÿÿ dgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿ hgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿ lgDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ pgDf˜¾ ˆÿÿ%`•ÐG ˆÿÿ tgDf˜ÐG ˆÿÿ%`•hÑG ˆÿÿ xgDf˜hÑG ˆÿÿ%`•ÐÒG ˆÿÿ |gDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿ €gDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ „gDf˜ ÕG ˆÿÿ%`•×G ˆÿÿ ˆgDf˜×G ˆÿÿ%`•pØG ˆÿÿ ŒgDf˜pØG ˆÿÿ%`•ØÙG ˆÿÿ gDf˜ØÙG ˆÿÿ%`•@ÛG ˆÿÿ ”gDf˜@ÛG ˆÿÿ%`•¨ÜG ˆÿÿ ˜gDf˜¨ÜG ˆÿÿ%`•ÞG ˆÿÿ œgDf˜ÞG ˆÿÿ%`•ƈÿÿ  gDf˜Æˆÿÿ%`•hƈÿÿ ¤gDf˜hƈÿÿ%`•ÐÆˆÿÿ ¨gDf˜Ðƈÿÿ%`•8ƈÿÿ ¬gDf˜8ƈÿÿ%`• Æˆÿÿ °gDf˜ Æˆÿÿ%`•ƈÿÿ ´gDf˜Æˆÿÿ%`•pƈÿÿ ¸gDf˜pƈÿÿ%`•Ø Æˆÿÿ ¼gDf˜Ø ƈÿÿ%`•@ ƈÿÿ ÀgDf˜@ ƈÿÿ%`•¨ ƈÿÿ ÄgDf˜¨ ƈÿÿ%`•ƈÿÿ ÈgDf˜Æˆÿÿ%`•€¸ˆÿÿ ÌgDf˜€¸ˆÿÿ%`•h¸ˆÿÿ ÐgDf˜h¸ˆÿÿ%`•Ђ¸ˆÿÿ ÔgDf˜Ð‚¸ˆÿÿ%`•8„¸ˆÿÿ ØgDf˜8„¸ˆÿÿ%`• …¸ˆÿÿ ÜgDf˜ …¸ˆÿÿ%`•‡¸ˆÿÿ àgDf˜‡¸ˆÿÿ%`•pˆ¸ˆÿÿ ägDf˜pˆ¸ˆÿÿ%`•؉¸ˆÿÿ ègDf˜Ø‰¸ˆÿÿ%`•@‹¸ˆÿÿ ìgDf˜@‹¸ˆÿÿ%`•¨Œ¸ˆÿÿ ðgDf˜¨Œ¸ˆÿÿ%`•ޏˆÿÿ ôgDf˜ޏˆÿÿ%`•ð ˆÿÿ øgDf˜ð ˆÿÿ%`•hñ ˆÿÿ ügDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ!gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ!gDf˜8ô ˆÿÿ%`• õ ˆÿÿ!gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ! gDf˜÷ ˆÿÿ%`•pø ˆÿÿ!gDf˜pø ˆÿÿ%`•Øù ˆÿÿ!gDf˜Øù ˆÿÿ%`•@û ˆÿÿ!gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ!gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ! gDf˜þ ˆÿÿ%`•PWˆÿÿ!$gDf˜PWˆÿÿ%`•hQWˆÿÿ!(gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ!,gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ!0gDf˜8TWˆÿÿ%`• UWˆÿÿ!4gDf˜ UWˆÿÿ%`•WWˆÿÿ!8gDf˜WWˆÿÿ%`•pXWˆÿÿ!<gDf˜pXWˆÿÿ%`•ØYWˆÿÿ!@gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ!DgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ!HgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ!LgDf˜^Wˆÿÿ%`•ÀÛ ˆÿÿ!PgDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ!TgDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ!XgDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ!\gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ!`gDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿ!dgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿ!hgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿ!lgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ!pgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ!tgDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ!xgDf˜ÎÛ ˆÿÿ%`• ^ˆÿÿ!|gDf˜ ^ˆÿÿ%`•h!^ˆÿÿ!€gDf˜h!^ˆÿÿ%`•Ð"^ˆÿÿ!„gDf˜Ð"^ˆÿÿ%`•8$^ˆÿÿ!ˆgDf˜8$^ˆÿÿ%`• %^ˆÿÿ!ŒgDf˜ %^ˆÿÿ%`•'^ˆÿÿ!gDf˜'^ˆÿÿ%`•p(^ˆÿÿ!”gDf˜p(^ˆÿÿ%`•Ø)^ˆÿÿ!˜gDf˜Ø)^ˆÿÿ%`•@+^ˆÿÿ!œgDf˜@+^ˆÿÿ%`•¨,^ˆÿÿ! gDf˜¨,^ˆÿÿ%`•.^ˆÿÿ!¤gDf˜.^ˆÿÿ%`•0)ˆÿÿ!¨gDf˜0)ˆÿÿ%`•h1)ˆÿÿ!¬gDf˜h1)ˆÿÿ%`•Ð2)ˆÿÿ!°gDf˜Ð2)ˆÿÿ%`•84)ˆÿÿ!´gDf˜84)ˆÿÿ%`• 5)ˆÿÿ!¸gDf˜ 5)ˆÿÿ%`•7)ˆÿÿ!¼gDf˜7)ˆÿÿ%`•p8)ˆÿÿ!ÀgDf˜p8)ˆÿÿ%`•Ø9)ˆÿÿ!ÄgDf˜Ø9)ˆÿÿ%`•@;)ˆÿÿ!ÈgDf˜@;)ˆÿÿ%`•¨<)ˆÿÿ!ÌgDf˜¨<)ˆÿÿ%`•>)ˆÿÿ!ÐgDf˜>)ˆÿÿ%`•àCˆÿÿ!ÔgDf˜àCˆÿÿ%`•háCˆÿÿ!ØgDf˜háCˆÿÿ%`•ÐâCˆÿÿ!ÜgDf˜ÐâCˆÿÿ%`•8äCˆÿÿ!àgDf˜8äCˆÿÿ%`• åCˆÿÿ!ägDf˜ åCˆÿÿ%`•çCˆÿÿ!ègDf˜çCˆÿÿ%`•pèCˆÿÿ!ìgDf˜pèCˆÿÿ%`•ØéCˆÿÿ!ðgDf˜ØéCˆÿÿ%`•@ëCˆÿÿ!ôgDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ!øgDf˜¨ìCˆÿÿ%`•îCˆÿÿ!ügDf˜îCˆÿÿ%`•à‚ˆÿÿ"gDf˜à‚ˆÿÿ%`•hႈÿÿ"gDf˜hႈÿÿ%`•Ð₈ÿÿ"gDf˜Ð₈ÿÿ%`•8䂈ÿÿ" gDf˜8䂈ÿÿ%`• å‚ˆÿÿ"gDf˜ å‚ˆÿÿ%`•炈ÿÿ"gDf˜ç‚ˆÿÿ%`•p肈ÿÿ"gDf˜p肈ÿÿ%`•Øé‚ˆÿÿ"gDf˜Øé‚ˆÿÿ%`•@낈ÿÿ" gDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ"$gDf˜¨ì‚ˆÿÿ%`•ÿÿ"(gDf˜î‚ˆÿÿ%`•à’ ˆÿÿ",gDf˜à’ ˆÿÿ%`•há’ ˆÿÿ"0gDf˜há’ ˆÿÿ%`•Ðâ’ ˆÿÿ"4gDf˜Ðâ’ ˆÿÿ%`•8ä’ ˆÿÿ"8gDf˜8ä’ ˆÿÿ%`• å’ ˆÿÿ"<gDf˜ å’ ˆÿÿ%`•ç’ ˆÿÿ"@gDf˜ç’ ˆÿÿ%`•pè’ ˆÿÿ"DgDf˜pè’ ˆÿÿ%`•Øé’ ˆÿÿ"HgDf˜Øé’ ˆÿÿ%`•@ë’ ˆÿÿ"LgDf˜@ë’ ˆÿÿ%`•¨ì’ ˆÿÿ"PgDf˜¨ì’ ˆÿÿ%`•î’ ˆÿÿ"TgDf˜î’ ˆÿÿ%`•>™ˆÿÿ"XgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"\gDf˜¨<™ˆÿÿ%`•Ø)ã ˆÿÿ"`gDf˜Ø)ã ˆÿÿ%`•p(ã ˆÿÿ"dgDf˜p(ã ˆÿÿ%`•'ã ˆÿÿ"hgDf˜'ã ˆÿÿ%`• %ã ˆÿÿ"lgDf˜ %ã ˆÿÿ%`•8$ã ˆÿÿ"pgDf˜8$ã ˆÿÿ%`•Ð"ã ˆÿÿ"tgDf˜Ð"ã ˆÿÿ%`•h!ã ˆÿÿ"xgDf˜h!ã ˆÿÿ%`• ã ˆÿÿ"|gDf˜ ã ˆÿÿ%`•à/ˆÿÿ"€gDf˜à/ˆÿÿ%`•há/ˆÿÿ"„gDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ"ˆgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ"ŒgDf˜8ä/ˆÿÿ%`• å/ˆÿÿ"gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ"”gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ"˜gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ"œgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ" gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ"¤gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ"¨gDf˜î/ˆÿÿ%`•p¨ˆÿÿ"¬gDf˜p¨ˆÿÿ%`•hq¨ˆÿÿ"°gDf˜hq¨ˆÿÿ%`•Ðr¨ˆÿÿ"´gDf˜Ðr¨ˆÿÿ%`•8t¨ˆÿÿ"¸gDf˜8t¨ˆÿÿ%`• u¨ˆÿÿ"¼gDf˜ u¨ˆÿÿ%`•w¨ˆÿÿ"ÀgDf˜w¨ˆÿÿ%`•px¨ˆÿÿ"ÄgDf˜px¨ˆÿÿ%`•Øy¨ˆÿÿ"ÈgDf˜Øy¨ˆÿÿ%`•@{¨ˆÿÿ"ÌgDf˜@{¨ˆÿÿ%`•¨|¨ˆÿÿ"ÐgDf˜¨|¨ˆÿÿ%`•~¨ˆÿÿ"ÔgDf˜~¨ˆÿÿ%`•.ã ˆÿÿ"ØgDf˜.ã ˆÿÿ%`•¨,ã ˆÿÿ"ÜgDf˜¨,ã ˆÿÿ%`•@+ã ˆÿÿ"àgDf˜@+ã ˆÿÿ%`•pƈÿÿ"ägDf˜pƈÿÿ%`•ƈÿÿ"ègDf˜Æˆÿÿ%`• Æˆÿÿ"ìgDf˜ Æˆÿÿ%`•8ƈÿÿ"ðgDf˜8ƈÿÿ%`•ÐÆˆÿÿ"ôgDf˜Ðƈÿÿ%`•hƈÿÿ"øgDf˜hƈÿÿ%`•ƈÿÿ"ügDf˜Æˆÿÿ%`•ÐG ˆÿÿ#gDf˜ÐG ˆÿÿ%`•hÑG ˆÿÿ#gDf˜hÑG ˆÿÿ%`•ÐÒG ˆÿÿ#gDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿ# gDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ#gDf˜ ÕG ˆÿÿ%`•×G ˆÿÿ#gDf˜×G ˆÿÿ%`•pØG ˆÿÿ#gDf˜pØG ˆÿÿ%`•ØÙG ˆÿÿ#gDf˜ØÙG ˆÿÿ%`•@ÛG ˆÿÿ# gDf˜@ÛG ˆÿÿ%`•¨ÜG ˆÿÿ#$gDf˜¨ÜG ˆÿÿ%`•ÞG ˆÿÿ#(gDf˜ÞG ˆÿÿ%`•` ˆÿÿ#,gDf˜` ˆÿÿ%`•ha ˆÿÿ#0gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ#4gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ#8gDf˜8d ˆÿÿ%`• e ˆÿÿ#<gDf˜ e ˆÿÿ%`•g ˆÿÿ#@gDf˜g ˆÿÿ%`•ph ˆÿÿ#DgDf˜ph ˆÿÿ%`•Øi ˆÿÿ#HgDf˜Øi ˆÿÿ%`•@k ˆÿÿ#LgDf˜@k ˆÿÿ%`•¨l ˆÿÿ#PgDf˜¨l ˆÿÿ%`•n ˆÿÿ#TgDf˜n ˆÿÿ%`•ƈÿÿ#XgDf˜Æˆÿÿ%`•¨ ƈÿÿ#\gDf˜¨ ƈÿÿ%`•@ ƈÿÿ#`gDf˜@ ƈÿÿ%`•Ø Æˆÿÿ#dgDf˜Ø ƈÿÿ%`•WWˆÿÿ#hgDf˜WWˆÿÿ%`• UWˆÿÿ#lgDf˜ UWˆÿÿ%`•8TWˆÿÿ#pgDf˜8TWˆÿÿ%`•ÐRWˆÿÿ#tgDf˜ÐRWˆÿÿ%`•hQWˆÿÿ#xgDf˜hQWˆÿÿ%`•PWˆÿÿ#|gDf˜PWˆÿÿ%`•p£ˆÿÿ#€gDf˜p£ˆÿÿ%`•hq£ˆÿÿ#„gDf˜hq£ˆÿÿ%`•Ðr£ˆÿÿ#ˆgDf˜Ðr£ˆÿÿ%`•8t£ˆÿÿ#ŒgDf˜8t£ˆÿÿ%`• u£ˆÿÿ#gDf˜ u£ˆÿÿ%`•w£ˆÿÿ#”gDf˜w£ˆÿÿ%`•px£ˆÿÿ#˜gDf˜px£ˆÿÿ%`•Øy£ˆÿÿ#œgDf˜Øy£ˆÿÿ%`•@{£ˆÿÿ# gDf˜@{£ˆÿÿ%`•¨|£ˆÿÿ#¤gDf˜¨|£ˆÿÿ%`•~£ˆÿÿ#¨gDf˜~£ˆÿÿ%`•€¸ˆÿÿ#¬gDf˜€¸ˆÿÿ%`•h¸ˆÿÿ#°gDf˜h¸ˆÿÿ%`•Ђ¸ˆÿÿ#´gDf˜Ð‚¸ˆÿÿ%`•8„¸ˆÿÿ#¸gDf˜8„¸ˆÿÿ%`• …¸ˆÿÿ#¼gDf˜ …¸ˆÿÿ%`•‡¸ˆÿÿ#ÀgDf˜‡¸ˆÿÿ%`•pˆ¸ˆÿÿ#ÄgDf˜pˆ¸ˆÿÿ%`•؉¸ˆÿÿ#ÈgDf˜Ø‰¸ˆÿÿ%`•@‹¸ˆÿÿ#ÌgDf˜@‹¸ˆÿÿ%`•¨Œ¸ˆÿÿ#ÐgDf˜¨Œ¸ˆÿÿ%`•ޏˆÿÿ#ÔgDf˜ޏˆÿÿ%`•^Wˆÿÿ#ØgDf˜^Wˆÿÿ%`•¨\Wˆÿÿ#ÜgDf˜¨\Wˆÿÿ%`•@[Wˆÿÿ#àgDf˜@[Wˆÿÿ%`•ØYWˆÿÿ#ägDf˜ØYWˆÿÿ%`•pXWˆÿÿ#ègDf˜pXWˆÿÿ%`• 5)ˆÿÿ#ìgDf˜ 5)ˆÿÿ%`•84)ˆÿÿ#ðgDf˜84)ˆÿÿ%`•Ð2)ˆÿÿ#øgDf˜Ð2)ˆÿÿ%`•h1)ˆÿÿ#ügDf˜h1)ˆÿÿ%`•0)ˆÿÿ$gDf˜0)ˆÿÿ%`• ^ˆÿÿ$gDf˜ ^ˆÿÿ%`•h!^ˆÿÿ$gDf˜h!^ˆÿÿ%`•Ð"^ˆÿÿ$ gDf˜Ð"^ˆÿÿ%`•8$^ˆÿÿ$gDf˜8$^ˆÿÿ%`• %^ˆÿÿ$gDf˜ %^ˆÿÿ%`•'^ˆÿÿ$gDf˜'^ˆÿÿ%`•p(^ˆÿÿ$gDf˜p(^ˆÿÿ%`•Ø)^ˆÿÿ$ gDf˜Ø)^ˆÿÿ%`•@+^ˆÿÿ$$gDf˜@+^ˆÿÿ%`•¨,^ˆÿÿ$(gDf˜¨,^ˆÿÿ%`•.^ˆÿÿ$,gDf˜.^ˆÿÿ%`•ÀÛ ˆÿÿ$0gDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ$4gDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ$8gDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ$<gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ$@gDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿ$DgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿ$HgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿ$LgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ$PgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ$TgDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ$XgDf˜ÎÛ ˆÿÿ%`•>)ˆÿÿ$\gDf˜>)ˆÿÿ%`•¨<)ˆÿÿ$`gDf˜¨<)ˆÿÿ%`•@;)ˆÿÿ$dgDf˜@;)ˆÿÿ%`•Ø9)ˆÿÿ$hgDf˜Ø9)ˆÿÿ%`•p8)ˆÿÿ$lgDf˜p8)ˆÿÿ%`•7)ˆÿÿ$pgDf˜7)ˆÿÿ%`•8ä’ ˆÿÿ$tgDf˜8ä’ ˆÿÿ%`•Ðâ’ ˆÿÿ$xgDf˜Ðâ’ ˆÿÿ%`•há’ ˆÿÿ$|gDf˜há’ ˆÿÿ%`•à’ ˆÿÿ$€gDf˜à’ ˆÿÿ%`•@*ˆÿÿ$„gDf˜@*ˆÿÿ%`•hA*ˆÿÿ$ˆgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ$ŒgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ$gDf˜8D*ˆÿÿ%`• E*ˆÿÿ$”gDf˜ E*ˆÿÿ%`•G*ˆÿÿ$˜gDf˜G*ˆÿÿ%`•pH*ˆÿÿ$œgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ$ gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ$¤gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ$¨gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ$¬gDf˜N*ˆÿÿ%`•A ˆÿÿ$°gDf˜A ˆÿÿ%`•hA ˆÿÿ$´gDf˜hA ˆÿÿ%`•ÐA ˆÿÿ$¸gDf˜ÐA ˆÿÿ%`•î’ ˆÿÿ$¼ügDf˜î’ ˆÿÿ%`•@ë’ ˆÿÿ&¸@gDf˜@ë’ ˆÿÿ%`•Øé’ ˆÿÿ'üügDf˜Øé’ ˆÿÿ%`•pè’ ˆÿÿ)øügDf˜pè’ ˆÿÿ%`•ç’ ˆÿÿ+ôgDf˜ç’ ˆÿÿ%`• å’ ˆÿÿ,ügDf˜ å’ ˆÿÿ%`•¨<™ˆÿÿ-ü˜gDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø A ˆÿÿgDf˜Ø A ˆÿÿ%`•8A ˆÿÿgDf˜8A ˆÿÿ%`•pA ˆÿÿgDf˜pA ˆÿÿ%`•@ A ˆÿÿ  gDf˜@ A ˆÿÿ%`• A ˆÿÿz€gDf˜ A ˆÿÿ%`•¨ A ˆÿÿ}xgDf˜¨ A ˆÿÿ%`•A ˆÿÿ}ÜgDf˜A ˆÿÿ%`•A ˆÿÿê0gDf˜A ˆÿÿ%`•¨ì’ ˆÿÿ누gDf˜¨ì’ ˆÿÿ%`•'ˆÿÿ/”gDf˜'ˆÿÿ%`•¨ì’ ˆÿÿ gDf˜¨ì’ ˆÿÿ%`•¨ì’ ˆÿÿgDf˜¨ì’ ˆÿÿ%`•pè’ ˆÿÿz<gDf˜pè’ ˆÿÿ%`•î’ ˆÿÿzˆ gDf˜î’ ˆÿÿ%`• å’ ˆÿÿ{4<gDf˜ å’ ˆÿÿ%`•ç’ ˆÿÿ{„ gDf˜ç’ ˆÿÿ%`•@ë’ ˆÿÿ|ÔgDf˜@ë’ ˆÿÿ%`•Øé’ ˆÿÿ|ø$gDf˜Øé’ ˆÿÿ%`•à’ ˆÿÿ}`gDf˜à’ ˆÿÿ%`•há’ ˆÿÿÔgDf˜há’ ˆÿÿ%`•Ðâ’ ˆÿÿø gDf˜Ðâ’ ˆÿÿ%`•8ä’ ˆÿÿáÈ$gDf˜8ä’ ˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•ÀµˆÿÿâPgDf˜Àµˆÿÿ%`•hÁµˆÿÿâ ˜gDf˜hÁµˆÿÿ%`•еˆÿÿí8ügDf˜Ðµˆÿÿ%`•8ĵˆÿÿï4ügDf˜8ĵˆÿÿ%`• Åµˆÿÿñ0ügDf˜ Åµˆÿÿ%`•ǵˆÿÿó,ügDf˜ǵˆÿÿ%`•pȵˆÿÿõ(gDf˜pȵˆÿÿ%`•ØÉµˆÿÿõ@ügDf˜ØÉµˆÿÿ%`•@˵ˆÿÿ÷<ügDf˜@˵ˆÿÿ%`•¨Ìµˆÿÿù8,gDf˜¨Ìµˆÿÿ%`•εˆÿÿùl°gDf˜εˆÿÿ%`•εˆÿÿ gDf˜εˆÿÿ%`•εˆÿÿ/˜hgDf˜εˆÿÿ%`•¨Ìµˆÿÿ0ügDf˜¨Ìµˆÿÿ%`•@˵ˆÿÿ2tgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3tgDf˜'ˆÿÿ%`•@˵ˆÿÿÿHgDf˜@˵ˆÿÿ%`•@˵ˆÿÿgDf˜@˵ˆÿÿ%`•pȵˆÿÿ4 gDf˜pȵˆÿÿ%`•pȵˆÿÿ3xgDf˜pȵˆÿÿ%`•@˵ˆÿÿ3|gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3ŒgDf˜'ˆÿÿ%`•@˵ˆÿÿ3gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3¤gDf˜'ˆÿÿ%`•@˵ˆÿÿ3¨gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3¼gDf˜'ˆÿÿ%`•@˵ˆÿÿ3ÀgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3ÔgDf˜'ˆÿÿ%`•@˵ˆÿÿ3ØgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3ðgDf˜'ˆÿÿ%`•@˵ˆÿÿ3ôgDf˜@˵ˆÿÿ%`•pȵˆÿÿ4lgDf˜pȵˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5tgDf˜'ˆÿÿ%`•pȵˆÿÿ gDf˜pȵˆÿÿ%`•pȵˆÿÿz4gDf˜pȵˆÿÿ%`•@˵ˆÿÿzXgDf˜@˵ˆÿÿ%`•hÁµˆÿÿzxgDf˜hÁµˆÿÿ%`•hÁµˆÿÿ5xgDf˜hÁµˆÿÿ%`•@˵ˆÿÿ5|gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ŒgDf˜'ˆÿÿ%`•@˵ˆÿÿ5gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5¤gDf˜'ˆÿÿ%`•@˵ˆÿÿ5¨gDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5¼gDf˜'ˆÿÿ%`•@˵ˆÿÿ5ÀgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ÔgDf˜'ˆÿÿ%`•@˵ˆÿÿ5ØgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ðgDf˜'ˆÿÿ%`•@˵ˆÿÿ5ôŒgDf˜@˵ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7€gDf˜'ˆÿÿ%`•@˵ˆÿÿzHgDf˜@˵ˆÿÿ%`•ØÉµˆÿÿ{”gDf˜ØÉµˆÿÿ%`•8ĵˆÿÿ{´ gDf˜8ĵˆÿÿ%`•8ĵˆÿÿ7„gDf˜8ĵˆÿÿ%`•ØÉµˆÿÿ7ˆgDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7˜gDf˜'ˆÿÿ%`•ØÉµˆÿÿ7œgDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7°gDf˜'ˆÿÿ%`•ØÉµˆÿÿ7´gDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7ÈgDf˜'ˆÿÿ%`•ØÉµˆÿÿ7ÌgDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7àgDf˜'ˆÿÿ%`•ØÉµˆÿÿ7ägDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7ügDf˜'ˆÿÿ%`•ØÉµˆÿÿ8gDf˜ØÉµˆÿÿ%`•8ĵˆÿÿ8 TgDf˜8ĵˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9`gDf˜'ˆÿÿ%`•8ĵˆÿÿ|ÔgDf˜8ĵˆÿÿ%`•ØÉµˆÿÿ|øgDf˜ØÉµˆÿÿ%`•@˵ˆÿÿ}ôgDf˜@˵ˆÿÿ%`•@˵ˆÿÿ9dgDf˜@˵ˆÿÿ%`•ØÉµˆÿÿ9hgDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9|gDf˜'ˆÿÿ%`•ØÉµˆÿÿ9€\gDf˜ØÉµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:ÜgDf˜'ˆÿÿ%`•ØÉµˆÿÿz4gDf˜ØÉµˆÿÿ%`•8ĵˆÿÿzXgDf˜8ĵˆÿÿ%`•hÁµˆÿÿzxøgDf˜hÁµˆÿÿ%`•hÁµˆÿÿ:àgDf˜hÁµˆÿÿ%`•8ĵˆÿÿ:ägDf˜8ĵˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:øgDf˜'ˆÿÿ%`•8ĵˆÿÿ:ügDf˜8ĵˆÿÿ%`•hÁµˆÿÿ<TgDf˜hÁµˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ™ˆÿÿ<°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<´gDf˜¨<™ˆÿÿ%`•p]ˆÿÿ<¸gDf˜p]ˆÿÿ%`•hq]ˆÿÿ<¼gDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ<ÀgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ<ÄgDf˜8t]ˆÿÿ%`• u]ˆÿÿ<ÈgDf˜ u]ˆÿÿ%`•w]ˆÿÿ<ÌgDf˜w]ˆÿÿ%`•px]ˆÿÿ<ÐgDf˜px]ˆÿÿ%`•Øy]ˆÿÿ<ÔgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ<ØgDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ<ÜgDf˜¨|]ˆÿÿ%`•~]ˆÿÿ<àgDf˜~]ˆÿÿ%`•@/ˆÿÿ<ägDf˜@/ˆÿÿ%`•hA/ˆÿÿ<ègDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ<ìgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ<ðgDf˜8D/ˆÿÿ%`• E/ˆÿÿ<ôgDf˜ E/ˆÿÿ%`•G/ˆÿÿ<øgDf˜G/ˆÿÿ%`•pH/ˆÿÿ<ügDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ=gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ=gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ=gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ= gDf˜N/ˆÿÿ%`•€ë ˆÿÿ=gDf˜€ë ˆÿÿ%`•hë ˆÿÿ=gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ=gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ=gDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ= gDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ=$gDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ=(gDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ=,gDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ=0gDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ=4gDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ=8gDf˜Žë ˆÿÿ%`•€²ˆÿÿ=<gDf˜€²ˆÿÿ%`•h²ˆÿÿ=@gDf˜h²ˆÿÿ%`•Ђ²ˆÿÿ=DgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿ=HgDf˜8„²ˆÿÿ%`• …²ˆÿÿ=LgDf˜ …²ˆÿÿ%`•‡²ˆÿÿ=PgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿ=TgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ=XgDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿ=\gDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿ=`gDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿ=dgDf˜޲ˆÿÿ%`• ˆÿÿ=hgDf˜ ˆÿÿ%`•h!ˆÿÿ=lgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ=pgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ=tgDf˜8$ˆÿÿ%`• %ˆÿÿ=xgDf˜ %ˆÿÿ%`•'ˆÿÿ=|gDf˜'ˆÿÿ%`•p(ˆÿÿ=€gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ=„gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ=ˆgDf˜@+ˆÿÿ%`•¨,ˆÿÿ=ŒgDf˜¨,ˆÿÿ%`•.ˆÿÿ=gDf˜.ˆÿÿ%`•À¥ˆÿÿ=”gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ=˜gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ=œgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ= gDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ=¤gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ=¨gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ=¬gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ=°gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ=´gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ=¸gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ=¼gDf˜Î¥ˆÿÿ%`•཈ÿÿ=ÀgDf˜à½ˆÿÿ%`•hὈÿÿ=ÄgDf˜hὈÿÿ%`•Ð⽈ÿÿ=ÈgDf˜Ð⽈ÿÿ%`•8佈ÿÿ=ÌgDf˜8佈ÿÿ%`• å½ˆÿÿ=ÐgDf˜ å½ˆÿÿ%`•罈ÿÿ=ÔgDf˜ç½ˆÿÿ%`•p轈ÿÿ=ØgDf˜p轈ÿÿ%`•Øé½ˆÿÿ=ÜgDf˜Øé½ˆÿÿ%`•@뽈ÿÿ=àgDf˜@뽈ÿÿ%`•¨ì½ˆÿÿ=ägDf˜¨ì½ˆÿÿ%`•ÿÿ=ègDf˜î½ˆÿÿ%`•Žˆÿÿ=ìgDf˜Žˆÿÿ%`•hŽˆÿÿ=ðgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ=ôgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ=øgDf˜8Žˆÿÿ%`• Žˆÿÿ=ügDf˜ Žˆÿÿ%`•Žˆÿÿ>gDf˜Žˆÿÿ%`•pŽˆÿÿ>gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ>gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ> gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ>gDf˜¨ Žˆÿÿ%`•Žˆÿÿ>gDf˜Žˆÿÿ%`•`´ˆÿÿ>gDf˜`´ˆÿÿ%`•ha´ˆÿÿ>gDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ> gDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ>$gDf˜8d´ˆÿÿ%`• e´ˆÿÿ>(gDf˜ e´ˆÿÿ%`•g´ˆÿÿ>,gDf˜g´ˆÿÿ%`•ph´ˆÿÿ>0gDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ>4gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ>8gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ><gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ>@gDf˜n´ˆÿÿ%`• û ˆÿÿ>DgDf˜ û ˆÿÿ%`•h¡û ˆÿÿ>HgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ>LgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿ>PgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ>TgDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ>XgDf˜§û ˆÿÿ%`•p¨û ˆÿÿ>\gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ>`gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ>dgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ>hgDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ>lgDf˜®û ˆÿÿ%`•@—ˆÿÿ>pgDf˜@—ˆÿÿ%`•hA—ˆÿÿ>tgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ>xgDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ>|gDf˜8D—ˆÿÿ%`• E—ˆÿÿ>€gDf˜ E—ˆÿÿ%`•G—ˆÿÿ>„gDf˜G—ˆÿÿ%`•pH—ˆÿÿ>ˆgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ>ŒgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ>gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ>”gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ>˜gDf˜N—ˆÿÿ%`•€Fˆÿÿ>œgDf˜€Fˆÿÿ%`•hFˆÿÿ> gDf˜hFˆÿÿ%`•ЂFˆÿÿ>¤gDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ>¨gDf˜8„Fˆÿÿ%`• …Fˆÿÿ>¬gDf˜ …Fˆÿÿ%`•‡Fˆÿÿ>°gDf˜‡Fˆÿÿ%`•pˆFˆÿÿ>´gDf˜pˆFˆÿÿ%`•؉Fˆÿÿ>¸gDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ>¼gDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ>ÀgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ>ÄgDf˜ŽFˆÿÿ%`•Gˆÿÿ>ÈgDf˜Gˆÿÿ%`•hGˆÿÿ>ÌgDf˜hGˆÿÿ%`•ÐGˆÿÿ>ÐgDf˜ÐGˆÿÿ%`•8Gˆÿÿ>ÔgDf˜8Gˆÿÿ%`• Gˆÿÿ>ØgDf˜ Gˆÿÿ%`•Gˆÿÿ>ÜgDf˜Gˆÿÿ%`•pGˆÿÿ>àgDf˜pGˆÿÿ%`•ØGˆÿÿ>ägDf˜ØGˆÿÿ%`•@Gˆÿÿ>ègDf˜@Gˆÿÿ%`•¨Gˆÿÿ>ìgDf˜¨Gˆÿÿ%`•Gˆÿÿ>ðgDf˜Gˆÿÿ%`•A ˆÿÿ>ôgDf˜A ˆÿÿ%`•hA ˆÿÿ>øgDf˜hA ˆÿÿ%`•ÐA ˆÿÿ>ügDf˜ÐA ˆÿÿ%`•8A ˆÿÿ?gDf˜8A ˆÿÿ%`• A ˆÿÿ?gDf˜ A ˆÿÿ%`•A ˆÿÿ?gDf˜A ˆÿÿ%`•pA ˆÿÿ? gDf˜pA ˆÿÿ%`•Ø A ˆÿÿ?gDf˜Ø A ˆÿÿ%`•@ A ˆÿÿ?gDf˜@ A ˆÿÿ%`•¨ A ˆÿÿ?gDf˜¨ A ˆÿÿ%`•A ˆÿÿ?gDf˜A ˆÿÿ%`•¨<™ˆÿÿ? gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ?$gDf˜>™ˆÿÿ%`•ØI/ˆÿÿ?(gDf˜ØI/ˆÿÿ%`•pH/ˆÿÿ?,gDf˜pH/ˆÿÿ%`•G/ˆÿÿ?0gDf˜G/ˆÿÿ%`• E/ˆÿÿ?4gDf˜ E/ˆÿÿ%`•8D/ˆÿÿ?8gDf˜8D/ˆÿÿ%`•ÐB/ˆÿÿ?<gDf˜ÐB/ˆÿÿ%`•hA/ˆÿÿ?@gDf˜hA/ˆÿÿ%`•@/ˆÿÿ?DgDf˜@/ˆÿÿ%`•À ˆÿÿ?HgDf˜À ˆÿÿ%`•hÁ ˆÿÿ?LgDf˜hÁ ˆÿÿ%`•Рˆÿÿ?PgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ?TgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ?XgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ?\gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ?`gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ?dgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ?hgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ?lgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ?pgDf˜Î ˆÿÿ%`•Ðrˆÿÿ?tgDf˜Ðrˆÿÿ%`•hÑrˆÿÿ?xgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ?|gDf˜ÐÒrˆÿÿ%`• Õrˆÿÿ?€gDf˜ Õrˆÿÿ%`•×rˆÿÿ@ügDf˜×rˆÿÿ%`•pØrˆÿÿBÔgDf˜pØrˆÿÿ%`•¨L/ˆÿÿ Ø gDf˜¨L/ˆÿÿ%`•N/ˆÿÿÜügDf˜N/ˆÿÿ%`•ÞrˆÿÿÌgDf˜Þrˆÿÿ%`•¨ÜrˆÿÿÐügDf˜¨Ürˆÿÿ%`•@ÛrˆÿÿÔügDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿ¤,gDf˜ØÙrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8ÔrˆÿÿìˆgDf˜8Ôrˆÿÿ%`•'ˆÿÿ xgDf˜'ˆÿÿ%`•hA/ˆÿÿ gDf˜hA/ˆÿÿ%`•hA/ˆÿÿ |gDf˜hA/ˆÿÿ%`•N/ˆÿÿ €\gDf˜N/ˆÿÿ%`•¨L/ˆÿÿ à|gDf˜¨L/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ \gDf˜'ˆÿÿ%`•¨L/ˆÿÿ `ŒgDf˜¨L/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ìgDf˜'ˆÿÿ%`•¨L/ˆÿÿìxgDf˜¨L/ˆÿÿ%`•hA/ˆÿÿ7ôgDf˜hA/ˆÿÿ%`•N/ˆÿÿ8ø gDf˜N/ˆÿÿ%`•N/ˆÿÿ gDf˜N/ˆÿÿ%`•N/ˆÿÿ ðgDf˜N/ˆÿÿ%`•hA/ˆÿÿ ôgDf˜hA/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•hA/ˆÿÿ \gDf˜hA/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ pgDf˜'ˆÿÿ%`•hA/ˆÿÿ t gDf˜hA/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ”gDf˜'ˆÿÿ%`•hA/ˆÿÿ ˜ gDf˜hA/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¸gDf˜'ˆÿÿ%`•hA/ˆÿÿ ¼gDf˜hA/ˆÿÿ%`•hA/ˆÿÿ ÀgDf˜hA/ˆÿÿ%`•hA/ˆÿÿ ÄgDf˜hA/ˆÿÿ%`•hA/ˆÿÿ ÈgDf˜hA/ˆÿÿ%`•hA/ˆÿÿ ÌgDf˜hA/ˆÿÿ%`•hA/ˆÿÿ ÐgDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ ÔgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ ØgDf˜8D/ˆÿÿ%`•8D/ˆÿÿ ÜgDf˜8D/ˆÿÿ%`•ÐB/ˆÿÿ àgDf˜ÐB/ˆÿÿ%`•hA/ˆÿÿ ägDf˜hA/ˆÿÿ%`• E/ˆÿÿ ègDf˜ E/ˆÿÿ%`•@/ˆÿÿ ìgDf˜@/ˆÿÿ%`•N/ˆÿÿ ðgDf˜N/ˆÿÿ%`•¨L/ˆÿÿ ôgDf˜¨L/ˆÿÿ%`•G/ˆÿÿ øgDf˜G/ˆÿÿ%`•pH/ˆÿÿ ügDf˜pH/ˆÿÿ%`•ØI/ˆÿÿgDf˜ØI/ˆÿÿ%`•@K/ˆÿÿgDf˜@K/ˆÿÿ%`•@K/ˆÿÿgDf˜@K/ˆÿÿ%`•ØI/ˆÿÿ gDf˜ØI/ˆÿÿ%`•pH/ˆÿÿgDf˜pH/ˆÿÿ%`•G/ˆÿÿgDf˜G/ˆÿÿ%`•¨L/ˆÿÿgDf˜¨L/ˆÿÿ%`•N/ˆÿÿgDf˜N/ˆÿÿ%`•@/ˆÿÿ gDf˜@/ˆÿÿ%`• E/ˆÿÿ$gDf˜ E/ˆÿÿ%`•hA/ˆÿÿ(gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ,gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ0gDf˜8D/ˆÿÿ%`•>™ˆÿÿ4gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•­ˆÿÿ<gDf˜­ˆÿÿ%`•h­ˆÿÿ@gDf˜h­ˆÿÿ%`•ЭˆÿÿDgDf˜Ð­ˆÿÿ%`•8­ˆÿÿHgDf˜8­ˆÿÿ%`• ­ˆÿÿLgDf˜ ­ˆÿÿ%`•­ˆÿÿPgDf˜­ˆÿÿ%`•p­ˆÿÿTgDf˜p­ˆÿÿ%`•Ø ­ˆÿÿXgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ\gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ`gDf˜¨ ­ˆÿÿ%`•­ˆÿÿdgDf˜­ˆÿÿ%`•Å ˆÿÿhgDf˜Å ˆÿÿ%`•hÅ ˆÿÿlgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿpgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿtgDf˜8Å ˆÿÿ%`• Å ˆÿÿxgDf˜ Å ˆÿÿ%`•Å ˆÿÿ|gDf˜Å ˆÿÿ%`•pÅ ˆÿÿ€gDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ„gDf˜ØÅ ˆÿÿ%`•ØÅ ˆÿÿˆgDf˜ØÅ ˆÿÿ%`•pÅ ˆÿÿŒgDf˜pÅ ˆÿÿ%`•Å ˆÿÿgDf˜Å ˆÿÿ%`• Å ˆÿÿ”gDf˜ Å ˆÿÿ%`•8Å ˆÿÿ˜gDf˜8Å ˆÿÿ%`•ÐÅ ˆÿÿœgDf˜ÐÅ ˆÿÿ%`•hÅ ˆÿÿ gDf˜hÅ ˆÿÿ%`•Å ˆÿÿ¤gDf˜Å ˆÿÿ%`•@Å ˆÿÿ¨gDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ¬gDf˜¨Å ˆÿÿ%`•Å ˆÿÿ°gDf˜Å ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¸gDf˜>™ˆÿÿ%`•lˆÿÿ¼gDf˜lˆÿÿ%`•hlˆÿÿÀgDf˜hlˆÿÿ%`•ÐlˆÿÿÄgDf˜Ðlˆÿÿ%`•8lˆÿÿÈgDf˜8lˆÿÿ%`• lˆÿÿÌgDf˜ lˆÿÿ%`•lˆÿÿÐgDf˜lˆÿÿ%`•plˆÿÿÔgDf˜plˆÿÿ%`•Ø lˆÿÿØgDf˜Ø lˆÿÿ%`•@ lˆÿÿÜgDf˜@ lˆÿÿ%`•¨ lˆÿÿàgDf˜¨ lˆÿÿ%`•lˆÿÿägDf˜lˆÿÿ%`• ÅˆÿÿègDf˜ Åˆÿÿ%`•h¡ÅˆÿÿìgDf˜h¡Åˆÿÿ%`•ТňÿÿðgDf˜Ð¢Åˆÿÿ%`•8¤ÅˆÿÿôgDf˜8¤Åˆÿÿ%`• ¥ÅˆÿÿøgDf˜ ¥Åˆÿÿ%`•§ÅˆÿÿügDf˜§Åˆÿÿ%`•p¨ÅˆÿÿgDf˜p¨Åˆÿÿ%`•ةňÿÿgDf˜Ø©Åˆÿÿ%`•@«ÅˆÿÿgDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ gDf˜¨¬Åˆÿÿ%`•®ÅˆÿÿgDf˜®Åˆÿÿ%`•°¹ˆÿÿgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ$gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ(gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ,gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ0gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ4gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ8gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ<gDf˜¾¹ˆÿÿ%`•à ˆÿÿ@gDf˜à ˆÿÿ%`•há ˆÿÿDgDf˜há ˆÿÿ%`•Ðâ ˆÿÿHgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿLgDf˜8ä ˆÿÿ%`• å ˆÿÿPgDf˜ å ˆÿÿ%`•ç ˆÿÿTgDf˜ç ˆÿÿ%`•pè ˆÿÿXgDf˜pè ˆÿÿ%`•Øé ˆÿÿ\gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ`gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿdgDf˜¨ì ˆÿÿ%`•î ˆÿÿhgDf˜î ˆÿÿ%`•ˆÿÿlgDf˜ˆÿÿ%`•hˆÿÿpgDf˜hˆÿÿ%`•ЈÿÿtgDf˜Ðˆÿÿ%`•8ˆÿÿxgDf˜8ˆÿÿ%`• ˆÿÿ|gDf˜ ˆÿÿ%`•ˆÿÿ€gDf˜ˆÿÿ%`•pˆÿÿ„gDf˜pˆÿÿ%`•؈ÿÿˆgDf˜Øˆÿÿ%`•@ˆÿÿŒgDf˜@ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•ˆÿÿ”gDf˜ˆÿÿ%`•àˆÿÿ˜gDf˜àˆÿÿ%`•háˆÿÿœgDf˜háˆÿÿ%`•Ðâˆÿÿ gDf˜Ðâˆÿÿ%`•8äˆÿÿ¤gDf˜8äˆÿÿ%`• åˆÿÿ¨gDf˜ åˆÿÿ%`•çˆÿÿ¬gDf˜çˆÿÿ%`•pèˆÿÿ°gDf˜pèˆÿÿ%`•Øéˆÿÿ´gDf˜Øéˆÿÿ%`•@ëˆÿÿ¸gDf˜@ëˆÿÿ%`•¨ìˆÿÿ¼gDf˜¨ìˆÿÿ%`•îˆÿÿÀgDf˜îˆÿÿ%`• ߈ÿÿÄgDf˜ ߈ÿÿ%`•h!߈ÿÿÈgDf˜h!߈ÿÿ%`•Ð"߈ÿÿÌgDf˜Ð"߈ÿÿ%`•8$߈ÿÿÐgDf˜8$߈ÿÿ%`• %߈ÿÿÔgDf˜ %߈ÿÿ%`•'߈ÿÿØgDf˜'߈ÿÿ%`•p(߈ÿÿÜgDf˜p(߈ÿÿ%`•Ø)߈ÿÿägDf˜Ø)߈ÿÿ%`•@+߈ÿÿègDf˜@+߈ÿÿ%`•¨,߈ÿÿìgDf˜¨,߈ÿÿ%`•.߈ÿÿðgDf˜.߈ÿÿ%`•@$ˆÿÿôgDf˜@$ˆÿÿ%`•hA$ˆÿÿøgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿügDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿgDf˜8D$ˆÿÿ%`• E$ˆÿÿgDf˜ E$ˆÿÿ%`•G$ˆÿÿgDf˜G$ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`•ØI$ˆÿÿgDf˜ØI$ˆÿÿ%`•@K$ˆÿÿgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿgDf˜¨L$ˆÿÿ%`•N$ˆÿÿgDf˜N$ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•Ðrˆÿÿ(gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ,gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ0gDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ4gDf˜8Ôrˆÿÿ%`• Õrˆÿÿ8gDf˜ Õrˆÿÿ%`•×rˆÿÿ<gDf˜×rˆÿÿ%`•pØrˆÿÿ@gDf˜pØrˆÿÿ%`•ØÙrˆÿÿDgDf˜ØÙrˆÿÿ%`•@ÛrˆÿÿHgDf˜@Ûrˆÿÿ%`•¨ÜrˆÿÿLgDf˜¨Ürˆÿÿ%`•ÞrˆÿÿPgDf˜Þrˆÿÿ%`•¾ˆÿÿTgDf˜¾ˆÿÿ%`•h¾ˆÿÿXgDf˜h¾ˆÿÿ%`•оˆÿÿ\gDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿ`gDf˜8¾ˆÿÿ%`• ¾ˆÿÿdgDf˜ ¾ˆÿÿ%`•¾ˆÿÿhgDf˜¾ˆÿÿ%`•p¾ˆÿÿlgDf˜p¾ˆÿÿ%`•ؾˆÿÿpgDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿtgDf˜@¾ˆÿÿ%`•¨¾ˆÿÿxgDf˜¨¾ˆÿÿ%`•¾ˆÿÿ|gDf˜¾ˆÿÿ%`•ðʈÿÿ€gDf˜ðʈÿÿ%`•hñʈÿÿ„gDf˜hñʈÿÿ%`•ÐòʈÿÿˆgDf˜Ðòʈÿÿ%`•8ôʈÿÿŒgDf˜8ôʈÿÿ%`• õʈÿÿgDf˜ õʈÿÿ%`•÷ʈÿÿ”gDf˜÷ʈÿÿ%`•pøÊˆÿÿ˜gDf˜pøÊˆÿÿ%`•ØùʈÿÿœgDf˜Øùʈÿÿ%`•@ûʈÿÿ gDf˜@ûʈÿÿ%`•¨üʈÿÿ¤gDf˜¨üʈÿÿ%`•þʈÿÿ¨gDf˜þʈÿÿ%`•@/ˆÿÿ¬gDf˜@/ˆÿÿ%`•hA/ˆÿÿ°gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ´gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ¸gDf˜8D/ˆÿÿ%`• E/ˆÿÿ¼gDf˜ E/ˆÿÿ%`•G/ˆÿÿÀgDf˜G/ˆÿÿ%`•pH/ˆÿÿÄgDf˜pH/ˆÿÿ%`•ØI/ˆÿÿÈgDf˜ØI/ˆÿÿ%`•@K/ˆÿÿÌgDf˜@K/ˆÿÿ%`•¨L/ˆÿÿÐgDf˜¨L/ˆÿÿ%`•N/ˆÿÿÔgDf˜N/ˆÿÿ%`•P¹ˆÿÿØgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿÜgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿàgDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿägDf˜8T¹ˆÿÿ%`• U¹ˆÿÿègDf˜ U¹ˆÿÿ%`•W¹ˆÿÿìgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿðgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿôgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿøgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿügDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿgDf˜^¹ˆÿÿ%`•Ð@ ˆÿÿgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ$gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ(gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ,gDf˜Þ@ ˆÿÿ%`•  ˆÿÿ0gDf˜  ˆÿÿ%`•h! ˆÿÿ4gDf˜h! ˆÿÿ%`•Ð" ˆÿÿ8gDf˜Ð" ˆÿÿ%`•8$ ˆÿÿ<gDf˜8$ ˆÿÿ%`• % ˆÿÿ@gDf˜ % ˆÿÿ%`•' ˆÿÿDgDf˜' ˆÿÿ%`•p( ˆÿÿHgDf˜p( ˆÿÿ%`•Ø) ˆÿÿLgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿPgDf˜@+ ˆÿÿ%`•¨, ˆÿÿTgDf˜¨, ˆÿÿ%`•. ˆÿÿXgDf˜. ˆÿÿ%`•ˆÿÿ\gDf˜ˆÿÿ%`•hˆÿÿ`gDf˜hˆÿÿ%`•ЈÿÿdgDf˜Ðˆÿÿ%`•8ˆÿÿhgDf˜8ˆÿÿ%`• ˆÿÿlgDf˜ ˆÿÿ%`•ˆÿÿpgDf˜ˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`•Ø ˆÿÿxgDf˜Ø ˆÿÿ%`•@ ˆÿÿ|gDf˜@ ˆÿÿ%`•¨ ˆÿÿ€gDf˜¨ ˆÿÿ%`•ˆÿÿ„gDf˜ˆÿÿ%`•9 ˆÿÿˆgDf˜9 ˆÿÿ%`•h9 ˆÿÿŒgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ”gDf˜89 ˆÿÿ%`• 9 ˆÿÿ˜gDf˜ 9 ˆÿÿ%`•9 ˆÿÿœgDf˜9 ˆÿÿ%`•p9 ˆÿÿ gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ¤gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ¨gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ¬gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ°gDf˜9 ˆÿÿ%`•¨,߈ÿÿ´gDf˜¨,߈ÿÿ%`•@+߈ÿÿ¸gDf˜@+߈ÿÿ%`•Ø)߈ÿÿ¼gDf˜Ø)߈ÿÿ%`•p(߈ÿÿÀgDf˜p(߈ÿÿ%`•'߈ÿÿÄgDf˜'߈ÿÿ%`• %߈ÿÿÈgDf˜ %߈ÿÿ%`•8$߈ÿÿÌgDf˜8$߈ÿÿ%`•Ð"߈ÿÿÐgDf˜Ð"߈ÿÿ%`•h!߈ÿÿÔgDf˜h!߈ÿÿ%`• ߈ÿÿØgDf˜ ߈ÿÿ%`•à ˆÿÿÜgDf˜à ˆÿÿ%`•há ˆÿÿàgDf˜há ˆÿÿ%`•Ðâ ˆÿÿägDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿègDf˜8ä ˆÿÿ%`• å ˆÿÿìgDf˜ å ˆÿÿ%`•ç ˆÿÿðgDf˜ç ˆÿÿ%`•pè ˆÿÿôgDf˜pè ˆÿÿ%`•Øé ˆÿÿøgDf˜Øé ˆÿÿ%`•@ë ˆÿÿügDf˜@ë ˆÿÿ%`•¨ì ˆÿÿgDf˜¨ì ˆÿÿ%`•î ˆÿÿgDf˜î ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•h¡ ˆÿÿ gDf˜h¡ ˆÿÿ%`•Т ˆÿÿgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ$gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ(gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ,gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ0gDf˜® ˆÿÿ%`• ‰ ˆÿÿ4gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ8gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ<gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ@gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿDgDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿHgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿLgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿPgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿTgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿXgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ\gDf˜.‰ ˆÿÿ%`•àdˆÿÿ`gDf˜àdˆÿÿ%`•hádˆÿÿdgDf˜hádˆÿÿ%`•ÐâdˆÿÿhgDf˜Ðâdˆÿÿ%`•8ädˆÿÿlgDf˜8ädˆÿÿ%`• ådˆÿÿpgDf˜ ådˆÿÿ%`•çdˆÿÿtgDf˜çdˆÿÿ%`•pèdˆÿÿxgDf˜pèdˆÿÿ%`•Øédˆÿÿ|gDf˜Øédˆÿÿ%`•@ëdˆÿÿ€gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ„gDf˜¨ìdˆÿÿ%`•îdˆÿÿˆgDf˜îdˆÿÿ%`•.߈ÿÿŒgDf˜.߈ÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ”gDf˜>™ˆÿÿ%`•9 ˆÿÿ˜gDf˜9 ˆÿÿ%`•Ð@ ˆÿÿœgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ¤gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ¨gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ¬gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ°gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ´gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ¸gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ¼gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿÀgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿÄgDf˜Þ@ ˆÿÿ%`•`OˆÿÿÈgDf˜`Oˆÿÿ%`•haOˆÿÿÌgDf˜haOˆÿÿ%`•ÐbOˆÿÿÐgDf˜ÐbOˆÿÿ%`•8dOˆÿÿÔgDf˜8dOˆÿÿ%`• eOˆÿÿØgDf˜ eOˆÿÿ%`•gOˆÿÿÜgDf˜gOˆÿÿ%`•phOˆÿÿàgDf˜phOˆÿÿ%`•ØiOˆÿÿägDf˜ØiOˆÿÿ%`•@kOˆÿÿègDf˜@kOˆÿÿ%`•¨lOˆÿÿìgDf˜¨lOˆÿÿ%`•nOˆÿÿðgDf˜nOˆÿÿ%`•@$ˆÿÿôgDf˜@$ˆÿÿ%`•hA$ˆÿÿøgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿügDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿgDf˜8D$ˆÿÿ%`• E$ˆÿÿgDf˜ E$ˆÿÿ%`•G$ˆÿÿgDf˜G$ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`•ØI$ˆÿÿgDf˜ØI$ˆÿÿ%`•@K$ˆÿÿgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿgDf˜¨L$ˆÿÿ%`•N$ˆÿÿgDf˜N$ˆÿÿ%`•ðZˆÿÿ gDf˜ðZˆÿÿ%`•hñZˆÿÿ$gDf˜hñZˆÿÿ%`•ÐòZˆÿÿ(gDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ,gDf˜8ôZˆÿÿ%`• õZˆÿÿ0gDf˜ õZˆÿÿ%`•÷Zˆÿÿ4gDf˜÷Zˆÿÿ%`•pøZˆÿÿ8gDf˜pøZˆÿÿ%`•ØùZˆÿÿ<gDf˜ØùZˆÿÿ%`•@ûZˆÿÿ@gDf˜@ûZˆÿÿ%`•¨üZˆÿÿDgDf˜¨üZˆÿÿ%`•þZˆÿÿHgDf˜þZˆÿÿ%`•ЫˆÿÿLgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿPgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿTgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿXgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ\gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ`gDf˜׫ˆÿÿ%`•pØ«ˆÿÿdgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿhgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿlgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿpgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿtgDf˜Þ«ˆÿÿ%`•Ð' ˆÿÿxgDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿ|gDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿ€gDf˜ÐÒ' ˆÿÿ%`•8Ô' ˆÿÿ„gDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿˆgDf˜ Õ' ˆÿÿ%`•×' ˆÿÿŒgDf˜×' ˆÿÿ%`•pØ' ˆÿÿgDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿ”gDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿ˜gDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿœgDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿ gDf˜Þ' ˆÿÿ%`• I ˆÿÿ¤gDf˜ I ˆÿÿ%`•h¡I ˆÿÿ¨gDf˜h¡I ˆÿÿ%`•ТI ˆÿÿ¬gDf˜Ð¢I ˆÿÿ%`•8¤I ˆÿÿ°gDf˜8¤I ˆÿÿ%`• ¥I ˆÿÿ´gDf˜ ¥I ˆÿÿ%`•§I ˆÿÿ¸gDf˜§I ˆÿÿ%`•p¨I ˆÿÿ¼gDf˜p¨I ˆÿÿ%`•Ø©I ˆÿÿÀgDf˜Ø©I ˆÿÿ%`•@«I ˆÿÿÄgDf˜@«I ˆÿÿ%`•¨¬I ˆÿÿÈgDf˜¨¬I ˆÿÿ%`•®I ˆÿÿÌgDf˜®I ˆÿÿ%`•0«ˆÿÿÐgDf˜0«ˆÿÿ%`•h1«ˆÿÿÔgDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿØgDf˜Ð2«ˆÿÿ%`•84«ˆÿÿÜgDf˜84«ˆÿÿ%`• 5«ˆÿÿàgDf˜ 5«ˆÿÿ%`•7«ˆÿÿègDf˜7«ˆÿÿ%`•p8«ˆÿÿìgDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿðgDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿôgDf˜@;«ˆÿÿ%`•¨<«ˆÿÿøgDf˜¨<«ˆÿÿ%`•>«ˆÿÿügDf˜>«ˆÿÿ%`• …ˆÿÿgDf˜ …ˆÿÿ%`•h!…ˆÿÿgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ gDf˜8$…ˆÿÿ%`• %…ˆÿÿgDf˜ %…ˆÿÿ%`•'…ˆÿÿgDf˜'…ˆÿÿ%`•p(…ˆÿÿgDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿgDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ$gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ(gDf˜.…ˆÿÿ%`•9 ˆÿÿ,gDf˜9 ˆÿÿ%`•¨9 ˆÿÿ0gDf˜¨9 ˆÿÿ%`•@9 ˆÿÿ4gDf˜@9 ˆÿÿ%`•Ø9 ˆÿÿ8gDf˜Ø9 ˆÿÿ%`•p9 ˆÿÿ<gDf˜p9 ˆÿÿ%`•9 ˆÿÿ@gDf˜9 ˆÿÿ%`• 9 ˆÿÿDgDf˜ 9 ˆÿÿ%`•89 ˆÿÿHgDf˜89 ˆÿÿ%`•Ð9 ˆÿÿLgDf˜Ð9 ˆÿÿ%`•h9 ˆÿÿPgDf˜h9 ˆÿÿ%`• ߈ÿÿTgDf˜ ߈ÿÿ%`•h!߈ÿÿXgDf˜h!߈ÿÿ%`•Ð"߈ÿÿ\gDf˜Ð"߈ÿÿ%`•8$߈ÿÿ`gDf˜8$߈ÿÿ%`• %߈ÿÿdgDf˜ %߈ÿÿ%`•'߈ÿÿhgDf˜'߈ÿÿ%`•p(߈ÿÿlgDf˜p(߈ÿÿ%`•Ø)߈ÿÿpgDf˜Ø)߈ÿÿ%`•@+߈ÿÿtgDf˜@+߈ÿÿ%`•¨,߈ÿÿxgDf˜¨,߈ÿÿ%`•  ˆÿÿ|gDf˜  ˆÿÿ%`•0Ü ˆÿÿ€gDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ„gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿˆgDf˜Ð2Ü ˆÿÿ%`•84Ü ˆÿÿŒgDf˜84Ü ˆÿÿ%`• 5Ü ˆÿÿgDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ”gDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ˜gDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿœgDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ gDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ¤gDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ¨gDf˜>Ü ˆÿÿ%`•® ˆÿÿ¬gDf˜® ˆÿÿ%`•¨¬ ˆÿÿ°gDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ´gDf˜@« ˆÿÿ%`•Ø© ˆÿÿ¸gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ¼gDf˜p¨ ˆÿÿ%`•§ ˆÿÿÀgDf˜§ ˆÿÿ%`• ¥ ˆÿÿÄgDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿÈgDf˜8¤ ˆÿÿ%`•Т ˆÿÿÌgDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿÐgDf˜h¡ ˆÿÿ%`•À\ˆÿÿÔgDf˜À\ˆÿÿ%`•hÁ\ˆÿÿØgDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿÜgDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿàgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿägDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿègDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿìgDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿðgDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿôgDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿøgDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿügDf˜Î\ˆÿÿ%`•àCˆÿÿgDf˜àCˆÿÿ%`•háCˆÿÿgDf˜háCˆÿÿ%`•ÐâCˆÿÿgDf˜ÐâCˆÿÿ%`•8äCˆÿÿ gDf˜8äCˆÿÿ%`• åCˆÿÿgDf˜ åCˆÿÿ%`•çCˆÿÿgDf˜çCˆÿÿ%`•pèCˆÿÿgDf˜pèCˆÿÿ%`•ØéCˆÿÿgDf˜ØéCˆÿÿ%`•@ëCˆÿÿ gDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ$gDf˜¨ìCˆÿÿ%`•îCˆÿÿ(gDf˜îCˆÿÿ%`•.߈ÿÿ,gDf˜.߈ÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•9 ˆÿÿ8gDf˜9 ˆÿÿ%`•G$ˆÿÿ<gDf˜G$ˆÿÿ%`• E$ˆÿÿ@gDf˜ E$ˆÿÿ%`•8D$ˆÿÿDgDf˜8D$ˆÿÿ%`•ÐB$ˆÿÿHgDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿLgDf˜hA$ˆÿÿ%`•@$ˆÿÿPgDf˜@$ˆÿÿ%`•ðhˆÿÿTgDf˜ðhˆÿÿ%`•hñhˆÿÿXgDf˜hñhˆÿÿ%`•Ðòhˆÿÿ\gDf˜Ðòhˆÿÿ%`•8ôhˆÿÿ`gDf˜8ôhˆÿÿ%`• õhˆÿÿdgDf˜ õhˆÿÿ%`•÷hˆÿÿhgDf˜÷hˆÿÿ%`•pøhˆÿÿlgDf˜pøhˆÿÿ%`•ØùhˆÿÿpgDf˜Øùhˆÿÿ%`•@ûhˆÿÿtgDf˜@ûhˆÿÿ%`•¨ühˆÿÿxgDf˜¨ühˆÿÿ%`•þhˆÿÿ|gDf˜þhˆÿÿ%`•Ðrˆÿÿ€gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ„gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿˆgDf˜ÐÒrˆÿÿ%`•8ÔrˆÿÿŒgDf˜8Ôrˆÿÿ%`• ÕrˆÿÿgDf˜ Õrˆÿÿ%`•×rˆÿÿ”gDf˜×rˆÿÿ%`•pØrˆÿÿ˜gDf˜pØrˆÿÿ%`•ØÙrˆÿÿœgDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ¤gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ¨gDf˜Þrˆÿÿ%`•N$ˆÿÿ¬gDf˜N$ˆÿÿ%`•¨L$ˆÿÿ°gDf˜¨L$ˆÿÿ%`•@K$ˆÿÿ´gDf˜@K$ˆÿÿ%`•ØI$ˆÿÿ¸gDf˜ØI$ˆÿÿ%`•pH$ˆÿÿ¼gDf˜pH$ˆÿÿ%`• Õ' ˆÿÿÀgDf˜ Õ' ˆÿÿ%`•8Ô' ˆÿÿÄgDf˜8Ô' ˆÿÿ%`•ÐÒ' ˆÿÿÈgDf˜ÐÒ' ˆÿÿ%`•hÑ' ˆÿÿÌgDf˜hÑ' ˆÿÿ%`•Ð' ˆÿÿÐgDf˜Ð' ˆÿÿ%`•ЫˆÿÿÔgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿØgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿÜgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿàgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿägDf˜ Õ«ˆÿÿ%`•׫ˆÿÿègDf˜׫ˆÿÿ%`•pØ«ˆÿÿìgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿðgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿôgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿøgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿügDf˜Þ«ˆÿÿ%`•ðZˆÿÿgDf˜ðZˆÿÿ%`•hñZˆÿÿgDf˜hñZˆÿÿ%`•ÐòZˆÿÿgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ gDf˜8ôZˆÿÿ%`• õZˆÿÿgDf˜ õZˆÿÿ%`•÷ZˆÿÿgDf˜÷Zˆÿÿ%`•pøZˆÿÿgDf˜pøZˆÿÿ%`•ØùZˆÿÿgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ gDf˜@ûZˆÿÿ%`•¨üZˆÿÿ$gDf˜¨üZˆÿÿ%`•þZˆÿÿ(gDf˜þZˆÿÿ%`•Þ' ˆÿÿ,gDf˜Þ' ˆÿÿ%`•¨Ü' ˆÿÿ0gDf˜¨Ü' ˆÿÿ%`•@Û' ˆÿÿ4gDf˜@Û' ˆÿÿ%`•ØÙ' ˆÿÿ8gDf˜ØÙ' ˆÿÿ%`•pØ' ˆÿÿ<gDf˜pØ' ˆÿÿ%`•×' ˆÿÿ@gDf˜×' ˆÿÿ%`•8$…ˆÿÿDgDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿHgDf˜Ð"…ˆÿÿ%`•h!…ˆÿÿLgDf˜h!…ˆÿÿ%`• …ˆÿÿPgDf˜ …ˆÿÿ%`•àˆÿÿTgDf˜àˆÿÿ%`•háˆÿÿXgDf˜háˆÿÿ%`•Ðâˆÿÿ\gDf˜Ðâˆÿÿ%`•8äˆÿÿ`gDf˜8äˆÿÿ%`• åˆÿÿdgDf˜ åˆÿÿ%`•çˆÿÿhgDf˜çˆÿÿ%`•pèˆÿÿlgDf˜pèˆÿÿ%`•ØéˆÿÿpgDf˜Øéˆÿÿ%`•@ëˆÿÿtgDf˜@ëˆÿÿ%`•¨ìˆÿÿxgDf˜¨ìˆÿÿ%`•îˆÿÿ|gDf˜îˆÿÿ%`•À²ˆÿÿ€gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿ„gDf˜hÁ²ˆÿÿ%`•вˆÿÿˆgDf˜Ð²ˆÿÿ%`•8IJˆÿÿŒgDf˜8IJˆÿÿ%`• Å²ˆÿÿgDf˜ Å²ˆÿÿ%`•Dzˆÿÿ”gDf˜Dzˆÿÿ%`•pȲˆÿÿ˜gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿœgDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ¤gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ¨gDf˜βˆÿÿ%`•.…ˆÿÿ¬gDf˜.…ˆÿÿ%`•¨,…ˆÿÿ°gDf˜¨,…ˆÿÿ%`•@+…ˆÿÿ´gDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿ¸gDf˜Ø)…ˆÿÿ%`•p(…ˆÿÿ¼gDf˜p(…ˆÿÿ%`•'…ˆÿÿÀgDf˜'…ˆÿÿ%`• %…ˆÿÿÄgDf˜ %…ˆÿÿ%`•h9 ˆÿÿÈgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿÌgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿÐgDf˜89 ˆÿÿ%`• 9 ˆÿÿÔgDf˜ 9 ˆÿÿ%`•9 ˆÿÿØgDf˜9 ˆÿÿ%`•p9 ˆÿÿÜgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿàgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿägDf˜@9 ˆÿÿ%`•¨9 ˆÿÿègDf˜¨9 ˆÿÿ%`•9 ˆÿÿìgDf˜9 ˆÿÿ%`•¨,߈ÿÿðgDf˜¨,߈ÿÿ%`•@+߈ÿÿôgDf˜@+߈ÿÿ%`•Ø)߈ÿÿøgDf˜Ø)߈ÿÿ%`•p(߈ÿÿügDf˜p(߈ÿÿ%`•'߈ÿÿgDf˜'߈ÿÿ%`• %߈ÿÿgDf˜ %߈ÿÿ%`•8$߈ÿÿgDf˜8$߈ÿÿ%`•Ð"߈ÿÿ gDf˜Ð"߈ÿÿ%`•h!߈ÿÿgDf˜h!߈ÿÿ%`• ߈ÿÿgDf˜ ߈ÿÿ%`•8äCˆÿÿgDf˜8äCˆÿÿ%`•ÐâCˆÿÿgDf˜ÐâCˆÿÿ%`•háCˆÿÿ gDf˜háCˆÿÿ%`•àCˆÿÿ$gDf˜àCˆÿÿ%`• ½ˆÿÿ(gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ,gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ0gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ4gDf˜8$½ˆÿÿ%`• %½ˆÿÿ8gDf˜ %½ˆÿÿ%`•'½ˆÿÿ<gDf˜'½ˆÿÿ%`•p(½ˆÿÿ@gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿDgDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿHgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿLgDf˜¨,½ˆÿÿ%`•.½ˆÿÿPgDf˜.½ˆÿÿ%`•À\ˆÿÿTgDf˜À\ˆÿÿ%`•hÁ\ˆÿÿXgDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ\gDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ`gDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿdgDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿhgDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿlgDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿpgDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿtgDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿxgDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ|gDf˜Î\ˆÿÿ%`•° ˆÿÿ€gDf˜° ˆÿÿ%`•h± ˆÿÿ„gDf˜h± ˆÿÿ%`•в ˆÿÿˆgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿŒgDf˜8´ ˆÿÿ%`• µ ˆÿÿgDf˜ µ ˆÿÿ%`•· ˆÿÿ”gDf˜· ˆÿÿ%`•p¸ ˆÿÿ˜gDf˜p¸ ˆÿÿ%`•ع ˆÿÿœgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿ gDf˜@» ˆÿÿ%`•¨¼ ˆÿÿ¤gDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ¨gDf˜¾ ˆÿÿ%`•îCˆÿÿ¬gDf˜îCˆÿÿ%`•¨ìCˆÿÿ°gDf˜¨ìCˆÿÿ%`•@ëCˆÿÿ´gDf˜@ëCˆÿÿ%`•ØéCˆÿÿ¸gDf˜ØéCˆÿÿ%`•pèCˆÿÿ¼gDf˜pèCˆÿÿ%`•çCˆÿÿÀgDf˜çCˆÿÿ%`• åCˆÿÿÄgDf˜ åCˆÿÿ%`•.߈ÿÿÈgDf˜.߈ÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÐgDf˜>™ˆÿÿ%`•9 ˆÿÿÔgDf˜9 ˆÿÿ%`•@$ˆÿÿØgDf˜@$ˆÿÿ%`•hA$ˆÿÿÜgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿàgDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿägDf˜8D$ˆÿÿ%`• E$ˆÿÿìgDf˜ E$ˆÿÿ%`•G$ˆÿÿðgDf˜G$ˆÿÿ%`•8ÔrˆÿÿôgDf˜8Ôrˆÿÿ%`•ÐÒrˆÿÿøgDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿügDf˜hÑrˆÿÿ%`•ÐrˆÿÿgDf˜Ðrˆÿÿ%`• MˆÿÿgDf˜ Mˆÿÿ%`•h!MˆÿÿgDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ gDf˜Ð"Mˆÿÿ%`•8$MˆÿÿgDf˜8$Mˆÿÿ%`• %MˆÿÿgDf˜ %Mˆÿÿ%`•'MˆÿÿgDf˜'Mˆÿÿ%`•p(MˆÿÿgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ$gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ(gDf˜¨,Mˆÿÿ%`•.Mˆÿÿ,gDf˜.Mˆÿÿ%`•Þrˆÿÿ0gDf˜Þrˆÿÿ%`•¨Ürˆÿÿ4gDf˜¨Ürˆÿÿ%`•@Ûrˆÿÿ8gDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿ<gDf˜ØÙrˆÿÿ%`•pØrˆÿÿ@gDf˜pØrˆÿÿ%`•×rˆÿÿDgDf˜×rˆÿÿ%`• ÕrˆÿÿHgDf˜ Õrˆÿÿ%`•pH$ˆÿÿLgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿPgDf˜ØI$ˆÿÿ%`•@K$ˆÿÿTgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿXgDf˜¨L$ˆÿÿ%`•N$ˆÿÿ\gDf˜N$ˆÿÿ%`•Ð' ˆÿÿ`gDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿdgDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿhgDf˜ÐÒ' ˆÿÿ%`•8Ô' ˆÿÿlgDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿpgDf˜ Õ' ˆÿÿ%`•8ôZˆÿÿtgDf˜8ôZˆÿÿ%`•ÐòZˆÿÿxgDf˜ÐòZˆÿÿ%`•hñZˆÿÿ|gDf˜hñZˆÿÿ%`•ðZˆÿÿ€gDf˜ðZˆÿÿ%`•  ˆÿÿ„gDf˜  ˆÿÿ%`•h¡ ˆÿÿˆgDf˜h¡ ˆÿÿ%`•Т ˆÿÿŒgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ”gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ˜gDf˜§ ˆÿÿ%`•p¨ ˆÿÿœgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ¤gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ¨gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ¬gDf˜® ˆÿÿ%`•þZˆÿÿ°gDf˜þZˆÿÿ%`•¨üZˆÿÿ´gDf˜¨üZˆÿÿ%`•@ûZˆÿÿ¸gDf˜@ûZˆÿÿ%`•ØùZˆÿÿ¼gDf˜ØùZˆÿÿ%`•pøZˆÿÿÀgDf˜pøZˆÿÿ%`•÷ZˆÿÿÄgDf˜÷Zˆÿÿ%`• õZˆÿÿÈgDf˜ õZˆÿÿ%`•×' ˆÿÿÌgDf˜×' ˆÿÿ%`•pØ' ˆÿÿÐgDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿÔgDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿØgDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿÜgDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿàgDf˜Þ' ˆÿÿ%`• …ˆÿÿägDf˜ …ˆÿÿ%`•h!…ˆÿÿègDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿìgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿðgDf˜8$…ˆÿÿ%`•8IJˆÿÿôgDf˜8IJˆÿÿ%`•вˆÿÿøgDf˜Ð²ˆÿÿ%`•hÁ²ˆÿÿügDf˜hÁ²ˆÿÿ%`•À²ˆÿÿgDf˜À²ˆÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•h¡ÅˆÿÿgDf˜h¡Åˆÿÿ%`•Тňÿÿ gDf˜Ð¢Åˆÿÿ%`•8¤ÅˆÿÿgDf˜8¤Åˆÿÿ%`• ¥ÅˆÿÿgDf˜ ¥Åˆÿÿ%`•§ÅˆÿÿgDf˜§Åˆÿÿ%`•p¨ÅˆÿÿgDf˜p¨Åˆÿÿ%`•ةňÿÿ gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ$gDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ(gDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ,gDf˜®Åˆÿÿ%`•βˆÿÿ0gDf˜βˆÿÿ%`•¨Ì²ˆÿÿ4gDf˜¨Ì²ˆÿÿ%`•@˲ˆÿÿ8gDf˜@˲ˆÿÿ%`•ØÉ²ˆÿÿ<gDf˜ØÉ²ˆÿÿ%`•pȲˆÿÿ@gDf˜pȲˆÿÿ%`•DzˆÿÿDgDf˜Dzˆÿÿ%`• Å²ˆÿÿHgDf˜ Å²ˆÿÿ%`• %…ˆÿÿLgDf˜ %…ˆÿÿ%`•'…ˆÿÿPgDf˜'…ˆÿÿ%`•p(…ˆÿÿTgDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿXgDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ\gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ`gDf˜¨,…ˆÿÿ%`•.…ˆÿÿdgDf˜.…ˆÿÿ%`•9 ˆÿÿhgDf˜9 ˆÿÿ%`•¨9 ˆÿÿlgDf˜¨9 ˆÿÿ%`•@9 ˆÿÿpgDf˜@9 ˆÿÿ%`•Ø9 ˆÿÿtgDf˜Ø9 ˆÿÿ%`•p9 ˆÿÿxgDf˜p9 ˆÿÿ%`•9 ˆÿÿ|gDf˜9 ˆÿÿ%`• 9 ˆÿÿ€gDf˜ 9 ˆÿÿ%`•89 ˆÿÿ„gDf˜89 ˆÿÿ%`•Ð9 ˆÿÿˆgDf˜Ð9 ˆÿÿ%`•h9 ˆÿÿŒgDf˜h9 ˆÿÿ%`• ߈ÿÿgDf˜ ߈ÿÿ%`•h!߈ÿÿ”gDf˜h!߈ÿÿ%`•Ð"߈ÿÿ˜gDf˜Ð"߈ÿÿ%`•8$߈ÿÿœgDf˜8$߈ÿÿ%`• %߈ÿÿ gDf˜ %߈ÿÿ%`•'߈ÿÿ¤gDf˜'߈ÿÿ%`•p(߈ÿÿ¨gDf˜p(߈ÿÿ%`•Ø)߈ÿÿ¬gDf˜Ø)߈ÿÿ%`•@+߈ÿÿ°gDf˜@+߈ÿÿ%`•¨,߈ÿÿ´gDf˜¨,߈ÿÿ%`•àCˆÿÿ¸gDf˜àCˆÿÿ%`•háCˆÿÿ¼gDf˜háCˆÿÿ%`•ÐâCˆÿÿÀgDf˜ÐâCˆÿÿ%`•8äCˆÿÿÄgDf˜8äCˆÿÿ%`•8´ ˆÿÿÈgDf˜8´ ˆÿÿ%`•в ˆÿÿÌgDf˜Ð² ˆÿÿ%`•h± ˆÿÿÐgDf˜h± ˆÿÿ%`•° ˆÿÿÔgDf˜° ˆÿÿ%`•€ˆÿÿØgDf˜€ˆÿÿ%`•hˆÿÿÜgDf˜hˆÿÿ%`•ЂˆÿÿàgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿägDf˜8„ˆÿÿ%`• …ˆÿÿègDf˜ …ˆÿÿ%`•‡ˆÿÿìgDf˜‡ˆÿÿ%`•pˆˆÿÿðgDf˜pˆˆÿÿ%`•؉ˆÿÿôgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿøgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿügDf˜¨Œˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•À\ˆÿÿgDf˜À\ˆÿÿ%`•hÁ\ˆÿÿgDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ gDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿgDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿgDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿgDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ$gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ(gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ,gDf˜Î\ˆÿÿ%`•¾ ˆÿÿ0gDf˜¾ ˆÿÿ%`•¨¼ ˆÿÿ4gDf˜¨¼ ˆÿÿ%`•@» ˆÿÿ8gDf˜@» ˆÿÿ%`•ع ˆÿÿ<gDf˜Ø¹ ˆÿÿ%`•p¸ ˆÿÿ@gDf˜p¸ ˆÿÿ%`•· ˆÿÿDgDf˜· ˆÿÿ%`• µ ˆÿÿHgDf˜ µ ˆÿÿ%`• åCˆÿÿLgDf˜ åCˆÿÿ%`•çCˆÿÿPgDf˜çCˆÿÿ%`•pèCˆÿÿTgDf˜pèCˆÿÿ%`•ØéCˆÿÿXgDf˜ØéCˆÿÿ%`•@ëCˆÿÿ\gDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ`gDf˜¨ìCˆÿÿ%`•îCˆÿÿdgDf˜îCˆÿÿ%`•.߈ÿÿhgDf˜.߈ÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`•¨<™ˆÿÿpgDf˜¨<™ˆÿÿ%`•9 ˆÿÿtgDf˜9 ˆÿÿ%`•G$ˆÿÿxgDf˜G$ˆÿÿ%`• E$ˆÿÿ|gDf˜ E$ˆÿÿ%`•8D$ˆÿÿ€gDf˜8D$ˆÿÿ%`•ÐB$ˆÿÿ„gDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿˆgDf˜hA$ˆÿÿ%`•@$ˆÿÿŒgDf˜@$ˆÿÿ%`•N$ˆÿÿgDf˜N$ˆÿÿ%`•¨L$ˆÿÿ”gDf˜¨L$ˆÿÿ%`•@K$ˆÿÿ˜gDf˜@K$ˆÿÿ%`•ØI$ˆÿÿœgDf˜ØI$ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`• Õ' ˆÿÿ¤gDf˜ Õ' ˆÿÿ%`•8Ô' ˆÿÿ¨gDf˜8Ô' ˆÿÿ%`•ÐÒ' ˆÿÿ¬gDf˜ÐÒ' ˆÿÿ%`•hÑ' ˆÿÿ°gDf˜hÑ' ˆÿÿ%`•Ð' ˆÿÿ´gDf˜Ð' ˆÿÿ%`•ðZˆÿÿ¸gDf˜ðZˆÿÿ%`•hñZˆÿÿ¼gDf˜hñZˆÿÿ%`•ÐòZˆÿÿÀgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿÄgDf˜8ôZˆÿÿ%`•8¤ ˆÿÿÈgDf˜8¤ ˆÿÿ%`•Т ˆÿÿÌgDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿÐgDf˜h¡ ˆÿÿ%`•  ˆÿÿÔgDf˜  ˆÿÿ%`•ÀœˆÿÿØgDf˜Àœˆÿÿ%`•hÁœˆÿÿÜgDf˜hÁœˆÿÿ%`•МˆÿÿàgDf˜Ðœˆÿÿ%`•8ÄœˆÿÿägDf˜8Äœˆÿÿ%`• ÅœˆÿÿègDf˜ Åœˆÿÿ%`•ÇœˆÿÿìgDf˜Çœˆÿÿ%`•pÈœˆÿÿðgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿôgDf˜ØÉœˆÿÿ%`•@ËœˆÿÿøgDf˜@Ëœˆÿÿ%`•¨ÌœˆÿÿügDf˜¨Ìœˆÿÿ%`•ΜˆÿÿgDf˜Μˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•h!ˆÿÿgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ gDf˜Ð"ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`• %ˆÿÿgDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ$gDf˜@+ˆÿÿ%`•¨,ˆÿÿ(gDf˜¨,ˆÿÿ%`•.ˆÿÿ,gDf˜.ˆÿÿ%`•® ˆÿÿ0gDf˜® ˆÿÿ%`•¨¬ ˆÿÿ4gDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ8gDf˜@« ˆÿÿ%`•Ø© ˆÿÿ<gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ@gDf˜p¨ ˆÿÿ%`•§ ˆÿÿDgDf˜§ ˆÿÿ%`• ¥ ˆÿÿHgDf˜ ¥ ˆÿÿ%`• õZˆÿÿLgDf˜ õZˆÿÿ%`•÷ZˆÿÿPgDf˜÷Zˆÿÿ%`•pøZˆÿÿTgDf˜pøZˆÿÿ%`•ØùZˆÿÿXgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ\gDf˜@ûZˆÿÿ%`•¨üZˆÿÿ`gDf˜¨üZˆÿÿ%`•þZˆÿÿdgDf˜þZˆÿÿ%`•Þ' ˆÿÿhgDf˜Þ' ˆÿÿ%`•¨Ü' ˆÿÿlgDf˜¨Ü' ˆÿÿ%`•@Û' ˆÿÿpgDf˜@Û' ˆÿÿ%`•ØÙ' ˆÿÿtgDf˜ØÙ' ˆÿÿ%`•pØ' ˆÿÿxgDf˜pØ' ˆÿÿ%`•×' ˆÿÿ|gDf˜×' ˆÿÿ%`•8$…ˆÿÿ€gDf˜8$…ˆÿÿ%`•Ð"…ˆÿÿ„gDf˜Ð"…ˆÿÿ%`•h!…ˆÿÿˆgDf˜h!…ˆÿÿ%`• …ˆÿÿŒgDf˜ …ˆÿÿ%`•.…ˆÿÿgDf˜.…ˆÿÿ%`•¨,…ˆÿÿ”gDf˜¨,…ˆÿÿ%`•@+…ˆÿÿ˜gDf˜@+…ˆÿÿ%`•Ø)…ˆÿÿœgDf˜Ø)…ˆÿÿ%`•p(…ˆÿÿ gDf˜p(…ˆÿÿ%`•'…ˆÿÿ¤gDf˜'…ˆÿÿ%`• %…ˆÿÿ¨gDf˜ %…ˆÿÿ%`•h9 ˆÿÿ¬gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ°gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ´gDf˜89 ˆÿÿ%`• 9 ˆÿÿ¸gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ¼gDf˜9 ˆÿÿ%`•p9 ˆÿÿÀgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿÄgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿÈgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿÌgDf˜¨9 ˆÿÿ%`•9 ˆÿÿÐgDf˜9 ˆÿÿ%`• ߈ÿÿÔgDf˜ ߈ÿÿ%`•Å ˆÿÿØgDf˜Å ˆÿÿ%`•hÅ ˆÿÿÜgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿàgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿägDf˜8Å ˆÿÿ%`• Å ˆÿÿègDf˜ Å ˆÿÿ%`•Å ˆÿÿðgDf˜Å ˆÿÿ%`•pÅ ˆÿÿôgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿøgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿügDf˜@Å ˆÿÿ%`•¨Å ˆÿÿgDf˜¨Å ˆÿÿ%`•Å ˆÿÿgDf˜Å ˆÿÿ%`• &ˆÿÿgDf˜ &ˆÿÿ%`•h!&ˆÿÿ gDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿgDf˜8$&ˆÿÿ%`• %&ˆÿÿgDf˜ %&ˆÿÿ%`•'&ˆÿÿgDf˜'&ˆÿÿ%`•p(&ˆÿÿ gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ$gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ(gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ,gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ0gDf˜.&ˆÿÿ%`•¨,߈ÿÿ4gDf˜¨,߈ÿÿ%`•@+߈ÿÿ8gDf˜@+߈ÿÿ%`•Ø)߈ÿÿ<gDf˜Ø)߈ÿÿ%`•p(߈ÿÿ@gDf˜p(߈ÿÿ%`•'߈ÿÿDgDf˜'߈ÿÿ%`• %߈ÿÿHgDf˜ %߈ÿÿ%`•8$߈ÿÿLgDf˜8$߈ÿÿ%`•Ð"߈ÿÿPgDf˜Ð"߈ÿÿ%`•h!߈ÿÿTgDf˜h!߈ÿÿ%`•8äCˆÿÿXgDf˜8äCˆÿÿ%`•ÐâCˆÿÿ\gDf˜ÐâCˆÿÿ%`•háCˆÿÿ`gDf˜háCˆÿÿ%`•àCˆÿÿdgDf˜àCˆÿÿ%`•° ˆÿÿhgDf˜° ˆÿÿ%`•h± ˆÿÿlgDf˜h± ˆÿÿ%`•в ˆÿÿpgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿtgDf˜8´ ˆÿÿ%`•8Ä\ˆÿÿxgDf˜8Ä\ˆÿÿ%`•ÐÂ\ˆÿÿ|gDf˜ÐÂ\ˆÿÿ%`•hÁ\ˆÿÿ€gDf˜hÁ\ˆÿÿ%`•À\ˆÿÿ„gDf˜À\ˆÿÿ%`•P̈ÿÿˆgDf˜P̈ÿÿ%`•hQ̈ÿÿŒgDf˜hQ̈ÿÿ%`•ÐR̈ÿÿgDf˜ÐR̈ÿÿ%`•8T̈ÿÿ”gDf˜8T̈ÿÿ%`• Üÿÿ˜gDf˜ Üÿÿ%`•ẄÿÿœgDf˜Ẅÿÿ%`•pẌÿÿ gDf˜pẌÿÿ%`•ØŸÿÿ¤gDf˜ØŸÿÿ%`•@[̈ÿÿ¨gDf˜@[̈ÿÿ%`•¨\̈ÿÿ¬gDf˜¨\̈ÿÿ%`•^̈ÿÿ°gDf˜^̈ÿÿ%`•Î\ˆÿÿ´gDf˜Î\ˆÿÿ%`•¨Ì\ˆÿÿ¸gDf˜¨Ì\ˆÿÿ%`•@Ë\ˆÿÿ¼gDf˜@Ë\ˆÿÿ%`•ØÉ\ˆÿÿÀgDf˜ØÉ\ˆÿÿ%`•pÈ\ˆÿÿÄgDf˜pÈ\ˆÿÿ%`•Ç\ˆÿÿÈgDf˜Ç\ˆÿÿ%`• Å\ˆÿÿÌgDf˜ Å\ˆÿÿ%`• µ ˆÿÿÐgDf˜ µ ˆÿÿ%`•· ˆÿÿÔgDf˜· ˆÿÿ%`•p¸ ˆÿÿØgDf˜p¸ ˆÿÿ%`•ع ˆÿÿÜgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿàgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿägDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿègDf˜¾ ˆÿÿ%`•îCˆÿÿìgDf˜îCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•îCˆÿÿ gDf˜îCˆÿÿ%`•háCˆÿÿ7ègDf˜háCˆÿÿ%`•ÐâCˆÿÿ`ÈgDf˜ÐâCˆÿÿ%`•àCˆÿÿ gDf˜àCˆÿÿ%`•8äCˆÿÿgDf˜8äCˆÿÿ%`•ØéCˆÿÿƒ,gDf˜ØéCˆÿÿ%`•@ëCˆÿÿƒ4gDf˜@ëCˆÿÿ%`•¨ìCˆÿÿÑdgDf˜¨ìCˆÿÿ%`•çCˆÿÿìlgDf˜çCˆÿÿ%`• åCˆÿÿ! gDf˜ åCˆÿÿ%`•pèCˆÿÿƒ<gDf˜pèCˆÿÿ%`•pèCˆÿÿ gDf˜pèCˆÿÿ%`•pèCˆÿÿôgDf˜pèCˆÿÿ%`• åCˆÿÿøgDf˜ åCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`• åCˆÿÿüügDf˜ åCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`• åCˆÿÿüôgDf˜ åCˆÿÿ%`•háCˆÿÿô$gDf˜háCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!gDf˜'ˆÿÿ%`•háCˆÿÿ!ügDf˜háCˆÿÿ%`• åCˆÿÿ#ÜgDf˜ åCˆÿÿ%`•àCˆÿÿ#øügDf˜àCˆÿÿ%`•îCˆÿÿ%ôgDf˜îCˆÿÿ%`•¨ìCˆÿÿ%øügDf˜¨ìCˆÿÿ%`•çCˆÿÿ'ôgDf˜çCˆÿÿ%`•ÐâCˆÿÿ'üügDf˜ÐâCˆÿÿ%`•8äCˆÿÿ)øgDf˜8äCˆÿÿ%`•ØéCˆÿÿ)ü°gDf˜ØéCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*¬gDf˜'ˆÿÿ%`•çCˆÿÿ{°gDf˜çCˆÿÿ%`•ØéCˆÿÿgDf˜ØéCˆÿÿ%`•ØéCˆÿÿ gDf˜ØéCˆÿÿ%`•ØéCˆÿÿzL gDf˜ØéCˆÿÿ%`•çCˆÿÿ{gDf˜çCˆÿÿ%`•çCˆÿÿ gDf˜çCˆÿÿ%`•çCˆÿÿgDf˜çCˆÿÿ%`•ØéCˆÿÿ/øgDf˜ØéCˆÿÿ%`•ØéCˆÿÿ gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ~gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ{tgDf˜ØéCˆÿÿ%`•ØéCˆÿÿ gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ!gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ gDf˜ØéCˆÿÿ%`•ØéCˆÿÿ*°gDf˜ØéCˆÿÿ%`•çCˆÿÿ*´HgDf˜çCˆÿÿ%`•ÐâCˆÿÿ,ügDf˜ÐâCˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,ügDf˜'ˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ- gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ- gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-$gDf˜ÐâCˆÿÿ%`•ÐâCˆÿÿ-(gDf˜ÐâCˆÿÿ%`•háCˆÿÿ-,gDf˜háCˆÿÿ%`•@ëCˆÿÿ-0gDf˜@ëCˆÿÿ%`•pèCˆÿÿ-4gDf˜pèCˆÿÿ%`•pèCˆÿÿ-8gDf˜pèCˆÿÿ%`•@ëCˆÿÿ-<gDf˜@ëCˆÿÿ%`•háCˆÿÿ-@gDf˜háCˆÿÿ%`•ÐâCˆÿÿ-DgDf˜ÐâCˆÿÿ%`• åCˆÿÿ-HgDf˜ åCˆÿÿ%`•àCˆÿÿ-LgDf˜àCˆÿÿ%`•îCˆÿÿ-PgDf˜îCˆÿÿ%`•¨ìCˆÿÿ-TgDf˜¨ìCˆÿÿ%`•8äCˆÿÿ-XgDf˜8äCˆÿÿ%`•çCˆÿÿ-\gDf˜çCˆÿÿ%`•ØéCˆÿÿ-`gDf˜ØéCˆÿÿ%`•¨<™ˆÿÿ-dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ-hgDf˜>™ˆÿÿ%`•Гˆÿÿ-lgDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ-pgDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ-tgDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ-xgDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ-|gDf˜ Õ“ˆÿÿ%`• Õ“ˆÿÿ-€gDf˜ Õ“ˆÿÿ%`•8Ô“ˆÿÿ-„gDf˜8Ô“ˆÿÿ%`•ÐÒ“ˆÿÿ-ˆgDf˜ÐÒ“ˆÿÿ%`•hÑ“ˆÿÿ-ŒgDf˜hÑ“ˆÿÿ%`•Гˆÿÿ-gDf˜Ð“ˆÿÿ%`•דˆÿÿ-”gDf˜דˆÿÿ%`•pØ“ˆÿÿ-˜gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ-œgDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ- gDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ-¤gDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ-¨gDf˜Þ“ˆÿÿ%`•>™ˆÿÿ-¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ-°gDf˜¨<™ˆÿÿ%`• ˆÿÿ-´gDf˜ ˆÿÿ%`•h!ˆÿÿ-¸gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ-¼gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ-ÀgDf˜8$ˆÿÿ%`• %ˆÿÿ-ÄgDf˜ %ˆÿÿ%`•'ˆÿÿ-ÈgDf˜'ˆÿÿ%`•p(ˆÿÿ-ÌgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ-ÐgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ-ÔgDf˜@+ˆÿÿ%`•¨,ˆÿÿ-ØgDf˜¨,ˆÿÿ%`•.ˆÿÿ-ÜgDf˜.ˆÿÿ%`•à‰ˆÿÿ-àgDf˜à‰ˆÿÿ%`•hቈÿÿ-ägDf˜hቈÿÿ%`•Ð≈ÿÿ-ègDf˜Ð≈ÿÿ%`•8䉈ÿÿ-ìgDf˜8䉈ÿÿ%`• å‰ˆÿÿ-ðgDf˜ å‰ˆÿÿ%`•版ÿÿ-ôgDf˜ç‰ˆÿÿ%`•p艈ÿÿ-øgDf˜p艈ÿÿ%`•Øé‰ˆÿÿ-ügDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ.gDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ.gDf˜¨ì‰ˆÿÿ%`•ÿÿ.gDf˜î‰ˆÿÿ%`•À*ˆÿÿ. gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ.gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ.gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ.gDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ.gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ. gDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ.$gDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ.(gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ.,gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ.0gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ.4gDf˜Î*ˆÿÿ%`• ã ˆÿÿ.8gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ.<gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ.@gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ.DgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ.HgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ.LgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ.PgDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ.TgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ.XgDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ.\gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ.`gDf˜.ã ˆÿÿ%`•À ˆÿÿ.dgDf˜À ˆÿÿ%`•hÁ ˆÿÿ.hgDf˜hÁ ˆÿÿ%`•Рˆÿÿ.lgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ.pgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ.tgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ.xgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ.|gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ.€gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ.„gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ.ˆgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ.ŒgDf˜Î ˆÿÿ%`•¨<™ˆÿÿ.gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ.”gDf˜>™ˆÿÿ%`•À*ˆÿÿ.˜gDf˜À*ˆÿÿ%`•@¼ˆÿÿ.œgDf˜@¼ˆÿÿ%`•hA¼ˆÿÿ. gDf˜hA¼ˆÿÿ%`•ÐB¼ˆÿÿ.¤gDf˜ÐB¼ˆÿÿ%`•8D¼ˆÿÿ.¨gDf˜8D¼ˆÿÿ%`• E¼ˆÿÿ.¬gDf˜ E¼ˆÿÿ%`•G¼ˆÿÿ.°gDf˜G¼ˆÿÿ%`•pH¼ˆÿÿ.´gDf˜pH¼ˆÿÿ%`•ØI¼ˆÿÿ.¸gDf˜ØI¼ˆÿÿ%`•@K¼ˆÿÿ.¼gDf˜@K¼ˆÿÿ%`•¨L¼ˆÿÿ.ÀgDf˜¨L¼ˆÿÿ%`•N¼ˆÿÿ.ÄgDf˜N¼ˆÿÿ%`•@*ˆÿÿ.ÈgDf˜@*ˆÿÿ%`•hA*ˆÿÿ.ÌgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ.ÐgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ.ÔgDf˜8D*ˆÿÿ%`• E*ˆÿÿ.ØgDf˜ E*ˆÿÿ%`•G*ˆÿÿ.ÜgDf˜G*ˆÿÿ%`•pH*ˆÿÿ.àgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ.ägDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ.ègDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ.ìgDf˜¨L*ˆÿÿ%`•N*ˆÿÿ.ðgDf˜N*ˆÿÿ%`•€ˆÿÿ.ôgDf˜€ˆÿÿ%`•hˆÿÿ.øgDf˜hˆÿÿ%`•Ђˆÿÿ.ügDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ/gDf˜8„ˆÿÿ%`• …ˆÿÿ/gDf˜ …ˆÿÿ%`•‡ˆÿÿ/gDf˜‡ˆÿÿ%`•pˆˆÿÿ/ gDf˜pˆˆÿÿ%`•؉ˆÿÿ/gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ/gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ/gDf˜¨Œˆÿÿ%`•Žˆÿÿ/gDf˜Žˆÿÿ%`•ð ˆÿÿ/ gDf˜ð ˆÿÿ%`•hñ ˆÿÿ/$gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ/(gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ/,gDf˜8ô ˆÿÿ%`• õ ˆÿÿ/0gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ/4gDf˜÷ ˆÿÿ%`•pø ˆÿÿ/8gDf˜pø ˆÿÿ%`•Øù ˆÿÿ/<gDf˜Øù ˆÿÿ%`•@û ˆÿÿ/@gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ/DgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ/HgDf˜þ ˆÿÿ%`•@*ˆÿÿ/LgDf˜@*ˆÿÿ%`•hA*ˆÿÿ/PgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ/TgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ/XgDf˜8D*ˆÿÿ%`• E*ˆÿÿ/\gDf˜ E*ˆÿÿ%`•G*ˆÿÿ/`gDf˜G*ˆÿÿ%`•pH*ˆÿÿ/dgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ/hgDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ/lgDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ/pgDf˜¨L*ˆÿÿ%`•N*ˆÿÿ/tgDf˜N*ˆÿÿ%`•À%ˆÿÿ/xgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ/|gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ/€gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ/„gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ/ˆgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ/ŒgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ/gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ/”gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ/˜gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ/œgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ/ gDf˜Î%ˆÿÿ%`•À ˆÿÿ/¤gDf˜À ˆÿÿ%`•hÁ ˆÿÿ/¨gDf˜hÁ ˆÿÿ%`•Рˆÿÿ/¬gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ/°gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ/´gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ/¸gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ/¼gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ/ÀgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ/ÄgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ/ÈgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ/ÌgDf˜Î ˆÿÿ%`•€½ˆÿÿ/ÐgDf˜€½ˆÿÿ%`•h½ˆÿÿ/ÔgDf˜h½ˆÿÿ%`•Ђ½ˆÿÿ/ØgDf˜Ð‚½ˆÿÿ%`•8„½ˆÿÿ/ÜgDf˜8„½ˆÿÿ%`• …½ˆÿÿ/àgDf˜ …½ˆÿÿ%`•‡½ˆÿÿ/ägDf˜‡½ˆÿÿ%`•pˆ½ˆÿÿ/ègDf˜pˆ½ˆÿÿ%`•؉½ˆÿÿ/ìgDf˜Ø‰½ˆÿÿ%`•@‹½ˆÿÿ/ðgDf˜@‹½ˆÿÿ%`•¨Œ½ˆÿÿ/ôgDf˜¨Œ½ˆÿÿ%`•޽ˆÿÿ/øgDf˜޽ˆÿÿ%`•0Fˆÿÿ/ügDf˜0Fˆÿÿ%`•h1Fˆÿÿ0gDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ0gDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ0 gDf˜84Fˆÿÿ%`• 5Fˆÿÿ0gDf˜ 5Fˆÿÿ%`•7Fˆÿÿ0gDf˜7Fˆÿÿ%`•p8Fˆÿÿ0gDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ0gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ0 gDf˜@;Fˆÿÿ%`•¨Fˆÿÿ0(gDf˜>Fˆÿÿ%`•Ð ˆÿÿ0,gDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ00gDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ04gDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ08gDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ0<gDf˜ Õ ˆÿÿ%`•× ˆÿÿ0@gDf˜× ˆÿÿ%`•pØ ˆÿÿ0DgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ0HgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ0LgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ0PgDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ0TgDf˜Þ ˆÿÿ%`•À§ˆÿÿ0XgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ0\gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ0`gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ0dgDf˜8ħˆÿÿ%`• Å§ˆÿÿ0hgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ0lgDf˜ǧˆÿÿ%`•pȧˆÿÿ0pgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ0tgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ0xgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ0|gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ0€gDf˜Χˆÿÿ%`• åˆÿÿ0„gDf˜ åˆÿÿ%`•h!åˆÿÿ0ˆgDf˜h!åˆÿÿ%`•Ð"åˆÿÿ0ŒgDf˜Ð"åˆÿÿ%`•8$åˆÿÿ0gDf˜8$åˆÿÿ%`• %åˆÿÿ0”gDf˜ %åˆÿÿ%`•'åˆÿÿ0˜gDf˜'åˆÿÿ%`•p(åˆÿÿ0œgDf˜p(åˆÿÿ%`•Ø)åˆÿÿ0 gDf˜Ø)åˆÿÿ%`•@+åˆÿÿ0¤gDf˜@+åˆÿÿ%`•¨,åˆÿÿ0¨gDf˜¨,åˆÿÿ%`•.åˆÿÿ0¬gDf˜.åˆÿÿ%`•>™ˆÿÿ0°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0´gDf˜¨<™ˆÿÿ%`•@K*ˆÿÿ0¸gDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ0¼gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ0ÀgDf˜pH*ˆÿÿ%`•G*ˆÿÿ0ÄgDf˜G*ˆÿÿ%`• E*ˆÿÿ0ÈgDf˜ E*ˆÿÿ%`•8D*ˆÿÿ0ÌgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿ0ÐgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿ0ÔgDf˜hA*ˆÿÿ%`•@*ˆÿÿ0ØgDf˜@*ˆÿÿ%`•àS ˆÿÿ0ÜgDf˜àS ˆÿÿ%`•háS ˆÿÿ0àgDf˜háS ˆÿÿ%`•ÐâS ˆÿÿ0ägDf˜ÐâS ˆÿÿ%`•8äS ˆÿÿ0ègDf˜8äS ˆÿÿ%`• åS ˆÿÿ0ìgDf˜ åS ˆÿÿ%`•çS ˆÿÿ0ðgDf˜çS ˆÿÿ%`•pèS ˆÿÿ0ôgDf˜pèS ˆÿÿ%`•ØéS ˆÿÿ0øgDf˜ØéS ˆÿÿ%`•@ëS ˆÿÿ0ügDf˜@ëS ˆÿÿ%`•¨ìS ˆÿÿ1gDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ1gDf˜îS ˆÿÿ%`•N*ˆÿÿ1gDf˜N*ˆÿÿ%`•¨L*ˆÿÿ1 gDf˜¨L*ˆÿÿ%`•¨ü ˆÿÿ1gDf˜¨ü ˆÿÿ%`•@û ˆÿÿ1gDf˜@û ˆÿÿ%`•Øù ˆÿÿ1gDf˜Øù ˆÿÿ%`•pø ˆÿÿ1gDf˜pø ˆÿÿ%`•÷ ˆÿÿ1 gDf˜÷ ˆÿÿ%`• õ ˆÿÿ1$gDf˜ õ ˆÿÿ%`•8ô ˆÿÿ1(gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ1,gDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ10gDf˜hñ ˆÿÿ%`•ð ˆÿÿ14gDf˜ð ˆÿÿ%`• ˆÿÿ18gDf˜ ˆÿÿ%`•h ˆÿÿ1<gDf˜h ˆÿÿ%`•Ð ˆÿÿ1@gDf˜Ð ˆÿÿ%`•8 ˆÿÿ1DgDf˜8 ˆÿÿ%`•  ˆÿÿ1HgDf˜  ˆÿÿ%`• ˆÿÿ1LgDf˜ ˆÿÿ%`•p ˆÿÿ1PgDf˜p ˆÿÿ%`•Ø  ˆÿÿ1TgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ1XgDf˜@  ˆÿÿ%`•¨  ˆÿÿ1\gDf˜¨  ˆÿÿ%`• ˆÿÿ1`gDf˜ ˆÿÿ%`•ð«ˆÿÿ1dgDf˜ð«ˆÿÿ%`•hñ«ˆÿÿ1hgDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿ1lgDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿ1pgDf˜8ô«ˆÿÿ%`• õ«ˆÿÿ1tgDf˜ õ«ˆÿÿ%`•÷«ˆÿÿ1xgDf˜÷«ˆÿÿ%`•pø«ˆÿÿ1|gDf˜pø«ˆÿÿ%`•Øù«ˆÿÿ1€gDf˜Øù«ˆÿÿ%`•@û«ˆÿÿ1„gDf˜@û«ˆÿÿ%`•¨ü«ˆÿÿ1ˆgDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿ1ŒgDf˜þ«ˆÿÿ%`• ˆÿÿ1gDf˜ ˆÿÿ%`•h!ˆÿÿ1”gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ1˜gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ1œgDf˜8$ˆÿÿ%`• %ˆÿÿ1 gDf˜ %ˆÿÿ%`•'ˆÿÿ1¤gDf˜'ˆÿÿ%`•p(ˆÿÿ1¨gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ1¬gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ1°gDf˜@+ˆÿÿ%`•¨,ˆÿÿ1´gDf˜¨,ˆÿÿ%`•.ˆÿÿ1¸gDf˜.ˆÿÿ%`•9 ˆÿÿ1¼gDf˜9 ˆÿÿ%`•h9 ˆÿÿ1ÀgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ1ÄgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ1ÈgDf˜89 ˆÿÿ%`• 9 ˆÿÿ1ÌgDf˜ 9 ˆÿÿ%`•9 ˆÿÿ1ÐgDf˜9 ˆÿÿ%`•p9 ˆÿÿ1ÔgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ1ØgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ1ÜgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ1àgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ1ägDf˜9 ˆÿÿ%`•þ ˆÿÿ1ègDf˜þ ˆÿÿ%`•@Ë ˆÿÿ1ìgDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ1ðgDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ1ôgDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ1øgDf˜Ç ˆÿÿ%`• Å ˆÿÿ1ügDf˜ Å ˆÿÿ%`•8Ä ˆÿÿ2gDf˜8Ä ˆÿÿ%`•Рˆÿÿ2gDf˜Ð ˆÿÿ%`•hÁ ˆÿÿ2gDf˜hÁ ˆÿÿ%`•À ˆÿÿ2 gDf˜À ˆÿÿ%`•à… ˆÿÿ2gDf˜à… ˆÿÿ%`•há… ˆÿÿ2gDf˜há… ˆÿÿ%`•Ðâ… ˆÿÿ2gDf˜Ðâ… ˆÿÿ%`•8ä… ˆÿÿ2gDf˜8ä… ˆÿÿ%`• å… ˆÿÿ2 gDf˜ å… ˆÿÿ%`•ç… ˆÿÿ2$gDf˜ç… ˆÿÿ%`•pè… ˆÿÿ2(gDf˜pè… ˆÿÿ%`•Øé… ˆÿÿ2,gDf˜Øé… ˆÿÿ%`•@ë… ˆÿÿ20gDf˜@ë… ˆÿÿ%`•¨ì… ˆÿÿ24gDf˜¨ì… ˆÿÿ%`•î… ˆÿÿ28gDf˜î… ˆÿÿ%`•ƈÿÿ2<gDf˜Æˆÿÿ%`•hƈÿÿ2@gDf˜hƈÿÿ%`•ÐÆˆÿÿ2DgDf˜Ðƈÿÿ%`•@ ƈÿÿ2H¼gDf˜@ ƈÿÿ%`•¨ ƈÿÿ4ügDf˜¨ ƈÿÿ%`•ƈÿÿ6ügDf˜Æˆÿÿ%`•Î ˆÿÿ8gDf˜Î ˆÿÿ%`•¨Ì ˆÿÿ8 ügDf˜¨Ì ˆÿÿ%`•ØÙ ˆÿÿ:ügDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿ<gDf˜pØ ˆÿÿ%`•× ˆÿÿ<ÌgDf˜× ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<ÜgDf˜'ˆÿÿ%`•ƈÿÿgDf˜Æˆÿÿ%`•8ƈÿÿgDf˜8ƈÿÿ%`•Ø Æˆÿÿ}DgDf˜Ø ƈÿÿ%`• Æˆÿÿ}LgDf˜ Æˆÿÿ%`•pƈÿÿáìgDf˜pƈÿÿ%`•× ˆÿÿ gDf˜× ˆÿÿ%`•pØ ˆÿÿ gDf˜pØ ˆÿÿ%`•× ˆÿÿáðgDf˜× ˆÿÿ%`•Þ ˆÿÿâgDf˜Þ ˆÿÿ%`•Þ ˆÿÿ gDf˜Þ ˆÿÿ%`•Þ ˆÿÿâ8gDf˜Þ ˆÿÿ%`•Þ ˆÿÿ gDf˜Þ ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•Žˆÿÿõ€gDf˜Žˆÿÿ%`•pŽˆÿÿö„gDf˜pŽˆÿÿ%`•8ŽˆÿÿöДgDf˜8Žˆÿÿ%`•hŽˆÿÿ÷dügDf˜hŽˆÿÿ%`•ÐŽˆÿÿù`gDf˜ÐŽˆÿÿ%`• Žˆÿÿ gDf˜ Žˆÿÿ%`•Žˆÿÿ ügDf˜Žˆÿÿ%`•Ø Žˆÿÿ ˜gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ ¬ügDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ¨\gDf˜¨ Žˆÿÿ%`•€ë ˆÿÿ gDf˜€ë ˆÿÿ%`•Žˆÿÿo¸xgDf˜Žˆÿÿ%`•¨Ü ˆÿÿƒ,gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿƒ8gDf˜Þ ˆÿÿ%`•ØÙ ˆÿÿgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿgDf˜@Û ˆÿÿ%`• Õ ˆÿÿ‘gDf˜ Õ ˆÿÿ%`•8Ô ˆÿÿ˜gDf˜8Ô ˆÿÿ%`•ÐÒ ˆÿÿ™ gDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿ gDf˜hÑ ˆÿÿ%`•Ð ˆÿÿ¡gDf˜Ð ˆÿÿ%`•× ˆÿÿâHgDf˜× ˆÿÿ%`•pØ ˆÿÿâTLgDf˜pØ ˆÿÿ%`•€ë ˆÿÿ gDf˜€ë ˆÿÿ%`•€ë ˆÿÿ<àgDf˜€ë ˆÿÿ%`•hë ˆÿÿ<äügDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ>à0gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ@<gDf˜8„ë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAPgDf˜'ˆÿÿ%`•8„ë ˆÿÿATPgDf˜8„ë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA¤gDf˜'ˆÿÿ%`•8„ë ˆÿÿA¨LgDf˜8„ë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAôgDf˜'ˆÿÿ%`•8„ë ˆÿÿAøìgDf˜8„ë ˆÿÿ%`•Žë ˆÿÿÔ¬gDf˜Žë ˆÿÿ%`•pˆë ˆÿÿ¤,gDf˜pˆë ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•pˆë ˆÿÿ„ügDf˜pˆë ˆÿÿ%`•Žë ˆÿÿ€TgDf˜Žë ˆÿÿ%`•8„ë ˆÿÿÜügDf˜8„ë ˆÿÿ%`•Ð‚ë ˆÿÿ ØgDf˜Ð‚ë ˆÿÿ%`•¨Œë ˆÿÿ ÜügDf˜¨Œë ˆÿÿ%`•Ø‰ë ˆÿÿ ØgDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ àügDf˜@‹ë ˆÿÿ%`•‡ë ˆÿÿ ÜgDf˜‡ë ˆÿÿ%`• …ë ˆÿÿ àügDf˜ …ë ˆÿÿ%`•€ë ˆÿÿÜgDf˜€ë ˆÿÿ%`•hë ˆÿÿäügDf˜hë ˆÿÿ%`•¨<™ˆÿÿàgDf˜¨<™ˆÿÿ%`•>™ˆÿÿäügDf˜>™ˆÿÿ%`•  ˆÿÿàgDf˜  ˆÿÿ%`•h! ˆÿÿègDf˜h! ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•h! ˆÿÿzDgDf˜h! ˆÿÿ%`•8$ ˆÿÿ}ôgDf˜8$ ˆÿÿ%`•  ˆÿÿ¸gDf˜  ˆÿÿ%`•  ˆÿÿ gDf˜  ˆÿÿ%`•  ˆÿÿz4gDf˜  ˆÿÿ%`•8$ ˆÿÿzX(gDf˜8$ ˆÿÿ%`•h! ˆÿÿz” gDf˜h! ˆÿÿ%`•Ð" ˆÿÿÜgDf˜Ð" ˆÿÿ%`• % ˆÿÿã8ügDf˜ % ˆÿÿ%`•' ˆÿÿå4ügDf˜' ˆÿÿ%`•p( ˆÿÿç0ügDf˜p( ˆÿÿ%`•Ø) ˆÿÿé,gDf˜Ø) ˆÿÿ%`•@+ ˆÿÿê8PgDf˜@+ ˆÿÿ%`•@+ ˆÿÿ gDf˜@+ ˆÿÿ%`•@+ ˆÿÿgDf˜@+ ˆÿÿ%`•Ø) ˆÿÿ gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•Ø) ˆÿÿ,$gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•Ø) ˆÿÿT$gDf˜Ø) ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•Ø) ˆÿÿ|gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ€gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ„gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿˆgDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿŒgDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿgDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ”gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ˜gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿœgDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ¤gDf˜Ø) ˆÿÿ%`•Ø) ˆÿÿ¨gDf˜Ø) ˆÿÿ%`•  ˆÿÿ¬gDf˜  ˆÿÿ%`•Ð" ˆÿÿ°gDf˜Ð" ˆÿÿ%`•h! ˆÿÿ´gDf˜h! ˆÿÿ%`•8$ ˆÿÿ¸gDf˜8$ ˆÿÿ%`•8$ ˆÿÿ¼gDf˜8$ ˆÿÿ%`•h! ˆÿÿÀgDf˜h! ˆÿÿ%`•Ð" ˆÿÿÄgDf˜Ð" ˆÿÿ%`•  ˆÿÿÈgDf˜  ˆÿÿ%`•Ø) ˆÿÿÌgDf˜Ø) ˆÿÿ%`• % ˆÿÿÐgDf˜ % ˆÿÿ%`•' ˆÿÿÔgDf˜' ˆÿÿ%`•@+ ˆÿÿØgDf˜@+ ˆÿÿ%`•p( ˆÿÿÜgDf˜p( ˆÿÿ%`•¨, ˆÿÿàgDf˜¨, ˆÿÿ%`•. ˆÿÿägDf˜. ˆÿÿ%`•>™ˆÿÿègDf˜>™ˆÿÿ%`•¨<™ˆÿÿìgDf˜¨<™ˆÿÿ%`•€ˆÿÿðgDf˜€ˆÿÿ%`•hˆÿÿôgDf˜hˆÿÿ%`•ЂˆÿÿøgDf˜Ð‚ˆÿÿ%`•ЂˆÿÿügDf˜Ð‚ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•€ˆÿÿgDf˜€ˆÿÿ%`•8„ˆÿÿgDf˜8„ˆÿÿ%`• …ˆÿÿ gDf˜ …ˆÿÿ%`•‡ˆÿÿgDf˜‡ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•Žˆÿÿ$gDf˜Žˆÿÿ%`•¨<™ˆÿÿ(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•°¾ˆÿÿ0gDf˜°¾ˆÿÿ%`•h±¾ˆÿÿ4gDf˜h±¾ˆÿÿ%`•в¾ˆÿÿ8gDf˜Ð²¾ˆÿÿ%`•8´¾ˆÿÿ<gDf˜8´¾ˆÿÿ%`• µ¾ˆÿÿ@gDf˜ µ¾ˆÿÿ%`•·¾ˆÿÿDgDf˜·¾ˆÿÿ%`•p¸¾ˆÿÿHgDf˜p¸¾ˆÿÿ%`•ع¾ˆÿÿLgDf˜Ø¹¾ˆÿÿ%`•@»¾ˆÿÿPgDf˜@»¾ˆÿÿ%`•¨¼¾ˆÿÿTgDf˜¨¼¾ˆÿÿ%`•¾¾ˆÿÿXgDf˜¾¾ˆÿÿ%`• ^ˆÿÿ\gDf˜ ^ˆÿÿ%`•h!^ˆÿÿ`gDf˜h!^ˆÿÿ%`•Ð"^ˆÿÿdgDf˜Ð"^ˆÿÿ%`•8$^ˆÿÿhgDf˜8$^ˆÿÿ%`• %^ˆÿÿlgDf˜ %^ˆÿÿ%`•'^ˆÿÿpgDf˜'^ˆÿÿ%`•p(^ˆÿÿtgDf˜p(^ˆÿÿ%`•Ø)^ˆÿÿxgDf˜Ø)^ˆÿÿ%`•@+^ˆÿÿ|gDf˜@+^ˆÿÿ%`•¨,^ˆÿÿ€gDf˜¨,^ˆÿÿ%`•.^ˆÿÿ„gDf˜.^ˆÿÿ%`•Ð@ ˆÿÿˆgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿŒgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ”gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ˜gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿœgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ¤gDf˜ØÙ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ¨gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ¬gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ°gDf˜Ð@ ˆÿÿ%`•@Û@ ˆÿÿ´gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ¸gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ¼gDf˜Þ@ ˆÿÿ%`•>™ˆÿÿÀgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÄgDf˜¨<™ˆÿÿ%`•€ˆÿÿÈgDf˜€ˆÿÿ%`•hˆÿÿÌgDf˜hˆÿÿ%`•ЂˆÿÿÐgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿÔgDf˜8„ˆÿÿ%`• …ˆÿÿØgDf˜ …ˆÿÿ%`•‡ˆÿÿÜgDf˜‡ˆÿÿ%`•pˆˆÿÿàgDf˜pˆˆÿÿ%`•؉ˆÿÿägDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿègDf˜@‹ˆÿÿ%`•¨ŒˆÿÿìgDf˜¨Œˆÿÿ%`•ŽˆÿÿðgDf˜Žˆÿÿ%`•P^ ˆÿÿôgDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿøgDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿügDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿgDf˜8T^ ˆÿÿ%`• U^ ˆÿÿgDf˜ U^ ˆÿÿ%`•W^ ˆÿÿgDf˜W^ ˆÿÿ%`•pX^ ˆÿÿ gDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿgDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿgDf˜^^ ˆÿÿ%`•à‰ˆÿÿ gDf˜à‰ˆÿÿ%`•hቈÿÿ$gDf˜hቈÿÿ%`•Ð≈ÿÿ(gDf˜Ð≈ÿÿ%`•8䉈ÿÿ,gDf˜8䉈ÿÿ%`• å‰ˆÿÿ0gDf˜ å‰ˆÿÿ%`•版ÿÿ4gDf˜ç‰ˆÿÿ%`•p艈ÿÿ8gDf˜p艈ÿÿ%`•Øé‰ˆÿÿ<gDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ@gDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿDgDf˜¨ì‰ˆÿÿ%`•ÿÿHgDf˜î‰ˆÿÿ%`•  ˆÿÿLgDf˜  ˆÿÿ%`•h! ˆÿÿPgDf˜h! ˆÿÿ%`•Ð" ˆÿÿTgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿXgDf˜8$ ˆÿÿ%`• % ˆÿÿ\gDf˜ % ˆÿÿ%`•' ˆÿÿ`gDf˜' ˆÿÿ%`•p( ˆÿÿdgDf˜p( ˆÿÿ%`•Ø) ˆÿÿhgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿlgDf˜@+ ˆÿÿ%`•¨, ˆÿÿpgDf˜¨, ˆÿÿ%`•. ˆÿÿtgDf˜. ˆÿÿ%`•Àù ˆÿÿxgDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ|gDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ€gDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ„gDf˜8Äù ˆÿÿ%`• Åù ˆÿÿˆgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿŒgDf˜Çù ˆÿÿ%`•pÈù ˆÿÿgDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ”gDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ˜gDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿœgDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ gDf˜Îù ˆÿÿ%`•À ˆÿÿ¤gDf˜À ˆÿÿ%`•hÁ ˆÿÿ¨gDf˜hÁ ˆÿÿ%`•Рˆÿÿ¬gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ°gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ´gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ¸gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ¼gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿÀgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿÄgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿÈgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿÌgDf˜Î ˆÿÿ%`• •ˆÿÿÐgDf˜ •ˆÿÿ%`•h!•ˆÿÿÔgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿØgDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿÜgDf˜8$•ˆÿÿ%`• %•ˆÿÿàgDf˜ %•ˆÿÿ%`•'•ˆÿÿägDf˜'•ˆÿÿ%`•p(•ˆÿÿègDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿìgDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿðgDf˜@+•ˆÿÿ%`•¨,•ˆÿÿôgDf˜¨,•ˆÿÿ%`•.•ˆÿÿøgDf˜.•ˆÿÿ%`•à/ˆÿÿügDf˜à/ˆÿÿ%`•há/ˆÿÿgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿgDf˜8ä/ˆÿÿ%`• å/ˆÿÿ gDf˜ å/ˆÿÿ%`•ç/ˆÿÿgDf˜ç/ˆÿÿ%`•pè/ˆÿÿgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿgDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ$gDf˜î/ˆÿÿ%`•ÀÖˆÿÿ(gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ,gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ0gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ4gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ8gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ<gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ@gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿDgDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿHgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿLgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿPgDf˜ÎÖˆÿÿ%`•° ˆÿÿTgDf˜° ˆÿÿ%`•h± ˆÿÿXgDf˜h± ˆÿÿ%`•в ˆÿÿ\gDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ`gDf˜8´ ˆÿÿ%`• µ ˆÿÿdgDf˜ µ ˆÿÿ%`•· ˆÿÿhgDf˜· ˆÿÿ%`•p¸ ˆÿÿlgDf˜p¸ ˆÿÿ%`•ع ˆÿÿpgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿtgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿxgDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ|gDf˜¾ ˆÿÿ%`• ˆÿÿ€gDf˜ ˆÿÿ%`•h‘ ˆÿÿ„gDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿˆgDf˜Ð’ ˆÿÿ%`•8” ˆÿÿŒgDf˜8” ˆÿÿ%`• • ˆÿÿgDf˜ • ˆÿÿ%`•— ˆÿÿ”gDf˜— ˆÿÿ%`•p˜ ˆÿÿ˜gDf˜p˜ ˆÿÿ%`•Ø™ ˆÿÿœgDf˜Ø™ ˆÿÿ%`•@› ˆÿÿ gDf˜@› ˆÿÿ%`•¨œ ˆÿÿ¤gDf˜¨œ ˆÿÿ%`•ž ˆÿÿ¨gDf˜ž ˆÿÿ%`•ðRˆÿÿ¬gDf˜ðRˆÿÿ%`•hñRˆÿÿ°gDf˜hñRˆÿÿ%`•ÐòRˆÿÿ´gDf˜ÐòRˆÿÿ%`•8ôRˆÿÿ¸gDf˜8ôRˆÿÿ%`• õRˆÿÿ¼gDf˜ õRˆÿÿ%`•÷RˆÿÿÀgDf˜÷Rˆÿÿ%`•pøRˆÿÿÄgDf˜pøRˆÿÿ%`•ØùRˆÿÿÈgDf˜ØùRˆÿÿ%`•@ûRˆÿÿÌgDf˜@ûRˆÿÿ%`•¨üRˆÿÿÐgDf˜¨üRˆÿÿ%`•þRˆÿÿÔgDf˜þRˆÿÿ%`•¨<™ˆÿÿØgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÜgDf˜>™ˆÿÿ%`•p艈ÿÿàgDf˜p艈ÿÿ%`•版ÿÿägDf˜ç‰ˆÿÿ%`• å‰ˆÿÿìgDf˜ å‰ˆÿÿ%`•8䉈ÿÿðgDf˜8䉈ÿÿ%`•Ð≈ÿÿôgDf˜Ð≈ÿÿ%`•hቈÿÿøgDf˜hቈÿÿ%`•à‰ˆÿÿügDf˜à‰ˆÿÿ%`•PȈÿÿgDf˜PȈÿÿ%`•hQȈÿÿgDf˜hQȈÿÿ%`•ÐRȈÿÿgDf˜ÐRȈÿÿ%`•8TȈÿÿ gDf˜8TȈÿÿ%`• UȈÿÿgDf˜ UȈÿÿ%`•WȈÿÿgDf˜WȈÿÿ%`•pXȈÿÿgDf˜pXȈÿÿ%`•ØYȈÿÿgDf˜ØYȈÿÿ%`•@[Ȉÿÿ gDf˜@[Ȉÿÿ%`•¨\Ȉÿÿ$gDf˜¨\Ȉÿÿ%`•^Ȉÿÿ(gDf˜^Ȉÿÿ%`•Àˆÿÿ,gDf˜Àˆÿÿ%`•hÁˆÿÿ0gDf˜hÁˆÿÿ%`•Јÿÿ4gDf˜Ðˆÿÿ%`•8Ĉÿÿ8gDf˜8Ĉÿÿ%`• Åˆÿÿ<gDf˜ Åˆÿÿ%`•Ljÿÿ@gDf˜Çˆÿÿ%`•pȈÿÿDgDf˜pȈÿÿ%`•ØÉˆÿÿHgDf˜ØÉˆÿÿ%`•@ˈÿÿLgDf˜@ˈÿÿ%`•¨ÌˆÿÿPgDf˜¨Ìˆÿÿ%`•ΈÿÿTgDf˜Îˆÿÿ%`• ‚ ˆÿÿXgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ\gDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ`gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿdgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿhgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿlgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿpgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿtgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿxgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ|gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ€gDf˜®‚ ˆÿÿ%`•ðž ˆÿÿ„gDf˜ðž ˆÿÿ%`•hñž ˆÿÿˆgDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿŒgDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿgDf˜8ôž ˆÿÿ%`• õž ˆÿÿ”gDf˜ õž ˆÿÿ%`•÷ž ˆÿÿ˜gDf˜÷ž ˆÿÿ%`•pøž ˆÿÿœgDf˜pøž ˆÿÿ%`•Øùž ˆÿÿ gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ¤gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿ¨gDf˜¨üž ˆÿÿ%`•þž ˆÿÿ¬gDf˜þž ˆÿÿ%`•ÿÿ°gDf˜î‰ˆÿÿ%`•¨ì‰ˆÿÿ´gDf˜¨ì‰ˆÿÿ%`•@뉈ÿÿ¸gDf˜@뉈ÿÿ%`•Øé‰ˆÿÿ¼gDf˜Øé‰ˆÿÿ%`•Çù ˆÿÿÀgDf˜Çù ˆÿÿ%`• Åù ˆÿÿÄgDf˜ Åù ˆÿÿ%`•8Äù ˆÿÿÈgDf˜8Äù ˆÿÿ%`•ÐÂù ˆÿÿÌgDf˜ÐÂù ˆÿÿ%`•hÁù ˆÿÿÐgDf˜hÁù ˆÿÿ%`•Àù ˆÿÿÔgDf˜Àù ˆÿÿ%`•À²ˆÿÿØgDf˜À²ˆÿÿ%`•hÁ²ˆÿÿÜgDf˜hÁ²ˆÿÿ%`•вˆÿÿàgDf˜Ð²ˆÿÿ%`•8IJˆÿÿägDf˜8IJˆÿÿ%`• Å²ˆÿÿègDf˜ Å²ˆÿÿ%`•DzˆÿÿìgDf˜Dzˆÿÿ%`•pȲˆÿÿðgDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿôgDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿøgDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿügDf˜¨Ì²ˆÿÿ%`•βˆÿÿgDf˜βˆÿÿ%`•lˆÿÿgDf˜lˆÿÿ%`•hlˆÿÿgDf˜hlˆÿÿ%`•Ðlˆÿÿ gDf˜Ðlˆÿÿ%`•8lˆÿÿgDf˜8lˆÿÿ%`• lˆÿÿgDf˜ lˆÿÿ%`•lˆÿÿgDf˜lˆÿÿ%`•plˆÿÿgDf˜plˆÿÿ%`•Ø lˆÿÿ gDf˜Ø lˆÿÿ%`•@ lˆÿÿ$gDf˜@ lˆÿÿ%`•¨ lˆÿÿ(gDf˜¨ lˆÿÿ%`•lˆÿÿ,gDf˜lˆÿÿ%`•Îù ˆÿÿ0gDf˜Îù ˆÿÿ%`•¨Ìù ˆÿÿ4gDf˜¨Ìù ˆÿÿ%`•@Ëù ˆÿÿ8gDf˜@Ëù ˆÿÿ%`•ØÉù ˆÿÿ<gDf˜ØÉù ˆÿÿ%`•pÈù ˆÿÿ@gDf˜pÈù ˆÿÿ%`• å/ˆÿÿDgDf˜ å/ˆÿÿ%`•8ä/ˆÿÿHgDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿLgDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿPgDf˜há/ˆÿÿ%`•à/ˆÿÿTgDf˜à/ˆÿÿ%`•ÀÛ ˆÿÿXgDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ\gDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ`gDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿdgDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿhgDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿlgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿpgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿtgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿxgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ|gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ€gDf˜ÎÛ ˆÿÿ%`• %ˆÿÿ„gDf˜ %ˆÿÿ%`•h!%ˆÿÿˆgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿŒgDf˜Ð"%ˆÿÿ%`•¨ì/ˆÿÿügDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿŒ`gDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿðügDf˜Øé/ˆÿÿ%`•pè/ˆÿÿìügDf˜pè/ˆÿÿ%`•ç/ˆÿÿègDf˜ç/ˆÿÿ%`•8” ˆÿÿôügDf˜8” ˆÿÿ%`•Ð’ ˆÿÿ!ðügDf˜Ð’ ˆÿÿ%`•h‘ ˆÿÿ#ìgDf˜h‘ ˆÿÿ%`• ˆÿÿ#ø`gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø)%ˆÿÿgDf˜Ø)%ˆÿÿ%`•8$%ˆÿÿgDf˜8$%ˆÿÿ%`•p(%ˆÿÿgDf˜p(%ˆÿÿ%`•@+%ˆÿÿ  gDf˜@+%ˆÿÿ%`• %%ˆÿÿz€gDf˜ %%ˆÿÿ%`•¨,%ˆÿÿ}xgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ}ÜgDf˜.%ˆÿÿ%`•'%ˆÿÿê0gDf˜'%ˆÿÿ%`•î/ˆÿÿ누gDf˜î/ˆÿÿ%`•'ˆÿÿ$XgDf˜'ˆÿÿ%`•8” ˆÿÿ gDf˜8” ˆÿÿ%`•8” ˆÿÿgDf˜8” ˆÿÿ%`• ˆÿÿz<gDf˜ ˆÿÿ%`•@› ˆÿÿzˆ gDf˜@› ˆÿÿ%`•Ø™ ˆÿÿ{4<gDf˜Ø™ ˆÿÿ%`•h‘ ˆÿÿ{„ gDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿ|ÔgDf˜Ð’ ˆÿÿ%`•ž ˆÿÿ|ø$gDf˜ž ˆÿÿ%`•¨œ ˆÿÿ}`gDf˜¨œ ˆÿÿ%`•p˜ ˆÿÿÔgDf˜p˜ ˆÿÿ%`•— ˆÿÿø gDf˜— ˆÿÿ%`• • ˆÿÿáÈ$gDf˜ • ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•€é ˆÿÿâPgDf˜€é ˆÿÿ%`•hé ˆÿÿâ ˜gDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿí8ügDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿï4ügDf˜8„é ˆÿÿ%`• …é ˆÿÿñ0ügDf˜ …é ˆÿÿ%`•‡é ˆÿÿó,ügDf˜‡é ˆÿÿ%`•pˆé ˆÿÿõ(gDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿõ@ügDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿ÷<ügDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿù8,gDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿùl°gDf˜Žé ˆÿÿ%`•Žé ˆÿÿ gDf˜Žé ˆÿÿ%`•Žé ˆÿÿ$\ügDf˜Žé ˆÿÿ%`•¨Œé ˆÿÿ&X gDf˜¨Œé ˆÿÿ%`•@‹é ˆÿÿ'ü<gDf˜@‹é ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(8gDf˜'ˆÿÿ%`•h ˆÿÿÿHgDf˜h ˆÿÿ%`•Ð ˆÿÿgDf˜Ð ˆÿÿ%`• ˆÿÿ4 gDf˜ ˆÿÿ%`• ˆÿÿ(<gDf˜ ˆÿÿ%`•Ð ˆÿÿ(@gDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(PgDf˜'ˆÿÿ%`•Ð ˆÿÿ(TgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(hgDf˜'ˆÿÿ%`•Ð ˆÿÿ(lgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(€gDf˜'ˆÿÿ%`•Ð ˆÿÿ(„gDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(˜gDf˜'ˆÿÿ%`•Ð ˆÿÿ(œgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(´gDf˜'ˆÿÿ%`•Ð ˆÿÿ(¸|gDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*4gDf˜'ˆÿÿ%`•Ð ˆÿÿ gDf˜Ð ˆÿÿ%`•Ð ˆÿÿz4gDf˜Ð ˆÿÿ%`• ˆÿÿzXgDf˜ ˆÿÿ%`•h ˆÿÿzxgDf˜h ˆÿÿ%`•h ˆÿÿ*8gDf˜h ˆÿÿ%`• ˆÿÿ*<gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*LgDf˜'ˆÿÿ%`• ˆÿÿ*PgDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*dgDf˜'ˆÿÿ%`• ˆÿÿ*hgDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*|gDf˜'ˆÿÿ%`• ˆÿÿ*€gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*”gDf˜'ˆÿÿ%`• ˆÿÿ*˜gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*°gDf˜'ˆÿÿ%`• ˆÿÿ*´HgDf˜ ˆÿÿ%`•8 ˆÿÿ,DgDf˜8 ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,DgDf˜'ˆÿÿ%`•8 ˆÿÿzHgDf˜8 ˆÿÿ%`• ˆÿÿ{”gDf˜ ˆÿÿ%`•  ˆÿÿ{´ gDf˜  ˆÿÿ%`•  ˆÿÿ,HgDf˜  ˆÿÿ%`• ˆÿÿ,LgDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,\gDf˜'ˆÿÿ%`• ˆÿÿ,`gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,tgDf˜'ˆÿÿ%`• ˆÿÿ,xgDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,ŒgDf˜'ˆÿÿ%`• ˆÿÿ,gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,¤gDf˜'ˆÿÿ%`• ˆÿÿ,¨gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,ÀgDf˜'ˆÿÿ%`• ˆÿÿ,Ä\gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ. gDf˜'ˆÿÿ%`• ˆÿÿ|ÔgDf˜ ˆÿÿ%`• ˆÿÿ|øgDf˜ ˆÿÿ%`•8 ˆÿÿ}ôgDf˜8 ˆÿÿ%`•8 ˆÿÿ.$gDf˜8 ˆÿÿ%`• ˆÿÿ.(gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.<gDf˜'ˆÿÿ%`• ˆÿÿ.@\gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/œgDf˜'ˆÿÿ%`• ˆÿÿz4gDf˜ ˆÿÿ%`•8 ˆÿÿzXgDf˜8 ˆÿÿ%`• ˆÿÿzxøgDf˜ ˆÿÿ%`• ˆÿÿ/ gDf˜ ˆÿÿ%`•8 ˆÿÿ/¤gDf˜8 ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/¸gDf˜'ˆÿÿ%`•8 ˆÿÿ/¼DgDf˜8 ˆÿÿ%`• ˆÿÿ0 gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1$gDf˜'ˆÿÿ%`• ˆÿÿ{pgDf˜ ˆÿÿ%`•8 ˆÿÿ|ègDf˜8 ˆÿÿ%`•  ˆÿÿ~ gDf˜  ˆÿÿ%`• ˆÿÿ~gDf˜ ˆÿÿ%`• ˆÿÿ1(gDf˜ ˆÿÿ%`•  ˆÿÿ1,gDf˜  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1@gDf˜'ˆÿÿ%`•  ˆÿÿ1DgDf˜  ˆÿÿ%`•Ð ˆÿÿ1HgDf˜Ð ˆÿÿ%`•h ˆÿÿ1LgDf˜h ˆÿÿ%`•8 ˆÿÿ1PgDf˜8 ˆÿÿ%`• ˆÿÿ1TgDf˜ ˆÿÿ%`• ˆÿÿ1XgDf˜ ˆÿÿ%`•p ˆÿÿ1\gDf˜p ˆÿÿ%`•Ø  ˆÿÿ1`gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ1dgDf˜@  ˆÿÿ%`•¨  ˆÿÿ1hgDf˜¨  ˆÿÿ%`• ˆÿÿ1lgDf˜ ˆÿÿ%`•>™ˆÿÿ1pgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1tgDf˜¨<™ˆÿÿ%`•@ˆÿÿ1xgDf˜@ˆÿÿ%`•hAˆÿÿ1|gDf˜hAˆÿÿ%`•ÐBˆÿÿ1€gDf˜ÐBˆÿÿ%`•8Dˆÿÿ1„gDf˜8Dˆÿÿ%`• Eˆÿÿ1ˆgDf˜ Eˆÿÿ%`•Gˆÿÿ1ŒgDf˜Gˆÿÿ%`•pHˆÿÿ1gDf˜pHˆÿÿ%`•ØIˆÿÿ1”gDf˜ØIˆÿÿ%`•@Kˆÿÿ1˜gDf˜@Kˆÿÿ%`•¨Lˆÿÿ1œgDf˜¨Lˆÿÿ%`•Nˆÿÿ1 gDf˜Nˆÿÿ%`• û ˆÿÿ1¤gDf˜ û ˆÿÿ%`•h!û ˆÿÿ1¨gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ1¬gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ1°gDf˜8$û ˆÿÿ%`• %û ˆÿÿ1´gDf˜ %û ˆÿÿ%`•'û ˆÿÿ1¸gDf˜'û ˆÿÿ%`•p(û ˆÿÿ1¼gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ1ÀgDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ1ÄgDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ1ÈgDf˜¨,û ˆÿÿ%`•.û ˆÿÿ1ÌgDf˜.û ˆÿÿ%`•Àˆÿÿ1ÐgDf˜Àˆÿÿ%`•hÁˆÿÿ1ÔgDf˜hÁˆÿÿ%`•Јÿÿ1ØgDf˜Ðˆÿÿ%`•8Ĉÿÿ1ÜgDf˜8Ĉÿÿ%`• Åˆÿÿ1àgDf˜ Åˆÿÿ%`•Ljÿÿ1ägDf˜Çˆÿÿ%`•pȈÿÿ1ègDf˜pȈÿÿ%`•ØÉˆÿÿ1ìgDf˜ØÉˆÿÿ%`•@ˈÿÿ1ðgDf˜@ˈÿÿ%`•¨Ìˆÿÿ1ôgDf˜¨Ìˆÿÿ%`•Έÿÿ1øgDf˜Îˆÿÿ%`•pˆÿÿ1ügDf˜pˆÿÿ%`•hqˆÿÿ2gDf˜hqˆÿÿ%`•Ðrˆÿÿ2gDf˜Ðrˆÿÿ%`•8tˆÿÿ2gDf˜8tˆÿÿ%`• uˆÿÿ2 gDf˜ uˆÿÿ%`•wˆÿÿ2gDf˜wˆÿÿ%`•pxˆÿÿ2gDf˜pxˆÿÿ%`•Øyˆÿÿ2gDf˜Øyˆÿÿ%`•@{ˆÿÿ2gDf˜@{ˆÿÿ%`•¨|ˆÿÿ2 gDf˜¨|ˆÿÿ%`•~ˆÿÿ2$gDf˜~ˆÿÿ%`•Ðîˆÿÿ2(gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ2,gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ20gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ24gDf˜8Ôîˆÿÿ%`• Õîˆÿÿ28gDf˜ Õîˆÿÿ%`•×îˆÿÿ2<gDf˜×îˆÿÿ%`•pØîˆÿÿ2@gDf˜pØîˆÿÿ%`•ØÙîˆÿÿ2DgDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ2HgDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ2LgDf˜¨Üîˆÿÿ%`•Þîˆÿÿ2PgDf˜Þîˆÿÿ%`• Êˆÿÿ2TgDf˜ Êˆÿÿ%`•h¡Êˆÿÿ2XgDf˜h¡Êˆÿÿ%`•Тʈÿÿ2\gDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ2`gDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ2dgDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ2hgDf˜§Êˆÿÿ%`•p¨Êˆÿÿ2lgDf˜p¨Êˆÿÿ%`•ةʈÿÿ2pgDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿ2tgDf˜@«Êˆÿÿ%`•¨¬Êˆÿÿ2xgDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ2|gDf˜®Êˆÿÿ%`•@ ˆÿÿ2€gDf˜@ ˆÿÿ%`•hA ˆÿÿ2„gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ2ˆgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ2ŒgDf˜8D ˆÿÿ%`• E ˆÿÿ2gDf˜ E ˆÿÿ%`•G ˆÿÿ2”gDf˜G ˆÿÿ%`•pH ˆÿÿ2˜gDf˜pH ˆÿÿ%`•ØI ˆÿÿ2œgDf˜ØI ˆÿÿ%`•@K ˆÿÿ2 gDf˜@K ˆÿÿ%`•¨L ˆÿÿ2¤gDf˜¨L ˆÿÿ%`•N ˆÿÿ2¨gDf˜N ˆÿÿ%`•@шÿÿ2¬gDf˜@шÿÿ%`•hAшÿÿ2°gDf˜hAшÿÿ%`•ÐBшÿÿ2´gDf˜ÐBшÿÿ%`•8Dшÿÿ2¸gDf˜8Dшÿÿ%`• Eшÿÿ2¼gDf˜ Eшÿÿ%`•Gшÿÿ2ÀgDf˜Gшÿÿ%`•pHшÿÿ2ÄgDf˜pHшÿÿ%`•ØIшÿÿ2ÈgDf˜ØIшÿÿ%`•@Kшÿÿ2ÌgDf˜@Kшÿÿ%`•¨Lшÿÿ2ÐgDf˜¨Lшÿÿ%`•Nшÿÿ2ÔgDf˜Nшÿÿ%`•ÐZˆÿÿ2ØgDf˜ÐZˆÿÿ%`•hÑZˆÿÿ2ÜgDf˜hÑZˆÿÿ%`•ÐÒZˆÿÿ2àgDf˜ÐÒZˆÿÿ%`•8ÔZˆÿÿ2ägDf˜8ÔZˆÿÿ%`• ÕZˆÿÿ2ègDf˜ ÕZˆÿÿ%`•×Zˆÿÿ2ìgDf˜×Zˆÿÿ%`•pØZˆÿÿ2ðgDf˜pØZˆÿÿ%`•ØÙZˆÿÿ2ôgDf˜ØÙZˆÿÿ%`•@ÛZˆÿÿ2øgDf˜@ÛZˆÿÿ%`•¨ÜZˆÿÿ2ügDf˜¨ÜZˆÿÿ%`•ÞZˆÿÿ3gDf˜ÞZˆÿÿ%`• 3ˆÿÿ3gDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ3gDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ3 gDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ3gDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ3gDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ3gDf˜§3ˆÿÿ%`•p¨3ˆÿÿ3gDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ3 gDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ3$gDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ3(gDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ3,gDf˜®3ˆÿÿ%`•PFˆÿÿ30gDf˜PFˆÿÿ%`•hQFˆÿÿ34gDf˜hQFˆÿÿ%`•ÐRFˆÿÿ38gDf˜ÐRFˆÿÿ%`•8TFˆÿÿ3<gDf˜8TFˆÿÿ%`• UFˆÿÿ3@gDf˜ UFˆÿÿ%`•WFˆÿÿ3DgDf˜WFˆÿÿ%`•pXFˆÿÿ3HgDf˜pXFˆÿÿ%`•ØYFˆÿÿ3LgDf˜ØYFˆÿÿ%`•@[Fˆÿÿ3PgDf˜@[Fˆÿÿ%`•¨\Fˆÿÿ3TgDf˜¨\Fˆÿÿ%`•^Fˆÿÿ3XgDf˜^Fˆÿÿ%`•€Šˆÿÿ3\gDf˜€Šˆÿÿ%`•hŠˆÿÿ3`gDf˜hŠˆÿÿ%`•ЂŠˆÿÿ3dgDf˜Ð‚Šˆÿÿ%`•8„Šˆÿÿ3hgDf˜8„Šˆÿÿ%`• …Šˆÿÿ3lgDf˜ …Šˆÿÿ%`•‡Šˆÿÿ3pgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿ3tgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ3xgDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ3|gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ3€gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ3„gDf˜ŽŠˆÿÿ%`•à’ ˆÿÿ3ˆgDf˜à’ ˆÿÿ%`•há’ ˆÿÿ3ŒgDf˜há’ ˆÿÿ%`•Ðâ’ ˆÿÿ3gDf˜Ðâ’ ˆÿÿ%`•8ä’ ˆÿÿ3”gDf˜8ä’ ˆÿÿ%`• å’ ˆÿÿ3˜gDf˜ å’ ˆÿÿ%`•ç’ ˆÿÿ3œgDf˜ç’ ˆÿÿ%`•pè’ ˆÿÿ3 gDf˜pè’ ˆÿÿ%`•Øé’ ˆÿÿ3¤gDf˜Øé’ ˆÿÿ%`•@ë’ ˆÿÿ3¨gDf˜@ë’ ˆÿÿ%`•¨ì’ ˆÿÿ3¬gDf˜¨ì’ ˆÿÿ%`•î’ ˆÿÿ3°gDf˜î’ ˆÿÿ%`•@ˆÿÿ3´gDf˜@ˆÿÿ%`•hAˆÿÿ3¸gDf˜hAˆÿÿ%`•ÐBˆÿÿ3¼gDf˜ÐBˆÿÿ%`• Eˆÿÿ3ÀDgDf˜ Eˆÿÿ%`•Gˆÿÿ4ügDf˜Gˆÿÿ%`•pHˆÿÿ6ügDf˜pHˆÿÿ%`•ØIˆÿÿ8gDf˜ØIˆÿÿ%`•@Kˆÿÿ8 ügDf˜@Kˆÿÿ%`•¨Lˆÿÿ:ügDf˜¨Lˆÿÿ%`•Nˆÿÿ<gDf˜Nˆÿÿ%`•¨<™ˆÿÿ<ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ> ügDf˜>™ˆÿÿ%`•Ø)û ˆÿÿ@gDf˜Ø)û ˆÿÿ%`•p(û ˆÿÿ@dgDf˜p(û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@xgDf˜'ˆÿÿ%`•8DˆÿÿìˆgDf˜8Dˆÿÿ%`•p(û ˆÿÿ gDf˜p(û ˆÿÿ%`•p(û ˆÿÿ@|gDf˜p(û ˆÿÿ%`•¨,û ˆÿÿ@€ØgDf˜¨,û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAXgDf˜'ˆÿÿ%`•¨,û ˆÿÿA\ŒgDf˜¨,û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAègDf˜'ˆÿÿ%`•¨,û ˆÿÿìxgDf˜¨,û ˆÿÿ%`•p(û ˆÿÿ7ôgDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ8ø gDf˜Ø)û ˆÿÿ%`•Ø)û ˆÿÿ gDf˜Ø)û ˆÿÿ%`•Ø)û ˆÿÿAìgDf˜Ø)û ˆÿÿ%`•p(û ˆÿÿAðgDf˜p(û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB gDf˜'ˆÿÿ%`•p(û ˆÿÿB\gDf˜p(û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBlgDf˜'ˆÿÿ%`•p(û ˆÿÿBp gDf˜p(û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•p(û ˆÿÿB” gDf˜p(û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB´gDf˜'ˆÿÿ%`•p(û ˆÿÿB¸gDf˜p(û ˆÿÿ%`•p(û ˆÿÿB¼gDf˜p(û ˆÿÿ%`•p(û ˆÿÿBÀgDf˜p(û ˆÿÿ%`•p(û ˆÿÿBÄgDf˜p(û ˆÿÿ%`•p(û ˆÿÿBÈgDf˜p(û ˆÿÿ%`•p(û ˆÿÿBÌgDf˜p(û ˆÿÿ%`•p(û ˆÿÿBÐgDf˜p(û ˆÿÿ%`•@+û ˆÿÿBÔgDf˜@+û ˆÿÿ%`•'û ˆÿÿBØgDf˜'û ˆÿÿ%`• %û ˆÿÿBÜgDf˜ %û ˆÿÿ%`• %û ˆÿÿBàgDf˜ %û ˆÿÿ%`•'û ˆÿÿBägDf˜'û ˆÿÿ%`•@+û ˆÿÿBègDf˜@+û ˆÿÿ%`•p(û ˆÿÿBìgDf˜p(û ˆÿÿ%`•.û ˆÿÿBðgDf˜.û ˆÿÿ%`•Ø)û ˆÿÿBôgDf˜Ø)û ˆÿÿ%`•¨,û ˆÿÿBøgDf˜¨,û ˆÿÿ%`•8$û ˆÿÿBügDf˜8$û ˆÿÿ%`•Ð"û ˆÿÿCgDf˜Ð"û ˆÿÿ%`•h!û ˆÿÿCgDf˜h!û ˆÿÿ%`• û ˆÿÿCgDf˜ û ˆÿÿ%`•>™ˆÿÿC gDf˜>™ˆÿÿ%`•¨<™ˆÿÿCgDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿCgDf˜¨<™ˆÿÿ%`•>™ˆÿÿCgDf˜>™ˆÿÿ%`• û ˆÿÿCgDf˜ û ˆÿÿ%`•h!û ˆÿÿC gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿC$gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿC(gDf˜8$û ˆÿÿ%`• %û ˆÿÿC,gDf˜ %û ˆÿÿ%`•'û ˆÿÿC0gDf˜'û ˆÿÿ%`•p(û ˆÿÿC4gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿC8gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿC<gDf˜@+û ˆÿÿ%`•¨,û ˆÿÿC@gDf˜¨,û ˆÿÿ%`•.û ˆÿÿCDgDf˜.û ˆÿÿ%`•àˆÿÿCHgDf˜àˆÿÿ%`•háˆÿÿCLgDf˜háˆÿÿ%`•ÐâˆÿÿCPgDf˜Ðâˆÿÿ%`•8äˆÿÿCTgDf˜8äˆÿÿ%`• åˆÿÿCXgDf˜ åˆÿÿ%`•çˆÿÿC\gDf˜çˆÿÿ%`•pèˆÿÿC`gDf˜pèˆÿÿ%`•ØéˆÿÿCdgDf˜Øéˆÿÿ%`•@ëˆÿÿChgDf˜@ëˆÿÿ%`•¨ìˆÿÿClgDf˜¨ìˆÿÿ%`•îˆÿÿCpgDf˜îˆÿÿ%`•P^ ˆÿÿCtgDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿCxgDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿC|gDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿC€gDf˜8T^ ˆÿÿ%`• U^ ˆÿÿC„gDf˜ U^ ˆÿÿ%`•W^ ˆÿÿCˆgDf˜W^ ˆÿÿ%`•pX^ ˆÿÿCŒgDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿCgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿC”gDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿC˜gDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿCœgDf˜^^ ˆÿÿ%`•PWˆÿÿC gDf˜PWˆÿÿ%`•hQWˆÿÿC¤gDf˜hQWˆÿÿ%`•ÐRWˆÿÿC¨gDf˜ÐRWˆÿÿ%`•ÐRWˆÿÿC¬gDf˜ÐRWˆÿÿ%`•hQWˆÿÿC°gDf˜hQWˆÿÿ%`•PWˆÿÿC´gDf˜PWˆÿÿ%`•8TWˆÿÿC¸gDf˜8TWˆÿÿ%`• UWˆÿÿC¼gDf˜ UWˆÿÿ%`•WWˆÿÿCÀgDf˜WWˆÿÿ%`•pXWˆÿÿCÄgDf˜pXWˆÿÿ%`•ØYWˆÿÿCÈgDf˜ØYWˆÿÿ%`•@[WˆÿÿCÌgDf˜@[Wˆÿÿ%`•¨\WˆÿÿCÐgDf˜¨\Wˆÿÿ%`•^WˆÿÿCÔgDf˜^Wˆÿÿ%`•>™ˆÿÿCØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿCÜgDf˜¨<™ˆÿÿ%`• ,ˆÿÿCàgDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ¤gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ¨gDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ¬gDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ°gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ´gDf˜§,ˆÿÿ%`•p¨,ˆÿÿ¸gDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ¼gDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿÀgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿÄgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿÈgDf˜®,ˆÿÿ%`•­ˆÿÿÌgDf˜­ˆÿÿ%`•h­ˆÿÿÔgDf˜h­ˆÿÿ%`•ЭˆÿÿØgDf˜Ð­ˆÿÿ%`•8­ˆÿÿÜgDf˜8­ˆÿÿ%`• ­ˆÿÿàgDf˜ ­ˆÿÿ%`•­ˆÿÿägDf˜­ˆÿÿ%`•p­ˆÿÿègDf˜p­ˆÿÿ%`•Ø­ˆÿÿìgDf˜Ø­ˆÿÿ%`•@­ˆÿÿðgDf˜@­ˆÿÿ%`•¨­ˆÿÿôgDf˜¨­ˆÿÿ%`•­ˆÿÿøgDf˜­ˆÿÿ%`•@ˆÿÿügDf˜@ˆÿÿ%`•hAˆÿÿgDf˜hAˆÿÿ%`•ÐBˆÿÿgDf˜ÐBˆÿÿ%`•8DˆÿÿgDf˜8Dˆÿÿ%`• Eˆÿÿ gDf˜ Eˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pHˆÿÿgDf˜pHˆÿÿ%`•ØIˆÿÿgDf˜ØIˆÿÿ%`•@KˆÿÿgDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•Nˆÿÿ$gDf˜Nˆÿÿ%`•À—ˆÿÿ(gDf˜À—ˆÿÿ%`•hÁ—ˆÿÿ,gDf˜hÁ—ˆÿÿ%`•Зˆÿÿ0gDf˜Ð—ˆÿÿ%`•8Ä—ˆÿÿ4gDf˜8Ä—ˆÿÿ%`• Å—ˆÿÿ8gDf˜ Å—ˆÿÿ%`•Ç—ˆÿÿ<gDf˜Ç—ˆÿÿ%`•pÈ—ˆÿÿ@gDf˜pÈ—ˆÿÿ%`•ØÉ—ˆÿÿDgDf˜ØÉ—ˆÿÿ%`•@Ë—ˆÿÿHgDf˜@Ë—ˆÿÿ%`•¨Ì—ˆÿÿLgDf˜¨Ì—ˆÿÿ%`•ΗˆÿÿPgDf˜Ηˆÿÿ%`•° ˆÿÿTgDf˜° ˆÿÿ%`•h± ˆÿÿXgDf˜h± ˆÿÿ%`•в ˆÿÿ\gDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ`gDf˜8´ ˆÿÿ%`• µ ˆÿÿdgDf˜ µ ˆÿÿ%`•· ˆÿÿhgDf˜· ˆÿÿ%`•p¸ ˆÿÿlgDf˜p¸ ˆÿÿ%`•ع ˆÿÿpgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿtgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿxgDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ|gDf˜¾ ˆÿÿ%`•°¹ˆÿÿ€gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ„gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿˆgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿŒgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ”gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ˜gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿœgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ¤gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ¨gDf˜¾¹ˆÿÿ%`•€>ˆÿÿ¬gDf˜€>ˆÿÿ%`•h>ˆÿÿ°gDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ´gDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ¸gDf˜8„>ˆÿÿ%`• …>ˆÿÿ¼gDf˜ …>ˆÿÿ%`•‡>ˆÿÿÀgDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿÄgDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿÈgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿÌgDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿÐgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿÔgDf˜Ž>ˆÿÿ%`• #ˆÿÿØgDf˜ #ˆÿÿ%`•h¡#ˆÿÿÜgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿàgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿägDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿègDf˜ ¥#ˆÿÿ%`•§#ˆÿÿìgDf˜§#ˆÿÿ%`•p¨#ˆÿÿðgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿôgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿøgDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿügDf˜¨¬#ˆÿÿ%`•®#ˆÿÿgDf˜®#ˆÿÿ%`•€ˆÿÿgDf˜€ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•Ђˆÿÿ gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿgDf˜8„ˆÿÿ%`• …ˆÿÿgDf˜ …ˆÿÿ%`•‡ˆÿÿgDf˜‡ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•؉ˆÿÿ gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ$gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ(gDf˜¨Œˆÿÿ%`•Žˆÿÿ,gDf˜Žˆÿÿ%`•À§ˆÿÿ0gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ4gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ8gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ<gDf˜8ħˆÿÿ%`• Å§ˆÿÿ@gDf˜ Å§ˆÿÿ%`•ǧˆÿÿDgDf˜ǧˆÿÿ%`•pȧˆÿÿHgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿLgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿPgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿTgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿXgDf˜Χˆÿÿ%`•@ÿ ˆÿÿ\gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ`gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿdgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿhgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿlgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿpgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿtgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿxgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ|gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ€gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ„gDf˜Nÿ ˆÿÿ%`•`´ˆÿÿˆgDf˜`´ˆÿÿ%`•ha´ˆÿÿŒgDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿgDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ”gDf˜8d´ˆÿÿ%`• e´ˆÿÿ˜gDf˜ e´ˆÿÿ%`•g´ˆÿÿœgDf˜g´ˆÿÿ%`•ph´ˆÿÿ gDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ¤gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ¨gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ¬gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ°gDf˜n´ˆÿÿ%`•àψÿÿ´gDf˜àψÿÿ%`•háψÿÿ¸gDf˜háψÿÿ%`•Ðâψÿÿ¼gDf˜Ðâψÿÿ%`•8äψÿÿÀgDf˜8äψÿÿ%`• åψÿÿÄgDf˜ åψÿÿ%`•çψÿÿÈgDf˜çψÿÿ%`•pèψÿÿÌgDf˜pèψÿÿ%`•ØéψÿÿÐgDf˜Øéψÿÿ%`•@ëψÿÿÔgDf˜@ëψÿÿ%`•¨ìψÿÿØgDf˜¨ìψÿÿ%`•îψÿÿÜgDf˜îψÿÿ%`• ‚ ˆÿÿàgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿägDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿègDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿìgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿðgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿôgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿøgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿügDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿgDf˜®‚ ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•Ø­ˆÿÿgDf˜Ø­ˆÿÿ%`•p­ˆÿÿgDf˜p­ˆÿÿ%`•­ˆÿÿgDf˜­ˆÿÿ%`• ­ˆÿÿ gDf˜ ­ˆÿÿ%`•8­ˆÿÿ$gDf˜8­ˆÿÿ%`•Эˆÿÿ(gDf˜Ð­ˆÿÿ%`•h­ˆÿÿ,gDf˜h­ˆÿÿ%`•­ˆÿÿ0gDf˜­ˆÿÿ%`•ðRˆÿÿ4gDf˜ðRˆÿÿ%`•hñRˆÿÿ8gDf˜hñRˆÿÿ%`•ÐòRˆÿÿ<gDf˜ÐòRˆÿÿ%`•8ôRˆÿÿ@gDf˜8ôRˆÿÿ%`• õRˆÿÿDgDf˜ õRˆÿÿ%`•÷RˆÿÿHgDf˜÷Rˆÿÿ%`•pøRˆÿÿLgDf˜pøRˆÿÿ%`•ØùRˆÿÿPgDf˜ØùRˆÿÿ%`•@ûRˆÿÿTgDf˜@ûRˆÿÿ%`•¨üRˆÿÿXgDf˜¨üRˆÿÿ%`•þRˆÿÿ\gDf˜þRˆÿÿ%`•àˆÿÿ`gDf˜àˆÿÿ%`•háˆÿÿdgDf˜háˆÿÿ%`•ÐâˆÿÿhgDf˜Ðâˆÿÿ%`•8äˆÿÿlgDf˜8äˆÿÿ%`• åˆÿÿpgDf˜ åˆÿÿ%`•çˆÿÿtgDf˜çˆÿÿ%`•pèˆÿÿxgDf˜pèˆÿÿ%`•Øéˆÿÿ|gDf˜Øéˆÿÿ%`•@ëˆÿÿ€gDf˜@ëˆÿÿ%`•¨ìˆÿÿ„gDf˜¨ìˆÿÿ%`•îˆÿÿˆgDf˜îˆÿÿ%`•­ˆÿÿŒgDf˜­ˆÿÿ%`•¨­ˆÿÿgDf˜¨­ˆÿÿ%`•@­ˆÿÿ”gDf˜@­ˆÿÿ%`•p¸ ˆÿÿ˜gDf˜p¸ ˆÿÿ%`•· ˆÿÿœgDf˜· ˆÿÿ%`• µ ˆÿÿ gDf˜ µ ˆÿÿ%`•8´ ˆÿÿ¤gDf˜8´ ˆÿÿ%`•в ˆÿÿ¨gDf˜Ð² ˆÿÿ%`•h± ˆÿÿ¬gDf˜h± ˆÿÿ%`•° ˆÿÿ°gDf˜° ˆÿÿ%`•@ˆÿÿ´gDf˜@ˆÿÿ%`•hAˆÿÿ¸gDf˜hAˆÿÿ%`•ÐBˆÿÿ¼gDf˜ÐBˆÿÿ%`•8DˆÿÿÀgDf˜8Dˆÿÿ%`• EˆÿÿÄgDf˜ Eˆÿÿ%`•GˆÿÿÈgDf˜Gˆÿÿ%`•pHˆÿÿÌgDf˜pHˆÿÿ%`•ØIˆÿÿÐgDf˜ØIˆÿÿ%`•@KˆÿÿÔgDf˜@Kˆÿÿ%`•¨LˆÿÿØgDf˜¨Lˆÿÿ%`•NˆÿÿÜgDf˜Nˆÿÿ%`•Ð@ ˆÿÿàgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿägDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿègDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿìgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿðgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿôgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿøgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿügDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿgDf˜Þ@ ˆÿÿ%`•¾ ˆÿÿ gDf˜¾ ˆÿÿ%`•¨¼ ˆÿÿgDf˜¨¼ ˆÿÿ%`•@» ˆÿÿgDf˜@» ˆÿÿ%`•ع ˆÿÿgDf˜Ø¹ ˆÿÿ%`•§#ˆÿÿgDf˜§#ˆÿÿ%`• ¥#ˆÿÿ gDf˜ ¥#ˆÿÿ%`•8¤#ˆÿÿ$gDf˜8¤#ˆÿÿ%`•Т#ˆÿÿ(gDf˜Ð¢#ˆÿÿ%`•h¡#ˆÿÿ,gDf˜h¡#ˆÿÿ%`• #ˆÿÿ0gDf˜ #ˆÿÿ%`•Ðrˆÿÿ4gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ8gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ<gDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ@gDf˜8Ôrˆÿÿ%`• ÕrˆÿÿDgDf˜ Õrˆÿÿ%`•×rˆÿÿHgDf˜×rˆÿÿ%`•pØrˆÿÿLgDf˜pØrˆÿÿ%`•ØÙrˆÿÿPgDf˜ØÙrˆÿÿ%`•@ÛrˆÿÿTgDf˜@Ûrˆÿÿ%`•¨ÜrˆÿÿXgDf˜¨Ürˆÿÿ%`•Þrˆÿÿ\gDf˜Þrˆÿÿ%`•@*ˆÿÿ`gDf˜@*ˆÿÿ%`•hA*ˆÿÿdgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿhgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿlgDf˜8D*ˆÿÿ%`• E*ˆÿÿpgDf˜ E*ˆÿÿ%`•G*ˆÿÿtgDf˜G*ˆÿÿ%`•pH*ˆÿÿxgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ|gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ€gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ„gDf˜¨L*ˆÿÿ%`•N*ˆÿÿˆgDf˜N*ˆÿÿ%`•®#ˆÿÿŒgDf˜®#ˆÿÿ%`•¨¬#ˆÿÿgDf˜¨¬#ˆÿÿ%`•@«#ˆÿÿ”gDf˜@«#ˆÿÿ%`•Ø©#ˆÿÿ˜gDf˜Ø©#ˆÿÿ%`•p¨#ˆÿÿœgDf˜p¨#ˆÿÿ%`• Eÿ ˆÿÿ gDf˜ Eÿ ˆÿÿ%`•8Dÿ ˆÿÿ¤gDf˜8Dÿ ˆÿÿ%`•ÐBÿ ˆÿÿ¨gDf˜ÐBÿ ˆÿÿ%`•hAÿ ˆÿÿ¬gDf˜hAÿ ˆÿÿ%`•@ÿ ˆÿÿ°gDf˜@ÿ ˆÿÿ%`•`¿ˆÿÿ´gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ¸gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ¼gDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿÀgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿÄgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿÈgDf˜g¿ˆÿÿ%`•ph¿ˆÿÿÌgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿÐgDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿÜgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿàgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿägDf˜n¿ˆÿÿ%`• ˆÿÿègDf˜ ˆÿÿ%`•h!ˆÿÿìgDf˜h!ˆÿÿ%`•Ð"ˆÿÿðgDf˜Ð"ˆÿÿ%`•8$ˆÿÿôgDf˜8$ˆÿÿ%`• %ˆÿÿøgDf˜ %ˆÿÿ%`•'ˆÿÿügDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿgDf˜@+ˆÿÿ%`•¨,ˆÿÿ gDf˜¨,ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•Nÿ ˆÿÿgDf˜Nÿ ˆÿÿ%`•¨Lÿ ˆÿÿgDf˜¨Lÿ ˆÿÿ%`•@Kÿ ˆÿÿgDf˜@Kÿ ˆÿÿ%`•ØIÿ ˆÿÿ gDf˜ØIÿ ˆÿÿ%`•pHÿ ˆÿÿ$gDf˜pHÿ ˆÿÿ%`•Gÿ ˆÿÿ(gDf˜Gÿ ˆÿÿ%`•8¤‚ ˆÿÿ,gDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ0gDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ4gDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ8gDf˜ ‚ ˆÿÿ%`•ð«ˆÿÿ<gDf˜ð«ˆÿÿ%`•hñ«ˆÿÿ@gDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿDgDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿHgDf˜8ô«ˆÿÿ%`• õ«ˆÿÿLgDf˜ õ«ˆÿÿ%`•÷«ˆÿÿPgDf˜÷«ˆÿÿ%`•pø«ˆÿÿTgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿXgDf˜Øù«ˆÿÿ%`•@û«ˆÿÿ\gDf˜@û«ˆÿÿ%`•¨ü«ˆÿÿ`gDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿdgDf˜þ«ˆÿÿ%`•àψÿÿhgDf˜àψÿÿ%`•háψÿÿlgDf˜háψÿÿ%`•ÐâψÿÿpgDf˜Ðâψÿÿ%`•8äψÿÿtgDf˜8äψÿÿ%`• åψÿÿxgDf˜ åψÿÿ%`•çψÿÿ|gDf˜çψÿÿ%`•pèψÿÿ€gDf˜pèψÿÿ%`•Øéψÿÿ„gDf˜Øéψÿÿ%`•@ëψÿÿˆgDf˜@ëψÿÿ%`•¨ìψÿÿŒgDf˜¨ìψÿÿ%`•îψÿÿgDf˜îψÿÿ%`•®‚ ˆÿÿ”gDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ˜gDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿœgDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿ gDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ¤gDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ¨gDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ¬gDf˜ ¥‚ ˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•­ˆÿÿ¸gDf˜­ˆÿÿ%`•h­ˆÿÿ¼gDf˜h­ˆÿÿ%`•ЭˆÿÿÀgDf˜Ð­ˆÿÿ%`•8­ˆÿÿÄgDf˜8­ˆÿÿ%`• ­ˆÿÿÈgDf˜ ­ˆÿÿ%`•­ˆÿÿÌgDf˜­ˆÿÿ%`•p­ˆÿÿÐgDf˜p­ˆÿÿ%`•Ø­ˆÿÿÔgDf˜Ø­ˆÿÿ%`•8äˆÿÿØgDf˜8äˆÿÿ%`•ÐâˆÿÿÜgDf˜Ðâˆÿÿ%`•háˆÿÿàgDf˜háˆÿÿ%`•àˆÿÿägDf˜àˆÿÿ%`•PWˆÿÿègDf˜PWˆÿÿ%`•hQWˆÿÿìgDf˜hQWˆÿÿ%`•ÐRWˆÿÿðgDf˜ÐRWˆÿÿ%`•8TWˆÿÿôgDf˜8TWˆÿÿ%`• UWˆÿÿøgDf˜ UWˆÿÿ%`•WWˆÿÿügDf˜WWˆÿÿ%`•pXWˆÿÿ gDf˜pXWˆÿÿ%`•ØYWˆÿÿ gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ gDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ gDf˜^Wˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`•¨ìˆÿÿ gDf˜¨ìˆÿÿ%`•@ëˆÿÿ gDf˜@ëˆÿÿ%`•Øéˆÿÿ gDf˜Øéˆÿÿ%`•pèˆÿÿ $gDf˜pèˆÿÿ%`•çˆÿÿ (gDf˜çˆÿÿ%`• åˆÿÿ ,gDf˜ åˆÿÿ%`•@­ˆÿÿ 0gDf˜@­ˆÿÿ%`•¨­ˆÿÿ 4gDf˜¨­ˆÿÿ%`•­ˆÿÿ 8gDf˜­ˆÿÿ%`•° ˆÿÿ <gDf˜° ˆÿÿ%`•h± ˆÿÿ @gDf˜h± ˆÿÿ%`•в ˆÿÿ DgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ HgDf˜8´ ˆÿÿ%`• µ ˆÿÿ LgDf˜ µ ˆÿÿ%`•· ˆÿÿ PgDf˜· ˆÿÿ%`•p¸ ˆÿÿ TgDf˜p¸ ˆÿÿ%`•8Ô@ ˆÿÿ XgDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ \gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ `gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ dgDf˜Ð@ ˆÿÿ%`• û ˆÿÿ hgDf˜ û ˆÿÿ%`•h!û ˆÿÿ lgDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ pgDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ tgDf˜8$û ˆÿÿ%`• %û ˆÿÿ xgDf˜ %û ˆÿÿ%`•'û ˆÿÿ |gDf˜'û ˆÿÿ%`•p(û ˆÿÿ €gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ „gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ ˆgDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ ŒgDf˜¨,û ˆÿÿ%`•.û ˆÿÿ gDf˜.û ˆÿÿ%`•Þ@ ˆÿÿ ”gDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ ˜gDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ œgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ  gDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ ¤gDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ ¨gDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ ¬gDf˜ Õ@ ˆÿÿ%`•ع ˆÿÿ °gDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿ ´gDf˜@» ˆÿÿ%`•¨¼ ˆÿÿ ¸gDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ ¼gDf˜¾ ˆÿÿ%`• #ˆÿÿ ÀgDf˜ #ˆÿÿ%`•h¡#ˆÿÿ ÄgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ ÈgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ ÌgDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ ÐgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ ÔgDf˜§#ˆÿÿ%`•8D*ˆÿÿ ØgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿ ÜgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿ àgDf˜hA*ˆÿÿ%`•@*ˆÿÿ ägDf˜@*ˆÿÿ%`•ˆÿÿ ègDf˜ˆÿÿ%`•h‘ˆÿÿ ìgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ ðgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ ôgDf˜8”ˆÿÿ%`• •ˆÿÿ øgDf˜ •ˆÿÿ%`•—ˆÿÿ ügDf˜—ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿ gDf˜žˆÿÿ%`•N*ˆÿÿ gDf˜N*ˆÿÿ%`•¨L*ˆÿÿ gDf˜¨L*ˆÿÿ%`•@K*ˆÿÿ gDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ $gDf˜pH*ˆÿÿ%`•G*ˆÿÿ (gDf˜G*ˆÿÿ%`• E*ˆÿÿ ,gDf˜ E*ˆÿÿ%`•p¨#ˆÿÿ 0gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ 4gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ 8gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ <gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ @gDf˜®#ˆÿÿ%`•@ÿ ˆÿÿ DgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ HgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ LgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ PgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ TgDf˜ Eÿ ˆÿÿ%`•8$ˆÿÿ XgDf˜8$ˆÿÿ%`•Ð"ˆÿÿ \gDf˜Ð"ˆÿÿ%`•h!ˆÿÿ `gDf˜h!ˆÿÿ%`• ˆÿÿ dgDf˜ ˆÿÿ%`•ˆÿÿ hgDf˜ˆÿÿ%`•hˆÿÿ lgDf˜hˆÿÿ%`•Јÿÿ pgDf˜Ðˆÿÿ%`•8ˆÿÿ tgDf˜8ˆÿÿ%`• ˆÿÿ xgDf˜ ˆÿÿ%`•ˆÿÿ |gDf˜ˆÿÿ%`•pˆÿÿ €gDf˜pˆÿÿ%`•؈ÿÿ „gDf˜Øˆÿÿ%`•@ˆÿÿ ˆgDf˜@ˆÿÿ%`•¨ˆÿÿ ŒgDf˜¨ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•.ˆÿÿ ”gDf˜.ˆÿÿ%`•¨,ˆÿÿ ˜gDf˜¨,ˆÿÿ%`•@+ˆÿÿ œgDf˜@+ˆÿÿ%`•Ø)ˆÿÿ  gDf˜Ø)ˆÿÿ%`•p(ˆÿÿ ¤gDf˜p(ˆÿÿ%`•'ˆÿÿ ¨gDf˜'ˆÿÿ%`• %ˆÿÿ ¬gDf˜ %ˆÿÿ%`•Gÿ ˆÿÿ °gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ ´gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ ¸gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ ¼gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ ÀgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ ÄgDf˜Nÿ ˆÿÿ%`• ‚ ˆÿÿ ÈgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ ÌgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ ÐgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ ÔgDf˜8¤‚ ˆÿÿ%`•8äψÿÿ ØgDf˜8äψÿÿ%`•Ðâψÿÿ ÜgDf˜Ðâψÿÿ%`•háψÿÿ àgDf˜háψÿÿ%`•àψÿÿ ägDf˜àψÿÿ%`•€²ˆÿÿ ègDf˜€²ˆÿÿ%`•h²ˆÿÿ ìgDf˜h²ˆÿÿ%`•Ђ²ˆÿÿ ðgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿ ôgDf˜8„²ˆÿÿ%`• …²ˆÿÿ øgDf˜ …²ˆÿÿ%`•‡²ˆÿÿ ügDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿ gDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ gDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿ gDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿ gDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿ gDf˜޲ˆÿÿ%`•îψÿÿ gDf˜îψÿÿ%`•¨ìψÿÿ gDf˜¨ìψÿÿ%`•@ëψÿÿ gDf˜@ëψÿÿ%`•Øéψÿÿ gDf˜Øéψÿÿ%`•pèψÿÿ $gDf˜pèψÿÿ%`•çψÿÿ (gDf˜çψÿÿ%`• åψÿÿ ,gDf˜ åψÿÿ%`• ¥‚ ˆÿÿ 0gDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ 4gDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ 8gDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ <gDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ @gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ DgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ HgDf˜®‚ ˆÿÿ%`•¨<™ˆÿÿ LgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ PgDf˜>™ˆÿÿ%`•Ø­ˆÿÿ TgDf˜Ø­ˆÿÿ%`•p­ˆÿÿ XgDf˜p­ˆÿÿ%`•­ˆÿÿ \gDf˜­ˆÿÿ%`• ­ˆÿÿ `gDf˜ ­ˆÿÿ%`•8­ˆÿÿ dgDf˜8­ˆÿÿ%`•Эˆÿÿ hgDf˜Ð­ˆÿÿ%`•h­ˆÿÿ lgDf˜h­ˆÿÿ%`•­ˆÿÿ pgDf˜­ˆÿÿ%`•­ˆÿÿ tgDf˜­ˆÿÿ%`•¨­ˆÿÿ xgDf˜¨­ˆÿÿ%`•@­ˆÿÿ |gDf˜@­ˆÿÿ%`•p¸ ˆÿÿ €gDf˜p¸ ˆÿÿ%`•· ˆÿÿ „gDf˜· ˆÿÿ%`• µ ˆÿÿ ˆgDf˜ µ ˆÿÿ%`•8´ ˆÿÿ ŒgDf˜8´ ˆÿÿ%`•в ˆÿÿ gDf˜Ð² ˆÿÿ%`•h± ˆÿÿ ”gDf˜h± ˆÿÿ%`•° ˆÿÿ ˜gDf˜° ˆÿÿ%`•Ð@ ˆÿÿ œgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ  gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ ¤gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ ¨gDf˜8Ô@ ˆÿÿ%`•8$û ˆÿÿ ¬gDf˜8$û ˆÿÿ%`•Ð"û ˆÿÿ °gDf˜Ð"û ˆÿÿ%`•h!û ˆÿÿ ´gDf˜h!û ˆÿÿ%`• û ˆÿÿ ¸gDf˜ û ˆÿÿ%`•À—ˆÿÿ ¼gDf˜À—ˆÿÿ%`•hÁ—ˆÿÿ ÀgDf˜hÁ—ˆÿÿ%`•Зˆÿÿ ÄgDf˜Ð—ˆÿÿ%`•8Ä—ˆÿÿ ÈgDf˜8Ä—ˆÿÿ%`• Å—ˆÿÿ ÌgDf˜ Å—ˆÿÿ%`•Ç—ˆÿÿ ÐgDf˜Ç—ˆÿÿ%`•pÈ—ˆÿÿ ÔgDf˜pÈ—ˆÿÿ%`•ØÉ—ˆÿÿ ØgDf˜ØÉ—ˆÿÿ%`•@Ë—ˆÿÿ àgDf˜@Ë—ˆÿÿ%`•¨Ì—ˆÿÿ ägDf˜¨Ì—ˆÿÿ%`•Ηˆÿÿ ègDf˜Ηˆÿÿ%`•@]ˆÿÿ ìgDf˜@]ˆÿÿ%`•hA]ˆÿÿ ðgDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿ ôgDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿ øgDf˜8D]ˆÿÿ%`• E]ˆÿÿ ügDf˜ E]ˆÿÿ%`•G]ˆÿÿ gDf˜G]ˆÿÿ%`•pH]ˆÿÿ gDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ gDf˜ØI]ˆÿÿ%`•@K]ˆÿÿ gDf˜@K]ˆÿÿ%`•¨L]ˆÿÿ gDf˜¨L]ˆÿÿ%`•N]ˆÿÿ gDf˜N]ˆÿÿ%`•.û ˆÿÿ gDf˜.û ˆÿÿ%`•¨,û ˆÿÿ gDf˜¨,û ˆÿÿ%`•@+û ˆÿÿ gDf˜@+û ˆÿÿ%`•Ø)û ˆÿÿ $gDf˜Ø)û ˆÿÿ%`•p(û ˆÿÿ (gDf˜p(û ˆÿÿ%`•'û ˆÿÿ ,gDf˜'û ˆÿÿ%`• %û ˆÿÿ 0gDf˜ %û ˆÿÿ%`• Õ@ ˆÿÿ 4gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ 8gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ <gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ @gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ DgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ HgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ LgDf˜Þ@ ˆÿÿ%`•¾ ˆÿÿ PgDf˜¾ ˆÿÿ%`•¨¼ ˆÿÿ TgDf˜¨¼ ˆÿÿ%`•@» ˆÿÿ XgDf˜@» ˆÿÿ%`•ع ˆÿÿ \gDf˜Ø¹ ˆÿÿ%`•§#ˆÿÿ `gDf˜§#ˆÿÿ%`• ¥#ˆÿÿ dgDf˜ ¥#ˆÿÿ%`•8¤#ˆÿÿ hgDf˜8¤#ˆÿÿ%`•Т#ˆÿÿ lgDf˜Ð¢#ˆÿÿ%`•h¡#ˆÿÿ pgDf˜h¡#ˆÿÿ%`• #ˆÿÿ tgDf˜ #ˆÿÿ%`•®#ˆÿÿ xgDf˜®#ˆÿÿ%`•¨¬#ˆÿÿ |gDf˜¨¬#ˆÿÿ%`•@«#ˆÿÿ €gDf˜@«#ˆÿÿ%`•Ø©#ˆÿÿ „gDf˜Ø©#ˆÿÿ%`•p¨#ˆÿÿ ˆgDf˜p¨#ˆÿÿ%`• Eÿ ˆÿÿ ŒgDf˜ Eÿ ˆÿÿ%`•8Dÿ ˆÿÿ gDf˜8Dÿ ˆÿÿ%`•ÐBÿ ˆÿÿ ”gDf˜ÐBÿ ˆÿÿ%`•hAÿ ˆÿÿ ˜gDf˜hAÿ ˆÿÿ%`•@ÿ ˆÿÿ œgDf˜@ÿ ˆÿÿ%`• ˆÿÿ  gDf˜ ˆÿÿ%`•h!ˆÿÿ ¤gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ ¨gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ ¬gDf˜8$ˆÿÿ%`•8ˆÿÿ °gDf˜8ˆÿÿ%`•Јÿÿ ´gDf˜Ðˆÿÿ%`•hˆÿÿ ¸gDf˜hˆÿÿ%`•ˆÿÿ ¼gDf˜ˆÿÿ%`•€ˆÿÿ ÀgDf˜€ˆÿÿ%`•hˆÿÿ ÄgDf˜hˆÿÿ%`•Ђˆÿÿ ÈgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ ÌgDf˜8„ˆÿÿ%`• …ˆÿÿ ÐgDf˜ …ˆÿÿ%`•‡ˆÿÿ ÔgDf˜‡ˆÿÿ%`•pˆˆÿÿ ØgDf˜pˆˆÿÿ%`•؉ˆÿÿ ÜgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ àgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ ägDf˜¨Œˆÿÿ%`•Žˆÿÿ ègDf˜Žˆÿÿ%`• ÿˆÿÿ ìgDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ ðgDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ ôgDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ øgDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ ügDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ gDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ gDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ gDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ gDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ gDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ gDf˜®ÿˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•¨ˆÿÿ gDf˜¨ˆÿÿ%`•@ˆÿÿ gDf˜@ˆÿÿ%`•؈ÿÿ $gDf˜Øˆÿÿ%`•pˆÿÿ (gDf˜pˆÿÿ%`•ˆÿÿ ,gDf˜ˆÿÿ%`• ˆÿÿ 0gDf˜ ˆÿÿ%`• %ˆÿÿ 4gDf˜ %ˆÿÿ%`•'ˆÿÿ 8gDf˜'ˆÿÿ%`•p(ˆÿÿ <gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ @gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ DgDf˜@+ˆÿÿ%`•¨,ˆÿÿ HgDf˜¨,ˆÿÿ%`•.ˆÿÿ LgDf˜.ˆÿÿ%`•Nÿ ˆÿÿ PgDf˜Nÿ ˆÿÿ%`•¨Lÿ ˆÿÿ TgDf˜¨Lÿ ˆÿÿ%`•@Kÿ ˆÿÿ XgDf˜@Kÿ ˆÿÿ%`•ØIÿ ˆÿÿ \gDf˜ØIÿ ˆÿÿ%`•pHÿ ˆÿÿ `gDf˜pHÿ ˆÿÿ%`•Gÿ ˆÿÿ dgDf˜Gÿ ˆÿÿ%`•8¤‚ ˆÿÿ hgDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ lgDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ pgDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ tgDf˜ ‚ ˆÿÿ%`•®‚ ˆÿÿ xgDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ |gDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿ €gDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿ „gDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ ˆgDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ ŒgDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ gDf˜ ¥‚ ˆÿÿ%`•>™ˆÿÿ ”gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ˜gDf˜¨<™ˆÿÿ%`•­ˆÿÿ œgDf˜­ˆÿÿ%`•­ˆÿÿ  gDf˜­ˆÿÿ%`•h­ˆÿÿ ¤gDf˜h­ˆÿÿ%`•Эˆÿÿ ¨gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ ¬gDf˜8­ˆÿÿ%`• ­ˆÿÿ °gDf˜ ­ˆÿÿ%`•­ˆÿÿ ´gDf˜­ˆÿÿ%`•p­ˆÿÿ ¸gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ ¼gDf˜Ø­ˆÿÿ%`•ðRˆÿÿ ÀgDf˜ðRˆÿÿ%`•hñRˆÿÿ ÄgDf˜hñRˆÿÿ%`•ÐòRˆÿÿ ÈgDf˜ÐòRˆÿÿ%`•8ôRˆÿÿ ÌgDf˜8ôRˆÿÿ%`• õRˆÿÿ ÐgDf˜ õRˆÿÿ%`•÷Rˆÿÿ ÔgDf˜÷Rˆÿÿ%`•pøRˆÿÿ ØgDf˜pøRˆÿÿ%`•ØùRˆÿÿ ÜgDf˜ØùRˆÿÿ%`•@ûRˆÿÿ àgDf˜@ûRˆÿÿ%`•¨üRˆÿÿ ägDf˜¨üRˆÿÿ%`•þRˆÿÿ ègDf˜þRˆÿÿ%`•0#ˆÿÿ ìgDf˜0#ˆÿÿ%`•h1#ˆÿÿ ðgDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿ ôgDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ øgDf˜84#ˆÿÿ%`• 5#ˆÿÿ ügDf˜ 5#ˆÿÿ%`•7#ˆÿÿgDf˜7#ˆÿÿ%`•p8#ˆÿÿgDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿgDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿ gDf˜@;#ˆÿÿ%`•¨<#ˆÿÿgDf˜¨<#ˆÿÿ%`•>#ˆÿÿgDf˜>#ˆÿÿ%`•@­ˆÿÿgDf˜@­ˆÿÿ%`•¨­ˆÿÿgDf˜¨­ˆÿÿ%`•° ˆÿÿ gDf˜° ˆÿÿ%`•h± ˆÿÿ$gDf˜h± ˆÿÿ%`•в ˆÿÿ(gDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ,gDf˜8´ ˆÿÿ%`• µ ˆÿÿ0gDf˜ µ ˆÿÿ%`•· ˆÿÿ4gDf˜· ˆÿÿ%`•p¸ ˆÿÿ8gDf˜p¸ ˆÿÿ%`•8Ô@ ˆÿÿ<gDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ@gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿDgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿHgDf˜Ð@ ˆÿÿ%`• û ˆÿÿLgDf˜ û ˆÿÿ%`•h!û ˆÿÿPgDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿTgDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿXgDf˜8$û ˆÿÿ%`•8D]ˆÿÿ\gDf˜8D]ˆÿÿ%`•ÐB]ˆÿÿ`gDf˜ÐB]ˆÿÿ%`•hA]ˆÿÿdgDf˜hA]ˆÿÿ%`•@]ˆÿÿhgDf˜@]ˆÿÿ%`•…ˆÿÿlgDf˜…ˆÿÿ%`•h…ˆÿÿpgDf˜h…ˆÿÿ%`•Ð…ˆÿÿtgDf˜Ð…ˆÿÿ%`•8…ˆÿÿxgDf˜8…ˆÿÿ%`• …ˆÿÿ|gDf˜ …ˆÿÿ%`•…ˆÿÿ€gDf˜…ˆÿÿ%`•p…ˆÿÿ„gDf˜p…ˆÿÿ%`•Ø …ˆÿÿˆgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿŒgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿgDf˜¨ …ˆÿÿ%`•…ˆÿÿ”gDf˜…ˆÿÿ%`•N]ˆÿÿ˜gDf˜N]ˆÿÿ%`•¨L]ˆÿÿœgDf˜¨L]ˆÿÿ%`•@K]ˆÿÿ gDf˜@K]ˆÿÿ%`•ØI]ˆÿÿ¤gDf˜ØI]ˆÿÿ%`•pH]ˆÿÿ¨gDf˜pH]ˆÿÿ%`•G]ˆÿÿ¬gDf˜G]ˆÿÿ%`• E]ˆÿÿ°gDf˜ E]ˆÿÿ%`• %û ˆÿÿ´gDf˜ %û ˆÿÿ%`•'û ˆÿÿ¸gDf˜'û ˆÿÿ%`•p(û ˆÿÿ¼gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿÀgDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿÄgDf˜@+û ˆÿÿ%`•¨,û ˆÿÿÈgDf˜¨,û ˆÿÿ%`•.û ˆÿÿÌgDf˜.û ˆÿÿ%`•Þ@ ˆÿÿÐgDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿÔgDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿØgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿÜgDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿàgDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿägDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿègDf˜ Õ@ ˆÿÿ%`•ع ˆÿÿìgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿðgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿôgDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿøgDf˜¾ ˆÿÿ%`•@ÿ ˆÿÿügDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ gDf˜ Eÿ ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`•Ð"ˆÿÿgDf˜Ð"ˆÿÿ%`•h!ˆÿÿgDf˜h!ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•hˆÿÿ$gDf˜hˆÿÿ%`•Јÿÿ(gDf˜Ðˆÿÿ%`•8ˆÿÿ,gDf˜8ˆÿÿ%`•8¤ÿˆÿÿ0gDf˜8¤ÿˆÿÿ%`•Тÿˆÿÿ4gDf˜Ð¢ÿˆÿÿ%`•h¡ÿˆÿÿ8gDf˜h¡ÿˆÿÿ%`• ÿˆÿÿ<gDf˜ ÿˆÿÿ%`•` ˆÿÿ@gDf˜` ˆÿÿ%`•ha ˆÿÿDgDf˜ha ˆÿÿ%`•Ðb ˆÿÿHgDf˜Ðb ˆÿÿ%`•8d ˆÿÿLgDf˜8d ˆÿÿ%`• e ˆÿÿPgDf˜ e ˆÿÿ%`•g ˆÿÿTgDf˜g ˆÿÿ%`•ph ˆÿÿXgDf˜ph ˆÿÿ%`•Øi ˆÿÿ\gDf˜Øi ˆÿÿ%`•@k ˆÿÿ`gDf˜@k ˆÿÿ%`•¨l ˆÿÿdgDf˜¨l ˆÿÿ%`•n ˆÿÿhgDf˜n ˆÿÿ%`•€ˆÿÿlgDf˜€ˆÿÿ%`•hˆÿÿpgDf˜hˆÿÿ%`•ЂˆÿÿtgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿxgDf˜8„ˆÿÿ%`• …ˆÿÿ|gDf˜ …ˆÿÿ%`•‡ˆÿÿ€gDf˜‡ˆÿÿ%`•pˆˆÿÿ„gDf˜pˆˆÿÿ%`•؉ˆÿÿˆgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿŒgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•Žˆÿÿ”gDf˜Žˆÿÿ%`•®ÿˆÿÿ˜gDf˜®ÿˆÿÿ%`•¨¬ÿˆÿÿœgDf˜¨¬ÿˆÿÿ%`•@«ÿˆÿÿ gDf˜@«ÿˆÿÿ%`•Ø©ÿˆÿÿ¤gDf˜Ø©ÿˆÿÿ%`•p¨ÿˆÿÿ¨gDf˜p¨ÿˆÿÿ%`•§ÿˆÿÿ¬gDf˜§ÿˆÿÿ%`• ¥ÿˆÿÿ°gDf˜ ¥ÿˆÿÿ%`• ˆÿÿ´gDf˜ ˆÿÿ%`•ˆÿÿ¸gDf˜ˆÿÿ%`•pˆÿÿ¼gDf˜pˆÿÿ%`•؈ÿÿÀgDf˜Øˆÿÿ%`•@ˆÿÿÄgDf˜@ˆÿÿ%`•¨ˆÿÿÈgDf˜¨ˆÿÿ%`•ˆÿÿÌgDf˜ˆÿÿ%`•.ˆÿÿÐgDf˜.ˆÿÿ%`•¨,ˆÿÿÔgDf˜¨,ˆÿÿ%`•@+ˆÿÿØgDf˜@+ˆÿÿ%`•Ø)ˆÿÿÜgDf˜Ø)ˆÿÿ%`•p(ˆÿÿägDf˜p(ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`• %ˆÿÿìgDf˜ %ˆÿÿ%`•Gÿ ˆÿÿðgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿôgDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿøgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿügDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿgDf˜Nÿ ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•Ø­ˆÿÿgDf˜Ø­ˆÿÿ%`•p­ˆÿÿgDf˜p­ˆÿÿ%`•­ˆÿÿgDf˜­ˆÿÿ%`• ­ˆÿÿgDf˜ ­ˆÿÿ%`•8­ˆÿÿ gDf˜8­ˆÿÿ%`•Эˆÿÿ$gDf˜Ð­ˆÿÿ%`•h­ˆÿÿ(gDf˜h­ˆÿÿ%`•­ˆÿÿ,gDf˜­ˆÿÿ%`•­ˆÿÿ0gDf˜­ˆÿÿ%`•84#ˆÿÿ4gDf˜84#ˆÿÿ%`•Ð2#ˆÿÿ8gDf˜Ð2#ˆÿÿ%`•h1#ˆÿÿ<gDf˜h1#ˆÿÿ%`•0#ˆÿÿ@gDf˜0#ˆÿÿ%`•€²ˆÿÿDgDf˜€²ˆÿÿ%`•h²ˆÿÿHgDf˜h²ˆÿÿ%`•Ђ²ˆÿÿLgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿPgDf˜8„²ˆÿÿ%`• …²ˆÿÿTgDf˜ …²ˆÿÿ%`•‡²ˆÿÿXgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿ\gDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ`gDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿdgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿhgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿlgDf˜޲ˆÿÿ%`•ðRˆÿÿpgDf˜ðRˆÿÿ%`•hñRˆÿÿtgDf˜hñRˆÿÿ%`•ÐòRˆÿÿxgDf˜ÐòRˆÿÿ%`•8ôRˆÿÿ|gDf˜8ôRˆÿÿ%`• õRˆÿÿ€gDf˜ õRˆÿÿ%`•÷Rˆÿÿ„gDf˜÷Rˆÿÿ%`•pøRˆÿÿˆgDf˜pøRˆÿÿ%`•ØùRˆÿÿŒgDf˜ØùRˆÿÿ%`•@ûRˆÿÿgDf˜@ûRˆÿÿ%`•¨üRˆÿÿ”gDf˜¨üRˆÿÿ%`•þRˆÿÿ˜gDf˜þRˆÿÿ%`•>#ˆÿÿœgDf˜>#ˆÿÿ%`•¨<#ˆÿÿ gDf˜¨<#ˆÿÿ%`•@;#ˆÿÿ¤gDf˜@;#ˆÿÿ%`•Ø9#ˆÿÿ¨gDf˜Ø9#ˆÿÿ%`•p8#ˆÿÿ¬gDf˜p8#ˆÿÿ%`•7#ˆÿÿ°gDf˜7#ˆÿÿ%`• 5#ˆÿÿ´gDf˜ 5#ˆÿÿ%`•¨­ˆÿÿ¸gDf˜¨­ˆÿÿ%`•@­ˆÿÿ¼gDf˜@­ˆÿÿ%`•p¸ ˆÿÿÀgDf˜p¸ ˆÿÿ%`•· ˆÿÿÄgDf˜· ˆÿÿ%`• µ ˆÿÿÈgDf˜ µ ˆÿÿ%`•8´ ˆÿÿÌgDf˜8´ ˆÿÿ%`•в ˆÿÿÐgDf˜Ð² ˆÿÿ%`•h± ˆÿÿÔgDf˜h± ˆÿÿ%`•° ˆÿÿØgDf˜° ˆÿÿ%`•Ð@ ˆÿÿÜgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿàgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿägDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿègDf˜8Ô@ ˆÿÿ%`•8$û ˆÿÿìgDf˜8$û ˆÿÿ%`•Ð"û ˆÿÿðgDf˜Ð"û ˆÿÿ%`•h!û ˆÿÿôgDf˜h!û ˆÿÿ%`• û ˆÿÿøgDf˜ û ˆÿÿ%`•.û ˆÿÿügDf˜.û ˆÿÿ%`•¨,û ˆÿÿgDf˜¨,û ˆÿÿ%`•@+û ˆÿÿgDf˜@+û ˆÿÿ%`•Ø)û ˆÿÿgDf˜Ø)û ˆÿÿ%`•p(û ˆÿÿ gDf˜p(û ˆÿÿ%`•'û ˆÿÿgDf˜'û ˆÿÿ%`• %û ˆÿÿgDf˜ %û ˆÿÿ%`• Õ@ ˆÿÿgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ$gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ(gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ,gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ0gDf˜Þ@ ˆÿÿ%`•¾ ˆÿÿ4gDf˜¾ ˆÿÿ%`•¨¼ ˆÿÿ8gDf˜¨¼ ˆÿÿ%`•@» ˆÿÿ<gDf˜@» ˆÿÿ%`•ع ˆÿÿ@gDf˜Ø¹ ˆÿÿ%`•ÀˆÿÿDgDf˜Àˆÿÿ%`•hÁˆÿÿHgDf˜hÁˆÿÿ%`•ЈÿÿLgDf˜Ðˆÿÿ%`•8ĈÿÿPgDf˜8Ĉÿÿ%`• ÅˆÿÿTgDf˜ Åˆÿÿ%`•LjÿÿXgDf˜Çˆÿÿ%`•pȈÿÿ\gDf˜pȈÿÿ%`•ØÉˆÿÿ`gDf˜ØÉˆÿÿ%`•@ˈÿÿdgDf˜@ˈÿÿ%`•¨ÌˆÿÿhgDf˜¨Ìˆÿÿ%`•ΈÿÿlgDf˜Îˆÿÿ%`•p¹ˆÿÿpgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿtgDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿxgDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ|gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ€gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ„gDf˜w¹ˆÿÿ%`•px¹ˆÿÿˆgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿŒgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿgDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ”gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ˜gDf˜~¹ˆÿÿ%`• Eÿ ˆÿÿœgDf˜ Eÿ ˆÿÿ%`•8Dÿ ˆÿÿ gDf˜8Dÿ ˆÿÿ%`•ÐBÿ ˆÿÿ¤gDf˜ÐBÿ ˆÿÿ%`•hAÿ ˆÿÿ¨gDf˜hAÿ ˆÿÿ%`•@ÿ ˆÿÿ¬gDf˜@ÿ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•@ÿ ˆÿÿgDf˜@ÿ ˆÿÿ%`•8Dÿ ˆÿÿ gDf˜8Dÿ ˆÿÿ%`•hAÿ ˆÿÿgDf˜hAÿ ˆÿÿ%`• Eÿ ˆÿÿ7ègDf˜ Eÿ ˆÿÿ%`•ÐBÿ ˆÿÿ`ÈgDf˜ÐBÿ ˆÿÿ%`•Nÿ ˆÿÿgDf˜Nÿ ˆÿÿ%`•ØIÿ ˆÿÿƒ,gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿƒ4gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿÑdgDf˜¨Lÿ ˆÿÿ%`•Gÿ ˆÿÿìlgDf˜Gÿ ˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•pHÿ ˆÿÿƒ<gDf˜pHÿ ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¸gDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•8…ˆÿÿ¼ügDf˜8…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•8…ˆÿÿ¼(gDf˜8…ˆÿÿ%`•Ð…ˆÿÿèðgDf˜Ð…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•Ð…ˆÿÿÜügDf˜Ð…ˆÿÿ%`•8…ˆÿÿØgDf˜8…ˆÿÿ%`•…ˆÿÿìügDf˜…ˆÿÿ%`• …ˆÿÿègDf˜ …ˆÿÿ%`•p…ˆÿÿìügDf˜p…ˆÿÿ%`•…ˆÿÿègDf˜…ˆÿÿ%`•h…ˆÿÿðügDf˜h…ˆÿÿ%`•Ø …ˆÿÿìgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿð|gDf˜@ …ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•…ˆÿÿ{°gDf˜…ˆÿÿ%`•@ …ˆÿÿgDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿzL gDf˜@ …ˆÿÿ%`•…ˆÿÿ{gDf˜…ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•…ˆÿÿgDf˜…ˆÿÿ%`•@ …ˆÿÿ/øgDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ~gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ{tgDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ!gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿpgDf˜@ …ˆÿÿ%`•…ˆÿÿt|gDf˜…ˆÿÿ%`•h…ˆÿÿôÈgDf˜h…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!¼gDf˜'ˆÿÿ%`•h…ˆÿÿ!ÀgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÄgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÈgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÌgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÐgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÔgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ØgDf˜h…ˆÿÿ%`•h…ˆÿÿ!ÜgDf˜h…ˆÿÿ%`•h…ˆÿÿ!àgDf˜h…ˆÿÿ%`•Ð…ˆÿÿ!ägDf˜Ð…ˆÿÿ%`•¨ …ˆÿÿ!ègDf˜¨ …ˆÿÿ%`•¨ …ˆÿÿ!ìgDf˜¨ …ˆÿÿ%`•Ð…ˆÿÿ!ðgDf˜Ð…ˆÿÿ%`•h…ˆÿÿ!ôgDf˜h…ˆÿÿ%`•…ˆÿÿ!øgDf˜…ˆÿÿ%`•8…ˆÿÿ!ügDf˜8…ˆÿÿ%`•…ˆÿÿ"gDf˜…ˆÿÿ%`• …ˆÿÿ"gDf˜ …ˆÿÿ%`•p…ˆÿÿ"gDf˜p…ˆÿÿ%`•Ø …ˆÿÿ" gDf˜Ø …ˆÿÿ%`•…ˆÿÿ"gDf˜…ˆÿÿ%`•@ …ˆÿÿ"gDf˜@ …ˆÿÿ%`•¨<™ˆÿÿ"gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ"gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ" gDf˜>™ˆÿÿ%`•@—ˆÿÿ"$gDf˜@—ˆÿÿ%`•hA—ˆÿÿ"(gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ",gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ"0gDf˜8D—ˆÿÿ%`• E—ˆÿÿ"4gDf˜ E—ˆÿÿ%`•G—ˆÿÿ"8gDf˜G—ˆÿÿ%`•pH—ˆÿÿ"<gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ"@gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ"DgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ"HgDf˜¨L—ˆÿÿ%`•N—ˆÿÿ"LgDf˜N—ˆÿÿ%`•pˆÿÿ"PgDf˜pˆÿÿ%`•hqˆÿÿ"TgDf˜hqˆÿÿ%`•Ðrˆÿÿ"XgDf˜Ðrˆÿÿ%`•8tˆÿÿ"\gDf˜8tˆÿÿ%`• uˆÿÿ"`gDf˜ uˆÿÿ%`•wˆÿÿ"dgDf˜wˆÿÿ%`•pxˆÿÿ"hgDf˜pxˆÿÿ%`•Øyˆÿÿ"lgDf˜Øyˆÿÿ%`•@{ˆÿÿ"pgDf˜@{ˆÿÿ%`•¨|ˆÿÿ"tgDf˜¨|ˆÿÿ%`•~ˆÿÿ"xgDf˜~ˆÿÿ%`•°¾ ˆÿÿ"|gDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ"€gDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ"„gDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ"ˆgDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ"ŒgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ"gDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ"”gDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ"˜gDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ"œgDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ" gDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ"¤gDf˜¾¾ ˆÿÿ%`•À2ˆÿÿ"¨gDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ"¬gDf˜hÁ2ˆÿÿ%`•hÁ2ˆÿÿ"°gDf˜hÁ2ˆÿÿ%`•À2ˆÿÿ"´gDf˜À2ˆÿÿ%`•ÐÂ2ˆÿÿ"¸gDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ"¼gDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ"ÀgDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ"ÄgDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ"ÈgDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ"ÌgDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ"ÐgDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ"ÔgDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿ"ØgDf˜Î2ˆÿÿ%`•>™ˆÿÿ"ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"àgDf˜¨<™ˆÿÿ%`•PLˆÿÿ"ägDf˜PLˆÿÿ%`•hQLˆÿÿ"ègDf˜hQLˆÿÿ%`•ÐRLˆÿÿ"ìgDf˜ÐRLˆÿÿ%`•8TLˆÿÿ"ðgDf˜8TLˆÿÿ%`• ULˆÿÿ"ôgDf˜ ULˆÿÿ%`•WLˆÿÿ"øgDf˜WLˆÿÿ%`•pXLˆÿÿ"ügDf˜pXLˆÿÿ%`•ØYLˆÿÿ#gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ#gDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ#gDf˜¨\Lˆÿÿ%`•^Lˆÿÿ# gDf˜^Lˆÿÿ%`•0 ˆÿÿ#gDf˜0 ˆÿÿ%`•h1 ˆÿÿ#gDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ#gDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ#gDf˜84 ˆÿÿ%`• 5 ˆÿÿ# gDf˜ 5 ˆÿÿ%`•7 ˆÿÿ#$gDf˜7 ˆÿÿ%`•p8 ˆÿÿ#(gDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿ#,gDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ#0gDf˜@; ˆÿÿ%`•¨< ˆÿÿ#4gDf˜¨< ˆÿÿ%`•> ˆÿÿ#8gDf˜> ˆÿÿ%`•@­ˆÿÿ#<gDf˜@­ˆÿÿ%`•hA­ˆÿÿ#@gDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ#DgDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ#HgDf˜8D­ˆÿÿ%`• E­ˆÿÿ#LgDf˜ E­ˆÿÿ%`•G­ˆÿÿ#PgDf˜G­ˆÿÿ%`•pH­ˆÿÿ#TgDf˜pH­ˆÿÿ%`•ØI­ˆÿÿ#XgDf˜ØI­ˆÿÿ%`•@K­ˆÿÿ#\gDf˜@K­ˆÿÿ%`•¨L­ˆÿÿ#`gDf˜¨L­ˆÿÿ%`•N­ˆÿÿ#dgDf˜N­ˆÿÿ%`• µˆÿÿ#hgDf˜ µˆÿÿ%`•h!µˆÿÿ#lgDf˜h!µˆÿÿ%`•Ð"µˆÿÿ#pgDf˜Ð"µˆÿÿ%`•8$µˆÿÿ#tgDf˜8$µˆÿÿ%`• %µˆÿÿ#xgDf˜ %µˆÿÿ%`•'µˆÿÿ#|gDf˜'µˆÿÿ%`•p(µˆÿÿ#€gDf˜p(µˆÿÿ%`•Ø)µˆÿÿ#„gDf˜Ø)µˆÿÿ%`•@+µˆÿÿ#ˆgDf˜@+µˆÿÿ%`•¨,µˆÿÿ#ŒgDf˜¨,µˆÿÿ%`•.µˆÿÿ#gDf˜.µˆÿÿ%`•ð,ˆÿÿ#”gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ#˜gDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ#œgDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ# gDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ#¤gDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ#¨gDf˜÷,ˆÿÿ%`•pø,ˆÿÿ#¬gDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ#°gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ#´gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ#¸gDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ#¼gDf˜þ,ˆÿÿ%`•à‰ˆÿÿ#ÀgDf˜à‰ˆÿÿ%`•hቈÿÿ#ÄgDf˜hቈÿÿ%`•Ð≈ÿÿ#ÈgDf˜Ð≈ÿÿ%`•8䉈ÿÿ#ÌgDf˜8䉈ÿÿ%`• å‰ˆÿÿ#ÐgDf˜ å‰ˆÿÿ%`•版ÿÿ#ÔgDf˜ç‰ˆÿÿ%`•p艈ÿÿ#ØgDf˜p艈ÿÿ%`•Øé‰ˆÿÿ#ÜgDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ#àgDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ#ägDf˜¨ì‰ˆÿÿ%`•ÿÿ#ègDf˜î‰ˆÿÿ%`•@Mˆÿÿ#ìgDf˜@Mˆÿÿ%`•hAMˆÿÿ#ðgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ#øgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ#ügDf˜8DMˆÿÿ%`• EMˆÿÿ$gDf˜ EMˆÿÿ%`•GMˆÿÿ$gDf˜GMˆÿÿ%`•pHMˆÿÿ$gDf˜pHMˆÿÿ%`•ØIMˆÿÿ$ gDf˜ØIMˆÿÿ%`•@KMˆÿÿ$gDf˜@KMˆÿÿ%`•¨LMˆÿÿ$gDf˜¨LMˆÿÿ%`•NMˆÿÿ$gDf˜NMˆÿÿ%`•p ˆÿÿ$gDf˜p ˆÿÿ%`•hq ˆÿÿ$ gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ$$gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ$(gDf˜8t ˆÿÿ%`• u ˆÿÿ$,gDf˜ u ˆÿÿ%`•w ˆÿÿ$0gDf˜w ˆÿÿ%`•px ˆÿÿ$4gDf˜px ˆÿÿ%`•Øy ˆÿÿ$8gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ$<gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ$@gDf˜¨| ˆÿÿ%`•~ ˆÿÿ$DgDf˜~ ˆÿÿ%`•¨<™ˆÿÿ$HgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ$LgDf˜>™ˆÿÿ%`• E­ˆÿÿ$PgDf˜ E­ˆÿÿ%`•8D­ˆÿÿ$TgDf˜8D­ˆÿÿ%`•ÐB­ˆÿÿ$XgDf˜ÐB­ˆÿÿ%`•hA­ˆÿÿ$\gDf˜hA­ˆÿÿ%`•@­ˆÿÿ$`gDf˜@­ˆÿÿ%`•PLˆÿÿ$dgDf˜PLˆÿÿ%`•hQLˆÿÿ$hgDf˜hQLˆÿÿ%`•ÐRLˆÿÿ$lgDf˜ÐRLˆÿÿ%`•8TLˆÿÿ$pgDf˜8TLˆÿÿ%`• ULˆÿÿ$tgDf˜ ULˆÿÿ%`•WLˆÿÿ$xgDf˜WLˆÿÿ%`•pXLˆÿÿ$|gDf˜pXLˆÿÿ%`•ØYLˆÿÿ$€gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ$„gDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ$ˆgDf˜¨\Lˆÿÿ%`•^Lˆÿÿ$ŒgDf˜^Lˆÿÿ%`• ªˆÿÿ$gDf˜ ªˆÿÿ%`•h¡ªˆÿÿ$”gDf˜h¡ªˆÿÿ%`•Тªˆÿÿ$˜gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ$œgDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ$ gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ$¤gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ$¨gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ$¬gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ$°gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ$´gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ$¸gDf˜®ªˆÿÿ%`•…ˆÿÿ$¼gDf˜…ˆÿÿ%`•h…ˆÿÿ$ÀgDf˜h…ˆÿÿ%`•Ð…ˆÿÿ$ÄgDf˜Ð…ˆÿÿ%`•8…ˆÿÿ$ÈgDf˜8…ˆÿÿ%`• …ˆÿÿ$ÌgDf˜ …ˆÿÿ%`•…ˆÿÿ$ÐgDf˜…ˆÿÿ%`•p…ˆÿÿ$ÔgDf˜p…ˆÿÿ%`•Ø …ˆÿÿ$ØgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ$ÜgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ$àgDf˜¨ …ˆÿÿ%`•…ˆÿÿ$ägDf˜…ˆÿÿ%`•ôˆÿÿ$ègDf˜ôˆÿÿ%`•hôˆÿÿ$ìgDf˜hôˆÿÿ%`•Ðôˆÿÿ$ðgDf˜Ðôˆÿÿ%`•8ôˆÿÿ$ôgDf˜8ôˆÿÿ%`• ôˆÿÿ$øgDf˜ ôˆÿÿ%`•ôˆÿÿ$ügDf˜ôˆÿÿ%`•pôˆÿÿ%gDf˜pôˆÿÿ%`•Ø ôˆÿÿ%gDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ%gDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ% gDf˜¨ ôˆÿÿ%`•ôˆÿÿ%gDf˜ôˆÿÿ%`•°¾ ˆÿÿ%gDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ%gDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ%gDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ% gDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ%$gDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ%(gDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ%,gDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ%0gDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ%4gDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ%8gDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ%<gDf˜¾¾ ˆÿÿ%`•€(ˆÿÿ%@gDf˜€(ˆÿÿ%`•h(ˆÿÿ%DgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ%HgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ%LgDf˜8„(ˆÿÿ%`• …(ˆÿÿ%PgDf˜ …(ˆÿÿ%`•‡(ˆÿÿ%TgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ%XgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ%\gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ%`gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ%dgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ%hgDf˜Ž(ˆÿÿ%`•®ˆÿÿ%lgDf˜®ˆÿÿ%`•h‘®ˆÿÿ%pgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ%tgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ%xgDf˜8”®ˆÿÿ%`• •®ˆÿÿ%|gDf˜ •®ˆÿÿ%`•—®ˆÿÿ%€gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ%„gDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ%ˆgDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ%ŒgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ%gDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ%”gDf˜ž®ˆÿÿ%`•€é ˆÿÿ%˜gDf˜€é ˆÿÿ%`•hé ˆÿÿ%œgDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿ% gDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿ%¤gDf˜8„é ˆÿÿ%`• …é ˆÿÿ%¨gDf˜ …é ˆÿÿ%`•‡é ˆÿÿ%¬gDf˜‡é ˆÿÿ%`•pˆé ˆÿÿ%°gDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿ%´gDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿ%¸gDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿ%¼gDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿ%ÀgDf˜Žé ˆÿÿ%`•`¯ˆÿÿ%ÄgDf˜`¯ˆÿÿ%`•ha¯ˆÿÿ%ÈgDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿ%ÌgDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿ%ÐgDf˜8d¯ˆÿÿ%`• e¯ˆÿÿ%ÔgDf˜ e¯ˆÿÿ%`•g¯ˆÿÿ%ØgDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ%ÜgDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ%àgDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿ%ägDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿ%ègDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿ%ìgDf˜n¯ˆÿÿ%`•N­ˆÿÿ%ðgDf˜N­ˆÿÿ%`•¨L­ˆÿÿ%ôgDf˜¨L­ˆÿÿ%`•@K­ˆÿÿ%øgDf˜@K­ˆÿÿ%`•ØI­ˆÿÿ%ügDf˜ØI­ˆÿÿ%`•pH­ˆÿÿ&gDf˜pH­ˆÿÿ%`•G­ˆÿÿ&gDf˜G­ˆÿÿ%`•8䉈ÿÿ&gDf˜8䉈ÿÿ%`•Ð≈ÿÿ& gDf˜Ð≈ÿÿ%`•hቈÿÿ&gDf˜hቈÿÿ%`•à‰ˆÿÿ&gDf˜à‰ˆÿÿ%`•@¡ˆÿÿ&gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ&gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ& gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ&$gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ&(gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ&,gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ&0gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ&4gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ&8gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ&<gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ&@gDf˜N¡ˆÿÿ%`•ƈÿÿ&DgDf˜Æˆÿÿ%`•hƈÿÿ&HgDf˜hƈÿÿ%`•ÐÆˆÿÿ&LgDf˜Ðƈÿÿ%`•8ƈÿÿ&PgDf˜8ƈÿÿ%`• Æˆÿÿ&TgDf˜ Æˆÿÿ%`•ƈÿÿ&XgDf˜Æˆÿÿ%`•pƈÿÿ&\gDf˜pƈÿÿ%`•Ø Æˆÿÿ&`gDf˜Ø ƈÿÿ%`•@ ƈÿÿ&dgDf˜@ ƈÿÿ%`•¨ ƈÿÿ&hgDf˜¨ ƈÿÿ%`•ƈÿÿ&lgDf˜Æˆÿÿ%`•ÿÿ&pgDf˜î‰ˆÿÿ%`•¨ì‰ˆÿÿ&tgDf˜¨ì‰ˆÿÿ%`•@뉈ÿÿ&xgDf˜@뉈ÿÿ%`•Øé‰ˆÿÿ&|gDf˜Øé‰ˆÿÿ%`•p艈ÿÿ&€gDf˜p艈ÿÿ%`•版ÿÿ&„gDf˜ç‰ˆÿÿ%`• å‰ˆÿÿ&ˆgDf˜ å‰ˆÿÿ%`•>™ˆÿÿ&ŒgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ&gDf˜¨<™ˆÿÿ%`• E­ˆÿÿ&”gDf˜ E­ˆÿÿ%`•ÐKˆÿÿ&˜gDf˜ÐKˆÿÿ%`•hÑKˆÿÿ&œgDf˜hÑKˆÿÿ%`•ÐÒKˆÿÿ& gDf˜ÐÒKˆÿÿ%`•8ÔKˆÿÿ&¤gDf˜8ÔKˆÿÿ%`• ÕKˆÿÿ&¨gDf˜ ÕKˆÿÿ%`•×Kˆÿÿ&¬gDf˜×Kˆÿÿ%`•pØKˆÿÿ&°gDf˜pØKˆÿÿ%`•ØÙKˆÿÿ&´gDf˜ØÙKˆÿÿ%`•@ÛKˆÿÿ&¸gDf˜@ÛKˆÿÿ%`•¨ÜKˆÿÿ&¼gDf˜¨ÜKˆÿÿ%`•ÞKˆÿÿ&ÀgDf˜ÞKˆÿÿ%`• Èÿÿ&ÄgDf˜ Èÿÿ%`•h!Èÿÿ&ÈgDf˜h!Èÿÿ%`•Ð"Èÿÿ&ÌgDf˜Ð"Èÿÿ%`•@+Èÿÿ&Ð(gDf˜@+Èÿÿ%`•¨,Èÿÿ'üügDf˜¨,Èÿÿ%`•.Èÿÿ)øügDf˜.Èÿÿ%`•@­ˆÿÿ+ôgDf˜@­ˆÿÿ%`•hA­ˆÿÿ,ügDf˜hA­ˆÿÿ%`•ÐB­ˆÿÿ-üügDf˜ÐB­ˆÿÿ%`•8D­ˆÿÿ/øgDf˜8D­ˆÿÿ%`•…ˆÿÿ0˜gDf˜…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1œgDf˜'ˆÿÿ%`•'ÈÿÿgDf˜'Èÿÿ%`•8$ÈÿÿgDf˜8$Èÿÿ%`•Ø)Èÿÿ}DgDf˜Ø)Èÿÿ%`• %Èÿÿ}LgDf˜ %Èÿÿ%`•p(ÈÿÿáìgDf˜p(Èÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•…ˆÿÿáðgDf˜…ˆÿÿ%`•@ …ˆÿÿâgDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•@ …ˆÿÿâ8gDf˜@ …ˆÿÿ%`•@ …ˆÿÿ gDf˜@ …ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•[ˆÿÿõ€gDf˜[ˆÿÿ%`•p[ˆÿÿö„gDf˜p[ˆÿÿ%`•8[ˆÿÿöДgDf˜8[ˆÿÿ%`•h[ˆÿÿ÷dügDf˜h[ˆÿÿ%`•Ð[ˆÿÿù`gDf˜Ð[ˆÿÿ%`• [ˆÿÿ gDf˜ [ˆÿÿ%`•[ˆÿÿ ügDf˜[ˆÿÿ%`•Ø [ˆÿÿ ˜gDf˜Ø [ˆÿÿ%`•@ [ˆÿÿ ¬ügDf˜@ [ˆÿÿ%`•¨ [ˆÿÿ¨\gDf˜¨ [ˆÿÿ%`•pHˆÿÿ gDf˜pHˆÿÿ%`•[ˆÿÿo¸xgDf˜[ˆÿÿ%`•Ø …ˆÿÿƒ,gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿƒ8gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿgDf˜¨ …ˆÿÿ%`•p…ˆÿÿgDf˜p…ˆÿÿ%`• …ˆÿÿ‘gDf˜ …ˆÿÿ%`•8…ˆÿÿ˜gDf˜8…ˆÿÿ%`•Ð…ˆÿÿ™ gDf˜Ð…ˆÿÿ%`•h…ˆÿÿ gDf˜h…ˆÿÿ%`•…ˆÿÿ¡gDf˜…ˆÿÿ%`•…ˆÿÿâHgDf˜…ˆÿÿ%`•…ˆÿÿâTLgDf˜…ˆÿÿ%`•pHˆÿÿ gDf˜pHˆÿÿ%`•pHˆÿÿ1 gDf˜pHˆÿÿ%`•hqHˆÿÿ1¤ügDf˜hqHˆÿÿ%`•ÐrHˆÿÿ3 dgDf˜ÐrHˆÿÿ%`•8tHˆÿÿ4ügDf˜8tHˆÿÿ%`• uHˆÿÿ6gDf˜ uHˆÿÿ%`•wHˆÿÿ6gDf˜wHˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6gDf˜'ˆÿÿ%`•wHˆÿÿ6PgDf˜wHˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6dgDf˜'ˆÿÿ%`•wHˆÿÿ6hLgDf˜wHˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6´gDf˜'ˆÿÿ%`•wHˆÿÿ6¸PgDf˜wHˆÿÿ%`•~Hˆÿÿ8 ügDf˜~Hˆÿÿ%`•¨|Hˆÿÿ:xgDf˜¨|Hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:€gDf˜'ˆÿÿ%`•¨|Hˆÿÿ:„ˆgDf˜¨|Hˆÿÿ%`•~Hˆÿÿ<ügDf˜~Hˆÿÿ%`•wHˆÿÿ> ügDf˜wHˆÿÿ%`•8tHˆÿÿ@gDf˜8tHˆÿÿ%`•pxHˆÿÿ@ gDf˜pxHˆÿÿ%`•ÐrHˆÿÿ@ügDf˜ÐrHˆÿÿ%`• uHˆÿÿBÔgDf˜ uHˆÿÿ%`•hqHˆÿÿ¤gDf˜hqHˆÿÿ%`•@{Hˆÿÿ¨(gDf˜@{Hˆÿÿ%`•pHˆÿÿÔügDf˜pHˆÿÿ%`•ØyHˆÿÿÐügDf˜ØyHˆÿÿ%`•>™ˆÿÿÌgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÐgDf˜¨<™ˆÿÿ%`•ЈÿÿÜägDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•ЈÿÿzDgDf˜Ðˆÿÿ%`•8Ôˆÿÿ}ôgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ¸gDf˜ÐÒˆÿÿ%`•ÐÒˆÿÿ gDf˜ÐÒˆÿÿ%`•ÐÒˆÿÿz4gDf˜ÐÒˆÿÿ%`•8ÔˆÿÿzX(gDf˜8Ôˆÿÿ%`•Јÿÿz” gDf˜Ðˆÿÿ%`•hшÿÿÜgDf˜hшÿÿ%`• Õˆÿÿã8ügDf˜ Õˆÿÿ%`•׈ÿÿå4ügDf˜×ˆÿÿ%`•p؈ÿÿç0ügDf˜p؈ÿÿ%`•ØÙˆÿÿé,gDf˜ØÙˆÿÿ%`•@Ûˆÿÿê8PgDf˜@Ûˆÿÿ%`•@Ûˆÿÿ gDf˜@Ûˆÿÿ%`•@ÛˆÿÿÄgDf˜@Ûˆÿÿ%`•ØÙˆÿÿÈ gDf˜ØÙˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•ØÙˆÿÿì$gDf˜ØÙˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•ØÙˆÿÿ $gDf˜ØÙˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 8gDf˜'ˆÿÿ%`•ØÙˆÿÿ <gDf˜ØÙˆÿÿ%`•ÐÒˆÿÿ @gDf˜ÐÒˆÿÿ%`•׈ÿÿ DgDf˜×ˆÿÿ%`• Õˆÿÿ HgDf˜ Õˆÿÿ%`•8Ôˆÿÿ LgDf˜8Ôˆÿÿ%`•Јÿÿ PgDf˜Ðˆÿÿ%`•hшÿÿ TgDf˜hшÿÿ%`•@Ûˆÿÿ XgDf˜@Ûˆÿÿ%`•p؈ÿÿ \gDf˜p؈ÿÿ%`•¨Üˆÿÿ `gDf˜¨Üˆÿÿ%`•Þˆÿÿ dgDf˜Þˆÿÿ%`•¨<™ˆÿÿ hgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ lgDf˜>™ˆÿÿ%`• Èÿÿ pgDf˜ Èÿÿ%`•h!Èÿÿ tgDf˜h!Èÿÿ%`•Ð"Èÿÿ xgDf˜Ð"Èÿÿ%`•8$Èÿÿ |gDf˜8$Èÿÿ%`• %Èÿÿ €gDf˜ %Èÿÿ%`•'Èÿÿ „gDf˜'Èÿÿ%`•p(Èÿÿ ˆgDf˜p(Èÿÿ%`•Ø)Èÿÿ ŒgDf˜Ø)Èÿÿ%`•@+Èÿÿ gDf˜@+Èÿÿ%`•¨,Èÿÿ ”gDf˜¨,Èÿÿ%`•.Èÿÿ ˜gDf˜.Èÿÿ%`•0¡ˆÿÿ œgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿ  gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ ¤gDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ ¨gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿ ¬gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿ °gDf˜7¡ˆÿÿ%`•p8¡ˆÿÿ ´gDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿ ¸gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿ ¼gDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ ÀgDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ ÄgDf˜>¡ˆÿÿ%`• ߈ÿÿ ÈgDf˜ ߈ÿÿ%`•h!߈ÿÿ ÌgDf˜h!߈ÿÿ%`•Ð"߈ÿÿ ÐgDf˜Ð"߈ÿÿ%`•8$߈ÿÿ ÔgDf˜8$߈ÿÿ%`• %߈ÿÿ ØgDf˜ %߈ÿÿ%`•'߈ÿÿ ÜgDf˜'߈ÿÿ%`•p(߈ÿÿ àgDf˜p(߈ÿÿ%`•Ø)߈ÿÿ ägDf˜Ø)߈ÿÿ%`•@+߈ÿÿ ègDf˜@+߈ÿÿ%`•¨,߈ÿÿ ìgDf˜¨,߈ÿÿ%`•.߈ÿÿ ðgDf˜.߈ÿÿ%`•€hˆÿÿ ôgDf˜€hˆÿÿ%`•hhˆÿÿ øgDf˜hhˆÿÿ%`•Ђhˆÿÿ ügDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ gDf˜8„hˆÿÿ%`• …hˆÿÿ gDf˜ …hˆÿÿ%`•‡hˆÿÿ gDf˜‡hˆÿÿ%`•pˆhˆÿÿ gDf˜pˆhˆÿÿ%`•؉hˆÿÿ gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ gDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ gDf˜¨Œhˆÿÿ%`•Žhˆÿÿ gDf˜Žhˆÿÿ%`•½ˆÿÿ gDf˜½ˆÿÿ%`•h½ˆÿÿ $gDf˜h½ˆÿÿ%`•нˆÿÿ (gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ ,gDf˜8½ˆÿÿ%`• ½ˆÿÿ 0gDf˜ ½ˆÿÿ%`•½ˆÿÿ 4gDf˜½ˆÿÿ%`•p½ˆÿÿ 8gDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ <gDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ @gDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ DgDf˜¨ ½ˆÿÿ%`•½ˆÿÿ HgDf˜½ˆÿÿ%`•êˆÿÿ LgDf˜êˆÿÿ%`•h‘êˆÿÿ PgDf˜h‘êˆÿÿ%`•Ð’êˆÿÿ TgDf˜Ð’êˆÿÿ%`•8”êˆÿÿ XgDf˜8”êˆÿÿ%`• •êˆÿÿ \gDf˜ •êˆÿÿ%`•—êˆÿÿ `gDf˜—êˆÿÿ%`•p˜êˆÿÿ dgDf˜p˜êˆÿÿ%`•Ø™êˆÿÿ hgDf˜Ø™êˆÿÿ%`•@›êˆÿÿ lgDf˜@›êˆÿÿ%`•¨œêˆÿÿ pgDf˜¨œêˆÿÿ%`•žêˆÿÿ tgDf˜žêˆÿÿ%`•°¾ ˆÿÿ xgDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ |gDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ €gDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ „gDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ ˆgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ ŒgDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ gDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ ”gDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ ˜gDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ œgDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ  gDf˜¾¾ ˆÿÿ%`•@—ˆÿÿ ¤gDf˜@—ˆÿÿ%`•hA—ˆÿÿ ¨gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ ¬gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ °gDf˜8D—ˆÿÿ%`• E—ˆÿÿ ´gDf˜ E—ˆÿÿ%`•G—ˆÿÿ ¸gDf˜G—ˆÿÿ%`•pH—ˆÿÿ ¼gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ ÀgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ ÄgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ ÈgDf˜¨L—ˆÿÿ%`•N—ˆÿÿ ÌgDf˜N—ˆÿÿ%`• ªˆÿÿ ÐgDf˜ ªˆÿÿ%`•h¡ªˆÿÿ ÔgDf˜h¡ªˆÿÿ%`•Тªˆÿÿ ØgDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ ÜgDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ àgDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ ägDf˜§ªˆÿÿ%`•p¨ªˆÿÿ ègDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ ìgDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ ðgDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ ôgDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ øgDf˜®ªˆÿÿ%`• ¨ˆÿÿ ügDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ gDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ gDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ $gDf˜®¨ˆÿÿ%`•àшÿÿ (gDf˜àшÿÿ%`•háшÿÿ ,gDf˜háшÿÿ%`•Ðâшÿÿ 0gDf˜Ðâшÿÿ%`•8äшÿÿ 4gDf˜8äшÿÿ%`• åшÿÿ 8gDf˜ åшÿÿ%`•çшÿÿ <gDf˜çшÿÿ%`•pèшÿÿ @gDf˜pèшÿÿ%`•Øéшÿÿ DgDf˜Øéшÿÿ%`•@ëшÿÿ HgDf˜@ëшÿÿ%`•¨ìшÿÿ LgDf˜¨ìшÿÿ%`•îшÿÿ PgDf˜îшÿÿ%`• Êˆÿÿ TgDf˜ Êˆÿÿ%`•h¡Êˆÿÿ XgDf˜h¡Êˆÿÿ%`•Тʈÿÿ \gDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ `gDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ dgDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ hgDf˜§Êˆÿÿ%`•p¨Êˆÿÿ lgDf˜p¨Êˆÿÿ%`•ةʈÿÿ pgDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿ tgDf˜@«Êˆÿÿ%`•¨¬Êˆÿÿ xgDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ |gDf˜®Êˆÿÿ%`•°Kˆÿÿ €gDf˜°Kˆÿÿ%`•h±Kˆÿÿ „gDf˜h±Kˆÿÿ%`•вKˆÿÿ ˆgDf˜Ð²Kˆÿÿ%`•8´Kˆÿÿ ŒgDf˜8´Kˆÿÿ%`• µKˆÿÿ gDf˜ µKˆÿÿ%`•·Kˆÿÿ ”gDf˜·Kˆÿÿ%`•p¸Kˆÿÿ ˜gDf˜p¸Kˆÿÿ%`•عKˆÿÿ œgDf˜Ø¹Kˆÿÿ%`•@»Kˆÿÿ  gDf˜@»Kˆÿÿ%`•¨¼Kˆÿÿ ¤gDf˜¨¼Kˆÿÿ%`•¾Kˆÿÿ ¨gDf˜¾Kˆÿÿ%`•PLˆÿÿ ¬gDf˜PLˆÿÿ%`•hQLˆÿÿ °gDf˜hQLˆÿÿ%`•ÐRLˆÿÿ ´gDf˜ÐRLˆÿÿ%`•8TLˆÿÿ ¸gDf˜8TLˆÿÿ%`• ULˆÿÿ ¼gDf˜ ULˆÿÿ%`•WLˆÿÿ ÀgDf˜WLˆÿÿ%`•pXLˆÿÿ ÄgDf˜pXLˆÿÿ%`•ØYLˆÿÿ ÈgDf˜ØYLˆÿÿ%`•@[Lˆÿÿ ÌgDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ ÐgDf˜¨\Lˆÿÿ%`•^Lˆÿÿ ÔgDf˜^Lˆÿÿ%`•>™ˆÿÿ ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ àgDf˜¨<™ˆÿÿ%`•Ø9¡ˆÿÿ ägDf˜Ø9¡ˆÿÿ%`•p8¡ˆÿÿ ègDf˜p8¡ˆÿÿ%`•7¡ˆÿÿ ìgDf˜7¡ˆÿÿ%`• 5¡ˆÿÿ ðgDf˜ 5¡ˆÿÿ%`•84¡ˆÿÿ ôgDf˜84¡ˆÿÿ%`•Ð2¡ˆÿÿ øgDf˜Ð2¡ˆÿÿ%`•h1¡ˆÿÿ ügDf˜h1¡ˆÿÿ%`•0¡ˆÿÿ gDf˜0¡ˆÿÿ%`•`\ ˆÿÿ gDf˜`\ ˆÿÿ%`•ha\ ˆÿÿ gDf˜ha\ ˆÿÿ%`•Ðb\ ˆÿÿ gDf˜Ðb\ ˆÿÿ%`•8d\ ˆÿÿ gDf˜8d\ ˆÿÿ%`• e\ ˆÿÿ gDf˜ e\ ˆÿÿ%`•g\ ˆÿÿ gDf˜g\ ˆÿÿ%`•ph\ ˆÿÿ gDf˜ph\ ˆÿÿ%`•Øi\ ˆÿÿ gDf˜Øi\ ˆÿÿ%`•@k\ ˆÿÿ $gDf˜@k\ ˆÿÿ%`•¨l\ ˆÿÿ (gDf˜¨l\ ˆÿÿ%`•n\ ˆÿÿ ,gDf˜n\ ˆÿÿ%`•@Ȉÿÿ 0gDf˜@Ȉÿÿ%`•hAȈÿÿ 4gDf˜hAȈÿÿ%`•ÐBȈÿÿ 8gDf˜ÐBȈÿÿ%`•8DȈÿÿ <gDf˜8DȈÿÿ%`• EȈÿÿ @gDf˜ EȈÿÿ%`•GȈÿÿ DgDf˜GȈÿÿ%`•pHȈÿÿ HgDf˜pHȈÿÿ%`•ØIȈÿÿ LgDf˜ØIȈÿÿ%`•@KȈÿÿ PgDf˜@KȈÿÿ%`•¨LȈÿÿ TgDf˜¨LȈÿÿ%`•NȈÿÿ XgDf˜NȈÿÿ%`•>¡ˆÿÿ \gDf˜>¡ˆÿÿ%`•¨<¡ˆÿÿ `gDf˜¨<¡ˆÿÿ%`•@;¡ˆÿÿ dgDf˜@;¡ˆÿÿ%`•p½ˆÿÿ hgDf˜p½ˆÿÿ%`•½ˆÿÿ lgDf˜½ˆÿÿ%`• ½ˆÿÿ pgDf˜ ½ˆÿÿ%`•8½ˆÿÿ tgDf˜8½ˆÿÿ%`•нˆÿÿ xgDf˜Ð½ˆÿÿ%`•h½ˆÿÿ |gDf˜h½ˆÿÿ%`•½ˆÿÿ €gDf˜½ˆÿÿ%`•`2 ˆÿÿ „gDf˜`2 ˆÿÿ%`•ha2 ˆÿÿ ˆgDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿ ŒgDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿ gDf˜8d2 ˆÿÿ%`• e2 ˆÿÿ ”gDf˜ e2 ˆÿÿ%`•g2 ˆÿÿ ˜gDf˜g2 ˆÿÿ%`•ph2 ˆÿÿ œgDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿ  gDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿ ¤gDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿ ¨gDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿ ¬gDf˜n2 ˆÿÿ%`•ðʈÿÿ °gDf˜ðʈÿÿ%`•hñʈÿÿ ´gDf˜hñʈÿÿ%`•Ðòʈÿÿ ¸gDf˜Ðòʈÿÿ%`•8ôʈÿÿ ¼gDf˜8ôʈÿÿ%`• õʈÿÿ ÀgDf˜ õʈÿÿ%`•÷ʈÿÿ ÄgDf˜÷ʈÿÿ%`•pøÊˆÿÿ ÈgDf˜pøÊˆÿÿ%`•Øùʈÿÿ ÌgDf˜Øùʈÿÿ%`•@ûʈÿÿ ÐgDf˜@ûʈÿÿ%`•¨üʈÿÿ ÔgDf˜¨üʈÿÿ%`•þʈÿÿ ØgDf˜þʈÿÿ%`•½ˆÿÿ ÜgDf˜½ˆÿÿ%`•¨ ½ˆÿÿ àgDf˜¨ ½ˆÿÿ%`•@ ½ˆÿÿ ägDf˜@ ½ˆÿÿ%`•Ø ½ˆÿÿ ègDf˜Ø ½ˆÿÿ%`•G—ˆÿÿ ìgDf˜G—ˆÿÿ%`• E—ˆÿÿ ðgDf˜ E—ˆÿÿ%`•8D—ˆÿÿ ôgDf˜8D—ˆÿÿ%`•ÐB—ˆÿÿ øgDf˜ÐB—ˆÿÿ%`•hA—ˆÿÿ ügDf˜hA—ˆÿÿ%`•@—ˆÿÿ gDf˜@—ˆÿÿ%`•°¾ ˆÿÿ gDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ gDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ gDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ gDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ gDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ gDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ gDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ gDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ $gDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ (gDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ ,gDf˜¾¾ ˆÿÿ%`•êˆÿÿ 0gDf˜êˆÿÿ%`•h‘êˆÿÿ 4gDf˜h‘êˆÿÿ%`•Ð’êˆÿÿ 8gDf˜Ð’êˆÿÿ%`•8”êˆÿÿ <gDf˜8”êˆÿÿ%`• •êˆÿÿ @gDf˜ •êˆÿÿ%`•—êˆÿÿ DgDf˜—êˆÿÿ%`•p˜êˆÿÿ HgDf˜p˜êˆÿÿ%`•Ø™êˆÿÿ LgDf˜Ø™êˆÿÿ%`•@›êˆÿÿ PgDf˜@›êˆÿÿ%`•¨œêˆÿÿ TgDf˜¨œêˆÿÿ%`•žêˆÿÿ XgDf˜žêˆÿÿ%`•N—ˆÿÿ \gDf˜N—ˆÿÿ%`•¨L—ˆÿÿ `gDf˜¨L—ˆÿÿ%`•@K—ˆÿÿ dgDf˜@K—ˆÿÿ%`•ØI—ˆÿÿ hgDf˜ØI—ˆÿÿ%`•pH—ˆÿÿ lgDf˜pH—ˆÿÿ%`• åшÿÿ pgDf˜ åшÿÿ%`•8äшÿÿ tgDf˜8äшÿÿ%`•Ðâшÿÿ xgDf˜Ðâшÿÿ%`•háшÿÿ |gDf˜háшÿÿ%`•àшÿÿ €gDf˜àшÿÿ%`• ¨ˆÿÿ „gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ ˆgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ ŒgDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ ”gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ ˜gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ œgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ  gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ ¤gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ ¨gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ ¬gDf˜®¨ˆÿÿ%`•Å ˆÿÿ °gDf˜Å ˆÿÿ%`•hÅ ˆÿÿ ´gDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ ¸gDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ ¼gDf˜8Å ˆÿÿ%`• Å ˆÿÿ ÀgDf˜ Å ˆÿÿ%`•Å ˆÿÿ ÄgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ ÈgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ ÌgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ ÐgDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ ÔgDf˜¨Å ˆÿÿ%`•Å ˆÿÿ ØgDf˜Å ˆÿÿ%`•îшÿÿ ÜgDf˜îшÿÿ%`•¨ìшÿÿ àgDf˜¨ìшÿÿ%`•@ëшÿÿ ägDf˜@ëшÿÿ%`•Øéшÿÿ ègDf˜Øéшÿÿ%`•pèшÿÿ ìgDf˜pèшÿÿ%`•çшÿÿ ðgDf˜çшÿÿ%`•8TLˆÿÿ ôgDf˜8TLˆÿÿ%`•ÐRLˆÿÿ øgDf˜ÐRLˆÿÿ%`•hQLˆÿÿ ügDf˜hQLˆÿÿ%`•PLˆÿÿgDf˜PLˆÿÿ%`•`´ˆÿÿgDf˜`´ˆÿÿ%`•ha´ˆÿÿgDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ gDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿgDf˜8d´ˆÿÿ%`• e´ˆÿÿgDf˜ e´ˆÿÿ%`•g´ˆÿÿgDf˜g´ˆÿÿ%`•ph´ˆÿÿgDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ$gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ(gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ,gDf˜n´ˆÿÿ%`• µˆÿÿ0gDf˜ µˆÿÿ%`•h!µˆÿÿ4gDf˜h!µˆÿÿ%`•Ð"µˆÿÿ8gDf˜Ð"µˆÿÿ%`•¨\Lˆÿÿ<¤gDf˜¨\Lˆÿÿ%`•@[LˆÿÿäügDf˜@[Lˆÿÿ%`•ØYLˆÿÿàügDf˜ØYLˆÿÿ%`•pXLˆÿÿÜgDf˜pXLˆÿÿ%`•WLˆÿÿèügDf˜WLˆÿÿ%`• ULˆÿÿäügDf˜ ULˆÿÿ%`•¨<™ˆÿÿàgDf˜¨<™ˆÿÿ%`•>™ˆÿÿì,gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø)µˆÿÿgDf˜Ø)µˆÿÿ%`•8$µˆÿÿgDf˜8$µˆÿÿ%`•p(µˆÿÿgDf˜p(µˆÿÿ%`•@+µˆÿÿ  gDf˜@+µˆÿÿ%`• %µˆÿÿz€gDf˜ %µˆÿÿ%`•¨,µˆÿÿ}xgDf˜¨,µˆÿÿ%`•.µˆÿÿ}ÜgDf˜.µˆÿÿ%`•'µˆÿÿê0gDf˜'µˆÿÿ%`•^Lˆÿÿ누gDf˜^Lˆÿÿ%`•^Lˆÿÿ gDf˜^Lˆÿÿ%`•^LˆÿÿgDf˜^Lˆÿÿ%`•pXLˆÿÿz<gDf˜pXLˆÿÿ%`•WLˆÿÿzˆ gDf˜WLˆÿÿ%`• ULˆÿÿ{4<gDf˜ ULˆÿÿ%`•ØYLˆÿÿ{„ gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ|ÔgDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ|ø$gDf˜¨\Lˆÿÿ%`•PLˆÿÿ}`gDf˜PLˆÿÿ%`•hQLˆÿÿÔgDf˜hQLˆÿÿ%`•ÐRLˆÿÿø gDf˜ÐRLˆÿÿ%`•8TLˆÿÿáÈ$gDf˜8TLˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•Àù ˆÿÿâPgDf˜Àù ˆÿÿ%`•hÁù ˆÿÿâ ˜gDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿí8ügDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿï4ügDf˜8Äù ˆÿÿ%`• Åù ˆÿÿñ0ügDf˜ Åù ˆÿÿ%`•Çù ˆÿÿó,ügDf˜Çù ˆÿÿ%`•pÈù ˆÿÿõ(gDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿõ@ügDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ÷<ügDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿù8,gDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿùl°gDf˜Îù ˆÿÿ%`•Îù ˆÿÿ gDf˜Îù ˆÿÿ%`•Îù ˆÿÿügDf˜Îù ˆÿÿ%`•¨Ìù ˆÿÿÔgDf˜¨Ìù ˆÿÿ%`•@Ëù ˆÿÿðgDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•@Ëù ˆÿÿÿHgDf˜@Ëù ˆÿÿ%`•ÐÂù ˆÿÿgDf˜ÐÂù ˆÿÿ%`• Åù ˆÿÿ4 gDf˜ Åù ˆÿÿ%`• Åù ˆÿÿügDf˜ Åù ˆÿÿ%`•ÐÂù ˆÿÿgDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ÐÂù ˆÿÿgDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•ÐÂù ˆÿÿ,gDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•ÐÂù ˆÿÿDgDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•ÐÂù ˆÿÿ\gDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•ÐÂù ˆÿÿx|gDf˜ÐÂù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•ÐÂù ˆÿÿ gDf˜ÐÂù ˆÿÿ%`•ÐÂù ˆÿÿz4gDf˜ÐÂù ˆÿÿ%`• Åù ˆÿÿzXgDf˜ Åù ˆÿÿ%`•@Ëù ˆÿÿzxgDf˜@Ëù ˆÿÿ%`•@Ëù ˆÿÿøgDf˜@Ëù ˆÿÿ%`• Åù ˆÿÿügDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`• Åù ˆÿÿgDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`• Åù ˆÿÿ(gDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`• Åù ˆÿÿ@gDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿTgDf˜'ˆÿÿ%`• Åù ˆÿÿXgDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`• Åù ˆÿÿt|gDf˜ Åù ˆÿÿ%`•Çù ˆÿÿôgDf˜Çù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!gDf˜'ˆÿÿ%`•Çù ˆÿÿzHgDf˜Çù ˆÿÿ%`•@Ëù ˆÿÿ{”gDf˜@Ëù ˆÿÿ%`•8Äù ˆÿÿ{´ gDf˜8Äù ˆÿÿ%`•8Äù ˆÿÿ!gDf˜8Äù ˆÿÿ%`•@Ëù ˆÿÿ! gDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!gDf˜'ˆÿÿ%`•@Ëù ˆÿÿ! gDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!4gDf˜'ˆÿÿ%`•@Ëù ˆÿÿ!8gDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!LgDf˜'ˆÿÿ%`•@Ëù ˆÿÿ!PgDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!dgDf˜'ˆÿÿ%`•@Ëù ˆÿÿ!hgDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!€gDf˜'ˆÿÿ%`•@Ëù ˆÿÿ!„\gDf˜@Ëù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"àgDf˜'ˆÿÿ%`•@Ëù ˆÿÿ|ÔgDf˜@Ëù ˆÿÿ%`• Åù ˆÿÿ|øgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ}ôgDf˜Çù ˆÿÿ%`•Çù ˆÿÿ"ägDf˜Çù ˆÿÿ%`• Åù ˆÿÿ"ègDf˜ Åù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"ügDf˜'ˆÿÿ%`• Åù ˆÿÿ#ôgDf˜ Åù ˆÿÿ%`•8Äù ˆÿÿ#øhgDf˜8Äù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$`gDf˜'ˆÿÿ%`•8Äù ˆÿÿz4gDf˜8Äù ˆÿÿ%`•Çù ˆÿÿzXgDf˜Çù ˆÿÿ%`•@Ëù ˆÿÿzxøgDf˜@Ëù ˆÿÿ%`•@Ëù ˆÿÿ$dgDf˜@Ëù ˆÿÿ%`•Çù ˆÿÿ$hgDf˜Çù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$|gDf˜'ˆÿÿ%`•Çù ˆÿÿ$€dgDf˜Çù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%ägDf˜'ˆÿÿ%`•Çù ˆÿÿ{pgDf˜Çù ˆÿÿ%`• Åù ˆÿÿ|ègDf˜ Åù ˆÿÿ%`•8Äù ˆÿÿ~ gDf˜8Äù ˆÿÿ%`•@Ëù ˆÿÿ~gDf˜@Ëù ˆÿÿ%`•@Ëù ˆÿÿ%ègDf˜@Ëù ˆÿÿ%`•8Äù ˆÿÿ%ìgDf˜8Äù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&gDf˜'ˆÿÿ%`•8Äù ˆÿÿ&gDf˜8Äù ˆÿÿ%`•Çù ˆÿÿ&gDf˜Çù ˆÿÿ%`•ÐÂù ˆÿÿ& gDf˜ÐÂù ˆÿÿ%`• Åù ˆÿÿ&gDf˜ Åù ˆÿÿ%`•@Ëù ˆÿÿ&gDf˜@Ëù ˆÿÿ%`•pÈù ˆÿÿ&gDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ&gDf˜ØÉù ˆÿÿ%`•Îù ˆÿÿ& gDf˜Îù ˆÿÿ%`•¨Ìù ˆÿÿ&$gDf˜¨Ìù ˆÿÿ%`•hÁù ˆÿÿ&(gDf˜hÁù ˆÿÿ%`•Àù ˆÿÿ&,gDf˜Àù ˆÿÿ%`•¨<™ˆÿÿ&0gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ&4gDf˜>™ˆÿÿ%`•é ˆÿÿ&8gDf˜é ˆÿÿ%`•hé ˆÿÿ&<gDf˜hé ˆÿÿ%`•Ðé ˆÿÿ&@gDf˜Ðé ˆÿÿ%`•8é ˆÿÿ&DgDf˜8é ˆÿÿ%`• é ˆÿÿ&HgDf˜ é ˆÿÿ%`•é ˆÿÿ&LgDf˜é ˆÿÿ%`•pé ˆÿÿ&PgDf˜pé ˆÿÿ%`•Ø é ˆÿÿ&TgDf˜Ø é ˆÿÿ%`•@ é ˆÿÿ&XgDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ&\gDf˜¨ é ˆÿÿ%`•é ˆÿÿ&`gDf˜é ˆÿÿ%`•àˆÿÿ&dgDf˜àˆÿÿ%`•háˆÿÿ&hgDf˜háˆÿÿ%`•Ðâˆÿÿ&lgDf˜Ðâˆÿÿ%`•8äˆÿÿ&pgDf˜8äˆÿÿ%`• åˆÿÿ&tgDf˜ åˆÿÿ%`•çˆÿÿ&xgDf˜çˆÿÿ%`•pèˆÿÿ&|gDf˜pèˆÿÿ%`•Øéˆÿÿ&€gDf˜Øéˆÿÿ%`•@ëˆÿÿ&„gDf˜@ëˆÿÿ%`•¨ìˆÿÿ&ˆgDf˜¨ìˆÿÿ%`•îˆÿÿ&ŒgDf˜îˆÿÿ%`•ÀÖˆÿÿ&gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ&”gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ&˜gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ&œgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ& gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ&¤gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ&¨gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ&¬gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ&°gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ&´gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ&¸gDf˜ÎÖˆÿÿ%`• ã ˆÿÿ&¼gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ&ÀgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ&ÄgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ&ÈgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ&ÌgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ&ÐgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ&ÔgDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ&ØgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ&ÜgDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ&àgDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ&ägDf˜.ã ˆÿÿ%`•pñ ˆÿÿ&ègDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ&ìgDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿ&ðgDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿ&ôgDf˜8tñ ˆÿÿ%`• uñ ˆÿÿ&øgDf˜ uñ ˆÿÿ%`•wñ ˆÿÿ&ügDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ'gDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿ'gDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ'gDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ' gDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ'gDf˜~ñ ˆÿÿ%`• û ˆÿÿ'gDf˜ û ˆÿÿ%`•h!û ˆÿÿ'gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ'gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ' gDf˜8$û ˆÿÿ%`• %û ˆÿÿ'$gDf˜ %û ˆÿÿ%`•'û ˆÿÿ'(gDf˜'û ˆÿÿ%`•p(û ˆÿÿ',gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ'0gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ'4gDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ'8gDf˜¨,û ˆÿÿ%`•.û ˆÿÿ'<gDf˜.û ˆÿÿ%`•Àº ˆÿÿ'@gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ'DgDf˜hÁº ˆÿÿ%`•к ˆÿÿ'HgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ'LgDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ'PgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ'TgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ'XgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ'\gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ'`gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ'dgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ'hgDf˜κ ˆÿÿ%`•@ ˆÿÿ'lgDf˜@ ˆÿÿ%`•hA ˆÿÿ'pgDf˜hA ˆÿÿ%`•ÐB ˆÿÿ'tgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ'xgDf˜8D ˆÿÿ%`• E ˆÿÿ'|gDf˜ E ˆÿÿ%`•G ˆÿÿ'€gDf˜G ˆÿÿ%`•pH ˆÿÿ'„gDf˜pH ˆÿÿ%`•ØI ˆÿÿ'ˆgDf˜ØI ˆÿÿ%`•@K ˆÿÿ'ŒgDf˜@K ˆÿÿ%`•¨L ˆÿÿ'gDf˜¨L ˆÿÿ%`•N ˆÿÿ'”gDf˜N ˆÿÿ%`•àшÿÿ'˜gDf˜àшÿÿ%`•háшÿÿ'œgDf˜háшÿÿ%`•Ðâшÿÿ' gDf˜Ðâшÿÿ%`•8äшÿÿ'¤gDf˜8äшÿÿ%`• åшÿÿ'¨gDf˜ åшÿÿ%`•çшÿÿ'¬gDf˜çшÿÿ%`•pèшÿÿ'°gDf˜pèшÿÿ%`•Øéшÿÿ'´gDf˜Øéшÿÿ%`•@ëшÿÿ'¸gDf˜@ëшÿÿ%`•¨ìшÿÿ'¼gDf˜¨ìшÿÿ%`•îшÿÿ'ÀgDf˜îшÿÿ%`•P9 ˆÿÿ'ÄgDf˜P9 ˆÿÿ%`•hQ9 ˆÿÿ'ÈgDf˜hQ9 ˆÿÿ%`•ÐR9 ˆÿÿ'ÌgDf˜ÐR9 ˆÿÿ%`•8T9 ˆÿÿ'ÐgDf˜8T9 ˆÿÿ%`• U9 ˆÿÿ'ÔgDf˜ U9 ˆÿÿ%`•W9 ˆÿÿ'ØgDf˜W9 ˆÿÿ%`•pX9 ˆÿÿ'ÜgDf˜pX9 ˆÿÿ%`•ØY9 ˆÿÿ'àgDf˜ØY9 ˆÿÿ%`•@[9 ˆÿÿ'ägDf˜@[9 ˆÿÿ%`•¨\9 ˆÿÿ'ègDf˜¨\9 ˆÿÿ%`•^9 ˆÿÿ'ìgDf˜^9 ˆÿÿ%`•…ˆÿÿ'ðgDf˜…ˆÿÿ%`•h…ˆÿÿ'ôgDf˜h…ˆÿÿ%`•Ð…ˆÿÿ'ügDf˜Ð…ˆÿÿ%`•8…ˆÿÿ(gDf˜8…ˆÿÿ%`• …ˆÿÿ(gDf˜ …ˆÿÿ%`•…ˆÿÿ(gDf˜…ˆÿÿ%`•p…ˆÿÿ( gDf˜p…ˆÿÿ%`•Ø …ˆÿÿ(gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ(gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ(gDf˜¨ …ˆÿÿ%`•…ˆÿÿ(gDf˜…ˆÿÿ%`•àˆÿÿ( gDf˜àˆÿÿ%`•háˆÿÿ($gDf˜háˆÿÿ%`•Ðâˆÿÿ((gDf˜Ðâˆÿÿ%`•8äˆÿÿ(,gDf˜8äˆÿÿ%`• åˆÿÿ(0gDf˜ åˆÿÿ%`•çˆÿÿ(4gDf˜çˆÿÿ%`•pèˆÿÿ(8gDf˜pèˆÿÿ%`•Øéˆÿÿ(<gDf˜Øéˆÿÿ%`•@ëˆÿÿ(@gDf˜@ëˆÿÿ%`•¨ìˆÿÿ(DgDf˜¨ìˆÿÿ%`•îˆÿÿ(HgDf˜îˆÿÿ%`•€Vˆÿÿ(LgDf˜€Vˆÿÿ%`•hVˆÿÿ(PgDf˜hVˆÿÿ%`•ЂVˆÿÿ(TgDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ(XgDf˜8„Vˆÿÿ%`• …Vˆÿÿ(\gDf˜ …Vˆÿÿ%`•‡Vˆÿÿ(`gDf˜‡Vˆÿÿ%`•pˆVˆÿÿ(dgDf˜pˆVˆÿÿ%`•؉Vˆÿÿ(hgDf˜Ø‰Vˆÿÿ%`•@‹Vˆÿÿ(lgDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿ(pgDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ(tgDf˜ŽVˆÿÿ%`•0Ü ˆÿÿ(xgDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ(|gDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ(€gDf˜Ð2Ü ˆÿÿ%`• 5Ü ˆÿÿ(„ügDf˜ 5Ü ˆÿÿ%`•7Ü ˆÿÿ*€|gDf˜7Ü ˆÿÿ%`•p8Ü ˆÿÿ,ügDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ-üügDf˜Ø9Ü ˆÿÿ%`•@;Ü ˆÿÿ/øgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ0ügDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ2ügDf˜>Ü ˆÿÿ%`•>™ˆÿÿ3ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ40gDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ58gDf˜'ˆÿÿ%`•84Ü ˆÿÿìˆgDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ gDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ5<gDf˜84Ü ˆÿÿ%`•@;Ü ˆÿÿ5@ØgDf˜@;Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6gDf˜'ˆÿÿ%`•@;Ü ˆÿÿ6ŒgDf˜@;Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6¨gDf˜'ˆÿÿ%`•@;Ü ˆÿÿìxgDf˜@;Ü ˆÿÿ%`•84Ü ˆÿÿ7ôgDf˜84Ü ˆÿÿ%`•¨<Ü ˆÿÿ8ø gDf˜¨<Ü ˆÿÿ%`•¨<Ü ˆÿÿ gDf˜¨<Ü ˆÿÿ%`•¨<Ü ˆÿÿ6¬gDf˜¨<Ü ˆÿÿ%`•84Ü ˆÿÿ6°gDf˜84Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6ÌgDf˜'ˆÿÿ%`•84Ü ˆÿÿ6Ð\gDf˜84Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7,gDf˜'ˆÿÿ%`•84Ü ˆÿÿ70 gDf˜84Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7PgDf˜'ˆÿÿ%`•84Ü ˆÿÿ7T gDf˜84Ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7tgDf˜'ˆÿÿ%`•84Ü ˆÿÿ7xgDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ7|gDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ7€gDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ7„gDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ7ˆgDf˜84Ü ˆÿÿ%`•84Ü ˆÿÿ7ŒgDf˜84Ü ˆÿÿ%`•Ø9Ü ˆÿÿ7gDf˜Ø9Ü ˆÿÿ%`•p8Ü ˆÿÿ7”gDf˜p8Ü ˆÿÿ%`•p8Ü ˆÿÿ7˜gDf˜p8Ü ˆÿÿ%`•Ø9Ü ˆÿÿ7œgDf˜Ø9Ü ˆÿÿ%`•84Ü ˆÿÿ7 gDf˜84Ü ˆÿÿ%`•7Ü ˆÿÿ7¤gDf˜7Ü ˆÿÿ%`•>Ü ˆÿÿ7¨gDf˜>Ü ˆÿÿ%`•¨<Ü ˆÿÿ7¬gDf˜¨<Ü ˆÿÿ%`•@;Ü ˆÿÿ7°gDf˜@;Ü ˆÿÿ%`• 5Ü ˆÿÿ7´gDf˜ 5Ü ˆÿÿ%`•Ð2Ü ˆÿÿ7¸gDf˜Ð2Ü ˆÿÿ%`•h1Ü ˆÿÿ7¼gDf˜h1Ü ˆÿÿ%`•0Ü ˆÿÿ7ÀgDf˜0Ü ˆÿÿ%`•0Ü ˆÿÿ7ÄgDf˜0Ü ˆÿÿ%`•h1Ü ˆÿÿ7ÈgDf˜h1Ü ˆÿÿ%`•Ð2Ü ˆÿÿ7ÌgDf˜Ð2Ü ˆÿÿ%`• 5Ü ˆÿÿ7ÐgDf˜ 5Ü ˆÿÿ%`•@;Ü ˆÿÿ7ÔgDf˜@;Ü ˆÿÿ%`•¨<Ü ˆÿÿ7ØgDf˜¨<Ü ˆÿÿ%`•>Ü ˆÿÿ7ÜgDf˜>Ü ˆÿÿ%`•7Ü ˆÿÿ7àgDf˜7Ü ˆÿÿ%`•84Ü ˆÿÿ7ägDf˜84Ü ˆÿÿ%`•Ø9Ü ˆÿÿ7ègDf˜Ø9Ü ˆÿÿ%`•p8Ü ˆÿÿ7ìgDf˜p8Ü ˆÿÿ%`•¨<™ˆÿÿ7ðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ7ôgDf˜>™ˆÿÿ%`• ªˆÿÿ7øgDf˜ ªˆÿÿ%`•h¡ªˆÿÿ7ügDf˜h¡ªˆÿÿ%`•Тªˆÿÿ8gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ8gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ8 gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ8gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ8gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ8gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ8gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ8 gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ8$gDf˜®ªˆÿÿ%`•P¦ˆÿÿ8(gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ8,gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ80gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ84gDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ88gDf˜ U¦ˆÿÿ%`• U¦ˆÿÿ8<gDf˜ U¦ˆÿÿ%`•8T¦ˆÿÿ8@gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ8DgDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ8HgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ8LgDf˜P¦ˆÿÿ%`•W¦ˆÿÿ8PgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ8TgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ8XgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ8\gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ8`gDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ8dgDf˜^¦ˆÿÿ%`•>™ˆÿÿ8hgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8lgDf˜¨<™ˆÿÿ%`•°Gˆÿÿ8pgDf˜°Gˆÿÿ%`•h±Gˆÿÿ8tgDf˜h±Gˆÿÿ%`•вGˆÿÿ8xgDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ8|gDf˜8´Gˆÿÿ%`• µGˆÿÿ8€gDf˜ µGˆÿÿ%`•·Gˆÿÿ8„gDf˜·Gˆÿÿ%`•p¸Gˆÿÿ8ˆgDf˜p¸Gˆÿÿ%`•عGˆÿÿ8ŒgDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ8gDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ8”gDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ8˜gDf˜¾Gˆÿÿ%`•Бˆÿÿ8œgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ8 gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ8¤gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ8¨gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ8¬gDf˜ Õ‘ˆÿÿ%`•בˆÿÿ8°gDf˜בˆÿÿ%`•pØ‘ˆÿÿ8´gDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ8¸gDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ8¼gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ8ÀgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ8ÄgDf˜Þ‘ˆÿÿ%`•ÀÖˆÿÿ8ÈgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ8ÌgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ8ÐgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ8ÔgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ8ØgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ8ÜgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ8àgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ8ägDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ8ègDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ8ìgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ8ðgDf˜ÎÖˆÿÿ%`• ˆÿÿ8ôgDf˜ ˆÿÿ%`•h!ˆÿÿ8øgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ8ügDf˜Ð"ˆÿÿ%`•8$ˆÿÿ9gDf˜8$ˆÿÿ%`• %ˆÿÿ9gDf˜ %ˆÿÿ%`•'ˆÿÿ9gDf˜'ˆÿÿ%`•p(ˆÿÿ9 gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ9gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ9gDf˜@+ˆÿÿ%`•¨,ˆÿÿ9gDf˜¨,ˆÿÿ%`•.ˆÿÿ9gDf˜.ˆÿÿ%`•ð[ˆÿÿ9 gDf˜ð[ˆÿÿ%`•hñ[ˆÿÿ9$gDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿ9(gDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿ9,gDf˜8ô[ˆÿÿ%`• õ[ˆÿÿ90gDf˜ õ[ˆÿÿ%`•÷[ˆÿÿ94gDf˜÷[ˆÿÿ%`•pø[ˆÿÿ98gDf˜pø[ˆÿÿ%`•Øù[ˆÿÿ9<gDf˜Øù[ˆÿÿ%`•@û[ˆÿÿ9@gDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿ9DgDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿ9HgDf˜þ[ˆÿÿ%`•€…ˆÿÿ9LgDf˜€…ˆÿÿ%`•h…ˆÿÿ9PgDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ9TgDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ9XgDf˜8„…ˆÿÿ%`• ……ˆÿÿ9\gDf˜ ……ˆÿÿ%`•‡…ˆÿÿ9`gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ9dgDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ9hgDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ9lgDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ9pgDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ9tgDf˜Ž…ˆÿÿ%`•¨<™ˆÿÿ9xgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9|gDf˜>™ˆÿÿ%`•ÇÖˆÿÿ9€gDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ9„gDf˜ ÅÖˆÿÿ%`•8ÄÖˆÿÿ9ˆgDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ9ŒgDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ9gDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ9”gDf˜ÀÖˆÿÿ%`•P¦ˆÿÿ9˜gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ9œgDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ9 gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ9¤gDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ9¨gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ9¬gDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ9°gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ9´gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ9¸gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ9¼gDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ9ÀgDf˜^¦ˆÿÿ%`•À ˆÿÿ9ÄgDf˜À ˆÿÿ%`•hÁ ˆÿÿ9ÈgDf˜hÁ ˆÿÿ%`•Рˆÿÿ9ÌgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ9ÐgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ9ÔgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ9ØgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ9ÜgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ9àgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ9ägDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ9ègDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ9ìgDf˜Î ˆÿÿ%`•@—ˆÿÿ9ðgDf˜@—ˆÿÿ%`•hA—ˆÿÿ9ôgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ9øgDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ9ügDf˜8D—ˆÿÿ%`• E—ˆÿÿ:gDf˜ E—ˆÿÿ%`•G—ˆÿÿ:gDf˜G—ˆÿÿ%`•pH—ˆÿÿ:gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ: gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ:gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ:gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ:gDf˜N—ˆÿÿ%`•` ˆÿÿ:gDf˜` ˆÿÿ%`•ha ˆÿÿ: gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ:$gDf˜Ðb ˆÿÿ%`•8d ˆÿÿ:(gDf˜8d ˆÿÿ%`• e ˆÿÿ:,gDf˜ e ˆÿÿ%`•g ˆÿÿ:0gDf˜g ˆÿÿ%`•ph ˆÿÿ:4gDf˜ph ˆÿÿ%`•Øi ˆÿÿ:8gDf˜Øi ˆÿÿ%`•@k ˆÿÿ:<gDf˜@k ˆÿÿ%`•¨l ˆÿÿ:@gDf˜¨l ˆÿÿ%`•n ˆÿÿ:DgDf˜n ˆÿÿ%`• ˆÿÿ:HgDf˜ ˆÿÿ%`•h ˆÿÿ:LgDf˜h ˆÿÿ%`•Ð ˆÿÿ:PgDf˜Ð ˆÿÿ%`•8 ˆÿÿ:TgDf˜8 ˆÿÿ%`•  ˆÿÿ:XgDf˜  ˆÿÿ%`• ˆÿÿ:\gDf˜ ˆÿÿ%`•p ˆÿÿ:`gDf˜p ˆÿÿ%`•Ø  ˆÿÿ:dgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ:hgDf˜@  ˆÿÿ%`•¨  ˆÿÿ:lgDf˜¨  ˆÿÿ%`• ˆÿÿ:pgDf˜ ˆÿÿ%`•0.ˆÿÿ:tgDf˜0.ˆÿÿ%`•h1.ˆÿÿ:xgDf˜h1.ˆÿÿ%`•Ð2.ˆÿÿ:|gDf˜Ð2.ˆÿÿ%`•84.ˆÿÿ:€gDf˜84.ˆÿÿ%`• 5.ˆÿÿ:„gDf˜ 5.ˆÿÿ%`•7.ˆÿÿ:ˆgDf˜7.ˆÿÿ%`•p8.ˆÿÿ:ŒgDf˜p8.ˆÿÿ%`•Ø9.ˆÿÿ:gDf˜Ø9.ˆÿÿ%`•@;.ˆÿÿ:”gDf˜@;.ˆÿÿ%`•¨<.ˆÿÿ:˜gDf˜¨<.ˆÿÿ%`•>.ˆÿÿ:œgDf˜>.ˆÿÿ%`•@½ˆÿÿ: gDf˜@½ˆÿÿ%`•hA½ˆÿÿ:¤gDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿ:¨gDf˜ÐB½ˆÿÿ%`•8D½ˆÿÿ:¬gDf˜8D½ˆÿÿ%`• E½ˆÿÿ:°gDf˜ E½ˆÿÿ%`•G½ˆÿÿ:´gDf˜G½ˆÿÿ%`•pH½ˆÿÿ:¸gDf˜pH½ˆÿÿ%`•ØI½ˆÿÿ:¼gDf˜ØI½ˆÿÿ%`•@K½ˆÿÿ:ÀgDf˜@K½ˆÿÿ%`•¨L½ˆÿÿ:ÄgDf˜¨L½ˆÿÿ%`•N½ˆÿÿ:ÈgDf˜N½ˆÿÿ%`•`¿ˆÿÿ:ÌgDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ:ÐgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ:ÔgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ:ØgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ:ÜgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ:àgDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ:ägDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ:ègDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ:ìgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ:ðgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ:ôgDf˜n¿ˆÿÿ%`•€ˆÿÿ:øgDf˜€ˆÿÿ%`•hˆÿÿ:ügDf˜hˆÿÿ%`•Ђˆÿÿ;gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ;gDf˜8„ˆÿÿ%`• …ˆÿÿ;gDf˜ …ˆÿÿ%`•‡ˆÿÿ; gDf˜‡ˆÿÿ%`•pˆˆÿÿ;gDf˜pˆˆÿÿ%`•؉ˆÿÿ;gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ;gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ;gDf˜¨Œˆÿÿ%`•Žˆÿÿ; gDf˜Žˆÿÿ%`•0 ˆÿÿ;$gDf˜0 ˆÿÿ%`•h1 ˆÿÿ;(gDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ;,gDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ;0gDf˜84 ˆÿÿ%`• 5 ˆÿÿ;4gDf˜ 5 ˆÿÿ%`•7 ˆÿÿ;8gDf˜7 ˆÿÿ%`•p8 ˆÿÿ;<gDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿ;@gDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ;DgDf˜@; ˆÿÿ%`•¨< ˆÿÿ;HgDf˜¨< ˆÿÿ%`•> ˆÿÿ;LgDf˜> ˆÿÿ%`•Àœˆÿÿ;PgDf˜Àœˆÿÿ%`•hÁœˆÿÿ;TgDf˜hÁœˆÿÿ%`•Мˆÿÿ;XgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ;\gDf˜8Äœˆÿÿ%`• Åœˆÿÿ;`gDf˜ Åœˆÿÿ%`•Çœˆÿÿ;dgDf˜Çœˆÿÿ%`•pÈœˆÿÿ;hgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ;lgDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ;pgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ;tgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ;xgDf˜Μˆÿÿ%`•ÎÖˆÿÿ;|gDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ;€gDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ;„gDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ;ˆgDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ;ŒgDf˜pÈÖˆÿÿ%`• ……ˆÿÿ;gDf˜ ……ˆÿÿ%`•8„…ˆÿÿ;”gDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿ;˜gDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿ;œgDf˜h…ˆÿÿ%`•€…ˆÿÿ; gDf˜€…ˆÿÿ%`•@$ˆÿÿ;¤gDf˜@$ˆÿÿ%`•hA$ˆÿÿ;¨gDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ;¬gDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿ;°gDf˜8D$ˆÿÿ%`• E$ˆÿÿ;´gDf˜ E$ˆÿÿ%`•G$ˆÿÿ;¸gDf˜G$ˆÿÿ%`•pH$ˆÿÿ;¼gDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ;ÀgDf˜ØI$ˆÿÿ%`•@K$ˆÿÿ;ÄgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿ;ÈgDf˜¨L$ˆÿÿ%`•N$ˆÿÿ;ÌgDf˜N$ˆÿÿ%`•€>ˆÿÿ;ÐgDf˜€>ˆÿÿ%`•h>ˆÿÿ;ÔgDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ;ØgDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ;ÜgDf˜8„>ˆÿÿ%`• …>ˆÿÿ;àgDf˜ …>ˆÿÿ%`•‡>ˆÿÿ;ägDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ;ègDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ;ìgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ;ðgDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ;ôgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ;øgDf˜Ž>ˆÿÿ%`•Ž…ˆÿÿ;ügDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿ<gDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿ<gDf˜@‹…ˆÿÿ%`•؉…ˆÿÿ<gDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿ<gDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿ<gDf˜‡…ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•ÀÖˆÿÿ< gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ<$gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ<(gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ<,gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ<0gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ<4gDf˜ÇÖˆÿÿ%`•pÈ ˆÿÿ<8gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ<<gDf˜Ç ˆÿÿ%`• Å ˆÿÿ<@gDf˜ Å ˆÿÿ%`•8Ä ˆÿÿgDf˜Μˆÿÿ%`•¨Ìœˆÿÿ>gDf˜¨Ìœˆÿÿ%`•@Ëœˆÿÿ>gDf˜@Ëœˆÿÿ%`•ØÉœˆÿÿ> gDf˜ØÉœˆÿÿ%`•pÈœˆÿÿ>gDf˜pÈœˆÿÿ%`•Çœˆÿÿ>gDf˜Çœˆÿÿ%`• Åœˆÿÿ>gDf˜ Åœˆÿÿ%`•pÈÖˆÿÿ>gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ> gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ>$gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ>(gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ>,gDf˜ÎÖˆÿÿ%`•€…ˆÿÿ>0gDf˜€…ˆÿÿ%`•h…ˆÿÿ>4gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ>8gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ><gDf˜8„…ˆÿÿ%`• ……ˆÿÿ>@gDf˜ ……ˆÿÿ%`•8„>ˆÿÿ>DgDf˜8„>ˆÿÿ%`•Ђ>ˆÿÿ>HgDf˜Ð‚>ˆÿÿ%`•h>ˆÿÿ>LgDf˜h>ˆÿÿ%`•€>ˆÿÿ>PgDf˜€>ˆÿÿ%`•Ð#ˆÿÿ>TgDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿ>XgDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿ>\gDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿ>`gDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿ>dgDf˜ Õ#ˆÿÿ%`•×#ˆÿÿ>hgDf˜×#ˆÿÿ%`•pØ#ˆÿÿ>lgDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿ>pgDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿ>tgDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿ>xgDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿ>|gDf˜Þ#ˆÿÿ%`•Ž>ˆÿÿ>€gDf˜Ž>ˆÿÿ%`•¨Œ>ˆÿÿ>„gDf˜¨Œ>ˆÿÿ%`•@‹>ˆÿÿ>ˆgDf˜@‹>ˆÿÿ%`•؉>ˆÿÿ>ŒgDf˜Ø‰>ˆÿÿ%`•pˆ>ˆÿÿ>gDf˜pˆ>ˆÿÿ%`•‡>ˆÿÿ>”gDf˜‡>ˆÿÿ%`• …>ˆÿÿ>˜gDf˜ …>ˆÿÿ%`•‡…ˆÿÿ>œgDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ> gDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ>¤gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ>¨gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ>¬gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ>°gDf˜Ž…ˆÿÿ%`•¨<™ˆÿÿ>´gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ>¸gDf˜>™ˆÿÿ%`•ÇÖˆÿÿ>¼gDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ>ÀgDf˜ ÅÖˆÿÿ%`•8ÄÖˆÿÿ>ÄgDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ>ÈgDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ>ÌgDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ>ÐgDf˜ÀÖˆÿÿ%`•À ˆÿÿ>ÔgDf˜À ˆÿÿ%`•hÁ ˆÿÿ>ØgDf˜hÁ ˆÿÿ%`•Рˆÿÿ>ÜgDf˜Ð ˆÿÿ%`•ØÉ ˆÿÿ>àgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ>ägDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ>ègDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ>ìgDf˜Î ˆÿÿ%`•8Ä ˆÿÿ>ðgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ>ôgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ>øgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ>ügDf˜pÈ ˆÿÿ%`• ˆÿÿ?gDf˜ ˆÿÿ%`•h ˆÿÿ?gDf˜h ˆÿÿ%`•Ð ˆÿÿ?gDf˜Ð ˆÿÿ%`•8 ˆÿÿ? gDf˜8 ˆÿÿ%`•  ˆÿÿ?gDf˜  ˆÿÿ%`• ˆÿÿ?gDf˜ ˆÿÿ%`•8Gˆÿÿ?gDf˜8Gˆÿÿ%`•ÐGˆÿÿ?gDf˜ÐGˆÿÿ%`•hGˆÿÿ? gDf˜hGˆÿÿ%`•Gˆÿÿ?$gDf˜Gˆÿÿ%`• ˆÿÿ?(gDf˜ ˆÿÿ%`•h ˆÿÿ?,gDf˜h ˆÿÿ%`•Ð ˆÿÿ?0gDf˜Ð ˆÿÿ%`•8 ˆÿÿ?4gDf˜8 ˆÿÿ%`•  ˆÿÿ?8gDf˜  ˆÿÿ%`• ˆÿÿ?<gDf˜ ˆÿÿ%`•p ˆÿÿ?@gDf˜p ˆÿÿ%`•Ø  ˆÿÿ?DgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ?HgDf˜@  ˆÿÿ%`•¨  ˆÿÿ?LgDf˜¨  ˆÿÿ%`• ˆÿÿ?PgDf˜ ˆÿÿ%`•Àµˆÿÿ?TgDf˜Àµˆÿÿ%`•hÁµˆÿÿ?XgDf˜hÁµˆÿÿ%`•еˆÿÿ?\gDf˜Ðµˆÿÿ%`•8ĵˆÿÿ?`gDf˜8ĵˆÿÿ%`• Åµˆÿÿ?dgDf˜ Åµˆÿÿ%`•ǵˆÿÿ?hgDf˜ǵˆÿÿ%`•pȵˆÿÿ?lgDf˜pȵˆÿÿ%`•ØÉµˆÿÿ?pgDf˜ØÉµˆÿÿ%`•@˵ˆÿÿ?tgDf˜@˵ˆÿÿ%`•¨Ìµˆÿÿ?xgDf˜¨Ìµˆÿÿ%`•εˆÿÿ?|gDf˜εˆÿÿ%`•Gˆÿÿ?€gDf˜Gˆÿÿ%`•¨ Gˆÿÿ?„gDf˜¨ Gˆÿÿ%`•@ Gˆÿÿ?ˆgDf˜@ Gˆÿÿ%`•Ø Gˆÿÿ?ŒgDf˜Ø Gˆÿÿ%`•pGˆÿÿ?gDf˜pGˆÿÿ%`•Gˆÿÿ?”gDf˜Gˆÿÿ%`• Gˆÿÿ?˜gDf˜ Gˆÿÿ%`•p ˆÿÿ?œgDf˜p ˆÿÿ%`•Ø  ˆÿÿ? gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ?¤gDf˜@  ˆÿÿ%`•¨  ˆÿÿ?¨gDf˜¨  ˆÿÿ%`• ˆÿÿ?¬gDf˜ ˆÿÿ%`•`¿ˆÿÿ?°gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ?´gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ?¸gDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ?¼gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ?ÀgDf˜ e¿ˆÿÿ%`•8$µˆÿÿ?ÄgDf˜8$µˆÿÿ%`•Ð"µˆÿÿ?ÈgDf˜Ð"µˆÿÿ%`•h!µˆÿÿ?ÌgDf˜h!µˆÿÿ%`• µˆÿÿ?ÐgDf˜ µˆÿÿ%`•PÚˆÿÿ?ÔgDf˜PÚˆÿÿ%`•hQÚˆÿÿ?ØgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ?ÜgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ?àgDf˜8TÚˆÿÿ%`• UÚˆÿÿ?ägDf˜ UÚˆÿÿ%`•WÚˆÿÿ?ègDf˜WÚˆÿÿ%`•pXÚˆÿÿ?ìgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ?ðgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ?ôgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ?øgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ?ügDf˜^Úˆÿÿ%`•.µˆÿÿ@gDf˜.µˆÿÿ%`•¨,µˆÿÿ@gDf˜¨,µˆÿÿ%`•@+µˆÿÿ@gDf˜@+µˆÿÿ%`•Ø)µˆÿÿ@ gDf˜Ø)µˆÿÿ%`•p(µˆÿÿ@gDf˜p(µˆÿÿ%`•'µˆÿÿ@gDf˜'µˆÿÿ%`• %µˆÿÿ@gDf˜ %µˆÿÿ%`•g¿ˆÿÿ@ gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ@$gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ@(gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ@,gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ@0gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ@4gDf˜n¿ˆÿÿ%`•Àœˆÿÿ@8gDf˜Àœˆÿÿ%`•hÁœˆÿÿ@<gDf˜hÁœˆÿÿ%`•Мˆÿÿ@@gDf˜Ðœˆÿÿ%`•8Äœˆÿÿ@DgDf˜8Äœˆÿÿ%`•8D*ˆÿÿ@HgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿ@LgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿ@PgDf˜hA*ˆÿÿ%`•@*ˆÿÿ@TgDf˜@*ˆÿÿ%`•pŸ ˆÿÿ@XgDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ@\gDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿ@`gDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿ@dgDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿ@hgDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿ@lgDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿ@pgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿ@tgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿ@xgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿ@|gDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ@€gDf˜~Ÿ ˆÿÿ%`•N*ˆÿÿ@„gDf˜N*ˆÿÿ%`•¨L*ˆÿÿ@ˆgDf˜¨L*ˆÿÿ%`•@K*ˆÿÿ@ŒgDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ@gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ@”gDf˜pH*ˆÿÿ%`•G*ˆÿÿ@˜gDf˜G*ˆÿÿ%`• E*ˆÿÿ@œgDf˜ E*ˆÿÿ%`• Åœˆÿÿ@ gDf˜ Åœˆÿÿ%`•Çœˆÿÿ@¤gDf˜Çœˆÿÿ%`•pÈœˆÿÿ@¨gDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ@¬gDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ@°gDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ@´gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ@¸gDf˜Μˆÿÿ%`•ÎÖˆÿÿ@¼gDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ@ÀgDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ@ÄgDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ@ÈgDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ@ÌgDf˜pÈÖˆÿÿ%`• ……ˆÿÿ@ÐgDf˜ ……ˆÿÿ%`•8„…ˆÿÿ@ÔgDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿ@ØgDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿ@ÜgDf˜h…ˆÿÿ%`•€…ˆÿÿ@àgDf˜€…ˆÿÿ%`•Ž…ˆÿÿ@ägDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿ@ègDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿ@ìgDf˜@‹…ˆÿÿ%`•؉…ˆÿÿ@ðgDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿ@ôgDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿ@øgDf˜‡…ˆÿÿ%`•>™ˆÿÿ@ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿAgDf˜¨<™ˆÿÿ%`•ÀÖˆÿÿAgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿAgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿA gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿAgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿAgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿAgDf˜ÇÖˆÿÿ%`•ØÉ ˆÿÿAgDf˜ØÉ ˆÿÿ%`•РˆÿÿA gDf˜Ð ˆÿÿ%`•hÁ ˆÿÿA$gDf˜hÁ ˆÿÿ%`•À ˆÿÿA(gDf˜À ˆÿÿ%`•ÐrˆÿÿA,gDf˜Ðrˆÿÿ%`•hÑrˆÿÿA0gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿA4gDf˜ÐÒrˆÿÿ%`•8ÔrˆÿÿA8gDf˜8Ôrˆÿÿ%`• ÕrˆÿÿA<gDf˜ Õrˆÿÿ%`•×rˆÿÿA@gDf˜×rˆÿÿ%`•pØrˆÿÿADgDf˜pØrˆÿÿ%`•ØÙrˆÿÿAHgDf˜ØÙrˆÿÿ%`•@ÛrˆÿÿALgDf˜@Ûrˆÿÿ%`•¨ÜrˆÿÿAPgDf˜¨Ürˆÿÿ%`•ÞrˆÿÿATgDf˜Þrˆÿÿ%`•P¦ˆÿÿAXgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿA\gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿA`gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿAdgDf˜8T¦ˆÿÿ%`• U¦ˆÿÿAhgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿAlgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿApgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿAtgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿAxgDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿA|gDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿA€gDf˜^¦ˆÿÿ%`•pÈ ˆÿÿA„gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿAˆgDf˜Ç ˆÿÿ%`• Å ˆÿÿAŒgDf˜ Å ˆÿÿ%`•8Ä ˆÿÿAgDf˜8Ä ˆÿÿ%`•Î ˆÿÿA”gDf˜Î ˆÿÿ%`•¨Ì ˆÿÿA˜gDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿAœgDf˜@Ë ˆÿÿ%`• ˆÿÿA gDf˜ ˆÿÿ%`•  ˆÿÿA¤gDf˜  ˆÿÿ%`•8 ˆÿÿA¨gDf˜8 ˆÿÿ%`•Ð ˆÿÿA¬gDf˜Ð ˆÿÿ%`•h ˆÿÿA°gDf˜h ˆÿÿ%`• ˆÿÿA´gDf˜ ˆÿÿ%`•GˆÿÿA¸gDf˜Gˆÿÿ%`•hGˆÿÿA¼gDf˜hGˆÿÿ%`•ÐGˆÿÿAÀgDf˜ÐGˆÿÿ%`•8GˆÿÿAÄgDf˜8Gˆÿÿ%`•8ĵˆÿÿAÈgDf˜8ĵˆÿÿ%`•еˆÿÿAÌgDf˜Ðµˆÿÿ%`•hÁµˆÿÿAÐgDf˜hÁµˆÿÿ%`•ÀµˆÿÿAÔgDf˜Àµˆÿÿ%`•` ˆÿÿAØgDf˜` ˆÿÿ%`•ha ˆÿÿAÜgDf˜ha ˆÿÿ%`•Ðb ˆÿÿAàgDf˜Ðb ˆÿÿ%`•8d ˆÿÿAägDf˜8d ˆÿÿ%`• e ˆÿÿAègDf˜ e ˆÿÿ%`•g ˆÿÿAìgDf˜g ˆÿÿ%`•ph ˆÿÿAðgDf˜ph ˆÿÿ%`•Øi ˆÿÿAôgDf˜Øi ˆÿÿ%`•@k ˆÿÿAøgDf˜@k ˆÿÿ%`•¨l ˆÿÿAügDf˜¨l ˆÿÿ%`•n ˆÿÿBgDf˜n ˆÿÿ%`•εˆÿÿBgDf˜εˆÿÿ%`•¨ÌµˆÿÿBgDf˜¨Ìµˆÿÿ%`•@˵ˆÿÿB gDf˜@˵ˆÿÿ%`•ØÉµˆÿÿBgDf˜ØÉµˆÿÿ%`•pȵˆÿÿBgDf˜pȵˆÿÿ%`•ǵˆÿÿBgDf˜ǵˆÿÿ%`• ÅµˆÿÿBgDf˜ Åµˆÿÿ%`• GˆÿÿB gDf˜ Gˆÿÿ%`•GˆÿÿB$gDf˜Gˆÿÿ%`•pGˆÿÿB(gDf˜pGˆÿÿ%`•Ø GˆÿÿB,gDf˜Ø Gˆÿÿ%`•@ GˆÿÿB0gDf˜@ Gˆÿÿ%`•¨ GˆÿÿB4gDf˜¨ Gˆÿÿ%`•GˆÿÿB8gDf˜Gˆÿÿ%`• ˆÿÿB<gDf˜ ˆÿÿ%`•¨  ˆÿÿB@gDf˜¨  ˆÿÿ%`•@  ˆÿÿBDgDf˜@  ˆÿÿ%`•Ø  ˆÿÿBHgDf˜Ø  ˆÿÿ%`•p ˆÿÿBLgDf˜p ˆÿÿ%`• e¿ˆÿÿBPgDf˜ e¿ˆÿÿ%`•8d¿ˆÿÿBTgDf˜8d¿ˆÿÿ%`•Ðb¿ˆÿÿBXgDf˜Ðb¿ˆÿÿ%`•ha¿ˆÿÿB\gDf˜ha¿ˆÿÿ%`•`¿ˆÿÿB`gDf˜`¿ˆÿÿ%`•n¿ˆÿÿBdgDf˜n¿ˆÿÿ%`•¨l¿ˆÿÿBhgDf˜¨l¿ˆÿÿ%`•@k¿ˆÿÿBlgDf˜@k¿ˆÿÿ%`•Øi¿ˆÿÿBpgDf˜Øi¿ˆÿÿ%`•ph¿ˆÿÿBtgDf˜ph¿ˆÿÿ%`•g¿ˆÿÿBxgDf˜g¿ˆÿÿ%`•8ÄœˆÿÿB|gDf˜8Äœˆÿÿ%`•МˆÿÿB€gDf˜Ðœˆÿÿ%`•hÁœˆÿÿB„gDf˜hÁœˆÿÿ%`•ÀœˆÿÿBˆgDf˜Àœˆÿÿ%`•@*ˆÿÿBŒgDf˜@*ˆÿÿ%`•hA*ˆÿÿBgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿB”gDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿB˜gDf˜8D*ˆÿÿ%`•8tŸ ˆÿÿBœgDf˜8tŸ ˆÿÿ%`•ÐrŸ ˆÿÿB gDf˜ÐrŸ ˆÿÿ%`•hqŸ ˆÿÿB¤gDf˜hqŸ ˆÿÿ%`•pŸ ˆÿÿB¨gDf˜pŸ ˆÿÿ%`•À+ˆÿÿB¬gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿB°gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿB´gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿB¸gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿB¼gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿBÀgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿBÄgDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿBÈgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿBÌgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿBÐgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿBÔgDf˜Î+ˆÿÿ%`•`ñ ˆÿÿBØgDf˜`ñ ˆÿÿ%`•hañ ˆÿÿBÜgDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿBàgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿBägDf˜8dñ ˆÿÿ%`• eñ ˆÿÿBègDf˜ eñ ˆÿÿ%`•gñ ˆÿÿBìgDf˜gñ ˆÿÿ%`•phñ ˆÿÿBðgDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿBôgDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿBøgDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿBügDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿCgDf˜nñ ˆÿÿ%`•~Ÿ ˆÿÿCgDf˜~Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿCgDf˜¨|Ÿ ˆÿÿ%`•@{Ÿ ˆÿÿC gDf˜@{Ÿ ˆÿÿ%`•ØyŸ ˆÿÿCgDf˜ØyŸ ˆÿÿ%`•pxŸ ˆÿÿCgDf˜pxŸ ˆÿÿ%`•wŸ ˆÿÿCgDf˜wŸ ˆÿÿ%`• uŸ ˆÿÿCgDf˜ uŸ ˆÿÿ%`• E*ˆÿÿC gDf˜ E*ˆÿÿ%`•G*ˆÿÿC$gDf˜G*ˆÿÿ%`•pH*ˆÿÿC(gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿC,gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿC0gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿC4gDf˜¨L*ˆÿÿ%`•N*ˆÿÿC8gDf˜N*ˆÿÿ%`•ΜˆÿÿC<gDf˜Μˆÿÿ%`•¨ÌœˆÿÿC@gDf˜¨Ìœˆÿÿ%`•@ËœˆÿÿCDgDf˜@Ëœˆÿÿ%`•ØÉœˆÿÿCHgDf˜ØÉœˆÿÿ%`•pÈœˆÿÿCLgDf˜pÈœˆÿÿ%`•ÇœˆÿÿCPgDf˜Çœˆÿÿ%`• ÅœˆÿÿCTgDf˜ Åœˆÿÿ%`•pÈÖˆÿÿCXgDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿC\gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿC`gDf˜@ËÖˆÿÿ%`•ÇÖˆÿÿCdgDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿChgDf˜ ÅÖˆÿÿ%`•8ÄÖˆÿÿClgDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿCpgDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿCtgDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿCxgDf˜ÀÖˆÿÿ%`•¨ÌÖˆÿÿC|gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿC€gDf˜ÎÖˆÿÿ%`•¨<™ˆÿÿC„gDf˜¨<™ˆÿÿ%`•>™ˆÿÿCˆgDf˜>™ˆÿÿ%`•À ˆÿÿCŒgDf˜À ˆÿÿ%`•hÁ ˆÿÿCgDf˜hÁ ˆÿÿ%`•РˆÿÿC”gDf˜Ð ˆÿÿ%`•ØÉ ˆÿÿC˜gDf˜ØÉ ˆÿÿ%`•8T¦ˆÿÿCœgDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿC gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿC¤gDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿC¨gDf˜P¦ˆÿÿ%`•°GˆÿÿC¬gDf˜°Gˆÿÿ%`•h±GˆÿÿC°gDf˜h±Gˆÿÿ%`•вGˆÿÿC´gDf˜Ð²Gˆÿÿ%`•8´GˆÿÿC¸gDf˜8´Gˆÿÿ%`• µGˆÿÿC¼gDf˜ µGˆÿÿ%`•·GˆÿÿCÀgDf˜·Gˆÿÿ%`•p¸GˆÿÿCÄgDf˜p¸Gˆÿÿ%`•عGˆÿÿCÈgDf˜Ø¹Gˆÿÿ%`•@»GˆÿÿCÌgDf˜@»Gˆÿÿ%`•¨¼GˆÿÿCÐgDf˜¨¼Gˆÿÿ%`•¾GˆÿÿCÔgDf˜¾Gˆÿÿ%`•ÐrˆÿÿCØgDf˜Ðrˆÿÿ%`•hÑrˆÿÿCÜgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿCàgDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ¤gDf˜8Ôrˆÿÿ%`• Õrˆÿÿ¨gDf˜ Õrˆÿÿ%`•×rˆÿÿ¬gDf˜×rˆÿÿ%`•pØrˆÿÿ°gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ´gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ¸gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ¼gDf˜¨Ürˆÿÿ%`•ÞrˆÿÿÀgDf˜Þrˆÿÿ%`•^¦ˆÿÿÄgDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿÈgDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿÌgDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿÔgDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿØgDf˜pX¦ˆÿÿ%`•W¦ˆÿÿÜgDf˜W¦ˆÿÿ%`• U¦ˆÿÿàgDf˜ U¦ˆÿÿ%`•@Ë ˆÿÿägDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿègDf˜¨Ì ˆÿÿ%`•Î ˆÿÿìgDf˜Î ˆÿÿ%`•8Ä ˆÿÿðgDf˜8Ä ˆÿÿ%`• Å ˆÿÿôgDf˜ Å ˆÿÿ%`•Ç ˆÿÿøgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿügDf˜pÈ ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•h ˆÿÿgDf˜h ˆÿÿ%`•Ð ˆÿÿgDf˜Ð ˆÿÿ%`•8 ˆÿÿ gDf˜8 ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•8GˆÿÿgDf˜8Gˆÿÿ%`•ÐGˆÿÿgDf˜ÐGˆÿÿ%`•hGˆÿÿ gDf˜hGˆÿÿ%`•Gˆÿÿ$gDf˜Gˆÿÿ%`•Gˆÿÿ(gDf˜Gˆÿÿ%`•¨ Gˆÿÿ,gDf˜¨ Gˆÿÿ%`•@ Gˆÿÿ0gDf˜@ Gˆÿÿ%`•Ø Gˆÿÿ4gDf˜Ø Gˆÿÿ%`•pGˆÿÿ8gDf˜pGˆÿÿ%`•Gˆÿÿ<gDf˜Gˆÿÿ%`• Gˆÿÿ@gDf˜ Gˆÿÿ%`•p ˆÿÿDgDf˜p ˆÿÿ%`•Ø  ˆÿÿHgDf˜Ø  ˆÿÿ%`•@  ˆÿÿLgDf˜@  ˆÿÿ%`•¨  ˆÿÿPgDf˜¨  ˆÿÿ%`• ˆÿÿTgDf˜ ˆÿÿ%`•n¿ˆÿÿXgDf˜n¿ˆÿÿ%`•`¿ˆÿÿ\gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ`gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿdgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿhgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿlgDf˜ e¿ˆÿÿ%`•À ˆÿÿpgDf˜À ˆÿÿ%`•hÁ ˆÿÿtgDf˜hÁ ˆÿÿ%`•РˆÿÿxgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ|gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ€gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ„gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿˆgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿŒgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ”gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ˜gDf˜Î ˆÿÿ%`•€ñ ˆÿÿœgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ¤gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ¨gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ¬gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ°gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ´gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ¸gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ¼gDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿÀgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿÄgDf˜Žñ ˆÿÿ%`•g¿ˆÿÿÈgDf˜g¿ˆÿÿ%`•ph¿ˆÿÿÌgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿÐgDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿÔgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿØgDf˜¨l¿ˆÿÿ%`•ÀœˆÿÿÜgDf˜Àœˆÿÿ%`•hÁœˆÿÿàgDf˜hÁœˆÿÿ%`•МˆÿÿägDf˜Ðœˆÿÿ%`•8ÄœˆÿÿègDf˜8Äœˆÿÿ%`•8D*ˆÿÿìgDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿðgDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿôgDf˜hA*ˆÿÿ%`•@*ˆÿÿøgDf˜@*ˆÿÿ%`•pŸ ˆÿÿügDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿgDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿgDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿgDf˜8tŸ ˆÿÿ%`•8dñ ˆÿÿ gDf˜8dñ ˆÿÿ%`•Ðbñ ˆÿÿgDf˜Ðbñ ˆÿÿ%`•hañ ˆÿÿgDf˜hañ ˆÿÿ%`•`ñ ˆÿÿgDf˜`ñ ˆÿÿ%`• ^ˆÿÿgDf˜ ^ˆÿÿ%`•h!^ˆÿÿ gDf˜h!^ˆÿÿ%`•Ð"^ˆÿÿ$gDf˜Ð"^ˆÿÿ%`•8$^ˆÿÿ(gDf˜8$^ˆÿÿ%`• %^ˆÿÿ,gDf˜ %^ˆÿÿ%`•'^ˆÿÿ0gDf˜'^ˆÿÿ%`•p(^ˆÿÿ4gDf˜p(^ˆÿÿ%`•Ø)^ˆÿÿ8gDf˜Ø)^ˆÿÿ%`•@+^ˆÿÿ<gDf˜@+^ˆÿÿ%`•¨,^ˆÿÿ@gDf˜¨,^ˆÿÿ%`•.^ˆÿÿDgDf˜.^ˆÿÿ%`•nñ ˆÿÿHgDf˜nñ ˆÿÿ%`•¨lñ ˆÿÿLgDf˜¨lñ ˆÿÿ%`•@kñ ˆÿÿPgDf˜@kñ ˆÿÿ%`•Øiñ ˆÿÿTgDf˜Øiñ ˆÿÿ%`•phñ ˆÿÿXgDf˜phñ ˆÿÿ%`•gñ ˆÿÿ\gDf˜gñ ˆÿÿ%`• eñ ˆÿÿ`gDf˜ eñ ˆÿÿ%`• uŸ ˆÿÿdgDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿhgDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿlgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿpgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿtgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿxgDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ|gDf˜~Ÿ ˆÿÿ%`•N*ˆÿÿ€gDf˜N*ˆÿÿ%`•¨L*ˆÿÿ„gDf˜¨L*ˆÿÿ%`•@K*ˆÿÿˆgDf˜@K*ˆÿÿ%`•ØI*ˆÿÿŒgDf˜ØI*ˆÿÿ%`•pH*ˆÿÿgDf˜pH*ˆÿÿ%`•G*ˆÿÿ”gDf˜G*ˆÿÿ%`• E*ˆÿÿ˜gDf˜ E*ˆÿÿ%`• ÅœˆÿÿœgDf˜ Åœˆÿÿ%`•Çœˆÿÿ gDf˜Çœˆÿÿ%`•pÈœˆÿÿ¤gDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ¨gDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ¬gDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ°gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ´gDf˜Μˆÿÿ%`•>™ˆÿÿ¸gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¼gDf˜¨<™ˆÿÿ%`•ØÉ ˆÿÿÀgDf˜ØÉ ˆÿÿ%`•РˆÿÿÄgDf˜Ð ˆÿÿ%`•hÁ ˆÿÿÈgDf˜hÁ ˆÿÿ%`•À ˆÿÿÌgDf˜À ˆÿÿ%`•P¦ˆÿÿÐgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿÔgDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿØgDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿÜgDf˜8T¦ˆÿÿ%`•8ÔrˆÿÿàgDf˜8Ôrˆÿÿ%`•ÐÒrˆÿÿägDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿègDf˜hÑrˆÿÿ%`•ÐrˆÿÿìgDf˜Ðrˆÿÿ%`•€…ˆÿÿðgDf˜€…ˆÿÿ%`•h…ˆÿÿôgDf˜h…ˆÿÿ%`•Ђ…ˆÿÿøgDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿügDf˜8„…ˆÿÿ%`• ……ˆÿÿgDf˜ ……ˆÿÿ%`•‡…ˆÿÿgDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿgDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿgDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿgDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿgDf˜Ž…ˆÿÿ%`•°GˆÿÿgDf˜°Gˆÿÿ%`•h±Gˆÿÿ gDf˜h±Gˆÿÿ%`•вGˆÿÿ$gDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ(gDf˜8´Gˆÿÿ%`• µGˆÿÿ,gDf˜ µGˆÿÿ%`•·Gˆÿÿ0gDf˜·Gˆÿÿ%`•p¸Gˆÿÿ4gDf˜p¸Gˆÿÿ%`•عGˆÿÿ8gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ<gDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ@gDf˜¨¼Gˆÿÿ%`•¾GˆÿÿDgDf˜¾Gˆÿÿ%`•ÞrˆÿÿHgDf˜Þrˆÿÿ%`•¨ÜrˆÿÿLgDf˜¨Ürˆÿÿ%`•@ÛrˆÿÿPgDf˜@Ûrˆÿÿ%`•ØÙrˆÿÿTgDf˜ØÙrˆÿÿ%`•pØrˆÿÿXgDf˜pØrˆÿÿ%`•×rˆÿÿ\gDf˜×rˆÿÿ%`• Õrˆÿÿ`gDf˜ Õrˆÿÿ%`• U¦ˆÿÿdgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿhgDf˜W¦ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•W¦ˆÿÿgDf˜W¦ˆÿÿ%`•ÐR¦ˆÿÿ gDf˜ÐR¦ˆÿÿ%`• U¦ˆÿÿgDf˜ U¦ˆÿÿ%`•hQ¦ˆÿÿ7ègDf˜hQ¦ˆÿÿ%`•8T¦ˆÿÿ`ÈgDf˜8T¦ˆÿÿ%`•P¦ˆÿÿgDf˜P¦ˆÿÿ%`•@[¦ˆÿÿƒ,gDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿƒ4gDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿÑdgDf˜pX¦ˆÿÿ%`•^¦ˆÿÿìlgDf˜^¦ˆÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•¨\¦ˆÿÿƒ<gDf˜¨\¦ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿpgDf˜¨<™ˆÿÿ%`•>™ˆÿÿtgDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•8t ˆÿÿx\gDf˜8t ˆÿÿ%`• u ˆÿÿÜ gDf˜ u ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`• u ˆÿÿ€ügDf˜ u ˆÿÿ%`•8t ˆÿÿ |gDf˜8t ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ˜gDf˜'ˆÿÿ%`•8t ˆÿÿ œ@gDf˜8t ˆÿÿ%`• u ˆÿÿ àügDf˜ u ˆÿÿ%`•w ˆÿÿ ÜügDf˜w ˆÿÿ%`•px ˆÿÿØgDf˜px ˆÿÿ%`•Ðr ˆÿÿÜgDf˜Ðr ˆÿÿ%`•p ˆÿÿäügDf˜p ˆÿÿ%`•hq ˆÿÿàügDf˜hq ˆÿÿ%`•Øy ˆÿÿÜgDf˜Øy ˆÿÿ%`•@{ ˆÿÿàgDf˜@{ ˆÿÿ%`•¨| ˆÿÿèHgDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•hq ˆÿÿ{°gDf˜hq ˆÿÿ%`•¨| ˆÿÿgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ gDf˜¨| ˆÿÿ%`•¨| ˆÿÿzL gDf˜¨| ˆÿÿ%`•hq ˆÿÿ{gDf˜hq ˆÿÿ%`•hq ˆÿÿ gDf˜hq ˆÿÿ%`•hq ˆÿÿgDf˜hq ˆÿÿ%`•¨| ˆÿÿ/øgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ~gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ{tgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ!gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ gDf˜¨| ˆÿÿ%`•¨| ˆÿÿ4gDf˜¨| ˆÿÿ%`•hq ˆÿÿ8ügDf˜hq ˆÿÿ%`•Øy ˆÿÿ4HgDf˜Øy ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•Øy ˆÿÿ€gDf˜Øy ˆÿÿ%`•Øy ˆÿÿ„gDf˜Øy ˆÿÿ%`•Øy ˆÿÿˆgDf˜Øy ˆÿÿ%`•Øy ˆÿÿŒgDf˜Øy ˆÿÿ%`•Øy ˆÿÿgDf˜Øy ˆÿÿ%`•Øy ˆÿÿ”gDf˜Øy ˆÿÿ%`•Øy ˆÿÿ˜gDf˜Øy ˆÿÿ%`•Øy ˆÿÿœgDf˜Øy ˆÿÿ%`•Øy ˆÿÿ gDf˜Øy ˆÿÿ%`•Øy ˆÿÿ¤gDf˜Øy ˆÿÿ%`•Øy ˆÿÿ¨gDf˜Øy ˆÿÿ%`•px ˆÿÿ¬gDf˜px ˆÿÿ%`• u ˆÿÿ°gDf˜ u ˆÿÿ%`•w ˆÿÿ´gDf˜w ˆÿÿ%`•w ˆÿÿ¸gDf˜w ˆÿÿ%`• u ˆÿÿ¼gDf˜ u ˆÿÿ%`•px ˆÿÿÀgDf˜px ˆÿÿ%`•Øy ˆÿÿÄgDf˜Øy ˆÿÿ%`•Ðr ˆÿÿÈgDf˜Ðr ˆÿÿ%`•p ˆÿÿÌgDf˜p ˆÿÿ%`•@{ ˆÿÿÐgDf˜@{ ˆÿÿ%`•hq ˆÿÿÔgDf˜hq ˆÿÿ%`•¨| ˆÿÿØgDf˜¨| ˆÿÿ%`•8t ˆÿÿÜgDf˜8t ˆÿÿ%`•~ ˆÿÿàgDf˜~ ˆÿÿ%`•>™ˆÿÿägDf˜>™ˆÿÿ%`•¨<™ˆÿÿègDf˜¨<™ˆÿÿ%`• •ˆÿÿìgDf˜ •ˆÿÿ%`• •ˆÿÿðgDf˜ •ˆÿÿ%`•h!•ˆÿÿôgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿøgDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿügDf˜8$•ˆÿÿ%`• %•ˆÿÿgDf˜ %•ˆÿÿ%`•'•ˆÿÿgDf˜'•ˆÿÿ%`•p(•ˆÿÿgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿ gDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿgDf˜@+•ˆÿÿ%`•¨,•ˆÿÿgDf˜¨,•ˆÿÿ%`•.•ˆÿÿgDf˜.•ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•…ˆÿÿ$gDf˜…ˆÿÿ%`•h‘…ˆÿÿ(gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ,gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ0gDf˜8”…ˆÿÿ%`• •…ˆÿÿ4gDf˜ •…ˆÿÿ%`•—…ˆÿÿ8gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ<gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ@gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿDgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿHgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿLgDf˜ž…ˆÿÿ%`•NˆÿÿPgDf˜Nˆÿÿ%`•hNˆÿÿTgDf˜hNˆÿÿ%`•ÐNˆÿÿXgDf˜ÐNˆÿÿ%`•8Nˆÿÿ\gDf˜8Nˆÿÿ%`• Nˆÿÿ`gDf˜ Nˆÿÿ%`•NˆÿÿdgDf˜Nˆÿÿ%`•pNˆÿÿhgDf˜pNˆÿÿ%`•Ø NˆÿÿlgDf˜Ø Nˆÿÿ%`•@ NˆÿÿpgDf˜@ Nˆÿÿ%`•¨ NˆÿÿtgDf˜¨ Nˆÿÿ%`•NˆÿÿxgDf˜Nˆÿÿ%`•À²ˆÿÿ|gDf˜À²ˆÿÿ%`•hÁ²ˆÿÿ€gDf˜hÁ²ˆÿÿ%`•вˆÿÿ„gDf˜Ð²ˆÿÿ%`•вˆÿÿˆgDf˜Ð²ˆÿÿ%`•hÁ²ˆÿÿŒgDf˜hÁ²ˆÿÿ%`•À²ˆÿÿgDf˜À²ˆÿÿ%`•8IJˆÿÿ”gDf˜8IJˆÿÿ%`• Å²ˆÿÿ˜gDf˜ Å²ˆÿÿ%`•DzˆÿÿœgDf˜Dzˆÿÿ%`•pȲˆÿÿ gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ¤gDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ¨gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ¬gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ°gDf˜βˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¸gDf˜¨<™ˆÿÿ%`•à‘ ˆÿÿ¼gDf˜à‘ ˆÿÿ%`•há‘ ˆÿÿÀgDf˜há‘ ˆÿÿ%`•Ðâ‘ ˆÿÿÄgDf˜Ðâ‘ ˆÿÿ%`•8ä‘ ˆÿÿÈgDf˜8ä‘ ˆÿÿ%`• å‘ ˆÿÿÌgDf˜ å‘ ˆÿÿ%`•ç‘ ˆÿÿÐgDf˜ç‘ ˆÿÿ%`•pè‘ ˆÿÿÔgDf˜pè‘ ˆÿÿ%`•Øé‘ ˆÿÿØgDf˜Øé‘ ˆÿÿ%`•@ë‘ ˆÿÿÜgDf˜@ë‘ ˆÿÿ%`•¨ì‘ ˆÿÿàgDf˜¨ì‘ ˆÿÿ%`•î‘ ˆÿÿägDf˜î‘ ˆÿÿ%`•P¹ˆÿÿìgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿðgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿôgDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿøgDf˜8T¹ˆÿÿ%`• U¹ˆÿÿügDf˜ U¹ˆÿÿ%`•W¹ˆÿÿgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ gDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿgDf˜^¹ˆÿÿ%`•ГˆÿÿgDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿgDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ$gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ(gDf˜ Õ“ˆÿÿ%`•דˆÿÿ,gDf˜דˆÿÿ%`•pØ“ˆÿÿ0gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ4gDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ8gDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ<gDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ@gDf˜Þ“ˆÿÿ%`•`0ˆÿÿDgDf˜`0ˆÿÿ%`•ha0ˆÿÿHgDf˜ha0ˆÿÿ%`•Ðb0ˆÿÿLgDf˜Ðb0ˆÿÿ%`•8d0ˆÿÿPgDf˜8d0ˆÿÿ%`• e0ˆÿÿTgDf˜ e0ˆÿÿ%`•g0ˆÿÿXgDf˜g0ˆÿÿ%`•ph0ˆÿÿ\gDf˜ph0ˆÿÿ%`•Øi0ˆÿÿ`gDf˜Øi0ˆÿÿ%`•@k0ˆÿÿdgDf˜@k0ˆÿÿ%`•¨l0ˆÿÿhgDf˜¨l0ˆÿÿ%`•n0ˆÿÿlgDf˜n0ˆÿÿ%`•@¬ ˆÿÿpgDf˜@¬ ˆÿÿ%`•hA¬ ˆÿÿtgDf˜hA¬ ˆÿÿ%`•ÐB¬ ˆÿÿxgDf˜ÐB¬ ˆÿÿ%`•8D¬ ˆÿÿ|gDf˜8D¬ ˆÿÿ%`• E¬ ˆÿÿ€gDf˜ E¬ ˆÿÿ%`•G¬ ˆÿÿ„gDf˜G¬ ˆÿÿ%`•pH¬ ˆÿÿˆgDf˜pH¬ ˆÿÿ%`•ØI¬ ˆÿÿŒgDf˜ØI¬ ˆÿÿ%`•@K¬ ˆÿÿgDf˜@K¬ ˆÿÿ%`•¨L¬ ˆÿÿ”gDf˜¨L¬ ˆÿÿ%`•N¬ ˆÿÿ˜gDf˜N¬ ˆÿÿ%`•ôˆÿÿœgDf˜ôˆÿÿ%`•hôˆÿÿ gDf˜hôˆÿÿ%`•Ðôˆÿÿ¤gDf˜Ðôˆÿÿ%`•8ôˆÿÿ¨gDf˜8ôˆÿÿ%`• ôˆÿÿ¬gDf˜ ôˆÿÿ%`•ôˆÿÿ°gDf˜ôˆÿÿ%`•pôˆÿÿ´gDf˜pôˆÿÿ%`•Ø ôˆÿÿ¸gDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ¼gDf˜@ ôˆÿÿ%`•¨ ôˆÿÿÀgDf˜¨ ôˆÿÿ%`•ôˆÿÿÄgDf˜ôˆÿÿ%`•P6ˆÿÿÈgDf˜P6ˆÿÿ%`•hQ6ˆÿÿÌgDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿÐgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿÔgDf˜8T6ˆÿÿ%`• U6ˆÿÿØgDf˜ U6ˆÿÿ%`•W6ˆÿÿÜgDf˜W6ˆÿÿ%`•pX6ˆÿÿàgDf˜pX6ˆÿÿ%`•ØY6ˆÿÿägDf˜ØY6ˆÿÿ%`•@[6ˆÿÿègDf˜@[6ˆÿÿ%`•¨\6ˆÿÿìgDf˜¨\6ˆÿÿ%`•^6ˆÿÿðgDf˜^6ˆÿÿ%`•  ˆÿÿôgDf˜  ˆÿÿ%`•h¡ ˆÿÿøgDf˜h¡ ˆÿÿ%`•Т ˆÿÿügDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿgDf˜Ø© ˆÿÿ%`•@« ˆÿÿgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿgDf˜¨¬ ˆÿÿ%`•® ˆÿÿgDf˜® ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•hqˆÿÿ$gDf˜hqˆÿÿ%`•Ðrˆÿÿ(gDf˜Ðrˆÿÿ%`•8tˆÿÿ,gDf˜8tˆÿÿ%`• uˆÿÿ0gDf˜ uˆÿÿ%`•wˆÿÿ4gDf˜wˆÿÿ%`•pxˆÿÿ8gDf˜pxˆÿÿ%`•Øyˆÿÿ<gDf˜Øyˆÿÿ%`•@{ˆÿÿ@gDf˜@{ˆÿÿ%`•¨|ˆÿÿDgDf˜¨|ˆÿÿ%`•~ˆÿÿHgDf˜~ˆÿÿ%`•0Å ˆÿÿLgDf˜0Å ˆÿÿ%`•h1Å ˆÿÿPgDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿTgDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿXgDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ\gDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿ`gDf˜7Å ˆÿÿ%`•p8Å ˆÿÿdgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿhgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿlgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿpgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿtgDf˜>Å ˆÿÿ%`•0¡ˆÿÿxgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿ|gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ€gDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ„gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿˆgDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿŒgDf˜7¡ˆÿÿ%`•p8¡ˆÿÿgDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿ”gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿ˜gDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿœgDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ gDf˜>¡ˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¨gDf˜>™ˆÿÿ%`•pØ“ˆÿÿ¬gDf˜pØ“ˆÿÿ%`•דˆÿÿ°gDf˜דˆÿÿ%`• Õ“ˆÿÿ´gDf˜ Õ“ˆÿÿ%`•8Ô“ˆÿÿ¸gDf˜8Ô“ˆÿÿ%`•ÐÒ“ˆÿÿ¼gDf˜ÐÒ“ˆÿÿ%`•hÑ“ˆÿÿÀgDf˜hÑ“ˆÿÿ%`•ГˆÿÿÄgDf˜Ð“ˆÿÿ%`•  ˆÿÿÈgDf˜  ˆÿÿ%`•h! ˆÿÿÌgDf˜h! ˆÿÿ%`•Ð" ˆÿÿÐgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿÔgDf˜8$ ˆÿÿ%`• % ˆÿÿØgDf˜ % ˆÿÿ%`•' ˆÿÿÜgDf˜' ˆÿÿ%`•p( ˆÿÿàgDf˜p( ˆÿÿ%`•Ø) ˆÿÿägDf˜Ø) ˆÿÿ%`•@+ ˆÿÿègDf˜@+ ˆÿÿ%`•¨, ˆÿÿìgDf˜¨, ˆÿÿ%`•. ˆÿÿðgDf˜. ˆÿÿ%`•Ð1ˆÿÿôgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿøgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿügDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿgDf˜Þ1ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•hpˆÿÿ$gDf˜hpˆÿÿ%`•Ðpˆÿÿ(gDf˜Ðpˆÿÿ%`•8pˆÿÿ,gDf˜8pˆÿÿ%`• pˆÿÿ0gDf˜ pˆÿÿ%`•pˆÿÿ4gDf˜pˆÿÿ%`•ppˆÿÿ8gDf˜ppˆÿÿ%`•Ø pˆÿÿ<gDf˜Ø pˆÿÿ%`•@ pˆÿÿ@gDf˜@ pˆÿÿ%`•¨ pˆÿÿDgDf˜¨ pˆÿÿ%`•pˆÿÿHgDf˜pˆÿÿ%`•͈ÿÿLgDf˜Íˆÿÿ%`•h͈ÿÿPgDf˜h͈ÿÿ%`•Ð͈ÿÿTgDf˜Ð͈ÿÿ%`•8͈ÿÿXgDf˜8͈ÿÿ%`• Íˆÿÿ\gDf˜ Íˆÿÿ%`•͈ÿÿ`gDf˜Íˆÿÿ%`•p͈ÿÿdgDf˜p͈ÿÿ%`•ØÍˆÿÿhgDf˜ØÍˆÿÿ%`•@͈ÿÿlgDf˜@͈ÿÿ%`•¨ÍˆÿÿpgDf˜¨Íˆÿÿ%`•͈ÿÿtgDf˜Íˆÿÿ%`•0£ˆÿÿxgDf˜0£ˆÿÿ%`•h1£ˆÿÿ|gDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿ€gDf˜Ð2£ˆÿÿ%`•84£ˆÿÿ„gDf˜84£ˆÿÿ%`• 5£ˆÿÿˆgDf˜ 5£ˆÿÿ%`•7£ˆÿÿŒgDf˜7£ˆÿÿ%`•p8£ˆÿÿgDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿ”gDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿ˜gDf˜@;£ˆÿÿ%`•¨<£ˆÿÿœgDf˜¨<£ˆÿÿ%`•>£ˆÿÿ gDf˜>£ˆÿÿ%`• Êˆÿÿ¤gDf˜ Êˆÿÿ%`•h¡Êˆÿÿ¨gDf˜h¡Êˆÿÿ%`•Тʈÿÿ¬gDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ°gDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ´gDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ¸gDf˜§Êˆÿÿ%`•p¨Êˆÿÿ¼gDf˜p¨Êˆÿÿ%`•ةʈÿÿÀgDf˜Ø©Êˆÿÿ%`•@«ÊˆÿÿÄgDf˜@«Êˆÿÿ%`•¨¬ÊˆÿÿÈgDf˜¨¬Êˆÿÿ%`•®ÊˆÿÿÌgDf˜®Êˆÿÿ%`•Þ“ˆÿÿÐgDf˜Þ“ˆÿÿ%`•¨Ü“ˆÿÿÔgDf˜¨Ü“ˆÿÿ%`•@Û“ˆÿÿØgDf˜@Û“ˆÿÿ%`•ØÙ“ˆÿÿÜgDf˜ØÙ“ˆÿÿ%`•ôˆÿÿàgDf˜ôˆÿÿ%`• ôˆÿÿägDf˜ ôˆÿÿ%`•8ôˆÿÿègDf˜8ôˆÿÿ%`•ÐôˆÿÿìgDf˜Ðôˆÿÿ%`•hôˆÿÿðgDf˜hôˆÿÿ%`•ôˆÿÿôgDf˜ôˆÿÿ%`•ÀˆÿÿøgDf˜Àˆÿÿ%`•hÁˆÿÿügDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•Ljÿÿ gDf˜Çˆÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•Έÿÿ gDf˜Îˆÿÿ%`•PFˆÿÿ$gDf˜PFˆÿÿ%`•hQFˆÿÿ(gDf˜hQFˆÿÿ%`•ÐRFˆÿÿ,gDf˜ÐRFˆÿÿ%`•8TFˆÿÿ0gDf˜8TFˆÿÿ%`• UFˆÿÿ4gDf˜ UFˆÿÿ%`•WFˆÿÿ8gDf˜WFˆÿÿ%`•pXFˆÿÿ<gDf˜pXFˆÿÿ%`•ØYFˆÿÿ@gDf˜ØYFˆÿÿ%`•@[FˆÿÿDgDf˜@[Fˆÿÿ%`•¨\FˆÿÿHgDf˜¨\Fˆÿÿ%`•^FˆÿÿLgDf˜^Fˆÿÿ%`•ôˆÿÿPgDf˜ôˆÿÿ%`•¨ ôˆÿÿTgDf˜¨ ôˆÿÿ%`•@ ôˆÿÿXgDf˜@ ôˆÿÿ%`•Ø ôˆÿÿ\gDf˜Ø ôˆÿÿ%`•pôˆÿÿ`gDf˜pôˆÿÿ%`• uˆÿÿdgDf˜ uˆÿÿ%`•8tˆÿÿhgDf˜8tˆÿÿ%`•ÐrˆÿÿlgDf˜Ðrˆÿÿ%`•hqˆÿÿpgDf˜hqˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`•ˆÿÿxgDf˜ˆÿÿ%`•hˆÿÿ|gDf˜hˆÿÿ%`•Јÿÿ€gDf˜Ðˆÿÿ%`•8ˆÿÿ„gDf˜8ˆÿÿ%`• ˆÿÿˆgDf˜ ˆÿÿ%`•ˆÿÿŒgDf˜ˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•؈ÿÿ”gDf˜Øˆÿÿ%`•@ˆÿÿ˜gDf˜@ˆÿÿ%`•¨ˆÿÿœgDf˜¨ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•àˆÿÿ¤gDf˜àˆÿÿ%`•háˆÿÿ¨gDf˜háˆÿÿ%`•Ðâˆÿÿ¬gDf˜Ðâˆÿÿ%`•@ëˆÿÿ°<gDf˜@ëˆÿÿ%`•¨ìˆÿÿðügDf˜¨ìˆÿÿ%`•îˆÿÿìügDf˜îˆÿÿ%`•~ˆÿÿègDf˜~ˆÿÿ%`•¨|ˆÿÿôügDf˜¨|ˆÿÿ%`•@{ˆÿÿ!ðügDf˜@{ˆÿÿ%`•Øyˆÿÿ#ìgDf˜Øyˆÿÿ%`•pxˆÿÿ#øügDf˜pxˆÿÿ%`•wˆÿÿ%ôhgDf˜wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•çˆÿÿgDf˜çˆÿÿ%`•8äˆÿÿgDf˜8äˆÿÿ%`•Øéˆÿÿ}DgDf˜Øéˆÿÿ%`• åˆÿÿ}LgDf˜ åˆÿÿ%`•pèˆÿÿáìgDf˜pèˆÿÿ%`•'ˆÿÿ&\gDf˜'ˆÿÿ%`•@{ˆÿÿ gDf˜@{ˆÿÿ%`•pxˆÿÿ gDf˜pxˆÿÿ%`•@{ˆÿÿáðgDf˜@{ˆÿÿ%`•wˆÿÿâgDf˜wˆÿÿ%`•wˆÿÿ gDf˜wˆÿÿ%`•wˆÿÿâ8gDf˜wˆÿÿ%`•wˆÿÿ gDf˜wˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•P¦ˆÿÿõ€gDf˜P¦ˆÿÿ%`•pX¦ˆÿÿö„gDf˜pX¦ˆÿÿ%`•8T¦ˆÿÿöДgDf˜8T¦ˆÿÿ%`•hQ¦ˆÿÿ÷dügDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿù`gDf˜ÐR¦ˆÿÿ%`• U¦ˆÿÿ gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ ügDf˜W¦ˆÿÿ%`•ØY¦ˆÿÿ ˜gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ ¬ügDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ¨\gDf˜¨\¦ˆÿÿ%`•€Vˆÿÿ gDf˜€Vˆÿÿ%`•^¦ˆÿÿo¸xgDf˜^¦ˆÿÿ%`•pˆÿÿƒ,gDf˜pˆÿÿ%`•wˆÿÿƒ8gDf˜wˆÿÿ%`•¨|ˆÿÿgDf˜¨|ˆÿÿ%`•~ˆÿÿgDf˜~ˆÿÿ%`•Øyˆÿÿ‘gDf˜Øyˆÿÿ%`•hqˆÿÿ˜gDf˜hqˆÿÿ%`•Ðrˆÿÿ™ gDf˜Ðrˆÿÿ%`•8tˆÿÿ gDf˜8tˆÿÿ%`• uˆÿÿ¡gDf˜ uˆÿÿ%`•@{ˆÿÿâHgDf˜@{ˆÿÿ%`•pxˆÿÿâTLgDf˜pxˆÿÿ%`•€Vˆÿÿ gDf˜€Vˆÿÿ%`•€Vˆÿÿ&`gDf˜€Vˆÿÿ%`•hVˆÿÿ&d”gDf˜hVˆÿÿ%`•ЂVˆÿÿ'üügDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ)øØgDf˜8„Vˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ÐgDf˜'ˆÿÿ%`• Õ«ˆÿÿ*ÔPgDf˜ Õ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+$gDf˜'ˆÿÿ%`• Õ«ˆÿÿ+(LgDf˜ Õ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+tgDf˜'ˆÿÿ%`• Õ«ˆÿÿ+x„gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ,ügDf˜׫ˆÿÿ%`•ÐÒ«ˆÿÿ-üDgDf˜ÐÒ«ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/@gDf˜'ˆÿÿ%`•ÐÒ«ˆÿÿ/D¼gDf˜ÐÒ«ˆÿÿ%`•׫ˆÿÿ0ügDf˜׫ˆÿÿ%`• Õ«ˆÿÿ2ügDf˜ Õ«ˆÿÿ%`•8Ô«ˆÿÿ3ügDf˜8Ô«ˆÿÿ%`•hÑ«ˆÿÿ4gDf˜hÑ«ˆÿÿ%`•Ыˆÿÿ4ügDf˜Ð«ˆÿÿ%`•pØ«ˆÿÿ6ügDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ8gDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ8gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ8 ügDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ:ügDf˜Þ«ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`• ˆÿÿ<¬gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=¼gDf˜'ˆÿÿ%`• ˆÿÿzDgDf˜ ˆÿÿ%`•8¤ˆÿÿ}ôgDf˜8¤ˆÿÿ%`•Тˆÿÿ¸gDf˜Ð¢ˆÿÿ%`•Тˆÿÿ gDf˜Ð¢ˆÿÿ%`•Тˆÿÿz4gDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿzX(gDf˜8¤ˆÿÿ%`• ˆÿÿz” gDf˜ ˆÿÿ%`•h¡ˆÿÿÜgDf˜h¡ˆÿÿ%`• ¥ˆÿÿã8ügDf˜ ¥ˆÿÿ%`•§ˆÿÿå4ügDf˜§ˆÿÿ%`•p¨ˆÿÿç0ügDf˜p¨ˆÿÿ%`•Ø©ˆÿÿé,gDf˜Ø©ˆÿÿ%`•@«ˆÿÿê8PgDf˜@«ˆÿÿ%`•@«ˆÿÿ gDf˜@«ˆÿÿ%`•@«ˆÿÿ=ÀgDf˜@«ˆÿÿ%`•Ø©ˆÿÿ=Ä gDf˜Ø©ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ägDf˜'ˆÿÿ%`•Ø©ˆÿÿ=è$gDf˜Ø©ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ> gDf˜'ˆÿÿ%`•Ø©ˆÿÿ>$gDf˜Ø©ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>4gDf˜'ˆÿÿ%`•Ø©ˆÿÿ>8gDf˜Ø©ˆÿÿ%`•Тˆÿÿ><gDf˜Ð¢ˆÿÿ%`• ¥ˆÿÿ>@gDf˜ ¥ˆÿÿ%`•h¡ˆÿÿ>DgDf˜h¡ˆÿÿ%`•8¤ˆÿÿ>HgDf˜8¤ˆÿÿ%`• ˆÿÿ>LgDf˜ ˆÿÿ%`•§ˆÿÿ>PgDf˜§ˆÿÿ%`•@«ˆÿÿ>TgDf˜@«ˆÿÿ%`•p¨ˆÿÿ>XgDf˜p¨ˆÿÿ%`•¨¬ˆÿÿ>\gDf˜¨¬ˆÿÿ%`•®ˆÿÿ>`gDf˜®ˆÿÿ%`•¨<™ˆÿÿ>dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ>hgDf˜>™ˆÿÿ%`•«ˆÿÿ>lgDf˜«ˆÿÿ%`•h‘«ˆÿÿ>pgDf˜h‘«ˆÿÿ%`•Ð’«ˆÿÿ>tgDf˜Ð’«ˆÿÿ%`•8”«ˆÿÿ>xgDf˜8”«ˆÿÿ%`• •«ˆÿÿ>|gDf˜ •«ˆÿÿ%`•—«ˆÿÿ>€gDf˜—«ˆÿÿ%`•p˜«ˆÿÿ>„gDf˜p˜«ˆÿÿ%`•Ø™«ˆÿÿ>ˆgDf˜Ø™«ˆÿÿ%`•@›«ˆÿÿ>ŒgDf˜@›«ˆÿÿ%`•¨œ«ˆÿÿ>gDf˜¨œ«ˆÿÿ%`•ž«ˆÿÿ>”gDf˜ž«ˆÿÿ%`•Dˆÿÿ>˜gDf˜Dˆÿÿ%`•hDˆÿÿ>œgDf˜hDˆÿÿ%`•ÐDˆÿÿ> gDf˜ÐDˆÿÿ%`•8Dˆÿÿ>¤gDf˜8Dˆÿÿ%`• Dˆÿÿ>¨gDf˜ Dˆÿÿ%`•Dˆÿÿ>¬gDf˜Dˆÿÿ%`•pDˆÿÿ>°gDf˜pDˆÿÿ%`•ØDˆÿÿ>´gDf˜ØDˆÿÿ%`•@Dˆÿÿ>¸gDf˜@Dˆÿÿ%`•¨Dˆÿÿ>¼gDf˜¨Dˆÿÿ%`•Dˆÿÿ>ÀgDf˜Dˆÿÿ%`•ðˆÿÿ>ÄgDf˜ðˆÿÿ%`•hñˆÿÿ>ÈgDf˜hñˆÿÿ%`•Ðòˆÿÿ>ÌgDf˜Ðòˆÿÿ%`•8ôˆÿÿ>ÐgDf˜8ôˆÿÿ%`• õˆÿÿ>ÔgDf˜ õˆÿÿ%`•÷ˆÿÿ>ØgDf˜÷ˆÿÿ%`•pøˆÿÿ>ÜgDf˜pøˆÿÿ%`•Øùˆÿÿ>àgDf˜Øùˆÿÿ%`•@ûˆÿÿ>ägDf˜@ûˆÿÿ%`•¨üˆÿÿ>ègDf˜¨üˆÿÿ%`•þˆÿÿ>ìgDf˜þˆÿÿ%`•0«ˆÿÿ>ðgDf˜0«ˆÿÿ%`•h1«ˆÿÿ>ôgDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿ>øgDf˜Ð2«ˆÿÿ%`•84«ˆÿÿ>ügDf˜84«ˆÿÿ%`• 5«ˆÿÿ?gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ?gDf˜7«ˆÿÿ%`•p8«ˆÿÿ?gDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ? gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ?gDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ?gDf˜¨<«ˆÿÿ%`•>«ˆÿÿ?gDf˜>«ˆÿÿ%`•0¤ ˆÿÿ?gDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ? gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ?$gDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ?(gDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ?,gDf˜ 5¤ ˆÿÿ%`•7¤ ˆÿÿ?0gDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ?4gDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ?8gDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ?<gDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿ?@gDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ?DgDf˜>¤ ˆÿÿ%`•À§ˆÿÿ?HgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ?LgDf˜hÁ§ˆÿÿ%`•Чˆÿÿ?PgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ?TgDf˜8ħˆÿÿ%`• Å§ˆÿÿ?XgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ?\gDf˜ǧˆÿÿ%`•pȧˆÿÿ?`gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ?dgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ?hgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ?lgDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ?pgDf˜Χˆÿÿ%`••ˆÿÿ?tgDf˜•ˆÿÿ%`•h•ˆÿÿ?xgDf˜h•ˆÿÿ%`•Еˆÿÿ?|gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ?€gDf˜8•ˆÿÿ%`• •ˆÿÿ?„gDf˜ •ˆÿÿ%`••ˆÿÿ?ˆgDf˜•ˆÿÿ%`•p•ˆÿÿ?ŒgDf˜p•ˆÿÿ%`•Ø•ˆÿÿ?gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ?”gDf˜@•ˆÿÿ%`•¨•ˆÿÿ?˜gDf˜¨•ˆÿÿ%`••ˆÿÿ?œgDf˜•ˆÿÿ%`•ôˆÿÿ? gDf˜ôˆÿÿ%`•hôˆÿÿ?¤gDf˜hôˆÿÿ%`•Ðôˆÿÿ?¨gDf˜Ðôˆÿÿ%`•8ôˆÿÿ?¬gDf˜8ôˆÿÿ%`• ôˆÿÿ?°gDf˜ ôˆÿÿ%`•ôˆÿÿ?´gDf˜ôˆÿÿ%`•pôˆÿÿ?¸gDf˜pôˆÿÿ%`•Ø ôˆÿÿ?¼gDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ?ÀgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ?ÄgDf˜¨ ôˆÿÿ%`•ôˆÿÿ?ÈgDf˜ôˆÿÿ%`•  ˆÿÿ?ÌgDf˜  ˆÿÿ%`•h¡ ˆÿÿ?ÐgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ?ÔgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ?ØgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ?ÜgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ?àgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ?ägDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ?ègDf˜Ø© ˆÿÿ%`•@« ˆÿÿ?ìgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ?ðgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ?ôgDf˜® ˆÿÿ%`• ã ˆÿÿ?øgDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ?ügDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ@gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ@gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ@gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ@ gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ@gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ@gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ@gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ@ gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ@$gDf˜.ã ˆÿÿ%`•°ˆÿÿ@(gDf˜°ˆÿÿ%`•h±ˆÿÿ@,gDf˜h±ˆÿÿ%`•вˆÿÿ@0gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ@4gDf˜8´ˆÿÿ%`• µˆÿÿ@8gDf˜ µˆÿÿ%`•·ˆÿÿ@<gDf˜·ˆÿÿ%`•p¸ˆÿÿ@@gDf˜p¸ˆÿÿ%`•عˆÿÿ@DgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ@HgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ@LgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ@PgDf˜¾ˆÿÿ%`•Јÿÿ@TgDf˜Ðˆÿÿ%`•hшÿÿ@XgDf˜hшÿÿ%`•ÐÒˆÿÿ@\gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ@`gDf˜8Ôˆÿÿ%`• Õˆÿÿ@dgDf˜ Õˆÿÿ%`•׈ÿÿ@hgDf˜×ˆÿÿ%`•p؈ÿÿ@lgDf˜p؈ÿÿ%`•ØÙˆÿÿ@pgDf˜ØÙˆÿÿ%`•@Ûˆÿÿ@tgDf˜@Ûˆÿÿ%`•¨Üˆÿÿ@xgDf˜¨Üˆÿÿ%`•Þˆÿÿ@|gDf˜Þˆÿÿ%`•ˆÿÿ@€gDf˜ˆÿÿ%`•hˆÿÿ@„gDf˜hˆÿÿ%`•Јÿÿ@ˆgDf˜Ðˆÿÿ%`•8ˆÿÿ@ŒgDf˜8ˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•ˆÿÿ@”gDf˜ˆÿÿ%`•pˆÿÿ@˜gDf˜pˆÿÿ%`•؈ÿÿ@œgDf˜Øˆÿÿ%`•@ˆÿÿ@ gDf˜@ˆÿÿ%`•¨ˆÿÿ@¤gDf˜¨ˆÿÿ%`•ˆÿÿ@¨gDf˜ˆÿÿ%`•°ˆÿÿ@¬gDf˜°ˆÿÿ%`•h±ˆÿÿ@°gDf˜h±ˆÿÿ%`•вˆÿÿ@´gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ@¸gDf˜8´ˆÿÿ%`• µˆÿÿ@¼gDf˜ µˆÿÿ%`•·ˆÿÿ@ÀgDf˜·ˆÿÿ%`•p¸ˆÿÿ@ÄgDf˜p¸ˆÿÿ%`•عˆÿÿ@ÈgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ@ÌgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ@ÐgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ@ÔgDf˜¾ˆÿÿ%`•>™ˆÿÿ@ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ@ÜgDf˜¨<™ˆÿÿ%`•ØDˆÿÿ@àgDf˜ØDˆÿÿ%`•pDˆÿÿ@ägDf˜pDˆÿÿ%`•Dˆÿÿ@ègDf˜Dˆÿÿ%`• Dˆÿÿ@ìgDf˜ Dˆÿÿ%`•8Dˆÿÿ@ðgDf˜8Dˆÿÿ%`•ÐDˆÿÿ@ôgDf˜ÐDˆÿÿ%`•hDˆÿÿ@øgDf˜hDˆÿÿ%`•Dˆÿÿ@ügDf˜Dˆÿÿ%`•PˆÿÿAgDf˜Pˆÿÿ%`•hQˆÿÿAgDf˜hQˆÿÿ%`•ÐRˆÿÿAgDf˜ÐRˆÿÿ%`•8TˆÿÿA gDf˜8Tˆÿÿ%`• UˆÿÿAgDf˜ Uˆÿÿ%`•WˆÿÿAgDf˜Wˆÿÿ%`•pXˆÿÿAgDf˜pXˆÿÿ%`•ØYˆÿÿAgDf˜ØYˆÿÿ%`•@[ˆÿÿA gDf˜@[ˆÿÿ%`•¨\ˆÿÿA$gDf˜¨\ˆÿÿ%`•^ˆÿÿA(gDf˜^ˆÿÿ%`•ˆÿÿA,gDf˜ˆÿÿ%`•h‘ˆÿÿA0gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿA4gDf˜Ð’ˆÿÿ%`•8”ˆÿÿA8gDf˜8”ˆÿÿ%`• •ˆÿÿA<gDf˜ •ˆÿÿ%`•—ˆÿÿA@gDf˜—ˆÿÿ%`•p˜ˆÿÿADgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿAHgDf˜Ø™ˆÿÿ%`•@›ˆÿÿALgDf˜@›ˆÿÿ%`•¨œˆÿÿAPgDf˜¨œˆÿÿ%`•žˆÿÿATgDf˜žˆÿÿ%`•DˆÿÿAXgDf˜Dˆÿÿ%`•¨DˆÿÿA\gDf˜¨Dˆÿÿ%`•@DˆÿÿA`gDf˜@Dˆÿÿ%`•p8¤ ˆÿÿAdgDf˜p8¤ ˆÿÿ%`•7¤ ˆÿÿAhgDf˜7¤ ˆÿÿ%`• 5¤ ˆÿÿAlgDf˜ 5¤ ˆÿÿ%`•84¤ ˆÿÿApgDf˜84¤ ˆÿÿ%`•Ð2¤ ˆÿÿAtgDf˜Ð2¤ ˆÿÿ%`•h1¤ ˆÿÿAxgDf˜h1¤ ˆÿÿ%`•0¤ ˆÿÿA|gDf˜0¤ ˆÿÿ%`•0µˆÿÿA€gDf˜0µˆÿÿ%`•h1µˆÿÿA„gDf˜h1µˆÿÿ%`•Ð2µˆÿÿAˆgDf˜Ð2µˆÿÿ%`•84µˆÿÿAŒgDf˜84µˆÿÿ%`• 5µˆÿÿAgDf˜ 5µˆÿÿ%`•7µˆÿÿA”gDf˜7µˆÿÿ%`•p8µˆÿÿA˜gDf˜p8µˆÿÿ%`•Ø9µˆÿÿAœgDf˜Ø9µˆÿÿ%`•@;µˆÿÿA gDf˜@;µˆÿÿ%`•¨<µˆÿÿA¤gDf˜¨<µˆÿÿ%`•>µˆÿÿA¨gDf˜>µˆÿÿ%`• ˆÿÿA¬gDf˜ ˆÿÿ%`•h ˆÿÿA°gDf˜h ˆÿÿ%`•Ð ˆÿÿA´gDf˜Ð ˆÿÿ%`•8 ˆÿÿA¸gDf˜8 ˆÿÿ%`•  ˆÿÿA¼gDf˜  ˆÿÿ%`• ˆÿÿAÀgDf˜ ˆÿÿ%`•p ˆÿÿAÄgDf˜p ˆÿÿ%`•Ø  ˆÿÿAÈgDf˜Ø  ˆÿÿ%`•@  ˆÿÿAÌgDf˜@  ˆÿÿ%`•¨  ˆÿÿAÐgDf˜¨  ˆÿÿ%`• ˆÿÿAÔgDf˜ ˆÿÿ%`•>¤ ˆÿÿAØgDf˜>¤ ˆÿÿ%`•¨<¤ ˆÿÿAÜgDf˜¨<¤ ˆÿÿ%`•@;¤ ˆÿÿAàgDf˜@;¤ ˆÿÿ%`•Ø9¤ ˆÿÿAägDf˜Ø9¤ ˆÿÿ%`•ôˆÿÿAègDf˜ôˆÿÿ%`• ôˆÿÿAìgDf˜ ôˆÿÿ%`•8ôˆÿÿAðgDf˜8ôˆÿÿ%`•ÐôˆÿÿAôgDf˜Ðôˆÿÿ%`•hôˆÿÿAøgDf˜hôˆÿÿ%`•ôˆÿÿAügDf˜ôˆÿÿ%`••ˆÿÿBgDf˜•ˆÿÿ%`•h•ˆÿÿBgDf˜h•ˆÿÿ%`•ЕˆÿÿBgDf˜Ð•ˆÿÿ%`•8•ˆÿÿB gDf˜8•ˆÿÿ%`• •ˆÿÿBgDf˜ •ˆÿÿ%`••ˆÿÿBgDf˜•ˆÿÿ%`•p•ˆÿÿBgDf˜p•ˆÿÿ%`•Ø•ˆÿÿBgDf˜Ø•ˆÿÿ%`•@•ˆÿÿB gDf˜@•ˆÿÿ%`•¨•ˆÿÿB$gDf˜¨•ˆÿÿ%`••ˆÿÿB(gDf˜•ˆÿÿ%`•À§ˆÿÿB,gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿB0gDf˜hÁ§ˆÿÿ%`•ЧˆÿÿB4gDf˜Ð§ˆÿÿ%`•8ħˆÿÿB8gDf˜8ħˆÿÿ%`• Å§ˆÿÿB<gDf˜ Å§ˆÿÿ%`•ǧˆÿÿB@gDf˜ǧˆÿÿ%`•pȧˆÿÿBDgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿBHgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿBLgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿBPgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿBTgDf˜Χˆÿÿ%`•ôˆÿÿBXgDf˜ôˆÿÿ%`•¨ ôˆÿÿB\gDf˜¨ ôˆÿÿ%`•@ ôˆÿÿB`gDf˜@ ôˆÿÿ%`•Ø ôˆÿÿBdgDf˜Ø ôˆÿÿ%`•pôˆÿÿBhgDf˜pôˆÿÿ%`• µˆÿÿBlgDf˜ µˆÿÿ%`•8´ˆÿÿBpgDf˜8´ˆÿÿ%`•вˆÿÿBtgDf˜Ð²ˆÿÿ%`•h±ˆÿÿBxgDf˜h±ˆÿÿ%`•°ˆÿÿB|gDf˜°ˆÿÿ%`• ã ˆÿÿB€gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿB„gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿBˆgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿBŒgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿBgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿB”gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿB˜gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿBœgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿB gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿB¤gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿB¨gDf˜.ã ˆÿÿ%`•ù ˆÿÿB¬gDf˜ù ˆÿÿ%`•hù ˆÿÿB°gDf˜hù ˆÿÿ%`•Ðù ˆÿÿB´gDf˜Ðù ˆÿÿ%`•¨¼ˆÿÿB¸,gDf˜¨¼ˆÿÿ%`•°ˆÿÿ àøgDf˜°ˆÿÿ%`•h±ˆÿÿ ÔgDf˜h±ˆÿÿ%`•вˆÿÿ ØügDf˜Ð²ˆÿÿ%`•8´ˆÿÿÜügDf˜8´ˆÿÿ%`•·ˆÿÿÌgDf˜·ˆÿÿ%`•p¸ˆÿÿÐügDf˜p¸ˆÿÿ%`•عˆÿÿÔügDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ¤,gDf˜@»ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø ù ˆÿÿgDf˜Ø ù ˆÿÿ%`•8ù ˆÿÿgDf˜8ù ˆÿÿ%`•pù ˆÿÿgDf˜pù ˆÿÿ%`•@ ù ˆÿÿ  gDf˜@ ù ˆÿÿ%`• ù ˆÿÿz€gDf˜ ù ˆÿÿ%`•¨ ù ˆÿÿ}xgDf˜¨ ù ˆÿÿ%`•ù ˆÿÿ}ÜgDf˜ù ˆÿÿ%`•ù ˆÿÿê0gDf˜ù ˆÿÿ%`•¾ˆÿÿ누gDf˜¾ˆÿÿ%`•'ˆÿÿ ØgDf˜'ˆÿÿ%`•h±ˆÿÿ gDf˜h±ˆÿÿ%`•h±ˆÿÿgDf˜h±ˆÿÿ%`•8´ˆÿÿz<gDf˜8´ˆÿÿ%`•°ˆÿÿzˆ gDf˜°ˆÿÿ%`•¾ˆÿÿ{4<gDf˜¾ˆÿÿ%`•عˆÿÿ{„ gDf˜Ø¹ˆÿÿ%`•вˆÿÿ|ÔgDf˜Ð²ˆÿÿ%`•@»ˆÿÿ|ø$gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ}`gDf˜¨¼ˆÿÿ%`•p¸ˆÿÿÔgDf˜p¸ˆÿÿ%`•·ˆÿÿø gDf˜·ˆÿÿ%`• µˆÿÿáÈ$gDf˜ µˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•pÚˆÿÿâPgDf˜pÚˆÿÿ%`•hqÚˆÿÿâ ˜gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿí8ügDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿï4ügDf˜8tÚˆÿÿ%`• uÚˆÿÿñ0ügDf˜ uÚˆÿÿ%`•wÚˆÿÿó,ügDf˜wÚˆÿÿ%`•pxÚˆÿÿõ(gDf˜pxÚˆÿÿ%`•ØyÚˆÿÿõ@ügDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ÷<ügDf˜@{Úˆÿÿ%`•¨|Úˆÿÿù8,gDf˜¨|Úˆÿÿ%`•~Úˆÿÿùl°gDf˜~Úˆÿÿ%`•~Úˆÿÿ gDf˜~Úˆÿÿ%`•~Úˆÿÿ ÜügDf˜~Úˆÿÿ%`•¨|ÚˆÿÿØgDf˜¨|Úˆÿÿ%`•@{ÚˆÿÿäÔgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•@{ÚˆÿÿÿHgDf˜@{Úˆÿÿ%`•@{ÚˆÿÿgDf˜@{Úˆÿÿ%`•pÚˆÿÿ4 gDf˜pÚˆÿÿ%`•pÚˆÿÿ¼gDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÐgDf˜'ˆÿÿ%`•pÚˆÿÿÔgDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•pÚˆÿÿìgDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pÚˆÿÿgDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•pÚˆÿÿgDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•pÚˆÿÿ8|gDf˜pÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•pÚˆÿÿ gDf˜pÚˆÿÿ%`•pÚˆÿÿz4gDf˜pÚˆÿÿ%`•@{ÚˆÿÿzXgDf˜@{Úˆÿÿ%`•ØyÚˆÿÿzxgDf˜ØyÚˆÿÿ%`•ØyÚˆÿÿ¸gDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ¼gDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•@{ÚˆÿÿÐgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•@{ÚˆÿÿìgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•@{ÚˆÿÿgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•@{ÚˆÿÿgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•@{Úˆÿÿ8ŒgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•@{ÚˆÿÿzHgDf˜@{Úˆÿÿ%`•8tÚˆÿÿ{”gDf˜8tÚˆÿÿ%`•pxÚˆÿÿ{´ gDf˜pxÚˆÿÿ%`•pxÚˆÿÿÈgDf˜pxÚˆÿÿ%`•8tÚˆÿÿÌgDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÜgDf˜'ˆÿÿ%`•8tÚˆÿÿàgDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•8tÚˆÿÿøgDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8tÚˆÿÿgDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•8tÚˆÿÿ(gDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•8tÚˆÿÿD\gDf˜8tÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8tÚˆÿÿ|ÔgDf˜8tÚˆÿÿ%`•ÐrÚˆÿÿ|øgDf˜ÐrÚˆÿÿ%`•@{Úˆÿÿ}ôgDf˜@{Úˆÿÿ%`•@{Úˆÿÿ¤gDf˜@{Úˆÿÿ%`•ÐrÚˆÿÿ¨gDf˜ÐrÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•ÐrÚˆÿÿÀ(gDf˜ÐrÚˆÿÿ%`•pxÚˆÿÿì4gDf˜pxÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•pxÚˆÿÿz4gDf˜pxÚˆÿÿ%`•@{ÚˆÿÿzXgDf˜@{Úˆÿÿ%`•8tÚˆÿÿzxøgDf˜8tÚˆÿÿ%`•8tÚˆÿÿ$gDf˜8tÚˆÿÿ%`•@{Úˆÿÿ(gDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•@{Úˆÿÿ@dgDf˜@{Úˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•@{Úˆÿÿ{pgDf˜@{Úˆÿÿ%`•ÐrÚˆÿÿ|ègDf˜ÐrÚˆÿÿ%`•pxÚˆÿÿ~ gDf˜pxÚˆÿÿ%`•8tÚˆÿÿ~gDf˜8tÚˆÿÿ%`•8tÚˆÿÿ¨gDf˜8tÚˆÿÿ%`•pxÚˆÿÿ¬gDf˜pxÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•pxÚˆÿÿÄgDf˜pxÚˆÿÿ%`•pÚˆÿÿÈgDf˜pÚˆÿÿ%`•ØyÚˆÿÿÌgDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿÐgDf˜@{Úˆÿÿ%`•ÐrÚˆÿÿÔgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿØgDf˜8tÚˆÿÿ%`•hqÚˆÿÿÜgDf˜hqÚˆÿÿ%`• uÚˆÿÿàgDf˜ uÚˆÿÿ%`•wÚˆÿÿägDf˜wÚˆÿÿ%`•¨|ÚˆÿÿègDf˜¨|Úˆÿÿ%`•~ÚˆÿÿìgDf˜~Úˆÿÿ%`•>™ˆÿÿðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•@ÚˆÿÿøgDf˜@Úˆÿÿ%`•hAÚˆÿÿügDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿgDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿgDf˜8DÚˆÿÿ%`• EÚˆÿÿgDf˜ EÚˆÿÿ%`•GÚˆÿÿ gDf˜GÚˆÿÿ%`•pHÚˆÿÿgDf˜pHÚˆÿÿ%`•ØIÚˆÿÿgDf˜ØIÚˆÿÿ%`•@KÚˆÿÿgDf˜@KÚˆÿÿ%`•¨LÚˆÿÿgDf˜¨LÚˆÿÿ%`•NÚˆÿÿ gDf˜NÚˆÿÿ%`•9 ˆÿÿ$gDf˜9 ˆÿÿ%`•h9 ˆÿÿ(gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ,gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ0gDf˜89 ˆÿÿ%`• 9 ˆÿÿ4gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ8gDf˜9 ˆÿÿ%`•p9 ˆÿÿ<gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ@gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿDgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿHgDf˜¨9 ˆÿÿ%`•9 ˆÿÿLgDf˜9 ˆÿÿ%`•ðš ˆÿÿPgDf˜ðš ˆÿÿ%`•hñš ˆÿÿTgDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿXgDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ\gDf˜8ôš ˆÿÿ%`• õš ˆÿÿ`gDf˜ õš ˆÿÿ%`•÷š ˆÿÿdgDf˜÷š ˆÿÿ%`•pøš ˆÿÿhgDf˜pøš ˆÿÿ%`•Øùš ˆÿÿlgDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿpgDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿtgDf˜¨üš ˆÿÿ%`•þš ˆÿÿxgDf˜þš ˆÿÿ%`•ˆÿÿ|gDf˜ˆÿÿ%`•h‘ˆÿÿ€gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ„gDf˜Ð’ˆÿÿ%`•8”ˆÿÿˆgDf˜8”ˆÿÿ%`• •ˆÿÿŒgDf˜ •ˆÿÿ%`•—ˆÿÿgDf˜—ˆÿÿ%`•p˜ˆÿÿ”gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ˜gDf˜Ø™ˆÿÿ%`•@›ˆÿÿœgDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿ¤gDf˜žˆÿÿ%`•À%ˆÿÿ¨gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ¬gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ°gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ´gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ¸gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ¼gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿÀgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿÄgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿÈgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿÌgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿÐgDf˜Î%ˆÿÿ%`•À߈ÿÿÔgDf˜À߈ÿÿ%`•hÁ߈ÿÿØgDf˜hÁ߈ÿÿ%`•ÐÂ߈ÿÿÜgDf˜ÐÂ߈ÿÿ%`•8Ä߈ÿÿàgDf˜8Ä߈ÿÿ%`• Å߈ÿÿägDf˜ Å߈ÿÿ%`•Ç߈ÿÿègDf˜Ç߈ÿÿ%`•pÈ߈ÿÿðgDf˜pÈ߈ÿÿ%`•ØÉ߈ÿÿôgDf˜ØÉ߈ÿÿ%`•@Ë߈ÿÿøgDf˜@Ë߈ÿÿ%`•¨Ì߈ÿÿügDf˜¨Ì߈ÿÿ%`•Î߈ÿÿgDf˜Î߈ÿÿ%`•€» ˆÿÿgDf˜€» ˆÿÿ%`•h» ˆÿÿgDf˜h» ˆÿÿ%`•Ђ» ˆÿÿ gDf˜Ð‚» ˆÿÿ%`•8„» ˆÿÿgDf˜8„» ˆÿÿ%`• …» ˆÿÿgDf˜ …» ˆÿÿ%`•‡» ˆÿÿgDf˜‡» ˆÿÿ%`•pˆ» ˆÿÿgDf˜pˆ» ˆÿÿ%`•؉» ˆÿÿ gDf˜Ø‰» ˆÿÿ%`•@‹» ˆÿÿ$gDf˜@‹» ˆÿÿ%`•¨Œ» ˆÿÿ(gDf˜¨Œ» ˆÿÿ%`•Ž» ˆÿÿ,gDf˜Ž» ˆÿÿ%`•@(ˆÿÿ0gDf˜@(ˆÿÿ%`•hA(ˆÿÿ4gDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ8gDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ<gDf˜8D(ˆÿÿ%`• E(ˆÿÿ@gDf˜ E(ˆÿÿ%`•G(ˆÿÿDgDf˜G(ˆÿÿ%`•pH(ˆÿÿHgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿLgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿPgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿTgDf˜¨L(ˆÿÿ%`•N(ˆÿÿXgDf˜N(ˆÿÿ%`•àCˆÿÿ\gDf˜àCˆÿÿ%`•háCˆÿÿ`gDf˜háCˆÿÿ%`•ÐâCˆÿÿdgDf˜ÐâCˆÿÿ%`•8äCˆÿÿhgDf˜8äCˆÿÿ%`• åCˆÿÿlgDf˜ åCˆÿÿ%`•çCˆÿÿpgDf˜çCˆÿÿ%`•pèCˆÿÿtgDf˜pèCˆÿÿ%`•ØéCˆÿÿxgDf˜ØéCˆÿÿ%`•@ëCˆÿÿ|gDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ€gDf˜¨ìCˆÿÿ%`•îCˆÿÿ„gDf˜îCˆÿÿ%`•€FˆÿÿˆgDf˜€Fˆÿÿ%`•hFˆÿÿŒgDf˜hFˆÿÿ%`•ЂFˆÿÿgDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ”gDf˜8„Fˆÿÿ%`• …Fˆÿÿ˜gDf˜ …Fˆÿÿ%`•‡FˆÿÿœgDf˜‡Fˆÿÿ%`•pˆFˆÿÿ gDf˜pˆFˆÿÿ%`•؉Fˆÿÿ¤gDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ¨gDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ¬gDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ°gDf˜ŽFˆÿÿ%`•Àhˆÿÿ´gDf˜Àhˆÿÿ%`•hÁhˆÿÿ¸gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ¼gDf˜ÐÂhˆÿÿ%`•8ÄhˆÿÿÀgDf˜8Ähˆÿÿ%`• ÅhˆÿÿÄgDf˜ Åhˆÿÿ%`•ÇhˆÿÿÈgDf˜Çhˆÿÿ%`•pÈhˆÿÿÌgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿÐgDf˜ØÉhˆÿÿ%`•@ËhˆÿÿÔgDf˜@Ëhˆÿÿ%`•¨ÌhˆÿÿØgDf˜¨Ìhˆÿÿ%`•ÎhˆÿÿÜgDf˜Îhˆÿÿ%`•€ºˆÿÿàgDf˜€ºˆÿÿ%`•hºˆÿÿägDf˜hºˆÿÿ%`•ЂºˆÿÿègDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿìgDf˜8„ºˆÿÿ%`• …ºˆÿÿðgDf˜ …ºˆÿÿ%`•‡ºˆÿÿôgDf˜‡ºˆÿÿ%`•pˆºˆÿÿøgDf˜pˆºˆÿÿ%`•؉ºˆÿÿügDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿgDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿgDf˜¨Œºˆÿÿ%`•ŽºˆÿÿgDf˜Žºˆÿÿ%`•à ˆÿÿ gDf˜à ˆÿÿ%`•há ˆÿÿgDf˜há ˆÿÿ%`•Ðâ ˆÿÿgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿgDf˜8ä ˆÿÿ%`• å ˆÿÿgDf˜ å ˆÿÿ%`•ç ˆÿÿ gDf˜ç ˆÿÿ%`•pè ˆÿÿ$gDf˜pè ˆÿÿ%`•Øé ˆÿÿ(gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ,gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ0gDf˜¨ì ˆÿÿ%`•î ˆÿÿ4gDf˜î ˆÿÿ%`• ªˆÿÿ8gDf˜ ªˆÿÿ%`•h¡ªˆÿÿ<gDf˜h¡ªˆÿÿ%`•Тªˆÿÿ@gDf˜Ð¢ªˆÿÿ%`• ¥ªˆÿÿDügDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ@°gDf˜§ªˆÿÿ%`•p¨ªˆÿÿôügDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ!ðügDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ#ìgDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ#øügDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ%ôügDf˜®ªˆÿÿ%`•¨<™ˆÿÿ'ðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ'üügDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)øgDf˜'ˆÿÿ%`•8¤ªˆÿÿìˆgDf˜8¤ªˆÿÿ%`•8¤ªˆÿÿ gDf˜8¤ªˆÿÿ%`•8¤ªˆÿÿ)ügDf˜8¤ªˆÿÿ%`•@«ªˆÿÿ*ØgDf˜@«ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ØgDf˜'ˆÿÿ%`•@«ªˆÿÿ*ÜŒgDf˜@«ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+hgDf˜'ˆÿÿ%`•@«ªˆÿÿìxgDf˜@«ªˆÿÿ%`•8¤ªˆÿÿ7ôgDf˜8¤ªˆÿÿ%`•¨¬ªˆÿÿ8ø gDf˜¨¬ªˆÿÿ%`•¨¬ªˆÿÿ gDf˜¨¬ªˆÿÿ%`•¨¬ªˆÿÿ+lgDf˜¨¬ªˆÿÿ%`•8¤ªˆÿÿ+pgDf˜8¤ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ŒgDf˜'ˆÿÿ%`•8¤ªˆÿÿ+\gDf˜8¤ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ìgDf˜'ˆÿÿ%`•8¤ªˆÿÿ+ð gDf˜8¤ªˆÿÿ%`•p¨ªˆÿÿ,gDf˜p¨ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•p¨ªˆÿÿ, gDf˜p¨ªˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,8gDf˜'ˆÿÿ%`•p¨ªˆÿÿ,<gDf˜p¨ªˆÿÿ%`•p¨ªˆÿÿ,@gDf˜p¨ªˆÿÿ%`•p¨ªˆÿÿ,DgDf˜p¨ªˆÿÿ%`•p¨ªˆÿÿ,HgDf˜p¨ªˆÿÿ%`•p¨ªˆÿÿ,LgDf˜p¨ªˆÿÿ%`•p¨ªˆÿÿ,PgDf˜p¨ªˆÿÿ%`•8¤ªˆÿÿ,TgDf˜8¤ªˆÿÿ%`•8¤ªˆÿÿ,XgDf˜8¤ªˆÿÿ%`•p¨ªˆÿÿ,\gDf˜p¨ªˆÿÿ%`•¨¬ªˆÿÿ,`gDf˜¨¬ªˆÿÿ%`•§ªˆÿÿ,dgDf˜§ªˆÿÿ%`•Ø©ªˆÿÿ,hgDf˜Ø©ªˆÿÿ%`•®ªˆÿÿ,lgDf˜®ªˆÿÿ%`•@«ªˆÿÿ,pgDf˜@«ªˆÿÿ%`• ¥ªˆÿÿ,tgDf˜ ¥ªˆÿÿ%`•Тªˆÿÿ,xgDf˜Ð¢ªˆÿÿ%`•Тªˆÿÿ,|gDf˜Ð¢ªˆÿÿ%`• ¥ªˆÿÿ,€gDf˜ ¥ªˆÿÿ%`•@«ªˆÿÿ,„gDf˜@«ªˆÿÿ%`•®ªˆÿÿ,ˆgDf˜®ªˆÿÿ%`•Ø©ªˆÿÿ,ŒgDf˜Ø©ªˆÿÿ%`•§ªˆÿÿ,gDf˜§ªˆÿÿ%`•¨¬ªˆÿÿ,”gDf˜¨¬ªˆÿÿ%`•p¨ªˆÿÿ,˜gDf˜p¨ªˆÿÿ%`•8¤ªˆÿÿ,œgDf˜8¤ªˆÿÿ%`•h¡ªˆÿÿ, gDf˜h¡ªˆÿÿ%`• ªˆÿÿ,¤gDf˜ ªˆÿÿ%`•>™ˆÿÿ,¨gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,¬gDf˜¨<™ˆÿÿ%`•Ыˆÿÿ,°gDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ,´gDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ,¸gDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ,¼gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ,ÀgDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ,ÄgDf˜׫ˆÿÿ%`•pØ«ˆÿÿ,ÈgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ,ÌgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ,ÐgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ,ÔgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ,ØgDf˜Þ«ˆÿÿ%`•0Fˆÿÿ,ÜgDf˜0Fˆÿÿ%`•h1Fˆÿÿ,àgDf˜h1Fˆÿÿ%`•h1Fˆÿÿ,ägDf˜h1Fˆÿÿ%`•0Fˆÿÿ,ègDf˜0Fˆÿÿ%`•Ð2Fˆÿÿ,ìgDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ,ðgDf˜84Fˆÿÿ%`• 5Fˆÿÿ,ôgDf˜ 5Fˆÿÿ%`•7Fˆÿÿ,øgDf˜7Fˆÿÿ%`•p8Fˆÿÿ,ügDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ-gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ-gDf˜@;Fˆÿÿ%`•¨Fˆÿÿ- gDf˜>Fˆÿÿ%`•¨<™ˆÿÿ-gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ-gDf˜>™ˆÿÿ%`•PKˆÿÿ-gDf˜PKˆÿÿ%`•hQKˆÿÿ-gDf˜hQKˆÿÿ%`•ÐRKˆÿÿ- gDf˜ÐRKˆÿÿ%`•8TKˆÿÿ-$gDf˜8TKˆÿÿ%`• UKˆÿÿ-(gDf˜ UKˆÿÿ%`•WKˆÿÿ-,gDf˜WKˆÿÿ%`•pXKˆÿÿ-0gDf˜pXKˆÿÿ%`•ØYKˆÿÿ-4gDf˜ØYKˆÿÿ%`•@[Kˆÿÿ-8gDf˜@[Kˆÿÿ%`•¨\Kˆÿÿ-<gDf˜¨\Kˆÿÿ%`•^Kˆÿÿ-@gDf˜^Kˆÿÿ%`•@Mˆÿÿ-DgDf˜@Mˆÿÿ%`•hAMˆÿÿ-HgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ-LgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ-PgDf˜8DMˆÿÿ%`• EMˆÿÿ-TgDf˜ EMˆÿÿ%`•GMˆÿÿ-XgDf˜GMˆÿÿ%`•pHMˆÿÿ-\gDf˜pHMˆÿÿ%`•ØIMˆÿÿ-`gDf˜ØIMˆÿÿ%`•@KMˆÿÿ-dgDf˜@KMˆÿÿ%`•¨LMˆÿÿ-hgDf˜¨LMˆÿÿ%`•NMˆÿÿ-lgDf˜NMˆÿÿ%`• -ˆÿÿ-pgDf˜ -ˆÿÿ%`•h!-ˆÿÿ-tgDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿ-xgDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿ-|gDf˜8$-ˆÿÿ%`• %-ˆÿÿ-€gDf˜ %-ˆÿÿ%`•'-ˆÿÿ-„gDf˜'-ˆÿÿ%`•p(-ˆÿÿ-ˆgDf˜p(-ˆÿÿ%`•Ø)-ˆÿÿ-ŒgDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ-gDf˜@+-ˆÿÿ%`•¨,-ˆÿÿ-”gDf˜¨,-ˆÿÿ%`•.-ˆÿÿ-˜gDf˜.-ˆÿÿ%`•€6ˆÿÿ-œgDf˜€6ˆÿÿ%`•h6ˆÿÿ- gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ-¤gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ-¨gDf˜8„6ˆÿÿ%`• …6ˆÿÿ-¬gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ-°gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ-´gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ-¸gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ-¼gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ-ÀgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ-ÄgDf˜Ž6ˆÿÿ%`•` ˆÿÿ-ÈgDf˜` ˆÿÿ%`•ha ˆÿÿ-ÌgDf˜ha ˆÿÿ%`•Ðb ˆÿÿ-ÐgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ-ÔgDf˜8d ˆÿÿ%`• e ˆÿÿ-ØgDf˜ e ˆÿÿ%`•g ˆÿÿ-ÜgDf˜g ˆÿÿ%`•ph ˆÿÿ-àgDf˜ph ˆÿÿ%`•Øi ˆÿÿ-ägDf˜Øi ˆÿÿ%`•@k ˆÿÿ-ègDf˜@k ˆÿÿ%`•¨l ˆÿÿ-ìgDf˜¨l ˆÿÿ%`•n ˆÿÿ-ðgDf˜n ˆÿÿ%`•€ˆÿÿ-ôgDf˜€ˆÿÿ%`•hˆÿÿ-øgDf˜hˆÿÿ%`•Ђˆÿÿ-ügDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ.gDf˜8„ˆÿÿ%`• …ˆÿÿ.gDf˜ …ˆÿÿ%`•‡ˆÿÿ.gDf˜‡ˆÿÿ%`•pˆˆÿÿ. gDf˜pˆˆÿÿ%`•؉ˆÿÿ.gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ.gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ.gDf˜¨Œˆÿÿ%`•Žˆÿÿ.gDf˜Žˆÿÿ%`•àшÿÿ. gDf˜àшÿÿ%`•háшÿÿ.$gDf˜háшÿÿ%`•Ðâшÿÿ.(gDf˜Ðâшÿÿ%`•8äшÿÿ.,gDf˜8äшÿÿ%`• åшÿÿ.0gDf˜ åшÿÿ%`•çшÿÿ.4gDf˜çшÿÿ%`•pèшÿÿ.8gDf˜pèшÿÿ%`•Øéшÿÿ.<gDf˜Øéшÿÿ%`•@ëшÿÿ.@gDf˜@ëшÿÿ%`•¨ìшÿÿ.DgDf˜¨ìшÿÿ%`•îшÿÿ.HgDf˜îшÿÿ%`•>™ˆÿÿ.LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ.PgDf˜¨<™ˆÿÿ%`•p(-ˆÿÿ.TgDf˜p(-ˆÿÿ%`•'-ˆÿÿ.XgDf˜'-ˆÿÿ%`• %-ˆÿÿ.\gDf˜ %-ˆÿÿ%`•8$-ˆÿÿ.`gDf˜8$-ˆÿÿ%`•Ð"-ˆÿÿ.dgDf˜Ð"-ˆÿÿ%`•h!-ˆÿÿ.hgDf˜h!-ˆÿÿ%`• -ˆÿÿ.lgDf˜ -ˆÿÿ%`•@½ˆÿÿ.pgDf˜@½ˆÿÿ%`•hA½ˆÿÿ.tgDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿ.xgDf˜ÐB½ˆÿÿ%`•8D½ˆÿÿ.|gDf˜8D½ˆÿÿ%`• E½ˆÿÿ.€gDf˜ E½ˆÿÿ%`•G½ˆÿÿ.„gDf˜G½ˆÿÿ%`•pH½ˆÿÿ.ˆgDf˜pH½ˆÿÿ%`•ØI½ˆÿÿ.ŒgDf˜ØI½ˆÿÿ%`•@K½ˆÿÿ.gDf˜@K½ˆÿÿ%`•¨L½ˆÿÿ.”gDf˜¨L½ˆÿÿ%`•N½ˆÿÿ.˜gDf˜N½ˆÿÿ%`•À%ˆÿÿ.œgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ. gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ.¤gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ.¨gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ.¬gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ.°gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ.´gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ.¸gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ.¼gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ.ÀgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ.ÄgDf˜Î%ˆÿÿ%`•`܈ÿÿ.ÈgDf˜`܈ÿÿ%`•ha܈ÿÿ.ÌgDf˜ha܈ÿÿ%`•Ðb܈ÿÿ.ÐgDf˜Ðb܈ÿÿ%`•8d܈ÿÿ.ÔgDf˜8d܈ÿÿ%`• e܈ÿÿ.ØgDf˜ e܈ÿÿ%`•g܈ÿÿ.ÜgDf˜g܈ÿÿ%`•ph܈ÿÿ.àgDf˜ph܈ÿÿ%`•Øi܈ÿÿ.ägDf˜Øi܈ÿÿ%`•@k܈ÿÿ.ègDf˜@k܈ÿÿ%`•¨l܈ÿÿ.ìgDf˜¨l܈ÿÿ%`•n܈ÿÿ.ðgDf˜n܈ÿÿ%`• ˆÿÿ.ôgDf˜ ˆÿÿ%`•h ˆÿÿ.øgDf˜h ˆÿÿ%`•Ð ˆÿÿ.ügDf˜Ð ˆÿÿ%`•8 ˆÿÿ/gDf˜8 ˆÿÿ%`•  ˆÿÿ/gDf˜  ˆÿÿ%`• ˆÿÿ/gDf˜ ˆÿÿ%`•p ˆÿÿ/ gDf˜p ˆÿÿ%`•Ø ˆÿÿ/gDf˜Ø ˆÿÿ%`•@ ˆÿÿ/gDf˜@ ˆÿÿ%`•¨ ˆÿÿ/gDf˜¨ ˆÿÿ%`• ˆÿÿ/gDf˜ ˆÿÿ%`•`Mˆÿÿ/ gDf˜`Mˆÿÿ%`•haMˆÿÿ/$gDf˜haMˆÿÿ%`•ÐbMˆÿÿ/(gDf˜ÐbMˆÿÿ%`•8dMˆÿÿ/,gDf˜8dMˆÿÿ%`• eMˆÿÿ/0gDf˜ eMˆÿÿ%`•gMˆÿÿ/4gDf˜gMˆÿÿ%`•phMˆÿÿ/8gDf˜phMˆÿÿ%`•ØiMˆÿÿ/<gDf˜ØiMˆÿÿ%`•@kMˆÿÿ/@gDf˜@kMˆÿÿ%`•¨lMˆÿÿ/DgDf˜¨lMˆÿÿ%`•nMˆÿÿ/HgDf˜nMˆÿÿ%`• Õˆÿÿ/LgDf˜ Õˆÿÿ%`•h!Õˆÿÿ/PgDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ/TgDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ/XgDf˜8$Õˆÿÿ%`• %Õˆÿÿ/\gDf˜ %Õˆÿÿ%`•'Õˆÿÿ/`gDf˜'Õˆÿÿ%`•p(Õˆÿÿ/dgDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ/hgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ/lgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ/pgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ/tgDf˜.Õˆÿÿ%`•°« ˆÿÿ/xgDf˜°« ˆÿÿ%`•h±« ˆÿÿ/|gDf˜h±« ˆÿÿ%`•в« ˆÿÿ/€gDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ/„gDf˜8´« ˆÿÿ%`• µ« ˆÿÿ/ˆgDf˜ µ« ˆÿÿ%`•·« ˆÿÿ/ŒgDf˜·« ˆÿÿ%`•p¸« ˆÿÿ/gDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ/”gDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ/˜gDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ/œgDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ/ gDf˜¾« ˆÿÿ%`•­ˆÿÿ/¤gDf˜­ˆÿÿ%`•h­ˆÿÿ/¨gDf˜h­ˆÿÿ%`•Эˆÿÿ/¬gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ/°gDf˜8­ˆÿÿ%`• ­ˆÿÿ/´gDf˜ ­ˆÿÿ%`•­ˆÿÿ/¸gDf˜­ˆÿÿ%`•p­ˆÿÿ/¼gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ/ÀgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ/ÄgDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ/ÈgDf˜¨ ­ˆÿÿ%`•­ˆÿÿ/ÌgDf˜­ˆÿÿ%`•PWˆÿÿ/ÐgDf˜PWˆÿÿ%`•hQWˆÿÿ/ÔgDf˜hQWˆÿÿ%`•ÐRWˆÿÿ/ØgDf˜ÐRWˆÿÿ%`•8TWˆÿÿ/ÜgDf˜8TWˆÿÿ%`• UWˆÿÿ/àgDf˜ UWˆÿÿ%`•WWˆÿÿ/ägDf˜WWˆÿÿ%`•pXWˆÿÿ/ègDf˜pXWˆÿÿ%`•ØYWˆÿÿ/ìgDf˜ØYWˆÿÿ%`•@[Wˆÿÿ/ðgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ/ôgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ/øgDf˜^Wˆÿÿ%`•ýˆÿÿ/ügDf˜ýˆÿÿ%`•h‘ýˆÿÿ0gDf˜h‘ýˆÿÿ%`•Ð’ýˆÿÿ0gDf˜Ð’ýˆÿÿ%`•8”ýˆÿÿ0 gDf˜8”ýˆÿÿ%`• •ýˆÿÿ0gDf˜ •ýˆÿÿ%`•—ýˆÿÿ0gDf˜—ýˆÿÿ%`•p˜ýˆÿÿ0gDf˜p˜ýˆÿÿ%`•Ø™ýˆÿÿ0gDf˜Ø™ýˆÿÿ%`•@›ýˆÿÿ0 gDf˜@›ýˆÿÿ%`•¨œýˆÿÿ0$gDf˜¨œýˆÿÿ%`•žýˆÿÿ0(gDf˜žýˆÿÿ%`•.-ˆÿÿ0,gDf˜.-ˆÿÿ%`•¨,-ˆÿÿ00gDf˜¨,-ˆÿÿ%`•@+-ˆÿÿ04gDf˜@+-ˆÿÿ%`•Ø)-ˆÿÿ08gDf˜Ø)-ˆÿÿ%`•‡ˆÿÿ0<gDf˜‡ˆÿÿ%`• …ˆÿÿ0@gDf˜ …ˆÿÿ%`•8„ˆÿÿ0DgDf˜8„ˆÿÿ%`•Ђˆÿÿ0HgDf˜Ð‚ˆÿÿ%`•hˆÿÿ0LgDf˜hˆÿÿ%`•€ˆÿÿ0PgDf˜€ˆÿÿ%`•àψÿÿ0TgDf˜àψÿÿ%`•háψÿÿ0XgDf˜háψÿÿ%`•Ðâψÿÿ0\gDf˜Ðâψÿÿ%`•8äψÿÿ0`gDf˜8äψÿÿ%`• åψÿÿ0dgDf˜ åψÿÿ%`•çψÿÿ0hgDf˜çψÿÿ%`•pèψÿÿ0lgDf˜pèψÿÿ%`•Øéψÿÿ0pgDf˜Øéψÿÿ%`•@ëψÿÿ0tgDf˜@ëψÿÿ%`•¨ìψÿÿ0xgDf˜¨ìψÿÿ%`•îψÿÿ0|gDf˜îψÿÿ%`•@ˆÿÿ0€gDf˜@ˆÿÿ%`•hAˆÿÿ0„gDf˜hAˆÿÿ%`•ÐBˆÿÿ0ˆgDf˜ÐBˆÿÿ%`•8Dˆÿÿ0ŒgDf˜8Dˆÿÿ%`• Eˆÿÿ0gDf˜ Eˆÿÿ%`•Gˆÿÿ0”gDf˜Gˆÿÿ%`•pHˆÿÿ0˜gDf˜pHˆÿÿ%`•ØIˆÿÿ0œgDf˜ØIˆÿÿ%`•@Kˆÿÿ0 gDf˜@Kˆÿÿ%`•¨Lˆÿÿ0¤gDf˜¨Lˆÿÿ%`•Nˆÿÿ0¨gDf˜Nˆÿÿ%`•Žˆÿÿ0¬gDf˜Žˆÿÿ%`•¨Œˆÿÿ0°gDf˜¨Œˆÿÿ%`•@‹ˆÿÿ0´gDf˜@‹ˆÿÿ%`•؉ˆÿÿ0¸gDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ0¼gDf˜pˆˆÿÿ%`•¨<™ˆÿÿ0ÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0ÄgDf˜>™ˆÿÿ%`• -ˆÿÿ0ÈgDf˜ -ˆÿÿ%`•h!-ˆÿÿ0ÌgDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿ0ÐgDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿ0ÔgDf˜8$-ˆÿÿ%`• %-ˆÿÿ0ØgDf˜ %-ˆÿÿ%`•'-ˆÿÿ0ÜgDf˜'-ˆÿÿ%`•p(-ˆÿÿ0àgDf˜p(-ˆÿÿ%`•pH½ˆÿÿ0ägDf˜pH½ˆÿÿ%`•G½ˆÿÿ0ègDf˜G½ˆÿÿ%`• E½ˆÿÿ0ìgDf˜ E½ˆÿÿ%`•8D½ˆÿÿ0ðgDf˜8D½ˆÿÿ%`•ÐB½ˆÿÿ0ôgDf˜ÐB½ˆÿÿ%`•hA½ˆÿÿ0øgDf˜hA½ˆÿÿ%`•@½ˆÿÿ0ügDf˜@½ˆÿÿ%`•@¡ˆÿÿ1gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ1gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ1gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ1 gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ1gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ1gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ1gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ1gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ1 gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ1$gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ1(gDf˜N¡ˆÿÿ%`•N½ˆÿÿ1,gDf˜N½ˆÿÿ%`•¨L½ˆÿÿ10gDf˜¨L½ˆÿÿ%`•@K½ˆÿÿ14gDf˜@K½ˆÿÿ%`•ØI½ˆÿÿ18gDf˜ØI½ˆÿÿ%`• ˆÿÿ1<gDf˜ ˆÿÿ%`•  ˆÿÿ1@gDf˜  ˆÿÿ%`•8 ˆÿÿ1DgDf˜8 ˆÿÿ%`•Ð ˆÿÿ1HgDf˜Ð ˆÿÿ%`•h ˆÿÿ1LgDf˜h ˆÿÿ%`• ˆÿÿ1PgDf˜ ˆÿÿ%`•P¹ˆÿÿ1TgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ1XgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ1\gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ1`gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ1dgDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ1hgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ1lgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ1pgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ1tgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ1xgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ1|gDf˜^¹ˆÿÿ%`•` ˆÿÿ1€gDf˜` ˆÿÿ%`•ha ˆÿÿ1„gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ1ˆgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ1ŒgDf˜8d ˆÿÿ%`• e ˆÿÿ1gDf˜ e ˆÿÿ%`•g ˆÿÿ1”gDf˜g ˆÿÿ%`•ph ˆÿÿ1˜gDf˜ph ˆÿÿ%`•Øi ˆÿÿ1œgDf˜Øi ˆÿÿ%`•@k ˆÿÿ1 gDf˜@k ˆÿÿ%`•¨l ˆÿÿ1¤gDf˜¨l ˆÿÿ%`•n ˆÿÿ1¨gDf˜n ˆÿÿ%`• ˆÿÿ1¬gDf˜ ˆÿÿ%`•¨ ˆÿÿ1°gDf˜¨ ˆÿÿ%`•@ ˆÿÿ1´gDf˜@ ˆÿÿ%`•Ø ˆÿÿ1¸gDf˜Ø ˆÿÿ%`•p ˆÿÿ1¼gDf˜p ˆÿÿ%`• µ« ˆÿÿ1ÀgDf˜ µ« ˆÿÿ%`•8´« ˆÿÿ1ÄgDf˜8´« ˆÿÿ%`•в« ˆÿÿ1ÈgDf˜Ð²« ˆÿÿ%`•h±« ˆÿÿ1ÌgDf˜h±« ˆÿÿ%`•°« ˆÿÿ1ÐgDf˜°« ˆÿÿ%`•à‘ ˆÿÿ1ÔgDf˜à‘ ˆÿÿ%`•há‘ ˆÿÿ1ØgDf˜há‘ ˆÿÿ%`•Ðâ‘ ˆÿÿ1ÜgDf˜Ðâ‘ ˆÿÿ%`•8ä‘ ˆÿÿ1àgDf˜8ä‘ ˆÿÿ%`• å‘ ˆÿÿ1ägDf˜ å‘ ˆÿÿ%`•ç‘ ˆÿÿ1ègDf˜ç‘ ˆÿÿ%`•pè‘ ˆÿÿ1ìgDf˜pè‘ ˆÿÿ%`•Øé‘ ˆÿÿ1ðgDf˜Øé‘ ˆÿÿ%`•@ë‘ ˆÿÿ1ôgDf˜@ë‘ ˆÿÿ%`•¨ì‘ ˆÿÿ1øgDf˜¨ì‘ ˆÿÿ%`•î‘ ˆÿÿ1ügDf˜î‘ ˆÿÿ%`•àˆÿÿ2gDf˜àˆÿÿ%`•háˆÿÿ2gDf˜háˆÿÿ%`•Ðâˆÿÿ2gDf˜Ðâˆÿÿ%`•8äˆÿÿ2 gDf˜8äˆÿÿ%`• åˆÿÿ2gDf˜ åˆÿÿ%`•çˆÿÿ2gDf˜çˆÿÿ%`•pèˆÿÿ2gDf˜pèˆÿÿ%`•Øéˆÿÿ2gDf˜Øéˆÿÿ%`•@ëˆÿÿ2 gDf˜@ëˆÿÿ%`•¨ìˆÿÿ2$gDf˜¨ìˆÿÿ%`•îˆÿÿ2(gDf˜îˆÿÿ%`•¾« ˆÿÿ2,gDf˜¾« ˆÿÿ%`•¨¼« ˆÿÿ20gDf˜¨¼« ˆÿÿ%`•@»« ˆÿÿ24gDf˜@»« ˆÿÿ%`•ع« ˆÿÿ28gDf˜Ø¹« ˆÿÿ%`•p¸« ˆÿÿ2<gDf˜p¸« ˆÿÿ%`•·« ˆÿÿ2@gDf˜·« ˆÿÿ%`•8”ýˆÿÿ2DgDf˜8”ýˆÿÿ%`•Ð’ýˆÿÿ2HgDf˜Ð’ýˆÿÿ%`•h‘ýˆÿÿ2LgDf˜h‘ýˆÿÿ%`•ýˆÿÿ2PgDf˜ýˆÿÿ%`• ½ˆÿÿ2TgDf˜ ½ˆÿÿ%`•h!½ˆÿÿ2XgDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ2\gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ2`gDf˜8$½ˆÿÿ%`• %½ˆÿÿ2dgDf˜ %½ˆÿÿ%`•'½ˆÿÿ2hgDf˜'½ˆÿÿ%`•p(½ˆÿÿ2lgDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ2pgDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ2tgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ2xgDf˜¨,½ˆÿÿ%`•.½ˆÿÿ2|gDf˜.½ˆÿÿ%`• #ˆÿÿ2€gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ2„gDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ2ˆgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ2ŒgDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ2gDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ2”gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ2˜gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ2œgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ2 gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ2¤gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ2¨gDf˜®#ˆÿÿ%`•žýˆÿÿ2¬gDf˜žýˆÿÿ%`•¨œýˆÿÿ2°gDf˜¨œýˆÿÿ%`•@›ýˆÿÿ2´gDf˜@›ýˆÿÿ%`•Ø™ýˆÿÿ2¸gDf˜Ø™ýˆÿÿ%`•p˜ýˆÿÿ2¼gDf˜p˜ýˆÿÿ%`•—ýˆÿÿ2ÀgDf˜—ýˆÿÿ%`• •ýˆÿÿ2ÄgDf˜ •ýˆÿÿ%`•Ø)-ˆÿÿ2ÈgDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ2ÌgDf˜@+-ˆÿÿ%`•¨,-ˆÿÿ2ÐgDf˜¨,-ˆÿÿ%`•.-ˆÿÿ2ÔgDf˜.-ˆÿÿ%`•€ˆÿÿ2ØgDf˜€ˆÿÿ%`•hˆÿÿ2ÜgDf˜hˆÿÿ%`•Ђˆÿÿ2àgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ2ägDf˜8„ˆÿÿ%`• …ˆÿÿ2ègDf˜ …ˆÿÿ%`•‡ˆÿÿ2ìgDf˜‡ˆÿÿ%`•8Dˆÿÿ2ðgDf˜8Dˆÿÿ%`•ÐBˆÿÿ2ôgDf˜ÐBˆÿÿ%`•hAˆÿÿ2øgDf˜hAˆÿÿ%`•@ˆÿÿ2ügDf˜@ˆÿÿ%`•­ˆÿÿ3gDf˜­ˆÿÿ%`•h­ˆÿÿ3gDf˜h­ˆÿÿ%`•Эˆÿÿ3gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ3 gDf˜8­ˆÿÿ%`• ­ˆÿÿ3gDf˜ ­ˆÿÿ%`•­ˆÿÿ3gDf˜­ˆÿÿ%`•p­ˆÿÿ3gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ3gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ3 gDf˜@­ˆÿÿ%`•¨­ˆÿÿ3$gDf˜¨­ˆÿÿ%`•­ˆÿÿ3(gDf˜­ˆÿÿ%`•Nˆÿÿ3,gDf˜Nˆÿÿ%`•¨Lˆÿÿ30gDf˜¨Lˆÿÿ%`•@Kˆÿÿ34gDf˜@Kˆÿÿ%`•ØIˆÿÿ38gDf˜ØIˆÿÿ%`•pHˆÿÿ3<gDf˜pHˆÿÿ%`•Gˆÿÿ3@gDf˜Gˆÿÿ%`• Eˆÿÿ3DgDf˜ Eˆÿÿ%`•pˆˆÿÿ3HgDf˜pˆˆÿÿ%`•؉ˆÿÿ3LgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ3PgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ3TgDf˜¨Œˆÿÿ%`•Žˆÿÿ3XgDf˜Žˆÿÿ%`•>™ˆÿÿ3\gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ3`gDf˜¨<™ˆÿÿ%`•p(-ˆÿÿ3dgDf˜p(-ˆÿÿ%`•'-ˆÿÿ3hgDf˜'-ˆÿÿ%`• %-ˆÿÿ3lgDf˜ %-ˆÿÿ%`•8$-ˆÿÿ3pgDf˜8$-ˆÿÿ%`•Ð"-ˆÿÿ3tgDf˜Ð"-ˆÿÿ%`•h!-ˆÿÿ3xgDf˜h!-ˆÿÿ%`• -ˆÿÿ3|gDf˜ -ˆÿÿ%`•@½ˆÿÿ3€gDf˜@½ˆÿÿ%`•hA½ˆÿÿ3„gDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿ3ˆgDf˜ÐB½ˆÿÿ%`•ØI½ˆÿÿ3ŒgDf˜ØI½ˆÿÿ%`•@K½ˆÿÿ3gDf˜@K½ˆÿÿ%`•¨L½ˆÿÿ3”gDf˜¨L½ˆÿÿ%`•N½ˆÿÿ3˜gDf˜N½ˆÿÿ%`•8D½ˆÿÿ3œgDf˜8D½ˆÿÿ%`• E½ˆÿÿ3 gDf˜ E½ˆÿÿ%`•G½ˆÿÿ3¤gDf˜G½ˆÿÿ%`•pH½ˆÿÿ3¨gDf˜pH½ˆÿÿ%`• ˆÿÿ3¬gDf˜ ˆÿÿ%`•h ˆÿÿ3°gDf˜h ˆÿÿ%`•Ð ˆÿÿ3´gDf˜Ð ˆÿÿ%`•8 ˆÿÿ3¸gDf˜8 ˆÿÿ%`•  ˆÿÿ3¼gDf˜  ˆÿÿ%`• ˆÿÿ3ÀgDf˜ ˆÿÿ%`•8d ˆÿÿ3ÄgDf˜8d ˆÿÿ%`•Ðb ˆÿÿ3ÈgDf˜Ðb ˆÿÿ%`•ha ˆÿÿ3ÌgDf˜ha ˆÿÿ%`•` ˆÿÿ3ÐgDf˜` ˆÿÿ%`•ÀŸˆÿÿ3ÔgDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ3ØgDf˜hÁŸˆÿÿ%`•Пˆÿÿ3ÜgDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ3àgDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ3ägDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ3ègDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ3ìgDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ3ðgDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ3ôgDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ3øgDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ3ügDf˜Οˆÿÿ%`•P¹ˆÿÿ4gDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ4gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ4 gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ4gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ4gDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ4gDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ4gDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ4 gDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ4$gDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ4(gDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ4,gDf˜^¹ˆÿÿ%`•n ˆÿÿ40gDf˜n ˆÿÿ%`•¨l ˆÿÿ44gDf˜¨l ˆÿÿ%`•@k ˆÿÿ48gDf˜@k ˆÿÿ%`•Øi ˆÿÿ4<gDf˜Øi ˆÿÿ%`•ph ˆÿÿ4@gDf˜ph ˆÿÿ%`•g ˆÿÿ4DgDf˜g ˆÿÿ%`• e ˆÿÿ4HgDf˜ e ˆÿÿ%`•p ˆÿÿ4LgDf˜p ˆÿÿ%`•Ø ˆÿÿ4PgDf˜Ø ˆÿÿ%`•@ ˆÿÿ4TgDf˜@ ˆÿÿ%`•¨ ˆÿÿ4XgDf˜¨ ˆÿÿ%`• ˆÿÿ4\gDf˜ ˆÿÿ%`•°« ˆÿÿ4`gDf˜°« ˆÿÿ%`•h±« ˆÿÿ4dgDf˜h±« ˆÿÿ%`•в« ˆÿÿ4hgDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ4lgDf˜8´« ˆÿÿ%`• µ« ˆÿÿ4pgDf˜ µ« ˆÿÿ%`•8äˆÿÿ4tgDf˜8äˆÿÿ%`•Ðâˆÿÿ4xgDf˜Ðâˆÿÿ%`•háˆÿÿ4|gDf˜háˆÿÿ%`•àˆÿÿ4€gDf˜àˆÿÿ%`• 3ˆÿÿ4„gDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ4ˆgDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ4ŒgDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ4gDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ4”gDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ4˜gDf˜§3ˆÿÿ%`•p¨3ˆÿÿ4œgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ4 gDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ4¤gDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ4¨gDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ4¬gDf˜®3ˆÿÿ%`•îˆÿÿ4°gDf˜îˆÿÿ%`•¨ìˆÿÿ4´gDf˜¨ìˆÿÿ%`•@ëˆÿÿ4¸gDf˜@ëˆÿÿ%`•Øéˆÿÿ4¼gDf˜Øéˆÿÿ%`•pèˆÿÿ4ÀgDf˜pèˆÿÿ%`•çˆÿÿ4ÄgDf˜çˆÿÿ%`• åˆÿÿ4ÈgDf˜ åˆÿÿ%`•·« ˆÿÿ4ÌgDf˜·« ˆÿÿ%`•p¸« ˆÿÿ4ÐgDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ4ÔgDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ4ØgDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ4ÜgDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ4àgDf˜¾« ˆÿÿ%`•ýˆÿÿ4ägDf˜ýˆÿÿ%`•h‘ýˆÿÿ4ègDf˜h‘ýˆÿÿ%`•Ð’ýˆÿÿ4ìgDf˜Ð’ýˆÿÿ%`•8”ýˆÿÿ4ðgDf˜8”ýˆÿÿ%`•8¤#ˆÿÿ4ôgDf˜8¤#ˆÿÿ%`•Т#ˆÿÿ4øgDf˜Ð¢#ˆÿÿ%`•h¡#ˆÿÿ4ügDf˜h¡#ˆÿÿ%`• #ˆÿÿ5gDf˜ #ˆÿÿ%`•€hˆÿÿ5gDf˜€hˆÿÿ%`•hhˆÿÿ5gDf˜hhˆÿÿ%`•Ђhˆÿÿ5 gDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ5gDf˜8„hˆÿÿ%`• …hˆÿÿ5gDf˜ …hˆÿÿ%`•‡hˆÿÿ5gDf˜‡hˆÿÿ%`•pˆhˆÿÿ5gDf˜pˆhˆÿÿ%`•؉hˆÿÿ5 gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ5$gDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ5(gDf˜¨Œhˆÿÿ%`•Žhˆÿÿ5,gDf˜Žhˆÿÿ%`•®#ˆÿÿ50gDf˜®#ˆÿÿ%`•¨¬#ˆÿÿ54gDf˜¨¬#ˆÿÿ%`•@«#ˆÿÿ58gDf˜@«#ˆÿÿ%`•Ø©#ˆÿÿ5<gDf˜Ø©#ˆÿÿ%`•p¨#ˆÿÿ5@gDf˜p¨#ˆÿÿ%`•§#ˆÿÿ5DgDf˜§#ˆÿÿ%`• ¥#ˆÿÿ5HgDf˜ ¥#ˆÿÿ%`• •ýˆÿÿ5LgDf˜ •ýˆÿÿ%`•—ýˆÿÿ5PgDf˜—ýˆÿÿ%`•p˜ýˆÿÿ5TgDf˜p˜ýˆÿÿ%`•Ø™ýˆÿÿ5XgDf˜Ø™ýˆÿÿ%`•@›ýˆÿÿ5\gDf˜@›ýˆÿÿ%`•¨œýˆÿÿ5`gDf˜¨œýˆÿÿ%`•žýˆÿÿ5dgDf˜žýˆÿÿ%`•.-ˆÿÿ5hgDf˜.-ˆÿÿ%`•¨,-ˆÿÿ5lgDf˜¨,-ˆÿÿ%`•@+-ˆÿÿ5pgDf˜@+-ˆÿÿ%`•Ø)-ˆÿÿ5tgDf˜Ø)-ˆÿÿ%`•‡ˆÿÿ5xgDf˜‡ˆÿÿ%`• …ˆÿÿ5|gDf˜ …ˆÿÿ%`•8„ˆÿÿ5€gDf˜8„ˆÿÿ%`•Ђˆÿÿ5„gDf˜Ð‚ˆÿÿ%`•hˆÿÿ5ˆgDf˜hˆÿÿ%`•€ˆÿÿ5ŒgDf˜€ˆÿÿ%`•Žˆÿÿ5gDf˜Žˆÿÿ%`•¨Œˆÿÿ5”gDf˜¨Œˆÿÿ%`•@‹ˆÿÿ5˜gDf˜@‹ˆÿÿ%`•؉ˆÿÿ5œgDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ5 gDf˜pˆˆÿÿ%`•¨<™ˆÿÿ5¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ5¨gDf˜>™ˆÿÿ%`• -ˆÿÿ5¬gDf˜ -ˆÿÿ%`•h!-ˆÿÿ5°gDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿ5´gDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿ5¸gDf˜8$-ˆÿÿ%`• %-ˆÿÿ5¼gDf˜ %-ˆÿÿ%`•'-ˆÿÿ5ÀgDf˜'-ˆÿÿ%`•p(-ˆÿÿ5ÄgDf˜p(-ˆÿÿ%`•ØI½ˆÿÿ5ÈgDf˜ØI½ˆÿÿ%`•ÐB½ˆÿÿ5ÌgDf˜ÐB½ˆÿÿ%`•hA½ˆÿÿ5ÐgDf˜hA½ˆÿÿ%`•@½ˆÿÿ5ÔgDf˜@½ˆÿÿ%`•àdˆÿÿ5ØgDf˜àdˆÿÿ%`•hádˆÿÿ5ÜgDf˜hádˆÿÿ%`•Ðâdˆÿÿ5àgDf˜Ðâdˆÿÿ%`•8ädˆÿÿ5ägDf˜8ädˆÿÿ%`• ådˆÿÿ5ègDf˜ ådˆÿÿ%`•çdˆÿÿ5ìgDf˜çdˆÿÿ%`•pèdˆÿÿ5ðgDf˜pèdˆÿÿ%`•Øédˆÿÿ5ôgDf˜Øédˆÿÿ%`•@ëdˆÿÿ5øgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ5ügDf˜¨ìdˆÿÿ%`•îdˆÿÿ6gDf˜îdˆÿÿ%`•0Fˆÿÿ6gDf˜0Fˆÿÿ%`•h1Fˆÿÿ6gDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ6 gDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ6gDf˜84Fˆÿÿ%`• 5Fˆÿÿ6gDf˜ 5Fˆÿÿ%`•7Fˆÿÿ6gDf˜7Fˆÿÿ%`•p8Fˆÿÿ6gDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ6 gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ6$gDf˜@;Fˆÿÿ%`•¨Fˆÿÿ6,gDf˜>Fˆÿÿ%`•pH½ˆÿÿ60gDf˜pH½ˆÿÿ%`•G½ˆÿÿ64gDf˜G½ˆÿÿ%`• E½ˆÿÿ68gDf˜ E½ˆÿÿ%`•8D½ˆÿÿ6<gDf˜8D½ˆÿÿ%`•N½ˆÿÿ6@gDf˜N½ˆÿÿ%`•¨L½ˆÿÿ6DgDf˜¨L½ˆÿÿ%`•@K½ˆÿÿ6HgDf˜@K½ˆÿÿ%`• ˆÿÿ6LgDf˜ ˆÿÿ%`•  ˆÿÿ6PgDf˜  ˆÿÿ%`•8 ˆÿÿ6TgDf˜8 ˆÿÿ%`•Ð ˆÿÿ6XgDf˜Ð ˆÿÿ%`•h ˆÿÿ6\gDf˜h ˆÿÿ%`• ˆÿÿ6`gDf˜ ˆÿÿ%`•` ˆÿÿ6dgDf˜` ˆÿÿ%`•ha ˆÿÿ6hgDf˜ha ˆÿÿ%`•Ðb ˆÿÿ6lgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ6pgDf˜8d ˆÿÿ%`•8T¹ˆÿÿ6tgDf˜8T¹ˆÿÿ%`•ÐR¹ˆÿÿ6xgDf˜ÐR¹ˆÿÿ%`•hQ¹ˆÿÿ6|gDf˜hQ¹ˆÿÿ%`•P¹ˆÿÿ6€gDf˜P¹ˆÿÿ%`•@¡ˆÿÿ6„gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ6ˆgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ6ŒgDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ6gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ6”gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ6˜gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ6œgDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ6 gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ6¤gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ6¨gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ6¬gDf˜N¡ˆÿÿ%`•^¹ˆÿÿ6°gDf˜^¹ˆÿÿ%`•¨\¹ˆÿÿ6´gDf˜¨\¹ˆÿÿ%`•@[¹ˆÿÿ6¸gDf˜@[¹ˆÿÿ%`•ØY¹ˆÿÿ6¼gDf˜ØY¹ˆÿÿ%`•pX¹ˆÿÿ6ÀgDf˜pX¹ˆÿÿ%`•W¹ˆÿÿ6ÄgDf˜W¹ˆÿÿ%`• U¹ˆÿÿ6ÈgDf˜ U¹ˆÿÿ%`• e ˆÿÿ6ÌgDf˜ e ˆÿÿ%`•g ˆÿÿ6ÐgDf˜g ˆÿÿ%`•ph ˆÿÿ6ÔgDf˜ph ˆÿÿ%`•Øi ˆÿÿ6ØgDf˜Øi ˆÿÿ%`•@k ˆÿÿ6ÜgDf˜@k ˆÿÿ%`•¨l ˆÿÿ6àgDf˜¨l ˆÿÿ%`•n ˆÿÿ6ägDf˜n ˆÿÿ%`• ˆÿÿ6ègDf˜ ˆÿÿ%`•¨ ˆÿÿ6ìgDf˜¨ ˆÿÿ%`•@ ˆÿÿ6ðgDf˜@ ˆÿÿ%`•Ø ˆÿÿ6ôgDf˜Ø ˆÿÿ%`•p ˆÿÿ6øgDf˜p ˆÿÿ%`• µ« ˆÿÿ6ügDf˜ µ« ˆÿÿ%`•8´« ˆÿÿ7gDf˜8´« ˆÿÿ%`•в« ˆÿÿ7gDf˜Ð²« ˆÿÿ%`•h±« ˆÿÿ7gDf˜h±« ˆÿÿ%`•°« ˆÿÿ7 gDf˜°« ˆÿÿ%`•¾« ˆÿÿ7gDf˜¾« ˆÿÿ%`•¨¼« ˆÿÿ7gDf˜¨¼« ˆÿÿ%`•@»« ˆÿÿ7gDf˜@»« ˆÿÿ%`•ع« ˆÿÿ7gDf˜Ø¹« ˆÿÿ%`•p¸« ˆÿÿ7 gDf˜p¸« ˆÿÿ%`•·« ˆÿÿ7$gDf˜·« ˆÿÿ%`•8”ýˆÿÿ7(gDf˜8”ýˆÿÿ%`•Ð’ýˆÿÿ7,gDf˜Ð’ýˆÿÿ%`•h‘ýˆÿÿ70gDf˜h‘ýˆÿÿ%`•ýˆÿÿ74gDf˜ýˆÿÿ%`• #ˆÿÿ78gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ7<gDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ7@gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ7DgDf˜8¤#ˆÿÿ%`•8„hˆÿÿ7HgDf˜8„hˆÿÿ%`•Ђhˆÿÿ7LgDf˜Ð‚hˆÿÿ%`•hhˆÿÿ7PgDf˜hhˆÿÿ%`•€hˆÿÿ7TgDf˜€hˆÿÿ%`•@—ˆÿÿ7XgDf˜@—ˆÿÿ%`•hA—ˆÿÿ7\gDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ7`gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ7dgDf˜8D—ˆÿÿ%`• E—ˆÿÿ7hgDf˜ E—ˆÿÿ%`•G—ˆÿÿ7lgDf˜G—ˆÿÿ%`•pH—ˆÿÿ7pgDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ7tgDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ7xgDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ7|gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ7€gDf˜N—ˆÿÿ%`•À\ˆÿÿ7„gDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ7ˆgDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ7ŒgDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ7gDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ7”gDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ7˜gDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ7œgDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ7 gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ7¤gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ7¨gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ7¬gDf˜Î\ˆÿÿ%`•Žhˆÿÿ7°gDf˜Žhˆÿÿ%`•¨Œhˆÿÿ7´gDf˜¨Œhˆÿÿ%`•@‹hˆÿÿ7¸gDf˜@‹hˆÿÿ%`•؉hˆÿÿ7¼gDf˜Ø‰hˆÿÿ%`•pˆhˆÿÿ7ÀgDf˜pˆhˆÿÿ%`•‡hˆÿÿ7ÄgDf˜‡hˆÿÿ%`• …hˆÿÿ7ÈgDf˜ …hˆÿÿ%`• ¥#ˆÿÿ7ÌgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ7ÐgDf˜§#ˆÿÿ%`•p¨#ˆÿÿ7ÔgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ7ØgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ7ÜgDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ7àgDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ7ägDf˜®#ˆÿÿ%`•žýˆÿÿ7ègDf˜žýˆÿÿ%`•¨œýˆÿÿ7ìgDf˜¨œýˆÿÿ%`•@›ýˆÿÿ7ðgDf˜@›ýˆÿÿ%`•Ø™ýˆÿÿ7ôgDf˜Ø™ýˆÿÿ%`•p˜ýˆÿÿ7øgDf˜p˜ýˆÿÿ%`•—ýˆÿÿ7ügDf˜—ýˆÿÿ%`• •ýˆÿÿ8gDf˜ •ýˆÿÿ%`•Ø)-ˆÿÿ8gDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ8 gDf˜@+-ˆÿÿ%`•¨,-ˆÿÿ8gDf˜¨,-ˆÿÿ%`•p(-ˆÿÿ8gDf˜p(-ˆÿÿ%`•'-ˆÿÿ8gDf˜'-ˆÿÿ%`• %-ˆÿÿ8gDf˜ %-ˆÿÿ%`•8$-ˆÿÿ8 gDf˜8$-ˆÿÿ%`•Ð"-ˆÿÿ8$gDf˜Ð"-ˆÿÿ%`•h!-ˆÿÿ8(gDf˜h!-ˆÿÿ%`• -ˆÿÿ8,gDf˜ -ˆÿÿ%`•.-ˆÿÿ80gDf˜.-ˆÿÿ%`•>™ˆÿÿ84gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ88gDf˜¨<™ˆÿÿ%`•@½ˆÿÿ8<gDf˜@½ˆÿÿ%`•hA½ˆÿÿ8@gDf˜hA½ˆÿÿ%`•ÐB½ˆÿÿ8DgDf˜ÐB½ˆÿÿ%`•ØI½ˆÿÿ8HgDf˜ØI½ˆÿÿ%`•84Fˆÿÿ8LgDf˜84Fˆÿÿ%`•Ð2Fˆÿÿ8PgDf˜Ð2Fˆÿÿ%`•h1Fˆÿÿ8TgDf˜h1Fˆÿÿ%`•0Fˆÿÿ8XgDf˜0Fˆÿÿ%`•[ˆÿÿ8\gDf˜[ˆÿÿ%`•h[ˆÿÿ8`gDf˜h[ˆÿÿ%`•Ð[ˆÿÿ8dgDf˜Ð[ˆÿÿ%`•8[ˆÿÿ8hgDf˜8[ˆÿÿ%`• [ˆÿÿ8lgDf˜ [ˆÿÿ%`•[ˆÿÿ8pgDf˜[ˆÿÿ%`•p[ˆÿÿ8tgDf˜p[ˆÿÿ%`•Ø[ˆÿÿ8xgDf˜Ø[ˆÿÿ%`•@[ˆÿÿ8|gDf˜@[ˆÿÿ%`•¨[ˆÿÿ8€gDf˜¨[ˆÿÿ%`•[ˆÿÿ8„gDf˜[ˆÿÿ%`•àdˆÿÿ8ˆgDf˜àdˆÿÿ%`•hádˆÿÿ8ŒgDf˜hádˆÿÿ%`•Ðâdˆÿÿ8gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ8”gDf˜8ädˆÿÿ%`• ådˆÿÿ8˜gDf˜ ådˆÿÿ%`•çdˆÿÿ8œgDf˜çdˆÿÿ%`•pèdˆÿÿ8 gDf˜pèdˆÿÿ%`•Øédˆÿÿ8¤gDf˜Øédˆÿÿ%`•@ëdˆÿÿ8¨gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ8¬gDf˜¨ìdˆÿÿ%`•îdˆÿÿ8°gDf˜îdˆÿÿ%`•>Fˆÿÿ8´gDf˜>Fˆÿÿ%`•¨™ˆÿÿ:¨gDf˜>™ˆÿÿ%`•ØI½ˆÿÿ:¬gDf˜ØI½ˆÿÿ%`•ÐB½ˆÿÿ:°gDf˜ÐB½ˆÿÿ%`•hA½ˆÿÿ:´gDf˜hA½ˆÿÿ%`•@½ˆÿÿ:¸gDf˜@½ˆÿÿ%`•0Fˆÿÿ:¼gDf˜0Fˆÿÿ%`•h1Fˆÿÿ:ÀgDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ:ÄgDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ:ÈgDf˜84Fˆÿÿ%`•8ädˆÿÿ:ÌgDf˜8ädˆÿÿ%`•Ðâdˆÿÿ:ÐgDf˜Ðâdˆÿÿ%`•hádˆÿÿ:ÔgDf˜hádˆÿÿ%`•àdˆÿÿ:ØgDf˜àdˆÿÿ%`•Oˆÿÿ:ÜgDf˜Oˆÿÿ%`•h‘Oˆÿÿ:àgDf˜h‘Oˆÿÿ%`•Ð’Oˆÿÿ:ägDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ:ègDf˜8”Oˆÿÿ%`• •Oˆÿÿ:ìgDf˜ •Oˆÿÿ%`•—Oˆÿÿ:ðgDf˜—Oˆÿÿ%`•p˜Oˆÿÿ:ôgDf˜p˜Oˆÿÿ%`•Ø™Oˆÿÿ:øgDf˜Ø™Oˆÿÿ%`•@›Oˆÿÿ:ügDf˜@›Oˆÿÿ%`•¨œOˆÿÿ;gDf˜¨œOˆÿÿ%`•žOˆÿÿ;gDf˜žOˆÿÿ%`•[ˆÿÿ;gDf˜[ˆÿÿ%`•h[ˆÿÿ; gDf˜h[ˆÿÿ%`•Ð[ˆÿÿ;gDf˜Ð[ˆÿÿ%`•8[ˆÿÿ;gDf˜8[ˆÿÿ%`• [ˆÿÿ;gDf˜ [ˆÿÿ%`•[ˆÿÿ;gDf˜[ˆÿÿ%`•p[ˆÿÿ; gDf˜p[ˆÿÿ%`•Ø[ˆÿÿ;$gDf˜Ø[ˆÿÿ%`•@[ˆÿÿ;(gDf˜@[ˆÿÿ%`•¨[ˆÿÿ;,gDf˜¨[ˆÿÿ%`•[ˆÿÿ;0gDf˜[ˆÿÿ%`•îdˆÿÿ;4gDf˜îdˆÿÿ%`•¨ìdˆÿÿ;8gDf˜¨ìdˆÿÿ%`•@ëdˆÿÿ;<gDf˜@ëdˆÿÿ%`•Øédˆÿÿ;@gDf˜Øédˆÿÿ%`•pèdˆÿÿ;DgDf˜pèdˆÿÿ%`•çdˆÿÿ;HgDf˜çdˆÿÿ%`• ådˆÿÿ;LgDf˜ ådˆÿÿ%`• 5Fˆÿÿ;PgDf˜ 5Fˆÿÿ%`•7Fˆÿÿ;TgDf˜7Fˆÿÿ%`•p8Fˆÿÿ;XgDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ;\gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ;`gDf˜@;Fˆÿÿ%`•¨Fˆÿÿ;hgDf˜>Fˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;lgDf˜'ˆÿÿ%`•>FˆÿÿgDf˜>Fˆÿÿ%`•Ø9Fˆÿÿ gDf˜Ø9Fˆÿÿ%`•¨™ˆÿÿ! gDf˜>™ˆÿÿ%`•h1Fˆÿÿƒ<gDf˜h1Fˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ;pgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;t˜gDf˜¨<™ˆÿÿ%`• Åˆÿÿ<hgDf˜ Åˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ™ˆÿÿ<|ügDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=xgDf˜'ˆÿÿ%`•>™ˆÿÿ=|ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ?xgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?”gDf˜'ˆÿÿ%`•ha ˆÿÿ?˜xgDf˜ha ˆÿÿ%`•` ˆÿÿ@ügDf˜` ˆÿÿ%`•Ðb ˆÿÿBÔgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ¤gDf˜8d ˆÿÿ%`• e ˆÿÿ¨(gDf˜ e ˆÿÿ%`•g ˆÿÿÔügDf˜g ˆÿÿ%`•ph ˆÿÿÐügDf˜ph ˆÿÿ%`•Øi ˆÿÿÌgDf˜Øi ˆÿÿ%`•@k ˆÿÿÐgDf˜@k ˆÿÿ%`•¨l ˆÿÿÜgDf˜¨l ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•@k ˆÿÿ{°gDf˜@k ˆÿÿ%`•¨l ˆÿÿgDf˜¨l ˆÿÿ%`•¨l ˆÿÿ gDf˜¨l ˆÿÿ%`•¨l ˆÿÿzL gDf˜¨l ˆÿÿ%`•@k ˆÿÿ{gDf˜@k ˆÿÿ%`•@k ˆÿÿ gDf˜@k ˆÿÿ%`•@k ˆÿÿgDf˜@k ˆÿÿ%`•¨l ˆÿÿ/øgDf˜¨l ˆÿÿ%`•¨l ˆÿÿ gDf˜¨l ˆÿÿ%`•¨l ˆÿÿ~gDf˜¨l ˆÿÿ%`•¨l ˆÿÿ gDf˜¨l ˆÿÿ%`•¨l ˆÿÿ{tgDf˜¨l ˆÿÿ%`•¨l ˆÿÿ gDf˜¨l ˆÿÿ%`•¨l ˆÿÿ!gDf˜¨l ˆÿÿ%`•¨l ˆÿÿ gDf˜¨l ˆÿÿ%`•¨l ˆÿÿôgDf˜¨l ˆÿÿ%`•@k ˆÿÿøügDf˜@k ˆÿÿ%`•Øi ˆÿÿ ôHgDf˜Øi ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ <gDf˜'ˆÿÿ%`•Øi ˆÿÿ @gDf˜Øi ˆÿÿ%`•Øi ˆÿÿ DgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ HgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ LgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ PgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ TgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ XgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ \gDf˜Øi ˆÿÿ%`•Øi ˆÿÿ `gDf˜Øi ˆÿÿ%`•Øi ˆÿÿ dgDf˜Øi ˆÿÿ%`•Øi ˆÿÿ hgDf˜Øi ˆÿÿ%`•8d ˆÿÿ lgDf˜8d ˆÿÿ%`•¨l ˆÿÿ pgDf˜¨l ˆÿÿ%`•ha ˆÿÿ tgDf˜ha ˆÿÿ%`•` ˆÿÿ xgDf˜` ˆÿÿ%`•` ˆÿÿ |gDf˜` ˆÿÿ%`•ha ˆÿÿ €gDf˜ha ˆÿÿ%`•¨l ˆÿÿ „gDf˜¨l ˆÿÿ%`•8d ˆÿÿ ˆgDf˜8d ˆÿÿ%`•Øi ˆÿÿ ŒgDf˜Øi ˆÿÿ%`•Ðb ˆÿÿ gDf˜Ðb ˆÿÿ%`• e ˆÿÿ ”gDf˜ e ˆÿÿ%`•g ˆÿÿ ˜gDf˜g ˆÿÿ%`•ph ˆÿÿ œgDf˜ph ˆÿÿ%`•@k ˆÿÿ  gDf˜@k ˆÿÿ%`•n ˆÿÿ ¤gDf˜n ˆÿÿ%`•¨<™ˆÿÿ ¨gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ¬gDf˜>™ˆÿÿ%`•pŸ ˆÿÿ °gDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿ ´gDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿ ¸gDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿ ¼gDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿ ÀgDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿ ÄgDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿ ÈgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿ ÌgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿ ÐgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿ ÔgDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿ ØgDf˜~Ÿ ˆÿÿ%`• ˜ˆÿÿ àgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ ägDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ ègDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ ìgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ ðgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ ôgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ øgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ ügDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ gDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ gDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ gDf˜.˜ˆÿÿ%`•mˆÿÿ gDf˜mˆÿÿ%`•hmˆÿÿ gDf˜hmˆÿÿ%`•Ðmˆÿÿ gDf˜Ðmˆÿÿ%`•8mˆÿÿ gDf˜8mˆÿÿ%`• mˆÿÿ gDf˜ mˆÿÿ%`•mˆÿÿ gDf˜mˆÿÿ%`•pmˆÿÿ $gDf˜pmˆÿÿ%`•Ømˆÿÿ (gDf˜Ømˆÿÿ%`•@mˆÿÿ ,gDf˜@mˆÿÿ%`•¨mˆÿÿ 0gDf˜¨mˆÿÿ%`•mˆÿÿ 4gDf˜mˆÿÿ%`•Žˆÿÿ 8gDf˜Žˆÿÿ%`•hŽˆÿÿ <gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ @gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ DgDf˜8Žˆÿÿ%`• Žˆÿÿ HgDf˜ Žˆÿÿ%`•Žˆÿÿ LgDf˜Žˆÿÿ%`•pŽˆÿÿ PgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ TgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ XgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ \gDf˜¨ Žˆÿÿ%`•Žˆÿÿ `gDf˜Žˆÿÿ%`•>™ˆÿÿ dgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ hgDf˜¨<™ˆÿÿ%`•Ømˆÿÿ lgDf˜Ømˆÿÿ%`•pmˆÿÿ pgDf˜pmˆÿÿ%`•mˆÿÿ tgDf˜mˆÿÿ%`• mˆÿÿ xgDf˜ mˆÿÿ%`•8mˆÿÿ |gDf˜8mˆÿÿ%`•Ðmˆÿÿ €gDf˜Ðmˆÿÿ%`•hmˆÿÿ „gDf˜hmˆÿÿ%`•mˆÿÿ ˆgDf˜mˆÿÿ%`•à#ˆÿÿ ŒgDf˜à#ˆÿÿ%`•há#ˆÿÿ gDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ ”gDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ ˜gDf˜8ä#ˆÿÿ%`• å#ˆÿÿ œgDf˜ å#ˆÿÿ%`•ç#ˆÿÿ  gDf˜ç#ˆÿÿ%`•pè#ˆÿÿ ¤gDf˜pè#ˆÿÿ%`•Øé#ˆÿÿ ¨gDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿ ¬gDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿ °gDf˜¨ì#ˆÿÿ%`•î#ˆÿÿ ´gDf˜î#ˆÿÿ%`•`¶ ˆÿÿ ¸gDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿ ¼gDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿ ÀgDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿ ÄgDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿ ÈgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿ ÌgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿ ÐgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿ ÔgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿ ØgDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿ ÜgDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿ àgDf˜n¶ ˆÿÿ%`•¡ˆÿÿ ägDf˜¡ˆÿÿ%`•h¡ˆÿÿ ègDf˜h¡ˆÿÿ%`•Сˆÿÿ ìgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ ðgDf˜8¡ˆÿÿ%`• ¡ˆÿÿ ôgDf˜ ¡ˆÿÿ%`•¡ˆÿÿ øgDf˜¡ˆÿÿ%`•p¡ˆÿÿ ügDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ gDf˜¡ˆÿÿ%`•À%ˆÿÿ gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ $gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ (gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ ,gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ 0gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ 4gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ 8gDf˜Î%ˆÿÿ%`•À*ˆÿÿ <gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ @gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ DgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ HgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ LgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ PgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ TgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ XgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ \gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ `gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ dgDf˜Î*ˆÿÿ%`•ʈÿÿ hgDf˜Êˆÿÿ%`•h‘ʈÿÿ lgDf˜h‘ʈÿÿ%`•Вʈÿÿ pgDf˜Ð’ʈÿÿ%`•8”ʈÿÿ tgDf˜8”ʈÿÿ%`• •ʈÿÿ xgDf˜ •ʈÿÿ%`•—ʈÿÿ |gDf˜—ʈÿÿ%`•p˜Êˆÿÿ €gDf˜p˜Êˆÿÿ%`•ؙʈÿÿ „gDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ ˆgDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ ŒgDf˜¨œÊˆÿÿ%`•žÊˆÿÿ gDf˜žÊˆÿÿ%`•@ ˆÿÿ ”gDf˜@ ˆÿÿ%`•hA ˆÿÿ ˜gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ œgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ  gDf˜8D ˆÿÿ%`• E ˆÿÿ ¤gDf˜ E ˆÿÿ%`•G ˆÿÿ ¨gDf˜G ˆÿÿ%`•pH ˆÿÿ ¬gDf˜pH ˆÿÿ%`•ØI ˆÿÿ °gDf˜ØI ˆÿÿ%`•@K ˆÿÿ ´gDf˜@K ˆÿÿ%`•¨L ˆÿÿ ¸gDf˜¨L ˆÿÿ%`•N ˆÿÿ ¼gDf˜N ˆÿÿ%`•Å ˆÿÿ ÀgDf˜Å ˆÿÿ%`•hÅ ˆÿÿ ÄgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ ÈgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ ÌgDf˜8Å ˆÿÿ%`• Å ˆÿÿ ÐgDf˜ Å ˆÿÿ%`•Å ˆÿÿ ÔgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ ØgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ ÜgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ àgDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ ägDf˜¨Å ˆÿÿ%`•Å ˆÿÿ ègDf˜Å ˆÿÿ%`•P³ ˆÿÿ ìgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ ðgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ ôgDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿ øgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ ügDf˜ U³ ˆÿÿ%`•W³ ˆÿÿgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿgDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿgDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿgDf˜^³ ˆÿÿ%`•ðž ˆÿÿgDf˜ðž ˆÿÿ%`•hñž ˆÿÿgDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ gDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿ$gDf˜8ôž ˆÿÿ%`• õž ˆÿÿ(gDf˜ õž ˆÿÿ%`•÷ž ˆÿÿ,gDf˜÷ž ˆÿÿ%`•pøž ˆÿÿ0gDf˜pøž ˆÿÿ%`•Øùž ˆÿÿ4gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ8gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿ<gDf˜¨üž ˆÿÿ%`•þž ˆÿÿ@gDf˜þž ˆÿÿ%`•¨<™ˆÿÿDgDf˜¨<™ˆÿÿ%`•>™ˆÿÿHgDf˜>™ˆÿÿ%`•СˆÿÿLgDf˜Ð¡ˆÿÿ%`•h¡ˆÿÿPgDf˜h¡ˆÿÿ%`•¡ˆÿÿTgDf˜¡ˆÿÿ%`•€FˆÿÿXgDf˜€Fˆÿÿ%`•hFˆÿÿ\gDf˜hFˆÿÿ%`•ЂFˆÿÿ`gDf˜Ð‚Fˆÿÿ%`•8„FˆÿÿdgDf˜8„Fˆÿÿ%`• …FˆÿÿhgDf˜ …Fˆÿÿ%`•‡FˆÿÿlgDf˜‡Fˆÿÿ%`•pˆFˆÿÿpgDf˜pˆFˆÿÿ%`•؉FˆÿÿtgDf˜Ø‰Fˆÿÿ%`•@‹FˆÿÿxgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ|gDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ€gDf˜ŽFˆÿÿ%`•€3ˆÿÿ„gDf˜€3ˆÿÿ%`•h3ˆÿÿˆgDf˜h3ˆÿÿ%`•Ђ3ˆÿÿŒgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿgDf˜8„3ˆÿÿ%`• …3ˆÿÿ”gDf˜ …3ˆÿÿ%`•‡3ˆÿÿ˜gDf˜‡3ˆÿÿ%`•pˆ3ˆÿÿœgDf˜pˆ3ˆÿÿ%`•؉3ˆÿÿ gDf˜Ø‰3ˆÿÿ%`•@‹3ˆÿÿ¤gDf˜@‹3ˆÿÿ%`•¨Œ3ˆÿÿ¨gDf˜¨Œ3ˆÿÿ%`•Ž3ˆÿÿ¬gDf˜Ž3ˆÿÿ%`•pˆÿÿ°gDf˜pˆÿÿ%`•hqˆÿÿ´gDf˜hqˆÿÿ%`•Ðrˆÿÿ¸gDf˜Ðrˆÿÿ%`•8tˆÿÿ¼gDf˜8tˆÿÿ%`• uˆÿÿÀgDf˜ uˆÿÿ%`•wˆÿÿÄgDf˜wˆÿÿ%`•pxˆÿÿÈgDf˜pxˆÿÿ%`•ØyˆÿÿÌgDf˜Øyˆÿÿ%`•@{ˆÿÿÐgDf˜@{ˆÿÿ%`•¨|ˆÿÿÔgDf˜¨|ˆÿÿ%`•~ˆÿÿØgDf˜~ˆÿÿ%`•@ÚˆÿÿÜgDf˜@Úˆÿÿ%`•hAÚˆÿÿàgDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿägDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿègDf˜8DÚˆÿÿ%`• EÚˆÿÿìgDf˜ EÚˆÿÿ%`•GÚˆÿÿðgDf˜GÚˆÿÿ%`•pHÚˆÿÿôgDf˜pHÚˆÿÿ%`•ØIÚˆÿÿøgDf˜ØIÚˆÿÿ%`•@KÚˆÿÿügDf˜@KÚˆÿÿ%`•¨LÚˆÿÿgDf˜¨LÚˆÿÿ%`•NÚˆÿÿgDf˜NÚˆÿÿ%`•ÀȈÿÿgDf˜ÀȈÿÿ%`•hÁȈÿÿ gDf˜hÁȈÿÿ%`•ÐÂȈÿÿgDf˜ÐÂȈÿÿ%`•8ÄȈÿÿgDf˜8ÄȈÿÿ%`• ÅȈÿÿgDf˜ ÅȈÿÿ%`•ÇȈÿÿgDf˜ÇȈÿÿ%`•pÈȈÿÿ gDf˜pÈȈÿÿ%`•ØÉȈÿÿ$gDf˜ØÉȈÿÿ%`•@ËȈÿÿ(gDf˜@ËȈÿÿ%`•¨ÌȈÿÿ,gDf˜¨ÌȈÿÿ%`•ÎȈÿÿ0gDf˜ÎȈÿÿ%`•Žˆÿÿ4gDf˜Žˆÿÿ%`•hŽˆÿÿ8gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ<gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ@gDf˜8Žˆÿÿ%`• ŽˆÿÿDgDf˜ Žˆÿÿ%`•ŽˆÿÿHgDf˜Žˆÿÿ%`•pŽˆÿÿLgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿPgDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿTgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿXgDf˜¨ Žˆÿÿ%`•Žˆÿÿ\gDf˜Žˆÿÿ%`•…ˆÿÿ`gDf˜…ˆÿÿ%`•h…ˆÿÿdgDf˜h…ˆÿÿ%`•Ð…ˆÿÿhgDf˜Ð…ˆÿÿ%`•8…ˆÿÿlgDf˜8…ˆÿÿ%`• …ˆÿÿpgDf˜ …ˆÿÿ%`•…ˆÿÿtgDf˜…ˆÿÿ%`•p…ˆÿÿxgDf˜p…ˆÿÿ%`•Ø …ˆÿÿ|gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ€gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ„gDf˜¨ …ˆÿÿ%`•…ˆÿÿˆgDf˜…ˆÿÿ%`•¡ˆÿÿŒgDf˜¡ˆÿÿ%`•¨¡ˆÿÿgDf˜¨¡ˆÿÿ%`•@¡ˆÿÿ”gDf˜@¡ˆÿÿ%`•Ø¡ˆÿÿ˜gDf˜Ø¡ˆÿÿ%`•p¡ˆÿÿœgDf˜p¡ˆÿÿ%`•¡ˆÿÿ gDf˜¡ˆÿÿ%`• ¡ˆÿÿ¤gDf˜ ¡ˆÿÿ%`•8¡ˆÿÿ¨gDf˜8¡ˆÿÿ%`•h‘ʈÿÿ¬gDf˜h‘ʈÿÿ%`•ʈÿÿ°gDf˜Êˆÿÿ%`•€&ˆÿÿ´gDf˜€&ˆÿÿ%`•h&ˆÿÿ¸gDf˜h&ˆÿÿ%`•Ђ&ˆÿÿ¼gDf˜Ð‚&ˆÿÿ%`•8„&ˆÿÿÀgDf˜8„&ˆÿÿ%`• …&ˆÿÿÄgDf˜ …&ˆÿÿ%`•‡&ˆÿÿÈgDf˜‡&ˆÿÿ%`•pˆ&ˆÿÿÌgDf˜pˆ&ˆÿÿ%`•؉&ˆÿÿÐgDf˜Ø‰&ˆÿÿ%`•@‹&ˆÿÿÔgDf˜@‹&ˆÿÿ%`•¨Œ&ˆÿÿØgDf˜¨Œ&ˆÿÿ%`•Ž&ˆÿÿÜgDf˜Ž&ˆÿÿ%`•`2 ˆÿÿägDf˜`2 ˆÿÿ%`•ha2 ˆÿÿègDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿìgDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿðgDf˜8d2 ˆÿÿ%`• e2 ˆÿÿôgDf˜ e2 ˆÿÿ%`•g2 ˆÿÿøgDf˜g2 ˆÿÿ%`•ph2 ˆÿÿügDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿgDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿgDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿgDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿ gDf˜n2 ˆÿÿ%`•žÊˆÿÿgDf˜žÊˆÿÿ%`•¨œÊˆÿÿgDf˜¨œÊˆÿÿ%`•@›ÊˆÿÿgDf˜@›Êˆÿÿ%`•ؙʈÿÿgDf˜Ø™Êˆÿÿ%`•p˜Êˆÿÿ gDf˜p˜Êˆÿÿ%`•—ʈÿÿ$gDf˜—ʈÿÿ%`• •ʈÿÿ(gDf˜ •ʈÿÿ%`•8”ʈÿÿ,gDf˜8”ʈÿÿ%`•Вʈÿÿ0gDf˜Ð’ʈÿÿ%`•P³ ˆÿÿ4gDf˜P³ ˆÿÿ%`•Ðîˆÿÿ8gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ<gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ@gDf˜ÐÒîˆÿÿ%`•8ÔîˆÿÿDgDf˜8Ôîˆÿÿ%`• ÕîˆÿÿHgDf˜ Õîˆÿÿ%`•×îˆÿÿLgDf˜×îˆÿÿ%`•pØîˆÿÿPgDf˜pØîˆÿÿ%`•ØÙîˆÿÿTgDf˜ØÙîˆÿÿ%`•@ÛîˆÿÿXgDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ\gDf˜¨Üîˆÿÿ%`•Þîˆÿÿ`gDf˜Þîˆÿÿ%`•àAˆÿÿdgDf˜àAˆÿÿ%`•háAˆÿÿhgDf˜háAˆÿÿ%`•ÐâAˆÿÿlgDf˜ÐâAˆÿÿ%`•@ëAˆÿÿpügDf˜@ëAˆÿÿ%`•¨ìAˆÿÿlxgDf˜¨ìAˆÿÿ%`•îAˆÿÿèügDf˜îAˆÿÿ%`•^³ ˆÿÿäügDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿàgDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿìügDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿè4gDf˜ØY³ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•çAˆÿÿgDf˜çAˆÿÿ%`•8äAˆÿÿgDf˜8äAˆÿÿ%`•ØéAˆÿÿ}DgDf˜ØéAˆÿÿ%`• åAˆÿÿ}LgDf˜ åAˆÿÿ%`•pèAˆÿÿáìgDf˜pèAˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•^³ ˆÿÿ gDf˜^³ ˆÿÿ%`•P³ ˆÿÿ gDf˜P³ ˆÿÿ%`•^³ ˆÿÿáðgDf˜^³ ˆÿÿ%`•ØY³ ˆÿÿâgDf˜ØY³ ˆÿÿ%`•ØY³ ˆÿÿ gDf˜ØY³ ˆÿÿ%`•ØY³ ˆÿÿâ8gDf˜ØY³ ˆÿÿ%`•ØY³ ˆÿÿ gDf˜ØY³ ˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`• ]ˆÿÿõ€gDf˜ ]ˆÿÿ%`•p¨]ˆÿÿö„gDf˜p¨]ˆÿÿ%`•8¤]ˆÿÿöДgDf˜8¤]ˆÿÿ%`•h¡]ˆÿÿ÷dügDf˜h¡]ˆÿÿ%`•Т]ˆÿÿù`gDf˜Ð¢]ˆÿÿ%`• ¥]ˆÿÿ gDf˜ ¥]ˆÿÿ%`•§]ˆÿÿ ügDf˜§]ˆÿÿ%`•Ø©]ˆÿÿ ˜gDf˜Ø©]ˆÿÿ%`•@«]ˆÿÿ ¬ügDf˜@«]ˆÿÿ%`•¨¬]ˆÿÿ¨\gDf˜¨¬]ˆÿÿ%`•Àµˆÿÿ gDf˜Àµˆÿÿ%`•®]ˆÿÿo¸xgDf˜®]ˆÿÿ%`•W³ ˆÿÿƒ,gDf˜W³ ˆÿÿ%`•ØY³ ˆÿÿƒ8gDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿgDf˜pX³ ˆÿÿ%`•¨\³ ˆÿÿgDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿ‘gDf˜@[³ ˆÿÿ%`• U³ ˆÿÿ˜gDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿ™ gDf˜8T³ ˆÿÿ%`•ÐR³ ˆÿÿ gDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ¡gDf˜hQ³ ˆÿÿ%`•^³ ˆÿÿâHgDf˜^³ ˆÿÿ%`•P³ ˆÿÿâTLgDf˜P³ ˆÿÿ%`•Àµˆÿÿ gDf˜Àµˆÿÿ%`•Àµˆÿÿ gDf˜Àµˆÿÿ%`•hÁµˆÿÿ$ÈgDf˜hÁµˆÿÿ%`•еˆÿÿðügDf˜Ðµˆÿÿ%`•8ĵˆÿÿì¤gDf˜8ĵˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•hƈÿÿ”PgDf˜hƈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•hƈÿÿègDf˜hƈÿÿ%`•ƈÿÿôDgDf˜Æˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 8gDf˜'ˆÿÿ%`•ƈÿÿ <ügDf˜Æˆÿÿ%`•hƈÿÿ"8¼gDf˜hƈÿÿ%`•8ƈÿÿ#ø gDf˜8ƈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•8ƈÿÿ$ügDf˜8ƈÿÿ%`•hƈÿÿ&ôgDf˜hƈÿÿ%`•ƈÿÿ'üügDf˜Æˆÿÿ%`•ÐÆˆÿÿ)øgDf˜Ðƈÿÿ%`• Æˆÿÿ)üügDf˜ Æˆÿÿ%`•ƈÿÿ+øgDf˜Æˆÿÿ%`•pƈÿÿ,ügDf˜pƈÿÿ%`•Ø Æˆÿÿ-ügDf˜Ø ƈÿÿ%`•@ ƈÿÿ.ügDf˜@ ƈÿÿ%`•¨ ƈÿÿ/ügDf˜¨ ƈÿÿ%`•ƈÿÿ0ügDf˜Æˆÿÿ%`•>™ˆÿÿ2gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2xgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2|gDf˜'ˆÿÿ%`•Тû ˆÿÿzDgDf˜Ð¢û ˆÿÿ%`•h¡û ˆÿÿ}ôgDf˜h¡û ˆÿÿ%`• û ˆÿÿ¸gDf˜ û ˆÿÿ%`• û ˆÿÿ gDf˜ û ˆÿÿ%`• û ˆÿÿz4gDf˜ û ˆÿÿ%`•h¡û ˆÿÿzX(gDf˜h¡û ˆÿÿ%`•Тû ˆÿÿz” gDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿÜgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿã8ügDf˜ ¥û ˆÿÿ%`•§û ˆÿÿå4ügDf˜§û ˆÿÿ%`•p¨û ˆÿÿç0ügDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿé,gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿê8PgDf˜@«û ˆÿÿ%`•@«û ˆÿÿ gDf˜@«û ˆÿÿ%`•@«û ˆÿÿ2€gDf˜@«û ˆÿÿ%`•Ø©û ˆÿÿ2„ gDf˜Ø©û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2¤gDf˜'ˆÿÿ%`•Ø©û ˆÿÿ2¨$gDf˜Ø©û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ÌgDf˜'ˆÿÿ%`•Ø©û ˆÿÿ2Ð$gDf˜Ø©û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ôgDf˜'ˆÿÿ%`•Ø©û ˆÿÿ2øgDf˜Ø©û ˆÿÿ%`• û ˆÿÿ2ügDf˜ û ˆÿÿ%`•8¤û ˆÿÿ3gDf˜8¤û ˆÿÿ%`•Тû ˆÿÿ3gDf˜Ð¢û ˆÿÿ%`•h¡û ˆÿÿ3gDf˜h¡û ˆÿÿ%`•@«û ˆÿÿ3 gDf˜@«û ˆÿÿ%`• ¥û ˆÿÿ3gDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ3gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ3gDf˜p¨û ˆÿÿ%`•¨¬û ˆÿÿ3gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ3 gDf˜®û ˆÿÿ%`•¨<™ˆÿÿ3$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ3(gDf˜>™ˆÿÿ%`•Pˆÿÿ3,gDf˜Pˆÿÿ%`•hQˆÿÿ30gDf˜hQˆÿÿ%`•ÐRˆÿÿ34gDf˜ÐRˆÿÿ%`•8Tˆÿÿ38gDf˜8Tˆÿÿ%`• Uˆÿÿ3<gDf˜ Uˆÿÿ%`•Wˆÿÿ3@gDf˜Wˆÿÿ%`•pXˆÿÿ3DgDf˜pXˆÿÿ%`•ØYˆÿÿ3HgDf˜ØYˆÿÿ%`•@[ˆÿÿ3LgDf˜@[ˆÿÿ%`•¨\ˆÿÿ3PgDf˜¨\ˆÿÿ%`•^ˆÿÿ3TgDf˜^ˆÿÿ%`•ˆÿÿ3XgDf˜ˆÿÿ%`•h‘ˆÿÿ3\gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ3`gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ3dgDf˜8”ˆÿÿ%`• •ˆÿÿ3hgDf˜ •ˆÿÿ%`•—ˆÿÿ3lgDf˜—ˆÿÿ%`•p˜ˆÿÿ3pgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ3tgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ3xgDf˜@›ˆÿÿ%`•¨œˆÿÿ3|gDf˜¨œˆÿÿ%`•žˆÿÿ3€gDf˜žˆÿÿ%`•+ˆÿÿ3„gDf˜+ˆÿÿ%`•h‘+ˆÿÿ3ˆgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ3ŒgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ3gDf˜8”+ˆÿÿ%`• •+ˆÿÿ3”gDf˜ •+ˆÿÿ%`•—+ˆÿÿ3˜gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ3œgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ3 gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ3¤gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ3¨gDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ3¬gDf˜ž+ˆÿÿ%`•P^ ˆÿÿ3°gDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿ3´gDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿ3¸gDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿ3¼gDf˜8T^ ˆÿÿ%`• U^ ˆÿÿ3ÀgDf˜ U^ ˆÿÿ%`•W^ ˆÿÿ3ÄgDf˜W^ ˆÿÿ%`•pX^ ˆÿÿ3ÈgDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿ3ÌgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿ3ÐgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿ3ÔgDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿ3ØgDf˜^^ ˆÿÿ%`•pˆÿÿ3ÜgDf˜pˆÿÿ%`•hqˆÿÿ3àgDf˜hqˆÿÿ%`•Ðrˆÿÿ3ägDf˜Ðrˆÿÿ%`•8tˆÿÿ3ègDf˜8tˆÿÿ%`• uˆÿÿ3ìgDf˜ uˆÿÿ%`•wˆÿÿ3ðgDf˜wˆÿÿ%`•pxˆÿÿ3ôgDf˜pxˆÿÿ%`•Øyˆÿÿ3øgDf˜Øyˆÿÿ%`•@{ˆÿÿ3ügDf˜@{ˆÿÿ%`•¨|ˆÿÿ4gDf˜¨|ˆÿÿ%`•~ˆÿÿ4gDf˜~ˆÿÿ%`•@ñ ˆÿÿ4 gDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿ4gDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿ4gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ4gDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿ4gDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿ4 gDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿ4$gDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿ4(gDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿ4,gDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿ40gDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿ44gDf˜Nñ ˆÿÿ%`•à#ˆÿÿ48gDf˜à#ˆÿÿ%`•há#ˆÿÿ4<gDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ4@gDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ4DgDf˜8ä#ˆÿÿ%`• å#ˆÿÿ4HgDf˜ å#ˆÿÿ%`•ç#ˆÿÿ4LgDf˜ç#ˆÿÿ%`•pè#ˆÿÿ4PgDf˜pè#ˆÿÿ%`•Øé#ˆÿÿ4TgDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿ4XgDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿ4\gDf˜¨ì#ˆÿÿ%`•î#ˆÿÿ4`gDf˜î#ˆÿÿ%`•PÚˆÿÿ4dgDf˜PÚˆÿÿ%`•hQÚˆÿÿ4hgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ4lgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ4pgDf˜8TÚˆÿÿ%`• UÚˆÿÿ4tgDf˜ UÚˆÿÿ%`•WÚˆÿÿ4xgDf˜WÚˆÿÿ%`•pXÚˆÿÿ4|gDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ4€gDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ4„gDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ4ˆgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ4ŒgDf˜^Úˆÿÿ%`•`´ˆÿÿ4gDf˜`´ˆÿÿ%`•ha´ˆÿÿ4”gDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ4˜gDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ4œgDf˜8d´ˆÿÿ%`• e´ˆÿÿ4 gDf˜ e´ˆÿÿ%`•g´ˆÿÿ4¤gDf˜g´ˆÿÿ%`•ph´ˆÿÿ4¨gDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ4¬gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ4°gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ4´gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ4¸gDf˜n´ˆÿÿ%`•Àù ˆÿÿ4¼gDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ4ÀgDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ4ÄgDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ4ÈgDf˜8Äù ˆÿÿ%`• Åù ˆÿÿ4ÌgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ4ÐgDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ4ÔgDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ4ØgDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ4ÜgDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿ4àgDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ4ägDf˜Îù ˆÿÿ%`• þ ˆÿÿ4ègDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ4ìgDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ4ðgDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ4ôgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ4øgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ4ügDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ5gDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ5gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ5gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ5 gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ5gDf˜®þ ˆÿÿ%`•p¹ˆÿÿ5gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ5gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ5gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ5 gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ5$gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ5(gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ5,gDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ50gDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ54gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ58gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ5<gDf˜~¹ˆÿÿ%`•À+ˆÿÿ5@gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ5DgDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ5HgDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ5LgDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ5PgDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ5TgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ5XgDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ5\gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ5`gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ5dgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ5hgDf˜Î+ˆÿÿ%`•@*ˆÿÿ5lgDf˜@*ˆÿÿ%`•hA*ˆÿÿ5pgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ5tgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ5xgDf˜8D*ˆÿÿ%`• E*ˆÿÿ5|gDf˜ E*ˆÿÿ%`•G*ˆÿÿ5€gDf˜G*ˆÿÿ%`•pH*ˆÿÿ5„gDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ5ˆgDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ5ŒgDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ5gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ5”gDf˜N*ˆÿÿ%`•>™ˆÿÿ5˜gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ5œgDf˜¨<™ˆÿÿ%`•Ø™ˆÿÿ5 gDf˜Ø™ˆÿÿ%`•p˜ˆÿÿ5¤gDf˜p˜ˆÿÿ%`•—ˆÿÿ5¨gDf˜—ˆÿÿ%`• •ˆÿÿ5¬gDf˜ •ˆÿÿ%`•8”ˆÿÿ5°gDf˜8”ˆÿÿ%`•Ð’ˆÿÿ5´gDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ5¸gDf˜h‘ˆÿÿ%`•ˆÿÿ5¼gDf˜ˆÿÿ%`•€6ˆÿÿ5ÀgDf˜€6ˆÿÿ%`•h6ˆÿÿ5ÄgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ5ÈgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ5ÌgDf˜8„6ˆÿÿ%`• …6ˆÿÿ5ÐgDf˜ …6ˆÿÿ%`•‡6ˆÿÿ5ÔgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ5ØgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ5ÜgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ5àgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ5ägDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ5ègDf˜Ž6ˆÿÿ%`•é ˆÿÿ5ìgDf˜é ˆÿÿ%`•hé ˆÿÿ5ðgDf˜hé ˆÿÿ%`•Ðé ˆÿÿ5ôgDf˜Ðé ˆÿÿ%`•8é ˆÿÿ5øgDf˜8é ˆÿÿ%`• é ˆÿÿ5ügDf˜ é ˆÿÿ%`•é ˆÿÿ6gDf˜é ˆÿÿ%`•pé ˆÿÿ6gDf˜pé ˆÿÿ%`•Ø é ˆÿÿ6gDf˜Ø é ˆÿÿ%`•@ é ˆÿÿ6 gDf˜@ é ˆÿÿ%`•¨ é ˆÿÿ6gDf˜¨ é ˆÿÿ%`•é ˆÿÿ6gDf˜é ˆÿÿ%`•žˆÿÿ6gDf˜žˆÿÿ%`•¨œˆÿÿ6gDf˜¨œˆÿÿ%`•@›ˆÿÿ6 gDf˜@›ˆÿÿ%`•pxˆÿÿ6$gDf˜pxˆÿÿ%`•wˆÿÿ6(gDf˜wˆÿÿ%`• uˆÿÿ6,gDf˜ uˆÿÿ%`•8tˆÿÿ60gDf˜8tˆÿÿ%`•Ðrˆÿÿ64gDf˜Ðrˆÿÿ%`•hqˆÿÿ68gDf˜hqˆÿÿ%`•pˆÿÿ6<gDf˜pˆÿÿ%`•À%ˆÿÿ6@gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ6DgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ6HgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ6LgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ6PgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ6TgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ6XgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ6\gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ6`gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ6dgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ6hgDf˜Î%ˆÿÿ%`•Àˆÿÿ6lgDf˜Àˆÿÿ%`•hÁˆÿÿ6pgDf˜hÁˆÿÿ%`•Јÿÿ6tgDf˜Ðˆÿÿ%`•8Ĉÿÿ6xgDf˜8Ĉÿÿ%`• Åˆÿÿ6|gDf˜ Åˆÿÿ%`•Ljÿÿ6€gDf˜Çˆÿÿ%`•pȈÿÿ6„gDf˜pȈÿÿ%`•ØÉˆÿÿ6ˆgDf˜ØÉˆÿÿ%`•@ˈÿÿ6ŒgDf˜@ˈÿÿ%`•¨Ìˆÿÿ6gDf˜¨Ìˆÿÿ%`•Έÿÿ6”gDf˜Îˆÿÿ%`•~ˆÿÿ6˜gDf˜~ˆÿÿ%`•¨|ˆÿÿ6œgDf˜¨|ˆÿÿ%`•@{ˆÿÿ6 gDf˜@{ˆÿÿ%`•Øyˆÿÿ6¤gDf˜Øyˆÿÿ%`•WÚˆÿÿ6¨gDf˜WÚˆÿÿ%`• UÚˆÿÿ6¬gDf˜ UÚˆÿÿ%`•8TÚˆÿÿ6°gDf˜8TÚˆÿÿ%`•ÐRÚˆÿÿ6´gDf˜ÐRÚˆÿÿ%`•hQÚˆÿÿ6¸gDf˜hQÚˆÿÿ%`•PÚˆÿÿ6¼gDf˜PÚˆÿÿ%`•pñ ˆÿÿ6ÀgDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ6ÄgDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿ6ÈgDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿ6ÌgDf˜8tñ ˆÿÿ%`• uñ ˆÿÿ6ÐgDf˜ uñ ˆÿÿ%`•wñ ˆÿÿ6ÔgDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ6ØgDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿ6ÜgDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ6àgDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ6ägDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ6ègDf˜~ñ ˆÿÿ%`•à#ˆÿÿ6ìgDf˜à#ˆÿÿ%`•há#ˆÿÿ6ðgDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ6ôgDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ6øgDf˜8ä#ˆÿÿ%`• å#ˆÿÿ6ügDf˜ å#ˆÿÿ%`•ç#ˆÿÿ7gDf˜ç#ˆÿÿ%`•pè#ˆÿÿ7gDf˜pè#ˆÿÿ%`•Øé#ˆÿÿ7gDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿ7 gDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿ7gDf˜¨ì#ˆÿÿ%`•î#ˆÿÿ7gDf˜î#ˆÿÿ%`•^Úˆÿÿ7gDf˜^Úˆÿÿ%`•¨\Úˆÿÿ7gDf˜¨\Úˆÿÿ%`•@[Úˆÿÿ7 gDf˜@[Úˆÿÿ%`•ØYÚˆÿÿ7$gDf˜ØYÚˆÿÿ%`•pXÚˆÿÿ7(gDf˜pXÚˆÿÿ%`• ¥þ ˆÿÿ7,gDf˜ ¥þ ˆÿÿ%`•8¤þ ˆÿÿ70gDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿ74gDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿ78gDf˜h¡þ ˆÿÿ%`• þ ˆÿÿ7<gDf˜ þ ˆÿÿ%`•Àù ˆÿÿ7@gDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ7DgDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ7HgDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ7LgDf˜8Äù ˆÿÿ%`• Åù ˆÿÿ7PgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ7TgDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ7XgDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ7\gDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ7`gDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿ7dgDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ7hgDf˜Îù ˆÿÿ%`•@ÿ ˆÿÿ7lgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ7pgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ7tgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ7xgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ7|gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ7€gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ7„gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ7ˆgDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ7ŒgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ7gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ7”gDf˜Nÿ ˆÿÿ%`•®þ ˆÿÿ7˜gDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿ7œgDf˜¨¬þ ˆÿÿ%`•@«þ ˆÿÿ7 gDf˜@«þ ˆÿÿ%`•Ø©þ ˆÿÿ7¤gDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿ7¨gDf˜p¨þ ˆÿÿ%`•§þ ˆÿÿ7¬gDf˜§þ ˆÿÿ%`•8D*ˆÿÿ7°gDf˜8D*ˆÿÿ%`•ÐB*ˆÿÿ7´gDf˜ÐB*ˆÿÿ%`•hA*ˆÿÿ7¸gDf˜hA*ˆÿÿ%`•@*ˆÿÿ7¼gDf˜@*ˆÿÿ%`•0#ˆÿÿ7ÀgDf˜0#ˆÿÿ%`•h1#ˆÿÿ7ÄgDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿ7ÈgDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ7ÌgDf˜84#ˆÿÿ%`• 5#ˆÿÿ7ÐgDf˜ 5#ˆÿÿ%`•7#ˆÿÿ7ÔgDf˜7#ˆÿÿ%`•p8#ˆÿÿ7ØgDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿ7ÜgDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿ7àgDf˜@;#ˆÿÿ%`•¨<#ˆÿÿ7ägDf˜¨<#ˆÿÿ%`•>#ˆÿÿ7ègDf˜>#ˆÿÿ%`• ˆÿÿ7ìgDf˜ ˆÿÿ%`•h¡ˆÿÿ7ðgDf˜h¡ˆÿÿ%`•Тˆÿÿ7ôgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ7øgDf˜8¤ˆÿÿ%`• ¥ˆÿÿ7ügDf˜ ¥ˆÿÿ%`•§ˆÿÿ8gDf˜§ˆÿÿ%`•p¨ˆÿÿ8gDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ8 gDf˜Ø©ˆÿÿ%`•@«ˆÿÿ8gDf˜@«ˆÿÿ%`•¨¬ˆÿÿ8gDf˜¨¬ˆÿÿ%`•®ˆÿÿ8gDf˜®ˆÿÿ%`•N*ˆÿÿ8gDf˜N*ˆÿÿ%`•¨L*ˆÿÿ8 gDf˜¨L*ˆÿÿ%`•@K*ˆÿÿ8$gDf˜@K*ˆÿÿ%`•ØI*ˆÿÿ8(gDf˜ØI*ˆÿÿ%`•pH*ˆÿÿ8,gDf˜pH*ˆÿÿ%`•G*ˆÿÿ80gDf˜G*ˆÿÿ%`• E*ˆÿÿ84gDf˜ E*ˆÿÿ%`•¨<™ˆÿÿ88gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8<gDf˜>™ˆÿÿ%`•ˆÿÿ8@gDf˜ˆÿÿ%`•h‘ˆÿÿ8DgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ8HgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ8LgDf˜8”ˆÿÿ%`• •ˆÿÿ8PgDf˜ •ˆÿÿ%`•—ˆÿÿ8TgDf˜—ˆÿÿ%`•p˜ˆÿÿ8XgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ8\gDf˜Ø™ˆÿÿ%`•8é ˆÿÿ8`gDf˜8é ˆÿÿ%`•Ðé ˆÿÿ8dgDf˜Ðé ˆÿÿ%`•hé ˆÿÿ8hgDf˜hé ˆÿÿ%`•é ˆÿÿ8lgDf˜é ˆÿÿ%`•pˆÿÿ8pgDf˜pˆÿÿ%`•hqˆÿÿ8tgDf˜hqˆÿÿ%`•Ðrˆÿÿ8xgDf˜Ðrˆÿÿ%`•8tˆÿÿ8|gDf˜8tˆÿÿ%`• uˆÿÿ8€gDf˜ uˆÿÿ%`•wˆÿÿ8„gDf˜wˆÿÿ%`•pxˆÿÿ8ˆgDf˜pxˆÿÿ%`•Øyˆÿÿ8ŒgDf˜Øyˆÿÿ%`•@{ˆÿÿ8gDf˜@{ˆÿÿ%`•¨|ˆÿÿ8”gDf˜¨|ˆÿÿ%`•~ˆÿÿ8˜gDf˜~ˆÿÿ%`•é ˆÿÿ8œgDf˜é ˆÿÿ%`•¨ é ˆÿÿ8 gDf˜¨ é ˆÿÿ%`•@ é ˆÿÿ8¤gDf˜@ é ˆÿÿ%`•Ø é ˆÿÿ8¨gDf˜Ø é ˆÿÿ%`•pé ˆÿÿ8¬gDf˜pé ˆÿÿ%`•é ˆÿÿ8°gDf˜é ˆÿÿ%`• é ˆÿÿ8´gDf˜ é ˆÿÿ%`•@›ˆÿÿ8¸gDf˜@›ˆÿÿ%`•¨œˆÿÿ8¼gDf˜¨œˆÿÿ%`•žˆÿÿ8ÀgDf˜žˆÿÿ%`•pˆÿÿ8ÄgDf˜pˆÿÿ%`•hqˆÿÿ8ÈgDf˜hqˆÿÿ%`•Ðrˆÿÿ8ÌgDf˜Ðrˆÿÿ%`•8tˆÿÿ8ÐgDf˜8tˆÿÿ%`• uˆÿÿ8ÔgDf˜ uˆÿÿ%`•wˆÿÿ8ØgDf˜wˆÿÿ%`•pxˆÿÿ8ÜgDf˜pxˆÿÿ%`•8Ĉÿÿ8àgDf˜8Ĉÿÿ%`•Јÿÿ8ägDf˜Ðˆÿÿ%`•hÁˆÿÿ8ègDf˜hÁˆÿÿ%`•Àˆÿÿ8ìgDf˜Àˆÿÿ%`•°Gˆÿÿ8ðgDf˜°Gˆÿÿ%`•h±Gˆÿÿ8ôgDf˜h±Gˆÿÿ%`•вGˆÿÿ8øgDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ8ügDf˜8´Gˆÿÿ%`• µGˆÿÿ9gDf˜ µGˆÿÿ%`•·Gˆÿÿ9gDf˜·Gˆÿÿ%`•p¸Gˆÿÿ9gDf˜p¸Gˆÿÿ%`•عGˆÿÿ9 gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ9gDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ9gDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ9gDf˜¾Gˆÿÿ%`•Έÿÿ9gDf˜Îˆÿÿ%`•¨Ìˆÿÿ9 gDf˜¨Ìˆÿÿ%`•@ˈÿÿ9$gDf˜@ˈÿÿ%`•ØÉˆÿÿ9(gDf˜ØÉˆÿÿ%`•pȈÿÿ9,gDf˜pȈÿÿ%`•Ljÿÿ90gDf˜Çˆÿÿ%`• Åˆÿÿ94gDf˜ Åˆÿÿ%`•Øyˆÿÿ98gDf˜Øyˆÿÿ%`•@{ˆÿÿ9<gDf˜@{ˆÿÿ%`•¨|ˆÿÿ9@gDf˜¨|ˆÿÿ%`•~ˆÿÿ9DgDf˜~ˆÿÿ%`•PÚˆÿÿ9HgDf˜PÚˆÿÿ%`•hQÚˆÿÿ9LgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ9PgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ9TgDf˜8TÚˆÿÿ%`• UÚˆÿÿ9XgDf˜ UÚˆÿÿ%`•WÚˆÿÿ9\gDf˜WÚˆÿÿ%`•8ä#ˆÿÿ9`gDf˜8ä#ˆÿÿ%`•Ðâ#ˆÿÿ9dgDf˜Ðâ#ˆÿÿ%`•há#ˆÿÿ9hgDf˜há#ˆÿÿ%`•à#ˆÿÿ9lgDf˜à#ˆÿÿ%`•p– ˆÿÿ9pgDf˜p– ˆÿÿ%`•hq– ˆÿÿ9tgDf˜hq– ˆÿÿ%`•Ðr– ˆÿÿ9xgDf˜Ðr– ˆÿÿ%`•¨ì#ˆÿÿ9|ügDf˜¨ì#ˆÿÿ%`•@ë#ˆÿÿ;x”gDf˜@ë#ˆÿÿ%`•Øé#ˆÿÿ<ügDf˜Øé#ˆÿÿ%`•pè#ˆÿÿ> ügDf˜pè#ˆÿÿ%`•ç#ˆÿÿ@gDf˜ç#ˆÿÿ%`• å#ˆÿÿ@ügDf˜ å#ˆÿÿ%`•pXÚˆÿÿBÄgDf˜pXÚˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Øy– ˆÿÿgDf˜Øy– ˆÿÿ%`•8t– ˆÿÿgDf˜8t– ˆÿÿ%`•px– ˆÿÿgDf˜px– ˆÿÿ%`•@{– ˆÿÿ  gDf˜@{– ˆÿÿ%`• u– ˆÿÿz€gDf˜ u– ˆÿÿ%`•¨|– ˆÿÿ}xgDf˜¨|– ˆÿÿ%`•~– ˆÿÿ}ÜgDf˜~– ˆÿÿ%`•w– ˆÿÿê0gDf˜w– ˆÿÿ%`•î#ˆÿÿ누gDf˜î#ˆÿÿ%`•'ˆÿÿBÔgDf˜'ˆÿÿ%`•8TÚˆÿÿ gDf˜8TÚˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿz<gDf˜¨<™ˆÿÿ%`•PÚˆÿÿzˆ gDf˜PÚˆÿÿ%`•hQÚˆÿÿ{4<gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ{„ gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ|ÔgDf˜8TÚˆÿÿ%`• UÚˆÿÿ|ø$gDf˜ UÚˆÿÿ%`•WÚˆÿÿ}`gDf˜WÚˆÿÿ%`•pXÚˆÿÿÔgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿø gDf˜ØYÚˆÿÿ%`•@[ÚˆÿÿáÈ$gDf˜@[Úˆÿÿ%`•¨\Úˆÿÿáø gDf˜¨\Úˆÿÿ%`•^Úˆÿÿâ ,gDf˜^Úˆÿÿ%`•€ºˆÿÿâPgDf˜€ºˆÿÿ%`•hºˆÿÿâ ˜gDf˜hºˆÿÿ%`•Ђºˆÿÿí8ügDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿï4ügDf˜8„ºˆÿÿ%`• …ºˆÿÿñ0ügDf˜ …ºˆÿÿ%`•‡ºˆÿÿó,ügDf˜‡ºˆÿÿ%`•pˆºˆÿÿõ(gDf˜pˆºˆÿÿ%`•؉ºˆÿÿõ@ügDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ÷<ügDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿù8,gDf˜¨Œºˆÿÿ%`•Žºˆÿÿùl°gDf˜Žºˆÿÿ%`•Žºˆÿÿ gDf˜Žºˆÿÿ%`•¨Œºˆÿÿ¤,gDf˜¨Œºˆÿÿ%`•@‹ºˆÿÿÔügDf˜@‹ºˆÿÿ%`•؉ºˆÿÿÐgDf˜Ø‰ºˆÿÿ%`•ŽºˆÿÿBØ gDf˜Žºˆÿÿ%`•ŽºˆÿÿÔ gDf˜Žºˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•h1¡ˆÿÿÿHgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿgDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ4 gDf˜84¡ˆÿÿ%`•84¡ˆÿÿxgDf˜84¡ˆÿÿ%`•Ð2¡ˆÿÿ|gDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•Ð2¡ˆÿÿ¨gDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•Ð2¡ˆÿÿÀgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿØgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿôàgDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿÜœgDf˜84¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•84¡ˆÿÿ gDf˜84¡ˆÿÿ%`•84¡ˆÿÿz4gDf˜84¡ˆÿÿ%`•Ð2¡ˆÿÿzXgDf˜Ð2¡ˆÿÿ%`•h1¡ˆÿÿzxgDf˜h1¡ˆÿÿ%`•h1¡ˆÿÿ|gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ€gDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿ”gDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•Ð2¡ˆÿÿ¬gDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿÄgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿÜgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿøŒgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ „gDf˜'ˆÿÿ%`•Ð2¡ˆÿÿzHgDf˜Ð2¡ˆÿÿ%`•h1¡ˆÿÿ{”gDf˜h1¡ˆÿÿ%`•7¡ˆÿÿ{´ gDf˜7¡ˆÿÿ%`•7¡ˆÿÿ ˆgDf˜7¡ˆÿÿ%`•h1¡ˆÿÿ ŒgDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ œgDf˜'ˆÿÿ%`•h1¡ˆÿÿ  gDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ´gDf˜'ˆÿÿ%`•h1¡ˆÿÿ ¸gDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÌgDf˜'ˆÿÿ%`•h1¡ˆÿÿ ÐgDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ägDf˜'ˆÿÿ%`•h1¡ˆÿÿ ègDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•h1¡ˆÿÿ ØgDf˜h1¡ˆÿÿ%`• 5¡ˆÿÿ à„gDf˜ 5¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ dgDf˜'ˆÿÿ%`• 5¡ˆÿÿ|ÔgDf˜ 5¡ˆÿÿ%`•h1¡ˆÿÿ|øgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ}ôgDf˜Ð2¡ˆÿÿ%`•Ð2¡ˆÿÿ hgDf˜Ð2¡ˆÿÿ%`•h1¡ˆÿÿ lgDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ €gDf˜'ˆÿÿ%`•h1¡ˆÿÿ „\gDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ àgDf˜'ˆÿÿ%`•h1¡ˆÿÿz4gDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿzXgDf˜Ð2¡ˆÿÿ%`• 5¡ˆÿÿzxøgDf˜ 5¡ˆÿÿ%`• 5¡ˆÿÿ ägDf˜ 5¡ˆÿÿ%`•Ð2¡ˆÿÿ ègDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ügDf˜'ˆÿÿ%`•Ð2¡ˆÿÿdgDf˜Ð2¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•Ð2¡ˆÿÿ{pgDf˜Ð2¡ˆÿÿ%`•7¡ˆÿÿ|ègDf˜7¡ˆÿÿ%`•h1¡ˆÿÿ~ gDf˜h1¡ˆÿÿ%`• 5¡ˆÿÿ~gDf˜ 5¡ˆÿÿ%`• 5¡ˆÿÿhgDf˜ 5¡ˆÿÿ%`•h1¡ˆÿÿlgDf˜h1¡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•h1¡ˆÿÿ„gDf˜h1¡ˆÿÿ%`•0¡ˆÿÿˆgDf˜0¡ˆÿÿ%`•84¡ˆÿÿŒgDf˜84¡ˆÿÿ%`•Ð2¡ˆÿÿgDf˜Ð2¡ˆÿÿ%`•7¡ˆÿÿ”gDf˜7¡ˆÿÿ%`• 5¡ˆÿÿ˜gDf˜ 5¡ˆÿÿ%`•p8¡ˆÿÿœgDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿ gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿ¤gDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ¨gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ¬gDf˜>¡ˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•0«ˆÿÿ¸gDf˜0«ˆÿÿ%`•h1«ˆÿÿ¼gDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿÀgDf˜Ð2«ˆÿÿ%`•84«ˆÿÿÄgDf˜84«ˆÿÿ%`• 5«ˆÿÿÈgDf˜ 5«ˆÿÿ%`•7«ˆÿÿÌgDf˜7«ˆÿÿ%`•p8«ˆÿÿÐgDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿÔgDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿØgDf˜@;«ˆÿÿ%`•¨<«ˆÿÿÜgDf˜¨<«ˆÿÿ%`•>«ˆÿÿägDf˜>«ˆÿÿ%`•  ˆÿÿègDf˜  ˆÿÿ%`•h¡ ˆÿÿìgDf˜h¡ ˆÿÿ%`•Т ˆÿÿðgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿôgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿøgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿügDf˜§ ˆÿÿ%`•p¨ ˆÿÿgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿgDf˜Ø© ˆÿÿ%`•@« ˆÿÿgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ gDf˜¨¬ ˆÿÿ%`•® ˆÿÿgDf˜® ˆÿÿ%`•ÀÖˆÿÿgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ$gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ(gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ,gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ0gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ4gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ8gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ<gDf˜ÎÖˆÿÿ%`•ʈÿÿ@gDf˜Êˆÿÿ%`•h‘ʈÿÿDgDf˜h‘ʈÿÿ%`•ВʈÿÿHgDf˜Ð’ʈÿÿ%`•8”ʈÿÿLgDf˜8”ʈÿÿ%`• •ʈÿÿPgDf˜ •ʈÿÿ%`•—ʈÿÿTgDf˜—ʈÿÿ%`•p˜ÊˆÿÿXgDf˜p˜Êˆÿÿ%`•ؙʈÿÿ\gDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ`gDf˜@›Êˆÿÿ%`•¨œÊˆÿÿdgDf˜¨œÊˆÿÿ%`•žÊˆÿÿhgDf˜žÊˆÿÿ%`•ÀˆÿÿlgDf˜Àˆÿÿ%`•hÁˆÿÿpgDf˜hÁˆÿÿ%`•ЈÿÿtgDf˜Ðˆÿÿ%`•8ĈÿÿxgDf˜8Ĉÿÿ%`• Åˆÿÿ|gDf˜ Åˆÿÿ%`•Ljÿÿ€gDf˜Çˆÿÿ%`•pȈÿÿ„gDf˜pȈÿÿ%`•ØÉˆÿÿˆgDf˜ØÉˆÿÿ%`•@ˈÿÿŒgDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•Έÿÿ”gDf˜Îˆÿÿ%`•0ˆÿÿ˜gDf˜0ˆÿÿ%`•h1ˆÿÿœgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ gDf˜Ð2ˆÿÿ%`•84ˆÿÿ¤gDf˜84ˆÿÿ%`• 5ˆÿÿ¨gDf˜ 5ˆÿÿ%`•7ˆÿÿ¬gDf˜7ˆÿÿ%`•p8ˆÿÿ°gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ´gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ¸gDf˜@;ˆÿÿ%`•¨<ˆÿÿ¼gDf˜¨<ˆÿÿ%`•>ˆÿÿÀgDf˜>ˆÿÿ%`•PFˆÿÿÄgDf˜PFˆÿÿ%`•hQFˆÿÿÈgDf˜hQFˆÿÿ%`•ÐRFˆÿÿÌgDf˜ÐRFˆÿÿ%`•8TFˆÿÿÐgDf˜8TFˆÿÿ%`• UFˆÿÿÔgDf˜ UFˆÿÿ%`•WFˆÿÿØgDf˜WFˆÿÿ%`•pXFˆÿÿÜgDf˜pXFˆÿÿ%`•ØYFˆÿÿàgDf˜ØYFˆÿÿ%`•@[FˆÿÿägDf˜@[Fˆÿÿ%`•¨\FˆÿÿègDf˜¨\Fˆÿÿ%`•^FˆÿÿìgDf˜^Fˆÿÿ%`•¬ˆÿÿðgDf˜¬ˆÿÿ%`•h¬ˆÿÿôgDf˜h¬ˆÿÿ%`•ЬˆÿÿøgDf˜Ð¬ˆÿÿ%`•8¬ˆÿÿügDf˜8¬ˆÿÿ%`• ¬ˆÿÿgDf˜ ¬ˆÿÿ%`•¬ˆÿÿgDf˜¬ˆÿÿ%`•p¬ˆÿÿgDf˜p¬ˆÿÿ%`•جˆÿÿ gDf˜Ø¬ˆÿÿ%`•@¬ˆÿÿgDf˜@¬ˆÿÿ%`•¨¬ˆÿÿgDf˜¨¬ˆÿÿ%`•¬ˆÿÿgDf˜¬ˆÿÿ%`•P6ˆÿÿgDf˜P6ˆÿÿ%`•hQ6ˆÿÿ gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿ$gDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿ(gDf˜8T6ˆÿÿ%`• U6ˆÿÿ,gDf˜ U6ˆÿÿ%`•W6ˆÿÿ0gDf˜W6ˆÿÿ%`•pX6ˆÿÿ4gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ8gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ<gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ@gDf˜¨\6ˆÿÿ%`•^6ˆÿÿDgDf˜^6ˆÿÿ%`•pˆÿÿHgDf˜pˆÿÿ%`•hpˆÿÿLgDf˜hpˆÿÿ%`•ÐpˆÿÿPgDf˜Ðpˆÿÿ%`•8pˆÿÿTgDf˜8pˆÿÿ%`• pˆÿÿXgDf˜ pˆÿÿ%`•pˆÿÿ\gDf˜pˆÿÿ%`•ppˆÿÿ`gDf˜ppˆÿÿ%`•Ø pˆÿÿdgDf˜Ø pˆÿÿ%`•@ pˆÿÿhgDf˜@ pˆÿÿ%`•¨ pˆÿÿlgDf˜¨ pˆÿÿ%`•pˆÿÿpgDf˜pˆÿÿ%`•½ˆÿÿtgDf˜½ˆÿÿ%`•h½ˆÿÿxgDf˜h½ˆÿÿ%`•нˆÿÿ|gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ€gDf˜8½ˆÿÿ%`• ½ˆÿÿ„gDf˜ ½ˆÿÿ%`•½ˆÿÿˆgDf˜½ˆÿÿ%`•p½ˆÿÿŒgDf˜p½ˆÿÿ%`•Ø ½ˆÿÿgDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ”gDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ˜gDf˜¨ ½ˆÿÿ%`•½ˆÿÿœgDf˜½ˆÿÿ%`•p– ˆÿÿ gDf˜p– ˆÿÿ%`•hq– ˆÿÿ¤gDf˜hq– ˆÿÿ%`•Ðr– ˆÿÿ¨gDf˜Ðr– ˆÿÿ%`•8t– ˆÿÿ¬gDf˜8t– ˆÿÿ%`• u– ˆÿÿ°gDf˜ u– ˆÿÿ%`•w– ˆÿÿ´gDf˜w– ˆÿÿ%`•px– ˆÿÿ¸gDf˜px– ˆÿÿ%`•Øy– ˆÿÿ¼gDf˜Øy– ˆÿÿ%`•@{– ˆÿÿÀgDf˜@{– ˆÿÿ%`•¨|– ˆÿÿÄgDf˜¨|– ˆÿÿ%`•~– ˆÿÿÈgDf˜~– ˆÿÿ%`• ]ˆÿÿÌgDf˜ ]ˆÿÿ%`•h¡]ˆÿÿÐgDf˜h¡]ˆÿÿ%`•Т]ˆÿÿÔgDf˜Ð¢]ˆÿÿ%`•8¤]ˆÿÿØgDf˜8¤]ˆÿÿ%`• ¥]ˆÿÿÜgDf˜ ¥]ˆÿÿ%`•§]ˆÿÿàgDf˜§]ˆÿÿ%`•p¨]ˆÿÿägDf˜p¨]ˆÿÿ%`•Ø©]ˆÿÿègDf˜Ø©]ˆÿÿ%`•@«]ˆÿÿìgDf˜@«]ˆÿÿ%`•¨¬]ˆÿÿðgDf˜¨¬]ˆÿÿ%`•®]ˆÿÿôgDf˜®]ˆÿÿ%`• ÈÿÿøgDf˜ Èÿÿ%`•h!ÈÿÿügDf˜h!Èÿÿ%`•Ð"ÈÿÿgDf˜Ð"Èÿÿ%`•8$ÈÿÿgDf˜8$Èÿÿ%`• %ÈÿÿgDf˜ %Èÿÿ%`•'Èÿÿ gDf˜'Èÿÿ%`•p(ÈÿÿgDf˜p(Èÿÿ%`•Ø)ÈÿÿgDf˜Ø)Èÿÿ%`•@+ÈÿÿgDf˜@+Èÿÿ%`•¨,ÈÿÿgDf˜¨,Èÿÿ%`•.Èÿÿ gDf˜.Èÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•Ø© ˆÿÿ,gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ0gDf˜p¨ ˆÿÿ%`•§ ˆÿÿ4gDf˜§ ˆÿÿ%`• ¥ ˆÿÿ8gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ<gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ@gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿDgDf˜h¡ ˆÿÿ%`•  ˆÿÿHgDf˜  ˆÿÿ%`•P¨ˆÿÿLgDf˜P¨ˆÿÿ%`•hQ¨ˆÿÿPgDf˜hQ¨ˆÿÿ%`•ÐR¨ˆÿÿTgDf˜ÐR¨ˆÿÿ%`•8T¨ˆÿÿXgDf˜8T¨ˆÿÿ%`• U¨ˆÿÿ\gDf˜ U¨ˆÿÿ%`•W¨ˆÿÿ`gDf˜W¨ˆÿÿ%`•pX¨ˆÿÿdgDf˜pX¨ˆÿÿ%`•ØY¨ˆÿÿhgDf˜ØY¨ˆÿÿ%`•@[¨ˆÿÿlgDf˜@[¨ˆÿÿ%`•¨\¨ˆÿÿpgDf˜¨\¨ˆÿÿ%`•^¨ˆÿÿtgDf˜^¨ˆÿÿ%`•€¬ˆÿÿxgDf˜€¬ˆÿÿ%`•h¬ˆÿÿ|gDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ€gDf˜Ð‚¬ˆÿÿ%`• …¬ˆÿÿ„`gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿèügDf˜‡¬ˆÿÿ%`•pˆ¬ˆÿÿäügDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿàgDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿìügDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿèügDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿägDf˜ެˆÿÿ%`•® ˆÿÿðügDf˜® ˆÿÿ%`•¨¬ ˆÿÿìÐgDf˜¨¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•8„¬ˆÿÿìˆgDf˜8„¬ˆÿÿ%`•¨¬ ˆÿÿ gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿÀgDf˜¨¬ ˆÿÿ%`•h¡ ˆÿÿÄàgDf˜h¡ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•h¡ ˆÿÿ¨HgDf˜h¡ ˆÿÿ%`•® ˆÿÿôDgDf˜® ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 8gDf˜'ˆÿÿ%`•® ˆÿÿìxgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ7ôgDf˜¨¬ ˆÿÿ%`•h¡ ˆÿÿ8ø gDf˜h¡ ˆÿÿ%`•h¡ ˆÿÿ gDf˜h¡ ˆÿÿ%`•h¡ ˆÿÿ <gDf˜h¡ ˆÿÿ%`•¨¬ ˆÿÿ @gDf˜¨¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ \gDf˜'ˆÿÿ%`•¨¬ ˆÿÿ `\gDf˜¨¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¼gDf˜'ˆÿÿ%`•¨¬ ˆÿÿ À gDf˜¨¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ àgDf˜'ˆÿÿ%`•¨¬ ˆÿÿ ä gDf˜¨¬ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!gDf˜'ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ! gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ!gDf˜¨¬ ˆÿÿ%`•¨¬ ˆÿÿ! gDf˜¨¬ ˆÿÿ%`• ¥ ˆÿÿ!$gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ!(gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ!,gDf˜Ð¢ ˆÿÿ%`•  ˆÿÿ!0gDf˜  ˆÿÿ%`•  ˆÿÿ!4gDf˜  ˆÿÿ%`•Т ˆÿÿ!8gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ!<gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ!@gDf˜ ¥ ˆÿÿ%`•¨¬ ˆÿÿ!DgDf˜¨¬ ˆÿÿ%`•h¡ ˆÿÿ!HgDf˜h¡ ˆÿÿ%`•® ˆÿÿ!LgDf˜® ˆÿÿ%`•§ ˆÿÿ!PgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ!TgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ!XgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ!\gDf˜@« ˆÿÿ%`•>™ˆÿÿ!`gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!dgDf˜¨<™ˆÿÿ%`•0 ˆÿÿ!hgDf˜0 ˆÿÿ%`•h1 ˆÿÿ!lgDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ!pgDf˜Ð2 ˆÿÿ%`•Ð2 ˆÿÿ!tgDf˜Ð2 ˆÿÿ%`•h1 ˆÿÿ!xgDf˜h1 ˆÿÿ%`•0 ˆÿÿ!|gDf˜0 ˆÿÿ%`•84 ˆÿÿ!€gDf˜84 ˆÿÿ%`• 5 ˆÿÿ!„gDf˜ 5 ˆÿÿ%`•7 ˆÿÿ!ˆgDf˜7 ˆÿÿ%`•p8 ˆÿÿ!ŒgDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿ!gDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ!”gDf˜@; ˆÿÿ%`•¨< ˆÿÿ!˜gDf˜¨< ˆÿÿ%`•> ˆÿÿ!œgDf˜> ˆÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!¤gDf˜>™ˆÿÿ%`•Àˆÿÿ!¨gDf˜Àˆÿÿ%`•hÁˆÿÿ!¬gDf˜hÁˆÿÿ%`•Јÿÿ!°gDf˜Ðˆÿÿ%`•8Ĉÿÿ!´gDf˜8Ĉÿÿ%`• Åˆÿÿ!¸gDf˜ Åˆÿÿ%`•Ljÿÿ!¼gDf˜Çˆÿÿ%`•pȈÿÿ!ÀgDf˜pȈÿÿ%`•ØÉˆÿÿ!ÄgDf˜ØÉˆÿÿ%`•@ˈÿÿ!ÈgDf˜@ˈÿÿ%`•¨Ìˆÿÿ!ÌgDf˜¨Ìˆÿÿ%`•Έÿÿ!ÐgDf˜Îˆÿÿ%`• ,ˆÿÿ!ÔgDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ!ØgDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ!ÜgDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ!àgDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ!ägDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ!ègDf˜§,ˆÿÿ%`•p¨,ˆÿÿ!ìgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ!ðgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ!ôgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ!øgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿ!ügDf˜®,ˆÿÿ%`• ˆÿÿ"gDf˜ ˆÿÿ%`•h ˆÿÿ"gDf˜h ˆÿÿ%`•Ð ˆÿÿ"gDf˜Ð ˆÿÿ%`•8 ˆÿÿ" gDf˜8 ˆÿÿ%`•  ˆÿÿ"gDf˜  ˆÿÿ%`• ˆÿÿ"gDf˜ ˆÿÿ%`•p ˆÿÿ"gDf˜p ˆÿÿ%`•Ø  ˆÿÿ"gDf˜Ø  ˆÿÿ%`•Ø  ˆÿÿ" gDf˜Ø  ˆÿÿ%`•p ˆÿÿ"$gDf˜p ˆÿÿ%`• ˆÿÿ"(gDf˜ ˆÿÿ%`•  ˆÿÿ",gDf˜  ˆÿÿ%`•8 ˆÿÿ"0gDf˜8 ˆÿÿ%`•Ð ˆÿÿ"4gDf˜Ð ˆÿÿ%`•h ˆÿÿ"8gDf˜h ˆÿÿ%`• ˆÿÿ"<gDf˜ ˆÿÿ%`•@  ˆÿÿ"@gDf˜@  ˆÿÿ%`•¨  ˆÿÿ"DgDf˜¨  ˆÿÿ%`• ˆÿÿ"HgDf˜ ˆÿÿ%`•>™ˆÿÿ"LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"PgDf˜¨<™ˆÿÿ%`•Ð1ˆÿÿ"TgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ"XgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ"\gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ"`gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ"dgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ"hgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ"lgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ"pgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ"tgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ"xgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ"|gDf˜Þ1ˆÿÿ%`•ÀŸˆÿÿ"€gDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ"„gDf˜hÁŸˆÿÿ%`•Пˆÿÿ"ˆgDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ"ŒgDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ"gDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ"”gDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ"˜gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ"œgDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ" gDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ"¤gDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ"¨gDf˜Οˆÿÿ%`•°¹ˆÿÿ"¬gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ"°gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ"´gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ"¸gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ"¼gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ"ÀgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ"ÄgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ"ÈgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ"ÌgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ"ÐgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ"ÔgDf˜¾¹ˆÿÿ%`•Àœˆÿÿ"ØgDf˜Àœˆÿÿ%`•hÁœˆÿÿ"ÜgDf˜hÁœˆÿÿ%`•Мˆÿÿ"àgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ"ägDf˜8Äœˆÿÿ%`• Åœˆÿÿ"ègDf˜ Åœˆÿÿ%`•Çœˆÿÿ"ìgDf˜Çœˆÿÿ%`•pÈœˆÿÿ"ðgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ"ôgDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ"øgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ"ügDf˜¨Ìœˆÿÿ%`•Μˆÿÿ#gDf˜Μˆÿÿ%`•À ˆÿÿ#gDf˜À ˆÿÿ%`•hÁ ˆÿÿ#gDf˜hÁ ˆÿÿ%`•Рˆÿÿ# gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ#gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ#gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ#gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ#gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ# gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ#$gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ#(gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ#,gDf˜Î ˆÿÿ%`•`Šˆÿÿ#0gDf˜`Šˆÿÿ%`•haŠˆÿÿ#4gDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ#8gDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ#<gDf˜8dŠˆÿÿ%`• eŠˆÿÿ#@gDf˜ eŠˆÿÿ%`•gŠˆÿÿ#DgDf˜gŠˆÿÿ%`•phŠˆÿÿ#HgDf˜phŠˆÿÿ%`•ØiŠˆÿÿ#LgDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ#PgDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ#TgDf˜¨lŠˆÿÿ%`•nŠˆÿÿ#XgDf˜nŠˆÿÿ%`•@Mˆÿÿ#\gDf˜@Mˆÿÿ%`•hAMˆÿÿ#`gDf˜hAMˆÿÿ%`•ÐBMˆÿÿ#dgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ#hgDf˜8DMˆÿÿ%`• EMˆÿÿ#lgDf˜ EMˆÿÿ%`•GMˆÿÿ#pgDf˜GMˆÿÿ%`•pHMˆÿÿ#tgDf˜pHMˆÿÿ%`•ØIMˆÿÿ#xgDf˜ØIMˆÿÿ%`•@KMˆÿÿ#|gDf˜@KMˆÿÿ%`•¨LMˆÿÿ#€gDf˜¨LMˆÿÿ%`•NMˆÿÿ#„gDf˜NMˆÿÿ%`•p]ˆÿÿ#ˆgDf˜p]ˆÿÿ%`•hq]ˆÿÿ#ŒgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ#gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ#”gDf˜8t]ˆÿÿ%`• u]ˆÿÿ#˜gDf˜ u]ˆÿÿ%`•w]ˆÿÿ#œgDf˜w]ˆÿÿ%`•px]ˆÿÿ# gDf˜px]ˆÿÿ%`•Øy]ˆÿÿ#¤gDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ#¨gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ#¬gDf˜¨|]ˆÿÿ%`•~]ˆÿÿ#°gDf˜~]ˆÿÿ%`•¨<™ˆÿÿ#´gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ#¸gDf˜>™ˆÿÿ%`•¨¼¹ˆÿÿ#¼gDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿ#ÀgDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿ#ÄgDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿ#ÈgDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿ#ÌgDf˜·¹ˆÿÿ%`• µ¹ˆÿÿ#ÐgDf˜ µ¹ˆÿÿ%`•8´¹ˆÿÿ#ÔgDf˜8´¹ˆÿÿ%`•в¹ˆÿÿ#ØgDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿ#ÜgDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ#àgDf˜°¹ˆÿÿ%`•À\ˆÿÿ#ägDf˜À\ˆÿÿ%`•hÁ\ˆÿÿ#ègDf˜hÁ\ˆÿÿ%`•ÐÂ\ˆÿÿ#ìgDf˜ÐÂ\ˆÿÿ%`•8Ä\ˆÿÿ#ðgDf˜8Ä\ˆÿÿ%`• Å\ˆÿÿ#øgDf˜ Å\ˆÿÿ%`•Ç\ˆÿÿ#ügDf˜Ç\ˆÿÿ%`•pÈ\ˆÿÿ$gDf˜pÈ\ˆÿÿ%`•ØÉ\ˆÿÿ$gDf˜ØÉ\ˆÿÿ%`•@Ë\ˆÿÿ$gDf˜@Ë\ˆÿÿ%`•¨Ì\ˆÿÿ$ gDf˜¨Ì\ˆÿÿ%`•Î\ˆÿÿ$gDf˜Î\ˆÿÿ%`•ÀÛ ˆÿÿ$gDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ$gDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ$gDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ$ gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ$$gDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿ$(gDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿ$,gDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿ$0gDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ$4gDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ$8gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ$<gDf˜ÎÛ ˆÿÿ%`•€¬ˆÿÿ$@gDf˜€¬ˆÿÿ%`•h¬ˆÿÿ$DgDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ$HgDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ$LgDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ$PgDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ$TgDf˜‡¬ˆÿÿ%`•pˆ¬ˆÿÿ$XgDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿ$\gDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿ$`gDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿ$dgDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿ$hgDf˜ެˆÿÿ%`•[ˆÿÿ$lgDf˜[ˆÿÿ%`•h[ˆÿÿ$pgDf˜h[ˆÿÿ%`•Ð[ˆÿÿ$tgDf˜Ð[ˆÿÿ%`•8[ˆÿÿ$xgDf˜8[ˆÿÿ%`• [ˆÿÿ$|gDf˜ [ˆÿÿ%`•[ˆÿÿ$€gDf˜[ˆÿÿ%`•p[ˆÿÿ$„gDf˜p[ˆÿÿ%`•Ø[ˆÿÿ$ˆgDf˜Ø[ˆÿÿ%`•@[ˆÿÿ$ŒgDf˜@[ˆÿÿ%`•¨[ˆÿÿ$gDf˜¨[ˆÿÿ%`•[ˆÿÿ$”gDf˜[ˆÿÿ%`•Àˆÿÿ$˜gDf˜Àˆÿÿ%`•hÁˆÿÿ$œgDf˜hÁˆÿÿ%`•Јÿÿ$ gDf˜Ðˆÿÿ%`•8Ĉÿÿ$¤gDf˜8Ĉÿÿ%`• Åˆÿÿ$¨gDf˜ Åˆÿÿ%`•Ljÿÿ$¬gDf˜Çˆÿÿ%`•pȈÿÿ$°gDf˜pȈÿÿ%`•ØÉˆÿÿ$´gDf˜ØÉˆÿÿ%`•@ˈÿÿ$¸gDf˜@ˈÿÿ%`•¨Ìˆÿÿ$¼gDf˜¨Ìˆÿÿ%`•Έÿÿ$ÀgDf˜Îˆÿÿ%`•°« ˆÿÿ$ÄgDf˜°« ˆÿÿ%`•h±« ˆÿÿ$ÈgDf˜h±« ˆÿÿ%`•в« ˆÿÿ$ÌgDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ$ÐgDf˜8´« ˆÿÿ%`• µ« ˆÿÿ$ÔgDf˜ µ« ˆÿÿ%`•·« ˆÿÿ$ØgDf˜·« ˆÿÿ%`•p¸« ˆÿÿ$ÜgDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ$àgDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ$ägDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ$ègDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ$ìgDf˜¾« ˆÿÿ%`•9 ˆÿÿ$ðgDf˜9 ˆÿÿ%`•h9 ˆÿÿ$ôgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ$øgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ$ügDf˜89 ˆÿÿ%`• 9 ˆÿÿ%gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ%gDf˜9 ˆÿÿ%`•p9 ˆÿÿ%gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ% gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ%gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ%gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ%gDf˜9 ˆÿÿ%`•€…ˆÿÿ%gDf˜€…ˆÿÿ%`•h…ˆÿÿ% gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ%$gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ%(gDf˜8„…ˆÿÿ%`• ……ˆÿÿ%,gDf˜ ……ˆÿÿ%`•‡…ˆÿÿ%0gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ%4gDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ%8gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ%<gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ%@gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ%DgDf˜Ž…ˆÿÿ%`•àFˆÿÿ%HgDf˜àFˆÿÿ%`•háFˆÿÿ%LgDf˜háFˆÿÿ%`•ÐâFˆÿÿ%PgDf˜ÐâFˆÿÿ%`•8äFˆÿÿ%TgDf˜8äFˆÿÿ%`• åFˆÿÿ%XgDf˜ åFˆÿÿ%`•çFˆÿÿ%\gDf˜çFˆÿÿ%`•pèFˆÿÿ%`gDf˜pèFˆÿÿ%`•ØéFˆÿÿ%dgDf˜ØéFˆÿÿ%`•@ëFˆÿÿ%hgDf˜@ëFˆÿÿ%`•¨ìFˆÿÿ%lgDf˜¨ìFˆÿÿ%`•îFˆÿÿ%pgDf˜îFˆÿÿ%`•¾¹ˆÿÿ%tgDf˜¾¹ˆÿÿ%`•@kŠˆÿÿ%xgDf˜@kŠˆÿÿ%`•ØiŠˆÿÿ%|gDf˜ØiŠˆÿÿ%`•phŠˆÿÿ%€gDf˜phŠˆÿÿ%`•gŠˆÿÿ%„gDf˜gŠˆÿÿ%`• eŠˆÿÿ%ˆgDf˜ eŠˆÿÿ%`•8dŠˆÿÿ%ŒgDf˜8dŠˆÿÿ%`•ÐbŠˆÿÿ%gDf˜ÐbŠˆÿÿ%`•haŠˆÿÿ%”gDf˜haŠˆÿÿ%`•`Šˆÿÿ%˜gDf˜`Šˆÿÿ%`•àCˆÿÿ%œgDf˜àCˆÿÿ%`•háCˆÿÿ% gDf˜háCˆÿÿ%`•ÐâCˆÿÿ%¤gDf˜ÐâCˆÿÿ%`•8äCˆÿÿ%¨gDf˜8äCˆÿÿ%`• åCˆÿÿ%¬gDf˜ åCˆÿÿ%`•çCˆÿÿ%°gDf˜çCˆÿÿ%`•pèCˆÿÿ%´gDf˜pèCˆÿÿ%`•ØéCˆÿÿ%¸gDf˜ØéCˆÿÿ%`•@ëCˆÿÿ%¼gDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ%ÀgDf˜¨ìCˆÿÿ%`•îCˆÿÿ%ÄgDf˜îCˆÿÿ%`• ½ˆÿÿ%ÈgDf˜ ½ˆÿÿ%`•h!½ˆÿÿ%ÌgDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ%ÐgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ%ÔgDf˜8$½ˆÿÿ%`• %½ˆÿÿ%ØgDf˜ %½ˆÿÿ%`•'½ˆÿÿ%ÜgDf˜'½ˆÿÿ%`•p(½ˆÿÿ%àgDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ%ägDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ%ègDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ%ìgDf˜¨,½ˆÿÿ%`•.½ˆÿÿ%ðgDf˜.½ˆÿÿ%`•nŠˆÿÿ%ôgDf˜nŠˆÿÿ%`•¨lŠˆÿÿ%øgDf˜¨lŠˆÿÿ%`•>™ˆÿÿ%ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ&gDf˜¨<™ˆÿÿ%`• µ¹ˆÿÿ&gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ&gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ& gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ&gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ&gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ&gDf˜¨¼¹ˆÿÿ%`•¿ˆÿÿ&gDf˜¿ˆÿÿ%`•h¿ˆÿÿ& gDf˜h¿ˆÿÿ%`•пˆÿÿ&$gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ&(gDf˜8¿ˆÿÿ%`• ¿ˆÿÿ&,gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ&0gDf˜¿ˆÿÿ%`•p¿ˆÿÿ&4gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ&8gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ&<gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ&@gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ&DgDf˜¿ˆÿÿ%`•€¸ˆÿÿ&HgDf˜€¸ˆÿÿ%`•h¸ˆÿÿ&LgDf˜h¸ˆÿÿ%`•Ђ¸ˆÿÿ&PgDf˜Ð‚¸ˆÿÿ%`•8„¸ˆÿÿ&TgDf˜8„¸ˆÿÿ%`• …¸ˆÿÿ&XgDf˜ …¸ˆÿÿ%`•‡¸ˆÿÿ&\gDf˜‡¸ˆÿÿ%`•pˆ¸ˆÿÿ&`gDf˜pˆ¸ˆÿÿ%`•؉¸ˆÿÿ&dgDf˜Ø‰¸ˆÿÿ%`•@‹¸ˆÿÿ&hgDf˜@‹¸ˆÿÿ%`•¨Œ¸ˆÿÿ&lgDf˜¨Œ¸ˆÿÿ%`•ޏˆÿÿ&pgDf˜ޏˆÿÿ%`•°¹ˆÿÿ&tgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ&xgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ&|gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ&€gDf˜8´¹ˆÿÿ%`•‡¬ˆÿÿ&„gDf˜‡¬ˆÿÿ%`• …¬ˆÿÿ&ˆgDf˜ …¬ˆÿÿ%`•8„¬ˆÿÿ&ŒgDf˜8„¬ˆÿÿ%`•Ђ¬ˆÿÿ&gDf˜Ð‚¬ˆÿÿ%`•h¬ˆÿÿ&”gDf˜h¬ˆÿÿ%`•€¬ˆÿÿ&˜gDf˜€¬ˆÿÿ%`•Àº ˆÿÿ&œgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ& gDf˜hÁº ˆÿÿ%`•к ˆÿÿ&¤gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ&¨gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ&¬gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ&°gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ&´gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ&¸gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ&¼gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ&ÀgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ&ÄgDf˜κ ˆÿÿ%`•Ð' ˆÿÿ&ÈgDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿ&ÌgDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿ&ÐgDf˜ÐÒ' ˆÿÿ%`•8Ô' ˆÿÿ&ÔgDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿ&ØgDf˜ Õ' ˆÿÿ%`•×' ˆÿÿ&ÜgDf˜×' ˆÿÿ%`•pØ' ˆÿÿ&àgDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿ&ägDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿ&ègDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿ&ìgDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿ&ðgDf˜Þ' ˆÿÿ%`•ެˆÿÿ&ôgDf˜ެˆÿÿ%`•¨Œ¬ˆÿÿ&øgDf˜¨Œ¬ˆÿÿ%`•@‹¬ˆÿÿ&ügDf˜@‹¬ˆÿÿ%`•؉¬ˆÿÿ'gDf˜Ø‰¬ˆÿÿ%`•pˆ¬ˆÿÿ'gDf˜pˆ¬ˆÿÿ%`•؉…ˆÿÿ'gDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿ' gDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿ'gDf˜‡…ˆÿÿ%`• ……ˆÿÿ'gDf˜ ……ˆÿÿ%`•8„…ˆÿÿ'gDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿ'gDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿ' gDf˜h…ˆÿÿ%`•€…ˆÿÿ'$gDf˜€…ˆÿÿ%`•P­ˆÿÿ'(gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ',gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ'0gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ'4gDf˜8T­ˆÿÿ%`• U­ˆÿÿ'8gDf˜ U­ˆÿÿ%`•W­ˆÿÿ'<gDf˜W­ˆÿÿ%`•pX­ˆÿÿ'@gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ'DgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ'HgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ'LgDf˜¨\­ˆÿÿ%`•^­ˆÿÿ'PgDf˜^­ˆÿÿ%`•€%ˆÿÿ'TgDf˜€%ˆÿÿ%`•h%ˆÿÿ'XgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ'\gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ'`gDf˜8„%ˆÿÿ%`• …%ˆÿÿ'dgDf˜ …%ˆÿÿ%`•‡%ˆÿÿ'hgDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ'lgDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ'pgDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ'tgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ'xgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ'|gDf˜Ž%ˆÿÿ%`•àdˆÿÿ'€gDf˜àdˆÿÿ%`•hádˆÿÿ'„gDf˜hádˆÿÿ%`•Ðâdˆÿÿ'ˆgDf˜Ðâdˆÿÿ%`•8ädˆÿÿ'ŒgDf˜8ädˆÿÿ%`• ådˆÿÿ'gDf˜ ådˆÿÿ%`•çdˆÿÿ'”gDf˜çdˆÿÿ%`•pèdˆÿÿ'˜gDf˜pèdˆÿÿ%`•Øédˆÿÿ'œgDf˜Øédˆÿÿ%`•@ëdˆÿÿ' gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ'¤gDf˜¨ìdˆÿÿ%`•îdˆÿÿ'¨gDf˜îdˆÿÿ%`•@Mˆÿÿ'¬gDf˜@Mˆÿÿ%`•hAMˆÿÿ'°gDf˜hAMˆÿÿ%`•ÐBMˆÿÿ'´gDf˜ÐBMˆÿÿ%`•8DMˆÿÿ'¸gDf˜8DMˆÿÿ%`• EMˆÿÿ'¼gDf˜ EMˆÿÿ%`•GMˆÿÿ'ÀgDf˜GMˆÿÿ%`•pHMˆÿÿ'ÄgDf˜pHMˆÿÿ%`•ØIMˆÿÿ'ÈgDf˜ØIMˆÿÿ%`•@KMˆÿÿ'ÌgDf˜@KMˆÿÿ%`•¨LMˆÿÿ'ÐgDf˜¨LMˆÿÿ%`•NMˆÿÿ'ÔgDf˜NMˆÿÿ%`•Ž…ˆÿÿ'ØgDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿ'ÜgDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿ'àgDf˜@‹…ˆÿÿ%`•¨<™ˆÿÿ'ägDf˜¨<™ˆÿÿ%`•>™ˆÿÿ'ègDf˜>™ˆÿÿ%`•€¬ˆÿÿ'ìgDf˜€¬ˆÿÿ%`•h¬ˆÿÿ'ðgDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ'ôgDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ'ügDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ(gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ(gDf˜‡¬ˆÿÿ%`•ÐÒ' ˆÿÿ(gDf˜ÐÒ' ˆÿÿ%`•hÑ' ˆÿÿ( gDf˜hÑ' ˆÿÿ%`•Ð' ˆÿÿ(gDf˜Ð' ˆÿÿ%`•Àœˆÿÿ(gDf˜Àœˆÿÿ%`•hÁœˆÿÿ(gDf˜hÁœˆÿÿ%`•Мˆÿÿ(gDf˜Ðœˆÿÿ%`•8Äœˆÿÿ( gDf˜8Äœˆÿÿ%`• Åœˆÿÿ($gDf˜ Åœˆÿÿ%`•Çœˆÿÿ((gDf˜Çœˆÿÿ%`•pÈœˆÿÿ(,gDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ(0gDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ(4gDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ(8gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ(<gDf˜Μˆÿÿ%`• %ˆÿÿ(@gDf˜ %ˆÿÿ%`•h!%ˆÿÿ(DgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ(HgDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ(LgDf˜8$%ˆÿÿ%`• %%ˆÿÿ(PgDf˜ %%ˆÿÿ%`•'%ˆÿÿ(TgDf˜'%ˆÿÿ%`•p(%ˆÿÿ(XgDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ(\gDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ(`gDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ(dgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ(hgDf˜.%ˆÿÿ%`• ‘ˆÿÿ(lgDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ(pgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ(tgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ(xgDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ(|gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ(€gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿ(„gDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ(ˆgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ(ŒgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ(gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ(”gDf˜.‘ˆÿÿ%`•ÀŸˆÿÿ(˜gDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ(œgDf˜hÁŸˆÿÿ%`•Пˆÿÿ( gDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ(¤gDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ(¨gDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ(¬gDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ(°gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ(´gDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ(¸gDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ(¼gDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ(ÀgDf˜Οˆÿÿ%`•°ˆÿÿ(ÄgDf˜°ˆÿÿ%`•h±ˆÿÿ(ÈgDf˜h±ˆÿÿ%`•вˆÿÿ(ÌgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ(ÐgDf˜8´ˆÿÿ%`• µˆÿÿ(ÔgDf˜ µˆÿÿ%`•·ˆÿÿ(ØgDf˜·ˆÿÿ%`•p¸ˆÿÿ(ÜgDf˜p¸ˆÿÿ%`•عˆÿÿ(àgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ(ägDf˜@»ˆÿÿ%`•¨¼ˆÿÿ(ègDf˜¨¼ˆÿÿ%`•¾ˆÿÿ(ìgDf˜¾ˆÿÿ%`•À ˆÿÿ(ðgDf˜À ˆÿÿ%`•hÁ ˆÿÿ(ôgDf˜hÁ ˆÿÿ%`•Рˆÿÿ(øgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ(ügDf˜8Ä ˆÿÿ%`• Å ˆÿÿ)gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ)gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ)gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ) gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ)gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ)gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ)gDf˜Î ˆÿÿ%`• ˆÿÿ)gDf˜ ˆÿÿ%`•h ˆÿÿ) gDf˜h ˆÿÿ%`•Ð ˆÿÿ)$gDf˜Ð ˆÿÿ%`•8 ˆÿÿ)(gDf˜8 ˆÿÿ%`•  ˆÿÿ),gDf˜  ˆÿÿ%`• ˆÿÿ)0gDf˜ ˆÿÿ%`•p ˆÿÿ)4gDf˜p ˆÿÿ%`•Ø  ˆÿÿ)8gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ)<gDf˜@  ˆÿÿ%`•¨  ˆÿÿ)@gDf˜¨  ˆÿÿ%`• ˆÿÿ)DgDf˜ ˆÿÿ%`•*ˆÿÿ)HgDf˜*ˆÿÿ%`•h*ˆÿÿ)LgDf˜h*ˆÿÿ%`•Ð*ˆÿÿ)PgDf˜Ð*ˆÿÿ%`•8*ˆÿÿ)TgDf˜8*ˆÿÿ%`• *ˆÿÿ)XgDf˜ *ˆÿÿ%`•*ˆÿÿ)\gDf˜*ˆÿÿ%`•p*ˆÿÿ)`gDf˜p*ˆÿÿ%`•Ø *ˆÿÿ)dgDf˜Ø *ˆÿÿ%`•@ *ˆÿÿ)hgDf˜@ *ˆÿÿ%`•¨ *ˆÿÿ)lgDf˜¨ *ˆÿÿ%`•*ˆÿÿ)pgDf˜*ˆÿÿ%`•Þ' ˆÿÿ)tgDf˜Þ' ˆÿÿ%`•¨Ü' ˆÿÿ)xgDf˜¨Ü' ˆÿÿ%`•@Û' ˆÿÿ)|gDf˜@Û' ˆÿÿ%`•ØÙ' ˆÿÿ)€gDf˜ØÙ' ˆÿÿ%`•pØ' ˆÿÿ)„gDf˜pØ' ˆÿÿ%`•×' ˆÿÿ)ˆgDf˜×' ˆÿÿ%`• Õ' ˆÿÿ)ŒgDf˜ Õ' ˆÿÿ%`•8Ô' ˆÿÿ)gDf˜8Ô' ˆÿÿ%`•pˆ¬ˆÿÿ)”gDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿ)˜gDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿ)œgDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿ) gDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿ)¤gDf˜ެˆÿÿ%`•€…ˆÿÿ)¨gDf˜€…ˆÿÿ%`•h…ˆÿÿ)¬gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ)°gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ)´gDf˜8„…ˆÿÿ%`• ……ˆÿÿ)¸gDf˜ ……ˆÿÿ%`•‡…ˆÿÿ)¼gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ)ÀgDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ)ÄgDf˜Ø‰…ˆÿÿ%`•@шÿÿ)ÈgDf˜@шÿÿ%`•hAшÿÿ)ÌgDf˜hAшÿÿ%`•ÐBшÿÿ)ÐgDf˜ÐBшÿÿ%`•8Dшÿÿ)ÔgDf˜8Dшÿÿ%`• Eшÿÿ)ØgDf˜ Eшÿÿ%`•Gшÿÿ)ÜgDf˜Gшÿÿ%`•pHшÿÿ)àgDf˜pHшÿÿ%`•ØIшÿÿ)ägDf˜ØIшÿÿ%`•@Kшÿÿ)ègDf˜@Kшÿÿ%`•¨Lшÿÿ)ìgDf˜¨Lшÿÿ%`•Nшÿÿ)ðgDf˜Nшÿÿ%`•¨LMˆÿÿ)ôgDf˜¨LMˆÿÿ%`•@KMˆÿÿ)øgDf˜@KMˆÿÿ%`•ØIMˆÿÿ)ügDf˜ØIMˆÿÿ%`•pHMˆÿÿ*gDf˜pHMˆÿÿ%`•GMˆÿÿ*gDf˜GMˆÿÿ%`• EMˆÿÿ*gDf˜ EMˆÿÿ%`•8DMˆÿÿ* gDf˜8DMˆÿÿ%`•ÐBMˆÿÿ*gDf˜ÐBMˆÿÿ%`•hAMˆÿÿ*gDf˜hAMˆÿÿ%`•@Mˆÿÿ*gDf˜@Mˆÿÿ%`•àˆÿÿ*gDf˜àˆÿÿ%`•háˆÿÿ* gDf˜háˆÿÿ%`•Ðâˆÿÿ*$gDf˜Ðâˆÿÿ%`•8äˆÿÿ*(gDf˜8äˆÿÿ%`• åˆÿÿ*,gDf˜ åˆÿÿ%`•çˆÿÿ*0gDf˜çˆÿÿ%`•pèˆÿÿ*4gDf˜pèˆÿÿ%`•Øéˆÿÿ*8gDf˜Øéˆÿÿ%`•@ëˆÿÿ*<gDf˜@ëˆÿÿ%`•¨ìˆÿÿ*@gDf˜¨ìˆÿÿ%`•îˆÿÿ*DgDf˜îˆÿÿ%`•ð,ˆÿÿ*HgDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ*LgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ*PgDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ*TgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ*XgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ*\gDf˜÷,ˆÿÿ%`•pø,ˆÿÿ*`gDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ*dgDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ*hgDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ*lgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ*pgDf˜þ,ˆÿÿ%`•NMˆÿÿ*tgDf˜NMˆÿÿ%`•@‹…ˆÿÿ*xgDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ*|gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ*€gDf˜Ž…ˆÿÿ%`•>™ˆÿÿ*„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ*ˆgDf˜¨<™ˆÿÿ%`•‡¬ˆÿÿ*ŒgDf˜‡¬ˆÿÿ%`• …¬ˆÿÿ*gDf˜ …¬ˆÿÿ%`•8„¬ˆÿÿ*”gDf˜8„¬ˆÿÿ%`•Ђ¬ˆÿÿ*˜gDf˜Ð‚¬ˆÿÿ%`•h¬ˆÿÿ*œgDf˜h¬ˆÿÿ%`•€¬ˆÿÿ* gDf˜€¬ˆÿÿ%`•Ð' ˆÿÿ*¤gDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿ*¨gDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿ*¬gDf˜ÐÒ' ˆÿÿ%`•'%ˆÿÿ*°gDf˜'%ˆÿÿ%`• %%ˆÿÿ*´gDf˜ %%ˆÿÿ%`•8$%ˆÿÿ*¸gDf˜8$%ˆÿÿ%`•Ð"%ˆÿÿ*¼gDf˜Ð"%ˆÿÿ%`•h!%ˆÿÿ*ÀgDf˜h!%ˆÿÿ%`• %ˆÿÿ*ÄgDf˜ %ˆÿÿ%`•Àœˆÿÿ*ÈgDf˜Àœˆÿÿ%`•hÁœˆÿÿ*ÌgDf˜hÁœˆÿÿ%`•Мˆÿÿ*ÐgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ*ÔgDf˜8Äœˆÿÿ%`• Åœˆÿÿ*ØgDf˜ Åœˆÿÿ%`•Çœˆÿÿ*ÜgDf˜Çœˆÿÿ%`•pÈœˆÿÿ*àgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ*ägDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ*ègDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ*ìgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ*ðgDf˜Μˆÿÿ%`•.%ˆÿÿ*ôgDf˜.%ˆÿÿ%`•¨,%ˆÿÿ*øgDf˜¨,%ˆÿÿ%`•@+%ˆÿÿ*ügDf˜@+%ˆÿÿ%`•Ø)%ˆÿÿ+gDf˜Ø)%ˆÿÿ%`•p(%ˆÿÿ+gDf˜p(%ˆÿÿ%`• µˆÿÿ+gDf˜ µˆÿÿ%`•8´ˆÿÿ+ gDf˜8´ˆÿÿ%`•вˆÿÿ+gDf˜Ð²ˆÿÿ%`•h±ˆÿÿ+gDf˜h±ˆÿÿ%`•°ˆÿÿ+gDf˜°ˆÿÿ%`•ÀŸˆÿÿ+gDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ+ gDf˜hÁŸˆÿÿ%`•Пˆÿÿ+$gDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ+(gDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ+,gDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ+0gDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ+4gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ+8gDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ+<gDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ+@gDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ+DgDf˜Οˆÿÿ%`•Ð1ˆÿÿ+HgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ+LgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ+PgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ+TgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ+XgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ+\gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ+`gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ+dgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ+hgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ+lgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ+pgDf˜Þ1ˆÿÿ%`•¾ˆÿÿ+tgDf˜¾ˆÿÿ%`•¨¼ˆÿÿ+xgDf˜¨¼ˆÿÿ%`•@»ˆÿÿ+|gDf˜@»ˆÿÿ%`•عˆÿÿ+€gDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿ+„gDf˜p¸ˆÿÿ%`•·ˆÿÿ+ˆgDf˜·ˆÿÿ%`•8*ˆÿÿ+ŒgDf˜8*ˆÿÿ%`•Ð*ˆÿÿ+gDf˜Ð*ˆÿÿ%`•h*ˆÿÿ+”gDf˜h*ˆÿÿ%`•*ˆÿÿ+˜gDf˜*ˆÿÿ%`•0#ˆÿÿ+œgDf˜0#ˆÿÿ%`•h1#ˆÿÿ+ gDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿ+¤gDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ+¨gDf˜84#ˆÿÿ%`• 5#ˆÿÿ+¬gDf˜ 5#ˆÿÿ%`•7#ˆÿÿ+°gDf˜7#ˆÿÿ%`•p8#ˆÿÿ+´gDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿ+¸gDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿ+¼gDf˜@;#ˆÿÿ%`•¨<#ˆÿÿ+ÀgDf˜¨<#ˆÿÿ%`•>#ˆÿÿ+ÄgDf˜>#ˆÿÿ%`• ˆÿÿ+ÈgDf˜ ˆÿÿ%`•h ˆÿÿ+ÌgDf˜h ˆÿÿ%`•Ð ˆÿÿ+ÐgDf˜Ð ˆÿÿ%`•8 ˆÿÿ+ÔgDf˜8 ˆÿÿ%`•  ˆÿÿ+ØgDf˜  ˆÿÿ%`• ˆÿÿ+ÜgDf˜ ˆÿÿ%`•p ˆÿÿ+àgDf˜p ˆÿÿ%`•Ø  ˆÿÿ+ägDf˜Ø  ˆÿÿ%`•@  ˆÿÿ+ègDf˜@  ˆÿÿ%`•¨  ˆÿÿ+ìgDf˜¨  ˆÿÿ%`• ˆÿÿ+ðgDf˜ ˆÿÿ%`•*ˆÿÿ+ôgDf˜*ˆÿÿ%`•¨ *ˆÿÿ+øgDf˜¨ *ˆÿÿ%`•@ *ˆÿÿ,gDf˜@ *ˆÿÿ%`•Ø *ˆÿÿ,gDf˜Ø *ˆÿÿ%`•p*ˆÿÿ,gDf˜p*ˆÿÿ%`•*ˆÿÿ, gDf˜*ˆÿÿ%`• *ˆÿÿ,gDf˜ *ˆÿÿ%`•8Ô' ˆÿÿ,gDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿ,gDf˜ Õ' ˆÿÿ%`•×' ˆÿÿ,gDf˜×' ˆÿÿ%`•pØ' ˆÿÿ, gDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿ,$gDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿ,(gDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿ,,gDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿ,0gDf˜Þ' ˆÿÿ%`•ެˆÿÿ,4gDf˜ެˆÿÿ%`•¨Œ¬ˆÿÿ,8gDf˜¨Œ¬ˆÿÿ%`•@‹¬ˆÿÿ,<gDf˜@‹¬ˆÿÿ%`•؉¬ˆÿÿ,@gDf˜Ø‰¬ˆÿÿ%`•pˆ¬ˆÿÿ,DgDf˜pˆ¬ˆÿÿ%`•؉…ˆÿÿ,HgDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿ,LgDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿ,PgDf˜‡…ˆÿÿ%`• ……ˆÿÿ,TgDf˜ ……ˆÿÿ%`•8„…ˆÿÿ,XgDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿ,\gDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿ,`gDf˜h…ˆÿÿ%`•€…ˆÿÿ,dgDf˜€…ˆÿÿ%`•@Mˆÿÿ,hgDf˜@Mˆÿÿ%`•hAMˆÿÿ,lgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ,pgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ,tgDf˜8DMˆÿÿ%`• EMˆÿÿ,xgDf˜ EMˆÿÿ%`•GMˆÿÿ,|gDf˜GMˆÿÿ%`•pHMˆÿÿ,€gDf˜pHMˆÿÿ%`•ØIMˆÿÿ,„gDf˜ØIMˆÿÿ%`•@KMˆÿÿ,ˆgDf˜@KMˆÿÿ%`•¨LMˆÿÿ,ŒgDf˜¨LMˆÿÿ%`•8ô,ˆÿÿ,gDf˜8ô,ˆÿÿ%`•Ðò,ˆÿÿ,”gDf˜Ðò,ˆÿÿ%`•hñ,ˆÿÿ,˜gDf˜hñ,ˆÿÿ%`•ð,ˆÿÿ,œgDf˜ð,ˆÿÿ%`•€%ˆÿÿ, gDf˜€%ˆÿÿ%`•h%ˆÿÿ,¤gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ,¨gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ,¬gDf˜8„%ˆÿÿ%`• …%ˆÿÿ,°gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ,´gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ,¸gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ,¼gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ,ÀgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ,ÄgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ,ÈgDf˜Ž%ˆÿÿ%`•àˆÿÿ,ÌgDf˜àˆÿÿ%`•háˆÿÿ,ÐgDf˜háˆÿÿ%`•Ðâˆÿÿ,ÔgDf˜Ðâˆÿÿ%`•8äˆÿÿ,ØgDf˜8äˆÿÿ%`• åˆÿÿ,ÜgDf˜ åˆÿÿ%`•çˆÿÿ,àgDf˜çˆÿÿ%`•pèˆÿÿ,ägDf˜pèˆÿÿ%`•Øéˆÿÿ,ègDf˜Øéˆÿÿ%`•@ëˆÿÿ,ìgDf˜@ëˆÿÿ%`•¨ìˆÿÿ,ðgDf˜¨ìˆÿÿ%`•îˆÿÿ,ôgDf˜îˆÿÿ%`•þ,ˆÿÿ,øgDf˜þ,ˆÿÿ%`•¨ü,ˆÿÿ,ügDf˜¨ü,ˆÿÿ%`•@û,ˆÿÿ-gDf˜@û,ˆÿÿ%`•Øù,ˆÿÿ-gDf˜Øù,ˆÿÿ%`•pø,ˆÿÿ-gDf˜pø,ˆÿÿ%`•÷,ˆÿÿ- gDf˜÷,ˆÿÿ%`• õ,ˆÿÿ-gDf˜ õ,ˆÿÿ%`•NMˆÿÿ-gDf˜NMˆÿÿ%`•Ž…ˆÿÿ-gDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿ-gDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿ- gDf˜@‹…ˆÿÿ%`•¨<™ˆÿÿ-$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ-(gDf˜>™ˆÿÿ%`•€¬ˆÿÿ-,gDf˜€¬ˆÿÿ%`•h¬ˆÿÿ-0gDf˜h¬ˆÿÿ%`•Ђ¬ˆÿÿ-4gDf˜Ð‚¬ˆÿÿ%`•8„¬ˆÿÿ-8gDf˜8„¬ˆÿÿ%`• …¬ˆÿÿ-<gDf˜ …¬ˆÿÿ%`•‡¬ˆÿÿ-@gDf˜‡¬ˆÿÿ%`•ÐÒ' ˆÿÿ-DgDf˜ÐÒ' ˆÿÿ%`•hÑ' ˆÿÿ-HgDf˜hÑ' ˆÿÿ%`•Ð' ˆÿÿ-LgDf˜Ð' ˆÿÿ%`• %ˆÿÿ-PgDf˜ %ˆÿÿ%`•h!%ˆÿÿ-TgDf˜h!%ˆÿÿ%`•p(%ˆÿÿ-XgDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ-\gDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ-`gDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ-dgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ-hgDf˜.%ˆÿÿ%`•Ð"%ˆÿÿ-lgDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ-pgDf˜8$%ˆÿÿ%`• %%ˆÿÿ-tgDf˜ %%ˆÿÿ%`•'%ˆÿÿ-xgDf˜'%ˆÿÿ%`•°ˆÿÿ-|gDf˜°ˆÿÿ%`•h±ˆÿÿ-€gDf˜h±ˆÿÿ%`•вˆÿÿ-„gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ-ˆgDf˜8´ˆÿÿ%`• µˆÿÿ-ŒgDf˜ µˆÿÿ%`•8Ô1ˆÿÿ-gDf˜8Ô1ˆÿÿ%`•ÐÒ1ˆÿÿ-”gDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿ-˜gDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿ-œgDf˜Ð1ˆÿÿ%`•àCˆÿÿ- gDf˜àCˆÿÿ%`•háCˆÿÿ-¤gDf˜háCˆÿÿ%`•ÐâCˆÿÿ-¨gDf˜ÐâCˆÿÿ%`•8äCˆÿÿ-¬gDf˜8äCˆÿÿ%`• åCˆÿÿ-°gDf˜ åCˆÿÿ%`•çCˆÿÿ-´gDf˜çCˆÿÿ%`•pèCˆÿÿ-¸gDf˜pèCˆÿÿ%`•ØéCˆÿÿ-¼gDf˜ØéCˆÿÿ%`•@ëCˆÿÿ-ÀgDf˜@ëCˆÿÿ%`•¨ìCˆÿÿ-ÄgDf˜¨ìCˆÿÿ%`•îCˆÿÿ-ÈgDf˜îCˆÿÿ%`• ½ˆÿÿ-ÌgDf˜ ½ˆÿÿ%`•h!½ˆÿÿ-ÐgDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ-ÔgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ-ØgDf˜8$½ˆÿÿ%`• %½ˆÿÿ-ÜgDf˜ %½ˆÿÿ%`•'½ˆÿÿ-àgDf˜'½ˆÿÿ%`•p(½ˆÿÿ-ägDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ-ègDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ-ìgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ-ðgDf˜¨,½ˆÿÿ%`•.½ˆÿÿ-ôgDf˜.½ˆÿÿ%`•Þ1ˆÿÿ-øgDf˜Þ1ˆÿÿ%`•¨Ü1ˆÿÿ-ügDf˜¨Ü1ˆÿÿ%`•@Û1ˆÿÿ.gDf˜@Û1ˆÿÿ%`•ØÙ1ˆÿÿ.gDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿ.gDf˜pØ1ˆÿÿ%`•×1ˆÿÿ. gDf˜×1ˆÿÿ%`• Õ1ˆÿÿ.gDf˜ Õ1ˆÿÿ%`•·ˆÿÿ.gDf˜·ˆÿÿ%`•p¸ˆÿÿ.gDf˜p¸ˆÿÿ%`•عˆÿÿ.gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ. gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ.$gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ.(gDf˜¾ˆÿÿ%`•*ˆÿÿ.,gDf˜*ˆÿÿ%`•h*ˆÿÿ.0gDf˜h*ˆÿÿ%`•Ð*ˆÿÿ.4gDf˜Ð*ˆÿÿ%`•8*ˆÿÿ.8gDf˜8*ˆÿÿ%`•8 ˆÿÿ.<gDf˜8 ˆÿÿ%`•Ð ˆÿÿ.@gDf˜Ð ˆÿÿ%`•h ˆÿÿ.DgDf˜h ˆÿÿ%`• ˆÿÿ.HgDf˜ ˆÿÿ%`•À ˆÿÿ.LgDf˜À ˆÿÿ%`•hÁ ˆÿÿ.PgDf˜hÁ ˆÿÿ%`•Рˆÿÿ.TgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ.XgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ.\gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ.`gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ.dgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ.hgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ.lgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ.pgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ.tgDf˜Î ˆÿÿ%`• ˆÿÿ.xgDf˜ ˆÿÿ%`•¨  ˆÿÿ.|gDf˜¨  ˆÿÿ%`•@  ˆÿÿ.€gDf˜@  ˆÿÿ%`•Ø  ˆÿÿ.„gDf˜Ø  ˆÿÿ%`•p ˆÿÿ.ˆgDf˜p ˆÿÿ%`• ˆÿÿ.ŒgDf˜ ˆÿÿ%`•  ˆÿÿ.gDf˜  ˆÿÿ%`• *ˆÿÿ.”gDf˜ *ˆÿÿ%`•*ˆÿÿ.˜gDf˜*ˆÿÿ%`•p*ˆÿÿ.œgDf˜p*ˆÿÿ%`•Ø *ˆÿÿ. gDf˜Ø *ˆÿÿ%`•@ *ˆÿÿ.¤gDf˜@ *ˆÿÿ%`•¨ *ˆÿÿ.¨gDf˜¨ *ˆÿÿ%`•*ˆÿÿ.¬gDf˜*ˆÿÿ%`•Þ' ˆÿÿ.°gDf˜Þ' ˆÿÿ%`•¨Ü' ˆÿÿ.´gDf˜¨Ü' ˆÿÿ%`•@Û' ˆÿÿ.¸gDf˜@Û' ˆÿÿ%`•ØÙ' ˆÿÿ.¼gDf˜ØÙ' ˆÿÿ%`•pØ' ˆÿÿ.ÀgDf˜pØ' ˆÿÿ%`•×' ˆÿÿ.ÄgDf˜×' ˆÿÿ%`• Õ' ˆÿÿ.ÈgDf˜ Õ' ˆÿÿ%`•8Ô' ˆÿÿ.ÌgDf˜8Ô' ˆÿÿ%`•pˆ¬ˆÿÿ.ÐgDf˜pˆ¬ˆÿÿ%`•؉¬ˆÿÿ.ÔgDf˜Ø‰¬ˆÿÿ%`•@‹¬ˆÿÿ.ØgDf˜@‹¬ˆÿÿ%`•¨Œ¬ˆÿÿ.ÜgDf˜¨Œ¬ˆÿÿ%`•ެˆÿÿ.àgDf˜ެˆÿÿ%`•€…ˆÿÿ.ägDf˜€…ˆÿÿ%`•h…ˆÿÿ.ègDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ.ìgDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ.ðgDf˜8„…ˆÿÿ%`• ……ˆÿÿ.ôgDf˜ ……ˆÿÿ%`•‡…ˆÿÿ.øgDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ.ügDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ/gDf˜Ø‰…ˆÿÿ%`•¨LMˆÿÿ/gDf˜¨LMˆÿÿ%`•@KMˆÿÿ/gDf˜@KMˆÿÿ%`•ØIMˆÿÿ/ gDf˜ØIMˆÿÿ%`•pHMˆÿÿ/gDf˜pHMˆÿÿ%`•GMˆÿÿ/gDf˜GMˆÿÿ%`• EMˆÿÿ/gDf˜ EMˆÿÿ%`•8DMˆÿÿ/gDf˜8DMˆÿÿ%`•ÐBMˆÿÿ/ gDf˜ÐBMˆÿÿ%`•hAMˆÿÿ/$gDf˜hAMˆÿÿ%`•@Mˆÿÿ/(gDf˜@Mˆÿÿ%`•ð,ˆÿÿ/,gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ/0gDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ/4gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ/8gDf˜8ô,ˆÿÿ%`•8äˆÿÿ/<gDf˜8äˆÿÿ%`•Ðâˆÿÿ/@gDf˜Ðâˆÿÿ%`•háˆÿÿ/DgDf˜háˆÿÿ%`•àˆÿÿ/HgDf˜àˆÿÿ%`•Àº ˆÿÿ/LgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ/PgDf˜hÁº ˆÿÿ%`•к ˆÿÿ/TgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ/XgDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ/\gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ/`gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ/dgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ/hgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ/lgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ/pgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ/tgDf˜κ ˆÿÿ%`•îˆÿÿ/xgDf˜îˆÿÿ%`•¨ìˆÿÿ/|gDf˜¨ìˆÿÿ%`•@ëˆÿÿ/€gDf˜@ëˆÿÿ%`•Øéˆÿÿ/„gDf˜Øéˆÿÿ%`•pèˆÿÿ/ˆgDf˜pèˆÿÿ%`•çˆÿÿ/ŒgDf˜çˆÿÿ%`• åˆÿÿ/gDf˜ åˆÿÿ%`• õ,ˆÿÿ/”gDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ/˜gDf˜÷,ˆÿÿ%`•pø,ˆÿÿ/œgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ/ gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ/¤gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ/¨gDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ/¬gDf˜þ,ˆÿÿ%`•NMˆÿÿ/°gDf˜NMˆÿÿ%`•@‹…ˆÿÿ/´gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ/¸gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ/¼gDf˜Ž…ˆÿÿ%`•>™ˆÿÿ/ÀgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ/ÄgDf˜¨<™ˆÿÿ%`•‡¬ˆÿÿ/ÈgDf˜‡¬ˆÿÿ%`• …¬ˆÿÿ/ÌgDf˜ …¬ˆÿÿ%`•8„¬ˆÿÿ/ÐgDf˜8„¬ˆÿÿ%`•Ђ¬ˆÿÿ/ÔgDf˜Ð‚¬ˆÿÿ%`•h¬ˆÿÿ/ØgDf˜h¬ˆÿÿ%`•€¬ˆÿÿ/ÜgDf˜€¬ˆÿÿ%`•Ð' ˆÿÿ/àgDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿ/ägDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿ/ègDf˜ÐÒ' ˆÿÿ%`• µˆÿÿ/ìgDf˜ µˆÿÿ%`•8´ˆÿÿ/ðgDf˜8´ˆÿÿ%`•вˆÿÿ/ôgDf˜Ð²ˆÿÿ%`•h±ˆÿÿ/øgDf˜h±ˆÿÿ%`•°ˆÿÿ/ügDf˜°ˆÿÿ%`•Ð1ˆÿÿ0gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ0gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ0 gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ0gDf˜8Ô1ˆÿÿ%`•8$½ˆÿÿ0gDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿ0gDf˜Ð"½ˆÿÿ%`•h!½ˆÿÿ0gDf˜h!½ˆÿÿ%`• ½ˆÿÿ0 gDf˜ ½ˆÿÿ%`•ˆÿÿ0$gDf˜ˆÿÿ%`•hˆÿÿ0(gDf˜hˆÿÿ%`•Јÿÿ0,gDf˜Ðˆÿÿ%`•8ˆÿÿ00gDf˜8ˆÿÿ%`• ˆÿÿ04gDf˜ ˆÿÿ%`•ˆÿÿ08gDf˜ˆÿÿ%`•pˆÿÿ0<gDf˜pˆÿÿ%`•؈ÿÿ0@gDf˜Øˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0DgDf˜'ˆÿÿ%`•؈ÿÿ gDf˜Øˆÿÿ%`•pˆÿÿ7ègDf˜pˆÿÿ%`• ˆÿÿ`ÈgDf˜ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•hˆÿÿƒ,gDf˜hˆÿÿ%`•ˆÿÿƒ<gDf˜ˆÿÿ%`•ЈÿÿÑdgDf˜Ðˆÿÿ%`•@ˆÿÿìlgDf˜@ˆÿÿ%`•¨ˆÿÿ! gDf˜¨ˆÿÿ%`•¨ˆÿÿ gDf˜¨ˆÿÿ%`•¨ˆÿÿ0HgDf˜¨ˆÿÿ%`•@ˆÿÿ0LgDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1LgDf˜'ˆÿÿ%`•@ˆÿÿ1PügDf˜@ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2LgDf˜'ˆÿÿ%`•@ˆÿÿ2P´gDf˜@ˆÿÿ%`•ˆÿÿ4dgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4lgDf˜'ˆÿÿ%`•ˆÿÿ4pügDf˜ˆÿÿ%`•@ˆÿÿ6lœgDf˜@ˆÿÿ%`•8ˆÿÿ8 ügDf˜8ˆÿÿ%`•¨ˆÿÿ:gDf˜¨ˆÿÿ%`• ˆÿÿ: ügDf˜ ˆÿÿ%`•pˆÿÿ<gDf˜pˆÿÿ%`•Јÿÿ<ðgDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>gDf˜'ˆÿÿ%`•¨ˆÿÿ{°gDf˜¨ˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•ЈÿÿzL gDf˜Ðˆÿÿ%`•¨ˆÿÿ{gDf˜¨ˆÿÿ%`•¨ˆÿÿ gDf˜¨ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•Јÿÿ/øgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ~gDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ{tgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ!gDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ>gDf˜Ðˆÿÿ%`•¨ˆÿÿ>ügDf˜¨ˆÿÿ%`• ˆÿÿ@ gDf˜ ˆÿÿ%`•pˆÿÿ@<gDf˜pˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@PgDf˜'ˆÿÿ%`•pˆÿÿ@TgDf˜pˆÿÿ%`•pˆÿÿ@XgDf˜pˆÿÿ%`•pˆÿÿ@\gDf˜pˆÿÿ%`•pˆÿÿ@`gDf˜pˆÿÿ%`•pˆÿÿ@dgDf˜pˆÿÿ%`•pˆÿÿ@hgDf˜pˆÿÿ%`•pˆÿÿ@lgDf˜pˆÿÿ%`•pˆÿÿ@pgDf˜pˆÿÿ%`•pˆÿÿ@tgDf˜pˆÿÿ%`•pˆÿÿ@xgDf˜pˆÿÿ%`• ˆÿÿ@|gDf˜ ˆÿÿ%`•؈ÿÿ@€gDf˜Øˆÿÿ%`•hˆÿÿ@„gDf˜hˆÿÿ%`•hˆÿÿ@ˆgDf˜hˆÿÿ%`•؈ÿÿ@ŒgDf˜Øˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•pˆÿÿ@”gDf˜pˆÿÿ%`•ˆÿÿ@˜gDf˜ˆÿÿ%`•ˆÿÿ@œgDf˜ˆÿÿ%`•ˆÿÿ@ gDf˜ˆÿÿ%`•@ˆÿÿ@¤gDf˜@ˆÿÿ%`•8ˆÿÿ@¨gDf˜8ˆÿÿ%`•Јÿÿ@¬gDf˜Ðˆÿÿ%`•¨ˆÿÿ@°gDf˜¨ˆÿÿ%`•¨<™ˆÿÿ@´gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@¸gDf˜>™ˆÿÿ%`•Pˆÿÿ@¼gDf˜Pˆÿÿ%`•Pˆÿÿ@ÀgDf˜Pˆÿÿ%`•hQˆÿÿ@ÄgDf˜hQˆÿÿ%`•ÐRˆÿÿ@ÈgDf˜ÐRˆÿÿ%`•8Tˆÿÿ@ÌgDf˜8Tˆÿÿ%`• Uˆÿÿ@ÐgDf˜ Uˆÿÿ%`•Wˆÿÿ@ÔgDf˜Wˆÿÿ%`•pXˆÿÿ@ØgDf˜pXˆÿÿ%`•ØYˆÿÿ@ÜgDf˜ØYˆÿÿ%`•@[ˆÿÿ@àgDf˜@[ˆÿÿ%`•¨\ˆÿÿ@ägDf˜¨\ˆÿÿ%`•^ˆÿÿ@ègDf˜^ˆÿÿ%`•>™ˆÿÿ@ìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ@ðgDf˜¨<™ˆÿÿ%`•àˆÿÿ@ôgDf˜àˆÿÿ%`•háˆÿÿ@øgDf˜háˆÿÿ%`•Ðâˆÿÿ@ügDf˜Ðâˆÿÿ%`•8äˆÿÿAgDf˜8äˆÿÿ%`• åˆÿÿAgDf˜ åˆÿÿ%`•çˆÿÿAgDf˜çˆÿÿ%`•pèˆÿÿA gDf˜pèˆÿÿ%`•ØéˆÿÿAgDf˜Øéˆÿÿ%`•@ëˆÿÿAgDf˜@ëˆÿÿ%`•¨ìˆÿÿAgDf˜¨ìˆÿÿ%`•îˆÿÿAgDf˜îˆÿÿ%`•pÚˆÿÿA gDf˜pÚˆÿÿ%`•hqÚˆÿÿA$gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿA(gDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿA,gDf˜8tÚˆÿÿ%`• uÚˆÿÿA0gDf˜ uÚˆÿÿ%`•wÚˆÿÿA4gDf˜wÚˆÿÿ%`•pxÚˆÿÿA8gDf˜pxÚˆÿÿ%`•ØyÚˆÿÿA<gDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿA@gDf˜@{Úˆÿÿ%`•¨|ÚˆÿÿADgDf˜¨|Úˆÿÿ%`•~ÚˆÿÿAHgDf˜~Úˆÿÿ%`• ‚ ˆÿÿALgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿAPgDf˜h¡‚ ˆÿÿ%`•h¡‚ ˆÿÿATgDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿAXgDf˜ ‚ ˆÿÿ%`•Т‚ ˆÿÿA\gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿA`gDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿAdgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿAhgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿAlgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿApgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿAtgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿAxgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿA|gDf˜®‚ ˆÿÿ%`•¨<™ˆÿÿA€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿA„gDf˜>™ˆÿÿ%`•€ºˆÿÿAˆgDf˜€ºˆÿÿ%`•hºˆÿÿAŒgDf˜hºˆÿÿ%`•ЂºˆÿÿAgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿA”gDf˜8„ºˆÿÿ%`• …ºˆÿÿA˜gDf˜ …ºˆÿÿ%`•‡ºˆÿÿAœgDf˜‡ºˆÿÿ%`•pˆºˆÿÿA gDf˜pˆºˆÿÿ%`•؉ºˆÿÿA¤gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿA¨gDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿA¬gDf˜¨Œºˆÿÿ%`•ŽºˆÿÿA°gDf˜Žºˆÿÿ%`•  ˆÿÿA´gDf˜  ˆÿÿ%`•h¡ ˆÿÿA¸gDf˜h¡ ˆÿÿ%`•Т ˆÿÿA¼gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿAÀgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿAÄgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿAÈgDf˜§ ˆÿÿ%`•p¨ ˆÿÿAÌgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿAÐgDf˜Ø© ˆÿÿ%`•@« ˆÿÿAÔgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿAØgDf˜¨¬ ˆÿÿ%`•® ˆÿÿAÜgDf˜® ˆÿÿ%`•ˆÿÿAàgDf˜ˆÿÿ%`•hˆÿÿAägDf˜hˆÿÿ%`•ЈÿÿAègDf˜Ðˆÿÿ%`•8ˆÿÿAìgDf˜8ˆÿÿ%`• ˆÿÿAðgDf˜ ˆÿÿ%`•ˆÿÿAôgDf˜ˆÿÿ%`•pˆÿÿAøgDf˜pˆÿÿ%`•؈ÿÿAügDf˜Øˆÿÿ%`•@ˆÿÿBgDf˜@ˆÿÿ%`•¨ˆÿÿBgDf˜¨ˆÿÿ%`•ˆÿÿBgDf˜ˆÿÿ%`•ˆÿÿB gDf˜ˆÿÿ%`•h‘ˆÿÿBgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿBgDf˜Ð’ˆÿÿ%`•8”ˆÿÿBgDf˜8”ˆÿÿ%`• •ˆÿÿBgDf˜ •ˆÿÿ%`•—ˆÿÿB gDf˜—ˆÿÿ%`•p˜ˆÿÿB$gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿB(gDf˜Ø™ˆÿÿ%`•@›ˆÿÿB,gDf˜@›ˆÿÿ%`•¨œˆÿÿB0gDf˜¨œˆÿÿ%`•žˆÿÿB4gDf˜žˆÿÿ%`• û ˆÿÿB8gDf˜ û ˆÿÿ%`•h!û ˆÿÿB<gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿB@gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿBDgDf˜8$û ˆÿÿ%`• %û ˆÿÿBHgDf˜ %û ˆÿÿ%`•'û ˆÿÿBLgDf˜'û ˆÿÿ%`•p(û ˆÿÿBPgDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿBTgDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿBXgDf˜@+û ˆÿÿ%`•¨,û ˆÿÿB\gDf˜¨,û ˆÿÿ%`•.û ˆÿÿB`gDf˜.û ˆÿÿ%`• û ˆÿÿBdgDf˜ û ˆÿÿ%`•h¡û ˆÿÿBhgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿBlgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿBpgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿBtgDf˜ ¥û ˆÿÿ%`•§û ˆÿÿBxgDf˜§û ˆÿÿ%`•p¨û ˆÿÿB|gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿB€gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿB„gDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿBˆgDf˜¨¬û ˆÿÿ%`•®û ˆÿÿBŒgDf˜®û ˆÿÿ%`•>™ˆÿÿBgDf˜>™ˆÿÿ%`•¨<™ˆÿÿB”gDf˜¨<™ˆÿÿ%`•€ºˆÿÿB˜gDf˜€ºˆÿÿ%`•hºˆÿÿBœgDf˜hºˆÿÿ%`•ЂºˆÿÿB gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿB¤gDf˜8„ºˆÿÿ%`• …ºˆÿÿB¨gDf˜ …ºˆÿÿ%`•‡ºˆÿÿB¬gDf˜‡ºˆÿÿ%`•pˆºˆÿÿB°gDf˜pˆºˆÿÿ%`•؉ºˆÿÿB´gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿB¸gDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿB¼gDf˜¨Œºˆÿÿ%`•ŽºˆÿÿBÀgDf˜Žºˆÿÿ%`•Ð@ ˆÿÿBÄgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿBÈgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿBÌgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿBÐgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿBÔgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿBØgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿBÜgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿBàgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿBägDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿBègDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿBìgDf˜Þ@ ˆÿÿ%`•0ð ˆÿÿBðgDf˜0ð ˆÿÿ%`•h1ð ˆÿÿBôgDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿBøgDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿBügDf˜84ð ˆÿÿ%`• 5ð ˆÿÿCgDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿCgDf˜7ð ˆÿÿ%`•p8ð ˆÿÿCgDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿC gDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿCgDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿCgDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿCgDf˜>ð ˆÿÿ%`•ÀˆÿÿCgDf˜Àˆÿÿ%`•hÁˆÿÿC gDf˜hÁˆÿÿ%`•ЈÿÿC$gDf˜Ðˆÿÿ%`•8ĈÿÿC(gDf˜8Ĉÿÿ%`• ÅˆÿÿC,gDf˜ Åˆÿÿ%`•LjÿÿC0gDf˜Çˆÿÿ%`•pȈÿÿC4gDf˜pȈÿÿ%`•ØÉˆÿÿC8gDf˜ØÉˆÿÿ%`•@ˈÿÿC<gDf˜@ˈÿÿ%`•¨ÌˆÿÿC@gDf˜¨Ìˆÿÿ%`•ΈÿÿCDgDf˜Îˆÿÿ%`•pHˆÿÿCHgDf˜pHˆÿÿ%`•hqHˆÿÿCLgDf˜hqHˆÿÿ%`•ÐrHˆÿÿCPgDf˜ÐrHˆÿÿ%`•8tHˆÿÿCTgDf˜8tHˆÿÿ%`• uHˆÿÿCXgDf˜ uHˆÿÿ%`•wHˆÿÿC\gDf˜wHˆÿÿ%`•pxHˆÿÿC`gDf˜pxHˆÿÿ%`•ØyHˆÿÿCdgDf˜ØyHˆÿÿ%`•@{HˆÿÿChgDf˜@{Hˆÿÿ%`•¨|HˆÿÿClgDf˜¨|Hˆÿÿ%`•~HˆÿÿCpgDf˜~Hˆÿÿ%`•PˆÿÿCtgDf˜Pˆÿÿ%`•hQˆÿÿCxgDf˜hQˆÿÿ%`•ÐRˆÿÿC|gDf˜ÐRˆÿÿ%`•8TˆÿÿC€gDf˜8Tˆÿÿ%`• UˆÿÿC„gDf˜ Uˆÿÿ%`•WˆÿÿCˆgDf˜Wˆÿÿ%`•pXˆÿÿCŒgDf˜pXˆÿÿ%`•ØYˆÿÿCgDf˜ØYˆÿÿ%`•@[ˆÿÿC”gDf˜@[ˆÿÿ%`•¨\ˆÿÿC˜gDf˜¨\ˆÿÿ%`•^ˆÿÿCœgDf˜^ˆÿÿ%`• MˆÿÿC gDf˜ Mˆÿÿ%`•h!MˆÿÿC¤gDf˜h!Mˆÿÿ%`•Ð"MˆÿÿC¨gDf˜Ð"Mˆÿÿ%`•8$MˆÿÿC¬gDf˜8$Mˆÿÿ%`• %MˆÿÿC°gDf˜ %Mˆÿÿ%`•'MˆÿÿC´gDf˜'Mˆÿÿ%`•p(MˆÿÿC¸gDf˜p(Mˆÿÿ%`•Ø)MˆÿÿC¼gDf˜Ø)Mˆÿÿ%`•@+MˆÿÿCÀgDf˜@+Mˆÿÿ%`•¨,MˆÿÿCÄgDf˜¨,Mˆÿÿ%`•.MˆÿÿCÈgDf˜.Mˆÿÿ%`•ÐrˆÿÿCÌgDf˜Ðrˆÿÿ%`•hÑrˆÿÿCÐgDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿCÔgDf˜ÐÒrˆÿÿ%`•8ÔrˆÿÿCØgDf˜8Ôrˆÿÿ%`• ÕrˆÿÿCÜgDf˜ Õrˆÿÿ%`•×rˆÿÿCàgDf˜×rˆÿÿ%`•pØrˆÿÿ¤gDf˜pØrˆÿÿ%`•ØÙrˆÿÿ¨gDf˜ØÙrˆÿÿ%`•@Ûrˆÿÿ¬gDf˜@Ûrˆÿÿ%`•¨Ürˆÿÿ°gDf˜¨Ürˆÿÿ%`•Þrˆÿÿ´gDf˜Þrˆÿÿ%`•Jˆÿÿ¸gDf˜Jˆÿÿ%`•hJˆÿÿ¼gDf˜hJˆÿÿ%`•ÐJˆÿÿÀgDf˜ÐJˆÿÿ%`•8JˆÿÿÄgDf˜8Jˆÿÿ%`• JˆÿÿÈgDf˜ Jˆÿÿ%`•JˆÿÿÌgDf˜Jˆÿÿ%`•pJˆÿÿÔgDf˜pJˆÿÿ%`•ØJˆÿÿØgDf˜ØJˆÿÿ%`•@JˆÿÿÜgDf˜@Jˆÿÿ%`•¨JˆÿÿàgDf˜¨Jˆÿÿ%`•JˆÿÿägDf˜Jˆÿÿ%`•pŸ ˆÿÿègDf˜pŸ ˆÿÿ%`•hqŸ ˆÿÿìgDf˜hqŸ ˆÿÿ%`•ÐrŸ ˆÿÿðgDf˜ÐrŸ ˆÿÿ%`•8tŸ ˆÿÿôgDf˜8tŸ ˆÿÿ%`• uŸ ˆÿÿøgDf˜ uŸ ˆÿÿ%`•wŸ ˆÿÿügDf˜wŸ ˆÿÿ%`•pxŸ ˆÿÿgDf˜pxŸ ˆÿÿ%`•ØyŸ ˆÿÿgDf˜ØyŸ ˆÿÿ%`•@{Ÿ ˆÿÿgDf˜@{Ÿ ˆÿÿ%`•¨|Ÿ ˆÿÿ gDf˜¨|Ÿ ˆÿÿ%`•~Ÿ ˆÿÿgDf˜~Ÿ ˆÿÿ%`•àˆÿÿgDf˜àˆÿÿ%`•háˆÿÿgDf˜háˆÿÿ%`•ÐâˆÿÿgDf˜Ðâˆÿÿ%`•8äˆÿÿ gDf˜8äˆÿÿ%`• åˆÿÿ$gDf˜ åˆÿÿ%`•çˆÿÿ(gDf˜çˆÿÿ%`•pèˆÿÿ,gDf˜pèˆÿÿ%`•Øéˆÿÿ0gDf˜Øéˆÿÿ%`•@ëˆÿÿ4gDf˜@ëˆÿÿ%`•¨ìˆÿÿ8gDf˜¨ìˆÿÿ%`•îˆÿÿ<gDf˜îˆÿÿ%`•€$ˆÿÿ@gDf˜€$ˆÿÿ%`•h$ˆÿÿDgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿHgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿLgDf˜8„$ˆÿÿ%`• …$ˆÿÿPgDf˜ …$ˆÿÿ%`•‡$ˆÿÿTgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿXgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿ\gDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿ`gDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿdgDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿhgDf˜Ž$ˆÿÿ%`•¨¬û ˆÿÿlgDf˜¨¬û ˆÿÿ%`•@«û ˆÿÿpgDf˜@«û ˆÿÿ%`•Ø©û ˆÿÿtgDf˜Ø©û ˆÿÿ%`•p¨û ˆÿÿxgDf˜p¨û ˆÿÿ%`•§û ˆÿÿ|gDf˜§û ˆÿÿ%`• ¥û ˆÿÿ€gDf˜ ¥û ˆÿÿ%`•8¤û ˆÿÿ„gDf˜8¤û ˆÿÿ%`•Тû ˆÿÿˆgDf˜Ð¢û ˆÿÿ%`•h¡û ˆÿÿŒgDf˜h¡û ˆÿÿ%`• û ˆÿÿgDf˜ û ˆÿÿ%`•0ˆÿÿ”gDf˜0ˆÿÿ%`•h1ˆÿÿ˜gDf˜h1ˆÿÿ%`•Ð2ˆÿÿœgDf˜Ð2ˆÿÿ%`•84ˆÿÿ gDf˜84ˆÿÿ%`• 5ˆÿÿ¤gDf˜ 5ˆÿÿ%`•7ˆÿÿ¨gDf˜7ˆÿÿ%`•p8ˆÿÿ¬gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ°gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ´gDf˜@;ˆÿÿ%`•¨<ˆÿÿ¸gDf˜¨<ˆÿÿ%`•>ˆÿÿ¼gDf˜>ˆÿÿ%`•À ˆÿÿÀgDf˜À ˆÿÿ%`•hÁ ˆÿÿÄgDf˜hÁ ˆÿÿ%`•РˆÿÿÈgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿÌgDf˜8Ä ˆÿÿ%`• Å ˆÿÿÐgDf˜ Å ˆÿÿ%`•Ç ˆÿÿÔgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿØgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿÜgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿàgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿägDf˜¨Ì ˆÿÿ%`•Î ˆÿÿègDf˜Î ˆÿÿ%`•®û ˆÿÿìgDf˜®û ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•p8ð ˆÿÿøgDf˜p8ð ˆÿÿ%`•7ð ˆÿÿügDf˜7ð ˆÿÿ%`• 5ð ˆÿÿgDf˜ 5ð ˆÿÿ%`•84ð ˆÿÿgDf˜84ð ˆÿÿ%`•Ð2ð ˆÿÿgDf˜Ð2ð ˆÿÿ%`•h1ð ˆÿÿ gDf˜h1ð ˆÿÿ%`•0ð ˆÿÿgDf˜0ð ˆÿÿ%`•€ºˆÿÿgDf˜€ºˆÿÿ%`•hºˆÿÿgDf˜hºˆÿÿ%`•ЂºˆÿÿgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ gDf˜8„ºˆÿÿ%`• …ºˆÿÿ$gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ(gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ,gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ0gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ4gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ8gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ<gDf˜Žºˆÿÿ%`•  ˆÿÿ@gDf˜  ˆÿÿ%`•h¡ ˆÿÿDgDf˜h¡ ˆÿÿ%`•Т ˆÿÿHgDf˜Ð¢ ˆÿÿ%`•@« ˆÿÿLügDf˜@« ˆÿÿ%`•¨¬ ˆÿÿHŒgDf˜¨¬ ˆÿÿ%`•® ˆÿÿÜügDf˜® ˆÿÿ%`•>ð ˆÿÿ ØügDf˜>ð ˆÿÿ%`•¨<ð ˆÿÿ ÔgDf˜¨<ð ˆÿÿ%`•@;ð ˆÿÿ àügDf˜@;ð ˆÿÿ%`•Ø9ð ˆÿÿ ÜügDf˜Ø9ð ˆÿÿ%`•WˆÿÿØgDf˜Wˆÿÿ%`• UˆÿÿägDf˜ Uˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•§ ˆÿÿgDf˜§ ˆÿÿ%`•8¤ ˆÿÿgDf˜8¤ ˆÿÿ%`•Ø© ˆÿÿ}DgDf˜Ø© ˆÿÿ%`• ¥ ˆÿÿ}LgDf˜ ¥ ˆÿÿ%`•p¨ ˆÿÿáìgDf˜p¨ ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•¨\ˆÿÿ gDf˜¨\ˆÿÿ%`•8Tˆÿÿ gDf˜8Tˆÿÿ%`•¨\ˆÿÿáðgDf˜¨\ˆÿÿ%`• UˆÿÿâgDf˜ Uˆÿÿ%`• Uˆÿÿ gDf˜ Uˆÿÿ%`• Uˆÿÿâ8gDf˜ Uˆÿÿ%`• Uˆÿÿ gDf˜ Uˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•0͈ÿÿõ€gDf˜0͈ÿÿ%`•p8͈ÿÿö„gDf˜p8͈ÿÿ%`•84͈ÿÿöДgDf˜84͈ÿÿ%`•h1͈ÿÿ÷dügDf˜h1͈ÿÿ%`•Ð2͈ÿÿù`gDf˜Ð2͈ÿÿ%`• 5͈ÿÿ gDf˜ 5͈ÿÿ%`•7͈ÿÿ ügDf˜7͈ÿÿ%`•Ø9͈ÿÿ ˜gDf˜Ø9͈ÿÿ%`•@;͈ÿÿ ¬ügDf˜@;͈ÿÿ%`•¨<͈ÿÿ¨\gDf˜¨<͈ÿÿ%`•àˆÿÿ gDf˜àˆÿÿ%`•>͈ÿÿo¸xgDf˜>͈ÿÿ%`•pXˆÿÿƒ,gDf˜pXˆÿÿ%`• Uˆÿÿƒ8gDf˜ Uˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•ØYˆÿÿgDf˜ØYˆÿÿ%`•@[ˆÿÿ‘gDf˜@[ˆÿÿ%`•Wˆÿÿ˜gDf˜Wˆÿÿ%`•ÐRˆÿÿ™ gDf˜ÐRˆÿÿ%`•hQˆÿÿ gDf˜hQˆÿÿ%`•Pˆÿÿ¡gDf˜Pˆÿÿ%`•¨\ˆÿÿâHgDf˜¨\ˆÿÿ%`•8TˆÿÿâTLgDf˜8Tˆÿÿ%`•àˆÿÿ gDf˜àˆÿÿ%`•àˆÿÿøgDf˜àˆÿÿ%`•háˆÿÿüügDf˜háˆÿÿ%`•ÐâˆÿÿøìgDf˜Ðâˆÿÿ%`•8äˆÿÿè€gDf˜8äˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿhgDf˜'ˆÿÿ%`•8äˆÿÿlPgDf˜8äˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•8äˆÿÿÀLgDf˜8äˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8äˆÿÿügDf˜8äˆÿÿ%`•Øéˆÿÿ ÜgDf˜Øéˆÿÿ%`•çˆÿÿììgDf˜çˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•çˆÿÿÜügDf˜çˆÿÿ%`•ØéˆÿÿØgDf˜Øéˆÿÿ%`•8äˆÿÿðügDf˜8äˆÿÿ%`•pèˆÿÿìgDf˜pèˆÿÿ%`• åˆÿÿðügDf˜ åˆÿÿ%`•îˆÿÿìgDf˜îˆÿÿ%`•¨ìˆÿÿôügDf˜¨ìˆÿÿ%`•àˆÿÿ!ðgDf˜àˆÿÿ%`•@ëˆÿÿ!ôügDf˜@ëˆÿÿ%`•háˆÿÿ#ðgDf˜háˆÿÿ%`•Ðâˆÿÿ#øügDf˜Ðâˆÿÿ%`•>™ˆÿÿ%ôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%øXgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'PgDf˜'ˆÿÿ%`•Ђñ ˆÿÿzDgDf˜Ð‚ñ ˆÿÿ%`•hñ ˆÿÿ}ôgDf˜hñ ˆÿÿ%`•€ñ ˆÿÿ¸gDf˜€ñ ˆÿÿ%`•€ñ ˆÿÿ gDf˜€ñ ˆÿÿ%`•€ñ ˆÿÿz4gDf˜€ñ ˆÿÿ%`•hñ ˆÿÿzX(gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿz” gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿÜgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿã8ügDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿå4ügDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿç0ügDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿé,gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿê8PgDf˜@‹ñ ˆÿÿ%`•@‹ñ ˆÿÿ gDf˜@‹ñ ˆÿÿ%`•@‹ñ ˆÿÿ'TgDf˜@‹ñ ˆÿÿ%`•؉ñ ˆÿÿ'X gDf˜Ø‰ñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'xgDf˜'ˆÿÿ%`•؉ñ ˆÿÿ'|$gDf˜Ø‰ñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ' gDf˜'ˆÿÿ%`•؉ñ ˆÿÿ'¤$gDf˜Ø‰ñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ÈgDf˜'ˆÿÿ%`•؉ñ ˆÿÿ'ÌgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ÐgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ÔgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ØgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ÜgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'àgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ägDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ègDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ìgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ðgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ôgDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ'ügDf˜Ø‰ñ ˆÿÿ%`•؉ñ ˆÿÿ(gDf˜Ø‰ñ ˆÿÿ%`•€ñ ˆÿÿ(gDf˜€ñ ˆÿÿ%`•8„ñ ˆÿÿ(gDf˜8„ñ ˆÿÿ%`•8„ñ ˆÿÿ( gDf˜8„ñ ˆÿÿ%`•€ñ ˆÿÿ(gDf˜€ñ ˆÿÿ%`•؉ñ ˆÿÿ(gDf˜Ø‰ñ ˆÿÿ%`•Ђñ ˆÿÿ(gDf˜Ð‚ñ ˆÿÿ%`•hñ ˆÿÿ(gDf˜hñ ˆÿÿ%`• …ñ ˆÿÿ( gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ($gDf˜‡ñ ˆÿÿ%`•@‹ñ ˆÿÿ((gDf˜@‹ñ ˆÿÿ%`•pˆñ ˆÿÿ(,gDf˜pˆñ ˆÿÿ%`•¨Œñ ˆÿÿ(0gDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ(4gDf˜Žñ ˆÿÿ%`•Žñ ˆÿÿ(8gDf˜Žñ ˆÿÿ%`•¨Œñ ˆÿÿ(<gDf˜¨Œñ ˆÿÿ%`•pˆñ ˆÿÿ(@gDf˜pˆñ ˆÿÿ%`•@‹ñ ˆÿÿ(DgDf˜@‹ñ ˆÿÿ%`•‡ñ ˆÿÿ(HgDf˜‡ñ ˆÿÿ%`• …ñ ˆÿÿ(LgDf˜ …ñ ˆÿÿ%`•hñ ˆÿÿ(PgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ(TgDf˜Ð‚ñ ˆÿÿ%`•؉ñ ˆÿÿ(XgDf˜Ø‰ñ ˆÿÿ%`•€ñ ˆÿÿ(\gDf˜€ñ ˆÿÿ%`•8„ñ ˆÿÿ(`gDf˜8„ñ ˆÿÿ%`•¨<™ˆÿÿ(dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(hgDf˜>™ˆÿÿ%`•°¹ˆÿÿ(lgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ(pgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ(tgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ(xgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ(|gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ(€gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ(„gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ(ˆgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ(ŒgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ(gDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ(”gDf˜¾¹ˆÿÿ%`•¡ˆÿÿ(˜gDf˜¡ˆÿÿ%`•h¡ˆÿÿ(œgDf˜h¡ˆÿÿ%`•Сˆÿÿ( gDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ(¤gDf˜8¡ˆÿÿ%`• ¡ˆÿÿ(¨gDf˜ ¡ˆÿÿ%`•¡ˆÿÿ(¬gDf˜¡ˆÿÿ%`•p¡ˆÿÿ(°gDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ(´gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ(¸gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ(¼gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ(ÀgDf˜¡ˆÿÿ%`•Å ˆÿÿ(ÄgDf˜Å ˆÿÿ%`•hÅ ˆÿÿ(ÈgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ(ÌgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ(ÐgDf˜8Å ˆÿÿ%`• Å ˆÿÿ(ÔgDf˜ Å ˆÿÿ%`•Å ˆÿÿ(ØgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ(ÜgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ(àgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ(ägDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ(ègDf˜¨Å ˆÿÿ%`•Å ˆÿÿ(ìgDf˜Å ˆÿÿ%`•Àº ˆÿÿ(ðgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ(ôgDf˜hÁº ˆÿÿ%`•к ˆÿÿ(øgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ(ügDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ)gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ)gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ)gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ) gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ)gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ)gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ)gDf˜κ ˆÿÿ%`•>™ˆÿÿ)gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ) gDf˜¨<™ˆÿÿ%`•€ñ ˆÿÿ)$gDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ)(gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ),gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ)0gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ)4gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ)8gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ)<gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ)@gDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ)DgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ)HgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ)LgDf˜Žñ ˆÿÿ%`•…ˆÿÿ)PgDf˜…ˆÿÿ%`•h…ˆÿÿ)TgDf˜h…ˆÿÿ%`•Ð…ˆÿÿ)XgDf˜Ð…ˆÿÿ%`•8…ˆÿÿ)\gDf˜8…ˆÿÿ%`• …ˆÿÿ)`gDf˜ …ˆÿÿ%`•…ˆÿÿ)dgDf˜…ˆÿÿ%`•p…ˆÿÿ)hgDf˜p…ˆÿÿ%`•Ø …ˆÿÿ)lgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ)pgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ)tgDf˜¨ …ˆÿÿ%`•…ˆÿÿ)xgDf˜…ˆÿÿ%`•PFˆÿÿ)|gDf˜PFˆÿÿ%`•hQFˆÿÿ)€gDf˜hQFˆÿÿ%`•ÐRFˆÿÿ)„gDf˜ÐRFˆÿÿ%`•8TFˆÿÿ)ˆgDf˜8TFˆÿÿ%`• UFˆÿÿ)ŒgDf˜ UFˆÿÿ%`•WFˆÿÿ)gDf˜WFˆÿÿ%`•pXFˆÿÿ)”gDf˜pXFˆÿÿ%`•ØYFˆÿÿ)˜gDf˜ØYFˆÿÿ%`•@[Fˆÿÿ)œgDf˜@[Fˆÿÿ%`•¨\Fˆÿÿ) gDf˜¨\Fˆÿÿ%`•^Fˆÿÿ)¤gDf˜^Fˆÿÿ%`•à‰ˆÿÿ)¨gDf˜à‰ˆÿÿ%`•hቈÿÿ)¬gDf˜hቈÿÿ%`•Ð≈ÿÿ)°gDf˜Ð≈ÿÿ%`•8䉈ÿÿ)´gDf˜8䉈ÿÿ%`• å‰ˆÿÿ)¸gDf˜ å‰ˆÿÿ%`•版ÿÿ)¼gDf˜ç‰ˆÿÿ%`•p艈ÿÿ)ÀgDf˜p艈ÿÿ%`•Øé‰ˆÿÿ)ÄgDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ)ÈgDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ)ÌgDf˜¨ì‰ˆÿÿ%`•ÿÿ)ÐgDf˜î‰ˆÿÿ%`•ð ˆÿÿ)ÔgDf˜ð ˆÿÿ%`•hñ ˆÿÿ)ØgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ)ÜgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ)àgDf˜8ô ˆÿÿ%`• õ ˆÿÿ)ägDf˜ õ ˆÿÿ%`•÷ ˆÿÿ)ègDf˜÷ ˆÿÿ%`•pø ˆÿÿ)ìgDf˜pø ˆÿÿ%`•Øù ˆÿÿ)ðgDf˜Øù ˆÿÿ%`•@û ˆÿÿ)ôgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ)øgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ)ügDf˜þ ˆÿÿ%`•À¥ˆÿÿ*gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ*gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ*gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ* gDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ*gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ*gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ*gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ*gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ* gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ*$gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ*(gDf˜Î¥ˆÿÿ%`•€Fˆÿÿ*,gDf˜€Fˆÿÿ%`•hFˆÿÿ*0gDf˜hFˆÿÿ%`•ЂFˆÿÿ*4gDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ*8gDf˜8„Fˆÿÿ%`• …Fˆÿÿ*<gDf˜ …Fˆÿÿ%`•‡Fˆÿÿ*@gDf˜‡Fˆÿÿ%`•pˆFˆÿÿ*DgDf˜pˆFˆÿÿ%`•؉Fˆÿÿ*HgDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ*LgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ*PgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ*TgDf˜ŽFˆÿÿ%`•@Bˆÿÿ*XgDf˜@Bˆÿÿ%`•hABˆÿÿ*\gDf˜hABˆÿÿ%`•ÐBBˆÿÿ*`gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ*dgDf˜8DBˆÿÿ%`• EBˆÿÿ*hgDf˜ EBˆÿÿ%`•GBˆÿÿ*lgDf˜GBˆÿÿ%`•pHBˆÿÿ*pgDf˜pHBˆÿÿ%`•ØIBˆÿÿ*tgDf˜ØIBˆÿÿ%`•@KBˆÿÿ*xgDf˜@KBˆÿÿ%`•¨LBˆÿÿ*|gDf˜¨LBˆÿÿ%`•NBˆÿÿ*€gDf˜NBˆÿÿ%`• ˆÿÿ*„gDf˜ ˆÿÿ%`•h!ˆÿÿ*ˆgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ*ŒgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ*gDf˜8$ˆÿÿ%`• %ˆÿÿ*”gDf˜ %ˆÿÿ%`•'ˆÿÿ*˜gDf˜'ˆÿÿ%`•p(ˆÿÿ*œgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ* gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ*¤gDf˜@+ˆÿÿ%`•¨,ˆÿÿ*¨gDf˜¨,ˆÿÿ%`•.ˆÿÿ*¬gDf˜.ˆÿÿ%`•¨<™ˆÿÿ*°gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*´gDf˜>™ˆÿÿ%`•hቈÿÿ*¸gDf˜hቈÿÿ%`•à‰ˆÿÿ*¼gDf˜à‰ˆÿÿ%`•€ñ ˆÿÿ*ÀgDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ*ÄgDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ*ÈgDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ*ÌgDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ*ÐgDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ*ÔgDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ*ØgDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ*ÜgDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ*àgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ*ägDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ*ègDf˜Žñ ˆÿÿ%`•0ˆÿÿ*ìgDf˜0ˆÿÿ%`•h1ˆÿÿ*ðgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ*ôgDf˜Ð2ˆÿÿ%`•84ˆÿÿ*øgDf˜84ˆÿÿ%`• 5ˆÿÿ*ügDf˜ 5ˆÿÿ%`•7ˆÿÿ+gDf˜7ˆÿÿ%`•p8ˆÿÿ+gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ+gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ+ gDf˜@;ˆÿÿ%`•¨<ˆÿÿ+gDf˜¨<ˆÿÿ%`•>ˆÿÿ+gDf˜>ˆÿÿ%`•ù ˆÿÿ+gDf˜ù ˆÿÿ%`•hù ˆÿÿ+gDf˜hù ˆÿÿ%`•Ðù ˆÿÿ+ gDf˜Ðù ˆÿÿ%`•8ù ˆÿÿ+$gDf˜8ù ˆÿÿ%`• ù ˆÿÿ+(gDf˜ ù ˆÿÿ%`•ù ˆÿÿ+,gDf˜ù ˆÿÿ%`•pù ˆÿÿ+0gDf˜pù ˆÿÿ%`•Øù ˆÿÿ+4gDf˜Øù ˆÿÿ%`•@ù ˆÿÿ+8gDf˜@ù ˆÿÿ%`•¨ù ˆÿÿ+<gDf˜¨ù ˆÿÿ%`•ù ˆÿÿ+@gDf˜ù ˆÿÿ%`•Pˆÿÿ+DgDf˜Pˆÿÿ%`•hQˆÿÿ+HgDf˜hQˆÿÿ%`•ÐRˆÿÿ+LgDf˜ÐRˆÿÿ%`•8Tˆÿÿ+PgDf˜8Tˆÿÿ%`• Uˆÿÿ+TgDf˜ Uˆÿÿ%`•Wˆÿÿ+XgDf˜Wˆÿÿ%`•pXˆÿÿ+\gDf˜pXˆÿÿ%`•ØYˆÿÿ+`gDf˜ØYˆÿÿ%`•@[ˆÿÿ+dgDf˜@[ˆÿÿ%`•¨\ˆÿÿ+hgDf˜¨\ˆÿÿ%`•^ˆÿÿ+lgDf˜^ˆÿÿ%`•`$ˆÿÿ+pgDf˜`$ˆÿÿ%`•ha$ˆÿÿ+tgDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿ+xgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿ+|gDf˜8d$ˆÿÿ%`• e$ˆÿÿ+€gDf˜ e$ˆÿÿ%`•g$ˆÿÿ+„gDf˜g$ˆÿÿ%`•ph$ˆÿÿ+ˆgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿ+ŒgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿ+gDf˜@k$ˆÿÿ%`•¨l$ˆÿÿ+”gDf˜¨l$ˆÿÿ%`•n$ˆÿÿ+˜gDf˜n$ˆÿÿ%`•°¹ˆÿÿ+œgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ+ gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ+¤gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ+¨gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ+¬gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ+°gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ+´gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ+¸gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ+¼gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ+ÀgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ+ÄgDf˜¾¹ˆÿÿ%`• %ˆÿÿ+ÈgDf˜ %ˆÿÿ%`•h!%ˆÿÿ+ÌgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ+ÐgDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ+ÔgDf˜8$%ˆÿÿ%`• %%ˆÿÿ+ØgDf˜ %%ˆÿÿ%`•'%ˆÿÿ+ÜgDf˜'%ˆÿÿ%`•p(%ˆÿÿ+àgDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ+ägDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ+ègDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ+ìgDf˜¨,%ˆÿÿ%`•.%ˆÿÿ+ðgDf˜.%ˆÿÿ%`•@—ˆÿÿ+ôgDf˜@—ˆÿÿ%`•hA—ˆÿÿ+øgDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ,gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ,gDf˜8D—ˆÿÿ%`• E—ˆÿÿ,gDf˜ E—ˆÿÿ%`•G—ˆÿÿ, gDf˜G—ˆÿÿ%`•pH—ˆÿÿ,gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ,gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ,gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ,gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ, gDf˜N—ˆÿÿ%`•€>ˆÿÿ,$gDf˜€>ˆÿÿ%`•h>ˆÿÿ,(gDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ,,gDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ,0gDf˜8„>ˆÿÿ%`• …>ˆÿÿ,4gDf˜ …>ˆÿÿ%`•‡>ˆÿÿ,8gDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ,<gDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ,@gDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ,DgDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ,HgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ,LgDf˜Ž>ˆÿÿ%`•ÿÿ,PgDf˜î‰ˆÿÿ%`•¨ì‰ˆÿÿ,TgDf˜¨ì‰ˆÿÿ%`•@뉈ÿÿ,XgDf˜@뉈ÿÿ%`•Øé‰ˆÿÿ,\gDf˜Øé‰ˆÿÿ%`•p艈ÿÿ,`gDf˜p艈ÿÿ%`•版ÿÿ,dgDf˜ç‰ˆÿÿ%`• å‰ˆÿÿ,hgDf˜ å‰ˆÿÿ%`•8䉈ÿÿ,lgDf˜8䉈ÿÿ%`•Ð≈ÿÿ,pgDf˜Ð≈ÿÿ%`•€Fˆÿÿ,tgDf˜€Fˆÿÿ%`•P¦ˆÿÿ,xgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ,|gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ,€gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ,„gDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ,ˆgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ,ŒgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ,gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ,”gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ,˜gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ,œgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ, gDf˜^¦ˆÿÿ%`•Àhˆÿÿ,¤gDf˜Àhˆÿÿ%`•hÁhˆÿÿ,¨gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ,¬gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ,°gDf˜8Ähˆÿÿ%`• Åhˆÿÿ,´gDf˜ Åhˆÿÿ%`•Çhˆÿÿ,¸gDf˜Çhˆÿÿ%`•pÈhˆÿÿ,¼gDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ,ÀgDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ,ÄgDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ,ÈgDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ,ÌgDf˜Îhˆÿÿ%`•ŽFˆÿÿ,ÐgDf˜ŽFˆÿÿ%`•¨ŒFˆÿÿ,ÔgDf˜¨ŒFˆÿÿ%`•@‹Fˆÿÿ,ØgDf˜@‹Fˆÿÿ%`•؉Fˆÿÿ,ÜgDf˜Ø‰Fˆÿÿ%`•pˆFˆÿÿ,àgDf˜pˆFˆÿÿ%`•‡Fˆÿÿ,ägDf˜‡Fˆÿÿ%`• …Fˆÿÿ,ègDf˜ …Fˆÿÿ%`•8„Fˆÿÿ,ìgDf˜8„Fˆÿÿ%`•ЂFˆÿÿ,ðgDf˜Ð‚Fˆÿÿ%`•hFˆÿÿ,ôgDf˜hFˆÿÿ%`•@Bˆÿÿ,øgDf˜@Bˆÿÿ%`•hABˆÿÿ,ügDf˜hABˆÿÿ%`•ÐBBˆÿÿ-gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ-gDf˜8DBˆÿÿ%`• EBˆÿÿ-gDf˜ EBˆÿÿ%`•GBˆÿÿ- gDf˜GBˆÿÿ%`•pHBˆÿÿ-gDf˜pHBˆÿÿ%`•ØIBˆÿÿ-gDf˜ØIBˆÿÿ%`•@KBˆÿÿ-gDf˜@KBˆÿÿ%`•¨LBˆÿÿ-gDf˜¨LBˆÿÿ%`•NBˆÿÿ- gDf˜NBˆÿÿ%`•ðhˆÿÿ-$gDf˜ðhˆÿÿ%`•hñhˆÿÿ-(gDf˜hñhˆÿÿ%`•Ðòhˆÿÿ-,gDf˜Ðòhˆÿÿ%`•¨<™ˆÿÿ-0ügDf˜¨<™ˆÿÿ%`•à‰ˆÿÿ/,ÔgDf˜à‰ˆÿÿ%`•hቈÿÿ0ügDf˜hቈÿÿ%`•ù ˆÿÿ2ügDf˜ù ˆÿÿ%`• ù ˆÿÿ3ügDf˜ ù ˆÿÿ%`•8ù ˆÿÿ4ügDf˜8ù ˆÿÿ%`•Ðù ˆÿÿ6¤gDf˜Ðù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØùhˆÿÿgDf˜Øùhˆÿÿ%`•8ôhˆÿÿgDf˜8ôhˆÿÿ%`•pøhˆÿÿgDf˜pøhˆÿÿ%`•@ûhˆÿÿ  gDf˜@ûhˆÿÿ%`• õhˆÿÿz€gDf˜ õhˆÿÿ%`•¨ühˆÿÿ}xgDf˜¨ühˆÿÿ%`•þhˆÿÿ}ÜgDf˜þhˆÿÿ%`•÷hˆÿÿê0gDf˜÷hˆÿÿ%`•>™ˆÿÿ누gDf˜>™ˆÿÿ%`•'ˆÿÿ7¨gDf˜'ˆÿÿ%`•ù ˆÿÿ gDf˜ù ˆÿÿ%`•ù ˆÿÿgDf˜ù ˆÿÿ%`•Ðù ˆÿÿz<gDf˜Ðù ˆÿÿ%`•8ù ˆÿÿzˆ gDf˜8ù ˆÿÿ%`•hù ˆÿÿ{4<gDf˜hù ˆÿÿ%`•pù ˆÿÿ{„ gDf˜pù ˆÿÿ%`•Øù ˆÿÿ|ÔgDf˜Øù ˆÿÿ%`•@ù ˆÿÿ|ø$gDf˜@ù ˆÿÿ%`•¨ù ˆÿÿ}`gDf˜¨ù ˆÿÿ%`•ù ˆÿÿÔgDf˜ù ˆÿÿ%`• ù ˆÿÿø gDf˜ ù ˆÿÿ%`•ù ˆÿÿáÈ$gDf˜ù ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•À/ˆÿÿâPgDf˜À/ˆÿÿ%`•hÁ/ˆÿÿâ ˜gDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿí8ügDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿï4ügDf˜8Ä/ˆÿÿ%`• Å/ˆÿÿñ0ügDf˜ Å/ˆÿÿ%`•Ç/ˆÿÿó,ügDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿõ(gDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿõ@ügDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ÷<ügDf˜@Ë/ˆÿÿ%`•¨Ì/ˆÿÿù8,gDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿùl°gDf˜Î/ˆÿÿ%`•Î/ˆÿÿ gDf˜Î/ˆÿÿ%`•Î/ˆÿÿ7¬\gDf˜Î/ˆÿÿ%`•¨Ì/ˆÿÿ8 ügDf˜¨Ì/ˆÿÿ%`•@Ë/ˆÿÿ:€gDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;ˆgDf˜'ˆÿÿ%`•@Ë/ˆÿÿÿHgDf˜@Ë/ˆÿÿ%`•À/ˆÿÿgDf˜À/ˆÿÿ%`•pÈ/ˆÿÿ4 gDf˜pÈ/ˆÿÿ%`•pÈ/ˆÿÿ;ŒgDf˜pÈ/ˆÿÿ%`•À/ˆÿÿ;gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ; gDf˜'ˆÿÿ%`•À/ˆÿÿ;¤gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;¸gDf˜'ˆÿÿ%`•À/ˆÿÿ;¼gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;ÐgDf˜'ˆÿÿ%`•À/ˆÿÿ;ÔgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;ègDf˜'ˆÿÿ%`•À/ˆÿÿ;ìgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•À/ˆÿÿ<gDf˜À/ˆÿÿ%`•pÈ/ˆÿÿ<xgDf˜pÈ/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ˆgDf˜'ˆÿÿ%`•pÈ/ˆÿÿ gDf˜pÈ/ˆÿÿ%`•pÈ/ˆÿÿz4gDf˜pÈ/ˆÿÿ%`•À/ˆÿÿzXgDf˜À/ˆÿÿ%`•@Ë/ˆÿÿzxgDf˜@Ë/ˆÿÿ%`•@Ë/ˆÿÿ=ŒgDf˜@Ë/ˆÿÿ%`•À/ˆÿÿ=gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ= gDf˜'ˆÿÿ%`•À/ˆÿÿ=¤gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=¸gDf˜'ˆÿÿ%`•À/ˆÿÿ=¼gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ÐgDf˜'ˆÿÿ%`•À/ˆÿÿ=ÔgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ègDf˜'ˆÿÿ%`•À/ˆÿÿ=ìgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>gDf˜'ˆÿÿ%`•À/ˆÿÿ>ŒgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?”gDf˜'ˆÿÿ%`•À/ˆÿÿzHgDf˜À/ˆÿÿ%`•@Ë/ˆÿÿ{”gDf˜@Ë/ˆÿÿ%`• Å/ˆÿÿ{´ gDf˜ Å/ˆÿÿ%`• Å/ˆÿÿ?˜gDf˜ Å/ˆÿÿ%`•@Ë/ˆÿÿ?œgDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?¬gDf˜'ˆÿÿ%`•@Ë/ˆÿÿ?°gDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?ÄgDf˜'ˆÿÿ%`•@Ë/ˆÿÿ?ÈgDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?ÜgDf˜'ˆÿÿ%`•@Ë/ˆÿÿ?àgDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?ôgDf˜'ˆÿÿ%`•@Ë/ˆÿÿ?øgDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•@Ë/ˆÿÿ@\gDf˜@Ë/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAtgDf˜'ˆÿÿ%`•@Ë/ˆÿÿ|ÔgDf˜@Ë/ˆÿÿ%`•ØÉ/ˆÿÿ|øgDf˜ØÉ/ˆÿÿ%`•À/ˆÿÿ}ôgDf˜À/ˆÿÿ%`•À/ˆÿÿAxgDf˜À/ˆÿÿ%`•ØÉ/ˆÿÿA|gDf˜ØÉ/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•ØÉ/ˆÿÿA”\gDf˜ØÉ/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBðgDf˜'ˆÿÿ%`•ØÉ/ˆÿÿz4gDf˜ØÉ/ˆÿÿ%`•À/ˆÿÿzXgDf˜À/ˆÿÿ%`•@Ë/ˆÿÿzxøgDf˜@Ë/ˆÿÿ%`•@Ë/ˆÿÿBôgDf˜@Ë/ˆÿÿ%`•À/ˆÿÿBøgDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC gDf˜'ˆÿÿ%`•À/ˆÿÿCÔgDf˜À/ˆÿÿ%`•ØÉ/ˆÿÿÔdgDf˜ØÉ/ˆÿÿ%`• Å/ˆÿÿ¤,gDf˜ Å/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`• Å/ˆÿÿ{pgDf˜ Å/ˆÿÿ%`•ØÉ/ˆÿÿ|ègDf˜ØÉ/ˆÿÿ%`•À/ˆÿÿ~ gDf˜À/ˆÿÿ%`•@Ë/ˆÿÿ~gDf˜@Ë/ˆÿÿ%`•@Ë/ˆÿÿ<gDf˜@Ë/ˆÿÿ%`•À/ˆÿÿ@gDf˜À/ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿTgDf˜'ˆÿÿ%`•À/ˆÿÿXgDf˜À/ˆÿÿ%`•ÐÂ/ˆÿÿ\gDf˜ÐÂ/ˆÿÿ%`•pÈ/ˆÿÿ`gDf˜pÈ/ˆÿÿ%`• Å/ˆÿÿdgDf˜ Å/ˆÿÿ%`•ØÉ/ˆÿÿhgDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿlgDf˜@Ë/ˆÿÿ%`•8Ä/ˆÿÿpgDf˜8Ä/ˆÿÿ%`•hÁ/ˆÿÿtgDf˜hÁ/ˆÿÿ%`•Ç/ˆÿÿxgDf˜Ç/ˆÿÿ%`•¨Ì/ˆÿÿ|gDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ€gDf˜Î/ˆÿÿ%`•¨<™ˆÿÿ„gDf˜¨<™ˆÿÿ%`•>™ˆÿÿˆgDf˜>™ˆÿÿ%`•݈ÿÿŒgDf˜Ýˆÿÿ%`•h݈ÿÿgDf˜h݈ÿÿ%`•Ð݈ÿÿ”gDf˜Ð݈ÿÿ%`•8݈ÿÿ˜gDf˜8݈ÿÿ%`• ÝˆÿÿœgDf˜ Ýˆÿÿ%`•݈ÿÿ gDf˜Ýˆÿÿ%`•p݈ÿÿ¤gDf˜p݈ÿÿ%`•ØÝˆÿÿ¨gDf˜ØÝˆÿÿ%`•@݈ÿÿ¬gDf˜@݈ÿÿ%`•¨Ýˆÿÿ°gDf˜¨Ýˆÿÿ%`•݈ÿÿ´gDf˜Ýˆÿÿ%`•0)ˆÿÿ¸gDf˜0)ˆÿÿ%`•h1)ˆÿÿ¼gDf˜h1)ˆÿÿ%`•Ð2)ˆÿÿÀgDf˜Ð2)ˆÿÿ%`•84)ˆÿÿÄgDf˜84)ˆÿÿ%`• 5)ˆÿÿÈgDf˜ 5)ˆÿÿ%`•7)ˆÿÿÌgDf˜7)ˆÿÿ%`•p8)ˆÿÿÐgDf˜p8)ˆÿÿ%`•Ø9)ˆÿÿÔgDf˜Ø9)ˆÿÿ%`•@;)ˆÿÿØgDf˜@;)ˆÿÿ%`•¨<)ˆÿÿÜgDf˜¨<)ˆÿÿ%`•>)ˆÿÿàgDf˜>)ˆÿÿ%`•€ºˆÿÿägDf˜€ºˆÿÿ%`•hºˆÿÿègDf˜hºˆÿÿ%`•ЂºˆÿÿìgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿðgDf˜8„ºˆÿÿ%`• …ºˆÿÿôgDf˜ …ºˆÿÿ%`•‡ºˆÿÿøgDf˜‡ºˆÿÿ%`•pˆºˆÿÿügDf˜pˆºˆÿÿ%`•؉ºˆÿÿgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿgDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ gDf˜Žºˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•hA ˆÿÿgDf˜hA ˆÿÿ%`•ÐB ˆÿÿgDf˜ÐB ˆÿÿ%`•8D ˆÿÿgDf˜8D ˆÿÿ%`• E ˆÿÿ gDf˜ E ˆÿÿ%`•G ˆÿÿ$gDf˜G ˆÿÿ%`•pH ˆÿÿ(gDf˜pH ˆÿÿ%`•ØI ˆÿÿ,gDf˜ØI ˆÿÿ%`•@K ˆÿÿ0gDf˜@K ˆÿÿ%`•¨L ˆÿÿ4gDf˜¨L ˆÿÿ%`•N ˆÿÿ8gDf˜N ˆÿÿ%`•@ˆÿÿ<gDf˜@ˆÿÿ%`•hAˆÿÿ@gDf˜hAˆÿÿ%`•ÐBˆÿÿDgDf˜ÐBˆÿÿ%`•8DˆÿÿHgDf˜8Dˆÿÿ%`• EˆÿÿLgDf˜ Eˆÿÿ%`•GˆÿÿPgDf˜Gˆÿÿ%`•pHˆÿÿTgDf˜pHˆÿÿ%`•ØIˆÿÿXgDf˜ØIˆÿÿ%`•@Kˆÿÿ\gDf˜@Kˆÿÿ%`•¨Lˆÿÿ`gDf˜¨Lˆÿÿ%`•NˆÿÿdgDf˜Nˆÿÿ%`•pˆÿÿhgDf˜pˆÿÿ%`•hqˆÿÿlgDf˜hqˆÿÿ%`•ÐrˆÿÿpgDf˜Ðrˆÿÿ%`•8tˆÿÿtgDf˜8tˆÿÿ%`• uˆÿÿxgDf˜ uˆÿÿ%`•wˆÿÿ|gDf˜wˆÿÿ%`•pxˆÿÿ€gDf˜pxˆÿÿ%`•Øyˆÿÿ„gDf˜Øyˆÿÿ%`•@{ˆÿÿˆgDf˜@{ˆÿÿ%`•¨|ˆÿÿŒgDf˜¨|ˆÿÿ%`•~ˆÿÿgDf˜~ˆÿÿ%`•@¡ˆÿÿ”gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ˜gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿœgDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ¤gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ¨gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ¬gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ°gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ´gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ¸gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ¼gDf˜N¡ˆÿÿ%`• -ˆÿÿÀgDf˜ -ˆÿÿ%`•h!-ˆÿÿÄgDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿÈgDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿÌgDf˜8$-ˆÿÿ%`• %-ˆÿÿÐgDf˜ %-ˆÿÿ%`•'-ˆÿÿÔgDf˜'-ˆÿÿ%`•p(-ˆÿÿØgDf˜p(-ˆÿÿ%`•Ø)-ˆÿÿÜgDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿàgDf˜@+-ˆÿÿ%`•¨,-ˆÿÿägDf˜¨,-ˆÿÿ%`•.-ˆÿÿègDf˜.-ˆÿÿ%`•@ŒˆÿÿìgDf˜@Œˆÿÿ%`•hAŒˆÿÿðgDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿôgDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿøgDf˜8DŒˆÿÿ%`• EŒˆÿÿügDf˜ EŒˆÿÿ%`•GŒˆÿÿgDf˜GŒˆÿÿ%`•pHŒˆÿÿgDf˜pHŒˆÿÿ%`•ØIŒˆÿÿgDf˜ØIŒˆÿÿ%`•@KŒˆÿÿ gDf˜@KŒˆÿÿ%`•¨LŒˆÿÿgDf˜¨LŒˆÿÿ%`•NŒˆÿÿgDf˜NŒˆÿÿ%`•`܈ÿÿgDf˜`܈ÿÿ%`•ha܈ÿÿgDf˜ha܈ÿÿ%`•Ðb܈ÿÿ gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ$gDf˜8d܈ÿÿ%`• e܈ÿÿ(gDf˜ e܈ÿÿ%`•g܈ÿÿ,gDf˜g܈ÿÿ%`•ph܈ÿÿ0gDf˜ph܈ÿÿ%`•Øi܈ÿÿ4gDf˜Øi܈ÿÿ%`•@k܈ÿÿ8gDf˜@k܈ÿÿ%`•¨l܈ÿÿ<gDf˜¨l܈ÿÿ%`•n܈ÿÿ@gDf˜n܈ÿÿ%`•`¯ˆÿÿDgDf˜`¯ˆÿÿ%`•ha¯ˆÿÿHgDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿLgDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿPgDf˜8d¯ˆÿÿ%`• e¯ˆÿÿTgDf˜ e¯ˆÿÿ%`•g¯ˆÿÿXgDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ\gDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ`gDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿdgDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿhgDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿlgDf˜n¯ˆÿÿ%`•ÀµˆÿÿpgDf˜Àµˆÿÿ%`•hÁµˆÿÿtgDf˜hÁµˆÿÿ%`•еˆÿÿxgDf˜Ðµˆÿÿ%`•8ĵˆÿÿ|gDf˜8ĵˆÿÿ%`• Åµˆÿÿ€gDf˜ Åµˆÿÿ%`•ǵˆÿÿ„gDf˜ǵˆÿÿ%`•pȵˆÿÿˆgDf˜pȵˆÿÿ%`•ØÉµˆÿÿŒgDf˜ØÉµˆÿÿ%`•@˵ˆÿÿgDf˜@˵ˆÿÿ%`•¨Ìµˆÿÿ”gDf˜¨Ìµˆÿÿ%`•εˆÿÿ˜gDf˜εˆÿÿ%`•[ˆÿÿœgDf˜[ˆÿÿ%`•h[ˆÿÿ gDf˜h[ˆÿÿ%`•Ð[ˆÿÿ¤gDf˜Ð[ˆÿÿ%`•8[ˆÿÿ¨gDf˜8[ˆÿÿ%`• [ˆÿÿ¬gDf˜ [ˆÿÿ%`•[ˆÿÿ°gDf˜[ˆÿÿ%`•p[ˆÿÿ´gDf˜p[ˆÿÿ%`•Ø[ˆÿÿ¸gDf˜Ø[ˆÿÿ%`•@[ˆÿÿ¼gDf˜@[ˆÿÿ%`•¨[ˆÿÿÀgDf˜¨[ˆÿÿ%`•[ˆÿÿÄgDf˜[ˆÿÿ%`•0£ˆÿÿÈgDf˜0£ˆÿÿ%`•h1£ˆÿÿÌgDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿÐgDf˜Ð2£ˆÿÿ%`•84£ˆÿÿÔgDf˜84£ˆÿÿ%`• 5£ˆÿÿØgDf˜ 5£ˆÿÿ%`•7£ˆÿÿÜgDf˜7£ˆÿÿ%`•p8£ˆÿÿàgDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿägDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿègDf˜@;£ˆÿÿ%`•¨<£ˆÿÿìgDf˜¨<£ˆÿÿ%`•>£ˆÿÿðgDf˜>£ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•Ø9)ˆÿÿügDf˜Ø9)ˆÿÿ%`•p8)ˆÿÿgDf˜p8)ˆÿÿ%`•7)ˆÿÿgDf˜7)ˆÿÿ%`• 5)ˆÿÿgDf˜ 5)ˆÿÿ%`•84)ˆÿÿ gDf˜84)ˆÿÿ%`•Ð2)ˆÿÿgDf˜Ð2)ˆÿÿ%`•h1)ˆÿÿgDf˜h1)ˆÿÿ%`•0)ˆÿÿgDf˜0)ˆÿÿ%`•PȈÿÿgDf˜PȈÿÿ%`•hQȈÿÿ gDf˜hQȈÿÿ%`•ÐRȈÿÿ$gDf˜ÐRȈÿÿ%`•8TȈÿÿ(gDf˜8TȈÿÿ%`• UȈÿÿ,gDf˜ UȈÿÿ%`•WȈÿÿ0gDf˜WȈÿÿ%`•pXȈÿÿ4gDf˜pXȈÿÿ%`•ØYȈÿÿ8gDf˜ØYȈÿÿ%`•@[Ȉÿÿ<gDf˜@[Ȉÿÿ%`•¨\Ȉÿÿ@gDf˜¨\Ȉÿÿ%`•^ȈÿÿDgDf˜^Ȉÿÿ%`•Ð#ˆÿÿHgDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿLgDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿPgDf˜ÐÒ#ˆÿÿ%`• Õ#ˆÿÿT€gDf˜ Õ#ˆÿÿ%`•×#ˆÿÿÜügDf˜×#ˆÿÿ%`•pØ#ˆÿÿ ØügDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿ ÔgDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿ àügDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿ ÜügDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿØgDf˜Þ#ˆÿÿ%`•>)ˆÿÿäügDf˜>)ˆÿÿ%`•¨<)ˆÿÿà¬gDf˜¨<)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•8Ô#ˆÿÿìˆgDf˜8Ô#ˆÿÿ%`•¨<)ˆÿÿ gDf˜¨<)ˆÿÿ%`•¨<)ˆÿÿgDf˜¨<)ˆÿÿ%`•h1)ˆÿÿ”PgDf˜h1)ˆÿÿ%`•>)ˆÿÿèˆgDf˜>)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•>)ˆÿÿtŒgDf˜>)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•>)ˆÿÿìxgDf˜>)ˆÿÿ%`•h1)ˆÿÿ7ôgDf˜h1)ˆÿÿ%`•¨<)ˆÿÿ8ø gDf˜¨<)ˆÿÿ%`•¨<)ˆÿÿ gDf˜¨<)ˆÿÿ%`•¨<)ˆÿÿgDf˜¨<)ˆÿÿ%`•h1)ˆÿÿgDf˜h1)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`•h1)ˆÿÿ(\gDf˜h1)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ„gDf˜'ˆÿÿ%`•h1)ˆÿÿˆ gDf˜h1)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•h1)ˆÿÿ¬ gDf˜h1)ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•h1)ˆÿÿÐgDf˜h1)ˆÿÿ%`•h1)ˆÿÿÔgDf˜h1)ˆÿÿ%`•h1)ˆÿÿØgDf˜h1)ˆÿÿ%`•h1)ˆÿÿÜgDf˜h1)ˆÿÿ%`•h1)ˆÿÿàgDf˜h1)ˆÿÿ%`•h1)ˆÿÿägDf˜h1)ˆÿÿ%`•h1)ˆÿÿègDf˜h1)ˆÿÿ%`•h1)ˆÿÿìgDf˜h1)ˆÿÿ%`•Ð2)ˆÿÿðgDf˜Ð2)ˆÿÿ%`•84)ˆÿÿôgDf˜84)ˆÿÿ%`• 5)ˆÿÿøgDf˜ 5)ˆÿÿ%`• 5)ˆÿÿügDf˜ 5)ˆÿÿ%`•84)ˆÿÿgDf˜84)ˆÿÿ%`•Ð2)ˆÿÿgDf˜Ð2)ˆÿÿ%`•h1)ˆÿÿgDf˜h1)ˆÿÿ%`•0)ˆÿÿ gDf˜0)ˆÿÿ%`•¨<)ˆÿÿgDf˜¨<)ˆÿÿ%`•>)ˆÿÿgDf˜>)ˆÿÿ%`•7)ˆÿÿgDf˜7)ˆÿÿ%`•p8)ˆÿÿgDf˜p8)ˆÿÿ%`•Ø9)ˆÿÿ gDf˜Ø9)ˆÿÿ%`•@;)ˆÿÿ$gDf˜@;)ˆÿÿ%`•¨<™ˆÿÿ(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•pÚˆÿÿ0gDf˜pÚˆÿÿ%`•hqÚˆÿÿ4gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿ8gDf˜ÐrÚˆÿÿ%`•ÐrÚˆÿÿ<gDf˜ÐrÚˆÿÿ%`•hqÚˆÿÿ@gDf˜hqÚˆÿÿ%`•pÚˆÿÿDgDf˜pÚˆÿÿ%`•8tÚˆÿÿHgDf˜8tÚˆÿÿ%`• uÚˆÿÿLgDf˜ uÚˆÿÿ%`•wÚˆÿÿPgDf˜wÚˆÿÿ%`•pxÚˆÿÿTgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿXgDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ\gDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ`gDf˜¨|Úˆÿÿ%`•~ÚˆÿÿdgDf˜~Úˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•¨<™ˆÿÿlgDf˜¨<™ˆÿÿ%`•ŽˆÿÿpgDf˜Žˆÿÿ%`•hŽˆÿÿtgDf˜hŽˆÿÿ%`•ÐŽˆÿÿxgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ|gDf˜8Žˆÿÿ%`• Žˆÿÿ€gDf˜ Žˆÿÿ%`•Žˆÿÿ„gDf˜Žˆÿÿ%`•pŽˆÿÿˆgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿŒgDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿgDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ”gDf˜¨ Žˆÿÿ%`•Žˆÿÿ˜gDf˜Žˆÿÿ%`•ˆÿÿœgDf˜ˆÿÿ%`•hˆÿÿ gDf˜hˆÿÿ%`•Јÿÿ¤gDf˜Ðˆÿÿ%`•8ˆÿÿ¨gDf˜8ˆÿÿ%`• ˆÿÿ¬gDf˜ ˆÿÿ%`•ˆÿÿ°gDf˜ˆÿÿ%`•pˆÿÿ´gDf˜pˆÿÿ%`•Ø ˆÿÿ¸gDf˜Ø ˆÿÿ%`•@ ˆÿÿ¼gDf˜@ ˆÿÿ%`•¨ ˆÿÿÀgDf˜¨ ˆÿÿ%`•ˆÿÿÄgDf˜ˆÿÿ%`•à‰ˆÿÿÈgDf˜à‰ˆÿÿ%`•hቈÿÿÌgDf˜hቈÿÿ%`•Ð≈ÿÿÐgDf˜Ð≈ÿÿ%`•8䉈ÿÿÔgDf˜8䉈ÿÿ%`• å‰ˆÿÿØgDf˜ å‰ˆÿÿ%`•版ÿÿÜgDf˜ç‰ˆÿÿ%`•p艈ÿÿàgDf˜p艈ÿÿ%`•Øé‰ˆÿÿägDf˜Øé‰ˆÿÿ%`•@뉈ÿÿègDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿìgDf˜¨ì‰ˆÿÿ%`•ÿÿðgDf˜î‰ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•>™ˆÿÿøgDf˜>™ˆÿÿ%`•pÚˆÿÿügDf˜pÚˆÿÿ%`•hqÚˆÿÿgDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿgDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿgDf˜8tÚˆÿÿ%`• uÚˆÿÿ gDf˜ uÚˆÿÿ%`•wÚˆÿÿgDf˜wÚˆÿÿ%`•pxÚˆÿÿgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿgDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿgDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ gDf˜¨|Úˆÿÿ%`•~Úˆÿÿ$gDf˜~Úˆÿÿ%`•Ð@ ˆÿÿ(gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ,gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ0gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ4gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ8gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ<gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ@gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿDgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿHgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿLgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿPgDf˜Þ@ ˆÿÿ%`•Àº ˆÿÿTgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿXgDf˜hÁº ˆÿÿ%`•к ˆÿÿ\gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ`gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿdgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿhgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿlgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿpgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿtgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿxgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ|gDf˜κ ˆÿÿ%`•P̈ÿÿ€gDf˜P̈ÿÿ%`•hQ̈ÿÿ„gDf˜hQ̈ÿÿ%`•ÐR̈ÿÿˆgDf˜ÐR̈ÿÿ%`•8T̈ÿÿŒgDf˜8T̈ÿÿ%`• ÜÿÿgDf˜ Üÿÿ%`•Ẅÿÿ”gDf˜Ẅÿÿ%`•pẌÿÿ˜gDf˜pẌÿÿ%`•ØŸÿÿœgDf˜ØŸÿÿ%`•@[̈ÿÿ gDf˜@[̈ÿÿ%`•¨\̈ÿÿ¤gDf˜¨\̈ÿÿ%`•^̈ÿÿ¨gDf˜^̈ÿÿ%`•p]ˆÿÿ¬gDf˜p]ˆÿÿ%`•hq]ˆÿÿ°gDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ´gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ¸gDf˜8t]ˆÿÿ%`• u]ˆÿÿ¼gDf˜ u]ˆÿÿ%`•w]ˆÿÿÀgDf˜w]ˆÿÿ%`•px]ˆÿÿÄgDf˜px]ˆÿÿ%`•Øy]ˆÿÿÈgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿÌgDf˜@{]ˆÿÿ%`•¨|]ˆÿÿÐgDf˜¨|]ˆÿÿ%`•~]ˆÿÿÔgDf˜~]ˆÿÿ%`•€ˆÿÿØgDf˜€ˆÿÿ%`•hˆÿÿÜgDf˜hˆÿÿ%`•ЂˆÿÿàgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿägDf˜8„ˆÿÿ%`• …ˆÿÿìgDf˜ …ˆÿÿ%`•‡ˆÿÿðgDf˜‡ˆÿÿ%`•pˆˆÿÿôgDf˜pˆˆÿÿ%`•؉ˆÿÿøgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿügDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•ÐʈÿÿgDf˜Ðʈÿÿ%`•hÑʈÿÿ gDf˜hÑʈÿÿ%`•ÐÒʈÿÿgDf˜ÐÒʈÿÿ%`•8ÔʈÿÿgDf˜8Ôʈÿÿ%`• ÕʈÿÿgDf˜ Õʈÿÿ%`•×ʈÿÿgDf˜×ʈÿÿ%`•pØÊˆÿÿ gDf˜pØÊˆÿÿ%`•ØÙʈÿÿ$gDf˜ØÙʈÿÿ%`•@Ûʈÿÿ(gDf˜@Ûʈÿÿ%`•¨Üʈÿÿ,gDf˜¨Üʈÿÿ%`•Þʈÿÿ0gDf˜Þʈÿÿ%`•  ˆÿÿ4gDf˜  ˆÿÿ%`•h¡ ˆÿÿ8gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ<gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ@gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿDgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿHgDf˜§ ˆÿÿ%`•p¨ ˆÿÿLgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿPgDf˜Ø© ˆÿÿ%`•@« ˆÿÿTgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿXgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ\gDf˜® ˆÿÿ%`•ˆÿÿ`gDf˜ˆÿÿ%`•hˆÿÿdgDf˜hˆÿÿ%`•ЈÿÿhgDf˜Ðˆÿÿ%`•8ˆÿÿlgDf˜8ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•ˆÿÿtgDf˜ˆÿÿ%`•pˆÿÿxgDf˜pˆÿÿ%`•Ø ˆÿÿ|gDf˜Ø ˆÿÿ%`•@ ˆÿÿ€gDf˜@ ˆÿÿ%`•¨ ˆÿÿ„gDf˜¨ ˆÿÿ%`•ˆÿÿˆgDf˜ˆÿÿ%`•€%ˆÿÿŒgDf˜€%ˆÿÿ%`•h%ˆÿÿgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ”gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ˜gDf˜8„%ˆÿÿ%`• …%ˆÿÿœgDf˜ …%ˆÿÿ%`•‡%ˆÿÿ gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ¤gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ¨gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ¬gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ°gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ´gDf˜Ž%ˆÿÿ%`• å‰ˆÿÿ¸gDf˜ å‰ˆÿÿ%`•8䉈ÿÿ¼gDf˜8䉈ÿÿ%`•Ð≈ÿÿÀgDf˜Ð≈ÿÿ%`•hቈÿÿÄgDf˜hቈÿÿ%`•ÿÿÈgDf˜î‰ˆÿÿ%`•¨ì‰ˆÿÿÌgDf˜¨ì‰ˆÿÿ%`•@뉈ÿÿÐgDf˜@뉈ÿÿ%`•Øé‰ˆÿÿÔgDf˜Øé‰ˆÿÿ%`•p艈ÿÿØgDf˜p艈ÿÿ%`•版ÿÿÜgDf˜ç‰ˆÿÿ%`•à‰ˆÿÿàgDf˜à‰ˆÿÿ%`•>™ˆÿÿägDf˜>™ˆÿÿ%`•¨<™ˆÿÿègDf˜¨<™ˆÿÿ%`• Õ@ ˆÿÿìgDf˜ Õ@ ˆÿÿ%`•8Ô@ ˆÿÿðgDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿôgDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿøgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿügDf˜Ð@ ˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•hGˆÿÿgDf˜hGˆÿÿ%`•ÐGˆÿÿgDf˜ÐGˆÿÿ%`•8Gˆÿÿ gDf˜8Gˆÿÿ%`• GˆÿÿgDf˜ Gˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pGˆÿÿgDf˜pGˆÿÿ%`•ØGˆÿÿgDf˜ØGˆÿÿ%`•@Gˆÿÿ gDf˜@Gˆÿÿ%`•¨Gˆÿÿ$gDf˜¨Gˆÿÿ%`•Gˆÿÿ(gDf˜Gˆÿÿ%`•Pˆÿÿ,gDf˜Pˆÿÿ%`•hQˆÿÿ0gDf˜hQˆÿÿ%`•ÐRˆÿÿ4gDf˜ÐRˆÿÿ%`•8Tˆÿÿ8gDf˜8Tˆÿÿ%`• Uˆÿÿ<gDf˜ Uˆÿÿ%`•Wˆÿÿ@gDf˜Wˆÿÿ%`•pXˆÿÿDgDf˜pXˆÿÿ%`•ØYˆÿÿHgDf˜ØYˆÿÿ%`•@[ˆÿÿLgDf˜@[ˆÿÿ%`•¨\ˆÿÿPgDf˜¨\ˆÿÿ%`•^ˆÿÿTgDf˜^ˆÿÿ%`•ÀœˆÿÿXgDf˜Àœˆÿÿ%`•hÁœˆÿÿ\gDf˜hÁœˆÿÿ%`•Мˆÿÿ`gDf˜Ðœˆÿÿ%`•8ÄœˆÿÿdgDf˜8Äœˆÿÿ%`• ÅœˆÿÿhgDf˜ Åœˆÿÿ%`•ÇœˆÿÿlgDf˜Çœˆÿÿ%`•pÈœˆÿÿpgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿtgDf˜ØÉœˆÿÿ%`•@ËœˆÿÿxgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ|gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ€gDf˜Μˆÿÿ%`• /ˆÿÿ„gDf˜ /ˆÿÿ%`•h¡/ˆÿÿˆgDf˜h¡/ˆÿÿ%`•Т/ˆÿÿŒgDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿgDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿ”gDf˜ ¥/ˆÿÿ%`•§/ˆÿÿ˜gDf˜§/ˆÿÿ%`•p¨/ˆÿÿœgDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿ gDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿ¤gDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿ¨gDf˜¨¬/ˆÿÿ%`•®/ˆÿÿ¬gDf˜®/ˆÿÿ%`•Þ@ ˆÿÿ°gDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ´gDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ¸gDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ¼gDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿÀgDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿÄgDf˜×@ ˆÿÿ%`•¨\̈ÿÿÈgDf˜¨\̈ÿÿ%`•@[̈ÿÿÌgDf˜@[̈ÿÿ%`•ØŸÿÿÐgDf˜ØŸÿÿ%`•pẌÿÿÔgDf˜pẌÿÿ%`•ẄÿÿØgDf˜Ẅÿÿ%`• ÜÿÿÜgDf˜ Üÿÿ%`•8T̈ÿÿàgDf˜8T̈ÿÿ%`•ÐR̈ÿÿägDf˜ÐR̈ÿÿ%`•hQ̈ÿÿègDf˜hQ̈ÿÿ%`•P̈ÿÿìgDf˜P̈ÿÿ%`•ÐȈÿÿðgDf˜ÐȈÿÿ%`•hÑȈÿÿôgDf˜hÑȈÿÿ%`•ÐÒȈÿÿøgDf˜ÐÒȈÿÿ%`•8ÔȈÿÿügDf˜8ÔȈÿÿ%`• ÕȈÿÿgDf˜ ÕȈÿÿ%`•×ȈÿÿgDf˜×Ȉÿÿ%`•pØÈˆÿÿgDf˜pØÈˆÿÿ%`•ØÙȈÿÿ gDf˜ØÙȈÿÿ%`•@ÛȈÿÿgDf˜@ÛȈÿÿ%`•¨ÜȈÿÿgDf˜¨ÜȈÿÿ%`•ÞȈÿÿgDf˜ÞȈÿÿ%`•€é ˆÿÿgDf˜€é ˆÿÿ%`•hé ˆÿÿ gDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿ$gDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿ(gDf˜8„é ˆÿÿ%`• …é ˆÿÿ,gDf˜ …é ˆÿÿ%`•‡é ˆÿÿ0gDf˜‡é ˆÿÿ%`•pˆé ˆÿÿ4gDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿ8gDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿ<gDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿ@gDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿDgDf˜Žé ˆÿÿ%`•^̈ÿÿHgDf˜^̈ÿÿ%`•@ÛʈÿÿLgDf˜@Ûʈÿÿ%`•ØÙʈÿÿPgDf˜ØÙʈÿÿ%`•pØÊˆÿÿTgDf˜pØÊˆÿÿ%`•×ʈÿÿXgDf˜×ʈÿÿ%`• Õʈÿÿ\gDf˜ Õʈÿÿ%`•8Ôʈÿÿ`gDf˜8Ôʈÿÿ%`•ÐÒʈÿÿdgDf˜ÐÒʈÿÿ%`•hÑʈÿÿhgDf˜hÑʈÿÿ%`•ÐʈÿÿlgDf˜Ðʈÿÿ%`•`$ˆÿÿpgDf˜`$ˆÿÿ%`•ha$ˆÿÿtgDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿxgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿ|gDf˜8d$ˆÿÿ%`• e$ˆÿÿ€gDf˜ e$ˆÿÿ%`•g$ˆÿÿ„gDf˜g$ˆÿÿ%`•ph$ˆÿÿˆgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿŒgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿ”gDf˜¨l$ˆÿÿ%`•n$ˆÿÿ˜gDf˜n$ˆÿÿ%`•0ˆÿÿœgDf˜0ˆÿÿ%`•h1ˆÿÿ gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ¤gDf˜Ð2ˆÿÿ%`•84ˆÿÿ¨gDf˜84ˆÿÿ%`• 5ˆÿÿ¬gDf˜ 5ˆÿÿ%`•7ˆÿÿ°gDf˜7ˆÿÿ%`•p8ˆÿÿ´gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ¸gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ¼gDf˜@;ˆÿÿ%`•¨<ˆÿÿÀgDf˜¨<ˆÿÿ%`•>ˆÿÿÄgDf˜>ˆÿÿ%`•ÞʈÿÿÈgDf˜Þʈÿÿ%`•¨ÜʈÿÿÌgDf˜¨Üʈÿÿ%`•؉%ˆÿÿÐgDf˜Ø‰%ˆÿÿ%`•pˆ%ˆÿÿÔgDf˜pˆ%ˆÿÿ%`•‡%ˆÿÿØgDf˜‡%ˆÿÿ%`• …%ˆÿÿÜgDf˜ …%ˆÿÿ%`•8„%ˆÿÿàgDf˜8„%ˆÿÿ%`•Ђ%ˆÿÿägDf˜Ð‚%ˆÿÿ%`•h%ˆÿÿègDf˜h%ˆÿÿ%`•€%ˆÿÿìgDf˜€%ˆÿÿ%`•ÀˆÿÿðgDf˜Àˆÿÿ%`•hÁˆÿÿôgDf˜hÁˆÿÿ%`•ЈÿÿøgDf˜Ðˆÿÿ%`•8ĈÿÿügDf˜8Ĉÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•LjÿÿgDf˜Çˆÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•ØÉˆÿÿ gDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•€ŠˆÿÿgDf˜€Šˆÿÿ%`•hŠˆÿÿ gDf˜hŠˆÿÿ%`•ЂŠˆÿÿ$gDf˜Ð‚Šˆÿÿ%`•8„Šˆÿÿ(gDf˜8„Šˆÿÿ%`• …Šˆÿÿ,gDf˜ …Šˆÿÿ%`•‡Šˆÿÿ0gDf˜‡Šˆÿÿ%`•pˆŠˆÿÿ4gDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ8gDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ<gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ@gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿDgDf˜ŽŠˆÿÿ%`•Ž%ˆÿÿHgDf˜Ž%ˆÿÿ%`•¨Œ%ˆÿÿLgDf˜¨Œ%ˆÿÿ%`•@‹%ˆÿÿPgDf˜@‹%ˆÿÿ%`•¨<™ˆÿÿTgDf˜¨<™ˆÿÿ%`•>™ˆÿÿXgDf˜>™ˆÿÿ%`•Ð@ ˆÿÿ\gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ`gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿdgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿhgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿlgDf˜ Õ@ ˆÿÿ%`• ‘ˆÿÿpgDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿtgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿxgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ|gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ€gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ„gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿˆgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿŒgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ”gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ˜gDf˜.‘ˆÿÿ%`•ÀˆÿÿœgDf˜Àˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•Јÿÿ¤gDf˜Ðˆÿÿ%`•8Ĉÿÿ¨gDf˜8Ĉÿÿ%`• Åˆÿÿ¬gDf˜ Åˆÿÿ%`•Ljÿÿ°gDf˜Çˆÿÿ%`•pȈÿÿ´gDf˜pȈÿÿ%`•ØÉˆÿÿ¸gDf˜ØÉˆÿÿ%`•@ˈÿÿ¼gDf˜@ˈÿÿ%`•¨ÌˆÿÿÀgDf˜¨Ìˆÿÿ%`•ΈÿÿÄgDf˜Îˆÿÿ%`•¨¬/ˆÿÿÈgDf˜¨¬/ˆÿÿ%`•@«/ˆÿÿÌgDf˜@«/ˆÿÿ%`•Ø©/ˆÿÿÐgDf˜Ø©/ˆÿÿ%`•p¨/ˆÿÿÔgDf˜p¨/ˆÿÿ%`•§/ˆÿÿØgDf˜§/ˆÿÿ%`• ¥/ˆÿÿÜgDf˜ ¥/ˆÿÿ%`•8¤/ˆÿÿàgDf˜8¤/ˆÿÿ%`•Т/ˆÿÿägDf˜Ð¢/ˆÿÿ%`•h¡/ˆÿÿègDf˜h¡/ˆÿÿ%`• /ˆÿÿðgDf˜ /ˆÿÿ%`•ÀœˆÿÿôgDf˜Àœˆÿÿ%`•hÁœˆÿÿøgDf˜hÁœˆÿÿ%`•МˆÿÿügDf˜Ðœˆÿÿ%`•8ÄœˆÿÿgDf˜8Äœˆÿÿ%`• ÅœˆÿÿgDf˜ Åœˆÿÿ%`•ÇœˆÿÿgDf˜Çœˆÿÿ%`•pÈœˆÿÿ gDf˜pÈœˆÿÿ%`•ØÉœˆÿÿgDf˜ØÉœˆÿÿ%`•@ËœˆÿÿgDf˜@Ëœˆÿÿ%`•¨ÌœˆÿÿgDf˜¨Ìœˆÿÿ%`•ΜˆÿÿgDf˜Μˆÿÿ%`•9 ˆÿÿ gDf˜9 ˆÿÿ%`•h9 ˆÿÿ$gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ(gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ,gDf˜89 ˆÿÿ%`• 9 ˆÿÿ0gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ4gDf˜9 ˆÿÿ%`•p9 ˆÿÿ8gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ<gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ@gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿDgDf˜¨9 ˆÿÿ%`•9 ˆÿÿHgDf˜9 ˆÿÿ%`•®/ˆÿÿLgDf˜®/ˆÿÿ%`•×@ ˆÿÿPgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿTgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿXgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ\gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ`gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿdgDf˜Þ@ ˆÿÿ%`•P̈ÿÿhgDf˜P̈ÿÿ%`•hQ̈ÿÿlgDf˜hQ̈ÿÿ%`•ÐR̈ÿÿpgDf˜ÐR̈ÿÿ%`•8T̈ÿÿtgDf˜8T̈ÿÿ%`• ÜÿÿxgDf˜ Üÿÿ%`•Ẅÿÿ|gDf˜Ẅÿÿ%`•pẌÿÿ€gDf˜pẌÿÿ%`•ØŸÿÿ„gDf˜ØŸÿÿ%`•@[̈ÿÿˆgDf˜@[̈ÿÿ%`•¨\̈ÿÿŒgDf˜¨\̈ÿÿ%`•8„é ˆÿÿgDf˜8„é ˆÿÿ%`•Ð‚é ˆÿÿ”gDf˜Ð‚é ˆÿÿ%`•hé ˆÿÿ˜gDf˜hé ˆÿÿ%`•€é ˆÿÿœgDf˜€é ˆÿÿ%`•Àº ˆÿÿ gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ¤gDf˜hÁº ˆÿÿ%`•к ˆÿÿ¨gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ¬gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ°gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ´gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ¸gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ¼gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿÀgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿÄgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿÈgDf˜κ ˆÿÿ%`•Žé ˆÿÿÌgDf˜Žé ˆÿÿ%`•¨Œé ˆÿÿÐgDf˜¨Œé ˆÿÿ%`•@‹é ˆÿÿÔgDf˜@‹é ˆÿÿ%`•Ø‰é ˆÿÿØgDf˜Ø‰é ˆÿÿ%`•pˆé ˆÿÿÜgDf˜pˆé ˆÿÿ%`•‡é ˆÿÿàgDf˜‡é ˆÿÿ%`• …é ˆÿÿägDf˜ …é ˆÿÿ%`•^̈ÿÿègDf˜^̈ÿÿ%`•ÐʈÿÿìgDf˜Ðʈÿÿ%`•hÑʈÿÿðgDf˜hÑʈÿÿ%`•ÐÒʈÿÿôgDf˜ÐÒʈÿÿ%`•8ÔʈÿÿøgDf˜8Ôʈÿÿ%`• ÕʈÿÿügDf˜ Õʈÿÿ%`•×ʈÿÿgDf˜×ʈÿÿ%`•pØÊˆÿÿgDf˜pØÊˆÿÿ%`•ØÙʈÿÿgDf˜ØÙʈÿÿ%`•@Ûʈÿÿ gDf˜@Ûʈÿÿ%`•84ˆÿÿgDf˜84ˆÿÿ%`•Ð2ˆÿÿgDf˜Ð2ˆÿÿ%`•h1ˆÿÿgDf˜h1ˆÿÿ%`•0ˆÿÿgDf˜0ˆÿÿ%`•A ˆÿÿ gDf˜A ˆÿÿ%`•hA ˆÿÿ$gDf˜hA ˆÿÿ%`•ÐA ˆÿÿ(gDf˜ÐA ˆÿÿ%`•8A ˆÿÿ,gDf˜8A ˆÿÿ%`• A ˆÿÿ0gDf˜ A ˆÿÿ%`•A ˆÿÿ4gDf˜A ˆÿÿ%`•pA ˆÿÿ8gDf˜pA ˆÿÿ%`•Ø A ˆÿÿ<gDf˜Ø A ˆÿÿ%`•@ A ˆÿÿ@gDf˜@ A ˆÿÿ%`•¨ A ˆÿÿDgDf˜¨ A ˆÿÿ%`•A ˆÿÿHgDf˜A ˆÿÿ%`•>ˆÿÿLgDf˜>ˆÿÿ%`•¨<ˆÿÿPgDf˜¨<ˆÿÿ%`•@;ˆÿÿTgDf˜@;ˆÿÿ%`•Ø9ˆÿÿXgDf˜Ø9ˆÿÿ%`•p8ˆÿÿ\gDf˜p8ˆÿÿ%`•7ˆÿÿ`gDf˜7ˆÿÿ%`• 5ˆÿÿdgDf˜ 5ˆÿÿ%`•¨ÜʈÿÿhgDf˜¨Üʈÿÿ%`•ÞʈÿÿlgDf˜Þʈÿÿ%`•€%ˆÿÿpgDf˜€%ˆÿÿ%`•h%ˆÿÿtgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿxgDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ|gDf˜8„%ˆÿÿ%`• …%ˆÿÿ€gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ„gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿˆgDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿŒgDf˜Ø‰%ˆÿÿ%`•8„ŠˆÿÿgDf˜8„Šˆÿÿ%`•ЂŠˆÿÿ”gDf˜Ð‚Šˆÿÿ%`•hŠˆÿÿ˜gDf˜hŠˆÿÿ%`•€ŠˆÿÿœgDf˜€Šˆÿÿ%`•0ˆÿÿ gDf˜0ˆÿÿ%`•h1ˆÿÿ¤gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ¨gDf˜Ð2ˆÿÿ%`•84ˆÿÿ¬gDf˜84ˆÿÿ%`• 5ˆÿÿ°gDf˜ 5ˆÿÿ%`•7ˆÿÿ´gDf˜7ˆÿÿ%`•p8ˆÿÿ¸gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ¼gDf˜Ø9ˆÿÿ%`•@;ˆÿÿÀgDf˜@;ˆÿÿ%`•¨<ˆÿÿÄgDf˜¨<ˆÿÿ%`•>ˆÿÿÈgDf˜>ˆÿÿ%`•ŽŠˆÿÿÌgDf˜ŽŠˆÿÿ%`•¨ŒŠˆÿÿÐgDf˜¨ŒŠˆÿÿ%`•@‹ŠˆÿÿÔgDf˜@‹Šˆÿÿ%`•؉ŠˆÿÿØgDf˜Ø‰Šˆÿÿ%`•pˆŠˆÿÿÜgDf˜pˆŠˆÿÿ%`•‡ŠˆÿÿàgDf˜‡Šˆÿÿ%`• …ŠˆÿÿägDf˜ …Šˆÿÿ%`•@‹%ˆÿÿègDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿìgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿðgDf˜Ž%ˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`• Õ@ ˆÿÿügDf˜ Õ@ ˆÿÿ%`•8Ô@ ˆÿÿgDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿgDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ gDf˜Ð@ ˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•hÁˆÿÿgDf˜hÁˆÿÿ%`•ÀˆÿÿgDf˜Àˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•hˆÿÿ$gDf˜hˆÿÿ%`•Јÿÿ(gDf˜Ðˆÿÿ%`•8ˆÿÿ,gDf˜8ˆÿÿ%`• ˆÿÿ0gDf˜ ˆÿÿ%`•ˆÿÿ4gDf˜ˆÿÿ%`•pˆÿÿ8gDf˜pˆÿÿ%`•Ø ˆÿÿ<gDf˜Ø ˆÿÿ%`•@ ˆÿÿ@gDf˜@ ˆÿÿ%`•¨ ˆÿÿDgDf˜¨ ˆÿÿ%`•ˆÿÿHgDf˜ˆÿÿ%`•ΈÿÿLgDf˜Îˆÿÿ%`•¨ÌˆÿÿPgDf˜¨Ìˆÿÿ%`•@ˈÿÿTgDf˜@ˈÿÿ%`•ØÉˆÿÿXgDf˜ØÉˆÿÿ%`•pȈÿÿ\gDf˜pȈÿÿ%`•Ljÿÿ`gDf˜Çˆÿÿ%`• ÅˆÿÿdgDf˜ Åˆÿÿ%`• /ˆÿÿhgDf˜ /ˆÿÿ%`•h¡/ˆÿÿlgDf˜h¡/ˆÿÿ%`•Т/ˆÿÿpgDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿtgDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿxgDf˜ ¥/ˆÿÿ%`•§/ˆÿÿ|gDf˜§/ˆÿÿ%`•p¨/ˆÿÿ€gDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿ„gDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿˆgDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿŒgDf˜¨¬/ˆÿÿ%`•89 ˆÿÿgDf˜89 ˆÿÿ%`•Ð9 ˆÿÿ”gDf˜Ð9 ˆÿÿ%`•h9 ˆÿÿ˜gDf˜h9 ˆÿÿ%`•9 ˆÿÿœgDf˜9 ˆÿÿ%`•°« ˆÿÿ gDf˜°« ˆÿÿ%`•h±« ˆÿÿ¤gDf˜h±« ˆÿÿ%`•в« ˆÿÿ¨gDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ¬gDf˜8´« ˆÿÿ%`• µ« ˆÿÿ°gDf˜ µ« ˆÿÿ%`•·« ˆÿÿ´gDf˜·« ˆÿÿ%`•p¸« ˆÿÿ¸gDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ¼gDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿÀgDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿÄgDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿÈgDf˜¾« ˆÿÿ%`•9 ˆÿÿÌgDf˜9 ˆÿÿ%`•¨9 ˆÿÿÐgDf˜¨9 ˆÿÿ%`•@9 ˆÿÿÔgDf˜@9 ˆÿÿ%`•Ø9 ˆÿÿØgDf˜Ø9 ˆÿÿ%`•p9 ˆÿÿÜgDf˜p9 ˆÿÿ%`•9 ˆÿÿàgDf˜9 ˆÿÿ%`• 9 ˆÿÿägDf˜ 9 ˆÿÿ%`•®/ˆÿÿègDf˜®/ˆÿÿ%`•Þ@ ˆÿÿìgDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿðgDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿôgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿøgDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿügDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿgDf˜×@ ˆÿÿ%`•¨\̈ÿÿgDf˜¨\̈ÿÿ%`•@[̈ÿÿgDf˜@[̈ÿÿ%`•ØŸÿÿ gDf˜ØŸÿÿ%`•pẌÿÿgDf˜pẌÿÿ%`•ẄÿÿgDf˜Ẅÿÿ%`• ÜÿÿgDf˜ Üÿÿ%`•8T̈ÿÿgDf˜8T̈ÿÿ%`•ÐR̈ÿÿ gDf˜ÐR̈ÿÿ%`•hQ̈ÿÿ$gDf˜hQ̈ÿÿ%`•P̈ÿÿ(gDf˜P̈ÿÿ%`•^̈ÿÿ,gDf˜^̈ÿÿ%`•@Ûʈÿÿ0gDf˜@Ûʈÿÿ%`•ØÙʈÿÿ4gDf˜ØÙʈÿÿ%`•pØÊˆÿÿ8gDf˜pØÊˆÿÿ%`•×ʈÿÿ<gDf˜×ʈÿÿ%`• Õʈÿÿ@gDf˜ Õʈÿÿ%`•8ÔʈÿÿDgDf˜8Ôʈÿÿ%`•ÐÒʈÿÿHgDf˜ÐÒʈÿÿ%`•hÑʈÿÿLgDf˜hÑʈÿÿ%`•ÐʈÿÿPgDf˜Ðʈÿÿ%`•0ˆÿÿTgDf˜0ˆÿÿ%`•h1ˆÿÿXgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ\gDf˜Ð2ˆÿÿ%`•84ˆÿÿ`gDf˜84ˆÿÿ%`•8A ˆÿÿdgDf˜8A ˆÿÿ%`•ÐA ˆÿÿhgDf˜ÐA ˆÿÿ%`•hA ˆÿÿlgDf˜hA ˆÿÿ%`•A ˆÿÿpgDf˜A ˆÿÿ%`•p]ˆÿÿtgDf˜p]ˆÿÿ%`•hq]ˆÿÿxgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ|gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ€gDf˜8t]ˆÿÿ%`• u]ˆÿÿ„gDf˜ u]ˆÿÿ%`•w]ˆÿÿˆgDf˜w]ˆÿÿ%`•px]ˆÿÿŒgDf˜px]ˆÿÿ%`•Øy]ˆÿÿgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ”gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ˜gDf˜¨|]ˆÿÿ%`•~]ˆÿÿœgDf˜~]ˆÿÿ%`•€6ˆÿÿ gDf˜€6ˆÿÿ%`•h6ˆÿÿ¤gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ¨gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ¬gDf˜8„6ˆÿÿ%`• …6ˆÿÿ°gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ´gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ¸gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ¼gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿÀgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿÄgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿÈgDf˜Ž6ˆÿÿ%`•A ˆÿÿÌgDf˜A ˆÿÿ%`•¨ A ˆÿÿÐgDf˜¨ A ˆÿÿ%`•@ A ˆÿÿÔgDf˜@ A ˆÿÿ%`•Ø A ˆÿÿØgDf˜Ø A ˆÿÿ%`•pA ˆÿÿÜgDf˜pA ˆÿÿ%`•A ˆÿÿàgDf˜A ˆÿÿ%`• A ˆÿÿägDf˜ A ˆÿÿ%`• 5ˆÿÿègDf˜ 5ˆÿÿ%`•7ˆÿÿìgDf˜7ˆÿÿ%`•p8ˆÿÿôgDf˜p8ˆÿÿ%`•Ø9ˆÿÿøgDf˜Ø9ˆÿÿ%`•@;ˆÿÿügDf˜@;ˆÿÿ%`•¨<ˆÿÿ gDf˜¨<ˆÿÿ%`•>ˆÿÿ gDf˜>ˆÿÿ%`•Þʈÿÿ gDf˜Þʈÿÿ%`•¨Üʈÿÿ gDf˜¨Üʈÿÿ%`•؉%ˆÿÿ gDf˜Ø‰%ˆÿÿ%`•pˆ%ˆÿÿ gDf˜pˆ%ˆÿÿ%`•‡%ˆÿÿ gDf˜‡%ˆÿÿ%`• …%ˆÿÿ gDf˜ …%ˆÿÿ%`•8„%ˆÿÿ gDf˜8„%ˆÿÿ%`•Ђ%ˆÿÿ $gDf˜Ð‚%ˆÿÿ%`•h%ˆÿÿ (gDf˜h%ˆÿÿ%`•€%ˆÿÿ ,gDf˜€%ˆÿÿ%`•Ž%ˆÿÿ 0gDf˜Ž%ˆÿÿ%`•¨Œ%ˆÿÿ 4gDf˜¨Œ%ˆÿÿ%`•@‹%ˆÿÿ 8gDf˜@‹%ˆÿÿ%`•¨<™ˆÿÿ <gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ @gDf˜>™ˆÿÿ%`•Ð@ ˆÿÿ DgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ HgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ LgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ PgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ TgDf˜ Õ@ ˆÿÿ%`•Àˆÿÿ XgDf˜Àˆÿÿ%`•hÁˆÿÿ \gDf˜hÁˆÿÿ%`•Јÿÿ `gDf˜Ðˆÿÿ%`•8Ĉÿÿ dgDf˜8Ĉÿÿ%`•8ˆÿÿ hgDf˜8ˆÿÿ%`•Јÿÿ lgDf˜Ðˆÿÿ%`•hˆÿÿ pgDf˜hˆÿÿ%`•ˆÿÿ tgDf˜ˆÿÿ%`•Gˆÿÿ xgDf˜Gˆÿÿ%`•hGˆÿÿ |gDf˜hGˆÿÿ%`•ÐGˆÿÿ €gDf˜ÐGˆÿÿ%`•8Gˆÿÿ „gDf˜8Gˆÿÿ%`• Gˆÿÿ ˆgDf˜ Gˆÿÿ%`•Gˆÿÿ ŒgDf˜Gˆÿÿ%`•pGˆÿÿ gDf˜pGˆÿÿ%`•ØGˆÿÿ ”gDf˜ØGˆÿÿ%`•@Gˆÿÿ ˜gDf˜@Gˆÿÿ%`•¨Gˆÿÿ œgDf˜¨Gˆÿÿ%`•Gˆÿÿ  gDf˜Gˆÿÿ%`•€ñ ˆÿÿ ¤gDf˜€ñ ˆÿÿ%`•hñ ˆÿÿ ¨gDf˜hñ ˆÿÿ%`•Ђñ ˆÿÿ ¬gDf˜Ð‚ñ ˆÿÿ%`•8„ñ ˆÿÿ °gDf˜8„ñ ˆÿÿ%`• …ñ ˆÿÿ ´gDf˜ …ñ ˆÿÿ%`•‡ñ ˆÿÿ ¸gDf˜‡ñ ˆÿÿ%`•pˆñ ˆÿÿ ¼gDf˜pˆñ ˆÿÿ%`•؉ñ ˆÿÿ ÀgDf˜Ø‰ñ ˆÿÿ%`•@‹ñ ˆÿÿ ÄgDf˜@‹ñ ˆÿÿ%`•¨Œñ ˆÿÿ ÈgDf˜¨Œñ ˆÿÿ%`•Žñ ˆÿÿ ÌgDf˜Žñ ˆÿÿ%`•ˆÿÿ ÐgDf˜ˆÿÿ%`•¨ ˆÿÿ ÔgDf˜¨ ˆÿÿ%`•@ ˆÿÿ ØgDf˜@ ˆÿÿ%`•Ø ˆÿÿ ÜgDf˜Ø ˆÿÿ%`•pˆÿÿ àgDf˜pˆÿÿ%`•ˆÿÿ ägDf˜ˆÿÿ%`• ˆÿÿ ègDf˜ ˆÿÿ%`• Åˆÿÿ ìgDf˜ Åˆÿÿ%`•Ljÿÿ ðgDf˜Çˆÿÿ%`•pȈÿÿ ôgDf˜pȈÿÿ%`•ØÉˆÿÿ øgDf˜ØÉˆÿÿ%`•@ˈÿÿ ügDf˜@ˈÿÿ%`•¨Ìˆÿÿ!gDf˜¨Ìˆÿÿ%`•Έÿÿ!gDf˜Îˆÿÿ%`•¨¬/ˆÿÿ!gDf˜¨¬/ˆÿÿ%`•@«/ˆÿÿ! gDf˜@«/ˆÿÿ%`•Ø©/ˆÿÿ!gDf˜Ø©/ˆÿÿ%`•p¨/ˆÿÿ!gDf˜p¨/ˆÿÿ%`•§/ˆÿÿ!gDf˜§/ˆÿÿ%`• ¥/ˆÿÿ!gDf˜ ¥/ˆÿÿ%`•8¤/ˆÿÿ! gDf˜8¤/ˆÿÿ%`•Т/ˆÿÿ!$gDf˜Ð¢/ˆÿÿ%`•h¡/ˆÿÿ!(gDf˜h¡/ˆÿÿ%`• /ˆÿÿ!,gDf˜ /ˆÿÿ%`•®/ˆÿÿ!0gDf˜®/ˆÿÿ%`•×@ ˆÿÿ!4gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ!8gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ!<gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ!@gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ!DgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ!HgDf˜Þ@ ˆÿÿ%`•P̈ÿÿ!LgDf˜P̈ÿÿ%`•hQ̈ÿÿ!PgDf˜hQ̈ÿÿ%`•ÐR̈ÿÿ!TgDf˜ÐR̈ÿÿ%`•8T̈ÿÿ!XgDf˜8T̈ÿÿ%`• Üÿÿ!\gDf˜ Üÿÿ%`•Ẅÿÿ!`gDf˜Ẅÿÿ%`•pẌÿÿ!dgDf˜pẌÿÿ%`•ØŸÿÿ!hgDf˜ØŸÿÿ%`•@[̈ÿÿ!lgDf˜@[̈ÿÿ%`•¨\̈ÿÿ!pgDf˜¨\̈ÿÿ%`•^̈ÿÿ!tgDf˜^̈ÿÿ%`•Гˆÿÿ!xgDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ!|gDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ!€gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ!„gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ!ˆgDf˜ Õ“ˆÿÿ%`•דˆÿÿ!ŒgDf˜דˆÿÿ%`•pØ“ˆÿÿ!gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ!”gDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ!˜gDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ!œgDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ! gDf˜Þ“ˆÿÿ%`•ÐȈÿÿ!¤gDf˜ÐȈÿÿ%`•hÑȈÿÿ!¨gDf˜hÑȈÿÿ%`•ÐÒȈÿÿ!¬gDf˜ÐÒȈÿÿ%`•8ÔȈÿÿ!°gDf˜8ÔȈÿÿ%`• ÕȈÿÿ!´gDf˜ ÕȈÿÿ%`•×Ȉÿÿ!¸gDf˜×Ȉÿÿ%`•pØÈˆÿÿ!¼gDf˜pØÈˆÿÿ%`•ØÙȈÿÿ!ÀgDf˜ØÙȈÿÿ%`•@ÛȈÿÿ!ÄgDf˜@ÛȈÿÿ%`•¨ÜȈÿÿ!ÈgDf˜¨ÜȈÿÿ%`•ÞȈÿÿ!ÌgDf˜ÞȈÿÿ%`•Ðʈÿÿ!ÐgDf˜Ðʈÿÿ%`•hÑʈÿÿ!ÔgDf˜hÑʈÿÿ%`•ÐÒʈÿÿ!ØgDf˜ÐÒʈÿÿ%`•8Ôʈÿÿ!ÜgDf˜8Ôʈÿÿ%`• Õʈÿÿ!àgDf˜ Õʈÿÿ%`•×ʈÿÿ!ägDf˜×ʈÿÿ%`•pØÊˆÿÿ!ègDf˜pØÊˆÿÿ%`•ØÙʈÿÿ!ìgDf˜ØÙʈÿÿ%`•@Ûʈÿÿ!ðgDf˜@Ûʈÿÿ%`•84ˆÿÿ!ôgDf˜84ˆÿÿ%`•Ð2ˆÿÿ!øgDf˜Ð2ˆÿÿ%`•h1ˆÿÿ!ügDf˜h1ˆÿÿ%`•0ˆÿÿ"gDf˜0ˆÿÿ%`•A ˆÿÿ"gDf˜A ˆÿÿ%`•hA ˆÿÿ"gDf˜hA ˆÿÿ%`•ÐA ˆÿÿ" gDf˜ÐA ˆÿÿ%`•8A ˆÿÿ"gDf˜8A ˆÿÿ%`•8„6ˆÿÿ"gDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿ"gDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿ"gDf˜h6ˆÿÿ%`•€6ˆÿÿ" gDf˜€6ˆÿÿ%`•Àº ˆÿÿ"$gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ"(gDf˜hÁº ˆÿÿ%`•к ˆÿÿ",gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ"0gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ"4gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ"8gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ"<gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ"@gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ"DgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ"HgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ"LgDf˜κ ˆÿÿ%`•Ž6ˆÿÿ"PgDf˜Ž6ˆÿÿ%`•¨Œ6ˆÿÿ"TgDf˜¨Œ6ˆÿÿ%`•@‹6ˆÿÿ"XgDf˜@‹6ˆÿÿ%`•؉6ˆÿÿ"\gDf˜Ø‰6ˆÿÿ%`•pˆ6ˆÿÿ"`gDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿ"dgDf˜‡6ˆÿÿ%`• …6ˆÿÿ"hgDf˜ …6ˆÿÿ%`• A ˆÿÿ"lgDf˜ A ˆÿÿ%`•A ˆÿÿ"pgDf˜A ˆÿÿ%`•pA ˆÿÿ"tgDf˜pA ˆÿÿ%`•Ø A ˆÿÿ"xgDf˜Ø A ˆÿÿ%`•@ A ˆÿÿ"|gDf˜@ A ˆÿÿ%`•¨ A ˆÿÿ"€gDf˜¨ A ˆÿÿ%`•A ˆÿÿ"„gDf˜A ˆÿÿ%`•>ˆÿÿ"ˆgDf˜>ˆÿÿ%`•¨<ˆÿÿ"ŒgDf˜¨<ˆÿÿ%`•@;ˆÿÿ"gDf˜@;ˆÿÿ%`•Ø9ˆÿÿ"”gDf˜Ø9ˆÿÿ%`•p8ˆÿÿ"˜gDf˜p8ˆÿÿ%`•7ˆÿÿ"œgDf˜7ˆÿÿ%`• 5ˆÿÿ" gDf˜ 5ˆÿÿ%`•¨Üʈÿÿ"¤gDf˜¨Üʈÿÿ%`•Þʈÿÿ"¨gDf˜Þʈÿÿ%`•Ž%ˆÿÿ"¬gDf˜Ž%ˆÿÿ%`•@‹%ˆÿÿ"°gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ"´gDf˜¨Œ%ˆÿÿ%`•€%ˆÿÿ"¸gDf˜€%ˆÿÿ%`•h%ˆÿÿ"¼gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ"ÀgDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ"ÄgDf˜8„%ˆÿÿ%`• …%ˆÿÿ"ÈgDf˜ …%ˆÿÿ%`•‡%ˆÿÿ"ÌgDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ"ÐgDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ"ÔgDf˜Ø‰%ˆÿÿ%`•>™ˆÿÿ"ØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"ÜgDf˜¨<™ˆÿÿ%`• Õ@ ˆÿÿ"àgDf˜ Õ@ ˆÿÿ%`•8Ô@ ˆÿÿ"ägDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ"ègDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ"ìgDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ"ðgDf˜Ð@ ˆÿÿ%`•8Ĉÿÿ"ôgDf˜8Ĉÿÿ%`•Јÿÿ"øgDf˜Ðˆÿÿ%`•hÁˆÿÿ"ügDf˜hÁˆÿÿ%`•Àˆÿÿ#gDf˜Àˆÿÿ%`•ˆÿÿ#gDf˜ˆÿÿ%`•hˆÿÿ#gDf˜hˆÿÿ%`•Јÿÿ# gDf˜Ðˆÿÿ%`•8ˆÿÿ#gDf˜8ˆÿÿ%`•8„ñ ˆÿÿ#gDf˜8„ñ ˆÿÿ%`•Ђñ ˆÿÿ#gDf˜Ð‚ñ ˆÿÿ%`•hñ ˆÿÿ#gDf˜hñ ˆÿÿ%`•€ñ ˆÿÿ# gDf˜€ñ ˆÿÿ%`• ‘ˆÿÿ#$gDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ#(gDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ#,gDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ#0gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ#4gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ#8gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿ#<gDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ#@gDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ#DgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ#HgDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ#LgDf˜.‘ˆÿÿ%`•Žñ ˆÿÿ#PgDf˜Žñ ˆÿÿ%`•¨Œñ ˆÿÿ#TgDf˜¨Œñ ˆÿÿ%`•@‹ñ ˆÿÿ#XgDf˜@‹ñ ˆÿÿ%`•؉ñ ˆÿÿ#\gDf˜Ø‰ñ ˆÿÿ%`•pˆñ ˆÿÿ#`gDf˜pˆñ ˆÿÿ%`•‡ñ ˆÿÿ#dgDf˜‡ñ ˆÿÿ%`• …ñ ˆÿÿ#hgDf˜ …ñ ˆÿÿ%`• ˆÿÿ#lgDf˜ ˆÿÿ%`•ˆÿÿ#pgDf˜ˆÿÿ%`•pˆÿÿ#tgDf˜pˆÿÿ%`•Ø ˆÿÿ#xgDf˜Ø ˆÿÿ%`•@ ˆÿÿ#|gDf˜@ ˆÿÿ%`•¨ ˆÿÿ#€gDf˜¨ ˆÿÿ%`•ˆÿÿ#„gDf˜ˆÿÿ%`•Έÿÿ#ˆgDf˜Îˆÿÿ%`•¨Ìˆÿÿ#ŒgDf˜¨Ìˆÿÿ%`•@ˈÿÿ#gDf˜@ˈÿÿ%`•ØÉˆÿÿ#”gDf˜ØÉˆÿÿ%`•pȈÿÿ#˜gDf˜pȈÿÿ%`•Ljÿÿ#œgDf˜Çˆÿÿ%`• Åˆÿÿ# gDf˜ Åˆÿÿ%`• /ˆÿÿ#¤gDf˜ /ˆÿÿ%`•h¡/ˆÿÿ#¨gDf˜h¡/ˆÿÿ%`•Т/ˆÿÿ#¬gDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿ#°gDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿ#´gDf˜ ¥/ˆÿÿ%`•§/ˆÿÿ#¸gDf˜§/ˆÿÿ%`•p¨/ˆÿÿ#¼gDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿ#ÀgDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿ#ÄgDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿ#ÈgDf˜¨¬/ˆÿÿ%`•®/ˆÿÿ#ÌgDf˜®/ˆÿÿ%`•Þ@ ˆÿÿ#ÐgDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ#ÔgDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ#ØgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ#ÜgDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ#àgDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ#ägDf˜×@ ˆÿÿ%`•8ÔȈÿÿ#ègDf˜8ÔȈÿÿ%`•ÐÒȈÿÿ#ìgDf˜ÐÒȈÿÿ%`•hÑȈÿÿ#ðgDf˜hÑȈÿÿ%`•ÐȈÿÿ#øgDf˜ÐȈÿÿ%`•à6ˆÿÿ#ügDf˜à6ˆÿÿ%`•há6ˆÿÿ$gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ$gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ$gDf˜8ä6ˆÿÿ%`• å6ˆÿÿ$ gDf˜ å6ˆÿÿ%`•ç6ˆÿÿ$gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ$gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ$gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ$gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ$ gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ$$gDf˜î6ˆÿÿ%`•Гˆÿÿ$(gDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ$,gDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ$0gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ$4gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ$8gDf˜ Õ“ˆÿÿ%`•דˆÿÿ$<gDf˜דˆÿÿ%`•pØ“ˆÿÿ$@gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ$DgDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ$HgDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ$LgDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ$PgDf˜Þ“ˆÿÿ%`•ÞȈÿÿ$TgDf˜ÞȈÿÿ%`•¨ÜȈÿÿ$XgDf˜¨ÜȈÿÿ%`•@ÛȈÿÿ$\gDf˜@ÛȈÿÿ%`•ØÙȈÿÿ$`gDf˜ØÙȈÿÿ%`•pØÈˆÿÿ$dgDf˜pØÈˆÿÿ%`•×Ȉÿÿ$hgDf˜×Ȉÿÿ%`• ÕȈÿÿ$lgDf˜ ÕȈÿÿ%`•@Ûʈÿÿ$pgDf˜@Ûʈÿÿ%`•ØÙʈÿÿ$tgDf˜ØÙʈÿÿ%`•pØÊˆÿÿ$xgDf˜pØÊˆÿÿ%`•×ʈÿÿ$|gDf˜×ʈÿÿ%`• Õʈÿÿ$€gDf˜ Õʈÿÿ%`•8Ôʈÿÿ$„gDf˜8Ôʈÿÿ%`•ÐÒʈÿÿ$ˆgDf˜ÐÒʈÿÿ%`•hÑʈÿÿ$ŒgDf˜hÑʈÿÿ%`•Ðʈÿÿ$gDf˜Ðʈÿÿ%`•0ˆÿÿ$”gDf˜0ˆÿÿ%`•h1ˆÿÿ$˜gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ$œgDf˜Ð2ˆÿÿ%`•84ˆÿÿ$ gDf˜84ˆÿÿ%`•8A ˆÿÿ$¤gDf˜8A ˆÿÿ%`•ÐA ˆÿÿ$¨gDf˜ÐA ˆÿÿ%`•hA ˆÿÿ$¬gDf˜hA ˆÿÿ%`•A ˆÿÿ$°gDf˜A ˆÿÿ%`•A ˆÿÿ$´gDf˜A ˆÿÿ%`•¨ A ˆÿÿ$¸gDf˜¨ A ˆÿÿ%`•@ A ˆÿÿ$¼gDf˜@ A ˆÿÿ%`•Ø A ˆÿÿ$ÀgDf˜Ø A ˆÿÿ%`•pA ˆÿÿ$ÄgDf˜pA ˆÿÿ%`•A ˆÿÿ$ÈgDf˜A ˆÿÿ%`• A ˆÿÿ$ÌgDf˜ A ˆÿÿ%`• 5ˆÿÿ$ÐgDf˜ 5ˆÿÿ%`•7ˆÿÿ$ÔgDf˜7ˆÿÿ%`•p8ˆÿÿ$ØgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ$ÜgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ$àgDf˜@;ˆÿÿ%`•¨<ˆÿÿ$ägDf˜¨<ˆÿÿ%`•>ˆÿÿ$ègDf˜>ˆÿÿ%`•Þʈÿÿ$ìgDf˜Þʈÿÿ%`•¨Üʈÿÿ$ðgDf˜¨Üʈÿÿ%`•@‹%ˆÿÿ$ôgDf˜@‹%ˆÿÿ%`•Ž%ˆÿÿ$øgDf˜Ž%ˆÿÿ%`•Gˆÿÿ$ügDf˜Gˆÿÿ%`•hGˆÿÿ%gDf˜hGˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%gDf˜'ˆÿÿ%`•hGˆÿÿ gDf˜hGˆÿÿ%`•Gˆÿÿ7ègDf˜Gˆÿÿ%`•8Gˆÿÿ`ÈgDf˜8Gˆÿÿ%`•ÐGˆÿÿ gDf˜ÐGˆÿÿ%`• GˆÿÿgDf˜ Gˆÿÿ%`•Ø Gˆÿÿƒ,gDf˜Ø Gˆÿÿ%`•pGˆÿÿƒ4gDf˜pGˆÿÿ%`•GˆÿÿÑdgDf˜Gˆÿÿ%`•¨ GˆÿÿìlgDf˜¨ Gˆÿÿ%`•Gˆÿÿ! gDf˜Gˆÿÿ%`•@ Gˆÿÿƒ<gDf˜@ Gˆÿÿ%`•@ Gˆÿÿ gDf˜@ Gˆÿÿ%`•@ Gˆÿÿ%gDf˜@ Gˆÿÿ%`•Gˆÿÿ% gDf˜Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ& gDf˜'ˆÿÿ%`•Gˆÿÿ&ügDf˜Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ' gDf˜'ˆÿÿ%`•Gˆÿÿ'ègDf˜Gˆÿÿ%`•@ Gˆÿÿ'ü0gDf˜@ Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ),gDf˜'ˆÿÿ%`•@ Gˆÿÿ)0ügDf˜@ Gˆÿÿ%`•Gˆÿÿ+,ÐgDf˜Gˆÿÿ%`•¨ Gˆÿÿ,ügDf˜¨ Gˆÿÿ%`•Gˆÿÿ-ügDf˜Gˆÿÿ%`•pGˆÿÿ.ügDf˜pGˆÿÿ%`•8Gˆÿÿ/ügDf˜8Gˆÿÿ%`•ÐGˆÿÿ0ügDf˜ÐGˆÿÿ%`• Gˆÿÿ2gDf˜ Gˆÿÿ%`•Ø Gˆÿÿ2¼gDf˜Ø Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ÀgDf˜'ˆÿÿ%`•8Gˆÿÿ{°gDf˜8Gˆÿÿ%`•Ø GˆÿÿgDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ gDf˜Ø Gˆÿÿ%`•Ø GˆÿÿzL gDf˜Ø Gˆÿÿ%`•8Gˆÿÿ{gDf˜8Gˆÿÿ%`•8Gˆÿÿ gDf˜8Gˆÿÿ%`•8GˆÿÿgDf˜8Gˆÿÿ%`•Ø Gˆÿÿ/øgDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ~gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ{tgDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ!gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ gDf˜Ø Gˆÿÿ%`•Ø Gˆÿÿ2ÄgDf˜Ø Gˆÿÿ%`•8Gˆÿÿ2È<gDf˜8Gˆÿÿ%`•ÐGˆÿÿ4gDf˜ÐGˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5gDf˜'ˆÿÿ%`•ÐGˆÿÿ5gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5 gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5$gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5(gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ5,gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ50gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ54gDf˜ÐGˆÿÿ%`•ÐGˆÿÿ58gDf˜ÐGˆÿÿ%`•@ Gˆÿÿ5<gDf˜@ Gˆÿÿ%`•@ Gˆÿÿ5@gDf˜@ Gˆÿÿ%`•ÐGˆÿÿ5DgDf˜ÐGˆÿÿ%`•¨ Gˆÿÿ5HgDf˜¨ Gˆÿÿ%`•Gˆÿÿ5LgDf˜Gˆÿÿ%`•Gˆÿÿ5PgDf˜Gˆÿÿ%`• Gˆÿÿ5TgDf˜ Gˆÿÿ%`•pGˆÿÿ5XgDf˜pGˆÿÿ%`•8Gˆÿÿ5\gDf˜8Gˆÿÿ%`•8Gˆÿÿ5`gDf˜8Gˆÿÿ%`•pGˆÿÿ5dgDf˜pGˆÿÿ%`• Gˆÿÿ5hgDf˜ Gˆÿÿ%`•Gˆÿÿ5lgDf˜Gˆÿÿ%`•Gˆÿÿ5pgDf˜Gˆÿÿ%`•¨ Gˆÿÿ5tgDf˜¨ Gˆÿÿ%`•ÐGˆÿÿ5xgDf˜ÐGˆÿÿ%`•@ Gˆÿÿ5|gDf˜@ Gˆÿÿ%`•Ø Gˆÿÿ5€gDf˜Ø Gˆÿÿ%`•Gˆÿÿ5„gDf˜Gˆÿÿ%`•hGˆÿÿ5ˆgDf˜hGˆÿÿ%`•¨<™ˆÿÿ5ŒgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ5gDf˜>™ˆÿÿ%`•Pžˆÿÿ5”gDf˜Pžˆÿÿ%`•hQžˆÿÿ5˜gDf˜hQžˆÿÿ%`•ÐRžˆÿÿ5œgDf˜ÐRžˆÿÿ%`•8Tžˆÿÿ5 gDf˜8Tžˆÿÿ%`• Užˆÿÿ5¤gDf˜ Užˆÿÿ%`•Wžˆÿÿ5¨gDf˜Wžˆÿÿ%`•pXžˆÿÿ5¬gDf˜pXžˆÿÿ%`•ØYžˆÿÿ5°gDf˜ØYžˆÿÿ%`•@[žˆÿÿ5´gDf˜@[žˆÿÿ%`•¨\žˆÿÿ5¸gDf˜¨\žˆÿÿ%`•^žˆÿÿ5¼gDf˜^žˆÿÿ%`•^žˆÿÿ5ÀgDf˜^žˆÿÿ%`•¨\žˆÿÿ5ÄgDf˜¨\žˆÿÿ%`•@[žˆÿÿ5ÈgDf˜@[žˆÿÿ%`•ØYžˆÿÿ5ÌgDf˜ØYžˆÿÿ%`•pXžˆÿÿ5ÐgDf˜pXžˆÿÿ%`•Wžˆÿÿ5ÔgDf˜Wžˆÿÿ%`• Užˆÿÿ5ØgDf˜ Užˆÿÿ%`•8Tžˆÿÿ5ÜgDf˜8Tžˆÿÿ%`•ÐRžˆÿÿ5àgDf˜ÐRžˆÿÿ%`•hQžˆÿÿ5ägDf˜hQžˆÿÿ%`•Pžˆÿÿ5ègDf˜Pžˆÿÿ%`•>™ˆÿÿ5ìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ5ðgDf˜¨<™ˆÿÿ%`•P³ ˆÿÿ5ôgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ5øgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ5ügDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿ6gDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ6gDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ6gDf˜W³ ˆÿÿ%`•pX³ ˆÿÿ6 gDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ6gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ6gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ6gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ6gDf˜^³ ˆÿÿ%`• Õˆÿÿ6 gDf˜ Õˆÿÿ%`•h!Õˆÿÿ6$gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ6(gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ6,gDf˜8$Õˆÿÿ%`• %Õˆÿÿ60gDf˜ %Õˆÿÿ%`•'Õˆÿÿ64gDf˜'Õˆÿÿ%`•p(Õˆÿÿ68gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ6<gDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ6@gDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ6DgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ6HgDf˜.Õˆÿÿ%`•0µˆÿÿ6LgDf˜0µˆÿÿ%`•h1µˆÿÿ6PgDf˜h1µˆÿÿ%`•Ð2µˆÿÿ6TgDf˜Ð2µˆÿÿ%`•84µˆÿÿ6XgDf˜84µˆÿÿ%`• 5µˆÿÿ6\gDf˜ 5µˆÿÿ%`•7µˆÿÿ6`gDf˜7µˆÿÿ%`•p8µˆÿÿ6dgDf˜p8µˆÿÿ%`•Ø9µˆÿÿ6hgDf˜Ø9µˆÿÿ%`•@;µˆÿÿ6lgDf˜@;µˆÿÿ%`•¨<µˆÿÿ6pgDf˜¨<µˆÿÿ%`•>µˆÿÿ6tgDf˜>µˆÿÿ%`• -ˆÿÿ6xgDf˜ -ˆÿÿ%`•h!-ˆÿÿ6|gDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿ6€gDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿ6„gDf˜8$-ˆÿÿ%`• %-ˆÿÿ6ˆgDf˜ %-ˆÿÿ%`•'-ˆÿÿ6ŒgDf˜'-ˆÿÿ%`•p(-ˆÿÿ6gDf˜p(-ˆÿÿ%`•Ø)-ˆÿÿ6”gDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ6˜gDf˜@+-ˆÿÿ%`•¨,-ˆÿÿ6œgDf˜¨,-ˆÿÿ%`•.-ˆÿÿ6 gDf˜.-ˆÿÿ%`•@ ˆÿÿ6¤gDf˜@ ˆÿÿ%`•hA ˆÿÿ6¨gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ6¬gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ6°gDf˜8D ˆÿÿ%`• E ˆÿÿ6´gDf˜ E ˆÿÿ%`•G ˆÿÿ6¸gDf˜G ˆÿÿ%`•pH ˆÿÿ6¼gDf˜pH ˆÿÿ%`•ØI ˆÿÿ6ÀgDf˜ØI ˆÿÿ%`•@K ˆÿÿ6ÄgDf˜@K ˆÿÿ%`•¨L ˆÿÿ6ÈgDf˜¨L ˆÿÿ%`•N ˆÿÿ6ÌgDf˜N ˆÿÿ%`•¨<™ˆÿÿ6ÐgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6ÔgDf˜>™ˆÿÿ%`•8$Õˆÿÿ6ØgDf˜8$Õˆÿÿ%`•Ð"Õˆÿÿ6ÜgDf˜Ð"Õˆÿÿ%`•h!Õˆÿÿ6àgDf˜h!Õˆÿÿ%`• Õˆÿÿ6ägDf˜ Õˆÿÿ%`• )ˆÿÿ6ègDf˜ )ˆÿÿ%`•h!)ˆÿÿ6ìgDf˜h!)ˆÿÿ%`•Ð")ˆÿÿ6ðgDf˜Ð")ˆÿÿ%`•8$)ˆÿÿ6ôgDf˜8$)ˆÿÿ%`• %)ˆÿÿ6øgDf˜ %)ˆÿÿ%`•')ˆÿÿ6ügDf˜')ˆÿÿ%`•p()ˆÿÿ7gDf˜p()ˆÿÿ%`•Ø))ˆÿÿ7gDf˜Ø))ˆÿÿ%`•@+)ˆÿÿ7gDf˜@+)ˆÿÿ%`•¨,)ˆÿÿ7 gDf˜¨,)ˆÿÿ%`•.)ˆÿÿ7gDf˜.)ˆÿÿ%`•à ˆÿÿ7gDf˜à ˆÿÿ%`•há ˆÿÿ7gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ7gDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ7 gDf˜8ä ˆÿÿ%`• å ˆÿÿ7$gDf˜ å ˆÿÿ%`•ç ˆÿÿ7(gDf˜ç ˆÿÿ%`•pè ˆÿÿ7,gDf˜pè ˆÿÿ%`•Øé ˆÿÿ70gDf˜Øé ˆÿÿ%`•@ë ˆÿÿ74gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ78gDf˜¨ì ˆÿÿ%`•î ˆÿÿ7<gDf˜î ˆÿÿ%`•ˆÿÿ7@gDf˜ˆÿÿ%`•hˆÿÿ7DgDf˜hˆÿÿ%`•Јÿÿ7HgDf˜Ðˆÿÿ%`•8ˆÿÿ7LgDf˜8ˆÿÿ%`• ˆÿÿ7PgDf˜ ˆÿÿ%`•ˆÿÿ7TgDf˜ˆÿÿ%`•pˆÿÿ7XgDf˜pˆÿÿ%`•؈ÿÿ7\gDf˜Øˆÿÿ%`•@ˆÿÿ7`gDf˜@ˆÿÿ%`•¨ˆÿÿ7dgDf˜¨ˆÿÿ%`•ˆÿÿ7hgDf˜ˆÿÿ%`•PÚˆÿÿ7lgDf˜PÚˆÿÿ%`•hQÚˆÿÿ7pgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ7tgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ7xgDf˜8TÚˆÿÿ%`• UÚˆÿÿ7|gDf˜ UÚˆÿÿ%`•WÚˆÿÿ7€gDf˜WÚˆÿÿ%`•pXÚˆÿÿ7„gDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ7ˆgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ7ŒgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ7gDf˜¨\Úˆÿÿ%`•^Úˆÿÿ7”gDf˜^Úˆÿÿ%`•Oˆÿÿ7˜gDf˜Oˆÿÿ%`•h‘Oˆÿÿ7œgDf˜h‘Oˆÿÿ%`•Ð’Oˆÿÿ7 gDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ7¤gDf˜8”Oˆÿÿ%`• •Oˆÿÿ7¨gDf˜ •Oˆÿÿ%`•—Oˆÿÿ7¬gDf˜—Oˆÿÿ%`•p˜Oˆÿÿ7°gDf˜p˜Oˆÿÿ%`•Ø™Oˆÿÿ7´gDf˜Ø™Oˆÿÿ%`•@›Oˆÿÿ7¸gDf˜@›Oˆÿÿ%`•¨œOˆÿÿ7¼gDf˜¨œOˆÿÿ%`•žOˆÿÿ7ÀgDf˜žOˆÿÿ%`•@Œˆÿÿ7ÄgDf˜@Œˆÿÿ%`•hAŒˆÿÿ7ÈgDf˜hAŒˆÿÿ%`•ÐBŒˆÿÿ7ÌgDf˜ÐBŒˆÿÿ%`•8DŒˆÿÿ7ÐgDf˜8DŒˆÿÿ%`• EŒˆÿÿ7ÔgDf˜ EŒˆÿÿ%`•GŒˆÿÿ7ØgDf˜GŒˆÿÿ%`•pHŒˆÿÿ7ÜgDf˜pHŒˆÿÿ%`•ØIŒˆÿÿ7àgDf˜ØIŒˆÿÿ%`•@KŒˆÿÿ7ägDf˜@KŒˆÿÿ%`•¨LŒˆÿÿ7ègDf˜¨LŒˆÿÿ%`•NŒˆÿÿ7ìgDf˜NŒˆÿÿ%`• ,ˆÿÿ7ðgDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ7ôgDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ7øgDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ7ügDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ8gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ8gDf˜§,ˆÿÿ%`•p¨,ˆÿÿ8 gDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ8gDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ8gDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ8gDf˜¨¬,ˆÿÿ%`•®,ˆÿÿ8gDf˜®,ˆÿÿ%`•@Úˆÿÿ8 gDf˜@Úˆÿÿ%`•hAÚˆÿÿ8$gDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿ8(gDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿ8,gDf˜8DÚˆÿÿ%`• EÚˆÿÿ80gDf˜ EÚˆÿÿ%`•GÚˆÿÿ84gDf˜GÚˆÿÿ%`•pHÚˆÿÿ88gDf˜pHÚˆÿÿ%`•ØIÚˆÿÿ8<gDf˜ØIÚˆÿÿ%`•@KÚˆÿÿ8@gDf˜@KÚˆÿÿ%`•¨LÚˆÿÿ8DgDf˜¨LÚˆÿÿ%`•NÚˆÿÿ8HgDf˜NÚˆÿÿ%`•ʈÿÿ8LgDf˜Êˆÿÿ%`•h‘ʈÿÿ8PgDf˜h‘ʈÿÿ%`•Вʈÿÿ8TgDf˜Ð’ʈÿÿ%`•8”ʈÿÿ8XgDf˜8”ʈÿÿ%`• •ʈÿÿ8\gDf˜ •ʈÿÿ%`•—ʈÿÿ8`gDf˜—ʈÿÿ%`•p˜Êˆÿÿ8dgDf˜p˜Êˆÿÿ%`•ؙʈÿÿ8hgDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ8lgDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ8pgDf˜¨œÊˆÿÿ%`•žÊˆÿÿ8tgDf˜žÊˆÿÿ%`•àˆÿÿ8xgDf˜àˆÿÿ%`•háˆÿÿ8|gDf˜háˆÿÿ%`•Ðâˆÿÿ8€gDf˜Ðâˆÿÿ%`•8äˆÿÿ8„gDf˜8äˆÿÿ%`• åˆÿÿ8ˆgDf˜ åˆÿÿ%`•çˆÿÿ8ŒgDf˜çˆÿÿ%`•pèˆÿÿ8gDf˜pèˆÿÿ%`•Øéˆÿÿ8”gDf˜Øéˆÿÿ%`•@ëˆÿÿ8˜gDf˜@ëˆÿÿ%`•¨ìˆÿÿ8œgDf˜¨ìˆÿÿ%`•îˆÿÿ8 gDf˜îˆÿÿ%`•ˆÿÿ8¤gDf˜ˆÿÿ%`•hˆÿÿ8¨gDf˜hˆÿÿ%`•Јÿÿ8¬gDf˜Ðˆÿÿ%`•8ˆÿÿ8°gDf˜8ˆÿÿ%`• ˆÿÿ8´gDf˜ ˆÿÿ%`•ˆÿÿ8¸gDf˜ˆÿÿ%`•pˆÿÿ8¼gDf˜pˆÿÿ%`•؈ÿÿ8ÀgDf˜Øˆÿÿ%`•@ˆÿÿ8ÄgDf˜@ˆÿÿ%`•¨ˆÿÿ8ÈgDf˜¨ˆÿÿ%`•ˆÿÿ8ÌgDf˜ˆÿÿ%`•.Õˆÿÿ8ÐgDf˜.Õˆÿÿ%`•¨,Õˆÿÿ8ÔgDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ8ØgDf˜@+Õˆÿÿ%`•Ø)Õˆÿÿ8ÜgDf˜Ø)Õˆÿÿ%`•p(Õˆÿÿ8àgDf˜p(Õˆÿÿ%`•'Õˆÿÿ8ägDf˜'Õˆÿÿ%`• %Õˆÿÿ8ègDf˜ %Õˆÿÿ%`•ÐB ˆÿÿ8ìgDf˜ÐB ˆÿÿ%`•hA ˆÿÿ8ðgDf˜hA ˆÿÿ%`•@ ˆÿÿ8ôgDf˜@ ˆÿÿ%`•@—ˆÿÿ8øgDf˜@—ˆÿÿ%`•hA—ˆÿÿ8ügDf˜hA—ˆÿÿ%`•ÐB—ˆÿÿ9gDf˜ÐB—ˆÿÿ%`•8D—ˆÿÿ9gDf˜8D—ˆÿÿ%`• E—ˆÿÿ9gDf˜ E—ˆÿÿ%`•G—ˆÿÿ9 gDf˜G—ˆÿÿ%`•pH—ˆÿÿ9gDf˜pH—ˆÿÿ%`•ØI—ˆÿÿ9gDf˜ØI—ˆÿÿ%`•@K—ˆÿÿ9gDf˜@K—ˆÿÿ%`•¨L—ˆÿÿ9gDf˜¨L—ˆÿÿ%`•N—ˆÿÿ9 gDf˜N—ˆÿÿ%`•0«ˆÿÿ9$gDf˜0«ˆÿÿ%`•h1«ˆÿÿ9(gDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿ9,gDf˜Ð2«ˆÿÿ%`•84«ˆÿÿ90gDf˜84«ˆÿÿ%`• 5«ˆÿÿ94gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ98gDf˜7«ˆÿÿ%`•p8«ˆÿÿ9<gDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ9@gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ9DgDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ9HgDf˜¨<«ˆÿÿ%`•>«ˆÿÿ9LgDf˜>«ˆÿÿ%`•N ˆÿÿ9PgDf˜N ˆÿÿ%`•¨L ˆÿÿ9TgDf˜¨L ˆÿÿ%`•@K ˆÿÿ9XgDf˜@K ˆÿÿ%`•ØI ˆÿÿ9\gDf˜ØI ˆÿÿ%`•pH ˆÿÿ9`gDf˜pH ˆÿÿ%`•G ˆÿÿ9dgDf˜G ˆÿÿ%`• E ˆÿÿ9hgDf˜ E ˆÿÿ%`•8D ˆÿÿ9lgDf˜8D ˆÿÿ%`•>™ˆÿÿ9pgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ9tgDf˜¨<™ˆÿÿ%`• Õˆÿÿ9xgDf˜ Õˆÿÿ%`•h!Õˆÿÿ9|gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ9€gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ9„gDf˜8$Õˆÿÿ%`•pè ˆÿÿ9ˆgDf˜pè ˆÿÿ%`•ç ˆÿÿ9ŒgDf˜ç ˆÿÿ%`• å ˆÿÿ9gDf˜ å ˆÿÿ%`•8ä ˆÿÿ9”gDf˜8ä ˆÿÿ%`•Ðâ ˆÿÿ9˜gDf˜Ðâ ˆÿÿ%`•há ˆÿÿ9œgDf˜há ˆÿÿ%`•à ˆÿÿ9 gDf˜à ˆÿÿ%`•½ˆÿÿ9¤gDf˜½ˆÿÿ%`•h½ˆÿÿ9¨gDf˜h½ˆÿÿ%`•нˆÿÿ9¬gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ9°gDf˜8½ˆÿÿ%`• ½ˆÿÿ9´gDf˜ ½ˆÿÿ%`•½ˆÿÿ9¸gDf˜½ˆÿÿ%`•p½ˆÿÿ9¼gDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ9ÀgDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ9ÄgDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ9ÈgDf˜¨ ½ˆÿÿ%`•½ˆÿÿ9ÌgDf˜½ˆÿÿ%`•î ˆÿÿ9ÐgDf˜î ˆÿÿ%`•¨ì ˆÿÿ9ÔgDf˜¨ì ˆÿÿ%`•@ë ˆÿÿ9ØgDf˜@ë ˆÿÿ%`•Øé ˆÿÿ9ÜgDf˜Øé ˆÿÿ%`•—Oˆÿÿ9àgDf˜—Oˆÿÿ%`• •Oˆÿÿ9ägDf˜ •Oˆÿÿ%`•8”Oˆÿÿ9ègDf˜8”Oˆÿÿ%`•Ð’Oˆÿÿ9ìgDf˜Ð’Oˆÿÿ%`•h‘Oˆÿÿ9ðgDf˜h‘Oˆÿÿ%`•Oˆÿÿ9ôgDf˜Oˆÿÿ%`•°Gˆÿÿ9øgDf˜°Gˆÿÿ%`•h±Gˆÿÿ9ügDf˜h±Gˆÿÿ%`•вGˆÿÿ:gDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ:gDf˜8´Gˆÿÿ%`• µGˆÿÿ:gDf˜ µGˆÿÿ%`•·Gˆÿÿ: gDf˜·Gˆÿÿ%`•p¸Gˆÿÿ:gDf˜p¸Gˆÿÿ%`•عGˆÿÿ:gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ:gDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ:gDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ: gDf˜¾Gˆÿÿ%`•€Fˆÿÿ:$gDf˜€Fˆÿÿ%`•hFˆÿÿ:(gDf˜hFˆÿÿ%`•ЂFˆÿÿ:,gDf˜Ð‚Fˆÿÿ%`•@‹Fˆÿÿ:0ÜgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ<ügDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ> ügDf˜ŽFˆÿÿ%`•žOˆÿÿ@gDf˜žOˆÿÿ%`•¨œOˆÿÿ@ügDf˜¨œOˆÿÿ%`•@›OˆÿÿBÔgDf˜@›Oˆÿÿ%`•p˜OˆÿÿÔÜgDf˜p˜Oˆÿÿ%`•Ø™Oˆÿÿ¤,gDf˜Ø™Oˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•‡FˆÿÿgDf˜‡Fˆÿÿ%`•8„FˆÿÿgDf˜8„Fˆÿÿ%`•؉Fˆÿÿ}DgDf˜Ø‰Fˆÿÿ%`• …Fˆÿÿ}LgDf˜ …Fˆÿÿ%`•pˆFˆÿÿáìgDf˜pˆFˆÿÿ%`•Ø™Oˆÿÿ gDf˜Ø™Oˆÿÿ%`•p˜Oˆÿÿ gDf˜p˜Oˆÿÿ%`•Ø™OˆÿÿáðgDf˜Ø™Oˆÿÿ%`•@›OˆÿÿâgDf˜@›Oˆÿÿ%`•@›Oˆÿÿ gDf˜@›Oˆÿÿ%`•@›Oˆÿÿâ8gDf˜@›Oˆÿÿ%`•@›Oˆÿÿ gDf˜@›Oˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•€Fˆÿÿõ€gDf˜€Fˆÿÿ%`•pˆFˆÿÿö„gDf˜pˆFˆÿÿ%`•8„FˆÿÿöДgDf˜8„Fˆÿÿ%`•hFˆÿÿ÷dügDf˜hFˆÿÿ%`•ЂFˆÿÿù`gDf˜Ð‚Fˆÿÿ%`• …Fˆÿÿ gDf˜ …Fˆÿÿ%`•‡Fˆÿÿ ügDf˜‡Fˆÿÿ%`•؉Fˆÿÿ ˜gDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ ¬ügDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿ¨\gDf˜¨ŒFˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`•ŽFˆÿÿo¸xgDf˜ŽFˆÿÿ%`•žOˆÿÿƒ,gDf˜žOˆÿÿ%`•@›Oˆÿÿƒ8gDf˜@›Oˆÿÿ%`•¨œOˆÿÿgDf˜¨œOˆÿÿ%`•OˆÿÿgDf˜Oˆÿÿ%`•h‘Oˆÿÿ‘gDf˜h‘Oˆÿÿ%`•Ð’Oˆÿÿ˜gDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ™ gDf˜8”Oˆÿÿ%`• •Oˆÿÿ gDf˜ •Oˆÿÿ%`•—Oˆÿÿ¡gDf˜—Oˆÿÿ%`•Ø™OˆÿÿâHgDf˜Ø™Oˆÿÿ%`•p˜OˆÿÿâTLgDf˜p˜Oˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`• ïˆÿÿ´gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ¸ügDf˜h¡ïˆÿÿ%`•Тïˆÿÿ´ gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿÜLgDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ (gDf˜'ˆÿÿ%`•8¤ïˆÿÿ ,PgDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ |gDf˜'ˆÿÿ%`•8¤ïˆÿÿ €LgDf˜8¤ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÌgDf˜'ˆÿÿ%`•8¤ïˆÿÿ ÐügDf˜8¤ïˆÿÿ%`•p¨ïˆÿÿ ÌgDf˜p¨ïˆÿÿ%`•@«ïˆÿÿ à¸gDf˜@«ïˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ˜gDf˜'ˆÿÿ%`•@«ïˆÿÿ œügDf˜@«ïˆÿÿ%`•p¨ïˆÿÿ˜HgDf˜p¨ïˆÿÿ%`•8¤ïˆÿÿäügDf˜8¤ïˆÿÿ%`•®ïˆÿÿàgDf˜®ïˆÿÿ%`•¨¬ïˆÿÿäügDf˜¨¬ïˆÿÿ%`•h¡ïˆÿÿàgDf˜h¡ïˆÿÿ%`• ¥ïˆÿÿèügDf˜ ¥ïˆÿÿ%`•Ø©ïˆÿÿägDf˜Ø©ïˆÿÿ%`•ТïˆÿÿèügDf˜Ð¢ïˆÿÿ%`• ïˆÿÿägDf˜ ïˆÿÿ%`•§ïˆÿÿìügDf˜§ïˆÿÿ%`•>™ˆÿÿègDf˜>™ˆÿÿ%`•¨<™ˆÿÿìügDf˜¨<™ˆÿÿ%`•ˆÿÿègDf˜ˆÿÿ%`•h‘ˆÿÿð$gDf˜h‘ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•h‘ˆÿÿzDgDf˜h‘ˆÿÿ%`•8”ˆÿÿ}ôgDf˜8”ˆÿÿ%`•ˆÿÿ¸gDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿz4gDf˜ˆÿÿ%`•8”ˆÿÿzX(gDf˜8”ˆÿÿ%`•h‘ˆÿÿz” gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿÜgDf˜Ð’ˆÿÿ%`• •ˆÿÿã8ügDf˜ •ˆÿÿ%`•—ˆÿÿå4ügDf˜—ˆÿÿ%`•p˜ˆÿÿç0ügDf˜p˜ˆÿÿ%`•Ø™ˆÿÿé,gDf˜Ø™ˆÿÿ%`•@›ˆÿÿê8PgDf˜@›ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•Ø™ˆÿÿ gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•Ø™ˆÿÿ@$gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•Ø™ˆÿÿh$gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•8”ˆÿÿ”gDf˜8”ˆÿÿ%`•¨œˆÿÿ˜gDf˜¨œˆÿÿ%`•žˆÿÿœgDf˜žˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•h‘ˆÿÿ¤gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ¨gDf˜Ð’ˆÿÿ%`• •ˆÿÿ¬gDf˜ •ˆÿÿ%`•—ˆÿÿ°gDf˜—ˆÿÿ%`•@›ˆÿÿ´gDf˜@›ˆÿÿ%`•p˜ˆÿÿ¸gDf˜p˜ˆÿÿ%`•¨<™ˆÿÿ¼gDf˜¨<™ˆÿÿ%`•>™ˆÿÿÀgDf˜>™ˆÿÿ%`•9 ˆÿÿÄgDf˜9 ˆÿÿ%`•h9 ˆÿÿÈgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿÌgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿÐgDf˜89 ˆÿÿ%`• 9 ˆÿÿÔgDf˜ 9 ˆÿÿ%`•9 ˆÿÿØgDf˜9 ˆÿÿ%`•p9 ˆÿÿÜgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿàgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿägDf˜@9 ˆÿÿ%`•¨9 ˆÿÿègDf˜¨9 ˆÿÿ%`•9 ˆÿÿìgDf˜9 ˆÿÿ%`•PˆÿÿðgDf˜Pˆÿÿ%`•hQˆÿÿôgDf˜hQˆÿÿ%`•ÐRˆÿÿøgDf˜ÐRˆÿÿ%`•8TˆÿÿügDf˜8Tˆÿÿ%`• UˆÿÿgDf˜ Uˆÿÿ%`•WˆÿÿgDf˜Wˆÿÿ%`•pXˆÿÿgDf˜pXˆÿÿ%`•ØYˆÿÿ gDf˜ØYˆÿÿ%`•@[ˆÿÿgDf˜@[ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•@ÿ ˆÿÿgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ gDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ$gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ(gDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ,gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ0gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ4gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ8gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ<gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ@gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿDgDf˜Nÿ ˆÿÿ%`•,ˆÿÿHgDf˜,ˆÿÿ%`•h‘,ˆÿÿLgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿPgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿTgDf˜8”,ˆÿÿ%`• •,ˆÿÿXgDf˜ •,ˆÿÿ%`•—,ˆÿÿ\gDf˜—,ˆÿÿ%`•p˜,ˆÿÿ`gDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿdgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿhgDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿlgDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿpgDf˜ž,ˆÿÿ%`•€(ˆÿÿtgDf˜€(ˆÿÿ%`•h(ˆÿÿxgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ|gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ€gDf˜8„(ˆÿÿ%`• …(ˆÿÿ„gDf˜ …(ˆÿÿ%`•‡(ˆÿÿˆgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿŒgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ”gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ˜gDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿœgDf˜Ž(ˆÿÿ%`•p\ ˆÿÿ gDf˜p\ ˆÿÿ%`•hq\ ˆÿÿ¤gDf˜hq\ ˆÿÿ%`•Ðr\ ˆÿÿ¨gDf˜Ðr\ ˆÿÿ%`•8t\ ˆÿÿ¬gDf˜8t\ ˆÿÿ%`• u\ ˆÿÿ°gDf˜ u\ ˆÿÿ%`•w\ ˆÿÿ´gDf˜w\ ˆÿÿ%`•px\ ˆÿÿ¸gDf˜px\ ˆÿÿ%`•Øy\ ˆÿÿ¼gDf˜Øy\ ˆÿÿ%`•@{\ ˆÿÿÀgDf˜@{\ ˆÿÿ%`•¨|\ ˆÿÿÄgDf˜¨|\ ˆÿÿ%`•~\ ˆÿÿÈgDf˜~\ ˆÿÿ%`•Ð1ˆÿÿÌgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿÐgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿÔgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿØgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿÜgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿàgDf˜×1ˆÿÿ%`•pØ1ˆÿÿägDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿègDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿìgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿðgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿôgDf˜Þ1ˆÿÿ%`•`.ˆÿÿøgDf˜`.ˆÿÿ%`•ha.ˆÿÿügDf˜ha.ˆÿÿ%`•Ðb.ˆÿÿgDf˜Ðb.ˆÿÿ%`•8d.ˆÿÿgDf˜8d.ˆÿÿ%`• e.ˆÿÿgDf˜ e.ˆÿÿ%`•g.ˆÿÿ gDf˜g.ˆÿÿ%`•ph.ˆÿÿgDf˜ph.ˆÿÿ%`•Øi.ˆÿÿgDf˜Øi.ˆÿÿ%`•@k.ˆÿÿgDf˜@k.ˆÿÿ%`•¨l.ˆÿÿgDf˜¨l.ˆÿÿ%`•n.ˆÿÿ gDf˜n.ˆÿÿ%`• ‰ ˆÿÿ$gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ(gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ,gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ0gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ4gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ8gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ<gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ@gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿDgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿHgDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿLgDf˜.‰ ˆÿÿ%`•p#ˆÿÿPgDf˜p#ˆÿÿ%`•hq#ˆÿÿTgDf˜hq#ˆÿÿ%`•Ðr#ˆÿÿXgDf˜Ðr#ˆÿÿ%`•8t#ˆÿÿ\gDf˜8t#ˆÿÿ%`• u#ˆÿÿ`gDf˜ u#ˆÿÿ%`•w#ˆÿÿdgDf˜w#ˆÿÿ%`•px#ˆÿÿhgDf˜px#ˆÿÿ%`•Øy#ˆÿÿlgDf˜Øy#ˆÿÿ%`•@{#ˆÿÿpgDf˜@{#ˆÿÿ%`•¨|#ˆÿÿtgDf˜¨|#ˆÿÿ%`•~#ˆÿÿxgDf˜~#ˆÿÿ%`•¡ˆÿÿ|gDf˜¡ˆÿÿ%`•h¡ˆÿÿ€gDf˜h¡ˆÿÿ%`•Сˆÿÿ„gDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿˆgDf˜8¡ˆÿÿ%`• ¡ˆÿÿŒgDf˜ ¡ˆÿÿ%`•¡ˆÿÿgDf˜¡ˆÿÿ%`•p¡ˆÿÿ”gDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ˜gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿœgDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ¤gDf˜¡ˆÿÿ%`•Àˆÿÿ¨gDf˜Àˆÿÿ%`•hÁˆÿÿ¬gDf˜hÁˆÿÿ%`•Јÿÿ°gDf˜Ðˆÿÿ%`•8Ĉÿÿ´gDf˜8Ĉÿÿ%`• Åˆÿÿ¸gDf˜ Åˆÿÿ%`•Ljÿÿ¼gDf˜Çˆÿÿ%`•pȈÿÿÀgDf˜pȈÿÿ%`•ØÉˆÿÿÄgDf˜ØÉˆÿÿ%`•@ˈÿÿÈgDf˜@ˈÿÿ%`•¨ÌˆÿÿÌgDf˜¨Ìˆÿÿ%`•ΈÿÿÐgDf˜Îˆÿÿ%`•Ð#ˆÿÿÔgDf˜Ð#ˆÿÿ%`•hÑ#ˆÿÿØgDf˜hÑ#ˆÿÿ%`•ÐÒ#ˆÿÿÜgDf˜ÐÒ#ˆÿÿ%`•8Ô#ˆÿÿàgDf˜8Ô#ˆÿÿ%`• Õ#ˆÿÿägDf˜ Õ#ˆÿÿ%`•×#ˆÿÿègDf˜×#ˆÿÿ%`•pØ#ˆÿÿìgDf˜pØ#ˆÿÿ%`•ØÙ#ˆÿÿðgDf˜ØÙ#ˆÿÿ%`•@Û#ˆÿÿôgDf˜@Û#ˆÿÿ%`•¨Ü#ˆÿÿøgDf˜¨Ü#ˆÿÿ%`•Þ#ˆÿÿügDf˜Þ#ˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`•h!•ˆÿÿgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿgDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿ gDf˜8$•ˆÿÿ%`• %•ˆÿÿgDf˜ %•ˆÿÿ%`•'•ˆÿÿgDf˜'•ˆÿÿ%`•p(•ˆÿÿgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿgDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿ gDf˜@+•ˆÿÿ%`•¨,•ˆÿÿ$gDf˜¨,•ˆÿÿ%`•.•ˆÿÿ(gDf˜.•ˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•ØYˆÿÿ4gDf˜ØYˆÿÿ%`•pXˆÿÿ8gDf˜pXˆÿÿ%`•Wˆÿÿ<gDf˜Wˆÿÿ%`• Uˆÿÿ@gDf˜ Uˆÿÿ%`•8TˆÿÿDgDf˜8Tˆÿÿ%`•ÐRˆÿÿHgDf˜ÐRˆÿÿ%`•hQˆÿÿLgDf˜hQˆÿÿ%`•PˆÿÿPgDf˜Pˆÿÿ%`•P¹ˆÿÿTgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿXgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ\gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ`gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿdgDf˜ U¹ˆÿÿ%`•W¹ˆÿÿhgDf˜W¹ˆÿÿ%`•pX¹ˆÿÿlgDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿpgDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿtgDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿxgDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ|gDf˜^¹ˆÿÿ%`•@\ ˆÿÿ€gDf˜@\ ˆÿÿ%`•hA\ ˆÿÿ„gDf˜hA\ ˆÿÿ%`•ÐB\ ˆÿÿˆgDf˜ÐB\ ˆÿÿ%`•8D\ ˆÿÿŒgDf˜8D\ ˆÿÿ%`• E\ ˆÿÿgDf˜ E\ ˆÿÿ%`•G\ ˆÿÿ”gDf˜G\ ˆÿÿ%`•pH\ ˆÿÿ˜gDf˜pH\ ˆÿÿ%`•ØI\ ˆÿÿœgDf˜ØI\ ˆÿÿ%`•@K\ ˆÿÿ gDf˜@K\ ˆÿÿ%`•¨L\ ˆÿÿ¤gDf˜¨L\ ˆÿÿ%`•N\ ˆÿÿ¨gDf˜N\ ˆÿÿ%`•^ˆÿÿ¬gDf˜^ˆÿÿ%`•¨\ˆÿÿ°gDf˜¨\ˆÿÿ%`•@[ˆÿÿ´gDf˜@[ˆÿÿ%`•pˆ(ˆÿÿ¸gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ¼gDf˜‡(ˆÿÿ%`• …(ˆÿÿÀgDf˜ …(ˆÿÿ%`•8„(ˆÿÿÄgDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿÈgDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿÌgDf˜h(ˆÿÿ%`•€(ˆÿÿÐgDf˜€(ˆÿÿ%`•,ˆÿÿÔgDf˜,ˆÿÿ%`•h‘,ˆÿÿØgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿÜgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿàgDf˜8”,ˆÿÿ%`• •,ˆÿÿägDf˜ •,ˆÿÿ%`•—,ˆÿÿègDf˜—,ˆÿÿ%`•p˜,ˆÿÿìgDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿôgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿøgDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿügDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ gDf˜ž,ˆÿÿ%`• 0ˆÿÿ gDf˜ 0ˆÿÿ%`•h¡0ˆÿÿ gDf˜h¡0ˆÿÿ%`•Т0ˆÿÿ gDf˜Ð¢0ˆÿÿ%`•8¤0ˆÿÿ gDf˜8¤0ˆÿÿ%`• ¥0ˆÿÿ gDf˜ ¥0ˆÿÿ%`•§0ˆÿÿ gDf˜§0ˆÿÿ%`•p¨0ˆÿÿ gDf˜p¨0ˆÿÿ%`•Ø©0ˆÿÿ gDf˜Ø©0ˆÿÿ%`•@«0ˆÿÿ $gDf˜@«0ˆÿÿ%`•¨¬0ˆÿÿ (gDf˜¨¬0ˆÿÿ%`•®0ˆÿÿ ,gDf˜®0ˆÿÿ%`•Ž(ˆÿÿ 0gDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ 4gDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ 8gDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ <gDf˜Ø‰(ˆÿÿ%`•g.ˆÿÿ @gDf˜g.ˆÿÿ%`• e.ˆÿÿ DgDf˜ e.ˆÿÿ%`•8d.ˆÿÿ HgDf˜8d.ˆÿÿ%`•Ðb.ˆÿÿ LgDf˜Ðb.ˆÿÿ%`•ha.ˆÿÿ PgDf˜ha.ˆÿÿ%`•`.ˆÿÿ TgDf˜`.ˆÿÿ%`•Ð1ˆÿÿ XgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ \gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ `gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ dgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ hgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ lgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ pgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ tgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ xgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ |gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ €gDf˜Þ1ˆÿÿ%`•p\ ˆÿÿ „gDf˜p\ ˆÿÿ%`•hq\ ˆÿÿ ˆgDf˜hq\ ˆÿÿ%`•Ðr\ ˆÿÿ ŒgDf˜Ðr\ ˆÿÿ%`•8t\ ˆÿÿ gDf˜8t\ ˆÿÿ%`• u\ ˆÿÿ ”gDf˜ u\ ˆÿÿ%`•w\ ˆÿÿ ˜gDf˜w\ ˆÿÿ%`•px\ ˆÿÿ œgDf˜px\ ˆÿÿ%`•Øy\ ˆÿÿ  gDf˜Øy\ ˆÿÿ%`•@{\ ˆÿÿ ¤gDf˜@{\ ˆÿÿ%`•¨|\ ˆÿÿ ¨gDf˜¨|\ ˆÿÿ%`•~\ ˆÿÿ ¬gDf˜~\ ˆÿÿ%`•n.ˆÿÿ °gDf˜n.ˆÿÿ%`•¨l.ˆÿÿ ´gDf˜¨l.ˆÿÿ%`•@k.ˆÿÿ ¸gDf˜@k.ˆÿÿ%`•Øi.ˆÿÿ ¼gDf˜Øi.ˆÿÿ%`•ph.ˆÿÿ ÀgDf˜ph.ˆÿÿ%`• ¡ˆÿÿ ÄgDf˜ ¡ˆÿÿ%`•8¡ˆÿÿ ÈgDf˜8¡ˆÿÿ%`•Сˆÿÿ ÌgDf˜Ð¡ˆÿÿ%`•h¡ˆÿÿ ÐgDf˜h¡ˆÿÿ%`•¡ˆÿÿ ÔgDf˜¡ˆÿÿ%`•p#ˆÿÿ ØgDf˜p#ˆÿÿ%`•hq#ˆÿÿ ÜgDf˜hq#ˆÿÿ%`•Ðr#ˆÿÿ àgDf˜Ðr#ˆÿÿ%`•8t#ˆÿÿ ägDf˜8t#ˆÿÿ%`• u#ˆÿÿ ègDf˜ u#ˆÿÿ%`•w#ˆÿÿ ìgDf˜w#ˆÿÿ%`•px#ˆÿÿ ðgDf˜px#ˆÿÿ%`•Øy#ˆÿÿ ôgDf˜Øy#ˆÿÿ%`•@{#ˆÿÿ øgDf˜@{#ˆÿÿ%`•¨|#ˆÿÿ ügDf˜¨|#ˆÿÿ%`•~#ˆÿÿ!gDf˜~#ˆÿÿ%`• ‰ ˆÿÿ!gDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿ!gDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿ! gDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿ!gDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿ!gDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿ!gDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿ!gDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿ! gDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿ!$gDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿ!(gDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿ!,gDf˜.‰ ˆÿÿ%`•¡ˆÿÿ!0gDf˜¡ˆÿÿ%`•¨¡ˆÿÿ!4gDf˜¨¡ˆÿÿ%`•@¡ˆÿÿ!8gDf˜@¡ˆÿÿ%`•Ø¡ˆÿÿ!<gDf˜Ø¡ˆÿÿ%`•p¡ˆÿÿ!@gDf˜p¡ˆÿÿ%`•¡ˆÿÿ!DgDf˜¡ˆÿÿ%`•8$•ˆÿÿ!HgDf˜8$•ˆÿÿ%`•Ð"•ˆÿÿ!LgDf˜Ð"•ˆÿÿ%`•h!•ˆÿÿ!PgDf˜h!•ˆÿÿ%`• •ˆÿÿ!TgDf˜ •ˆÿÿ%`•Pˆÿÿ!XgDf˜Pˆÿÿ%`•hQˆÿÿ!\gDf˜hQˆÿÿ%`•ÐRˆÿÿ!`gDf˜ÐRˆÿÿ%`•8Tˆÿÿ!dgDf˜8Tˆÿÿ%`• Uˆÿÿ!hgDf˜ Uˆÿÿ%`•Wˆÿÿ!lgDf˜Wˆÿÿ%`•pXˆÿÿ!pgDf˜pXˆÿÿ%`•ØYˆÿÿ!tgDf˜ØYˆÿÿ%`•@[ˆÿÿ!xgDf˜@[ˆÿÿ%`•¨\ˆÿÿ!|gDf˜¨\ˆÿÿ%`•^ˆÿÿ!€gDf˜^ˆÿÿ%`•Žˆÿÿ!„gDf˜Žˆÿÿ%`•hŽˆÿÿ!ˆgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ!ŒgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ!gDf˜8Žˆÿÿ%`• Žˆÿÿ!”gDf˜ Žˆÿÿ%`•Žˆÿÿ!˜gDf˜Žˆÿÿ%`•pŽˆÿÿ!œgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ! gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ!¤gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ!¨gDf˜¨ Žˆÿÿ%`•Žˆÿÿ!¬gDf˜Žˆÿÿ%`•.•ˆÿÿ!°gDf˜.•ˆÿÿ%`•¨,•ˆÿÿ!´gDf˜¨,•ˆÿÿ%`•@+•ˆÿÿ!¸gDf˜@+•ˆÿÿ%`•Ø)•ˆÿÿ!¼gDf˜Ø)•ˆÿÿ%`•p(•ˆÿÿ!ÀgDf˜p(•ˆÿÿ%`•'•ˆÿÿ!ÄgDf˜'•ˆÿÿ%`• %•ˆÿÿ!ÈgDf˜ %•ˆÿÿ%`•¨<™ˆÿÿ!ÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!ÐgDf˜>™ˆÿÿ%`•Pˆÿÿ!ÔgDf˜Pˆÿÿ%`•hQˆÿÿ!ØgDf˜hQˆÿÿ%`•ÐRˆÿÿ!ÜgDf˜ÐRˆÿÿ%`•8Tˆÿÿ!àgDf˜8Tˆÿÿ%`• Uˆÿÿ!ägDf˜ Uˆÿÿ%`•Wˆÿÿ!ègDf˜Wˆÿÿ%`•pXˆÿÿ!ìgDf˜pXˆÿÿ%`•ØYˆÿÿ!ðgDf˜ØYˆÿÿ%`•8D\ ˆÿÿ!ôgDf˜8D\ ˆÿÿ%`•ÐB\ ˆÿÿ!øgDf˜ÐB\ ˆÿÿ%`•hA\ ˆÿÿ!ügDf˜hA\ ˆÿÿ%`•@\ ˆÿÿ"gDf˜@\ ˆÿÿ%`• þ ˆÿÿ"gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ"gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ" gDf˜Ð¢þ ˆÿÿ%`•¨L\ ˆÿÿ"ägDf˜¨L\ ˆÿÿ%`•@K\ ˆÿÿ#øügDf˜@K\ ˆÿÿ%`•ØI\ ˆÿÿ%ôügDf˜ØI\ ˆÿÿ%`•pH\ ˆÿÿ'ðgDf˜pH\ ˆÿÿ%`•G\ ˆÿÿ'üügDf˜G\ ˆÿÿ%`• E\ ˆÿÿ)øügDf˜ E\ ˆÿÿ%`•@[ˆÿÿ+ôgDf˜@[ˆÿÿ%`•¨\ˆÿÿ,lgDf˜¨\ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,lgDf˜'ˆÿÿ%`•Ø©þ ˆÿÿgDf˜Ø©þ ˆÿÿ%`•8¤þ ˆÿÿgDf˜8¤þ ˆÿÿ%`•p¨þ ˆÿÿgDf˜p¨þ ˆÿÿ%`•@«þ ˆÿÿ  gDf˜@«þ ˆÿÿ%`• ¥þ ˆÿÿz€gDf˜ ¥þ ˆÿÿ%`•¨¬þ ˆÿÿ}xgDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ}ÜgDf˜®þ ˆÿÿ%`•§þ ˆÿÿê0gDf˜§þ ˆÿÿ%`•N\ ˆÿÿ누gDf˜N\ ˆÿÿ%`•¨\ˆÿÿ gDf˜¨\ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•pXˆÿÿz<gDf˜pXˆÿÿ%`•@[ˆÿÿzˆ gDf˜@[ˆÿÿ%`•ØYˆÿÿ{4<gDf˜ØYˆÿÿ%`•Wˆÿÿ{„ gDf˜Wˆÿÿ%`• Uˆÿÿ|ÔgDf˜ Uˆÿÿ%`•8Tˆÿÿ|ø$gDf˜8Tˆÿÿ%`•ÐRˆÿÿ}`gDf˜ÐRˆÿÿ%`•hQˆÿÿÔgDf˜hQˆÿÿ%`•Pˆÿÿø gDf˜Pˆÿÿ%`•^ˆÿÿáÈ$gDf˜^ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•@\ ˆÿÿâPgDf˜@\ ˆÿÿ%`•hA\ ˆÿÿâ ˜gDf˜hA\ ˆÿÿ%`•ÐB\ ˆÿÿí8ügDf˜ÐB\ ˆÿÿ%`•8D\ ˆÿÿï4ügDf˜8D\ ˆÿÿ%`• E\ ˆÿÿñ0ügDf˜ E\ ˆÿÿ%`•G\ ˆÿÿó,ügDf˜G\ ˆÿÿ%`•pH\ ˆÿÿõ(gDf˜pH\ ˆÿÿ%`•ØI\ ˆÿÿõ@ügDf˜ØI\ ˆÿÿ%`•@K\ ˆÿÿ÷<ügDf˜@K\ ˆÿÿ%`•¨L\ ˆÿÿù8,gDf˜¨L\ ˆÿÿ%`•N\ ˆÿÿùl°gDf˜N\ ˆÿÿ%`•N\ ˆÿÿ gDf˜N\ ˆÿÿ%`•N\ ˆÿÿ,pügDf˜N\ ˆÿÿ%`•¨L\ ˆÿÿ.l”gDf˜¨L\ ˆÿÿ%`•@K\ ˆÿÿ0HgDf˜@K\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0LgDf˜'ˆÿÿ%`•@K\ ˆÿÿÿHgDf˜@K\ ˆÿÿ%`•G\ ˆÿÿgDf˜G\ ˆÿÿ%`•ÐB\ ˆÿÿ4 gDf˜ÐB\ ˆÿÿ%`•ÐB\ ˆÿÿ0PgDf˜ÐB\ ˆÿÿ%`•G\ ˆÿÿ0TgDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0dgDf˜'ˆÿÿ%`•G\ ˆÿÿ0hgDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0|gDf˜'ˆÿÿ%`•G\ ˆÿÿ0€gDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0”gDf˜'ˆÿÿ%`•G\ ˆÿÿ0˜gDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0¬gDf˜'ˆÿÿ%`•G\ ˆÿÿ0°gDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0ÈgDf˜'ˆÿÿ%`•G\ ˆÿÿ0Ì|gDf˜G\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2HgDf˜'ˆÿÿ%`•G\ ˆÿÿ gDf˜G\ ˆÿÿ%`•G\ ˆÿÿz4gDf˜G\ ˆÿÿ%`•ÐB\ ˆÿÿzXgDf˜ÐB\ ˆÿÿ%`•@K\ ˆÿÿzxgDf˜@K\ ˆÿÿ%`•@K\ ˆÿÿ2LgDf˜@K\ ˆÿÿ%`•ÐB\ ˆÿÿ2PgDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2`gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ2dgDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2xgDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ2|gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ2”gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2¨gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ2¬gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ÄgDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ2È<gDf˜ÐB\ ˆÿÿ%`•@K\ ˆÿÿ4PgDf˜@K\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4XgDf˜'ˆÿÿ%`•@K\ ˆÿÿzHgDf˜@K\ ˆÿÿ%`•ÐB\ ˆÿÿ{”gDf˜ÐB\ ˆÿÿ%`•N\ ˆÿÿ{´ gDf˜N\ ˆÿÿ%`•N\ ˆÿÿ4\gDf˜N\ ˆÿÿ%`•ÐB\ ˆÿÿ4`gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4pgDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ4tgDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4ˆgDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ4ŒgDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4 gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ4¤gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4¸gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ4¼gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4ÔgDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ4Ø\gDf˜ÐB\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ64gDf˜'ˆÿÿ%`•ÐB\ ˆÿÿ|ÔgDf˜ÐB\ ˆÿÿ%`•8D\ ˆÿÿ|øgDf˜8D\ ˆÿÿ%`•@K\ ˆÿÿ}ôgDf˜@K\ ˆÿÿ%`•@K\ ˆÿÿ68gDf˜@K\ ˆÿÿ%`•8D\ ˆÿÿ6<gDf˜8D\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6PgDf˜'ˆÿÿ%`•8D\ ˆÿÿ6T\gDf˜8D\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7°gDf˜'ˆÿÿ%`•8D\ ˆÿÿz4gDf˜8D\ ˆÿÿ%`•@K\ ˆÿÿzXgDf˜@K\ ˆÿÿ%`•ÐB\ ˆÿÿzxøgDf˜ÐB\ ˆÿÿ%`•ÐB\ ˆÿÿ7´gDf˜ÐB\ ˆÿÿ%`•@K\ ˆÿÿ7¸gDf˜@K\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7ÌgDf˜'ˆÿÿ%`•@K\ ˆÿÿ7Ð8gDf˜@K\ ˆÿÿ%`•8D\ ˆÿÿ8 ,gDf˜8D\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ98gDf˜'ˆÿÿ%`•8D\ ˆÿÿ{pgDf˜8D\ ˆÿÿ%`•@K\ ˆÿÿ|ègDf˜@K\ ˆÿÿ%`•N\ ˆÿÿ~ gDf˜N\ ˆÿÿ%`•ÐB\ ˆÿÿ~gDf˜ÐB\ ˆÿÿ%`•ÐB\ ˆÿÿ9<gDf˜ÐB\ ˆÿÿ%`•N\ ˆÿÿ9@gDf˜N\ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9TgDf˜'ˆÿÿ%`•N\ ˆÿÿ9XgDf˜N\ ˆÿÿ%`• E\ ˆÿÿ9\gDf˜ E\ ˆÿÿ%`•G\ ˆÿÿ9`gDf˜G\ ˆÿÿ%`•8D\ ˆÿÿ9dgDf˜8D\ ˆÿÿ%`•@K\ ˆÿÿ9hgDf˜@K\ ˆÿÿ%`•ÐB\ ˆÿÿ9lgDf˜ÐB\ ˆÿÿ%`•hA\ ˆÿÿ9pgDf˜hA\ ˆÿÿ%`•pH\ ˆÿÿ9tgDf˜pH\ ˆÿÿ%`•ØI\ ˆÿÿ9xgDf˜ØI\ ˆÿÿ%`•¨L\ ˆÿÿ9|gDf˜¨L\ ˆÿÿ%`•@\ ˆÿÿ9€gDf˜@\ ˆÿÿ%`•¨<™ˆÿÿ9„gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9ˆgDf˜>™ˆÿÿ%`• ¾ˆÿÿ9ŒgDf˜ ¾ˆÿÿ%`•h¡¾ˆÿÿ9gDf˜h¡¾ˆÿÿ%`•Т¾ˆÿÿ9”gDf˜Ð¢¾ˆÿÿ%`•8¤¾ˆÿÿ9˜gDf˜8¤¾ˆÿÿ%`• ¥¾ˆÿÿ9œgDf˜ ¥¾ˆÿÿ%`•§¾ˆÿÿ9 gDf˜§¾ˆÿÿ%`•p¨¾ˆÿÿ9¤gDf˜p¨¾ˆÿÿ%`•Ø©¾ˆÿÿ9¨gDf˜Ø©¾ˆÿÿ%`•@«¾ˆÿÿ9¬gDf˜@«¾ˆÿÿ%`•¨¬¾ˆÿÿ9°gDf˜¨¬¾ˆÿÿ%`•®¾ˆÿÿ9´gDf˜®¾ˆÿÿ%`•`ñ ˆÿÿ9¸gDf˜`ñ ˆÿÿ%`•hañ ˆÿÿ9¼gDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿ9ÀgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿ9ÄgDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ9ÈgDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ9ÌgDf˜gñ ˆÿÿ%`•phñ ˆÿÿ9ÐgDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿ9ÔgDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿ9ØgDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ9ÜgDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ9àgDf˜nñ ˆÿÿ%`•À§ˆÿÿ9ägDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ9ègDf˜hÁ§ˆÿÿ%`•Чˆÿÿ9ìgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ9ðgDf˜8ħˆÿÿ%`• Å§ˆÿÿ9ôgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ9øgDf˜ǧˆÿÿ%`•pȧˆÿÿ9ügDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ:gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ:gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ:gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ: gDf˜Χˆÿÿ%`•@/ˆÿÿ:gDf˜@/ˆÿÿ%`•hA/ˆÿÿ:gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ:gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ:gDf˜8D/ˆÿÿ%`• E/ˆÿÿ: gDf˜ E/ˆÿÿ%`•G/ˆÿÿ:$gDf˜G/ˆÿÿ%`•pH/ˆÿÿ:(gDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ:,gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ:0gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ:4gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ:8gDf˜N/ˆÿÿ%`• ˆÿÿ:<gDf˜ ˆÿÿ%`•h¡ˆÿÿ:@gDf˜h¡ˆÿÿ%`•Тˆÿÿ:DgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ:HgDf˜8¤ˆÿÿ%`• ¥ˆÿÿ:LgDf˜ ¥ˆÿÿ%`•§ˆÿÿ:PgDf˜§ˆÿÿ%`•p¨ˆÿÿ:TgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ:XgDf˜Ø©ˆÿÿ%`•@«ˆÿÿ:\gDf˜@«ˆÿÿ%`•¨¬ˆÿÿ:`gDf˜¨¬ˆÿÿ%`•®ˆÿÿ:dgDf˜®ˆÿÿ%`•`!ˆÿÿ:hgDf˜`!ˆÿÿ%`•ha!ˆÿÿ:lgDf˜ha!ˆÿÿ%`•Ðb!ˆÿÿ:pgDf˜Ðb!ˆÿÿ%`•8d!ˆÿÿ:tgDf˜8d!ˆÿÿ%`• e!ˆÿÿ:xgDf˜ e!ˆÿÿ%`•g!ˆÿÿ:|gDf˜g!ˆÿÿ%`•ph!ˆÿÿ:€gDf˜ph!ˆÿÿ%`•Øi!ˆÿÿ:„gDf˜Øi!ˆÿÿ%`•@k!ˆÿÿ:ˆgDf˜@k!ˆÿÿ%`•¨l!ˆÿÿ:ŒgDf˜¨l!ˆÿÿ%`•n!ˆÿÿ:gDf˜n!ˆÿÿ%`•9 ˆÿÿ:”gDf˜9 ˆÿÿ%`•h9 ˆÿÿ:˜gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ:œgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ: gDf˜89 ˆÿÿ%`• 9 ˆÿÿ:¤gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ:¨gDf˜9 ˆÿÿ%`•p9 ˆÿÿ:¬gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ:°gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ:´gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ:¸gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ:¼gDf˜9 ˆÿÿ%`•€ˆÿÿ:ÀgDf˜€ˆÿÿ%`•hˆÿÿ:ÄgDf˜hˆÿÿ%`•Ђˆÿÿ:ÈgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ:ÌgDf˜8„ˆÿÿ%`• …ˆÿÿ:ÐgDf˜ …ˆÿÿ%`•‡ˆÿÿ:ÔgDf˜‡ˆÿÿ%`•pˆˆÿÿ:ØgDf˜pˆˆÿÿ%`•؉ˆÿÿ:ÜgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ:àgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ:ägDf˜¨Œˆÿÿ%`•Žˆÿÿ:ègDf˜Žˆÿÿ%`•ˆÿÿ:ìgDf˜ˆÿÿ%`•hˆÿÿ:ðgDf˜hˆÿÿ%`•Јÿÿ:ôgDf˜Ðˆÿÿ%`•8ˆÿÿ:øgDf˜8ˆÿÿ%`• ˆÿÿ:ügDf˜ ˆÿÿ%`•ˆÿÿ;gDf˜ˆÿÿ%`•pˆÿÿ;gDf˜pˆÿÿ%`•؈ÿÿ;gDf˜Øˆÿÿ%`•@ˆÿÿ; gDf˜@ˆÿÿ%`•¨ˆÿÿ;gDf˜¨ˆÿÿ%`•ˆÿÿ;gDf˜ˆÿÿ%`•€%ˆÿÿ;gDf˜€%ˆÿÿ%`•h%ˆÿÿ;gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ; gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ;$gDf˜8„%ˆÿÿ%`• …%ˆÿÿ;(gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ;,gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ;0gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ;4gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ;8gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ;<gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ;@gDf˜Ž%ˆÿÿ%`•ˆÿÿ;DgDf˜ˆÿÿ%`•hˆÿÿ;HgDf˜hˆÿÿ%`•Јÿÿ;LgDf˜Ðˆÿÿ%`•8ˆÿÿ;PgDf˜8ˆÿÿ%`• ˆÿÿ;TgDf˜ ˆÿÿ%`•ˆÿÿ;XgDf˜ˆÿÿ%`•pˆÿÿ;\gDf˜pˆÿÿ%`•Ø ˆÿÿ;`gDf˜Ø ˆÿÿ%`•@ ˆÿÿ;dgDf˜@ ˆÿÿ%`•¨ ˆÿÿ;hgDf˜¨ ˆÿÿ%`•ˆÿÿ;lgDf˜ˆÿÿ%`•àˆÿÿ;pgDf˜àˆÿÿ%`•háˆÿÿ;tgDf˜háˆÿÿ%`•Ðâˆÿÿ;xgDf˜Ðâˆÿÿ%`•8äˆÿÿ;|gDf˜8äˆÿÿ%`• åˆÿÿ;€gDf˜ åˆÿÿ%`•çˆÿÿ;„gDf˜çˆÿÿ%`•pèˆÿÿ;ˆgDf˜pèˆÿÿ%`•Øéˆÿÿ;ŒgDf˜Øéˆÿÿ%`•@ëˆÿÿ;gDf˜@ëˆÿÿ%`•¨ìˆÿÿ;”gDf˜¨ìˆÿÿ%`•îˆÿÿ;˜gDf˜îˆÿÿ%`• Mˆÿÿ;œgDf˜ Mˆÿÿ%`•h!Mˆÿÿ; gDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ;¤gDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ;¨gDf˜8$Mˆÿÿ%`• %Mˆÿÿ;¬gDf˜ %Mˆÿÿ%`•'Mˆÿÿ;°gDf˜'Mˆÿÿ%`•p(Mˆÿÿ;´gDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ;¸gDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ;¼gDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ;ÀgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ;ÄgDf˜.Mˆÿÿ%`•Žˆÿÿ;ÈgDf˜Žˆÿÿ%`•hŽˆÿÿ;ÌgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ;ÐgDf˜ÐŽˆÿÿ%`• Žˆÿÿ;Ô8gDf˜ Žˆÿÿ%`•Žˆÿÿ<ügDf˜Žˆÿÿ%`•pŽˆÿÿ> ügDf˜pŽˆÿÿ%`•Ø Žˆÿÿ@gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ@ügDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿBÔgDf˜¨ Žˆÿÿ%`•phñ ˆÿÿÜ„gDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿÌgDf˜Øiñ ˆÿÿ%`•¨<™ˆÿÿÐügDf˜¨<™ˆÿÿ%`•>™ˆÿÿÔügDf˜>™ˆÿÿ%`•Žˆÿÿ¤,gDf˜Žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8ŽˆÿÿìˆgDf˜8Žˆÿÿ%`•'ˆÿÿ`gDf˜'ˆÿÿ%`•¨lñ ˆÿÿ gDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿdgDf˜¨lñ ˆÿÿ%`•Øiñ ˆÿÿhŒgDf˜Øiñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•Øiñ ˆÿÿøŒgDf˜Øiñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ „gDf˜'ˆÿÿ%`•Øiñ ˆÿÿ ˆ gDf˜Øiñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¨gDf˜'ˆÿÿ%`•Øiñ ˆÿÿ ¬\gDf˜Øiñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Øiñ ˆÿÿìxgDf˜Øiñ ˆÿÿ%`•¨lñ ˆÿÿ7ôgDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ8ø gDf˜nñ ˆÿÿ%`•nñ ˆÿÿ gDf˜nñ ˆÿÿ%`•nñ ˆÿÿ gDf˜nñ ˆÿÿ%`•¨lñ ˆÿÿ gDf˜¨lñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ,gDf˜'ˆÿÿ%`•¨lñ ˆÿÿ 0 gDf˜¨lñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ PgDf˜'ˆÿÿ%`•¨lñ ˆÿÿ TgDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ XgDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ \gDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ `gDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ dgDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ hgDf˜¨lñ ˆÿÿ%`•¨lñ ˆÿÿ lgDf˜¨lñ ˆÿÿ%`•@kñ ˆÿÿ pgDf˜@kñ ˆÿÿ%`•gñ ˆÿÿ tgDf˜gñ ˆÿÿ%`• eñ ˆÿÿ xgDf˜ eñ ˆÿÿ%`• eñ ˆÿÿ |gDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ €gDf˜gñ ˆÿÿ%`•@kñ ˆÿÿ „gDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ ˆgDf˜¨lñ ˆÿÿ%`•phñ ˆÿÿ ŒgDf˜phñ ˆÿÿ%`•nñ ˆÿÿ gDf˜nñ ˆÿÿ%`•Øiñ ˆÿÿ ”gDf˜Øiñ ˆÿÿ%`•8dñ ˆÿÿ ˜gDf˜8dñ ˆÿÿ%`•Ðbñ ˆÿÿ œgDf˜Ðbñ ˆÿÿ%`•hañ ˆÿÿ  gDf˜hañ ˆÿÿ%`•`ñ ˆÿÿ ¤gDf˜`ñ ˆÿÿ%`•>™ˆÿÿ ¨gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ¬gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ °gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ´gDf˜>™ˆÿÿ%`•`ñ ˆÿÿ ¸gDf˜`ñ ˆÿÿ%`•hañ ˆÿÿ ¼gDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿ ÀgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿ ÄgDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ ÈgDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ ÌgDf˜gñ ˆÿÿ%`•phñ ˆÿÿ ÐgDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿ ÔgDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿ ØgDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ ÜgDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ àgDf˜nñ ˆÿÿ%`•ஈÿÿ ägDf˜à®ˆÿÿ%`•hᮈÿÿ ègDf˜hᮈÿÿ%`•Ð⮈ÿÿ ìgDf˜Ð⮈ÿÿ%`•8䮈ÿÿ ðgDf˜8䮈ÿÿ%`• å®ˆÿÿ ôgDf˜ å®ˆÿÿ%`•箈ÿÿ øgDf˜ç®ˆÿÿ%`•p讈ÿÿ ügDf˜p讈ÿÿ%`•Øé®ˆÿÿ gDf˜Øé®ˆÿÿ%`•@뮈ÿÿ gDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ gDf˜¨ì®ˆÿÿ%`•ÿÿ gDf˜î®ˆÿÿ%`•P6ˆÿÿ gDf˜P6ˆÿÿ%`•hQ6ˆÿÿ gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿ gDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿ gDf˜8T6ˆÿÿ%`• U6ˆÿÿ gDf˜ U6ˆÿÿ%`•W6ˆÿÿ $gDf˜W6ˆÿÿ%`•pX6ˆÿÿ (gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ ,gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ 0gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ 4gDf˜¨\6ˆÿÿ%`•^6ˆÿÿ 8gDf˜^6ˆÿÿ%`• U6ˆÿÿ <gDf˜ U6ˆÿÿ%`•8T6ˆÿÿ @gDf˜8T6ˆÿÿ%`•ÐR6ˆÿÿ DgDf˜ÐR6ˆÿÿ%`•hQ6ˆÿÿ HgDf˜hQ6ˆÿÿ%`•P6ˆÿÿ LgDf˜P6ˆÿÿ%`•>™ˆÿÿ PgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ TgDf˜¨<™ˆÿÿ%`•pˆÿÿ XgDf˜pˆÿÿ%`•hqˆÿÿ \gDf˜hqˆÿÿ%`•Ðrˆÿÿ `gDf˜Ðrˆÿÿ%`•8tˆÿÿ dgDf˜8tˆÿÿ%`• uˆÿÿ hgDf˜ uˆÿÿ%`•wˆÿÿ lgDf˜wˆÿÿ%`•pxˆÿÿ pgDf˜pxˆÿÿ%`•Øyˆÿÿ tgDf˜Øyˆÿÿ%`•@{ˆÿÿ xgDf˜@{ˆÿÿ%`•¨|ˆÿÿ |gDf˜¨|ˆÿÿ%`•~ˆÿÿ €gDf˜~ˆÿÿ%`•`.ˆÿÿ „gDf˜`.ˆÿÿ%`•ha.ˆÿÿ ˆgDf˜ha.ˆÿÿ%`•Ðb.ˆÿÿ ŒgDf˜Ðb.ˆÿÿ%`•8d.ˆÿÿ gDf˜8d.ˆÿÿ%`• e.ˆÿÿ ”gDf˜ e.ˆÿÿ%`•g.ˆÿÿ ˜gDf˜g.ˆÿÿ%`•ph.ˆÿÿ œgDf˜ph.ˆÿÿ%`•Øi.ˆÿÿ  gDf˜Øi.ˆÿÿ%`•@k.ˆÿÿ ¤gDf˜@k.ˆÿÿ%`•¨l.ˆÿÿ ¨gDf˜¨l.ˆÿÿ%`•n.ˆÿÿ ¬gDf˜n.ˆÿÿ%`•p¹ˆÿÿ °gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ ´gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ ¸gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ ¼gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ ÀgDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ ÄgDf˜w¹ˆÿÿ%`•px¹ˆÿÿ ÈgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ ÌgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ ÐgDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ ÔgDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ ØgDf˜~¹ˆÿÿ%`• ˆÿÿ àgDf˜ ˆÿÿ%`•h ˆÿÿ ägDf˜h ˆÿÿ%`•Ð ˆÿÿ ègDf˜Ð ˆÿÿ%`•8 ˆÿÿ ìgDf˜8 ˆÿÿ%`•  ˆÿÿ ðgDf˜  ˆÿÿ%`• ˆÿÿ ôgDf˜ ˆÿÿ%`•p ˆÿÿ øgDf˜p ˆÿÿ%`•Ø ˆÿÿ ügDf˜Ø ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•ù ˆÿÿ gDf˜ù ˆÿÿ%`•hù ˆÿÿ gDf˜hù ˆÿÿ%`•Ðù ˆÿÿ gDf˜Ðù ˆÿÿ%`•8ù ˆÿÿ gDf˜8ù ˆÿÿ%`• ù ˆÿÿ gDf˜ ù ˆÿÿ%`•ù ˆÿÿ gDf˜ù ˆÿÿ%`•pù ˆÿÿ $gDf˜pù ˆÿÿ%`•Øù ˆÿÿ (gDf˜Øù ˆÿÿ%`•@ù ˆÿÿ ,gDf˜@ù ˆÿÿ%`•¨ù ˆÿÿ 0gDf˜¨ù ˆÿÿ%`•ù ˆÿÿ 4gDf˜ù ˆÿÿ%`•`´ˆÿÿ 8gDf˜`´ˆÿÿ%`•ha´ˆÿÿ <gDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ @gDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ DgDf˜8d´ˆÿÿ%`• e´ˆÿÿ HgDf˜ e´ˆÿÿ%`•g´ˆÿÿ LgDf˜g´ˆÿÿ%`•ph´ˆÿÿ PgDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ TgDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ XgDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ \gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ `gDf˜n´ˆÿÿ%`•ÀÖˆÿÿ dgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ hgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ lgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ pgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ tgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ xgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ |gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ €gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ „gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ ˆgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ ŒgDf˜ÎÖˆÿÿ%`•0ˆÿÿ gDf˜0ˆÿÿ%`•h1ˆÿÿ ”gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ ˜gDf˜Ð2ˆÿÿ%`•84ˆÿÿ œgDf˜84ˆÿÿ%`• 5ˆÿÿ  gDf˜ 5ˆÿÿ%`•7ˆÿÿ ¤gDf˜7ˆÿÿ%`•p8ˆÿÿ ¨gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ ¬gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ °gDf˜@;ˆÿÿ%`•¨<ˆÿÿ ´gDf˜¨<ˆÿÿ%`•>ˆÿÿ ¸gDf˜>ˆÿÿ%`•­ˆÿÿ ¼gDf˜­ˆÿÿ%`•h­ˆÿÿ ÀgDf˜h­ˆÿÿ%`•Эˆÿÿ ÄgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ ÈgDf˜8­ˆÿÿ%`• ­ˆÿÿ ÌgDf˜ ­ˆÿÿ%`•­ˆÿÿ ÐgDf˜­ˆÿÿ%`•p­ˆÿÿ ÔgDf˜p­ˆÿÿ%`•Ø­ˆÿÿ ØgDf˜Ø­ˆÿÿ%`•@­ˆÿÿ ÜgDf˜@­ˆÿÿ%`•¨­ˆÿÿ àgDf˜¨­ˆÿÿ%`•­ˆÿÿ ägDf˜­ˆÿÿ%`•0Dˆÿÿ ègDf˜0Dˆÿÿ%`•h1Dˆÿÿ ìgDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ ðgDf˜Ð2Dˆÿÿ%`•84Dˆÿÿ ôgDf˜84Dˆÿÿ%`• 5Dˆÿÿ øgDf˜ 5Dˆÿÿ%`•7Dˆÿÿ ügDf˜7Dˆÿÿ%`•p8Dˆÿÿ gDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ gDf˜Ø9Dˆÿÿ%`•@;Dˆÿÿ gDf˜@;Dˆÿÿ%`•¨Dˆÿÿ gDf˜>Dˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•Qˆÿÿ gDf˜Qˆÿÿ%`•h‘Qˆÿÿ gDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ $gDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ (gDf˜8”Qˆÿÿ%`• •Qˆÿÿ ,gDf˜ •Qˆÿÿ%`•—Qˆÿÿ 0gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ 4gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ 8gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ <gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ @gDf˜¨œQˆÿÿ%`•žQˆÿÿ DgDf˜žQˆÿÿ%`•€¹ˆÿÿ HgDf˜€¹ˆÿÿ%`•h¹ˆÿÿ LgDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ PgDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿ TgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿ XgDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿ \gDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿ `gDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿ dgDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿ hgDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿ lgDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿ pgDf˜޹ˆÿÿ%`•p ˆÿÿ tgDf˜p ˆÿÿ%`•hq ˆÿÿ xgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ |gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ €gDf˜8t ˆÿÿ%`• u ˆÿÿ „gDf˜ u ˆÿÿ%`•w ˆÿÿ ˆgDf˜w ˆÿÿ%`•px ˆÿÿ ŒgDf˜px ˆÿÿ%`•Øy ˆÿÿ gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ ”gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ ˜gDf˜¨| ˆÿÿ%`•~ ˆÿÿ œgDf˜~ ˆÿÿ%`•`ñ ˆÿÿ  gDf˜`ñ ˆÿÿ%`•hañ ˆÿÿ ¤gDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿ ¨gDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿ ¬gDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ °gDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ ´gDf˜gñ ˆÿÿ%`•phñ ˆÿÿ ¸gDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿ ¼gDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿ ÀgDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ ÄgDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ ÈgDf˜nñ ˆÿÿ%`• ˆÿÿ ÌgDf˜ ˆÿÿ%`•h ˆÿÿ ÐgDf˜h ˆÿÿ%`•Ð ˆÿÿ ÔgDf˜Ð ˆÿÿ%`•8 ˆÿÿ ØgDf˜8 ˆÿÿ%`•  ˆÿÿ ÜgDf˜  ˆÿÿ%`• ˆÿÿ àgDf˜ ˆÿÿ%`•p ˆÿÿ ägDf˜p ˆÿÿ%`•Ø  ˆÿÿ ègDf˜Ø  ˆÿÿ%`•@  ˆÿÿ ìgDf˜@  ˆÿÿ%`•¨  ˆÿÿ ðgDf˜¨  ˆÿÿ%`• ˆÿÿ ôgDf˜ ˆÿÿ%`•ˆÿÿ øgDf˜ˆÿÿ%`•hˆÿÿ ügDf˜hˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•؈ÿÿgDf˜Øˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•P&ˆÿÿ$gDf˜P&ˆÿÿ%`•hQ&ˆÿÿ(gDf˜hQ&ˆÿÿ%`•ÐR&ˆÿÿ,gDf˜ÐR&ˆÿÿ%`•8T&ˆÿÿ0gDf˜8T&ˆÿÿ%`• U&ˆÿÿ4gDf˜ U&ˆÿÿ%`•W&ˆÿÿ8gDf˜W&ˆÿÿ%`•pX&ˆÿÿ<gDf˜pX&ˆÿÿ%`•ØY&ˆÿÿ@gDf˜ØY&ˆÿÿ%`•@[&ˆÿÿDgDf˜@[&ˆÿÿ%`•¨\&ˆÿÿHgDf˜¨\&ˆÿÿ%`•^&ˆÿÿLgDf˜^&ˆÿÿ%`•¨ù ˆÿÿPgDf˜¨ù ˆÿÿ%`•@ù ˆÿÿTgDf˜@ù ˆÿÿ%`•Øù ˆÿÿXgDf˜Øù ˆÿÿ%`•pù ˆÿÿ\gDf˜pù ˆÿÿ%`•ù ˆÿÿ`gDf˜ù ˆÿÿ%`• ù ˆÿÿdgDf˜ ù ˆÿÿ%`•8ù ˆÿÿhgDf˜8ù ˆÿÿ%`•Ðù ˆÿÿlgDf˜Ðù ˆÿÿ%`•hù ˆÿÿpgDf˜hù ˆÿÿ%`•ù ˆÿÿtgDf˜ù ˆÿÿ%`•àdˆÿÿxgDf˜àdˆÿÿ%`•hádˆÿÿ|gDf˜hádˆÿÿ%`•Ðâdˆÿÿ€gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ„gDf˜8ädˆÿÿ%`• ådˆÿÿˆgDf˜ ådˆÿÿ%`•çdˆÿÿŒgDf˜çdˆÿÿ%`•pèdˆÿÿgDf˜pèdˆÿÿ%`•Øédˆÿÿ”gDf˜Øédˆÿÿ%`•@ëdˆÿÿ˜gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿœgDf˜¨ìdˆÿÿ%`•îdˆÿÿ gDf˜îdˆÿÿ%`•À+ˆÿÿ¤gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ¨gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ¬gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ°gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ´gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ¸gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ¼gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿÀgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿÄgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿÈgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿÌgDf˜Î+ˆÿÿ%`•ù ˆÿÿÐgDf˜ù ˆÿÿ%`•@;ˆÿÿÔgDf˜@;ˆÿÿ%`•Ø9ˆÿÿØgDf˜Ø9ˆÿÿ%`•p8ˆÿÿÜgDf˜p8ˆÿÿ%`•7ˆÿÿàgDf˜7ˆÿÿ%`• 5ˆÿÿägDf˜ 5ˆÿÿ%`•84ˆÿÿègDf˜84ˆÿÿ%`•Ð2ˆÿÿìgDf˜Ð2ˆÿÿ%`•h1ˆÿÿðgDf˜h1ˆÿÿ%`•0ˆÿÿôgDf˜0ˆÿÿ%`•`$ˆÿÿøgDf˜`$ˆÿÿ%`•ha$ˆÿÿügDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿgDf˜8d$ˆÿÿ%`• e$ˆÿÿgDf˜ e$ˆÿÿ%`•g$ˆÿÿ gDf˜g$ˆÿÿ%`•ph$ˆÿÿgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿgDf˜¨l$ˆÿÿ%`•n$ˆÿÿ gDf˜n$ˆÿÿ%`• ½ˆÿÿ$gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ(gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ,gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ0gDf˜8$½ˆÿÿ%`• %½ˆÿÿ4gDf˜ %½ˆÿÿ%`•'½ˆÿÿ8gDf˜'½ˆÿÿ%`•p(½ˆÿÿ<gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ@gDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿDgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿHgDf˜¨,½ˆÿÿ%`•.½ˆÿÿLgDf˜.½ˆÿÿ%`•>ˆÿÿPgDf˜>ˆÿÿ%`•¨<ˆÿÿTgDf˜¨<ˆÿÿ%`•>™ˆÿÿXgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ\gDf˜¨<™ˆÿÿ%`•—Qˆÿÿ`gDf˜—Qˆÿÿ%`• •QˆÿÿdgDf˜ •Qˆÿÿ%`•8”QˆÿÿhgDf˜8”Qˆÿÿ%`•Ð’QˆÿÿlgDf˜Ð’Qˆÿÿ%`•h‘QˆÿÿpgDf˜h‘Qˆÿÿ%`•QˆÿÿtgDf˜Qˆÿÿ%`•БˆÿÿxgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ|gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ€gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ„gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿˆgDf˜ Õ‘ˆÿÿ%`•בˆÿÿŒgDf˜בˆÿÿ%`•pØ‘ˆÿÿgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ”gDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ˜gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿœgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ gDf˜Þ‘ˆÿÿ%`•@¡ˆÿÿ¤gDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ¨gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ¬gDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ°gDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ´gDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ¸gDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ¼gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿÀgDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿÄgDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿÈgDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿÌgDf˜N¡ˆÿÿ%`•žQˆÿÿÐgDf˜žQˆÿÿ%`•¨œQˆÿÿÔgDf˜¨œQˆÿÿ%`•@›QˆÿÿØgDf˜@›Qˆÿÿ%`•Ø™QˆÿÿÜgDf˜Ø™Qˆÿÿ%`•p˜QˆÿÿägDf˜p˜Qˆÿÿ%`• eñ ˆÿÿègDf˜ eñ ˆÿÿ%`•8dñ ˆÿÿìgDf˜8dñ ˆÿÿ%`•Ðbñ ˆÿÿðgDf˜Ðbñ ˆÿÿ%`•hañ ˆÿÿôgDf˜hañ ˆÿÿ%`•`ñ ˆÿÿøgDf˜`ñ ˆÿÿ%`•@…ˆÿÿügDf˜@…ˆÿÿ%`•hA…ˆÿÿgDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿgDf˜8D…ˆÿÿ%`• E…ˆÿÿ gDf˜ E…ˆÿÿ%`•G…ˆÿÿgDf˜G…ˆÿÿ%`•pH…ˆÿÿgDf˜pH…ˆÿÿ%`•ØI…ˆÿÿgDf˜ØI…ˆÿÿ%`•@K…ˆÿÿgDf˜@K…ˆÿÿ%`•¨L…ˆÿÿ gDf˜¨L…ˆÿÿ%`•N…ˆÿÿ$gDf˜N…ˆÿÿ%`•0Fˆÿÿ(gDf˜0Fˆÿÿ%`•h1Fˆÿÿ,gDf˜h1Fˆÿÿ%`•Ð2Fˆÿÿ0gDf˜Ð2Fˆÿÿ%`•84Fˆÿÿ4gDf˜84Fˆÿÿ%`• 5Fˆÿÿ8gDf˜ 5Fˆÿÿ%`•7Fˆÿÿ<gDf˜7Fˆÿÿ%`•p8Fˆÿÿ@gDf˜p8Fˆÿÿ%`•Ø9FˆÿÿDgDf˜Ø9Fˆÿÿ%`•@;FˆÿÿHgDf˜@;Fˆÿÿ%`•¨FˆÿÿPgDf˜>Fˆÿÿ%`•nñ ˆÿÿTgDf˜nñ ˆÿÿ%`•¨lñ ˆÿÿXgDf˜¨lñ ˆÿÿ%`•@kñ ˆÿÿ\gDf˜@kñ ˆÿÿ%`•Øiñ ˆÿÿ`gDf˜Øiñ ˆÿÿ%`•phñ ˆÿÿdgDf˜phñ ˆÿÿ%`•gñ ˆÿÿhgDf˜gñ ˆÿÿ%`•8T&ˆÿÿlgDf˜8T&ˆÿÿ%`•ÐR&ˆÿÿpgDf˜ÐR&ˆÿÿ%`•hQ&ˆÿÿtgDf˜hQ&ˆÿÿ%`•P&ˆÿÿxgDf˜P&ˆÿÿ%`• ˆÿÿ|gDf˜ ˆÿÿ%`•h ˆÿÿ€gDf˜h ˆÿÿ%`•Ð ˆÿÿ„gDf˜Ð ˆÿÿ%`•8 ˆÿÿˆgDf˜8 ˆÿÿ%`•  ˆÿÿŒgDf˜  ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•p ˆÿÿ”gDf˜p ˆÿÿ%`•Ø  ˆÿÿ˜gDf˜Ø  ˆÿÿ%`•@  ˆÿÿœgDf˜@  ˆÿÿ%`•¨  ˆÿÿ gDf˜¨  ˆÿÿ%`• ˆÿÿ¤gDf˜ ˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•hˆÿÿ¬gDf˜hˆÿÿ%`•Јÿÿ°gDf˜Ðˆÿÿ%`•8ˆÿÿ´gDf˜8ˆÿÿ%`• ˆÿÿ¸gDf˜ ˆÿÿ%`•ˆÿÿ¼gDf˜ˆÿÿ%`•pˆÿÿÀgDf˜pˆÿÿ%`•Ø ˆÿÿÄgDf˜Ø ˆÿÿ%`•@ ˆÿÿÈgDf˜@ ˆÿÿ%`•¨ ˆÿÿÌgDf˜¨ ˆÿÿ%`•ˆÿÿÐgDf˜ˆÿÿ%`•^&ˆÿÿÔgDf˜^&ˆÿÿ%`•¨\&ˆÿÿØgDf˜¨\&ˆÿÿ%`•@[&ˆÿÿÜgDf˜@[&ˆÿÿ%`•ØY&ˆÿÿàgDf˜ØY&ˆÿÿ%`•pX&ˆÿÿägDf˜pX&ˆÿÿ%`•W&ˆÿÿègDf˜W&ˆÿÿ%`• U&ˆÿÿìgDf˜ U&ˆÿÿ%`•ù ˆÿÿðgDf˜ù ˆÿÿ%`•hù ˆÿÿôgDf˜hù ˆÿÿ%`•Ðù ˆÿÿøgDf˜Ðù ˆÿÿ%`•8ù ˆÿÿügDf˜8ù ˆÿÿ%`• ù ˆÿÿgDf˜ ù ˆÿÿ%`•ù ˆÿÿgDf˜ù ˆÿÿ%`•pù ˆÿÿgDf˜pù ˆÿÿ%`•Øù ˆÿÿ gDf˜Øù ˆÿÿ%`•@ù ˆÿÿgDf˜@ù ˆÿÿ%`•¨ù ˆÿÿgDf˜¨ù ˆÿÿ%`•8Ä+ˆÿÿgDf˜8Ä+ˆÿÿ%`•ÐÂ+ˆÿÿgDf˜ÐÂ+ˆÿÿ%`•hÁ+ˆÿÿ gDf˜hÁ+ˆÿÿ%`•À+ˆÿÿ$gDf˜À+ˆÿÿ%`• ˆÿÿ(gDf˜ ˆÿÿ%`•h ˆÿÿ,gDf˜h ˆÿÿ%`•Ð ˆÿÿ0gDf˜Ð ˆÿÿ%`•8 ˆÿÿ4gDf˜8 ˆÿÿ%`•  ˆÿÿ8gDf˜  ˆÿÿ%`• ˆÿÿ<gDf˜ ˆÿÿ%`•p ˆÿÿ@gDf˜p ˆÿÿ%`•Ø ˆÿÿDgDf˜Ø ˆÿÿ%`•@ ˆÿÿHgDf˜@ ˆÿÿ%`•¨ ˆÿÿLgDf˜¨ ˆÿÿ%`• ˆÿÿPgDf˜ ˆÿÿ%`•Î+ˆÿÿTgDf˜Î+ˆÿÿ%`•¨Ì+ˆÿÿXgDf˜¨Ì+ˆÿÿ%`•@Ë+ˆÿÿ\gDf˜@Ë+ˆÿÿ%`•ØÉ+ˆÿÿ`gDf˜ØÉ+ˆÿÿ%`•pÈ+ˆÿÿdgDf˜pÈ+ˆÿÿ%`•Ç+ˆÿÿhgDf˜Ç+ˆÿÿ%`• Å+ˆÿÿlgDf˜ Å+ˆÿÿ%`•ù ˆÿÿpgDf˜ù ˆÿÿ%`•0ˆÿÿtgDf˜0ˆÿÿ%`•h1ˆÿÿxgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ|gDf˜Ð2ˆÿÿ%`•84ˆÿÿ€gDf˜84ˆÿÿ%`• 5ˆÿÿ„gDf˜ 5ˆÿÿ%`•7ˆÿÿˆgDf˜7ˆÿÿ%`•p8ˆÿÿŒgDf˜p8ˆÿÿ%`•Ø9ˆÿÿgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ”gDf˜@;ˆÿÿ%`•8$½ˆÿÿ˜gDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿœgDf˜Ð"½ˆÿÿ%`•h!½ˆÿÿ gDf˜h!½ˆÿÿ%`• ½ˆÿÿ¤gDf˜ ½ˆÿÿ%`•ð,ˆÿÿ¨gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ¬gDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ°gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ´gDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ¸gDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ¼gDf˜÷,ˆÿÿ%`•pø,ˆÿÿÀgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿÄgDf˜Øù,ˆÿÿ%`•@û,ˆÿÿÈgDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿÌgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿÐgDf˜þ,ˆÿÿ%`•.½ˆÿÿÔgDf˜.½ˆÿÿ%`•¨,½ˆÿÿØgDf˜¨,½ˆÿÿ%`•@+½ˆÿÿÜgDf˜@+½ˆÿÿ%`•Ø)½ˆÿÿàgDf˜Ø)½ˆÿÿ%`•p(½ˆÿÿägDf˜p(½ˆÿÿ%`•'½ˆÿÿègDf˜'½ˆÿÿ%`• %½ˆÿÿìgDf˜ %½ˆÿÿ%`•¨<ˆÿÿðgDf˜¨<ˆÿÿ%`•>ˆÿÿôgDf˜>ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•>™ˆÿÿügDf˜>™ˆÿÿ%`•QˆÿÿgDf˜Qˆÿÿ%`•h‘QˆÿÿgDf˜h‘Qˆÿÿ%`•Ð’QˆÿÿgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ gDf˜8”Qˆÿÿ%`• •QˆÿÿgDf˜ •Qˆÿÿ%`•—QˆÿÿgDf˜—Qˆÿÿ%`•8D¡ˆÿÿgDf˜8D¡ˆÿÿ%`•ÐB¡ˆÿÿgDf˜ÐB¡ˆÿÿ%`•hA¡ˆÿÿ gDf˜hA¡ˆÿÿ%`•@¡ˆÿÿ$gDf˜@¡ˆÿÿ%`•­ˆÿÿ(gDf˜­ˆÿÿ%`•h­ˆÿÿ,gDf˜h­ˆÿÿ%`•Эˆÿÿ0gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ4gDf˜8­ˆÿÿ%`• ­ˆÿÿ8gDf˜ ­ˆÿÿ%`•­ˆÿÿ<gDf˜­ˆÿÿ%`•p­ˆÿÿ@gDf˜p­ˆÿÿ%`•Ø­ˆÿÿDgDf˜Ø­ˆÿÿ%`•@­ˆÿÿHgDf˜@­ˆÿÿ%`•¨­ˆÿÿLgDf˜¨­ˆÿÿ%`•­ˆÿÿPgDf˜­ˆÿÿ%`•N¡ˆÿÿTgDf˜N¡ˆÿÿ%`•¨L¡ˆÿÿXgDf˜¨L¡ˆÿÿ%`•@K¡ˆÿÿ\gDf˜@K¡ˆÿÿ%`•ØI¡ˆÿÿ`gDf˜ØI¡ˆÿÿ%`•pH¡ˆÿÿdgDf˜pH¡ˆÿÿ%`•G¡ˆÿÿhgDf˜G¡ˆÿÿ%`• E¡ˆÿÿlgDf˜ E¡ˆÿÿ%`•p˜QˆÿÿpgDf˜p˜Qˆÿÿ%`•Ø™QˆÿÿtgDf˜Ø™Qˆÿÿ%`•@›QˆÿÿxgDf˜@›Qˆÿÿ%`•¨œQˆÿÿ|gDf˜¨œQˆÿÿ%`•žQˆÿÿ€gDf˜žQˆÿÿ%`•`ñ ˆÿÿ„gDf˜`ñ ˆÿÿ%`•hañ ˆÿÿˆgDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿŒgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿgDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ”gDf˜ eñ ˆÿÿ%`•84Fˆÿÿ˜gDf˜84Fˆÿÿ%`•Ð2FˆÿÿœgDf˜Ð2Fˆÿÿ%`•h1Fˆÿÿ gDf˜h1Fˆÿÿ%`•0Fˆÿÿ¤gDf˜0Fˆÿÿ%`• ?ˆÿÿ¨gDf˜ ?ˆÿÿ%`•h¡?ˆÿÿ¬gDf˜h¡?ˆÿÿ%`•Т?ˆÿÿ°gDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿ´gDf˜8¤?ˆÿÿ%`• ¥?ˆÿÿ¸gDf˜ ¥?ˆÿÿ%`•§?ˆÿÿ¼gDf˜§?ˆÿÿ%`•p¨?ˆÿÿÀgDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿÄgDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿÈgDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿÌgDf˜¨¬?ˆÿÿ%`•®?ˆÿÿÐgDf˜®?ˆÿÿ%`•>FˆÿÿÔgDf˜>Fˆÿÿ%`•¨ˆÿÿgDf˜>ˆÿÿ%`•¨<ˆÿÿ”gDf˜¨<ˆÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•¨<™ˆÿÿœgDf˜¨<™ˆÿÿ%`•—Qˆÿÿ gDf˜—Qˆÿÿ%`• •Qˆÿÿ¤gDf˜ •Qˆÿÿ%`•8”Qˆÿÿ¨gDf˜8”Qˆÿÿ%`•Ð’Qˆÿÿ¬gDf˜Ð’Qˆÿÿ%`•h‘Qˆÿÿ°gDf˜h‘Qˆÿÿ%`•Qˆÿÿ´gDf˜Qˆÿÿ%`•žQˆÿÿ¸gDf˜žQˆÿÿ%`•¨œQˆÿÿ¼gDf˜¨œQˆÿÿ%`•@›QˆÿÿÀgDf˜@›Qˆÿÿ%`•Ø™QˆÿÿÄgDf˜Ø™Qˆÿÿ%`•p˜QˆÿÿÈgDf˜p˜Qˆÿÿ%`• eñ ˆÿÿÌgDf˜ eñ ˆÿÿ%`•8dñ ˆÿÿÐgDf˜8dñ ˆÿÿ%`•Ðbñ ˆÿÿÔgDf˜Ðbñ ˆÿÿ%`•hañ ˆÿÿØgDf˜hañ ˆÿÿ%`•`ñ ˆÿÿÜgDf˜`ñ ˆÿÿ%`•0FˆÿÿàgDf˜0Fˆÿÿ%`•h1FˆÿÿägDf˜h1Fˆÿÿ%`•Ð2FˆÿÿègDf˜Ð2Fˆÿÿ%`•84FˆÿÿìgDf˜84Fˆÿÿ%`•8¤?ˆÿÿðgDf˜8¤?ˆÿÿ%`•Т?ˆÿÿôgDf˜Ð¢?ˆÿÿ%`•h¡?ˆÿÿøgDf˜h¡?ˆÿÿ%`• ?ˆÿÿügDf˜ ?ˆÿÿ%`•Àº ˆÿÿgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿgDf˜hÁº ˆÿÿ%`•к ˆÿÿgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ$gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ(gDf˜κ ˆÿÿ%`•p ˆÿÿ,gDf˜p ˆÿÿ%`•hq ˆÿÿ0gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ4gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ8gDf˜8t ˆÿÿ%`• u ˆÿÿ<gDf˜ u ˆÿÿ%`•w ˆÿÿ@gDf˜w ˆÿÿ%`•px ˆÿÿDgDf˜px ˆÿÿ%`•Øy ˆÿÿHgDf˜Øy ˆÿÿ%`•@{ ˆÿÿLgDf˜@{ ˆÿÿ%`•¨| ˆÿÿPgDf˜¨| ˆÿÿ%`•~ ˆÿÿTgDf˜~ ˆÿÿ%`•®?ˆÿÿXgDf˜®?ˆÿÿ%`•¨¬?ˆÿÿ\gDf˜¨¬?ˆÿÿ%`•@«?ˆÿÿ`gDf˜@«?ˆÿÿ%`•Ø©?ˆÿÿdgDf˜Ø©?ˆÿÿ%`•p¨?ˆÿÿhgDf˜p¨?ˆÿÿ%`•§?ˆÿÿlgDf˜§?ˆÿÿ%`• ¥?ˆÿÿpgDf˜ ¥?ˆÿÿ%`• 5FˆÿÿtgDf˜ 5Fˆÿÿ%`•7FˆÿÿxgDf˜7Fˆÿÿ%`•p8Fˆÿÿ|gDf˜p8Fˆÿÿ%`•Ø9Fˆÿÿ€gDf˜Ø9Fˆÿÿ%`•@;Fˆÿÿ„gDf˜@;Fˆÿÿ%`•¨FˆÿÿŒgDf˜>Fˆÿÿ%`•nñ ˆÿÿgDf˜nñ ˆÿÿ%`•¨lñ ˆÿÿ”gDf˜¨lñ ˆÿÿ%`•@kñ ˆÿÿ˜gDf˜@kñ ˆÿÿ%`•Øiñ ˆÿÿœgDf˜Øiñ ˆÿÿ%`•phñ ˆÿÿ gDf˜phñ ˆÿÿ%`•gñ ˆÿÿ¤gDf˜gñ ˆÿÿ%`•8T&ˆÿÿ¨gDf˜8T&ˆÿÿ%`•ÐR&ˆÿÿ¬gDf˜ÐR&ˆÿÿ%`•hQ&ˆÿÿ°gDf˜hQ&ˆÿÿ%`•P&ˆÿÿ´gDf˜P&ˆÿÿ%`•^&ˆÿÿ¸gDf˜^&ˆÿÿ%`•¨\&ˆÿÿ¼gDf˜¨\&ˆÿÿ%`•@[&ˆÿÿÀgDf˜@[&ˆÿÿ%`•ØY&ˆÿÿÄgDf˜ØY&ˆÿÿ%`•pX&ˆÿÿÈgDf˜pX&ˆÿÿ%`•W&ˆÿÿÌgDf˜W&ˆÿÿ%`• U&ˆÿÿÐgDf˜ U&ˆÿÿ%`•ù ˆÿÿÔgDf˜ù ˆÿÿ%`•hù ˆÿÿØgDf˜hù ˆÿÿ%`•Ðù ˆÿÿÜgDf˜Ðù ˆÿÿ%`•8ù ˆÿÿàgDf˜8ù ˆÿÿ%`• ù ˆÿÿägDf˜ ù ˆÿÿ%`•ù ˆÿÿègDf˜ù ˆÿÿ%`•pù ˆÿÿìgDf˜pù ˆÿÿ%`•Øù ˆÿÿðgDf˜Øù ˆÿÿ%`•@ù ˆÿÿôgDf˜@ù ˆÿÿ%`•¨ù ˆÿÿøgDf˜¨ù ˆÿÿ%`•ù ˆÿÿügDf˜ù ˆÿÿ%`•àdˆÿÿgDf˜àdˆÿÿ%`•hádˆÿÿgDf˜hádˆÿÿ%`•ÐâdˆÿÿgDf˜Ðâdˆÿÿ%`•8ädˆÿÿ gDf˜8ädˆÿÿ%`• ådˆÿÿgDf˜ ådˆÿÿ%`•çdˆÿÿgDf˜çdˆÿÿ%`•pèdˆÿÿgDf˜pèdˆÿÿ%`•ØédˆÿÿgDf˜Øédˆÿÿ%`•@ëdˆÿÿ gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ$gDf˜¨ìdˆÿÿ%`•îdˆÿÿ(gDf˜îdˆÿÿ%`•àˆÿÿ,gDf˜àˆÿÿ%`•háˆÿÿ0gDf˜háˆÿÿ%`•Ðâˆÿÿ4gDf˜Ðâˆÿÿ%`•8äˆÿÿ8gDf˜8äˆÿÿ%`• åˆÿÿ<gDf˜ åˆÿÿ%`•çˆÿÿ@gDf˜çˆÿÿ%`•pèˆÿÿDgDf˜pèˆÿÿ%`•ØéˆÿÿHgDf˜Øéˆÿÿ%`•@ëˆÿÿLgDf˜@ëˆÿÿ%`•¨ìˆÿÿPgDf˜¨ìˆÿÿ%`•îˆÿÿTgDf˜îˆÿÿ%`•0ˆÿÿXgDf˜0ˆÿÿ%`•h1ˆÿÿ\gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ`gDf˜Ð2ˆÿÿ%`•84ˆÿÿdgDf˜84ˆÿÿ%`• 5ˆÿÿhgDf˜ 5ˆÿÿ%`•7ˆÿÿlgDf˜7ˆÿÿ%`•p8ˆÿÿpgDf˜p8ˆÿÿ%`•Ø9ˆÿÿtgDf˜Ø9ˆÿÿ%`•@;ˆÿÿxgDf˜@;ˆÿÿ%`•8$½ˆÿÿ|gDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿ€gDf˜Ð"½ˆÿÿ%`•h!½ˆÿÿ„gDf˜h!½ˆÿÿ%`• ½ˆÿÿˆgDf˜ ½ˆÿÿ%`•ð,ˆÿÿŒgDf˜ð,ˆÿÿ%`•hñ,ˆÿÿgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ”gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ˜gDf˜8ô,ˆÿÿ%`•8DMˆÿÿœgDf˜8DMˆÿÿ%`•ÐBMˆÿÿ gDf˜ÐBMˆÿÿ%`•hAMˆÿÿ¤gDf˜hAMˆÿÿ%`•@Mˆÿÿ¨gDf˜@Mˆÿÿ%`•àFˆÿÿ¬gDf˜àFˆÿÿ%`•háFˆÿÿ°gDf˜háFˆÿÿ%`•ÐâFˆÿÿ´gDf˜ÐâFˆÿÿ%`•8äFˆÿÿ¸gDf˜8äFˆÿÿ%`• åFˆÿÿ¼gDf˜ åFˆÿÿ%`•çFˆÿÿÀgDf˜çFˆÿÿ%`•pèFˆÿÿÄgDf˜pèFˆÿÿ%`•ØéFˆÿÿÈgDf˜ØéFˆÿÿ%`•@ëFˆÿÿÌgDf˜@ëFˆÿÿ%`•¨ìFˆÿÿÐgDf˜¨ìFˆÿÿ%`•îFˆÿÿÔgDf˜îFˆÿÿ%`•NMˆÿÿØgDf˜NMˆÿÿ%`•¨LMˆÿÿÜgDf˜¨LMˆÿÿ%`•@KMˆÿÿàgDf˜@KMˆÿÿ%`•ØIMˆÿÿägDf˜ØIMˆÿÿ%`•pHMˆÿÿègDf˜pHMˆÿÿ%`•GMˆÿÿìgDf˜GMˆÿÿ%`• EMˆÿÿðgDf˜ EMˆÿÿ%`• õ,ˆÿÿôgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿøgDf˜÷,ˆÿÿ%`•pø,ˆÿÿügDf˜pø,ˆÿÿ%`•Øù,ˆÿÿgDf˜Øù,ˆÿÿ%`•@û,ˆÿÿgDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ gDf˜þ,ˆÿÿ%`•.½ˆÿÿgDf˜.½ˆÿÿ%`•¨,½ˆÿÿgDf˜¨,½ˆÿÿ%`•@+½ˆÿÿgDf˜@+½ˆÿÿ%`•Ø)½ˆÿÿgDf˜Ø)½ˆÿÿ%`•p(½ˆÿÿ gDf˜p(½ˆÿÿ%`•'½ˆÿÿ$gDf˜'½ˆÿÿ%`• %½ˆÿÿ(gDf˜ %½ˆÿÿ%`•¨<ˆÿÿ,gDf˜¨<ˆÿÿ%`•>ˆÿÿ0gDf˜>ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8gDf˜>™ˆÿÿ%`•`ñ ˆÿÿ<gDf˜`ñ ˆÿÿ%`•hañ ˆÿÿ@gDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿDgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿHgDf˜8dñ ˆÿÿ%`• eñ ˆÿÿLgDf˜ eñ ˆÿÿ%`•84FˆÿÿPgDf˜84Fˆÿÿ%`•Ð2FˆÿÿTgDf˜Ð2Fˆÿÿ%`•h1FˆÿÿXgDf˜h1Fˆÿÿ%`•0Fˆÿÿ\gDf˜0Fˆÿÿ%`• ?ˆÿÿ`gDf˜ ?ˆÿÿ%`•h¡?ˆÿÿdgDf˜h¡?ˆÿÿ%`•Т?ˆÿÿhgDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿlgDf˜8¤?ˆÿÿ%`•8t ˆÿÿpgDf˜8t ˆÿÿ%`•Ðr ˆÿÿtgDf˜Ðr ˆÿÿ%`•hq ˆÿÿxgDf˜hq ˆÿÿ%`•p ˆÿÿ|gDf˜p ˆÿÿ%`•P6ˆÿÿ€gDf˜P6ˆÿÿ%`•hQ6ˆÿÿ„gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿˆgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿŒgDf˜8T6ˆÿÿ%`• U6ˆÿÿgDf˜ U6ˆÿÿ%`•W6ˆÿÿ”gDf˜W6ˆÿÿ%`•pX6ˆÿÿ˜gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿœgDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ¤gDf˜¨\6ˆÿÿ%`•^6ˆÿÿ¨gDf˜^6ˆÿÿ%`•Àº ˆÿÿ¬gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ°gDf˜hÁº ˆÿÿ%`•к ˆÿÿ´gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ¸gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ¼gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿÀgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿÄgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿÈgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿÌgDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿÐgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿÔgDf˜κ ˆÿÿ%`•~ ˆÿÿØgDf˜~ ˆÿÿ%`•¨| ˆÿÿÜgDf˜¨| ˆÿÿ%`•@{ ˆÿÿàgDf˜@{ ˆÿÿ%`•Øy ˆÿÿägDf˜Øy ˆÿÿ%`•px ˆÿÿìgDf˜px ˆÿÿ%`•w ˆÿÿðgDf˜w ˆÿÿ%`• u ˆÿÿôgDf˜ u ˆÿÿ%`• ¥?ˆÿÿøgDf˜ ¥?ˆÿÿ%`•§?ˆÿÿügDf˜§?ˆÿÿ%`•p¨?ˆÿÿgDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿgDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿgDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿ gDf˜¨¬?ˆÿÿ%`•®?ˆÿÿgDf˜®?ˆÿÿ%`•>FˆÿÿgDf˜>Fˆÿÿ%`•¨ˆÿÿtgDf˜>ˆÿÿ%`•¨<ˆÿÿxgDf˜¨<ˆÿÿ%`•>™ˆÿÿ|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•pˆÿÿ„gDf˜pˆÿÿ%`•hqˆÿÿˆgDf˜hqˆÿÿ%`•ÐrˆÿÿŒgDf˜Ðrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`•hqˆÿÿ7ègDf˜hqˆÿÿ%`•8tˆÿÿ`ÈgDf˜8tˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`• uˆÿÿgDf˜ uˆÿÿ%`•pxˆÿÿƒ,gDf˜pxˆÿÿ%`•Øyˆÿÿƒ<gDf˜Øyˆÿÿ%`•wˆÿÿÑdgDf˜wˆÿÿ%`•@{ˆÿÿìlgDf˜@{ˆÿÿ%`•¨|ˆÿÿ! gDf˜¨|ˆÿÿ%`•¨|ˆÿÿ gDf˜¨|ˆÿÿ%`•¨|ˆÿÿ”gDf˜¨|ˆÿÿ%`•@{ˆÿÿ˜gDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ˜gDf˜'ˆÿÿ%`•@{ˆÿÿœügDf˜@{ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ˜gDf˜'ˆÿÿ%`•@{ˆÿÿœPgDf˜@{ˆÿÿ%`•pxˆÿÿðÈgDf˜pxˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•pxˆÿÿ¼ügDf˜pxˆÿÿ%`•@{ˆÿÿ¸8gDf˜@{ˆÿÿ%`•¨|ˆÿÿôügDf˜¨|ˆÿÿ%`•wˆÿÿ!ðgDf˜wˆÿÿ%`• uˆÿÿ!ôügDf˜ uˆÿÿ%`•hqˆÿÿ#ðgDf˜hqˆÿÿ%`•8tˆÿÿ#øügDf˜8tˆÿÿ%`•pˆÿÿ%ôgDf˜pˆÿÿ%`•Øyˆÿÿ%øTgDf˜Øyˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'LgDf˜'ˆÿÿ%`•hqˆÿÿ{°gDf˜hqˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•ØyˆÿÿzL gDf˜Øyˆÿÿ%`•hqˆÿÿ{gDf˜hqˆÿÿ%`•hqˆÿÿ gDf˜hqˆÿÿ%`•hqˆÿÿgDf˜hqˆÿÿ%`•Øyˆÿÿ/øgDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•Øyˆÿÿ~gDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•Øyˆÿÿ{tgDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•hqˆÿÿ!gDf˜hqˆÿÿ%`•8tˆÿÿ}@gDf˜8tˆÿÿ%`•pˆÿÿ}gDf˜pˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•pˆÿÿ'PgDf˜pˆÿÿ%`•8tˆÿÿ'T¤gDf˜8tˆÿÿ%`•hqˆÿÿ'ü gDf˜hqˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)œgDf˜'ˆÿÿ%`•hqˆÿÿ) gDf˜hqˆÿÿ%`•hqˆÿÿ)¤gDf˜hqˆÿÿ%`•hqˆÿÿ)¨gDf˜hqˆÿÿ%`•hqˆÿÿ)¬gDf˜hqˆÿÿ%`•hqˆÿÿ)°gDf˜hqˆÿÿ%`•hqˆÿÿ)´gDf˜hqˆÿÿ%`•hqˆÿÿ)¸gDf˜hqˆÿÿ%`•hqˆÿÿ)¼gDf˜hqˆÿÿ%`•hqˆÿÿ)ÀgDf˜hqˆÿÿ%`•hqˆÿÿ)ÄgDf˜hqˆÿÿ%`•hqˆÿÿ)ÈgDf˜hqˆÿÿ%`•hqˆÿÿ)ÌgDf˜hqˆÿÿ%`•hqˆÿÿ)ÐgDf˜hqˆÿÿ%`•~ˆÿÿ)ÔgDf˜~ˆÿÿ%`•Ðrˆÿÿ)ØgDf˜Ðrˆÿÿ%`•pxˆÿÿ)ÜgDf˜pxˆÿÿ%`•pxˆÿÿ)àgDf˜pxˆÿÿ%`•Ðrˆÿÿ)ägDf˜Ðrˆÿÿ%`•~ˆÿÿ)ègDf˜~ˆÿÿ%`•hqˆÿÿ)ìgDf˜hqˆÿÿ%`•@{ˆÿÿ)ðgDf˜@{ˆÿÿ%`•¨|ˆÿÿ)ôgDf˜¨|ˆÿÿ%`•wˆÿÿ)øgDf˜wˆÿÿ%`• uˆÿÿ)ügDf˜ uˆÿÿ%`•Øyˆÿÿ*gDf˜Øyˆÿÿ%`•pˆÿÿ*gDf˜pˆÿÿ%`•8tˆÿÿ*gDf˜8tˆÿÿ%`•¨<™ˆÿÿ* gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*gDf˜>™ˆÿÿ%`•>™ˆÿÿ*gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ*gDf˜¨<™ˆÿÿ%`•Pˆÿÿ*gDf˜Pˆÿÿ%`•hQˆÿÿ* gDf˜hQˆÿÿ%`•ÐRˆÿÿ*$gDf˜ÐRˆÿÿ%`•8Tˆÿÿ*(gDf˜8Tˆÿÿ%`• Uˆÿÿ*,gDf˜ Uˆÿÿ%`•Wˆÿÿ*0gDf˜Wˆÿÿ%`•pXˆÿÿ*4gDf˜pXˆÿÿ%`•ØYˆÿÿ*8gDf˜ØYˆÿÿ%`•@[ˆÿÿ*<gDf˜@[ˆÿÿ%`•¨\ˆÿÿ*@gDf˜¨\ˆÿÿ%`•^ˆÿÿ*DgDf˜^ˆÿÿ%`•ˆÿÿ*HgDf˜ˆÿÿ%`•h‘ˆÿÿ*LgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ*PgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ*TgDf˜8”ˆÿÿ%`• •ˆÿÿ*XgDf˜ •ˆÿÿ%`•—ˆÿÿ*\gDf˜—ˆÿÿ%`•p˜ˆÿÿ*`gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ*dgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ*hgDf˜@›ˆÿÿ%`•¨œˆÿÿ*lgDf˜¨œˆÿÿ%`•žˆÿÿ*pgDf˜žˆÿÿ%`•½ˆÿÿ*tgDf˜½ˆÿÿ%`•h½ˆÿÿ*xgDf˜h½ˆÿÿ%`•нˆÿÿ*|gDf˜Ð½ˆÿÿ%`•8½ˆÿÿ*€gDf˜8½ˆÿÿ%`• ½ˆÿÿ*„gDf˜ ½ˆÿÿ%`•½ˆÿÿ*ˆgDf˜½ˆÿÿ%`•p½ˆÿÿ*ŒgDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ*gDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ*”gDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ*˜gDf˜¨ ½ˆÿÿ%`•½ˆÿÿ*œgDf˜½ˆÿÿ%`•®ˆÿÿ* gDf˜®ˆÿÿ%`•h‘®ˆÿÿ*¤gDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ*¨gDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ*¬gDf˜8”®ˆÿÿ%`• •®ˆÿÿ*°gDf˜ •®ˆÿÿ%`•—®ˆÿÿ*´gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ*¸gDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ*¼gDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ*ÀgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ*ÄgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ*ÈgDf˜ž®ˆÿÿ%`•¨<™ˆÿÿ*ÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*ÐgDf˜>™ˆÿÿ%`•Ø ½ˆÿÿ*ÔgDf˜Ø ½ˆÿÿ%`•p½ˆÿÿ*ØgDf˜p½ˆÿÿ%`•½ˆÿÿ*ÜgDf˜½ˆÿÿ%`• ½ˆÿÿ*àgDf˜ ½ˆÿÿ%`•8½ˆÿÿ*ägDf˜8½ˆÿÿ%`•нˆÿÿ*ègDf˜Ð½ˆÿÿ%`•h½ˆÿÿ*ìgDf˜h½ˆÿÿ%`•½ˆÿÿ*ðgDf˜½ˆÿÿ%`•°ˆÿÿ*ôgDf˜°ˆÿÿ%`•h±ˆÿÿ*øgDf˜h±ˆÿÿ%`•вˆÿÿ*ügDf˜Ð²ˆÿÿ%`•8´ˆÿÿ+gDf˜8´ˆÿÿ%`• µˆÿÿ+gDf˜ µˆÿÿ%`•·ˆÿÿ+gDf˜·ˆÿÿ%`•p¸ˆÿÿ+ gDf˜p¸ˆÿÿ%`•عˆÿÿ+gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ+gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ+gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ+gDf˜¾ˆÿÿ%`•7ˆÿÿ+ gDf˜7ˆÿÿ%`•h7ˆÿÿ+$gDf˜h7ˆÿÿ%`•Ð7ˆÿÿ+(gDf˜Ð7ˆÿÿ%`•87ˆÿÿ+,gDf˜87ˆÿÿ%`• 7ˆÿÿ+0gDf˜ 7ˆÿÿ%`•7ˆÿÿ+4gDf˜7ˆÿÿ%`•p7ˆÿÿ+8gDf˜p7ˆÿÿ%`•Ø 7ˆÿÿ+<gDf˜Ø 7ˆÿÿ%`•@ 7ˆÿÿ+@gDf˜@ 7ˆÿÿ%`•¨ 7ˆÿÿ+DgDf˜¨ 7ˆÿÿ%`•7ˆÿÿ+HgDf˜7ˆÿÿ%`•'ˆÿÿ+LgDf˜'ˆÿÿ%`•h‘'ˆÿÿ+PgDf˜h‘'ˆÿÿ%`•Ð’'ˆÿÿ+TgDf˜Ð’'ˆÿÿ%`•8”'ˆÿÿ+XgDf˜8”'ˆÿÿ%`• •'ˆÿÿ+\gDf˜ •'ˆÿÿ%`•—'ˆÿÿ+`gDf˜—'ˆÿÿ%`•p˜'ˆÿÿ+dgDf˜p˜'ˆÿÿ%`•Ø™'ˆÿÿ+hgDf˜Ø™'ˆÿÿ%`•@›'ˆÿÿ+lgDf˜@›'ˆÿÿ%`•¨œ'ˆÿÿ+pgDf˜¨œ'ˆÿÿ%`•ž'ˆÿÿ+tgDf˜ž'ˆÿÿ%`•ÀÖˆÿÿ+xgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ+|gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ+€gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ+„gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ+ˆgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ+ŒgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ+gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ+”gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ+˜gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ+œgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ+ gDf˜ÎÖˆÿÿ%`•€(ˆÿÿ+¤gDf˜€(ˆÿÿ%`•h(ˆÿÿ+¨gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ+¬gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ+°gDf˜8„(ˆÿÿ%`• …(ˆÿÿ+´gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ+¸gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ+¼gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ+ÀgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ+ÄgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ+ÈgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ+ÌgDf˜Ž(ˆÿÿ%`• û ˆÿÿ+ÐgDf˜ û ˆÿÿ%`•h¡û ˆÿÿ+ÔgDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ+ØgDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿ+ÜgDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ+àgDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ+ägDf˜§û ˆÿÿ%`•p¨û ˆÿÿ+ègDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ+ìgDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ+ðgDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ+ôgDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ+øgDf˜®û ˆÿÿ%`•pñ ˆÿÿ,gDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ,gDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿ,gDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿ, gDf˜8tñ ˆÿÿ%`• uñ ˆÿÿ,gDf˜ uñ ˆÿÿ%`•wñ ˆÿÿ,gDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ,gDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿ,gDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ, gDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ,$gDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ,(gDf˜~ñ ˆÿÿ%`•€6ˆÿÿ,,gDf˜€6ˆÿÿ%`•h6ˆÿÿ,0gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ,4gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ,8gDf˜8„6ˆÿÿ%`• …6ˆÿÿ,<gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ,@gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ,DgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ,HgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ,LgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ,PgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ,TgDf˜Ž6ˆÿÿ%`•@Bˆÿÿ,XgDf˜@Bˆÿÿ%`•hABˆÿÿ,\gDf˜hABˆÿÿ%`•ÐBBˆÿÿ,`gDf˜ÐBBˆÿÿ%`•8DBˆÿÿ,dgDf˜8DBˆÿÿ%`• EBˆÿÿ,hgDf˜ EBˆÿÿ%`•GBˆÿÿ,lgDf˜GBˆÿÿ%`•pHBˆÿÿ,pgDf˜pHBˆÿÿ%`•ØIBˆÿÿ,tgDf˜ØIBˆÿÿ%`•@KBˆÿÿ,xgDf˜@KBˆÿÿ%`•¨LBˆÿÿ,|gDf˜¨LBˆÿÿ%`•NBˆÿÿ,€gDf˜NBˆÿÿ%`•0«ˆÿÿ,„gDf˜0«ˆÿÿ%`•h1«ˆÿÿ,ˆgDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿ,ŒgDf˜Ð2«ˆÿÿ%`•84«ˆÿÿ,gDf˜84«ˆÿÿ%`• 5«ˆÿÿ,”gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ,˜gDf˜7«ˆÿÿ%`•p8«ˆÿÿ,œgDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ, gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ,¤gDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ,¨gDf˜¨<«ˆÿÿ%`•>«ˆÿÿ,¬gDf˜>«ˆÿÿ%`•>™ˆÿÿ,°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,´gDf˜¨<™ˆÿÿ%`•@ 7ˆÿÿ,¸gDf˜@ 7ˆÿÿ%`•Ø 7ˆÿÿ,¼gDf˜Ø 7ˆÿÿ%`•p7ˆÿÿ,ÀgDf˜p7ˆÿÿ%`•7ˆÿÿ,ÄgDf˜7ˆÿÿ%`• 7ˆÿÿ,ÈgDf˜ 7ˆÿÿ%`•87ˆÿÿ,ÌgDf˜87ˆÿÿ%`•Ð7ˆÿÿ,ÐgDf˜Ð7ˆÿÿ%`•h7ˆÿÿ,ÔgDf˜h7ˆÿÿ%`•7ˆÿÿ,ØgDf˜7ˆÿÿ%`•À ˆÿÿ,ÜgDf˜À ˆÿÿ%`•hÁ ˆÿÿ,àgDf˜hÁ ˆÿÿ%`•Рˆÿÿ,ägDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ,ègDf˜8Ä ˆÿÿ%`• Å ˆÿÿ,ìgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ,ðgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ,ôgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ,øgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ,ügDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ-gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ-gDf˜Î ˆÿÿ%`•@?ˆÿÿ-gDf˜@?ˆÿÿ%`•hA?ˆÿÿ- gDf˜hA?ˆÿÿ%`•ÐB?ˆÿÿ-gDf˜ÐB?ˆÿÿ%`•8D?ˆÿÿ-gDf˜8D?ˆÿÿ%`• E?ˆÿÿ-gDf˜ E?ˆÿÿ%`•G?ˆÿÿ-gDf˜G?ˆÿÿ%`•pH?ˆÿÿ- gDf˜pH?ˆÿÿ%`•ØI?ˆÿÿ-$gDf˜ØI?ˆÿÿ%`•@K?ˆÿÿ-(gDf˜@K?ˆÿÿ%`•¨L?ˆÿÿ-,gDf˜¨L?ˆÿÿ%`•N?ˆÿÿ-0gDf˜N?ˆÿÿ%`•àˆÿÿ-4gDf˜àˆÿÿ%`•háˆÿÿ-8gDf˜háˆÿÿ%`•Ðâˆÿÿ-<gDf˜Ðâˆÿÿ%`•8äˆÿÿ-@gDf˜8äˆÿÿ%`• åˆÿÿ-DgDf˜ åˆÿÿ%`•çˆÿÿ-HgDf˜çˆÿÿ%`•pèˆÿÿ-LgDf˜pèˆÿÿ%`•Øéˆÿÿ-PgDf˜Øéˆÿÿ%`•@ëˆÿÿ-TgDf˜@ëˆÿÿ%`•¨ìˆÿÿ-XgDf˜¨ìˆÿÿ%`•îˆÿÿ-\gDf˜îˆÿÿ%`•ˆÿÿ-`gDf˜ˆÿÿ%`•h‘ˆÿÿ-dgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ-hgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ-lgDf˜8”ˆÿÿ%`• •ˆÿÿ-pgDf˜ •ˆÿÿ%`•—ˆÿÿ-tgDf˜—ˆÿÿ%`•p˜ˆÿÿ-xgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ-|gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ-€gDf˜@›ˆÿÿ%`•¨œˆÿÿ-„gDf˜¨œˆÿÿ%`•žˆÿÿ-ˆgDf˜žˆÿÿ%`•@/ˆÿÿ-ŒgDf˜@/ˆÿÿ%`•hA/ˆÿÿ-gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ-”gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ-˜gDf˜8D/ˆÿÿ%`• E/ˆÿÿ-œgDf˜ E/ˆÿÿ%`•G/ˆÿÿ- gDf˜G/ˆÿÿ%`•pH/ˆÿÿ-¤gDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ-¨gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ-¬gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ-°gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ-´gDf˜N/ˆÿÿ%`•À§ˆÿÿ-¸gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ-¼gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ-ÀgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ-ÄgDf˜8ħˆÿÿ%`• Å§ˆÿÿ-ÈgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ-ÌgDf˜ǧˆÿÿ%`•pȧˆÿÿ-ÐgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ-ÔgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ-ØgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ-ÜgDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ-àgDf˜Χˆÿÿ%`•7ˆÿÿ-ägDf˜7ˆÿÿ%`•¨ 7ˆÿÿ-ègDf˜¨ 7ˆÿÿ%`•؉(ˆÿÿ-ìgDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ-ðgDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ-ôgDf˜‡(ˆÿÿ%`• …(ˆÿÿ-øgDf˜ …(ˆÿÿ%`•8„(ˆÿÿ-ügDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ.gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ.gDf˜h(ˆÿÿ%`•€(ˆÿÿ.gDf˜€(ˆÿÿ%`•Dˆÿÿ. gDf˜Dˆÿÿ%`•hDˆÿÿ.gDf˜hDˆÿÿ%`•ÐDˆÿÿ.gDf˜ÐDˆÿÿ%`•8Dˆÿÿ.gDf˜8Dˆÿÿ%`• Dˆÿÿ.gDf˜ Dˆÿÿ%`•Dˆÿÿ. gDf˜Dˆÿÿ%`•pDˆÿÿ.$gDf˜pDˆÿÿ%`•ØDˆÿÿ.(gDf˜ØDˆÿÿ%`•@Dˆÿÿ.,gDf˜@Dˆÿÿ%`•¨Dˆÿÿ.0gDf˜¨Dˆÿÿ%`•Dˆÿÿ.4gDf˜Dˆÿÿ%`•à‰ˆÿÿ.8gDf˜à‰ˆÿÿ%`•hቈÿÿ.<gDf˜hቈÿÿ%`•Ð≈ÿÿ.@gDf˜Ð≈ÿÿ%`•8䉈ÿÿ.DgDf˜8䉈ÿÿ%`• å‰ˆÿÿ.HgDf˜ å‰ˆÿÿ%`•版ÿÿ.LgDf˜ç‰ˆÿÿ%`•p艈ÿÿ.PgDf˜p艈ÿÿ%`•Øé‰ˆÿÿ.TgDf˜Øé‰ˆÿÿ%`•@뉈ÿÿ.XgDf˜@뉈ÿÿ%`•¨ì‰ˆÿÿ.\gDf˜¨ì‰ˆÿÿ%`•ÿÿ.`gDf˜î‰ˆÿÿ%`•Ž(ˆÿÿ.dgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ.hgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ.lgDf˜@‹(ˆÿÿ%`•pˆ6ˆÿÿ.pgDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿ.tgDf˜‡6ˆÿÿ%`• …6ˆÿÿ.xgDf˜ …6ˆÿÿ%`•8„6ˆÿÿ.|gDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿ.€gDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿ.„gDf˜h6ˆÿÿ%`•€6ˆÿÿ.ˆgDf˜€6ˆÿÿ%`•Гˆÿÿ.ŒgDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ.gDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ.”gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ.˜gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ.œgDf˜ Õ“ˆÿÿ%`•דˆÿÿ. gDf˜דˆÿÿ%`•pØ“ˆÿÿ.¤gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ.¨gDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ.¬gDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ.°gDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ.´gDf˜Þ“ˆÿÿ%`•ðš ˆÿÿ.¸gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ.¼gDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ.ÀgDf˜Ðòš ˆÿÿ%`•Øùš ˆÿÿ.Ä<gDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ0ügDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ2ügDf˜¨üš ˆÿÿ%`•þš ˆÿÿ3ügDf˜þš ˆÿÿ%`•Ž6ˆÿÿ4ügDf˜Ž6ˆÿÿ%`•¨Œ6ˆÿÿ6ügDf˜¨Œ6ˆÿÿ%`•@‹6ˆÿÿ8gDf˜@‹6ˆÿÿ%`•؉6ˆÿÿ8 pgDf˜Ø‰6ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9|gDf˜'ˆÿÿ%`•8ôš ˆÿÿgDf˜8ôš ˆÿÿ%`• õš ˆÿÿ}Ð<gDf˜ õš ˆÿÿ%`•÷š ˆÿÿgDf˜÷š ˆÿÿ%`•pøš ˆÿÿáìgDf˜pøš ˆÿÿ%`•؉6ˆÿÿ gDf˜Ø‰6ˆÿÿ%`•Ž6ˆÿÿ gDf˜Ž6ˆÿÿ%`•؉6ˆÿÿáðgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿâgDf˜@‹6ˆÿÿ%`•@‹6ˆÿÿ gDf˜@‹6ˆÿÿ%`•@‹6ˆÿÿâ8gDf˜@‹6ˆÿÿ%`•@‹6ˆÿÿ gDf˜@‹6ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•°¹ˆÿÿõ€gDf˜°¹ˆÿÿ%`•p¸¹ˆÿÿö„gDf˜p¸¹ˆÿÿ%`•8´¹ˆÿÿöДgDf˜8´¹ˆÿÿ%`•h±¹ˆÿÿ÷dügDf˜h±¹ˆÿÿ%`•в¹ˆÿÿù`gDf˜Ð²¹ˆÿÿ%`• µ¹ˆÿÿ gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ ügDf˜·¹ˆÿÿ%`•ع¹ˆÿÿ ˜gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ ¬ügDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ¨\gDf˜¨¼¹ˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•¾¹ˆÿÿo¸xgDf˜¾¹ˆÿÿ%`•€6ˆÿÿƒ,gDf˜€6ˆÿÿ%`•@‹6ˆÿÿƒ8gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿgDf˜¨Œ6ˆÿÿ%`•h6ˆÿÿgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ‘gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ˜gDf˜8„6ˆÿÿ%`• …6ˆÿÿ™ gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ¡gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿâHgDf˜Ø‰6ˆÿÿ%`•Ž6ˆÿÿâTLgDf˜Ž6ˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•Gˆÿÿ9€gDf˜Gˆÿÿ%`•hGˆÿÿ9„ügDf˜hGˆÿÿ%`•ÐGˆÿÿ;€ŒgDf˜ÐGˆÿÿ%`•8Gˆÿÿ<àgDf˜8Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ðgDf˜'ˆÿÿ%`•8Gˆÿÿ=ôTgDf˜8Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>HgDf˜'ˆÿÿ%`•8Gˆÿÿ>LLgDf˜8Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>˜gDf˜'ˆÿÿ%`•8Gˆÿÿ>œtgDf˜8Gˆÿÿ%`•Gˆÿÿ@ügDf˜Gˆÿÿ%`•ÐGˆÿÿBTgDf˜ÐGˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBdgDf˜'ˆÿÿ%`•ÐGˆÿÿBh|gDf˜ÐGˆÿÿ%`•GˆÿÿÐgDf˜Gˆÿÿ%`•8GˆÿÿÔügDf˜8Gˆÿÿ%`•Gˆÿÿ¤,gDf˜Gˆÿÿ%`•hGˆÿÿÔügDf˜hGˆÿÿ%`•¨ GˆÿÿÐgDf˜¨ Gˆÿÿ%`• GˆÿÿÜügDf˜ Gˆÿÿ%`•Ø Gˆÿÿ ØgDf˜Ø Gˆÿÿ%`•@ Gˆÿÿ ÜügDf˜@ Gˆÿÿ%`•pGˆÿÿ ØgDf˜pGˆÿÿ%`•Gˆÿÿ àügDf˜Gˆÿÿ%`•¨<™ˆÿÿ ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ àügDf˜>™ˆÿÿ%`•QˆÿÿÜgDf˜Qˆÿÿ%`•h‘QˆÿÿäÀgDf˜h‘Qˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•h‘QˆÿÿzDgDf˜h‘Qˆÿÿ%`•8”Qˆÿÿ}´gDf˜8”Qˆÿÿ%`•Ð’Qˆÿÿ ´gDf˜Ð’Qˆÿÿ%`•Ð’Qˆÿÿ gDf˜Ð’Qˆÿÿ%`•Ð’Qˆÿÿz4gDf˜Ð’Qˆÿÿ%`•8”QˆÿÿzX(gDf˜8”Qˆÿÿ%`•h‘Qˆÿÿz” gDf˜h‘Qˆÿÿ%`•QˆÿÿÜgDf˜Qˆÿÿ%`• •Qˆÿÿã8ügDf˜ •Qˆÿÿ%`•—Qˆÿÿå4ügDf˜—Qˆÿÿ%`•p˜Qˆÿÿç0ügDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿé,gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿê8PgDf˜@›Qˆÿÿ%`•@›Qˆÿÿ gDf˜@›Qˆÿÿ%`•@›Qˆÿÿ¨gDf˜@›Qˆÿÿ%`•Ø™Qˆÿÿ¬ gDf˜Ø™Qˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•Ø™QˆÿÿÐ$gDf˜Ø™Qˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•Ø™Qˆÿÿø$gDf˜Ø™Qˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ø™Qˆÿÿ gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ$gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ(gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ,gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ0gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ4gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ8gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ<gDf˜Ø™Qˆÿÿ%`•Ø™Qˆÿÿ@gDf˜Ø™Qˆÿÿ%`•Ø™QˆÿÿDgDf˜Ø™Qˆÿÿ%`•Ø™QˆÿÿHgDf˜Ø™Qˆÿÿ%`•Ø™QˆÿÿLgDf˜Ø™Qˆÿÿ%`•Ø™QˆÿÿPgDf˜Ø™Qˆÿÿ%`•Ð’QˆÿÿTgDf˜Ð’Qˆÿÿ%`•Ð’QˆÿÿXgDf˜Ð’Qˆÿÿ%`•Ø™Qˆÿÿ\gDf˜Ø™Qˆÿÿ%`• •Qˆÿÿ`gDf˜ •Qˆÿÿ%`•QˆÿÿdgDf˜Qˆÿÿ%`•8”QˆÿÿhgDf˜8”Qˆÿÿ%`•h‘QˆÿÿlgDf˜h‘Qˆÿÿ%`•—QˆÿÿpgDf˜—Qˆÿÿ%`•@›QˆÿÿtgDf˜@›Qˆÿÿ%`•@›QˆÿÿxgDf˜@›Qˆÿÿ%`•—Qˆÿÿ|gDf˜—Qˆÿÿ%`•h‘Qˆÿÿ€gDf˜h‘Qˆÿÿ%`•8”Qˆÿÿ„gDf˜8”Qˆÿÿ%`•QˆÿÿˆgDf˜Qˆÿÿ%`• •QˆÿÿŒgDf˜ •Qˆÿÿ%`•Ø™QˆÿÿgDf˜Ø™Qˆÿÿ%`•Ð’Qˆÿÿ”gDf˜Ð’Qˆÿÿ%`•p˜Qˆÿÿ˜gDf˜p˜Qˆÿÿ%`•¨œQˆÿÿœgDf˜¨œQˆÿÿ%`•žQˆÿÿ gDf˜žQˆÿÿ%`•>™ˆÿÿ¤gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¨gDf˜¨<™ˆÿÿ%`•€hˆÿÿ¬gDf˜€hˆÿÿ%`•hhˆÿÿ°gDf˜hhˆÿÿ%`•Ђhˆÿÿ´gDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ¸gDf˜8„hˆÿÿ%`• …hˆÿÿ¼gDf˜ …hˆÿÿ%`•‡hˆÿÿÀgDf˜‡hˆÿÿ%`•pˆhˆÿÿÄgDf˜pˆhˆÿÿ%`•؉hˆÿÿÈgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿÌgDf˜@‹hˆÿÿ%`•¨ŒhˆÿÿÐgDf˜¨Œhˆÿÿ%`•¨ŒhˆÿÿÔgDf˜¨Œhˆÿÿ%`•@‹hˆÿÿØgDf˜@‹hˆÿÿ%`•؉hˆÿÿÜgDf˜Ø‰hˆÿÿ%`•pˆhˆÿÿàgDf˜pˆhˆÿÿ%`•‡hˆÿÿägDf˜‡hˆÿÿ%`• …hˆÿÿègDf˜ …hˆÿÿ%`•8„hˆÿÿìgDf˜8„hˆÿÿ%`•ЂhˆÿÿðgDf˜Ð‚hˆÿÿ%`•hhˆÿÿôgDf˜hhˆÿÿ%`•€hˆÿÿøgDf˜€hˆÿÿ%`•ŽhˆÿÿügDf˜Žhˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•pñ ˆÿÿgDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ gDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿgDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿgDf˜8tñ ˆÿÿ%`• uñ ˆÿÿgDf˜ uñ ˆÿÿ%`•wñ ˆÿÿgDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ gDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿ$gDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ(gDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ,gDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ0gDf˜~ñ ˆÿÿ%`• 3ˆÿÿ4gDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ8gDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ<gDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ@gDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿDgDf˜ ¥3ˆÿÿ%`•§3ˆÿÿHgDf˜§3ˆÿÿ%`•p¨3ˆÿÿLgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿPgDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿTgDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿXgDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ\gDf˜®3ˆÿÿ%`•p]ˆÿÿ`gDf˜p]ˆÿÿ%`•hq]ˆÿÿdgDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿhgDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿlgDf˜8t]ˆÿÿ%`• u]ˆÿÿpgDf˜ u]ˆÿÿ%`•w]ˆÿÿtgDf˜w]ˆÿÿ%`•px]ˆÿÿxgDf˜px]ˆÿÿ%`•Øy]ˆÿÿ|gDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ€gDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ„gDf˜¨|]ˆÿÿ%`•~]ˆÿÿˆgDf˜~]ˆÿÿ%`•ˆÿÿŒgDf˜ˆÿÿ%`•h‘ˆÿÿgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ”gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ˜gDf˜8”ˆÿÿ%`• •ˆÿÿœgDf˜ •ˆÿÿ%`•—ˆÿÿ gDf˜—ˆÿÿ%`•p˜ˆÿÿ¤gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ¨gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ¬gDf˜@›ˆÿÿ%`•¨œˆÿÿ°gDf˜¨œˆÿÿ%`•žˆÿÿ´gDf˜žˆÿÿ%`•ˆÿÿ¸gDf˜ˆÿÿ%`•h‘ˆÿÿ¼gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿÀgDf˜Ð’ˆÿÿ%`•8”ˆÿÿÄgDf˜8”ˆÿÿ%`• •ˆÿÿÈgDf˜ •ˆÿÿ%`•—ˆÿÿÌgDf˜—ˆÿÿ%`•p˜ˆÿÿÐgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿÔgDf˜Ø™ˆÿÿ%`•@›ˆÿÿØgDf˜@›ˆÿÿ%`•¨œˆÿÿÜgDf˜¨œˆÿÿ%`•žˆÿÿàgDf˜žˆÿÿ%`•>™ˆÿÿägDf˜>™ˆÿÿ%`•¨<™ˆÿÿègDf˜¨<™ˆÿÿ%`•àˆÿÿìgDf˜àˆÿÿ%`•háˆÿÿðgDf˜háˆÿÿ%`•ÐâˆÿÿôgDf˜Ðâˆÿÿ%`•8äˆÿÿøgDf˜8äˆÿÿ%`• åˆÿÿügDf˜ åˆÿÿ%`•çˆÿÿgDf˜çˆÿÿ%`•pèˆÿÿgDf˜pèˆÿÿ%`•ØéˆÿÿgDf˜Øéˆÿÿ%`•@ëˆÿÿ gDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿgDf˜îˆÿÿ%`•PˆÿÿgDf˜Pˆÿÿ%`•hQˆÿÿgDf˜hQˆÿÿ%`•ÐRˆÿÿ gDf˜ÐRˆÿÿ%`•8Tˆÿÿ$gDf˜8Tˆÿÿ%`• Uˆÿÿ(gDf˜ Uˆÿÿ%`•Wˆÿÿ,gDf˜Wˆÿÿ%`•pXˆÿÿ0gDf˜pXˆÿÿ%`•ØYˆÿÿ4gDf˜ØYˆÿÿ%`•@[ˆÿÿ8gDf˜@[ˆÿÿ%`•¨\ˆÿÿ<gDf˜¨\ˆÿÿ%`•^ˆÿÿ@gDf˜^ˆÿÿ%`•@/ˆÿÿDgDf˜@/ˆÿÿ%`•hA/ˆÿÿHgDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿLgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿPgDf˜8D/ˆÿÿ%`• E/ˆÿÿTgDf˜ E/ˆÿÿ%`•G/ˆÿÿXgDf˜G/ˆÿÿ%`•pH/ˆÿÿ\gDf˜pH/ˆÿÿ%`•ØI/ˆÿÿ`gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿdgDf˜@K/ˆÿÿ%`•¨L/ˆÿÿhgDf˜¨L/ˆÿÿ%`•N/ˆÿÿlgDf˜N/ˆÿÿ%`•ð1ˆÿÿpgDf˜ð1ˆÿÿ%`•hñ1ˆÿÿtgDf˜hñ1ˆÿÿ%`•Ðò1ˆÿÿxgDf˜Ðò1ˆÿÿ%`•8ô1ˆÿÿ|gDf˜8ô1ˆÿÿ%`• õ1ˆÿÿ€gDf˜ õ1ˆÿÿ%`•÷1ˆÿÿ„gDf˜÷1ˆÿÿ%`•pø1ˆÿÿˆgDf˜pø1ˆÿÿ%`•Øù1ˆÿÿŒgDf˜Øù1ˆÿÿ%`•@û1ˆÿÿgDf˜@û1ˆÿÿ%`•¨ü1ˆÿÿ”gDf˜¨ü1ˆÿÿ%`•þ1ˆÿÿ˜gDf˜þ1ˆÿÿ%`• åˆÿÿœgDf˜ åˆÿÿ%`•h!åˆÿÿ gDf˜h!åˆÿÿ%`•Ð"åˆÿÿ¤gDf˜Ð"åˆÿÿ%`•8$åˆÿÿ¨gDf˜8$åˆÿÿ%`• %åˆÿÿ¬gDf˜ %åˆÿÿ%`•'åˆÿÿ°gDf˜'åˆÿÿ%`•p(åˆÿÿ´gDf˜p(åˆÿÿ%`•Ø)åˆÿÿ¸gDf˜Ø)åˆÿÿ%`•@+åˆÿÿ¼gDf˜@+åˆÿÿ%`•¨,åˆÿÿÀgDf˜¨,åˆÿÿ%`•.åˆÿÿÄgDf˜.åˆÿÿ%`•€(ˆÿÿÈgDf˜€(ˆÿÿ%`•h(ˆÿÿÌgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿÐgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿÔgDf˜8„(ˆÿÿ%`• …(ˆÿÿØgDf˜ …(ˆÿÿ%`•‡(ˆÿÿÜgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿàgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿègDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿìgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿðgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿôgDf˜Ž(ˆÿÿ%`•pˆÿÿøgDf˜pˆÿÿ%`•hqˆÿÿügDf˜hqˆÿÿ%`•ÐrˆÿÿgDf˜Ðrˆÿÿ%`•8tˆÿÿgDf˜8tˆÿÿ%`• uˆÿÿgDf˜ uˆÿÿ%`•wˆÿÿ gDf˜wˆÿÿ%`•pxˆÿÿgDf˜pxˆÿÿ%`•ØyˆÿÿgDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•¨|ˆÿÿgDf˜¨|ˆÿÿ%`•~ˆÿÿ gDf˜~ˆÿÿ%`•09ˆÿÿ$gDf˜09ˆÿÿ%`•h19ˆÿÿ(gDf˜h19ˆÿÿ%`•Ð29ˆÿÿ,gDf˜Ð29ˆÿÿ%`•849ˆÿÿ0gDf˜849ˆÿÿ%`• 59ˆÿÿ4gDf˜ 59ˆÿÿ%`•79ˆÿÿ8gDf˜79ˆÿÿ%`•p89ˆÿÿ<gDf˜p89ˆÿÿ%`•Ø99ˆÿÿ@gDf˜Ø99ˆÿÿ%`•@;9ˆÿÿDgDf˜@;9ˆÿÿ%`•¨<9ˆÿÿHgDf˜¨<9ˆÿÿ%`•>9ˆÿÿLgDf˜>9ˆÿÿ%`•Pñ ˆÿÿPgDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿTgDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿXgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ\gDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ`gDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿdgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿhgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿlgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿpgDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿtgDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿxgDf˜^ñ ˆÿÿ%`•@ˆÿÿ|gDf˜@ˆÿÿ%`•hAˆÿÿ€gDf˜hAˆÿÿ%`•ÐBˆÿÿ„gDf˜ÐBˆÿÿ%`•8DˆÿÿˆgDf˜8Dˆÿÿ%`• EˆÿÿŒgDf˜ Eˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pHˆÿÿ”gDf˜pHˆÿÿ%`•ØIˆÿÿ˜gDf˜ØIˆÿÿ%`•@KˆÿÿœgDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•Nˆÿÿ¤gDf˜Nˆÿÿ%`•À§ˆÿÿ¨gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ¬gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ°gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ´gDf˜8ħˆÿÿ%`• Å§ˆÿÿ¸gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ¼gDf˜ǧˆÿÿ%`•pȧˆÿÿÀgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿÄgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿÈgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿÌgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿÐgDf˜Χˆÿÿ%`•P6ˆÿÿÔgDf˜P6ˆÿÿ%`•hQ6ˆÿÿØgDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿÜgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿàgDf˜8T6ˆÿÿ%`• U6ˆÿÿägDf˜ U6ˆÿÿ%`•W6ˆÿÿègDf˜W6ˆÿÿ%`•pX6ˆÿÿìgDf˜pX6ˆÿÿ%`•ØY6ˆÿÿðgDf˜ØY6ˆÿÿ%`•@[6ˆÿÿôgDf˜@[6ˆÿÿ%`•¨\6ˆÿÿøgDf˜¨\6ˆÿÿ%`•^6ˆÿÿügDf˜^6ˆÿÿ%`•¨œˆÿÿgDf˜¨œˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•—ˆÿÿgDf˜—ˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`•8”ˆÿÿgDf˜8”ˆÿÿ%`•Ð’ˆÿÿgDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•ˆÿÿ$gDf˜ˆÿÿ%`•p]ˆÿÿ(gDf˜p]ˆÿÿ%`•hq]ˆÿÿ,gDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ0gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ4gDf˜8t]ˆÿÿ%`• u]ˆÿÿ8gDf˜ u]ˆÿÿ%`•w]ˆÿÿ<gDf˜w]ˆÿÿ%`•px]ˆÿÿ@gDf˜px]ˆÿÿ%`•Øy]ˆÿÿDgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿHgDf˜@{]ˆÿÿ%`•¨|]ˆÿÿLgDf˜¨|]ˆÿÿ%`•~]ˆÿÿPgDf˜~]ˆÿÿ%`• ÕˆÿÿTgDf˜ Õˆÿÿ%`•h!ÕˆÿÿXgDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ\gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ`gDf˜8$Õˆÿÿ%`• %ÕˆÿÿdgDf˜ %Õˆÿÿ%`•'ÕˆÿÿhgDf˜'Õˆÿÿ%`•p(ÕˆÿÿlgDf˜p(Õˆÿÿ%`•Ø)ÕˆÿÿpgDf˜Ø)Õˆÿÿ%`•@+ÕˆÿÿtgDf˜@+Õˆÿÿ%`•¨,ÕˆÿÿxgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ|gDf˜.Õˆÿÿ%`•žˆÿÿ€gDf˜žˆÿÿ%`•¨<™ˆÿÿ„gDf˜¨<™ˆÿÿ%`•>™ˆÿÿˆgDf˜>™ˆÿÿ%`•pH/ˆÿÿŒgDf˜pH/ˆÿÿ%`•G/ˆÿÿgDf˜G/ˆÿÿ%`• E/ˆÿÿ”gDf˜ E/ˆÿÿ%`•8D/ˆÿÿ˜gDf˜8D/ˆÿÿ%`•ÐB/ˆÿÿœgDf˜ÐB/ˆÿÿ%`•hA/ˆÿÿ gDf˜hA/ˆÿÿ%`•@/ˆÿÿ¤gDf˜@/ˆÿÿ%`•9 ˆÿÿ¨gDf˜9 ˆÿÿ%`•h9 ˆÿÿ¬gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ°gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ´gDf˜89 ˆÿÿ%`• 9 ˆÿÿ¸gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ¼gDf˜9 ˆÿÿ%`•p9 ˆÿÿÀgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿÄgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿÈgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿÌgDf˜¨9 ˆÿÿ%`•9 ˆÿÿÐgDf˜9 ˆÿÿ%`•À²ˆÿÿÔgDf˜À²ˆÿÿ%`•hÁ²ˆÿÿØgDf˜hÁ²ˆÿÿ%`•вˆÿÿÜgDf˜Ð²ˆÿÿ%`•8IJˆÿÿàgDf˜8IJˆÿÿ%`• Å²ˆÿÿägDf˜ Å²ˆÿÿ%`•DzˆÿÿègDf˜Dzˆÿÿ%`•pȲˆÿÿìgDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿðgDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿôgDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿøgDf˜¨Ì²ˆÿÿ%`•βˆÿÿügDf˜βˆÿÿ%`•N/ˆÿÿgDf˜N/ˆÿÿ%`•¨L/ˆÿÿgDf˜¨L/ˆÿÿ%`•@K/ˆÿÿgDf˜@K/ˆÿÿ%`•ØI/ˆÿÿ gDf˜ØI/ˆÿÿ%`•‡(ˆÿÿgDf˜‡(ˆÿÿ%`• …(ˆÿÿgDf˜ …(ˆÿÿ%`•8„(ˆÿÿgDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿgDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ gDf˜h(ˆÿÿ%`•€(ˆÿÿ$gDf˜€(ˆÿÿ%`• ]ˆÿÿ(gDf˜ ]ˆÿÿ%`•h¡]ˆÿÿ,gDf˜h¡]ˆÿÿ%`•Т]ˆÿÿ0gDf˜Ð¢]ˆÿÿ%`•8¤]ˆÿÿ4gDf˜8¤]ˆÿÿ%`• ¥]ˆÿÿ8gDf˜ ¥]ˆÿÿ%`•§]ˆÿÿ<gDf˜§]ˆÿÿ%`•p¨]ˆÿÿ@gDf˜p¨]ˆÿÿ%`•Ø©]ˆÿÿDgDf˜Ø©]ˆÿÿ%`•@«]ˆÿÿHgDf˜@«]ˆÿÿ%`•¨¬]ˆÿÿLgDf˜¨¬]ˆÿÿ%`•®]ˆÿÿPgDf˜®]ˆÿÿ%`•ÀˆÿÿTgDf˜Àˆÿÿ%`•hÁˆÿÿXgDf˜hÁˆÿÿ%`•Јÿÿ\gDf˜Ðˆÿÿ%`•8Ĉÿÿ`gDf˜8Ĉÿÿ%`• ÅˆÿÿdgDf˜ Åˆÿÿ%`•LjÿÿhgDf˜Çˆÿÿ%`•pȈÿÿlgDf˜pȈÿÿ%`•ØÉˆÿÿpgDf˜ØÉˆÿÿ%`•@ˈÿÿtgDf˜@ˈÿÿ%`•¨ÌˆÿÿxgDf˜¨Ìˆÿÿ%`•Έÿÿ|gDf˜Îˆÿÿ%`•Ž(ˆÿÿ€gDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ„gDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿˆgDf˜@‹(ˆÿÿ%`•؉(ˆÿÿŒgDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿgDf˜pˆ(ˆÿÿ%`• Uñ ˆÿÿ”gDf˜ Uñ ˆÿÿ%`•8Tñ ˆÿÿ˜gDf˜8Tñ ˆÿÿ%`•ÐRñ ˆÿÿœgDf˜ÐRñ ˆÿÿ%`•hQñ ˆÿÿ gDf˜hQñ ˆÿÿ%`•Pñ ˆÿÿ¤gDf˜Pñ ˆÿÿ%`•€$ˆÿÿ¨gDf˜€$ˆÿÿ%`•h$ˆÿÿ¬gDf˜h$ˆÿÿ%`•Ђ$ˆÿÿ°gDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿ´gDf˜8„$ˆÿÿ%`• …$ˆÿÿ¸gDf˜ …$ˆÿÿ%`•‡$ˆÿÿ¼gDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿÀgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿÄgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿÈgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿÌgDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿÐgDf˜Ž$ˆÿÿ%`•02 ˆÿÿÔgDf˜02 ˆÿÿ%`•h12 ˆÿÿØgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿÜgDf˜Ð22 ˆÿÿ%`•842 ˆÿÿàgDf˜842 ˆÿÿ%`• 52 ˆÿÿägDf˜ 52 ˆÿÿ%`•72 ˆÿÿègDf˜72 ˆÿÿ%`•p82 ˆÿÿìgDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿðgDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿôgDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿøgDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿügDf˜>2 ˆÿÿ%`•^ñ ˆÿÿgDf˜^ñ ˆÿÿ%`•¨\ñ ˆÿÿgDf˜¨\ñ ˆÿÿ%`•@[ñ ˆÿÿgDf˜@[ñ ˆÿÿ%`•ØYñ ˆÿÿ gDf˜ØYñ ˆÿÿ%`•pXñ ˆÿÿgDf˜pXñ ˆÿÿ%`•Wñ ˆÿÿgDf˜Wñ ˆÿÿ%`•8T6ˆÿÿgDf˜8T6ˆÿÿ%`•ÐR6ˆÿÿgDf˜ÐR6ˆÿÿ%`•hQ6ˆÿÿ gDf˜hQ6ˆÿÿ%`•P6ˆÿÿ$gDf˜P6ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•h‘'ˆÿÿ,gDf˜h‘'ˆÿÿ%`•Ð’'ˆÿÿ0gDf˜Ð’'ˆÿÿ%`•8”'ˆÿÿ4gDf˜8”'ˆÿÿ%`• •'ˆÿÿ8gDf˜ •'ˆÿÿ%`•—'ˆÿÿ<gDf˜—'ˆÿÿ%`•p˜'ˆÿÿ@gDf˜p˜'ˆÿÿ%`•Ø™'ˆÿÿDgDf˜Ø™'ˆÿÿ%`•@›'ˆÿÿHgDf˜@›'ˆÿÿ%`•¨œ'ˆÿÿLgDf˜¨œ'ˆÿÿ%`•ž'ˆÿÿPgDf˜ž'ˆÿÿ%`•@ñ ˆÿÿTgDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿXgDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿ\gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ`gDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿdgDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿhgDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿlgDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿpgDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿtgDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿxgDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿ|gDf˜Nñ ˆÿÿ%`•^6ˆÿÿ€gDf˜^6ˆÿÿ%`•¨\6ˆÿÿ„gDf˜¨\6ˆÿÿ%`•@[6ˆÿÿˆgDf˜@[6ˆÿÿ%`•ØY6ˆÿÿŒgDf˜ØY6ˆÿÿ%`•pX6ˆÿÿgDf˜pX6ˆÿÿ%`•W6ˆÿÿ”gDf˜W6ˆÿÿ%`• U6ˆÿÿ˜gDf˜ U6ˆÿÿ%`•ˆÿÿœgDf˜ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ¤gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ¨gDf˜8”ˆÿÿ%`• •ˆÿÿ¬gDf˜ •ˆÿÿ%`•—ˆÿÿ°gDf˜—ˆÿÿ%`•p˜ˆÿÿ´gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ¸gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ¼gDf˜@›ˆÿÿ%`•¨œˆÿÿÀgDf˜¨œˆÿÿ%`•8$ÕˆÿÿÄgDf˜8$Õˆÿÿ%`•Ð"ÕˆÿÿÈgDf˜Ð"Õˆÿÿ%`•h!ÕˆÿÿÌgDf˜h!Õˆÿÿ%`• ÕˆÿÿÐgDf˜ Õˆÿÿ%`•À1ˆÿÿÔgDf˜À1ˆÿÿ%`•hÁ1ˆÿÿØgDf˜hÁ1ˆÿÿ%`•ÐÂ1ˆÿÿÜgDf˜ÐÂ1ˆÿÿ%`•8Ä1ˆÿÿàgDf˜8Ä1ˆÿÿ%`• Å1ˆÿÿägDf˜ Å1ˆÿÿ%`•Ç1ˆÿÿìgDf˜Ç1ˆÿÿ%`•pÈ1ˆÿÿðgDf˜pÈ1ˆÿÿ%`•ØÉ1ˆÿÿôgDf˜ØÉ1ˆÿÿ%`•@Ë1ˆÿÿøgDf˜@Ë1ˆÿÿ%`•¨Ì1ˆÿÿügDf˜¨Ì1ˆÿÿ%`•Î1ˆÿÿgDf˜Î1ˆÿÿ%`•.ÕˆÿÿgDf˜.Õˆÿÿ%`•¨,ÕˆÿÿgDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ gDf˜@+Õˆÿÿ%`•Ø)ÕˆÿÿgDf˜Ø)Õˆÿÿ%`•p(ÕˆÿÿgDf˜p(Õˆÿÿ%`•'ÕˆÿÿgDf˜'Õˆÿÿ%`• %ÕˆÿÿgDf˜ %Õˆÿÿ%`•žˆÿÿ gDf˜žˆÿÿ%`•>™ˆÿÿ$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ(gDf˜¨<™ˆÿÿ%`•@/ˆÿÿ,gDf˜@/ˆÿÿ%`•hA/ˆÿÿ0gDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿ4gDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿ8gDf˜8D/ˆÿÿ%`• E/ˆÿÿ<gDf˜ E/ˆÿÿ%`•G/ˆÿÿ@gDf˜G/ˆÿÿ%`•pH/ˆÿÿDgDf˜pH/ˆÿÿ%`•8IJˆÿÿHgDf˜8IJˆÿÿ%`•вˆÿÿLgDf˜Ð²ˆÿÿ%`•hÁ²ˆÿÿPgDf˜hÁ²ˆÿÿ%`•À²ˆÿÿTgDf˜À²ˆÿÿ%`• ˆÿÿXgDf˜ ˆÿÿ%`•h¡ˆÿÿ\gDf˜h¡ˆÿÿ%`•Тˆÿÿ`gDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿdgDf˜8¤ˆÿÿ%`• ¥ˆÿÿhgDf˜ ¥ˆÿÿ%`•§ˆÿÿlgDf˜§ˆÿÿ%`•p¨ˆÿÿpgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿtgDf˜Ø©ˆÿÿ%`•@«ˆÿÿxgDf˜@«ˆÿÿ%`•¨¬ˆÿÿ|gDf˜¨¬ˆÿÿ%`•®ˆÿÿ€gDf˜®ˆÿÿ%`•βˆÿÿ„gDf˜βˆÿÿ%`•¨Ì²ˆÿÿˆgDf˜¨Ì²ˆÿÿ%`•@˲ˆÿÿŒgDf˜@˲ˆÿÿ%`•ØÉ²ˆÿÿgDf˜ØÉ²ˆÿÿ%`•pȲˆÿÿ”gDf˜pȲˆÿÿ%`•Dzˆÿÿ˜gDf˜Dzˆÿÿ%`• Å²ˆÿÿœgDf˜ Å²ˆÿÿ%`•ØI/ˆÿÿ gDf˜ØI/ˆÿÿ%`•@K/ˆÿÿ¤gDf˜@K/ˆÿÿ%`•¨L/ˆÿÿ¨gDf˜¨L/ˆÿÿ%`•N/ˆÿÿ¬gDf˜N/ˆÿÿ%`•€(ˆÿÿ°gDf˜€(ˆÿÿ%`•h(ˆÿÿ´gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ¸gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ¼gDf˜8„(ˆÿÿ%`• …(ˆÿÿÀgDf˜ …(ˆÿÿ%`•‡(ˆÿÿÄgDf˜‡(ˆÿÿ%`•8ĈÿÿÈgDf˜8Ĉÿÿ%`•ЈÿÿÌgDf˜Ðˆÿÿ%`•hÁˆÿÿÐgDf˜hÁˆÿÿ%`•ÀˆÿÿÔgDf˜Àˆÿÿ%`•ð[ˆÿÿØgDf˜ð[ˆÿÿ%`•hñ[ˆÿÿÜgDf˜hñ[ˆÿÿ%`•Ðò[ˆÿÿàgDf˜Ðò[ˆÿÿ%`•8ô[ˆÿÿägDf˜8ô[ˆÿÿ%`• õ[ˆÿÿègDf˜ õ[ˆÿÿ%`•÷[ˆÿÿìgDf˜÷[ˆÿÿ%`•pø[ˆÿÿðgDf˜pø[ˆÿÿ%`•Øù[ˆÿÿôgDf˜Øù[ˆÿÿ%`•@û[ˆÿÿøgDf˜@û[ˆÿÿ%`•¨ü[ˆÿÿügDf˜¨ü[ˆÿÿ%`•þ[ˆÿÿgDf˜þ[ˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•@ˈÿÿ gDf˜@ˈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•LjÿÿgDf˜Çˆÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•pˆ(ˆÿÿ gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ$gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ(gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ,gDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ0gDf˜Ž(ˆÿÿ%`•Pñ ˆÿÿ4gDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ8gDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ<gDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ@gDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿDgDf˜ Uñ ˆÿÿ%`•842 ˆÿÿHgDf˜842 ˆÿÿ%`•Ð22 ˆÿÿLgDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿPgDf˜h12 ˆÿÿ%`•02 ˆÿÿTgDf˜02 ˆÿÿ%`•ˆÿÿXgDf˜ˆÿÿ%`•hˆÿÿ\gDf˜hˆÿÿ%`•Јÿÿ`gDf˜Ðˆÿÿ%`•8ˆÿÿdgDf˜8ˆÿÿ%`• ˆÿÿhgDf˜ ˆÿÿ%`•ˆÿÿlgDf˜ˆÿÿ%`•pˆÿÿpgDf˜pˆÿÿ%`•Ø ˆÿÿtgDf˜Ø ˆÿÿ%`•@ ˆÿÿxgDf˜@ ˆÿÿ%`•¨ ˆÿÿ|gDf˜¨ ˆÿÿ%`•ˆÿÿ€gDf˜ˆÿÿ%`•>2 ˆÿÿ„gDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿˆgDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿŒgDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿgDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿ”gDf˜p82 ˆÿÿ%`•72 ˆÿÿ˜gDf˜72 ˆÿÿ%`• 52 ˆÿÿœgDf˜ 52 ˆÿÿ%`•Wñ ˆÿÿ gDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ¤gDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ¨gDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ¬gDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ°gDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ´gDf˜^ñ ˆÿÿ%`•P6ˆÿÿ¸gDf˜P6ˆÿÿ%`•hQ6ˆÿÿ¼gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿÀgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿÄgDf˜8T6ˆÿÿ%`•8Dñ ˆÿÿÈgDf˜8Dñ ˆÿÿ%`•ÐBñ ˆÿÿÌgDf˜ÐBñ ˆÿÿ%`•hAñ ˆÿÿÐgDf˜hAñ ˆÿÿ%`•@ñ ˆÿÿÔgDf˜@ñ ˆÿÿ%`•Ð1ˆÿÿØgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿÜgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿàgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿägDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿègDf˜ Õ1ˆÿÿ%`•×1ˆÿÿìgDf˜×1ˆÿÿ%`•pØ1ˆÿÿðgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿôgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿøgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿügDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿgDf˜Þ1ˆÿÿ%`•Nñ ˆÿÿgDf˜Nñ ˆÿÿ%`•¨Lñ ˆÿÿgDf˜¨Lñ ˆÿÿ%`•@Kñ ˆÿÿ gDf˜@Kñ ˆÿÿ%`•ØIñ ˆÿÿgDf˜ØIñ ˆÿÿ%`•pHñ ˆÿÿgDf˜pHñ ˆÿÿ%`•Gñ ˆÿÿgDf˜Gñ ˆÿÿ%`• Eñ ˆÿÿgDf˜ Eñ ˆÿÿ%`• U6ˆÿÿ gDf˜ U6ˆÿÿ%`•W6ˆÿÿ$gDf˜W6ˆÿÿ%`•pX6ˆÿÿ(gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ,gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ0gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ4gDf˜¨\6ˆÿÿ%`•^6ˆÿÿ8gDf˜^6ˆÿÿ%`•¨œˆÿÿ<gDf˜¨œˆÿÿ%`•@›ˆÿÿ@gDf˜@›ˆÿÿ%`•Ø™ˆÿÿDgDf˜Ø™ˆÿÿ%`•p˜ˆÿÿHgDf˜p˜ˆÿÿ%`•—ˆÿÿLgDf˜—ˆÿÿ%`• •ˆÿÿPgDf˜ •ˆÿÿ%`•8”ˆÿÿTgDf˜8”ˆÿÿ%`•Ð’ˆÿÿXgDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ\gDf˜h‘ˆÿÿ%`•ˆÿÿ`gDf˜ˆÿÿ%`•žˆÿÿdgDf˜žˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•>™ˆÿÿlgDf˜>™ˆÿÿ%`•pH/ˆÿÿpgDf˜pH/ˆÿÿ%`•G/ˆÿÿtgDf˜G/ˆÿÿ%`• E/ˆÿÿxgDf˜ E/ˆÿÿ%`•8D/ˆÿÿ|gDf˜8D/ˆÿÿ%`•ÐB/ˆÿÿ€gDf˜ÐB/ˆÿÿ%`•hA/ˆÿÿ„gDf˜hA/ˆÿÿ%`•@/ˆÿÿˆgDf˜@/ˆÿÿ%`•À²ˆÿÿŒgDf˜À²ˆÿÿ%`•hÁ²ˆÿÿgDf˜hÁ²ˆÿÿ%`•вˆÿÿ”gDf˜Ð²ˆÿÿ%`•8IJˆÿÿ˜gDf˜8IJˆÿÿ%`•8¤ˆÿÿœgDf˜8¤ˆÿÿ%`•Тˆÿÿ gDf˜Ð¢ˆÿÿ%`•h¡ˆÿÿ¤gDf˜h¡ˆÿÿ%`• ˆÿÿ¨gDf˜ ˆÿÿ%`•Žˆÿÿ¬gDf˜Žˆÿÿ%`•hŽˆÿÿ°gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ´gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ¸gDf˜8Žˆÿÿ%`• Žˆÿÿ¼gDf˜ Žˆÿÿ%`•ŽˆÿÿÀgDf˜Žˆÿÿ%`•pŽˆÿÿÄgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿÈgDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿÌgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿÐgDf˜¨ Žˆÿÿ%`•ŽˆÿÿÔgDf˜Žˆÿÿ%`• ‰ ˆÿÿØgDf˜ ‰ ˆÿÿ%`•h!‰ ˆÿÿÜgDf˜h!‰ ˆÿÿ%`•Ð"‰ ˆÿÿàgDf˜Ð"‰ ˆÿÿ%`•8$‰ ˆÿÿägDf˜8$‰ ˆÿÿ%`• %‰ ˆÿÿègDf˜ %‰ ˆÿÿ%`•'‰ ˆÿÿìgDf˜'‰ ˆÿÿ%`•p(‰ ˆÿÿðgDf˜p(‰ ˆÿÿ%`•Ø)‰ ˆÿÿôgDf˜Ø)‰ ˆÿÿ%`•@+‰ ˆÿÿøgDf˜@+‰ ˆÿÿ%`•¨,‰ ˆÿÿügDf˜¨,‰ ˆÿÿ%`•.‰ ˆÿÿgDf˜.‰ ˆÿÿ%`•®ˆÿÿgDf˜®ˆÿÿ%`•¨¬ˆÿÿgDf˜¨¬ˆÿÿ%`•@«ˆÿÿ gDf˜@«ˆÿÿ%`•Ø©ˆÿÿgDf˜Ø©ˆÿÿ%`•p¨ˆÿÿgDf˜p¨ˆÿÿ%`•§ˆÿÿgDf˜§ˆÿÿ%`• ¥ˆÿÿgDf˜ ¥ˆÿÿ%`• Å²ˆÿÿ gDf˜ Å²ˆÿÿ%`•Dzˆÿÿ$gDf˜Dzˆÿÿ%`•pȲˆÿÿ(gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ,gDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ0gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ4gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ8gDf˜βˆÿÿ%`•N/ˆÿÿ<gDf˜N/ˆÿÿ%`•¨L/ˆÿÿ@gDf˜¨L/ˆÿÿ%`•@K/ˆÿÿDgDf˜@K/ˆÿÿ%`•ØI/ˆÿÿHgDf˜ØI/ˆÿÿ%`•‡(ˆÿÿLgDf˜‡(ˆÿÿ%`• …(ˆÿÿPgDf˜ …(ˆÿÿ%`•8„(ˆÿÿTgDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿXgDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ\gDf˜h(ˆÿÿ%`•€(ˆÿÿ`gDf˜€(ˆÿÿ%`•Ž(ˆÿÿdgDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿhgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿlgDf˜@‹(ˆÿÿ%`•؉(ˆÿÿpgDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿtgDf˜pˆ(ˆÿÿ%`• Uñ ˆÿÿxgDf˜ Uñ ˆÿÿ%`•8Tñ ˆÿÿ|gDf˜8Tñ ˆÿÿ%`•ÐRñ ˆÿÿ€gDf˜ÐRñ ˆÿÿ%`•hQñ ˆÿÿ„gDf˜hQñ ˆÿÿ%`•Pñ ˆÿÿˆgDf˜Pñ ˆÿÿ%`•02 ˆÿÿŒgDf˜02 ˆÿÿ%`•h12 ˆÿÿgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ”gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ˜gDf˜842 ˆÿÿ%`•8ˆÿÿœgDf˜8ˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•hˆÿÿ¤gDf˜hˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•09ˆÿÿ¬gDf˜09ˆÿÿ%`•h19ˆÿÿ°gDf˜h19ˆÿÿ%`•Ð29ˆÿÿ´gDf˜Ð29ˆÿÿ%`•849ˆÿÿ¸gDf˜849ˆÿÿ%`• 59ˆÿÿ¼gDf˜ 59ˆÿÿ%`•79ˆÿÿÀgDf˜79ˆÿÿ%`•p89ˆÿÿÄgDf˜p89ˆÿÿ%`•Ø99ˆÿÿÈgDf˜Ø99ˆÿÿ%`•@;9ˆÿÿÌgDf˜@;9ˆÿÿ%`•¨<9ˆÿÿÐgDf˜¨<9ˆÿÿ%`•>9ˆÿÿÔgDf˜>9ˆÿÿ%`•ôˆÿÿØgDf˜ôˆÿÿ%`•hôˆÿÿÜgDf˜hôˆÿÿ%`•ÐôˆÿÿàgDf˜Ðôˆÿÿ%`•8ôˆÿÿägDf˜8ôˆÿÿ%`• ôˆÿÿègDf˜ ôˆÿÿ%`•ôˆÿÿðgDf˜ôˆÿÿ%`•pôˆÿÿôgDf˜pôˆÿÿ%`•Ø ôˆÿÿøgDf˜Ø ôˆÿÿ%`•@ ôˆÿÿügDf˜@ ôˆÿÿ%`•¨ ôˆÿÿgDf˜¨ ôˆÿÿ%`•ôˆÿÿgDf˜ôˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•Ø ˆÿÿgDf˜Ø ˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`• 52 ˆÿÿ$gDf˜ 52 ˆÿÿ%`•72 ˆÿÿ(gDf˜72 ˆÿÿ%`•p82 ˆÿÿ,gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ0gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ4gDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ8gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ<gDf˜>2 ˆÿÿ%`•^ñ ˆÿÿ@gDf˜^ñ ˆÿÿ%`•¨\ñ ˆÿÿDgDf˜¨\ñ ˆÿÿ%`•@[ñ ˆÿÿHgDf˜@[ñ ˆÿÿ%`•ØYñ ˆÿÿLgDf˜ØYñ ˆÿÿ%`•pXñ ˆÿÿPgDf˜pXñ ˆÿÿ%`•Wñ ˆÿÿTgDf˜Wñ ˆÿÿ%`•8T6ˆÿÿXgDf˜8T6ˆÿÿ%`•ÐR6ˆÿÿ\gDf˜ÐR6ˆÿÿ%`•hQ6ˆÿÿ`gDf˜hQ6ˆÿÿ%`•P6ˆÿÿdgDf˜P6ˆÿÿ%`•^6ˆÿÿhgDf˜^6ˆÿÿ%`•¨\6ˆÿÿlgDf˜¨\6ˆÿÿ%`•@[6ˆÿÿpgDf˜@[6ˆÿÿ%`•ØY6ˆÿÿtgDf˜ØY6ˆÿÿ%`•pX6ˆÿÿxgDf˜pX6ˆÿÿ%`•W6ˆÿÿ|gDf˜W6ˆÿÿ%`• U6ˆÿÿ€gDf˜ U6ˆÿÿ%`•ˆÿÿ„gDf˜ˆÿÿ%`•h‘ˆÿÿˆgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿŒgDf˜Ð’ˆÿÿ%`•8”ˆÿÿgDf˜8”ˆÿÿ%`• •ˆÿÿ”gDf˜ •ˆÿÿ%`•—ˆÿÿ˜gDf˜—ˆÿÿ%`•p˜ˆÿÿœgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ¤gDf˜@›ˆÿÿ%`•¨œˆÿÿ¨gDf˜¨œˆÿÿ%`•žˆÿÿ¬gDf˜žˆÿÿ%`•0͈ÿÿ°gDf˜0͈ÿÿ%`•h1͈ÿÿ´gDf˜h1͈ÿÿ%`•Ð2͈ÿÿ¸gDf˜Ð2͈ÿÿ%`•84͈ÿÿ¼gDf˜84͈ÿÿ%`• 5͈ÿÿÀgDf˜ 5͈ÿÿ%`•7͈ÿÿÄgDf˜7͈ÿÿ%`•p8͈ÿÿÈgDf˜p8͈ÿÿ%`•Ø9͈ÿÿÌgDf˜Ø9͈ÿÿ%`•@;͈ÿÿÐgDf˜@;͈ÿÿ%`•¨<͈ÿÿÔgDf˜¨<͈ÿÿ%`•>͈ÿÿØgDf˜>͈ÿÿ%`•àAˆÿÿÜgDf˜àAˆÿÿ%`•háAˆÿÿàgDf˜háAˆÿÿ%`•ÐâAˆÿÿägDf˜ÐâAˆÿÿ%`•8äAˆÿÿègDf˜8äAˆÿÿ%`• åAˆÿÿìgDf˜ åAˆÿÿ%`•çAˆÿÿðgDf˜çAˆÿÿ%`•pèAˆÿÿôgDf˜pèAˆÿÿ%`•ØéAˆÿÿøgDf˜ØéAˆÿÿ%`•@ëAˆÿÿügDf˜@ëAˆÿÿ%`•¨ìAˆÿÿgDf˜¨ìAˆÿÿ%`•îAˆÿÿgDf˜îAˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•@/ˆÿÿgDf˜@/ˆÿÿ%`•hA/ˆÿÿgDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿgDf˜8D/ˆÿÿ%`• E/ˆÿÿ gDf˜ E/ˆÿÿ%`•G/ˆÿÿ$gDf˜G/ˆÿÿ%`•pH/ˆÿÿ(gDf˜pH/ˆÿÿ%`•8IJˆÿÿ,gDf˜8IJˆÿÿ%`•вˆÿÿ0gDf˜Ð²ˆÿÿ%`•hÁ²ˆÿÿ4gDf˜hÁ²ˆÿÿ%`•À²ˆÿÿ8gDf˜À²ˆÿÿ%`• ˆÿÿ<gDf˜ ˆÿÿ%`•h¡ˆÿÿ@gDf˜h¡ˆÿÿ%`•ТˆÿÿDgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿHgDf˜8¤ˆÿÿ%`•8$‰ ˆÿÿLgDf˜8$‰ ˆÿÿ%`•Ð"‰ ˆÿÿPgDf˜Ð"‰ ˆÿÿ%`•h!‰ ˆÿÿTgDf˜h!‰ ˆÿÿ%`• ‰ ˆÿÿXgDf˜ ‰ ˆÿÿ%`•àˆÿÿ\gDf˜àˆÿÿ%`•háˆÿÿ`gDf˜háˆÿÿ%`•ÐâˆÿÿdgDf˜Ðâˆÿÿ%`•8äˆÿÿhgDf˜8äˆÿÿ%`• åˆÿÿlgDf˜ åˆÿÿ%`•çˆÿÿpgDf˜çˆÿÿ%`•pèˆÿÿtgDf˜pèˆÿÿ%`•ØéˆÿÿxgDf˜Øéˆÿÿ%`•@ëˆÿÿ|gDf˜@ëˆÿÿ%`•¨ìˆÿÿ€gDf˜¨ìˆÿÿ%`•îˆÿÿ„gDf˜îˆÿÿ%`•.‰ ˆÿÿˆgDf˜.‰ ˆÿÿ%`•¨,‰ ˆÿÿŒgDf˜¨,‰ ˆÿÿ%`•@+‰ ˆÿÿgDf˜@+‰ ˆÿÿ%`•Ø)‰ ˆÿÿ”gDf˜Ø)‰ ˆÿÿ%`•p(‰ ˆÿÿ˜gDf˜p(‰ ˆÿÿ%`•'‰ ˆÿÿœgDf˜'‰ ˆÿÿ%`• %‰ ˆÿÿ gDf˜ %‰ ˆÿÿ%`• ¥ˆÿÿ¤gDf˜ ¥ˆÿÿ%`•§ˆÿÿ¨gDf˜§ˆÿÿ%`•p¨ˆÿÿ¬gDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ°gDf˜Ø©ˆÿÿ%`•@«ˆÿÿ´gDf˜@«ˆÿÿ%`•¨¬ˆÿÿ¸gDf˜¨¬ˆÿÿ%`•®ˆÿÿ¼gDf˜®ˆÿÿ%`•βˆÿÿÀgDf˜βˆÿÿ%`•¨Ì²ˆÿÿÄgDf˜¨Ì²ˆÿÿ%`•@˲ˆÿÿÈgDf˜@˲ˆÿÿ%`•ØÉ²ˆÿÿÌgDf˜ØÉ²ˆÿÿ%`•pȲˆÿÿÐgDf˜pȲˆÿÿ%`•DzˆÿÿÔgDf˜Dzˆÿÿ%`• Å²ˆÿÿØgDf˜ Å²ˆÿÿ%`•ØI/ˆÿÿÜgDf˜ØI/ˆÿÿ%`•@K/ˆÿÿàgDf˜@K/ˆÿÿ%`•¨L/ˆÿÿägDf˜¨L/ˆÿÿ%`•N/ˆÿÿègDf˜N/ˆÿÿ%`•Pñ ˆÿÿìgDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿðgDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿôgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿøgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿügDf˜ Uñ ˆÿÿ%`•842 ˆÿÿgDf˜842 ˆÿÿ%`•Ð22 ˆÿÿgDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿgDf˜h12 ˆÿÿ%`•02 ˆÿÿ gDf˜02 ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•8ôˆÿÿ gDf˜8ôˆÿÿ%`•Ðôˆÿÿ$gDf˜Ðôˆÿÿ%`•hôˆÿÿ(gDf˜hôˆÿÿ%`•ôˆÿÿ,gDf˜ôˆÿÿ%`•ˆÿÿ0gDf˜ˆÿÿ%`•hˆÿÿ4gDf˜hˆÿÿ%`•Јÿÿ8gDf˜Ðˆÿÿ%`•8ˆÿÿ<gDf˜8ˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•ˆÿÿDgDf˜ˆÿÿ%`•pˆÿÿHgDf˜pˆÿÿ%`•Ø ˆÿÿLgDf˜Ø ˆÿÿ%`•@ ˆÿÿPgDf˜@ ˆÿÿ%`•¨ ˆÿÿTgDf˜¨ ˆÿÿ%`•ˆÿÿXgDf˜ˆÿÿ%`•09ˆÿÿ\gDf˜09ˆÿÿ%`•h19ˆÿÿ`gDf˜h19ˆÿÿ%`•Ð29ˆÿÿdgDf˜Ð29ˆÿÿ%`•849ˆÿÿhgDf˜849ˆÿÿ%`• 59ˆÿÿlgDf˜ 59ˆÿÿ%`•79ˆÿÿpgDf˜79ˆÿÿ%`•p89ˆÿÿtgDf˜p89ˆÿÿ%`•Ø99ˆÿÿxgDf˜Ø99ˆÿÿ%`•@;9ˆÿÿ|gDf˜@;9ˆÿÿ%`•¨<9ˆÿÿ€gDf˜¨<9ˆÿÿ%`•>9ˆÿÿ„gDf˜>9ˆÿÿ%`•ôˆÿÿˆgDf˜ôˆÿÿ%`•¨ ôˆÿÿŒgDf˜¨ ôˆÿÿ%`•@ ôˆÿÿgDf˜@ ôˆÿÿ%`•Ø ôˆÿÿ”gDf˜Ø ôˆÿÿ%`•pôˆÿÿ˜gDf˜pôˆÿÿ%`•ôˆÿÿœgDf˜ôˆÿÿ%`• ôˆÿÿ gDf˜ ôˆÿÿ%`• ˆÿÿ¤gDf˜ ˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•pˆÿÿ¬gDf˜pˆÿÿ%`•Ø ˆÿÿ°gDf˜Ø ˆÿÿ%`•@ ˆÿÿ´gDf˜@ ˆÿÿ%`•¨ ˆÿÿ¸gDf˜¨ ˆÿÿ%`•ˆÿÿ¼gDf˜ˆÿÿ%`•>2 ˆÿÿÀgDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿÄgDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿÈgDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿÌgDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿÐgDf˜p82 ˆÿÿ%`•72 ˆÿÿÔgDf˜72 ˆÿÿ%`• 52 ˆÿÿØgDf˜ 52 ˆÿÿ%`•Wñ ˆÿÿÜgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿàgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿägDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿègDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿìgDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿðgDf˜^ñ ˆÿÿ%`•8äAˆÿÿôgDf˜8äAˆÿÿ%`•ÐâAˆÿÿøgDf˜ÐâAˆÿÿ%`•háAˆÿÿügDf˜háAˆÿÿ%`•àAˆÿÿgDf˜àAˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`•h!•ˆÿÿgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿ gDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿgDf˜8$•ˆÿÿ%`• %•ˆÿÿgDf˜ %•ˆÿÿ%`•'•ˆÿÿgDf˜'•ˆÿÿ%`•p(•ˆÿÿgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿ gDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿ$gDf˜@+•ˆÿÿ%`•¨,•ˆÿÿ(gDf˜¨,•ˆÿÿ%`•.•ˆÿÿ,gDf˜.•ˆÿÿ%`•0͈ÿÿ0gDf˜0͈ÿÿ%`•h1͈ÿÿ4gDf˜h1͈ÿÿ%`•Ð2͈ÿÿ8gDf˜Ð2͈ÿÿ%`•84͈ÿÿ<gDf˜84͈ÿÿ%`• 5͈ÿÿ@gDf˜ 5͈ÿÿ%`•7͈ÿÿDgDf˜7͈ÿÿ%`•p8͈ÿÿHgDf˜p8͈ÿÿ%`•Ø9͈ÿÿLgDf˜Ø9͈ÿÿ%`•@;͈ÿÿPgDf˜@;͈ÿÿ%`•¨<͈ÿÿTgDf˜¨<͈ÿÿ%`•>͈ÿÿXgDf˜>͈ÿÿ%`•Ð1ˆÿÿ\gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ`gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿdgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿhgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿlgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿpgDf˜×1ˆÿÿ%`•pØ1ˆÿÿtgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿxgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ|gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ€gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ„gDf˜Þ1ˆÿÿ%`•îAˆÿÿˆgDf˜îAˆÿÿ%`•¨ìAˆÿÿŒgDf˜¨ìAˆÿÿ%`•@ëAˆÿÿgDf˜@ëAˆÿÿ%`•ØéAˆÿÿ”gDf˜ØéAˆÿÿ%`•pèAˆÿÿ˜gDf˜pèAˆÿÿ%`•çAˆÿÿœgDf˜çAˆÿÿ%`• åAˆÿÿ gDf˜ åAˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¨gDf˜>™ˆÿÿ%`•pH/ˆÿÿ¬gDf˜pH/ˆÿÿ%`•G/ˆÿÿ°gDf˜G/ˆÿÿ%`• E/ˆÿÿ´gDf˜ E/ˆÿÿ%`•8D/ˆÿÿ¸gDf˜8D/ˆÿÿ%`•ÐB/ˆÿÿ¼gDf˜ÐB/ˆÿÿ%`•hA/ˆÿÿÀgDf˜hA/ˆÿÿ%`•@/ˆÿÿÄgDf˜@/ˆÿÿ%`•À²ˆÿÿÈgDf˜À²ˆÿÿ%`•hÁ²ˆÿÿÌgDf˜hÁ²ˆÿÿ%`•вˆÿÿÐgDf˜Ð²ˆÿÿ%`•8IJˆÿÿÔgDf˜8IJˆÿÿ%`•8¤ˆÿÿØgDf˜8¤ˆÿÿ%`•ТˆÿÿÜgDf˜Ð¢ˆÿÿ%`•h¡ˆÿÿàgDf˜h¡ˆÿÿ%`• ˆÿÿägDf˜ ˆÿÿ%`•®ˆÿÿègDf˜®ˆÿÿ%`•¨¬ˆÿÿìgDf˜¨¬ˆÿÿ%`•@«ˆÿÿôgDf˜@«ˆÿÿ%`•Ø©ˆÿÿøgDf˜Ø©ˆÿÿ%`•p¨ˆÿÿügDf˜p¨ˆÿÿ%`•§ˆÿÿ gDf˜§ˆÿÿ%`• ¥ˆÿÿ gDf˜ ¥ˆÿÿ%`• Å²ˆÿÿ gDf˜ Å²ˆÿÿ%`•Dzˆÿÿ gDf˜Dzˆÿÿ%`•pȲˆÿÿ gDf˜pȲˆÿÿ%`•ØÉ²ˆÿÿ gDf˜ØÉ²ˆÿÿ%`•@˲ˆÿÿ gDf˜@˲ˆÿÿ%`•¨Ì²ˆÿÿ gDf˜¨Ì²ˆÿÿ%`•βˆÿÿ gDf˜βˆÿÿ%`•N/ˆÿÿ $gDf˜N/ˆÿÿ%`•¨L/ˆÿÿ (gDf˜¨L/ˆÿÿ%`•@K/ˆÿÿ ,gDf˜@K/ˆÿÿ%`•ØI/ˆÿÿ 0gDf˜ØI/ˆÿÿ%`•PWˆÿÿ 4gDf˜PWˆÿÿ%`•hQWˆÿÿ 8gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ <gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ @gDf˜8TWˆÿÿ%`• UWˆÿÿ DgDf˜ UWˆÿÿ%`•WWˆÿÿ HgDf˜WWˆÿÿ%`•pXWˆÿÿ LgDf˜pXWˆÿÿ%`•ØYWˆÿÿ PgDf˜ØYWˆÿÿ%`•@[Wˆÿÿ TgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ XgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ \gDf˜^Wˆÿÿ%`•ˆÿÿ `gDf˜ˆÿÿ%`•hˆÿÿ dgDf˜hˆÿÿ%`•Јÿÿ hgDf˜Ðˆÿÿ%`•8ˆÿÿ lgDf˜8ˆÿÿ%`• ˆÿÿ pgDf˜ ˆÿÿ%`•ˆÿÿ tgDf˜ˆÿÿ%`•pˆÿÿ xgDf˜pˆÿÿ%`•Ø ˆÿÿ |gDf˜Ø ˆÿÿ%`•@ ˆÿÿ €gDf˜@ ˆÿÿ%`•¨ ˆÿÿ „gDf˜¨ ˆÿÿ%`•ˆÿÿ ˆgDf˜ˆÿÿ%`• Uñ ˆÿÿ ŒgDf˜ Uñ ˆÿÿ%`•8Tñ ˆÿÿ gDf˜8Tñ ˆÿÿ%`•ÐRñ ˆÿÿ ”gDf˜ÐRñ ˆÿÿ%`•hQñ ˆÿÿ ˜gDf˜hQñ ˆÿÿ%`•Pñ ˆÿÿ œgDf˜Pñ ˆÿÿ%`•02 ˆÿÿ  gDf˜02 ˆÿÿ%`•h12 ˆÿÿ ¤gDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ ¨gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ ¬gDf˜842 ˆÿÿ%`•8ˆÿÿ °gDf˜8ˆÿÿ%`•Јÿÿ ´gDf˜Ðˆÿÿ%`•hˆÿÿ ¸gDf˜hˆÿÿ%`•ˆÿÿ ¼gDf˜ˆÿÿ%`•ôˆÿÿ ÀgDf˜ôˆÿÿ%`•hôˆÿÿ ÄgDf˜hôˆÿÿ%`•Ðôˆÿÿ ÈgDf˜Ðôˆÿÿ%`•8ôˆÿÿ ÌgDf˜8ôˆÿÿ%`•849ˆÿÿ ÐgDf˜849ˆÿÿ%`•Ð29ˆÿÿ ÔgDf˜Ð29ˆÿÿ%`•h19ˆÿÿ ØgDf˜h19ˆÿÿ%`•09ˆÿÿ ÜgDf˜09ˆÿÿ%`•p#ˆÿÿ àgDf˜p#ˆÿÿ%`•hq#ˆÿÿ ägDf˜hq#ˆÿÿ%`•Ðr#ˆÿÿ ègDf˜Ðr#ˆÿÿ%`•8t#ˆÿÿ ìgDf˜8t#ˆÿÿ%`• u#ˆÿÿ ðgDf˜ u#ˆÿÿ%`•w#ˆÿÿ ôgDf˜w#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ øgDf˜'ˆÿÿ%`• u#ˆÿÿ gDf˜ u#ˆÿÿ%`•8t#ˆÿÿgDf˜8t#ˆÿÿ%`•hq#ˆÿÿ  gDf˜hq#ˆÿÿ%`•w#ˆÿÿz€gDf˜w#ˆÿÿ%`•p#ˆÿÿ}tgDf˜p#ˆÿÿ%`•px#ˆÿÿ} gDf˜px#ˆÿÿ%`•Ðr#ˆÿÿê0gDf˜Ðr#ˆÿÿ%`•Øy#ˆÿÿ눈gDf˜Øy#ˆÿÿ%`•Øy#ˆÿÿ gDf˜Øy#ˆÿÿ%`•Øy#ˆÿÿz<gDf˜Øy#ˆÿÿ%`•Ðr#ˆÿÿzˆ gDf˜Ðr#ˆÿÿ%`•px#ˆÿÿ{4<gDf˜px#ˆÿÿ%`•p#ˆÿÿ{„ gDf˜p#ˆÿÿ%`•w#ˆÿÿ|ÔgDf˜w#ˆÿÿ%`•hq#ˆÿÿ|ø$gDf˜hq#ˆÿÿ%`•8t#ˆÿÿ}\gDf˜8t#ˆÿÿ%`• u#ˆÿÿÔgDf˜ u#ˆÿÿ%`•@{#ˆÿÿø gDf˜@{#ˆÿÿ%`•¨|#ˆÿÿáÈ$gDf˜¨|#ˆÿÿ%`•~#ˆÿÿáø gDf˜~#ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâPgDf˜¨<™ˆÿÿ%`•ˆÿÿâ ˜gDf˜ˆÿÿ%`•hˆÿÿí8ügDf˜hˆÿÿ%`•Јÿÿï4ügDf˜Ðˆÿÿ%`•8ˆÿÿñ0ügDf˜8ˆÿÿ%`• ˆÿÿó,ügDf˜ ˆÿÿ%`•ˆÿÿõ(gDf˜ˆÿÿ%`•pˆÿÿõ@ügDf˜pˆÿÿ%`•Ø ˆÿÿ÷<ügDf˜Ø ˆÿÿ%`•@ ˆÿÿù8,gDf˜@ ˆÿÿ%`•¨ ˆÿÿùl°gDf˜¨ ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•¨ ˆÿÿ üügDf˜¨ ˆÿÿ%`•@ ˆÿÿ"øügDf˜@ ˆÿÿ%`•Ø ˆÿÿ#øôgDf˜Ø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ìgDf˜'ˆÿÿ%`•@û ˆÿÿÿHgDf˜@û ˆÿÿ%`•pø ˆÿÿ4gDf˜pø ˆÿÿ%`•÷ ˆÿÿT gDf˜÷ ˆÿÿ%`•÷ ˆÿÿ$ðgDf˜÷ ˆÿÿ%`•pø ˆÿÿ$ôgDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%gDf˜'ˆÿÿ%`•pø ˆÿÿ%gDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%gDf˜'ˆÿÿ%`•pø ˆÿÿ% gDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%4gDf˜'ˆÿÿ%`•pø ˆÿÿ%8gDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%LgDf˜'ˆÿÿ%`•pø ˆÿÿ%PgDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%hgDf˜'ˆÿÿ%`•pø ˆÿÿ%l|gDf˜pø ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&ègDf˜'ˆÿÿ%`•pø ˆÿÿ gDf˜pø ˆÿÿ%`•pø ˆÿÿz4gDf˜pø ˆÿÿ%`•÷ ˆÿÿzXgDf˜÷ ˆÿÿ%`•@û ˆÿÿzxgDf˜@û ˆÿÿ%`•@û ˆÿÿ&ìgDf˜@û ˆÿÿ%`•÷ ˆÿÿ&ðgDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'gDf˜'ˆÿÿ%`•÷ ˆÿÿ'gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'gDf˜'ˆÿÿ%`•÷ ˆÿÿ'gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'0gDf˜'ˆÿÿ%`•÷ ˆÿÿ'4gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'HgDf˜'ˆÿÿ%`•÷ ˆÿÿ'LgDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'dgDf˜'ˆÿÿ%`•÷ ˆÿÿ'hgDf˜÷ ˆÿÿ%`•@û ˆÿÿ'üügDf˜@û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(øgDf˜'ˆÿÿ%`•@û ˆÿÿzHgDf˜@û ˆÿÿ%`•÷ ˆÿÿ{”gDf˜÷ ˆÿÿ%`•hñ ˆÿÿ{´ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ(ügDf˜hñ ˆÿÿ%`•÷ ˆÿÿ)gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)gDf˜'ˆÿÿ%`•÷ ˆÿÿ)gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)(gDf˜'ˆÿÿ%`•÷ ˆÿÿ),gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)@gDf˜'ˆÿÿ%`•÷ ˆÿÿ)DgDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)XgDf˜'ˆÿÿ%`•÷ ˆÿÿ)\gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)tgDf˜'ˆÿÿ%`•÷ ˆÿÿ)x\gDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ÔgDf˜'ˆÿÿ%`•÷ ˆÿÿ|ÔgDf˜÷ ˆÿÿ%`•hñ ˆÿÿ|øgDf˜hñ ˆÿÿ%`•@û ˆÿÿ}ôgDf˜@û ˆÿÿ%`•@û ˆÿÿ*ØgDf˜@û ˆÿÿ%`•hñ ˆÿÿ*ÜgDf˜hñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ðgDf˜'ˆÿÿ%`•hñ ˆÿÿ*ôgDf˜hñ ˆÿÿ%`•÷ ˆÿÿ,TgDf˜÷ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,TgDf˜'ˆÿÿ%`•÷ ˆÿÿz4gDf˜÷ ˆÿÿ%`•hñ ˆÿÿzXgDf˜hñ ˆÿÿ%`•Øù ˆÿÿzxøgDf˜Øù ˆÿÿ%`•Øù ˆÿÿ,XgDf˜Øù ˆÿÿ%`•hñ ˆÿÿ,\gDf˜hñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,pgDf˜'ˆÿÿ%`•hñ ˆÿÿ,tdgDf˜hñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ØgDf˜'ˆÿÿ%`•hñ ˆÿÿ{pgDf˜hñ ˆÿÿ%`•÷ ˆÿÿ|ègDf˜÷ ˆÿÿ%`•@û ˆÿÿ~ gDf˜@û ˆÿÿ%`•Øù ˆÿÿ~gDf˜Øù ˆÿÿ%`•pø ˆÿÿ~ ügDf˜pø ˆÿÿ%`•pø ˆÿÿ-ÜgDf˜pø ˆÿÿ%`•Øù ˆÿÿ-àgDf˜Øù ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ôgDf˜'ˆÿÿ%`•Øù ˆÿÿ-øgDf˜Øù ˆÿÿ%`•@û ˆÿÿ-ügDf˜@û ˆÿÿ%`•÷ ˆÿÿ.gDf˜÷ ˆÿÿ%`•hñ ˆÿÿ.gDf˜hñ ˆÿÿ%`•pø ˆÿÿ.gDf˜pø ˆÿÿ%`•Ðò ˆÿÿ. gDf˜Ðò ˆÿÿ%`• õ ˆÿÿ.gDf˜ õ ˆÿÿ%`•ð ˆÿÿ.gDf˜ð ˆÿÿ%`•8ô ˆÿÿ.gDf˜8ô ˆÿÿ%`•¨ü ˆÿÿ.gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ. gDf˜þ ˆÿÿ%`•>™ˆÿÿ.$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ.(gDf˜¨<™ˆÿÿ%`•ðš ˆÿÿ.,gDf˜ðš ˆÿÿ%`•hñš ˆÿÿ.0gDf˜hñš ˆÿÿ%`•Ðòš ˆÿÿ.4gDf˜Ðòš ˆÿÿ%`•8ôš ˆÿÿ.8gDf˜8ôš ˆÿÿ%`• õš ˆÿÿ.<gDf˜ õš ˆÿÿ%`•÷š ˆÿÿ.@gDf˜÷š ˆÿÿ%`•pøš ˆÿÿ.DgDf˜pøš ˆÿÿ%`•Øùš ˆÿÿ.HgDf˜Øùš ˆÿÿ%`•@ûš ˆÿÿ.LgDf˜@ûš ˆÿÿ%`•¨üš ˆÿÿ.PgDf˜¨üš ˆÿÿ%`•þš ˆÿÿ.TgDf˜þš ˆÿÿ%`•Àˆÿÿ.XgDf˜Àˆÿÿ%`•hÁˆÿÿ.\gDf˜hÁˆÿÿ%`•Јÿÿ.`gDf˜Ðˆÿÿ%`•8Ĉÿÿ.dgDf˜8Ĉÿÿ%`• Åˆÿÿ.hgDf˜ Åˆÿÿ%`•Ljÿÿ.lgDf˜Çˆÿÿ%`•pȈÿÿ.pgDf˜pȈÿÿ%`•ØÉˆÿÿ.tgDf˜ØÉˆÿÿ%`•@ˈÿÿ.xgDf˜@ˈÿÿ%`•¨Ìˆÿÿ.|gDf˜¨Ìˆÿÿ%`•Έÿÿ.€gDf˜Îˆÿÿ%`•PWˆÿÿ.„gDf˜PWˆÿÿ%`•hQWˆÿÿ.ˆgDf˜hQWˆÿÿ%`•ÐRWˆÿÿ.ŒgDf˜ÐRWˆÿÿ%`•8TWˆÿÿ.gDf˜8TWˆÿÿ%`• UWˆÿÿ.”gDf˜ UWˆÿÿ%`•WWˆÿÿ.˜gDf˜WWˆÿÿ%`•pXWˆÿÿ.œgDf˜pXWˆÿÿ%`•ØYWˆÿÿ. gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ.¤gDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ.¨gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ.¬gDf˜^Wˆÿÿ%`•`¯ˆÿÿ.°gDf˜`¯ˆÿÿ%`•ha¯ˆÿÿ.´gDf˜ha¯ˆÿÿ%`•Ðb¯ˆÿÿ.¸gDf˜Ðb¯ˆÿÿ%`•8d¯ˆÿÿ.¼gDf˜8d¯ˆÿÿ%`• e¯ˆÿÿ.ÀgDf˜ e¯ˆÿÿ%`•g¯ˆÿÿ.ÄgDf˜g¯ˆÿÿ%`•ph¯ˆÿÿ.ÈgDf˜ph¯ˆÿÿ%`•Øi¯ˆÿÿ.ÌgDf˜Øi¯ˆÿÿ%`•@k¯ˆÿÿ.ÐgDf˜@k¯ˆÿÿ%`•¨l¯ˆÿÿ.ÔgDf˜¨l¯ˆÿÿ%`•n¯ˆÿÿ.ØgDf˜n¯ˆÿÿ%`•`7ˆÿÿ.ÜgDf˜`7ˆÿÿ%`•ha7ˆÿÿ.àgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ.ägDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ.ègDf˜8d7ˆÿÿ%`• e7ˆÿÿ.ìgDf˜ e7ˆÿÿ%`•g7ˆÿÿ.ðgDf˜g7ˆÿÿ%`•ph7ˆÿÿ.ôgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ.øgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ.ügDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ/gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ/gDf˜n7ˆÿÿ%`•€ˆÿÿ/gDf˜€ˆÿÿ%`•hˆÿÿ/ gDf˜hˆÿÿ%`•Ђˆÿÿ/gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ/gDf˜8„ˆÿÿ%`• …ˆÿÿ/gDf˜ …ˆÿÿ%`•‡ˆÿÿ/gDf˜‡ˆÿÿ%`•pˆˆÿÿ/ gDf˜pˆˆÿÿ%`•؉ˆÿÿ/$gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ/(gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ/,gDf˜¨Œˆÿÿ%`•Žˆÿÿ/0gDf˜Žˆÿÿ%`•€(ˆÿÿ/4gDf˜€(ˆÿÿ%`•h(ˆÿÿ/8gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ/<gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ/@gDf˜8„(ˆÿÿ%`• …(ˆÿÿ/DgDf˜ …(ˆÿÿ%`•‡(ˆÿÿ/HgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ/LgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ/PgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ/TgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ/XgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ/\gDf˜Ž(ˆÿÿ%`•ðž ˆÿÿ/`gDf˜ðž ˆÿÿ%`•hñž ˆÿÿ/dgDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ/hgDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿ/lgDf˜8ôž ˆÿÿ%`• õž ˆÿÿ/pgDf˜ õž ˆÿÿ%`•÷ž ˆÿÿ/tgDf˜÷ž ˆÿÿ%`•pøž ˆÿÿ/xgDf˜pøž ˆÿÿ%`•Øùž ˆÿÿ/|gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ/€gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿ/„gDf˜¨üž ˆÿÿ%`•þž ˆÿÿ/ˆgDf˜þž ˆÿÿ%`•8ˆÿÿ/ŒgDf˜8ˆÿÿ%`•h8ˆÿÿ/gDf˜h8ˆÿÿ%`•Ð8ˆÿÿ/”gDf˜Ð8ˆÿÿ%`•88ˆÿÿ/˜gDf˜88ˆÿÿ%`• 8ˆÿÿ/œgDf˜ 8ˆÿÿ%`•8ˆÿÿ/ gDf˜8ˆÿÿ%`•p8ˆÿÿ/¤gDf˜p8ˆÿÿ%`•Ø 8ˆÿÿ/¨gDf˜Ø 8ˆÿÿ%`•@ 8ˆÿÿ/¬gDf˜@ 8ˆÿÿ%`•¨ 8ˆÿÿ/°gDf˜¨ 8ˆÿÿ%`•8ˆÿÿ/´gDf˜8ˆÿÿ%`•0µˆÿÿ/¸gDf˜0µˆÿÿ%`•h1µˆÿÿ/¼gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ/ÀgDf˜Ð2µˆÿÿ%`•84µˆÿÿ/ÄgDf˜84µˆÿÿ%`• 5µˆÿÿ/ÈgDf˜ 5µˆÿÿ%`•7µˆÿÿ/ÌgDf˜7µˆÿÿ%`•p8µˆÿÿ/ÐgDf˜p8µˆÿÿ%`•Ø9µˆÿÿ/ÔgDf˜Ø9µˆÿÿ%`•@;µˆÿÿ/ØgDf˜@;µˆÿÿ%`•¨<µˆÿÿ/ÜgDf˜¨<µˆÿÿ%`•>µˆÿÿ/àgDf˜>µˆÿÿ%`•Àµˆÿÿ/ägDf˜Àµˆÿÿ%`•hÁµˆÿÿ/ègDf˜hÁµˆÿÿ%`•еˆÿÿ/ìgDf˜Ðµˆÿÿ%`•8ĵˆÿÿ/ðgDf˜8ĵˆÿÿ%`• Åµˆÿÿ/ôgDf˜ Åµˆÿÿ%`•ǵˆÿÿ/øgDf˜ǵˆÿÿ%`•pȵˆÿÿ/ügDf˜pȵˆÿÿ%`•ØÉµˆÿÿ0gDf˜ØÉµˆÿÿ%`•@˵ˆÿÿ0gDf˜@˵ˆÿÿ%`•¨Ìµˆÿÿ0 gDf˜¨Ìµˆÿÿ%`•εˆÿÿ0gDf˜εˆÿÿ%`•ðˆÿÿ0gDf˜ðˆÿÿ%`•hñˆÿÿ0gDf˜hñˆÿÿ%`•Ðòˆÿÿ0gDf˜Ðòˆÿÿ%`•8ôˆÿÿ0 gDf˜8ôˆÿÿ%`• õˆÿÿ0$gDf˜ õˆÿÿ%`•÷ˆÿÿ0(gDf˜÷ˆÿÿ%`•pøˆÿÿ0,gDf˜pøˆÿÿ%`•Øùˆÿÿ00gDf˜Øùˆÿÿ%`•@ûˆÿÿ04gDf˜@ûˆÿÿ%`•¨üˆÿÿ08gDf˜¨üˆÿÿ%`•þˆÿÿ0<gDf˜þˆÿÿ%`•À ˆÿÿ0@gDf˜À ˆÿÿ%`•hÁ ˆÿÿ0DgDf˜hÁ ˆÿÿ%`•Рˆÿÿ0HgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ0LgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ0PgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ0TgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ0XgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ0\gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ0`gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ0dgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ0hgDf˜Î ˆÿÿ%`•€ˆÿÿ0lgDf˜€ˆÿÿ%`•hˆÿÿ0pgDf˜hˆÿÿ%`•Ђˆÿÿ0tgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ0xgDf˜8„ˆÿÿ%`• …ˆÿÿ0|gDf˜ …ˆÿÿ%`•‡ˆÿÿ0€gDf˜‡ˆÿÿ%`•pˆˆÿÿ0„gDf˜pˆˆÿÿ%`•؉ˆÿÿ0ˆgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ0ŒgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ0gDf˜¨Œˆÿÿ%`•Žˆÿÿ0”gDf˜Žˆÿÿ%`•¨<™ˆÿÿ0˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0œgDf˜>™ˆÿÿ%`•ØÉˆÿÿ0 gDf˜ØÉˆÿÿ%`•pȈÿÿ0¤gDf˜pȈÿÿ%`•Ljÿÿ0¨gDf˜Çˆÿÿ%`• Åˆÿÿ0¬gDf˜ Åˆÿÿ%`•8Ĉÿÿ0°gDf˜8Ĉÿÿ%`•Јÿÿ0´gDf˜Ðˆÿÿ%`•hÁˆÿÿ0¸gDf˜hÁˆÿÿ%`•Àˆÿÿ0¼gDf˜Àˆÿÿ%`•0 ˆÿÿ0ÀgDf˜0 ˆÿÿ%`•h1 ˆÿÿ0ÄgDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ0ÈgDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ0ÌgDf˜84 ˆÿÿ%`• 5 ˆÿÿ0ÐgDf˜ 5 ˆÿÿ%`•7 ˆÿÿ0ÔgDf˜7 ˆÿÿ%`•p8 ˆÿÿ0ØgDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿ0ÜgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ0àgDf˜@; ˆÿÿ%`•¨< ˆÿÿ0ägDf˜¨< ˆÿÿ%`•> ˆÿÿ0ègDf˜> ˆÿÿ%`•€Lˆÿÿ0ìgDf˜€Lˆÿÿ%`•hLˆÿÿ0ðgDf˜hLˆÿÿ%`•ЂLˆÿÿ0ôgDf˜Ð‚Lˆÿÿ%`• …Lˆÿÿ0øügDf˜ …Lˆÿÿ%`•‡Lˆÿÿ2ôgDf˜‡Lˆÿÿ%`•pˆLˆÿÿ4ügDf˜pˆLˆÿÿ%`•؉Lˆÿÿ6ügDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ8gDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ8 ügDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿ:ügDf˜ŽLˆÿÿ%`•Έÿÿ<gDf˜Îˆÿÿ%`•¨Ìˆÿÿ<,gDf˜¨Ìˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8„LˆÿÿìˆgDf˜8„Lˆÿÿ%`•'ˆÿÿ=<gDf˜'ˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•hÁˆÿÿ=@gDf˜hÁˆÿÿ%`•¨Ìˆÿÿ=D„gDf˜¨Ìˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ=ÈgDf˜'ˆÿÿ%`•¨Ìˆÿÿ=ÌŒgDf˜¨Ìˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>XgDf˜'ˆÿÿ%`•¨Ìˆÿÿ>\ gDf˜¨Ìˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>|gDf˜'ˆÿÿ%`•¨Ìˆÿÿ>€\gDf˜¨Ìˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>ÜgDf˜'ˆÿÿ%`•¨ÌˆÿÿìxgDf˜¨Ìˆÿÿ%`•Àˆÿÿ7ôgDf˜Àˆÿÿ%`•hÁˆÿÿ8ø gDf˜hÁˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•hÁˆÿÿ>àgDf˜hÁˆÿÿ%`•Àˆÿÿ>ägDf˜Àˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?gDf˜'ˆÿÿ%`•Àˆÿÿ? gDf˜Àˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?$gDf˜'ˆÿÿ%`•Àˆÿÿ?(gDf˜Àˆÿÿ%`•Àˆÿÿ?,gDf˜Àˆÿÿ%`•Àˆÿÿ?0gDf˜Àˆÿÿ%`•Àˆÿÿ?4gDf˜Àˆÿÿ%`•Àˆÿÿ?8gDf˜Àˆÿÿ%`•Àˆÿÿ?<gDf˜Àˆÿÿ%`•Àˆÿÿ?@gDf˜Àˆÿÿ%`•Јÿÿ?DgDf˜Ðˆÿÿ%`•8Ĉÿÿ?HgDf˜8Ĉÿÿ%`• Åˆÿÿ?LgDf˜ Åˆÿÿ%`• Åˆÿÿ?PgDf˜ Åˆÿÿ%`•8Ĉÿÿ?TgDf˜8Ĉÿÿ%`•Јÿÿ?XgDf˜Ðˆÿÿ%`•Àˆÿÿ?\gDf˜Àˆÿÿ%`•Έÿÿ?`gDf˜Îˆÿÿ%`•hÁˆÿÿ?dgDf˜hÁˆÿÿ%`•¨Ìˆÿÿ?hgDf˜¨Ìˆÿÿ%`•Ljÿÿ?lgDf˜Çˆÿÿ%`•pȈÿÿ?pgDf˜pȈÿÿ%`•ØÉˆÿÿ?tgDf˜ØÉˆÿÿ%`•ØÉˆÿÿ?xgDf˜ØÉˆÿÿ%`•pȈÿÿ?|gDf˜pȈÿÿ%`•Ljÿÿ?€gDf˜Çˆÿÿ%`•¨Ìˆÿÿ?„gDf˜¨Ìˆÿÿ%`•hÁˆÿÿ?ˆgDf˜hÁˆÿÿ%`•Έÿÿ?ŒgDf˜Îˆÿÿ%`•Àˆÿÿ?gDf˜Àˆÿÿ%`•Јÿÿ?”gDf˜Ðˆÿÿ%`•8Ĉÿÿ?˜gDf˜8Ĉÿÿ%`• Åˆÿÿ?œgDf˜ Åˆÿÿ%`•@ˈÿÿ? gDf˜@ˈÿÿ%`•>™ˆÿÿ?¤gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ?¨gDf˜¨<™ˆÿÿ%`•  ˆÿÿ?¬gDf˜  ˆÿÿ%`•h¡ ˆÿÿ?°gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ?´gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ?¸gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ?¼gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ?ÀgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ?ÄgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ?ÈgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ?ÌgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ?ÐgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ?ÔgDf˜® ˆÿÿ%`•ˆÿÿ?ØgDf˜ˆÿÿ%`•hˆÿÿ?ÜgDf˜hˆÿÿ%`•Јÿÿ?àgDf˜Ðˆÿÿ%`•8ˆÿÿ?ägDf˜8ˆÿÿ%`•8ˆÿÿ?ègDf˜8ˆÿÿ%`•Јÿÿ?ìgDf˜Ðˆÿÿ%`•hˆÿÿ?ðgDf˜hˆÿÿ%`•ˆÿÿ?ôgDf˜ˆÿÿ%`• ˆÿÿ?øgDf˜ ˆÿÿ%`•ˆÿÿ?ügDf˜ˆÿÿ%`•pˆÿÿ@gDf˜pˆÿÿ%`•؈ÿÿ@gDf˜Øˆÿÿ%`•@ˆÿÿ@gDf˜@ˆÿÿ%`•¨ˆÿÿ@ gDf˜¨ˆÿÿ%`•ˆÿÿ@gDf˜ˆÿÿ%`•¨<™ˆÿÿ@gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@gDf˜>™ˆÿÿ%`•0.ˆÿÿ@ gDf˜0.ˆÿÿ%`•h1.ˆÿÿ@$gDf˜h1.ˆÿÿ%`•Ð2.ˆÿÿ@(gDf˜Ð2.ˆÿÿ%`•84.ˆÿÿ@,gDf˜84.ˆÿÿ%`• 5.ˆÿÿ@0gDf˜ 5.ˆÿÿ%`•7.ˆÿÿ@4gDf˜7.ˆÿÿ%`•p8.ˆÿÿ@8gDf˜p8.ˆÿÿ%`•Ø9.ˆÿÿ@<gDf˜Ø9.ˆÿÿ%`•@;.ˆÿÿ@@gDf˜@;.ˆÿÿ%`•¨<.ˆÿÿ@DgDf˜¨<.ˆÿÿ%`•>.ˆÿÿ@HgDf˜>.ˆÿÿ%`•ˆÿÿ@LgDf˜ˆÿÿ%`•hˆÿÿ@PgDf˜hˆÿÿ%`•Јÿÿ@TgDf˜Ðˆÿÿ%`•8ˆÿÿ@XgDf˜8ˆÿÿ%`• ˆÿÿ@\gDf˜ ˆÿÿ%`•ˆÿÿ@`gDf˜ˆÿÿ%`•pˆÿÿ@dgDf˜pˆÿÿ%`•Ø ˆÿÿ@hgDf˜Ø ˆÿÿ%`•@ ˆÿÿ@lgDf˜@ ˆÿÿ%`•¨ ˆÿÿ@pgDf˜¨ ˆÿÿ%`•ˆÿÿ@tgDf˜ˆÿÿ%`•Àº ˆÿÿ@xgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ@|gDf˜hÁº ˆÿÿ%`•к ˆÿÿ@€gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ@„gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ@ˆgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ@ŒgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ@gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ@”gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ@˜gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ@œgDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ@ gDf˜κ ˆÿÿ%`•0ˆÿÿ@¤gDf˜0ˆÿÿ%`•h1ˆÿÿ@¨gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ@¬gDf˜Ð2ˆÿÿ%`•84ˆÿÿ@°gDf˜84ˆÿÿ%`• 5ˆÿÿ@´gDf˜ 5ˆÿÿ%`•7ˆÿÿ@¸gDf˜7ˆÿÿ%`•p8ˆÿÿ@¼gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ@ÀgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ@ÄgDf˜@;ˆÿÿ%`•¨<ˆÿÿ@ÈgDf˜¨<ˆÿÿ%`•>ˆÿÿ@ÌgDf˜>ˆÿÿ%`• ˆÿÿ@ÐgDf˜ ˆÿÿ%`•h ˆÿÿ@ÔgDf˜h ˆÿÿ%`•Ð ˆÿÿ@ØgDf˜Ð ˆÿÿ%`•8 ˆÿÿ@ÜgDf˜8 ˆÿÿ%`•  ˆÿÿ@àgDf˜  ˆÿÿ%`• ˆÿÿ@ägDf˜ ˆÿÿ%`•p ˆÿÿ@ègDf˜p ˆÿÿ%`•Ø  ˆÿÿ@ìgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ@ðgDf˜@  ˆÿÿ%`•¨  ˆÿÿ@ôgDf˜¨  ˆÿÿ%`• ˆÿÿ@øgDf˜ ˆÿÿ%`•`.ˆÿÿ@ügDf˜`.ˆÿÿ%`•ha.ˆÿÿAgDf˜ha.ˆÿÿ%`•Ðb.ˆÿÿAgDf˜Ðb.ˆÿÿ%`•8d.ˆÿÿAgDf˜8d.ˆÿÿ%`• e.ˆÿÿA gDf˜ e.ˆÿÿ%`•g.ˆÿÿAgDf˜g.ˆÿÿ%`•ph.ˆÿÿAgDf˜ph.ˆÿÿ%`•Øi.ˆÿÿAgDf˜Øi.ˆÿÿ%`•@k.ˆÿÿAgDf˜@k.ˆÿÿ%`•¨l.ˆÿÿA gDf˜¨l.ˆÿÿ%`•n.ˆÿÿA$gDf˜n.ˆÿÿ%`•>™ˆÿÿA(gDf˜>™ˆÿÿ%`•¨<™ˆÿÿA,gDf˜¨<™ˆÿÿ%`•Àº ˆÿÿA0gDf˜Àº ˆÿÿ%`•ˆÿÿA4gDf˜ˆÿÿ%`•hˆÿÿA8gDf˜hˆÿÿ%`•ЈÿÿA<gDf˜Ðˆÿÿ%`•8ˆÿÿA@gDf˜8ˆÿÿ%`• ˆÿÿADgDf˜ ˆÿÿ%`•ˆÿÿAHgDf˜ˆÿÿ%`•pˆÿÿALgDf˜pˆÿÿ%`•؈ÿÿAPgDf˜Øˆÿÿ%`•@ˆÿÿATgDf˜@ˆÿÿ%`•¨ˆÿÿAXgDf˜¨ˆÿÿ%`•ˆÿÿA\gDf˜ˆÿÿ%`•GˆÿÿA`gDf˜Gˆÿÿ%`•hGˆÿÿAdgDf˜hGˆÿÿ%`•ÐGˆÿÿAhgDf˜ÐGˆÿÿ%`•8GˆÿÿAlgDf˜8Gˆÿÿ%`• GˆÿÿApgDf˜ Gˆÿÿ%`•GˆÿÿAtgDf˜Gˆÿÿ%`•pGˆÿÿAxgDf˜pGˆÿÿ%`•ØGˆÿÿA|gDf˜ØGˆÿÿ%`•@GˆÿÿA€gDf˜@Gˆÿÿ%`•¨GˆÿÿA„gDf˜¨Gˆÿÿ%`•GˆÿÿAˆgDf˜Gˆÿÿ%`•0Å ˆÿÿAŒgDf˜0Å ˆÿÿ%`•h1Å ˆÿÿAgDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿA”gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿA˜gDf˜84Å ˆÿÿ%`• 5Å ˆÿÿAœgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿA gDf˜7Å ˆÿÿ%`•p8Å ˆÿÿA¤gDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿA¨gDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿA¬gDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿA°gDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿA´gDf˜>Å ˆÿÿ%`•PžˆÿÿA¸gDf˜Pžˆÿÿ%`•hQžˆÿÿA¼gDf˜hQžˆÿÿ%`•ÐRžˆÿÿAÀgDf˜ÐRžˆÿÿ%`•8TžˆÿÿAÄgDf˜8Tžˆÿÿ%`• UžˆÿÿAÈgDf˜ Užˆÿÿ%`•WžˆÿÿAÌgDf˜Wžˆÿÿ%`•pXžˆÿÿAÐgDf˜pXžˆÿÿ%`•ØYžˆÿÿAÔgDf˜ØYžˆÿÿ%`•@[žˆÿÿAØgDf˜@[žˆÿÿ%`•¨\žˆÿÿAÜgDf˜¨\žˆÿÿ%`•^žˆÿÿAàgDf˜^žˆÿÿ%`•ÀˆÿÿAägDf˜Àˆÿÿ%`•hÁˆÿÿAègDf˜hÁˆÿÿ%`•ЈÿÿAìgDf˜Ðˆÿÿ%`•8ĈÿÿAðgDf˜8Ĉÿÿ%`• ÅˆÿÿAôgDf˜ Åˆÿÿ%`•LjÿÿAøgDf˜Çˆÿÿ%`•pȈÿÿAügDf˜pȈÿÿ%`•ØÉˆÿÿBgDf˜ØÉˆÿÿ%`•@ˈÿÿBgDf˜@ˈÿÿ%`•¨ÌˆÿÿBgDf˜¨Ìˆÿÿ%`•ΈÿÿB gDf˜Îˆÿÿ%`•@MˆÿÿBgDf˜@Mˆÿÿ%`•hAMˆÿÿBgDf˜hAMˆÿÿ%`•ÐBMˆÿÿBgDf˜ÐBMˆÿÿ%`•8DMˆÿÿBgDf˜8DMˆÿÿ%`• EMˆÿÿB gDf˜ EMˆÿÿ%`•GMˆÿÿB$gDf˜GMˆÿÿ%`•pHMˆÿÿB(gDf˜pHMˆÿÿ%`•ØIMˆÿÿB,gDf˜ØIMˆÿÿ%`•@KMˆÿÿB0gDf˜@KMˆÿÿ%`•¨LMˆÿÿB4gDf˜¨LMˆÿÿ%`•NMˆÿÿB8gDf˜NMˆÿÿ%`•°ˆÿÿB<gDf˜°ˆÿÿ%`•h±ˆÿÿB@gDf˜h±ˆÿÿ%`•вˆÿÿBDgDf˜Ð²ˆÿÿ%`•8´ˆÿÿBHgDf˜8´ˆÿÿ%`• µˆÿÿBLgDf˜ µˆÿÿ%`•·ˆÿÿBPgDf˜·ˆÿÿ%`•p¸ˆÿÿBTgDf˜p¸ˆÿÿ%`•عˆÿÿBXgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿB\gDf˜@»ˆÿÿ%`•¨¼ˆÿÿB`gDf˜¨¼ˆÿÿ%`•¾ˆÿÿBdgDf˜¾ˆÿÿ%`•°¹ˆÿÿBhgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿBlgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿBpgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿBtgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿBxgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿB|gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿB€gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿB„gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿBˆgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿBŒgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿBgDf˜¾¹ˆÿÿ%`•°GˆÿÿB”gDf˜°Gˆÿÿ%`•h±GˆÿÿB˜gDf˜h±Gˆÿÿ%`•вGˆÿÿBœgDf˜Ð²Gˆÿÿ%`•8´GˆÿÿB gDf˜8´Gˆÿÿ%`• µGˆÿÿB¤gDf˜ µGˆÿÿ%`•·GˆÿÿB¨gDf˜·Gˆÿÿ%`•p¸GˆÿÿB¬gDf˜p¸Gˆÿÿ%`•عGˆÿÿB°gDf˜Ø¹Gˆÿÿ%`•@»GˆÿÿB´gDf˜@»Gˆÿÿ%`•¨¼GˆÿÿB¸gDf˜¨¼Gˆÿÿ%`•¾GˆÿÿB¼gDf˜¾Gˆÿÿ%`•P6ˆÿÿBÀgDf˜P6ˆÿÿ%`•hQ6ˆÿÿBÄgDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿBÈgDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿBÌgDf˜8T6ˆÿÿ%`• U6ˆÿÿBÐgDf˜ U6ˆÿÿ%`•W6ˆÿÿBÔgDf˜W6ˆÿÿ%`•pX6ˆÿÿBØgDf˜pX6ˆÿÿ%`•ØY6ˆÿÿBÜgDf˜ØY6ˆÿÿ%`•@[6ˆÿÿBàgDf˜@[6ˆÿÿ%`•¨\6ˆÿÿBägDf˜¨\6ˆÿÿ%`•^6ˆÿÿBègDf˜^6ˆÿÿ%`• ‚ ˆÿÿBìgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿBðgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿBôgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿBøgDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿBügDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿCgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿCgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿCgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿC gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿCgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿCgDf˜®‚ ˆÿÿ%`•κ ˆÿÿCgDf˜κ ˆÿÿ%`•¨Ìº ˆÿÿCgDf˜¨Ìº ˆÿÿ%`•@˺ ˆÿÿC gDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿC$gDf˜ØÉº ˆÿÿ%`•pȺ ˆÿÿC(gDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿC,gDf˜Ǻ ˆÿÿ%`• Åº ˆÿÿC0gDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿC4gDf˜8ĺ ˆÿÿ%`•к ˆÿÿC8gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿC<gDf˜hÁº ˆÿÿ%`•`¿ˆÿÿC@gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿCDgDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿCHgDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿCLgDf˜8d¿ˆÿÿ%`• e¿ˆÿÿCPgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿCTgDf˜g¿ˆÿÿ%`•ph¿ˆÿÿCXgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿC\gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿC`gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿCdgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿChgDf˜n¿ˆÿÿ%`•`$ˆÿÿClgDf˜`$ˆÿÿ%`•ha$ˆÿÿCpgDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿCtgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿCxgDf˜8d$ˆÿÿ%`• e$ˆÿÿC|gDf˜ e$ˆÿÿ%`•g$ˆÿÿC€gDf˜g$ˆÿÿ%`•ph$ˆÿÿC„gDf˜ph$ˆÿÿ%`•Øi$ˆÿÿCˆgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿCŒgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿCgDf˜¨l$ˆÿÿ%`•n$ˆÿÿC”gDf˜n$ˆÿÿ%`•¨<™ˆÿÿC˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿCœgDf˜>™ˆÿÿ%`•Àº ˆÿÿC gDf˜Àº ˆÿÿ%`•pGˆÿÿC¤gDf˜pGˆÿÿ%`•GˆÿÿC¨gDf˜Gˆÿÿ%`• GˆÿÿC¬gDf˜ Gˆÿÿ%`•8GˆÿÿC°gDf˜8Gˆÿÿ%`•ÐGˆÿÿC´gDf˜ÐGˆÿÿ%`•hGˆÿÿC¸gDf˜hGˆÿÿ%`•GˆÿÿC¼gDf˜Gˆÿÿ%`•0.ˆÿÿCÀgDf˜0.ˆÿÿ%`•h1.ˆÿÿCÄgDf˜h1.ˆÿÿ%`•Ð2.ˆÿÿCÈgDf˜Ð2.ˆÿÿ%`•84.ˆÿÿCÌgDf˜84.ˆÿÿ%`• 5.ˆÿÿCÐgDf˜ 5.ˆÿÿ%`•7.ˆÿÿCÔgDf˜7.ˆÿÿ%`•p8.ˆÿÿCØgDf˜p8.ˆÿÿ%`•Ø9.ˆÿÿCÜgDf˜Ø9.ˆÿÿ%`•@;.ˆÿÿCàgDf˜@;.ˆÿÿ%`•¨<.ˆÿÿ¤gDf˜¨<.ˆÿÿ%`•>.ˆÿÿ¨gDf˜>.ˆÿÿ%`•P­ˆÿÿ¬gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ°gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ´gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ¸gDf˜8T­ˆÿÿ%`• U­ˆÿÿ¼gDf˜ U­ˆÿÿ%`•W­ˆÿÿÀgDf˜W­ˆÿÿ%`•pX­ˆÿÿÄgDf˜pX­ˆÿÿ%`•ØY­ˆÿÿÈgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿÌgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿÔgDf˜¨\­ˆÿÿ%`•^­ˆÿÿØgDf˜^­ˆÿÿ%`•GˆÿÿÜgDf˜Gˆÿÿ%`•¨GˆÿÿàgDf˜¨Gˆÿÿ%`•@GˆÿÿägDf˜@Gˆÿÿ%`•ØGˆÿÿègDf˜ØGˆÿÿ%`•LjÿÿìgDf˜Çˆÿÿ%`• ÅˆÿÿðgDf˜ Åˆÿÿ%`•8ĈÿÿôgDf˜8Ĉÿÿ%`•ЈÿÿøgDf˜Ðˆÿÿ%`•hÁˆÿÿügDf˜hÁˆÿÿ%`•ÀˆÿÿgDf˜Àˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•h ˆÿÿgDf˜h ˆÿÿ%`•Ð ˆÿÿ gDf˜Ð ˆÿÿ%`•8 ˆÿÿgDf˜8 ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•p ˆÿÿgDf˜p ˆÿÿ%`•Ø  ˆÿÿ gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ$gDf˜@  ˆÿÿ%`•¨  ˆÿÿ(gDf˜¨  ˆÿÿ%`• ˆÿÿ,gDf˜ ˆÿÿ%`•0µˆÿÿ0gDf˜0µˆÿÿ%`•h1µˆÿÿ4gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ8gDf˜Ð2µˆÿÿ%`•84µˆÿÿ<gDf˜84µˆÿÿ%`• 5µˆÿÿ@gDf˜ 5µˆÿÿ%`•7µˆÿÿDgDf˜7µˆÿÿ%`•p8µˆÿÿHgDf˜p8µˆÿÿ%`•Ø9µˆÿÿLgDf˜Ø9µˆÿÿ%`•@;µˆÿÿPgDf˜@;µˆÿÿ%`•¨<µˆÿÿTgDf˜¨<µˆÿÿ%`•>µˆÿÿXgDf˜>µˆÿÿ%`•Έÿÿ\gDf˜Îˆÿÿ%`•¨Ìˆÿÿ`gDf˜¨Ìˆÿÿ%`•@ˈÿÿdgDf˜@ˈÿÿ%`•ØÉˆÿÿhgDf˜ØÉˆÿÿ%`•pȈÿÿlgDf˜pȈÿÿ%`• µ¹ˆÿÿpgDf˜ µ¹ˆÿÿ%`•8´¹ˆÿÿtgDf˜8´¹ˆÿÿ%`•в¹ˆÿÿxgDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿ|gDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ€gDf˜°¹ˆÿÿ%`•pˆÿÿ„gDf˜pˆÿÿ%`•hpˆÿÿˆgDf˜hpˆÿÿ%`•ÐpˆÿÿŒgDf˜Ðpˆÿÿ%`•8pˆÿÿgDf˜8pˆÿÿ%`• pˆÿÿ”gDf˜ pˆÿÿ%`•pˆÿÿ˜gDf˜pˆÿÿ%`•ppˆÿÿœgDf˜ppˆÿÿ%`•Ø pˆÿÿ gDf˜Ø pˆÿÿ%`•@ pˆÿÿ¤gDf˜@ pˆÿÿ%`•¨ pˆÿÿ¨gDf˜¨ pˆÿÿ%`•pˆÿÿ¬gDf˜pˆÿÿ%`•`2 ˆÿÿ°gDf˜`2 ˆÿÿ%`•ha2 ˆÿÿ´gDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿ¸gDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿ¼gDf˜8d2 ˆÿÿ%`• e2 ˆÿÿÀgDf˜ e2 ˆÿÿ%`•g2 ˆÿÿÄgDf˜g2 ˆÿÿ%`•ph2 ˆÿÿÈgDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿÌgDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿÐgDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿÔgDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿØgDf˜n2 ˆÿÿ%`•¾¹ˆÿÿÜgDf˜¾¹ˆÿÿ%`•¨¼¹ˆÿÿàgDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿägDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿègDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿìgDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿðgDf˜·¹ˆÿÿ%`•8¤‚ ˆÿÿôgDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿøgDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿügDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿgDf˜ ‚ ˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•hŽˆÿÿgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ gDf˜ÐŽˆÿÿ%`•8ŽˆÿÿgDf˜8Žˆÿÿ%`• ŽˆÿÿgDf˜ Žˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•pŽˆÿÿgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ$gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ(gDf˜¨ Žˆÿÿ%`•Žˆÿÿ,gDf˜Žˆÿÿ%`•À ˆÿÿ0gDf˜À ˆÿÿ%`•hÁ ˆÿÿ4gDf˜hÁ ˆÿÿ%`•Рˆÿÿ8gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ<gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ@gDf˜ Å ˆÿÿ%`•Ç ˆÿÿDgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿHgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿLgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿPgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿTgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿXgDf˜Î ˆÿÿ%`•®‚ ˆÿÿ\gDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ`gDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿdgDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿhgDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿlgDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿpgDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿtgDf˜ ¥‚ ˆÿÿ%`•hÁº ˆÿÿxgDf˜hÁº ˆÿÿ%`•к ˆÿÿ|gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ€gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ„gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿˆgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿŒgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ”gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ˜gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿœgDf˜κ ˆÿÿ%`•8d$ˆÿÿ gDf˜8d$ˆÿÿ%`•Ðb$ˆÿÿ¤gDf˜Ðb$ˆÿÿ%`•ha$ˆÿÿ¨gDf˜ha$ˆÿÿ%`•`$ˆÿÿ¬gDf˜`$ˆÿÿ%`• ˆÿÿ°gDf˜ ˆÿÿ%`•h ˆÿÿ´gDf˜h ˆÿÿ%`•Ð ˆÿÿ¸gDf˜Ð ˆÿÿ%`•8 ˆÿÿ¼gDf˜8 ˆÿÿ%`•  ˆÿÿÀgDf˜  ˆÿÿ%`• ˆÿÿÄgDf˜ ˆÿÿ%`•p ˆÿÿÈgDf˜p ˆÿÿ%`•Ø  ˆÿÿÌgDf˜Ø  ˆÿÿ%`•@  ˆÿÿÐgDf˜@  ˆÿÿ%`•¨  ˆÿÿÔgDf˜¨  ˆÿÿ%`• ˆÿÿØgDf˜ ˆÿÿ%`•n$ˆÿÿÜgDf˜n$ˆÿÿ%`•¨l$ˆÿÿàgDf˜¨l$ˆÿÿ%`•@k$ˆÿÿägDf˜@k$ˆÿÿ%`•Øi$ˆÿÿègDf˜Øi$ˆÿÿ%`•ph$ˆÿÿìgDf˜ph$ˆÿÿ%`•g$ˆÿÿðgDf˜g$ˆÿÿ%`• e$ˆÿÿôgDf˜ e$ˆÿÿ%`•>™ˆÿÿøgDf˜>™ˆÿÿ%`•¨<™ˆÿÿügDf˜¨<™ˆÿÿ%`•Àº ˆÿÿgDf˜Àº ˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•hGˆÿÿgDf˜hGˆÿÿ%`•ÐGˆÿÿ gDf˜ÐGˆÿÿ%`•8GˆÿÿgDf˜8Gˆÿÿ%`• GˆÿÿgDf˜ Gˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•pGˆÿÿgDf˜pGˆÿÿ%`•8T­ˆÿÿ gDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿ$gDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ(gDf˜hQ­ˆÿÿ%`•P­ˆÿÿ,gDf˜P­ˆÿÿ%`•P¦ˆÿÿ0gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ4gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ8gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ<gDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ@gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿDgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿHgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿLgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿPgDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿTgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿXgDf˜^¦ˆÿÿ%`•^­ˆÿÿ\gDf˜^­ˆÿÿ%`•¨\­ˆÿÿ`gDf˜¨\­ˆÿÿ%`•@[­ˆÿÿdgDf˜@[­ˆÿÿ%`•ØY­ˆÿÿhgDf˜ØY­ˆÿÿ%`•pX­ˆÿÿlgDf˜pX­ˆÿÿ%`•W­ˆÿÿpgDf˜W­ˆÿÿ%`• U­ˆÿÿtgDf˜ U­ˆÿÿ%`•ØGˆÿÿxgDf˜ØGˆÿÿ%`•@Gˆÿÿ|gDf˜@Gˆÿÿ%`•¨Gˆÿÿ€gDf˜¨Gˆÿÿ%`•Gˆÿÿ„gDf˜Gˆÿÿ%`•ÀˆÿÿˆgDf˜Àˆÿÿ%`•hÁˆÿÿŒgDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8Ĉÿÿ”gDf˜8Ĉÿÿ%`• Åˆÿÿ˜gDf˜ Åˆÿÿ%`•LjÿÿœgDf˜Çˆÿÿ%`•84µˆÿÿ gDf˜84µˆÿÿ%`•Ð2µˆÿÿ¤gDf˜Ð2µˆÿÿ%`•h1µˆÿÿ¨gDf˜h1µˆÿÿ%`•0µˆÿÿ¬gDf˜0µˆÿÿ%`•Àhˆÿÿ°gDf˜Àhˆÿÿ%`•hÁhˆÿÿ´gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ¸gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ¼gDf˜8Ähˆÿÿ%`• ÅhˆÿÿÀgDf˜ Åhˆÿÿ%`•ÇhˆÿÿÄgDf˜Çhˆÿÿ%`•pÈhˆÿÿÈgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿÌgDf˜ØÉhˆÿÿ%`•@ËhˆÿÿÐgDf˜@Ëhˆÿÿ%`•¨ÌhˆÿÿÔgDf˜¨Ìhˆÿÿ%`•ÎhˆÿÿØgDf˜Îhˆÿÿ%`•>µˆÿÿÜgDf˜>µˆÿÿ%`•¨<µˆÿÿàgDf˜¨<µˆÿÿ%`•@;µˆÿÿägDf˜@;µˆÿÿ%`•Ø9µˆÿÿègDf˜Ø9µˆÿÿ%`•p8µˆÿÿìgDf˜p8µˆÿÿ%`•7µˆÿÿðgDf˜7µˆÿÿ%`• 5µˆÿÿôgDf˜ 5µˆÿÿ%`•pȈÿÿøgDf˜pȈÿÿ%`•ØÉˆÿÿügDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨ÌˆÿÿgDf˜¨Ìˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•°¹ˆÿÿ gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿgDf˜ µ¹ˆÿÿ%`•8d2 ˆÿÿ gDf˜8d2 ˆÿÿ%`•Ðb2 ˆÿÿ$gDf˜Ðb2 ˆÿÿ%`•ha2 ˆÿÿ(gDf˜ha2 ˆÿÿ%`•`2 ˆÿÿ,gDf˜`2 ˆÿÿ%`•€Lˆÿÿ0gDf˜€Lˆÿÿ%`•hLˆÿÿ4gDf˜hLˆÿÿ%`•ЂLˆÿÿ8gDf˜Ð‚Lˆÿÿ%`•8„Lˆÿÿ<gDf˜8„Lˆÿÿ%`• …Lˆÿÿ@gDf˜ …Lˆÿÿ%`•‡LˆÿÿDgDf˜‡Lˆÿÿ%`•pˆLˆÿÿHgDf˜pˆLˆÿÿ%`•؉LˆÿÿLgDf˜Ø‰Lˆÿÿ%`•@‹LˆÿÿPgDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿTgDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿXgDf˜ŽLˆÿÿ%`•n2 ˆÿÿ\gDf˜n2 ˆÿÿ%`•¨l2 ˆÿÿ`gDf˜¨l2 ˆÿÿ%`•@k2 ˆÿÿdgDf˜@k2 ˆÿÿ%`•Øi2 ˆÿÿhgDf˜Øi2 ˆÿÿ%`•ph2 ˆÿÿlgDf˜ph2 ˆÿÿ%`•g2 ˆÿÿpgDf˜g2 ˆÿÿ%`• e2 ˆÿÿtgDf˜ e2 ˆÿÿ%`•·¹ˆÿÿxgDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ|gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ€gDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ„gDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿˆgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿŒgDf˜¾¹ˆÿÿ%`• ‚ ˆÿÿgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ”gDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ˜gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿœgDf˜8¤‚ ˆÿÿ%`•8Ä ˆÿÿ gDf˜8Ä ˆÿÿ%`•Рˆÿÿ¤gDf˜Ð ˆÿÿ%`•hÁ ˆÿÿ¨gDf˜hÁ ˆÿÿ%`•À ˆÿÿ¬gDf˜À ˆÿÿ%`•­ˆÿÿ°gDf˜­ˆÿÿ%`•h­ˆÿÿ´gDf˜h­ˆÿÿ%`•Эˆÿÿ¸gDf˜Ð­ˆÿÿ%`•8­ˆÿÿ¼gDf˜8­ˆÿÿ%`• ­ˆÿÿÀgDf˜ ­ˆÿÿ%`•­ˆÿÿÄgDf˜­ˆÿÿ%`•p­ˆÿÿÈgDf˜p­ˆÿÿ%`•Ø­ˆÿÿÌgDf˜Ø­ˆÿÿ%`•@­ˆÿÿÐgDf˜@­ˆÿÿ%`•¨­ˆÿÿÜgDf˜¨­ˆÿÿ%`•­ˆÿÿàgDf˜­ˆÿÿ%`•Î ˆÿÿägDf˜Î ˆÿÿ%`•¨Ì ˆÿÿègDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿìgDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿðgDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿôgDf˜pÈ ˆÿÿ%`•Ç ˆÿÿøgDf˜Ç ˆÿÿ%`• Å ˆÿÿügDf˜ Å ˆÿÿ%`• ¥‚ ˆÿÿgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ gDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿgDf˜®‚ ˆÿÿ%`•κ ˆÿÿgDf˜κ ˆÿÿ%`•¨Ìº ˆÿÿ gDf˜¨Ìº ˆÿÿ%`•@˺ ˆÿÿ$gDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ(gDf˜ØÉº ˆÿÿ%`•pȺ ˆÿÿ,gDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿ0gDf˜Ǻ ˆÿÿ%`• Åº ˆÿÿ4gDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿ8gDf˜8ĺ ˆÿÿ%`•к ˆÿÿ<gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ@gDf˜hÁº ˆÿÿ%`•Àº ˆÿÿDgDf˜Àº ˆÿÿ%`•¨<™ˆÿÿHgDf˜¨<™ˆÿÿ%`•>™ˆÿÿLgDf˜>™ˆÿÿ%`•pGˆÿÿPgDf˜pGˆÿÿ%`•GˆÿÿTgDf˜Gˆÿÿ%`• GˆÿÿXgDf˜ Gˆÿÿ%`•8Gˆÿÿ\gDf˜8Gˆÿÿ%`•ÐGˆÿÿ`gDf˜ÐGˆÿÿ%`•hGˆÿÿdgDf˜hGˆÿÿ%`•GˆÿÿhgDf˜Gˆÿÿ%`•P­ˆÿÿlgDf˜P­ˆÿÿ%`•hQ­ˆÿÿpgDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿtgDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿxgDf˜8T­ˆÿÿ%`•8T¦ˆÿÿ|gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ€gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ„gDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿˆgDf˜P¦ˆÿÿ%`•P̈ÿÿŒgDf˜P̈ÿÿ%`•hQ̈ÿÿgDf˜hQ̈ÿÿ%`•ÐR̈ÿÿ”gDf˜ÐR̈ÿÿ%`•8T̈ÿÿ˜gDf˜8T̈ÿÿ%`• ÜÿÿœgDf˜ Üÿÿ%`•Ẅÿÿ gDf˜Ẅÿÿ%`•pẌÿÿ¤gDf˜pẌÿÿ%`•ØŸÿÿ¨gDf˜ØŸÿÿ%`•@[̈ÿÿ¬gDf˜@[̈ÿÿ%`•¨\̈ÿÿ°gDf˜¨\̈ÿÿ%`•^̈ÿÿ´gDf˜^̈ÿÿ%`•ˆÿÿ¸gDf˜ˆÿÿ%`•hˆÿÿ¼gDf˜hˆÿÿ%`•ЈÿÿÀgDf˜Ðˆÿÿ%`•8ˆÿÿÄgDf˜8ˆÿÿ%`• ˆÿÿÈgDf˜ ˆÿÿ%`•ˆÿÿÌgDf˜ˆÿÿ%`•pˆÿÿÐgDf˜pˆÿÿ%`•؈ÿÿÔgDf˜Øˆÿÿ%`•@ˆÿÿØgDf˜@ˆÿÿ%`•¨ˆÿÿÜgDf˜¨ˆÿÿ%`•ˆÿÿàgDf˜ˆÿÿ%`•^¦ˆÿÿägDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿègDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿìgDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿðgDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿôgDf˜pX¦ˆÿÿ%`•W¦ˆÿÿøgDf˜W¦ˆÿÿ%`• U¦ˆÿÿügDf˜ U¦ˆÿÿ%`• U­ˆÿÿ gDf˜ U­ˆÿÿ%`•W­ˆÿÿ gDf˜W­ˆÿÿ%`•pX­ˆÿÿ gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ gDf˜¨\­ˆÿÿ%`•^­ˆÿÿ gDf˜^­ˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•¨Gˆÿÿ gDf˜¨Gˆÿÿ%`•@Gˆÿÿ $gDf˜@Gˆÿÿ%`•ØGˆÿÿ (gDf˜ØGˆÿÿ%`•Ljÿÿ ,gDf˜Çˆÿÿ%`• Åˆÿÿ 0gDf˜ Åˆÿÿ%`•8Ĉÿÿ 4gDf˜8Ĉÿÿ%`•Јÿÿ 8gDf˜Ðˆÿÿ%`•hÁˆÿÿ <gDf˜hÁˆÿÿ%`•Àˆÿÿ @gDf˜Àˆÿÿ%`•Έÿÿ DgDf˜Îˆÿÿ%`•¨Ìˆÿÿ HgDf˜¨Ìˆÿÿ%`•@ˈÿÿ LgDf˜@ˈÿÿ%`•ØÉˆÿÿ PgDf˜ØÉˆÿÿ%`•pȈÿÿ TgDf˜pȈÿÿ%`• µ¹ˆÿÿ XgDf˜ µ¹ˆÿÿ%`•8´¹ˆÿÿ \gDf˜8´¹ˆÿÿ%`•в¹ˆÿÿ `gDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿ dgDf˜h±¹ˆÿÿ%`•°¹ˆÿÿ hgDf˜°¹ˆÿÿ%`•`2 ˆÿÿ lgDf˜`2 ˆÿÿ%`•ha2 ˆÿÿ pgDf˜ha2 ˆÿÿ%`•Ðb2 ˆÿÿ tgDf˜Ðb2 ˆÿÿ%`•8d2 ˆÿÿ xgDf˜8d2 ˆÿÿ%`•8„Lˆÿÿ |gDf˜8„Lˆÿÿ%`•ЂLˆÿÿ €gDf˜Ð‚Lˆÿÿ%`•hLˆÿÿ „gDf˜hLˆÿÿ%`•€Lˆÿÿ ˆgDf˜€Lˆÿÿ%`•À ˆÿÿ ŒgDf˜À ˆÿÿ%`•hÁ ˆÿÿ gDf˜hÁ ˆÿÿ%`•Рˆÿÿ ”gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ ˜gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ œgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ  gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ ¤gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ ¨gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ ¬gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ °gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ ´gDf˜Î ˆÿÿ%`•@Mˆÿÿ ¸gDf˜@Mˆÿÿ%`•hAMˆÿÿ ¼gDf˜hAMˆÿÿ%`•ÐBMˆÿÿ ÀgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ ÄgDf˜8DMˆÿÿ%`• EMˆÿÿ ÈgDf˜ EMˆÿÿ%`•GMˆÿÿ ÌgDf˜GMˆÿÿ%`•pHMˆÿÿ ÐgDf˜pHMˆÿÿ%`•ØIMˆÿÿ ÔgDf˜ØIMˆÿÿ%`•@KMˆÿÿ ØgDf˜@KMˆÿÿ%`•¨LMˆÿÿ ÜgDf˜¨LMˆÿÿ%`•NMˆÿÿ àgDf˜NMˆÿÿ%`•ŽLˆÿÿ ägDf˜ŽLˆÿÿ%`•¨ŒLˆÿÿ ègDf˜¨ŒLˆÿÿ%`•@‹Lˆÿÿ ìgDf˜@‹Lˆÿÿ%`•؉Lˆÿÿ ðgDf˜Ø‰Lˆÿÿ%`•pˆLˆÿÿ ôgDf˜pˆLˆÿÿ%`•‡Lˆÿÿ øgDf˜‡Lˆÿÿ%`• …Lˆÿÿ ügDf˜ …Lˆÿÿ%`• e2 ˆÿÿ gDf˜ e2 ˆÿÿ%`•g2 ˆÿÿ gDf˜g2 ˆÿÿ%`•ph2 ˆÿÿ gDf˜ph2 ˆÿÿ%`•Øi2 ˆÿÿ gDf˜Øi2 ˆÿÿ%`•@k2 ˆÿÿ gDf˜@k2 ˆÿÿ%`•¨l2 ˆÿÿ gDf˜¨l2 ˆÿÿ%`•n2 ˆÿÿ gDf˜n2 ˆÿÿ%`•¾¹ˆÿÿ gDf˜¾¹ˆÿÿ%`•¨¼¹ˆÿÿ gDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿ $gDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿ (gDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿ ,gDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿ 0gDf˜·¹ˆÿÿ%`•8¤‚ ˆÿÿ 4gDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ 8gDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ <gDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ @gDf˜ ‚ ˆÿÿ%`•®‚ ˆÿÿ DgDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ HgDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿ LgDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿ PgDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ TgDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ XgDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ \gDf˜ ¥‚ ˆÿÿ%`•Àº ˆÿÿ `gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ dgDf˜hÁº ˆÿÿ%`•к ˆÿÿ hgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ lgDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ pgDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ tgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ xgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ |gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ €gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ „gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ ˆgDf˜κ ˆÿÿ%`•`¿ˆÿÿ ŒgDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ ”gDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ ˜gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ œgDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ  gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ ¤gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ ¨gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ ¬gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ °gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ ´gDf˜n¿ˆÿÿ%`•PLˆÿÿ ¸gDf˜PLˆÿÿ%`•hQLˆÿÿ ¼gDf˜hQLˆÿÿ%`•ÐRLˆÿÿ ÀgDf˜ÐRLˆÿÿ%`•8TLˆÿÿ ÄgDf˜8TLˆÿÿ%`• ULˆÿÿ ÈgDf˜ ULˆÿÿ%`•WLˆÿÿ ÌgDf˜WLˆÿÿ%`•pXLˆÿÿ ÐgDf˜pXLˆÿÿ%`•ØYLˆÿÿ ÔgDf˜ØYLˆÿÿ%`•@[Lˆÿÿ ØgDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ ÜgDf˜¨\Lˆÿÿ%`•^Lˆÿÿ àgDf˜^Lˆÿÿ%`•>™ˆÿÿ ägDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ègDf˜¨<™ˆÿÿ%`•Gˆÿÿ ìgDf˜Gˆÿÿ%`•hGˆÿÿ ðgDf˜hGˆÿÿ%`•ÐGˆÿÿ ôgDf˜ÐGˆÿÿ%`•8Gˆÿÿ øgDf˜8Gˆÿÿ%`• Gˆÿÿ ügDf˜ Gˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•pGˆÿÿ gDf˜pGˆÿÿ%`•8T­ˆÿÿ gDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿ gDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ gDf˜hQ­ˆÿÿ%`•P­ˆÿÿ gDf˜P­ˆÿÿ%`•P¦ˆÿÿ gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ $gDf˜8T¦ˆÿÿ%`•8ˆÿÿ (gDf˜8ˆÿÿ%`•Јÿÿ ,gDf˜Ðˆÿÿ%`•hˆÿÿ 0gDf˜hˆÿÿ%`•ˆÿÿ 4gDf˜ˆÿÿ%`•PÚˆÿÿ 8gDf˜PÚˆÿÿ%`•hQÚˆÿÿ <gDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ @gDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ DgDf˜8TÚˆÿÿ%`• UÚˆÿÿ HgDf˜ UÚˆÿÿ%`•WÚˆÿÿ LgDf˜WÚˆÿÿ%`•pXÚˆÿÿ PgDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ TgDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ XgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ \gDf˜¨\Úˆÿÿ%`•^Úˆÿÿ `gDf˜^Úˆÿÿ%`•ˆÿÿ dgDf˜ˆÿÿ%`•¨ˆÿÿ hgDf˜¨ˆÿÿ%`•@ˆÿÿ lgDf˜@ˆÿÿ%`•؈ÿÿ pgDf˜Øˆÿÿ%`•pˆÿÿ tgDf˜pˆÿÿ%`•ˆÿÿ xgDf˜ˆÿÿ%`• ˆÿÿ |gDf˜ ˆÿÿ%`• U¦ˆÿÿ €gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ „gDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ ˆgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ ŒgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ ”gDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ ˜gDf˜^¦ˆÿÿ%`•^­ˆÿÿ œgDf˜^­ˆÿÿ%`•¨\­ˆÿÿ  gDf˜¨\­ˆÿÿ%`•@[­ˆÿÿ ¤gDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ ¨gDf˜ØY­ˆÿÿ%`•pX­ˆÿÿ ¬gDf˜pX­ˆÿÿ%`•W­ˆÿÿ °gDf˜W­ˆÿÿ%`• U­ˆÿÿ ´gDf˜ U­ˆÿÿ%`•ØGˆÿÿ ¸gDf˜ØGˆÿÿ%`•@Gˆÿÿ ¼gDf˜@Gˆÿÿ%`•¨Gˆÿÿ ÀgDf˜¨Gˆÿÿ%`•Gˆÿÿ ÄgDf˜Gˆÿÿ%`•°¹ˆÿÿ ÈgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ ÌgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ ÐgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ ÔgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ ØgDf˜ µ¹ˆÿÿ%`•8d2 ˆÿÿ àgDf˜8d2 ˆÿÿ%`•Ðb2 ˆÿÿ ägDf˜Ðb2 ˆÿÿ%`•ha2 ˆÿÿ ègDf˜ha2 ˆÿÿ%`•`2 ˆÿÿ ìgDf˜`2 ˆÿÿ%`•€Lˆÿÿ ðgDf˜€Lˆÿÿ%`•hLˆÿÿ ôgDf˜hLˆÿÿ%`•ЂLˆÿÿ øgDf˜Ð‚Lˆÿÿ%`•8„Lˆÿÿ ügDf˜8„Lˆÿÿ%`•8DMˆÿÿ gDf˜8DMˆÿÿ%`•ÐBMˆÿÿ gDf˜ÐBMˆÿÿ%`•hAMˆÿÿ gDf˜hAMˆÿÿ%`•@Mˆÿÿ gDf˜@Mˆÿÿ%`•P¹ˆÿÿ gDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ gDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ gDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ gDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ $gDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ (gDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ ,gDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ 0gDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ 4gDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ 8gDf˜^¹ˆÿÿ%`•À ˆÿÿ <gDf˜À ˆÿÿ%`•hÁ ˆÿÿ @gDf˜hÁ ˆÿÿ%`•Рˆÿÿ DgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ HgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ LgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ PgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ TgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ XgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ \gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ `gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ dgDf˜Î ˆÿÿ%`•NMˆÿÿ hgDf˜NMˆÿÿ%`•¨LMˆÿÿ lgDf˜¨LMˆÿÿ%`•@KMˆÿÿ pgDf˜@KMˆÿÿ%`•ØIMˆÿÿ tgDf˜ØIMˆÿÿ%`•pHMˆÿÿ xgDf˜pHMˆÿÿ%`•GMˆÿÿ |gDf˜GMˆÿÿ%`• EMˆÿÿ €gDf˜ EMˆÿÿ%`• …Lˆÿÿ „gDf˜ …Lˆÿÿ%`•‡Lˆÿÿ ˆgDf˜‡Lˆÿÿ%`•pˆLˆÿÿ ŒgDf˜pˆLˆÿÿ%`•؉Lˆÿÿ gDf˜Ø‰Lˆÿÿ%`•@‹Lˆÿÿ ”gDf˜@‹Lˆÿÿ%`•¨ŒLˆÿÿ ˜gDf˜¨ŒLˆÿÿ%`•ŽLˆÿÿ œgDf˜ŽLˆÿÿ%`•n2 ˆÿÿ  gDf˜n2 ˆÿÿ%`•¨l2 ˆÿÿ ¤gDf˜¨l2 ˆÿÿ%`•@k2 ˆÿÿ ¨gDf˜@k2 ˆÿÿ%`•Øi2 ˆÿÿ ¬gDf˜Øi2 ˆÿÿ%`•ph2 ˆÿÿ °gDf˜ph2 ˆÿÿ%`•g2 ˆÿÿ ´gDf˜g2 ˆÿÿ%`• e2 ˆÿÿ ¸gDf˜ e2 ˆÿÿ%`•·¹ˆÿÿ ¼gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ ÀgDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ ÄgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ ÈgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ ÌgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ ÐgDf˜¾¹ˆÿÿ%`•8TLˆÿÿ ÔgDf˜8TLˆÿÿ%`•ÐRLˆÿÿ ØgDf˜ÐRLˆÿÿ%`•hQLˆÿÿ ÜgDf˜hQLˆÿÿ%`•PLˆÿÿ àgDf˜PLˆÿÿ%`•0ˆÿÿ ägDf˜0ˆÿÿ%`•h1ˆÿÿ ègDf˜h1ˆÿÿ%`•Ð2ˆÿÿ ìgDf˜Ð2ˆÿÿ%`•84ˆÿÿ ðgDf˜84ˆÿÿ%`• 5ˆÿÿ ôgDf˜ 5ˆÿÿ%`•7ˆÿÿ øgDf˜7ˆÿÿ%`•p8ˆÿÿ ügDf˜p8ˆÿÿ%`•Ø9ˆÿÿ gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ gDf˜@;ˆÿÿ%`•¨<ˆÿÿ gDf˜¨<ˆÿÿ%`•>ˆÿÿ gDf˜>ˆÿÿ%`•`¿ˆÿÿ gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ gDf˜Ðb¿ˆÿÿ%`•8d¿ˆÿÿ gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ gDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ $gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿ (gDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿ ,gDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿ 0gDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿ 4gDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿ 8gDf˜n¿ˆÿÿ%`•­ˆÿÿ <gDf˜­ˆÿÿ%`•h­ˆÿÿ @gDf˜h­ˆÿÿ%`•Эˆÿÿ DgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ HgDf˜8­ˆÿÿ%`• ­ˆÿÿ LgDf˜ ­ˆÿÿ%`•­ˆÿÿ PgDf˜­ˆÿÿ%`•p­ˆÿÿ TgDf˜p­ˆÿÿ%`•Ø­ˆÿÿ XgDf˜Ø­ˆÿÿ%`•@­ˆÿÿ \gDf˜@­ˆÿÿ%`•¨­ˆÿÿ `gDf˜¨­ˆÿÿ%`•­ˆÿÿ dgDf˜­ˆÿÿ%`•^Lˆÿÿ hgDf˜^Lˆÿÿ%`•¨\Lˆÿÿ lgDf˜¨\Lˆÿÿ%`•@[Lˆÿÿ pgDf˜@[Lˆÿÿ%`•ØYLˆÿÿ tgDf˜ØYLˆÿÿ%`•pXLˆÿÿ xgDf˜pXLˆÿÿ%`•WLˆÿÿ |gDf˜WLˆÿÿ%`• ULˆÿÿ €gDf˜ ULˆÿÿ%`•¨<™ˆÿÿ „gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ˆgDf˜>™ˆÿÿ%`•pGˆÿÿ ŒgDf˜pGˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`• Gˆÿÿ ”gDf˜ Gˆÿÿ%`•8Gˆÿÿ ˜gDf˜8Gˆÿÿ%`•ÐGˆÿÿ œgDf˜ÐGˆÿÿ%`•hGˆÿÿ  gDf˜hGˆÿÿ%`•Gˆÿÿ ¤gDf˜Gˆÿÿ%`•P­ˆÿÿ ¨gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ ¬gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ °gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ ´gDf˜8T­ˆÿÿ%`•8T¦ˆÿÿ ¸gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ ¼gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ ÀgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ ÄgDf˜P¦ˆÿÿ%`•^¦ˆÿÿ ÈgDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿ ÌgDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ ÐgDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ ÔgDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ ØgDf˜pX¦ˆÿÿ%`•W¦ˆÿÿ ÜgDf˜W¦ˆÿÿ%`• U¦ˆÿÿ àgDf˜ U¦ˆÿÿ%`• U­ˆÿÿ ägDf˜ U­ˆÿÿ%`•W­ˆÿÿ ègDf˜W­ˆÿÿ%`•pX­ˆÿÿ ìgDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ ðgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ ôgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ øgDf˜¨\­ˆÿÿ%`•^­ˆÿÿ ügDf˜^­ˆÿÿ%`•GˆÿÿgDf˜Gˆÿÿ%`•¨GˆÿÿgDf˜¨Gˆÿÿ%`•@GˆÿÿgDf˜@Gˆÿÿ%`•ØGˆÿÿ gDf˜ØGˆÿÿ%`•ÀˆÿÿgDf˜Àˆÿÿ%`•hÁˆÿÿgDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8Ĉÿÿ gDf˜8Ĉÿÿ%`•hÁˆÿÿ7ègDf˜hÁˆÿÿ%`•Àˆÿÿ`ÈgDf˜Àˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`• ÅˆÿÿgDf˜ Åˆÿÿ%`•ØÉˆÿÿƒ,gDf˜ØÉˆÿÿ%`•pȈÿÿƒ4gDf˜pȈÿÿ%`•LjÿÿÑdgDf˜Çˆÿÿ%`•¨ÌˆÿÿìlgDf˜¨Ìˆÿÿ%`•Έÿÿ! gDf˜Îˆÿÿ%`•@ˈÿÿƒ<gDf˜@ˈÿÿ%`•@ˈÿÿ gDf˜@ˈÿÿ%`•@ˈÿÿ$gDf˜@ˈÿÿ%`•Έÿÿ(gDf˜Îˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•Έÿÿ,´gDf˜Îˆÿÿ%`•@ˈÿÿäHgDf˜@ˈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•@ˈÿÿ0ügDf˜@ˈÿÿ%`•Έÿÿ,gDf˜Îˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`•ΈÿÿL˜gDf˜Îˆÿÿ%`•@ˈÿÿèügDf˜@ˈÿÿ%`•ØÉˆÿÿäügDf˜ØÉˆÿÿ%`•pȈÿÿàgDf˜pȈÿÿ%`• ÅˆÿÿägDf˜ Åˆÿÿ%`•ÀˆÿÿìügDf˜Àˆÿÿ%`•ЈÿÿèôgDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÜgDf˜'ˆÿÿ%`•pȈÿÿ{°gDf˜pȈÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•ЈÿÿzL gDf˜Ðˆÿÿ%`•pȈÿÿ{gDf˜pȈÿÿ%`•pȈÿÿ gDf˜pȈÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•Јÿÿ/øgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ~gDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Јÿÿ{tgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•pȈÿÿ!gDf˜pȈÿÿ%`• Åˆÿÿ}@gDf˜ Åˆÿÿ%`•Àˆÿÿ}`gDf˜Àˆÿÿ%`•Àˆÿÿ gDf˜Àˆÿÿ%`•ÀˆÿÿàgDf˜Àˆÿÿ%`• ÅˆÿÿägDf˜ Åˆÿÿ%`•pȈÿÿðügDf˜pȈÿÿ%`•Јÿÿì@gDf˜Ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•Јÿÿ0gDf˜Ðˆÿÿ%`•Јÿÿ4gDf˜Ðˆÿÿ%`•Јÿÿ8gDf˜Ðˆÿÿ%`•Јÿÿ<gDf˜Ðˆÿÿ%`•Јÿÿ@gDf˜Ðˆÿÿ%`•ЈÿÿDgDf˜Ðˆÿÿ%`•ЈÿÿHgDf˜Ðˆÿÿ%`•ЈÿÿLgDf˜Ðˆÿÿ%`•ЈÿÿPgDf˜Ðˆÿÿ%`•ЈÿÿTgDf˜Ðˆÿÿ%`•@ˈÿÿXgDf˜@ˈÿÿ%`•@ˈÿÿ\gDf˜@ˈÿÿ%`•Јÿÿ`gDf˜Ðˆÿÿ%`•ΈÿÿdgDf˜Îˆÿÿ%`•ØÉˆÿÿhgDf˜ØÉˆÿÿ%`•ØÉˆÿÿlgDf˜ØÉˆÿÿ%`•ΈÿÿpgDf˜Îˆÿÿ%`•ЈÿÿtgDf˜Ðˆÿÿ%`•@ˈÿÿxgDf˜@ˈÿÿ%`•Ljÿÿ|gDf˜Çˆÿÿ%`•¨Ìˆÿÿ€gDf˜¨Ìˆÿÿ%`•Àˆÿÿ„gDf˜Àˆÿÿ%`•pȈÿÿˆgDf˜pȈÿÿ%`• ÅˆÿÿŒgDf˜ Åˆÿÿ%`•hÁˆÿÿgDf˜hÁˆÿÿ%`•8Ĉÿÿ”gDf˜8Ĉÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•¨<™ˆÿÿœgDf˜¨<™ˆÿÿ%`•àˆÿÿ gDf˜àˆÿÿ%`•àˆÿÿ¤gDf˜àˆÿÿ%`•háˆÿÿ¨gDf˜háˆÿÿ%`•Ðâˆÿÿ¬gDf˜Ðâˆÿÿ%`•8äˆÿÿ°gDf˜8äˆÿÿ%`• åˆÿÿ´gDf˜ åˆÿÿ%`•çˆÿÿ¸gDf˜çˆÿÿ%`•pèˆÿÿ¼gDf˜pèˆÿÿ%`•ØéˆÿÿÀgDf˜Øéˆÿÿ%`•@ëˆÿÿÄgDf˜@ëˆÿÿ%`•¨ìˆÿÿÈgDf˜¨ìˆÿÿ%`•îˆÿÿÌgDf˜îˆÿÿ%`•¨<™ˆÿÿÐgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÔgDf˜>™ˆÿÿ%`•€æˆÿÿØgDf˜€æˆÿÿ%`•hæˆÿÿÜgDf˜hæˆÿÿ%`•ЂæˆÿÿàgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿägDf˜8„æˆÿÿ%`• …æˆÿÿègDf˜ …æˆÿÿ%`•‡æˆÿÿìgDf˜‡æˆÿÿ%`•pˆæˆÿÿðgDf˜pˆæˆÿÿ%`•؉æˆÿÿôgDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿøgDf˜@‹æˆÿÿ%`•¨ŒæˆÿÿügDf˜¨Œæˆÿÿ%`•ŽæˆÿÿgDf˜Žæˆÿÿ%`•` ˆÿÿgDf˜` ˆÿÿ%`•ha ˆÿÿgDf˜ha ˆÿÿ%`•Ðb ˆÿÿ gDf˜Ðb ˆÿÿ%`•8d ˆÿÿgDf˜8d ˆÿÿ%`• e ˆÿÿgDf˜ e ˆÿÿ%`•g ˆÿÿgDf˜g ˆÿÿ%`•ph ˆÿÿgDf˜ph ˆÿÿ%`•Øi ˆÿÿ gDf˜Øi ˆÿÿ%`•@k ˆÿÿ$gDf˜@k ˆÿÿ%`•¨l ˆÿÿ(gDf˜¨l ˆÿÿ%`•n ˆÿÿ,gDf˜n ˆÿÿ%`•ˆÿÿ0gDf˜ˆÿÿ%`•hˆÿÿ4gDf˜hˆÿÿ%`•Јÿÿ8gDf˜Ðˆÿÿ%`•8ˆÿÿ<gDf˜8ˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•ˆÿÿDgDf˜ˆÿÿ%`•pˆÿÿHgDf˜pˆÿÿ%`•Ø ˆÿÿLgDf˜Ø ˆÿÿ%`•@ ˆÿÿPgDf˜@ ˆÿÿ%`•¨ ˆÿÿTgDf˜¨ ˆÿÿ%`•ˆÿÿXgDf˜ˆÿÿ%`•€ˆÿÿ\gDf˜€ˆÿÿ%`•hˆÿÿ`gDf˜hˆÿÿ%`•ЂˆÿÿdgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿhgDf˜8„ˆÿÿ%`• …ˆÿÿlgDf˜ …ˆÿÿ%`•‡ˆÿÿpgDf˜‡ˆÿÿ%`•pˆˆÿÿtgDf˜pˆˆÿÿ%`•؉ˆÿÿxgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ|gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ€gDf˜¨Œˆÿÿ%`•Žˆÿÿ„gDf˜Žˆÿÿ%`•>™ˆÿÿˆgDf˜>™ˆÿÿ%`•¨<™ˆÿÿŒgDf˜¨<™ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•ˆÿÿ”gDf˜ˆÿÿ%`•`7ˆÿÿ˜gDf˜`7ˆÿÿ%`•ha7ˆÿÿœgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ¤gDf˜8d7ˆÿÿ%`• e7ˆÿÿ¨gDf˜ e7ˆÿÿ%`•g7ˆÿÿ¬gDf˜g7ˆÿÿ%`•ph7ˆÿÿ°gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ´gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ¸gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ¼gDf˜¨l7ˆÿÿ%`•n7ˆÿÿÀgDf˜n7ˆÿÿ%`•,ˆÿÿÄgDf˜,ˆÿÿ%`•h‘,ˆÿÿÈgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿÌgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿÐgDf˜8”,ˆÿÿ%`• •,ˆÿÿÔgDf˜ •,ˆÿÿ%`•—,ˆÿÿØgDf˜—,ˆÿÿ%`•p˜,ˆÿÿÜgDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿàgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿägDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿègDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿìgDf˜ž,ˆÿÿ%`•ðhˆÿÿôgDf˜ðhˆÿÿ%`•hñhˆÿÿøgDf˜hñhˆÿÿ%`•ÐòhˆÿÿügDf˜Ðòhˆÿÿ%`•8ôhˆÿÿ gDf˜8ôhˆÿÿ%`• õhˆÿÿ gDf˜ õhˆÿÿ%`•÷hˆÿÿ gDf˜÷hˆÿÿ%`•pøhˆÿÿ gDf˜pøhˆÿÿ%`•Øùhˆÿÿ gDf˜Øùhˆÿÿ%`•@ûhˆÿÿ gDf˜@ûhˆÿÿ%`•¨ühˆÿÿ gDf˜¨ühˆÿÿ%`•þhˆÿÿ gDf˜þhˆÿÿ%`•+ˆÿÿ gDf˜+ˆÿÿ%`•h‘+ˆÿÿ $gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ (gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ ,gDf˜8”+ˆÿÿ%`• •+ˆÿÿ 0gDf˜ •+ˆÿÿ%`•—+ˆÿÿ 4gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ 8gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ <gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ @gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ DgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ HgDf˜ž+ˆÿÿ%`•Àˆÿÿ LgDf˜Àˆÿÿ%`•hÁˆÿÿ PgDf˜hÁˆÿÿ%`•Јÿÿ TgDf˜Ðˆÿÿ%`•8Ĉÿÿ XgDf˜8Ĉÿÿ%`• Åˆÿÿ \gDf˜ Åˆÿÿ%`•Ljÿÿ `gDf˜Çˆÿÿ%`•pȈÿÿ dgDf˜pȈÿÿ%`•ØÉˆÿÿ hgDf˜ØÉˆÿÿ%`•@ˈÿÿ lgDf˜@ˈÿÿ%`•¨Ìˆÿÿ pgDf˜¨Ìˆÿÿ%`•Έÿÿ tgDf˜Îˆÿÿ%`•Gˆÿÿ xgDf˜Gˆÿÿ%`•hGˆÿÿ |gDf˜hGˆÿÿ%`•ÐGˆÿÿ €gDf˜ÐGˆÿÿ%`•8Gˆÿÿ „gDf˜8Gˆÿÿ%`• Gˆÿÿ ˆgDf˜ Gˆÿÿ%`•Gˆÿÿ ŒgDf˜Gˆÿÿ%`•pGˆÿÿ gDf˜pGˆÿÿ%`•ØGˆÿÿ ”gDf˜ØGˆÿÿ%`•@Gˆÿÿ ˜gDf˜@Gˆÿÿ%`•¨Gˆÿÿ œgDf˜¨Gˆÿÿ%`•Gˆÿÿ  gDf˜Gˆÿÿ%`•€è ˆÿÿ ¤gDf˜€è ˆÿÿ%`•hè ˆÿÿ ¨gDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ ¬gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ °gDf˜8„è ˆÿÿ%`• …è ˆÿÿ ´gDf˜ …è ˆÿÿ%`•‡è ˆÿÿ ¸gDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ ¼gDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ ÀgDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ ÄgDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ ÈgDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ ÌgDf˜Žè ˆÿÿ%`•@(ˆÿÿ ÐgDf˜@(ˆÿÿ%`•hA(ˆÿÿ ÔgDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿ ØgDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿ ÜgDf˜8D(ˆÿÿ%`• E(ˆÿÿ àgDf˜ E(ˆÿÿ%`•G(ˆÿÿ ägDf˜G(ˆÿÿ%`•pH(ˆÿÿ ègDf˜pH(ˆÿÿ%`•ØI(ˆÿÿ ìgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿ ðgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿ ôgDf˜¨L(ˆÿÿ%`•N(ˆÿÿ øgDf˜N(ˆÿÿ%`• û ˆÿÿ ügDf˜ û ˆÿÿ%`•h¡û ˆÿÿ!gDf˜h¡û ˆÿÿ%`•Тû ˆÿÿ!gDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿ!gDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿ! gDf˜ ¥û ˆÿÿ%`•§û ˆÿÿ!gDf˜§û ˆÿÿ%`•p¨û ˆÿÿ!gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿ!gDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ!gDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿ! gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿ!$gDf˜®û ˆÿÿ%`•¨<™ˆÿÿ!(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!,gDf˜>™ˆÿÿ%`•`7ˆÿÿ!0gDf˜`7ˆÿÿ%`•ha7ˆÿÿ!4gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ!8gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ!<gDf˜8d7ˆÿÿ%`• e7ˆÿÿ!@gDf˜ e7ˆÿÿ%`•g7ˆÿÿ!DgDf˜g7ˆÿÿ%`•ph7ˆÿÿ!HgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ!LgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ!PgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ!TgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ!XgDf˜n7ˆÿÿ%`•€ˆÿÿ!\gDf˜€ˆÿÿ%`•hˆÿÿ!`gDf˜hˆÿÿ%`•Ђˆÿÿ!dgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ!hgDf˜8„ˆÿÿ%`• …ˆÿÿ!lgDf˜ …ˆÿÿ%`•‡ˆÿÿ!pgDf˜‡ˆÿÿ%`•pˆˆÿÿ!tgDf˜pˆˆÿÿ%`•؉ˆÿÿ!xgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ!|gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ!€gDf˜¨Œˆÿÿ%`•Žˆÿÿ!„gDf˜Žˆÿÿ%`•Àˆÿÿ!ˆgDf˜Àˆÿÿ%`•hÁˆÿÿ!ŒgDf˜hÁˆÿÿ%`•Јÿÿ!gDf˜Ðˆÿÿ%`•8Ĉÿÿ!”gDf˜8Ĉÿÿ%`• Åˆÿÿ!˜gDf˜ Åˆÿÿ%`•Ljÿÿ!œgDf˜Çˆÿÿ%`•pȈÿÿ! gDf˜pȈÿÿ%`•ØÉˆÿÿ!¤gDf˜ØÉˆÿÿ%`•@ˈÿÿ!¨gDf˜@ˈÿÿ%`•¨Ìˆÿÿ!¬gDf˜¨Ìˆÿÿ%`•Έÿÿ!°gDf˜Îˆÿÿ%`•Å ˆÿÿ!´gDf˜Å ˆÿÿ%`•hÅ ˆÿÿ!¸gDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ!¼gDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ!ÀgDf˜8Å ˆÿÿ%`• Å ˆÿÿ!ÄgDf˜ Å ˆÿÿ%`•Å ˆÿÿ!ÈgDf˜Å ˆÿÿ%`•pÅ ˆÿÿ!ÌgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ!ÐgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ!ÔgDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ!ØgDf˜¨Å ˆÿÿ%`•Å ˆÿÿ!ÜgDf˜Å ˆÿÿ%`•À%ˆÿÿ!àgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ!ägDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ!ègDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ!ìgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ!ðgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ!ôgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ!øgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ!ügDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ"gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ"gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ"gDf˜Î%ˆÿÿ%`•0£ˆÿÿ" gDf˜0£ˆÿÿ%`•h1£ˆÿÿ"gDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿ"gDf˜Ð2£ˆÿÿ%`•84£ˆÿÿ"gDf˜84£ˆÿÿ%`• 5£ˆÿÿ"gDf˜ 5£ˆÿÿ%`•7£ˆÿÿ" gDf˜7£ˆÿÿ%`•p8£ˆÿÿ"$gDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿ"(gDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿ",gDf˜@;£ˆÿÿ%`•¨<£ˆÿÿ"0gDf˜¨<£ˆÿÿ%`•>£ˆÿÿ"4gDf˜>£ˆÿÿ%`•€6ˆÿÿ"8gDf˜€6ˆÿÿ%`•h6ˆÿÿ"<gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ"@gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ"DgDf˜8„6ˆÿÿ%`• …6ˆÿÿ"HgDf˜ …6ˆÿÿ%`•‡6ˆÿÿ"LgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ"PgDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ"TgDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ"XgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ"\gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ"`gDf˜Ž6ˆÿÿ%`•P³ ˆÿÿ"dgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ"hgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ"lgDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿ"pgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ"tgDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ"xgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿ"|gDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ"€gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ"„gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ"ˆgDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ"ŒgDf˜^³ ˆÿÿ%`•¨Ìˆÿÿ"gDf˜¨Ìˆÿÿ%`•@ˈÿÿ"”gDf˜@ˈÿÿ%`•ØÉˆÿÿ"˜gDf˜ØÉˆÿÿ%`•pȈÿÿ"œgDf˜pȈÿÿ%`•Ljÿÿ" gDf˜Çˆÿÿ%`• Åˆÿÿ"¤gDf˜ Åˆÿÿ%`•8Ĉÿÿ"¨gDf˜8Ĉÿÿ%`•Јÿÿ"¬gDf˜Ðˆÿÿ%`•hÁˆÿÿ"°gDf˜hÁˆÿÿ%`•Àˆÿÿ"´gDf˜Àˆÿÿ%`• ˜ˆÿÿ"¸gDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ"¼gDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ"ÀgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ"ÄgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ"ÈgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ"ÌgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ"ÐgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ"ÔgDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ"ØgDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ"ÜgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ"àgDf˜.˜ˆÿÿ%`•PWˆÿÿ"ägDf˜PWˆÿÿ%`•hQWˆÿÿ"ègDf˜hQWˆÿÿ%`•ÐRWˆÿÿ"ìgDf˜ÐRWˆÿÿ%`•8TWˆÿÿ"ðgDf˜8TWˆÿÿ%`• UWˆÿÿ"ôgDf˜ UWˆÿÿ%`•WWˆÿÿ"øgDf˜WWˆÿÿ%`•pXWˆÿÿ"ügDf˜pXWˆÿÿ%`•ØYWˆÿÿ#gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ#gDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ#gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ# gDf˜^Wˆÿÿ%`•Έÿÿ#gDf˜Îˆÿÿ%`•@K(ˆÿÿ#gDf˜@K(ˆÿÿ%`•ØI(ˆÿÿ#gDf˜ØI(ˆÿÿ%`•pH(ˆÿÿ#gDf˜pH(ˆÿÿ%`•G(ˆÿÿ# gDf˜G(ˆÿÿ%`• E(ˆÿÿ#$gDf˜ E(ˆÿÿ%`•8D(ˆÿÿ#(gDf˜8D(ˆÿÿ%`•ÐB(ˆÿÿ#,gDf˜ÐB(ˆÿÿ%`•hA(ˆÿÿ#0gDf˜hA(ˆÿÿ%`•@(ˆÿÿ#4gDf˜@(ˆÿÿ%`•Gˆÿÿ#8gDf˜Gˆÿÿ%`•h‘Gˆÿÿ#<gDf˜h‘Gˆÿÿ%`•Ð’Gˆÿÿ#@gDf˜Ð’Gˆÿÿ%`•8”Gˆÿÿ#DgDf˜8”Gˆÿÿ%`• •Gˆÿÿ#HgDf˜ •Gˆÿÿ%`•—Gˆÿÿ#LgDf˜—Gˆÿÿ%`•p˜Gˆÿÿ#PgDf˜p˜Gˆÿÿ%`•Ø™Gˆÿÿ#TgDf˜Ø™Gˆÿÿ%`•@›Gˆÿÿ#XgDf˜@›Gˆÿÿ%`•¨œGˆÿÿ#\gDf˜¨œGˆÿÿ%`•žGˆÿÿ#`gDf˜žGˆÿÿ%`•Àˆÿÿ#dgDf˜Àˆÿÿ%`•hÁˆÿÿ#hgDf˜hÁˆÿÿ%`•Јÿÿ#lgDf˜Ðˆÿÿ%`•ØÉˆÿÿ#p„gDf˜ØÉˆÿÿ%`•@ˈÿÿ#øügDf˜@ˈÿÿ%`•¨Ìˆÿÿ%ôügDf˜¨Ìˆÿÿ%`•Έÿÿ'ðgDf˜Îˆÿÿ%`•N(ˆÿÿ'üügDf˜N(ˆÿÿ%`•¨L(ˆÿÿ)øügDf˜¨L(ˆÿÿ%`•>™ˆÿÿ+ôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,ügDf˜¨<™ˆÿÿ%`•‡ˆÿÿ-ügDf˜‡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ. gDf˜'ˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`• Åˆÿÿ}Ð<gDf˜ Åˆÿÿ%`•LjÿÿgDf˜Çˆÿÿ%`•pȈÿÿáìgDf˜pȈÿÿ%`•‡ˆÿÿ gDf˜‡ˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•‡ˆÿÿáðgDf˜‡ˆÿÿ%`•@‹ˆÿÿâgDf˜@‹ˆÿÿ%`•@‹ˆÿÿ gDf˜@‹ˆÿÿ%`•@‹ˆÿÿâ8gDf˜@‹ˆÿÿ%`•@‹ˆÿÿ gDf˜@‹ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•Àˆÿÿõ€gDf˜Àˆÿÿ%`•pȈÿÿö„gDf˜pȈÿÿ%`•8ĈÿÿöДgDf˜8Ĉÿÿ%`•hÁˆÿÿ÷dügDf˜hÁˆÿÿ%`•Јÿÿù`gDf˜Ðˆÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•Ljÿÿ ügDf˜Çˆÿÿ%`•ØÉˆÿÿ ˜gDf˜ØÉˆÿÿ%`•@ˈÿÿ ¬ügDf˜@ˈÿÿ%`•¨Ìˆÿÿ¨\gDf˜¨Ìˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•Έÿÿo¸xgDf˜Îˆÿÿ%`•؉ˆÿÿƒ,gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿƒ8gDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`• …ˆÿÿ‘gDf˜ …ˆÿÿ%`•8„ˆÿÿ˜gDf˜8„ˆÿÿ%`•Ђˆÿÿ™ gDf˜Ð‚ˆÿÿ%`•hˆÿÿ gDf˜hˆÿÿ%`•€ˆÿÿ¡gDf˜€ˆÿÿ%`•‡ˆÿÿâHgDf˜‡ˆÿÿ%`•ŽˆÿÿâTLgDf˜Žˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ.gDf˜ˆÿÿ%`•hˆÿÿ.ìgDf˜hˆÿÿ%`•Јÿÿ0ügDf˜Ðˆÿÿ%`•8ˆÿÿ2€gDf˜8ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2€gDf˜'ˆÿÿ%`•Ð2ˆÿÿ2„TgDf˜Ð2ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ØgDf˜'ˆÿÿ%`•Ð2ˆÿÿ2ÜLgDf˜Ð2ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3(gDf˜'ˆÿÿ%`•Ð2ˆÿÿ3,ØgDf˜Ð2ˆÿÿ%`•84ˆÿÿ4ügDf˜84ˆÿÿ%`•0ˆÿÿ6ðgDf˜0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6ôgDf˜'ˆÿÿ%`•0ˆÿÿ6øgDf˜0ˆÿÿ%`•h1ˆÿÿ8 ügDf˜h1ˆÿÿ%`•Ð2ˆÿÿ:ügDf˜Ð2ˆÿÿ%`•84ˆÿÿ<gDf˜84ˆÿÿ%`• 5ˆÿÿ<gDf˜ 5ˆÿÿ%`•7ˆÿÿ<ügDf˜7ˆÿÿ%`•p8ˆÿÿ> ügDf˜p8ˆÿÿ%`•Ø9ˆÿÿ@gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ@ gDf˜@;ˆÿÿ%`•¨<ˆÿÿ@ügDf˜¨<ˆÿÿ%`•>ˆÿÿBÔgDf˜>ˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¨(gDf˜>™ˆÿÿ%`•P­ˆÿÿÔ\gDf˜P­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•P­ˆÿÿzDgDf˜P­ˆÿÿ%`•ÐR­ˆÿÿ}´gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ ´gDf˜8T­ˆÿÿ%`•8T­ˆÿÿ gDf˜8T­ˆÿÿ%`•8T­ˆÿÿz4gDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿzX(gDf˜ÐR­ˆÿÿ%`•P­ˆÿÿz” gDf˜P­ˆÿÿ%`•hQ­ˆÿÿÜgDf˜hQ­ˆÿÿ%`• U­ˆÿÿã8ügDf˜ U­ˆÿÿ%`•W­ˆÿÿå4ügDf˜W­ˆÿÿ%`•pX­ˆÿÿç0ügDf˜pX­ˆÿÿ%`•ØY­ˆÿÿé,gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿê8PgDf˜@[­ˆÿÿ%`•@[­ˆÿÿ gDf˜@[­ˆÿÿ%`•@[­ˆÿÿ4gDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ8 gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•ØY­ˆÿÿ\$gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•ØY­ˆÿÿ„$gDf˜ØY­ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•ØY­ˆÿÿ¬gDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿ°gDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿ´gDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿ¸gDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿ¼gDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÀgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÄgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÈgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÌgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÐgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿÔgDf˜ØY­ˆÿÿ%`•ØY­ˆÿÿØgDf˜ØY­ˆÿÿ%`•8T­ˆÿÿÜgDf˜8T­ˆÿÿ%`•hQ­ˆÿÿàgDf˜hQ­ˆÿÿ%`•hQ­ˆÿÿägDf˜hQ­ˆÿÿ%`•8T­ˆÿÿègDf˜8T­ˆÿÿ%`•ØY­ˆÿÿìgDf˜ØY­ˆÿÿ%`•P­ˆÿÿðgDf˜P­ˆÿÿ%`•ÐR­ˆÿÿôgDf˜ÐR­ˆÿÿ%`•@[­ˆÿÿøgDf˜@[­ˆÿÿ%`• U­ˆÿÿügDf˜ U­ˆÿÿ%`•W­ˆÿÿgDf˜W­ˆÿÿ%`•pX­ˆÿÿgDf˜pX­ˆÿÿ%`•¨\­ˆÿÿgDf˜¨\­ˆÿÿ%`•^­ˆÿÿ gDf˜^­ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`• #ˆÿÿgDf˜ #ˆÿÿ%`•h¡#ˆÿÿgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ$gDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ(gDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ,gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ0gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ4gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ8gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ<gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ@gDf˜®#ˆÿÿ%`•€6ˆÿÿDgDf˜€6ˆÿÿ%`•h6ˆÿÿHgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿLgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿPgDf˜8„6ˆÿÿ%`• …6ˆÿÿTgDf˜ …6ˆÿÿ%`•‡6ˆÿÿXgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ\gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ`gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿdgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿhgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿlgDf˜Ž6ˆÿÿ%`•Ž6ˆÿÿpgDf˜Ž6ˆÿÿ%`•¨Œ6ˆÿÿtgDf˜¨Œ6ˆÿÿ%`•@‹6ˆÿÿxgDf˜@‹6ˆÿÿ%`•؉6ˆÿÿ|gDf˜Ø‰6ˆÿÿ%`•pˆ6ˆÿÿ€gDf˜pˆ6ˆÿÿ%`•‡6ˆÿÿ„gDf˜‡6ˆÿÿ%`• …6ˆÿÿˆgDf˜ …6ˆÿÿ%`•8„6ˆÿÿŒgDf˜8„6ˆÿÿ%`•Ђ6ˆÿÿgDf˜Ð‚6ˆÿÿ%`•h6ˆÿÿ”gDf˜h6ˆÿÿ%`•€6ˆÿÿ˜gDf˜€6ˆÿÿ%`•¨<™ˆÿÿœgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•°ˆÿÿ¤gDf˜°ˆÿÿ%`•h±ˆÿÿ¨gDf˜h±ˆÿÿ%`•вˆÿÿ¬gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ°gDf˜8´ˆÿÿ%`• µˆÿÿ´gDf˜ µˆÿÿ%`•·ˆÿÿ¸gDf˜·ˆÿÿ%`•p¸ˆÿÿ¼gDf˜p¸ˆÿÿ%`•عˆÿÿÀgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿÄgDf˜@»ˆÿÿ%`•¨¼ˆÿÿÈgDf˜¨¼ˆÿÿ%`•¾ˆÿÿÌgDf˜¾ˆÿÿ%`•° ˆÿÿÐgDf˜° ˆÿÿ%`•h± ˆÿÿÔgDf˜h± ˆÿÿ%`•в ˆÿÿØgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿÜgDf˜8´ ˆÿÿ%`• µ ˆÿÿàgDf˜ µ ˆÿÿ%`•· ˆÿÿägDf˜· ˆÿÿ%`•p¸ ˆÿÿègDf˜p¸ ˆÿÿ%`•ع ˆÿÿìgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿðgDf˜@» ˆÿÿ%`•¨¼ ˆÿÿôgDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿøgDf˜¾ ˆÿÿ%`•GˆÿÿügDf˜Gˆÿÿ%`•h‘GˆÿÿgDf˜h‘Gˆÿÿ%`•Ð’GˆÿÿgDf˜Ð’Gˆÿÿ%`•8”GˆÿÿgDf˜8”Gˆÿÿ%`• •Gˆÿÿ gDf˜ •Gˆÿÿ%`•—GˆÿÿgDf˜—Gˆÿÿ%`•p˜GˆÿÿgDf˜p˜Gˆÿÿ%`•Ø™GˆÿÿgDf˜Ø™Gˆÿÿ%`•@›GˆÿÿgDf˜@›Gˆÿÿ%`•¨œGˆÿÿ gDf˜¨œGˆÿÿ%`•žGˆÿÿ$gDf˜žGˆÿÿ%`•Гˆÿÿ(gDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ,gDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ0gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ4gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ8gDf˜ Õ“ˆÿÿ%`•דˆÿÿ<gDf˜דˆÿÿ%`•pØ“ˆÿÿ@gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿDgDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿHgDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿLgDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿPgDf˜Þ“ˆÿÿ%`•ʈÿÿTgDf˜Êˆÿÿ%`•h‘ʈÿÿXgDf˜h‘ʈÿÿ%`•Вʈÿÿ\gDf˜Ð’ʈÿÿ%`•8”ʈÿÿ`gDf˜8”ʈÿÿ%`• •ʈÿÿdgDf˜ •ʈÿÿ%`•—ʈÿÿhgDf˜—ʈÿÿ%`•p˜ÊˆÿÿlgDf˜p˜Êˆÿÿ%`•ؙʈÿÿpgDf˜Ø™Êˆÿÿ%`•@›ÊˆÿÿtgDf˜@›Êˆÿÿ%`•¨œÊˆÿÿxgDf˜¨œÊˆÿÿ%`•žÊˆÿÿ|gDf˜žÊˆÿÿ%`•Ð ˆÿÿ€gDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ„gDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿˆgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿŒgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿgDf˜ Õ ˆÿÿ%`•× ˆÿÿ”gDf˜× ˆÿÿ%`•pØ ˆÿÿ˜gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿœgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ¤gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ¨gDf˜Þ ˆÿÿ%`•>™ˆÿÿ¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`•8”Gˆÿÿ´gDf˜8”Gˆÿÿ%`•Ð’Gˆÿÿ¸gDf˜Ð’Gˆÿÿ%`•h‘Gˆÿÿ¼gDf˜h‘Gˆÿÿ%`•GˆÿÿÀgDf˜Gˆÿÿ%`•€æˆÿÿÄgDf˜€æˆÿÿ%`•hæˆÿÿÈgDf˜hæˆÿÿ%`•ЂæˆÿÿÌgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿÐgDf˜8„æˆÿÿ%`• …æˆÿÿÜgDf˜ …æˆÿÿ%`•‡æˆÿÿàgDf˜‡æˆÿÿ%`•pˆæˆÿÿägDf˜pˆæˆÿÿ%`•؉æˆÿÿègDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿìgDf˜@‹æˆÿÿ%`•¨ŒæˆÿÿðgDf˜¨Œæˆÿÿ%`•ŽæˆÿÿôgDf˜Žæˆÿÿ%`•ˆÿÿøgDf˜ˆÿÿ%`•hˆÿÿügDf˜hˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•Ø ˆÿÿgDf˜Ø ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•¨ ˆÿÿgDf˜¨ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•£ˆÿÿ$gDf˜£ˆÿÿ%`•h£ˆÿÿ(gDf˜h£ˆÿÿ%`•Уˆÿÿ,gDf˜Ð£ˆÿÿ%`•8£ˆÿÿ0gDf˜8£ˆÿÿ%`• £ˆÿÿ4gDf˜ £ˆÿÿ%`•£ˆÿÿ8gDf˜£ˆÿÿ%`•p£ˆÿÿ<gDf˜p£ˆÿÿ%`•Ø£ˆÿÿ@gDf˜Ø£ˆÿÿ%`•@£ˆÿÿDgDf˜@£ˆÿÿ%`•¨£ˆÿÿHgDf˜¨£ˆÿÿ%`•£ˆÿÿLgDf˜£ˆÿÿ%`•ôˆÿÿPgDf˜ôˆÿÿ%`•hôˆÿÿTgDf˜hôˆÿÿ%`•ÐôˆÿÿXgDf˜Ðôˆÿÿ%`•8ôˆÿÿ\gDf˜8ôˆÿÿ%`• ôˆÿÿ`gDf˜ ôˆÿÿ%`•ôˆÿÿdgDf˜ôˆÿÿ%`•pôˆÿÿhgDf˜pôˆÿÿ%`•Ø ôˆÿÿlgDf˜Ø ôˆÿÿ%`•@ ôˆÿÿpgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿtgDf˜¨ ôˆÿÿ%`•ôˆÿÿxgDf˜ôˆÿÿ%`•P­ˆÿÿ|gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ€gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ„gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿˆgDf˜8T­ˆÿÿ%`• U­ˆÿÿŒgDf˜ U­ˆÿÿ%`•W­ˆÿÿgDf˜W­ˆÿÿ%`•pX­ˆÿÿ”gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ˜gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿœgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ gDf˜¨\­ˆÿÿ%`•^­ˆÿÿ¤gDf˜^­ˆÿÿ%`• /ˆÿÿ¨gDf˜ /ˆÿÿ%`•h¡/ˆÿÿ¬gDf˜h¡/ˆÿÿ%`•Т/ˆÿÿ°gDf˜Ð¢/ˆÿÿ%`•8¤/ˆÿÿ´gDf˜8¤/ˆÿÿ%`• ¥/ˆÿÿ¸gDf˜ ¥/ˆÿÿ%`•§/ˆÿÿ¼gDf˜§/ˆÿÿ%`•p¨/ˆÿÿÀgDf˜p¨/ˆÿÿ%`•Ø©/ˆÿÿÄgDf˜Ø©/ˆÿÿ%`•@«/ˆÿÿÈgDf˜@«/ˆÿÿ%`•¨¬/ˆÿÿÌgDf˜¨¬/ˆÿÿ%`•®/ˆÿÿÐgDf˜®/ˆÿÿ%`•€ËˆÿÿÔgDf˜€Ëˆÿÿ%`•hˈÿÿØgDf˜hˈÿÿ%`•ЂËˆÿÿÜgDf˜Ð‚ˈÿÿ%`•8„ˈÿÿàgDf˜8„ˈÿÿ%`• …ˈÿÿägDf˜ …ˈÿÿ%`•‡ËˆÿÿègDf˜‡Ëˆÿÿ%`•pˆËˆÿÿìgDf˜pˆËˆÿÿ%`•؉ˈÿÿðgDf˜Ø‰Ëˆÿÿ%`•@‹ËˆÿÿôgDf˜@‹Ëˆÿÿ%`•¨ŒËˆÿÿøgDf˜¨ŒËˆÿÿ%`•ŽËˆÿÿügDf˜ŽËˆÿÿ%`•àψÿÿ gDf˜àψÿÿ%`•háψÿÿ gDf˜háψÿÿ%`•Ðâψÿÿ gDf˜Ðâψÿÿ%`•8äψÿÿ gDf˜8äψÿÿ%`• åψÿÿ gDf˜ åψÿÿ%`•çψÿÿ gDf˜çψÿÿ%`•pèψÿÿ gDf˜pèψÿÿ%`•Øéψÿÿ gDf˜Øéψÿÿ%`•@ëψÿÿ gDf˜@ëψÿÿ%`•¨ìψÿÿ $gDf˜¨ìψÿÿ%`•îψÿÿ (gDf˜îψÿÿ%`•0«ˆÿÿ ,gDf˜0«ˆÿÿ%`•h1«ˆÿÿ 0gDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿ 4gDf˜Ð2«ˆÿÿ%`•84«ˆÿÿ 8gDf˜84«ˆÿÿ%`• 5«ˆÿÿ <gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ @gDf˜7«ˆÿÿ%`•p8«ˆÿÿ DgDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ HgDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ LgDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ PgDf˜¨<«ˆÿÿ%`•>«ˆÿÿ TgDf˜>«ˆÿÿ%`•…ˆÿÿ XgDf˜…ˆÿÿ%`•h‘…ˆÿÿ \gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ `gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ dgDf˜8”…ˆÿÿ%`• •…ˆÿÿ hgDf˜ •…ˆÿÿ%`•—…ˆÿÿ lgDf˜—…ˆÿÿ%`•p˜…ˆÿÿ pgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ tgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ xgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ |gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ €gDf˜ž…ˆÿÿ%`•¡ˆÿÿ „gDf˜¡ˆÿÿ%`•h¡ˆÿÿ ˆgDf˜h¡ˆÿÿ%`•Сˆÿÿ ŒgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ gDf˜8¡ˆÿÿ%`• ¡ˆÿÿ ”gDf˜ ¡ˆÿÿ%`•¡ˆÿÿ ˜gDf˜¡ˆÿÿ%`•p¡ˆÿÿ œgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ  gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ ¤gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ ¨gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ ¬gDf˜¡ˆÿÿ%`•žGˆÿÿ °gDf˜žGˆÿÿ%`•¨œGˆÿÿ ´gDf˜¨œGˆÿÿ%`•@›Gˆÿÿ ¸gDf˜@›Gˆÿÿ%`•Ø™Gˆÿÿ ¼gDf˜Ø™Gˆÿÿ%`•p˜Gˆÿÿ ÀgDf˜p˜Gˆÿÿ%`•—Gˆÿÿ ÄgDf˜—Gˆÿÿ%`• •Gˆÿÿ ÈgDf˜ •Gˆÿÿ%`•ÐÒ ˆÿÿ ÌgDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿ ÐgDf˜hÑ ˆÿÿ%`•Ð ˆÿÿ ÔgDf˜Ð ˆÿÿ%`•Gˆÿÿ ØgDf˜Gˆÿÿ%`•hGˆÿÿ ÜgDf˜hGˆÿÿ%`•ÐGˆÿÿ àgDf˜ÐGˆÿÿ%`•8Gˆÿÿ ägDf˜8Gˆÿÿ%`• Gˆÿÿ ègDf˜ Gˆÿÿ%`•Gˆÿÿ ìgDf˜Gˆÿÿ%`•pGˆÿÿ ðgDf˜pGˆÿÿ%`•ØGˆÿÿ ôgDf˜ØGˆÿÿ%`•@Gˆÿÿ øgDf˜@Gˆÿÿ%`•¨Gˆÿÿ ügDf˜¨Gˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•hшÿÿ gDf˜hшÿÿ%`•ÐÒˆÿÿ gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ gDf˜8Ôˆÿÿ%`• Õˆÿÿ gDf˜ Õˆÿÿ%`•׈ÿÿ gDf˜×ˆÿÿ%`•p؈ÿÿ gDf˜p؈ÿÿ%`•ØÙˆÿÿ gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ $gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ (gDf˜¨Üˆÿÿ%`•Þˆÿÿ ,gDf˜Þˆÿÿ%`•Þ ˆÿÿ 0gDf˜Þ ˆÿÿ%`•¨Ü ˆÿÿ 4gDf˜¨Ü ˆÿÿ%`•@Û ˆÿÿ 8gDf˜@Û ˆÿÿ%`•ØÙ ˆÿÿ <gDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿ @gDf˜pØ ˆÿÿ%`•× ˆÿÿ DgDf˜× ˆÿÿ%`• Õ ˆÿÿ HgDf˜ Õ ˆÿÿ%`•8Ô ˆÿÿ LgDf˜8Ô ˆÿÿ%`•¨<™ˆÿÿ PgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ TgDf˜>™ˆÿÿ%`•Gˆÿÿ XgDf˜Gˆÿÿ%`•h‘Gˆÿÿ \gDf˜h‘Gˆÿÿ%`•Ð’Gˆÿÿ `gDf˜Ð’Gˆÿÿ%`•8”Gˆÿÿ dgDf˜8”Gˆÿÿ%`•pˆÿÿ hgDf˜pˆÿÿ%`•ˆÿÿ lgDf˜ˆÿÿ%`• ˆÿÿ pgDf˜ ˆÿÿ%`•8ˆÿÿ tgDf˜8ˆÿÿ%`•Јÿÿ xgDf˜Ðˆÿÿ%`•hˆÿÿ |gDf˜hˆÿÿ%`•ˆÿÿ €gDf˜ˆÿÿ%`•Å ˆÿÿ „gDf˜Å ˆÿÿ%`•hÅ ˆÿÿ ˆgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ ŒgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ gDf˜8Å ˆÿÿ%`• Å ˆÿÿ ”gDf˜ Å ˆÿÿ%`•Å ˆÿÿ ˜gDf˜Å ˆÿÿ%`•pÅ ˆÿÿ œgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ  gDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ ¤gDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ ¨gDf˜¨Å ˆÿÿ%`•Å ˆÿÿ ¬gDf˜Å ˆÿÿ%`•ˆÿÿ °gDf˜ˆÿÿ%`•¨ ˆÿÿ ´gDf˜¨ ˆÿÿ%`•@ ˆÿÿ ¸gDf˜@ ˆÿÿ%`•Ø ˆÿÿ ¼gDf˜Ø ˆÿÿ%`•W­ˆÿÿ ÀgDf˜W­ˆÿÿ%`• U­ˆÿÿ ÄgDf˜ U­ˆÿÿ%`•8T­ˆÿÿ ÈgDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿ ÌgDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ ÐgDf˜hQ­ˆÿÿ%`•P­ˆÿÿ ÔgDf˜P­ˆÿÿ%`•ˆÿÿ ØgDf˜ˆÿÿ%`•hˆÿÿ ÜgDf˜hˆÿÿ%`•Јÿÿ àgDf˜Ðˆÿÿ%`•8ˆÿÿ ägDf˜8ˆÿÿ%`• ˆÿÿ ègDf˜ ˆÿÿ%`•ˆÿÿ ìgDf˜ˆÿÿ%`•pˆÿÿ ðgDf˜pˆÿÿ%`•؈ÿÿ ôgDf˜Øˆÿÿ%`•@ˆÿÿ øgDf˜@ˆÿÿ%`•¨ˆÿÿ ügDf˜¨ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•€(ˆÿÿ gDf˜€(ˆÿÿ%`•h(ˆÿÿ gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ gDf˜8„(ˆÿÿ%`• …(ˆÿÿ gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ $gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ (gDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ ,gDf˜Ž(ˆÿÿ%`•^­ˆÿÿ 0gDf˜^­ˆÿÿ%`•¨\­ˆÿÿ 4gDf˜¨\­ˆÿÿ%`•@[­ˆÿÿ 8gDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ <gDf˜ØY­ˆÿÿ%`•pX­ˆÿÿ @gDf˜pX­ˆÿÿ%`• åψÿÿ DgDf˜ åψÿÿ%`•8äψÿÿ HgDf˜8äψÿÿ%`•Ðâψÿÿ LgDf˜Ðâψÿÿ%`•háψÿÿ PgDf˜háψÿÿ%`•àψÿÿ TgDf˜àψÿÿ%`•Àœˆÿÿ XgDf˜Àœˆÿÿ%`•hÁœˆÿÿ \gDf˜hÁœˆÿÿ%`•Мˆÿÿ `gDf˜Ðœˆÿÿ%`•8Äœˆÿÿ dgDf˜8Äœˆÿÿ%`• Åœˆÿÿ hgDf˜ Åœˆÿÿ%`•Çœˆÿÿ lgDf˜Çœˆÿÿ%`•pÈœˆÿÿ pgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ tgDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ xgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ |gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ €gDf˜Μˆÿÿ%`• ˆÿÿ „gDf˜ ˆÿÿ%`•h!ˆÿÿ ˆgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ ŒgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ gDf˜8$ˆÿÿ%`• %ˆÿÿ ”gDf˜ %ˆÿÿ%`•'ˆÿÿ ˜gDf˜'ˆÿÿ%`•p(ˆÿÿ œgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ  gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ ¤gDf˜@+ˆÿÿ%`•¨,ˆÿÿ ¨gDf˜¨,ˆÿÿ%`•.ˆÿÿ ¬gDf˜.ˆÿÿ%`•îψÿÿ °gDf˜îψÿÿ%`•¨ìψÿÿ ´gDf˜¨ìψÿÿ%`•@ëψÿÿ ¸gDf˜@ëψÿÿ%`•Øéψÿÿ ¼gDf˜Øéψÿÿ%`•pèψÿÿ ÀgDf˜pèψÿÿ%`•çψÿÿ ÄgDf˜çψÿÿ%`•8¡ˆÿÿ ÈgDf˜8¡ˆÿÿ%`•Сˆÿÿ ÌgDf˜Ð¡ˆÿÿ%`•h¡ˆÿÿ ÐgDf˜h¡ˆÿÿ%`•¡ˆÿÿ ÔgDf˜¡ˆÿÿ%`•àdˆÿÿ ØgDf˜àdˆÿÿ%`•hádˆÿÿ àgDf˜hádˆÿÿ%`•Ðâdˆÿÿ ägDf˜Ðâdˆÿÿ%`•8ädˆÿÿ ègDf˜8ädˆÿÿ%`• ådˆÿÿ ìgDf˜ ådˆÿÿ%`•çdˆÿÿ ðgDf˜çdˆÿÿ%`•pèdˆÿÿ ôgDf˜pèdˆÿÿ%`•Øédˆÿÿ øgDf˜Øédˆÿÿ%`•@ëdˆÿÿ ügDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ gDf˜¨ìdˆÿÿ%`•îdˆÿÿ gDf˜îdˆÿÿ%`•àшÿÿ gDf˜àшÿÿ%`•háшÿÿ gDf˜háшÿÿ%`•Ðâшÿÿ gDf˜Ðâшÿÿ%`•8äшÿÿ gDf˜8äшÿÿ%`• åшÿÿ gDf˜ åшÿÿ%`•çшÿÿ gDf˜çшÿÿ%`•pèшÿÿ gDf˜pèшÿÿ%`•Øéшÿÿ $gDf˜Øéшÿÿ%`•@ëшÿÿ (gDf˜@ëшÿÿ%`•¨ìшÿÿ ,gDf˜¨ìшÿÿ%`•îшÿÿ 0gDf˜îшÿÿ%`•¡ˆÿÿ 4gDf˜¡ˆÿÿ%`•¨¡ˆÿÿ 8gDf˜¨¡ˆÿÿ%`•@¡ˆÿÿ <gDf˜@¡ˆÿÿ%`•Ø¡ˆÿÿ @gDf˜Ø¡ˆÿÿ%`•p¡ˆÿÿ DgDf˜p¡ˆÿÿ%`•¡ˆÿÿ HgDf˜¡ˆÿÿ%`• ¡ˆÿÿ LgDf˜ ¡ˆÿÿ%`• •Gˆÿÿ PgDf˜ •Gˆÿÿ%`•—Gˆÿÿ TgDf˜—Gˆÿÿ%`•p˜Gˆÿÿ XgDf˜p˜Gˆÿÿ%`•Ø™Gˆÿÿ \gDf˜Ø™Gˆÿÿ%`•@›Gˆÿÿ `gDf˜@›Gˆÿÿ%`•¨œGˆÿÿ dgDf˜¨œGˆÿÿ%`•žGˆÿÿ hgDf˜žGˆÿÿ%`•Ð ˆÿÿ lgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ pgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ tgDf˜ÐÒ ˆÿÿ%`•8Ôˆÿÿ xgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ |gDf˜ÐÒˆÿÿ%`•hшÿÿ €gDf˜hшÿÿ%`•Јÿÿ „gDf˜Ðˆÿÿ%`•Гˆÿÿ ˆgDf˜Ð“ˆÿÿ%`•hÑ“ˆÿÿ ŒgDf˜hÑ“ˆÿÿ%`•ÐÒ“ˆÿÿ gDf˜ÐÒ“ˆÿÿ%`•8Ô“ˆÿÿ ”gDf˜8Ô“ˆÿÿ%`• Õ“ˆÿÿ ˜gDf˜ Õ“ˆÿÿ%`•דˆÿÿ œgDf˜דˆÿÿ%`•pØ“ˆÿÿ  gDf˜pØ“ˆÿÿ%`•ØÙ“ˆÿÿ ¤gDf˜ØÙ“ˆÿÿ%`•@Û“ˆÿÿ ¨gDf˜@Û“ˆÿÿ%`•¨Ü“ˆÿÿ ¬gDf˜¨Ü“ˆÿÿ%`•Þ“ˆÿÿ °gDf˜Þ“ˆÿÿ%`•Þˆÿÿ ´gDf˜Þˆÿÿ%`•¨Üˆÿÿ ¸gDf˜¨Üˆÿÿ%`•@Ûˆÿÿ ¼gDf˜@Ûˆÿÿ%`•ØÙˆÿÿ ÀgDf˜ØÙˆÿÿ%`•p؈ÿÿ ÄgDf˜p؈ÿÿ%`•׈ÿÿ ÈgDf˜×ˆÿÿ%`• Õˆÿÿ ÌgDf˜ Õˆÿÿ%`•8Ô ˆÿÿ ÐgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ ÔgDf˜ Õ ˆÿÿ%`•× ˆÿÿ ØgDf˜× ˆÿÿ%`•pØ ˆÿÿ ÜgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ àgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ ägDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ ègDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ ìgDf˜Þ ˆÿÿ%`•>™ˆÿÿ ðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ôgDf˜¨<™ˆÿÿ%`•8”Gˆÿÿ øgDf˜8”Gˆÿÿ%`•Ð’Gˆÿÿ ügDf˜Ð’Gˆÿÿ%`•h‘Gˆÿÿ gDf˜h‘Gˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•hˆÿÿ gDf˜hˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•Ø ˆÿÿ gDf˜Ø ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•¨ ˆÿÿ gDf˜¨ ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•8ˆÿÿ $gDf˜8ˆÿÿ%`• ˆÿÿ (gDf˜ ˆÿÿ%`•ˆÿÿ ,gDf˜ˆÿÿ%`•pˆÿÿ 0gDf˜pˆÿÿ%`•P­ˆÿÿ 4gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ 8gDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ <gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ @gDf˜8T­ˆÿÿ%`• U­ˆÿÿ DgDf˜ U­ˆÿÿ%`•W­ˆÿÿ HgDf˜W­ˆÿÿ%`•8„(ˆÿÿ LgDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ PgDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ TgDf˜h(ˆÿÿ%`•€(ˆÿÿ XgDf˜€(ˆÿÿ%`•0£ˆÿÿ \gDf˜0£ˆÿÿ%`•h1£ˆÿÿ `gDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿ dgDf˜Ð2£ˆÿÿ%`•84£ˆÿÿ hgDf˜84£ˆÿÿ%`• 5£ˆÿÿ lgDf˜ 5£ˆÿÿ%`•7£ˆÿÿ pgDf˜7£ˆÿÿ%`•p8£ˆÿÿ tgDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿ xgDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿ |gDf˜@;£ˆÿÿ%`•¨<£ˆÿÿ €gDf˜¨<£ˆÿÿ%`•>£ˆÿÿ „gDf˜>£ˆÿÿ%`•£ˆÿÿ ˆgDf˜£ˆÿÿ%`•h£ˆÿÿ ŒgDf˜h£ˆÿÿ%`•Уˆÿÿ gDf˜Ð£ˆÿÿ%`•8£ˆÿÿ ”gDf˜8£ˆÿÿ%`• £ˆÿÿ ˜gDf˜ £ˆÿÿ%`•£ˆÿÿ œgDf˜£ˆÿÿ%`•p£ˆÿÿ  gDf˜p£ˆÿÿ%`•Ø£ˆÿÿ ¤gDf˜Ø£ˆÿÿ%`•@£ˆÿÿ ¨gDf˜@£ˆÿÿ%`•¨£ˆÿÿ ¬gDf˜¨£ˆÿÿ%`•£ˆÿÿ °gDf˜£ˆÿÿ%`•Ž(ˆÿÿ ´gDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿ ¸gDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ ¼gDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ ÀgDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ ÄgDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ ÈgDf˜‡(ˆÿÿ%`• …(ˆÿÿ ÌgDf˜ …(ˆÿÿ%`•pX­ˆÿÿ ÐgDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ ÔgDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ ØgDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ ÜgDf˜¨\­ˆÿÿ%`•^­ˆÿÿ àgDf˜^­ˆÿÿ%`•àψÿÿ ägDf˜àψÿÿ%`•háψÿÿ ègDf˜háψÿÿ%`•Ðâψÿÿ ìgDf˜Ðâψÿÿ%`•8äψÿÿ ðgDf˜8äψÿÿ%`• åψÿÿ ôgDf˜ åψÿÿ%`•8$ˆÿÿ øgDf˜8$ˆÿÿ%`•Ð"ˆÿÿ ügDf˜Ð"ˆÿÿ%`•h!ˆÿÿgDf˜h!ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•@¡ˆÿÿgDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ gDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿgDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿgDf˜8D¡ˆÿÿ%`• E¡ˆÿÿgDf˜ E¡ˆÿÿ%`•G¡ˆÿÿgDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ gDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ$gDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ(gDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ,gDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ0gDf˜N¡ˆÿÿ%`•.ˆÿÿ4gDf˜.ˆÿÿ%`•¨,ˆÿÿ8gDf˜¨,ˆÿÿ%`•@+ˆÿÿ<gDf˜@+ˆÿÿ%`•Ø)ˆÿÿ@gDf˜Ø)ˆÿÿ%`•p(ˆÿÿDgDf˜p(ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`• %ˆÿÿLgDf˜ %ˆÿÿ%`•çψÿÿPgDf˜çψÿÿ%`•pèψÿÿTgDf˜pèψÿÿ%`•ØéψÿÿXgDf˜Øéψÿÿ%`•@ëψÿÿ\gDf˜@ëψÿÿ%`•¨ìψÿÿ`gDf˜¨ìψÿÿ%`•îψÿÿdgDf˜îψÿÿ%`•¡ˆÿÿhgDf˜¡ˆÿÿ%`•h¡ˆÿÿlgDf˜h¡ˆÿÿ%`•СˆÿÿpgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿtgDf˜8¡ˆÿÿ%`•8äшÿÿxgDf˜8äшÿÿ%`•Ðâшÿÿ|gDf˜Ðâшÿÿ%`•háшÿÿ€gDf˜háшÿÿ%`•àшÿÿ„gDf˜àшÿÿ%`• ÊˆÿÿˆgDf˜ Êˆÿÿ%`•h¡ÊˆÿÿŒgDf˜h¡Êˆÿÿ%`•ТʈÿÿgDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ”gDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ˜gDf˜ ¥Êˆÿÿ%`•§ÊˆÿÿœgDf˜§Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•ةʈÿÿ¤gDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿ¨gDf˜@«Êˆÿÿ%`•¨¬Êˆÿÿ¬gDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ°gDf˜®Êˆÿÿ%`•îшÿÿ´gDf˜îшÿÿ%`•¨ìшÿÿ¸gDf˜¨ìшÿÿ%`•@ëшÿÿ¼gDf˜@ëшÿÿ%`•ØéшÿÿÀgDf˜Øéшÿÿ%`•pèшÿÿÄgDf˜pèшÿÿ%`•çшÿÿÈgDf˜çшÿÿ%`• åшÿÿÌgDf˜ åшÿÿ%`• ¡ˆÿÿÐgDf˜ ¡ˆÿÿ%`•¡ˆÿÿÔgDf˜¡ˆÿÿ%`•p¡ˆÿÿØgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿÜgDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿàgDf˜@¡ˆÿÿ%`•¨¡ˆÿÿägDf˜¨¡ˆÿÿ%`•¡ˆÿÿègDf˜¡ˆÿÿ%`•žGˆÿÿìgDf˜žGˆÿÿ%`•¨œGˆÿÿðgDf˜¨œGˆÿÿ%`•@›GˆÿÿôgDf˜@›Gˆÿÿ%`•Ø™GˆÿÿøgDf˜Ø™Gˆÿÿ%`•p˜GˆÿÿügDf˜p˜Gˆÿÿ%`•—GˆÿÿgDf˜—Gˆÿÿ%`• •GˆÿÿgDf˜ •Gˆÿÿ%`•ÐÒ ˆÿÿgDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿ gDf˜hÑ ˆÿÿ%`•Ð ˆÿÿgDf˜Ð ˆÿÿ%`•Þ ˆÿÿgDf˜Þ ˆÿÿ%`•¨Ü ˆÿÿgDf˜¨Ü ˆÿÿ%`•@Û ˆÿÿgDf˜@Û ˆÿÿ%`•ØÙ ˆÿÿ gDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿ$gDf˜pØ ˆÿÿ%`•× ˆÿÿ(gDf˜× ˆÿÿ%`• Õ ˆÿÿ,gDf˜ Õ ˆÿÿ%`•8Ô ˆÿÿ0gDf˜8Ô ˆÿÿ%`•¨<™ˆÿÿ4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8gDf˜>™ˆÿÿ%`•Gˆÿÿ<gDf˜Gˆÿÿ%`•h‘Gˆÿÿ@gDf˜h‘Gˆÿÿ%`•Ð’GˆÿÿDgDf˜Ð’Gˆÿÿ%`•8”GˆÿÿHgDf˜8”Gˆÿÿ%`•Ø ˆÿÿLgDf˜Ø ˆÿÿ%`•ЈÿÿPgDf˜Ðˆÿÿ%`•hˆÿÿTgDf˜hˆÿÿ%`•ˆÿÿXgDf˜ˆÿÿ%`•`7ˆÿÿ\gDf˜`7ˆÿÿ%`•ha7ˆÿÿ`gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿdgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿhgDf˜8d7ˆÿÿ%`• e7ˆÿÿlgDf˜ e7ˆÿÿ%`•g7ˆÿÿpgDf˜g7ˆÿÿ%`•ph7ˆÿÿtgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿxgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ|gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ€gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ„gDf˜n7ˆÿÿ%`•°ËˆÿÿˆgDf˜°Ëˆÿÿ%`•h±ËˆÿÿŒgDf˜h±Ëˆÿÿ%`•вˈÿÿgDf˜Ð²Ëˆÿÿ%`•8´Ëˆÿÿ”gDf˜8´Ëˆÿÿ%`• µËˆÿÿ˜gDf˜ µËˆÿÿ%`•·ËˆÿÿœgDf˜·Ëˆÿÿ%`•p¸Ëˆÿÿ gDf˜p¸Ëˆÿÿ%`•عˈÿÿ¤gDf˜Ø¹Ëˆÿÿ%`•@»Ëˆÿÿ¨gDf˜@»Ëˆÿÿ%`•¨¼Ëˆÿÿ¬gDf˜¨¼Ëˆÿÿ%`•¾Ëˆÿÿ°gDf˜¾Ëˆÿÿ%`•pˆÿÿ´gDf˜pˆÿÿ%`•ˆÿÿ¸gDf˜ˆÿÿ%`• ˆÿÿ¼gDf˜ ˆÿÿ%`•8ˆÿÿÀgDf˜8ˆÿÿ%`•ˆÿÿÄgDf˜ˆÿÿ%`•¨ ˆÿÿÈgDf˜¨ ˆÿÿ%`•@ ˆÿÿÌgDf˜@ ˆÿÿ%`•W­ˆÿÿÐgDf˜W­ˆÿÿ%`• U­ˆÿÿÔgDf˜ U­ˆÿÿ%`•8T­ˆÿÿØgDf˜8T­ˆÿÿ%`•ÐR­ˆÿÿÜgDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿägDf˜hQ­ˆÿÿ%`•P­ˆÿÿègDf˜P­ˆÿÿ%`•€(ˆÿÿìgDf˜€(ˆÿÿ%`•h(ˆÿÿðgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿôgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿøgDf˜8„(ˆÿÿ%`•8£ˆÿÿügDf˜8£ˆÿÿ%`•УˆÿÿgDf˜Ð£ˆÿÿ%`•h£ˆÿÿgDf˜h£ˆÿÿ%`•£ˆÿÿgDf˜£ˆÿÿ%`•Å ˆÿÿ gDf˜Å ˆÿÿ%`•hÅ ˆÿÿgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿgDf˜8Å ˆÿÿ%`• Å ˆÿÿgDf˜ Å ˆÿÿ%`•Å ˆÿÿ gDf˜Å ˆÿÿ%`•pÅ ˆÿÿ$gDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿ(gDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿ,gDf˜@Å ˆÿÿ%`•¨Å ˆÿÿ0gDf˜¨Å ˆÿÿ%`•Å ˆÿÿ4gDf˜Å ˆÿÿ%`•£ˆÿÿ8gDf˜£ˆÿÿ%`•¨£ˆÿÿ<gDf˜¨£ˆÿÿ%`•@£ˆÿÿ@gDf˜@£ˆÿÿ%`•Ø£ˆÿÿDgDf˜Ø£ˆÿÿ%`•p£ˆÿÿHgDf˜p£ˆÿÿ%`•£ˆÿÿLgDf˜£ˆÿÿ%`• £ˆÿÿPgDf˜ £ˆÿÿ%`• …(ˆÿÿTgDf˜ …(ˆÿÿ%`•‡(ˆÿÿXgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ\gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ`gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿdgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿhgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿlgDf˜Ž(ˆÿÿ%`•^­ˆÿÿpgDf˜^­ˆÿÿ%`•¨\­ˆÿÿtgDf˜¨\­ˆÿÿ%`•@[­ˆÿÿxgDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ|gDf˜ØY­ˆÿÿ%`•pX­ˆÿÿ€gDf˜pX­ˆÿÿ%`• åψÿÿ„gDf˜ åψÿÿ%`•8äψÿÿˆgDf˜8äψÿÿ%`•ÐâψÿÿŒgDf˜Ðâψÿÿ%`•háψÿÿgDf˜háψÿÿ%`•àψÿÿ”gDf˜àψÿÿ%`•îψÿÿ˜gDf˜îψÿÿ%`•¨ìψÿÿœgDf˜¨ìψÿÿ%`•@ëψÿÿ gDf˜@ëψÿÿ%`•Øéψÿÿ¤gDf˜Øéψÿÿ%`•pèψÿÿ¨gDf˜pèψÿÿ%`•çψÿÿ¬gDf˜çψÿÿ%`•8¡ˆÿÿ°gDf˜8¡ˆÿÿ%`•Сˆÿÿ´gDf˜Ð¡ˆÿÿ%`•h¡ˆÿÿ¸gDf˜h¡ˆÿÿ%`•¡ˆÿÿ¼gDf˜¡ˆÿÿ%`•àшÿÿÀgDf˜àшÿÿ%`•háшÿÿÄgDf˜háшÿÿ%`•ÐâшÿÿÈgDf˜Ðâшÿÿ%`•8äшÿÿÌgDf˜8äшÿÿ%`•8¤ÊˆÿÿÐgDf˜8¤Êˆÿÿ%`•ТʈÿÿÔgDf˜Ð¢Êˆÿÿ%`•h¡ÊˆÿÿØgDf˜h¡Êˆÿÿ%`• ÊˆÿÿÜgDf˜ Êˆÿÿ%`•ÐîˆÿÿàgDf˜Ðîˆÿÿ%`•hÑîˆÿÿägDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿègDf˜ÐÒîˆÿÿ%`•8ÔîˆÿÿìgDf˜8Ôîˆÿÿ%`• ÕîˆÿÿðgDf˜ Õîˆÿÿ%`•×îˆÿÿôgDf˜×îˆÿÿ%`•pØîˆÿÿøgDf˜pØîˆÿÿ%`•ØÙîˆÿÿügDf˜ØÙîˆÿÿ%`•@ÛîˆÿÿgDf˜@Ûîˆÿÿ%`•¨ÜîˆÿÿgDf˜¨Üîˆÿÿ%`•ÞîˆÿÿgDf˜Þîˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•h‘…ˆÿÿgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿgDf˜8”…ˆÿÿ%`• •…ˆÿÿgDf˜ •…ˆÿÿ%`•—…ˆÿÿ gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ$gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ(gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ,gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ0gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ4gDf˜ž…ˆÿÿ%`•®Êˆÿÿ8gDf˜®Êˆÿÿ%`•¨¬Êˆÿÿ<gDf˜¨¬Êˆÿÿ%`•@«Êˆÿÿ@gDf˜@«Êˆÿÿ%`•ةʈÿÿDgDf˜Ø©Êˆÿÿ%`•p¨ÊˆÿÿHgDf˜p¨Êˆÿÿ%`•§ÊˆÿÿLgDf˜§Êˆÿÿ%`• ¥ÊˆÿÿPgDf˜ ¥Êˆÿÿ%`• åшÿÿTgDf˜ åшÿÿ%`•çшÿÿXgDf˜çшÿÿ%`•pèшÿÿ\gDf˜pèшÿÿ%`•Øéшÿÿ`gDf˜Øéшÿÿ%`•@ëшÿÿdgDf˜@ëшÿÿ%`•¨ìшÿÿhgDf˜¨ìшÿÿ%`•îшÿÿlgDf˜îшÿÿ%`•¡ˆÿÿpgDf˜¡ˆÿÿ%`•¨¡ˆÿÿtgDf˜¨¡ˆÿÿ%`•@¡ˆÿÿxgDf˜@¡ˆÿÿ%`•Ø¡ˆÿÿ|gDf˜Ø¡ˆÿÿ%`•p¡ˆÿÿ€gDf˜p¡ˆÿÿ%`•¡ˆÿÿ„gDf˜¡ˆÿÿ%`• ¡ˆÿÿˆgDf˜ ¡ˆÿÿ%`• •GˆÿÿŒgDf˜ •Gˆÿÿ%`•—GˆÿÿgDf˜—Gˆÿÿ%`•p˜Gˆÿÿ”gDf˜p˜Gˆÿÿ%`•8”Gˆÿÿ˜gDf˜8”Gˆÿÿ%`•Ð’GˆÿÿœgDf˜Ð’Gˆÿÿ%`•h‘Gˆÿÿ gDf˜h‘Gˆÿÿ%`•Gˆÿÿ¤gDf˜Gˆÿÿ%`•Ø™Gˆÿÿ¨gDf˜Ø™Gˆÿÿ%`•@›Gˆÿÿ¬gDf˜@›Gˆÿÿ%`•¨œGˆÿÿ°gDf˜¨œGˆÿÿ%`•žGˆÿÿ´gDf˜žGˆÿÿ%`•>™ˆÿÿ¸gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¼gDf˜¨<™ˆÿÿ%`•ˆÿÿÀgDf˜ˆÿÿ%`•hˆÿÿÄgDf˜hˆÿÿ%`•ЈÿÿÈgDf˜Ðˆÿÿ%`•Ø ˆÿÿÌgDf˜Ø ˆÿÿ%`•8´ËˆÿÿÐgDf˜8´Ëˆÿÿ%`•вˈÿÿÔgDf˜Ð²Ëˆÿÿ%`•h±ËˆÿÿØgDf˜h±Ëˆÿÿ%`•°ËˆÿÿÜgDf˜°Ëˆÿÿ%`•ʈÿÿàgDf˜Êˆÿÿ%`•h‘ʈÿÿägDf˜h‘ʈÿÿ%`•ВʈÿÿègDf˜Ð’ʈÿÿ%`•8”ʈÿÿìgDf˜8”ʈÿÿ%`• •ʈÿÿðgDf˜ •ʈÿÿ%`•—ʈÿÿôgDf˜—ʈÿÿ%`•p˜ÊˆÿÿøgDf˜p˜Êˆÿÿ%`•ؙʈÿÿügDf˜Ø™Êˆÿÿ%`•@›ÊˆÿÿgDf˜@›Êˆÿÿ%`•¨œÊˆÿÿgDf˜¨œÊˆÿÿ%`•žÊˆÿÿgDf˜žÊˆÿÿ%`•`7ˆÿÿ gDf˜`7ˆÿÿ%`•ha7ˆÿÿgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿgDf˜8d7ˆÿÿ%`• e7ˆÿÿgDf˜ e7ˆÿÿ%`•g7ˆÿÿ gDf˜g7ˆÿÿ%`•ph7ˆÿÿ$gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ(gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ,gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ0gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ4gDf˜n7ˆÿÿ%`•¾Ëˆÿÿ8gDf˜¾Ëˆÿÿ%`•¨¼Ëˆÿÿ<gDf˜¨¼Ëˆÿÿ%`•@»Ëˆÿÿ@gDf˜@»Ëˆÿÿ%`•عˈÿÿDgDf˜Ø¹Ëˆÿÿ%`•p¸ËˆÿÿHgDf˜p¸Ëˆÿÿ%`•·ËˆÿÿLgDf˜·Ëˆÿÿ%`• µËˆÿÿPgDf˜ µËˆÿÿ%`•@ ˆÿÿTgDf˜@ ˆÿÿ%`•¨ ˆÿÿXgDf˜¨ ˆÿÿ%`•ˆÿÿ\gDf˜ˆÿÿ%`•8ˆÿÿ`gDf˜8ˆÿÿ%`• ˆÿÿdgDf˜ ˆÿÿ%`•ˆÿÿhgDf˜ˆÿÿ%`•pˆÿÿlgDf˜pˆÿÿ%`•P­ˆÿÿpgDf˜P­ˆÿÿ%`•hQ­ˆÿÿtgDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿxgDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ|gDf˜8T­ˆÿÿ%`• U­ˆÿÿ€gDf˜ U­ˆÿÿ%`•W­ˆÿÿ„gDf˜W­ˆÿÿ%`•8„(ˆÿÿˆgDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿŒgDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿgDf˜h(ˆÿÿ%`•€(ˆÿÿ”gDf˜€(ˆÿÿ%`•Ž(ˆÿÿ˜gDf˜Ž(ˆÿÿ%`•¨Œ(ˆÿÿœgDf˜¨Œ(ˆÿÿ%`•@‹(ˆÿÿ gDf˜@‹(ˆÿÿ%`•؉(ˆÿÿ¤gDf˜Ø‰(ˆÿÿ%`•pˆ(ˆÿÿ¨gDf˜pˆ(ˆÿÿ%`•‡(ˆÿÿ¬gDf˜‡(ˆÿÿ%`• …(ˆÿÿ°gDf˜ …(ˆÿÿ%`•pX­ˆÿÿ´gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ¸gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ¼gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿÀgDf˜¨\­ˆÿÿ%`•^­ˆÿÿÄgDf˜^­ˆÿÿ%`•îψÿÿÈgDf˜îψÿÿ%`•àψÿÿÌgDf˜àψÿÿ%`•háψÿÿÐgDf˜háψÿÿ%`•ÐâψÿÿÔgDf˜Ðâψÿÿ%`•8äψÿÿØgDf˜8äψÿÿ%`• åψÿÿÜgDf˜ åψÿÿ%`•ÀœˆÿÿàgDf˜Àœˆÿÿ%`•hÁœˆÿÿägDf˜hÁœˆÿÿ%`•МˆÿÿègDf˜Ðœˆÿÿ%`•8ÄœˆÿÿìgDf˜8Äœˆÿÿ%`• ÅœˆÿÿðgDf˜ Åœˆÿÿ%`•ÇœˆÿÿôgDf˜Çœˆÿÿ%`•pÈœˆÿÿøgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿügDf˜ØÉœˆÿÿ%`•@ËœˆÿÿgDf˜@Ëœˆÿÿ%`•¨ÌœˆÿÿgDf˜¨Ìœˆÿÿ%`•ΜˆÿÿgDf˜Μˆÿÿ%`•Ð@ ˆÿÿ gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ$gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ(gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ,gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ0gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ4gDf˜Þ@ ˆÿÿ%`•çψÿÿ8gDf˜çψÿÿ%`•pèψÿÿ<gDf˜pèψÿÿ%`•Øéψÿÿ@gDf˜Øéψÿÿ%`•@ëψÿÿDgDf˜@ëψÿÿ%`•¨ìψÿÿHgDf˜¨ìψÿÿ%`•¡ˆÿÿLgDf˜¡ˆÿÿ%`•h¡ˆÿÿPgDf˜h¡ˆÿÿ%`•СˆÿÿTgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿXgDf˜8¡ˆÿÿ%`•8äшÿÿ\gDf˜8äшÿÿ%`•Ðâшÿÿ`gDf˜Ðâшÿÿ%`•háшÿÿdgDf˜háшÿÿ%`•àшÿÿhgDf˜àшÿÿ%`• ÊˆÿÿlgDf˜ Êˆÿÿ%`•h¡ÊˆÿÿpgDf˜h¡Êˆÿÿ%`•ТʈÿÿtgDf˜Ð¢Êˆÿÿ%`•8¤ÊˆÿÿxgDf˜8¤Êˆÿÿ%`•8”…ˆÿÿ|gDf˜8”…ˆÿÿ%`•Ð’…ˆÿÿ€gDf˜Ð’…ˆÿÿ%`•h‘…ˆÿÿ„gDf˜h‘…ˆÿÿ%`•…ˆÿÿˆgDf˜…ˆÿÿ%`•àdˆÿÿŒgDf˜àdˆÿÿ%`•hádˆÿÿgDf˜hádˆÿÿ%`•Ðâdˆÿÿ”gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ˜gDf˜8ädˆÿÿ%`• ådˆÿÿœgDf˜ ådˆÿÿ%`•çdˆÿÿ gDf˜çdˆÿÿ%`•pèdˆÿÿ¤gDf˜pèdˆÿÿ%`•Øédˆÿÿ¨gDf˜Øédˆÿÿ%`•@ëdˆÿÿ¬gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ°gDf˜¨ìdˆÿÿ%`•îdˆÿÿ´gDf˜îdˆÿÿ%`•ž…ˆÿÿ¸gDf˜ž…ˆÿÿ%`•¨œ…ˆÿÿ¼gDf˜¨œ…ˆÿÿ%`•@›…ˆÿÿÀgDf˜@›…ˆÿÿ%`•Ø™…ˆÿÿÄgDf˜Ø™…ˆÿÿ%`•p˜…ˆÿÿÈgDf˜p˜…ˆÿÿ%`•—…ˆÿÿÌgDf˜—…ˆÿÿ%`• •…ˆÿÿÐgDf˜ •…ˆÿÿ%`• ¥ÊˆÿÿÔgDf˜ ¥Êˆÿÿ%`•§ÊˆÿÿØgDf˜§Êˆÿÿ%`•p¨ÊˆÿÿÜgDf˜p¨Êˆÿÿ%`•ةʈÿÿàgDf˜Ø©Êˆÿÿ%`•@«ÊˆÿÿègDf˜@«Êˆÿÿ%`•¨¬ÊˆÿÿìgDf˜¨¬Êˆÿÿ%`•®ÊˆÿÿðgDf˜®Êˆÿÿ%`•îшÿÿôgDf˜îшÿÿ%`•¨ìшÿÿøgDf˜¨ìшÿÿ%`•@ëшÿÿügDf˜@ëшÿÿ%`•ØéшÿÿgDf˜Øéшÿÿ%`•pèшÿÿgDf˜pèшÿÿ%`•çшÿÿgDf˜çшÿÿ%`• åшÿÿ gDf˜ åшÿÿ%`• ¡ˆÿÿgDf˜ ¡ˆÿÿ%`•¡ˆÿÿgDf˜¡ˆÿÿ%`•p¡ˆÿÿgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿgDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ$gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ(gDf˜¡ˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•Ø ˆÿÿ4gDf˜Ø ˆÿÿ%`•Јÿÿ8gDf˜Ðˆÿÿ%`•hˆÿÿ<gDf˜hˆÿÿ%`•ˆÿÿ@gDf˜ˆÿÿ%`•°ËˆÿÿDgDf˜°Ëˆÿÿ%`•h±ËˆÿÿHgDf˜h±Ëˆÿÿ%`•вˈÿÿLgDf˜Ð²Ëˆÿÿ%`•8´ËˆÿÿPgDf˜8´Ëˆÿÿ%`•8d7ˆÿÿTgDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿXgDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ\gDf˜ha7ˆÿÿ%`•`7ˆÿÿ`gDf˜`7ˆÿÿ%`•€æˆÿÿdgDf˜€æˆÿÿ%`•hæˆÿÿhgDf˜hæˆÿÿ%`•ЂæˆÿÿlgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿpgDf˜8„æˆÿÿ%`• …æˆÿÿtgDf˜ …æˆÿÿ%`•‡æˆÿÿxgDf˜‡æˆÿÿ%`•pˆæˆÿÿ|gDf˜pˆæˆÿÿ%`•؉æˆÿÿ€gDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿ„gDf˜@‹æˆÿÿ%`•¨ŒæˆÿÿˆgDf˜¨Œæˆÿÿ%`•ŽæˆÿÿŒgDf˜Žæˆÿÿ%`•ʈÿÿgDf˜Êˆÿÿ%`•h‘ʈÿÿ”gDf˜h‘ʈÿÿ%`•Вʈÿÿ˜gDf˜Ð’ʈÿÿ%`•8”ʈÿÿœgDf˜8”ʈÿÿ%`• •ʈÿÿ gDf˜ •ʈÿÿ%`•—ʈÿÿ¤gDf˜—ʈÿÿ%`•p˜Êˆÿÿ¨gDf˜p˜Êˆÿÿ%`•ؙʈÿÿ¬gDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ°gDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ´gDf˜¨œÊˆÿÿ%`•žÊˆÿÿ¸gDf˜žÊˆÿÿ%`•n7ˆÿÿ¼gDf˜n7ˆÿÿ%`•¨l7ˆÿÿÀgDf˜¨l7ˆÿÿ%`•@k7ˆÿÿÄgDf˜@k7ˆÿÿ%`•Øi7ˆÿÿÈgDf˜Øi7ˆÿÿ%`•ph7ˆÿÿÌgDf˜ph7ˆÿÿ%`•g7ˆÿÿÐgDf˜g7ˆÿÿ%`• e7ˆÿÿÔgDf˜ e7ˆÿÿ%`• µËˆÿÿØgDf˜ µËˆÿÿ%`•·ËˆÿÿÜgDf˜·Ëˆÿÿ%`•p¸ËˆÿÿàgDf˜p¸Ëˆÿÿ%`•عˈÿÿägDf˜Ø¹Ëˆÿÿ%`•@»ËˆÿÿègDf˜@»Ëˆÿÿ%`•¨¼ËˆÿÿìgDf˜¨¼Ëˆÿÿ%`•¾ËˆÿÿðgDf˜¾Ëˆÿÿ%`•pˆÿÿôgDf˜pˆÿÿ%`•ˆÿÿøgDf˜ˆÿÿ%`• ˆÿÿügDf˜ ˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•¨ ˆÿÿgDf˜¨ ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•W­ˆÿÿgDf˜W­ˆÿÿ%`• U­ˆÿÿgDf˜ U­ˆÿÿ%`•8T­ˆÿÿgDf˜8T­ˆÿÿ%`•^­ˆÿÿgDf˜^­ˆÿÿ%`•¨\­ˆÿÿ gDf˜¨\­ˆÿÿ%`•@[­ˆÿÿ$gDf˜@[­ˆÿÿ%`•ØY­ˆÿÿ(gDf˜ØY­ˆÿÿ%`•pX­ˆÿÿ,gDf˜pX­ˆÿÿ%`•ÐR­ˆÿÿ0gDf˜ÐR­ˆÿÿ%`•hQ­ˆÿÿ4gDf˜hQ­ˆÿÿ%`•P­ˆÿÿ8gDf˜P­ˆÿÿ%`• åψÿÿ<gDf˜ åψÿÿ%`•8äψÿÿ@gDf˜8äψÿÿ%`•ÐâψÿÿDgDf˜Ðâψÿÿ%`•háψÿÿHgDf˜háψÿÿ%`•àψÿÿLgDf˜àψÿÿ%`•îψÿÿPgDf˜îψÿÿ%`•8Ô@ ˆÿÿTgDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿXgDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ\gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ`gDf˜Ð@ ˆÿÿ%`•€ËˆÿÿdgDf˜€Ëˆÿÿ%`•hˈÿÿhgDf˜hˈÿÿ%`•ЂËˆÿÿlgDf˜Ð‚ˈÿÿ%`•8„ˈÿÿpgDf˜8„ˈÿÿ%`• …ˈÿÿtgDf˜ …ˈÿÿ%`•‡ËˆÿÿxgDf˜‡Ëˆÿÿ%`•pˆËˆÿÿ|gDf˜pˆËˆÿÿ%`•؉ˈÿÿ€gDf˜Ø‰Ëˆÿÿ%`•@‹Ëˆÿÿ„gDf˜@‹Ëˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•pˆËˆÿÿ gDf˜pˆËˆÿÿ%`•؉ˈÿÿgDf˜Ø‰Ëˆÿÿ%`• …ˈÿÿ  gDf˜ …ˈÿÿ%`•@‹Ëˆÿÿz€gDf˜@‹Ëˆÿÿ%`•8„ˈÿÿ}„gDf˜8„ˈÿÿ%`•ЂËˆÿÿ}¨ gDf˜Ð‚ˈÿÿ%`•‡Ëˆÿÿê0gDf˜‡Ëˆÿÿ%`•hˈÿÿëˆgDf˜hˈÿÿ%`•hˈÿÿ gDf˜hˈÿÿ%`•hˈÿÿz<gDf˜hˈÿÿ%`•‡Ëˆÿÿzˆ gDf˜‡Ëˆÿÿ%`•ЂËˆÿÿ{4<gDf˜Ð‚ˈÿÿ%`•8„ˈÿÿ{„ gDf˜8„ˈÿÿ%`•@‹Ëˆÿÿ|ÔgDf˜@‹Ëˆÿÿ%`• …ˈÿÿ|ø$gDf˜ …ˈÿÿ%`•؉ˈÿÿ}\gDf˜Ø‰Ëˆÿÿ%`•pˆËˆÿÿ}pgDf˜pˆËˆÿÿ%`•€ËˆÿÿÔgDf˜€Ëˆÿÿ%`•¨ŒËˆÿÿø gDf˜¨ŒËˆÿÿ%`•ŽËˆÿÿáÈ$gDf˜ŽËˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•Ð@ ˆÿÿâPgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿâ ˜gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿí8ügDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿï4ügDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿñ0ügDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿó,ügDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿõ(gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿõ@ügDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ÷<ügDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿù8,gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿùl°gDf˜Þ@ ˆÿÿ%`•Þ@ ˆÿÿ gDf˜Þ@ ˆÿÿ%`•Þ@ ˆÿÿŒügDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿˆ`gDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿìgDf˜@Û@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•@Û@ ˆÿÿÿHgDf˜@Û@ ˆÿÿ%`•ÐÒ@ ˆÿÿ4gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿT gDf˜hÑ@ ˆÿÿ%`•hÑ@ ˆÿÿ€gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ„gDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿ˜gDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿ°gDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿÈgDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÜgDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿàgDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿü|gDf˜ÐÒ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•ÐÒ@ ˆÿÿ gDf˜ÐÒ@ ˆÿÿ%`•ÐÒ@ ˆÿÿz4gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿzXgDf˜hÑ@ ˆÿÿ%`•@Û@ ˆÿÿzxgDf˜@Û@ ˆÿÿ%`•@Û@ ˆÿÿ|gDf˜@Û@ ˆÿÿ%`•hÑ@ ˆÿÿ€gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ”gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ¬gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿÄgDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿØgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿÜgDf˜hÑ@ ˆÿÿ%`• Õ@ ˆÿÿðgDf˜ Õ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿøgDf˜'ˆÿÿ%`• Õ@ ˆÿÿüŒgDf˜ Õ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`• Õ@ ˆÿÿzHgDf˜ Õ@ ˆÿÿ%`•hÑ@ ˆÿÿ{”gDf˜hÑ@ ˆÿÿ%`•×@ ˆÿÿ{´ gDf˜×@ ˆÿÿ%`•×@ ˆÿÿŒgDf˜×@ ˆÿÿ%`•hÑ@ ˆÿÿgDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ¤gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ¼gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÐgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿÔgDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•hÑ@ ˆÿÿìgDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ\gDf˜hÑ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•hÑ@ ˆÿÿ|ÔgDf˜hÑ@ ˆÿÿ%`•×@ ˆÿÿ|øgDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ}ôgDf˜ Õ@ ˆÿÿ%`• Õ@ ˆÿÿhgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿlgDf˜×@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•×@ ˆÿÿ„lgDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿôðgDf˜ Õ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ägDf˜'ˆÿÿ%`• Õ@ ˆÿÿz4gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿzXgDf˜×@ ˆÿÿ%`•@Û@ ˆÿÿzxøgDf˜@Û@ ˆÿÿ%`•@Û@ ˆÿÿ ègDf˜@Û@ ˆÿÿ%`•×@ ˆÿÿ ìgDf˜×@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!gDf˜'ˆÿÿ%`•×@ ˆÿÿ!dgDf˜×@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"hgDf˜'ˆÿÿ%`•×@ ˆÿÿ{pgDf˜×@ ˆÿÿ%`•@Û@ ˆÿÿ|ègDf˜@Û@ ˆÿÿ%`• Õ@ ˆÿÿ~ gDf˜ Õ@ ˆÿÿ%`•hÑ@ ˆÿÿ~gDf˜hÑ@ ˆÿÿ%`•hÑ@ ˆÿÿ"lgDf˜hÑ@ ˆÿÿ%`• Õ@ ˆÿÿ"pgDf˜ Õ@ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"„gDf˜'ˆÿÿ%`• Õ@ ˆÿÿ"ˆgDf˜ Õ@ ˆÿÿ%`•Ð@ ˆÿÿ"ŒgDf˜Ð@ ˆÿÿ%`•ÐÒ@ ˆÿÿ"gDf˜ÐÒ@ ˆÿÿ%`•×@ ˆÿÿ"”gDf˜×@ ˆÿÿ%`•@Û@ ˆÿÿ"˜gDf˜@Û@ ˆÿÿ%`•hÑ@ ˆÿÿ"œgDf˜hÑ@ ˆÿÿ%`•8Ô@ ˆÿÿ" gDf˜8Ô@ ˆÿÿ%`•pØ@ ˆÿÿ"¤gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ"¨gDf˜ØÙ@ ˆÿÿ%`•¨Ü@ ˆÿÿ"¬gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ"°gDf˜Þ@ ˆÿÿ%`•>™ˆÿÿ"´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"¸gDf˜¨<™ˆÿÿ%`•€$ˆÿÿ"¼gDf˜€$ˆÿÿ%`•h$ˆÿÿ"ÀgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿ"ÄgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿ"ÈgDf˜8„$ˆÿÿ%`• …$ˆÿÿ"ÌgDf˜ …$ˆÿÿ%`•‡$ˆÿÿ"ÐgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿ"ÔgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿ"ØgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿ"ÜgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿ"àgDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿ"ägDf˜Ž$ˆÿÿ%`•@…ˆÿÿ"ègDf˜@…ˆÿÿ%`•hA…ˆÿÿ"ìgDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿ"ðgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿ"ôgDf˜8D…ˆÿÿ%`• E…ˆÿÿ"øgDf˜ E…ˆÿÿ%`•G…ˆÿÿ"ügDf˜G…ˆÿÿ%`•pH…ˆÿÿ#gDf˜pH…ˆÿÿ%`•ØI…ˆÿÿ#gDf˜ØI…ˆÿÿ%`•@K…ˆÿÿ#gDf˜@K…ˆÿÿ%`•¨L…ˆÿÿ# gDf˜¨L…ˆÿÿ%`•N…ˆÿÿ#gDf˜N…ˆÿÿ%`•`Šˆÿÿ#gDf˜`Šˆÿÿ%`•haŠˆÿÿ#gDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ#gDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ# gDf˜8dŠˆÿÿ%`• eŠˆÿÿ#$gDf˜ eŠˆÿÿ%`•gŠˆÿÿ#(gDf˜gŠˆÿÿ%`•phŠˆÿÿ#,gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ#0gDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ#4gDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ#8gDf˜¨lŠˆÿÿ%`•nŠˆÿÿ#<gDf˜nŠˆÿÿ%`•ð,ˆÿÿ#@gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ#DgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ#HgDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ#LgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ#PgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ#TgDf˜÷,ˆÿÿ%`•pø,ˆÿÿ#XgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ#\gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ#`gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ#dgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ#hgDf˜þ,ˆÿÿ%`•ÀŸˆÿÿ#lgDf˜ÀŸˆÿÿ%`•hÁŸˆÿÿ#pgDf˜hÁŸˆÿÿ%`•Пˆÿÿ#tgDf˜ÐŸˆÿÿ%`•8ÄŸˆÿÿ#xgDf˜8ÄŸˆÿÿ%`• ÅŸˆÿÿ#|gDf˜ ÅŸˆÿÿ%`•ÇŸˆÿÿ#€gDf˜ÇŸˆÿÿ%`•pÈŸˆÿÿ#„gDf˜pÈŸˆÿÿ%`•ØÉŸˆÿÿ#ˆgDf˜ØÉŸˆÿÿ%`•@ËŸˆÿÿ#ŒgDf˜@ËŸˆÿÿ%`•¨ÌŸˆÿÿ#gDf˜¨ÌŸˆÿÿ%`•Οˆÿÿ#”gDf˜Οˆÿÿ%`•P­ˆÿÿ#˜gDf˜P­ˆÿÿ%`•hQ­ˆÿÿ#œgDf˜hQ­ˆÿÿ%`•ÐR­ˆÿÿ# gDf˜ÐR­ˆÿÿ%`•8T­ˆÿÿ#¤gDf˜8T­ˆÿÿ%`• U­ˆÿÿ#¨gDf˜ U­ˆÿÿ%`•W­ˆÿÿ#¬gDf˜W­ˆÿÿ%`•pX­ˆÿÿ#°gDf˜pX­ˆÿÿ%`•ØY­ˆÿÿ#´gDf˜ØY­ˆÿÿ%`•@[­ˆÿÿ#¸gDf˜@[­ˆÿÿ%`•¨\­ˆÿÿ#¼gDf˜¨\­ˆÿÿ%`•^­ˆÿÿ#ÀgDf˜^­ˆÿÿ%`•à ˆÿÿ#ÄgDf˜à ˆÿÿ%`•há ˆÿÿ#ÈgDf˜há ˆÿÿ%`•Ðâ ˆÿÿ#ÌgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ#ÐgDf˜8ä ˆÿÿ%`• å ˆÿÿ#ÔgDf˜ å ˆÿÿ%`•ç ˆÿÿ#ØgDf˜ç ˆÿÿ%`•pè ˆÿÿ#ÜgDf˜pè ˆÿÿ%`•Øé ˆÿÿ#àgDf˜Øé ˆÿÿ%`•@ë ˆÿÿ#ägDf˜@ë ˆÿÿ%`•¨ì ˆÿÿ#ègDf˜¨ì ˆÿÿ%`•î ˆÿÿ#ìgDf˜î ˆÿÿ%`• ‚ ˆÿÿ#ðgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ#øgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ#ügDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ$gDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ$gDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ$gDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ$ gDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ$gDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ$gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ$gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ$gDf˜®‚ ˆÿÿ%`•À2ˆÿÿ$ gDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ$$gDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿ$(gDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ$,gDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ$0gDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ$4gDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ$8gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ$<gDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ$@gDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ$DgDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿ$HgDf˜Î2ˆÿÿ%`•®ˆÿÿ$LgDf˜®ˆÿÿ%`•h‘®ˆÿÿ$PgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿ$TgDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿ$XgDf˜8”®ˆÿÿ%`• •®ˆÿÿ$\gDf˜ •®ˆÿÿ%`•—®ˆÿÿ$`gDf˜—®ˆÿÿ%`•p˜®ˆÿÿ$dgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿ$hgDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ$lgDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ$pgDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ$tgDf˜ž®ˆÿÿ%`•°ˆÿÿ$xgDf˜°ˆÿÿ%`•h±ˆÿÿ$|gDf˜h±ˆÿÿ%`•вˆÿÿ$€gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ$„gDf˜8´ˆÿÿ%`• µˆÿÿ$ˆgDf˜ µˆÿÿ%`•·ˆÿÿ$ŒgDf˜·ˆÿÿ%`•p¸ˆÿÿ$gDf˜p¸ˆÿÿ%`•عˆÿÿ$”gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ$˜gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ$œgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ$ gDf˜¾ˆÿÿ%`• ?ˆÿÿ$¤gDf˜ ?ˆÿÿ%`•h¡?ˆÿÿ$¨gDf˜h¡?ˆÿÿ%`•Т?ˆÿÿ$¬gDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿ$°gDf˜8¤?ˆÿÿ%`• ¥?ˆÿÿ$´gDf˜ ¥?ˆÿÿ%`•§?ˆÿÿ$¸gDf˜§?ˆÿÿ%`•p¨?ˆÿÿ$¼gDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿ$ÀgDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿ$ÄgDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿ$ÈgDf˜¨¬?ˆÿÿ%`•®?ˆÿÿ$ÌgDf˜®?ˆÿÿ%`•À§ˆÿÿ$ÐgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ$ÔgDf˜hÁ§ˆÿÿ%`•Чˆÿÿ$ØgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ$ÜgDf˜8ħˆÿÿ%`• Å§ˆÿÿ$àgDf˜ Å§ˆÿÿ%`•ǧˆÿÿ$ägDf˜ǧˆÿÿ%`•pȧˆÿÿ$ègDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ$ìgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ$ðgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ$ôgDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ$øgDf˜Χˆÿÿ%`•0ˆÿÿ$ügDf˜0ˆÿÿ%`•h1ˆÿÿ%gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ%gDf˜Ð2ˆÿÿ%`• 5ˆÿÿ%ügDf˜ 5ˆÿÿ%`•7ˆÿÿ'ôgDf˜7ˆÿÿ%`•p8ˆÿÿ'üügDf˜p8ˆÿÿ%`•Ø9ˆÿÿ)øügDf˜Ø9ˆÿÿ%`•@;ˆÿÿ+ôgDf˜@;ˆÿÿ%`•¨<ˆÿÿ,ügDf˜¨<ˆÿÿ%`•>ˆÿÿ-üügDf˜>ˆÿÿ%`•¨<™ˆÿÿ/øgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0¸gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•84ˆÿÿìˆgDf˜84ˆÿÿ%`•'ˆÿÿ1¼gDf˜'ˆÿÿ%`•84ˆÿÿ gDf˜84ˆÿÿ%`•84ˆÿÿ1ÀgDf˜84ˆÿÿ%`•¨<ˆÿÿ1ÄØgDf˜¨<ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2œgDf˜'ˆÿÿ%`•¨<ˆÿÿ2 ŒgDf˜¨<ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3,gDf˜'ˆÿÿ%`•¨<ˆÿÿìxgDf˜¨<ˆÿÿ%`•@;ˆÿÿ7ôgDf˜@;ˆÿÿ%`•>ˆÿÿ8ø gDf˜>ˆÿÿ%`•>ˆÿÿ gDf˜>ˆÿÿ%`•>ˆÿÿ30gDf˜>ˆÿÿ%`•@;ˆÿÿ34gDf˜@;ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3PgDf˜'ˆÿÿ%`•@;ˆÿÿ3T\gDf˜@;ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3°gDf˜'ˆÿÿ%`•@;ˆÿÿ3´ gDf˜@;ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3ÔgDf˜'ˆÿÿ%`•@;ˆÿÿ3Ø gDf˜@;ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3øgDf˜'ˆÿÿ%`•@;ˆÿÿ3ügDf˜@;ˆÿÿ%`•@;ˆÿÿ4gDf˜@;ˆÿÿ%`•@;ˆÿÿ4gDf˜@;ˆÿÿ%`•@;ˆÿÿ4 gDf˜@;ˆÿÿ%`•@;ˆÿÿ4gDf˜@;ˆÿÿ%`•@;ˆÿÿ4gDf˜@;ˆÿÿ%`•@;ˆÿÿ4gDf˜@;ˆÿÿ%`•Ø9ˆÿÿ4gDf˜Ø9ˆÿÿ%`•p8ˆÿÿ4 gDf˜p8ˆÿÿ%`•7ˆÿÿ4$gDf˜7ˆÿÿ%`•84ˆÿÿ4(gDf˜84ˆÿÿ%`•84ˆÿÿ4,gDf˜84ˆÿÿ%`•7ˆÿÿ40gDf˜7ˆÿÿ%`•p8ˆÿÿ44gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ48gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ4<gDf˜@;ˆÿÿ%`•>ˆÿÿ4@gDf˜>ˆÿÿ%`•¨<ˆÿÿ4DgDf˜¨<ˆÿÿ%`• 5ˆÿÿ4HgDf˜ 5ˆÿÿ%`•Ð2ˆÿÿ4LgDf˜Ð2ˆÿÿ%`•h1ˆÿÿ4PgDf˜h1ˆÿÿ%`•0ˆÿÿ4TgDf˜0ˆÿÿ%`•>™ˆÿÿ4XgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4\gDf˜¨<™ˆÿÿ%`• ÿˆÿÿ4`gDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ4dgDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ4hgDf˜Ð¢ÿˆÿÿ%`•Тÿˆÿÿ4lgDf˜Ð¢ÿˆÿÿ%`•h¡ÿˆÿÿ4pgDf˜h¡ÿˆÿÿ%`• ÿˆÿÿ4tgDf˜ ÿˆÿÿ%`•8¤ÿˆÿÿ4xgDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ4|gDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ4€gDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ4„gDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ4ˆgDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ4ŒgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ4gDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ4”gDf˜®ÿˆÿÿ%`•¨<™ˆÿÿ4˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4œgDf˜>™ˆÿÿ%`•€(ˆÿÿ4 gDf˜€(ˆÿÿ%`•h(ˆÿÿ4¤gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ4¨gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ4¬gDf˜8„(ˆÿÿ%`• …(ˆÿÿ4°gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ4´gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ4¸gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ4¼gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ4ÀgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ4ÄgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ4ÈgDf˜Ž(ˆÿÿ%`• ˜ˆÿÿ4ÌgDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿ4ÐgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿ4ÔgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿ4ØgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿ4ÜgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿ4àgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿ4ägDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿ4ègDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿ4ìgDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿ4ðgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿ4ôgDf˜.˜ˆÿÿ%`•Ð6ˆÿÿ4øgDf˜Ð6ˆÿÿ%`•hÑ6ˆÿÿ4ügDf˜hÑ6ˆÿÿ%`•ÐÒ6ˆÿÿ5gDf˜ÐÒ6ˆÿÿ%`•8Ô6ˆÿÿ5gDf˜8Ô6ˆÿÿ%`• Õ6ˆÿÿ5gDf˜ Õ6ˆÿÿ%`•×6ˆÿÿ5 gDf˜×6ˆÿÿ%`•pØ6ˆÿÿ5gDf˜pØ6ˆÿÿ%`•ØÙ6ˆÿÿ5gDf˜ØÙ6ˆÿÿ%`•@Û6ˆÿÿ5gDf˜@Û6ˆÿÿ%`•8Ô6ˆÿÿ5gDf˜8Ô6ˆÿÿ%`•ÐÒ6ˆÿÿ5 gDf˜ÐÒ6ˆÿÿ%`•hÑ6ˆÿÿ5$gDf˜hÑ6ˆÿÿ%`•Ð6ˆÿÿ5(gDf˜Ð6ˆÿÿ%`•¨Ü6ˆÿÿ5,gDf˜¨Ü6ˆÿÿ%`•Þ6ˆÿÿ50gDf˜Þ6ˆÿÿ%`•>™ˆÿÿ54gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ58gDf˜¨<™ˆÿÿ%`•€Šˆÿÿ5<gDf˜€Šˆÿÿ%`•hŠˆÿÿ5@gDf˜hŠˆÿÿ%`•ЂŠˆÿÿ5DgDf˜Ð‚Šˆÿÿ%`•8„Šˆÿÿ5HgDf˜8„Šˆÿÿ%`• …Šˆÿÿ5LgDf˜ …Šˆÿÿ%`•‡Šˆÿÿ5PgDf˜‡Šˆÿÿ%`•pˆŠˆÿÿ5TgDf˜pˆŠˆÿÿ%`•؉Šˆÿÿ5XgDf˜Ø‰Šˆÿÿ%`•@‹Šˆÿÿ5\gDf˜@‹Šˆÿÿ%`•¨ŒŠˆÿÿ5`gDf˜¨ŒŠˆÿÿ%`•ŽŠˆÿÿ5dgDf˜ŽŠˆÿÿ%`•àˆÿÿ5hgDf˜àˆÿÿ%`•háˆÿÿ5lgDf˜háˆÿÿ%`•Ðâˆÿÿ5pgDf˜Ðâˆÿÿ%`•8äˆÿÿ5tgDf˜8äˆÿÿ%`• åˆÿÿ5xgDf˜ åˆÿÿ%`•çˆÿÿ5|gDf˜çˆÿÿ%`•pèˆÿÿ5€gDf˜pèˆÿÿ%`•Øéˆÿÿ5„gDf˜Øéˆÿÿ%`•@ëˆÿÿ5ˆgDf˜@ëˆÿÿ%`•¨ìˆÿÿ5ŒgDf˜¨ìˆÿÿ%`•îˆÿÿ5gDf˜îˆÿÿ%`•Qˆÿÿ5”gDf˜Qˆÿÿ%`•h‘Qˆÿÿ5˜gDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ5œgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ5 gDf˜8”Qˆÿÿ%`• •Qˆÿÿ5¤gDf˜ •Qˆÿÿ%`•—Qˆÿÿ5¨gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ5¬gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ5°gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ5´gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ5¸gDf˜¨œQˆÿÿ%`•žQˆÿÿ5¼gDf˜žQˆÿÿ%`•0ˆÿÿ5ÀgDf˜0ˆÿÿ%`•h1ˆÿÿ5ÄgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ5ÈgDf˜Ð2ˆÿÿ%`•84ˆÿÿ5ÌgDf˜84ˆÿÿ%`• 5ˆÿÿ5ÐgDf˜ 5ˆÿÿ%`•7ˆÿÿ5ÔgDf˜7ˆÿÿ%`•p8ˆÿÿ5ØgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ5ÜgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ5àgDf˜@;ˆÿÿ%`•¨<ˆÿÿ5ägDf˜¨<ˆÿÿ%`•>ˆÿÿ5ègDf˜>ˆÿÿ%`• …ˆÿÿ5ìgDf˜ …ˆÿÿ%`•h!…ˆÿÿ5ðgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ5ôgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ5øgDf˜8$…ˆÿÿ%`• %…ˆÿÿ5ügDf˜ %…ˆÿÿ%`•'…ˆÿÿ6gDf˜'…ˆÿÿ%`•p(…ˆÿÿ6gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ6gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ6 gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ6gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ6gDf˜.…ˆÿÿ%`•€ºˆÿÿ6gDf˜€ºˆÿÿ%`•hºˆÿÿ6gDf˜hºˆÿÿ%`•Ђºˆÿÿ6 gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ6$gDf˜8„ºˆÿÿ%`• …ºˆÿÿ6(gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ6,gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ60gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ64gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ68gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ6<gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ6@gDf˜Žºˆÿÿ%`•€ˆÿÿ6DgDf˜€ˆÿÿ%`•hˆÿÿ6HgDf˜hˆÿÿ%`•Ђˆÿÿ6LgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ6PgDf˜8„ˆÿÿ%`• …ˆÿÿ6TgDf˜ …ˆÿÿ%`•‡ˆÿÿ6XgDf˜‡ˆÿÿ%`•pˆˆÿÿ6\gDf˜pˆˆÿÿ%`•؉ˆÿÿ6`gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ6dgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ6hgDf˜¨Œˆÿÿ%`•Žˆÿÿ6lgDf˜Žˆÿÿ%`•݈ÿÿ6pgDf˜Ýˆÿÿ%`•h݈ÿÿ6tgDf˜h݈ÿÿ%`•Ð݈ÿÿ6xgDf˜Ð݈ÿÿ%`•8݈ÿÿ6|gDf˜8݈ÿÿ%`• Ýˆÿÿ6€gDf˜ Ýˆÿÿ%`•݈ÿÿ6„gDf˜Ýˆÿÿ%`•p݈ÿÿ6ˆgDf˜p݈ÿÿ%`•ØÝˆÿÿ6ŒgDf˜ØÝˆÿÿ%`•@݈ÿÿ6gDf˜@݈ÿÿ%`•¨Ýˆÿÿ6”gDf˜¨Ýˆÿÿ%`•݈ÿÿ6˜gDf˜Ýˆÿÿ%`•àAˆÿÿ6œgDf˜àAˆÿÿ%`•háAˆÿÿ6 gDf˜háAˆÿÿ%`•ÐâAˆÿÿ6¤gDf˜ÐâAˆÿÿ%`•8äAˆÿÿ6¨gDf˜8äAˆÿÿ%`• åAˆÿÿ6¬gDf˜ åAˆÿÿ%`•çAˆÿÿ6°gDf˜çAˆÿÿ%`•pèAˆÿÿ6´gDf˜pèAˆÿÿ%`•ØéAˆÿÿ6¸gDf˜ØéAˆÿÿ%`•@ëAˆÿÿ6¼gDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ6ÀgDf˜¨ìAˆÿÿ%`•îAˆÿÿ6ÄgDf˜îAˆÿÿ%`•pˆÿÿ6ÈgDf˜pˆÿÿ%`•hpˆÿÿ6ÌgDf˜hpˆÿÿ%`•Ðpˆÿÿ6ÐgDf˜Ðpˆÿÿ%`•8pˆÿÿ6ÔgDf˜8pˆÿÿ%`• pˆÿÿ6ØgDf˜ pˆÿÿ%`•pˆÿÿ6ÜgDf˜pˆÿÿ%`•ppˆÿÿ6àgDf˜ppˆÿÿ%`•Ø pˆÿÿ6ägDf˜Ø pˆÿÿ%`•@ pˆÿÿ6ègDf˜@ pˆÿÿ%`•¨ pˆÿÿ6ìgDf˜¨ pˆÿÿ%`•pˆÿÿ6ðgDf˜pˆÿÿ%`•P¹ˆÿÿ6ôgDf˜P¹ˆÿÿ%`•hQ¹ˆÿÿ6øgDf˜hQ¹ˆÿÿ%`•ÐR¹ˆÿÿ6ügDf˜ÐR¹ˆÿÿ%`•8T¹ˆÿÿ7gDf˜8T¹ˆÿÿ%`• U¹ˆÿÿ7gDf˜ U¹ˆÿÿ%`•W¹ˆÿÿ7gDf˜W¹ˆÿÿ%`•pX¹ˆÿÿ7 gDf˜pX¹ˆÿÿ%`•ØY¹ˆÿÿ7gDf˜ØY¹ˆÿÿ%`•@[¹ˆÿÿ7gDf˜@[¹ˆÿÿ%`•¨\¹ˆÿÿ7gDf˜¨\¹ˆÿÿ%`•^¹ˆÿÿ7gDf˜^¹ˆÿÿ%`•¨<™ˆÿÿ7 gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ7$gDf˜>™ˆÿÿ%`•@›Qˆÿÿ7(gDf˜@›Qˆÿÿ%`•Ø™Qˆÿÿ7,gDf˜Ø™Qˆÿÿ%`•p˜Qˆÿÿ70gDf˜p˜Qˆÿÿ%`•—Qˆÿÿ74gDf˜—Qˆÿÿ%`• •Qˆÿÿ78gDf˜ •Qˆÿÿ%`•8”Qˆÿÿ7<gDf˜8”Qˆÿÿ%`•Ð’Qˆÿÿ7@gDf˜Ð’Qˆÿÿ%`•h‘Qˆÿÿ7DgDf˜h‘Qˆÿÿ%`•Qˆÿÿ7HgDf˜Qˆÿÿ%`•À%ˆÿÿ7LgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ7PgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ7TgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ7XgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ7\gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ7`gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ7dgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ7hgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ7lgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ7pgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ7tgDf˜Î%ˆÿÿ%`•…ˆÿÿ7xgDf˜…ˆÿÿ%`•h‘…ˆÿÿ7|gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ7€gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ7„gDf˜8”…ˆÿÿ%`• •…ˆÿÿ7ˆgDf˜ •…ˆÿÿ%`•—…ˆÿÿ7ŒgDf˜—…ˆÿÿ%`•p˜…ˆÿÿ7gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ7”gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ7˜gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ7œgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ7 gDf˜ž…ˆÿÿ%`• .ˆÿÿ7¤gDf˜ .ˆÿÿ%`•h!.ˆÿÿ7¨gDf˜h!.ˆÿÿ%`•Ð".ˆÿÿ7¬gDf˜Ð".ˆÿÿ%`•8$.ˆÿÿ7°gDf˜8$.ˆÿÿ%`• %.ˆÿÿ7´gDf˜ %.ˆÿÿ%`•'.ˆÿÿ7¸gDf˜'.ˆÿÿ%`•p(.ˆÿÿ7¼gDf˜p(.ˆÿÿ%`•Ø).ˆÿÿ7ÀgDf˜Ø).ˆÿÿ%`•@+.ˆÿÿ7ÄgDf˜@+.ˆÿÿ%`•¨,.ˆÿÿ7ÈgDf˜¨,.ˆÿÿ%`•..ˆÿÿ7ÌgDf˜..ˆÿÿ%`•@¡ˆÿÿ7ÐgDf˜@¡ˆÿÿ%`•hA¡ˆÿÿ7ÔgDf˜hA¡ˆÿÿ%`•ÐB¡ˆÿÿ7ØgDf˜ÐB¡ˆÿÿ%`•8D¡ˆÿÿ7ÜgDf˜8D¡ˆÿÿ%`• E¡ˆÿÿ7àgDf˜ E¡ˆÿÿ%`•G¡ˆÿÿ7ägDf˜G¡ˆÿÿ%`•pH¡ˆÿÿ7ègDf˜pH¡ˆÿÿ%`•ØI¡ˆÿÿ7ìgDf˜ØI¡ˆÿÿ%`•@K¡ˆÿÿ7ðgDf˜@K¡ˆÿÿ%`•¨L¡ˆÿÿ7ôgDf˜¨L¡ˆÿÿ%`•N¡ˆÿÿ7øgDf˜N¡ˆÿÿ%`• ˆÿÿ7ügDf˜ ˆÿÿ%`•h ˆÿÿ8gDf˜h ˆÿÿ%`•Ð ˆÿÿ8gDf˜Ð ˆÿÿ%`•8 ˆÿÿ8 gDf˜8 ˆÿÿ%`•  ˆÿÿ8gDf˜  ˆÿÿ%`• ˆÿÿ8gDf˜ ˆÿÿ%`•p ˆÿÿ8gDf˜p ˆÿÿ%`•Ø  ˆÿÿ8gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ8 gDf˜@  ˆÿÿ%`•¨  ˆÿÿ8$gDf˜¨  ˆÿÿ%`• ˆÿÿ8(gDf˜ ˆÿÿ%`•pÚˆÿÿ8,gDf˜pÚˆÿÿ%`•hqÚˆÿÿ80gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿ84gDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿ88gDf˜8tÚˆÿÿ%`• uÚˆÿÿ8<gDf˜ uÚˆÿÿ%`•wÚˆÿÿ8@gDf˜wÚˆÿÿ%`•pxÚˆÿÿ8DgDf˜pxÚˆÿÿ%`•ØyÚˆÿÿ8HgDf˜ØyÚˆÿÿ%`•@{Úˆÿÿ8LgDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ8PgDf˜¨|Úˆÿÿ%`•~Úˆÿÿ8TgDf˜~Úˆÿÿ%`•žQˆÿÿ8XgDf˜žQˆÿÿ%`•¨œQˆÿÿ8\gDf˜¨œQˆÿÿ%`•؉ºˆÿÿ8`gDf˜Ø‰ºˆÿÿ%`•pˆºˆÿÿ8dgDf˜pˆºˆÿÿ%`•‡ºˆÿÿ8hgDf˜‡ºˆÿÿ%`• …ºˆÿÿ8lgDf˜ …ºˆÿÿ%`•8„ºˆÿÿ8pgDf˜8„ºˆÿÿ%`•Ђºˆÿÿ8tgDf˜Ð‚ºˆÿÿ%`•hºˆÿÿ8xgDf˜hºˆÿÿ%`•€ºˆÿÿ8|gDf˜€ºˆÿÿ%`•àdˆÿÿ8€gDf˜àdˆÿÿ%`•hádˆÿÿ8„gDf˜hádˆÿÿ%`•Ðâdˆÿÿ8ˆgDf˜Ðâdˆÿÿ%`•8ädˆÿÿ8ŒgDf˜8ädˆÿÿ%`• ådˆÿÿ8gDf˜ ådˆÿÿ%`•çdˆÿÿ8”gDf˜çdˆÿÿ%`•pèdˆÿÿ8˜gDf˜pèdˆÿÿ%`•Øédˆÿÿ8œgDf˜Øédˆÿÿ%`•@ëdˆÿÿ8 gDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ8¤gDf˜¨ìdˆÿÿ%`•îdˆÿÿ8¨gDf˜îdˆÿÿ%`•Àhˆÿÿ8¬gDf˜Àhˆÿÿ%`•hÁhˆÿÿ8°gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ8´gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ8¸gDf˜8Ähˆÿÿ%`• Åhˆÿÿ8¼gDf˜ Åhˆÿÿ%`•Çhˆÿÿ8ÀgDf˜Çhˆÿÿ%`•pÈhˆÿÿ8ÄgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ8ÈgDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ8ÌgDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ8ÐgDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ8ÔgDf˜Îhˆÿÿ%`•Žºˆÿÿ8ØgDf˜Žºˆÿÿ%`•¨Œºˆÿÿ8ÜgDf˜¨Œºˆÿÿ%`•@‹ºˆÿÿ8àgDf˜@‹ºˆÿÿ%`•pèAˆÿÿ8ägDf˜pèAˆÿÿ%`•çAˆÿÿ8ègDf˜çAˆÿÿ%`• åAˆÿÿ8ìgDf˜ åAˆÿÿ%`•8äAˆÿÿ8ðgDf˜8äAˆÿÿ%`•ÐâAˆÿÿ8ôgDf˜ÐâAˆÿÿ%`•háAˆÿÿ8øgDf˜háAˆÿÿ%`•àAˆÿÿ8ügDf˜àAˆÿÿ%`•¬ˆÿÿ9gDf˜¬ˆÿÿ%`•h¬ˆÿÿ9gDf˜h¬ˆÿÿ%`•Ьˆÿÿ9gDf˜Ð¬ˆÿÿ%`•8¬ˆÿÿ9 gDf˜8¬ˆÿÿ%`• ¬ˆÿÿ9gDf˜ ¬ˆÿÿ%`•¬ˆÿÿ9gDf˜¬ˆÿÿ%`•p¬ˆÿÿ9gDf˜p¬ˆÿÿ%`•جˆÿÿ9gDf˜Ø¬ˆÿÿ%`•@¬ˆÿÿ9 gDf˜@¬ˆÿÿ%`•¨¬ˆÿÿ9$gDf˜¨¬ˆÿÿ%`•¬ˆÿÿ9(gDf˜¬ˆÿÿ%`•ð ˆÿÿ9,gDf˜ð ˆÿÿ%`•hñ ˆÿÿ90gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ94gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ98gDf˜8ô ˆÿÿ%`• õ ˆÿÿ9<gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ9@gDf˜÷ ˆÿÿ%`•pø ˆÿÿ9DgDf˜pø ˆÿÿ%`•Øù ˆÿÿ9HgDf˜Øù ˆÿÿ%`•@û ˆÿÿ9LgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ9PgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ9TgDf˜þ ˆÿÿ%`•îAˆÿÿ9XgDf˜îAˆÿÿ%`•¨ìAˆÿÿ9\gDf˜¨ìAˆÿÿ%`•@ëAˆÿÿ9`gDf˜@ëAˆÿÿ%`•ØéAˆÿÿ9dgDf˜ØéAˆÿÿ%`•>™ˆÿÿ9hgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ9lgDf˜¨<™ˆÿÿ%`•—Qˆÿÿ9pgDf˜—Qˆÿÿ%`•p˜Qˆÿÿ9tgDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ9xgDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ9|gDf˜@›Qˆÿÿ%`•ÐȈÿÿ9€gDf˜ÐȈÿÿ%`•hÑȈÿÿ9„gDf˜hÑȈÿÿ%`•ÐÒȈÿÿ9ˆgDf˜ÐÒȈÿÿ%`•8ÔȈÿÿ9ŒgDf˜8ÔȈÿÿ%`• ÕȈÿÿ9gDf˜ ÕȈÿÿ%`•×Ȉÿÿ9”gDf˜×Ȉÿÿ%`•pØÈˆÿÿ9˜gDf˜pØÈˆÿÿ%`•ØÙȈÿÿ9œgDf˜ØÙȈÿÿ%`•@ÛȈÿÿ9 gDf˜@ÛȈÿÿ%`•¨ÜȈÿÿ9¤gDf˜¨ÜȈÿÿ%`•ÞȈÿÿ9¨gDf˜ÞȈÿÿ%`•0Dˆÿÿ9¬gDf˜0Dˆÿÿ%`•h1Dˆÿÿ9°gDf˜h1Dˆÿÿ%`•Ð2Dˆÿÿ9´gDf˜Ð2Dˆÿÿ%`•84Dˆÿÿ9¸gDf˜84Dˆÿÿ%`• 5Dˆÿÿ9¼gDf˜ 5Dˆÿÿ%`•7Dˆÿÿ9ÀgDf˜7Dˆÿÿ%`•p8Dˆÿÿ9ÄgDf˜p8Dˆÿÿ%`•Ø9Dˆÿÿ9ÈgDf˜Ø9Dˆÿÿ%`•@;Dˆÿÿ9ÌgDf˜@;Dˆÿÿ%`•¨Dˆÿÿ9ÔgDf˜>Dˆÿÿ%`•Qˆÿÿ9ØgDf˜Qˆÿÿ%`•h‘Qˆÿÿ9ÜgDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ9àgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ9ägDf˜8”Qˆÿÿ%`• •Qˆÿÿ9ègDf˜ •Qˆÿÿ%`• %.ˆÿÿ9ìgDf˜ %.ˆÿÿ%`•8$.ˆÿÿ9ðgDf˜8$.ˆÿÿ%`•Ð".ˆÿÿ9ôgDf˜Ð".ˆÿÿ%`•h!.ˆÿÿ9øgDf˜h!.ˆÿÿ%`• .ˆÿÿ9ügDf˜ .ˆÿÿ%`•PWˆÿÿ:gDf˜PWˆÿÿ%`•hQWˆÿÿ:gDf˜hQWˆÿÿ%`•ÐRWˆÿÿ:gDf˜ÐRWˆÿÿ%`•8TWˆÿÿ: gDf˜8TWˆÿÿ%`• UWˆÿÿ:gDf˜ UWˆÿÿ%`•WWˆÿÿ:gDf˜WWˆÿÿ%`•pXWˆÿÿ:gDf˜pXWˆÿÿ%`•ØYWˆÿÿ:gDf˜ØYWˆÿÿ%`•@[Wˆÿÿ: gDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ:$gDf˜¨\Wˆÿÿ%`•^Wˆÿÿ:(gDf˜^Wˆÿÿ%`•@ˆÿÿ:,gDf˜@ˆÿÿ%`•hAˆÿÿ:0gDf˜hAˆÿÿ%`•ÐBˆÿÿ:4gDf˜ÐBˆÿÿ%`•8Dˆÿÿ:8gDf˜8Dˆÿÿ%`• Eˆÿÿ:<gDf˜ Eˆÿÿ%`•Gˆÿÿ:@gDf˜Gˆÿÿ%`•pHˆÿÿ:DgDf˜pHˆÿÿ%`•ØIˆÿÿ:HgDf˜ØIˆÿÿ%`•@Kˆÿÿ:LgDf˜@Kˆÿÿ%`•¨Lˆÿÿ:PgDf˜¨Lˆÿÿ%`•Nˆÿÿ:TgDf˜Nˆÿÿ%`•..ˆÿÿ:XgDf˜..ˆÿÿ%`•¨,.ˆÿÿ:\gDf˜¨,.ˆÿÿ%`•@+.ˆÿÿ:`gDf˜@+.ˆÿÿ%`•Ø).ˆÿÿ:dgDf˜Ø).ˆÿÿ%`•p(.ˆÿÿ:hgDf˜p(.ˆÿÿ%`•'.ˆÿÿ:lgDf˜'.ˆÿÿ%`•8tÚˆÿÿ:pgDf˜8tÚˆÿÿ%`•ÐrÚˆÿÿ:tgDf˜ÐrÚˆÿÿ%`•hqÚˆÿÿ:xgDf˜hqÚˆÿÿ%`•pÚˆÿÿ:|gDf˜pÚˆÿÿ%`•­ˆÿÿ:€gDf˜­ˆÿÿ%`•h­ˆÿÿ:„gDf˜h­ˆÿÿ%`•Эˆÿÿ:ˆgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ:ŒgDf˜8­ˆÿÿ%`• ­ˆÿÿ:gDf˜ ­ˆÿÿ%`•­ˆÿÿ:”gDf˜­ˆÿÿ%`•p­ˆÿÿ:˜gDf˜p­ˆÿÿ%`•Ø ­ˆÿÿ:œgDf˜Ø ­ˆÿÿ%`•@ ­ˆÿÿ: gDf˜@ ­ˆÿÿ%`•¨ ­ˆÿÿ:¤gDf˜¨ ­ˆÿÿ%`•­ˆÿÿ:¨gDf˜­ˆÿÿ%`•Àˆÿÿ:¬gDf˜Àˆÿÿ%`•hÁˆÿÿ:°gDf˜hÁˆÿÿ%`•Јÿÿ:´gDf˜Ðˆÿÿ%`•8Ĉÿÿ:¸gDf˜8Ĉÿÿ%`• Åˆÿÿ:¼gDf˜ Åˆÿÿ%`•Ljÿÿ:ÀgDf˜Çˆÿÿ%`•pȈÿÿ:ÄgDf˜pȈÿÿ%`•ØÉˆÿÿ:ÈgDf˜ØÉˆÿÿ%`•@ˈÿÿ:ÌgDf˜@ˈÿÿ%`•¨Ìˆÿÿ:ÐgDf˜¨Ìˆÿÿ%`•Έÿÿ:ÔgDf˜Îˆÿÿ%`•~Úˆÿÿ:ØgDf˜~Úˆÿÿ%`•¨|Úˆÿÿ:ÜgDf˜¨|Úˆÿÿ%`•@{Úˆÿÿ:àgDf˜@{Úˆÿÿ%`•ØyÚˆÿÿ:ägDf˜ØyÚˆÿÿ%`•pxÚˆÿÿ:ègDf˜pxÚˆÿÿ%`•wÚˆÿÿ:ìgDf˜wÚˆÿÿ%`• uÚˆÿÿ:ðgDf˜ uÚˆÿÿ%`•¨œQˆÿÿ:ôgDf˜¨œQˆÿÿ%`•žQˆÿÿ:øgDf˜žQˆÿÿ%`•€ºˆÿÿ:ügDf˜€ºˆÿÿ%`•hºˆÿÿ;gDf˜hºˆÿÿ%`•Ђºˆÿÿ;gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ;gDf˜8„ºˆÿÿ%`• …ºˆÿÿ; gDf˜ …ºˆÿÿ%`•‡ºˆÿÿ;gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ;gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ;gDf˜Ø‰ºˆÿÿ%`•8Ähˆÿÿ;gDf˜8Ähˆÿÿ%`•ÐÂhˆÿÿ; gDf˜ÐÂhˆÿÿ%`•hÁhˆÿÿ;$gDf˜hÁhˆÿÿ%`•Àhˆÿÿ;(gDf˜Àhˆÿÿ%`•pˆÿÿ;,gDf˜pˆÿÿ%`•hqˆÿÿ;0gDf˜hqˆÿÿ%`•Ðrˆÿÿ;4gDf˜Ðrˆÿÿ%`•8tˆÿÿ;8gDf˜8tˆÿÿ%`• uˆÿÿ;<gDf˜ uˆÿÿ%`•wˆÿÿ;@gDf˜wˆÿÿ%`•pxˆÿÿ;DgDf˜pxˆÿÿ%`•Øyˆÿÿ;HgDf˜Øyˆÿÿ%`•@{ˆÿÿ;LgDf˜@{ˆÿÿ%`•¨|ˆÿÿ;PgDf˜¨|ˆÿÿ%`•~ˆÿÿ;TgDf˜~ˆÿÿ%`•Îhˆÿÿ;XgDf˜Îhˆÿÿ%`•¨Ìhˆÿÿ;\gDf˜¨Ìhˆÿÿ%`•@Ëhˆÿÿ;`gDf˜@Ëhˆÿÿ%`•ØÉhˆÿÿ;dgDf˜ØÉhˆÿÿ%`•pÈhˆÿÿ;hgDf˜pÈhˆÿÿ%`•Çhˆÿÿ;lgDf˜Çhˆÿÿ%`• Åhˆÿÿ;pgDf˜ Åhˆÿÿ%`•@‹ºˆÿÿ;tgDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ;xgDf˜¨Œºˆÿÿ%`•Žºˆÿÿ;|gDf˜Žºˆÿÿ%`•àAˆÿÿ;€gDf˜àAˆÿÿ%`•háAˆÿÿ;„gDf˜háAˆÿÿ%`•ÐâAˆÿÿ;ˆgDf˜ÐâAˆÿÿ%`•8äAˆÿÿ;ŒgDf˜8äAˆÿÿ%`• åAˆÿÿ;gDf˜ åAˆÿÿ%`•çAˆÿÿ;”gDf˜çAˆÿÿ%`•pèAˆÿÿ;˜gDf˜pèAˆÿÿ%`•8ô ˆÿÿ;œgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ; gDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ;¤gDf˜hñ ˆÿÿ%`•ð ˆÿÿ;¨gDf˜ð ˆÿÿ%`•€>ˆÿÿ;¬gDf˜€>ˆÿÿ%`•h>ˆÿÿ;°gDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ;´gDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ;¸gDf˜8„>ˆÿÿ%`• …>ˆÿÿ;¼gDf˜ …>ˆÿÿ%`•‡>ˆÿÿ;ÀgDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿ;ÄgDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿ;ÈgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿ;ÌgDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿ;ÐgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿ;ÔgDf˜Ž>ˆÿÿ%`•þ ˆÿÿ;ØgDf˜þ ˆÿÿ%`•¨ü ˆÿÿ;ÜgDf˜¨ü ˆÿÿ%`•@û ˆÿÿ;àgDf˜@û ˆÿÿ%`•Øù ˆÿÿ;ägDf˜Øù ˆÿÿ%`•pø ˆÿÿ;ègDf˜pø ˆÿÿ%`•÷ ˆÿÿ;ìgDf˜÷ ˆÿÿ%`• õ ˆÿÿ;ðgDf˜ õ ˆÿÿ%`•ØéAˆÿÿ;ôgDf˜ØéAˆÿÿ%`•@ëAˆÿÿ;øgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ;ügDf˜¨ìAˆÿÿ%`•îAˆÿÿ<gDf˜îAˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`•@›Qˆÿÿ<gDf˜@›Qˆÿÿ%`•Ø™Qˆÿÿ<gDf˜Ø™Qˆÿÿ%`•p˜Qˆÿÿ<gDf˜p˜Qˆÿÿ%`•—Qˆÿÿ<gDf˜—Qˆÿÿ%`•84Dˆÿÿ< gDf˜84Dˆÿÿ%`•Ð2Dˆÿÿ<$gDf˜Ð2Dˆÿÿ%`•h1Dˆÿÿ<(gDf˜h1Dˆÿÿ%`•0Dˆÿÿ<,gDf˜0Dˆÿÿ%`•0µˆÿÿ<0gDf˜0µˆÿÿ%`•h1µˆÿÿ<4gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ<8gDf˜Ð2µˆÿÿ%`•84µˆÿÿ<<gDf˜84µˆÿÿ%`• 5µˆÿÿ<@gDf˜ 5µˆÿÿ%`•7µˆÿÿµˆÿÿµˆÿÿ%`•>Dˆÿÿ<\gDf˜>Dˆÿÿ%`•¨ˆÿÿ=ôgDf˜8„>ˆÿÿ%`•Ђ>ˆÿÿ=øgDf˜Ð‚>ˆÿÿ%`•h>ˆÿÿ=ügDf˜h>ˆÿÿ%`•€>ˆÿÿ>gDf˜€>ˆÿÿ%`•Ð1ˆÿÿ>gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ>gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ> gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ>gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ>gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ>gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ>gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ> gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ>$gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ>(gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ>,gDf˜Þ1ˆÿÿ%`•€²ˆÿÿ>0gDf˜€²ˆÿÿ%`•h²ˆÿÿ>4gDf˜h²ˆÿÿ%`•Ђ²ˆÿÿ>8gDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿ><gDf˜8„²ˆÿÿ%`• …²ˆÿÿ>@gDf˜ …²ˆÿÿ%`•‡²ˆÿÿ>DgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿ>HgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ>LgDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿ>PgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿ>TgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿ>XgDf˜޲ˆÿÿ%`•Ž>ˆÿÿ>\gDf˜Ž>ˆÿÿ%`•¨Œ>ˆÿÿ>`gDf˜¨Œ>ˆÿÿ%`•@‹>ˆÿÿ>dgDf˜@‹>ˆÿÿ%`•؉>ˆÿÿ>hgDf˜Ø‰>ˆÿÿ%`•pˆ>ˆÿÿ>lgDf˜pˆ>ˆÿÿ%`•‡>ˆÿÿ>pgDf˜‡>ˆÿÿ%`• …>ˆÿÿ>tgDf˜ …>ˆÿÿ%`• õ ˆÿÿ>xgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ>|gDf˜÷ ˆÿÿ%`•pø ˆÿÿ>€gDf˜pø ˆÿÿ%`•Øù ˆÿÿ>„gDf˜Øù ˆÿÿ%`•@û ˆÿÿ>ˆgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ>ŒgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ>gDf˜þ ˆÿÿ%`•îAˆÿÿ>”gDf˜îAˆÿÿ%`•¨ìAˆÿÿ>˜gDf˜¨ìAˆÿÿ%`•@ëAˆÿÿ>œgDf˜@ëAˆÿÿ%`•ØéAˆÿÿ> gDf˜ØéAˆÿÿ%`•>™ˆÿÿ>¤gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ>¨gDf˜¨<™ˆÿÿ%`•—Qˆÿÿ>¬gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ>°gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ>´gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ>¸gDf˜@›Qˆÿÿ%`•Qˆÿÿ>¼gDf˜Qˆÿÿ%`•h‘Qˆÿÿ>ÀgDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ>ÄgDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ>ÈgDf˜8”Qˆÿÿ%`• •Qˆÿÿ>ÌgDf˜ •Qˆÿÿ%`• %.ˆÿÿ>ÐgDf˜ %.ˆÿÿ%`•8$.ˆÿÿ>ÔgDf˜8$.ˆÿÿ%`•Ð".ˆÿÿ>ØgDf˜Ð".ˆÿÿ%`•h!.ˆÿÿ>ÜgDf˜h!.ˆÿÿ%`• .ˆÿÿ>àgDf˜ .ˆÿÿ%`•@ˆÿÿ>ägDf˜@ˆÿÿ%`•hAˆÿÿ>ègDf˜hAˆÿÿ%`•ÐBˆÿÿ>ìgDf˜ÐBˆÿÿ%`•8Dˆÿÿ>ðgDf˜8Dˆÿÿ%`•8äˆÿÿ>ôgDf˜8äˆÿÿ%`•Ðâˆÿÿ>øgDf˜Ðâˆÿÿ%`•háˆÿÿ>ügDf˜háˆÿÿ%`•àˆÿÿ?gDf˜àˆÿÿ%`•Ðîˆÿÿ?gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ?gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ? gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ?gDf˜8Ôîˆÿÿ%`• Õîˆÿÿ?gDf˜ Õîˆÿÿ%`•×îˆÿÿ?gDf˜×îˆÿÿ%`•pØîˆÿÿ?gDf˜pØîˆÿÿ%`•ØÙîˆÿÿ? gDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ?$gDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ?(gDf˜¨Üîˆÿÿ%`•Þîˆÿÿ?,gDf˜Þîˆÿÿ%`•…ˆÿÿ?0gDf˜…ˆÿÿ%`•h‘…ˆÿÿ?4gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ?8gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ?<gDf˜8”…ˆÿÿ%`• •…ˆÿÿ?@gDf˜ •…ˆÿÿ%`•—…ˆÿÿ?DgDf˜—…ˆÿÿ%`•p˜…ˆÿÿ?HgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ?LgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ?PgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ?TgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ?XgDf˜ž…ˆÿÿ%`•îˆÿÿ?\gDf˜îˆÿÿ%`•¨ìˆÿÿ?`gDf˜¨ìˆÿÿ%`•@ëˆÿÿ?dgDf˜@ëˆÿÿ%`•Øéˆÿÿ?hgDf˜Øéˆÿÿ%`•pèˆÿÿ?lgDf˜pèˆÿÿ%`•çˆÿÿ?pgDf˜çˆÿÿ%`• åˆÿÿ?tgDf˜ åˆÿÿ%`• Eˆÿÿ?xgDf˜ Eˆÿÿ%`•Gˆÿÿ?|gDf˜Gˆÿÿ%`•pHˆÿÿ?€gDf˜pHˆÿÿ%`•ØIˆÿÿ?„gDf˜ØIˆÿÿ%`•@Kˆÿÿ?ˆgDf˜@Kˆÿÿ%`•¨Lˆÿÿ?ŒgDf˜¨Lˆÿÿ%`•Nˆÿÿ?gDf˜Nˆÿÿ%`•..ˆÿÿ?”gDf˜..ˆÿÿ%`•¨,.ˆÿÿ?˜gDf˜¨,.ˆÿÿ%`•@+.ˆÿÿ?œgDf˜@+.ˆÿÿ%`•Ø).ˆÿÿ? gDf˜Ø).ˆÿÿ%`•p(.ˆÿÿ?¤gDf˜p(.ˆÿÿ%`•'.ˆÿÿ?¨gDf˜'.ˆÿÿ%`•8tÚˆÿÿ?¬gDf˜8tÚˆÿÿ%`•ÐrÚˆÿÿ?°gDf˜ÐrÚˆÿÿ%`•hqÚˆÿÿ?´gDf˜hqÚˆÿÿ%`•pÚˆÿÿ?¸gDf˜pÚˆÿÿ%`•~Úˆÿÿ?¼gDf˜~Úˆÿÿ%`•¨|Úˆÿÿ?ÀgDf˜¨|Úˆÿÿ%`•@{Úˆÿÿ?ÄgDf˜@{Úˆÿÿ%`•ØyÚˆÿÿ?ÈgDf˜ØyÚˆÿÿ%`•pxÚˆÿÿ?ÌgDf˜pxÚˆÿÿ%`•wÚˆÿÿ?ÐgDf˜wÚˆÿÿ%`• uÚˆÿÿ?ÔgDf˜ uÚˆÿÿ%`•¨œQˆÿÿ?ØgDf˜¨œQˆÿÿ%`•žQˆÿÿ?ÜgDf˜žQˆÿÿ%`•Žºˆÿÿ?àgDf˜Žºˆÿÿ%`•€ºˆÿÿ?ägDf˜€ºˆÿÿ%`•hºˆÿÿ?ègDf˜hºˆÿÿ%`•Ђºˆÿÿ?ìgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ?ðgDf˜8„ºˆÿÿ%`• …ºˆÿÿ?ôgDf˜ …ºˆÿÿ%`•‡ºˆÿÿ?øgDf˜‡ºˆÿÿ%`•pˆºˆÿÿ?ügDf˜pˆºˆÿÿ%`•؉ºˆÿÿ@gDf˜Ø‰ºˆÿÿ%`•ÀȈÿÿ@gDf˜ÀȈÿÿ%`•hÁȈÿÿ@gDf˜hÁȈÿÿ%`•ÐÂȈÿÿ@ gDf˜ÐÂȈÿÿ%`•8ÄȈÿÿ@gDf˜8ÄȈÿÿ%`• ÅȈÿÿ@gDf˜ ÅȈÿÿ%`•ÇȈÿÿ@gDf˜ÇȈÿÿ%`•pÈȈÿÿ@ gDf˜pÈȈÿÿ%`•ØÉȈÿÿ@$gDf˜ØÉȈÿÿ%`•@ËȈÿÿ@(gDf˜@ËȈÿÿ%`•¨ÌȈÿÿ@,gDf˜¨ÌȈÿÿ%`•ÎȈÿÿ@0gDf˜ÎȈÿÿ%`•àOˆÿÿ@4gDf˜àOˆÿÿ%`•háOˆÿÿ@8gDf˜háOˆÿÿ%`•ÐâOˆÿÿ@<gDf˜ÐâOˆÿÿ%`•8äOˆÿÿ@@gDf˜8äOˆÿÿ%`• åOˆÿÿ@DgDf˜ åOˆÿÿ%`•çOˆÿÿ@HgDf˜çOˆÿÿ%`•pèOˆÿÿ@LgDf˜pèOˆÿÿ%`•ØéOˆÿÿ@PgDf˜ØéOˆÿÿ%`•@ëOˆÿÿ@TgDf˜@ëOˆÿÿ%`•¨ìOˆÿÿ@XgDf˜¨ìOˆÿÿ%`•îOˆÿÿ@\gDf˜îOˆÿÿ%`•@‹ºˆÿÿ@`gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ@dgDf˜¨Œºˆÿÿ%`•àAˆÿÿ@hgDf˜àAˆÿÿ%`•háAˆÿÿ@lgDf˜háAˆÿÿ%`•ÐâAˆÿÿ@pgDf˜ÐâAˆÿÿ%`•8äAˆÿÿ@tgDf˜8äAˆÿÿ%`• åAˆÿÿ@xgDf˜ åAˆÿÿ%`•çAˆÿÿ@|gDf˜çAˆÿÿ%`•pèAˆÿÿ@€gDf˜pèAˆÿÿ%`•8ô ˆÿÿ@„gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ@ˆgDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ@ŒgDf˜hñ ˆÿÿ%`•ð ˆÿÿ@gDf˜ð ˆÿÿ%`•€>ˆÿÿ@”gDf˜€>ˆÿÿ%`•h>ˆÿÿ@˜gDf˜h>ˆÿÿ%`•Ђ>ˆÿÿ@œgDf˜Ð‚>ˆÿÿ%`•8„>ˆÿÿ@ gDf˜8„>ˆÿÿ%`•8„²ˆÿÿ@¤gDf˜8„²ˆÿÿ%`•Ђ²ˆÿÿ@¨gDf˜Ð‚²ˆÿÿ%`•h²ˆÿÿ@¬gDf˜h²ˆÿÿ%`•€²ˆÿÿ@°gDf˜€²ˆÿÿ%`•pˆÿÿ@´gDf˜pˆÿÿ%`•hqˆÿÿ@¸gDf˜hqˆÿÿ%`•Ðrˆÿÿ@¼gDf˜Ðrˆÿÿ%`•8tˆÿÿ@ÀgDf˜8tˆÿÿ%`• uˆÿÿ@ÄgDf˜ uˆÿÿ%`•wˆÿÿ@ÈgDf˜wˆÿÿ%`•pxˆÿÿ@ÌgDf˜pxˆÿÿ%`•Øyˆÿÿ@ÐgDf˜Øyˆÿÿ%`•@{ˆÿÿ@ÔgDf˜@{ˆÿÿ%`•¨|ˆÿÿ@ØgDf˜¨|ˆÿÿ%`•~ˆÿÿ@ÜgDf˜~ˆÿÿ%`•޲ˆÿÿ@àgDf˜޲ˆÿÿ%`•¨Œ²ˆÿÿ@ägDf˜¨Œ²ˆÿÿ%`•@‹²ˆÿÿ@ègDf˜@‹²ˆÿÿ%`•؉²ˆÿÿ@ìgDf˜Ø‰²ˆÿÿ%`•pˆ²ˆÿÿ@ðgDf˜pˆ²ˆÿÿ%`•‡²ˆÿÿ@ôgDf˜‡²ˆÿÿ%`• …²ˆÿÿ@øgDf˜ …²ˆÿÿ%`• …>ˆÿÿ@ügDf˜ …>ˆÿÿ%`•‡>ˆÿÿAgDf˜‡>ˆÿÿ%`•pˆ>ˆÿÿAgDf˜pˆ>ˆÿÿ%`•؉>ˆÿÿAgDf˜Ø‰>ˆÿÿ%`•@‹>ˆÿÿA gDf˜@‹>ˆÿÿ%`•¨Œ>ˆÿÿAgDf˜¨Œ>ˆÿÿ%`•Ž>ˆÿÿAgDf˜Ž>ˆÿÿ%`•þ ˆÿÿAgDf˜þ ˆÿÿ%`•¨ü ˆÿÿAgDf˜¨ü ˆÿÿ%`•@û ˆÿÿA gDf˜@û ˆÿÿ%`•Øù ˆÿÿA$gDf˜Øù ˆÿÿ%`•pø ˆÿÿA(gDf˜pø ˆÿÿ%`•÷ ˆÿÿA,gDf˜÷ ˆÿÿ%`• õ ˆÿÿA0gDf˜ õ ˆÿÿ%`•ØéAˆÿÿA4gDf˜ØéAˆÿÿ%`•@ëAˆÿÿA8gDf˜@ëAˆÿÿ%`•¨ìAˆÿÿA<gDf˜¨ìAˆÿÿ%`•îAˆÿÿA@gDf˜îAˆÿÿ%`•¨<™ˆÿÿADgDf˜¨<™ˆÿÿ%`•>™ˆÿÿAHgDf˜>™ˆÿÿ%`• •QˆÿÿALgDf˜ •Qˆÿÿ%`•8”QˆÿÿAPgDf˜8”Qˆÿÿ%`•Ð’QˆÿÿATgDf˜Ð’Qˆÿÿ%`•h‘QˆÿÿAXgDf˜h‘Qˆÿÿ%`•QˆÿÿA\gDf˜Qˆÿÿ%`•@›QˆÿÿA`gDf˜@›Qˆÿÿ%`•Ø™QˆÿÿAdgDf˜Ø™Qˆÿÿ%`•p˜QˆÿÿAhgDf˜p˜Qˆÿÿ%`•—QˆÿÿAlgDf˜—Qˆÿÿ%`• .ˆÿÿApgDf˜ .ˆÿÿ%`•h!.ˆÿÿAtgDf˜h!.ˆÿÿ%`•Ð".ˆÿÿAxgDf˜Ð".ˆÿÿ%`•8$.ˆÿÿA|gDf˜8$.ˆÿÿ%`• %.ˆÿÿA€gDf˜ %.ˆÿÿ%`•8DˆÿÿA„gDf˜8Dˆÿÿ%`•ÐBˆÿÿAˆgDf˜ÐBˆÿÿ%`•hAˆÿÿAŒgDf˜hAˆÿÿ%`•@ˆÿÿAgDf˜@ˆÿÿ%`•àˆÿÿA”gDf˜àˆÿÿ%`•háˆÿÿA˜gDf˜háˆÿÿ%`•ÐâˆÿÿAœgDf˜Ðâˆÿÿ%`•8äˆÿÿA gDf˜8äˆÿÿ%`•8”…ˆÿÿA¤gDf˜8”…ˆÿÿ%`•Ð’…ˆÿÿA¨gDf˜Ð’…ˆÿÿ%`•h‘…ˆÿÿA¬gDf˜h‘…ˆÿÿ%`•…ˆÿÿA°gDf˜…ˆÿÿ%`•ŽˆÿÿA´gDf˜Žˆÿÿ%`•hŽˆÿÿA¸gDf˜hŽˆÿÿ%`•ÐŽˆÿÿA¼gDf˜ÐŽˆÿÿ%`•8ŽˆÿÿAÀgDf˜8Žˆÿÿ%`• ŽˆÿÿAÄgDf˜ Žˆÿÿ%`•ŽˆÿÿAÈgDf˜Žˆÿÿ%`•pŽˆÿÿAÌgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿAÐgDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿAÔgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿAØgDf˜¨ Žˆÿÿ%`•ŽˆÿÿAÜgDf˜Žˆÿÿ%`•ž…ˆÿÿAàgDf˜ž…ˆÿÿ%`•¨œ…ˆÿÿAägDf˜¨œ…ˆÿÿ%`•@›…ˆÿÿAègDf˜@›…ˆÿÿ%`•Ø™…ˆÿÿAìgDf˜Ø™…ˆÿÿ%`•p˜…ˆÿÿAðgDf˜p˜…ˆÿÿ%`•—…ˆÿÿAôgDf˜—…ˆÿÿ%`• •…ˆÿÿAøgDf˜ •…ˆÿÿ%`• åˆÿÿAügDf˜ åˆÿÿ%`•çˆÿÿBgDf˜çˆÿÿ%`•pèˆÿÿBgDf˜pèˆÿÿ%`•ØéˆÿÿBgDf˜Øéˆÿÿ%`•@ëˆÿÿB gDf˜@ëˆÿÿ%`•¨ìˆÿÿBgDf˜¨ìˆÿÿ%`•îˆÿÿBgDf˜îˆÿÿ%`•NˆÿÿBgDf˜Nˆÿÿ%`•¨LˆÿÿBgDf˜¨Lˆÿÿ%`•@KˆÿÿB gDf˜@Kˆÿÿ%`•ØIˆÿÿB$gDf˜ØIˆÿÿ%`•pHˆÿÿB(gDf˜pHˆÿÿ%`•GˆÿÿB,gDf˜Gˆÿÿ%`• EˆÿÿB0gDf˜ Eˆÿÿ%`•'.ˆÿÿB4gDf˜'.ˆÿÿ%`•p(.ˆÿÿB8gDf˜p(.ˆÿÿ%`•Ø).ˆÿÿB<gDf˜Ø).ˆÿÿ%`•@+.ˆÿÿB@gDf˜@+.ˆÿÿ%`•¨,.ˆÿÿBDgDf˜¨,.ˆÿÿ%`•..ˆÿÿBHgDf˜..ˆÿÿ%`•žQˆÿÿBLgDf˜žQˆÿÿ%`•¨œQˆÿÿBPgDf˜¨œQˆÿÿ%`•؉ºˆÿÿBTgDf˜Ø‰ºˆÿÿ%`•pˆºˆÿÿBXgDf˜pˆºˆÿÿ%`•‡ºˆÿÿB\gDf˜‡ºˆÿÿ%`• …ºˆÿÿB`gDf˜ …ºˆÿÿ%`•8„ºˆÿÿBdgDf˜8„ºˆÿÿ%`•ЂºˆÿÿBhgDf˜Ð‚ºˆÿÿ%`•hºˆÿÿBlgDf˜hºˆÿÿ%`•€ºˆÿÿBpgDf˜€ºˆÿÿ%`•ŽºˆÿÿBtgDf˜Žºˆÿÿ%`•8äOˆÿÿBxgDf˜8äOˆÿÿ%`•ÐâOˆÿÿB|gDf˜ÐâOˆÿÿ%`•háOˆÿÿB€gDf˜háOˆÿÿ%`•àOˆÿÿB„gDf˜àOˆÿÿ%`• …ˆÿÿBˆgDf˜ …ˆÿÿ%`•h!…ˆÿÿBŒgDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿBgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿB”gDf˜8$…ˆÿÿ%`• %…ˆÿÿB˜gDf˜ %…ˆÿÿ%`•'…ˆÿÿBœgDf˜'…ˆÿÿ%`•p(…ˆÿÿB gDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿB¤gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿB¨gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿB¬gDf˜¨,…ˆÿÿ%`•.…ˆÿÿB°gDf˜.…ˆÿÿ%`•ÀȈÿÿB´gDf˜ÀȈÿÿ%`•hÁȈÿÿB¸gDf˜hÁȈÿÿ%`•ÐÂȈÿÿB¼gDf˜ÐÂȈÿÿ%`•8ÄȈÿÿBÀgDf˜8ÄȈÿÿ%`• ÅȈÿÿBÄgDf˜ ÅȈÿÿ%`•ÇȈÿÿBÈgDf˜ÇȈÿÿ%`•pÈȈÿÿBÌgDf˜pÈȈÿÿ%`•ØÉȈÿÿBÐgDf˜ØÉȈÿÿ%`•@ËȈÿÿBÔgDf˜@ËȈÿÿ%`•¨ÌȈÿÿBØgDf˜¨ÌȈÿÿ%`•ÎȈÿÿBÜgDf˜ÎȈÿÿ%`•îOˆÿÿBàgDf˜îOˆÿÿ%`•¨ìOˆÿÿBägDf˜¨ìOˆÿÿ%`•@ëOˆÿÿBègDf˜@ëOˆÿÿ%`•ØéOˆÿÿBìgDf˜ØéOˆÿÿ%`•pèOˆÿÿBðgDf˜pèOˆÿÿ%`•çOˆÿÿBôgDf˜çOˆÿÿ%`• åOˆÿÿBøgDf˜ åOˆÿÿ%`•¨ŒºˆÿÿBügDf˜¨Œºˆÿÿ%`•@‹ºˆÿÿCgDf˜@‹ºˆÿÿ%`•pèAˆÿÿCgDf˜pèAˆÿÿ%`•çAˆÿÿCgDf˜çAˆÿÿ%`• åAˆÿÿC gDf˜ åAˆÿÿ%`•8äAˆÿÿCgDf˜8äAˆÿÿ%`•ÐâAˆÿÿCgDf˜ÐâAˆÿÿ%`•háAˆÿÿCgDf˜háAˆÿÿ%`•àAˆÿÿCgDf˜àAˆÿÿ%`•ð ˆÿÿC gDf˜ð ˆÿÿ%`•hñ ˆÿÿC$gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿC(gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿC,gDf˜8ô ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC0gDf˜'ˆÿÿ%`•8ô ˆÿÿ gDf˜8ô ˆÿÿ%`•hñ ˆÿÿ7ègDf˜hñ ˆÿÿ%`•ð ˆÿÿ`ÈgDf˜ð ˆÿÿ%`•Ðò ˆÿÿ gDf˜Ðò ˆÿÿ%`• õ ˆÿÿgDf˜ õ ˆÿÿ%`•Øù ˆÿÿƒ,gDf˜Øù ˆÿÿ%`•pø ˆÿÿƒ4gDf˜pø ˆÿÿ%`•÷ ˆÿÿÑdgDf˜÷ ˆÿÿ%`•¨ü ˆÿÿìlgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ! gDf˜þ ˆÿÿ%`•@û ˆÿÿƒ<gDf˜@û ˆÿÿ%`•@û ˆÿÿ gDf˜@û ˆÿÿ%`•@û ˆÿÿC4gDf˜@û ˆÿÿ%`•þ ˆÿÿC8¬gDf˜þ ˆÿÿ%`•÷ ˆÿÿÔ(gDf˜÷ ˆÿÿ%`•¨ü ˆÿÿ¤,gDf˜¨ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿügDf˜'ˆÿÿ%`•¨ü ˆÿÿügDf˜¨ü ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿügDf˜'ˆÿÿ%`•¨ü ˆÿÿügDf˜¨ü ˆÿÿ%`•þ ˆÿÿügDf˜þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•þ ˆÿÿ¸gDf˜þ ˆÿÿ%`•¨ü ˆÿÿÜügDf˜¨ü ˆÿÿ%`•÷ ˆÿÿ ØügDf˜÷ ˆÿÿ%`• õ ˆÿÿ ÔgDf˜ õ ˆÿÿ%`•pø ˆÿÿ ØgDf˜pø ˆÿÿ%`•Øù ˆÿÿ àügDf˜Øù ˆÿÿ%`•@û ˆÿÿ ÜügDf˜@û ˆÿÿ%`•Ðò ˆÿÿØgDf˜Ðò ˆÿÿ%`•ð ˆÿÿÜgDf˜ð ˆÿÿ%`•hñ ˆÿÿäÐgDf˜hñ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•@û ˆÿÿ{°gDf˜@û ˆÿÿ%`•hñ ˆÿÿgDf˜hñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿzL gDf˜hñ ˆÿÿ%`•@û ˆÿÿ{gDf˜@û ˆÿÿ%`•@û ˆÿÿ gDf˜@û ˆÿÿ%`•@û ˆÿÿgDf˜@û ˆÿÿ%`•hñ ˆÿÿ/øgDf˜hñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ~gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ{tgDf˜hñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ!gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ gDf˜hñ ˆÿÿ%`•hñ ˆÿÿ¸gDf˜hñ ˆÿÿ%`•@û ˆÿÿ¼ügDf˜@û ˆÿÿ%`•Ðò ˆÿÿ¸HgDf˜Ðò ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿ gDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿ gDf˜Ðò ˆÿÿ%`•Ðò ˆÿÿ$gDf˜Ðò ˆÿÿ%`•¨ü ˆÿÿ(gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ,gDf˜þ ˆÿÿ%`•þ ˆÿÿ0gDf˜þ ˆÿÿ%`•¨ü ˆÿÿ4gDf˜¨ü ˆÿÿ%`•Ðò ˆÿÿ8gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ<gDf˜8ô ˆÿÿ%`•÷ ˆÿÿ@gDf˜÷ ˆÿÿ%`• õ ˆÿÿDgDf˜ õ ˆÿÿ%`•pø ˆÿÿHgDf˜pø ˆÿÿ%`•Øù ˆÿÿLgDf˜Øù ˆÿÿ%`•ð ˆÿÿPgDf˜ð ˆÿÿ%`•@û ˆÿÿTgDf˜@û ˆÿÿ%`•hñ ˆÿÿXgDf˜hñ ˆÿÿ%`•hñ ˆÿÿ\gDf˜hñ ˆÿÿ%`•@û ˆÿÿ`gDf˜@û ˆÿÿ%`•ð ˆÿÿdgDf˜ð ˆÿÿ%`•Øù ˆÿÿhgDf˜Øù ˆÿÿ%`•pø ˆÿÿlgDf˜pø ˆÿÿ%`• õ ˆÿÿpgDf˜ õ ˆÿÿ%`•÷ ˆÿÿtgDf˜÷ ˆÿÿ%`•8ô ˆÿÿxgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ|gDf˜Ðò ˆÿÿ%`•¨ü ˆÿÿ€gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ„gDf˜þ ˆÿÿ%`•>™ˆÿÿˆgDf˜>™ˆÿÿ%`•¨<™ˆÿÿŒgDf˜¨<™ˆÿÿ%`•ÐʈÿÿgDf˜Ðʈÿÿ%`•hÑʈÿÿ”gDf˜hÑʈÿÿ%`•ÐÒʈÿÿ˜gDf˜ÐÒʈÿÿ%`•8ÔʈÿÿœgDf˜8Ôʈÿÿ%`• Õʈÿÿ gDf˜ Õʈÿÿ%`•×ʈÿÿ¤gDf˜×ʈÿÿ%`•pØÊˆÿÿ¨gDf˜pØÊˆÿÿ%`•ØÙʈÿÿ¬gDf˜ØÙʈÿÿ%`•@Ûʈÿÿ°gDf˜@Ûʈÿÿ%`•¨Üʈÿÿ´gDf˜¨Üʈÿÿ%`•Þʈÿÿ¸gDf˜Þʈÿÿ%`•Њˆÿÿ¼gDf˜ÐŠˆÿÿ%`•hÑŠˆÿÿÀgDf˜hÑŠˆÿÿ%`•ÐÒŠˆÿÿÄgDf˜ÐÒŠˆÿÿ%`•8ÔŠˆÿÿÈgDf˜8ÔŠˆÿÿ%`• ÕŠˆÿÿÌgDf˜ ÕŠˆÿÿ%`•׊ˆÿÿÐgDf˜׊ˆÿÿ%`•׊ˆÿÿÔgDf˜׊ˆÿÿ%`• ÕŠˆÿÿØgDf˜ ÕŠˆÿÿ%`•8ÔŠˆÿÿÜgDf˜8ÔŠˆÿÿ%`•ÐÒŠˆÿÿàgDf˜ÐÒŠˆÿÿ%`•hÑŠˆÿÿègDf˜hÑŠˆÿÿ%`•ЊˆÿÿìgDf˜ÐŠˆÿÿ%`•pØŠˆÿÿðgDf˜pØŠˆÿÿ%`•ØÙŠˆÿÿôgDf˜ØÙŠˆÿÿ%`•@ÛŠˆÿÿøgDf˜@ÛŠˆÿÿ%`•¨ÜŠˆÿÿügDf˜¨ÜŠˆÿÿ%`•ÞŠˆÿÿgDf˜ÞŠˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•À ˆÿÿ gDf˜À ˆÿÿ%`•hÁ ˆÿÿgDf˜hÁ ˆÿÿ%`•РˆÿÿgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿgDf˜8Ä ˆÿÿ%`• Å ˆÿÿgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ$gDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ(gDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ,gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ0gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ4gDf˜Î ˆÿÿ%`•P³ ˆÿÿ8gDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ<gDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ@gDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿDgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿHgDf˜ U³ ˆÿÿ%`•W³ ˆÿÿLgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿPgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿTgDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿXgDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ\gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ`gDf˜^³ ˆÿÿ%`•P¦ˆÿÿdgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿhgDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿlgDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿpgDf˜8T¦ˆÿÿ%`• U¦ˆÿÿtgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿxgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ|gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ€gDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ„gDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿˆgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿŒgDf˜^¦ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•hA ˆÿÿ”gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ˜gDf˜ÐB ˆÿÿ%`•8D ˆÿÿœgDf˜8D ˆÿÿ%`• E ˆÿÿ gDf˜ E ˆÿÿ%`•G ˆÿÿ¤gDf˜G ˆÿÿ%`•pH ˆÿÿ¨gDf˜pH ˆÿÿ%`•ØI ˆÿÿ¬gDf˜ØI ˆÿÿ%`•@K ˆÿÿ°gDf˜@K ˆÿÿ%`•¨L ˆÿÿ´gDf˜¨L ˆÿÿ%`•N ˆÿÿ¸gDf˜N ˆÿÿ%`•Àˆÿÿ¼gDf˜Àˆÿÿ%`•hÁˆÿÿÀgDf˜hÁˆÿÿ%`•ЈÿÿÄgDf˜Ðˆÿÿ%`•8ĈÿÿÈgDf˜8Ĉÿÿ%`• ÅˆÿÿÌgDf˜ Åˆÿÿ%`•LjÿÿÐgDf˜Çˆÿÿ%`•pȈÿÿÔgDf˜pȈÿÿ%`•ØÉˆÿÿØgDf˜ØÉˆÿÿ%`•@ˈÿÿÜgDf˜@ˈÿÿ%`•¨ÌˆÿÿàgDf˜¨Ìˆÿÿ%`•ΈÿÿägDf˜Îˆÿÿ%`•€$ˆÿÿègDf˜€$ˆÿÿ%`•h$ˆÿÿìgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿðgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿôgDf˜8„$ˆÿÿ%`• …$ˆÿÿøgDf˜ …$ˆÿÿ%`•‡$ˆÿÿügDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿ gDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿgDf˜Ž$ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•W¦ˆÿÿgDf˜W¦ˆÿÿ%`• U¦ˆÿÿ gDf˜ U¦ˆÿÿ%`•8T¦ˆÿÿ$gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ(gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ,gDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ0gDf˜P¦ˆÿÿ%`•€é ˆÿÿ4gDf˜€é ˆÿÿ%`•hé ˆÿÿ8gDf˜hé ˆÿÿ%`•Ð‚é ˆÿÿ<gDf˜Ð‚é ˆÿÿ%`•8„é ˆÿÿ@gDf˜8„é ˆÿÿ%`• …é ˆÿÿDgDf˜ …é ˆÿÿ%`•‡é ˆÿÿHgDf˜‡é ˆÿÿ%`•pˆé ˆÿÿLgDf˜pˆé ˆÿÿ%`•Ø‰é ˆÿÿPgDf˜Ø‰é ˆÿÿ%`•@‹é ˆÿÿTgDf˜@‹é ˆÿÿ%`•¨Œé ˆÿÿXgDf˜¨Œé ˆÿÿ%`•Žé ˆÿÿ\gDf˜Žé ˆÿÿ%`• ¨ˆÿÿ`gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿdgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿhgDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿlgDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿpgDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿtgDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿxgDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ|gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ€gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ„gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿˆgDf˜®¨ˆÿÿ%`• %ˆÿÿŒgDf˜ %ˆÿÿ%`•h!%ˆÿÿgDf˜h!%ˆÿÿ%`•Ð"%ˆÿÿ”gDf˜Ð"%ˆÿÿ%`•8$%ˆÿÿ˜gDf˜8$%ˆÿÿ%`• %%ˆÿÿœgDf˜ %%ˆÿÿ%`•'%ˆÿÿ gDf˜'%ˆÿÿ%`•p(%ˆÿÿ¤gDf˜p(%ˆÿÿ%`•Ø)%ˆÿÿ¨gDf˜Ø)%ˆÿÿ%`•@+%ˆÿÿ¬gDf˜@+%ˆÿÿ%`•¨,%ˆÿÿ°gDf˜¨,%ˆÿÿ%`•.%ˆÿÿ´gDf˜.%ˆÿÿ%`• ˆÿÿ¸gDf˜ ˆÿÿ%`•h ˆÿÿ¼gDf˜h ˆÿÿ%`•Ð ˆÿÿÀgDf˜Ð ˆÿÿ%`•8 ˆÿÿÄgDf˜8 ˆÿÿ%`•  ˆÿÿÈgDf˜  ˆÿÿ%`• ˆÿÿÌgDf˜ ˆÿÿ%`•p ˆÿÿÐgDf˜p ˆÿÿ%`•Ø  ˆÿÿÔgDf˜Ø  ˆÿÿ%`•@  ˆÿÿØgDf˜@  ˆÿÿ%`•¨  ˆÿÿÜgDf˜¨  ˆÿÿ%`• ˆÿÿàgDf˜ ˆÿÿ%`•`‡ˆÿÿägDf˜`‡ˆÿÿ%`•ha‡ˆÿÿègDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿìgDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿðgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿôgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿøgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿügDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿgDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿgDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿgDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ gDf˜n‡ˆÿÿ%`•9 ˆÿÿgDf˜9 ˆÿÿ%`•h9 ˆÿÿgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿgDf˜89 ˆÿÿ%`• 9 ˆÿÿ gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ$gDf˜9 ˆÿÿ%`•p9 ˆÿÿ(gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ,gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ0gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ4gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ8gDf˜9 ˆÿÿ%`•`$ˆÿÿ<gDf˜`$ˆÿÿ%`•ha$ˆÿÿ@gDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿDgDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿHgDf˜8d$ˆÿÿ%`• e$ˆÿÿLgDf˜ e$ˆÿÿ%`•g$ˆÿÿPgDf˜g$ˆÿÿ%`•ph$ˆÿÿTgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿXgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿ\gDf˜@k$ˆÿÿ%`•¨l$ˆÿÿ`gDf˜¨l$ˆÿÿ%`•n$ˆÿÿdgDf˜n$ˆÿÿ%`•€(ˆÿÿhgDf˜€(ˆÿÿ%`•h(ˆÿÿlgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿpgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿtgDf˜8„(ˆÿÿ%`• …(ˆÿÿxgDf˜ …(ˆÿÿ%`•‡(ˆÿÿ|gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ€gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ„gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿˆgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿŒgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿgDf˜Ž(ˆÿÿ%`•Dˆÿÿ”gDf˜Dˆÿÿ%`•hDˆÿÿ˜gDf˜hDˆÿÿ%`•ÐDˆÿÿœgDf˜ÐDˆÿÿ%`•8Dˆÿÿ gDf˜8Dˆÿÿ%`• Dˆÿÿ¤gDf˜ Dˆÿÿ%`•Dˆÿÿ¨gDf˜Dˆÿÿ%`•pDˆÿÿ¬gDf˜pDˆÿÿ%`•ØDˆÿÿ°gDf˜ØDˆÿÿ%`•@Dˆÿÿ´gDf˜@Dˆÿÿ%`•¨Dˆÿÿ¸gDf˜¨Dˆÿÿ%`•Dˆÿÿ¼gDf˜Dˆÿÿ%`•Ð@ ˆÿÿÀgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿÄgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿÈgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿÌgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿÐgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿÔgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿØgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿÜgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿàgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿägDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿègDf˜Þ@ ˆÿÿ%`• ˆÿÿìgDf˜ ˆÿÿ%`•h!ˆÿÿðgDf˜h!ˆÿÿ%`•Ð"ˆÿÿôgDf˜Ð"ˆÿÿ%`•8$ˆÿÿøgDf˜8$ˆÿÿ%`• %ˆÿÿügDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•¨,ˆÿÿgDf˜¨,ˆÿÿ%`•.ˆÿÿgDf˜.ˆÿÿ%`•^¦ˆÿÿgDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿgDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ gDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ$gDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ(gDf˜pX¦ˆÿÿ%`• …$ˆÿÿ,gDf˜ …$ˆÿÿ%`•8„$ˆÿÿ0gDf˜8„$ˆÿÿ%`•Ђ$ˆÿÿ4gDf˜Ð‚$ˆÿÿ%`•h$ˆÿÿ8gDf˜h$ˆÿÿ%`•€$ˆÿÿ<gDf˜€$ˆÿÿ%`•€ˆÿÿ@gDf˜€ˆÿÿ%`•hˆÿÿDgDf˜hˆÿÿ%`•ЂˆÿÿHgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿLgDf˜8„ˆÿÿ%`• …ˆÿÿPgDf˜ …ˆÿÿ%`•‡ˆÿÿTgDf˜‡ˆÿÿ%`•pˆˆÿÿXgDf˜pˆˆÿÿ%`•؉ˆÿÿ\gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ`gDf˜@‹ˆÿÿ%`•¨ŒˆÿÿdgDf˜¨Œˆÿÿ%`•ŽˆÿÿhgDf˜Žˆÿÿ%`•Å ˆÿÿlgDf˜Å ˆÿÿ%`•hÅ ˆÿÿpgDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿtgDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿxgDf˜8Å ˆÿÿ%`• Å ˆÿÿ|gDf˜ Å ˆÿÿ%`•Å ˆÿÿ€gDf˜Å ˆÿÿ%`•pÅ ˆÿÿ„gDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿˆgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿŒgDf˜@Å ˆÿÿ%`•¨Å ˆÿÿgDf˜¨Å ˆÿÿ%`•Å ˆÿÿ”gDf˜Å ˆÿÿ%`•Ž$ˆÿÿ˜gDf˜Ž$ˆÿÿ%`•¨Œ$ˆÿÿœgDf˜¨Œ$ˆÿÿ%`•@‹$ˆÿÿ gDf˜@‹$ˆÿÿ%`•؉$ˆÿÿ¤gDf˜Ø‰$ˆÿÿ%`•pˆ$ˆÿÿ¨gDf˜pˆ$ˆÿÿ%`•‡$ˆÿÿ¬gDf˜‡$ˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•P¦ˆÿÿ¸gDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ¼gDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿÀgDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿÄgDf˜8T¦ˆÿÿ%`• U¦ˆÿÿÈgDf˜ U¦ˆÿÿ%`•W¦ˆÿÿÌgDf˜W¦ˆÿÿ%`•p¨¨ˆÿÿÐgDf˜p¨¨ˆÿÿ%`•§¨ˆÿÿÔgDf˜§¨ˆÿÿ%`• ¥¨ˆÿÿØgDf˜ ¥¨ˆÿÿ%`•8¤¨ˆÿÿÜgDf˜8¤¨ˆÿÿ%`•Т¨ˆÿÿàgDf˜Ð¢¨ˆÿÿ%`•h¡¨ˆÿÿägDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿìgDf˜ ¨ˆÿÿ%`•P³ ˆÿÿðgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿôgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿøgDf˜ÐR³ ˆÿÿ%`•@[³ ˆÿÿüügDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿøôgDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿðügDf˜^³ ˆÿÿ%`•®¨ˆÿÿìügDf˜®¨ˆÿÿ%`•¨¬¨ˆÿÿègDf˜¨¬¨ˆÿÿ%`•@«¨ˆÿÿôügDf˜@«¨ˆÿÿ%`•Ø©¨ˆÿÿ!ððgDf˜Ø©¨ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•W³ ˆÿÿgDf˜W³ ˆÿÿ%`•8T³ ˆÿÿgDf˜8T³ ˆÿÿ%`•ØY³ ˆÿÿ}DgDf˜ØY³ ˆÿÿ%`• U³ ˆÿÿ}LgDf˜ U³ ˆÿÿ%`•pX³ ˆÿÿáìgDf˜pX³ ˆÿÿ%`•'ˆÿÿ"àgDf˜'ˆÿÿ%`•®¨ˆÿÿ gDf˜®¨ˆÿÿ%`•8¤¨ˆÿÿ gDf˜8¤¨ˆÿÿ%`•®¨ˆÿÿáðgDf˜®¨ˆÿÿ%`•Ø©¨ˆÿÿâgDf˜Ø©¨ˆÿÿ%`•Ø©¨ˆÿÿ gDf˜Ø©¨ˆÿÿ%`•Ø©¨ˆÿÿâ8gDf˜Ø©¨ˆÿÿ%`•Ø©¨ˆÿÿ gDf˜Ø©¨ˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•€hˆÿÿõ€gDf˜€hˆÿÿ%`•pˆhˆÿÿö„gDf˜pˆhˆÿÿ%`•8„hˆÿÿöДgDf˜8„hˆÿÿ%`•hhˆÿÿ÷dügDf˜hhˆÿÿ%`•Ђhˆÿÿù`gDf˜Ð‚hˆÿÿ%`• …hˆÿÿ gDf˜ …hˆÿÿ%`•‡hˆÿÿ ügDf˜‡hˆÿÿ%`•؉hˆÿÿ ˜gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ ¬ügDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ¨\gDf˜¨Œhˆÿÿ%`•A ˆÿÿ gDf˜A ˆÿÿ%`•Žhˆÿÿo¸xgDf˜Žhˆÿÿ%`•Т¨ˆÿÿƒ,gDf˜Ð¢¨ˆÿÿ%`•Ø©¨ˆÿÿƒ8gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿgDf˜@«¨ˆÿÿ%`•h¡¨ˆÿÿgDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿ‘gDf˜ ¨ˆÿÿ%`•¨¬¨ˆÿÿ˜gDf˜¨¬¨ˆÿÿ%`• ¥¨ˆÿÿ™ gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ¡gDf˜p¨¨ˆÿÿ%`•®¨ˆÿÿâHgDf˜®¨ˆÿÿ%`•8¤¨ˆÿÿâTLgDf˜8¤¨ˆÿÿ%`•A ˆÿÿ gDf˜A ˆÿÿ%`•A ˆÿÿ"ägDf˜A ˆÿÿ%`•hA ˆÿÿ"è gDf˜hA ˆÿÿ%`•ÐA ˆÿÿ#øügDf˜ÐA ˆÿÿ%`•8A ˆÿÿ%ô`gDf˜8A ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'TgDf˜'ˆÿÿ%`•Ð2ð ˆÿÿ'XPgDf˜Ð2ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'¨gDf˜'ˆÿÿ%`•Ð2ð ˆÿÿ'¬LgDf˜Ð2ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ügDf˜'ˆÿÿ%`•Ð2ð ˆÿÿ(ügDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ)üÈgDf˜84ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ÄgDf˜'ˆÿÿ%`•84ð ˆÿÿ+È4gDf˜84ð ˆÿÿ%`•Ð2ð ˆÿÿ,ügDf˜Ð2ð ˆÿÿ%`•0ð ˆÿÿ-üügDf˜0ð ˆÿÿ%`•h1ð ˆÿÿ/øgDf˜h1ð ˆÿÿ%`• 5ð ˆÿÿ/ügDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ0ügDf˜7ð ˆÿÿ%`•p8ð ˆÿÿ2ügDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ3ügDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿ4gDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ4àgDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ5èügDf˜>ð ˆÿÿ%`•>™ˆÿÿ7ä$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8 ügDf˜¨<™ˆÿÿ%`•Ð' ˆÿÿ:gDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿ: 4gDf˜hÑ' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:@gDf˜'ˆÿÿ%`•hÑ' ˆÿÿzDgDf˜hÑ' ˆÿÿ%`•8Ô' ˆÿÿ}ôgDf˜8Ô' ˆÿÿ%`•Ð' ˆÿÿ¸gDf˜Ð' ˆÿÿ%`•Ð' ˆÿÿ gDf˜Ð' ˆÿÿ%`•Ð' ˆÿÿz4gDf˜Ð' ˆÿÿ%`•8Ô' ˆÿÿzX(gDf˜8Ô' ˆÿÿ%`•hÑ' ˆÿÿz” gDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿÜgDf˜ÐÒ' ˆÿÿ%`• Õ' ˆÿÿã8ügDf˜ Õ' ˆÿÿ%`•×' ˆÿÿå4ügDf˜×' ˆÿÿ%`•pØ' ˆÿÿç0ügDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿé,gDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿê8PgDf˜@Û' ˆÿÿ%`•@Û' ˆÿÿ gDf˜@Û' ˆÿÿ%`•@Û' ˆÿÿ:DgDf˜@Û' ˆÿÿ%`•ØÙ' ˆÿÿ:H gDf˜ØÙ' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:hgDf˜'ˆÿÿ%`•ØÙ' ˆÿÿ:l(gDf˜ØÙ' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:”gDf˜'ˆÿÿ%`•ØÙ' ˆÿÿ:˜$gDf˜ØÙ' ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:¼gDf˜'ˆÿÿ%`•ØÙ' ˆÿÿ:ÀgDf˜ØÙ' ˆÿÿ%`•ÐÒ' ˆÿÿ:ÄgDf˜ÐÒ' ˆÿÿ%`•hÑ' ˆÿÿ:ÈgDf˜hÑ' ˆÿÿ%`• Õ' ˆÿÿ:ÌgDf˜ Õ' ˆÿÿ%`•pØ' ˆÿÿ:ÐgDf˜pØ' ˆÿÿ%`•@Û' ˆÿÿ:ÔgDf˜@Û' ˆÿÿ%`•×' ˆÿÿ:ØgDf˜×' ˆÿÿ%`•8Ô' ˆÿÿ:ÜgDf˜8Ô' ˆÿÿ%`•Ð' ˆÿÿ:àgDf˜Ð' ˆÿÿ%`•¨Ü' ˆÿÿ:ägDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿ:ègDf˜Þ' ˆÿÿ%`•¨<™ˆÿÿ:ìgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ:ðgDf˜>™ˆÿÿ%`•€ˆÿÿ:ôgDf˜€ˆÿÿ%`•hˆÿÿ:øgDf˜hˆÿÿ%`•Ђˆÿÿ:ügDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ;gDf˜8„ˆÿÿ%`• …ˆÿÿ;gDf˜ …ˆÿÿ%`•‡ˆÿÿ;gDf˜‡ˆÿÿ%`•pˆˆÿÿ; gDf˜pˆˆÿÿ%`•؉ˆÿÿ;gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ;gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ;gDf˜¨Œˆÿÿ%`•Žˆÿÿ;gDf˜Žˆÿÿ%`•€ˆÿÿ; gDf˜€ˆÿÿ%`•hˆÿÿ;$gDf˜hˆÿÿ%`•Ђˆÿÿ;(gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ;,gDf˜8„ˆÿÿ%`• …ˆÿÿ;0gDf˜ …ˆÿÿ%`•‡ˆÿÿ;4gDf˜‡ˆÿÿ%`•pˆˆÿÿ;8gDf˜pˆˆÿÿ%`•؉ˆÿÿ;<gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ;@gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ;DgDf˜¨Œˆÿÿ%`•Žˆÿÿ;HgDf˜Žˆÿÿ%`• ˆÿÿ;LgDf˜ ˆÿÿ%`•h!ˆÿÿ;PgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ;TgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ;XgDf˜8$ˆÿÿ%`• %ˆÿÿ;\gDf˜ %ˆÿÿ%`•'ˆÿÿ;`gDf˜'ˆÿÿ%`•p(ˆÿÿ;dgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ;hgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ;lgDf˜@+ˆÿÿ%`•¨,ˆÿÿ;pgDf˜¨,ˆÿÿ%`•.ˆÿÿ;tgDf˜.ˆÿÿ%`•€ˆÿÿ;xgDf˜€ˆÿÿ%`•hˆÿÿ;|gDf˜hˆÿÿ%`•Ђˆÿÿ;€gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ;„gDf˜8„ˆÿÿ%`• …ˆÿÿ;ˆgDf˜ …ˆÿÿ%`•‡ˆÿÿ;ŒgDf˜‡ˆÿÿ%`•pˆˆÿÿ;gDf˜pˆˆÿÿ%`•؉ˆÿÿ;”gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ;˜gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ;œgDf˜¨Œˆÿÿ%`•Žˆÿÿ; gDf˜Žˆÿÿ%`• Õˆÿÿ;¤gDf˜ Õˆÿÿ%`•h!Õˆÿÿ;¨gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ;¬gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ;°gDf˜8$Õˆÿÿ%`• %Õˆÿÿ;´gDf˜ %Õˆÿÿ%`•'Õˆÿÿ;¸gDf˜'Õˆÿÿ%`•p(Õˆÿÿ;¼gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ;ÀgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ;ÄgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ;ÈgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ;ÌgDf˜.Õˆÿÿ%`•@Mˆÿÿ;ÐgDf˜@Mˆÿÿ%`•hAMˆÿÿ;ÔgDf˜hAMˆÿÿ%`•ÐBMˆÿÿ;ØgDf˜ÐBMˆÿÿ%`•8DMˆÿÿ;ÜgDf˜8DMˆÿÿ%`• EMˆÿÿ;àgDf˜ EMˆÿÿ%`•GMˆÿÿ;ägDf˜GMˆÿÿ%`•pHMˆÿÿ;ègDf˜pHMˆÿÿ%`•ØIMˆÿÿ;ìgDf˜ØIMˆÿÿ%`•@KMˆÿÿ;ðgDf˜@KMˆÿÿ%`•¨LMˆÿÿ;ôgDf˜¨LMˆÿÿ%`•NMˆÿÿ;øgDf˜NMˆÿÿ%`•p#ˆÿÿ;ügDf˜p#ˆÿÿ%`•hq#ˆÿÿ<gDf˜hq#ˆÿÿ%`•Ðr#ˆÿÿ<gDf˜Ðr#ˆÿÿ%`•8t#ˆÿÿ<gDf˜8t#ˆÿÿ%`• u#ˆÿÿ<gDf˜ u#ˆÿÿ%`•w#ˆÿÿ<gDf˜w#ˆÿÿ%`•px#ˆÿÿ<gDf˜px#ˆÿÿ%`•Øy#ˆÿÿ<gDf˜Øy#ˆÿÿ%`•@{#ˆÿÿ< gDf˜@{#ˆÿÿ%`•¨|#ˆÿÿ<$gDf˜¨|#ˆÿÿ%`•~#ˆÿÿ<(gDf˜~#ˆÿÿ%`•à#ˆÿÿ<,gDf˜à#ˆÿÿ%`•há#ˆÿÿ<0gDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿ<4gDf˜Ðâ#ˆÿÿ%`•8ä#ˆÿÿ<8gDf˜8ä#ˆÿÿ%`• å#ˆÿÿ<<gDf˜ å#ˆÿÿ%`•ç#ˆÿÿ<@gDf˜ç#ˆÿÿ%`•pè#ˆÿÿ™ˆÿÿ=`gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ=dgDf˜¨<™ˆÿÿ%`•؉ˆÿÿ=hgDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ=lgDf˜pˆˆÿÿ%`•‡ˆÿÿ=pgDf˜‡ˆÿÿ%`• …ˆÿÿ=tgDf˜ …ˆÿÿ%`•8„ˆÿÿ=xgDf˜8„ˆÿÿ%`•Ђˆÿÿ=|gDf˜Ð‚ˆÿÿ%`•hˆÿÿ=€gDf˜hˆÿÿ%`•€ˆÿÿ=„gDf˜€ˆÿÿ%`•°Gˆÿÿ=ˆgDf˜°Gˆÿÿ%`•h±Gˆÿÿ=ŒgDf˜h±Gˆÿÿ%`•вGˆÿÿ=gDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ=”gDf˜8´Gˆÿÿ%`• µGˆÿÿ=˜gDf˜ µGˆÿÿ%`•·Gˆÿÿ=œgDf˜·Gˆÿÿ%`•p¸Gˆÿÿ= gDf˜p¸Gˆÿÿ%`•عGˆÿÿ=¤gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ=¨gDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ=¬gDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ=°gDf˜¾Gˆÿÿ%`• Mˆÿÿ=´gDf˜ Mˆÿÿ%`•h!Mˆÿÿ=¸gDf˜h!Mˆÿÿ%`•Ð"Mˆÿÿ=¼gDf˜Ð"Mˆÿÿ%`•8$Mˆÿÿ=ÀgDf˜8$Mˆÿÿ%`• %Mˆÿÿ=ÄgDf˜ %Mˆÿÿ%`•'Mˆÿÿ=ÈgDf˜'Mˆÿÿ%`•p(Mˆÿÿ=ÌgDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ=ÐgDf˜Ø)Mˆÿÿ%`•@+Mˆÿÿ=ÔgDf˜@+Mˆÿÿ%`•¨,Mˆÿÿ=ØgDf˜¨,Mˆÿÿ%`•.Mˆÿÿ=ÜgDf˜.Mˆÿÿ%`•Žˆÿÿ=àgDf˜Žˆÿÿ%`•¨Œˆÿÿ=ägDf˜¨Œˆÿÿ%`•@‹ˆÿÿ=ègDf˜@‹ˆÿÿ%`•p(Õˆÿÿ=ìgDf˜p(Õˆÿÿ%`•'Õˆÿÿ=ðgDf˜'Õˆÿÿ%`• %Õˆÿÿ=ôgDf˜ %Õˆÿÿ%`•8$Õˆÿÿ=øgDf˜8$Õˆÿÿ%`•Ð"Õˆÿÿ=ügDf˜Ð"Õˆÿÿ%`•h!Õˆÿÿ>gDf˜h!Õˆÿÿ%`• Õˆÿÿ>gDf˜ Õˆÿÿ%`•P9 ˆÿÿ>gDf˜P9 ˆÿÿ%`•hQ9 ˆÿÿ> gDf˜hQ9 ˆÿÿ%`•ÐR9 ˆÿÿ>gDf˜ÐR9 ˆÿÿ%`•8T9 ˆÿÿ>gDf˜8T9 ˆÿÿ%`• U9 ˆÿÿ>gDf˜ U9 ˆÿÿ%`•W9 ˆÿÿ>gDf˜W9 ˆÿÿ%`•pX9 ˆÿÿ> gDf˜pX9 ˆÿÿ%`•ØY9 ˆÿÿ>$gDf˜ØY9 ˆÿÿ%`•@[9 ˆÿÿ>(gDf˜@[9 ˆÿÿ%`•¨\9 ˆÿÿ>,gDf˜¨\9 ˆÿÿ%`•^9 ˆÿÿ>0gDf˜^9 ˆÿÿ%`•°ˆÿÿ>4gDf˜°ˆÿÿ%`•h±ˆÿÿ>8gDf˜h±ˆÿÿ%`•вˆÿÿ><gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ>@gDf˜8´ˆÿÿ%`• µˆÿÿ>DgDf˜ µˆÿÿ%`•·ˆÿÿ>HgDf˜·ˆÿÿ%`•p¸ˆÿÿ>LgDf˜p¸ˆÿÿ%`•عˆÿÿ>PgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ>TgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ>XgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ>\gDf˜¾ˆÿÿ%`•.Õˆÿÿ>`gDf˜.Õˆÿÿ%`•¨,Õˆÿÿ>dgDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ>hgDf˜@+Õˆÿÿ%`•Ø)Õˆÿÿ>lgDf˜Ø)Õˆÿÿ%`•ç#ˆÿÿ>pgDf˜ç#ˆÿÿ%`• å#ˆÿÿ>tgDf˜ å#ˆÿÿ%`•8ä#ˆÿÿ>xgDf˜8ä#ˆÿÿ%`•Ðâ#ˆÿÿ>|gDf˜Ðâ#ˆÿÿ%`•há#ˆÿÿ>€gDf˜há#ˆÿÿ%`•à#ˆÿÿ>„gDf˜à#ˆÿÿ%`•p#ˆÿÿ>ˆgDf˜p#ˆÿÿ%`•hq#ˆÿÿ>ŒgDf˜hq#ˆÿÿ%`•Ðr#ˆÿÿ>gDf˜Ðr#ˆÿÿ%`•8t#ˆÿÿ>”gDf˜8t#ˆÿÿ%`• u#ˆÿÿ>˜gDf˜ u#ˆÿÿ%`•w#ˆÿÿ>œgDf˜w#ˆÿÿ%`•px#ˆÿÿ> gDf˜px#ˆÿÿ%`•Øy#ˆÿÿ>¤gDf˜Øy#ˆÿÿ%`•@{#ˆÿÿ>¨gDf˜@{#ˆÿÿ%`•¨|#ˆÿÿ>¬gDf˜¨|#ˆÿÿ%`•~#ˆÿÿ>°gDf˜~#ˆÿÿ%`•@Mˆÿÿ>´gDf˜@Mˆÿÿ%`•hAMˆÿÿ>¸gDf˜hAMˆÿÿ%`•ÐBMˆÿÿ>¼gDf˜ÐBMˆÿÿ%`•8DMˆÿÿ>ÀgDf˜8DMˆÿÿ%`• EMˆÿÿ>ÄgDf˜ EMˆÿÿ%`•GMˆÿÿ>ÈgDf˜GMˆÿÿ%`•pHMˆÿÿ>ÌgDf˜pHMˆÿÿ%`•ØIMˆÿÿ>ÐgDf˜ØIMˆÿÿ%`•@KMˆÿÿ>ÔgDf˜@KMˆÿÿ%`•¨LMˆÿÿ>ØgDf˜¨LMˆÿÿ%`•NMˆÿÿ>ÜgDf˜NMˆÿÿ%`•î#ˆÿÿ>àgDf˜î#ˆÿÿ%`•¨ì#ˆÿÿ>ägDf˜¨ì#ˆÿÿ%`•@ë#ˆÿÿ>ègDf˜@ë#ˆÿÿ%`•Øé#ˆÿÿ>ìgDf˜Øé#ˆÿÿ%`•pè#ˆÿÿ>ðgDf˜pè#ˆÿÿ%`• UWˆÿÿ>ôgDf˜ UWˆÿÿ%`•8TWˆÿÿ>øgDf˜8TWˆÿÿ%`•ÐRWˆÿÿ>ügDf˜ÐRWˆÿÿ%`•hQWˆÿÿ?gDf˜hQWˆÿÿ%`•PWˆÿÿ?gDf˜PWˆÿÿ%`•À+ˆÿÿ?gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ? gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ?gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ?gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ?gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ?gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ? gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ?$gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ?(gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ?,gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ?0gDf˜Î+ˆÿÿ%`•+ˆÿÿ?4gDf˜+ˆÿÿ%`•h‘+ˆÿÿ?8gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ?<gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ?@gDf˜8”+ˆÿÿ%`• •+ˆÿÿ?DgDf˜ •+ˆÿÿ%`•—+ˆÿÿ?HgDf˜—+ˆÿÿ%`•p˜+ˆÿÿ?LgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ?PgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ?TgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ?XgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ?\gDf˜ž+ˆÿÿ%`•^Wˆÿÿ?`gDf˜^Wˆÿÿ%`•¨\Wˆÿÿ?dgDf˜¨\Wˆÿÿ%`•@[Wˆÿÿ?hgDf˜@[Wˆÿÿ%`•ØYWˆÿÿ?lgDf˜ØYWˆÿÿ%`•pXWˆÿÿ?pgDf˜pXWˆÿÿ%`•WWˆÿÿ?tgDf˜WWˆÿÿ%`•8DFˆÿÿ?xgDf˜8DFˆÿÿ%`•ÐBFˆÿÿ?|gDf˜ÐBFˆÿÿ%`•hAFˆÿÿ?€gDf˜hAFˆÿÿ%`•@Fˆÿÿ?„gDf˜@Fˆÿÿ%`•pˆÿÿ?ˆgDf˜pˆÿÿ%`•hqˆÿÿ?ŒgDf˜hqˆÿÿ%`•Ðrˆÿÿ?gDf˜Ðrˆÿÿ%`•8tˆÿÿ?”gDf˜8tˆÿÿ%`• uˆÿÿ?˜gDf˜ uˆÿÿ%`•wˆÿÿ?œgDf˜wˆÿÿ%`•pxˆÿÿ? gDf˜pxˆÿÿ%`•Øyˆÿÿ?¤gDf˜Øyˆÿÿ%`•@{ˆÿÿ?¨gDf˜@{ˆÿÿ%`•¨|ˆÿÿ?¬gDf˜¨|ˆÿÿ%`•~ˆÿÿ?°gDf˜~ˆÿÿ%`•`‡ˆÿÿ?´gDf˜`‡ˆÿÿ%`•ha‡ˆÿÿ?¸gDf˜ha‡ˆÿÿ%`•Ðb‡ˆÿÿ?¼gDf˜Ðb‡ˆÿÿ%`•8d‡ˆÿÿ?ÀgDf˜8d‡ˆÿÿ%`• e‡ˆÿÿ?ÄgDf˜ e‡ˆÿÿ%`•g‡ˆÿÿ?ÈgDf˜g‡ˆÿÿ%`•ph‡ˆÿÿ?ÌgDf˜ph‡ˆÿÿ%`•Øi‡ˆÿÿ?ÐgDf˜Øi‡ˆÿÿ%`•@k‡ˆÿÿ?ÔgDf˜@k‡ˆÿÿ%`•¨l‡ˆÿÿ?ØgDf˜¨l‡ˆÿÿ%`•n‡ˆÿÿ?ÜgDf˜n‡ˆÿÿ%`•NFˆÿÿ?àgDf˜NFˆÿÿ%`•¨LFˆÿÿ?ägDf˜¨LFˆÿÿ%`•@KFˆÿÿ?ègDf˜@KFˆÿÿ%`•ØIFˆÿÿ?ìgDf˜ØIFˆÿÿ%`•pHFˆÿÿ?ðgDf˜pHFˆÿÿ%`•GFˆÿÿ?ôgDf˜GFˆÿÿ%`• EFˆÿÿ?øgDf˜ EFˆÿÿ%`•¨<™ˆÿÿ?ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@gDf˜>™ˆÿÿ%`•€ˆÿÿ@gDf˜€ˆÿÿ%`•hˆÿÿ@gDf˜hˆÿÿ%`•Ђˆÿÿ@ gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ@gDf˜8„ˆÿÿ%`• …ˆÿÿ@gDf˜ …ˆÿÿ%`•‡ˆÿÿ@gDf˜‡ˆÿÿ%`•pˆˆÿÿ@ gDf˜pˆˆÿÿ%`•؉ˆÿÿ@$gDf˜Ø‰ˆÿÿ%`•8$Mˆÿÿ@(gDf˜8$Mˆÿÿ%`•Ð"Mˆÿÿ@,gDf˜Ð"Mˆÿÿ%`•h!Mˆÿÿ@0gDf˜h!Mˆÿÿ%`• Mˆÿÿ@4gDf˜ Mˆÿÿ%`•Àù ˆÿÿ@8gDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ@<gDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ@@gDf˜ÐÂù ˆÿÿ%`•¨,Mˆÿÿ@DügDf˜¨,Mˆÿÿ%`•@+MˆÿÿB@¤gDf˜@+Mˆÿÿ%`•¨Œˆÿÿ ؈gDf˜¨Œˆÿÿ%`•@‹ˆÿÿÜügDf˜@‹ˆÿÿ%`• %MˆÿÿÌgDf˜ %Mˆÿÿ%`•'MˆÿÿÐügDf˜'Mˆÿÿ%`•p(MˆÿÿÔügDf˜p(Mˆÿÿ%`•Ø)Mˆÿÿ¤,gDf˜Ø)Mˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØÉù ˆÿÿgDf˜ØÉù ˆÿÿ%`•8Äù ˆÿÿgDf˜8Äù ˆÿÿ%`•pÈù ˆÿÿgDf˜pÈù ˆÿÿ%`•@Ëù ˆÿÿ  gDf˜@Ëù ˆÿÿ%`• Åù ˆÿÿz€gDf˜ Åù ˆÿÿ%`•¨Ìù ˆÿÿ}xgDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ}ÜgDf˜Îù ˆÿÿ%`•Çù ˆÿÿê0gDf˜Çù ˆÿÿ%`•.Mˆÿÿ누gDf˜.Mˆÿÿ%`•'ˆÿÿ `gDf˜'ˆÿÿ%`•pˆˆÿÿ gDf˜pˆˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•@‹ˆÿÿz<gDf˜@‹ˆÿÿ%`•‡ˆÿÿzˆ gDf˜‡ˆÿÿ%`•Ђˆÿÿ{4<gDf˜Ð‚ˆÿÿ%`•؉ˆÿÿ{„ gDf˜Ø‰ˆÿÿ%`•¨Œˆÿÿ|ÔgDf˜¨Œˆÿÿ%`•8„ˆÿÿ|ø$gDf˜8„ˆÿÿ%`• …ˆÿÿ}`gDf˜ …ˆÿÿ%`•hˆÿÿÔgDf˜hˆÿÿ%`•€ˆÿÿø gDf˜€ˆÿÿ%`•ŽˆÿÿáÈ$gDf˜Žˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`• ½ˆÿÿâPgDf˜ ½ˆÿÿ%`•h!½ˆÿÿâ ˜gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿí8ügDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿï4ügDf˜8$½ˆÿÿ%`• %½ˆÿÿñ0ügDf˜ %½ˆÿÿ%`•'½ˆÿÿó,ügDf˜'½ˆÿÿ%`•p(½ˆÿÿõ(gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿõ@ügDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ÷<ügDf˜@+½ˆÿÿ%`•¨,½ˆÿÿù8,gDf˜¨,½ˆÿÿ%`•.½ˆÿÿùl°gDf˜.½ˆÿÿ%`•.½ˆÿÿ gDf˜.½ˆÿÿ%`•.½ˆÿÿ dxgDf˜.½ˆÿÿ%`•¨,½ˆÿÿ àügDf˜¨,½ˆÿÿ%`•@+½ˆÿÿ ÜdgDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•@+½ˆÿÿÿHgDf˜@+½ˆÿÿ%`•Ð"½ˆÿÿgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ4 gDf˜8$½ˆÿÿ%`•8$½ˆÿÿDgDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿHgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•Ð"½ˆÿÿ\gDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•Ð"½ˆÿÿtgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•Ð"½ˆÿÿŒgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Ð"½ˆÿÿ¤gDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•Ð"½ˆÿÿÀ gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿä\gDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•8$½ˆÿÿ gDf˜8$½ˆÿÿ%`•8$½ˆÿÿz4gDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿzXgDf˜Ð"½ˆÿÿ%`•'½ˆÿÿzxgDf˜'½ˆÿÿ%`•'½ˆÿÿDgDf˜'½ˆÿÿ%`•Ð"½ˆÿÿHgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•Ð"½ˆÿÿ\gDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•Ð"½ˆÿÿtgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•Ð"½ˆÿÿŒgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Ð"½ˆÿÿ¤gDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•Ð"½ˆÿÿÀŒgDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`•Ð"½ˆÿÿzHgDf˜Ð"½ˆÿÿ%`•@+½ˆÿÿ{”gDf˜@+½ˆÿÿ%`•.½ˆÿÿ{´ gDf˜.½ˆÿÿ%`•.½ˆÿÿPgDf˜.½ˆÿÿ%`•@+½ˆÿÿTgDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•@+½ˆÿÿhgDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ|gDf˜'ˆÿÿ%`•@+½ˆÿÿ€gDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•@+½ˆÿÿ˜gDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`•@+½ˆÿÿ°gDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•@+½ˆÿÿÌgDf˜@+½ˆÿÿ%`•.½ˆÿÿèDgDf˜.½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•.½ˆÿÿ|ÔgDf˜.½ˆÿÿ%`•@+½ˆÿÿ|øgDf˜@+½ˆÿÿ%`•Ð"½ˆÿÿ}ôgDf˜Ð"½ˆÿÿ%`•Ð"½ˆÿÿ0gDf˜Ð"½ˆÿÿ%`•@+½ˆÿÿ4gDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`•@+½ˆÿÿL\gDf˜@+½ˆÿÿ%`•@+½ˆÿÿìx gDf˜@+½ˆÿÿ%`•.½ˆÿÿí|ÜgDf˜.½ˆÿÿ%`•'½ˆÿÿñP$gDf˜'½ˆÿÿ%`•Ð"½ˆÿÿõ„gDf˜Ð"½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•¨,½ˆÿÿõˆøgDf˜¨,½ˆÿÿ%`• %½ˆÿÿõ€gDf˜ %½ˆÿÿ%`•Ø)½ˆÿÿ÷dügDf˜Ø)½ˆÿÿ%`•p(½ˆÿÿù`gDf˜p(½ˆÿÿ%`•h!½ˆÿÿùdgDf˜h!½ˆÿÿ%`• ½ˆÿÿöДgDf˜ ½ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•.½ˆÿÿ ügDf˜.½ˆÿÿ%`• þ ˆÿÿ ”gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ ¬gDf˜h¡þ ˆÿÿ%`•@+½ˆÿÿö„gDf˜@+½ˆÿÿ%`•Тþ ˆÿÿ °ügDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ¬XgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿo¸xgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿgDf˜§þ ˆÿÿ%`•'½ˆÿÿgDf˜'½ˆÿÿ%`•°« ˆÿÿƒ,gDf˜°« ˆÿÿ%`•h±« ˆÿÿƒ4 gDf˜h±« ˆÿÿ%`•в« ˆÿÿÑdgDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿìlgDf˜8´« ˆÿÿ%`• µ« ˆÿÿgDf˜ µ« ˆÿÿ%`•·« ˆÿÿgDf˜·« ˆÿÿ%`•p¸« ˆÿÿgDf˜p¸« ˆÿÿ%`•ع« ˆÿÿgDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ7ègDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ`ÈgDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ{°gDf˜¾« ˆÿÿ%`• ˆÿÿ}gDf˜ ˆÿÿ%`•h ˆÿÿƒ( gDf˜h ˆÿÿ%`•Ð ˆÿÿƒ8gDf˜Ð ˆÿÿ%`•8 ˆÿÿgDf˜8 ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•  ˆÿÿ gDf˜  ˆÿÿ%`•h ˆÿÿzxøgDf˜h ˆÿÿ%`•¨ ˆÿÿzXgDf˜¨ ˆÿÿ%`• ˆÿÿz4gDf˜ ˆÿÿ%`• ˆÿÿ¬gDf˜ ˆÿÿ%`•¨ ˆÿÿ°gDf˜¨ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•¨ ˆÿÿÈdgDf˜¨ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•¨ ˆÿÿ{pgDf˜¨ ˆÿÿ%`•8 ˆÿÿ|ègDf˜8 ˆÿÿ%`• ˆÿÿ~ gDf˜ ˆÿÿ%`•h ˆÿÿ~gDf˜h ˆÿÿ%`•h ˆÿÿ0gDf˜h ˆÿÿ%`• ˆÿÿ4gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`• ˆÿÿLgDf˜ ˆÿÿ%`•p ˆÿÿPgDf˜p ˆÿÿ%`•  ˆÿÿTgDf˜  ˆÿÿ%`•¨ ˆÿÿXgDf˜¨ ˆÿÿ%`•8 ˆÿÿ\gDf˜8 ˆÿÿ%`•h ˆÿÿ`gDf˜h ˆÿÿ%`•Ð ˆÿÿdgDf˜Ð ˆÿÿ%`•@ ˆÿÿhgDf˜@ ˆÿÿ%`• ˆÿÿlgDf˜ ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•Ø ˆÿÿtgDf˜Ø ˆÿÿ%`•>™ˆÿÿxgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ|gDf˜¨<™ˆÿÿ%`•pñ ˆÿÿ€gDf˜pñ ˆÿÿ%`•hqñ ˆÿÿ„gDf˜hqñ ˆÿÿ%`•Ðrñ ˆÿÿˆgDf˜Ðrñ ˆÿÿ%`•8tñ ˆÿÿŒgDf˜8tñ ˆÿÿ%`• uñ ˆÿÿgDf˜ uñ ˆÿÿ%`•wñ ˆÿÿ”gDf˜wñ ˆÿÿ%`•pxñ ˆÿÿ˜gDf˜pxñ ˆÿÿ%`•Øyñ ˆÿÿœgDf˜Øyñ ˆÿÿ%`•@{ñ ˆÿÿ gDf˜@{ñ ˆÿÿ%`•¨|ñ ˆÿÿ¤gDf˜¨|ñ ˆÿÿ%`•~ñ ˆÿÿ¨gDf˜~ñ ˆÿÿ%`•`ˆÿÿ¬gDf˜`ˆÿÿ%`•haˆÿÿ°gDf˜haˆÿÿ%`•Ðbˆÿÿ´gDf˜Ðbˆÿÿ%`•8dˆÿÿ¸gDf˜8dˆÿÿ%`• eˆÿÿ¼gDf˜ eˆÿÿ%`•gˆÿÿÀgDf˜gˆÿÿ%`•phˆÿÿÄgDf˜phˆÿÿ%`•ØiˆÿÿÈgDf˜Øiˆÿÿ%`•@kˆÿÿÌgDf˜@kˆÿÿ%`•¨lˆÿÿÐgDf˜¨lˆÿÿ%`•nˆÿÿÔgDf˜nˆÿÿ%`• #ˆÿÿØgDf˜ #ˆÿÿ%`•h¡#ˆÿÿÜgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿàgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿägDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿìgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿðgDf˜§#ˆÿÿ%`•p¨#ˆÿÿôgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿøgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿügDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿgDf˜¨¬#ˆÿÿ%`•®#ˆÿÿgDf˜®#ˆÿÿ%`•0µˆÿÿgDf˜0µˆÿÿ%`•h1µˆÿÿ gDf˜h1µˆÿÿ%`•Ð2µˆÿÿgDf˜Ð2µˆÿÿ%`•84µˆÿÿgDf˜84µˆÿÿ%`• 5µˆÿÿgDf˜ 5µˆÿÿ%`•7µˆÿÿgDf˜7µˆÿÿ%`•p8µˆÿÿ gDf˜p8µˆÿÿ%`•Ø9µˆÿÿ$gDf˜Ø9µˆÿÿ%`•@;µˆÿÿ(gDf˜@;µˆÿÿ%`•¨<µˆÿÿ,gDf˜¨<µˆÿÿ%`•>µˆÿÿ0gDf˜>µˆÿÿ%`•àˆÿÿ4gDf˜àˆÿÿ%`•háˆÿÿ8gDf˜háˆÿÿ%`•Ðâˆÿÿ<gDf˜Ðâˆÿÿ%`•8äˆÿÿ@gDf˜8äˆÿÿ%`• åˆÿÿDgDf˜ åˆÿÿ%`•çˆÿÿHgDf˜çˆÿÿ%`•pèˆÿÿLgDf˜pèˆÿÿ%`•ØéˆÿÿPgDf˜Øéˆÿÿ%`•@ëˆÿÿTgDf˜@ëˆÿÿ%`•¨ìˆÿÿXgDf˜¨ìˆÿÿ%`•îˆÿÿ\gDf˜îˆÿÿ%`• ˆÿÿ`gDf˜ ˆÿÿ%`•h ˆÿÿdgDf˜h ˆÿÿ%`•Ð ˆÿÿhgDf˜Ð ˆÿÿ%`•8 ˆÿÿlgDf˜8 ˆÿÿ%`•  ˆÿÿpgDf˜  ˆÿÿ%`• ˆÿÿtgDf˜ ˆÿÿ%`•p ˆÿÿxgDf˜p ˆÿÿ%`•Ø  ˆÿÿ|gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ€gDf˜@  ˆÿÿ%`•¨  ˆÿÿ„gDf˜¨  ˆÿÿ%`• ˆÿÿˆgDf˜ ˆÿÿ%`•@ˆÿÿŒgDf˜@ˆÿÿ%`•hAˆÿÿgDf˜hAˆÿÿ%`•ÐBˆÿÿ”gDf˜ÐBˆÿÿ%`•8Dˆÿÿ˜gDf˜8Dˆÿÿ%`• EˆÿÿœgDf˜ Eˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•pHˆÿÿ¤gDf˜pHˆÿÿ%`•ØIˆÿÿ¨gDf˜ØIˆÿÿ%`•@Kˆÿÿ¬gDf˜@Kˆÿÿ%`•¨Lˆÿÿ°gDf˜¨Lˆÿÿ%`•Nˆÿÿ´gDf˜Nˆÿÿ%`•€hˆÿÿ¸gDf˜€hˆÿÿ%`•hhˆÿÿ¼gDf˜hhˆÿÿ%`•ЂhˆÿÿÀgDf˜Ð‚hˆÿÿ%`•8„hˆÿÿÄgDf˜8„hˆÿÿ%`• …hˆÿÿÈgDf˜ …hˆÿÿ%`•‡hˆÿÿÌgDf˜‡hˆÿÿ%`•pˆhˆÿÿÐgDf˜pˆhˆÿÿ%`•؉hˆÿÿÔgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿØgDf˜@‹hˆÿÿ%`•¨ŒhˆÿÿÜgDf˜¨Œhˆÿÿ%`•ŽhˆÿÿàgDf˜Žhˆÿÿ%`•,ˆÿÿägDf˜,ˆÿÿ%`•h‘,ˆÿÿègDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿìgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿðgDf˜8”,ˆÿÿ%`• •,ˆÿÿôgDf˜ •,ˆÿÿ%`•—,ˆÿÿøgDf˜—,ˆÿÿ%`•p˜,ˆÿÿügDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿgDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿgDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ gDf˜ž,ˆÿÿ%`•ÀˆÿÿgDf˜Àˆÿÿ%`•hÁˆÿÿgDf˜hÁˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ĈÿÿgDf˜8Ĉÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•Ljÿÿ$gDf˜Çˆÿÿ%`•pȈÿÿ(gDf˜pȈÿÿ%`•ØÉˆÿÿ,gDf˜ØÉˆÿÿ%`•@ˈÿÿ0gDf˜@ˈÿÿ%`•¨Ìˆÿÿ4gDf˜¨Ìˆÿÿ%`•Έÿÿ8gDf˜Îˆÿÿ%`•Бˆÿÿ<gDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ@gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿDgDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿHgDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿLgDf˜ Õ‘ˆÿÿ%`•בˆÿÿPgDf˜בˆÿÿ%`•pØ‘ˆÿÿTgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿXgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ\gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ`gDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿdgDf˜Þ‘ˆÿÿ%`•0͈ÿÿhgDf˜0͈ÿÿ%`•h1͈ÿÿlgDf˜h1͈ÿÿ%`•Ð2͈ÿÿpgDf˜Ð2͈ÿÿ%`•84͈ÿÿtgDf˜84͈ÿÿ%`• 5͈ÿÿxgDf˜ 5͈ÿÿ%`•7͈ÿÿ|gDf˜7͈ÿÿ%`•p8͈ÿÿ€gDf˜p8͈ÿÿ%`•Ø9͈ÿÿ„gDf˜Ø9͈ÿÿ%`•@;͈ÿÿˆgDf˜@;͈ÿÿ%`•¨<͈ÿÿŒgDf˜¨<͈ÿÿ%`•>͈ÿÿgDf˜>͈ÿÿ%`•£ˆÿÿ”gDf˜£ˆÿÿ%`•h£ˆÿÿ˜gDf˜h£ˆÿÿ%`•УˆÿÿœgDf˜Ð£ˆÿÿ%`•8£ˆÿÿ gDf˜8£ˆÿÿ%`• £ˆÿÿ¤gDf˜ £ˆÿÿ%`•£ˆÿÿ¨gDf˜£ˆÿÿ%`•p£ˆÿÿ¬gDf˜p£ˆÿÿ%`•Ø£ˆÿÿ°gDf˜Ø£ˆÿÿ%`•@£ˆÿÿ´gDf˜@£ˆÿÿ%`•¨£ˆÿÿ¸gDf˜¨£ˆÿÿ%`•£ˆÿÿ¼gDf˜£ˆÿÿ%`•À§ˆÿÿÀgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿÄgDf˜hÁ§ˆÿÿ%`•ЧˆÿÿÈgDf˜Ð§ˆÿÿ%`•8ħˆÿÿÌgDf˜8ħˆÿÿ%`• Å§ˆÿÿÐgDf˜ Å§ˆÿÿ%`•ǧˆÿÿÔgDf˜ǧˆÿÿ%`•pȧˆÿÿØgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿÜgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿàgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿägDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿègDf˜Χˆÿÿ%`•¨<™ˆÿÿìgDf˜¨<™ˆÿÿ%`•>™ˆÿÿðgDf˜>™ˆÿÿ%`•ØiˆÿÿôgDf˜Øiˆÿÿ%`•phˆÿÿøgDf˜phˆÿÿ%`•gˆÿÿügDf˜gˆÿÿ%`• eˆÿÿgDf˜ eˆÿÿ%`•8dˆÿÿgDf˜8dˆÿÿ%`•ÐbˆÿÿgDf˜Ðbˆÿÿ%`•haˆÿÿ gDf˜haˆÿÿ%`•`ˆÿÿgDf˜`ˆÿÿ%`•`ñ ˆÿÿgDf˜`ñ ˆÿÿ%`•hañ ˆÿÿgDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿ gDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ$gDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ(gDf˜gñ ˆÿÿ%`•phñ ˆÿÿ,gDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿ0gDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿ4gDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ8gDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ<gDf˜nñ ˆÿÿ%`•€Ëˆÿÿ@gDf˜€Ëˆÿÿ%`•hˈÿÿDgDf˜hˈÿÿ%`•ЂËˆÿÿHgDf˜Ð‚ˈÿÿ%`•8„ˈÿÿLgDf˜8„ˈÿÿ%`• …ˈÿÿPgDf˜ …ˈÿÿ%`•‡ËˆÿÿTgDf˜‡Ëˆÿÿ%`•pˆËˆÿÿXgDf˜pˆËˆÿÿ%`•؉ˈÿÿ\gDf˜Ø‰Ëˆÿÿ%`•@‹Ëˆÿÿ`gDf˜@‹Ëˆÿÿ%`•¨ŒËˆÿÿdgDf˜¨ŒËˆÿÿ%`•ŽËˆÿÿhgDf˜ŽËˆÿÿ%`•nˆÿÿlgDf˜nˆÿÿ%`•¨lˆÿÿpgDf˜¨lˆÿÿ%`•@kˆÿÿtgDf˜@kˆÿÿ%`•pèˆÿÿxgDf˜pèˆÿÿ%`•çˆÿÿ|gDf˜çˆÿÿ%`• åˆÿÿ€gDf˜ åˆÿÿ%`•8äˆÿÿ„gDf˜8äˆÿÿ%`•ÐâˆÿÿˆgDf˜Ðâˆÿÿ%`•háˆÿÿŒgDf˜háˆÿÿ%`•àˆÿÿgDf˜àˆÿÿ%`•@шÿÿ”gDf˜@шÿÿ%`•hAшÿÿ˜gDf˜hAшÿÿ%`•ÐBшÿÿœgDf˜ÐBшÿÿ%`•8Dшÿÿ gDf˜8Dшÿÿ%`• Eшÿÿ¤gDf˜ Eшÿÿ%`•Gшÿÿ¨gDf˜Gшÿÿ%`•pHшÿÿ¬gDf˜pHшÿÿ%`•ØIшÿÿ°gDf˜ØIшÿÿ%`•@Kшÿÿ´gDf˜@Kшÿÿ%`•¨Lшÿÿ¸gDf˜¨Lшÿÿ%`•Nшÿÿ¼gDf˜Nшÿÿ%`•ЈÿÿÀgDf˜Ðˆÿÿ%`•hшÿÿÄgDf˜hшÿÿ%`•ÐÒˆÿÿÈgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ gDf˜8Ôˆÿÿ%`• ÕˆÿÿÌgDf˜ Õˆÿÿ%`•׈ÿÿÐgDf˜×ˆÿÿ%`•p؈ÿÿÔgDf˜p؈ÿÿ%`•ØÙˆÿÿØgDf˜ØÙˆÿÿ%`•@ÛˆÿÿÜgDf˜@Ûˆÿÿ%`•¨ÜˆÿÿàgDf˜¨Üˆÿÿ%`•ÞˆÿÿägDf˜Þˆÿÿ%`•îˆÿÿègDf˜îˆÿÿ%`•¨ìˆÿÿìgDf˜¨ìˆÿÿ%`•@ëˆÿÿðgDf˜@ëˆÿÿ%`•ØéˆÿÿôgDf˜Øéˆÿÿ%`•pˆhˆÿÿøgDf˜pˆhˆÿÿ%`•‡hˆÿÿügDf˜‡hˆÿÿ%`• …hˆÿÿgDf˜ …hˆÿÿ%`•8„hˆÿÿgDf˜8„hˆÿÿ%`•ЂhˆÿÿgDf˜Ð‚hˆÿÿ%`•hhˆÿÿ gDf˜hhˆÿÿ%`•€hˆÿÿgDf˜€hˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•hAˆÿÿgDf˜hAˆÿÿ%`•ÐBˆÿÿgDf˜ÐBˆÿÿ%`•8Dˆÿÿ gDf˜8Dˆÿÿ%`• Eˆÿÿ$gDf˜ Eˆÿÿ%`•Gˆÿÿ(gDf˜Gˆÿÿ%`•pHˆÿÿ,gDf˜pHˆÿÿ%`•ØIˆÿÿ0gDf˜ØIˆÿÿ%`•@Kˆÿÿ4gDf˜@Kˆÿÿ%`•¨Lˆÿÿ8gDf˜¨Lˆÿÿ%`•Nˆÿÿ<gDf˜Nˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•h ˆÿÿDgDf˜h ˆÿÿ%`•Ð ˆÿÿHgDf˜Ð ˆÿÿ%`•8 ˆÿÿLgDf˜8 ˆÿÿ%`•  ˆÿÿPgDf˜  ˆÿÿ%`• ˆÿÿTgDf˜ ˆÿÿ%`•p ˆÿÿXgDf˜p ˆÿÿ%`•Ø  ˆÿÿ\gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ`gDf˜@  ˆÿÿ%`•¨  ˆÿÿdgDf˜¨  ˆÿÿ%`• ˆÿÿhgDf˜ ˆÿÿ%`•ŽhˆÿÿlgDf˜Žhˆÿÿ%`•¨ŒhˆÿÿpgDf˜¨Œhˆÿÿ%`•@‹hˆÿÿtgDf˜@‹hˆÿÿ%`•؉hˆÿÿxgDf˜Ø‰hˆÿÿ%`•בˆÿÿ|gDf˜בˆÿÿ%`• Õ‘ˆÿÿ€gDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ„gDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿˆgDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿŒgDf˜hÑ‘ˆÿÿ%`•БˆÿÿgDf˜Ð‘ˆÿÿ%`•Àˆÿÿ”gDf˜Àˆÿÿ%`•hÁˆÿÿ˜gDf˜hÁˆÿÿ%`•ЈÿÿœgDf˜Ðˆÿÿ%`•8Ĉÿÿ gDf˜8Ĉÿÿ%`• Åˆÿÿ¤gDf˜ Åˆÿÿ%`•Ljÿÿ¨gDf˜Çˆÿÿ%`•pȈÿÿ¬gDf˜pȈÿÿ%`•ØÉˆÿÿ°gDf˜ØÉˆÿÿ%`•@ˈÿÿ´gDf˜@ˈÿÿ%`•¨Ìˆÿÿ¸gDf˜¨Ìˆÿÿ%`•Έÿÿ¼gDf˜Îˆÿÿ%`•PˆÿÿÀgDf˜Pˆÿÿ%`•hQˆÿÿÄgDf˜hQˆÿÿ%`•ÐRˆÿÿÈgDf˜ÐRˆÿÿ%`•8TˆÿÿÌgDf˜8Tˆÿÿ%`• UˆÿÿÐgDf˜ Uˆÿÿ%`•WˆÿÿÔgDf˜Wˆÿÿ%`•pXˆÿÿØgDf˜pXˆÿÿ%`•ØYˆÿÿÜgDf˜ØYˆÿÿ%`•@[ˆÿÿàgDf˜@[ˆÿÿ%`•¨\ˆÿÿägDf˜¨\ˆÿÿ%`•^ˆÿÿègDf˜^ˆÿÿ%`•Þ‘ˆÿÿðgDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿôgDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿøgDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿügDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿgDf˜pØ‘ˆÿÿ%`• Å§ˆÿÿgDf˜ Å§ˆÿÿ%`•8ħˆÿÿgDf˜8ħˆÿÿ%`•Чˆÿÿ gDf˜Ð§ˆÿÿ%`•hÁ§ˆÿÿgDf˜hÁ§ˆÿÿ%`•À§ˆÿÿgDf˜À§ˆÿÿ%`•0¡ˆÿÿgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ gDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ$gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿ(gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿ,gDf˜7¡ˆÿÿ%`•p8¡ˆÿÿ0gDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿ4gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿ8gDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ<gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ@gDf˜>¡ˆÿÿ%`•02 ˆÿÿDgDf˜02 ˆÿÿ%`•h12 ˆÿÿHgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿLgDf˜Ð22 ˆÿÿ%`•842 ˆÿÿPgDf˜842 ˆÿÿ%`• 52 ˆÿÿTgDf˜ 52 ˆÿÿ%`•72 ˆÿÿXgDf˜72 ˆÿÿ%`•p82 ˆÿÿ\gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ`gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿdgDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿhgDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿlgDf˜>2 ˆÿÿ%`•ΧˆÿÿpgDf˜Χˆÿÿ%`•¨Ì§ˆÿÿtgDf˜¨Ì§ˆÿÿ%`•@˧ˆÿÿxgDf˜@˧ˆÿÿ%`•ØÉ§ˆÿÿ|gDf˜ØÉ§ˆÿÿ%`•pȧˆÿÿ€gDf˜pȧˆÿÿ%`•ǧˆÿÿ„gDf˜ǧˆÿÿ%`•>™ˆÿÿˆgDf˜>™ˆÿÿ%`•¨<™ˆÿÿŒgDf˜¨<™ˆÿÿ%`•`ˆÿÿgDf˜`ˆÿÿ%`•haˆÿÿ”gDf˜haˆÿÿ%`•Ðbˆÿÿ˜gDf˜Ðbˆÿÿ%`•8dˆÿÿœgDf˜8dˆÿÿ%`• eˆÿÿ gDf˜ eˆÿÿ%`•gˆÿÿ¤gDf˜gˆÿÿ%`•phˆÿÿ¨gDf˜phˆÿÿ%`•Øiˆÿÿ¬gDf˜Øiˆÿÿ%`• …ˈÿÿ°gDf˜ …ˈÿÿ%`•8„ˈÿÿ´gDf˜8„ˈÿÿ%`•ЂËˆÿÿ¸gDf˜Ð‚ˈÿÿ%`•hˈÿÿ¼gDf˜hˈÿÿ%`•€ËˆÿÿÀgDf˜€Ëˆÿÿ%`•PȈÿÿÄgDf˜PȈÿÿ%`•hQȈÿÿÈgDf˜hQȈÿÿ%`•ÐRȈÿÿÌgDf˜ÐRȈÿÿ%`•8TȈÿÿÐgDf˜8TȈÿÿ%`• UȈÿÿÔgDf˜ UȈÿÿ%`•WȈÿÿØgDf˜WȈÿÿ%`•pXȈÿÿÜgDf˜pXȈÿÿ%`•ØYȈÿÿàgDf˜ØYȈÿÿ%`•@[ȈÿÿägDf˜@[Ȉÿÿ%`•¨\ȈÿÿègDf˜¨\Ȉÿÿ%`•^ȈÿÿìgDf˜^Ȉÿÿ%`•ŽËˆÿÿðgDf˜ŽËˆÿÿ%`•¨ŒËˆÿÿôgDf˜¨ŒËˆÿÿ%`•@‹ËˆÿÿøgDf˜@‹Ëˆÿÿ%`•؉ˈÿÿügDf˜Ø‰Ëˆÿÿ%`•pˆËˆÿÿgDf˜pˆËˆÿÿ%`•‡ËˆÿÿgDf˜‡Ëˆÿÿ%`•@kˆÿÿgDf˜@kˆÿÿ%`•¨lˆÿÿ gDf˜¨lˆÿÿ%`•nˆÿÿgDf˜nˆÿÿ%`•àˆÿÿgDf˜àˆÿÿ%`•háˆÿÿgDf˜háˆÿÿ%`•ÐâˆÿÿgDf˜Ðâˆÿÿ%`•8äˆÿÿ gDf˜8äˆÿÿ%`• åˆÿÿ$gDf˜ åˆÿÿ%`•çˆÿÿ(gDf˜çˆÿÿ%`•pèˆÿÿ,gDf˜pèˆÿÿ%`• Õˆÿÿ0gDf˜ Õˆÿÿ%`•8Ôˆÿÿ4gDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ8gDf˜ÐÒˆÿÿ%`•hшÿÿ<gDf˜hшÿÿ%`•Јÿÿ@gDf˜Ðˆÿÿ%`•ÀȈÿÿDgDf˜ÀȈÿÿ%`•hÁȈÿÿHgDf˜hÁȈÿÿ%`•ÐÂȈÿÿLgDf˜ÐÂȈÿÿ%`•8ÄȈÿÿPgDf˜8ÄȈÿÿ%`• ÅȈÿÿTgDf˜ ÅȈÿÿ%`•ÇȈÿÿXgDf˜ÇȈÿÿ%`•pÈȈÿÿ\gDf˜pÈȈÿÿ%`•ØÉȈÿÿ`gDf˜ØÉȈÿÿ%`•@ËȈÿÿdgDf˜@ËȈÿÿ%`•¨ÌȈÿÿhgDf˜¨ÌȈÿÿ%`•ÎȈÿÿlgDf˜ÎȈÿÿ%`•ÞˆÿÿpgDf˜Þˆÿÿ%`•¨ÜˆÿÿtgDf˜¨Üˆÿÿ%`•@ÛˆÿÿxgDf˜@Ûˆÿÿ%`•ØÙˆÿÿ|gDf˜ØÙˆÿÿ%`•p؈ÿÿ€gDf˜p؈ÿÿ%`•׈ÿÿ„gDf˜×ˆÿÿ%`•ØéˆÿÿˆgDf˜Øéˆÿÿ%`•@ëˆÿÿŒgDf˜@ëˆÿÿ%`•¨ìˆÿÿgDf˜¨ìˆÿÿ%`•îˆÿÿ”gDf˜îˆÿÿ%`•€hˆÿÿ˜gDf˜€hˆÿÿ%`•hhˆÿÿœgDf˜hhˆÿÿ%`•Ђhˆÿÿ gDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ¤gDf˜8„hˆÿÿ%`• …hˆÿÿ¨gDf˜ …hˆÿÿ%`•‡hˆÿÿ¬gDf˜‡hˆÿÿ%`•pˆhˆÿÿ°gDf˜pˆhˆÿÿ%`•8 ˆÿÿ´gDf˜8 ˆÿÿ%`•Ð ˆÿÿ¸gDf˜Ð ˆÿÿ%`•h ˆÿÿ¼gDf˜h ˆÿÿ%`• ˆÿÿÀgDf˜ ˆÿÿ%`• ÊˆÿÿÄgDf˜ Êˆÿÿ%`•h¡ÊˆÿÿÈgDf˜h¡Êˆÿÿ%`•ТʈÿÿÌgDf˜Ð¢Êˆÿÿ%`•8¤ÊˆÿÿÐgDf˜8¤Êˆÿÿ%`• ¥ÊˆÿÿÔgDf˜ ¥Êˆÿÿ%`•§ÊˆÿÿØgDf˜§Êˆÿÿ%`•p¨ÊˆÿÿÜgDf˜p¨Êˆÿÿ%`•ةʈÿÿàgDf˜Ø©Êˆÿÿ%`•@«ÊˆÿÿägDf˜@«Êˆÿÿ%`•¨¬ÊˆÿÿègDf˜¨¬Êˆÿÿ%`•®ÊˆÿÿìgDf˜®Êˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`•¨  ˆÿÿôgDf˜¨  ˆÿÿ%`•@  ˆÿÿøgDf˜@  ˆÿÿ%`•Ø  ˆÿÿügDf˜Ø  ˆÿÿ%`•p ˆÿÿgDf˜p ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•؉hˆÿÿ gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿgDf˜@‹hˆÿÿ%`•¨ŒhˆÿÿgDf˜¨Œhˆÿÿ%`•ŽhˆÿÿgDf˜Žhˆÿÿ%`•БˆÿÿgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ$gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ(gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ,gDf˜ Õ‘ˆÿÿ%`•בˆÿÿ0gDf˜בˆÿÿ%`•8Tˆÿÿ4gDf˜8Tˆÿÿ%`•ÐRˆÿÿ8gDf˜ÐRˆÿÿ%`•hQˆÿÿ<gDf˜hQˆÿÿ%`•Pˆÿÿ@gDf˜Pˆÿÿ%`•àS ˆÿÿDgDf˜àS ˆÿÿ%`•háS ˆÿÿHgDf˜háS ˆÿÿ%`•ÐâS ˆÿÿLgDf˜ÐâS ˆÿÿ%`•8äS ˆÿÿPgDf˜8äS ˆÿÿ%`• åS ˆÿÿTgDf˜ åS ˆÿÿ%`•çS ˆÿÿXgDf˜çS ˆÿÿ%`•pèS ˆÿÿ\gDf˜pèS ˆÿÿ%`•ØéS ˆÿÿ`gDf˜ØéS ˆÿÿ%`•@ëS ˆÿÿdgDf˜@ëS ˆÿÿ%`•¨ìS ˆÿÿhgDf˜¨ìS ˆÿÿ%`•îS ˆÿÿlgDf˜îS ˆÿÿ%`•^ˆÿÿpgDf˜^ˆÿÿ%`•¨\ˆÿÿtgDf˜¨\ˆÿÿ%`•@[ˆÿÿxgDf˜@[ˆÿÿ%`•ØYˆÿÿ|gDf˜ØYˆÿÿ%`•pXˆÿÿ€gDf˜pXˆÿÿ%`•Wˆÿÿ„gDf˜Wˆÿÿ%`• UˆÿÿˆgDf˜ Uˆÿÿ%`•pØ‘ˆÿÿŒgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ”gDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ˜gDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿœgDf˜Þ‘ˆÿÿ%`•À§ˆÿÿ gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ¤gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ¨gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ¬gDf˜8ħˆÿÿ%`• Å§ˆÿÿ°gDf˜ Å§ˆÿÿ%`•842 ˆÿÿ´gDf˜842 ˆÿÿ%`•Ð22 ˆÿÿ¸gDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿ¼gDf˜h12 ˆÿÿ%`•02 ˆÿÿÀgDf˜02 ˆÿÿ%`•0͈ÿÿÄgDf˜0͈ÿÿ%`•h1͈ÿÿÈgDf˜h1͈ÿÿ%`•Ð2͈ÿÿÌgDf˜Ð2͈ÿÿ%`•84͈ÿÿÐgDf˜84͈ÿÿ%`• 5͈ÿÿÔgDf˜ 5͈ÿÿ%`•7͈ÿÿØgDf˜7͈ÿÿ%`•p8͈ÿÿÜgDf˜p8͈ÿÿ%`•Ø9͈ÿÿàgDf˜Ø9͈ÿÿ%`•@;͈ÿÿägDf˜@;͈ÿÿ%`•¨<͈ÿÿègDf˜¨<͈ÿÿ%`•>͈ÿÿìgDf˜>͈ÿÿ%`•>2 ˆÿÿðgDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿôgDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿøgDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿügDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿgDf˜p82 ˆÿÿ%`•72 ˆÿÿgDf˜72 ˆÿÿ%`• 52 ˆÿÿgDf˜ 52 ˆÿÿ%`•ǧˆÿÿ gDf˜ǧˆÿÿ%`•pȧˆÿÿgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿgDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ gDf˜Χˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•Øiˆÿÿ,gDf˜Øiˆÿÿ%`•phˆÿÿ0gDf˜phˆÿÿ%`•gˆÿÿ4gDf˜gˆÿÿ%`• eˆÿÿ8gDf˜ eˆÿÿ%`•8dˆÿÿ<gDf˜8dˆÿÿ%`•Ðbˆÿÿ@gDf˜Ðbˆÿÿ%`•haˆÿÿDgDf˜haˆÿÿ%`•`ˆÿÿHgDf˜`ˆÿÿ%`•€ËˆÿÿLgDf˜€Ëˆÿÿ%`•‡ËˆÿÿPgDf˜‡Ëˆÿÿ%`•pˆËˆÿÿTgDf˜pˆËˆÿÿ%`•؉ˈÿÿXgDf˜Ø‰Ëˆÿÿ%`•@‹Ëˆÿÿ\gDf˜@‹Ëˆÿÿ%`•¨ŒËˆÿÿ`gDf˜¨ŒËˆÿÿ%`•ŽËˆÿÿdgDf˜ŽËˆÿÿ%`•hˈÿÿhgDf˜hˈÿÿ%`•ЂËˆÿÿlgDf˜Ð‚ˈÿÿ%`•8„ˈÿÿpgDf˜8„ˈÿÿ%`• …ˈÿÿtgDf˜ …ˈÿÿ%`•nˆÿÿxgDf˜nˆÿÿ%`•¨lˆÿÿ|gDf˜¨lˆÿÿ%`•@kˆÿÿ€gDf˜@kˆÿÿ%`•pèˆÿÿ„gDf˜pèˆÿÿ%`•çˆÿÿˆgDf˜çˆÿÿ%`• åˆÿÿŒgDf˜ åˆÿÿ%`•8äˆÿÿgDf˜8äˆÿÿ%`•Ðâˆÿÿ”gDf˜Ðâˆÿÿ%`•háˆÿÿ˜gDf˜háˆÿÿ%`•àˆÿÿœgDf˜àˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•hшÿÿ¤gDf˜hшÿÿ%`•ÐÒˆÿÿ¨gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ¬gDf˜8Ôˆÿÿ%`• Õˆÿÿ°gDf˜ Õˆÿÿ%`•8ÄȈÿÿ´gDf˜8ÄȈÿÿ%`•ÐÂȈÿÿ¸gDf˜ÐÂȈÿÿ%`•hÁȈÿÿ¼gDf˜hÁȈÿÿ%`•ÀȈÿÿÀgDf˜ÀȈÿÿ%`• ËˆÿÿÄgDf˜ Ëˆÿÿ%`•h¡ËˆÿÿÈgDf˜h¡Ëˆÿÿ%`•ТˈÿÿÌgDf˜Ð¢Ëˆÿÿ%`•8¤ËˆÿÿÐgDf˜8¤Ëˆÿÿ%`• ¥ËˆÿÿÔgDf˜ ¥Ëˆÿÿ%`•§ËˆÿÿØgDf˜§Ëˆÿÿ%`•p¨ËˆÿÿÜgDf˜p¨Ëˆÿÿ%`•ةˈÿÿàgDf˜Ø©Ëˆÿÿ%`•@«ËˆÿÿägDf˜@«Ëˆÿÿ%`•¨¬ËˆÿÿègDf˜¨¬Ëˆÿÿ%`•®ËˆÿÿìgDf˜®Ëˆÿÿ%`•ÎȈÿÿôgDf˜ÎȈÿÿ%`•¨ÌȈÿÿøgDf˜¨ÌȈÿÿ%`•@ËȈÿÿügDf˜@ËȈÿÿ%`•ØÉȈÿÿ gDf˜ØÉȈÿÿ%`•pÈȈÿÿ gDf˜pÈȈÿÿ%`•ÇȈÿÿ gDf˜ÇȈÿÿ%`• ÅȈÿÿ gDf˜ ÅȈÿÿ%`•׈ÿÿ gDf˜×ˆÿÿ%`•p؈ÿÿ gDf˜p؈ÿÿ%`•ØÙˆÿÿ gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ gDf˜¨Üˆÿÿ%`•Þˆÿÿ $gDf˜Þˆÿÿ%`•îˆÿÿ (gDf˜îˆÿÿ%`•¨ìˆÿÿ ,gDf˜¨ìˆÿÿ%`•@ëˆÿÿ 0gDf˜@ëˆÿÿ%`•Øéˆÿÿ 4gDf˜Øéˆÿÿ%`•pˆhˆÿÿ 8gDf˜pˆhˆÿÿ%`•‡hˆÿÿ <gDf˜‡hˆÿÿ%`• …hˆÿÿ @gDf˜ …hˆÿÿ%`•8„hˆÿÿ DgDf˜8„hˆÿÿ%`•Ђhˆÿÿ HgDf˜Ð‚hˆÿÿ%`•hhˆÿÿ LgDf˜hhˆÿÿ%`•€hˆÿÿ PgDf˜€hˆÿÿ%`•Žhˆÿÿ TgDf˜Žhˆÿÿ%`•¨Œhˆÿÿ XgDf˜¨Œhˆÿÿ%`•@‹hˆÿÿ \gDf˜@‹hˆÿÿ%`•؉hˆÿÿ `gDf˜Ø‰hˆÿÿ%`•בˆÿÿ dgDf˜בˆÿÿ%`• Õ‘ˆÿÿ hgDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ lgDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿ pgDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿ tgDf˜hÑ‘ˆÿÿ%`•Бˆÿÿ xgDf˜Ð‘ˆÿÿ%`•Pˆÿÿ |gDf˜Pˆÿÿ%`•hQˆÿÿ €gDf˜hQˆÿÿ%`•ÐRˆÿÿ „gDf˜ÐRˆÿÿ%`•8Tˆÿÿ ˆgDf˜8Tˆÿÿ%`•8äS ˆÿÿ ŒgDf˜8äS ˆÿÿ%`•ÐâS ˆÿÿ gDf˜ÐâS ˆÿÿ%`•háS ˆÿÿ ”gDf˜háS ˆÿÿ%`•àS ˆÿÿ ˜gDf˜àS ˆÿÿ%`•0£ˆÿÿ œgDf˜0£ˆÿÿ%`•h1£ˆÿÿ  gDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿ ¤gDf˜Ð2£ˆÿÿ%`•84£ˆÿÿ ¨gDf˜84£ˆÿÿ%`• 5£ˆÿÿ ¬gDf˜ 5£ˆÿÿ%`•7£ˆÿÿ °gDf˜7£ˆÿÿ%`•p8£ˆÿÿ ´gDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿ ¸gDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿ ¼gDf˜@;£ˆÿÿ%`•¨<£ˆÿÿ ÀgDf˜¨<£ˆÿÿ%`•>£ˆÿÿ ÄgDf˜>£ˆÿÿ%`•°Gˆÿÿ ÈgDf˜°Gˆÿÿ%`•h±Gˆÿÿ ÌgDf˜h±Gˆÿÿ%`•вGˆÿÿ ÐgDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ ÔgDf˜8´Gˆÿÿ%`• µGˆÿÿ ØgDf˜ µGˆÿÿ%`•·Gˆÿÿ ÜgDf˜·Gˆÿÿ%`•p¸Gˆÿÿ àgDf˜p¸Gˆÿÿ%`•عGˆÿÿ ägDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ ègDf˜@»Gˆÿÿ%`•¨¼Gˆÿÿ ìgDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ ðgDf˜¾Gˆÿÿ%`•îS ˆÿÿ ôgDf˜îS ˆÿÿ%`•¨ìS ˆÿÿ øgDf˜¨ìS ˆÿÿ%`•@ëS ˆÿÿ ügDf˜@ëS ˆÿÿ%`•ØéS ˆÿÿ!gDf˜ØéS ˆÿÿ%`•pèS ˆÿÿ!gDf˜pèS ˆÿÿ%`•çS ˆÿÿ!gDf˜çS ˆÿÿ%`• åS ˆÿÿ! gDf˜ åS ˆÿÿ%`• Uˆÿÿ!gDf˜ Uˆÿÿ%`•Wˆÿÿ!gDf˜Wˆÿÿ%`•pXˆÿÿ!gDf˜pXˆÿÿ%`•ØYˆÿÿ!gDf˜ØYˆÿÿ%`•@[ˆÿÿ! gDf˜@[ˆÿÿ%`•¨\ˆÿÿ!$gDf˜¨\ˆÿÿ%`•^ˆÿÿ!(gDf˜^ˆÿÿ%`•Þ‘ˆÿÿ!,gDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿ!0gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ!4gDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ!8gDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ!<gDf˜pØ‘ˆÿÿ%`• Å§ˆÿÿ!@gDf˜ Å§ˆÿÿ%`•8ħˆÿÿ!DgDf˜8ħˆÿÿ%`•Чˆÿÿ!HgDf˜Ð§ˆÿÿ%`•hÁ§ˆÿÿ!LgDf˜hÁ§ˆÿÿ%`•À§ˆÿÿ!PgDf˜À§ˆÿÿ%`•Χˆÿÿ!TgDf˜Χˆÿÿ%`•¨Ì§ˆÿÿ!XgDf˜¨Ì§ˆÿÿ%`•@˧ˆÿÿ!\gDf˜@˧ˆÿÿ%`•ØÉ§ˆÿÿ!`gDf˜ØÉ§ˆÿÿ%`•pȧˆÿÿ!dgDf˜pȧˆÿÿ%`•ǧˆÿÿ!hgDf˜ǧˆÿÿ%`•>™ˆÿÿ!lgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!pgDf˜¨<™ˆÿÿ%`•`ˆÿÿ!tgDf˜`ˆÿÿ%`•haˆÿÿ!xgDf˜haˆÿÿ%`•Ðbˆÿÿ!|gDf˜Ðbˆÿÿ%`•8dˆÿÿ!€gDf˜8dˆÿÿ%`• eˆÿÿ!„gDf˜ eˆÿÿ%`•gˆÿÿ!ˆgDf˜gˆÿÿ%`•phˆÿÿ!ŒgDf˜phˆÿÿ%`•Øiˆÿÿ!gDf˜Øiˆÿÿ%`•‡Ëˆÿÿ!”gDf˜‡Ëˆÿÿ%`•€Ëˆÿÿ!˜gDf˜€Ëˆÿÿ%`•  ˆÿÿ!œgDf˜  ˆÿÿ%`•h¡ ˆÿÿ! gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ!¤gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ!¨gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ!¬gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ!°gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ!´gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ!¸gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ!¼gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ!ÀgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ!ÄgDf˜® ˆÿÿ%`•`ñ ˆÿÿ!ÈgDf˜`ñ ˆÿÿ%`•hañ ˆÿÿ!ÌgDf˜hañ ˆÿÿ%`•Ðbñ ˆÿÿ!ÐgDf˜Ðbñ ˆÿÿ%`•8dñ ˆÿÿ!ÔgDf˜8dñ ˆÿÿ%`• eñ ˆÿÿ!ØgDf˜ eñ ˆÿÿ%`•gñ ˆÿÿ!ÜgDf˜gñ ˆÿÿ%`•phñ ˆÿÿ!àgDf˜phñ ˆÿÿ%`•Øiñ ˆÿÿ!ägDf˜Øiñ ˆÿÿ%`•@kñ ˆÿÿ!ègDf˜@kñ ˆÿÿ%`•¨lñ ˆÿÿ!ìgDf˜¨lñ ˆÿÿ%`•nñ ˆÿÿ!ðgDf˜nñ ˆÿÿ%`• …ˈÿÿ!ôgDf˜ …ˈÿÿ%`•8„ˈÿÿ!øgDf˜8„ˈÿÿ%`•ЂËˆÿÿ!ügDf˜Ð‚ˈÿÿ%`•hˈÿÿ"gDf˜hˈÿÿ%`•ŽËˆÿÿ"gDf˜ŽËˆÿÿ%`•¨ŒËˆÿÿ"gDf˜¨ŒËˆÿÿ%`•@‹Ëˆÿÿ" gDf˜@‹Ëˆÿÿ%`•؉ˈÿÿ"gDf˜Ø‰Ëˆÿÿ%`•pˆËˆÿÿ"gDf˜pˆËˆÿÿ%`•@kˆÿÿ"gDf˜@kˆÿÿ%`•¨lˆÿÿ"gDf˜¨lˆÿÿ%`•nˆÿÿ" gDf˜nˆÿÿ%`•àˆÿÿ"$gDf˜àˆÿÿ%`•háˆÿÿ"(gDf˜háˆÿÿ%`•Ðâˆÿÿ",gDf˜Ðâˆÿÿ%`•8äˆÿÿ"0gDf˜8äˆÿÿ%`• åˆÿÿ"4gDf˜ åˆÿÿ%`•çˆÿÿ"8gDf˜çˆÿÿ%`•pèˆÿÿ"<gDf˜pèˆÿÿ%`• Õˆÿÿ"@gDf˜ Õˆÿÿ%`•8Ôˆÿÿ"DgDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ"HgDf˜ÐÒˆÿÿ%`•hшÿÿ"LgDf˜hшÿÿ%`•Јÿÿ"PgDf˜Ðˆÿÿ%`•Þˆÿÿ"TgDf˜Þˆÿÿ%`•¨Üˆÿÿ"XgDf˜¨Üˆÿÿ%`•@Ûˆÿÿ"\gDf˜@Ûˆÿÿ%`•ØÙˆÿÿ"`gDf˜ØÙˆÿÿ%`•p؈ÿÿ"dgDf˜p؈ÿÿ%`•׈ÿÿ"hgDf˜×ˆÿÿ%`•Øéˆÿÿ"lgDf˜Øéˆÿÿ%`•@ëˆÿÿ"pgDf˜@ëˆÿÿ%`•¨ìˆÿÿ"tgDf˜¨ìˆÿÿ%`•îˆÿÿ"xgDf˜îˆÿÿ%`•Žhˆÿÿ"|gDf˜Žhˆÿÿ%`•€hˆÿÿ"€gDf˜€hˆÿÿ%`•hhˆÿÿ"„gDf˜hhˆÿÿ%`•Ђhˆÿÿ"ˆgDf˜Ð‚hˆÿÿ%`•8„hˆÿÿ"ŒgDf˜8„hˆÿÿ%`• …hˆÿÿ"gDf˜ …hˆÿÿ%`•‡hˆÿÿ"”gDf˜‡hˆÿÿ%`•pˆhˆÿÿ"˜gDf˜pˆhˆÿÿ%`•@ˆÿÿ"œgDf˜@ˆÿÿ%`•hAˆÿÿ" gDf˜hAˆÿÿ%`•ÐBˆÿÿ"¤gDf˜ÐBˆÿÿ%`•8Dˆÿÿ"¨gDf˜8Dˆÿÿ%`• Eˆÿÿ"¬gDf˜ Eˆÿÿ%`•Gˆÿÿ"°gDf˜Gˆÿÿ%`•pHˆÿÿ"´gDf˜pHˆÿÿ%`•ØIˆÿÿ"¸gDf˜ØIˆÿÿ%`•@Kˆÿÿ"¼gDf˜@Kˆÿÿ%`•¨Lˆÿÿ"ÀgDf˜¨Lˆÿÿ%`•Nˆÿÿ"ÄgDf˜Nˆÿÿ%`•݈ÿÿ"ÈgDf˜Ýˆÿÿ%`•h݈ÿÿ"ÌgDf˜h݈ÿÿ%`•Ð݈ÿÿ"ÐgDf˜Ð݈ÿÿ%`•8݈ÿÿ"ÔgDf˜8݈ÿÿ%`• Ýˆÿÿ"ØgDf˜ Ýˆÿÿ%`•݈ÿÿ"ÜgDf˜Ýˆÿÿ%`•p݈ÿÿ"àgDf˜p݈ÿÿ%`•ØÝˆÿÿ"ägDf˜ØÝˆÿÿ%`•@݈ÿÿ"ègDf˜@݈ÿÿ%`•¨Ýˆÿÿ"ìgDf˜¨Ýˆÿÿ%`•݈ÿÿ"ðgDf˜Ýˆÿÿ%`•؉hˆÿÿ"ôgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ"øgDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ"ügDf˜¨Œhˆÿÿ%`•Бˆÿÿ#gDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ#gDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ#gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ# gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ#gDf˜ Õ‘ˆÿÿ%`•בˆÿÿ#gDf˜בˆÿÿ%`•8Tˆÿÿ#gDf˜8Tˆÿÿ%`•ÐRˆÿÿ#gDf˜ÐRˆÿÿ%`•hQˆÿÿ# gDf˜hQˆÿÿ%`•Pˆÿÿ#$gDf˜Pˆÿÿ%`•àS ˆÿÿ#(gDf˜àS ˆÿÿ%`•háS ˆÿÿ#,gDf˜háS ˆÿÿ%`•ÐâS ˆÿÿ#0gDf˜ÐâS ˆÿÿ%`•8äS ˆÿÿ#4gDf˜8äS ˆÿÿ%`•8´Gˆÿÿ#8gDf˜8´Gˆÿÿ%`•вGˆÿÿ#<gDf˜Ð²Gˆÿÿ%`•h±Gˆÿÿ#@gDf˜h±Gˆÿÿ%`•°Gˆÿÿ#DgDf˜°Gˆÿÿ%`• ˆÿÿ#HgDf˜ ˆÿÿ%`•h!ˆÿÿ#LgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ#PgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ#TgDf˜8$ˆÿÿ%`• %ˆÿÿ#XgDf˜ %ˆÿÿ%`•'ˆÿÿ#\gDf˜'ˆÿÿ%`•p(ˆÿÿ#`gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ#dgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ#hgDf˜@+ˆÿÿ%`•¨,ˆÿÿ#lgDf˜¨,ˆÿÿ%`•.ˆÿÿ#pgDf˜.ˆÿÿ%`•¾Gˆÿÿ#tgDf˜¾Gˆÿÿ%`•¨¼Gˆÿÿ#xgDf˜¨¼Gˆÿÿ%`•@»Gˆÿÿ#|gDf˜@»Gˆÿÿ%`•عGˆÿÿ#€gDf˜Ø¹Gˆÿÿ%`•p¸Gˆÿÿ#„gDf˜p¸Gˆÿÿ%`•·Gˆÿÿ#ˆgDf˜·Gˆÿÿ%`• µGˆÿÿ#ŒgDf˜ µGˆÿÿ%`• åS ˆÿÿ#gDf˜ åS ˆÿÿ%`•çS ˆÿÿ#”gDf˜çS ˆÿÿ%`•pèS ˆÿÿ#˜gDf˜pèS ˆÿÿ%`•ØéS ˆÿÿ#œgDf˜ØéS ˆÿÿ%`•@ëS ˆÿÿ# gDf˜@ëS ˆÿÿ%`•¨ìS ˆÿÿ#¤gDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ#¨gDf˜îS ˆÿÿ%`•^ˆÿÿ#¬gDf˜^ˆÿÿ%`•¨\ˆÿÿ#°gDf˜¨\ˆÿÿ%`•@[ˆÿÿ#´gDf˜@[ˆÿÿ%`•ØYˆÿÿ#¸gDf˜ØYˆÿÿ%`•pXˆÿÿ#¼gDf˜pXˆÿÿ%`•Wˆÿÿ#ÀgDf˜Wˆÿÿ%`• Uˆÿÿ#ÄgDf˜ Uˆÿÿ%`•pØ‘ˆÿÿ#ÈgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ#ÌgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ#ÐgDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ#ÔgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ#ØgDf˜Þ‘ˆÿÿ%`•¨<™ˆÿÿ#ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ#àgDf˜>™ˆÿÿ%`•Øiˆÿÿ#ägDf˜Øiˆÿÿ%`•phˆÿÿ#ègDf˜phˆÿÿ%`•gˆÿÿ#ìgDf˜gˆÿÿ%`• eˆÿÿ#ðgDf˜ eˆÿÿ%`•8dˆÿÿ#øgDf˜8dˆÿÿ%`•Ðbˆÿÿ#ügDf˜Ðbˆÿÿ%`•haˆÿÿ$gDf˜haˆÿÿ%`•`ˆÿÿ$gDf˜`ˆÿÿ%`•€Ëˆÿÿ$gDf˜€Ëˆÿÿ%`•‡Ëˆÿÿ$ gDf˜‡Ëˆÿÿ%`•8dñ ˆÿÿ$gDf˜8dñ ˆÿÿ%`•Ðbñ ˆÿÿ$gDf˜Ðbñ ˆÿÿ%`•hañ ˆÿÿ$gDf˜hañ ˆÿÿ%`•`ñ ˆÿÿ$gDf˜`ñ ˆÿÿ%`•0͈ÿÿ$ gDf˜0͈ÿÿ%`•h1͈ÿÿ$$gDf˜h1͈ÿÿ%`•Ð2͈ÿÿ$(gDf˜Ð2͈ÿÿ%`•84͈ÿÿ$,gDf˜84͈ÿÿ%`• 5͈ÿÿ$0gDf˜ 5͈ÿÿ%`•7͈ÿÿ$4gDf˜7͈ÿÿ%`•p8͈ÿÿ$8gDf˜p8͈ÿÿ%`•Ø9͈ÿÿ$<gDf˜Ø9͈ÿÿ%`•@;͈ÿÿ$@gDf˜@;͈ÿÿ%`•¨<͈ÿÿ$DgDf˜¨<͈ÿÿ%`•>͈ÿÿ$HgDf˜>͈ÿÿ%`•  ˆÿÿ$LgDf˜  ˆÿÿ%`•h¡ ˆÿÿ$PgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ$TgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ$XgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ$\gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ$`gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ$dgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ$hgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ$lgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ$pgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ$tgDf˜® ˆÿÿ%`•nñ ˆÿÿ$xgDf˜nñ ˆÿÿ%`•¨lñ ˆÿÿ$|gDf˜¨lñ ˆÿÿ%`•@kñ ˆÿÿ$€gDf˜@kñ ˆÿÿ%`•Øiñ ˆÿÿ$„gDf˜Øiñ ˆÿÿ%`•phñ ˆÿÿ$ˆgDf˜phñ ˆÿÿ%`•gñ ˆÿÿ$ŒgDf˜gñ ˆÿÿ%`• eñ ˆÿÿ$gDf˜ eñ ˆÿÿ%`•pˆËˆÿÿ$”gDf˜pˆËˆÿÿ%`•؉ˈÿÿ$˜gDf˜Ø‰Ëˆÿÿ%`•@‹Ëˆÿÿ$œgDf˜@‹Ëˆÿÿ%`•¨ŒËˆÿÿ$ gDf˜¨ŒËˆÿÿ%`•ŽËˆÿÿ$¤gDf˜ŽËˆÿÿ%`•hˈÿÿ$¨gDf˜hˈÿÿ%`•ЂËˆÿÿ$¬gDf˜Ð‚ˈÿÿ%`•8„ˈÿÿ$°gDf˜8„ˈÿÿ%`• …ˈÿÿ$´gDf˜ …ˈÿÿ%`•nˆÿÿ$¸gDf˜nˆÿÿ%`•¨lˆÿÿ$¼gDf˜¨lˆÿÿ%`•@kˆÿÿ$ÀgDf˜@kˆÿÿ%`•pèˆÿÿ$ÄgDf˜pèˆÿÿ%`•çˆÿÿ$ÈgDf˜çˆÿÿ%`• åˆÿÿ$ÌgDf˜ åˆÿÿ%`•8äˆÿÿ$ÐgDf˜8äˆÿÿ%`•Ðâˆÿÿ$ÔgDf˜Ðâˆÿÿ%`•îˆÿÿ$ØgDf˜îˆÿÿ%`•¨ìˆÿÿ$ÜgDf˜¨ìˆÿÿ%`•@ëˆÿÿ$àgDf˜@ëˆÿÿ%`•Øéˆÿÿ$ägDf˜Øéˆÿÿ%`•háˆÿÿ$ègDf˜háˆÿÿ%`•àˆÿÿ$ìgDf˜àˆÿÿ%`•pˆhˆÿÿ$ðgDf˜pˆhˆÿÿ%`•‡hˆÿÿ$ôgDf˜‡hˆÿÿ%`• …hˆÿÿ$øgDf˜ …hˆÿÿ%`•8„hˆÿÿ$ügDf˜8„hˆÿÿ%`•Ђhˆÿÿ%gDf˜Ð‚hˆÿÿ%`•hhˆÿÿ%gDf˜hhˆÿÿ%`•€hˆÿÿ%gDf˜€hˆÿÿ%`•Žhˆÿÿ% gDf˜Žhˆÿÿ%`•8݈ÿÿ%gDf˜8݈ÿÿ%`•Ð݈ÿÿ%gDf˜Ð݈ÿÿ%`•h݈ÿÿ%gDf˜h݈ÿÿ%`•݈ÿÿ%gDf˜Ýˆÿÿ%`•PLˆÿÿ% gDf˜PLˆÿÿ%`•hQLˆÿÿ%$gDf˜hQLˆÿÿ%`•ÐRLˆÿÿ%(gDf˜ÐRLˆÿÿ%`•8TLˆÿÿ%,gDf˜8TLˆÿÿ%`• ULˆÿÿ%0gDf˜ ULˆÿÿ%`•WLˆÿÿ%4gDf˜WLˆÿÿ%`•pXLˆÿÿ%8gDf˜pXLˆÿÿ%`•ØYLˆÿÿ%<gDf˜ØYLˆÿÿ%`•@[Lˆÿÿ%@gDf˜@[Lˆÿÿ%`•¨\Lˆÿÿ%DgDf˜¨\Lˆÿÿ%`•^Lˆÿÿ%HgDf˜^Lˆÿÿ%`•@ˆÿÿ%LgDf˜@ˆÿÿ%`•hAˆÿÿ%PgDf˜hAˆÿÿ%`•ÐBˆÿÿ%TgDf˜ÐBˆÿÿ%`•8Dˆÿÿ%XgDf˜8Dˆÿÿ%`• Eˆÿÿ%\gDf˜ Eˆÿÿ%`•Gˆÿÿ%`gDf˜Gˆÿÿ%`•pHˆÿÿ%dgDf˜pHˆÿÿ%`•ØIˆÿÿ%hgDf˜ØIˆÿÿ%`•@Kˆÿÿ%lgDf˜@Kˆÿÿ%`•¨Lˆÿÿ%pgDf˜¨Lˆÿÿ%`•Nˆÿÿ%tgDf˜Nˆÿÿ%`•݈ÿÿ%xgDf˜Ýˆÿÿ%`•¨Ýˆÿÿ%|gDf˜¨Ýˆÿÿ%`•@݈ÿÿ%€gDf˜@݈ÿÿ%`•ØÝˆÿÿ%„gDf˜ØÝˆÿÿ%`•p݈ÿÿ%ˆgDf˜p݈ÿÿ%`•݈ÿÿ%ŒgDf˜Ýˆÿÿ%`• Ýˆÿÿ%gDf˜ Ýˆÿÿ%`•¨Œhˆÿÿ%”gDf˜¨Œhˆÿÿ%`•@‹hˆÿÿ%˜gDf˜@‹hˆÿÿ%`•؉hˆÿÿ%œgDf˜Ø‰hˆÿÿ%`•בˆÿÿ% gDf˜בˆÿÿ%`• Õ‘ˆÿÿ%¤gDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ%¨gDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿ%¬gDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿ%°gDf˜hÑ‘ˆÿÿ%`•Бˆÿÿ%´gDf˜Ð‘ˆÿÿ%`•Pˆÿÿ%¸gDf˜Pˆÿÿ%`•hQˆÿÿ%¼gDf˜hQˆÿÿ%`•ÐRˆÿÿ%ÀgDf˜ÐRˆÿÿ%`•8Tˆÿÿ%ÄgDf˜8Tˆÿÿ%`•8äS ˆÿÿ%ÈgDf˜8äS ˆÿÿ%`•ÐâS ˆÿÿ%ÌgDf˜ÐâS ˆÿÿ%`•háS ˆÿÿ%ÐgDf˜háS ˆÿÿ%`•àS ˆÿÿ%ÔgDf˜àS ˆÿÿ%`•îS ˆÿÿ%ØgDf˜îS ˆÿÿ%`•¨ìS ˆÿÿ%ÜgDf˜¨ìS ˆÿÿ%`•@ëS ˆÿÿ%àgDf˜@ëS ˆÿÿ%`•ØéS ˆÿÿ%ägDf˜ØéS ˆÿÿ%`•pèS ˆÿÿ%ègDf˜pèS ˆÿÿ%`•çS ˆÿÿ%ìgDf˜çS ˆÿÿ%`• åS ˆÿÿ%ðgDf˜ åS ˆÿÿ%`• Uˆÿÿ%ôgDf˜ Uˆÿÿ%`•Wˆÿÿ%øgDf˜Wˆÿÿ%`•pXˆÿÿ%ügDf˜pXˆÿÿ%`•ØYˆÿÿ&gDf˜ØYˆÿÿ%`•@[ˆÿÿ&gDf˜@[ˆÿÿ%`•¨\ˆÿÿ&gDf˜¨\ˆÿÿ%`•^ˆÿÿ& gDf˜^ˆÿÿ%`•¨Ü‘ˆÿÿ&gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ&gDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ&gDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ&gDf˜pØ‘ˆÿÿ%`•£ˆÿÿ& gDf˜£ˆÿÿ%`•h£ˆÿÿ&$gDf˜h£ˆÿÿ%`•Уˆÿÿ&(gDf˜Ð£ˆÿÿ%`•8£ˆÿÿ&,gDf˜8£ˆÿÿ%`• £ˆÿÿ&0gDf˜ £ˆÿÿ%`•£ˆÿÿ&4gDf˜£ˆÿÿ%`•p£ˆÿÿ&8gDf˜p£ˆÿÿ%`•Ø£ˆÿÿ&<gDf˜Ø£ˆÿÿ%`•@£ˆÿÿ&@gDf˜@£ˆÿÿ%`•¨£ˆÿÿ&DgDf˜¨£ˆÿÿ%`•£ˆÿÿ&HgDf˜£ˆÿÿ%`•àˆÿÿ&LgDf˜àˆÿÿ%`•háˆÿÿ&PgDf˜háˆÿÿ%`•Ðâˆÿÿ&TgDf˜Ðâˆÿÿ%`•8äˆÿÿ&XgDf˜8äˆÿÿ%`• åˆÿÿ&\gDf˜ åˆÿÿ%`•çˆÿÿ&`gDf˜çˆÿÿ%`•pèˆÿÿ&dgDf˜pèˆÿÿ%`•Øéˆÿÿ&hgDf˜Øéˆÿÿ%`•@ëˆÿÿ&lgDf˜@ëˆÿÿ%`•¨ìˆÿÿ&pgDf˜¨ìˆÿÿ%`•îˆÿÿ&tgDf˜îˆÿÿ%`•Þ‘ˆÿÿ&xgDf˜Þ‘ˆÿÿ%`•>™ˆÿÿ&|gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&€gDf˜'ˆÿÿ%`•Ðâˆÿÿ&„ÜgDf˜Ðâˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'`gDf˜'ˆÿÿ%`•Ðâˆÿÿ'dŒgDf˜Ðâˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'ðgDf˜'ˆÿÿ%`•háˆÿÿ7ôgDf˜háˆÿÿ%`•Ðâˆÿÿ8ø gDf˜Ðâˆÿÿ%`•Ðâˆÿÿ gDf˜Ðâˆÿÿ%`•Ðâˆÿÿ'ôgDf˜Ðâˆÿÿ%`•háˆÿÿ'ügDf˜háˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•háˆÿÿ(\gDf˜háˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(xgDf˜'ˆÿÿ%`•háˆÿÿ(| gDf˜háˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(œgDf˜'ˆÿÿ%`•háˆÿÿ( @gDf˜háˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(àgDf˜'ˆÿÿ%`•háˆÿÿ(ägDf˜háˆÿÿ%`•háˆÿÿ(ègDf˜háˆÿÿ%`•háˆÿÿ(ìgDf˜háˆÿÿ%`•háˆÿÿ(ðgDf˜háˆÿÿ%`•háˆÿÿ(ôgDf˜háˆÿÿ%`•háˆÿÿ(øgDf˜háˆÿÿ%`•8äˆÿÿ(ügDf˜8äˆÿÿ%`•8äˆÿÿ)gDf˜8äˆÿÿ%`•háˆÿÿ)gDf˜háˆÿÿ%`• åˆÿÿ)gDf˜ åˆÿÿ%`•çˆÿÿ) gDf˜çˆÿÿ%`•Ðâˆÿÿ)gDf˜Ðâˆÿÿ%`•àˆÿÿ)gDf˜àˆÿÿ%`•pèˆÿÿ)gDf˜pèˆÿÿ%`•Øéˆÿÿ)gDf˜Øéˆÿÿ%`•Øéˆÿÿ) gDf˜Øéˆÿÿ%`•pèˆÿÿ)$gDf˜pèˆÿÿ%`•àˆÿÿ)(gDf˜àˆÿÿ%`•Ðâˆÿÿ),gDf˜Ðâˆÿÿ%`•çˆÿÿ)0gDf˜çˆÿÿ%`• åˆÿÿ)4gDf˜ åˆÿÿ%`•háˆÿÿ)8gDf˜háˆÿÿ%`•8äˆÿÿ)<gDf˜8äˆÿÿ%`•@ëˆÿÿ)@gDf˜@ëˆÿÿ%`•¨ìˆÿÿ)DgDf˜¨ìˆÿÿ%`•îˆÿÿ)HgDf˜îˆÿÿ%`•>™ˆÿÿ)LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ)PgDf˜¨<™ˆÿÿ%`•Бˆÿÿ)TgDf˜Ð‘ˆÿÿ%`•hÑ‘ˆÿÿ)XgDf˜hÑ‘ˆÿÿ%`•ÐÒ‘ˆÿÿ)\gDf˜ÐÒ‘ˆÿÿ%`•8Ô‘ˆÿÿ)`gDf˜8Ô‘ˆÿÿ%`• Õ‘ˆÿÿ)dgDf˜ Õ‘ˆÿÿ%`•בˆÿÿ)hgDf˜בˆÿÿ%`•pØ‘ˆÿÿ)lgDf˜pØ‘ˆÿÿ%`•ØÙ‘ˆÿÿ)pgDf˜ØÙ‘ˆÿÿ%`•@Û‘ˆÿÿ)tgDf˜@Û‘ˆÿÿ%`•¨Ü‘ˆÿÿ)xgDf˜¨Ü‘ˆÿÿ%`•Þ‘ˆÿÿ)|gDf˜Þ‘ˆÿÿ%`•Þ‘ˆÿÿ)€gDf˜Þ‘ˆÿÿ%`•¨Ü‘ˆÿÿ)„gDf˜¨Ü‘ˆÿÿ%`•@Û‘ˆÿÿ)ˆgDf˜@Û‘ˆÿÿ%`•ØÙ‘ˆÿÿ)ŒgDf˜ØÙ‘ˆÿÿ%`•pØ‘ˆÿÿ)gDf˜pØ‘ˆÿÿ%`•בˆÿÿ)”gDf˜בˆÿÿ%`• Õ‘ˆÿÿ)˜gDf˜ Õ‘ˆÿÿ%`•8Ô‘ˆÿÿ)œgDf˜8Ô‘ˆÿÿ%`•ÐÒ‘ˆÿÿ) gDf˜ÐÒ‘ˆÿÿ%`•hÑ‘ˆÿÿ)¤gDf˜hÑ‘ˆÿÿ%`•Бˆÿÿ)¨gDf˜Ð‘ˆÿÿ%`•¨<™ˆÿÿ)¬gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ)°gDf˜>™ˆÿÿ%`• ˆÿÿ)´gDf˜ ˆÿÿ%`•h ˆÿÿ)¸gDf˜h ˆÿÿ%`•Ð ˆÿÿ)¼gDf˜Ð ˆÿÿ%`•8 ˆÿÿ)ÀgDf˜8 ˆÿÿ%`•  ˆÿÿ)ÄgDf˜  ˆÿÿ%`• ˆÿÿ)ÈgDf˜ ˆÿÿ%`•p ˆÿÿ)ÌgDf˜p ˆÿÿ%`•Ø ˆÿÿ)ÐgDf˜Ø ˆÿÿ%`•@ ˆÿÿ)ÔgDf˜@ ˆÿÿ%`•¨ ˆÿÿ)ØgDf˜¨ ˆÿÿ%`• ˆÿÿ)ÜgDf˜ ˆÿÿ%`• þ ˆÿÿ)àgDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ)ägDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ)ègDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ)ìgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ)ðgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ)ôgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ)øgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ)ügDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ*gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ*gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ*gDf˜®þ ˆÿÿ%`•Bˆÿÿ* gDf˜Bˆÿÿ%`•hBˆÿÿ*gDf˜hBˆÿÿ%`•ÐBˆÿÿ*gDf˜ÐBˆÿÿ%`•8Bˆÿÿ*gDf˜8Bˆÿÿ%`• Bˆÿÿ*gDf˜ Bˆÿÿ%`•Bˆÿÿ* gDf˜Bˆÿÿ%`•pBˆÿÿ*$gDf˜pBˆÿÿ%`•ØBˆÿÿ*(gDf˜ØBˆÿÿ%`•@Bˆÿÿ*,gDf˜@Bˆÿÿ%`•¨Bˆÿÿ*0gDf˜¨Bˆÿÿ%`•Bˆÿÿ*4gDf˜Bˆÿÿ%`•Àˆÿÿ*8gDf˜Àˆÿÿ%`•hÁˆÿÿ*<gDf˜hÁˆÿÿ%`•Јÿÿ*@gDf˜Ðˆÿÿ%`•8Ĉÿÿ*DgDf˜8Ĉÿÿ%`• Åˆÿÿ*HgDf˜ Åˆÿÿ%`•Ljÿÿ*LgDf˜Çˆÿÿ%`•pȈÿÿ*PgDf˜pȈÿÿ%`•ØÉˆÿÿ*TgDf˜ØÉˆÿÿ%`•@ˈÿÿ*XgDf˜@ˈÿÿ%`•¨Ìˆÿÿ*\gDf˜¨Ìˆÿÿ%`•Έÿÿ*`gDf˜Îˆÿÿ%`•ÀÖˆÿÿ*dgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ*hgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ*lgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ*pgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ*tgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ*xgDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ*|gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ*€gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ*„gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ*ˆgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ*ŒgDf˜ÎÖˆÿÿ%`•>™ˆÿÿ*gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ*”gDf˜¨<™ˆÿÿ%`•Bˆÿÿ*˜gDf˜Bˆÿÿ%`• Bˆÿÿ*œgDf˜ Bˆÿÿ%`•8Bˆÿÿ* gDf˜8Bˆÿÿ%`•ÐBˆÿÿ*¤gDf˜ÐBˆÿÿ%`•hBˆÿÿ*¨gDf˜hBˆÿÿ%`•Bˆÿÿ*¬gDf˜Bˆÿÿ%`•Ð7ˆÿÿ*°gDf˜Ð7ˆÿÿ%`•hÑ7ˆÿÿ*´gDf˜hÑ7ˆÿÿ%`•ÐÒ7ˆÿÿ*¸gDf˜ÐÒ7ˆÿÿ%`•8Ô7ˆÿÿ*¼gDf˜8Ô7ˆÿÿ%`• Õ7ˆÿÿ*ÀgDf˜ Õ7ˆÿÿ%`•×7ˆÿÿ*ÄgDf˜×7ˆÿÿ%`•pØ7ˆÿÿ*ÈgDf˜pØ7ˆÿÿ%`•ØÙ7ˆÿÿ*ÌgDf˜ØÙ7ˆÿÿ%`•@Û7ˆÿÿ*ÐgDf˜@Û7ˆÿÿ%`•¨Ü7ˆÿÿ*ÔgDf˜¨Ü7ˆÿÿ%`•Þ7ˆÿÿ*ØgDf˜Þ7ˆÿÿ%`• ˆÿÿ*ÜgDf˜ ˆÿÿ%`•h ˆÿÿ*àgDf˜h ˆÿÿ%`•Ð ˆÿÿ*ägDf˜Ð ˆÿÿ%`•8 ˆÿÿ*ègDf˜8 ˆÿÿ%`•  ˆÿÿ*ìgDf˜  ˆÿÿ%`• ˆÿÿ*ðgDf˜ ˆÿÿ%`•p ˆÿÿ*ôgDf˜p ˆÿÿ%`•Ø  ˆÿÿ*øgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ*ügDf˜@  ˆÿÿ%`•¨  ˆÿÿ+gDf˜¨  ˆÿÿ%`• ˆÿÿ+gDf˜ ˆÿÿ%`•àS ˆÿÿ+gDf˜àS ˆÿÿ%`•háS ˆÿÿ+ gDf˜háS ˆÿÿ%`•ÐâS ˆÿÿ+gDf˜ÐâS ˆÿÿ%`•8äS ˆÿÿ+gDf˜8äS ˆÿÿ%`• åS ˆÿÿ+gDf˜ åS ˆÿÿ%`•çS ˆÿÿ+gDf˜çS ˆÿÿ%`•pèS ˆÿÿ+ gDf˜pèS ˆÿÿ%`•ØéS ˆÿÿ+$gDf˜ØéS ˆÿÿ%`•@ëS ˆÿÿ+(gDf˜@ëS ˆÿÿ%`•¨ìS ˆÿÿ+,gDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ+0gDf˜îS ˆÿÿ%`•p]ˆÿÿ+4gDf˜p]ˆÿÿ%`•hq]ˆÿÿ+8gDf˜hq]ˆÿÿ%`•Ðr]ˆÿÿ+<gDf˜Ðr]ˆÿÿ%`•8t]ˆÿÿ+@gDf˜8t]ˆÿÿ%`• u]ˆÿÿ+DgDf˜ u]ˆÿÿ%`•w]ˆÿÿ+HgDf˜w]ˆÿÿ%`•px]ˆÿÿ+LgDf˜px]ˆÿÿ%`•Øy]ˆÿÿ+PgDf˜Øy]ˆÿÿ%`•@{]ˆÿÿ+TgDf˜@{]ˆÿÿ%`•¨|]ˆÿÿ+XgDf˜¨|]ˆÿÿ%`•~]ˆÿÿ+\gDf˜~]ˆÿÿ%`• Ëˆÿÿ+`gDf˜ Ëˆÿÿ%`•h¡Ëˆÿÿ+dgDf˜h¡Ëˆÿÿ%`•Тˈÿÿ+hgDf˜Ð¢Ëˆÿÿ%`•8¤Ëˆÿÿ+lgDf˜8¤Ëˆÿÿ%`• ¥Ëˆÿÿ+pgDf˜ ¥Ëˆÿÿ%`•§Ëˆÿÿ+tgDf˜§Ëˆÿÿ%`•p¨Ëˆÿÿ+xgDf˜p¨Ëˆÿÿ%`•ةˈÿÿ+|gDf˜Ø©Ëˆÿÿ%`•@«Ëˆÿÿ+€gDf˜@«Ëˆÿÿ%`•¨¬Ëˆÿÿ+„gDf˜¨¬Ëˆÿÿ%`•®Ëˆÿÿ+ˆgDf˜®Ëˆÿÿ%`•Ð6ˆÿÿ+ŒgDf˜Ð6ˆÿÿ%`•hÑ6ˆÿÿ+gDf˜hÑ6ˆÿÿ%`•ÐÒ6ˆÿÿ+”gDf˜ÐÒ6ˆÿÿ%`•8Ô6ˆÿÿ+˜gDf˜8Ô6ˆÿÿ%`• Õ6ˆÿÿ+œgDf˜ Õ6ˆÿÿ%`•×6ˆÿÿ+ gDf˜×6ˆÿÿ%`•pØ6ˆÿÿ+¤gDf˜pØ6ˆÿÿ%`•ØÙ6ˆÿÿ+¨gDf˜ØÙ6ˆÿÿ%`•@Û6ˆÿÿ+¬gDf˜@Û6ˆÿÿ%`•¨Ü6ˆÿÿ+°gDf˜¨Ü6ˆÿÿ%`•Þ6ˆÿÿ+´gDf˜Þ6ˆÿÿ%`•ˆÿÿ+¸gDf˜ˆÿÿ%`•hˆÿÿ+¼gDf˜hˆÿÿ%`•Јÿÿ+ÀgDf˜Ðˆÿÿ%`•8ˆÿÿ+ÄgDf˜8ˆÿÿ%`• ˆÿÿ+ÈgDf˜ ˆÿÿ%`•ˆÿÿ+ÌgDf˜ˆÿÿ%`•pˆÿÿ+ÐgDf˜pˆÿÿ%`•Ø ˆÿÿ+ÔgDf˜Ø ˆÿÿ%`•@ ˆÿÿ+ØgDf˜@ ˆÿÿ%`•¨ ˆÿÿ+ÜgDf˜¨ ˆÿÿ%`•ˆÿÿ+àgDf˜ˆÿÿ%`•@шÿÿ+ägDf˜@шÿÿ%`•hAшÿÿ+ègDf˜hAшÿÿ%`•ÐBшÿÿ+ìgDf˜ÐBшÿÿ%`•8Dшÿÿ+ðgDf˜8Dшÿÿ%`• Eшÿÿ+ôgDf˜ Eшÿÿ%`•Gшÿÿ+øgDf˜Gшÿÿ%`•pHшÿÿ,gDf˜pHшÿÿ%`•ØIшÿÿ,gDf˜ØIшÿÿ%`•@Kшÿÿ,gDf˜@Kшÿÿ%`•¨Lшÿÿ, gDf˜¨Lшÿÿ%`•Nшÿÿ,gDf˜Nшÿÿ%`• #ˆÿÿ,gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ,gDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ,gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ, gDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ,$gDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ,(gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ,,gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ,0gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ,4gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ,8gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ,<gDf˜®#ˆÿÿ%`•Àˆÿÿ,@gDf˜Àˆÿÿ%`•hÁˆÿÿ,DgDf˜hÁˆÿÿ%`•Јÿÿ,HgDf˜Ðˆÿÿ%`•8Ĉÿÿ,LgDf˜8Ĉÿÿ%`• Åˆÿÿ,PgDf˜ Åˆÿÿ%`•Ljÿÿ,TgDf˜Çˆÿÿ%`•pȈÿÿ,XgDf˜pȈÿÿ%`•ØÉˆÿÿ,\gDf˜ØÉˆÿÿ%`•@ˈÿÿ,`gDf˜@ˈÿÿ%`•¨Ìˆÿÿ,dgDf˜¨Ìˆÿÿ%`•Έÿÿ,hgDf˜Îˆÿÿ%`•@Ȉÿÿ,lgDf˜@Ȉÿÿ%`•hAȈÿÿ,pgDf˜hAȈÿÿ%`•ÐBȈÿÿ,tgDf˜ÐBȈÿÿ%`•8DȈÿÿ,xgDf˜8DȈÿÿ%`• EȈÿÿ,|gDf˜ EȈÿÿ%`•GȈÿÿ,€gDf˜GȈÿÿ%`•pHȈÿÿ,„gDf˜pHȈÿÿ%`•ØIȈÿÿ,ˆgDf˜ØIȈÿÿ%`•@KȈÿÿ,ŒgDf˜@KȈÿÿ%`•¨LȈÿÿ,gDf˜¨LȈÿÿ%`•NȈÿÿ,”gDf˜NȈÿÿ%`•ஈÿÿ,˜gDf˜à®ˆÿÿ%`•hᮈÿÿ,œgDf˜hᮈÿÿ%`•Ð⮈ÿÿ, gDf˜Ð⮈ÿÿ%`•8䮈ÿÿ,¤gDf˜8䮈ÿÿ%`• å®ˆÿÿ,¨gDf˜ å®ˆÿÿ%`•箈ÿÿ,¬gDf˜ç®ˆÿÿ%`•p讈ÿÿ,°gDf˜p讈ÿÿ%`•Øé®ˆÿÿ,´gDf˜Øé®ˆÿÿ%`•@뮈ÿÿ,¸gDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ,¼gDf˜¨ì®ˆÿÿ%`•ÿÿ,ÀgDf˜î®ˆÿÿ%`•8Bˆÿÿ,ÄgDf˜8Bˆÿÿ%`• Bˆÿÿ,ÈgDf˜ Bˆÿÿ%`•Bˆÿÿ,ÌgDf˜Bˆÿÿ%`•Bˆÿÿ,ÐgDf˜Bˆÿÿ%`•¨Bˆÿÿ,ÔgDf˜¨Bˆÿÿ%`•@Bˆÿÿ,ØgDf˜@Bˆÿÿ%`•ØBˆÿÿ,ÜgDf˜ØBˆÿÿ%`•pBˆÿÿ,àgDf˜pBˆÿÿ%`•¨<™ˆÿÿ,ägDf˜¨<™ˆÿÿ%`•>™ˆÿÿ,ègDf˜>™ˆÿÿ%`•Àœˆÿÿ,ìgDf˜Àœˆÿÿ%`•hÁœˆÿÿ,ðgDf˜hÁœˆÿÿ%`•Мˆÿÿ,ôgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ,øgDf˜8Äœˆÿÿ%`• Åœˆÿÿ,ügDf˜ Åœˆÿÿ%`•Çœˆÿÿ-gDf˜Çœˆÿÿ%`•pÈœˆÿÿ-gDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ-gDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ- gDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ-gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ-gDf˜Μˆÿÿ%`•À¥ˆÿÿ-gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ-gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ- gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ-$gDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ-(gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ-,gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ-0gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ-4gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ-8gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ-<gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ-@gDf˜Î¥ˆÿÿ%`•Bˆÿÿ-DgDf˜Bˆÿÿ%`•hBˆÿÿ-HgDf˜hBˆÿÿ%`•ÐBˆÿÿ-LgDf˜ÐBˆÿÿ%`•pèS ˆÿÿ-PgDf˜pèS ˆÿÿ%`•çS ˆÿÿ-TgDf˜çS ˆÿÿ%`• åS ˆÿÿ-XgDf˜ åS ˆÿÿ%`•8äS ˆÿÿ-\gDf˜8äS ˆÿÿ%`•ÐâS ˆÿÿ-`gDf˜ÐâS ˆÿÿ%`•háS ˆÿÿ-dgDf˜háS ˆÿÿ%`•àS ˆÿÿ-hgDf˜àS ˆÿÿ%`•ˆÿÿ-lgDf˜ˆÿÿ%`•hˆÿÿ-pgDf˜hˆÿÿ%`•Јÿÿ-tgDf˜Ðˆÿÿ%`•8ˆÿÿ-xgDf˜8ˆÿÿ%`• ˆÿÿ-|gDf˜ ˆÿÿ%`•ˆÿÿ-€gDf˜ˆÿÿ%`•pˆÿÿ-„gDf˜pˆÿÿ%`•؈ÿÿ-ˆgDf˜Øˆÿÿ%`•@ˆÿÿ-ŒgDf˜@ˆÿÿ%`•¨ˆÿÿ-gDf˜¨ˆÿÿ%`•ˆÿÿ-”gDf˜ˆÿÿ%`•€hˆÿÿ-˜gDf˜€hˆÿÿ%`•hhˆÿÿ-œgDf˜hhˆÿÿ%`•Ђhˆÿÿ- gDf˜Ð‚hˆÿÿ%`• …hˆÿÿ-¤ügDf˜ …hˆÿÿ%`•‡hˆÿÿ/ `gDf˜‡hˆÿÿ%`•pˆhˆÿÿ0ügDf˜pˆhˆÿÿ%`•؉hˆÿÿ2ügDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ3ügDf˜@‹hˆÿÿ%`•¨Œhˆÿÿ4ügDf˜¨Œhˆÿÿ%`•Žhˆÿÿ6ügDf˜Žhˆÿÿ%`•îS ˆÿÿ8gDf˜îS ˆÿÿ%`•¨ìS ˆÿÿ8 gDf˜¨ìS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8„hˆÿÿ! gDf˜8„hˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•háS ˆÿÿ gDf˜háS ˆÿÿ%`•háS ˆÿÿ8gDf˜háS ˆÿÿ%`•¨ìS ˆÿÿ8 gDf˜¨ìS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ9 gDf˜'ˆÿÿ%`•¨ìS ˆÿÿ9$ügDf˜¨ìS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ: gDf˜'ˆÿÿ%`•¨ìS ˆÿÿ:$ègDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ<0gDf˜îS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<@gDf˜'ˆÿÿ%`•îS ˆÿÿ@ÐgDf˜¨ìS ˆÿÿ%`•háS ˆÿÿ@ügDf˜háS ˆÿÿ%`•àS ˆÿÿBgDf˜àS ˆÿÿ%`•ÐâS ˆÿÿBÐgDf˜ÐâS ˆÿÿ%`• åS ˆÿÿÔÀgDf˜ åS ˆÿÿ%`•8äS ˆÿÿ¤,gDf˜8äS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•8äS ˆÿÿzL gDf˜8äS ˆÿÿ%`•àS ˆÿÿ{gDf˜àS ˆÿÿ%`•àS ˆÿÿ gDf˜àS ˆÿÿ%`•àS ˆÿÿ/øgDf˜àS ˆÿÿ%`•àS ˆÿÿ gDf˜àS ˆÿÿ%`•àS ˆÿÿ~gDf˜àS ˆÿÿ%`•àS ˆÿÿ gDf˜àS ˆÿÿ%`•àS ˆÿÿ{tgDf˜àS ˆÿÿ%`•àS ˆÿÿ gDf˜àS ˆÿÿ%`•àS ˆÿÿ!gDf˜àS ˆÿÿ%`•àS ˆÿÿ gDf˜àS ˆÿÿ%`•àS ˆÿÿ˜gDf˜àS ˆÿÿ%`•8äS ˆÿÿœügDf˜8äS ˆÿÿ%`• åS ˆÿÿ˜<gDf˜ åS ˆÿÿ%`•ÐâS ˆÿÿÜ gDf˜ÐâS ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•ÐâS ˆÿÿìgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿðgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿôgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿøgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿügDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿ gDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿgDf˜ÐâS ˆÿÿ%`•ÐâS ˆÿÿgDf˜ÐâS ˆÿÿ%`•îS ˆÿÿgDf˜îS ˆÿÿ%`•çS ˆÿÿgDf˜çS ˆÿÿ%`•pèS ˆÿÿ gDf˜pèS ˆÿÿ%`•¨ìS ˆÿÿ$gDf˜¨ìS ˆÿÿ%`•háS ˆÿÿ(gDf˜háS ˆÿÿ%`•àS ˆÿÿ,gDf˜àS ˆÿÿ%`• åS ˆÿÿ0gDf˜ åS ˆÿÿ%`•8äS ˆÿÿ4gDf˜8äS ˆÿÿ%`•8äS ˆÿÿ8gDf˜8äS ˆÿÿ%`• åS ˆÿÿ<gDf˜ åS ˆÿÿ%`•àS ˆÿÿ@gDf˜àS ˆÿÿ%`•háS ˆÿÿDgDf˜háS ˆÿÿ%`•¨ìS ˆÿÿHgDf˜¨ìS ˆÿÿ%`•pèS ˆÿÿLgDf˜pèS ˆÿÿ%`•çS ˆÿÿPgDf˜çS ˆÿÿ%`•îS ˆÿÿTgDf˜îS ˆÿÿ%`•ÐâS ˆÿÿXgDf˜ÐâS ˆÿÿ%`•@ëS ˆÿÿ\gDf˜@ëS ˆÿÿ%`•ØéS ˆÿÿ`gDf˜ØéS ˆÿÿ%`•>™ˆÿÿdgDf˜>™ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•@ˆÿÿlgDf˜@ˆÿÿ%`•hAˆÿÿpgDf˜hAˆÿÿ%`•ÐBˆÿÿtgDf˜ÐBˆÿÿ%`•8DˆÿÿxgDf˜8Dˆÿÿ%`• Eˆÿÿ|gDf˜ Eˆÿÿ%`•Gˆÿÿ€gDf˜Gˆÿÿ%`•pHˆÿÿ„gDf˜pHˆÿÿ%`•ØIˆÿÿˆgDf˜ØIˆÿÿ%`•@KˆÿÿŒgDf˜@Kˆÿÿ%`•¨LˆÿÿgDf˜¨Lˆÿÿ%`•Nˆÿÿ”gDf˜Nˆÿÿ%`•Àˆÿÿ˜gDf˜Àˆÿÿ%`•hÁˆÿÿœgDf˜hÁˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•Àˆÿÿ¤gDf˜Àˆÿÿ%`•Јÿÿ¨gDf˜Ðˆÿÿ%`•8Ĉÿÿ¬gDf˜8Ĉÿÿ%`• Åˆÿÿ°gDf˜ Åˆÿÿ%`•Ljÿÿ´gDf˜Çˆÿÿ%`•pȈÿÿ¸gDf˜pȈÿÿ%`•ØÉˆÿÿ¼gDf˜ØÉˆÿÿ%`•@ˈÿÿÀgDf˜@ˈÿÿ%`•¨ÌˆÿÿÄgDf˜¨Ìˆÿÿ%`•ΈÿÿÈgDf˜Îˆÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÐgDf˜>™ˆÿÿ%`•ஈÿÿÔgDf˜à®ˆÿÿ%`•hᮈÿÿØgDf˜hᮈÿÿ%`•Ð⮈ÿÿÜgDf˜Ð⮈ÿÿ%`•8䮈ÿÿàgDf˜8䮈ÿÿ%`• å®ˆÿÿägDf˜ å®ˆÿÿ%`•箈ÿÿègDf˜ç®ˆÿÿ%`•p讈ÿÿìgDf˜p讈ÿÿ%`•Øé®ˆÿÿðgDf˜Øé®ˆÿÿ%`•@뮈ÿÿôgDf˜@뮈ÿÿ%`•¨ì®ˆÿÿøgDf˜¨ì®ˆÿÿ%`•ÿÿügDf˜î®ˆÿÿ%`• þ ˆÿÿ gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ gDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ gDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ gDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ gDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ gDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ $gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ (gDf˜®þ ˆÿÿ%`• ,ˆÿÿ ,gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ 0gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ 4gDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ 8gDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ <gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ @gDf˜§,ˆÿÿ%`•p¨,ˆÿÿ DgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ HgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ LgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ PgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿ TgDf˜®,ˆÿÿ%`• ˆÿÿ XgDf˜ ˆÿÿ%`•h ˆÿÿ \gDf˜h ˆÿÿ%`•Ð ˆÿÿ `gDf˜Ð ˆÿÿ%`•8 ˆÿÿ dgDf˜8 ˆÿÿ%`•  ˆÿÿ hgDf˜  ˆÿÿ%`• ˆÿÿ lgDf˜ ˆÿÿ%`•p ˆÿÿ pgDf˜p ˆÿÿ%`•Ø  ˆÿÿ tgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ xgDf˜@  ˆÿÿ%`•¨  ˆÿÿ |gDf˜¨  ˆÿÿ%`• ˆÿÿ €gDf˜ ˆÿÿ%`•Ð ˆÿÿ „gDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ ˆgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ ŒgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ gDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ ”gDf˜ Õ ˆÿÿ%`•× ˆÿÿ ˜gDf˜× ˆÿÿ%`•pØ ˆÿÿ œgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ  gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ ¤gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ ¨gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ ¬gDf˜Þ ˆÿÿ%`•>™ˆÿÿ °gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ´gDf˜¨<™ˆÿÿ%`•p¨,ˆÿÿ ¸gDf˜p¨,ˆÿÿ%`•§,ˆÿÿ ¼gDf˜§,ˆÿÿ%`• ¥,ˆÿÿ ÀgDf˜ ¥,ˆÿÿ%`•8¤,ˆÿÿ ÄgDf˜8¤,ˆÿÿ%`•Т,ˆÿÿ ÈgDf˜Ð¢,ˆÿÿ%`•h¡,ˆÿÿ ÌgDf˜h¡,ˆÿÿ%`• ,ˆÿÿ ÐgDf˜ ,ˆÿÿ%`•@Fˆÿÿ ÔgDf˜@Fˆÿÿ%`•hAFˆÿÿ ØgDf˜hAFˆÿÿ%`•ÐBFˆÿÿ ÜgDf˜ÐBFˆÿÿ%`•8DFˆÿÿ àgDf˜8DFˆÿÿ%`• EFˆÿÿ ägDf˜ EFˆÿÿ%`•GFˆÿÿ ègDf˜GFˆÿÿ%`•pHFˆÿÿ ìgDf˜pHFˆÿÿ%`•ØIFˆÿÿ ðgDf˜ØIFˆÿÿ%`•@KFˆÿÿ ôgDf˜@KFˆÿÿ%`•¨LFˆÿÿ øgDf˜¨LFˆÿÿ%`•NFˆÿÿ ügDf˜NFˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•hшÿÿ gDf˜hшÿÿ%`•ÐÒˆÿÿ gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ gDf˜8Ôˆÿÿ%`• Õˆÿÿ gDf˜ Õˆÿÿ%`•׈ÿÿ gDf˜×ˆÿÿ%`•p؈ÿÿ gDf˜p؈ÿÿ%`•ØÙˆÿÿ gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ $gDf˜¨Üˆÿÿ%`•Þˆÿÿ (gDf˜Þˆÿÿ%`•Àhˆÿÿ ,gDf˜Àhˆÿÿ%`•hÁhˆÿÿ 0gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ 4gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ 8gDf˜8Ähˆÿÿ%`• Åhˆÿÿ <gDf˜ Åhˆÿÿ%`•Çhˆÿÿ @gDf˜Çhˆÿÿ%`•pÈhˆÿÿ DgDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ HgDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ LgDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ PgDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ TgDf˜Îhˆÿÿ%`•9 ˆÿÿ XgDf˜9 ˆÿÿ%`•h9 ˆÿÿ \gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ `gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ dgDf˜89 ˆÿÿ%`• 9 ˆÿÿ hgDf˜ 9 ˆÿÿ%`•9 ˆÿÿ lgDf˜9 ˆÿÿ%`•p9 ˆÿÿ pgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ tgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ xgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ |gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ €gDf˜9 ˆÿÿ%`•@*ˆÿÿ „gDf˜@*ˆÿÿ%`•hA*ˆÿÿ ˆgDf˜hA*ˆÿÿ%`•ÐB*ˆÿÿ ŒgDf˜ÐB*ˆÿÿ%`•8D*ˆÿÿ gDf˜8D*ˆÿÿ%`• E*ˆÿÿ ”gDf˜ E*ˆÿÿ%`•G*ˆÿÿ ˜gDf˜G*ˆÿÿ%`•pH*ˆÿÿ œgDf˜pH*ˆÿÿ%`•ØI*ˆÿÿ  gDf˜ØI*ˆÿÿ%`•@K*ˆÿÿ ¤gDf˜@K*ˆÿÿ%`•¨L*ˆÿÿ ¨gDf˜¨L*ˆÿÿ%`•N*ˆÿÿ ¬gDf˜N*ˆÿÿ%`•`7ˆÿÿ °gDf˜`7ˆÿÿ%`•ha7ˆÿÿ ´gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ ¸gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ ¼gDf˜8d7ˆÿÿ%`• e7ˆÿÿ ÀgDf˜ e7ˆÿÿ%`•g7ˆÿÿ ÄgDf˜g7ˆÿÿ%`•ph7ˆÿÿ ÈgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ ÌgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ ÐgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ ÔgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ ØgDf˜n7ˆÿÿ%`•02 ˆÿÿ ÜgDf˜02 ˆÿÿ%`•h12 ˆÿÿ àgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ ägDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ ègDf˜842 ˆÿÿ%`• 52 ˆÿÿ ìgDf˜ 52 ˆÿÿ%`•72 ˆÿÿ ðgDf˜72 ˆÿÿ%`•p82 ˆÿÿ ôgDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ øgDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ ügDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ gDf˜>2 ˆÿÿ%`•Àˆÿÿ gDf˜Àˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•8Ĉÿÿ gDf˜8Ĉÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•Ljÿÿ gDf˜Çˆÿÿ%`•pȈÿÿ gDf˜pȈÿÿ%`•ØÉˆÿÿ $gDf˜ØÉˆÿÿ%`•@ˈÿÿ (gDf˜@ˈÿÿ%`•¨Ìˆÿÿ ,gDf˜¨Ìˆÿÿ%`•Έÿÿ 0gDf˜Îˆÿÿ%`•ÀÛ ˆÿÿ 4gDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ 8gDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ <gDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ @gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ DgDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿ HgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿ LgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿ PgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ TgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ XgDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ \gDf˜ÎÛ ˆÿÿ%`•`£ˆÿÿ `gDf˜`£ˆÿÿ%`•ha£ˆÿÿ dgDf˜ha£ˆÿÿ%`•Ðb£ˆÿÿ hgDf˜Ðb£ˆÿÿ%`•8d£ˆÿÿ lgDf˜8d£ˆÿÿ%`• e£ˆÿÿ pgDf˜ e£ˆÿÿ%`•g£ˆÿÿ tgDf˜g£ˆÿÿ%`•ph£ˆÿÿ xgDf˜ph£ˆÿÿ%`•Øi£ˆÿÿ |gDf˜Øi£ˆÿÿ%`•@k£ˆÿÿ €gDf˜@k£ˆÿÿ%`•¨l£ˆÿÿ „gDf˜¨l£ˆÿÿ%`•n£ˆÿÿ ˆgDf˜n£ˆÿÿ%`•0µˆÿÿ ŒgDf˜0µˆÿÿ%`•h1µˆÿÿ gDf˜h1µˆÿÿ%`•Ð2µˆÿÿ ”gDf˜Ð2µˆÿÿ%`•84µˆÿÿ ˜gDf˜84µˆÿÿ%`• 5µˆÿÿ œgDf˜ 5µˆÿÿ%`•7µˆÿÿ  gDf˜7µˆÿÿ%`•p8µˆÿÿ ¤gDf˜p8µˆÿÿ%`•Ø9µˆÿÿ ¨gDf˜Ø9µˆÿÿ%`•@;µˆÿÿ ¬gDf˜@;µˆÿÿ%`•¨<µˆÿÿ °gDf˜¨<µˆÿÿ%`•>µˆÿÿ ´gDf˜>µˆÿÿ%`•@шÿÿ ¸gDf˜@шÿÿ%`•hAшÿÿ ¼gDf˜hAшÿÿ%`•ÐBшÿÿ ÀgDf˜ÐBшÿÿ%`•8Dшÿÿ ÄgDf˜8Dшÿÿ%`• Eшÿÿ ÈgDf˜ Eшÿÿ%`•Gшÿÿ ÌgDf˜Gшÿÿ%`•pHшÿÿ ÐgDf˜pHшÿÿ%`•ØIшÿÿ ÔgDf˜ØIшÿÿ%`•@Kшÿÿ ØgDf˜@Kшÿÿ%`•¨Lшÿÿ àgDf˜¨Lшÿÿ%`•Nшÿÿ ägDf˜Nшÿÿ%`•8¤,ˆÿÿ ègDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ ìgDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ ðgDf˜§,ˆÿÿ%`•p¨,ˆÿÿ ôgDf˜p¨,ˆÿÿ%`•®,ˆÿÿ øgDf˜®,ˆÿÿ%`•¨¬,ˆÿÿ ügDf˜¨¬,ˆÿÿ%`•@«,ˆÿÿ gDf˜@«,ˆÿÿ%`•Ø©,ˆÿÿ gDf˜Ø©,ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•€ë ˆÿÿ gDf˜€ë ˆÿÿ%`•hë ˆÿÿ gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ gDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ gDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ $gDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ (gDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ ,gDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ 0gDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ 4gDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ 8gDf˜Žë ˆÿÿ%`•À%ˆÿÿ <gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ @gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ DgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ HgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ LgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ PgDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ TgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ XgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ \gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ `gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ dgDf˜Î%ˆÿÿ%`• ,ˆÿÿ hgDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ lgDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ pgDf˜Ð¢,ˆÿÿ%`•pÈhˆÿÿ tgDf˜pÈhˆÿÿ%`•Çhˆÿÿ xgDf˜Çhˆÿÿ%`• Åhˆÿÿ |gDf˜ Åhˆÿÿ%`•8Ähˆÿÿ €gDf˜8Ähˆÿÿ%`•ÐÂhˆÿÿ „gDf˜ÐÂhˆÿÿ%`•hÁhˆÿÿ ˆgDf˜hÁhˆÿÿ%`•Àhˆÿÿ ŒgDf˜Àhˆÿÿ%`•@Fˆÿÿ gDf˜@Fˆÿÿ%`•hAFˆÿÿ ”gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ ˜gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ œgDf˜8DFˆÿÿ%`• EFˆÿÿ  gDf˜ EFˆÿÿ%`•GFˆÿÿ ¤gDf˜GFˆÿÿ%`•pHFˆÿÿ ¨gDf˜pHFˆÿÿ%`•ØIFˆÿÿ ¬gDf˜ØIFˆÿÿ%`•@KFˆÿÿ °gDf˜@KFˆÿÿ%`•¨LFˆÿÿ ´gDf˜¨LFˆÿÿ%`•NFˆÿÿ ¸gDf˜NFˆÿÿ%`•ஈÿÿ ¼gDf˜à®ˆÿÿ%`•hᮈÿÿ ÀgDf˜hᮈÿÿ%`•Ð⮈ÿÿ ÄgDf˜Ð⮈ÿÿ%`•8䮈ÿÿ ÈgDf˜8䮈ÿÿ%`• å®ˆÿÿ ÌgDf˜ å®ˆÿÿ%`•箈ÿÿ ÐgDf˜ç®ˆÿÿ%`•p讈ÿÿ ÔgDf˜p讈ÿÿ%`•Øé®ˆÿÿ ØgDf˜Øé®ˆÿÿ%`•@뮈ÿÿ ÜgDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ àgDf˜¨ì®ˆÿÿ%`•ÿÿ ägDf˜î®ˆÿÿ%`•Îhˆÿÿ ègDf˜Îhˆÿÿ%`•¨Ìhˆÿÿ ìgDf˜¨Ìhˆÿÿ%`•@Ëhˆÿÿ ðgDf˜@Ëhˆÿÿ%`•ØÉhˆÿÿ ôgDf˜ØÉhˆÿÿ%`•g7ˆÿÿ øgDf˜g7ˆÿÿ%`• e7ˆÿÿ ügDf˜ e7ˆÿÿ%`•8d7ˆÿÿ gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ gDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ gDf˜ha7ˆÿÿ%`•`7ˆÿÿ gDf˜`7ˆÿÿ%`•°« ˆÿÿ gDf˜°« ˆÿÿ%`•h±« ˆÿÿ gDf˜h±« ˆÿÿ%`•в« ˆÿÿ gDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ gDf˜8´« ˆÿÿ%`• µ« ˆÿÿ gDf˜ µ« ˆÿÿ%`•·« ˆÿÿ $gDf˜·« ˆÿÿ%`•p¸« ˆÿÿ (gDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ ,gDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ 0gDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ 4gDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ 8gDf˜¾« ˆÿÿ%`•ÀÖˆÿÿ <gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ @gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ DgDf˜ÐÂÖˆÿÿ%`•@ËÖˆÿÿ HügDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿDœgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿäügDf˜ÎÖˆÿÿ%`•n7ˆÿÿàügDf˜n7ˆÿÿ%`•¨l7ˆÿÿÜgDf˜¨l7ˆÿÿ%`•@k7ˆÿÿèügDf˜@k7ˆÿÿ%`•Øi7ˆÿÿäàgDf˜Øi7ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØÉÖˆÿÿgDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿgDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ}@gDf˜ÇÖˆÿÿ%`•8ÄÖˆÿÿ}PgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿáìgDf˜ ÅÖˆÿÿ%`•'ˆÿÿÄgDf˜'ˆÿÿ%`•n7ˆÿÿ gDf˜n7ˆÿÿ%`•¨l7ˆÿÿ gDf˜¨l7ˆÿÿ%`•n7ˆÿÿáðgDf˜n7ˆÿÿ%`•Øi7ˆÿÿâgDf˜Øi7ˆÿÿ%`•Øi7ˆÿÿ gDf˜Øi7ˆÿÿ%`•Øi7ˆÿÿâ8gDf˜Øi7ˆÿÿ%`•Øi7ˆÿÿ gDf˜Øi7ˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•0͈ÿÿõ€gDf˜0͈ÿÿ%`•p8͈ÿÿö„gDf˜p8͈ÿÿ%`•84͈ÿÿöДgDf˜84͈ÿÿ%`•h1͈ÿÿ÷dügDf˜h1͈ÿÿ%`•Ð2͈ÿÿù`gDf˜Ð2͈ÿÿ%`• 5͈ÿÿ gDf˜ 5͈ÿÿ%`•7͈ÿÿ ügDf˜7͈ÿÿ%`•Ø9͈ÿÿ ˜gDf˜Ø9͈ÿÿ%`•@;͈ÿÿ ¬ügDf˜@;͈ÿÿ%`•¨<͈ÿÿ¨\gDf˜¨<͈ÿÿ%`•àFˆÿÿ gDf˜àFˆÿÿ%`•>͈ÿÿo¸xgDf˜>͈ÿÿ%`•Ðb7ˆÿÿƒ,gDf˜Ðb7ˆÿÿ%`•Øi7ˆÿÿƒ8gDf˜Øi7ˆÿÿ%`•`7ˆÿÿgDf˜`7ˆÿÿ%`•ha7ˆÿÿgDf˜ha7ˆÿÿ%`•@k7ˆÿÿ‘gDf˜@k7ˆÿÿ%`•8d7ˆÿÿ˜gDf˜8d7ˆÿÿ%`• e7ˆÿÿ™ gDf˜ e7ˆÿÿ%`•g7ˆÿÿ gDf˜g7ˆÿÿ%`•ph7ˆÿÿ¡gDf˜ph7ˆÿÿ%`•n7ˆÿÿâHgDf˜n7ˆÿÿ%`•¨l7ˆÿÿâTLgDf˜¨l7ˆÿÿ%`•àFˆÿÿ gDf˜àFˆÿÿ%`•àFˆÿÿÈgDf˜àFˆÿÿ%`•háFˆÿÿÌgDf˜háFˆÿÿ%`•ÐâFˆÿÿìügDf˜ÐâFˆÿÿ%`•8äFˆÿÿèügDf˜8äFˆÿÿ%`• åFˆÿÿägDf˜ åFˆÿÿ%`•çFˆÿÿègDf˜çFˆÿÿ%`•pèFˆÿÿðLgDf˜pèFˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•pèFˆÿÿ@TgDf˜pèFˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•pèFˆÿÿ˜LgDf˜pèFˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•pèFˆÿÿèügDf˜pèFˆÿÿ%`•àFˆÿÿä gDf˜àFˆÿÿ%`•háFˆÿÿô¼gDf˜háFˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ °gDf˜'ˆÿÿ%`•háFˆÿÿ ´ügDf˜háFˆÿÿ%`•àFˆÿÿ"°DgDf˜àFˆÿÿ%`•pèFˆÿÿ#øügDf˜pèFˆÿÿ%`•çFˆÿÿ%ôgDf˜çFˆÿÿ%`•ÐâFˆÿÿ%øügDf˜ÐâFˆÿÿ%`•8äFˆÿÿ'ôgDf˜8äFˆÿÿ%`• åFˆÿÿ'üügDf˜ åFˆÿÿ%`•ØéFˆÿÿ)øgDf˜ØéFˆÿÿ%`•@ëFˆÿÿ)üügDf˜@ëFˆÿÿ%`•îFˆÿÿ+øgDf˜îFˆÿÿ%`•¨ìFˆÿÿ,ügDf˜¨ìFˆÿÿ%`•¨<™ˆÿÿ-ügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ.(gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/(gDf˜'ˆÿÿ%`•Ðò1ˆÿÿzDgDf˜Ðò1ˆÿÿ%`•hñ1ˆÿÿ}ôgDf˜hñ1ˆÿÿ%`•ð1ˆÿÿ¸gDf˜ð1ˆÿÿ%`•ð1ˆÿÿ gDf˜ð1ˆÿÿ%`•ð1ˆÿÿz4gDf˜ð1ˆÿÿ%`•hñ1ˆÿÿzX(gDf˜hñ1ˆÿÿ%`•Ðò1ˆÿÿz” gDf˜Ðò1ˆÿÿ%`•8ô1ˆÿÿÜgDf˜8ô1ˆÿÿ%`• õ1ˆÿÿã8ügDf˜ õ1ˆÿÿ%`•÷1ˆÿÿå4ügDf˜÷1ˆÿÿ%`•pø1ˆÿÿç0ügDf˜pø1ˆÿÿ%`•Øù1ˆÿÿé,gDf˜Øù1ˆÿÿ%`•@û1ˆÿÿê8PgDf˜@û1ˆÿÿ%`•@û1ˆÿÿ gDf˜@û1ˆÿÿ%`•@û1ˆÿÿ/,gDf˜@û1ˆÿÿ%`•Øù1ˆÿÿ/0 gDf˜Øù1ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/PgDf˜'ˆÿÿ%`•Øù1ˆÿÿ/T$gDf˜Øù1ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/xgDf˜'ˆÿÿ%`•Øù1ˆÿÿ/|$gDf˜Øù1ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ gDf˜'ˆÿÿ%`•Øù1ˆÿÿ/¤gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/¨gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/¬gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/°gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/´gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/¸gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/¼gDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/ÀgDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/ÄgDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/ÈgDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/ÌgDf˜Øù1ˆÿÿ%`•Øù1ˆÿÿ/ÐgDf˜Øù1ˆÿÿ%`•ð1ˆÿÿ/ÔgDf˜ð1ˆÿÿ%`•ð1ˆÿÿ/ØgDf˜ð1ˆÿÿ%`•Øù1ˆÿÿ/ÜgDf˜Øù1ˆÿÿ%`• õ1ˆÿÿ/àgDf˜ õ1ˆÿÿ%`•8ô1ˆÿÿ/ägDf˜8ô1ˆÿÿ%`•hñ1ˆÿÿ/ègDf˜hñ1ˆÿÿ%`•Ðò1ˆÿÿ/ìgDf˜Ðò1ˆÿÿ%`•@û1ˆÿÿ/ðgDf˜@û1ˆÿÿ%`•÷1ˆÿÿ/ôgDf˜÷1ˆÿÿ%`•pø1ˆÿÿ/øgDf˜pø1ˆÿÿ%`•¨ü1ˆÿÿ/ügDf˜¨ü1ˆÿÿ%`•þ1ˆÿÿ0gDf˜þ1ˆÿÿ%`•>™ˆÿÿ0gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0 gDf˜¨<™ˆÿÿ%`•€6ˆÿÿ0gDf˜€6ˆÿÿ%`•h6ˆÿÿ0gDf˜h6ˆÿÿ%`•Ђ6ˆÿÿ0gDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿ0gDf˜8„6ˆÿÿ%`• …6ˆÿÿ0 gDf˜ …6ˆÿÿ%`•‡6ˆÿÿ0$gDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ0(gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ0,gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿ00gDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿ04gDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿ08gDf˜Ž6ˆÿÿ%`•p£ˆÿÿ0<gDf˜p£ˆÿÿ%`•hq£ˆÿÿ0@gDf˜hq£ˆÿÿ%`•Ðr£ˆÿÿ0DgDf˜Ðr£ˆÿÿ%`•8t£ˆÿÿ0HgDf˜8t£ˆÿÿ%`• u£ˆÿÿ0LgDf˜ u£ˆÿÿ%`•w£ˆÿÿ0PgDf˜w£ˆÿÿ%`•px£ˆÿÿ0TgDf˜px£ˆÿÿ%`•Øy£ˆÿÿ0XgDf˜Øy£ˆÿÿ%`•@{£ˆÿÿ0\gDf˜@{£ˆÿÿ%`•¨|£ˆÿÿ0`gDf˜¨|£ˆÿÿ%`•¨|£ˆÿÿ0dgDf˜¨|£ˆÿÿ%`•@{£ˆÿÿ0hgDf˜@{£ˆÿÿ%`•Øy£ˆÿÿ0lgDf˜Øy£ˆÿÿ%`•px£ˆÿÿ0pgDf˜px£ˆÿÿ%`•w£ˆÿÿ0tgDf˜w£ˆÿÿ%`• u£ˆÿÿ0xgDf˜ u£ˆÿÿ%`•8t£ˆÿÿ0|gDf˜8t£ˆÿÿ%`•Ðr£ˆÿÿ0€gDf˜Ðr£ˆÿÿ%`•hq£ˆÿÿ0„gDf˜hq£ˆÿÿ%`•p£ˆÿÿ0ˆgDf˜p£ˆÿÿ%`•~£ˆÿÿ0ŒgDf˜~£ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ0”gDf˜>™ˆÿÿ%`•`¨ˆÿÿ0˜gDf˜`¨ˆÿÿ%`•ha¨ˆÿÿ0œgDf˜ha¨ˆÿÿ%`•Ðb¨ˆÿÿ0 gDf˜Ðb¨ˆÿÿ%`•8d¨ˆÿÿ0¤gDf˜8d¨ˆÿÿ%`• e¨ˆÿÿ0¨gDf˜ e¨ˆÿÿ%`•g¨ˆÿÿ0¬gDf˜g¨ˆÿÿ%`•ph¨ˆÿÿ0°gDf˜ph¨ˆÿÿ%`•Øi¨ˆÿÿ0´gDf˜Øi¨ˆÿÿ%`•@k¨ˆÿÿ0¸gDf˜@k¨ˆÿÿ%`•¨l¨ˆÿÿ0¼gDf˜¨l¨ˆÿÿ%`•n¨ˆÿÿ0ÀgDf˜n¨ˆÿÿ%`•Pñ ˆÿÿ0ÄgDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ0ÈgDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ0ÌgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ0ÐgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ0ÔgDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿ0ØgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ0ÜgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ0àgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ0ägDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ0ègDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ0ìgDf˜^ñ ˆÿÿ%`•@ˆÿÿ0ðgDf˜@ˆÿÿ%`•h@ˆÿÿ0ôgDf˜h@ˆÿÿ%`•Ð@ˆÿÿ0øgDf˜Ð@ˆÿÿ%`•8@ˆÿÿ0ügDf˜8@ˆÿÿ%`• @ˆÿÿ1gDf˜ @ˆÿÿ%`•@ˆÿÿ1gDf˜@ˆÿÿ%`•p@ˆÿÿ1gDf˜p@ˆÿÿ%`•Ø@ˆÿÿ1 gDf˜Ø@ˆÿÿ%`•@@ˆÿÿ1gDf˜@@ˆÿÿ%`•¨@ˆÿÿ1gDf˜¨@ˆÿÿ%`•@ˆÿÿ1gDf˜@ˆÿÿ%`•P̈ÿÿ1gDf˜P̈ÿÿ%`•hQ̈ÿÿ1 gDf˜hQ̈ÿÿ%`•ÐR̈ÿÿ1$gDf˜ÐR̈ÿÿ%`•8T̈ÿÿ1(gDf˜8T̈ÿÿ%`• Üÿÿ1,gDf˜ Üÿÿ%`•Ẅÿÿ10gDf˜Ẅÿÿ%`•pẌÿÿ14gDf˜pẌÿÿ%`•ØŸÿÿ18gDf˜ØŸÿÿ%`•@[̈ÿÿ1<gDf˜@[̈ÿÿ%`•¨\̈ÿÿ1@gDf˜¨\̈ÿÿ%`•^̈ÿÿ1DgDf˜^̈ÿÿ%`•Àˆÿÿ1HgDf˜Àˆÿÿ%`•hÁˆÿÿ1LgDf˜hÁˆÿÿ%`•Јÿÿ1PgDf˜Ðˆÿÿ%`•8Ĉÿÿ1TgDf˜8Ĉÿÿ%`• Åˆÿÿ1XgDf˜ Åˆÿÿ%`•Ljÿÿ1\gDf˜Çˆÿÿ%`•pȈÿÿ1`gDf˜pȈÿÿ%`•ØÉˆÿÿ1dgDf˜ØÉˆÿÿ%`•@ˈÿÿ1hgDf˜@ˈÿÿ%`•¨Ìˆÿÿ1lgDf˜¨Ìˆÿÿ%`•Έÿÿ1pgDf˜Îˆÿÿ%`•9 ˆÿÿ1tgDf˜9 ˆÿÿ%`•h9 ˆÿÿ1xgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ1|gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ1€gDf˜89 ˆÿÿ%`• 9 ˆÿÿ1„gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ1ˆgDf˜9 ˆÿÿ%`•p9 ˆÿÿ1ŒgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ1gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ1”gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ1˜gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ1œgDf˜9 ˆÿÿ%`•>™ˆÿÿ1 gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1¤gDf˜¨<™ˆÿÿ%`•p@ˆÿÿ1¨gDf˜p@ˆÿÿ%`•@ˆÿÿ1¬gDf˜@ˆÿÿ%`• @ˆÿÿ1°gDf˜ @ˆÿÿ%`•8@ˆÿÿ1´gDf˜8@ˆÿÿ%`•Ð@ˆÿÿ1¸gDf˜Ð@ˆÿÿ%`•h@ˆÿÿ1¼gDf˜h@ˆÿÿ%`•@ˆÿÿ1ÀgDf˜@ˆÿÿ%`•@ˆÿÿ1ÄgDf˜@ˆÿÿ%`•hAˆÿÿ1ÈgDf˜hAˆÿÿ%`•ÐBˆÿÿ1ÌgDf˜ÐBˆÿÿ%`•8Dˆÿÿ1ÐgDf˜8Dˆÿÿ%`• Eˆÿÿ1ÔgDf˜ Eˆÿÿ%`•Gˆÿÿ1ØgDf˜Gˆÿÿ%`•pHˆÿÿ1ÜgDf˜pHˆÿÿ%`•ØIˆÿÿ1àgDf˜ØIˆÿÿ%`•@Kˆÿÿ1ägDf˜@Kˆÿÿ%`•¨Lˆÿÿ1ègDf˜¨Lˆÿÿ%`•Nˆÿÿ1ìgDf˜Nˆÿÿ%`•@Ȉÿÿ1ðgDf˜@Ȉÿÿ%`•hAȈÿÿ1ôgDf˜hAȈÿÿ%`•ÐBȈÿÿ1øgDf˜ÐBȈÿÿ%`•8DȈÿÿ1ügDf˜8DȈÿÿ%`• EȈÿÿ2gDf˜ EȈÿÿ%`•GȈÿÿ2gDf˜GȈÿÿ%`•pHȈÿÿ2gDf˜pHȈÿÿ%`•ØIȈÿÿ2 gDf˜ØIȈÿÿ%`•@KȈÿÿ2gDf˜@KȈÿÿ%`•¨LȈÿÿ2gDf˜¨LȈÿÿ%`•NȈÿÿ2gDf˜NȈÿÿ%`•…ˆÿÿ2gDf˜…ˆÿÿ%`•h…ˆÿÿ2 gDf˜h…ˆÿÿ%`•Ð…ˆÿÿ2$gDf˜Ð…ˆÿÿ%`•8…ˆÿÿ2(gDf˜8…ˆÿÿ%`• …ˆÿÿ2,gDf˜ …ˆÿÿ%`•…ˆÿÿ20gDf˜…ˆÿÿ%`•p…ˆÿÿ24gDf˜p…ˆÿÿ%`•Ø …ˆÿÿ28gDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ2<gDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ2@gDf˜¨ …ˆÿÿ%`•…ˆÿÿ2DgDf˜…ˆÿÿ%`•Œˆÿÿ2HgDf˜Œˆÿÿ%`•hŒˆÿÿ2LgDf˜hŒˆÿÿ%`•ÐŒˆÿÿ2PgDf˜ÐŒˆÿÿ%`•8Œˆÿÿ2TgDf˜8Œˆÿÿ%`• Œˆÿÿ2XgDf˜ Œˆÿÿ%`•Œˆÿÿ2\gDf˜Œˆÿÿ%`•pŒˆÿÿ2`gDf˜pŒˆÿÿ%`•ØŒˆÿÿ2dgDf˜ØŒˆÿÿ%`•@Œˆÿÿ2hgDf˜@Œˆÿÿ%`•¨Œˆÿÿ2lgDf˜¨Œˆÿÿ%`•Œˆÿÿ2pgDf˜Œˆÿÿ%`•Àœˆÿÿ2tgDf˜Àœˆÿÿ%`•hÁœˆÿÿ2xgDf˜hÁœˆÿÿ%`•Мˆÿÿ2|gDf˜Ðœˆÿÿ%`•8Äœˆÿÿ2€gDf˜8Äœˆÿÿ%`• Åœˆÿÿ2„gDf˜ Åœˆÿÿ%`•Çœˆÿÿ2ˆgDf˜Çœˆÿÿ%`•pÈœˆÿÿ2ŒgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ2gDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ2”gDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ2˜gDf˜¨Ìœˆÿÿ%`•Μˆÿÿ2œgDf˜Μˆÿÿ%`•@ˆÿÿ2 gDf˜@ˆÿÿ%`•hAˆÿÿ2¤gDf˜hAˆÿÿ%`•ÐBˆÿÿ2¨gDf˜ÐBˆÿÿ%`•8Dˆÿÿ2¬gDf˜8Dˆÿÿ%`• Eˆÿÿ2°gDf˜ Eˆÿÿ%`•Gˆÿÿ2´gDf˜Gˆÿÿ%`•pHˆÿÿ2¸gDf˜pHˆÿÿ%`•ØIˆÿÿ2¼gDf˜ØIˆÿÿ%`•@Kˆÿÿ2ÀgDf˜@Kˆÿÿ%`•¨Lˆÿÿ2ÄgDf˜¨Lˆÿÿ%`•Nˆÿÿ2ÈgDf˜Nˆÿÿ%`• ã ˆÿÿ2ÌgDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ2ÐgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ2ÔgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ2ØgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ2ÜgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ2àgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ2ägDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ2ègDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ2ìgDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ2ðgDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ2ôgDf˜.ã ˆÿÿ%`•à/ˆÿÿ2øgDf˜à/ˆÿÿ%`•há/ˆÿÿ2ügDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ3gDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ3gDf˜8ä/ˆÿÿ%`• å/ˆÿÿ3gDf˜ å/ˆÿÿ%`•ç/ˆÿÿ3 gDf˜ç/ˆÿÿ%`•pè/ˆÿÿ3gDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ3gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ3gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ3gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ3 gDf˜î/ˆÿÿ%`•@Fˆÿÿ3$gDf˜@Fˆÿÿ%`•hAFˆÿÿ3(gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ3,gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ30gDf˜8DFˆÿÿ%`• EFˆÿÿ34gDf˜ EFˆÿÿ%`•GFˆÿÿ38gDf˜GFˆÿÿ%`•pHFˆÿÿ3<gDf˜pHFˆÿÿ%`•ØIFˆÿÿ3@gDf˜ØIFˆÿÿ%`•@KFˆÿÿ3DgDf˜@KFˆÿÿ%`•¨LFˆÿÿ3HgDf˜¨LFˆÿÿ%`•NFˆÿÿ3LgDf˜NFˆÿÿ%`•Àˆÿÿ3PgDf˜Àˆÿÿ%`•hÁˆÿÿ3TgDf˜hÁˆÿÿ%`•Јÿÿ3XgDf˜Ðˆÿÿ%`•8Ĉÿÿ3\gDf˜8Ĉÿÿ%`• Åˆÿÿ3`gDf˜ Åˆÿÿ%`•Ljÿÿ3dgDf˜Çˆÿÿ%`•pȈÿÿ3hgDf˜pȈÿÿ%`•ØÉˆÿÿ3lgDf˜ØÉˆÿÿ%`•@ˈÿÿ3pgDf˜@ˈÿÿ%`•¨Ìˆÿÿ3tgDf˜¨Ìˆÿÿ%`•Έÿÿ3xgDf˜Îˆÿÿ%`• ˆÿÿ3|gDf˜ ˆÿÿ%`•h ˆÿÿ3€gDf˜h ˆÿÿ%`•Ð ˆÿÿ3„gDf˜Ð ˆÿÿ%`•8 ˆÿÿ3ˆgDf˜8 ˆÿÿ%`•  ˆÿÿ3ŒgDf˜  ˆÿÿ%`• ˆÿÿ3gDf˜ ˆÿÿ%`•p ˆÿÿ3”gDf˜p ˆÿÿ%`•Ø  ˆÿÿ3˜gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ3œgDf˜@  ˆÿÿ%`•¨  ˆÿÿ3 gDf˜¨  ˆÿÿ%`• ˆÿÿ3¤gDf˜ ˆÿÿ%`•@ˆÿÿ3¨gDf˜@ˆÿÿ%`•¨@ˆÿÿ3¬gDf˜¨@ˆÿÿ%`•@@ˆÿÿ3°gDf˜@@ˆÿÿ%`•Ø@ˆÿÿ3´gDf˜Ø@ˆÿÿ%`•Ø9 ˆÿÿ3¸gDf˜Ø9 ˆÿÿ%`•p9 ˆÿÿ3¼gDf˜p9 ˆÿÿ%`•9 ˆÿÿ3ÀgDf˜9 ˆÿÿ%`• 9 ˆÿÿ3ÄgDf˜ 9 ˆÿÿ%`•89 ˆÿÿ3ÈgDf˜89 ˆÿÿ%`•Ð9 ˆÿÿ3ÌgDf˜Ð9 ˆÿÿ%`•h9 ˆÿÿ3ÐgDf˜h9 ˆÿÿ%`•9 ˆÿÿ3ÔgDf˜9 ˆÿÿ%`•À ˆÿÿ3ØgDf˜À ˆÿÿ%`•hÁ ˆÿÿ3ÜgDf˜hÁ ˆÿÿ%`•Рˆÿÿ3àgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ3ägDf˜8Ä ˆÿÿ%`• Å ˆÿÿ3ègDf˜ Å ˆÿÿ%`•Ç ˆÿÿ3ìgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ3ðgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ3ôgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ3øgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ3ügDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ4gDf˜Î ˆÿÿ%`•€ë ˆÿÿ4gDf˜€ë ˆÿÿ%`•hë ˆÿÿ4 gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ4gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ4gDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ4gDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ4gDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ4 gDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ4$gDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ4(gDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ4,gDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ40gDf˜Žë ˆÿÿ%`•9 ˆÿÿ44gDf˜9 ˆÿÿ%`•¨9 ˆÿÿ48gDf˜¨9 ˆÿÿ%`•@9 ˆÿÿ4<gDf˜@9 ˆÿÿ%`•¨<™ˆÿÿ4@gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4DgDf˜>™ˆÿÿ%`•@ˆÿÿ4HgDf˜@ˆÿÿ%`•h@ˆÿÿ4LgDf˜h@ˆÿÿ%`•Ð@ˆÿÿ4PgDf˜Ð@ˆÿÿ%`•8@ˆÿÿ4TgDf˜8@ˆÿÿ%`• @ˆÿÿ4XgDf˜ @ˆÿÿ%`•@ˆÿÿ4\gDf˜@ˆÿÿ%`•p@ˆÿÿ4`gDf˜p@ˆÿÿ%`•@KȈÿÿ4dgDf˜@KȈÿÿ%`•ØIȈÿÿ4hgDf˜ØIȈÿÿ%`•pHȈÿÿ4lgDf˜pHȈÿÿ%`•GȈÿÿ4pgDf˜GȈÿÿ%`• EȈÿÿ4tgDf˜ EȈÿÿ%`•8DȈÿÿ4xgDf˜8DȈÿÿ%`•ÐBȈÿÿ4|gDf˜ÐBȈÿÿ%`•hAȈÿÿ4€gDf˜hAȈÿÿ%`•@Ȉÿÿ4„gDf˜@Ȉÿÿ%`•`¨ˆÿÿ4ˆgDf˜`¨ˆÿÿ%`•ha¨ˆÿÿ4ŒgDf˜ha¨ˆÿÿ%`•Ðb¨ˆÿÿ4gDf˜Ðb¨ˆÿÿ%`•8d¨ˆÿÿ4”gDf˜8d¨ˆÿÿ%`• e¨ˆÿÿ4˜gDf˜ e¨ˆÿÿ%`•g¨ˆÿÿ4œgDf˜g¨ˆÿÿ%`•ph¨ˆÿÿ4 gDf˜ph¨ˆÿÿ%`•Øi¨ˆÿÿ4¤gDf˜Øi¨ˆÿÿ%`•@k¨ˆÿÿ4¨gDf˜@k¨ˆÿÿ%`•¨l¨ˆÿÿ4¬gDf˜¨l¨ˆÿÿ%`•n¨ˆÿÿ4°gDf˜n¨ˆÿÿ%`•NȈÿÿ4´gDf˜NȈÿÿ%`•¨LȈÿÿ4¸gDf˜¨LȈÿÿ%`•ØÉœˆÿÿ4¼gDf˜ØÉœˆÿÿ%`•pÈœˆÿÿ4ÀgDf˜pÈœˆÿÿ%`•Çœˆÿÿ4ÄgDf˜Çœˆÿÿ%`• Åœˆÿÿ4ÈgDf˜ Åœˆÿÿ%`•8Äœˆÿÿ4ÌgDf˜8Äœˆÿÿ%`•Мˆÿÿ4ÐgDf˜Ðœˆÿÿ%`•hÁœˆÿÿ4ÔgDf˜hÁœˆÿÿ%`•Àœˆÿÿ4ØgDf˜Àœˆÿÿ%`•Bˆÿÿ4ÜgDf˜Bˆÿÿ%`•hBˆÿÿ4àgDf˜hBˆÿÿ%`•ÐBˆÿÿ4ägDf˜ÐBˆÿÿ%`•8Bˆÿÿ4ègDf˜8Bˆÿÿ%`• Bˆÿÿ4ìgDf˜ Bˆÿÿ%`•Bˆÿÿ4ðgDf˜Bˆÿÿ%`•pBˆÿÿ4ôgDf˜pBˆÿÿ%`•ØBˆÿÿ4øgDf˜ØBˆÿÿ%`•@Bˆÿÿ4ügDf˜@Bˆÿÿ%`•¨Bˆÿÿ5gDf˜¨Bˆÿÿ%`•Bˆÿÿ5gDf˜Bˆÿÿ%`• ‚ ˆÿÿ5gDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ5 gDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ5gDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ5gDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿ5gDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ5gDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ5 gDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ5$gDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ5(gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ5,gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ50gDf˜®‚ ˆÿÿ%`•Μˆÿÿ54gDf˜Μˆÿÿ%`•¨Ìœˆÿÿ58gDf˜¨Ìœˆÿÿ%`•@Ëœˆÿÿ5<gDf˜@Ëœˆÿÿ%`•pè/ˆÿÿ5@gDf˜pè/ˆÿÿ%`•ç/ˆÿÿ5DgDf˜ç/ˆÿÿ%`• å/ˆÿÿ5HgDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ5LgDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ5PgDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿ5TgDf˜há/ˆÿÿ%`•à/ˆÿÿ5XgDf˜à/ˆÿÿ%`•Pñ ˆÿÿ5\gDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ5`gDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ5dgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ5hgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ5lgDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿ5pgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ5tgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ5xgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ5|gDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ5€gDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ5„gDf˜^ñ ˆÿÿ%`•Ð ˆÿÿ5ˆgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ5ŒgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ5gDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ5”gDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ5˜gDf˜ Õ ˆÿÿ%`•× ˆÿÿ5œgDf˜× ˆÿÿ%`•pØ ˆÿÿ5 gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ5¤gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ5¨gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ5¬gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ5°gDf˜Þ ˆÿÿ%`•î/ˆÿÿ5´gDf˜î/ˆÿÿ%`•¨ì/ˆÿÿ5¸gDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿ5¼gDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿ5ÀgDf˜Øé/ˆÿÿ%`• ˆÿÿ5ÄgDf˜ ˆÿÿ%`•  ˆÿÿ5ÈgDf˜  ˆÿÿ%`•8 ˆÿÿ5ÌgDf˜8 ˆÿÿ%`•Ð ˆÿÿ5ÐgDf˜Ð ˆÿÿ%`•h ˆÿÿ5ÔgDf˜h ˆÿÿ%`• ˆÿÿ5ØgDf˜ ˆÿÿ%`•ð/ˆÿÿ5ÜgDf˜ð/ˆÿÿ%`•hñ/ˆÿÿ5àgDf˜hñ/ˆÿÿ%`•Ðò/ˆÿÿ5ägDf˜Ðò/ˆÿÿ%`•8ô/ˆÿÿ5ègDf˜8ô/ˆÿÿ%`• õ/ˆÿÿ5ìgDf˜ õ/ˆÿÿ%`•÷/ˆÿÿ5ðgDf˜÷/ˆÿÿ%`•pø/ˆÿÿ5ôgDf˜pø/ˆÿÿ%`•Øù/ˆÿÿ5øgDf˜Øù/ˆÿÿ%`•@û/ˆÿÿ5ügDf˜@û/ˆÿÿ%`•¨ü/ˆÿÿ6gDf˜¨ü/ˆÿÿ%`•þ/ˆÿÿ6gDf˜þ/ˆÿÿ%`•Àˆÿÿ6gDf˜Àˆÿÿ%`•hÁˆÿÿ6 gDf˜hÁˆÿÿ%`•Јÿÿ6gDf˜Ðˆÿÿ%`•8Ĉÿÿ6gDf˜8Ĉÿÿ%`• Åˆÿÿ6gDf˜ Åˆÿÿ%`•Ljÿÿ6gDf˜Çˆÿÿ%`•pȈÿÿ6 gDf˜pȈÿÿ%`•ØÉˆÿÿ6$gDf˜ØÉˆÿÿ%`•@ˈÿÿ6(gDf˜@ˈÿÿ%`•¨Ìˆÿÿ6,gDf˜¨Ìˆÿÿ%`•Έÿÿ60gDf˜Îˆÿÿ%`• ˆÿÿ64gDf˜ ˆÿÿ%`•¨  ˆÿÿ68gDf˜¨  ˆÿÿ%`•@  ˆÿÿ6<gDf˜@  ˆÿÿ%`•Ø  ˆÿÿ6@gDf˜Ø  ˆÿÿ%`•p ˆÿÿ6DgDf˜p ˆÿÿ%`•Ø@ˆÿÿ6HgDf˜Ø@ˆÿÿ%`•@@ˆÿÿ6LgDf˜@@ˆÿÿ%`•¨@ˆÿÿ6PgDf˜¨@ˆÿÿ%`•@ˆÿÿ6TgDf˜@ˆÿÿ%`•9 ˆÿÿ6XgDf˜9 ˆÿÿ%`•h9 ˆÿÿ6\gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ6`gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ6dgDf˜89 ˆÿÿ%`• 9 ˆÿÿ6hgDf˜ 9 ˆÿÿ%`•9 ˆÿÿ6lgDf˜9 ˆÿÿ%`•p9 ˆÿÿ6pgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ6tgDf˜Ø9 ˆÿÿ%`•8„ë ˆÿÿ6xgDf˜8„ë ˆÿÿ%`•Ð‚ë ˆÿÿ6|gDf˜Ð‚ë ˆÿÿ%`•hë ˆÿÿ6€gDf˜hë ˆÿÿ%`•€ë ˆÿÿ6„gDf˜€ë ˆÿÿ%`•0ˆÿÿ6ˆgDf˜0ˆÿÿ%`•h1ˆÿÿ6ŒgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ6gDf˜Ð2ˆÿÿ%`•84ˆÿÿ6”gDf˜84ˆÿÿ%`• 5ˆÿÿ6˜gDf˜ 5ˆÿÿ%`•7ˆÿÿ6œgDf˜7ˆÿÿ%`•p8ˆÿÿ6 gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ6¤gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ6¨gDf˜@;ˆÿÿ%`•¨<ˆÿÿ6¬gDf˜¨<ˆÿÿ%`•>ˆÿÿ6°gDf˜>ˆÿÿ%`•Žë ˆÿÿ6´gDf˜Žë ˆÿÿ%`•¨Œë ˆÿÿ6¸gDf˜¨Œë ˆÿÿ%`•@‹ë ˆÿÿ6¼gDf˜@‹ë ˆÿÿ%`•Ø‰ë ˆÿÿ6ÀgDf˜Ø‰ë ˆÿÿ%`•pˆë ˆÿÿ6ÄgDf˜pˆë ˆÿÿ%`•‡ë ˆÿÿ6ÈgDf˜‡ë ˆÿÿ%`• …ë ˆÿÿ6ÌgDf˜ …ë ˆÿÿ%`•@9 ˆÿÿ6ÐgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ6ÔgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ6ØgDf˜9 ˆÿÿ%`•>™ˆÿÿ6ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ6àgDf˜¨<™ˆÿÿ%`•p@ˆÿÿ6ägDf˜p@ˆÿÿ%`•@ˆÿÿ6ègDf˜@ˆÿÿ%`• @ˆÿÿ6ìgDf˜ @ˆÿÿ%`•8@ˆÿÿ6ðgDf˜8@ˆÿÿ%`•Ð@ˆÿÿ6ôgDf˜Ð@ˆÿÿ%`•h@ˆÿÿ6øgDf˜h@ˆÿÿ%`•@ˆÿÿ6ügDf˜@ˆÿÿ%`•@Ȉÿÿ7gDf˜@Ȉÿÿ%`•hAȈÿÿ7gDf˜hAȈÿÿ%`•ÐBȈÿÿ7gDf˜ÐBȈÿÿ%`•8DȈÿÿ7 gDf˜8DȈÿÿ%`• EȈÿÿ7gDf˜ EȈÿÿ%`•¨LȈÿÿ7gDf˜¨LȈÿÿ%`•NȈÿÿ7gDf˜NȈÿÿ%`•GȈÿÿ7gDf˜GȈÿÿ%`•pHȈÿÿ7 gDf˜pHȈÿÿ%`•ØIȈÿÿ7$gDf˜ØIȈÿÿ%`•@KȈÿÿ7(gDf˜@KȈÿÿ%`•Àœˆÿÿ7,gDf˜Àœˆÿÿ%`•hÁœˆÿÿ70gDf˜hÁœˆÿÿ%`•Мˆÿÿ74gDf˜Ðœˆÿÿ%`•8Äœˆÿÿ78gDf˜8Äœˆÿÿ%`• Åœˆÿÿ7<gDf˜ Åœˆÿÿ%`•Çœˆÿÿ7@gDf˜Çœˆÿÿ%`•pÈœˆÿÿ7DgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ7HgDf˜ØÉœˆÿÿ%`•8¤‚ ˆÿÿ7LgDf˜8¤‚ ˆÿÿ%`•Т‚ ˆÿÿ7PgDf˜Ð¢‚ ˆÿÿ%`•h¡‚ ˆÿÿ7TgDf˜h¡‚ ˆÿÿ%`• ‚ ˆÿÿ7XgDf˜ ‚ ˆÿÿ%`•Àˆÿÿ7\gDf˜Àˆÿÿ%`•hÁˆÿÿ7`gDf˜hÁˆÿÿ%`•Јÿÿ7dgDf˜Ðˆÿÿ%`•8Ĉÿÿ7hgDf˜8Ĉÿÿ%`• Åˆÿÿ7lgDf˜ Åˆÿÿ%`•Ljÿÿ7pgDf˜Çˆÿÿ%`•pȈÿÿ7tgDf˜pȈÿÿ%`•ØÉˆÿÿ7xgDf˜ØÉˆÿÿ%`•@ˈÿÿ7|gDf˜@ˈÿÿ%`•¨Ìˆÿÿ7€gDf˜¨Ìˆÿÿ%`•Έÿÿ7„gDf˜Îˆÿÿ%`•Bˆÿÿ7ˆgDf˜Bˆÿÿ%`•hBˆÿÿ7ŒgDf˜hBˆÿÿ%`•ÐBˆÿÿ7gDf˜ÐBˆÿÿ%`•8Bˆÿÿ7”gDf˜8Bˆÿÿ%`• Bˆÿÿ7˜gDf˜ Bˆÿÿ%`•Bˆÿÿ7œgDf˜Bˆÿÿ%`•pBˆÿÿ7 gDf˜pBˆÿÿ%`•ØBˆÿÿ7¤gDf˜ØBˆÿÿ%`•@Bˆÿÿ7¨gDf˜@Bˆÿÿ%`•¨Bˆÿÿ7¬gDf˜¨Bˆÿÿ%`•Bˆÿÿ7°gDf˜Bˆÿÿ%`•®‚ ˆÿÿ7´gDf˜®‚ ˆÿÿ%`•¨¬‚ ˆÿÿ7¸gDf˜¨¬‚ ˆÿÿ%`•@«‚ ˆÿÿ7¼gDf˜@«‚ ˆÿÿ%`•Ø©‚ ˆÿÿ7ÀgDf˜Ø©‚ ˆÿÿ%`•p¨‚ ˆÿÿ7ÄgDf˜p¨‚ ˆÿÿ%`•§‚ ˆÿÿ7ÈgDf˜§‚ ˆÿÿ%`• ¥‚ ˆÿÿ7ÌgDf˜ ¥‚ ˆÿÿ%`•@Ëœˆÿÿ7ÐgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ7ÔgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ7ØgDf˜Μˆÿÿ%`•à/ˆÿÿ7ÜgDf˜à/ˆÿÿ%`•há/ˆÿÿ7àgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿ7ägDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿ7ègDf˜8ä/ˆÿÿ%`• å/ˆÿÿ7ìgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ7ðgDf˜ç/ˆÿÿ%`•pè/ˆÿÿ7ôgDf˜pè/ˆÿÿ%`•8Ô ˆÿÿ7øgDf˜8Ô ˆÿÿ%`•ÐÒ ˆÿÿ7ügDf˜ÐÒ ˆÿÿ%`•hÑ ˆÿÿ8gDf˜hÑ ˆÿÿ%`•Ð ˆÿÿ8gDf˜Ð ˆÿÿ%`•€è ˆÿÿ8 gDf˜€è ˆÿÿ%`•hè ˆÿÿ8gDf˜hè ˆÿÿ%`•Ð‚è ˆÿÿ8gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿ8gDf˜8„è ˆÿÿ%`• …è ˆÿÿ8gDf˜ …è ˆÿÿ%`•‡è ˆÿÿ8 gDf˜‡è ˆÿÿ%`•pˆè ˆÿÿ8$gDf˜pˆè ˆÿÿ%`•Ø‰è ˆÿÿ8(gDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ8,gDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ80gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ84gDf˜Žè ˆÿÿ%`•Þ ˆÿÿ88gDf˜Þ ˆÿÿ%`•¨Ü ˆÿÿ8<gDf˜¨Ü ˆÿÿ%`•@Û ˆÿÿ8@gDf˜@Û ˆÿÿ%`•ØÙ ˆÿÿ8DgDf˜ØÙ ˆÿÿ%`•pØ ˆÿÿ8HgDf˜pØ ˆÿÿ%`•× ˆÿÿ8LgDf˜× ˆÿÿ%`• Õ ˆÿÿ8PgDf˜ Õ ˆÿÿ%`•Øé/ˆÿÿ8TgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ8XgDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿ8\gDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ8`gDf˜î/ˆÿÿ%`• ˆÿÿ8dgDf˜ ˆÿÿ%`•h ˆÿÿ8hgDf˜h ˆÿÿ%`•Ð ˆÿÿ8lgDf˜Ð ˆÿÿ%`•8 ˆÿÿ8pgDf˜8 ˆÿÿ%`•  ˆÿÿ8tgDf˜  ˆÿÿ%`• ˆÿÿ8xgDf˜ ˆÿÿ%`•8Ĉÿÿ8|gDf˜8Ĉÿÿ%`•Јÿÿ8€gDf˜Ðˆÿÿ%`•hÁˆÿÿ8„gDf˜hÁˆÿÿ%`•Àˆÿÿ8ˆgDf˜Àˆÿÿ%`•€ºˆÿÿ8ŒgDf˜€ºˆÿÿ%`•hºˆÿÿ8gDf˜hºˆÿÿ%`•Ђºˆÿÿ8”gDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ8˜gDf˜8„ºˆÿÿ%`• …ºˆÿÿ8œgDf˜ …ºˆÿÿ%`•‡ºˆÿÿ8 gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ8¤gDf˜pˆºˆÿÿ%`•؉ºˆÿÿ8¨gDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿ8¬gDf˜@‹ºˆÿÿ%`•¨Œºˆÿÿ8°gDf˜¨Œºˆÿÿ%`•Žºˆÿÿ8´gDf˜Žºˆÿÿ%`•Έÿÿ8¸gDf˜Îˆÿÿ%`•¨Ìˆÿÿ8¼gDf˜¨Ìˆÿÿ%`•@ˈÿÿ8ÀgDf˜@ˈÿÿ%`•ØÉˆÿÿ8ÄgDf˜ØÉˆÿÿ%`•pȈÿÿ8ÈgDf˜pȈÿÿ%`•Ljÿÿ8ÌgDf˜Çˆÿÿ%`• Åˆÿÿ8ÐgDf˜ Åˆÿÿ%`•p ˆÿÿ8ÔgDf˜p ˆÿÿ%`•Ø  ˆÿÿ8ØgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ8ÜgDf˜@  ˆÿÿ%`•¨  ˆÿÿ8àgDf˜¨  ˆÿÿ%`• ˆÿÿ8ägDf˜ ˆÿÿ%`•@ˆÿÿ8ègDf˜@ˆÿÿ%`•¨@ˆÿÿ8ìgDf˜¨@ˆÿÿ%`•@@ˆÿÿ8ðgDf˜@@ˆÿÿ%`•Ø@ˆÿÿ8ôgDf˜Ø@ˆÿÿ%`•Ø9 ˆÿÿ8øgDf˜Ø9 ˆÿÿ%`•p9 ˆÿÿ8ügDf˜p9 ˆÿÿ%`•9 ˆÿÿ9gDf˜9 ˆÿÿ%`• 9 ˆÿÿ9gDf˜ 9 ˆÿÿ%`•89 ˆÿÿ9gDf˜89 ˆÿÿ%`•Ð9 ˆÿÿ9 gDf˜Ð9 ˆÿÿ%`•h9 ˆÿÿ9gDf˜h9 ˆÿÿ%`•9 ˆÿÿ9gDf˜9 ˆÿÿ%`•9 ˆÿÿ9gDf˜9 ˆÿÿ%`•¨9 ˆÿÿ9gDf˜¨9 ˆÿÿ%`•@9 ˆÿÿ9 gDf˜@9 ˆÿÿ%`•¨<™ˆÿÿ9$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9(gDf˜>™ˆÿÿ%`•@ˆÿÿ9,gDf˜@ˆÿÿ%`•h@ˆÿÿ90gDf˜h@ˆÿÿ%`•Ð@ˆÿÿ94gDf˜Ð@ˆÿÿ%`•8@ˆÿÿ98gDf˜8@ˆÿÿ%`• @ˆÿÿ9<gDf˜ @ˆÿÿ%`•@ˆÿÿ9@gDf˜@ˆÿÿ%`•p@ˆÿÿ9DgDf˜p@ˆÿÿ%`•¨LȈÿÿ9HgDf˜¨LȈÿÿ%`• EȈÿÿ9LgDf˜ EȈÿÿ%`•8DȈÿÿ9PgDf˜8DȈÿÿ%`•ÐBȈÿÿ9TgDf˜ÐBȈÿÿ%`•hAȈÿÿ9XgDf˜hAȈÿÿ%`•@Ȉÿÿ9\gDf˜@Ȉÿÿ%`• ã ˆÿÿ9`gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ9dgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ9hgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ9lgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ9pgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ9tgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ9xgDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ9|gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ9€gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ9„gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ9ˆgDf˜.ã ˆÿÿ%`•€ˆÿÿ9ŒgDf˜€ˆÿÿ%`•hˆÿÿ9gDf˜hˆÿÿ%`•Ђˆÿÿ9”gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ9˜gDf˜8„ˆÿÿ%`• …ˆÿÿ9œgDf˜ …ˆÿÿ%`•‡ˆÿÿ9 gDf˜‡ˆÿÿ%`•pˆˆÿÿ9¤gDf˜pˆˆÿÿ%`•؉ˆÿÿ9¨gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ9¬gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ9°gDf˜¨Œˆÿÿ%`•Žˆÿÿ9´gDf˜Žˆÿÿ%`•@KȈÿÿ9¸gDf˜@KȈÿÿ%`•ØIȈÿÿ9¼gDf˜ØIȈÿÿ%`•pHȈÿÿ9ÀgDf˜pHȈÿÿ%`•GȈÿÿ9ÄgDf˜GȈÿÿ%`•NȈÿÿ9ÈgDf˜NȈÿÿ%`•ØÉœˆÿÿ9ÌgDf˜ØÉœˆÿÿ%`•pÈœˆÿÿ9ÐgDf˜pÈœˆÿÿ%`•Çœˆÿÿ9ÔgDf˜Çœˆÿÿ%`• Åœˆÿÿ9ØgDf˜ Åœˆÿÿ%`•8Äœˆÿÿ9ÜgDf˜8Äœˆÿÿ%`•Мˆÿÿ9àgDf˜Ðœˆÿÿ%`•hÁœˆÿÿ9ägDf˜hÁœˆÿÿ%`•Àœˆÿÿ9ègDf˜Àœˆÿÿ%`• ‚ ˆÿÿ9ìgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿ9ðgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿ9ôgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ9øgDf˜8¤‚ ˆÿÿ%`•8Bˆÿÿ9ügDf˜8Bˆÿÿ%`•ÐBˆÿÿ:gDf˜ÐBˆÿÿ%`•hBˆÿÿ:gDf˜hBˆÿÿ%`•Bˆÿÿ:gDf˜Bˆÿÿ%`•`¨ˆÿÿ: gDf˜`¨ˆÿÿ%`•ha¨ˆÿÿ:gDf˜ha¨ˆÿÿ%`•Ðb¨ˆÿÿ:gDf˜Ðb¨ˆÿÿ%`•8d¨ˆÿÿ:gDf˜8d¨ˆÿÿ%`• e¨ˆÿÿ:gDf˜ e¨ˆÿÿ%`•g¨ˆÿÿ: gDf˜g¨ˆÿÿ%`•ph¨ˆÿÿ:$gDf˜ph¨ˆÿÿ%`•Øi¨ˆÿÿ:(gDf˜Øi¨ˆÿÿ%`•@k¨ˆÿÿ:,gDf˜@k¨ˆÿÿ%`•¨l¨ˆÿÿ:0gDf˜¨l¨ˆÿÿ%`•n¨ˆÿÿ:4gDf˜n¨ˆÿÿ%`•Bˆÿÿ:8gDf˜Bˆÿÿ%`•¨Bˆÿÿ:<gDf˜¨Bˆÿÿ%`•@Bˆÿÿ:@gDf˜@Bˆÿÿ%`•ØBˆÿÿ:DgDf˜ØBˆÿÿ%`•pBˆÿÿ:HgDf˜pBˆÿÿ%`•Bˆÿÿ:LgDf˜Bˆÿÿ%`• Bˆÿÿ:PgDf˜ Bˆÿÿ%`• ¥‚ ˆÿÿ:TgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿ:XgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿ:\gDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿ:`gDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ:dgDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ:hgDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ:lgDf˜®‚ ˆÿÿ%`•Μˆÿÿ:pgDf˜Μˆÿÿ%`•¨Ìœˆÿÿ:tgDf˜¨Ìœˆÿÿ%`•@Ëœˆÿÿ:xgDf˜@Ëœˆÿÿ%`•pè/ˆÿÿ:|gDf˜pè/ˆÿÿ%`•ç/ˆÿÿ:€gDf˜ç/ˆÿÿ%`• å/ˆÿÿ:„gDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ:ˆgDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ:ŒgDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿ:gDf˜há/ˆÿÿ%`•à/ˆÿÿ:”gDf˜à/ˆÿÿ%`•î/ˆÿÿ:˜gDf˜î/ˆÿÿ%`•¨ì/ˆÿÿ:œgDf˜¨ì/ˆÿÿ%`•@ë/ˆÿÿ: gDf˜@ë/ˆÿÿ%`•Øé/ˆÿÿ:¤gDf˜Øé/ˆÿÿ%`• ˆÿÿ:¨gDf˜ ˆÿÿ%`•  ˆÿÿ:¬gDf˜  ˆÿÿ%`•8 ˆÿÿ:°gDf˜8 ˆÿÿ%`•Ð ˆÿÿ:´gDf˜Ð ˆÿÿ%`•h ˆÿÿ:¸gDf˜h ˆÿÿ%`• ˆÿÿ:¼gDf˜ ˆÿÿ%`•Àˆÿÿ:ÀgDf˜Àˆÿÿ%`•hÁˆÿÿ:ÄgDf˜hÁˆÿÿ%`•Јÿÿ:ÈgDf˜Ðˆÿÿ%`•8Ĉÿÿ:ÌgDf˜8Ĉÿÿ%`•8„ºˆÿÿ:ÐgDf˜8„ºˆÿÿ%`•Ђºˆÿÿ:ÔgDf˜Ð‚ºˆÿÿ%`•hºˆÿÿ:ØgDf˜hºˆÿÿ%`•€ºˆÿÿ:ÜgDf˜€ºˆÿÿ%`•0Å ˆÿÿ:àgDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ:ägDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ:ègDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ:ìgDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ:ðgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿ:ôgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿ:øgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿ:ügDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿ;gDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿ;gDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿ;gDf˜>Å ˆÿÿ%`• Êˆÿÿ; gDf˜ Êˆÿÿ%`•h¡Êˆÿÿ;gDf˜h¡Êˆÿÿ%`•Тʈÿÿ;gDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ;gDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ;gDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ; gDf˜§Êˆÿÿ%`•p¨Êˆÿÿ;$gDf˜p¨Êˆÿÿ%`•ةʈÿÿ;(gDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿ;,gDf˜@«Êˆÿÿ%`•¨¬Êˆÿÿ;0gDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ;4gDf˜®Êˆÿÿ%`•Žºˆÿÿ;8gDf˜Žºˆÿÿ%`•¨Œºˆÿÿ;<gDf˜¨Œºˆÿÿ%`•@‹ºˆÿÿ;@gDf˜@‹ºˆÿÿ%`•؉ºˆÿÿ;DgDf˜Ø‰ºˆÿÿ%`•pˆºˆÿÿ;HgDf˜pˆºˆÿÿ%`•‡ºˆÿÿ;LgDf˜‡ºˆÿÿ%`• …ºˆÿÿ;PgDf˜ …ºˆÿÿ%`• Åˆÿÿ;TgDf˜ Åˆÿÿ%`•Ljÿÿ;XgDf˜Çˆÿÿ%`•pȈÿÿ;\gDf˜pȈÿÿ%`•ØÉˆÿÿ;`gDf˜ØÉˆÿÿ%`•@ˈÿÿ;dgDf˜@ˈÿÿ%`•¨Ìˆÿÿ;hgDf˜¨Ìˆÿÿ%`•Έÿÿ;lgDf˜Îˆÿÿ%`• ˆÿÿ;pgDf˜ ˆÿÿ%`•¨  ˆÿÿ;tgDf˜¨  ˆÿÿ%`•@  ˆÿÿ;xgDf˜@  ˆÿÿ%`•Ø  ˆÿÿ;|gDf˜Ø  ˆÿÿ%`•p ˆÿÿ;€gDf˜p ˆÿÿ%`•Ø@ˆÿÿ;„gDf˜Ø@ˆÿÿ%`•@@ˆÿÿ;ˆgDf˜@@ˆÿÿ%`•¨@ˆÿÿ;ŒgDf˜¨@ˆÿÿ%`•@ˆÿÿ;gDf˜@ˆÿÿ%`•9 ˆÿÿ;”gDf˜9 ˆÿÿ%`•@9 ˆÿÿ;˜gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ;œgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ; gDf˜9 ˆÿÿ%`•h9 ˆÿÿ;¤gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ;¨gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ;¬gDf˜89 ˆÿÿ%`• 9 ˆÿÿ;°gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ;´gDf˜9 ˆÿÿ%`•p9 ˆÿÿ;¸gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ;¼gDf˜Ø9 ˆÿÿ%`•>™ˆÿÿ;ÀgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ;ÄgDf˜¨<™ˆÿÿ%`•p@ˆÿÿ;ÈgDf˜p@ˆÿÿ%`•@ˆÿÿ;ÌgDf˜@ˆÿÿ%`• @ˆÿÿ;ÐgDf˜ @ˆÿÿ%`•8@ˆÿÿ;ÔgDf˜8@ˆÿÿ%`•Ð@ˆÿÿ;ØgDf˜Ð@ˆÿÿ%`•h@ˆÿÿ;ÜgDf˜h@ˆÿÿ%`•@ˆÿÿ;àgDf˜@ˆÿÿ%`•@Ȉÿÿ;ägDf˜@Ȉÿÿ%`•hAȈÿÿ;ègDf˜hAȈÿÿ%`•ÐBȈÿÿ;ìgDf˜ÐBȈÿÿ%`•8DȈÿÿ;ðgDf˜8DȈÿÿ%`• EȈÿÿ;ôgDf˜ EȈÿÿ%`•¨LȈÿÿ;øgDf˜¨LȈÿÿ%`•8„ˆÿÿ;ügDf˜8„ˆÿÿ%`•Ђˆÿÿ<gDf˜Ð‚ˆÿÿ%`•hˆÿÿ<gDf˜hˆÿÿ%`•€ˆÿÿ<gDf˜€ˆÿÿ%`•ˆÿÿ<gDf˜ˆÿÿ%`•hˆÿÿ<gDf˜hˆÿÿ%`•Јÿÿ<gDf˜Ðˆÿÿ%`•8ˆÿÿ<gDf˜8ˆÿÿ%`• ˆÿÿ< gDf˜ ˆÿÿ%`•ˆÿÿ<$gDf˜ˆÿÿ%`•pˆÿÿ<(gDf˜pˆÿÿ%`•؈ÿÿ<,gDf˜Øˆÿÿ%`•@ˆÿÿ<0gDf˜@ˆÿÿ%`•¨ˆÿÿ<4gDf˜¨ˆÿÿ%`•ˆÿÿ<8gDf˜ˆÿÿ%`•Žˆÿÿ<<gDf˜Žˆÿÿ%`•¨Œˆÿÿ<@gDf˜¨Œˆÿÿ%`•@‹ˆÿÿgDf˜ØÉˆÿÿ%`•pȈÿÿ>gDf˜pȈÿÿ%`•Ljÿÿ>gDf˜Çˆÿÿ%`• Åˆÿÿ> gDf˜ Åˆÿÿ%`•p ˆÿÿ>gDf˜p ˆÿÿ%`•Ø  ˆÿÿ>gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ>gDf˜@  ˆÿÿ%`•¨  ˆÿÿ>gDf˜¨  ˆÿÿ%`• ˆÿÿ> gDf˜ ˆÿÿ%`•¨<™ˆÿÿ>$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ>(gDf˜>™ˆÿÿ%`•¨LȈÿÿ>,gDf˜¨LȈÿÿ%`• EȈÿÿ>0gDf˜ EȈÿÿ%`•8DȈÿÿ>4gDf˜8DȈÿÿ%`•ÐBȈÿÿ>8gDf˜ÐBȈÿÿ%`•hAȈÿÿ><gDf˜hAȈÿÿ%`•@Ȉÿÿ>@gDf˜@Ȉÿÿ%`•€ˆÿÿ>DgDf˜€ˆÿÿ%`•hˆÿÿ>HgDf˜hˆÿÿ%`•Ђˆÿÿ>LgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ>PgDf˜8„ˆÿÿ%`•8ˆÿÿ>TgDf˜8ˆÿÿ%`•Јÿÿ>XgDf˜Ðˆÿÿ%`•hˆÿÿ>\gDf˜hˆÿÿ%`•ˆÿÿ>`gDf˜ˆÿÿ%`•°ˆÿÿ>dgDf˜°ˆÿÿ%`•h±ˆÿÿ>hgDf˜h±ˆÿÿ%`•вˆÿÿ>lgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ>pgDf˜8´ˆÿÿ%`• µˆÿÿ>tgDf˜ µˆÿÿ%`•·ˆÿÿ>xgDf˜·ˆÿÿ%`•p¸ˆÿÿ>|gDf˜p¸ˆÿÿ%`•عˆÿÿ>€gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ>„gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ>ˆgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ>ŒgDf˜¾ˆÿÿ%`•ˆÿÿ>gDf˜ˆÿÿ%`•hˆÿÿ>”gDf˜hˆÿÿ%`•Јÿÿ>˜gDf˜Ðˆÿÿ%`•8ˆÿÿ>œgDf˜8ˆÿÿ%`• ˆÿÿ> gDf˜ ˆÿÿ%`•ˆÿÿ>¤gDf˜ˆÿÿ%`•pˆÿÿ>¨gDf˜pˆÿÿ%`•؈ÿÿ>¬gDf˜Øˆÿÿ%`•@ˆÿÿ>°gDf˜@ˆÿÿ%`•¨ˆÿÿ>´gDf˜¨ˆÿÿ%`•ˆÿÿ>¸gDf˜ˆÿÿ%`•ˆÿÿ>¼gDf˜ˆÿÿ%`•¨ˆÿÿ>ÀgDf˜¨ˆÿÿ%`•@ˆÿÿ>ÄgDf˜@ˆÿÿ%`•؈ÿÿ>ÈgDf˜Øˆÿÿ%`•pˆÿÿ>ÌgDf˜pˆÿÿ%`•ˆÿÿ>ÐgDf˜ˆÿÿ%`• ˆÿÿ>ÔgDf˜ ˆÿÿ%`• …ˆÿÿ>ØgDf˜ …ˆÿÿ%`•‡ˆÿÿ>ÜgDf˜‡ˆÿÿ%`•pˆˆÿÿ>àgDf˜pˆˆÿÿ%`•؉ˆÿÿ>ägDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ>ègDf˜@‹ˆÿÿ%`•¨Œˆÿÿ>ìgDf˜¨Œˆÿÿ%`•Žˆÿÿ>ðgDf˜Žˆÿÿ%`•@KȈÿÿ>ôgDf˜@KȈÿÿ%`•ØIȈÿÿ>øgDf˜ØIȈÿÿ%`•pHȈÿÿ>ügDf˜pHȈÿÿ%`•GȈÿÿ?gDf˜GȈÿÿ%`•NȈÿÿ?gDf˜NȈÿÿ%`•ØÉœˆÿÿ?gDf˜ØÉœˆÿÿ%`•pÈœˆÿÿ? gDf˜pÈœˆÿÿ%`•Çœˆÿÿ?gDf˜Çœˆÿÿ%`• Åœˆÿÿ?gDf˜ Åœˆÿÿ%`•8Äœˆÿÿ?gDf˜8Äœˆÿÿ%`•Μˆÿÿ?gDf˜Μˆÿÿ%`•¨Ìœˆÿÿ? gDf˜¨Ìœˆÿÿ%`•@Ëœˆÿÿ?$gDf˜@Ëœˆÿÿ%`•Мˆÿÿ?(gDf˜Ðœˆÿÿ%`•hÁœˆÿÿ?,gDf˜hÁœˆÿÿ%`•Àœˆÿÿ?0gDf˜Àœˆÿÿ%`•pè/ˆÿÿ?4gDf˜pè/ˆÿÿ%`•ç/ˆÿÿ?8gDf˜ç/ˆÿÿ%`• å/ˆÿÿ?<gDf˜ å/ˆÿÿ%`•8ä/ˆÿÿ?@gDf˜8ä/ˆÿÿ%`•Ðâ/ˆÿÿ?DgDf˜Ðâ/ˆÿÿ%`•há/ˆÿÿ?HgDf˜há/ˆÿÿ%`•à/ˆÿÿ?LgDf˜à/ˆÿÿ%`•î/ˆÿÿ?PgDf˜î/ˆÿÿ%`•8ôˆÿÿ?TgDf˜8ôˆÿÿ%`•Ðòˆÿÿ?XgDf˜Ðòˆÿÿ%`•hñˆÿÿ?\gDf˜hñˆÿÿ%`•ðˆÿÿ?`gDf˜ðˆÿÿ%`•pˆÿÿ?dgDf˜pˆÿÿ%`•hqˆÿÿ?hgDf˜hqˆÿÿ%`•Ðrˆÿÿ?lgDf˜Ðrˆÿÿ%`•8tˆÿÿ?pgDf˜8tˆÿÿ%`• uˆÿÿ?tgDf˜ uˆÿÿ%`•wˆÿÿ?xgDf˜wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?|gDf˜'ˆÿÿ%`• uˆÿÿ gDf˜ uˆÿÿ%`•8tˆÿÿgDf˜8tˆÿÿ%`•hqˆÿÿ  gDf˜hqˆÿÿ%`•wˆÿÿz€gDf˜wˆÿÿ%`•pˆÿÿ}tgDf˜pˆÿÿ%`•pxˆÿÿ}àgDf˜pxˆÿÿ%`•Ðrˆÿÿê0gDf˜Ðrˆÿÿ%`•Øyˆÿÿ눈gDf˜Øyˆÿÿ%`•Øyˆÿÿ gDf˜Øyˆÿÿ%`•Øyˆÿÿz<gDf˜Øyˆÿÿ%`•Ðrˆÿÿzˆ gDf˜Ðrˆÿÿ%`•pxˆÿÿ{4<gDf˜pxˆÿÿ%`•pˆÿÿ{„ gDf˜pˆÿÿ%`•wˆÿÿ|ÔgDf˜wˆÿÿ%`•hqˆÿÿ|ø$gDf˜hqˆÿÿ%`•8tˆÿÿ}\gDf˜8tˆÿÿ%`• uˆÿÿÔgDf˜ uˆÿÿ%`•@{ˆÿÿø gDf˜@{ˆÿÿ%`•¨|ˆÿÿáÈ$gDf˜¨|ˆÿÿ%`•~ˆÿÿáø gDf˜~ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâPgDf˜¨<™ˆÿÿ%`•€ˆÿÿâ ˜gDf˜€ˆÿÿ%`•hˆÿÿí8ügDf˜hˆÿÿ%`•Ђˆÿÿï4ügDf˜Ð‚ˆÿÿ%`•8„ˆÿÿñ0ügDf˜8„ˆÿÿ%`• …ˆÿÿó,ügDf˜ …ˆÿÿ%`•‡ˆÿÿõ(gDf˜‡ˆÿÿ%`•pˆˆÿÿõ@ügDf˜pˆˆÿÿ%`•؉ˆÿÿ÷<ügDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿù8,gDf˜@‹ˆÿÿ%`•¨Œˆÿÿùl°gDf˜¨Œˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•¨Œˆÿÿ?€gDf˜¨Œˆÿÿ%`•@‹ˆÿÿ@ügDf˜@‹ˆÿÿ%`•؉ˆÿÿB`gDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿCpgDf˜'ˆÿÿ%`•؉ˆÿÿÿHgDf˜Ø‰ˆÿÿ%`•€ˆÿÿ4gDf˜€ˆÿÿ%`•hˆÿÿT gDf˜hˆÿÿ%`•Ђˆÿÿô€gDf˜Ð‚ˆÿÿ%`•ЂˆÿÿCtgDf˜Ð‚ˆÿÿ%`•hˆÿÿCxgDf˜hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿCˆgDf˜'ˆÿÿ%`•hˆÿÿCŒgDf˜hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC gDf˜'ˆÿÿ%`•hˆÿÿC¤gDf˜hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿC¸gDf˜'ˆÿÿ%`•hˆÿÿC¼gDf˜hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿCÐgDf˜'ˆÿÿ%`•hˆÿÿCÔgDf˜hˆÿÿ%`•Ђˆÿÿ¤gDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`•Ђˆÿÿ° gDf˜Ð‚ˆÿÿ%`•hˆÿÿÔ\gDf˜hˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•hˆÿÿ gDf˜hˆÿÿ%`•hˆÿÿz4gDf˜hˆÿÿ%`•ЂˆÿÿzXgDf˜Ð‚ˆÿÿ%`•€ˆÿÿzxgDf˜€ˆÿÿ%`•€ˆÿÿ4gDf˜€ˆÿÿ%`•Ђˆÿÿ8gDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿHgDf˜'ˆÿÿ%`•ЂˆÿÿLgDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ`gDf˜'ˆÿÿ%`•ЂˆÿÿdgDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•Ђˆÿÿ|gDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ђˆÿÿ”gDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`•Ђˆÿÿ°ŒgDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<gDf˜'ˆÿÿ%`•ЂˆÿÿzHgDf˜Ð‚ˆÿÿ%`•؉ˆÿÿ{”gDf˜Ø‰ˆÿÿ%`•8„ˆÿÿ{´ gDf˜8„ˆÿÿ%`•8„ˆÿÿ@gDf˜8„ˆÿÿ%`•؉ˆÿÿDgDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿTgDf˜'ˆÿÿ%`•؉ˆÿÿXgDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•؉ˆÿÿpgDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ„gDf˜'ˆÿÿ%`•؉ˆÿÿˆgDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿœgDf˜'ˆÿÿ%`•؉ˆÿÿ gDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¸gDf˜'ˆÿÿ%`•؉ˆÿÿ¼gDf˜Ø‰ˆÿÿ%`•‡ˆÿÿÜDgDf˜‡ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•‡ˆÿÿ|ÔgDf˜‡ˆÿÿ%`•؉ˆÿÿ|øgDf˜Ø‰ˆÿÿ%`•Ђˆÿÿ}ôgDf˜Ð‚ˆÿÿ%`•Ђˆÿÿ $gDf˜Ð‚ˆÿÿ%`•؉ˆÿÿ (gDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ <gDf˜'ˆÿÿ%`•؉ˆÿÿ @\gDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ œgDf˜'ˆÿÿ%`•؉ˆÿÿz4gDf˜Ø‰ˆÿÿ%`•ЂˆÿÿzXgDf˜Ð‚ˆÿÿ%`•‡ˆÿÿzxøgDf˜‡ˆÿÿ%`•‡ˆÿÿ  gDf˜‡ˆÿÿ%`•Ђˆÿÿ ¤gDf˜Ð‚ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¸gDf˜'ˆÿÿ%`•Ђˆÿÿ ¼ gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ àDgDf˜8„ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ $gDf˜'ˆÿÿ%`•8„ˆÿÿ{pgDf˜8„ˆÿÿ%`•Ђˆÿÿ|ègDf˜Ð‚ˆÿÿ%`•؉ˆÿÿ~ gDf˜Ø‰ˆÿÿ%`•‡ˆÿÿ~gDf˜‡ˆÿÿ%`•‡ˆÿÿ (gDf˜‡ˆÿÿ%`•؉ˆÿÿ ,gDf˜Ø‰ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ @gDf˜'ˆÿÿ%`•؉ˆÿÿ DgDf˜Ø‰ˆÿÿ%`•8„ˆÿÿ HgDf˜8„ˆÿÿ%`•€ˆÿÿ LgDf˜€ˆÿÿ%`•Ђˆÿÿ PgDf˜Ð‚ˆÿÿ%`•‡ˆÿÿ TgDf˜‡ˆÿÿ%`•hˆÿÿ XgDf˜hˆÿÿ%`• …ˆÿÿ \gDf˜ …ˆÿÿ%`•@‹ˆÿÿ `gDf˜@‹ˆÿÿ%`•Žˆÿÿ dgDf˜Žˆÿÿ%`•pˆˆÿÿ hgDf˜pˆˆÿÿ%`•¨Œˆÿÿ lgDf˜¨Œˆÿÿ%`•>™ˆÿÿ pgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ tgDf˜¨<™ˆÿÿ%`•€(ˆÿÿ xgDf˜€(ˆÿÿ%`•h(ˆÿÿ |gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ €gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ „gDf˜8„(ˆÿÿ%`• …(ˆÿÿ ˆgDf˜ …(ˆÿÿ%`•‡(ˆÿÿ ŒgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ ”gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ ˜gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ œgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ  gDf˜Ž(ˆÿÿ%`• ˆÿÿ ¤gDf˜ ˆÿÿ%`•h ˆÿÿ ¨gDf˜h ˆÿÿ%`•Ð ˆÿÿ ¬gDf˜Ð ˆÿÿ%`•8 ˆÿÿ °gDf˜8 ˆÿÿ%`•  ˆÿÿ ´gDf˜  ˆÿÿ%`• ˆÿÿ ¸gDf˜ ˆÿÿ%`•p ˆÿÿ ¼gDf˜p ˆÿÿ%`•Ø ˆÿÿ ÀgDf˜Ø ˆÿÿ%`•@ ˆÿÿ ÄgDf˜@ ˆÿÿ%`•¨ ˆÿÿ ÈgDf˜¨ ˆÿÿ%`• ˆÿÿ ÌgDf˜ ˆÿÿ%`•€ ˆÿÿ ÐgDf˜€ ˆÿÿ%`•h ˆÿÿ ÔgDf˜h ˆÿÿ%`•Ђ ˆÿÿ ØgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ ÜgDf˜8„ ˆÿÿ%`• … ˆÿÿ àgDf˜ … ˆÿÿ%`•‡ ˆÿÿ ägDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ ègDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ ìgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ ðgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ ôgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ øgDf˜Ž ˆÿÿ%`•0)ˆÿÿ ügDf˜0)ˆÿÿ%`•h1)ˆÿÿ gDf˜h1)ˆÿÿ%`•Ð2)ˆÿÿ gDf˜Ð2)ˆÿÿ%`•84)ˆÿÿ gDf˜84)ˆÿÿ%`• 5)ˆÿÿ gDf˜ 5)ˆÿÿ%`•7)ˆÿÿ gDf˜7)ˆÿÿ%`•p8)ˆÿÿ gDf˜p8)ˆÿÿ%`•Ø9)ˆÿÿ gDf˜Ø9)ˆÿÿ%`•@;)ˆÿÿ gDf˜@;)ˆÿÿ%`•¨<)ˆÿÿ gDf˜¨<)ˆÿÿ%`•>)ˆÿÿ $gDf˜>)ˆÿÿ%`•)ˆÿÿ (gDf˜)ˆÿÿ%`•h)ˆÿÿ ,gDf˜h)ˆÿÿ%`•Ð)ˆÿÿ 0gDf˜Ð)ˆÿÿ%`•8)ˆÿÿ 4gDf˜8)ˆÿÿ%`• )ˆÿÿ 8gDf˜ )ˆÿÿ%`•)ˆÿÿ <gDf˜)ˆÿÿ%`•p)ˆÿÿ @gDf˜p)ˆÿÿ%`•Ø )ˆÿÿ DgDf˜Ø )ˆÿÿ%`•@ )ˆÿÿ HgDf˜@ )ˆÿÿ%`•¨ )ˆÿÿ LgDf˜¨ )ˆÿÿ%`•)ˆÿÿ PgDf˜)ˆÿÿ%`•…ˆÿÿ TgDf˜…ˆÿÿ%`•h‘…ˆÿÿ XgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ \gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ `gDf˜8”…ˆÿÿ%`• •…ˆÿÿ dgDf˜ •…ˆÿÿ%`•—…ˆÿÿ hgDf˜—…ˆÿÿ%`•p˜…ˆÿÿ lgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ pgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ tgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ xgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ |gDf˜ž…ˆÿÿ%`•2 ˆÿÿ €gDf˜2 ˆÿÿ%`•h2 ˆÿÿ „gDf˜h2 ˆÿÿ%`•Ð2 ˆÿÿ ˆgDf˜Ð2 ˆÿÿ%`•82 ˆÿÿ ŒgDf˜82 ˆÿÿ%`• 2 ˆÿÿ gDf˜ 2 ˆÿÿ%`•2 ˆÿÿ ”gDf˜2 ˆÿÿ%`•p2 ˆÿÿ ˜gDf˜p2 ˆÿÿ%`•Ø2 ˆÿÿ œgDf˜Ø2 ˆÿÿ%`•@2 ˆÿÿ  gDf˜@2 ˆÿÿ%`•¨2 ˆÿÿ ¤gDf˜¨2 ˆÿÿ%`•2 ˆÿÿ ¨gDf˜2 ˆÿÿ%`•ÐɈÿÿ ¬gDf˜ÐɈÿÿ%`•hÑɈÿÿ °gDf˜hÑɈÿÿ%`•ÐÒɈÿÿ ´gDf˜ÐÒɈÿÿ%`•8ÔɈÿÿ ¸gDf˜8ÔɈÿÿ%`• ÕɈÿÿ ¼gDf˜ ÕɈÿÿ%`•×Ɉÿÿ ÀgDf˜×Ɉÿÿ%`•pØÉˆÿÿ ÄgDf˜pØÉˆÿÿ%`•ØÙɈÿÿ ÈgDf˜ØÙɈÿÿ%`•@ÛɈÿÿ ÌgDf˜@ÛɈÿÿ%`•¨ÜɈÿÿ ÐgDf˜¨ÜɈÿÿ%`•ÞɈÿÿ ÔgDf˜ÞɈÿÿ%`• ¾ˆÿÿ ØgDf˜ ¾ˆÿÿ%`•h¡¾ˆÿÿ ÜgDf˜h¡¾ˆÿÿ%`•Т¾ˆÿÿ àgDf˜Ð¢¾ˆÿÿ%`•8¤¾ˆÿÿ ägDf˜8¤¾ˆÿÿ%`• ¥¾ˆÿÿ ègDf˜ ¥¾ˆÿÿ%`•§¾ˆÿÿ ìgDf˜§¾ˆÿÿ%`•p¨¾ˆÿÿ ðgDf˜p¨¾ˆÿÿ%`•Ø©¾ˆÿÿ ôgDf˜Ø©¾ˆÿÿ%`•@«¾ˆÿÿ øgDf˜@«¾ˆÿÿ%`•¨¬¾ˆÿÿ ügDf˜¨¬¾ˆÿÿ%`•®¾ˆÿÿgDf˜®¾ˆÿÿ%`•Ð߈ÿÿgDf˜Ð߈ÿÿ%`•hÑ߈ÿÿgDf˜hÑ߈ÿÿ%`•ÐÒ߈ÿÿ gDf˜ÐÒ߈ÿÿ%`•8Ô߈ÿÿgDf˜8Ô߈ÿÿ%`• Õ߈ÿÿgDf˜ Õ߈ÿÿ%`•×߈ÿÿgDf˜×߈ÿÿ%`•pØßˆÿÿgDf˜pØßˆÿÿ%`•ØÙ߈ÿÿ gDf˜ØÙ߈ÿÿ%`•@Û߈ÿÿ$gDf˜@Û߈ÿÿ%`•¨Ü߈ÿÿ(gDf˜¨Ü߈ÿÿ%`•Þ߈ÿÿ,gDf˜Þ߈ÿÿ%`•0Bˆÿÿ0gDf˜0Bˆÿÿ%`•h1Bˆÿÿ4gDf˜h1Bˆÿÿ%`•Ð2Bˆÿÿ8gDf˜Ð2Bˆÿÿ%`•84Bˆÿÿ<gDf˜84Bˆÿÿ%`• 5Bˆÿÿ@gDf˜ 5Bˆÿÿ%`•7BˆÿÿDgDf˜7Bˆÿÿ%`•p8BˆÿÿHgDf˜p8Bˆÿÿ%`•Ø9BˆÿÿLgDf˜Ø9Bˆÿÿ%`•@;BˆÿÿPgDf˜@;Bˆÿÿ%`•¨BˆÿÿXgDf˜>Bˆÿÿ%`•ðŠˆÿÿ\gDf˜ðŠˆÿÿ%`•hñŠˆÿÿ`gDf˜hñŠˆÿÿ%`•ÐòŠˆÿÿdgDf˜ÐòŠˆÿÿ%`•8ôŠˆÿÿhgDf˜8ôŠˆÿÿ%`• õŠˆÿÿlgDf˜ õŠˆÿÿ%`•÷ŠˆÿÿpgDf˜÷Šˆÿÿ%`•pøŠˆÿÿtgDf˜pøŠˆÿÿ%`•ØùŠˆÿÿxgDf˜ØùŠˆÿÿ%`•@ûŠˆÿÿ|gDf˜@ûŠˆÿÿ%`•¨üŠˆÿÿ€gDf˜¨üŠˆÿÿ%`•þŠˆÿÿ„gDf˜þŠˆÿÿ%`•àFˆÿÿˆgDf˜àFˆÿÿ%`•háFˆÿÿŒgDf˜háFˆÿÿ%`•ÐâFˆÿÿgDf˜ÐâFˆÿÿ%`•8äFˆÿÿ”gDf˜8äFˆÿÿ%`• åFˆÿÿ˜gDf˜ åFˆÿÿ%`•çFˆÿÿœgDf˜çFˆÿÿ%`•pèFˆÿÿ gDf˜pèFˆÿÿ%`•ØéFˆÿÿ¤gDf˜ØéFˆÿÿ%`•@ëFˆÿÿ¨gDf˜@ëFˆÿÿ%`•¨ìFˆÿÿ¬gDf˜¨ìFˆÿÿ%`•îFˆÿÿ°gDf˜îFˆÿÿ%`•@ ˆÿÿ´gDf˜@ ˆÿÿ%`•hA ˆÿÿ¸gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ¼gDf˜ÐB ˆÿÿ%`• E ˆÿÿÀ gDf˜ E ˆÿÿ%`•G ˆÿÿäügDf˜G ˆÿÿ%`•pH ˆÿÿàügDf˜pH ˆÿÿ%`•ØI ˆÿÿÜgDf˜ØI ˆÿÿ%`•@K ˆÿÿèügDf˜@K ˆÿÿ%`•¨L ˆÿÿäügDf˜¨L ˆÿÿ%`•N ˆÿÿàgDf˜N ˆÿÿ%`•¨<™ˆÿÿìügDf˜¨<™ˆÿÿ%`•>™ˆÿÿèŒgDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•8D ˆÿÿìˆgDf˜8D ˆÿÿ%`•8D ˆÿÿ gDf˜8D ˆÿÿ%`•8D ˆÿÿxgDf˜8D ˆÿÿ%`•@K ˆÿÿ|pgDf˜@K ˆÿÿ%`•¨L ˆÿÿðhgDf˜¨L ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•¨L ˆÿÿ\ŒgDf˜¨L ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•¨L ˆÿÿìxgDf˜¨L ˆÿÿ%`•@K ˆÿÿ7ôgDf˜@K ˆÿÿ%`•N ˆÿÿ8ø gDf˜N ˆÿÿ%`•N ˆÿÿ gDf˜N ˆÿÿ%`•N ˆÿÿìgDf˜N ˆÿÿ%`•@K ˆÿÿðgDf˜@K ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•@K ˆÿÿ\gDf˜@K ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•@K ˆÿÿp gDf˜@K ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•@K ˆÿÿ” gDf˜@K ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•@K ˆÿÿ¸gDf˜@K ˆÿÿ%`•@K ˆÿÿ¼gDf˜@K ˆÿÿ%`•@K ˆÿÿÀgDf˜@K ˆÿÿ%`•@K ˆÿÿÄgDf˜@K ˆÿÿ%`•@K ˆÿÿÈgDf˜@K ˆÿÿ%`•@K ˆÿÿÌgDf˜@K ˆÿÿ%`•ØI ˆÿÿÐgDf˜ØI ˆÿÿ%`•ØI ˆÿÿÔgDf˜ØI ˆÿÿ%`•@K ˆÿÿØgDf˜@K ˆÿÿ%`•pH ˆÿÿÜgDf˜pH ˆÿÿ%`•G ˆÿÿàgDf˜G ˆÿÿ%`•8D ˆÿÿägDf˜8D ˆÿÿ%`•N ˆÿÿègDf˜N ˆÿÿ%`•¨L ˆÿÿìgDf˜¨L ˆÿÿ%`• E ˆÿÿðgDf˜ E ˆÿÿ%`• E ˆÿÿôgDf˜ E ˆÿÿ%`•¨L ˆÿÿøgDf˜¨L ˆÿÿ%`•N ˆÿÿügDf˜N ˆÿÿ%`•8D ˆÿÿgDf˜8D ˆÿÿ%`•G ˆÿÿgDf˜G ˆÿÿ%`•pH ˆÿÿgDf˜pH ˆÿÿ%`•@K ˆÿÿ gDf˜@K ˆÿÿ%`•ØI ˆÿÿgDf˜ØI ˆÿÿ%`•ÐB ˆÿÿgDf˜ÐB ˆÿÿ%`•hA ˆÿÿgDf˜hA ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•ÀɈÿÿ(gDf˜ÀɈÿÿ%`•hÁɈÿÿ,gDf˜hÁɈÿÿ%`•ÐÂɈÿÿ0gDf˜ÐÂɈÿÿ%`•8ÄɈÿÿ4gDf˜8ÄɈÿÿ%`• ÅɈÿÿ8gDf˜ ÅɈÿÿ%`•ÇɈÿÿ<gDf˜ÇɈÿÿ%`•pÈɈÿÿ@gDf˜pÈɈÿÿ%`•ØÉɈÿÿDgDf˜ØÉɈÿÿ%`•@ËɈÿÿHgDf˜@ËɈÿÿ%`•¨ÌɈÿÿLgDf˜¨ÌɈÿÿ%`•ÎɈÿÿPgDf˜ÎɈÿÿ%`•ÎɈÿÿTgDf˜ÎɈÿÿ%`•¨ÌɈÿÿXgDf˜¨ÌɈÿÿ%`•@ËɈÿÿ\gDf˜@ËɈÿÿ%`•ØÉɈÿÿ`gDf˜ØÉɈÿÿ%`•pÈɈÿÿdgDf˜pÈɈÿÿ%`•ÇɈÿÿhgDf˜ÇɈÿÿ%`• ÅɈÿÿlgDf˜ ÅɈÿÿ%`•8ÄɈÿÿpgDf˜8ÄɈÿÿ%`•ÐÂɈÿÿtgDf˜ÐÂɈÿÿ%`•hÁɈÿÿxgDf˜hÁɈÿÿ%`•ÀɈÿÿ|gDf˜ÀɈÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ„gDf˜>™ˆÿÿ%`•ð ˆÿÿˆgDf˜ð ˆÿÿ%`•hñ ˆÿÿŒgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ”gDf˜8ô ˆÿÿ%`• õ ˆÿÿ˜gDf˜ õ ˆÿÿ%`•÷ ˆÿÿœgDf˜÷ ˆÿÿ%`•pø ˆÿÿ gDf˜pø ˆÿÿ%`•Øù ˆÿÿ¤gDf˜Øù ˆÿÿ%`•@û ˆÿÿ¨gDf˜@û ˆÿÿ%`•¨ü ˆÿÿ¬gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ°gDf˜þ ˆÿÿ%`•ˆÿÿ´gDf˜ˆÿÿ%`•h‘ˆÿÿ¸gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ¼gDf˜Ð’ˆÿÿ%`•8”ˆÿÿÀgDf˜8”ˆÿÿ%`• •ˆÿÿÄgDf˜ •ˆÿÿ%`•—ˆÿÿÈgDf˜—ˆÿÿ%`•p˜ˆÿÿÌgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿÐgDf˜Ø™ˆÿÿ%`•@›ˆÿÿÔgDf˜@›ˆÿÿ%`•¨œˆÿÿØgDf˜¨œˆÿÿ%`•žˆÿÿÜgDf˜žˆÿÿ%`• ˆÿÿàgDf˜ ˆÿÿ%`•h ˆÿÿägDf˜h ˆÿÿ%`•Ð ˆÿÿègDf˜Ð ˆÿÿ%`•8 ˆÿÿìgDf˜8 ˆÿÿ%`•  ˆÿÿðgDf˜  ˆÿÿ%`• ˆÿÿôgDf˜ ˆÿÿ%`•p ˆÿÿøgDf˜p ˆÿÿ%`•Ø  ˆÿÿügDf˜Ø  ˆÿÿ%`•@  ˆÿÿgDf˜@  ˆÿÿ%`•¨  ˆÿÿgDf˜¨  ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•À%ˆÿÿ gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ$gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ(gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ,gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ0gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ4gDf˜Î%ˆÿÿ%`•@ ˆÿÿ8gDf˜@ ˆÿÿ%`•hA ˆÿÿ<gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ@gDf˜ÐB ˆÿÿ%`•8D ˆÿÿDgDf˜8D ˆÿÿ%`• E ˆÿÿHgDf˜ E ˆÿÿ%`•G ˆÿÿLgDf˜G ˆÿÿ%`•pH ˆÿÿPgDf˜pH ˆÿÿ%`•ØI ˆÿÿTgDf˜ØI ˆÿÿ%`•@K ˆÿÿXgDf˜@K ˆÿÿ%`•¨L ˆÿÿ\gDf˜¨L ˆÿÿ%`•N ˆÿÿ`gDf˜N ˆÿÿ%`•>™ˆÿÿdgDf˜>™ˆÿÿ%`•¨<™ˆÿÿhgDf˜¨<™ˆÿÿ%`•Ø  ˆÿÿlgDf˜Ø  ˆÿÿ%`•p ˆÿÿpgDf˜p ˆÿÿ%`• ˆÿÿtgDf˜ ˆÿÿ%`•  ˆÿÿxgDf˜  ˆÿÿ%`•8 ˆÿÿ|gDf˜8 ˆÿÿ%`•Ð ˆÿÿ€gDf˜Ð ˆÿÿ%`•h ˆÿÿ„gDf˜h ˆÿÿ%`• ˆÿÿˆgDf˜ ˆÿÿ%`•ÀɈÿÿŒgDf˜ÀɈÿÿ%`•hÁɈÿÿgDf˜hÁɈÿÿ%`•ÐÂɈÿÿ”gDf˜ÐÂɈÿÿ%`•8ÄɈÿÿ˜gDf˜8ÄɈÿÿ%`• ÅɈÿÿœgDf˜ ÅɈÿÿ%`•ÇɈÿÿ gDf˜ÇɈÿÿ%`•pÈɈÿÿ¤gDf˜pÈɈÿÿ%`•ØÉɈÿÿ¨gDf˜ØÉɈÿÿ%`•@ËɈÿÿ¬gDf˜@ËɈÿÿ%`•¨ÌɈÿÿ°gDf˜¨ÌɈÿÿ%`•ÎɈÿÿ´gDf˜ÎɈÿÿ%`•pˆÿÿ¸gDf˜pˆÿÿ%`•hqˆÿÿ¼gDf˜hqˆÿÿ%`•ÐrˆÿÿÀgDf˜Ðrˆÿÿ%`•8tˆÿÿÄgDf˜8tˆÿÿ%`• uˆÿÿÈgDf˜ uˆÿÿ%`•wˆÿÿÌgDf˜wˆÿÿ%`•pxˆÿÿÐgDf˜pxˆÿÿ%`•ØyˆÿÿÔgDf˜Øyˆÿÿ%`•@{ˆÿÿØgDf˜@{ˆÿÿ%`•¨|ˆÿÿÜgDf˜¨|ˆÿÿ%`•~ˆÿÿàgDf˜~ˆÿÿ%`•À/ˆÿÿägDf˜À/ˆÿÿ%`•hÁ/ˆÿÿègDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿìgDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿôgDf˜8Ä/ˆÿÿ%`• Å/ˆÿÿøgDf˜ Å/ˆÿÿ%`•Ç/ˆÿÿügDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿ gDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿ gDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ gDf˜@Ë/ˆÿÿ%`•¨Ì/ˆÿÿ gDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ gDf˜Î/ˆÿÿ%`• ½ˆÿÿ gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ gDf˜8$½ˆÿÿ%`• %½ˆÿÿ $gDf˜ %½ˆÿÿ%`•'½ˆÿÿ (gDf˜'½ˆÿÿ%`•p(½ˆÿÿ ,gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ 0gDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ 4gDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ 8gDf˜¨,½ˆÿÿ%`•.½ˆÿÿ <gDf˜.½ˆÿÿ%`•@ ˆÿÿ @gDf˜@ ˆÿÿ%`•hA ˆÿÿ DgDf˜hA ˆÿÿ%`•ÐB ˆÿÿ HgDf˜ÐB ˆÿÿ%`•8D ˆÿÿ LgDf˜8D ˆÿÿ%`• E ˆÿÿ PgDf˜ E ˆÿÿ%`•G ˆÿÿ TgDf˜G ˆÿÿ%`•pH ˆÿÿ XgDf˜pH ˆÿÿ%`•ØI ˆÿÿ \gDf˜ØI ˆÿÿ%`•@K ˆÿÿ `gDf˜@K ˆÿÿ%`•¨L ˆÿÿ dgDf˜¨L ˆÿÿ%`•N ˆÿÿ hgDf˜N ˆÿÿ%`• ã ˆÿÿ lgDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ pgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ tgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ xgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ |gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ €gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ „gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ ˆgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ ŒgDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ ”gDf˜.ã ˆÿÿ%`•`7ˆÿÿ ˜gDf˜`7ˆÿÿ%`•ha7ˆÿÿ œgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ  gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ ¤gDf˜8d7ˆÿÿ%`• e7ˆÿÿ ¨gDf˜ e7ˆÿÿ%`•g7ˆÿÿ ¬gDf˜g7ˆÿÿ%`•ph7ˆÿÿ °gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ ´gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ ¸gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ ¼gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ ÀgDf˜n7ˆÿÿ%`•Àù ˆÿÿ ÄgDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ ÈgDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ ÌgDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ ÐgDf˜8Äù ˆÿÿ%`• Åù ˆÿÿ ÔgDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ ØgDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ ÜgDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ àgDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ ägDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿ ègDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ ìgDf˜Îù ˆÿÿ%`•°« ˆÿÿ ðgDf˜°« ˆÿÿ%`•h±« ˆÿÿ ôgDf˜h±« ˆÿÿ%`•в« ˆÿÿ øgDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿ ügDf˜8´« ˆÿÿ%`• µ« ˆÿÿ!gDf˜ µ« ˆÿÿ%`•·« ˆÿÿ!gDf˜·« ˆÿÿ%`•p¸« ˆÿÿ!gDf˜p¸« ˆÿÿ%`•ع« ˆÿÿ! gDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ!gDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ!gDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿ!gDf˜¾« ˆÿÿ%`• û ˆÿÿ!gDf˜ û ˆÿÿ%`•h!û ˆÿÿ! gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ!$gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ!(gDf˜8$û ˆÿÿ%`• %û ˆÿÿ!,gDf˜ %û ˆÿÿ%`•'û ˆÿÿ!0gDf˜'û ˆÿÿ%`•p(û ˆÿÿ!4gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ!8gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ!<gDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ!@gDf˜¨,û ˆÿÿ%`•.û ˆÿÿ!DgDf˜.û ˆÿÿ%`•à‚ˆÿÿ!HgDf˜à‚ˆÿÿ%`•hႈÿÿ!LgDf˜hႈÿÿ%`•Ð₈ÿÿ!PgDf˜Ð₈ÿÿ%`•8䂈ÿÿ!TgDf˜8䂈ÿÿ%`• å‚ˆÿÿ!XgDf˜ å‚ˆÿÿ%`•炈ÿÿ!\gDf˜ç‚ˆÿÿ%`•p肈ÿÿ!`gDf˜p肈ÿÿ%`•Øé‚ˆÿÿ!dgDf˜Øé‚ˆÿÿ%`•@낈ÿÿ!hgDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ!lgDf˜¨ì‚ˆÿÿ%`•ÿÿ!pgDf˜î‚ˆÿÿ%`• •ˆÿÿ!tgDf˜ •ˆÿÿ%`•h!•ˆÿÿ!xgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿ!|gDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿ!€gDf˜8$•ˆÿÿ%`• %•ˆÿÿ!„gDf˜ %•ˆÿÿ%`•'•ˆÿÿ!ˆgDf˜'•ˆÿÿ%`•p(•ˆÿÿ!ŒgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿ!gDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿ!”gDf˜@+•ˆÿÿ%`•¨,•ˆÿÿ!˜gDf˜¨,•ˆÿÿ%`•.•ˆÿÿ!œgDf˜.•ˆÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!¤gDf˜>™ˆÿÿ%`•@Ë/ˆÿÿ!¨gDf˜@Ë/ˆÿÿ%`•ØÉ/ˆÿÿ!¬gDf˜ØÉ/ˆÿÿ%`•pÈ/ˆÿÿ!°gDf˜pÈ/ˆÿÿ%`•Ç/ˆÿÿ!´gDf˜Ç/ˆÿÿ%`• Å/ˆÿÿ!¸gDf˜ Å/ˆÿÿ%`•8Ä/ˆÿÿ!¼gDf˜8Ä/ˆÿÿ%`•ÐÂ/ˆÿÿ!ÀgDf˜ÐÂ/ˆÿÿ%`•hÁ/ˆÿÿ!ÄgDf˜hÁ/ˆÿÿ%`•À/ˆÿÿ!ÈgDf˜À/ˆÿÿ%`•€ë ˆÿÿ!ÌgDf˜€ë ˆÿÿ%`•hë ˆÿÿ!ÐgDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ!ÔgDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿ!ØgDf˜8„ë ˆÿÿ%`• …ë ˆÿÿ!ÜgDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿ!àgDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿ!ägDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿ!ègDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿ!ìgDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ!ðgDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ!ôgDf˜Žë ˆÿÿ%`• ¨ˆÿÿ!øgDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ!ügDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ"gDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ"gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ"gDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿ" gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ"gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ"gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ"gDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿ"gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ" gDf˜®¨ˆÿÿ%`•ÀÖˆÿÿ"$gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ"(gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ",gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ"0gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ"4gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ"8gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ"<gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ"@gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ"DgDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ"HgDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ"LgDf˜ÎÖˆÿÿ%`•PFˆÿÿ"PgDf˜PFˆÿÿ%`•hQFˆÿÿ"TgDf˜hQFˆÿÿ%`•ÐRFˆÿÿ"XgDf˜ÐRFˆÿÿ%`•8TFˆÿÿ"\gDf˜8TFˆÿÿ%`• UFˆÿÿ"`gDf˜ UFˆÿÿ%`•WFˆÿÿ"dgDf˜WFˆÿÿ%`•pXFˆÿÿ"hgDf˜pXFˆÿÿ%`•ØYFˆÿÿ"lgDf˜ØYFˆÿÿ%`•@[Fˆÿÿ"pgDf˜@[Fˆÿÿ%`•¨\Fˆÿÿ"tgDf˜¨\Fˆÿÿ%`•^Fˆÿÿ"xgDf˜^Fˆÿÿ%`•ð ˆÿÿ"|gDf˜ð ˆÿÿ%`•hñ ˆÿÿ"€gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ"„gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ"ˆgDf˜8ô ˆÿÿ%`• õ ˆÿÿ"ŒgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ"gDf˜÷ ˆÿÿ%`•pø ˆÿÿ"”gDf˜pø ˆÿÿ%`•Øù ˆÿÿ"˜gDf˜Øù ˆÿÿ%`•@û ˆÿÿ"œgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ" gDf˜¨ü ˆÿÿ%`•þ ˆÿÿ"¤gDf˜þ ˆÿÿ%`•Î/ˆÿÿ"¨gDf˜Î/ˆÿÿ%`•¨Ì/ˆÿÿ"¬gDf˜¨Ì/ˆÿÿ%`•`7ˆÿÿ"°gDf˜`7ˆÿÿ%`• ½ˆÿÿ"´gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ"¸gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ"¼gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ"ÀgDf˜8$½ˆÿÿ%`• %½ˆÿÿ"ÄgDf˜ %½ˆÿÿ%`•'½ˆÿÿ"ÈgDf˜'½ˆÿÿ%`•p(½ˆÿÿ"ÌgDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ"ÐgDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ"ÔgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿ"ØgDf˜¨,½ˆÿÿ%`•.½ˆÿÿ"ÜgDf˜.½ˆÿÿ%`•Œˆÿÿ"àgDf˜Œˆÿÿ%`•hŒˆÿÿ"ägDf˜hŒˆÿÿ%`•ÐŒˆÿÿ"ègDf˜ÐŒˆÿÿ%`•8Œˆÿÿ"ìgDf˜8Œˆÿÿ%`• Œˆÿÿ"ðgDf˜ Œˆÿÿ%`•Œˆÿÿ"ôgDf˜Œˆÿÿ%`•pŒˆÿÿ"øgDf˜pŒˆÿÿ%`•ØŒˆÿÿ"ügDf˜ØŒˆÿÿ%`•@Œˆÿÿ#gDf˜@Œˆÿÿ%`•¨Œˆÿÿ#gDf˜¨Œˆÿÿ%`•Œˆÿÿ#gDf˜Œˆÿÿ%`•͈ÿÿ# gDf˜Íˆÿÿ%`•h͈ÿÿ#gDf˜h͈ÿÿ%`•Ð͈ÿÿ#gDf˜Ð͈ÿÿ%`•8͈ÿÿ#gDf˜8͈ÿÿ%`• Íˆÿÿ#gDf˜ Íˆÿÿ%`•͈ÿÿ# gDf˜Íˆÿÿ%`•p͈ÿÿ#$gDf˜p͈ÿÿ%`•ØÍˆÿÿ#(gDf˜ØÍˆÿÿ%`•@͈ÿÿ#,gDf˜@͈ÿÿ%`•¨Íˆÿÿ#0gDf˜¨Íˆÿÿ%`•͈ÿÿ#4gDf˜Íˆÿÿ%`•n7ˆÿÿ#8gDf˜n7ˆÿÿ%`•¨l7ˆÿÿ#<gDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ#@gDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ#DgDf˜Øi7ˆÿÿ%`•ph7ˆÿÿ#HgDf˜ph7ˆÿÿ%`•g7ˆÿÿ#LgDf˜g7ˆÿÿ%`• e7ˆÿÿ#PgDf˜ e7ˆÿÿ%`•8d7ˆÿÿ#TgDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ#XgDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ#\gDf˜ha7ˆÿÿ%`•¡ˆÿÿ#`gDf˜¡ˆÿÿ%`•h¡ˆÿÿ#dgDf˜h¡ˆÿÿ%`•Сˆÿÿ#hgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ#lgDf˜8¡ˆÿÿ%`• ¡ˆÿÿ#pgDf˜ ¡ˆÿÿ%`•¡ˆÿÿ#tgDf˜¡ˆÿÿ%`•p¡ˆÿÿ#xgDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ#|gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ#€gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ#„gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ#ˆgDf˜¡ˆÿÿ%`•0ð ˆÿÿ#ŒgDf˜0ð ˆÿÿ%`•h1ð ˆÿÿ#gDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿ#”gDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ#˜gDf˜84ð ˆÿÿ%`• 5ð ˆÿÿ#œgDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ# gDf˜7ð ˆÿÿ%`•p8ð ˆÿÿ#¤gDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ#¨gDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿ#¬gDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ#°gDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ#´gDf˜>ð ˆÿÿ%`•¨,•ˆÿÿ#¸gDf˜¨,•ˆÿÿ%`•@+•ˆÿÿ#¼gDf˜@+•ˆÿÿ%`•Ø)•ˆÿÿ#ÀgDf˜Ø)•ˆÿÿ%`•p(•ˆÿÿ#ÄgDf˜p(•ˆÿÿ%`•'•ˆÿÿ#ÈgDf˜'•ˆÿÿ%`• %•ˆÿÿ#ÌgDf˜ %•ˆÿÿ%`•8$•ˆÿÿ#ÐgDf˜8$•ˆÿÿ%`•Ð"•ˆÿÿ#ÔgDf˜Ð"•ˆÿÿ%`•h!•ˆÿÿ#ØgDf˜h!•ˆÿÿ%`• •ˆÿÿ#ÜgDf˜ •ˆÿÿ%`• þ ˆÿÿ#àgDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ#ägDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ#ègDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ#ìgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ#ðgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ#øgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ#ügDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ$gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ$gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ$gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ$ gDf˜®þ ˆÿÿ%`•02 ˆÿÿ$gDf˜02 ˆÿÿ%`•h12 ˆÿÿ$gDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ$gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ$gDf˜842 ˆÿÿ%`• 52 ˆÿÿ$ gDf˜ 52 ˆÿÿ%`•72 ˆÿÿ$$gDf˜72 ˆÿÿ%`•p82 ˆÿÿ$(gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ$,gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ$0gDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ$4gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ$8gDf˜>2 ˆÿÿ%`•.•ˆÿÿ$<gDf˜.•ˆÿÿ%`•>™ˆÿÿ$@gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ$DgDf˜¨<™ˆÿÿ%`•À/ˆÿÿ$HgDf˜À/ˆÿÿ%`•hÁ/ˆÿÿ$LgDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿ$PgDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿ$TgDf˜8Ä/ˆÿÿ%`• Å/ˆÿÿ$XgDf˜ Å/ˆÿÿ%`•Ç/ˆÿÿ$\gDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿ$`gDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿ$dgDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ$hgDf˜@Ë/ˆÿÿ%`•@«¨ˆÿÿ$lgDf˜@«¨ˆÿÿ%`•Ø©¨ˆÿÿ$pgDf˜Ø©¨ˆÿÿ%`•p¨¨ˆÿÿ$tgDf˜p¨¨ˆÿÿ%`•§¨ˆÿÿ$xgDf˜§¨ˆÿÿ%`• ¥¨ˆÿÿ$|gDf˜ ¥¨ˆÿÿ%`•8¤¨ˆÿÿ$€gDf˜8¤¨ˆÿÿ%`•Т¨ˆÿÿ$„gDf˜Ð¢¨ˆÿÿ%`•h¡¨ˆÿÿ$ˆgDf˜h¡¨ˆÿÿ%`• ¨ˆÿÿ$ŒgDf˜ ¨ˆÿÿ%`•ˆÿÿ$gDf˜ˆÿÿ%`•hˆÿÿ$”gDf˜hˆÿÿ%`•Јÿÿ$˜gDf˜Ðˆÿÿ%`•8ˆÿÿ$œgDf˜8ˆÿÿ%`• ˆÿÿ$ gDf˜ ˆÿÿ%`•ˆÿÿ$¤gDf˜ˆÿÿ%`•pˆÿÿ$¨gDf˜pˆÿÿ%`•Ø ˆÿÿ$¬gDf˜Ø ˆÿÿ%`•@ ˆÿÿ$°gDf˜@ ˆÿÿ%`•¨ ˆÿÿ$´gDf˜¨ ˆÿÿ%`•ˆÿÿ$¸gDf˜ˆÿÿ%`•®¨ˆÿÿ$¼gDf˜®¨ˆÿÿ%`•¨¬¨ˆÿÿ$ÀgDf˜¨¬¨ˆÿÿ%`•Øù ˆÿÿ$ÄgDf˜Øù ˆÿÿ%`•pø ˆÿÿ$ÈgDf˜pø ˆÿÿ%`•÷ ˆÿÿ$ÌgDf˜÷ ˆÿÿ%`• õ ˆÿÿ$ÐgDf˜ õ ˆÿÿ%`•8ô ˆÿÿ$ÔgDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ$ØgDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ$ÜgDf˜hñ ˆÿÿ%`•ð ˆÿÿ$àgDf˜ð ˆÿÿ%`•Bˆÿÿ$ägDf˜Bˆÿÿ%`•hBˆÿÿ$ègDf˜hBˆÿÿ%`•ÐBˆÿÿ$ìgDf˜ÐBˆÿÿ%`•8Bˆÿÿ$ðgDf˜8Bˆÿÿ%`• Bˆÿÿ$ôgDf˜ Bˆÿÿ%`•Bˆÿÿ$øgDf˜Bˆÿÿ%`•pBˆÿÿ$ügDf˜pBˆÿÿ%`•ØBˆÿÿ%gDf˜ØBˆÿÿ%`•@Bˆÿÿ%gDf˜@Bˆÿÿ%`•¨Bˆÿÿ%gDf˜¨Bˆÿÿ%`•Bˆÿÿ% gDf˜Bˆÿÿ%`• ïˆÿÿ%gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ%gDf˜h¡ïˆÿÿ%`•Тïˆÿÿ%gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ%gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ% gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ%$gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ%(gDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ%,gDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ%0gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ%4gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ%8gDf˜®ïˆÿÿ%`•þ ˆÿÿ%<gDf˜þ ˆÿÿ%`•¨ü ˆÿÿ%@gDf˜¨ü ˆÿÿ%`•@û ˆÿÿ%DgDf˜@û ˆÿÿ%`•¨Ì/ˆÿÿ%HgDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ%LgDf˜Î/ˆÿÿ%`•`7ˆÿÿ%PgDf˜`7ˆÿÿ%`•8͈ÿÿ%TgDf˜8͈ÿÿ%`•Ð͈ÿÿ%XgDf˜Ð͈ÿÿ%`•h͈ÿÿ%\gDf˜h͈ÿÿ%`•͈ÿÿ%`gDf˜Íˆÿÿ%`•9 ˆÿÿ%dgDf˜9 ˆÿÿ%`•h9 ˆÿÿ%hgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ%lgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ%pgDf˜89 ˆÿÿ%`• 9 ˆÿÿ%tgDf˜ 9 ˆÿÿ%`•9 ˆÿÿ%xgDf˜9 ˆÿÿ%`•p9 ˆÿÿ%|gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ%€gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ%„gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ%ˆgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ%ŒgDf˜9 ˆÿÿ%`•Žˆÿÿ%gDf˜Žˆÿÿ%`•hŽˆÿÿ%”gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ%˜gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ%œgDf˜8Žˆÿÿ%`• Žˆÿÿ% gDf˜ Žˆÿÿ%`•Žˆÿÿ%¤gDf˜Žˆÿÿ%`•pŽˆÿÿ%¨gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ%¬gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ%°gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ%´gDf˜¨ Žˆÿÿ%`•Žˆÿÿ%¸gDf˜Žˆÿÿ%`•͈ÿÿ%¼gDf˜Íˆÿÿ%`•¨Íˆÿÿ%ÀgDf˜¨Íˆÿÿ%`•@͈ÿÿ%ÄgDf˜@͈ÿÿ%`•ØÍˆÿÿ%ÈgDf˜ØÍˆÿÿ%`•p͈ÿÿ%ÌgDf˜p͈ÿÿ%`•͈ÿÿ%ÐgDf˜Íˆÿÿ%`• Íˆÿÿ%ÔgDf˜ Íˆÿÿ%`•ha7ˆÿÿ%ØgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ%ÜgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ%àgDf˜8d7ˆÿÿ%`• e7ˆÿÿ%ägDf˜ e7ˆÿÿ%`•g7ˆÿÿ%ègDf˜g7ˆÿÿ%`•ph7ˆÿÿ%ìgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ%ðgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ%ôgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ%øgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ%ügDf˜n7ˆÿÿ%`•84ð ˆÿÿ&gDf˜84ð ˆÿÿ%`•Ð2ð ˆÿÿ&gDf˜Ð2ð ˆÿÿ%`•h1ð ˆÿÿ&gDf˜h1ð ˆÿÿ%`•0ð ˆÿÿ& gDf˜0ð ˆÿÿ%`•  ˆÿÿ&gDf˜  ˆÿÿ%`•h¡ ˆÿÿ&gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ&gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ&gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ& gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ&$gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ&(gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ&,gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ&0gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ&4gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ&8gDf˜® ˆÿÿ%`•>ð ˆÿÿ&<gDf˜>ð ˆÿÿ%`•¨<ð ˆÿÿ&@gDf˜¨<ð ˆÿÿ%`•@;ð ˆÿÿ&DgDf˜@;ð ˆÿÿ%`•Ø9ð ˆÿÿ&HgDf˜Ø9ð ˆÿÿ%`•p8ð ˆÿÿ&LgDf˜p8ð ˆÿÿ%`•7ð ˆÿÿ&PgDf˜7ð ˆÿÿ%`• 5ð ˆÿÿ&TgDf˜ 5ð ˆÿÿ%`• •ˆÿÿ&XgDf˜ •ˆÿÿ%`•h!•ˆÿÿ&\gDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿ&`gDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿ&dgDf˜8$•ˆÿÿ%`• %•ˆÿÿ&hgDf˜ %•ˆÿÿ%`•'•ˆÿÿ&lgDf˜'•ˆÿÿ%`•p(•ˆÿÿ&pgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿ&tgDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿ&xgDf˜@+•ˆÿÿ%`•¨,•ˆÿÿ&|gDf˜¨,•ˆÿÿ%`•842 ˆÿÿ&€gDf˜842 ˆÿÿ%`•Ð22 ˆÿÿ&„gDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿ&ˆgDf˜h12 ˆÿÿ%`•02 ˆÿÿ&ŒgDf˜02 ˆÿÿ%`••ˆÿÿ&gDf˜•ˆÿÿ%`•h•ˆÿÿ&”gDf˜h•ˆÿÿ%`•Еˆÿÿ&˜gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ&œgDf˜8•ˆÿÿ%`• •ˆÿÿ& gDf˜ •ˆÿÿ%`••ˆÿÿ&¤gDf˜•ˆÿÿ%`•p•ˆÿÿ&¨gDf˜p•ˆÿÿ%`•Ø•ˆÿÿ&¬gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ&°gDf˜@•ˆÿÿ%`•¨•ˆÿÿ&´gDf˜¨•ˆÿÿ%`••ˆÿÿ&¸gDf˜•ˆÿÿ%`•>2 ˆÿÿ&¼gDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿ&ÀgDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿ&ÄgDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿ&ÈgDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿ&ÌgDf˜p82 ˆÿÿ%`•72 ˆÿÿ&ÐgDf˜72 ˆÿÿ%`• 52 ˆÿÿ&ÔgDf˜ 52 ˆÿÿ%`•.•ˆÿÿ&ØgDf˜.•ˆÿÿ%`•¨<™ˆÿÿ&ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ&àgDf˜>™ˆÿÿ%`•@Ë/ˆÿÿ&ägDf˜@Ë/ˆÿÿ%`•ØÉ/ˆÿÿ&ègDf˜ØÉ/ˆÿÿ%`•pÈ/ˆÿÿ&ìgDf˜pÈ/ˆÿÿ%`•Ç/ˆÿÿ&ðgDf˜Ç/ˆÿÿ%`• Å/ˆÿÿ&ôgDf˜ Å/ˆÿÿ%`•8Ä/ˆÿÿ&øgDf˜8Ä/ˆÿÿ%`•ÐÂ/ˆÿÿ&ügDf˜ÐÂ/ˆÿÿ%`•hÁ/ˆÿÿ'gDf˜hÁ/ˆÿÿ%`•À/ˆÿÿ'gDf˜À/ˆÿÿ%`• ¨ˆÿÿ'gDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿ' gDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿ'gDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿ'gDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿ'gDf˜ ¥¨ˆÿÿ%`•¨¬¨ˆÿÿ'gDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿ' gDf˜®¨ˆÿÿ%`•§¨ˆÿÿ'$gDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ'(gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿ',gDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿ'0gDf˜@«¨ˆÿÿ%`•ð ˆÿÿ'4gDf˜ð ˆÿÿ%`•hñ ˆÿÿ'8gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ'<gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ'@gDf˜8ô ˆÿÿ%`• õ ˆÿÿ'DgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ'HgDf˜÷ ˆÿÿ%`•pø ˆÿÿ'LgDf˜pø ˆÿÿ%`•Øù ˆÿÿ'PgDf˜Øù ˆÿÿ%`•8¤ïˆÿÿ'TgDf˜8¤ïˆÿÿ%`•Тïˆÿÿ'XgDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ'\gDf˜h¡ïˆÿÿ%`• ïˆÿÿ'`gDf˜ ïˆÿÿ%`•€¹ˆÿÿ'dgDf˜€¹ˆÿÿ%`•h¹ˆÿÿ'hgDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ'lgDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿ'pgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿ'tgDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿ'xgDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿ'|gDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿ'€gDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿ'„gDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿ'ˆgDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿ'ŒgDf˜޹ˆÿÿ%`•ÀÖˆÿÿ'gDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ'”gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ'˜gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ'œgDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ' gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ'¤gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ'¨gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ'¬gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ'°gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ'´gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ'¸gDf˜ÎÖˆÿÿ%`•®ïˆÿÿ'¼gDf˜®ïˆÿÿ%`•¨¬ïˆÿÿ'ÀgDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿ'ÄgDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿ'ÈgDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿ'ÌgDf˜p¨ïˆÿÿ%`•§ïˆÿÿ'ÐgDf˜§ïˆÿÿ%`• ¥ïˆÿÿ'ÔgDf˜ ¥ïˆÿÿ%`•@û ˆÿÿ'ØgDf˜@û ˆÿÿ%`•¨ü ˆÿÿ'ÜgDf˜¨ü ˆÿÿ%`•þ ˆÿÿ'àgDf˜þ ˆÿÿ%`•Î/ˆÿÿ'ägDf˜Î/ˆÿÿ%`•¨Ì/ˆÿÿ'ègDf˜¨Ì/ˆÿÿ%`•`7ˆÿÿ'ìgDf˜`7ˆÿÿ%`•͈ÿÿ'ðgDf˜Íˆÿÿ%`•h͈ÿÿ'ôgDf˜h͈ÿÿ%`•Ð͈ÿÿ'ügDf˜Ð͈ÿÿ%`•8͈ÿÿ(gDf˜8͈ÿÿ%`•8Žˆÿÿ(gDf˜8Žˆÿÿ%`•ÐŽˆÿÿ(gDf˜ÐŽˆÿÿ%`•hŽˆÿÿ( gDf˜hŽˆÿÿ%`•Žˆÿÿ(gDf˜Žˆÿÿ%`•@ ˆÿÿ(gDf˜@ ˆÿÿ%`•hA ˆÿÿ(gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ(gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ( gDf˜8D ˆÿÿ%`• E ˆÿÿ($gDf˜ E ˆÿÿ%`•G ˆÿÿ((gDf˜G ˆÿÿ%`•pH ˆÿÿ(,gDf˜pH ˆÿÿ%`•ØI ˆÿÿ(0gDf˜ØI ˆÿÿ%`•@K ˆÿÿ(4gDf˜@K ˆÿÿ%`•¨L ˆÿÿ(8gDf˜¨L ˆÿÿ%`•N ˆÿÿ(<gDf˜N ˆÿÿ%`•Žˆÿÿ(@gDf˜Žˆÿÿ%`•¨ Žˆÿÿ(DgDf˜¨ Žˆÿÿ%`•@ Žˆÿÿ(HgDf˜@ Žˆÿÿ%`•Ø Žˆÿÿ(LgDf˜Ø Žˆÿÿ%`•pŽˆÿÿ(PgDf˜pŽˆÿÿ%`•Žˆÿÿ(TgDf˜Žˆÿÿ%`• Žˆÿÿ(XgDf˜ Žˆÿÿ%`• Íˆÿÿ(\gDf˜ Íˆÿÿ%`•͈ÿÿ(`gDf˜Íˆÿÿ%`•p͈ÿÿ(dgDf˜p͈ÿÿ%`•ØÍˆÿÿ(hgDf˜ØÍˆÿÿ%`•@͈ÿÿ(lgDf˜@͈ÿÿ%`•¨Íˆÿÿ(pgDf˜¨Íˆÿÿ%`•͈ÿÿ(tgDf˜Íˆÿÿ%`•n7ˆÿÿ(xgDf˜n7ˆÿÿ%`•¨l7ˆÿÿ(|gDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ(€gDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ(„gDf˜Øi7ˆÿÿ%`•ph7ˆÿÿ(ˆgDf˜ph7ˆÿÿ%`•g7ˆÿÿ(ŒgDf˜g7ˆÿÿ%`• e7ˆÿÿ(gDf˜ e7ˆÿÿ%`•8d7ˆÿÿ(”gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ(˜gDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ(œgDf˜ha7ˆÿÿ%`•¨,•ˆÿÿ( gDf˜¨,•ˆÿÿ%`•@+•ˆÿÿ(¤gDf˜@+•ˆÿÿ%`•Ø)•ˆÿÿ(¨gDf˜Ø)•ˆÿÿ%`•p(•ˆÿÿ(¬gDf˜p(•ˆÿÿ%`•'•ˆÿÿ(°gDf˜'•ˆÿÿ%`• %•ˆÿÿ(´gDf˜ %•ˆÿÿ%`•8$•ˆÿÿ(¸gDf˜8$•ˆÿÿ%`•Ð"•ˆÿÿ(¼gDf˜Ð"•ˆÿÿ%`•h!•ˆÿÿ(ÀgDf˜h!•ˆÿÿ%`• •ˆÿÿ(ÄgDf˜ •ˆÿÿ%`•02 ˆÿÿ(ÈgDf˜02 ˆÿÿ%`•h12 ˆÿÿ(ÌgDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ(ÐgDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ(ÔgDf˜842 ˆÿÿ%`•8•ˆÿÿ(ØgDf˜8•ˆÿÿ%`•Еˆÿÿ(ÜgDf˜Ð•ˆÿÿ%`•h•ˆÿÿ(àgDf˜h•ˆÿÿ%`••ˆÿÿ(ägDf˜•ˆÿÿ%`• #ˆÿÿ(ègDf˜ #ˆÿÿ%`•h¡#ˆÿÿ(ìgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ(ðgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ(ôgDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ(øgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ(ügDf˜§#ˆÿÿ%`•p¨#ˆÿÿ)gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ)gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ)gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ) gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ)gDf˜®#ˆÿÿ%`•ð:ˆÿÿ)gDf˜ð:ˆÿÿ%`•hñ:ˆÿÿ)gDf˜hñ:ˆÿÿ%`•Ðò:ˆÿÿ)gDf˜Ðò:ˆÿÿ%`•8ô:ˆÿÿ) gDf˜8ô:ˆÿÿ%`• õ:ˆÿÿ)$gDf˜ õ:ˆÿÿ%`•÷:ˆÿÿ)(gDf˜÷:ˆÿÿ%`•pø:ˆÿÿ),gDf˜pø:ˆÿÿ%`•Øù:ˆÿÿ)0gDf˜Øù:ˆÿÿ%`•@û:ˆÿÿ)4gDf˜@û:ˆÿÿ%`•¨ü:ˆÿÿ)8gDf˜¨ü:ˆÿÿ%`•þ:ˆÿÿ)<gDf˜þ:ˆÿÿ%`••ˆÿÿ)@gDf˜•ˆÿÿ%`•¨•ˆÿÿ)DgDf˜¨•ˆÿÿ%`•@•ˆÿÿ)HgDf˜@•ˆÿÿ%`•Ø•ˆÿÿ)LgDf˜Ø•ˆÿÿ%`•p•ˆÿÿ)PgDf˜p•ˆÿÿ%`••ˆÿÿ)TgDf˜•ˆÿÿ%`• •ˆÿÿ)XgDf˜ •ˆÿÿ%`• 52 ˆÿÿ)\gDf˜ 52 ˆÿÿ%`•72 ˆÿÿ)`gDf˜72 ˆÿÿ%`•p82 ˆÿÿ)dgDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ)hgDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ)lgDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ)pgDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ)tgDf˜>2 ˆÿÿ%`•.•ˆÿÿ)xgDf˜.•ˆÿÿ%`•>™ˆÿÿ)|gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ)€gDf˜¨<™ˆÿÿ%`•À/ˆÿÿ)„gDf˜À/ˆÿÿ%`•hÁ/ˆÿÿ)ˆgDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿ)ŒgDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿ)gDf˜8Ä/ˆÿÿ%`• Å/ˆÿÿ)”gDf˜ Å/ˆÿÿ%`•Ç/ˆÿÿ)˜gDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿ)œgDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿ) gDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ)¤gDf˜@Ë/ˆÿÿ%`•Øù ˆÿÿ)¨gDf˜Øù ˆÿÿ%`•pø ˆÿÿ)¬gDf˜pø ˆÿÿ%`•÷ ˆÿÿ)°gDf˜÷ ˆÿÿ%`• õ ˆÿÿ)´gDf˜ õ ˆÿÿ%`•8ô ˆÿÿ)¸gDf˜8ô ˆÿÿ%`•Ðò ˆÿÿ)¼gDf˜Ðò ˆÿÿ%`•hñ ˆÿÿ)ÀgDf˜hñ ˆÿÿ%`•ð ˆÿÿ)ÄgDf˜ð ˆÿÿ%`• ïˆÿÿ)ÈgDf˜ ïˆÿÿ%`•h¡ïˆÿÿ)ÌgDf˜h¡ïˆÿÿ%`•Тïˆÿÿ)ÐgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ)ÔgDf˜8¤ïˆÿÿ%`•8ÄÖˆÿÿ)ØgDf˜8ÄÖˆÿÿ%`•ÐÂÖˆÿÿ)ÜgDf˜ÐÂÖˆÿÿ%`•hÁÖˆÿÿ)àgDf˜hÁÖˆÿÿ%`•ÀÖˆÿÿ)ägDf˜ÀÖˆÿÿ%`• ã ˆÿÿ)ègDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ)ìgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ)ðgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ)ôgDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ)øgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ)ügDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ*gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ*gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ*gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ* gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ*gDf˜.ã ˆÿÿ%`•€¹ˆÿÿ*gDf˜€¹ˆÿÿ%`•h¹ˆÿÿ*gDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ*gDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿ* gDf˜8„¹ˆÿÿ%`• …¹ˆÿÿ*$gDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿ*(gDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿ*,gDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿ*0gDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿ*4gDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿ*8gDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿ*<gDf˜޹ˆÿÿ%`•ÎÖˆÿÿ*@gDf˜ÎÖˆÿÿ%`•¨ÌÖˆÿÿ*DgDf˜¨ÌÖˆÿÿ%`•@ËÖˆÿÿ*HgDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿ*LgDf˜ØÉÖˆÿÿ%`•pÈÖˆÿÿ*PgDf˜pÈÖˆÿÿ%`•ÇÖˆÿÿ*TgDf˜ÇÖˆÿÿ%`• ÅÖˆÿÿ*XgDf˜ ÅÖˆÿÿ%`• ¥ïˆÿÿ*\gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ*`gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ*dgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ*hgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ*lgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ*pgDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ*tgDf˜®ïˆÿÿ%`•þ ˆÿÿ*xgDf˜þ ˆÿÿ%`•¨ü ˆÿÿ*|gDf˜¨ü ˆÿÿ%`•@û ˆÿÿ*€gDf˜@û ˆÿÿ%`•¨Ì/ˆÿÿ*„gDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ*ˆgDf˜Î/ˆÿÿ%`•`7ˆÿÿ*ŒgDf˜`7ˆÿÿ%`•8͈ÿÿ*gDf˜8͈ÿÿ%`•Ð͈ÿÿ*”gDf˜Ð͈ÿÿ%`•h͈ÿÿ*˜gDf˜h͈ÿÿ%`•͈ÿÿ*œgDf˜Íˆÿÿ%`•͈ÿÿ* gDf˜Íˆÿÿ%`•¨Íˆÿÿ*¤gDf˜¨Íˆÿÿ%`•@͈ÿÿ*¨gDf˜@͈ÿÿ%`•ØÍˆÿÿ*¬gDf˜ØÍˆÿÿ%`•p͈ÿÿ*°gDf˜p͈ÿÿ%`•͈ÿÿ*´gDf˜Íˆÿÿ%`• Íˆÿÿ*¸gDf˜ Íˆÿÿ%`•ha7ˆÿÿ*¼gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ*ÀgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ*ÄgDf˜8d7ˆÿÿ%`• e7ˆÿÿ*ÈgDf˜ e7ˆÿÿ%`•g7ˆÿÿ*ÌgDf˜g7ˆÿÿ%`•ph7ˆÿÿ*ÐgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ*ÔgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ*ØgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ*ÜgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ*àgDf˜n7ˆÿÿ%`•¨,•ˆÿÿ*ägDf˜¨,•ˆÿÿ%`•Žˆÿÿ*ègDf˜Žˆÿÿ%`•hŽˆÿÿ*ìgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ*ðgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ*ôgDf˜8Žˆÿÿ%`• Žˆÿÿ*øgDf˜ Žˆÿÿ%`•Žˆÿÿ*ügDf˜Žˆÿÿ%`•pŽˆÿÿ+gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ+gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ+gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ+ gDf˜¨ Žˆÿÿ%`•Žˆÿÿ+gDf˜Žˆÿÿ%`•Àù ˆÿÿ+gDf˜Àù ˆÿÿ%`•hÁù ˆÿÿ+gDf˜hÁù ˆÿÿ%`•ÐÂù ˆÿÿ+gDf˜ÐÂù ˆÿÿ%`•8Äù ˆÿÿ+ gDf˜8Äù ˆÿÿ%`• Åù ˆÿÿ+$gDf˜ Åù ˆÿÿ%`•Çù ˆÿÿ+(gDf˜Çù ˆÿÿ%`•pÈù ˆÿÿ+,gDf˜pÈù ˆÿÿ%`•ØÉù ˆÿÿ+0gDf˜ØÉù ˆÿÿ%`•@Ëù ˆÿÿ+4gDf˜@Ëù ˆÿÿ%`•¨Ìù ˆÿÿ+8gDf˜¨Ìù ˆÿÿ%`•Îù ˆÿÿ+<gDf˜Îù ˆÿÿ%`• •ˆÿÿ+@gDf˜ •ˆÿÿ%`•h!•ˆÿÿ+DgDf˜h!•ˆÿÿ%`•Ð"•ˆÿÿ+HgDf˜Ð"•ˆÿÿ%`•8$•ˆÿÿ+LgDf˜8$•ˆÿÿ%`• %•ˆÿÿ+PgDf˜ %•ˆÿÿ%`•'•ˆÿÿ+TgDf˜'•ˆÿÿ%`•p(•ˆÿÿ+XgDf˜p(•ˆÿÿ%`•Ø)•ˆÿÿ+\gDf˜Ø)•ˆÿÿ%`•@+•ˆÿÿ+`gDf˜@+•ˆÿÿ%`•842 ˆÿÿ+dgDf˜842 ˆÿÿ%`•Ð22 ˆÿÿ+hgDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿ+lgDf˜h12 ˆÿÿ%`•02 ˆÿÿ+pgDf˜02 ˆÿÿ%`••ˆÿÿ+tgDf˜•ˆÿÿ%`•h•ˆÿÿ+xgDf˜h•ˆÿÿ%`•Еˆÿÿ+|gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ+€gDf˜8•ˆÿÿ%`•8ô:ˆÿÿ+„gDf˜8ô:ˆÿÿ%`•Ðò:ˆÿÿ+ˆgDf˜Ðò:ˆÿÿ%`•hñ:ˆÿÿ+ŒgDf˜hñ:ˆÿÿ%`•ð:ˆÿÿ+gDf˜ð:ˆÿÿ%`•  ˆÿÿ+”gDf˜  ˆÿÿ%`•h¡ ˆÿÿ+˜gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ+œgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ+ gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ+¤gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ+¨gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ+¬gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ+°gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ+´gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ+¸gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ+¼gDf˜® ˆÿÿ%`•þ:ˆÿÿ+ÀgDf˜þ:ˆÿÿ%`•¨ü:ˆÿÿ+ÄgDf˜¨ü:ˆÿÿ%`•@û:ˆÿÿ+ÈgDf˜@û:ˆÿÿ%`•Øù:ˆÿÿ+ÌgDf˜Øù:ˆÿÿ%`•pø:ˆÿÿ+ÐgDf˜pø:ˆÿÿ%`•÷:ˆÿÿ+ÔgDf˜÷:ˆÿÿ%`• õ:ˆÿÿ+ØgDf˜ õ:ˆÿÿ%`• •ˆÿÿ+ÜgDf˜ •ˆÿÿ%`••ˆÿÿ+àgDf˜•ˆÿÿ%`•p•ˆÿÿ+ägDf˜p•ˆÿÿ%`•Ø•ˆÿÿ+ègDf˜Ø•ˆÿÿ%`•@•ˆÿÿ+ìgDf˜@•ˆÿÿ%`•¨•ˆÿÿ+ðgDf˜¨•ˆÿÿ%`••ˆÿÿ+ôgDf˜•ˆÿÿ%`•>2 ˆÿÿ+øgDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿ,gDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿ,gDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿ,gDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿ, gDf˜p82 ˆÿÿ%`•72 ˆÿÿ,gDf˜72 ˆÿÿ%`• 52 ˆÿÿ,gDf˜ 52 ˆÿÿ%`•.•ˆÿÿ,gDf˜.•ˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ, gDf˜>™ˆÿÿ%`•@Ë/ˆÿÿ,$gDf˜@Ë/ˆÿÿ%`•ØÉ/ˆÿÿ,(gDf˜ØÉ/ˆÿÿ%`•pÈ/ˆÿÿ,,gDf˜pÈ/ˆÿÿ%`•Ç/ˆÿÿ,0gDf˜Ç/ˆÿÿ%`• Å/ˆÿÿ,4gDf˜ Å/ˆÿÿ%`•8Ä/ˆÿÿ,8gDf˜8Ä/ˆÿÿ%`•ÐÂ/ˆÿÿ,<gDf˜ÐÂ/ˆÿÿ%`•hÁ/ˆÿÿ,@gDf˜hÁ/ˆÿÿ%`•À/ˆÿÿ,DgDf˜À/ˆÿÿ%`•ð ˆÿÿ,HgDf˜ð ˆÿÿ%`•hñ ˆÿÿ,LgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ,PgDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ,TgDf˜8ô ˆÿÿ%`• õ ˆÿÿ,XgDf˜ õ ˆÿÿ%`•÷ ˆÿÿ,\gDf˜÷ ˆÿÿ%`•pø ˆÿÿ,`gDf˜pø ˆÿÿ%`•Øù ˆÿÿ,dgDf˜Øù ˆÿÿ%`•8¤ïˆÿÿ,hgDf˜8¤ïˆÿÿ%`•Тïˆÿÿ,lgDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ,pgDf˜h¡ïˆÿÿ%`• ïˆÿÿ,tgDf˜ ïˆÿÿ%`•ÀÖˆÿÿ,xgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ,|gDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ,€gDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ,„gDf˜8ÄÖˆÿÿ%`•8„¹ˆÿÿ,ˆgDf˜8„¹ˆÿÿ%`•Ђ¹ˆÿÿ,ŒgDf˜Ð‚¹ˆÿÿ%`•h¹ˆÿÿ,gDf˜h¹ˆÿÿ%`•€¹ˆÿÿ,”gDf˜€¹ˆÿÿ%`•Bˆÿÿ,˜gDf˜Bˆÿÿ%`•hBˆÿÿ,œgDf˜hBˆÿÿ%`•ÐBˆÿÿ, gDf˜ÐBˆÿÿ%`•8Bˆÿÿ,¤gDf˜8Bˆÿÿ%`• Bˆÿÿ,¨gDf˜ Bˆÿÿ%`•Bˆÿÿ,¬gDf˜Bˆÿÿ%`•pBˆÿÿ,°gDf˜pBˆÿÿ%`•ØBˆÿÿ,´gDf˜ØBˆÿÿ%`•@Bˆÿÿ,¸gDf˜@Bˆÿÿ%`•¨Bˆÿÿ,¼gDf˜¨Bˆÿÿ%`•Bˆÿÿ,ÀgDf˜Bˆÿÿ%`•޹ˆÿÿ,ÄgDf˜޹ˆÿÿ%`•¨Œ¹ˆÿÿ,ÈgDf˜¨Œ¹ˆÿÿ%`•@‹¹ˆÿÿ,ÌgDf˜@‹¹ˆÿÿ%`•؉¹ˆÿÿ,ÐgDf˜Ø‰¹ˆÿÿ%`•pˆ¹ˆÿÿ,ÔgDf˜pˆ¹ˆÿÿ%`•‡¹ˆÿÿ,ØgDf˜‡¹ˆÿÿ%`• …¹ˆÿÿ,ÜgDf˜ …¹ˆÿÿ%`• ÅÖˆÿÿ,àgDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ,ägDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ,ègDf˜pÈÖˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,ìgDf˜'ˆÿÿ%`•pÈÖˆÿÿgDf˜pÈÖˆÿÿ%`•8ÄÖˆÿÿ gDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿgDf˜ ÅÖˆÿÿ%`•ÐÂÖˆÿÿ7ègDf˜ÐÂÖˆÿÿ%`•ÇÖˆÿÿ`ÈgDf˜ÇÖˆÿÿ%`•hÁÖˆÿÿgDf˜hÁÖˆÿÿ%`•@ËÖˆÿÿƒ,gDf˜@ËÖˆÿÿ%`•ØÉÖˆÿÿƒ4gDf˜ØÉÖˆÿÿ%`•ÀÖˆÿÿÑdgDf˜ÀÖˆÿÿ%`•ÎÖˆÿÿìlgDf˜ÎÖˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•¨ÌÖˆÿÿƒ<gDf˜¨ÌÖˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿ,ðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,ôgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-ôgDf˜'ˆÿÿ%`•Àº ˆÿÿ-øügDf˜Àº ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.ôgDf˜'ˆÿÿ%`•Àº ˆÿÿ.øgDf˜Àº ˆÿÿ%`•к ˆÿÿ0gDf˜Ðº ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1gDf˜'ˆÿÿ%`•к ˆÿÿ1ügDf˜Ðº ˆÿÿ%`• Åº ˆÿÿ3ðgDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿ4ügDf˜8ĺ ˆÿÿ%`•Àº ˆÿÿ6gDf˜Àº ˆÿÿ%`•pȺ ˆÿÿ6ügDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿ8gDf˜Ǻ ˆÿÿ%`•hÁº ˆÿÿ8 ügDf˜hÁº ˆÿÿ%`•ØÉº ˆÿÿ:gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ: œgDf˜@˺ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:¨gDf˜'ˆÿÿ%`•ØÉº ˆÿÿ{°gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿgDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿzL gDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ{gDf˜ØÉº ˆÿÿ%`•ØÉº ˆÿÿ gDf˜ØÉº ˆÿÿ%`•ØÉº ˆÿÿgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ/øgDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ~gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ{tgDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ!gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ gDf˜@˺ ˆÿÿ%`•@˺ ˆÿÿ:¬gDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ:°\gDf˜ØÉº ˆÿÿ%`•hÁº ˆÿÿ<ègDf˜hÁº ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<øgDf˜'ˆÿÿ%`•hÁº ˆÿÿ<ügDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ= gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ=gDf˜hÁº ˆÿÿ%`•hÁº ˆÿÿ= gDf˜hÁº ˆÿÿ%`•к ˆÿÿ=$gDf˜Ðº ˆÿÿ%`•¨Ìº ˆÿÿ=(gDf˜¨Ìº ˆÿÿ%`•¨Ìº ˆÿÿ=,gDf˜¨Ìº ˆÿÿ%`•к ˆÿÿ=0gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ=4gDf˜hÁº ˆÿÿ%`•κ ˆÿÿ=8gDf˜κ ˆÿÿ%`• Åº ˆÿÿ=<gDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿ=@gDf˜8ĺ ˆÿÿ%`•Àº ˆÿÿ=DgDf˜Àº ˆÿÿ%`•pȺ ˆÿÿ=HgDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿ=LgDf˜Ǻ ˆÿÿ%`•ØÉº ˆÿÿ=PgDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ=TgDf˜@˺ ˆÿÿ%`•¨<™ˆÿÿ=XgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ=\gDf˜>™ˆÿÿ%`•Pˆÿÿ=`gDf˜Pˆÿÿ%`•hQˆÿÿ=dgDf˜hQˆÿÿ%`•hQˆÿÿ=hgDf˜hQˆÿÿ%`•Pˆÿÿ=lgDf˜Pˆÿÿ%`•ÐRˆÿÿ=pgDf˜ÐRˆÿÿ%`•8Tˆÿÿ=tgDf˜8Tˆÿÿ%`• Uˆÿÿ=xgDf˜ Uˆÿÿ%`•Wˆÿÿ=|gDf˜Wˆÿÿ%`•pXˆÿÿ=€gDf˜pXˆÿÿ%`•ØYˆÿÿ=„gDf˜ØYˆÿÿ%`•@[ˆÿÿ=ˆgDf˜@[ˆÿÿ%`•¨\ˆÿÿ=ŒgDf˜¨\ˆÿÿ%`•^ˆÿÿ=gDf˜^ˆÿÿ%`•>™ˆÿÿ=”gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ=˜gDf˜¨<™ˆÿÿ%`•ˆÿÿ=œgDf˜ˆÿÿ%`•hˆÿÿ= gDf˜hˆÿÿ%`•Јÿÿ=¤gDf˜Ðˆÿÿ%`•8ˆÿÿ=¨gDf˜8ˆÿÿ%`• ˆÿÿ=¬gDf˜ ˆÿÿ%`•ˆÿÿ=°gDf˜ˆÿÿ%`•pˆÿÿ=´gDf˜pˆÿÿ%`•Ø ˆÿÿ=¸gDf˜Ø ˆÿÿ%`•@ ˆÿÿ=¼gDf˜@ ˆÿÿ%`•¨ ˆÿÿ=ÀgDf˜¨ ˆÿÿ%`•ˆÿÿ=ÄgDf˜ˆÿÿ%`•` ˆÿÿ=ÈgDf˜` ˆÿÿ%`•ha ˆÿÿ=ÌgDf˜ha ˆÿÿ%`•Ðb ˆÿÿ=ÐgDf˜Ðb ˆÿÿ%`•8d ˆÿÿ=ÔgDf˜8d ˆÿÿ%`• e ˆÿÿ=ØgDf˜ e ˆÿÿ%`•g ˆÿÿ=ÜgDf˜g ˆÿÿ%`•ph ˆÿÿ=àgDf˜ph ˆÿÿ%`•Øi ˆÿÿ=ägDf˜Øi ˆÿÿ%`•@k ˆÿÿ=ègDf˜@k ˆÿÿ%`•¨l ˆÿÿ=ìgDf˜¨l ˆÿÿ%`•n ˆÿÿ=ðgDf˜n ˆÿÿ%`•€(ˆÿÿ=ôgDf˜€(ˆÿÿ%`•h(ˆÿÿ=øgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ=ügDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ>gDf˜8„(ˆÿÿ%`• …(ˆÿÿ>gDf˜ …(ˆÿÿ%`• …(ˆÿÿ>gDf˜ …(ˆÿÿ%`•8„(ˆÿÿ> gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ>gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ>gDf˜h(ˆÿÿ%`•€(ˆÿÿ>gDf˜€(ˆÿÿ%`•‡(ˆÿÿ>gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ> gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ>$gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ>(gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿ>,gDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿ>0gDf˜Ž(ˆÿÿ%`•¨<™ˆÿÿ>4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ>8gDf˜>™ˆÿÿ%`•€Vˆÿÿ><gDf˜€Vˆÿÿ%`•hVˆÿÿ>@gDf˜hVˆÿÿ%`•ЂVˆÿÿ>DgDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ>HgDf˜8„Vˆÿÿ%`• …Vˆÿÿ>LgDf˜ …Vˆÿÿ%`•‡Vˆÿÿ>PgDf˜‡Vˆÿÿ%`•pˆVˆÿÿ>TgDf˜pˆVˆÿÿ%`•؉Vˆÿÿ>XgDf˜Ø‰Vˆÿÿ%`•@‹Vˆÿÿ>\gDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿ>`gDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ>dgDf˜ŽVˆÿÿ%`•0ˆÿÿ>hgDf˜0ˆÿÿ%`•h1ˆÿÿ>lgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ>pgDf˜Ð2ˆÿÿ%`•84ˆÿÿ>tgDf˜84ˆÿÿ%`• 5ˆÿÿ>xgDf˜ 5ˆÿÿ%`•7ˆÿÿ>|gDf˜7ˆÿÿ%`•p8ˆÿÿ>€gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ>„gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ>ˆgDf˜@;ˆÿÿ%`•¨<ˆÿÿ>ŒgDf˜¨<ˆÿÿ%`•>ˆÿÿ>gDf˜>ˆÿÿ%`•Àº ˆÿÿ>”gDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ>˜gDf˜hÁº ˆÿÿ%`•к ˆÿÿ>œgDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ> gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ>¤gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ>¨gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ>¬gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ>°gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ>´gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ>¸gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ>¼gDf˜κ ˆÿÿ%`•…ˆÿÿ>ÀgDf˜…ˆÿÿ%`•h…ˆÿÿ>ÄgDf˜h…ˆÿÿ%`•Ð…ˆÿÿ>ÈgDf˜Ð…ˆÿÿ%`•8…ˆÿÿ>ÌgDf˜8…ˆÿÿ%`• …ˆÿÿ>ÐgDf˜ …ˆÿÿ%`•…ˆÿÿ>ÔgDf˜…ˆÿÿ%`•p…ˆÿÿ>ØgDf˜p…ˆÿÿ%`•Ø …ˆÿÿ>ÜgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿ>àgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿ>ägDf˜¨ …ˆÿÿ%`•…ˆÿÿ>ègDf˜…ˆÿÿ%`•…ˆÿÿ>ìgDf˜…ˆÿÿ%`•h‘…ˆÿÿ>ðgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ>ôgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ>øgDf˜8”…ˆÿÿ%`• •…ˆÿÿ>ügDf˜ •…ˆÿÿ%`•—…ˆÿÿ?gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ?gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ?gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ? gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ?gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ?gDf˜ž…ˆÿÿ%`•`Mˆÿÿ?gDf˜`Mˆÿÿ%`•haMˆÿÿ?gDf˜haMˆÿÿ%`•ÐbMˆÿÿ? gDf˜ÐbMˆÿÿ%`•8dMˆÿÿ?$gDf˜8dMˆÿÿ%`• eMˆÿÿ?(gDf˜ eMˆÿÿ%`•gMˆÿÿ?,gDf˜gMˆÿÿ%`•phMˆÿÿ?0gDf˜phMˆÿÿ%`•ØiMˆÿÿ?4gDf˜ØiMˆÿÿ%`•@kMˆÿÿ?8gDf˜@kMˆÿÿ%`•¨lMˆÿÿ?<gDf˜¨lMˆÿÿ%`•nMˆÿÿ?@gDf˜nMˆÿÿ%`• ˆÿÿ?DgDf˜ ˆÿÿ%`•h ˆÿÿ?HgDf˜h ˆÿÿ%`•Ð ˆÿÿ?LgDf˜Ð ˆÿÿ%`•8 ˆÿÿ?PgDf˜8 ˆÿÿ%`•  ˆÿÿ?TgDf˜  ˆÿÿ%`• ˆÿÿ?XgDf˜ ˆÿÿ%`•p ˆÿÿ?\gDf˜p ˆÿÿ%`•Ø  ˆÿÿ?`gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ?dgDf˜@  ˆÿÿ%`•¨  ˆÿÿ?hgDf˜¨  ˆÿÿ%`• ˆÿÿ?lgDf˜ ˆÿÿ%`•€ˆÿÿ?pgDf˜€ˆÿÿ%`•hˆÿÿ?tgDf˜hˆÿÿ%`•Ђˆÿÿ?xgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ?|gDf˜8„ˆÿÿ%`• …ˆÿÿ?€gDf˜ …ˆÿÿ%`•‡ˆÿÿ?„gDf˜‡ˆÿÿ%`•pˆˆÿÿ?ˆgDf˜pˆˆÿÿ%`•؉ˆÿÿ?ŒgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ?gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ?”gDf˜¨Œˆÿÿ%`•Žˆÿÿ?˜gDf˜Žˆÿÿ%`•€ˆÿÿ?œgDf˜€ˆÿÿ%`•hˆÿÿ? gDf˜hˆÿÿ%`•Ђˆÿÿ?¤gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ?¨gDf˜8„ˆÿÿ%`• …ˆÿÿ?¬gDf˜ …ˆÿÿ%`•‡ˆÿÿ?°gDf˜‡ˆÿÿ%`•pˆˆÿÿ?´gDf˜pˆˆÿÿ%`•؉ˆÿÿ?¸gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ?¼gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ?ÀgDf˜¨Œˆÿÿ%`•Žˆÿÿ?ÄgDf˜Žˆÿÿ%`•àS ˆÿÿ?ÈgDf˜àS ˆÿÿ%`•háS ˆÿÿ?ÌgDf˜háS ˆÿÿ%`•ÐâS ˆÿÿ?ÐgDf˜ÐâS ˆÿÿ%`•8äS ˆÿÿ?ÔgDf˜8äS ˆÿÿ%`• åS ˆÿÿ?ØgDf˜ åS ˆÿÿ%`•çS ˆÿÿ?ÜgDf˜çS ˆÿÿ%`•pèS ˆÿÿ?àgDf˜pèS ˆÿÿ%`•ØéS ˆÿÿ?ägDf˜ØéS ˆÿÿ%`•@ëS ˆÿÿ?ègDf˜@ëS ˆÿÿ%`•¨ìS ˆÿÿ?ìgDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ?ðgDf˜îS ˆÿÿ%`•>™ˆÿÿ?ôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ?øgDf˜¨<™ˆÿÿ%`•@˺ ˆÿÿ?ügDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ@gDf˜ØÉº ˆÿÿ%`•pȺ ˆÿÿ@gDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿ@gDf˜Ǻ ˆÿÿ%`• Åº ˆÿÿ@ gDf˜ Åº ˆÿÿ%`•8ĺ ˆÿÿ@gDf˜8ĺ ˆÿÿ%`•к ˆÿÿ@gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ@gDf˜hÁº ˆÿÿ%`•Àº ˆÿÿ@ gDf˜Àº ˆÿÿ%`•À—ˆÿÿ@$gDf˜À—ˆÿÿ%`•hÁ—ˆÿÿ@(gDf˜hÁ—ˆÿÿ%`•Зˆÿÿ@,gDf˜Ð—ˆÿÿ%`•8Ä—ˆÿÿ@0gDf˜8Ä—ˆÿÿ%`• Å—ˆÿÿ@4gDf˜ Å—ˆÿÿ%`•Ç—ˆÿÿ@8gDf˜Ç—ˆÿÿ%`•pÈ—ˆÿÿ@<gDf˜pÈ—ˆÿÿ%`•ØÉ—ˆÿÿ@@gDf˜ØÉ—ˆÿÿ%`•@Ë—ˆÿÿ@DgDf˜@Ë—ˆÿÿ%`•¨Ì—ˆÿÿ@HgDf˜¨Ì—ˆÿÿ%`•Ηˆÿÿ@LgDf˜Ηˆÿÿ%`•2 ˆÿÿ@PgDf˜2 ˆÿÿ%`•h2 ˆÿÿ@TgDf˜h2 ˆÿÿ%`•Ð2 ˆÿÿ@XgDf˜Ð2 ˆÿÿ%`•82 ˆÿÿ@\gDf˜82 ˆÿÿ%`• 2 ˆÿÿ@`gDf˜ 2 ˆÿÿ%`•2 ˆÿÿ@dgDf˜2 ˆÿÿ%`•p2 ˆÿÿ@hgDf˜p2 ˆÿÿ%`•Ø 2 ˆÿÿ@lgDf˜Ø 2 ˆÿÿ%`•@ 2 ˆÿÿ@pgDf˜@ 2 ˆÿÿ%`•¨ 2 ˆÿÿ@tgDf˜¨ 2 ˆÿÿ%`•2 ˆÿÿ@xgDf˜2 ˆÿÿ%`•)ˆÿÿ@|gDf˜)ˆÿÿ%`•h)ˆÿÿ@€gDf˜h)ˆÿÿ%`•Ð)ˆÿÿ@„gDf˜Ð)ˆÿÿ%`•8)ˆÿÿ@ˆgDf˜8)ˆÿÿ%`• )ˆÿÿ@ŒgDf˜ )ˆÿÿ%`•)ˆÿÿ@gDf˜)ˆÿÿ%`•p)ˆÿÿ@”gDf˜p)ˆÿÿ%`•Ø )ˆÿÿ@˜gDf˜Ø )ˆÿÿ%`•@ )ˆÿÿ@œgDf˜@ )ˆÿÿ%`•¨ )ˆÿÿ@ gDf˜¨ )ˆÿÿ%`•)ˆÿÿ@¤gDf˜)ˆÿÿ%`•€ˆÿÿ@¨gDf˜€ˆÿÿ%`•hˆÿÿ@¬gDf˜hˆÿÿ%`•Ђˆÿÿ@°gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ@´gDf˜8„ˆÿÿ%`• …ˆÿÿ@¸gDf˜ …ˆÿÿ%`•‡ˆÿÿ@¼gDf˜‡ˆÿÿ%`•pˆˆÿÿ@ÀgDf˜pˆˆÿÿ%`•؉ˆÿÿ@ÄgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ@ÈgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ@ÌgDf˜¨Œˆÿÿ%`•Žˆÿÿ@ÐgDf˜Žˆÿÿ%`•€¸ˆÿÿ@ÔgDf˜€¸ˆÿÿ%`•h¸ˆÿÿ@ØgDf˜h¸ˆÿÿ%`•Ђ¸ˆÿÿ@ÜgDf˜Ð‚¸ˆÿÿ%`•8„¸ˆÿÿ@àgDf˜8„¸ˆÿÿ%`• …¸ˆÿÿ@ägDf˜ …¸ˆÿÿ%`•‡¸ˆÿÿ@ègDf˜‡¸ˆÿÿ%`•pˆ¸ˆÿÿ@ìgDf˜pˆ¸ˆÿÿ%`•؉¸ˆÿÿ@ðgDf˜Ø‰¸ˆÿÿ%`•@‹¸ˆÿÿ@ôgDf˜@‹¸ˆÿÿ%`•¨Œ¸ˆÿÿ@øgDf˜¨Œ¸ˆÿÿ%`•ޏˆÿÿ@ügDf˜ޏˆÿÿ%`•` ˆÿÿAgDf˜` ˆÿÿ%`•ha ˆÿÿAgDf˜ha ˆÿÿ%`•Ðb ˆÿÿAgDf˜Ðb ˆÿÿ%`•8d ˆÿÿA gDf˜8d ˆÿÿ%`• e ˆÿÿAgDf˜ e ˆÿÿ%`•g ˆÿÿAgDf˜g ˆÿÿ%`•ph ˆÿÿAgDf˜ph ˆÿÿ%`•Øi ˆÿÿAgDf˜Øi ˆÿÿ%`•@k ˆÿÿA gDf˜@k ˆÿÿ%`•¨l ˆÿÿA$gDf˜¨l ˆÿÿ%`•n ˆÿÿA(gDf˜n ˆÿÿ%`• ,ˆÿÿA,gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿA0gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿA4gDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿA8gDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿA<gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿA@gDf˜§,ˆÿÿ%`•p¨,ˆÿÿADgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿAHgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿALgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿAPgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿATgDf˜®,ˆÿÿ%`•κ ˆÿÿAXgDf˜κ ˆÿÿ%`•¨Ìº ˆÿÿA\gDf˜¨Ìº ˆÿÿ%`•à ˆÿÿA`gDf˜à ˆÿÿ%`•há ˆÿÿAdgDf˜há ˆÿÿ%`•Ðâ ˆÿÿAhgDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿAlgDf˜8ä ˆÿÿ%`• å ˆÿÿApgDf˜ å ˆÿÿ%`•ç ˆÿÿAtgDf˜ç ˆÿÿ%`•pè ˆÿÿAxgDf˜pè ˆÿÿ%`•Øé ˆÿÿA|gDf˜Øé ˆÿÿ%`•@ë ˆÿÿA€gDf˜@ë ˆÿÿ%`•¨ì ˆÿÿA„gDf˜¨ì ˆÿÿ%`•î ˆÿÿAˆgDf˜î ˆÿÿ%`•`!ˆÿÿAŒgDf˜`!ˆÿÿ%`•ha!ˆÿÿAgDf˜ha!ˆÿÿ%`•Ðb!ˆÿÿA”gDf˜Ðb!ˆÿÿ%`•8d!ˆÿÿA˜gDf˜8d!ˆÿÿ%`• e!ˆÿÿAœgDf˜ e!ˆÿÿ%`•g!ˆÿÿA gDf˜g!ˆÿÿ%`•ph!ˆÿÿA¤gDf˜ph!ˆÿÿ%`•Øi!ˆÿÿA¨gDf˜Øi!ˆÿÿ%`•@k!ˆÿÿA¬gDf˜@k!ˆÿÿ%`•¨l!ˆÿÿA°gDf˜¨l!ˆÿÿ%`•n!ˆÿÿA´gDf˜n!ˆÿÿ%`•» ˆÿÿA¸gDf˜» ˆÿÿ%`•h‘» ˆÿÿA¼gDf˜h‘» ˆÿÿ%`•Ð’» ˆÿÿAÀgDf˜Ð’» ˆÿÿ%`•8”» ˆÿÿAÄgDf˜8”» ˆÿÿ%`• •» ˆÿÿAÈgDf˜ •» ˆÿÿ%`•—» ˆÿÿAÌgDf˜—» ˆÿÿ%`•p˜» ˆÿÿAÐgDf˜p˜» ˆÿÿ%`•Ø™» ˆÿÿAÔgDf˜Ø™» ˆÿÿ%`•@›» ˆÿÿAØgDf˜@›» ˆÿÿ%`•¨œ» ˆÿÿAÜgDf˜¨œ» ˆÿÿ%`•ž» ˆÿÿAàgDf˜ž» ˆÿÿ%`•¨ŒˆÿÿAägDf˜¨Œˆÿÿ%`•@‹ˆÿÿAègDf˜@‹ˆÿÿ%`•؉ˆÿÿAìgDf˜Ø‰ˆÿÿ%`•pˆˆÿÿAðgDf˜pˆˆÿÿ%`•‡ˆÿÿAôgDf˜‡ˆÿÿ%`• …ˆÿÿAøgDf˜ …ˆÿÿ%`•8„ˆÿÿAügDf˜8„ˆÿÿ%`•ЂˆÿÿBgDf˜Ð‚ˆÿÿ%`•hˆÿÿBgDf˜hˆÿÿ%`•€ˆÿÿBgDf˜€ˆÿÿ%`•`܈ÿÿB gDf˜`܈ÿÿ%`•ha܈ÿÿBgDf˜ha܈ÿÿ%`•Ðb܈ÿÿBgDf˜Ðb܈ÿÿ%`•8d܈ÿÿBgDf˜8d܈ÿÿ%`• e܈ÿÿBgDf˜ e܈ÿÿ%`•g܈ÿÿB gDf˜g܈ÿÿ%`•ph܈ÿÿB$gDf˜ph܈ÿÿ%`•Øi܈ÿÿB(gDf˜Øi܈ÿÿ%`•@k܈ÿÿB,gDf˜@k܈ÿÿ%`•¨l܈ÿÿB0gDf˜¨l܈ÿÿ%`•n܈ÿÿB4gDf˜n܈ÿÿ%`• ˆÿÿB8gDf˜ ˆÿÿ%`•h ˆÿÿB<gDf˜h ˆÿÿ%`•Ð ˆÿÿB@gDf˜Ð ˆÿÿ%`•@  ˆÿÿBD gDf˜@  ˆÿÿ%`•к ˆÿÿ à¼gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ ÔgDf˜hÁº ˆÿÿ%`•Àº ˆÿÿ ØügDf˜Àº ˆÿÿ%`•>™ˆÿÿÜügDf˜>™ˆÿÿ%`•¨<™ˆÿÿÌgDf˜¨<™ˆÿÿ%`•ŽˆÿÿÐügDf˜Žˆÿÿ%`• ˆÿÿÔügDf˜ ˆÿÿ%`•¨  ˆÿÿ¤,gDf˜¨  ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•8 ˆÿÿgDf˜8 ˆÿÿ%`•Ø  ˆÿÿ}DgDf˜Ø  ˆÿÿ%`•  ˆÿÿ}LgDf˜  ˆÿÿ%`•p ˆÿÿáìgDf˜p ˆÿÿ%`•'ˆÿÿ œgDf˜'ˆÿÿ%`•к ˆÿÿ gDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ gDf˜hÁº ˆÿÿ%`•к ˆÿÿáðgDf˜Ðº ˆÿÿ%`•Àº ˆÿÿâgDf˜Àº ˆÿÿ%`•Àº ˆÿÿ gDf˜Àº ˆÿÿ%`•Àº ˆÿÿâ8gDf˜Àº ˆÿÿ%`•Àº ˆÿÿ gDf˜Àº ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•  ˆÿÿõ€gDf˜  ˆÿÿ%`•p¨ ˆÿÿö„gDf˜p¨ ˆÿÿ%`•8¤ ˆÿÿöДgDf˜8¤ ˆÿÿ%`•h¡ ˆÿÿ÷dügDf˜h¡ ˆÿÿ%`•Т ˆÿÿù`gDf˜Ð¢ ˆÿÿ%`• ¥ ˆÿÿ gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ ügDf˜§ ˆÿÿ%`•Ø© ˆÿÿ ˜gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ ¬ügDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ¨\gDf˜¨¬ ˆÿÿ%`•A ˆÿÿ gDf˜A ˆÿÿ%`•® ˆÿÿo¸xgDf˜® ˆÿÿ%`• Åº ˆÿÿƒ,gDf˜ Åº ˆÿÿ%`•Àº ˆÿÿƒ8gDf˜Àº ˆÿÿ%`•κ ˆÿÿgDf˜κ ˆÿÿ%`•8ĺ ˆÿÿgDf˜8ĺ ˆÿÿ%`•¨Ìº ˆÿÿ‘gDf˜¨Ìº ˆÿÿ%`•Ǻ ˆÿÿ˜gDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ™ gDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ¡gDf˜@˺ ˆÿÿ%`•к ˆÿÿâHgDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿâTLgDf˜hÁº ˆÿÿ%`•A ˆÿÿ gDf˜A ˆÿÿ%`•A ˆÿÿ  gDf˜A ˆÿÿ%`•hA ˆÿÿ ¤ügDf˜hA ˆÿÿ%`•ÐA ˆÿÿ @gDf˜ÐA ˆÿÿ%`•8A ˆÿÿä,gDf˜8A ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•вGˆÿÿPgDf˜Ð²Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•вGˆÿÿhLgDf˜Ð²Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•вGˆÿÿ¸ügDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ´0gDf˜8´Gˆÿÿ%`•h±Gˆÿÿè˜gDf˜h±Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•h±Gˆÿÿ„ügDf˜h±Gˆÿÿ%`•8´Gˆÿÿ€hgDf˜8´Gˆÿÿ%`•вGˆÿÿìügDf˜Ð²Gˆÿÿ%`•°GˆÿÿègDf˜°Gˆÿÿ%`• µGˆÿÿìügDf˜ µGˆÿÿ%`•·GˆÿÿègDf˜·Gˆÿÿ%`•p¸GˆÿÿðügDf˜p¸Gˆÿÿ%`•عGˆÿÿìgDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿð\gDf˜@»Gˆÿÿ%`•¨¼GˆÿÿL¤gDf˜¨¼Gˆÿÿ%`•¾GˆÿÿôügDf˜¾Gˆÿÿ%`•¨<™ˆÿÿ!ðügDf˜¨<™ˆÿÿ%`•>™ˆÿÿ#ìgDf˜>™ˆÿÿ%`•@®ˆÿÿ#ðgDf˜@®ˆÿÿ%`•hA®ˆÿÿ#øgDf˜hA®ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#ügDf˜'ˆÿÿ%`•hA®ˆÿÿzDgDf˜hA®ˆÿÿ%`•8D®ˆÿÿ}ôgDf˜8D®ˆÿÿ%`•@®ˆÿÿ¸gDf˜@®ˆÿÿ%`•@®ˆÿÿ gDf˜@®ˆÿÿ%`•@®ˆÿÿz4gDf˜@®ˆÿÿ%`•8D®ˆÿÿzX(gDf˜8D®ˆÿÿ%`•hA®ˆÿÿz” gDf˜hA®ˆÿÿ%`•ÐB®ˆÿÿÜgDf˜ÐB®ˆÿÿ%`• E®ˆÿÿã8ügDf˜ E®ˆÿÿ%`•G®ˆÿÿå4ügDf˜G®ˆÿÿ%`•pH®ˆÿÿç0ügDf˜pH®ˆÿÿ%`•ØI®ˆÿÿé,gDf˜ØI®ˆÿÿ%`•@K®ˆÿÿê8PgDf˜@K®ˆÿÿ%`•@K®ˆÿÿ gDf˜@K®ˆÿÿ%`•@K®ˆÿÿ$gDf˜@K®ˆÿÿ%`•ØI®ˆÿÿ$ gDf˜ØI®ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$$gDf˜'ˆÿÿ%`•ØI®ˆÿÿ$($gDf˜ØI®ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$LgDf˜'ˆÿÿ%`•ØI®ˆÿÿ$P$gDf˜ØI®ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$tgDf˜'ˆÿÿ%`•ØI®ˆÿÿ$xgDf˜ØI®ˆÿÿ%`•@®ˆÿÿ$|gDf˜@®ˆÿÿ%`•ÐB®ˆÿÿ$€gDf˜ÐB®ˆÿÿ%`•hA®ˆÿÿ$„gDf˜hA®ˆÿÿ%`•8D®ˆÿÿ$ˆgDf˜8D®ˆÿÿ%`• E®ˆÿÿ$ŒgDf˜ E®ˆÿÿ%`•G®ˆÿÿ$gDf˜G®ˆÿÿ%`•@K®ˆÿÿ$”gDf˜@K®ˆÿÿ%`•pH®ˆÿÿ$˜gDf˜pH®ˆÿÿ%`•¨L®ˆÿÿ$œgDf˜¨L®ˆÿÿ%`•N®ˆÿÿ$ gDf˜N®ˆÿÿ%`•>™ˆÿÿ$¤gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ$¨gDf˜¨<™ˆÿÿ%`•ðˆÿÿ$¬gDf˜ðˆÿÿ%`•hñˆÿÿ$°gDf˜hñˆÿÿ%`•Ðòˆÿÿ$´gDf˜Ðòˆÿÿ%`•8ôˆÿÿ$¸gDf˜8ôˆÿÿ%`• õˆÿÿ$¼gDf˜ õˆÿÿ%`•÷ˆÿÿ$ÀgDf˜÷ˆÿÿ%`•pøˆÿÿ$ÄgDf˜pøˆÿÿ%`•Øùˆÿÿ$ÈgDf˜Øùˆÿÿ%`•@ûˆÿÿ$ÌgDf˜@ûˆÿÿ%`•¨üˆÿÿ$ÐgDf˜¨üˆÿÿ%`•þˆÿÿ$ÔgDf˜þˆÿÿ%`•ðˆÿÿ$ØgDf˜ðˆÿÿ%`•hñˆÿÿ$ÜgDf˜hñˆÿÿ%`•Ðòˆÿÿ$àgDf˜Ðòˆÿÿ%`•8ôˆÿÿ$ägDf˜8ôˆÿÿ%`• õˆÿÿ$ègDf˜ õˆÿÿ%`•÷ˆÿÿ$ìgDf˜÷ˆÿÿ%`•pøˆÿÿ$ðgDf˜pøˆÿÿ%`•Øùˆÿÿ$ôgDf˜Øùˆÿÿ%`•@ûˆÿÿ$øgDf˜@ûˆÿÿ%`•¨üˆÿÿ$ügDf˜¨üˆÿÿ%`•þˆÿÿ%gDf˜þˆÿÿ%`•Јÿÿ%gDf˜Ðˆÿÿ%`•hшÿÿ%gDf˜hшÿÿ%`•ÐÒˆÿÿ% gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ%gDf˜8Ôˆÿÿ%`• Õˆÿÿ%gDf˜ Õˆÿÿ%`•׈ÿÿ%gDf˜×ˆÿÿ%`•p؈ÿÿ%gDf˜p؈ÿÿ%`•ØÙˆÿÿ% gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ%$gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ%(gDf˜¨Üˆÿÿ%`•Þˆÿÿ%,gDf˜Þˆÿÿ%`•ˆÿÿ%0gDf˜ˆÿÿ%`•hˆÿÿ%4gDf˜hˆÿÿ%`•Јÿÿ%8gDf˜Ðˆÿÿ%`•8ˆÿÿ%<gDf˜8ˆÿÿ%`• ˆÿÿ%@gDf˜ ˆÿÿ%`•ˆÿÿ%DgDf˜ˆÿÿ%`•pˆÿÿ%HgDf˜pˆÿÿ%`•؈ÿÿ%LgDf˜Øˆÿÿ%`•@ˆÿÿ%PgDf˜@ˆÿÿ%`•¨ˆÿÿ%TgDf˜¨ˆÿÿ%`•ˆÿÿ%XgDf˜ˆÿÿ%`•Pˆÿÿ%\gDf˜Pˆÿÿ%`•hQˆÿÿ%`gDf˜hQˆÿÿ%`•ÐRˆÿÿ%dgDf˜ÐRˆÿÿ%`•8Tˆÿÿ%hgDf˜8Tˆÿÿ%`• Uˆÿÿ%lgDf˜ Uˆÿÿ%`•Wˆÿÿ%pgDf˜Wˆÿÿ%`•pXˆÿÿ%tgDf˜pXˆÿÿ%`•ØYˆÿÿ%xgDf˜ØYˆÿÿ%`•@[ˆÿÿ%|gDf˜@[ˆÿÿ%`•¨\ˆÿÿ%€gDf˜¨\ˆÿÿ%`•^ˆÿÿ%„gDf˜^ˆÿÿ%`•ðˆÿÿ%ˆgDf˜ðˆÿÿ%`•hñˆÿÿ%ŒgDf˜hñˆÿÿ%`•Ðòˆÿÿ%gDf˜Ðòˆÿÿ%`•8ôˆÿÿ%”gDf˜8ôˆÿÿ%`• õˆÿÿ%˜gDf˜ õˆÿÿ%`•÷ˆÿÿ%œgDf˜÷ˆÿÿ%`•pøˆÿÿ% gDf˜pøˆÿÿ%`•Øùˆÿÿ%¤gDf˜Øùˆÿÿ%`•@ûˆÿÿ%¨gDf˜@ûˆÿÿ%`•¨üˆÿÿ%¬gDf˜¨üˆÿÿ%`•þˆÿÿ%°gDf˜þˆÿÿ%`•Àˆÿÿ%´gDf˜Àˆÿÿ%`•hÁˆÿÿ%¸gDf˜hÁˆÿÿ%`•Јÿÿ%¼gDf˜Ðˆÿÿ%`•8Ĉÿÿ%ÀgDf˜8Ĉÿÿ%`• Åˆÿÿ%ÄgDf˜ Åˆÿÿ%`•Ljÿÿ%ÈgDf˜Çˆÿÿ%`•pȈÿÿ%ÌgDf˜pȈÿÿ%`•ØÉˆÿÿ%ÐgDf˜ØÉˆÿÿ%`•@ˈÿÿ%ÔgDf˜@ˈÿÿ%`•¨Ìˆÿÿ%ØgDf˜¨Ìˆÿÿ%`•Έÿÿ%ÜgDf˜Îˆÿÿ%`•Јÿÿ%àgDf˜Ðˆÿÿ%`•hшÿÿ%ägDf˜hшÿÿ%`•ÐÒˆÿÿ%ègDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ%ìgDf˜8Ôˆÿÿ%`• Õˆÿÿ%ðgDf˜ Õˆÿÿ%`•׈ÿÿ%ôgDf˜×ˆÿÿ%`•p؈ÿÿ%øgDf˜p؈ÿÿ%`•ØÙˆÿÿ%ügDf˜ØÙˆÿÿ%`•@Ûˆÿÿ&gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ&gDf˜¨Üˆÿÿ%`•Þˆÿÿ&gDf˜Þˆÿÿ%`•pˆÿÿ& gDf˜pˆÿÿ%`•hqˆÿÿ&gDf˜hqˆÿÿ%`•Ðrˆÿÿ&gDf˜Ðrˆÿÿ%`•8tˆÿÿ&gDf˜8tˆÿÿ%`• uˆÿÿ&gDf˜ uˆÿÿ%`•wˆÿÿ& gDf˜wˆÿÿ%`•pxˆÿÿ&$gDf˜pxˆÿÿ%`•Øyˆÿÿ&(gDf˜Øyˆÿÿ%`•@{ˆÿÿ&,gDf˜@{ˆÿÿ%`•¨|ˆÿÿ&0gDf˜¨|ˆÿÿ%`•~ˆÿÿ&4gDf˜~ˆÿÿ%`•àˆÿÿ&8gDf˜àˆÿÿ%`•háˆÿÿ&<gDf˜háˆÿÿ%`•Ðâˆÿÿ&@gDf˜Ðâˆÿÿ%`•8äˆÿÿ&DgDf˜8äˆÿÿ%`• åˆÿÿ&HgDf˜ åˆÿÿ%`•çˆÿÿ&LgDf˜çˆÿÿ%`•pèˆÿÿ&PgDf˜pèˆÿÿ%`•Øéˆÿÿ&TgDf˜Øéˆÿÿ%`•@ëˆÿÿ&XgDf˜@ëˆÿÿ%`•¨ìˆÿÿ&\gDf˜¨ìˆÿÿ%`•îˆÿÿ&`gDf˜îˆÿÿ%`•Àˆÿÿ&dgDf˜Àˆÿÿ%`•hÁˆÿÿ&hgDf˜hÁˆÿÿ%`•Јÿÿ&lgDf˜Ðˆÿÿ%`•8Ĉÿÿ&pgDf˜8Ĉÿÿ%`• Åˆÿÿ&tgDf˜ Åˆÿÿ%`•Ljÿÿ&xgDf˜Çˆÿÿ%`•pȈÿÿ&|gDf˜pȈÿÿ%`•ØÉˆÿÿ&€gDf˜ØÉˆÿÿ%`•@ˈÿÿ&„gDf˜@ˈÿÿ%`•¨Ìˆÿÿ&ˆgDf˜¨Ìˆÿÿ%`•Έÿÿ&ŒgDf˜Îˆÿÿ%`•pˆÿÿ&gDf˜pˆÿÿ%`•hqˆÿÿ&”gDf˜hqˆÿÿ%`•Ðrˆÿÿ&˜gDf˜Ðrˆÿÿ%`•8tˆÿÿ&œgDf˜8tˆÿÿ%`• uˆÿÿ& gDf˜ uˆÿÿ%`•wˆÿÿ&¤gDf˜wˆÿÿ%`•pxˆÿÿ&¨gDf˜pxˆÿÿ%`•Øyˆÿÿ&¬gDf˜Øyˆÿÿ%`•@{ˆÿÿ&°gDf˜@{ˆÿÿ%`•¨|ˆÿÿ&´gDf˜¨|ˆÿÿ%`•~ˆÿÿ&¸gDf˜~ˆÿÿ%`•°ˆÿÿ&¼gDf˜°ˆÿÿ%`•h±ˆÿÿ&ÀgDf˜h±ˆÿÿ%`•вˆÿÿ&ÄgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ&ÈgDf˜8´ˆÿÿ%`• µˆÿÿ&ÌgDf˜ µˆÿÿ%`•·ˆÿÿ&ÐgDf˜·ˆÿÿ%`•p¸ˆÿÿ&ÔgDf˜p¸ˆÿÿ%`•عˆÿÿ&ØgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ&ÜgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ&àgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ&ägDf˜¾ˆÿÿ%`•0ˆÿÿ&ègDf˜0ˆÿÿ%`•h1ˆÿÿ&ìgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ&ðgDf˜Ð2ˆÿÿ%`•84ˆÿÿ&ôgDf˜84ˆÿÿ%`• 5ˆÿÿ&øgDf˜ 5ˆÿÿ%`•7ˆÿÿ&ügDf˜7ˆÿÿ%`•p8ˆÿÿ'gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ'gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ'gDf˜@;ˆÿÿ%`•¨<ˆÿÿ' gDf˜¨<ˆÿÿ%`•>ˆÿÿ'gDf˜>ˆÿÿ%`•¨<™ˆÿÿ'gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ'gDf˜>™ˆÿÿ%`•Øùˆÿÿ'gDf˜Øùˆÿÿ%`•pøˆÿÿ' gDf˜pøˆÿÿ%`•÷ˆÿÿ'$gDf˜÷ˆÿÿ%`• õˆÿÿ'(gDf˜ õˆÿÿ%`•8ôˆÿÿ',gDf˜8ôˆÿÿ%`•Ðòˆÿÿ'0gDf˜Ðòˆÿÿ%`•hñˆÿÿ'4gDf˜hñˆÿÿ%`•ðˆÿÿ'8gDf˜ðˆÿÿ%`•ˆÿÿ'<gDf˜ˆÿÿ%`•hˆÿÿ'@gDf˜hˆÿÿ%`•Јÿÿ'DgDf˜Ðˆÿÿ%`•8ˆÿÿ'HgDf˜8ˆÿÿ%`• ˆÿÿ'LgDf˜ ˆÿÿ%`•ˆÿÿ'PgDf˜ˆÿÿ%`•pˆÿÿ'TgDf˜pˆÿÿ%`•؈ÿÿ'XgDf˜Øˆÿÿ%`•@ˆÿÿ'\gDf˜@ˆÿÿ%`•¨ˆÿÿ'`gDf˜¨ˆÿÿ%`•ˆÿÿ'dgDf˜ˆÿÿ%`•@ˆÿÿ'hgDf˜@ˆÿÿ%`•hAˆÿÿ'lgDf˜hAˆÿÿ%`•ÐBˆÿÿ'pgDf˜ÐBˆÿÿ%`•8Dˆÿÿ'tgDf˜8Dˆÿÿ%`• Eˆÿÿ'xgDf˜ Eˆÿÿ%`•Gˆÿÿ'|gDf˜Gˆÿÿ%`•pHˆÿÿ'€gDf˜pHˆÿÿ%`•ØIˆÿÿ'„gDf˜ØIˆÿÿ%`•@Kˆÿÿ'ˆgDf˜@Kˆÿÿ%`•¨Lˆÿÿ'ŒgDf˜¨Lˆÿÿ%`•Nˆÿÿ'gDf˜Nˆÿÿ%`•þˆÿÿ'”gDf˜þˆÿÿ%`•¨üˆÿÿ'˜gDf˜¨üˆÿÿ%`•@ûˆÿÿ'œgDf˜@ûˆÿÿ%`•pXˆÿÿ' gDf˜pXˆÿÿ%`•Wˆÿÿ'¤gDf˜Wˆÿÿ%`• Uˆÿÿ'¨gDf˜ Uˆÿÿ%`•8Tˆÿÿ'¬gDf˜8Tˆÿÿ%`•ÐRˆÿÿ'°gDf˜ÐRˆÿÿ%`•hQˆÿÿ'´gDf˜hQˆÿÿ%`•Pˆÿÿ'¸gDf˜Pˆÿÿ%`•°ˆÿÿ'¼gDf˜°ˆÿÿ%`•h±ˆÿÿ'ÀgDf˜h±ˆÿÿ%`•вˆÿÿ'ÄgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ'ÈgDf˜8´ˆÿÿ%`• µˆÿÿ'ÌgDf˜ µˆÿÿ%`•·ˆÿÿ'ÐgDf˜·ˆÿÿ%`•p¸ˆÿÿ'ÔgDf˜p¸ˆÿÿ%`•عˆÿÿ'ØgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ'ÜgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ'àgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ'ägDf˜¾ˆÿÿ%`•ˆÿÿ'ègDf˜ˆÿÿ%`•hˆÿÿ'ìgDf˜hˆÿÿ%`•Јÿÿ'ðgDf˜Ðˆÿÿ%`•8ˆÿÿ'ôgDf˜8ˆÿÿ%`• ˆÿÿ'ügDf˜ ˆÿÿ%`•ˆÿÿ(gDf˜ˆÿÿ%`•pˆÿÿ(gDf˜pˆÿÿ%`•؈ÿÿ(gDf˜Øˆÿÿ%`•@ˆÿÿ( gDf˜@ˆÿÿ%`•¨ˆÿÿ(gDf˜¨ˆÿÿ%`•ˆÿÿ(gDf˜ˆÿÿ%`•^ˆÿÿ(gDf˜^ˆÿÿ%`•¨\ˆÿÿ(gDf˜¨\ˆÿÿ%`•@[ˆÿÿ( gDf˜@[ˆÿÿ%`•ØYˆÿÿ($gDf˜ØYˆÿÿ%`•׈ÿÿ((gDf˜×ˆÿÿ%`• Õˆÿÿ(,gDf˜ Õˆÿÿ%`•8Ôˆÿÿ(0gDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ(4gDf˜ÐÒˆÿÿ%`•hшÿÿ(8gDf˜hшÿÿ%`•Јÿÿ(<gDf˜Ðˆÿÿ%`•Àˆÿÿ(@gDf˜Àˆÿÿ%`•hÁˆÿÿ(DgDf˜hÁˆÿÿ%`•Јÿÿ(HgDf˜Ðˆÿÿ%`•8Ĉÿÿ(LgDf˜8Ĉÿÿ%`• Åˆÿÿ(PgDf˜ Åˆÿÿ%`•Ljÿÿ(TgDf˜Çˆÿÿ%`•pȈÿÿ(XgDf˜pȈÿÿ%`•ØÉˆÿÿ(\gDf˜ØÉˆÿÿ%`•@ˈÿÿ(`gDf˜@ˈÿÿ%`•¨Ìˆÿÿ(dgDf˜¨Ìˆÿÿ%`•Έÿÿ(hgDf˜Îˆÿÿ%`•ðˆÿÿ(lgDf˜ðˆÿÿ%`•hñˆÿÿ(pgDf˜hñˆÿÿ%`•Ðòˆÿÿ(tgDf˜Ðòˆÿÿ%`•8ôˆÿÿ(xgDf˜8ôˆÿÿ%`• õˆÿÿ(|gDf˜ õˆÿÿ%`•÷ˆÿÿ(€gDf˜÷ˆÿÿ%`•pøˆÿÿ(„gDf˜pøˆÿÿ%`•Øùˆÿÿ(ˆgDf˜Øùˆÿÿ%`•@ûˆÿÿ(ŒgDf˜@ûˆÿÿ%`•¨üˆÿÿ(gDf˜¨üˆÿÿ%`•þˆÿÿ(”gDf˜þˆÿÿ%`•Þˆÿÿ(˜gDf˜Þˆÿÿ%`•¨Üˆÿÿ(œgDf˜¨Üˆÿÿ%`•@Ûˆÿÿ( gDf˜@Ûˆÿÿ%`•ØÙˆÿÿ(¤gDf˜ØÙˆÿÿ%`•p؈ÿÿ(¨gDf˜p؈ÿÿ%`• Åˆÿÿ(¬gDf˜ Åˆÿÿ%`•8Ĉÿÿ(°gDf˜8Ĉÿÿ%`•Јÿÿ(´gDf˜Ðˆÿÿ%`•hÁˆÿÿ(¸gDf˜hÁˆÿÿ%`•Àˆÿÿ(¼gDf˜Àˆÿÿ%`•àˆÿÿ(ÀgDf˜àˆÿÿ%`•háˆÿÿ(ÄgDf˜háˆÿÿ%`•Ðâˆÿÿ(ÈgDf˜Ðâˆÿÿ%`•8äˆÿÿ(ÌgDf˜8äˆÿÿ%`• åˆÿÿ(ÐgDf˜ åˆÿÿ%`•çˆÿÿ(ÔgDf˜çˆÿÿ%`•pèˆÿÿ(ØgDf˜pèˆÿÿ%`•Øéˆÿÿ(ÜgDf˜Øéˆÿÿ%`•@ëˆÿÿ(àgDf˜@ëˆÿÿ%`•¨ìˆÿÿ(ägDf˜¨ìˆÿÿ%`•îˆÿÿ(ègDf˜îˆÿÿ%`•ˆÿÿ(ìgDf˜ˆÿÿ%`•hˆÿÿ(ðgDf˜hˆÿÿ%`•Јÿÿ(ôgDf˜Ðˆÿÿ%`•8ˆÿÿ(øgDf˜8ˆÿÿ%`• ˆÿÿ(ügDf˜ ˆÿÿ%`•ˆÿÿ)gDf˜ˆÿÿ%`•pˆÿÿ)gDf˜pˆÿÿ%`•؈ÿÿ)gDf˜Øˆÿÿ%`•@ˆÿÿ) gDf˜@ˆÿÿ%`•¨ˆÿÿ)gDf˜¨ˆÿÿ%`•ˆÿÿ)gDf˜ˆÿÿ%`•Έÿÿ)gDf˜Îˆÿÿ%`•¨Ìˆÿÿ)gDf˜¨Ìˆÿÿ%`•@ˈÿÿ) gDf˜@ˈÿÿ%`•ØÉˆÿÿ)$gDf˜ØÉˆÿÿ%`•pȈÿÿ)(gDf˜pȈÿÿ%`•Ljÿÿ),gDf˜Çˆÿÿ%`•84ˆÿÿ)0gDf˜84ˆÿÿ%`•Ð2ˆÿÿ)4gDf˜Ð2ˆÿÿ%`•h1ˆÿÿ)8gDf˜h1ˆÿÿ%`•0ˆÿÿ)<gDf˜0ˆÿÿ%`•Јÿÿ)@gDf˜Ðˆÿÿ%`•hшÿÿ)DgDf˜hшÿÿ%`•ÐÒˆÿÿ)HgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ)LgDf˜8Ôˆÿÿ%`• Õˆÿÿ)PgDf˜ Õˆÿÿ%`•׈ÿÿ)TgDf˜×ˆÿÿ%`•p؈ÿÿ)XgDf˜p؈ÿÿ%`•ØÙˆÿÿ)\gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ)`gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ)dgDf˜¨Üˆÿÿ%`•Þˆÿÿ)hgDf˜Þˆÿÿ%`•€ˆÿÿ)lgDf˜€ˆÿÿ%`•hˆÿÿ)pgDf˜hˆÿÿ%`•Ђˆÿÿ)tgDf˜Ð‚ˆÿÿ%`•¨<ˆÿÿ)xügDf˜¨<ˆÿÿ%`•@;ˆÿÿ+tˆgDf˜@;ˆÿÿ%`•Ø9ˆÿÿ,ügDf˜Ø9ˆÿÿ%`•p8ˆÿÿ-üügDf˜p8ˆÿÿ%`•7ˆÿÿ/øgDf˜7ˆÿÿ%`• 5ˆÿÿ0ügDf˜ 5ˆÿÿ%`•>™ˆÿÿ2ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ3ügDf˜¨<™ˆÿÿ%`•ðˆÿÿ4LgDf˜ðˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•8„ˆÿÿgDf˜8„ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•@‹ˆÿÿ  gDf˜@‹ˆÿÿ%`• …ˆÿÿz€gDf˜ …ˆÿÿ%`•¨Œˆÿÿ}xgDf˜¨Œˆÿÿ%`•Žˆÿÿ}ÜgDf˜Žˆÿÿ%`•‡ˆÿÿê0gDf˜‡ˆÿÿ%`•>ˆÿÿ누gDf˜>ˆÿÿ%`•'ˆÿÿ4TgDf˜'ˆÿÿ%`•þˆÿÿ gDf˜þˆÿÿ%`•þˆÿÿgDf˜þˆÿÿ%`•ðˆÿÿz<gDf˜ðˆÿÿ%`•hñˆÿÿzˆ gDf˜hñˆÿÿ%`•@ûˆÿÿ{4<gDf˜@ûˆÿÿ%`• õˆÿÿ{„ gDf˜ õˆÿÿ%`•¨üˆÿÿ|ÔgDf˜¨üˆÿÿ%`•8ôˆÿÿ|ø$gDf˜8ôˆÿÿ%`•Ðòˆÿÿ}`gDf˜Ðòˆÿÿ%`•÷ˆÿÿÔgDf˜÷ˆÿÿ%`•pøˆÿÿø gDf˜pøˆÿÿ%`•ØùˆÿÿáÈ$gDf˜Øùˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•€%ˆÿÿâPgDf˜€%ˆÿÿ%`•h%ˆÿÿâ ˜gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿí8ügDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿï4ügDf˜8„%ˆÿÿ%`• …%ˆÿÿñ0ügDf˜ …%ˆÿÿ%`•‡%ˆÿÿó,ügDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿõ(gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿõ@ügDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ÷<ügDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿù8,gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿùl°gDf˜Ž%ˆÿÿ%`•Ž%ˆÿÿ gDf˜Ž%ˆÿÿ%`•Ž%ˆÿÿ4XügDf˜Ž%ˆÿÿ%`•¨Œ%ˆÿÿ6T´gDf˜¨Œ%ˆÿÿ%`•@‹%ˆÿÿ8 (gDf˜@‹%ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ84gDf˜'ˆÿÿ%`•ÐR0ˆÿÿÿHgDf˜ÐR0ˆÿÿ%`•ÐR0ˆÿÿgDf˜ÐR0ˆÿÿ%`• U0ˆÿÿ4 gDf˜ U0ˆÿÿ%`• U0ˆÿÿ88gDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8LgDf˜'ˆÿÿ%`• U0ˆÿÿ8PgDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8dgDf˜'ˆÿÿ%`• U0ˆÿÿ8hgDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8|gDf˜'ˆÿÿ%`• U0ˆÿÿ8€gDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8”gDf˜'ˆÿÿ%`• U0ˆÿÿ8˜gDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8°gDf˜'ˆÿÿ%`• U0ˆÿÿ8´|gDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:0gDf˜'ˆÿÿ%`• U0ˆÿÿ gDf˜ U0ˆÿÿ%`• U0ˆÿÿz4gDf˜ U0ˆÿÿ%`•ÐR0ˆÿÿzXgDf˜ÐR0ˆÿÿ%`•8T0ˆÿÿzxgDf˜8T0ˆÿÿ%`•8T0ˆÿÿ:4gDf˜8T0ˆÿÿ%`•ÐR0ˆÿÿ:8gDf˜ÐR0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:HgDf˜'ˆÿÿ%`•ÐR0ˆÿÿ:LgDf˜ÐR0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:`gDf˜'ˆÿÿ%`•ÐR0ˆÿÿ:dgDf˜ÐR0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:xgDf˜'ˆÿÿ%`•ÐR0ˆÿÿ:|gDf˜ÐR0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:gDf˜'ˆÿÿ%`•ÐR0ˆÿÿ:”gDf˜ÐR0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:¬gDf˜'ˆÿÿ%`•ÐR0ˆÿÿ:°\gDf˜ÐR0ˆÿÿ%`•P0ˆÿÿ<0gDf˜P0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ<@gDf˜'ˆÿÿ%`•P0ˆÿÿzHgDf˜P0ˆÿÿ%`•ÐR0ˆÿÿ{”gDf˜ÐR0ˆÿÿ%`• U0ˆÿÿ{´ gDf˜ U0ˆÿÿ%`• U0ˆÿÿgDf˜'ˆÿÿ%`•ÐR0ˆÿÿ|ÔgDf˜ÐR0ˆÿÿ%`•W0ˆÿÿ|øgDf˜W0ˆÿÿ%`•P0ˆÿÿ}ôgDf˜P0ˆÿÿ%`•P0ˆÿÿ> gDf˜P0ˆÿÿ%`•W0ˆÿÿ>$gDf˜W0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ>8gDf˜'ˆÿÿ%`•W0ˆÿÿ><\gDf˜W0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?˜gDf˜'ˆÿÿ%`•W0ˆÿÿz4gDf˜W0ˆÿÿ%`•P0ˆÿÿzXgDf˜P0ˆÿÿ%`•ÐR0ˆÿÿzxøgDf˜ÐR0ˆÿÿ%`•ÐR0ˆÿÿ?œgDf˜ÐR0ˆÿÿ%`•P0ˆÿÿ? gDf˜P0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?´gDf˜'ˆÿÿ%`•P0ˆÿÿ?¸XgDf˜P0ˆÿÿ%`• U0ˆÿÿ@ gDf˜ U0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA gDf˜'ˆÿÿ%`• U0ˆÿÿ{pgDf˜ U0ˆÿÿ%`•P0ˆÿÿ|ègDf˜P0ˆÿÿ%`•W0ˆÿÿ~ gDf˜W0ˆÿÿ%`•ÐR0ˆÿÿ~gDf˜ÐR0ˆÿÿ%`•ÐR0ˆÿÿA$gDf˜ÐR0ˆÿÿ%`•W0ˆÿÿA(gDf˜W0ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA<gDf˜'ˆÿÿ%`•W0ˆÿÿA@gDf˜W0ˆÿÿ%`•8T0ˆÿÿADgDf˜8T0ˆÿÿ%`•hQ0ˆÿÿAHgDf˜hQ0ˆÿÿ%`•P0ˆÿÿALgDf˜P0ˆÿÿ%`• U0ˆÿÿAPgDf˜ U0ˆÿÿ%`•ÐR0ˆÿÿATgDf˜ÐR0ˆÿÿ%`•pX0ˆÿÿAXgDf˜pX0ˆÿÿ%`•ØY0ˆÿÿA\gDf˜ØY0ˆÿÿ%`•@[0ˆÿÿA`gDf˜@[0ˆÿÿ%`•¨\0ˆÿÿAdgDf˜¨\0ˆÿÿ%`•^0ˆÿÿAhgDf˜^0ˆÿÿ%`•¨<™ˆÿÿAlgDf˜¨<™ˆÿÿ%`•>™ˆÿÿApgDf˜>™ˆÿÿ%`•PȈÿÿAtgDf˜PȈÿÿ%`•hQȈÿÿAxgDf˜hQȈÿÿ%`•ÐRȈÿÿA|gDf˜ÐRȈÿÿ%`•8TȈÿÿA€gDf˜8TȈÿÿ%`• UȈÿÿA„gDf˜ UȈÿÿ%`•WȈÿÿAˆgDf˜WȈÿÿ%`•pXȈÿÿAŒgDf˜pXȈÿÿ%`•ØYȈÿÿAgDf˜ØYȈÿÿ%`•@[ȈÿÿA”gDf˜@[Ȉÿÿ%`•¨\ȈÿÿA˜gDf˜¨\Ȉÿÿ%`•^ȈÿÿAœgDf˜^Ȉÿÿ%`•0¬ˆÿÿA gDf˜0¬ˆÿÿ%`•h1¬ˆÿÿA¤gDf˜h1¬ˆÿÿ%`•Ð2¬ˆÿÿA¨gDf˜Ð2¬ˆÿÿ%`•84¬ˆÿÿA¬gDf˜84¬ˆÿÿ%`• 5¬ˆÿÿA°gDf˜ 5¬ˆÿÿ%`•7¬ˆÿÿA´gDf˜7¬ˆÿÿ%`•p8¬ˆÿÿA¸gDf˜p8¬ˆÿÿ%`•Ø9¬ˆÿÿA¼gDf˜Ø9¬ˆÿÿ%`•@;¬ˆÿÿAÀgDf˜@;¬ˆÿÿ%`•¨<¬ˆÿÿAÄgDf˜¨<¬ˆÿÿ%`•>¬ˆÿÿAÈgDf˜>¬ˆÿÿ%`•@$ˆÿÿAÌgDf˜@$ˆÿÿ%`•hA$ˆÿÿAÐgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿAÔgDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿAØgDf˜8D$ˆÿÿ%`• E$ˆÿÿAÜgDf˜ E$ˆÿÿ%`•G$ˆÿÿAàgDf˜G$ˆÿÿ%`•pH$ˆÿÿAägDf˜pH$ˆÿÿ%`•ØI$ˆÿÿAègDf˜ØI$ˆÿÿ%`•@K$ˆÿÿAìgDf˜@K$ˆÿÿ%`•¨L$ˆÿÿAðgDf˜¨L$ˆÿÿ%`•N$ˆÿÿAôgDf˜N$ˆÿÿ%`•€7ˆÿÿAøgDf˜€7ˆÿÿ%`•h7ˆÿÿAügDf˜h7ˆÿÿ%`•Ђ7ˆÿÿBgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿBgDf˜8„7ˆÿÿ%`• …7ˆÿÿBgDf˜ …7ˆÿÿ%`•‡7ˆÿÿB gDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿBgDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿBgDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿBgDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿBgDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿB gDf˜Ž7ˆÿÿ%`•@шÿÿB$gDf˜@шÿÿ%`•hAшÿÿB(gDf˜hAшÿÿ%`•ÐBшÿÿB,gDf˜ÐBшÿÿ%`•8DшÿÿB0gDf˜8Dшÿÿ%`• EшÿÿB4gDf˜ Eшÿÿ%`•GшÿÿB8gDf˜Gшÿÿ%`•pHшÿÿB<gDf˜pHшÿÿ%`•ØIшÿÿB@gDf˜ØIшÿÿ%`•@KшÿÿBDgDf˜@Kшÿÿ%`•¨LшÿÿBHgDf˜¨Lшÿÿ%`•NшÿÿBLgDf˜Nшÿÿ%`•0?ˆÿÿBPgDf˜0?ˆÿÿ%`•h1?ˆÿÿBTgDf˜h1?ˆÿÿ%`•Ð2?ˆÿÿBXgDf˜Ð2?ˆÿÿ%`•84?ˆÿÿB\gDf˜84?ˆÿÿ%`• 5?ˆÿÿB`gDf˜ 5?ˆÿÿ%`•7?ˆÿÿBdgDf˜7?ˆÿÿ%`•p8?ˆÿÿBhgDf˜p8?ˆÿÿ%`•Ø9?ˆÿÿBlgDf˜Ø9?ˆÿÿ%`•@;?ˆÿÿBpgDf˜@;?ˆÿÿ%`•¨?ˆÿÿBxgDf˜>?ˆÿÿ%`•ÀˆÿÿB|gDf˜Àˆÿÿ%`•hÁˆÿÿB€gDf˜hÁˆÿÿ%`•ЈÿÿB„gDf˜Ðˆÿÿ%`•8ĈÿÿBˆgDf˜8Ĉÿÿ%`• ÅˆÿÿBŒgDf˜ Åˆÿÿ%`•LjÿÿBgDf˜Çˆÿÿ%`•pȈÿÿB”gDf˜pȈÿÿ%`•ØÉˆÿÿB˜gDf˜ØÉˆÿÿ%`•@ˈÿÿBœgDf˜@ˈÿÿ%`•¨ÌˆÿÿB gDf˜¨Ìˆÿÿ%`•ΈÿÿB¤gDf˜Îˆÿÿ%`• 3ˆÿÿB¨gDf˜ 3ˆÿÿ%`•h¡3ˆÿÿB¬gDf˜h¡3ˆÿÿ%`•Т3ˆÿÿB°gDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿB´gDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿB¸gDf˜ ¥3ˆÿÿ%`•§3ˆÿÿB¼gDf˜§3ˆÿÿ%`•p¨3ˆÿÿBÀgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿBÄgDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿBÈgDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿBÌgDf˜¨¬3ˆÿÿ%`•®3ˆÿÿBÐgDf˜®3ˆÿÿ%`• » ˆÿÿBÔgDf˜ » ˆÿÿ%`•h¡» ˆÿÿBØgDf˜h¡» ˆÿÿ%`•Т» ˆÿÿBÜgDf˜Ð¢» ˆÿÿ%`•8¤» ˆÿÿBàgDf˜8¤» ˆÿÿ%`• ¥» ˆÿÿBägDf˜ ¥» ˆÿÿ%`•§» ˆÿÿBègDf˜§» ˆÿÿ%`•p¨» ˆÿÿBìgDf˜p¨» ˆÿÿ%`•Ø©» ˆÿÿBðgDf˜Ø©» ˆÿÿ%`•@«» ˆÿÿBôgDf˜@«» ˆÿÿ%`•¨¬» ˆÿÿBøgDf˜¨¬» ˆÿÿ%`•®» ˆÿÿBügDf˜®» ˆÿÿ%`•`¶ ˆÿÿCgDf˜`¶ ˆÿÿ%`•ha¶ ˆÿÿCgDf˜ha¶ ˆÿÿ%`•Ðb¶ ˆÿÿCgDf˜Ðb¶ ˆÿÿ%`•8d¶ ˆÿÿC gDf˜8d¶ ˆÿÿ%`• e¶ ˆÿÿCgDf˜ e¶ ˆÿÿ%`•g¶ ˆÿÿCgDf˜g¶ ˆÿÿ%`•ph¶ ˆÿÿCgDf˜ph¶ ˆÿÿ%`•Øi¶ ˆÿÿCgDf˜Øi¶ ˆÿÿ%`•@k¶ ˆÿÿC gDf˜@k¶ ˆÿÿ%`•¨l¶ ˆÿÿC$gDf˜¨l¶ ˆÿÿ%`•n¶ ˆÿÿC(gDf˜n¶ ˆÿÿ%`•€…ˆÿÿC,gDf˜€…ˆÿÿ%`•h…ˆÿÿC0gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿC4gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿC8gDf˜8„…ˆÿÿ%`• ……ˆÿÿC<gDf˜ ……ˆÿÿ%`•‡…ˆÿÿC@gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿCDgDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿCHgDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿCLgDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿCPgDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿCTgDf˜Ž…ˆÿÿ%`•€ˆÿÿCXgDf˜€ˆÿÿ%`•hˆÿÿC\gDf˜hˆÿÿ%`•ЂˆÿÿC`gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿCdgDf˜8„ˆÿÿ%`• …ˆÿÿChgDf˜ …ˆÿÿ%`•‡ˆÿÿClgDf˜‡ˆÿÿ%`•pˆˆÿÿCpgDf˜pˆˆÿÿ%`•؉ˆÿÿCtgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿCxgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿC|gDf˜¨Œˆÿÿ%`•ŽˆÿÿC€gDf˜Žˆÿÿ%`• ˆÿÿC„gDf˜ ˆÿÿ%`•h¡ˆÿÿCˆgDf˜h¡ˆÿÿ%`•ТˆÿÿCŒgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿCgDf˜8¤ˆÿÿ%`• ¥ˆÿÿC”gDf˜ ¥ˆÿÿ%`•§ˆÿÿC˜gDf˜§ˆÿÿ%`•p¨ˆÿÿCœgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿC gDf˜Ø©ˆÿÿ%`•@«ˆÿÿC¤gDf˜@«ˆÿÿ%`•¨¬ˆÿÿC¨gDf˜¨¬ˆÿÿ%`•®ˆÿÿC¬gDf˜®ˆÿÿ%`•`$ˆÿÿC°gDf˜`$ˆÿÿ%`•ha$ˆÿÿC´gDf˜ha$ˆÿÿ%`•Ðb$ˆÿÿC¸gDf˜Ðb$ˆÿÿ%`•8d$ˆÿÿC¼gDf˜8d$ˆÿÿ%`• e$ˆÿÿCÀgDf˜ e$ˆÿÿ%`•g$ˆÿÿCÄgDf˜g$ˆÿÿ%`•ph$ˆÿÿCÈgDf˜ph$ˆÿÿ%`•Øi$ˆÿÿCÌgDf˜Øi$ˆÿÿ%`•@k$ˆÿÿCÐgDf˜@k$ˆÿÿ%`•¨l$ˆÿÿCÔgDf˜¨l$ˆÿÿ%`•n$ˆÿÿCØgDf˜n$ˆÿÿ%`•>™ˆÿÿCÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿCàgDf˜¨<™ˆÿÿ%`•Ø9¬ˆÿÿ¤gDf˜Ø9¬ˆÿÿ%`•p8¬ˆÿÿ¨gDf˜p8¬ˆÿÿ%`•7¬ˆÿÿ¬gDf˜7¬ˆÿÿ%`• 5¬ˆÿÿ°gDf˜ 5¬ˆÿÿ%`•84¬ˆÿÿ´gDf˜84¬ˆÿÿ%`•Ð2¬ˆÿÿ¸gDf˜Ð2¬ˆÿÿ%`•h1¬ˆÿÿ¼gDf˜h1¬ˆÿÿ%`•0¬ˆÿÿÀgDf˜0¬ˆÿÿ%`•@ȈÿÿÄgDf˜@Ȉÿÿ%`•hAȈÿÿÈgDf˜hAȈÿÿ%`•ÐBȈÿÿÌgDf˜ÐBȈÿÿ%`•8DȈÿÿÔgDf˜8DȈÿÿ%`• EȈÿÿØgDf˜ EȈÿÿ%`•GȈÿÿÜgDf˜GȈÿÿ%`•pHȈÿÿàgDf˜pHȈÿÿ%`•ØIȈÿÿägDf˜ØIȈÿÿ%`•@KȈÿÿègDf˜@KȈÿÿ%`•¨LȈÿÿìgDf˜¨LȈÿÿ%`•NȈÿÿðgDf˜NȈÿÿ%`• 3ˆÿÿôgDf˜ 3ˆÿÿ%`•h!3ˆÿÿøgDf˜h!3ˆÿÿ%`•Ð"3ˆÿÿügDf˜Ð"3ˆÿÿ%`•8$3ˆÿÿgDf˜8$3ˆÿÿ%`• %3ˆÿÿgDf˜ %3ˆÿÿ%`•'3ˆÿÿgDf˜'3ˆÿÿ%`•p(3ˆÿÿ gDf˜p(3ˆÿÿ%`•Ø)3ˆÿÿgDf˜Ø)3ˆÿÿ%`•@+3ˆÿÿgDf˜@+3ˆÿÿ%`•¨,3ˆÿÿgDf˜¨,3ˆÿÿ%`•.3ˆÿÿgDf˜.3ˆÿÿ%`•>¬ˆÿÿ gDf˜>¬ˆÿÿ%`•¨<¬ˆÿÿ$gDf˜¨<¬ˆÿÿ%`•@;¬ˆÿÿ(gDf˜@;¬ˆÿÿ%`•pHшÿÿ,gDf˜pHшÿÿ%`•Gшÿÿ0gDf˜Gшÿÿ%`• Eшÿÿ4gDf˜ Eшÿÿ%`•8Dшÿÿ8gDf˜8Dшÿÿ%`•ÐBшÿÿ<gDf˜ÐBшÿÿ%`•hAшÿÿ@gDf˜hAшÿÿ%`•@шÿÿDgDf˜@шÿÿ%`•ðŠˆÿÿHgDf˜ðŠˆÿÿ%`•hñŠˆÿÿLgDf˜hñŠˆÿÿ%`•ÐòŠˆÿÿPgDf˜ÐòŠˆÿÿ%`•8ôŠˆÿÿTgDf˜8ôŠˆÿÿ%`• õŠˆÿÿXgDf˜ õŠˆÿÿ%`•÷Šˆÿÿ\gDf˜÷Šˆÿÿ%`•pøŠˆÿÿ`gDf˜pøŠˆÿÿ%`•ØùŠˆÿÿdgDf˜ØùŠˆÿÿ%`•@ûŠˆÿÿhgDf˜@ûŠˆÿÿ%`•¨üŠˆÿÿlgDf˜¨üŠˆÿÿ%`•þŠˆÿÿpgDf˜þŠˆÿÿ%`•àψÿÿtgDf˜àψÿÿ%`•háψÿÿxgDf˜háψÿÿ%`•Ðâψÿÿ|gDf˜Ðâψÿÿ%`• åψÿÿ€ügDf˜ åψÿÿ%`•çψÿÿ|XgDf˜çψÿÿ%`•pèψÿÿÜügDf˜pèψÿÿ%`•Øéψÿÿ ØügDf˜Øéψÿÿ%`•@ëψÿÿ ÔgDf˜@ëψÿÿ%`•¨ìψÿÿ àügDf˜¨ìψÿÿ%`•îψÿÿ ÜügDf˜îψÿÿ%`•NшÿÿØgDf˜Nшÿÿ%`•¨LшÿÿäTgDf˜¨Lшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8gDf˜'ˆÿÿ%`•8äψÿÿìˆgDf˜8äψÿÿ%`•¨Lшÿÿ gDf˜¨Lшÿÿ%`•¨Lшÿÿ<gDf˜¨Lшÿÿ%`•hAшÿÿ@ØgDf˜hAшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•hAшÿÿŒgDf˜hAшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•hAшÿÿìxgDf˜hAшÿÿ%`•¨Lшÿÿ7ôgDf˜¨Lшÿÿ%`•@шÿÿ8ø gDf˜@шÿÿ%`•@шÿÿ gDf˜@шÿÿ%`•@шÿÿ¬gDf˜@шÿÿ%`•¨Lшÿÿ°gDf˜¨Lшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•¨LшÿÿÐ\gDf˜¨Lшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•¨Lшÿÿ0 gDf˜¨Lшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•¨LшÿÿT gDf˜¨Lшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•¨LшÿÿxgDf˜¨Lшÿÿ%`•¨Lшÿÿ|gDf˜¨Lшÿÿ%`•¨Lшÿÿ€gDf˜¨Lшÿÿ%`•¨Lшÿÿ„gDf˜¨Lшÿÿ%`•¨LшÿÿˆgDf˜¨Lшÿÿ%`•¨LшÿÿŒgDf˜¨Lшÿÿ%`•ÐBшÿÿgDf˜ÐBшÿÿ%`•ÐBшÿÿ”gDf˜ÐBшÿÿ%`•¨Lшÿÿ˜gDf˜¨Lшÿÿ%`•8DшÿÿœgDf˜8Dшÿÿ%`• Eшÿÿ gDf˜ Eшÿÿ%`•Nшÿÿ¤gDf˜Nшÿÿ%`•@шÿÿ¨gDf˜@шÿÿ%`•hAшÿÿ¬gDf˜hAшÿÿ%`•Gшÿÿ°gDf˜Gшÿÿ%`•pHшÿÿ´gDf˜pHшÿÿ%`•@Kшÿÿ¸gDf˜@Kшÿÿ%`•ØIшÿÿ¼gDf˜ØIшÿÿ%`•¨<™ˆÿÿÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿÄgDf˜>™ˆÿÿ%`•@/ˆÿÿÈgDf˜@/ˆÿÿ%`•hA/ˆÿÿÌgDf˜hA/ˆÿÿ%`•ÐB/ˆÿÿÐgDf˜ÐB/ˆÿÿ%`•8D/ˆÿÿÔgDf˜8D/ˆÿÿ%`• E/ˆÿÿØgDf˜ E/ˆÿÿ%`•G/ˆÿÿÜgDf˜G/ˆÿÿ%`•pH/ˆÿÿàgDf˜pH/ˆÿÿ%`•ØI/ˆÿÿägDf˜ØI/ˆÿÿ%`•@K/ˆÿÿègDf˜@K/ˆÿÿ%`•¨L/ˆÿÿìgDf˜¨L/ˆÿÿ%`•N/ˆÿÿðgDf˜N/ˆÿÿ%`•à6ˆÿÿôgDf˜à6ˆÿÿ%`•há6ˆÿÿøgDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿügDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿgDf˜8ä6ˆÿÿ%`• å6ˆÿÿgDf˜ å6ˆÿÿ%`•ç6ˆÿÿgDf˜ç6ˆÿÿ%`•pè6ˆÿÿ gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿgDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿgDf˜î6ˆÿÿ%`•`¿ˆÿÿ gDf˜`¿ˆÿÿ%`•ha¿ˆÿÿ$gDf˜ha¿ˆÿÿ%`•Ðb¿ˆÿÿ(gDf˜Ðb¿ˆÿÿ%`•Ðb¿ˆÿÿ,gDf˜Ðb¿ˆÿÿ%`•ha¿ˆÿÿ0gDf˜ha¿ˆÿÿ%`•`¿ˆÿÿ4gDf˜`¿ˆÿÿ%`•8d¿ˆÿÿ8gDf˜8d¿ˆÿÿ%`• e¿ˆÿÿ<gDf˜ e¿ˆÿÿ%`•g¿ˆÿÿ@gDf˜g¿ˆÿÿ%`•ph¿ˆÿÿDgDf˜ph¿ˆÿÿ%`•Øi¿ˆÿÿHgDf˜Øi¿ˆÿÿ%`•@k¿ˆÿÿLgDf˜@k¿ˆÿÿ%`•¨l¿ˆÿÿPgDf˜¨l¿ˆÿÿ%`•n¿ˆÿÿTgDf˜n¿ˆÿÿ%`•>™ˆÿÿXgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ\gDf˜¨<™ˆÿÿ%`•@шÿÿ`gDf˜@шÿÿ%`•hAшÿÿdgDf˜hAшÿÿ%`•ÐBшÿÿhgDf˜ÐBшÿÿ%`•8DшÿÿlgDf˜8Dшÿÿ%`• EшÿÿpgDf˜ Eшÿÿ%`•GшÿÿtgDf˜Gшÿÿ%`•pHшÿÿxgDf˜pHшÿÿ%`•ØIшÿÿ|gDf˜ØIшÿÿ%`•@Kшÿÿ€gDf˜@Kшÿÿ%`•¨Lшÿÿ„gDf˜¨Lшÿÿ%`•NшÿÿˆgDf˜Nшÿÿ%`• ªˆÿÿŒgDf˜ ªˆÿÿ%`•h¡ªˆÿÿgDf˜h¡ªˆÿÿ%`•Тªˆÿÿ”gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ˜gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿœgDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ¤gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ¨gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ¬gDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ°gDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ´gDf˜®ªˆÿÿ%`•@Bˆÿÿ¸gDf˜@Bˆÿÿ%`•hABˆÿÿ¼gDf˜hABˆÿÿ%`•ÐBBˆÿÿÀgDf˜ÐBBˆÿÿ%`•8DBˆÿÿÄgDf˜8DBˆÿÿ%`• EBˆÿÿÈgDf˜ EBˆÿÿ%`•GBˆÿÿÌgDf˜GBˆÿÿ%`•pHBˆÿÿÐgDf˜pHBˆÿÿ%`•ØIBˆÿÿÔgDf˜ØIBˆÿÿ%`•@KBˆÿÿØgDf˜@KBˆÿÿ%`•¨LBˆÿÿÜgDf˜¨LBˆÿÿ%`•NBˆÿÿàgDf˜NBˆÿÿ%`•0ˆÿÿègDf˜0ˆÿÿ%`•h1ˆÿÿìgDf˜h1ˆÿÿ%`•Ð2ˆÿÿðgDf˜Ð2ˆÿÿ%`•84ˆÿÿôgDf˜84ˆÿÿ%`• 5ˆÿÿøgDf˜ 5ˆÿÿ%`•7ˆÿÿügDf˜7ˆÿÿ%`•p8ˆÿÿgDf˜p8ˆÿÿ%`•Ø9ˆÿÿgDf˜Ø9ˆÿÿ%`•@;ˆÿÿgDf˜@;ˆÿÿ%`•¨<ˆÿÿ gDf˜¨<ˆÿÿ%`•>ˆÿÿgDf˜>ˆÿÿ%`•[ˆÿÿgDf˜[ˆÿÿ%`•h[ˆÿÿgDf˜h[ˆÿÿ%`•Ð[ˆÿÿgDf˜Ð[ˆÿÿ%`•8[ˆÿÿ gDf˜8[ˆÿÿ%`• [ˆÿÿ$gDf˜ [ˆÿÿ%`•[ˆÿÿ(gDf˜[ˆÿÿ%`•p[ˆÿÿ,gDf˜p[ˆÿÿ%`•Ø [ˆÿÿ0gDf˜Ø [ˆÿÿ%`•@ [ˆÿÿ4gDf˜@ [ˆÿÿ%`•¨ [ˆÿÿ8gDf˜¨ [ˆÿÿ%`•[ˆÿÿ<gDf˜[ˆÿÿ%`•P\ ˆÿÿ@gDf˜P\ ˆÿÿ%`•hQ\ ˆÿÿDgDf˜hQ\ ˆÿÿ%`•ÐR\ ˆÿÿHgDf˜ÐR\ ˆÿÿ%`•8T\ ˆÿÿLgDf˜8T\ ˆÿÿ%`• U\ ˆÿÿPgDf˜ U\ ˆÿÿ%`•W\ ˆÿÿTgDf˜W\ ˆÿÿ%`•pX\ ˆÿÿXgDf˜pX\ ˆÿÿ%`•ØY\ ˆÿÿ\gDf˜ØY\ ˆÿÿ%`•@[\ ˆÿÿ`gDf˜@[\ ˆÿÿ%`•¨\\ ˆÿÿdgDf˜¨\\ ˆÿÿ%`•^\ ˆÿÿhgDf˜^\ ˆÿÿ%`•@ ˆÿÿlgDf˜@ ˆÿÿ%`•hA ˆÿÿpgDf˜hA ˆÿÿ%`•ÐB ˆÿÿtgDf˜ÐB ˆÿÿ%`•8D ˆÿÿxgDf˜8D ˆÿÿ%`• E ˆÿÿ|gDf˜ E ˆÿÿ%`•G ˆÿÿ€gDf˜G ˆÿÿ%`•pH ˆÿÿ„gDf˜pH ˆÿÿ%`•ØI ˆÿÿˆgDf˜ØI ˆÿÿ%`•@K ˆÿÿŒgDf˜@K ˆÿÿ%`•¨L ˆÿÿgDf˜¨L ˆÿÿ%`•N ˆÿÿ”gDf˜N ˆÿÿ%`•¨<™ˆÿÿ˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿœgDf˜>™ˆÿÿ%`•¨LBˆÿÿ gDf˜¨LBˆÿÿ%`•@KBˆÿÿ¤gDf˜@KBˆÿÿ%`•ØIBˆÿÿ¨gDf˜ØIBˆÿÿ%`•pHBˆÿÿ¬gDf˜pHBˆÿÿ%`•GBˆÿÿ°gDf˜GBˆÿÿ%`• EBˆÿÿ´gDf˜ EBˆÿÿ%`•8DBˆÿÿ¸gDf˜8DBˆÿÿ%`•ÐBBˆÿÿ¼gDf˜ÐBBˆÿÿ%`•hABˆÿÿÀgDf˜hABˆÿÿ%`•@BˆÿÿÄgDf˜@Bˆÿÿ%`•`7ˆÿÿÈgDf˜`7ˆÿÿ%`•ha7ˆÿÿÌgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿÐgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿÔgDf˜8d7ˆÿÿ%`• e7ˆÿÿØgDf˜ e7ˆÿÿ%`•g7ˆÿÿÜgDf˜g7ˆÿÿ%`•ph7ˆÿÿàgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿägDf˜Øi7ˆÿÿ%`•@k7ˆÿÿègDf˜@k7ˆÿÿ%`•¨l7ˆÿÿìgDf˜¨l7ˆÿÿ%`•n7ˆÿÿðgDf˜n7ˆÿÿ%`•ˆÿÿôgDf˜ˆÿÿ%`•h‘ˆÿÿøgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿügDf˜Ð’ˆÿÿ%`•8”ˆÿÿgDf˜8”ˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`•—ˆÿÿgDf˜—ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•¨œˆÿÿgDf˜¨œˆÿÿ%`•žˆÿÿgDf˜žˆÿÿ%`•Ыˆÿÿ gDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ$gDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ(gDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ,gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ0gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ4gDf˜׫ˆÿÿ%`•pØ«ˆÿÿ8gDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ<gDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ@gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿDgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿHgDf˜Þ«ˆÿÿ%`•@.ˆÿÿLgDf˜@.ˆÿÿ%`•hA.ˆÿÿPgDf˜hA.ˆÿÿ%`•ÐB.ˆÿÿTgDf˜ÐB.ˆÿÿ%`•8D.ˆÿÿXgDf˜8D.ˆÿÿ%`• E.ˆÿÿ\gDf˜ E.ˆÿÿ%`•G.ˆÿÿ`gDf˜G.ˆÿÿ%`•pH.ˆÿÿdgDf˜pH.ˆÿÿ%`•ØI.ˆÿÿhgDf˜ØI.ˆÿÿ%`•@K.ˆÿÿlgDf˜@K.ˆÿÿ%`•¨L.ˆÿÿpgDf˜¨L.ˆÿÿ%`•N.ˆÿÿtgDf˜N.ˆÿÿ%`•@+ˆÿÿxgDf˜@+ˆÿÿ%`•hA+ˆÿÿ|gDf˜hA+ˆÿÿ%`•ÐB+ˆÿÿ€gDf˜ÐB+ˆÿÿ%`•8D+ˆÿÿ„gDf˜8D+ˆÿÿ%`• E+ˆÿÿˆgDf˜ E+ˆÿÿ%`•G+ˆÿÿŒgDf˜G+ˆÿÿ%`•pH+ˆÿÿgDf˜pH+ˆÿÿ%`•ØI+ˆÿÿ”gDf˜ØI+ˆÿÿ%`•@K+ˆÿÿ˜gDf˜@K+ˆÿÿ%`•¨L+ˆÿÿœgDf˜¨L+ˆÿÿ%`•N+ˆÿÿ gDf˜N+ˆÿÿ%`•Žˆÿÿ¤gDf˜Žˆÿÿ%`•hŽˆÿÿ¨gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ¬gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ°gDf˜8Žˆÿÿ%`• Žˆÿÿ´gDf˜ Žˆÿÿ%`•Žˆÿÿ¸gDf˜Žˆÿÿ%`•pŽˆÿÿ¼gDf˜pŽˆÿÿ%`•Ø ŽˆÿÿÀgDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿÄgDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿÈgDf˜¨ Žˆÿÿ%`•ŽˆÿÿÌgDf˜Žˆÿÿ%`• þ ˆÿÿÐgDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿÔgDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿØgDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿÜgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿàgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿägDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿègDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿìgDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿðgDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿôgDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿøgDf˜®þ ˆÿÿ%`•9 ˆÿÿügDf˜9 ˆÿÿ%`•h9 ˆÿÿgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿgDf˜89 ˆÿÿ%`• 9 ˆÿÿ gDf˜ 9 ˆÿÿ%`•9 ˆÿÿgDf˜9 ˆÿÿ%`•p9 ˆÿÿgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ$gDf˜9 ˆÿÿ%`•À%ˆÿÿ(gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ,gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ0gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ4gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ8gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ<gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ@gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿDgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿHgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿLgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿPgDf˜Î%ˆÿÿ%`•8ˆÿÿTgDf˜8ˆÿÿ%`•h8ˆÿÿXgDf˜h8ˆÿÿ%`•Ð8ˆÿÿ\gDf˜Ð8ˆÿÿ%`•88ˆÿÿ`gDf˜88ˆÿÿ%`• 8ˆÿÿdgDf˜ 8ˆÿÿ%`•8ˆÿÿhgDf˜8ˆÿÿ%`•p8ˆÿÿlgDf˜p8ˆÿÿ%`•Ø 8ˆÿÿpgDf˜Ø 8ˆÿÿ%`•@ 8ˆÿÿtgDf˜@ 8ˆÿÿ%`•¨ 8ˆÿÿxgDf˜¨ 8ˆÿÿ%`•8ˆÿÿ|gDf˜8ˆÿÿ%`•NBˆÿÿ€gDf˜NBˆÿÿ%`•hA ˆÿÿ„gDf˜hA ˆÿÿ%`•@ ˆÿÿˆgDf˜@ ˆÿÿ%`•0ˆÿÿŒgDf˜0ˆÿÿ%`•h1ˆÿÿgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ”gDf˜Ð2ˆÿÿ%`•84ˆÿÿ˜gDf˜84ˆÿÿ%`• 5ˆÿÿœgDf˜ 5ˆÿÿ%`•7ˆÿÿ gDf˜7ˆÿÿ%`•p8ˆÿÿ¤gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ¨gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ¬gDf˜@;ˆÿÿ%`•¨<ˆÿÿ°gDf˜¨<ˆÿÿ%`•>ˆÿÿ´gDf˜>ˆÿÿ%`•ÐKˆÿÿ¸gDf˜ÐKˆÿÿ%`•hÑKˆÿÿ¼gDf˜hÑKˆÿÿ%`•ÐÒKˆÿÿÀgDf˜ÐÒKˆÿÿ%`•8ÔKˆÿÿÄgDf˜8ÔKˆÿÿ%`• ÕKˆÿÿÈgDf˜ ÕKˆÿÿ%`•×KˆÿÿÌgDf˜×Kˆÿÿ%`•pØKˆÿÿÐgDf˜pØKˆÿÿ%`•ØÙKˆÿÿÔgDf˜ØÙKˆÿÿ%`•@ÛKˆÿÿØgDf˜@ÛKˆÿÿ%`•¨ÜKˆÿÿÜgDf˜¨ÜKˆÿÿ%`•ÞKˆÿÿàgDf˜ÞKˆÿÿ%`•07ˆÿÿägDf˜07ˆÿÿ%`•h17ˆÿÿègDf˜h17ˆÿÿ%`•Ð27ˆÿÿìgDf˜Ð27ˆÿÿ%`•847ˆÿÿðgDf˜847ˆÿÿ%`• 57ˆÿÿôgDf˜ 57ˆÿÿ%`•77ˆÿÿøgDf˜77ˆÿÿ%`•p87ˆÿÿügDf˜p87ˆÿÿ%`•Ø97ˆÿÿgDf˜Ø97ˆÿÿ%`•@;7ˆÿÿgDf˜@;7ˆÿÿ%`•¨<7ˆÿÿgDf˜¨<7ˆÿÿ%`•>7ˆÿÿ gDf˜>7ˆÿÿ%`•N ˆÿÿgDf˜N ˆÿÿ%`•¨L ˆÿÿgDf˜¨L ˆÿÿ%`•@K ˆÿÿgDf˜@K ˆÿÿ%`•ØI ˆÿÿgDf˜ØI ˆÿÿ%`•pH ˆÿÿ gDf˜pH ˆÿÿ%`•G ˆÿÿ$gDf˜G ˆÿÿ%`• E ˆÿÿ(gDf˜ E ˆÿÿ%`•8D ˆÿÿ,gDf˜8D ˆÿÿ%`•ÐB ˆÿÿ0gDf˜ÐB ˆÿÿ%`•>™ˆÿÿ4gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•@Bˆÿÿ<gDf˜@Bˆÿÿ%`•hABˆÿÿ@gDf˜hABˆÿÿ%`•ÐBBˆÿÿDgDf˜ÐBBˆÿÿ%`•8DBˆÿÿHgDf˜8DBˆÿÿ%`• EBˆÿÿLgDf˜ EBˆÿÿ%`•GBˆÿÿPgDf˜GBˆÿÿ%`•pHBˆÿÿTgDf˜pHBˆÿÿ%`•ØIBˆÿÿXgDf˜ØIBˆÿÿ%`•@KBˆÿÿ\gDf˜@KBˆÿÿ%`•¨LBˆÿÿ`gDf˜¨LBˆÿÿ%`•ðZˆÿÿdgDf˜ðZˆÿÿ%`•hñZˆÿÿhgDf˜hñZˆÿÿ%`•ÐòZˆÿÿlgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿpgDf˜8ôZˆÿÿ%`• õZˆÿÿtgDf˜ õZˆÿÿ%`•÷ZˆÿÿxgDf˜÷Zˆÿÿ%`•pøZˆÿÿ|gDf˜pøZˆÿÿ%`•ØùZˆÿÿ€gDf˜ØùZˆÿÿ%`•@ûZˆÿÿ„gDf˜@ûZˆÿÿ%`•¨üZˆÿÿˆgDf˜¨üZˆÿÿ%`•þZˆÿÿŒgDf˜þZˆÿÿ%`•¨L.ˆÿÿgDf˜¨L.ˆÿÿ%`•@K.ˆÿÿ”gDf˜@K.ˆÿÿ%`•ØI.ˆÿÿ˜gDf˜ØI.ˆÿÿ%`•pH.ˆÿÿœgDf˜pH.ˆÿÿ%`•G.ˆÿÿ gDf˜G.ˆÿÿ%`• E.ˆÿÿ¤gDf˜ E.ˆÿÿ%`•8D.ˆÿÿ¨gDf˜8D.ˆÿÿ%`•ÐB.ˆÿÿ¬gDf˜ÐB.ˆÿÿ%`•hA.ˆÿÿ°gDf˜hA.ˆÿÿ%`•@.ˆÿÿ´gDf˜@.ˆÿÿ%`•€²ˆÿÿ¸gDf˜€²ˆÿÿ%`•h²ˆÿÿ¼gDf˜h²ˆÿÿ%`•Ђ²ˆÿÿÀgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿÄgDf˜8„²ˆÿÿ%`• …²ˆÿÿÈgDf˜ …²ˆÿÿ%`•‡²ˆÿÿÌgDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿÐgDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿÔgDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿØgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿÜgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿàgDf˜޲ˆÿÿ%`•@ˆÿÿägDf˜@ˆÿÿ%`•hAˆÿÿìgDf˜hAˆÿÿ%`•ÐBˆÿÿðgDf˜ÐBˆÿÿ%`•8DˆÿÿôgDf˜8Dˆÿÿ%`• EˆÿÿøgDf˜ Eˆÿÿ%`•GˆÿÿügDf˜Gˆÿÿ%`•pHˆÿÿgDf˜pHˆÿÿ%`•ØIˆÿÿgDf˜ØIˆÿÿ%`•@KˆÿÿgDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•NˆÿÿgDf˜Nˆÿÿ%`•N.ˆÿÿgDf˜N.ˆÿÿ%`•@«þ ˆÿÿgDf˜@«þ ˆÿÿ%`•Ø©þ ˆÿÿgDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿ gDf˜p¨þ ˆÿÿ%`•§þ ˆÿÿ$gDf˜§þ ˆÿÿ%`• ¥þ ˆÿÿ(gDf˜ ¥þ ˆÿÿ%`•8¤þ ˆÿÿ,gDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿ0gDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿ4gDf˜h¡þ ˆÿÿ%`• þ ˆÿÿ8gDf˜ þ ˆÿÿ%`•ðRˆÿÿ<gDf˜ðRˆÿÿ%`•hñRˆÿÿ@gDf˜hñRˆÿÿ%`•ÐòRˆÿÿDgDf˜ÐòRˆÿÿ%`•8ôRˆÿÿHgDf˜8ôRˆÿÿ%`• õRˆÿÿLgDf˜ õRˆÿÿ%`•÷RˆÿÿPgDf˜÷Rˆÿÿ%`•pøRˆÿÿTgDf˜pøRˆÿÿ%`•ØùRˆÿÿXgDf˜ØùRˆÿÿ%`•@ûRˆÿÿ\gDf˜@ûRˆÿÿ%`•¨üRˆÿÿ`gDf˜¨üRˆÿÿ%`•þRˆÿÿdgDf˜þRˆÿÿ%`• ˆÿÿhgDf˜ ˆÿÿ%`•h ˆÿÿlgDf˜h ˆÿÿ%`•Ð ˆÿÿpgDf˜Ð ˆÿÿ%`•8 ˆÿÿtgDf˜8 ˆÿÿ%`•  ˆÿÿxgDf˜  ˆÿÿ%`• ˆÿÿ|gDf˜ ˆÿÿ%`•p ˆÿÿ€gDf˜p ˆÿÿ%`•Ø ˆÿÿ„gDf˜Ø ˆÿÿ%`•@ ˆÿÿˆgDf˜@ ˆÿÿ%`•¨ ˆÿÿŒgDf˜¨ ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•®þ ˆÿÿ”gDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿ˜gDf˜¨¬þ ˆÿÿ%`•Ø 8ˆÿÿœgDf˜Ø 8ˆÿÿ%`•p8ˆÿÿ gDf˜p8ˆÿÿ%`•8ˆÿÿ¤gDf˜8ˆÿÿ%`• 8ˆÿÿ¨gDf˜ 8ˆÿÿ%`•88ˆÿÿ¬gDf˜88ˆÿÿ%`•Ð8ˆÿÿ°gDf˜Ð8ˆÿÿ%`•h8ˆÿÿ´gDf˜h8ˆÿÿ%`•8ˆÿÿ¸gDf˜8ˆÿÿ%`•pˆÿÿ¼gDf˜pˆÿÿ%`•hqˆÿÿÀgDf˜hqˆÿÿ%`•ÐrˆÿÿÄgDf˜Ðrˆÿÿ%`•8tˆÿÿÈgDf˜8tˆÿÿ%`• uˆÿÿÌgDf˜ uˆÿÿ%`•wˆÿÿÐgDf˜wˆÿÿ%`•pxˆÿÿÔgDf˜pxˆÿÿ%`•ØyˆÿÿØgDf˜Øyˆÿÿ%`•@{ˆÿÿÜgDf˜@{ˆÿÿ%`•¨|ˆÿÿàgDf˜¨|ˆÿÿ%`•~ˆÿÿägDf˜~ˆÿÿ%`•€ ˆÿÿègDf˜€ ˆÿÿ%`•h ˆÿÿìgDf˜h ˆÿÿ%`•Ђ ˆÿÿðgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿôgDf˜8„ ˆÿÿ%`• … ˆÿÿøgDf˜ … ˆÿÿ%`•‡ ˆÿÿügDf˜‡ ˆÿÿ%`•pˆ ˆÿÿgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ gDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿgDf˜Ž ˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`•¨ 8ˆÿÿgDf˜¨ 8ˆÿÿ%`•@ 8ˆÿÿgDf˜@ 8ˆÿÿ%`•NBˆÿÿ gDf˜NBˆÿÿ%`•@ ˆÿÿ$gDf˜@ ˆÿÿ%`•hA ˆÿÿ(gDf˜hA ˆÿÿ%`•847ˆÿÿ,gDf˜847ˆÿÿ%`•Ð27ˆÿÿ0gDf˜Ð27ˆÿÿ%`•h17ˆÿÿ4gDf˜h17ˆÿÿ%`•07ˆÿÿ8gDf˜07ˆÿÿ%`•°« ˆÿÿ<gDf˜°« ˆÿÿ%`•h±« ˆÿÿ@gDf˜h±« ˆÿÿ%`•в« ˆÿÿDgDf˜Ð²« ˆÿÿ%`•8´« ˆÿÿHgDf˜8´« ˆÿÿ%`• µ« ˆÿÿLgDf˜ µ« ˆÿÿ%`•·« ˆÿÿPgDf˜·« ˆÿÿ%`•p¸« ˆÿÿTgDf˜p¸« ˆÿÿ%`•ع« ˆÿÿXgDf˜Ø¹« ˆÿÿ%`•@»« ˆÿÿ\gDf˜@»« ˆÿÿ%`•¨¼« ˆÿÿ`gDf˜¨¼« ˆÿÿ%`•¾« ˆÿÿdgDf˜¾« ˆÿÿ%`•£ˆÿÿhgDf˜£ˆÿÿ%`•h£ˆÿÿlgDf˜h£ˆÿÿ%`•УˆÿÿpgDf˜Ð£ˆÿÿ%`•8£ˆÿÿtgDf˜8£ˆÿÿ%`• £ˆÿÿxgDf˜ £ˆÿÿ%`•£ˆÿÿ|gDf˜£ˆÿÿ%`•p£ˆÿÿ€gDf˜p£ˆÿÿ%`•Ø£ˆÿÿ„gDf˜Ø£ˆÿÿ%`•@£ˆÿÿˆgDf˜@£ˆÿÿ%`•¨£ˆÿÿŒgDf˜¨£ˆÿÿ%`•£ˆÿÿgDf˜£ˆÿÿ%`•>7ˆÿÿ”gDf˜>7ˆÿÿ%`•¨<7ˆÿÿ˜gDf˜¨<7ˆÿÿ%`•@;7ˆÿÿœgDf˜@;7ˆÿÿ%`•Ø97ˆÿÿ gDf˜Ø97ˆÿÿ%`•p87ˆÿÿ¤gDf˜p87ˆÿÿ%`•77ˆÿÿ¨gDf˜77ˆÿÿ%`• 57ˆÿÿ¬gDf˜ 57ˆÿÿ%`•ÐB ˆÿÿ°gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ´gDf˜8D ˆÿÿ%`• E ˆÿÿ¸gDf˜ E ˆÿÿ%`•G ˆÿÿ¼gDf˜G ˆÿÿ%`•pH ˆÿÿÀgDf˜pH ˆÿÿ%`•ØI ˆÿÿÄgDf˜ØI ˆÿÿ%`•@K ˆÿÿÈgDf˜@K ˆÿÿ%`•¨L ˆÿÿÌgDf˜¨L ˆÿÿ%`•N ˆÿÿÐgDf˜N ˆÿÿ%`•¨<™ˆÿÿÔgDf˜¨<™ˆÿÿ%`•>™ˆÿÿØgDf˜>™ˆÿÿ%`•¨LBˆÿÿÜgDf˜¨LBˆÿÿ%`•@KBˆÿÿàgDf˜@KBˆÿÿ%`•ØIBˆÿÿägDf˜ØIBˆÿÿ%`•pHBˆÿÿègDf˜pHBˆÿÿ%`•GBˆÿÿìgDf˜GBˆÿÿ%`• EBˆÿÿðgDf˜ EBˆÿÿ%`•8DBˆÿÿôgDf˜8DBˆÿÿ%`•ÐBBˆÿÿøgDf˜ÐBBˆÿÿ%`•hABˆÿÿügDf˜hABˆÿÿ%`•@BˆÿÿgDf˜@Bˆÿÿ%`•@.ˆÿÿgDf˜@.ˆÿÿ%`•hA.ˆÿÿgDf˜hA.ˆÿÿ%`•ÐB.ˆÿÿ gDf˜ÐB.ˆÿÿ%`•8D.ˆÿÿgDf˜8D.ˆÿÿ%`• E.ˆÿÿgDf˜ E.ˆÿÿ%`•G.ˆÿÿgDf˜G.ˆÿÿ%`•pH.ˆÿÿgDf˜pH.ˆÿÿ%`•ØI.ˆÿÿ gDf˜ØI.ˆÿÿ%`•@K.ˆÿÿ$gDf˜@K.ˆÿÿ%`•¨L.ˆÿÿ(gDf˜¨L.ˆÿÿ%`•8Dˆÿÿ,gDf˜8Dˆÿÿ%`•ÐBˆÿÿ0gDf˜ÐBˆÿÿ%`•hAˆÿÿ4gDf˜hAˆÿÿ%`•@ˆÿÿ8gDf˜@ˆÿÿ%`• ˆÿÿ<gDf˜ ˆÿÿ%`•h ˆÿÿ@gDf˜h ˆÿÿ%`•Ð ˆÿÿDgDf˜Ð ˆÿÿ%`•8 ˆÿÿHgDf˜8 ˆÿÿ%`•  ˆÿÿLgDf˜  ˆÿÿ%`• ˆÿÿPgDf˜ ˆÿÿ%`•p ˆÿÿTgDf˜p ˆÿÿ%`•Ø  ˆÿÿXgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ\gDf˜@  ˆÿÿ%`•¨  ˆÿÿ`gDf˜¨  ˆÿÿ%`• ˆÿÿdgDf˜ ˆÿÿ%`•€²ˆÿÿhgDf˜€²ˆÿÿ%`•h²ˆÿÿlgDf˜h²ˆÿÿ%`•Ђ²ˆÿÿpgDf˜Ð‚²ˆÿÿ%`•8„²ˆÿÿtgDf˜8„²ˆÿÿ%`• …²ˆÿÿxgDf˜ …²ˆÿÿ%`•‡²ˆÿÿ|gDf˜‡²ˆÿÿ%`•pˆ²ˆÿÿ€gDf˜pˆ²ˆÿÿ%`•؉²ˆÿÿ„gDf˜Ø‰²ˆÿÿ%`•@‹²ˆÿÿˆgDf˜@‹²ˆÿÿ%`•¨Œ²ˆÿÿŒgDf˜¨Œ²ˆÿÿ%`•޲ˆÿÿgDf˜޲ˆÿÿ%`•Nˆÿÿ”gDf˜Nˆÿÿ%`•¨Lˆÿÿ˜gDf˜¨Lˆÿÿ%`•@KˆÿÿœgDf˜@Kˆÿÿ%`•ØIˆÿÿ gDf˜ØIˆÿÿ%`•pHˆÿÿ¤gDf˜pHˆÿÿ%`•Gˆÿÿ¨gDf˜Gˆÿÿ%`• Eˆÿÿ¬gDf˜ Eˆÿÿ%`•N.ˆÿÿ°gDf˜N.ˆÿÿ%`• þ ˆÿÿ´gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ¸gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ¼gDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿÀgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿÄgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿÈgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿÌgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿÐgDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿÔgDf˜@«þ ˆÿÿ%`•8 ˆÿÿØgDf˜8 ˆÿÿ%`•Ð ˆÿÿÜgDf˜Ð ˆÿÿ%`•h ˆÿÿàgDf˜h ˆÿÿ%`• ˆÿÿägDf˜ ˆÿÿ%`•ˆÿÿègDf˜ˆÿÿ%`•h‘ˆÿÿìgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿðgDf˜Ð’ˆÿÿ%`•8”ˆÿÿôgDf˜8”ˆÿÿ%`• •ˆÿÿøgDf˜ •ˆÿÿ%`•—ˆÿÿügDf˜—ˆÿÿ%`•p˜ˆÿÿgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿgDf˜žˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•¨ ˆÿÿgDf˜¨ ˆÿÿ%`•@ ˆÿÿgDf˜@ ˆÿÿ%`•Ø ˆÿÿ gDf˜Ø ˆÿÿ%`•p ˆÿÿ$gDf˜p ˆÿÿ%`• ˆÿÿ(gDf˜ ˆÿÿ%`•  ˆÿÿ,gDf˜  ˆÿÿ%`•¨¬þ ˆÿÿ0gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ4gDf˜®þ ˆÿÿ%`•8ˆÿÿ8gDf˜8ˆÿÿ%`•h8ˆÿÿ<gDf˜h8ˆÿÿ%`•Ð8ˆÿÿ@gDf˜Ð8ˆÿÿ%`•88ˆÿÿDgDf˜88ˆÿÿ%`• 8ˆÿÿHgDf˜ 8ˆÿÿ%`•8ˆÿÿLgDf˜8ˆÿÿ%`•p8ˆÿÿPgDf˜p8ˆÿÿ%`•Ø 8ˆÿÿTgDf˜Ø 8ˆÿÿ%`•8„ ˆÿÿXgDf˜8„ ˆÿÿ%`•Ђ ˆÿÿ\gDf˜Ð‚ ˆÿÿ%`•h ˆÿÿ`gDf˜h ˆÿÿ%`•€ ˆÿÿdgDf˜€ ˆÿÿ%`•PWˆÿÿhgDf˜PWˆÿÿ%`•hQWˆÿÿlgDf˜hQWˆÿÿ%`•ÐRWˆÿÿpgDf˜ÐRWˆÿÿ%`•8TWˆÿÿtgDf˜8TWˆÿÿ%`• UWˆÿÿxgDf˜ UWˆÿÿ%`•WWˆÿÿ|gDf˜WWˆÿÿ%`•pXWˆÿÿ€gDf˜pXWˆÿÿ%`•ØYWˆÿÿ„gDf˜ØYWˆÿÿ%`•@[WˆÿÿˆgDf˜@[Wˆÿÿ%`•¨\WˆÿÿŒgDf˜¨\Wˆÿÿ%`•^WˆÿÿgDf˜^Wˆÿÿ%`•Ž ˆÿÿ”gDf˜Ž ˆÿÿ%`•¨Œ ˆÿÿ˜gDf˜¨Œ ˆÿÿ%`•@‹ ˆÿÿœgDf˜@‹ ˆÿÿ%`•؉ ˆÿÿ gDf˜Ø‰ ˆÿÿ%`•pˆ ˆÿÿ¤gDf˜pˆ ˆÿÿ%`•‡ ˆÿÿ¨gDf˜‡ ˆÿÿ%`• … ˆÿÿ¬gDf˜ … ˆÿÿ%`•@ 8ˆÿÿ°gDf˜@ 8ˆÿÿ%`•¨ 8ˆÿÿ´gDf˜¨ 8ˆÿÿ%`•8ˆÿÿ¸gDf˜8ˆÿÿ%`•NBˆÿÿ¼gDf˜NBˆÿÿ%`•hA ˆÿÿÀgDf˜hA ˆÿÿ%`•@ ˆÿÿÄgDf˜@ ˆÿÿ%`•07ˆÿÿÈgDf˜07ˆÿÿ%`•h17ˆÿÿÌgDf˜h17ˆÿÿ%`•Ð27ˆÿÿÐgDf˜Ð27ˆÿÿ%`•847ˆÿÿÔgDf˜847ˆÿÿ%`•8£ˆÿÿØgDf˜8£ˆÿÿ%`•УˆÿÿÜgDf˜Ð£ˆÿÿ%`•h£ˆÿÿàgDf˜h£ˆÿÿ%`•£ˆÿÿägDf˜£ˆÿÿ%`• ?ˆÿÿègDf˜ ?ˆÿÿ%`•h¡?ˆÿÿðgDf˜h¡?ˆÿÿ%`•Т?ˆÿÿôgDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿøgDf˜8¤?ˆÿÿ%`• ¥?ˆÿÿügDf˜ ¥?ˆÿÿ%`•§?ˆÿÿgDf˜§?ˆÿÿ%`•p¨?ˆÿÿgDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿgDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿ gDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿgDf˜¨¬?ˆÿÿ%`•®?ˆÿÿgDf˜®?ˆÿÿ%`•£ˆÿÿgDf˜£ˆÿÿ%`•¨£ˆÿÿgDf˜¨£ˆÿÿ%`•@£ˆÿÿ gDf˜@£ˆÿÿ%`•Ø£ˆÿÿ$gDf˜Ø£ˆÿÿ%`•p£ˆÿÿ(gDf˜p£ˆÿÿ%`•£ˆÿÿ,gDf˜£ˆÿÿ%`• £ˆÿÿ0gDf˜ £ˆÿÿ%`• 57ˆÿÿ4gDf˜ 57ˆÿÿ%`•77ˆÿÿ8gDf˜77ˆÿÿ%`•p87ˆÿÿ<gDf˜p87ˆÿÿ%`•Ø97ˆÿÿ@gDf˜Ø97ˆÿÿ%`•@;7ˆÿÿDgDf˜@;7ˆÿÿ%`•¨<7ˆÿÿHgDf˜¨<7ˆÿÿ%`•>7ˆÿÿLgDf˜>7ˆÿÿ%`•N ˆÿÿPgDf˜N ˆÿÿ%`•¨L ˆÿÿTgDf˜¨L ˆÿÿ%`•@K ˆÿÿXgDf˜@K ˆÿÿ%`•ØI ˆÿÿ\gDf˜ØI ˆÿÿ%`•pH ˆÿÿ`gDf˜pH ˆÿÿ%`•G ˆÿÿdgDf˜G ˆÿÿ%`• E ˆÿÿhgDf˜ E ˆÿÿ%`•8D ˆÿÿlgDf˜8D ˆÿÿ%`•ÐB ˆÿÿpgDf˜ÐB ˆÿÿ%`•>™ˆÿÿtgDf˜>™ˆÿÿ%`•¨<™ˆÿÿxgDf˜¨<™ˆÿÿ%`•@Bˆÿÿ|gDf˜@Bˆÿÿ%`•hABˆÿÿ€gDf˜hABˆÿÿ%`•ÐBBˆÿÿ„gDf˜ÐBBˆÿÿ%`•8DBˆÿÿˆgDf˜8DBˆÿÿ%`• EBˆÿÿŒgDf˜ EBˆÿÿ%`•GBˆÿÿgDf˜GBˆÿÿ%`•pHBˆÿÿ”gDf˜pHBˆÿÿ%`•ØIBˆÿÿ˜gDf˜ØIBˆÿÿ%`•@KBˆÿÿœgDf˜@KBˆÿÿ%`•¨LBˆÿÿ gDf˜¨LBˆÿÿ%`•¨L.ˆÿÿ¤gDf˜¨L.ˆÿÿ%`•@K.ˆÿÿ¨gDf˜@K.ˆÿÿ%`•ØI.ˆÿÿ¬gDf˜ØI.ˆÿÿ%`•pH.ˆÿÿ°gDf˜pH.ˆÿÿ%`•G.ˆÿÿ´gDf˜G.ˆÿÿ%`• E.ˆÿÿ¸gDf˜ E.ˆÿÿ%`•8D.ˆÿÿ¼gDf˜8D.ˆÿÿ%`•ÐB.ˆÿÿÀgDf˜ÐB.ˆÿÿ%`•hA.ˆÿÿÄgDf˜hA.ˆÿÿ%`•@.ˆÿÿÈgDf˜@.ˆÿÿ%`•@ˆÿÿÌgDf˜@ˆÿÿ%`•hAˆÿÿÐgDf˜hAˆÿÿ%`•ÐBˆÿÿÔgDf˜ÐBˆÿÿ%`•8DˆÿÿØgDf˜8Dˆÿÿ%`•8„²ˆÿÿÜgDf˜8„²ˆÿÿ%`•Ђ²ˆÿÿàgDf˜Ð‚²ˆÿÿ%`•h²ˆÿÿägDf˜h²ˆÿÿ%`•€²ˆÿÿègDf˜€²ˆÿÿ%`•ðZˆÿÿìgDf˜ðZˆÿÿ%`•hñZˆÿÿðgDf˜hñZˆÿÿ%`•ÐòZˆÿÿôgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿøgDf˜8ôZˆÿÿ%`• õZˆÿÿügDf˜ õZˆÿÿ%`•÷ZˆÿÿgDf˜÷Zˆÿÿ%`•pøZˆÿÿgDf˜pøZˆÿÿ%`•ØùZˆÿÿgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ gDf˜@ûZˆÿÿ%`•¨üZˆÿÿgDf˜¨üZˆÿÿ%`•þZˆÿÿgDf˜þZˆÿÿ%`•޲ˆÿÿgDf˜޲ˆÿÿ%`•¨Œ²ˆÿÿgDf˜¨Œ²ˆÿÿ%`•@‹²ˆÿÿ gDf˜@‹²ˆÿÿ%`•؉²ˆÿÿ$gDf˜Ø‰²ˆÿÿ%`•pˆ²ˆÿÿ(gDf˜pˆ²ˆÿÿ%`•‡²ˆÿÿ,gDf˜‡²ˆÿÿ%`• …²ˆÿÿ0gDf˜ …²ˆÿÿ%`• Eˆÿÿ4gDf˜ Eˆÿÿ%`•Gˆÿÿ8gDf˜Gˆÿÿ%`•pHˆÿÿ<gDf˜pHˆÿÿ%`•ØIˆÿÿ@gDf˜ØIˆÿÿ%`•@KˆÿÿDgDf˜@Kˆÿÿ%`•¨LˆÿÿHgDf˜¨Lˆÿÿ%`•NˆÿÿLgDf˜Nˆÿÿ%`•N.ˆÿÿPgDf˜N.ˆÿÿ%`•@«þ ˆÿÿTgDf˜@«þ ˆÿÿ%`•Ø©þ ˆÿÿXgDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿ\gDf˜p¨þ ˆÿÿ%`•§þ ˆÿÿ`gDf˜§þ ˆÿÿ%`• ¥þ ˆÿÿdgDf˜ ¥þ ˆÿÿ%`•8¤þ ˆÿÿhgDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿlgDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿpgDf˜h¡þ ˆÿÿ%`• þ ˆÿÿtgDf˜ þ ˆÿÿ%`•®þ ˆÿÿxgDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿ|gDf˜¨¬þ ˆÿÿ%`•Ø 8ˆÿÿ€gDf˜Ø 8ˆÿÿ%`•p8ˆÿÿ„gDf˜p8ˆÿÿ%`•8ˆÿÿˆgDf˜8ˆÿÿ%`• 8ˆÿÿŒgDf˜ 8ˆÿÿ%`•88ˆÿÿgDf˜88ˆÿÿ%`•Ð8ˆÿÿ”gDf˜Ð8ˆÿÿ%`•h8ˆÿÿ˜gDf˜h8ˆÿÿ%`•8ˆÿÿœgDf˜8ˆÿÿ%`•€ ˆÿÿ gDf˜€ ˆÿÿ%`•h ˆÿÿ¤gDf˜h ˆÿÿ%`•Ђ ˆÿÿ¨gDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ¬gDf˜8„ ˆÿÿ%`•8TWˆÿÿ°gDf˜8TWˆÿÿ%`•ÐRWˆÿÿ´gDf˜ÐRWˆÿÿ%`•hQWˆÿÿ¸gDf˜hQWˆÿÿ%`•PWˆÿÿ¼gDf˜PWˆÿÿ%`•9 ˆÿÿÀgDf˜9 ˆÿÿ%`•h9 ˆÿÿÄgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿÈgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿÌgDf˜89 ˆÿÿ%`• 9 ˆÿÿÐgDf˜ 9 ˆÿÿ%`•9 ˆÿÿÔgDf˜9 ˆÿÿ%`•p9 ˆÿÿØgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿÜgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿàgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿägDf˜¨9 ˆÿÿ%`•9 ˆÿÿègDf˜9 ˆÿÿ%`•PˆÿÿìgDf˜Pˆÿÿ%`•hQˆÿÿðgDf˜hQˆÿÿ%`•ÐRˆÿÿôgDf˜ÐRˆÿÿ%`•8TˆÿÿøgDf˜8Tˆÿÿ%`• UˆÿÿügDf˜ Uˆÿÿ%`•WˆÿÿgDf˜Wˆÿÿ%`•pXˆÿÿgDf˜pXˆÿÿ%`•ØYˆÿÿgDf˜ØYˆÿÿ%`•@[ˆÿÿ gDf˜@[ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•^WˆÿÿgDf˜^Wˆÿÿ%`•¨\WˆÿÿgDf˜¨\Wˆÿÿ%`•@[Wˆÿÿ gDf˜@[Wˆÿÿ%`•ØYWˆÿÿ$gDf˜ØYWˆÿÿ%`•pXWˆÿÿ(gDf˜pXWˆÿÿ%`•WWˆÿÿ,gDf˜WWˆÿÿ%`• UWˆÿÿ0gDf˜ UWˆÿÿ%`• … ˆÿÿ4gDf˜ … ˆÿÿ%`•‡ ˆÿÿ8gDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ<gDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ@gDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿDgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿHgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿLgDf˜Ž ˆÿÿ%`•8ˆÿÿPgDf˜8ˆÿÿ%`•¨ 8ˆÿÿTgDf˜¨ 8ˆÿÿ%`•@ 8ˆÿÿXgDf˜@ 8ˆÿÿ%`•NBˆÿÿ\gDf˜NBˆÿÿ%`•@ ˆÿÿ`gDf˜@ ˆÿÿ%`•hA ˆÿÿdgDf˜hA ˆÿÿ%`•847ˆÿÿhgDf˜847ˆÿÿ%`•Ð27ˆÿÿlgDf˜Ð27ˆÿÿ%`•h17ˆÿÿpgDf˜h17ˆÿÿ%`•07ˆÿÿtgDf˜07ˆÿÿ%`•>7ˆÿÿxgDf˜>7ˆÿÿ%`•¨<7ˆÿÿ|gDf˜¨<7ˆÿÿ%`•@;7ˆÿÿ€gDf˜@;7ˆÿÿ%`•Ø97ˆÿÿ„gDf˜Ø97ˆÿÿ%`•p87ˆÿÿˆgDf˜p87ˆÿÿ%`•77ˆÿÿŒgDf˜77ˆÿÿ%`• 57ˆÿÿgDf˜ 57ˆÿÿ%`•ÐB ˆÿÿ”gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ˜gDf˜8D ˆÿÿ%`• E ˆÿÿœgDf˜ E ˆÿÿ%`•G ˆÿÿ gDf˜G ˆÿÿ%`•pH ˆÿÿ¤gDf˜pH ˆÿÿ%`•ØI ˆÿÿ¨gDf˜ØI ˆÿÿ%`•@K ˆÿÿ¬gDf˜@K ˆÿÿ%`•¨L ˆÿÿ°gDf˜¨L ˆÿÿ%`•N ˆÿÿ´gDf˜N ˆÿÿ%`•¨<™ˆÿÿ¸gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¼gDf˜>™ˆÿÿ%`•@шÿÿÀgDf˜@шÿÿ%`•hAшÿÿÄgDf˜hAшÿÿ%`•ÐBшÿÿÈgDf˜ÐBшÿÿ%`•8DшÿÿÌgDf˜8Dшÿÿ%`• EшÿÿÐgDf˜ Eшÿÿ%`•GшÿÿÔgDf˜Gшÿÿ%`•pHшÿÿØgDf˜pHшÿÿ%`•ØIшÿÿÜgDf˜ØIшÿÿ%`•@KшÿÿàgDf˜@Kшÿÿ%`•¨LшÿÿägDf˜¨Lшÿÿ%`•NшÿÿègDf˜Nшÿÿ%`•`7ˆÿÿìgDf˜`7ˆÿÿ%`•ha7ˆÿÿðgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿôgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿøgDf˜8d7ˆÿÿ%`• e7ˆÿÿügDf˜ e7ˆÿÿ%`•g7ˆÿÿgDf˜g7ˆÿÿ%`•ph7ˆÿÿgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿgDf˜¨l7ˆÿÿ%`•n7ˆÿÿgDf˜n7ˆÿÿ%`•¨LBˆÿÿgDf˜¨LBˆÿÿ%`•@KBˆÿÿgDf˜@KBˆÿÿ%`•ØIBˆÿÿ gDf˜ØIBˆÿÿ%`•pHBˆÿÿ$gDf˜pHBˆÿÿ%`•GBˆÿÿ(gDf˜GBˆÿÿ%`• EBˆÿÿ,gDf˜ EBˆÿÿ%`•8DBˆÿÿ0gDf˜8DBˆÿÿ%`•ÐBBˆÿÿ4gDf˜ÐBBˆÿÿ%`•hABˆÿÿ8gDf˜hABˆÿÿ%`•@Bˆÿÿ<gDf˜@Bˆÿÿ%`•@.ˆÿÿ@gDf˜@.ˆÿÿ%`•hA.ˆÿÿDgDf˜hA.ˆÿÿ%`•ÐB.ˆÿÿHgDf˜ÐB.ˆÿÿ%`•8D.ˆÿÿLgDf˜8D.ˆÿÿ%`• E.ˆÿÿPgDf˜ E.ˆÿÿ%`•G.ˆÿÿTgDf˜G.ˆÿÿ%`•pH.ˆÿÿXgDf˜pH.ˆÿÿ%`•ØI.ˆÿÿ\gDf˜ØI.ˆÿÿ%`•@K.ˆÿÿ`gDf˜@K.ˆÿÿ%`•¨L.ˆÿÿdgDf˜¨L.ˆÿÿ%`•8DˆÿÿhgDf˜8Dˆÿÿ%`•ÐBˆÿÿlgDf˜ÐBˆÿÿ%`•hAˆÿÿpgDf˜hAˆÿÿ%`•@ˆÿÿtgDf˜@ˆÿÿ%`•NˆÿÿxgDf˜Nˆÿÿ%`•¨Lˆÿÿ|gDf˜¨Lˆÿÿ%`•@Kˆÿÿ€gDf˜@Kˆÿÿ%`•ØIˆÿÿ„gDf˜ØIˆÿÿ%`•pHˆÿÿˆgDf˜pHˆÿÿ%`•GˆÿÿŒgDf˜Gˆÿÿ%`• EˆÿÿgDf˜ Eˆÿÿ%`•N.ˆÿÿ”gDf˜N.ˆÿÿ%`•®þ ˆÿÿ˜gDf˜®þ ˆÿÿ%`• þ ˆÿÿœgDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ¤gDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ¨gDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ¬gDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ°gDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ´gDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ¸gDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ¼gDf˜@«þ ˆÿÿ%`•P\ ˆÿÿÀgDf˜P\ ˆÿÿ%`•hQ\ ˆÿÿÄgDf˜hQ\ ˆÿÿ%`•ÐR\ ˆÿÿÈgDf˜ÐR\ ˆÿÿ%`•8T\ ˆÿÿÌgDf˜8T\ ˆÿÿ%`• U\ ˆÿÿÐgDf˜ U\ ˆÿÿ%`•W\ ˆÿÿÔgDf˜W\ ˆÿÿ%`•pX\ ˆÿÿØgDf˜pX\ ˆÿÿ%`•ØY\ ˆÿÿÜgDf˜ØY\ ˆÿÿ%`•@[\ ˆÿÿàgDf˜@[\ ˆÿÿ%`•¨\\ ˆÿÿägDf˜¨\\ ˆÿÿ%`•^\ ˆÿÿègDf˜^\ ˆÿÿ%`•€%ˆÿÿìgDf˜€%ˆÿÿ%`•h%ˆÿÿôgDf˜h%ˆÿÿ%`•Ђ%ˆÿÿøgDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿügDf˜8„%ˆÿÿ%`• …%ˆÿÿ gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ gDf˜Ž%ˆÿÿ%`•¨¬þ ˆÿÿ gDf˜¨¬þ ˆÿÿ%`•8ˆÿÿ gDf˜8ˆÿÿ%`•h8ˆÿÿ $gDf˜h8ˆÿÿ%`•Ð8ˆÿÿ (gDf˜Ð8ˆÿÿ%`•88ˆÿÿ ,gDf˜88ˆÿÿ%`• 8ˆÿÿ 0gDf˜ 8ˆÿÿ%`•8ˆÿÿ 4gDf˜8ˆÿÿ%`•p8ˆÿÿ 8gDf˜p8ˆÿÿ%`•Ø 8ˆÿÿ <gDf˜Ø 8ˆÿÿ%`•8„ ˆÿÿ @gDf˜8„ ˆÿÿ%`•Ђ ˆÿÿ DgDf˜Ð‚ ˆÿÿ%`•h ˆÿÿ HgDf˜h ˆÿÿ%`•€ ˆÿÿ LgDf˜€ ˆÿÿ%`•PWˆÿÿ PgDf˜PWˆÿÿ%`•hQWˆÿÿ TgDf˜hQWˆÿÿ%`•ÐRWˆÿÿ XgDf˜ÐRWˆÿÿ%`•8TWˆÿÿ \gDf˜8TWˆÿÿ%`•8Tˆÿÿ `gDf˜8Tˆÿÿ%`•ÐRˆÿÿ dgDf˜ÐRˆÿÿ%`•hQˆÿÿ hgDf˜hQˆÿÿ%`•Pˆÿÿ lgDf˜Pˆÿÿ%`•p\ ˆÿÿ pgDf˜p\ ˆÿÿ%`•hq\ ˆÿÿ tgDf˜hq\ ˆÿÿ%`•Ðr\ ˆÿÿ xgDf˜Ðr\ ˆÿÿ%`•8t\ ˆÿÿ |gDf˜8t\ ˆÿÿ%`• u\ ˆÿÿ €gDf˜ u\ ˆÿÿ%`•w\ ˆÿÿ „gDf˜w\ ˆÿÿ%`•px\ ˆÿÿ ˆgDf˜px\ ˆÿÿ%`•Øy\ ˆÿÿ ŒgDf˜Øy\ ˆÿÿ%`•@{\ ˆÿÿ gDf˜@{\ ˆÿÿ%`•¨|\ ˆÿÿ ”gDf˜¨|\ ˆÿÿ%`•~\ ˆÿÿ ˜gDf˜~\ ˆÿÿ%`•^ˆÿÿ œgDf˜^ˆÿÿ%`•¨\ˆÿÿ  gDf˜¨\ˆÿÿ%`•@[ˆÿÿ ¤gDf˜@[ˆÿÿ%`•ØYˆÿÿ ¨gDf˜ØYˆÿÿ%`•pXˆÿÿ ¬gDf˜pXˆÿÿ%`•Wˆÿÿ °gDf˜Wˆÿÿ%`• Uˆÿÿ ´gDf˜ Uˆÿÿ%`• UWˆÿÿ ¸gDf˜ UWˆÿÿ%`•WWˆÿÿ ¼gDf˜WWˆÿÿ%`•pXWˆÿÿ ÀgDf˜pXWˆÿÿ%`•ØYWˆÿÿ ÄgDf˜ØYWˆÿÿ%`•@[Wˆÿÿ ÈgDf˜@[Wˆÿÿ%`•¨\Wˆÿÿ ÌgDf˜¨\Wˆÿÿ%`•^Wˆÿÿ ÐgDf˜^Wˆÿÿ%`•Ž ˆÿÿ ÔgDf˜Ž ˆÿÿ%`•¨Œ ˆÿÿ ØgDf˜¨Œ ˆÿÿ%`•@‹ ˆÿÿ ÜgDf˜@‹ ˆÿÿ%`•؉ ˆÿÿ àgDf˜Ø‰ ˆÿÿ%`•pˆ ˆÿÿ ägDf˜pˆ ˆÿÿ%`•‡ ˆÿÿ ègDf˜‡ ˆÿÿ%`• … ˆÿÿ ìgDf˜ … ˆÿÿ%`•@ 8ˆÿÿ ðgDf˜@ 8ˆÿÿ%`•¨ 8ˆÿÿ ôgDf˜¨ 8ˆÿÿ%`•8ˆÿÿ øgDf˜8ˆÿÿ%`•NBˆÿÿ ügDf˜NBˆÿÿ%`•>™ˆÿÿ!gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!gDf˜¨<™ˆÿÿ%`•8d7ˆÿÿ!gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ! gDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ!gDf˜ha7ˆÿÿ%`•`7ˆÿÿ!gDf˜`7ˆÿÿ%`•ˆÿÿ!gDf˜ˆÿÿ%`•hˆÿÿ!gDf˜hˆÿÿ%`•Јÿÿ! gDf˜Ðˆÿÿ%`•8ˆÿÿ!$gDf˜8ˆÿÿ%`• ˆÿÿ!(gDf˜ ˆÿÿ%`•ˆÿÿ!,gDf˜ˆÿÿ%`•pˆÿÿ!0gDf˜pˆÿÿ%`•؈ÿÿ!4gDf˜Øˆÿÿ%`•@ˆÿÿ!8gDf˜@ˆÿÿ%`•¨ˆÿÿ!<gDf˜¨ˆÿÿ%`•ˆÿÿ!@gDf˜ˆÿÿ%`•@шÿÿ!DgDf˜@шÿÿ%`•hAшÿÿ!HgDf˜hAшÿÿ%`•ÐBшÿÿ!LgDf˜ÐBшÿÿ%`•8Dшÿÿ!PgDf˜8Dшÿÿ%`• Eшÿÿ!TgDf˜ Eшÿÿ%`•Gшÿÿ!XgDf˜Gшÿÿ%`•pHшÿÿ!\gDf˜pHшÿÿ%`•ØIшÿÿ!`gDf˜ØIшÿÿ%`•@Kшÿÿ!dgDf˜@Kшÿÿ%`•¨Lшÿÿ!hgDf˜¨Lшÿÿ%`•Nшÿÿ!lgDf˜Nшÿÿ%`• ?ˆÿÿ!pgDf˜ ?ˆÿÿ%`•h¡?ˆÿÿ!tgDf˜h¡?ˆÿÿ%`•Т?ˆÿÿ!xgDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿ!|gDf˜8¤?ˆÿÿ%`• ¥?ˆÿÿ!€gDf˜ ¥?ˆÿÿ%`•§?ˆÿÿ!„gDf˜§?ˆÿÿ%`•p¨?ˆÿÿ!ˆgDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿ!ŒgDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿ!gDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿ!”gDf˜¨¬?ˆÿÿ%`•®?ˆÿÿ!˜gDf˜®?ˆÿÿ%`•n7ˆÿÿ!œgDf˜n7ˆÿÿ%`•¨l7ˆÿÿ! gDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ!¤gDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ!¨gDf˜Øi7ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!¬gDf˜'ˆÿÿ%`•Øi7ˆÿÿgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿgDf˜¨l7ˆÿÿ%`•`7ˆÿÿ7ègDf˜`7ˆÿÿ%`•n7ˆÿÿ`ÈgDf˜n7ˆÿÿ%`•ha7ˆÿÿgDf˜ha7ˆÿÿ%`•ph7ˆÿÿƒ,gDf˜ph7ˆÿÿ%`•8d7ˆÿÿƒ4gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿÑdgDf˜Ðb7ˆÿÿ%`• e7ˆÿÿìlgDf˜ e7ˆÿÿ%`•¨<™ˆÿÿ! gDf˜¨<™ˆÿÿ%`•g7ˆÿÿƒ<gDf˜g7ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ!°gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ!´gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"´gDf˜'ˆÿÿ%`•nˆÿÿ"¸ügDf˜nˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#´gDf˜'ˆÿÿ%`•nˆÿÿ#¸<gDf˜nˆÿÿ%`•Øiˆÿÿ#øÜgDf˜Øiˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%ÔgDf˜'ˆÿÿ%`•Øiˆÿÿ%ØügDf˜Øiˆÿÿ%`•nˆÿÿ'Ô$gDf˜nˆÿÿ%`•@kˆÿÿ'üügDf˜@kˆÿÿ%`•¨lˆÿÿ)øgDf˜¨lˆÿÿ%`•phˆÿÿ)üügDf˜phˆÿÿ%`•gˆÿÿ+øgDf˜gˆÿÿ%`• eˆÿÿ,ügDf˜ eˆÿÿ%`•8dˆÿÿ-ügDf˜8dˆÿÿ%`•Ðbˆÿÿ.hgDf˜Ðbˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/hgDf˜'ˆÿÿ%`•gˆÿÿ{°gDf˜gˆÿÿ%`•ÐbˆÿÿgDf˜Ðbˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•ÐbˆÿÿzL gDf˜Ðbˆÿÿ%`•gˆÿÿ{gDf˜gˆÿÿ%`•gˆÿÿ gDf˜gˆÿÿ%`•gˆÿÿgDf˜gˆÿÿ%`•Ðbˆÿÿ/øgDf˜Ðbˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ~gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ{tgDf˜Ðbˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ!gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•Ðbˆÿÿ/lgDf˜Ðbˆÿÿ%`•Ðbˆÿÿ/pgDf˜Ðbˆÿÿ%`•gˆÿÿ0´gDf˜gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1¸gDf˜'ˆÿÿ%`•gˆÿÿ1¼gDf˜gˆÿÿ%`•gˆÿÿ1ÀgDf˜gˆÿÿ%`•gˆÿÿ1ÄgDf˜gˆÿÿ%`•gˆÿÿ1ÈgDf˜gˆÿÿ%`•gˆÿÿ1ÌgDf˜gˆÿÿ%`•gˆÿÿ1ÐgDf˜gˆÿÿ%`• eˆÿÿ1ÔgDf˜ eˆÿÿ%`•@kˆÿÿ1ØgDf˜@kˆÿÿ%`•`ˆÿÿ1ÜgDf˜`ˆÿÿ%`•nˆÿÿ1àgDf˜nˆÿÿ%`•Øiˆÿÿ1ägDf˜Øiˆÿÿ%`•¨lˆÿÿ1ègDf˜¨lˆÿÿ%`•phˆÿÿ1ìgDf˜phˆÿÿ%`•phˆÿÿ1ðgDf˜phˆÿÿ%`•¨lˆÿÿ1ôgDf˜¨lˆÿÿ%`•Øiˆÿÿ1øgDf˜Øiˆÿÿ%`•nˆÿÿ1ügDf˜nˆÿÿ%`•`ˆÿÿ2gDf˜`ˆÿÿ%`•@kˆÿÿ2gDf˜@kˆÿÿ%`• eˆÿÿ2gDf˜ eˆÿÿ%`•gˆÿÿ2 gDf˜gˆÿÿ%`•8dˆÿÿ2gDf˜8dˆÿÿ%`•Ðbˆÿÿ2gDf˜Ðbˆÿÿ%`•haˆÿÿ2gDf˜haˆÿÿ%`•>™ˆÿÿ2gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ2 gDf˜¨<™ˆÿÿ%`•À2ˆÿÿ2$gDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ2(gDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿ2,gDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ20gDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ24gDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ28gDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ2<gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ2@gDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ2DgDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ2HgDf˜¨Ì2ˆÿÿ%`•¨Ì2ˆÿÿ2LgDf˜¨Ì2ˆÿÿ%`•@Ë2ˆÿÿ2PgDf˜@Ë2ˆÿÿ%`•ØÉ2ˆÿÿ2TgDf˜ØÉ2ˆÿÿ%`•pÈ2ˆÿÿ2XgDf˜pÈ2ˆÿÿ%`•Ç2ˆÿÿ2\gDf˜Ç2ˆÿÿ%`• Å2ˆÿÿ2`gDf˜ Å2ˆÿÿ%`•8Ä2ˆÿÿ2dgDf˜8Ä2ˆÿÿ%`•ÐÂ2ˆÿÿ2hgDf˜ÐÂ2ˆÿÿ%`•hÁ2ˆÿÿ2lgDf˜hÁ2ˆÿÿ%`•À2ˆÿÿ2pgDf˜À2ˆÿÿ%`•Î2ˆÿÿ2tgDf˜Î2ˆÿÿ%`•¨<™ˆÿÿ2xgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ2|gDf˜>™ˆÿÿ%`•0ð ˆÿÿ2€gDf˜0ð ˆÿÿ%`•h1ð ˆÿÿ2„gDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿ2ˆgDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ2ŒgDf˜84ð ˆÿÿ%`• 5ð ˆÿÿ2gDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ2”gDf˜7ð ˆÿÿ%`•p8ð ˆÿÿ2˜gDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ2œgDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿ2 gDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ2¤gDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ2¨gDf˜>ð ˆÿÿ%`•Œˆÿÿ2¬gDf˜Œˆÿÿ%`•hŒˆÿÿ2°gDf˜hŒˆÿÿ%`•ÐŒˆÿÿ2´gDf˜ÐŒˆÿÿ%`•8Œˆÿÿ2¸gDf˜8Œˆÿÿ%`• Œˆÿÿ2¼gDf˜ Œˆÿÿ%`•Œˆÿÿ2ÀgDf˜Œˆÿÿ%`•pŒˆÿÿ2ÄgDf˜pŒˆÿÿ%`•ØŒˆÿÿ2ÈgDf˜ØŒˆÿÿ%`•@Œˆÿÿ2ÌgDf˜@Œˆÿÿ%`•¨Œˆÿÿ2ÐgDf˜¨Œˆÿÿ%`•Œˆÿÿ2ÔgDf˜Œˆÿÿ%`•0?ˆÿÿ2ØgDf˜0?ˆÿÿ%`•h1?ˆÿÿ2ÜgDf˜h1?ˆÿÿ%`•Ð2?ˆÿÿ2àgDf˜Ð2?ˆÿÿ%`•84?ˆÿÿ2ägDf˜84?ˆÿÿ%`• 5?ˆÿÿ2ègDf˜ 5?ˆÿÿ%`•7?ˆÿÿ2ìgDf˜7?ˆÿÿ%`•p8?ˆÿÿ2ðgDf˜p8?ˆÿÿ%`•Ø9?ˆÿÿ2ôgDf˜Ø9?ˆÿÿ%`•@;?ˆÿÿ2øgDf˜@;?ˆÿÿ%`•¨?ˆÿÿ3gDf˜>?ˆÿÿ%`•À+ˆÿÿ3gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ3gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ3 gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ3gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ3gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ3gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ3gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ3 gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ3$gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ3(gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ3,gDf˜Î+ˆÿÿ%`•>™ˆÿÿ30gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ34gDf˜¨<™ˆÿÿ%`•¨ˆÿÿ5gDf˜à>ˆÿÿ%`•há>ˆÿÿ5 gDf˜há>ˆÿÿ%`•Ðâ>ˆÿÿ5$gDf˜Ðâ>ˆÿÿ%`•8ä>ˆÿÿ5(gDf˜8ä>ˆÿÿ%`• å>ˆÿÿ5,gDf˜ å>ˆÿÿ%`•ç>ˆÿÿ50gDf˜ç>ˆÿÿ%`•pè>ˆÿÿ54gDf˜pè>ˆÿÿ%`•Øé>ˆÿÿ58gDf˜Øé>ˆÿÿ%`•@ë>ˆÿÿ5<gDf˜@ë>ˆÿÿ%`•¨ì>ˆÿÿ5@gDf˜¨ì>ˆÿÿ%`•î>ˆÿÿ5DgDf˜î>ˆÿÿ%`• dˆÿÿ5HgDf˜ dˆÿÿ%`•h¡dˆÿÿ5LgDf˜h¡dˆÿÿ%`•Тdˆÿÿ5PgDf˜Ð¢dˆÿÿ%`•8¤dˆÿÿ5TgDf˜8¤dˆÿÿ%`• ¥dˆÿÿ5XgDf˜ ¥dˆÿÿ%`•§dˆÿÿ5\gDf˜§dˆÿÿ%`•p¨dˆÿÿ5`gDf˜p¨dˆÿÿ%`•Ø©dˆÿÿ5dgDf˜Ø©dˆÿÿ%`•@«dˆÿÿ5hgDf˜@«dˆÿÿ%`•¨¬dˆÿÿ5lgDf˜¨¬dˆÿÿ%`•®dˆÿÿ5pgDf˜®dˆÿÿ%`•>?ˆÿÿ5tgDf˜>?ˆÿÿ%`•ð¾ ˆÿÿ5xgDf˜ð¾ ˆÿÿ%`•hñ¾ ˆÿÿ5|gDf˜hñ¾ ˆÿÿ%`•Ðò¾ ˆÿÿ5€gDf˜Ðò¾ ˆÿÿ%`•8ô¾ ˆÿÿ5„gDf˜8ô¾ ˆÿÿ%`• õ¾ ˆÿÿ5ˆgDf˜ õ¾ ˆÿÿ%`•÷¾ ˆÿÿ5ŒgDf˜÷¾ ˆÿÿ%`•pø¾ ˆÿÿ5gDf˜pø¾ ˆÿÿ%`•Øù¾ ˆÿÿ5”gDf˜Øù¾ ˆÿÿ%`•@û¾ ˆÿÿ5˜gDf˜@û¾ ˆÿÿ%`•¨ü¾ ˆÿÿ5œgDf˜¨ü¾ ˆÿÿ%`•þ¾ ˆÿÿ5 gDf˜þ¾ ˆÿÿ%`•¨<™ˆÿÿ5¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ5¨gDf˜>™ˆÿÿ%`•0?ˆÿÿ5¬gDf˜0?ˆÿÿ%`•h1?ˆÿÿ5°gDf˜h1?ˆÿÿ%`•Ð2?ˆÿÿ5´gDf˜Ð2?ˆÿÿ%`•84?ˆÿÿ5¸gDf˜84?ˆÿÿ%`• 5?ˆÿÿ5¼gDf˜ 5?ˆÿÿ%`•7?ˆÿÿ5ÀgDf˜7?ˆÿÿ%`•p8?ˆÿÿ5ÄgDf˜p8?ˆÿÿ%`•Ø9?ˆÿÿ5ÈgDf˜Ø9?ˆÿÿ%`•@;?ˆÿÿ5ÌgDf˜@;?ˆÿÿ%`•¨ ügDf˜@» ˆÿÿ%`•ع ˆÿÿ@gDf˜Ø¹ ˆÿÿ%`•çdˆÿÿ@„gDf˜çdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿA˜gDf˜'ˆÿÿ%`•g¶ ˆÿÿgDf˜g¶ ˆÿÿ%`•8d¶ ˆÿÿgDf˜8d¶ ˆÿÿ%`•Øi¶ ˆÿÿ}DgDf˜Øi¶ ˆÿÿ%`• e¶ ˆÿÿ}LgDf˜ e¶ ˆÿÿ%`•ph¶ ˆÿÿáìgDf˜ph¶ ˆÿÿ%`•çdˆÿÿ gDf˜çdˆÿÿ%`•@ëdˆÿÿ gDf˜@ëdˆÿÿ%`•çdˆÿÿáðgDf˜çdˆÿÿ%`•¨ìdˆÿÿâgDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿâ8gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ gDf˜¨ìdˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•ðˆÿÿõ€gDf˜ðˆÿÿ%`•pøˆÿÿö„gDf˜pøˆÿÿ%`•8ôˆÿÿöДgDf˜8ôˆÿÿ%`•hñˆÿÿ÷dügDf˜hñˆÿÿ%`•Ðòˆÿÿù`gDf˜Ðòˆÿÿ%`• õˆÿÿ gDf˜ õˆÿÿ%`•÷ˆÿÿ ügDf˜÷ˆÿÿ%`•Øùˆÿÿ ˜gDf˜Øùˆÿÿ%`•@ûˆÿÿ ¬ügDf˜@ûˆÿÿ%`•¨üˆÿÿ¨\gDf˜¨üˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•þˆÿÿo¸xgDf˜þˆÿÿ%`•Øédˆÿÿƒ,gDf˜Øédˆÿÿ%`•¨ìdˆÿÿƒ8gDf˜¨ìdˆÿÿ%`•îdˆÿÿgDf˜îdˆÿÿ%`•pèdˆÿÿgDf˜pèdˆÿÿ%`• ådˆÿÿ‘gDf˜ ådˆÿÿ%`•8ädˆÿÿ˜gDf˜8ädˆÿÿ%`•Ðâdˆÿÿ™ gDf˜Ðâdˆÿÿ%`•hádˆÿÿ gDf˜hádˆÿÿ%`•àdˆÿÿ¡gDf˜àdˆÿÿ%`•çdˆÿÿâHgDf˜çdˆÿÿ%`•@ëdˆÿÿâTLgDf˜@ëdˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•ЈÿÿAœgDf˜Ðˆÿÿ%`•hшÿÿA ügDf˜hшÿÿ%`•ÐÒˆÿÿCœHgDf˜ÐÒˆÿÿ%`• ÕˆÿÿÔgDf˜ Õˆÿÿ%`•8Ôˆÿÿ¤,gDf˜8Ôˆÿÿ%`•׈ÿÿØôgDf˜×ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•׈ÿÿÐPgDf˜×ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•׈ÿÿ$LgDf˜×ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•׈ÿÿt`gDf˜×ˆÿÿ%`•8ÔˆÿÿÜügDf˜8Ôˆÿÿ%`•ÐÒˆÿÿ ØhgDf˜ÐÒˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ @gDf˜'ˆÿÿ%`•ÐÒˆÿÿ D˜gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ àügDf˜8Ôˆÿÿ%`•׈ÿÿ ÜügDf˜×ˆÿÿ%`•@ÛˆÿÿØgDf˜@Ûˆÿÿ%`•@ÛˆÿÿÜgDf˜@Ûˆÿÿ%`•׈ÿÿäügDf˜×ˆÿÿ%`•8ÔˆÿÿàügDf˜8Ôˆÿÿ%`•ÐÒˆÿÿÜgDf˜ÐÒˆÿÿ%`•ÐÒˆÿÿàgDf˜ÐÒˆÿÿ%`•8ÔˆÿÿèügDf˜8Ôˆÿÿ%`•׈ÿÿäügDf˜×ˆÿÿ%`•@ÛˆÿÿàgDf˜@Ûˆÿÿ%`•@ÛˆÿÿägDf˜@Ûˆÿÿ%`•׈ÿÿìÐgDf˜×ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¼gDf˜'ˆÿÿ%`•׈ÿÿzDgDf˜×ˆÿÿ%`•@Ûˆÿÿ}ôgDf˜@Ûˆÿÿ%`• Õˆÿÿ¸gDf˜ Õˆÿÿ%`• Õˆÿÿ gDf˜ Õˆÿÿ%`• Õˆÿÿz4gDf˜ Õˆÿÿ%`•@ÛˆÿÿzX(gDf˜@Ûˆÿÿ%`•׈ÿÿz” gDf˜×ˆÿÿ%`•ÐÒˆÿÿÜgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿã8ügDf˜8Ôˆÿÿ%`•ØÙˆÿÿå4ügDf˜ØÙˆÿÿ%`•p؈ÿÿç0ügDf˜p؈ÿÿ%`•hшÿÿé,gDf˜hшÿÿ%`•Јÿÿê8PgDf˜Ðˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•ЈÿÿÀgDf˜Ðˆÿÿ%`•hшÿÿÄ gDf˜hшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•hшÿÿè$gDf˜hшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•hшÿÿ$gDf˜hшÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•hшÿÿ8gDf˜hшÿÿ%`•8Ôˆÿÿ<gDf˜8Ôˆÿÿ%`•p؈ÿÿ@gDf˜p؈ÿÿ%`•ØÙˆÿÿDgDf˜ØÙˆÿÿ%`•ЈÿÿHgDf˜Ðˆÿÿ%`•ÐÒˆÿÿLgDf˜ÐÒˆÿÿ%`•׈ÿÿPgDf˜×ˆÿÿ%`•@ÛˆÿÿTgDf˜@Ûˆÿÿ%`• ÕˆÿÿXgDf˜ Õˆÿÿ%`•¨Üˆÿÿ\gDf˜¨Üˆÿÿ%`•Þˆÿÿ`gDf˜Þˆÿÿ%`•¨<™ˆÿÿdgDf˜¨<™ˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•¡ˆÿÿlgDf˜¡ˆÿÿ%`•h¡ˆÿÿpgDf˜h¡ˆÿÿ%`•СˆÿÿtgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿxgDf˜8¡ˆÿÿ%`• ¡ˆÿÿ|gDf˜ ¡ˆÿÿ%`•¡ˆÿÿ€gDf˜¡ˆÿÿ%`•p¡ˆÿÿ„gDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿˆgDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿŒgDf˜@¡ˆÿÿ%`•¨¡ˆÿÿgDf˜¨¡ˆÿÿ%`•¡ˆÿÿ”gDf˜¡ˆÿÿ%`•ôˆÿÿ˜gDf˜ôˆÿÿ%`•hôˆÿÿœgDf˜hôˆÿÿ%`•Ðôˆÿÿ gDf˜Ðôˆÿÿ%`•8ôˆÿÿ¤gDf˜8ôˆÿÿ%`• ôˆÿÿ¨gDf˜ ôˆÿÿ%`•ôˆÿÿ¬gDf˜ôˆÿÿ%`•pôˆÿÿ°gDf˜pôˆÿÿ%`•Ø ôˆÿÿ´gDf˜Ø ôˆÿÿ%`•@ ôˆÿÿ¸gDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ¼gDf˜¨ ôˆÿÿ%`•ôˆÿÿÀgDf˜ôˆÿÿ%`•@¨ˆÿÿÄgDf˜@¨ˆÿÿ%`•hA¨ˆÿÿÈgDf˜hA¨ˆÿÿ%`•ÐB¨ˆÿÿÌgDf˜ÐB¨ˆÿÿ%`•8D¨ˆÿÿÐgDf˜8D¨ˆÿÿ%`• E¨ˆÿÿÔgDf˜ E¨ˆÿÿ%`•G¨ˆÿÿØgDf˜G¨ˆÿÿ%`•pH¨ˆÿÿÜgDf˜pH¨ˆÿÿ%`•ØI¨ˆÿÿàgDf˜ØI¨ˆÿÿ%`•@K¨ˆÿÿägDf˜@K¨ˆÿÿ%`•¨L¨ˆÿÿègDf˜¨L¨ˆÿÿ%`•N¨ˆÿÿìgDf˜N¨ˆÿÿ%`•p¨ˆÿÿðgDf˜p¨ˆÿÿ%`•hq¨ˆÿÿôgDf˜hq¨ˆÿÿ%`•Ðr¨ˆÿÿøgDf˜Ðr¨ˆÿÿ%`•8t¨ˆÿÿügDf˜8t¨ˆÿÿ%`• u¨ˆÿÿgDf˜ u¨ˆÿÿ%`•w¨ˆÿÿgDf˜w¨ˆÿÿ%`•px¨ˆÿÿgDf˜px¨ˆÿÿ%`•Øy¨ˆÿÿ gDf˜Øy¨ˆÿÿ%`•@{¨ˆÿÿgDf˜@{¨ˆÿÿ%`•¨|¨ˆÿÿgDf˜¨|¨ˆÿÿ%`•~¨ˆÿÿgDf˜~¨ˆÿÿ%`•@]ˆÿÿgDf˜@]ˆÿÿ%`•hA]ˆÿÿ gDf˜hA]ˆÿÿ%`•ÐB]ˆÿÿ$gDf˜ÐB]ˆÿÿ%`•8D]ˆÿÿ(gDf˜8D]ˆÿÿ%`• E]ˆÿÿ,gDf˜ E]ˆÿÿ%`•G]ˆÿÿ0gDf˜G]ˆÿÿ%`•pH]ˆÿÿ4gDf˜pH]ˆÿÿ%`•ØI]ˆÿÿ8gDf˜ØI]ˆÿÿ%`•@K]ˆÿÿ<gDf˜@K]ˆÿÿ%`•¨L]ˆÿÿ@gDf˜¨L]ˆÿÿ%`•N]ˆÿÿDgDf˜N]ˆÿÿ%`•  ˆÿÿHgDf˜  ˆÿÿ%`•h! ˆÿÿLgDf˜h! ˆÿÿ%`•Ð" ˆÿÿPgDf˜Ð" ˆÿÿ%`•8$ ˆÿÿTgDf˜8$ ˆÿÿ%`• % ˆÿÿXgDf˜ % ˆÿÿ%`•' ˆÿÿ\gDf˜' ˆÿÿ%`•p( ˆÿÿ`gDf˜p( ˆÿÿ%`•Ø) ˆÿÿdgDf˜Ø) ˆÿÿ%`•@+ ˆÿÿhgDf˜@+ ˆÿÿ%`•¨, ˆÿÿlgDf˜¨, ˆÿÿ%`•. ˆÿÿpgDf˜. ˆÿÿ%`• ‘ˆÿÿtgDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿxgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ|gDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ€gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ„gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿˆgDf˜'‘ˆÿÿ%`•p(‘ˆÿÿŒgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ”gDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ˜gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿœgDf˜.‘ˆÿÿ%`•  ˆÿÿ gDf˜  ˆÿÿ%`•h¡ ˆÿÿ¤gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ¨gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ¬gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ°gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ´gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ¸gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ¼gDf˜Ø© ˆÿÿ%`•@« ˆÿÿÀgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿÄgDf˜¨¬ ˆÿÿ%`•® ˆÿÿÈgDf˜® ˆÿÿ%`•°ˆÿÿÌgDf˜°ˆÿÿ%`•h±ˆÿÿÐgDf˜h±ˆÿÿ%`•вˆÿÿÔgDf˜Ð²ˆÿÿ%`•8´ˆÿÿØgDf˜8´ˆÿÿ%`• µˆÿÿÜgDf˜ µˆÿÿ%`•·ˆÿÿàgDf˜·ˆÿÿ%`•p¸ˆÿÿägDf˜p¸ˆÿÿ%`•عˆÿÿègDf˜Ø¹ˆÿÿ%`•@»ˆÿÿìgDf˜@»ˆÿÿ%`•¨¼ˆÿÿðgDf˜¨¼ˆÿÿ%`•¾ˆÿÿôgDf˜¾ˆÿÿ%`•€ˆÿÿøgDf˜€ˆÿÿ%`•hˆÿÿügDf˜hˆÿÿ%`•ЂˆÿÿgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿgDf˜8„ˆÿÿ%`• …ˆÿÿgDf˜ …ˆÿÿ%`•‡ˆÿÿ gDf˜‡ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•°Úˆÿÿ$gDf˜°Úˆÿÿ%`•h±Úˆÿÿ(gDf˜h±Úˆÿÿ%`•вÚˆÿÿ,gDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ0gDf˜8´Úˆÿÿ%`• µÚˆÿÿ4gDf˜ µÚˆÿÿ%`•·Úˆÿÿ8gDf˜·Úˆÿÿ%`•p¸Úˆÿÿ<gDf˜p¸Úˆÿÿ%`•عÚˆÿÿ@gDf˜Ø¹Úˆÿÿ%`•@»ÚˆÿÿDgDf˜@»Úˆÿÿ%`•¨¼ÚˆÿÿHgDf˜¨¼Úˆÿÿ%`•¾ÚˆÿÿLgDf˜¾Úˆÿÿ%`•ÐG ˆÿÿPgDf˜ÐG ˆÿÿ%`•hÑG ˆÿÿTgDf˜hÑG ˆÿÿ%`•ÐÒG ˆÿÿXgDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿ\gDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ`gDf˜ ÕG ˆÿÿ%`•×G ˆÿÿdgDf˜×G ˆÿÿ%`•pØG ˆÿÿhgDf˜pØG ˆÿÿ%`•ØÙG ˆÿÿlgDf˜ØÙG ˆÿÿ%`•@ÛG ˆÿÿpgDf˜@ÛG ˆÿÿ%`•¨ÜG ˆÿÿtgDf˜¨ÜG ˆÿÿ%`•ÞG ˆÿÿxgDf˜ÞG ˆÿÿ%`•pÚˆÿÿ|gDf˜pÚˆÿÿ%`•hqÚˆÿÿ€gDf˜hqÚˆÿÿ%`•ÐrÚˆÿÿ„gDf˜ÐrÚˆÿÿ%`•8tÚˆÿÿˆgDf˜8tÚˆÿÿ%`• uÚˆÿÿŒgDf˜ uÚˆÿÿ%`•wÚˆÿÿgDf˜wÚˆÿÿ%`•pxÚˆÿÿ”gDf˜pxÚˆÿÿ%`•ØyÚˆÿÿ˜gDf˜ØyÚˆÿÿ%`•@{ÚˆÿÿœgDf˜@{Úˆÿÿ%`•¨|Úˆÿÿ gDf˜¨|Úˆÿÿ%`•~Úˆÿÿ¤gDf˜~Úˆÿÿ%`•Å ˆÿÿ¨gDf˜Å ˆÿÿ%`•hÅ ˆÿÿ¬gDf˜hÅ ˆÿÿ%`•ÐÅ ˆÿÿ°gDf˜ÐÅ ˆÿÿ%`•8Å ˆÿÿ´gDf˜8Å ˆÿÿ%`• Å ˆÿÿ¸gDf˜ Å ˆÿÿ%`•Å ˆÿÿ¼gDf˜Å ˆÿÿ%`•pÅ ˆÿÿÀgDf˜pÅ ˆÿÿ%`•ØÅ ˆÿÿÄgDf˜ØÅ ˆÿÿ%`•@Å ˆÿÿÈgDf˜@Å ˆÿÿ%`•¨Å ˆÿÿÌgDf˜¨Å ˆÿÿ%`•Å ˆÿÿÐgDf˜Å ˆÿÿ%`•>™ˆÿÿÔgDf˜>™ˆÿÿ%`•¨<™ˆÿÿØgDf˜¨<™ˆÿÿ%`•Ø ôˆÿÿÜgDf˜Ø ôˆÿÿ%`•pôˆÿÿàgDf˜pôˆÿÿ%`•ôˆÿÿägDf˜ôˆÿÿ%`• ôˆÿÿègDf˜ ôˆÿÿ%`•8ôˆÿÿðgDf˜8ôˆÿÿ%`•ÐôˆÿÿôgDf˜Ðôˆÿÿ%`•hôˆÿÿøgDf˜hôˆÿÿ%`•ôˆÿÿügDf˜ôˆÿÿ%`•° ˆÿÿgDf˜° ˆÿÿ%`•h± ˆÿÿgDf˜h± ˆÿÿ%`•в ˆÿÿgDf˜Ð² ˆÿÿ%`•8´ ˆÿÿ gDf˜8´ ˆÿÿ%`• µ ˆÿÿgDf˜ µ ˆÿÿ%`•· ˆÿÿgDf˜· ˆÿÿ%`•p¸ ˆÿÿgDf˜p¸ ˆÿÿ%`•ع ˆÿÿgDf˜Ø¹ ˆÿÿ%`•@» ˆÿÿ gDf˜@» ˆÿÿ%`•¨¼ ˆÿÿ$gDf˜¨¼ ˆÿÿ%`•¾ ˆÿÿ(gDf˜¾ ˆÿÿ%`• .ˆÿÿ,gDf˜ .ˆÿÿ%`•h!.ˆÿÿ0gDf˜h!.ˆÿÿ%`•Ð".ˆÿÿ4gDf˜Ð".ˆÿÿ%`•8$.ˆÿÿ8gDf˜8$.ˆÿÿ%`• %.ˆÿÿ<gDf˜ %.ˆÿÿ%`•'.ˆÿÿ@gDf˜'.ˆÿÿ%`•p(.ˆÿÿDgDf˜p(.ˆÿÿ%`•Ø).ˆÿÿHgDf˜Ø).ˆÿÿ%`•@+.ˆÿÿLgDf˜@+.ˆÿÿ%`•¨,.ˆÿÿPgDf˜¨,.ˆÿÿ%`•..ˆÿÿTgDf˜..ˆÿÿ%`•ôˆÿÿXgDf˜ôˆÿÿ%`•¨ ôˆÿÿ\gDf˜¨ ôˆÿÿ%`•@ ôˆÿÿ`gDf˜@ ôˆÿÿ%`•pH]ˆÿÿdgDf˜pH]ˆÿÿ%`•G]ˆÿÿhgDf˜G]ˆÿÿ%`• E]ˆÿÿlgDf˜ E]ˆÿÿ%`•8D]ˆÿÿpgDf˜8D]ˆÿÿ%`•ÐB]ˆÿÿtgDf˜ÐB]ˆÿÿ%`•hA]ˆÿÿxgDf˜hA]ˆÿÿ%`•@]ˆÿÿ|gDf˜@]ˆÿÿ%`•0µˆÿÿ€gDf˜0µˆÿÿ%`•h1µˆÿÿ„gDf˜h1µˆÿÿ%`•Ð2µˆÿÿˆgDf˜Ð2µˆÿÿ%`•84µˆÿÿŒgDf˜84µˆÿÿ%`• 5µˆÿÿgDf˜ 5µˆÿÿ%`•7µˆÿÿ”gDf˜7µˆÿÿ%`•p8µˆÿÿ˜gDf˜p8µˆÿÿ%`•Ø9µˆÿÿœgDf˜Ø9µˆÿÿ%`•@;µˆÿÿ gDf˜@;µˆÿÿ%`•¨<µˆÿÿ¤gDf˜¨<µˆÿÿ%`•>µˆÿÿ¨gDf˜>µˆÿÿ%`•ð«ˆÿÿ¬gDf˜ð«ˆÿÿ%`•hñ«ˆÿÿ°gDf˜hñ«ˆÿÿ%`•Ðò«ˆÿÿ´gDf˜Ðò«ˆÿÿ%`•8ô«ˆÿÿ¸gDf˜8ô«ˆÿÿ%`• õ«ˆÿÿ¼gDf˜ õ«ˆÿÿ%`•÷«ˆÿÿÀgDf˜÷«ˆÿÿ%`•pø«ˆÿÿÄgDf˜pø«ˆÿÿ%`•Øù«ˆÿÿÈgDf˜Øù«ˆÿÿ%`•@û«ˆÿÿÌgDf˜@û«ˆÿÿ%`•¨ü«ˆÿÿÐgDf˜¨ü«ˆÿÿ%`•þ«ˆÿÿÔgDf˜þ«ˆÿÿ%`•N]ˆÿÿØgDf˜N]ˆÿÿ%`•¨L]ˆÿÿÜgDf˜¨L]ˆÿÿ%`•@K]ˆÿÿàgDf˜@K]ˆÿÿ%`•ØI]ˆÿÿägDf˜ØI]ˆÿÿ%`•§ ˆÿÿègDf˜§ ˆÿÿ%`• ¥ ˆÿÿìgDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿðgDf˜8¤ ˆÿÿ%`•Т ˆÿÿôgDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿøgDf˜h¡ ˆÿÿ%`•  ˆÿÿügDf˜  ˆÿÿ%`• ÕˆÿÿgDf˜ Õˆÿÿ%`•h!ÕˆÿÿgDf˜h!Õˆÿÿ%`•Ð"ÕˆÿÿgDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ gDf˜8$Õˆÿÿ%`• %ÕˆÿÿgDf˜ %Õˆÿÿ%`•'ÕˆÿÿgDf˜'Õˆÿÿ%`•p(ÕˆÿÿgDf˜p(Õˆÿÿ%`•Ø)ÕˆÿÿgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ gDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ$gDf˜¨,Õˆÿÿ%`•.Õˆÿÿ(gDf˜.Õˆÿÿ%`•…ˆÿÿ,gDf˜…ˆÿÿ%`•h…ˆÿÿ0gDf˜h…ˆÿÿ%`•Ð…ˆÿÿ4gDf˜Ð…ˆÿÿ%`•8…ˆÿÿ8gDf˜8…ˆÿÿ%`• …ˆÿÿ<gDf˜ …ˆÿÿ%`•…ˆÿÿ@gDf˜…ˆÿÿ%`•p…ˆÿÿDgDf˜p…ˆÿÿ%`•Ø …ˆÿÿHgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿLgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿPgDf˜¨ …ˆÿÿ%`•…ˆÿÿTgDf˜…ˆÿÿ%`•® ˆÿÿXgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ\gDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ`gDf˜@« ˆÿÿ%`•Ø© ˆÿÿdgDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿhgDf˜p¨ ˆÿÿ%`• µÚˆÿÿlgDf˜ µÚˆÿÿ%`•8´ÚˆÿÿpgDf˜8´Úˆÿÿ%`•вÚˆÿÿtgDf˜Ð²Úˆÿÿ%`•h±ÚˆÿÿxgDf˜h±Úˆÿÿ%`•°Úˆÿÿ|gDf˜°Úˆÿÿ%`•ˆÿÿ€gDf˜ˆÿÿ%`•hˆÿÿ„gDf˜hˆÿÿ%`•ЈÿÿˆgDf˜Ðˆÿÿ%`•8ˆÿÿŒgDf˜8ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•ˆÿÿ”gDf˜ˆÿÿ%`•pˆÿÿ˜gDf˜pˆÿÿ%`•Ø ˆÿÿœgDf˜Ø ˆÿÿ%`•@ ˆÿÿ gDf˜@ ˆÿÿ%`•¨ ˆÿÿ¤gDf˜¨ ˆÿÿ%`•ˆÿÿ¨gDf˜ˆÿÿ%`•ˆÿÿ¬gDf˜ˆÿÿ%`•hˆÿÿ°gDf˜hˆÿÿ%`•Јÿÿ´gDf˜Ðˆÿÿ%`•8ˆÿÿ¸gDf˜8ˆÿÿ%`• ˆÿÿ¼gDf˜ ˆÿÿ%`•ˆÿÿÀgDf˜ˆÿÿ%`•pˆÿÿÄgDf˜pˆÿÿ%`•Ø ˆÿÿÈgDf˜Ø ˆÿÿ%`•@ ˆÿÿÌgDf˜@ ˆÿÿ%`•¨ ˆÿÿÐgDf˜¨ ˆÿÿ%`•ˆÿÿÔgDf˜ˆÿÿ%`•¾ÚˆÿÿØgDf˜¾Úˆÿÿ%`•¨¼ÚˆÿÿÜgDf˜¨¼Úˆÿÿ%`•@»ÚˆÿÿàgDf˜@»Úˆÿÿ%`•عÚˆÿÿägDf˜Ø¹Úˆÿÿ%`•p¸ÚˆÿÿègDf˜p¸Úˆÿÿ%`•·ÚˆÿÿìgDf˜·Úˆÿÿ%`•8Å ˆÿÿðgDf˜8Å ˆÿÿ%`•ÐÅ ˆÿÿôgDf˜ÐÅ ˆÿÿ%`•hÅ ˆÿÿøgDf˜hÅ ˆÿÿ%`•Å ˆÿÿügDf˜Å ˆÿÿ%`•ÀÛ ˆÿÿgDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿgDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿgDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿ gDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿgDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿ gDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ$gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ(gDf˜ÎÛ ˆÿÿ%`•À%ˆÿÿ,gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ0gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ4gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ8gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ<gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ@gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿDgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿHgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿLgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿPgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿTgDf˜Î%ˆÿÿ%`•Å ˆÿÿXgDf˜Å ˆÿÿ%`•¨Å ˆÿÿ\gDf˜¨Å ˆÿÿ%`•@Å ˆÿÿ`gDf˜@Å ˆÿÿ%`•ØÅ ˆÿÿdgDf˜ØÅ ˆÿÿ%`•pÅ ˆÿÿhgDf˜pÅ ˆÿÿ%`•Å ˆÿÿlgDf˜Å ˆÿÿ%`• Å ˆÿÿpgDf˜ Å ˆÿÿ%`•¨<™ˆÿÿtgDf˜¨<™ˆÿÿ%`•>™ˆÿÿxgDf˜>™ˆÿÿ%`•ôˆÿÿ|gDf˜ôˆÿÿ%`•hôˆÿÿ€gDf˜hôˆÿÿ%`•Ðôˆÿÿ„gDf˜Ðôˆÿÿ%`•8ôˆÿÿˆgDf˜8ôˆÿÿ%`• ôˆÿÿŒgDf˜ ôˆÿÿ%`•ôˆÿÿgDf˜ôˆÿÿ%`•pôˆÿÿ”gDf˜pôˆÿÿ%`•Ø ôˆÿÿ˜gDf˜Ø ôˆÿÿ%`•8$.ˆÿÿœgDf˜8$.ˆÿÿ%`•Ð".ˆÿÿ gDf˜Ð".ˆÿÿ%`•h!.ˆÿÿ¤gDf˜h!.ˆÿÿ%`• .ˆÿÿ¨gDf˜ .ˆÿÿ%`•àS ˆÿÿ¬gDf˜àS ˆÿÿ%`•háS ˆÿÿ°gDf˜háS ˆÿÿ%`•ÐâS ˆÿÿ´gDf˜ÐâS ˆÿÿ%`•¨,.ˆÿÿ¸8gDf˜¨,.ˆÿÿ%`•@+.ˆÿÿôügDf˜@+.ˆÿÿ%`•Ø).ˆÿÿ!ðügDf˜Ø).ˆÿÿ%`•p(.ˆÿÿ#ìgDf˜p(.ˆÿÿ%`•'.ˆÿÿ#øügDf˜'.ˆÿÿ%`• %.ˆÿÿ%ôügDf˜ %.ˆÿÿ%`•@ ôˆÿÿ'ðgDf˜@ ôˆÿÿ%`•¨ ôˆÿÿ'ügDf˜¨ ôˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØéS ˆÿÿgDf˜ØéS ˆÿÿ%`•8äS ˆÿÿgDf˜8äS ˆÿÿ%`•pèS ˆÿÿgDf˜pèS ˆÿÿ%`•@ëS ˆÿÿ  gDf˜@ëS ˆÿÿ%`• åS ˆÿÿz€gDf˜ åS ˆÿÿ%`•¨ìS ˆÿÿ}xgDf˜¨ìS ˆÿÿ%`•îS ˆÿÿ}ÜgDf˜îS ˆÿÿ%`•çS ˆÿÿê0gDf˜çS ˆÿÿ%`•..ˆÿÿ누gDf˜..ˆÿÿ%`•'ˆÿÿ)gDf˜'ˆÿÿ%`•pôˆÿÿ gDf˜pôˆÿÿ%`•pôˆÿÿgDf˜pôˆÿÿ%`•¨ ôˆÿÿz<gDf˜¨ ôˆÿÿ%`•Ø ôˆÿÿzˆ gDf˜Ø ôˆÿÿ%`•Ðôˆÿÿ{4<gDf˜Ðôˆÿÿ%`•@ ôˆÿÿ{„ gDf˜@ ôˆÿÿ%`•ôˆÿÿ|ÔgDf˜ôˆÿÿ%`•8ôˆÿÿ|ø$gDf˜8ôˆÿÿ%`• ôˆÿÿ}`gDf˜ ôˆÿÿ%`•hôˆÿÿÔgDf˜hôˆÿÿ%`•ôˆÿÿø gDf˜ôˆÿÿ%`•ôˆÿÿáÈ$gDf˜ôˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•ÐîˆÿÿâPgDf˜Ðîˆÿÿ%`•hÑîˆÿÿâ ˜gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿí8ügDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿï4ügDf˜8Ôîˆÿÿ%`• Õîˆÿÿñ0ügDf˜ Õîˆÿÿ%`•×îˆÿÿó,ügDf˜×îˆÿÿ%`•pØîˆÿÿõ(gDf˜pØîˆÿÿ%`•ØÙîˆÿÿõ@ügDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ÷<ügDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿù8,gDf˜¨Üîˆÿÿ%`•Þîˆÿÿùl°gDf˜Þîˆÿÿ%`•Þîˆÿÿ gDf˜Þîˆÿÿ%`•Þîˆÿÿ)ügDf˜Þîˆÿÿ%`•¨Üîˆÿÿ+ègDf˜¨Üîˆÿÿ%`•@Ûîˆÿÿ,ôgDf˜@Ûîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,ôgDf˜'ˆÿÿ%`•@ÛîˆÿÿÿHgDf˜@Ûîˆÿÿ%`•¨ÜîˆÿÿgDf˜¨Üîˆÿÿ%`•8Ôîˆÿÿ4 gDf˜8Ôîˆÿÿ%`•8Ôîˆÿÿ,øgDf˜8Ôîˆÿÿ%`•¨Üîˆÿÿ,ügDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ- gDf˜'ˆÿÿ%`•¨Üîˆÿÿ-gDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-$gDf˜'ˆÿÿ%`•¨Üîˆÿÿ-(gDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-<gDf˜'ˆÿÿ%`•¨Üîˆÿÿ-@gDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-TgDf˜'ˆÿÿ%`•¨Üîˆÿÿ-XgDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-pgDf˜'ˆÿÿ%`•¨Üîˆÿÿ-t|gDf˜¨Üîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ.ðgDf˜'ˆÿÿ%`•¨Üîˆÿÿ gDf˜¨Üîˆÿÿ%`•¨Üîˆÿÿz4gDf˜¨Üîˆÿÿ%`•8ÔîˆÿÿzXgDf˜8Ôîˆÿÿ%`•@ÛîˆÿÿzxgDf˜@Ûîˆÿÿ%`•@Ûîˆÿÿ.ôgDf˜@Ûîˆÿÿ%`•8Ôîˆÿÿ.øgDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/gDf˜'ˆÿÿ%`•8Ôîˆÿÿ/ gDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ gDf˜'ˆÿÿ%`•8Ôîˆÿÿ/$gDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/8gDf˜'ˆÿÿ%`•8Ôîˆÿÿ/<gDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/PgDf˜'ˆÿÿ%`•8Ôîˆÿÿ/TgDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/lgDf˜'ˆÿÿ%`•8Ôîˆÿÿ/pgDf˜8Ôîˆÿÿ%`• Õîˆÿÿ0ügDf˜ Õîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1gDf˜'ˆÿÿ%`• ÕîˆÿÿzHgDf˜ Õîˆÿÿ%`•ÐÒîˆÿÿ{”gDf˜ÐÒîˆÿÿ%`•×îˆÿÿ{´ gDf˜×îˆÿÿ%`•×îˆÿÿ1gDf˜×îˆÿÿ%`•ÐÒîˆÿÿ1gDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1gDf˜'ˆÿÿ%`•ÐÒîˆÿÿ1gDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ10gDf˜'ˆÿÿ%`•ÐÒîˆÿÿ14gDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1HgDf˜'ˆÿÿ%`•ÐÒîˆÿÿ1LgDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1`gDf˜'ˆÿÿ%`•ÐÒîˆÿÿ1dgDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ1|gDf˜'ˆÿÿ%`•ÐÒîˆÿÿ1€\gDf˜ÐÒîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2ÜgDf˜'ˆÿÿ%`•ÐÒîˆÿÿ|ÔgDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ|øgDf˜8Ôîˆÿÿ%`• Õîˆÿÿ}ôgDf˜ Õîˆÿÿ%`• Õîˆÿÿ2àgDf˜ Õîˆÿÿ%`•8Ôîˆÿÿ2ägDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ2øgDf˜'ˆÿÿ%`•8Ôîˆÿÿ2ügDf˜8Ôîˆÿÿ%`•×îˆÿÿ4TgDf˜×îˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4\gDf˜'ˆÿÿ%`•×îˆÿÿz4gDf˜×îˆÿÿ%`•8ÔîˆÿÿzXgDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿzxøgDf˜ÐÒîˆÿÿ%`•ÐÒîˆÿÿ4`gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ4dgDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4xgDf˜'ˆÿÿ%`•8Ôîˆÿÿ4|dgDf˜8Ôîˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5àgDf˜'ˆÿÿ%`•8Ôîˆÿÿ{pgDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿ|ègDf˜ÐÒîˆÿÿ%`•×îˆÿÿ~ gDf˜×îˆÿÿ%`• Õîˆÿÿ~gDf˜ Õîˆÿÿ%`• Õîˆÿÿ5ägDf˜ Õîˆÿÿ%`•×îˆÿÿ5ègDf˜×îˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ügDf˜'ˆÿÿ%`•×îˆÿÿ6gDf˜×îˆÿÿ%`•¨Üîˆÿÿ6gDf˜¨Üîˆÿÿ%`•@Ûîˆÿÿ6gDf˜@Ûîˆÿÿ%`•8Ôîˆÿÿ6 gDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿ6gDf˜ÐÒîˆÿÿ%`• Õîˆÿÿ6gDf˜ Õîˆÿÿ%`•ØÙîˆÿÿ6gDf˜ØÙîˆÿÿ%`•pØîˆÿÿ6gDf˜pØîˆÿÿ%`•Þîˆÿÿ6 gDf˜Þîˆÿÿ%`•hÑîˆÿÿ6$gDf˜hÑîˆÿÿ%`•Ðîˆÿÿ6(gDf˜Ðîˆÿÿ%`•¨<™ˆÿÿ6,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ60gDf˜>™ˆÿÿ%`•0Å ˆÿÿ64gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ68gDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ6<gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ6@gDf˜84Å ˆÿÿ%`• 5Å ˆÿÿ6DgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿ6HgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿ6LgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿ6PgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿ6TgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿ6XgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿ6\gDf˜>Å ˆÿÿ%`•p ˆÿÿ6`gDf˜p ˆÿÿ%`•hq ˆÿÿ6dgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ6hgDf˜Ðr ˆÿÿ%`•8t ˆÿÿ6lgDf˜8t ˆÿÿ%`• u ˆÿÿ6pgDf˜ u ˆÿÿ%`•w ˆÿÿ6tgDf˜w ˆÿÿ%`•px ˆÿÿ6xgDf˜px ˆÿÿ%`•Øy ˆÿÿ6|gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ6€gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ6„gDf˜¨| ˆÿÿ%`•~ ˆÿÿ6ˆgDf˜~ ˆÿÿ%`•ð¾ ˆÿÿ6ŒgDf˜ð¾ ˆÿÿ%`•hñ¾ ˆÿÿ6gDf˜hñ¾ ˆÿÿ%`•Ðò¾ ˆÿÿ6”gDf˜Ðò¾ ˆÿÿ%`•8ô¾ ˆÿÿ6˜gDf˜8ô¾ ˆÿÿ%`• õ¾ ˆÿÿ6œgDf˜ õ¾ ˆÿÿ%`•÷¾ ˆÿÿ6 gDf˜÷¾ ˆÿÿ%`•pø¾ ˆÿÿ6¤gDf˜pø¾ ˆÿÿ%`•Øù¾ ˆÿÿ6¨gDf˜Øù¾ ˆÿÿ%`•@û¾ ˆÿÿ6¬gDf˜@û¾ ˆÿÿ%`•¨ü¾ ˆÿÿ6°gDf˜¨ü¾ ˆÿÿ%`•þ¾ ˆÿÿ6´gDf˜þ¾ ˆÿÿ%`•+ˆÿÿ6¸gDf˜+ˆÿÿ%`•h‘+ˆÿÿ6¼gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ6ÀgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ6ÄgDf˜8”+ˆÿÿ%`• •+ˆÿÿ6ÈgDf˜ •+ˆÿÿ%`•—+ˆÿÿ6ÌgDf˜—+ˆÿÿ%`•p˜+ˆÿÿ6ÐgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ6ÔgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ6ØgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ6ÜgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ6àgDf˜ž+ˆÿÿ%`• …ˆÿÿ6ägDf˜ …ˆÿÿ%`•h!…ˆÿÿ6ègDf˜h!…ˆÿÿ%`•Ð"…ˆÿÿ6ìgDf˜Ð"…ˆÿÿ%`•8$…ˆÿÿ6ðgDf˜8$…ˆÿÿ%`• %…ˆÿÿ6ôgDf˜ %…ˆÿÿ%`•'…ˆÿÿ6øgDf˜'…ˆÿÿ%`•p(…ˆÿÿ6ügDf˜p(…ˆÿÿ%`•Ø)…ˆÿÿ7gDf˜Ø)…ˆÿÿ%`•@+…ˆÿÿ7gDf˜@+…ˆÿÿ%`•¨,…ˆÿÿ7gDf˜¨,…ˆÿÿ%`•.…ˆÿÿ7 gDf˜.…ˆÿÿ%`•ˆÿÿ7gDf˜ˆÿÿ%`•hˆÿÿ7gDf˜hˆÿÿ%`•Јÿÿ7gDf˜Ðˆÿÿ%`•8ˆÿÿ7gDf˜8ˆÿÿ%`• ˆÿÿ7 gDf˜ ˆÿÿ%`•ˆÿÿ7$gDf˜ˆÿÿ%`•pˆÿÿ7(gDf˜pˆÿÿ%`•؈ÿÿ7,gDf˜Øˆÿÿ%`•@ˆÿÿ70gDf˜@ˆÿÿ%`•¨ˆÿÿ74gDf˜¨ˆÿÿ%`•ˆÿÿ78gDf˜ˆÿÿ%`•À ˆÿÿ7<gDf˜À ˆÿÿ%`•hÁ ˆÿÿ7@gDf˜hÁ ˆÿÿ%`•Рˆÿÿ7DgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ7HgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ7LgDf˜ Å ˆÿÿ%`•Ç ˆÿÿ7PgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ7TgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ7XgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ7\gDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ7`gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ7dgDf˜Î ˆÿÿ%`• ˆÿÿ7hgDf˜ ˆÿÿ%`•h¡ˆÿÿ7lgDf˜h¡ˆÿÿ%`•Тˆÿÿ7pgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ7tgDf˜8¤ˆÿÿ%`• ¥ˆÿÿ7xgDf˜ ¥ˆÿÿ%`•§ˆÿÿ7|gDf˜§ˆÿÿ%`•p¨ˆÿÿ7€gDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ7„gDf˜Ø©ˆÿÿ%`•@«ˆÿÿ7ˆgDf˜@«ˆÿÿ%`•¨¬ˆÿÿ7ŒgDf˜¨¬ˆÿÿ%`•®ˆÿÿ7gDf˜®ˆÿÿ%`•ðž ˆÿÿ7”gDf˜ðž ˆÿÿ%`•hñž ˆÿÿ7˜gDf˜hñž ˆÿÿ%`•Ðòž ˆÿÿ7œgDf˜Ðòž ˆÿÿ%`•8ôž ˆÿÿ7 gDf˜8ôž ˆÿÿ%`• õž ˆÿÿ7¤gDf˜ õž ˆÿÿ%`•÷ž ˆÿÿ7¨gDf˜÷ž ˆÿÿ%`•pøž ˆÿÿ7¬gDf˜pøž ˆÿÿ%`•Øùž ˆÿÿ7°gDf˜Øùž ˆÿÿ%`•@ûž ˆÿÿ7´gDf˜@ûž ˆÿÿ%`•¨üž ˆÿÿ7¸gDf˜¨üž ˆÿÿ%`•þž ˆÿÿ7¼gDf˜þž ˆÿÿ%`•@9ˆÿÿ7ÀgDf˜@9ˆÿÿ%`•hA9ˆÿÿ7ÄgDf˜hA9ˆÿÿ%`•ÐB9ˆÿÿ7ÈgDf˜ÐB9ˆÿÿ%`•8D9ˆÿÿ7ÌgDf˜8D9ˆÿÿ%`• E9ˆÿÿ7ÐgDf˜ E9ˆÿÿ%`•G9ˆÿÿ7ÔgDf˜G9ˆÿÿ%`•pH9ˆÿÿ7ØgDf˜pH9ˆÿÿ%`•ØI9ˆÿÿ7ÜgDf˜ØI9ˆÿÿ%`•@K9ˆÿÿ7àgDf˜@K9ˆÿÿ%`•¨L9ˆÿÿ7ägDf˜¨L9ˆÿÿ%`•N9ˆÿÿ7ègDf˜N9ˆÿÿ%`•€æˆÿÿ7ìgDf˜€æˆÿÿ%`•hæˆÿÿ7ðgDf˜hæˆÿÿ%`•Ђæˆÿÿ7ôgDf˜Ð‚æˆÿÿ%`•8„æˆÿÿ7øgDf˜8„æˆÿÿ%`• …æˆÿÿ7ügDf˜ …æˆÿÿ%`•‡æˆÿÿ8gDf˜‡æˆÿÿ%`•pˆæˆÿÿ8gDf˜pˆæˆÿÿ%`•؉æˆÿÿ8 gDf˜Ø‰æˆÿÿ%`•@‹æˆÿÿ8gDf˜@‹æˆÿÿ%`•¨Œæˆÿÿ8gDf˜¨Œæˆÿÿ%`•Žæˆÿÿ8gDf˜Žæˆÿÿ%`•À/ˆÿÿ8gDf˜À/ˆÿÿ%`•hÁ/ˆÿÿ8 gDf˜hÁ/ˆÿÿ%`•ÐÂ/ˆÿÿ8$gDf˜ÐÂ/ˆÿÿ%`•8Ä/ˆÿÿ8(gDf˜8Ä/ˆÿÿ%`• Å/ˆÿÿ8,gDf˜ Å/ˆÿÿ%`•Ç/ˆÿÿ80gDf˜Ç/ˆÿÿ%`•pÈ/ˆÿÿ84gDf˜pÈ/ˆÿÿ%`•ØÉ/ˆÿÿ88gDf˜ØÉ/ˆÿÿ%`•@Ë/ˆÿÿ8<gDf˜@Ë/ˆÿÿ%`•¨Ì/ˆÿÿ8@gDf˜¨Ì/ˆÿÿ%`•Î/ˆÿÿ8DgDf˜Î/ˆÿÿ%`•@.ˆÿÿ8HgDf˜@.ˆÿÿ%`•hA.ˆÿÿ8LgDf˜hA.ˆÿÿ%`•ÐB.ˆÿÿ8PgDf˜ÐB.ˆÿÿ%`•8D.ˆÿÿ8TgDf˜8D.ˆÿÿ%`• E.ˆÿÿ8XgDf˜ E.ˆÿÿ%`•G.ˆÿÿ8\gDf˜G.ˆÿÿ%`•pH.ˆÿÿ8`gDf˜pH.ˆÿÿ%`•ØI.ˆÿÿ8dgDf˜ØI.ˆÿÿ%`•@K.ˆÿÿ8hgDf˜@K.ˆÿÿ%`•¨L.ˆÿÿ8lgDf˜¨L.ˆÿÿ%`•N.ˆÿÿ8pgDf˜N.ˆÿÿ%`•€…ˆÿÿ8tgDf˜€…ˆÿÿ%`•h…ˆÿÿ8xgDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ8|gDf˜Ð‚…ˆÿÿ%`• ……ˆÿÿ8€ügDf˜ ……ˆÿÿ%`•‡…ˆÿÿ:|gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ<ügDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ> ügDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ@gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ@ügDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿBÔgDf˜Ž…ˆÿÿ%`•¨<™ˆÿÿÔ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¤,gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8„…ˆÿÿìˆgDf˜8„…ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•8„…ˆÿÿ gDf˜8„…ˆÿÿ%`•8„…ˆÿÿøgDf˜8„…ˆÿÿ%`•¨Œ…ˆÿÿüØgDf˜¨Œ…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•¨Œ…ˆÿÿØŒgDf˜¨Œ…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿdgDf˜'ˆÿÿ%`•¨Œ…ˆÿÿìxgDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿ7ôgDf˜@‹…ˆÿÿ%`•Ž…ˆÿÿ8ø gDf˜Ž…ˆÿÿ%`•Ž…ˆÿÿ gDf˜Ž…ˆÿÿ%`•Ž…ˆÿÿhgDf˜Ž…ˆÿÿ%`•@‹…ˆÿÿlgDf˜@‹…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•@‹…ˆÿÿŒ\gDf˜@‹…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•@‹…ˆÿÿì gDf˜@‹…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•@‹…ˆÿÿ gDf˜@‹…ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•@‹…ˆÿÿ4gDf˜@‹…ˆÿÿ%`•@‹…ˆÿÿ8gDf˜@‹…ˆÿÿ%`•@‹…ˆÿÿ<gDf˜@‹…ˆÿÿ%`•@‹…ˆÿÿ@gDf˜@‹…ˆÿÿ%`•@‹…ˆÿÿDgDf˜@‹…ˆÿÿ%`•@‹…ˆÿÿHgDf˜@‹…ˆÿÿ%`•8„…ˆÿÿLgDf˜8„…ˆÿÿ%`•8„…ˆÿÿPgDf˜8„…ˆÿÿ%`•@‹…ˆÿÿTgDf˜@‹…ˆÿÿ%`•؉…ˆÿÿXgDf˜Ø‰…ˆÿÿ%`•Ž…ˆÿÿ\gDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿ`gDf˜¨Œ…ˆÿÿ%`•pˆ…ˆÿÿdgDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿhgDf˜‡…ˆÿÿ%`• ……ˆÿÿlgDf˜ ……ˆÿÿ%`•Ђ…ˆÿÿpgDf˜Ð‚…ˆÿÿ%`•Ђ…ˆÿÿtgDf˜Ð‚…ˆÿÿ%`• ……ˆÿÿxgDf˜ ……ˆÿÿ%`•‡…ˆÿÿ|gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ€gDf˜pˆ…ˆÿÿ%`•¨Œ…ˆÿÿ„gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿˆgDf˜Ž…ˆÿÿ%`•؉…ˆÿÿŒgDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿgDf˜@‹…ˆÿÿ%`•8„…ˆÿÿ”gDf˜8„…ˆÿÿ%`•h…ˆÿÿ˜gDf˜h…ˆÿÿ%`•€…ˆÿÿœgDf˜€…ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•ð ˆÿÿ¨gDf˜ð ˆÿÿ%`•hñ ˆÿÿ¬gDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ°gDf˜Ðò ˆÿÿ%`•8ô ˆÿÿ´gDf˜8ô ˆÿÿ%`• õ ˆÿÿ¸gDf˜ õ ˆÿÿ%`•÷ ˆÿÿ¼gDf˜÷ ˆÿÿ%`•pø ˆÿÿÀgDf˜pø ˆÿÿ%`•Øù ˆÿÿÄgDf˜Øù ˆÿÿ%`•@û ˆÿÿÈgDf˜@û ˆÿÿ%`•¨ü ˆÿÿÌgDf˜¨ü ˆÿÿ%`•þ ˆÿÿÐgDf˜þ ˆÿÿ%`•P̈ÿÿÜgDf˜P̈ÿÿ%`•P̈ÿÿàgDf˜P̈ÿÿ%`•hQ̈ÿÿägDf˜hQ̈ÿÿ%`•ÐR̈ÿÿègDf˜ÐR̈ÿÿ%`•8T̈ÿÿìgDf˜8T̈ÿÿ%`• ÜÿÿðgDf˜ Üÿÿ%`•ẄÿÿôgDf˜Ẅÿÿ%`•pẌÿÿøgDf˜pẌÿÿ%`•ØŸÿÿügDf˜ØŸÿÿ%`•@[̈ÿÿgDf˜@[̈ÿÿ%`•¨\̈ÿÿgDf˜¨\̈ÿÿ%`•^̈ÿÿgDf˜^̈ÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•€7ˆÿÿgDf˜€7ˆÿÿ%`•h7ˆÿÿgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿ gDf˜8„7ˆÿÿ%`• …7ˆÿÿ$gDf˜ …7ˆÿÿ%`•‡7ˆÿÿ(gDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ,gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ0gDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿ4gDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ8gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ<gDf˜Ž7ˆÿÿ%`• ˆÿÿ@gDf˜ ˆÿÿ%`•h ˆÿÿDgDf˜h ˆÿÿ%`•Ð ˆÿÿHgDf˜Ð ˆÿÿ%`•8 ˆÿÿLgDf˜8 ˆÿÿ%`•  ˆÿÿPgDf˜  ˆÿÿ%`• ˆÿÿTgDf˜ ˆÿÿ%`•p ˆÿÿXgDf˜p ˆÿÿ%`•Ø  ˆÿÿ\gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ`gDf˜@  ˆÿÿ%`•¨  ˆÿÿdgDf˜¨  ˆÿÿ%`• ˆÿÿhgDf˜ ˆÿÿ%`•GˆÿÿlgDf˜Gˆÿÿ%`•hGˆÿÿpgDf˜hGˆÿÿ%`•ÐGˆÿÿtgDf˜ÐGˆÿÿ%`•8GˆÿÿxgDf˜8Gˆÿÿ%`• Gˆÿÿ|gDf˜ Gˆÿÿ%`•Gˆÿÿ€gDf˜Gˆÿÿ%`•pGˆÿÿ„gDf˜pGˆÿÿ%`•Ø GˆÿÿˆgDf˜Ø Gˆÿÿ%`•@ GˆÿÿŒgDf˜@ Gˆÿÿ%`•¨ GˆÿÿgDf˜¨ Gˆÿÿ%`•Gˆÿÿ”gDf˜Gˆÿÿ%`•@ÿ ˆÿÿ˜gDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿœgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ gDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ¤gDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ¨gDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ¬gDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ°gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ´gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ¸gDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ¼gDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿÀgDf˜Nÿ ˆÿÿ%`•@ñ ˆÿÿÄgDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿÈgDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿÌgDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿÐgDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿÔgDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿØgDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿÜgDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿàgDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿägDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿègDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿìgDf˜Nñ ˆÿÿ%`•Ð ˆÿÿðgDf˜Ð ˆÿÿ%`•hÑ ˆÿÿôgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿøgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿügDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ gDf˜ Õ ˆÿÿ%`•× ˆÿÿ gDf˜× ˆÿÿ%`•pØ ˆÿÿ gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿ gDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿ gDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ gDf˜Þ ˆÿÿ%`• ïˆÿÿ gDf˜ ïˆÿÿ%`•h¡ïˆÿÿ gDf˜h¡ïˆÿÿ%`•Тïˆÿÿ $gDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ (gDf˜8¤ïˆÿÿ%`• ¥ïˆÿÿ ,gDf˜ ¥ïˆÿÿ%`•§ïˆÿÿ 0gDf˜§ïˆÿÿ%`•p¨ïˆÿÿ 4gDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿ 8gDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ <gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ @gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ DgDf˜®ïˆÿÿ%`•>™ˆÿÿ HgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ LgDf˜¨<™ˆÿÿ%`•€7ˆÿÿ PgDf˜€7ˆÿÿ%`•h7ˆÿÿ TgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿ XgDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿ \gDf˜8„7ˆÿÿ%`• …7ˆÿÿ `gDf˜ …7ˆÿÿ%`•‡7ˆÿÿ dgDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ hgDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ lgDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿ pgDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ tgDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ xgDf˜Ž7ˆÿÿ%`•0¤ ˆÿÿ |gDf˜0¤ ˆÿÿ%`•h1¤ ˆÿÿ €gDf˜h1¤ ˆÿÿ%`•Ð2¤ ˆÿÿ „gDf˜Ð2¤ ˆÿÿ%`•84¤ ˆÿÿ ˆgDf˜84¤ ˆÿÿ%`• 5¤ ˆÿÿ ŒgDf˜ 5¤ ˆÿÿ%`•7¤ ˆÿÿ gDf˜7¤ ˆÿÿ%`•p8¤ ˆÿÿ ”gDf˜p8¤ ˆÿÿ%`•Ø9¤ ˆÿÿ ˜gDf˜Ø9¤ ˆÿÿ%`•@;¤ ˆÿÿ œgDf˜@;¤ ˆÿÿ%`•¨<¤ ˆÿÿ  gDf˜¨<¤ ˆÿÿ%`•>¤ ˆÿÿ ¤gDf˜>¤ ˆÿÿ%`•À ˆÿÿ ¨gDf˜À ˆÿÿ%`•hÁ ˆÿÿ ¬gDf˜hÁ ˆÿÿ%`•Рˆÿÿ °gDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ ´gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ ¸gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ ¼gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ ÀgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ ÄgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ ÈgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ ÌgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ ÐgDf˜Î ˆÿÿ%`•9 ˆÿÿ ÔgDf˜9 ˆÿÿ%`•h9 ˆÿÿ ØgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ ÜgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ àgDf˜89 ˆÿÿ%`• 9 ˆÿÿ ägDf˜ 9 ˆÿÿ%`•9 ˆÿÿ ègDf˜9 ˆÿÿ%`•p9 ˆÿÿ ìgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ ðgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ ôgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ øgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ ügDf˜9 ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•h!ˆÿÿ gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ gDf˜8$ˆÿÿ%`• %ˆÿÿ gDf˜ %ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•p(ˆÿÿ gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ gDf˜@+ˆÿÿ%`•¨,ˆÿÿ $gDf˜¨,ˆÿÿ%`•.ˆÿÿ (gDf˜.ˆÿÿ%`•0ˆÿÿ ,gDf˜0ˆÿÿ%`•h1ˆÿÿ 0gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ 4gDf˜Ð2ˆÿÿ%`•84ˆÿÿ 8gDf˜84ˆÿÿ%`• 5ˆÿÿ <gDf˜ 5ˆÿÿ%`•7ˆÿÿ @gDf˜7ˆÿÿ%`•p8ˆÿÿ DgDf˜p8ˆÿÿ%`•Ø9ˆÿÿ HgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ LgDf˜@;ˆÿÿ%`•¨<ˆÿÿ PgDf˜¨<ˆÿÿ%`•>ˆÿÿ TgDf˜>ˆÿÿ%`• ˆÿÿ XgDf˜ ˆÿÿ%`•h ˆÿÿ \gDf˜h ˆÿÿ%`•Ð ˆÿÿ `gDf˜Ð ˆÿÿ%`•8 ˆÿÿ dgDf˜8 ˆÿÿ%`•  ˆÿÿ hgDf˜  ˆÿÿ%`• ˆÿÿ lgDf˜ ˆÿÿ%`•p ˆÿÿ pgDf˜p ˆÿÿ%`•Ø  ˆÿÿ tgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ xgDf˜@  ˆÿÿ%`•¨  ˆÿÿ |gDf˜¨  ˆÿÿ%`• ˆÿÿ €gDf˜ ˆÿÿ%`•°ˆÿÿ „gDf˜°ˆÿÿ%`•h±ˆÿÿ ˆgDf˜h±ˆÿÿ%`•вˆÿÿ ŒgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ gDf˜8´ˆÿÿ%`• µˆÿÿ ”gDf˜ µˆÿÿ%`•·ˆÿÿ ˜gDf˜·ˆÿÿ%`•p¸ˆÿÿ œgDf˜p¸ˆÿÿ%`•عˆÿÿ  gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ ¤gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ ¨gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ ¬gDf˜¾ˆÿÿ%`•€ˆÿÿ °gDf˜€ˆÿÿ%`•hˆÿÿ ´gDf˜hˆÿÿ%`•Ђˆÿÿ ¸gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ ¼gDf˜8„ˆÿÿ%`• …ˆÿÿ ÀgDf˜ …ˆÿÿ%`•‡ˆÿÿ ÄgDf˜‡ˆÿÿ%`•pˆˆÿÿ ÈgDf˜pˆˆÿÿ%`•؉ˆÿÿ ÌgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ ÐgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ ÔgDf˜¨Œˆÿÿ%`•Žˆÿÿ ØgDf˜Žˆÿÿ%`•ðZˆÿÿ ÜgDf˜ðZˆÿÿ%`•hñZˆÿÿ àgDf˜hñZˆÿÿ%`•ÐòZˆÿÿ ägDf˜ÐòZˆÿÿ%`•8ôZˆÿÿ ègDf˜8ôZˆÿÿ%`• õZˆÿÿ ìgDf˜ õZˆÿÿ%`•÷Zˆÿÿ ðgDf˜÷Zˆÿÿ%`•pøZˆÿÿ ôgDf˜pøZˆÿÿ%`•ØùZˆÿÿ øgDf˜ØùZˆÿÿ%`•@ûZˆÿÿ ügDf˜@ûZˆÿÿ%`•¨üZˆÿÿ gDf˜¨üZˆÿÿ%`•þZˆÿÿ gDf˜þZˆÿÿ%`•€— ˆÿÿ gDf˜€— ˆÿÿ%`•h— ˆÿÿ gDf˜h— ˆÿÿ%`•Ђ— ˆÿÿ gDf˜Ð‚— ˆÿÿ%`•8„— ˆÿÿ gDf˜8„— ˆÿÿ%`• …— ˆÿÿ gDf˜ …— ˆÿÿ%`•‡— ˆÿÿ gDf˜‡— ˆÿÿ%`•pˆ— ˆÿÿ gDf˜pˆ— ˆÿÿ%`•؉— ˆÿÿ $gDf˜Ø‰— ˆÿÿ%`•@‹— ˆÿÿ (gDf˜@‹— ˆÿÿ%`•¨Œ— ˆÿÿ ,gDf˜¨Œ— ˆÿÿ%`•Ž— ˆÿÿ 0gDf˜Ž— ˆÿÿ%`•8¤ïˆÿÿ 4gDf˜8¤ïˆÿÿ%`•Тïˆÿÿ 8gDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ <gDf˜h¡ïˆÿÿ%`• ïˆÿÿ @gDf˜ ïˆÿÿ%`•@ÿ ˆÿÿ DgDf˜@ÿ ˆÿÿ%`•hAÿ ˆÿÿ HgDf˜hAÿ ˆÿÿ%`•ÐBÿ ˆÿÿ LgDf˜ÐBÿ ˆÿÿ%`•8Dÿ ˆÿÿ PgDf˜8Dÿ ˆÿÿ%`• Eÿ ˆÿÿ TgDf˜ Eÿ ˆÿÿ%`•Gÿ ˆÿÿ XgDf˜Gÿ ˆÿÿ%`•pHÿ ˆÿÿ \gDf˜pHÿ ˆÿÿ%`•ØIÿ ˆÿÿ `gDf˜ØIÿ ˆÿÿ%`•@Kÿ ˆÿÿ dgDf˜@Kÿ ˆÿÿ%`•¨Lÿ ˆÿÿ hgDf˜¨Lÿ ˆÿÿ%`•Nÿ ˆÿÿ lgDf˜Nÿ ˆÿÿ%`•p¹ˆÿÿ pgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ tgDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ xgDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ |gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ €gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ „gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ ˆgDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ ŒgDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ ”gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ ˜gDf˜~¹ˆÿÿ%`•¿ˆÿÿ œgDf˜¿ˆÿÿ%`•h¿ˆÿÿ  gDf˜h¿ˆÿÿ%`•пˆÿÿ ¤gDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿ ¨gDf˜8¿ˆÿÿ%`• ¿ˆÿÿ ¬gDf˜ ¿ˆÿÿ%`•¿ˆÿÿ °gDf˜¿ˆÿÿ%`•p¿ˆÿÿ ´gDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿ ¸gDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿ ¼gDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ ÀgDf˜¨¿ˆÿÿ%`•¿ˆÿÿ ÄgDf˜¿ˆÿÿ%`•®ïˆÿÿ ÈgDf˜®ïˆÿÿ%`•¨¬ïˆÿÿ ÌgDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿ ÐgDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿ ÔgDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿ ØgDf˜p¨ïˆÿÿ%`•§ïˆÿÿ àgDf˜§ïˆÿÿ%`• ¥ïˆÿÿ ägDf˜ ¥ïˆÿÿ%`•¨<™ˆÿÿ ègDf˜¨<™ˆÿÿ%`•>™ˆÿÿ ìgDf˜>™ˆÿÿ%`•À ˆÿÿ ðgDf˜À ˆÿÿ%`•€7ˆÿÿ ôgDf˜€7ˆÿÿ%`•h7ˆÿÿ øgDf˜h7ˆÿÿ%`•Ђ7ˆÿÿ ügDf˜Ð‚7ˆÿÿ%`•8„7ˆÿÿ gDf˜8„7ˆÿÿ%`• …7ˆÿÿ gDf˜ …7ˆÿÿ%`•‡7ˆÿÿ gDf˜‡7ˆÿÿ%`•pˆ7ˆÿÿ gDf˜pˆ7ˆÿÿ%`•؉7ˆÿÿ gDf˜Ø‰7ˆÿÿ%`•@‹7ˆÿÿ gDf˜@‹7ˆÿÿ%`•¨Œ7ˆÿÿ gDf˜¨Œ7ˆÿÿ%`•Ž7ˆÿÿ gDf˜Ž7ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•h ˆÿÿ $gDf˜h ˆÿÿ%`•Ð ˆÿÿ (gDf˜Ð ˆÿÿ%`•8 ˆÿÿ ,gDf˜8 ˆÿÿ%`•  ˆÿÿ 0gDf˜  ˆÿÿ%`• ˆÿÿ 4gDf˜ ˆÿÿ%`•p ˆÿÿ 8gDf˜p ˆÿÿ%`•Ø  ˆÿÿ <gDf˜Ø  ˆÿÿ%`•@  ˆÿÿ @gDf˜@  ˆÿÿ%`•¨  ˆÿÿ DgDf˜¨  ˆÿÿ%`• ˆÿÿ HgDf˜ ˆÿÿ%`•Î ˆÿÿ LgDf˜Î ˆÿÿ%`•¨Ì ˆÿÿ PgDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿ TgDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ XgDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ \gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿ `gDf˜Ç ˆÿÿ%`• Å ˆÿÿ dgDf˜ Å ˆÿÿ%`•8Ä ˆÿÿ hgDf˜8Ä ˆÿÿ%`•Рˆÿÿ lgDf˜Ð ˆÿÿ%`•hÁ ˆÿÿ pgDf˜hÁ ˆÿÿ%`•9 ˆÿÿ tgDf˜9 ˆÿÿ%`•h9 ˆÿÿ xgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ |gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ €gDf˜89 ˆÿÿ%`• 9 ˆÿÿ „gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ ˆgDf˜9 ˆÿÿ%`•p9 ˆÿÿ ŒgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ ”gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ ˜gDf˜¨9 ˆÿÿ%`•9 ˆÿÿ œgDf˜9 ˆÿÿ%`• ªˆÿÿ  gDf˜ ªˆÿÿ%`•h¡ªˆÿÿ ¤gDf˜h¡ªˆÿÿ%`•Тªˆÿÿ ¨gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿ ¬gDf˜8¤ªˆÿÿ%`• ¥ªˆÿÿ °gDf˜ ¥ªˆÿÿ%`•§ªˆÿÿ ´gDf˜§ªˆÿÿ%`•p¨ªˆÿÿ ¸gDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿ ¼gDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿ ÀgDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿ ÄgDf˜¨¬ªˆÿÿ%`•®ªˆÿÿ ÈgDf˜®ªˆÿÿ%`•¨¼ˆÿÿ ÌgDf˜¨¼ˆÿÿ%`•@»ˆÿÿ ÐgDf˜@»ˆÿÿ%`•عˆÿÿ ÔgDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿ ØgDf˜p¸ˆÿÿ%`•·ˆÿÿ ÜgDf˜·ˆÿÿ%`• µˆÿÿ àgDf˜ µˆÿÿ%`•8´ˆÿÿ ägDf˜8´ˆÿÿ%`•вˆÿÿ ègDf˜Ð²ˆÿÿ%`•h±ˆÿÿ ìgDf˜h±ˆÿÿ%`•°ˆÿÿ ðgDf˜°ˆÿÿ%`•@$ˆÿÿ ôgDf˜@$ˆÿÿ%`•hA$ˆÿÿ øgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ ügDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿ gDf˜8D$ˆÿÿ%`• E$ˆÿÿ gDf˜ E$ˆÿÿ%`•G$ˆÿÿ gDf˜G$ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ gDf˜ØI$ˆÿÿ%`•@K$ˆÿÿ gDf˜@K$ˆÿÿ%`•¨L$ˆÿÿ gDf˜¨L$ˆÿÿ%`•N$ˆÿÿ gDf˜N$ˆÿÿ%`•à>ˆÿÿ gDf˜à>ˆÿÿ%`•há>ˆÿÿ $gDf˜há>ˆÿÿ%`•Ðâ>ˆÿÿ (gDf˜Ðâ>ˆÿÿ%`•8ä>ˆÿÿ ,gDf˜8ä>ˆÿÿ%`• å>ˆÿÿ 0gDf˜ å>ˆÿÿ%`•ç>ˆÿÿ 4gDf˜ç>ˆÿÿ%`•pè>ˆÿÿ 8gDf˜pè>ˆÿÿ%`•Øé>ˆÿÿ <gDf˜Øé>ˆÿÿ%`•@ë>ˆÿÿ @gDf˜@ë>ˆÿÿ%`•¨ì>ˆÿÿ DgDf˜¨ì>ˆÿÿ%`•î>ˆÿÿ HgDf˜î>ˆÿÿ%`•¾ˆÿÿ LgDf˜¾ˆÿÿ%`•@‹— ˆÿÿ PgDf˜@‹— ˆÿÿ%`•؉— ˆÿÿ TgDf˜Ø‰— ˆÿÿ%`•pˆ— ˆÿÿ XgDf˜pˆ— ˆÿÿ%`•‡— ˆÿÿ \gDf˜‡— ˆÿÿ%`• …— ˆÿÿ `gDf˜ …— ˆÿÿ%`•8„— ˆÿÿ dgDf˜8„— ˆÿÿ%`•Ђ— ˆÿÿ hgDf˜Ð‚— ˆÿÿ%`•h— ˆÿÿ lgDf˜h— ˆÿÿ%`•€— ˆÿÿ pgDf˜€— ˆÿÿ%`•À§ˆÿÿ tgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ xgDf˜hÁ§ˆÿÿ%`•Чˆÿÿ |gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ €gDf˜8ħˆÿÿ%`• Å§ˆÿÿ „gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ ˆgDf˜ǧˆÿÿ%`•pȧˆÿÿ ŒgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ ”gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ ˜gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ œgDf˜Χˆÿÿ%`•€ˆÿÿ  gDf˜€ˆÿÿ%`•hˆÿÿ ¤gDf˜hˆÿÿ%`•Ђˆÿÿ ¨gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ ¬gDf˜8„ˆÿÿ%`• …ˆÿÿ °gDf˜ …ˆÿÿ%`•‡ˆÿÿ ´gDf˜‡ˆÿÿ%`•pˆˆÿÿ ¸gDf˜pˆˆÿÿ%`•؉ˆÿÿ ¼gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ ÀgDf˜@‹ˆÿÿ%`•¨Œˆÿÿ ÄgDf˜¨Œˆÿÿ%`•Žˆÿÿ ÈgDf˜Žˆÿÿ%`•Ž— ˆÿÿ ÌgDf˜Ž— ˆÿÿ%`•¨Œ— ˆÿÿ ÐgDf˜¨Œ— ˆÿÿ%`• ïˆÿÿ ÔgDf˜ ïˆÿÿ%`•h¡ïˆÿÿ ØgDf˜h¡ïˆÿÿ%`•Тïˆÿÿ ÜgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿ àgDf˜8¤ïˆÿÿ%`•8¿ˆÿÿ ägDf˜8¿ˆÿÿ%`•пˆÿÿ ègDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿ ìgDf˜h¿ˆÿÿ%`•¿ˆÿÿ ðgDf˜¿ˆÿÿ%`•ð ˆÿÿ ôgDf˜ð ˆÿÿ%`•hñ ˆÿÿ øgDf˜hñ ˆÿÿ%`•Ðò ˆÿÿ ügDf˜Ðò ˆÿÿ%`•8ô ˆÿÿgDf˜8ô ˆÿÿ%`• õ ˆÿÿgDf˜ õ ˆÿÿ%`•÷ ˆÿÿgDf˜÷ ˆÿÿ%`•pø ˆÿÿ gDf˜pø ˆÿÿ%`•Øù ˆÿÿgDf˜Øù ˆÿÿ%`•@û ˆÿÿgDf˜@û ˆÿÿ%`•¨ü ˆÿÿgDf˜¨ü ˆÿÿ%`•þ ˆÿÿgDf˜þ ˆÿÿ%`•02 ˆÿÿ gDf˜02 ˆÿÿ%`•h12 ˆÿÿ$gDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ(gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿ,gDf˜842 ˆÿÿ%`• 52 ˆÿÿ0gDf˜ 52 ˆÿÿ%`•72 ˆÿÿ4gDf˜72 ˆÿÿ%`•p82 ˆÿÿ8gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ<gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿ@gDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿDgDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿHgDf˜>2 ˆÿÿ%`•¿ˆÿÿLgDf˜¿ˆÿÿ%`•¨¿ˆÿÿPgDf˜¨¿ˆÿÿ%`•@¿ˆÿÿTgDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿXgDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿ\gDf˜p¿ˆÿÿ%`•¿ˆÿÿ`gDf˜¿ˆÿÿ%`• ¿ˆÿÿdgDf˜ ¿ˆÿÿ%`• ¥ïˆÿÿhgDf˜ ¥ïˆÿÿ%`•§ïˆÿÿlgDf˜§ïˆÿÿ%`•p¨ïˆÿÿpgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿtgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿxgDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ|gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿ€gDf˜®ïˆÿÿ%`•>™ˆÿÿ„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿˆgDf˜¨<™ˆÿÿ%`•À ˆÿÿŒgDf˜À ˆÿÿ%`•8 ˆÿÿgDf˜8 ˆÿÿ%`•Ð ˆÿÿ”gDf˜Ð ˆÿÿ%`•h ˆÿÿ˜gDf˜h ˆÿÿ%`• ˆÿÿœgDf˜ ˆÿÿ%`•€ˆÿÿ gDf˜€ˆÿÿ%`•hˆÿÿ¤gDf˜hˆÿÿ%`•Ђˆÿÿ¨gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ¬gDf˜8„ˆÿÿ%`• …ˆÿÿ°gDf˜ …ˆÿÿ%`•‡ˆÿÿ´gDf˜‡ˆÿÿ%`•pˆˆÿÿ¸gDf˜pˆˆÿÿ%`•؉ˆÿÿ¼gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿÀgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿÄgDf˜¨Œˆÿÿ%`•ŽˆÿÿÈgDf˜Žˆÿÿ%`• ˆÿÿÌgDf˜ ˆÿÿ%`•¨  ˆÿÿÐgDf˜¨  ˆÿÿ%`•@  ˆÿÿÔgDf˜@  ˆÿÿ%`•Ø  ˆÿÿØgDf˜Ø  ˆÿÿ%`•p ˆÿÿÜgDf˜p ˆÿÿ%`• ˆÿÿàgDf˜ ˆÿÿ%`•  ˆÿÿägDf˜  ˆÿÿ%`•hÁ ˆÿÿègDf˜hÁ ˆÿÿ%`•РˆÿÿìgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿðgDf˜8Ä ˆÿÿ%`• Å ˆÿÿôgDf˜ Å ˆÿÿ%`•Ç ˆÿÿøgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿügDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ gDf˜Î ˆÿÿ%`•8¤ªˆÿÿgDf˜8¤ªˆÿÿ%`•ТªˆÿÿgDf˜Ð¢ªˆÿÿ%`•h¡ªˆÿÿgDf˜h¡ªˆÿÿ%`• ªˆÿÿgDf˜ ªˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•hqˆÿÿ$gDf˜hqˆÿÿ%`•Ðrˆÿÿ(gDf˜Ðrˆÿÿ%`•8tˆÿÿ,gDf˜8tˆÿÿ%`• uˆÿÿ0gDf˜ uˆÿÿ%`•wˆÿÿ4gDf˜wˆÿÿ%`•pxˆÿÿ8gDf˜pxˆÿÿ%`•Øyˆÿÿ<gDf˜Øyˆÿÿ%`•@{ˆÿÿ@gDf˜@{ˆÿÿ%`•¨|ˆÿÿDgDf˜¨|ˆÿÿ%`•~ˆÿÿHgDf˜~ˆÿÿ%`•®ªˆÿÿLgDf˜®ªˆÿÿ%`•¨¬ªˆÿÿPgDf˜¨¬ªˆÿÿ%`•@«ªˆÿÿTgDf˜@«ªˆÿÿ%`•Ø©ªˆÿÿXgDf˜Ø©ªˆÿÿ%`•p¨ªˆÿÿ\gDf˜p¨ªˆÿÿ%`•§ªˆÿÿ`gDf˜§ªˆÿÿ%`• ¥ªˆÿÿdgDf˜ ¥ªˆÿÿ%`•°ˆÿÿhgDf˜°ˆÿÿ%`•h±ˆÿÿlgDf˜h±ˆÿÿ%`•вˆÿÿpgDf˜Ð²ˆÿÿ%`•8´ˆÿÿtgDf˜8´ˆÿÿ%`• µˆÿÿxgDf˜ µˆÿÿ%`•·ˆÿÿ|gDf˜·ˆÿÿ%`•p¸ˆÿÿ€gDf˜p¸ˆÿÿ%`•عˆÿÿ„gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿˆgDf˜@»ˆÿÿ%`•¨¼ˆÿÿŒgDf˜¨¼ˆÿÿ%`•8ä>ˆÿÿgDf˜8ä>ˆÿÿ%`•Ðâ>ˆÿÿ”gDf˜Ðâ>ˆÿÿ%`•há>ˆÿÿ˜gDf˜há>ˆÿÿ%`•à>ˆÿÿœgDf˜à>ˆÿÿ%`•@Hˆÿÿ gDf˜@Hˆÿÿ%`•hAHˆÿÿ¤gDf˜hAHˆÿÿ%`•ÐBHˆÿÿ¨gDf˜ÐBHˆÿÿ%`•8DHˆÿÿ¬gDf˜8DHˆÿÿ%`• EHˆÿÿ°gDf˜ EHˆÿÿ%`•GHˆÿÿ´gDf˜GHˆÿÿ%`•pHHˆÿÿ¸gDf˜pHHˆÿÿ%`•ØIHˆÿÿ¼gDf˜ØIHˆÿÿ%`•@KHˆÿÿÀgDf˜@KHˆÿÿ%`•¨LHˆÿÿÄgDf˜¨LHˆÿÿ%`•NHˆÿÿÈgDf˜NHˆÿÿ%`•î>ˆÿÿÌgDf˜î>ˆÿÿ%`•¨ì>ˆÿÿÐgDf˜¨ì>ˆÿÿ%`•@ë>ˆÿÿÔgDf˜@ë>ˆÿÿ%`•Øé>ˆÿÿØgDf˜Øé>ˆÿÿ%`•pè>ˆÿÿÜgDf˜pè>ˆÿÿ%`•ç>ˆÿÿägDf˜ç>ˆÿÿ%`• å>ˆÿÿègDf˜ å>ˆÿÿ%`•¾ˆÿÿìgDf˜¾ˆÿÿ%`•€— ˆÿÿðgDf˜€— ˆÿÿ%`•h— ˆÿÿôgDf˜h— ˆÿÿ%`•Ђ— ˆÿÿøgDf˜Ð‚— ˆÿÿ%`•8„— ˆÿÿügDf˜8„— ˆÿÿ%`• …— ˆÿÿgDf˜ …— ˆÿÿ%`•‡— ˆÿÿgDf˜‡— ˆÿÿ%`•pˆ— ˆÿÿgDf˜pˆ— ˆÿÿ%`•؉— ˆÿÿ gDf˜Ø‰— ˆÿÿ%`•@‹— ˆÿÿgDf˜@‹— ˆÿÿ%`•8„ˆÿÿgDf˜8„ˆÿÿ%`•ЂˆÿÿgDf˜Ð‚ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•€ˆÿÿ gDf˜€ˆÿÿ%`•`Mˆÿÿ$gDf˜`Mˆÿÿ%`•haMˆÿÿ(gDf˜haMˆÿÿ%`•ÐbMˆÿÿ,gDf˜ÐbMˆÿÿ%`•8dMˆÿÿ0gDf˜8dMˆÿÿ%`• eMˆÿÿ4gDf˜ eMˆÿÿ%`•gMˆÿÿ8gDf˜gMˆÿÿ%`•phMˆÿÿ<gDf˜phMˆÿÿ%`•ØiMˆÿÿ@gDf˜ØiMˆÿÿ%`•@kMˆÿÿDgDf˜@kMˆÿÿ%`•¨lMˆÿÿHgDf˜¨lMˆÿÿ%`•nMˆÿÿLgDf˜nMˆÿÿ%`•ŽˆÿÿPgDf˜Žˆÿÿ%`•¨ŒˆÿÿTgDf˜¨Œˆÿÿ%`•@‹ˆÿÿXgDf˜@‹ˆÿÿ%`•؉ˆÿÿ\gDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ`gDf˜pˆˆÿÿ%`•‡ˆÿÿdgDf˜‡ˆÿÿ%`• …ˆÿÿhgDf˜ …ˆÿÿ%`•¨Œ— ˆÿÿlgDf˜¨Œ— ˆÿÿ%`•Ž— ˆÿÿpgDf˜Ž— ˆÿÿ%`•8¤ïˆÿÿtgDf˜8¤ïˆÿÿ%`•ТïˆÿÿxgDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿ|gDf˜h¡ïˆÿÿ%`• ïˆÿÿ€gDf˜ ïˆÿÿ%`•¿ˆÿÿ„gDf˜¿ˆÿÿ%`•h¿ˆÿÿˆgDf˜h¿ˆÿÿ%`•пˆÿÿŒgDf˜Ð¿ˆÿÿ%`•8¿ˆÿÿgDf˜8¿ˆÿÿ%`•842 ˆÿÿ”gDf˜842 ˆÿÿ%`•Ð22 ˆÿÿ˜gDf˜Ð22 ˆÿÿ%`•h12 ˆÿÿœgDf˜h12 ˆÿÿ%`•02 ˆÿÿ gDf˜02 ˆÿÿ%`•Ð ˆÿÿ¤gDf˜Ð ˆÿÿ%`•hÑ ˆÿÿ¨gDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿ¬gDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿ°gDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ´gDf˜ Õ ˆÿÿ%`•× ˆÿÿ¸gDf˜× ˆÿÿ%`•pØ ˆÿÿ¼gDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿÀgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿÄgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿÈgDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿÌgDf˜Þ ˆÿÿ%`•>2 ˆÿÿÐgDf˜>2 ˆÿÿ%`•¨<2 ˆÿÿÔgDf˜¨<2 ˆÿÿ%`•@;2 ˆÿÿØgDf˜@;2 ˆÿÿ%`•Ø92 ˆÿÿÜgDf˜Ø92 ˆÿÿ%`•p82 ˆÿÿàgDf˜p82 ˆÿÿ%`•72 ˆÿÿägDf˜72 ˆÿÿ%`• 52 ˆÿÿègDf˜ 52 ˆÿÿ%`• ¿ˆÿÿìgDf˜ ¿ˆÿÿ%`•¿ˆÿÿðgDf˜¿ˆÿÿ%`•p¿ˆÿÿôgDf˜p¿ˆÿÿ%`•Ø¿ˆÿÿøgDf˜Ø¿ˆÿÿ%`•@¿ˆÿÿügDf˜@¿ˆÿÿ%`•¨¿ˆÿÿgDf˜¨¿ˆÿÿ%`•¿ˆÿÿgDf˜¿ˆÿÿ%`•®ïˆÿÿgDf˜®ïˆÿÿ%`•¨¬ïˆÿÿ gDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿgDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿgDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿgDf˜p¨ïˆÿÿ%`•§ïˆÿÿgDf˜§ïˆÿÿ%`• ¥ïˆÿÿ gDf˜ ¥ïˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•À ˆÿÿ,gDf˜À ˆÿÿ%`•Î ˆÿÿ0gDf˜Î ˆÿÿ%`•¨Ì ˆÿÿ4gDf˜¨Ì ˆÿÿ%`•@Ë ˆÿÿ8gDf˜@Ë ˆÿÿ%`•ØÉ ˆÿÿ<gDf˜ØÉ ˆÿÿ%`•pÈ ˆÿÿ@gDf˜pÈ ˆÿÿ%`•Ç ˆÿÿDgDf˜Ç ˆÿÿ%`• Å ˆÿÿHgDf˜ Å ˆÿÿ%`•8Ä ˆÿÿLgDf˜8Ä ˆÿÿ%`•РˆÿÿPgDf˜Ð ˆÿÿ%`•hÁ ˆÿÿTgDf˜hÁ ˆÿÿ%`• ªˆÿÿXgDf˜ ªˆÿÿ%`•h¡ªˆÿÿ\gDf˜h¡ªˆÿÿ%`•Тªˆÿÿ`gDf˜Ð¢ªˆÿÿ%`•8¤ªˆÿÿdgDf˜8¤ªˆÿÿ%`•8tˆÿÿhgDf˜8tˆÿÿ%`•ÐrˆÿÿlgDf˜Ðrˆÿÿ%`•hqˆÿÿpgDf˜hqˆÿÿ%`•pˆÿÿtgDf˜pˆÿÿ%`• ˆÿÿxgDf˜ ˆÿÿ%`•h!ˆÿÿ|gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ€gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ„gDf˜8$ˆÿÿ%`• %ˆÿÿˆgDf˜ %ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ”gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ˜gDf˜@+ˆÿÿ%`•¨,ˆÿÿœgDf˜¨,ˆÿÿ%`•.ˆÿÿ gDf˜.ˆÿÿ%`•À+ˆÿÿ¤gDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ¨gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ¬gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ°gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ´gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ¸gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ¼gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿÀgDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿÄgDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿÈgDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿÌgDf˜Î+ˆÿÿ%`•~ˆÿÿÐgDf˜~ˆÿÿ%`•¨|ˆÿÿÔgDf˜¨|ˆÿÿ%`•@{ˆÿÿØgDf˜@{ˆÿÿ%`•ØyˆÿÿÜgDf˜Øyˆÿÿ%`•pxˆÿÿàgDf˜pxˆÿÿ%`•wˆÿÿägDf˜wˆÿÿ%`• uˆÿÿègDf˜ uˆÿÿ%`• ¥ªˆÿÿìgDf˜ ¥ªˆÿÿ%`•§ªˆÿÿðgDf˜§ªˆÿÿ%`•p¨ªˆÿÿôgDf˜p¨ªˆÿÿ%`•Ø©ªˆÿÿøgDf˜Ø©ªˆÿÿ%`•@«ªˆÿÿügDf˜@«ªˆÿÿ%`•¨¬ªˆÿÿgDf˜¨¬ªˆÿÿ%`•®ªˆÿÿgDf˜®ªˆÿÿ%`•¨¼ˆÿÿgDf˜¨¼ˆÿÿ%`•@»ˆÿÿ gDf˜@»ˆÿÿ%`•عˆÿÿgDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿgDf˜p¸ˆÿÿ%`•·ˆÿÿgDf˜·ˆÿÿ%`• µˆÿÿgDf˜ µˆÿÿ%`•8´ˆÿÿ gDf˜8´ˆÿÿ%`•вˆÿÿ$gDf˜Ð²ˆÿÿ%`•h±ˆÿÿ(gDf˜h±ˆÿÿ%`•°ˆÿÿ,gDf˜°ˆÿÿ%`•¾ˆÿÿ0gDf˜¾ˆÿÿ%`•@‹— ˆÿÿ4gDf˜@‹— ˆÿÿ%`•؉— ˆÿÿ8gDf˜Ø‰— ˆÿÿ%`•pˆ— ˆÿÿ<gDf˜pˆ— ˆÿÿ%`•‡— ˆÿÿ@gDf˜‡— ˆÿÿ%`• …— ˆÿÿDgDf˜ …— ˆÿÿ%`•8„— ˆÿÿHgDf˜8„— ˆÿÿ%`•Ђ— ˆÿÿLgDf˜Ð‚— ˆÿÿ%`•h— ˆÿÿPgDf˜h— ˆÿÿ%`•€— ˆÿÿTgDf˜€— ˆÿÿ%`•€ˆÿÿXgDf˜€ˆÿÿ%`•hˆÿÿ\gDf˜hˆÿÿ%`•Ђˆÿÿ`gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿdgDf˜8„ˆÿÿ%`•8dMˆÿÿhgDf˜8dMˆÿÿ%`•ÐbMˆÿÿlgDf˜ÐbMˆÿÿ%`•haMˆÿÿpgDf˜haMˆÿÿ%`•`MˆÿÿtgDf˜`Mˆÿÿ%`•°GˆÿÿxgDf˜°Gˆÿÿ%`•h±Gˆÿÿ|gDf˜h±Gˆÿÿ%`•вGˆÿÿ€gDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ„gDf˜8´Gˆÿÿ%`• µGˆÿÿˆgDf˜ µGˆÿÿ%`•·GˆÿÿŒgDf˜·Gˆÿÿ%`•p¸GˆÿÿgDf˜p¸Gˆÿÿ%`•عGˆÿÿ”gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿ˜gDf˜@»Gˆÿÿ%`•¨¼GˆÿÿœgDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ gDf˜¾Gˆÿÿ%`•À*ˆÿÿ¤gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ¨gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ¬gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ°gDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ´gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ¸gDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ¼gDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿÀgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿÄgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿÈgDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿÌgDf˜Î*ˆÿÿ%`•nMˆÿÿÐgDf˜nMˆÿÿ%`•¨lMˆÿÿÔgDf˜¨lMˆÿÿ%`•@kMˆÿÿØgDf˜@kMˆÿÿ%`•ØiMˆÿÿÜgDf˜ØiMˆÿÿ%`•phMˆÿÿàgDf˜phMˆÿÿ%`•gMˆÿÿägDf˜gMˆÿÿ%`• eMˆÿÿègDf˜ eMˆÿÿ%`• …ˆÿÿìgDf˜ …ˆÿÿ%`•‡ˆÿÿðgDf˜‡ˆÿÿ%`•pˆˆÿÿôgDf˜pˆˆÿÿ%`•؉ˆÿÿøgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿügDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•Ž— ˆÿÿgDf˜Ž— ˆÿÿ%`•¨Œ— ˆÿÿ gDf˜¨Œ— ˆÿÿ%`• ïˆÿÿgDf˜ ïˆÿÿ%`•h¡ïˆÿÿgDf˜h¡ïˆÿÿ%`•ТïˆÿÿgDf˜Ð¢ïˆÿÿ%`•8¤ïˆÿÿgDf˜8¤ïˆÿÿ%`•8¿ˆÿÿ gDf˜8¿ˆÿÿ%`•пˆÿÿ$gDf˜Ð¿ˆÿÿ%`•h¿ˆÿÿ(gDf˜h¿ˆÿÿ%`•¿ˆÿÿ,gDf˜¿ˆÿÿ%`•¿ˆÿÿ0gDf˜¿ˆÿÿ%`•¨¿ˆÿÿ4gDf˜¨¿ˆÿÿ%`•@¿ˆÿÿ8gDf˜@¿ˆÿÿ%`•Ø¿ˆÿÿ<gDf˜Ø¿ˆÿÿ%`•p¿ˆÿÿ@gDf˜p¿ˆÿÿ%`•¿ˆÿÿDgDf˜¿ˆÿÿ%`• ¿ˆÿÿHgDf˜ ¿ˆÿÿ%`• ¥ïˆÿÿLgDf˜ ¥ïˆÿÿ%`•§ïˆÿÿPgDf˜§ïˆÿÿ%`•p¨ïˆÿÿTgDf˜p¨ïˆÿÿ%`•Ø©ïˆÿÿXgDf˜Ø©ïˆÿÿ%`•@«ïˆÿÿ\gDf˜@«ïˆÿÿ%`•¨¬ïˆÿÿ`gDf˜¨¬ïˆÿÿ%`•®ïˆÿÿdgDf˜®ïˆÿÿ%`•>™ˆÿÿhgDf˜>™ˆÿÿ%`•¨<™ˆÿÿlgDf˜¨<™ˆÿÿ%`•Î ˆÿÿpgDf˜Î ˆÿÿ%`•À ˆÿÿtgDf˜À ˆÿÿ%`•€ˆÿÿxgDf˜€ˆÿÿ%`•hˆÿÿ|gDf˜hˆÿÿ%`•Ђˆÿÿ€gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ„gDf˜8„ˆÿÿ%`• …ˆÿÿˆgDf˜ …ˆÿÿ%`•‡ˆÿÿŒgDf˜‡ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•؉ˆÿÿ”gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ˜gDf˜@‹ˆÿÿ%`•¨ŒˆÿÿœgDf˜¨Œˆÿÿ%`•Žˆÿÿ gDf˜Žˆÿÿ%`•°¹ˆÿÿ¤gDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ¨gDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ¬gDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ°gDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ´gDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ¸gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ¼gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿÀgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿÄgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿÈgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿÌgDf˜¾¹ˆÿÿ%`•hÁ ˆÿÿÐgDf˜hÁ ˆÿÿ%`•РˆÿÿÔgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿØgDf˜8Ä ˆÿÿ%`• Å ˆÿÿÜgDf˜ Å ˆÿÿ%`•Ç ˆÿÿàgDf˜Ç ˆÿÿ%`•pÈ ˆÿÿègDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿìgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿðgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿôgDf˜¨Ì ˆÿÿ%`•8¤ªˆÿÿøgDf˜8¤ªˆÿÿ%`•ТªˆÿÿügDf˜Ð¢ªˆÿÿ%`•h¡ªˆÿÿgDf˜h¡ªˆÿÿ%`• ªˆÿÿgDf˜ ªˆÿÿ%`•pˆÿÿgDf˜pˆÿÿ%`•hqˆÿÿ gDf˜hqˆÿÿ%`•ÐrˆÿÿgDf˜Ðrˆÿÿ%`•8tˆÿÿgDf˜8tˆÿÿ%`•8Ä+ˆÿÿgDf˜8Ä+ˆÿÿ%`•ÐÂ+ˆÿÿgDf˜ÐÂ+ˆÿÿ%`•hÁ+ˆÿÿ gDf˜hÁ+ˆÿÿ%`•À+ˆÿÿ$gDf˜À+ˆÿÿ%`•9 ˆÿÿ(gDf˜9 ˆÿÿ%`•h9 ˆÿÿ,gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ0gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ4gDf˜89 ˆÿÿ%`• 9 ˆÿÿ8gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ<gDf˜9 ˆÿÿ%`•p9 ˆÿÿ@gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿDgDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿHgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿLgDf˜¨9 ˆÿÿ%`•9 ˆÿÿPgDf˜9 ˆÿÿ%`•Î+ˆÿÿTgDf˜Î+ˆÿÿ%`•¨Ì+ˆÿÿXgDf˜¨Ì+ˆÿÿ%`•@Ë+ˆÿÿ\gDf˜@Ë+ˆÿÿ%`•ØÉ+ˆÿÿ`gDf˜ØÉ+ˆÿÿ%`•pÈ+ˆÿÿdgDf˜pÈ+ˆÿÿ%`•Ç+ˆÿÿhgDf˜Ç+ˆÿÿ%`• Å+ˆÿÿlgDf˜ Å+ˆÿÿ%`• uˆÿÿpgDf˜ uˆÿÿ%`•wˆÿÿtgDf˜wˆÿÿ%`•pxˆÿÿxgDf˜pxˆÿÿ%`•Øyˆÿÿ|gDf˜Øyˆÿÿ%`•@{ˆÿÿ€gDf˜@{ˆÿÿ%`•¨|ˆÿÿ„gDf˜¨|ˆÿÿ%`•~ˆÿÿˆgDf˜~ˆÿÿ%`•®ªˆÿÿŒgDf˜®ªˆÿÿ%`•¨¬ªˆÿÿgDf˜¨¬ªˆÿÿ%`•@«ªˆÿÿ”gDf˜@«ªˆÿÿ%`•Ø©ªˆÿÿ˜gDf˜Ø©ªˆÿÿ%`•p¨ªˆÿÿœgDf˜p¨ªˆÿÿ%`•§ªˆÿÿ gDf˜§ªˆÿÿ%`• ¥ªˆÿÿ¤gDf˜ ¥ªˆÿÿ%`•°ˆÿÿ¨gDf˜°ˆÿÿ%`•h±ˆÿÿ¬gDf˜h±ˆÿÿ%`•вˆÿÿ°gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ´gDf˜8´ˆÿÿ%`• µˆÿÿ¸gDf˜ µˆÿÿ%`•·ˆÿÿ¼gDf˜·ˆÿÿ%`•p¸ˆÿÿÀgDf˜p¸ˆÿÿ%`•عˆÿÿÄgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿÈgDf˜@»ˆÿÿ%`•¨¼ˆÿÿÌgDf˜¨¼ˆÿÿ%`•¾ˆÿÿÐgDf˜¾ˆÿÿ%`•€— ˆÿÿÔgDf˜€— ˆÿÿ%`•h— ˆÿÿØgDf˜h— ˆÿÿ%`•Ђ— ˆÿÿÜgDf˜Ð‚— ˆÿÿ%`•8„— ˆÿÿàgDf˜8„— ˆÿÿ%`• …— ˆÿÿägDf˜ …— ˆÿÿ%`•‡— ˆÿÿègDf˜‡— ˆÿÿ%`•pˆ— ˆÿÿìgDf˜pˆ— ˆÿÿ%`•؉— ˆÿÿðgDf˜Ø‰— ˆÿÿ%`•@‹— ˆÿÿôgDf˜@‹— ˆÿÿ%`•8„ˆÿÿøgDf˜8„ˆÿÿ%`•ЂˆÿÿügDf˜Ð‚ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•€ˆÿÿgDf˜€ˆÿÿ%`•`MˆÿÿgDf˜`Mˆÿÿ%`•haMˆÿÿ gDf˜haMˆÿÿ%`•ÐbMˆÿÿgDf˜ÐbMˆÿÿ%`•8dMˆÿÿgDf˜8dMˆÿÿ%`•8Ä*ˆÿÿgDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿgDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ gDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ$gDf˜À*ˆÿÿ%`•À§ˆÿÿ(gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ,gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ0gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ4gDf˜8ħˆÿÿ%`• Å§ˆÿÿ8gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ<gDf˜ǧˆÿÿ%`•pȧˆÿÿ@gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿDgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿHgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿLgDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿPgDf˜Χˆÿÿ%`•Î*ˆÿÿTgDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿXgDf˜¨Ì*ˆÿÿ%`•@Ë*ˆÿÿ\gDf˜@Ë*ˆÿÿ%`•ØÉ*ˆÿÿ`gDf˜ØÉ*ˆÿÿ%`•pÈ*ˆÿÿdgDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿhgDf˜Ç*ˆÿÿ%`• Å*ˆÿÿlgDf˜ Å*ˆÿÿ%`• eMˆÿÿpgDf˜ eMˆÿÿ%`•gMˆÿÿtgDf˜gMˆÿÿ%`•phMˆÿÿxgDf˜phMˆÿÿ%`•ØiMˆÿÿ|gDf˜ØiMˆÿÿ%`•@kMˆÿÿ€gDf˜@kMˆÿÿ%`•¨lMˆÿÿ„gDf˜¨lMˆÿÿ%`•nMˆÿÿˆgDf˜nMˆÿÿ%`•ŽˆÿÿŒgDf˜Žˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•@‹ˆÿÿ”gDf˜@‹ˆÿÿ%`•؉ˆÿÿ˜gDf˜Ø‰ˆÿÿ%`•pˆˆÿÿœgDf˜pˆˆÿÿ%`•‡ˆÿÿ gDf˜‡ˆÿÿ%`• …ˆÿÿ¤gDf˜ …ˆÿÿ%`•¨Œ— ˆÿÿ¨gDf˜¨Œ— ˆÿÿ%`•Ž— ˆÿÿ¬gDf˜Ž— ˆÿÿ%`•8¤ïˆÿÿ°gDf˜8¤ïˆÿÿ%`•®ïˆÿÿ´gDf˜®ïˆÿÿ%`•¨¬ïˆÿÿ¸gDf˜¨¬ïˆÿÿ%`•@«ïˆÿÿ¼gDf˜@«ïˆÿÿ%`•Ø©ïˆÿÿÀgDf˜Ø©ïˆÿÿ%`•p¨ïˆÿÿÄgDf˜p¨ïˆÿÿ%`•§ïˆÿÿÈgDf˜§ïˆÿÿ%`• ¥ïˆÿÿÌgDf˜ ¥ïˆÿÿ%`•ТïˆÿÿÐgDf˜Ð¢ïˆÿÿ%`•h¡ïˆÿÿÔgDf˜h¡ïˆÿÿ%`• ïˆÿÿØgDf˜ ïˆÿÿ%`•¨<™ˆÿÿÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿàgDf˜>™ˆÿÿ%`•À ˆÿÿägDf˜À ˆÿÿ%`•Î ˆÿÿègDf˜Î ˆÿÿ%`•8´¹ˆÿÿìgDf˜8´¹ˆÿÿ%`•в¹ˆÿÿðgDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿôgDf˜h±¹ˆÿÿ%`•°¹ˆÿÿøgDf˜°¹ˆÿÿ%`•Ð ˆÿÿügDf˜Ð ˆÿÿ%`•hÑ ˆÿÿgDf˜hÑ ˆÿÿ%`•ÐÒ ˆÿÿgDf˜ÐÒ ˆÿÿ%`•8Ô ˆÿÿgDf˜8Ô ˆÿÿ%`• Õ ˆÿÿ gDf˜ Õ ˆÿÿ%`•× ˆÿÿgDf˜× ˆÿÿ%`•pØ ˆÿÿgDf˜pØ ˆÿÿ%`•ØÙ ˆÿÿgDf˜ØÙ ˆÿÿ%`•@Û ˆÿÿgDf˜@Û ˆÿÿ%`•¨Ü ˆÿÿ gDf˜¨Ü ˆÿÿ%`•Þ ˆÿÿ$gDf˜Þ ˆÿÿ%`•€ˆÿÿ(gDf˜€ˆÿÿ%`•hˆÿÿ,gDf˜hˆÿÿ%`•Ђˆÿÿ0gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ4gDf˜8„ˆÿÿ%`• …ˆÿÿ8gDf˜ …ˆÿÿ%`•‡ˆÿÿ<gDf˜‡ˆÿÿ%`•pˆˆÿÿ@gDf˜pˆˆÿÿ%`•؉ˆÿÿDgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿHgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿLgDf˜¨Œˆÿÿ%`•ŽˆÿÿPgDf˜Žˆÿÿ%`•¾¹ˆÿÿTgDf˜¾¹ˆÿÿ%`•¨¼¹ˆÿÿXgDf˜¨¼¹ˆÿÿ%`•@»¹ˆÿÿ\gDf˜@»¹ˆÿÿ%`•ع¹ˆÿÿ`gDf˜Ø¹¹ˆÿÿ%`•p¸¹ˆÿÿdgDf˜p¸¹ˆÿÿ%`•·¹ˆÿÿhgDf˜·¹ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•·¹ˆÿÿgDf˜·¹ˆÿÿ%`•@»¹ˆÿÿ gDf˜@»¹ˆÿÿ%`•p¸¹ˆÿÿgDf˜p¸¹ˆÿÿ%`•¨¼¹ˆÿÿ7ègDf˜¨¼¹ˆÿÿ%`•ع¹ˆÿÿ`ÈgDf˜Ø¹¹ˆÿÿ%`•¾¹ˆÿÿgDf˜¾¹ˆÿÿ%`•в¹ˆÿÿƒ,gDf˜Ð²¹ˆÿÿ%`•h±¹ˆÿÿƒ4gDf˜h±¹ˆÿÿ%`•°¹ˆÿÿÑdgDf˜°¹ˆÿÿ%`• µ¹ˆÿÿìlgDf˜ µ¹ˆÿÿ%`•>™ˆÿÿ! gDf˜>™ˆÿÿ%`•8´¹ˆÿÿƒ<gDf˜8´¹ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•>™ˆÿÿpgDf˜>™ˆÿÿ%`•¨<™ˆÿÿtgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•ÐâAˆÿÿxpgDf˜ÐâAˆÿÿ%`•háAˆÿÿìŒgDf˜háAˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•háAˆÿÿ|ügDf˜háAˆÿÿ%`•pèAˆÿÿxgDf˜pèAˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ”gDf˜'ˆÿÿ%`•pèAˆÿÿ˜TgDf˜pèAˆÿÿ%`•háAˆÿÿðügDf˜háAˆÿÿ%`•àAˆÿÿìügDf˜àAˆÿÿ%`•ÐâAˆÿÿègDf˜ÐâAˆÿÿ%`•çAˆÿÿìgDf˜çAˆÿÿ%`•8äAˆÿÿôügDf˜8äAˆÿÿ%`• åAˆÿÿ!ðügDf˜ åAˆÿÿ%`•ØéAˆÿÿ#ìgDf˜ØéAˆÿÿ%`•@ëAˆÿÿ#ðgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ#ø4gDf˜¨ìAˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$,gDf˜'ˆÿÿ%`•@ëAˆÿÿ{°gDf˜@ëAˆÿÿ%`•¨ìAˆÿÿgDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿzL gDf˜¨ìAˆÿÿ%`•@ëAˆÿÿ{gDf˜@ëAˆÿÿ%`•@ëAˆÿÿ gDf˜@ëAˆÿÿ%`•@ëAˆÿÿgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ/øgDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ~gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ{tgDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ!gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ gDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ$0gDf˜¨ìAˆÿÿ%`•@ëAˆÿÿ$4ügDf˜@ëAˆÿÿ%`•ØéAˆÿÿ&0HgDf˜ØéAˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&xgDf˜'ˆÿÿ%`•ØéAˆÿÿ&|gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&€gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&„gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&ˆgDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&ŒgDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&”gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&˜gDf˜ØéAˆÿÿ%`•ØéAˆÿÿ&œgDf˜ØéAˆÿÿ%`•ØéAˆÿÿ& gDf˜ØéAˆÿÿ%`•háAˆÿÿ&¤gDf˜háAˆÿÿ%`•háAˆÿÿ&¨gDf˜háAˆÿÿ%`•ØéAˆÿÿ&¬gDf˜ØéAˆÿÿ%`•ÐâAˆÿÿ&°gDf˜ÐâAˆÿÿ%`•çAˆÿÿ&´gDf˜çAˆÿÿ%`•àAˆÿÿ&¸gDf˜àAˆÿÿ%`•8äAˆÿÿ&¼gDf˜8äAˆÿÿ%`• åAˆÿÿ&ÀgDf˜ åAˆÿÿ%`•@ëAˆÿÿ&ÄgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ&ÈgDf˜¨ìAˆÿÿ%`•¨ìAˆÿÿ&ÌgDf˜¨ìAˆÿÿ%`•@ëAˆÿÿ&ÐgDf˜@ëAˆÿÿ%`• åAˆÿÿ&ÔgDf˜ åAˆÿÿ%`•8äAˆÿÿ&ØgDf˜8äAˆÿÿ%`•àAˆÿÿ&ÜgDf˜àAˆÿÿ%`•çAˆÿÿ&àgDf˜çAˆÿÿ%`•ÐâAˆÿÿ&ägDf˜ÐâAˆÿÿ%`•ØéAˆÿÿ&ègDf˜ØéAˆÿÿ%`•háAˆÿÿ&ìgDf˜háAˆÿÿ%`•pèAˆÿÿ&ðgDf˜pèAˆÿÿ%`•îAˆÿÿ&ôgDf˜îAˆÿÿ%`•¨<™ˆÿÿ&øgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ&ügDf˜>™ˆÿÿ%`•°ˆÿÿ'gDf˜°ˆÿÿ%`•h±ˆÿÿ'gDf˜h±ˆÿÿ%`•вˆÿÿ'gDf˜Ð²ˆÿÿ%`•8´ˆÿÿ' gDf˜8´ˆÿÿ%`• µˆÿÿ'gDf˜ µˆÿÿ%`•·ˆÿÿ'gDf˜·ˆÿÿ%`•p¸ˆÿÿ'gDf˜p¸ˆÿÿ%`•عˆÿÿ'gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ' gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ'$gDf˜¨¼ˆÿÿ%`•¾ˆÿÿ'(gDf˜¾ˆÿÿ%`• ÿˆÿÿ',gDf˜ ÿˆÿÿ%`•h¡ÿˆÿÿ'0gDf˜h¡ÿˆÿÿ%`•Тÿˆÿÿ'4gDf˜Ð¢ÿˆÿÿ%`•8¤ÿˆÿÿ'8gDf˜8¤ÿˆÿÿ%`• ¥ÿˆÿÿ'<gDf˜ ¥ÿˆÿÿ%`•§ÿˆÿÿ'@gDf˜§ÿˆÿÿ%`•p¨ÿˆÿÿ'DgDf˜p¨ÿˆÿÿ%`•Ø©ÿˆÿÿ'HgDf˜Ø©ÿˆÿÿ%`•@«ÿˆÿÿ'LgDf˜@«ÿˆÿÿ%`•¨¬ÿˆÿÿ'PgDf˜¨¬ÿˆÿÿ%`•®ÿˆÿÿ'TgDf˜®ÿˆÿÿ%`• åˆÿÿ'XgDf˜ åˆÿÿ%`•h!åˆÿÿ'\gDf˜h!åˆÿÿ%`•Ð"åˆÿÿ'`gDf˜Ð"åˆÿÿ%`•8$åˆÿÿ'dgDf˜8$åˆÿÿ%`• %åˆÿÿ'hgDf˜ %åˆÿÿ%`•'åˆÿÿ'lgDf˜'åˆÿÿ%`•p(åˆÿÿ'pgDf˜p(åˆÿÿ%`•Ø)åˆÿÿ'tgDf˜Ø)åˆÿÿ%`•@+åˆÿÿ'xgDf˜@+åˆÿÿ%`•¨,åˆÿÿ'|gDf˜¨,åˆÿÿ%`•.åˆÿÿ'€gDf˜.åˆÿÿ%`•mˆÿÿ'„gDf˜mˆÿÿ%`•hmˆÿÿ'ˆgDf˜hmˆÿÿ%`•Ðmˆÿÿ'ŒgDf˜Ðmˆÿÿ%`•8mˆÿÿ'gDf˜8mˆÿÿ%`• mˆÿÿ'”gDf˜ mˆÿÿ%`•mˆÿÿ'˜gDf˜mˆÿÿ%`•pmˆÿÿ'œgDf˜pmˆÿÿ%`•Ømˆÿÿ' gDf˜Ømˆÿÿ%`•@mˆÿÿ'¤gDf˜@mˆÿÿ%`•¨mˆÿÿ'¨gDf˜¨mˆÿÿ%`•mˆÿÿ'¬gDf˜mˆÿÿ%`•>™ˆÿÿ'°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ'´gDf˜¨<™ˆÿÿ%`•°ˆÿÿ'¸gDf˜°ˆÿÿ%`•h±ˆÿÿ'¼gDf˜h±ˆÿÿ%`•вˆÿÿ'ÀgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ'ÄgDf˜8´ˆÿÿ%`• µˆÿÿ'ÈgDf˜ µˆÿÿ%`•·ˆÿÿ'ÌgDf˜·ˆÿÿ%`•p¸ˆÿÿ'ÐgDf˜p¸ˆÿÿ%`•عˆÿÿ'ÔgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ'ØgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ'ÜgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ'àgDf˜¾ˆÿÿ%`• 3ˆÿÿ'ägDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ'ègDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ'ìgDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ'ðgDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ'ôgDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ'ügDf˜§3ˆÿÿ%`•p¨3ˆÿÿ(gDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ(gDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ(gDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ( gDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ(gDf˜®3ˆÿÿ%`•Žˆÿÿ(gDf˜Žˆÿÿ%`•hŽˆÿÿ(gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ(gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ( gDf˜8Žˆÿÿ%`• Žˆÿÿ($gDf˜ Žˆÿÿ%`•Žˆÿÿ((gDf˜Žˆÿÿ%`•pŽˆÿÿ(,gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ(0gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ(4gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ(8gDf˜¨ Žˆÿÿ%`•Žˆÿÿ(<gDf˜Žˆÿÿ%`•ˆÿÿ(@gDf˜ˆÿÿ%`•hˆÿÿ(DgDf˜hˆÿÿ%`•Јÿÿ(HgDf˜Ðˆÿÿ%`•8ˆÿÿ(LgDf˜8ˆÿÿ%`• ˆÿÿ(PgDf˜ ˆÿÿ%`•ˆÿÿ(TgDf˜ˆÿÿ%`•pˆÿÿ(XgDf˜pˆÿÿ%`•Ø ˆÿÿ(\gDf˜Ø ˆÿÿ%`•@ ˆÿÿ(`gDf˜@ ˆÿÿ%`•¨ ˆÿÿ(dgDf˜¨ ˆÿÿ%`•ˆÿÿ(hgDf˜ˆÿÿ%`•7ˆÿÿ(lgDf˜7ˆÿÿ%`•h7ˆÿÿ(pgDf˜h7ˆÿÿ%`•Ð7ˆÿÿ(tgDf˜Ð7ˆÿÿ%`•87ˆÿÿ(xgDf˜87ˆÿÿ%`• 7ˆÿÿ(|gDf˜ 7ˆÿÿ%`•7ˆÿÿ(€gDf˜7ˆÿÿ%`•p7ˆÿÿ(„gDf˜p7ˆÿÿ%`•Ø 7ˆÿÿ(ˆgDf˜Ø 7ˆÿÿ%`•@ 7ˆÿÿ(ŒgDf˜@ 7ˆÿÿ%`•¨ 7ˆÿÿ(gDf˜¨ 7ˆÿÿ%`•7ˆÿÿ(”gDf˜7ˆÿÿ%`•àшÿÿ(˜gDf˜àшÿÿ%`•háшÿÿ(œgDf˜háшÿÿ%`•Ðâшÿÿ( gDf˜Ðâшÿÿ%`•8äшÿÿ(¤gDf˜8äшÿÿ%`• åшÿÿ(¨gDf˜ åшÿÿ%`•çшÿÿ(¬gDf˜çшÿÿ%`•pèшÿÿ(°gDf˜pèшÿÿ%`•Øéшÿÿ(´gDf˜Øéшÿÿ%`•@ëшÿÿ(¸gDf˜@ëшÿÿ%`•¨ìшÿÿ(¼gDf˜¨ìшÿÿ%`•îшÿÿ(ÀgDf˜îшÿÿ%`•°¾ ˆÿÿ(ÄgDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ(ÈgDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ(ÌgDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ(ÐgDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ(ÔgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ(ØgDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ(ÜgDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ(àgDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ(ägDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ(ègDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ(ìgDf˜¾¾ ˆÿÿ%`•¡ˆÿÿ(ðgDf˜¡ˆÿÿ%`•h¡ˆÿÿ(ôgDf˜h¡ˆÿÿ%`•Сˆÿÿ(øgDf˜Ð¡ˆÿÿ%`•8¡ˆÿÿ(ügDf˜8¡ˆÿÿ%`• ¡ˆÿÿ)gDf˜ ¡ˆÿÿ%`•¡ˆÿÿ)gDf˜¡ˆÿÿ%`•p¡ˆÿÿ)gDf˜p¡ˆÿÿ%`•Ø¡ˆÿÿ) gDf˜Ø¡ˆÿÿ%`•@¡ˆÿÿ)gDf˜@¡ˆÿÿ%`•¨¡ˆÿÿ)gDf˜¨¡ˆÿÿ%`•¡ˆÿÿ)gDf˜¡ˆÿÿ%`•¬ˆÿÿ)gDf˜¬ˆÿÿ%`•h¬ˆÿÿ) gDf˜h¬ˆÿÿ%`•Ьˆÿÿ)$gDf˜Ð¬ˆÿÿ%`•8¬ˆÿÿ)(gDf˜8¬ˆÿÿ%`• ¬ˆÿÿ),gDf˜ ¬ˆÿÿ%`•¬ˆÿÿ)0gDf˜¬ˆÿÿ%`•p¬ˆÿÿ)4gDf˜p¬ˆÿÿ%`•جˆÿÿ)8gDf˜Ø¬ˆÿÿ%`•@¬ˆÿÿ)<gDf˜@¬ˆÿÿ%`•¨¬ˆÿÿ)@gDf˜¨¬ˆÿÿ%`•¬ˆÿÿ)DgDf˜¬ˆÿÿ%`•0ˆÿÿ)HgDf˜0ˆÿÿ%`•h1ˆÿÿ)LgDf˜h1ˆÿÿ%`•Ð2ˆÿÿ)PgDf˜Ð2ˆÿÿ%`•84ˆÿÿ)TgDf˜84ˆÿÿ%`• 5ˆÿÿ)XgDf˜ 5ˆÿÿ%`•7ˆÿÿ)\gDf˜7ˆÿÿ%`•p8ˆÿÿ)`gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ)dgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ)hgDf˜@;ˆÿÿ%`•¨<ˆÿÿ)lgDf˜¨<ˆÿÿ%`•>ˆÿÿ)pgDf˜>ˆÿÿ%`•Pˆÿÿ)tgDf˜Pˆÿÿ%`•hQˆÿÿ)xgDf˜hQˆÿÿ%`•ÐRˆÿÿ)|gDf˜ÐRˆÿÿ%`•8Tˆÿÿ)€gDf˜8Tˆÿÿ%`• Uˆÿÿ)„gDf˜ Uˆÿÿ%`•Wˆÿÿ)ˆgDf˜Wˆÿÿ%`•pXˆÿÿ)ŒgDf˜pXˆÿÿ%`•ØYˆÿÿ)gDf˜ØYˆÿÿ%`•@[ˆÿÿ)”gDf˜@[ˆÿÿ%`•¨\ˆÿÿ)˜gDf˜¨\ˆÿÿ%`•^ˆÿÿ)œgDf˜^ˆÿÿ%`•¨<™ˆÿÿ) gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ)¤gDf˜>™ˆÿÿ%`•pˆÿÿ)¨gDf˜pˆÿÿ%`•ˆÿÿ)¬gDf˜ˆÿÿ%`• ˆÿÿ)°gDf˜ ˆÿÿ%`•8ˆÿÿ)´gDf˜8ˆÿÿ%`•Јÿÿ)¸gDf˜Ðˆÿÿ%`•hˆÿÿ)¼gDf˜hˆÿÿ%`•ˆÿÿ)ÀgDf˜ˆÿÿ%`•`܈ÿÿ)ÄgDf˜`܈ÿÿ%`•ha܈ÿÿ)ÈgDf˜ha܈ÿÿ%`•Ðb܈ÿÿ)ÌgDf˜Ðb܈ÿÿ%`•8d܈ÿÿ)ÐgDf˜8d܈ÿÿ%`• e܈ÿÿ)ÔgDf˜ e܈ÿÿ%`•g܈ÿÿ)ØgDf˜g܈ÿÿ%`•ph܈ÿÿ)ÜgDf˜ph܈ÿÿ%`•Øi܈ÿÿ)àgDf˜Øi܈ÿÿ%`•@k܈ÿÿ)ägDf˜@k܈ÿÿ%`•¨l܈ÿÿ)ègDf˜¨l܈ÿÿ%`•n܈ÿÿ)ìgDf˜n܈ÿÿ%`•ÀÖˆÿÿ)ðgDf˜ÀÖˆÿÿ%`•hÁÖˆÿÿ)ôgDf˜hÁÖˆÿÿ%`•ÐÂÖˆÿÿ)øgDf˜ÐÂÖˆÿÿ%`•8ÄÖˆÿÿ)ügDf˜8ÄÖˆÿÿ%`• ÅÖˆÿÿ*gDf˜ ÅÖˆÿÿ%`•ÇÖˆÿÿ*gDf˜ÇÖˆÿÿ%`•pÈÖˆÿÿ*gDf˜pÈÖˆÿÿ%`•ØÉÖˆÿÿ* gDf˜ØÉÖˆÿÿ%`•@ËÖˆÿÿ*gDf˜@ËÖˆÿÿ%`•¨ÌÖˆÿÿ*gDf˜¨ÌÖˆÿÿ%`•ÎÖˆÿÿ*gDf˜ÎÖˆÿÿ%`•@шÿÿ*gDf˜@шÿÿ%`•hAшÿÿ* gDf˜hAшÿÿ%`•ÐBшÿÿ*$gDf˜ÐBшÿÿ%`•8Dшÿÿ*(gDf˜8Dшÿÿ%`• Eшÿÿ*,gDf˜ Eшÿÿ%`•Gшÿÿ*0gDf˜Gшÿÿ%`•pHшÿÿ*4gDf˜pHшÿÿ%`•ØIшÿÿ*8gDf˜ØIшÿÿ%`•@Kшÿÿ*<gDf˜@Kшÿÿ%`•¨Lшÿÿ*@gDf˜¨Lшÿÿ%`•Nшÿÿ*DgDf˜Nшÿÿ%`•°¹ˆÿÿ*HgDf˜°¹ˆÿÿ%`•h±¹ˆÿÿ*LgDf˜h±¹ˆÿÿ%`•в¹ˆÿÿ*PgDf˜Ð²¹ˆÿÿ%`•8´¹ˆÿÿ*TgDf˜8´¹ˆÿÿ%`• µ¹ˆÿÿ*XgDf˜ µ¹ˆÿÿ%`•·¹ˆÿÿ*\gDf˜·¹ˆÿÿ%`•p¸¹ˆÿÿ*`gDf˜p¸¹ˆÿÿ%`•ع¹ˆÿÿ*dgDf˜Ø¹¹ˆÿÿ%`•@»¹ˆÿÿ*hgDf˜@»¹ˆÿÿ%`•¨¼¹ˆÿÿ*lgDf˜¨¼¹ˆÿÿ%`•¾¹ˆÿÿ*pgDf˜¾¹ˆÿÿ%`•P³ ˆÿÿ*tgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ*xgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ*|gDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿ*€gDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ*„gDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ*ˆgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿ*ŒgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ*gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ*”gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ*˜gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ*œgDf˜^³ ˆÿÿ%`•àAˆÿÿ* gDf˜àAˆÿÿ%`•háAˆÿÿ*¤gDf˜háAˆÿÿ%`•ÐâAˆÿÿ*¨gDf˜ÐâAˆÿÿ%`•8äAˆÿÿ*¬gDf˜8äAˆÿÿ%`• åAˆÿÿ*°gDf˜ åAˆÿÿ%`•çAˆÿÿ*´gDf˜çAˆÿÿ%`•pèAˆÿÿ*¸gDf˜pèAˆÿÿ%`•ØéAˆÿÿ*¼gDf˜ØéAˆÿÿ%`•@ëAˆÿÿ*ÀgDf˜@ëAˆÿÿ%`•¨ìAˆÿÿ*ÄgDf˜¨ìAˆÿÿ%`•îAˆÿÿ*ÈgDf˜îAˆÿÿ%`•À¥ˆÿÿ*ÌgDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ*ÐgDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ*ÔgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ*ØgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ*ÜgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ*àgDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ*ägDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ*ègDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ*ìgDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ*ðgDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ*ôgDf˜Î¥ˆÿÿ%`•ˆÿÿ*øgDf˜ˆÿÿ%`•¨ ˆÿÿ*ügDf˜¨ ˆÿÿ%`•@ ˆÿÿ+gDf˜@ ˆÿÿ%`•Ø ˆÿÿ+gDf˜Ø ˆÿÿ%`•Сˆÿÿ+gDf˜Ð¡ˆÿÿ%`•h¡ˆÿÿ+ gDf˜h¡ˆÿÿ%`•¡ˆÿÿ+gDf˜¡ˆÿÿ%`• ã ˆÿÿ+gDf˜ ã ˆÿÿ%`•h!ã ˆÿÿ+gDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿ+gDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ+ gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿ+$gDf˜ %ã ˆÿÿ%`•'ã ˆÿÿ+(gDf˜'ã ˆÿÿ%`•p(ã ˆÿÿ+,gDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿ+0gDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ+4gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ+8gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ+<gDf˜.ã ˆÿÿ%`•Јÿÿ+@gDf˜Ðˆÿÿ%`•hшÿÿ+DgDf˜hшÿÿ%`•ÐÒˆÿÿ+HgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ+LgDf˜8Ôˆÿÿ%`• Õˆÿÿ+PgDf˜ Õˆÿÿ%`•׈ÿÿ+TgDf˜×ˆÿÿ%`•p؈ÿÿ+XgDf˜p؈ÿÿ%`•ØÙˆÿÿ+\gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ+`gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ+dgDf˜¨Üˆÿÿ%`•Þˆÿÿ+hgDf˜Þˆÿÿ%`•€Vˆÿÿ+lgDf˜€Vˆÿÿ%`•hVˆÿÿ+pgDf˜hVˆÿÿ%`•ЂVˆÿÿ+tgDf˜Ð‚Vˆÿÿ%`•8„Vˆÿÿ+xgDf˜8„Vˆÿÿ%`• …Vˆÿÿ+|gDf˜ …Vˆÿÿ%`•‡Vˆÿÿ+€gDf˜‡Vˆÿÿ%`•pˆVˆÿÿ+„gDf˜pˆVˆÿÿ%`•؉Vˆÿÿ+ˆgDf˜Ø‰Vˆÿÿ%`•@‹Vˆÿÿ+ŒgDf˜@‹Vˆÿÿ%`•¨ŒVˆÿÿ+gDf˜¨ŒVˆÿÿ%`•ŽVˆÿÿ+”gDf˜ŽVˆÿÿ%`•¡ˆÿÿ+˜gDf˜¡ˆÿÿ%`•¨¡ˆÿÿ+œgDf˜¨¡ˆÿÿ%`•@¡ˆÿÿ+ gDf˜@¡ˆÿÿ%`•Ø¡ˆÿÿ+¤gDf˜Ø¡ˆÿÿ%`•p¡ˆÿÿ+¨gDf˜p¡ˆÿÿ%`•¡ˆÿÿ+¬gDf˜¡ˆÿÿ%`• ¡ˆÿÿ+°gDf˜ ¡ˆÿÿ%`•8¡ˆÿÿ+´gDf˜8¡ˆÿÿ%`•hQˆÿÿ+¸gDf˜hQˆÿÿ%`•Pˆÿÿ+¼gDf˜Pˆÿÿ%`•Oˆÿÿ+ÀgDf˜Oˆÿÿ%`•h‘Oˆÿÿ+ÄgDf˜h‘Oˆÿÿ%`•Ð’Oˆÿÿ+ÈgDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ+ÌgDf˜8”Oˆÿÿ%`• •Oˆÿÿ+ÐgDf˜ •Oˆÿÿ%`•—Oˆÿÿ+ÔgDf˜—Oˆÿÿ%`•p˜Oˆÿÿ+ØgDf˜p˜Oˆÿÿ%`•Ø™Oˆÿÿ+ÜgDf˜Ø™Oˆÿÿ%`•@›Oˆÿÿ+àgDf˜@›Oˆÿÿ%`•¨œOˆÿÿ+ägDf˜¨œOˆÿÿ%`•žOˆÿÿ+ègDf˜žOˆÿÿ%`•ÀÛ ˆÿÿ+ìgDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿ+ðgDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿ+ôgDf˜ÐÂÛ ˆÿÿ%`•@ËÛ ˆÿÿ+øgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ,ügDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ-üügDf˜ÎÛ ˆÿÿ%`•^ˆÿÿ/øgDf˜^ˆÿÿ%`•¨\ˆÿÿ0ügDf˜¨\ˆÿÿ%`•@[ˆÿÿ2ügDf˜@[ˆÿÿ%`•ØYˆÿÿ3ügDf˜ØYˆÿÿ%`•pXˆÿÿ4ügDf˜pXˆÿÿ%`•Wˆÿÿ6TgDf˜Wˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ÇÛ ˆÿÿgDf˜ÇÛ ˆÿÿ%`•8ÄÛ ˆÿÿgDf˜8ÄÛ ˆÿÿ%`•ØÉÛ ˆÿÿ}DgDf˜ØÉÛ ˆÿÿ%`• ÅÛ ˆÿÿ}LgDf˜ ÅÛ ˆÿÿ%`•pÈÛ ˆÿÿáìgDf˜pÈÛ ˆÿÿ%`•'ˆÿÿ6XgDf˜'ˆÿÿ%`•@[ˆÿÿ gDf˜@[ˆÿÿ%`•ØYˆÿÿ gDf˜ØYˆÿÿ%`•@[ˆÿÿáðgDf˜@[ˆÿÿ%`•WˆÿÿâgDf˜Wˆÿÿ%`•Wˆÿÿ gDf˜Wˆÿÿ%`•Wˆÿÿâ8gDf˜Wˆÿÿ%`•Wˆÿÿ gDf˜Wˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•à#ˆÿÿõ€gDf˜à#ˆÿÿ%`•pè#ˆÿÿö„gDf˜pè#ˆÿÿ%`•8ä#ˆÿÿöДgDf˜8ä#ˆÿÿ%`•há#ˆÿÿ÷dügDf˜há#ˆÿÿ%`•Ðâ#ˆÿÿù`gDf˜Ðâ#ˆÿÿ%`• å#ˆÿÿ gDf˜ å#ˆÿÿ%`•ç#ˆÿÿ ügDf˜ç#ˆÿÿ%`•Øé#ˆÿÿ ˜gDf˜Øé#ˆÿÿ%`•@ë#ˆÿÿ ¬ügDf˜@ë#ˆÿÿ%`•¨ì#ˆÿÿ¨\gDf˜¨ì#ˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`•î#ˆÿÿo¸xgDf˜î#ˆÿÿ%`•Pˆÿÿƒ,gDf˜Pˆÿÿ%`•Wˆÿÿƒ8gDf˜Wˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•pXˆÿÿ‘gDf˜pXˆÿÿ%`•hQˆÿÿ˜gDf˜hQˆÿÿ%`• Uˆÿÿ™ gDf˜ Uˆÿÿ%`•8Tˆÿÿ gDf˜8Tˆÿÿ%`•ÐRˆÿÿ¡gDf˜ÐRˆÿÿ%`•@[ˆÿÿâHgDf˜@[ˆÿÿ%`•ØYˆÿÿâTLgDf˜ØYˆÿÿ%`•Ðrˆÿÿ gDf˜Ðrˆÿÿ%`•Ðrˆÿÿ6\gDf˜Ðrˆÿÿ%`•hÑrˆÿÿ6`¨gDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ8 ügDf˜ÐÒrˆÿÿ%`•8Ôrˆÿÿ:ÄgDf˜8Ôrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:ÌgDf˜'ˆÿÿ%`•8Ôrˆÿÿ:ÐPgDf˜8Ôrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ; gDf˜'ˆÿÿ%`•8Ôrˆÿÿ;$LgDf˜8Ôrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;pgDf˜'ˆÿÿ%`•8Ôrˆÿÿ;t˜gDf˜8Ôrˆÿÿ%`•hÑrˆÿÿ<ügDf˜hÑrˆÿÿ%`•ÐÒrˆÿÿ> 0gDf˜ÐÒrˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?<gDf˜'ˆÿÿ%`•ÐÒrˆÿÿ?@ÐgDf˜ÐÒrˆÿÿ%`•hÑrˆÿÿ@ügDf˜hÑrˆÿÿ%`•8ÔrˆÿÿBÔgDf˜8Ôrˆÿÿ%`•ØÙrˆÿÿ¤gDf˜ØÙrˆÿÿ%`•Þrˆÿÿ¨(gDf˜Þrˆÿÿ%`•¨ÜrˆÿÿÔügDf˜¨Ürˆÿÿ%`• ÕrˆÿÿÐügDf˜ Õrˆÿÿ%`•ÐrˆÿÿÌgDf˜Ðrˆÿÿ%`•@ÛrˆÿÿÐgDf˜@Ûrˆÿÿ%`•pØrˆÿÿÜügDf˜pØrˆÿÿ%`•×rˆÿÿ ØügDf˜×rˆÿÿ%`•>™ˆÿÿ ÔgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ ØgDf˜¨<™ˆÿÿ%`•°Gˆÿÿ àœgDf˜°Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ |gDf˜'ˆÿÿ%`•°GˆÿÿzDgDf˜°Gˆÿÿ%`•вGˆÿÿ}ôgDf˜Ð²Gˆÿÿ%`•8´Gˆÿÿ¸gDf˜8´Gˆÿÿ%`•8´Gˆÿÿ gDf˜8´Gˆÿÿ%`•8´Gˆÿÿz4gDf˜8´Gˆÿÿ%`•вGˆÿÿzX(gDf˜Ð²Gˆÿÿ%`•°Gˆÿÿz” gDf˜°Gˆÿÿ%`•h±GˆÿÿÜgDf˜h±Gˆÿÿ%`• µGˆÿÿã8ügDf˜ µGˆÿÿ%`•·Gˆÿÿå4ügDf˜·Gˆÿÿ%`•p¸Gˆÿÿç0ügDf˜p¸Gˆÿÿ%`•عGˆÿÿé,gDf˜Ø¹Gˆÿÿ%`•@»Gˆÿÿê8PgDf˜@»Gˆÿÿ%`•@»Gˆÿÿ gDf˜@»Gˆÿÿ%`•@»Gˆÿÿ €gDf˜@»Gˆÿÿ%`•عGˆÿÿ „ gDf˜Ø¹Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ¤gDf˜'ˆÿÿ%`•عGˆÿÿ ¨$gDf˜Ø¹Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ÌgDf˜'ˆÿÿ%`•عGˆÿÿ Ð$gDf˜Ø¹Gˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`•عGˆÿÿ øgDf˜Ø¹Gˆÿÿ%`•°Gˆÿÿ ügDf˜°Gˆÿÿ%`•@»GˆÿÿgDf˜@»Gˆÿÿ%`•p¸GˆÿÿgDf˜p¸Gˆÿÿ%`•h±GˆÿÿgDf˜h±Gˆÿÿ%`• µGˆÿÿ gDf˜ µGˆÿÿ%`•·GˆÿÿgDf˜·Gˆÿÿ%`•вGˆÿÿgDf˜Ð²Gˆÿÿ%`•8´GˆÿÿgDf˜8´Gˆÿÿ%`•¨¼GˆÿÿgDf˜¨¼Gˆÿÿ%`•¾Gˆÿÿ gDf˜¾Gˆÿÿ%`•¨<™ˆÿÿ$gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ(gDf˜>™ˆÿÿ%`•€%ˆÿÿ,gDf˜€%ˆÿÿ%`•h%ˆÿÿ0gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ4gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ8gDf˜8„%ˆÿÿ%`• …%ˆÿÿ<gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ@gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿDgDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿHgDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿLgDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿPgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿTgDf˜Ž%ˆÿÿ%`•€ë ˆÿÿXgDf˜€ë ˆÿÿ%`•hë ˆÿÿ\gDf˜hë ˆÿÿ%`•Ð‚ë ˆÿÿ`gDf˜Ð‚ë ˆÿÿ%`•8„ë ˆÿÿdgDf˜8„ë ˆÿÿ%`• …ë ˆÿÿhgDf˜ …ë ˆÿÿ%`•‡ë ˆÿÿlgDf˜‡ë ˆÿÿ%`•pˆë ˆÿÿpgDf˜pˆë ˆÿÿ%`•Ø‰ë ˆÿÿtgDf˜Ø‰ë ˆÿÿ%`•@‹ë ˆÿÿxgDf˜@‹ë ˆÿÿ%`•¨Œë ˆÿÿ|gDf˜¨Œë ˆÿÿ%`•Žë ˆÿÿ€gDf˜Žë ˆÿÿ%`•À*ˆÿÿ„gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿˆgDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿŒgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ”gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ˜gDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿœgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ¤gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ¨gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ¬gDf˜Î*ˆÿÿ%`•àшÿÿ°gDf˜àшÿÿ%`•háшÿÿ´gDf˜háшÿÿ%`•Ðâшÿÿ¸gDf˜Ðâшÿÿ%`•8äшÿÿ¼gDf˜8äшÿÿ%`• åшÿÿÀgDf˜ åшÿÿ%`•çшÿÿÄgDf˜çшÿÿ%`•pèшÿÿÈgDf˜pèшÿÿ%`•ØéшÿÿÌgDf˜Øéшÿÿ%`•@ëшÿÿÐgDf˜@ëшÿÿ%`•¨ìшÿÿÔgDf˜¨ìшÿÿ%`•îшÿÿØgDf˜îшÿÿ%`•PˆÿÿÜgDf˜Pˆÿÿ%`•hQˆÿÿàgDf˜hQˆÿÿ%`•ÐRˆÿÿägDf˜ÐRˆÿÿ%`•8TˆÿÿègDf˜8Tˆÿÿ%`• UˆÿÿìgDf˜ Uˆÿÿ%`•WˆÿÿðgDf˜Wˆÿÿ%`•pXˆÿÿôgDf˜pXˆÿÿ%`•ØYˆÿÿøgDf˜ØYˆÿÿ%`•@[ˆÿÿügDf˜@[ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•оˆÿÿgDf˜Ð¾ˆÿÿ%`•hѾˆÿÿ gDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿgDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿgDf˜8Ô¾ˆÿÿ%`• Õ¾ˆÿÿgDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿgDf˜×¾ˆÿÿ%`•pؾˆÿÿ gDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿ$gDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿ(gDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿ,gDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿ0gDf˜Þ¾ˆÿÿ%`•0Å ˆÿÿ4gDf˜0Å ˆÿÿ%`•h1Å ˆÿÿ8gDf˜h1Å ˆÿÿ%`•Ð2Å ˆÿÿ<gDf˜Ð2Å ˆÿÿ%`•84Å ˆÿÿ@gDf˜84Å ˆÿÿ%`• 5Å ˆÿÿDgDf˜ 5Å ˆÿÿ%`•7Å ˆÿÿHgDf˜7Å ˆÿÿ%`•p8Å ˆÿÿLgDf˜p8Å ˆÿÿ%`•Ø9Å ˆÿÿPgDf˜Ø9Å ˆÿÿ%`•@;Å ˆÿÿTgDf˜@;Å ˆÿÿ%`•¨<Å ˆÿÿXgDf˜¨<Å ˆÿÿ%`•>Å ˆÿÿ\gDf˜>Å ˆÿÿ%`•P³ ˆÿÿ`gDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿdgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿhgDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿlgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿpgDf˜ U³ ˆÿÿ%`•W³ ˆÿÿtgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿxgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ|gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ€gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ„gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿˆgDf˜^³ ˆÿÿ%`•P&ˆÿÿŒgDf˜P&ˆÿÿ%`•hQ&ˆÿÿgDf˜hQ&ˆÿÿ%`•ÐR&ˆÿÿ”gDf˜ÐR&ˆÿÿ%`•8T&ˆÿÿ˜gDf˜8T&ˆÿÿ%`• U&ˆÿÿœgDf˜ U&ˆÿÿ%`•W&ˆÿÿ gDf˜W&ˆÿÿ%`•pX&ˆÿÿ¤gDf˜pX&ˆÿÿ%`•ØY&ˆÿÿ¨gDf˜ØY&ˆÿÿ%`•@[&ˆÿÿ¬gDf˜@[&ˆÿÿ%`•¨\&ˆÿÿ°gDf˜¨\&ˆÿÿ%`•^&ˆÿÿ´gDf˜^&ˆÿÿ%`•`0ˆÿÿ¸gDf˜`0ˆÿÿ%`•ha0ˆÿÿ¼gDf˜ha0ˆÿÿ%`•Ðb0ˆÿÿÀgDf˜Ðb0ˆÿÿ%`•8d0ˆÿÿÄgDf˜8d0ˆÿÿ%`• e0ˆÿÿÈgDf˜ e0ˆÿÿ%`•g0ˆÿÿÌgDf˜g0ˆÿÿ%`•ph0ˆÿÿÐgDf˜ph0ˆÿÿ%`•Øi0ˆÿÿÔgDf˜Øi0ˆÿÿ%`•@k0ˆÿÿØgDf˜@k0ˆÿÿ%`•¨l0ˆÿÿÜgDf˜¨l0ˆÿÿ%`•n0ˆÿÿägDf˜n0ˆÿÿ%`•ÀˆÿÿègDf˜Àˆÿÿ%`•hÁˆÿÿìgDf˜hÁˆÿÿ%`•ЈÿÿðgDf˜Ðˆÿÿ%`•8ĈÿÿôgDf˜8Ĉÿÿ%`• ÅˆÿÿøgDf˜ Åˆÿÿ%`•LjÿÿügDf˜Çˆÿÿ%`•pȈÿÿgDf˜pȈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•@ˈÿÿgDf˜@ˈÿÿ%`•¨Ìˆÿÿ gDf˜¨Ìˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•@?ˆÿÿgDf˜@?ˆÿÿ%`•hA?ˆÿÿgDf˜hA?ˆÿÿ%`•ÐB?ˆÿÿgDf˜ÐB?ˆÿÿ%`•8D?ˆÿÿ gDf˜8D?ˆÿÿ%`• E?ˆÿÿ$gDf˜ E?ˆÿÿ%`•G?ˆÿÿ(gDf˜G?ˆÿÿ%`•pH?ˆÿÿ,gDf˜pH?ˆÿÿ%`•ØI?ˆÿÿ0gDf˜ØI?ˆÿÿ%`•@K?ˆÿÿ4gDf˜@K?ˆÿÿ%`•¨L?ˆÿÿ8gDf˜¨L?ˆÿÿ%`•N?ˆÿÿ<gDf˜N?ˆÿÿ%`•mˆÿÿ@gDf˜mˆÿÿ%`•hmˆÿÿDgDf˜hmˆÿÿ%`•ÐmˆÿÿHgDf˜Ðmˆÿÿ%`•8mˆÿÿLgDf˜8mˆÿÿ%`• mˆÿÿPgDf˜ mˆÿÿ%`•mˆÿÿTgDf˜mˆÿÿ%`•pmˆÿÿXgDf˜pmˆÿÿ%`•Ømˆÿÿ\gDf˜Ømˆÿÿ%`•@mˆÿÿ`gDf˜@mˆÿÿ%`•¨mˆÿÿdgDf˜¨mˆÿÿ%`•mˆÿÿhgDf˜mˆÿÿ%`•…ˆÿÿlgDf˜…ˆÿÿ%`•h…ˆÿÿpgDf˜h…ˆÿÿ%`•Ð…ˆÿÿtgDf˜Ð…ˆÿÿ%`•8…ˆÿÿxgDf˜8…ˆÿÿ%`• …ˆÿÿ|gDf˜ …ˆÿÿ%`•…ˆÿÿ€gDf˜…ˆÿÿ%`•p…ˆÿÿ„gDf˜p…ˆÿÿ%`•Ø …ˆÿÿˆgDf˜Ø …ˆÿÿ%`•@ …ˆÿÿŒgDf˜@ …ˆÿÿ%`•¨ …ˆÿÿgDf˜¨ …ˆÿÿ%`•…ˆÿÿ”gDf˜…ˆÿÿ%`•>™ˆÿÿ˜gDf˜>™ˆÿÿ%`•¨<™ˆÿÿœgDf˜¨<™ˆÿÿ%`•Ø‰ë ˆÿÿ gDf˜Ø‰ë ˆÿÿ%`•pˆë ˆÿÿ¤gDf˜pˆë ˆÿÿ%`•‡ë ˆÿÿ¨gDf˜‡ë ˆÿÿ%`• …ë ˆÿÿ¬gDf˜ …ë ˆÿÿ%`•8„ë ˆÿÿ°gDf˜8„ë ˆÿÿ%`•Ð‚ë ˆÿÿ´gDf˜Ð‚ë ˆÿÿ%`•hë ˆÿÿ¸gDf˜hë ˆÿÿ%`•€ë ˆÿÿ¼gDf˜€ë ˆÿÿ%`•€ˆÿÿÀgDf˜€ˆÿÿ%`•hˆÿÿÄgDf˜hˆÿÿ%`•ЂˆÿÿÈgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿÌgDf˜8„ˆÿÿ%`• …ˆÿÿÐgDf˜ …ˆÿÿ%`•‡ˆÿÿÔgDf˜‡ˆÿÿ%`•pˆˆÿÿØgDf˜pˆˆÿÿ%`•؉ˆÿÿÜgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿàgDf˜@‹ˆÿÿ%`•¨ŒˆÿÿägDf˜¨Œˆÿÿ%`•ŽˆÿÿègDf˜Žˆÿÿ%`•½ˆÿÿìgDf˜½ˆÿÿ%`•h½ˆÿÿðgDf˜h½ˆÿÿ%`•нˆÿÿôgDf˜Ð½ˆÿÿ%`•8½ˆÿÿøgDf˜8½ˆÿÿ%`• ½ˆÿÿügDf˜ ½ˆÿÿ%`•½ˆÿÿgDf˜½ˆÿÿ%`•p½ˆÿÿgDf˜p½ˆÿÿ%`•Ø ½ˆÿÿgDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ gDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿgDf˜¨ ½ˆÿÿ%`•½ˆÿÿgDf˜½ˆÿÿ%`•Žë ˆÿÿgDf˜Žë ˆÿÿ%`•¨Œë ˆÿÿgDf˜¨Œë ˆÿÿ%`•@‹ë ˆÿÿ gDf˜@‹ë ˆÿÿ%`•pXˆÿÿ$gDf˜pXˆÿÿ%`•Wˆÿÿ(gDf˜Wˆÿÿ%`• Uˆÿÿ,gDf˜ Uˆÿÿ%`•8Tˆÿÿ0gDf˜8Tˆÿÿ%`•ÐRˆÿÿ4gDf˜ÐRˆÿÿ%`•hQˆÿÿ8gDf˜hQˆÿÿ%`•Pˆÿÿ<gDf˜Pˆÿÿ%`•€hˆÿÿ@gDf˜€hˆÿÿ%`•hhˆÿÿDgDf˜hhˆÿÿ%`•ЂhˆÿÿHgDf˜Ð‚hˆÿÿ%`•8„hˆÿÿLgDf˜8„hˆÿÿ%`• …hˆÿÿPgDf˜ …hˆÿÿ%`•‡hˆÿÿTgDf˜‡hˆÿÿ%`•pˆhˆÿÿXgDf˜pˆhˆÿÿ%`•؉hˆÿÿ\gDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿ`gDf˜@‹hˆÿÿ%`•¨ŒhˆÿÿdgDf˜¨Œhˆÿÿ%`•ŽhˆÿÿhgDf˜Žhˆÿÿ%`•àшÿÿlgDf˜àшÿÿ%`•háшÿÿpgDf˜háшÿÿ%`•ÐâшÿÿtgDf˜Ðâшÿÿ%`•8äшÿÿxgDf˜8äшÿÿ%`• åшÿÿ|gDf˜ åшÿÿ%`•çшÿÿ€gDf˜çшÿÿ%`•pèшÿÿ„gDf˜pèшÿÿ%`•ØéшÿÿˆgDf˜Øéшÿÿ%`•@ëшÿÿŒgDf˜@ëшÿÿ%`•¨ìшÿÿgDf˜¨ìшÿÿ%`•îшÿÿ”gDf˜îшÿÿ%`•^ˆÿÿ˜gDf˜^ˆÿÿ%`•¨\ˆÿÿœgDf˜¨\ˆÿÿ%`•@[ˆÿÿ gDf˜@[ˆÿÿ%`•ØYˆÿÿ¤gDf˜ØYˆÿÿ%`•W³ ˆÿÿ¨gDf˜W³ ˆÿÿ%`• U³ ˆÿÿ¬gDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿ°gDf˜8T³ ˆÿÿ%`•ÐR³ ˆÿÿ´gDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ¸gDf˜hQ³ ˆÿÿ%`•P³ ˆÿÿ¼gDf˜P³ ˆÿÿ%`•€$ˆÿÿÀgDf˜€$ˆÿÿ%`•h$ˆÿÿÄgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿÈgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿÌgDf˜8„$ˆÿÿ%`• …$ˆÿÿÐgDf˜ …$ˆÿÿ%`•‡$ˆÿÿÔgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿØgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿÜgDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿàgDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿägDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿègDf˜Ž$ˆÿÿ%`•€ˆÿÿìgDf˜€ˆÿÿ%`•hˆÿÿðgDf˜hˆÿÿ%`•ЂˆÿÿôgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿøgDf˜8„ˆÿÿ%`• …ˆÿÿügDf˜ …ˆÿÿ%`•‡ˆÿÿgDf˜‡ˆÿÿ%`•pˆˆÿÿgDf˜pˆˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ gDf˜@‹ˆÿÿ%`•¨ŒˆÿÿgDf˜¨Œˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`•^³ ˆÿÿgDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿgDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿ gDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿ$gDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿ(gDf˜pX³ ˆÿÿ%`• Åˆÿÿ,gDf˜ Åˆÿÿ%`•8Ĉÿÿ0gDf˜8Ĉÿÿ%`•Јÿÿ4gDf˜Ðˆÿÿ%`•hÁˆÿÿ8gDf˜hÁˆÿÿ%`•Àˆÿÿ<gDf˜Àˆÿÿ%`•`0ˆÿÿ@gDf˜`0ˆÿÿ%`•ha0ˆÿÿDgDf˜ha0ˆÿÿ%`•Ðb0ˆÿÿHgDf˜Ðb0ˆÿÿ%`•8d0ˆÿÿLgDf˜8d0ˆÿÿ%`• e0ˆÿÿPgDf˜ e0ˆÿÿ%`•g0ˆÿÿTgDf˜g0ˆÿÿ%`•ph0ˆÿÿXgDf˜ph0ˆÿÿ%`•Øi0ˆÿÿ\gDf˜Øi0ˆÿÿ%`•@k0ˆÿÿ`gDf˜@k0ˆÿÿ%`•¨l0ˆÿÿdgDf˜¨l0ˆÿÿ%`•n0ˆÿÿhgDf˜n0ˆÿÿ%`•P&ˆÿÿlgDf˜P&ˆÿÿ%`•hQ&ˆÿÿpgDf˜hQ&ˆÿÿ%`•ÐR&ˆÿÿtgDf˜ÐR&ˆÿÿ%`•8T&ˆÿÿxgDf˜8T&ˆÿÿ%`• U&ˆÿÿ|gDf˜ U&ˆÿÿ%`•W&ˆÿÿ€gDf˜W&ˆÿÿ%`•pX&ˆÿÿ„gDf˜pX&ˆÿÿ%`•ØY&ˆÿÿˆgDf˜ØY&ˆÿÿ%`•@[&ˆÿÿŒgDf˜@[&ˆÿÿ%`•¨\&ˆÿÿgDf˜¨\&ˆÿÿ%`•^&ˆÿÿ”gDf˜^&ˆÿÿ%`•Έÿÿ˜gDf˜Îˆÿÿ%`•¨ÌˆÿÿœgDf˜¨Ìˆÿÿ%`•@ˈÿÿ gDf˜@ˈÿÿ%`•ØÉˆÿÿ¤gDf˜ØÉˆÿÿ%`•pȈÿÿ¨gDf˜pȈÿÿ%`•Ljÿÿ¬gDf˜Çˆÿÿ%`•8…ˆÿÿ°gDf˜8…ˆÿÿ%`•Ð…ˆÿÿ´gDf˜Ð…ˆÿÿ%`•h…ˆÿÿ¸gDf˜h…ˆÿÿ%`•…ˆÿÿ¼gDf˜…ˆÿÿ%`•À§ˆÿÿÀgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿÄgDf˜hÁ§ˆÿÿ%`•ЧˆÿÿÈgDf˜Ð§ˆÿÿ%`•8ħˆÿÿÌgDf˜8ħˆÿÿ%`• Å§ˆÿÿÐgDf˜ Å§ˆÿÿ%`•ǧˆÿÿÔgDf˜ǧˆÿÿ%`•pȧˆÿÿØgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿÜgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿàgDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿägDf˜¨Ì§ˆÿÿ%`•ΧˆÿÿègDf˜Χˆÿÿ%`•`!ˆÿÿìgDf˜`!ˆÿÿ%`•ha!ˆÿÿðgDf˜ha!ˆÿÿ%`•Ðb!ˆÿÿôgDf˜Ðb!ˆÿÿ%`•…ˆÿÿøìgDf˜…ˆÿÿ%`•¨ …ˆÿÿèügDf˜¨ …ˆÿÿ%`•@ …ˆÿÿäügDf˜@ …ˆÿÿ%`•Ø …ˆÿÿàgDf˜Ø …ˆÿÿ%`•p…ˆÿÿìügDf˜p…ˆÿÿ%`• …ˆÿÿèügDf˜ …ˆÿÿ%`•¨<™ˆÿÿägDf˜¨<™ˆÿÿ%`•>™ˆÿÿðägDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Øi!ˆÿÿgDf˜Øi!ˆÿÿ%`•8d!ˆÿÿgDf˜8d!ˆÿÿ%`•ph!ˆÿÿgDf˜ph!ˆÿÿ%`•@k!ˆÿÿ  gDf˜@k!ˆÿÿ%`• e!ˆÿÿz€gDf˜ e!ˆÿÿ%`•¨l!ˆÿÿ}xgDf˜¨l!ˆÿÿ%`•n!ˆÿÿ}ÜgDf˜n!ˆÿÿ%`•g!ˆÿÿê0gDf˜g!ˆÿÿ%`•…ˆÿÿ누gDf˜…ˆÿÿ%`•'ˆÿÿÔgDf˜'ˆÿÿ%`•…ˆÿÿ gDf˜…ˆÿÿ%`•…ˆÿÿgDf˜…ˆÿÿ%`•Ø …ˆÿÿz<gDf˜Ø …ˆÿÿ%`•…ˆÿÿzˆ gDf˜…ˆÿÿ%`•p…ˆÿÿ{4<gDf˜p…ˆÿÿ%`• …ˆÿÿ{„ gDf˜ …ˆÿÿ%`•¨ …ˆÿÿ|ÔgDf˜¨ …ˆÿÿ%`•@ …ˆÿÿ|ø$gDf˜@ …ˆÿÿ%`•…ˆÿÿ}`gDf˜…ˆÿÿ%`•h…ˆÿÿÔgDf˜h…ˆÿÿ%`•Ð…ˆÿÿø gDf˜Ð…ˆÿÿ%`•8…ˆÿÿáÈ$gDf˜8…ˆÿÿ%`•>™ˆÿÿáø gDf˜>™ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`• ½ˆÿÿâPgDf˜ ½ˆÿÿ%`•h!½ˆÿÿâ ˜gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿí8ügDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿï4ügDf˜8$½ˆÿÿ%`• %½ˆÿÿñ0ügDf˜ %½ˆÿÿ%`•'½ˆÿÿó,ügDf˜'½ˆÿÿ%`•p(½ˆÿÿõ(gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿõ@ügDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ÷<ügDf˜@+½ˆÿÿ%`•¨,½ˆÿÿù8,gDf˜¨,½ˆÿÿ%`•.½ˆÿÿùl°gDf˜.½ˆÿÿ%`•.½ˆÿÿ gDf˜.½ˆÿÿ%`•.½ˆÿÿØügDf˜.½ˆÿÿ%`•¨,½ˆÿÿÔgDf˜¨,½ˆÿÿ%`•@+½ˆÿÿôÀgDf˜@+½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!´gDf˜'ˆÿÿ%`•@+½ˆÿÿÿHgDf˜@+½ˆÿÿ%`•Ø)½ˆÿÿgDf˜Ø)½ˆÿÿ%`•p(½ˆÿÿ4 gDf˜p(½ˆÿÿ%`•p(½ˆÿÿ!¸gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ!¼gDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!ÌgDf˜'ˆÿÿ%`•Ø)½ˆÿÿ!ÐgDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!ägDf˜'ˆÿÿ%`•Ø)½ˆÿÿ!ègDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ!ügDf˜'ˆÿÿ%`•Ø)½ˆÿÿ"gDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"gDf˜'ˆÿÿ%`•Ø)½ˆÿÿ"gDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ"0gDf˜'ˆÿÿ%`•Ø)½ˆÿÿ"4|gDf˜Ø)½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#°gDf˜'ˆÿÿ%`•Ø)½ˆÿÿ gDf˜Ø)½ˆÿÿ%`•Ø)½ˆÿÿz4gDf˜Ø)½ˆÿÿ%`•p(½ˆÿÿzXgDf˜p(½ˆÿÿ%`•@+½ˆÿÿzxgDf˜@+½ˆÿÿ%`•@+½ˆÿÿ#´gDf˜@+½ˆÿÿ%`•p(½ˆÿÿ#¸gDf˜p(½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#ÈgDf˜'ˆÿÿ%`•p(½ˆÿÿ#ÌgDf˜p(½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#àgDf˜'ˆÿÿ%`•p(½ˆÿÿ#ägDf˜p(½ˆÿÿ%`• ½ˆÿÿ#øgDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#ügDf˜'ˆÿÿ%`• ½ˆÿÿ$gDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$gDf˜'ˆÿÿ%`• ½ˆÿÿ$gDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$0gDf˜'ˆÿÿ%`• ½ˆÿÿ$4ŒgDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%ÀgDf˜'ˆÿÿ%`• ½ˆÿÿzHgDf˜ ½ˆÿÿ%`•8$½ˆÿÿ{”gDf˜8$½ˆÿÿ%`•Ð"½ˆÿÿ{´ gDf˜Ð"½ˆÿÿ%`•Ð"½ˆÿÿ%ÄgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ%ÈgDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%ØgDf˜'ˆÿÿ%`•8$½ˆÿÿ%ÜgDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%ðgDf˜'ˆÿÿ%`•8$½ˆÿÿ%ôgDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&gDf˜'ˆÿÿ%`•8$½ˆÿÿ& gDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ& gDf˜'ˆÿÿ%`•8$½ˆÿÿ&$gDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ&<gDf˜'ˆÿÿ%`•8$½ˆÿÿ&@\gDf˜8$½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'œgDf˜'ˆÿÿ%`•8$½ˆÿÿ|ÔgDf˜8$½ˆÿÿ%`•p(½ˆÿÿ|øgDf˜p(½ˆÿÿ%`• ½ˆÿÿ}ôgDf˜ ½ˆÿÿ%`• ½ˆÿÿ' gDf˜ ½ˆÿÿ%`•p(½ˆÿÿ'¤gDf˜p(½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ'¸gDf˜'ˆÿÿ%`•p(½ˆÿÿ'¼<gDf˜p(½ˆÿÿ%`• ½ˆÿÿ'ü gDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)gDf˜'ˆÿÿ%`• ½ˆÿÿz4gDf˜ ½ˆÿÿ%`•p(½ˆÿÿzXgDf˜p(½ˆÿÿ%`•8$½ˆÿÿzxøgDf˜8$½ˆÿÿ%`•8$½ˆÿÿ) gDf˜8$½ˆÿÿ%`•p(½ˆÿÿ)$gDf˜p(½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)8gDf˜'ˆÿÿ%`•p(½ˆÿÿ)<dgDf˜p(½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ* gDf˜'ˆÿÿ%`•p(½ˆÿÿ{pgDf˜p(½ˆÿÿ%`•Ð"½ˆÿÿ|ègDf˜Ð"½ˆÿÿ%`• ½ˆÿÿ~ gDf˜ ½ˆÿÿ%`•8$½ˆÿÿ~gDf˜8$½ˆÿÿ%`•8$½ˆÿÿ*¤gDf˜8$½ˆÿÿ%`• ½ˆÿÿ*¨gDf˜ ½ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*¼gDf˜'ˆÿÿ%`• ½ˆÿÿ*ÀgDf˜ ½ˆÿÿ%`•Ø)½ˆÿÿ*ÄgDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿ*ÈgDf˜@+½ˆÿÿ%`•p(½ˆÿÿ*ÌgDf˜p(½ˆÿÿ%`•Ð"½ˆÿÿ*ÐgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ*ÔgDf˜8$½ˆÿÿ%`•h!½ˆÿÿ*ØgDf˜h!½ˆÿÿ%`• %½ˆÿÿ*ÜgDf˜ %½ˆÿÿ%`•'½ˆÿÿ*àgDf˜'½ˆÿÿ%`•¨,½ˆÿÿ*ägDf˜¨,½ˆÿÿ%`•.½ˆÿÿ*ègDf˜.½ˆÿÿ%`•¨<™ˆÿÿ*ìgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ*ðgDf˜>™ˆÿÿ%`• Èÿÿ*ôgDf˜ Èÿÿ%`•h!Èÿÿ*øgDf˜h!Èÿÿ%`•Ð"Èÿÿ*ügDf˜Ð"Èÿÿ%`•8$Èÿÿ+gDf˜8$Èÿÿ%`• %Èÿÿ+gDf˜ %Èÿÿ%`•'Èÿÿ+gDf˜'Èÿÿ%`•p(Èÿÿ+ gDf˜p(Èÿÿ%`•Ø)Èÿÿ+gDf˜Ø)Èÿÿ%`•@+Èÿÿ+gDf˜@+Èÿÿ%`•¨,Èÿÿ+gDf˜¨,Èÿÿ%`•.Èÿÿ+gDf˜.Èÿÿ%`•0ˆÿÿ+ gDf˜0ˆÿÿ%`•h1ˆÿÿ+$gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ+(gDf˜Ð2ˆÿÿ%`•84ˆÿÿ+,gDf˜84ˆÿÿ%`• 5ˆÿÿ+0gDf˜ 5ˆÿÿ%`•7ˆÿÿ+4gDf˜7ˆÿÿ%`•p8ˆÿÿ+8gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ+<gDf˜Ø9ˆÿÿ%`•@;ˆÿÿ+@gDf˜@;ˆÿÿ%`•¨<ˆÿÿ+DgDf˜¨<ˆÿÿ%`•>ˆÿÿ+HgDf˜>ˆÿÿ%`•кˆÿÿ+LgDf˜Ðºˆÿÿ%`•hѺˆÿÿ+PgDf˜hѺˆÿÿ%`•ÐÒºˆÿÿ+TgDf˜ÐÒºˆÿÿ%`•8Ôºˆÿÿ+XgDf˜8Ôºˆÿÿ%`• Õºˆÿÿ+\gDf˜ Õºˆÿÿ%`•׺ˆÿÿ+`gDf˜׺ˆÿÿ%`•pغˆÿÿ+dgDf˜pغˆÿÿ%`•ØÙºˆÿÿ+hgDf˜ØÙºˆÿÿ%`•@Ûºˆÿÿ+lgDf˜@Ûºˆÿÿ%`•¨Üºˆÿÿ+pgDf˜¨Üºˆÿÿ%`•Þºˆÿÿ+tgDf˜Þºˆÿÿ%`•  ˆÿÿ+xgDf˜  ˆÿÿ%`•h¡ ˆÿÿ+|gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ+€gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ+„gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ+ˆgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ+ŒgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ+gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ+”gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ+˜gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ+œgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ+ gDf˜® ˆÿÿ%`•ðˆÿÿ+¤gDf˜ðˆÿÿ%`•hñˆÿÿ+¨gDf˜hñˆÿÿ%`•Ðòˆÿÿ+¬gDf˜Ðòˆÿÿ%`•8ôˆÿÿ+°gDf˜8ôˆÿÿ%`• õˆÿÿ+´gDf˜ õˆÿÿ%`•÷ˆÿÿ+¸gDf˜÷ˆÿÿ%`•pøˆÿÿ+¼gDf˜pøˆÿÿ%`•Øùˆÿÿ+ÀgDf˜Øùˆÿÿ%`•@ûˆÿÿ+ÄgDf˜@ûˆÿÿ%`•¨üˆÿÿ+ÈgDf˜¨üˆÿÿ%`•þˆÿÿ+ÌgDf˜þˆÿÿ%`• ˆÿÿ+ÐgDf˜ ˆÿÿ%`•h!ˆÿÿ+ÔgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ+ØgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ+ÜgDf˜8$ˆÿÿ%`• %ˆÿÿ+àgDf˜ %ˆÿÿ%`•'ˆÿÿ+ägDf˜'ˆÿÿ%`•p(ˆÿÿ+ègDf˜p(ˆÿÿ%`•Ø)ˆÿÿ+ìgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ+ðgDf˜@+ˆÿÿ%`•¨,ˆÿÿ+ôgDf˜¨,ˆÿÿ%`•.ˆÿÿ+øgDf˜.ˆÿÿ%`• &ˆÿÿ,gDf˜ &ˆÿÿ%`•h!&ˆÿÿ,gDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ,gDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ, gDf˜8$&ˆÿÿ%`• %&ˆÿÿ,gDf˜ %&ˆÿÿ%`•'&ˆÿÿ,gDf˜'&ˆÿÿ%`•p(&ˆÿÿ,gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ,gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ, gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ,$gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ,(gDf˜.&ˆÿÿ%`• ,ˆÿÿ,,gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ,0gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ,4gDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ,8gDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ,<gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ,@gDf˜§,ˆÿÿ%`•p¨,ˆÿÿ,DgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ,HgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ,LgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ,PgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿ,TgDf˜®,ˆÿÿ%`•Ðîˆÿÿ,XgDf˜Ðîˆÿÿ%`•hÑîˆÿÿ,\gDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ,`gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ,dgDf˜8Ôîˆÿÿ%`• Õîˆÿÿ,hgDf˜ Õîˆÿÿ%`•×îˆÿÿ,lgDf˜×îˆÿÿ%`•pØîˆÿÿ,pgDf˜pØîˆÿÿ%`•ØÙîˆÿÿ,tgDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ,xgDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ,|gDf˜¨Üîˆÿÿ%`•Þîˆÿÿ,€gDf˜Þîˆÿÿ%`•`Mˆÿÿ,„gDf˜`Mˆÿÿ%`•haMˆÿÿ,ˆgDf˜haMˆÿÿ%`•ÐbMˆÿÿ,ŒgDf˜ÐbMˆÿÿ%`•8dMˆÿÿ,gDf˜8dMˆÿÿ%`• eMˆÿÿ,”gDf˜ eMˆÿÿ%`•gMˆÿÿ,˜gDf˜gMˆÿÿ%`•phMˆÿÿ,œgDf˜phMˆÿÿ%`•ØiMˆÿÿ, gDf˜ØiMˆÿÿ%`•@kMˆÿÿ,¤gDf˜@kMˆÿÿ%`•¨lMˆÿÿ,¨gDf˜¨lMˆÿÿ%`•nMˆÿÿ,¬gDf˜nMˆÿÿ%`•à6ˆÿÿ,°gDf˜à6ˆÿÿ%`•há6ˆÿÿ,´gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ,¸gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ,¼gDf˜8ä6ˆÿÿ%`• å6ˆÿÿ,ÀgDf˜ å6ˆÿÿ%`•ç6ˆÿÿ,ÄgDf˜ç6ˆÿÿ%`•pè6ˆÿÿ,ÈgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ,ÌgDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ,ÐgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ,ÔgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ,ØgDf˜î6ˆÿÿ%`• ˆÿÿ,ÜgDf˜ ˆÿÿ%`•h!ˆÿÿ,àgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ,ägDf˜Ð"ˆÿÿ%`•8$ˆÿÿ,ègDf˜8$ˆÿÿ%`• %ˆÿÿ,ìgDf˜ %ˆÿÿ%`•'ˆÿÿ,ðgDf˜'ˆÿÿ%`•p(ˆÿÿ,ôgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ,øgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ,ügDf˜@+ˆÿÿ%`•¨,ˆÿÿ-gDf˜¨,ˆÿÿ%`•.ˆÿÿ-gDf˜.ˆÿÿ%`•@ˆÿÿ-gDf˜@ˆÿÿ%`•hAˆÿÿ- gDf˜hAˆÿÿ%`•ÐBˆÿÿ-gDf˜ÐBˆÿÿ%`•8Dˆÿÿ-gDf˜8Dˆÿÿ%`• Eˆÿÿ-gDf˜ Eˆÿÿ%`•Gˆÿÿ-gDf˜Gˆÿÿ%`•pHˆÿÿ- gDf˜pHˆÿÿ%`•ØIˆÿÿ-$gDf˜ØIˆÿÿ%`•@Kˆÿÿ-(gDf˜@Kˆÿÿ%`•¨Lˆÿÿ-,gDf˜¨Lˆÿÿ%`•Nˆÿÿ-0gDf˜Nˆÿÿ%`•@ˆÿÿ-4gDf˜@ˆÿÿ%`•hAˆÿÿ-8gDf˜hAˆÿÿ%`•ÐBˆÿÿ-<gDf˜ÐBˆÿÿ%`• Eˆÿÿ-@ügDf˜ Eˆÿÿ%`•Gˆÿÿ/<ÄgDf˜Gˆÿÿ%`•pHˆÿÿ0ügDf˜pHˆÿÿ%`•ØIˆÿÿ2ügDf˜ØIˆÿÿ%`•@Kˆÿÿ3ügDf˜@Kˆÿÿ%`•¨Lˆÿÿ4ügDf˜¨Lˆÿÿ%`•Nˆÿÿ6ügDf˜Nˆÿÿ%`•>™ˆÿÿ8gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8 øgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:gDf˜'ˆÿÿ%`•8DˆÿÿìˆgDf˜8Dˆÿÿ%`•8Dˆÿÿ gDf˜8Dˆÿÿ%`•8Dˆÿÿ:gDf˜8Dˆÿÿ%`•@Kˆÿÿ: „gDf˜@Kˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ:gDf˜'ˆÿÿ%`•@Kˆÿÿ:”ŒgDf˜@Kˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ; gDf˜'ˆÿÿ%`•@Kˆÿÿ;$ gDf˜@Kˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;DgDf˜'ˆÿÿ%`•@Kˆÿÿ;H\gDf˜@Kˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;¤gDf˜'ˆÿÿ%`•@KˆÿÿìxgDf˜@Kˆÿÿ%`•¨Lˆÿÿ7ôgDf˜¨Lˆÿÿ%`•Nˆÿÿ8ø gDf˜Nˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`•Nˆÿÿ;¨gDf˜Nˆÿÿ%`•¨Lˆÿÿ;¬gDf˜¨Lˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;ÈgDf˜'ˆÿÿ%`•¨Lˆÿÿ;Ì gDf˜¨Lˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ;ìgDf˜'ˆÿÿ%`•¨Lˆÿÿ;ðgDf˜¨Lˆÿÿ%`•¨Lˆÿÿ;ôgDf˜¨Lˆÿÿ%`•¨Lˆÿÿ;øgDf˜¨Lˆÿÿ%`•¨Lˆÿÿ;ügDf˜¨Lˆÿÿ%`•¨Lˆÿÿ<gDf˜¨Lˆÿÿ%`•¨Lˆÿÿ<gDf˜¨Lˆÿÿ%`•¨Lˆÿÿ<gDf˜¨Lˆÿÿ%`•ØIˆÿÿ<gDf˜ØIˆÿÿ%`•Nˆÿÿ<gDf˜Nˆÿÿ%`•@Kˆÿÿ<gDf˜@Kˆÿÿ%`•@Kˆÿÿ<gDf˜@Kˆÿÿ%`•Nˆÿÿ< gDf˜Nˆÿÿ%`•ØIˆÿÿ<$gDf˜ØIˆÿÿ%`•¨Lˆÿÿ<(gDf˜¨Lˆÿÿ%`•8Dˆÿÿ<,gDf˜8Dˆÿÿ%`•pHˆÿÿ<0gDf˜pHˆÿÿ%`•Gˆÿÿ<4gDf˜Gˆÿÿ%`• Eˆÿÿ<8gDf˜ Eˆÿÿ%`•ÐBˆÿÿ<<gDf˜ÐBˆÿÿ%`•hAˆÿÿ<@gDf˜hAˆÿÿ%`•@ˆÿÿ™ˆÿÿ™ˆÿÿ%`•+ˆÿÿ™ˆÿÿ<€gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<„gDf˜¨<™ˆÿÿ%`•À2ˆÿÿ<ˆgDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ<ŒgDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿ<gDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ<”gDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ<˜gDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ<œgDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ< gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ<¤gDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ<¨gDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ<¬gDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿ<°gDf˜Î2ˆÿÿ%`• ˆÿÿ<´gDf˜ ˆÿÿ%`•h!ˆÿÿ<¸gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ<¼gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ<ÀgDf˜8$ˆÿÿ%`• %ˆÿÿ<ÄgDf˜ %ˆÿÿ%`•'ˆÿÿ<ÈgDf˜'ˆÿÿ%`•p(ˆÿÿ<ÌgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ<ÐgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ<ÔgDf˜@+ˆÿÿ%`•¨,ˆÿÿ<ØgDf˜¨,ˆÿÿ%`•.ˆÿÿ<ÜgDf˜.ˆÿÿ%`•ð,ˆÿÿ<àgDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ<ägDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ<ègDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ<ìgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ<ðgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ<ôgDf˜÷,ˆÿÿ%`•pø,ˆÿÿ<øgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ<ügDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ=gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ=gDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ=gDf˜þ,ˆÿÿ%`•€%ˆÿÿ= gDf˜€%ˆÿÿ%`•h%ˆÿÿ=gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿ=gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿ=gDf˜8„%ˆÿÿ%`• …%ˆÿÿ=gDf˜ …%ˆÿÿ%`•‡%ˆÿÿ= gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ=$gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ=(gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ=,gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ=0gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ=4gDf˜Ž%ˆÿÿ%`•pˆÿÿ=8gDf˜pˆÿÿ%`•hqˆÿÿ=<gDf˜hqˆÿÿ%`•Ðrˆÿÿ=@gDf˜Ðrˆÿÿ%`•8tˆÿÿ=DgDf˜8tˆÿÿ%`• uˆÿÿ=HgDf˜ uˆÿÿ%`•wˆÿÿ=LgDf˜wˆÿÿ%`•pxˆÿÿ=PgDf˜pxˆÿÿ%`•Øyˆÿÿ=TgDf˜Øyˆÿÿ%`•@{ˆÿÿ=XgDf˜@{ˆÿÿ%`•¨|ˆÿÿ=\gDf˜¨|ˆÿÿ%`•~ˆÿÿ=`gDf˜~ˆÿÿ%`•¨<™ˆÿÿ=dgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ=hgDf˜>™ˆÿÿ%`•h%ˆÿÿ=lgDf˜h%ˆÿÿ%`•€%ˆÿÿ=pgDf˜€%ˆÿÿ%`•+ˆÿÿ=tgDf˜+ˆÿÿ%`•h‘+ˆÿÿ=xgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ=|gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ=€gDf˜8”+ˆÿÿ%`• •+ˆÿÿ=„gDf˜ •+ˆÿÿ%`•—+ˆÿÿ=ˆgDf˜—+ˆÿÿ%`•p˜+ˆÿÿ=ŒgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ=gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ=”gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ=˜gDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ=œgDf˜ž+ˆÿÿ%`•ðˆÿÿ= gDf˜ðˆÿÿ%`•hñˆÿÿ=¤gDf˜hñˆÿÿ%`•Ðòˆÿÿ=¨gDf˜Ðòˆÿÿ%`•8ôˆÿÿ=¬gDf˜8ôˆÿÿ%`• õˆÿÿ=°gDf˜ õˆÿÿ%`•÷ˆÿÿ=´gDf˜÷ˆÿÿ%`•pøˆÿÿ=¸gDf˜pøˆÿÿ%`•Øùˆÿÿ=¼gDf˜Øùˆÿÿ%`•@ûˆÿÿ=ÀgDf˜@ûˆÿÿ%`•¨üˆÿÿ=ÄgDf˜¨üˆÿÿ%`•þˆÿÿ=ÈgDf˜þˆÿÿ%`•PÚˆÿÿ=ÌgDf˜PÚˆÿÿ%`•hQÚˆÿÿ=ÐgDf˜hQÚˆÿÿ%`•ÐRÚˆÿÿ=ÔgDf˜ÐRÚˆÿÿ%`•8TÚˆÿÿ=ØgDf˜8TÚˆÿÿ%`• UÚˆÿÿ=ÜgDf˜ UÚˆÿÿ%`•WÚˆÿÿ=àgDf˜WÚˆÿÿ%`•pXÚˆÿÿ=ägDf˜pXÚˆÿÿ%`•ØYÚˆÿÿ=ègDf˜ØYÚˆÿÿ%`•@[Úˆÿÿ=ìgDf˜@[Úˆÿÿ%`•¨\Úˆÿÿ=ðgDf˜¨\Úˆÿÿ%`•^Úˆÿÿ=ôgDf˜^Úˆÿÿ%`• Åˆÿÿ=øgDf˜ Åˆÿÿ%`•h¡Åˆÿÿ=ügDf˜h¡Åˆÿÿ%`•Тňÿÿ>gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ>gDf˜8¤Åˆÿÿ%`• ¥Åˆÿÿ>gDf˜ ¥Åˆÿÿ%`•§Åˆÿÿ> gDf˜§Åˆÿÿ%`•p¨Åˆÿÿ>gDf˜p¨Åˆÿÿ%`•ةňÿÿ>gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ>gDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ>gDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ> gDf˜®Åˆÿÿ%`•9 ˆÿÿ>$gDf˜9 ˆÿÿ%`•h9 ˆÿÿ>(gDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ>,gDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ>0gDf˜89 ˆÿÿ%`• 9 ˆÿÿ>4gDf˜ 9 ˆÿÿ%`•9 ˆÿÿ>8gDf˜9 ˆÿÿ%`•p9 ˆÿÿ><gDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ>@gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ>DgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ>HgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ>LgDf˜9 ˆÿÿ%`•0#ˆÿÿ>PgDf˜0#ˆÿÿ%`•h1#ˆÿÿ>TgDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿ>XgDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ>\gDf˜84#ˆÿÿ%`• 5#ˆÿÿ>`gDf˜ 5#ˆÿÿ%`•7#ˆÿÿ>dgDf˜7#ˆÿÿ%`•p8#ˆÿÿ>hgDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿ>lgDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿ>pgDf˜@;#ˆÿÿ%`•¨<#ˆÿÿ>tgDf˜¨<#ˆÿÿ%`•>#ˆÿÿ>xgDf˜>#ˆÿÿ%`•à™ˆÿÿ>|gDf˜à™ˆÿÿ%`•hᙈÿÿ>€gDf˜hᙈÿÿ%`•Ð♈ÿÿ>„gDf˜Ð♈ÿÿ%`•8䙈ÿÿ>ˆgDf˜8䙈ÿÿ%`• å™ˆÿÿ>ŒgDf˜ å™ˆÿÿ%`•癈ÿÿ>gDf˜ç™ˆÿÿ%`•p虈ÿÿ>”gDf˜p虈ÿÿ%`•Øé™ˆÿÿ>˜gDf˜Øé™ˆÿÿ%`•@뙈ÿÿ>œgDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ> gDf˜¨ì™ˆÿÿ%`•ÿÿ>¤gDf˜î™ˆÿÿ%`•ÐȈÿÿ>¨gDf˜ÐȈÿÿ%`•hÑȈÿÿ>¬gDf˜hÑȈÿÿ%`•ÐÒȈÿÿ>°gDf˜ÐÒȈÿÿ%`•8ÔȈÿÿ>´gDf˜8ÔȈÿÿ%`• ÕȈÿÿ>¸gDf˜ ÕȈÿÿ%`•×Ȉÿÿ>¼gDf˜×Ȉÿÿ%`•pØÈˆÿÿ>ÀgDf˜pØÈˆÿÿ%`•ØÙȈÿÿ>ÄgDf˜ØÙȈÿÿ%`•@ÛȈÿÿ>ÈgDf˜@ÛȈÿÿ%`•¨ÜȈÿÿ>ÌgDf˜¨ÜȈÿÿ%`•ÞȈÿÿ>ÐgDf˜ÞȈÿÿ%`•Ð@ ˆÿÿ>ÔgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ>ØgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ>ÜgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ>àgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ>ägDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ>ègDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ>ìgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ>ðgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ>ôgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ>øgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ>ügDf˜Þ@ ˆÿÿ%`•Ð1ˆÿÿ?gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ?gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ?gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ? gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ?gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ?gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ?gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ?gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ? gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ?$gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ?(gDf˜Þ1ˆÿÿ%`•@ ˆÿÿ?,gDf˜@ ˆÿÿ%`•hA ˆÿÿ?0gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ?4gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ?8gDf˜8D ˆÿÿ%`• E ˆÿÿ?<gDf˜ E ˆÿÿ%`•G ˆÿÿ?@gDf˜G ˆÿÿ%`•pH ˆÿÿ?DgDf˜pH ˆÿÿ%`•ØI ˆÿÿ?HgDf˜ØI ˆÿÿ%`•@K ˆÿÿ?LgDf˜@K ˆÿÿ%`•¨L ˆÿÿ?PgDf˜¨L ˆÿÿ%`•N ˆÿÿ?TgDf˜N ˆÿÿ%`•À*ˆÿÿ?XgDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ?\gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ?`gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ?dgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ?hgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ?lgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ?pgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ?tgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ?xgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ?|gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ?€gDf˜Î*ˆÿÿ%`•>™ˆÿÿ?„gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ?ˆgDf˜¨<™ˆÿÿ%`•Тňÿÿ?ŒgDf˜Ð¢Åˆÿÿ%`•h¡Åˆÿÿ?gDf˜h¡Åˆÿÿ%`• Åˆÿÿ?”gDf˜ Åˆÿÿ%`•ðˆÿÿ?˜gDf˜ðˆÿÿ%`•hñˆÿÿ?œgDf˜hñˆÿÿ%`•Ðòˆÿÿ? gDf˜Ðòˆÿÿ%`•8ôˆÿÿ?¤gDf˜8ôˆÿÿ%`• õˆÿÿ?¨gDf˜ õˆÿÿ%`•÷ˆÿÿ?¬gDf˜÷ˆÿÿ%`•pøˆÿÿ?°gDf˜pøˆÿÿ%`•Øùˆÿÿ?´gDf˜Øùˆÿÿ%`•@ûˆÿÿ?¸gDf˜@ûˆÿÿ%`•¨üˆÿÿ?¼gDf˜¨üˆÿÿ%`•þˆÿÿ?ÀgDf˜þˆÿÿ%`•Ð7ˆÿÿ?ÄgDf˜Ð7ˆÿÿ%`•hÑ7ˆÿÿ?ÈgDf˜hÑ7ˆÿÿ%`•ÐÒ7ˆÿÿ?ÌgDf˜ÐÒ7ˆÿÿ%`•8Ô7ˆÿÿ?ÐgDf˜8Ô7ˆÿÿ%`• Õ7ˆÿÿ?ÔgDf˜ Õ7ˆÿÿ%`•×7ˆÿÿ?ØgDf˜×7ˆÿÿ%`•pØ7ˆÿÿ?ÜgDf˜pØ7ˆÿÿ%`•ØÙ7ˆÿÿ?àgDf˜ØÙ7ˆÿÿ%`•@Û7ˆÿÿ?ägDf˜@Û7ˆÿÿ%`•¨Ü7ˆÿÿ?ègDf˜¨Ü7ˆÿÿ%`•Þ7ˆÿÿ?ìgDf˜Þ7ˆÿÿ%`•`´ˆÿÿ?ðgDf˜`´ˆÿÿ%`•ha´ˆÿÿ?ôgDf˜ha´ˆÿÿ%`•Ðb´ˆÿÿ?øgDf˜Ðb´ˆÿÿ%`•8d´ˆÿÿ?ügDf˜8d´ˆÿÿ%`• e´ˆÿÿ@gDf˜ e´ˆÿÿ%`•g´ˆÿÿ@gDf˜g´ˆÿÿ%`•ph´ˆÿÿ@gDf˜ph´ˆÿÿ%`•Øi´ˆÿÿ@ gDf˜Øi´ˆÿÿ%`•@k´ˆÿÿ@gDf˜@k´ˆÿÿ%`•¨l´ˆÿÿ@gDf˜¨l´ˆÿÿ%`•n´ˆÿÿ@gDf˜n´ˆÿÿ%`•®Åˆÿÿ@ gDf˜®Åˆÿÿ%`•¨¬Åˆÿÿ@$gDf˜¨¬Åˆÿÿ%`•@«Åˆÿÿ@(gDf˜@«Åˆÿÿ%`•ةňÿÿ@,gDf˜Ø©Åˆÿÿ%`•p¨Åˆÿÿ@0gDf˜p¨Åˆÿÿ%`•§Åˆÿÿ@4gDf˜§Åˆÿÿ%`• ¥Åˆÿÿ@8gDf˜ ¥Åˆÿÿ%`•8¤Åˆÿÿ@<gDf˜8¤Åˆÿÿ%`•9 ˆÿÿ@@gDf˜9 ˆÿÿ%`•h9 ˆÿÿ@DgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿ@HgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿ@LgDf˜89 ˆÿÿ%`• 9 ˆÿÿ@PgDf˜ 9 ˆÿÿ%`•9 ˆÿÿ@TgDf˜9 ˆÿÿ%`•p9 ˆÿÿ@XgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿ@\gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿ@`gDf˜@9 ˆÿÿ%`•¨9 ˆÿÿ@dgDf˜¨9 ˆÿÿ%`•9 ˆÿÿ@hgDf˜9 ˆÿÿ%`•01ˆÿÿ@lgDf˜01ˆÿÿ%`•h11ˆÿÿ@pgDf˜h11ˆÿÿ%`•Ð21ˆÿÿ@tgDf˜Ð21ˆÿÿ%`•841ˆÿÿ@xgDf˜841ˆÿÿ%`• 51ˆÿÿ@|gDf˜ 51ˆÿÿ%`•71ˆÿÿ@€gDf˜71ˆÿÿ%`•p81ˆÿÿ@„gDf˜p81ˆÿÿ%`•Ø91ˆÿÿ@ˆgDf˜Ø91ˆÿÿ%`•@;1ˆÿÿ@ŒgDf˜@;1ˆÿÿ%`•¨<1ˆÿÿ@gDf˜¨<1ˆÿÿ%`•>1ˆÿÿ@”gDf˜>1ˆÿÿ%`•€…ˆÿÿ@˜gDf˜€…ˆÿÿ%`•h…ˆÿÿ@œgDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ@ gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ@¤gDf˜8„…ˆÿÿ%`• ……ˆÿÿ@¨gDf˜ ……ˆÿÿ%`•‡…ˆÿÿ@¬gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ@°gDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ@´gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ@¸gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ@¼gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ@ÀgDf˜Ž…ˆÿÿ%`•Žˆÿÿ@ÄgDf˜Žˆÿÿ%`•hŽˆÿÿ@ÈgDf˜hŽˆÿÿ%`•ÐŽˆÿÿ@ÌgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ@ÐgDf˜8Žˆÿÿ%`• Žˆÿÿ@ÔgDf˜ Žˆÿÿ%`•Žˆÿÿ@ØgDf˜Žˆÿÿ%`•pŽˆÿÿ@ÜgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ@àgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ@ägDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ@ègDf˜¨ Žˆÿÿ%`•Žˆÿÿ@ìgDf˜Žˆÿÿ%`•)ˆÿÿ@ðgDf˜)ˆÿÿ%`•h)ˆÿÿ@ôgDf˜h)ˆÿÿ%`•Ð)ˆÿÿ@øgDf˜Ð)ˆÿÿ%`•8)ˆÿÿ@ügDf˜8)ˆÿÿ%`• )ˆÿÿAgDf˜ )ˆÿÿ%`•)ˆÿÿAgDf˜)ˆÿÿ%`•p)ˆÿÿAgDf˜p)ˆÿÿ%`•Ø)ˆÿÿA gDf˜Ø)ˆÿÿ%`•@)ˆÿÿAgDf˜@)ˆÿÿ%`•¨)ˆÿÿAgDf˜¨)ˆÿÿ%`•)ˆÿÿAgDf˜)ˆÿÿ%`• ˆÿÿAgDf˜ ˆÿÿ%`•h!ˆÿÿA gDf˜h!ˆÿÿ%`•Ð"ˆÿÿA$gDf˜Ð"ˆÿÿ%`•8$ˆÿÿA(gDf˜8$ˆÿÿ%`• %ˆÿÿA,gDf˜ %ˆÿÿ%`•'ˆÿÿA0gDf˜'ˆÿÿ%`•p(ˆÿÿA4gDf˜p(ˆÿÿ%`•Ø)ˆÿÿA8gDf˜Ø)ˆÿÿ%`•@+ˆÿÿA<gDf˜@+ˆÿÿ%`•¨,ˆÿÿA@gDf˜¨,ˆÿÿ%`•.ˆÿÿADgDf˜.ˆÿÿ%`•¨Ü1ˆÿÿAHgDf˜¨Ü1ˆÿÿ%`•@Û1ˆÿÿALgDf˜@Û1ˆÿÿ%`•ØÙ1ˆÿÿAPgDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿATgDf˜pØ1ˆÿÿ%`•×1ˆÿÿAXgDf˜×1ˆÿÿ%`• Õ1ˆÿÿA\gDf˜ Õ1ˆÿÿ%`•8Ô1ˆÿÿA`gDf˜8Ô1ˆÿÿ%`•ÐÒ1ˆÿÿAdgDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿAhgDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿAlgDf˜Ð1ˆÿÿ%`•°GˆÿÿApgDf˜°Gˆÿÿ%`•h±GˆÿÿAtgDf˜h±Gˆÿÿ%`•вGˆÿÿAxgDf˜Ð²Gˆÿÿ%`•8´GˆÿÿA|gDf˜8´Gˆÿÿ%`• µGˆÿÿA€gDf˜ µGˆÿÿ%`•·GˆÿÿA„gDf˜·Gˆÿÿ%`•p¸GˆÿÿAˆgDf˜p¸Gˆÿÿ%`•عGˆÿÿAŒgDf˜Ø¹Gˆÿÿ%`•@»GˆÿÿAgDf˜@»Gˆÿÿ%`•¨¼GˆÿÿA”gDf˜¨¼Gˆÿÿ%`•¾GˆÿÿA˜gDf˜¾Gˆÿÿ%`•оˆÿÿAœgDf˜Ð¾ˆÿÿ%`•hѾˆÿÿA gDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿA¤gDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿA¨gDf˜8Ô¾ˆÿÿ%`• Õ¾ˆÿÿA¬gDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿA°gDf˜×¾ˆÿÿ%`•pؾˆÿÿA´gDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿA¸gDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿA¼gDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿAÀgDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿAÄgDf˜Þ¾ˆÿÿ%`•Þ1ˆÿÿAÈgDf˜Þ1ˆÿÿ%`•¨<™ˆÿÿAÌgDf˜¨<™ˆÿÿ%`•>™ˆÿÿAÐgDf˜>™ˆÿÿ%`• ÅˆÿÿAÔgDf˜ Åˆÿÿ%`•h¡ÅˆÿÿAØgDf˜h¡Åˆÿÿ%`•ТňÿÿAÜgDf˜Ð¢Åˆÿÿ%`•8ôˆÿÿAàgDf˜8ôˆÿÿ%`•ÐòˆÿÿAägDf˜Ðòˆÿÿ%`•hñˆÿÿAègDf˜hñˆÿÿ%`•ðˆÿÿAìgDf˜ðˆÿÿ%`•OˆÿÿAðgDf˜Oˆÿÿ%`•h‘OˆÿÿAôgDf˜h‘Oˆÿÿ%`•Ð’OˆÿÿAøgDf˜Ð’Oˆÿÿ%`•8”OˆÿÿAügDf˜8”Oˆÿÿ%`• •OˆÿÿBgDf˜ •Oˆÿÿ%`•—OˆÿÿBgDf˜—Oˆÿÿ%`•p˜OˆÿÿBgDf˜p˜Oˆÿÿ%`•Ø™OˆÿÿB gDf˜Ø™Oˆÿÿ%`•@›OˆÿÿBgDf˜@›Oˆÿÿ%`•¨œOˆÿÿBgDf˜¨œOˆÿÿ%`•žOˆÿÿBgDf˜žOˆÿÿ%`•À¥ˆÿÿBgDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿB gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿB$gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿB(gDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿB,gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿB0gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿB4gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿB8gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿB<gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿB@gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿBDgDf˜Î¥ˆÿÿ%`•þˆÿÿBHgDf˜þˆÿÿ%`•¨üˆÿÿBLgDf˜¨üˆÿÿ%`•@ûˆÿÿBPgDf˜@ûˆÿÿ%`•ØùˆÿÿBTgDf˜Øùˆÿÿ%`•pøˆÿÿBXgDf˜pøˆÿÿ%`•÷ˆÿÿB\gDf˜÷ˆÿÿ%`• õˆÿÿB`gDf˜ õˆÿÿ%`•@«ÅˆÿÿBdgDf˜@«Åˆÿÿ%`•¨¬ÅˆÿÿBhgDf˜¨¬Åˆÿÿ%`•®ÅˆÿÿBlgDf˜®Åˆÿÿ%`•ЈÿÿBpgDf˜Ðˆÿÿ%`•hшÿÿBtgDf˜hшÿÿ%`•ÐÒˆÿÿBxgDf˜ÐÒˆÿÿ%`•8ÔˆÿÿB|gDf˜8Ôˆÿÿ%`• ÕˆÿÿB€gDf˜ Õˆÿÿ%`•׈ÿÿB„gDf˜×ˆÿÿ%`•p؈ÿÿBˆgDf˜p؈ÿÿ%`•ØÙˆÿÿBŒgDf˜ØÙˆÿÿ%`•@ÛˆÿÿBgDf˜@Ûˆÿÿ%`•¨ÜˆÿÿB”gDf˜¨Üˆÿÿ%`•ÞˆÿÿB˜gDf˜Þˆÿÿ%`•€%ˆÿÿBœgDf˜€%ˆÿÿ%`•h%ˆÿÿB gDf˜h%ˆÿÿ%`•Ђ%ˆÿÿB¤gDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿB¨gDf˜8„%ˆÿÿ%`• …%ˆÿÿB¬gDf˜ …%ˆÿÿ%`•‡%ˆÿÿB°gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿB´gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿB¸gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿB¼gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿBÀgDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿBÄgDf˜Ž%ˆÿÿ%`•8¤ÅˆÿÿBÈgDf˜8¤Åˆÿÿ%`• ¥ÅˆÿÿBÌgDf˜ ¥Åˆÿÿ%`•§ÅˆÿÿBÐgDf˜§Åˆÿÿ%`•p¨ÅˆÿÿBÔgDf˜p¨Åˆÿÿ%`•ةňÿÿBØgDf˜Ø©Åˆÿÿ%`• ……ˆÿÿBÜgDf˜ ……ˆÿÿ%`•8„…ˆÿÿBàgDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿBägDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿBègDf˜h…ˆÿÿ%`•€…ˆÿÿBìgDf˜€…ˆÿÿ%`•9 ˆÿÿBðgDf˜9 ˆÿÿ%`•h9 ˆÿÿBôgDf˜h9 ˆÿÿ%`•Ð9 ˆÿÿBøgDf˜Ð9 ˆÿÿ%`•89 ˆÿÿBügDf˜89 ˆÿÿ%`• 9 ˆÿÿCgDf˜ 9 ˆÿÿ%`•9 ˆÿÿCgDf˜9 ˆÿÿ%`•p9 ˆÿÿCgDf˜p9 ˆÿÿ%`•Ø9 ˆÿÿC gDf˜Ø9 ˆÿÿ%`•@9 ˆÿÿCgDf˜@9 ˆÿÿ%`•¨9 ˆÿÿCgDf˜¨9 ˆÿÿ%`•9 ˆÿÿCgDf˜9 ˆÿÿ%`•0#ˆÿÿCgDf˜0#ˆÿÿ%`•h1#ˆÿÿC gDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿC$gDf˜Ð2#ˆÿÿ%`•84#ˆÿÿC(gDf˜84#ˆÿÿ%`• 5#ˆÿÿC,gDf˜ 5#ˆÿÿ%`•7#ˆÿÿC0gDf˜7#ˆÿÿ%`•p8#ˆÿÿC4gDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿC8gDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿC<gDf˜@;#ˆÿÿ%`•¨<#ˆÿÿC@gDf˜¨<#ˆÿÿ%`•>#ˆÿÿCDgDf˜>#ˆÿÿ%`•Ž…ˆÿÿCHgDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿCLgDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿCPgDf˜@‹…ˆÿÿ%`•؉…ˆÿÿCTgDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿCXgDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿC\gDf˜‡…ˆÿÿ%`•8$ˆÿÿC`gDf˜8$ˆÿÿ%`•Ð"ˆÿÿCdgDf˜Ð"ˆÿÿ%`•h!ˆÿÿChgDf˜h!ˆÿÿ%`• ˆÿÿClgDf˜ ˆÿÿ%`• ‘ˆÿÿCpgDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿCtgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿCxgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿC|gDf˜8$‘ˆÿÿ%`• %‘ˆÿÿC€gDf˜ %‘ˆÿÿ%`•'‘ˆÿÿC„gDf˜'‘ˆÿÿ%`•p(‘ˆÿÿCˆgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿCŒgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿCgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿC”gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿC˜gDf˜.‘ˆÿÿ%`•…ˆÿÿCœgDf˜…ˆÿÿ%`•h‘…ˆÿÿC gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿC¤gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿC¨gDf˜8”…ˆÿÿ%`• •…ˆÿÿC¬gDf˜ •…ˆÿÿ%`•—…ˆÿÿC°gDf˜—…ˆÿÿ%`•p˜…ˆÿÿC´gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿC¸gDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿC¼gDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿCÀgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿCÄgDf˜ž…ˆÿÿ%`•.ˆÿÿCÈgDf˜.ˆÿÿ%`•¨,ˆÿÿCÌgDf˜¨,ˆÿÿ%`•@+ˆÿÿCÐgDf˜@+ˆÿÿ%`•Ø)ˆÿÿCÔgDf˜Ø)ˆÿÿ%`•p(ˆÿÿCØgDf˜p(ˆÿÿ%`•'ˆÿÿCÜgDf˜'ˆÿÿ%`• %ˆÿÿCàgDf˜ %ˆÿÿ%`•Ð1ˆÿÿ¤gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ¨gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ¬gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ°gDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ´gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ¸gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ¼gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿÀgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿÄgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿÈgDf˜¨Ü1ˆÿÿ%`•8Ô¾ˆÿÿÌgDf˜8Ô¾ˆÿÿ%`•ÐÒ¾ˆÿÿÔgDf˜ÐÒ¾ˆÿÿ%`•hѾˆÿÿØgDf˜hѾˆÿÿ%`•оˆÿÿÜgDf˜Ð¾ˆÿÿ%`•PˆÿÿàgDf˜Pˆÿÿ%`•hQˆÿÿägDf˜hQˆÿÿ%`•ÐRˆÿÿègDf˜ÐRˆÿÿ%`•8TˆÿÿìgDf˜8Tˆÿÿ%`• UˆÿÿðgDf˜ Uˆÿÿ%`•WˆÿÿôgDf˜Wˆÿÿ%`•pXˆÿÿøgDf˜pXˆÿÿ%`•ØYˆÿÿügDf˜ØYˆÿÿ%`•@[ˆÿÿgDf˜@[ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•Þ¾ˆÿÿ gDf˜Þ¾ˆÿÿ%`•¨Ü¾ˆÿÿgDf˜¨Ü¾ˆÿÿ%`•@Û¾ˆÿÿgDf˜@Û¾ˆÿÿ%`•ØÙ¾ˆÿÿgDf˜ØÙ¾ˆÿÿ%`•pؾˆÿÿgDf˜pؾˆÿÿ%`•×¾ˆÿÿ gDf˜×¾ˆÿÿ%`• Õ¾ˆÿÿ$gDf˜ Õ¾ˆÿÿ%`•Þ1ˆÿÿ(gDf˜Þ1ˆÿÿ%`•>™ˆÿÿ,gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•Тňÿÿ4gDf˜Ð¢Åˆÿÿ%`•h¡Åˆÿÿ8gDf˜h¡Åˆÿÿ%`• Åˆÿÿ<gDf˜ Åˆÿÿ%`•ðˆÿÿ@gDf˜ðˆÿÿ%`•hñˆÿÿDgDf˜hñˆÿÿ%`•ÐòˆÿÿHgDf˜Ðòˆÿÿ%`•8ôˆÿÿLgDf˜8ôˆÿÿ%`•8Ä¥ˆÿÿPgDf˜8Ä¥ˆÿÿ%`•ÐÂ¥ˆÿÿTgDf˜ÐÂ¥ˆÿÿ%`•hÁ¥ˆÿÿXgDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ\gDf˜À¥ˆÿÿ%`•À*ˆÿÿ`gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿdgDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿhgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿlgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿpgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿtgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿxgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ|gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ€gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ„gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿˆgDf˜Î*ˆÿÿ%`•Î¥ˆÿÿŒgDf˜Î¥ˆÿÿ%`•¨Ì¥ˆÿÿgDf˜¨Ì¥ˆÿÿ%`•@Ë¥ˆÿÿ”gDf˜@Ë¥ˆÿÿ%`•ØÉ¥ˆÿÿ˜gDf˜ØÉ¥ˆÿÿ%`•pÈ¥ˆÿÿœgDf˜pÈ¥ˆÿÿ%`•Ç¥ˆÿÿ gDf˜Ç¥ˆÿÿ%`• Å¥ˆÿÿ¤gDf˜ Å¥ˆÿÿ%`• õˆÿÿ¨gDf˜ õˆÿÿ%`•÷ˆÿÿ¬gDf˜÷ˆÿÿ%`•pøˆÿÿ°gDf˜pøˆÿÿ%`•Øùˆÿÿ´gDf˜Øùˆÿÿ%`•@ûˆÿÿ¸gDf˜@ûˆÿÿ%`•¨üˆÿÿ¼gDf˜¨üˆÿÿ%`•þˆÿÿÀgDf˜þˆÿÿ%`•®ÅˆÿÿÄgDf˜®Åˆÿÿ%`•¨¬ÅˆÿÿÈgDf˜¨¬Åˆÿÿ%`•@«ÅˆÿÿÌgDf˜@«Åˆÿÿ%`•8„%ˆÿÿÐgDf˜8„%ˆÿÿ%`•Ђ%ˆÿÿÔgDf˜Ð‚%ˆÿÿ%`•h%ˆÿÿØgDf˜h%ˆÿÿ%`•€%ˆÿÿÜgDf˜€%ˆÿÿ%`•pˆÿÿàgDf˜pˆÿÿ%`•hqˆÿÿägDf˜hqˆÿÿ%`•ÐrˆÿÿègDf˜Ðrˆÿÿ%`•8tˆÿÿìgDf˜8tˆÿÿ%`• uˆÿÿðgDf˜ uˆÿÿ%`•wˆÿÿôgDf˜wˆÿÿ%`•pxˆÿÿøgDf˜pxˆÿÿ%`•ØyˆÿÿügDf˜Øyˆÿÿ%`•@{ˆÿÿgDf˜@{ˆÿÿ%`•¨|ˆÿÿgDf˜¨|ˆÿÿ%`•~ˆÿÿgDf˜~ˆÿÿ%`•Ž%ˆÿÿ gDf˜Ž%ˆÿÿ%`•¨Œ%ˆÿÿgDf˜¨Œ%ˆÿÿ%`•@‹%ˆÿÿgDf˜@‹%ˆÿÿ%`•؉%ˆÿÿgDf˜Ø‰%ˆÿÿ%`•pˆ%ˆÿÿgDf˜pˆ%ˆÿÿ%`•‡%ˆÿÿ gDf˜‡%ˆÿÿ%`• …%ˆÿÿ$gDf˜ …%ˆÿÿ%`•ةňÿÿ(gDf˜Ø©Åˆÿÿ%`•p¨Åˆÿÿ,gDf˜p¨Åˆÿÿ%`•§Åˆÿÿ0gDf˜§Åˆÿÿ%`• ¥Åˆÿÿ4gDf˜ ¥Åˆÿÿ%`•8¤Åˆÿÿ8gDf˜8¤Åˆÿÿ%`•€…ˆÿÿ<gDf˜€…ˆÿÿ%`•h…ˆÿÿ@gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿDgDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿHgDf˜8„…ˆÿÿ%`• ……ˆÿÿLgDf˜ ……ˆÿÿ%`•84#ˆÿÿPgDf˜84#ˆÿÿ%`•Ð2#ˆÿÿTgDf˜Ð2#ˆÿÿ%`•h1#ˆÿÿXgDf˜h1#ˆÿÿ%`•0#ˆÿÿ\gDf˜0#ˆÿÿ%`•à6ˆÿÿ`gDf˜à6ˆÿÿ%`•há6ˆÿÿdgDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿhgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿlgDf˜8ä6ˆÿÿ%`• å6ˆÿÿpgDf˜ å6ˆÿÿ%`•ç6ˆÿÿtgDf˜ç6ˆÿÿ%`•pè6ˆÿÿxgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ|gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ€gDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ„gDf˜¨ì6ˆÿÿ%`•î6ˆÿÿˆgDf˜î6ˆÿÿ%`•>#ˆÿÿŒgDf˜>#ˆÿÿ%`•¨<#ˆÿÿgDf˜¨<#ˆÿÿ%`•@;#ˆÿÿ”gDf˜@;#ˆÿÿ%`•Ø9#ˆÿÿ˜gDf˜Ø9#ˆÿÿ%`•p8#ˆÿÿœgDf˜p8#ˆÿÿ%`•7#ˆÿÿ gDf˜7#ˆÿÿ%`• 5#ˆÿÿ¤gDf˜ 5#ˆÿÿ%`•‡…ˆÿÿ¨gDf˜‡…ˆÿÿ%`•pˆ…ˆÿÿ¬gDf˜pˆ…ˆÿÿ%`•؉…ˆÿÿ°gDf˜Ø‰…ˆÿÿ%`•@‹…ˆÿÿ´gDf˜@‹…ˆÿÿ%`•¨Œ…ˆÿÿ¸gDf˜¨Œ…ˆÿÿ%`•Ž…ˆÿÿ¼gDf˜Ž…ˆÿÿ%`• ˆÿÿÀgDf˜ ˆÿÿ%`•h!ˆÿÿÄgDf˜h!ˆÿÿ%`•Ð"ˆÿÿÈgDf˜Ð"ˆÿÿ%`•8$ˆÿÿÌgDf˜8$ˆÿÿ%`•8”…ˆÿÿÐgDf˜8”…ˆÿÿ%`•Ð’…ˆÿÿÔgDf˜Ð’…ˆÿÿ%`•h‘…ˆÿÿØgDf˜h‘…ˆÿÿ%`•…ˆÿÿÜgDf˜…ˆÿÿ%`•PKˆÿÿàgDf˜PKˆÿÿ%`•hQKˆÿÿägDf˜hQKˆÿÿ%`•ÐRKˆÿÿègDf˜ÐRKˆÿÿ%`•8TKˆÿÿìgDf˜8TKˆÿÿ%`• UKˆÿÿðgDf˜ UKˆÿÿ%`•WKˆÿÿôgDf˜WKˆÿÿ%`•pXKˆÿÿøgDf˜pXKˆÿÿ%`•ØYKˆÿÿügDf˜ØYKˆÿÿ%`•@[KˆÿÿgDf˜@[Kˆÿÿ%`•¨\KˆÿÿgDf˜¨\Kˆÿÿ%`•^KˆÿÿgDf˜^Kˆÿÿ%`•ž…ˆÿÿ gDf˜ž…ˆÿÿ%`•¨œ…ˆÿÿgDf˜¨œ…ˆÿÿ%`•@›…ˆÿÿgDf˜@›…ˆÿÿ%`•Ø™…ˆÿÿgDf˜Ø™…ˆÿÿ%`•p˜…ˆÿÿgDf˜p˜…ˆÿÿ%`•—…ˆÿÿ gDf˜—…ˆÿÿ%`• •…ˆÿÿ$gDf˜ •…ˆÿÿ%`• %ˆÿÿ(gDf˜ %ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•p(ˆÿÿ0gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ4gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ8gDf˜@+ˆÿÿ%`•¨,ˆÿÿ<gDf˜¨,ˆÿÿ%`•.ˆÿÿ@gDf˜.ˆÿÿ%`•¨Ü1ˆÿÿDgDf˜¨Ü1ˆÿÿ%`•@Û1ˆÿÿHgDf˜@Û1ˆÿÿ%`•ØÙ1ˆÿÿLgDf˜ØÙ1ˆÿÿ%`•pØ1ˆÿÿPgDf˜pØ1ˆÿÿ%`•×1ˆÿÿTgDf˜×1ˆÿÿ%`• Õ1ˆÿÿXgDf˜ Õ1ˆÿÿ%`•8Ô1ˆÿÿ\gDf˜8Ô1ˆÿÿ%`•ÐÒ1ˆÿÿ`gDf˜ÐÒ1ˆÿÿ%`•hÑ1ˆÿÿdgDf˜hÑ1ˆÿÿ%`•Ð1ˆÿÿhgDf˜Ð1ˆÿÿ%`•Þ1ˆÿÿlgDf˜Þ1ˆÿÿ%`•¨<™ˆÿÿpgDf˜¨<™ˆÿÿ%`•>™ˆÿÿtgDf˜>™ˆÿÿ%`• ÅˆÿÿxgDf˜ Åˆÿÿ%`•h¡Åˆÿÿ|gDf˜h¡Åˆÿÿ%`•Тňÿÿ€gDf˜Ð¢Åˆÿÿ%`•8ôˆÿÿ„gDf˜8ôˆÿÿ%`•ÐòˆÿÿˆgDf˜Ðòˆÿÿ%`•hñˆÿÿŒgDf˜hñˆÿÿ%`•ðˆÿÿgDf˜ðˆÿÿ%`•À¥ˆÿÿ”gDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ˜gDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿœgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ gDf˜8Ä¥ˆÿÿ%`•8Ä*ˆÿÿ¤gDf˜8Ä*ˆÿÿ%`•ÐÂ*ˆÿÿ¨gDf˜ÐÂ*ˆÿÿ%`•hÁ*ˆÿÿ¬gDf˜hÁ*ˆÿÿ%`•À*ˆÿÿ°gDf˜À*ˆÿÿ%`•Àˆÿÿ´gDf˜Àˆÿÿ%`•hÁˆÿÿ¸gDf˜hÁˆÿÿ%`•Јÿÿ¼gDf˜Ðˆÿÿ%`•8ĈÿÿÀgDf˜8Ĉÿÿ%`• ÅˆÿÿÄgDf˜ Åˆÿÿ%`•LjÿÿÈgDf˜Çˆÿÿ%`•pȈÿÿÌgDf˜pȈÿÿ%`•ØÉˆÿÿÐgDf˜ØÉˆÿÿ%`•@ˈÿÿÔgDf˜@ˈÿÿ%`•¨ÌˆÿÿØgDf˜¨Ìˆÿÿ%`•ΈÿÿÜgDf˜Îˆÿÿ%`•7ˆÿÿàgDf˜7ˆÿÿ%`•h7ˆÿÿägDf˜h7ˆÿÿ%`•Ð7ˆÿÿègDf˜Ð7ˆÿÿ%`•87ˆÿÿìgDf˜87ˆÿÿ%`• 7ˆÿÿðgDf˜ 7ˆÿÿ%`•7ˆÿÿôgDf˜7ˆÿÿ%`•p7ˆÿÿøgDf˜p7ˆÿÿ%`•Ø 7ˆÿÿügDf˜Ø 7ˆÿÿ%`•@ 7ˆÿÿgDf˜@ 7ˆÿÿ%`•¨ 7ˆÿÿgDf˜¨ 7ˆÿÿ%`•7ˆÿÿgDf˜7ˆÿÿ%`•Î*ˆÿÿ gDf˜Î*ˆÿÿ%`•¨Ì*ˆÿÿgDf˜¨Ì*ˆÿÿ%`•@Ë*ˆÿÿgDf˜@Ë*ˆÿÿ%`•ØÉ*ˆÿÿgDf˜ØÉ*ˆÿÿ%`•pÈ*ˆÿÿgDf˜pÈ*ˆÿÿ%`•Ç*ˆÿÿ gDf˜Ç*ˆÿÿ%`• Å*ˆÿÿ$gDf˜ Å*ˆÿÿ%`• Å¥ˆÿÿ(gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ,gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ0gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ4gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ8gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ<gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ@gDf˜Î¥ˆÿÿ%`•þˆÿÿDgDf˜þˆÿÿ%`•¨üˆÿÿHgDf˜¨üˆÿÿ%`•@ûˆÿÿLgDf˜@ûˆÿÿ%`•ØùˆÿÿPgDf˜Øùˆÿÿ%`•pøˆÿÿTgDf˜pøˆÿÿ%`•÷ˆÿÿXgDf˜÷ˆÿÿ%`• õˆÿÿ\gDf˜ õˆÿÿ%`•@«Åˆÿÿ`gDf˜@«Åˆÿÿ%`•¨¬ÅˆÿÿdgDf˜¨¬Åˆÿÿ%`•®ÅˆÿÿhgDf˜®Åˆÿÿ%`•8¤ÅˆÿÿlgDf˜8¤Åˆÿÿ%`• ¥ÅˆÿÿpgDf˜ ¥Åˆÿÿ%`•§ÅˆÿÿtgDf˜§Åˆÿÿ%`•p¨ÅˆÿÿxgDf˜p¨Åˆÿÿ%`•ةňÿÿ|gDf˜Ø©Åˆÿÿ%`• ……ˆÿÿ€gDf˜ ……ˆÿÿ%`•8„…ˆÿÿ„gDf˜8„…ˆÿÿ%`•Ђ…ˆÿÿˆgDf˜Ð‚…ˆÿÿ%`•h…ˆÿÿŒgDf˜h…ˆÿÿ%`•€…ˆÿÿgDf˜€…ˆÿÿ%`•0#ˆÿÿ”gDf˜0#ˆÿÿ%`•h1#ˆÿÿ˜gDf˜h1#ˆÿÿ%`•Ð2#ˆÿÿœgDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ gDf˜84#ˆÿÿ%`•8ä6ˆÿÿ¤gDf˜8ä6ˆÿÿ%`•Ðâ6ˆÿÿ¨gDf˜Ðâ6ˆÿÿ%`•há6ˆÿÿ¬gDf˜há6ˆÿÿ%`•à6ˆÿÿ°gDf˜à6ˆÿÿ%`•€¹ˆÿÿ´gDf˜€¹ˆÿÿ%`•h¹ˆÿÿ¸gDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿ¼gDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿÀgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿÄgDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿÈgDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿÌgDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿÐgDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿÜgDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿàgDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿägDf˜޹ˆÿÿ%`•01ˆÿÿègDf˜01ˆÿÿ%`•h11ˆÿÿìgDf˜h11ˆÿÿ%`•Ð21ˆÿÿðgDf˜Ð21ˆÿÿ%`•841ˆÿÿôgDf˜841ˆÿÿ%`• 51ˆÿÿøgDf˜ 51ˆÿÿ%`•71ˆÿÿügDf˜71ˆÿÿ%`•p81ˆÿÿgDf˜p81ˆÿÿ%`•Ø91ˆÿÿgDf˜Ø91ˆÿÿ%`•@;1ˆÿÿgDf˜@;1ˆÿÿ%`•¨<1ˆÿÿ gDf˜¨<1ˆÿÿ%`•>1ˆÿÿgDf˜>1ˆÿÿ%`•î6ˆÿÿgDf˜î6ˆÿÿ%`•¨ì6ˆÿÿgDf˜¨ì6ˆÿÿ%`•@ë6ˆÿÿgDf˜@ë6ˆÿÿ%`•Øé6ˆÿÿ gDf˜Øé6ˆÿÿ%`•pè6ˆÿÿ$gDf˜pè6ˆÿÿ%`•ç6ˆÿÿ(gDf˜ç6ˆÿÿ%`• å6ˆÿÿ,gDf˜ å6ˆÿÿ%`• 5#ˆÿÿ0gDf˜ 5#ˆÿÿ%`•7#ˆÿÿ4gDf˜7#ˆÿÿ%`•p8#ˆÿÿ8gDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿ<gDf˜Ø9#ˆÿÿ%`•@;#ˆÿÿ@gDf˜@;#ˆÿÿ%`•¨<#ˆÿÿDgDf˜¨<#ˆÿÿ%`•>#ˆÿÿHgDf˜>#ˆÿÿ%`•Ž…ˆÿÿLgDf˜Ž…ˆÿÿ%`•¨Œ…ˆÿÿPgDf˜¨Œ…ˆÿÿ%`•@‹…ˆÿÿTgDf˜@‹…ˆÿÿ%`•؉…ˆÿÿXgDf˜Ø‰…ˆÿÿ%`•pˆ…ˆÿÿ\gDf˜pˆ…ˆÿÿ%`•‡…ˆÿÿ`gDf˜‡…ˆÿÿ%`•8$ˆÿÿdgDf˜8$ˆÿÿ%`•Ð"ˆÿÿhgDf˜Ð"ˆÿÿ%`•h!ˆÿÿlgDf˜h!ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•.ˆÿÿtgDf˜.ˆÿÿ%`•¨,ˆÿÿxgDf˜¨,ˆÿÿ%`•@+ˆÿÿ|gDf˜@+ˆÿÿ%`•Ø)ˆÿÿ€gDf˜Ø)ˆÿÿ%`•p(ˆÿÿ„gDf˜p(ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`• %ˆÿÿŒgDf˜ %ˆÿÿ%`•Ð1ˆÿÿgDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ”gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ˜gDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿœgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ¤gDf˜×1ˆÿÿ%`•pØ1ˆÿÿ¨gDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ¬gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ°gDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ´gDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ¸gDf˜Þ1ˆÿÿ%`• ˜ˆÿÿ¼gDf˜ ˜ˆÿÿ%`•h!˜ˆÿÿÀgDf˜h!˜ˆÿÿ%`•Ð"˜ˆÿÿÄgDf˜Ð"˜ˆÿÿ%`•8$˜ˆÿÿÈgDf˜8$˜ˆÿÿ%`• %˜ˆÿÿÌgDf˜ %˜ˆÿÿ%`•'˜ˆÿÿÐgDf˜'˜ˆÿÿ%`•p(˜ˆÿÿÔgDf˜p(˜ˆÿÿ%`•Ø)˜ˆÿÿØgDf˜Ø)˜ˆÿÿ%`•@+˜ˆÿÿÜgDf˜@+˜ˆÿÿ%`•¨,˜ˆÿÿàgDf˜¨,˜ˆÿÿ%`•.˜ˆÿÿägDf˜.˜ˆÿÿ%`•@ˆÿÿègDf˜@ˆÿÿ%`•hAˆÿÿìgDf˜hAˆÿÿ%`•ÐBˆÿÿðgDf˜ÐBˆÿÿ%`•8DˆÿÿôgDf˜8Dˆÿÿ%`• EˆÿÿøgDf˜ Eˆÿÿ%`•GˆÿÿügDf˜Gˆÿÿ%`•pHˆÿÿ gDf˜pHˆÿÿ%`•ØIˆÿÿ gDf˜ØIˆÿÿ%`•@Kˆÿÿ gDf˜@Kˆÿÿ%`•¨Lˆÿÿ gDf˜¨Lˆÿÿ%`•Nˆÿÿ gDf˜Nˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•Тňÿÿ gDf˜Ð¢Åˆÿÿ%`•h¡Åˆÿÿ gDf˜h¡Åˆÿÿ%`• Åˆÿÿ $gDf˜ Åˆÿÿ%`•ðˆÿÿ (gDf˜ðˆÿÿ%`•hñˆÿÿ ,gDf˜hñˆÿÿ%`•Ðòˆÿÿ 0gDf˜Ðòˆÿÿ%`•8ôˆÿÿ 4gDf˜8ôˆÿÿ%`•8Ä¥ˆÿÿ 8gDf˜8Ä¥ˆÿÿ%`•ÐÂ¥ˆÿÿ <gDf˜ÐÂ¥ˆÿÿ%`•hÁ¥ˆÿÿ @gDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ DgDf˜À¥ˆÿÿ%`•À*ˆÿÿ HgDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ LgDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ PgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ TgDf˜8Ä*ˆÿÿ%`•87ˆÿÿ XgDf˜87ˆÿÿ%`•Ð7ˆÿÿ \gDf˜Ð7ˆÿÿ%`•h7ˆÿÿ `gDf˜h7ˆÿÿ%`•7ˆÿÿ dgDf˜7ˆÿÿ%`•Gˆÿÿ hgDf˜Gˆÿÿ%`•hGˆÿÿ lgDf˜hGˆÿÿ%`•ÐGˆÿÿ pgDf˜ÐGˆÿÿ%`•8Gˆÿÿ tgDf˜8Gˆÿÿ%`• Gˆÿÿ xgDf˜ Gˆÿÿ%`•Gˆÿÿ |gDf˜Gˆÿÿ%`•pGˆÿÿ €gDf˜pGˆÿÿ%`•ØGˆÿÿ „gDf˜ØGˆÿÿ%`•@Gˆÿÿ ˆgDf˜@Gˆÿÿ%`•¨Gˆÿÿ ŒgDf˜¨Gˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•7ˆÿÿ ”gDf˜7ˆÿÿ%`•¨ 7ˆÿÿ ˜gDf˜¨ 7ˆÿÿ%`•@ 7ˆÿÿ œgDf˜@ 7ˆÿÿ%`•Ø 7ˆÿÿ  gDf˜Ø 7ˆÿÿ%`•p7ˆÿÿ ¤gDf˜p7ˆÿÿ%`•7ˆÿÿ ¨gDf˜7ˆÿÿ%`• 7ˆÿÿ ¬gDf˜ 7ˆÿÿ%`• Å*ˆÿÿ °gDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ ´gDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ ¸gDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ ¼gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ ÀgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ ÄgDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ ÈgDf˜Î*ˆÿÿ%`•Î¥ˆÿÿ ÌgDf˜Î¥ˆÿÿ%`•¨Ì¥ˆÿÿ ÐgDf˜¨Ì¥ˆÿÿ%`•@Ë¥ˆÿÿ ÔgDf˜@Ë¥ˆÿÿ%`•ØÉ¥ˆÿÿ ØgDf˜ØÉ¥ˆÿÿ%`•pÈ¥ˆÿÿ ÜgDf˜pÈ¥ˆÿÿ%`•Ç¥ˆÿÿ àgDf˜Ç¥ˆÿÿ%`• Å¥ˆÿÿ ägDf˜ Å¥ˆÿÿ%`• õˆÿÿ ègDf˜ õˆÿÿ%`•÷ˆÿÿ ìgDf˜÷ˆÿÿ%`•pøˆÿÿ ðgDf˜pøˆÿÿ%`•Øùˆÿÿ ôgDf˜Øùˆÿÿ%`•@ûˆÿÿ øgDf˜@ûˆÿÿ%`•¨üˆÿÿ ügDf˜¨üˆÿÿ%`•þˆÿÿ gDf˜þˆÿÿ%`•ةňÿÿ gDf˜Ø©Åˆÿÿ%`•p¨Åˆÿÿ gDf˜p¨Åˆÿÿ%`•§Åˆÿÿ gDf˜§Åˆÿÿ%`• ¥Åˆÿÿ gDf˜ ¥Åˆÿÿ%`•8¤Åˆÿÿ gDf˜8¤Åˆÿÿ%`•®Åˆÿÿ gDf˜®Åˆÿÿ%`•¨¬Åˆÿÿ gDf˜¨¬Åˆÿÿ%`•@«Åˆÿÿ gDf˜@«Åˆÿÿ%`•€…ˆÿÿ $gDf˜€…ˆÿÿ%`•h…ˆÿÿ (gDf˜h…ˆÿÿ%`•Ђ…ˆÿÿ ,gDf˜Ð‚…ˆÿÿ%`•8„…ˆÿÿ 0gDf˜8„…ˆÿÿ%`• ……ˆÿÿ 4gDf˜ ……ˆÿÿ%`•84#ˆÿÿ 8gDf˜84#ˆÿÿ%`•Ð2#ˆÿÿ <gDf˜Ð2#ˆÿÿ%`•h1#ˆÿÿ @gDf˜h1#ˆÿÿ%`•0#ˆÿÿ DgDf˜0#ˆÿÿ%`•à6ˆÿÿ HgDf˜à6ˆÿÿ%`•há6ˆÿÿ LgDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ PgDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ TgDf˜8ä6ˆÿÿ%`•841ˆÿÿ XgDf˜841ˆÿÿ%`•Ð21ˆÿÿ \gDf˜Ð21ˆÿÿ%`•h11ˆÿÿ `gDf˜h11ˆÿÿ%`•01ˆÿÿ dgDf˜01ˆÿÿ%`•àˆÿÿ hgDf˜àˆÿÿ%`•háˆÿÿ lgDf˜háˆÿÿ%`•Ðâˆÿÿ pgDf˜Ðâˆÿÿ%`•8äˆÿÿ tgDf˜8äˆÿÿ%`• åˆÿÿ xgDf˜ åˆÿÿ%`•çˆÿÿ |gDf˜çˆÿÿ%`•pèˆÿÿ €gDf˜pèˆÿÿ%`•Øéˆÿÿ „gDf˜Øéˆÿÿ%`•@ëˆÿÿ ˆgDf˜@ëˆÿÿ%`•¨ìˆÿÿ ŒgDf˜¨ìˆÿÿ%`•îˆÿÿ gDf˜îˆÿÿ%`•>1ˆÿÿ ”gDf˜>1ˆÿÿ%`•¨<1ˆÿÿ ˜gDf˜¨<1ˆÿÿ%`•@;1ˆÿÿ œgDf˜@;1ˆÿÿ%`•Ø91ˆÿÿ  gDf˜Ø91ˆÿÿ%`•p81ˆÿÿ ¤gDf˜p81ˆÿÿ%`•71ˆÿÿ ¨gDf˜71ˆÿÿ%`• 51ˆÿÿ ¬gDf˜ 51ˆÿÿ%`• å6ˆÿÿ °gDf˜ å6ˆÿÿ%`•ç6ˆÿÿ ´gDf˜ç6ˆÿÿ%`•pè6ˆÿÿ ¸gDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ ¼gDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ ÀgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ ÄgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ ÈgDf˜î6ˆÿÿ%`•>#ˆÿÿ ÌgDf˜>#ˆÿÿ%`•¨<#ˆÿÿ ÐgDf˜¨<#ˆÿÿ%`•@;#ˆÿÿ ÔgDf˜@;#ˆÿÿ%`•Ø9#ˆÿÿ ØgDf˜Ø9#ˆÿÿ%`•p8#ˆÿÿ ÜgDf˜p8#ˆÿÿ%`•7#ˆÿÿ àgDf˜7#ˆÿÿ%`• 5#ˆÿÿ ägDf˜ 5#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ègDf˜'ˆÿÿ%`• 5#ˆÿÿ gDf˜ 5#ˆÿÿ%`•p8#ˆÿÿ7ègDf˜p8#ˆÿÿ%`•Ø9#ˆÿÿ`ÈgDf˜Ø9#ˆÿÿ%`•7#ˆÿÿ gDf˜7#ˆÿÿ%`•@;#ˆÿÿgDf˜@;#ˆÿÿ%`•0#ˆÿÿƒ,gDf˜0#ˆÿÿ%`•>#ˆÿÿƒ4gDf˜>#ˆÿÿ%`•¨<#ˆÿÿÑdgDf˜¨<#ˆÿÿ%`•Ð2#ˆÿÿìlgDf˜Ð2#ˆÿÿ%`•84#ˆÿÿ! gDf˜84#ˆÿÿ%`•h1#ˆÿÿƒ<gDf˜h1#ˆÿÿ%`•h1#ˆÿÿ gDf˜h1#ˆÿÿ%`•h1#ˆÿÿ ìgDf˜h1#ˆÿÿ%`•84#ˆÿÿ ðìgDf˜84#ˆÿÿ%`•Ð2#ˆÿÿ àgDf˜Ð2#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`•Ð2#ˆÿÿ øügDf˜Ð2#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ ôgDf˜'ˆÿÿ%`•Ð2#ˆÿÿ øügDf˜Ð2#ˆÿÿ%`•>#ˆÿÿôgDf˜>#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•>#ˆÿÿÌgDf˜>#ˆÿÿ%`•Ð2#ˆÿÿäügDf˜Ð2#ˆÿÿ%`•@;#ˆÿÿàügDf˜@;#ˆÿÿ%`•7#ˆÿÿÜgDf˜7#ˆÿÿ%`•84#ˆÿÿàgDf˜84#ˆÿÿ%`•0#ˆÿÿèügDf˜0#ˆÿÿ%`•h1#ˆÿÿäügDf˜h1#ˆÿÿ%`•¨<#ˆÿÿàgDf˜¨<#ˆÿÿ%`•Ø9#ˆÿÿägDf˜Ø9#ˆÿÿ%`•p8#ˆÿÿì¼gDf˜p8#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•h1#ˆÿÿ{°gDf˜h1#ˆÿÿ%`•p8#ˆÿÿgDf˜p8#ˆÿÿ%`•p8#ˆÿÿ gDf˜p8#ˆÿÿ%`•p8#ˆÿÿzL gDf˜p8#ˆÿÿ%`•h1#ˆÿÿ{gDf˜h1#ˆÿÿ%`•h1#ˆÿÿ gDf˜h1#ˆÿÿ%`•h1#ˆÿÿgDf˜h1#ˆÿÿ%`•p8#ˆÿÿ/øgDf˜p8#ˆÿÿ%`•p8#ˆÿÿ gDf˜p8#ˆÿÿ%`•p8#ˆÿÿ~gDf˜p8#ˆÿÿ%`•p8#ˆÿÿ gDf˜p8#ˆÿÿ%`•p8#ˆÿÿ{tgDf˜p8#ˆÿÿ%`•p8#ˆÿÿ gDf˜p8#ˆÿÿ%`•p8#ˆÿÿgDf˜p8#ˆÿÿ%`•h1#ˆÿÿ!gDf˜h1#ˆÿÿ%`•¨<#ˆÿÿ}@gDf˜¨<#ˆÿÿ%`•Ø9#ˆÿÿ}ÀgDf˜Ø9#ˆÿÿ%`•Ø9#ˆÿÿ gDf˜Ø9#ˆÿÿ%`•Ø9#ˆÿÿ¬gDf˜Ø9#ˆÿÿ%`•¨<#ˆÿÿ°ügDf˜¨<#ˆÿÿ%`•h1#ˆÿÿ¬HgDf˜h1#ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•h1#ˆÿÿøgDf˜h1#ˆÿÿ%`•h1#ˆÿÿügDf˜h1#ˆÿÿ%`•h1#ˆÿÿgDf˜h1#ˆÿÿ%`•h1#ˆÿÿgDf˜h1#ˆÿÿ%`•h1#ˆÿÿgDf˜h1#ˆÿÿ%`•h1#ˆÿÿ gDf˜h1#ˆÿÿ%`•h1#ˆÿÿgDf˜h1#ˆÿÿ%`• 5#ˆÿÿgDf˜ 5#ˆÿÿ%`•>#ˆÿÿgDf˜>#ˆÿÿ%`•Ð2#ˆÿÿgDf˜Ð2#ˆÿÿ%`•@;#ˆÿÿ gDf˜@;#ˆÿÿ%`•7#ˆÿÿ$gDf˜7#ˆÿÿ%`•84#ˆÿÿ(gDf˜84#ˆÿÿ%`•0#ˆÿÿ,gDf˜0#ˆÿÿ%`•p8#ˆÿÿ0gDf˜p8#ˆÿÿ%`•¨<#ˆÿÿ4gDf˜¨<#ˆÿÿ%`•Ø9#ˆÿÿ8gDf˜Ø9#ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ@gDf˜¨<™ˆÿÿ%`•>™ˆÿÿDgDf˜>™ˆÿÿ%`•€ºˆÿÿHgDf˜€ºˆÿÿ%`•hºˆÿÿLgDf˜hºˆÿÿ%`•ЂºˆÿÿPgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿTgDf˜8„ºˆÿÿ%`• …ºˆÿÿXgDf˜ …ºˆÿÿ%`•‡ºˆÿÿ\gDf˜‡ºˆÿÿ%`•pˆºˆÿÿ`gDf˜pˆºˆÿÿ%`•؉ºˆÿÿdgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿhgDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿlgDf˜¨Œºˆÿÿ%`•ŽºˆÿÿpgDf˜Žºˆÿÿ%`•ˆÿÿtgDf˜ˆÿÿ%`•hˆÿÿxgDf˜hˆÿÿ%`•Јÿÿ|gDf˜Ðˆÿÿ%`•8ˆÿÿ€gDf˜8ˆÿÿ%`• ˆÿÿ„gDf˜ ˆÿÿ%`•ˆÿÿˆgDf˜ˆÿÿ%`•pˆÿÿŒgDf˜pˆÿÿ%`•؈ÿÿgDf˜Øˆÿÿ%`•@ˆÿÿ”gDf˜@ˆÿÿ%`•¨ˆÿÿ˜gDf˜¨ˆÿÿ%`•ˆÿÿœgDf˜ˆÿÿ%`•@Fˆÿÿ gDf˜@Fˆÿÿ%`•hAFˆÿÿ¤gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ¨gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ¬gDf˜8DFˆÿÿ%`• EFˆÿÿ°gDf˜ EFˆÿÿ%`•GFˆÿÿ´gDf˜GFˆÿÿ%`•pHFˆÿÿ¸gDf˜pHFˆÿÿ%`•ØIFˆÿÿ¼gDf˜ØIFˆÿÿ%`•@KFˆÿÿÀgDf˜@KFˆÿÿ%`•@KFˆÿÿÄgDf˜@KFˆÿÿ%`•ØIFˆÿÿÈgDf˜ØIFˆÿÿ%`•pHFˆÿÿÌgDf˜pHFˆÿÿ%`•GFˆÿÿÐgDf˜GFˆÿÿ%`• EFˆÿÿÔgDf˜ EFˆÿÿ%`•8DFˆÿÿØgDf˜8DFˆÿÿ%`•ÐBFˆÿÿÜgDf˜ÐBFˆÿÿ%`•hAFˆÿÿàgDf˜hAFˆÿÿ%`•@FˆÿÿägDf˜@Fˆÿÿ%`•¨LFˆÿÿègDf˜¨LFˆÿÿ%`•NFˆÿÿðgDf˜NFˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•0¡ˆÿÿügDf˜0¡ˆÿÿ%`•h1¡ˆÿÿgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿgDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿgDf˜84¡ˆÿÿ%`• 5¡ˆÿÿ gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿgDf˜7¡ˆÿÿ%`•p8¡ˆÿÿgDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿgDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿgDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ$gDf˜>¡ˆÿÿ%`•ˆÿÿ(gDf˜ˆÿÿ%`•hˆÿÿ,gDf˜hˆÿÿ%`•Јÿÿ0gDf˜Ðˆÿÿ%`•8ˆÿÿ4gDf˜8ˆÿÿ%`• ˆÿÿ8gDf˜ ˆÿÿ%`•ˆÿÿ<gDf˜ˆÿÿ%`•pˆÿÿ@gDf˜pˆÿÿ%`•Ø ˆÿÿDgDf˜Ø ˆÿÿ%`•@ ˆÿÿHgDf˜@ ˆÿÿ%`•¨ ˆÿÿLgDf˜¨ ˆÿÿ%`•ˆÿÿPgDf˜ˆÿÿ%`•àˆÿÿTgDf˜àˆÿÿ%`•háˆÿÿXgDf˜háˆÿÿ%`•Ðâˆÿÿ\gDf˜Ðâˆÿÿ%`•8äˆÿÿ`gDf˜8äˆÿÿ%`• åˆÿÿdgDf˜ åˆÿÿ%`•çˆÿÿhgDf˜çˆÿÿ%`•pèˆÿÿlgDf˜pèˆÿÿ%`•ØéˆÿÿpgDf˜Øéˆÿÿ%`•@ëˆÿÿtgDf˜@ëˆÿÿ%`•¨ìˆÿÿxgDf˜¨ìˆÿÿ%`•îˆÿÿ|gDf˜îˆÿÿ%`• -ˆÿÿ€gDf˜ -ˆÿÿ%`•h!-ˆÿÿ„gDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿˆgDf˜Ð"-ˆÿÿ%`•8$-ˆÿÿŒgDf˜8$-ˆÿÿ%`• %-ˆÿÿgDf˜ %-ˆÿÿ%`•'-ˆÿÿ”gDf˜'-ˆÿÿ%`•p(-ˆÿÿ˜gDf˜p(-ˆÿÿ%`•Ø)-ˆÿÿœgDf˜Ø)-ˆÿÿ%`•@+-ˆÿÿ gDf˜@+-ˆÿÿ%`•¨,-ˆÿÿ¤gDf˜¨,-ˆÿÿ%`•.-ˆÿÿ¨gDf˜.-ˆÿÿ%`••ˆÿÿ¬gDf˜•ˆÿÿ%`•h•ˆÿÿ°gDf˜h•ˆÿÿ%`•Еˆÿÿ´gDf˜Ð•ˆÿÿ%`•8•ˆÿÿ¸gDf˜8•ˆÿÿ%`• •ˆÿÿ¼gDf˜ •ˆÿÿ%`••ˆÿÿÀgDf˜•ˆÿÿ%`•p•ˆÿÿÄgDf˜p•ˆÿÿ%`•Ø•ˆÿÿÈgDf˜Ø•ˆÿÿ%`•@•ˆÿÿÌgDf˜@•ˆÿÿ%`•¨•ˆÿÿÐgDf˜¨•ˆÿÿ%`••ˆÿÿÔgDf˜•ˆÿÿ%`•ÀˆÿÿØgDf˜Àˆÿÿ%`•hÁˆÿÿÜgDf˜hÁˆÿÿ%`•ЈÿÿàgDf˜Ðˆÿÿ%`•8ĈÿÿägDf˜8Ĉÿÿ%`• ÅˆÿÿègDf˜ Åˆÿÿ%`•LjÿÿìgDf˜Çˆÿÿ%`•pȈÿÿðgDf˜pȈÿÿ%`•ØÉˆÿÿôgDf˜ØÉˆÿÿ%`•@ˈÿÿøgDf˜@ˈÿÿ%`•¨ÌˆÿÿügDf˜¨Ìˆÿÿ%`•ΈÿÿgDf˜Îˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•Ð"-ˆÿÿ gDf˜Ð"-ˆÿÿ%`•h!-ˆÿÿgDf˜h!-ˆÿÿ%`• -ˆÿÿgDf˜ -ˆÿÿ%`•0¡ˆÿÿgDf˜0¡ˆÿÿ%`•h1¡ˆÿÿgDf˜h1¡ˆÿÿ%`•Ð2¡ˆÿÿ gDf˜Ð2¡ˆÿÿ%`•84¡ˆÿÿ$gDf˜84¡ˆÿÿ%`• 5¡ˆÿÿ(gDf˜ 5¡ˆÿÿ%`•7¡ˆÿÿ,gDf˜7¡ˆÿÿ%`•p8¡ˆÿÿ0gDf˜p8¡ˆÿÿ%`•Ø9¡ˆÿÿ4gDf˜Ø9¡ˆÿÿ%`•@;¡ˆÿÿ8gDf˜@;¡ˆÿÿ%`•¨<¡ˆÿÿ<gDf˜¨<¡ˆÿÿ%`•>¡ˆÿÿ@gDf˜>¡ˆÿÿ%`•€6ˆÿÿDgDf˜€6ˆÿÿ%`•h6ˆÿÿHgDf˜h6ˆÿÿ%`•Ђ6ˆÿÿLgDf˜Ð‚6ˆÿÿ%`•8„6ˆÿÿPgDf˜8„6ˆÿÿ%`• …6ˆÿÿTgDf˜ …6ˆÿÿ%`•‡6ˆÿÿXgDf˜‡6ˆÿÿ%`•pˆ6ˆÿÿ\gDf˜pˆ6ˆÿÿ%`•؉6ˆÿÿ`gDf˜Ø‰6ˆÿÿ%`•@‹6ˆÿÿdgDf˜@‹6ˆÿÿ%`•¨Œ6ˆÿÿhgDf˜¨Œ6ˆÿÿ%`•Ž6ˆÿÿlgDf˜Ž6ˆÿÿ%`•ðˆÿÿpgDf˜ðˆÿÿ%`•hñˆÿÿtgDf˜hñˆÿÿ%`•ÐòˆÿÿxgDf˜Ðòˆÿÿ%`•8ôˆÿÿ|gDf˜8ôˆÿÿ%`• õˆÿÿ€gDf˜ õˆÿÿ%`•÷ˆÿÿ„gDf˜÷ˆÿÿ%`•pøˆÿÿˆgDf˜pøˆÿÿ%`•ØùˆÿÿŒgDf˜Øùˆÿÿ%`•@ûˆÿÿgDf˜@ûˆÿÿ%`•¨üˆÿÿ”gDf˜¨üˆÿÿ%`•þˆÿÿ˜gDf˜þˆÿÿ%`•  ˆÿÿœgDf˜  ˆÿÿ%`•h¡ ˆÿÿ gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ¤gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ¨gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ¬gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ°gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ´gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ¸gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ¼gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿÀgDf˜¨¬ ˆÿÿ%`•® ˆÿÿÄgDf˜® ˆÿÿ%`• ˆÿÿÈgDf˜ ˆÿÿ%`•h ˆÿÿÌgDf˜h ˆÿÿ%`•Ð ˆÿÿÐgDf˜Ð ˆÿÿ%`•8 ˆÿÿÔgDf˜8 ˆÿÿ%`•  ˆÿÿØgDf˜  ˆÿÿ%`• ˆÿÿÜgDf˜ ˆÿÿ%`•p ˆÿÿàgDf˜p ˆÿÿ%`•Ø ˆÿÿägDf˜Ø ˆÿÿ%`•@ ˆÿÿègDf˜@ ˆÿÿ%`•¨ ˆÿÿìgDf˜¨ ˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`•ˆÿÿôgDf˜ˆÿÿ%`•hˆÿÿøgDf˜hˆÿÿ%`•ЈÿÿügDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•pˆÿÿ gDf˜pˆÿÿ%`•؈ÿÿgDf˜Øˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•€(ˆÿÿ gDf˜€(ˆÿÿ%`•h(ˆÿÿ$gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ(gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ,gDf˜8„(ˆÿÿ%`• …(ˆÿÿ0gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ4gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ8gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿ<gDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿ@gDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿDgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿHgDf˜Ž(ˆÿÿ%`•@?ˆÿÿLgDf˜@?ˆÿÿ%`•hA?ˆÿÿPgDf˜hA?ˆÿÿ%`•ÐB?ˆÿÿTgDf˜ÐB?ˆÿÿ%`•8D?ˆÿÿXgDf˜8D?ˆÿÿ%`• E?ˆÿÿ\gDf˜ E?ˆÿÿ%`•G?ˆÿÿ`gDf˜G?ˆÿÿ%`•pH?ˆÿÿdgDf˜pH?ˆÿÿ%`•ØI?ˆÿÿhgDf˜ØI?ˆÿÿ%`•@K?ˆÿÿlgDf˜@K?ˆÿÿ%`•¨L?ˆÿÿpgDf˜¨L?ˆÿÿ%`•N?ˆÿÿtgDf˜N?ˆÿÿ%`•€FˆÿÿxgDf˜€Fˆÿÿ%`•hFˆÿÿ|gDf˜hFˆÿÿ%`•ЂFˆÿÿ€gDf˜Ð‚Fˆÿÿ%`•8„Fˆÿÿ„gDf˜8„Fˆÿÿ%`• …FˆÿÿˆgDf˜ …Fˆÿÿ%`•‡FˆÿÿŒgDf˜‡Fˆÿÿ%`•pˆFˆÿÿgDf˜pˆFˆÿÿ%`•؉Fˆÿÿ”gDf˜Ø‰Fˆÿÿ%`•@‹Fˆÿÿ˜gDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿœgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿ gDf˜ŽFˆÿÿ%`•mˆÿÿ¤gDf˜mˆÿÿ%`•hmˆÿÿ¨gDf˜hmˆÿÿ%`•Ðmˆÿÿ¬gDf˜Ðmˆÿÿ%`•8mˆÿÿ°gDf˜8mˆÿÿ%`• mˆÿÿ´gDf˜ mˆÿÿ%`•mˆÿÿ¸gDf˜mˆÿÿ%`•pmˆÿÿ¼gDf˜pmˆÿÿ%`•ØmˆÿÿÀgDf˜Ømˆÿÿ%`•@mˆÿÿÄgDf˜@mˆÿÿ%`•¨mˆÿÿÈgDf˜¨mˆÿÿ%`•mˆÿÿÌgDf˜mˆÿÿ%`•BˆÿÿÐgDf˜Bˆÿÿ%`•hBˆÿÿÔgDf˜hBˆÿÿ%`•ÐBˆÿÿØgDf˜ÐBˆÿÿ%`•8BˆÿÿÜgDf˜8Bˆÿÿ%`• BˆÿÿàgDf˜ Bˆÿÿ%`•BˆÿÿägDf˜Bˆÿÿ%`•pBˆÿÿègDf˜pBˆÿÿ%`•ØBˆÿÿìgDf˜ØBˆÿÿ%`•@BˆÿÿðgDf˜@Bˆÿÿ%`•¨BˆÿÿôgDf˜¨Bˆÿÿ%`•BˆÿÿøgDf˜Bˆÿÿ%`• ˆÿÿügDf˜ ˆÿÿ%`•h!ˆÿÿgDf˜h!ˆÿÿ%`•Ð"ˆÿÿgDf˜Ð"ˆÿÿ%`•8$ˆÿÿgDf˜8$ˆÿÿ%`• %ˆÿÿ gDf˜ %ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•p(ˆÿÿgDf˜p(ˆÿÿ%`•Ø)ˆÿÿgDf˜Ø)ˆÿÿ%`•@+ˆÿÿgDf˜@+ˆÿÿ%`•¨,ˆÿÿ gDf˜¨,ˆÿÿ%`•.ˆÿÿ$gDf˜.ˆÿÿ%`•.-ˆÿÿ(gDf˜.-ˆÿÿ%`•¨,-ˆÿÿ,gDf˜¨,-ˆÿÿ%`•@+-ˆÿÿ0gDf˜@+-ˆÿÿ%`•Ø)-ˆÿÿ4gDf˜Ø)-ˆÿÿ%`•p(-ˆÿÿ8gDf˜p(-ˆÿÿ%`•'-ˆÿÿ<gDf˜'-ˆÿÿ%`• %-ˆÿÿ@gDf˜ %-ˆÿÿ%`•8$-ˆÿÿDgDf˜8$-ˆÿÿ%`•>™ˆÿÿHgDf˜>™ˆÿÿ%`•¨<™ˆÿÿLgDf˜¨<™ˆÿÿ%`•0µˆÿÿPgDf˜0µˆÿÿ%`•h1µˆÿÿTgDf˜h1µˆÿÿ%`•Ð2µˆÿÿXgDf˜Ð2µˆÿÿ%`•84µˆÿÿ\gDf˜84µˆÿÿ%`• 5µˆÿÿ`gDf˜ 5µˆÿÿ%`•7µˆÿÿdgDf˜7µˆÿÿ%`•p8µˆÿÿhgDf˜p8µˆÿÿ%`•Ø9µˆÿÿlgDf˜Ø9µˆÿÿ%`•@;µˆÿÿpgDf˜@;µˆÿÿ%`•¨<µˆÿÿtgDf˜¨<µˆÿÿ%`•>µˆÿÿxgDf˜>µˆÿÿ%`•02 ˆÿÿ|gDf˜02 ˆÿÿ%`•h12 ˆÿÿ€gDf˜h12 ˆÿÿ%`•Ð22 ˆÿÿ„gDf˜Ð22 ˆÿÿ%`•842 ˆÿÿˆgDf˜842 ˆÿÿ%`• 52 ˆÿÿŒgDf˜ 52 ˆÿÿ%`•72 ˆÿÿgDf˜72 ˆÿÿ%`•p82 ˆÿÿ”gDf˜p82 ˆÿÿ%`•Ø92 ˆÿÿ˜gDf˜Ø92 ˆÿÿ%`•@;2 ˆÿÿœgDf˜@;2 ˆÿÿ%`•¨<2 ˆÿÿ gDf˜¨<2 ˆÿÿ%`•>2 ˆÿÿ¤gDf˜>2 ˆÿÿ%`• -ˆÿÿ¨gDf˜ -ˆÿÿ%`•h!-ˆÿÿ¬gDf˜h!-ˆÿÿ%`•Ð"-ˆÿÿ°gDf˜Ð"-ˆÿÿ%`•pøˆÿÿ´gDf˜pøˆÿÿ%`•÷ˆÿÿ¸gDf˜÷ˆÿÿ%`• õˆÿÿ¼gDf˜ õˆÿÿ%`•8ôˆÿÿÀgDf˜8ôˆÿÿ%`•ÐòˆÿÿÄgDf˜Ðòˆÿÿ%`•hñˆÿÿÈgDf˜hñˆÿÿ%`•ðˆÿÿÌgDf˜ðˆÿÿ%`•P^ ˆÿÿÐgDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿÔgDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿØgDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿÜgDf˜8T^ ˆÿÿ%`• U^ ˆÿÿàgDf˜ U^ ˆÿÿ%`•W^ ˆÿÿägDf˜W^ ˆÿÿ%`•pX^ ˆÿÿègDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿìgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿôgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿøgDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿügDf˜^^ ˆÿÿ%`•@Fˆÿÿ gDf˜@Fˆÿÿ%`•hAFˆÿÿ gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ gDf˜ÐBFˆÿÿ%`•@KFˆÿÿ ügDf˜@KFˆÿÿ%`•¨LFˆÿÿ"ìgDf˜¨LFˆÿÿ%`•NFˆÿÿ#øügDf˜NFˆÿÿ%`•þˆÿÿ%ôügDf˜þˆÿÿ%`•¨üˆÿÿ'ðgDf˜¨üˆÿÿ%`•@ûˆÿÿ'üügDf˜@ûˆÿÿ%`•Øùˆÿÿ)øÜgDf˜Øùˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*ÔgDf˜'ˆÿÿ%`•8DFˆÿÿgDf˜8DFˆÿÿ%`• EFˆÿÿ}0gDf˜ EFˆÿÿ%`•GFˆÿÿ~ gDf˜GFˆÿÿ%`•pHFˆÿÿgDf˜pHFˆÿÿ%`•ØIFˆÿÿáìgDf˜ØIFˆÿÿ%`•Øùˆÿÿ gDf˜Øùˆÿÿ%`•@ûˆÿÿ gDf˜@ûˆÿÿ%`•ØùˆÿÿáðgDf˜Øùˆÿÿ%`•þˆÿÿâgDf˜þˆÿÿ%`•þˆÿÿ gDf˜þˆÿÿ%`•þˆÿÿâ8gDf˜þˆÿÿ%`•þˆÿÿ gDf˜þˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•°¯ˆÿÿõ€gDf˜°¯ˆÿÿ%`•p¸¯ˆÿÿö„gDf˜p¸¯ˆÿÿ%`•8´¯ˆÿÿöДgDf˜8´¯ˆÿÿ%`•h±¯ˆÿÿ÷dügDf˜h±¯ˆÿÿ%`•в¯ˆÿÿù`gDf˜Ð²¯ˆÿÿ%`• µ¯ˆÿÿ gDf˜ µ¯ˆÿÿ%`•·¯ˆÿÿ ügDf˜·¯ˆÿÿ%`•ع¯ˆÿÿ ˜gDf˜Ø¹¯ˆÿÿ%`•@»¯ˆÿÿ ¬ügDf˜@»¯ˆÿÿ%`•¨¼¯ˆÿÿ¨\gDf˜¨¼¯ˆÿÿ%`•à ˆÿÿ gDf˜à ˆÿÿ%`•¾¯ˆÿÿo¸xgDf˜¾¯ˆÿÿ%`•ðˆÿÿƒ,gDf˜ðˆÿÿ%`•þˆÿÿƒ8gDf˜þˆÿÿ%`•¨üˆÿÿgDf˜¨üˆÿÿ%`•hñˆÿÿgDf˜hñˆÿÿ%`•Ðòˆÿÿ‘gDf˜Ðòˆÿÿ%`•8ôˆÿÿ˜gDf˜8ôˆÿÿ%`• õˆÿÿ™ gDf˜ õˆÿÿ%`•÷ˆÿÿ gDf˜÷ˆÿÿ%`•pøˆÿÿ¡gDf˜pøˆÿÿ%`•ØùˆÿÿâHgDf˜Øùˆÿÿ%`•@ûˆÿÿâTLgDf˜@ûˆÿÿ%`•à ˆÿÿ gDf˜à ˆÿÿ%`•à ˆÿÿ*ØgDf˜à ˆÿÿ%`•há ˆÿÿ*Ü gDf˜há ˆÿÿ%`•Ðâ ˆÿÿ,ügDf˜Ðâ ˆÿÿ%`•8ä ˆÿÿ-üLgDf˜8ä ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/HgDf˜'ˆÿÿ%`•ˆÿÿ/LTgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ gDf˜'ˆÿÿ%`•ˆÿÿ/¤LgDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ðgDf˜'ˆÿÿ%`•ˆÿÿ/ô gDf˜ˆÿÿ%`•ˆÿÿ0ügDf˜ˆÿÿ%`•pˆÿÿ2¼gDf˜pˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ3¼gDf˜'ˆÿÿ%`•pˆÿÿ3ÀDgDf˜pˆÿÿ%`•ˆÿÿ4ügDf˜ˆÿÿ%`•ˆÿÿ6ügDf˜ˆÿÿ%`•hˆÿÿ8gDf˜hˆÿÿ%`• ˆÿÿ8gDf˜ ˆÿÿ%`•8ˆÿÿ8 ügDf˜8ˆÿÿ%`•Јÿÿ:ügDf˜Ðˆÿÿ%`•Ø ˆÿÿ<gDf˜Ø ˆÿÿ%`•@ ˆÿÿ<gDf˜@ ˆÿÿ%`•¨ ˆÿÿ<ügDf˜¨ ˆÿÿ%`•ˆÿÿ> ügDf˜ˆÿÿ%`•¨<™ˆÿÿ@gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ@ gDf˜>™ˆÿÿ%`•@$ˆÿÿ@ügDf˜@$ˆÿÿ%`•hA$ˆÿÿB(gDf˜hA$ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB8gDf˜'ˆÿÿ%`•hA$ˆÿÿzDgDf˜hA$ˆÿÿ%`•8D$ˆÿÿ}ägDf˜8D$ˆÿÿ%`•@$ˆÿÿ ´gDf˜@$ˆÿÿ%`•@$ˆÿÿ gDf˜@$ˆÿÿ%`•@$ˆÿÿz4gDf˜@$ˆÿÿ%`•8D$ˆÿÿzX(gDf˜8D$ˆÿÿ%`•hA$ˆÿÿz” gDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿÜgDf˜ÐB$ˆÿÿ%`• E$ˆÿÿã8ügDf˜ E$ˆÿÿ%`•G$ˆÿÿå4ügDf˜G$ˆÿÿ%`•pH$ˆÿÿç0ügDf˜pH$ˆÿÿ%`•ØI$ˆÿÿé,gDf˜ØI$ˆÿÿ%`•@K$ˆÿÿê8PgDf˜@K$ˆÿÿ%`•@K$ˆÿÿ gDf˜@K$ˆÿÿ%`•@K$ˆÿÿB<gDf˜@K$ˆÿÿ%`•ØI$ˆÿÿB@ gDf˜ØI$ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB`gDf˜'ˆÿÿ%`•ØI$ˆÿÿBd$gDf˜ØI$ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBˆgDf˜'ˆÿÿ%`•ØI$ˆÿÿBŒ$gDf˜ØI$ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB°gDf˜'ˆÿÿ%`•ØI$ˆÿÿB´gDf˜ØI$ˆÿÿ%`•@$ˆÿÿB¸gDf˜@$ˆÿÿ%`•ÐB$ˆÿÿB¼gDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿBÀgDf˜hA$ˆÿÿ%`•8D$ˆÿÿBÄgDf˜8D$ˆÿÿ%`• E$ˆÿÿBÈgDf˜ E$ˆÿÿ%`•G$ˆÿÿBÌgDf˜G$ˆÿÿ%`•@K$ˆÿÿBÐgDf˜@K$ˆÿÿ%`•pH$ˆÿÿBÔgDf˜pH$ˆÿÿ%`•¨L$ˆÿÿBØgDf˜¨L$ˆÿÿ%`•N$ˆÿÿBÜgDf˜N$ˆÿÿ%`•>™ˆÿÿBàgDf˜>™ˆÿÿ%`•¨<™ˆÿÿBägDf˜¨<™ˆÿÿ%`•€hˆÿÿBègDf˜€hˆÿÿ%`•hhˆÿÿBìgDf˜hhˆÿÿ%`•ЂhˆÿÿBðgDf˜Ð‚hˆÿÿ%`•8„hˆÿÿBôgDf˜8„hˆÿÿ%`• …hˆÿÿBøgDf˜ …hˆÿÿ%`•‡hˆÿÿBügDf˜‡hˆÿÿ%`•pˆhˆÿÿCgDf˜pˆhˆÿÿ%`•؉hˆÿÿCgDf˜Ø‰hˆÿÿ%`•@‹hˆÿÿCgDf˜@‹hˆÿÿ%`•¨ŒhˆÿÿC gDf˜¨Œhˆÿÿ%`•ŽhˆÿÿCgDf˜Žhˆÿÿ%`•ŽˆÿÿCgDf˜Žˆÿÿ%`•hŽˆÿÿCgDf˜hŽˆÿÿ%`•ÐŽˆÿÿCgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿC gDf˜8Žˆÿÿ%`• ŽˆÿÿC$gDf˜ Žˆÿÿ%`•ŽˆÿÿC(gDf˜Žˆÿÿ%`•pŽˆÿÿC,gDf˜pŽˆÿÿ%`•Ø ŽˆÿÿC0gDf˜Ø Žˆÿÿ%`•@ ŽˆÿÿC4gDf˜@ Žˆÿÿ%`•¨ ŽˆÿÿC8gDf˜¨ Žˆÿÿ%`•ŽˆÿÿC<gDf˜Žˆÿÿ%`•кˆÿÿC@gDf˜Ðºˆÿÿ%`•hѺˆÿÿCDgDf˜hѺˆÿÿ%`•ÐÒºˆÿÿCHgDf˜ÐÒºˆÿÿ%`•8ÔºˆÿÿCLgDf˜8Ôºˆÿÿ%`• ÕºˆÿÿCPgDf˜ Õºˆÿÿ%`•׺ˆÿÿCTgDf˜׺ˆÿÿ%`•pغˆÿÿCXgDf˜pغˆÿÿ%`•ØÙºˆÿÿC\gDf˜ØÙºˆÿÿ%`•@ÛºˆÿÿC`gDf˜@Ûºˆÿÿ%`•¨ÜºˆÿÿCdgDf˜¨Üºˆÿÿ%`•ÞºˆÿÿChgDf˜Þºˆÿÿ%`•À%ˆÿÿClgDf˜À%ˆÿÿ%`•hÁ%ˆÿÿCpgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿCtgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿCxgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿC|gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿC€gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿC„gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿCˆgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿCŒgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿCgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿC”gDf˜Î%ˆÿÿ%`•PˆÿÿC˜gDf˜Pˆÿÿ%`•hQˆÿÿCœgDf˜hQˆÿÿ%`•ÐRˆÿÿC gDf˜ÐRˆÿÿ%`•8TˆÿÿC¤gDf˜8Tˆÿÿ%`• UˆÿÿC¨gDf˜ Uˆÿÿ%`•WˆÿÿC¬gDf˜Wˆÿÿ%`•pXˆÿÿC°gDf˜pXˆÿÿ%`•ØYˆÿÿC´gDf˜ØYˆÿÿ%`•@[ˆÿÿC¸gDf˜@[ˆÿÿ%`•¨\ˆÿÿC¼gDf˜¨\ˆÿÿ%`•^ˆÿÿCÀgDf˜^ˆÿÿ%`•`7ˆÿÿCÄgDf˜`7ˆÿÿ%`•ha7ˆÿÿCÈgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿCÌgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿCÐgDf˜8d7ˆÿÿ%`• e7ˆÿÿCÔgDf˜ e7ˆÿÿ%`•g7ˆÿÿCØgDf˜g7ˆÿÿ%`•ph7ˆÿÿCÜgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿCàgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ¤gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ¨gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ¬gDf˜n7ˆÿÿ%`•0ˆÿÿ°gDf˜0ˆÿÿ%`•h1ˆÿÿ´gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ¸gDf˜Ð2ˆÿÿ%`•84ˆÿÿ¼gDf˜84ˆÿÿ%`• 5ˆÿÿÀgDf˜ 5ˆÿÿ%`•7ˆÿÿÄgDf˜7ˆÿÿ%`•p8ˆÿÿÈgDf˜p8ˆÿÿ%`•Ø9ˆÿÿÌgDf˜Ø9ˆÿÿ%`•@;ˆÿÿÔgDf˜@;ˆÿÿ%`•¨<ˆÿÿØgDf˜¨<ˆÿÿ%`•>ˆÿÿÜgDf˜>ˆÿÿ%`•@MˆÿÿàgDf˜@Mˆÿÿ%`•hAMˆÿÿägDf˜hAMˆÿÿ%`•ÐBMˆÿÿègDf˜ÐBMˆÿÿ%`•8DMˆÿÿìgDf˜8DMˆÿÿ%`• EMˆÿÿðgDf˜ EMˆÿÿ%`•GMˆÿÿôgDf˜GMˆÿÿ%`•pHMˆÿÿøgDf˜pHMˆÿÿ%`•ØIMˆÿÿügDf˜ØIMˆÿÿ%`•@KMˆÿÿgDf˜@KMˆÿÿ%`•¨LMˆÿÿgDf˜¨LMˆÿÿ%`•NMˆÿÿgDf˜NMˆÿÿ%`•0í ˆÿÿ gDf˜0í ˆÿÿ%`•h1í ˆÿÿgDf˜h1í ˆÿÿ%`•Ð2í ˆÿÿgDf˜Ð2í ˆÿÿ%`•84í ˆÿÿgDf˜84í ˆÿÿ%`• 5í ˆÿÿgDf˜ 5í ˆÿÿ%`•7í ˆÿÿ gDf˜7í ˆÿÿ%`•p8í ˆÿÿ$gDf˜p8í ˆÿÿ%`•Ø9í ˆÿÿ(gDf˜Ø9í ˆÿÿ%`•@;í ˆÿÿ,gDf˜@;í ˆÿÿ%`•¨<í ˆÿÿ0gDf˜¨<í ˆÿÿ%`•>í ˆÿÿ4gDf˜>í ˆÿÿ%`•…ˆÿÿ8gDf˜…ˆÿÿ%`•h‘…ˆÿÿ<gDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ@gDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿDgDf˜8”…ˆÿÿ%`• •…ˆÿÿHgDf˜ •…ˆÿÿ%`•—…ˆÿÿLgDf˜—…ˆÿÿ%`•p˜…ˆÿÿPgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿTgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿXgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ\gDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ`gDf˜ž…ˆÿÿ%`•  ˆÿÿdgDf˜  ˆÿÿ%`•h¡ ˆÿÿhgDf˜h¡ ˆÿÿ%`•Т ˆÿÿlgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿpgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿtgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿxgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ|gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ€gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ„gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿˆgDf˜¨¬ ˆÿÿ%`•® ˆÿÿŒgDf˜® ˆÿÿ%`•ð°ˆÿÿgDf˜ð°ˆÿÿ%`•hñ°ˆÿÿ”gDf˜hñ°ˆÿÿ%`•Ðò°ˆÿÿ˜gDf˜Ðò°ˆÿÿ%`•8ô°ˆÿÿœgDf˜8ô°ˆÿÿ%`• õ°ˆÿÿ gDf˜ õ°ˆÿÿ%`•÷°ˆÿÿ¤gDf˜÷°ˆÿÿ%`•pø°ˆÿÿ¨gDf˜pø°ˆÿÿ%`•Øù°ˆÿÿ¬gDf˜Øù°ˆÿÿ%`•@û°ˆÿÿ°gDf˜@û°ˆÿÿ%`•¨ü°ˆÿÿ´gDf˜¨ü°ˆÿÿ%`•þ°ˆÿÿ¸gDf˜þ°ˆÿÿ%`•°Gˆÿÿ¼gDf˜°Gˆÿÿ%`•h±GˆÿÿÀgDf˜h±Gˆÿÿ%`•вGˆÿÿÄgDf˜Ð²Gˆÿÿ%`•8´GˆÿÿÈgDf˜8´Gˆÿÿ%`• µGˆÿÿÌgDf˜ µGˆÿÿ%`•·GˆÿÿÐgDf˜·Gˆÿÿ%`•p¸GˆÿÿÔgDf˜p¸Gˆÿÿ%`•عGˆÿÿØgDf˜Ø¹Gˆÿÿ%`•@»GˆÿÿÜgDf˜@»Gˆÿÿ%`•¨¼GˆÿÿàgDf˜¨¼Gˆÿÿ%`•¾GˆÿÿägDf˜¾Gˆÿÿ%`• åˆÿÿègDf˜ åˆÿÿ%`•h!åˆÿÿìgDf˜h!åˆÿÿ%`•Ð"åˆÿÿðgDf˜Ð"åˆÿÿ%`•8$åˆÿÿôgDf˜8$åˆÿÿ%`• %åˆÿÿøgDf˜ %åˆÿÿ%`•'åˆÿÿügDf˜'åˆÿÿ%`•p(åˆÿÿgDf˜p(åˆÿÿ%`•Ø)åˆÿÿgDf˜Ø)åˆÿÿ%`•@+åˆÿÿgDf˜@+åˆÿÿ%`•¨,åˆÿÿ gDf˜¨,åˆÿÿ%`•.åˆÿÿgDf˜.åˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•Ø ŽˆÿÿgDf˜Ø Žˆÿÿ%`•pŽˆÿÿ gDf˜pŽˆÿÿ%`•Žˆÿÿ$gDf˜Žˆÿÿ%`• Žˆÿÿ(gDf˜ Žˆÿÿ%`•8Žˆÿÿ,gDf˜8Žˆÿÿ%`•ÐŽˆÿÿ0gDf˜ÐŽˆÿÿ%`•hŽˆÿÿ4gDf˜hŽˆÿÿ%`•Žˆÿÿ8gDf˜Žˆÿÿ%`•Àˆÿÿ<gDf˜Àˆÿÿ%`•hÁˆÿÿ@gDf˜hÁˆÿÿ%`•ЈÿÿDgDf˜Ðˆÿÿ%`•8ĈÿÿHgDf˜8Ĉÿÿ%`• ÅˆÿÿLgDf˜ Åˆÿÿ%`•LjÿÿPgDf˜Çˆÿÿ%`•pȈÿÿTgDf˜pȈÿÿ%`•ØÉˆÿÿXgDf˜ØÉˆÿÿ%`•@ˈÿÿ\gDf˜@ˈÿÿ%`•¨Ìˆÿÿ`gDf˜¨Ìˆÿÿ%`•ΈÿÿdgDf˜Îˆÿÿ%`•p­ˆÿÿhgDf˜p­ˆÿÿ%`•hq­ˆÿÿlgDf˜hq­ˆÿÿ%`•Ðr­ˆÿÿpgDf˜Ðr­ˆÿÿ%`•8t­ˆÿÿtgDf˜8t­ˆÿÿ%`• u­ˆÿÿxgDf˜ u­ˆÿÿ%`•w­ˆÿÿ|gDf˜w­ˆÿÿ%`•px­ˆÿÿ€gDf˜px­ˆÿÿ%`•Øy­ˆÿÿ„gDf˜Øy­ˆÿÿ%`•@{­ˆÿÿˆgDf˜@{­ˆÿÿ%`•¨|­ˆÿÿŒgDf˜¨|­ˆÿÿ%`•~­ˆÿÿgDf˜~­ˆÿÿ%`•Žˆÿÿ”gDf˜Žˆÿÿ%`•¨ Žˆÿÿ˜gDf˜¨ Žˆÿÿ%`•@ ŽˆÿÿœgDf˜@ Žˆÿÿ%`•pXˆÿÿ gDf˜pXˆÿÿ%`•Wˆÿÿ¤gDf˜Wˆÿÿ%`• Uˆÿÿ¨gDf˜ Uˆÿÿ%`•8Tˆÿÿ¬gDf˜8Tˆÿÿ%`•ÐRˆÿÿ°gDf˜ÐRˆÿÿ%`•hQˆÿÿ´gDf˜hQˆÿÿ%`•Pˆÿÿ¸gDf˜Pˆÿÿ%`•àˆÿÿ¼gDf˜àˆÿÿ%`•háˆÿÿÀgDf˜háˆÿÿ%`•ÐâˆÿÿÄgDf˜Ðâˆÿÿ%`•8äˆÿÿÈgDf˜8äˆÿÿ%`• åˆÿÿÌgDf˜ åˆÿÿ%`•çˆÿÿÐgDf˜çˆÿÿ%`•pèˆÿÿÔgDf˜pèˆÿÿ%`•ØéˆÿÿØgDf˜Øéˆÿÿ%`•@ëˆÿÿÜgDf˜@ëˆÿÿ%`•¨ìˆÿÿàgDf˜¨ìˆÿÿ%`•îˆÿÿägDf˜îˆÿÿ%`•À%ˆÿÿègDf˜À%ˆÿÿ%`•hÁ%ˆÿÿìgDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿðgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿôgDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿøgDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿügDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿgDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿgDf˜Î%ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•¨\ˆÿÿgDf˜¨\ˆÿÿ%`•@[ˆÿÿgDf˜@[ˆÿÿ%`•ØYˆÿÿ gDf˜ØYˆÿÿ%`•GMˆÿÿ$gDf˜GMˆÿÿ%`• EMˆÿÿ(gDf˜ EMˆÿÿ%`•8DMˆÿÿ,gDf˜8DMˆÿÿ%`•ÐBMˆÿÿ0gDf˜ÐBMˆÿÿ%`•hAMˆÿÿ4gDf˜hAMˆÿÿ%`•@Mˆÿÿ8gDf˜@Mˆÿÿ%`•0ˆÿÿ<gDf˜0ˆÿÿ%`•h1ˆÿÿ@gDf˜h1ˆÿÿ%`•Ð2ˆÿÿDgDf˜Ð2ˆÿÿ%`•84ˆÿÿHgDf˜84ˆÿÿ%`• 5ˆÿÿLgDf˜ 5ˆÿÿ%`•7ˆÿÿPgDf˜7ˆÿÿ%`•p8ˆÿÿTgDf˜p8ˆÿÿ%`•Ø9ˆÿÿXgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ\gDf˜@;ˆÿÿ%`•¨<ˆÿÿ`gDf˜¨<ˆÿÿ%`•>ˆÿÿdgDf˜>ˆÿÿ%`• ³ˆÿÿhgDf˜ ³ˆÿÿ%`•h!³ˆÿÿlgDf˜h!³ˆÿÿ%`•Ð"³ˆÿÿpgDf˜Ð"³ˆÿÿ%`•8$³ˆÿÿtgDf˜8$³ˆÿÿ%`• %³ˆÿÿxgDf˜ %³ˆÿÿ%`•'³ˆÿÿ|gDf˜'³ˆÿÿ%`•p(³ˆÿÿ€gDf˜p(³ˆÿÿ%`•Ø)³ˆÿÿ„gDf˜Ø)³ˆÿÿ%`•@+³ˆÿÿˆgDf˜@+³ˆÿÿ%`•¨,³ˆÿÿŒgDf˜¨,³ˆÿÿ%`•.³ˆÿÿgDf˜.³ˆÿÿ%`•NMˆÿÿ”gDf˜NMˆÿÿ%`•¨LMˆÿÿ˜gDf˜¨LMˆÿÿ%`•@KMˆÿÿœgDf˜@KMˆÿÿ%`•ØIMˆÿÿ gDf˜ØIMˆÿÿ%`•pHMˆÿÿ¤gDf˜pHMˆÿÿ%`• ¥ ˆÿÿ¨gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ¬gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ°gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ´gDf˜h¡ ˆÿÿ%`•  ˆÿÿ¸gDf˜  ˆÿÿ%`•…ˆÿÿ¼gDf˜…ˆÿÿ%`•h‘…ˆÿÿÀgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿÄgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿÈgDf˜8”…ˆÿÿ%`• •…ˆÿÿÌgDf˜ •…ˆÿÿ%`•—…ˆÿÿÐgDf˜—…ˆÿÿ%`•p˜…ˆÿÿÔgDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿØgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿÜgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿàgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿägDf˜ž…ˆÿÿ%`•0í ˆÿÿègDf˜0í ˆÿÿ%`•h1í ˆÿÿìgDf˜h1í ˆÿÿ%`•Ð2í ˆÿÿðgDf˜Ð2í ˆÿÿ%`•84í ˆÿÿôgDf˜84í ˆÿÿ%`• 5í ˆÿÿøgDf˜ 5í ˆÿÿ%`•7í ˆÿÿügDf˜7í ˆÿÿ%`•p8í ˆÿÿgDf˜p8í ˆÿÿ%`•Ø9í ˆÿÿgDf˜Ø9í ˆÿÿ%`•@;í ˆÿÿgDf˜@;í ˆÿÿ%`•¨<í ˆÿÿ gDf˜¨<í ˆÿÿ%`•>í ˆÿÿgDf˜>í ˆÿÿ%`•® ˆÿÿgDf˜® ˆÿÿ%`•¨¬ ˆÿÿgDf˜¨¬ ˆÿÿ%`•@« ˆÿÿgDf˜@« ˆÿÿ%`•Ø© ˆÿÿ gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ$gDf˜p¨ ˆÿÿ%`•§ ˆÿÿ(gDf˜§ ˆÿÿ%`•8$åˆÿÿ,gDf˜8$åˆÿÿ%`•Ð"åˆÿÿ0gDf˜Ð"åˆÿÿ%`•h!åˆÿÿ4gDf˜h!åˆÿÿ%`• åˆÿÿ8gDf˜ åˆÿÿ%`•€ˆÿÿ<gDf˜€ˆÿÿ%`•hˆÿÿ@gDf˜hˆÿÿ%`•ЂˆÿÿDgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿHgDf˜8„ˆÿÿ%`• …ˆÿÿLgDf˜ …ˆÿÿ%`•‡ˆÿÿPgDf˜‡ˆÿÿ%`•pˆˆÿÿTgDf˜pˆˆÿÿ%`•؉ˆÿÿXgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ\gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ`gDf˜¨Œˆÿÿ%`•ŽˆÿÿdgDf˜Žˆÿÿ%`•`ŠˆÿÿhgDf˜`Šˆÿÿ%`•haŠˆÿÿlgDf˜haŠˆÿÿ%`•ÐbŠˆÿÿpgDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿtgDf˜8dŠˆÿÿ%`• eŠˆÿÿxgDf˜ eŠˆÿÿ%`•gŠˆÿÿ|gDf˜gŠˆÿÿ%`•phŠˆÿÿ€gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ„gDf˜ØiŠˆÿÿ%`•@kŠˆÿÿˆgDf˜@kŠˆÿÿ%`•¨lŠˆÿÿŒgDf˜¨lŠˆÿÿ%`•nŠˆÿÿgDf˜nŠˆÿÿ%`•.åˆÿÿ”gDf˜.åˆÿÿ%`•¨,åˆÿÿ˜gDf˜¨,åˆÿÿ%`•@+åˆÿÿœgDf˜@+åˆÿÿ%`•Ø)åˆÿÿ gDf˜Ø)åˆÿÿ%`•p(åˆÿÿ¤gDf˜p(åˆÿÿ%`•'åˆÿÿ¨gDf˜'åˆÿÿ%`• %åˆÿÿ¬gDf˜ %åˆÿÿ%`•>™ˆÿÿ°gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ´gDf˜¨<™ˆÿÿ%`•Žˆÿÿ¸gDf˜Žˆÿÿ%`•hŽˆÿÿ¼gDf˜hŽˆÿÿ%`•ÐŽˆÿÿÀgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿÄgDf˜8Žˆÿÿ%`• ŽˆÿÿÈgDf˜ Žˆÿÿ%`•ŽˆÿÿÌgDf˜Žˆÿÿ%`•pŽˆÿÿÐgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿÜgDf˜Ø Žˆÿÿ%`•8t­ˆÿÿàgDf˜8t­ˆÿÿ%`•Ðr­ˆÿÿägDf˜Ðr­ˆÿÿ%`•hq­ˆÿÿègDf˜hq­ˆÿÿ%`•p­ˆÿÿìgDf˜p­ˆÿÿ%`•@ȈÿÿðgDf˜@Ȉÿÿ%`•hAȈÿÿôgDf˜hAȈÿÿ%`•ÐBȈÿÿøgDf˜ÐBȈÿÿ%`•8DȈÿÿügDf˜8DȈÿÿ%`• EȈÿÿgDf˜ EȈÿÿ%`•GȈÿÿgDf˜GȈÿÿ%`•pHȈÿÿgDf˜pHȈÿÿ%`•ØIȈÿÿ gDf˜ØIȈÿÿ%`•@KȈÿÿgDf˜@KȈÿÿ%`•¨LȈÿÿgDf˜¨LȈÿÿ%`•NȈÿÿgDf˜NȈÿÿ%`•~­ˆÿÿgDf˜~­ˆÿÿ%`•¨|­ˆÿÿ gDf˜¨|­ˆÿÿ%`•@{­ˆÿÿ$gDf˜@{­ˆÿÿ%`•Øy­ˆÿÿ(gDf˜Øy­ˆÿÿ%`•px­ˆÿÿ,gDf˜px­ˆÿÿ%`•w­ˆÿÿ0gDf˜w­ˆÿÿ%`• u­ˆÿÿ4gDf˜ u­ˆÿÿ%`•@ Žˆÿÿ8gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ<gDf˜¨ Žˆÿÿ%`•Žˆÿÿ@gDf˜Žˆÿÿ%`•PˆÿÿDgDf˜Pˆÿÿ%`•hQˆÿÿHgDf˜hQˆÿÿ%`•ÐRˆÿÿLgDf˜ÐRˆÿÿ%`•8TˆÿÿPgDf˜8Tˆÿÿ%`• UˆÿÿTgDf˜ Uˆÿÿ%`•WˆÿÿXgDf˜Wˆÿÿ%`•pXˆÿÿ\gDf˜pXˆÿÿ%`•8Ä%ˆÿÿ`gDf˜8Ä%ˆÿÿ%`•ÐÂ%ˆÿÿdgDf˜ÐÂ%ˆÿÿ%`•hÁ%ˆÿÿhgDf˜hÁ%ˆÿÿ%`•À%ˆÿÿlgDf˜À%ˆÿÿ%`• ˆÿÿpgDf˜ ˆÿÿ%`•h¡ˆÿÿtgDf˜h¡ˆÿÿ%`•ТˆÿÿxgDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ|gDf˜8¤ˆÿÿ%`• ¥ˆÿÿ€gDf˜ ¥ˆÿÿ%`•§ˆÿÿ„gDf˜§ˆÿÿ%`•p¨ˆÿÿˆgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿŒgDf˜Ø©ˆÿÿ%`•@«ˆÿÿgDf˜@«ˆÿÿ%`•¨¬ˆÿÿ”gDf˜¨¬ˆÿÿ%`•®ˆÿÿ˜gDf˜®ˆÿÿ%`•Î%ˆÿÿœgDf˜Î%ˆÿÿ%`•¨Ì%ˆÿÿ gDf˜¨Ì%ˆÿÿ%`•@Ë%ˆÿÿ¤gDf˜@Ë%ˆÿÿ%`•ØÉ%ˆÿÿ¨gDf˜ØÉ%ˆÿÿ%`•pÈ%ˆÿÿ¬gDf˜pÈ%ˆÿÿ%`•Ç%ˆÿÿ°gDf˜Ç%ˆÿÿ%`• Å%ˆÿÿ´gDf˜ Å%ˆÿÿ%`•ØYˆÿÿ¸gDf˜ØYˆÿÿ%`•@[ˆÿÿ¼gDf˜@[ˆÿÿ%`•¨\ˆÿÿÀgDf˜¨\ˆÿÿ%`•^ˆÿÿÄgDf˜^ˆÿÿ%`•@MˆÿÿÈgDf˜@Mˆÿÿ%`•hAMˆÿÿÌgDf˜hAMˆÿÿ%`•ÐBMˆÿÿÐgDf˜ÐBMˆÿÿ%`•8DMˆÿÿÔgDf˜8DMˆÿÿ%`• EMˆÿÿØgDf˜ EMˆÿÿ%`•GMˆÿÿÜgDf˜GMˆÿÿ%`•8$³ˆÿÿàgDf˜8$³ˆÿÿ%`•Ð"³ˆÿÿägDf˜Ð"³ˆÿÿ%`•h!³ˆÿÿègDf˜h!³ˆÿÿ%`• ³ˆÿÿìgDf˜ ³ˆÿÿ%`•à™ˆÿÿðgDf˜à™ˆÿÿ%`•hᙈÿÿôgDf˜hᙈÿÿ%`•Ð♈ÿÿøgDf˜Ð♈ÿÿ%`•8䙈ÿÿügDf˜8䙈ÿÿ%`• å™ˆÿÿ gDf˜ å™ˆÿÿ%`•癈ÿÿ gDf˜ç™ˆÿÿ%`•p虈ÿÿ gDf˜p虈ÿÿ%`•Øé™ˆÿÿ gDf˜Øé™ˆÿÿ%`•@뙈ÿÿ gDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ gDf˜¨ì™ˆÿÿ%`•ÿÿ gDf˜î™ˆÿÿ%`•.³ˆÿÿ gDf˜.³ˆÿÿ%`•¨,³ˆÿÿ gDf˜¨,³ˆÿÿ%`•@+³ˆÿÿ $gDf˜@+³ˆÿÿ%`•Ø)³ˆÿÿ (gDf˜Ø)³ˆÿÿ%`•p(³ˆÿÿ ,gDf˜p(³ˆÿÿ%`•'³ˆÿÿ 0gDf˜'³ˆÿÿ%`• %³ˆÿÿ 4gDf˜ %³ˆÿÿ%`•pHMˆÿÿ 8gDf˜pHMˆÿÿ%`•ØIMˆÿÿ <gDf˜ØIMˆÿÿ%`•@KMˆÿÿ @gDf˜@KMˆÿÿ%`•¨LMˆÿÿ DgDf˜¨LMˆÿÿ%`•NMˆÿÿ HgDf˜NMˆÿÿ%`•  ˆÿÿ LgDf˜  ˆÿÿ%`•h¡ ˆÿÿ PgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ TgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ XgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ \gDf˜ ¥ ˆÿÿ%`•84í ˆÿÿ `gDf˜84í ˆÿÿ%`•Ð2í ˆÿÿ dgDf˜Ð2í ˆÿÿ%`•h1í ˆÿÿ hgDf˜h1í ˆÿÿ%`•0í ˆÿÿ lgDf˜0í ˆÿÿ%`•Gˆÿÿ pgDf˜Gˆÿÿ%`•hGˆÿÿ tgDf˜hGˆÿÿ%`•ÐGˆÿÿ xgDf˜ÐGˆÿÿ%`•8Gˆÿÿ |gDf˜8Gˆÿÿ%`• Gˆÿÿ €gDf˜ Gˆÿÿ%`•Gˆÿÿ „gDf˜Gˆÿÿ%`•pGˆÿÿ ˆgDf˜pGˆÿÿ%`•ØGˆÿÿ ŒgDf˜ØGˆÿÿ%`•@Gˆÿÿ gDf˜@Gˆÿÿ%`•¨Gˆÿÿ ”gDf˜¨Gˆÿÿ%`•Gˆÿÿ ˜gDf˜Gˆÿÿ%`•>í ˆÿÿ œgDf˜>í ˆÿÿ%`•¨<í ˆÿÿ  gDf˜¨<í ˆÿÿ%`•@;í ˆÿÿ ¤gDf˜@;í ˆÿÿ%`•Ø9í ˆÿÿ ¨gDf˜Ø9í ˆÿÿ%`•p8í ˆÿÿ ¬gDf˜p8í ˆÿÿ%`•7í ˆÿÿ °gDf˜7í ˆÿÿ%`• 5í ˆÿÿ ´gDf˜ 5í ˆÿÿ%`•§ ˆÿÿ ¸gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ ¼gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ ÀgDf˜Ø© ˆÿÿ%`•@« ˆÿÿ ÄgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ ÈgDf˜¨¬ ˆÿÿ%`•® ˆÿÿ ÌgDf˜® ˆÿÿ%`• åˆÿÿ ÐgDf˜ åˆÿÿ%`•h!åˆÿÿ ÔgDf˜h!åˆÿÿ%`•Ð"åˆÿÿ ØgDf˜Ð"åˆÿÿ%`•8$åˆÿÿ ÜgDf˜8$åˆÿÿ%`•8dŠˆÿÿ àgDf˜8dŠˆÿÿ%`•ÐbŠˆÿÿ ägDf˜ÐbŠˆÿÿ%`•haŠˆÿÿ ègDf˜haŠˆÿÿ%`•`Šˆÿÿ ìgDf˜`Šˆÿÿ%`•PKˆÿÿ ðgDf˜PKˆÿÿ%`•hQKˆÿÿ ôgDf˜hQKˆÿÿ%`•ÐRKˆÿÿ øgDf˜ÐRKˆÿÿ%`•8TKˆÿÿ ügDf˜8TKˆÿÿ%`• UKˆÿÿ gDf˜ UKˆÿÿ%`•WKˆÿÿ gDf˜WKˆÿÿ%`•pXKˆÿÿ gDf˜pXKˆÿÿ%`•ØYKˆÿÿ gDf˜ØYKˆÿÿ%`•@[Kˆÿÿ gDf˜@[Kˆÿÿ%`•¨\Kˆÿÿ gDf˜¨\Kˆÿÿ%`•^Kˆÿÿ gDf˜^Kˆÿÿ%`•nŠˆÿÿ gDf˜nŠˆÿÿ%`•¨lŠˆÿÿ gDf˜¨lŠˆÿÿ%`•@kŠˆÿÿ $gDf˜@kŠˆÿÿ%`•ØiŠˆÿÿ (gDf˜ØiŠˆÿÿ%`•phŠˆÿÿ ,gDf˜phŠˆÿÿ%`•gŠˆÿÿ 0gDf˜gŠˆÿÿ%`• eŠˆÿÿ 4gDf˜ eŠˆÿÿ%`• %åˆÿÿ 8gDf˜ %åˆÿÿ%`•'åˆÿÿ <gDf˜'åˆÿÿ%`•p(åˆÿÿ @gDf˜p(åˆÿÿ%`•Ø)åˆÿÿ DgDf˜Ø)åˆÿÿ%`•@+åˆÿÿ HgDf˜@+åˆÿÿ%`•¨,åˆÿÿ LgDf˜¨,åˆÿÿ%`•.åˆÿÿ PgDf˜.åˆÿÿ%`•¨<™ˆÿÿ TgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ XgDf˜>™ˆÿÿ%`•Ø Žˆÿÿ \gDf˜Ø Žˆÿÿ%`•pŽˆÿÿ `gDf˜pŽˆÿÿ%`•Žˆÿÿ dgDf˜Žˆÿÿ%`• Žˆÿÿ hgDf˜ Žˆÿÿ%`•8Žˆÿÿ lgDf˜8Žˆÿÿ%`•ÐŽˆÿÿ pgDf˜ÐŽˆÿÿ%`•hŽˆÿÿ tgDf˜hŽˆÿÿ%`•Žˆÿÿ xgDf˜Žˆÿÿ%`•Žˆÿÿ |gDf˜Žˆÿÿ%`•¨ Žˆÿÿ €gDf˜¨ Žˆÿÿ%`•@ Žˆÿÿ „gDf˜@ Žˆÿÿ%`•pXˆÿÿ ˆgDf˜pXˆÿÿ%`•Wˆÿÿ ŒgDf˜Wˆÿÿ%`• Uˆÿÿ gDf˜ Uˆÿÿ%`•8Tˆÿÿ ”gDf˜8Tˆÿÿ%`•ÐRˆÿÿ ˜gDf˜ÐRˆÿÿ%`•hQˆÿÿ œgDf˜hQˆÿÿ%`•Pˆÿÿ  gDf˜Pˆÿÿ%`•À%ˆÿÿ ¤gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ ¨gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ ¬gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ °gDf˜8Ä%ˆÿÿ%`•8¤ˆÿÿ ´gDf˜8¤ˆÿÿ%`•Тˆÿÿ ¸gDf˜Ð¢ˆÿÿ%`•h¡ˆÿÿ ¼gDf˜h¡ˆÿÿ%`• ˆÿÿ ÀgDf˜ ˆÿÿ%`•0¿ˆÿÿ ÄgDf˜0¿ˆÿÿ%`•h1¿ˆÿÿ ÈgDf˜h1¿ˆÿÿ%`•Ð2¿ˆÿÿ ÌgDf˜Ð2¿ˆÿÿ%`•84¿ˆÿÿ ÐgDf˜84¿ˆÿÿ%`• 5¿ˆÿÿ ÔgDf˜ 5¿ˆÿÿ%`•7¿ˆÿÿ ØgDf˜7¿ˆÿÿ%`•p8¿ˆÿÿ ÜgDf˜p8¿ˆÿÿ%`•Ø9¿ˆÿÿ àgDf˜Ø9¿ˆÿÿ%`•@;¿ˆÿÿ ägDf˜@;¿ˆÿÿ%`•¨<¿ˆÿÿ ègDf˜¨<¿ˆÿÿ%`•>¿ˆÿÿ ìgDf˜>¿ˆÿÿ%`•ðRˆÿÿ ðgDf˜ðRˆÿÿ%`•hñRˆÿÿ ôgDf˜hñRˆÿÿ%`•ÐòRˆÿÿ øgDf˜ÐòRˆÿÿ%`•8ôRˆÿÿ ügDf˜8ôRˆÿÿ%`• õRˆÿÿ gDf˜ õRˆÿÿ%`•÷Rˆÿÿ gDf˜÷Rˆÿÿ%`•pøRˆÿÿ gDf˜pøRˆÿÿ%`•ØùRˆÿÿ gDf˜ØùRˆÿÿ%`•@ûRˆÿÿ gDf˜@ûRˆÿÿ%`•¨üRˆÿÿ gDf˜¨üRˆÿÿ%`•þRˆÿÿ gDf˜þRˆÿÿ%`•®ˆÿÿ gDf˜®ˆÿÿ%`•¨¬ˆÿÿ gDf˜¨¬ˆÿÿ%`•@«ˆÿÿ $gDf˜@«ˆÿÿ%`•Ø©ˆÿÿ (gDf˜Ø©ˆÿÿ%`•p¨ˆÿÿ ,gDf˜p¨ˆÿÿ%`•§ˆÿÿ 0gDf˜§ˆÿÿ%`• ¥ˆÿÿ 4gDf˜ ¥ˆÿÿ%`• Å%ˆÿÿ 8gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ <gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ @gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ DgDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ HgDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ LgDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ PgDf˜Î%ˆÿÿ%`•^ˆÿÿ TgDf˜^ˆÿÿ%`•¨\ˆÿÿ XgDf˜¨\ˆÿÿ%`•@[ˆÿÿ \gDf˜@[ˆÿÿ%`•ØYˆÿÿ `gDf˜ØYˆÿÿ%`•GMˆÿÿ dgDf˜GMˆÿÿ%`• EMˆÿÿ hgDf˜ EMˆÿÿ%`•8DMˆÿÿ lgDf˜8DMˆÿÿ%`•ÐBMˆÿÿ pgDf˜ÐBMˆÿÿ%`•hAMˆÿÿ tgDf˜hAMˆÿÿ%`•@Mˆÿÿ xgDf˜@Mˆÿÿ%`•NMˆÿÿ |gDf˜NMˆÿÿ%`•¨LMˆÿÿ €gDf˜¨LMˆÿÿ%`•@KMˆÿÿ „gDf˜@KMˆÿÿ%`•ØIMˆÿÿ ˆgDf˜ØIMˆÿÿ%`•pHMˆÿÿ ŒgDf˜pHMˆÿÿ%`• ¥ ˆÿÿ gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ ”gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ ˜gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ œgDf˜h¡ ˆÿÿ%`•  ˆÿÿ  gDf˜  ˆÿÿ%`•0í ˆÿÿ ¤gDf˜0í ˆÿÿ%`•h1í ˆÿÿ ¨gDf˜h1í ˆÿÿ%`•Ð2í ˆÿÿ ¬gDf˜Ð2í ˆÿÿ%`•84í ˆÿÿ °gDf˜84í ˆÿÿ%`•8Gˆÿÿ ´gDf˜8Gˆÿÿ%`•ÐGˆÿÿ ¸gDf˜ÐGˆÿÿ%`•hGˆÿÿ ¼gDf˜hGˆÿÿ%`•Gˆÿÿ ÀgDf˜Gˆÿÿ%`•Pˆÿÿ ÄgDf˜Pˆÿÿ%`•hQˆÿÿ ÈgDf˜hQˆÿÿ%`•ÐRˆÿÿ ÌgDf˜ÐRˆÿÿ%`•8Tˆÿÿ ÐgDf˜8Tˆÿÿ%`• Uˆÿÿ ÔgDf˜ Uˆÿÿ%`•Wˆÿÿ ØgDf˜Wˆÿÿ%`•pXˆÿÿ àgDf˜pXˆÿÿ%`•ØYˆÿÿ ägDf˜ØYˆÿÿ%`•@[ˆÿÿ ègDf˜@[ˆÿÿ%`•¨\ˆÿÿ ìgDf˜¨\ˆÿÿ%`•^ˆÿÿ ðgDf˜^ˆÿÿ%`•оˆÿÿ ôgDf˜Ð¾ˆÿÿ%`•hѾˆÿÿ øgDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿ ügDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿ gDf˜8Ô¾ˆÿÿ%`• Õ¾ˆÿÿ gDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿ gDf˜×¾ˆÿÿ%`•pؾˆÿÿ gDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿ gDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿ gDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿ gDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿ gDf˜Þ¾ˆÿÿ%`•Gˆÿÿ gDf˜Gˆÿÿ%`•¨Gˆÿÿ $gDf˜¨Gˆÿÿ%`•@Gˆÿÿ (gDf˜@Gˆÿÿ%`•ØGˆÿÿ ,gDf˜ØGˆÿÿ%`•pGˆÿÿ 0gDf˜pGˆÿÿ%`•Gˆÿÿ 4gDf˜Gˆÿÿ%`• Gˆÿÿ 8gDf˜ Gˆÿÿ%`• 5í ˆÿÿ <gDf˜ 5í ˆÿÿ%`•7í ˆÿÿ @gDf˜7í ˆÿÿ%`•p8í ˆÿÿ DgDf˜p8í ˆÿÿ%`•Ø9í ˆÿÿ HgDf˜Ø9í ˆÿÿ%`•@;í ˆÿÿ LgDf˜@;í ˆÿÿ%`•¨<í ˆÿÿ PgDf˜¨<í ˆÿÿ%`•>í ˆÿÿ TgDf˜>í ˆÿÿ%`•® ˆÿÿ XgDf˜® ˆÿÿ%`•¨¬ ˆÿÿ \gDf˜¨¬ ˆÿÿ%`•@« ˆÿÿ `gDf˜@« ˆÿÿ%`•Ø© ˆÿÿ dgDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ hgDf˜p¨ ˆÿÿ%`•§ ˆÿÿ lgDf˜§ ˆÿÿ%`•8$åˆÿÿ pgDf˜8$åˆÿÿ%`•Ð"åˆÿÿ tgDf˜Ð"åˆÿÿ%`•h!åˆÿÿ xgDf˜h!åˆÿÿ%`• åˆÿÿ |gDf˜ åˆÿÿ%`•.åˆÿÿ €gDf˜.åˆÿÿ%`•¨,åˆÿÿ „gDf˜¨,åˆÿÿ%`•@+åˆÿÿ ˆgDf˜@+åˆÿÿ%`•Ø)åˆÿÿ ŒgDf˜Ø)åˆÿÿ%`•p(åˆÿÿ gDf˜p(åˆÿÿ%`•'åˆÿÿ ”gDf˜'åˆÿÿ%`• %åˆÿÿ ˜gDf˜ %åˆÿÿ%`•>™ˆÿÿ œgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ  gDf˜¨<™ˆÿÿ%`•Žˆÿÿ ¤gDf˜Žˆÿÿ%`•Žˆÿÿ ¨gDf˜Žˆÿÿ%`•hŽˆÿÿ ¬gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ °gDf˜ÐŽˆÿÿ%`•8Žˆÿÿ ´gDf˜8Žˆÿÿ%`• Žˆÿÿ ¸gDf˜ Žˆÿÿ%`•Žˆÿÿ ¼gDf˜Žˆÿÿ%`•pŽˆÿÿ ÀgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ ÄgDf˜Ø Žˆÿÿ%`•Àˆÿÿ ÈgDf˜Àˆÿÿ%`•hÁˆÿÿ ÌgDf˜hÁˆÿÿ%`•Јÿÿ ÐgDf˜Ðˆÿÿ%`•8Ĉÿÿ ÔgDf˜8Ĉÿÿ%`• Åˆÿÿ ØgDf˜ Åˆÿÿ%`•Ljÿÿ ÜgDf˜Çˆÿÿ%`•pȈÿÿ àgDf˜pȈÿÿ%`•ØÉˆÿÿ ägDf˜ØÉˆÿÿ%`•@ˈÿÿ ègDf˜@ˈÿÿ%`•¨Ìˆÿÿ ìgDf˜¨Ìˆÿÿ%`•Έÿÿ ðgDf˜Îˆÿÿ%`•@$ˆÿÿ ôgDf˜@$ˆÿÿ%`•hA$ˆÿÿ øgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ ügDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿ gDf˜8D$ˆÿÿ%`• E$ˆÿÿ gDf˜ E$ˆÿÿ%`•G$ˆÿÿ gDf˜G$ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`•ØI$ˆÿÿ gDf˜ØI$ˆÿÿ%`•@K$ˆÿÿ gDf˜@K$ˆÿÿ%`•¨L$ˆÿÿ gDf˜¨L$ˆÿÿ%`•N$ˆÿÿ gDf˜N$ˆÿÿ%`•@ Žˆÿÿ gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ $gDf˜¨ Žˆÿÿ%`•Pˆÿÿ (gDf˜Pˆÿÿ%`•hQˆÿÿ ,gDf˜hQˆÿÿ%`•ÐRˆÿÿ 0gDf˜ÐRˆÿÿ%`•8Tˆÿÿ 4gDf˜8Tˆÿÿ%`• Uˆÿÿ 8gDf˜ Uˆÿÿ%`•Wˆÿÿ <gDf˜Wˆÿÿ%`•pXˆÿÿ @gDf˜pXˆÿÿ%`•8Ä%ˆÿÿ DgDf˜8Ä%ˆÿÿ%`•ÐÂ%ˆÿÿ HgDf˜ÐÂ%ˆÿÿ%`•hÁ%ˆÿÿ LgDf˜hÁ%ˆÿÿ%`•À%ˆÿÿ PgDf˜À%ˆÿÿ%`• ˆÿÿ TgDf˜ ˆÿÿ%`•h¡ˆÿÿ XgDf˜h¡ˆÿÿ%`•Тˆÿÿ \gDf˜Ð¢ˆÿÿ%`•8¤ˆÿÿ `gDf˜8¤ˆÿÿ%`•8ôRˆÿÿ dgDf˜8ôRˆÿÿ%`•ÐòRˆÿÿ hgDf˜ÐòRˆÿÿ%`•hñRˆÿÿ lgDf˜hñRˆÿÿ%`•ðRˆÿÿ pgDf˜ðRˆÿÿ%`•àˆÿÿ tgDf˜àˆÿÿ%`•háˆÿÿ xgDf˜háˆÿÿ%`•Ðâˆÿÿ |gDf˜Ðâˆÿÿ%`•8äˆÿÿ €gDf˜8äˆÿÿ%`• åˆÿÿ „gDf˜ åˆÿÿ%`•çˆÿÿ ˆgDf˜çˆÿÿ%`•pèˆÿÿ ŒgDf˜pèˆÿÿ%`•Øéˆÿÿ gDf˜Øéˆÿÿ%`•@ëˆÿÿ ”gDf˜@ëˆÿÿ%`•¨ìˆÿÿ ˜gDf˜¨ìˆÿÿ%`•îˆÿÿ œgDf˜îˆÿÿ%`•þRˆÿÿ  gDf˜þRˆÿÿ%`•¨üRˆÿÿ ¤gDf˜¨üRˆÿÿ%`•@ûRˆÿÿ ¨gDf˜@ûRˆÿÿ%`•ØùRˆÿÿ ¬gDf˜ØùRˆÿÿ%`•pøRˆÿÿ °gDf˜pøRˆÿÿ%`•÷Rˆÿÿ ´gDf˜÷Rˆÿÿ%`• õRˆÿÿ ¸gDf˜ õRˆÿÿ%`• ¥ˆÿÿ ¼gDf˜ ¥ˆÿÿ%`•§ˆÿÿ ÀgDf˜§ˆÿÿ%`•p¨ˆÿÿ ÄgDf˜p¨ˆÿÿ%`•Ø©ˆÿÿ ÈgDf˜Ø©ˆÿÿ%`•@«ˆÿÿ ÌgDf˜@«ˆÿÿ%`•¨¬ˆÿÿ ÐgDf˜¨¬ˆÿÿ%`•®ˆÿÿ ÔgDf˜®ˆÿÿ%`•Î%ˆÿÿ ØgDf˜Î%ˆÿÿ%`•¨Ì%ˆÿÿ ÜgDf˜¨Ì%ˆÿÿ%`•@Ë%ˆÿÿ àgDf˜@Ë%ˆÿÿ%`•ØÉ%ˆÿÿ ägDf˜ØÉ%ˆÿÿ%`•pÈ%ˆÿÿ ègDf˜pÈ%ˆÿÿ%`•Ç%ˆÿÿ ìgDf˜Ç%ˆÿÿ%`• Å%ˆÿÿ ðgDf˜ Å%ˆÿÿ%`•ØYˆÿÿ ôgDf˜ØYˆÿÿ%`•@[ˆÿÿ øgDf˜@[ˆÿÿ%`•¨\ˆÿÿ ügDf˜¨\ˆÿÿ%`•^ˆÿÿgDf˜^ˆÿÿ%`•  ˆÿÿgDf˜  ˆÿÿ%`•h¡ ˆÿÿgDf˜h¡ ˆÿÿ%`•Т ˆÿÿ gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿgDf˜ ¥ ˆÿÿ%`•84í ˆÿÿgDf˜84í ˆÿÿ%`•Ð2í ˆÿÿgDf˜Ð2í ˆÿÿ%`•h1í ˆÿÿ gDf˜h1í ˆÿÿ%`•0í ˆÿÿ$gDf˜0í ˆÿÿ%`•Gˆÿÿ(gDf˜Gˆÿÿ%`•hGˆÿÿ,gDf˜hGˆÿÿ%`•ÐGˆÿÿ0gDf˜ÐGˆÿÿ%`•8Gˆÿÿ4gDf˜8Gˆÿÿ%`•8Ô¾ˆÿÿ8gDf˜8Ô¾ˆÿÿ%`•ÐÒ¾ˆÿÿ<gDf˜ÐÒ¾ˆÿÿ%`•hѾˆÿÿ@gDf˜hѾˆÿÿ%`•оˆÿÿDgDf˜Ð¾ˆÿÿ%`•àшÿÿHgDf˜àшÿÿ%`•háшÿÿLgDf˜háшÿÿ%`•ÐâшÿÿPgDf˜Ðâшÿÿ%`•8äшÿÿTgDf˜8äшÿÿ%`• åшÿÿXgDf˜ åшÿÿ%`•çшÿÿ\gDf˜çшÿÿ%`•pèшÿÿ`gDf˜pèшÿÿ%`•ØéшÿÿdgDf˜Øéшÿÿ%`•@ëшÿÿhgDf˜@ëшÿÿ%`•¨ìшÿÿlgDf˜¨ìшÿÿ%`•îшÿÿpgDf˜îшÿÿ%`•PˆÿÿtgDf˜Pˆÿÿ%`•hQˆÿÿxgDf˜hQˆÿÿ%`•ÐRˆÿÿ|gDf˜ÐRˆÿÿ%`•8Tˆÿÿ€gDf˜8Tˆÿÿ%`• Uˆÿÿ„gDf˜ Uˆÿÿ%`•WˆÿÿˆgDf˜Wˆÿÿ%`•pXˆÿÿŒgDf˜pXˆÿÿ%`•ØYˆÿÿgDf˜ØYˆÿÿ%`•@[ˆÿÿ”gDf˜@[ˆÿÿ%`•¨\ˆÿÿ˜gDf˜¨\ˆÿÿ%`•^ˆÿÿœgDf˜^ˆÿÿ%`•Þ¾ˆÿÿ gDf˜Þ¾ˆÿÿ%`•¨Ü¾ˆÿÿ¤gDf˜¨Ü¾ˆÿÿ%`•@Û¾ˆÿÿ¨gDf˜@Û¾ˆÿÿ%`•ØÙ¾ˆÿÿ¬gDf˜ØÙ¾ˆÿÿ%`•pؾˆÿÿ°gDf˜pؾˆÿÿ%`•×¾ˆÿÿ´gDf˜×¾ˆÿÿ%`• Õ¾ˆÿÿ¸gDf˜ Õ¾ˆÿÿ%`• Gˆÿÿ¼gDf˜ Gˆÿÿ%`•GˆÿÿÀgDf˜Gˆÿÿ%`•pGˆÿÿÄgDf˜pGˆÿÿ%`•ØGˆÿÿÈgDf˜ØGˆÿÿ%`•@GˆÿÿÌgDf˜@Gˆÿÿ%`•¨GˆÿÿÐgDf˜¨Gˆÿÿ%`•GˆÿÿÔgDf˜Gˆÿÿ%`•>í ˆÿÿØgDf˜>í ˆÿÿ%`•¨<í ˆÿÿÜgDf˜¨<í ˆÿÿ%`•@;í ˆÿÿàgDf˜@;í ˆÿÿ%`•Ø9í ˆÿÿägDf˜Ø9í ˆÿÿ%`•p8í ˆÿÿègDf˜p8í ˆÿÿ%`•7í ˆÿÿìgDf˜7í ˆÿÿ%`• 5í ˆÿÿðgDf˜ 5í ˆÿÿ%`•§ ˆÿÿôgDf˜§ ˆÿÿ%`•p¨ ˆÿÿøgDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿügDf˜Ø© ˆÿÿ%`•@« ˆÿÿgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿgDf˜¨¬ ˆÿÿ%`•® ˆÿÿgDf˜® ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•Ø ŽˆÿÿgDf˜Ø Žˆÿÿ%`•pŽˆÿÿgDf˜pŽˆÿÿ%`•ŽˆÿÿgDf˜Žˆÿÿ%`• Žˆÿÿ gDf˜ Žˆÿÿ%`•8Žˆÿÿ$gDf˜8Žˆÿÿ%`•ÐŽˆÿÿ(gDf˜ÐŽˆÿÿ%`•hŽˆÿÿ,gDf˜hŽˆÿÿ%`•Žˆÿÿ0gDf˜Žˆÿÿ%`•Žˆÿÿ4gDf˜Žˆÿÿ%`•8D$ˆÿÿ8gDf˜8D$ˆÿÿ%`•ÐB$ˆÿÿ<gDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿ@gDf˜hA$ˆÿÿ%`•@$ˆÿÿDgDf˜@$ˆÿÿ%`•°GˆÿÿHgDf˜°Gˆÿÿ%`•h±GˆÿÿLgDf˜h±Gˆÿÿ%`•вGˆÿÿPgDf˜Ð²Gˆÿÿ%`•8´GˆÿÿTgDf˜8´Gˆÿÿ%`• µGˆÿÿXgDf˜ µGˆÿÿ%`•·Gˆÿÿ\gDf˜·Gˆÿÿ%`•p¸Gˆÿÿ`gDf˜p¸Gˆÿÿ%`•عGˆÿÿdgDf˜Ø¹Gˆÿÿ%`•@»GˆÿÿhgDf˜@»Gˆÿÿ%`•¨¼GˆÿÿlgDf˜¨¼Gˆÿÿ%`•¾GˆÿÿpgDf˜¾Gˆÿÿ%`•ÀˆÿÿtgDf˜Àˆÿÿ%`•hÁˆÿÿxgDf˜hÁˆÿÿ%`•Јÿÿ|gDf˜Ðˆÿÿ%`•8Ĉÿÿ€gDf˜8Ĉÿÿ%`• Åˆÿÿ„gDf˜ Åˆÿÿ%`•LjÿÿˆgDf˜Çˆÿÿ%`•pȈÿÿŒgDf˜pȈÿÿ%`•ØÉˆÿÿgDf˜ØÉˆÿÿ%`•@ˈÿÿ”gDf˜@ˈÿÿ%`•¨Ìˆÿÿ˜gDf˜¨Ìˆÿÿ%`•ΈÿÿœgDf˜Îˆÿÿ%`•N$ˆÿÿ gDf˜N$ˆÿÿ%`•¨L$ˆÿÿ¤gDf˜¨L$ˆÿÿ%`•@K$ˆÿÿ¨gDf˜@K$ˆÿÿ%`•ØI$ˆÿÿ¬gDf˜ØI$ˆÿÿ%`•pH$ˆÿÿ°gDf˜pH$ˆÿÿ%`•G$ˆÿÿ´gDf˜G$ˆÿÿ%`• E$ˆÿÿ¸gDf˜ E$ˆÿÿ%`•¨ Žˆÿÿ¼gDf˜¨ Žˆÿÿ%`•@ ŽˆÿÿÀgDf˜@ Žˆÿÿ%`•pXˆÿÿÄgDf˜pXˆÿÿ%`•WˆÿÿÈgDf˜Wˆÿÿ%`• UˆÿÿÌgDf˜ Uˆÿÿ%`•8TˆÿÿÐgDf˜8Tˆÿÿ%`•ÐRˆÿÿÔgDf˜ÐRˆÿÿ%`•hQˆÿÿØgDf˜hQˆÿÿ%`•PˆÿÿÜgDf˜Pˆÿÿ%`•À%ˆÿÿägDf˜À%ˆÿÿ%`•hÁ%ˆÿÿègDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿìgDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿðgDf˜8Ä%ˆÿÿ%`•8¤ˆÿÿôgDf˜8¤ˆÿÿ%`•ТˆÿÿøgDf˜Ð¢ˆÿÿ%`•h¡ˆÿÿügDf˜h¡ˆÿÿ%`• ˆÿÿgDf˜ ˆÿÿ%`•®ˆÿÿgDf˜®ˆÿÿ%`•¨¬ˆÿÿgDf˜¨¬ˆÿÿ%`•@«ˆÿÿ gDf˜@«ˆÿÿ%`•Ø©ˆÿÿgDf˜Ø©ˆÿÿ%`•p¨ˆÿÿgDf˜p¨ˆÿÿ%`•§ˆÿÿgDf˜§ˆÿÿ%`• ¥ˆÿÿgDf˜ ¥ˆÿÿ%`• Å%ˆÿÿ gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ$gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ(gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ,gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ0gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ4gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ8gDf˜Î%ˆÿÿ%`•^ˆÿÿ<gDf˜^ˆÿÿ%`•¨\ˆÿÿ@gDf˜¨\ˆÿÿ%`•@[ˆÿÿDgDf˜@[ˆÿÿ%`•ØYˆÿÿHgDf˜ØYˆÿÿ%`•+ˆÿÿLgDf˜+ˆÿÿ%`•h‘+ˆÿÿPgDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿTgDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿXgDf˜8”+ˆÿÿ%`• •+ˆÿÿ\gDf˜ •+ˆÿÿ%`•—+ˆÿÿ`gDf˜—+ˆÿÿ%`•p˜+ˆÿÿdgDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿhgDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿlgDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿpgDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿtgDf˜ž+ˆÿÿ%`•`7ˆÿÿxgDf˜`7ˆÿÿ%`•ha7ˆÿÿ|gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ€gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ„gDf˜8d7ˆÿÿ%`• e7ˆÿÿˆgDf˜ e7ˆÿÿ%`•g7ˆÿÿŒgDf˜g7ˆÿÿ%`•ph7ˆÿÿgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ”gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ˜gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿœgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ gDf˜n7ˆÿÿ%`• ¥ ˆÿÿ¤gDf˜ ¥ ˆÿÿ%`•8¤ ˆÿÿ¨gDf˜8¤ ˆÿÿ%`•Т ˆÿÿ¬gDf˜Ð¢ ˆÿÿ%`•h¡ ˆÿÿ°gDf˜h¡ ˆÿÿ%`•  ˆÿÿ´gDf˜  ˆÿÿ%`•0í ˆÿÿ¸gDf˜0í ˆÿÿ%`•h1í ˆÿÿ¼gDf˜h1í ˆÿÿ%`•Ð2í ˆÿÿÀgDf˜Ð2í ˆÿÿ%`•84í ˆÿÿÄgDf˜84í ˆÿÿ%`•8GˆÿÿÈgDf˜8Gˆÿÿ%`•ÐGˆÿÿÌgDf˜ÐGˆÿÿ%`•hGˆÿÿÐgDf˜hGˆÿÿ%`•GˆÿÿÔgDf˜Gˆÿÿ%`•оˆÿÿØgDf˜Ð¾ˆÿÿ%`•hѾˆÿÿÜgDf˜hѾˆÿÿ%`•ÐÒ¾ˆÿÿàgDf˜ÐÒ¾ˆÿÿ%`•8Ô¾ˆÿÿägDf˜8Ô¾ˆÿÿ%`•8TˆÿÿègDf˜8Tˆÿÿ%`•ÐRˆÿÿìgDf˜ÐRˆÿÿ%`•hQˆÿÿðgDf˜hQˆÿÿ%`•PˆÿÿôgDf˜Pˆÿÿ%`•@MˆÿÿøgDf˜@Mˆÿÿ%`•hAMˆÿÿügDf˜hAMˆÿÿ%`•ÐBMˆÿÿgDf˜ÐBMˆÿÿ%`•8DMˆÿÿgDf˜8DMˆÿÿ%`• EMˆÿÿgDf˜ EMˆÿÿ%`•GMˆÿÿ gDf˜GMˆÿÿ%`•pHMˆÿÿgDf˜pHMˆÿÿ%`•ØIMˆÿÿgDf˜ØIMˆÿÿ%`•@KMˆÿÿgDf˜@KMˆÿÿ%`•¨LMˆÿÿgDf˜¨LMˆÿÿ%`•NMˆÿÿ gDf˜NMˆÿÿ%`•^ˆÿÿ$gDf˜^ˆÿÿ%`•¨\ˆÿÿ(gDf˜¨\ˆÿÿ%`•@[ˆÿÿ,gDf˜@[ˆÿÿ%`•ØYˆÿÿ0gDf˜ØYˆÿÿ%`•pXˆÿÿ4gDf˜pXˆÿÿ%`•Wˆÿÿ8gDf˜Wˆÿÿ%`• Uˆÿÿ<gDf˜ Uˆÿÿ%`• Õ¾ˆÿÿ@gDf˜ Õ¾ˆÿÿ%`•×¾ˆÿÿDgDf˜×¾ˆÿÿ%`•pؾˆÿÿHgDf˜pؾˆÿÿ%`•ØÙ¾ˆÿÿLgDf˜ØÙ¾ˆÿÿ%`•@Û¾ˆÿÿPgDf˜@Û¾ˆÿÿ%`•¨Ü¾ˆÿÿTgDf˜¨Ü¾ˆÿÿ%`•Þ¾ˆÿÿXgDf˜Þ¾ˆÿÿ%`•Gˆÿÿ\gDf˜Gˆÿÿ%`•¨Gˆÿÿ`gDf˜¨Gˆÿÿ%`•@GˆÿÿdgDf˜@Gˆÿÿ%`•ØGˆÿÿhgDf˜ØGˆÿÿ%`•pGˆÿÿlgDf˜pGˆÿÿ%`•GˆÿÿpgDf˜Gˆÿÿ%`• GˆÿÿtgDf˜ Gˆÿÿ%`• 5í ˆÿÿxgDf˜ 5í ˆÿÿ%`•7í ˆÿÿ|gDf˜7í ˆÿÿ%`•p8í ˆÿÿ€gDf˜p8í ˆÿÿ%`•Ø9í ˆÿÿ„gDf˜Ø9í ˆÿÿ%`•@;í ˆÿÿˆgDf˜@;í ˆÿÿ%`•¨<í ˆÿÿŒgDf˜¨<í ˆÿÿ%`•>í ˆÿÿgDf˜>í ˆÿÿ%`•® ˆÿÿ”gDf˜® ˆÿÿ%`•¨¬ ˆÿÿ˜gDf˜¨¬ ˆÿÿ%`•@« ˆÿÿœgDf˜@« ˆÿÿ%`•Ø© ˆÿÿ gDf˜Ø© ˆÿÿ%`•p¨ ˆÿÿ¤gDf˜p¨ ˆÿÿ%`•§ ˆÿÿ¨gDf˜§ ˆÿÿ%`•>™ˆÿÿ¬gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`•Žˆÿÿ´gDf˜Žˆÿÿ%`•Žˆÿÿ¸gDf˜Žˆÿÿ%`•hŽˆÿÿ¼gDf˜hŽˆÿÿ%`•ÐŽˆÿÿÀgDf˜ÐŽˆÿÿ%`•8ŽˆÿÿÄgDf˜8Žˆÿÿ%`• ŽˆÿÿÈgDf˜ Žˆÿÿ%`•ŽˆÿÿÌgDf˜Žˆÿÿ%`•pŽˆÿÿÐgDf˜pŽˆÿÿ%`•Ø ŽˆÿÿÔgDf˜Ø Žˆÿÿ%`•@$ˆÿÿØgDf˜@$ˆÿÿ%`•hA$ˆÿÿÜgDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿàgDf˜ÐB$ˆÿÿ%`•8D$ˆÿÿägDf˜8D$ˆÿÿ%`•8ĈÿÿègDf˜8Ĉÿÿ%`•ЈÿÿìgDf˜Ðˆÿÿ%`•hÁˆÿÿðgDf˜hÁˆÿÿ%`•ÀˆÿÿôgDf˜Àˆÿÿ%`•à/ˆÿÿøgDf˜à/ˆÿÿ%`•há/ˆÿÿügDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿgDf˜8ä/ˆÿÿ%`• å/ˆÿÿgDf˜ å/ˆÿÿ%`•ç/ˆÿÿ gDf˜ç/ˆÿÿ%`•pè/ˆÿÿgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿgDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿgDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿ gDf˜î/ˆÿÿ%`•Έÿÿ$gDf˜Îˆÿÿ%`•¨Ìˆÿÿ(gDf˜¨Ìˆÿÿ%`•@ˈÿÿ,gDf˜@ˈÿÿ%`•ØÉˆÿÿ0gDf˜ØÉˆÿÿ%`•pȈÿÿ4gDf˜pȈÿÿ%`•Ljÿÿ8gDf˜Çˆÿÿ%`• Åˆÿÿ<gDf˜ Åˆÿÿ%`• E$ˆÿÿ@gDf˜ E$ˆÿÿ%`•G$ˆÿÿDgDf˜G$ˆÿÿ%`•pH$ˆÿÿHgDf˜pH$ˆÿÿ%`•ØI$ˆÿÿLgDf˜ØI$ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•pH$ˆÿÿ gDf˜pH$ˆÿÿ%`•G$ˆÿÿgDf˜G$ˆÿÿ%`•8D$ˆÿÿ  gDf˜8D$ˆÿÿ%`•ØI$ˆÿÿz€gDf˜ØI$ˆÿÿ%`•ÐB$ˆÿÿ}tgDf˜ÐB$ˆÿÿ%`•hA$ˆÿÿ}ÐgDf˜hA$ˆÿÿ%`• E$ˆÿÿê0gDf˜ E$ˆÿÿ%`•@$ˆÿÿ눈gDf˜@$ˆÿÿ%`•@$ˆÿÿ gDf˜@$ˆÿÿ%`•@$ˆÿÿz<gDf˜@$ˆÿÿ%`• E$ˆÿÿzˆ gDf˜ E$ˆÿÿ%`•hA$ˆÿÿ{4<gDf˜hA$ˆÿÿ%`•ÐB$ˆÿÿ{„ gDf˜ÐB$ˆÿÿ%`•ØI$ˆÿÿ|ÔgDf˜ØI$ˆÿÿ%`•8D$ˆÿÿ|ø$gDf˜8D$ˆÿÿ%`•G$ˆÿÿ}\gDf˜G$ˆÿÿ%`•pH$ˆÿÿÔgDf˜pH$ˆÿÿ%`•@K$ˆÿÿø gDf˜@K$ˆÿÿ%`•¨L$ˆÿÿáÈ$gDf˜¨L$ˆÿÿ%`•N$ˆÿÿáø gDf˜N$ˆÿÿ%`•¨<™ˆÿÿâ ,gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâPgDf˜>™ˆÿÿ%`•`Šˆÿÿâ ˜gDf˜`Šˆÿÿ%`•haŠˆÿÿí8ügDf˜haŠˆÿÿ%`•ÐbŠˆÿÿï4ügDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿñ0ügDf˜8dŠˆÿÿ%`• eŠˆÿÿó,ügDf˜ eŠˆÿÿ%`•gŠˆÿÿõ(gDf˜gŠˆÿÿ%`•phŠˆÿÿõ@ügDf˜phŠˆÿÿ%`•ØiŠˆÿÿ÷<ügDf˜ØiŠˆÿÿ%`•@kŠˆÿÿù8,gDf˜@kŠˆÿÿ%`•¨lŠˆÿÿùl°gDf˜¨lŠˆÿÿ%`•¨lŠˆÿÿ gDf˜¨lŠˆÿÿ%`•¨lŠˆÿÿTgDf˜¨lŠˆÿÿ%`•@kŠˆÿÿèügDf˜@kŠˆÿÿ%`•ØiŠˆÿÿä`gDf˜ØiŠˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿDgDf˜'ˆÿÿ%`•h1µˆÿÿÿHgDf˜h1µˆÿÿ%`•7µˆÿÿ4gDf˜7µˆÿÿ%`• 5µˆÿÿT gDf˜ 5µˆÿÿ%`• 5µˆÿÿHgDf˜ 5µˆÿÿ%`•7µˆÿÿLgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•7µˆÿÿ`gDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•7µˆÿÿxgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•7µˆÿÿgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•7µˆÿÿ¨gDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•7µˆÿÿÄ$gDf˜7µˆÿÿ%`• 5µˆÿÿìXgDf˜ 5µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿDgDf˜'ˆÿÿ%`• 5µˆÿÿ gDf˜ 5µˆÿÿ%`• 5µˆÿÿz4gDf˜ 5µˆÿÿ%`•7µˆÿÿzXgDf˜7µˆÿÿ%`•h1µˆÿÿzxgDf˜h1µˆÿÿ%`•h1µˆÿÿHgDf˜h1µˆÿÿ%`•7µˆÿÿLgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ\gDf˜'ˆÿÿ%`•7µˆÿÿ`gDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿtgDf˜'ˆÿÿ%`•7µˆÿÿxgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•7µˆÿÿgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¤gDf˜'ˆÿÿ%`•7µˆÿÿ¨gDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÀgDf˜'ˆÿÿ%`•7µˆÿÿÄŒgDf˜7µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`•7µˆÿÿzHgDf˜7µˆÿÿ%`•Ð2µˆÿÿ{”gDf˜Ð2µˆÿÿ%`•84µˆÿÿ{´ gDf˜84µˆÿÿ%`•84µˆÿÿTgDf˜84µˆÿÿ%`•Ð2µˆÿÿXgDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿhgDf˜'ˆÿÿ%`•Ð2µˆÿÿlgDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ€gDf˜'ˆÿÿ%`•Ð2µˆÿÿ„gDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ˜gDf˜'ˆÿÿ%`•Ð2µˆÿÿœgDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ°gDf˜'ˆÿÿ%`•Ð2µˆÿÿ´gDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•Ð2µˆÿÿÐgDf˜Ð2µˆÿÿ%`•0µˆÿÿð@gDf˜0µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•0µˆÿÿ|ÔgDf˜0µˆÿÿ%`•84µˆÿÿ|øgDf˜84µˆÿÿ%`•7µˆÿÿ}ôgDf˜7µˆÿÿ%`•7µˆÿÿ4gDf˜7µˆÿÿ%`•84µˆÿÿ8gDf˜84µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`•84µˆÿÿP\gDf˜84µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`•84µˆÿÿz4gDf˜84µˆÿÿ%`•Ð2µˆÿÿzXgDf˜Ð2µˆÿÿ%`•0µˆÿÿzxøgDf˜0µˆÿÿ%`•0µˆÿÿ°gDf˜0µˆÿÿ%`•Ð2µˆÿÿ´gDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•Ð2µˆÿÿÌdgDf˜Ð2µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•Ð2µˆÿÿ{pgDf˜Ð2µˆÿÿ%`•7µˆÿÿ|ègDf˜7µˆÿÿ%`•84µˆÿÿ~ gDf˜84µˆÿÿ%`•0µˆÿÿ~gDf˜0µˆÿÿ%`•0µˆÿÿ4gDf˜0µˆÿÿ%`•84µˆÿÿ8gDf˜84µˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`•84µˆÿÿPgDf˜84µˆÿÿ%`•Ð2µˆÿÿTgDf˜Ð2µˆÿÿ%`•h1µˆÿÿXgDf˜h1µˆÿÿ%`• 5µˆÿÿ\gDf˜ 5µˆÿÿ%`•7µˆÿÿ`gDf˜7µˆÿÿ%`•0µˆÿÿdgDf˜0µˆÿÿ%`•p8µˆÿÿhgDf˜p8µˆÿÿ%`•Ø9µˆÿÿlgDf˜Ø9µˆÿÿ%`•@;µˆÿÿpgDf˜@;µˆÿÿ%`•¨<µˆÿÿtgDf˜¨<µˆÿÿ%`•>µˆÿÿxgDf˜>µˆÿÿ%`•¨<™ˆÿÿ|gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ€gDf˜>™ˆÿÿ%`•´ˆÿÿ„gDf˜´ˆÿÿ%`•h´ˆÿÿˆgDf˜h´ˆÿÿ%`•дˆÿÿŒgDf˜Ð´ˆÿÿ%`•8´ˆÿÿgDf˜8´ˆÿÿ%`• ´ˆÿÿ”gDf˜ ´ˆÿÿ%`•´ˆÿÿ˜gDf˜´ˆÿÿ%`•p´ˆÿÿœgDf˜p´ˆÿÿ%`•Ø´ˆÿÿ gDf˜Ø´ˆÿÿ%`•@´ˆÿÿ¤gDf˜@´ˆÿÿ%`•¨´ˆÿÿ¨gDf˜¨´ˆÿÿ%`•´ˆÿÿ¬gDf˜´ˆÿÿ%`•p ˆÿÿ°gDf˜p ˆÿÿ%`•hq ˆÿÿ´gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ¸gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ¼gDf˜8t ˆÿÿ%`• u ˆÿÿÀgDf˜ u ˆÿÿ%`•w ˆÿÿÄgDf˜w ˆÿÿ%`•px ˆÿÿÈgDf˜px ˆÿÿ%`•Øy ˆÿÿÌgDf˜Øy ˆÿÿ%`•@{ ˆÿÿÐgDf˜@{ ˆÿÿ%`•¨| ˆÿÿÔgDf˜¨| ˆÿÿ%`•~ ˆÿÿØgDf˜~ ˆÿÿ%`•®ˆÿÿÜgDf˜®ˆÿÿ%`•h‘®ˆÿÿàgDf˜h‘®ˆÿÿ%`•Ð’®ˆÿÿägDf˜Ð’®ˆÿÿ%`•8”®ˆÿÿègDf˜8”®ˆÿÿ%`• •®ˆÿÿìgDf˜ •®ˆÿÿ%`•—®ˆÿÿôgDf˜—®ˆÿÿ%`•p˜®ˆÿÿøgDf˜p˜®ˆÿÿ%`•Ø™®ˆÿÿügDf˜Ø™®ˆÿÿ%`•@›®ˆÿÿ gDf˜@›®ˆÿÿ%`•¨œ®ˆÿÿ gDf˜¨œ®ˆÿÿ%`•ž®ˆÿÿ gDf˜ž®ˆÿÿ%`•`Šˆÿÿ gDf˜`Šˆÿÿ%`•haŠˆÿÿ gDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ gDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ gDf˜8dŠˆÿÿ%`• eŠˆÿÿ gDf˜ eŠˆÿÿ%`•gŠˆÿÿ gDf˜gŠˆÿÿ%`•phŠˆÿÿ $gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ (gDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ ,gDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ 0gDf˜¨lŠˆÿÿ%`•nŠˆÿÿ 4gDf˜nŠˆÿÿ%`• åˆÿÿ 8gDf˜ åˆÿÿ%`•h!åˆÿÿ <gDf˜h!åˆÿÿ%`•Ð"åˆÿÿ @gDf˜Ð"åˆÿÿ%`•8$åˆÿÿ DgDf˜8$åˆÿÿ%`• %åˆÿÿ HgDf˜ %åˆÿÿ%`•'åˆÿÿ LgDf˜'åˆÿÿ%`•p(åˆÿÿ PgDf˜p(åˆÿÿ%`•Ø)åˆÿÿ TgDf˜Ø)åˆÿÿ%`•@+åˆÿÿ XgDf˜@+åˆÿÿ%`•¨,åˆÿÿ \gDf˜¨,åˆÿÿ%`•.åˆÿÿ `gDf˜.åˆÿÿ%`•­ˆÿÿ dgDf˜­ˆÿÿ%`•h­ˆÿÿ hgDf˜h­ˆÿÿ%`•Эˆÿÿ lgDf˜Ð­ˆÿÿ%`•8­ˆÿÿ pgDf˜8­ˆÿÿ%`• ­ˆÿÿ tgDf˜ ­ˆÿÿ%`•­ˆÿÿ xgDf˜­ˆÿÿ%`•p­ˆÿÿ |gDf˜p­ˆÿÿ%`•Ø­ˆÿÿ €gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ „gDf˜@­ˆÿÿ%`•¨­ˆÿÿ ˆgDf˜¨­ˆÿÿ%`•­ˆÿÿ ŒgDf˜­ˆÿÿ%`•0«ˆÿÿ gDf˜0«ˆÿÿ%`•h1«ˆÿÿ ”gDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿ ˜gDf˜Ð2«ˆÿÿ%`•84«ˆÿÿ œgDf˜84«ˆÿÿ%`• 5«ˆÿÿ  gDf˜ 5«ˆÿÿ%`•7«ˆÿÿ ¤gDf˜7«ˆÿÿ%`•p8«ˆÿÿ ¨gDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ ¬gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ °gDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ ´gDf˜¨<«ˆÿÿ%`•>«ˆÿÿ ¸gDf˜>«ˆÿÿ%`•@ˆÿÿ ¼gDf˜@ˆÿÿ%`•hAˆÿÿ ÀgDf˜hAˆÿÿ%`•ÐBˆÿÿ ÄgDf˜ÐBˆÿÿ%`•8Dˆÿÿ ÈgDf˜8Dˆÿÿ%`• Eˆÿÿ ÌgDf˜ Eˆÿÿ%`•Gˆÿÿ ÐgDf˜Gˆÿÿ%`•pHˆÿÿ ÔgDf˜pHˆÿÿ%`•ØIˆÿÿ ØgDf˜ØIˆÿÿ%`•@Kˆÿÿ ÜgDf˜@Kˆÿÿ%`•¨Lˆÿÿ àgDf˜¨Lˆÿÿ%`•Nˆÿÿ ägDf˜Nˆÿÿ%`•€ˆÿÿ ègDf˜€ˆÿÿ%`•hˆÿÿ ìgDf˜hˆÿÿ%`•Ђˆÿÿ ðgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ ôgDf˜8„ˆÿÿ%`• …ˆÿÿ øgDf˜ …ˆÿÿ%`•‡ˆÿÿ ügDf˜‡ˆÿÿ%`•pˆˆÿÿ!gDf˜pˆˆÿÿ%`•؉ˆÿÿ!gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ!gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ! gDf˜¨Œˆÿÿ%`•Žˆÿÿ!gDf˜Žˆÿÿ%`•Àhˆÿÿ!gDf˜Àhˆÿÿ%`•hÁhˆÿÿ!gDf˜hÁhˆÿÿ%`•ÐÂhˆÿÿ!gDf˜ÐÂhˆÿÿ%`•8Ähˆÿÿ! gDf˜8Ähˆÿÿ%`• Åhˆÿÿ!$gDf˜ Åhˆÿÿ%`•Çhˆÿÿ!(gDf˜Çhˆÿÿ%`•pÈhˆÿÿ!,gDf˜pÈhˆÿÿ%`•ØÉhˆÿÿ!0gDf˜ØÉhˆÿÿ%`•@Ëhˆÿÿ!4gDf˜@Ëhˆÿÿ%`•¨Ìhˆÿÿ!8gDf˜¨Ìhˆÿÿ%`•Îhˆÿÿ!<gDf˜Îhˆÿÿ%`• ?ˆÿÿ!@gDf˜ ?ˆÿÿ%`•h¡?ˆÿÿ!DgDf˜h¡?ˆÿÿ%`•Т?ˆÿÿ!HgDf˜Ð¢?ˆÿÿ%`•8¤?ˆÿÿ!LgDf˜8¤?ˆÿÿ%`• ¥?ˆÿÿ!PgDf˜ ¥?ˆÿÿ%`•§?ˆÿÿ!TgDf˜§?ˆÿÿ%`•p¨?ˆÿÿ!XgDf˜p¨?ˆÿÿ%`•Ø©?ˆÿÿ!\gDf˜Ø©?ˆÿÿ%`•@«?ˆÿÿ!`gDf˜@«?ˆÿÿ%`•¨¬?ˆÿÿ!dgDf˜¨¬?ˆÿÿ%`•®?ˆÿÿ!hgDf˜®?ˆÿÿ%`•$ˆÿÿ!lgDf˜$ˆÿÿ%`•h$ˆÿÿ!pgDf˜h$ˆÿÿ%`•Ð$ˆÿÿ!tgDf˜Ð$ˆÿÿ%`•8$ˆÿÿ!xgDf˜8$ˆÿÿ%`• $ˆÿÿ!|gDf˜ $ˆÿÿ%`•$ˆÿÿ!€gDf˜$ˆÿÿ%`•p$ˆÿÿ!„gDf˜p$ˆÿÿ%`•Ø$ˆÿÿ!ˆgDf˜Ø$ˆÿÿ%`•@$ˆÿÿ!ŒgDf˜@$ˆÿÿ%`•¨$ˆÿÿ!gDf˜¨$ˆÿÿ%`•$ˆÿÿ!”gDf˜$ˆÿÿ%`•@Hˆÿÿ!˜gDf˜@Hˆÿÿ%`•hAHˆÿÿ!œgDf˜hAHˆÿÿ%`•ÐBHˆÿÿ! gDf˜ÐBHˆÿÿ%`•8DHˆÿÿ!¤gDf˜8DHˆÿÿ%`• EHˆÿÿ!¨gDf˜ EHˆÿÿ%`•GHˆÿÿ!¬gDf˜GHˆÿÿ%`•pHHˆÿÿ!°gDf˜pHHˆÿÿ%`•ØIHˆÿÿ!´gDf˜ØIHˆÿÿ%`•@KHˆÿÿ!¸gDf˜@KHˆÿÿ%`•¨LHˆÿÿ!¼gDf˜¨LHˆÿÿ%`•NHˆÿÿ!ÀgDf˜NHˆÿÿ%`•€ˆÿÿ!ÄgDf˜€ˆÿÿ%`•hˆÿÿ!ÈgDf˜hˆÿÿ%`•Ђˆÿÿ!ÌgDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ!ÐgDf˜8„ˆÿÿ%`• …ˆÿÿ!ÔgDf˜ …ˆÿÿ%`•‡ˆÿÿ!ØgDf˜‡ˆÿÿ%`•pˆˆÿÿ!ÜgDf˜pˆˆÿÿ%`•؉ˆÿÿ!àgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ!ägDf˜@‹ˆÿÿ%`•¨Œˆÿÿ!ègDf˜¨Œˆÿÿ%`•Žˆÿÿ!ìgDf˜Žˆÿÿ%`•>™ˆÿÿ!ðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ!ôgDf˜¨<™ˆÿÿ%`•Øy ˆÿÿ!øgDf˜Øy ˆÿÿ%`•px ˆÿÿ!ügDf˜px ˆÿÿ%`•w ˆÿÿ"gDf˜w ˆÿÿ%`• u ˆÿÿ"gDf˜ u ˆÿÿ%`•8t ˆÿÿ"gDf˜8t ˆÿÿ%`•Ðr ˆÿÿ" gDf˜Ðr ˆÿÿ%`•hq ˆÿÿ"gDf˜hq ˆÿÿ%`•p ˆÿÿ"gDf˜p ˆÿÿ%`•€ˆÿÿ"gDf˜€ˆÿÿ%`•hˆÿÿ"gDf˜hˆÿÿ%`•Ђˆÿÿ" gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ"$gDf˜8„ˆÿÿ%`• …ˆÿÿ"(gDf˜ …ˆÿÿ%`•‡ˆÿÿ",gDf˜‡ˆÿÿ%`•pˆˆÿÿ"0gDf˜pˆˆÿÿ%`•؉ˆÿÿ"4gDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ"8gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ"<gDf˜¨Œˆÿÿ%`•Žˆÿÿ"@gDf˜Žˆÿÿ%`•@Úˆÿÿ"DgDf˜@Úˆÿÿ%`•hAÚˆÿÿ"HgDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿ"LgDf˜ÐBÚˆÿÿ%`• EÚˆÿÿ"P¤gDf˜ EÚˆÿÿ%`•GÚˆÿÿ#øügDf˜GÚˆÿÿ%`•pHÚˆÿÿ%ôügDf˜pHÚˆÿÿ%`•ØIÚˆÿÿ'ðgDf˜ØIÚˆÿÿ%`•@KÚˆÿÿ'üügDf˜@KÚˆÿÿ%`•¨LÚˆÿÿ)øügDf˜¨LÚˆÿÿ%`•NÚˆÿÿ+ôgDf˜NÚˆÿÿ%`•~ ˆÿÿ,ügDf˜~ ˆÿÿ%`•¨| ˆÿÿ-üˆgDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8DÚˆÿÿìˆgDf˜8DÚˆÿÿ%`•'ˆÿÿ.„gDf˜'ˆÿÿ%`•hq ˆÿÿ gDf˜hq ˆÿÿ%`•hq ˆÿÿ.ˆgDf˜hq ˆÿÿ%`•¨| ˆÿÿ.ŒØgDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/dgDf˜'ˆÿÿ%`•¨| ˆÿÿ/hŒgDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ/ôgDf˜'ˆÿÿ%`•¨| ˆÿÿìxgDf˜¨| ˆÿÿ%`•p ˆÿÿ7ôgDf˜p ˆÿÿ%`•~ ˆÿÿ8ø gDf˜~ ˆÿÿ%`•~ ˆÿÿ gDf˜~ ˆÿÿ%`•~ ˆÿÿ/øgDf˜~ ˆÿÿ%`•p ˆÿÿ/ügDf˜p ˆÿÿ%`•¨| ˆÿÿ0gDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`•¨| ˆÿÿ0 \gDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0|gDf˜'ˆÿÿ%`•¨| ˆÿÿ0€ gDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0 gDf˜'ˆÿÿ%`•¨| ˆÿÿ0¤ gDf˜¨| ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0ÄgDf˜'ˆÿÿ%`•¨| ˆÿÿ0ÈgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ0ÌgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ0ÐgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ0ÔgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ0ØgDf˜¨| ˆÿÿ%`•¨| ˆÿÿ0ÜgDf˜¨| ˆÿÿ%`•Ðr ˆÿÿ0àgDf˜Ðr ˆÿÿ%`•Ðr ˆÿÿ0ägDf˜Ðr ˆÿÿ%`•¨| ˆÿÿ0ègDf˜¨| ˆÿÿ%`•8t ˆÿÿ0ìgDf˜8t ˆÿÿ%`• u ˆÿÿ0ðgDf˜ u ˆÿÿ%`•hq ˆÿÿ0ôgDf˜hq ˆÿÿ%`•p ˆÿÿ0øgDf˜p ˆÿÿ%`•p ˆÿÿ0ügDf˜p ˆÿÿ%`•hq ˆÿÿ1gDf˜hq ˆÿÿ%`• u ˆÿÿ1gDf˜ u ˆÿÿ%`•8t ˆÿÿ1gDf˜8t ˆÿÿ%`•¨| ˆÿÿ1 gDf˜¨| ˆÿÿ%`•Ðr ˆÿÿ1gDf˜Ðr ˆÿÿ%`•~ ˆÿÿ1gDf˜~ ˆÿÿ%`•w ˆÿÿ1gDf˜w ˆÿÿ%`•px ˆÿÿ1gDf˜px ˆÿÿ%`•Øy ˆÿÿ1 gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ1$gDf˜@{ ˆÿÿ%`•¨<™ˆÿÿ1(gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ1,gDf˜>™ˆÿÿ%`• Åˆÿÿ10gDf˜ Åˆÿÿ%`•h¡Åˆÿÿ14gDf˜h¡Åˆÿÿ%`•Тňÿÿ18gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ1<gDf˜8¤Åˆÿÿ%`• ¥Åˆÿÿ1@gDf˜ ¥Åˆÿÿ%`• ¥Åˆÿÿ1DgDf˜ ¥Åˆÿÿ%`•8¤Åˆÿÿ1HgDf˜8¤Åˆÿÿ%`•Тňÿÿ1LgDf˜Ð¢Åˆÿÿ%`•h¡Åˆÿÿ1PgDf˜h¡Åˆÿÿ%`• Åˆÿÿ1TgDf˜ Åˆÿÿ%`•§Åˆÿÿ1XgDf˜§Åˆÿÿ%`•p¨Åˆÿÿ1\gDf˜p¨Åˆÿÿ%`•ةňÿÿ1`gDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ1dgDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ1hgDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ1lgDf˜®Åˆÿÿ%`•>™ˆÿÿ1pgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1tgDf˜¨<™ˆÿÿ%`•àˆÿÿ1xgDf˜àˆÿÿ%`•háˆÿÿ1|gDf˜háˆÿÿ%`•Ðâˆÿÿ1€gDf˜Ðâˆÿÿ%`•8äˆÿÿ1„gDf˜8äˆÿÿ%`• åˆÿÿ1ˆgDf˜ åˆÿÿ%`•çˆÿÿ1ŒgDf˜çˆÿÿ%`•pèˆÿÿ1gDf˜pèˆÿÿ%`•Øéˆÿÿ1”gDf˜Øéˆÿÿ%`•@ëˆÿÿ1˜gDf˜@ëˆÿÿ%`•¨ìˆÿÿ1œgDf˜¨ìˆÿÿ%`•îˆÿÿ1 gDf˜îˆÿÿ%`• ˆÿÿ1¤gDf˜ ˆÿÿ%`•h!ˆÿÿ1¨gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ1¬gDf˜Ð"ˆÿÿ%`•8$ˆÿÿ1°gDf˜8$ˆÿÿ%`• %ˆÿÿ1´gDf˜ %ˆÿÿ%`•'ˆÿÿ1¸gDf˜'ˆÿÿ%`•p(ˆÿÿ1¼gDf˜p(ˆÿÿ%`•Ø)ˆÿÿ1ÀgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ1ÄgDf˜@+ˆÿÿ%`•¨,ˆÿÿ1ÈgDf˜¨,ˆÿÿ%`•.ˆÿÿ1ÌgDf˜.ˆÿÿ%`•€&ˆÿÿ1ÐgDf˜€&ˆÿÿ%`•h&ˆÿÿ1ÔgDf˜h&ˆÿÿ%`•Ђ&ˆÿÿ1ØgDf˜Ð‚&ˆÿÿ%`•8„&ˆÿÿ1ÜgDf˜8„&ˆÿÿ%`• …&ˆÿÿ1àgDf˜ …&ˆÿÿ%`•‡&ˆÿÿ1ägDf˜‡&ˆÿÿ%`•pˆ&ˆÿÿ1ègDf˜pˆ&ˆÿÿ%`•؉&ˆÿÿ1ìgDf˜Ø‰&ˆÿÿ%`•@‹&ˆÿÿ1ðgDf˜@‹&ˆÿÿ%`•¨Œ&ˆÿÿ1ôgDf˜¨Œ&ˆÿÿ%`•Ž&ˆÿÿ1øgDf˜Ž&ˆÿÿ%`•Pˆÿÿ1ügDf˜Pˆÿÿ%`•hQˆÿÿ2gDf˜hQˆÿÿ%`•hQˆÿÿ2gDf˜hQˆÿÿ%`•Pˆÿÿ2gDf˜Pˆÿÿ%`•ÐRˆÿÿ2 gDf˜ÐRˆÿÿ%`•8Tˆÿÿ2gDf˜8Tˆÿÿ%`• Uˆÿÿ2gDf˜ Uˆÿÿ%`•Wˆÿÿ2gDf˜Wˆÿÿ%`•pXˆÿÿ2gDf˜pXˆÿÿ%`•ØYˆÿÿ2 gDf˜ØYˆÿÿ%`•@[ˆÿÿ2$gDf˜@[ˆÿÿ%`•¨\ˆÿÿ2(gDf˜¨\ˆÿÿ%`•^ˆÿÿ2,gDf˜^ˆÿÿ%`•¨<™ˆÿÿ20gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ24gDf˜>™ˆÿÿ%`•àˆÿÿ28gDf˜àˆÿÿ%`•háˆÿÿ2<gDf˜háˆÿÿ%`•Ðâˆÿÿ2@gDf˜Ðâˆÿÿ%`•8äˆÿÿ2DgDf˜8äˆÿÿ%`• åˆÿÿ2HgDf˜ åˆÿÿ%`•çˆÿÿ2LgDf˜çˆÿÿ%`•pèˆÿÿ2PgDf˜pèˆÿÿ%`•Øéˆÿÿ2TgDf˜Øéˆÿÿ%`•@ëˆÿÿ2XgDf˜@ëˆÿÿ%`•¨ìˆÿÿ2\gDf˜¨ìˆÿÿ%`•îˆÿÿ2`gDf˜îˆÿÿ%`•@…ˆÿÿ2dgDf˜@…ˆÿÿ%`•hA…ˆÿÿ2hgDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿ2lgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿ2pgDf˜8D…ˆÿÿ%`• E…ˆÿÿ2tgDf˜ E…ˆÿÿ%`•G…ˆÿÿ2xgDf˜G…ˆÿÿ%`•pH…ˆÿÿ2|gDf˜pH…ˆÿÿ%`•ØI…ˆÿÿ2€gDf˜ØI…ˆÿÿ%`•@K…ˆÿÿ2„gDf˜@K…ˆÿÿ%`•¨L…ˆÿÿ2ˆgDf˜¨L…ˆÿÿ%`•N…ˆÿÿ2ŒgDf˜N…ˆÿÿ%`•@Úˆÿÿ2gDf˜@Úˆÿÿ%`•hAÚˆÿÿ2”gDf˜hAÚˆÿÿ%`•ÐBÚˆÿÿ2˜gDf˜ÐBÚˆÿÿ%`•8DÚˆÿÿ2œgDf˜8DÚˆÿÿ%`• EÚˆÿÿ2 gDf˜ EÚˆÿÿ%`•GÚˆÿÿ2¤gDf˜GÚˆÿÿ%`•pHÚˆÿÿ2¨gDf˜pHÚˆÿÿ%`•ØIÚˆÿÿ2¬gDf˜ØIÚˆÿÿ%`•@KÚˆÿÿ2°gDf˜@KÚˆÿÿ%`•¨LÚˆÿÿ2´gDf˜¨LÚˆÿÿ%`•NÚˆÿÿ2¸gDf˜NÚˆÿÿ%`•Àˆÿÿ2¼gDf˜Àˆÿÿ%`•hÁˆÿÿ2ÀgDf˜hÁˆÿÿ%`•Јÿÿ2ÄgDf˜Ðˆÿÿ%`•8Ĉÿÿ2ÈgDf˜8Ĉÿÿ%`• Åˆÿÿ2ÌgDf˜ Åˆÿÿ%`•Ljÿÿ2ÐgDf˜Çˆÿÿ%`•pȈÿÿ2ÔgDf˜pȈÿÿ%`•ØÉˆÿÿ2ØgDf˜ØÉˆÿÿ%`•@ˈÿÿ2ÜgDf˜@ˈÿÿ%`•¨Ìˆÿÿ2àgDf˜¨Ìˆÿÿ%`•Έÿÿ2ägDf˜Îˆÿÿ%`•Ð@ ˆÿÿ2ègDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ2ìgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ2ðgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ2ôgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ2øgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ2ügDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ3gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ3gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ3gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ3 gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ3gDf˜Þ@ ˆÿÿ%`•@ ˆÿÿ3gDf˜@ ˆÿÿ%`•hA ˆÿÿ3gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ3gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ3 gDf˜8D ˆÿÿ%`• E ˆÿÿ3$gDf˜ E ˆÿÿ%`•G ˆÿÿ3(gDf˜G ˆÿÿ%`•pH ˆÿÿ3,gDf˜pH ˆÿÿ%`•ØI ˆÿÿ30gDf˜ØI ˆÿÿ%`•@K ˆÿÿ34gDf˜@K ˆÿÿ%`•¨L ˆÿÿ38gDf˜¨L ˆÿÿ%`•N ˆÿÿ3<gDf˜N ˆÿÿ%`• Èÿÿ3@gDf˜ Èÿÿ%`•h!Èÿÿ3DgDf˜h!Èÿÿ%`•Ð"Èÿÿ3HgDf˜Ð"Èÿÿ%`•8$Èÿÿ3LgDf˜8$Èÿÿ%`• %Èÿÿ3PgDf˜ %Èÿÿ%`•'Èÿÿ3TgDf˜'Èÿÿ%`•p(Èÿÿ3XgDf˜p(Èÿÿ%`•Ø)Èÿÿ3\gDf˜Ø)Èÿÿ%`•@+Èÿÿ3`gDf˜@+Èÿÿ%`•¨,Èÿÿ3dgDf˜¨,Èÿÿ%`•.Èÿÿ3hgDf˜.Èÿÿ%`• ˆÿÿ3lgDf˜ ˆÿÿ%`•h ˆÿÿ3pgDf˜h ˆÿÿ%`•Ð ˆÿÿ3tgDf˜Ð ˆÿÿ%`•8 ˆÿÿ3xgDf˜8 ˆÿÿ%`•  ˆÿÿ3|gDf˜  ˆÿÿ%`• ˆÿÿ3€gDf˜ ˆÿÿ%`•p ˆÿÿ3„gDf˜p ˆÿÿ%`•Ø  ˆÿÿ3ˆgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ3ŒgDf˜@  ˆÿÿ%`•¨  ˆÿÿ3gDf˜¨  ˆÿÿ%`• ˆÿÿ3”gDf˜ ˆÿÿ%`•àˆÿÿ3˜gDf˜àˆÿÿ%`•háˆÿÿ3œgDf˜háˆÿÿ%`•Ðâˆÿÿ3 gDf˜Ðâˆÿÿ%`•8äˆÿÿ3¤gDf˜8äˆÿÿ%`• åˆÿÿ3¨gDf˜ åˆÿÿ%`•çˆÿÿ3¬gDf˜çˆÿÿ%`•pèˆÿÿ3°gDf˜pèˆÿÿ%`•Øéˆÿÿ3´gDf˜Øéˆÿÿ%`•@ëˆÿÿ3¸gDf˜@ëˆÿÿ%`•¨ìˆÿÿ3¼gDf˜¨ìˆÿÿ%`•îˆÿÿ3ÀgDf˜îˆÿÿ%`• &ˆÿÿ3ÄgDf˜ &ˆÿÿ%`•h!&ˆÿÿ3ÈgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ3ÌgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ3ÐgDf˜8$&ˆÿÿ%`• %&ˆÿÿ3ÔgDf˜ %&ˆÿÿ%`•'&ˆÿÿ3ØgDf˜'&ˆÿÿ%`•p(&ˆÿÿ3ÜgDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ3àgDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ3ägDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ3ègDf˜¨,&ˆÿÿ%`•.&ˆÿÿ3ìgDf˜.&ˆÿÿ%`•`Mˆÿÿ3ðgDf˜`Mˆÿÿ%`•haMˆÿÿ3ôgDf˜haMˆÿÿ%`•ÐbMˆÿÿ3øgDf˜ÐbMˆÿÿ%`•8dMˆÿÿ3ügDf˜8dMˆÿÿ%`• eMˆÿÿ4gDf˜ eMˆÿÿ%`•gMˆÿÿ4gDf˜gMˆÿÿ%`•phMˆÿÿ4 gDf˜phMˆÿÿ%`•ØiMˆÿÿ4gDf˜ØiMˆÿÿ%`•@kMˆÿÿ4gDf˜@kMˆÿÿ%`•¨lMˆÿÿ4gDf˜¨lMˆÿÿ%`•nMˆÿÿ4gDf˜nMˆÿÿ%`•P± ˆÿÿ4 gDf˜P± ˆÿÿ%`•hQ± ˆÿÿ4$gDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ4(gDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ4,gDf˜8T± ˆÿÿ%`• U± ˆÿÿ40gDf˜ U± ˆÿÿ%`•W± ˆÿÿ44gDf˜W± ˆÿÿ%`•pX± ˆÿÿ48gDf˜pX± ˆÿÿ%`•ØY± ˆÿÿ4<gDf˜ØY± ˆÿÿ%`•@[± ˆÿÿ4@gDf˜@[± ˆÿÿ%`•¨\± ˆÿÿ4DgDf˜¨\± ˆÿÿ%`•^± ˆÿÿ4HgDf˜^± ˆÿÿ%`•>™ˆÿÿ4LgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ4PgDf˜¨<™ˆÿÿ%`•8Ĉÿÿ4TgDf˜8Ĉÿÿ%`•Јÿÿ4XgDf˜Ðˆÿÿ%`•hÁˆÿÿ4\gDf˜hÁˆÿÿ%`•Àˆÿÿ4`gDf˜Àˆÿÿ%`•)ˆÿÿ4dgDf˜)ˆÿÿ%`•h)ˆÿÿ4hgDf˜h)ˆÿÿ%`•Ð)ˆÿÿ4lgDf˜Ð)ˆÿÿ%`•8)ˆÿÿ4pgDf˜8)ˆÿÿ%`• )ˆÿÿ4tgDf˜ )ˆÿÿ%`•)ˆÿÿ4xgDf˜)ˆÿÿ%`•p)ˆÿÿ4|gDf˜p)ˆÿÿ%`•Ø)ˆÿÿ4€gDf˜Ø)ˆÿÿ%`•@)ˆÿÿ4„gDf˜@)ˆÿÿ%`•¨)ˆÿÿ4ˆgDf˜¨)ˆÿÿ%`•)ˆÿÿ4ŒgDf˜)ˆÿÿ%`•ˆÿÿ4gDf˜ˆÿÿ%`•h‘ˆÿÿ4”gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ4˜gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ4œgDf˜8”ˆÿÿ%`• •ˆÿÿ4 gDf˜ •ˆÿÿ%`•—ˆÿÿ4¤gDf˜—ˆÿÿ%`•p˜ˆÿÿ4¨gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ4¬gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ4°gDf˜@›ˆÿÿ%`•¨œˆÿÿ4´gDf˜¨œˆÿÿ%`•žˆÿÿ4¸gDf˜žˆÿÿ%`• ‘ˆÿÿ4¼gDf˜ ‘ˆÿÿ%`•h!‘ˆÿÿ4ÀgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ4ÄgDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ4ÈgDf˜8$‘ˆÿÿ%`• %‘ˆÿÿ4ÌgDf˜ %‘ˆÿÿ%`•'‘ˆÿÿ4ÐgDf˜'‘ˆÿÿ%`•p(‘ˆÿÿ4ÔgDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ4ØgDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ4ÜgDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ4àgDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ4ägDf˜.‘ˆÿÿ%`•À¥ˆÿÿ4ègDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ4ìgDf˜hÁ¥ˆÿÿ%`•ÐÂ¥ˆÿÿ4ðgDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ4ôgDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ4øgDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ4ügDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ5gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ5gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ5gDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ5 gDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ5gDf˜Î¥ˆÿÿ%`•Έÿÿ5gDf˜Îˆÿÿ%`•¨Ìˆÿÿ5gDf˜¨Ìˆÿÿ%`•@ˈÿÿ5gDf˜@ˈÿÿ%`•ØÉˆÿÿ5 gDf˜ØÉˆÿÿ%`•pȈÿÿ5$gDf˜pȈÿÿ%`•Ljÿÿ5(gDf˜Çˆÿÿ%`• Åˆÿÿ5,gDf˜ Åˆÿÿ%`•Ð@ ˆÿÿ50gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ54gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ58gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ5<gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ5@gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ5DgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ5HgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ5LgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ5PgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ5TgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ5XgDf˜Þ@ ˆÿÿ%`•ʈÿÿ5\gDf˜Êˆÿÿ%`•h‘ʈÿÿ5`gDf˜h‘ʈÿÿ%`•Вʈÿÿ5dgDf˜Ð’ʈÿÿ%`•8”ʈÿÿ5hgDf˜8”ʈÿÿ%`• •ʈÿÿ5lgDf˜ •ʈÿÿ%`•—ʈÿÿ5pgDf˜—ʈÿÿ%`•p˜Êˆÿÿ5tgDf˜p˜Êˆÿÿ%`•ؙʈÿÿ5xgDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ5|gDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ5€gDf˜¨œÊˆÿÿ%`•žÊˆÿÿ5„gDf˜žÊˆÿÿ%`•À+ˆÿÿ5ˆgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ5ŒgDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ5gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ5”gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ5˜gDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ5œgDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ5 gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ5¤gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ5¨gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ5¬gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ5°gDf˜Î+ˆÿÿ%`• Åˆÿÿ5´gDf˜ Åˆÿÿ%`•h¡Åˆÿÿ5¸gDf˜h¡Åˆÿÿ%`•Тňÿÿ5¼gDf˜Ð¢Åˆÿÿ%`•8¤Åˆÿÿ5ÀgDf˜8¤Åˆÿÿ%`• ¥Åˆÿÿ5ÄgDf˜ ¥Åˆÿÿ%`•§Åˆÿÿ5ÈgDf˜§Åˆÿÿ%`•p¨Åˆÿÿ5ÌgDf˜p¨Åˆÿÿ%`•ةňÿÿ5ÐgDf˜Ø©Åˆÿÿ%`•@«Åˆÿÿ5ÔgDf˜@«Åˆÿÿ%`•¨¬Åˆÿÿ5ØgDf˜¨¬Åˆÿÿ%`•®Åˆÿÿ5ÜgDf˜®Åˆÿÿ%`•01ˆÿÿ5àgDf˜01ˆÿÿ%`•h11ˆÿÿ5ägDf˜h11ˆÿÿ%`•Ð21ˆÿÿ5ègDf˜Ð21ˆÿÿ%`•841ˆÿÿ5ìgDf˜841ˆÿÿ%`• 51ˆÿÿ5ðgDf˜ 51ˆÿÿ%`•71ˆÿÿ5ôgDf˜71ˆÿÿ%`•p81ˆÿÿ5øgDf˜p81ˆÿÿ%`•Ø91ˆÿÿ5ügDf˜Ø91ˆÿÿ%`•@;1ˆÿÿ6gDf˜@;1ˆÿÿ%`•¨<1ˆÿÿ6gDf˜¨<1ˆÿÿ%`•>1ˆÿÿ6gDf˜>1ˆÿÿ%`•¨,&ˆÿÿ6 gDf˜¨,&ˆÿÿ%`•@+&ˆÿÿ6gDf˜@+&ˆÿÿ%`•Ø)&ˆÿÿ6gDf˜Ø)&ˆÿÿ%`•p(&ˆÿÿ6gDf˜p(&ˆÿÿ%`•'&ˆÿÿ6gDf˜'&ˆÿÿ%`• %&ˆÿÿ6 gDf˜ %&ˆÿÿ%`•8$&ˆÿÿ6$gDf˜8$&ˆÿÿ%`•Ð"&ˆÿÿ6(gDf˜Ð"&ˆÿÿ%`•h!&ˆÿÿ6,gDf˜h!&ˆÿÿ%`• &ˆÿÿ60gDf˜ &ˆÿÿ%`•@Fˆÿÿ64gDf˜@Fˆÿÿ%`•hAFˆÿÿ68gDf˜hAFˆÿÿ%`•ÐBFˆÿÿ6<gDf˜ÐBFˆÿÿ%`•8DFˆÿÿ6@gDf˜8DFˆÿÿ%`• EFˆÿÿ6DgDf˜ EFˆÿÿ%`•GFˆÿÿ6HgDf˜GFˆÿÿ%`•pHFˆÿÿ6LgDf˜pHFˆÿÿ%`•ØIFˆÿÿ6PgDf˜ØIFˆÿÿ%`•@KFˆÿÿ6TgDf˜@KFˆÿÿ%`•¨LFˆÿÿ6XgDf˜¨LFˆÿÿ%`•NFˆÿÿ6\gDf˜NFˆÿÿ%`•Pˆÿÿ6`gDf˜Pˆÿÿ%`•hQˆÿÿ6dgDf˜hQˆÿÿ%`•ÐRˆÿÿ6hgDf˜ÐRˆÿÿ%`•8Tˆÿÿ6lgDf˜8Tˆÿÿ%`• Uˆÿÿ6pgDf˜ Uˆÿÿ%`•Wˆÿÿ6tgDf˜Wˆÿÿ%`•pXˆÿÿ6xgDf˜pXˆÿÿ%`•ØYˆÿÿ6|gDf˜ØYˆÿÿ%`•@[ˆÿÿ6€gDf˜@[ˆÿÿ%`•¨\ˆÿÿ6„gDf˜¨\ˆÿÿ%`•^ˆÿÿ6ˆgDf˜^ˆÿÿ%`•.&ˆÿÿ6ŒgDf˜.&ˆÿÿ%`•¨<™ˆÿÿ6gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6”gDf˜>™ˆÿÿ%`•Àˆÿÿ6˜gDf˜Àˆÿÿ%`•hÁˆÿÿ6œgDf˜hÁˆÿÿ%`•Јÿÿ6 gDf˜Ðˆÿÿ%`•8Ĉÿÿ6¤gDf˜8Ĉÿÿ%`•Ð)ˆÿÿ6¨gDf˜Ð)ˆÿÿ%`•h)ˆÿÿ6¬gDf˜h)ˆÿÿ%`•)ˆÿÿ6°gDf˜)ˆÿÿ%`•à6ˆÿÿ6´gDf˜à6ˆÿÿ%`•há6ˆÿÿ6¸gDf˜há6ˆÿÿ%`•Ðâ6ˆÿÿ6¼gDf˜Ðâ6ˆÿÿ%`•8ä6ˆÿÿ6ÀgDf˜8ä6ˆÿÿ%`• å6ˆÿÿ6ÄgDf˜ å6ˆÿÿ%`•ç6ˆÿÿ6ÈgDf˜ç6ˆÿÿ%`•pè6ˆÿÿ6ÌgDf˜pè6ˆÿÿ%`•Øé6ˆÿÿ6ÐgDf˜Øé6ˆÿÿ%`•@ë6ˆÿÿ6ÔgDf˜@ë6ˆÿÿ%`•¨ì6ˆÿÿ6ØgDf˜¨ì6ˆÿÿ%`•î6ˆÿÿ6ÜgDf˜î6ˆÿÿ%`•Ðîˆÿÿ6àgDf˜Ðîˆÿÿ%`•hÑîˆÿÿ6ägDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ6ègDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ6ìgDf˜8Ôîˆÿÿ%`• Õîˆÿÿ6ðgDf˜ Õîˆÿÿ%`•×îˆÿÿ6ôgDf˜×îˆÿÿ%`•pØîˆÿÿ6øgDf˜pØîˆÿÿ%`•ØÙîˆÿÿ6ügDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ7gDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ7gDf˜¨Üîˆÿÿ%`•Þîˆÿÿ7gDf˜Þîˆÿÿ%`•)ˆÿÿ7 gDf˜)ˆÿÿ%`•¨)ˆÿÿ7gDf˜¨)ˆÿÿ%`•@)ˆÿÿ7gDf˜@)ˆÿÿ%`•Ø)ˆÿÿ7gDf˜Ø)ˆÿÿ%`•p)ˆÿÿ7gDf˜p)ˆÿÿ%`•)ˆÿÿ7 gDf˜)ˆÿÿ%`• )ˆÿÿ7$gDf˜ )ˆÿÿ%`•8)ˆÿÿ7(gDf˜8)ˆÿÿ%`•hÁ¥ˆÿÿ7,gDf˜hÁ¥ˆÿÿ%`•À¥ˆÿÿ70gDf˜À¥ˆÿÿ%`• ˆÿÿ74gDf˜ ˆÿÿ%`•h ˆÿÿ78gDf˜h ˆÿÿ%`•Ð ˆÿÿ7<gDf˜Ð ˆÿÿ%`•8 ˆÿÿ7@gDf˜8 ˆÿÿ%`•  ˆÿÿ7DgDf˜  ˆÿÿ%`• ˆÿÿ7HgDf˜ ˆÿÿ%`•p ˆÿÿ7LgDf˜p ˆÿÿ%`•Ø  ˆÿÿ7PgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ7TgDf˜@  ˆÿÿ%`•¨  ˆÿÿ7XgDf˜¨  ˆÿÿ%`• ˆÿÿ7\gDf˜ ˆÿÿ%`••ˆÿÿ7`gDf˜•ˆÿÿ%`•h•ˆÿÿ7dgDf˜h•ˆÿÿ%`•Еˆÿÿ7hgDf˜Ð•ˆÿÿ%`•8•ˆÿÿ7lgDf˜8•ˆÿÿ%`• •ˆÿÿ7pgDf˜ •ˆÿÿ%`••ˆÿÿ7tgDf˜•ˆÿÿ%`•p•ˆÿÿ7xgDf˜p•ˆÿÿ%`•Ø•ˆÿÿ7|gDf˜Ø•ˆÿÿ%`•@•ˆÿÿ7€gDf˜@•ˆÿÿ%`•¨•ˆÿÿ7„gDf˜¨•ˆÿÿ%`••ˆÿÿ7ˆgDf˜•ˆÿÿ%`•Î¥ˆÿÿ7ŒgDf˜Î¥ˆÿÿ%`•¨Ì¥ˆÿÿ7gDf˜¨Ì¥ˆÿÿ%`•@Ë¥ˆÿÿ7”gDf˜@Ë¥ˆÿÿ%`•ØÉ¥ˆÿÿ7˜gDf˜ØÉ¥ˆÿÿ%`•pÈ¥ˆÿÿ7œgDf˜pÈ¥ˆÿÿ%`•Ç¥ˆÿÿ7 gDf˜Ç¥ˆÿÿ%`• Å¥ˆÿÿ7¤gDf˜ Å¥ˆÿÿ%`•8Ä¥ˆÿÿ7¨gDf˜8Ä¥ˆÿÿ%`•ÐÂ¥ˆÿÿ7¬gDf˜ÐÂ¥ˆÿÿ%`• Åˆÿÿ7°gDf˜ Åˆÿÿ%`•Ljÿÿ7´gDf˜Çˆÿÿ%`•pȈÿÿ7¸gDf˜pȈÿÿ%`•ØÉˆÿÿ7¼gDf˜ØÉˆÿÿ%`•@ˈÿÿ7ÀgDf˜@ˈÿÿ%`•¨Ìˆÿÿ7ÄgDf˜¨Ìˆÿÿ%`•Έÿÿ7ÈgDf˜Îˆÿÿ%`• •ʈÿÿ7ÌgDf˜ •ʈÿÿ%`•8”ʈÿÿ7ÐgDf˜8”ʈÿÿ%`•Вʈÿÿ7ÔgDf˜Ð’ʈÿÿ%`•h‘ʈÿÿ7ØgDf˜h‘ʈÿÿ%`•ʈÿÿ7ÜgDf˜Êˆÿÿ%`• Èÿÿ7àgDf˜ Èÿÿ%`•h!Èÿÿ7ägDf˜h!Èÿÿ%`•Ð"Èÿÿ7ègDf˜Ð"Èÿÿ%`•8$Èÿÿ7ìgDf˜8$Èÿÿ%`• %Èÿÿ7ðgDf˜ %Èÿÿ%`•'Èÿÿ7ôgDf˜'Èÿÿ%`•p(Èÿÿ7øgDf˜p(Èÿÿ%`•Ø)Èÿÿ7ügDf˜Ø)Èÿÿ%`•@+Èÿÿ8gDf˜@+Èÿÿ%`•¨,Èÿÿ8gDf˜¨,Èÿÿ%`•.Èÿÿ8 gDf˜.Èÿÿ%`•žÊˆÿÿ8gDf˜žÊˆÿÿ%`•¨œÊˆÿÿ8gDf˜¨œÊˆÿÿ%`•@›Êˆÿÿ8gDf˜@›Êˆÿÿ%`•ؙʈÿÿ8gDf˜Ø™Êˆÿÿ%`•p˜Êˆÿÿ8 gDf˜p˜Êˆÿÿ%`•—ʈÿÿ8$gDf˜—ʈÿÿ%`•841ˆÿÿ8(gDf˜841ˆÿÿ%`•Ð21ˆÿÿ8,gDf˜Ð21ˆÿÿ%`•h11ˆÿÿ80gDf˜h11ˆÿÿ%`•01ˆÿÿ84gDf˜01ˆÿÿ%`•À*ˆÿÿ88gDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ8<gDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ8@gDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ8DgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ8HgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ8LgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ8PgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ8TgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ8XgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ8\gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ8`gDf˜Î*ˆÿÿ%`• Êˆÿÿ8dgDf˜ Êˆÿÿ%`•h¡Êˆÿÿ8hgDf˜h¡Êˆÿÿ%`•Тʈÿÿ8lgDf˜Ð¢Êˆÿÿ%`•8¤Êˆÿÿ8pgDf˜8¤Êˆÿÿ%`• ¥Êˆÿÿ8tgDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ8xgDf˜§Êˆÿÿ%`•p¨Êˆÿÿ8|gDf˜p¨Êˆÿÿ%`•ةʈÿÿ8€gDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿ8„gDf˜@«Êˆÿÿ%`•¨¬Êˆÿÿ8ˆgDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ8ŒgDf˜®Êˆÿÿ%`•>1ˆÿÿ8gDf˜>1ˆÿÿ%`•¨<1ˆÿÿ8”gDf˜¨<1ˆÿÿ%`•@;1ˆÿÿ8˜gDf˜@;1ˆÿÿ%`•Ø91ˆÿÿ8œgDf˜Ø91ˆÿÿ%`•p81ˆÿÿ8 gDf˜p81ˆÿÿ%`•71ˆÿÿ8¤gDf˜71ˆÿÿ%`• 51ˆÿÿ8¨gDf˜ 51ˆÿÿ%`• &ˆÿÿ8¬gDf˜ &ˆÿÿ%`•h!&ˆÿÿ8°gDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ8´gDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ8¸gDf˜8$&ˆÿÿ%`• %&ˆÿÿ8¼gDf˜ %&ˆÿÿ%`•'&ˆÿÿ8ÀgDf˜'&ˆÿÿ%`•p(&ˆÿÿ8ÄgDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ8ÈgDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ8ÌgDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ8ÐgDf˜¨,&ˆÿÿ%`•8Tˆÿÿ8ÔgDf˜8Tˆÿÿ%`•ÐRˆÿÿ8ØgDf˜ÐRˆÿÿ%`•hQˆÿÿ8ÜgDf˜hQˆÿÿ%`•Pˆÿÿ8àgDf˜Pˆÿÿ%`•ˆÿÿ8ägDf˜ˆÿÿ%`•hˆÿÿ8ègDf˜hˆÿÿ%`•Јÿÿ8ìgDf˜Ðˆÿÿ%`•8ˆÿÿ8ðgDf˜8ˆÿÿ%`• ˆÿÿ8ôgDf˜ ˆÿÿ%`•ˆÿÿ8øgDf˜ˆÿÿ%`•pˆÿÿ8ügDf˜pˆÿÿ%`•Ø ˆÿÿ9gDf˜Ø ˆÿÿ%`•@ ˆÿÿ9gDf˜@ ˆÿÿ%`•¨ ˆÿÿ9gDf˜¨ ˆÿÿ%`•ˆÿÿ9 gDf˜ˆÿÿ%`•^ˆÿÿ9gDf˜^ˆÿÿ%`•¨\ˆÿÿ9gDf˜¨\ˆÿÿ%`•@[ˆÿÿ9gDf˜@[ˆÿÿ%`•ØYˆÿÿ9gDf˜ØYˆÿÿ%`•pXˆÿÿ9 gDf˜pXˆÿÿ%`•Wˆÿÿ9$gDf˜Wˆÿÿ%`• Uˆÿÿ9(gDf˜ Uˆÿÿ%`•.&ˆÿÿ9,gDf˜.&ˆÿÿ%`•>™ˆÿÿ90gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ94gDf˜¨<™ˆÿÿ%`•8Ĉÿÿ98gDf˜8Ĉÿÿ%`•Јÿÿ9<gDf˜Ðˆÿÿ%`•hÁˆÿÿ9@gDf˜hÁˆÿÿ%`•Àˆÿÿ9DgDf˜Àˆÿÿ%`•)ˆÿÿ9HgDf˜)ˆÿÿ%`•h)ˆÿÿ9LgDf˜h)ˆÿÿ%`•Ð)ˆÿÿ9PgDf˜Ð)ˆÿÿ%`•8Ôîˆÿÿ9TgDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿ9XgDf˜ÐÒîˆÿÿ%`•hÑîˆÿÿ9\gDf˜hÑîˆÿÿ%`•Ðîˆÿÿ9`gDf˜Ðîˆÿÿ%`•°ˆÿÿ9dgDf˜°ˆÿÿ%`•h±ˆÿÿ9hgDf˜h±ˆÿÿ%`•вˆÿÿ9lgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ9pgDf˜8´ˆÿÿ%`• µˆÿÿ9tgDf˜ µˆÿÿ%`•·ˆÿÿ9xgDf˜·ˆÿÿ%`•p¸ˆÿÿ9|gDf˜p¸ˆÿÿ%`•عˆÿÿ9€gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ9„gDf˜@»ˆÿÿ%`•¨¼ˆÿÿ9ˆgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ9ŒgDf˜¾ˆÿÿ%`•Þîˆÿÿ9gDf˜Þîˆÿÿ%`•¨Üîˆÿÿ9”gDf˜¨Üîˆÿÿ%`•@Ûîˆÿÿ9˜gDf˜@Ûîˆÿÿ%`•ØÙîˆÿÿ9œgDf˜ØÙîˆÿÿ%`•pØîˆÿÿ9 gDf˜pØîˆÿÿ%`•×îˆÿÿ9¤gDf˜×îˆÿÿ%`• Õîˆÿÿ9¨gDf˜ Õîˆÿÿ%`•8)ˆÿÿ9¬gDf˜8)ˆÿÿ%`• )ˆÿÿ9°gDf˜ )ˆÿÿ%`•)ˆÿÿ9´gDf˜)ˆÿÿ%`•p)ˆÿÿ9¸gDf˜p)ˆÿÿ%`•Ø)ˆÿÿ9¼gDf˜Ø)ˆÿÿ%`•@)ˆÿÿ9ÀgDf˜@)ˆÿÿ%`•¨)ˆÿÿ9ÄgDf˜¨)ˆÿÿ%`•)ˆÿÿ9ÈgDf˜)ˆÿÿ%`•À¥ˆÿÿ9ÌgDf˜À¥ˆÿÿ%`•hÁ¥ˆÿÿ9ÐgDf˜hÁ¥ˆÿÿ%`•8•ˆÿÿ9ÔgDf˜8•ˆÿÿ%`•Еˆÿÿ9ØgDf˜Ð•ˆÿÿ%`•h•ˆÿÿ9ÜgDf˜h•ˆÿÿ%`••ˆÿÿ9àgDf˜•ˆÿÿ%`•Pˆÿÿ9ägDf˜Pˆÿÿ%`•hQˆÿÿ9ègDf˜hQˆÿÿ%`•ÐRˆÿÿ9ìgDf˜ÐRˆÿÿ%`•8Tˆÿÿ9ðgDf˜8Tˆÿÿ%`• Uˆÿÿ9ôgDf˜ Uˆÿÿ%`•Wˆÿÿ9øgDf˜Wˆÿÿ%`•pXˆÿÿ9ügDf˜pXˆÿÿ%`•ØYˆÿÿ:gDf˜ØYˆÿÿ%`•@[ˆÿÿ:gDf˜@[ˆÿÿ%`•¨\ˆÿÿ:gDf˜¨\ˆÿÿ%`•^ˆÿÿ: gDf˜^ˆÿÿ%`••ˆÿÿ:gDf˜•ˆÿÿ%`•¨•ˆÿÿ:gDf˜¨•ˆÿÿ%`•@•ˆÿÿ:gDf˜@•ˆÿÿ%`•Ø•ˆÿÿ:gDf˜Ø•ˆÿÿ%`•p•ˆÿÿ: gDf˜p•ˆÿÿ%`••ˆÿÿ:$gDf˜•ˆÿÿ%`• •ˆÿÿ:(gDf˜ •ˆÿÿ%`•ÐÂ¥ˆÿÿ:,gDf˜ÐÂ¥ˆÿÿ%`•8Ä¥ˆÿÿ:0gDf˜8Ä¥ˆÿÿ%`• Å¥ˆÿÿ:4gDf˜ Å¥ˆÿÿ%`•Ç¥ˆÿÿ:8gDf˜Ç¥ˆÿÿ%`•pÈ¥ˆÿÿ:<gDf˜pÈ¥ˆÿÿ%`•ØÉ¥ˆÿÿ:@gDf˜ØÉ¥ˆÿÿ%`•@Ë¥ˆÿÿ:DgDf˜@Ë¥ˆÿÿ%`•¨Ì¥ˆÿÿ:HgDf˜¨Ì¥ˆÿÿ%`•Î¥ˆÿÿ:LgDf˜Î¥ˆÿÿ%`•Έÿÿ:PgDf˜Îˆÿÿ%`•¨Ìˆÿÿ:TgDf˜¨Ìˆÿÿ%`•@ˈÿÿ:XgDf˜@ˈÿÿ%`•ØÉˆÿÿ:\gDf˜ØÉˆÿÿ%`•pȈÿÿ:`gDf˜pȈÿÿ%`•Ljÿÿ:dgDf˜Çˆÿÿ%`• Åˆÿÿ:hgDf˜ Åˆÿÿ%`•ʈÿÿ:lgDf˜Êˆÿÿ%`•—ʈÿÿ:pgDf˜—ʈÿÿ%`•p˜Êˆÿÿ:tgDf˜p˜Êˆÿÿ%`•ؙʈÿÿ:xgDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ:|gDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ:€gDf˜¨œÊˆÿÿ%`•žÊˆÿÿ:„gDf˜žÊˆÿÿ%`•h‘ʈÿÿ:ˆgDf˜h‘ʈÿÿ%`•Вʈÿÿ:ŒgDf˜Ð’ʈÿÿ%`•8”ʈÿÿ:gDf˜8”ʈÿÿ%`• •ʈÿÿ:”gDf˜ •ʈÿÿ%`•01ˆÿÿ:˜gDf˜01ˆÿÿ%`•h11ˆÿÿ:œgDf˜h11ˆÿÿ%`•Ð21ˆÿÿ: gDf˜Ð21ˆÿÿ%`•841ˆÿÿ:¤gDf˜841ˆÿÿ%`•8¤Êˆÿÿ:¨gDf˜8¤Êˆÿÿ%`•Тʈÿÿ:¬gDf˜Ð¢Êˆÿÿ%`•h¡Êˆÿÿ:°gDf˜h¡Êˆÿÿ%`• Êˆÿÿ:´gDf˜ Êˆÿÿ%`•Ð1ˆÿÿ:¸gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿ:¼gDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿ:ÀgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿ:ÄgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿ:ÈgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ:ÌgDf˜×1ˆÿÿ%`•pØ1ˆÿÿ:ÐgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿ:ÔgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ:ØgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ:ÜgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿ:àgDf˜Þ1ˆÿÿ%`•À*ˆÿÿ:ägDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ:ègDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ:ìgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ:ðgDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ:ôgDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ:øgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ:ügDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ;gDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ;gDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ;gDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ; gDf˜Î*ˆÿÿ%`•®Êˆÿÿ;gDf˜®Êˆÿÿ%`•¨¬Êˆÿÿ;gDf˜¨¬Êˆÿÿ%`•@«Êˆÿÿ;gDf˜@«Êˆÿÿ%`•ةʈÿÿ;gDf˜Ø©Êˆÿÿ%`•p¨Êˆÿÿ; gDf˜p¨Êˆÿÿ%`•§Êˆÿÿ;$gDf˜§Êˆÿÿ%`• ¥Êˆÿÿ;(gDf˜ ¥Êˆÿÿ%`• 51ˆÿÿ;,gDf˜ 51ˆÿÿ%`•71ˆÿÿ;0gDf˜71ˆÿÿ%`•p81ˆÿÿ;4gDf˜p81ˆÿÿ%`•Ø91ˆÿÿ;8gDf˜Ø91ˆÿÿ%`•@;1ˆÿÿ;<gDf˜@;1ˆÿÿ%`•¨<1ˆÿÿ;@gDf˜¨<1ˆÿÿ%`•>1ˆÿÿ;DgDf˜>1ˆÿÿ%`•¨,&ˆÿÿ;HgDf˜¨,&ˆÿÿ%`•@+&ˆÿÿ;LgDf˜@+&ˆÿÿ%`•Ø)&ˆÿÿ;PgDf˜Ø)&ˆÿÿ%`•p(&ˆÿÿ;TgDf˜p(&ˆÿÿ%`•'&ˆÿÿ;XgDf˜'&ˆÿÿ%`• %&ˆÿÿ;\gDf˜ %&ˆÿÿ%`•8$&ˆÿÿ;`gDf˜8$&ˆÿÿ%`•Ð"&ˆÿÿ;dgDf˜Ð"&ˆÿÿ%`•h!&ˆÿÿ;hgDf˜h!&ˆÿÿ%`• &ˆÿÿ;lgDf˜ &ˆÿÿ%`•.&ˆÿÿ;pgDf˜.&ˆÿÿ%`•¨<™ˆÿÿ;tgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ;xgDf˜>™ˆÿÿ%`•Àˆÿÿ;|gDf˜Àˆÿÿ%`•hÁˆÿÿ;€gDf˜hÁˆÿÿ%`•Јÿÿ;„gDf˜Ðˆÿÿ%`•8Ĉÿÿ;ˆgDf˜8Ĉÿÿ%`•Ð)ˆÿÿ;ŒgDf˜Ð)ˆÿÿ%`•h)ˆÿÿ;gDf˜h)ˆÿÿ%`•)ˆÿÿ;”gDf˜)ˆÿÿ%`•Ðîˆÿÿ;˜gDf˜Ðîˆÿÿ%`•hÑîˆÿÿ;œgDf˜hÑîˆÿÿ%`•ÐÒîˆÿÿ; gDf˜ÐÒîˆÿÿ%`•8Ôîˆÿÿ;¤gDf˜8Ôîˆÿÿ%`•8´ˆÿÿ;¨gDf˜8´ˆÿÿ%`•вˆÿÿ;¬gDf˜Ð²ˆÿÿ%`•h±ˆÿÿ;°gDf˜h±ˆÿÿ%`•°ˆÿÿ;´gDf˜°ˆÿÿ%`•Àœˆÿÿ;¸gDf˜Àœˆÿÿ%`•hÁœˆÿÿ;¼gDf˜hÁœˆÿÿ%`•Мˆÿÿ;ÀgDf˜Ðœˆÿÿ%`•8Äœˆÿÿ;ÄgDf˜8Äœˆÿÿ%`• Åœˆÿÿ;ÈgDf˜ Åœˆÿÿ%`•Çœˆÿÿ;ÌgDf˜Çœˆÿÿ%`•pÈœˆÿÿ;ÐgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿ;ÔgDf˜ØÉœˆÿÿ%`•@Ëœˆÿÿ;ØgDf˜@Ëœˆÿÿ%`•¨Ìœˆÿÿ;ÜgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ;àgDf˜Μˆÿÿ%`•:ˆÿÿ;ägDf˜:ˆÿÿ%`•h:ˆÿÿ;ègDf˜h:ˆÿÿ%`•Ð:ˆÿÿ;ìgDf˜Ð:ˆÿÿ%`•8:ˆÿÿ;ðgDf˜8:ˆÿÿ%`• :ˆÿÿ;ôgDf˜ :ˆÿÿ%`•:ˆÿÿ;øgDf˜:ˆÿÿ%`•p:ˆÿÿ;ügDf˜p:ˆÿÿ%`•Ø:ˆÿÿ<gDf˜Ø:ˆÿÿ%`•@:ˆÿÿ<gDf˜@:ˆÿÿ%`•¨:ˆÿÿ<gDf˜¨:ˆÿÿ%`•:ˆÿÿ<gDf˜:ˆÿÿ%`•¾ˆÿÿ<gDf˜¾ˆÿÿ%`•¨¼ˆÿÿ<gDf˜¨¼ˆÿÿ%`•@»ˆÿÿ<gDf˜@»ˆÿÿ%`•عˆÿÿ< gDf˜Ø¹ˆÿÿ%`•p¸ˆÿÿ<$gDf˜p¸ˆÿÿ%`•·ˆÿÿ<(gDf˜·ˆÿÿ%`• µˆÿÿ<,gDf˜ µˆÿÿ%`• Õîˆÿÿ<0gDf˜ Õîˆÿÿ%`•×îˆÿÿ<4gDf˜×îˆÿÿ%`•pØîˆÿÿ<8gDf˜pØîˆÿÿ%`•ØÙîˆÿÿ<<gDf˜ØÙîˆÿÿ%`•@Ûîˆÿÿ<@gDf˜@Ûîˆÿÿ%`•¨Üîˆÿÿ1ˆÿÿ=ÌgDf˜>1ˆÿÿ%`•¨<1ˆÿÿ=ÐgDf˜¨<1ˆÿÿ%`•@;1ˆÿÿ=ÔgDf˜@;1ˆÿÿ%`•Ø91ˆÿÿ=ØgDf˜Ø91ˆÿÿ%`•p81ˆÿÿ=ÜgDf˜p81ˆÿÿ%`•71ˆÿÿ=àgDf˜71ˆÿÿ%`• 51ˆÿÿ=ägDf˜ 51ˆÿÿ%`• &ˆÿÿ=ègDf˜ &ˆÿÿ%`•h!&ˆÿÿ=ìgDf˜h!&ˆÿÿ%`•Ð"&ˆÿÿ=ðgDf˜Ð"&ˆÿÿ%`•8$&ˆÿÿ=ôgDf˜8$&ˆÿÿ%`• %&ˆÿÿ=øgDf˜ %&ˆÿÿ%`•'&ˆÿÿ=ügDf˜'&ˆÿÿ%`•p(&ˆÿÿ>gDf˜p(&ˆÿÿ%`•Ø)&ˆÿÿ>gDf˜Ø)&ˆÿÿ%`•@+&ˆÿÿ>gDf˜@+&ˆÿÿ%`•¨,&ˆÿÿ> gDf˜¨,&ˆÿÿ%`•.&ˆÿÿ>gDf˜.&ˆÿÿ%`•>™ˆÿÿ>gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ>gDf˜¨<™ˆÿÿ%`•8Ĉÿÿ>gDf˜8Ĉÿÿ%`•Јÿÿ> gDf˜Ðˆÿÿ%`•hÁˆÿÿ>$gDf˜hÁˆÿÿ%`•Àˆÿÿ>(gDf˜Àˆÿÿ%`•)ˆÿÿ>,gDf˜)ˆÿÿ%`•h)ˆÿÿ>0gDf˜h)ˆÿÿ%`•Ð)ˆÿÿ>4gDf˜Ð)ˆÿÿ%`•8Ôîˆÿÿ>8gDf˜8Ôîˆÿÿ%`•ÐÒîˆÿÿ><gDf˜ÐÒîˆÿÿ%`•hÑîˆÿÿ>@gDf˜hÑîˆÿÿ%`•Ðîˆÿÿ>DgDf˜Ðîˆÿÿ%`•°ˆÿÿ>HgDf˜°ˆÿÿ%`•h±ˆÿÿ>LgDf˜h±ˆÿÿ%`•вˆÿÿ>PgDf˜Ð²ˆÿÿ%`•8´ˆÿÿ>TgDf˜8´ˆÿÿ%`•8:ˆÿÿ>XgDf˜8:ˆÿÿ%`•Ð:ˆÿÿ>\gDf˜Ð:ˆÿÿ%`•h:ˆÿÿ>`gDf˜h:ˆÿÿ%`•:ˆÿÿ>dgDf˜:ˆÿÿ%`•ˆÿÿ>hgDf˜ˆÿÿ%`•hˆÿÿ>lgDf˜hˆÿÿ%`•Јÿÿ>pgDf˜Ðˆÿÿ%`•8ˆÿÿ>tgDf˜8ˆÿÿ%`• ˆÿÿ>xgDf˜ ˆÿÿ%`•ˆÿÿ>|gDf˜ˆÿÿ%`•pˆÿÿ>€gDf˜pˆÿÿ%`•Ø ˆÿÿ>„gDf˜Ø ˆÿÿ%`•@ ˆÿÿ>ˆgDf˜@ ˆÿÿ%`•¨ ˆÿÿ>ŒgDf˜¨ ˆÿÿ%`•ˆÿÿ>gDf˜ˆÿÿ%`•:ˆÿÿ>”gDf˜:ˆÿÿ%`•¨:ˆÿÿ>˜gDf˜¨:ˆÿÿ%`•@:ˆÿÿ>œgDf˜@:ˆÿÿ%`•Ø:ˆÿÿ> gDf˜Ø:ˆÿÿ%`•p:ˆÿÿ>¤gDf˜p:ˆÿÿ%`•:ˆÿÿ>¨gDf˜:ˆÿÿ%`• :ˆÿÿ>¬gDf˜ :ˆÿÿ%`• µˆÿÿ>°gDf˜ µˆÿÿ%`•·ˆÿÿ>´gDf˜·ˆÿÿ%`•p¸ˆÿÿ>¸gDf˜p¸ˆÿÿ%`•عˆÿÿ>¼gDf˜Ø¹ˆÿÿ%`•@»ˆÿÿ>ÀgDf˜@»ˆÿÿ%`•¨¼ˆÿÿ>ÄgDf˜¨¼ˆÿÿ%`•¾ˆÿÿ>ÈgDf˜¾ˆÿÿ%`•Þîˆÿÿ>ÌgDf˜Þîˆÿÿ%`•¨Üîˆÿÿ>ÐgDf˜¨Üîˆÿÿ%`•@Ûîˆÿÿ>ÔgDf˜@Ûîˆÿÿ%`•ØÙîˆÿÿ>ØgDf˜ØÙîˆÿÿ%`•pØîˆÿÿ>ÜgDf˜pØîˆÿÿ%`•×îˆÿÿ>àgDf˜×îˆÿÿ%`• Õîˆÿÿ>ägDf˜ Õîˆÿÿ%`•8)ˆÿÿ>ègDf˜8)ˆÿÿ%`• )ˆÿÿ>ìgDf˜ )ˆÿÿ%`•)ˆÿÿ>ðgDf˜)ˆÿÿ%`•p)ˆÿÿ>ôgDf˜p)ˆÿÿ%`•Ø)ˆÿÿ>øgDf˜Ø)ˆÿÿ%`•@)ˆÿÿ>ügDf˜@)ˆÿÿ%`•¨)ˆÿÿ?gDf˜¨)ˆÿÿ%`•)ˆÿÿ?gDf˜)ˆÿÿ%`•Έÿÿ?gDf˜Îˆÿÿ%`•¨Ìˆÿÿ? gDf˜¨Ìˆÿÿ%`•@ˈÿÿ?gDf˜@ˈÿÿ%`•ØÉˆÿÿ?gDf˜ØÉˆÿÿ%`•pȈÿÿ?gDf˜pȈÿÿ%`•Ljÿÿ?gDf˜Çˆÿÿ%`• Åˆÿÿ? gDf˜ Åˆÿÿ%`•ʈÿÿ?$gDf˜Êˆÿÿ%`•—ʈÿÿ?(gDf˜—ʈÿÿ%`•8ô:ˆÿÿ?,gDf˜8ô:ˆÿÿ%`•Ðò:ˆÿÿ?0gDf˜Ðò:ˆÿÿ%`•hñ:ˆÿÿ?4gDf˜hñ:ˆÿÿ%`•ð:ˆÿÿ?8gDf˜ð:ˆÿÿ%`•Žˆÿÿ?<gDf˜Žˆÿÿ%`•hŽˆÿÿ?@gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ?DgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ?HgDf˜8Žˆÿÿ%`• Žˆÿÿ?LgDf˜ Žˆÿÿ%`•Žˆÿÿ?PgDf˜Žˆÿÿ%`•pŽˆÿÿ?TgDf˜pŽˆÿÿ%`•Ø Žˆÿÿ?XgDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ?\gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ?`gDf˜¨ Žˆÿÿ%`•Žˆÿÿ?dgDf˜Žˆÿÿ%`•½ˆÿÿ?hgDf˜½ˆÿÿ%`•h½ˆÿÿ?lgDf˜h½ˆÿÿ%`•нˆÿÿ?pgDf˜Ð½ˆÿÿ%`•8½ˆÿÿ?tgDf˜8½ˆÿÿ%`• ½ˆÿÿ?xgDf˜ ½ˆÿÿ%`•½ˆÿÿ?|gDf˜½ˆÿÿ%`•p½ˆÿÿ?€gDf˜p½ˆÿÿ%`•Ø ½ˆÿÿ?„gDf˜Ø ½ˆÿÿ%`•@ ½ˆÿÿ?ˆgDf˜@ ½ˆÿÿ%`•¨ ½ˆÿÿ?ŒgDf˜¨ ½ˆÿÿ%`•½ˆÿÿ?gDf˜½ˆÿÿ%`•þ:ˆÿÿ?”gDf˜þ:ˆÿÿ%`•¨ü:ˆÿÿ?˜gDf˜¨ü:ˆÿÿ%`•@û:ˆÿÿ?œgDf˜@û:ˆÿÿ%`•Øù:ˆÿÿ? gDf˜Øù:ˆÿÿ%`•pø:ˆÿÿ?¤gDf˜pø:ˆÿÿ%`•÷:ˆÿÿ?¨gDf˜÷:ˆÿÿ%`• õ:ˆÿÿ?¬gDf˜ õ:ˆÿÿ%`•p˜Êˆÿÿ?°gDf˜p˜Êˆÿÿ%`•ؙʈÿÿ?´gDf˜Ø™Êˆÿÿ%`•@›Êˆÿÿ?¸gDf˜@›Êˆÿÿ%`•¨œÊˆÿÿ?¼gDf˜¨œÊˆÿÿ%`•žÊˆÿÿ?ÀgDf˜žÊˆÿÿ%`•h‘ʈÿÿ?ÄgDf˜h‘ʈÿÿ%`•Вʈÿÿ?ÈgDf˜Ð’ʈÿÿ%`•8”ʈÿÿ?ÌgDf˜8”ʈÿÿ%`• •ʈÿÿ?ÐgDf˜ •ʈÿÿ%`•01ˆÿÿ?ÔgDf˜01ˆÿÿ%`•h11ˆÿÿ?ØgDf˜h11ˆÿÿ%`•Ð21ˆÿÿ?ÜgDf˜Ð21ˆÿÿ%`•841ˆÿÿ?àgDf˜841ˆÿÿ%`•8¤Êˆÿÿ?ägDf˜8¤Êˆÿÿ%`•Тʈÿÿ?ègDf˜Ð¢Êˆÿÿ%`•h¡Êˆÿÿ?ìgDf˜h¡Êˆÿÿ%`• Êˆÿÿ?ðgDf˜ Êˆÿÿ%`•®Êˆÿÿ?ôgDf˜®Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ?øgDf˜'ˆÿÿ%`•®Êˆÿÿ gDf˜®Êˆÿÿ%`• Êˆÿÿ7ègDf˜ Êˆÿÿ%`•Тʈÿÿ`ÈgDf˜Ð¢Êˆÿÿ%`•h¡Êˆÿÿ gDf˜h¡Êˆÿÿ%`•8¤ÊˆÿÿgDf˜8¤Êˆÿÿ%`•ةʈÿÿƒ,gDf˜Ø©Êˆÿÿ%`•@«Êˆÿÿƒ4gDf˜@«Êˆÿÿ%`•¨¬ÊˆÿÿÑdgDf˜¨¬Êˆÿÿ%`•§ÊˆÿÿìlgDf˜§Êˆÿÿ%`• ¥Êˆÿÿ! gDf˜ ¥Êˆÿÿ%`•p¨Êˆÿÿƒ<gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ?ügDf˜p¨Êˆÿÿ%`• ¥Êˆÿÿ@gDf˜ ¥Êˆÿÿ%`•§Êˆÿÿ@ðgDf˜§Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿAgDf˜'ˆÿÿ%`•§ÊˆÿÿAügDf˜§Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•§ÊˆÿÿBÜgDf˜§Êˆÿÿ%`•ةʈÿÿÔgDf˜Ø©Êˆÿÿ%`•8¤Êˆÿÿ¤,gDf˜8¤Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿägDf˜'ˆÿÿ%`•8¤ÊˆÿÿèügDf˜8¤Êˆÿÿ%`• ¥ÊˆÿÿäðgDf˜ ¥Êˆÿÿ%`•ةʈÿÿÜügDf˜Ø©Êˆÿÿ%`•§Êˆÿÿ ØgDf˜§Êˆÿÿ%`•h¡Êˆÿÿ ÜügDf˜h¡Êˆÿÿ%`•Тʈÿÿ ØgDf˜Ð¢Êˆÿÿ%`•p¨Êˆÿÿ àœgDf˜p¨Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ |gDf˜'ˆÿÿ%`•Тʈÿÿ{°gDf˜Ð¢Êˆÿÿ%`•p¨ÊˆÿÿgDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨ÊˆÿÿzL gDf˜p¨Êˆÿÿ%`•Тʈÿÿ{gDf˜Ð¢Êˆÿÿ%`•Тʈÿÿ gDf˜Ð¢Êˆÿÿ%`•ТʈÿÿgDf˜Ð¢Êˆÿÿ%`•p¨Êˆÿÿ/øgDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ~gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ{tgDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ!gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`•p¨Êˆÿÿ €gDf˜p¨Êˆÿÿ%`•Тʈÿÿ „ügDf˜Ð¢Êˆÿÿ%`•h¡Êˆÿÿ€HgDf˜h¡Êˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•h¡ÊˆÿÿÌgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿÐgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿÔgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿØgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿÜgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿägDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿègDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿìgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿðgDf˜h¡Êˆÿÿ%`•h¡ÊˆÿÿôgDf˜h¡Êˆÿÿ%`•¨¬ÊˆÿÿøgDf˜¨¬Êˆÿÿ%`•ТʈÿÿügDf˜Ð¢Êˆÿÿ%`•ТʈÿÿgDf˜Ð¢Êˆÿÿ%`•¨¬ÊˆÿÿgDf˜¨¬Êˆÿÿ%`•h¡ÊˆÿÿgDf˜h¡Êˆÿÿ%`•@«Êˆÿÿ gDf˜@«Êˆÿÿ%`•8¤ÊˆÿÿgDf˜8¤Êˆÿÿ%`• ¥ÊˆÿÿgDf˜ ¥Êˆÿÿ%`•ةʈÿÿgDf˜Ø©Êˆÿÿ%`•§ÊˆÿÿgDf˜§Êˆÿÿ%`•p¨Êˆÿÿ gDf˜p¨Êˆÿÿ%`• Êˆÿÿ$gDf˜ Êˆÿÿ%`•®Êˆÿÿ(gDf˜®Êˆÿÿ%`•¨<™ˆÿÿ,gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ0gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ4gDf˜>™ˆÿÿ%`• þ ˆÿÿ8gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ<gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ@gDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿDgDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿHgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿLgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿPgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿTgDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿXgDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ\gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ`gDf˜®þ ˆÿÿ%`•`܈ÿÿdgDf˜`܈ÿÿ%`•ha܈ÿÿhgDf˜ha܈ÿÿ%`•Ðb܈ÿÿlgDf˜Ðb܈ÿÿ%`•8d܈ÿÿpgDf˜8d܈ÿÿ%`• e܈ÿÿtgDf˜ e܈ÿÿ%`•g܈ÿÿxgDf˜g܈ÿÿ%`•ph܈ÿÿ|gDf˜ph܈ÿÿ%`•Øi܈ÿÿ€gDf˜Øi܈ÿÿ%`•@k܈ÿÿ„gDf˜@k܈ÿÿ%`•¨l܈ÿÿˆgDf˜¨l܈ÿÿ%`•n܈ÿÿŒgDf˜n܈ÿÿ%`•mˆÿÿgDf˜mˆÿÿ%`•hmˆÿÿ”gDf˜hmˆÿÿ%`•Ðmˆÿÿ˜gDf˜Ðmˆÿÿ%`•8mˆÿÿœgDf˜8mˆÿÿ%`• mˆÿÿ gDf˜ mˆÿÿ%`•mˆÿÿ¤gDf˜mˆÿÿ%`•pmˆÿÿ¨gDf˜pmˆÿÿ%`•Ømˆÿÿ¬gDf˜Ømˆÿÿ%`•@mˆÿÿ°gDf˜@mˆÿÿ%`•¨mˆÿÿ´gDf˜¨mˆÿÿ%`•mˆÿÿ¸gDf˜mˆÿÿ%`•ð¯ˆÿÿ¼gDf˜ð¯ˆÿÿ%`•ð¯ˆÿÿÀgDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿÄgDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿÈgDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿÌgDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿÐgDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿÔgDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿØgDf˜pø¯ˆÿÿ%`•Øù¯ˆÿÿÜgDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿàgDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿägDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿègDf˜þ¯ˆÿÿ%`•>™ˆÿÿìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•BˆÿÿôgDf˜Bˆÿÿ%`•hBˆÿÿøgDf˜hBˆÿÿ%`•ÐBˆÿÿügDf˜ÐBˆÿÿ%`•8BˆÿÿgDf˜8Bˆÿÿ%`• BˆÿÿgDf˜ Bˆÿÿ%`•BˆÿÿgDf˜Bˆÿÿ%`•pBˆÿÿ gDf˜pBˆÿÿ%`•ØBˆÿÿgDf˜ØBˆÿÿ%`•@BˆÿÿgDf˜@Bˆÿÿ%`•¨BˆÿÿgDf˜¨Bˆÿÿ%`•BˆÿÿgDf˜Bˆÿÿ%`•p ˆÿÿ gDf˜p ˆÿÿ%`•hq ˆÿÿ$gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ(gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ,gDf˜8t ˆÿÿ%`• u ˆÿÿ0gDf˜ u ˆÿÿ%`•w ˆÿÿ4gDf˜w ˆÿÿ%`•px ˆÿÿ8gDf˜px ˆÿÿ%`•Øy ˆÿÿ<gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ@gDf˜@{ ˆÿÿ%`•¨| ˆÿÿDgDf˜¨| ˆÿÿ%`•~ ˆÿÿHgDf˜~ ˆÿÿ%`•p³ˆÿÿLgDf˜p³ˆÿÿ%`•hq³ˆÿÿPgDf˜hq³ˆÿÿ%`•Ðr³ˆÿÿTgDf˜Ðr³ˆÿÿ%`•8t³ˆÿÿXgDf˜8t³ˆÿÿ%`• u³ˆÿÿ\gDf˜ u³ˆÿÿ%`•w³ˆÿÿ`gDf˜w³ˆÿÿ%`•px³ˆÿÿdgDf˜px³ˆÿÿ%`•Øy³ˆÿÿhgDf˜Øy³ˆÿÿ%`•@{³ˆÿÿlgDf˜@{³ˆÿÿ%`•¨|³ˆÿÿpgDf˜¨|³ˆÿÿ%`•~³ˆÿÿtgDf˜~³ˆÿÿ%`•ЫˆÿÿxgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ|gDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ€gDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ„gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿˆgDf˜ Õ«ˆÿÿ%`•׫ˆÿÿŒgDf˜׫ˆÿÿ%`•pØ«ˆÿÿgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ”gDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ˜gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿœgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ gDf˜Þ«ˆÿÿ%`•  ˆÿÿ¤gDf˜  ˆÿÿ%`•h¡ ˆÿÿ¨gDf˜h¡ ˆÿÿ%`•Т ˆÿÿ¬gDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ°gDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ´gDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ¸gDf˜§ ˆÿÿ%`•p¨ ˆÿÿ¼gDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿÀgDf˜Ø© ˆÿÿ%`•@« ˆÿÿÄgDf˜@« ˆÿÿ%`•¨¬ ˆÿÿÈgDf˜¨¬ ˆÿÿ%`•® ˆÿÿÌgDf˜® ˆÿÿ%`•݈ÿÿÐgDf˜Ýˆÿÿ%`•h݈ÿÿÔgDf˜h݈ÿÿ%`•Ð݈ÿÿØgDf˜Ð݈ÿÿ%`•8݈ÿÿÜgDf˜8݈ÿÿ%`• ÝˆÿÿàgDf˜ Ýˆÿÿ%`•݈ÿÿägDf˜Ýˆÿÿ%`•p݈ÿÿègDf˜p݈ÿÿ%`•ØÝˆÿÿìgDf˜ØÝˆÿÿ%`•@݈ÿÿðgDf˜@݈ÿÿ%`•¨ÝˆÿÿôgDf˜¨Ýˆÿÿ%`•݈ÿÿøgDf˜Ýˆÿÿ%`•ÀÛ ˆÿÿügDf˜ÀÛ ˆÿÿ%`•hÁÛ ˆÿÿgDf˜hÁÛ ˆÿÿ%`•ÐÂÛ ˆÿÿgDf˜ÐÂÛ ˆÿÿ%`•8ÄÛ ˆÿÿgDf˜8ÄÛ ˆÿÿ%`• ÅÛ ˆÿÿ gDf˜ ÅÛ ˆÿÿ%`•ÇÛ ˆÿÿgDf˜ÇÛ ˆÿÿ%`•pÈÛ ˆÿÿgDf˜pÈÛ ˆÿÿ%`•ØÉÛ ˆÿÿgDf˜ØÉÛ ˆÿÿ%`•@ËÛ ˆÿÿgDf˜@ËÛ ˆÿÿ%`•¨ÌÛ ˆÿÿ gDf˜¨ÌÛ ˆÿÿ%`•ÎÛ ˆÿÿ$gDf˜ÎÛ ˆÿÿ%`• Õˆÿÿ(gDf˜ Õˆÿÿ%`•h!Õˆÿÿ,gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ0gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ4gDf˜8$Õˆÿÿ%`• %Õˆÿÿ8gDf˜ %Õˆÿÿ%`•'Õˆÿÿ<gDf˜'Õˆÿÿ%`•p(Õˆÿÿ@gDf˜p(Õˆÿÿ%`•Ø)ÕˆÿÿDgDf˜Ø)Õˆÿÿ%`•@+ÕˆÿÿHgDf˜@+Õˆÿÿ%`•¨,ÕˆÿÿLgDf˜¨,Õˆÿÿ%`•.ÕˆÿÿPgDf˜.Õˆÿÿ%`•¨<™ˆÿÿTgDf˜¨<™ˆÿÿ%`•>™ˆÿÿXgDf˜>™ˆÿÿ%`• Õ«ˆÿÿ\gDf˜ Õ«ˆÿÿ%`•8Ô«ˆÿÿ`gDf˜8Ô«ˆÿÿ%`•ÐÒ«ˆÿÿdgDf˜ÐÒ«ˆÿÿ%`•hÑ«ˆÿÿhgDf˜hÑ«ˆÿÿ%`•ЫˆÿÿlgDf˜Ð«ˆÿÿ%`•À ˆÿÿpgDf˜À ˆÿÿ%`•hÁ ˆÿÿtgDf˜hÁ ˆÿÿ%`•РˆÿÿxgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ|gDf˜8Ä ˆÿÿ%`• Å ˆÿÿ€gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ„gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿˆgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿŒgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ”gDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ˜gDf˜Î ˆÿÿ%`•01ˆÿÿœgDf˜01ˆÿÿ%`•h11ˆÿÿ gDf˜h11ˆÿÿ%`•Ð21ˆÿÿ¤gDf˜Ð21ˆÿÿ%`•841ˆÿÿ¨gDf˜841ˆÿÿ%`• 51ˆÿÿ¬gDf˜ 51ˆÿÿ%`•71ˆÿÿ°gDf˜71ˆÿÿ%`•p81ˆÿÿ´gDf˜p81ˆÿÿ%`•Ø91ˆÿÿ¸gDf˜Ø91ˆÿÿ%`•@;1ˆÿÿ¼gDf˜@;1ˆÿÿ%`•¨<1ˆÿÿÀgDf˜¨<1ˆÿÿ%`•>1ˆÿÿÄgDf˜>1ˆÿÿ%`•³ˆÿÿÈgDf˜³ˆÿÿ%`•h³ˆÿÿÌgDf˜h³ˆÿÿ%`•гˆÿÿÐgDf˜Ð³ˆÿÿ%`•8³ˆÿÿÔgDf˜8³ˆÿÿ%`• ³ˆÿÿØgDf˜ ³ˆÿÿ%`•³ˆÿÿÜgDf˜³ˆÿÿ%`•p³ˆÿÿàgDf˜p³ˆÿÿ%`•سˆÿÿägDf˜Ø³ˆÿÿ%`•@³ˆÿÿègDf˜@³ˆÿÿ%`•¨³ˆÿÿìgDf˜¨³ˆÿÿ%`•³ˆÿÿðgDf˜³ˆÿÿ%`• ¨ˆÿÿôgDf˜ ¨ˆÿÿ%`•h¡¨ˆÿÿøgDf˜h¡¨ˆÿÿ%`•Т¨ˆÿÿügDf˜Ð¢¨ˆÿÿ%`•8¤¨ˆÿÿgDf˜8¤¨ˆÿÿ%`• ¥¨ˆÿÿgDf˜ ¥¨ˆÿÿ%`•§¨ˆÿÿgDf˜§¨ˆÿÿ%`•p¨¨ˆÿÿ gDf˜p¨¨ˆÿÿ%`•Ø©¨ˆÿÿgDf˜Ø©¨ˆÿÿ%`•@«¨ˆÿÿgDf˜@«¨ˆÿÿ%`•¨¬¨ˆÿÿgDf˜¨¬¨ˆÿÿ%`•®¨ˆÿÿgDf˜®¨ˆÿÿ%`•0¯ˆÿÿ gDf˜0¯ˆÿÿ%`•h1¯ˆÿÿ$gDf˜h1¯ˆÿÿ%`•Ð2¯ˆÿÿ(gDf˜Ð2¯ˆÿÿ%`•84¯ˆÿÿ,gDf˜84¯ˆÿÿ%`• 5¯ˆÿÿ0gDf˜ 5¯ˆÿÿ%`•7¯ˆÿÿ4gDf˜7¯ˆÿÿ%`•p8¯ˆÿÿ8gDf˜p8¯ˆÿÿ%`•Ø9¯ˆÿÿ<gDf˜Ø9¯ˆÿÿ%`•@;¯ˆÿÿ@gDf˜@;¯ˆÿÿ%`•¨<¯ˆÿÿDgDf˜¨<¯ˆÿÿ%`•>¯ˆÿÿHgDf˜>¯ˆÿÿ%`•àdˆÿÿLgDf˜àdˆÿÿ%`•hádˆÿÿPgDf˜hádˆÿÿ%`•ÐâdˆÿÿTgDf˜Ðâdˆÿÿ%`•8ädˆÿÿXgDf˜8ädˆÿÿ%`• ådˆÿÿ\gDf˜ ådˆÿÿ%`•çdˆÿÿ`gDf˜çdˆÿÿ%`•pèdˆÿÿdgDf˜pèdˆÿÿ%`•ØédˆÿÿhgDf˜Øédˆÿÿ%`•@ëdˆÿÿlgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿpgDf˜¨ìdˆÿÿ%`•îdˆÿÿtgDf˜îdˆÿÿ%`•mˆÿÿxgDf˜mˆÿÿ%`•hmˆÿÿ|gDf˜hmˆÿÿ%`•Ðmˆÿÿ€gDf˜Ðmˆÿÿ%`•8mˆÿÿ„gDf˜8mˆÿÿ%`• mˆÿÿˆgDf˜ mˆÿÿ%`•mˆÿÿŒgDf˜mˆÿÿ%`•pmˆÿÿgDf˜pmˆÿÿ%`•Ømˆÿÿ”gDf˜Ømˆÿÿ%`•@mˆÿÿ˜gDf˜@mˆÿÿ%`•¨mˆÿÿœgDf˜¨mˆÿÿ%`•mˆÿÿ gDf˜mˆÿÿ%`•€(ˆÿÿ¤gDf˜€(ˆÿÿ%`•h(ˆÿÿ¨gDf˜h(ˆÿÿ%`•Ђ(ˆÿÿ¬gDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿ°gDf˜8„(ˆÿÿ%`• …(ˆÿÿ´gDf˜ …(ˆÿÿ%`•‡(ˆÿÿ¸gDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿ¼gDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿÀgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿÄgDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿÈgDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿÌgDf˜Ž(ˆÿÿ%`•£ˆÿÿÐgDf˜£ˆÿÿ%`•h£ˆÿÿÔgDf˜h£ˆÿÿ%`•УˆÿÿØgDf˜Ð£ˆÿÿ%`•8£ˆÿÿÜgDf˜8£ˆÿÿ%`• £ˆÿÿàgDf˜ £ˆÿÿ%`•£ˆÿÿègDf˜£ˆÿÿ%`•p£ˆÿÿìgDf˜p£ˆÿÿ%`•Ø£ˆÿÿðgDf˜Ø£ˆÿÿ%`•@£ˆÿÿôgDf˜@£ˆÿÿ%`•¨£ˆÿÿøgDf˜¨£ˆÿÿ%`•£ˆÿÿügDf˜£ˆÿÿ%`• ‚ ˆÿÿgDf˜ ‚ ˆÿÿ%`•h¡‚ ˆÿÿgDf˜h¡‚ ˆÿÿ%`•Т‚ ˆÿÿgDf˜Ð¢‚ ˆÿÿ%`•8¤‚ ˆÿÿ gDf˜8¤‚ ˆÿÿ%`• ¥‚ ˆÿÿgDf˜ ¥‚ ˆÿÿ%`•§‚ ˆÿÿgDf˜§‚ ˆÿÿ%`•p¨‚ ˆÿÿgDf˜p¨‚ ˆÿÿ%`•Ø©‚ ˆÿÿgDf˜Ø©‚ ˆÿÿ%`•@«‚ ˆÿÿ gDf˜@«‚ ˆÿÿ%`•¨¬‚ ˆÿÿ$gDf˜¨¬‚ ˆÿÿ%`•®‚ ˆÿÿ(gDf˜®‚ ˆÿÿ%`•Þ«ˆÿÿ,gDf˜Þ«ˆÿÿ%`•¨Ü«ˆÿÿ0gDf˜¨Ü«ˆÿÿ%`•@Û«ˆÿÿ4gDf˜@Û«ˆÿÿ%`•ØÙ«ˆÿÿ8gDf˜ØÙ«ˆÿÿ%`•pØ«ˆÿÿ<gDf˜pØ«ˆÿÿ%`•׫ˆÿÿ@gDf˜׫ˆÿÿ%`• ÕˆÿÿDgDf˜ Õˆÿÿ%`•P^ ˆÿÿHgDf˜P^ ˆÿÿ%`•hQ^ ˆÿÿLgDf˜hQ^ ˆÿÿ%`•ÐR^ ˆÿÿPgDf˜ÐR^ ˆÿÿ%`•8T^ ˆÿÿTgDf˜8T^ ˆÿÿ%`• U^ ˆÿÿXgDf˜ U^ ˆÿÿ%`•W^ ˆÿÿ\gDf˜W^ ˆÿÿ%`•pX^ ˆÿÿ`gDf˜pX^ ˆÿÿ%`•ØY^ ˆÿÿdgDf˜ØY^ ˆÿÿ%`•@[^ ˆÿÿhgDf˜@[^ ˆÿÿ%`•¨\^ ˆÿÿlgDf˜¨\^ ˆÿÿ%`•^^ ˆÿÿpgDf˜^^ ˆÿÿ%`• ߈ÿÿtgDf˜ ߈ÿÿ%`•h!߈ÿÿxgDf˜h!߈ÿÿ%`•Ð"߈ÿÿ|gDf˜Ð"߈ÿÿ%`•8$߈ÿÿ€gDf˜8$߈ÿÿ%`• %߈ÿÿ„gDf˜ %߈ÿÿ%`•'߈ÿÿˆgDf˜'߈ÿÿ%`•p(߈ÿÿŒgDf˜p(߈ÿÿ%`•Ø)߈ÿÿgDf˜Ø)߈ÿÿ%`•@+߈ÿÿ”gDf˜@+߈ÿÿ%`•¨,߈ÿÿ˜gDf˜¨,߈ÿÿ%`•.߈ÿÿœgDf˜.߈ÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•h ˆÿÿ¤gDf˜h ˆÿÿ%`•Ð ˆÿÿ¨gDf˜Ð ˆÿÿ%`•8 ˆÿÿ¬gDf˜8 ˆÿÿ%`•  ˆÿÿ°gDf˜  ˆÿÿ%`• ˆÿÿ´gDf˜ ˆÿÿ%`•p ˆÿÿ¸gDf˜p ˆÿÿ%`•Ø  ˆÿÿ¼gDf˜Ø  ˆÿÿ%`•@  ˆÿÿÀgDf˜@  ˆÿÿ%`•¨  ˆÿÿÄgDf˜¨  ˆÿÿ%`• ˆÿÿÈgDf˜ ˆÿÿ%`•.ÕˆÿÿÌgDf˜.Õˆÿÿ%`•¨,ÕˆÿÿÐgDf˜¨,Õˆÿÿ%`•@+ÕˆÿÿÔgDf˜@+Õˆÿÿ%`•Ø)ÕˆÿÿØgDf˜Ø)Õˆÿÿ%`•p(ÕˆÿÿÜgDf˜p(Õˆÿÿ%`•'ÕˆÿÿàgDf˜'Õˆÿÿ%`• %ÕˆÿÿägDf˜ %Õˆÿÿ%`•8$ÕˆÿÿègDf˜8$Õˆÿÿ%`•Ð"ÕˆÿÿìgDf˜Ð"Õˆÿÿ%`•h!ÕˆÿÿðgDf˜h!Õˆÿÿ%`•>™ˆÿÿôgDf˜>™ˆÿÿ%`•¨<™ˆÿÿøgDf˜¨<™ˆÿÿ%`•ЫˆÿÿügDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ gDf˜ Õ«ˆÿÿ%`•841ˆÿÿgDf˜841ˆÿÿ%`•Ð21ˆÿÿgDf˜Ð21ˆÿÿ%`•h11ˆÿÿgDf˜h11ˆÿÿ%`•01ˆÿÿgDf˜01ˆÿÿ%`•@ˆÿÿ gDf˜@ˆÿÿ%`•h@ˆÿÿ$gDf˜h@ˆÿÿ%`•Ð@ˆÿÿ(gDf˜Ð@ˆÿÿ%`•@@ˆÿÿ,ügDf˜@@ˆÿÿ%`•¨@ˆÿÿ(ÀgDf˜¨@ˆÿÿ%`•@ˆÿÿìügDf˜@ˆÿÿ%`•>1ˆÿÿèügDf˜>1ˆÿÿ%`•¨<1ˆÿÿägDf˜¨<1ˆÿÿ%`•@;1ˆÿÿðügDf˜@;1ˆÿÿ%`•Ø91ˆÿÿì¼gDf˜Ø91ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¨gDf˜'ˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•8@ˆÿÿgDf˜8@ˆÿÿ%`•Ø@ˆÿÿ}DgDf˜Ø@ˆÿÿ%`• @ˆÿÿ}LgDf˜ @ˆÿÿ%`•p@ˆÿÿáìgDf˜p@ˆÿÿ%`•Ø91ˆÿÿ gDf˜Ø91ˆÿÿ%`•@;1ˆÿÿ gDf˜@;1ˆÿÿ%`•Ø91ˆÿÿáðgDf˜Ø91ˆÿÿ%`•>1ˆÿÿâgDf˜>1ˆÿÿ%`•>1ˆÿÿ gDf˜>1ˆÿÿ%`•>1ˆÿÿâ8gDf˜>1ˆÿÿ%`•>1ˆÿÿ gDf˜>1ˆÿÿ%`•¨<™ˆÿÿí|ÜgDf˜¨<™ˆÿÿ%`•>™ˆÿÿñP$gDf˜>™ˆÿÿ%`•@ˆÿÿõ€gDf˜@ˆÿÿ%`•p@ˆÿÿö„gDf˜p@ˆÿÿ%`•8@ˆÿÿöДgDf˜8@ˆÿÿ%`•h@ˆÿÿ÷dügDf˜h@ˆÿÿ%`•Ð@ˆÿÿù`gDf˜Ð@ˆÿÿ%`• @ˆÿÿ gDf˜ @ˆÿÿ%`•@ˆÿÿ ügDf˜@ˆÿÿ%`•Ø@ˆÿÿ ˜gDf˜Ø@ˆÿÿ%`•@@ˆÿÿ ¬ügDf˜@@ˆÿÿ%`•¨@ˆÿÿ¨\gDf˜¨@ˆÿÿ%`•Àªˆÿÿ gDf˜Àªˆÿÿ%`•@ˆÿÿo¸xgDf˜@ˆÿÿ%`•01ˆÿÿƒ,gDf˜01ˆÿÿ%`•>1ˆÿÿƒ8gDf˜>1ˆÿÿ%`•¨<1ˆÿÿgDf˜¨<1ˆÿÿ%`•h11ˆÿÿgDf˜h11ˆÿÿ%`•Ð21ˆÿÿ‘gDf˜Ð21ˆÿÿ%`•841ˆÿÿ˜gDf˜841ˆÿÿ%`•p81ˆÿÿ™ gDf˜p81ˆÿÿ%`•71ˆÿÿ gDf˜71ˆÿÿ%`• 51ˆÿÿ¡gDf˜ 51ˆÿÿ%`•Ø91ˆÿÿâHgDf˜Ø91ˆÿÿ%`•@;1ˆÿÿâTLgDf˜@;1ˆÿÿ%`•Àªˆÿÿ gDf˜Àªˆÿÿ%`•Àªˆÿÿ¬gDf˜Àªˆÿÿ%`•hÁªˆÿÿ°@gDf˜hÁªˆÿÿ%`•ЪˆÿÿôügDf˜Ðªˆÿÿ%`•8Īˆÿÿ!ðügDf˜8Īˆÿÿ%`• Åªˆÿÿ#ìgDf˜ Åªˆÿÿ%`•Ǫˆÿÿ#ðgDf˜Ǫˆÿÿ%`•pȪˆÿÿ#ø(gDf˜pȪˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ gDf˜'ˆÿÿ%`•Ð"‘ˆÿÿ$$PgDf˜Ð"‘ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$tgDf˜'ˆÿÿ%`•Ð"‘ˆÿÿ$xLgDf˜Ð"‘ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ÄgDf˜'ˆÿÿ%`•Ð"‘ˆÿÿ$ÈügDf˜Ð"‘ˆÿÿ%`•h!‘ˆÿÿ&Ä4gDf˜h!‘ˆÿÿ%`• %‘ˆÿÿ'ü”gDf˜ %‘ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`• %‘ˆÿÿ(”ügDf˜ %‘ˆÿÿ%`•h!‘ˆÿÿ*lgDf˜h!‘ˆÿÿ%`•Ð"‘ˆÿÿ,ügDf˜Ð"‘ˆÿÿ%`•8$‘ˆÿÿ-ügDf˜8$‘ˆÿÿ%`•'‘ˆÿÿ.ügDf˜'‘ˆÿÿ%`• ‘ˆÿÿ/ügDf˜ ‘ˆÿÿ%`•p(‘ˆÿÿ0ügDf˜p(‘ˆÿÿ%`•Ø)‘ˆÿÿ2gDf˜Ø)‘ˆÿÿ%`•@+‘ˆÿÿ2ügDf˜@+‘ˆÿÿ%`•¨,‘ˆÿÿ4gDf˜¨,‘ˆÿÿ%`•.‘ˆÿÿ4ügDf˜.‘ˆÿÿ%`•¨<™ˆÿÿ6gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ6gDf˜>™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7gDf˜'ˆÿÿ%`•Ð2ð ˆÿÿzDgDf˜Ð2ð ˆÿÿ%`•h1ð ˆÿÿ}ôgDf˜h1ð ˆÿÿ%`•0ð ˆÿÿ¸gDf˜0ð ˆÿÿ%`•0ð ˆÿÿ gDf˜0ð ˆÿÿ%`•0ð ˆÿÿz4gDf˜0ð ˆÿÿ%`•h1ð ˆÿÿzX(gDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿz” gDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿÜgDf˜84ð ˆÿÿ%`• 5ð ˆÿÿã8ügDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿå4ügDf˜7ð ˆÿÿ%`•p8ð ˆÿÿç0ügDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿé,gDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿê8PgDf˜@;ð ˆÿÿ%`•@;ð ˆÿÿ gDf˜@;ð ˆÿÿ%`•@;ð ˆÿÿ7 gDf˜@;ð ˆÿÿ%`•Ø9ð ˆÿÿ7 gDf˜Ø9ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ70gDf˜'ˆÿÿ%`•Ø9ð ˆÿÿ74$gDf˜Ø9ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7XgDf˜'ˆÿÿ%`•Ø9ð ˆÿÿ7\$gDf˜Ø9ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7€gDf˜'ˆÿÿ%`•Ø9ð ˆÿÿ7„gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7ˆgDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7ŒgDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7”gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7˜gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7œgDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7 gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7¤gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7¨gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7¬gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7°gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7´gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7¸gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7¼gDf˜Ø9ð ˆÿÿ%`•Ø9ð ˆÿÿ7ÀgDf˜Ø9ð ˆÿÿ%`•0ð ˆÿÿ7ÄgDf˜0ð ˆÿÿ%`•Ð2ð ˆÿÿ7ÈgDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ7ÌgDf˜84ð ˆÿÿ%`•84ð ˆÿÿ7ÐgDf˜84ð ˆÿÿ%`•Ð2ð ˆÿÿ7ÔgDf˜Ð2ð ˆÿÿ%`•0ð ˆÿÿ7ØgDf˜0ð ˆÿÿ%`•Ø9ð ˆÿÿ7ÜgDf˜Ø9ð ˆÿÿ%`•h1ð ˆÿÿ7àgDf˜h1ð ˆÿÿ%`• 5ð ˆÿÿ7ägDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ7ègDf˜7ð ˆÿÿ%`•@;ð ˆÿÿ7ìgDf˜@;ð ˆÿÿ%`•p8ð ˆÿÿ7ðgDf˜p8ð ˆÿÿ%`•¨<ð ˆÿÿ7ôgDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ7øgDf˜>ð ˆÿÿ%`•>™ˆÿÿ7ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ8 gDf˜>™ˆÿÿ%`•`Šˆÿÿ8gDf˜`Šˆÿÿ%`•haŠˆÿÿ8gDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ8gDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ8gDf˜8dŠˆÿÿ%`• eŠˆÿÿ8 gDf˜ eŠˆÿÿ%`•gŠˆÿÿ8$gDf˜gŠˆÿÿ%`•phŠˆÿÿ8(gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ8,gDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ80gDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ84gDf˜¨lŠˆÿÿ%`•nŠˆÿÿ88gDf˜nŠˆÿÿ%`•Pñ ˆÿÿ8<gDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ8@gDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ8DgDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ8HgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ8LgDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿ8PgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ8TgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ8XgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ8\gDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ8`gDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ8dgDf˜^ñ ˆÿÿ%`•p°ˆÿÿ8hgDf˜p°ˆÿÿ%`•hq°ˆÿÿ8lgDf˜hq°ˆÿÿ%`•Ðr°ˆÿÿ8pgDf˜Ðr°ˆÿÿ%`•8t°ˆÿÿ8tgDf˜8t°ˆÿÿ%`• u°ˆÿÿ8xgDf˜ u°ˆÿÿ%`•w°ˆÿÿ8|gDf˜w°ˆÿÿ%`•px°ˆÿÿ8€gDf˜px°ˆÿÿ%`•Øy°ˆÿÿ8„gDf˜Øy°ˆÿÿ%`•@{°ˆÿÿ8ˆgDf˜@{°ˆÿÿ%`•¨|°ˆÿÿ8ŒgDf˜¨|°ˆÿÿ%`•~°ˆÿÿ8gDf˜~°ˆÿÿ%`•~°ˆÿÿ8”gDf˜~°ˆÿÿ%`•¨|°ˆÿÿ8˜gDf˜¨|°ˆÿÿ%`•@{°ˆÿÿ8œgDf˜@{°ˆÿÿ%`•Øy°ˆÿÿ8 gDf˜Øy°ˆÿÿ%`•px°ˆÿÿ8¤gDf˜px°ˆÿÿ%`•w°ˆÿÿ8¨gDf˜w°ˆÿÿ%`• u°ˆÿÿ8¬gDf˜ u°ˆÿÿ%`•8t°ˆÿÿ8°gDf˜8t°ˆÿÿ%`•Ðr°ˆÿÿ8´gDf˜Ðr°ˆÿÿ%`•hq°ˆÿÿ8¸gDf˜hq°ˆÿÿ%`•p°ˆÿÿ8¼gDf˜p°ˆÿÿ%`•>™ˆÿÿ8ÀgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ8ÄgDf˜¨<™ˆÿÿ%`•mˆÿÿ8ÈgDf˜mˆÿÿ%`•hmˆÿÿ8ÌgDf˜hmˆÿÿ%`•Ðmˆÿÿ8ÐgDf˜Ðmˆÿÿ%`•8mˆÿÿ8ÔgDf˜8mˆÿÿ%`• mˆÿÿ8ØgDf˜ mˆÿÿ%`•mˆÿÿ8ÜgDf˜mˆÿÿ%`•pmˆÿÿ8àgDf˜pmˆÿÿ%`•Ømˆÿÿ8ägDf˜Ømˆÿÿ%`•@mˆÿÿ8ègDf˜@mˆÿÿ%`•¨mˆÿÿ8ìgDf˜¨mˆÿÿ%`•mˆÿÿ8ðgDf˜mˆÿÿ%`•Ыˆÿÿ8ôgDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ8øgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ8ügDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ9gDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ9gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ9gDf˜׫ˆÿÿ%`•pØ«ˆÿÿ9 gDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ9gDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ9gDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ9gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ9gDf˜Þ«ˆÿÿ%`•`܈ÿÿ9 gDf˜`܈ÿÿ%`•ha܈ÿÿ9$gDf˜ha܈ÿÿ%`•Ðb܈ÿÿ9(gDf˜Ðb܈ÿÿ%`•8d܈ÿÿ9,gDf˜8d܈ÿÿ%`• e܈ÿÿ90gDf˜ e܈ÿÿ%`•g܈ÿÿ94gDf˜g܈ÿÿ%`•ph܈ÿÿ98gDf˜ph܈ÿÿ%`•Øi܈ÿÿ9<gDf˜Øi܈ÿÿ%`•@k܈ÿÿ9@gDf˜@k܈ÿÿ%`•¨l܈ÿÿ9DgDf˜¨l܈ÿÿ%`•n܈ÿÿ9HgDf˜n܈ÿÿ%`•[ˆÿÿ9LgDf˜[ˆÿÿ%`•h[ˆÿÿ9PgDf˜h[ˆÿÿ%`•Ð[ˆÿÿ9TgDf˜Ð[ˆÿÿ%`•8[ˆÿÿ9XgDf˜8[ˆÿÿ%`• [ˆÿÿ9\gDf˜ [ˆÿÿ%`•[ˆÿÿ9`gDf˜[ˆÿÿ%`•p[ˆÿÿ9dgDf˜p[ˆÿÿ%`•Ø[ˆÿÿ9hgDf˜Ø[ˆÿÿ%`•@[ˆÿÿ9lgDf˜@[ˆÿÿ%`•¨[ˆÿÿ9pgDf˜¨[ˆÿÿ%`•[ˆÿÿ9tgDf˜[ˆÿÿ%`•@ñ ˆÿÿ9xgDf˜@ñ ˆÿÿ%`•hAñ ˆÿÿ9|gDf˜hAñ ˆÿÿ%`•ÐBñ ˆÿÿ9€gDf˜ÐBñ ˆÿÿ%`•8Dñ ˆÿÿ9„gDf˜8Dñ ˆÿÿ%`• Eñ ˆÿÿ9ˆgDf˜ Eñ ˆÿÿ%`•Gñ ˆÿÿ9ŒgDf˜Gñ ˆÿÿ%`•pHñ ˆÿÿ9gDf˜pHñ ˆÿÿ%`•ØIñ ˆÿÿ9”gDf˜ØIñ ˆÿÿ%`•@Kñ ˆÿÿ9˜gDf˜@Kñ ˆÿÿ%`•¨Lñ ˆÿÿ9œgDf˜¨Lñ ˆÿÿ%`•Nñ ˆÿÿ9 gDf˜Nñ ˆÿÿ%`•¨<™ˆÿÿ9¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ9¨gDf˜>™ˆÿÿ%`• [ˆÿÿ9¬gDf˜ [ˆÿÿ%`•8[ˆÿÿ9°gDf˜8[ˆÿÿ%`•Ð[ˆÿÿ9´gDf˜Ð[ˆÿÿ%`•h[ˆÿÿ9¸gDf˜h[ˆÿÿ%`•[ˆÿÿ9¼gDf˜[ˆÿÿ%`•mˆÿÿ9ÀgDf˜mˆÿÿ%`•hmˆÿÿ9ÄgDf˜hmˆÿÿ%`•Ðmˆÿÿ9ÈgDf˜Ðmˆÿÿ%`•8mˆÿÿ9ÌgDf˜8mˆÿÿ%`• mˆÿÿ9ÐgDf˜ mˆÿÿ%`•mˆÿÿ9ÔgDf˜mˆÿÿ%`•pmˆÿÿ9ØgDf˜pmˆÿÿ%`•Ømˆÿÿ9ÜgDf˜Ømˆÿÿ%`•@mˆÿÿ9àgDf˜@mˆÿÿ%`•¨mˆÿÿ9ägDf˜¨mˆÿÿ%`•mˆÿÿ9ègDf˜mˆÿÿ%`•$ˆÿÿ9ìgDf˜$ˆÿÿ%`•h$ˆÿÿ9ðgDf˜h$ˆÿÿ%`•Ð$ˆÿÿ9ôgDf˜Ð$ˆÿÿ%`•8$ˆÿÿ9øgDf˜8$ˆÿÿ%`• $ˆÿÿ9ügDf˜ $ˆÿÿ%`•$ˆÿÿ:gDf˜$ˆÿÿ%`•p$ˆÿÿ:gDf˜p$ˆÿÿ%`•Ø$ˆÿÿ:gDf˜Ø$ˆÿÿ%`•@$ˆÿÿ: gDf˜@$ˆÿÿ%`•¨$ˆÿÿ:gDf˜¨$ˆÿÿ%`•$ˆÿÿ:gDf˜$ˆÿÿ%`•Àˆÿÿ:gDf˜Àˆÿÿ%`•hÁˆÿÿ:gDf˜hÁˆÿÿ%`•Јÿÿ: gDf˜Ðˆÿÿ%`•8Ĉÿÿ:$gDf˜8Ĉÿÿ%`• Åˆÿÿ:(gDf˜ Åˆÿÿ%`•Ljÿÿ:,gDf˜Çˆÿÿ%`•pȈÿÿ:0gDf˜pȈÿÿ%`•ØÉˆÿÿ:4gDf˜ØÉˆÿÿ%`•@ˈÿÿ:8gDf˜@ˈÿÿ%`•¨Ìˆÿÿ:<gDf˜¨Ìˆÿÿ%`•Έÿÿ:@gDf˜Îˆÿÿ%`•àdˆÿÿ:DgDf˜àdˆÿÿ%`•hádˆÿÿ:HgDf˜hádˆÿÿ%`•Ðâdˆÿÿ:LgDf˜Ðâdˆÿÿ%`•8ädˆÿÿ:PgDf˜8ädˆÿÿ%`• ådˆÿÿ:TgDf˜ ådˆÿÿ%`•çdˆÿÿ:XgDf˜çdˆÿÿ%`•pèdˆÿÿ:\gDf˜pèdˆÿÿ%`•Øédˆÿÿ:`gDf˜Øédˆÿÿ%`•@ëdˆÿÿ:dgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿ:hgDf˜¨ìdˆÿÿ%`•îdˆÿÿ:lgDf˜îdˆÿÿ%`•Bˆÿÿ:pgDf˜Bˆÿÿ%`•hBˆÿÿ:tgDf˜hBˆÿÿ%`•ÐBˆÿÿ:xgDf˜ÐBˆÿÿ%`•8Bˆÿÿ:|gDf˜8Bˆÿÿ%`• Bˆÿÿ:€gDf˜ Bˆÿÿ%`•Bˆÿÿ:„gDf˜Bˆÿÿ%`•pBˆÿÿ:ˆgDf˜pBˆÿÿ%`•ØBˆÿÿ:ŒgDf˜ØBˆÿÿ%`•@Bˆÿÿ:gDf˜@Bˆÿÿ%`•¨Bˆÿÿ:”gDf˜¨Bˆÿÿ%`•Bˆÿÿ:˜gDf˜Bˆÿÿ%`• û ˆÿÿ:œgDf˜ û ˆÿÿ%`•h!û ˆÿÿ: gDf˜h!û ˆÿÿ%`•Ð"û ˆÿÿ:¤gDf˜Ð"û ˆÿÿ%`•8$û ˆÿÿ:¨gDf˜8$û ˆÿÿ%`• %û ˆÿÿ:¬gDf˜ %û ˆÿÿ%`•'û ˆÿÿ:°gDf˜'û ˆÿÿ%`•p(û ˆÿÿ:´gDf˜p(û ˆÿÿ%`•Ø)û ˆÿÿ:¸gDf˜Ø)û ˆÿÿ%`•@+û ˆÿÿ:¼gDf˜@+û ˆÿÿ%`•¨,û ˆÿÿ:ÀgDf˜¨,û ˆÿÿ%`•.û ˆÿÿ:ÄgDf˜.û ˆÿÿ%`•ÐG ˆÿÿ:ÈgDf˜ÐG ˆÿÿ%`•hÑG ˆÿÿ:ÌgDf˜hÑG ˆÿÿ%`•ÐÒG ˆÿÿ:ÐgDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿ:ÔgDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ:ØgDf˜ ÕG ˆÿÿ%`•×G ˆÿÿ:ÜgDf˜×G ˆÿÿ%`•pØG ˆÿÿ:àgDf˜pØG ˆÿÿ%`•ØÙG ˆÿÿ:ägDf˜ØÙG ˆÿÿ%`•@ÛG ˆÿÿ:ègDf˜@ÛG ˆÿÿ%`•¨ÜG ˆÿÿ:ìgDf˜¨ÜG ˆÿÿ%`•ÞG ˆÿÿ:ðgDf˜ÞG ˆÿÿ%`•p¹ˆÿÿ:ôgDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ:øgDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ:ügDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ;gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ;gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ;gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ; gDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ;gDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ;gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ;gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ;gDf˜~¹ˆÿÿ%`• ˆÿÿ; gDf˜ ˆÿÿ%`•h ˆÿÿ;$gDf˜h ˆÿÿ%`•Ð ˆÿÿ;(gDf˜Ð ˆÿÿ%`•8 ˆÿÿ;,gDf˜8 ˆÿÿ%`•  ˆÿÿ;0gDf˜  ˆÿÿ%`• ˆÿÿ;4gDf˜ ˆÿÿ%`•p ˆÿÿ;8gDf˜p ˆÿÿ%`•Ø ˆÿÿ;<gDf˜Ø ˆÿÿ%`•@ ˆÿÿ;@gDf˜@ ˆÿÿ%`•¨ ˆÿÿ;DgDf˜¨ ˆÿÿ%`• ˆÿÿ;HgDf˜ ˆÿÿ%`•À ˆÿÿ;LgDf˜À ˆÿÿ%`•hÁ ˆÿÿ;PgDf˜hÁ ˆÿÿ%`•Рˆÿÿ;TgDf˜Ð ˆÿÿ%`•8Ä ˆÿÿ;XgDf˜8Ä ˆÿÿ%`• Å ˆÿÿ;\gDf˜ Å ˆÿÿ%`•Ç ˆÿÿ;`gDf˜Ç ˆÿÿ%`•pÈ ˆÿÿ;dgDf˜pÈ ˆÿÿ%`•ØÉ ˆÿÿ;hgDf˜ØÉ ˆÿÿ%`•@Ë ˆÿÿ;lgDf˜@Ë ˆÿÿ%`•¨Ì ˆÿÿ;pgDf˜¨Ì ˆÿÿ%`•Î ˆÿÿ;tgDf˜Î ˆÿÿ%`•P6ˆÿÿ;xgDf˜P6ˆÿÿ%`•hQ6ˆÿÿ;|gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿ;€gDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿ;„gDf˜8T6ˆÿÿ%`• U6ˆÿÿ;ˆgDf˜ U6ˆÿÿ%`•W6ˆÿÿ;ŒgDf˜W6ˆÿÿ%`•pX6ˆÿÿ;gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ;”gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ;˜gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ;œgDf˜¨\6ˆÿÿ%`•^6ˆÿÿ; gDf˜^6ˆÿÿ%`• ,ˆÿÿ;¤gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ;¨gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿ;¬gDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿ;°gDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿ;´gDf˜ ¥,ˆÿÿ%`•§,ˆÿÿ;¸gDf˜§,ˆÿÿ%`•p¨,ˆÿÿ;¼gDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿ;ÀgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ;ÄgDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ;ÈgDf˜¨¬,ˆÿÿ%`•®,ˆÿÿ;ÌgDf˜®,ˆÿÿ%`•`6ˆÿÿ;ÐgDf˜`6ˆÿÿ%`•ha6ˆÿÿ;ÔgDf˜ha6ˆÿÿ%`•Ðb6ˆÿÿ;ØgDf˜Ðb6ˆÿÿ%`•8d6ˆÿÿ;ÜgDf˜8d6ˆÿÿ%`• e6ˆÿÿ;àgDf˜ e6ˆÿÿ%`•g6ˆÿÿ;ägDf˜g6ˆÿÿ%`•ph6ˆÿÿ;ègDf˜ph6ˆÿÿ%`•Øi6ˆÿÿ;ìgDf˜Øi6ˆÿÿ%`•@k6ˆÿÿ;ðgDf˜@k6ˆÿÿ%`•¨l6ˆÿÿ;ôgDf˜¨l6ˆÿÿ%`•n6ˆÿÿ;øgDf˜n6ˆÿÿ%`•>™ˆÿÿ;ügDf˜>™ˆÿÿ%`•¨<™ˆÿÿ<gDf˜¨<™ˆÿÿ%`•Ømˆÿÿ<gDf˜Ømˆÿÿ%`•pmˆÿÿ<gDf˜pmˆÿÿ%`•mˆÿÿ<gDf˜mˆÿÿ%`• mˆÿÿ<gDf˜ mˆÿÿ%`•8mˆÿÿ<gDf˜8mˆÿÿ%`•Ðmˆÿÿ<gDf˜Ðmˆÿÿ%`•hmˆÿÿ< gDf˜hmˆÿÿ%`•mˆÿÿ<$gDf˜mˆÿÿ%`•@ˆÿÿ<(gDf˜@ˆÿÿ%`•hAˆÿÿ<,gDf˜hAˆÿÿ%`•ÐBˆÿÿ<0gDf˜ÐBˆÿÿ%`•8Dˆÿÿ<4gDf˜8Dˆÿÿ%`• Eˆÿÿ<8gDf˜ Eˆÿÿ%`•Gˆÿÿ<<gDf˜Gˆÿÿ%`•pHˆÿÿ<@gDf˜pHˆÿÿ%`•ØIˆÿÿÜ4gDf˜@ëdˆÿÿ%`•Øédˆÿÿ@ügDf˜Øédˆÿÿ%`•×G ˆÿÿBÔgDf˜×G ˆÿÿ%`•ÐÒG ˆÿÿÐPgDf˜ÐÒG ˆÿÿ%`•8ÔG ˆÿÿÔügDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿ¤,gDf˜ ÕG ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ةʈÿÿgDf˜Ø©Êˆÿÿ%`•8¤ÊˆÿÿgDf˜8¤Êˆÿÿ%`•p¨ÊˆÿÿgDf˜p¨Êˆÿÿ%`•@«Êˆÿÿ  gDf˜@«Êˆÿÿ%`• ¥Êˆÿÿz€gDf˜ ¥Êˆÿÿ%`•¨¬Êˆÿÿ}xgDf˜¨¬Êˆÿÿ%`•®Êˆÿÿ}ÜgDf˜®Êˆÿÿ%`•§Êˆÿÿê0gDf˜§Êˆÿÿ%`•îdˆÿÿ누gDf˜îdˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•8ÔG ˆÿÿ gDf˜8ÔG ˆÿÿ%`•8ÔG ˆÿÿgDf˜8ÔG ˆÿÿ%`• ÕG ˆÿÿz<gDf˜ ÕG ˆÿÿ%`•¨ÜG ˆÿÿzˆ gDf˜¨ÜG ˆÿÿ%`•ØÙG ˆÿÿ{4<gDf˜ØÙG ˆÿÿ%`•×G ˆÿÿ{„ gDf˜×G ˆÿÿ%`•ÐÒG ˆÿÿ|ÔgDf˜ÐÒG ˆÿÿ%`•ÞG ˆÿÿ|ø$gDf˜ÞG ˆÿÿ%`•@ÛG ˆÿÿ}`gDf˜@ÛG ˆÿÿ%`•pØG ˆÿÿÔgDf˜pØG ˆÿÿ%`•hÑG ˆÿÿø gDf˜hÑG ˆÿÿ%`•ÐG ˆÿÿáÈ$gDf˜ÐG ˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`•í ˆÿÿâPgDf˜í ˆÿÿ%`•hí ˆÿÿâ ˜gDf˜hí ˆÿÿ%`•Ðí ˆÿÿí8ügDf˜Ðí ˆÿÿ%`•8í ˆÿÿï4ügDf˜8í ˆÿÿ%`• í ˆÿÿñ0ügDf˜ í ˆÿÿ%`•í ˆÿÿó,ügDf˜í ˆÿÿ%`•pí ˆÿÿõ(gDf˜pí ˆÿÿ%`•Ø í ˆÿÿõ@ügDf˜Ø í ˆÿÿ%`•@ í ˆÿÿ÷<ügDf˜@ í ˆÿÿ%`•¨ í ˆÿÿù8,gDf˜¨ í ˆÿÿ%`•í ˆÿÿùl°gDf˜í ˆÿÿ%`•í ˆÿÿ gDf˜í ˆÿÿ%`•í ˆÿÿ$°gDf˜í ˆÿÿ%`•¨ í ˆÿÿÜügDf˜¨ í ˆÿÿ%`•@ í ˆÿÿ Ø,gDf˜@ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•@ í ˆÿÿÿHgDf˜@ í ˆÿÿ%`•¨ í ˆÿÿgDf˜¨ í ˆÿÿ%`•Ø í ˆÿÿ4 gDf˜Ø í ˆÿÿ%`•Ø í ˆÿÿ gDf˜Ø í ˆÿÿ%`•¨ í ˆÿÿ gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•¨ í ˆÿÿ gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 4gDf˜'ˆÿÿ%`•¨ í ˆÿÿ 8gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ LgDf˜'ˆÿÿ%`•¨ í ˆÿÿ PgDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ dgDf˜'ˆÿÿ%`•¨ í ˆÿÿ hgDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ €gDf˜'ˆÿÿ%`•¨ í ˆÿÿ „XgDf˜¨ í ˆÿÿ%`•Ø í ˆÿÿ à$gDf˜Ø í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Ø í ˆÿÿ gDf˜Ø í ˆÿÿ%`•Ø í ˆÿÿz4gDf˜Ø í ˆÿÿ%`•¨ í ˆÿÿzXgDf˜¨ í ˆÿÿ%`•@ í ˆÿÿzxgDf˜@ í ˆÿÿ%`•@ í ˆÿÿ gDf˜@ í ˆÿÿ%`•¨ í ˆÿÿ gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•¨ í ˆÿÿ gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ 4gDf˜'ˆÿÿ%`•¨ í ˆÿÿ 8gDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ LgDf˜'ˆÿÿ%`•¨ í ˆÿÿ PgDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ dgDf˜'ˆÿÿ%`•¨ í ˆÿÿ hgDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ €gDf˜'ˆÿÿ%`•¨ í ˆÿÿ „ŒgDf˜¨ í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•¨ í ˆÿÿzHgDf˜¨ í ˆÿÿ%`•Ðí ˆÿÿ{”gDf˜Ðí ˆÿÿ%`•8í ˆÿÿ{´ gDf˜8í ˆÿÿ%`•8í ˆÿÿgDf˜8í ˆÿÿ%`•Ðí ˆÿÿgDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•Ðí ˆÿÿ,gDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•Ðí ˆÿÿDgDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿXgDf˜'ˆÿÿ%`•Ðí ˆÿÿ\gDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿpgDf˜'ˆÿÿ%`•Ðí ˆÿÿtgDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿŒgDf˜'ˆÿÿ%`•Ðí ˆÿÿPgDf˜Ðí ˆÿÿ%`•8í ˆÿÿä gDf˜8í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿðgDf˜'ˆÿÿ%`•8í ˆÿÿ|ÔgDf˜8í ˆÿÿ%`•Ðí ˆÿÿ|øgDf˜Ðí ˆÿÿ%`•¨ í ˆÿÿ}ôgDf˜¨ í ˆÿÿ%`•¨ í ˆÿÿôgDf˜¨ í ˆÿÿ%`•Ðí ˆÿÿøgDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•Ðí ˆÿÿ\gDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•Ðí ˆÿÿz4gDf˜Ðí ˆÿÿ%`•í ˆÿÿzXgDf˜í ˆÿÿ%`•8í ˆÿÿzxøgDf˜8í ˆÿÿ%`•8í ˆÿÿpgDf˜8í ˆÿÿ%`•í ˆÿÿtgDf˜í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•í ˆÿÿŒXgDf˜í ˆÿÿ%`•8í ˆÿÿè gDf˜8í ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿôgDf˜'ˆÿÿ%`•8í ˆÿÿ{pgDf˜8í ˆÿÿ%`•í ˆÿÿ|ègDf˜í ˆÿÿ%`•Ðí ˆÿÿ~ gDf˜Ðí ˆÿÿ%`•¨ í ˆÿÿ~gDf˜¨ í ˆÿÿ%`•¨ í ˆÿÿøgDf˜¨ í ˆÿÿ%`•Ðí ˆÿÿügDf˜Ðí ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•Ðí ˆÿÿgDf˜Ðí ˆÿÿ%`•Ø í ˆÿÿgDf˜Ø í ˆÿÿ%`•@ í ˆÿÿgDf˜@ í ˆÿÿ%`•í ˆÿÿ gDf˜í ˆÿÿ%`•8í ˆÿÿ$gDf˜8í ˆÿÿ%`•¨ í ˆÿÿ(gDf˜¨ í ˆÿÿ%`•í ˆÿÿ,gDf˜í ˆÿÿ%`• í ˆÿÿ0gDf˜ í ˆÿÿ%`•pí ˆÿÿ4gDf˜pí ˆÿÿ%`•hí ˆÿÿ8gDf˜hí ˆÿÿ%`•í ˆÿÿ<gDf˜í ˆÿÿ%`•>™ˆÿÿ@gDf˜>™ˆÿÿ%`•¨<™ˆÿÿDgDf˜¨<™ˆÿÿ%`•PKˆÿÿHgDf˜PKˆÿÿ%`•hQKˆÿÿLgDf˜hQKˆÿÿ%`•ÐRKˆÿÿPgDf˜ÐRKˆÿÿ%`•8TKˆÿÿTgDf˜8TKˆÿÿ%`• UKˆÿÿXgDf˜ UKˆÿÿ%`•WKˆÿÿ\gDf˜WKˆÿÿ%`•pXKˆÿÿ`gDf˜pXKˆÿÿ%`•ØYKˆÿÿdgDf˜ØYKˆÿÿ%`•@[KˆÿÿhgDf˜@[Kˆÿÿ%`•¨\KˆÿÿlgDf˜¨\Kˆÿÿ%`•^KˆÿÿpgDf˜^Kˆÿÿ%`•€ˆÿÿtgDf˜€ˆÿÿ%`•hˆÿÿxgDf˜hˆÿÿ%`•Ђˆÿÿ|gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ€gDf˜8„ˆÿÿ%`• …ˆÿÿ„gDf˜ …ˆÿÿ%`•‡ˆÿÿˆgDf˜‡ˆÿÿ%`•pˆˆÿÿŒgDf˜pˆˆÿÿ%`•؉ˆÿÿgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ”gDf˜@‹ˆÿÿ%`•¨Œˆÿÿ˜gDf˜¨Œˆÿÿ%`•ŽˆÿÿœgDf˜Žˆÿÿ%`•@ˆÿÿ gDf˜@ˆÿÿ%`•hAˆÿÿ¤gDf˜hAˆÿÿ%`•ÐBˆÿÿ¨gDf˜ÐBˆÿÿ%`•8Dˆÿÿ¬gDf˜8Dˆÿÿ%`• Eˆÿÿ°gDf˜ Eˆÿÿ%`•Gˆÿÿ´gDf˜Gˆÿÿ%`•pHˆÿÿ¸gDf˜pHˆÿÿ%`•ØIˆÿÿ¼gDf˜ØIˆÿÿ%`•@KˆÿÿÀgDf˜@Kˆÿÿ%`•¨LˆÿÿÄgDf˜¨Lˆÿÿ%`•NˆÿÿÈgDf˜Nˆÿÿ%`•à3ˆÿÿÌgDf˜à3ˆÿÿ%`•há3ˆÿÿÐgDf˜há3ˆÿÿ%`•Ðâ3ˆÿÿÔgDf˜Ðâ3ˆÿÿ%`•8ä3ˆÿÿØgDf˜8ä3ˆÿÿ%`• å3ˆÿÿÜgDf˜ å3ˆÿÿ%`•ç3ˆÿÿàgDf˜ç3ˆÿÿ%`•pè3ˆÿÿägDf˜pè3ˆÿÿ%`•Øé3ˆÿÿègDf˜Øé3ˆÿÿ%`•@ë3ˆÿÿìgDf˜@ë3ˆÿÿ%`•¨ì3ˆÿÿðgDf˜¨ì3ˆÿÿ%`•î3ˆÿÿôgDf˜î3ˆÿÿ%`•ÀœˆÿÿøgDf˜Àœˆÿÿ%`•hÁœˆÿÿügDf˜hÁœˆÿÿ%`•МˆÿÿgDf˜Ðœˆÿÿ%`•8ÄœˆÿÿgDf˜8Äœˆÿÿ%`• ÅœˆÿÿgDf˜ Åœˆÿÿ%`•Çœˆÿÿ gDf˜Çœˆÿÿ%`•pÈœˆÿÿgDf˜pÈœˆÿÿ%`•ØÉœˆÿÿgDf˜ØÉœˆÿÿ%`•@ËœˆÿÿgDf˜@Ëœˆÿÿ%`•¨ÌœˆÿÿgDf˜¨Ìœˆÿÿ%`•Μˆÿÿ gDf˜Μˆÿÿ%`• ½ˆÿÿ$gDf˜ ½ˆÿÿ%`•h!½ˆÿÿ(gDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿ,gDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿ0gDf˜8$½ˆÿÿ%`• %½ˆÿÿ4gDf˜ %½ˆÿÿ%`•'½ˆÿÿ8gDf˜'½ˆÿÿ%`•p(½ˆÿÿ<gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ@gDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿDgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿHgDf˜¨,½ˆÿÿ%`•.½ˆÿÿLgDf˜.½ˆÿÿ%`•€ºˆÿÿPgDf˜€ºˆÿÿ%`•hºˆÿÿTgDf˜hºˆÿÿ%`•ЂºˆÿÿXgDf˜Ð‚ºˆÿÿ%`•8„ºˆÿÿ\gDf˜8„ºˆÿÿ%`• …ºˆÿÿ`gDf˜ …ºˆÿÿ%`•‡ºˆÿÿdgDf˜‡ºˆÿÿ%`•pˆºˆÿÿhgDf˜pˆºˆÿÿ%`•؉ºˆÿÿlgDf˜Ø‰ºˆÿÿ%`•@‹ºˆÿÿpgDf˜@‹ºˆÿÿ%`•¨ŒºˆÿÿtgDf˜¨Œºˆÿÿ%`•ŽºˆÿÿxgDf˜Žºˆÿÿ%`•еˆÿÿ|gDf˜Ðµˆÿÿ%`•hѵˆÿÿ€gDf˜hѵˆÿÿ%`•ÐÒµˆÿÿ„gDf˜ÐÒµˆÿÿ%`•8ÔµˆÿÿˆgDf˜8Ôµˆÿÿ%`• ÕµˆÿÿŒgDf˜ Õµˆÿÿ%`•×µˆÿÿgDf˜×µˆÿÿ%`•pصˆÿÿ”gDf˜pصˆÿÿ%`•ØÙµˆÿÿ˜gDf˜ØÙµˆÿÿ%`•@ÛµˆÿÿœgDf˜@Ûµˆÿÿ%`•¨Üµˆÿÿ gDf˜¨Üµˆÿÿ%`•Þµˆÿÿ¤gDf˜Þµˆÿÿ%`•ðʈÿÿ¨gDf˜ðʈÿÿ%`•hñʈÿÿ¬gDf˜hñʈÿÿ%`•Ðòʈÿÿ°gDf˜Ðòʈÿÿ%`•8ôʈÿÿ´gDf˜8ôʈÿÿ%`• õʈÿÿ¸gDf˜ õʈÿÿ%`•÷ʈÿÿ¼gDf˜÷ʈÿÿ%`•pøÊˆÿÿÀgDf˜pøÊˆÿÿ%`•ØùʈÿÿÄgDf˜Øùʈÿÿ%`•@ûʈÿÿÈgDf˜@ûʈÿÿ%`•¨üʈÿÿÌgDf˜¨üʈÿÿ%`•þʈÿÿÐgDf˜þʈÿÿ%`•@ˆÿÿÔgDf˜@ˆÿÿ%`•hAˆÿÿØgDf˜hAˆÿÿ%`•ÐBˆÿÿÜgDf˜ÐBˆÿÿ%`•8DˆÿÿàgDf˜8Dˆÿÿ%`• EˆÿÿägDf˜ Eˆÿÿ%`•GˆÿÿègDf˜Gˆÿÿ%`•pHˆÿÿìgDf˜pHˆÿÿ%`•ØIˆÿÿðgDf˜ØIˆÿÿ%`•@KˆÿÿôgDf˜@Kˆÿÿ%`•¨LˆÿÿøgDf˜¨Lˆÿÿ%`•NˆÿÿügDf˜Nˆÿÿ%`• ã ˆÿÿgDf˜ ã ˆÿÿ%`•h!ã ˆÿÿgDf˜h!ã ˆÿÿ%`•Ð"ã ˆÿÿgDf˜Ð"ã ˆÿÿ%`•8$ã ˆÿÿ gDf˜8$ã ˆÿÿ%`• %ã ˆÿÿgDf˜ %ã ˆÿÿ%`•'ã ˆÿÿgDf˜'ã ˆÿÿ%`•p(ã ˆÿÿgDf˜p(ã ˆÿÿ%`•Ø)ã ˆÿÿgDf˜Ø)ã ˆÿÿ%`•@+ã ˆÿÿ gDf˜@+ã ˆÿÿ%`•¨,ã ˆÿÿ$gDf˜¨,ã ˆÿÿ%`•.ã ˆÿÿ(gDf˜.ã ˆÿÿ%`•Oˆÿÿ,gDf˜Oˆÿÿ%`•h‘Oˆÿÿ0gDf˜h‘Oˆÿÿ%`•Ð’Oˆÿÿ4gDf˜Ð’Oˆÿÿ%`•8”Oˆÿÿ8gDf˜8”Oˆÿÿ%`• •Oˆÿÿ<gDf˜ •Oˆÿÿ%`•—Oˆÿÿ@gDf˜—Oˆÿÿ%`•p˜OˆÿÿDgDf˜p˜Oˆÿÿ%`•Ø™OˆÿÿHgDf˜Ø™Oˆÿÿ%`•@›OˆÿÿLgDf˜@›Oˆÿÿ%`•¨œOˆÿÿPgDf˜¨œOˆÿÿ%`•žOˆÿÿTgDf˜žOˆÿÿ%`•0ˆÿÿXgDf˜0ˆÿÿ%`•h1ˆÿÿ\gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ`gDf˜Ð2ˆÿÿ%`•84ˆÿÿdgDf˜84ˆÿÿ%`• 5ˆÿÿhgDf˜ 5ˆÿÿ%`•7ˆÿÿlgDf˜7ˆÿÿ%`•p8ˆÿÿpgDf˜p8ˆÿÿ%`•Ø9ˆÿÿtgDf˜Ø9ˆÿÿ%`•@;ˆÿÿxgDf˜@;ˆÿÿ%`•¨<ˆÿÿ|gDf˜¨<ˆÿÿ%`•>ˆÿÿ€gDf˜>ˆÿÿ%`•ðZˆÿÿ„gDf˜ðZˆÿÿ%`•hñZˆÿÿˆgDf˜hñZˆÿÿ%`•ÐòZˆÿÿŒgDf˜ÐòZˆÿÿ%`•8ôZˆÿÿgDf˜8ôZˆÿÿ%`• õZˆÿÿ”gDf˜ õZˆÿÿ%`•÷Zˆÿÿ˜gDf˜÷Zˆÿÿ%`•pøZˆÿÿœgDf˜pøZˆÿÿ%`•ØùZˆÿÿ gDf˜ØùZˆÿÿ%`•@ûZˆÿÿ¤gDf˜@ûZˆÿÿ%`•¨üZˆÿÿ¨gDf˜¨üZˆÿÿ%`•þZˆÿÿ¬gDf˜þZˆÿÿ%`•¨<™ˆÿÿ°gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ´gDf˜>™ˆÿÿ%`•؉ˆÿÿ¸gDf˜Ø‰ˆÿÿ%`•pˆˆÿÿ¼gDf˜pˆˆÿÿ%`•‡ˆÿÿÀgDf˜‡ˆÿÿ%`• …ˆÿÿÄgDf˜ …ˆÿÿ%`•8„ˆÿÿÈgDf˜8„ˆÿÿ%`•ЂˆÿÿÌgDf˜Ð‚ˆÿÿ%`•hˆÿÿÐgDf˜hˆÿÿ%`•€ˆÿÿÔgDf˜€ˆÿÿ%`•@HˆÿÿØgDf˜@Hˆÿÿ%`•hAHˆÿÿÜgDf˜hAHˆÿÿ%`•ÐBHˆÿÿàgDf˜ÐBHˆÿÿ%`•8DHˆÿÿägDf˜8DHˆÿÿ%`• EHˆÿÿègDf˜ EHˆÿÿ%`•GHˆÿÿìgDf˜GHˆÿÿ%`•pHHˆÿÿðgDf˜pHHˆÿÿ%`•ØIHˆÿÿôgDf˜ØIHˆÿÿ%`•@KHˆÿÿøgDf˜@KHˆÿÿ%`•¨LHˆÿÿügDf˜¨LHˆÿÿ%`•NHˆÿÿgDf˜NHˆÿÿ%`•09ˆÿÿgDf˜09ˆÿÿ%`•h19ˆÿÿgDf˜h19ˆÿÿ%`•Ð29ˆÿÿ gDf˜Ð29ˆÿÿ%`• 59ˆÿÿØgDf˜ 59ˆÿÿ%`•79ˆÿÿìügDf˜79ˆÿÿ%`•p89ˆÿÿèügDf˜p89ˆÿÿ%`•Ø99ˆÿÿägDf˜Ø99ˆÿÿ%`•@;9ˆÿÿðügDf˜@;9ˆÿÿ%`•¨<9ˆÿÿìügDf˜¨<9ˆÿÿ%`•>9ˆÿÿègDf˜>9ˆÿÿ%`•ŽˆÿÿôügDf˜Žˆÿÿ%`•¨Œˆÿÿ!ðTgDf˜¨Œˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ#DgDf˜'ˆÿÿ%`•849ˆÿÿìˆgDf˜849ˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•¨Œˆÿÿ#HgDf˜¨Œˆÿÿ%`•hˆÿÿ#L¨gDf˜hˆÿÿ%`•Žˆÿÿ#ø0gDf˜Žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$(gDf˜'ˆÿÿ%`•Žˆÿÿ$,ŒgDf˜Žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$¸gDf˜'ˆÿÿ%`•ŽˆÿÿìxgDf˜Žˆÿÿ%`•€ˆÿÿ7ôgDf˜€ˆÿÿ%`•¨Œˆÿÿ8ø gDf˜¨Œˆÿÿ%`•¨Œˆÿÿ gDf˜¨Œˆÿÿ%`•¨Œˆÿÿ$¼gDf˜¨Œˆÿÿ%`•€ˆÿÿ$ÀgDf˜€ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ$ÜgDf˜'ˆÿÿ%`•€ˆÿÿ$à\gDf˜€ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%<gDf˜'ˆÿÿ%`•€ˆÿÿ%@ gDf˜€ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%`gDf˜'ˆÿÿ%`•€ˆÿÿ%d gDf˜€ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ%„gDf˜'ˆÿÿ%`•€ˆÿÿ%ˆgDf˜€ˆÿÿ%`•€ˆÿÿ%ŒgDf˜€ˆÿÿ%`•€ˆÿÿ%gDf˜€ˆÿÿ%`•€ˆÿÿ%”gDf˜€ˆÿÿ%`•€ˆÿÿ%˜gDf˜€ˆÿÿ%`•€ˆÿÿ%œgDf˜€ˆÿÿ%`•€ˆÿÿ% gDf˜€ˆÿÿ%`•Ђˆÿÿ%¤gDf˜Ð‚ˆÿÿ%`•8„ˆÿÿ%¨gDf˜8„ˆÿÿ%`• …ˆÿÿ%¬gDf˜ …ˆÿÿ%`•hˆÿÿ%°gDf˜hˆÿÿ%`•hˆÿÿ%´gDf˜hˆÿÿ%`• …ˆÿÿ%¸gDf˜ …ˆÿÿ%`•8„ˆÿÿ%¼gDf˜8„ˆÿÿ%`•Ђˆÿÿ%ÀgDf˜Ð‚ˆÿÿ%`•€ˆÿÿ%ÄgDf˜€ˆÿÿ%`•¨Œˆÿÿ%ÈgDf˜¨Œˆÿÿ%`•Žˆÿÿ%ÌgDf˜Žˆÿÿ%`•‡ˆÿÿ%ÐgDf˜‡ˆÿÿ%`•pˆˆÿÿ%ÔgDf˜pˆˆÿÿ%`•؉ˆÿÿ%ØgDf˜Ø‰ˆÿÿ%`•@‹ˆÿÿ%ÜgDf˜@‹ˆÿÿ%`•>™ˆÿÿ%àgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ%ägDf˜¨<™ˆÿÿ%`•í ˆÿÿ%ègDf˜í ˆÿÿ%`•hí ˆÿÿ%ìgDf˜hí ˆÿÿ%`•Ðí ˆÿÿ%ðgDf˜Ðí ˆÿÿ%`•Ðí ˆÿÿ%ôgDf˜Ðí ˆÿÿ%`•hí ˆÿÿ%øgDf˜hí ˆÿÿ%`•í ˆÿÿ%ügDf˜í ˆÿÿ%`•8í ˆÿÿ&gDf˜8í ˆÿÿ%`• í ˆÿÿ&gDf˜ í ˆÿÿ%`•í ˆÿÿ&gDf˜í ˆÿÿ%`•pí ˆÿÿ& gDf˜pí ˆÿÿ%`•Øí ˆÿÿ&gDf˜Øí ˆÿÿ%`•@í ˆÿÿ&gDf˜@í ˆÿÿ%`•¨í ˆÿÿ&gDf˜¨í ˆÿÿ%`•í ˆÿÿ&gDf˜í ˆÿÿ%`•¨<™ˆÿÿ& gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ&$gDf˜>™ˆÿÿ%`•Ð@ ˆÿÿ&(gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ&,gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ&0gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ&4gDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ&8gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ&<gDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ&@gDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ&DgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ&HgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ&LgDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ&PgDf˜Þ@ ˆÿÿ%`•ˆÿÿ&TgDf˜ˆÿÿ%`•hˆÿÿ&XgDf˜hˆÿÿ%`•Јÿÿ&\gDf˜Ðˆÿÿ%`•8ˆÿÿ&`gDf˜8ˆÿÿ%`• ˆÿÿ&dgDf˜ ˆÿÿ%`•ˆÿÿ&hgDf˜ˆÿÿ%`•pˆÿÿ&lgDf˜pˆÿÿ%`•؈ÿÿ&pgDf˜Øˆÿÿ%`•@ˆÿÿ&tgDf˜@ˆÿÿ%`•¨ˆÿÿ&xgDf˜¨ˆÿÿ%`•ˆÿÿ&|gDf˜ˆÿÿ%`•ðˆÿÿ&€gDf˜ðˆÿÿ%`•hñˆÿÿ&„gDf˜hñˆÿÿ%`•Ðòˆÿÿ&ˆgDf˜Ðòˆÿÿ%`•8ôˆÿÿ&ŒgDf˜8ôˆÿÿ%`• õˆÿÿ&gDf˜ õˆÿÿ%`•÷ˆÿÿ&”gDf˜÷ˆÿÿ%`•pøˆÿÿ&˜gDf˜pøˆÿÿ%`•Øùˆÿÿ&œgDf˜Øùˆÿÿ%`•@ûˆÿÿ& gDf˜@ûˆÿÿ%`•¨üˆÿÿ&¤gDf˜¨üˆÿÿ%`•þˆÿÿ&¨gDf˜þˆÿÿ%`•P³ ˆÿÿ&¬gDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ&°gDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ&´gDf˜ÐR³ ˆÿÿ%`•8T³ ˆÿÿ&¸gDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ&¼gDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ&ÀgDf˜W³ ˆÿÿ%`•pX³ ˆÿÿ&ÄgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ&ÈgDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ&ÌgDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ&ÐgDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ&ÔgDf˜^³ ˆÿÿ%`•À*ˆÿÿ&ØgDf˜À*ˆÿÿ%`•hÁ*ˆÿÿ&ÜgDf˜hÁ*ˆÿÿ%`•ÐÂ*ˆÿÿ&àgDf˜ÐÂ*ˆÿÿ%`•8Ä*ˆÿÿ&ägDf˜8Ä*ˆÿÿ%`• Å*ˆÿÿ&ègDf˜ Å*ˆÿÿ%`•Ç*ˆÿÿ&ìgDf˜Ç*ˆÿÿ%`•pÈ*ˆÿÿ&ðgDf˜pÈ*ˆÿÿ%`•ØÉ*ˆÿÿ&ôgDf˜ØÉ*ˆÿÿ%`•@Ë*ˆÿÿ&øgDf˜@Ë*ˆÿÿ%`•¨Ì*ˆÿÿ&ügDf˜¨Ì*ˆÿÿ%`•Î*ˆÿÿ'gDf˜Î*ˆÿÿ%`•àˆÿÿ'gDf˜àˆÿÿ%`•háˆÿÿ'gDf˜háˆÿÿ%`•Ðâˆÿÿ' gDf˜Ðâˆÿÿ%`•8äˆÿÿ'gDf˜8äˆÿÿ%`• åˆÿÿ'gDf˜ åˆÿÿ%`•çˆÿÿ'gDf˜çˆÿÿ%`•pèˆÿÿ'gDf˜pèˆÿÿ%`•Øéˆÿÿ' gDf˜Øéˆÿÿ%`•@ëˆÿÿ'$gDf˜@ëˆÿÿ%`•¨ìˆÿÿ'(gDf˜¨ìˆÿÿ%`•îˆÿÿ',gDf˜îˆÿÿ%`•>™ˆÿÿ'0gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ'4gDf˜¨<™ˆÿÿ%`•W³ ˆÿÿ'8gDf˜W³ ˆÿÿ%`• U³ ˆÿÿ'<gDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿ'@gDf˜8T³ ˆÿÿ%`•ÐR³ ˆÿÿ'DgDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ'HgDf˜hQ³ ˆÿÿ%`•P³ ˆÿÿ'LgDf˜P³ ˆÿÿ%`•ˆÿÿ'PgDf˜ˆÿÿ%`•hˆÿÿ'TgDf˜hˆÿÿ%`•Јÿÿ'XgDf˜Ðˆÿÿ%`•8ˆÿÿ'\gDf˜8ˆÿÿ%`• ˆÿÿ'`gDf˜ ˆÿÿ%`•ˆÿÿ'dgDf˜ˆÿÿ%`•pˆÿÿ'hgDf˜pˆÿÿ%`•؈ÿÿ'lgDf˜Øˆÿÿ%`•@ˆÿÿ'pgDf˜@ˆÿÿ%`•¨ˆÿÿ'tgDf˜¨ˆÿÿ%`•ˆÿÿ'xgDf˜ˆÿÿ%`•0¿ˆÿÿ'|gDf˜0¿ˆÿÿ%`•h1¿ˆÿÿ'€gDf˜h1¿ˆÿÿ%`•Ð2¿ˆÿÿ'„gDf˜Ð2¿ˆÿÿ%`•84¿ˆÿÿ'ˆgDf˜84¿ˆÿÿ%`• 5¿ˆÿÿ'ŒgDf˜ 5¿ˆÿÿ%`•7¿ˆÿÿ'gDf˜7¿ˆÿÿ%`•p8¿ˆÿÿ'”gDf˜p8¿ˆÿÿ%`•Ø9¿ˆÿÿ'˜gDf˜Ø9¿ˆÿÿ%`•@;¿ˆÿÿ'œgDf˜@;¿ˆÿÿ%`•¨<¿ˆÿÿ' gDf˜¨<¿ˆÿÿ%`•>¿ˆÿÿ'¤gDf˜>¿ˆÿÿ%`•ð¯ˆÿÿ'¨gDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿ'¬gDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿ'°gDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿ'´gDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿ'¸gDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿ'¼gDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿ'ÀgDf˜pø¯ˆÿÿ%`•Øù¯ˆÿÿ'ÄgDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿ'ÈgDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿ'ÌgDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿ'ÐgDf˜þ¯ˆÿÿ%`• 3ˆÿÿ'ÔgDf˜ 3ˆÿÿ%`•h!3ˆÿÿ'ØgDf˜h!3ˆÿÿ%`•Ð"3ˆÿÿ'ÜgDf˜Ð"3ˆÿÿ%`•8$3ˆÿÿ'àgDf˜8$3ˆÿÿ%`• %3ˆÿÿ'ägDf˜ %3ˆÿÿ%`•'3ˆÿÿ'ègDf˜'3ˆÿÿ%`•p(3ˆÿÿ'ìgDf˜p(3ˆÿÿ%`•Ø)3ˆÿÿ'ðgDf˜Ø)3ˆÿÿ%`•@+3ˆÿÿ'ôgDf˜@+3ˆÿÿ%`•¨,3ˆÿÿ'ügDf˜¨,3ˆÿÿ%`•.3ˆÿÿ(gDf˜.3ˆÿÿ%`•p£ˆÿÿ(gDf˜p£ˆÿÿ%`•hq£ˆÿÿ(gDf˜hq£ˆÿÿ%`•Ðr£ˆÿÿ( gDf˜Ðr£ˆÿÿ%`•8t£ˆÿÿ(gDf˜8t£ˆÿÿ%`• u£ˆÿÿ(gDf˜ u£ˆÿÿ%`•w£ˆÿÿ(gDf˜w£ˆÿÿ%`•px£ˆÿÿ(gDf˜px£ˆÿÿ%`•Øy£ˆÿÿ( gDf˜Øy£ˆÿÿ%`•@{£ˆÿÿ($gDf˜@{£ˆÿÿ%`•¨|£ˆÿÿ((gDf˜¨|£ˆÿÿ%`•~£ˆÿÿ(,gDf˜~£ˆÿÿ%`•à>ˆÿÿ(0gDf˜à>ˆÿÿ%`•há>ˆÿÿ(4gDf˜há>ˆÿÿ%`•Ðâ>ˆÿÿ(8gDf˜Ðâ>ˆÿÿ%`•8ä>ˆÿÿ(<gDf˜8ä>ˆÿÿ%`• å>ˆÿÿ(@gDf˜ å>ˆÿÿ%`•ç>ˆÿÿ(DgDf˜ç>ˆÿÿ%`•pè>ˆÿÿ(HgDf˜pè>ˆÿÿ%`•Øé>ˆÿÿ(LgDf˜Øé>ˆÿÿ%`•@ë>ˆÿÿ(PgDf˜@ë>ˆÿÿ%`•¨ì>ˆÿÿ(TgDf˜¨ì>ˆÿÿ%`•î>ˆÿÿ(XgDf˜î>ˆÿÿ%`• ˆÿÿ(\gDf˜ ˆÿÿ%`•h!ˆÿÿ(`gDf˜h!ˆÿÿ%`•Ð"ˆÿÿ(dgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ(hgDf˜8$ˆÿÿ%`• %ˆÿÿ(lgDf˜ %ˆÿÿ%`•'ˆÿÿ(pgDf˜'ˆÿÿ%`•p(ˆÿÿ(tgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ(xgDf˜Ø)ˆÿÿ%`•@+ˆÿÿ(|gDf˜@+ˆÿÿ%`•¨,ˆÿÿ(€gDf˜¨,ˆÿÿ%`•.ˆÿÿ(„gDf˜.ˆÿÿ%`•ƈÿÿ(ˆgDf˜Æˆÿÿ%`•hƈÿÿ(ŒgDf˜hƈÿÿ%`•ÐÆˆÿÿ(gDf˜Ðƈÿÿ%`•8ƈÿÿ(”gDf˜8ƈÿÿ%`• Æˆÿÿ(˜gDf˜ Æˆÿÿ%`•ƈÿÿ(œgDf˜Æˆÿÿ%`•pƈÿÿ( gDf˜pƈÿÿ%`•Ø Æˆÿÿ(¤gDf˜Ø ƈÿÿ%`•@ ƈÿÿ(¨gDf˜@ ƈÿÿ%`•¨ ƈÿÿ(¬gDf˜¨ ƈÿÿ%`•ƈÿÿ(°gDf˜Æˆÿÿ%`• #ˆÿÿ(´gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ(¸gDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ(¼gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ(ÀgDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ(ÄgDf˜ ¥#ˆÿÿ%`•§#ˆÿÿ(ÈgDf˜§#ˆÿÿ%`•p¨#ˆÿÿ(ÌgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ(ÐgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ(ÔgDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ(ØgDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ(ÜgDf˜®#ˆÿÿ%`• 3ˆÿÿ(àgDf˜ 3ˆÿÿ%`•h¡3ˆÿÿ(ägDf˜h¡3ˆÿÿ%`•Т3ˆÿÿ(ègDf˜Ð¢3ˆÿÿ%`•8¤3ˆÿÿ(ìgDf˜8¤3ˆÿÿ%`• ¥3ˆÿÿ(ðgDf˜ ¥3ˆÿÿ%`•§3ˆÿÿ(ôgDf˜§3ˆÿÿ%`•p¨3ˆÿÿ(øgDf˜p¨3ˆÿÿ%`•Ø©3ˆÿÿ(ügDf˜Ø©3ˆÿÿ%`•@«3ˆÿÿ)gDf˜@«3ˆÿÿ%`•¨¬3ˆÿÿ)gDf˜¨¬3ˆÿÿ%`•®3ˆÿÿ)gDf˜®3ˆÿÿ%`•8ˆÿÿ) gDf˜8ˆÿÿ%`•h8ˆÿÿ)gDf˜h8ˆÿÿ%`•Ð8ˆÿÿ)gDf˜Ð8ˆÿÿ%`•88ˆÿÿ)gDf˜88ˆÿÿ%`• 8ˆÿÿ)gDf˜ 8ˆÿÿ%`•8ˆÿÿ) gDf˜8ˆÿÿ%`•p8ˆÿÿ)$gDf˜p8ˆÿÿ%`•Ø 8ˆÿÿ)(gDf˜Ø 8ˆÿÿ%`•@ 8ˆÿÿ),gDf˜@ 8ˆÿÿ%`•¨ 8ˆÿÿ)0gDf˜¨ 8ˆÿÿ%`•8ˆÿÿ)4gDf˜8ˆÿÿ%`•³ˆÿÿ)8gDf˜³ˆÿÿ%`•h³ˆÿÿ)<gDf˜h³ˆÿÿ%`•гˆÿÿ)@gDf˜Ð³ˆÿÿ%`•8³ˆÿÿ)DgDf˜8³ˆÿÿ%`• ³ˆÿÿ)HgDf˜ ³ˆÿÿ%`•³ˆÿÿ)LgDf˜³ˆÿÿ%`•p³ˆÿÿ)PgDf˜p³ˆÿÿ%`•سˆÿÿ)TgDf˜Ø³ˆÿÿ%`•@³ˆÿÿ)XgDf˜@³ˆÿÿ%`•¨³ˆÿÿ)\gDf˜¨³ˆÿÿ%`•³ˆÿÿ)`gDf˜³ˆÿÿ%`•8T³ ˆÿÿ)dgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ)hgDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ)lgDf˜W³ ˆÿÿ%`•^³ ˆÿÿ)pgDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿ)tgDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿ)xgDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿ)|gDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿ)€gDf˜pX³ ˆÿÿ%`•¨<™ˆÿÿ)„gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ)ˆgDf˜>™ˆÿÿ%`•À+ˆÿÿ)ŒgDf˜À+ˆÿÿ%`•hÁ+ˆÿÿ)gDf˜hÁ+ˆÿÿ%`•ÐÂ+ˆÿÿ)”gDf˜ÐÂ+ˆÿÿ%`•8Ä+ˆÿÿ)˜gDf˜8Ä+ˆÿÿ%`• Å+ˆÿÿ)œgDf˜ Å+ˆÿÿ%`•Ç+ˆÿÿ) gDf˜Ç+ˆÿÿ%`•pÈ+ˆÿÿ)¤gDf˜pÈ+ˆÿÿ%`•ØÉ+ˆÿÿ)¨gDf˜ØÉ+ˆÿÿ%`•@Ë+ˆÿÿ)¬gDf˜@Ë+ˆÿÿ%`•¨Ì+ˆÿÿ)°gDf˜¨Ì+ˆÿÿ%`•Î+ˆÿÿ)´gDf˜Î+ˆÿÿ%`• .ˆÿÿ)¸gDf˜ .ˆÿÿ%`•h!.ˆÿÿ)¼gDf˜h!.ˆÿÿ%`•Ð".ˆÿÿ)ÀgDf˜Ð".ˆÿÿ%`•8$.ˆÿÿ)ÄgDf˜8$.ˆÿÿ%`• %.ˆÿÿ)ÈgDf˜ %.ˆÿÿ%`•'.ˆÿÿ)ÌgDf˜'.ˆÿÿ%`•p(.ˆÿÿ)ÐgDf˜p(.ˆÿÿ%`•Ø).ˆÿÿ)ÔgDf˜Ø).ˆÿÿ%`•@+.ˆÿÿ)ØgDf˜@+.ˆÿÿ%`•¨,.ˆÿÿ)ÜgDf˜¨,.ˆÿÿ%`•..ˆÿÿ)àgDf˜..ˆÿÿ%`•P³ ˆÿÿ)ägDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ)ègDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ)ìgDf˜ÐR³ ˆÿÿ%`•pø¯ˆÿÿ)ðgDf˜pø¯ˆÿÿ%`•÷¯ˆÿÿ)ôgDf˜÷¯ˆÿÿ%`• õ¯ˆÿÿ)øgDf˜ õ¯ˆÿÿ%`•8ô¯ˆÿÿ)ügDf˜8ô¯ˆÿÿ%`•Ðò¯ˆÿÿ*gDf˜Ðò¯ˆÿÿ%`•hñ¯ˆÿÿ*gDf˜hñ¯ˆÿÿ%`•ð¯ˆÿÿ*gDf˜ð¯ˆÿÿ%`• ¬ˆÿÿ* gDf˜ ¬ˆÿÿ%`•h¡¬ˆÿÿ*gDf˜h¡¬ˆÿÿ%`•Т¬ˆÿÿ*gDf˜Ð¢¬ˆÿÿ%`•8¤¬ˆÿÿ*gDf˜8¤¬ˆÿÿ%`• ¥¬ˆÿÿ*gDf˜ ¥¬ˆÿÿ%`•§¬ˆÿÿ* gDf˜§¬ˆÿÿ%`•p¨¬ˆÿÿ*$gDf˜p¨¬ˆÿÿ%`•Ø©¬ˆÿÿ*(gDf˜Ø©¬ˆÿÿ%`•@«¬ˆÿÿ*,gDf˜@«¬ˆÿÿ%`•¨¬¬ˆÿÿ*0gDf˜¨¬¬ˆÿÿ%`•®¬ˆÿÿ*4gDf˜®¬ˆÿÿ%`•Ð@ ˆÿÿ*8gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ*<gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ*@gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ*DgDf˜8Ô@ ˆÿÿ%`• Õ@ ˆÿÿ*HgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ*LgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ*PgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ*TgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ*XgDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ*\gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ*`gDf˜Þ@ ˆÿÿ%`•þ¯ˆÿÿ*dgDf˜þ¯ˆÿÿ%`•¨ü¯ˆÿÿ*hgDf˜¨ü¯ˆÿÿ%`•@û¯ˆÿÿ*lgDf˜@û¯ˆÿÿ%`•Øù¯ˆÿÿ*pgDf˜Øù¯ˆÿÿ%`•ç>ˆÿÿ*tgDf˜ç>ˆÿÿ%`• å>ˆÿÿ*xgDf˜ å>ˆÿÿ%`•8ä>ˆÿÿ*|gDf˜8ä>ˆÿÿ%`•Ðâ>ˆÿÿ*€gDf˜Ðâ>ˆÿÿ%`•há>ˆÿÿ*„gDf˜há>ˆÿÿ%`•à>ˆÿÿ*ˆgDf˜à>ˆÿÿ%`•Qˆÿÿ*ŒgDf˜Qˆÿÿ%`•h‘Qˆÿÿ*gDf˜h‘Qˆÿÿ%`•Ð’Qˆÿÿ*”gDf˜Ð’Qˆÿÿ%`•8”Qˆÿÿ*˜gDf˜8”Qˆÿÿ%`• •Qˆÿÿ*œgDf˜ •Qˆÿÿ%`•—Qˆÿÿ* gDf˜—Qˆÿÿ%`•p˜Qˆÿÿ*¤gDf˜p˜Qˆÿÿ%`•Ø™Qˆÿÿ*¨gDf˜Ø™Qˆÿÿ%`•@›Qˆÿÿ*¬gDf˜@›Qˆÿÿ%`•¨œQˆÿÿ*°gDf˜¨œQˆÿÿ%`•žQˆÿÿ*´gDf˜žQˆÿÿ%`•0 ˆÿÿ*¸gDf˜0 ˆÿÿ%`•h1 ˆÿÿ*¼gDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ*ÀgDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ*ÄgDf˜84 ˆÿÿ%`• 5 ˆÿÿ*ÈgDf˜ 5 ˆÿÿ%`•7 ˆÿÿ*ÌgDf˜7 ˆÿÿ%`•p8 ˆÿÿ*ÐgDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿ*ÔgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ*ØgDf˜@; ˆÿÿ%`•¨< ˆÿÿ*ÜgDf˜¨< ˆÿÿ%`•> ˆÿÿ*àgDf˜> ˆÿÿ%`•î>ˆÿÿ*ägDf˜î>ˆÿÿ%`•¨ì>ˆÿÿ*ègDf˜¨ì>ˆÿÿ%`•@ë>ˆÿÿ*ìgDf˜@ë>ˆÿÿ%`•Øé>ˆÿÿ*ðgDf˜Øé>ˆÿÿ%`•pè>ˆÿÿ*ôgDf˜pè>ˆÿÿ%`• ¥#ˆÿÿ*øgDf˜ ¥#ˆÿÿ%`•8¤#ˆÿÿ*ügDf˜8¤#ˆÿÿ%`•Т#ˆÿÿ+gDf˜Ð¢#ˆÿÿ%`•h¡#ˆÿÿ+gDf˜h¡#ˆÿÿ%`• #ˆÿÿ+gDf˜ #ˆÿÿ%`•+ˆÿÿ+ gDf˜+ˆÿÿ%`•h‘+ˆÿÿ+gDf˜h‘+ˆÿÿ%`•Ð’+ˆÿÿ+gDf˜Ð’+ˆÿÿ%`•8”+ˆÿÿ+gDf˜8”+ˆÿÿ%`• •+ˆÿÿ+gDf˜ •+ˆÿÿ%`•—+ˆÿÿ+ gDf˜—+ˆÿÿ%`•p˜+ˆÿÿ+$gDf˜p˜+ˆÿÿ%`•Ø™+ˆÿÿ+(gDf˜Ø™+ˆÿÿ%`•@›+ˆÿÿ+,gDf˜@›+ˆÿÿ%`•¨œ+ˆÿÿ+0gDf˜¨œ+ˆÿÿ%`•ž+ˆÿÿ+4gDf˜ž+ˆÿÿ%`•`7ˆÿÿ+8gDf˜`7ˆÿÿ%`•ha7ˆÿÿ+<gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ+@gDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ+DgDf˜8d7ˆÿÿ%`• e7ˆÿÿ+HgDf˜ e7ˆÿÿ%`•g7ˆÿÿ+LgDf˜g7ˆÿÿ%`•ph7ˆÿÿ+PgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ+TgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ+XgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ+\gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ+`gDf˜n7ˆÿÿ%`•®#ˆÿÿ+dgDf˜®#ˆÿÿ%`•¨¬#ˆÿÿ+hgDf˜¨¬#ˆÿÿ%`•@«#ˆÿÿ+lgDf˜@«#ˆÿÿ%`•Ø©#ˆÿÿ+pgDf˜Ø©#ˆÿÿ%`•p¨#ˆÿÿ+tgDf˜p¨#ˆÿÿ%`•§#ˆÿÿ+xgDf˜§#ˆÿÿ%`•8³ˆÿÿ+|gDf˜8³ˆÿÿ%`•гˆÿÿ+€gDf˜Ð³ˆÿÿ%`•h³ˆÿÿ+„gDf˜h³ˆÿÿ%`•³ˆÿÿ+ˆgDf˜³ˆÿÿ%`•P± ˆÿÿ+ŒgDf˜P± ˆÿÿ%`•hQ± ˆÿÿ+gDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ+”gDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ+˜gDf˜8T± ˆÿÿ%`• U± ˆÿÿ+œgDf˜ U± ˆÿÿ%`•W± ˆÿÿ+ gDf˜W± ˆÿÿ%`•pX± ˆÿÿ+¤gDf˜pX± ˆÿÿ%`•ØY± ˆÿÿ+¨gDf˜ØY± ˆÿÿ%`•@[± ˆÿÿ+¬gDf˜@[± ˆÿÿ%`•¨\± ˆÿÿ+°gDf˜¨\± ˆÿÿ%`•^± ˆÿÿ+´gDf˜^± ˆÿÿ%`•ˆÿÿ+¸gDf˜ˆÿÿ%`•hˆÿÿ+¼gDf˜hˆÿÿ%`•Јÿÿ+ÀgDf˜Ðˆÿÿ%`•8ˆÿÿ+ÄgDf˜8ˆÿÿ%`• ˆÿÿ+ÈgDf˜ ˆÿÿ%`•ˆÿÿ+ÌgDf˜ˆÿÿ%`•pˆÿÿ+ÐgDf˜pˆÿÿ%`•Ø ˆÿÿ+ÔgDf˜Ø ˆÿÿ%`•@ ˆÿÿ+ØgDf˜@ ˆÿÿ%`•¨ ˆÿÿ+ÜgDf˜¨ ˆÿÿ%`•ˆÿÿ+àgDf˜ˆÿÿ%`•³ˆÿÿ+ägDf˜³ˆÿÿ%`•¨³ˆÿÿ+ègDf˜¨³ˆÿÿ%`•@³ˆÿÿ+ìgDf˜@³ˆÿÿ%`•سˆÿÿ+ðgDf˜Ø³ˆÿÿ%`•p³ˆÿÿ+ôgDf˜p³ˆÿÿ%`•³ˆÿÿ+øgDf˜³ˆÿÿ%`• ³ˆÿÿ,gDf˜ ³ˆÿÿ%`•pX³ ˆÿÿ,gDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ,gDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ, gDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ,gDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ,gDf˜^³ ˆÿÿ%`•W³ ˆÿÿ,gDf˜W³ ˆÿÿ%`• U³ ˆÿÿ,gDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿ, gDf˜8T³ ˆÿÿ%`•>™ˆÿÿ,$gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ,(gDf˜¨<™ˆÿÿ%`•8$.ˆÿÿ,,gDf˜8$.ˆÿÿ%`•Ð".ˆÿÿ,0gDf˜Ð".ˆÿÿ%`•h!.ˆÿÿ,4gDf˜h!.ˆÿÿ%`• .ˆÿÿ,8gDf˜ .ˆÿÿ%`•pˆÿÿ,<gDf˜pˆÿÿ%`•hpˆÿÿ,@gDf˜hpˆÿÿ%`•Ðpˆÿÿ,DgDf˜Ðpˆÿÿ%`•8pˆÿÿ,HgDf˜8pˆÿÿ%`• pˆÿÿ,LgDf˜ pˆÿÿ%`•pˆÿÿ,PgDf˜pˆÿÿ%`•ppˆÿÿ,TgDf˜ppˆÿÿ%`•Ø pˆÿÿ,XgDf˜Ø pˆÿÿ%`•@ pˆÿÿ,\gDf˜@ pˆÿÿ%`•¨ pˆÿÿ,`gDf˜¨ pˆÿÿ%`•pˆÿÿ,dgDf˜pˆÿÿ%`•..ˆÿÿ,hgDf˜..ˆÿÿ%`•¨,.ˆÿÿ,lgDf˜¨,.ˆÿÿ%`•@+.ˆÿÿ,pgDf˜@+.ˆÿÿ%`•Ø).ˆÿÿ,tgDf˜Ø).ˆÿÿ%`•p(.ˆÿÿ,xgDf˜p(.ˆÿÿ%`•'.ˆÿÿ,|gDf˜'.ˆÿÿ%`• %.ˆÿÿ,€gDf˜ %.ˆÿÿ%`•ÐR³ ˆÿÿ,„gDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ,ˆgDf˜hQ³ ˆÿÿ%`•P³ ˆÿÿ,ŒgDf˜P³ ˆÿÿ%`•ð¯ˆÿÿ,gDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿ,”gDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿ,˜gDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿ,œgDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿ, gDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿ,¤gDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿ,¨gDf˜pø¯ˆÿÿ%`•8Ô@ ˆÿÿ,¬gDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ,°gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ,´gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ,¸gDf˜Ð@ ˆÿÿ%`•p ˆÿÿ,¼gDf˜p ˆÿÿ%`•hq ˆÿÿ,ÀgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ,ÄgDf˜Ðr ˆÿÿ%`•8t ˆÿÿ,ÈgDf˜8t ˆÿÿ%`• u ˆÿÿ,ÌgDf˜ u ˆÿÿ%`•w ˆÿÿ,ÐgDf˜w ˆÿÿ%`•px ˆÿÿ,ÔgDf˜px ˆÿÿ%`•Øy ˆÿÿ,ØgDf˜Øy ˆÿÿ%`•@{ ˆÿÿ,ÜgDf˜@{ ˆÿÿ%`•¨| ˆÿÿ,àgDf˜¨| ˆÿÿ%`•~ ˆÿÿ,ägDf˜~ ˆÿÿ%`•Þ@ ˆÿÿ,ègDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ,ìgDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ,ðgDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ,ôgDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ,øgDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ,ügDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ-gDf˜ Õ@ ˆÿÿ%`•Øù¯ˆÿÿ-gDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿ-gDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿ- gDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿ-gDf˜þ¯ˆÿÿ%`•à>ˆÿÿ-gDf˜à>ˆÿÿ%`•há>ˆÿÿ-gDf˜há>ˆÿÿ%`•Ðâ>ˆÿÿ-gDf˜Ðâ>ˆÿÿ%`•8ä>ˆÿÿ- gDf˜8ä>ˆÿÿ%`• å>ˆÿÿ-$gDf˜ å>ˆÿÿ%`•ç>ˆÿÿ-(gDf˜ç>ˆÿÿ%`•84 ˆÿÿ-,gDf˜84 ˆÿÿ%`•Ð2 ˆÿÿ-0gDf˜Ð2 ˆÿÿ%`•h1 ˆÿÿ-4gDf˜h1 ˆÿÿ%`•0 ˆÿÿ-8gDf˜0 ˆÿÿ%`•@…ˆÿÿ-<gDf˜@…ˆÿÿ%`•hA…ˆÿÿ-@gDf˜hA…ˆÿÿ%`•ÐB…ˆÿÿ-DgDf˜ÐB…ˆÿÿ%`•8D…ˆÿÿ-HgDf˜8D…ˆÿÿ%`• E…ˆÿÿ-LgDf˜ E…ˆÿÿ%`•G…ˆÿÿ-PgDf˜G…ˆÿÿ%`•pH…ˆÿÿ-TgDf˜pH…ˆÿÿ%`•ØI…ˆÿÿ-XgDf˜ØI…ˆÿÿ%`•@K…ˆÿÿ-\gDf˜@K…ˆÿÿ%`•¨L…ˆÿÿ-`gDf˜¨L…ˆÿÿ%`•N…ˆÿÿ-dgDf˜N…ˆÿÿ%`•> ˆÿÿ-hgDf˜> ˆÿÿ%`•¨< ˆÿÿ-lgDf˜¨< ˆÿÿ%`•@; ˆÿÿ-pgDf˜@; ˆÿÿ%`•Ø9 ˆÿÿ-tgDf˜Ø9 ˆÿÿ%`•p8 ˆÿÿ-xgDf˜p8 ˆÿÿ%`•7 ˆÿÿ-|gDf˜7 ˆÿÿ%`• 5 ˆÿÿ-€gDf˜ 5 ˆÿÿ%`•pè>ˆÿÿ-„gDf˜pè>ˆÿÿ%`•Øé>ˆÿÿ-ˆgDf˜Øé>ˆÿÿ%`•@ë>ˆÿÿ-ŒgDf˜@ë>ˆÿÿ%`•¨ì>ˆÿÿ-gDf˜¨ì>ˆÿÿ%`•î>ˆÿÿ-”gDf˜î>ˆÿÿ%`• #ˆÿÿ-˜gDf˜ #ˆÿÿ%`•h¡#ˆÿÿ-œgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ- gDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ-¤gDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ-¨gDf˜ ¥#ˆÿÿ%`•8d7ˆÿÿ-¬gDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ-°gDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ-´gDf˜ha7ˆÿÿ%`•`7ˆÿÿ-¸gDf˜`7ˆÿÿ%`•p ˆÿÿ-¼gDf˜p ˆÿÿ%`•hq ˆÿÿ-ÀgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ-ÄgDf˜Ðr ˆÿÿ%`•8t ˆÿÿ-ÈgDf˜8t ˆÿÿ%`• u ˆÿÿ-ÌgDf˜ u ˆÿÿ%`•w ˆÿÿ-ÐgDf˜w ˆÿÿ%`•px ˆÿÿ-ÔgDf˜px ˆÿÿ%`•Øy ˆÿÿ-ØgDf˜Øy ˆÿÿ%`•@{ ˆÿÿ-ÜgDf˜@{ ˆÿÿ%`•¨| ˆÿÿ-àgDf˜¨| ˆÿÿ%`•~ ˆÿÿ-ägDf˜~ ˆÿÿ%`•n7ˆÿÿ-ègDf˜n7ˆÿÿ%`•¨l7ˆÿÿ-ìgDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ-ðgDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ-ôgDf˜Øi7ˆÿÿ%`•ph7ˆÿÿ-øgDf˜ph7ˆÿÿ%`•g7ˆÿÿ-ügDf˜g7ˆÿÿ%`• e7ˆÿÿ.gDf˜ e7ˆÿÿ%`•§#ˆÿÿ.gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ.gDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ. gDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ.gDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ.gDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ.gDf˜®#ˆÿÿ%`•³ˆÿÿ.gDf˜³ˆÿÿ%`•h³ˆÿÿ. gDf˜h³ˆÿÿ%`•гˆÿÿ.$gDf˜Ð³ˆÿÿ%`•8³ˆÿÿ.(gDf˜8³ˆÿÿ%`•8ˆÿÿ.,gDf˜8ˆÿÿ%`•Јÿÿ.0gDf˜Ðˆÿÿ%`•hˆÿÿ.4gDf˜hˆÿÿ%`•ˆÿÿ.8gDf˜ˆÿÿ%`•@шÿÿ.<gDf˜@шÿÿ%`•hAшÿÿ.@gDf˜hAшÿÿ%`•ÐBшÿÿ.DgDf˜ÐBшÿÿ%`•8Dшÿÿ.HgDf˜8Dшÿÿ%`• Eшÿÿ.LgDf˜ Eшÿÿ%`•Gшÿÿ.PgDf˜Gшÿÿ%`•pHшÿÿ.TgDf˜pHшÿÿ%`•ØIшÿÿ.XgDf˜ØIшÿÿ%`•@Kшÿÿ.\gDf˜@Kшÿÿ%`•¨Lшÿÿ.`gDf˜¨Lшÿÿ%`•Nшÿÿ.dgDf˜Nшÿÿ%`•ˆÿÿ.hgDf˜ˆÿÿ%`•¨ ˆÿÿ.lgDf˜¨ ˆÿÿ%`•@ ˆÿÿ.pgDf˜@ ˆÿÿ%`•Ø ˆÿÿ.tgDf˜Ø ˆÿÿ%`•pˆÿÿ.xgDf˜pˆÿÿ%`•ˆÿÿ.|gDf˜ˆÿÿ%`• ˆÿÿ.€gDf˜ ˆÿÿ%`• ³ˆÿÿ.„gDf˜ ³ˆÿÿ%`•³ˆÿÿ.ˆgDf˜³ˆÿÿ%`•p³ˆÿÿ.ŒgDf˜p³ˆÿÿ%`•سˆÿÿ.gDf˜Ø³ˆÿÿ%`•@³ˆÿÿ.”gDf˜@³ˆÿÿ%`•¨³ˆÿÿ.˜gDf˜¨³ˆÿÿ%`•³ˆÿÿ.œgDf˜³ˆÿÿ%`•8T³ ˆÿÿ. gDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ.¤gDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ.¨gDf˜W³ ˆÿÿ%`•^³ ˆÿÿ.¬gDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿ.°gDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿ.´gDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿ.¸gDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿ.¼gDf˜pX³ ˆÿÿ%`•¨<™ˆÿÿ.ÀgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ.ÄgDf˜>™ˆÿÿ%`•P³ ˆÿÿ.ÈgDf˜P³ ˆÿÿ%`•hQ³ ˆÿÿ.ÌgDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ.ÐgDf˜ÐR³ ˆÿÿ%`•pø¯ˆÿÿ.ÔgDf˜pø¯ˆÿÿ%`•÷¯ˆÿÿ.ØgDf˜÷¯ˆÿÿ%`• õ¯ˆÿÿ.ÜgDf˜ õ¯ˆÿÿ%`•8ô¯ˆÿÿ.àgDf˜8ô¯ˆÿÿ%`•Ðò¯ˆÿÿ.ägDf˜Ðò¯ˆÿÿ%`•hñ¯ˆÿÿ.ègDf˜hñ¯ˆÿÿ%`•ð¯ˆÿÿ.ìgDf˜ð¯ˆÿÿ%`•Ð@ ˆÿÿ.ðgDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ.ôgDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ.øgDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ.ügDf˜8Ô@ ˆÿÿ%`•8t ˆÿÿ/gDf˜8t ˆÿÿ%`•Ðr ˆÿÿ/gDf˜Ðr ˆÿÿ%`•hq ˆÿÿ/gDf˜hq ˆÿÿ%`•p ˆÿÿ/ gDf˜p ˆÿÿ%`•0¿ˆÿÿ/gDf˜0¿ˆÿÿ%`•h1¿ˆÿÿ/gDf˜h1¿ˆÿÿ%`•Ð2¿ˆÿÿ/gDf˜Ð2¿ˆÿÿ%`•84¿ˆÿÿ/gDf˜84¿ˆÿÿ%`• 5¿ˆÿÿ/ gDf˜ 5¿ˆÿÿ%`•7¿ˆÿÿ/$gDf˜7¿ˆÿÿ%`•p8¿ˆÿÿ/(gDf˜p8¿ˆÿÿ%`•Ø9¿ˆÿÿ/,gDf˜Ø9¿ˆÿÿ%`•@;¿ˆÿÿ/0gDf˜@;¿ˆÿÿ%`•¨<¿ˆÿÿ/4gDf˜¨<¿ˆÿÿ%`•>¿ˆÿÿ/8gDf˜>¿ˆÿÿ%`•Bˆÿÿ/<gDf˜Bˆÿÿ%`•hBˆÿÿ/@gDf˜hBˆÿÿ%`•ÐBˆÿÿ/DgDf˜ÐBˆÿÿ%`•8Bˆÿÿ/HgDf˜8Bˆÿÿ%`• Bˆÿÿ/LgDf˜ Bˆÿÿ%`•Bˆÿÿ/PgDf˜Bˆÿÿ%`•pBˆÿÿ/TgDf˜pBˆÿÿ%`•ØBˆÿÿ/XgDf˜ØBˆÿÿ%`•@Bˆÿÿ/\gDf˜@Bˆÿÿ%`•¨Bˆÿÿ/`gDf˜¨Bˆÿÿ%`•Bˆÿÿ/dgDf˜Bˆÿÿ%`•~ ˆÿÿ/hgDf˜~ ˆÿÿ%`•¨| ˆÿÿ/lgDf˜¨| ˆÿÿ%`•@{ ˆÿÿ/pgDf˜@{ ˆÿÿ%`•Øy ˆÿÿ/tgDf˜Øy ˆÿÿ%`•px ˆÿÿ/xgDf˜px ˆÿÿ%`•w ˆÿÿ/|gDf˜w ˆÿÿ%`• u ˆÿÿ/€gDf˜ u ˆÿÿ%`• Õ@ ˆÿÿ/„gDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ/ˆgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ/ŒgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ/gDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ/”gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ/˜gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ/œgDf˜Þ@ ˆÿÿ%`•þ¯ˆÿÿ/ gDf˜þ¯ˆÿÿ%`•¨ü¯ˆÿÿ/¤gDf˜¨ü¯ˆÿÿ%`•@û¯ˆÿÿ/¨gDf˜@û¯ˆÿÿ%`•Øù¯ˆÿÿ/¬gDf˜Øù¯ˆÿÿ%`•ç>ˆÿÿ/°gDf˜ç>ˆÿÿ%`• å>ˆÿÿ/´gDf˜ å>ˆÿÿ%`•8ä>ˆÿÿ/¸gDf˜8ä>ˆÿÿ%`•Ðâ>ˆÿÿ/¼gDf˜Ðâ>ˆÿÿ%`•há>ˆÿÿ/ÀgDf˜há>ˆÿÿ%`•à>ˆÿÿ/ÄgDf˜à>ˆÿÿ%`•î>ˆÿÿ/ÈgDf˜î>ˆÿÿ%`•¨ì>ˆÿÿ/ÌgDf˜¨ì>ˆÿÿ%`•@ë>ˆÿÿ/ÐgDf˜@ë>ˆÿÿ%`•Øé>ˆÿÿ/ÔgDf˜Øé>ˆÿÿ%`•pè>ˆÿÿ/ØgDf˜pè>ˆÿÿ%`• ¥#ˆÿÿ/ÜgDf˜ ¥#ˆÿÿ%`•8¤#ˆÿÿ/àgDf˜8¤#ˆÿÿ%`•Т#ˆÿÿ/ägDf˜Ð¢#ˆÿÿ%`•h¡#ˆÿÿ/ègDf˜h¡#ˆÿÿ%`• #ˆÿÿ/ìgDf˜ #ˆÿÿ%`•`7ˆÿÿ/ðgDf˜`7ˆÿÿ%`•ha7ˆÿÿ/ôgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ/øgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ/ügDf˜8d7ˆÿÿ%`•8t ˆÿÿ0gDf˜8t ˆÿÿ%`•Ðr ˆÿÿ0gDf˜Ðr ˆÿÿ%`•hq ˆÿÿ0 gDf˜hq ˆÿÿ%`•p ˆÿÿ0gDf˜p ˆÿÿ%`•,ˆÿÿ0gDf˜,ˆÿÿ%`•h‘,ˆÿÿ0gDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿ0gDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿ0 gDf˜8”,ˆÿÿ%`• •,ˆÿÿ0$gDf˜ •,ˆÿÿ%`•—,ˆÿÿ0(gDf˜—,ˆÿÿ%`•p˜,ˆÿÿ0,gDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿ00gDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿ04gDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿ08gDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ0<gDf˜ž,ˆÿÿ%`• ˆÿÿ0@gDf˜ ˆÿÿ%`•h!ˆÿÿ0DgDf˜h!ˆÿÿ%`•Ð"ˆÿÿ0HgDf˜Ð"ˆÿÿ%`•8$ˆÿÿ0LgDf˜8$ˆÿÿ%`• %ˆÿÿ0PgDf˜ %ˆÿÿ%`•'ˆÿÿ0TgDf˜'ˆÿÿ%`•p(ˆÿÿ0XgDf˜p(ˆÿÿ%`•Ø)ˆÿÿ0\gDf˜Ø)ˆÿÿ%`•@+ˆÿÿ0`gDf˜@+ˆÿÿ%`•¨,ˆÿÿ0dgDf˜¨,ˆÿÿ%`•.ˆÿÿ0hgDf˜.ˆÿÿ%`•~ ˆÿÿ0lgDf˜~ ˆÿÿ%`•¨| ˆÿÿ0pgDf˜¨| ˆÿÿ%`•@{ ˆÿÿ0tgDf˜@{ ˆÿÿ%`•Øy ˆÿÿ0xgDf˜Øy ˆÿÿ%`•px ˆÿÿ0|gDf˜px ˆÿÿ%`•w ˆÿÿ0€gDf˜w ˆÿÿ%`• u ˆÿÿ0„gDf˜ u ˆÿÿ%`• e7ˆÿÿ0ˆgDf˜ e7ˆÿÿ%`•g7ˆÿÿ0ŒgDf˜g7ˆÿÿ%`•ph7ˆÿÿ0gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ0”gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ0˜gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ0œgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ0 gDf˜n7ˆÿÿ%`•®#ˆÿÿ0¤gDf˜®#ˆÿÿ%`•¨¬#ˆÿÿ0¨gDf˜¨¬#ˆÿÿ%`•@«#ˆÿÿ0¬gDf˜@«#ˆÿÿ%`•Ø©#ˆÿÿ0°gDf˜Ø©#ˆÿÿ%`•p¨#ˆÿÿ0´gDf˜p¨#ˆÿÿ%`•§#ˆÿÿ0¸gDf˜§#ˆÿÿ%`•8³ˆÿÿ0¼gDf˜8³ˆÿÿ%`•гˆÿÿ0ÀgDf˜Ð³ˆÿÿ%`•h³ˆÿÿ0ÄgDf˜h³ˆÿÿ%`•³ˆÿÿ0ÈgDf˜³ˆÿÿ%`•³ˆÿÿ0ÌgDf˜³ˆÿÿ%`•¨³ˆÿÿ0ÐgDf˜¨³ˆÿÿ%`•@³ˆÿÿ0ÔgDf˜@³ˆÿÿ%`•سˆÿÿ0ØgDf˜Ø³ˆÿÿ%`•p³ˆÿÿ0ÜgDf˜p³ˆÿÿ%`•³ˆÿÿ0àgDf˜³ˆÿÿ%`• ³ˆÿÿ0ägDf˜ ³ˆÿÿ%`•P³ ˆÿÿ0ègDf˜P³ ˆÿÿ%`•pX³ ˆÿÿ0ìgDf˜pX³ ˆÿÿ%`•ØY³ ˆÿÿ0ðgDf˜ØY³ ˆÿÿ%`•@[³ ˆÿÿ0ôgDf˜@[³ ˆÿÿ%`•¨\³ ˆÿÿ0øgDf˜¨\³ ˆÿÿ%`•^³ ˆÿÿ0ügDf˜^³ ˆÿÿ%`•W³ ˆÿÿ1gDf˜W³ ˆÿÿ%`• U³ ˆÿÿ1gDf˜ U³ ˆÿÿ%`•8T³ ˆÿÿ1gDf˜8T³ ˆÿÿ%`•>™ˆÿÿ1 gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ1gDf˜¨<™ˆÿÿ%`•À2ˆÿÿ1gDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ1gDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿ1gDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ1 gDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ1$gDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ1(gDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ1,gDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ10gDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ14gDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ18gDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿ1<gDf˜Î2ˆÿÿ%`•ð,ˆÿÿ1@gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿ1DgDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿ1HgDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿ1LgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿ1PgDf˜ õ,ˆÿÿ%`•÷,ˆÿÿ1TgDf˜÷,ˆÿÿ%`•pø,ˆÿÿ1XgDf˜pø,ˆÿÿ%`•Øù,ˆÿÿ1\gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿ1`gDf˜@û,ˆÿÿ%`•¨ü,ˆÿÿ1dgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ1hgDf˜þ,ˆÿÿ%`•ÐR³ ˆÿÿ1lgDf˜ÐR³ ˆÿÿ%`•hQ³ ˆÿÿ1pgDf˜hQ³ ˆÿÿ%`•ð¯ˆÿÿ1tgDf˜ð¯ˆÿÿ%`•hñ¯ˆÿÿ1xgDf˜hñ¯ˆÿÿ%`•Ðò¯ˆÿÿ1|gDf˜Ðò¯ˆÿÿ%`•8ô¯ˆÿÿ1€gDf˜8ô¯ˆÿÿ%`• õ¯ˆÿÿ1„gDf˜ õ¯ˆÿÿ%`•÷¯ˆÿÿ1ˆgDf˜÷¯ˆÿÿ%`•pø¯ˆÿÿ1ŒgDf˜pø¯ˆÿÿ%`•8Ô@ ˆÿÿ1gDf˜8Ô@ ˆÿÿ%`•ÐÒ@ ˆÿÿ1”gDf˜ÐÒ@ ˆÿÿ%`•hÑ@ ˆÿÿ1˜gDf˜hÑ@ ˆÿÿ%`•Ð@ ˆÿÿ1œgDf˜Ð@ ˆÿÿ%`•p ˆÿÿ1 gDf˜p ˆÿÿ%`•hq ˆÿÿ1¤gDf˜hq ˆÿÿ%`•Ðr ˆÿÿ1¨gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ1¬gDf˜8t ˆÿÿ%`•8Bˆÿÿ1°gDf˜8Bˆÿÿ%`•ÐBˆÿÿ1´gDf˜ÐBˆÿÿ%`•hBˆÿÿ1¸gDf˜hBˆÿÿ%`•Bˆÿÿ1¼gDf˜Bˆÿÿ%`•09ˆÿÿ1ÀgDf˜09ˆÿÿ%`•h19ˆÿÿ1ÄgDf˜h19ˆÿÿ%`•Ð29ˆÿÿ1ÈgDf˜Ð29ˆÿÿ%`•849ˆÿÿ1ÌgDf˜849ˆÿÿ%`• 59ˆÿÿ1ÐgDf˜ 59ˆÿÿ%`•79ˆÿÿ1ÔgDf˜79ˆÿÿ%`•p89ˆÿÿ1ØgDf˜p89ˆÿÿ%`•Ø99ˆÿÿ1ÜgDf˜Ø99ˆÿÿ%`•@;9ˆÿÿ1àgDf˜@;9ˆÿÿ%`•¨<9ˆÿÿ1ägDf˜¨<9ˆÿÿ%`•>9ˆÿÿ1ègDf˜>9ˆÿÿ%`•Bˆÿÿ1ìgDf˜Bˆÿÿ%`•¨Bˆÿÿ1ðgDf˜¨Bˆÿÿ%`•@Bˆÿÿ1ôgDf˜@Bˆÿÿ%`•ØBˆÿÿ1øgDf˜ØBˆÿÿ%`•pBˆÿÿ1ügDf˜pBˆÿÿ%`•Bˆÿÿ2gDf˜Bˆÿÿ%`• Bˆÿÿ2gDf˜ Bˆÿÿ%`• u ˆÿÿ2gDf˜ u ˆÿÿ%`•w ˆÿÿ2 gDf˜w ˆÿÿ%`•px ˆÿÿ2gDf˜px ˆÿÿ%`•Øy ˆÿÿ2gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ2gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ2gDf˜¨| ˆÿÿ%`•~ ˆÿÿ2 gDf˜~ ˆÿÿ%`•Þ@ ˆÿÿ2$gDf˜Þ@ ˆÿÿ%`•¨Ü@ ˆÿÿ2(gDf˜¨Ü@ ˆÿÿ%`•@Û@ ˆÿÿ2,gDf˜@Û@ ˆÿÿ%`•ØÙ@ ˆÿÿ20gDf˜ØÙ@ ˆÿÿ%`•pØ@ ˆÿÿ24gDf˜pØ@ ˆÿÿ%`•×@ ˆÿÿ28gDf˜×@ ˆÿÿ%`• Õ@ ˆÿÿ2<gDf˜ Õ@ ˆÿÿ%`•Øù¯ˆÿÿ2@gDf˜Øù¯ˆÿÿ%`•@û¯ˆÿÿ2DgDf˜@û¯ˆÿÿ%`•¨ü¯ˆÿÿ2HgDf˜¨ü¯ˆÿÿ%`•þ¯ˆÿÿ2LgDf˜þ¯ˆÿÿ%`• #ˆÿÿ2PgDf˜ #ˆÿÿ%`•h¡#ˆÿÿ2TgDf˜h¡#ˆÿÿ%`•Т#ˆÿÿ2XgDf˜Ð¢#ˆÿÿ%`•8¤#ˆÿÿ2\gDf˜8¤#ˆÿÿ%`• ¥#ˆÿÿ2`gDf˜ ¥#ˆÿÿ%`•8d7ˆÿÿ2dgDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ2hgDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ2lgDf˜ha7ˆÿÿ%`•`7ˆÿÿ2pgDf˜`7ˆÿÿ%`•p ˆÿÿ2tgDf˜p ˆÿÿ%`•hq ˆÿÿ2xgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ2|gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ2€gDf˜8t ˆÿÿ%`•8$ˆÿÿ2„gDf˜8$ˆÿÿ%`•Ð"ˆÿÿ2ˆgDf˜Ð"ˆÿÿ%`•h!ˆÿÿ2ŒgDf˜h!ˆÿÿ%`• ˆÿÿ2gDf˜ ˆÿÿ%`•àˆÿÿ2”gDf˜àˆÿÿ%`•háˆÿÿ2˜gDf˜háˆÿÿ%`•Ðâˆÿÿ2œgDf˜Ðâˆÿÿ%`•8äˆÿÿ2 gDf˜8äˆÿÿ%`• åˆÿÿ2¤gDf˜ åˆÿÿ%`•çˆÿÿ2¨gDf˜çˆÿÿ%`•pèˆÿÿ2¬gDf˜pèˆÿÿ%`•Øéˆÿÿ2°gDf˜Øéˆÿÿ%`•@ëˆÿÿ2´gDf˜@ëˆÿÿ%`•¨ìˆÿÿ2¸gDf˜¨ìˆÿÿ%`•îˆÿÿ2¼gDf˜îˆÿÿ%`•,ˆÿÿ2ÀgDf˜,ˆÿÿ%`•h‘,ˆÿÿ2ÄgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿ2ÈgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿ2ÌgDf˜8”,ˆÿÿ%`• •,ˆÿÿ2ÐgDf˜ •,ˆÿÿ%`•—,ˆÿÿ2ÔgDf˜—,ˆÿÿ%`•p˜,ˆÿÿ2ØgDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿ2ÜgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿ2àgDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿ2ägDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ2ègDf˜ž,ˆÿÿ%`•.ˆÿÿ2ìgDf˜.ˆÿÿ%`•¨,ˆÿÿ2ðgDf˜¨,ˆÿÿ%`•@+ˆÿÿ2ôgDf˜@+ˆÿÿ%`•Ø)ˆÿÿ2øgDf˜Ø)ˆÿÿ%`•p(ˆÿÿ2ügDf˜p(ˆÿÿ%`•'ˆÿÿ3gDf˜'ˆÿÿ%`• %ˆÿÿ3gDf˜ %ˆÿÿ%`• u ˆÿÿ3gDf˜ u ˆÿÿ%`•w ˆÿÿ3 gDf˜w ˆÿÿ%`•px ˆÿÿ3gDf˜px ˆÿÿ%`•Øy ˆÿÿ3gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ3gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ3gDf˜¨| ˆÿÿ%`•~ ˆÿÿ3 gDf˜~ ˆÿÿ%`•n7ˆÿÿ3$gDf˜n7ˆÿÿ%`•¨l7ˆÿÿ3(gDf˜¨l7ˆÿÿ%`•@k7ˆÿÿ3,gDf˜@k7ˆÿÿ%`•Øi7ˆÿÿ30gDf˜Øi7ˆÿÿ%`•ph7ˆÿÿ34gDf˜ph7ˆÿÿ%`•g7ˆÿÿ38gDf˜g7ˆÿÿ%`• e7ˆÿÿ3<gDf˜ e7ˆÿÿ%`•§#ˆÿÿ3@gDf˜§#ˆÿÿ%`•p¨#ˆÿÿ3DgDf˜p¨#ˆÿÿ%`•Ø©#ˆÿÿ3HgDf˜Ø©#ˆÿÿ%`•@«#ˆÿÿ3LgDf˜@«#ˆÿÿ%`•¨¬#ˆÿÿ3PgDf˜¨¬#ˆÿÿ%`•®#ˆÿÿ3TgDf˜®#ˆÿÿ%`•8T³ ˆÿÿ3XgDf˜8T³ ˆÿÿ%`• U³ ˆÿÿ3\gDf˜ U³ ˆÿÿ%`•W³ ˆÿÿ3`gDf˜W³ ˆÿÿ%`•^³ ˆÿÿ3dgDf˜^³ ˆÿÿ%`•¨\³ ˆÿÿ3hgDf˜¨\³ ˆÿÿ%`•@[³ ˆÿÿ3lgDf˜@[³ ˆÿÿ%`•ØY³ ˆÿÿ3pgDf˜ØY³ ˆÿÿ%`•pX³ ˆÿÿ3tgDf˜pX³ ˆÿÿ%`•P³ ˆÿÿ3xgDf˜P³ ˆÿÿ%`•¨<™ˆÿÿ3|gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ3€gDf˜>™ˆÿÿ%`•8ô,ˆÿÿ3„gDf˜8ô,ˆÿÿ%`•Ðò,ˆÿÿ3ˆgDf˜Ðò,ˆÿÿ%`•hñ,ˆÿÿ3ŒgDf˜hñ,ˆÿÿ%`•ð,ˆÿÿ3gDf˜ð,ˆÿÿ%`•Žˆÿÿ3”gDf˜Žˆÿÿ%`•hŽˆÿÿ3˜gDf˜hŽˆÿÿ%`•ÐŽˆÿÿ3œgDf˜ÐŽˆÿÿ%`•8Žˆÿÿ3 gDf˜8Žˆÿÿ%`• Žˆÿÿ3¤gDf˜ Žˆÿÿ%`•Žˆÿÿ3¨gDf˜Žˆÿÿ%`•pŽˆÿÿ3¬gDf˜pŽˆÿÿ%`•Ø Žˆÿÿ3°gDf˜Ø Žˆÿÿ%`•@ Žˆÿÿ3´gDf˜@ Žˆÿÿ%`•¨ Žˆÿÿ3¸gDf˜¨ Žˆÿÿ%`•Žˆÿÿ3¼gDf˜Žˆÿÿ%`•À2ˆÿÿ3ÀgDf˜À2ˆÿÿ%`•hÁ2ˆÿÿ3ÄgDf˜hÁ2ˆÿÿ%`•ÐÂ2ˆÿÿ3ÈgDf˜ÐÂ2ˆÿÿ%`•8Ä2ˆÿÿ3ÌgDf˜8Ä2ˆÿÿ%`• Å2ˆÿÿ3ÐgDf˜ Å2ˆÿÿ%`•Ç2ˆÿÿ3ÔgDf˜Ç2ˆÿÿ%`•pÈ2ˆÿÿ3ØgDf˜pÈ2ˆÿÿ%`•ØÉ2ˆÿÿ3ÜgDf˜ØÉ2ˆÿÿ%`•@Ë2ˆÿÿ3àgDf˜@Ë2ˆÿÿ%`•¨Ì2ˆÿÿ3ägDf˜¨Ì2ˆÿÿ%`•Î2ˆÿÿ3ègDf˜Î2ˆÿÿ%`•þ,ˆÿÿ3ìgDf˜þ,ˆÿÿ%`•¨ü,ˆÿÿ3ðgDf˜¨ü,ˆÿÿ%`•@û,ˆÿÿ3ôgDf˜@û,ˆÿÿ%`•Øù,ˆÿÿ3øgDf˜Øù,ˆÿÿ%`•pø,ˆÿÿ3ügDf˜pø,ˆÿÿ%`•÷,ˆÿÿ4gDf˜÷,ˆÿÿ%`• õ,ˆÿÿ4gDf˜ õ,ˆÿÿ%`•hQ³ ˆÿÿ4 gDf˜hQ³ ˆÿÿ%`•ÐR³ ˆÿÿ4gDf˜ÐR³ ˆÿÿ%`•pø¯ˆÿÿ4gDf˜pø¯ˆÿÿ%`•÷¯ˆÿÿ4gDf˜÷¯ˆÿÿ%`• õ¯ˆÿÿ4gDf˜ õ¯ˆÿÿ%`•8ô¯ˆÿÿ4 gDf˜8ô¯ˆÿÿ%`•Ðò¯ˆÿÿ4$gDf˜Ðò¯ˆÿÿ%`•hñ¯ˆÿÿ4(gDf˜hñ¯ˆÿÿ%`•ð¯ˆÿÿ4,gDf˜ð¯ˆÿÿ%`•Ð@ ˆÿÿ40gDf˜Ð@ ˆÿÿ%`•hÑ@ ˆÿÿ44gDf˜hÑ@ ˆÿÿ%`•ÐÒ@ ˆÿÿ48gDf˜ÐÒ@ ˆÿÿ%`•8Ô@ ˆÿÿ4<gDf˜8Ô@ ˆÿÿ%`•8t ˆÿÿ4@gDf˜8t ˆÿÿ%`•Ðr ˆÿÿ4DgDf˜Ðr ˆÿÿ%`•hq ˆÿÿ4HgDf˜hq ˆÿÿ%`•p ˆÿÿ4LgDf˜p ˆÿÿ%`•~ ˆÿÿ4PgDf˜~ ˆÿÿ%`•¨| ˆÿÿ4TgDf˜¨| ˆÿÿ%`•@{ ˆÿÿ4XgDf˜@{ ˆÿÿ%`•Øy ˆÿÿ4\gDf˜Øy ˆÿÿ%`•px ˆÿÿ4`gDf˜px ˆÿÿ%`•w ˆÿÿ4dgDf˜w ˆÿÿ%`• u ˆÿÿ4hgDf˜ u ˆÿÿ%`• Õ@ ˆÿÿ4lgDf˜ Õ@ ˆÿÿ%`•×@ ˆÿÿ4pgDf˜×@ ˆÿÿ%`•pØ@ ˆÿÿ4tgDf˜pØ@ ˆÿÿ%`•ØÙ@ ˆÿÿ4xgDf˜ØÙ@ ˆÿÿ%`•@Û@ ˆÿÿ4|gDf˜@Û@ ˆÿÿ%`•¨Ü@ ˆÿÿ4€gDf˜¨Ü@ ˆÿÿ%`•Þ@ ˆÿÿ4„gDf˜Þ@ ˆÿÿ%`•þ¯ˆÿÿ4ˆgDf˜þ¯ˆÿÿ%`•¨ü¯ˆÿÿ4ŒgDf˜¨ü¯ˆÿÿ%`•@û¯ˆÿÿ4gDf˜@û¯ˆÿÿ%`•Øù¯ˆÿÿ4”gDf˜Øù¯ˆÿÿ%`•àdˆÿÿ4˜gDf˜àdˆÿÿ%`•hádˆÿÿ4œgDf˜hádˆÿÿ%`•Ðâdˆÿÿ4 gDf˜Ðâdˆÿÿ%`•8ädˆÿÿ4¤gDf˜8ädˆÿÿ%`• ådˆÿÿ4¨gDf˜ ådˆÿÿ%`•çdˆÿÿ4¬gDf˜çdˆÿÿ%`•pèdˆÿÿ4°gDf˜pèdˆÿÿ%`•Øédˆÿÿ4´gDf˜Øédˆÿÿ%`•@ëdˆÿÿ4¸gDf˜@ëdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4¼gDf˜'ˆÿÿ%`•@ëdˆÿÿ gDf˜@ëdˆÿÿ%`•8ädˆÿÿ7ègDf˜8ädˆÿÿ%`•Ðâdˆÿÿ`ÈgDf˜Ðâdˆÿÿ%`•çdˆÿÿ gDf˜çdˆÿÿ%`•pèdˆÿÿgDf˜pèdˆÿÿ%`•hádˆÿÿƒ,gDf˜hádˆÿÿ%`•Øédˆÿÿƒ4gDf˜Øédˆÿÿ%`•àdˆÿÿÑdgDf˜àdˆÿÿ%`•¨ìdˆÿÿìlgDf˜¨ìdˆÿÿ%`•îdˆÿÿ! gDf˜îdˆÿÿ%`• ådˆÿÿƒ<gDf˜ ådˆÿÿ%`• ådˆÿÿ gDf˜ ådˆÿÿ%`• ådˆÿÿ4ÀgDf˜ ådˆÿÿ%`•îdˆÿÿ4ÄgDf˜îdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ5ÄgDf˜'ˆÿÿ%`•îdˆÿÿ5ÈügDf˜îdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ6ÄgDf˜'ˆÿÿ%`•îdˆÿÿ6È@gDf˜îdˆÿÿ%`•pèdˆÿÿ8 ØgDf˜pèdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ8ägDf˜'ˆÿÿ%`•pèdˆÿÿ8èügDf˜pèdˆÿÿ%`•îdˆÿÿ:ä(gDf˜îdˆÿÿ%`•hádˆÿÿ<ügDf˜hádˆÿÿ%`• ådˆÿÿ> gDf˜ ådˆÿÿ%`•çdˆÿÿ>ügDf˜çdˆÿÿ%`•Ðâdˆÿÿ@ gDf˜Ðâdˆÿÿ%`•¨ìdˆÿÿ@ügDf˜¨ìdˆÿÿ%`•ØédˆÿÿBgDf˜Øédˆÿÿ%`•àdˆÿÿBdgDf˜àdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBxgDf˜'ˆÿÿ%`•Ðâdˆÿÿ{°gDf˜Ðâdˆÿÿ%`•àdˆÿÿgDf˜àdˆÿÿ%`•àdˆÿÿ gDf˜àdˆÿÿ%`•àdˆÿÿzL gDf˜àdˆÿÿ%`•Ðâdˆÿÿ{gDf˜Ðâdˆÿÿ%`•Ðâdˆÿÿ gDf˜Ðâdˆÿÿ%`•ÐâdˆÿÿgDf˜Ðâdˆÿÿ%`•àdˆÿÿ/øgDf˜àdˆÿÿ%`•àdˆÿÿ gDf˜àdˆÿÿ%`•àdˆÿÿ~gDf˜àdˆÿÿ%`•àdˆÿÿ gDf˜àdˆÿÿ%`•àdˆÿÿ{tgDf˜àdˆÿÿ%`•àdˆÿÿ gDf˜àdˆÿÿ%`•àdˆÿÿ!gDf˜àdˆÿÿ%`•àdˆÿÿ gDf˜àdˆÿÿ%`•àdˆÿÿB|gDf˜àdˆÿÿ%`•ÐâdˆÿÿB€dgDf˜Ðâdˆÿÿ%`•ØédˆÿÿÔ´gDf˜Øédˆÿÿ%`•¨ìdˆÿÿ¤,gDf˜¨ìdˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿˆgDf˜'ˆÿÿ%`•¨ìdˆÿÿŒgDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿgDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ”gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ˜gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿœgDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ¤gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ¨gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ¬gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ°gDf˜¨ìdˆÿÿ%`•¨ìdˆÿÿ´gDf˜¨ìdˆÿÿ%`•pèdˆÿÿ¸gDf˜pèdˆÿÿ%`•8ädˆÿÿ¼gDf˜8ädˆÿÿ%`•@ëdˆÿÿÀgDf˜@ëdˆÿÿ%`•@ëdˆÿÿÄgDf˜@ëdˆÿÿ%`•8ädˆÿÿÈgDf˜8ädˆÿÿ%`•pèdˆÿÿÌgDf˜pèdˆÿÿ%`•¨ìdˆÿÿÐgDf˜¨ìdˆÿÿ%`•îdˆÿÿÔgDf˜îdˆÿÿ%`•hádˆÿÿØgDf˜hádˆÿÿ%`• ådˆÿÿÜgDf˜ ådˆÿÿ%`•çdˆÿÿàgDf˜çdˆÿÿ%`•àdˆÿÿägDf˜àdˆÿÿ%`•ØédˆÿÿègDf˜Øédˆÿÿ%`•ÐâdˆÿÿìgDf˜Ðâdˆÿÿ%`•>™ˆÿÿðgDf˜>™ˆÿÿ%`•¨<™ˆÿÿôgDf˜¨<™ˆÿÿ%`•€%ˆÿÿøgDf˜€%ˆÿÿ%`•h%ˆÿÿügDf˜h%ˆÿÿ%`•Ђ%ˆÿÿgDf˜Ð‚%ˆÿÿ%`•8„%ˆÿÿgDf˜8„%ˆÿÿ%`• …%ˆÿÿgDf˜ …%ˆÿÿ%`• …%ˆÿÿ gDf˜ …%ˆÿÿ%`•8„%ˆÿÿgDf˜8„%ˆÿÿ%`•Ђ%ˆÿÿgDf˜Ð‚%ˆÿÿ%`•h%ˆÿÿgDf˜h%ˆÿÿ%`•€%ˆÿÿgDf˜€%ˆÿÿ%`•‡%ˆÿÿ gDf˜‡%ˆÿÿ%`•pˆ%ˆÿÿ$gDf˜pˆ%ˆÿÿ%`•؉%ˆÿÿ(gDf˜Ø‰%ˆÿÿ%`•@‹%ˆÿÿ,gDf˜@‹%ˆÿÿ%`•¨Œ%ˆÿÿ0gDf˜¨Œ%ˆÿÿ%`•Ž%ˆÿÿ4gDf˜Ž%ˆÿÿ%`•¨<™ˆÿÿ8gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ<gDf˜>™ˆÿÿ%`•µˆÿÿ@gDf˜µˆÿÿ%`•hµˆÿÿDgDf˜hµˆÿÿ%`•еˆÿÿHgDf˜Ðµˆÿÿ%`•8µˆÿÿLgDf˜8µˆÿÿ%`• µˆÿÿPgDf˜ µˆÿÿ%`•µˆÿÿTgDf˜µˆÿÿ%`•pµˆÿÿXgDf˜pµˆÿÿ%`•صˆÿÿ\gDf˜Øµˆÿÿ%`•@µˆÿÿ`gDf˜@µˆÿÿ%`•¨µˆÿÿdgDf˜¨µˆÿÿ%`•µˆÿÿhgDf˜µˆÿÿ%`•0µˆÿÿlgDf˜0µˆÿÿ%`•h1µˆÿÿpgDf˜h1µˆÿÿ%`•Ð2µˆÿÿtgDf˜Ð2µˆÿÿ%`•84µˆÿÿxgDf˜84µˆÿÿ%`• 5µˆÿÿ|gDf˜ 5µˆÿÿ%`•7µˆÿÿ€gDf˜7µˆÿÿ%`•p8µˆÿÿ„gDf˜p8µˆÿÿ%`•Ø9µˆÿÿˆgDf˜Ø9µˆÿÿ%`•@;µˆÿÿŒgDf˜@;µˆÿÿ%`•¨<µˆÿÿgDf˜¨<µˆÿÿ%`•>µˆÿÿ”gDf˜>µˆÿÿ%`•Ð' ˆÿÿ˜gDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿœgDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿ gDf˜ÐÒ' ˆÿÿ%`•8Ô' ˆÿÿ¤gDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿ¨gDf˜ Õ' ˆÿÿ%`•×' ˆÿÿ¬gDf˜×' ˆÿÿ%`•pØ' ˆÿÿ°gDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿ´gDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿ¸gDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿ¼gDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿÀgDf˜Þ' ˆÿÿ%`•€(ˆÿÿÄgDf˜€(ˆÿÿ%`•h(ˆÿÿÈgDf˜h(ˆÿÿ%`•Ђ(ˆÿÿÌgDf˜Ð‚(ˆÿÿ%`•8„(ˆÿÿÐgDf˜8„(ˆÿÿ%`• …(ˆÿÿÔgDf˜ …(ˆÿÿ%`•‡(ˆÿÿØgDf˜‡(ˆÿÿ%`•pˆ(ˆÿÿÜgDf˜pˆ(ˆÿÿ%`•؉(ˆÿÿàgDf˜Ø‰(ˆÿÿ%`•@‹(ˆÿÿägDf˜@‹(ˆÿÿ%`•¨Œ(ˆÿÿègDf˜¨Œ(ˆÿÿ%`•Ž(ˆÿÿìgDf˜Ž(ˆÿÿ%`•€FˆÿÿðgDf˜€Fˆÿÿ%`•hFˆÿÿôgDf˜hFˆÿÿ%`•ЂFˆÿÿøgDf˜Ð‚Fˆÿÿ%`•8„FˆÿÿügDf˜8„Fˆÿÿ%`• …FˆÿÿgDf˜ …Fˆÿÿ%`•‡FˆÿÿgDf˜‡Fˆÿÿ%`•pˆFˆÿÿgDf˜pˆFˆÿÿ%`•؉Fˆÿÿ gDf˜Ø‰Fˆÿÿ%`•@‹FˆÿÿgDf˜@‹Fˆÿÿ%`•¨ŒFˆÿÿgDf˜¨ŒFˆÿÿ%`•ŽFˆÿÿgDf˜ŽFˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•‡(ˆÿÿ$gDf˜‡(ˆÿÿ%`• …(ˆÿÿ(gDf˜ …(ˆÿÿ%`•8„(ˆÿÿ,gDf˜8„(ˆÿÿ%`•Ђ(ˆÿÿ0gDf˜Ð‚(ˆÿÿ%`•h(ˆÿÿ4gDf˜h(ˆÿÿ%`•€(ˆÿÿ8gDf˜€(ˆÿÿ%`• ,ˆÿÿ<gDf˜ ,ˆÿÿ%`•h¡,ˆÿÿ@gDf˜h¡,ˆÿÿ%`•Т,ˆÿÿDgDf˜Ð¢,ˆÿÿ%`•8¤,ˆÿÿHgDf˜8¤,ˆÿÿ%`• ¥,ˆÿÿLgDf˜ ¥,ˆÿÿ%`•§,ˆÿÿPgDf˜§,ˆÿÿ%`•p¨,ˆÿÿTgDf˜p¨,ˆÿÿ%`•Ø©,ˆÿÿXgDf˜Ø©,ˆÿÿ%`•@«,ˆÿÿ\gDf˜@«,ˆÿÿ%`•¨¬,ˆÿÿ`gDf˜¨¬,ˆÿÿ%`•®,ˆÿÿdgDf˜®,ˆÿÿ%`• ½ˆÿÿhgDf˜ ½ˆÿÿ%`•h!½ˆÿÿlgDf˜h!½ˆÿÿ%`•Ð"½ˆÿÿpgDf˜Ð"½ˆÿÿ%`•8$½ˆÿÿtgDf˜8$½ˆÿÿ%`• %½ˆÿÿxgDf˜ %½ˆÿÿ%`•'½ˆÿÿ|gDf˜'½ˆÿÿ%`•p(½ˆÿÿ€gDf˜p(½ˆÿÿ%`•Ø)½ˆÿÿ„gDf˜Ø)½ˆÿÿ%`•@+½ˆÿÿˆgDf˜@+½ˆÿÿ%`•¨,½ˆÿÿŒgDf˜¨,½ˆÿÿ%`•.½ˆÿÿgDf˜.½ˆÿÿ%`•@ˆÿÿ”gDf˜@ˆÿÿ%`•h@ˆÿÿ˜gDf˜h@ˆÿÿ%`•Ð@ˆÿÿœgDf˜Ð@ˆÿÿ%`•8@ˆÿÿ gDf˜8@ˆÿÿ%`• @ˆÿÿ¤gDf˜ @ˆÿÿ%`•@ˆÿÿ¨gDf˜@ˆÿÿ%`•p@ˆÿÿ¬gDf˜p@ˆÿÿ%`•Ø@ˆÿÿ°gDf˜Ø@ˆÿÿ%`•@@ˆÿÿ´gDf˜@@ˆÿÿ%`•¨@ˆÿÿ¸gDf˜¨@ˆÿÿ%`•@ˆÿÿ¼gDf˜@ˆÿÿ%`•àdˆÿÿÀgDf˜àdˆÿÿ%`•hádˆÿÿÄgDf˜hádˆÿÿ%`•ÐâdˆÿÿÈgDf˜Ðâdˆÿÿ%`•8ädˆÿÿÌgDf˜8ädˆÿÿ%`• ådˆÿÿÐgDf˜ ådˆÿÿ%`•çdˆÿÿÔgDf˜çdˆÿÿ%`•pèdˆÿÿØgDf˜pèdˆÿÿ%`•ØédˆÿÿÜgDf˜Øédˆÿÿ%`•@ëdˆÿÿàgDf˜@ëdˆÿÿ%`•¨ìdˆÿÿägDf˜¨ìdˆÿÿ%`•îdˆÿÿègDf˜îdˆÿÿ%`•ðʈÿÿìgDf˜ðʈÿÿ%`•hñʈÿÿðgDf˜hñʈÿÿ%`•ÐòʈÿÿôgDf˜Ðòʈÿÿ%`•8ôʈÿÿøgDf˜8ôʈÿÿ%`• õʈÿÿügDf˜ õʈÿÿ%`•÷ʈÿÿgDf˜÷ʈÿÿ%`•pøÊˆÿÿgDf˜pøÊˆÿÿ%`•ØùʈÿÿgDf˜Øùʈÿÿ%`•@ûʈÿÿ gDf˜@ûʈÿÿ%`•¨üʈÿÿgDf˜¨üʈÿÿ%`•þʈÿÿgDf˜þʈÿÿ%`•`ˆÿÿgDf˜`ˆÿÿ%`•haˆÿÿgDf˜haˆÿÿ%`•Ðbˆÿÿ gDf˜Ðbˆÿÿ%`•8dˆÿÿ$gDf˜8dˆÿÿ%`• eˆÿÿ(gDf˜ eˆÿÿ%`•gˆÿÿ,gDf˜gˆÿÿ%`•phˆÿÿ0gDf˜phˆÿÿ%`•Øiˆÿÿ4gDf˜Øiˆÿÿ%`•@kˆÿÿ8gDf˜@kˆÿÿ%`•¨lˆÿÿ<gDf˜¨lˆÿÿ%`•nˆÿÿ@gDf˜nˆÿÿ%`•mˆÿÿDgDf˜mˆÿÿ%`•hmˆÿÿHgDf˜hmˆÿÿ%`•ÐmˆÿÿLgDf˜Ðmˆÿÿ%`•8mˆÿÿPgDf˜8mˆÿÿ%`• mˆÿÿTgDf˜ mˆÿÿ%`•mˆÿÿXgDf˜mˆÿÿ%`•pmˆÿÿ\gDf˜pmˆÿÿ%`•Ømˆÿÿ`gDf˜Ømˆÿÿ%`•@mˆÿÿdgDf˜@mˆÿÿ%`•¨mˆÿÿhgDf˜¨mˆÿÿ%`•mˆÿÿlgDf˜mˆÿÿ%`•PˆÿÿpgDf˜Pˆÿÿ%`•hQˆÿÿtgDf˜hQˆÿÿ%`•ÐRˆÿÿxgDf˜ÐRˆÿÿ%`•8Tˆÿÿ|gDf˜8Tˆÿÿ%`• Uˆÿÿ€gDf˜ Uˆÿÿ%`•Wˆÿÿ„gDf˜Wˆÿÿ%`•pXˆÿÿˆgDf˜pXˆÿÿ%`•ØYˆÿÿŒgDf˜ØYˆÿÿ%`•@[ˆÿÿgDf˜@[ˆÿÿ%`•¨\ˆÿÿ”gDf˜¨\ˆÿÿ%`•^ˆÿÿ˜gDf˜^ˆÿÿ%`•@ ˆÿÿœgDf˜@ ˆÿÿ%`•hA ˆÿÿ gDf˜hA ˆÿÿ%`•ÐB ˆÿÿ¤gDf˜ÐB ˆÿÿ%`•8D ˆÿÿ¨gDf˜8D ˆÿÿ%`• E ˆÿÿ¬gDf˜ E ˆÿÿ%`•G ˆÿÿ°gDf˜G ˆÿÿ%`•pH ˆÿÿ´gDf˜pH ˆÿÿ%`•ØI ˆÿÿ¸gDf˜ØI ˆÿÿ%`•@K ˆÿÿ¼gDf˜@K ˆÿÿ%`•¨L ˆÿÿÀgDf˜¨L ˆÿÿ%`•N ˆÿÿÄgDf˜N ˆÿÿ%`•€¹ˆÿÿÈgDf˜€¹ˆÿÿ%`•h¹ˆÿÿÌgDf˜h¹ˆÿÿ%`•Ђ¹ˆÿÿÐgDf˜Ð‚¹ˆÿÿ%`•8„¹ˆÿÿÜgDf˜8„¹ˆÿÿ%`• …¹ˆÿÿàgDf˜ …¹ˆÿÿ%`•‡¹ˆÿÿägDf˜‡¹ˆÿÿ%`•pˆ¹ˆÿÿègDf˜pˆ¹ˆÿÿ%`•؉¹ˆÿÿìgDf˜Ø‰¹ˆÿÿ%`•@‹¹ˆÿÿðgDf˜@‹¹ˆÿÿ%`•¨Œ¹ˆÿÿôgDf˜¨Œ¹ˆÿÿ%`•޹ˆÿÿøgDf˜޹ˆÿÿ%`•ЫˆÿÿügDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿgDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ gDf˜ Õ«ˆÿÿ%`•׫ˆÿÿgDf˜׫ˆÿÿ%`•pØ«ˆÿÿgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ gDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ$gDf˜Þ«ˆÿÿ%`•@ˆÿÿ(gDf˜@ˆÿÿ%`•hAˆÿÿ,gDf˜hAˆÿÿ%`•ÐBˆÿÿ0gDf˜ÐBˆÿÿ%`•8Dˆÿÿ4gDf˜8Dˆÿÿ%`• Eˆÿÿ8gDf˜ Eˆÿÿ%`•Gˆÿÿ<gDf˜Gˆÿÿ%`•pHˆÿÿ@gDf˜pHˆÿÿ%`•ØIˆÿÿDgDf˜ØIˆÿÿ%`•@KˆÿÿHgDf˜@Kˆÿÿ%`•¨LˆÿÿLgDf˜¨Lˆÿÿ%`•NˆÿÿPgDf˜Nˆÿÿ%`•p°ˆÿÿTgDf˜p°ˆÿÿ%`•hq°ˆÿÿXgDf˜hq°ˆÿÿ%`•Ðr°ˆÿÿ\gDf˜Ðr°ˆÿÿ%`•8t°ˆÿÿ`gDf˜8t°ˆÿÿ%`• u°ˆÿÿdgDf˜ u°ˆÿÿ%`•w°ˆÿÿhgDf˜w°ˆÿÿ%`•px°ˆÿÿlgDf˜px°ˆÿÿ%`•Øy°ˆÿÿpgDf˜Øy°ˆÿÿ%`•@{°ˆÿÿtgDf˜@{°ˆÿÿ%`•¨|°ˆÿÿxgDf˜¨|°ˆÿÿ%`•~°ˆÿÿ|gDf˜~°ˆÿÿ%`•¨<™ˆÿÿ€gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ„gDf˜>™ˆÿÿ%`•Ø©,ˆÿÿˆgDf˜Ø©,ˆÿÿ%`•p¨,ˆÿÿŒgDf˜p¨,ˆÿÿ%`•§,ˆÿÿgDf˜§,ˆÿÿ%`• ¥,ˆÿÿ”gDf˜ ¥,ˆÿÿ%`•8¤,ˆÿÿ˜gDf˜8¤,ˆÿÿ%`•Т,ˆÿÿœgDf˜Ð¢,ˆÿÿ%`•h¡,ˆÿÿ gDf˜h¡,ˆÿÿ%`• ,ˆÿÿ¤gDf˜ ,ˆÿÿ%`•µˆÿÿ¨gDf˜µˆÿÿ%`•hµˆÿÿ¬gDf˜hµˆÿÿ%`•еˆÿÿ°gDf˜Ðµˆÿÿ%`•8µˆÿÿ´gDf˜8µˆÿÿ%`• µˆÿÿ¸gDf˜ µˆÿÿ%`•µˆÿÿ¼gDf˜µˆÿÿ%`•pµˆÿÿÀgDf˜pµˆÿÿ%`•صˆÿÿÄgDf˜Øµˆÿÿ%`•@µˆÿÿÈgDf˜@µˆÿÿ%`•¨µˆÿÿÌgDf˜¨µˆÿÿ%`•µˆÿÿÐgDf˜µˆÿÿ%`•Ð' ˆÿÿÔgDf˜Ð' ˆÿÿ%`•hÑ' ˆÿÿØgDf˜hÑ' ˆÿÿ%`•ÐÒ' ˆÿÿÜgDf˜ÐÒ' ˆÿÿ%`•8Ô' ˆÿÿàgDf˜8Ô' ˆÿÿ%`• Õ' ˆÿÿägDf˜ Õ' ˆÿÿ%`•×' ˆÿÿègDf˜×' ˆÿÿ%`•pØ' ˆÿÿìgDf˜pØ' ˆÿÿ%`•ØÙ' ˆÿÿðgDf˜ØÙ' ˆÿÿ%`•@Û' ˆÿÿôgDf˜@Û' ˆÿÿ%`•¨Ü' ˆÿÿøgDf˜¨Ü' ˆÿÿ%`•Þ' ˆÿÿügDf˜Þ' ˆÿÿ%`•®,ˆÿÿ gDf˜®,ˆÿÿ%`•¨¬,ˆÿÿ gDf˜¨¬,ˆÿÿ%`•@«,ˆÿÿ gDf˜@«,ˆÿÿ%`•pèdˆÿÿ gDf˜pèdˆÿÿ%`•çdˆÿÿ gDf˜çdˆÿÿ%`• ådˆÿÿ gDf˜ ådˆÿÿ%`•8ädˆÿÿ gDf˜8ädˆÿÿ%`•Ðâdˆÿÿ gDf˜Ðâdˆÿÿ%`•hádˆÿÿ gDf˜hádˆÿÿ%`•àdˆÿÿ $gDf˜àdˆÿÿ%`•0ˆÿÿ (gDf˜0ˆÿÿ%`•h1ˆÿÿ ,gDf˜h1ˆÿÿ%`•Ð2ˆÿÿ 0gDf˜Ð2ˆÿÿ%`•84ˆÿÿ 4gDf˜84ˆÿÿ%`• 5ˆÿÿ 8gDf˜ 5ˆÿÿ%`•7ˆÿÿ <gDf˜7ˆÿÿ%`•p8ˆÿÿ @gDf˜p8ˆÿÿ%`•Ø9ˆÿÿ DgDf˜Ø9ˆÿÿ%`•@;ˆÿÿ HgDf˜@;ˆÿÿ%`•¨<ˆÿÿ LgDf˜¨<ˆÿÿ%`•>ˆÿÿ PgDf˜>ˆÿÿ%`•¿ˆÿÿ TgDf˜¿ˆÿÿ%`•h¿ˆÿÿ XgDf˜h¿ˆÿÿ%`•пˆÿÿ \gDf˜Ð¿ˆÿÿ%`•@¿ˆÿÿ `ügDf˜@¿ˆÿÿ%`•¨¿ˆÿÿ \€gDf˜¨¿ˆÿÿ%`•¿ˆÿÿ àügDf˜¿ˆÿÿ%`•îdˆÿÿ ÜügDf˜îdˆÿÿ%`•¨ìdˆÿÿØgDf˜¨ìdˆÿÿ%`•@ëdˆÿÿäügDf˜@ëdˆÿÿ%`•ØédˆÿÿàügDf˜Øédˆÿÿ%`•€¹ˆÿÿÜgDf˜€¹ˆÿÿ%`•€è ˆÿÿè„gDf˜€è ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•¿ˆÿÿgDf˜¿ˆÿÿ%`•8¿ˆÿÿgDf˜8¿ˆÿÿ%`•Ø¿ˆÿÿ}DgDf˜Ø¿ˆÿÿ%`• ¿ˆÿÿ}LgDf˜ ¿ˆÿÿ%`•p¿ˆÿÿáìgDf˜p¿ˆÿÿ%`•'ˆÿÿlgDf˜'ˆÿÿ%`•8„è ˆÿÿ gDf˜8„è ˆÿÿ%`•Ð‚è ˆÿÿ gDf˜Ð‚è ˆÿÿ%`•8„è ˆÿÿáðgDf˜8„è ˆÿÿ%`•€è ˆÿÿâgDf˜€è ˆÿÿ%`•€è ˆÿÿ gDf˜€è ˆÿÿ%`•€è ˆÿÿâ8gDf˜€è ˆÿÿ%`•€è ˆÿÿ gDf˜€è ˆÿÿ%`•>™ˆÿÿí|ÜgDf˜>™ˆÿÿ%`•¨<™ˆÿÿñP$gDf˜¨<™ˆÿÿ%`•Ð1ˆÿÿõ€gDf˜Ð1ˆÿÿ%`•pØ1ˆÿÿö„gDf˜pØ1ˆÿÿ%`•8Ô1ˆÿÿöДgDf˜8Ô1ˆÿÿ%`•hÑ1ˆÿÿ÷dügDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿù`gDf˜ÐÒ1ˆÿÿ%`• Õ1ˆÿÿ gDf˜ Õ1ˆÿÿ%`•×1ˆÿÿ ügDf˜×1ˆÿÿ%`•ØÙ1ˆÿÿ ˜gDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿ ¬ügDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿ¨\gDf˜¨Ü1ˆÿÿ%`•€3ˆÿÿ gDf˜€3ˆÿÿ%`•Þ1ˆÿÿo¸xgDf˜Þ1ˆÿÿ%`•pˆè ˆÿÿƒ,gDf˜pˆè ˆÿÿ%`•€è ˆÿÿƒ8gDf˜€è ˆÿÿ%`• …è ˆÿÿgDf˜ …è ˆÿÿ%`•‡è ˆÿÿgDf˜‡è ˆÿÿ%`•hè ˆÿÿ‘gDf˜hè ˆÿÿ%`•Ø‰è ˆÿÿ˜gDf˜Ø‰è ˆÿÿ%`•@‹è ˆÿÿ™ gDf˜@‹è ˆÿÿ%`•¨Œè ˆÿÿ gDf˜¨Œè ˆÿÿ%`•Žè ˆÿÿ¡gDf˜Žè ˆÿÿ%`•8„è ˆÿÿâHgDf˜8„è ˆÿÿ%`•Ð‚è ˆÿÿâTLgDf˜Ð‚è ˆÿÿ%`•€3ˆÿÿ gDf˜€3ˆÿÿ%`•€3ˆÿÿpgDf˜€3ˆÿÿ%`•h3ˆÿÿtügDf˜h3ˆÿÿ%`•Ђ3ˆÿÿpxgDf˜Ð‚3ˆÿÿ%`•8„3ˆÿÿìôgDf˜8„3ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿàgDf˜'ˆÿÿ%`•Ð ˆÿÿäPgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ4gDf˜'ˆÿÿ%`•Ð ˆÿÿ8LgDf˜Ð ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ„gDf˜'ˆÿÿ%`•Ð ˆÿÿˆügDf˜Ð ˆÿÿ%`• ˆÿÿ„hgDf˜ ˆÿÿ%`• ˆÿÿð`gDf˜ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿPgDf˜'ˆÿÿ%`• ˆÿÿTügDf˜ ˆÿÿ%`• ˆÿÿP gDf˜ ˆÿÿ%`•Ð ˆÿÿôügDf˜Ð ˆÿÿ%`•h ˆÿÿ!ðgDf˜h ˆÿÿ%`•  ˆÿÿ!ôügDf˜  ˆÿÿ%`•8 ˆÿÿ#ðgDf˜8 ˆÿÿ%`•p ˆÿÿ#øügDf˜p ˆÿÿ%`•Ø  ˆÿÿ%ôgDf˜Ø  ˆÿÿ%`•@  ˆÿÿ%øügDf˜@  ˆÿÿ%`•¨  ˆÿÿ'ôgDf˜¨  ˆÿÿ%`• ˆÿÿ'üügDf˜ ˆÿÿ%`•>™ˆÿÿ)øgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ)üÌgDf˜¨<™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ÈgDf˜'ˆÿÿ%`•Ðò,ˆÿÿzDgDf˜Ðò,ˆÿÿ%`•hñ,ˆÿÿ}ôgDf˜hñ,ˆÿÿ%`•ð,ˆÿÿ¸gDf˜ð,ˆÿÿ%`•ð,ˆÿÿ gDf˜ð,ˆÿÿ%`•ð,ˆÿÿz4gDf˜ð,ˆÿÿ%`•hñ,ˆÿÿzX(gDf˜hñ,ˆÿÿ%`•Ðò,ˆÿÿz” gDf˜Ðò,ˆÿÿ%`•8ô,ˆÿÿÜgDf˜8ô,ˆÿÿ%`• õ,ˆÿÿã8ügDf˜ õ,ˆÿÿ%`•÷,ˆÿÿå4ügDf˜÷,ˆÿÿ%`•pø,ˆÿÿç0ügDf˜pø,ˆÿÿ%`•Øù,ˆÿÿé,gDf˜Øù,ˆÿÿ%`•@û,ˆÿÿê8PgDf˜@û,ˆÿÿ%`•@û,ˆÿÿ gDf˜@û,ˆÿÿ%`•@û,ˆÿÿ+ÌgDf˜@û,ˆÿÿ%`•Øù,ˆÿÿ+Ð gDf˜Øù,ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+ðgDf˜'ˆÿÿ%`•Øù,ˆÿÿ+ôgDf˜Øù,ˆÿÿ%`•8ô,ˆÿÿ,gDf˜8ô,ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,gDf˜'ˆÿÿ%`•8ô,ˆÿÿ, $gDf˜8ô,ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ,DgDf˜'ˆÿÿ%`•8ô,ˆÿÿ,HgDf˜8ô,ˆÿÿ%`•Øù,ˆÿÿ,LgDf˜Øù,ˆÿÿ%`•÷,ˆÿÿ,PgDf˜÷,ˆÿÿ%`•@û,ˆÿÿ,TgDf˜@û,ˆÿÿ%`•pø,ˆÿÿ,XgDf˜pø,ˆÿÿ%`• õ,ˆÿÿ,\gDf˜ õ,ˆÿÿ%`•Ðò,ˆÿÿ,`gDf˜Ðò,ˆÿÿ%`•hñ,ˆÿÿ,dgDf˜hñ,ˆÿÿ%`•ð,ˆÿÿ,hgDf˜ð,ˆÿÿ%`•¨ü,ˆÿÿ,lgDf˜¨ü,ˆÿÿ%`•þ,ˆÿÿ,pgDf˜þ,ˆÿÿ%`•¨<™ˆÿÿ,tgDf˜¨<™ˆÿÿ%`•>™ˆÿÿ,xgDf˜>™ˆÿÿ%`•°Úˆÿÿ,|gDf˜°Úˆÿÿ%`•h±Úˆÿÿ,€gDf˜h±Úˆÿÿ%`•вÚˆÿÿ,„gDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ,ˆgDf˜8´Úˆÿÿ%`• µÚˆÿÿ,ŒgDf˜ µÚˆÿÿ%`•·Úˆÿÿ,gDf˜·Úˆÿÿ%`•p¸Úˆÿÿ,”gDf˜p¸Úˆÿÿ%`•عÚˆÿÿ,˜gDf˜Ø¹Úˆÿÿ%`•@»Úˆÿÿ,œgDf˜@»Úˆÿÿ%`•¨¼Úˆÿÿ, gDf˜¨¼Úˆÿÿ%`•¾Úˆÿÿ,¤gDf˜¾Úˆÿÿ%`• ˆÿÿ,¨gDf˜ ˆÿÿ%`•h‘ ˆÿÿ,¬gDf˜h‘ ˆÿÿ%`•Ð’ ˆÿÿ,°gDf˜Ð’ ˆÿÿ%`•8” ˆÿÿ,´gDf˜8” ˆÿÿ%`• • ˆÿÿ,¸gDf˜ • ˆÿÿ%`•— ˆÿÿ,¼gDf˜— ˆÿÿ%`•p˜ ˆÿÿ,ÀgDf˜p˜ ˆÿÿ%`•Ø™ ˆÿÿ,ÄgDf˜Ø™ ˆÿÿ%`•@› ˆÿÿ,ÈgDf˜@› ˆÿÿ%`•¨œ ˆÿÿ,ÌgDf˜¨œ ˆÿÿ%`•ž ˆÿÿ,ÐgDf˜ž ˆÿÿ%`•€ ˆÿÿ,ÔgDf˜€ ˆÿÿ%`•h ˆÿÿ,ØgDf˜h ˆÿÿ%`•Ђ ˆÿÿ,ÜgDf˜Ð‚ ˆÿÿ%`•8„ ˆÿÿ,àgDf˜8„ ˆÿÿ%`• … ˆÿÿ,ägDf˜ … ˆÿÿ%`•‡ ˆÿÿ,ègDf˜‡ ˆÿÿ%`•pˆ ˆÿÿ,ìgDf˜pˆ ˆÿÿ%`•؉ ˆÿÿ,ðgDf˜Ø‰ ˆÿÿ%`•@‹ ˆÿÿ,ôgDf˜@‹ ˆÿÿ%`•¨Œ ˆÿÿ,øgDf˜¨Œ ˆÿÿ%`•Ž ˆÿÿ,ügDf˜Ž ˆÿÿ%`•p¹ˆÿÿ-gDf˜p¹ˆÿÿ%`•hq¹ˆÿÿ-gDf˜hq¹ˆÿÿ%`•Ðr¹ˆÿÿ-gDf˜Ðr¹ˆÿÿ%`•8t¹ˆÿÿ- gDf˜8t¹ˆÿÿ%`• u¹ˆÿÿ-gDf˜ u¹ˆÿÿ%`•w¹ˆÿÿ-gDf˜w¹ˆÿÿ%`•px¹ˆÿÿ-gDf˜px¹ˆÿÿ%`•Øy¹ˆÿÿ-gDf˜Øy¹ˆÿÿ%`•@{¹ˆÿÿ- gDf˜@{¹ˆÿÿ%`•¨|¹ˆÿÿ-$gDf˜¨|¹ˆÿÿ%`•~¹ˆÿÿ-(gDf˜~¹ˆÿÿ%`•0£ˆÿÿ-,gDf˜0£ˆÿÿ%`•h1£ˆÿÿ-0gDf˜h1£ˆÿÿ%`•Ð2£ˆÿÿ-4gDf˜Ð2£ˆÿÿ%`•84£ˆÿÿ-8gDf˜84£ˆÿÿ%`• 5£ˆÿÿ-<gDf˜ 5£ˆÿÿ%`•7£ˆÿÿ-@gDf˜7£ˆÿÿ%`•p8£ˆÿÿ-DgDf˜p8£ˆÿÿ%`•Ø9£ˆÿÿ-HgDf˜Ø9£ˆÿÿ%`•@;£ˆÿÿ-LgDf˜@;£ˆÿÿ%`•¨<£ˆÿÿ-PgDf˜¨<£ˆÿÿ%`•>£ˆÿÿ-TgDf˜>£ˆÿÿ%`•Pñ ˆÿÿ-XgDf˜Pñ ˆÿÿ%`•hQñ ˆÿÿ-\gDf˜hQñ ˆÿÿ%`•ÐRñ ˆÿÿ-`gDf˜ÐRñ ˆÿÿ%`•8Tñ ˆÿÿ-dgDf˜8Tñ ˆÿÿ%`• Uñ ˆÿÿ-hgDf˜ Uñ ˆÿÿ%`•Wñ ˆÿÿ-lgDf˜Wñ ˆÿÿ%`•pXñ ˆÿÿ-pgDf˜pXñ ˆÿÿ%`•ØYñ ˆÿÿ-tgDf˜ØYñ ˆÿÿ%`•@[ñ ˆÿÿ-xgDf˜@[ñ ˆÿÿ%`•¨\ñ ˆÿÿ-|gDf˜¨\ñ ˆÿÿ%`•^ñ ˆÿÿ-€gDf˜^ñ ˆÿÿ%`•)ˆÿÿ-„gDf˜)ˆÿÿ%`•h)ˆÿÿ-ˆgDf˜h)ˆÿÿ%`•Ð)ˆÿÿ-ŒgDf˜Ð)ˆÿÿ%`•8)ˆÿÿ-gDf˜8)ˆÿÿ%`• )ˆÿÿ-”gDf˜ )ˆÿÿ%`•)ˆÿÿ-˜gDf˜)ˆÿÿ%`•p)ˆÿÿ-œgDf˜p)ˆÿÿ%`•Ø)ˆÿÿ- gDf˜Ø)ˆÿÿ%`•@)ˆÿÿ-¤gDf˜@)ˆÿÿ%`•¨)ˆÿÿ-¨gDf˜¨)ˆÿÿ%`•)ˆÿÿ-¬gDf˜)ˆÿÿ%`•°¾ ˆÿÿ-°gDf˜°¾ ˆÿÿ%`•h±¾ ˆÿÿ-´gDf˜h±¾ ˆÿÿ%`•в¾ ˆÿÿ-¸gDf˜Ð²¾ ˆÿÿ%`•8´¾ ˆÿÿ-¼gDf˜8´¾ ˆÿÿ%`• µ¾ ˆÿÿ-ÀgDf˜ µ¾ ˆÿÿ%`•·¾ ˆÿÿ-ÄgDf˜·¾ ˆÿÿ%`•p¸¾ ˆÿÿ-ÈgDf˜p¸¾ ˆÿÿ%`•ع¾ ˆÿÿ-ÌgDf˜Ø¹¾ ˆÿÿ%`•@»¾ ˆÿÿ-ÐgDf˜@»¾ ˆÿÿ%`•¨¼¾ ˆÿÿ-ÔgDf˜¨¼¾ ˆÿÿ%`•¾¾ ˆÿÿ-ØgDf˜¾¾ ˆÿÿ%`•@9ˆÿÿ-ÜgDf˜@9ˆÿÿ%`•hA9ˆÿÿ-àgDf˜hA9ˆÿÿ%`•ÐB9ˆÿÿ-ägDf˜ÐB9ˆÿÿ%`•8D9ˆÿÿ-ègDf˜8D9ˆÿÿ%`• E9ˆÿÿ-ìgDf˜ E9ˆÿÿ%`•G9ˆÿÿ-ðgDf˜G9ˆÿÿ%`•pH9ˆÿÿ-ôgDf˜pH9ˆÿÿ%`•ØI9ˆÿÿ-øgDf˜ØI9ˆÿÿ%`•@K9ˆÿÿ-ügDf˜@K9ˆÿÿ%`•¨L9ˆÿÿ.gDf˜¨L9ˆÿÿ%`•N9ˆÿÿ.gDf˜N9ˆÿÿ%`•P6ˆÿÿ.gDf˜P6ˆÿÿ%`•hQ6ˆÿÿ. gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿ.gDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿ.gDf˜8T6ˆÿÿ%`• U6ˆÿÿ.gDf˜ U6ˆÿÿ%`•W6ˆÿÿ.gDf˜W6ˆÿÿ%`•pX6ˆÿÿ. gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ.$gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ.(gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ.,gDf˜¨\6ˆÿÿ%`•^6ˆÿÿ.0gDf˜^6ˆÿÿ%`• Õˆÿÿ.4gDf˜ Õˆÿÿ%`•h!Õˆÿÿ.8gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ.<gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ.@gDf˜8$Õˆÿÿ%`• %Õˆÿÿ.DgDf˜ %Õˆÿÿ%`•'Õˆÿÿ.HgDf˜'Õˆÿÿ%`•p(Õˆÿÿ.LgDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ.PgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ.TgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ.XgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ.\gDf˜.Õˆÿÿ%`•Pˆÿÿ.`gDf˜Pˆÿÿ%`•hQˆÿÿ.dgDf˜hQˆÿÿ%`•ÐRˆÿÿ.hgDf˜ÐRˆÿÿ%`•8Tˆÿÿ.lgDf˜8Tˆÿÿ%`• Uˆÿÿ.pgDf˜ Uˆÿÿ%`•Wˆÿÿ.tgDf˜Wˆÿÿ%`•pXˆÿÿ.xgDf˜pXˆÿÿ%`•ØYˆÿÿ.|gDf˜ØYˆÿÿ%`•@[ˆÿÿ.€gDf˜@[ˆÿÿ%`•¨\ˆÿÿ.„gDf˜¨\ˆÿÿ%`•^ˆÿÿ.ˆgDf˜^ˆÿÿ%`•0ð ˆÿÿ.ŒgDf˜0ð ˆÿÿ%`•h1ð ˆÿÿ.gDf˜h1ð ˆÿÿ%`•Ð2ð ˆÿÿ.”gDf˜Ð2ð ˆÿÿ%`•84ð ˆÿÿ.˜gDf˜84ð ˆÿÿ%`• 5ð ˆÿÿ.œgDf˜ 5ð ˆÿÿ%`•7ð ˆÿÿ. gDf˜7ð ˆÿÿ%`•p8ð ˆÿÿ.¤gDf˜p8ð ˆÿÿ%`•Ø9ð ˆÿÿ.¨gDf˜Ø9ð ˆÿÿ%`•@;ð ˆÿÿ.¬gDf˜@;ð ˆÿÿ%`•¨<ð ˆÿÿ.°gDf˜¨<ð ˆÿÿ%`•>ð ˆÿÿ.´gDf˜>ð ˆÿÿ%`•`7ˆÿÿ.¸gDf˜`7ˆÿÿ%`•ha7ˆÿÿ.¼gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ.ÀgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿ.ÄgDf˜8d7ˆÿÿ%`• e7ˆÿÿ.ÈgDf˜ e7ˆÿÿ%`•g7ˆÿÿ.ÌgDf˜g7ˆÿÿ%`•ph7ˆÿÿ.ÐgDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ.ÔgDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ.ØgDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ.ÜgDf˜¨l7ˆÿÿ%`•n7ˆÿÿ.àgDf˜n7ˆÿÿ%`•>™ˆÿÿ.ägDf˜>™ˆÿÿ%`•¨<™ˆÿÿ.ègDf˜¨<™ˆÿÿ%`•Ø™ ˆÿÿ.ìgDf˜Ø™ ˆÿÿ%`•p˜ ˆÿÿ.ðgDf˜p˜ ˆÿÿ%`•— ˆÿÿ.ôgDf˜— ˆÿÿ%`• • ˆÿÿ.øgDf˜ • ˆÿÿ%`•8” ˆÿÿ.ügDf˜8” ˆÿÿ%`•Ð’ ˆÿÿ/gDf˜Ð’ ˆÿÿ%`•h‘ ˆÿÿ/gDf˜h‘ ˆÿÿ%`• ˆÿÿ/gDf˜ ˆÿÿ%`•À§ˆÿÿ/ gDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ/gDf˜hÁ§ˆÿÿ%`•Чˆÿÿ/gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ/gDf˜8ħˆÿÿ%`• Å§ˆÿÿ/gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ/ gDf˜ǧˆÿÿ%`•pȧˆÿÿ/$gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ/(gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ/,gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ/0gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ/4gDf˜Χˆÿÿ%`•à3ˆÿÿ/8gDf˜à3ˆÿÿ%`•há3ˆÿÿ/<gDf˜há3ˆÿÿ%`•Ðâ3ˆÿÿ/@gDf˜Ðâ3ˆÿÿ%`•8ä3ˆÿÿ/DgDf˜8ä3ˆÿÿ%`• å3ˆÿÿ/HgDf˜ å3ˆÿÿ%`•ç3ˆÿÿ/LgDf˜ç3ˆÿÿ%`•pè3ˆÿÿ/PgDf˜pè3ˆÿÿ%`•Øé3ˆÿÿ/TgDf˜Øé3ˆÿÿ%`•@ë3ˆÿÿ/XgDf˜@ë3ˆÿÿ%`•¨ì3ˆÿÿ/\gDf˜¨ì3ˆÿÿ%`•î3ˆÿÿ/`gDf˜î3ˆÿÿ%`•ž ˆÿÿ/dgDf˜ž ˆÿÿ%`•¨œ ˆÿÿ/hgDf˜¨œ ˆÿÿ%`•@› ˆÿÿ/lgDf˜@› ˆÿÿ%`•p8£ˆÿÿ/pgDf˜p8£ˆÿÿ%`•7£ˆÿÿ/tgDf˜7£ˆÿÿ%`• 5£ˆÿÿ/xgDf˜ 5£ˆÿÿ%`•84£ˆÿÿ/|gDf˜84£ˆÿÿ%`•Ð2£ˆÿÿ/€gDf˜Ð2£ˆÿÿ%`•h1£ˆÿÿ/„gDf˜h1£ˆÿÿ%`•0£ˆÿÿ/ˆgDf˜0£ˆÿÿ%`•7ˆÿÿ/ŒgDf˜7ˆÿÿ%`•h7ˆÿÿ/gDf˜h7ˆÿÿ%`•Ð7ˆÿÿ/”gDf˜Ð7ˆÿÿ%`•87ˆÿÿ/˜gDf˜87ˆÿÿ%`• 7ˆÿÿ/œgDf˜ 7ˆÿÿ%`•7ˆÿÿ/ gDf˜7ˆÿÿ%`•p7ˆÿÿ/¤gDf˜p7ˆÿÿ%`•Ø 7ˆÿÿ/¨gDf˜Ø 7ˆÿÿ%`•@ 7ˆÿÿ/¬gDf˜@ 7ˆÿÿ%`•¨ 7ˆÿÿ/°gDf˜¨ 7ˆÿÿ%`•7ˆÿÿ/´gDf˜7ˆÿÿ%`•Ыˆÿÿ/¸gDf˜Ð«ˆÿÿ%`•hÑ«ˆÿÿ/¼gDf˜hÑ«ˆÿÿ%`•ÐÒ«ˆÿÿ/ÀgDf˜ÐÒ«ˆÿÿ%`•8Ô«ˆÿÿ/ÄgDf˜8Ô«ˆÿÿ%`• Õ«ˆÿÿ/ÈgDf˜ Õ«ˆÿÿ%`•׫ˆÿÿ/ÌgDf˜׫ˆÿÿ%`•pØ«ˆÿÿ/ÐgDf˜pØ«ˆÿÿ%`•ØÙ«ˆÿÿ/ÔgDf˜ØÙ«ˆÿÿ%`•@Û«ˆÿÿ/ØgDf˜@Û«ˆÿÿ%`•¨Ü«ˆÿÿ/ÜgDf˜¨Ü«ˆÿÿ%`•Þ«ˆÿÿ/àgDf˜Þ«ˆÿÿ%`•>£ˆÿÿ/ägDf˜>£ˆÿÿ%`•¨<£ˆÿÿ/ègDf˜¨<£ˆÿÿ%`•@;£ˆÿÿ/ìgDf˜@;£ˆÿÿ%`•Ø9£ˆÿÿ/ðgDf˜Ø9£ˆÿÿ%`•·¾ ˆÿÿ/ôgDf˜·¾ ˆÿÿ%`• µ¾ ˆÿÿ/øgDf˜ µ¾ ˆÿÿ%`•8´¾ ˆÿÿ/ügDf˜8´¾ ˆÿÿ%`•в¾ ˆÿÿ0gDf˜Ð²¾ ˆÿÿ%`•h±¾ ˆÿÿ0gDf˜h±¾ ˆÿÿ%`•°¾ ˆÿÿ0 gDf˜°¾ ˆÿÿ%`•À%ˆÿÿ0gDf˜À%ˆÿÿ%`•hÁ%ˆÿÿ0gDf˜hÁ%ˆÿÿ%`•ÐÂ%ˆÿÿ0gDf˜ÐÂ%ˆÿÿ%`•8Ä%ˆÿÿ0gDf˜8Ä%ˆÿÿ%`• Å%ˆÿÿ0 gDf˜ Å%ˆÿÿ%`•Ç%ˆÿÿ0$gDf˜Ç%ˆÿÿ%`•pÈ%ˆÿÿ0(gDf˜pÈ%ˆÿÿ%`•ØÉ%ˆÿÿ0,gDf˜ØÉ%ˆÿÿ%`•@Ë%ˆÿÿ00gDf˜@Ë%ˆÿÿ%`•¨Ì%ˆÿÿ04gDf˜¨Ì%ˆÿÿ%`•Î%ˆÿÿ08gDf˜Î%ˆÿÿ%`•)ˆÿÿ0<gDf˜)ˆÿÿ%`•h)ˆÿÿ0@gDf˜h)ˆÿÿ%`•Ð)ˆÿÿ0DgDf˜Ð)ˆÿÿ%`•8)ˆÿÿ0HgDf˜8)ˆÿÿ%`• )ˆÿÿ0LgDf˜ )ˆÿÿ%`•)ˆÿÿ0PgDf˜)ˆÿÿ%`•p)ˆÿÿ0TgDf˜p)ˆÿÿ%`•Ø)ˆÿÿ0XgDf˜Ø)ˆÿÿ%`•@)ˆÿÿ0\gDf˜@)ˆÿÿ%`•¨)ˆÿÿ0`gDf˜¨)ˆÿÿ%`•)ˆÿÿ0dgDf˜)ˆÿÿ%`•¾¾ ˆÿÿ0hgDf˜¾¾ ˆÿÿ%`•¨¼¾ ˆÿÿ0lgDf˜¨¼¾ ˆÿÿ%`•@»¾ ˆÿÿ0pgDf˜@»¾ ˆÿÿ%`•ع¾ ˆÿÿ0tgDf˜Ø¹¾ ˆÿÿ%`•p¸¾ ˆÿÿ0xgDf˜p¸¾ ˆÿÿ%`• %Õˆÿÿ0|gDf˜ %Õˆÿÿ%`•8$Õˆÿÿ0€gDf˜8$Õˆÿÿ%`•Ð"Õˆÿÿ0„gDf˜Ð"Õˆÿÿ%`•h!Õˆÿÿ0ˆgDf˜h!Õˆÿÿ%`• Õˆÿÿ0ŒgDf˜ Õˆÿÿ%`•P6ˆÿÿ0gDf˜P6ˆÿÿ%`•hQ6ˆÿÿ0”gDf˜hQ6ˆÿÿ%`•ÐR6ˆÿÿ0˜gDf˜ÐR6ˆÿÿ%`•8T6ˆÿÿ0œgDf˜8T6ˆÿÿ%`• U6ˆÿÿ0 gDf˜ U6ˆÿÿ%`•W6ˆÿÿ0¤gDf˜W6ˆÿÿ%`•pX6ˆÿÿ0¨gDf˜pX6ˆÿÿ%`•ØY6ˆÿÿ0¬gDf˜ØY6ˆÿÿ%`•@[6ˆÿÿ0°gDf˜@[6ˆÿÿ%`•¨\6ˆÿÿ0´gDf˜¨\6ˆÿÿ%`•^6ˆÿÿ0¸gDf˜^6ˆÿÿ%`•@9ˆÿÿ0¼gDf˜@9ˆÿÿ%`•hA9ˆÿÿ0ÀgDf˜hA9ˆÿÿ%`•ÐB9ˆÿÿ0ÄgDf˜ÐB9ˆÿÿ%`•¨,Õˆÿÿ0ÈügDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ2Ä@gDf˜@+Õˆÿÿ%`•Ø)Õˆÿÿ4ügDf˜Ø)Õˆÿÿ%`•p(Õˆÿÿ6ügDf˜p(Õˆÿÿ%`•'Õˆÿÿ8gDf˜'Õˆÿÿ%`•8d7ˆÿÿ8 ügDf˜8d7ˆÿÿ%`•Ðb7ˆÿÿ:ügDf˜Ðb7ˆÿÿ%`•ha7ˆÿÿ<gDf˜ha7ˆÿÿ%`•`7ˆÿÿ<gDf˜`7ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•ØI9ˆÿÿgDf˜ØI9ˆÿÿ%`•8D9ˆÿÿgDf˜8D9ˆÿÿ%`•pH9ˆÿÿgDf˜pH9ˆÿÿ%`•@K9ˆÿÿ  gDf˜@K9ˆÿÿ%`• E9ˆÿÿz€gDf˜ E9ˆÿÿ%`•¨L9ˆÿÿ}xgDf˜¨L9ˆÿÿ%`•N9ˆÿÿ}ÜgDf˜N9ˆÿÿ%`•G9ˆÿÿê0gDf˜G9ˆÿÿ%`•.Õˆÿÿ누gDf˜.Õˆÿÿ%`•'ˆÿÿ<$gDf˜'ˆÿÿ%`•8d7ˆÿÿ gDf˜8d7ˆÿÿ%`•8d7ˆÿÿgDf˜8d7ˆÿÿ%`•`7ˆÿÿz<gDf˜`7ˆÿÿ%`•n7ˆÿÿzˆ gDf˜n7ˆÿÿ%`•Øi7ˆÿÿ{4<gDf˜Øi7ˆÿÿ%`•ha7ˆÿÿ{„ gDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿ|ÔgDf˜Ðb7ˆÿÿ%`•@k7ˆÿÿ|ø$gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ}`gDf˜¨l7ˆÿÿ%`•ph7ˆÿÿÔgDf˜ph7ˆÿÿ%`•g7ˆÿÿø gDf˜g7ˆÿÿ%`• e7ˆÿÿáÈ$gDf˜ e7ˆÿÿ%`•¨<™ˆÿÿáø gDf˜¨<™ˆÿÿ%`•>™ˆÿÿâ ,gDf˜>™ˆÿÿ%`• û ˆÿÿâPgDf˜ û ˆÿÿ%`•h¡û ˆÿÿâ ˜gDf˜h¡û ˆÿÿ%`•Тû ˆÿÿí8ügDf˜Ð¢û ˆÿÿ%`•8¤û ˆÿÿï4ügDf˜8¤û ˆÿÿ%`• ¥û ˆÿÿñ0ügDf˜ ¥û ˆÿÿ%`•§û ˆÿÿó,ügDf˜§û ˆÿÿ%`•p¨û ˆÿÿõ(gDf˜p¨û ˆÿÿ%`•Ø©û ˆÿÿõ@ügDf˜Ø©û ˆÿÿ%`•@«û ˆÿÿ÷<ügDf˜@«û ˆÿÿ%`•¨¬û ˆÿÿù8,gDf˜¨¬û ˆÿÿ%`•®û ˆÿÿùl°gDf˜®û ˆÿÿ%`•®û ˆÿÿ gDf˜®û ˆÿÿ%`•®û ˆÿÿ<(ügDf˜®û ˆÿÿ%`•¨¬û ˆÿÿ>$ÜgDf˜¨¬û ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•ÐʈÿÿÿHgDf˜Ðʈÿÿ%`•hÑʈÿÿgDf˜hÑʈÿÿ%`•ÐÒʈÿÿ4 gDf˜ÐÒʈÿÿ%`•ÐÒʈÿÿ@gDf˜ÐÒʈÿÿ%`•hÑʈÿÿ@gDf˜hÑʈÿÿ%`•Ðʈÿÿ@gDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@gDf˜'ˆÿÿ%`•Ðʈÿÿ@ gDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@4gDf˜'ˆÿÿ%`•Ðʈÿÿ@8gDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@LgDf˜'ˆÿÿ%`•Ðʈÿÿ@PgDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@dgDf˜'ˆÿÿ%`•Ðʈÿÿ@hgDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ@€gDf˜'ˆÿÿ%`•Ðʈÿÿ@„|gDf˜Ðʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•Ðʈÿÿ gDf˜Ðʈÿÿ%`•Ðʈÿÿz4gDf˜Ðʈÿÿ%`•hÑʈÿÿzXgDf˜hÑʈÿÿ%`•ÐÒʈÿÿzxgDf˜ÐÒʈÿÿ%`•ÐÒʈÿÿBgDf˜ÐÒʈÿÿ%`•hÑʈÿÿBgDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBgDf˜'ˆÿÿ%`•hÑʈÿÿBgDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB0gDf˜'ˆÿÿ%`•hÑʈÿÿB4gDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿBHgDf˜'ˆÿÿ%`•hÑʈÿÿBLgDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB`gDf˜'ˆÿÿ%`•hÑʈÿÿBdgDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿB|gDf˜'ˆÿÿ%`•hÑʈÿÿB€dgDf˜hÑʈÿÿ%`•ÐÒʈÿÿ¤(gDf˜ÐÒʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÌgDf˜'ˆÿÿ%`•ÐÒʈÿÿzHgDf˜ÐÒʈÿÿ%`• Õʈÿÿ{”gDf˜ Õʈÿÿ%`•hÑʈÿÿ{´ gDf˜hÑʈÿÿ%`•hÑʈÿÿÔgDf˜hÑʈÿÿ%`• ÕʈÿÿØgDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`• ÕʈÿÿìgDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`• ÕʈÿÿgDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`• ÕʈÿÿgDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ0gDf˜'ˆÿÿ%`• Õʈÿÿ4gDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿLgDf˜'ˆÿÿ%`• ÕʈÿÿP\gDf˜ Õʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ¬gDf˜'ˆÿÿ%`• Õʈÿÿ|ÔgDf˜ Õʈÿÿ%`•ÐÒʈÿÿ|øgDf˜ÐÒʈÿÿ%`•8Ôʈÿÿ}ôgDf˜8Ôʈÿÿ%`•8Ôʈÿÿ°gDf˜8Ôʈÿÿ%`•ÐÒʈÿÿ´gDf˜ÐÒʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÈgDf˜'ˆÿÿ%`•ÐÒʈÿÿÌ\gDf˜ÐÒʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ(gDf˜'ˆÿÿ%`•ÐÒʈÿÿz4gDf˜ÐÒʈÿÿ%`•8ÔʈÿÿzXgDf˜8Ôʈÿÿ%`• ÕʈÿÿzxøgDf˜ Õʈÿÿ%`• Õʈÿÿ,gDf˜ Õʈÿÿ%`•8Ôʈÿÿ0gDf˜8Ôʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿDgDf˜'ˆÿÿ%`•8ÔʈÿÿHŒgDf˜8Ôʈÿÿ%`•hÑʈÿÿÜØgDf˜hÑʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ´gDf˜'ˆÿÿ%`•hÑʈÿÿ{pgDf˜hÑʈÿÿ%`•8Ôʈÿÿ|ègDf˜8Ôʈÿÿ%`•ÐÒʈÿÿ~ gDf˜ÐÒʈÿÿ%`• Õʈÿÿ~gDf˜ Õʈÿÿ%`• Õʈÿÿ¸gDf˜ Õʈÿÿ%`•ÐÒʈÿÿ¼gDf˜ÐÒʈÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿÐgDf˜'ˆÿÿ%`•ÐÒʈÿÿÔgDf˜ÐÒʈÿÿ%`•×ʈÿÿØgDf˜×ʈÿÿ%`•ÐʈÿÿÜgDf˜Ðʈÿÿ%`•8ÔʈÿÿàgDf˜8Ôʈÿÿ%`•hÑʈÿÿägDf˜hÑʈÿÿ%`• ÕʈÿÿègDf˜ Õʈÿÿ%`•pØÊˆÿÿìgDf˜pØÊˆÿÿ%`•ØÙʈÿÿðgDf˜ØÙʈÿÿ%`•@ÛʈÿÿôgDf˜@Ûʈÿÿ%`•¨ÜʈÿÿøgDf˜¨Üʈÿÿ%`•ÞʈÿÿügDf˜Þʈÿÿ%`•¨<™ˆÿÿ gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ gDf˜>™ˆÿÿ%`•àψÿÿ gDf˜àψÿÿ%`•háψÿÿ gDf˜háψÿÿ%`•Ðâψÿÿ gDf˜Ðâψÿÿ%`•8äψÿÿ gDf˜8äψÿÿ%`• åψÿÿ gDf˜ åψÿÿ%`•çψÿÿ gDf˜çψÿÿ%`•pèψÿÿ gDf˜pèψÿÿ%`•Øéψÿÿ $gDf˜Øéψÿÿ%`•@ëψÿÿ (gDf˜@ëψÿÿ%`•¨ìψÿÿ ,gDf˜¨ìψÿÿ%`•îψÿÿ 0gDf˜îψÿÿ%`• þ ˆÿÿ 4gDf˜ þ ˆÿÿ%`•h¡þ ˆÿÿ 8gDf˜h¡þ ˆÿÿ%`•Тþ ˆÿÿ <gDf˜Ð¢þ ˆÿÿ%`•8¤þ ˆÿÿ @gDf˜8¤þ ˆÿÿ%`• ¥þ ˆÿÿ DgDf˜ ¥þ ˆÿÿ%`•§þ ˆÿÿ HgDf˜§þ ˆÿÿ%`•p¨þ ˆÿÿ LgDf˜p¨þ ˆÿÿ%`•Ø©þ ˆÿÿ PgDf˜Ø©þ ˆÿÿ%`•@«þ ˆÿÿ TgDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿ XgDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ \gDf˜®þ ˆÿÿ%`• §ˆÿÿ `gDf˜ §ˆÿÿ%`•h!§ˆÿÿ dgDf˜h!§ˆÿÿ%`•Ð"§ˆÿÿ hgDf˜Ð"§ˆÿÿ%`•8$§ˆÿÿ lgDf˜8$§ˆÿÿ%`• %§ˆÿÿ pgDf˜ %§ˆÿÿ%`•'§ˆÿÿ tgDf˜'§ˆÿÿ%`•p(§ˆÿÿ xgDf˜p(§ˆÿÿ%`•Ø)§ˆÿÿ |gDf˜Ø)§ˆÿÿ%`•@+§ˆÿÿ €gDf˜@+§ˆÿÿ%`•¨,§ˆÿÿ „gDf˜¨,§ˆÿÿ%`•.§ˆÿÿ ˆgDf˜.§ˆÿÿ%`•`Ȉÿÿ ŒgDf˜`Ȉÿÿ%`•haȈÿÿ gDf˜haȈÿÿ%`•ÐbȈÿÿ ”gDf˜ÐbȈÿÿ%`•8dȈÿÿ ˜gDf˜8dȈÿÿ%`• eȈÿÿ œgDf˜ eȈÿÿ%`•gȈÿÿ  gDf˜gȈÿÿ%`•phȈÿÿ ¤gDf˜phȈÿÿ%`•ØiȈÿÿ ¨gDf˜ØiȈÿÿ%`•@kȈÿÿ ¬gDf˜@kȈÿÿ%`•¨lȈÿÿ °gDf˜¨lȈÿÿ%`•nȈÿÿ ´gDf˜nȈÿÿ%`•àшÿÿ ¸gDf˜àшÿÿ%`•háшÿÿ ¼gDf˜háшÿÿ%`•Ðâшÿÿ ÀgDf˜Ðâшÿÿ%`•8äшÿÿ ÄgDf˜8äшÿÿ%`• åшÿÿ ÈgDf˜ åшÿÿ%`•çшÿÿ ÌgDf˜çшÿÿ%`•pèшÿÿ ÐgDf˜pèшÿÿ%`•Øéшÿÿ ÔgDf˜Øéшÿÿ%`•@ëшÿÿ ØgDf˜@ëшÿÿ%`•¨ìшÿÿ ÜgDf˜¨ìшÿÿ%`•îшÿÿ àgDf˜îшÿÿ%`•  ˆÿÿ ägDf˜  ˆÿÿ%`•h¡ ˆÿÿ ègDf˜h¡ ˆÿÿ%`•Т ˆÿÿ ìgDf˜Ð¢ ˆÿÿ%`•8¤ ˆÿÿ ðgDf˜8¤ ˆÿÿ%`• ¥ ˆÿÿ ôgDf˜ ¥ ˆÿÿ%`•§ ˆÿÿ øgDf˜§ ˆÿÿ%`•p¨ ˆÿÿ ügDf˜p¨ ˆÿÿ%`•Ø© ˆÿÿ gDf˜Ø© ˆÿÿ%`•@« ˆÿÿ gDf˜@« ˆÿÿ%`•¨¬ ˆÿÿ gDf˜¨¬ ˆÿÿ%`•® ˆÿÿ gDf˜® ˆÿÿ%`•Àˆÿÿ gDf˜Àˆÿÿ%`•hÁˆÿÿ gDf˜hÁˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•8Ĉÿÿ gDf˜8Ĉÿÿ%`• Åˆÿÿ gDf˜ Åˆÿÿ%`•Ljÿÿ $gDf˜Çˆÿÿ%`•pȈÿÿ (gDf˜pȈÿÿ%`•ØÉˆÿÿ ,gDf˜ØÉˆÿÿ%`•@ˈÿÿ 0gDf˜@ˈÿÿ%`•¨Ìˆÿÿ 4gDf˜¨Ìˆÿÿ%`•Έÿÿ 8gDf˜Îˆÿÿ%`•à™ˆÿÿ <gDf˜à™ˆÿÿ%`•hᙈÿÿ @gDf˜hᙈÿÿ%`•Ð♈ÿÿ DgDf˜Ð♈ÿÿ%`•8䙈ÿÿ HgDf˜8䙈ÿÿ%`• å™ˆÿÿ LgDf˜ å™ˆÿÿ%`•癈ÿÿ PgDf˜ç™ˆÿÿ%`•p虈ÿÿ TgDf˜p虈ÿÿ%`•Øé™ˆÿÿ XgDf˜Øé™ˆÿÿ%`•@뙈ÿÿ \gDf˜@뙈ÿÿ%`•¨ì™ˆÿÿ `gDf˜¨ì™ˆÿÿ%`•ÿÿ dgDf˜î™ˆÿÿ%`• ˆÿÿ hgDf˜ ˆÿÿ%`•h ˆÿÿ lgDf˜h ˆÿÿ%`•Ð ˆÿÿ pgDf˜Ð ˆÿÿ%`•8 ˆÿÿ tgDf˜8 ˆÿÿ%`•  ˆÿÿ xgDf˜  ˆÿÿ%`• ˆÿÿ |gDf˜ ˆÿÿ%`•p ˆÿÿ €gDf˜p ˆÿÿ%`•Ø ˆÿÿ „gDf˜Ø ˆÿÿ%`•@ ˆÿÿ ˆgDf˜@ ˆÿÿ%`•¨ ˆÿÿ ŒgDf˜¨ ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•ðˆÿÿ ”gDf˜ðˆÿÿ%`•hñˆÿÿ ˜gDf˜hñˆÿÿ%`•Ðòˆÿÿ œgDf˜Ðòˆÿÿ%`•8ôˆÿÿ  gDf˜8ôˆÿÿ%`• õˆÿÿ ¤gDf˜ õˆÿÿ%`•÷ˆÿÿ ¨gDf˜÷ˆÿÿ%`•pøˆÿÿ ¬gDf˜pøˆÿÿ%`•Øùˆÿÿ °gDf˜Øùˆÿÿ%`•@ûˆÿÿ ´gDf˜@ûˆÿÿ%`•¨üˆÿÿ ¸gDf˜¨üˆÿÿ%`•þˆÿÿ ¼gDf˜þˆÿÿ%`• ߈ÿÿ ÀgDf˜ ߈ÿÿ%`•h!߈ÿÿ ÄgDf˜h!߈ÿÿ%`•Ð"߈ÿÿ ÈgDf˜Ð"߈ÿÿ%`•8$߈ÿÿ ÌgDf˜8$߈ÿÿ%`• %߈ÿÿ ÐgDf˜ %߈ÿÿ%`•'߈ÿÿ ÔgDf˜'߈ÿÿ%`•p(߈ÿÿ ØgDf˜p(߈ÿÿ%`•Ø)߈ÿÿ ÜgDf˜Ø)߈ÿÿ%`•@+߈ÿÿ àgDf˜@+߈ÿÿ%`•¨,߈ÿÿ ägDf˜¨,߈ÿÿ%`•.߈ÿÿ ègDf˜.߈ÿÿ%`•݈ÿÿ ìgDf˜Ýˆÿÿ%`•h݈ÿÿ ðgDf˜h݈ÿÿ%`•Ð݈ÿÿ ôgDf˜Ð݈ÿÿ%`•8݈ÿÿ øgDf˜8݈ÿÿ%`• Ýˆÿÿ ügDf˜ Ýˆÿÿ%`•݈ÿÿ gDf˜Ýˆÿÿ%`•p݈ÿÿ gDf˜p݈ÿÿ%`•ØÝˆÿÿ gDf˜ØÝˆÿÿ%`•@݈ÿÿ gDf˜@݈ÿÿ%`•¨Ýˆÿÿ gDf˜¨Ýˆÿÿ%`•݈ÿÿ gDf˜Ýˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•hˆÿÿ gDf˜hˆÿÿ%`•Јÿÿ gDf˜Ðˆÿÿ%`•8ˆÿÿ $gDf˜8ˆÿÿ%`• ˆÿÿ (gDf˜ ˆÿÿ%`•ˆÿÿ ,gDf˜ˆÿÿ%`•pˆÿÿ 0gDf˜pˆÿÿ%`•Ø ˆÿÿ 4gDf˜Ø ˆÿÿ%`•@ ˆÿÿ 8gDf˜@ ˆÿÿ%`•¨ ˆÿÿ <gDf˜¨ ˆÿÿ%`•ˆÿÿ @gDf˜ˆÿÿ%`•ˆÿÿ DgDf˜ˆÿÿ%`•h‘ˆÿÿ HgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ LgDf˜Ð’ˆÿÿ%`• •ˆÿÿ PŒgDf˜ •ˆÿÿ%`•—ˆÿÿ àügDf˜—ˆÿÿ%`•p˜ˆÿÿ ÜügDf˜p˜ˆÿÿ%`•Ø™ˆÿÿØgDf˜Ø™ˆÿÿ%`•@›ˆÿÿäügDf˜@›ˆÿÿ%`•¨œˆÿÿàügDf˜¨œˆÿÿ%`•žˆÿÿÜgDf˜žˆÿÿ%`•>™ˆÿÿèügDf˜>™ˆÿÿ%`•¨<™ˆÿÿäügDf˜¨<™ˆÿÿ%`•Ø©þ ˆÿÿàgDf˜Ø©þ ˆÿÿ%`•p¨þ ˆÿÿìgDf˜p¨þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•8”ˆÿÿìˆgDf˜8”ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•¨¬þ ˆÿÿ gDf˜¨¬þ ˆÿÿ%`•¨¬þ ˆÿÿ gDf˜¨¬þ ˆÿÿ%`•p¨þ ˆÿÿØgDf˜p¨þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿègDf˜'ˆÿÿ%`•p¨þ ˆÿÿìŒgDf˜p¨þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿxgDf˜'ˆÿÿ%`•p¨þ ˆÿÿìxgDf˜p¨þ ˆÿÿ%`•®þ ˆÿÿ7ôgDf˜®þ ˆÿÿ%`•¨¬þ ˆÿÿ8ø gDf˜¨¬þ ˆÿÿ%`•¨¬þ ˆÿÿ gDf˜¨¬þ ˆÿÿ%`•¨¬þ ˆÿÿ|gDf˜¨¬þ ˆÿÿ%`•®þ ˆÿÿ€gDf˜®þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿœgDf˜'ˆÿÿ%`•®þ ˆÿÿ \gDf˜®þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿügDf˜'ˆÿÿ%`•®þ ˆÿÿ gDf˜®þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ gDf˜'ˆÿÿ%`•®þ ˆÿÿ$ gDf˜®þ ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿDgDf˜'ˆÿÿ%`•®þ ˆÿÿHgDf˜®þ ˆÿÿ%`•®þ ˆÿÿLgDf˜®þ ˆÿÿ%`•®þ ˆÿÿPgDf˜®þ ˆÿÿ%`•®þ ˆÿÿTgDf˜®þ ˆÿÿ%`•®þ ˆÿÿXgDf˜®þ ˆÿÿ%`•®þ ˆÿÿ\gDf˜®þ ˆÿÿ%`•@«þ ˆÿÿ`gDf˜@«þ ˆÿÿ%`•¨¬þ ˆÿÿdgDf˜¨¬þ ˆÿÿ%`•p¨þ ˆÿÿhgDf˜p¨þ ˆÿÿ%`•p¨þ ˆÿÿlgDf˜p¨þ ˆÿÿ%`•¨¬þ ˆÿÿpgDf˜¨¬þ ˆÿÿ%`•@«þ ˆÿÿtgDf˜@«þ ˆÿÿ%`•®þ ˆÿÿxgDf˜®þ ˆÿÿ%`•Ø©þ ˆÿÿ|gDf˜Ø©þ ˆÿÿ%`•§þ ˆÿÿ€gDf˜§þ ˆÿÿ%`• ¥þ ˆÿÿ„gDf˜ ¥þ ˆÿÿ%`•8¤þ ˆÿÿˆgDf˜8¤þ ˆÿÿ%`•Тþ ˆÿÿŒgDf˜Ð¢þ ˆÿÿ%`•h¡þ ˆÿÿgDf˜h¡þ ˆÿÿ%`• þ ˆÿÿ”gDf˜ þ ˆÿÿ%`•¨<™ˆÿÿ˜gDf˜¨<™ˆÿÿ%`•>™ˆÿÿœgDf˜>™ˆÿÿ%`•À1ˆÿÿ gDf˜À1ˆÿÿ%`•hÁ1ˆÿÿ¤gDf˜hÁ1ˆÿÿ%`•ÐÂ1ˆÿÿ¨gDf˜ÐÂ1ˆÿÿ%`•ÐÂ1ˆÿÿ¬gDf˜ÐÂ1ˆÿÿ%`•hÁ1ˆÿÿ°gDf˜hÁ1ˆÿÿ%`•À1ˆÿÿ´gDf˜À1ˆÿÿ%`•8Ä1ˆÿÿ¸gDf˜8Ä1ˆÿÿ%`• Å1ˆÿÿ¼gDf˜ Å1ˆÿÿ%`•Ç1ˆÿÿÀgDf˜Ç1ˆÿÿ%`•pÈ1ˆÿÿÄgDf˜pÈ1ˆÿÿ%`•ØÉ1ˆÿÿÈgDf˜ØÉ1ˆÿÿ%`•@Ë1ˆÿÿÌgDf˜@Ë1ˆÿÿ%`•¨Ì1ˆÿÿÐgDf˜¨Ì1ˆÿÿ%`•Î1ˆÿÿÔgDf˜Î1ˆÿÿ%`•>™ˆÿÿØgDf˜>™ˆÿÿ%`•¨<™ˆÿÿÜgDf˜¨<™ˆÿÿ%`•ˆÿÿàgDf˜ˆÿÿ%`•hˆÿÿägDf˜hˆÿÿ%`•ЈÿÿègDf˜Ðˆÿÿ%`•8ˆÿÿìgDf˜8ˆÿÿ%`• ˆÿÿðgDf˜ ˆÿÿ%`•ˆÿÿôgDf˜ˆÿÿ%`•pˆÿÿøgDf˜pˆÿÿ%`•؈ÿÿügDf˜Øˆÿÿ%`•@ˆÿÿgDf˜@ˆÿÿ%`•¨ˆÿÿgDf˜¨ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•0«ˆÿÿ gDf˜0«ˆÿÿ%`•h1«ˆÿÿgDf˜h1«ˆÿÿ%`•Ð2«ˆÿÿgDf˜Ð2«ˆÿÿ%`•84«ˆÿÿgDf˜84«ˆÿÿ%`• 5«ˆÿÿgDf˜ 5«ˆÿÿ%`•7«ˆÿÿ gDf˜7«ˆÿÿ%`•p8«ˆÿÿ$gDf˜p8«ˆÿÿ%`•Ø9«ˆÿÿ(gDf˜Ø9«ˆÿÿ%`•@;«ˆÿÿ,gDf˜@;«ˆÿÿ%`•¨<«ˆÿÿ0gDf˜¨<«ˆÿÿ%`•>«ˆÿÿ4gDf˜>«ˆÿÿ%`•` ˆÿÿ8gDf˜` ˆÿÿ%`•ha ˆÿÿ<gDf˜ha ˆÿÿ%`•Ðb ˆÿÿ@gDf˜Ðb ˆÿÿ%`•8d ˆÿÿDgDf˜8d ˆÿÿ%`• e ˆÿÿHgDf˜ e ˆÿÿ%`•g ˆÿÿLgDf˜g ˆÿÿ%`•ph ˆÿÿPgDf˜ph ˆÿÿ%`•Øi ˆÿÿTgDf˜Øi ˆÿÿ%`•@k ˆÿÿXgDf˜@k ˆÿÿ%`•¨l ˆÿÿ\gDf˜¨l ˆÿÿ%`•n ˆÿÿ`gDf˜n ˆÿÿ%`•ÀȈÿÿdgDf˜ÀȈÿÿ%`•hÁȈÿÿhgDf˜hÁȈÿÿ%`•ÐÂȈÿÿlgDf˜ÐÂȈÿÿ%`•8ÄȈÿÿpgDf˜8ÄȈÿÿ%`• ÅȈÿÿtgDf˜ ÅȈÿÿ%`• ÅȈÿÿxgDf˜ ÅȈÿÿ%`•8ÄȈÿÿ|gDf˜8ÄȈÿÿ%`•ÐÂȈÿÿ€gDf˜ÐÂȈÿÿ%`•hÁȈÿÿ„gDf˜hÁȈÿÿ%`•ÀȈÿÿˆgDf˜ÀȈÿÿ%`•ÇȈÿÿŒgDf˜ÇȈÿÿ%`•pÈȈÿÿgDf˜pÈȈÿÿ%`•ØÉȈÿÿ”gDf˜ØÉȈÿÿ%`•@ËȈÿÿ˜gDf˜@ËȈÿÿ%`•¨ÌȈÿÿœgDf˜¨ÌȈÿÿ%`•ÎȈÿÿ gDf˜ÎȈÿÿ%`•¨<™ˆÿÿ¤gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ¨gDf˜>™ˆÿÿ%`•ˆÿÿ¬gDf˜ˆÿÿ%`•hˆÿÿ°gDf˜hˆÿÿ%`•Јÿÿ´gDf˜Ðˆÿÿ%`•8ˆÿÿ¸gDf˜8ˆÿÿ%`• ˆÿÿ¼gDf˜ ˆÿÿ%`•ˆÿÿÀgDf˜ˆÿÿ%`•pˆÿÿÄgDf˜pˆÿÿ%`•؈ÿÿÈgDf˜Øˆÿÿ%`•@ˆÿÿÌgDf˜@ˆÿÿ%`•¨ˆÿÿÐgDf˜¨ˆÿÿ%`•ˆÿÿÔgDf˜ˆÿÿ%`•°ˆÿÿØgDf˜°ˆÿÿ%`•h±ˆÿÿÜgDf˜h±ˆÿÿ%`•вˆÿÿàgDf˜Ð²ˆÿÿ%`•8´ˆÿÿägDf˜8´ˆÿÿ%`• µˆÿÿègDf˜ µˆÿÿ%`•·ˆÿÿðgDf˜·ˆÿÿ%`•p¸ˆÿÿôgDf˜p¸ˆÿÿ%`•عˆÿÿøgDf˜Ø¹ˆÿÿ%`•@»ˆÿÿügDf˜@»ˆÿÿ%`•¨¼ˆÿÿgDf˜¨¼ˆÿÿ%`•¾ˆÿÿgDf˜¾ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•h‘ˆÿÿ gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿgDf˜Ð’ˆÿÿ%`•8”ˆÿÿgDf˜8”ˆÿÿ%`• •ˆÿÿgDf˜ •ˆÿÿ%`•—ˆÿÿgDf˜—ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ$gDf˜Ø™ˆÿÿ%`•@›ˆÿÿ(gDf˜@›ˆÿÿ%`•¨œˆÿÿ,gDf˜¨œˆÿÿ%`•žˆÿÿ0gDf˜žˆÿÿ%`•0 ˆÿÿ4gDf˜0 ˆÿÿ%`•h1 ˆÿÿ8gDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ<gDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ@gDf˜84 ˆÿÿ%`• 5 ˆÿÿDgDf˜ 5 ˆÿÿ%`•7 ˆÿÿHgDf˜7 ˆÿÿ%`•p8 ˆÿÿLgDf˜p8 ˆÿÿ%`•Ø9 ˆÿÿPgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿTgDf˜@; ˆÿÿ%`•¨< ˆÿÿXgDf˜¨< ˆÿÿ%`•> ˆÿÿ\gDf˜> ˆÿÿ%`•€$ˆÿÿ`gDf˜€$ˆÿÿ%`•h$ˆÿÿdgDf˜h$ˆÿÿ%`•Ђ$ˆÿÿhgDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿlgDf˜8„$ˆÿÿ%`• …$ˆÿÿpgDf˜ …$ˆÿÿ%`•‡$ˆÿÿtgDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿxgDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿ|gDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿ€gDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿ„gDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿˆgDf˜Ž$ˆÿÿ%`•PKˆÿÿŒgDf˜PKˆÿÿ%`•hQKˆÿÿgDf˜hQKˆÿÿ%`•ÐRKˆÿÿ”gDf˜ÐRKˆÿÿ%`•8TKˆÿÿ˜gDf˜8TKˆÿÿ%`• UKˆÿÿœgDf˜ UKˆÿÿ%`•WKˆÿÿ gDf˜WKˆÿÿ%`•pXKˆÿÿ¤gDf˜pXKˆÿÿ%`•ØYKˆÿÿ¨gDf˜ØYKˆÿÿ%`•@[Kˆÿÿ¬gDf˜@[Kˆÿÿ%`•¨\Kˆÿÿ°gDf˜¨\Kˆÿÿ%`•^Kˆÿÿ´gDf˜^Kˆÿÿ%`•pˆÿÿ¸gDf˜pˆÿÿ%`•hpˆÿÿ¼gDf˜hpˆÿÿ%`•ÐpˆÿÿÀgDf˜Ðpˆÿÿ%`•8pˆÿÿÄgDf˜8pˆÿÿ%`• pˆÿÿÈgDf˜ pˆÿÿ%`•pˆÿÿÌgDf˜pˆÿÿ%`•ppˆÿÿÐgDf˜ppˆÿÿ%`•Ø pˆÿÿÔgDf˜Ø pˆÿÿ%`•@ pˆÿÿØgDf˜@ pˆÿÿ%`•¨ pˆÿÿÜgDf˜¨ pˆÿÿ%`•pˆÿÿàgDf˜pˆÿÿ%`• ¾ˆÿÿägDf˜ ¾ˆÿÿ%`•h¡¾ˆÿÿègDf˜h¡¾ˆÿÿ%`•Т¾ˆÿÿìgDf˜Ð¢¾ˆÿÿ%`•8¤¾ˆÿÿðgDf˜8¤¾ˆÿÿ%`• ¥¾ˆÿÿôgDf˜ ¥¾ˆÿÿ%`•§¾ˆÿÿøgDf˜§¾ˆÿÿ%`•p¨¾ˆÿÿügDf˜p¨¾ˆÿÿ%`•Ø©¾ˆÿÿgDf˜Ø©¾ˆÿÿ%`•@«¾ˆÿÿgDf˜@«¾ˆÿÿ%`•¨¬¾ˆÿÿgDf˜¨¬¾ˆÿÿ%`•®¾ˆÿÿ gDf˜®¾ˆÿÿ%`•`7ˆÿÿgDf˜`7ˆÿÿ%`•ha7ˆÿÿgDf˜ha7ˆÿÿ%`•Ðb7ˆÿÿgDf˜Ðb7ˆÿÿ%`•8d7ˆÿÿgDf˜8d7ˆÿÿ%`• e7ˆÿÿ gDf˜ e7ˆÿÿ%`•g7ˆÿÿ$gDf˜g7ˆÿÿ%`•ph7ˆÿÿ(gDf˜ph7ˆÿÿ%`•Øi7ˆÿÿ,gDf˜Øi7ˆÿÿ%`•@k7ˆÿÿ0gDf˜@k7ˆÿÿ%`•¨l7ˆÿÿ4gDf˜¨l7ˆÿÿ%`•n7ˆÿÿ8gDf˜n7ˆÿÿ%`•0±ˆÿÿ<gDf˜0±ˆÿÿ%`•h1±ˆÿÿ@gDf˜h1±ˆÿÿ%`•Ð2±ˆÿÿDgDf˜Ð2±ˆÿÿ%`•84±ˆÿÿHgDf˜84±ˆÿÿ%`• 5±ˆÿÿLgDf˜ 5±ˆÿÿ%`•7±ˆÿÿPgDf˜7±ˆÿÿ%`•p8±ˆÿÿTgDf˜p8±ˆÿÿ%`•Ø9±ˆÿÿXgDf˜Ø9±ˆÿÿ%`•@;±ˆÿÿ\gDf˜@;±ˆÿÿ%`•¨<±ˆÿÿ`gDf˜¨<±ˆÿÿ%`•>±ˆÿÿdgDf˜>±ˆÿÿ%`• ÕˆÿÿhgDf˜ Õˆÿÿ%`•h!ÕˆÿÿlgDf˜h!Õˆÿÿ%`•Ð"ÕˆÿÿpgDf˜Ð"Õˆÿÿ%`•8$ÕˆÿÿtgDf˜8$Õˆÿÿ%`• %ÕˆÿÿxgDf˜ %Õˆÿÿ%`•'Õˆÿÿ|gDf˜'Õˆÿÿ%`•p(Õˆÿÿ€gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ„gDf˜Ø)Õˆÿÿ%`•@+ÕˆÿÿˆgDf˜@+Õˆÿÿ%`•¨,ÕˆÿÿŒgDf˜¨,Õˆÿÿ%`•.ÕˆÿÿgDf˜.Õˆÿÿ%`•P®ˆÿÿ”gDf˜P®ˆÿÿ%`•hQ®ˆÿÿ˜gDf˜hQ®ˆÿÿ%`•ÐR®ˆÿÿœgDf˜ÐR®ˆÿÿ%`•8T®ˆÿÿ gDf˜8T®ˆÿÿ%`• U®ˆÿÿ¤gDf˜ U®ˆÿÿ%`•W®ˆÿÿ¨gDf˜W®ˆÿÿ%`•pX®ˆÿÿ¬gDf˜pX®ˆÿÿ%`•ØY®ˆÿÿ°gDf˜ØY®ˆÿÿ%`•@[®ˆÿÿ´gDf˜@[®ˆÿÿ%`•¨\®ˆÿÿ¸gDf˜¨\®ˆÿÿ%`•^®ˆÿÿ¼gDf˜^®ˆÿÿ%`•`ŠˆÿÿÀgDf˜`Šˆÿÿ%`•haŠˆÿÿÄgDf˜haŠˆÿÿ%`•ÐbŠˆÿÿÈgDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿÌgDf˜8dŠˆÿÿ%`• eŠˆÿÿÐgDf˜ eŠˆÿÿ%`•gŠˆÿÿÔgDf˜gŠˆÿÿ%`•phŠˆÿÿØgDf˜phŠˆÿÿ%`•ØiŠˆÿÿÜgDf˜ØiŠˆÿÿ%`•@kŠˆÿÿàgDf˜@kŠˆÿÿ%`•¨lŠˆÿÿägDf˜¨lŠˆÿÿ%`•nŠˆÿÿègDf˜nŠˆÿÿ%`•>™ˆÿÿìgDf˜>™ˆÿÿ%`•¨<™ˆÿÿðgDf˜¨<™ˆÿÿ%`•p8 ˆÿÿôgDf˜p8 ˆÿÿ%`•7 ˆÿÿøgDf˜7 ˆÿÿ%`• 5 ˆÿÿügDf˜ 5 ˆÿÿ%`•84 ˆÿÿgDf˜84 ˆÿÿ%`•Ð2 ˆÿÿgDf˜Ð2 ˆÿÿ%`•h1 ˆÿÿgDf˜h1 ˆÿÿ%`•0 ˆÿÿ gDf˜0 ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•hˆÿÿgDf˜hˆÿÿ%`•ЈÿÿgDf˜Ðˆÿÿ%`•8ˆÿÿgDf˜8ˆÿÿ%`• ˆÿÿ gDf˜ ˆÿÿ%`•ˆÿÿ$gDf˜ˆÿÿ%`•pˆÿÿ(gDf˜pˆÿÿ%`•؈ÿÿ,gDf˜Øˆÿÿ%`•@ˆÿÿ0gDf˜@ˆÿÿ%`•¨ˆÿÿ4gDf˜¨ˆÿÿ%`•ˆÿÿ8gDf˜ˆÿÿ%`•Àªˆÿÿ<gDf˜Àªˆÿÿ%`•hÁªˆÿÿ@gDf˜hÁªˆÿÿ%`•ЪˆÿÿDgDf˜Ðªˆÿÿ%`•8ĪˆÿÿHgDf˜8Īˆÿÿ%`• ÅªˆÿÿLgDf˜ Åªˆÿÿ%`•ǪˆÿÿPgDf˜Ǫˆÿÿ%`•pȪˆÿÿTgDf˜pȪˆÿÿ%`•ØÉªˆÿÿXgDf˜ØÉªˆÿÿ%`•@˪ˆÿÿ\gDf˜@˪ˆÿÿ%`•¨Ìªˆÿÿ`gDf˜¨Ìªˆÿÿ%`•ΪˆÿÿdgDf˜Ϊˆÿÿ%`•> ˆÿÿhgDf˜> ˆÿÿ%`•¨< ˆÿÿlgDf˜¨< ˆÿÿ%`•@; ˆÿÿpgDf˜@; ˆÿÿ%`•Ø9 ˆÿÿtgDf˜Ø9 ˆÿÿ%`•§¾ˆÿÿxgDf˜§¾ˆÿÿ%`• ¥¾ˆÿÿ|gDf˜ ¥¾ˆÿÿ%`•8¤¾ˆÿÿ€gDf˜8¤¾ˆÿÿ%`•Т¾ˆÿÿ„gDf˜Ð¢¾ˆÿÿ%`•h¡¾ˆÿÿˆgDf˜h¡¾ˆÿÿ%`• ¾ˆÿÿŒgDf˜ ¾ˆÿÿ%`•€$ˆÿÿgDf˜€$ˆÿÿ%`•h$ˆÿÿ”gDf˜h$ˆÿÿ%`•Ђ$ˆÿÿ˜gDf˜Ð‚$ˆÿÿ%`•8„$ˆÿÿœgDf˜8„$ˆÿÿ%`• …$ˆÿÿ gDf˜ …$ˆÿÿ%`•‡$ˆÿÿ¤gDf˜‡$ˆÿÿ%`•pˆ$ˆÿÿ¨gDf˜pˆ$ˆÿÿ%`•؉$ˆÿÿ¬gDf˜Ø‰$ˆÿÿ%`•@‹$ˆÿÿ°gDf˜@‹$ˆÿÿ%`•¨Œ$ˆÿÿ´gDf˜¨Œ$ˆÿÿ%`•Ž$ˆÿÿ¸gDf˜Ž$ˆÿÿ%`•Ð1ˆÿÿ¼gDf˜Ð1ˆÿÿ%`•hÑ1ˆÿÿÀgDf˜hÑ1ˆÿÿ%`•ÐÒ1ˆÿÿÄgDf˜ÐÒ1ˆÿÿ%`•8Ô1ˆÿÿÈgDf˜8Ô1ˆÿÿ%`• Õ1ˆÿÿÌgDf˜ Õ1ˆÿÿ%`•×1ˆÿÿÐgDf˜×1ˆÿÿ%`•pØ1ˆÿÿÔgDf˜pØ1ˆÿÿ%`•ØÙ1ˆÿÿØgDf˜ØÙ1ˆÿÿ%`•@Û1ˆÿÿÜgDf˜@Û1ˆÿÿ%`•¨Ü1ˆÿÿàgDf˜¨Ü1ˆÿÿ%`•Þ1ˆÿÿägDf˜Þ1ˆÿÿ%`•ˆÿÿègDf˜ˆÿÿ%`•h‘ˆÿÿìgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿðgDf˜Ð’ˆÿÿ%`•8”ˆÿÿôgDf˜8”ˆÿÿ%`• •ˆÿÿøgDf˜ •ˆÿÿ%`•—ˆÿÿügDf˜—ˆÿÿ%`•p˜ˆÿÿgDf˜p˜ˆÿÿ%`•Ø™ˆÿÿgDf˜Ø™ˆÿÿ%`•@›ˆÿÿgDf˜@›ˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•žˆÿÿgDf˜žˆÿÿ%`•ஈÿÿgDf˜à®ˆÿÿ%`•hᮈÿÿgDf˜hᮈÿÿ%`•Ð⮈ÿÿgDf˜Ð⮈ÿÿ%`•8䮈ÿÿ gDf˜8䮈ÿÿ%`• å®ˆÿÿ$gDf˜ å®ˆÿÿ%`•箈ÿÿ(gDf˜ç®ˆÿÿ%`•p讈ÿÿ,gDf˜p讈ÿÿ%`•Øé®ˆÿÿ0gDf˜Øé®ˆÿÿ%`•@뮈ÿÿ4gDf˜@뮈ÿÿ%`•¨ì®ˆÿÿ8gDf˜¨ì®ˆÿÿ%`•ÿÿ<gDf˜î®ˆÿÿ%`•à/ˆÿÿ@gDf˜à/ˆÿÿ%`•há/ˆÿÿDgDf˜há/ˆÿÿ%`•Ðâ/ˆÿÿHgDf˜Ðâ/ˆÿÿ%`•8ä/ˆÿÿLgDf˜8ä/ˆÿÿ%`• å/ˆÿÿPgDf˜ å/ˆÿÿ%`•ç/ˆÿÿTgDf˜ç/ˆÿÿ%`•pè/ˆÿÿXgDf˜pè/ˆÿÿ%`•Øé/ˆÿÿ\gDf˜Øé/ˆÿÿ%`•@ë/ˆÿÿ`gDf˜@ë/ˆÿÿ%`•¨ì/ˆÿÿdgDf˜¨ì/ˆÿÿ%`•î/ˆÿÿhgDf˜î/ˆÿÿ%`•P¦ˆÿÿlgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿpgDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿtgDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿxgDf˜8T¦ˆÿÿ%`• U¦ˆÿÿ|gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ€gDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ„gDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿˆgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿŒgDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ”gDf˜^¦ˆÿÿ%`•®¾ˆÿÿ˜gDf˜®¾ˆÿÿ%`•¨¬¾ˆÿÿœgDf˜¨¬¾ˆÿÿ%`•@«¾ˆÿÿ gDf˜@«¾ˆÿÿ%`•Ø©¾ˆÿÿ¤gDf˜Ø©¾ˆÿÿ%`•p¨¾ˆÿÿ¨gDf˜p¨¾ˆÿÿ%`• %Õˆÿÿ¬gDf˜ %Õˆÿÿ%`•8$Õˆÿÿ°gDf˜8$Õˆÿÿ%`•Ð"Õˆÿÿ´gDf˜Ð"Õˆÿÿ%`•h!Õˆÿÿ¸gDf˜h!Õˆÿÿ%`• Õˆÿÿ¼gDf˜ Õˆÿÿ%`•@(ˆÿÿÀgDf˜@(ˆÿÿ%`•hA(ˆÿÿÄgDf˜hA(ˆÿÿ%`•ÐB(ˆÿÿÈgDf˜ÐB(ˆÿÿ%`•8D(ˆÿÿÌgDf˜8D(ˆÿÿ%`• E(ˆÿÿÐgDf˜ E(ˆÿÿ%`•G(ˆÿÿÔgDf˜G(ˆÿÿ%`•pH(ˆÿÿØgDf˜pH(ˆÿÿ%`•ØI(ˆÿÿÜgDf˜ØI(ˆÿÿ%`•@K(ˆÿÿàgDf˜@K(ˆÿÿ%`•¨L(ˆÿÿägDf˜¨L(ˆÿÿ%`•N(ˆÿÿègDf˜N(ˆÿÿ%`•¾ˆÿÿìgDf˜¾ˆÿÿ%`•h¾ˆÿÿôgDf˜h¾ˆÿÿ%`•оˆÿÿøgDf˜Ð¾ˆÿÿ%`•8¾ˆÿÿügDf˜8¾ˆÿÿ%`• ¾ˆÿÿ gDf˜ ¾ˆÿÿ%`•¾ˆÿÿ gDf˜¾ˆÿÿ%`•p¾ˆÿÿ gDf˜p¾ˆÿÿ%`•ؾˆÿÿ gDf˜Ø¾ˆÿÿ%`•@¾ˆÿÿ gDf˜@¾ˆÿÿ%`•¨¾ˆÿÿ gDf˜¨¾ˆÿÿ%`•¾ˆÿÿ gDf˜¾ˆÿÿ%`•.Õˆÿÿ gDf˜.Õˆÿÿ%`•¨,Õˆÿÿ gDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ $gDf˜@+Õˆÿÿ%`•Ø)Õˆÿÿ (gDf˜Ø)Õˆÿÿ%`•p(Õˆÿÿ ,gDf˜p(Õˆÿÿ%`•'Õˆÿÿ 0gDf˜'Õˆÿÿ%`•¨<™ˆÿÿ 4gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ 8gDf˜>™ˆÿÿ%`•7 ˆÿÿ <gDf˜7 ˆÿÿ%`•p8 ˆÿÿ @gDf˜p8 ˆÿÿ%`•еˆÿÿ DgDf˜Ðµˆÿÿ%`•hѵˆÿÿ HgDf˜hѵˆÿÿ%`•ÐÒµˆÿÿ LgDf˜ÐÒµˆÿÿ%`•8Ôµˆÿÿ PgDf˜8Ôµˆÿÿ%`• Õµˆÿÿ TgDf˜ Õµˆÿÿ%`•×µˆÿÿ XgDf˜×µˆÿÿ%`•pصˆÿÿ \gDf˜pصˆÿÿ%`•ØÙµˆÿÿ `gDf˜ØÙµˆÿÿ%`•@Ûµˆÿÿ dgDf˜@Ûµˆÿÿ%`•¨Üµˆÿÿ hgDf˜¨Üµˆÿÿ%`•Þµˆÿÿ lgDf˜Þµˆÿÿ%`•0¯ˆÿÿ pgDf˜0¯ˆÿÿ%`•h1¯ˆÿÿ tgDf˜h1¯ˆÿÿ%`•Ð2¯ˆÿÿ xgDf˜Ð2¯ˆÿÿ%`•84¯ˆÿÿ |gDf˜84¯ˆÿÿ%`• 5¯ˆÿÿ €gDf˜ 5¯ˆÿÿ%`•7¯ˆÿÿ „gDf˜7¯ˆÿÿ%`•p8¯ˆÿÿ ˆgDf˜p8¯ˆÿÿ%`•Ø9¯ˆÿÿ ŒgDf˜Ø9¯ˆÿÿ%`•@;¯ˆÿÿ gDf˜@;¯ˆÿÿ%`•¨<¯ˆÿÿ ”gDf˜¨<¯ˆÿÿ%`•>¯ˆÿÿ ˜gDf˜>¯ˆÿÿ%`•Ø9 ˆÿÿ œgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ  gDf˜@; ˆÿÿ%`•¨< ˆÿÿ ¤gDf˜¨< ˆÿÿ%`•> ˆÿÿ ¨gDf˜> ˆÿÿ%`•0 ˆÿÿ ¬gDf˜0 ˆÿÿ%`•h1 ˆÿÿ °gDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ ´gDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ ¸gDf˜84 ˆÿÿ%`• 5 ˆÿÿ ¼gDf˜ 5 ˆÿÿ%`•§¾ˆÿÿ ÀgDf˜§¾ˆÿÿ%`•Јÿÿ ÄgDf˜Ðˆÿÿ%`•hшÿÿ ÈgDf˜hшÿÿ%`•ÐÒˆÿÿ ÌgDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ ÐgDf˜8Ôˆÿÿ%`• Õˆÿÿ ÔgDf˜ Õˆÿÿ%`•׈ÿÿ ØgDf˜×ˆÿÿ%`•p؈ÿÿ ÜgDf˜p؈ÿÿ%`•ØÙˆÿÿ àgDf˜ØÙˆÿÿ%`•@Ûˆÿÿ ägDf˜@Ûˆÿÿ%`•¨Üˆÿÿ ègDf˜¨Üˆÿÿ%`•Þˆÿÿ ìgDf˜Þˆÿÿ%`•°Úˆÿÿ ðgDf˜°Úˆÿÿ%`•h±Úˆÿÿ ôgDf˜h±Úˆÿÿ%`•вÚˆÿÿ øgDf˜Ð²Úˆÿÿ%`•8´Úˆÿÿ ügDf˜8´Úˆÿÿ%`• µÚˆÿÿ!gDf˜ µÚˆÿÿ%`•·Úˆÿÿ!gDf˜·Úˆÿÿ%`•p¸Úˆÿÿ!gDf˜p¸Úˆÿÿ%`•عÚˆÿÿ! gDf˜Ø¹Úˆÿÿ%`•@»Úˆÿÿ!gDf˜@»Úˆÿÿ%`•¨¼Úˆÿÿ!gDf˜¨¼Úˆÿÿ%`•¾Úˆÿÿ!gDf˜¾Úˆÿÿ%`• ¾ˆÿÿ!gDf˜ ¾ˆÿÿ%`•h¡¾ˆÿÿ! gDf˜h¡¾ˆÿÿ%`•Т¾ˆÿÿ!$gDf˜Ð¢¾ˆÿÿ%`•8¤¾ˆÿÿ!(gDf˜8¤¾ˆÿÿ%`• ¥¾ˆÿÿ!,gDf˜ ¥¾ˆÿÿ%`• •ˆÿÿ!0gDf˜ •ˆÿÿ%`•8”ˆÿÿ!4gDf˜8”ˆÿÿ%`•Ð’ˆÿÿ!8gDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ!<gDf˜h‘ˆÿÿ%`•ˆÿÿ!@gDf˜ˆÿÿ%`• Èÿÿ!DgDf˜ Èÿÿ%`•h!Èÿÿ!HgDf˜h!Èÿÿ%`•Ð"Èÿÿ!LgDf˜Ð"Èÿÿ%`•8$Èÿÿ!PgDf˜8$Èÿÿ%`• %Èÿÿ!TgDf˜ %Èÿÿ%`•'Èÿÿ!XgDf˜'Èÿÿ%`•p(Èÿÿ!\gDf˜p(Èÿÿ%`•Ø)Èÿÿ!`gDf˜Ø)Èÿÿ%`•@+Èÿÿ!dgDf˜@+Èÿÿ%`•¨,Èÿÿ!hgDf˜¨,Èÿÿ%`•.Èÿÿ!lgDf˜.Èÿÿ%`•Àˆÿÿ!pgDf˜Àˆÿÿ%`•hÁˆÿÿ!tgDf˜hÁˆÿÿ%`•Јÿÿ!xgDf˜Ðˆÿÿ%`•8Ĉÿÿ!|gDf˜8Ĉÿÿ%`• Åˆÿÿ!€gDf˜ Åˆÿÿ%`•Ljÿÿ!„gDf˜Çˆÿÿ%`•pȈÿÿ!ˆgDf˜pȈÿÿ%`•ØÉˆÿÿ!ŒgDf˜ØÉˆÿÿ%`•@ˈÿÿ!gDf˜@ˈÿÿ%`•¨Ìˆÿÿ!”gDf˜¨Ìˆÿÿ%`•Έÿÿ!˜gDf˜Îˆÿÿ%`•žˆÿÿ!œgDf˜žˆÿÿ%`•¨œˆÿÿ! gDf˜¨œˆÿÿ%`•@›ˆÿÿ!¤gDf˜@›ˆÿÿ%`•Ø™ˆÿÿ!¨gDf˜Ø™ˆÿÿ%`•p˜ˆÿÿ!¬gDf˜p˜ˆÿÿ%`•—ˆÿÿ!°gDf˜—ˆÿÿ%`•8T¦ˆÿÿ!´gDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ!¸gDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ!¼gDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ!ÀgDf˜P¦ˆÿÿ%`•À1ˆÿÿ!ÄgDf˜À1ˆÿÿ%`•hÁ1ˆÿÿ!ÈgDf˜hÁ1ˆÿÿ%`•ÐÂ1ˆÿÿ!ÌgDf˜ÐÂ1ˆÿÿ%`•8Ä1ˆÿÿ!ÐgDf˜8Ä1ˆÿÿ%`• Å1ˆÿÿ!ÔgDf˜ Å1ˆÿÿ%`•Ç1ˆÿÿ!ØgDf˜Ç1ˆÿÿ%`•pÈ1ˆÿÿ!ÜgDf˜pÈ1ˆÿÿ%`•ØÉ1ˆÿÿ!àgDf˜ØÉ1ˆÿÿ%`•@Ë1ˆÿÿ!ägDf˜@Ë1ˆÿÿ%`•¨Ì1ˆÿÿ!ègDf˜¨Ì1ˆÿÿ%`•Î1ˆÿÿ!ìgDf˜Î1ˆÿÿ%`•mˆÿÿ!ðgDf˜mˆÿÿ%`•hmˆÿÿ!ôgDf˜hmˆÿÿ%`•Ðmˆÿÿ!øgDf˜Ðmˆÿÿ%`•8mˆÿÿ!ügDf˜8mˆÿÿ%`• mˆÿÿ"gDf˜ mˆÿÿ%`•mˆÿÿ"gDf˜mˆÿÿ%`•pmˆÿÿ"gDf˜pmˆÿÿ%`•Ømˆÿÿ" gDf˜Ømˆÿÿ%`•@mˆÿÿ"gDf˜@mˆÿÿ%`•¨mˆÿÿ"gDf˜¨mˆÿÿ%`•mˆÿÿ"gDf˜mˆÿÿ%`•^¦ˆÿÿ"gDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿ" gDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ"$gDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ"(gDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ",gDf˜pX¦ˆÿÿ%`•W¦ˆÿÿ"0gDf˜W¦ˆÿÿ%`• U¦ˆÿÿ"4gDf˜ U¦ˆÿÿ%`•p¨¾ˆÿÿ"8gDf˜p¨¾ˆÿÿ%`•Ø©¾ˆÿÿ"<gDf˜Ø©¾ˆÿÿ%`•@«¾ˆÿÿ"@gDf˜@«¾ˆÿÿ%`•¨¬¾ˆÿÿ"DgDf˜¨¬¾ˆÿÿ%`•®¾ˆÿÿ"HgDf˜®¾ˆÿÿ%`• Õˆÿÿ"LgDf˜ Õˆÿÿ%`•h!Õˆÿÿ"PgDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ"TgDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ"XgDf˜8$Õˆÿÿ%`• %Õˆÿÿ"\gDf˜ %Õˆÿÿ%`•8¾ˆÿÿ"`gDf˜8¾ˆÿÿ%`•оˆÿÿ"dgDf˜Ð¾ˆÿÿ%`•h¾ˆÿÿ"hgDf˜h¾ˆÿÿ%`•¾ˆÿÿ"lgDf˜¾ˆÿÿ%`•À§ˆÿÿ"pgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ"tgDf˜hÁ§ˆÿÿ%`•Чˆÿÿ"xgDf˜Ð§ˆÿÿ%`•8ħˆÿÿ"|gDf˜8ħˆÿÿ%`• Å§ˆÿÿ"€gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ"„gDf˜ǧˆÿÿ%`•pȧˆÿÿ"ˆgDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ"ŒgDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ"gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ"”gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ"˜gDf˜Χˆÿÿ%`•¾ˆÿÿ"œgDf˜¾ˆÿÿ%`•¨¾ˆÿÿ" gDf˜¨¾ˆÿÿ%`•@¾ˆÿÿ"¤gDf˜@¾ˆÿÿ%`•ؾˆÿÿ"¨gDf˜Ø¾ˆÿÿ%`•p¾ˆÿÿ"¬gDf˜p¾ˆÿÿ%`•¾ˆÿÿ"°gDf˜¾ˆÿÿ%`• ¾ˆÿÿ"´gDf˜ ¾ˆÿÿ%`•'Õˆÿÿ"¸gDf˜'Õˆÿÿ%`•p(Õˆÿÿ"¼gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ"ÀgDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ"ÄgDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ"ÈgDf˜¨,Õˆÿÿ%`•.Õˆÿÿ"ÌgDf˜.Õˆÿÿ%`•>™ˆÿÿ"ÐgDf˜>™ˆÿÿ%`•¨<™ˆÿÿ"ÔgDf˜¨<™ˆÿÿ%`•p8 ˆÿÿ"ØgDf˜p8 ˆÿÿ%`•7 ˆÿÿ"ÜgDf˜7 ˆÿÿ%`•84¯ˆÿÿ"àgDf˜84¯ˆÿÿ%`•Ð2¯ˆÿÿ"ägDf˜Ð2¯ˆÿÿ%`•h1¯ˆÿÿ"ègDf˜h1¯ˆÿÿ%`•0¯ˆÿÿ"ìgDf˜0¯ˆÿÿ%`•,ˆÿÿ"ðgDf˜,ˆÿÿ%`•h‘,ˆÿÿ"ôgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿ"øgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿ"ügDf˜8”,ˆÿÿ%`• •,ˆÿÿ#gDf˜ •,ˆÿÿ%`•—,ˆÿÿ#gDf˜—,ˆÿÿ%`•p˜,ˆÿÿ#gDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿ# gDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿ#gDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿ#gDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ#gDf˜ž,ˆÿÿ%`•>¯ˆÿÿ#gDf˜>¯ˆÿÿ%`•¨<¯ˆÿÿ# gDf˜¨<¯ˆÿÿ%`•@;¯ˆÿÿ#$gDf˜@;¯ˆÿÿ%`•Ø9¯ˆÿÿ#(gDf˜Ø9¯ˆÿÿ%`•p8¯ˆÿÿ#,gDf˜p8¯ˆÿÿ%`•7¯ˆÿÿ#0gDf˜7¯ˆÿÿ%`• 5¯ˆÿÿ#4gDf˜ 5¯ˆÿÿ%`• 5 ˆÿÿ#8gDf˜ 5 ˆÿÿ%`•84 ˆÿÿ#<gDf˜84 ˆÿÿ%`•Ð2 ˆÿÿ#@gDf˜Ð2 ˆÿÿ%`•h1 ˆÿÿ#DgDf˜h1 ˆÿÿ%`•0 ˆÿÿ#HgDf˜0 ˆÿÿ%`•> ˆÿÿ#LgDf˜> ˆÿÿ%`•¨< ˆÿÿ#PgDf˜¨< ˆÿÿ%`•@; ˆÿÿ#TgDf˜@; ˆÿÿ%`•Ø9 ˆÿÿ#XgDf˜Ø9 ˆÿÿ%`•§¾ˆÿÿ#\gDf˜§¾ˆÿÿ%`•8´Úˆÿÿ#`gDf˜8´Úˆÿÿ%`•вÚˆÿÿ#dgDf˜Ð²Úˆÿÿ%`•h±Úˆÿÿ#hgDf˜h±Úˆÿÿ%`•°Úˆÿÿ#lgDf˜°Úˆÿÿ%`•ÀȈÿÿ#pgDf˜ÀȈÿÿ%`•hÁȈÿÿ#tgDf˜hÁȈÿÿ%`•ÐÂȈÿÿ#xgDf˜ÐÂȈÿÿ%`•8ÄȈÿÿ#|gDf˜8ÄȈÿÿ%`• ÅȈÿÿ#€gDf˜ ÅȈÿÿ%`•ÇȈÿÿ#„gDf˜ÇȈÿÿ%`•pÈȈÿÿ#ˆgDf˜pÈȈÿÿ%`•ØÉȈÿÿ#ŒgDf˜ØÉȈÿÿ%`•@ËȈÿÿ#gDf˜@ËȈÿÿ%`•¨ÌȈÿÿ#”gDf˜¨ÌȈÿÿ%`•ÎȈÿÿ#˜gDf˜ÎȈÿÿ%`•¾Úˆÿÿ#œgDf˜¾Úˆÿÿ%`•¨¼Úˆÿÿ# gDf˜¨¼Úˆÿÿ%`•@»Úˆÿÿ#¤gDf˜@»Úˆÿÿ%`•عÚˆÿÿ#¨gDf˜Ø¹Úˆÿÿ%`•p¸Úˆÿÿ#¬gDf˜p¸Úˆÿÿ%`•·Úˆÿÿ#°gDf˜·Úˆÿÿ%`• µÚˆÿÿ#´gDf˜ µÚˆÿÿ%`• ¥¾ˆÿÿ#¸gDf˜ ¥¾ˆÿÿ%`•8¤¾ˆÿÿ#¼gDf˜8¤¾ˆÿÿ%`•Т¾ˆÿÿ#ÀgDf˜Ð¢¾ˆÿÿ%`•h¡¾ˆÿÿ#ÄgDf˜h¡¾ˆÿÿ%`• ¾ˆÿÿ#ÈgDf˜ ¾ˆÿÿ%`•ˆÿÿ#ÌgDf˜ˆÿÿ%`•h‘ˆÿÿ#ÐgDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ#ÔgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ#ØgDf˜8”ˆÿÿ%`• •ˆÿÿ#ÜgDf˜ •ˆÿÿ%`•8Ĉÿÿ#àgDf˜8Ĉÿÿ%`•Јÿÿ#ägDf˜Ðˆÿÿ%`•hÁˆÿÿ#ègDf˜hÁˆÿÿ%`•Àˆÿÿ#ìgDf˜Àˆÿÿ%`•P¨ˆÿÿ#ðgDf˜P¨ˆÿÿ%`•hQ¨ˆÿÿ#øgDf˜hQ¨ˆÿÿ%`•ÐR¨ˆÿÿ#ügDf˜ÐR¨ˆÿÿ%`•8T¨ˆÿÿ$gDf˜8T¨ˆÿÿ%`• U¨ˆÿÿ$gDf˜ U¨ˆÿÿ%`•W¨ˆÿÿ$gDf˜W¨ˆÿÿ%`•pX¨ˆÿÿ$ gDf˜pX¨ˆÿÿ%`•ØY¨ˆÿÿ$gDf˜ØY¨ˆÿÿ%`•@[¨ˆÿÿ$gDf˜@[¨ˆÿÿ%`•¨\¨ˆÿÿ$gDf˜¨\¨ˆÿÿ%`•^¨ˆÿÿ$gDf˜^¨ˆÿÿ%`•Έÿÿ$ gDf˜Îˆÿÿ%`•¨Ìˆÿÿ$$gDf˜¨Ìˆÿÿ%`•@ˈÿÿ$(gDf˜@ˈÿÿ%`•ØÉˆÿÿ$,gDf˜ØÉˆÿÿ%`•pȈÿÿ$0gDf˜pȈÿÿ%`•Ljÿÿ$4gDf˜Çˆÿÿ%`• Åˆÿÿ$8gDf˜ Åˆÿÿ%`•—ˆÿÿ$<gDf˜—ˆÿÿ%`•p˜ˆÿÿ$@gDf˜p˜ˆÿÿ%`•Ø™ˆÿÿ$DgDf˜Ø™ˆÿÿ%`•@›ˆÿÿ$HgDf˜@›ˆÿÿ%`•¨œˆÿÿ$LgDf˜¨œˆÿÿ%`•žˆÿÿ$PgDf˜žˆÿÿ%`•P¦ˆÿÿ$TgDf˜P¦ˆÿÿ%`•hQ¦ˆÿÿ$XgDf˜hQ¦ˆÿÿ%`•ÐR¦ˆÿÿ$\gDf˜ÐR¦ˆÿÿ%`•8T¦ˆÿÿ$`gDf˜8T¦ˆÿÿ%`•8mˆÿÿ$dgDf˜8mˆÿÿ%`•Ðmˆÿÿ$hgDf˜Ðmˆÿÿ%`•hmˆÿÿ$lgDf˜hmˆÿÿ%`•mˆÿÿ$pgDf˜mˆÿÿ%`•p ˆÿÿ$tgDf˜p ˆÿÿ%`•hq ˆÿÿ$xgDf˜hq ˆÿÿ%`•Ðr ˆÿÿ$|gDf˜Ðr ˆÿÿ%`•8t ˆÿÿ$€gDf˜8t ˆÿÿ%`• u ˆÿÿ$„gDf˜ u ˆÿÿ%`•w ˆÿÿ$ˆgDf˜w ˆÿÿ%`•px ˆÿÿ$ŒgDf˜px ˆÿÿ%`•Øy ˆÿÿ$gDf˜Øy ˆÿÿ%`•@{ ˆÿÿ$”gDf˜@{ ˆÿÿ%`•¨| ˆÿÿ$˜gDf˜¨| ˆÿÿ%`•~ ˆÿÿ$œgDf˜~ ˆÿÿ%`•mˆÿÿ$ gDf˜mˆÿÿ%`•¨mˆÿÿ$¤gDf˜¨mˆÿÿ%`•@mˆÿÿ$¨gDf˜@mˆÿÿ%`•Ømˆÿÿ$¬gDf˜Ømˆÿÿ%`•pmˆÿÿ$°gDf˜pmˆÿÿ%`•mˆÿÿ$´gDf˜mˆÿÿ%`• mˆÿÿ$¸gDf˜ mˆÿÿ%`• U¦ˆÿÿ$¼gDf˜ U¦ˆÿÿ%`•W¦ˆÿÿ$ÀgDf˜W¦ˆÿÿ%`•pX¦ˆÿÿ$ÄgDf˜pX¦ˆÿÿ%`•ØY¦ˆÿÿ$ÈgDf˜ØY¦ˆÿÿ%`•@[¦ˆÿÿ$ÌgDf˜@[¦ˆÿÿ%`•¨\¦ˆÿÿ$ÐgDf˜¨\¦ˆÿÿ%`•^¦ˆÿÿ$ÔgDf˜^¦ˆÿÿ%`•®¾ˆÿÿ$ØgDf˜®¾ˆÿÿ%`•¨¬¾ˆÿÿ$ÜgDf˜¨¬¾ˆÿÿ%`•@«¾ˆÿÿ$àgDf˜@«¾ˆÿÿ%`•Ø©¾ˆÿÿ$ägDf˜Ø©¾ˆÿÿ%`•p¨¾ˆÿÿ$ègDf˜p¨¾ˆÿÿ%`• %Õˆÿÿ$ìgDf˜ %Õˆÿÿ%`•8$Õˆÿÿ$ðgDf˜8$Õˆÿÿ%`•Ð"Õˆÿÿ$ôgDf˜Ð"Õˆÿÿ%`•h!Õˆÿÿ$øgDf˜h!Õˆÿÿ%`• Õˆÿÿ$ügDf˜ Õˆÿÿ%`•.Õˆÿÿ%gDf˜.Õˆÿÿ%`•¨,Õˆÿÿ%gDf˜¨,Õˆÿÿ%`•@+Õˆÿÿ%gDf˜@+Õˆÿÿ%`•Ø)Õˆÿÿ% gDf˜Ø)Õˆÿÿ%`•p(Õˆÿÿ%gDf˜p(Õˆÿÿ%`•'Õˆÿÿ%gDf˜'Õˆÿÿ%`•¨<™ˆÿÿ%gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ%gDf˜>™ˆÿÿ%`•7 ˆÿÿ% gDf˜7 ˆÿÿ%`•p8 ˆÿÿ%$gDf˜p8 ˆÿÿ%`•0¯ˆÿÿ%(gDf˜0¯ˆÿÿ%`•h1¯ˆÿÿ%,gDf˜h1¯ˆÿÿ%`•Ð2¯ˆÿÿ%0gDf˜Ð2¯ˆÿÿ%`•84¯ˆÿÿ%4gDf˜84¯ˆÿÿ%`•8”,ˆÿÿ%8gDf˜8”,ˆÿÿ%`•Ð’,ˆÿÿ%<gDf˜Ð’,ˆÿÿ%`•h‘,ˆÿÿ%@gDf˜h‘,ˆÿÿ%`•,ˆÿÿ%DgDf˜,ˆÿÿ%`•`Šˆÿÿ%HgDf˜`Šˆÿÿ%`•haŠˆÿÿ%LgDf˜haŠˆÿÿ%`•ÐbŠˆÿÿ%PgDf˜ÐbŠˆÿÿ%`•8dŠˆÿÿ%TgDf˜8dŠˆÿÿ%`• eŠˆÿÿ%XgDf˜ eŠˆÿÿ%`•gŠˆÿÿ%\gDf˜gŠˆÿÿ%`•phŠˆÿÿ%`gDf˜phŠˆÿÿ%`•ØiŠˆÿÿ%dgDf˜ØiŠˆÿÿ%`•@kŠˆÿÿ%hgDf˜@kŠˆÿÿ%`•¨lŠˆÿÿ%lgDf˜¨lŠˆÿÿ%`•nŠˆÿÿ%pgDf˜nŠˆÿÿ%`•à‚ˆÿÿ%tgDf˜à‚ˆÿÿ%`•hႈÿÿ%xgDf˜hႈÿÿ%`•Ð₈ÿÿ%|gDf˜Ð₈ÿÿ%`•8䂈ÿÿ%€gDf˜8䂈ÿÿ%`• å‚ˆÿÿ%„gDf˜ å‚ˆÿÿ%`•炈ÿÿ%ˆgDf˜ç‚ˆÿÿ%`•p肈ÿÿ%ŒgDf˜p肈ÿÿ%`•Øé‚ˆÿÿ%gDf˜Øé‚ˆÿÿ%`•@낈ÿÿ%”gDf˜@낈ÿÿ%`•¨ì‚ˆÿÿ%˜gDf˜¨ì‚ˆÿÿ%`•ÿÿ%œgDf˜î‚ˆÿÿ%`•ž,ˆÿÿ% gDf˜ž,ˆÿÿ%`•¨œ,ˆÿÿ%¤gDf˜¨œ,ˆÿÿ%`•@›,ˆÿÿ%¨gDf˜@›,ˆÿÿ%`•Ø™,ˆÿÿ%¬gDf˜Ø™,ˆÿÿ%`•p˜,ˆÿÿ%°gDf˜p˜,ˆÿÿ%`•—,ˆÿÿ%´gDf˜—,ˆÿÿ%`• •,ˆÿÿ%¸gDf˜ •,ˆÿÿ%`• 5¯ˆÿÿ%¼gDf˜ 5¯ˆÿÿ%`•7¯ˆÿÿ%ÀgDf˜7¯ˆÿÿ%`•p8¯ˆÿÿ%ÄgDf˜p8¯ˆÿÿ%`•Ø9¯ˆÿÿ%ÈgDf˜Ø9¯ˆÿÿ%`•@;¯ˆÿÿ%ÌgDf˜@;¯ˆÿÿ%`•¨<¯ˆÿÿ%ÐgDf˜¨<¯ˆÿÿ%`•>¯ˆÿÿ%ÔgDf˜>¯ˆÿÿ%`•Ø9 ˆÿÿ%ØgDf˜Ø9 ˆÿÿ%`•@; ˆÿÿ%ÜgDf˜@; ˆÿÿ%`•¨< ˆÿÿ%àgDf˜¨< ˆÿÿ%`•> ˆÿÿ%ägDf˜> ˆÿÿ%`•0 ˆÿÿ%ègDf˜0 ˆÿÿ%`•h1 ˆÿÿ%ìgDf˜h1 ˆÿÿ%`•Ð2 ˆÿÿ%ðgDf˜Ð2 ˆÿÿ%`•84 ˆÿÿ%ôgDf˜84 ˆÿÿ%`• 5 ˆÿÿ%øgDf˜ 5 ˆÿÿ%`•§¾ˆÿÿ%ügDf˜§¾ˆÿÿ%`• ¾ˆÿÿ&gDf˜ ¾ˆÿÿ%`•h¡¾ˆÿÿ&gDf˜h¡¾ˆÿÿ%`•Т¾ˆÿÿ&gDf˜Ð¢¾ˆÿÿ%`•8¤¾ˆÿÿ& gDf˜8¤¾ˆÿÿ%`• ¥¾ˆÿÿ&gDf˜ ¥¾ˆÿÿ%`• •ˆÿÿ&gDf˜ •ˆÿÿ%`•8”ˆÿÿ&gDf˜8”ˆÿÿ%`•Ð’ˆÿÿ&gDf˜Ð’ˆÿÿ%`•h‘ˆÿÿ& gDf˜h‘ˆÿÿ%`•ˆÿÿ&$gDf˜ˆÿÿ%`•Àˆÿÿ&(gDf˜Àˆÿÿ%`•hÁˆÿÿ&,gDf˜hÁˆÿÿ%`•Јÿÿ&0gDf˜Ðˆÿÿ%`•8Ĉÿÿ&4gDf˜8Ĉÿÿ%`•8T¨ˆÿÿ&8gDf˜8T¨ˆÿÿ%`•ÐR¨ˆÿÿ&<gDf˜ÐR¨ˆÿÿ%`•hQ¨ˆÿÿ&@gDf˜hQ¨ˆÿÿ%`•P¨ˆÿÿ&DgDf˜P¨ˆÿÿ%`•…ˆÿÿ&HgDf˜…ˆÿÿ%`•h‘…ˆÿÿ&LgDf˜h‘…ˆÿÿ%`•Ð’…ˆÿÿ&PgDf˜Ð’…ˆÿÿ%`•8”…ˆÿÿ&TgDf˜8”…ˆÿÿ%`• •…ˆÿÿ&XgDf˜ •…ˆÿÿ%`•—…ˆÿÿ&\gDf˜—…ˆÿÿ%`•p˜…ˆÿÿ&`gDf˜p˜…ˆÿÿ%`•Ø™…ˆÿÿ&dgDf˜Ø™…ˆÿÿ%`•@›…ˆÿÿ&hgDf˜@›…ˆÿÿ%`•¨œ…ˆÿÿ&lgDf˜¨œ…ˆÿÿ%`•ž…ˆÿÿ&pgDf˜ž…ˆÿÿ%`•Àº ˆÿÿ&tgDf˜Àº ˆÿÿ%`•hÁº ˆÿÿ&xgDf˜hÁº ˆÿÿ%`•к ˆÿÿ&|gDf˜Ðº ˆÿÿ%`•8ĺ ˆÿÿ&€gDf˜8ĺ ˆÿÿ%`• Åº ˆÿÿ&„gDf˜ Åº ˆÿÿ%`•Ǻ ˆÿÿ&ˆgDf˜Ǻ ˆÿÿ%`•pȺ ˆÿÿ&ŒgDf˜pȺ ˆÿÿ%`•ØÉº ˆÿÿ&gDf˜ØÉº ˆÿÿ%`•@˺ ˆÿÿ&”gDf˜@˺ ˆÿÿ%`•¨Ìº ˆÿÿ&˜gDf˜¨Ìº ˆÿÿ%`•κ ˆÿÿ&œgDf˜κ ˆÿÿ%`•^¨ˆÿÿ& gDf˜^¨ˆÿÿ%`•¨\¨ˆÿÿ&¤gDf˜¨\¨ˆÿÿ%`•@[¨ˆÿÿ&¨gDf˜@[¨ˆÿÿ%`•ØY¨ˆÿÿ&¬gDf˜ØY¨ˆÿÿ%`•pX¨ˆÿÿ&°gDf˜pX¨ˆÿÿ%`•W¨ˆÿÿ&´gDf˜W¨ˆÿÿ%`• U¨ˆÿÿ&¸gDf˜ U¨ˆÿÿ%`• Åˆÿÿ&¼gDf˜ Åˆÿÿ%`•Ljÿÿ&ÀgDf˜Çˆÿÿ%`•pȈÿÿ&ÄgDf˜pȈÿÿ%`•ØÉˆÿÿ&ÈgDf˜ØÉˆÿÿ%`•@ˈÿÿ&ÌgDf˜@ˈÿÿ%`•¨Ìˆÿÿ&ÐgDf˜¨Ìˆÿÿ%`•Έÿÿ&ÔgDf˜Îˆÿÿ%`•žˆÿÿ&ØgDf˜žˆÿÿ%`•¨œˆÿÿ&ÜgDf˜¨œˆÿÿ%`•@›ˆÿÿ&àgDf˜@›ˆÿÿ%`•Ø™ˆÿÿ&ägDf˜Ø™ˆÿÿ%`•p˜ˆÿÿ&ègDf˜p˜ˆÿÿ%`•—ˆÿÿ&ìgDf˜—ˆÿÿ%`•8T¦ˆÿÿ&ðgDf˜8T¦ˆÿÿ%`•ÐR¦ˆÿÿ&ôgDf˜ÐR¦ˆÿÿ%`•hQ¦ˆÿÿ&øgDf˜hQ¦ˆÿÿ%`•P¦ˆÿÿ&ügDf˜P¦ˆÿÿ%`•^¦ˆÿÿ'gDf˜^¦ˆÿÿ%`•¨\¦ˆÿÿ'gDf˜¨\¦ˆÿÿ%`•@[¦ˆÿÿ'gDf˜@[¦ˆÿÿ%`•ØY¦ˆÿÿ' gDf˜ØY¦ˆÿÿ%`•pX¦ˆÿÿ'gDf˜pX¦ˆÿÿ%`•W¦ˆÿÿ'gDf˜W¦ˆÿÿ%`• U¦ˆÿÿ'gDf˜ U¦ˆÿÿ%`•p¨¾ˆÿÿ'gDf˜p¨¾ˆÿÿ%`•Ø©¾ˆÿÿ' gDf˜Ø©¾ˆÿÿ%`•@«¾ˆÿÿ'$gDf˜@«¾ˆÿÿ%`•¨¬¾ˆÿÿ'(gDf˜¨¬¾ˆÿÿ%`•®¾ˆÿÿ',gDf˜®¾ˆÿÿ%`•.Õˆÿÿ'0gDf˜.Õˆÿÿ%`• Õˆÿÿ'4gDf˜ Õˆÿÿ%`•h!Õˆÿÿ'8gDf˜h!Õˆÿÿ%`•Ð"Õˆÿÿ'<gDf˜Ð"Õˆÿÿ%`•8$Õˆÿÿ'@gDf˜8$Õˆÿÿ%`• %Õˆÿÿ'DgDf˜ %Õˆÿÿ%`•`6ˆÿÿ'HgDf˜`6ˆÿÿ%`•ha6ˆÿÿ'LgDf˜ha6ˆÿÿ%`•Ðb6ˆÿÿ'PgDf˜Ðb6ˆÿÿ%`•8d6ˆÿÿ'TgDf˜8d6ˆÿÿ%`• e6ˆÿÿ'XgDf˜ e6ˆÿÿ%`•g6ˆÿÿ'\gDf˜g6ˆÿÿ%`•ph6ˆÿÿ'`gDf˜ph6ˆÿÿ%`•Øi6ˆÿÿ'dgDf˜Øi6ˆÿÿ%`•@k6ˆÿÿ'hgDf˜@k6ˆÿÿ%`•¨l6ˆÿÿ'lgDf˜¨l6ˆÿÿ%`•n6ˆÿÿ'pgDf˜n6ˆÿÿ%`•Јÿÿ'tgDf˜Ðˆÿÿ%`•hшÿÿ'xgDf˜hшÿÿ%`•ÐÒˆÿÿ'|gDf˜ÐÒˆÿÿ%`•8Ôˆÿÿ'€gDf˜8Ôˆÿÿ%`• Õˆÿÿ'„gDf˜ Õˆÿÿ%`•׈ÿÿ'ˆgDf˜×ˆÿÿ%`•p؈ÿÿ'ŒgDf˜p؈ÿÿ%`•ØÙˆÿÿ'gDf˜ØÙˆÿÿ%`•@Ûˆÿÿ'”gDf˜@Ûˆÿÿ%`•¨Üˆÿÿ'˜gDf˜¨Üˆÿÿ%`•Þˆÿÿ'œgDf˜Þˆÿÿ%`•'Õˆÿÿ' gDf˜'Õˆÿÿ%`•p(Õˆÿÿ'¤gDf˜p(Õˆÿÿ%`•Ø)Õˆÿÿ'¨gDf˜Ø)Õˆÿÿ%`•@+Õˆÿÿ'¬gDf˜@+Õˆÿÿ%`•¨,Õˆÿÿ'°gDf˜¨,Õˆÿÿ%`•>™ˆÿÿ'´gDf˜>™ˆÿÿ%`•¨<™ˆÿÿ'¸gDf˜¨<™ˆÿÿ%`•p8 ˆÿÿ'¼gDf˜p8 ˆÿÿ%`•7 ˆÿÿ'ÀgDf˜7 ˆÿÿ%`•84¯ˆÿÿ'ÄgDf˜84¯ˆÿÿ%`•Ð2¯ˆÿÿ'ÈgDf˜Ð2¯ˆÿÿ%`•h1¯ˆÿÿ'ÌgDf˜h1¯ˆÿÿ%`•0¯ˆÿÿ'ÐgDf˜0¯ˆÿÿ%`•,ˆÿÿ'ÔgDf˜,ˆÿÿ%`•h‘,ˆÿÿ'ØgDf˜h‘,ˆÿÿ%`•Ð’,ˆÿÿ'ÜgDf˜Ð’,ˆÿÿ%`•8”,ˆÿÿ'àgDf˜8”,ˆÿÿ%`•8䂈ÿÿ'ägDf˜8䂈ÿÿ%`•Ð₈ÿÿ'ègDf˜Ð₈ÿÿ%`•hႈÿÿ'ìgDf˜hႈÿÿ%`•à‚ˆÿÿ'ðgDf˜à‚ˆÿÿ%`•À§ˆÿÿ'ôgDf˜À§ˆÿÿ%`•hÁ§ˆÿÿ'ügDf˜hÁ§ˆÿÿ%`•Чˆÿÿ(gDf˜Ð§ˆÿÿ%`•8ħˆÿÿ(gDf˜8ħˆÿÿ%`• Å§ˆÿÿ(gDf˜ Å§ˆÿÿ%`•ǧˆÿÿ( gDf˜ǧˆÿÿ%`•pȧˆÿÿ(gDf˜pȧˆÿÿ%`•ØÉ§ˆÿÿ(gDf˜ØÉ§ˆÿÿ%`•@˧ˆÿÿ(gDf˜@˧ˆÿÿ%`•¨Ì§ˆÿÿ(gDf˜¨Ì§ˆÿÿ%`•Χˆÿÿ( gDf˜Χˆÿÿ%`•ÿÿ($gDf˜î‚ˆÿÿ%`•¨ì‚ˆÿÿ((gDf˜¨ì‚ˆÿÿ%`•@낈ÿÿ(,gDf˜@낈ÿÿ%`•Øé‚ˆÿÿ(0gDf˜Øé‚ˆÿÿ%`•p肈ÿÿ(4gDf˜p肈ÿÿ%`•炈ÿÿ(8gDf˜ç‚ˆÿÿ%`• å‚ˆÿÿ(<gDf˜ å‚ˆÿÿ%`• •,ˆÿÿ(@gDf˜ •,ˆÿÿ%`•—,ˆÿÿ(DgDf˜—,ˆÿÿ%`•p˜,ˆÿÿ(HgDf˜p˜,ˆÿÿ%`•Ø™,ˆÿÿ(LgDf˜Ø™,ˆÿÿ%`•@›,ˆÿÿ(PgDf˜@›,ˆÿÿ%`•¨œ,ˆÿÿ(TgDf˜¨œ,ˆÿÿ%`•ž,ˆÿÿ(XgDf˜ž,ˆÿÿ%`•>¯ˆÿÿ(\gDf˜>¯ˆÿÿ%`•¨<¯ˆÿÿ(`gDf˜¨<¯ˆÿÿ%`•@;¯ˆÿÿ(dgDf˜@;¯ˆÿÿ%`•Ø9¯ˆÿÿ(hgDf˜Ø9¯ˆÿÿ%`•p8¯ˆÿÿ(lgDf˜p8¯ˆÿÿ%`•7¯ˆÿÿ(pgDf˜7¯ˆÿÿ%`• 5¯ˆÿÿ(tgDf˜ 5¯ˆÿÿ%`• 5 ˆÿÿ(xgDf˜ 5 ˆÿÿ%`•84 ˆÿÿ(|gDf˜84 ˆÿÿ%`•Ð2 ˆÿÿ(€gDf˜Ð2 ˆÿÿ%`•h1 ˆÿÿ(„gDf˜h1 ˆÿÿ%`•0 ˆÿÿ(ˆgDf˜0 ˆÿÿ%`•> ˆÿÿ(ŒgDf˜> ˆÿÿ%`•¨< ˆÿÿ(gDf˜¨< ˆÿÿ%`•@; ˆÿÿ(”gDf˜@; ˆÿÿ%`•Ø9 ˆÿÿ(˜gDf˜Ø9 ˆÿÿ%`• ¥¾ˆÿÿ(œgDf˜ ¥¾ˆÿÿ%`•8¤¾ˆÿÿ( gDf˜8¤¾ˆÿÿ%`•Т¾ˆÿÿ(¤gDf˜Ð¢¾ˆÿÿ%`•h¡¾ˆÿÿ(¨gDf˜h¡¾ˆÿÿ%`• ¾ˆÿÿ(¬gDf˜ ¾ˆÿÿ%`•§¾ˆÿÿ(°gDf˜§¾ˆÿÿ%`•ˆÿÿ(´gDf˜ˆÿÿ%`•h‘ˆÿÿ(¸gDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ(¼gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ(ÀgDf˜8”ˆÿÿ%`• •ˆÿÿ(ÄgDf˜ •ˆÿÿ%`•8Ĉÿÿ(ÈgDf˜8Ĉÿÿ%`•Јÿÿ(ÌgDf˜Ðˆÿÿ%`•hÁˆÿÿ(ÐgDf˜hÁˆÿÿ%`•Àˆÿÿ(ÔgDf˜Àˆÿÿ%`•P¨ˆÿÿ(ØgDf˜P¨ˆÿÿ%`•hQ¨ˆÿÿ(ÜgDf˜hQ¨ˆÿÿ%`•ÐR¨ˆÿÿ(àgDf˜ÐR¨ˆÿÿ%`•8T¨ˆÿÿ(ägDf˜8T¨ˆÿÿ%`•8ĺ ˆÿÿ(ègDf˜8ĺ ˆÿÿ%`•к ˆÿÿ(ìgDf˜Ðº ˆÿÿ%`•hÁº ˆÿÿ(ðgDf˜hÁº ˆÿÿ%`•Àº ˆÿÿ(ôgDf˜Àº ˆÿÿ%`• Èÿÿ(øgDf˜ Èÿÿ%`•h!Èÿÿ(ügDf˜h!Èÿÿ%`•Ð"Èÿÿ)gDf˜Ð"Èÿÿ%`•8$Èÿÿ)gDf˜8$Èÿÿ%`• %Èÿÿ)gDf˜ %Èÿÿ%`•'Èÿÿ) gDf˜'Èÿÿ%`•p(Èÿÿ)gDf˜p(Èÿÿ%`•Ø)Èÿÿ)gDf˜Ø)Èÿÿ%`•@+Èÿÿ)gDf˜@+Èÿÿ%`•¨,Èÿÿ)gDf˜¨,Èÿÿ%`•.Èÿÿ) gDf˜.Èÿÿ%`•κ ˆÿÿ)$gDf˜κ ˆÿÿ%`•¨Ìº ˆÿÿ)(gDf˜¨Ìº ˆÿÿ%`•@˺ ˆÿÿ),gDf˜@˺ ˆÿÿ%`•ØÉº ˆÿÿ)0gDf˜ØÉº ˆÿÿ%`•pȺ ˆÿÿ)4gDf˜pȺ ˆÿÿ%`•Ǻ ˆÿÿ)8gDf˜Ǻ ˆÿÿ%`• Åº ˆÿÿ)<gDf˜ Åº ˆÿÿ%`• U¨ˆÿÿ)@gDf˜ U¨ˆÿÿ%`•W¨ˆÿÿ)DgDf˜W¨ˆÿÿ%`•pX¨ˆÿÿ)HgDf˜pX¨ˆÿÿ%`•ØY¨ˆÿÿ)LgDf˜ØY¨ˆÿÿ%`•@[¨ˆÿÿ)PgDf˜@[¨ˆÿÿ%`•¨\¨ˆÿÿ)TgDf˜¨\¨ˆÿÿ%`•^¨ˆÿÿ)XgDf˜^¨ˆÿÿ%`•Έÿÿ)\gDf˜Îˆÿÿ%`•¨Ìˆÿÿ)`gDf˜¨Ìˆÿÿ%`•@ˈÿÿ)dgDf˜@ˈÿÿ%`•ØÉˆÿÿ)hgDf˜ØÉˆÿÿ%`•pȈÿÿ)lgDf˜pȈÿÿ%`•Ljÿÿ)pgDf˜Çˆÿÿ%`• Åˆÿÿ)tgDf˜ Åˆÿÿ%`•—ˆÿÿ)xgDf˜—ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ)|gDf˜'ˆÿÿ%`•—ˆÿÿ gDf˜—ˆÿÿ%`• •ˆÿÿ7ègDf˜ •ˆÿÿ%`•Ð’ˆÿÿ`ÈgDf˜Ð’ˆÿÿ%`•8”ˆÿÿ gDf˜8”ˆÿÿ%`•h‘ˆÿÿgDf˜h‘ˆÿÿ%`•Ø™ˆÿÿƒ,gDf˜Ø™ˆÿÿ%`•p˜ˆÿÿƒ4gDf˜p˜ˆÿÿ%`•ˆÿÿÑdgDf˜ˆÿÿ%`•¨œˆÿÿìlgDf˜¨œˆÿÿ%`•žˆÿÿ! gDf˜žˆÿÿ%`•@›ˆÿÿƒ<gDf˜@›ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•@›ˆÿÿ)€gDf˜@›ˆÿÿ%`•žˆÿÿ)„gDf˜žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ*„gDf˜'ˆÿÿ%`•žˆÿÿ*ˆügDf˜žˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ+„gDf˜'ˆÿÿ%`•žˆÿÿ+ˆtgDf˜žˆÿÿ%`•Ø™ˆÿÿ,¤gDf˜Ø™ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ-¤gDf˜'ˆÿÿ%`•Ø™ˆÿÿ-¨ügDf˜Ø™ˆÿÿ%`•@›ˆÿÿ/¤\gDf˜@›ˆÿÿ%`•p˜ˆÿÿ0ügDf˜p˜ˆÿÿ%`•žˆÿÿ2gDf˜žˆÿÿ%`•h‘ˆÿÿ2ügDf˜h‘ˆÿÿ%`•Ð’ˆÿÿ4gDf˜Ð’ˆÿÿ%`•8”ˆÿÿ4ügDf˜8”ˆÿÿ%`•¨œˆÿÿ6gDf˜¨œˆÿÿ%`•ˆÿÿ60gDf˜ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ78gDf˜'ˆÿÿ%`•¨œˆÿÿ{°gDf˜¨œˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿzL gDf˜ˆÿÿ%`•¨œˆÿÿ{gDf˜¨œˆÿÿ%`•¨œˆÿÿ gDf˜¨œˆÿÿ%`•¨œˆÿÿgDf˜¨œˆÿÿ%`•ˆÿÿ/øgDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ~gDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ{tgDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•ˆÿÿ!gDf˜ˆÿÿ%`•ˆÿÿ gDf˜ˆÿÿ%`•Ð’ˆÿÿ gDf˜Ð’ˆÿÿ%`•@›ˆÿÿ gDf˜@›ˆÿÿ%`•Ø™ˆÿÿ‘gDf˜Ø™ˆÿÿ%`• •ˆÿÿ˜gDf˜ •ˆÿÿ%`•@›ˆÿÿ˜ gDf˜@›ˆÿÿ%`•Ð’ˆÿÿ™ gDf˜Ð’ˆÿÿ%`•p˜ˆÿÿ gDf˜p˜ˆÿÿ%`•h‘ˆÿÿöДgDf˜h‘ˆÿÿ%`•@›ˆÿÿö„gDf˜@›ˆÿÿ%`•Ð’ˆÿÿ ügDf˜Ð’ˆÿÿ%`• •ˆÿÿ ˜gDf˜ •ˆÿÿ%`•Ø™ˆÿÿ ¬gDf˜Ø™ˆÿÿ%`•Ð’ˆÿÿ °ügDf˜Ð’ˆÿÿ%`•@›ˆÿÿ¬XgDf˜@›ˆÿÿ%`•p˜ˆÿÿõ„gDf˜p˜ˆÿÿ%`•h‘ˆÿÿo¸xgDf˜h‘ˆÿÿ%`•¨œˆÿÿù`gDf˜¨œˆÿÿ%`•ˆÿÿ÷dügDf˜ˆÿÿ%`•Ø™ˆÿÿõˆøgDf˜Ø™ˆÿÿ%`• •ˆÿÿõ€gDf˜ •ˆÿÿ%`•p˜ˆÿÿùdgDf˜p˜ˆÿÿ%`•Ð’ˆÿÿñP$gDf˜Ð’ˆÿÿ%`•@›ˆÿÿí|ÜgDf˜@›ˆÿÿ%`•žˆÿÿ gDf˜žˆÿÿ%`•ˆÿÿ  gDf˜ˆÿÿ%`•¨œˆÿÿ¡gDf˜¨œˆÿÿ%`•8”ˆÿÿ}ÐgDf˜8”ˆÿÿ%`•h‘ˆÿÿ} @gDf˜h‘ˆÿÿ%`•¨<™ˆÿÿ}0gDf˜¨<™ˆÿÿ%`•>™ˆÿÿ}Ä gDf˜>™ˆÿÿ%`•—ˆÿÿ}ÔgDf˜—ˆÿÿ%`•­ˆÿÿáìgDf˜­ˆÿÿ%`•h­ˆÿÿáðgDf˜h­ˆÿÿ%`•ЭˆÿÿâgDf˜Ð­ˆÿÿ%`•8­ˆÿÿâ8gDf˜8­ˆÿÿ%`• ­ˆÿÿâLgDf˜ ­ˆÿÿ%`•p­ˆÿÿâT(gDf˜p­ˆÿÿ%`•­ˆÿÿâHgDf˜­ˆÿÿ%`•Ø­ˆÿÿ†gDf˜Ø­ˆÿÿ%`•@­ˆÿÿ}ôgDf˜@­ˆÿÿ%`•¨­ˆÿÿ}øgDf˜¨­ˆÿÿ%`•ˆÿÿgDf˜ˆÿÿ%`•žˆÿÿ4gDf˜žˆÿÿ%`•­ˆÿÿzDgDf˜­ˆÿÿ%`•@›ˆÿÿ8¤gDf˜@›ˆÿÿ%`•Ð’ˆÿÿø gDf˜Ð’ˆÿÿ%`•p˜ˆÿÿáÈgDf˜p˜ˆÿÿ%`• •ˆÿÿáègDf˜ •ˆÿÿ%`•Ø™ˆÿÿáø gDf˜Ø™ˆÿÿ%`•°,ˆÿÿâ ,gDf˜°,ˆÿÿ%`•h±,ˆÿÿâPgDf˜h±,ˆÿÿ%`•в,ˆÿÿâ gDf˜Ð²,ˆÿÿ%`•8´,ˆÿÿ⤔gDf˜8´,ˆÿÿ%`•p¸,ˆÿÿztgDf˜p¸,ˆÿÿ%`•·,ˆÿÿzXgDf˜·,ˆÿÿ%`• µ,ˆÿÿz4gDf˜ µ,ˆÿÿ%`•@»,ˆÿÿzpgDf˜@»,ˆÿÿ%`•ع,ˆÿÿzxgDf˜Ø¹,ˆÿÿ%`•¨¼,ˆÿÿz” gDf˜¨¼,ˆÿÿ%`•¾,ˆÿÿz¸gDf˜¾,ˆÿÿ%`•`ˆÿÿz¼xgDf˜`ˆÿÿ%`•haˆÿÿÜgDf˜haˆÿÿ%`•Ðbˆÿÿã8ügDf˜Ðbˆÿÿ%`•8dˆÿÿå4gDf˜8dˆÿÿ%`• eˆÿÿå8hgDf˜ eˆÿÿ%`•gˆÿÿæ¨ügDf˜gˆÿÿ%`•phˆÿÿ褌gDf˜phˆÿÿ%`•Øiˆÿÿz„gDf˜Øiˆÿÿ%`•@kˆÿÿz€gDf˜@kˆÿÿ%`•¨lˆÿÿê0(gDf˜¨lˆÿÿ%`•nˆÿÿê\,gDf˜nˆÿÿ%`•>™ˆÿÿgDf˜>™ˆÿÿ%`•¨<™ˆÿÿgDf˜¨<™ˆÿÿ%`•8´,ˆÿÿ gDf˜8´,ˆÿÿ%`•в,ˆÿÿgDf˜Ð²,ˆÿÿ%`•h±,ˆÿÿgDf˜h±,ˆÿÿ%`•°,ˆÿÿgDf˜°,ˆÿÿ%`•P± ˆÿÿz´gDf˜P± ˆÿÿ%`•hQ± ˆÿÿ}gDf˜hQ± ˆÿÿ%`•ÐR± ˆÿÿ}ÀgDf˜ÐR± ˆÿÿ%`•8T± ˆÿÿ0gDf˜8T± ˆÿÿ%`• U± ˆÿÿƒ( gDf˜ U± ˆÿÿ%`•W± ˆÿÿƒ8gDf˜W± ˆÿÿ%`•pX± ˆÿÿgDf˜pX± ˆÿÿ%`•ØY± ˆÿÿáägDf˜ØY± ˆÿÿ%`•@[± ˆÿÿâ|gDf˜@[± ˆÿÿ%`•¨\± ˆÿÿæ gDf˜¨\± ˆÿÿ%`•^± ˆÿÿêXgDf˜^± ˆÿÿ%`•Ð"-ˆÿÿ7<gDf˜Ð"-ˆÿÿ%`•h!-ˆÿÿ7@gDf˜h!-ˆÿÿ%`•'ˆÿÿgDf˜'ˆÿÿ%`•'ˆÿÿ7DgDf˜'ˆÿÿ%`•Ð"-ˆÿÿgDf˜Ð"-ˆÿÿ%`•Ð"-ˆÿÿ gDf˜Ð"-ˆÿÿ%`•Ð"-ˆÿÿ gDf˜Ð"-ˆÿÿ%`•Ð"-ˆÿÿ gDf˜Ð"-ˆÿÿ%`•Ð"-ˆÿÿgDf˜Ð"-ˆÿÿ%`•ˆœ3ˆÿÿÿÿÿÿÿÿþnbd-3.16.2/treefiles.h0000644000175000017500000000074413115264041011424 00000000000000#ifndef NBD_TREEFILES_H #define NBD_TREEFILES_H #define TREEDIRSIZE 1024 /**< number of files per subdirectory (or subdirs per subdirectory) */ #define TREEPAGESIZE 4096 /**< tree (block) files uses those chunks */ void construct_path(char *name, int lenmax, off_t size, off_t pos, off_t *ppos); void delete_treefile(char *name, off_t size, off_t pos); void mkdir_path(char *path); int open_treefile(char *name, mode_t mode, off_t size, off_t pos, pthread_mutex_t *mutex); #endif nbd-3.16.2/nbdsrv.c0000644000175000017500000001617113115264041010734 00000000000000#include "config.h" #include "nbd-debug.h" #include #include #include #include #include #include #include #include #include #include #include #include #include #include "backend.h" #ifdef HAVE_SYS_MOUNT_H #include #endif #define LINELEN 256 /**< Size of static buffer used to read the authorization file (yuck) */ #include bool address_matches(const char* mask, const struct sockaddr* addr, GError** err) { struct addrinfo *res, *aitmp, hints; char *masksep; char privmask[strlen(mask)+1]; int masklen; int addrlen = addr->sa_family == AF_INET ? 4 : 16; assert(addr->sa_family == AF_INET || addr->sa_family == AF_INET6); strcpy(privmask, mask); memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_flags = AI_NUMERICHOST; if((masksep = strchr(privmask, '/'))) { *masksep = '\0'; masklen = strtol(++masksep, NULL, 10); } else { masklen = addrlen * 8; } int e; if((e = getaddrinfo(privmask, NULL, &hints, &res))) { g_set_error(err, NBDS_ERR, NBDS_ERR_GAI, "could not parse netmask line: %s", gai_strerror(e)); return false; } aitmp = res; while(res) { const uint8_t* byte_s; uint8_t* byte_t; uint8_t mask = 0; int len_left = masklen; if(res->ai_family != addr->sa_family) { msg(LOG_DEBUG, "client address does not match %d/%d: address family mismatch (IPv4 vs IPv6?)", (int)res->ai_family, (int)addr->sa_family); goto next; } switch(addr->sa_family) { case AF_INET: byte_s = (const uint8_t*)(&(((struct sockaddr_in*)addr)->sin_addr)); byte_t = (uint8_t*)(&(((struct sockaddr_in*)(res->ai_addr))->sin_addr)); break; case AF_INET6: byte_s = (const uint8_t*)(&(((struct sockaddr_in6*)addr)->sin6_addr)); byte_t = (uint8_t*)(&(((struct sockaddr_in6*)(res->ai_addr))->sin6_addr)); break; } while(len_left >= 8) { if(*byte_s != *byte_t) { goto next; } byte_s++; byte_t++; len_left -= 8; } if(len_left) { mask = getmaskbyte(len_left); if((*byte_s & mask) != (*byte_t & mask)) { goto next; } } freeaddrinfo(aitmp); return true; next: res = res->ai_next; } freeaddrinfo(aitmp); return false; } uint8_t getmaskbyte(int masklen) { if(masklen >= 8) { return 0xFF; } uint8_t retval = 0; for(int i = 7; i + masklen > 7; i--) { retval |= 1 << i; } return retval; } int authorized_client(CLIENT *opts) { FILE *f ; char line[LINELEN]; if (opts->server->authname == NULL) { msg(LOG_INFO, "No authorization file, granting access."); return 1; } if ((f=fopen(opts->server->authname,"r"))==NULL) { msg(LOG_INFO, "Can't open authorization file %s (%s).", opts->server->authname, strerror(errno)); return 1 ; } while (fgets(line,LINELEN,f)!=NULL) { char* pos; /* Drop comments */ if((pos = strchr(line, '#'))) { *pos = '\0'; } /* Skip whitespace */ pos = line; while((*pos) && isspace(*pos)) { pos++; } /* Skip content-free lines */ if(!(*pos)) { continue; } if(address_matches(line, (struct sockaddr*)&opts->clientaddr, NULL)) { fclose(f); return 1; } } fclose(f); return 0; } /** * duplicate server * @param s the old server we want to duplicate * @return new duplicated server **/ SERVER* dup_serve(const SERVER *const s) { SERVER *serve = NULL; serve=g_new0(SERVER, 1); if(serve == NULL) return NULL; if(s->exportname) serve->exportname = g_strdup(s->exportname); serve->expected_size = s->expected_size; if(s->listenaddr) serve->listenaddr = g_strdup(s->listenaddr); if(s->authname) serve->authname = g_strdup(s->authname); serve->flags = s->flags; serve->virtstyle = s->virtstyle; serve->cidrlen = s->cidrlen; if(s->prerun) serve->prerun = g_strdup(s->prerun); if(s->postrun) serve->postrun = g_strdup(s->postrun); if(s->transactionlog) serve->transactionlog = g_strdup(s->transactionlog); if(s->servename) serve->servename = g_strdup(s->servename); if(s->cowdir) serve->cowdir = g_strdup(s->cowdir); serve->max_connections = s->max_connections; return serve; } uint64_t size_autodetect(int fhandle) { off_t es; u64 bytes __attribute__((unused)); struct stat stat_buf; int error; #ifdef HAVE_SYS_MOUNT_H #ifdef HAVE_SYS_IOCTL_H #ifdef BLKGETSIZE64 DEBUG("looking for export size with ioctl BLKGETSIZE64\n"); if (!ioctl(fhandle, BLKGETSIZE64, &bytes) && bytes) { return bytes; } #endif /* BLKGETSIZE64 */ #endif /* HAVE_SYS_IOCTL_H */ #endif /* HAVE_SYS_MOUNT_H */ DEBUG("looking for fhandle size with fstat\n"); stat_buf.st_size = 0; error = fstat(fhandle, &stat_buf); if (!error) { /* always believe stat if a regular file as it might really * be zero length */ if (S_ISREG(stat_buf.st_mode) || (stat_buf.st_size > 0)) return (uint64_t)stat_buf.st_size; } else { DEBUG("fstat failed: %s", strerror(errno)); } DEBUG("looking for fhandle size with lseek SEEK_END\n"); es = lseek(fhandle, (off_t)0, SEEK_END); if (es > ((off_t)0)) { return (uint64_t)es; } else { DEBUG("lseek failed: %d", errno==EBADF?1:(errno==ESPIPE?2:(errno==EINVAL?3:4))); } DEBUG("Could not find size of exported block device: %s", strerror(errno)); return UINT64_MAX; } int exptrim(struct nbd_request* req, CLIENT* client) { /* Don't trim when we're read only */ if(client->server->flags & F_READONLY) { errno = EINVAL; return -1; } /* Don't trim beyond the size of the device, please */ if(req->from + req->len > client->exportsize) { errno = EINVAL; return -1; } /* For copy-on-write, we should trim on the diff file. Not yet * implemented. */ if(client->server->flags & F_COPYONWRITE) { DEBUG("TRIM not supported yet on copy-on-write exports"); return 0; } if (client->server->flags & F_TREEFILES) { /* start address of first block to be trimmed */ off_t min = ( ( req->from + TREEPAGESIZE - 1 ) / TREEPAGESIZE) * TREEPAGESIZE; /* start address of first block NOT to be trimmed */ off_t max = ( ( req->from + req->len ) / TREEPAGESIZE) * TREEPAGESIZE; while (minexportname,client->exportsize,min); min+=TREEPAGESIZE; } DEBUG("Performed TRIM request on TREE structure from %llu to %llu", (unsigned long long) req->from, (unsigned long long) req->len); return 0; } FILE_INFO cur = g_array_index(client->export, FILE_INFO, 0); FILE_INFO next; int i = 1; do { if(iexport->len) { next = g_array_index(client->export, FILE_INFO, i); } else { next.fhandle = -1; next.startoff = client->exportsize; } if(cur.startoff <= req->from && next.startoff - cur.startoff >= req->len) { off_t reqoff = req->from - cur.startoff; off_t curlen = next.startoff - reqoff; off_t reqlen = curlen - reqoff > req->len ? req->len : curlen - reqoff; punch_hole(cur.fhandle, reqoff, reqlen); } cur = next; i++; } while(i < client->export->len && cur.startoff < (req->from + req->len)); DEBUG("Performed TRIM request from %llu to %llu", (unsigned long long) req->from, (unsigned long long) req->len); return 0; } nbd-3.16.2/make-integrityhuge.c0000644000175000017500000000407612260327652013251 00000000000000/* * make-integrityhuge * * Make a file to test oversize writes */ #include #include #include #include #include #include #include #include "config.h" #include "cliserv.h" #include "nbd.h" const uint64_t filesize=50*1000*1000; const uint64_t transactions = 250; static inline void dowrite(int f, void *buf, size_t len) { ssize_t res; while(len>0) { if((res=write(f, buf, len)) <=0) { perror ("Error writing transactions"); exit(1); } len-=res; buf+=res; } } static inline uint64_t getrandomuint64() { uint64_t r=0; int i; /* RAND_MAX may be as low as 2^15 */ for (i= 1 ; i<=5; i++) r ^= random() ^ (r << 15); return r; } int main(int argc, char**argv) { struct nbd_request req; struct nbd_reply rep; uint64_t handle; int writefd = 1; /*stdout*/ req.magic = htonl(NBD_REQUEST_MAGIC); rep.magic = htonl(NBD_REPLY_MAGIC); rep.error = 0; for (handle = 0; handle < transactions; handle++) { uint64_t offset; uint64_t length; uint64_t flags; uint32_t command; /* make the length between 0x400 and the length of the disk -08x800, with all * the bottom bits clear */ length = ((getrandomuint64() % (filesize-0x800)) & ~((uint64_t)0x3ff)) + 0x400; /* generate an offset that will fit the length */ offset = (getrandomuint64() % (filesize-length)) & ~((uint64_t)0x3ff); flags = getrandomuint64(); command = (flags & 0x01)?NBD_CMD_READ:NBD_CMD_WRITE; if (!(flags & 0x0f)) command = NBD_CMD_FLAG_FUA | NBD_CMD_WRITE; if (!(flags & 0xf0)) { offset = 0; length = 0; command = NBD_CMD_FLUSH; } *(uint64_t *)(req.handle) = htonll(handle); *(uint64_t *)(rep.handle) = htonll(handle); req.type = htonl(command); req.from = htonll(offset); req.len = htonl(length); dowrite(writefd, &req, sizeof(req)); dowrite(writefd, &rep, sizeof(rep)); } req.type = htonl(NBD_CMD_DISC); req.from = 0; req.len = 0; dowrite(writefd, &req, sizeof(req)); return 0; } nbd-3.16.2/config.sub0000755000175000017500000010676313155614450011273 00000000000000#! /bin/sh # Configuration validation subroutine script. # Copyright 1992-2016 Free Software Foundation, Inc. timestamp='2016-11-04' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. # If it is invalid, we print an error message on stderr and exit with code 1. # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases # that are meaningful with *any* GNU software. # Each package is responsible for reporting which valid configurations # it does not support. The user should be able to distinguish # a failure to support a valid configuration from a meaningless # configuration. # The goal of this file is to map all the various variations of a given # machine specification into a single specification in the form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM # or in some cases, the newer four-part form: # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. me=`echo "$0" | sed -e 's,.*/,,'` usage="\ Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS Canonicalize a configuration name. Operation modes: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit Report bugs and patches to ." version="\ GNU config.sub ($timestamp) Copyright 1992-2016 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." help=" Try \`$me --help' for more information." # Parse command line while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) echo "$timestamp" ; exit ;; --version | -v ) echo "$version" ; exit ;; --help | --h* | -h ) echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. break ;; -* ) echo "$me: invalid option $1$help" exit 1 ;; *local*) # First pass through any local machine types. echo $1 exit ;; * ) break ;; esac done case $# in 0) echo "$me: missing argument$help" >&2 exit 1;; 1) ;; *) echo "$me: too many arguments$help" >&2 exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ kopensolaris*-gnu* | cloudabi*-eabi* | \ storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; android-linux) os=-linux-android basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown ;; *) basic_machine=`echo $1 | sed 's/-[^-]*$//'` if [ $basic_machine != $1 ] then os=`echo $1 | sed 's/.*-/-/'` else os=; fi ;; esac ### Let's recognize common machines as not being operating systems so ### that things like config.sub decstation-3100 work. We also ### recognize some manufacturers as not being operating systems, so we ### can provide default operating systems below. case $os in -sun*os*) # Prevent following clause from handling this invalid input. ;; -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ -apple | -axis | -knuth | -cray | -microblaze*) os= basic_machine=$1 ;; -bluegene*) os=-cnk ;; -sim | -cisco | -oki | -wec | -winbond) os= basic_machine=$1 ;; -scout) ;; -wrs) os=-vxworks basic_machine=$1 ;; -chorusos*) os=-chorusos basic_machine=$1 ;; -chorusrdb) os=-chorusrdb basic_machine=$1 ;; -hiux*) os=-hiuxwe2 ;; -sco6) os=-sco5v6 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco4) os=-sco3.2v4 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2.[4-9]*) os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco3.2v[4-9]*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco5v6*) # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -udk*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -isc) os=-isc2.2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -clix*) basic_machine=clipper-intergraph ;; -isc*) basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; -lynx*178) os=-lynxos178 ;; -lynx*5) os=-lynxos5 ;; -lynx*) os=-lynxos ;; -ptx*) basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` ;; -windowsnt*) os=`echo $os | sed -e 's/windowsnt/winnt/'` ;; -psos*) os=-psos ;; -mint | -mint[0-9]*) basic_machine=m68k-atari os=-mint ;; esac # Decode aliases for certain CPU-COMPANY combinations. case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. 1750a | 580 \ | a29k \ | aarch64 | aarch64_be \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ | ba \ | be32 | be64 \ | bfin \ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | e2k | epiphany \ | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ | ip2k | iq2000 \ | k1om \ | le32 | le64 \ | lm32 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ | mips64r5900 | mips64r5900el \ | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ | mipsisa32r2 | mipsisa32r2el \ | mipsisa32r6 | mipsisa32r6el \ | mipsisa64 | mipsisa64el \ | mipsisa64r2 | mipsisa64r2el \ | mipsisa64r6 | mipsisa64r6el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipsr5900 | mipsr5900el \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ | moxie \ | mt \ | msp430 \ | nds32 | nds32le | nds32be \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pru \ | pyramid \ | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ | spu \ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) basic_machine=$basic_machine-unknown ;; c54x) basic_machine=tic54x-unknown ;; c55x) basic_machine=tic55x-unknown ;; c6x) basic_machine=tic6x-unknown ;; leon|leon[3-9]) basic_machine=sparc-$basic_machine ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; ms1) basic_machine=mt-unknown ;; strongarm | thumb | xscale) basic_machine=arm-unknown ;; xgate) basic_machine=$basic_machine-unknown os=-none ;; xscaleeb) basic_machine=armeb-unknown ;; xscaleel) basic_machine=armel-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. *-*-*) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; # Recognize the basic CPU types with company name. 580-* \ | a29k-* \ | aarch64-* | aarch64_be-* \ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* \ | c8051-* | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | e2k-* | elxsi-* \ | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | hexagon-* \ | i*86-* | i860-* | i960-* | ia64-* \ | ip2k-* | iq2000-* \ | k1om-* \ | le32-* | le64-* \ | lm32-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | microblaze-* | microblazeel-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ | mips64r5900-* | mips64r5900el-* \ | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa32r6-* | mipsisa32r6el-* \ | mipsisa64-* | mipsisa64el-* \ | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64r6-* | mipsisa64r6el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ | mipsr5900-* | mipsr5900el-* \ | mipstx39-* | mipstx39el-* \ | mmix-* \ | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | or1k*-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ | pru-* \ | pyramid-* \ | riscv32-* | riscv64-* \ | rl78-* | romp-* | rs6000-* | rx-* \ | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ | tahoe-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ | tile*-* \ | tron-* \ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-* | z80-*) ;; # Recognize the basic CPU types without company name, with glob match. xtensa*) basic_machine=$basic_machine-unknown ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) basic_machine=i386-unknown os=-bsd ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; 3b*) basic_machine=we32k-att ;; a29khif) basic_machine=a29k-amd os=-udi ;; abacus) basic_machine=abacus-unknown ;; adobe68k) basic_machine=m68010-adobe os=-scout ;; alliant | fx80) basic_machine=fx80-alliant ;; altos | altos3068) basic_machine=m68k-altos ;; am29k) basic_machine=a29k-none os=-bsd ;; amd64) basic_machine=x86_64-pc ;; amd64-*) basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) basic_machine=m68k-unknown ;; amigaos | amigados) basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) basic_machine=m68k-unknown os=-sysv4 ;; apollo68) basic_machine=m68k-apollo os=-sysv ;; apollo68bsd) basic_machine=m68k-apollo os=-bsd ;; aros) basic_machine=i386-pc os=-aros ;; asmjs) basic_machine=asmjs-unknown ;; aux) basic_machine=m68k-apple os=-aux ;; balance) basic_machine=ns32k-sequent os=-dynix ;; blackfin) basic_machine=bfin-unknown os=-linux ;; blackfin-*) basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; bluegene*) basic_machine=powerpc-ibm os=-cnk ;; c54x-*) basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c55x-*) basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c6x-*) basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` ;; c90) basic_machine=c90-cray os=-unicos ;; cegcc) basic_machine=arm-unknown os=-cegcc ;; convex-c1) basic_machine=c1-convex os=-bsd ;; convex-c2) basic_machine=c2-convex os=-bsd ;; convex-c32) basic_machine=c32-convex os=-bsd ;; convex-c34) basic_machine=c34-convex os=-bsd ;; convex-c38) basic_machine=c38-convex os=-bsd ;; cray | j90) basic_machine=j90-cray os=-unicos ;; craynv) basic_machine=craynv-cray os=-unicosmp ;; cr16 | cr16-*) basic_machine=cr16-unknown os=-elf ;; crds | unos) basic_machine=m68k-crds ;; crisv32 | crisv32-* | etraxfs*) basic_machine=crisv32-axis ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; crx) basic_machine=crx-unknown os=-elf ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; decsystem10* | dec10*) basic_machine=pdp10-dec os=-tops10 ;; decsystem20* | dec20*) basic_machine=pdp10-dec os=-tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola ;; delta88) basic_machine=m88k-motorola os=-sysv3 ;; dicos) basic_machine=i686-pc os=-dicos ;; djgpp) basic_machine=i586-pc os=-msdosdjgpp ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx ;; dpx2* | dpx2*-bull) basic_machine=m68k-bull os=-sysv3 ;; e500v[12]) basic_machine=powerpc-unknown os=$os"spe" ;; e500v[12]-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` os=$os"spe" ;; ebmon29k) basic_machine=a29k-amd os=-ebmon ;; elxsi) basic_machine=elxsi-elxsi os=-bsd ;; encore | umax | mmax) basic_machine=ns32k-encore ;; es1800 | OSE68k | ose68k | ose | OSE) basic_machine=m68k-ericsson os=-ose ;; fx2800) basic_machine=i860-alliant ;; genix) basic_machine=ns32k-ns ;; gmicro) basic_machine=tron-gmicro os=-sysv ;; go32) basic_machine=i386-pc os=-go32 ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; h8300hms) basic_machine=h8300-hitachi os=-hms ;; h8300xray) basic_machine=h8300-hitachi os=-xray ;; h8500hms) basic_machine=h8500-hitachi os=-hms ;; harris) basic_machine=m88k-harris os=-sysv3 ;; hp300-*) basic_machine=m68k-hp ;; hp300bsd) basic_machine=m68k-hp os=-bsd ;; hp300hpux) basic_machine=m68k-hp os=-hpux ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) basic_machine=m68000-hp ;; hp9k3[2-9][0-9]) basic_machine=m68k-hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) basic_machine=hppa1.0-hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) basic_machine=hppa1.1-hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp basic_machine=hppa1.1-hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) basic_machine=hppa1.1-hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) basic_machine=hppa1.0-hp ;; hppa-next) os=-nextstep3 ;; hppaosf) basic_machine=hppa1.1-hp os=-osf ;; hppro) basic_machine=hppa1.1-hp os=-proelf ;; i370-ibm* | ibm*) basic_machine=i370-ibm ;; i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; i386mach) basic_machine=i386-mach os=-mach ;; i386-vsta | vsta) basic_machine=i386-unknown os=-vsta ;; iris | iris4d) basic_machine=mips-sgi case $os in -irix*) ;; *) os=-irix4 ;; esac ;; isi68 | isi) basic_machine=m68k-isi os=-sysv ;; leon-*|leon[3-9]-*) basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` ;; m68knommu) basic_machine=m68k-unknown os=-linux ;; m68knommu-*) basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; m88k-omron*) basic_machine=m88k-omron ;; magnum | m3230) basic_machine=mips-mips os=-sysv ;; merlin) basic_machine=ns32k-utek os=-sysv ;; microblaze*) basic_machine=microblaze-xilinx ;; mingw64) basic_machine=x86_64-pc os=-mingw64 ;; mingw32) basic_machine=i686-pc os=-mingw32 ;; mingw32ce) basic_machine=arm-unknown os=-mingw32ce ;; miniframe) basic_machine=m68000-convergent ;; *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) basic_machine=m68k-atari os=-mint ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; monitor) basic_machine=m68k-rom68k os=-coff ;; morphos) basic_machine=powerpc-unknown os=-morphos ;; moxiebox) basic_machine=moxie-unknown os=-moxiebox ;; msdos) basic_machine=i386-pc os=-msdos ;; ms1-*) basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` ;; msys) basic_machine=i686-pc os=-msys ;; mvs) basic_machine=i370-ibm os=-mvs ;; nacl) basic_machine=le32-unknown os=-nacl ;; ncr3000) basic_machine=i486-ncr os=-sysv4 ;; netbsd386) basic_machine=i386-unknown os=-netbsd ;; netwinder) basic_machine=armv4l-rebel os=-linux ;; news | news700 | news800 | news900) basic_machine=m68k-sony os=-newsos ;; news1000) basic_machine=m68030-sony os=-newsos ;; news-3600 | risc-news) basic_machine=mips-sony os=-newsos ;; necv70) basic_machine=v70-nec os=-sysv ;; next | m*-next ) basic_machine=m68k-next case $os in -nextstep* ) ;; -ns2*) os=-nextstep2 ;; *) os=-nextstep3 ;; esac ;; nh3000) basic_machine=m68k-harris os=-cxux ;; nh[45]000) basic_machine=m88k-harris os=-cxux ;; nindy960) basic_machine=i960-intel os=-nindy ;; mon960) basic_machine=i960-intel os=-mon960 ;; nonstopux) basic_machine=mips-compaq os=-nonstopux ;; np1) basic_machine=np1-gould ;; neo-tandem) basic_machine=neo-tandem ;; nse-tandem) basic_machine=nse-tandem ;; nsr-tandem) basic_machine=nsr-tandem ;; op50n-* | op60c-*) basic_machine=hppa1.1-oki os=-proelf ;; openrisc | openrisc-*) basic_machine=or32-unknown ;; os400) basic_machine=powerpc-ibm os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose ;; os68k) basic_machine=m68k-none os=-os68k ;; pa-hitachi) basic_machine=hppa1.1-hitachi os=-hiuxwe2 ;; paragon) basic_machine=i860-intel os=-osf ;; parisc) basic_machine=hppa-unknown os=-linux ;; parisc-*) basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` os=-linux ;; pbd) basic_machine=sparc-tti ;; pbb) basic_machine=m68k-tti ;; pc532 | pc532-*) basic_machine=ns32k-pc532 ;; pc98) basic_machine=i386-pc ;; pc98-*) basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; pentium4) basic_machine=i786-pc ;; pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumpro-* | p6-* | 6x86-* | athlon-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; power) basic_machine=power-ibm ;; ppc | ppcbe) basic_machine=powerpc-unknown ;; ppc-* | ppcbe-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle) basic_machine=powerpcle-unknown ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64) basic_machine=powerpc64-unknown ;; ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppc64le | powerpc64little) basic_machine=powerpc64le-unknown ;; ppc64le-* | powerpc64little-*) basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ps2) basic_machine=i386-ibm ;; pw32) basic_machine=i586-unknown os=-pw32 ;; rdos | rdos64) basic_machine=x86_64-pc os=-rdos ;; rdos32) basic_machine=i386-pc os=-rdos ;; rom68k) basic_machine=m68k-rom68k os=-coff ;; rm[46]00) basic_machine=mips-siemens ;; rtpc | rtpc-*) basic_machine=romp-ibm ;; s390 | s390-*) basic_machine=s390-ibm ;; s390x | s390x-*) basic_machine=s390x-ibm ;; sa29200) basic_machine=a29k-amd os=-udi ;; sb1) basic_machine=mipsisa64sb1-unknown ;; sb1el) basic_machine=mipsisa64sb1el-unknown ;; sde) basic_machine=mipsisa32-sde os=-elf ;; sei) basic_machine=mips-sei os=-seiux ;; sequent) basic_machine=i386-sequent ;; sh) basic_machine=sh-hitachi os=-hms ;; sh5el) basic_machine=sh5le-unknown ;; sh64) basic_machine=sh64-unknown ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; sps7) basic_machine=m68k-bull os=-sysv2 ;; spur) basic_machine=spur-unknown ;; st2000) basic_machine=m68k-tandem ;; stratus) basic_machine=i860-stratus os=-sysv4 ;; strongarm-* | thumb-*) basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'` ;; sun2) basic_machine=m68000-sun ;; sun2os3) basic_machine=m68000-sun os=-sunos3 ;; sun2os4) basic_machine=m68000-sun os=-sunos4 ;; sun3os3) basic_machine=m68k-sun os=-sunos3 ;; sun3os4) basic_machine=m68k-sun os=-sunos4 ;; sun4os3) basic_machine=sparc-sun os=-sunos3 ;; sun4os4) basic_machine=sparc-sun os=-sunos4 ;; sun4sol2) basic_machine=sparc-sun os=-solaris2 ;; sun3 | sun3-*) basic_machine=m68k-sun ;; sun4) basic_machine=sparc-sun ;; sun386 | sun386i | roadrunner) basic_machine=i386-sun ;; sv1) basic_machine=sv1-cray os=-unicos ;; symmetry) basic_machine=i386-sequent os=-dynix ;; t3e) basic_machine=alphaev5-cray os=-unicos ;; t90) basic_machine=t90-cray os=-unicos ;; tile*) basic_machine=$basic_machine-unknown os=-linux-gnu ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; toad1) basic_machine=pdp10-xkl os=-tops20 ;; tower | tower-32) basic_machine=m68k-ncr ;; tpf) basic_machine=s390x-ibm os=-tpf ;; udi29k) basic_machine=a29k-amd os=-udi ;; ultra3) basic_machine=a29k-nyu os=-sym1 ;; v810 | necv810) basic_machine=v810-nec os=-none ;; vaxv) basic_machine=vax-dec os=-sysv ;; vms) basic_machine=vax-dec os=-vms ;; vpp*|vx|vx-*) basic_machine=f301-fujitsu ;; vxworks960) basic_machine=i960-wrs os=-vxworks ;; vxworks68) basic_machine=m68k-wrs os=-vxworks ;; vxworks29k) basic_machine=a29k-wrs os=-vxworks ;; w65*) basic_machine=w65-wdc os=-none ;; w89k-*) basic_machine=hppa1.1-winbond os=-proelf ;; xbox) basic_machine=i686-pc os=-mingw32 ;; xps | xps100) basic_machine=xps100-honeywell ;; xscale-* | xscalee[bl]-*) basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'` ;; ymp) basic_machine=ymp-cray os=-unicos ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim ;; z80-*-coff) basic_machine=z80-unknown os=-sim ;; none) basic_machine=none-none os=-none ;; # Here we handle the default manufacturer of certain CPU types. It is in # some cases the only manufacturer, in others, it is the most popular. w89k) basic_machine=hppa1.1-winbond ;; op50n) basic_machine=hppa1.1-oki ;; op60c) basic_machine=hppa1.1-oki ;; romp) basic_machine=romp-ibm ;; mmix) basic_machine=mmix-knuth ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; pdp10) # there are many clones, so DEC is not a safe bet basic_machine=pdp10-unknown ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; sh[1234] | sh[24]a | sh[24]aeb | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) basic_machine=cydra-cydrome ;; orion) basic_machine=orion-highlevel ;; orion105) basic_machine=clipper-highlevel ;; mac | mpw | mac-mpw) basic_machine=m68k-apple ;; pmac | pmac-mpw) basic_machine=powerpc-apple ;; *-unknown) # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 ;; esac # Here we canonicalize certain aliases for manufacturers. case $basic_machine in *-digital*) basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` ;; *-commodore*) basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` ;; *) ;; esac # Decode manufacturer-specific aliases for certain operating systems. if [ x"$os" != x"" ] then case $os in # First match some system type aliases # that might get confused with valid system types. # -solaris* is a basic system type, with this one exception. -auroraux) os=-auroraux ;; -solaris1 | -solaris1.*) os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; -solaris) os=-solaris2 ;; -svr4*) os=-sysv4 ;; -unixware*) os=-sysv4.2uw ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; # First accept the basic system types. # The portable systems comes first. # Each alternative MUST END IN A *, to match a version number. # -sysv* is not here because it comes later, after sysvr4. -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ | -sym* | -kopensolaris* | -plan9* \ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ | -aos* | -aros* | -cloudabi* | -sortix* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ | -chorusos* | -chorusrdb* | -cegcc* \ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ | -onefs* | -tirtos* | -phoenix* | -fuchsia*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; -nto-qnx*) ;; -nto*) os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; -linux-dietlibc) os=-linux-dietlibc ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'` ;; -sunos6*) os=`echo $os | sed -e 's|sunos6|solaris3|'` ;; -opened*) os=-openedition ;; -os400*) os=-os400 ;; -wince*) os=-wince ;; -osfrose*) os=-osfrose ;; -osf*) os=-osf ;; -utek*) os=-bsd ;; -dynix*) os=-bsd ;; -acis*) os=-aos ;; -atheos*) os=-atheos ;; -syllable*) os=-syllable ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; -nova*) os=-rtmk-nova ;; -ns2 ) os=-nextstep2 ;; -nsk*) os=-nsk ;; # Preserve the version number of sinix5. -sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; -sinix*) os=-sysv4 ;; -tpf*) os=-tpf ;; -triton*) os=-sysv3 ;; -oss*) os=-sysv3 ;; -svr4) os=-sysv4 ;; -svr3) os=-sysv3 ;; -sysvr4) os=-sysv4 ;; # This must come after -sysvr4. -sysv*) ;; -ose*) os=-ose ;; -es1800*) os=-ose ;; -xenix) os=-xenix ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; -aros*) os=-aros ;; -zvmoe) os=-zvmoe ;; -dicos*) os=-dicos ;; -nacl*) ;; -ios) ;; -none) ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $os | sed 's/[^-]*-//'` echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 exit 1 ;; esac else # Here we handle the default operating systems that come with various machines. # The value should be what the vendor currently ships out the door with their # machine or put another way, the most popular os provided with the machine. # Note that if you're going to try to match "-MANUFACTURER" here (say, # "-sun"), then you have to tell the case statement up towards the top # that MANUFACTURER isn't an operating system. Otherwise, code above # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. case $basic_machine in score-*) os=-elf ;; spu-*) os=-elf ;; *-acorn) os=-riscix1.2 ;; arm*-rebel) os=-linux ;; arm*-semi) os=-aout ;; c4x-* | tic4x-*) os=-coff ;; c8051-*) os=-elf ;; hexagon-*) os=-elf ;; tic54x-*) os=-coff ;; tic55x-*) os=-coff ;; tic6x-*) os=-coff ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 ;; pdp11-*) os=-none ;; *-dec | vax-*) os=-ultrix4.2 ;; m68*-apollo) os=-domain ;; i386-sun) os=-sunos4.0.2 ;; m68000-sun) os=-sunos3 ;; m68*-cisco) os=-aout ;; mep-*) os=-elf ;; mips*-cisco) os=-elf ;; mips*-*) os=-elf ;; or32-*) os=-coff ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; sparc-* | *-sun) os=-sunos4.1.1 ;; *-be) os=-beos ;; *-haiku) os=-haiku ;; *-ibm) os=-aix ;; *-knuth) os=-mmixware ;; *-wec) os=-proelf ;; *-winbond) os=-proelf ;; *-oki) os=-proelf ;; *-hp) os=-hpux ;; *-hitachi) os=-hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) os=-sysv ;; *-cbm) os=-amigaos ;; *-dg) os=-dgux ;; *-dolphin) os=-sysv3 ;; m68k-ccur) os=-rtu ;; m88k-omron*) os=-luna ;; *-next ) os=-nextstep ;; *-sequent) os=-ptx ;; *-crds) os=-unos ;; *-ns) os=-genix ;; i370-*) os=-mvs ;; *-next) os=-nextstep3 ;; *-gould) os=-sysv ;; *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; *-sgi) os=-irix ;; *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) os=-coff ;; *-*bug) os=-coff ;; *-apple) os=-macos ;; *-atari*) os=-mint ;; *) os=-none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. vendor=unknown case $basic_machine in *-unknown) case $os in -riscix*) vendor=acorn ;; -sunos*) vendor=sun ;; -cnk*|-aix*) vendor=ibm ;; -beos*) vendor=be ;; -hpux*) vendor=hp ;; -mpeix*) vendor=hp ;; -hiux*) vendor=hitachi ;; -unos*) vendor=crds ;; -dgux*) vendor=dg ;; -luna*) vendor=omron ;; -genix*) vendor=ns ;; -mvs* | -opened*) vendor=ibm ;; -os400*) vendor=ibm ;; -ptx*) vendor=sequent ;; -tpf*) vendor=ibm ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) vendor=apple ;; -hms*) vendor=hitachi ;; -mpw* | -macos*) vendor=apple ;; -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; -vos*) vendor=stratus ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" # End: nbd-3.16.2/depcomp0000755000175000017500000005601713155614450010661 00000000000000#! /bin/sh # depcomp - compile a program generating dependencies as side-effects scriptversion=2016-01-11.22; # UTC # Copyright (C) 1999-2017 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. # Originally written by Alexandre Oliva . case $1 in '') echo "$0: No command. Try '$0 --help' for more information." 1>&2 exit 1; ;; -h | --h*) cat <<\EOF Usage: depcomp [--help] [--version] PROGRAM [ARGS] Run PROGRAMS ARGS to compile a file, generating dependencies as side-effects. Environment variables: depmode Dependency tracking mode. source Source file read by 'PROGRAMS ARGS'. object Object file output by 'PROGRAMS ARGS'. DEPDIR directory where to store dependencies. depfile Dependency file to output. tmpdepfile Temporary file to use when outputting dependencies. libtool Whether libtool is used (yes/no). Report bugs to . EOF exit $? ;; -v | --v*) echo "depcomp $scriptversion" exit $? ;; esac # Get the directory component of the given path, and save it in the # global variables '$dir'. Note that this directory component will # be either empty or ending with a '/' character. This is deliberate. set_dir_from () { case $1 in */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; *) dir=;; esac } # Get the suffix-stripped basename of the given path, and save it the # global variable '$base'. set_base_from () { base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` } # If no dependency file was actually created by the compiler invocation, # we still have to create a dummy depfile, to avoid errors with the # Makefile "include basename.Plo" scheme. make_dummy_depfile () { echo "#dummy" > "$depfile" } # Factor out some common post-processing of the generated depfile. # Requires the auxiliary global variable '$tmpdepfile' to be set. aix_post_process_depfile () { # If the compiler actually managed to produce a dependency file, # post-process it. if test -f "$tmpdepfile"; then # Each line is of the form 'foo.o: dependency.h'. # Do two passes, one to just change these to # $object: dependency.h # and one to simply output # dependency.h: # which is needed to avoid the deleted-header problem. { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" } > "$depfile" rm -f "$tmpdepfile" else make_dummy_depfile fi } # A tabulation character. tab=' ' # A newline character. nl=' ' # Character ranges might be problematic outside the C locale. # These definitions help. upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ lower=abcdefghijklmnopqrstuvwxyz digits=0123456789 alpha=${upper}${lower} if test -z "$depmode" || test -z "$source" || test -z "$object"; then echo "depcomp: Variables source, object and depmode must be set" 1>&2 exit 1 fi # Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. depfile=${depfile-`echo "$object" | sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} rm -f "$tmpdepfile" # Avoid interferences from the environment. gccflag= dashmflag= # Some modes work just like other modes, but use different flags. We # parameterize here, but still list the modes in the big case below, # to make depend.m4 easier to write. Note that we *cannot* use a case # here, because this file can only contain one case statement. if test "$depmode" = hp; then # HP compiler uses -M and no extra arg. gccflag=-M depmode=gcc fi if test "$depmode" = dashXmstdout; then # This is just like dashmstdout with a different argument. dashmflag=-xM depmode=dashmstdout fi cygpath_u="cygpath -u -f -" if test "$depmode" = msvcmsys; then # This is just like msvisualcpp but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvisualcpp fi if test "$depmode" = msvc7msys; then # This is just like msvc7 but w/o cygpath translation. # Just convert the backslash-escaped backslashes to single forward # slashes to satisfy depend.m4 cygpath_u='sed s,\\\\,/,g' depmode=msvc7 fi if test "$depmode" = xlc; then # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. gccflag=-qmakedep=gcc,-MF depmode=gcc fi case "$depmode" in gcc3) ## gcc 3 implements dependency tracking that does exactly what ## we want. Yay! Note: for some reason libtool 1.4 doesn't like ## it if -MD -MP comes after the -MF stuff. Hmm. ## Unfortunately, FreeBSD c89 acceptance of flags depends upon ## the command line argument order; so add the flags where they ## appear in depend2.am. Note that the slowdown incurred here ## affects only configure: in makefiles, %FASTDEP% shortcuts this. for arg do case $arg in -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; *) set fnord "$@" "$arg" ;; esac shift # fnord shift # $arg done "$@" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi mv "$tmpdepfile" "$depfile" ;; gcc) ## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. ## (see the conditional assignment to $gccflag above). ## There are various ways to get dependency output from gcc. Here's ## why we pick this rather obscure method: ## - Don't want to use -MD because we'd like the dependencies to end ## up in a subdir. Having to rename by hand is ugly. ## (We might end up doing this anyway to support other compilers.) ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like ## -MM, not -M (despite what the docs say). Also, it might not be ## supported by the other compilers which use the 'gcc' depmode. ## - Using -M directly means running the compiler twice (even worse ## than renaming). if test -z "$gccflag"; then gccflag=-MD, fi "$@" -Wp,"$gccflag$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The second -e expression handles DOS-style file names with drive # letters. sed -e 's/^[^:]*: / /' \ -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" ## This next piece of magic avoids the "deleted header file" problem. ## The problem is that when a header file which appears in a .P file ## is deleted, the dependency causes make to die (because there is ## typically no way to rebuild the header). We avoid this by adding ## dummy dependencies for each header file. Too bad gcc doesn't do ## this for us directly. ## Some versions of gcc put a space before the ':'. On the theory ## that the space means something, we add a space to the output as ## well. hp depmode also adds that space, but also prefixes the VPATH ## to the object. Take care to not repeat it in the output. ## Some versions of the HPUX 10.20 sed can't process this invocation ## correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; sgi) if test "$libtool" = yes; then "$@" "-Wp,-MDupdate,$tmpdepfile" else "$@" -MDupdate "$tmpdepfile" fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files echo "$object : \\" > "$depfile" # Clip off the initial element (the dependent). Don't try to be # clever and replace this with sed code, as IRIX sed won't handle # lines with more than a fixed number of characters (4096 in # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; # the IRIX cc adds comments like '#:fec' to the end of the # dependency line. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ | tr "$nl" ' ' >> "$depfile" echo >> "$depfile" # The second pass generates a dummy entry for each header file. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" ;; xlc) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; aix) # The C for AIX Compiler uses -M and outputs the dependencies # in a .u file. In older versions, this file always lives in the # current directory. Also, the AIX compiler puts '$object:' at the # start of each line; $object doesn't have directory information. # Version 6 uses the directory in both cases. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.u tmpdepfile2=$base.u tmpdepfile3=$dir.libs/$base.u "$@" -Wc,-M else tmpdepfile1=$dir$base.u tmpdepfile2=$dir$base.u tmpdepfile3=$dir$base.u "$@" -M fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done aix_post_process_depfile ;; tcc) # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 # FIXME: That version still under development at the moment of writing. # Make that this statement remains true also for stable, released # versions. # It will wrap lines (doesn't matter whether long or short) with a # trailing '\', as in: # # foo.o : \ # foo.c \ # foo.h \ # # It will put a trailing '\' even on the last line, and will use leading # spaces rather than leading tabs (at least since its commit 0394caf7 # "Emit spaces for -MD"). "$@" -MD -MF "$tmpdepfile" stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. # We have to change lines of the first kind to '$object: \'. sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" # And for each line of the second kind, we have to emit a 'dep.h:' # dummy dependency, to avoid the deleted-header problem. sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" rm -f "$tmpdepfile" ;; ## The order of this option in the case statement is important, since the ## shell code in configure will try each of these formats in the order ## listed in this file. A plain '-MD' option would be understood by many ## compilers, so we must ensure this comes after the gcc and icc options. pgcc) # Portland's C compiler understands '-MD'. # Will always output deps to 'file.d' where file is the root name of the # source file under compilation, even if file resides in a subdirectory. # The object file name does not affect the name of the '.d' file. # pgcc 10.2 will output # foo.o: sub/foo.c sub/foo.h # and will wrap long lines using '\' : # foo.o: sub/foo.c ... \ # sub/foo.h ... \ # ... set_dir_from "$object" # Use the source, not the object, to determine the base name, since # that's sadly what pgcc will do too. set_base_from "$source" tmpdepfile=$base.d # For projects that build the same source file twice into different object # files, the pgcc approach of using the *source* file root name can cause # problems in parallel builds. Use a locking strategy to avoid stomping on # the same $tmpdepfile. lockdir=$base.d-lock trap " echo '$0: caught signal, cleaning up...' >&2 rmdir '$lockdir' exit 1 " 1 2 13 15 numtries=100 i=$numtries while test $i -gt 0; do # mkdir is a portable test-and-set. if mkdir "$lockdir" 2>/dev/null; then # This process acquired the lock. "$@" -MD stat=$? # Release the lock. rmdir "$lockdir" break else # If the lock is being held by a different process, wait # until the winning process is done or we timeout. while test -d "$lockdir" && test $i -gt 0; do sleep 1 i=`expr $i - 1` done fi i=`expr $i - 1` done trap - 1 2 13 15 if test $i -le 0; then echo "$0: failed to acquire lock after $numtries attempts" >&2 echo "$0: check lockdir '$lockdir'" >&2 exit 1 fi if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" # Each line is of the form `foo.o: dependent.h', # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. # Do two passes, one to just change these to # `$object: dependent.h' and one to simply `dependent.h:'. sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this invocation # correctly. Breaking it into two sed invocations is a workaround. sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; hp2) # The "hp" stanza above does not work with aCC (C++) and HP's ia64 # compilers, which have integrated preprocessors. The correct option # to use with these is +Maked; it writes dependencies to a file named # 'foo.d', which lands next to the object file, wherever that # happens to be. # Much of this is similar to the tru64 case; see comments there. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then tmpdepfile1=$dir$base.d tmpdepfile2=$dir.libs/$base.d "$@" -Wc,+Maked else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d "$@" +Maked fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" do test -f "$tmpdepfile" && break done if test -f "$tmpdepfile"; then sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" # Add 'dependent.h:' lines. sed -ne '2,${ s/^ *// s/ \\*$// s/$/:/ p }' "$tmpdepfile" >> "$depfile" else make_dummy_depfile fi rm -f "$tmpdepfile" "$tmpdepfile2" ;; tru64) # The Tru64 compiler uses -MD to generate dependencies as a side # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put # dependencies in 'foo.d' instead, so we check for that too. # Subdirectories are respected. set_dir_from "$object" set_base_from "$object" if test "$libtool" = yes; then # Libtool generates 2 separate objects for the 2 libraries. These # two compilations output dependencies in $dir.libs/$base.o.d and # in $dir$base.o.d. We have to check for both files, because # one of the two compilations can be disabled. We should prefer # $dir$base.o.d over $dir.libs/$base.o.d because the latter is # automatically cleaned when .libs/ is deleted, while ignoring # the former would cause a distcleancheck panic. tmpdepfile1=$dir$base.o.d # libtool 1.5 tmpdepfile2=$dir.libs/$base.o.d # Likewise. tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 "$@" -Wc,-MD else tmpdepfile1=$dir$base.d tmpdepfile2=$dir$base.d tmpdepfile3=$dir$base.d "$@" -MD fi stat=$? if test $stat -ne 0; then rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" exit $stat fi for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" do test -f "$tmpdepfile" && break done # Same post-processing that is required for AIX mode. aix_post_process_depfile ;; msvc7) if test "$libtool" = yes; then showIncludes=-Wc,-showIncludes else showIncludes=-showIncludes fi "$@" $showIncludes > "$tmpdepfile" stat=$? grep -v '^Note: including file: ' "$tmpdepfile" if test $stat -ne 0; then rm -f "$tmpdepfile" exit $stat fi rm -f "$depfile" echo "$object : \\" > "$depfile" # The first sed program below extracts the file names and escapes # backslashes for cygpath. The second sed program outputs the file # name when reading, but also accumulates all include files in the # hold buffer in order to output them again at the end. This only # works with sed implementations that can handle large buffers. sed < "$tmpdepfile" -n ' /^Note: including file: *\(.*\)/ { s//\1/ s/\\/\\\\/g p }' | $cygpath_u | sort -u | sed -n ' s/ /\\ /g s/\(.*\)/'"$tab"'\1 \\/p s/.\(.*\) \\/\1:/ H $ { s/.*/'"$tab"'/ G p }' >> "$depfile" echo >> "$depfile" # make sure the fragment doesn't end with a backslash rm -f "$tmpdepfile" ;; msvc7msys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; #nosideeffect) # This comment above is used by automake to tell side-effect # dependency tracking mechanisms from slower ones. dashmstdout) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout, regardless of -o. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done test -z "$dashmflag" && dashmflag=-M # Require at least two characters before searching for ':' # in the target name. This is to cope with DOS-style filenames: # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. "$@" $dashmflag | sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" rm -f "$depfile" cat < "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process this sed invocation # correctly. Breaking it into two sed invocations is a workaround. tr ' ' "$nl" < "$tmpdepfile" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; dashXmstdout) # This case only exists to satisfy depend.m4. It is never actually # run, as this mode is specially recognized in the preamble. exit 1 ;; makedepend) "$@" || exit $? # Remove any Libtool call if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # X makedepend shift cleared=no eat=no for arg do case $cleared in no) set ""; shift cleared=yes ;; esac if test $eat = yes; then eat=no continue fi case "$arg" in -D*|-I*) set fnord "$@" "$arg"; shift ;; # Strip any option that makedepend may not understand. Remove # the object too, otherwise makedepend will parse it as a source file. -arch) eat=yes ;; -*|$object) ;; *) set fnord "$@" "$arg"; shift ;; esac done obj_suffix=`echo "$object" | sed 's/^.*\././'` touch "$tmpdepfile" ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" rm -f "$depfile" # makedepend may prepend the VPATH from the source file name to the object. # No need to regex-escape $object, excess matching of '.' is harmless. sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" # Some versions of the HPUX 10.20 sed can't process the last invocation # correctly. Breaking it into two sed invocations is a workaround. sed '1,2d' "$tmpdepfile" \ | tr ' ' "$nl" \ | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ | sed -e 's/$/ :/' >> "$depfile" rm -f "$tmpdepfile" "$tmpdepfile".bak ;; cpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi # Remove '-o $object'. IFS=" " for arg do case $arg in -o) shift ;; $object) shift ;; *) set fnord "$@" "$arg" shift # fnord shift # $arg ;; esac done "$@" -E \ | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ | sed '$ s: \\$::' > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" cat < "$tmpdepfile" >> "$depfile" sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" rm -f "$tmpdepfile" ;; msvisualcpp) # Important note: in order to support this mode, a compiler *must* # always write the preprocessed file to stdout. "$@" || exit $? # Remove the call to Libtool. if test "$libtool" = yes; then while test "X$1" != 'X--mode=compile'; do shift done shift fi IFS=" " for arg do case "$arg" in -o) shift ;; $object) shift ;; "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") set fnord "$@" shift shift ;; *) set fnord "$@" "$arg" shift shift ;; esac done "$@" -E 2>/dev/null | sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" rm -f "$depfile" echo "$object : \\" > "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" echo "$tab" >> "$depfile" sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" rm -f "$tmpdepfile" ;; msvcmsys) # This case exists only to let depend.m4 do its work. It works by # looking at the text of this script. This case will never be run, # since it is checked for above. exit 1 ;; none) exec "$@" ;; *) echo "Unknown depmode $depmode" 1>&2 exit 1 ;; esac exit 0 # Local Variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: nbd-3.16.2/support/0000755000175000017500000000000013155614455011074 500000000000000nbd-3.16.2/support/libtool.m40000644000175000017500000112617113155614442012727 00000000000000# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- # # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. # Written by Gordon Matzigkeit, 1996 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. m4_define([_LT_COPYING], [dnl # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . ]) # serial 58 LT_INIT # LT_PREREQ(VERSION) # ------------------ # Complain and exit if this libtool version is less that VERSION. m4_defun([LT_PREREQ], [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, [m4_default([$3], [m4_fatal([Libtool version $1 or higher is required], 63)])], [$2])]) # _LT_CHECK_BUILDDIR # ------------------ # Complain if the absolute build directory name contains unusual characters m4_defun([_LT_CHECK_BUILDDIR], [case `pwd` in *\ * | *\ *) AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; esac ]) # LT_INIT([OPTIONS]) # ------------------ AC_DEFUN([LT_INIT], [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl AC_BEFORE([$0], [LT_LANG])dnl AC_BEFORE([$0], [LT_OUTPUT])dnl AC_BEFORE([$0], [LTDL_INIT])dnl m4_require([_LT_CHECK_BUILDDIR])dnl dnl Autoconf doesn't catch unexpanded LT_ macros by default: m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 dnl unless we require an AC_DEFUNed macro: AC_REQUIRE([LTOPTIONS_VERSION])dnl AC_REQUIRE([LTSUGAR_VERSION])dnl AC_REQUIRE([LTVERSION_VERSION])dnl AC_REQUIRE([LTOBSOLETE_VERSION])dnl m4_require([_LT_PROG_LTMAIN])dnl _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) dnl Parse OPTIONS _LT_SET_OPTIONS([$0], [$1]) # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' AC_SUBST(LIBTOOL)dnl _LT_SETUP # Only expand once: m4_define([LT_INIT]) ])# LT_INIT # Old names: AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PROG_LIBTOOL], []) dnl AC_DEFUN([AM_PROG_LIBTOOL], []) # _LT_PREPARE_CC_BASENAME # ----------------------- m4_defun([_LT_PREPARE_CC_BASENAME], [ # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in @S|@*""; do case $cc_temp in compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } ])# _LT_PREPARE_CC_BASENAME # _LT_CC_BASENAME(CC) # ------------------- # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, # but that macro is also expanded into generated libtool script, which # arranges for $SED and $ECHO to be set by different means. m4_defun([_LT_CC_BASENAME], [m4_require([_LT_PREPARE_CC_BASENAME])dnl AC_REQUIRE([_LT_DECL_SED])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl func_cc_basename $1 cc_basename=$func_cc_basename_result ]) # _LT_FILEUTILS_DEFAULTS # ---------------------- # It is okay to use these file commands and assume they have been set # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. m4_defun([_LT_FILEUTILS_DEFAULTS], [: ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} ])# _LT_FILEUTILS_DEFAULTS # _LT_SETUP # --------- m4_defun([_LT_SETUP], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl dnl _LT_DECL([], [host_alias], [0], [The host system])dnl _LT_DECL([], [host], [0])dnl _LT_DECL([], [host_os], [0])dnl dnl _LT_DECL([], [build_alias], [0], [The build system])dnl _LT_DECL([], [build], [0])dnl _LT_DECL([], [build_os], [0])dnl dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl dnl AC_REQUIRE([AC_PROG_LN_S])dnl test -z "$LN_S" && LN_S="ln -s" _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl dnl AC_REQUIRE([LT_CMD_MAX_LEN])dnl _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl m4_require([_LT_CMD_RELOAD])dnl m4_require([_LT_CHECK_MAGIC_METHOD])dnl m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl m4_require([_LT_CMD_OLD_ARCHIVE])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_WITH_SYSROOT])dnl m4_require([_LT_CMD_TRUNCATE])dnl _LT_CONFIG_LIBTOOL_INIT([ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi ]) if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi _LT_CHECK_OBJDIR m4_require([_LT_TAG_COMPILER])dnl case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o _LT_CC_BASENAME([$compiler]) # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then _LT_PATH_MAGIC fi ;; esac # Use C for the default configuration in the libtool script LT_SUPPORTED_TAG([CC]) _LT_LANG_C_CONFIG _LT_LANG_DEFAULT_CONFIG _LT_CONFIG_COMMANDS ])# _LT_SETUP # _LT_PREPARE_SED_QUOTE_VARS # -------------------------- # Define a few sed substitution that help us do robust quoting. m4_defun([_LT_PREPARE_SED_QUOTE_VARS], [# Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\([["`\\]]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ]) # _LT_PROG_LTMAIN # --------------- # Note that this code is called both from 'configure', and 'config.status' # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, # 'config.status' has no value for ac_aux_dir unless we are using Automake, # so we pass a copy along to make sure it has a sensible value anyway. m4_defun([_LT_PROG_LTMAIN], [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) ltmain=$ac_aux_dir/ltmain.sh ])# _LT_PROG_LTMAIN ## ------------------------------------- ## ## Accumulate code for creating libtool. ## ## ------------------------------------- ## # So that we can recreate a full libtool script including additional # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS # in macros and then make a single call at the end using the 'libtool' # label. # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) # ---------------------------------------- # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL_INIT], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_INIT], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_INIT]) # _LT_CONFIG_LIBTOOL([COMMANDS]) # ------------------------------ # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. m4_define([_LT_CONFIG_LIBTOOL], [m4_ifval([$1], [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], [$1 ])])]) # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) # ----------------------------------------------------- m4_defun([_LT_CONFIG_SAVE_COMMANDS], [_LT_CONFIG_LIBTOOL([$1]) _LT_CONFIG_LIBTOOL_INIT([$2]) ]) # _LT_FORMAT_COMMENT([COMMENT]) # ----------------------------- # Add leading comment marks to the start of each line, and a trailing # full-stop to the whole comment if one is not present already. m4_define([_LT_FORMAT_COMMENT], [m4_ifval([$1], [ m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) )]) ## ------------------------ ## ## FIXME: Eliminate VARNAME ## ## ------------------------ ## # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) # ------------------------------------------------------------------- # CONFIGNAME is the name given to the value in the libtool script. # VARNAME is the (base) name used in the configure script. # VALUE may be 0, 1 or 2 for a computed quote escaped value based on # VARNAME. Any other value will be used directly. m4_define([_LT_DECL], [lt_if_append_uniq([lt_decl_varnames], [$2], [, ], [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], [m4_ifval([$1], [$1], [$2])]) lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) m4_ifval([$4], [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) lt_dict_add_subkey([lt_decl_dict], [$2], [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) # -------------------------------------------------------- m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_tag_varnames], [_lt_decl_filter([tagged?], [yes], $@)]) # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) # --------------------------------------------------------- m4_define([_lt_decl_filter], [m4_case([$#], [0], [m4_fatal([$0: too few arguments: $#])], [1], [m4_fatal([$0: too few arguments: $#: $1])], [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], [lt_dict_filter([lt_decl_dict], $@)])[]dnl ]) # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) # -------------------------------------------------- m4_define([lt_decl_quote_varnames], [_lt_decl_filter([value], [1], $@)]) # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_dquote_varnames], [_lt_decl_filter([value], [2], $@)]) # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) # --------------------------------------------------- m4_define([lt_decl_varnames_tagged], [m4_assert([$# <= 2])dnl _$0(m4_quote(m4_default([$1], [[, ]])), m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) m4_define([_lt_decl_varnames_tagged], [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) # lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) # ------------------------------------------------ m4_define([lt_decl_all_varnames], [_$0(m4_quote(m4_default([$1], [[, ]])), m4_if([$2], [], m4_quote(lt_decl_varnames), m4_quote(m4_shift($@))))[]dnl ]) m4_define([_lt_decl_all_varnames], [lt_join($@, lt_decl_varnames_tagged([$1], lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) # _LT_CONFIG_STATUS_DECLARE([VARNAME]) # ------------------------------------ # Quote a variable value, and forward it to 'config.status' so that its # declaration there will have the same value as in 'configure'. VARNAME # must have a single quote delimited value for this to work. m4_define([_LT_CONFIG_STATUS_DECLARE], [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) # _LT_CONFIG_STATUS_DECLARATIONS # ------------------------------ # We delimit libtool config variables with single quotes, so when # we write them to config.status, we have to be sure to quote all # embedded single quotes properly. In configure, this macro expands # each variable declared with _LT_DECL (and _LT_TAGDECL) into: # # ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAGS # ---------------- # Output comment and list of tags supported by the script m4_defun([_LT_LIBTOOL_TAGS], [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl available_tags='_LT_TAGS'dnl ]) # _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) # ----------------------------------- # Extract the dictionary values for VARNAME (optionally with TAG) and # expand to a commented shell variable setting: # # # Some comment about what VAR is for. # visible_name=$lt_internal_name m4_define([_LT_LIBTOOL_DECLARE], [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [description])))[]dnl m4_pushdef([_libtool_name], m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), [0], [_libtool_name=[$]$1], [1], [_libtool_name=$lt_[]$1], [2], [_libtool_name=$lt_[]$1], [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl ]) # _LT_LIBTOOL_CONFIG_VARS # ----------------------- # Produce commented declarations of non-tagged libtool config variables # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' # script. Tagged libtool config variables (even for the LIBTOOL CONFIG # section) are produced by _LT_LIBTOOL_TAG_VARS. m4_defun([_LT_LIBTOOL_CONFIG_VARS], [m4_foreach([_lt_var], m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) # _LT_LIBTOOL_TAG_VARS(TAG) # ------------------------- m4_define([_LT_LIBTOOL_TAG_VARS], [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) # _LT_TAGVAR(VARNAME, [TAGNAME]) # ------------------------------ m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) # _LT_CONFIG_COMMANDS # ------------------- # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of # variables for single and double quote escaping we saved from calls # to _LT_DECL, we can put quote escaped variables declarations # into 'config.status', and then the shell code to quote escape them in # for loops in 'config.status'. Finally, any additional code accumulated # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. m4_defun([_LT_CONFIG_COMMANDS], [AC_PROVIDE_IFELSE([LT_OUTPUT], dnl If the libtool generation code has been placed in $CONFIG_LT, dnl instead of duplicating it all over again into config.status, dnl then we will have config.status run $CONFIG_LT later, so it dnl needs to know what name is stored there: [AC_CONFIG_COMMANDS([libtool], [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], dnl If the libtool generation code is destined for config.status, dnl expand the accumulated commands and init code now: [AC_CONFIG_COMMANDS([libtool], [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) ])#_LT_CONFIG_COMMANDS # Initialize. m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], [ # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' _LT_CONFIG_STATUS_DECLARATIONS LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$[]1 _LTECHO_EOF' } # Quote evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_quote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in lt_decl_all_varnames([[ \ ]], lt_decl_dquote_varnames); do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[[\\\\\\\`\\"\\\$]]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done _LT_OUTPUT_LIBTOOL_INIT ]) # _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) # ------------------------------------ # Generate a child script FILE with all initialization necessary to # reuse the environment learned by the parent script, and make the # file executable. If COMMENT is supplied, it is inserted after the # '#!' sequence but before initialization text begins. After this # macro, additional text can be appended to FILE to form the body of # the child script. The macro ends with non-zero status if the # file could not be fully written (such as if the disk is full). m4_ifdef([AS_INIT_GENERATED], [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], [m4_defun([_LT_GENERATED_FILE_INIT], [m4_require([AS_PREPARE])]dnl [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl [lt_write_fail=0 cat >$1 <<_ASEOF || lt_write_fail=1 #! $SHELL # Generated by $as_me. $2 SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$1 <<\_ASEOF || lt_write_fail=1 AS_SHELL_SANITIZE _AS_PREPARE exec AS_MESSAGE_FD>&1 _ASEOF test 0 = "$lt_write_fail" && chmod +x $1[]dnl m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT # LT_OUTPUT # --------- # This macro allows early generation of the libtool script (before # AC_OUTPUT is called), incase it is used in configure for compilation # tests. AC_DEFUN([LT_OUTPUT], [: ${CONFIG_LT=./config.lt} AC_MSG_NOTICE([creating $CONFIG_LT]) _LT_GENERATED_FILE_INIT(["$CONFIG_LT"], [# Run this file to recreate a libtool stub with the current configuration.]) cat >>"$CONFIG_LT" <<\_LTEOF lt_cl_silent=false exec AS_MESSAGE_LOG_FD>>config.log { echo AS_BOX([Running $as_me.]) } >&AS_MESSAGE_LOG_FD lt_cl_help="\ '$as_me' creates a local libtool stub from the current configuration, for use in further configure time tests before the real libtool is generated. Usage: $[0] [[OPTIONS]] -h, --help print this help, then exit -V, --version print version number, then exit -q, --quiet do not print progress messages -d, --debug don't remove temporary files Report bugs to ." lt_cl_version="\ m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) configured by $[0], generated by m4_PACKAGE_STRING. Copyright (C) 2011 Free Software Foundation, Inc. This config.lt script is free software; the Free Software Foundation gives unlimited permision to copy, distribute and modify it." while test 0 != $[#] do case $[1] in --version | --v* | -V ) echo "$lt_cl_version"; exit 0 ;; --help | --h* | -h ) echo "$lt_cl_help"; exit 0 ;; --debug | --d* | -d ) debug=: ;; --quiet | --q* | --silent | --s* | -q ) lt_cl_silent=: ;; -*) AC_MSG_ERROR([unrecognized option: $[1] Try '$[0] --help' for more information.]) ;; *) AC_MSG_ERROR([unrecognized argument: $[1] Try '$[0] --help' for more information.]) ;; esac shift done if $lt_cl_silent; then exec AS_MESSAGE_FD>/dev/null fi _LTEOF cat >>"$CONFIG_LT" <<_LTEOF _LT_OUTPUT_LIBTOOL_COMMANDS_INIT _LTEOF cat >>"$CONFIG_LT" <<\_LTEOF AC_MSG_NOTICE([creating $ofile]) _LT_OUTPUT_LIBTOOL_COMMANDS AS_EXIT(0) _LTEOF chmod +x "$CONFIG_LT" # configure is writing to config.log, but config.lt does its own redirection, # appending to config.log, which fails on DOS, as config.log is still kept # open by configure. Here we exec the FD to /dev/null, effectively closing # config.log, so it can be properly (re)opened and appended to by config.lt. lt_cl_success=: test yes = "$silent" && lt_config_lt_args="$lt_config_lt_args --quiet" exec AS_MESSAGE_LOG_FD>/dev/null $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false exec AS_MESSAGE_LOG_FD>>config.log $lt_cl_success || AS_EXIT(1) ])# LT_OUTPUT # _LT_CONFIG(TAG) # --------------- # If TAG is the built-in tag, create an initial libtool script with a # default configuration from the untagged config vars. Otherwise add code # to config.status for appending the configuration named by TAG from the # matching tagged config vars. m4_defun([_LT_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_CONFIG_SAVE_COMMANDS([ m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl m4_if(_LT_TAG, [C], [ # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 _LT_COPYING _LT_LIBTOOL_TAGS # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG _LT_LIBTOOL_CONFIG_VARS _LT_LIBTOOL_TAG_VARS # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE _LT_PREPARE_MUNGE_PATH_LIST _LT_PREPARE_CC_BASENAME # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac _LT_PROG_LTMAIN # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ], [cat <<_LT_EOF >> "$ofile" dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded dnl in a comment (ie after a #). # ### BEGIN LIBTOOL TAG CONFIG: $1 _LT_LIBTOOL_TAG_VARS(_LT_TAG) # ### END LIBTOOL TAG CONFIG: $1 _LT_EOF ])dnl /m4_if ], [m4_if([$1], [], [ PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile'], []) ])dnl /_LT_CONFIG_SAVE_COMMANDS ])# _LT_CONFIG # LT_SUPPORTED_TAG(TAG) # --------------------- # Trace this macro to discover what tags are supported by the libtool # --tag option, using: # autoconf --trace 'LT_SUPPORTED_TAG:$1' AC_DEFUN([LT_SUPPORTED_TAG], []) # C support is built-in for now m4_define([_LT_LANG_C_enabled], []) m4_define([_LT_TAGS], []) # LT_LANG(LANG) # ------------- # Enable libtool support for the given language if not already enabled. AC_DEFUN([LT_LANG], [AC_BEFORE([$0], [LT_OUTPUT])dnl m4_case([$1], [C], [_LT_LANG(C)], [C++], [_LT_LANG(CXX)], [Go], [_LT_LANG(GO)], [Java], [_LT_LANG(GCJ)], [Fortran 77], [_LT_LANG(F77)], [Fortran], [_LT_LANG(FC)], [Windows Resource], [_LT_LANG(RC)], [m4_ifdef([_LT_LANG_]$1[_CONFIG], [_LT_LANG($1)], [m4_fatal([$0: unsupported language: "$1"])])])dnl ])# LT_LANG # _LT_LANG(LANGNAME) # ------------------ m4_defun([_LT_LANG], [m4_ifdef([_LT_LANG_]$1[_enabled], [], [LT_SUPPORTED_TAG([$1])dnl m4_append([_LT_TAGS], [$1 ])dnl m4_define([_LT_LANG_]$1[_enabled], [])dnl _LT_LANG_$1_CONFIG($1)])dnl ])# _LT_LANG m4_ifndef([AC_PROG_GO], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_GO. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_GO], [AC_LANG_PUSH(Go)dnl AC_ARG_VAR([GOC], [Go compiler command])dnl AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl _AC_ARG_VAR_LDFLAGS()dnl AC_CHECK_TOOL(GOC, gccgo) if test -z "$GOC"; then if test -n "$ac_tool_prefix"; then AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) fi fi if test -z "$GOC"; then AC_CHECK_PROG(GOC, gccgo, gccgo, false) fi ])#m4_defun ])#m4_ifndef # _LT_LANG_DEFAULT_CONFIG # ----------------------- m4_defun([_LT_LANG_DEFAULT_CONFIG], [AC_PROVIDE_IFELSE([AC_PROG_CXX], [LT_LANG(CXX)], [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) AC_PROVIDE_IFELSE([AC_PROG_F77], [LT_LANG(F77)], [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) AC_PROVIDE_IFELSE([AC_PROG_FC], [LT_LANG(FC)], [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal dnl pulling things in needlessly. AC_PROVIDE_IFELSE([AC_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], [LT_LANG(GCJ)], [AC_PROVIDE_IFELSE([LT_PROG_GCJ], [LT_LANG(GCJ)], [m4_ifdef([AC_PROG_GCJ], [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([A][M_PROG_GCJ], [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) m4_ifdef([LT_PROG_GCJ], [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) AC_PROVIDE_IFELSE([AC_PROG_GO], [LT_LANG(GO)], [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) AC_PROVIDE_IFELSE([LT_PROG_RC], [LT_LANG(RC)], [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) ])# _LT_LANG_DEFAULT_CONFIG # Obsolete macros: AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_CXX], []) dnl AC_DEFUN([AC_LIBTOOL_F77], []) dnl AC_DEFUN([AC_LIBTOOL_FC], []) dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) dnl AC_DEFUN([AC_LIBTOOL_RC], []) # _LT_TAG_COMPILER # ---------------- m4_defun([_LT_TAG_COMPILER], [AC_REQUIRE([AC_PROG_CC])dnl _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC ])# _LT_TAG_COMPILER # _LT_COMPILER_BOILERPLATE # ------------------------ # Check for compiler boilerplate output or warnings with # the simple compiler test code. m4_defun([_LT_COMPILER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ])# _LT_COMPILER_BOILERPLATE # _LT_LINKER_BOILERPLATE # ---------------------- # Check for linker boilerplate output or warnings with # the simple link test code. m4_defun([_LT_LINKER_BOILERPLATE], [m4_require([_LT_DECL_SED])dnl ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ])# _LT_LINKER_BOILERPLATE # _LT_REQUIRED_DARWIN_CHECKS # ------------------------- m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ case $host_os in rhapsody* | darwin*) AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) AC_CHECK_TOOL([LIPO], [lipo], [:]) AC_CHECK_TOOL([OTOOL], [otool], [:]) AC_CHECK_TOOL([OTOOL64], [otool64], [:]) _LT_DECL([], [DSYMUTIL], [1], [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) _LT_DECL([], [NMEDIT], [1], [Tool to change global to local symbols on Mac OS X]) _LT_DECL([], [LIPO], [1], [Tool to manipulate fat objects and archives on Mac OS X]) _LT_DECL([], [OTOOL], [1], [ldd/readelf like tool for Mach-O binaries on Mac OS X]) _LT_DECL([], [OTOOL64], [1], [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], [lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -rf libconftest.dylib* rm -f conftest.* fi]) AC_CACHE_CHECK([for -exported_symbols_list linker flag], [lt_cv_ld_exported_symbols_list], [lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [lt_cv_ld_exported_symbols_list=yes], [lt_cv_ld_exported_symbols_list=no]) LDFLAGS=$save_LDFLAGS ]) AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], [lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&AS_MESSAGE_LOG_FD elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&AS_MESSAGE_LOG_FD fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM ]) case $host_os in rhapsody* | darwin1.[[012]]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[[012]][[,.]]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac ]) # _LT_DARWIN_LINKER_FEATURES([TAG]) # --------------------------------- # Checks for linker and compiler features on darwin m4_defun([_LT_DARWIN_LINKER_FEATURES], [ m4_require([_LT_REQUIRED_DARWIN_CHECKS]) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported if test yes = "$lt_cv_ld_force_load"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) else _LT_TAGVAR(whole_archive_flag_spec, $1)='' fi _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" m4_if([$1], [CXX], [ if test yes != "$lt_cv_apple_cc_single_mod"; then _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" fi ],[]) else _LT_TAGVAR(ld_shlibs, $1)=no fi ]) # _LT_SYS_MODULE_PATH_AIX([TAGNAME]) # ---------------------------------- # Links a minimal program and checks the executable # for the system default hardcoded library path. In most cases, # this is /usr/lib:/lib, but when the MPI compilers are used # the location of the communication and MPI libs are included too. # If we don't find anything, use the default library path according # to the aix ld manual. # Store the results from the different compilers for each TAGNAME. # Allow to override them for all tags through lt_cv_aix_libpath. m4_defun([_LT_SYS_MODULE_PATH_AIX], [m4_require([_LT_DECL_SED])dnl if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ lt_aix_libpath_sed='[ /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }]' _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi],[]) if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib fi ]) aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) fi ])# _LT_SYS_MODULE_PATH_AIX # _LT_SHELL_INIT(ARG) # ------------------- m4_define([_LT_SHELL_INIT], [m4_divert_text([M4SH-INIT], [$1 ])])# _LT_SHELL_INIT # _LT_PROG_ECHO_BACKSLASH # ----------------------- # Find how we can fake an echo command that does not interpret backslash. # In particular, with Autoconf 2.60 or later we add some code to the start # of the generated configure script that will find a shell with a builtin # printf (that we can use as an echo command). m4_defun([_LT_PROG_ECHO_BACKSLASH], [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO AC_MSG_CHECKING([how to print strings]) # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $[]1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } case $ECHO in printf*) AC_MSG_RESULT([printf]) ;; print*) AC_MSG_RESULT([print -r]) ;; *) AC_MSG_RESULT([cat]) ;; esac m4_ifdef([_AS_DETECT_SUGGESTED], [_AS_DETECT_SUGGESTED([ test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test "X`printf %s $ECHO`" = "X$ECHO" \ || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) ])# _LT_PROG_ECHO_BACKSLASH # _LT_WITH_SYSROOT # ---------------- AC_DEFUN([_LT_WITH_SYSROOT], [AC_MSG_CHECKING([for sysroot]) AC_ARG_WITH([sysroot], [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], [Search for dependent libraries within DIR (or the compiler's sysroot if not specified).])], [], [with_sysroot=no]) dnl lt_sysroot will always be passed unquoted. We quote it here dnl in case the user passed a directory name. lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) AC_MSG_RESULT([$with_sysroot]) AC_MSG_ERROR([The sysroot must be an absolute path.]) ;; esac AC_MSG_RESULT([${lt_sysroot:-no}]) _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl [dependent libraries, and where our libraries should be installed.])]) # _LT_ENABLE_LOCK # --------------- m4_defun([_LT_ENABLE_LOCK], [AC_ARG_ENABLE([libtool-lock], [AS_HELP_STRING([--disable-libtool-lock], [avoid locking (might break parallel builds)])]) test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, [AC_LANG_PUSH(C) AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) AC_LANG_POP]) if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if AC_TRY_EVAL(ac_compile); then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock ])# _LT_ENABLE_LOCK # _LT_PROG_AR # ----------- m4_defun([_LT_PROG_AR], [AC_CHECK_TOOLS(AR, [ar], false) : ${AR=ar} : ${AR_FLAGS=cru} _LT_DECL([], [AR], [1], [The archiver]) _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], [lt_cv_ar_at_file=no AC_COMPILE_IFELSE([AC_LANG_PROGRAM], [echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' AC_TRY_EVAL([lt_ar_try]) if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a AC_TRY_EVAL([lt_ar_try]) if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a ]) ]) if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi _LT_DECL([], [archiver_list_spec], [1], [How to feed a file listing to the archiver]) ])# _LT_PROG_AR # _LT_CMD_OLD_ARCHIVE # ------------------- m4_defun([_LT_CMD_OLD_ARCHIVE], [_LT_PROG_AR AC_CHECK_TOOL(STRIP, strip, :) test -z "$STRIP" && STRIP=: _LT_DECL([], [STRIP], [1], [A symbol stripping program]) AC_CHECK_TOOL(RANLIB, ranlib, :) test -z "$RANLIB" && RANLIB=: _LT_DECL([], [RANLIB], [1], [Commands used to install an old-style archive]) # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac _LT_DECL([], [old_postinstall_cmds], [2]) _LT_DECL([], [old_postuninstall_cmds], [2]) _LT_TAGDECL([], [old_archive_cmds], [2], [Commands used to build an old-style archive]) _LT_DECL([], [lock_old_archive_extraction], [0], [Whether to use a lock for old archive extraction]) ])# _LT_CMD_OLD_ARCHIVE # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------------------- # Check whether the given compiler option works AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi fi $RM conftest* ]) if test yes = "[$]$2"; then m4_if([$5], , :, [$5]) else m4_if([$6], , :, [$6]) fi ])# _LT_COMPILER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, # [ACTION-SUCCESS], [ACTION-FAILURE]) # ---------------------------------------------------- # Check whether the given linker option works AC_DEFUN([_LT_LINKER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_SED])dnl AC_CACHE_CHECK([$1], [$2], [$2=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $3" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&AS_MESSAGE_LOG_FD $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then $2=yes fi else $2=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS ]) if test yes = "[$]$2"; then m4_if([$4], , :, [$4]) else m4_if([$5], , :, [$5]) fi ])# _LT_LINKER_OPTION # Old name: AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) # LT_CMD_MAX_LEN #--------------- AC_DEFUN([LT_CMD_MAX_LEN], [AC_REQUIRE([AC_CANONICAL_HOST])dnl # find the maximum length of command line arguments AC_MSG_CHECKING([the maximum length of command line arguments]) AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac ]) if test -n "$lt_cv_sys_max_cmd_len"; then AC_MSG_RESULT($lt_cv_sys_max_cmd_len) else AC_MSG_RESULT(none) fi max_cmd_len=$lt_cv_sys_max_cmd_len _LT_DECL([], [max_cmd_len], [0], [What is the maximum length of a command?]) ])# LT_CMD_MAX_LEN # Old name: AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) # _LT_HEADER_DLFCN # ---------------- m4_defun([_LT_HEADER_DLFCN], [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl ])# _LT_HEADER_DLFCN # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) # ---------------------------------------------------------------- m4_defun([_LT_TRY_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes = "$cross_compiling"; then : [$4] else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF [#line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; }] _LT_EOF if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) $1 ;; x$lt_dlneed_uscore) $2 ;; x$lt_dlunknown|x*) $3 ;; esac else : # compilation failed $3 fi fi rm -fr conftest* ])# _LT_TRY_DLOPEN_SELF # LT_SYS_DLOPEN_SELF # ------------------ AC_DEFUN([LT_SYS_DLOPEN_SELF], [m4_require([_LT_HEADER_DLFCN])dnl if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ]) ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) AC_CHECK_FUNC([shl_load], [lt_cv_dlopen=shl_load], [AC_CHECK_LIB([dld], [shl_load], [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], [AC_CHECK_FUNC([dlopen], [lt_cv_dlopen=dlopen], [AC_CHECK_LIB([dl], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], [AC_CHECK_LIB([svld], [dlopen], [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], [AC_CHECK_LIB([dld], [dld_link], [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) ]) ]) ]) ]) ]) ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" AC_CACHE_CHECK([whether a program can dlopen itself], lt_cv_dlopen_self, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) ]) if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" AC_CACHE_CHECK([whether a statically linked program can dlopen itself], lt_cv_dlopen_self_static, [dnl _LT_TRY_DLOPEN_SELF( lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) ]) fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi _LT_DECL([dlopen_support], [enable_dlopen], [0], [Whether dlopen is supported]) _LT_DECL([dlopen_self], [enable_dlopen_self], [0], [Whether dlopen of programs is supported]) _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], [Whether dlopen of statically linked programs is supported]) ])# LT_SYS_DLOPEN_SELF # Old name: AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) # _LT_COMPILER_C_O([TAGNAME]) # --------------------------- # Check to see if options -c and -o are simultaneously supported by compiler. # This macro does not hard code the compiler like AC_PROG_CC_C_O. m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&AS_MESSAGE_LOG_FD echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes fi fi chmod u+w . 2>&AS_MESSAGE_LOG_FD $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* ]) _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], [Does compiler simultaneously support -c and -o options?]) ])# _LT_COMPILER_C_O # _LT_COMPILER_FILE_LOCKS([TAGNAME]) # ---------------------------------- # Check to see if we can do hard links to lock some files if needed m4_defun([_LT_COMPILER_FILE_LOCKS], [m4_require([_LT_ENABLE_LOCK])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl _LT_COMPILER_C_O([$1]) hard_links=nottested if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user AC_MSG_CHECKING([if we can lock with hard links]) hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no AC_MSG_RESULT([$hard_links]) if test no = "$hard_links"; then AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) need_locks=warn fi else need_locks=no fi _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) ])# _LT_COMPILER_FILE_LOCKS # _LT_CHECK_OBJDIR # ---------------- m4_defun([_LT_CHECK_OBJDIR], [AC_CACHE_CHECK([for objdir], [lt_cv_objdir], [rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null]) objdir=$lt_cv_objdir _LT_DECL([], [objdir], [0], [The name of the directory that contains temporary libtool files])dnl m4_pattern_allow([LT_OBJDIR])dnl AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", [Define to the sub-directory where libtool stores uninstalled libraries.]) ])# _LT_CHECK_OBJDIR # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) # -------------------------------------- # Check hardcoding attributes. m4_defun([_LT_LINKER_HARDCODE_LIBPATH], [AC_MSG_CHECKING([how to hardcode library paths into programs]) _LT_TAGVAR(hardcode_action, $1)= if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || test -n "$_LT_TAGVAR(runpath_var, $1)" || test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then # We can hardcode non-existent directories. if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then # Linking always hardcodes the temporary library directory. _LT_TAGVAR(hardcode_action, $1)=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. _LT_TAGVAR(hardcode_action, $1)=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. _LT_TAGVAR(hardcode_action, $1)=unsupported fi AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi _LT_TAGDECL([], [hardcode_action], [0], [How to hardcode a shared library path into an executable]) ])# _LT_LINKER_HARDCODE_LIBPATH # _LT_CMD_STRIPLIB # ---------------- m4_defun([_LT_CMD_STRIPLIB], [m4_require([_LT_DECL_EGREP]) striplib= old_striplib= AC_MSG_CHECKING([whether stripping libraries is possible]) if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" AC_MSG_RESULT([yes]) else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi ;; *) AC_MSG_RESULT([no]) ;; esac fi _LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) _LT_DECL([], [striplib], [1]) ])# _LT_CMD_STRIPLIB # _LT_PREPARE_MUNGE_PATH_LIST # --------------------------- # Make sure func_munge_path_list() is defined correctly. m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], [[# func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x@S|@2 in x) ;; *:) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" ;; x:*) eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; *::*) eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" ;; *) eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; esac } ]])# _LT_PREPARE_PATH_LIST # _LT_SYS_DYNAMIC_LINKER([TAG]) # ----------------------------- # PORTME Fill in your ld.so characteristics m4_defun([_LT_SYS_DYNAMIC_LINKER], [AC_REQUIRE([AC_CANONICAL_HOST])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_OBJDUMP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CHECK_SHELL_FEATURES])dnl m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl AC_MSG_CHECKING([dynamic linker characteristics]) m4_if([$1], [], [ if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[[lt_foo]]++; } if (lt_freq[[lt_foo]] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi]) library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown AC_ARG_VAR([LT_SYS_LIBRARY_PATH], [User-defined run-time library search path.]) case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[[4-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[[01]] | aix4.[[01]].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a[(]lib.so.V[)]' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[[45]]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' m4_if([$1], [],[ sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[[23]].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[[01]]* | freebsdelf3.[[01]]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[[3-9]]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], [lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], [lt_cv_shlibpath_overrides_runpath=yes])]) LDFLAGS=$save_LDFLAGS libdir=$save_libdir ]) shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac AC_MSG_RESULT([$dynamic_linker]) test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH _LT_DECL([], [variables_saved_for_relink], [1], [Variables whose values should be saved in libtool wrapper scripts and restored at link time]) _LT_DECL([], [need_lib_prefix], [0], [Do we need the "lib" prefix for modules?]) _LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) _LT_DECL([], [version_type], [0], [Library versioning type]) _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) _LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) _LT_DECL([], [shlibpath_overrides_runpath], [0], [Is shlibpath searched before the hard-coded library search path?]) _LT_DECL([], [libname_spec], [1], [Format of library name prefix]) _LT_DECL([], [library_names_spec], [1], [[List of archive names. First name is the real one, the rest are links. The last name is the one that the linker finds with -lNAME]]) _LT_DECL([], [soname_spec], [1], [[The coded name of the library, if different from the real name]]) _LT_DECL([], [install_override_mode], [1], [Permission mode override for installation of shared libraries]) _LT_DECL([], [postinstall_cmds], [2], [Command to use after installation of a shared archive]) _LT_DECL([], [postuninstall_cmds], [2], [Command to use after uninstallation of a shared archive]) _LT_DECL([], [finish_cmds], [2], [Commands used to finish a libtool library installation in a directory]) _LT_DECL([], [finish_eval], [1], [[As "finish_cmds", except a single script fragment to be evaled but not shown]]) _LT_DECL([], [hardcode_into_libs], [0], [Whether we should hardcode library paths into libraries]) _LT_DECL([], [sys_lib_search_path_spec], [2], [Compile-time system search path for libraries]) _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], [Detected run-time system search path for libraries]) _LT_DECL([], [configure_time_lt_sys_library_path], [2], [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) ])# _LT_SYS_DYNAMIC_LINKER # _LT_PATH_TOOL_PREFIX(TOOL) # -------------------------- # find a file program that can recognize shared library AC_DEFUN([_LT_PATH_TOOL_PREFIX], [m4_require([_LT_DECL_EGREP])dnl AC_MSG_CHECKING([for $1]) AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, [case $MAGIC_CMD in [[\\/*] | ?:[\\/]*]) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR dnl $ac_dummy forces splitting on constant user-supplied paths. dnl POSIX.2 word splitting is done only on the output of word expansions, dnl not every word. This closes a longstanding sh security hole. ac_dummy="m4_if([$2], , $PATH, [$2])" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$1"; then lt_cv_path_MAGIC_CMD=$ac_dir/"$1" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac]) MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then AC_MSG_RESULT($MAGIC_CMD) else AC_MSG_RESULT(no) fi _LT_DECL([], [MAGIC_CMD], [0], [Used to examine libraries when file_magic_cmd begins with "file"])dnl ])# _LT_PATH_TOOL_PREFIX # Old name: AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) # _LT_PATH_MAGIC # -------------- # find a file program that can recognize a shared library m4_defun([_LT_PATH_MAGIC], [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) else MAGIC_CMD=: fi fi ])# _LT_PATH_MAGIC # LT_PATH_LD # ---------- # find the pathname to the GNU or non-GNU linker AC_DEFUN([LT_PATH_LD], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PROG_ECHO_BACKSLASH])dnl AC_ARG_WITH([gnu-ld], [AS_HELP_STRING([--with-gnu-ld], [assume the C compiler uses GNU ld @<:@default=no@:>@])], [test no = "$withval" || with_gnu_ld=yes], [with_gnu_ld=no])dnl ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. AC_MSG_CHECKING([for ld used by $CC]) case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [[\\/]]* | ?:[[\\/]]*) re_direlt='/[[^/]][[^/]]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then AC_MSG_CHECKING([for GNU ld]) else AC_MSG_CHECKING([for non-GNU ld]) fi AC_CACHE_VAL(lt_cv_path_LD, [if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &1 conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], [if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi]) rm -f conftest.i conftest2.i conftest.out]) ])# _LT_PATH_DD # _LT_CMD_TRUNCATE # ---------------- # find command to truncate a binary pipe m4_defun([_LT_CMD_TRUNCATE], [m4_require([_LT_PATH_DD]) AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], [printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], [Command to truncate a binary pipe]) ])# _LT_CMD_TRUNCATE # _LT_CHECK_MAGIC_METHOD # ---------------------- # how to check for library dependencies # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_MAGIC_METHOD], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) AC_CACHE_CHECK([how to recognize dependent libraries], lt_cv_deplibs_check_method, [lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[[4-9]]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[[45]]*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[[3-9]]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac ]) file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown _LT_DECL([], [deplibs_check_method], [1], [Method to check whether dependent libraries are shared objects]) _LT_DECL([], [file_magic_cmd], [1], [Command to use when deplibs_check_method = "file_magic"]) _LT_DECL([], [file_magic_glob], [1], [How to find potential files when deplibs_check_method = "file_magic"]) _LT_DECL([], [want_nocaseglob], [1], [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) ])# _LT_CHECK_MAGIC_METHOD # LT_PATH_NM # ---------- # find the pathname to a BSD- or MS-compatible name lister AC_DEFUN([LT_PATH_NM], [AC_REQUIRE([AC_PROG_CC])dnl AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, [if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi]) if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi AC_SUBST([DUMPBIN]) if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm AC_SUBST([NM]) _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], [lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&AS_MESSAGE_LOG_FD (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) cat conftest.out >&AS_MESSAGE_LOG_FD if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest*]) ])# LT_PATH_NM # Old names: AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_PROG_NM], []) dnl AC_DEFUN([AC_PROG_NM], []) # _LT_CHECK_SHAREDLIB_FROM_LINKLIB # -------------------------------- # how to determine the name of the shared library # associated with a specific link library. # -- PORTME fill in with the dynamic library characteristics m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], [m4_require([_LT_DECL_EGREP]) m4_require([_LT_DECL_OBJDUMP]) m4_require([_LT_DECL_DLLTOOL]) AC_CACHE_CHECK([how to associate runtime and link libraries], lt_cv_sharedlib_from_linklib_cmd, [lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac ]) sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO _LT_DECL([], [sharedlib_from_linklib_cmd], [1], [Command to associate shared and link libraries]) ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB # _LT_PATH_MANIFEST_TOOL # ---------------------- # locate the manifest tool m4_defun([_LT_PATH_MANIFEST_TOOL], [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], [lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&AS_MESSAGE_LOG_FD if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest*]) if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl ])# _LT_PATH_MANIFEST_TOOL # _LT_DLL_DEF_P([FILE]) # --------------------- # True iff FILE is a Windows DLL '.def' file. # Keep in sync with func_dll_def_p in the libtool script AC_DEFUN([_LT_DLL_DEF_P], [dnl test DEF = "`$SED -n dnl -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl -e q dnl Only consider the first "real" line $1`" dnl ])# _LT_DLL_DEF_P # LT_LIB_M # -------- # check for math library AC_DEFUN([LT_LIB_M], [AC_REQUIRE([AC_CANONICAL_HOST])dnl LIBM= case $host in *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) # These system don't have libm, or don't need it ;; *-ncr-sysv4.3*) AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") ;; *) AC_CHECK_LIB(m, cos, LIBM=-lm) ;; esac AC_SUBST([LIBM]) ])# LT_LIB_M # Old name: AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_CHECK_LIBM], []) # _LT_COMPILER_NO_RTTI([TAGNAME]) # ------------------------------- m4_defun([_LT_COMPILER_NO_RTTI], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= if test yes = "$GCC"; then case $cc_basename in nvcc*) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; *) _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; esac _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], lt_cv_prog_compiler_rtti_exceptions, [-fno-rtti -fno-exceptions], [], [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], [Compiler flag to turn off builtin functions]) ])# _LT_COMPILER_NO_RTTI # _LT_CMD_GLOBAL_SYMBOLS # ---------------------- m4_defun([_LT_CMD_GLOBAL_SYMBOLS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([LT_PATH_NM])dnl AC_REQUIRE([LT_PATH_LD])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_TAG_COMPILER])dnl # Check for command to grab the raw symbol name followed by C symbol from nm. AC_MSG_CHECKING([command to parse $NM output from $compiler object]) AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], [ # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[[BCDEGRST]]' # Regexp to match symbols that can be accessed directly from C. sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[[BCDT]]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[[ABCDGISTW]]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[[ABCDEGRST]]' fi ;; irix* | nonstopux*) symcode='[[BCDEGRST]]' ;; osf*) symcode='[[BCDEGQRST]]' ;; solaris*) symcode='[[BDRT]]' ;; sco3.2v5*) symcode='[[DT]]' ;; sysv4.2uw2*) symcode='[[DT]]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[[ABDT]]' ;; sysv4) symcode='[[DFNSTU]]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[[ABCDGIRSTW]]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK ['"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx]" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if AC_TRY_EVAL(ac_compile); then # Now try to grab the symbols. nlist=conftest.nm if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT@&t@_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT@&t@_DLSYM_CONST #else # define LT@&t@_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT@&t@_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[[]] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD fi else echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done ]) if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then AC_MSG_RESULT(failed) else AC_MSG_RESULT(ok) fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then nm_file_list_spec='@' fi _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], [Take the output of nm and produce a listing of raw symbols and C names]) _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], [Transform the output of nm in a proper C declaration]) _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], [Transform the output of nm into a list of symbols to manually relocate]) _LT_DECL([global_symbol_to_c_name_address], [lt_cv_sys_global_symbol_to_c_name_address], [1], [Transform the output of nm in a C name address pair]) _LT_DECL([global_symbol_to_c_name_address_lib_prefix], [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], [Transform the output of nm in a C name address pair when lib prefix is needed]) _LT_DECL([nm_interface], [lt_cv_nm_interface], [1], [The name lister interface]) _LT_DECL([], [nm_file_list_spec], [1], [Specify filename containing input files for $NM]) ]) # _LT_CMD_GLOBAL_SYMBOLS # _LT_COMPILER_PIC([TAGNAME]) # --------------------------- m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl _LT_TAGVAR(lt_prog_compiler_wl, $1)= _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)= m4_if([$1], [CXX], [ # C++ specific cases for pic, static, wl, etc. if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; *djgpp*) # DJGPP does not support shared libraries at all _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac else case $host_os in aix[[4-9]]*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; chorus*) case $cc_basename in cxch68*) # Green Hills C++ Compiler # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" ;; esac ;; mingw* | cygwin* | os2* | pw32* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) ;; dgux*) case $cc_basename in ec++*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; ghcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; freebsd* | dragonfly*) # FreeBSD uses GNU C++ ;; hpux9* | hpux10* | hpux11*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' if test ia64 != "$host_cpu"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' fi ;; aCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac ;; *) ;; esac ;; interix*) # This is c89, which is MS Visual C++ (no shared libs) # Anyone wants to do a port? ;; irix5* | irix6* | nonstopux*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' # CC pic flag -KPIC is the default. ;; *) ;; esac ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # KAI C++ Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; ecpc* ) # old Intel C++ for x86_64, which still supported -KPIC. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; icpc* ) # Intel C++, used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgCC* | pgcpp*) # Portland Group C++ compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; cxx*) # Compaq C++ # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL 8.0, 9.0 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; esac ;; esac ;; lynxos*) ;; m88k*) ;; mvs*) case $cc_basename in cxx*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' ;; *) ;; esac ;; netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' ;; RCC*) # Rational C++ 2.4.1 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; cxx*) # Digital/Compaq C++ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # Make sure the PIC flag is empty. It appears that all Alpha # Linux and Compaq Tru64 Unix objects are PIC. _LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; *) ;; esac ;; psos*) ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' ;; *) ;; esac ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; lcc*) # Lucid _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' ;; *) ;; esac ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) case $cc_basename in CC*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' ;; *) ;; esac ;; vxworks*) ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ], [ if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. _LT_TAGVAR(lt_prog_compiler_static, $1)= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac ;; interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in os2*) _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # PIC (with -KPIC) is the default. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; # Lahey Fortran 8.1. lf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' ;; nagfor*) # NAG Fortran compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; ccc*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All Alpha code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='' ;; *Sun\ F* | *Sun*Fortran*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' ;; *Intel*\ [[CF]]*Compiler*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' ;; *Portland\ Group*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; esac ;; esac ;; newsos6) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; osf3* | osf4* | osf5*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' # All OSF/1 code is PIC. _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; rdos*) _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' ;; solaris*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; *) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; esac ;; sunos4*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; unicos*) _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; uts4*) _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' ;; *) _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no ;; esac fi ]) case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) _LT_TAGVAR(lt_prog_compiler_pic, $1)= ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" ;; esac AC_CACHE_CHECK([for $compiler option to produce PIC], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) # # Check to make sure the PIC flag actually works. # if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in "" | " "*) ;; *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; esac], [_LT_TAGVAR(lt_prog_compiler_pic, $1)= _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) fi _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], [Additional compiler flags for building library objects]) _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], [How to pass a linker flag through the compiler]) # # Check to make sure the static flag actually works. # wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), $lt_tmp_static_flag, [], [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], [Compiler flag to prevent dynamic linking]) ])# _LT_COMPILER_PIC # _LT_LINKER_SHLIBS([TAGNAME]) # ---------------------------- # See if the linker supports building shared libraries. m4_defun([_LT_LINKER_SHLIBS], [AC_REQUIRE([LT_PATH_LD])dnl AC_REQUIRE([LT_PATH_NM])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_DECL_SED])dnl m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl m4_require([_LT_TAG_COMPILER])dnl AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) m4_if([$1], [CXX], [ _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] case $host_os in aix[[4-9]]*) # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi ;; pw32*) _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds ;; cygwin* | mingw* | cegcc*) case $cc_basename in cl*) _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; *) _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' ;; esac ], [ runpath_var= _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_cmds, $1)= _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(old_archive_from_new_cmds, $1)= _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= _LT_TAGVAR(thread_safe_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list _LT_TAGVAR(include_expsyms, $1)= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. dnl Note also adjust exclude_expsyms for C++ above. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) _LT_TAGVAR(link_all_deplibs, $1)=no ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[[3-9]]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 _LT_TAGVAR(whole_archive_flag_spec, $1)= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) _LT_TAGVAR(ld_shlibs, $1)=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; sunos4*) _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then runpath_var= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. _LT_TAGVAR(hardcode_minus_L, $1)=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. _LT_TAGVAR(hardcode_direct, $1)=unsupported fi ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. _LT_TAGVAR(allow_undefined_flag, $1)='-berok' # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; bsdi[[45]]*) _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' # FIXME: Should let the user specify the lib program. _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; dgux*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; hpux9*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) m4_if($1, [], [ # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) _LT_LINKER_OPTION([if $CC understands -b], _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) ;; esac fi if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], [lt_cv_irix_exported_symbol], [save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" AC_LINK_IFELSE( [AC_LANG_SOURCE( [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], [C++], [[int foo (void) { return 0; }]], [Fortran 77], [[ subroutine foo end]], [Fortran], [[ subroutine foo end]])])], [lt_cv_irix_exported_symbol=yes], [lt_cv_irix_exported_symbol=no]) LDFLAGS=$save_LDFLAGS]) if test yes = "$lt_cv_irix_exported_symbol"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi _LT_TAGVAR(link_all_deplibs, $1)=no else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes _LT_TAGVAR(link_all_deplibs, $1)=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler _LT_TAGVAR(ld_shlibs, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; newsos6) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' fi else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; osf3*) if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' else _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' fi _LT_TAGVAR(archive_cmds_need_lc, $1)='no' _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' if test yes = "$GCC"; then wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' fi ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4) case $host_vendor in sni) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' _LT_TAGVAR(hardcode_direct, $1)=no ;; motorola) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; sysv4.3*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(ld_shlibs, $1)=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' ;; esac fi fi ]) AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl _LT_DECL([], [extract_expsyms_cmds], [2], [The commands to extract the exported symbol list from a shared archive]) # # Do we need to explicitly link libc? # case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in x|xyes) # Assume -lc should be added _LT_TAGVAR(archive_cmds_need_lc, $1)=yes if test yes,yes = "$GCC,$enable_shared"; then case $_LT_TAGVAR(archive_cmds, $1) in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. AC_CACHE_CHECK([whether -lc should be explicitly linked in], [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), [$RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if AC_TRY_EVAL(ac_compile) 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) _LT_TAGVAR(allow_undefined_flag, $1)= if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) then lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no else lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes fi _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* ]) _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi ;; esac _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], [Whether or not to add -lc for building shared libraries]) _LT_TAGDECL([allow_libtool_libs_with_static_runtimes], [enable_shared_with_static_runtimes], [0], [Whether or not to disallow shared libs when runtime libs are static]) _LT_TAGDECL([], [export_dynamic_flag_spec], [1], [Compiler flag to allow reflexive dlopens]) _LT_TAGDECL([], [whole_archive_flag_spec], [1], [Compiler flag to generate shared objects directly from archives]) _LT_TAGDECL([], [compiler_needs_object], [1], [Whether the compiler copes with passing no objects directly]) _LT_TAGDECL([], [old_archive_from_new_cmds], [2], [Create an old-style archive from a shared archive]) _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], [Create a temporary old-style archive to link instead of a shared archive]) _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) _LT_TAGDECL([], [archive_expsym_cmds], [2]) _LT_TAGDECL([], [module_cmds], [2], [Commands used to build a loadable module if different from building a shared archive.]) _LT_TAGDECL([], [module_expsym_cmds], [2]) _LT_TAGDECL([], [with_gnu_ld], [1], [Whether we are building with GNU ld or not]) _LT_TAGDECL([], [allow_undefined_flag], [1], [Flag that allows shared libraries with undefined symbols to be built]) _LT_TAGDECL([], [no_undefined_flag], [1], [Flag that enforces no undefined symbols]) _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], [Flag to hardcode $libdir into a binary during linking. This must work even if $libdir does not exist]) _LT_TAGDECL([], [hardcode_libdir_separator], [1], [Whether we need a single "-rpath" flag with a separated argument]) _LT_TAGDECL([], [hardcode_direct], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_direct_absolute], [0], [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes DIR into the resulting binary and the resulting library dependency is "absolute", i.e impossible to change by setting $shlibpath_var if the library is relocated]) _LT_TAGDECL([], [hardcode_minus_L], [0], [Set to "yes" if using the -LDIR flag during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_shlibpath_var], [0], [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into the resulting binary]) _LT_TAGDECL([], [hardcode_automatic], [0], [Set to "yes" if building a shared library automatically hardcodes DIR into the library and all subsequent libraries and executables linked against it]) _LT_TAGDECL([], [inherit_rpath], [0], [Set to yes if linker adds runtime paths of dependent libraries to runtime path list]) _LT_TAGDECL([], [link_all_deplibs], [0], [Whether libtool must link a program against all its dependency libraries]) _LT_TAGDECL([], [always_export_symbols], [0], [Set to "yes" if exported symbols are required]) _LT_TAGDECL([], [export_symbols_cmds], [2], [The commands to list exported symbols]) _LT_TAGDECL([], [exclude_expsyms], [1], [Symbols that should not be listed in the preloaded symbols]) _LT_TAGDECL([], [include_expsyms], [1], [Symbols that must always be exported]) _LT_TAGDECL([], [prelink_cmds], [2], [Commands necessary for linking programs (against libraries) with templates]) _LT_TAGDECL([], [postlink_cmds], [2], [Commands necessary for finishing linking programs]) _LT_TAGDECL([], [file_list_spec], [1], [Specify filename containing input files]) dnl FIXME: Not yet implemented dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], dnl [Compiler flag to generate thread safe objects]) ])# _LT_LINKER_SHLIBS # _LT_LANG_C_CONFIG([TAG]) # ------------------------ # Ensure that the configuration variables for a C compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_C_CONFIG], [m4_require([_LT_DECL_EGREP])dnl lt_save_CC=$CC AC_LANG_PUSH(C) # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' _LT_TAG_COMPILER # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) LT_SYS_DLOPEN_SELF _LT_CMD_STRIPLIB # Report what library types will actually be built AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_CONFIG($1) fi AC_LANG_POP CC=$lt_save_CC ])# _LT_LANG_C_CONFIG # _LT_LANG_CXX_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a C++ compiler are suitably # defined. These variables are subsequently used by _LT_CONFIG to write # the compiler configuration to 'libtool'. m4_defun([_LT_LANG_CXX_CONFIG], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl m4_require([_LT_DECL_EGREP])dnl m4_require([_LT_PATH_MANIFEST_TOOL])dnl if test -n "$CXX" && ( test no != "$CXX" && ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || (test g++ != "$CXX"))); then AC_PROG_CXXCPP else _lt_caught_CXX_error=yes fi AC_LANG_PUSH(C++) _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(compiler_needs_object, $1)=no _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for C++ test sources. ac_ext=cpp # Object file extension for compiled C++ test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the CXX compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_caught_CXX_error"; then # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_LD=$LD lt_save_GCC=$GCC GCC=$GXX lt_save_with_gnu_ld=$with_gnu_ld lt_save_path_LD=$lt_cv_path_LD if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx else $as_unset lt_cv_prog_gnu_ld fi if test -n "${lt_cv_path_LDCXX+set}"; then lt_cv_path_LD=$lt_cv_path_LDCXX else $as_unset lt_cv_path_LD fi test -z "${LDCXX+set}" || LD=$LDCXX CC=${CXX-"c++"} CFLAGS=$CXXFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then # We don't want -fno-exception when compiling C++ code, so set the # no_builtin_flag separately if test yes = "$GXX"; then _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' else _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= fi if test yes = "$GXX"; then # Set up default GNU C++ configuration LT_PATH_LD # Check if GNU C++ uses GNU ld as the underlying linker, since the # archiving commands below assume that GNU ld is being used. if test yes = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # If archive_cmds runs LD, not CC, wlarc should be empty # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to # investigate it a little bit more. (MM) wlarc='$wl' # ancient GNU ld didn't support --whole-archive et. al. if eval "`$CC -print-prog-name=ld` --help 2>&1" | $GREP 'no-whole-archive' > /dev/null; then _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else _LT_TAGVAR(whole_archive_flag_spec, $1)= fi else with_gnu_ld=no wlarc= # A generic and very simple default shared library creation # command for GNU C++ for the case where it uses the native # linker, instead of GNU ld. If possible, this setting should # overridden to take advantage of the native linker features on # the platform it is being used on. _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else GXX=no with_gnu_ld=no wlarc= fi # PORTME: fill in a description of your system's C++ link characteristics AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) _LT_TAGVAR(ld_shlibs, $1)=yes case $host_os in aix3*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aix[[4-9]]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) for ld_flag in $LDFLAGS; do case $ld_flag in *-brtl*) aix_use_runtimelinking=yes break ;; esac done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. _LT_TAGVAR(archive_cmds, $1)='' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(file_list_spec, $1)='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no ;; esac if test yes = "$GXX"; then case $host_os in aix4.[[012]]|aix4.[[012]].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)= fi esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag=$shared_flag' $wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to # export. _LT_TAGVAR(always_export_symbols, $1)=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. # The "-G" linker flag allows undefined symbols. _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' # Determine the default libpath from the value encoded in an empty # executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. _LT_SYS_MODULE_PATH_AIX([$1]) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' fi _LT_TAGVAR(archive_cmds_need_lc, $1)=yes _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' fi fi ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then _LT_TAGVAR(allow_undefined_flag, $1)=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; chorus*) case $cc_basename in *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; cygwin* | mingw* | pw32* | cegcc*) case $GXX,$cc_basename in ,cl* | no,cl*) # Native MSVC # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=yes _LT_TAGVAR(file_list_spec, $1)='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes # Don't use ranlib _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ func_to_tool_file "$lt_outputfile"~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # g++ # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, # as there is no search path for DLLs. _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' _LT_TAGVAR(allow_undefined_flag, $1)=unsupported _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; darwin* | rhapsody*) _LT_DARWIN_LINKER_FEATURES($1) ;; os2*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported shrext_cmds=.dll _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; dgux*) case $cc_basename in ec++*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; ghcx*) # Green Hills C++ Compiler # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; freebsd2.*) # C++ shared libraries reported to be fairly broken before # switch to ELF _LT_TAGVAR(ld_shlibs, $1)=no ;; freebsd-elf*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; freebsd* | dragonfly*) # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF # conventions _LT_TAGVAR(ld_shlibs, $1)=yes ;; haiku*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(link_all_deplibs, $1)=yes ;; hpux9*) _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; hpux10*|hpux11*) if test no = "$with_gnu_ld"; then _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: case $host_cpu in hppa*64*|ia64*) ;; *) _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; esac fi case $host_cpu in hppa*64*|ia64*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; *) _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, # but as the default # location of the library. ;; esac case $cc_basename in CC*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; aCC*) case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then case $host_cpu in hppa*64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; ia64*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' ;; esac fi else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; interix[[3-9]]*) _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; irix5* | irix6*) case $cc_basename in CC*) # SGI C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' # Archives containing C++ object files must be created using # "CC -ar", where "CC" is the IRIX C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' ;; *) if test yes = "$GXX"; then if test no = "$with_gnu_ld"; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' fi fi _LT_TAGVAR(link_all_deplibs, $1)=yes ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: _LT_TAGVAR(inherit_rpath, $1)=yes ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' # Archives containing C++ object files must be created using # "CC -Bstatic", where "CC" is the KAI C++ compiler. _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; icpc* | ecpc* ) # Intel C++ with_gnu_ld=yes # version 8.0 and above of icpc choke on multiply defined symbols # if we add $predep_objects and $postdep_objects, however 7.1 and # earlier do not add the objects themselves. case `$CC -V 2>&1` in *"Version 7."*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 8.0 or newer tmp_idyn= case $host_cpu in ia64*) tmp_idyn=' -i_dynamic';; esac _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' ;; pgCC* | pgcpp*) # Portland Group C++ compiler case `$CC -V` in *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ $RANLIB $oldlib' _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ rm -rf $tpldir~ $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; *) # Version 6 and above use weak symbols _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' ;; cxx*) # Compaq C++ _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' runpath_var=LD_RUN_PATH _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' ;; xl* | mpixl* | bgxl*) # IBM XL 8.0 on PPC, with GNU ld _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' _LT_TAGVAR(compiler_needs_object, $1)=yes # Not sure whether something based on # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 # would be better. output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; esac ;; esac ;; lynxos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; m88k*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; mvs*) case $cc_basename in cxx*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; netbsd*) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' wlarc= _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no fi # Workaround some broken pre-1.5 toolchains output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' ;; *nto* | *qnx*) _LT_TAGVAR(ld_shlibs, $1)=yes ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then _LT_TAGVAR(hardcode_direct, $1)=yes _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=yes _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' fi output_verbose_link_cmd=func_echo_all else _LT_TAGVAR(ld_shlibs, $1)=no fi ;; osf3* | osf4* | osf5*) case $cc_basename in KCC*) # Kuck and Associates, Inc. (KAI) C++ Compiler # KCC will only create a shared library if the output file # ends with ".so" (or ".sl" for HP-UX), so rename the library # to its proper name (with version) after linking. _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Archives containing C++ object files must be created using # the KAI C++ compiler. case $host in osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; esac ;; RCC*) # Rational C++ 2.4.1 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; cxx*) case $host in osf3*) _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' ;; *) _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ echo "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ $RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' ;; esac _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. # # There doesn't appear to be a way to prevent this compiler from # explicitly linking system object files so we need to strip them # from the output so that they don't get included in the library # dependencies. output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' ;; *) if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' case $host in osf3*) _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' ;; esac _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=: # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no fi ;; esac ;; psos*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; sunos4*) case $cc_basename in CC*) # Sun C++ 4.x # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; lcc*) # Lucid # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; solaris*) case $cc_basename in CC* | sunCC*) # Sun C++ 4.2, 5.x and Centerline C++ _LT_TAGVAR(archive_cmds_need_lc,$1)=yes _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' _LT_TAGVAR(hardcode_shlibpath_var, $1)=no case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. # Supported since Solaris 2.6 (maybe 2.5.1?) _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;; esac _LT_TAGVAR(link_all_deplibs, $1)=yes output_verbose_link_cmd='func_echo_all' # Archives containing C++ object files must be created using # "CC -xar", where "CC" is the Sun C++ compiler. This is # necessary to make sure instantiated templates are included # in the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' ;; gcx*) # Green Hills C++ Compiler _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' # The C++ compiler must be used to create the archive. _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' ;; *) # GNU C++ compiler with Solaris linker if test yes,no = "$GXX,$with_gnu_ld"; then _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' if $CC --version | $GREP -v '^2\.7' > /dev/null; then _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' else # g++ 2.7 appears to require '-G' NOT '-shared' on this # platform. _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' # Commands to make compiler produce verbose output that lists # what "hidden" libraries, object files and flags are used when # linking a shared library. output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' fi _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' case $host_os in solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' ;; esac fi ;; esac ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(hardcode_shlibpath_var, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' _LT_TAGVAR(hardcode_libdir_separator, $1)=':' _LT_TAGVAR(link_all_deplibs, $1)=yes _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' runpath_var='LD_RUN_PATH' case $cc_basename in CC*) _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ '"$_LT_TAGVAR(old_archive_cmds, $1)" _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ '"$_LT_TAGVAR(reload_cmds, $1)" ;; *) _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; tandem*) case $cc_basename in NCC*) # NonStop-UX NCC 3.20 # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac ;; vxworks*) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; *) # FIXME: insert proper C++ library support _LT_TAGVAR(ld_shlibs, $1)=no ;; esac AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no _LT_TAGVAR(GCC, $1)=$GXX _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS LDCXX=$LD LD=$lt_save_LD GCC=$lt_save_GCC with_gnu_ld=$lt_save_with_gnu_ld lt_cv_path_LDCXX=$lt_cv_path_LD lt_cv_path_LD=$lt_save_path_LD lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld fi # test yes != "$_lt_caught_CXX_error" AC_LANG_POP ])# _LT_LANG_CXX_CONFIG # _LT_FUNC_STRIPNAME_CNF # ---------------------- # func_stripname_cnf prefix suffix name # strip PREFIX and SUFFIX off of NAME. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). # # This function is identical to the (non-XSI) version of func_stripname, # except this one can be used by m4 code that may be executed by configure, # rather than the libtool script. m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl AC_REQUIRE([_LT_DECL_SED]) AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) func_stripname_cnf () { case @S|@2 in .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; esac } # func_stripname_cnf ])# _LT_FUNC_STRIPNAME_CNF # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) # --------------------------------- # Figure out "hidden" library dependencies from verbose # compiler output when linking a shared library. # Parse the compiler output and extract the necessary # objects, libraries and library flags. m4_defun([_LT_SYS_HIDDEN_LIBDEPS], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl # Dependencies to place before and after the object being linked: _LT_TAGVAR(predep_objects, $1)= _LT_TAGVAR(postdep_objects, $1)= _LT_TAGVAR(predeps, $1)= _LT_TAGVAR(postdeps, $1)= _LT_TAGVAR(compiler_lib_search_path, $1)= dnl we can't use the lt_simple_compile_test_code here, dnl because it contains code intended for an executable, dnl not a library. It's possible we should let each dnl tag define a new lt_????_link_test_code variable, dnl but it's only used here... m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF int a; void foo (void) { a = 0; } _LT_EOF ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF class Foo { public: Foo (void) { a = 0; } private: int a; }; _LT_EOF ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer*4 a a=0 return end _LT_EOF ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF subroutine foo implicit none integer a a=0 return end _LT_EOF ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF public class foo { private int a; public void bar (void) { a = 0; } }; _LT_EOF ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF package foo func foo() { } _LT_EOF ]) _lt_libdeps_save_CFLAGS=$CFLAGS case "$CC $CFLAGS " in #( *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; esac dnl Parse the compiler output and extract the necessary dnl objects, libraries and library flags. if AC_TRY_EVAL(ac_compile); then # Parse the compiler output and extract the necessary # objects, libraries and library flags. # Sentinel used to keep track of whether or not we are before # the conftest object file. pre_test_object_deps_done=no for p in `eval "$output_verbose_link_cmd"`; do case $prev$p in -L* | -R* | -l*) # Some compilers place space between "-{L,R}" and the path. # Remove the space. if test x-L = "$p" || test x-R = "$p"; then prev=$p continue fi # Expand the sysroot to ease extracting the directories later. if test -z "$prev"; then case $p in -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; esac fi case $p in =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; esac if test no = "$pre_test_object_deps_done"; then case $prev in -L | -R) # Internal compiler library paths should come after those # provided the user. The postdeps already come after the # user supplied libs so there is no need to process them. if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p else _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" fi ;; # The "-l" case would never come before the object being # linked, so don't bother handling this case. esac else if test -z "$_LT_TAGVAR(postdeps, $1)"; then _LT_TAGVAR(postdeps, $1)=$prev$p else _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" fi fi prev= ;; *.lto.$objext) ;; # Ignore GCC LTO objects *.$objext) # This assumes that the test object file only shows up # once in the compiler output. if test "$p" = "conftest.$objext"; then pre_test_object_deps_done=yes continue fi if test no = "$pre_test_object_deps_done"; then if test -z "$_LT_TAGVAR(predep_objects, $1)"; then _LT_TAGVAR(predep_objects, $1)=$p else _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" fi else if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then _LT_TAGVAR(postdep_objects, $1)=$p else _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" fi fi ;; *) ;; # Ignore the rest. esac done # Clean up. rm -f a.out a.exe else echo "libtool.m4: error: problem compiling $1 test program" fi $RM -f confest.$objext CFLAGS=$_lt_libdeps_save_CFLAGS # PORTME: override above test on systems where it is broken m4_if([$1], [CXX], [case $host_os in interix[[3-9]]*) # Interix 3.5 installs completely hosed .la files for C++, so rather than # hack all around it, let's just trust "g++" to DTRT. _LT_TAGVAR(predep_objects,$1)= _LT_TAGVAR(postdep_objects,$1)= _LT_TAGVAR(postdeps,$1)= ;; esac ]) case " $_LT_TAGVAR(postdeps, $1) " in *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; esac _LT_TAGVAR(compiler_lib_search_dirs, $1)= if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` fi _LT_TAGDECL([], [compiler_lib_search_dirs], [1], [The directories searched by this compiler when creating a shared library]) _LT_TAGDECL([], [predep_objects], [1], [Dependencies to place before and after the objects being linked to create a shared library]) _LT_TAGDECL([], [postdep_objects], [1]) _LT_TAGDECL([], [predeps], [1]) _LT_TAGDECL([], [postdeps], [1]) _LT_TAGDECL([], [compiler_lib_search_path], [1], [The library search path used internally by the compiler when linking a shared library]) ])# _LT_SYS_HIDDEN_LIBDEPS # _LT_LANG_F77_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for a Fortran 77 compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_F77_CONFIG], [AC_LANG_PUSH(Fortran 77) if test -z "$F77" || test no = "$F77"; then _lt_disable_F77=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for f77 test sources. ac_ext=f # Object file extension for compiled f77 test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the F77 compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_F77"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${F77-"f77"} CFLAGS=$FFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) GCC=$G77 if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$G77 _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_F77" AC_LANG_POP ])# _LT_LANG_F77_CONFIG # _LT_LANG_FC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for a Fortran compiler are # suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_FC_CONFIG], [AC_LANG_PUSH(Fortran) if test -z "$FC" || test no = "$FC"; then _lt_disable_FC=yes fi _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(allow_undefined_flag, $1)= _LT_TAGVAR(always_export_symbols, $1)=no _LT_TAGVAR(archive_expsym_cmds, $1)= _LT_TAGVAR(export_dynamic_flag_spec, $1)= _LT_TAGVAR(hardcode_direct, $1)=no _LT_TAGVAR(hardcode_direct_absolute, $1)=no _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= _LT_TAGVAR(hardcode_libdir_separator, $1)= _LT_TAGVAR(hardcode_minus_L, $1)=no _LT_TAGVAR(hardcode_automatic, $1)=no _LT_TAGVAR(inherit_rpath, $1)=no _LT_TAGVAR(module_cmds, $1)= _LT_TAGVAR(module_expsym_cmds, $1)= _LT_TAGVAR(link_all_deplibs, $1)=unknown _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds _LT_TAGVAR(no_undefined_flag, $1)= _LT_TAGVAR(whole_archive_flag_spec, $1)= _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no # Source file extension for fc test sources. ac_ext=${ac_fc_srcext-f} # Object file extension for compiled fc test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # No sense in running all these tests if we already determined that # the FC compiler isn't working. Some variables (like enable_shared) # are currently assumed to apply to all compilers on this platform, # and will be corrupted by setting them based on a non-working compiler. if test yes != "$_lt_disable_FC"; then # Code to be used in simple compile tests lt_simple_compile_test_code="\ subroutine t return end " # Code to be used in simple link tests lt_simple_link_test_code="\ program t end " # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_GCC=$GCC lt_save_CFLAGS=$CFLAGS CC=${FC-"f95"} CFLAGS=$FCFLAGS compiler=$CC GCC=$ac_cv_fc_compiler_gnu _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) if test -n "$compiler"; then AC_MSG_CHECKING([if libtool supports shared libraries]) AC_MSG_RESULT([$can_build_shared]) AC_MSG_CHECKING([whether to build shared libraries]) test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[[4-9]]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac AC_MSG_RESULT([$enable_shared]) AC_MSG_CHECKING([whether to build static libraries]) # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes AC_MSG_RESULT([$enable_static]) _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu _LT_TAGVAR(LD, $1)=$LD ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... _LT_SYS_HIDDEN_LIBDEPS($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_SYS_DYNAMIC_LINKER($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi # test -n "$compiler" GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS fi # test yes != "$_lt_disable_FC" AC_LANG_POP ])# _LT_LANG_FC_CONFIG # _LT_LANG_GCJ_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Java Compiler compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GCJ_CONFIG], [AC_REQUIRE([LT_PROG_GCJ])dnl AC_LANG_SAVE # Source file extension for Java test sources. ac_ext=java # Object file extension for compiled Java test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="class foo {}" # Code to be used in simple link tests lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GCJ-"gcj"} CFLAGS=$GCJFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # GCJ did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GCJ_CONFIG # _LT_LANG_GO_CONFIG([TAG]) # -------------------------- # Ensure that the configuration variables for the GNU Go compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_GO_CONFIG], [AC_REQUIRE([LT_PROG_GO])dnl AC_LANG_SAVE # Source file extension for Go test sources. ac_ext=go # Object file extension for compiled Go test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="package main; func main() { }" # Code to be used in simple link tests lt_simple_link_test_code='package main; func main() { }' # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC=yes CC=${GOC-"gccgo"} CFLAGS=$GOFLAGS compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_TAGVAR(LD, $1)=$LD _LT_CC_BASENAME([$compiler]) # Go did not exist at the time GCC didn't implicitly link libc in. _LT_TAGVAR(archive_cmds_need_lc, $1)=no _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds _LT_TAGVAR(reload_flag, $1)=$reload_flag _LT_TAGVAR(reload_cmds, $1)=$reload_cmds ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then _LT_COMPILER_NO_RTTI($1) _LT_COMPILER_PIC($1) _LT_COMPILER_C_O($1) _LT_COMPILER_FILE_LOCKS($1) _LT_LINKER_SHLIBS($1) _LT_LINKER_HARDCODE_LIBPATH($1) _LT_CONFIG($1) fi AC_LANG_RESTORE GCC=$lt_save_GCC CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_GO_CONFIG # _LT_LANG_RC_CONFIG([TAG]) # ------------------------- # Ensure that the configuration variables for the Windows resource compiler # are suitably defined. These variables are subsequently used by _LT_CONFIG # to write the compiler configuration to 'libtool'. m4_defun([_LT_LANG_RC_CONFIG], [AC_REQUIRE([LT_PROG_RC])dnl AC_LANG_SAVE # Source file extension for RC test sources. ac_ext=rc # Object file extension for compiled RC test sources. objext=o _LT_TAGVAR(objext, $1)=$objext # Code to be used in simple compile tests lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' # Code to be used in simple link tests lt_simple_link_test_code=$lt_simple_compile_test_code # ltmain only uses $CC for tagged configurations so make sure $CC is set. _LT_TAG_COMPILER # save warnings/boilerplate of simple test code _LT_COMPILER_BOILERPLATE _LT_LINKER_BOILERPLATE # Allow CC to be a program name with arguments. lt_save_CC=$CC lt_save_CFLAGS=$CFLAGS lt_save_GCC=$GCC GCC= CC=${RC-"windres"} CFLAGS= compiler=$CC _LT_TAGVAR(compiler, $1)=$CC _LT_CC_BASENAME([$compiler]) _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes if test -n "$compiler"; then : _LT_CONFIG($1) fi GCC=$lt_save_GCC AC_LANG_RESTORE CC=$lt_save_CC CFLAGS=$lt_save_CFLAGS ])# _LT_LANG_RC_CONFIG # LT_PROG_GCJ # ----------- AC_DEFUN([LT_PROG_GCJ], [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], [AC_CHECK_TOOL(GCJ, gcj,) test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" AC_SUBST(GCJFLAGS)])])[]dnl ]) # Old name: AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_GCJ], []) # LT_PROG_GO # ---------- AC_DEFUN([LT_PROG_GO], [AC_CHECK_TOOL(GOC, gccgo,) ]) # LT_PROG_RC # ---------- AC_DEFUN([LT_PROG_RC], [AC_CHECK_TOOL(RC, windres,) ]) # Old name: AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_RC], []) # _LT_DECL_EGREP # -------------- # If we don't have a new enough Autoconf to choose the best grep # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_EGREP], [AC_REQUIRE([AC_PROG_EGREP])dnl AC_REQUIRE([AC_PROG_FGREP])dnl test -z "$GREP" && GREP=grep _LT_DECL([], [GREP], [1], [A grep program that handles long lines]) _LT_DECL([], [EGREP], [1], [An ERE matcher]) _LT_DECL([], [FGREP], [1], [A literal string matcher]) dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too AC_SUBST([GREP]) ]) # _LT_DECL_OBJDUMP # -------------- # If we don't have a new enough Autoconf to choose the best objdump # available, choose the one first in the user's PATH. m4_defun([_LT_DECL_OBJDUMP], [AC_CHECK_TOOL(OBJDUMP, objdump, false) test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) AC_SUBST([OBJDUMP]) ]) # _LT_DECL_DLLTOOL # ---------------- # Ensure DLLTOOL variable is set. m4_defun([_LT_DECL_DLLTOOL], [AC_CHECK_TOOL(DLLTOOL, dlltool, false) test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program]) AC_SUBST([DLLTOOL]) ]) # _LT_DECL_SED # ------------ # Check for a fully-functional sed program, that truncates # as few characters as possible. Prefer GNU sed if found. m4_defun([_LT_DECL_SED], [AC_PROG_SED test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" _LT_DECL([], [SED], [1], [A sed program that does not truncate output]) _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], [Sed that helps us avoid accidentally triggering echo(1) options like -n]) ])# _LT_DECL_SED m4_ifndef([AC_PROG_SED], [ ############################################################ # NOTE: This macro has been submitted for inclusion into # # GNU Autoconf as AC_PROG_SED. When it is available in # # a released version of Autoconf we should remove this # # macro and use it instead. # ############################################################ m4_defun([AC_PROG_SED], [AC_MSG_CHECKING([for a sed that does not truncate output]) AC_CACHE_VAL(lt_cv_path_SED, [# Loop through the user's path and test for sed and gsed. # Then use that list of sed's as ones to test for truncation. as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for lt_ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" fi done done done IFS=$as_save_IFS lt_ac_max=0 lt_ac_count=0 # Add /usr/xpg4/bin/sed as it is typically found on Solaris # along with /bin/sed that truncates output. for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do test ! -f "$lt_ac_sed" && continue cat /dev/null > conftest.in lt_ac_count=0 echo $ECHO_N "0123456789$ECHO_C" >conftest.in # Check for GNU sed and select it if it is found. if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then lt_cv_path_SED=$lt_ac_sed break fi while true; do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo >>conftest.nl $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break cmp -s conftest.out conftest.nl || break # 10000 chars as input seems more than enough test 10 -lt "$lt_ac_count" && break lt_ac_count=`expr $lt_ac_count + 1` if test "$lt_ac_count" -gt "$lt_ac_max"; then lt_ac_max=$lt_ac_count lt_cv_path_SED=$lt_ac_sed fi done done ]) SED=$lt_cv_path_SED AC_SUBST([SED]) AC_MSG_RESULT([$SED]) ])#AC_PROG_SED ])#m4_ifndef # Old name: AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([LT_AC_PROG_SED], []) # _LT_CHECK_SHELL_FEATURES # ------------------------ # Find out whether the shell is Bourne or XSI compatible, # or has some other useful features. m4_defun([_LT_CHECK_SHELL_FEATURES], [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl ])# _LT_CHECK_SHELL_FEATURES # _LT_PATH_CONVERSION_FUNCTIONS # ----------------------------- # Determine what file name conversion functions should be used by # func_to_host_file (and, implicitly, by func_to_host_path). These are needed # for certain cross-compile configurations and native mingw. m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], [AC_REQUIRE([AC_CANONICAL_HOST])dnl AC_REQUIRE([AC_CANONICAL_BUILD])dnl AC_MSG_CHECKING([how to convert $build file names to $host format]) AC_CACHE_VAL(lt_cv_to_host_file_cmd, [case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac ]) to_host_file_cmd=$lt_cv_to_host_file_cmd AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], [0], [convert $build file names to $host format])dnl AC_MSG_CHECKING([how to convert $build file names to toolchain format]) AC_CACHE_VAL(lt_cv_to_tool_file_cmd, [#assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac ]) to_tool_file_cmd=$lt_cv_to_tool_file_cmd AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], [0], [convert $build files to toolchain format])dnl ])# _LT_PATH_CONVERSION_FUNCTIONS nbd-3.16.2/support/genver.sh0000755000175000017500000000021413115264041012622 00000000000000#!/bin/sh GITDESC=$(git describe --dirty|sed -e 's/nbd-//' 2>/dev/null) if [ -z "$GITDESC" ]; then GITDESC="0.unknown" fi echo $GITDESC nbd-3.16.2/support/ltoptions.m40000644000175000017500000003426213155614443013315 00000000000000# Helper functions for option handling. -*- Autoconf -*- # # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 8 ltoptions.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) # ------------------------------------------ m4_define([_LT_MANGLE_OPTION], [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) # --------------------------------------- # Set option OPTION-NAME for macro MACRO-NAME, and if there is a # matching handler defined, dispatch to it. Other OPTION-NAMEs are # saved as a flag. m4_define([_LT_SET_OPTION], [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), _LT_MANGLE_DEFUN([$1], [$2]), [m4_warning([Unknown $1 option '$2'])])[]dnl ]) # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) # ------------------------------------------------------------ # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. m4_define([_LT_IF_OPTION], [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) # ------------------------------------------------------- # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME # are set. m4_define([_LT_UNLESS_OPTIONS], [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), [m4_define([$0_found])])])[]dnl m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 ])[]dnl ]) # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) # ---------------------------------------- # OPTION-LIST is a space-separated list of Libtool options associated # with MACRO-NAME. If any OPTION has a matching handler declared with # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about # the unknown option and exit. m4_defun([_LT_SET_OPTIONS], [# Set options m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), [_LT_SET_OPTION([$1], _LT_Option)]) m4_if([$1],[LT_INIT],[ dnl dnl Simply set some default values (i.e off) if boolean options were not dnl specified: _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no ]) _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no ]) dnl dnl If no reference was made to various pairs of opposing options, then dnl we run the default mode handler for the pair. For example, if neither dnl 'shared' nor 'disable-shared' was passed, we enable building of shared dnl archives by default: _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], [_LT_ENABLE_FAST_INSTALL]) _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], [_LT_WITH_AIX_SONAME([aix])]) ]) ])# _LT_SET_OPTIONS ## --------------------------------- ## ## Macros to handle LT_INIT options. ## ## --------------------------------- ## # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) # ----------------------------------------- m4_define([_LT_MANGLE_DEFUN], [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) # ----------------------------------------------- m4_define([LT_OPTION_DEFINE], [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl ])# LT_OPTION_DEFINE # dlopen # ------ LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes ]) AU_DEFUN([AC_LIBTOOL_DLOPEN], [_LT_SET_OPTION([LT_INIT], [dlopen]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'dlopen' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) # win32-dll # --------- # Declare package support for building win32 dll's. LT_OPTION_DEFINE([LT_INIT], [win32-dll], [enable_win32_dll=yes case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) AC_CHECK_TOOL(AS, as, false) AC_CHECK_TOOL(DLLTOOL, dlltool, false) AC_CHECK_TOOL(OBJDUMP, objdump, false) ;; esac test -z "$AS" && AS=as _LT_DECL([], [AS], [1], [Assembler program])dnl test -z "$DLLTOOL" && DLLTOOL=dlltool _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl test -z "$OBJDUMP" && OBJDUMP=objdump _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl ])# win32-dll AU_DEFUN([AC_LIBTOOL_WIN32_DLL], [AC_REQUIRE([AC_CANONICAL_HOST])dnl _LT_SET_OPTION([LT_INIT], [win32-dll]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'win32-dll' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) # _LT_ENABLE_SHARED([DEFAULT]) # ---------------------------- # implement the --enable-shared flag, and supports the 'shared' and # 'disable-shared' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_SHARED], [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([shared], [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac], [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) _LT_DECL([build_libtool_libs], [enable_shared], [0], [Whether or not to build shared libraries]) ])# _LT_ENABLE_SHARED LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) # Old names: AC_DEFUN([AC_ENABLE_SHARED], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) ]) AC_DEFUN([AC_DISABLE_SHARED], [_LT_SET_OPTION([LT_INIT], [disable-shared]) ]) AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_SHARED], []) dnl AC_DEFUN([AM_DISABLE_SHARED], []) # _LT_ENABLE_STATIC([DEFAULT]) # ---------------------------- # implement the --enable-static flag, and support the 'static' and # 'disable-static' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_STATIC], [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([static], [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac], [enable_static=]_LT_ENABLE_STATIC_DEFAULT) _LT_DECL([build_old_libs], [enable_static], [0], [Whether or not to build static libraries]) ])# _LT_ENABLE_STATIC LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) # Old names: AC_DEFUN([AC_ENABLE_STATIC], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) ]) AC_DEFUN([AC_DISABLE_STATIC], [_LT_SET_OPTION([LT_INIT], [disable-static]) ]) AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AM_ENABLE_STATIC], []) dnl AC_DEFUN([AM_DISABLE_STATIC], []) # _LT_ENABLE_FAST_INSTALL([DEFAULT]) # ---------------------------------- # implement the --enable-fast-install flag, and support the 'fast-install' # and 'disable-fast-install' LT_INIT options. # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. m4_define([_LT_ENABLE_FAST_INSTALL], [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl AC_ARG_ENABLE([fast-install], [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], [p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac], [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) _LT_DECL([fast_install], [enable_fast_install], [0], [Whether or not to optimize for fast installation])dnl ])# _LT_ENABLE_FAST_INSTALL LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) # Old names: AU_DEFUN([AC_ENABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'fast-install' option into LT_INIT's first parameter.]) ]) AU_DEFUN([AC_DISABLE_FAST_INSTALL], [_LT_SET_OPTION([LT_INIT], [disable-fast-install]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'disable-fast-install' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) # _LT_WITH_AIX_SONAME([DEFAULT]) # ---------------------------------- # implement the --with-aix-soname flag, and support the `aix-soname=aix' # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. m4_define([_LT_WITH_AIX_SONAME], [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[[5-9]]*,yes) AC_MSG_CHECKING([which variant of shared library versioning to provide]) AC_ARG_WITH([aix-soname], [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], [case $withval in aix|svr4|both) ;; *) AC_MSG_ERROR([Unknown argument to --with-aix-soname]) ;; esac lt_cv_with_aix_soname=$with_aix_soname], [AC_CACHE_VAL([lt_cv_with_aix_soname], [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) with_aix_soname=$lt_cv_with_aix_soname]) AC_MSG_RESULT([$with_aix_soname]) if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac _LT_DECL([], [shared_archive_member_spec], [0], [Shared archive member basename, for filename based shared library versioning on AIX])dnl ])# _LT_WITH_AIX_SONAME LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) # _LT_WITH_PIC([MODE]) # -------------------- # implement the --with-pic flag, and support the 'pic-only' and 'no-pic' # LT_INIT options. # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. m4_define([_LT_WITH_PIC], [AC_ARG_WITH([pic], [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], [lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac], [pic_mode=m4_default([$1], [default])]) _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl ])# _LT_WITH_PIC LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) # Old name: AU_DEFUN([AC_LIBTOOL_PICMODE], [_LT_SET_OPTION([LT_INIT], [pic-only]) AC_DIAGNOSE([obsolete], [$0: Remove this warning and the call to _LT_SET_OPTION when you put the 'pic-only' option into LT_INIT's first parameter.]) ]) dnl aclocal-1.4 backwards compatibility: dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) ## ----------------- ## ## LTDL_INIT Options ## ## ----------------- ## m4_define([_LTDL_MODE], []) LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], [m4_define([_LTDL_MODE], [nonrecursive])]) LT_OPTION_DEFINE([LTDL_INIT], [recursive], [m4_define([_LTDL_MODE], [recursive])]) LT_OPTION_DEFINE([LTDL_INIT], [subproject], [m4_define([_LTDL_MODE], [subproject])]) m4_define([_LTDL_TYPE], []) LT_OPTION_DEFINE([LTDL_INIT], [installable], [m4_define([_LTDL_TYPE], [installable])]) LT_OPTION_DEFINE([LTDL_INIT], [convenience], [m4_define([_LTDL_TYPE], [convenience])]) nbd-3.16.2/support/ltversion.m40000644000175000017500000000127313155614443013303 00000000000000# ltversion.m4 -- version numbers -*- Autoconf -*- # # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. # Written by Scott James Remnant, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # @configure_input@ # serial 4179 ltversion.m4 # This file is part of GNU Libtool m4_define([LT_PACKAGE_VERSION], [2.4.6]) m4_define([LT_PACKAGE_REVISION], [2.4.6]) AC_DEFUN([LTVERSION_VERSION], [macro_version='2.4.6' macro_revision='2.4.6' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ]) nbd-3.16.2/support/ltsugar.m40000644000175000017500000001044013155614443012733 00000000000000# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software # Foundation, Inc. # Written by Gary V. Vaughan, 2004 # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 6 ltsugar.m4 # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) # lt_join(SEP, ARG1, [ARG2...]) # ----------------------------- # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their # associated separator. # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier # versions in m4sugar had bugs. m4_define([lt_join], [m4_if([$#], [1], [], [$#], [2], [[$2]], [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) m4_define([_lt_join], [m4_if([$#$2], [2], [], [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) # lt_car(LIST) # lt_cdr(LIST) # ------------ # Manipulate m4 lists. # These macros are necessary as long as will still need to support # Autoconf-2.59, which quotes differently. m4_define([lt_car], [[$1]]) m4_define([lt_cdr], [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], [$#], 1, [], [m4_dquote(m4_shift($@))])]) m4_define([lt_unquote], $1) # lt_append(MACRO-NAME, STRING, [SEPARATOR]) # ------------------------------------------ # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. # Note that neither SEPARATOR nor STRING are expanded; they are appended # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). # No SEPARATOR is output if MACRO-NAME was previously undefined (different # than defined and empty). # # This macro is needed until we can rely on Autoconf 2.62, since earlier # versions of m4sugar mistakenly expanded SEPARATOR but not STRING. m4_define([lt_append], [m4_define([$1], m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) # ---------------------------------------------------------- # Produce a SEP delimited list of all paired combinations of elements of # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list # has the form PREFIXmINFIXSUFFIXn. # Needed until we can rely on m4_combine added in Autoconf 2.62. m4_define([lt_combine], [m4_if(m4_eval([$# > 3]), [1], [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl [[m4_foreach([_Lt_prefix], [$2], [m4_foreach([_Lt_suffix], ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) # ----------------------------------------------------------------------- # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. m4_define([lt_if_append_uniq], [m4_ifdef([$1], [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], [lt_append([$1], [$2], [$3])$4], [$5])], [lt_append([$1], [$2], [$3])$4])]) # lt_dict_add(DICT, KEY, VALUE) # ----------------------------- m4_define([lt_dict_add], [m4_define([$1($2)], [$3])]) # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) # -------------------------------------------- m4_define([lt_dict_add_subkey], [m4_define([$1($2:$3)], [$4])]) # lt_dict_fetch(DICT, KEY, [SUBKEY]) # ---------------------------------- m4_define([lt_dict_fetch], [m4_ifval([$3], m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) # ----------------------------------------------------------------- m4_define([lt_if_dict_fetch], [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], [$5], [$6])]) # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) # -------------------------------------------------------------- m4_define([lt_dict_filter], [m4_if([$5], [], [], [lt_join(m4_quote(m4_default([$4], [[, ]])), lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl ]) nbd-3.16.2/support/lt~obsolete.m40000644000175000017500000001377413155614443013641 00000000000000# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. # Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. # serial 5 lt~obsolete.m4 # These exist entirely to fool aclocal when bootstrapping libtool. # # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), # which have later been changed to m4_define as they aren't part of the # exported API, or moved to Autoconf or Automake where they belong. # # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us # using a macro with the same name in our local m4/libtool.m4 it'll # pull the old libtool.m4 in (it doesn't see our shiny new m4_define # and doesn't know about Autoconf macros at all.) # # So we provide this file, which has a silly filename so it's always # included after everything else. This provides aclocal with the # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything # because those macros already exist, or will be overwritten later. # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. # # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. # Yes, that means every name once taken will need to remain here until # we give up compatibility with versions before 1.7, at which point # we need to keep only those names which we still refer to. # This is to help aclocal find these macros, as it can't see m4_define. AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) nbd-3.16.2/CodingStyle0000644000175000017500000000312612256110100011424 00000000000000NBD Coding style. ================= The following expresses my opinion of what C code should look like. I'm not as strict as the Kernel maintainers on this one (NBD isn't even remotely as large anyway), but code that does not follow these rules needs to be updated so that it does, which is useless time wasted for me. Therefore, it's appreciated if you would follow these rules. Thanks. * Use a tab width of 8 characters. You may use tab or 8 spaces as you please, it doesn't really matter to me. * opening curly brackets occur on the same line as whatever they're curly brackets for, _in all cases_. This includes function definitions, if structures, loops, and so on; every code block appears like so: int foo(int bar) { ... } * Variable declarations are separated from the rest of a function block by a line of whitespace. It's okay to assign a value to a variable when you're declaring it if you can do that on one line of code, but it must still be in the block of declarations at the top with a whiteline below. * Variables are declared one on each line. So no int foo, bar; use int foo; int bar; instead. * Try to fit everything in 80 columns. This goes especially for comment lines, but may be relaxed for function calls with 79 arguments, or so, if that's not feasible. * If your function block is more than three or so screenfulls, there's a hint that you should break it up. It is true that not all of the code currently follows these rules; but that should not stop you from following them for new code, or from cleaning up if you can (i.e., you have commit rights). nbd-3.16.2/cliserv.h0000644000175000017500000001051513132635333011113 00000000000000/* This header file is shared by client & server. They really have * something to share... * */ /* Client/server protocol is as follows: Send INIT_PASSWD Send 64-bit cliserv_magic Send 64-bit size of exported device Send 128 bytes of zeros (reserved for future use) */ #include #include #include #include #include #include #if SIZEOF_UNSIGNED_SHORT_INT==4 typedef unsigned short u32; #elif SIZEOF_UNSIGNED_INT==4 typedef unsigned int u32; #elif SIZEOF_UNSIGNED_LONG_INT==4 typedef unsigned long u32; #else #error I need at least some 32-bit type #endif #if SIZEOF_UNSIGNED_INT==8 typedef unsigned int u64; #elif SIZEOF_UNSIGNED_LONG_INT==8 typedef unsigned long u64; #elif SIZEOF_UNSIGNED_LONG_LONG_INT==8 typedef unsigned long long u64; #else #error I need at least some 64-bit type #endif #define __be32 u32 #define __be64 u64 #include "nbd.h" #ifndef HAVE_FDATASYNC #define fdatasync(arg) fsync(arg) #endif #if NBD_LFS==1 /* /usr/include/features.h (included from /usr/include/sys/types.h) defines this when _GNU_SOURCE is defined */ #ifndef _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE #endif #define _FILE_OFFSET_BITS 64 #endif #ifndef G_GNUC_NORETURN #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) #define G_GNUC_NORETURN __attribute__((__noreturn__)) #define G_GNUC_UNUSED __attribute__((unused)) #else #define G_GNUC_NORETURN #define G_GNUC_UNUSED #endif #endif extern const u64 cliserv_magic; extern const u64 opts_magic; extern const u64 rep_magic; #define INIT_PASSWD "NBDMAGIC" #define INFO(a) do { } while(0) int set_nonblocking(int fd, int nb); void setmysockopt(int sock); void err_nonfatal(const char *s); void err(const char *s) G_GNUC_NORETURN; void logging(const char* name); #ifndef ntohll uint64_t ntohll(uint64_t a); #endif #ifndef htonll #define htonll ntohll #endif int readit(int f, void *buf, size_t len); int writeit(int f, void *buf, size_t len); #define NBD_DEFAULT_PORT "10809" /* Port on which named exports are * served */ /* Options that the client can select to the server */ #define NBD_OPT_EXPORT_NAME (1) /**< Client wants to select a named export (is followed by name of export) */ #define NBD_OPT_ABORT (2) /**< Client wishes to abort negotiation */ #define NBD_OPT_LIST (3) /**< Client request list of supported exports (not followed by data) */ #define NBD_OPT_STARTTLS (5) /**< Client wishes to initiate TLS */ #define NBD_OPT_INFO (6) /**< Client wants information about the given export */ #define NBD_OPT_GO (7) /**< Client wants to select the given and move to the transmission phase */ /* Replies the server can send during negotiation */ #define NBD_REP_ACK (1) /**< ACK a request. Data: option number to be acked */ #define NBD_REP_SERVER (2) /**< Reply to NBD_OPT_LIST (one of these per server; must be followed by NBD_REP_ACK to signal the end of the list */ #define NBD_REP_INFO (3) /**< Reply to NBD_OPT_INFO */ #define NBD_REP_FLAG_ERROR (1 << 31) /** If the high bit is set, the reply is an error */ #define NBD_REP_ERR_UNSUP (1 | NBD_REP_FLAG_ERROR) /**< Client requested an option not understood by this version of the server */ #define NBD_REP_ERR_POLICY (2 | NBD_REP_FLAG_ERROR) /**< Client requested an option not allowed by server configuration. (e.g., the option was disabled) */ #define NBD_REP_ERR_INVALID (3 | NBD_REP_FLAG_ERROR) /**< Client issued an invalid request */ #define NBD_REP_ERR_PLATFORM (4 | NBD_REP_FLAG_ERROR) /**< Option not supported on this platform */ #define NBD_REP_ERR_TLS_REQD (5 | NBD_REP_FLAG_ERROR) /**< TLS required */ #define NBD_REP_ERR_UNKNOWN (6 | NBD_REP_FLAG_ERROR) /**< NBD_OPT_INFO or ..._GO requested on unknown export */ #define NBD_REP_ERR_BLOCK_SIZE_REQD (8 | NBD_REP_FLAG_ERROR) /**< Server is not willing to serve the export without the block size being negotiated */ /* Global flags */ #define NBD_FLAG_FIXED_NEWSTYLE (1 << 0) /**< new-style export that actually supports extending */ #define NBD_FLAG_NO_ZEROES (1 << 1) /**< we won't send the 128 bits of zeroes if the client sends NBD_FLAG_C_NO_ZEROES */ /* Flags from client to server. */ #define NBD_FLAG_C_FIXED_NEWSTYLE NBD_FLAG_FIXED_NEWSTYLE #define NBD_FLAG_C_NO_ZEROES NBD_FLAG_NO_ZEROES /* Info types */ #define NBD_INFO_EXPORT (0) #define NBD_INFO_NAME (1) #define NBD_INFO_DESCRIPTION (2) #define NBD_INFO_BLOCK_SIZE (3) nbd-3.16.2/treefiles.c0000644000175000017500000000543113132635333011422 00000000000000#include "lfs.h" #include #include #include #include #include #include #include #include #include #include #include #include #include /** * Tree structure helper functions */ void construct_path(char* name,int lenmax,off_t size, off_t pos, off_t * ppos) { if (lenmax<10) err("Char buffer overflow. This is likely a bug."); if (size0) { unlink(tmpname); /* File will stick around whilst FD open */ } else { err("Error opening tree block file %m"); } g_free(tmpname); } char *n = "\0"; if(lseek(handle,TREEPAGESIZE-1, SEEK_SET) < 0) { err("Could not create tree file!\n"); } ssize_t c = write(handle,n,1); if (c<1) { err("Error setting tree block file size %m"); } } pthread_mutex_unlock(mutex); return handle; } nbd-3.16.2/Makefile.am0000644000175000017500000000316213155613722011332 00000000000000ACLOCAL_AMFLAGS = -I support SUBDIRS = . man doc tests systemd gznbd bin_PROGRAMS = nbd-server nbd-trdump EXTRA_PROGRAMS = nbd-client make-integrityhuge noinst_LTLIBRARIES = libnbdsrv.la libcliserv.la libcliserv_la_SOURCES = cliserv.h cliserv.c libcliserv_la_CFLAGS = @CFLAGS@ client_srcs = nbd-client.c cliserv.h nbd_server_SOURCES = nbd-server.c cliserv.h lfs.h nbd.h nbdsrv.h backend.h \ netdb-compat.h nbd_trdump_SOURCES = nbd-trdump.c cliserv.h nbd.h client_flags = @CFLAGS@ nbd_server_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ nbd_trdump_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ libnbdsrv_la_SOURCES = nbdsrv.c nbdsrv.h treefiles.c treefiles.h libnbdsrv_la_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ client_libs = libcliserv.la nbd_server_LDADD = @GLIB_LIBS@ libnbdsrv.la libcliserv.la nbd_trdump_LDADD = libcliserv.la make_integrityhuge_SOURCES = make-integrityhuge.c cliserv.h nbd.h nbd-debug.h EXTRA_DIST = maketr CodingStyle autogen.sh README.md support/genver.sh if GNUTLS nbd_server_CFLAGS += @GnuTLS_CFLAGS@ nbd_server_LDADD += @GnuTLS_LIBS@ endif if CLIENT sbin_PROGRAMS = nbd-client if GNUTLS sbin_PROGRAMS += min-nbd-client min_nbd_client_SOURCES = $(client_srcs) min_nbd_client_CFLAGS = $(client_flags) -DNOTLS -DPROG_NAME='"min-nbd-client"' min_nbd_client_LDADD = $(client_libs) nbd_client_SOURCES = $(client_srcs) crypto-gnutls.c crypto-gnutls.h buffer.c buffer.h nbd_client_CFLAGS = $(client_flags) @GnuTLS_CFLAGS@ -DPROG_NAME='"nbd-client"' nbd_client_LDADD = $(client_libs) @GnuTLS_LIBS@ else nbd_client_SOURCES = $(client_srcs) nbd_client_CFLAGS = $(client_flags) nbd_client_LDADD = $(client_libs) endif endif AM_DISTCHECK_CONFIGURE_FLAGS=--enable-syslog nbd-3.16.2/maketr0000755000175000017500000000217612260327652010513 00000000000000#!/bin/sh # # Example script to make a transaction log file # Must be run as root. Remember to chown the file afterwards # Insert the name of a tarfile here tarfile=/home/amb/iptables/iptables_1.4.4.orig.tar.gz tmpnam=`mktemp` conffile=${tmpnam}.conf pidfile=${tmpnam}.pid output=`pwd`/output.tr ulimit -c unlimited cat >${conffile} <&1 >/dev/null umount /mnt mount -t ext3 -odata=journal,barrier=1 /dev/nbd0 /mnt (cd /mnt ; tar cvzf /dev/null . ; sync) 2>&1 >/dev/null dbench -D /mnt 1 & sleep 10 killall dbench sleep 2 killall -KILL dbench sync umount /mnt ./nbd-client -d /dev/nbd0 if [ -f ${pidfile} ] then kill `cat ${pidfile}` rm -f ${pidfile} else kill $PID fi rm -f $tmpnam ${conffile} ls -la ${output} nbd-3.16.2/ChangeLog0000644000175000017500000000733413155612200011043 00000000000000commit e793db14c56cc31786d0c2d40e211c9c76336a98 Author: Wouter Verhelst Date: Tue Sep 12 00:46:15 2017 +0200 Update list address to reflect the name that was actually assigned commit bc33392cbb989b20fdee11e4e7150ce3f31094df Author: Wouter Verhelst Date: Sat Sep 9 14:04:53 2017 +0200 Ignore the minimal (i.e., non-TLS-enabled) version of nbd-client commit 4dacee036571756891afe50a00aafe8d0553ee93 Author: Wouter Verhelst Date: Sat Sep 9 14:01:25 2017 +0200 Don't forget to actually add the configure check Fixes: 866c2d5752901e8f47c86beb64fea05acf11a825 commit 7d8b8869029356379c24780bab277117588e9fd3 Author: Wouter Verhelst Date: Sat Sep 9 14:00:20 2017 +0200 Ensure that is included when it's needed commit edbb5c36d7ef43322795d3cde7479901607f941c Author: Wouter Verhelst Date: Sat Sep 9 13:59:09 2017 +0200 Update bugreport address to point to mailinglist (at new address), rather than me commit 8b251d97e659a2509e7c666af17f01c021bb01d4 Author: Wouter Verhelst Date: Sun Jul 16 12:06:31 2017 +0200 We can't do anything unless and until the network is up and running commit 74441dff9a5e151c5ea1abb1b4527414577238ef Author: Wouter Verhelst Date: Sun Jul 16 11:40:38 2017 +0200 Ensure we get shut down properly, too Now that we have DefaultDependencies=no, we don't have the default Conflicts=shutdown.target anymore, which means we won't be stopped at shutdown time. Add an explicit dependency for that. commit 2033647beec4d9e53d66abcd0a6a08876bb7ba41 Author: Wouter Verhelst Date: Sun Jul 16 11:33:08 2017 +0200 Add dependencies for partitions, too If a device is partitioned, we need to have that depend on the device, too. commit 4003dfec9b5aa097d5992be8ba09171f6f5948b6 Author: Wouter Verhelst Date: Sun Jul 16 10:36:51 2017 +0200 Add DefaultDependencies=no to nbd@ systemd service This service is involved in early boot, so shouldn't have the default dependencies... commit 3c399e802d21bd720a2d8b5ab3c0ea900df40e65 Author: Wouter Verhelst Date: Sun Jul 16 10:35:07 2017 +0200 Remove contraction vim syntax highlighting gets confused about the extra apostrophe, so rephrase this sentence so it isn't needed. commit 866c2d5752901e8f47c86beb64fea05acf11a825 Author: Wouter Verhelst Date: Sun Jul 16 10:31:56 2017 +0200 Don't define _BSD_SOURCE unconditionally On older versions of glibc, _BSD_SOURCE was needed to get at the DT_* macros. On glibc 2.19 and above, however, this is no longer needed; and on FreeBSD it is actually detrimental since it removes a few symbols which we do need. Add a configure.ac check for whether we need _BSD_SOURCE to be set in order for the DT_* macros to be defined, and only set it in that case. commit ecad8c9034642992a80b4939ca7913e260ddc679 Author: Wouter Verhelst Date: Tue Jun 20 23:12:57 2017 +0200 Destroy the diff file upon client disconnect When a client disconnects, we need to ensure that the diff file is gone. Currently, we don't do that, because apparently we forgot. Fixes #52 on github. commit d5514c23c096a5cde1233ac4944f92f11620e6d6 Author: Wouter Verhelst Date: Wed Jun 14 17:56:45 2017 +0200 Don't print anything on travis, at all... commit 8c887c565bec23530766dbc308a3d48418624067 Author: Wouter Verhelst Date: Wed Jun 14 17:25:09 2017 +0200 Reduce output even further commit 0ffef9fafd25c95f0b25eee741ea264a486a6e64 Author: Wouter Verhelst Date: Wed Jun 14 17:23:41 2017 +0200 Don't dist these symlinks nbd-3.16.2/install-sh0000755000175000017500000003546313155614450011312 00000000000000#!/bin/sh # install - install a program, script, or datafile scriptversion=2014-09-12.12; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the # following copyright and license. # # Copyright (C) 1994 X Consortium # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to # deal in the Software without restriction, including without limitation the # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or # sell copies of the Software, and to permit persons to whom the Software is # furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # # Except as contained in this notice, the name of the X Consortium shall not # be used in advertising or otherwise to promote the sale, use or other deal- # ings in this Software without prior written authorization from the X Consor- # tium. # # # FSF changes to this file are in the public domain. # # Calling this script install-sh is preferred over install.sh, to prevent # 'make' implicit rules from creating a file called install from it # when there is no Makefile. # # This script is compatible with the BSD install script, but was written # from scratch. tab=' ' nl=' ' IFS=" $tab$nl" # Set DOITPROG to "echo" to test this script. doit=${DOITPROG-} doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. chgrpprog=${CHGRPPROG-chgrp} chmodprog=${CHMODPROG-chmod} chownprog=${CHOWNPROG-chown} cmpprog=${CMPPROG-cmp} cpprog=${CPPROG-cp} mkdirprog=${MKDIRPROG-mkdir} mvprog=${MVPROG-mv} rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} posix_mkdir= # Desired mode of installed file. mode=0755 chgrpcmd= chmodcmd=$chmodprog chowncmd= mvcmd=$mvprog rmcmd="$rmprog -f" stripcmd= src= dst= dir_arg= dst_arg= copy_on_change=false is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE or: $0 [OPTION]... SRCFILES... DIRECTORY or: $0 [OPTION]... -t DIRECTORY SRCFILES... or: $0 [OPTION]... -d DIRECTORIES... In the 1st form, copy SRCFILE to DSTFILE. In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. In the 4th, create DIRECTORIES. Options: --help display this help and exit. --version display version info and exit. -c (ignored) -C install only if different (preserve the last data modification time) -d create directories instead of installing files. -g GROUP $chgrpprog installed files to GROUP. -m MODE $chmodprog installed files to MODE. -o USER $chownprog installed files to USER. -s $stripprog installed files. -t DIRECTORY install into DIRECTORY. -T report an error if DSTFILE is a directory. Environment variables override the default commands: CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG " while test $# -ne 0; do case $1 in -c) ;; -C) copy_on_change=true;; -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 case $mode in *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) echo "$0: invalid mode: $mode" >&2 exit 1;; esac shift;; -o) chowncmd="$chownprog $2" shift;; -s) stripcmd=$stripprog;; -t) is_target_a_directory=always dst_arg=$2 # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac shift;; -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; --) shift break;; -*) echo "$0: invalid option: $1" >&2 exit 1;; *) break;; esac shift done # We allow the use of options -d and -T together, by making -d # take the precedence; this is for compatibility with GNU install. if test -n "$dir_arg"; then if test -n "$dst_arg"; then echo "$0: target directory not allowed when installing a directory." >&2 exit 1 fi fi if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. # Otherwise, the last argument is the destination. Remove it from $@. for arg do if test -n "$dst_arg"; then # $@ is not empty: it contains at least $arg. set fnord "$@" "$dst_arg" shift # fnord fi shift # arg dst_arg=$arg # Protect names problematic for 'test' and other utilities. case $dst_arg in -* | [=\(\)!]) dst_arg=./$dst_arg;; esac done fi if test $# -eq 0; then if test -z "$dir_arg"; then echo "$0: no input file specified." >&2 exit 1 fi # It's OK to call 'install-sh -d' without argument. # This can happen when creating conditional directories. exit 0 fi if test -z "$dir_arg"; then if test $# -gt 1 || test "$is_target_a_directory" = always; then if test ! -d "$dst_arg"; then echo "$0: $dst_arg: Is not a directory." >&2 exit 1 fi fi fi if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 trap "ret=141; $do_exit" 13 trap "ret=143; $do_exit" 15 # Set umask so as not to create temps with too-generous modes. # However, 'strip' requires both read and write access to temps. case $mode in # Optimize common cases. *644) cp_umask=133;; *755) cp_umask=22;; *[0-7]) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then u_plus_rw= else u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac fi for src do # Protect names problematic for 'test' and other utilities. case $src in -* | [=\(\)!]) src=./$src;; esac if test -n "$dir_arg"; then dst=$src dstdir=$dst test -d "$dstdir" dstdir_status=$? else # Waiting for this to be detected by the "$cpprog $src $dsttmp" command # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. if test ! -f "$src" && test ! -d "$src"; then echo "$0: $src does not exist." >&2 exit 1 fi if test -z "$dst_arg"; then echo "$0: no destination specified." >&2 exit 1 fi dst=$dst_arg # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi fi obsolete_mkdir_used=false if test $dstdir_status != 0; then case $posix_mkdir in '') # Create intermediate dirs using mode 755 as modified by the umask. # This is like FreeBSD 'install' as of 1997-10-28. umask=`umask` case $stripcmd.$umask in # Optimize common cases. *[2367][2367]) mkdir_umask=$umask;; .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; *[0-7]) mkdir_umask=`expr $umask + 22 \ - $umask % 100 % 40 + $umask % 20 \ - $umask % 10 % 4 + $umask % 2 `;; *) mkdir_umask=$umask,go-w;; esac # With -d, create the new directory with the user-specified mode. # Otherwise, rely on $mkdir_umask. if test -n "$dir_arg"; then mkdir_mode=-m$mode else mkdir_mode= fi posix_mkdir=false case $umask in *[123567][0-7][0-7]) # POSIX mkdir -p sets u+wx bits regardless of umask, which # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) # $RANDOM is not portable (e.g. dash); use it when possible to # lower collision chance tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 # As "mkdir -p" follows symlinks and we work in /tmp possibly; so # create the $tmpdir first (and fail if unsuccessful) to make sure # that nobody tries to guess the $tmpdir name. if (umask $mkdir_umask && $mkdirprog $mkdir_mode "$tmpdir" && exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. test_tmpdir="$tmpdir/a" ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; esac if $posix_mkdir && ( umask $mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else # The umask is ridiculous, or mkdir does not conform to POSIX, # or it failed possibly due to a race condition. Create the # directory the slow way, step by step, checking for races as we go. case $dstdir in /*) prefix='/';; [-=\(\)!]*) prefix='./';; *) prefix='';; esac oIFS=$IFS IFS=/ set -f set fnord $dstdir shift set +f IFS=$oIFS prefixes= for d do test X"$d" = X && continue prefix=$prefix$d if test -d "$prefix"; then prefixes= else if $posix_mkdir; then (umask=$mkdir_umask && $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break # Don't fail if two instances are running concurrently. test -d "$prefix" || exit 1 else case $prefix in *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; *) qprefix=$prefix;; esac prefixes="$prefixes '$qprefix'" fi fi prefix=$prefix/ done if test -n "$prefixes"; then # Don't fail if two instances are running concurrently. (umask $mkdir_umask && eval "\$doit_exec \$mkdirprog $prefixes") || test -d "$dstdir" || exit 1 obsolete_mkdir_used=true fi fi fi if test -n "$dir_arg"; then { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 else # Make a couple of temp file names in the proper directory. dsttmp=$dstdir/_inst.$$_ rmtmp=$dstdir/_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # # If any of these fail, we abort the whole thing. If we want to # ignore errors from any of these, just make sure not to ignore # errors from the above "$doit $cpprog $src $dsttmp" command. # { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then rm -f "$dsttmp" else # Rename the file to the real destination. $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || # The rename failed, perhaps because mv can't rename something else # to itself, or perhaps because mv is so ancient that it does not # support -f. { # Now remove or move aside any old file at destination location. # We try this two ways since rm can't unlink itself on some # systems and the destination file might be busy for other # reasons. In this case, the final cleanup might fail but the new # file should still install successfully. { test ! -f "$dst" || $doit $rmcmd -f "$dst" 2>/dev/null || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } } || { echo "$0: cannot unlink or rename $dst" >&2 (exit 1); exit 1 } } && # Now rename the file to the real destination. $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 trap '' 0 fi done # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: nbd-3.16.2/missing0000755000175000017500000001533013155614450010674 00000000000000#! /bin/sh # Common wrapper for a few potentially missing GNU programs. scriptversion=2013-10-28.13; # UTC # Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then echo 1>&2 "Try '$0 --help' for more information" exit 1 fi case $1 in --is-lightweight) # Used by our autoconf macros to check whether the available missing # script is modern enough. exit 0 ;; --run) # Back-compat with the calling convention used by older automake. shift ;; -h|--h|--he|--hel|--help) echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due to PROGRAM being missing or too old. Options: -h, --help display this help and exit -v, --version output version information and exit Supported PROGRAM values: aclocal autoconf autoheader autom4te automake makeinfo bison yacc flex lex help2man Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 'g' are ignored when checking the name. Send bug reports to ." exit $? ;; -v|--v|--ve|--ver|--vers|--versi|--versio|--version) echo "missing $scriptversion (GNU Automake)" exit $? ;; -*) echo 1>&2 "$0: unknown '$1' option" echo 1>&2 "Try '$0 --help' for more information" exit 1 ;; esac # Run the given program, remember its exit status. "$@"; st=$? # If it succeeded, we are done. test $st -eq 0 && exit 0 # Also exit now if we it failed (or wasn't found), and '--version' was # passed; such an option is passed most likely to detect whether the # program is present and works. case $2 in --version|--help) exit $st;; esac # Exit code 63 means version mismatch. This often happens when the user # tries to use an ancient version of a tool on a file that requires a # minimum version. if test $st -eq 63; then msg="probably too old" elif test $st -eq 127; then # Program was missing. msg="missing on your system" else # Program was found and executed, but failed. Give up. exit $st fi perl_URL=http://www.perl.org/ flex_URL=http://flex.sourceforge.net/ gnu_software_URL=http://www.gnu.org/software program_details () { case $1 in aclocal|automake) echo "The '$1' program is part of the GNU Automake package:" echo "<$gnu_software_URL/automake>" echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/autoconf>" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; autoconf|autom4te|autoheader) echo "The '$1' program is part of the GNU Autoconf package:" echo "<$gnu_software_URL/autoconf/>" echo "It also requires GNU m4 and Perl in order to run:" echo "<$gnu_software_URL/m4/>" echo "<$perl_URL>" ;; esac } give_advice () { # Normalize program name to check for. normalized_program=`echo "$1" | sed ' s/^gnu-//; t s/^gnu//; t s/^g//; t'` printf '%s\n' "'$1' is $msg." configure_deps="'configure.ac' or m4 files included by 'configure.ac'" case $normalized_program in autoconf*) echo "You should only need it if you modified 'configure.ac'," echo "or m4 files included by it." program_details 'autoconf' ;; autoheader*) echo "You should only need it if you modified 'acconfig.h' or" echo "$configure_deps." program_details 'autoheader' ;; automake*) echo "You should only need it if you modified 'Makefile.am' or" echo "$configure_deps." program_details 'automake' ;; aclocal*) echo "You should only need it if you modified 'acinclude.m4' or" echo "$configure_deps." program_details 'aclocal' ;; autom4te*) echo "You might have modified some maintainer files that require" echo "the 'autom4te' program to be rebuilt." program_details 'autom4te' ;; bison*|yacc*) echo "You should only need it if you modified a '.y' file." echo "You may want to install the GNU Bison package:" echo "<$gnu_software_URL/bison/>" ;; lex*|flex*) echo "You should only need it if you modified a '.l' file." echo "You may want to install the Fast Lexical Analyzer package:" echo "<$flex_URL>" ;; help2man*) echo "You should only need it if you modified a dependency" \ "of a man page." echo "You may want to install the GNU Help2man package:" echo "<$gnu_software_URL/help2man/>" ;; makeinfo*) echo "You should only need it if you modified a '.texi' file, or" echo "any other file indirectly affecting the aspect of the manual." echo "You might want to install the Texinfo package:" echo "<$gnu_software_URL/texinfo/>" echo "The spurious makeinfo call might also be the consequence of" echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" echo "want to install GNU make:" echo "<$gnu_software_URL/make/>" ;; *) echo "You might have modified some files without having the proper" echo "tools for further handling them. Check the 'README' file, it" echo "often tells you about the needed prerequisites for installing" echo "this package. You may also peek at any GNU archive site, in" echo "case some other package contains this missing '$1' program." ;; esac } give_advice "$1" | sed -e '1s/^/WARNING: /' \ -e '2,$s/^/ /' >&2 # Propagate the correct exit status (expected to be 127 for a program # not found, 63 for a program that failed due to version mismatch). exit $st # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC" # time-stamp-end: "; # UTC" # End: nbd-3.16.2/man/0000755000175000017500000000000013155614455010133 500000000000000nbd-3.16.2/man/Makefile.in0000644000175000017500000005270213155614450012121 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = man ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = nbd-client.8.sh nbd-server.5.sh nbd-server.1.sh \ nbd-trdump.1.sh nbdtab.5.sh CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \ "$(DESTDIR)$(man8dir)" man5dir = $(mandir)/man5 man8dir = $(mandir)/man8 NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nbd-client.8.sh.in \ $(srcdir)/nbd-server.1.sh.in $(srcdir)/nbd-server.5.sh.in \ $(srcdir)/nbd-trdump.1.sh.in $(srcdir)/nbdtab.5.sh.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ man_MANS = nbd-server.1 nbd-server.5 nbd-client.8 nbd-trdump.1 nbdtab.5 CLEANFILES = manpage.links manpage.refs DISTCLEANFILES = nbd-server.1 nbd-client.8 nbd-server.5 nbd-trdump.1 nbdtab.5 MAINTAINERCLEANFILES = nbd-server.1.sh.in nbd-client.8.sh.in nbd-server.5.sh.in nbd-trdump.1.sh.in nbdtab.5.sh.in EXTRA_DIST = nbd-server.1.in.sgml nbd-client.8.in.sgml nbd-server.5.in.sgml nbd-trdump.1.in.sgml nbdtab.5.in.sgml nbd-server.1.sh.in nbd-server.5.sh.in nbd-client.8.sh.in nbd-trdump.1.sh.in nbdtab.5.sh.in sh.tmpl all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign man/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): nbd-client.8.sh: $(top_builddir)/config.status $(srcdir)/nbd-client.8.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ nbd-server.5.sh: $(top_builddir)/config.status $(srcdir)/nbd-server.5.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ nbd-server.1.sh: $(top_builddir)/config.status $(srcdir)/nbd-server.1.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ nbd-trdump.1.sh: $(top_builddir)/config.status $(srcdir)/nbd-trdump.1.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ nbdtab.5.sh: $(top_builddir)/config.status $(srcdir)/nbdtab.5.sh.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-man1: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man1dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.1[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ done; } uninstall-man1: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man1dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.1[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) install-man5: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man5dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.5[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ done; } uninstall-man5: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man5dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.5[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) install-man8: $(man_MANS) @$(NORMAL_INSTALL) @list1=''; \ list2='$(man_MANS)'; \ test -n "$(man8dir)" \ && test -n "`echo $$list1$$list2`" \ || exit 0; \ echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ { for i in $$list1; do echo "$$i"; done; \ if test -n "$$list2"; then \ for i in $$list2; do echo "$$i"; done \ | sed -n '/\.8[a-z]*$$/p'; \ fi; \ } | while read p; do \ if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ echo "$$d$$p"; echo "$$p"; \ done | \ sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ sed 'N;N;s,\n, ,g' | { \ list=; while read file base inst; do \ if test "$$base" = "$$inst"; then list="$$list $$file"; else \ echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ fi; \ done; \ for i in $$list; do echo "$$i"; done | $(am__base_list) | \ while read files; do \ test -z "$$files" || { \ echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ done; } uninstall-man8: @$(NORMAL_UNINSTALL) @list=''; test -n "$(man8dir)" || exit 0; \ files=`{ for i in $$list; do echo "$$i"; done; \ l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ sed -n '/\.8[a-z]*$$/p'; \ } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(MANS) installdirs: for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-man install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-man1 install-man5 install-man8 install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-man uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-man1 install-man5 install-man8 install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-generic \ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-man uninstall-man1 uninstall-man5 \ uninstall-man8 .PRECIOUS: Makefile nbd-server.1: nbd-server.1.sh sh nbd-server.1.sh > nbd-server.1 nbd-server.5: nbd-server.5.sh sh nbd-server.5.sh > nbd-server.5 nbd-client.8: nbd-client.8.sh sh nbd-client.8.sh > nbd-client.8 nbd-trdump.1: nbd-trdump.1.sh sh nbd-trdump.1.sh > nbd-trdump.1 nbdtab.5: nbdtab.5.sh sh nbdtab.5.sh > nbdtab.5 nbd-server.1.sh.in: nbd-server.1.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-server.1.in.sgml cat sh.tmpl > nbd-server.1.sh.in cat NBD-SERVER.1 >> nbd-server.1.sh.in echo "EOF" >> nbd-server.1.sh.in rm NBD-SERVER.1 nbd-client.8.sh.in: nbd-client.8.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-client.8.in.sgml cat sh.tmpl > nbd-client.8.sh.in cat NBD-CLIENT.8 >> nbd-client.8.sh.in echo "EOF" >> nbd-client.8.sh.in rm NBD-CLIENT.8 nbd-server.5.sh.in: nbd-server.5.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-server.5.in.sgml cat sh.tmpl > nbd-server.5.sh.in cat NBD-SERVER.5 >> nbd-server.5.sh.in echo "EOF" >> nbd-server.5.sh.in rm NBD-SERVER.5 nbd-trdump.1.sh.in: nbd-trdump.1.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-trdump.1.in.sgml cat sh.tmpl > nbd-trdump.1.sh.in cat NBD-TRDUMP.1 >> nbd-trdump.1.sh.in echo "EOF" >> nbd-trdump.1.sh.in rm NBD-TRDUMP.1 nbdtab.5.sh.in: nbdtab.5.in.sgml sh.tmpl LC_ALL=C docbook2man nbdtab.5.in.sgml cat sh.tmpl > nbdtab.5.sh.in cat NBDTAB.5 >> nbdtab.5.sh.in echo "EOF" >> nbdtab.5.sh.in rm NBDTAB.5 # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/man/nbd-client.8.in.sgml0000644000175000017500000004053113115264041013520 00000000000000 manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date$"> 8"> wouter@debian.org"> NBD-CLIENT"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; connect to a server running nbd-server(1), to use its exported block device &dhpackage; host port nbd-device -connections num -sdp -swap -persist -nofork -systemd-mark -block-size block size -timeout seconds -name name -certfile certfile -keyfile keyfile -cacertfile cacertfile -tlshostname hostname &dhpackage; nbd-device -connections num -sdp -swap -persist -nofork -systemd-mark -block-size block size -timeout seconds -name name &dhpackage; nbd-device &dhpackage; &dhpackage; &dhpackage; port DESCRIPTION With &dhpackage;, you can connect to a server running nbd-server, thus using raw diskspace from that server as a blockdevice on the local client. To do this, support from the Linux Kernel is necessary, in the form of the Network Block Device (NBD). When you have that, either in the kernel, or as a module, you can connect to an NBD server and use its exported file through a block special file with major mode 43. Optionally, long options can also be specified with two leading dashes. OPTIONS The following options are supported: Use a blocksize of "block size". Default is 1024; allowed values are either 512, 1024, 2048 or 4096 Use num connections to the server, to allow speeding up request handling, at the cost of higher resource usage on the server. Use of this option requires kernel support available first with Linux 4.9. The hostname or IP address of the machine running nbd-server. Since 2.9.15, the NBD utilities support IPv6. Set the connection timeout to "seconds". For this to work, you need a kernel with support for the NBD_SET_TIMEOUT ioctl; this was introduced into Linus' tree on 2007-10-11, and will be part of kernel 2.6.24. The TCP port on which nbd-server is running at the server. The port number defaults to 10809, the IANA-assigned port number for the NBD protocol. Previous versions of the nbd tools supported an older version of the negotiation protocol known as "oldstyle". This protocol version is no longer supported as of version 3.11 of the nbd support tools. The block special file (/dev entry) which this nbd-client should connect to, specified as a full path. When the mode is used wherein no hostname or export name is specified, &dhpackage; will look up the necessary configuration in the nbdtab file. For more information, see nbdtab(5). Check whether the specified nbd device is connected. If the device is connected, &dhpackage; will exit with an exit state of 0 and print the PID of the &dhpackage; instance that connected it to stdout. If the device is not connected or does not exist (for example because the nbd module was not loaded), &dhpackage; will exit with an exit state of 1 and not print anything on stdout. If an error occurred, &dhpackage; will exit with an exit state of 2, and not print anything on stdout either. Disconnect the specified nbd device from the server Ask the server for a list of available exports. If the server is exporting over IPv6 as well as over IPv4, this will list all exports twice; otherwise, it should list them all only once. Note that this option only works with nbd-server processes running version 3.1 or above, and must be enabled in server configuration (with the "allowlist" option) before it can be used. When this option is specified, &dhpackage; will immediately try to reconnect an nbd device if the connection ever drops unexpectedly due to a lost server or something similar. Connect to the server using the Socket Direct Protocol (SDP), rather than IP. See nbd-server(5) for details. Specifies that this NBD device will be used as swapspace. This option attempts to prevent deadlocks by performing mlockall() and adjusting the oom-killer score at an appropriate time. It does not however guarantee that such deadlocks can be avoided. The systemd init system requires that processes which should not be killed at shutdown time be marked appropriately by replacing the first letter of their argv[0] with an '@' sign. This option will cause nbd-client to do so. Note that this only works if nbd-client is run from an initrd; i.e., systemd will ignore such a mark if run from a systemd unit file or from the command line. Specifies that the NBD client should not detach and daemonize itself. This is mostly useful for debugging. Note that nbd-client will still fork once to trigger an update to the device node's partition table. It is not possible to disable this. Specifies the name of the export that we want to use. If not specified, nbd-client will ask for a "default" export, if one exists on the server. Connect to the server over a unix domain socket at path, rather than to a server over a TCP socket. The server must be listening on the given socket. TLS support Enabling any of the TLS-related options causes the client to use the NBD_OPT_STARTTLS command to upgrade the connection to TLS. Since negotiating TLS support from userspace for a kernel socket would be very involved (if passing keys to kernel space were even possible, which it isn't), the way this is implemented is that the nbd-client process creates a socketpair, one side of which it hands to the kernel, and the other side of which is handed to an encrypting/decrypting proxy. This has the effect that all communication will be encrypted before being sent over the wire; however, doing so is not safe in combination with swapping over an NBD device: In order to free memory by swapping, the kernel needs to be sure that the write to the nbd device has finalized. For this, it needs to be able to receive an NBD_CMD_WRITE reply which informs it that the write has completed successfully and that the memory may be released. Receiving data over the network, however, requires that the kernel allocate memory first, which is impossible if we're low on memory (a likely situation when trying to swap). This is likely to cause a deadlock when we're low on memory and there are high amounts of network traffic. To remedy this situation, the kernel sets the PF_MEMALLOC option on the nbd socket; when low on memory, it will throw away all packets except for those destined to a socket with that option set, relying on the normal TCP retransmit system to ensure that data is not lost. This avoids the deadlock described above. However, the PF_MEMALLOC option is set on the socket that is connected to the nbd device, not the encrypted socket connected to the encrypting/decrypting proxy. As such, when using TLS, the PF_MEMALLOC option is not set on the socket that actually receives data from the network, which means that the deadlock reappears. For this reason, if the option is used when TLS is in use, &dhpackage; will issue an appropriate warning. Use the specified file as the client certificate for TLS authentication to the server. Use the specified file as the private key for the client cerificate. Use the specified file as the CA certificate for TLS authentication to the server. Use the specified hostname for the TLS context. If not specified, the hostname used to connect to the server will be used. EXAMPLES Some examples of nbd-client usage: To connect to a server running on port 2000 at host "server.domain.com", using the client's block special file "/dev/nbd0": nbd-client server.domain.com 2000 /dev/nbd0 To connect to a server running on port 2001 at host "swapserver.domain.com", using the client's block special file "/dev/nbd1", for swap purposes: nbd-client swapserver.domain.com 2001 /dev/nbd1 -swap To disconnect the above connection again (after making sure the block special file is not in use anymore): nbd-client -d /dev/nbd1 SEE ALSO nbd-server (1). AUTHOR The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz). The kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst (wouter@debian.org) This manual page was written by &dhusername; (&dhemail;) for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
nbd-3.16.2/man/nbdtab.5.in.sgml0000644000175000017500000001736013132635333012741 00000000000000 manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date: 2006-10-18 15:01:57 +0200 (wo, 18 okt 2006) $"> 5"> wouter@debian.org"> NBDTAB"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2015 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; configuration file for nbd-client &dhpackage; DESCRIPTION This file allows to configure predefined connections for nbd-client. It may contain multiple definitions, one per line, each of which contains four space-separated fields. To connect a device specified in the nbdtab file, run nbd-client(8) with the short name of that device as the sole argument. It will then look up the required information in nbdtab, and make the connection. Fields are separated from one another by any number of space or tab characters; records are separated from one another by newline characters. The file may also contain any number of comments, which start with a '#' character and continue until the end of the line or the end of the file, whichever is first. Fields The file contains the following fields: The short name of the device file. That is, it should contain the name of the device without the leading /dev/ part; e.g., it could say nbd0. The hostname (in case of a TCP socket) or filename (in case of a unix domain socket) on which the server is listening. The name of the export as exported by nbd-server. Any extra options. This field is optional (no pun intended), and need not appear in a file if no options are necessary. The options recognized by nbd-client(8) are specified below, in the section "Options". Any unknown options in this field will produce a warning by nbd-client, unless they are prepended by an underscore ('_') character; the underscore is specifically reserved for local use, or for distribution customization. Options Every command-line nbd-client option which allows to configure specific options for a particular device node has a corresponding option in the nbdtab file, and vice versa; where this isn't the case, that is a bug. Individual options in this field should be separated from one another by the comma character. The block size for this export. If this option is not used, the kernel's default will be used instead. Corresponds to the option on the command line. The number of connections to use for this device. Corresponds to the option on the command line; see nbd-client(8) for more details on that option. The port on which to communicate with the nbd-server. Defaults to the IANA-assigned port for NBD, 10809. The timeout. If this option is not specified, no timeout is configured. Corresponds to the option on the command line. Persist the connection, using the semantics of the command-line option. Optimize for swap; . Use the Socket Direct protocol; . Use a Unix Domain socket to connect to the server; . SEE ALSO nbd-server (1), nbd-client (8), nbd-trdump (8) AUTHOR The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by &dhusername; (&dhemail;) On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of nbd-client is not required. Please see the relevant documentation for more information. This manual page was written by &dhusername; (&dhemail;). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. EXAMPLES A simple nbdtab file could look like this: # swap space, called "swapexport" on the server # optimize for swap, and try to reconnect upon disconnect. nbd0 nbdserver.example.com swapexport swap,persist # other export, called "data" on the server. No options for this one. nbd1 nbdserver.example.com data
nbd-3.16.2/man/nbdtab.5.sh.in0000644000175000017500000001102513132635503012400 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NBDTAB" "5" "$Date: 2006-10-18 15:01:57 +0200 (wo, 18 okt 2006) $" "" "" .SH NAME $sysconfdir/nbdtab \- configuration file for nbd-client .SH SYNOPSIS \fB$sysconfdir/nbdtab \fR .SH "DESCRIPTION" .PP This file allows to configure predefined connections for nbd-client. It may contain multiple definitions, one per line, each of which contains four space-separated fields. .PP To connect a device specified in the nbdtab file, run \fBnbd-client\fR(8) with the short name of that device as the sole argument. It will then look up the required information in \fInbdtab\fR, and make the connection. .PP Fields are separated from one another by any number of space or tab characters; records are separated from one another by newline characters. The file may also contain any number of comments, which start with a '#' character and continue until the end of the line or the end of the file, whichever is first. .SS "FIELDS" .PP The file contains the following fields: .TP 3 1. The short name of the device file. That is, it should contain the name of the device without the leading \fI/dev/\fR part; e.g., it could say \fInbd0\fR\&. .TP 3 2. The hostname (in case of a TCP socket) or filename (in case of a unix domain socket) on which the server is listening. .TP 3 3. The name of the export as exported by \fBnbd-server\fR\&. .TP 3 4. Any extra options. This field is optional (no pun intended), and need not appear in a file if no options are necessary. The options recognized by \fBnbd-client\fR(8) are specified below, in the section "Options". Any unknown options in this field will produce a warning by \fBnbd-client\fR, unless they are prepended by an underscore ('_') character; the underscore is specifically reserved for local use, or for distribution customization. .SS "OPTIONS" .PP Every command-line \fBnbd-client\fR option which allows to configure specific options for a particular device node has a corresponding option in the \fInbdtab\fR file, and vice versa; where this isn't the case, that is a bug. .PP Individual options in this field should be separated from one another by the comma character. .TP \fBbs=\fIblock size\fB\fR The block size for this export. If this option is not used, the kernel's default will be used instead. Corresponds to the \fB-b\fR option on the command line. .TP \fBconns=\fInumber\fB\fR The number of connections to use for this device. Corresponds to the \fB-C\fR option on the command line; see nbd-client(8) for more details on that option. .TP \fBport=\fIport number\fB\fR The port on which to communicate with the \fBnbd-server\fR\&. Defaults to the IANA-assigned port for NBD, 10809. .TP \fBtimeout=\fItimeout\fB\fR The timeout. If this option is not specified, no timeout is configured. Corresponds to the \fB-t\fR option on the command line. .TP \fBpersist\fR Persist the connection, using the semantics of the \fB-p\fR command-line option. .TP \fBswap\fR Optimize for swap; \fB-s\fR\&. .TP \fBsdp\fR Use the Socket Direct protocol; \fB-S\fR\&. .TP \fBunix\fR Use a Unix Domain socket to connect to the server; \fB-u\fR\&. .SH "SEE ALSO" .PP nbd-server (1), nbd-client (8), nbd-trdump (8) .SH "AUTHOR" .PP The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) .PP The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst () .PP On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of \fBnbd-client\fR is not required. Please see the relevant documentation for more information. .PP This manual page was written by Wouter Verhelst (). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. .SH "EXAMPLES" .PP A simple \fInbdtab\fR file could look like this: .nf # swap space, called "swapexport" on the server # optimize for swap, and try to reconnect upon disconnect. nbd0 nbdserver.example.com swapexport swap,persist # other export, called "data" on the server. No options for this one. nbd1 nbdserver.example.com data .fi EOF nbd-3.16.2/man/nbd-trdump.1.sh.in0000644000175000017500000000352413064217365013231 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NBD-TRDUMP" "1" "$Date$" "" "" .SH NAME nbd-trdump \- translate an nbd transaction log into human readable form .SH SYNOPSIS \fBnbd-trdump\fR .SH "DESCRIPTION" .PP \fBnbd-trdump\fR translates a transaction log produced by \fBnbd-server\fR (specifically by the \fBtransactionlog\fR configuration directive) into human readable form. .PP The command acts as a traditional UNIX filter, i.e. the transaction log must be supplied on standard input, and the human readable output is sent to standard output. .SH "OUTPUT" .PP The following may be output: .TP \fB>\fR A request packet sent from the client to the server. .TP \fB<\fR A reply packet sent from the server to the client. .TP \fBH\fR The handle of the packet. .TP \fBC\fR The command sent. .TP \fBO\fR The offet from the start of the disk. .TP \fBL\fR The length of data. .TP \fBE\fR The error returned. .SH "SEE ALSO" .PP nbd-server (1). .SH "AUTHOR" .PP The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz). .PP The kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst (wouter@debian.org) .PP This manual page was written by Wouter Verhelst () for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. EOF nbd-3.16.2/man/nbd-client.8.sh.in0000644000175000017500000002343713115266762013212 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NBD-CLIENT" "8" "$Date$" "" "" .SH NAME nbd-client \- connect to a server running nbd-server(1), to use its exported block device .SH SYNOPSIS \fBnbd-client\fR \fB\fIhost\fB\fR [ \fB\fIport\fB\fR ] \fB\fInbd-device\fB\fR [ \fB-connections \fInum\fB\fR ] [ \fB-sdp\fR ] [ \fB-swap\fR ] [ \fB-persist\fR ] [ \fB-nofork\fR ] [ \fB-systemd-mark\fR ] [ \fB-block-size \fIblock size\fB\fR ] [ \fB-timeout \fIseconds\fB\fR ] [ \fB-name \fIname\fB\fR ] [ \fB-certfile \fIcertfile\fB\fR ] [ \fB-keyfile \fIkeyfile\fB\fR ] [ \fB-cacertfile \fIcacertfile\fB\fR ] [ \fB-tlshostname \fIhostname\fB\fR ] \fBnbd-client\fR \fB-unix \fIpath\fB\fR \fB\fInbd-device\fB\fR [ \fB-connections \fInum\fB\fR ] [ \fB-sdp\fR ] [ \fB-swap\fR ] [ \fB-persist\fR ] [ \fB-nofork\fR ] [ \fB-systemd-mark\fR ] [ \fB-block-size \fIblock size\fB\fR ] [ \fB-timeout \fIseconds\fB\fR ] [ \fB-name \fIname\fB\fR ] \fBnbd-client\fR \fB\fInbd-device\fB\fR \fBnbd-client\fR \fB-d \fInbd-device\fB\fR \fBnbd-client\fR \fB-c \fInbd-device\fB\fR \fBnbd-client\fR \fB-l \fIhost\fB\fR [ \fBport\fR ] .SH "DESCRIPTION" .PP With \fBnbd-client\fR, you can connect to a server running \fBnbd-server\fR, thus using raw diskspace from that server as a blockdevice on the local client. .PP To do this, support from the Linux Kernel is necessary, in the form of the Network Block Device (NBD). When you have that, either in the kernel, or as a module, you can connect to an NBD server and use its exported file through a block special file with major mode 43. .PP Optionally, long options can also be specified with two leading dashes. .SH "OPTIONS" .PP The following options are supported: .TP \fB-block-size \fIblock size\fB\fR .TP \fB-b\fR Use a blocksize of "block size". Default is 1024; allowed values are either 512, 1024, 2048 or 4096 .TP \fB-connections \fInum\fB\fR .TP \fB-C\fR Use \fInum\fR connections to the server, to allow speeding up request handling, at the cost of higher resource usage on the server. Use of this option requires kernel support available first with Linux 4.9. .TP \fBhost\fR The hostname or IP address of the machine running \fBnbd-server\fR\&. Since 2.9.15, the NBD utilities support IPv6. .TP \fB-timeout \fIseconds\fB\fR .TP \fB-t\fR Set the connection timeout to "seconds". For this to work, you need a kernel with support for the NBD_SET_TIMEOUT ioctl; this was introduced into Linus' tree on 2007-10-11, and will be part of kernel 2.6.24. .TP \fBport\fR The TCP port on which \fBnbd-server\fR is running at the server. The port number defaults to 10809, the IANA-assigned port number for the NBD protocol. Previous versions of the nbd tools supported an older version of the negotiation protocol known as "oldstyle". This protocol version is no longer supported as of version 3.11 of the nbd support tools. .TP \fBnbd-device\fR The block special file (\fI/dev\fR entry) which this nbd-client should connect to, specified as a full path. When the mode is used wherein no hostname or export name is specified, nbd-client will look up the necessary configuration in the \fInbdtab\fR file. For more information, see nbdtab(5). .TP \fB-check\fR .TP \fB-c\fR Check whether the specified nbd device is connected. If the device is connected, nbd-client will exit with an exit state of 0 and print the PID of the nbd-client instance that connected it to stdout. If the device is not connected or does not exist (for example because the nbd module was not loaded), nbd-client will exit with an exit state of 1 and not print anything on stdout. If an error occurred, nbd-client will exit with an exit state of 2, and not print anything on stdout either. .TP \fB-disconnect\fR .TP \fB-d\fR Disconnect the specified nbd device from the server .TP \fB-list\fR .TP \fB-l\fR Ask the server for a list of available exports. If the server is exporting over IPv6 as well as over IPv4, this will list all exports twice; otherwise, it should list them all only once. Note that this option \fBonly\fR works with nbd-server processes running version 3.1 or above, and must be enabled in server configuration (with the "allowlist" option) before it can be used. .TP \fB-persist\fR .TP \fB-p\fR When this option is specified, nbd-client will immediately try to reconnect an nbd device if the connection ever drops unexpectedly due to a lost server or something similar. .TP \fB-sdp\fR .TP \fB-S\fR Connect to the server using the Socket Direct Protocol (SDP), rather than IP. See nbd-server(5) for details. .TP \fB-swap\fR .TP \fB-s\fR Specifies that this NBD device will be used as swapspace. This option attempts to prevent deadlocks by performing mlockall() and adjusting the oom-killer score at an appropriate time. It does not however guarantee that such deadlocks can be avoided. .TP \fB-systemd-mark\fR .TP \fB-m\fR The systemd init system requires that processes which should not be killed at shutdown time be marked appropriately by replacing the first letter of their argv[0] with an '@' sign. This option will cause nbd-client to do so. Note that this only works if nbd-client is run from an initrd; i.e., systemd will ignore such a mark if run from a systemd unit file or from the command line. .TP \fB-nofork\fR .TP \fB-n\fR Specifies that the NBD client should not detach and daemonize itself. This is mostly useful for debugging. Note that nbd-client will still fork once to trigger an update to the device node's partition table. It is not possible to disable this. .TP \fB-name\fR .TP \fB-N\fR Specifies the name of the export that we want to use. If not specified, nbd-client will ask for a "default" export, if one exists on the server. .TP \fB-unix\fR .TP \fB-u\fR Connect to the server over a unix domain socket at \fIpath\fR, rather than to a server over a TCP socket. The server must be listening on the given socket. .SS "TLS SUPPORT" .PP Enabling any of the TLS-related options causes the client to use the NBD_OPT_STARTTLS command to upgrade the connection to TLS. Since negotiating TLS support from userspace for a kernel socket would be very involved (if passing keys to kernel space were even possible, which it isn't), the way this is implemented is that the nbd-client process creates a socketpair, one side of which it hands to the kernel, and the other side of which is handed to an encrypting/decrypting proxy. This has the effect that all communication will be encrypted before being sent over the wire; however, doing so is not safe in combination with swapping over an NBD device: .PP In order to free memory by swapping, the kernel needs to be sure that the write to the nbd device has finalized. For this, it needs to be able to receive an NBD_CMD_WRITE reply which informs it that the write has completed successfully and that the memory may be released. Receiving data over the network, however, requires that the kernel \fBallocate\fR memory first, which is impossible if we're low on memory (a likely situation when trying to swap). This is likely to cause a deadlock when we're low on memory and there are high amounts of network traffic. .PP To remedy this situation, the kernel sets the PF_MEMALLOC option on the nbd socket; when low on memory, it will throw away all packets except for those destined to a socket with that option set, relying on the normal TCP retransmit system to ensure that data is not lost. This avoids the deadlock described above. .PP However, the PF_MEMALLOC option is set on the socket that is connected to the nbd device, not the encrypted socket connected to the encrypting/decrypting proxy. As such, when using TLS, the PF_MEMALLOC option is not set on the socket that actually receives data from the network, which means that the deadlock reappears. .PP For this reason, if the \fB-swap\fR option is used when TLS is in use, nbd-client will issue an appropriate warning. .TP \fB-certfile \fIfile\fB\fR .TP \fB-F\fR Use the specified file as the client certificate for TLS authentication to the server. .TP \fB-keyfile \fIfile\fB\fR .TP \fB-K\fR Use the specified file as the private key for the client cerificate. .TP \fB-cacertfile \fIfile\fB\fR .TP \fB-A\fR Use the specified file as the CA certificate for TLS authentication to the server. .TP \fB-tlshostname \fIhostname\fB\fR .TP \fB-H\fR Use the specified hostname for the TLS context. If not specified, the hostname used to connect to the server will be used. .SH "EXAMPLES" .PP Some examples of nbd-client usage: .TP 0.2i \(bu To connect to a server running on port 2000 at host "server.domain.com", using the client's block special file "/dev/nbd0": \fBnbd-client server.domain.com 2000 /dev/nbd0\fR .TP 0.2i \(bu To connect to a server running on port 2001 at host "swapserver.domain.com", using the client's block special file "/dev/nbd1", for swap purposes: \fBnbd-client swapserver.domain.com 2001 /dev/nbd1 -swap\fR .TP 0.2i \(bu To disconnect the above connection again (after making sure the block special file is not in use anymore): \fBnbd-client -d /dev/nbd1\fR .SH "SEE ALSO" .PP nbd-server (1). .SH "AUTHOR" .PP The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz). .PP The kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst (wouter@debian.org) .PP This manual page was written by Wouter Verhelst () for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. EOF nbd-3.16.2/man/nbd-server.5.sh.in0000644000175000017500000006514213132635503013226 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NBD-SERVER" "5" "$Date: 2006-10-18 15:01:57 +0200 (wo, 18 okt 2006) $" "" "" .SH NAME $sysconfdir/nbd-server/config \- configuration file for nbd-server .SH SYNOPSIS \fB$sysconfdir/nbd-server/config \fR .SH "DESCRIPTION" .PP This file allows to configure the nbd-server. .PP While \fI$sysconfdir/nbd-server/config\fR is the default configuration file, this can be varied with the \fB-C\fR option to \fBnbd-server\fR(1). .PP The configuration file consists of section header lines, comment lines, and option lines. .PP A section header is a unique name that is enclosed in square brackets ("[" and "]"). A section header denotes the beginning of a section; a section continues until the next section or the end of the file, whichever is first. The first section in the configuration file must be called \fBgeneric\fR, and is used for global options that apply to more than one export. This section must always be present, even if it holds no options. Every other section defines one export; the names of these sections are not important, except that you should take care to make sure that each section name is unique. The section name is used as the name for the export in case the client connects with a name rather than a port to specify an export, and must therefore be unique. .PP A comment line is a line that starts with optional whitespace, followed by a pound sign ("#"), and continues until the end of the line. Comments may \fBnot\fR be used on option lines or section header lines. .PP An option line is a line that starts with an option name, followed by an equals sign ("="), followed by the option value. An option can be of type string, of type integer, or of type boolean. The value of a boolean option can be denoted with either true or false (so not yes, no, on, off, 1, or 0). All booleans default to false unless specified otherwise. No value may be quoted; always enter it directly. For a string option, leading whitespace is stripped (but trailing whitespace is not). .SH "OPTIONS FOR SECTION [GENERIC]" .TP \fBallowlist\fR Optional; boolean Whether to allow the client to fetch a list of exports from this server. If enabled, the client can run \fBnbd-client -l\fR to get a list of exports on this server. .TP \fBcacertfile\fR Optional; string If this option is set, it should contain a path to a PEM format X.509 CA certificate used for validating client certificates supplied by the client. If this option is not set then client certificates will not be checked. .TP \fBcertfile\fR Optional; string If this option is set, it should contain a path to a PEM format X.509 public certificate used for TLS negotiation with the client. If \fBkeyfile\fR is set but \fBcertfile\fR is not set, then the server will attempt to read the certificate from the path specified by \fBkeyfile\fR\&. .TP \fBforce_tls\fR Optional; boolean. Switch the server to FORCEDTLS mode. Note: this is \fBnot\fR the same as enabling the force_tls option for each and every export individually. The latter will allow certain options to be issued during negotiation (e.g., the "list exports" option, even if that would return an empty result set), whereas enabling this option will disallow the use of \fBany\fR option to be issued during negotiation, apart from the STARTTLS option itself (to switch the transport to TLS). Using FORCEDTLS mode should result in a safer environment, as the server will not allow any communication to take place unless and until TLS has been negotiated. However, it also makes it impossible to set up a nonencrypted export for the benefit of older clients, or for clients that want to swap and not deadlock. Using this parameter without also specifying a value for the other TLS-related parameters is possible, but silly. .TP \fBgroup\fR Optional; string. The name of the group this server must run as. If this parameter is not specified, then nbd-server will not attempt to change its GID (so the GID it runs as will be the primary group of the user who starts nbd-server). If it is specified, then nbd-server will change its GID after opening ports, but before accepting connections or opening files. .TP \fBincludedir\fR Optional; string The argument should be a directory containing files with the '.conf' extension; these files will be parsed as if they were part of the configuration file. Note that these extra configuration files cannot contain a [generic] section; any configuration that should go in the generic section must be placed in the main configuration file. If this argument is not specified, then no directory will be searched. If it is specified but the directory does not exist, then nbd-server will exit with an appropriate error message; if it is specified but the given directory is empty, nbd-server will continue (unless no exports whatsoever have been configured, in which case it will exit with an appropriate error message) .TP \fBkeyfile\fR Optional; string If this option is set, it should contain a path to a PEM format X.509 private key used for TLS negotiation with the client. This option must be set to enable TLS. .TP \fBlistenaddr\fR Optional; string If this option is set, it should contain a comma-separated lis of the local IP addresses on which we should listen to \fBnbd-client\fR(8) connections. If it is not set, \fBnbd-server\fR will listen to "::, 0.0.0.0", which causes nbd-server to listen to all local IPv4 and IPv6 addresses. To limit to IPv6, specify the address as "::". To limit to IPv4, specify as "0.0.0.0". .TP \fBmax_threads\fR Optional; integer; default 4 Since NBD 3.12, nbd-server will read requests in a main thread, but do the handling of these requests, and the sending of the reply, in a number of separate worker threads, which are shared among all exports. With this parameter, you can configure the number of these worker threads. The default should be reasonable for a dual-core single-disk server. You might want to increase it if you have a powerful server that does little else than serving NBD. .TP \fBoldstyle\fR Optional; boolean In versions of nbd-server between 2.9.17 and 3.9.1, when this option was set to true, nbd-server would export all exports on a separate port with the old (pre-2.9.17) handshake protocol. In that case, the 'port' option for individual exports was mandatory. Since version 3.10 of nbd-server, however, this option is no longer supported, and any attempt to use it will result in nbd-server exiting with an appropriate error message. .TP \fBport\fR Optional; string The port on which to listen for new-style nbd-client connections. If not specified, the IANA-assigned port of 10809 is used. .TP \fBsplice\fR Optional; boolean Allow the server to use the splice() system call to handle read or write calls when possible. Using splice can speed up handling of such calls significantly. Unfortunately, splice cannot be used in combination with TLS or the copyonwrite mode, and will only work for requests smaller than 1MiB. To handle these situations, the server will exit with an appropriate error message if splice and copyonwrite are both enabled for an export; it will silently ignore the splice option if TLS is enabled, falling back on normal reads and writes; and it will similarly fall back on normal reads when the request size exceeds 1MiB. .TP \fBuser\fR Optional; string. The name of the user this server must run as. If this parameter is not specified, then nbd-server will not attempt to change its UID (so the UID it runs as will be the user who starts nbd-server). If it is specified, then nbd-server will change its UID after opening ports, but before accepting connections or opening files. .TP \fBunixsock\fR Optional; string Path for a UNIX domain socket. If specified, the server will listen on a UNIX domain socket with the specified name. Only newstyle negotiation is supported on UNIX domain sockets. .TP \fBtlsonly\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will only serve exports using the TLS extension. If this option is not supplied, TLS is optional, unless \fBtlsonly\fR is set in the section corresponding to the specific export. In order for TLS to work at all, the \fBkeyfile\fR option must be specified in the generic section. .TP \fBtlsprio\fR Optional; string; default NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2:%SERVER_PRECEDENCE This option allows to configure the GnuTLS priority string, which is used to select the algorithms which GnuTLS will allow to be negotiated with the client. The NBD STARTTLS specification requires that clients and servers require TLS1.2 or higher by default, so the default string disables all older versions of the TLS protocol. Not all versions of GnuTLS support the %SERVER_PRECEDENCE flag, which exists to signal that the server should pay no attention to the algorithm preferences selected by the client. If you're using an older version of GnuTLS (e.g., 2.12), it may be necessary to specify a priority string that does not include the %SERVER_PRECEDENCE flag. For an explanation of the possible values of this option, see the "Priority strings" chapter in the GnuTLS documentation. .SH "OPTIONS FOR EXPORT SECTIONS" .TP \fBauthfile\fR Optional; string; default empty The name of the authorization file for this export. This file should contain one line per IP-address, or per network (which must be specified in CIDR-style \fB\fInetwork\fB/\fImasklen\fB\fR). Empty lines are skipped, as is any content behind a hashmark ('#') on any line. If the file does not exist, everyone is allowed to connect. If the file exists but is empty, nobody is allowed to connect. Otherwise, \fBnbd-server\fR will only allow clients to connect whose IP-adres is listed in this file. Corresponds to the \fB-l\fR option on the command line. However, note that for the command line, the default is \fI$sysconfdir/nbd-server/allow\fR\&. .TP \fBcopyonwrite\fR Optional; boolean. Whether this is a copy-on-write export. If it is, then any writes to this export will not be written to the master file, but to a separate file which will be removed upon disconnect. The result of using this option is that nbd-server will be somewhat slower, and that any writes will be lost upon disconnect. Corresponds to the \fB-c\fR option on the command line .TP \fBcowdir\fR Optional; string. Specifies where to write copy-on-write diff files. If this option is absent, copy-on-write files will be written in the same directory as the base export file. Useful for exporting files in copy-on-write mode from a directory that the user running nbd-server has no write access to. If the copy-on-write mode is not active, this option has no effect. .TP \fBexportname\fR Required; string. The name of the file (or block device) that will be exported. This must be a fully-qualified path and filename; relative paths are not allowed. If used in conjunction with the \fBtemporary\fR, this specifies a template for the temporary file concerned, and thus can be used to control the directory it is created in. If the file does not exist, but \fBfilesize\fR is set, then the file will be created. Note that \fBnbd-server\fR will only try to find and open the exported file when a client actually connects; as a result, \fBnbd-server\fR must be able to open and read this file \fBafter\fR changing to the user and group that have been specified by use of the \fBuser\fR and \fBgroup\fR options; also, \fBnbd-server\fR will only detect errors in this option upon connection of a client. When specified on the command line, this should be the second argument. .TP \fBfilesize\fR Optional; integer; default autodetected. Disable autodetection of file or block device size, and forcibly specify a size. Sizes must be specified in bytes. If the \fBmultifile\fR option is in effect, this option specifies the size of the \fBentire\fR export, not of individual files. If the file is not present, a single file is created of this size. When specified on the command line, this should be the third argument. .TP \fBflush\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will inform the client that it supports and desires to be sent flush requests when the elevator layer receives them. Receipt of a flush request will cause an fdatasync() (or, if the sync option is set, an fsync()) on the backend storage. This increases reliability in the case of an unclean shutdown at the expense of a degradation of performance. This option will have no effect unless supported by the client. .TP \fBforce_tls\fR Optional; boolean. Require the use of TLS for this export to be available. When this option has been enabled for an export, clients that do not negotiate TLS will not see the export when they request a list of exports, and will not be able to connect to it. Enabling this option when TLS credentials have not been configured in the [generic] section is possible, but silly. .TP \fBfua\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will inform the client that it supports and desires to be sent fua (force unit access) commands when the elevator layer receives them. Receipt of a force unit access command will cause the specified command to be synced to backend storage using sync_file_range() if supported, or fdatasync() otherwise. This increases reliability in the case of an unclean shutdown at the expense of a degradation of performance. This option will have no effect unless supported by the client. .TP \fBlistenaddr\fR Optional; string Ignored, kept for compatibility with the obsolete \&'oldstyle' global parameter. .TP \fBmaxconnections\fR Optional; integer If specified, then it limits the number of opened connections for this export. .TP \fBmultifile\fR Optional; boolean. If this option is set to true, then \fBnbd-server\fR will search for files of the form \fIexportname\fR\&.\fIinteger\fR, with \fIexportname\fR being the filename that would otherwise have been used (after name transformation for virtualization, if any, has been performed) and \fIinteger\fR an integer number, starting with 0 and ending when no more files can be found. The size of the individual files will be autodetected, \fBeven\fR if the \fBfilesize\fR option has been specified. Corresponds to the \fB-m\fR option on the command line. .TP \fBtreefiles\fR Optional; boolean. If this option is set to true, then \fBnbd-server\fR will search for files of the form \fIexportname\fR/\fITREEXXXX\fR/.../\fIFILEXXXX\fR, with \fIexportname\fR being the filename that would otherwise have been used (after name transformation for virtualization, if any, has been performed) and \fITREEXXXX\fR and \fIFILEXXXX\fR being autogenerated directory and path names for individual block files. Files and directories are automatically created. Files will be deleted if the corresponding block gets marked as unused. The size of the individual block files is fixed to 4096 bytes. There will be at most 1024 files/subdirectories per folder. An apropriate nesting level of subdirectories will be created to create a filesystem of \fBfilesize\fR bytes in total forming a virtual block device. This feature is useful to provide a virtual block device on an underlying filesystem that does not handle large files well, for example fuse/ftpfs, davfs or other network filesytems. This feature is mutually exclusive with the \fB-m\fR and will take precedence if both are given. There is no corresponding command line option, since command line control is considered deprecated. You can however specify a custom config file with the \fB-C\fR option. The \fBfilesize\fR option \fBmust\fR be specified when using this feature! .TP \fBpostrun\fR Optional; string If specified, then it is assumed to be a command that will be ran when a client has disconnected. This can be useful to clean up whatever \fBprerun\fR has set up, to log something, or similar. If the literal string '%s' is present in the command, it will be replaced by the file name that has just been closed. In contrast to the \fBprerun\fR option, the exit state of \fBpostrun\fR is \fBignored\fR\&. .TP \fBprerun\fR Optional; string If specified, then this command will be ran after a client has connected to the server (and has been accepted), but before the server starts serving. If the command contains the literal string '%s', then this string will be replaced by the filename of the file which nbd-server wants to export. This is useful to create export files on the fly, or to verify that a file can be used for export, to write something to a log file, or similar. If the command runs with a non-zero exit status, then nbd-server will assume the export will fail, and refuse to serve it. .TP \fBreadonly\fR Optional; boolean. Disallow writes to the device. If this option is specified, \fBnbd-server\fR will issue an error to any client that tries to write to the device. Use of this option in conjunction with \fBcopyonwrite\fR is possible, but silly. Corresponds to the \fB-r\fR option on the command line. .TP \fBrotational\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will inform the client that it would prefer it to send requests in elevator (i.e., optimized) order, perhaps because it has a backing store and no local elevator. By default, the client uses QUEUE_FLAG_NONROT, which effectively restricts the function of the elevator to block merges. By specifying this flag on the server, the client will not use QUEUE_FLAG_NONROT, meaning the client elevator will perform normal elevator ordering of I/O requests. Note that even when the backing store is on rotating media, it is not normally necessary to specify this flag, as the server's elevator algorithm will be used. This flag is only required where the server will not be using an elevator algorithm or where the elevator algorithm is effectively neutered (e.g. with the sync option set). This option will have no effect unless supported by the client. .TP \fBsdp\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will use the Socket Direct Protocol (SDP) to serve the export, rather than just IP. This is faster, but requires special hardware (usually something like InfiniBand) and support in the kernel. Additionally, support for this option must be enabled at compile time, using the \fB--enable-sdp\fR option to the \fBconfigure\fR script. If this option is found in a configuration file and \fBnbd-server\fR does not have support for SDP, then \fBnbd-server\fR will exit with an error message. .TP \fBsparse_cow\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will use sparse files to implement the copy-on-write option; such files take up less space then they appear to, which allows \fBnbd-server\fR to handle the file as if it was just as large as the block device it's for. If this option is disabled, \fBnbd-server\fR will map every newly written block to the end of the copy-on-write file, which means that \fBnbd-server\fR will have to lseek(2) to the right position after every 4096-byte block. Using this option may be faster when much is being written during a connection. .TP \fBsync\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will call an fsync() after every write to the backend storage. Calling fsync() increases reliability in case of an unclean shutdown of nbd-server; but, depending on the file system used on the nbd-server side, may degrade performance. The use of this option isn't always necessary; e.g., on ext3 filesystems, it is recommended that it is \fBnot\fR enabled, since it seriously reduces performance on ext3 filesystems while not importantly impacting reliability. .TP \fBtemporary\fR Optional; boolean. Create a temporary export with a name based on exportname (this can be used to set the directory). A unique filename is created, which is unlinked as soon as it is created, and therefore the export will not persist between invocations of \fBnbd-server\fR\&. Set the size of the file using the \fBfilesize\fR option. This option is incompatible with the \fBmultifile\fR option. When specified on the command line, this should be the third argument. .TP \fBtimeout\fR Optional; integer; default 0 How many seconds a connection may be idle for this export. When a connection is idle for a longer time, \fBnbd-server\fR will forcibly disconnect the connection. If you specify 0 (the default), then a connection may be idle forever. Corresponds to the \fB-a\fR option on the command line .TP \fBtransactionlog\fR Optional; string If specified, then this pathname is used to generate a transaction log. A transaction log is a binary file consisting of the requests sent to and the replies received by the server, but excluding any data (so, for a write command, it records the offset and length of the write but not the data written). It is therefore relatively safe to distribute to a third party. Note that the transaction log does not include the negotiation sequence. Transaction logs are mainly useful for debugging. The program \fBnbd-tester-client\fR distributed with the source to this program can reply a transaction log against a server and perform a data integrity test. Note that the transaction log is written to for every client opened. If it is necessary to maintain separate transaction logs for each client, the \fBprerun\fR script should rename the transaction log (which will just have been opened in order to avoid transaction logs overwriting eachother. This action should be race-free. .TP \fBtrim\fR Optional; boolean When this option is activated, the server announces it supports the NBD_CMD_TRIM command for the export. This command allows the server to discard the data from the disk, but does not require it to. .TP \fBvirtstyle\fR Optional; string; default "ipliteral" Defines the style of virtualization. Virtualization allows one to create one export that will serve a different file depending on the IP address that is connecting. When virtualization is active, the \fIexportname\fR parameter needs to contain the string '%s'; this will then be replaced by the IP address of the client connecting, in accordance with the option selected here. The result of this transformation is then used as the filename to be opened. When a client connects over a UNIX domain socket, the literal string "unix" is used in lieu of a client IP address. There are four types of virtualization that \fBnbd-server\fR supports: .RS .TP \fBnone\fR No virtualization. Will attempt to open the filename as it was written, even if it contains '%s' in the name. .TP \fBipliteral\fR The %s is replaced by the IP address of the connecting host is used as-is. For IPv4, this is done in dotted-quad notation; for IPv6, in hexadecimal form with leading zeros omitted. As an example, if a client connects from 192.168.1.100 and \fBexportname\fR is specified as \fI/export/%s\fR, then nbd-server will attempt to serve \fI/export/192.168.1.100\fR\&. For IPv6, with a client connecting from 2001:6f8:32f::39, the filename would be \fI/export/2001:6f8:32f:0:0:0:0:39\fR .TP \fBiphash\fR Same as above, except that \fBnbd-server\fR will replace the dots in the IP address by forward slashes ('/'); in the same example, \fBnbd-server\fR would open \fI/export/192/168/1/100\fR instead. Since there are no dots in most IPv6 addresses, the effect of using this option when IPv6 is in use is indistinguishable from the ipliteral option. It was thought that having to create an eight-deep directory structure would not be as useful. .TP \fBcidrhash\fR This option requires one to add a space and a number after it. \fBnbd-server\fR will use the number as a network mask in CIDR style, and use that as a hash cutoff point. In the above example, if \fBvirtstyle\fR has been specified as cidrhash 16, then \fBnbd-server\fR will try to open \fI/export/192.168.0.0/192.168.1.100\fR; if \fBvirtstyle\fR were specified as cidrhash 26, then \fBnbd-server\fR will try to open \fI/export/192.168.1.64/192.168.1.100\fR\&. For IPv6, in the above example, with cidrhash 42, the filename would be \fI/export/2001:32f:6c0:0:0:0:0:0/2001:32f:6f8:0:0:0:0:39\fR\&. .RE .TP \fBtlsonly\fR Optional; boolean. When this option is enabled, \fBnbd-server\fR will only serve the export using the TLS extension. If this option is not supplied, TLS is optional, unless \fBtlsonly\fR is set in the generic section. In order for TLS to work at all, the \fBkeyfile\fR option must be specified in the generic section. .TP \fBwaitfile\fR Optional; string. When this option is set, \fBnbd-server\fR will allow writes to this export, but not reads, until the server is sent a SIGUSR1 command. Any writes to the export will be stored in a diff file with the same algorithm as for the copy-on-write option. In particular, this means that the \fBcowdir\fR option is in effect for this option, too. The backend file (as per the exportname parameter) need not exist until the SIGUSR1 signal is sent to the server. Once SIGUSR1 is received, \fBnbd-server\fR will open the main export file, and start merging all outstanding writes into it. Once this operation finishes, the diff file will be removed, and the server will allow normal use of the export. This allows the out-of-band live migration of an export from one server to another. Note that this option cannot be combined with the copy-on-write option itself. .SH "SEE ALSO" .PP nbd-server (1), nbd-client (8), nbd-trdump (8) .SH "AUTHOR" .PP The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) .PP The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst () .PP On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of \fBnbd-client\fR is not required. Please see the relevant documentation for more information. .PP This manual page was written by Wouter Verhelst () for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. .SH "EXAMPLES" .PP A simple \fBnbd-server\fR configuration file would look like this: .nf [generic] [export] exportname = /export/blkdev .fi .PP For increased security, one might want to create an authorization file, and set the UID and GID to run as: .nf [generic] user = nbd group = nbd [export] exportname = /export/blkdev authfile = $sysconfdir/nbd-server/allow .fi .PP With $sysconfdir/nbd-server/allow containing the following: .nf 127.0.0.1 192.168.0.0/8 192.168.1.1 .fi EOF nbd-3.16.2/man/nbd-trdump.1.in.sgml0000644000175000017500000001020112260327652013545 00000000000000 manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date$"> 1"> wouter@debian.org"> NBD-TRDUMP"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; translate an nbd transaction log into human readable form &dhpackage; DESCRIPTION &dhpackage; translates a transaction log produced by nbd-server (specifically by the transactionlog configuration directive) into human readable form. The command acts as a traditional UNIX filter, i.e. the transaction log must be supplied on standard input, and the human readable output is sent to standard output. OUTPUT The following may be output: A request packet sent from the client to the server. A reply packet sent from the server to the client. The handle of the packet. The command sent. The offet from the start of the disk. The length of data. The error returned. SEE ALSO nbd-server (1). AUTHOR The NBD kernel module and the NBD tools have been written by Pavel Macheck (pavel@ucw.cz). The kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst (wouter@debian.org) This manual page was written by &dhusername; (&dhemail;) for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
nbd-3.16.2/man/nbd-server.1.in.sgml0000644000175000017500000002765213115264041013552 00000000000000 manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date$"> 1"> wouter@debian.org"> NBD-SERVER"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2001 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; serve a file as a block device to other computers running the &gnu;/Linux(tm) or &gnu;/Hurd Operating System &dhpackage; [ip@]port filename size DESCRIPTION &dhpackage; is the server for the Linux Network Block Device (NBD). With NBD, a client can use a file, exported over the network from a server, as a block device. It can then be used for whatever purpose a normal block device (harddisk, CD-ROM, ...) can be used for. NBD can be useful for diskless clients that need swapspace, but you can also create a filesystem on it and use it as though it were a local filesystem. &dhpackage; implements some security through a file called "$sysconfdir/nbd-server/allow" (by default; a different file can be chosen with the '-l' option or through a config file specification). This file must list the IP-addresses or network masks of clients that are allowed to connect. If it does not exist, all clients are able to connect. If the file is empty, no clients can connect. Note that while the command line allows for specifying an export, the use of this option is deprecated. It is preferred to make use of a configuration file instead, the format of which is defined in nbd-server(5). While nbd-server is running, new exports can be added by re-writing configuration files and then sending SIGHUP to nbd-server. SIGHUP causes nbd-server to re-read its configuration files and to start serving all new exports which were not served earlier. Reconfiguration does not modify any existing export, it only appends new ones. OPTIONS ip The ip address the server should listen on. This may be an IPv4 address, an IPv6 address, or a hostname. In the latter case, nbd-server will do a hostname lookup for the name specified, and will listen on the first address that is returned. For compatibility with past versions of nbd-server, if an IPv4 address is specified, the @ sign that serves as separator between the address and port may be replaced by a colon. If this parameter is not specified, nbd-server will listen on all local addresses on both IPv4 and IPv6. To limit to IPv4, specify the address as 0.0.0.0; to limit to IPv6, specify it as ::. The port the server should listen to. A valid port is any number between 1 and 65536; if 0 is used, nbd-server will listen on stdin (so that nbd-server can be ran from inetd) The filename of the file that should be exported. This can be any file, including "real" blockdevices (i.e. a file from /dev). If the filename includes the literal string "%s", then this %s will be substituded with the IP-address of the client trying to connect. The size of the block device at the client side. This is especially useful in conjunction with the -m option Can optionally be followed by one of K,k,M or m, in which case the size will be multiplied by 1024 (K or k) or 1048576 (M or m) Export the file read-only. If a client tries to write to a read-only exported file, it will receive an error, but the connection will stay up. Work with multiple files. This can be used to export blockdevices that are larger than the maximum allowed filesize on a given filesystem; i.e. when the filesystem does not allow files larger than 2GB (which is true for Linux 2.2 and below), you can use this option to store the data in multiple files and export a larger filesystem, if needed. To use this option, you must create a number of files with names in the format "name.X", where "name" is given as the filename argument to nbd-server, and "X" is a number starting by 0 and going up for each file. Allowing more flexibility for this option is planned for future versions. Copy on write. When this option is provided, write-operations are not done to the exported file, but to a separate file. This separate file is removed when the connection is closed, which means that serving this way will make nbd-server slow down (especially on large block devices with lots of writes), and that after disconnecting and reconnecting the client or the server, all changes are lost. Specify configuration file. The default configuration file, if this parameter is not specified, is $sysconfdir/nbd-server/config. Note that the configuration file is always parsed and the entries in the file used, even if an extra server is specified on the command line. To disable the configuration file entirely, either move it away or use the -C option to point nbd-server(1) to a non-existing or empty configuration file. Also note that if an empty, incomplete, or invalid configuration file is specified, nbd-server will produce a warning about failure to parse the config file. If the command line contains a fully specified configuration, this warning is harmless and may be ignored. Specify the maximum number of opened connections. If this parameter is not specified, no limit is set. Output the version of nbd-server, and exit. Do not fork. Useful for debugging. This argument should contain a list of IP-addresses for hosts that may connect to the server. Wildcards are not allowed. If the file does not exist, it is ignored (and any host can connect); If the file does exist, but is empty, no host can connect. By default, the name 'nbd_server.allow' is used, and looked for in the current directory, unless nbd-server is compiled as a daemon, in which case it is looked for in the root-directory. If the argument is given on the command line, then &dhpackage; will output a configuration file section with this as the header that is functionally equivalent to the other options specified on the command line, and exit. This is useful for migrating pre-2.9 nbd-server initscript configuration files to the new format. EXAMPLES Some examples of nbd-server usage: To export a file /export/nbd/exp-bl-dev on port 2000: nbd-server 2000 /export/nbd/exp-bl-dev To export a the same file read-only: nbd-server 2000 /export/nbd/exp-bl-dev -r To export the same file read-write, but make sure changes are lost after restarting the client or the server: nbd-server 2000 /export/nbd/exp-bl-dev -c SEE ALSO nbd-client (8), nbd-server (5), nbd-trdump (8) AUTHOR The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by &dhusername; (&dhemail;) On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of nbd-client is not required. Please see the relevant documentation for more information. This manual page was written by &dhusername; (&dhemail;) for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.
nbd-3.16.2/man/sh.tmpl0000644000175000017500000000013012260327652011351 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < nbd-server.1 nbd-server.5: nbd-server.5.sh sh nbd-server.5.sh > nbd-server.5 nbd-client.8: nbd-client.8.sh sh nbd-client.8.sh > nbd-client.8 nbd-trdump.1: nbd-trdump.1.sh sh nbd-trdump.1.sh > nbd-trdump.1 nbdtab.5: nbdtab.5.sh sh nbdtab.5.sh > nbdtab.5 nbd-server.1.sh.in: nbd-server.1.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-server.1.in.sgml cat sh.tmpl > nbd-server.1.sh.in cat NBD-SERVER.1 >> nbd-server.1.sh.in echo "EOF" >> nbd-server.1.sh.in rm NBD-SERVER.1 nbd-client.8.sh.in: nbd-client.8.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-client.8.in.sgml cat sh.tmpl > nbd-client.8.sh.in cat NBD-CLIENT.8 >> nbd-client.8.sh.in echo "EOF" >> nbd-client.8.sh.in rm NBD-CLIENT.8 nbd-server.5.sh.in: nbd-server.5.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-server.5.in.sgml cat sh.tmpl > nbd-server.5.sh.in cat NBD-SERVER.5 >> nbd-server.5.sh.in echo "EOF" >> nbd-server.5.sh.in rm NBD-SERVER.5 nbd-trdump.1.sh.in: nbd-trdump.1.in.sgml sh.tmpl LC_ALL=C docbook2man nbd-trdump.1.in.sgml cat sh.tmpl > nbd-trdump.1.sh.in cat NBD-TRDUMP.1 >> nbd-trdump.1.sh.in echo "EOF" >> nbd-trdump.1.sh.in rm NBD-TRDUMP.1 nbdtab.5.sh.in: nbdtab.5.in.sgml sh.tmpl LC_ALL=C docbook2man nbdtab.5.in.sgml cat sh.tmpl > nbdtab.5.sh.in cat NBDTAB.5 >> nbdtab.5.sh.in echo "EOF" >> nbdtab.5.sh.in rm NBDTAB.5 nbd-3.16.2/man/nbd-server.1.sh.in0000644000175000017500000001736113115266761013231 00000000000000#!/bin/sh prefix=@prefix@ exec_prefix=@exec_prefix@ sysconfdir=@sysconfdir@ cat < .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NBD-SERVER" "1" "$Date$" "" "" .SH NAME nbd-server \- serve a file as a block device to other computers running the GNU/Linux(tm) or GNU/Hurd Operating System .SH SYNOPSIS \fBnbd-server \fR \fB\fI[ip@]port\fB\fR \fB\fIfilename\fB\fR [ \fB\fIsize\fB\fR ] [ \fB-r\fR ] [ \fB-m\fR ] [ \fB-c\fR ] [ \fB-l \fIhost list filename\fB\fR ] [ \fB-o \fIsection name\fB\fR ] [ \fB-C \fIconfig file\fB\fR ] [ \fB-M \fImax connections\fB\fR ] [ \fB-V\fR ] [ \fB-d\fR ] .SH "DESCRIPTION" .PP \fBnbd-server\fR is the server for the Linux Network Block Device (NBD). With NBD, a client can use a file, exported over the network from a server, as a block device. It can then be used for whatever purpose a normal block device (harddisk, CD-ROM, ...) can be used for. .PP NBD can be useful for diskless clients that need swapspace, but you can also create a filesystem on it and use it as though it were a local filesystem. .PP \fBnbd-server\fR implements some security through a file called "$sysconfdir/nbd-server/allow" (by default; a different file can be chosen with the '-l' option or through a config file specification). This file must list the IP-addresses or network masks of clients that are allowed to connect. If it does not exist, all clients are able to connect. If the file is empty, no clients can connect. .PP Note that while the command line allows for specifying an export, the use of this option is deprecated. It is preferred to make use of a configuration file instead, the format of which is defined in nbd-server(5). .PP While nbd-server is running, new exports can be added by re-writing configuration files and then sending SIGHUP to nbd-server. SIGHUP causes nbd-server to re-read its configuration files and to start serving all new exports which were not served earlier. Reconfiguration does not modify any existing export, it only appends new ones. .SH "OPTIONS" .TP \fBip\fR The ip address the server should listen on. This may be an IPv4 address, an IPv6 address, or a hostname. In the latter case, nbd-server will do a hostname lookup for the name specified, and will listen on the first address that is returned. For compatibility with past versions of nbd-server, if an IPv4 address is specified, the @ sign that serves as separator between the address and port may be replaced by a colon. If this parameter is not specified, nbd-server will listen on all local addresses on both IPv4 and IPv6. To limit to IPv4, specify the address as 0.0.0.0; to limit to IPv6, specify it as ::. .TP \fBport \fR The port the server should listen to. A valid port is any number between 1 and 65536; if 0 is used, nbd-server will listen on stdin (so that nbd-server can be ran from inetd) .TP \fBfilename\fR The filename of the file that should be exported. This can be any file, including "real" blockdevices (i.e. a file from /dev). If the filename includes the literal string "%s", then this %s will be substituded with the IP-address of the client trying to connect. .TP \fBsize\fR The size of the block device at the client side. This is especially useful in conjunction with the -m option Can optionally be followed by one of K,k,M or m, in which case the size will be multiplied by 1024 (K or k) or 1048576 (M or m) .TP \fB-r\fR Export the file read-only. If a client tries to write to a read-only exported file, it will receive an error, but the connection will stay up. .TP \fB-m\fR Work with multiple files. This can be used to export blockdevices that are larger than the maximum allowed filesize on a given filesystem; i.e. when the filesystem does not allow files larger than 2GB (which is true for Linux 2.2 and below), you can use this option to store the data in multiple files and export a larger filesystem, if needed. To use this option, you must create a number of files with names in the format "name.X", where "name" is given as the filename argument to nbd-server, and "X" is a number starting by 0 and going up for each file. Allowing more flexibility for this option is planned for future versions. .TP \fB-c\fR Copy on write. When this option is provided, write-operations are not done to the exported file, but to a separate file. This separate file is removed when the connection is closed, which means that serving this way will make nbd-server slow down (especially on large block devices with lots of writes), and that after disconnecting and reconnecting the client or the server, all changes are lost. .TP \fB-C\fR Specify configuration file. The default configuration file, if this parameter is not specified, is \fI$sysconfdir/nbd-server/config\fR\&. Note that the configuration file is always parsed and the entries in the file used, even if an extra server is specified on the command line. To disable the configuration file entirely, either move it away or use the -C option to point \fBnbd-server\fR(1) to a non-existing or empty configuration file. Also note that if an empty, incomplete, or invalid configuration file is specified, nbd-server will produce a warning about failure to parse the config file. If the command line contains a fully specified configuration, this warning is harmless and may be ignored. .TP \fB-M\fR Specify the maximum number of opened connections. If this parameter is not specified, no limit is set. .TP \fB-V\fR Output the version of nbd-server, and exit. .TP \fB-d\fR Do not fork. Useful for debugging. .TP \fBhost list filename\fR This argument should contain a list of IP-addresses for hosts that may connect to the server. Wildcards are \fBnot\fR allowed. If the file does not exist, it is ignored (and any host can connect); If the file does exist, but is empty, no host can connect. By default, the name 'nbd_server.allow' is used, and looked for in the current directory, unless nbd-server is compiled as a daemon, in which case it is looked for in the root-directory. .TP \fBsection name\fR If the \fB-o\fR argument is given on the command line, then nbd-server will output a configuration file section with this as the header that is functionally equivalent to the other options specified on the command line, and exit. This is useful for migrating pre-2.9 nbd-server initscript configuration files to the new format. .SH "EXAMPLES" .PP Some examples of nbd-server usage: .TP 0.2i \(bu To export a file /export/nbd/exp-bl-dev on port 2000: \fBnbd-server 2000 /export/nbd/exp-bl-dev\fR .TP 0.2i \(bu To export a the same file read-only: \fBnbd-server 2000 /export/nbd/exp-bl-dev -r\fR .TP 0.2i \(bu To export the same file read-write, but make sure changes are lost after restarting the client or the server: \fBnbd-server 2000 /export/nbd/exp-bl-dev -c\fR .SH "SEE ALSO" .PP nbd-client (8), nbd-server (5), nbd-trdump (8) .SH "AUTHOR" .PP The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) .PP The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by Wouter Verhelst () .PP On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of \fBnbd-client\fR is not required. Please see the relevant documentation for more information. .PP This manual page was written by Wouter Verhelst () for the Debian GNU/Linux system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. EOF nbd-3.16.2/man/nbd-server.5.in.sgml0000644000175000017500000011705513132635333013560 00000000000000 manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ --> Wouter"> Verhelst"> $Date: 2006-10-18 15:01:57 +0200 (wo, 18 okt 2006) $"> 5"> wouter@debian.org"> NBD-SERVER"> Debian GNU/Linux"> GNU"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2006 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; configuration file for nbd-server &dhpackage; DESCRIPTION This file allows to configure the nbd-server. While $sysconfdir/nbd-server/config is the default configuration file, this can be varied with the option to nbd-server(1). The configuration file consists of section header lines, comment lines, and option lines. A section header is a unique name that is enclosed in square brackets ("[" and "]"). A section header denotes the beginning of a section; a section continues until the next section or the end of the file, whichever is first. The first section in the configuration file must be called , and is used for global options that apply to more than one export. This section must always be present, even if it holds no options. Every other section defines one export; the names of these sections are not important, except that you should take care to make sure that each section name is unique. The section name is used as the name for the export in case the client connects with a name rather than a port to specify an export, and must therefore be unique. A comment line is a line that starts with optional whitespace, followed by a pound sign ("#"), and continues until the end of the line. Comments may not be used on option lines or section header lines. An option line is a line that starts with an option name, followed by an equals sign ("="), followed by the option value. An option can be of type string, of type integer, or of type boolean. The value of a boolean option can be denoted with either true or false (so not yes, no, on, off, 1, or 0). All booleans default to false unless specified otherwise. No value may be quoted; always enter it directly. For a string option, leading whitespace is stripped (but trailing whitespace is not). OPTIONS FOR SECTION [generic] Optional; boolean Whether to allow the client to fetch a list of exports from this server. If enabled, the client can run nbd-client -l to get a list of exports on this server. Optional; string If this option is set, it should contain a path to a PEM format X.509 CA certificate used for validating client certificates supplied by the client. If this option is not set then client certificates will not be checked. Optional; string If this option is set, it should contain a path to a PEM format X.509 public certificate used for TLS negotiation with the client. If is set but is not set, then the server will attempt to read the certificate from the path specified by . Optional; boolean. Switch the server to FORCEDTLS mode. Note: this is not the same as enabling the force_tls option for each and every export individually. The latter will allow certain options to be issued during negotiation (e.g., the "list exports" option, even if that would return an empty result set), whereas enabling this option will disallow the use of any option to be issued during negotiation, apart from the STARTTLS option itself (to switch the transport to TLS). Using FORCEDTLS mode should result in a safer environment, as the server will not allow any communication to take place unless and until TLS has been negotiated. However, it also makes it impossible to set up a nonencrypted export for the benefit of older clients, or for clients that want to swap and not deadlock. Using this parameter without also specifying a value for the other TLS-related parameters is possible, but silly. Optional; string. The name of the group this server must run as. If this parameter is not specified, then nbd-server will not attempt to change its GID (so the GID it runs as will be the primary group of the user who starts nbd-server). If it is specified, then nbd-server will change its GID after opening ports, but before accepting connections or opening files. Optional; string The argument should be a directory containing files with the '.conf' extension; these files will be parsed as if they were part of the configuration file. Note that these extra configuration files cannot contain a [generic] section; any configuration that should go in the generic section must be placed in the main configuration file. If this argument is not specified, then no directory will be searched. If it is specified but the directory does not exist, then nbd-server will exit with an appropriate error message; if it is specified but the given directory is empty, nbd-server will continue (unless no exports whatsoever have been configured, in which case it will exit with an appropriate error message) Optional; string If this option is set, it should contain a path to a PEM format X.509 private key used for TLS negotiation with the client. This option must be set to enable TLS. Optional; string If this option is set, it should contain a comma-separated lis of the local IP addresses on which we should listen to nbd-client(8) connections. If it is not set, nbd-server will listen to "::, 0.0.0.0", which causes nbd-server to listen to all local IPv4 and IPv6 addresses. To limit to IPv6, specify the address as "::". To limit to IPv4, specify as "0.0.0.0". Optional; integer; default 4 Since NBD 3.12, nbd-server will read requests in a main thread, but do the handling of these requests, and the sending of the reply, in a number of separate worker threads, which are shared among all exports. With this parameter, you can configure the number of these worker threads. The default should be reasonable for a dual-core single-disk server. You might want to increase it if you have a powerful server that does little else than serving NBD. Optional; boolean In versions of nbd-server between 2.9.17 and 3.9.1, when this option was set to true, nbd-server would export all exports on a separate port with the old (pre-2.9.17) handshake protocol. In that case, the 'port' option for individual exports was mandatory. Since version 3.10 of nbd-server, however, this option is no longer supported, and any attempt to use it will result in nbd-server exiting with an appropriate error message. Optional; string The port on which to listen for new-style nbd-client connections. If not specified, the IANA-assigned port of 10809 is used. Optional; boolean Allow the server to use the splice() system call to handle read or write calls when possible. Using splice can speed up handling of such calls significantly. Unfortunately, splice cannot be used in combination with TLS or the copyonwrite mode, and will only work for requests smaller than 1MiB. To handle these situations, the server will exit with an appropriate error message if splice and copyonwrite are both enabled for an export; it will silently ignore the splice option if TLS is enabled, falling back on normal reads and writes; and it will similarly fall back on normal reads when the request size exceeds 1MiB. Optional; string. The name of the user this server must run as. If this parameter is not specified, then nbd-server will not attempt to change its UID (so the UID it runs as will be the user who starts nbd-server). If it is specified, then nbd-server will change its UID after opening ports, but before accepting connections or opening files. Optional; string Path for a UNIX domain socket. If specified, the server will listen on a UNIX domain socket with the specified name. Only newstyle negotiation is supported on UNIX domain sockets. Optional; boolean. When this option is enabled, nbd-server will only serve exports using the TLS extension. If this option is not supplied, TLS is optional, unless is set in the section corresponding to the specific export. In order for TLS to work at all, the option must be specified in the generic section. Optional; string; default NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2:%SERVER_PRECEDENCE This option allows to configure the GnuTLS priority string, which is used to select the algorithms which GnuTLS will allow to be negotiated with the client. The NBD STARTTLS specification requires that clients and servers require TLS1.2 or higher by default, so the default string disables all older versions of the TLS protocol. Not all versions of GnuTLS support the %SERVER_PRECEDENCE flag, which exists to signal that the server should pay no attention to the algorithm preferences selected by the client. If you're using an older version of GnuTLS (e.g., 2.12), it may be necessary to specify a priority string that does not include the %SERVER_PRECEDENCE flag. For an explanation of the possible values of this option, see the "Priority strings" chapter in the GnuTLS documentation. OPTIONS FOR EXPORT SECTIONS Optional; string; default empty The name of the authorization file for this export. This file should contain one line per IP-address, or per network (which must be specified in CIDR-style ). Empty lines are skipped, as is any content behind a hashmark ('#') on any line. If the file does not exist, everyone is allowed to connect. If the file exists but is empty, nobody is allowed to connect. Otherwise, nbd-server will only allow clients to connect whose IP-adres is listed in this file. Corresponds to the option on the command line. However, note that for the command line, the default is $sysconfdir/nbd-server/allow. Optional; boolean. Whether this is a copy-on-write export. If it is, then any writes to this export will not be written to the master file, but to a separate file which will be removed upon disconnect. The result of using this option is that nbd-server will be somewhat slower, and that any writes will be lost upon disconnect. Corresponds to the option on the command line Optional; string. Specifies where to write copy-on-write diff files. If this option is absent, copy-on-write files will be written in the same directory as the base export file. Useful for exporting files in copy-on-write mode from a directory that the user running nbd-server has no write access to. If the copy-on-write mode is not active, this option has no effect. Required; string. The name of the file (or block device) that will be exported. This must be a fully-qualified path and filename; relative paths are not allowed. If used in conjunction with the , this specifies a template for the temporary file concerned, and thus can be used to control the directory it is created in. If the file does not exist, but is set, then the file will be created. Note that nbd-server will only try to find and open the exported file when a client actually connects; as a result, nbd-server must be able to open and read this file after changing to the user and group that have been specified by use of the and options; also, nbd-server will only detect errors in this option upon connection of a client. When specified on the command line, this should be the second argument. Optional; integer; default autodetected. Disable autodetection of file or block device size, and forcibly specify a size. Sizes must be specified in bytes. If the option is in effect, this option specifies the size of the entire export, not of individual files. If the file is not present, a single file is created of this size. When specified on the command line, this should be the third argument. Optional; boolean. When this option is enabled, nbd-server will inform the client that it supports and desires to be sent flush requests when the elevator layer receives them. Receipt of a flush request will cause an fdatasync() (or, if the sync option is set, an fsync()) on the backend storage. This increases reliability in the case of an unclean shutdown at the expense of a degradation of performance. This option will have no effect unless supported by the client. Optional; boolean. Require the use of TLS for this export to be available. When this option has been enabled for an export, clients that do not negotiate TLS will not see the export when they request a list of exports, and will not be able to connect to it. Enabling this option when TLS credentials have not been configured in the [generic] section is possible, but silly. Optional; boolean. When this option is enabled, nbd-server will inform the client that it supports and desires to be sent fua (force unit access) commands when the elevator layer receives them. Receipt of a force unit access command will cause the specified command to be synced to backend storage using sync_file_range() if supported, or fdatasync() otherwise. This increases reliability in the case of an unclean shutdown at the expense of a degradation of performance. This option will have no effect unless supported by the client. listenaddr Optional; string Ignored, kept for compatibility with the obsolete 'oldstyle' global parameter. Optional; integer If specified, then it limits the number of opened connections for this export. Optional; boolean. If this option is set to true, then nbd-server will search for files of the form exportname.integer, with exportname being the filename that would otherwise have been used (after name transformation for virtualization, if any, has been performed) and integer an integer number, starting with 0 and ending when no more files can be found. The size of the individual files will be autodetected, even if the option has been specified. Corresponds to the option on the command line. Optional; boolean. If this option is set to true, then nbd-server will search for files of the form exportname/TREEXXXX/.../FILEXXXX, with exportname being the filename that would otherwise have been used (after name transformation for virtualization, if any, has been performed) and TREEXXXX and FILEXXXX being autogenerated directory and path names for individual block files. Files and directories are automatically created. Files will be deleted if the corresponding block gets marked as unused. The size of the individual block files is fixed to 4096 bytes. There will be at most 1024 files/subdirectories per folder. An apropriate nesting level of subdirectories will be created to create a filesystem of bytes in total forming a virtual block device. This feature is useful to provide a virtual block device on an underlying filesystem that does not handle large files well, for example fuse/ftpfs, davfs or other network filesytems. This feature is mutually exclusive with the and will take precedence if both are given. There is no corresponding command line option, since command line control is considered deprecated. You can however specify a custom config file with the option. The option must be specified when using this feature! Optional; string If specified, then it is assumed to be a command that will be ran when a client has disconnected. This can be useful to clean up whatever has set up, to log something, or similar. If the literal string '%s' is present in the command, it will be replaced by the file name that has just been closed. In contrast to the option, the exit state of is ignored. Optional; string If specified, then this command will be ran after a client has connected to the server (and has been accepted), but before the server starts serving. If the command contains the literal string '%s', then this string will be replaced by the filename of the file which nbd-server wants to export. This is useful to create export files on the fly, or to verify that a file can be used for export, to write something to a log file, or similar. If the command runs with a non-zero exit status, then nbd-server will assume the export will fail, and refuse to serve it. Optional; boolean. Disallow writes to the device. If this option is specified, nbd-server will issue an error to any client that tries to write to the device. Use of this option in conjunction with is possible, but silly. Corresponds to the option on the command line. Optional; boolean. When this option is enabled, nbd-server will inform the client that it would prefer it to send requests in elevator (i.e., optimized) order, perhaps because it has a backing store and no local elevator. By default, the client uses QUEUE_FLAG_NONROT, which effectively restricts the function of the elevator to block merges. By specifying this flag on the server, the client will not use QUEUE_FLAG_NONROT, meaning the client elevator will perform normal elevator ordering of I/O requests. Note that even when the backing store is on rotating media, it is not normally necessary to specify this flag, as the server's elevator algorithm will be used. This flag is only required where the server will not be using an elevator algorithm or where the elevator algorithm is effectively neutered (e.g. with the sync option set). This option will have no effect unless supported by the client. Optional; boolean. When this option is enabled, nbd-server will use the Socket Direct Protocol (SDP) to serve the export, rather than just IP. This is faster, but requires special hardware (usually something like InfiniBand) and support in the kernel. Additionally, support for this option must be enabled at compile time, using the option to the configure script. If this option is found in a configuration file and nbd-server does not have support for SDP, then nbd-server will exit with an error message. Optional; boolean. When this option is enabled, nbd-server will use sparse files to implement the copy-on-write option; such files take up less space then they appear to, which allows nbd-server to handle the file as if it was just as large as the block device it's for. If this option is disabled, nbd-server will map every newly written block to the end of the copy-on-write file, which means that nbd-server will have to lseek(2) to the right position after every 4096-byte block. Using this option may be faster when much is being written during a connection. Optional; boolean. When this option is enabled, nbd-server will call an fsync() after every write to the backend storage. Calling fsync() increases reliability in case of an unclean shutdown of nbd-server; but, depending on the file system used on the nbd-server side, may degrade performance. The use of this option isn't always necessary; e.g., on ext3 filesystems, it is recommended that it is not enabled, since it seriously reduces performance on ext3 filesystems while not importantly impacting reliability. Optional; boolean. Create a temporary export with a name based on exportname (this can be used to set the directory). A unique filename is created, which is unlinked as soon as it is created, and therefore the export will not persist between invocations of nbd-server. Set the size of the file using the filesize option. This option is incompatible with the option. When specified on the command line, this should be the third argument. Optional; integer; default 0 How many seconds a connection may be idle for this export. When a connection is idle for a longer time, nbd-server will forcibly disconnect the connection. If you specify 0 (the default), then a connection may be idle forever. Corresponds to the option on the command line Optional; string If specified, then this pathname is used to generate a transaction log. A transaction log is a binary file consisting of the requests sent to and the replies received by the server, but excluding any data (so, for a write command, it records the offset and length of the write but not the data written). It is therefore relatively safe to distribute to a third party. Note that the transaction log does not include the negotiation sequence. Transaction logs are mainly useful for debugging. The program nbd-tester-client distributed with the source to this program can reply a transaction log against a server and perform a data integrity test. Note that the transaction log is written to for every client opened. If it is necessary to maintain separate transaction logs for each client, the prerun script should rename the transaction log (which will just have been opened in order to avoid transaction logs overwriting eachother. This action should be race-free. Optional; boolean When this option is activated, the server announces it supports the NBD_CMD_TRIM command for the export. This command allows the server to discard the data from the disk, but does not require it to. Optional; string; default "ipliteral" Defines the style of virtualization. Virtualization allows one to create one export that will serve a different file depending on the IP address that is connecting. When virtualization is active, the exportname parameter needs to contain the string '%s'; this will then be replaced by the IP address of the client connecting, in accordance with the option selected here. The result of this transformation is then used as the filename to be opened. When a client connects over a UNIX domain socket, the literal string "unix" is used in lieu of a client IP address. There are four types of virtualization that nbd-server supports: No virtualization. Will attempt to open the filename as it was written, even if it contains '%s' in the name. The %s is replaced by the IP address of the connecting host is used as-is. For IPv4, this is done in dotted-quad notation; for IPv6, in hexadecimal form with leading zeros omitted. As an example, if a client connects from 192.168.1.100 and is specified as /export/%s, then nbd-server will attempt to serve /export/192.168.1.100. For IPv6, with a client connecting from 2001:6f8:32f::39, the filename would be /export/2001:6f8:32f:0:0:0:0:39 Same as above, except that nbd-server will replace the dots in the IP address by forward slashes ('/'); in the same example, nbd-server would open /export/192/168/1/100 instead. Since there are no dots in most IPv6 addresses, the effect of using this option when IPv6 is in use is indistinguishable from the ipliteral option. It was thought that having to create an eight-deep directory structure would not be as useful. This option requires one to add a space and a number after it. nbd-server will use the number as a network mask in CIDR style, and use that as a hash cutoff point. In the above example, if has been specified as cidrhash 16, then nbd-server will try to open /export/192.168.0.0/192.168.1.100; if were specified as cidrhash 26, then nbd-server will try to open /export/192.168.1.64/192.168.1.100. For IPv6, in the above example, with cidrhash 42, the filename would be /export/2001:32f:6c0:0:0:0:0:0/2001:32f:6f8:0:0:0:0:39. Optional; boolean. When this option is enabled, nbd-server will only serve the export using the TLS extension. If this option is not supplied, TLS is optional, unless is set in the generic section. In order for TLS to work at all, the option must be specified in the generic section. Optional; string. When this option is set, nbd-server will allow writes to this export, but not reads, until the server is sent a SIGUSR1 command. Any writes to the export will be stored in a diff file with the same algorithm as for the copy-on-write option. In particular, this means that the option is in effect for this option, too. The backend file (as per the exportname parameter) need not exist until the SIGUSR1 signal is sent to the server. Once SIGUSR1 is received, nbd-server will open the main export file, and start merging all outstanding writes into it. Once this operation finishes, the diff file will be removed, and the server will allow normal use of the export. This allows the out-of-band live migration of an export from one server to another. Note that this option cannot be combined with the copy-on-write option itself. SEE ALSO nbd-server (1), nbd-client (8), nbd-trdump (8) AUTHOR The NBD kernel module and the NBD tools were originally written by Pavel Machek (pavel@ucw.cz) The Linux kernel module is now maintained by Paul Clements (Paul.Clements@steeleye.com), while the userland tools are maintained by &dhusername; (&dhemail;) On The Hurd there is a regular translator available to perform the client side of the protocol, and the use of nbd-client is not required. Please see the relevant documentation for more information. This manual page was written by &dhusername; (&dhemail;) for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. EXAMPLES A simple nbd-server configuration file would look like this: [generic] [export] exportname = /export/blkdev For increased security, one might want to create an authorization file, and set the UID and GID to run as: [generic] user = nbd group = nbd [export] exportname = /export/blkdev authfile = $sysconfdir/nbd-server/allow With $sysconfdir/nbd-server/allow containing the following: 127.0.0.1 192.168.0.0/8 192.168.1.1
nbd-3.16.2/lfs.h0000644000175000017500000000056712260327652010241 00000000000000#ifndef LFS_H #define LFS_H #include "config.h" #if NBD_LFS # define _FILE_OFFSET_BITS 64 # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE # endif # define PARAM_OFFT PARAM_INT64 #else # define PARAM_OFFT PARAM_INT #endif /* NBD_LFS */ #ifdef HAVE_SYNC_FILE_RANGE # define USE_SYNC_FILE_RANGE # define _GNU_SOURCE #endif /* HAVE_SYNC_FILE_RANGE */ #endif /* LFS_H */ nbd-3.16.2/configure0000755000175000017500000173457713155614447011240 00000000000000#! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for nbd 3.16.2. # # Report bugs to . # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. # # # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Use a proper internal environment variable to ensure we don't fall # into an infinite loop, continuously re-executing ourselves. if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then _as_can_reexec=no; export _as_can_reexec; # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 as_fn_exit 255 fi # We don't want this to propagate to other subprocesses. { _as_can_reexec=; unset _as_can_reexec;} if test "x$CONFIG_SHELL" = x; then as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi " as_required="as_fn_return () { (exit \$1); } as_fn_success () { as_fn_return 0; } as_fn_failure () { as_fn_return 1; } as_fn_ret_success () { return 0; } as_fn_ret_failure () { return 1; } exitcode=0 as_fn_success || { exitcode=1; echo as_fn_success failed.; } as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then : else exitcode=1; echo positional parameters were not saved. fi test x\$exitcode = x0 || exit 1 test -x / || exit 1" as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || ( ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO PATH=/empty FPATH=/empty; export PATH FPATH test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1 test \$(( 1 + 1 )) = 2 || exit 1" if (eval "$as_required") 2>/dev/null; then : as_have_required=yes else as_have_required=no fi if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then : else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR as_found=false for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. as_found=: case $as_dir in #( /*) for as_base in sh bash ksh sh5; do # Try only shells that exist, to save several forks. as_shell=$as_dir/$as_base if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then : CONFIG_SHELL=$as_shell as_have_required=yes if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then : break 2 fi fi done;; esac as_found=false done $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } && { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then : CONFIG_SHELL=$SHELL as_have_required=yes fi; } IFS=$as_save_IFS if test "x$CONFIG_SHELL" != x; then : export CONFIG_SHELL # We cannot yet assume a decent shell, so we have to provide a # neutralization value for shells without unset; and this also # works around shells that cannot unset nonexistent variables. # Preserve -v and -x to the replacement shell. BASH_ENV=/dev/null ENV=/dev/null (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV case $- in # (((( *v*x* | *x*v* ) as_opts=-vx ;; *v* ) as_opts=-v ;; *x* ) as_opts=-x ;; * ) as_opts= ;; esac exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} # Admittedly, this is quite paranoid, since all the known shells bail # out after a failed `exec'. $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 exit 255 fi if test x$as_have_required = xno; then : $as_echo "$0: This script requires a shell more modern than all" $as_echo "$0: the shells that I found on your system." if test x${ZSH_VERSION+set} = xset ; then $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell bug-autoconf@gnu.org and $0: nbd@other.debian.org about your system, including any $0: error possibly output before this message. Then install $0: a modern shell, or manually run the script under such a $0: shell if you do have one." fi exit 1 fi fi fi SHELL=${CONFIG_SHELL-/bin/sh} export SHELL # Unset more variables known to interfere with behavior of common tools. CLICOLOR_FORCE= GREP_OPTIONS= unset CLICOLOR_FORCE GREP_OPTIONS ## --------------------- ## ## M4sh Shell Functions. ## ## --------------------- ## # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits as_lineno_1=$LINENO as_lineno_1a=$LINENO as_lineno_2=$LINENO as_lineno_2a=$LINENO eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) sed -n ' p /[$]LINENO/= ' <$as_myself | sed ' s/[$]LINENO.*/&-/ t lineno b :lineno N :loop s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ t loop s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } # If we had to re-execute with $CONFIG_SHELL, we're ensured to have # already done that, so ensure we don't try to do so again and fall # in an infinite loop. This has already happened in practice. _as_can_reexec=no; export _as_can_reexec # Don't try to exec as it changes $[0], causing all sort of problems # (the dirname of $[0] is not the place where we might find the # original and so on. Autoconf is especially sensitive to this). . "./$as_me.lineno" # Exit status is that of the last command. exit } ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" SHELL=${CONFIG_SHELL-/bin/sh} test -n "$DJDIR" || exec 7<&0 &1 # Name of the host. # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, # so uname gets run too. ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` # # Initializations. # ac_default_prefix=/usr/local ac_clean_files= ac_config_libobj_dir=. LIBOBJS= cross_compiling=no subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='nbd' PACKAGE_TARNAME='nbd' PACKAGE_VERSION='3.16.2' PACKAGE_STRING='nbd 3.16.2' PACKAGE_BUGREPORT='nbd@other.debian.org' PACKAGE_URL='http://nbd.sourceforge.net/' # Factoring default headers for most tests. ac_includes_default="\ #include #ifdef HAVE_SYS_TYPES_H # include #endif #ifdef HAVE_SYS_STAT_H # include #endif #ifdef STDC_HEADERS # include # include #else # ifdef HAVE_STDLIB_H # include # endif #endif #ifdef HAVE_STRING_H # if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif #ifdef HAVE_STRINGS_H # include #endif #ifdef HAVE_INTTYPES_H # include #endif #ifdef HAVE_STDINT_H # include #endif #ifdef HAVE_UNISTD_H # include #endif" ac_subst_vars='am__EXEEXT_FALSE am__EXEEXT_TRUE LTLIBOBJS LIBOBJS GZNBD_FALSE GZNBD_TRUE AM_CPPFLAGS GLIB_COMPILE_RESOURCES GLIB_MKENUMS GOBJECT_QUERY GLIB_GENMARSHAL GLIB_LIBS GLIB_CFLAGS CLIENT_FALSE CLIENT_TRUE GNUTLS_FALSE GNUTLS_TRUE GnuTLS_LIBS GnuTLS_CFLAGS PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG CPP LT_SYS_LIBRARY_PATH OTOOL64 OTOOL LIPO NMEDIT DSYMUTIL MANIFEST_TOOL RANLIB ac_ct_AR AR DLLTOOL OBJDUMP LN_S NM ac_ct_DUMPBIN DUMPBIN LD FGREP EGREP GREP SED am__fastdepCC_FALSE am__fastdepCC_TRUE CCDEPMODE am__nodep AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE am__quote am__include DEPDIR OBJEXT EXEEXT ac_ct_CC CPPFLAGS LDFLAGS CFLAGS CC host_os host_vendor host_cpu host build_os build_vendor build_cpu build LIBTOOL MAINT MAINTAINER_MODE_FALSE MAINTAINER_MODE_TRUE AM_BACKSLASH AM_DEFAULT_VERBOSITY AM_DEFAULT_V AM_V am__untar am__tar AMTAR am__leading_dot SET_MAKE AWK mkdir_p MKDIR_P INSTALL_STRIP_PROGRAM STRIP install_sh MAKEINFO AUTOHEADER AUTOMAKE AUTOCONF ACLOCAL VERSION PACKAGE CYGPATH_W am__isrc INSTALL_DATA INSTALL_SCRIPT INSTALL_PROGRAM target_alias host_alias build_alias LIBS ECHO_T ECHO_N ECHO_C DEFS mandir localedir libdir psdir pdfdir dvidir htmldir infodir docdir oldincludedir includedir runstatedir localstatedir sharedstatedir sysconfdir datadir datarootdir libexecdir sbindir bindir program_transform_name prefix exec_prefix PACKAGE_URL PACKAGE_BUGREPORT PACKAGE_STRING PACKAGE_VERSION PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' ac_subst_files='' ac_user_opts=' enable_option_checking enable_silent_rules enable_maintainer_mode enable_shared enable_static with_pic enable_fast_install with_aix_soname enable_dependency_tracking with_gnu_ld with_sysroot enable_libtool_lock enable_lfs enable_syslog enable_debug enable_sdp enable_gznbd enable_glibtest ' ac_precious_vars='build_alias host_alias target_alias CC CFLAGS LDFLAGS LIBS CPPFLAGS LT_SYS_LIBRARY_PATH CPP PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR GnuTLS_CFLAGS GnuTLS_LIBS' # Initialize some variables set by options. ac_init_help= ac_init_version=false ac_unrecognized_opts= ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null exec_prefix=NONE no_create= no_recursion= prefix=NONE program_prefix=NONE program_suffix=NONE program_transform_name=s,x,x, silent= site= srcdir= verbose= x_includes=NONE x_libraries=NONE # Installation directory options. # These are left unexpanded so users can "make install exec_prefix=/foo" # and all the variables that are supposed to be based on exec_prefix # by default will actually change. # Use braces instead of parens because sh, perl, etc. also accept them. # (The list follows the same order as the GNU Coding Standards.) bindir='${exec_prefix}/bin' sbindir='${exec_prefix}/sbin' libexecdir='${exec_prefix}/libexec' datarootdir='${prefix}/share' datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' infodir='${datarootdir}/info' htmldir='${docdir}' dvidir='${docdir}' pdfdir='${docdir}' psdir='${docdir}' libdir='${exec_prefix}/lib' localedir='${datarootdir}/locale' mandir='${datarootdir}/man' ac_prev= ac_dashdash= for ac_option do # If the previous option needs an argument, assign it. if test -n "$ac_prev"; then eval $ac_prev=\$ac_option ac_prev= continue fi case $ac_option in *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; *=) ac_optarg= ;; *) ac_optarg=yes ;; esac # Accept the important Cygnus configure options, so we can diagnose typos. case $ac_dashdash$ac_option in --) ac_dashdash=yes ;; -bindir | --bindir | --bindi | --bind | --bin | --bi) ac_prev=bindir ;; -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) bindir=$ac_optarg ;; -build | --build | --buil | --bui | --bu) ac_prev=build_alias ;; -build=* | --build=* | --buil=* | --bui=* | --bu=*) build_alias=$ac_optarg ;; -cache-file | --cache-file | --cache-fil | --cache-fi \ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) ac_prev=cache_file ;; -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) cache_file=$ac_optarg ;; --config-cache | -C) cache_file=config.cache ;; -datadir | --datadir | --datadi | --datad) ac_prev=datadir ;; -datadir=* | --datadir=* | --datadi=* | --datad=*) datadir=$ac_optarg ;; -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ | --dataroo | --dataro | --datar) ac_prev=datarootdir ;; -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) datarootdir=$ac_optarg ;; -disable-* | --disable-*) ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) docdir=$ac_optarg ;; -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) ac_prev=dvidir ;; -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) dvidir=$ac_optarg ;; -enable-* | --enable-*) ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid feature name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "enable_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ | --exec | --exe | --ex) ac_prev=exec_prefix ;; -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ | --exec=* | --exe=* | --ex=*) exec_prefix=$ac_optarg ;; -gas | --gas | --ga | --g) # Obsolete; use --with-gas. with_gas=yes ;; -help | --help | --hel | --he | -h) ac_init_help=long ;; -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) ac_init_help=recursive ;; -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) ac_init_help=short ;; -host | --host | --hos | --ho) ac_prev=host_alias ;; -host=* | --host=* | --hos=* | --ho=*) host_alias=$ac_optarg ;; -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) ac_prev=htmldir ;; -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ | --ht=*) htmldir=$ac_optarg ;; -includedir | --includedir | --includedi | --included | --include \ | --includ | --inclu | --incl | --inc) ac_prev=includedir ;; -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ | --includ=* | --inclu=* | --incl=* | --inc=*) includedir=$ac_optarg ;; -infodir | --infodir | --infodi | --infod | --info | --inf) ac_prev=infodir ;; -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) infodir=$ac_optarg ;; -libdir | --libdir | --libdi | --libd) ac_prev=libdir ;; -libdir=* | --libdir=* | --libdi=* | --libd=*) libdir=$ac_optarg ;; -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ | --libexe | --libex | --libe) ac_prev=libexecdir ;; -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ | --libexe=* | --libex=* | --libe=*) libexecdir=$ac_optarg ;; -localedir | --localedir | --localedi | --localed | --locale) ac_prev=localedir ;; -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) localedir=$ac_optarg ;; -localstatedir | --localstatedir | --localstatedi | --localstated \ | --localstate | --localstat | --localsta | --localst | --locals) ac_prev=localstatedir ;; -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) localstatedir=$ac_optarg ;; -mandir | --mandir | --mandi | --mand | --man | --ma | --m) ac_prev=mandir ;; -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) mandir=$ac_optarg ;; -nfp | --nfp | --nf) # Obsolete; use --without-fp. with_fp=no ;; -no-create | --no-create | --no-creat | --no-crea | --no-cre \ | --no-cr | --no-c | -n) no_create=yes ;; -no-recursion | --no-recursion | --no-recursio | --no-recursi \ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) no_recursion=yes ;; -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ | --oldin | --oldi | --old | --ol | --o) ac_prev=oldincludedir ;; -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) oldincludedir=$ac_optarg ;; -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) ac_prev=prefix ;; -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) prefix=$ac_optarg ;; -program-prefix | --program-prefix | --program-prefi | --program-pref \ | --program-pre | --program-pr | --program-p) ac_prev=program_prefix ;; -program-prefix=* | --program-prefix=* | --program-prefi=* \ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) program_prefix=$ac_optarg ;; -program-suffix | --program-suffix | --program-suffi | --program-suff \ | --program-suf | --program-su | --program-s) ac_prev=program_suffix ;; -program-suffix=* | --program-suffix=* | --program-suffi=* \ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) program_suffix=$ac_optarg ;; -program-transform-name | --program-transform-name \ | --program-transform-nam | --program-transform-na \ | --program-transform-n | --program-transform- \ | --program-transform | --program-transfor \ | --program-transfo | --program-transf \ | --program-trans | --program-tran \ | --progr-tra | --program-tr | --program-t) ac_prev=program_transform_name ;; -program-transform-name=* | --program-transform-name=* \ | --program-transform-nam=* | --program-transform-na=* \ | --program-transform-n=* | --program-transform-=* \ | --program-transform=* | --program-transfor=* \ | --program-transfo=* | --program-transf=* \ | --program-trans=* | --program-tran=* \ | --progr-tra=* | --program-tr=* | --program-t=*) program_transform_name=$ac_optarg ;; -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) ac_prev=pdfdir ;; -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) pdfdir=$ac_optarg ;; -psdir | --psdir | --psdi | --psd | --ps) ac_prev=psdir ;; -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) psdir=$ac_optarg ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; -runstatedir | --runstatedir | --runstatedi | --runstated \ | --runstate | --runstat | --runsta | --runst | --runs \ | --run | --ru | --r) ac_prev=runstatedir ;; -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ | --run=* | --ru=* | --r=*) runstatedir=$ac_optarg ;; -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ | --sbi=* | --sb=*) sbindir=$ac_optarg ;; -sharedstatedir | --sharedstatedir | --sharedstatedi \ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ | --sharedst | --shareds | --shared | --share | --shar \ | --sha | --sh) ac_prev=sharedstatedir ;; -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ | --sha=* | --sh=*) sharedstatedir=$ac_optarg ;; -site | --site | --sit) ac_prev=site ;; -site=* | --site=* | --sit=*) site=$ac_optarg ;; -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) srcdir=$ac_optarg ;; -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ | --syscon | --sysco | --sysc | --sys | --sy) ac_prev=sysconfdir ;; -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) sysconfdir=$ac_optarg ;; -target | --target | --targe | --targ | --tar | --ta | --t) ac_prev=target_alias ;; -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) target_alias=$ac_optarg ;; -v | -verbose | --verbose | --verbos | --verbo | --verb) verbose=yes ;; -version | --version | --versio | --versi | --vers | -V) ac_init_version=: ;; -with-* | --with-*) ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` # Reject names that are not valid shell variable names. expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && as_fn_error $? "invalid package name: $ac_useropt" ac_useropt_orig=$ac_useropt ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` case $ac_user_opts in *" "with_$ac_useropt" "*) ;; *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" ac_unrecognized_sep=', ';; esac eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. with_x=yes ;; -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ | --x-incl | --x-inc | --x-in | --x-i) ac_prev=x_includes ;; -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) x_includes=$ac_optarg ;; -x-libraries | --x-libraries | --x-librarie | --x-librari \ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) ac_prev=x_libraries ;; -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; -*) as_fn_error $? "unrecognized option: \`$ac_option' Try \`$0 --help' for more information" ;; *=*) ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` # Reject names that are not valid shell variable names. case $ac_envvar in #( '' | [0-9]* | *[!_$as_cr_alnum]* ) as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; esac eval $ac_envvar=\$ac_optarg export $ac_envvar ;; *) # FIXME: should be removed in autoconf 3.0. $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" ;; esac done if test -n "$ac_prev"; then ac_option=--`echo $ac_prev | sed 's/_/-/g'` as_fn_error $? "missing argument to $ac_option" fi if test -n "$ac_unrecognized_opts"; then case $enable_option_checking in no) ;; fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; esac fi # Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. case $ac_val in */ ) ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` eval $ac_var=\$ac_val;; esac # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" done # There might be people who depend on the old broken behavior: `$host' # used to hold the argument of --host etc. # FIXME: To remove some day. build=$build_alias host=$host_alias target=$target_alias # FIXME: To remove some day. if test "x$host_alias" != x; then if test "x$build_alias" = x; then cross_compiling=maybe elif test "x$build_alias" != "x$host_alias"; then cross_compiling=yes fi fi ac_tool_prefix= test -n "$host_alias" && ac_tool_prefix=$host_alias- test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || as_fn_error $? "working directory cannot be determined" test "X$ac_ls_di" = "X$ac_pwd_ls_di" || as_fn_error $? "pwd does not report name of working directory" # Find the source files, if location was not specified. if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. ac_confdir=`$as_dirname -- "$as_myself" || $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_myself" : 'X\(//\)[^/]' \| \ X"$as_myself" : 'X\(//\)$' \| \ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` srcdir=$ac_confdir if test ! -r "$srcdir/$ac_unique_file"; then srcdir=.. fi else ac_srcdir_defaulted=no fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" pwd)` # When building in place, set srcdir=. if test "$ac_abs_confdir" = "$ac_pwd"; then srcdir=. fi # Remove unnecessary trailing slashes from srcdir. # Double slashes in file names in object file debugging info # mess up M-x gdb in Emacs. case $srcdir in */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; esac for ac_var in $ac_precious_vars; do eval ac_env_${ac_var}_set=\${${ac_var}+set} eval ac_env_${ac_var}_value=\$${ac_var} eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} eval ac_cv_env_${ac_var}_value=\$${ac_var} done # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures nbd 3.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. Configuration: -h, --help display this help and exit --help=short display options specific to this package --help=recursive display the short help of all the included packages -V, --version display version information and exit -q, --quiet, --silent do not print \`checking ...' messages --cache-file=FILE cache test results in FILE [disabled] -C, --config-cache alias for \`--cache-file=config.cache' -n, --no-create do not create output files --srcdir=DIR find the sources in DIR [configure dir or \`..'] Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR info documentation [DATAROOTDIR/info] --localedir=DIR locale-dependent data [DATAROOTDIR/locale] --mandir=DIR man documentation [DATAROOTDIR/man] --docdir=DIR documentation root [DATAROOTDIR/doc/nbd] --htmldir=DIR html documentation [DOCDIR] --dvidir=DIR dvi documentation [DOCDIR] --pdfdir=DIR pdf documentation [DOCDIR] --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of nbd 3.16.2:";; esac cat <<\_ACEOF Optional Features: --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-silent-rules less verbose build output (undo: "make V=1") --disable-silent-rules verbose build output (undo: "make V=0") --disable-maintainer-mode disable make rules and dependencies not useful (and sometimes confusing) to the casual installer --enable-shared[=PKGS] build shared libraries [default=yes] --enable-static[=PKGS] build static libraries [default=yes] --enable-fast-install[=PKGS] optimize for fast installation [default=yes] --enable-dependency-tracking do not reject slow dependency extractors --disable-dependency-tracking speeds up one-time build --disable-libtool-lock avoid locking (might break parallel builds) --disable-lfs Disable Large File Support (default on) --enable-syslog Enable Syslog logging --enable-debug Build a debugging version of the server --enable-sdp Build a version of nbd-server with support for the Socket Direct Protocol (SDP). Requires you to build and install a kernel with the InfiniBand patches (default disabled) --enable-gznbd Build gznbd too (nbd server with on-the-fly decompression of images. NOTE: no support for newstyle protocol.) --disable-glibtest do not try to compile and run a test GLIB program Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use both] --with-aix-soname=aix|svr4|both shared library versioning (aka "SONAME") variant to provide on AIX, [default=aix]. --with-gnu-ld assume the C compiler uses GNU ld [default=no] --with-sysroot[=DIR] Search for dependent libraries within DIR (or the compiler's sysroot if not specified). Some influential environment variables: CC C compiler command CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory LIBS libraries to pass to the linker, e.g. -l CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if you have headers in a nonstandard directory LT_SYS_LIBRARY_PATH User-defined run-time library search path. CPP C preprocessor PKG_CONFIG path to pkg-config utility PKG_CONFIG_PATH directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path GnuTLS_CFLAGS C compiler flags for GnuTLS, overriding pkg-config GnuTLS_LIBS linker flags for GnuTLS, overriding pkg-config Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. Report bugs to . nbd home page: . _ACEOF ac_status=$? fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue test -d "$ac_dir" || { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix cd "$ac_dir" || { ac_status=$?; continue; } # Check for guested configure. if test -f "$ac_srcdir/configure.gnu"; then echo && $SHELL "$ac_srcdir/configure.gnu" --help=recursive elif test -f "$ac_srcdir/configure"; then echo && $SHELL "$ac_srcdir/configure" --help=recursive else $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF nbd configure 3.16.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit fi ## ------------------------ ## ## Autoconf initialization. ## ## ------------------------ ## # ac_fn_c_try_compile LINENO # -------------------------- # Try to compile conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest.$ac_objext; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_compile # ac_fn_c_try_link LINENO # ----------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_link () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack rm -f conftest.$ac_objext conftest$ac_exeext if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { test -z "$ac_c_werror_flag" || test ! -s conftest.err } && test -s conftest$ac_exeext && { test "$cross_compiling" = yes || test -x conftest$ac_exeext }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would # interfere with the next link command; also delete a directory that is # left behind by Apple's compiler. We do this before executing the actions. rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_link # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists and can be compiled using the include files in # INCLUDES, setting the cache variable VAR accordingly. ac_fn_c_check_header_compile () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_compile # ac_fn_c_try_cpp LINENO # ---------------------- # Try to preprocess conftest.$ac_ext, and return whether this succeeded. ac_fn_c_try_cpp () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_cpp conftest.$ac_ext" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err ac_status=$? if test -s conftest.err; then grep -v '^ *+' conftest.err >conftest.er1 cat conftest.er1 >&5 mv -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } > conftest.i && { test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || test ! -s conftest.err }; then : ac_retval=0 else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=1 fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_cpp # ac_fn_c_try_run LINENO # ---------------------- # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes # that executables *can* be run. ac_fn_c_try_run () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then : ac_retval=0 else $as_echo "$as_me: program exited with status $ac_status" >&5 $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_retval=$ac_status fi rm -rf conftest.dSYM conftest_ipa8_conftest.oo eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno as_fn_set_status $ac_retval } # ac_fn_c_try_run # ac_fn_c_check_func LINENO FUNC VAR # ---------------------------------- # Tests whether FUNC exists, setting the cache variable VAR accordingly ac_fn_c_check_func () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Define $2 to an innocuous variant, in case declares $2. For example, HP-UX 11i declares gettimeofday. */ #define $2 innocuous_$2 /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $2 (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef $2 /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_$2 || defined __stub___$2 choke me #endif int main () { return $2 (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_func # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES # -------------------------------------------- # Tries to find the compile-time value of EXPR in a program that includes # INCLUDES, setting VAR accordingly. Returns whether the value could be # computed ac_fn_c_compute_int () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= 0)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=0 ac_mid=0 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid; break else as_fn_arith $ac_mid + 1 && ac_lo=$as_val if test $ac_lo -le $ac_mid; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) < 0)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=-1 ac_mid=-1 while :; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) >= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_lo=$ac_mid; break else as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val if test $ac_mid -le $ac_hi; then ac_lo= ac_hi= break fi as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else ac_lo= ac_hi= fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext # Binary search between lo and hi bounds. while test "x$ac_lo" != "x$ac_hi"; do as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { static int test_array [1 - 2 * !(($2) <= $ac_mid)]; test_array [0] = 0; return test_array [0]; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_hi=$ac_mid else as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in #(( ?*) eval "$3=\$ac_lo"; ac_retval=0 ;; '') ac_retval=1 ;; esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 static long int longval () { return $2; } static unsigned long int ulongval () { return $2; } #include #include int main () { FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; if (($2) < 0) { long int i = longval (); if (i != ($2)) return 1; fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); if (i != ($2)) return 1; fprintf (f, "%lu", i); } /* Do not output a trailing newline, as this causes \r\n confusion on some platforms. */ return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : echo >>conftest.val; read $3 &5 $as_echo_n "checking for $2.$3... " >&6; } if eval \${$4+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $5 int main () { static $2 ac_aggr; if (sizeof ac_aggr.$3) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$4=yes" else eval "$4=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$4 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_member # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES # ------------------------------------------------------- # Tests whether HEADER exists, giving a warning if it cannot be compiled using # the include files in INCLUDES and setting the cache variable VAR # accordingly. ac_fn_c_check_header_mongrel () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack if eval \${$3+:} false; then : { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } else # Is the header compilable? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5 $as_echo_n "checking $2 usability... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 #include <$2> _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_header_compiler=yes else ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5 $as_echo "$ac_header_compiler" >&6; } # Is the header present? { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5 $as_echo_n "checking $2 presence... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <$2> _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : ac_header_preproc=yes else ac_header_preproc=no fi rm -f conftest.err conftest.i conftest.$ac_ext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5 $as_echo "$ac_header_preproc" >&6; } # So? What about this header? case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #(( yes:no: ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ;; no:yes:* ) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} ( $as_echo "## ----------------------------------- ## ## Report this to nbd@other.debian.org ## ## ----------------------------------- ##" ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=\$ac_header_compiler" fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } fi eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_header_mongrel # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES # --------------------------------------------- # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR # accordingly. ac_fn_c_check_decl () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack as_decl_name=`echo $2|sed 's/ *(.*//'` as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 $as_echo_n "checking whether $as_decl_name is declared... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { #ifndef $as_decl_name #ifdef __cplusplus (void) $as_decl_use; #else (void) $as_decl_name; #endif #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$3=yes" else eval "$3=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_decl # ac_fn_c_check_type LINENO TYPE VAR INCLUDES # ------------------------------------------- # Tests whether TYPE exists after having included INCLUDES, setting cache # variable VAR accordingly. ac_fn_c_check_type () { as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 $as_echo_n "checking for $2... " >&6; } if eval \${$3+:} false; then : $as_echo_n "(cached) " >&6 else eval "$3=no" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof ($2)) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $4 int main () { if (sizeof (($2))) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else eval "$3=yes" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$3 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno } # ac_fn_c_check_type cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by nbd $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { cat <<_ASUNAME ## --------- ## ## Platform. ## ## --------- ## hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` uname -m = `(uname -m) 2>/dev/null || echo unknown` uname -r = `(uname -r) 2>/dev/null || echo unknown` uname -s = `(uname -s) 2>/dev/null || echo unknown` uname -v = `(uname -v) 2>/dev/null || echo unknown` /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` _ASUNAME as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. $as_echo "PATH: $as_dir" done IFS=$as_save_IFS } >&5 cat >&5 <<_ACEOF ## ----------- ## ## Core tests. ## ## ----------- ## _ACEOF # Keep a trace of the command line. # Strip out --no-create and --no-recursion so they do not pile up. # Strip out --silent because we don't want to record it for future runs. # Also quote any args containing shell meta-characters. # Make two passes to allow for proper duplicate-argument suppression. ac_configure_args= ac_configure_args0= ac_configure_args1= ac_must_keep_next=false for ac_pass in 1 2 do for ac_arg do case $ac_arg in -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; 2) as_fn_append ac_configure_args1 " '$ac_arg'" if test $ac_must_keep_next = true; then ac_must_keep_next=false # Got value, back to normal. else case $ac_arg in *=* | --config-cache | -C | -disable-* | --disable-* \ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ | -with-* | --with-* | -without-* | --without-* | --x) case "$ac_configure_args0 " in "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; esac ;; -* ) ac_must_keep_next=true ;; esac fi as_fn_append ac_configure_args " '$ac_arg'" ;; esac done done { ac_configure_args0=; unset ac_configure_args0;} { ac_configure_args1=; unset ac_configure_args1;} # When interrupted or exit'd, cleanup temporary files, and complete # config.log. We remove comments because anyway the quotes in there # would cause problems or look ugly. # WARNING: Use '\'' to represent an apostrophe within the trap. # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. trap 'exit_status=$? # Save into config.log some information that might help in debugging. { echo $as_echo "## ---------------- ## ## Cache variables. ## ## ---------------- ##" echo # The following way of writing the cache mishandles newlines in values, ( for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( *${as_nl}ac_space=\ *) sed -n \ "s/'\''/'\''\\\\'\'''\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" ;; #( *) sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) echo $as_echo "## ----------------- ## ## Output variables. ## ## ----------------- ##" echo for ac_var in $ac_subst_vars do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo if test -n "$ac_subst_files"; then $as_echo "## ------------------- ## ## File substitutions. ## ## ------------------- ##" echo for ac_var in $ac_subst_files do eval ac_val=\$$ac_var case $ac_val in *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi if test -s confdefs.h; then $as_echo "## ----------- ## ## confdefs.h. ## ## ----------- ##" echo cat confdefs.h echo fi test "$ac_signal" != 0 && $as_echo "$as_me: caught signal $ac_signal" $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && exit $exit_status ' 0 for ac_signal in 1 2 13 15; do trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal done ac_signal=0 # confdefs.h avoids OS command line length limits that DEFS can exceed. rm -f -r conftest* confdefs.h $as_echo "/* confdefs.h */" > confdefs.h # Predefined preprocessor variables. cat >>confdefs.h <<_ACEOF #define PACKAGE_NAME "$PACKAGE_NAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_TARNAME "$PACKAGE_TARNAME" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_VERSION "$PACKAGE_VERSION" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_STRING "$PACKAGE_STRING" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT" _ACEOF cat >>confdefs.h <<_ACEOF #define PACKAGE_URL "$PACKAGE_URL" _ACEOF # Let the site file select an alternate cache file if it wants to. # Prefer an explicitly selected file to automatically selected ones. ac_site_file1=NONE ac_site_file2=NONE if test -n "$CONFIG_SITE"; then # We do not want a PATH search for config.site. case $CONFIG_SITE in #(( -*) ac_site_file1=./$CONFIG_SITE;; */*) ac_site_file1=$CONFIG_SITE;; *) ac_site_file1=./$CONFIG_SITE;; esac elif test "x$prefix" != xNONE; then ac_site_file1=$prefix/share/config.site ac_site_file2=$prefix/etc/config.site else ac_site_file1=$ac_default_prefix/share/config.site ac_site_file2=$ac_default_prefix/etc/config.site fi for ac_site_file in "$ac_site_file1" "$ac_site_file2" do test "x$ac_site_file" = xNONE && continue if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 $as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" \ || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "failed to load site script $ac_site_file See \`config.log' for more details" "$LINENO" 5; } fi done if test -r "$cache_file"; then # Some versions of bash will fail to source /dev/null (special files # actually), so we avoid doing that. DJGPP emulates it as a regular file. if test /dev/null != "$cache_file" && test -f "$cache_file"; then { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 $as_echo "$as_me: loading cache $cache_file" >&6;} case $cache_file in [\\/]* | ?:[\\/]* ) . "$cache_file";; *) . "./$cache_file";; esac fi else { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 $as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi # Check that the precious variables saved in the cache have kept the same # value. ac_cache_corrupted=false for ac_var in $ac_precious_vars; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val=\$ac_cv_env_${ac_var}_value eval ac_new_val=\$ac_env_${ac_var}_value case $ac_old_set,$ac_new_set in set,) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then # differences in whitespace do not lead to failure. ac_old_val_w=`echo x $ac_old_val` ac_new_val_w=`echo x $ac_new_val` if test "$ac_old_val_w" != "$ac_new_val_w"; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} ac_cache_corrupted=: else { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} eval $ac_var=\$ac_old_val fi { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;} fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) as_fn_append ac_configure_args " '$ac_arg'" ;; esac fi done if $ac_cache_corrupted; then { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5 fi ## -------------------- ## ## Main body of script. ## ## -------------------- ## ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do if test -f "$ac_dir/install-sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install-sh -c" break elif test -f "$ac_dir/install.sh"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/install.sh -c" break elif test -f "$ac_dir/shtool"; then ac_aux_dir=$ac_dir ac_install_sh="$ac_aux_dir/shtool install -c" break fi done if test -z "$ac_aux_dir"; then as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5 fi # These three variables are undocumented and unsupported, # and are intended to be withdrawn in a future Autoconf release. # They can cause serious problems if a builder's source tree is in a directory # whose full name contains unusual characters. ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var. ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var. ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or # incompatible versions: # SysV /etc/install, /usr/sbin/install # SunOS /usr/etc/install # IRIX /sbin/install # AIX /bin/install # AmigaOS /C/install, which installs bootblocks on floppy discs # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag # AFS /usr/afsws/bin/install, which mishandles nonexistent args # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # OS/2's system install, which has a completely different semantic # ./install, which can be erroneously created by make from ./install.sh. # Reject install programs that cannot install multiple files. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 $as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if ${ac_cv_path_install+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. # Account for people who put trailing slashes in PATH elements. case $as_dir/ in #(( ./ | .// | /[cC]/* | \ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ /usr/ucb/* ) ;; *) # OSF1 and SCO ODT 3.0 have their own names for install. # Don't use installbsd from OSF since it installs stuff as root # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then if test $ac_prog = install && grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # AIX install. It has an incompatible calling convention. : elif test $ac_prog = install && grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then # program-specific install script used by HP pwplus--don't use. : else rm -rf conftest.one conftest.two conftest.dir echo one > conftest.one echo two > conftest.two mkdir conftest.dir if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && test -s conftest.one && test -s conftest.two && test -s conftest.dir/conftest.one && test -s conftest.dir/conftest.two then ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" break 3 fi fi fi done done ;; esac done IFS=$as_save_IFS rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then INSTALL=$ac_cv_path_install else # As a last resort, use the slow shell script. Don't cache a # value for INSTALL within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. INSTALL=$ac_install_sh fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 $as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 $as_echo_n "checking whether build environment is sane... " >&6; } # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[\\\"\#\$\&\'\`$am_lf]*) as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; esac case $srcdir in *[\\\"\#\$\&\'\`$am_lf\ \ ]*) as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi rm -f conftest.file test "$program_prefix" != NONE && program_transform_name="s&^&$program_prefix&;$program_transform_name" # Use a double $ so make ignores it. test "$program_suffix" != NONE && program_transform_name="s&\$&$program_suffix&;$program_transform_name" # Double any \ or $. # By default was `s,x,x', remove it if useless. ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. if test "$cross_compiling" != no; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; } if test -z "$MKDIR_P"; then if ${ac_cv_path_mkdir+:} false; then : $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( 'mkdir (GNU coreutils) '* | \ 'mkdir (coreutils) '* | \ 'mkdir (fileutils) '4.1*) ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext break 3;; esac done done done IFS=$as_save_IFS fi test -d ./--version && rmdir ./--version if test "${ac_cv_path_mkdir+set}" = set; then MKDIR_P="$ac_cv_path_mkdir -p" else # As a last resort, use the slow shell script. Don't cache a # value for MKDIR_P within a source directory, because that will # break other packages using the cache if that directory is # removed, or if the value is a relative name. MKDIR_P="$ac_install_sh -d" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 $as_echo "$MKDIR_P" >&6; } for ac_prog in gawk mawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AWK+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AWK"; then ac_cv_prog_AWK="$AWK" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AWK="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AWK=$ac_cv_prog_AWK if test -n "$AWK"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 $as_echo "$AWK" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AWK" && break done { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } set x ${MAKE-make} ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh all: @echo '@@@%%%=$(MAKE)=@@@%%%' _ACEOF # GNU make sometimes prints "make[1]: Entering ...", which would confuse us. case `${MAKE-make} -f conftest.make 2>/dev/null` in *@@@%%%=?*=@@@%%%*) eval ac_cv_prog_make_${ac_make}_set=yes;; *) eval ac_cv_prog_make_${ac_make}_set=no;; esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } SET_MAKE= else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; fi case $enable_silent_rules in # ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=1;; esac am_make=${MAKE-make} { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 $as_echo_n "checking whether $am_make supports nested variables... " >&6; } if ${am_cv_make_support_nested_variables+:} false; then : $as_echo_n "(cached) " >&6 else if $as_echo 'TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 $as_echo "$am_cv_make_support_nested_variables" >&6; } if test $am_cv_make_support_nested_variables = yes; then AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AM_BACKSLASH='\' if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." am__isrc=' -I$(srcdir)' # test to see if srcdir already configured if test -f $srcdir/config.status; then as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi # Define the identity of the package. PACKAGE='nbd' VERSION='3.16.2' cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" _ACEOF cat >>confdefs.h <<_ACEOF #define VERSION "$VERSION" _ACEOF # Some tools Automake needs. ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar pax cpio none' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then : enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval else USE_MAINTAINER_MODE=yes fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5 $as_echo "$USE_MAINTAINER_MODE" >&6; } if test $USE_MAINTAINER_MODE = yes; then MAINTAINER_MODE_TRUE= MAINTAINER_MODE_FALSE='#' else MAINTAINER_MODE_TRUE='#' MAINTAINER_MODE_FALSE= fi MAINT=$MAINTAINER_MODE_TRUE case `pwd` in *\ * | *\ *) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;; esac macro_version='2.4.6' macro_revision='2.4.6' ltmain=$ac_aux_dir/ltmain.sh # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5 $as_echo_n "checking build system type... " >&6; } if ${ac_cv_build+:} false; then : $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5 $as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;; esac build=$ac_cv_build ac_save_IFS=$IFS; IFS='-' set x $ac_cv_build shift build_cpu=$1 build_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: build_os=$* IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 $as_echo_n "checking host system type... " >&6; } if ${ac_cv_host+:} false; then : $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5 $as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; esac host=$ac_cv_host ac_save_IFS=$IFS; IFS='-' set x $ac_cv_host shift host_cpu=$1 host_vendor=$2 shift; shift # Remember, the first character of IFS is used to create $*, # except with old shells: host_os=$* IFS=$ac_save_IFS case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac # Backslashify metacharacters that are still active within # double-quoted strings. sed_quote_subst='s/\(["`$\\]\)/\\\1/g' # Same as above, but do not quote variable references. double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution to delay expansion of an escaped shell variable in a # double_quote_subst'ed string. delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' # Sed substitution to delay expansion of an escaped single quote. delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' # Sed substitution to avoid accidental globbing in evaled expressions no_glob_subst='s/\*/\\\*/g' ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5 $as_echo_n "checking how to print strings... " >&6; } # Test print first, because it will be a builtin if present. if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='print -r --' elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then ECHO='printf %s\n' else # Use this function as a fallback that always works. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } ECHO='func_fallback_echo' fi # func_echo_all arg... # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "" } case $ECHO in printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5 $as_echo "printf" >&6; } ;; print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5 $as_echo "print -r" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5 $as_echo "cat" >&6; } ;; esac DEPDIR="${am__leading_dot}deps" ac_config_commands="$ac_config_commands depfiles" am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 $as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 $as_echo "$_am_result" >&6; } rm -f confinc confmf # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : enableval=$enable_dependency_tracking; fi if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi if test "x$enable_dependency_tracking" != xno; then AMDEP_TRUE= AMDEP_FALSE='#' else AMDEP_TRUE='#' AMDEP_FALSE= fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_CC"; then ac_ct_CC=$CC # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="gcc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi else CC="$ac_cv_prog_CC" fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. set dummy ${ac_tool_prefix}cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="${ac_tool_prefix}cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi fi if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else ac_prog_rejected=no as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then ac_prog_rejected=yes continue fi ac_cv_prog_CC="cc" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS if test $ac_prog_rejected = yes; then # We found a bogon in the path, so make sure we never use it. set dummy $ac_cv_prog_CC shift if test $# != 0; then # We chose a different compiler from the bogus one. # However, it has the same basename, so the bogon will be chosen # first if we set CC to just the basename; use the full file name. shift ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@" fi fi fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$CC"; then if test -n "$ac_tool_prefix"; then for ac_prog in cl.exe do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_CC="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 $as_echo "$CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$CC" && break done fi if test -z "$CC"; then ac_ct_CC=$CC for ac_prog in cl.exe do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_CC+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_CC="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_CC=$ac_cv_prog_ac_ct_CC if test -n "$ac_ct_CC"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 $as_echo "$ac_ct_CC" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_CC" && break done if test "x$ac_ct_CC" = x; then CC="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac CC=$ac_ct_CC fi fi fi test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "no acceptable C compiler found in \$PATH See \`config.log' for more details" "$LINENO" 5; } # Provide some information about the compiler. $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 set X $ac_compile ac_compiler=$2 for ac_option in --version -v -V -qversion; do { { ac_try="$ac_compiler $ac_option >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compiler $ac_option >&5") 2>conftest.err ac_status=$? if test -s conftest.err; then sed '10a\ ... rest of stderr output deleted ... 10q' conftest.err >conftest.er1 cat conftest.er1 >&5 fi rm -f conftest.er1 conftest.err $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 $as_echo_n "checking whether the C compiler works... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` # The possible output files: ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" ac_rmfiles= for ac_file in $ac_files do case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done rm -f $ac_rmfiles if { { ac_try="$ac_link_default" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link_default") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most # certainly right. break;; *.* ) if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no; then :; else ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` fi # We set ac_cv_exeext here because the later test for it is not # safe: cross compilers may not add the suffix if given an `-o' # argument, so we may need to know it at that point already. # Even if this section looks crufty: it has the advantage of # actually working. break;; * ) break;; esac done test "$ac_cv_exeext" = no && ac_cv_exeext= else ac_file='' fi if test -z "$ac_file"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "C compiler cannot create executables See \`config.log' for more details" "$LINENO" 5; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 $as_echo "$ac_file" >&6; } ac_exeext=$ac_cv_exeext rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 $as_echo_n "checking for suffix of executables... " >&6; } if { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : # If both `conftest.exe' and `conftest' are `present' (well, observable) # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will # work properly (i.e., refer to `conftest.exe'), while it won't with # `rm'. for ac_file in conftest.exe conftest conftest.*; do test -f "$ac_file" || continue case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of executables: cannot compile and link See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest conftest$ac_cv_exeext { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 $as_echo "$ac_cv_exeext" >&6; } rm -f conftest.$ac_ext EXEEXT=$ac_cv_exeext ac_exeext=$EXEEXT cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files="$ac_clean_files conftest.out" # Check that the compiler produces executables we can run. If not, either # the compiler is broken, or we cross compile. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 $as_echo_n "checking whether we are cross compiling... " >&6; } if test "$cross_compiling" != yes; then { { ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_link") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if { ac_try='./conftest$ac_cv_exeext' { { case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_try") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; }; then cross_compiling=no else if test "$cross_compiling" = maybe; then cross_compiling=yes else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot run C compiled programs. If you meant to cross compile, use \`--host'. See \`config.log' for more details" "$LINENO" 5; } fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 $as_echo "$cross_compiling" >&6; } rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out ac_clean_files=$ac_clean_files_save { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 $as_echo_n "checking for suffix of object files... " >&6; } if ${ac_cv_objext+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF rm -f conftest.o conftest.obj if { { ac_try="$ac_compile" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" $as_echo "$ac_try_echo"; } >&5 (eval "$ac_compile") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then : for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "cannot compute suffix of object files: cannot compile See \`config.log' for more details" "$LINENO" 5; } fi rm -f conftest.$ac_cv_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 $as_echo "$ac_cv_objext" >&6; } OBJEXT=$ac_cv_objext ac_objext=$OBJEXT { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if ${ac_cv_c_compiler_gnu+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __GNUC__ choke me #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_compiler_gnu=yes else ac_compiler_gnu=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_cv_c_compiler_gnu=$ac_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 $as_echo "$ac_cv_c_compiler_gnu" >&6; } if test $ac_compiler_gnu = yes; then GCC=yes else GCC= fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 $as_echo_n "checking whether $CC accepts -g... " >&6; } if ${ac_cv_prog_cc_g+:} false; then : $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes ac_cv_prog_cc_g=no CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes else CFLAGS="" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : else ac_c_werror_flag=$ac_save_c_werror_flag CFLAGS="-g" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_g=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 $as_echo "$ac_cv_prog_cc_g" >&6; } if test "$ac_test_CFLAGS" = set; then CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then CFLAGS="-g -O2" else CFLAGS="-g" fi else if test "$GCC" = yes; then CFLAGS="-O2" else CFLAGS= fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if ${ac_cv_prog_cc_c89+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include struct stat; /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ struct buf { int x; }; FILE * (*rcsopen) (struct buf *, struct stat *, int); static char *e (p, i) char **p; int i; { return p[i]; } static char *f (char * (*g) (char **, int), char **p, ...) { char *s; va_list v; va_start (v,p); s = g (p, va_arg (v,int)); va_end (v); return s; } /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has function prototypes and stuff, but not '\xHH' hex character constants. These don't provoke an error unfortunately, instead are silently treated as 'x'. The following induces an error, until -std is added to get proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an array size at least. It's necessary to write '\x00'==0 to get something that's true only with -std. */ int osf4_cc_array ['\x00' == 0 ? 1 : -1]; /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters inside strings and character constants. */ #define FOO(x) 'x' int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; int test (int i, double x); struct s1 {int (*f) (int a);}; struct s2 {int (*f) (double a);}; int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); int argc; char **argv; int main () { return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; ; return 0; } _ACEOF for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c89=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c89" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac if test "x$ac_cv_prog_cc_c89" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; } if ${am_cv_prog_cc_c_o+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 $as_echo "$am_cv_prog_cc_c_o" >&6; } if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu depcc="$CC" am_compiler_list= { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 $as_echo_n "checking dependency style of $depcc... " >&6; } if ${am_cv_CC_dependencies_compiler_type+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_CC_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` fi am__universal=false case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_CC_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_CC_dependencies_compiler_type=none fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type if test "x$enable_dependency_tracking" != xno \ && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then am__fastdepCC_TRUE= am__fastdepCC_FALSE='#' else am__fastdepCC_TRUE='#' am__fastdepCC_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5 $as_echo_n "checking for a sed that does not truncate output... " >&6; } if ${ac_cv_path_SED+:} false; then : $as_echo_n "(cached) " >&6 else ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for ac_i in 1 2 3 4 5 6 7; do ac_script="$ac_script$as_nl$ac_script" done echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed { ac_script=; unset ac_script;} if test -z "$SED"; then ac_path_SED_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in sed gsed; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_SED" || continue # Check for GNU ac_path_SED and select it if it is found. # Check for GNU $ac_path_SED case `"$ac_path_SED" --version 2>&1` in *GNU*) ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo '' >> "conftest.nl" "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_SED_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_SED="$ac_path_SED" ac_path_SED_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_SED_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_SED"; then as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5 fi else ac_cv_path_SED=$SED fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5 $as_echo "$ac_cv_path_SED" >&6; } SED="$ac_cv_path_SED" rm -f conftest.sed test -z "$SED" && SED=sed Xsed="$SED -e 1s/^X//" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5 $as_echo_n "checking for grep that handles long lines and -e... " >&6; } if ${ac_cv_path_GREP+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$GREP"; then ac_path_GREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_GREP" || continue # Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_GREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_GREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_GREP"; then as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_GREP=$GREP fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5 $as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5 $as_echo_n "checking for egrep... " >&6; } if ${ac_cv_path_EGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else if test -z "$EGREP"; then ac_path_EGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_EGREP" || continue # Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_EGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_EGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_EGREP"; then as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_EGREP=$EGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5 $as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5 $as_echo_n "checking for fgrep... " >&6; } if ${ac_cv_path_FGREP+:} false; then : $as_echo_n "(cached) " >&6 else if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1 then ac_cv_path_FGREP="$GREP -F" else if test -z "$FGREP"; then ac_path_FGREP_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in fgrep; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_FGREP" || continue # Check for GNU ac_path_FGREP and select it if it is found. # Check for GNU $ac_path_FGREP case `"$ac_path_FGREP" --version 2>&1` in *GNU*) ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;; *) ac_count=0 $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" $as_echo 'FGREP' >> "conftest.nl" "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break as_fn_arith $ac_count + 1 && ac_count=$as_val if test $ac_count -gt ${ac_path_FGREP_max-0}; then # Best one so far, save it but keep looking for a better one ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_max=$ac_count fi # 10*(2^10) chars as input seems more than enough test $ac_count -gt 10 && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac $ac_path_FGREP_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_FGREP"; then as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5 fi else ac_cv_path_FGREP=$FGREP fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5 $as_echo "$ac_cv_path_FGREP" >&6; } FGREP="$ac_cv_path_FGREP" test -z "$GREP" && GREP=grep # Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then : withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes else with_gnu_ld=no fi ac_prog=ld if test yes = "$GCC"; then # Check if gcc -print-prog-name=ld gives a path. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5 $as_echo_n "checking for ld used by $CC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return, which upsets mingw ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; *) ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac case $ac_prog in # Accept absolute paths. [\\/]* | ?:[\\/]*) re_direlt='/[^/][^/]*/\.\./' # Canonicalize the pathname of ld ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` done test -z "$LD" && LD=$ac_prog ;; "") # If it fails, then pretend we aren't using GCC. ac_prog=ld ;; *) # If it is relative, then search for the first ld in PATH. with_gnu_ld=unknown ;; esac elif test yes = "$with_gnu_ld"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5 $as_echo_n "checking for GNU ld... " >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5 $as_echo_n "checking for non-GNU ld... " >&6; } fi if ${lt_cv_path_LD+:} false; then : $as_echo_n "(cached) " >&6 else if test -z "$LD"; then lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then lt_cv_path_LD=$ac_dir/$ac_prog # Check to see if the program is GNU ld. I'd rather use --version, # but apparently some variants of GNU ld only accept -v. # Break only if it was the GNU/non-GNU ld that we prefer. case `"$lt_cv_path_LD" -v 2>&1 &5 $as_echo "$LD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if ${lt_cv_prog_gnu_ld+:} false; then : $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU lds only accept -v. case `$LD -v 2>&1 &5 $as_echo "$lt_cv_prog_gnu_ld" >&6; } with_gnu_ld=$lt_cv_prog_gnu_ld { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; } if ${lt_cv_path_NM+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NM"; then # Let the user override the test. lt_cv_path_NM=$NM else lt_nm_to_check=${ac_tool_prefix}nm if test -n "$ac_tool_prefix" && test "$build" = "$host"; then lt_nm_to_check="$lt_nm_to_check nm" fi for lt_tmp_nm in $lt_nm_to_check; do lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. tmp_nm=$ac_dir/$lt_tmp_nm if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then # Check to see if the nm accepts a BSD-compat flag. # Adding the 'sed 1q' prevents false positives on HP-UX, which says: # nm: unknown option "B" ignored # Tru64's nm complains that /dev/null is an invalid object file # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty case $build_os in mingw*) lt_bad_file=conftest.nm/nofile ;; *) lt_bad_file=/dev/null ;; esac case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in *$lt_bad_file* | *'Invalid file or object type'*) lt_cv_path_NM="$tmp_nm -B" break 2 ;; *) case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in */dev/null*) lt_cv_path_NM="$tmp_nm -p" break 2 ;; *) lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but continue # so that we can try to find one that supports BSD flags ;; esac ;; esac fi done IFS=$lt_save_ifs done : ${lt_cv_path_NM=no} fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5 $as_echo "$lt_cv_path_NM" >&6; } if test no != "$lt_cv_path_NM"; then NM=$lt_cv_path_NM else # Didn't find any BSD compatible name lister, look for dumpbin. if test -n "$DUMPBIN"; then : # Let the user override the test. else if test -n "$ac_tool_prefix"; then for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DUMPBIN"; then ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DUMPBIN=$ac_cv_prog_DUMPBIN if test -n "$DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5 $as_echo "$DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$DUMPBIN" && break done fi if test -z "$DUMPBIN"; then ac_ct_DUMPBIN=$DUMPBIN for ac_prog in dumpbin "link -dump" do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DUMPBIN"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN if test -n "$ac_ct_DUMPBIN"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5 $as_echo "$ac_ct_DUMPBIN" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_DUMPBIN" && break done if test "x$ac_ct_DUMPBIN" = x; then DUMPBIN=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DUMPBIN=$ac_ct_DUMPBIN fi fi case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in *COFF*) DUMPBIN="$DUMPBIN -symbols -headers" ;; *) DUMPBIN=: ;; esac fi if test : != "$DUMPBIN"; then NM=$DUMPBIN fi fi test -z "$NM" && NM=nm { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5 $as_echo_n "checking the name lister ($NM) interface... " >&6; } if ${lt_cv_nm_interface+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_nm_interface="BSD nm" echo "int some_variable = 0;" > conftest.$ac_ext (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5) (eval "$ac_compile" 2>conftest.err) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5) (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) cat conftest.err >&5 (eval echo "\"\$as_me:$LINENO: output\"" >&5) cat conftest.out >&5 if $GREP 'External.*some_variable' conftest.out > /dev/null; then lt_cv_nm_interface="MS dumpbin" fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5 $as_echo "$lt_cv_nm_interface" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5 $as_echo_n "checking whether ln -s works... " >&6; } LN_S=$as_ln_s if test "$LN_S" = "ln -s"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5 $as_echo "no, using $LN_S" >&6; } fi # find the maximum length of command line arguments { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5 $as_echo_n "checking the maximum length of command line arguments... " >&6; } if ${lt_cv_sys_max_cmd_len+:} false; then : $as_echo_n "(cached) " >&6 else i=0 teststring=ABCD case $build_os in msdosdjgpp*) # On DJGPP, this test can blow up pretty badly due to problems in libc # (any single argument exceeding 2000 bytes causes a buffer overrun # during glob expansion). Even if it were fixed, the result of this # check would be larger than it should be. lt_cv_sys_max_cmd_len=12288; # 12K is about right ;; gnu*) # Under GNU Hurd, this test is not required because there is # no limit to the length of command line arguments. # Libtool will interpret -1 as no limit whatsoever lt_cv_sys_max_cmd_len=-1; ;; cygwin* | mingw* | cegcc*) # On Win9x/ME, this test blows up -- it succeeds, but takes # about 5 minutes as the teststring grows exponentially. # Worse, since 9x/ME are not pre-emptively multitasking, # you end up with a "frozen" computer, even though with patience # the test eventually succeeds (with a max line length of 256k). # Instead, let's just punt: use the minimum linelength reported by # all of the supported platforms: 8192 (on NT/2K/XP). lt_cv_sys_max_cmd_len=8192; ;; mint*) # On MiNT this can take a long time and run out of memory. lt_cv_sys_max_cmd_len=8192; ;; amigaos*) # On AmigaOS with pdksh, this test takes hours, literally. # So we just punt and use a minimum line length of 8192. lt_cv_sys_max_cmd_len=8192; ;; bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) # This has been around since 386BSD, at least. Likely further. if test -x /sbin/sysctl; then lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` elif test -x /usr/sbin/sysctl; then lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` else lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs fi # And add a safety zone lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` ;; interix*) # We know the value 262144 and hardcode it with a safety zone (like BSD) lt_cv_sys_max_cmd_len=196608 ;; os2*) # The test takes a long time on OS/2. lt_cv_sys_max_cmd_len=8192 ;; osf*) # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not # nice to cause kernel panics so lets avoid the loop below. # First set a reasonable default. lt_cv_sys_max_cmd_len=16384 # if test -x /sbin/sysconfig; then case `/sbin/sysconfig -q proc exec_disable_arg_limit` in *1*) lt_cv_sys_max_cmd_len=-1 ;; esac fi ;; sco3.2v5*) lt_cv_sys_max_cmd_len=102400 ;; sysv5* | sco5v6* | sysv4.2uw2*) kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` if test -n "$kargmax"; then lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` else lt_cv_sys_max_cmd_len=32768 fi ;; *) lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` if test -n "$lt_cv_sys_max_cmd_len" && \ test undefined != "$lt_cv_sys_max_cmd_len"; then lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` else # Make teststring a little bigger before we do anything with it. # a 1K string should be a reasonable start. for i in 1 2 3 4 5 6 7 8; do teststring=$teststring$teststring done SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} # If test is not a shell built-in, we'll probably end up computing a # maximum length that is only half of the actual maximum length, but # we can't tell. while { test X`env echo "$teststring$teststring" 2>/dev/null` \ = "X$teststring$teststring"; } >/dev/null 2>&1 && test 17 != "$i" # 1/2 MB should be enough do i=`expr $i + 1` teststring=$teststring$teststring done # Only check the string length outside the loop. lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` teststring= # Add a significant safety factor because C++ compilers can tack on # massive amounts of additional arguments before passing them to the # linker. It appears as though 1/2 is a usable value. lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` fi ;; esac fi if test -n "$lt_cv_sys_max_cmd_len"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5 $as_echo "$lt_cv_sys_max_cmd_len" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5 $as_echo "none" >&6; } fi max_cmd_len=$lt_cv_sys_max_cmd_len : ${CP="cp -f"} : ${MV="mv -f"} : ${RM="rm -f"} if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then lt_unset=unset else lt_unset=false fi # test EBCDIC or ASCII case `echo X|tr X '\101'` in A) # ASCII based system # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr lt_SP2NL='tr \040 \012' lt_NL2SP='tr \015\012 \040\040' ;; *) # EBCDIC based system lt_SP2NL='tr \100 \n' lt_NL2SP='tr \r\n \100\100' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5 $as_echo_n "checking how to convert $build file names to $host format... " >&6; } if ${lt_cv_to_host_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac ;; *-*-cygwin* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin ;; *-*-cygwin* ) lt_cv_to_host_file_cmd=func_convert_file_noop ;; * ) # otherwise, assume *nix lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin ;; esac ;; * ) # unhandled hosts (and "normal" native builds) lt_cv_to_host_file_cmd=func_convert_file_noop ;; esac fi to_host_file_cmd=$lt_cv_to_host_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5 $as_echo "$lt_cv_to_host_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5 $as_echo_n "checking how to convert $build file names to toolchain format... " >&6; } if ${lt_cv_to_tool_file_cmd+:} false; then : $as_echo_n "(cached) " >&6 else #assume ordinary cross tools, or native build. lt_cv_to_tool_file_cmd=func_convert_file_noop case $host in *-*-mingw* ) case $build in *-*-mingw* ) # actually msys lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 ;; esac ;; esac fi to_tool_file_cmd=$lt_cv_to_tool_file_cmd { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5 $as_echo "$lt_cv_to_tool_file_cmd" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5 $as_echo_n "checking for $LD option to reload object files... " >&6; } if ${lt_cv_ld_reload_flag+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_reload_flag='-r' fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5 $as_echo "$lt_cv_ld_reload_flag" >&6; } reload_flag=$lt_cv_ld_reload_flag case $reload_flag in "" | " "*) ;; *) reload_flag=" $reload_flag" ;; esac reload_cmds='$LD$reload_flag -o $output$reload_objs' case $host_os in cygwin* | mingw* | pw32* | cegcc*) if test yes != "$GCC"; then reload_cmds=false fi ;; darwin*) if test yes = "$GCC"; then reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' else reload_cmds='$LD$reload_flag -o $output$reload_objs' fi ;; esac if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args. set dummy ${ac_tool_prefix}objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OBJDUMP"; then ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OBJDUMP=$ac_cv_prog_OBJDUMP if test -n "$OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5 $as_echo "$OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OBJDUMP"; then ac_ct_OBJDUMP=$OBJDUMP # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OBJDUMP"; then ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OBJDUMP="objdump" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP if test -n "$ac_ct_OBJDUMP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5 $as_echo "$ac_ct_OBJDUMP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OBJDUMP" = x; then OBJDUMP="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OBJDUMP=$ac_ct_OBJDUMP fi else OBJDUMP="$ac_cv_prog_OBJDUMP" fi test -z "$OBJDUMP" && OBJDUMP=objdump { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5 $as_echo_n "checking how to recognize dependent libraries... " >&6; } if ${lt_cv_deplibs_check_method+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_deplibs_check_method='unknown' # Need to set the preceding variable on all platforms that support # interlibrary dependencies. # 'none' -- dependencies not supported. # 'unknown' -- same as none, but documents that we really don't know. # 'pass_all' -- all dependencies passed with no checks. # 'test_compile' -- check by making test program. # 'file_magic [[regex]]' -- check by looking for files in library path # that responds to the $file_magic_cmd with a given extended regex. # If you have 'file' or equivalent on your system and you're not sure # whether 'pass_all' will *always* work, you probably want this one. case $host_os in aix[4-9]*) lt_cv_deplibs_check_method=pass_all ;; beos*) lt_cv_deplibs_check_method=pass_all ;; bsdi[45]*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)' lt_cv_file_magic_cmd='/usr/bin/file -L' lt_cv_file_magic_test_file=/shlib/libc.so ;; cygwin*) # func_win32_libid is a shell function defined in ltmain.sh lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' ;; mingw* | pw32*) # Base MSYS/MinGW do not provide the 'file' command needed by # func_win32_libid shell function, so use a weaker test based on 'objdump', # unless we find 'file', for example because we are cross-compiling. if ( file / ) >/dev/null 2>&1; then lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd='func_win32_libid' else # Keep this pattern in sync with the one in func_win32_libid. lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' lt_cv_file_magic_cmd='$OBJDUMP -f' fi ;; cegcc*) # use the weaker test based on 'objdump'. See mingw*. lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' lt_cv_file_magic_cmd='$OBJDUMP -f' ;; darwin* | rhapsody*) lt_cv_deplibs_check_method=pass_all ;; freebsd* | dragonfly*) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then case $host_cpu in i*86 ) # Not sure whether the presence of OpenBSD here was a mistake. # Let's accept both of them until this is cleared up. lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` ;; esac else lt_cv_deplibs_check_method=pass_all fi ;; haiku*) lt_cv_deplibs_check_method=pass_all ;; hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in ia64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so ;; hppa*64*) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]' lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl ;; *) lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library' lt_cv_file_magic_test_file=/usr/lib/libc.sl ;; esac ;; interix[3-9]*) # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$' ;; irix5* | irix6* | nonstopux*) case $LD in *-32|*"-32 ") libmagic=32-bit;; *-n32|*"-n32 ") libmagic=N32;; *-64|*"-64 ") libmagic=64-bit;; *) libmagic=never-match;; esac lt_cv_deplibs_check_method=pass_all ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$' fi ;; newos6*) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)' lt_cv_file_magic_cmd=/usr/bin/file lt_cv_file_magic_test_file=/usr/lib/libnls.so ;; *nto* | *qnx*) lt_cv_deplibs_check_method=pass_all ;; openbsd* | bitrig*) if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' else lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' fi ;; osf3* | osf4* | osf5*) lt_cv_deplibs_check_method=pass_all ;; rdos*) lt_cv_deplibs_check_method=pass_all ;; solaris*) lt_cv_deplibs_check_method=pass_all ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) lt_cv_deplibs_check_method=pass_all ;; sysv4 | sysv4.3*) case $host_vendor in motorola) lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]' lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` ;; ncr) lt_cv_deplibs_check_method=pass_all ;; sequent) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;; sni) lt_cv_file_magic_cmd='/bin/file' lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib" lt_cv_file_magic_test_file=/lib/libc.so ;; siemens) lt_cv_deplibs_check_method=pass_all ;; pc) lt_cv_deplibs_check_method=pass_all ;; esac ;; tpf*) lt_cv_deplibs_check_method=pass_all ;; os2*) lt_cv_deplibs_check_method=pass_all ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5 $as_echo "$lt_cv_deplibs_check_method" >&6; } file_magic_glob= want_nocaseglob=no if test "$build" = "$host"; then case $host_os in mingw* | pw32*) if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then want_nocaseglob=yes else file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` fi ;; esac fi file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method test -z "$deplibs_check_method" && deplibs_check_method=unknown if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ac_tool_prefix}dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DLLTOOL"; then ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DLLTOOL=$ac_cv_prog_DLLTOOL if test -n "$DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5 $as_echo "$DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DLLTOOL"; then ac_ct_DLLTOOL=$DLLTOOL # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DLLTOOL"; then ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DLLTOOL="dlltool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL if test -n "$ac_ct_DLLTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5 $as_echo "$ac_ct_DLLTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DLLTOOL" = x; then DLLTOOL="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DLLTOOL=$ac_ct_DLLTOOL fi else DLLTOOL="$ac_cv_prog_DLLTOOL" fi test -z "$DLLTOOL" && DLLTOOL=dlltool { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5 $as_echo_n "checking how to associate runtime and link libraries... " >&6; } if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_sharedlib_from_linklib_cmd='unknown' case $host_os in cygwin* | mingw* | pw32* | cegcc*) # two different shell functions defined in ltmain.sh; # decide which one to use based on capabilities of $DLLTOOL case `$DLLTOOL --help 2>&1` in *--identify-strict*) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac ;; *) # fallback: assume linklib IS sharedlib lt_cv_sharedlib_from_linklib_cmd=$ECHO ;; esac fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5 $as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; } sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO if test -n "$ac_tool_prefix"; then for ac_prog in ar do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. set dummy $ac_tool_prefix$ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_AR="$ac_tool_prefix$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5 $as_echo "$AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$AR" && break done fi if test -z "$AR"; then ac_ct_AR=$AR for ac_prog in ar do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_AR+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_AR"; then ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_AR="$ac_prog" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_AR=$ac_cv_prog_ac_ct_AR if test -n "$ac_ct_AR"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5 $as_echo "$ac_ct_AR" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi test -n "$ac_ct_AR" && break done if test "x$ac_ct_AR" = x; then AR="false" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac AR=$ac_ct_AR fi fi : ${AR=ar} : ${AR_FLAGS=cru} { $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5 $as_echo_n "checking for archiver @FILE support... " >&6; } if ${lt_cv_ar_at_file+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ar_at_file=no cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : echo conftest.$ac_objext > conftest.lst lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5' { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -eq "$ac_status"; then # Ensure the archiver fails upon bogus file names. rm -f conftest.$ac_objext libconftest.a { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5 (eval $lt_ar_try) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } if test 0 -ne "$ac_status"; then lt_cv_ar_at_file=@ fi fi rm -f conftest.* libconftest.a fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5 $as_echo "$lt_cv_ar_at_file" >&6; } if test no = "$lt_cv_ar_at_file"; then archiver_list_spec= else archiver_list_spec=$lt_cv_ar_at_file fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$STRIP"; then ac_cv_prog_STRIP="$STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_STRIP="${ac_tool_prefix}strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi STRIP=$ac_cv_prog_STRIP if test -n "$STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 $as_echo "$STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_STRIP"; then ac_ct_STRIP=$STRIP # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_STRIP+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_STRIP"; then ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_STRIP="strip" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP if test -n "$ac_ct_STRIP"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 $as_echo "$ac_ct_STRIP" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_STRIP" = x; then STRIP=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac STRIP=$ac_ct_STRIP fi else STRIP="$ac_cv_prog_STRIP" fi test -z "$STRIP" && STRIP=: if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5 $as_echo "$RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_RANLIB"; then ac_ct_RANLIB=$RANLIB # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_RANLIB+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_RANLIB="ranlib" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB if test -n "$ac_ct_RANLIB"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5 $as_echo "$ac_ct_RANLIB" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then RANLIB=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac RANLIB=$ac_ct_RANLIB fi else RANLIB="$ac_cv_prog_RANLIB" fi test -z "$RANLIB" && RANLIB=: # Determine commands to create old-style static archives. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' old_postinstall_cmds='chmod 644 $oldlib' old_postuninstall_cmds= if test -n "$RANLIB"; then case $host_os in bitrig* | openbsd*) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" ;; *) old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" ;; esac old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi case $host_os in darwin*) lock_old_archive_extraction=yes ;; *) lock_old_archive_extraction=no ;; esac # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Check for command to grab the raw symbol name followed by C symbol from nm. { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } if ${lt_cv_sys_global_symbol_pipe+:} false; then : $as_echo_n "(cached) " >&6 else # These are sane defaults that work on at least a few old systems. # [They come from Ultrix. What could be older than Ultrix?!! ;)] # Character class describing NM global symbol codes. symcode='[BCDEGRST]' # Regexp to match symbols that can be accessed directly from C. sympat='\([_A-Za-z][_A-Za-z0-9]*\)' # Define system-specific variables. case $host_os in aix*) symcode='[BCDT]' ;; cygwin* | mingw* | pw32* | cegcc*) symcode='[ABCDGISTW]' ;; hpux*) if test ia64 = "$host_cpu"; then symcode='[ABCDEGRST]' fi ;; irix* | nonstopux*) symcode='[BCDEGRST]' ;; osf*) symcode='[BCDEGQRST]' ;; solaris*) symcode='[BDRT]' ;; sco3.2v5*) symcode='[DT]' ;; sysv4.2uw2*) symcode='[DT]' ;; sysv5* | sco5v6* | unixware* | OpenUNIX*) symcode='[ABDT]' ;; sysv4) symcode='[DFNSTU]' ;; esac # If we're using GNU nm, then use its standard symbol codes. case `$NM -V 2>&1` in *GNU* | *'with BFD'*) symcode='[ABCDGIRSTW]' ;; esac if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Gets list of data symbols to import. lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" # Adjust the below global symbol transforms to fixup imported variables. lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" lt_c_name_lib_hook="\ -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" else # Disable hooks by default. lt_cv_sys_global_symbol_to_import= lt_cdecl_hook= lt_c_name_hook= lt_c_name_lib_hook= fi # Transform an extracted symbol line into a proper C declaration. # Some systems (esp. on ia64) link data and code symbols differently, # so use this general approach. lt_cv_sys_global_symbol_to_cdecl="sed -n"\ $lt_cdecl_hook\ " -e 's/^T .* \(.*\)$/extern int \1();/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" # Transform an extracted symbol line into symbol name and symbol address lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ $lt_c_name_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" # Transform an extracted symbol line into symbol name with lib prefix and # symbol address. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ $lt_c_name_lib_hook\ " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" # Handle CRLF in mingw tool chain opt_cr= case $build_os in mingw*) opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; esac # Try without a prefix underscore, then with it. for ac_symprfx in "" "_"; do # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. symxfrm="\\1 $ac_symprfx\\2 \\2" # Write the raw and C identifiers. if test "$lt_cv_nm_interface" = "MS dumpbin"; then # Fake it for dumpbin and say T for any non-static function, # D for any global variable and I for any imported variable. # Also find C++ and __fastcall symbols from MSVC++, # which start with @ or ?. lt_cv_sys_global_symbol_pipe="$AWK '"\ " {last_section=section; section=\$ 3};"\ " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ " \$ 0!~/External *\|/{next};"\ " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ " {if(hide[section]) next};"\ " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ " ' prfx=^$ac_symprfx" else lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" # Check to see that the pipe works correctly. pipe_works=no rm -f conftest* cat > conftest.$ac_ext <<_LT_EOF #ifdef __cplusplus extern "C" { #endif char nm_test_var; void nm_test_func(void); void nm_test_func(void){} #ifdef __cplusplus } #endif int main(){nm_test_var='a';nm_test_func();return(0);} _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then # Now try to grab the symbols. nlist=conftest.nm if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "$nlist"; then # Try sorting and uniquifying the output. if sort "$nlist" | uniq > "$nlist"T; then mv -f "$nlist"T "$nlist" else rm -f "$nlist"T fi # Make sure that we snagged all the symbols we need. if $GREP ' nm_test_var$' "$nlist" >/dev/null; then if $GREP ' nm_test_func$' "$nlist" >/dev/null; then cat <<_LT_EOF > conftest.$ac_ext /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #ifdef __cplusplus extern "C" { #endif _LT_EOF # Now generate the symbol file. eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' cat <<_LT_EOF >> conftest.$ac_ext /* The mapping between symbol names and symbols. */ LT_DLSYM_CONST struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, _LT_EOF $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext cat <<\_LT_EOF >> conftest.$ac_ext {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif _LT_EOF # Now try linking the two files. mv conftest.$ac_objext conftstm.$ac_objext lt_globsym_save_LIBS=$LIBS lt_globsym_save_CFLAGS=$CFLAGS LIBS=conftstm.$ac_objext CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag" if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s conftest$ac_exeext; then pipe_works=yes fi LIBS=$lt_globsym_save_LIBS CFLAGS=$lt_globsym_save_CFLAGS else echo "cannot find nm_test_func in $nlist" >&5 fi else echo "cannot find nm_test_var in $nlist" >&5 fi else echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5 fi else echo "$progname: failed program was:" >&5 cat conftest.$ac_ext >&5 fi rm -rf conftest* conftst* # Do not use the global_symbol_pipe unless it works. if test yes = "$pipe_works"; then break else lt_cv_sys_global_symbol_pipe= fi done fi if test -z "$lt_cv_sys_global_symbol_pipe"; then lt_cv_sys_global_symbol_to_cdecl= fi if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5 $as_echo "failed" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5 $as_echo "ok" >&6; } fi # Response file support. if test "$lt_cv_nm_interface" = "MS dumpbin"; then nm_file_list_spec='@' elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then nm_file_list_spec='@' fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5 $as_echo_n "checking for sysroot... " >&6; } # Check whether --with-sysroot was given. if test "${with_sysroot+set}" = set; then : withval=$with_sysroot; else with_sysroot=no fi lt_sysroot= case $with_sysroot in #( yes) if test yes = "$GCC"; then lt_sysroot=`$CC --print-sysroot 2>/dev/null` fi ;; #( /*) lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` ;; #( no|'') ;; #( *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5 $as_echo "$with_sysroot" >&6; } as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5 $as_echo "${lt_sysroot:-no}" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5 $as_echo_n "checking for a working dd... " >&6; } if ${ac_cv_path_lt_DD+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i : ${lt_DD:=$DD} if test -z "$lt_DD"; then ac_path_lt_DD_found=false # Loop through the user's path and test for each of PROGNAME-LIST as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in dd; do for ac_exec_ext in '' $ac_executable_extensions; do ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext" as_fn_executable_p "$ac_path_lt_DD" || continue if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: fi $ac_path_lt_DD_found && break 3 done done done IFS=$as_save_IFS if test -z "$ac_cv_path_lt_DD"; then : fi else ac_cv_path_lt_DD=$lt_DD fi rm -f conftest.i conftest2.i conftest.out fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5 $as_echo "$ac_cv_path_lt_DD" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5 $as_echo_n "checking how to truncate binary pipes... " >&6; } if ${lt_cv_truncate_bin+:} false; then : $as_echo_n "(cached) " >&6 else printf 0123456789abcdef0123456789abcdef >conftest.i cat conftest.i conftest.i >conftest2.i lt_cv_truncate_bin= if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then cmp -s conftest.i conftest.out \ && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" fi rm -f conftest.i conftest2.i conftest.out test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q" fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5 $as_echo "$lt_cv_truncate_bin" >&6; } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # Check whether --enable-libtool-lock was given. if test "${enable_libtool_lock+set}" = set; then : enableval=$enable_libtool_lock; fi test no = "$enable_libtool_lock" || enable_libtool_lock=yes # Some flags need to be propagated to the compiler or linker for good # libtool support. case $host in ia64-*-hpux*) # Find out what ABI is being produced by ac_compile, and set mode # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.$ac_objext` in *ELF-32*) HPUX_IA64_MODE=32 ;; *ELF-64*) HPUX_IA64_MODE=64 ;; esac fi rm -rf conftest* ;; *-*-irix6*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then if test yes = "$lt_cv_prog_gnu_ld"; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -melf32bsmip" ;; *N32*) LD="${LD-ld} -melf32bmipn32" ;; *64-bit*) LD="${LD-ld} -melf64bmip" ;; esac else case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" ;; *N32*) LD="${LD-ld} -n32" ;; *64-bit*) LD="${LD-ld} -64" ;; esac fi fi rm -rf conftest* ;; mips64*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo '#line '$LINENO' "configure"' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then emul=elf case `/usr/bin/file conftest.$ac_objext` in *32-bit*) emul="${emul}32" ;; *64-bit*) emul="${emul}64" ;; esac case `/usr/bin/file conftest.$ac_objext` in *MSB*) emul="${emul}btsmip" ;; *LSB*) emul="${emul}ltsmip" ;; esac case `/usr/bin/file conftest.$ac_objext` in *N32*) emul="${emul}n32" ;; esac LD="${LD-ld} -m $emul" fi rm -rf conftest* ;; x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. Note that the listed cases only cover the # situations where additional linker options are needed (such as when # doing 32-bit compilation for a host where ld defaults to 64-bit, or # vice versa); the common cases where no linker options are needed do # not appear in the list. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *32-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_i386_fbsd" ;; x86_64-*linux*) case `/usr/bin/file conftest.o` in *x86-64*) LD="${LD-ld} -m elf32_x86_64" ;; *) LD="${LD-ld} -m elf_i386" ;; esac ;; powerpc64le-*linux*) LD="${LD-ld} -m elf32lppclinux" ;; powerpc64-*linux*) LD="${LD-ld} -m elf32ppclinux" ;; s390x-*linux*) LD="${LD-ld} -m elf_s390" ;; sparc64-*linux*) LD="${LD-ld} -m elf32_sparc" ;; esac ;; *64-bit*) case $host in x86_64-*kfreebsd*-gnu) LD="${LD-ld} -m elf_x86_64_fbsd" ;; x86_64-*linux*) LD="${LD-ld} -m elf_x86_64" ;; powerpcle-*linux*) LD="${LD-ld} -m elf64lppc" ;; powerpc-*linux*) LD="${LD-ld} -m elf64ppc" ;; s390*-*linux*|s390*-*tpf*) LD="${LD-ld} -m elf64_s390" ;; sparc*-*linux*) LD="${LD-ld} -m elf64_sparc" ;; esac ;; esac fi rm -rf conftest* ;; *-*-sco3.2v5*) # On SCO OpenServer 5, we need -belf to get full-featured binaries. SAVE_CFLAGS=$CFLAGS CFLAGS="$CFLAGS -belf" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5 $as_echo_n "checking whether the C compiler needs -belf... " >&6; } if ${lt_cv_cc_needs_belf+:} false; then : $as_echo_n "(cached) " >&6 else ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_cc_needs_belf=yes else lt_cv_cc_needs_belf=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5 $as_echo "$lt_cv_cc_needs_belf" >&6; } if test yes != "$lt_cv_cc_needs_belf"; then # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf CFLAGS=$SAVE_CFLAGS fi ;; *-*solaris*) # Find out what ABI is being produced by ac_compile, and set linker # options accordingly. echo 'int i;' > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then case `/usr/bin/file conftest.o` in *64-bit*) case $lt_cv_prog_gnu_ld in yes*) case $host in i?86-*-solaris*|x86_64-*-solaris*) LD="${LD-ld} -m elf_x86_64" ;; sparc*-*-solaris*) LD="${LD-ld} -m elf64_sparc" ;; esac # GNU ld 2.21 introduced _sol2 emulations. Use them if available. if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then LD=${LD-ld}_sol2 fi ;; *) if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then LD="${LD-ld} -64" fi ;; esac ;; esac fi rm -rf conftest* ;; esac need_locks=$enable_libtool_lock if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args. set dummy ${ac_tool_prefix}mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$MANIFEST_TOOL"; then ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL if test -n "$MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5 $as_echo "$MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_MANIFEST_TOOL"; then ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL # Extract the first word of "mt", so it can be a program name with args. set dummy mt; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_MANIFEST_TOOL"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL if test -n "$ac_ct_MANIFEST_TOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5 $as_echo "$ac_ct_MANIFEST_TOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_MANIFEST_TOOL" = x; then MANIFEST_TOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL fi else MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL" fi test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5 $as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; } if ${lt_cv_path_mainfest_tool+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_path_mainfest_tool=no echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out cat conftest.err >&5 if $GREP 'Manifest Tool' conftest.out > /dev/null; then lt_cv_path_mainfest_tool=yes fi rm -f conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5 $as_echo "$lt_cv_path_mainfest_tool" >&6; } if test yes != "$lt_cv_path_mainfest_tool"; then MANIFEST_TOOL=: fi case $host_os in rhapsody* | darwin*) if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$DSYMUTIL"; then ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi DSYMUTIL=$ac_cv_prog_DSYMUTIL if test -n "$DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5 $as_echo "$DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_DSYMUTIL"; then ac_ct_DSYMUTIL=$DSYMUTIL # Extract the first word of "dsymutil", so it can be a program name with args. set dummy dsymutil; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_DSYMUTIL"; then ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL if test -n "$ac_ct_DSYMUTIL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5 $as_echo "$ac_ct_DSYMUTIL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_DSYMUTIL" = x; then DSYMUTIL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac DSYMUTIL=$ac_ct_DSYMUTIL fi else DSYMUTIL="$ac_cv_prog_DSYMUTIL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. set dummy ${ac_tool_prefix}nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$NMEDIT"; then ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi NMEDIT=$ac_cv_prog_NMEDIT if test -n "$NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5 $as_echo "$NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_NMEDIT"; then ac_ct_NMEDIT=$NMEDIT # Extract the first word of "nmedit", so it can be a program name with args. set dummy nmedit; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_NMEDIT"; then ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_NMEDIT="nmedit" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT if test -n "$ac_ct_NMEDIT"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5 $as_echo "$ac_ct_NMEDIT" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_NMEDIT" = x; then NMEDIT=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac NMEDIT=$ac_ct_NMEDIT fi else NMEDIT="$ac_cv_prog_NMEDIT" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args. set dummy ${ac_tool_prefix}lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$LIPO"; then ac_cv_prog_LIPO="$LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_LIPO="${ac_tool_prefix}lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi LIPO=$ac_cv_prog_LIPO if test -n "$LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5 $as_echo "$LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_LIPO"; then ac_ct_LIPO=$LIPO # Extract the first word of "lipo", so it can be a program name with args. set dummy lipo; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_LIPO+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_LIPO"; then ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_LIPO="lipo" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO if test -n "$ac_ct_LIPO"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5 $as_echo "$ac_ct_LIPO" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_LIPO" = x; then LIPO=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac LIPO=$ac_ct_LIPO fi else LIPO="$ac_cv_prog_LIPO" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args. set dummy ${ac_tool_prefix}otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL"; then ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL="${ac_tool_prefix}otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL=$ac_cv_prog_OTOOL if test -n "$OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5 $as_echo "$OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL"; then ac_ct_OTOOL=$OTOOL # Extract the first word of "otool", so it can be a program name with args. set dummy otool; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL"; then ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL="otool" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL if test -n "$ac_ct_OTOOL"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5 $as_echo "$ac_ct_OTOOL" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL" = x; then OTOOL=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL=$ac_ct_OTOOL fi else OTOOL="$ac_cv_prog_OTOOL" fi if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args. set dummy ${ac_tool_prefix}otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$OTOOL64"; then ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi OTOOL64=$ac_cv_prog_OTOOL64 if test -n "$OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5 $as_echo "$OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_prog_OTOOL64"; then ac_ct_OTOOL64=$OTOOL64 # Extract the first word of "otool64", so it can be a program name with args. set dummy otool64; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then : $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_OTOOL64"; then ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_ac_ct_OTOOL64="otool64" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS fi fi ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64 if test -n "$ac_ct_OTOOL64"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5 $as_echo "$ac_ct_OTOOL64" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_ct_OTOOL64" = x; then OTOOL64=":" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac OTOOL64=$ac_ct_OTOOL64 fi else OTOOL64="$ac_cv_prog_OTOOL64" fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5 $as_echo_n "checking for -single_module linker flag... " >&6; } if ${lt_cv_apple_cc_single_mod+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_apple_cc_single_mod=no if test -z "$LT_MULTI_MODULE"; then # By default we will add the -single_module flag. You can override # by either setting the environment variable LT_MULTI_MODULE # non-empty at configure time, or by adding -multi_module to the # link flags. rm -rf libconftest.dylib* echo "int foo(void){return 1;}" > conftest.c echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c" >&5 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ -dynamiclib -Wl,-single_module conftest.c 2>conftest.err _lt_result=$? # If there is a non-empty error log, and "single_module" # appears in it, assume the flag caused a linker warning if test -s conftest.err && $GREP single_module conftest.err; then cat conftest.err >&5 # Otherwise, if the output was created with a 0 exit code from # the compiler, it worked. elif test -f libconftest.dylib && test 0 = "$_lt_result"; then lt_cv_apple_cc_single_mod=yes else cat conftest.err >&5 fi rm -rf libconftest.dylib* rm -f conftest.* fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 $as_echo "$lt_cv_apple_cc_single_mod" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } if ${lt_cv_ld_exported_symbols_list+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_exported_symbols_list=no save_LDFLAGS=$LDFLAGS echo "_main" > conftest.sym LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_ld_exported_symbols_list=yes else lt_cv_ld_exported_symbols_list=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 $as_echo_n "checking for -force_load linker flag... " >&6; } if ${lt_cv_ld_force_load+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_ld_force_load=no cat > conftest.c << _LT_EOF int forced_loaded() { return 2;} _LT_EOF echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 echo "$AR cru libconftest.a conftest.o" >&5 $AR cru libconftest.a conftest.o 2>&5 echo "$RANLIB libconftest.a" >&5 $RANLIB libconftest.a 2>&5 cat > conftest.c << _LT_EOF int main() { return 0;} _LT_EOF echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err _lt_result=$? if test -s conftest.err && $GREP force_load conftest.err; then cat conftest.err >&5 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then lt_cv_ld_force_load=yes else cat conftest.err >&5 fi rm -f conftest.err libconftest.a conftest conftest.c rm -rf conftest.dSYM fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5 $as_echo "$lt_cv_ld_force_load" >&6; } case $host_os in rhapsody* | darwin1.[012]) _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; darwin1.*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; darwin*) # darwin 5.x on # if running on 10.5 or later, the deployment target defaults # to the OS version, if on x86, and 10.4, the deployment # target defaults to 10.4. Don't you love it? case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10.0,*86*-darwin8*|10.0,*-darwin[91]*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; 10.[012][,.]*) _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; 10.*) _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; esac ;; esac if test yes = "$lt_cv_apple_cc_single_mod"; then _lt_dar_single_mod='$single_module' fi if test yes = "$lt_cv_ld_exported_symbols_list"; then _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' else _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' fi if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then _lt_dsymutil='~$DSYMUTIL $lib || :' else _lt_dsymutil= fi ;; esac # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 $as_echo_n "checking for ANSI C header files... " >&6; } if ${ac_cv_header_stdc+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include int main () { ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_stdc=yes else ac_cv_header_stdc=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "memchr" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | $EGREP "free" >/dev/null 2>&1; then : else ac_cv_header_stdc=no fi rm -f conftest* fi if test $ac_cv_header_stdc = yes; then # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. if test "$cross_compiling" = yes; then : : else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #if ((' ' & 0x0FF) == 0x020) # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) #else # define ISLOWER(c) \ (('a' <= (c) && (c) <= 'i') \ || ('j' <= (c) && (c) <= 'r') \ || ('s' <= (c) && (c) <= 'z')) # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) #endif #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) int main () { int i; for (i = 0; i < 256; i++) if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) return 2; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else ac_cv_header_stdc=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 $as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then $as_echo "#define STDC_HEADERS 1" >>confdefs.h fi # On IRIX 5.3, sys/types and inttypes.h are conflicting. for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ inttypes.h stdint.h unistd.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default " if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done for ac_header in dlfcn.h do : ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default " if test "x$ac_cv_header_dlfcn_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_DLFCN_H 1 _ACEOF fi done # Set options enable_dlopen=no enable_win32_dll=no # Check whether --enable-shared was given. if test "${enable_shared+set}" = set; then : enableval=$enable_shared; p=${PACKAGE-default} case $enableval in yes) enable_shared=yes ;; no) enable_shared=no ;; *) enable_shared=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_shared=yes fi done IFS=$lt_save_ifs ;; esac else enable_shared=yes fi # Check whether --enable-static was given. if test "${enable_static+set}" = set; then : enableval=$enable_static; p=${PACKAGE-default} case $enableval in yes) enable_static=yes ;; no) enable_static=no ;; *) enable_static=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_static=yes fi done IFS=$lt_save_ifs ;; esac else enable_static=yes fi # Check whether --with-pic was given. if test "${with_pic+set}" = set; then : withval=$with_pic; lt_p=${PACKAGE-default} case $withval in yes|no) pic_mode=$withval ;; *) pic_mode=default # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for lt_pkg in $withval; do IFS=$lt_save_ifs if test "X$lt_pkg" = "X$lt_p"; then pic_mode=yes fi done IFS=$lt_save_ifs ;; esac else pic_mode=default fi # Check whether --enable-fast-install was given. if test "${enable_fast_install+set}" = set; then : enableval=$enable_fast_install; p=${PACKAGE-default} case $enableval in yes) enable_fast_install=yes ;; no) enable_fast_install=no ;; *) enable_fast_install=no # Look at the argument we got. We use all the common list separators. lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, for pkg in $enableval; do IFS=$lt_save_ifs if test "X$pkg" = "X$p"; then enable_fast_install=yes fi done IFS=$lt_save_ifs ;; esac else enable_fast_install=yes fi shared_archive_member_spec= case $host,$enable_shared in power*-*-aix[5-9]*,yes) { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; } # Check whether --with-aix-soname was given. if test "${with_aix_soname+set}" = set; then : withval=$with_aix_soname; case $withval in aix|svr4|both) ;; *) as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5 ;; esac lt_cv_with_aix_soname=$with_aix_soname else if ${lt_cv_with_aix_soname+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_with_aix_soname=aix fi with_aix_soname=$lt_cv_with_aix_soname fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5 $as_echo "$with_aix_soname" >&6; } if test aix != "$with_aix_soname"; then # For the AIX way of multilib, we name the shared archive member # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, # the AIX toolchain works better with OBJECT_MODE set (default 32). if test 64 = "${OBJECT_MODE-32}"; then shared_archive_member_spec=shr_64 else shared_archive_member_spec=shr fi fi ;; *) with_aix_soname=aix ;; esac # This can be used to rebuild libtool when needed LIBTOOL_DEPS=$ltmain # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' test -z "$LN_S" && LN_S="ln -s" if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5 $as_echo_n "checking for objdir... " >&6; } if ${lt_cv_objdir+:} false; then : $as_echo_n "(cached) " >&6 else rm -f .libs 2>/dev/null mkdir .libs 2>/dev/null if test -d .libs; then lt_cv_objdir=.libs else # MS-DOS does not allow filenames that begin with a dot. lt_cv_objdir=_libs fi rmdir .libs 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5 $as_echo "$lt_cv_objdir" >&6; } objdir=$lt_cv_objdir cat >>confdefs.h <<_ACEOF #define LT_OBJDIR "$lt_cv_objdir/" _ACEOF case $host_os in aix3*) # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi ;; esac # Global variables: ofile=libtool can_build_shared=yes # All known linkers require a '.a' archive for static linking (except MSVC, # which needs '.lib'). libext=a with_gnu_ld=$lt_cv_prog_gnu_ld old_CC=$CC old_CFLAGS=$CFLAGS # Set sane defaults for various variables test -z "$CC" && CC=cc test -z "$LTCC" && LTCC=$CC test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS test -z "$LD" && LD=ld test -z "$ac_objext" && ac_objext=o func_cc_basename $compiler cc_basename=$func_cc_basename_result # Only perform the check for file, if the check method requires it test -z "$MAGIC_CMD" && MAGIC_CMD=file case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/${ac_tool_prefix}file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5 $as_echo_n "checking for file... " >&6; } if ${lt_cv_path_MAGIC_CMD+:} false; then : $as_echo_n "(cached) " >&6 else case $MAGIC_CMD in [\\/*] | ?:[\\/]*) lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; *) lt_save_MAGIC_CMD=$MAGIC_CMD lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR ac_dummy="/usr/bin$PATH_SEPARATOR$PATH" for ac_dir in $ac_dummy; do IFS=$lt_save_ifs test -z "$ac_dir" && ac_dir=. if test -f "$ac_dir/file"; then lt_cv_path_MAGIC_CMD=$ac_dir/"file" if test -n "$file_magic_test_file"; then case $deplibs_check_method in "file_magic "*) file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` MAGIC_CMD=$lt_cv_path_MAGIC_CMD if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | $EGREP "$file_magic_regex" > /dev/null; then : else cat <<_LT_EOF 1>&2 *** Warning: the command libtool uses to detect shared libraries, *** $file_magic_cmd, produces output that libtool cannot recognize. *** The result is that libtool may fail to recognize shared libraries *** as such. This will affect the creation of libtool libraries that *** depend on shared libraries, but programs linked with such libtool *** libraries will work regardless of this problem. Nevertheless, you *** may want to report the problem to your system manager and/or to *** bug-libtool@gnu.org _LT_EOF fi ;; esac fi break fi done IFS=$lt_save_ifs MAGIC_CMD=$lt_save_MAGIC_CMD ;; esac fi MAGIC_CMD=$lt_cv_path_MAGIC_CMD if test -n "$MAGIC_CMD"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5 $as_echo "$MAGIC_CMD" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi else MAGIC_CMD=: fi fi fi ;; esac # Use C for the default configuration in the libtool script lt_save_CC=$CC ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu # Source file extension for C test sources. ac_ext=c # Object file extension for compiled C test sources. objext=o objext=$objext # Code to be used in simple compile tests lt_simple_compile_test_code="int some_variable = 0;" # Code to be used in simple link tests lt_simple_link_test_code='int main(){return(0);}' # If no C compiler was specified, use CC. LTCC=${LTCC-"$CC"} # If no C compiler flags were specified, use CFLAGS. LTCFLAGS=${LTCFLAGS-"$CFLAGS"} # Allow CC to be a program name with arguments. compiler=$CC # Save the default compiler, since it gets overwritten when the other # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. compiler_DEFAULT=$CC # save warnings/boilerplate of simple test code ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" >conftest.$ac_ext eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_compiler_boilerplate=`cat conftest.err` $RM conftest* ac_outfile=conftest.$ac_objext echo "$lt_simple_link_test_code" >conftest.$ac_ext eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err _lt_linker_boilerplate=`cat conftest.err` $RM -r conftest* ## CAVEAT EMPTOR: ## There is no encapsulation within the following macros, do not change ## the running order or otherwise move them around unless you know exactly ## what you are doing... if test -n "$compiler"; then lt_prog_compiler_no_builtin_flag= if test yes = "$GCC"; then case $cc_basename in nvcc*) lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;; *) lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_rtti_exceptions=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_rtti_exceptions=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" else : fi fi lt_prog_compiler_wl= lt_prog_compiler_pic= lt_prog_compiler_static= if test yes = "$GCC"; then lt_prog_compiler_wl='-Wl,' lt_prog_compiler_static='-static' case $host_os in aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi lt_prog_compiler_pic='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support lt_prog_compiler_pic='-fPIC' ;; m68k) # FIXME: we need at least 68020 code to build shared libraries, but # adding the '-m68020' flag to GCC prevents building anything better, # like '-m68040'. lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4' ;; esac ;; beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). # Although the cygwin gcc ignores -fPIC, still need this for old-style # (--disable-auto-import) libraries lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' ;; haiku*) # PIC is the default for Haiku. # The "-static" flag exists, but is broken. lt_prog_compiler_static= ;; hpux*) # PIC is the default for 64-bit PA HP-UX, but not for 32-bit # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag # sets the default TLS model and affects inlining. case $host_cpu in hppa*64*) # +Z the default ;; *) lt_prog_compiler_pic='-fPIC' ;; esac ;; interix[3-9]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; msdosdjgpp*) # Just because we use GCC doesn't mean we suddenly get shared libraries # on systems that don't support them. lt_prog_compiler_can_build_shared=no enable_shared=no ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic=-Kconform_pic fi ;; *) lt_prog_compiler_pic='-fPIC' ;; esac case $cc_basename in nvcc*) # Cuda Compiler Driver 2.2 lt_prog_compiler_wl='-Xlinker ' if test -n "$lt_prog_compiler_pic"; then lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" fi ;; esac else # PORTME Check for flag to pass linker flags through the system compiler. case $host_os in aix*) lt_prog_compiler_wl='-Wl,' if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' else lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp' fi ;; darwin* | rhapsody*) # PIC is the default on this platform # Common symbols not allowed in MH_DYLIB files lt_prog_compiler_pic='-fno-common' case $cc_basename in nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; esac ;; mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). lt_prog_compiler_pic='-DDLL_EXPORT' case $host_os in os2*) lt_prog_compiler_static='$wl-static' ;; esac ;; hpux9* | hpux10* | hpux11*) lt_prog_compiler_wl='-Wl,' # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but # not for PA HP-UX. case $host_cpu in hppa*64*|ia64*) # +Z the default ;; *) lt_prog_compiler_pic='+Z' ;; esac # Is there a better lt_prog_compiler_static that works with the bundled CC? lt_prog_compiler_static='$wl-a ${wl}archive' ;; irix5* | irix6* | nonstopux*) lt_prog_compiler_wl='-Wl,' # PIC (with -KPIC) is the default. lt_prog_compiler_static='-non_shared' ;; linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) case $cc_basename in # old Intel for x86_64, which still supported -KPIC. ecc*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-static' ;; # icc used to be incompatible with GCC. # ICC 10 doesn't accept -KPIC any more. icc* | ifort*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; # Lahey Fortran 8.1. lf95*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='--shared' lt_prog_compiler_static='--static' ;; nagfor*) # NAG Fortran compiler lt_prog_compiler_wl='-Wl,-Wl,,' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; tcc*) # Fabrice Bellard et al's Tiny C Compiler lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group compilers (*not* the Pentium gcc compiler, # which looks to be a dead project) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; ccc*) lt_prog_compiler_wl='-Wl,' # All Alpha code is PIC. lt_prog_compiler_static='-non_shared' ;; xl* | bgxl* | bgf* | mpixl*) # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-qpic' lt_prog_compiler_static='-qstaticlink' ;; *) case `$CC -V 2>&1 | sed 5q` in *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) # Sun Fortran 8.3 passes all unrecognized flags to the linker lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='' ;; *Sun\ F* | *Sun*Fortran*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Qoption ld ' ;; *Sun\ C*) # Sun C 5.9 lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' lt_prog_compiler_wl='-Wl,' ;; *Intel*\ [CF]*Compiler*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fPIC' lt_prog_compiler_static='-static' ;; *Portland\ Group*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-fpic' lt_prog_compiler_static='-Bstatic' ;; esac ;; esac ;; newsos6) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. lt_prog_compiler_pic='-fPIC -shared' ;; osf3* | osf4* | osf5*) lt_prog_compiler_wl='-Wl,' # All OSF/1 code is PIC. lt_prog_compiler_static='-non_shared' ;; rdos*) lt_prog_compiler_static='-non_shared' ;; solaris*) lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' case $cc_basename in f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) lt_prog_compiler_wl='-Qoption ld ';; *) lt_prog_compiler_wl='-Wl,';; esac ;; sunos4*) lt_prog_compiler_wl='-Qoption ld ' lt_prog_compiler_pic='-PIC' lt_prog_compiler_static='-Bstatic' ;; sysv4 | sysv4.2uw2* | sysv4.3*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; sysv4*MP*) if test -d /usr/nec; then lt_prog_compiler_pic='-Kconform_pic' lt_prog_compiler_static='-Bstatic' fi ;; sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_pic='-KPIC' lt_prog_compiler_static='-Bstatic' ;; unicos*) lt_prog_compiler_wl='-Wl,' lt_prog_compiler_can_build_shared=no ;; uts4*) lt_prog_compiler_pic='-pic' lt_prog_compiler_static='-Bstatic' ;; *) lt_prog_compiler_can_build_shared=no ;; esac fi case $host_os in # For platforms that do not support PIC, -DPIC is meaningless: *djgpp*) lt_prog_compiler_pic= ;; *) lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC" ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5 $as_echo_n "checking for $compiler option to produce PIC... " >&6; } if ${lt_cv_prog_compiler_pic+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic=$lt_prog_compiler_pic fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5 $as_echo "$lt_cv_prog_compiler_pic" >&6; } lt_prog_compiler_pic=$lt_cv_prog_compiler_pic # # Check to make sure the PIC flag actually works. # if test -n "$lt_prog_compiler_pic"; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } if ${lt_cv_prog_compiler_pic_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_pic_works=no ac_outfile=conftest.$ac_objext echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. # The option is referenced via a variable to avoid confusing sed. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_pic_works=yes fi fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; } if test yes = "$lt_cv_prog_compiler_pic_works"; then case $lt_prog_compiler_pic in "" | " "*) ;; *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;; esac else lt_prog_compiler_pic= lt_prog_compiler_can_build_shared=no fi fi # # Check to make sure the static flag actually works. # wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } if ${lt_cv_prog_compiler_static_works+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_static_works=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS $lt_tmp_static_flag" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler_static_works=yes fi else lt_cv_prog_compiler_static_works=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5 $as_echo "$lt_cv_prog_compiler_static_works" >&6; } if test yes = "$lt_cv_prog_compiler_static_works"; then : else lt_prog_compiler_static= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } if ${lt_cv_prog_compiler_c_o+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler_c_o=no $RM -r conftest 2>/dev/null mkdir conftest cd conftest mkdir out echo "$lt_simple_compile_test_code" > conftest.$ac_ext lt_compiler_flag="-o out/conftest2.$ac_objext" # Insert the option either (1) after the last *FLAGS variable, or # (2) before a word containing "conftest.", or (3) at the end. # Note that $ac_compile itself does not contain backslashes and begins # with a dollar sign (not a hyphen), so the echo should work correctly. lt_compile=`echo "$ac_compile" | $SED \ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then lt_cv_prog_compiler_c_o=yes fi fi chmod u+w . 2>&5 $RM conftest* # SGI C++ compiler will create directory out/ii_files/ for # template instantiation test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files $RM out/* && rmdir out cd .. $RM -r conftest $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5 $as_echo "$lt_cv_prog_compiler_c_o" >&6; } hard_links=nottested if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then # do not overwrite the value of need_locks provided by the user { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5 $as_echo_n "checking if we can lock with hard links... " >&6; } hard_links=yes $RM conftest* ln conftest.a conftest.b 2>/dev/null && hard_links=no touch conftest.a ln conftest.a conftest.b 2>&5 || hard_links=no ln conftest.a conftest.b 2>/dev/null && hard_links=no { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5 $as_echo "$hard_links" >&6; } if test no = "$hard_links"; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;} need_locks=warn fi else need_locks=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } runpath_var= allow_undefined_flag= always_export_symbols=no archive_cmds= archive_expsym_cmds= compiler_needs_object=no enable_shared_with_static_runtimes=no export_dynamic_flag_spec= export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' hardcode_automatic=no hardcode_direct=no hardcode_direct_absolute=no hardcode_libdir_flag_spec= hardcode_libdir_separator= hardcode_minus_L=no hardcode_shlibpath_var=unsupported inherit_rpath=no link_all_deplibs=unknown module_cmds= module_expsym_cmds= old_archive_from_new_cmds= old_archive_from_expsyms_cmds= thread_safe_flag_spec= whole_archive_flag_spec= # include_expsyms should be a list of space-separated symbols to be *always* # included in the symbol list include_expsyms= # exclude_expsyms can be an extended regexp of symbols to exclude # it will be wrapped by ' (' and ')$', so one must not match beginning or # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', # as well as any symbol that contains 'd'. exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out # platforms (ab)use it in PIC code, but their linkers get confused if # the symbol is explicitly referenced. Since portable code cannot # rely on this symbol name, it's probably fine to never include it in # preloaded symbol tables. # Exclude shared library initialization/finalization symbols. extract_expsyms_cmds= case $host_os in cygwin* | mingw* | pw32* | cegcc*) # FIXME: the MSVC++ port hasn't been tested in a loooong time # When not using gcc, we currently assume that we are using # Microsoft Visual C++. if test yes != "$GCC"; then with_gnu_ld=no fi ;; interix*) # we just hope/assume this is gcc and not c89 (= MSVC++) with_gnu_ld=yes ;; openbsd* | bitrig*) with_gnu_ld=no ;; linux* | k*bsd*-gnu | gnu*) link_all_deplibs=no ;; esac ld_shlibs=yes # On some targets, GNU ld is compatible enough with the native linker # that we're better off using the native interface for both. lt_use_gnu_ld_interface=no if test yes = "$with_gnu_ld"; then case $host_os in aix*) # The AIX port of GNU ld has always aspired to compatibility # with the native linker. However, as the warning in the GNU ld # block says, versions before 2.19.5* couldn't really create working # shared libraries, regardless of the interface used. case `$LD -v 2>&1` in *\ \(GNU\ Binutils\)\ 2.19.5*) ;; *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;; *\ \(GNU\ Binutils\)\ [3-9]*) ;; *) lt_use_gnu_ld_interface=yes ;; esac ;; *) lt_use_gnu_ld_interface=yes ;; esac fi if test yes = "$lt_use_gnu_ld_interface"; then # If archive_cmds runs LD, not CC, wlarc should be empty wlarc='$wl' # Set some defaults for GNU ld with shared library support. These # are reset later if shared libraries are not supported. Putting them # here allows them to be overridden if necessary. runpath_var=LD_RUN_PATH hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' export_dynamic_flag_spec='$wl--export-dynamic' # ancient GNU ld didn't support --whole-archive et. al. if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' else whole_archive_flag_spec= fi supports_anon_versioning=no case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in *GNU\ gold*) supports_anon_versioning=yes ;; *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... *\ 2.11.*) ;; # other 2.11 versions *) supports_anon_versioning=yes ;; esac # See if GNU ld supports shared libraries. case $host_os in aix[3-9]*) # On AIX/PPC, the GNU linker is very broken if test ia64 != "$host_cpu"; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: the GNU linker, at least up to release 2.19, is reported *** to be unable to reliably create shared libraries on AIX. *** Therefore, libtool is disabling shared libraries support. If you *** really care for shared libraries, you may want to install binutils *** 2.20 or above, or modify your PATH so that a non-GNU linker is found. *** You will then need to restart the configuration process. _LT_EOF fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; beos*) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then allow_undefined_flag=unsupported # Joseph Beckenbach says some releases of gcc # support --undefined. This deserves some investigation. FIXME archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' else ld_shlibs=no fi ;; cygwin* | mingw* | pw32* | cegcc*) # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless, # as there is no search path for DLLs. hardcode_libdir_flag_spec='-L$libdir' export_dynamic_flag_spec='$wl--export-all-symbols' allow_undefined_flag=unsupported always_export_symbols=no enable_shared_with_static_runtimes=yes export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols' exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname' if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' # If the export-symbols file already is a .def file, use it as # is; otherwise, prepend EXPORTS... archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp $export_symbols $output_objdir/$soname.def; else echo EXPORTS > $output_objdir/$soname.def; cat $export_symbols >> $output_objdir/$soname.def; fi~ $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' else ld_shlibs=no fi ;; haiku*) archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' link_all_deplibs=yes ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; interix[3-9]*) hardcode_direct=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. # Instead, shared libraries are loaded at an image base (0x10000000 by # default) and relocated if they conflict, which is a slow very memory # consuming and fragmenting process. To avoid this, we pick a random, # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link # time. Moving up from 0x10000000 also allows more sbrk(2) space. archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) tmp_diet=no if test linux-dietlibc = "$host_os"; then case $cc_basename in diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac fi if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ && test no = "$tmp_diet" then tmp_addflag=' $pic_flag' tmp_sharedflag='-shared' case $cc_basename,$host_cpu in pgcc*) # Portland Group C compiler whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag' ;; pgf77* | pgf90* | pgf95* | pgfortran*) # Portland Group f77 and f90 compilers whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' tmp_addflag=' $pic_flag -Mnomain' ;; ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 tmp_addflag=' -i_dynamic' ;; efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 tmp_addflag=' -i_dynamic -nofor_main' ;; ifc* | ifort*) # Intel Fortran compiler tmp_addflag=' -nofor_main' ;; lf95*) # Lahey Fortran 8.1 whole_archive_flag_spec= tmp_sharedflag='--shared' ;; nagfor*) # NAGFOR 5.3 tmp_sharedflag='-Wl,-shared' ;; xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below) tmp_sharedflag='-qmkshrobj' tmp_addflag= ;; nvcc*) # Cuda Compiler Driver 2.2 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes ;; esac case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C 5.9 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' compiler_needs_object=yes tmp_sharedflag='-G' ;; *Sun\ F*) # Sun Fortran 8.3 tmp_sharedflag='-G' ;; esac archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' fi case $cc_basename in tcc*) export_dynamic_flag_spec='-rdynamic' ;; xlf* | bgf* | bgxlf* | mpixlf*) # IBM XL Fortran 10.1 on PPC cannot create shared libs itself whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' if test yes = "$supports_anon_versioning"; then archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ echo "local: *; };" >> $output_objdir/$libname.ver~ $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' fi ;; esac else ld_shlibs=no fi ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' wlarc= else archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' fi ;; solaris*) if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: The releases 2.8.* of the GNU linker cannot reliably *** create shared libraries on Solaris systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.9.1 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) case `$LD -v 2>&1` in *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ld_shlibs=no cat <<_LT_EOF 1>&2 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot *** reliably create shared libraries on SCO systems. Therefore, libtool *** is disabling shared libraries support. We urge you to upgrade GNU *** binutils to release 2.16.91.0.3 or newer. Another option is to modify *** your PATH or compiler configuration so that the native linker is *** used, and then restart. _LT_EOF ;; *) # For security reasons, it is highly recommended that you always # use absolute paths for naming shared libraries, and exclude the # DT_RUNPATH tag from executables and libraries. But doing so # requires that you compile everything twice, which is a pain. if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac ;; sunos4*) archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' wlarc= hardcode_direct=yes hardcode_shlibpath_var=no ;; *) if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' else ld_shlibs=no fi ;; esac if test no = "$ld_shlibs"; then runpath_var= hardcode_libdir_flag_spec= export_dynamic_flag_spec= whole_archive_flag_spec= fi else # PORTME fill in a description of your system's linker (not GNU ld) case $host_os in aix3*) allow_undefined_flag=unsupported always_export_symbols=yes archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' # Note: this linker hardcodes the directories in LIBPATH if there # are no directories specified by -L. hardcode_minus_L=yes if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then # Neither direct hardcoding nor static linking is supported with a # broken collect2. hardcode_direct=unsupported fi ;; aix[4-9]*) if test ia64 = "$host_cpu"; then # On IA64, the linker does run time linking by default, so we don't # have to do anything special. aix_use_runtimelinking=no exp_sym_flag='-Bexport' no_entry_flag= else # If we're using GNU nm, then we don't want the "-C" option. # -C means demangle to GNU nm, but means don't demangle to AIX nm. # Without the "-l" option, or with the "-B" option, AIX nm treats # weak defined symbols like other global defined symbols, whereas # GNU nm marks them as "W". # While the 'weak' keyword is ignored in the Export File, we need # it in the Import File for the 'aix-soname' feature, so we have # to replace the "-B" option with "-P" for AIX nm. if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' else export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' fi aix_use_runtimelinking=no # Test if we are trying to use run time linking or normal # AIX style linking. If -brtl is somewhere in LDFLAGS, we # have runtime linking enabled, and use it for executables. # For shared libraries, we enable/disable runtime linking # depending on the kind of the shared library created - # when "with_aix_soname,aix_use_runtimelinking" is: # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables # "aix,yes" lib.so shared, rtl:yes, for executables # lib.a static archive # "both,no" lib.so.V(shr.o) shared, rtl:yes # lib.a(lib.so.V) shared, rtl:no, for executables # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a(lib.so.V) shared, rtl:no # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables # lib.a static archive case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*) for ld_flag in $LDFLAGS; do if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then aix_use_runtimelinking=yes break fi done if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then # With aix-soname=svr4, we create the lib.so.V shared archives only, # so we don't have lib.a shared libs to link our executables. # We have to force runtime linking in this case. aix_use_runtimelinking=yes LDFLAGS="$LDFLAGS -Wl,-brtl" fi ;; esac exp_sym_flag='-bexport' no_entry_flag='-bnoentry' fi # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. archive_cmds='' hardcode_direct=yes hardcode_direct_absolute=yes hardcode_libdir_separator=':' link_all_deplibs=yes file_list_spec='$wl-f,' case $with_aix_soname,$aix_use_runtimelinking in aix,*) ;; # traditional, no import file svr4,* | *,yes) # use import file # The Import File defines what to hardcode. hardcode_direct=no hardcode_direct_absolute=no ;; esac if test yes = "$GCC"; then case $host_os in aix4.[012]|aix4.[012].*) # We only want to do this on AIX 4.2 and lower, the check # below for broken collect2 doesn't work under 4.3+ collect2name=`$CC -print-prog-name=collect2` if test -f "$collect2name" && strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 : else # We have old collect2 hardcode_direct=unsupported # It fails to find uninstalled libraries when the uninstalled # path is not listed in the libpath. Setting hardcode_minus_L # to unsupported forces relinking hardcode_minus_L=yes hardcode_libdir_flag_spec='-L$libdir' hardcode_libdir_separator= fi ;; esac shared_flag='-shared' if test yes = "$aix_use_runtimelinking"; then shared_flag="$shared_flag "'$wl-G' fi # Need to ensure runtime linking is disabled for the traditional # shared library, or the linker may eventually find shared libraries # /with/ Import File - we do not want to mix them. shared_flag_aix='-shared' shared_flag_svr4='-shared $wl-G' else # not using gcc if test ia64 = "$host_cpu"; then # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release # chokes on -Wl,-G. The following line is correct: shared_flag='-G' else if test yes = "$aix_use_runtimelinking"; then shared_flag='$wl-G' else shared_flag='$wl-bM:SRE' fi shared_flag_aix='$wl-bM:SRE' shared_flag_svr4='$wl-G' fi fi export_dynamic_flag_spec='$wl-bexpall' # It seems that -bexpall does not export symbols beginning with # underscore (_), so it is better to generate a list of symbols to export. always_export_symbols=yes if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then # Warning - without using the other runtime loading flags (-brtl), # -berok will link without error, but may produce a broken library. allow_undefined_flag='-berok' # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag else if test ia64 = "$host_cpu"; then hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib' allow_undefined_flag="-z nodefs" archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" else # Determine the default libpath from the value encoded in an # empty executable. if test set = "${lt_cv_aix_libpath+set}"; then aix_libpath=$lt_cv_aix_libpath else if ${lt_cv_aix_libpath_+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_aix_libpath_sed=' /Import File Strings/,/^$/ { /^0/ { s/^0 *\([^ ]*\) *$/\1/ p } }' lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` # Check for a 64-bit object if we didn't find anything. if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext if test -z "$lt_cv_aix_libpath_"; then lt_cv_aix_libpath_=/usr/lib:/lib fi fi aix_libpath=$lt_cv_aix_libpath_ fi hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath" # Warning - without using the other run time loading flags, # -berok will link without error, but may produce a broken library. no_undefined_flag=' $wl-bernotok' allow_undefined_flag=' $wl-berok' if test yes = "$with_gnu_ld"; then # We only use this code for GNU lds that support --whole-archive. whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive' else # Exported symbols can be pulled into shared objects from archives whole_archive_flag_spec='$convenience' fi archive_cmds_need_lc=yes archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' # -brtl affects multiple linker settings, -berok does not and is overridden later compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`' if test svr4 != "$with_aix_soname"; then # This is similar to how AIX traditionally builds its shared libraries. archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' fi if test aix != "$with_aix_soname"; then archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' else # used by -dlpreopen to get the symbols archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir' fi archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d' fi fi ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' archive_expsym_cmds='' ;; m68k) archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes ;; esac ;; bsdi[45]*) export_dynamic_flag_spec=-rdynamic ;; cygwin* | mingw* | pw32* | cegcc*) # When not using gcc, we currently assume that we are using # Microsoft Visual C++. # hardcode_libdir_flag_spec is actually meaningless, as there is # no search path for DLLs. case $cc_basename in cl*) # Native MSVC hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported always_export_symbols=yes file_list_spec='@' # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then cp "$export_symbols" "$output_objdir/$soname.def"; echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; else $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; fi~ $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ linknames=' # The linker will not automatically build a static lib if we build a DLL. # _LT_TAGVAR(old_archive_from_new_cmds, )='true' enable_shared_with_static_runtimes=yes exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' # Don't use ranlib old_postinstall_cmds='chmod 644 $oldlib' postlink_cmds='lt_outputfile="@OUTPUT@"~ lt_tool_outputfile="@TOOL_OUTPUT@"~ case $lt_outputfile in *.exe|*.EXE) ;; *) lt_outputfile=$lt_outputfile.exe lt_tool_outputfile=$lt_tool_outputfile.exe ;; esac~ if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; $RM "$lt_outputfile.manifest"; fi' ;; *) # Assume MSVC wrapper hardcode_libdir_flag_spec=' ' allow_undefined_flag=unsupported # Tell ltmain to make .lib files, not .a files. libext=lib # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll # FIXME: Setting linknames here is a bad hack. archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' # The linker will automatically build a .lib file if we build a DLL. old_archive_from_new_cmds='true' # FIXME: Should let the user specify the lib program. old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs' enable_shared_with_static_runtimes=yes ;; esac ;; darwin* | rhapsody*) archive_cmds_need_lc=no hardcode_direct=no hardcode_automatic=yes hardcode_shlibpath_var=unsupported if test yes = "$lt_cv_ld_force_load"; then whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' else whole_archive_flag_spec='' fi link_all_deplibs=yes allow_undefined_flag=$_lt_dar_allow_undefined case $cc_basename in ifort*|nagfor*) _lt_dar_can_shared=yes ;; *) _lt_dar_can_shared=$GCC ;; esac if test yes = "$_lt_dar_can_shared"; then output_verbose_link_cmd=func_echo_all archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" else ld_shlibs=no fi ;; dgux*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor # support. Future versions do this automatically, but an explicit c++rt0.o # does not break anything, and helps significantly (at the cost of a little # extra space). freebsd2.2*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; # Unfortunately, older versions of FreeBSD 2 do not have this feature. freebsd2.*) archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; # FreeBSD 3 and greater uses gcc -shared to do shared libraries. freebsd* | dragonfly*) archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; hpux9*) if test yes = "$GCC"; then archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' else archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' fi hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes export_dynamic_flag_spec='$wl-E' ;; hpux10*) if test yes,no = "$GCC,$with_gnu_ld"; then archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes fi ;; hpux11*) if test yes,no = "$GCC,$with_gnu_ld"; then case $host_cpu in hppa*64*) archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' ;; esac else case $host_cpu in hppa*64*) archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' ;; ia64*) archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' ;; *) # Older versions of the 11.00 compiler do not understand -b yet # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5 $as_echo_n "checking if $CC understands -b... " >&6; } if ${lt_cv_prog_compiler__b+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_prog_compiler__b=no save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -b" echo "$lt_simple_link_test_code" > conftest.$ac_ext if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then # The linker can only warn and ignore the option if not recognized # So say no if there are warnings if test -s conftest.err; then # Append any errors to the config.log. cat conftest.err 1>&5 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 if diff conftest.exp conftest.er2 >/dev/null; then lt_cv_prog_compiler__b=yes fi else lt_cv_prog_compiler__b=yes fi fi $RM -r conftest* LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5 $as_echo "$lt_cv_prog_compiler__b" >&6; } if test yes = "$lt_cv_prog_compiler__b"; then archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' fi ;; esac fi if test no = "$with_gnu_ld"; then hardcode_libdir_flag_spec='$wl+b $wl$libdir' hardcode_libdir_separator=: case $host_cpu in hppa*64*|ia64*) hardcode_direct=no hardcode_shlibpath_var=no ;; *) hardcode_direct=yes hardcode_direct_absolute=yes export_dynamic_flag_spec='$wl-E' # hardcode_minus_L: Not really in the search PATH, # but as the default location of the library. hardcode_minus_L=yes ;; esac fi ;; irix5* | irix6* | nonstopux*) if test yes = "$GCC"; then archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' # Try to use the -exported_symbol ld option, if it does not # work, assume that -exports_file does not work either and # implicitly export all symbols. # This should be the same for all languages, so no per-tag cache variable. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5 $as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; } if ${lt_cv_irix_exported_symbol+:} false; then : $as_echo_n "(cached) " >&6 else save_LDFLAGS=$LDFLAGS LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int foo (void) { return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : lt_cv_irix_exported_symbol=yes else lt_cv_irix_exported_symbol=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5 $as_echo "$lt_cv_irix_exported_symbol" >&6; } if test yes = "$lt_cv_irix_exported_symbol"; then archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' fi link_all_deplibs=no else archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: inherit_rpath=yes link_all_deplibs=yes ;; linux*) case $cc_basename in tcc*) # Fabrice Bellard et al's Tiny C Compiler ld_shlibs=yes archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ;; esac ;; netbsd* | netbsdelf*-gnu) if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out else archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF fi hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes hardcode_shlibpath_var=no ;; newsos6) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: hardcode_shlibpath_var=no ;; *nto* | *qnx*) ;; openbsd* | bitrig*) if test -f /usr/libexec/ld.so; then hardcode_direct=yes hardcode_shlibpath_var=no hardcode_direct_absolute=yes if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' hardcode_libdir_flag_spec='$wl-rpath,$libdir' export_dynamic_flag_spec='$wl-E' else archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' hardcode_libdir_flag_spec='$wl-rpath,$libdir' fi else ld_shlibs=no fi ;; os2*) hardcode_libdir_flag_spec='-L$libdir' hardcode_minus_L=yes allow_undefined_flag=unsupported shrext_cmds=.dll archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ $ECHO EXPORTS >> $output_objdir/$libname.def~ prefix_cmds="$SED"~ if test EXPORTS = "`$SED 1q $export_symbols`"; then prefix_cmds="$prefix_cmds -e 1d"; fi~ prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ emximp -o $lib $output_objdir/$libname.def' old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' enable_shared_with_static_runtimes=yes ;; osf3*) if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' fi archive_cmds_need_lc='no' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' hardcode_libdir_separator=: ;; osf4* | osf5*) # as osf3* with the addition of -msym flag if test yes = "$GCC"; then allow_undefined_flag=' $wl-expect_unresolved $wl\*' archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' hardcode_libdir_flag_spec='$wl-rpath $wl$libdir' else allow_undefined_flag=' -expect_unresolved \*' archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' # Both c and cxx compiler support -rpath directly hardcode_libdir_flag_spec='-rpath $libdir' fi archive_cmds_need_lc='no' hardcode_libdir_separator=: ;; solaris*) no_undefined_flag=' -z defs' if test yes = "$GCC"; then wlarc='$wl' archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' else case `$CC -V 2>&1` in *"Compilers 5.0"*) wlarc='' archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' ;; *) wlarc='$wl' archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' ;; esac fi hardcode_libdir_flag_spec='-R$libdir' hardcode_shlibpath_var=no case $host_os in solaris2.[0-5] | solaris2.[0-5].*) ;; *) # The compiler driver will combine and reorder linker options, # but understands '-z linker_flag'. GCC discards it without '$wl', # but is careful enough not to reorder. # Supported since Solaris 2.6 (maybe 2.5.1?) if test yes = "$GCC"; then whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' else whole_archive_flag_spec='-z allextract$convenience -z defaultextract' fi ;; esac link_all_deplibs=yes ;; sunos4*) if test sequent = "$host_vendor"; then # Use $CC to link under sequent, because it throws in some extra .o # files that make .init and .fini sections work. archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' fi hardcode_libdir_flag_spec='-L$libdir' hardcode_direct=yes hardcode_minus_L=yes hardcode_shlibpath_var=no ;; sysv4) case $host_vendor in sni) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=yes # is this really true??? ;; siemens) ## LD is ld it makes a PLAMLIB ## CC just makes a GrossModule. archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags' reload_cmds='$CC -r -o $output$reload_objs' hardcode_direct=no ;; motorola) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_direct=no #Motorola manual says yes, but my tests say they lie ;; esac runpath_var='LD_RUN_PATH' hardcode_shlibpath_var=no ;; sysv4.3*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no export_dynamic_flag_spec='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_shlibpath_var=no runpath_var=LD_RUN_PATH hardcode_runpath_var=yes ld_shlibs=yes fi ;; sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*) no_undefined_flag='$wl-z,text' archive_cmds_need_lc=no hardcode_shlibpath_var=no runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; sysv5* | sco3.2v5* | sco5v6*) # Note: We CANNOT use -z defs as we might desire, because we do not # link with -lc, and that would cause any symbols used from libc to # always be unresolved, which means just about no library would # ever link correctly. If we're not using GNU ld we use -z text # though, which does catch some bad symbols but isn't as heavy-handed # as -z defs. no_undefined_flag='$wl-z,text' allow_undefined_flag='$wl-z,nodefs' archive_cmds_need_lc=no hardcode_shlibpath_var=no hardcode_libdir_flag_spec='$wl-R,$libdir' hardcode_libdir_separator=':' link_all_deplibs=yes export_dynamic_flag_spec='$wl-Bexport' runpath_var='LD_RUN_PATH' if test yes = "$GCC"; then archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' else archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' fi ;; uts4*) archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' hardcode_libdir_flag_spec='-L$libdir' hardcode_shlibpath_var=no ;; *) ld_shlibs=no ;; esac if test sni = "$host_vendor"; then case $host in sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) export_dynamic_flag_spec='$wl-Blargedynsym' ;; esac fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5 $as_echo "$ld_shlibs" >&6; } test no = "$ld_shlibs" && can_build_shared=no with_gnu_ld=$with_gnu_ld # # Do we need to explicitly link libc? # case "x$archive_cmds_need_lc" in x|xyes) # Assume -lc should be added archive_cmds_need_lc=yes if test yes,yes = "$GCC,$enable_shared"; then case $archive_cmds in *'~'*) # FIXME: we may have to deal with multi-command sequences. ;; '$CC '*) # Test whether the compiler implicitly links with -lc since on some # systems, -lgcc has to come before -lc. If gcc already passes -lc # to ld, don't add -lc before -lgcc. { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } if ${lt_cv_archive_cmds_need_lc+:} false; then : $as_echo_n "(cached) " >&6 else $RM conftest* echo "$lt_simple_compile_test_code" > conftest.$ac_ext if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 (eval $ac_compile) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } 2>conftest.err; then soname=conftest lib=conftest libobjs=conftest.$ac_objext deplibs= wl=$lt_prog_compiler_wl pic_flag=$lt_prog_compiler_pic compiler_flags=-v linker_flags=-v verstring= output_objdir=. libname=conftest lt_save_allow_undefined_flag=$allow_undefined_flag allow_undefined_flag= if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } then lt_cv_archive_cmds_need_lc=no else lt_cv_archive_cmds_need_lc=yes fi allow_undefined_flag=$lt_save_allow_undefined_flag else cat conftest.err 1>&5 fi $RM conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; } archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc ;; esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 $as_echo_n "checking dynamic linker characteristics... " >&6; } if test yes = "$GCC"; then case $host_os in darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; *) lt_awk_arg='/^libraries:/' ;; esac case $host_os in mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;; *) lt_sed_strip_eq='s|=/|/|g' ;; esac lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` case $lt_search_path_spec in *\;*) # if the path contains ";" then we assume it to be the separator # otherwise default to the standard path separator (i.e. ":") - it is # assumed that no part of a normal pathname contains ";" but that should # okay in the real world where ";" in dirpaths is itself problematic. lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac # Ok, now we have the path, separated by spaces, we can step through it # and add multilib dir if necessary... lt_tmp_lt_search_path_spec= lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` # ...but if some path component already ends with the multilib dir we assume # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). case "$lt_multi_os_dir; $lt_search_path_spec " in "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) lt_multi_os_dir= ;; esac for lt_sys_path in $lt_search_path_spec; do if test -d "$lt_sys_path$lt_multi_os_dir"; then lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" elif test -n "$lt_multi_os_dir"; then test -d "$lt_sys_path" && \ lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" fi done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { if ($lt_i == "..") { lt_count++; } else { if (lt_count == 0) { lt_foo = "/" $lt_i lt_foo; } else { lt_count--; } } } } if (lt_foo != "") { lt_freq[lt_foo]++; } if (lt_freq[lt_foo] == 1) { print lt_foo; } }'` # AWK program above erroneously prepends '/' to C:/dos/paths # for these hosts. case $host_os in mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ $SED 's|/\([A-Za-z]:\)|\1|g'` ;; esac sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" fi library_names_spec= libname_spec='lib$name' soname_spec= shrext_cmds=.so postinstall_cmds= postuninstall_cmds= finish_cmds= finish_eval= shlibpath_var= shlibpath_overrides_runpath=unknown version_type=none dynamic_linker="$host_os ld.so" sys_lib_dlsearch_path_spec="/lib /usr/lib" need_lib_prefix=unknown hardcode_into_libs=no # when you set need_version to no, make sure it does not cause -set_version # flags to be left without arguments need_version=unknown case $host_os in aix3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname.a' shlibpath_var=LIBPATH # AIX 3 has no versioning support, so we append a major version to the name. soname_spec='$libname$release$shared_ext$major' ;; aix[4-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no hardcode_into_libs=yes if test ia64 = "$host_cpu"; then # AIX 5 supports IA64 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH else # With GCC up to 2.95.x, collect2 would create an import file # for dependence libraries. The import file would start with # the line '#! .'. This would cause the generated library to # depend on '.', always an invalid library. This was fixed in # development snapshots of GCC prior to 3.0. case $host_os in aix4 | aix4.[01] | aix4.[01].*) if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' echo ' yes ' echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then : else can_build_shared=no fi ;; esac # Using Import Files as archive members, it is possible to support # filename-based versioning of shared library archives on AIX. While # this would work for both with and without runtime linking, it will # prevent static linking of such archives. So we do filename-based # shared library versioning with .so extension only, which is used # when both runtime linking and shared linking is enabled. # Unfortunately, runtime linking may impact performance, so we do # not want this to be the default eventually. Also, we use the # versioned .so libs for executables only if there is the -brtl # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. # To allow for filename-based versioning support, we need to create # libNAME.so.V as an archive file, containing: # *) an Import File, referring to the versioned filename of the # archive as well as the shared archive member, telling the # bitwidth (32 or 64) of that shared object, and providing the # list of exported symbols of that shared object, eventually # decorated with the 'weak' keyword # *) the shared object with the F_LOADONLY flag set, to really avoid # it being seen by the linker. # At run time we better use the real file rather than another symlink, # but for link time we create the symlink libNAME.so -> libNAME.so.V case $with_aix_soname,$aix_use_runtimelinking in # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct # soname into executable. Probably we can add versioning support to # collect2, so additional links can be useful in future. aix,yes) # traditional libtool dynamic_linker='AIX unversionable lib.so' # If using run time linking (on AIX 4.2 or later) use lib.so # instead of lib.a to let people know that these are not # typical AIX shared libraries. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; aix,no) # traditional AIX only dynamic_linker='AIX lib.a(lib.so.V)' # We preserve .a as extension for shared libraries through AIX4.2 # and later when we are not doing run time linking. library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' ;; svr4,*) # full svr4 only dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,yes) # both, prefer svr4 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)" library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' # unpreferred sharedlib libNAME.a needs extra handling postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' # We do not specify a path in Import Files, so LIBPATH fires. shlibpath_overrides_runpath=yes ;; *,no) # both, prefer aix dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)" library_names_spec='$libname$release.a $libname.a' soname_spec='$libname$release$shared_ext$major' # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' ;; esac shlibpath_var=LIBPATH fi ;; amigaos*) case $host_cpu in powerpc) # Since July 2007 AmigaOS4 officially supports .so libraries. # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; m68k) library_names_spec='$libname.ixlibrary $libname.a' # Create ${libname}_ixlibrary.a entries in /sys/libs. finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; esac ;; beos*) library_names_spec='$libname$shared_ext' dynamic_linker="$host_os ld.so" shlibpath_var=LIBRARY_PATH ;; bsdi[45]*) version_type=linux # correct to gnu/linux during the next big refactor need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" # the default ld.so.conf also contains /usr/contrib/lib and # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow # libtool to hard-code these into programs ;; cygwin* | mingw* | pw32* | cegcc*) version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no case $GCC,$cc_basename in yes,*) # gcc library_names_spec='$libname.dll.a' # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes case $host_os in cygwin*) # Cygwin DLLs use 'cyg' prefix rather than 'lib' soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api" ;; mingw* | cegcc*) # MinGW DLLs use traditional 'lib' prefix soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; pw32*) # pw32 DLLs use 'pw' prefix rather than 'lib' library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' ;; esac dynamic_linker='Win32 ld.exe' ;; *,cl*) # Native MSVC libname_spec='$name' soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext' library_names_spec='$libname.dll.lib' case $build_os in mingw*) sys_lib_search_path_spec= lt_save_ifs=$IFS IFS=';' for lt_path in $LIB do IFS=$lt_save_ifs # Let DOS variable expansion print the short 8.3 style file name. lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done IFS=$lt_save_ifs # Convert to MSYS style. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` ;; cygwin*) # Convert to unix form, then to dos form, then back to unix form # but this time dos style (no spaces!) so that the unix form looks # like /cygdrive/c/PROGRA~1:/cygdr... sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` ;; *) sys_lib_search_path_spec=$LIB if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then # It is most probably a Windows format PATH. sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` else sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` fi # FIXME: find the short name or the path components, as spaces are # common. (e.g. "Program Files" -> "PROGRA~1") ;; esac # DLL is installed to $(libdir)/../bin by postinstall_cmds postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' shlibpath_overrides_runpath=yes dynamic_linker='Win32 link.exe' ;; *) # Assume MSVC wrapper library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib' dynamic_linker='Win32 ld.exe' ;; esac # FIXME: first we should search . and the directory the executable is in shlibpath_var=PATH ;; darwin* | rhapsody*) dynamic_linker="$host_os dyld" version_type=darwin need_lib_prefix=no need_version=no library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' soname_spec='$libname$release$major$shared_ext' shlibpath_overrides_runpath=yes shlibpath_var=DYLD_LIBRARY_PATH shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib" sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' ;; dgux*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; freebsd* | dragonfly*) # DragonFly does not have aout. When/if they implement a new # versioning mechanism, adjust this. if test -x /usr/bin/objformat; then objformat=`/usr/bin/objformat` else case $host_os in freebsd[23].*) objformat=aout ;; *) objformat=elf ;; esac fi version_type=freebsd-$objformat case $version_type in freebsd-elf*) library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' need_version=no need_lib_prefix=no ;; freebsd-*) library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' need_version=yes ;; esac shlibpath_var=LD_LIBRARY_PATH case $host_os in freebsd2.*) shlibpath_overrides_runpath=yes ;; freebsd3.[01]* | freebsdelf3.[01]*) shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; *) # from 4.6 on, and DragonFly shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; esac ;; haiku*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no dynamic_linker="$host_os runtime_loader" library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LIBRARY_PATH shlibpath_overrides_runpath=no sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' hardcode_into_libs=yes ;; hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. version_type=sunos need_lib_prefix=no need_version=no case $host_cpu in ia64*) shrext_cmds='.so' hardcode_into_libs=yes dynamic_linker="$host_os dld.so" shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' if test 32 = "$HPUX_IA64_MODE"; then sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" sys_lib_dlsearch_path_spec=/usr/lib/hpux32 else sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" sys_lib_dlsearch_path_spec=/usr/lib/hpux64 fi ;; hppa*64*) shrext_cmds='.sl' hardcode_into_libs=yes dynamic_linker="$host_os dld.sl" shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; *) shrext_cmds='.sl' dynamic_linker="$host_os dld.sl" shlibpath_var=SHLIB_PATH shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' ;; esac # HP-UX runs *really* slowly unless shared libraries are mode 555, ... postinstall_cmds='chmod 555 $lib' # or fails outright, so override atomically: install_override_mode=555 ;; interix[3-9]*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; irix5* | irix6* | nonstopux*) case $host_os in nonstopux*) version_type=nonstopux ;; *) if test yes = "$lt_cv_prog_gnu_ld"; then version_type=linux # correct to gnu/linux during the next big refactor else version_type=irix fi ;; esac need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' case $host_os in irix5* | nonstopux*) libsuff= shlibsuff= ;; *) case $LD in # libtool.m4 will add one of these switches to LD *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") libsuff= shlibsuff= libmagic=32-bit;; *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 libmagic=N32;; *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") libsuff=64 shlibsuff=64 libmagic=64-bit;; *) libsuff= shlibsuff= libmagic=never-match;; esac ;; esac shlibpath_var=LD_LIBRARY${shlibsuff}_PATH shlibpath_overrides_runpath=no sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" hardcode_into_libs=yes ;; # No shared lib support for Linux oldld, aout, or coff. linux*oldld* | linux*aout* | linux*coff*) dynamic_linker=no ;; linux*android*) version_type=none # Android doesn't support versioned libraries. need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext' soname_spec='$libname$release$shared_ext' finish_cmds= shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes dynamic_linker='Android linker' # Don't embed -rpath directories since the linker doesn't support them. hardcode_libdir_flag_spec='-L$libdir' ;; # This must be glibc/ELF. linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no # Some binutils ld are patched to set DT_RUNPATH if ${lt_cv_shlibpath_overrides_runpath+:} false; then : $as_echo_n "(cached) " >&6 else lt_cv_shlibpath_overrides_runpath=no save_LDFLAGS=$LDFLAGS save_libdir=$libdir eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \ LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\"" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then : lt_cv_shlibpath_overrides_runpath=yes fi fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LDFLAGS=$save_LDFLAGS libdir=$save_libdir fi shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath # This implies no fast_install, which is unacceptable. # Some rework will be needed to allow for fast_install # before this can be enabled. hardcode_into_libs=yes # Ideally, we could use ldconfig to report *all* directores which are # searched for libraries, however this is still not possible. Aside from not # being certain /sbin/ldconfig is available, command # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, # even though it is searched at run-time. Try to do the best guess by # appending ld.so.conf contents (and includes) to the search path. if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on # powerpc, because MkLinux only supported shared libraries with the # GNU dynamic linker. Since this was broken with cross compilers, # most powerpc-linux boxes support dynamic linking these days and # people can always --disable-shared, the test was removed, and we # assume the GNU/Linux dynamic linker is in use. dynamic_linker='GNU/Linux ld.so' ;; netbsdelf*-gnu) version_type=linux need_lib_prefix=no need_version=no library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' soname_spec='${libname}${release}${shared_ext}$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='NetBSD ld.elf_so' ;; netbsd*) version_type=sunos need_lib_prefix=no need_version=no if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' dynamic_linker='NetBSD (a.out) ld.so' else library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' dynamic_linker='NetBSD ld.elf_so' fi shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes ;; newsos6) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; *nto* | *qnx*) version_type=qnx need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes dynamic_linker='ldqnx.so' ;; openbsd* | bitrig*) version_type=sunos sys_lib_dlsearch_path_spec=/usr/lib need_lib_prefix=no if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then need_version=no else need_version=yes fi library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes ;; os2*) libname_spec='$name' version_type=windows shrext_cmds=.dll need_version=no need_lib_prefix=no # OS/2 can only load a DLL with a base name of 8 characters or less. soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; v=$($ECHO $release$versuffix | tr -d .-); n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); $ECHO $n$v`$shared_ext' library_names_spec='${libname}_dll.$libext' dynamic_linker='OS/2 ld.exe' shlibpath_var=BEGINLIBPATH sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec postinstall_cmds='base_file=`basename \$file`~ dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ dldir=$destdir/`dirname \$dlpath`~ test -d \$dldir || mkdir -p \$dldir~ $install_prog $dir/$dlname \$dldir/$dlname~ chmod a+x \$dldir/$dlname~ if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; fi' postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ dlpath=$dir/\$dldll~ $RM \$dlpath' ;; osf3* | osf4* | osf5*) version_type=osf need_lib_prefix=no need_version=no soname_spec='$libname$release$shared_ext$major' library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec ;; rdos*) dynamic_linker=no ;; solaris*) version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes # ldd complains unless libraries are executable postinstall_cmds='chmod +x $lib' ;; sunos4*) version_type=sunos library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes if test yes = "$with_gnu_ld"; then need_lib_prefix=no fi need_version=yes ;; sysv4 | sysv4.3*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH case $host_vendor in sni) shlibpath_overrides_runpath=no need_lib_prefix=no runpath_var=LD_RUN_PATH ;; siemens) need_lib_prefix=no ;; motorola) need_lib_prefix=no need_version=no shlibpath_overrides_runpath=no sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' ;; esac ;; sysv4*MP*) if test -d /usr/nec; then version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' soname_spec='$libname$shared_ext.$major' shlibpath_var=LD_LIBRARY_PATH fi ;; sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) version_type=sco need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=yes hardcode_into_libs=yes if test yes = "$with_gnu_ld"; then sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in sco3.2v5*) sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" ;; esac fi sys_lib_dlsearch_path_spec='/usr/lib' ;; tpf*) # TPF is a cross-target only. Preferred cross-host = GNU/Linux. version_type=linux # correct to gnu/linux during the next big refactor need_lib_prefix=no need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' shlibpath_var=LD_LIBRARY_PATH shlibpath_overrides_runpath=no hardcode_into_libs=yes ;; uts4*) version_type=linux # correct to gnu/linux during the next big refactor library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' shlibpath_var=LD_LIBRARY_PATH ;; *) dynamic_linker=no ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5 $as_echo "$dynamic_linker" >&6; } test no = "$dynamic_linker" && can_build_shared=no variables_saved_for_relink="PATH $shlibpath_var $runpath_var" if test yes = "$GCC"; then variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" fi if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec fi if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec fi # remember unaugmented sys_lib_dlsearch_path content for libtool script decls... configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5 $as_echo_n "checking how to hardcode library paths into programs... " >&6; } hardcode_action= if test -n "$hardcode_libdir_flag_spec" || test -n "$runpath_var" || test yes = "$hardcode_automatic"; then # We can hardcode non-existent directories. if test no != "$hardcode_direct" && # If the only mechanism to avoid hardcoding is shlibpath_var, we # have to relink, otherwise we might link with an installed library # when we should be linking with a yet-to-be-installed one ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" && test no != "$hardcode_minus_L"; then # Linking always hardcodes the temporary library directory. hardcode_action=relink else # We can link without hardcoding, and we can hardcode nonexisting dirs. hardcode_action=immediate fi else # We cannot hardcode anything, or else we can only hardcode existing # directories. hardcode_action=unsupported fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5 $as_echo "$hardcode_action" >&6; } if test relink = "$hardcode_action" || test yes = "$inherit_rpath"; then # Fast installation is not supported enable_fast_install=no elif test yes = "$shlibpath_overrides_runpath" || test no = "$enable_shared"; then # Fast installation is not necessary enable_fast_install=needless fi if test yes != "$enable_dlopen"; then enable_dlopen=unknown enable_dlopen_self=unknown enable_dlopen_self_static=unknown else lt_cv_dlopen=no lt_cv_dlopen_libs= case $host_os in beos*) lt_cv_dlopen=load_add_on lt_cv_dlopen_libs= lt_cv_dlopen_self=yes ;; mingw* | pw32* | cegcc*) lt_cv_dlopen=LoadLibrary lt_cv_dlopen_libs= ;; cygwin*) lt_cv_dlopen=dlopen lt_cv_dlopen_libs= ;; darwin*) # if libdl is installed we need to link against it { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else lt_cv_dlopen=dyld lt_cv_dlopen_libs= lt_cv_dlopen_self=yes fi ;; tpf*) # Don't try to run any link tests for TPF. We know it's impossible # because TPF is a cross-compiler, and we know how we open DSOs. lt_cv_dlopen=dlopen lt_cv_dlopen_libs= lt_cv_dlopen_self=no ;; *) ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load" if test "x$ac_cv_func_shl_load" = xyes; then : lt_cv_dlopen=shl_load else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5 $as_echo_n "checking for shl_load in -ldld... " >&6; } if ${ac_cv_lib_dld_shl_load+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char shl_load (); int main () { return shl_load (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_shl_load=yes else ac_cv_lib_dld_shl_load=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5 $as_echo "$ac_cv_lib_dld_shl_load" >&6; } if test "x$ac_cv_lib_dld_shl_load" = xyes; then : lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld else ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen" if test "x$ac_cv_func_dlopen" = xyes; then : lt_cv_dlopen=dlopen else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5 $as_echo_n "checking for dlopen in -ldl... " >&6; } if ${ac_cv_lib_dl_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dl_dlopen=yes else ac_cv_lib_dl_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5 $as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test "x$ac_cv_lib_dl_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5 $as_echo_n "checking for dlopen in -lsvld... " >&6; } if ${ac_cv_lib_svld_dlopen+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsvld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dlopen (); int main () { return dlopen (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_svld_dlopen=yes else ac_cv_lib_svld_dlopen=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5 $as_echo "$ac_cv_lib_svld_dlopen" >&6; } if test "x$ac_cv_lib_svld_dlopen" = xyes; then : lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5 $as_echo_n "checking for dld_link in -ldld... " >&6; } if ${ac_cv_lib_dld_dld_link+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldld $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char dld_link (); int main () { return dld_link (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : ac_cv_lib_dld_dld_link=yes else ac_cv_lib_dld_dld_link=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5 $as_echo "$ac_cv_lib_dld_dld_link" >&6; } if test "x$ac_cv_lib_dld_dld_link" = xyes; then : lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld fi fi fi fi fi fi ;; esac if test no = "$lt_cv_dlopen"; then enable_dlopen=no else enable_dlopen=yes fi case $lt_cv_dlopen in dlopen) save_CPPFLAGS=$CPPFLAGS test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" save_LDFLAGS=$LDFLAGS wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" save_LIBS=$LIBS LIBS="$lt_cv_dlopen_libs $LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5 $as_echo_n "checking whether a program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;; esac else : # compilation failed lt_cv_dlopen_self=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5 $as_echo "$lt_cv_dlopen_self" >&6; } if test yes = "$lt_cv_dlopen_self"; then wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } if ${lt_cv_dlopen_self_static+:} false; then : $as_echo_n "(cached) " >&6 else if test yes = "$cross_compiling"; then : lt_cv_dlopen_self_static=cross else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF #line $LINENO "configure" #include "confdefs.h" #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LT_DLGLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LT_DLGLOBAL DL_GLOBAL # else # define LT_DLGLOBAL 0 # endif #endif /* We may have to define LT_DLLAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LT_DLLAZY_OR_NOW # ifdef RTLD_LAZY # define LT_DLLAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LT_DLLAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LT_DLLAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LT_DLLAZY_OR_NOW DL_NOW # else # define LT_DLLAZY_OR_NOW 0 # endif # endif # endif # endif #endif /* When -fvisibility=hidden is used, assume the code has been annotated correspondingly for the symbols needed. */ #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) int fnord () __attribute__((visibility("default"))); #endif int fnord () { return 42; } int main () { void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); int status = $lt_dlunknown; if (self) { if (dlsym (self,"fnord")) status = $lt_dlno_uscore; else { if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; else puts (dlerror ()); } /* dlclose (self); */ } else puts (dlerror ()); return status; } _LT_EOF if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5 (eval $ac_link) 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then (./conftest; exit; ) >&5 2>/dev/null lt_status=$? case x$lt_status in x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;; x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;; esac else : # compilation failed lt_cv_dlopen_self_static=no fi fi rm -fr conftest* fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5 $as_echo "$lt_cv_dlopen_self_static" >&6; } fi CPPFLAGS=$save_CPPFLAGS LDFLAGS=$save_LDFLAGS LIBS=$save_LIBS ;; esac case $lt_cv_dlopen_self in yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; *) enable_dlopen_self=unknown ;; esac case $lt_cv_dlopen_self_static in yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; *) enable_dlopen_self_static=unknown ;; esac fi striplib= old_striplib= { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5 $as_echo_n "checking whether stripping libraries is possible... " >&6; } if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" test -z "$striplib" && striplib="$STRIP --strip-unneeded" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else # FIXME - insert some real tests, host_os isn't really good enough case $host_os in darwin*) if test -n "$STRIP"; then striplib="$STRIP -x" old_striplib="$STRIP -S" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac fi # Report what library types will actually be built { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5 $as_echo_n "checking if libtool supports shared libraries... " >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5 $as_echo "$can_build_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5 $as_echo_n "checking whether to build shared libraries... " >&6; } test no = "$can_build_shared" && enable_shared=no # On AIX, shared libraries and static libraries use the same namespace, and # are all built from PIC. case $host_os in aix3*) test yes = "$enable_shared" && enable_static=no if test -n "$RANLIB"; then archive_cmds="$archive_cmds~\$RANLIB \$lib" postinstall_cmds='$RANLIB $lib' fi ;; aix[4-9]*) if test ia64 != "$host_cpu"; then case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in yes,aix,yes) ;; # shared object as lib.so file only yes,svr4,*) ;; # shared object as lib.so archive member only yes,*) enable_static=no ;; # shared object in lib.a archive as well esac fi ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5 $as_echo "$enable_shared" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5 $as_echo_n "checking whether to build static libraries... " >&6; } # Make sure either enable_shared or enable_static is yes. test yes = "$enable_shared" || enable_static=yes { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5 $as_echo "$enable_static" >&6; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu CC=$lt_save_CC ac_config_commands="$ac_config_commands libtool" # Only expand once: # Check whether --enable-lfs was given. if test "${enable_lfs+set}" = set; then : enableval=$enable_lfs; if test "x$enableval" = "xyes" ; then NBD_LFS=1 else NBD_LFS=0 fi else NBD_LFS=1 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Large File Support should be enabled" >&5 $as_echo_n "checking whether Large File Support should be enabled... " >&6; } if test $NBD_LFS -eq 1; then $as_echo "#define NBD_LFS 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else $as_echo "#define NBD_LFS 0" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --enable-syslog was given. if test "${enable_syslog+set}" = set; then : enableval=$enable_syslog; if test "x$enableval" = "xyes" ; then ISSERVER=1 else ISSERVER=0 fi else ISSERVER=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether syslog logging is requested" >&5 $as_echo_n "checking whether syslog logging is requested... " >&6; } if test $ISSERVER -eq 1; then $as_echo "#define ISSERVER 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --enable-debug was given. if test "${enable_debug+set}" = set; then : enableval=$enable_debug; if test "x$enableval" = "xyes"; then DODBG=1 else DODBG=0 fi else DODBG=0 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a debugging version is requested" >&5 $as_echo_n "checking whether a debugging version is requested... " >&6; } if test $DODBG -eq 1; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } if test $ISSERVER -eq 1; then as_fn_error $? "You requested both syslog logging and a debugging version of the server. Bad idea!" "$LINENO" 5 fi $as_echo "#define DODBG 1" >>confdefs.h $as_echo "#define NOFORK 1" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi # Check whether --enable-sdp was given. if test "${enable_sdp+set}" = set; then : enableval=$enable_sdp; if test "x$enableval" = "xyes"; then $as_echo "#define WITH_SDP 1" >>confdefs.h fi fi # Check whether --enable-gznbd was given. if test "${enable_gznbd+set}" = set; then : enableval=$enable_gznbd; if test "x$enableval" = "xyes"; then : ENABLE_GZNBD=yes else ENABLE_GZNBD=no fi else ENABLE_GZNBD=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C99" >&5 $as_echo_n "checking for $CC option to accept ISO C99... " >&6; } if ${ac_cv_prog_cc_c99+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c99=no ac_save_CC=$CC cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include #include #include // Check varargs macros. These examples are taken from C99 6.10.3.5. #define debug(...) fprintf (stderr, __VA_ARGS__) #define showlist(...) puts (#__VA_ARGS__) #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) static void test_varargs_macros (void) { int x = 1234; int y = 5678; debug ("Flag"); debug ("X = %d\n", x); showlist (The first, second, and third items.); report (x>y, "x is %d but y is %d", x, y); } // Check long long types. #define BIG64 18446744073709551615ull #define BIG32 4294967295ul #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) #if !BIG_OK your preprocessor is broken; #endif #if BIG_OK #else your preprocessor is broken; #endif static long long int bignum = -9223372036854775807LL; static unsigned long long int ubignum = BIG64; struct incomplete_array { int datasize; double data[]; }; struct named_init { int number; const wchar_t *name; double average; }; typedef const char *ccp; static inline int test_restrict (ccp restrict text) { // See if C++-style comments work. // Iterate through items via the restricted pointer. // Also check for declarations in for loops. for (unsigned int i = 0; *(text+i) != '\0'; ++i) continue; return 0; } // Check varargs and va_copy. static void test_varargs (const char *format, ...) { va_list args; va_start (args, format); va_list args_copy; va_copy (args_copy, args); const char *str; int number; float fnumber; while (*format) { switch (*format++) { case 's': // string str = va_arg (args_copy, const char *); break; case 'd': // int number = va_arg (args_copy, int); break; case 'f': // float fnumber = va_arg (args_copy, double); break; default: break; } } va_end (args_copy); va_end (args); } int main () { // Check bool. _Bool success = false; // Check restrict. if (test_restrict ("String literal") == 0) success = true; char *restrict newvar = "Another string"; // Check varargs. test_varargs ("s, d' f .", "string", 65, 34.234); test_varargs_macros (); // Check flexible array members. struct incomplete_array *ia = malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); ia->datasize = 10; for (int i = 0; i < ia->datasize; ++i) ia->data[i] = i * 1.234; // Check named initializers. struct named_init ni = { .number = 34, .name = L"Test wide string", .average = 543.34343, }; ni.number = 58; int dynamic_array[ni.number]; dynamic_array[ni.number - 1] = 543; // work around unused variable warnings return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' || dynamic_array[ni.number - 1] != 543); ; return 0; } _ACEOF for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 do CC="$ac_save_CC $ac_arg" if ac_fn_c_try_compile "$LINENO"; then : ac_cv_prog_cc_c99=$ac_arg fi rm -f core conftest.err conftest.$ac_objext test "x$ac_cv_prog_cc_c99" != "xno" && break done rm -f conftest.$ac_ext CC=$ac_save_CC fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c99" in x) { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 $as_echo "none needed" >&6; } ;; xno) { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 $as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c99" { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 $as_echo "$ac_cv_prog_cc_c99" >&6; } ;; esac if test "x$ac_cv_prog_cc_c99" != xno; then : fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 $as_echo_n "checking how to run the C preprocessor... " >&6; } # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= fi if test -z "$CPP"; then if ${ac_cv_prog_CPP+:} false; then : $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" do ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : break fi done ac_cv_prog_CPP=$CPP fi CPP=$ac_cv_prog_CPP else ac_cv_prog_CPP=$CPP fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5 $as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do # Use a header file that comes with gcc, so configuring glibc # with a fresh cross-compiler works. # Prefer to if __STDC__ is defined, since # exists even on freestanding compilers. # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifdef __STDC__ # include #else # include #endif Syntax error _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : else # Broken: fails on valid input. continue fi rm -f conftest.err conftest.i conftest.$ac_ext # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : # Broken: success on invalid input. continue else # Passes both tests. ac_preproc_ok=: break fi rm -f conftest.err conftest.i conftest.$ac_ext done # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. rm -f conftest.i conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error $? "C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details" "$LINENO" 5; } fi ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ac_compiler_gnu=$ac_cv_c_compiler_gnu if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.9.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5 $as_echo_n "checking whether byte ordering is bigendian... " >&6; } if ${ac_cv_c_bigendian+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_bigendian=unknown # See if we're dealing with a universal compiler. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __APPLE_CC__ not a universal capable compiler #endif typedef int dummy; _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # Check for potential -arch flags. It is not universal unless # there are at least two -arch flags with different values. ac_arch= ac_prev= for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do if test -n "$ac_prev"; then case $ac_word in i?86 | x86_64 | ppc | ppc64) if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then ac_arch=$ac_word else ac_cv_c_bigendian=universal break fi ;; esac ac_prev= elif test "x$ac_word" = "x-arch"; then ac_prev=arch fi done fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext if test $ac_cv_c_bigendian = unknown; then # See if sys/param.h defines the BYTE_ORDER macro. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ && LITTLE_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) bogus endian macros #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : # It does; now see whether it defined to _BIG_ENDIAN or not. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef _BIG_ENDIAN not big endian #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_bigendian=yes else ac_cv_c_bigendian=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $ac_cv_c_bigendian = unknown; then # Compile a test program. if test "$cross_compiling" = yes; then : # Try to guess by grepping values from an object file. cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; int use_ascii (int i) { return ascii_mm[i] + ascii_ii[i]; } short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; int use_ebcdic (int i) { return ebcdic_mm[i] + ebcdic_ii[i]; } extern int foo; int main () { return use_ascii (foo) == use_ebcdic (foo); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then ac_cv_c_bigendian=yes fi if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then if test "$ac_cv_c_bigendian" = unknown; then ac_cv_c_bigendian=no else # finding both strings is unlikely to happen, but who knows? ac_cv_c_bigendian=unknown fi fi fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* Are we little or big endian? From Harbison&Steele. */ union { long int l; char c[sizeof (long int)]; } u; u.l = 1; return u.c[sizeof (long int) - 1] == 1; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_c_bigendian=no else ac_cv_c_bigendian=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5 $as_echo "$ac_cv_c_bigendian" >&6; } case $ac_cv_c_bigendian in #( yes) $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h ;; #( no) ;; #( universal) $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h ;; #( *) as_fn_error $? "unknown endianness presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5 $as_echo_n "checking for inline... " >&6; } if ${ac_cv_c_inline+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #ifndef __cplusplus typedef int foo_t; static $ac_kw foo_t static_foo () {return 0; } $ac_kw foo_t foo () {return 0; } #endif _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_inline=$ac_kw fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext test "$ac_cv_c_inline" != no && break done fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5 $as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in inline | yes) ;; *) case $ac_cv_c_inline in no) ac_val=;; *) ac_val=$ac_cv_c_inline;; esac cat >>confdefs.h <<_ACEOF #ifndef __cplusplus #define inline $ac_val #endif _ACEOF ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5 $as_echo_n "checking for an ANSI C-conforming const... " >&6; } if ${ac_cv_c_const+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ int main () { #ifndef __cplusplus /* Ultrix mips cc rejects this sort of thing. */ typedef int charset[2]; const charset cs = { 0, 0 }; /* SunOS 4.1.1 cc rejects this. */ char const *const *pcpcc; char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++pcpcc; ppc = (char**) pcpcc; pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this sort of thing. */ char tx; char *t = &tx; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; if (s) return 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; } bx; struct s *b = &bx; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; if (!foo) return 0; } return !cs[0] && !zero.x; #endif ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_c_const=yes else ac_cv_c_const=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5 $as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then $as_echo "#define const /**/" >>confdefs.h fi # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned short int" >&5 $as_echo_n "checking size of unsigned short int... " >&6; } if ${ac_cv_sizeof_unsigned_short_int+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned short int))" "ac_cv_sizeof_unsigned_short_int" "$ac_includes_default"; then : else if test "$ac_cv_type_unsigned_short_int" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (unsigned short int) See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_unsigned_short_int=0 fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_short_int" >&5 $as_echo "$ac_cv_sizeof_unsigned_short_int" >&6; } cat >>confdefs.h <<_ACEOF #define SIZEOF_UNSIGNED_SHORT_INT $ac_cv_sizeof_unsigned_short_int _ACEOF # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned int" >&5 $as_echo_n "checking size of unsigned int... " >&6; } if ${ac_cv_sizeof_unsigned_int+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned int))" "ac_cv_sizeof_unsigned_int" "$ac_includes_default"; then : else if test "$ac_cv_type_unsigned_int" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (unsigned int) See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_unsigned_int=0 fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_int" >&5 $as_echo "$ac_cv_sizeof_unsigned_int" >&6; } cat >>confdefs.h <<_ACEOF #define SIZEOF_UNSIGNED_INT $ac_cv_sizeof_unsigned_int _ACEOF # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long int" >&5 $as_echo_n "checking size of unsigned long int... " >&6; } if ${ac_cv_sizeof_unsigned_long_int+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long int))" "ac_cv_sizeof_unsigned_long_int" "$ac_includes_default"; then : else if test "$ac_cv_type_unsigned_long_int" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (unsigned long int) See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_unsigned_long_int=0 fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_int" >&5 $as_echo "$ac_cv_sizeof_unsigned_long_int" >&6; } cat >>confdefs.h <<_ACEOF #define SIZEOF_UNSIGNED_LONG_INT $ac_cv_sizeof_unsigned_long_int _ACEOF # The cast to long int works around a bug in the HP C Compiler # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. # This bug is HP SR number 8606223364. { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of unsigned long long int" >&5 $as_echo_n "checking size of unsigned long long int... " >&6; } if ${ac_cv_sizeof_unsigned_long_long_int+:} false; then : $as_echo_n "(cached) " >&6 else if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (unsigned long long int))" "ac_cv_sizeof_unsigned_long_long_int" "$ac_includes_default"; then : else if test "$ac_cv_type_unsigned_long_long_int" = yes; then { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} as_fn_error 77 "cannot compute sizeof (unsigned long long int) See \`config.log' for more details" "$LINENO" 5; } else ac_cv_sizeof_unsigned_long_long_int=0 fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_unsigned_long_long_int" >&5 $as_echo "$ac_cv_sizeof_unsigned_long_long_int" >&6; } cat >>confdefs.h <<_ACEOF #define SIZEOF_UNSIGNED_LONG_LONG_INT $ac_cv_sizeof_unsigned_long_long_int _ACEOF ac_header_dirent=no for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } if eval \${$as_ac_Header+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include <$ac_hdr> int main () { if ((DIR *) 0) return 0; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : eval "$as_ac_Header=yes" else eval "$as_ac_Header=no" fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi eval ac_res=\$$as_ac_Header { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 $as_echo "$ac_res" >&6; } if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 _ACEOF ac_header_dirent=$ac_hdr; break fi done # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. if test $ac_header_dirent = dirent.h; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 $as_echo_n "checking for library containing opendir... " >&6; } if ${ac_cv_search_opendir+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char opendir (); int main () { return opendir (); ; return 0; } _ACEOF for ac_lib in '' dir; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_opendir=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_opendir+:} false; then : break fi done if ${ac_cv_search_opendir+:} false; then : else ac_cv_search_opendir=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 $as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi else { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 $as_echo_n "checking for library containing opendir... " >&6; } if ${ac_cv_search_opendir+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char opendir (); int main () { return opendir (); ; return 0; } _ACEOF for ac_lib in '' x; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_opendir=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_opendir+:} false; then : break fi done if ${ac_cv_search_opendir+:} false; then : else ac_cv_search_opendir=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 $as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi fi ac_fn_c_check_member "$LINENO" "struct dirent" "d_type" "ac_cv_member_struct_dirent_d_type" " #include #ifdef HAVE_DIRENT_H # include #else # define dirent direct # ifdef HAVE_SYS_NDIR_H # include # endif # ifdef HAVE_SYS_DIR_H # include # endif # ifdef HAVE_NDIR_H # include # endif #endif " if test "x$ac_cv_member_struct_dirent_d_type" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_STRUCT_DIRENT_D_TYPE 1 _ACEOF fi for ac_func in llseek alarm gethostbyname inet_ntoa memset socket strerror strstr mkstemp fdatasync do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done HAVE_FL_PH=no ac_fn_c_check_func "$LINENO" "fallocate" "ac_cv_func_fallocate" if test "x$ac_cv_func_fallocate" = xyes; then : for ac_header in linux/falloc.h do : ac_fn_c_check_header_mongrel "$LINENO" "linux/falloc.h" "ac_cv_header_linux_falloc_h" "$ac_includes_default" if test "x$ac_cv_header_linux_falloc_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LINUX_FALLOC_H 1 _ACEOF fi done if test "x$ac_cv_header_linux_falloc_h" = "xyes" then ac_fn_c_check_decl "$LINENO" "FALLOC_FL_PUNCH_HOLE" "ac_cv_have_decl_FALLOC_FL_PUNCH_HOLE" "#include " if test "x$ac_cv_have_decl_FALLOC_FL_PUNCH_HOLE" = xyes; then : HAVE_FL_PH=yes else HAVE_FL_PH=no fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FALLOC_FL_PUNCH_HOLE support" >&5 $as_echo_n "checking for FALLOC_FL_PUNCH_HOLE support... " >&6; } if test "x$HAVE_FL_PH" = "xyes" then $as_echo "#define HAVE_FALLOC_PH 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else $as_echo "#define HAVE_FALLOC_PH 0" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi ac_fn_c_check_func "$LINENO" "splice" "ac_cv_func_splice" if test "x$ac_cv_func_splice" = xyes; then : HAVE_SPLICE=yes else HAVE_SPLICE=no fi if test "$HAVE_SPLICE" = "yes" then HAVE_SETPIPE_SZ=no ac_fn_c_check_decl "$LINENO" "F_SETPIPE_SZ" "ac_cv_have_decl_F_SETPIPE_SZ" " #define _GNU_SOURCE #include " if test "x$ac_cv_have_decl_F_SETPIPE_SZ" = xyes; then : HAVE_SETPIPE_SZ=yes else unset ac_cv_have_decl_F_SETPIPE_SZ for ac_header in linux/fcntl.h do : ac_fn_c_check_header_mongrel "$LINENO" "linux/fcntl.h" "ac_cv_header_linux_fcntl_h" "$ac_includes_default" if test "x$ac_cv_header_linux_fcntl_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LINUX_FCNTL_H 1 _ACEOF fi done if test "$ac_cv_header_linux_fcntl_h" = "yes" then ac_fn_c_check_decl "$LINENO" "F_SETPIPE_SZ" "ac_cv_have_decl_F_SETPIPE_SZ" "#include " if test "x$ac_cv_have_decl_F_SETPIPE_SZ" = xyes; then : HAVE_SETPIPE_SZ=define else HAVE_SETPIPE_SZ=no fi fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for F_SETPIPE_SZ support" >&5 $as_echo_n "checking for F_SETPIPE_SZ support... " >&6; } case $HAVE_SETPIPE_SZ in yes) $as_echo "#define HAVE_SPLICE 1" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } ;; define) $as_echo "#define HAVE_SPLICE 1" >>confdefs.h $as_echo "#define F_SETPIPE_SZ 1031" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } ;; no) { $as_echo "$as_me:${as_lineno-$LINENO}: result: missing, disabling splice support" >&5 $as_echo "missing, disabling splice support" >&6; } ;; esac fi pkg_failed=no { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS" >&5 $as_echo_n "checking for GnuTLS... " >&6; } if test -n "$GnuTLS_CFLAGS"; then pkg_cv_GnuTLS_CFLAGS="$GnuTLS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.12.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GnuTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 2.12.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test -n "$GnuTLS_LIBS"; then pkg_cv_GnuTLS_LIBS="$GnuTLS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gnutls >= 2.12.0\""; } >&5 ($PKG_CONFIG --exists --print-errors "gnutls >= 2.12.0") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then pkg_cv_GnuTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 2.12.0" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes fi else pkg_failed=untried fi if test $pkg_failed = yes; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then GnuTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 2.12.0" 2>&1` else GnuTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 2.12.0" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$GnuTLS_PKG_ERRORS" >&5 HAVE_GNUTLS=0 elif test $pkg_failed = untried; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } HAVE_GNUTLS=0 else GnuTLS_CFLAGS=$pkg_cv_GnuTLS_CFLAGS GnuTLS_LIBS=$pkg_cv_GnuTLS_LIBS { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } HAVE_GNUTLS=1 fi if test x$HAVE_GNUTLS = x1; then $as_echo "#define HAVE_GNUTLS 1" >>confdefs.h else $as_echo "#define HAVE_GNUTLS 0" >>confdefs.h fi if test "x$HAVE_GNUTLS" = "x1"; then GNUTLS_TRUE= GNUTLS_FALSE='#' else GNUTLS_TRUE='#' GNUTLS_FALSE= fi for ac_header in winioctl.h do : ac_fn_c_check_header_compile "$LINENO" "winioctl.h" "ac_cv_header_winioctl_h" "#include #include #include " if test "x$ac_cv_header_winioctl_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_WINIOCTL_H 1 _ACEOF fi done HAVE_FSCTL_SET_ZERO_DATA=no if test "x$ac_cv_header_winioctl_h" = "xyes" then ac_fn_c_check_decl "$LINENO" "FSCTL_SET_ZERO_DATA" "ac_cv_have_decl_FSCTL_SET_ZERO_DATA" "#include #include #include " if test "x$ac_cv_have_decl_FSCTL_SET_ZERO_DATA" = xyes; then : HAVE_FSCTL_SET_ZERO_DATA=yes else HAVE_FSCTL_SET_ZERO_DATA=no fi fi if test "x$HAVE_FSCTL_SET_ZERO_DATA" = "xyes" then $as_echo "#define HAVE_FSCTL_SET_ZERO_DATA 1" >>confdefs.h else $as_echo "#define HAVE_FSCTL_SET_ZERO_DATA 0" >>confdefs.h fi ac_fn_c_check_func "$LINENO" "sync_file_range" "ac_cv_func_sync_file_range" if test "x$ac_cv_func_sync_file_range" = xyes; then : $as_echo "#define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define pid_t int _ACEOF fi for ac_header in vfork.h do : ac_fn_c_check_header_mongrel "$LINENO" "vfork.h" "ac_cv_header_vfork_h" "$ac_includes_default" if test "x$ac_cv_header_vfork_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_VFORK_H 1 _ACEOF fi done for ac_func in fork vfork do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" if eval test \"x\$"$as_ac_var"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done if test "x$ac_cv_func_fork" = xyes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working fork" >&5 $as_echo_n "checking for working fork... " >&6; } if ${ac_cv_func_fork_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_func_fork_works=cross else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ $ac_includes_default int main () { /* By Ruediger Kuhlmann. */ return fork () < 0; ; return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_fork_works=yes else ac_cv_func_fork_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_fork_works" >&5 $as_echo "$ac_cv_func_fork_works" >&6; } else ac_cv_func_fork_works=$ac_cv_func_fork fi if test "x$ac_cv_func_fork_works" = xcross; then case $host in *-*-amigaos* | *-*-msdosdjgpp*) # Override, as these systems have only a dummy fork() stub ac_cv_func_fork_works=no ;; *) ac_cv_func_fork_works=yes ;; esac { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5 $as_echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;} fi ac_cv_func_vfork_works=$ac_cv_func_vfork if test "x$ac_cv_func_vfork" = xyes; then { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working vfork" >&5 $as_echo_n "checking for working vfork... " >&6; } if ${ac_cv_func_vfork_works+:} false; then : $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then : ac_cv_func_vfork_works=cross else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Thanks to Paul Eggert for this test. */ $ac_includes_default #include #ifdef HAVE_VFORK_H # include #endif /* On some sparc systems, changes by the child to local and incoming argument registers are propagated back to the parent. The compiler is told about this with #include , but some compilers (e.g. gcc -O) don't grok . Test for this by using a static variable whose address is put into a register that is clobbered by the vfork. */ static void #ifdef __cplusplus sparc_address_test (int arg) # else sparc_address_test (arg) int arg; #endif { static pid_t child; if (!child) { child = vfork (); if (child < 0) { perror ("vfork"); _exit(2); } if (!child) { arg = getpid(); write(-1, "", 0); _exit (arg); } } } int main () { pid_t parent = getpid (); pid_t child; sparc_address_test (0); child = vfork (); if (child == 0) { /* Here is another test for sparc vfork register problems. This test uses lots of local variables, at least as many local variables as main has allocated so far including compiler temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should reuse the register of parent for one of the local variables, since it will think that parent can't possibly be used any more in this routine. Assigning to the local variable will thus munge parent in the parent process. */ pid_t p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); /* Convince the compiler that p..p7 are live; otherwise, it might use the same hardware register for all 8 local variables. */ if (p != p1 || p != p2 || p != p3 || p != p4 || p != p5 || p != p6 || p != p7) _exit(1); /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent from child file descriptors. If the child closes a descriptor before it execs or exits, this munges the parent's descriptor as well. Test for this by closing stdout in the child. */ _exit(close(fileno(stdout)) != 0); } else { int status; struct stat st; while (wait(&status) != child) ; return ( /* Was there some problem with vforking? */ child < 0 /* Did the child fail? (This shouldn't happen.) */ || status /* Did the vfork/compiler bug occur? */ || parent != getpid() /* Did the file descriptor bug occur? */ || fstat(fileno(stdout), &st) != 0 ); } } _ACEOF if ac_fn_c_try_run "$LINENO"; then : ac_cv_func_vfork_works=yes else ac_cv_func_vfork_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_vfork_works" >&5 $as_echo "$ac_cv_func_vfork_works" >&6; } fi; if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_vfork_works=$ac_cv_func_vfork { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5 $as_echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;} fi if test "x$ac_cv_func_vfork_works" = xyes; then $as_echo "#define HAVE_WORKING_VFORK 1" >>confdefs.h else $as_echo "#define vfork fork" >>confdefs.h fi if test "x$ac_cv_func_fork_works" = xyes; then $as_echo "#define HAVE_WORKING_FORK 1" >>confdefs.h fi if ${ac_cv_func_setvbuf_reversed+:} false; then : $as_echo_n "(cached) " >&6 else ac_cv_func_setvbuf_reversed=no fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether client should be built" >&5 $as_echo_n "checking whether client should be built... " >&6; } case $host_os in linux*) NBD_CLIENT_NAME="nbd-client" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } ;; *) NBD_CLIENT_NAME="" { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } ;; esac if test ! -z "$NBD_CLIENT_NAME"; then CLIENT_TRUE= CLIENT_FALSE='#' else CLIENT_TRUE='#' CLIENT_FALSE= fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing bind" >&5 $as_echo_n "checking for library containing bind... " >&6; } if ${ac_cv_search_bind+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char bind (); int main () { return bind (); ; return 0; } _ACEOF for ac_lib in '' socket; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_bind=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_bind+:} false; then : break fi done if ${ac_cv_search_bind+:} false; then : else ac_cv_search_bind=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_bind" >&5 $as_echo "$ac_cv_search_bind" >&6; } ac_res=$ac_cv_search_bind if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else as_fn_error $? "Could not find an implementation of the bind() system call" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 $as_echo_n "checking for library containing inet_ntoa... " >&6; } if ${ac_cv_search_inet_ntoa+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char inet_ntoa (); int main () { return inet_ntoa (); ; return 0; } _ACEOF for ac_lib in '' nsl; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_inet_ntoa=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_inet_ntoa+:} false; then : break fi done if ${ac_cv_search_inet_ntoa+:} false; then : else ac_cv_search_inet_ntoa=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 $as_echo "$ac_cv_search_inet_ntoa" >&6; } ac_res=$ac_cv_search_inet_ntoa if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else as_fn_error $? "Could not find an implementation of the inet_ntoa() system call" "$LINENO" 5 fi { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing daemon" >&5 $as_echo_n "checking for library containing daemon... " >&6; } if ${ac_cv_search_daemon+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char daemon (); int main () { return daemon (); ; return 0; } _ACEOF for ac_lib in '' resolv; do if test -z "$ac_lib"; then ac_res="none required" else ac_res=-l$ac_lib LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : ac_cv_search_daemon=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext if ${ac_cv_search_daemon+:} false; then : break fi done if ${ac_cv_search_daemon+:} false; then : else ac_cv_search_daemon=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_daemon" >&5 $as_echo "$ac_cv_search_daemon" >&6; } ac_res=$ac_cv_search_daemon if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" else as_fn_error $? "Could not find an implementation of the daemon() system call" "$LINENO" 5 fi for ac_header in sys/mount.h do : ac_fn_c_check_header_compile "$LINENO" "sys/mount.h" "ac_cv_header_sys_mount_h" "#include " if test "x$ac_cv_header_sys_mount_h" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_SYS_MOUNT_H 1 _ACEOF fi done for ac_header in arpa/inet.h fcntl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h syslog.h linux/types.h sys/dirent.h sys/uio.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : cat >>confdefs.h <<_ACEOF #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done # Check whether --enable-glibtest was given. if test "${enable_glibtest+set}" = set; then : enableval=$enable_glibtest; else enable_glibtest=yes fi pkg_config_args=glib-2.0 for module in . gthread do case "$module" in gmodule) pkg_config_args="$pkg_config_args gmodule-2.0" ;; gmodule-no-export) pkg_config_args="$pkg_config_args gmodule-no-export-2.0" ;; gobject) pkg_config_args="$pkg_config_args gobject-2.0" ;; gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; gio*) pkg_config_args="$pkg_config_args $module-2.0" ;; esac done if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi PKG_CONFIG=$ac_cv_path_PKG_CONFIG if test -n "$PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 $as_echo "$PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi fi if test -z "$ac_cv_path_PKG_CONFIG"; then ac_pt_PKG_CONFIG=$PKG_CONFIG # Extract the first word of "pkg-config", so it can be a program name with args. set dummy pkg-config; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then : $as_echo_n "(cached) " >&6 else case $ac_pt_PKG_CONFIG in [\\/]* | ?:[\\/]*) ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done done IFS=$as_save_IFS ;; esac fi ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG if test -n "$ac_pt_PKG_CONFIG"; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 $as_echo "$ac_pt_PKG_CONFIG" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } fi if test "x$ac_pt_PKG_CONFIG" = x; then PKG_CONFIG="" else case $cross_compiling:$ac_tool_warned in yes:) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} ac_tool_warned=yes ;; esac PKG_CONFIG=$ac_pt_PKG_CONFIG fi else PKG_CONFIG="$ac_cv_path_PKG_CONFIG" fi fi if test -n "$PKG_CONFIG"; then _pkg_min_version=0.16 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } PKG_CONFIG="" fi fi no_glib="" if test "x$PKG_CONFIG" = x ; then no_glib=yes PKG_CONFIG=no fi min_glib_version=2.26.0 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB - version >= $min_glib_version" >&5 $as_echo_n "checking for GLIB - version >= $min_glib_version... " >&6; } if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH" enable_glibtest=no fi if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then : else no_glib=yes fi fi if test x"$no_glib" = x ; then GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0` GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0` GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args` GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args` glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` if test "x$enable_glibtest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$GLIB_LIBS $LIBS" rm -f conf.glibtest if test "$cross_compiling" = yes; then : echo $ac_n "cross compiling; assumed OK... $ac_c" else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #include int main () { unsigned int major, minor, micro; fclose (fopen ("conf.glibtest", "w")); if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } if ((glib_major_version != $glib_config_major_version) || (glib_minor_version != $glib_config_minor_version) || (glib_micro_version != $glib_config_micro_version)) { printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GLib. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : else no_glib=yes fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_glib" = x ; then { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)" >&5 $as_echo "yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)" >&6; } HAVE_GLIB=yes else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://www.freedesktop.org/software/pkgconfig/" else if test -f conf.glibtest ; then : else echo "*** Could not run GLIB test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include int main () { return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" else echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GLIB is incorrectly installed." fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GLIB_CFLAGS="" GLIB_LIBS="" GLIB_GENMARSHAL="" GOBJECT_QUERY="" GLIB_MKENUMS="" GLIB_COMPILE_RESOURCES="" as_fn_error $? "Missing glib" "$LINENO" 5 fi rm -f conf.glibtest my_save_cflags="$CFLAGS" CFLAGS="-Wdeprecated-declarations -Werror $GLIB_CFLAGS" { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we are using an old glib 2.0 library" >&5 $as_echo_n "checking if we are using an old glib 2.0 library... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { g_thread_init(NULL); ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } $as_echo "#define HAVE_OLD_GLIB 1" >>confdefs.h else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } $as_echo "#define HAVE_OLD_GLIB 0" >>confdefs.h fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext CFLAGS="$my_save_cflags" { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _BSD_SOURCE needs to be defined for DT_* macros" >&5 $as_echo_n "checking whether _BSD_SOURCE needs to be defined for DT_* macros... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include int main () { #ifndef DT_UNKNOWN #error nope #endif ; return 0; } _ACEOF if ac_fn_c_try_cpp "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; }; NEED_BSD_SOURCE=0 else { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; }; NEED_BSD_SOURCE=1 fi rm -f conftest.err conftest.i conftest.$ac_ext $as_echo "#define NEED_BSD_SOURCE \$NEED_BSD_SOURCE" >>confdefs.h { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; } if ${ac_cv_header_sys_wait_h+:} false; then : $as_echo_n "(cached) " >&6 else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include #ifndef WEXITSTATUS # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) #endif #ifndef WIFEXITED # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) #endif int main () { int s; wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } _ACEOF if ac_fn_c_try_compile "$LINENO"; then : ac_cv_header_sys_wait_h=yes else ac_cv_header_sys_wait_h=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5 $as_echo "$ac_cv_header_sys_wait_h" >&6; } if test $ac_cv_header_sys_wait_h = yes; then $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h fi ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default" if test "x$ac_cv_type_off_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define off_t long int _ACEOF fi ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : else cat >>confdefs.h <<_ACEOF #define pid_t int _ACEOF fi AM_CPPFLAGS=$AM_CPPFLAGS" -DSYSCONFDIR='\"$sysconfdir\"'" if test "x$ENABLE_GZNBD" = "xyes"; then GZNBD_TRUE= GZNBD_FALSE='#' else GZNBD_TRUE='#' GZNBD_FALSE= fi ac_config_headers="$ac_config_headers config.h" ac_config_files="$ac_config_files Makefile doc/Doxyfile doc/Makefile man/Makefile gznbd/Makefile tests/Makefile tests/code/Makefile tests/run/Makefile man/nbd-client.8.sh man/nbd-server.5.sh man/nbd-server.1.sh man/nbd-trdump.1.sh man/nbdtab.5.sh systemd/Makefile systemd/nbd@.service.sh" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure # scripts and configure runs, see configure's option --config-cache. # It is not useful on other systems. If it contains results you don't # want to keep, you may remove or edit it. # # config.status only pays attention to the cache file if you give it # the --recheck option to rerun configure. # # `ac_cv_env_foo' variables (set or unset) will be overridden when # loading this file, other *unset* `ac_cv_foo' will be assigned the # following values. _ACEOF # The following way of writing the cache mishandles newlines in values, # but we know of no workaround that is simple, portable, and efficient. # So, we kill variables containing newlines. # Ultrix sh set writes to stderr and can't be redirected directly, # and sets the high bit in the cache file unless we assign to the vars. ( for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do eval ac_val=\$$ac_var case $ac_val in #( *${as_nl}*) case $ac_var in #( *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) { eval $ac_var=; unset $ac_var;} ;; esac ;; esac done (set) 2>&1 | case $as_nl`(ac_space=' '; set) 2>&1` in #( *${as_nl}ac_space=\ *) # `set' does not quote correctly, so add quotes: double-quote # substitution turns \\\\ into \\, and sed turns \\ into \. sed -n \ "s/'/'\\\\''/g; s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" ;; #( *) # `set' quotes correctly as required by POSIX, so do not add quotes. sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" ;; esac | sort ) | sed ' /^ac_cv_env_/b end t clear :clear s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ t end s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ :end' >>confcache if diff "$cache_file" confcache >/dev/null 2>&1; then :; else if test -w "$cache_file"; then if test "x$cache_file" != "x/dev/null"; then { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 $as_echo "$as_me: updating cache $cache_file" >&6;} if test ! -f "$cache_file" || test -h "$cache_file"; then cat confcache >"$cache_file" else case $cache_file in #( */* | ?:*) mv -f confcache "$cache_file"$$ && mv -f "$cache_file"$$ "$cache_file" ;; #( *) mv -f confcache "$cache_file" ;; esac fi fi else { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache test "x$prefix" = xNONE && prefix=$ac_default_prefix # Let make expand exec_prefix. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' DEFS=-DHAVE_CONFIG_H ac_libobjs= ac_ltlibobjs= U= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' done LIBOBJS=$ac_libobjs LTLIBOBJS=$ac_ltlibobjs { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 $as_echo_n "checking that generated files are newer than configure... " >&6; } if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 $as_echo "done" >&6; } if test -n "$EXEEXT"; then am__EXEEXT_TRUE= am__EXEEXT_FALSE='#' else am__EXEEXT_TRUE='#' am__EXEEXT_FALSE= fi if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then as_fn_error $? "conditional \"AMDEP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then as_fn_error $? "conditional \"am__fastdepCC\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GNUTLS_TRUE}" && test -z "${GNUTLS_FALSE}"; then as_fn_error $? "conditional \"GNUTLS\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${CLIENT_TRUE}" && test -z "${CLIENT_FALSE}"; then as_fn_error $? "conditional \"CLIENT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi if test -z "${GZNBD_TRUE}" && test -z "${GZNBD_FALSE}"; then as_fn_error $? "conditional \"GZNBD\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi : "${CONFIG_STATUS=./config.status}" ac_write_fail=0 ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;} as_write_fail=0 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. # Compiler output produced by configure, useful for debugging # configure, is in config.log if it exists. debug=false ac_cs_recheck=false ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} export SHELL _ASEOF cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 ## -------------------- ## ## M4sh Initialization. ## ## -------------------- ## # Be more Bourne compatible DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in #( *posix*) : set -o posix ;; #( *) : ;; esac fi as_nl=' ' export as_nl # Printing a long string crashes Solaris 7 /usr/bin/printf. as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo # Prefer a ksh shell builtin over an external printf program on Solaris, # but without wasting forks for bash or zsh. if test -z "$BASH_VERSION$ZSH_VERSION" \ && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='print -r --' as_echo_n='print -rn --' elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then as_echo='printf %s\n' as_echo_n='printf %s' else if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' as_echo_n='/usr/ucb/echo -n' else as_echo_body='eval expr "X$1" : "X\\(.*\\)"' as_echo_n_body='eval arg=$1; case $arg in #( *"$as_nl"*) expr "X$arg" : "X\\(.*\\)$as_nl"; arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; esac; expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ' export as_echo_n_body as_echo_n='sh -c $as_echo_n_body as_echo' fi export as_echo_body as_echo='sh -c $as_echo_body as_echo' fi # The user is always right. if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi # IFS # We need space, tab and new line, in precisely that order. Quoting is # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. as_myself= case $0 in #(( *[\\/]* ) as_myself=$0 ;; *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break done IFS=$as_save_IFS ;; esac # We did not find ourselves, most probably we were run as `sh COMMAND' # in which case we are not to be found in the path. if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 exit 1 fi # Unset variables that we do not need and which cause bugs (e.g. in # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" # suppresses any "Segmentation fault" message there. '((' could # trigger a bug in pdksh 5.2.14. for as_var in BASH_ENV ENV MAIL MAILPATH do eval test x\${$as_var+set} = xset \ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : done PS1='$ ' PS2='> ' PS4='+ ' # NLS nuisances. LC_ALL=C export LC_ALL LANGUAGE=C export LANGUAGE # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # as_fn_error STATUS ERROR [LINENO LOG_FD] # ---------------------------------------- # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are # provided, also output the error to LOG_FD, referencing LINENO. Then exit the # script with STATUS, using 1 if that was 0. as_fn_error () { as_status=$1; test $as_status -eq 0 && as_status=1 if test "$4"; then as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 fi $as_echo "$as_me: error: $2" >&2 as_fn_exit $as_status } # as_fn_error # as_fn_set_status STATUS # ----------------------- # Set $? to STATUS, without forking. as_fn_set_status () { return $1 } # as_fn_set_status # as_fn_exit STATUS # ----------------- # Exit the shell with STATUS, even in a "trap 0" or "set -e" context. as_fn_exit () { set +e as_fn_set_status $1 exit $1 } # as_fn_exit # as_fn_unset VAR # --------------- # Portably unset VAR. as_fn_unset () { { eval $1=; unset $1;} } as_unset=as_fn_unset # as_fn_append VAR VALUE # ---------------------- # Append the text in VALUE to the end of the definition contained in VAR. Take # advantage of any shell optimizations that allow amortized linear growth over # repeated appends, instead of the typical quadratic growth present in naive # implementations. if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : eval 'as_fn_append () { eval $1+=\$2 }' else as_fn_append () { eval $1=\$$1\$2 } fi # as_fn_append # as_fn_arith ARG... # ------------------ # Perform arithmetic evaluation on the ARGs, and store the result in the # global $as_val. Take advantage of shells that can avoid forks. The arguments # must be portable across $(()) and expr. if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : eval 'as_fn_arith () { as_val=$(( $* )) }' else as_fn_arith () { as_val=`expr "$@" || test $? -eq 1` } fi # as_fn_arith if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr else as_expr=false fi if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then as_basename=basename else as_basename=false fi if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then as_dirname=dirname else as_dirname=false fi as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || $as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } /^X\/\(\/\/\)$/{ s//\1/ q } /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` # Avoid depending upon Character Ranges. as_cr_letters='abcdefghijklmnopqrstuvwxyz' as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits ECHO_C= ECHO_N= ECHO_T= case `echo -n x` in #((((( -n*) case `echo 'xy\c'` in *c*) ECHO_T=' ';; # ECHO_T is single tab character. xy) ECHO_C='\c';; *) echo `echo ksh88 bug on AIX 6.1` > /dev/null ECHO_T=' ';; esac;; *) ECHO_N='-n';; esac rm -f conf$$ conf$$.exe conf$$.file if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir mkdir conf$$.dir 2>/dev/null fi if (echo >conf$$.file) 2>/dev/null; then if ln -s conf$$.file conf$$ 2>/dev/null; then as_ln_s='ln -s' # ... but there are two gotchas: # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. # In both cases, we have to default to `cp -pR'. ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || as_ln_s='cp -pR' elif ln conf$$.file conf$$ 2>/dev/null; then as_ln_s=ln else as_ln_s='cp -pR' fi else as_ln_s='cp -pR' fi rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file rmdir conf$$.dir 2>/dev/null # as_fn_mkdir_p # ------------- # Create "$as_dir" as a directory, including parents if necessary. as_fn_mkdir_p () { case $as_dir in #( -*) as_dir=./$as_dir;; esac test -d "$as_dir" || eval $as_mkdir_p || { as_dirs= while :; do case $as_dir in #( *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" as_dir=`$as_dirname -- "$as_dir" || $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$as_dir" : 'X\(//\)[^/]' \| \ X"$as_dir" : 'X\(//\)$' \| \ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" } # as_fn_mkdir_p if mkdir -p . 2>/dev/null; then as_mkdir_p='mkdir -p "$as_dir"' else test -d ./-p && rmdir ./-p as_mkdir_p=false fi # as_fn_executable_p FILE # ----------------------- # Test if FILE is an executable regular file. as_fn_executable_p () { test -f "$1" && test -x "$1" } # as_fn_executable_p as_test_x='test -x' as_executable_p=as_fn_executable_p # Sed expression to map a string onto a valid CPP name. as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" # Sed expression to map a string onto a valid variable name. as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" exec 6>&1 ## ----------------------------------- ## ## Main body of $CONFIG_STATUS script. ## ## ----------------------------------- ## _ASEOF test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by nbd $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ on `(hostname || uname -n) 2>/dev/null | sed 1q` " _ACEOF case $ac_config_files in *" "*) set x $ac_config_files; shift; ac_config_files=$*;; esac case $ac_config_headers in *" "*) set x $ac_config_headers; shift; ac_config_headers=$*;; esac cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" config_commands="$ac_config_commands" _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files and other configuration actions from templates according to the current configuration. Unless the files and actions are specified as TAGs, all are instantiated by default. Usage: $0 [OPTION]... [TAG]... -h, --help print this help, then exit -V, --version print version number and configuration settings, then exit --config print configuration, then exit -q, --quiet, --silent do not print progress messages -d, --debug don't remove temporary files --recheck update $as_me by reconfiguring in the same conditions --file=FILE[:TEMPLATE] instantiate the configuration file FILE --header=FILE[:TEMPLATE] instantiate the configuration header FILE Configuration files: $config_files Configuration headers: $config_headers Configuration commands: $config_commands Report bugs to . nbd home page: ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ nbd config.status 3.16.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Copyright (C) 2012 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' MKDIR_P='$MKDIR_P' AWK='$AWK' test -n "\$AWK" || AWK=awk _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do case $1 in --*=?*) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` ac_shift=: ;; --*=) ac_option=`expr "X$1" : 'X\([^=]*\)='` ac_optarg= ac_shift=: ;; *) ac_option=$1 ac_optarg=$2 ac_shift=shift ;; esac case $ac_option in # Handling of the options. -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) $as_echo "$ac_cs_version"; exit ;; --config | --confi | --conf | --con | --co | --c ) $as_echo "$ac_cs_config"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; '') as_fn_error $? "missing file argument" ;; esac as_fn_append CONFIG_FILES " '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift case $ac_optarg in *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; esac as_fn_append CONFIG_HEADERS " '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header as_fn_error $? "ambiguous option: \`$1' Try \`$0 --help' for more information.";; --help | --hel | -h ) $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. -*) as_fn_error $? "unrecognized option: \`$1' Try \`$0 --help' for more information." ;; *) as_fn_append ac_config_targets " $1" ac_need_defaults=false ;; esac shift done ac_configure_extra_args= if $ac_cs_silent; then exec 6>/dev/null ac_configure_extra_args="$ac_configure_extra_args --silent" fi _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion shift \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 CONFIG_SHELL='$SHELL' export CONFIG_SHELL exec "\$@" fi _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX $as_echo "$ac_log" } >&5 _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH sed_quote_subst='$sed_quote_subst' double_quote_subst='$double_quote_subst' delay_variable_subst='$delay_variable_subst' macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`' SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`' objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`' configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`' hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' LTCC='$LTCC' LTCFLAGS='$LTCFLAGS' compiler='$compiler_DEFAULT' # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } # Quote evaled strings. for var in SHELL \ ECHO \ PATH_SEPARATOR \ SED \ GREP \ EGREP \ FGREP \ LD \ NM \ LN_S \ lt_SP2NL \ lt_NL2SP \ reload_flag \ OBJDUMP \ deplibs_check_method \ file_magic_cmd \ file_magic_glob \ want_nocaseglob \ DLLTOOL \ sharedlib_from_linklib_cmd \ AR \ AR_FLAGS \ archiver_list_spec \ STRIP \ RANLIB \ CC \ CFLAGS \ compiler \ lt_cv_sys_global_symbol_pipe \ lt_cv_sys_global_symbol_to_cdecl \ lt_cv_sys_global_symbol_to_import \ lt_cv_sys_global_symbol_to_c_name_address \ lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \ lt_cv_nm_interface \ nm_file_list_spec \ lt_cv_truncate_bin \ lt_prog_compiler_no_builtin_flag \ lt_prog_compiler_pic \ lt_prog_compiler_wl \ lt_prog_compiler_static \ lt_cv_prog_compiler_c_o \ need_locks \ MANIFEST_TOOL \ DSYMUTIL \ NMEDIT \ LIPO \ OTOOL \ OTOOL64 \ shrext_cmds \ export_dynamic_flag_spec \ whole_archive_flag_spec \ compiler_needs_object \ with_gnu_ld \ allow_undefined_flag \ no_undefined_flag \ hardcode_libdir_flag_spec \ hardcode_libdir_separator \ exclude_expsyms \ include_expsyms \ file_list_spec \ variables_saved_for_relink \ libname_spec \ library_names_spec \ soname_spec \ install_override_mode \ finish_eval \ old_striplib \ striplib; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done # Double-quote double-evaled strings. for var in reload_cmds \ old_postinstall_cmds \ old_postuninstall_cmds \ old_archive_cmds \ extract_expsyms_cmds \ old_archive_from_new_cmds \ old_archive_from_expsyms_cmds \ archive_cmds \ archive_expsym_cmds \ module_cmds \ module_expsym_cmds \ export_symbols_cmds \ prelink_cmds \ postlink_cmds \ postinstall_cmds \ postuninstall_cmds \ finish_cmds \ sys_lib_search_path_spec \ configure_time_dlsearch_path \ configure_time_lt_sys_library_path; do case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in *[\\\\\\\`\\"\\\$]*) eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes ;; *) eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" ;; esac done ac_aux_dir='$ac_aux_dir' # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes INIT. if test -n "\${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi PACKAGE='$PACKAGE' VERSION='$VERSION' RM='$RM' ofile='$ofile' _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets do case $ac_config_target in "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; "doc/Doxyfile") CONFIG_FILES="$CONFIG_FILES doc/Doxyfile" ;; "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "man/Makefile") CONFIG_FILES="$CONFIG_FILES man/Makefile" ;; "gznbd/Makefile") CONFIG_FILES="$CONFIG_FILES gznbd/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "tests/code/Makefile") CONFIG_FILES="$CONFIG_FILES tests/code/Makefile" ;; "tests/run/Makefile") CONFIG_FILES="$CONFIG_FILES tests/run/Makefile" ;; "man/nbd-client.8.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-client.8.sh" ;; "man/nbd-server.5.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-server.5.sh" ;; "man/nbd-server.1.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-server.1.sh" ;; "man/nbd-trdump.1.sh") CONFIG_FILES="$CONFIG_FILES man/nbd-trdump.1.sh" ;; "man/nbdtab.5.sh") CONFIG_FILES="$CONFIG_FILES man/nbdtab.5.sh" ;; "systemd/Makefile") CONFIG_FILES="$CONFIG_FILES systemd/Makefile" ;; "systemd/nbd@.service.sh") CONFIG_FILES="$CONFIG_FILES systemd/nbd@.service.sh" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac done # If the user did not use the arguments to specify the items to instantiate, # then the envvar interface is used. Set only those that are not. # We use the long form for the default assignment because of an extremely # bizarre bug on SunOS 4.1.3. if $ac_need_defaults; then test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands fi # Have a temporary directory for convenience. Make it in the build tree # simply because there is no reason against having it here, and in addition, # creating and moving files from /tmp can sometimes cause problems. # Hook for its removal unless debugging. # Note that there is a small window in which the directory will not be cleaned: # after its creation but before its name has been assigned to `$tmp'. $debug || { tmp= ac_tmp= trap 'exit_status=$? : "${ac_tmp:=$tmp}" { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status ' 0 trap 'as_fn_exit 1' 1 2 13 15 } # Create a (secure) tmp directory for tmp files. { tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && test -d "$tmp" } || { tmp=./conf$$-$RANDOM (umask 077 && mkdir "$tmp") } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 ac_tmp=$tmp # Set up the scripts for CONFIG_FILES section. # No need to generate them if there are no CONFIG_FILES. # This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then ac_cr=`echo X | tr X '\015'` # On cygwin, bash can eat \r inside `` if the user requested igncr. # But we know of no other shell where ac_cr would be empty at this # point, so we can use a bashism as a fallback. if test "x$ac_cr" = x; then eval ac_cr=\$\'\\r\' fi ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ac_cs_awk_cr='\\r' else ac_cs_awk_cr=$ac_cr fi echo 'BEGIN {' >"$ac_tmp/subs1.awk" && _ACEOF { echo "cat >conf$$subs.awk <<_ACEOF" && echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && echo "_ACEOF" } >conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do . ./conf$$subs.sh || as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` if test $ac_delim_n = $ac_delim_num; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done rm -f conf$$subs.sh cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && _ACEOF sed -n ' h s/^/S["/; s/!.*/"]=/ p g s/^[^!]*!// :repl t repl s/'"$ac_delim"'$// t delim :nl h s/\(.\{148\}\)..*/\1/ t more1 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ p n b repl :more1 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t nl :delim h s/\(.\{148\}\)..*/\1/ t more2 s/["\\]/\\&/g; s/^/"/; s/$/"/ p b :more2 s/["\\]/\\&/g; s/^/"/; s/$/"\\/ p g s/.\{148\}// t delim ' >$CONFIG_STATUS || ac_write_fail=1 rm -f conf$$subs.awk cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 _ACAWK cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && for (key in S) S_is_set[key] = 1 FS = "" } { line = $ 0 nfields = split(line, field, "@") substed = 0 len = length(field[1]) for (i = 2; i < nfields; i++) { key = field[i] keylen = length(key) if (S_is_set[key]) { value = S[key] line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) len += length(value) + length(field[++i]) substed = 1 } else len += 1 + keylen } print line } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" else cat fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 _ACEOF # VPATH may cause trouble with some makes, so we remove sole $(srcdir), # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and # trailing colons and then remove the whole line if VPATH becomes empty # (actually we leave an empty line to preserve line numbers). if test "x$srcdir" = x.; then ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ h s/// s/^/:/ s/[ ]*$/:/ s/:\$(srcdir):/:/g s/:\${srcdir}:/:/g s/:@srcdir@:/:/g s/^:*// s/:*$// x s/\(=[ ]*\).*/\1/ G s/\n// s/^[^=]*=[ ]*$// }' fi cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" # Set up the scripts for CONFIG_HEADERS section. # No need to generate them if there are no CONFIG_HEADERS. # This happens for instance with `./config.status Makefile'. if test -n "$CONFIG_HEADERS"; then cat >"$ac_tmp/defines.awk" <<\_ACAWK || BEGIN { _ACEOF # Transform confdefs.h into an awk script `defines.awk', embedded as # here-document in config.status, that substitutes the proper values into # config.h.in to produce config.h. # Create a delimiter string that does not exist in confdefs.h, to ease # handling of long lines. ac_delim='%!_!# ' for ac_last_try in false false :; do ac_tt=`sed -n "/$ac_delim/p" confdefs.h` if test -z "$ac_tt"; then break elif $ac_last_try; then as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done # For the awk script, D is an array of macro values keyed by name, # likewise P contains macro parameters if any. Preserve backslash # newline sequences. ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* sed -n ' s/.\{148\}/&'"$ac_delim"'/g t rset :rset s/^[ ]*#[ ]*define[ ][ ]*/ / t def d :def s/\\$// t bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3"/p s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p d :bsnl s/["\\]/\\&/g s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ D["\1"]=" \3\\\\\\n"\\/p t cont s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p t cont d :cont n s/.\{148\}/&'"$ac_delim"'/g t clear :clear s/\\$// t bsnlc s/["\\]/\\&/g; s/^/"/; s/$/"/p d :bsnlc s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p b cont ' >$CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 for (key in D) D_is_set[key] = 1 FS = "" } /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { line = \$ 0 split(line, arg, " ") if (arg[1] == "#") { defundef = arg[2] mac1 = arg[3] } else { defundef = substr(arg[1], 2) mac1 = arg[2] } split(mac1, mac2, "(") #) macro = mac2[1] prefix = substr(line, 1, index(line, defundef) - 1) if (D_is_set[macro]) { # Preserve the white space surrounding the "#". print prefix "define", macro P[macro] D[macro] next } else { # Replace #undef with comments. This is necessary, for example, # in the case of _POSIX_SOURCE, which is predefined and required # on some systems where configure will not decide to define it. if (defundef == "undef") { print "/*", prefix defundef, macro, "*/" next } } } { print } _ACAWK _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 fi # test -n "$CONFIG_HEADERS" eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" shift for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; esac ac_save_IFS=$IFS IFS=: set x $ac_tag IFS=$ac_save_IFS shift ac_file=$1 shift case $ac_mode in :L) ac_source=$1;; :[FH]) ac_file_inputs= for ac_f do case $ac_f in -) ac_f="$ac_tmp/stdin";; *) # Look for the file first in the build tree, then in the source tree # (if the path is not absolute). The absolute path cannot be DOS-style, # because $ac_f cannot contain `:'. test -f "$ac_f" || case $ac_f in [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; esac case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac as_fn_append ac_file_inputs " '$ac_f'" done # Let's still pretend it is `configure' which instantiates (i.e., don't # use $as_me), people would be surprised to read: # /* config.h. Generated by config.status. */ configure_input='Generated from '` $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 $as_echo "$as_me: creating $ac_file" >&6;} fi # Neutralize special characters interpreted by sed in replacement strings. case $configure_input in #( *\&* | *\|* | *\\* ) ac_sed_conf_input=`$as_echo "$configure_input" | sed 's/[\\\\&|]/\\\\&/g'`;; #( *) ac_sed_conf_input=$configure_input;; esac case $ac_tag in *:-:* | *:-) cat >"$ac_tmp/stdin" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; esac ;; esac ac_dir=`$as_dirname -- "$ac_file" || $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$ac_file" : 'X\(//\)[^/]' \| \ X"$ac_file" : 'X\(//\)$' \| \ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir="$ac_dir"; as_fn_mkdir_p ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; esac ;; esac ac_abs_top_builddir=$ac_pwd ac_abs_builddir=$ac_pwd$ac_dir_suffix # for backward compatibility: ac_top_builddir=$ac_top_build_prefix case $srcdir in .) # We are building in place. ac_srcdir=. ac_top_srcdir=$ac_top_builddir_sub ac_abs_top_srcdir=$ac_pwd ;; [\\/]* | ?:[\\/]* ) # Absolute name. ac_srcdir=$srcdir$ac_dir_suffix; ac_top_srcdir=$srcdir ac_abs_top_srcdir=$srcdir ;; *) # Relative name. ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix ac_top_srcdir=$ac_top_build_prefix$srcdir ac_abs_top_srcdir=$ac_pwd/$srcdir ;; esac ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix case $ac_mode in :F) # # CONFIG_FILE # case $INSTALL in [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; esac ac_MKDIR_P=$MKDIR_P case $MKDIR_P in [\\/$]* | ?:[\\/]* ) ;; */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; esac _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= ac_sed_dataroot=' /datarootdir/ { p q } /@datadir@/p /@docdir@/p /@infodir@/p /@localedir@/p /@mandir@/p' case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g s&@infodir@&$infodir&g s&@localedir@&$localedir&g s&@mandir@&$mandir&g s&\\\${datarootdir}&$datarootdir&g' ;; esac _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_sed_extra="$ac_vpsub $extrasub _ACEOF cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t s&@builddir@&$ac_builddir&;t t s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t s&@MKDIR_P@&$ac_MKDIR_P&;t t $ac_datarootdir_hack " eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ "$ac_tmp/out"`; test -z "$ac_out"; } && { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&5 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined" >&2;} rm -f "$ac_tmp/stdin" case $ac_file in -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; esac \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; :H) # # CONFIG_HEADER # if test x"$ac_file" != x-; then { $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" } >"$ac_tmp/config.h" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 $as_echo "$as_me: $ac_file is unchanged" >&6;} else rm -f "$ac_file" mv "$ac_tmp/config.h" "$ac_file" \ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 fi else $as_echo "/* $configure_input */" \ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ || as_fn_error $? "could not create -" "$LINENO" 5 fi # Compute "$ac_file"'s index in $config_headers. _am_arg="$ac_file" _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$_am_arg" : 'X\(//\)[^/]' \| \ X"$_am_arg" : 'X\(//\)$' \| \ X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$_am_arg" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'`/stamp-h$_am_stamp_count ;; :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 $as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac case $ac_file$ac_mode in "depfiles":C) test x"$AMDEP_TRUE" != x"" || { # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`$as_dirname -- "$mf" || $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$mf" : 'X\(//\)[^/]' \| \ X"$mf" : 'X\(//\)$' \| \ X"$mf" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`$as_dirname -- "$file" || $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ X"$file" : 'X\(//\)[^/]' \| \ X"$file" : 'X\(//\)$' \| \ X"$file" : 'X\(/\)' \| . 2>/dev/null || $as_echo X"$file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q } /^X\(\/\/\)[^/].*/{ s//\1/ q } /^X\(\/\/\)$/{ s//\1/ q } /^X\(\/\).*/{ s//\1/ q } s/.*/./; q'` as_dir=$dirpart/$fdir; as_fn_mkdir_p # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ;; "libtool":C) # See if we are running on zsh, and set the options that allow our # commands through without removal of \ escapes. if test -n "${ZSH_VERSION+set}"; then setopt NO_GLOB_SUBST fi cfgfile=${ofile}T trap "$RM \"$cfgfile\"; exit 1" 1 2 15 $RM "$cfgfile" cat <<_LT_EOF >> "$cfgfile" #! $SHELL # Generated automatically by $as_me ($PACKAGE) $VERSION # NOTE: Changes made to this file will be lost: look at ltmain.sh. # Provide generalized library-building support services. # Written by Gordon Matzigkeit, 1996 # Copyright (C) 2014 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program or library that is built # using GNU Libtool, you may include this file under the same # distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # The names of the tagged configurations supported by this script. available_tags='' # Configured defaults for sys_lib_dlsearch_path munging. : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} # ### BEGIN LIBTOOL CONFIG # Which release of libtool.m4 was used? macro_version=$macro_version macro_revision=$macro_revision # Whether or not to build shared libraries. build_libtool_libs=$enable_shared # Whether or not to build static libraries. build_old_libs=$enable_static # What type of objects to build. pic_mode=$pic_mode # Whether or not to optimize for fast installation. fast_install=$enable_fast_install # Shared archive member basename,for filename based shared library versioning on AIX. shared_archive_member_spec=$shared_archive_member_spec # Shell to use when invoking shell scripts. SHELL=$lt_SHELL # An echo program that protects backslashes. ECHO=$lt_ECHO # The PATH separator for the build system. PATH_SEPARATOR=$lt_PATH_SEPARATOR # The host system. host_alias=$host_alias host=$host host_os=$host_os # The build system. build_alias=$build_alias build=$build build_os=$build_os # A sed program that does not truncate output. SED=$lt_SED # Sed that helps us avoid accidentally triggering echo(1) options like -n. Xsed="\$SED -e 1s/^X//" # A grep program that handles long lines. GREP=$lt_GREP # An ERE matcher. EGREP=$lt_EGREP # A literal string matcher. FGREP=$lt_FGREP # A BSD- or MS-compatible name lister. NM=$lt_NM # Whether we need soft or hard links. LN_S=$lt_LN_S # What is the maximum length of a command? max_cmd_len=$max_cmd_len # Object file suffix (normally "o"). objext=$ac_objext # Executable file suffix (normally ""). exeext=$exeext # whether the shell understands "unset". lt_unset=$lt_unset # turn spaces into newlines. SP2NL=$lt_lt_SP2NL # turn newlines into spaces. NL2SP=$lt_lt_NL2SP # convert \$build file names to \$host format. to_host_file_cmd=$lt_cv_to_host_file_cmd # convert \$build files to toolchain format. to_tool_file_cmd=$lt_cv_to_tool_file_cmd # An object symbol dumper. OBJDUMP=$lt_OBJDUMP # Method to check whether dependent libraries are shared objects. deplibs_check_method=$lt_deplibs_check_method # Command to use when deplibs_check_method = "file_magic". file_magic_cmd=$lt_file_magic_cmd # How to find potential files when deplibs_check_method = "file_magic". file_magic_glob=$lt_file_magic_glob # Find potential files using nocaseglob when deplibs_check_method = "file_magic". want_nocaseglob=$lt_want_nocaseglob # DLL creation program. DLLTOOL=$lt_DLLTOOL # Command to associate shared and link libraries. sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd # The archiver. AR=$lt_AR # Flags to create an archive. AR_FLAGS=$lt_AR_FLAGS # How to feed a file listing to the archiver. archiver_list_spec=$lt_archiver_list_spec # A symbol stripping program. STRIP=$lt_STRIP # Commands used to install an old-style archive. RANLIB=$lt_RANLIB old_postinstall_cmds=$lt_old_postinstall_cmds old_postuninstall_cmds=$lt_old_postuninstall_cmds # Whether to use a lock for old archive extraction. lock_old_archive_extraction=$lock_old_archive_extraction # A C compiler. LTCC=$lt_CC # LTCC compiler flags. LTCFLAGS=$lt_CFLAGS # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe # Transform the output of nm in a proper C declaration. global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl # Transform the output of nm into a list of symbols to manually relocate. global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import # Transform the output of nm in a C name address pair. global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address # Transform the output of nm in a C name address pair when lib prefix is needed. global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix # The name lister interface. nm_interface=$lt_lt_cv_nm_interface # Specify filename containing input files for \$NM. nm_file_list_spec=$lt_nm_file_list_spec # The root where to search for dependent libraries,and where our libraries should be installed. lt_sysroot=$lt_sysroot # Command to truncate a binary pipe. lt_truncate_bin=$lt_lt_cv_truncate_bin # The name of the directory that contains temporary libtool files. objdir=$objdir # Used to examine libraries when file_magic_cmd begins with "file". MAGIC_CMD=$MAGIC_CMD # Must we lock files when doing compilation? need_locks=$lt_need_locks # Manifest tool. MANIFEST_TOOL=$lt_MANIFEST_TOOL # Tool to manipulate archived DWARF debug symbol files on Mac OS X. DSYMUTIL=$lt_DSYMUTIL # Tool to change global to local symbols on Mac OS X. NMEDIT=$lt_NMEDIT # Tool to manipulate fat objects and archives on Mac OS X. LIPO=$lt_LIPO # ldd/readelf like tool for Mach-O binaries on Mac OS X. OTOOL=$lt_OTOOL # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. OTOOL64=$lt_OTOOL64 # Old archive suffix (normally "a"). libext=$libext # Shared library suffix (normally ".so"). shrext_cmds=$lt_shrext_cmds # The commands to extract the exported symbol list from a shared archive. extract_expsyms_cmds=$lt_extract_expsyms_cmds # Variables whose values should be saved in libtool wrapper scripts and # restored at link time. variables_saved_for_relink=$lt_variables_saved_for_relink # Do we need the "lib" prefix for modules? need_lib_prefix=$need_lib_prefix # Do we need a version for libraries? need_version=$need_version # Library versioning type. version_type=$version_type # Shared library runtime path variable. runpath_var=$runpath_var # Shared library path variable. shlibpath_var=$shlibpath_var # Is shlibpath searched before the hard-coded library search path? shlibpath_overrides_runpath=$shlibpath_overrides_runpath # Format of library name prefix. libname_spec=$lt_libname_spec # List of archive names. First name is the real one, the rest are links. # The last name is the one that the linker finds with -lNAME library_names_spec=$lt_library_names_spec # The coded name of the library, if different from the real name. soname_spec=$lt_soname_spec # Permission mode override for installation of shared libraries. install_override_mode=$lt_install_override_mode # Command to use after installation of a shared archive. postinstall_cmds=$lt_postinstall_cmds # Command to use after uninstallation of a shared archive. postuninstall_cmds=$lt_postuninstall_cmds # Commands used to finish a libtool library installation in a directory. finish_cmds=$lt_finish_cmds # As "finish_cmds", except a single script fragment to be evaled but # not shown. finish_eval=$lt_finish_eval # Whether we should hardcode library paths into libraries. hardcode_into_libs=$hardcode_into_libs # Compile-time system search path for libraries. sys_lib_search_path_spec=$lt_sys_lib_search_path_spec # Detected run-time system search path for libraries. sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path # Explicit LT_SYS_LIBRARY_PATH set during ./configure time. configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path # Whether dlopen is supported. dlopen_support=$enable_dlopen # Whether dlopen of programs is supported. dlopen_self=$enable_dlopen_self # Whether dlopen of statically linked programs is supported. dlopen_self_static=$enable_dlopen_self_static # Commands to strip libraries. old_striplib=$lt_old_striplib striplib=$lt_striplib # The linker used to build libraries. LD=$lt_LD # How to create reloadable object files. reload_flag=$lt_reload_flag reload_cmds=$lt_reload_cmds # Commands used to build an old-style archive. old_archive_cmds=$lt_old_archive_cmds # A language specific compiler. CC=$lt_compiler # Is the compiler the GNU compiler? with_gcc=$GCC # Compiler flag to turn off builtin functions. no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag # Additional compiler flags for building library objects. pic_flag=$lt_lt_prog_compiler_pic # How to pass a linker flag through the compiler. wl=$lt_lt_prog_compiler_wl # Compiler flag to prevent dynamic linking. link_static_flag=$lt_lt_prog_compiler_static # Does compiler simultaneously support -c and -o options? compiler_c_o=$lt_lt_cv_prog_compiler_c_o # Whether or not to add -lc for building shared libraries. build_libtool_need_lc=$archive_cmds_need_lc # Whether or not to disallow shared libs when runtime libs are static. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes # Compiler flag to allow reflexive dlopens. export_dynamic_flag_spec=$lt_export_dynamic_flag_spec # Compiler flag to generate shared objects directly from archives. whole_archive_flag_spec=$lt_whole_archive_flag_spec # Whether the compiler copes with passing no objects directly. compiler_needs_object=$lt_compiler_needs_object # Create an old-style archive from a shared archive. old_archive_from_new_cmds=$lt_old_archive_from_new_cmds # Create a temporary old-style archive to link instead of a shared archive. old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds # Commands used to build a shared archive. archive_cmds=$lt_archive_cmds archive_expsym_cmds=$lt_archive_expsym_cmds # Commands used to build a loadable module if different from building # a shared archive. module_cmds=$lt_module_cmds module_expsym_cmds=$lt_module_expsym_cmds # Whether we are building with GNU ld or not. with_gnu_ld=$lt_with_gnu_ld # Flag that allows shared libraries with undefined symbols to be built. allow_undefined_flag=$lt_allow_undefined_flag # Flag that enforces no undefined symbols. no_undefined_flag=$lt_no_undefined_flag # Flag to hardcode \$libdir into a binary during linking. # This must work even if \$libdir does not exist hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec # Whether we need a single "-rpath" flag with a separated argument. hardcode_libdir_separator=$lt_hardcode_libdir_separator # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary. hardcode_direct=$hardcode_direct # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes # DIR into the resulting binary and the resulting library dependency is # "absolute",i.e impossible to change by setting \$shlibpath_var if the # library is relocated. hardcode_direct_absolute=$hardcode_direct_absolute # Set to "yes" if using the -LDIR flag during linking hardcodes DIR # into the resulting binary. hardcode_minus_L=$hardcode_minus_L # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR # into the resulting binary. hardcode_shlibpath_var=$hardcode_shlibpath_var # Set to "yes" if building a shared library automatically hardcodes DIR # into the library and all subsequent libraries and executables linked # against it. hardcode_automatic=$hardcode_automatic # Set to yes if linker adds runtime paths of dependent libraries # to runtime path list. inherit_rpath=$inherit_rpath # Whether libtool must link a program against all its dependency libraries. link_all_deplibs=$link_all_deplibs # Set to "yes" if exported symbols are required. always_export_symbols=$always_export_symbols # The commands to list exported symbols. export_symbols_cmds=$lt_export_symbols_cmds # Symbols that should not be listed in the preloaded symbols. exclude_expsyms=$lt_exclude_expsyms # Symbols that must always be exported. include_expsyms=$lt_include_expsyms # Commands necessary for linking programs (against libraries) with templates. prelink_cmds=$lt_prelink_cmds # Commands necessary for finishing linking programs. postlink_cmds=$lt_postlink_cmds # Specify filename containing input files. file_list_spec=$lt_file_list_spec # How to hardcode a shared library path into an executable. hardcode_action=$hardcode_action # ### END LIBTOOL CONFIG _LT_EOF cat <<'_LT_EOF' >> "$cfgfile" # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE # func_munge_path_list VARIABLE PATH # ----------------------------------- # VARIABLE is name of variable containing _space_ separated list of # directories to be munged by the contents of PATH, which is string # having a format: # "DIR[:DIR]:" # string "DIR[ DIR]" will be prepended to VARIABLE # ":DIR[:DIR]" # string "DIR[ DIR]" will be appended to VARIABLE # "DIRP[:DIRP]::[DIRA:]DIRA" # string "DIRP[ DIRP]" will be prepended to VARIABLE and string # "DIRA[ DIRA]" will be appended to VARIABLE # "DIR[:DIR]" # VARIABLE will be replaced by "DIR[ DIR]" func_munge_path_list () { case x$2 in x) ;; *:) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\" ;; x:*) eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\" ;; *::*) eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\" ;; *) eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\" ;; esac } # Calculate cc_basename. Skip known compiler wrappers and cross-prefix. func_cc_basename () { for cc_temp in $*""; do case $cc_temp in compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; distcc | *[\\/]distcc | purify | *[\\/]purify ) ;; \-*) ;; *) break;; esac done func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` } # ### END FUNCTIONS SHARED WITH CONFIGURE _LT_EOF case $host_os in aix3*) cat <<\_LT_EOF >> "$cfgfile" # AIX sometimes has problems with the GCC collect2 program. For some # reason, if we set the COLLECT_NAMES environment variable, the problems # vanish in a puff of smoke. if test set != "${COLLECT_NAMES+set}"; then COLLECT_NAMES= export COLLECT_NAMES fi _LT_EOF ;; esac ltmain=$ac_aux_dir/ltmain.sh # We use sed instead of cat because bash on DJGPP gets confused if # if finds mixed CR/LF and LF-only lines. Since sed operates in # text mode, it properly converts lines to CR/LF. This bash problem # is reportedly fixed, but why not run on old versions too? sed '$q' "$ltmain" >> "$cfgfile" \ || (rm -f "$cfgfile"; exit 1) mv -f "$cfgfile" "$ofile" || (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") chmod +x "$ofile" ;; esac done # for ac_tag as_fn_exit 0 _ACEOF ac_clean_files=$ac_clean_files_save test $ac_write_fail = 0 || as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. # Unfortunately, on DOS this fails, as config.log is still kept open # by configure, so config.status won't be able to write to it; its # output is simply discarded. So we exec the FD to /dev/null, # effectively closing config.log, so it can be properly (re)opened and # appended to by config.status. When coming back to configure, we # need to make the FD available again. if test "$no_create" != yes; then ac_cs_success=: ac_config_status_args= test "$silent" = yes && ac_config_status_args="$ac_config_status_args --quiet" exec 5>/dev/null $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false exec 5>>config.log # Use ||, not &&, to avoid exiting from the if with $? = 1, which # would make configure fail if this is the last instruction. $ac_cs_success || as_fn_exit 1 fi if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} fi nbd-3.16.2/nbdsrv.h0000644000175000017500000002204713132635333010745 00000000000000#ifndef NBDSRV_H #define NBDSRV_H #include "lfs.h" #include #include #include #include #include #include "nbd.h" /* Structures */ /** * Types of virtuatlization **/ typedef enum { VIRT_NONE=0, /**< No virtualization */ VIRT_IPLIT, /**< Literal IP address as part of the filename */ VIRT_IPHASH, /**< Replacing all dots in an ip address by a / before doing the same as in IPLIT */ VIRT_CIDR, /**< Every subnet in its own directory */ } VIRT_STYLE; /** * Variables associated with a server. **/ typedef struct { gchar* exportname; /**< (unprocessed) filename of the file we're exporting */ uint64_t expected_size; /**< size of the exported file as it was told to us through configuration */ gchar* listenaddr; /**< The IP address we're listening on */ char* authname; /**< filename of the authorization file */ int flags; /**< flags associated with this exported file */ VIRT_STYLE virtstyle;/**< The style of virtualization, if any */ uint8_t cidrlen; /**< The length of the mask when we use CIDR-style virtualization */ gchar* prerun; /**< command to be ran after connecting a client, but before starting to serve */ gchar* postrun; /**< command that will be ran after the client disconnects */ gchar* servename; /**< name of the export as selected by nbd-client */ int max_connections; /**< maximum number of opened connections */ int numclients; /**< number of clients connected to this export */ gchar* transactionlog;/**< filename for transaction log */ gchar* cowdir; /**< directory for copy-on-write diff files. */ } SERVER; /** * Variables associated with a client connection */ typedef struct _client { uint64_t exportsize; /**< size of the file we're exporting */ char *clientname; /**< peer, in human-readable format */ struct sockaddr_storage clientaddr; /**< peer, in binary format, network byte order */ char *exportname; /**< (processed) filename of the file we're exporting */ GArray *export; /**< array of FILE_INFO of exported files; array size is always 1 unless we're doing the multiple file option */ pthread_rwlock_t export_lock; int net; /**< The actual client socket */ SERVER *server; /**< The server this client is getting data from */ char* difffilename; /**< filename of the copy-on-write file, if any */ int difffile; /**< filedescriptor of copyonwrite file. @todo shouldn't this be an array too? (cfr export) Or make -m and -c mutually exclusive */ uint32_t difffilelen; /**< number of pages in difffile */ uint32_t *difmap; /**< see comment on the global difmap for this one */ gboolean modern; /**< client was negotiated using modern negotiation protocol */ int transactionlogfd;/**< fd for transaction log */ int clientfeats; /**< Features supported by this client */ pthread_mutex_t lock; /**< socket lock */ void *tls_session; /**< TLS session context. Is NULL unless STARTTLS has been negotiated. */ int (*socket_read)(struct _client*, void* buf, size_t len); int (*socket_write)(struct _client*, void* buf, size_t len); void (*socket_closed)(struct _client*); } CLIENT; /** * Variables associated with an open file **/ typedef struct { int fhandle; /**< file descriptor */ off_t startoff; /**< starting offset of this file */ } FILE_INFO; /* Constants and macros */ /** * Error domain common for all NBD server errors. **/ #define NBDS_ERR g_quark_from_static_string("server-error-quark") /** * NBD server error codes. **/ typedef enum { NBDS_ERR_CFILE_NOTFOUND, /**< The configuration file is not found */ NBDS_ERR_CFILE_MISSING_GENERIC, /**< The (required) group "generic" is missing */ NBDS_ERR_CFILE_KEY_MISSING, /**< A (required) key is missing */ NBDS_ERR_CFILE_VALUE_INVALID, /**< A value is syntactically invalid */ NBDS_ERR_CFILE_VALUE_UNSUPPORTED, /**< A value is not supported in this build */ NBDS_ERR_CFILE_NO_EXPORTS, /**< A config file was specified that does not define any exports */ NBDS_ERR_CFILE_INCORRECT_PORT, /**< The reserved port was specified for an old-style export. */ NBDS_ERR_CFILE_DIR_UNKNOWN, /**< A directory requested does not exist*/ NBDS_ERR_CFILE_READDIR_ERR, /**< Error occurred during readdir() */ NBDS_ERR_CFILE_INVALID_SPLICE, /**< We can't use splice with the other options specified for the export. */ NBDS_ERR_SO_LINGER, /**< Failed to set SO_LINGER to a socket */ NBDS_ERR_SO_REUSEADDR, /**< Failed to set SO_REUSEADDR to a socket */ NBDS_ERR_SO_KEEPALIVE, /**< Failed to set SO_KEEPALIVE to a socket */ NBDS_ERR_GAI, /**< Failed to get address info */ NBDS_ERR_SOCKET, /**< Failed to create a socket */ NBDS_ERR_BIND, /**< Failed to bind an address to socket */ NBDS_ERR_LISTEN, /**< Failed to start listening on a socket */ NBDS_ERR_SYS, /**< Underlying system call or library error */ NBDS_ERR_CFILE_INVALID_WAIT, /**< We can't use wait with the other options specified for the export. */ } NBDS_ERRS; /** * Logging macros. * * @todo remove this. We should use g_log in all cases, and use the * logging mangler to redirect to syslog if and when necessary. */ #ifdef ISSERVER #define msg(prio, ...) syslog(prio, __VA_ARGS__) #else #define msg(prio, ...) g_log(G_LOG_DOMAIN, G_LOG_LEVEL_MESSAGE, __VA_ARGS__) #endif #define MY_NAME "nbd_server" /** Per-export flags: */ #define F_READONLY 1 /**< flag to tell us a file is readonly */ #define F_MULTIFILE 2 /**< flag to tell us a file is exported using -m */ #define F_COPYONWRITE 4 /**< flag to tell us a file is exported using copyonwrite */ #define F_AUTOREADONLY 8 /**< flag to tell us a file is set to autoreadonly */ #define F_SPARSE 16 /**< flag to tell us copyronwrite should use a sparse file */ #define F_SDP 32 /**< flag to tell us the export should be done using the Socket Direct Protocol for RDMA */ #define F_SYNC 64 /**< Whether to fsync() after a write */ #define F_FLUSH 128 /**< Whether server wants FLUSH to be sent by the client */ #define F_FUA 256 /**< Whether server wants FUA to be sent by the client */ #define F_ROTATIONAL 512 /**< Whether server wants the client to implement the elevator algorithm */ #define F_TEMPORARY 1024 /**< Whether the backing file is temporary and should be created then unlinked */ #define F_TRIM 2048 /**< Whether server wants TRIM (discard) to be sent by the client */ #define F_FIXED 4096 /**< Client supports fixed new-style protocol (and can thus send us extra options */ #define F_TREEFILES 8192 /**< flag to tell us a file is exported using -t */ #define F_FORCEDTLS 16384 /**< TLS is required, either for the server as a whole or for a given export */ #define F_SPLICE 32768 /**< flag to tell us to use splice for read/write operations */ #define F_WAIT 65536 /**< flag to tell us to wait for file creation */ /* Functions */ /** * Check whether a given address matches a given netmask. * * @param mask the address or netmask to check against, in ASCII representation * @param addr the address to check * * @return true if the address matches the mask, false otherwise; in case of * failure to parse netmask, returns false with err set appropriately. * @todo decide what to do with v6-mapped IPv4 addresses. */ bool address_matches(const char* mask, const struct sockaddr* addr, GError** err); /** * Gets a byte to allow for address masking. * * @param masklen the length of the requested mask. * @return if the length of the mask is 8 or longer, 0xFF. Otherwise, a byte * with `masklen' number of leading bits set to 1, everything else set to 0. */ uint8_t getmaskbyte(int masklen) G_GNUC_PURE; /** * Check whether a client is allowed to connect. Works with an authorization * file which contains one line per machine or network, with CIDR-style * netmasks. * * @param opts The client who's trying to connect. * @return 0 - authorization refused, 1 - OK **/ int authorized_client(CLIENT *opts); /** * duplicate server * @param s the old server we want to duplicate * @return new duplicated server **/ SERVER* dup_serve(const SERVER *const s); /** * Detect the size of a file. * * @param fhandle An open filedescriptor * @return the size of the file, or UINT64_MAX if detection was * impossible. **/ uint64_t size_autodetect(int fhandle); /** * Punch a hole in the backend file (if supported by the current system). * * @param req the request for which this is being processed * @param client the client for which we're processing this request **/ int exptrim(struct nbd_request* req, CLIENT* client); #endif //NBDSRV_H nbd-3.16.2/ltmain.sh0000644000175000017500000117147413155614442011133 00000000000000#! /bin/sh ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in ## by inline-source v2014-01-03.01 # libtool (GNU libtool) 2.4.6 # Provide generalized library-building support services. # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # GNU Libtool is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # As a special exception to the GNU General Public License, # if you distribute this file as part of a program or library that # is built using GNU Libtool, you may include this file under the # same distribution terms that you use for the rest of that program. # # GNU Libtool is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . PROGRAM=libtool PACKAGE=libtool VERSION="2.4.6 Debian-2.4.6-2" package_revision=2.4.6 ## ------ ## ## Usage. ## ## ------ ## # Run './libtool --help' for help with using this script from the # command line. ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # After configure completes, it has a better idea of some of the # shell tools we need than the defaults used by the functions shared # with bootstrap, so set those here where they can still be over- # ridden by the user, but otherwise take precedence. : ${AUTOCONF="autoconf"} : ${AUTOMAKE="automake"} ## -------------------------- ## ## Source external libraries. ## ## -------------------------- ## # Much of our low-level functionality needs to be sourced from external # libraries, which are installed to $pkgauxdir. # Set a version string for this script. scriptversion=2015-01-20.17; # UTC # General shell script boiler plate, and helper functions. # Written by Gary V. Vaughan, 2004 # Copyright (C) 2004-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # As a special exception to the GNU General Public License, if you distribute # this file as part of a program or library that is built using GNU Libtool, # you may include this file under the same distribution terms that you use # for the rest of that program. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # Evaluate this file near the top of your script to gain access to # the functions and variables defined here: # # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh # # If you need to override any of the default environment variable # settings, do that before evaluating this file. ## -------------------- ## ## Shell normalisation. ## ## -------------------- ## # Some shells need a little help to be as Bourne compatible as possible. # Before doing anything else, make sure all that help has been provided! DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : emulate sh NULLCMD=: # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac fi # NLS nuisances: We save the old values in case they are required later. _G_user_locale= _G_safe_locale= for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test set = \"\${$_G_var+set}\"; then save_$_G_var=\$$_G_var $_G_var=C export $_G_var _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\" _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\" fi" done # CDPATH. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH # Make sure IFS has a sensible default sp=' ' nl=' ' IFS="$sp $nl" # There are apparently some retarded systems that use ';' as a PATH separator! if test "${PATH_SEPARATOR+set}" != set; then PATH_SEPARATOR=: (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || PATH_SEPARATOR=';' } fi ## ------------------------- ## ## Locate command utilities. ## ## ------------------------- ## # func_executable_p FILE # ---------------------- # Check that FILE is an executable regular file. func_executable_p () { test -f "$1" && test -x "$1" } # func_path_progs PROGS_LIST CHECK_FUNC [PATH] # -------------------------------------------- # Search for either a program that responds to --version with output # containing "GNU", or else returned by CHECK_FUNC otherwise, by # trying all the directories in PATH with each of the elements of # PROGS_LIST. # # CHECK_FUNC should accept the path to a candidate program, and # set $func_check_prog_result if it truncates its output less than # $_G_path_prog_max characters. func_path_progs () { _G_progs_list=$1 _G_check_func=$2 _G_PATH=${3-"$PATH"} _G_path_prog_max=0 _G_path_prog_found=false _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:} for _G_dir in $_G_PATH; do IFS=$_G_save_IFS test -z "$_G_dir" && _G_dir=. for _G_prog_name in $_G_progs_list; do for _exeext in '' .EXE; do _G_path_prog=$_G_dir/$_G_prog_name$_exeext func_executable_p "$_G_path_prog" || continue case `"$_G_path_prog" --version 2>&1` in *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;; *) $_G_check_func $_G_path_prog func_path_progs_result=$func_check_prog_result ;; esac $_G_path_prog_found && break 3 done done done IFS=$_G_save_IFS test -z "$func_path_progs_result" && { echo "no acceptable sed could be found in \$PATH" >&2 exit 1 } } # We want to be able to use the functions in this file before configure # has figured out where the best binaries are kept, which means we have # to search for them ourselves - except when the results are already set # where we skip the searches. # Unless the user overrides by setting SED, search the path for either GNU # sed, or the sed that truncates its output the least. test -z "$SED" && { _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/ for _G_i in 1 2 3 4 5 6 7; do _G_sed_script=$_G_sed_script$nl$_G_sed_script done echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed _G_sed_script= func_check_prog_sed () { _G_path_prog=$1 _G_count=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo '' >> conftest.nl "$_G_path_prog" -f conftest.sed conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin rm -f conftest.sed SED=$func_path_progs_result } # Unless the user overrides by setting GREP, search the path for either GNU # grep, or the grep that truncates its output the least. test -z "$GREP" && { func_check_prog_grep () { _G_path_prog=$1 _G_count=0 _G_path_prog_max=0 printf 0123456789 >conftest.in while : do cat conftest.in conftest.in >conftest.tmp mv conftest.tmp conftest.in cp conftest.in conftest.nl echo 'GREP' >> conftest.nl "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' conftest.out 2>/dev/null || break diff conftest.out conftest.nl >/dev/null 2>&1 || break _G_count=`expr $_G_count + 1` if test "$_G_count" -gt "$_G_path_prog_max"; then # Best one so far, save it but keep looking for a better one func_check_prog_result=$_G_path_prog _G_path_prog_max=$_G_count fi # 10*(2^10) chars as input seems more than enough test 10 -lt "$_G_count" && break done rm -f conftest.in conftest.tmp conftest.nl conftest.out } func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin GREP=$func_path_progs_result } ## ------------------------------- ## ## User overridable command paths. ## ## ------------------------------- ## # All uppercase variable names are used for environment variables. These # variables can be overridden by the user before calling a script that # uses them if a suitable command of that name is not already available # in the command search PATH. : ${CP="cp -f"} : ${ECHO="printf %s\n"} : ${EGREP="$GREP -E"} : ${FGREP="$GREP -F"} : ${LN_S="ln -s"} : ${MAKE="make"} : ${MKDIR="mkdir"} : ${MV="mv -f"} : ${RM="rm -f"} : ${SHELL="${CONFIG_SHELL-/bin/sh}"} ## -------------------- ## ## Useful sed snippets. ## ## -------------------- ## sed_dirname='s|/[^/]*$||' sed_basename='s|^.*/||' # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='s|\([`"$\\]\)|\\\1|g' # Same as above, but do not quote variable references. sed_double_quote_subst='s/\(["`\\]\)/\\\1/g' # Sed substitution that turns a string into a regex matching for the # string literally. sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g' # Sed substitution that converts a w32 file name or path # that contains forward slashes, into one that contains # (escaped) backslashes. A very naive implementation. sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g' # Re-'\' parameter expansions in output of sed_double_quote_subst that # were '\'-ed in input to the same. If an odd number of '\' preceded a # '$' in input to sed_double_quote_subst, that '$' was protected from # expansion. Since each input '\' is now two '\'s, look for any number # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'. _G_bs='\\' _G_bs2='\\\\' _G_bs4='\\\\\\\\' _G_dollar='\$' sed_double_backslash="\ s/$_G_bs4/&\\ /g s/^$_G_bs2$_G_dollar/$_G_bs&/ s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g s/\n//g" ## ----------------- ## ## Global variables. ## ## ----------------- ## # Except for the global variables explicitly listed below, the following # functions in the '^func_' namespace, and the '^require_' namespace # variables initialised in the 'Resource management' section, sourcing # this file will not pollute your global namespace with anything # else. There's no portable way to scope variables in Bourne shell # though, so actually running these functions will sometimes place # results into a variable named after the function, and often use # temporary variables in the '^_G_' namespace. If you are careful to # avoid using those namespaces casually in your sourcing script, things # should continue to work as you expect. And, of course, you can freely # overwrite any of the functions or variables defined here before # calling anything to customize them. EXIT_SUCCESS=0 EXIT_FAILURE=1 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing. EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake. # Allow overriding, eg assuming that you follow the convention of # putting '$debug_cmd' at the start of all your functions, you can get # bash to show function call trace with: # # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name debug_cmd=${debug_cmd-":"} exit_cmd=: # By convention, finish your script with: # # exit $exit_status # # so that you can set exit_status to non-zero if you want to indicate # something went wrong during execution without actually bailing out at # the point of failure. exit_status=$EXIT_SUCCESS # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special # positional parameter $0, within a function call, is the name of the # function. progpath=$0 # The name of this program. progname=`$ECHO "$progpath" |$SED "$sed_basename"` # Make sure we have an absolute progpath for reexecution: case $progpath in [\\/]*|[A-Za-z]:\\*) ;; *[\\/]*) progdir=`$ECHO "$progpath" |$SED "$sed_dirname"` progdir=`cd "$progdir" && pwd` progpath=$progdir/$progname ;; *) _G_IFS=$IFS IFS=${PATH_SEPARATOR-:} for progdir in $PATH; do IFS=$_G_IFS test -x "$progdir/$progname" && break done IFS=$_G_IFS test -n "$progdir" || progdir=`pwd` progpath=$progdir/$progname ;; esac ## ----------------- ## ## Standard options. ## ## ----------------- ## # The following options affect the operation of the functions defined # below, and should be set appropriately depending on run-time para- # meters passed on the command line. opt_dry_run=false opt_quiet=false opt_verbose=false # Categories 'all' and 'none' are always available. Append any others # you will pass as the first argument to func_warning from your own # code. warning_categories= # By default, display warnings according to 'opt_warning_types'. Set # 'warning_func' to ':' to elide all warnings, or func_fatal_error to # treat the next displayed warning as a fatal error. warning_func=func_warn_and_continue # Set to 'all' to display all warnings, 'none' to suppress all # warnings, or a space delimited list of some subset of # 'warning_categories' to display only the listed warnings. opt_warning_types=all ## -------------------- ## ## Resource management. ## ## -------------------- ## # This section contains definitions for functions that each ensure a # particular resource (a file, or a non-empty configuration variable for # example) is available, and if appropriate to extract default values # from pertinent package files. Call them using their associated # 'require_*' variable to ensure that they are executed, at most, once. # # It's entirely deliberate that calling these functions can set # variables that don't obey the namespace limitations obeyed by the rest # of this file, in order that that they be as useful as possible to # callers. # require_term_colors # ------------------- # Allow display of bold text on terminals that support it. require_term_colors=func_require_term_colors func_require_term_colors () { $debug_cmd test -t 1 && { # COLORTERM and USE_ANSI_COLORS environment variables take # precedence, because most terminfo databases neglect to describe # whether color sequences are supported. test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"} if test 1 = "$USE_ANSI_COLORS"; then # Standard ANSI escape sequences tc_reset='' tc_bold=''; tc_standout='' tc_red=''; tc_green='' tc_blue=''; tc_cyan='' else # Otherwise trust the terminfo database after all. test -n "`tput sgr0 2>/dev/null`" && { tc_reset=`tput sgr0` test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold` tc_standout=$tc_bold test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso` test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1` test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2` test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4` test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5` } fi } require_term_colors=: } ## ----------------- ## ## Function library. ## ## ----------------- ## # This section contains a variety of useful functions to call in your # scripts. Take note of the portable wrappers for features provided by # some modern shells, which will fall back to slower equivalents on # less featureful shells. # func_append VAR VALUE # --------------------- # Append VALUE onto the existing contents of VAR. # We should try to minimise forks, especially on Windows where they are # unreasonably slow, so skip the feature probes when bash or zsh are # being used: if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then : ${_G_HAVE_ARITH_OP="yes"} : ${_G_HAVE_XSI_OPS="yes"} # The += operator was introduced in bash 3.1 case $BASH_VERSION in [12].* | 3.0 | 3.0*) ;; *) : ${_G_HAVE_PLUSEQ_OP="yes"} ;; esac fi # _G_HAVE_PLUSEQ_OP # Can be empty, in which case the shell is probed, "yes" if += is # useable or anything else if it does not work. test -z "$_G_HAVE_PLUSEQ_OP" \ && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \ && _G_HAVE_PLUSEQ_OP=yes if test yes = "$_G_HAVE_PLUSEQ_OP" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_append () { $debug_cmd eval "$1+=\$2" }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_append () { $debug_cmd eval "$1=\$$1\$2" } fi # func_append_quoted VAR VALUE # ---------------------------- # Quote VALUE and append to the end of shell variable VAR, separated # by a space. if test yes = "$_G_HAVE_PLUSEQ_OP"; then eval 'func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1+=\\ \$func_quote_for_eval_result" }' else func_append_quoted () { $debug_cmd func_quote_for_eval "$2" eval "$1=\$$1\\ \$func_quote_for_eval_result" } fi # func_append_uniq VAR VALUE # -------------------------- # Append unique VALUE onto the existing contents of VAR, assuming # entries are delimited by the first character of VALUE. For example: # # func_append_uniq options " --another-option option-argument" # # will only append to $options if " --another-option option-argument " # is not already present somewhere in $options already (note spaces at # each end implied by leading space in second argument). func_append_uniq () { $debug_cmd eval _G_current_value='`$ECHO $'$1'`' _G_delim=`expr "$2" : '\(.\)'` case $_G_delim$_G_current_value$_G_delim in *"$2$_G_delim"*) ;; *) func_append "$@" ;; esac } # func_arith TERM... # ------------------ # Set func_arith_result to the result of evaluating TERMs. test -z "$_G_HAVE_ARITH_OP" \ && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \ && _G_HAVE_ARITH_OP=yes if test yes = "$_G_HAVE_ARITH_OP"; then eval 'func_arith () { $debug_cmd func_arith_result=$(( $* )) }' else func_arith () { $debug_cmd func_arith_result=`expr "$@"` } fi # func_basename FILE # ------------------ # Set func_basename_result to FILE with everything up to and including # the last / stripped. if test yes = "$_G_HAVE_XSI_OPS"; then # If this shell supports suffix pattern removal, then use it to avoid # forking. Hide the definitions single quotes in case the shell chokes # on unsupported syntax... _b='func_basename_result=${1##*/}' _d='case $1 in */*) func_dirname_result=${1%/*}$2 ;; * ) func_dirname_result=$3 ;; esac' else # ...otherwise fall back to using sed. _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`' _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"` if test "X$func_dirname_result" = "X$1"; then func_dirname_result=$3 else func_append func_dirname_result "$2" fi' fi eval 'func_basename () { $debug_cmd '"$_b"' }' # func_dirname FILE APPEND NONDIR_REPLACEMENT # ------------------------------------------- # Compute the dirname of FILE. If nonempty, add APPEND to the result, # otherwise set result to NONDIR_REPLACEMENT. eval 'func_dirname () { $debug_cmd '"$_d"' }' # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT # -------------------------------------------------------- # Perform func_basename and func_dirname in a single function # call: # dirname: Compute the dirname of FILE. If nonempty, # add APPEND to the result, otherwise set result # to NONDIR_REPLACEMENT. # value returned in "$func_dirname_result" # basename: Compute filename of FILE. # value retuned in "$func_basename_result" # For efficiency, we do not delegate to the functions above but instead # duplicate the functionality here. eval 'func_dirname_and_basename () { $debug_cmd '"$_b"' '"$_d"' }' # func_echo ARG... # ---------------- # Echo program name prefixed message. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname: $_G_line" done IFS=$func_echo_IFS } # func_echo_all ARG... # -------------------- # Invoke $ECHO with all args, space-separated. func_echo_all () { $ECHO "$*" } # func_echo_infix_1 INFIX ARG... # ------------------------------ # Echo program name, followed by INFIX on the first line, with any # additional lines not showing INFIX. func_echo_infix_1 () { $debug_cmd $require_term_colors _G_infix=$1; shift _G_indent=$_G_infix _G_prefix="$progname: $_G_infix: " _G_message=$* # Strip color escape sequences before counting printable length for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan" do test -n "$_G_tc" && { _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"` _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"` } done _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes func_echo_infix_1_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_infix_1_IFS $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2 _G_prefix=$_G_indent done IFS=$func_echo_infix_1_IFS } # func_error ARG... # ----------------- # Echo program name prefixed message to standard error. func_error () { $debug_cmd $require_term_colors func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2 } # func_fatal_error ARG... # ----------------------- # Echo program name prefixed message to standard error, and exit. func_fatal_error () { $debug_cmd func_error "$*" exit $EXIT_FAILURE } # func_grep EXPRESSION FILENAME # ----------------------------- # Check whether EXPRESSION matches any line of FILENAME, without output. func_grep () { $debug_cmd $GREP "$1" "$2" >/dev/null 2>&1 } # func_len STRING # --------------- # Set func_len_result to the length of STRING. STRING may not # start with a hyphen. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_len () { $debug_cmd func_len_result=${#1} }' else func_len () { $debug_cmd func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len` } fi # func_mkdir_p DIRECTORY-PATH # --------------------------- # Make sure the entire path to DIRECTORY-PATH is available. func_mkdir_p () { $debug_cmd _G_directory_path=$1 _G_dir_list= if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then # Protect directory names starting with '-' case $_G_directory_path in -*) _G_directory_path=./$_G_directory_path ;; esac # While some portion of DIR does not yet exist... while test ! -d "$_G_directory_path"; do # ...make a list in topmost first order. Use a colon delimited # list incase some portion of path contains whitespace. _G_dir_list=$_G_directory_path:$_G_dir_list # If the last portion added has no slash in it, the list is done case $_G_directory_path in */*) ;; *) break ;; esac # ...otherwise throw away the child directory and loop _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"` done _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'` func_mkdir_p_IFS=$IFS; IFS=: for _G_dir in $_G_dir_list; do IFS=$func_mkdir_p_IFS # mkdir can fail with a 'File exist' error if two processes # try to create one of the directories concurrently. Don't # stop in that case! $MKDIR "$_G_dir" 2>/dev/null || : done IFS=$func_mkdir_p_IFS # Bail out if we (or some other process) failed to create a directory. test -d "$_G_directory_path" || \ func_fatal_error "Failed to create '$1'" fi } # func_mktempdir [BASENAME] # ------------------------- # Make a temporary directory that won't clash with other running # libtool processes, and avoids race conditions if possible. If # given, BASENAME is the basename for that directory. func_mktempdir () { $debug_cmd _G_template=${TMPDIR-/tmp}/${1-$progname} if test : = "$opt_dry_run"; then # Return a directory name, but don't create it in dry-run mode _G_tmpdir=$_G_template-$$ else # If mktemp works, use that first and foremost _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null` if test ! -d "$_G_tmpdir"; then # Failing that, at least try and use $RANDOM to avoid a race _G_tmpdir=$_G_template-${RANDOM-0}$$ func_mktempdir_umask=`umask` umask 0077 $MKDIR "$_G_tmpdir" umask $func_mktempdir_umask fi # If we're not in dry-run mode, bomb out on failure test -d "$_G_tmpdir" || \ func_fatal_error "cannot create temporary directory '$_G_tmpdir'" fi $ECHO "$_G_tmpdir" } # func_normal_abspath PATH # ------------------------ # Remove doubled-up and trailing slashes, "." path components, # and cancel out any ".." path components in PATH after making # it an absolute path. func_normal_abspath () { $debug_cmd # These SED scripts presuppose an absolute path with a trailing slash. _G_pathcar='s|^/\([^/]*\).*$|\1|' _G_pathcdr='s|^/[^/]*||' _G_removedotparts=':dotsl s|/\./|/|g t dotsl s|/\.$|/|' _G_collapseslashes='s|/\{1,\}|/|g' _G_finalslash='s|/*$|/|' # Start from root dir and reassemble the path. func_normal_abspath_result= func_normal_abspath_tpath=$1 func_normal_abspath_altnamespace= case $func_normal_abspath_tpath in "") # Empty path, that just means $cwd. func_stripname '' '/' "`pwd`" func_normal_abspath_result=$func_stripname_result return ;; # The next three entries are used to spot a run of precisely # two leading slashes without using negated character classes; # we take advantage of case's first-match behaviour. ///*) # Unusual form of absolute path, do nothing. ;; //*) # Not necessarily an ordinary path; POSIX reserves leading '//' # and for example Cygwin uses it to access remote file shares # over CIFS/SMB, so we conserve a leading double slash if found. func_normal_abspath_altnamespace=/ ;; /*) # Absolute path, do nothing. ;; *) # Relative path, prepend $cwd. func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath ;; esac # Cancel out all the simple stuff to save iterations. We also want # the path to end with a slash for ease of parsing, so make sure # there is one (and only one) here. func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"` while :; do # Processed it all yet? if test / = "$func_normal_abspath_tpath"; then # If we ascended to the root using ".." the result may be empty now. if test -z "$func_normal_abspath_result"; then func_normal_abspath_result=/ fi break fi func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcar"` func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \ -e "$_G_pathcdr"` # Figure out what to do with it case $func_normal_abspath_tcomponent in "") # Trailing empty path component, ignore it. ;; ..) # Parent dir; strip last assembled component from result. func_dirname "$func_normal_abspath_result" func_normal_abspath_result=$func_dirname_result ;; *) # Actual path component, append it. func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent" ;; esac done # Restore leading double-slash if one was found on entry. func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result } # func_notquiet ARG... # -------------------- # Echo program name prefixed message only when not in quiet mode. func_notquiet () { $debug_cmd $opt_quiet || func_echo ${1+"$@"} # A bug in bash halts the script if the last line of a function # fails when set -e is in force, so we need another command to # work around that: : } # func_relative_path SRCDIR DSTDIR # -------------------------------- # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR. func_relative_path () { $debug_cmd func_relative_path_result= func_normal_abspath "$1" func_relative_path_tlibdir=$func_normal_abspath_result func_normal_abspath "$2" func_relative_path_tbindir=$func_normal_abspath_result # Ascend the tree starting from libdir while :; do # check if we have found a prefix of bindir case $func_relative_path_tbindir in $func_relative_path_tlibdir) # found an exact match func_relative_path_tcancelled= break ;; $func_relative_path_tlibdir*) # found a matching prefix func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir" func_relative_path_tcancelled=$func_stripname_result if test -z "$func_relative_path_result"; then func_relative_path_result=. fi break ;; *) func_dirname $func_relative_path_tlibdir func_relative_path_tlibdir=$func_dirname_result if test -z "$func_relative_path_tlibdir"; then # Have to descend all the way to the root! func_relative_path_result=../$func_relative_path_result func_relative_path_tcancelled=$func_relative_path_tbindir break fi func_relative_path_result=../$func_relative_path_result ;; esac done # Now calculate path; take care to avoid doubling-up slashes. func_stripname '' '/' "$func_relative_path_result" func_relative_path_result=$func_stripname_result func_stripname '/' '/' "$func_relative_path_tcancelled" if test -n "$func_stripname_result"; then func_append func_relative_path_result "/$func_stripname_result" fi # Normalisation. If bindir is libdir, return '.' else relative path. if test -n "$func_relative_path_result"; then func_stripname './' '' "$func_relative_path_result" func_relative_path_result=$func_stripname_result fi test -n "$func_relative_path_result" || func_relative_path_result=. : } # func_quote_for_eval ARG... # -------------------------- # Aesthetically quote ARGs to be evaled later. # This function returns two values: # i) func_quote_for_eval_result # double-quoted, suitable for a subsequent eval # ii) func_quote_for_eval_unquoted_result # has all characters that are still active within double # quotes backslashified. func_quote_for_eval () { $debug_cmd func_quote_for_eval_unquoted_result= func_quote_for_eval_result= while test 0 -lt $#; do case $1 in *[\\\`\"\$]*) _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;; *) _G_unquoted_arg=$1 ;; esac if test -n "$func_quote_for_eval_unquoted_result"; then func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg" else func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg" fi case $_G_unquoted_arg in # Double-quote args containing shell metacharacters to delay # word splitting, command substitution and variable expansion # for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_quoted_arg=\"$_G_unquoted_arg\" ;; *) _G_quoted_arg=$_G_unquoted_arg ;; esac if test -n "$func_quote_for_eval_result"; then func_append func_quote_for_eval_result " $_G_quoted_arg" else func_append func_quote_for_eval_result "$_G_quoted_arg" fi shift done } # func_quote_for_expand ARG # ------------------------- # Aesthetically quote ARG to be evaled later; same as above, # but do not quote variable references. func_quote_for_expand () { $debug_cmd case $1 in *[\\\`\"]*) _G_arg=`$ECHO "$1" | $SED \ -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;; *) _G_arg=$1 ;; esac case $_G_arg in # Double-quote args containing shell metacharacters to delay # word splitting and command substitution for a subsequent eval. # Many Bourne shells cannot handle close brackets correctly # in scan sets, so we specify it separately. *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"") _G_arg=\"$_G_arg\" ;; esac func_quote_for_expand_result=$_G_arg } # func_stripname PREFIX SUFFIX NAME # --------------------------------- # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result. # PREFIX and SUFFIX must not contain globbing or regex special # characters, hashes, percent signs, but SUFFIX may contain a leading # dot (in which case that matches only a dot). if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_stripname () { $debug_cmd # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are # positional parameters, so assign one to ordinary variable first. func_stripname_result=$3 func_stripname_result=${func_stripname_result#"$1"} func_stripname_result=${func_stripname_result%"$2"} }' else func_stripname () { $debug_cmd case $2 in .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;; *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;; esac } fi # func_show_eval CMD [FAIL_EXP] # ----------------------------- # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. func_show_eval () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} func_quote_for_expand "$_G_cmd" eval "func_notquiet $func_quote_for_expand_result" $opt_dry_run || { eval "$_G_cmd" _G_status=$? if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_show_eval_locale CMD [FAIL_EXP] # ------------------------------------ # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP # is given, then evaluate it. Use the saved locale for evaluation. func_show_eval_locale () { $debug_cmd _G_cmd=$1 _G_fail_exp=${2-':'} $opt_quiet || { func_quote_for_expand "$_G_cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || { eval "$_G_user_locale $_G_cmd" _G_status=$? eval "$_G_safe_locale" if test 0 -ne "$_G_status"; then eval "(exit $_G_status); $_G_fail_exp" fi } } # func_tr_sh # ---------- # Turn $1 into a string suitable for a shell variable name. # Result is stored in $func_tr_sh_result. All characters # not in the set a-zA-Z0-9_ are replaced with '_'. Further, # if $1 begins with a digit, a '_' is prepended as well. func_tr_sh () { $debug_cmd case $1 in [0-9]* | *[!a-zA-Z0-9_]*) func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'` ;; * ) func_tr_sh_result=$1 ;; esac } # func_verbose ARG... # ------------------- # Echo program name prefixed message in verbose mode only. func_verbose () { $debug_cmd $opt_verbose && func_echo "$*" : } # func_warn_and_continue ARG... # ----------------------------- # Echo program name prefixed warning message to standard error. func_warn_and_continue () { $debug_cmd $require_term_colors func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2 } # func_warning CATEGORY ARG... # ---------------------------- # Echo program name prefixed warning message to standard error. Warning # messages can be filtered according to CATEGORY, where this function # elides messages where CATEGORY is not listed in the global variable # 'opt_warning_types'. func_warning () { $debug_cmd # CATEGORY must be in the warning_categories list! case " $warning_categories " in *" $1 "*) ;; *) func_internal_error "invalid warning category '$1'" ;; esac _G_category=$1 shift case " $opt_warning_types " in *" $_G_category "*) $warning_func ${1+"$@"} ;; esac } # func_sort_ver VER1 VER2 # ----------------------- # 'sort -V' is not generally available. # Note this deviates from the version comparison in automake # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a # but this should suffice as we won't be specifying old # version formats or redundant trailing .0 in bootstrap.conf. # If we did want full compatibility then we should probably # use m4_version_compare from autoconf. func_sort_ver () { $debug_cmd printf '%s\n%s\n' "$1" "$2" \ | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n } # func_lt_ver PREV CURR # --------------------- # Return true if PREV and CURR are in the correct order according to # func_sort_ver, otherwise false. Use it like this: # # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..." func_lt_ver () { $debug_cmd test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q` } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: #! /bin/sh # Set a version string for this script. scriptversion=2014-01-07.03; # UTC # A portable, pluggable option parser for Bourne shell. # Written by Gary V. Vaughan, 2010 # Copyright (C) 2010-2015 Free Software Foundation, Inc. # This is free software; see the source for copying conditions. There is NO # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Please report bugs or propose patches to gary@gnu.org. ## ------ ## ## Usage. ## ## ------ ## # This file is a library for parsing options in your shell scripts along # with assorted other useful supporting features that you can make use # of too. # # For the simplest scripts you might need only: # # #!/bin/sh # . relative/path/to/funclib.sh # . relative/path/to/options-parser # scriptversion=1.0 # func_options ${1+"$@"} # eval set dummy "$func_options_result"; shift # ...rest of your script... # # In order for the '--version' option to work, you will need to have a # suitably formatted comment like the one at the top of this file # starting with '# Written by ' and ending with '# warranty; '. # # For '-h' and '--help' to work, you will also need a one line # description of your script's purpose in a comment directly above the # '# Written by ' line, like the one at the top of this file. # # The default options also support '--debug', which will turn on shell # execution tracing (see the comment above debug_cmd below for another # use), and '--verbose' and the func_verbose function to allow your script # to display verbose messages only when your user has specified # '--verbose'. # # After sourcing this file, you can plug processing for additional # options by amending the variables from the 'Configuration' section # below, and following the instructions in the 'Option parsing' # section further down. ## -------------- ## ## Configuration. ## ## -------------- ## # You should override these variables in your script after sourcing this # file so that they reflect the customisations you have added to the # option parser. # The usage line for option parsing errors and the start of '-h' and # '--help' output messages. You can embed shell variables for delayed # expansion at the time the message is displayed, but you will need to # quote other shell meta-characters carefully to prevent them being # expanded when the contents are evaled. usage='$progpath [OPTION]...' # Short help message in response to '-h' and '--help'. Add to this or # override it after sourcing this library to reflect the full set of # options your script accepts. usage_message="\ --debug enable verbose shell tracing -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -v, --verbose verbosely report processing --version print version information and exit -h, --help print short or long help message and exit " # Additional text appended to 'usage_message' in response to '--help'. long_help_message=" Warning categories include: 'all' show all warnings 'none' turn off all the warnings 'error' warnings are treated as fatal errors" # Help message printed before fatal option parsing errors. fatal_help="Try '\$progname --help' for more information." ## ------------------------- ## ## Hook function management. ## ## ------------------------- ## # This section contains functions for adding, removing, and running hooks # to the main code. A hook is just a named list of of function, that can # be run in order later on. # func_hookable FUNC_NAME # ----------------------- # Declare that FUNC_NAME will run hooks added with # 'func_add_hook FUNC_NAME ...'. func_hookable () { $debug_cmd func_append hookable_fns " $1" } # func_add_hook FUNC_NAME HOOK_FUNC # --------------------------------- # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must # first have been declared "hookable" by a call to 'func_hookable'. func_add_hook () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not accept hook functions." ;; esac eval func_append ${1}_hooks '" $2"' } # func_remove_hook FUNC_NAME HOOK_FUNC # ------------------------------------ # Remove HOOK_FUNC from the list of functions called by FUNC_NAME. func_remove_hook () { $debug_cmd eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`' } # func_run_hooks FUNC_NAME [ARG]... # --------------------------------- # Run all hook functions registered to FUNC_NAME. # It is assumed that the list of hook functions contains nothing more # than a whitespace-delimited list of legal shell function names, and # no effort is wasted trying to catch shell meta-characters or preserve # whitespace. func_run_hooks () { $debug_cmd case " $hookable_fns " in *" $1 "*) ;; *) func_fatal_error "'$1' does not support hook funcions.n" ;; esac eval _G_hook_fns=\$$1_hooks; shift for _G_hook in $_G_hook_fns; do eval $_G_hook '"$@"' # store returned options list back into positional # parameters for next 'cmd' execution. eval _G_hook_result=\$${_G_hook}_result eval set dummy "$_G_hook_result"; shift done func_quote_for_eval ${1+"$@"} func_run_hooks_result=$func_quote_for_eval_result } ## --------------- ## ## Option parsing. ## ## --------------- ## # In order to add your own option parsing hooks, you must accept the # full positional parameter list in your hook function, remove any # options that you action, and then pass back the remaining unprocessed # options in '_result', escaped suitably for # 'eval'. Like this: # # my_options_prep () # { # $debug_cmd # # # Extend the existing usage message. # usage_message=$usage_message' # -s, --silent don'\''t print informational messages # ' # # func_quote_for_eval ${1+"$@"} # my_options_prep_result=$func_quote_for_eval_result # } # func_add_hook func_options_prep my_options_prep # # # my_silent_option () # { # $debug_cmd # # # Note that for efficiency, we parse as many options as we can # # recognise in a loop before passing the remainder back to the # # caller on the first unrecognised argument we encounter. # while test $# -gt 0; do # opt=$1; shift # case $opt in # --silent|-s) opt_silent=: ;; # # Separate non-argument short options: # -s*) func_split_short_opt "$_G_opt" # set dummy "$func_split_short_opt_name" \ # "-$func_split_short_opt_arg" ${1+"$@"} # shift # ;; # *) set dummy "$_G_opt" "$*"; shift; break ;; # esac # done # # func_quote_for_eval ${1+"$@"} # my_silent_option_result=$func_quote_for_eval_result # } # func_add_hook func_parse_options my_silent_option # # # my_option_validation () # { # $debug_cmd # # $opt_silent && $opt_verbose && func_fatal_help "\ # '--silent' and '--verbose' options are mutually exclusive." # # func_quote_for_eval ${1+"$@"} # my_option_validation_result=$func_quote_for_eval_result # } # func_add_hook func_validate_options my_option_validation # # You'll alse need to manually amend $usage_message to reflect the extra # options you parse. It's preferable to append if you can, so that # multiple option parsing hooks can be added safely. # func_options [ARG]... # --------------------- # All the functions called inside func_options are hookable. See the # individual implementations for details. func_hookable func_options func_options () { $debug_cmd func_options_prep ${1+"$@"} eval func_parse_options \ ${func_options_prep_result+"$func_options_prep_result"} eval func_validate_options \ ${func_parse_options_result+"$func_parse_options_result"} eval func_run_hooks func_options \ ${func_validate_options_result+"$func_validate_options_result"} # save modified positional parameters for caller func_options_result=$func_run_hooks_result } # func_options_prep [ARG]... # -------------------------- # All initialisations required before starting the option parse loop. # Note that when calling hook functions, we pass through the list of # positional parameters. If a hook function modifies that list, and # needs to propogate that back to rest of this script, then the complete # modified list must be put in 'func_run_hooks_result' before # returning. func_hookable func_options_prep func_options_prep () { $debug_cmd # Option defaults: opt_verbose=false opt_warning_types= func_run_hooks func_options_prep ${1+"$@"} # save modified positional parameters for caller func_options_prep_result=$func_run_hooks_result } # func_parse_options [ARG]... # --------------------------- # The main option parsing loop. func_hookable func_parse_options func_parse_options () { $debug_cmd func_parse_options_result= # this just eases exit handling while test $# -gt 0; do # Defer to hook functions for initial option parsing, so they # get priority in the event of reusing an option name. func_run_hooks func_parse_options ${1+"$@"} # Adjust func_parse_options positional parameters to match eval set dummy "$func_run_hooks_result"; shift # Break out of the loop if we already parsed every option. test $# -gt 0 || break _G_opt=$1 shift case $_G_opt in --debug|-x) debug_cmd='set -x' func_echo "enabling shell trace mode" $debug_cmd ;; --no-warnings|--no-warning|--no-warn) set dummy --warnings none ${1+"$@"} shift ;; --warnings|--warning|-W) test $# = 0 && func_missing_arg $_G_opt && break case " $warning_categories $1" in *" $1 "*) # trailing space prevents matching last $1 above func_append_uniq opt_warning_types " $1" ;; *all) opt_warning_types=$warning_categories ;; *none) opt_warning_types=none warning_func=: ;; *error) opt_warning_types=$warning_categories warning_func=func_fatal_error ;; *) func_fatal_error \ "unsupported warning category: '$1'" ;; esac shift ;; --verbose|-v) opt_verbose=: ;; --version) func_version ;; -\?|-h) func_usage ;; --help) func_help ;; # Separate optargs to long options (plugins may need this): --*=*) func_split_equals "$_G_opt" set dummy "$func_split_equals_lhs" \ "$func_split_equals_rhs" ${1+"$@"} shift ;; # Separate optargs to short options: -W*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "$func_split_short_opt_arg" ${1+"$@"} shift ;; # Separate non-argument short options: -\?*|-h*|-v*|-x*) func_split_short_opt "$_G_opt" set dummy "$func_split_short_opt_name" \ "-$func_split_short_opt_arg" ${1+"$@"} shift ;; --) break ;; -*) func_fatal_help "unrecognised option: '$_G_opt'" ;; *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} func_parse_options_result=$func_quote_for_eval_result } # func_validate_options [ARG]... # ------------------------------ # Perform any sanity checks on option settings and/or unconsumed # arguments. func_hookable func_validate_options func_validate_options () { $debug_cmd # Display all warnings if -W was not given. test -n "$opt_warning_types" || opt_warning_types=" $warning_categories" func_run_hooks func_validate_options ${1+"$@"} # Bail if the options were screwed! $exit_cmd $EXIT_FAILURE # save modified positional parameters for caller func_validate_options_result=$func_run_hooks_result } ## ----------------- ## ## Helper functions. ## ## ----------------- ## # This section contains the helper functions used by the rest of the # hookable option parser framework in ascii-betical order. # func_fatal_help ARG... # ---------------------- # Echo program name prefixed message to standard error, followed by # a help hint, and exit. func_fatal_help () { $debug_cmd eval \$ECHO \""Usage: $usage"\" eval \$ECHO \""$fatal_help"\" func_error ${1+"$@"} exit $EXIT_FAILURE } # func_help # --------- # Echo long help message to standard output and exit. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message" exit 0 } # func_missing_arg ARGNAME # ------------------------ # Echo program name prefixed message to standard error and set global # exit_cmd. func_missing_arg () { $debug_cmd func_error "Missing argument for '$1'." exit_cmd=exit } # func_split_equals STRING # ------------------------ # Set func_split_equals_lhs and func_split_equals_rhs shell variables after # splitting STRING at the '=' sign. test -z "$_G_HAVE_XSI_OPS" \ && (eval 'x=a/b/c; test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \ && _G_HAVE_XSI_OPS=yes if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_equals () { $debug_cmd func_split_equals_lhs=${1%%=*} func_split_equals_rhs=${1#*=} test "x$func_split_equals_lhs" = "x$1" \ && func_split_equals_rhs= }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_equals () { $debug_cmd func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'` func_split_equals_rhs= test "x$func_split_equals_lhs" = "x$1" \ || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'` } fi #func_split_equals # func_split_short_opt SHORTOPT # ----------------------------- # Set func_split_short_opt_name and func_split_short_opt_arg shell # variables after splitting SHORTOPT after the 2nd character. if test yes = "$_G_HAVE_XSI_OPS" then # This is an XSI compatible shell, allowing a faster implementation... eval 'func_split_short_opt () { $debug_cmd func_split_short_opt_arg=${1#??} func_split_short_opt_name=${1%"$func_split_short_opt_arg"} }' else # ...otherwise fall back to using expr, which is often a shell builtin. func_split_short_opt () { $debug_cmd func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'` func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'` } fi #func_split_short_opt # func_usage # ---------- # Echo short help message to standard output and exit. func_usage () { $debug_cmd func_usage_message $ECHO "Run '$progname --help |${PAGER-more}' for full usage" exit 0 } # func_usage_message # ------------------ # Echo short help message to standard output. func_usage_message () { $debug_cmd eval \$ECHO \""Usage: $usage"\" echo $SED -n 's|^# || /^Written by/{ x;p;x } h /^Written by/q' < "$progpath" echo eval \$ECHO \""$usage_message"\" } # func_version # ------------ # Echo version message to standard output and exit. func_version () { $debug_cmd printf '%s\n' "$progname $scriptversion" $SED -n ' /(C)/!b go :more /\./!{ N s|\n# | | b more } :go /^# Written by /,/# warranty; / { s|^# || s|^# *$|| s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2| p } /^# Written by / { s|^# || p } /^warranty; /q' < "$progpath" exit $? } # Local variables: # mode: shell-script # sh-indentation: 2 # eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC" # time-stamp-time-zone: "UTC" # End: # Set a version string. scriptversion='(GNU libtool) 2.4.6' # func_echo ARG... # ---------------- # Libtool also displays the current mode in messages, so override # funclib.sh func_echo with this custom definition. func_echo () { $debug_cmd _G_message=$* func_echo_IFS=$IFS IFS=$nl for _G_line in $_G_message; do IFS=$func_echo_IFS $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line" done IFS=$func_echo_IFS } # func_warning ARG... # ------------------- # Libtool warnings are not categorized, so override funclib.sh # func_warning with this simpler definition. func_warning () { $debug_cmd $warning_func ${1+"$@"} } ## ---------------- ## ## Options parsing. ## ## ---------------- ## # Hook in the functions to make sure our own options are parsed during # the option parsing loop. usage='$progpath [OPTION]... [MODE-ARG]...' # Short help message in response to '-h'. usage_message="Options: --config show all configuration variables --debug enable verbose shell tracing -n, --dry-run display commands without modifying any files --features display basic configuration information and exit --mode=MODE use operation mode MODE --no-warnings equivalent to '-Wnone' --preserve-dup-deps don't remove duplicate dependency libraries --quiet, --silent don't print informational messages --tag=TAG use configuration variables from tag TAG -v, --verbose print more informational messages than default --version print version information -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all] -h, --help, --help-all print short, long, or detailed help message " # Additional text appended to 'usage_message' in response to '--help'. func_help () { $debug_cmd func_usage_message $ECHO "$long_help_message MODE must be one of the following: clean remove files from the build directory compile compile a source file into a libtool object execute automatically set library path, then run a program finish complete the installation of libtool libraries install install libraries or executables link create a library or an executable uninstall remove libraries from an installed directory MODE-ARGS vary depending on the MODE. When passed as first option, '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that. Try '$progname --help --mode=MODE' for a more detailed description of MODE. When reporting a bug, please describe a test case to reproduce it and include the following information: host-triplet: $host shell: $SHELL compiler: $LTCC compiler flags: $LTCFLAGS linker: $LD (gnu? $with_gnu_ld) version: $progname $scriptversion Debian-2.4.6-2 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q` autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q` Report bugs to . GNU libtool home page: . General help using GNU software: ." exit 0 } # func_lo2o OBJECT-NAME # --------------------- # Transform OBJECT-NAME from a '.lo' suffix to the platform specific # object suffix. lo2o=s/\\.lo\$/.$objext/ o2lo=s/\\.$objext\$/.lo/ if test yes = "$_G_HAVE_XSI_OPS"; then eval 'func_lo2o () { case $1 in *.lo) func_lo2o_result=${1%.lo}.$objext ;; * ) func_lo2o_result=$1 ;; esac }' # func_xform LIBOBJ-OR-SOURCE # --------------------------- # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise) # suffix to a '.lo' libtool-object suffix. eval 'func_xform () { func_xform_result=${1%.*}.lo }' else # ...otherwise fall back to using sed. func_lo2o () { func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"` } func_xform () { func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'` } fi # func_fatal_configuration ARG... # ------------------------------- # Echo program name prefixed message to standard error, followed by # a configuration failure hint, and exit. func_fatal_configuration () { func__fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } # func_config # ----------- # Display the configuration for all the tags in this script. func_config () { re_begincf='^# ### BEGIN LIBTOOL' re_endcf='^# ### END LIBTOOL' # Default configuration. $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath" # Now print the configurations for the tags. for tagname in $taglist; do $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath" done exit $? } # func_features # ------------- # Display the features supported by this script. func_features () { echo "host: $host" if test yes = "$build_libtool_libs"; then echo "enable shared libraries" else echo "disable shared libraries" fi if test yes = "$build_old_libs"; then echo "enable static libraries" else echo "disable static libraries" fi exit $? } # func_enable_tag TAGNAME # ----------------------- # Verify that TAGNAME is valid, and either flag an error and exit, or # enable the TAGNAME tag. We also add TAGNAME to the global $taglist # variable here. func_enable_tag () { # Global variable: tagname=$1 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$" re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$" sed_extractcf=/$re_begincf/,/$re_endcf/p # Validate tagname. case $tagname in *[!-_A-Za-z0-9,/]*) func_fatal_error "invalid tag name: $tagname" ;; esac # Don't test for the "default" C tag, as we know it's # there but not specially marked. case $tagname in CC) ;; *) if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then taglist="$taglist $tagname" # Evaluate the configuration. Be careful to quote the path # and the sed script, to avoid splitting on whitespace, but # also don't use non-portable quotes within backquotes within # quotes we have to do it in 2 steps: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` eval "$extractedcf" else func_error "ignoring unknown tag $tagname" fi ;; esac } # func_check_version_match # ------------------------ # Ensure that we are using m4 macros, and libtool script from the same # release of libtool. func_check_version_match () { if test "$package_revision" != "$macro_revision"; then if test "$VERSION" != "$macro_version"; then if test -z "$macro_version"; then cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from an older release. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, but the $progname: definition of this LT_INIT comes from $PACKAGE $macro_version. $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION $progname: and run autoconf again. _LT_EOF fi else cat >&2 <<_LT_EOF $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision, $progname: but the definition of this LT_INIT comes from revision $macro_revision. $progname: You should recreate aclocal.m4 with macros from revision $package_revision $progname: of $PACKAGE $VERSION and run autoconf again. _LT_EOF fi exit $EXIT_MISMATCH fi } # libtool_options_prep [ARG]... # ----------------------------- # Preparation for options parsed by libtool. libtool_options_prep () { $debug_mode # Option defaults: opt_config=false opt_dlopen= opt_dry_run=false opt_help=false opt_mode= opt_preserve_dup_deps=false opt_quiet=false nonopt= preserve_args= # Shorthand for --mode=foo, only valid as the first argument case $1 in clean|clea|cle|cl) shift; set dummy --mode clean ${1+"$@"}; shift ;; compile|compil|compi|comp|com|co|c) shift; set dummy --mode compile ${1+"$@"}; shift ;; execute|execut|execu|exec|exe|ex|e) shift; set dummy --mode execute ${1+"$@"}; shift ;; finish|finis|fini|fin|fi|f) shift; set dummy --mode finish ${1+"$@"}; shift ;; install|instal|insta|inst|ins|in|i) shift; set dummy --mode install ${1+"$@"}; shift ;; link|lin|li|l) shift; set dummy --mode link ${1+"$@"}; shift ;; uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u) shift; set dummy --mode uninstall ${1+"$@"}; shift ;; esac # Pass back the list of options. func_quote_for_eval ${1+"$@"} libtool_options_prep_result=$func_quote_for_eval_result } func_add_hook func_options_prep libtool_options_prep # libtool_parse_options [ARG]... # --------------------------------- # Provide handling for libtool specific options. libtool_parse_options () { $debug_cmd # Perform our own loop to consume as many options as possible in # each iteration. while test $# -gt 0; do _G_opt=$1 shift case $_G_opt in --dry-run|--dryrun|-n) opt_dry_run=: ;; --config) func_config ;; --dlopen|-dlopen) opt_dlopen="${opt_dlopen+$opt_dlopen }$1" shift ;; --preserve-dup-deps) opt_preserve_dup_deps=: ;; --features) func_features ;; --finish) set dummy --mode finish ${1+"$@"}; shift ;; --help) opt_help=: ;; --help-all) opt_help=': help-all' ;; --mode) test $# = 0 && func_missing_arg $_G_opt && break opt_mode=$1 case $1 in # Valid mode arguments: clean|compile|execute|finish|install|link|relink|uninstall) ;; # Catch anything else as an error *) func_error "invalid argument for $_G_opt" exit_cmd=exit break ;; esac shift ;; --no-silent|--no-quiet) opt_quiet=false func_append preserve_args " $_G_opt" ;; --no-warnings|--no-warning|--no-warn) opt_warning=false func_append preserve_args " $_G_opt" ;; --no-verbose) opt_verbose=false func_append preserve_args " $_G_opt" ;; --silent|--quiet) opt_quiet=: opt_verbose=false func_append preserve_args " $_G_opt" ;; --tag) test $# = 0 && func_missing_arg $_G_opt && break opt_tag=$1 func_append preserve_args " $_G_opt $1" func_enable_tag "$1" shift ;; --verbose|-v) opt_quiet=false opt_verbose=: func_append preserve_args " $_G_opt" ;; # An option not handled by this hook function: *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;; esac done # save modified positional parameters for caller func_quote_for_eval ${1+"$@"} libtool_parse_options_result=$func_quote_for_eval_result } func_add_hook func_parse_options libtool_parse_options # libtool_validate_options [ARG]... # --------------------------------- # Perform any sanity checks on option settings and/or unconsumed # arguments. libtool_validate_options () { # save first non-option argument if test 0 -lt $#; then nonopt=$1 shift fi # preserve --debug test : = "$debug_cmd" || func_append preserve_args " --debug" case $host in # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*) # don't eliminate duplications in $postdeps and $predeps opt_duplicate_compiler_generated_deps=: ;; *) opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps ;; esac $opt_help || { # Sanity checks first: func_check_version_match test yes != "$build_libtool_libs" \ && test yes != "$build_old_libs" \ && func_fatal_configuration "not configured to build any kind of library" # Darwin sucks eval std_shrext=\"$shrext_cmds\" # Only execute mode is allowed to have -dlopen flags. if test -n "$opt_dlopen" && test execute != "$opt_mode"; then func_error "unrecognized option '-dlopen'" $ECHO "$help" 1>&2 exit $EXIT_FAILURE fi # Change the help message to a mode-specific one. generic_help=$help help="Try '$progname --help --mode=$opt_mode' for more information." } # Pass back the unparsed argument list func_quote_for_eval ${1+"$@"} libtool_validate_options_result=$func_quote_for_eval_result } func_add_hook func_validate_options libtool_validate_options # Process options as early as possible so that --help and --version # can return quickly. func_options ${1+"$@"} eval set dummy "$func_options_result"; shift ## ----------- ## ## Main. ## ## ----------- ## magic='%%%MAGIC variable%%%' magic_exe='%%%MAGIC EXE variable%%%' # Global variables. extracted_archives= extracted_serial=0 # If this variable is set in any of the actions, the command in it # will be execed at the end. This prevents here-documents from being # left over by shells. exec_cmd= # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF $1 _LTECHO_EOF' } # func_generated_by_libtool # True iff stdin has been generated by Libtool. This function is only # a basic sanity check; it will hardly flush out determined imposters. func_generated_by_libtool_p () { $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1 } # func_lalib_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_lalib_p () { test -f "$1" && $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p } # func_lalib_unsafe_p file # True iff FILE is a libtool '.la' library or '.lo' object file. # This function implements the same check as func_lalib_p without # resorting to external programs. To this end, it redirects stdin and # closes it afterwards, without saving the original file descriptor. # As a safety measure, use it only where a negative result would be # fatal anyway. Works if 'file' does not exist. func_lalib_unsafe_p () { lalib_p=no if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then for lalib_p_l in 1 2 3 4 do read lalib_p_line case $lalib_p_line in \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;; esac done exec 0<&5 5<&- fi test yes = "$lalib_p" } # func_ltwrapper_script_p file # True iff FILE is a libtool wrapper script # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_script_p () { test -f "$1" && $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p } # func_ltwrapper_executable_p file # True iff FILE is a libtool wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_executable_p () { func_ltwrapper_exec_suffix= case $1 in *.exe) ;; *) func_ltwrapper_exec_suffix=.exe ;; esac $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1 } # func_ltwrapper_scriptname file # Assumes file is an ltwrapper_executable # uses $file to determine the appropriate filename for a # temporary ltwrapper_script. func_ltwrapper_scriptname () { func_dirname_and_basename "$1" "" "." func_stripname '' '.exe' "$func_basename_result" func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper } # func_ltwrapper_p file # True iff FILE is a libtool wrapper script or wrapper executable # This function is only a basic sanity check; it will hardly flush out # determined imposters. func_ltwrapper_p () { func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1" } # func_execute_cmds commands fail_cmd # Execute tilde-delimited COMMANDS. # If FAIL_CMD is given, eval that upon failure. # FAIL_CMD may read-access the current command in variable CMD! func_execute_cmds () { $debug_cmd save_ifs=$IFS; IFS='~' for cmd in $1; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs func_show_eval "$cmd" "${2-:}" done IFS=$save_ifs } # func_source file # Source FILE, adding directory component if necessary. # Note that it is not necessary on cygwin/mingw to append a dot to # FILE even if both FILE and FILE.exe exist: automatic-append-.exe # behavior happens only for exec(3), not for open(2)! Also, sourcing # 'FILE.' does not work on cygwin managed mounts. func_source () { $debug_cmd case $1 in */* | *\\*) . "$1" ;; *) . "./$1" ;; esac } # func_resolve_sysroot PATH # Replace a leading = in PATH with a sysroot. Store the result into # func_resolve_sysroot_result func_resolve_sysroot () { func_resolve_sysroot_result=$1 case $func_resolve_sysroot_result in =*) func_stripname '=' '' "$func_resolve_sysroot_result" func_resolve_sysroot_result=$lt_sysroot$func_stripname_result ;; esac } # func_replace_sysroot PATH # If PATH begins with the sysroot, replace it with = and # store the result into func_replace_sysroot_result. func_replace_sysroot () { case $lt_sysroot:$1 in ?*:"$lt_sysroot"*) func_stripname "$lt_sysroot" '' "$1" func_replace_sysroot_result='='$func_stripname_result ;; *) # Including no sysroot. func_replace_sysroot_result=$1 ;; esac } # func_infer_tag arg # Infer tagged configuration to use if any are available and # if one wasn't chosen via the "--tag" command line option. # Only attempt this if the compiler in the base compile # command doesn't match the default compiler. # arg is usually of the form 'gcc ...' func_infer_tag () { $debug_cmd if test -n "$available_tags" && test -z "$tagname"; then CC_quoted= for arg in $CC; do func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case $@ in # Blanks in the command may have been stripped by the calling shell, # but not from the CC environment variable when configure was run. " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) ;; # Blanks at the start of $base_compile will cause this to fail # if we don't check for them as well. *) for z in $available_tags; do if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then # Evaluate the configuration. eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" CC_quoted= for arg in $CC; do # Double-quote args containing other shell metacharacters. func_append_quoted CC_quoted "$arg" done CC_expanded=`func_echo_all $CC` CC_quoted_expanded=`func_echo_all $CC_quoted` case "$@ " in " $CC "* | "$CC "* | " $CC_expanded "* | "$CC_expanded "* | \ " $CC_quoted"* | "$CC_quoted "* | " $CC_quoted_expanded "* | "$CC_quoted_expanded "*) # The compiler in the base compile command matches # the one in the tagged configuration. # Assume this is the tagged configuration we want. tagname=$z break ;; esac fi done # If $tagname still isn't set, then no tagged configuration # was found and let the user know that the "--tag" command # line option must be used. if test -z "$tagname"; then func_echo "unable to infer tagged configuration" func_fatal_error "specify a tag with '--tag'" # else # func_verbose "using $tagname tagged configuration" fi ;; esac fi } # func_write_libtool_object output_name pic_name nonpic_name # Create a libtool object file (analogous to a ".la" file), # but don't create it if we're doing a dry run. func_write_libtool_object () { write_libobj=$1 if test yes = "$build_libtool_libs"; then write_lobj=\'$2\' else write_lobj=none fi if test yes = "$build_old_libs"; then write_oldobj=\'$3\' else write_oldobj=none fi $opt_dry_run || { cat >${write_libobj}T </dev/null` if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" | $SED -e "$sed_naive_backslashify"` else func_convert_core_file_wine_to_w32_result= fi fi } # end: func_convert_core_file_wine_to_w32 # func_convert_core_path_wine_to_w32 ARG # Helper function used by path conversion functions when $build is *nix, and # $host is mingw, cygwin, or some other w32 environment. Relies on a correctly # configured wine environment available, with the winepath program in $build's # $PATH. Assumes ARG has no leading or trailing path separator characters. # # ARG is path to be converted from $build format to win32. # Result is available in $func_convert_core_path_wine_to_w32_result. # Unconvertible file (directory) names in ARG are skipped; if no directory names # are convertible, then the result may be empty. func_convert_core_path_wine_to_w32 () { $debug_cmd # unfortunately, winepath doesn't convert paths, only file names func_convert_core_path_wine_to_w32_result= if test -n "$1"; then oldIFS=$IFS IFS=: for func_convert_core_path_wine_to_w32_f in $1; do IFS=$oldIFS func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f" if test -n "$func_convert_core_file_wine_to_w32_result"; then if test -z "$func_convert_core_path_wine_to_w32_result"; then func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result else func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result" fi fi done IFS=$oldIFS fi } # end: func_convert_core_path_wine_to_w32 # func_cygpath ARGS... # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2) # $build is MSYS and $host is Cygwin, or (3) $build is Cygwin. In case (1) or # (2), returns the Cygwin file name or path in func_cygpath_result (input # file name or path is assumed to be in w32 format, as previously converted # from $build's *nix or MSYS format). In case (3), returns the w32 file name # or path in func_cygpath_result (input file name or path is assumed to be in # Cygwin format). Returns an empty string on error. # # ARGS are passed to cygpath, with the last one being the file name or path to # be converted. # # Specify the absolute *nix (or w32) name to cygpath in the LT_CYGPATH # environment variable; do not put it in $PATH. func_cygpath () { $debug_cmd if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` if test "$?" -ne 0; then # on failure, ensure result is empty func_cygpath_result= fi else func_cygpath_result= func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'" fi } #end: func_cygpath # func_convert_core_msys_to_w32 ARG # Convert file name or path ARG from MSYS format to w32 format. Return # result in func_convert_core_msys_to_w32_result. func_convert_core_msys_to_w32 () { $debug_cmd # awkward: cmd appends spaces to result func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null | $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"` } #end: func_convert_core_msys_to_w32 # func_convert_file_check ARG1 ARG2 # Verify that ARG1 (a file name in $build format) was converted to $host # format in ARG2. Otherwise, emit an error message, but continue (resetting # func_to_host_file_result to ARG1). func_convert_file_check () { $debug_cmd if test -z "$2" && test -n "$1"; then func_error "Could not determine host file name corresponding to" func_error " '$1'" func_error "Continuing, but uninstalled executables may not work." # Fallback: func_to_host_file_result=$1 fi } # end func_convert_file_check # func_convert_path_check FROM_PATHSEP TO_PATHSEP FROM_PATH TO_PATH # Verify that FROM_PATH (a path in $build format) was converted to $host # format in TO_PATH. Otherwise, emit an error message, but continue, resetting # func_to_host_file_result to a simplistic fallback value (see below). func_convert_path_check () { $debug_cmd if test -z "$4" && test -n "$3"; then func_error "Could not determine the host path corresponding to" func_error " '$3'" func_error "Continuing, but uninstalled executables may not work." # Fallback. This is a deliberately simplistic "conversion" and # should not be "improved". See libtool.info. if test "x$1" != "x$2"; then lt_replace_pathsep_chars="s|$1|$2|g" func_to_host_path_result=`echo "$3" | $SED -e "$lt_replace_pathsep_chars"` else func_to_host_path_result=$3 fi fi } # end func_convert_path_check # func_convert_path_front_back_pathsep FRONTPAT BACKPAT REPL ORIG # Modifies func_to_host_path_result by prepending REPL if ORIG matches FRONTPAT # and appending REPL if ORIG matches BACKPAT. func_convert_path_front_back_pathsep () { $debug_cmd case $4 in $1 ) func_to_host_path_result=$3$func_to_host_path_result ;; esac case $4 in $2 ) func_append func_to_host_path_result "$3" ;; esac } # end func_convert_path_front_back_pathsep ################################################## # $build to $host FILE NAME CONVERSION FUNCTIONS # ################################################## # invoked via '$to_host_file_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # Result will be available in $func_to_host_file_result. # func_to_host_file ARG # Converts the file name ARG from $build format to $host format. Return result # in func_to_host_file_result. func_to_host_file () { $debug_cmd $to_host_file_cmd "$1" } # end func_to_host_file # func_to_tool_file ARG LAZY # converts the file name ARG from $build format to toolchain format. Return # result in func_to_tool_file_result. If the conversion in use is listed # in (the comma separated) LAZY, no conversion takes place. func_to_tool_file () { $debug_cmd case ,$2, in *,"$to_tool_file_cmd",*) func_to_tool_file_result=$1 ;; *) $to_tool_file_cmd "$1" func_to_tool_file_result=$func_to_host_file_result ;; esac } # end func_to_tool_file # func_convert_file_noop ARG # Copy ARG to func_to_host_file_result. func_convert_file_noop () { func_to_host_file_result=$1 } # end func_convert_file_noop # func_convert_file_msys_to_w32 ARG # Convert file name ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_file_result. func_convert_file_msys_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_to_host_file_result=$func_convert_core_msys_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_w32 # func_convert_file_cygwin_to_w32 ARG # Convert file name ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_file_cygwin_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # because $build is cygwin, we call "the" cygpath in $PATH; no need to use # LT_CYGPATH in this case. func_to_host_file_result=`cygpath -m "$1"` fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_cygwin_to_w32 # func_convert_file_nix_to_w32 ARG # Convert file name ARG from *nix to w32 format. Requires a wine environment # and a working winepath. Returns result in func_to_host_file_result. func_convert_file_nix_to_w32 () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_file_wine_to_w32 "$1" func_to_host_file_result=$func_convert_core_file_wine_to_w32_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_w32 # func_convert_file_msys_to_cygwin ARG # Convert file name ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_file_msys_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then func_convert_core_msys_to_w32 "$1" func_cygpath -u "$func_convert_core_msys_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_msys_to_cygwin # func_convert_file_nix_to_cygwin ARG # Convert file name ARG from *nix to Cygwin format. Requires Cygwin installed # in a wine environment, working winepath, and LT_CYGPATH set. Returns result # in func_to_host_file_result. func_convert_file_nix_to_cygwin () { $debug_cmd func_to_host_file_result=$1 if test -n "$1"; then # convert from *nix to w32, then use cygpath to convert from w32 to cygwin. func_convert_core_file_wine_to_w32 "$1" func_cygpath -u "$func_convert_core_file_wine_to_w32_result" func_to_host_file_result=$func_cygpath_result fi func_convert_file_check "$1" "$func_to_host_file_result" } # end func_convert_file_nix_to_cygwin ############################################# # $build to $host PATH CONVERSION FUNCTIONS # ############################################# # invoked via '$to_host_path_cmd ARG' # # In each case, ARG is the path to be converted from $build to $host format. # The result will be available in $func_to_host_path_result. # # Path separators are also converted from $build format to $host format. If # ARG begins or ends with a path separator character, it is preserved (but # converted to $host format) on output. # # All path conversion functions are named using the following convention: # file name conversion function : func_convert_file_X_to_Y () # path conversion function : func_convert_path_X_to_Y () # where, for any given $build/$host combination the 'X_to_Y' value is the # same. If conversion functions are added for new $build/$host combinations, # the two new functions must follow this pattern, or func_init_to_host_path_cmd # will break. # func_init_to_host_path_cmd # Ensures that function "pointer" variable $to_host_path_cmd is set to the # appropriate value, based on the value of $to_host_file_cmd. to_host_path_cmd= func_init_to_host_path_cmd () { $debug_cmd if test -z "$to_host_path_cmd"; then func_stripname 'func_convert_file_' '' "$to_host_file_cmd" to_host_path_cmd=func_convert_path_$func_stripname_result fi } # func_to_host_path ARG # Converts the path ARG from $build format to $host format. Return result # in func_to_host_path_result. func_to_host_path () { $debug_cmd func_init_to_host_path_cmd $to_host_path_cmd "$1" } # end func_to_host_path # func_convert_path_noop ARG # Copy ARG to func_to_host_path_result. func_convert_path_noop () { func_to_host_path_result=$1 } # end func_convert_path_noop # func_convert_path_msys_to_w32 ARG # Convert path ARG from (mingw) MSYS to (mingw) w32 format; automatic # conversion to w32 is not available inside the cwrapper. Returns result in # func_to_host_path_result. func_convert_path_msys_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from ARG. MSYS # behavior is inconsistent here; cygpath turns them into '.;' and ';.'; # and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_msys_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_msys_to_w32 # func_convert_path_cygwin_to_w32 ARG # Convert path ARG from Cygwin to w32 format. Returns result in # func_to_host_file_result. func_convert_path_cygwin_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_cygwin_to_w32 # func_convert_path_nix_to_w32 ARG # Convert path ARG from *nix to w32 format. Requires a wine environment and # a working winepath. Returns result in func_to_host_file_result. func_convert_path_nix_to_w32 () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_to_host_path_result=$func_convert_core_path_wine_to_w32_result func_convert_path_check : ";" \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" ";" "$1" fi } # end func_convert_path_nix_to_w32 # func_convert_path_msys_to_cygwin ARG # Convert path ARG from MSYS to Cygwin format. Requires LT_CYGPATH set. # Returns result in func_to_host_file_result. func_convert_path_msys_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # See func_convert_path_msys_to_w32: func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_msys_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_msys_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_msys_to_cygwin # func_convert_path_nix_to_cygwin ARG # Convert path ARG from *nix to Cygwin format. Requires Cygwin installed in a # a wine environment, working winepath, and LT_CYGPATH set. Returns result in # func_to_host_file_result. func_convert_path_nix_to_cygwin () { $debug_cmd func_to_host_path_result=$1 if test -n "$1"; then # Remove leading and trailing path separator characters from # ARG. msys behavior is inconsistent here, cygpath turns them # into '.;' and ';.', and winepath ignores them completely. func_stripname : : "$1" func_to_host_path_tmp1=$func_stripname_result func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1" func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result" func_to_host_path_result=$func_cygpath_result func_convert_path_check : : \ "$func_to_host_path_tmp1" "$func_to_host_path_result" func_convert_path_front_back_pathsep ":*" "*:" : "$1" fi } # end func_convert_path_nix_to_cygwin # func_dll_def_p FILE # True iff FILE is a Windows DLL '.def' file. # Keep in sync with _LT_DLL_DEF_P in libtool.m4 func_dll_def_p () { $debug_cmd func_dll_def_p_tmp=`$SED -n \ -e 's/^[ ]*//' \ -e '/^\(;.*\)*$/d' \ -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \ -e q \ "$1"` test DEF = "$func_dll_def_p_tmp" } # func_mode_compile arg... func_mode_compile () { $debug_cmd # Get the compilation command and the source file. base_compile= srcfile=$nonopt # always keep a non-empty value in "srcfile" suppress_opt=yes suppress_output= arg_mode=normal libobj= later= pie_flag= for arg do case $arg_mode in arg ) # do not "continue". Instead, add this to base_compile lastarg=$arg arg_mode=normal ;; target ) libobj=$arg arg_mode=normal continue ;; normal ) # Accept any command-line options. case $arg in -o) test -n "$libobj" && \ func_fatal_error "you cannot specify '-o' more than once" arg_mode=target continue ;; -pie | -fpie | -fPIE) func_append pie_flag " $arg" continue ;; -shared | -static | -prefer-pic | -prefer-non-pic) func_append later " $arg" continue ;; -no-suppress) suppress_opt=no continue ;; -Xcompiler) arg_mode=arg # the next one goes into the "base_compile" arg list continue # The current "srcfile" will either be retained or ;; # replaced later. I would guess that would be a bug. -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result lastarg= save_ifs=$IFS; IFS=, for arg in $args; do IFS=$save_ifs func_append_quoted lastarg "$arg" done IFS=$save_ifs func_stripname ' ' '' "$lastarg" lastarg=$func_stripname_result # Add the arguments to base_compile. func_append base_compile " $lastarg" continue ;; *) # Accept the current argument as the source file. # The previous "srcfile" becomes the current argument. # lastarg=$srcfile srcfile=$arg ;; esac # case $arg ;; esac # case $arg_mode # Aesthetically quote the previous argument. func_append_quoted base_compile "$lastarg" done # for arg case $arg_mode in arg) func_fatal_error "you must specify an argument for -Xcompile" ;; target) func_fatal_error "you must specify a target with '-o'" ;; *) # Get the name of the library object. test -z "$libobj" && { func_basename "$srcfile" libobj=$func_basename_result } ;; esac # Recognize several different file suffixes. # If the user specifies -o file.o, it is replaced with file.lo case $libobj in *.[cCFSifmso] | \ *.ada | *.adb | *.ads | *.asm | \ *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ *.[fF][09]? | *.for | *.java | *.go | *.obj | *.sx | *.cu | *.cup) func_xform "$libobj" libobj=$func_xform_result ;; esac case $libobj in *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;; *) func_fatal_error "cannot determine name of library object from '$libobj'" ;; esac func_infer_tag $base_compile for arg in $later; do case $arg in -shared) test yes = "$build_libtool_libs" \ || func_fatal_configuration "cannot build a shared library" build_old_libs=no continue ;; -static) build_libtool_libs=no build_old_libs=yes continue ;; -prefer-pic) pic_mode=yes continue ;; -prefer-non-pic) pic_mode=no continue ;; esac done func_quote_for_eval "$libobj" test "X$libobj" != "X$func_quote_for_eval_result" \ && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \ && func_warning "libobj name '$libobj' may not contain shell special characters." func_dirname_and_basename "$obj" "/" "" objname=$func_basename_result xdir=$func_dirname_result lobj=$xdir$objdir/$objname test -z "$base_compile" && \ func_fatal_help "you must specify a compilation command" # Delete any leftover library objects. if test yes = "$build_old_libs"; then removelist="$obj $lobj $libobj ${libobj}T" else removelist="$lobj $libobj ${libobj}T" fi # On Cygwin there's no "real" PIC flag so we must build both object types case $host_os in cygwin* | mingw* | pw32* | os2* | cegcc*) pic_mode=default ;; esac if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then # non-PIC code in shared libraries is not supported pic_mode=default fi # Calculate the filename of the output object if compiler does # not support -o with -c if test no = "$compiler_c_o"; then output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext lockfile=$output_obj.lock else output_obj= need_locks=no lockfile= fi # Lock this critical section if it is needed # We use this script file to make the link, it avoids creating a new file if test yes = "$need_locks"; then until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done elif test warn = "$need_locks"; then if test -f "$lockfile"; then $ECHO "\ *** ERROR, $lockfile exists and contains: `cat $lockfile 2>/dev/null` This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi func_append removelist " $output_obj" $ECHO "$srcfile" > "$lockfile" fi $opt_dry_run || $RM $removelist func_append removelist " $lockfile" trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15 func_to_tool_file "$srcfile" func_convert_file_msys_to_w32 srcfile=$func_to_tool_file_result func_quote_for_eval "$srcfile" qsrcfile=$func_quote_for_eval_result # Only build a PIC object if we are building libtool libraries. if test yes = "$build_libtool_libs"; then # Without this assignment, base_compile gets emptied. fbsd_hideous_sh_bug=$base_compile if test no != "$pic_mode"; then command="$base_compile $qsrcfile $pic_flag" else # Don't build PIC code command="$base_compile $qsrcfile" fi func_mkdir_p "$xdir$objdir" if test -z "$output_obj"; then # Place PIC objects in $objdir func_append command " -o $lobj" fi func_show_eval_locale "$command" \ 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed, then go on to compile the next one if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then func_show_eval '$MV "$output_obj" "$lobj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi # Allow error messages only from the first compilation. if test yes = "$suppress_opt"; then suppress_output=' >/dev/null 2>&1' fi fi # Only build a position-dependent object if we build old libraries. if test yes = "$build_old_libs"; then if test yes != "$pic_mode"; then # Don't build PIC code command="$base_compile $qsrcfile$pie_flag" else command="$base_compile $qsrcfile $pic_flag" fi if test yes = "$compiler_c_o"; then func_append command " -o $obj" fi # Suppress compiler output if we already did a PIC compilation. func_append command "$suppress_output" func_show_eval_locale "$command" \ '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' if test warn = "$need_locks" && test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then $ECHO "\ *** ERROR, $lockfile contains: `cat $lockfile 2>/dev/null` but it should contain: $srcfile This indicates that another process is trying to use the same temporary object file, and libtool could not work around it because your compiler does not support '-c' and '-o' together. If you repeat this compilation, it may succeed, by chance, but you had better avoid parallel builds (make -j) in this platform, or get a better compiler." $opt_dry_run || $RM $removelist exit $EXIT_FAILURE fi # Just move the object if needed if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then func_show_eval '$MV "$output_obj" "$obj"' \ 'error=$?; $opt_dry_run || $RM $removelist; exit $error' fi fi $opt_dry_run || { func_write_libtool_object "$libobj" "$objdir/$objname" "$objname" # Unlock the critical section if it was locked if test no != "$need_locks"; then removelist=$lockfile $RM "$lockfile" fi } exit $EXIT_SUCCESS } $opt_help || { test compile = "$opt_mode" && func_mode_compile ${1+"$@"} } func_mode_help () { # We need to display help for each of the modes. case $opt_mode in "") # Generic help is extracted from the usage comments # at the start of this file. func_help ;; clean) $ECHO \ "Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE... Remove files from the build directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, object or program, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; compile) $ECHO \ "Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE Compile a source file into a libtool library object. This mode accepts the following additional options: -o OUTPUT-FILE set the output file name to OUTPUT-FILE -no-suppress do not suppress compiler output for multiple passes -prefer-pic try to build PIC objects only -prefer-non-pic try to build non-PIC objects only -shared do not build a '.o' file suitable for static linking -static only build a '.o' file suitable for static linking -Wc,FLAG pass FLAG directly to the compiler COMPILE-COMMAND is a command to be used in creating a 'standard' object file from the given SOURCEFILE. The output file name is determined by removing the directory component from SOURCEFILE, then substituting the C source code suffix '.c' with the library object suffix, '.lo'." ;; execute) $ECHO \ "Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]... Automatically set library path, then run a program. This mode accepts the following additional options: -dlopen FILE add the directory containing FILE to the library path This mode sets the library path environment variable according to '-dlopen' flags. If any of the ARGS are libtool executable wrappers, then they are translated into their corresponding uninstalled binary, and any of their required library directories are added to the library path. Then, COMMAND is executed, with ARGS as arguments." ;; finish) $ECHO \ "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... Complete the installation of libtool libraries. Each LIBDIR is a directory that contains libtool libraries. The commands that this mode executes may require superuser privileges. Use the '--dry-run' option if you just want to see what would be executed." ;; install) $ECHO \ "Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND... Install executables or libraries. INSTALL-COMMAND is the installation command. The first component should be either the 'install' or 'cp' program. The following components of INSTALL-COMMAND are treated specially: -inst-prefix-dir PREFIX-DIR Use PREFIX-DIR as a staging area for installation The rest of the components are interpreted as arguments to that command (only BSD-compatible install options are recognized)." ;; link) $ECHO \ "Usage: $progname [OPTION]... --mode=link LINK-COMMAND... Link object files or libraries together to form another library, or to create an executable program. LINK-COMMAND is a command using the C compiler that you would use to create a program from several object files. The following components of LINK-COMMAND are treated specially: -all-static do not do any dynamic linking at all -avoid-version do not add a version suffix if possible -bindir BINDIR specify path to binaries directory (for systems where libraries must be found in the PATH setting at runtime) -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3) -export-symbols SYMFILE try to export only the symbols listed in SYMFILE -export-symbols-regex REGEX try to export only the symbols matching REGEX -LLIBDIR search LIBDIR for required installed libraries -lNAME OUTPUT-FILE requires the installed library libNAME -module build a library that can dlopened -no-fast-install disable the fast-install mode -no-install link a not-installable executable -no-undefined declare that a library does not refer to external symbols -o OUTPUT-FILE create OUTPUT-FILE from the specified objects -objectlist FILE use a list of object files found in FILE to specify objects -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes) -precious-files-regex REGEX don't remove output files matching REGEX -release RELEASE specify package release information -rpath LIBDIR the created library will eventually be installed in LIBDIR -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries -shared only do dynamic linking of libtool libraries -shrext SUFFIX override the standard shared library file extension -static do not do any dynamic linking of uninstalled libtool libraries -static-libtool-libs do not do any dynamic linking of libtool libraries -version-info CURRENT[:REVISION[:AGE]] specify library version info [each variable defaults to 0] -weak LIBNAME declare that the target provides the LIBNAME interface -Wc,FLAG -Xcompiler FLAG pass linker-specific FLAG directly to the compiler -Wl,FLAG -Xlinker FLAG pass linker-specific FLAG directly to the linker -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) All other options (arguments beginning with '-') are ignored. Every other argument is treated as a filename. Files ending in '.la' are treated as uninstalled libtool libraries, other files are standard or library object files. If the OUTPUT-FILE ends in '.la', then a libtool library is created, only library objects ('.lo' files) may be specified, and '-rpath' is required, except when creating a convenience library. If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created using 'ar' and 'ranlib', or on Windows using 'lib'. If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file is created, otherwise an executable program is created." ;; uninstall) $ECHO \ "Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE... Remove libraries from an installation directory. RM is the name of the program to use to delete files associated with each FILE (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed to RM. If FILE is a libtool library, all the files associated with it are deleted. Otherwise, only FILE itself is deleted using RM." ;; *) func_fatal_help "invalid operation mode '$opt_mode'" ;; esac echo $ECHO "Try '$progname --help' for more information about other modes." } # Now that we've collected a possible --mode arg, show help if necessary if $opt_help; then if test : = "$opt_help"; then func_mode_help else { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do func_mode_help done } | $SED -n '1p; 2,$s/^Usage:/ or: /p' { func_help noexit for opt_mode in compile link execute install finish uninstall clean; do echo func_mode_help done } | $SED '1d /^When reporting/,/^Report/{ H d } $x /information about other modes/d /more detailed .*MODE/d s/^Usage:.*--mode=\([^ ]*\) .*/Description of \1 mode:/' fi exit $? fi # func_mode_execute arg... func_mode_execute () { $debug_cmd # The first argument is the command name. cmd=$nonopt test -z "$cmd" && \ func_fatal_help "you must specify a COMMAND" # Handle -dlopen flags immediately. for file in $opt_dlopen; do test -f "$file" \ || func_fatal_help "'$file' is not a file" dir= case $file in *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$lib' is not a valid libtool archive" # Read the libtool library. dlname= library_names= func_source "$file" # Skip this library if it cannot be dlopened. if test -z "$dlname"; then # Warn if it was a shared library. test -n "$library_names" && \ func_warning "'$file' was not linked with '-export-dynamic'" continue fi func_dirname "$file" "" "." dir=$func_dirname_result if test -f "$dir/$objdir/$dlname"; then func_append dir "/$objdir" else if test ! -f "$dir/$dlname"; then func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'" fi fi ;; *.lo) # Just add the directory containing the .lo file. func_dirname "$file" "" "." dir=$func_dirname_result ;; *) func_warning "'-dlopen' is ignored for non-libtool libraries and objects" continue ;; esac # Get the absolute pathname. absdir=`cd "$dir" && pwd` test -n "$absdir" && dir=$absdir # Now add the directory to shlibpath_var. if eval "test -z \"\$$shlibpath_var\""; then eval "$shlibpath_var=\"\$dir\"" else eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\"" fi done # This variable tells wrapper scripts just to set shlibpath_var # rather than running their programs. libtool_execute_magic=$magic # Check if any of the arguments is a wrapper script. args= for file do case $file in -* | *.la | *.lo ) ;; *) # Do a test to see if this is really a libtool program. if func_ltwrapper_script_p "$file"; then func_source "$file" # Transform arg to wrapped name. file=$progdir/$program elif func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" func_source "$func_ltwrapper_scriptname_result" # Transform arg to wrapped name. file=$progdir/$program fi ;; esac # Quote arguments (to preserve shell metacharacters). func_append_quoted args "$file" done if $opt_dry_run; then # Display what would be done. if test -n "$shlibpath_var"; then eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\"" echo "export $shlibpath_var" fi $ECHO "$cmd$args" exit $EXIT_SUCCESS else if test -n "$shlibpath_var"; then # Export the shlibpath_var. eval "export $shlibpath_var" fi # Restore saved environment variables for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES do eval "if test \"\${save_$lt_var+set}\" = set; then $lt_var=\$save_$lt_var; export $lt_var else $lt_unset $lt_var fi" done # Now prepare to actually exec the command. exec_cmd=\$cmd$args fi } test execute = "$opt_mode" && func_mode_execute ${1+"$@"} # func_mode_finish arg... func_mode_finish () { $debug_cmd libs= libdirs= admincmds= for opt in "$nonopt" ${1+"$@"} do if test -d "$opt"; then func_append libdirs " $opt" elif test -f "$opt"; then if func_lalib_unsafe_p "$opt"; then func_append libs " $opt" else func_warning "'$opt' is not a valid libtool archive" fi else func_fatal_error "invalid argument '$opt'" fi done if test -n "$libs"; then if test -n "$lt_sysroot"; then sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" else sysroot_cmd= fi # Remove sysroot references if $opt_dry_run; then for lib in $libs; do echo "removing references to $lt_sysroot and '=' prefixes from $lib" done else tmpdir=`func_mktempdir` for lib in $libs; do $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \ > $tmpdir/tmp-la mv -f $tmpdir/tmp-la $lib done ${RM}r "$tmpdir" fi fi if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then for libdir in $libdirs; do if test -n "$finish_cmds"; then # Do each command in the finish commands. func_execute_cmds "$finish_cmds" 'admincmds="$admincmds '"$cmd"'"' fi if test -n "$finish_eval"; then # Do the single finish_eval. eval cmds=\"$finish_eval\" $opt_dry_run || eval "$cmds" || func_append admincmds " $cmds" fi done fi # Exit here if they wanted silent mode. $opt_quiet && exit $EXIT_SUCCESS if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then echo "----------------------------------------------------------------------" echo "Libraries have been installed in:" for libdir in $libdirs; do $ECHO " $libdir" done echo echo "If you ever happen to want to link against installed libraries" echo "in a given directory, LIBDIR, you must either use libtool, and" echo "specify the full pathname of the library, or use the '-LLIBDIR'" echo "flag during linking and do at least one of the following:" if test -n "$shlibpath_var"; then echo " - add LIBDIR to the '$shlibpath_var' environment variable" echo " during execution" fi if test -n "$runpath_var"; then echo " - add LIBDIR to the '$runpath_var' environment variable" echo " during linking" fi if test -n "$hardcode_libdir_flag_spec"; then libdir=LIBDIR eval flag=\"$hardcode_libdir_flag_spec\" $ECHO " - use the '$flag' linker flag" fi if test -n "$admincmds"; then $ECHO " - have your system administrator run these commands:$admincmds" fi if test -f /etc/ld.so.conf; then echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'" fi echo echo "See any operating system documentation about shared libraries for" case $host in solaris2.[6789]|solaris2.1[0-9]) echo "more information, such as the ld(1), crle(1) and ld.so(8) manual" echo "pages." ;; *) echo "more information, such as the ld(1) and ld.so(8) manual pages." ;; esac echo "----------------------------------------------------------------------" fi exit $EXIT_SUCCESS } test finish = "$opt_mode" && func_mode_finish ${1+"$@"} # func_mode_install arg... func_mode_install () { $debug_cmd # There may be an optional sh(1) argument at the beginning of # install_prog (especially on Windows NT). if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" || # Allow the use of GNU shtool's install command. case $nonopt in *shtool*) :;; *) false;; esac then # Aesthetically quote it. func_quote_for_eval "$nonopt" install_prog="$func_quote_for_eval_result " arg=$1 shift else install_prog= arg=$nonopt fi # The real first argument should be the name of the installation program. # Aesthetically quote it. func_quote_for_eval "$arg" func_append install_prog "$func_quote_for_eval_result" install_shared_prog=$install_prog case " $install_prog " in *[\\\ /]cp\ *) install_cp=: ;; *) install_cp=false ;; esac # We need to accept at least all the BSD install flags. dest= files= opts= prev= install_type= isdir=false stripme= no_mode=: for arg do arg2= if test -n "$dest"; then func_append files " $dest" dest=$arg continue fi case $arg in -d) isdir=: ;; -f) if $install_cp; then :; else prev=$arg fi ;; -g | -m | -o) prev=$arg ;; -s) stripme=" -s" continue ;; -*) ;; *) # If the previous option needed an argument, then skip it. if test -n "$prev"; then if test X-m = "X$prev" && test -n "$install_override_mode"; then arg2=$install_override_mode no_mode=false fi prev= else dest=$arg continue fi ;; esac # Aesthetically quote the argument. func_quote_for_eval "$arg" func_append install_prog " $func_quote_for_eval_result" if test -n "$arg2"; then func_quote_for_eval "$arg2" fi func_append install_shared_prog " $func_quote_for_eval_result" done test -z "$install_prog" && \ func_fatal_help "you must specify an install program" test -n "$prev" && \ func_fatal_help "the '$prev' option requires an argument" if test -n "$install_override_mode" && $no_mode; then if $install_cp; then :; else func_quote_for_eval "$install_override_mode" func_append install_shared_prog " -m $func_quote_for_eval_result" fi fi if test -z "$files"; then if test -z "$dest"; then func_fatal_help "no file or destination specified" else func_fatal_help "you must specify a destination" fi fi # Strip any trailing slash from the destination. func_stripname '' '/' "$dest" dest=$func_stripname_result # Check to see that the destination is a directory. test -d "$dest" && isdir=: if $isdir; then destdir=$dest destname= else func_dirname_and_basename "$dest" "" "." destdir=$func_dirname_result destname=$func_basename_result # Not a directory, so check to see that there is only one file specified. set dummy $files; shift test "$#" -gt 1 && \ func_fatal_help "'$dest' is not a directory" fi case $destdir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) for file in $files; do case $file in *.lo) ;; *) func_fatal_help "'$destdir' must be an absolute directory name" ;; esac done ;; esac # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic staticlibs= future_libdirs= current_libdirs= for file in $files; do # Do each installation. case $file in *.$libext) # Do the static libraries later. func_append staticlibs " $file" ;; *.la) func_resolve_sysroot "$file" file=$func_resolve_sysroot_result # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$file" \ || func_fatal_help "'$file' is not a valid libtool archive" library_names= old_library= relink_command= func_source "$file" # Add the libdir to current_libdirs if it is the destination. if test "X$destdir" = "X$libdir"; then case "$current_libdirs " in *" $libdir "*) ;; *) func_append current_libdirs " $libdir" ;; esac else # Note the libdir as a future libdir. case "$future_libdirs " in *" $libdir "*) ;; *) func_append future_libdirs " $libdir" ;; esac fi func_dirname "$file" "/" "" dir=$func_dirname_result func_append dir "$objdir" if test -n "$relink_command"; then # Determine the prefix the user has applied to our future dir. inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` # Don't allow the user to place us outside of our expected # location b/c this prevents finding dependent libraries that # are installed to the same prefix. # At present, this check doesn't affect windows .dll's that # are installed into $libdir/../bin (currently, that works fine) # but it's something to keep an eye on. test "$inst_prefix_dir" = "$destdir" && \ func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir" if test -n "$inst_prefix_dir"; then # Stick the inst_prefix_dir data into the link command. relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` else relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` fi func_warning "relinking '$file'" func_show_eval "$relink_command" \ 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"' fi # See the names of the shared library. set dummy $library_names; shift if test -n "$1"; then realname=$1 shift srcname=$realname test -n "$relink_command" && srcname=${realname}T # Install the shared library and build the symlinks. func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \ 'exit $?' tstripme=$stripme case $host_os in cygwin* | mingw* | pw32* | cegcc*) case $realname in *.dll.a) tstripme= ;; esac ;; os2*) case $realname in *_dll.a) tstripme= ;; esac ;; esac if test -n "$tstripme" && test -n "$striplib"; then func_show_eval "$striplib $destdir/$realname" 'exit $?' fi if test "$#" -gt 0; then # Delete the old symlinks, and create new ones. # Try 'ln -sf' first, because the 'ln' binary might depend on # the symlink we replace! Solaris /bin/ln does not understand -f, # so we also need to try rm && ln -s. for linkname do test "$linkname" != "$realname" \ && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })" done fi # Do each command in the postinstall commands. lib=$destdir/$realname func_execute_cmds "$postinstall_cmds" 'exit $?' fi # Install the pseudo-library for information purposes. func_basename "$file" name=$func_basename_result instname=$dir/${name}i func_show_eval "$install_prog $instname $destdir/$name" 'exit $?' # Maybe install the static library, too. test -n "$old_library" && func_append staticlibs " $dir/$old_library" ;; *.lo) # Install (i.e. copy) a libtool object. # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # Deduce the name of the destination old-style object file. case $destfile in *.lo) func_lo2o "$destfile" staticdest=$func_lo2o_result ;; *.$objext) staticdest=$destfile destfile= ;; *) func_fatal_help "cannot copy a libtool object to '$destfile'" ;; esac # Install the libtool object if requested. test -n "$destfile" && \ func_show_eval "$install_prog $file $destfile" 'exit $?' # Install the old object if enabled. if test yes = "$build_old_libs"; then # Deduce the name of the old-style object file. func_lo2o "$file" staticobj=$func_lo2o_result func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?' fi exit $EXIT_SUCCESS ;; *) # Figure out destination file name, if it wasn't already specified. if test -n "$destname"; then destfile=$destdir/$destname else func_basename "$file" destfile=$func_basename_result destfile=$destdir/$destfile fi # If the file is missing, and there is a .exe on the end, strip it # because it is most likely a libtool script we actually want to # install stripped_ext= case $file in *.exe) if test ! -f "$file"; then func_stripname '' '.exe' "$file" file=$func_stripname_result stripped_ext=.exe fi ;; esac # Do a test to see if this is really a libtool program. case $host in *cygwin* | *mingw*) if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" wrapper=$func_ltwrapper_scriptname_result else func_stripname '' '.exe' "$file" wrapper=$func_stripname_result fi ;; *) wrapper=$file ;; esac if func_ltwrapper_script_p "$wrapper"; then notinst_deplibs= relink_command= func_source "$wrapper" # Check the variables that should have been set. test -z "$generated_by_libtool_version" && \ func_fatal_error "invalid libtool wrapper script '$wrapper'" finalize=: for lib in $notinst_deplibs; do # Check to see that each library is installed. libdir= if test -f "$lib"; then func_source "$lib" fi libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'` if test -n "$libdir" && test ! -f "$libfile"; then func_warning "'$lib' has not been installed in '$libdir'" finalize=false fi done relink_command= func_source "$wrapper" outputname= if test no = "$fast_install" && test -n "$relink_command"; then $opt_dry_run || { if $finalize; then tmpdir=`func_mktempdir` func_basename "$file$stripped_ext" file=$func_basename_result outputname=$tmpdir/$file # Replace the output file specification. relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` $opt_quiet || { func_quote_for_expand "$relink_command" eval "func_echo $func_quote_for_expand_result" } if eval "$relink_command"; then : else func_error "error: relink '$file' with the above command before installing it" $opt_dry_run || ${RM}r "$tmpdir" continue fi file=$outputname else func_warning "cannot relink '$file'" fi } else # Install the binary that we compiled earlier. file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` fi fi # remove .exe since cygwin /usr/bin/install will append another # one anyway case $install_prog,$host in */usr/bin/install*,*cygwin*) case $file:$destfile in *.exe:*.exe) # this is ok ;; *.exe:*) destfile=$destfile.exe ;; *:*.exe) func_stripname '' '.exe' "$destfile" destfile=$func_stripname_result ;; esac ;; esac func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?' $opt_dry_run || if test -n "$outputname"; then ${RM}r "$tmpdir" fi ;; esac done for file in $staticlibs; do func_basename "$file" name=$func_basename_result # Set up the ranlib parameters. oldlib=$destdir/$name func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result func_show_eval "$install_prog \$file \$oldlib" 'exit $?' if test -n "$stripme" && test -n "$old_striplib"; then func_show_eval "$old_striplib $tool_oldlib" 'exit $?' fi # Do each command in the postinstall commands. func_execute_cmds "$old_postinstall_cmds" 'exit $?' done test -n "$future_libdirs" && \ func_warning "remember to run '$progname --finish$future_libdirs'" if test -n "$current_libdirs"; then # Maybe just do a dry run. $opt_dry_run && current_libdirs=" -n$current_libdirs" exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs' else exit $EXIT_SUCCESS fi } test install = "$opt_mode" && func_mode_install ${1+"$@"} # func_generate_dlsyms outputname originator pic_p # Extract symbols from dlprefiles and create ${outputname}S.o with # a dlpreopen symbol table. func_generate_dlsyms () { $debug_cmd my_outputname=$1 my_originator=$2 my_pic_p=${3-false} my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'` my_dlsyms= if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then if test -n "$NM" && test -n "$global_symbol_pipe"; then my_dlsyms=${my_outputname}S.c else func_error "not configured to extract global symbols from dlpreopened files" fi fi if test -n "$my_dlsyms"; then case $my_dlsyms in "") ;; *.c) # Discover the nlist of each of the dlfiles. nlist=$output_objdir/$my_outputname.nm func_show_eval "$RM $nlist ${nlist}S ${nlist}T" # Parse the name list into a source file. func_verbose "creating $output_objdir/$my_dlsyms" $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\ /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */ /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */ #ifdef __cplusplus extern \"C\" { #endif #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4)) #pragma GCC diagnostic ignored \"-Wstrict-prototypes\" #endif /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE /* DATA imports from DLLs on WIN32 can't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ # define LT_DLSYM_CONST #elif defined __osf__ /* This system does not cope well with relocations in const data. */ # define LT_DLSYM_CONST #else # define LT_DLSYM_CONST const #endif #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* External symbol declarations for the compiler. */\ " if test yes = "$dlself"; then func_verbose "generating symbol list for '$output'" $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist" # Add our own program objects to the symbol list. progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` for progfile in $progfiles; do func_to_tool_file "$progfile" func_convert_file_msys_to_w32 func_verbose "extracting global C symbols from '$func_to_tool_file_result'" $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'" done if test -n "$exclude_expsyms"; then $opt_dry_run || { eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi if test -n "$export_symbols_regex"; then $opt_dry_run || { eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' } fi # Prepare the list of exported symbols if test -z "$export_symbols"; then export_symbols=$output_objdir/$outputname.exp $opt_dry_run || { $RM $export_symbols eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"' ;; esac } else $opt_dry_run || { eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"' eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T' eval '$MV "$nlist"T "$nlist"' case $host in *cygwin* | *mingw* | *cegcc* ) eval "echo EXPORTS "'> "$output_objdir/$outputname.def"' eval 'cat "$nlist" >> "$output_objdir/$outputname.def"' ;; esac } fi fi for dlprefile in $dlprefiles; do func_verbose "extracting global C symbols from '$dlprefile'" func_basename "$dlprefile" name=$func_basename_result case $host in *cygwin* | *mingw* | *cegcc* ) # if an import library, we need to obtain dlname if func_win32_import_lib_p "$dlprefile"; then func_tr_sh "$dlprefile" eval "curr_lafile=\$libfile_$func_tr_sh_result" dlprefile_dlbasename= if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then # Use subshell, to avoid clobbering current variable values dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` if test -n "$dlprefile_dlname"; then func_basename "$dlprefile_dlname" dlprefile_dlbasename=$func_basename_result else # no lafile. user explicitly requested -dlpreopen . $sharedlib_from_linklib_cmd "$dlprefile" dlprefile_dlbasename=$sharedlib_from_linklib_result fi fi $opt_dry_run || { if test -n "$dlprefile_dlbasename"; then eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"' else func_warning "Could not compute DLL name from $name" eval '$ECHO ": $name " >> "$nlist"' fi func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe | $SED -e '/I __imp/d' -e 's/I __nm_/D /;s/_nm__//' >> '$nlist'" } else # not an import lib $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } fi ;; *) $opt_dry_run || { eval '$ECHO ": $name " >> "$nlist"' func_to_tool_file "$dlprefile" func_convert_file_msys_to_w32 eval "$NM \"$func_to_tool_file_result\" 2>/dev/null | $global_symbol_pipe >> '$nlist'" } ;; esac done $opt_dry_run || { # Make sure we have at least an empty file. test -f "$nlist" || : > "$nlist" if test -n "$exclude_expsyms"; then $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T $MV "$nlist"T "$nlist" fi # Try sorting and uniquifying the output. if $GREP -v "^: " < "$nlist" | if sort -k 3 /dev/null 2>&1; then sort -k 3 else sort +2 fi | uniq > "$nlist"S; then : else $GREP -v "^: " < "$nlist" > "$nlist"S fi if test -f "$nlist"S; then eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"' else echo '/* NONE */' >> "$output_objdir/$my_dlsyms" fi func_show_eval '$RM "${nlist}I"' if test -n "$global_symbol_to_import"; then eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I' fi echo >> "$output_objdir/$my_dlsyms" "\ /* The mapping between symbol names and symbols. */ typedef struct { const char *name; void *address; } lt_dlsymlist; extern LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[];\ " if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ static void lt_syminit(void) { LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols; for (; symbol->name; ++symbol) {" $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms" echo >> "$output_objdir/$my_dlsyms" "\ } }" fi echo >> "$output_objdir/$my_dlsyms" "\ LT_DLSYM_CONST lt_dlsymlist lt_${my_prefix}_LTX_preloaded_symbols[] = { {\"$my_originator\", (void *) 0}," if test -s "$nlist"I; then echo >> "$output_objdir/$my_dlsyms" "\ {\"@INIT@\", (void *) <_syminit}," fi case $need_lib_prefix in no) eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; *) eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms" ;; esac echo >> "$output_objdir/$my_dlsyms" "\ {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt_${my_prefix}_LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif\ " } # !$opt_dry_run pic_flag_for_symtable= case "$compile_command " in *" -static "*) ;; *) case $host in # compiling the symbol table file with pic_flag works around # a FreeBSD bug that causes programs to crash when -lm is # linked before any other PIC object. But we must not use # pic_flag when linking with -static. The problem exists in # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1. *-*-freebsd2.*|*-*-freebsd3.0*|*-*-freebsdelf3.0*) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;; *-*-hpux*) pic_flag_for_symtable=" $pic_flag" ;; *) $my_pic_p && pic_flag_for_symtable=" $pic_flag" ;; esac ;; esac symtab_cflags= for arg in $LTCFLAGS; do case $arg in -pie | -fpie | -fPIE) ;; *) func_append symtab_cflags " $arg" ;; esac done # Now compile the dynamic symbol file. func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?' # Clean up the generated files. func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"' # Transform the symbol file into the correct name. symfileobj=$output_objdir/${my_outputname}S.$objext case $host in *cygwin* | *mingw* | *cegcc* ) if test -f "$output_objdir/$my_outputname.def"; then compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` else compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` fi ;; *) compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` ;; esac ;; *) func_fatal_error "unknown suffix for '$my_dlsyms'" ;; esac else # We keep going just in case the user didn't refer to # lt_preloaded_symbols. The linker will fail if global_symbol_pipe # really was required. # Nullify the symbol file. compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` fi } # func_cygming_gnu_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is a GNU/binutils-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_gnu_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` test -n "$func_cygming_gnu_implib_tmp" } # func_cygming_ms_implib_p ARG # This predicate returns with zero status (TRUE) if # ARG is an MS-style import library. Returns # with nonzero status (FALSE) otherwise. func_cygming_ms_implib_p () { $debug_cmd func_to_tool_file "$1" func_convert_file_msys_to_w32 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` test -n "$func_cygming_ms_implib_tmp" } # func_win32_libid arg # return the library type of file 'arg' # # Need a lot of goo to handle *both* DLLs and import libs # Has to be a shell function in order to 'eat' the argument # that is supplied when $file_magic_command is called. # Despite the name, also deal with 64 bit binaries. func_win32_libid () { $debug_cmd win32_libid_type=unknown win32_fileres=`file -L $1 2>/dev/null` case $win32_fileres in *ar\ archive\ import\ library*) # definitely import win32_libid_type="x86 archive import" ;; *ar\ archive*) # could be an import, or static # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD. if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then case $nm_interface in "MS dumpbin") if func_cygming_ms_implib_p "$1" || func_cygming_gnu_implib_p "$1" then win32_nmres=import else win32_nmres= fi ;; *) func_to_tool_file "$1" func_convert_file_msys_to_w32 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" | $SED -n -e ' 1,100{ / I /{ s|.*|import| p q } }'` ;; esac case $win32_nmres in import*) win32_libid_type="x86 archive import";; *) win32_libid_type="x86 archive static";; esac fi ;; *DLL*) win32_libid_type="x86 DLL" ;; *executable*) # but shell scripts are "executable" too... case $win32_fileres in *MS\ Windows\ PE\ Intel*) win32_libid_type="x86 DLL" ;; esac ;; esac $ECHO "$win32_libid_type" } # func_cygming_dll_for_implib ARG # # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib () { $debug_cmd sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` } # func_cygming_dll_for_implib_fallback_core SECTION_NAME LIBNAMEs # # The is the core of a fallback implementation of a # platform-specific function to extract the name of the # DLL associated with the specified import library LIBNAME. # # SECTION_NAME is either .idata$6 or .idata$7, depending # on the platform and compiler that created the implib. # # Echos the name of the DLL associated with the # specified import library. func_cygming_dll_for_implib_fallback_core () { $debug_cmd match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` $OBJDUMP -s --section "$1" "$2" 2>/dev/null | $SED '/^Contents of section '"$match_literal"':/{ # Place marker at beginning of archive member dllname section s/.*/====MARK====/ p d } # These lines can sometimes be longer than 43 characters, but # are always uninteresting /:[ ]*file format pe[i]\{,1\}-/d /^In archive [^:]*:/d # Ensure marker is printed /^====MARK====/p # Remove all lines with less than 43 characters /^.\{43\}/!d # From remaining lines, remove first 43 characters s/^.\{43\}//' | $SED -n ' # Join marker and all lines until next marker into a single line /^====MARK====/ b para H $ b para b :para x s/\n//g # Remove the marker s/^====MARK====// # Remove trailing dots and whitespace s/[\. \t]*$// # Print /./p' | # we now have a list, one entry per line, of the stringified # contents of the appropriate section of all members of the # archive that possess that section. Heuristic: eliminate # all those that have a first or second character that is # a '.' (that is, objdump's representation of an unprintable # character.) This should work for all archives with less than # 0x302f exports -- but will fail for DLLs whose name actually # begins with a literal '.' or a single character followed by # a '.'. # # Of those that remain, print the first one. $SED -e '/^\./d;/^.\./d;q' } # func_cygming_dll_for_implib_fallback ARG # Platform-specific function to extract the # name of the DLL associated with the specified # import library ARG. # # This fallback implementation is for use when $DLLTOOL # does not support the --identify-strict option. # Invoked by eval'ing the libtool variable # $sharedlib_from_linklib_cmd # Result is available in the variable # $sharedlib_from_linklib_result func_cygming_dll_for_implib_fallback () { $debug_cmd if func_cygming_gnu_implib_p "$1"; then # binutils import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` elif func_cygming_ms_implib_p "$1"; then # ms-generated import library sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` else # unknown sharedlib_from_linklib_result= fi } # func_extract_an_archive dir oldlib func_extract_an_archive () { $debug_cmd f_ex_an_ar_dir=$1; shift f_ex_an_ar_oldlib=$1 if test yes = "$lock_old_archive_extraction"; then lockfile=$f_ex_an_ar_oldlib.lock until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do func_echo "Waiting for $lockfile to be removed" sleep 2 done fi func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \ 'stat=$?; rm -f "$lockfile"; exit $stat' if test yes = "$lock_old_archive_extraction"; then $opt_dry_run || rm -f "$lockfile" fi if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then : else func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" fi } # func_extract_archives gentop oldlib ... func_extract_archives () { $debug_cmd my_gentop=$1; shift my_oldlibs=${1+"$@"} my_oldobjs= my_xlib= my_xabs= my_xdir= for my_xlib in $my_oldlibs; do # Extract the objects. case $my_xlib in [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;; *) my_xabs=`pwd`"/$my_xlib" ;; esac func_basename "$my_xlib" my_xlib=$func_basename_result my_xlib_u=$my_xlib while :; do case " $extracted_archives " in *" $my_xlib_u "*) func_arith $extracted_serial + 1 extracted_serial=$func_arith_result my_xlib_u=lt$extracted_serial-$my_xlib ;; *) break ;; esac done extracted_archives="$extracted_archives $my_xlib_u" my_xdir=$my_gentop/$my_xlib_u func_mkdir_p "$my_xdir" case $host in *-darwin*) func_verbose "Extracting $my_xabs" # Do not bother doing anything if just a dry run $opt_dry_run || { darwin_orig_dir=`pwd` cd $my_xdir || exit $? darwin_archive=$my_xabs darwin_curdir=`pwd` func_basename "$darwin_archive" darwin_base_archive=$func_basename_result darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` if test -n "$darwin_arches"; then darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` darwin_arch= func_verbose "$darwin_base_archive has multiple architectures $darwin_arches" for darwin_arch in $darwin_arches; do func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch" $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive" cd "unfat-$$/$darwin_base_archive-$darwin_arch" func_extract_an_archive "`pwd`" "$darwin_base_archive" cd "$darwin_curdir" $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" done # $darwin_arches ## Okay now we've a bunch of thin objects, gotta fatten them up :) darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u` darwin_file= darwin_files= for darwin_file in $darwin_filelist; do darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` $LIPO -create -output "$darwin_file" $darwin_files done # $darwin_filelist $RM -rf unfat-$$ cd "$darwin_orig_dir" else cd $darwin_orig_dir func_extract_an_archive "$my_xdir" "$my_xabs" fi # $darwin_arches } # !$opt_dry_run ;; *) func_extract_an_archive "$my_xdir" "$my_xabs" ;; esac my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` done func_extract_archives_result=$my_oldobjs } # func_emit_wrapper [arg=no] # # Emit a libtool wrapper script on stdout. # Don't directly open a file because we may want to # incorporate the script contents within a cygwin/mingw # wrapper executable. Must ONLY be called from within # func_mode_link because it depends on a number of variables # set therein. # # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR # variable will take. If 'yes', then the emitted script # will assume that the directory where it is stored is # the $objdir directory. This is a cygwin/mingw-specific # behavior. func_emit_wrapper () { func_emit_wrapper_arg1=${1-no} $ECHO "\ #! $SHELL # $output - temporary wrapper script for $objdir/$outputname # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # The $output program cannot be directly executed until all the libtool # libraries that it depends on are installed. # # This wrapper script should never be moved out of the build directory. # If it is, it will not operate correctly. # Sed substitution that helps us do robust quoting. It backslashifies # metacharacters that are still active within double-quoted strings. sed_quote_subst='$sed_quote_subst' # Be Bourne compatible if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which # is contrary to our usage. Disable this feature. alias -g '\${1+\"\$@\"}'='\"\$@\"' setopt NO_GLOB_SUBST else case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac fi BIN_SH=xpg4; export BIN_SH # for Tru64 DUALCASE=1; export DUALCASE # for MKS sh # The HP-UX ksh and POSIX shell print the target directory to stdout # if CDPATH is set. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH relink_command=\"$relink_command\" # This environment variable determines our operation mode. if test \"\$libtool_install_magic\" = \"$magic\"; then # install mode needs the following variables: generated_by_libtool_version='$macro_version' notinst_deplibs='$notinst_deplibs' else # When we are sourced in execute mode, \$file and \$ECHO are already set. if test \"\$libtool_execute_magic\" != \"$magic\"; then file=\"\$0\"" qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` $ECHO "\ # A function that is used when there is no print builtin or printf. func_fallback_echo () { eval 'cat <<_LTECHO_EOF \$1 _LTECHO_EOF' } ECHO=\"$qECHO\" fi # Very basic option parsing. These options are (a) specific to # the libtool wrapper, (b) are identical between the wrapper # /script/ and the wrapper /executable/ that is used only on # windows platforms, and (c) all begin with the string "--lt-" # (application programs are unlikely to have options that match # this pattern). # # There are only two supported options: --lt-debug and # --lt-dump-script. There is, deliberately, no --lt-help. # # The first argument to this parsing function should be the # script's $0 value, followed by "$@". lt_option_debug= func_parse_lt_options () { lt_script_arg0=\$0 shift for lt_opt do case \"\$lt_opt\" in --lt-debug) lt_option_debug=1 ;; --lt-dump-script) lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` cat \"\$lt_dump_D/\$lt_dump_F\" exit 0 ;; --lt-*) \$ECHO \"Unrecognized --lt- option: '\$lt_opt'\" 1>&2 exit 1 ;; esac done # Print the debug banner immediately: if test -n \"\$lt_option_debug\"; then echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2 fi } # Used when --lt-debug. Prints its arguments to stdout # (redirection is the responsibility of the caller) func_lt_dump_args () { lt_dump_args_N=1; for lt_arg do \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\" lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` done } # Core function for launching the target application func_exec_program_core () { " case $host in # Backslashes separate directories on plain windows *-*-mingw | *-*-os2* | *-cegcc*) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir\\\\\$program\" \${1+\"\$@\"} " ;; *) $ECHO "\ if test -n \"\$lt_option_debug\"; then \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2 func_lt_dump_args \${1+\"\$@\"} 1>&2 fi exec \"\$progdir/\$program\" \${1+\"\$@\"} " ;; esac $ECHO "\ \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2 exit 1 } # A function to encapsulate launching the target application # Strips options in the --lt-* namespace from \$@ and # launches target application with the remaining arguments. func_exec_program () { case \" \$* \" in *\\ --lt-*) for lt_wr_arg do case \$lt_wr_arg in --lt-*) ;; *) set x \"\$@\" \"\$lt_wr_arg\"; shift;; esac shift done ;; esac func_exec_program_core \${1+\"\$@\"} } # Parse options func_parse_lt_options \"\$0\" \${1+\"\$@\"} # Find the directory that this script lives in. thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` test \"x\$thisdir\" = \"x\$file\" && thisdir=. # Follow symbolic links until we get to the real thisdir. file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` while test -n \"\$file\"; do destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` # If there was a directory component, then change thisdir. if test \"x\$destdir\" != \"x\$file\"; then case \"\$destdir\" in [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;; *) thisdir=\"\$thisdir/\$destdir\" ;; esac fi file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` done # Usually 'no', except on cygwin/mingw when embedded into # the cwrapper. WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1 if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then # special case for '.' if test \"\$thisdir\" = \".\"; then thisdir=\`pwd\` fi # remove .libs from thisdir case \"\$thisdir\" in *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; $objdir ) thisdir=. ;; esac fi # Try to get the absolute directory name. absdir=\`cd \"\$thisdir\" && pwd\` test -n \"\$absdir\" && thisdir=\"\$absdir\" " if test yes = "$fast_install"; then $ECHO "\ program=lt-'$outputname'$exeext progdir=\"\$thisdir/$objdir\" if test ! -f \"\$progdir/\$program\" || { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\ test \"X\$file\" != \"X\$progdir/\$program\"; }; then file=\"\$\$-\$program\" if test ! -d \"\$progdir\"; then $MKDIR \"\$progdir\" else $RM \"\$progdir/\$file\" fi" $ECHO "\ # relink executable if necessary if test -n \"\$relink_command\"; then if relink_command_output=\`eval \$relink_command 2>&1\`; then : else \$ECHO \"\$relink_command_output\" >&2 $RM \"\$progdir/\$file\" exit 1 fi fi $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null || { $RM \"\$progdir/\$program\"; $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; } $RM \"\$progdir/\$file\" fi" else $ECHO "\ program='$outputname' progdir=\"\$thisdir/$objdir\" " fi $ECHO "\ if test -f \"\$progdir/\$program\"; then" # fixup the dll searchpath if we need to. # # Fix the DLL searchpath if we need to. Do this before prepending # to shlibpath, because on Windows, both are PATH and uninstalled # libraries must come first. if test -n "$dllsearchpath"; then $ECHO "\ # Add the dll search path components to the executable PATH PATH=$dllsearchpath:\$PATH " fi # Export our shlibpath_var if we have one. if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then $ECHO "\ # Add our own library path to $shlibpath_var $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" # Some systems cannot cope with colon-terminated $shlibpath_var # The second colon is a workaround for a bug in BeOS R4 sed $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` export $shlibpath_var " fi $ECHO "\ if test \"\$libtool_execute_magic\" != \"$magic\"; then # Run the actual program with our arguments. func_exec_program \${1+\"\$@\"} fi else # The program doesn't exist. \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2 exit 1 fi fi\ " } # func_emit_cwrapperexe_src # emit the source code for a wrapper executable on stdout # Must ONLY be called from within func_mode_link because # it depends on a number of variable set therein. func_emit_cwrapperexe_src () { cat < #include #ifdef _MSC_VER # include # include # include #else # include # include # ifdef __CYGWIN__ # include # endif #endif #include #include #include #include #include #include #include #include #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0) /* declarations of non-ANSI functions */ #if defined __MINGW32__ # ifdef __STRICT_ANSI__ int _putenv (const char *); # endif #elif defined __CYGWIN__ # ifdef __STRICT_ANSI__ char *realpath (const char *, char *); int putenv (char *); int setenv (const char *, const char *, int); # endif /* #elif defined other_platform || defined ... */ #endif /* portability defines, excluding path handling macros */ #if defined _MSC_VER # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv # define S_IXUSR _S_IEXEC #elif defined __MINGW32__ # define setmode _setmode # define stat _stat # define chmod _chmod # define getcwd _getcwd # define putenv _putenv #elif defined __CYGWIN__ # define HAVE_SETENV # define FOPEN_WB "wb" /* #elif defined other platforms ... */ #endif #if defined PATH_MAX # define LT_PATHMAX PATH_MAX #elif defined MAXPATHLEN # define LT_PATHMAX MAXPATHLEN #else # define LT_PATHMAX 1024 #endif #ifndef S_IXOTH # define S_IXOTH 0 #endif #ifndef S_IXGRP # define S_IXGRP 0 #endif /* path handling portability macros */ #ifndef DIR_SEPARATOR # define DIR_SEPARATOR '/' # define PATH_SEPARATOR ':' #endif #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \ defined __OS2__ # define HAVE_DOS_BASED_FILE_SYSTEM # define FOPEN_WB "wb" # ifndef DIR_SEPARATOR_2 # define DIR_SEPARATOR_2 '\\' # endif # ifndef PATH_SEPARATOR_2 # define PATH_SEPARATOR_2 ';' # endif #endif #ifndef DIR_SEPARATOR_2 # define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR) #else /* DIR_SEPARATOR_2 */ # define IS_DIR_SEPARATOR(ch) \ (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2)) #endif /* DIR_SEPARATOR_2 */ #ifndef PATH_SEPARATOR_2 # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR) #else /* PATH_SEPARATOR_2 */ # define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2) #endif /* PATH_SEPARATOR_2 */ #ifndef FOPEN_WB # define FOPEN_WB "w" #endif #ifndef _O_BINARY # define _O_BINARY 0 #endif #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type))) #define XFREE(stale) do { \ if (stale) { free (stale); stale = 0; } \ } while (0) #if defined LT_DEBUGWRAPPER static int lt_debug = 1; #else static int lt_debug = 0; #endif const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */ void *xmalloc (size_t num); char *xstrdup (const char *string); const char *base_name (const char *name); char *find_executable (const char *wrapper); char *chase_symlinks (const char *pathspec); int make_executable (const char *path); int check_executable (const char *path); char *strendzap (char *str, const char *pat); void lt_debugprintf (const char *file, int line, const char *fmt, ...); void lt_fatal (const char *file, int line, const char *message, ...); static const char *nonnull (const char *s); static const char *nonempty (const char *s); void lt_setenv (const char *name, const char *value); char *lt_extend_str (const char *orig_value, const char *add, int to_end); void lt_update_exe_path (const char *name, const char *value); void lt_update_lib_path (const char *name, const char *value); char **prepare_spawn (char **argv); void lt_dump_script (FILE *f); EOF cat <= 0) && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) return 1; else return 0; } int make_executable (const char *path) { int rval = 0; struct stat st; lt_debugprintf (__FILE__, __LINE__, "(make_executable): %s\n", nonempty (path)); if ((!path) || (!*path)) return 0; if (stat (path, &st) >= 0) { rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR); } return rval; } /* Searches for the full path of the wrapper. Returns newly allocated full path name if found, NULL otherwise Does not chase symlinks, even on platforms that support them. */ char * find_executable (const char *wrapper) { int has_slash = 0; const char *p; const char *p_next; /* static buffer for getcwd */ char tmp[LT_PATHMAX + 1]; size_t tmp_len; char *concat_name; lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n", nonempty (wrapper)); if ((wrapper == NULL) || (*wrapper == '\0')) return NULL; /* Absolute path? */ #if defined HAVE_DOS_BASED_FILE_SYSTEM if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':') { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } else { #endif if (IS_DIR_SEPARATOR (wrapper[0])) { concat_name = xstrdup (wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } #if defined HAVE_DOS_BASED_FILE_SYSTEM } #endif for (p = wrapper; *p; p++) if (*p == '/') { has_slash = 1; break; } if (!has_slash) { /* no slashes; search PATH */ const char *path = getenv ("PATH"); if (path != NULL) { for (p = path; *p; p = p_next) { const char *q; size_t p_len; for (q = p; *q; q++) if (IS_PATH_SEPARATOR (*q)) break; p_len = (size_t) (q - p); p_next = (*q == '\0' ? q : q + 1); if (p_len == 0) { /* empty path: current directory */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); } else { concat_name = XMALLOC (char, p_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, p, p_len); concat_name[p_len] = '/'; strcpy (concat_name + p_len + 1, wrapper); } if (check_executable (concat_name)) return concat_name; XFREE (concat_name); } } /* not found in PATH; assume curdir */ } /* Relative path | not found in path: prepend cwd */ if (getcwd (tmp, LT_PATHMAX) == NULL) lt_fatal (__FILE__, __LINE__, "getcwd failed: %s", nonnull (strerror (errno))); tmp_len = strlen (tmp); concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); memcpy (concat_name, tmp, tmp_len); concat_name[tmp_len] = '/'; strcpy (concat_name + tmp_len + 1, wrapper); if (check_executable (concat_name)) return concat_name; XFREE (concat_name); return NULL; } char * chase_symlinks (const char *pathspec) { #ifndef S_ISLNK return xstrdup (pathspec); #else char buf[LT_PATHMAX]; struct stat s; char *tmp_pathspec = xstrdup (pathspec); char *p; int has_symlinks = 0; while (strlen (tmp_pathspec) && !has_symlinks) { lt_debugprintf (__FILE__, __LINE__, "checking path component for symlinks: %s\n", tmp_pathspec); if (lstat (tmp_pathspec, &s) == 0) { if (S_ISLNK (s.st_mode) != 0) { has_symlinks = 1; break; } /* search backwards for last DIR_SEPARATOR */ p = tmp_pathspec + strlen (tmp_pathspec) - 1; while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) p--; if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p))) { /* no more DIR_SEPARATORS left */ break; } *p = '\0'; } else { lt_fatal (__FILE__, __LINE__, "error accessing file \"%s\": %s", tmp_pathspec, nonnull (strerror (errno))); } } XFREE (tmp_pathspec); if (!has_symlinks) { return xstrdup (pathspec); } tmp_pathspec = realpath (pathspec, buf); if (tmp_pathspec == 0) { lt_fatal (__FILE__, __LINE__, "could not follow symlinks for %s", pathspec); } return xstrdup (tmp_pathspec); #endif } char * strendzap (char *str, const char *pat) { size_t len, patlen; assert (str != NULL); assert (pat != NULL); len = strlen (str); patlen = strlen (pat); if (patlen <= len) { str += len - patlen; if (STREQ (str, pat)) *str = '\0'; } return str; } void lt_debugprintf (const char *file, int line, const char *fmt, ...) { va_list args; if (lt_debug) { (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); va_start (args, fmt); (void) vfprintf (stderr, fmt, args); va_end (args); } } static void lt_error_core (int exit_status, const char *file, int line, const char *mode, const char *message, va_list ap) { fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); vfprintf (stderr, message, ap); fprintf (stderr, ".\n"); if (exit_status >= 0) exit (exit_status); } void lt_fatal (const char *file, int line, const char *message, ...) { va_list ap; va_start (ap, message); lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap); va_end (ap); } static const char * nonnull (const char *s) { return s ? s : "(null)"; } static const char * nonempty (const char *s) { return (s && !*s) ? "(empty)" : nonnull (s); } void lt_setenv (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_setenv) setting '%s' to '%s'\n", nonnull (name), nonnull (value)); { #ifdef HAVE_SETENV /* always make a copy, for consistency with !HAVE_SETENV */ char *str = xstrdup (value); setenv (name, str, 1); #else size_t len = strlen (name) + 1 + strlen (value) + 1; char *str = XMALLOC (char, len); sprintf (str, "%s=%s", name, value); if (putenv (str) != EXIT_SUCCESS) { XFREE (str); } #endif } } char * lt_extend_str (const char *orig_value, const char *add, int to_end) { char *new_value; if (orig_value && *orig_value) { size_t orig_value_len = strlen (orig_value); size_t add_len = strlen (add); new_value = XMALLOC (char, add_len + orig_value_len + 1); if (to_end) { strcpy (new_value, orig_value); strcpy (new_value + orig_value_len, add); } else { strcpy (new_value, add); strcpy (new_value + add_len, orig_value); } } else { new_value = xstrdup (add); } return new_value; } void lt_update_exe_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_exe_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); /* some systems can't cope with a ':'-terminated path #' */ size_t len = strlen (new_value); while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1])) { new_value[--len] = '\0'; } lt_setenv (name, new_value); XFREE (new_value); } } void lt_update_lib_path (const char *name, const char *value) { lt_debugprintf (__FILE__, __LINE__, "(lt_update_lib_path) modifying '%s' by prepending '%s'\n", nonnull (name), nonnull (value)); if (name && *name && value && *value) { char *new_value = lt_extend_str (getenv (name), value, 0); lt_setenv (name, new_value); XFREE (new_value); } } EOF case $host_os in mingw*) cat <<"EOF" /* Prepares an argument vector before calling spawn(). Note that spawn() does not by itself call the command interpreter (getenv ("COMSPEC") != NULL ? getenv ("COMSPEC") : ({ OSVERSIONINFO v; v.dwOSVersionInfoSize = sizeof(OSVERSIONINFO); GetVersionEx(&v); v.dwPlatformId == VER_PLATFORM_WIN32_NT; }) ? "cmd.exe" : "command.com"). Instead it simply concatenates the arguments, separated by ' ', and calls CreateProcess(). We must quote the arguments since Win32 CreateProcess() interprets characters like ' ', '\t', '\\', '"' (but not '<' and '>') in a special way: - Space and tab are interpreted as delimiters. They are not treated as delimiters if they are surrounded by double quotes: "...". - Unescaped double quotes are removed from the input. Their only effect is that within double quotes, space and tab are treated like normal characters. - Backslashes not followed by double quotes are not special. - But 2*n+1 backslashes followed by a double quote become n backslashes followed by a double quote (n >= 0): \" -> " \\\" -> \" \\\\\" -> \\" */ #define SHELL_SPECIAL_CHARS "\"\\ \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" #define SHELL_SPACE_CHARS " \001\002\003\004\005\006\007\010\011\012\013\014\015\016\017\020\021\022\023\024\025\026\027\030\031\032\033\034\035\036\037" char ** prepare_spawn (char **argv) { size_t argc; char **new_argv; size_t i; /* Count number of arguments. */ for (argc = 0; argv[argc] != NULL; argc++) ; /* Allocate new argument vector. */ new_argv = XMALLOC (char *, argc + 1); /* Put quoted arguments into the new argument vector. */ for (i = 0; i < argc; i++) { const char *string = argv[i]; if (string[0] == '\0') new_argv[i] = xstrdup ("\"\""); else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) { int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); size_t length; unsigned int backslashes; const char *s; char *quoted_string; char *p; length = 0; backslashes = 0; if (quote_around) length++; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') length += backslashes + 1; length++; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) length += backslashes + 1; quoted_string = XMALLOC (char, length + 1); p = quoted_string; backslashes = 0; if (quote_around) *p++ = '"'; for (s = string; *s != '\0'; s++) { char c = *s; if (c == '"') { unsigned int j; for (j = backslashes + 1; j > 0; j--) *p++ = '\\'; } *p++ = c; if (c == '\\') backslashes++; else backslashes = 0; } if (quote_around) { unsigned int j; for (j = backslashes; j > 0; j--) *p++ = '\\'; *p++ = '"'; } *p = '\0'; new_argv[i] = quoted_string; } else new_argv[i] = (char *) string; } new_argv[argc] = NULL; return new_argv; } EOF ;; esac cat <<"EOF" void lt_dump_script (FILE* f) { EOF func_emit_wrapper yes | $SED -n -e ' s/^\(.\{79\}\)\(..*\)/\1\ \2/ h s/\([\\"]\)/\\\1/g s/$/\\n/ s/\([^\n]*\).*/ fputs ("\1", f);/p g D' cat <<"EOF" } EOF } # end: func_emit_cwrapperexe_src # func_win32_import_lib_p ARG # True if ARG is an import lib, as indicated by $file_magic_cmd func_win32_import_lib_p () { $debug_cmd case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in *import*) : ;; *) false ;; esac } # func_suncc_cstd_abi # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!! # Several compiler flags select an ABI that is incompatible with the # Cstd library. Avoid specifying it if any are in CXXFLAGS. func_suncc_cstd_abi () { $debug_cmd case " $compile_command " in *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*) suncc_use_cstd_abi=no ;; *) suncc_use_cstd_abi=yes ;; esac } # func_mode_link arg... func_mode_link () { $debug_cmd case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) # It is impossible to link a dll without this setting, and # we shouldn't force the makefile maintainer to figure out # what system we are compiling for in order to pass an extra # flag for every libtool invocation. # allow_undefined=no # FIXME: Unfortunately, there are problems with the above when trying # to make a dll that has undefined symbols, in which case not # even a static library is built. For now, we need to specify # -no-undefined on the libtool link line when we can be certain # that all symbols are satisfied, otherwise we get a static library. allow_undefined=yes ;; *) allow_undefined=yes ;; esac libtool_args=$nonopt base_compile="$nonopt $@" compile_command=$nonopt finalize_command=$nonopt compile_rpath= finalize_rpath= compile_shlibpath= finalize_shlibpath= convenience= old_convenience= deplibs= old_deplibs= compiler_flags= linker_flags= dllsearchpath= lib_search_path=`pwd` inst_prefix_dir= new_inherited_linker_flags= avoid_version=no bindir= dlfiles= dlprefiles= dlself=no export_dynamic=no export_symbols= export_symbols_regex= generated= libobjs= ltlibs= module=no no_install=no objs= os2dllname= non_pic_objects= precious_files_regex= prefer_static_libs=no preload=false prev= prevarg= release= rpath= xrpath= perm_rpath= temp_rpath= thread_safe=no vinfo= vinfo_number=no weak_libs= single_module=$wl-single_module func_infer_tag $base_compile # We need to know -static, to get the right output filenames. for arg do case $arg in -shared) test yes != "$build_libtool_libs" \ && func_fatal_configuration "cannot build a shared library" build_old_libs=no break ;; -all-static | -static | -static-libtool-libs) case $arg in -all-static) if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then func_warning "complete static linking is impossible in this configuration" fi if test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; -static) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=built ;; -static-libtool-libs) if test -z "$pic_flag" && test -n "$link_static_flag"; then dlopen_self=$dlopen_self_static fi prefer_static_libs=yes ;; esac build_libtool_libs=no build_old_libs=yes break ;; esac done # See if our shared archives depend on static archives. test -n "$old_archive_from_new_cmds" && build_old_libs=yes # Go through the arguments, transforming them on the way. while test "$#" -gt 0; do arg=$1 shift func_quote_for_eval "$arg" qarg=$func_quote_for_eval_unquoted_result func_append libtool_args " $func_quote_for_eval_result" # If the previous option needs an argument, assign it. if test -n "$prev"; then case $prev in output) func_append compile_command " @OUTPUT@" func_append finalize_command " @OUTPUT@" ;; esac case $prev in bindir) bindir=$arg prev= continue ;; dlfiles|dlprefiles) $preload || { # Add the symbol object into the linking commands. func_append compile_command " @SYMFILE@" func_append finalize_command " @SYMFILE@" preload=: } case $arg in *.la | *.lo) ;; # We handle these cases below. force) if test no = "$dlself"; then dlself=needless export_dynamic=yes fi prev= continue ;; self) if test dlprefiles = "$prev"; then dlself=yes elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then dlself=yes else dlself=needless export_dynamic=yes fi prev= continue ;; *) if test dlfiles = "$prev"; then func_append dlfiles " $arg" else func_append dlprefiles " $arg" fi prev= continue ;; esac ;; expsyms) export_symbols=$arg test -f "$arg" \ || func_fatal_error "symbol file '$arg' does not exist" prev= continue ;; expsyms_regex) export_symbols_regex=$arg prev= continue ;; framework) case $host in *-*-darwin*) case "$deplibs " in *" $qarg.ltframework "*) ;; *) func_append deplibs " $qarg.ltframework" # this is fixed later ;; esac ;; esac prev= continue ;; inst_prefix) inst_prefix_dir=$arg prev= continue ;; mllvm) # Clang does not use LLVM to link, so we can simply discard any # '-mllvm $arg' options when doing the link step. prev= continue ;; objectlist) if test -f "$arg"; then save_arg=$arg moreargs= for fil in `cat "$save_arg"` do # func_append moreargs " $fil" arg=$fil # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result if test none != "$pic_object"; then # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object fi # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi done else func_fatal_error "link input file '$arg' does not exist" fi arg=$save_arg prev= continue ;; os2dllname) os2dllname=$arg prev= continue ;; precious_regex) precious_files_regex=$arg prev= continue ;; release) release=-$arg prev= continue ;; rpath | xrpath) # We need an absolute path. case $arg in [\\/]* | [A-Za-z]:[\\/]*) ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac if test rpath = "$prev"; then case "$rpath " in *" $arg "*) ;; *) func_append rpath " $arg" ;; esac else case "$xrpath " in *" $arg "*) ;; *) func_append xrpath " $arg" ;; esac fi prev= continue ;; shrext) shrext_cmds=$arg prev= continue ;; weak) func_append weak_libs " $arg" prev= continue ;; xcclinker) func_append linker_flags " $qarg" func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xcompiler) func_append compiler_flags " $qarg" prev= func_append compile_command " $qarg" func_append finalize_command " $qarg" continue ;; xlinker) func_append linker_flags " $qarg" func_append compiler_flags " $wl$qarg" prev= func_append compile_command " $wl$qarg" func_append finalize_command " $wl$qarg" continue ;; *) eval "$prev=\"\$arg\"" prev= continue ;; esac fi # test -n "$prev" prevarg=$arg case $arg in -all-static) if test -n "$link_static_flag"; then # See comment for -static flag below, for more details. func_append compile_command " $link_static_flag" func_append finalize_command " $link_static_flag" fi continue ;; -allow-undefined) # FIXME: remove this flag sometime in the future. func_fatal_error "'-allow-undefined' must not be used because it is the default" ;; -avoid-version) avoid_version=yes continue ;; -bindir) prev=bindir continue ;; -dlopen) prev=dlfiles continue ;; -dlpreopen) prev=dlprefiles continue ;; -export-dynamic) export_dynamic=yes continue ;; -export-symbols | -export-symbols-regex) if test -n "$export_symbols" || test -n "$export_symbols_regex"; then func_fatal_error "more than one -exported-symbols argument is not allowed" fi if test X-export-symbols = "X$arg"; then prev=expsyms else prev=expsyms_regex fi continue ;; -framework) prev=framework continue ;; -inst-prefix-dir) prev=inst_prefix continue ;; # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:* # so, if we see these flags be careful not to treat them like -L -L[A-Z][A-Z]*:*) case $with_gcc/$host in no/*-*-irix* | /*-*-irix*) func_append compile_command " $arg" func_append finalize_command " $arg" ;; esac continue ;; -L*) func_stripname "-L" '' "$arg" if test -z "$func_stripname_result"; then if test "$#" -gt 0; then func_fatal_error "require no space between '-L' and '$1'" else func_fatal_error "need path for '-L' option" fi fi func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; *) absdir=`cd "$dir" && pwd` test -z "$absdir" && \ func_fatal_error "cannot determine absolute directory name of '$dir'" dir=$absdir ;; esac case "$deplibs " in *" -L$dir "* | *" $arg "*) # Will only happen for absolute or sysroot arguments ;; *) # Preserve sysroot, but never include relative directories case $dir in [\\/]* | [A-Za-z]:[\\/]* | =*) func_append deplibs " $arg" ;; *) func_append deplibs " -L$dir" ;; esac func_append lib_search_path " $dir" ;; esac case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` case :$dllsearchpath: in *":$dir:"*) ;; ::) dllsearchpath=$dir;; *) func_append dllsearchpath ":$dir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac continue ;; -l*) if test X-lc = "X$arg" || test X-lm = "X$arg"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*) # These systems don't actually have a C or math library (as such) continue ;; *-*-os2*) # These systems don't actually have a C library (as such) test X-lc = "X$arg" && continue ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc due to us having libc/libc_r. test X-lc = "X$arg" && continue ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C and math libraries are in the System framework func_append deplibs " System.ltframework" continue ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype test X-lc = "X$arg" && continue ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work test X-lc = "X$arg" && continue ;; esac elif test X-lc_r = "X$arg"; then case $host in *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*) # Do not include libc_r directly, use -pthread flag. continue ;; esac fi func_append deplibs " $arg" continue ;; -mllvm) prev=mllvm continue ;; -module) module=yes continue ;; # Tru64 UNIX uses -model [arg] to determine the layout of C++ # classes, name mangling, and exception handling. # Darwin uses the -arch flag to determine output architecture. -model|-arch|-isysroot|--sysroot) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" prev=xcompiler continue ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) func_append compiler_flags " $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case "$new_inherited_linker_flags " in *" $arg "*) ;; * ) func_append new_inherited_linker_flags " $arg" ;; esac continue ;; -multi_module) single_module=$wl-multi_module continue ;; -no-fast-install) fast_install=no continue ;; -no-install) case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*) # The PATH hackery in wrapper scripts is required on Windows # and Darwin in order for the loader to find any dlls it needs. func_warning "'-no-install' is ignored for $host" func_warning "assuming '-no-fast-install' instead" fast_install=no ;; *) no_install=yes ;; esac continue ;; -no-undefined) allow_undefined=no continue ;; -objectlist) prev=objectlist continue ;; -os2dllname) prev=os2dllname continue ;; -o) prev=output ;; -precious-files-regex) prev=precious_regex continue ;; -release) prev=release continue ;; -rpath) prev=rpath continue ;; -R) prev=xrpath continue ;; -R*) func_stripname '-R' '' "$arg" dir=$func_stripname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) ;; =*) func_stripname '=' '' "$dir" dir=$lt_sysroot$func_stripname_result ;; *) func_fatal_error "only absolute run-paths are allowed" ;; esac case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac continue ;; -shared) # The effects of -shared are defined in a previous loop. continue ;; -shrext) prev=shrext continue ;; -static | -static-libtool-libs) # The effects of -static are defined in a previous loop. # We used to do the same as -all-static on platforms that # didn't have a PIC flag, but the assumption that the effects # would be equivalent was wrong. It would break on at least # Digital Unix and AIX. continue ;; -thread-safe) thread_safe=yes continue ;; -version-info) prev=vinfo continue ;; -version-number) prev=vinfo vinfo_number=yes continue ;; -weak) prev=weak continue ;; -Wc,*) func_stripname '-Wc,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $func_quote_for_eval_result" func_append compiler_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result arg= save_ifs=$IFS; IFS=, for flag in $args; do IFS=$save_ifs func_quote_for_eval "$flag" func_append arg " $wl$func_quote_for_eval_result" func_append compiler_flags " $wl$func_quote_for_eval_result" func_append linker_flags " $func_quote_for_eval_result" done IFS=$save_ifs func_stripname ' ' '' "$arg" arg=$func_stripname_result ;; -Xcompiler) prev=xcompiler continue ;; -Xlinker) prev=xlinker continue ;; -XCClinker) prev=xcclinker continue ;; # -msg_* for osf cc -msg_*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; # Flags to be passed through unchanged, with rationale: # -64, -mips[0-9] enable 64-bit mode for the SGI compiler # -r[0-9][0-9]* specify processor for the SGI compiler # -xarch=*, -xtarget=* enable 64-bit mode for the Sun compiler # +DA*, +DD* enable 64-bit mode for the HP compiler # -q* compiler args for the IBM compiler # -m*, -t[45]*, -txscale* architecture-specific flags for GCC # -F/path path to uninstalled frameworks, gcc on darwin # -p, -pg, --coverage, -fprofile-* profiling flags for GCC # -fstack-protector* stack protector flags for GCC # @file GCC response files # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang # -fsanitize=* Clang/GCC memory and address sanitizer -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ -specs=*|-fsanitize=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" func_append finalize_command " $arg" func_append compiler_flags " $arg" continue ;; -Z*) if test os2 = "`expr $host : '.*\(os2\)'`"; then # OS/2 uses -Zxxx to specify OS/2-specific options compiler_flags="$compiler_flags $arg" func_append compile_command " $arg" func_append finalize_command " $arg" case $arg in -Zlinker | -Zstack) prev=xcompiler ;; esac continue else # Otherwise treat like 'Some other compiler flag' below func_quote_for_eval "$arg" arg=$func_quote_for_eval_result fi ;; # Some other compiler flag. -* | +*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; *.$objext) # A standard object. func_append objs " $arg" ;; *.lo) # A libtool-controlled object. # Check to see that this really is a libtool object. if func_lalib_unsafe_p "$arg"; then pic_object= non_pic_object= # Read the .lo file func_source "$arg" if test -z "$pic_object" || test -z "$non_pic_object" || test none = "$pic_object" && test none = "$non_pic_object"; then func_fatal_error "cannot find name of object for '$arg'" fi # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result test none = "$pic_object" || { # Prepend the subdirectory the object is found in. pic_object=$xdir$pic_object if test dlfiles = "$prev"; then if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then func_append dlfiles " $pic_object" prev= continue else # If libtool objects are unsupported, then we need to preload. prev=dlprefiles fi fi # CHECK ME: I think I busted this. -Ossama if test dlprefiles = "$prev"; then # Preload the old-style object. func_append dlprefiles " $pic_object" prev= fi # A PIC object. func_append libobjs " $pic_object" arg=$pic_object } # Non-PIC object. if test none != "$non_pic_object"; then # Prepend the subdirectory the object is found in. non_pic_object=$xdir$non_pic_object # A standard non-PIC object func_append non_pic_objects " $non_pic_object" if test -z "$pic_object" || test none = "$pic_object"; then arg=$non_pic_object fi else # If the PIC object exists, use it instead. # $xdir was prepended to $pic_object above. non_pic_object=$pic_object func_append non_pic_objects " $non_pic_object" fi else # Only an error if not doing a dry-run. if $opt_dry_run; then # Extract subdirectory from the argument. func_dirname "$arg" "/" "" xdir=$func_dirname_result func_lo2o "$arg" pic_object=$xdir$objdir/$func_lo2o_result non_pic_object=$xdir$func_lo2o_result func_append libobjs " $pic_object" func_append non_pic_objects " $non_pic_object" else func_fatal_error "'$arg' is not a valid libtool object" fi fi ;; *.$libext) # An archive. func_append deplibs " $arg" func_append old_deplibs " $arg" continue ;; *.la) # A libtool-controlled library. func_resolve_sysroot "$arg" if test dlfiles = "$prev"; then # This library was specified with -dlopen. func_append dlfiles " $func_resolve_sysroot_result" prev= elif test dlprefiles = "$prev"; then # The library was specified with -dlpreopen. func_append dlprefiles " $func_resolve_sysroot_result" prev= else func_append deplibs " $func_resolve_sysroot_result" fi continue ;; # Some other compiler argument. *) # Unknown arguments in both finalize_command and compile_command need # to be aesthetically quoted because they are evaled later. func_quote_for_eval "$arg" arg=$func_quote_for_eval_result ;; esac # arg # Now actually substitute the argument into the commands. if test -n "$arg"; then func_append compile_command " $arg" func_append finalize_command " $arg" fi done # argument parsing loop test -n "$prev" && \ func_fatal_help "the '$prevarg' option requires an argument" if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then eval arg=\"$export_dynamic_flag_spec\" func_append compile_command " $arg" func_append finalize_command " $arg" fi oldlibs= # calculate the name of the file, without its directory func_basename "$output" outputname=$func_basename_result libobjs_save=$libobjs if test -n "$shlibpath_var"; then # get the directories listed in $shlibpath_var eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\` else shlib_search_path= fi eval sys_lib_search_path=\"$sys_lib_search_path_spec\" eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\" # Definition is injected by LT_CONFIG during libtool generation. func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH" func_dirname "$output" "/" "" output_objdir=$func_dirname_result$objdir func_to_tool_file "$output_objdir/" tool_output_objdir=$func_to_tool_file_result # Create the object directory. func_mkdir_p "$output_objdir" # Determine the type of output case $output in "") func_fatal_help "you must specify an output file" ;; *.$libext) linkmode=oldlib ;; *.lo | *.$objext) linkmode=obj ;; *.la) linkmode=lib ;; *) linkmode=prog ;; # Anything else should be a program. esac specialdeplibs= libs= # Find all interdependent deplibs by searching for libraries # that are linked more than once (e.g. -la -lb -la) for deplib in $deplibs; do if $opt_preserve_dup_deps; then case "$libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append libs " $deplib" done if test lib = "$linkmode"; then libs="$predeps $libs $compiler_lib_search_path $postdeps" # Compute libraries that are listed more than once in $predeps # $postdeps and mark them as special (i.e., whose duplicates are # not to be eliminated). pre_post_deps= if $opt_duplicate_compiler_generated_deps; then for pre_post_dep in $predeps $postdeps; do case "$pre_post_deps " in *" $pre_post_dep "*) func_append specialdeplibs " $pre_post_deps" ;; esac func_append pre_post_deps " $pre_post_dep" done fi pre_post_deps= fi deplibs= newdependency_libs= newlib_search_path= need_relink=no # whether we're linking any uninstalled libtool libraries notinst_deplibs= # not-installed libtool libraries notinst_path= # paths that contain not-installed libtool libraries case $linkmode in lib) passes="conv dlpreopen link" for file in $dlfiles $dlprefiles; do case $file in *.la) ;; *) func_fatal_help "libraries can '-dlopen' only libtool libraries: $file" ;; esac done ;; prog) compile_deplibs= finalize_deplibs= alldeplibs=false newdlfiles= newdlprefiles= passes="conv scan dlopen dlpreopen link" ;; *) passes="conv" ;; esac for pass in $passes; do # The preopen pass in lib mode reverses $deplibs; put it back here # so that -L comes before libs that need it for instance... if test lib,link = "$linkmode,$pass"; then ## FIXME: Find the place where the list is rebuilt in the wrong ## order, and fix it there properly tmp_deplibs= for deplib in $deplibs; do tmp_deplibs="$deplib $tmp_deplibs" done deplibs=$tmp_deplibs fi if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass"; then libs=$deplibs deplibs= fi if test prog = "$linkmode"; then case $pass in dlopen) libs=$dlfiles ;; dlpreopen) libs=$dlprefiles ;; link) libs="$deplibs %DEPLIBS%" test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs" ;; esac fi if test lib,dlpreopen = "$linkmode,$pass"; then # Collect and forward deplibs of preopened libtool libs for lib in $dlprefiles; do # Ignore non-libtool-libs dependency_libs= func_resolve_sysroot "$lib" case $lib in *.la) func_source "$func_resolve_sysroot_result" ;; esac # Collect preopened libtool deplibs, except any this library # has declared as weak libs for deplib in $dependency_libs; do func_basename "$deplib" deplib_base=$func_basename_result case " $weak_libs " in *" $deplib_base "*) ;; *) func_append deplibs " $deplib" ;; esac done done libs=$dlprefiles fi if test dlopen = "$pass"; then # Collect dlpreopened libraries save_deplibs=$deplibs deplibs= fi for deplib in $libs; do lib= found=false case $deplib in -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append compiler_flags " $deplib" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -l*) if test lib != "$linkmode" && test prog != "$linkmode"; then func_warning "'-l' is ignored for archives/objects" continue fi func_stripname '-l' '' "$deplib" name=$func_stripname_result if test lib = "$linkmode"; then searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path" else searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path" fi for searchdir in $searchdirs; do for search_ext in .la $std_shrext .so .a; do # Search the libtool library lib=$searchdir/lib$name$search_ext if test -f "$lib"; then if test .la = "$search_ext"; then found=: else found=false fi break 2 fi done done if $found; then # deplib is a libtool library # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib, # We need to do some special things here, and not later. if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $deplib "*) if func_lalib_p "$lib"; then library_names= old_library= func_source "$lib" for l in $old_library $library_names; do ll=$l done if test "X$ll" = "X$old_library"; then # only static version available found=false func_dirname "$lib" "" "." ladir=$func_dirname_result lib=$ladir/$old_library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi fi ;; *) ;; esac fi else # deplib doesn't seem to be a libtool library if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs" fi continue fi ;; # -l *.ltframework) if test prog,link = "$linkmode,$pass"; then compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else deplibs="$deplib $deplibs" if test lib = "$linkmode"; then case "$new_inherited_linker_flags " in *" $deplib "*) ;; * ) func_append new_inherited_linker_flags " $deplib" ;; esac fi fi continue ;; -L*) case $linkmode in lib) deplibs="$deplib $deplibs" test conv = "$pass" && continue newdependency_libs="$deplib $newdependency_libs" func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; prog) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi if test scan = "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; *) func_warning "'-L' is ignored for archives/objects" ;; esac # linkmode continue ;; # -L -R*) if test link = "$pass"; then func_stripname '-R' '' "$deplib" func_resolve_sysroot "$func_stripname_result" dir=$func_resolve_sysroot_result # Make sure the xrpath contains only unique directories. case "$xrpath " in *" $dir "*) ;; *) func_append xrpath " $dir" ;; esac fi deplibs="$deplib $deplibs" continue ;; *.la) func_resolve_sysroot "$deplib" lib=$func_resolve_sysroot_result ;; *.$libext) if test conv = "$pass"; then deplibs="$deplib $deplibs" continue fi case $linkmode in lib) # Linking convenience modules into shared libraries is allowed, # but linking other static libraries is non-portable. case " $dlpreconveniencelibs " in *" $deplib "*) ;; *) valid_a_lib=false case $deplibs_check_method in match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ | $EGREP "$match_pattern_regex" > /dev/null; then valid_a_lib=: fi ;; pass_all) valid_a_lib=: ;; esac if $valid_a_lib; then echo $ECHO "*** Warning: Linking the shared library $output against the" $ECHO "*** static library $deplib is not portable!" deplibs="$deplib $deplibs" else echo $ECHO "*** Warning: Trying to link with static lib archive $deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because the file extensions .$libext of this argument makes me believe" echo "*** that it is just a static archive that I should not use here." fi ;; esac continue ;; prog) if test link != "$pass"; then deplibs="$deplib $deplibs" else compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" fi continue ;; esac # linkmode ;; # *.$libext *.lo | *.$objext) if test conv = "$pass"; then deplibs="$deplib $deplibs" elif test prog = "$linkmode"; then if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then # If there is no dlopen support or we're linking statically, # we need to preload. func_append newdlprefiles " $deplib" compile_deplibs="$deplib $compile_deplibs" finalize_deplibs="$deplib $finalize_deplibs" else func_append newdlfiles " $deplib" fi fi continue ;; %DEPLIBS%) alldeplibs=: continue ;; esac # case $deplib $found || test -f "$lib" \ || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'" # Check to see that this really is a libtool archive. func_lalib_unsafe_p "$lib" \ || func_fatal_error "'$lib' is not a valid libtool archive" func_dirname "$lib" "" "." ladir=$func_dirname_result dlname= dlopen= dlpreopen= libdir= library_names= old_library= inherited_linker_flags= # If the library was installed with an old release of libtool, # it will not redefine variables installed, or shouldnotlink installed=yes shouldnotlink=no avoidtemprpath= # Read the .la file func_source "$lib" # Convert "-framework foo" to "foo.ltframework" if test -n "$inherited_linker_flags"; then tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do case " $new_inherited_linker_flags " in *" $tmp_inherited_linker_flag "*) ;; *) func_append new_inherited_linker_flags " $tmp_inherited_linker_flag";; esac done fi dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` if test lib,link = "$linkmode,$pass" || test prog,scan = "$linkmode,$pass" || { test prog != "$linkmode" && test lib != "$linkmode"; }; then test -n "$dlopen" && func_append dlfiles " $dlopen" test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen" fi if test conv = "$pass"; then # Only check for convenience libraries deplibs="$lib $deplibs" if test -z "$libdir"; then if test -z "$old_library"; then func_fatal_error "cannot find name of link library for '$lib'" fi # It is a libtool convenience library, so add in its objects. func_append convenience " $ladir/$objdir/$old_library" func_append old_convenience " $ladir/$objdir/$old_library" tmp_libs= for deplib in $dependency_libs; do deplibs="$deplib $deplibs" if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done elif test prog != "$linkmode" && test lib != "$linkmode"; then func_fatal_error "'$lib' is not a convenience library" fi continue fi # $pass = conv # Get the name of the library we link against. linklib= if test -n "$old_library" && { test yes = "$prefer_static_libs" || test built,no = "$prefer_static_libs,$installed"; }; then linklib=$old_library else for l in $old_library $library_names; do linklib=$l done fi if test -z "$linklib"; then func_fatal_error "cannot find name of link library for '$lib'" fi # This library was specified with -dlopen. if test dlopen = "$pass"; then test -z "$libdir" \ && func_fatal_error "cannot -dlopen a convenience library: '$lib'" if test -z "$dlname" || test yes != "$dlopen_support" || test no = "$build_libtool_libs" then # If there is no dlname, no dlopen support or we're linking # statically, we need to preload. We also need to preload any # dependent libraries so libltdl's deplib preloader doesn't # bomb out in the load deplibs phase. func_append dlprefiles " $lib $dependency_libs" else func_append newdlfiles " $lib" fi continue fi # $pass = dlopen # We need an absolute path. case $ladir in [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;; *) abs_ladir=`cd "$ladir" && pwd` if test -z "$abs_ladir"; then func_warning "cannot determine absolute directory name of '$ladir'" func_warning "passing it literally to the linker, although it might fail" abs_ladir=$ladir fi ;; esac func_basename "$lib" laname=$func_basename_result # Find the relevant object directory and library name. if test yes = "$installed"; then if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then func_warning "library '$lib' was moved." dir=$ladir absdir=$abs_ladir libdir=$abs_ladir else dir=$lt_sysroot$libdir absdir=$lt_sysroot$libdir fi test yes = "$hardcode_automatic" && avoidtemprpath=yes else if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then dir=$ladir absdir=$abs_ladir # Remove this search path later func_append notinst_path " $abs_ladir" else dir=$ladir/$objdir absdir=$abs_ladir/$objdir # Remove this search path later func_append notinst_path " $abs_ladir" fi fi # $installed = yes func_stripname 'lib' '.la' "$laname" name=$func_stripname_result # This library was specified with -dlpreopen. if test dlpreopen = "$pass"; then if test -z "$libdir" && test prog = "$linkmode"; then func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'" fi case $host in # special handling for platforms with PE-DLLs. *cygwin* | *mingw* | *cegcc* ) # Linker will automatically link against shared library if both # static and shared are present. Therefore, ensure we extract # symbols from the import library if a shared library is present # (otherwise, the dlopen module name will be incorrect). We do # this by putting the import library name into $newdlprefiles. # We recover the dlopen module name by 'saving' the la file # name in a special purpose variable, and (later) extracting the # dlname from the la file. if test -n "$dlname"; then func_tr_sh "$dir/$linklib" eval "libfile_$func_tr_sh_result=\$abs_ladir/\$laname" func_append newdlprefiles " $dir/$linklib" else func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" fi ;; * ) # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ func_append dlpreconveniencelibs " $dir/$old_library" # Otherwise, use the dlname, so that lt_dlopen finds it. elif test -n "$dlname"; then func_append newdlprefiles " $dir/$dlname" else func_append newdlprefiles " $dir/$linklib" fi ;; esac fi # $pass = dlpreopen if test -z "$libdir"; then # Link the convenience library if test lib = "$linkmode"; then deplibs="$dir/$old_library $deplibs" elif test prog,link = "$linkmode,$pass"; then compile_deplibs="$dir/$old_library $compile_deplibs" finalize_deplibs="$dir/$old_library $finalize_deplibs" else deplibs="$lib $deplibs" # used for prog,scan pass fi continue fi if test prog = "$linkmode" && test link != "$pass"; then func_append newlib_search_path " $ladir" deplibs="$lib $deplibs" linkalldeplibs=false if test no != "$link_all_deplibs" || test -z "$library_names" || test no = "$build_libtool_libs"; then linkalldeplibs=: fi tmp_libs= for deplib in $dependency_libs; do case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result" func_append newlib_search_path " $func_resolve_sysroot_result" ;; esac # Need to link against all dependency_libs? if $linkalldeplibs; then deplibs="$deplib $deplibs" else # Need to hardcode shared library paths # or/and link against static libraries newdependency_libs="$deplib $newdependency_libs" fi if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $deplib "*) func_append specialdeplibs " $deplib" ;; esac fi func_append tmp_libs " $deplib" done # for deplib continue fi # $linkmode = prog... if test prog,link = "$linkmode,$pass"; then if test -n "$library_names" && { { test no = "$prefer_static_libs" || test built,yes = "$prefer_static_libs,$installed"; } || test -z "$old_library"; }; then # We need to hardcode the library path if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then # Make sure the rpath contains only unique directories. case $temp_rpath: in *"$absdir:"*) ;; *) func_append temp_rpath "$absdir:" ;; esac fi # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi # $linkmode,$pass = prog,link... if $alldeplibs && { test pass_all = "$deplibs_check_method" || { test yes = "$build_libtool_libs" && test -n "$library_names"; }; }; then # We only need to search for static libraries continue fi fi link_static=no # Whether the deplib will be linked statically use_static_libs=$prefer_static_libs if test built = "$use_static_libs" && test yes = "$installed"; then use_static_libs=no fi if test -n "$library_names" && { test no = "$use_static_libs" || test -z "$old_library"; }; then case $host in *cygwin* | *mingw* | *cegcc* | *os2*) # No point in relinking DLLs because paths are not encoded func_append notinst_deplibs " $lib" need_relink=no ;; *) if test no = "$installed"; then func_append notinst_deplibs " $lib" need_relink=yes fi ;; esac # This is a shared library # Warn about portability, can't link against -module's on some # systems (darwin). Don't bleat about dlopened modules though! dlopenmodule= for dlpremoduletest in $dlprefiles; do if test "X$dlpremoduletest" = "X$lib"; then dlopenmodule=$dlpremoduletest break fi done if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then echo if test prog = "$linkmode"; then $ECHO "*** Warning: Linking the executable $output against the loadable module" else $ECHO "*** Warning: Linking the shared library $output against the loadable module" fi $ECHO "*** $linklib is not portable!" fi if test lib = "$linkmode" && test yes = "$hardcode_into_libs"; then # Hardcode the library path. # Skip directories that are in the system default run-time # search path. case " $sys_lib_dlsearch_path " in *" $absdir "*) ;; *) case "$compile_rpath " in *" $absdir "*) ;; *) func_append compile_rpath " $absdir" ;; esac ;; esac case " $sys_lib_dlsearch_path " in *" $libdir "*) ;; *) case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac ;; esac fi if test -n "$old_archive_from_expsyms_cmds"; then # figure out the soname set dummy $library_names shift realname=$1 shift libname=`eval "\\$ECHO \"$libname_spec\""` # use dlname if we got it. it's perfectly good, no? if test -n "$dlname"; then soname=$dlname elif test -n "$soname_spec"; then # bleh windows case $host in *cygwin* | mingw* | *cegcc* | *os2*) func_arith $current - $age major=$func_arith_result versuffix=-$major ;; esac eval soname=\"$soname_spec\" else soname=$realname fi # Make a new name for the extract_expsyms_cmds to use soroot=$soname func_basename "$soroot" soname=$func_basename_result func_stripname 'lib' '.dll' "$soname" newlib=libimp-$func_stripname_result.a # If the library has no export list, then create one now if test -f "$output_objdir/$soname-def"; then : else func_verbose "extracting exported symbol list from '$soname'" func_execute_cmds "$extract_expsyms_cmds" 'exit $?' fi # Create $newlib if test -f "$output_objdir/$newlib"; then :; else func_verbose "generating import library for '$soname'" func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?' fi # make sure the library variables are pointing to the new library dir=$output_objdir linklib=$newlib fi # test -n "$old_archive_from_expsyms_cmds" if test prog = "$linkmode" || test relink != "$opt_mode"; then add_shlibpath= add_dir= add= lib_linked=yes case $hardcode_action in immediate | unsupported) if test no = "$hardcode_direct"; then add=$dir/$linklib case $host in *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;; *-*-sysv4*uw2*) add_dir=-L$dir ;; *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \ *-*-unixware7*) add_dir=-L$dir ;; *-*-darwin* ) # if the lib is a (non-dlopened) module then we cannot # link against it, someone is ignoring the earlier warnings if /usr/bin/file -L $add 2> /dev/null | $GREP ": [^:]* bundle" >/dev/null; then if test "X$dlopenmodule" != "X$lib"; then $ECHO "*** Warning: lib $linklib is a module, not a shared library" if test -z "$old_library"; then echo echo "*** And there doesn't seem to be a static archive available" echo "*** The link will probably fail, sorry" else add=$dir/$old_library fi elif test -n "$old_library"; then add=$dir/$old_library fi fi esac elif test no = "$hardcode_minus_L"; then case $host in *-*-sunos*) add_shlibpath=$dir ;; esac add_dir=-L$dir add=-l$name elif test no = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; relink) if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$dir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$absdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name elif test yes = "$hardcode_shlibpath_var"; then add_shlibpath=$dir add=-l$name else lib_linked=no fi ;; *) lib_linked=no ;; esac if test yes != "$lib_linked"; then func_fatal_configuration "unsupported hardcode properties" fi if test -n "$add_shlibpath"; then case :$compile_shlibpath: in *":$add_shlibpath:"*) ;; *) func_append compile_shlibpath "$add_shlibpath:" ;; esac fi if test prog = "$linkmode"; then test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs" test -n "$add" && compile_deplibs="$add $compile_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" if test yes != "$hardcode_direct" && test yes != "$hardcode_minus_L" && test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac fi fi fi if test prog = "$linkmode" || test relink = "$opt_mode"; then add_shlibpath= add_dir= add= # Finalize command for both is simple: just hardcode it. if test yes = "$hardcode_direct" && test no = "$hardcode_direct_absolute"; then add=$libdir/$linklib elif test yes = "$hardcode_minus_L"; then add_dir=-L$libdir add=-l$name elif test yes = "$hardcode_shlibpath_var"; then case :$finalize_shlibpath: in *":$libdir:"*) ;; *) func_append finalize_shlibpath "$libdir:" ;; esac add=-l$name elif test yes = "$hardcode_automatic"; then if test -n "$inst_prefix_dir" && test -f "$inst_prefix_dir$libdir/$linklib"; then add=$inst_prefix_dir$libdir/$linklib else add=$libdir/$linklib fi else # We cannot seem to hardcode it, guess we'll fake it. add_dir=-L$libdir # Try looking first in the location we're being installed to. if test -n "$inst_prefix_dir"; then case $libdir in [\\/]*) func_append add_dir " -L$inst_prefix_dir$libdir" ;; esac fi add=-l$name fi if test prog = "$linkmode"; then test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs" test -n "$add" && finalize_deplibs="$add $finalize_deplibs" else test -n "$add_dir" && deplibs="$add_dir $deplibs" test -n "$add" && deplibs="$add $deplibs" fi fi elif test prog = "$linkmode"; then # Here we assume that one of hardcode_direct or hardcode_minus_L # is not unsupported. This is valid on all known static and # shared platforms. if test unsupported != "$hardcode_direct"; then test -n "$old_library" && linklib=$old_library compile_deplibs="$dir/$linklib $compile_deplibs" finalize_deplibs="$dir/$linklib $finalize_deplibs" else compile_deplibs="-l$name -L$dir $compile_deplibs" finalize_deplibs="-l$name -L$dir $finalize_deplibs" fi elif test yes = "$build_libtool_libs"; then # Not a shared library if test pass_all != "$deplibs_check_method"; then # We're trying link a shared library against a static one # but the system doesn't support it. # Just print a warning and add the library to dependency_libs so # that the program can be linked against the static library. echo $ECHO "*** Warning: This system cannot link to static lib archive $lib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have." if test yes = "$module"; then echo "*** But as you try to build a module library, libtool will still create " echo "*** a static module, that should work as long as the dlopening application" echo "*** is linked with the -dlopen flag to resolve symbols at runtime." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi else deplibs="$dir/$old_library $deplibs" link_static=yes fi fi # link shared/static library? if test lib = "$linkmode"; then if test -n "$dependency_libs" && { test yes != "$hardcode_into_libs" || test yes = "$build_old_libs" || test yes = "$link_static"; }; then # Extract -R from dependency_libs temp_deplibs= for libdir in $dependency_libs; do case $libdir in -R*) func_stripname '-R' '' "$libdir" temp_xrpath=$func_stripname_result case " $xrpath " in *" $temp_xrpath "*) ;; *) func_append xrpath " $temp_xrpath";; esac;; *) func_append temp_deplibs " $libdir";; esac done dependency_libs=$temp_deplibs fi func_append newlib_search_path " $absdir" # Link against this library test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs" # ... and its dependency_libs tmp_libs= for deplib in $dependency_libs; do newdependency_libs="$deplib $newdependency_libs" case $deplib in -L*) func_stripname '-L' '' "$deplib" func_resolve_sysroot "$func_stripname_result";; *) func_resolve_sysroot "$deplib" ;; esac if $opt_preserve_dup_deps; then case "$tmp_libs " in *" $func_resolve_sysroot_result "*) func_append specialdeplibs " $func_resolve_sysroot_result" ;; esac fi func_append tmp_libs " $func_resolve_sysroot_result" done if test no != "$link_all_deplibs"; then # Add the search paths of all dependency libraries for deplib in $dependency_libs; do path= case $deplib in -L*) path=$deplib ;; *.la) func_resolve_sysroot "$deplib" deplib=$func_resolve_sysroot_result func_dirname "$deplib" "" "." dir=$func_dirname_result # We need an absolute path. case $dir in [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;; *) absdir=`cd "$dir" && pwd` if test -z "$absdir"; then func_warning "cannot determine absolute directory name of '$dir'" absdir=$dir fi ;; esac if $GREP "^installed=no" $deplib > /dev/null; then case $host in *-*-darwin*) depdepl= eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` if test -n "$deplibrary_names"; then for tmp in $deplibrary_names; do depdepl=$tmp done if test -f "$absdir/$objdir/$depdepl"; then depdepl=$absdir/$objdir/$depdepl darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` if test -z "$darwin_install_name"; then darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` fi func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl" func_append linker_flags " -dylib_file $darwin_install_name:$depdepl" path= fi fi ;; *) path=-L$absdir/$objdir ;; esac else eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" test "$absdir" != "$libdir" && \ func_warning "'$deplib' seems to be moved" path=-L$absdir fi ;; esac case " $deplibs " in *" $path "*) ;; *) deplibs="$path $deplibs" ;; esac done fi # link_all_deplibs != no fi # linkmode = lib done # for deplib in $libs if test link = "$pass"; then if test prog = "$linkmode"; then compile_deplibs="$new_inherited_linker_flags $compile_deplibs" finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs" else compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` fi fi dependency_libs=$newdependency_libs if test dlpreopen = "$pass"; then # Link the dlpreopened libraries before other libraries for deplib in $save_deplibs; do deplibs="$deplib $deplibs" done fi if test dlopen != "$pass"; then test conv = "$pass" || { # Make sure lib_search_path contains only unique directories. lib_search_path= for dir in $newlib_search_path; do case "$lib_search_path " in *" $dir "*) ;; *) func_append lib_search_path " $dir" ;; esac done newlib_search_path= } if test prog,link = "$linkmode,$pass"; then vars="compile_deplibs finalize_deplibs" else vars=deplibs fi for var in $vars dependency_libs; do # Add libraries to $var in reverse order eval tmp_libs=\"\$$var\" new_libs= for deplib in $tmp_libs; do # FIXME: Pedantically, this is the right thing to do, so # that some nasty dependency loop isn't accidentally # broken: #new_libs="$deplib $new_libs" # Pragmatically, this seems to cause very few problems in # practice: case $deplib in -L*) new_libs="$deplib $new_libs" ;; -R*) ;; *) # And here is the reason: when a library appears more # than once as an explicit dependence of a library, or # is implicitly linked in more than once by the # compiler, it is considered special, and multiple # occurrences thereof are not removed. Compare this # with having the same library being listed as a # dependency of multiple other libraries: in this case, # we know (pedantically, we assume) the library does not # need to be listed more than once, so we keep only the # last copy. This is not always right, but it is rare # enough that we require users that really mean to play # such unportable linking tricks to link the library # using -Wl,-lname, so that libtool does not consider it # for duplicate removal. case " $specialdeplibs " in *" $deplib "*) new_libs="$deplib $new_libs" ;; *) case " $new_libs " in *" $deplib "*) ;; *) new_libs="$deplib $new_libs" ;; esac ;; esac ;; esac done tmp_libs= for deplib in $new_libs; do case $deplib in -L*) case " $tmp_libs " in *" $deplib "*) ;; *) func_append tmp_libs " $deplib" ;; esac ;; *) func_append tmp_libs " $deplib" ;; esac done eval $var=\"$tmp_libs\" done # for var fi # Add Sun CC postdeps if required: test CXX = "$tagname" && { case $host_os in linux*) case `$CC -V 2>&1 | sed 5q` in *Sun\ C*) # Sun C++ 5.9 func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; solaris*) func_cc_basename "$CC" case $func_cc_basename_result in CC* | sunCC*) func_suncc_cstd_abi if test no != "$suncc_use_cstd_abi"; then func_append postdeps ' -library=Cstd -library=Crun' fi ;; esac ;; esac } # Last step: remove runtime libs from dependency_libs # (they stay in deplibs) tmp_libs= for i in $dependency_libs; do case " $predeps $postdeps $compiler_lib_search_path " in *" $i "*) i= ;; esac if test -n "$i"; then func_append tmp_libs " $i" fi done dependency_libs=$tmp_libs done # for pass if test prog = "$linkmode"; then dlfiles=$newdlfiles fi if test prog = "$linkmode" || test lib = "$linkmode"; then dlprefiles=$newdlprefiles fi case $linkmode in oldlib) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for archives" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for archives" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for archives" test -n "$xrpath" && \ func_warning "'-R' is ignored for archives" test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for archives" test -n "$release" && \ func_warning "'-release' is ignored for archives" test -n "$export_symbols$export_symbols_regex" && \ func_warning "'-export-symbols' is ignored for archives" # Now set the variables for building old libraries. build_libtool_libs=no oldlibs=$output func_append objs "$old_deplibs" ;; lib) # Make sure we only generate libraries of the form 'libNAME.la'. case $outputname in lib*) func_stripname 'lib' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" ;; *) test no = "$module" \ && func_fatal_help "libtool library '$output' must begin with 'lib'" if test no != "$need_lib_prefix"; then # Add the "lib" prefix for modules if required func_stripname '' '.la' "$outputname" name=$func_stripname_result eval shared_ext=\"$shrext_cmds\" eval libname=\"$libname_spec\" else func_stripname '' '.la' "$outputname" libname=$func_stripname_result fi ;; esac if test -n "$objs"; then if test pass_all != "$deplibs_check_method"; then func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs" else echo $ECHO "*** Warning: Linking the shared library $output against the non-libtool" $ECHO "*** objects $objs is not portable!" func_append libobjs " $objs" fi fi test no = "$dlself" \ || func_warning "'-dlopen self' is ignored for libtool libraries" set dummy $rpath shift test 1 -lt "$#" \ && func_warning "ignoring multiple '-rpath's for a libtool library" install_libdir=$1 oldlibs= if test -z "$rpath"; then if test yes = "$build_libtool_libs"; then # Building a libtool convenience library. # Some compilers have problems with a '.al' extension so # convenience libraries should have the same extension an # archive normally would. oldlibs="$output_objdir/$libname.$libext $oldlibs" build_libtool_libs=convenience build_old_libs=yes fi test -n "$vinfo" && \ func_warning "'-version-info/-version-number' is ignored for convenience libraries" test -n "$release" && \ func_warning "'-release' is ignored for convenience libraries" else # Parse the version information argument. save_ifs=$IFS; IFS=: set dummy $vinfo 0 0 0 shift IFS=$save_ifs test -n "$7" && \ func_fatal_help "too many parameters to '-version-info'" # convert absolute version numbers to libtool ages # this retains compatibility with .la files and attempts # to make the code below a bit more comprehensible case $vinfo_number in yes) number_major=$1 number_minor=$2 number_revision=$3 # # There are really only two kinds -- those that # use the current revision as the major version # and those that subtract age and use age as # a minor version. But, then there is irix # that has an extra 1 added just for fun # case $version_type in # correct linux to gnu/linux during the next big refactor darwin|freebsd-elf|linux|osf|windows|none) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_revision ;; freebsd-aout|qnx|sunos) current=$number_major revision=$number_minor age=0 ;; irix|nonstopux) func_arith $number_major + $number_minor current=$func_arith_result age=$number_minor revision=$number_minor lt_irix_increment=no ;; *) func_fatal_configuration "$modename: unknown library version type '$version_type'" ;; esac ;; no) current=$1 revision=$2 age=$3 ;; esac # Check that each of the things are valid numbers. case $current in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "CURRENT '$current' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $revision in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "REVISION '$revision' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac case $age in 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;; *) func_error "AGE '$age' must be a nonnegative integer" func_fatal_error "'$vinfo' is not valid version information" ;; esac if test "$age" -gt "$current"; then func_error "AGE '$age' is greater than the current interface number '$current'" func_fatal_error "'$vinfo' is not valid version information" fi # Calculate the version variables. major= versuffix= verstring= case $version_type in none) ;; darwin) # Like Linux, but with the current version available in # verstring for coding it into the library header func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision # Darwin ld doesn't like 0 for these options... func_arith $current + 1 minor_current=$func_arith_result xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" # On Darwin other compilers case $CC in nagfor*) verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision" ;; *) verstring="-compatibility_version $minor_current -current_version $minor_current.$revision" ;; esac ;; freebsd-aout) major=.$current versuffix=.$current.$revision ;; freebsd-elf) func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; irix | nonstopux) if test no = "$lt_irix_increment"; then func_arith $current - $age else func_arith $current - $age + 1 fi major=$func_arith_result case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring=$verstring_prefix$major.$revision # Add in all the interfaces that we are compatible with. loop=$revision while test 0 -ne "$loop"; do func_arith $revision - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring_prefix$major.$iface:$verstring done # Before this point, $major must not contain '.'. major=.$major versuffix=$major.$revision ;; linux) # correct to gnu/linux during the next big refactor func_arith $current - $age major=.$func_arith_result versuffix=$major.$age.$revision ;; osf) func_arith $current - $age major=.$func_arith_result versuffix=.$current.$age.$revision verstring=$current.$age.$revision # Add in all the interfaces that we are compatible with. loop=$age while test 0 -ne "$loop"; do func_arith $current - $loop iface=$func_arith_result func_arith $loop - 1 loop=$func_arith_result verstring=$verstring:$iface.0 done # Make executables depend on our current version. func_append verstring ":$current.0" ;; qnx) major=.$current versuffix=.$current ;; sco) major=.$current versuffix=.$current ;; sunos) major=.$current versuffix=.$current.$revision ;; windows) # Use '-' rather than '.', since we only want one # extension on DOS 8.3 file systems. func_arith $current - $age major=$func_arith_result versuffix=-$major ;; *) func_fatal_configuration "unknown library version type '$version_type'" ;; esac # Clear the version info if we defaulted, and they specified a release. if test -z "$vinfo" && test -n "$release"; then major= case $version_type in darwin) # we can't check for "0.0" in archive_cmds due to quoting # problems, so we reset it completely verstring= ;; *) verstring=0.0 ;; esac if test no = "$need_version"; then versuffix= else versuffix=.0.0 fi fi # Remove version info from name if versioning should be avoided if test yes,no = "$avoid_version,$need_version"; then major= versuffix= verstring= fi # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else func_fatal_error "can't build $host shared library unless -no-undefined is specified" fi fi else # Don't allow undefined symbols. allow_undefined_flag=$no_undefined_flag fi fi func_generate_dlsyms "$libname" "$libname" : func_append libobjs " $symfileobj" test " " = "$libobjs" && libobjs= if test relink != "$opt_mode"; then # Remove our outputs, but don't remove object files since they # may have been created when compiling PIC objects. removelist= tempremovelist=`$ECHO "$output_objdir/*"` for p in $tempremovelist; do case $p in *.$objext | *.gcno) ;; $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*) if test -n "$precious_files_regex"; then if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1 then continue fi fi func_append removelist " $p" ;; *) ;; esac done test -n "$removelist" && \ func_show_eval "${RM}r \$removelist" fi # Now set the variables for building old libraries. if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then func_append oldlibs " $output_objdir/$libname.$libext" # Transform .lo files to .o files. oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP` fi # Eliminate all temporary directories. #for path in $notinst_path; do # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` #done if test -n "$xrpath"; then # If the user specified any rpath flags, then add them. temp_xrpath= for libdir in $xrpath; do func_replace_sysroot "$libdir" func_append temp_xrpath " -R$func_replace_sysroot_result" case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then dependency_libs="$temp_xrpath $dependency_libs" fi fi # Make sure dlfiles contains only unique files that won't be dlpreopened old_dlfiles=$dlfiles dlfiles= for lib in $old_dlfiles; do case " $dlprefiles $dlfiles " in *" $lib "*) ;; *) func_append dlfiles " $lib" ;; esac done # Make sure dlprefiles contains only unique files old_dlprefiles=$dlprefiles dlprefiles= for lib in $old_dlprefiles; do case "$dlprefiles " in *" $lib "*) ;; *) func_append dlprefiles " $lib" ;; esac done if test yes = "$build_libtool_libs"; then if test -n "$rpath"; then case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*) # these systems don't actually have a c library (as such)! ;; *-*-rhapsody* | *-*-darwin1.[012]) # Rhapsody C library is in the System framework func_append deplibs " System.ltframework" ;; *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*) # Do not include libc due to us having libc/libc_r. ;; *-*-sco3.2v5* | *-*-sco5v6*) # Causes problems with __ctype ;; *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*) # Compiler inserts libc in the correct place for threads to work ;; *) # Add libc to deplibs on all other systems if necessary. if test yes = "$build_libtool_need_lc"; then func_append deplibs " -lc" fi ;; esac fi # Transform deplibs into only deplibs that can be linked in shared. name_save=$name libname_save=$libname release_save=$release versuffix_save=$versuffix major_save=$major # I'm not sure if I'm treating the release correctly. I think # release should show up in the -l (ie -lgmp5) so we don't want to # add it in twice. Is that correct? release= versuffix= major= newdeplibs= droppeddeps=no case $deplibs_check_method in pass_all) # Don't check for shared/static. Everything works. # This might be a little naive. We might want to check # whether the library exists or not. But this is on # osf3 & osf4 and I'm not really sure... Just # implementing what was already the behavior. newdeplibs=$deplibs ;; test_compile) # This code stresses the "libraries are programs" paradigm to its # limits. Maybe even breaks it. We compile a program, linking it # against the deplibs as a proxy for the library. Then we can check # whether they linked in statically or dynamically with ldd. $opt_dry_run || $RM conftest.c cat > conftest.c </dev/null` $nocaseglob else potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` fi for potent_lib in $potential_libs; do # Follow soft links. if ls -lLd "$potent_lib" 2>/dev/null | $GREP " -> " >/dev/null; then continue fi # The statement above tries to avoid entering an # endless loop below, in case of cyclic links. # We might still enter an endless loop, since a link # loop can be closed while we follow links, # but so what? potlib=$potent_lib while test -h "$potlib" 2>/dev/null; do potliblink=`ls -ld $potlib | $SED 's/.* -> //'` case $potliblink in [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;; *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";; esac done if eval $file_magic_cmd \"\$potlib\" 2>/dev/null | $SED -e 10q | $EGREP "$file_magic_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for file magic test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a file magic. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; match_pattern*) set dummy $deplibs_check_method; shift match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` for a_deplib in $deplibs; do case $a_deplib in -l*) func_stripname -l '' "$a_deplib" name=$func_stripname_result if test yes = "$allow_libtool_libs_with_static_runtimes"; then case " $predeps $postdeps " in *" $a_deplib "*) func_append newdeplibs " $a_deplib" a_deplib= ;; esac fi if test -n "$a_deplib"; then libname=`eval "\\$ECHO \"$libname_spec\""` for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do potential_libs=`ls $i/$libname[.-]* 2>/dev/null` for potent_lib in $potential_libs; do potlib=$potent_lib # see symlink-check above in file_magic test if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \ $EGREP "$match_pattern_regex" > /dev/null; then func_append newdeplibs " $a_deplib" a_deplib= break 2 fi done done fi if test -n "$a_deplib"; then droppeddeps=yes echo $ECHO "*** Warning: linker path does not have real file for library $a_deplib." echo "*** I have the capability to make that library automatically link in when" echo "*** you link to this library. But I can only do this if you have a" echo "*** shared version of the library, which you do not appear to have" echo "*** because I did check the linker path looking for a file starting" if test -z "$potlib"; then $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)" else $ECHO "*** with $libname and none of the candidates passed a file format test" $ECHO "*** using a regex pattern. Last file checked: $potlib" fi fi ;; *) # Add a -L argument. func_append newdeplibs " $a_deplib" ;; esac done # Gone through all deplibs. ;; none | unknown | *) newdeplibs= tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` if test yes = "$allow_libtool_libs_with_static_runtimes"; then for i in $predeps $postdeps; do # can't use Xsed below, because $i might contain '/' tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"` done fi case $tmp_deplibs in *[!\ \ ]*) echo if test none = "$deplibs_check_method"; then echo "*** Warning: inter-library dependencies are not supported in this platform." else echo "*** Warning: inter-library dependencies are not known to be supported." fi echo "*** All declared inter-library dependencies are being dropped." droppeddeps=yes ;; esac ;; esac versuffix=$versuffix_save major=$major_save release=$release_save libname=$libname_save name=$name_save case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library with the System framework newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac if test yes = "$droppeddeps"; then if test yes = "$module"; then echo echo "*** Warning: libtool could not satisfy all declared inter-library" $ECHO "*** dependencies of module $libname. Therefore, libtool will create" echo "*** a static module, that should work as long as the dlopening" echo "*** application is linked with the -dlopen flag." if test -z "$global_symbol_pipe"; then echo echo "*** However, this would only work if libtool was able to extract symbol" echo "*** lists from a program, using 'nm' or equivalent, but libtool could" echo "*** not find such a program. So, this module is probably useless." echo "*** 'nm' from GNU binutils and a full rebuild may help." fi if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi else echo "*** The inter-library dependencies that have been dropped here will be" echo "*** automatically added whenever a program is linked with this library" echo "*** or is declared to -dlopen it." if test no = "$allow_undefined"; then echo echo "*** Since this library must not contain undefined symbols," echo "*** because either the platform does not support them or" echo "*** it was explicitly requested with -no-undefined," echo "*** libtool will only create a static version of it." if test no = "$build_old_libs"; then oldlibs=$output_objdir/$libname.$libext build_libtool_libs=module build_old_libs=yes else build_libtool_libs=no fi fi fi fi # Done checking deplibs! deplibs=$newdeplibs fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" case $host in *-*-darwin*) newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done deplibs=$new_libs # All the library-specific variables (install_libdir is set above). library_names= old_library= dlname= # Test again, we may have decided not to build it any more if test yes = "$build_libtool_libs"; then # Remove $wl instances when linking with ld. # FIXME: should test the right _cmds variable. case $archive_cmds in *\$LD\ *) wl= ;; esac if test yes = "$hardcode_into_libs"; then # Hardcode the library paths hardcode_libdirs= dep_rpath= rpath=$finalize_rpath test relink = "$opt_mode" || rpath=$compile_rpath$rpath for libdir in $rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then func_replace_sysroot "$libdir" libdir=$func_replace_sysroot_result if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append dep_rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval "dep_rpath=\"$hardcode_libdir_flag_spec\"" fi if test -n "$runpath_var" && test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var" fi test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs" fi shlibpath=$finalize_shlibpath test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath if test -n "$shlibpath"; then eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var" fi # Get the real and link names of the library. eval shared_ext=\"$shrext_cmds\" eval library_names=\"$library_names_spec\" set dummy $library_names shift realname=$1 shift if test -n "$soname_spec"; then eval soname=\"$soname_spec\" else soname=$realname fi if test -z "$dlname"; then dlname=$soname fi lib=$output_objdir/$realname linknames= for link do func_append linknames " $link" done # Use standard objects if they are pic test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` test "X$libobjs" = "X " && libobjs= delfiles= if test -n "$export_symbols" && test -n "$include_expsyms"; then $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp" export_symbols=$output_objdir/$libname.uexp func_append delfiles " $export_symbols" fi orig_export_symbols= case $host_os in cygwin* | mingw* | cegcc*) if test -n "$export_symbols" && test -z "$export_symbols_regex"; then # exporting using user supplied symfile func_dll_def_p "$export_symbols" || { # and it's NOT already a .def file. Must figure out # which of the given symbols are data symbols and tag # them as such. So, trigger use of export_symbols_cmds. # export_symbols gets reassigned inside the "prepare # the list of exported symbols" if statement, so the # include_expsyms logic still works. orig_export_symbols=$export_symbols export_symbols= always_export_symbols=yes } fi ;; esac # Prepare the list of exported symbols if test -z "$export_symbols"; then if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols cmds=$export_symbols_cmds save_ifs=$IFS; IFS='~' for cmd1 in $cmds; do IFS=$save_ifs # Take the normal branch if the nm_file_list_spec branch # doesn't work or if tool conversion is not needed. case $nm_file_list_spec~$to_tool_file_cmd in *~func_convert_file_noop | *~func_convert_file_msys_to_w32 | ~*) try_normal_branch=yes eval cmd=\"$cmd1\" func_len " $cmd" len=$func_len_result ;; *) try_normal_branch=no ;; esac if test yes = "$try_normal_branch" \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then func_show_eval "$cmd" 'exit $?' skipped_export=false elif test -n "$nm_file_list_spec"; then func_basename "$output" output_la=$func_basename_result save_libobjs=$libobjs save_output=$output output=$output_objdir/$output_la.nm func_to_tool_file "$output" libobjs=$nm_file_list_spec$func_to_tool_file_result func_append delfiles " $output" func_verbose "creating $NM input file list: $output" for obj in $save_libobjs; do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > "$output" eval cmd=\"$cmd1\" func_show_eval "$cmd" 'exit $?' output=$save_output libobjs=$save_libobjs skipped_export=false else # The command line is too long to execute in one step. func_verbose "using reloadable object file for export list..." skipped_export=: # Break out early, otherwise skipped_export may be # set to false by a later but shorter cmd. break fi done IFS=$save_ifs if test -n "$export_symbols_regex" && test : != "$skipped_export"; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi fi if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test : != "$skipped_export" && test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi tmp_deplibs= for test_deplib in $deplibs; do case " $convenience " in *" $test_deplib "*) ;; *) func_append tmp_deplibs " $test_deplib" ;; esac done deplibs=$tmp_deplibs if test -n "$convenience"; then if test -n "$whole_archive_flag_spec" && test yes = "$compiler_needs_object" && test -z "$libobjs"; then # extract the archives, so we have objects to list. # TODO: could optimize this to just extract one archive. whole_archive_flag_spec= fi if test -n "$whole_archive_flag_spec"; then save_libobjs=$libobjs eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= else gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $convenience func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi fi if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then eval flag=\"$thread_safe_flag_spec\" func_append linker_flags " $flag" fi # Make a backup of the uninstalled library when relinking if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $? fi # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then eval test_cmds=\"$module_expsym_cmds\" cmds=$module_expsym_cmds else eval test_cmds=\"$module_cmds\" cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then eval test_cmds=\"$archive_expsym_cmds\" cmds=$archive_expsym_cmds else eval test_cmds=\"$archive_cmds\" cmds=$archive_cmds fi fi if test : != "$skipped_export" && func_len " $test_cmds" && len=$func_len_result && test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then : else # The command line is too long to link in one step, link piecewise # or, if using GNU ld and skipped_export is not :, use a linker # script. # Save the value of $output and $libobjs because we want to # use them later. If we have whole_archive_flag_spec, we # want to use save_libobjs as it was before # whole_archive_flag_spec was expanded, because we can't # assume the linker understands whole_archive_flag_spec. # This may have to be revisited, in case too many # convenience libraries get linked in and end up exceeding # the spec. if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then save_libobjs=$libobjs fi save_output=$output func_basename "$output" output_la=$func_basename_result # Clear the reloadable object creation command queue and # initialize k to one. test_cmds= concat_cmds= objlist= last_robj= k=1 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then output=$output_objdir/$output_la.lnkscript func_verbose "creating GNU ld script: $output" echo 'INPUT (' > $output for obj in $save_libobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done echo ')' >> $output func_append delfiles " $output" func_to_tool_file "$output" output=$func_to_tool_file_result elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then output=$output_objdir/$output_la.lnk func_verbose "creating linker input file list: $output" : > $output set x $save_libobjs shift firstobj= if test yes = "$compiler_needs_object"; then firstobj="$1 " shift fi for obj do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" >> $output done func_append delfiles " $output" func_to_tool_file "$output" output=$firstobj\"$file_list_spec$func_to_tool_file_result\" else if test -n "$save_libobjs"; then func_verbose "creating reloadable object files..." output=$output_objdir/$output_la-$k.$objext eval test_cmds=\"$reload_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 # Loop over the list of objects to be linked. for obj in $save_libobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result if test -z "$objlist" || test "$len" -lt "$max_cmd_len"; then func_append objlist " $obj" else # The command $test_cmds is almost too long, add a # command to the queue. if test 1 -eq "$k"; then # The first file doesn't have a previous command to add. reload_objs=$objlist eval concat_cmds=\"$reload_cmds\" else # All subsequent reloadable object files will link in # the last one created. reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\" fi last_robj=$output_objdir/$output_la-$k.$objext func_arith $k + 1 k=$func_arith_result output=$output_objdir/$output_la-$k.$objext objlist=" $obj" func_len " $last_robj" func_arith $len0 + $func_len_result len=$func_arith_result fi done # Handle the remaining objects by creating one last # reloadable object file. All subsequent reloadable object # files will link in the last one created. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ reload_objs="$objlist $last_robj" eval concat_cmds=\"\$concat_cmds$reload_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi func_append delfiles " $output" else output= fi ${skipped_export-false} && { func_verbose "generating symbol list for '$libname.la'" export_symbols=$output_objdir/$libname.exp $opt_dry_run || $RM $export_symbols libobjs=$output # Append the command to create the export file. test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\" if test -n "$last_robj"; then eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\" fi } test -n "$save_libobjs" && func_verbose "creating a temporary reloadable object file: $output" # Loop through the commands generated above and execute them. save_ifs=$IFS; IFS='~' for cmd in $concat_cmds; do IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs if test -n "$export_symbols_regex" && ${skipped_export-false}; then func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"' func_show_eval '$MV "${export_symbols}T" "$export_symbols"' fi fi ${skipped_export-false} && { if test -n "$export_symbols" && test -n "$include_expsyms"; then tmp_export_symbols=$export_symbols test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"' fi if test -n "$orig_export_symbols"; then # The given exports_symbols file has to be filtered, so filter it. func_verbose "filter symbol list for '$libname.la' to tag DATA exports" # FIXME: $output_objdir/$libname.filter potentially contains lots of # 's' commands, which not all seds can handle. GNU sed should be fine # though. Also, the filter scales superlinearly with the number of # global variables. join(1) would be nice here, but unfortunately # isn't a blessed tool. $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter func_append delfiles " $export_symbols $output_objdir/$libname.filter" export_symbols=$output_objdir/$libname.def $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols fi } libobjs=$output # Restore the value of output. output=$save_output if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then eval libobjs=\"\$libobjs $whole_archive_flag_spec\" test "X$libobjs" = "X " && libobjs= fi # Expand the library linking commands again to reset the # value of $libobjs for piecewise linking. # Do each of the archive commands. if test yes = "$module" && test -n "$module_cmds"; then if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then cmds=$module_expsym_cmds else cmds=$module_cmds fi else if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then cmds=$archive_expsym_cmds else cmds=$archive_cmds fi fi fi if test -n "$delfiles"; then # Append the command to remove temporary files to $cmds. eval cmds=\"\$cmds~\$RM $delfiles\" fi # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append libobjs " $func_extract_archives_result" test "X$libobjs" = "X " && libobjs= fi save_ifs=$IFS; IFS='~' for cmd in $cmds; do IFS=$sp$nl eval cmd=\"$cmd\" IFS=$save_ifs $opt_quiet || { func_quote_for_expand "$cmd" eval "func_echo $func_quote_for_expand_result" } $opt_dry_run || eval "$cmd" || { lt_exit=$? # Restore the uninstalled library and exit if test relink = "$opt_mode"; then ( cd "$output_objdir" && \ $RM "${realname}T" && \ $MV "${realname}U" "$realname" ) fi exit $lt_exit } done IFS=$save_ifs # Restore the uninstalled library and exit if test relink = "$opt_mode"; then $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $? if test -n "$convenience"; then if test -z "$whole_archive_flag_spec"; then func_show_eval '${RM}r "$gentop"' fi fi exit $EXIT_SUCCESS fi # Create links to the real library. for linkname in $linknames; do if test "$realname" != "$linkname"; then func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?' fi done # If -module or -export-dynamic was specified, set the dlname. if test yes = "$module" || test yes = "$export_dynamic"; then # On all known operating systems, these are identical. dlname=$soname fi fi ;; obj) if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then func_warning "'-dlopen' is ignored for objects" fi case " $deplibs" in *\ -l* | *\ -L*) func_warning "'-l' and '-L' are ignored for objects" ;; esac test -n "$rpath" && \ func_warning "'-rpath' is ignored for objects" test -n "$xrpath" && \ func_warning "'-R' is ignored for objects" test -n "$vinfo" && \ func_warning "'-version-info' is ignored for objects" test -n "$release" && \ func_warning "'-release' is ignored for objects" case $output in *.lo) test -n "$objs$old_deplibs" && \ func_fatal_error "cannot build library object '$output' from non-libtool objects" libobj=$output func_lo2o "$libobj" obj=$func_lo2o_result ;; *) libobj= obj=$output ;; esac # Delete the old objects. $opt_dry_run || $RM $obj $libobj # Objects from convenience libraries. This assumes # single-version convenience libraries. Whenever we create # different ones for PIC/non-PIC, this we'll have to duplicate # the extraction. reload_conv_objs= gentop= # if reload_cmds runs $LD directly, get rid of -Wl from # whole_archive_flag_spec and hope we can get by with turning comma # into space. case $reload_cmds in *\$LD[\ \$]*) wl= ;; esac if test -n "$convenience"; then if test -n "$whole_archive_flag_spec"; then eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags else gentop=$output_objdir/${obj}x func_append generated " $gentop" func_extract_archives $gentop $convenience reload_conv_objs="$reload_objs $func_extract_archives_result" fi fi # If we're not building shared, we need to use non_pic_objs test yes = "$build_libtool_libs" || libobjs=$non_pic_objects # Create the old-style object. reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs output=$obj func_execute_cmds "$reload_cmds" 'exit $?' # Exit if we aren't doing a library object file. if test -z "$libobj"; then if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS fi test yes = "$build_libtool_libs" || { if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi # Create an invalid libtool object if no PIC, so that we don't # accidentally link it into a program. # $show "echo timestamp > $libobj" # $opt_dry_run || eval "echo timestamp > $libobj" || exit $? exit $EXIT_SUCCESS } if test -n "$pic_flag" || test default != "$pic_mode"; then # Only do commands if we really have different PIC objects. reload_objs="$libobjs $reload_conv_objs" output=$libobj func_execute_cmds "$reload_cmds" 'exit $?' fi if test -n "$gentop"; then func_show_eval '${RM}r "$gentop"' fi exit $EXIT_SUCCESS ;; prog) case $host in *cygwin*) func_stripname '' '.exe' "$output" output=$func_stripname_result.exe;; esac test -n "$vinfo" && \ func_warning "'-version-info' is ignored for programs" test -n "$release" && \ func_warning "'-release' is ignored for programs" $preload \ && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \ && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support." case $host in *-*-rhapsody* | *-*-darwin1.[012]) # On Rhapsody replace the C library is the System framework compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` ;; esac case $host in *-*-darwin*) # Don't allow lazy linking, it breaks C++ global constructors # But is supposedly fixed on 10.4 or later (yay!). if test CXX = "$tagname"; then case ${MACOSX_DEPLOYMENT_TARGET-10.0} in 10.[0123]) func_append compile_command " $wl-bind_at_load" func_append finalize_command " $wl-bind_at_load" ;; esac fi # Time to change all our "foo.ltframework" stuff back to "-framework foo" compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` ;; esac # move library search paths that coincide with paths to not yet # installed libraries to the beginning of the library search list new_libs= for path in $notinst_path; do case " $new_libs " in *" -L$path/$objdir "*) ;; *) case " $compile_deplibs " in *" -L$path/$objdir "*) func_append new_libs " -L$path/$objdir" ;; esac ;; esac done for deplib in $compile_deplibs; do case $deplib in -L*) case " $new_libs " in *" $deplib "*) ;; *) func_append new_libs " $deplib" ;; esac ;; *) func_append new_libs " $deplib" ;; esac done compile_deplibs=$new_libs func_append compile_command " $compile_deplibs" func_append finalize_command " $finalize_deplibs" if test -n "$rpath$xrpath"; then # If the user specified any rpath flags, then add them. for libdir in $rpath $xrpath; do # This is the magic to use -rpath. case "$finalize_rpath " in *" $libdir "*) ;; *) func_append finalize_rpath " $libdir" ;; esac done fi # Now hardcode the library paths rpath= hardcode_libdirs= for libdir in $compile_rpath $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$perm_rpath " in *" $libdir "*) ;; *) func_append perm_rpath " $libdir" ;; esac fi case $host in *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'` case :$dllsearchpath: in *":$libdir:"*) ;; ::) dllsearchpath=$libdir;; *) func_append dllsearchpath ":$libdir";; esac case :$dllsearchpath: in *":$testbindir:"*) ;; ::) dllsearchpath=$testbindir;; *) func_append dllsearchpath ":$testbindir";; esac ;; esac done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi compile_rpath=$rpath rpath= hardcode_libdirs= for libdir in $finalize_rpath; do if test -n "$hardcode_libdir_flag_spec"; then if test -n "$hardcode_libdir_separator"; then if test -z "$hardcode_libdirs"; then hardcode_libdirs=$libdir else # Just accumulate the unique libdirs. case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) ;; *) func_append hardcode_libdirs "$hardcode_libdir_separator$libdir" ;; esac fi else eval flag=\"$hardcode_libdir_flag_spec\" func_append rpath " $flag" fi elif test -n "$runpath_var"; then case "$finalize_perm_rpath " in *" $libdir "*) ;; *) func_append finalize_perm_rpath " $libdir" ;; esac fi done # Substitute the hardcoded libdirs into the rpath. if test -n "$hardcode_libdir_separator" && test -n "$hardcode_libdirs"; then libdir=$hardcode_libdirs eval rpath=\" $hardcode_libdir_flag_spec\" fi finalize_rpath=$rpath if test -n "$libobjs" && test yes = "$build_old_libs"; then # Transform all the library objects into standard objects. compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` fi func_generate_dlsyms "$outputname" "@PROGRAM@" false # template prelinking step if test -n "$prelink_cmds"; then func_execute_cmds "$prelink_cmds" 'exit $?' fi wrappers_required=: case $host in *cegcc* | *mingw32ce*) # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway. wrappers_required=false ;; *cygwin* | *mingw* ) test yes = "$build_libtool_libs" || wrappers_required=false ;; *) if test no = "$need_relink" || test yes != "$build_libtool_libs"; then wrappers_required=false fi ;; esac $wrappers_required || { # Replace the output file specification. compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` link_command=$compile_command$compile_rpath # We have no uninstalled library dependencies, so finalize right now. exit_status=0 func_show_eval "$link_command" 'exit_status=$?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Delete the generated files. if test -f "$output_objdir/${outputname}S.$objext"; then func_show_eval '$RM "$output_objdir/${outputname}S.$objext"' fi exit $exit_status } if test -n "$compile_shlibpath$finalize_shlibpath"; then compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command" fi if test -n "$finalize_shlibpath"; then finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command" fi compile_var= finalize_var= if test -n "$runpath_var"; then if test -n "$perm_rpath"; then # We should set the runpath_var. rpath= for dir in $perm_rpath; do func_append rpath "$dir:" done compile_var="$runpath_var=\"$rpath\$$runpath_var\" " fi if test -n "$finalize_perm_rpath"; then # We should set the runpath_var. rpath= for dir in $finalize_perm_rpath; do func_append rpath "$dir:" done finalize_var="$runpath_var=\"$rpath\$$runpath_var\" " fi fi if test yes = "$no_install"; then # We don't need to create a wrapper script. link_command=$compile_var$compile_command$compile_rpath # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` # Delete the old output file. $opt_dry_run || $RM $output # Link the executable and exit func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi exit $EXIT_SUCCESS fi case $hardcode_action,$fast_install in relink,*) # Fast installation is not supported link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath func_warning "this platform does not like uninstalled shared libraries" func_warning "'$output' will be relinked during installation" ;; *,yes) link_command=$finalize_var$compile_command$finalize_rpath relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` ;; *,no) link_command=$compile_var$compile_command$compile_rpath relink_command=$finalize_var$finalize_command$finalize_rpath ;; *,needless) link_command=$finalize_var$compile_command$finalize_rpath relink_command= ;; esac # Replace the output file specification. link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` # Delete the old output files. $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname func_show_eval "$link_command" 'exit $?' if test -n "$postlink_cmds"; then func_to_tool_file "$output_objdir/$outputname" postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` func_execute_cmds "$postlink_cmds" 'exit $?' fi # Now create the wrapper script. func_verbose "creating $output" # Quote the relink command for shipping. if test -n "$relink_command"; then # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done relink_command="(cd `pwd`; $relink_command)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` fi # Only actually do things if not in dry run mode. $opt_dry_run || { # win32 will think the script is a binary if it has # a .exe suffix, so we strip it off here. case $output in *.exe) func_stripname '' '.exe' "$output" output=$func_stripname_result ;; esac # test for cygwin because mv fails w/o .exe extensions case $host in *cygwin*) exeext=.exe func_stripname '' '.exe' "$outputname" outputname=$func_stripname_result ;; *) exeext= ;; esac case $host in *cygwin* | *mingw* ) func_dirname_and_basename "$output" "" "." output_name=$func_basename_result output_path=$func_dirname_result cwrappersource=$output_path/$objdir/lt-$output_name.c cwrapper=$output_path/$output_name.exe $RM $cwrappersource $cwrapper trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15 func_emit_cwrapperexe_src > $cwrappersource # The wrapper executable is built using the $host compiler, # because it contains $host paths and files. If cross- # compiling, it, like the target executable, must be # executed on the $host or under an emulation environment. $opt_dry_run || { $LTCC $LTCFLAGS -o $cwrapper $cwrappersource $STRIP $cwrapper } # Now, create the wrapper script for func_source use: func_ltwrapper_scriptname $cwrapper $RM $func_ltwrapper_scriptname_result trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15 $opt_dry_run || { # note: this script will not be executed, so do not chmod. if test "x$build" = "x$host"; then $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result else func_emit_wrapper no > $func_ltwrapper_scriptname_result fi } ;; * ) $RM $output trap "$RM $output; exit $EXIT_FAILURE" 1 2 15 func_emit_wrapper no > $output chmod +x $output ;; esac } exit $EXIT_SUCCESS ;; esac # See if we need to build an old-fashioned archive. for oldlib in $oldlibs; do case $build_libtool_libs in convenience) oldobjs="$libobjs_save $symfileobj" addlibs=$convenience build_libtool_libs=no ;; module) oldobjs=$libobjs_save addlibs=$old_convenience build_libtool_libs=no ;; *) oldobjs="$old_deplibs $non_pic_objects" $preload && test -f "$symfileobj" \ && func_append oldobjs " $symfileobj" addlibs=$old_convenience ;; esac if test -n "$addlibs"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $addlibs func_append oldobjs " $func_extract_archives_result" fi # Do each command in the archive commands. if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then cmds=$old_archive_from_new_cmds else # Add any objects from preloaded convenience libraries if test -n "$dlprefiles"; then gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_extract_archives $gentop $dlprefiles func_append oldobjs " $func_extract_archives_result" fi # POSIX demands no paths to be encoded in archives. We have # to avoid creating archives with duplicate basenames if we # might have to extract them afterwards, e.g., when creating a # static archive out of a convenience library, or when linking # the entirety of a libtool archive into another (currently # not supported by libtool). if (for obj in $oldobjs do func_basename "$obj" $ECHO "$func_basename_result" done | sort | sort -uc >/dev/null 2>&1); then : else echo "copying selected object files to avoid basename conflicts..." gentop=$output_objdir/${outputname}x func_append generated " $gentop" func_mkdir_p "$gentop" save_oldobjs=$oldobjs oldobjs= counter=1 for obj in $save_oldobjs do func_basename "$obj" objbase=$func_basename_result case " $oldobjs " in " ") oldobjs=$obj ;; *[\ /]"$objbase "*) while :; do # Make sure we don't pick an alternate name that also # overlaps. newobj=lt$counter-$objbase func_arith $counter + 1 counter=$func_arith_result case " $oldobjs " in *[\ /]"$newobj "*) ;; *) if test ! -f "$gentop/$newobj"; then break; fi ;; esac done func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj" func_append oldobjs " $gentop/$newobj" ;; *) func_append oldobjs " $obj" ;; esac done fi func_to_tool_file "$oldlib" func_convert_file_msys_to_w32 tool_oldlib=$func_to_tool_file_result eval cmds=\"$old_archive_cmds\" func_len " $cmds" len=$func_len_result if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then cmds=$old_archive_cmds elif test -n "$archiver_list_spec"; then func_verbose "using command file archive linking..." for obj in $oldobjs do func_to_tool_file "$obj" $ECHO "$func_to_tool_file_result" done > $output_objdir/$libname.libcmd func_to_tool_file "$output_objdir/$libname.libcmd" oldobjs=" $archiver_list_spec$func_to_tool_file_result" cmds=$old_archive_cmds else # the command line is too long to link in one step, link in parts func_verbose "using piecewise archive linking..." save_RANLIB=$RANLIB RANLIB=: objlist= concat_cmds= save_oldobjs=$oldobjs oldobjs= # Is there a better way of finding the last object in the list? for obj in $save_oldobjs do last_oldobj=$obj done eval test_cmds=\"$old_archive_cmds\" func_len " $test_cmds" len0=$func_len_result len=$len0 for obj in $save_oldobjs do func_len " $obj" func_arith $len + $func_len_result len=$func_arith_result func_append objlist " $obj" if test "$len" -lt "$max_cmd_len"; then : else # the above command should be used before it gets too long oldobjs=$objlist if test "$obj" = "$last_oldobj"; then RANLIB=$save_RANLIB fi test -z "$concat_cmds" || concat_cmds=$concat_cmds~ eval concat_cmds=\"\$concat_cmds$old_archive_cmds\" objlist= len=$len0 fi done RANLIB=$save_RANLIB oldobjs=$objlist if test -z "$oldobjs"; then eval cmds=\"\$concat_cmds\" else eval cmds=\"\$concat_cmds~\$old_archive_cmds\" fi fi fi func_execute_cmds "$cmds" 'exit $?' done test -n "$generated" && \ func_show_eval "${RM}r$generated" # Now create the libtool archive. case $output in *.la) old_library= test yes = "$build_old_libs" && old_library=$libname.$libext func_verbose "creating $output" # Preserve any variables that may affect compiler behavior for var in $variables_saved_for_relink; do if eval test -z \"\${$var+set}\"; then relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command" elif eval var_value=\$$var; test -z "$var_value"; then relink_command="$var=; export $var; $relink_command" else func_quote_for_eval "$var_value" relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command" fi done # Quote the link command for shipping. relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` if test yes = "$hardcode_automatic"; then relink_command= fi # Only create the output if not a dry run. $opt_dry_run || { for installed in no yes; do if test yes = "$installed"; then if test -z "$install_libdir"; then break fi output=$output_objdir/${outputname}i # Replace all uninstalled libtool libraries with the installed ones newdependency_libs= for deplib in $dependency_libs; do case $deplib in *.la) func_basename "$deplib" name=$func_basename_result func_resolve_sysroot "$deplib" eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` test -z "$libdir" && \ func_fatal_error "'$deplib' is not a valid libtool archive" func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name" ;; -L*) func_stripname -L '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -L$func_replace_sysroot_result" ;; -R*) func_stripname -R '' "$deplib" func_replace_sysroot "$func_stripname_result" func_append newdependency_libs " -R$func_replace_sysroot_result" ;; *) func_append newdependency_libs " $deplib" ;; esac done dependency_libs=$newdependency_libs newdlfiles= for lib in $dlfiles; do case $lib in *.la) func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name" ;; *) func_append newdlfiles " $lib" ;; esac done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in *.la) # Only pass preopened files to the pseudo-archive (for # eventual linking with the app. that links it) if we # didn't already link the preopened objects directly into # the library: func_basename "$lib" name=$func_basename_result eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib` test -z "$libdir" && \ func_fatal_error "'$lib' is not a valid libtool archive" func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name" ;; esac done dlprefiles=$newdlprefiles else newdlfiles= for lib in $dlfiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlfiles " $abs" done dlfiles=$newdlfiles newdlprefiles= for lib in $dlprefiles; do case $lib in [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; *) abs=`pwd`"/$lib" ;; esac func_append newdlprefiles " $abs" done dlprefiles=$newdlprefiles fi $RM $output # place dlname in correct position for cygwin # In fact, it would be nice if we could use this code for all target # systems that can't hard-code library paths into their executables # and that have no shared library path variable independent of PATH, # but it turns out we can't easily determine that from inspecting # libtool variables, so we have to hard-code the OSs to which it # applies here; at the moment, that means platforms that use the PE # object format with DLL files. See the long comment at the top of # tests/bindir.at for full details. tdlname=$dlname case $host,$output,$installed,$module,$dlname in *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) # If a -bindir argument was supplied, place the dll there. if test -n "$bindir"; then func_relative_path "$install_libdir" "$bindir" tdlname=$func_relative_path_result/$dlname else # Otherwise fall back on heuristic. tdlname=../bin/$dlname fi ;; esac $ECHO > $output "\ # $outputname - a libtool library file # Generated by $PROGRAM (GNU $PACKAGE) $VERSION # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='$tdlname' # Names of this library. library_names='$library_names' # The name of the static archive. old_library='$old_library' # Linker flags that cannot go in dependency_libs. inherited_linker_flags='$new_inherited_linker_flags' # Libraries that this one depends upon. dependency_libs='$dependency_libs' # Names of additional weak libraries provided by this library weak_library_names='$weak_libs' # Version information for $libname. current=$current age=$age revision=$revision # Is this an already installed library? installed=$installed # Should we warn about portability when linking against -modules? shouldnotlink=$module # Files to dlopen/dlpreopen dlopen='$dlfiles' dlpreopen='$dlprefiles' # Directory that this library needs to be installed in: libdir='$install_libdir'" if test no,yes = "$installed,$need_relink"; then $ECHO >> $output "\ relink_command=\"$relink_command\"" fi done } # Do a symbolic link so that the libtool archive can be found in # LD_LIBRARY_PATH before the program is installed. func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?' ;; esac exit $EXIT_SUCCESS } if test link = "$opt_mode" || test relink = "$opt_mode"; then func_mode_link ${1+"$@"} fi # func_mode_uninstall arg... func_mode_uninstall () { $debug_cmd RM=$nonopt files= rmforce=false exit_status=0 # This variable tells wrapper scripts just to set variables rather # than running their programs. libtool_install_magic=$magic for arg do case $arg in -f) func_append RM " $arg"; rmforce=: ;; -*) func_append RM " $arg" ;; *) func_append files " $arg" ;; esac done test -z "$RM" && \ func_fatal_help "you must specify an RM program" rmdirs= for file in $files; do func_dirname "$file" "" "." dir=$func_dirname_result if test . = "$dir"; then odir=$objdir else odir=$dir/$objdir fi func_basename "$file" name=$func_basename_result test uninstall = "$opt_mode" && odir=$dir # Remember odir for removal later, being careful to avoid duplicates if test clean = "$opt_mode"; then case " $rmdirs " in *" $odir "*) ;; *) func_append rmdirs " $odir" ;; esac fi # Don't error if the file doesn't exist and rm -f was used. if { test -L "$file"; } >/dev/null 2>&1 || { test -h "$file"; } >/dev/null 2>&1 || test -f "$file"; then : elif test -d "$file"; then exit_status=1 continue elif $rmforce; then continue fi rmfiles=$file case $name in *.la) # Possibly a libtool archive, so verify it. if func_lalib_p "$file"; then func_source $dir/$name # Delete the libtool libraries and symlinks. for n in $library_names; do func_append rmfiles " $odir/$n" done test -n "$old_library" && func_append rmfiles " $odir/$old_library" case $opt_mode in clean) case " $library_names " in *" $dlname "*) ;; *) test -n "$dlname" && func_append rmfiles " $odir/$dlname" ;; esac test -n "$libdir" && func_append rmfiles " $odir/$name $odir/${name}i" ;; uninstall) if test -n "$library_names"; then # Do each command in the postuninstall commands. func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1' fi if test -n "$old_library"; then # Do each command in the old_postuninstall commands. func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1' fi # FIXME: should reinstall the best remaining shared library. ;; esac fi ;; *.lo) # Possibly a libtool object, so verify it. if func_lalib_p "$file"; then # Read the .lo file func_source $dir/$name # Add PIC object to the list of files to remove. if test -n "$pic_object" && test none != "$pic_object"; then func_append rmfiles " $dir/$pic_object" fi # Add non-PIC object to the list of files to remove. if test -n "$non_pic_object" && test none != "$non_pic_object"; then func_append rmfiles " $dir/$non_pic_object" fi fi ;; *) if test clean = "$opt_mode"; then noexename=$name case $file in *.exe) func_stripname '' '.exe' "$file" file=$func_stripname_result func_stripname '' '.exe' "$name" noexename=$func_stripname_result # $file with .exe has already been added to rmfiles, # add $file without .exe func_append rmfiles " $file" ;; esac # Do a test to see if this is a libtool program. if func_ltwrapper_p "$file"; then if func_ltwrapper_executable_p "$file"; then func_ltwrapper_scriptname "$file" relink_command= func_source $func_ltwrapper_scriptname_result func_append rmfiles " $func_ltwrapper_scriptname_result" else relink_command= func_source $dir/$noexename fi # note $name still contains .exe if it was in $file originally # as does the version of $file that was added into $rmfiles func_append rmfiles " $odir/$name $odir/${name}S.$objext" if test yes = "$fast_install" && test -n "$relink_command"; then func_append rmfiles " $odir/lt-$name" fi if test "X$noexename" != "X$name"; then func_append rmfiles " $odir/lt-$noexename.c" fi fi fi ;; esac func_show_eval "$RM $rmfiles" 'exit_status=1' done # Try to remove the $objdir's in the directories where we deleted files for dir in $rmdirs; do if test -d "$dir"; then func_show_eval "rmdir $dir >/dev/null 2>&1" fi done exit $exit_status } if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then func_mode_uninstall ${1+"$@"} fi test -z "$opt_mode" && { help=$generic_help func_fatal_help "you must specify a MODE" } test -z "$exec_cmd" && \ func_fatal_help "invalid operation mode '$opt_mode'" if test -n "$exec_cmd"; then eval exec "$exec_cmd" exit $EXIT_FAILURE fi exit $exit_status # The TAGs below are defined such that we never get into a situation # where we disable both kinds of libraries. Given conflicting # choices, we go for a static library, that is the most portable, # since we can't tell whether shared libraries were disabled because # the user asked for that or because the platform doesn't support # them. This is particularly important on AIX, because we don't # support having both static and shared libraries enabled at the same # time on that platform, so we default to a shared-only configuration. # If a disable-shared tag is given, we'll fallback to a static-only # configuration. But we'll never go from static-only to shared-only. # ### BEGIN LIBTOOL TAG CONFIG: disable-shared build_libtool_libs=no build_old_libs=yes # ### END LIBTOOL TAG CONFIG: disable-shared # ### BEGIN LIBTOOL TAG CONFIG: disable-static build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` # ### END LIBTOOL TAG CONFIG: disable-static # Local Variables: # mode:shell-script # sh-indentation:2 # End: nbd-3.16.2/aclocal.m40000644000175000017500000017201113155614446011142 00000000000000# generated automatically by aclocal 1.15.1 -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],, [m4_warning([this file was generated for autoconf 2.69. You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically 'autoreconf'.])]) # Configure paths for GLIB # Owen Taylor 1997-2001 dnl AM_PATH_GLIB_2_0([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]]) dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if gmodule, gobject, dnl gthread, or gio is specified in MODULES, pass to pkg-config dnl AC_DEFUN([AM_PATH_GLIB_2_0], [dnl dnl Get the cflags and libraries from pkg-config dnl AC_ARG_ENABLE(glibtest, [ --disable-glibtest do not try to compile and run a test GLIB program], , enable_glibtest=yes) pkg_config_args=glib-2.0 for module in . $4 do case "$module" in gmodule) pkg_config_args="$pkg_config_args gmodule-2.0" ;; gmodule-no-export) pkg_config_args="$pkg_config_args gmodule-no-export-2.0" ;; gobject) pkg_config_args="$pkg_config_args gobject-2.0" ;; gthread) pkg_config_args="$pkg_config_args gthread-2.0" ;; gio*) pkg_config_args="$pkg_config_args $module-2.0" ;; esac done PKG_PROG_PKG_CONFIG([0.16]) no_glib="" if test "x$PKG_CONFIG" = x ; then no_glib=yes PKG_CONFIG=no fi min_glib_version=ifelse([$1], ,2.0.0,$1) AC_MSG_CHECKING(for GLIB - version >= $min_glib_version) if test x$PKG_CONFIG != xno ; then ## don't try to run the test against uninstalled libtool libs if $PKG_CONFIG --uninstalled $pkg_config_args; then echo "Will use uninstalled version of GLib found in PKG_CONFIG_PATH" enable_glibtest=no fi if $PKG_CONFIG --atleast-version $min_glib_version $pkg_config_args; then : else no_glib=yes fi fi if test x"$no_glib" = x ; then GLIB_GENMARSHAL=`$PKG_CONFIG --variable=glib_genmarshal glib-2.0` GOBJECT_QUERY=`$PKG_CONFIG --variable=gobject_query glib-2.0` GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` GLIB_COMPILE_RESOURCES=`$PKG_CONFIG --variable=glib_compile_resources gio-2.0` GLIB_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args` GLIB_LIBS=`$PKG_CONFIG --libs $pkg_config_args` glib_config_major_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'` glib_config_minor_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'` glib_config_micro_version=`$PKG_CONFIG --modversion glib-2.0 | \ sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'` if test "x$enable_glibtest" = "xyes" ; then ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$GLIB_LIBS $LIBS" dnl dnl Now check if the installed GLIB is sufficiently new. (Also sanity dnl checks the results of pkg-config to some extent) dnl rm -f conf.glibtest AC_TRY_RUN([ #include #include #include int main () { unsigned int major, minor, micro; fclose (fopen ("conf.glibtest", "w")); if (sscanf("$min_glib_version", "%u.%u.%u", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_glib_version"); exit(1); } if ((glib_major_version != $glib_config_major_version) || (glib_minor_version != $glib_config_minor_version) || (glib_micro_version != $glib_config_micro_version)) { printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", $glib_config_major_version, $glib_config_minor_version, $glib_config_micro_version, glib_major_version, glib_minor_version, glib_micro_version); printf ("*** was found! If pkg-config was correct, then it is best\n"); printf ("*** to remove the old version of GLib. You may also be able to fix the error\n"); printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); printf("*** required on your system.\n"); printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); printf("*** to point to the correct configuration files\n"); } else if ((glib_major_version != GLIB_MAJOR_VERSION) || (glib_minor_version != GLIB_MINOR_VERSION) || (glib_micro_version != GLIB_MICRO_VERSION)) { printf("*** GLIB header files (version %d.%d.%d) do not match\n", GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); printf("*** library (version %d.%d.%d)\n", glib_major_version, glib_minor_version, glib_micro_version); } else { if ((glib_major_version > major) || ((glib_major_version == major) && (glib_minor_version > minor)) || ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) { return 0; } else { printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n", glib_major_version, glib_minor_version, glib_micro_version); printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n", major, minor, micro); printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version, this error\n"); printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); printf("*** being found. The easiest way to fix this is to remove the old version\n"); printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n"); printf("*** correct copy of pkg-config. (In this case, you will have to\n"); printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); printf("*** so that the correct libraries are found at run-time))\n"); } } return 1; } ],, no_glib=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi if test "x$no_glib" = x ; then AC_MSG_RESULT(yes (version $glib_config_major_version.$glib_config_minor_version.$glib_config_micro_version)) ifelse([$2], , :, [$2]) else AC_MSG_RESULT(no) if test "$PKG_CONFIG" = "no" ; then echo "*** A new enough version of pkg-config was not found." echo "*** See http://www.freedesktop.org/software/pkgconfig/" else if test -f conf.glibtest ; then : else echo "*** Could not run GLIB test program, checking why..." ac_save_CFLAGS="$CFLAGS" ac_save_LIBS="$LIBS" CFLAGS="$CFLAGS $GLIB_CFLAGS" LIBS="$LIBS $GLIB_LIBS" AC_TRY_LINK([ #include #include ], [ return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); ], [ echo "*** The test program compiled, but did not run. This usually means" echo "*** that the run-time linker is not finding GLIB or finding the wrong" echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your" echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point" echo "*** to the installed location Also, make sure you have run ldconfig if that" echo "*** is required on your system" echo "***" echo "*** If you have an old version installed, it is best to remove it, although" echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ], [ echo "*** The test program failed to compile or link. See the file config.log for the" echo "*** exact error that occured. This usually means GLIB is incorrectly installed."]) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi fi GLIB_CFLAGS="" GLIB_LIBS="" GLIB_GENMARSHAL="" GOBJECT_QUERY="" GLIB_MKENUMS="" GLIB_COMPILE_RESOURCES="" ifelse([$3], , :, [$3]) fi AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) AC_SUBST(GLIB_GENMARSHAL) AC_SUBST(GOBJECT_QUERY) AC_SUBST(GLIB_MKENUMS) AC_SUBST(GLIB_COMPILE_RESOURCES) rm -f conf.glibtest ]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- dnl serial 11 (pkg-config-0.29) dnl dnl Copyright © 2004 Scott James Remnant . dnl Copyright © 2012-2015 Dan Nicholson dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by dnl the Free Software Foundation; either version 2 of the License, or dnl (at your option) any later version. dnl dnl This program is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. dnl dnl As a special exception to the GNU General Public License, if you dnl distribute this file as part of a program that contains a dnl configuration script generated by Autoconf, you may include it under dnl the same distribution terms that you use for the rest of that dnl program. dnl PKG_PREREQ(MIN-VERSION) dnl ----------------------- dnl Since: 0.29 dnl dnl Verify that the version of the pkg-config macros are at least dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's dnl installed version of pkg-config, this checks the developer's version dnl of pkg.m4 when generating configure. dnl dnl To ensure that this macro is defined, also add: dnl m4_ifndef([PKG_PREREQ], dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], [m4_define([PKG_MACROS_VERSION], [0.29]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) dnl ---------------------------------- dnl Since: 0.16 dnl dnl Search for the pkg-config tool and set the PKG_CONFIG variable to dnl first found in the path. Checks that the version of pkg-config found dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is dnl used since that's the first version where most current features of dnl pkg-config existed. AC_DEFUN([PKG_PROG_PKG_CONFIG], [m4_pattern_forbid([^_?PKG_[A-Z_]+$]) m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) fi if test -n "$PKG_CONFIG"; then _pkg_min_version=m4_default([$1], [0.9.0]) AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) PKG_CONFIG="" fi fi[]dnl ])dnl PKG_PROG_PKG_CONFIG dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------------------------------- dnl Since: 0.18 dnl dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) dnl only at the first occurence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl if test -n "$PKG_CONFIG" && \ AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then m4_default([$2], [:]) m4_ifvaln([$3], [else $3])dnl fi]) dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) dnl --------------------------------------------- dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting dnl pkg_failed based on the result. m4_define([_PKG_CONFIG], [if test -n "$$1"; then pkg_cv_[]$1="$$1" elif test -n "$PKG_CONFIG"; then PKG_CHECK_EXISTS([$3], [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes ], [pkg_failed=yes]) else pkg_failed=untried fi[]dnl ])dnl _PKG_CONFIG dnl _PKG_SHORT_ERRORS_SUPPORTED dnl --------------------------- dnl Internal check to see if pkg-config supports short errors. AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], [AC_REQUIRE([PKG_PROG_PKG_CONFIG]) if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then _pkg_short_errors_supported=yes else _pkg_short_errors_supported=no fi[]dnl ])dnl _PKG_SHORT_ERRORS_SUPPORTED dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl -------------------------------------------------------------- dnl Since: 0.4.0 dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES might not happen, you should be sure to include an dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac AC_DEFUN([PKG_CHECK_MODULES], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl pkg_failed=no AC_MSG_CHECKING([for $1]) _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) _PKG_CONFIG([$1][_LIBS], [libs], [$2]) m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS and $1[]_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.]) if test $pkg_failed = yes; then AC_MSG_RESULT([no]) _PKG_SHORT_ERRORS_SUPPORTED if test $_pkg_short_errors_supported = yes; then $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` else $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD m4_default([$4], [AC_MSG_ERROR( [Package requirements ($2) were not met: $$1_PKG_ERRORS Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. _PKG_TEXT])[]dnl ]) elif test $pkg_failed = untried; then AC_MSG_RESULT([no]) m4_default([$4], [AC_MSG_FAILURE( [The pkg-config script could not be found or is too old. Make sure it is in your PATH or set the PKG_CONFIG environment variable to the full path to pkg-config. _PKG_TEXT To get pkg-config, see .])[]dnl ]) else $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS $1[]_LIBS=$pkg_cv_[]$1[]_LIBS AC_MSG_RESULT([yes]) $3 fi[]dnl ])dnl PKG_CHECK_MODULES dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], dnl [ACTION-IF-NOT-FOUND]) dnl --------------------------------------------------------------------- dnl Since: 0.29 dnl dnl Checks for existence of MODULES and gathers its build flags with dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags dnl and VARIABLE-PREFIX_LIBS from --libs. dnl dnl Note that if there is a possibility the first call to dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to dnl include an explicit call to PKG_PROG_PKG_CONFIG in your dnl configure.ac. AC_DEFUN([PKG_CHECK_MODULES_STATIC], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl _save_PKG_CONFIG=$PKG_CONFIG PKG_CONFIG="$PKG_CONFIG --static" PKG_CHECK_MODULES($@) PKG_CONFIG=$_save_PKG_CONFIG[]dnl ])dnl PKG_CHECK_MODULES_STATIC dnl PKG_INSTALLDIR([DIRECTORY]) dnl ------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable pkgconfigdir as the location where a module dnl should install pkg-config .pc files. By default the directory is dnl $libdir/pkgconfig, but the default can be changed by passing dnl DIRECTORY. The user can override through the --with-pkgconfigdir dnl parameter. AC_DEFUN([PKG_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([pkgconfigdir], [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, [with_pkgconfigdir=]pkg_default) AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_INSTALLDIR dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) dnl -------------------------------- dnl Since: 0.27 dnl dnl Substitutes the variable noarch_pkgconfigdir as the location where a dnl module should install arch-independent pkg-config .pc files. By dnl default the directory is $datadir/pkgconfig, but the default can be dnl changed by passing DIRECTORY. The user can override through the dnl --with-noarch-pkgconfigdir parameter. AC_DEFUN([PKG_NOARCH_INSTALLDIR], [m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) m4_pushdef([pkg_description], [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) AC_ARG_WITH([noarch-pkgconfigdir], [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, [with_noarch_pkgconfigdir=]pkg_default) AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) m4_popdef([pkg_default]) m4_popdef([pkg_description]) ])dnl PKG_NOARCH_INSTALLDIR dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) dnl ------------------------------------------- dnl Since: 0.28 dnl dnl Retrieves the value of the pkg-config variable for the given module. AC_DEFUN([PKG_CHECK_VAR], [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl _PKG_CONFIG([$1], [variable="][$3]["], [$2]) AS_VAR_COPY([$1], [pkg_cv_][$1]) AS_VAR_IF([$1], [""], [$5], [$4])dnl ])dnl PKG_CHECK_VAR # Copyright (C) 2002-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. m4_if([$1], [1.15.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) # _AM_AUTOCONF_VERSION(VERSION) # ----------------------------- # aclocal traces this macro to find the Autoconf version. # This is a private macro too. Using m4_define simplifies # the logic in aclocal, which can simply ignore this definition. m4_define([_AM_AUTOCONF_VERSION], []) # AM_SET_CURRENT_AUTOMAKE_VERSION # ------------------------------- # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], [AM_AUTOMAKE_VERSION([1.15.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to # '$srcdir', '$srcdir/..', or '$srcdir/../..'. # # Of course, Automake must honor this variable whenever it calls a # tool from the auxiliary directory. The problem is that $srcdir (and # therefore $ac_aux_dir as well) can be either absolute or relative, # depending on how configure is run. This is pretty annoying, since # it makes $ac_aux_dir quite unusable in subdirectories: in the top # source directory, any form will work fine, but in subdirectories a # relative path needs to be adjusted first. # # $ac_aux_dir/missing # fails when called from a subdirectory if $ac_aux_dir is relative # $top_srcdir/$ac_aux_dir/missing # fails if $ac_aux_dir is absolute, # fails when called from a subdirectory in a VPATH build with # a relative $ac_aux_dir # # The reason of the latter failure is that $top_srcdir and $ac_aux_dir # are both prefixed by $srcdir. In an in-source build this is usually # harmless because $srcdir is '.', but things will broke when you # start a VPATH build or use an absolute $srcdir. # # So we could use something similar to $top_srcdir/$ac_aux_dir/missing, # iff we strip the leading $srcdir from $ac_aux_dir. That would be: # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` # and then we would define $MISSING as # MISSING="\${SHELL} $am_aux_dir/missing" # This will work as long as MISSING is not called from configure, because # unfortunately $(top_srcdir) has no meaning in configure. # However there are other variables, like CC, which are often used in # configure, and could therefore not use this "fixed" $ac_aux_dir. # # Another solution, used here, is to always expand $ac_aux_dir to an # absolute PATH. The drawback is that using absolute paths prevent a # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl # Expand $ac_aux_dir to an absolute path. am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_CONDITIONAL(NAME, SHELL-CONDITION) # ------------------------------------- # Define a conditional. AC_DEFUN([AM_CONDITIONAL], [AC_PREREQ([2.52])dnl m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl AC_SUBST([$1_TRUE])dnl AC_SUBST([$1_FALSE])dnl _AM_SUBST_NOTMAKE([$1_TRUE])dnl _AM_SUBST_NOTMAKE([$1_FALSE])dnl m4_define([_AM_COND_VALUE_$1], [$2])dnl if $2; then $1_TRUE= $1_FALSE='#' else $1_TRUE='#' $1_FALSE= fi AC_CONFIG_COMMANDS_PRE( [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then AC_MSG_ERROR([[conditional "$1" was never defined. Usually this means the macro was only invoked conditionally.]]) fi])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be # written in clear, in which case automake, when reading aclocal.m4, # will think it sees a *use*, and therefore will trigger all it's # C support machinery. Also note that it means that autoscan, seeing # CC etc. in the Makefile, will ask for an AC_PROG_CC use... # _AM_DEPENDENCIES(NAME) # ---------------------- # See how the compiler implements dependency checking. # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". # We try a few techniques and use that to set a single cache variable. # # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular # dependency, and given that the user is not expected to run this macro, # just rely on AC_PROG_CC. AC_DEFUN([_AM_DEPENDENCIES], [AC_REQUIRE([AM_SET_DEPDIR])dnl AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl AC_REQUIRE([AM_MAKE_INCLUDE])dnl AC_REQUIRE([AM_DEP_TRACK])dnl m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], [$1], [CXX], [depcc="$CXX" am_compiler_list=], [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], [$1], [UPC], [depcc="$UPC" am_compiler_list=], [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], [depcc="$$1" am_compiler_list=]) AC_CACHE_CHECK([dependency style of $depcc], [am_cv_$1_dependencies_compiler_type], [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then # We make a subdir and do the tests there. Otherwise we can end up # making bogus files that we don't know about and never remove. For # instance it was reported that on HP-UX the gcc test will end up # making a dummy file named 'D' -- because '-MD' means "put the output # in D". rm -rf conftest.dir mkdir conftest.dir # Copy depcomp to subdir because otherwise we won't find it if we're # using a relative directory. cp "$am_depcomp" conftest.dir cd conftest.dir # We will build objects and dependencies in a subdirectory because # it helps to detect inapplicable dependency modes. For instance # both Tru64's cc and ICC support -MD to output dependencies as a # side effect of compilation, but ICC will put the dependencies in # the current directory while Tru64 will put them in the object # directory. mkdir sub am_cv_$1_dependencies_compiler_type=none if test "$am_compiler_list" = ""; then am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` fi am__universal=false m4_case([$1], [CC], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac], [CXX], [case " $depcc " in #( *\ -arch\ *\ -arch\ *) am__universal=true ;; esac]) for depmode in $am_compiler_list; do # Setup a source with many dependencies, because some compilers # like to wrap large dependency lists on column 80 (with \), and # we should not choose a depcomp mode which is confused by this. # # We need to recreate these files for each test, as the compiler may # overwrite some of them when testing with obscure command lines. # This happens at least with the AIX C compiler. : > sub/conftest.c for i in 1 2 3 4 5 6; do echo '#include "conftst'$i'.h"' >> sub/conftest.c # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with # Solaris 10 /bin/sh. echo '/* dummy */' > sub/conftst$i.h done echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf # We check with '-c' and '-o' for the sake of the "dashmstdout" # mode. It turns out that the SunPro C++ compiler does not properly # handle '-M -o', and we need to detect this. Also, some Intel # versions had trouble with output in subdirs. am__obj=sub/conftest.${OBJEXT-o} am__minus_obj="-o $am__obj" case $depmode in gcc) # This depmode causes a compiler race in universal mode. test "$am__universal" = false || continue ;; nosideeffect) # After this tag, mechanisms are not by side-effect, so they'll # only be used when explicitly requested. if test "x$enable_dependency_tracking" = xyes; then continue else break fi ;; msvc7 | msvc7msys | msvisualcpp | msvcmsys) # This compiler won't grok '-c -o', but also, the minuso test has # not run yet. These depmodes are late enough in the game, and # so weak that their functioning should not be impacted. am__obj=conftest.${OBJEXT-o} am__minus_obj= ;; none) break ;; esac if depmode=$depmode \ source=sub/conftest.c object=$am__obj \ depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ >/dev/null 2>conftest.err && grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && grep $am__obj sub/conftest.Po > /dev/null 2>&1 && ${MAKE-make} -s -f confmf > /dev/null 2>&1; then # icc doesn't choke on unknown options, it will just issue warnings # or remarks (even with -Werror). So we grep stderr for any message # that says an option was ignored or not supported. # When given -MP, icc 7.0 and 7.1 complain thusly: # icc: Command line warning: ignoring option '-M'; no argument required # The diagnosis changed in icc 8.0: # icc: Command line remark: option '-MP' not supported if (grep 'ignoring option' conftest.err || grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else am_cv_$1_dependencies_compiler_type=$depmode break fi fi done cd .. rm -rf conftest.dir else am_cv_$1_dependencies_compiler_type=none fi ]) AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) AM_CONDITIONAL([am__fastdep$1], [ test "x$enable_dependency_tracking" != xno \ && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) ]) # AM_SET_DEPDIR # ------------- # Choose a directory name for dependency files. # This macro is AC_REQUIREd in _AM_DEPENDENCIES. AC_DEFUN([AM_SET_DEPDIR], [AC_REQUIRE([AM_SET_LEADING_DOT])dnl AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl ]) # AM_DEP_TRACK # ------------ AC_DEFUN([AM_DEP_TRACK], [AC_ARG_ENABLE([dependency-tracking], [dnl AS_HELP_STRING( [--enable-dependency-tracking], [do not reject slow dependency extractors]) AS_HELP_STRING( [--disable-dependency-tracking], [speeds up one-time build])]) if test "x$enable_dependency_tracking" != xno; then am_depcomp="$ac_aux_dir/depcomp" AMDEPBACKSLASH='\' am__nodep='_no' fi AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) AC_SUBST([AMDEPBACKSLASH])dnl _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl AC_SUBST([am__nodep])dnl _AM_SUBST_NOTMAKE([am__nodep])dnl ]) # Generate code to set up dependency tracking. -*- Autoconf -*- # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], [{ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. case $CONFIG_FILES in *\'*) eval set x "$CONFIG_FILES" ;; *) set x $CONFIG_FILES ;; esac shift for mf do # Strip MF so we end up with the name of the file. mf=`echo "$mf" | sed -e 's/:.*$//'` # Check whether this is an Automake generated Makefile or not. # We used to match only the files named 'Makefile.in', but # some people rename them; so instead we look at the file content. # Grep'ing the first line is not enough: some people post-process # each Makefile.in and add a new line on top of each file to say so. # Grep'ing the whole file is not good either: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then dirpart=`AS_DIRNAME("$mf")` else continue fi # Extract the definition of DEPDIR, am__include, and am__quote # from the Makefile without running 'make'. DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` test -z "$DEPDIR" && continue am__include=`sed -n 's/^am__include = //p' < "$mf"` test -z "$am__include" && continue am__quote=`sed -n 's/^am__quote = //p' < "$mf"` # Find all dependency output files, they are included files with # $(DEPDIR) in their names. We invoke sed twice because it is the # simplest approach to changing $(DEPDIR) to its actual value in the # expansion. for file in `sed -n " s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do # Make sure the directory exists. test -f "$dirpart/$file" && continue fdir=`AS_DIRNAME(["$file"])` AS_MKDIR_P([$dirpart/$fdir]) # echo "creating $dirpart/$file" echo '# dummy' > "$dirpart/$file" done done } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS # AM_OUTPUT_DEPENDENCY_COMMANDS # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # # This code is only required when automatic dependency tracking # is enabled. FIXME. This creates each '.P' file that we will # need in order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) ]) # Do all the work for Automake. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This macro actually does too much. Some checks are only needed if # your package does certain things. But this isn't really a big deal. dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC]) [_AM_PROG_CC_C_O ]) # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) # AM_INIT_AUTOMAKE([OPTIONS]) # ----------------------------------------------- # The call with PACKAGE and VERSION arguments is the old style # call (pre autoconf-2.50), which is being phased out. PACKAGE # and VERSION should now be passed to AC_INIT and removed from # the call to AM_INIT_AUTOMAKE. # We support both call styles for the transition. After # the next Automake release, Autoconf can make the AC_INIT # arguments mandatory, and then we can depend on a new Autoconf # release and drop the old call support. AC_DEFUN([AM_INIT_AUTOMAKE], [AC_PREREQ([2.65])dnl dnl Autoconf wants to disallow AM_ names. We explicitly allow dnl the ones we care about. m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl AC_REQUIRE([AC_PROG_INSTALL])dnl if test "`cd $srcdir && pwd`" != "`pwd`"; then # Use -I$(srcdir) only when $(srcdir) != ., so that make's output # is not polluted with repeated "-I." AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl # test to see if srcdir already configured if test -f $srcdir/config.status; then AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) fi fi # test whether we have cygpath if test -z "$CYGPATH_W"; then if (cygpath --version) >/dev/null 2>/dev/null; then CYGPATH_W='cygpath -w' else CYGPATH_W=echo fi fi AC_SUBST([CYGPATH_W]) # Define the identity of the package. dnl Distinguish between old-style and new-style calls. m4_ifval([$2], [AC_DIAGNOSE([obsolete], [$0: two- and three-arguments forms are deprecated.]) m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl AC_SUBST([PACKAGE], [$1])dnl AC_SUBST([VERSION], [$2])], [_AM_SET_OPTIONS([$1])dnl dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. m4_if( m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]), [ok:ok],, [m4_fatal([AC_INIT should be called with package and version arguments])])dnl AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl _AM_IF_OPTION([no-define],, [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl # Some tools Automake needs. AC_REQUIRE([AM_SANITY_CHECK])dnl AC_REQUIRE([AC_ARG_PROGRAM])dnl AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) AM_MISSING_PROG([AUTOCONF], [autoconf]) AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) AM_MISSING_PROG([AUTOHEADER], [autoheader]) AM_MISSING_PROG([MAKEINFO], [makeinfo]) AC_REQUIRE([AM_PROG_INSTALL_SH])dnl AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], [_AM_PROG_TAR([v7])])]) _AM_IF_OPTION([no-dependencies],, [AC_PROVIDE_IFELSE([AC_PROG_CC], [_AM_DEPENDENCIES([CC])], [m4_define([AC_PROG_CC], m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_CXX], [_AM_DEPENDENCIES([CXX])], [m4_define([AC_PROG_CXX], m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJC], [_AM_DEPENDENCIES([OBJC])], [m4_define([AC_PROG_OBJC], m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], [_AM_DEPENDENCIES([OBJCXX])], [m4_define([AC_PROG_OBJCXX], m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl ]) AC_REQUIRE([AM_SILENT_RULES])dnl dnl The testsuite driver may need to know about EXEEXT, so add the dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl # POSIX will say in a future version that running "rm -f" with no argument # is OK; and we want to be able to make that assumption in our Makefile # recipes. So use an aggressive probe to check that the usage we want is # actually supported "in the wild" to an acceptable degree. # See automake bug#10828. # To make any issue more visible, cause the running configure to be aborted # by default if the 'rm' program in use doesn't match our expectations; the # user can still override this though. if rm -f && rm -fr && rm -rf; then : OK; else cat >&2 <<'END' Oops! Your 'rm' program seems unable to run without file operands specified on the command line, even when the '-f' option is present. This is contrary to the behaviour of most rm programs out there, and not conforming with the upcoming POSIX standard: Please tell bug-automake@gnu.org about your system, including the value of your $PATH and any error possibly output before this message. This can help us improve future automake versions. END if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then echo 'Configuration will proceed anyway, since you have set the' >&2 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 echo >&2 else cat >&2 <<'END' Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM to "yes", and re-run configure. END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi fi dnl The trailing newline in this macro's definition is deliberate, for dnl backward compatibility and to allow trailing 'dnl'-style comments dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. ]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further dnl mangled by Autoconf and run in a shell conditional statement. m4_define([_AC_COMPILER_EXEEXT], m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) # When config.status generates a header, we must update the stamp-h file. # This file resides in the same directory as the config header # that is generated. The stamp files are numbered to have different names. # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the # loop where config.status creates the headers, so we can generate # our stamp files there. AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], [# Compute $1's index in $config_headers. _am_arg=$1 _am_stamp_count=1 for _am_header in $config_headers :; do case $_am_header in $_am_arg | $_am_arg:* ) break ;; * ) _am_stamp_count=`expr $_am_stamp_count + 1` ;; esac done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_SH # ------------------ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; *) install_sh="\${SHELL} $am_aux_dir/install-sh" esac fi AC_SUBST([install_sh])]) # Copyright (C) 2003-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # Check whether the underlying file-system supports filenames # with a leading dot. For instance MS-DOS doesn't. AC_DEFUN([AM_SET_LEADING_DOT], [rm -rf .tst 2>/dev/null mkdir .tst 2>/dev/null if test -d .tst; then am__leading_dot=. else am__leading_dot=_ fi rmdir .tst 2>/dev/null AC_SUBST([am__leading_dot])]) # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAINTAINER_MODE([DEFAULT-MODE]) # ---------------------------------- # Control maintainer-specific portions of Makefiles. # Default is to disable them, unless 'enable' is passed literally. # For symmetry, 'disable' may be passed as well. Anyway, the user # can override the default with the --enable/--disable switch. AC_DEFUN([AM_MAINTAINER_MODE], [m4_case(m4_default([$1], [disable]), [enable], [m4_define([am_maintainer_other], [disable])], [disable], [m4_define([am_maintainer_other], [enable])], [m4_define([am_maintainer_other], [enable]) m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])]) AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles]) dnl maintainer-mode's default is 'disable' unless 'enable' is passed AC_ARG_ENABLE([maintainer-mode], [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode], am_maintainer_other[ make rules and dependencies not useful (and sometimes confusing) to the casual installer])], [USE_MAINTAINER_MODE=$enableval], [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes])) AC_MSG_RESULT([$USE_MAINTAINER_MODE]) AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes]) MAINT=$MAINTAINER_MODE_TRUE AC_SUBST([MAINT])dnl ] ) # Check to see how 'make' treats includes. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MAKE_INCLUDE() # ----------------- # Check to see how make treats includes. AC_DEFUN([AM_MAKE_INCLUDE], [am_make=${MAKE-make} cat > confinc << 'END' am__doit: @echo this is the am__doit target .PHONY: am__doit END # If we don't find an include directive, just comment out the code. AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= _am_result=none # First try GNU make style include. echo "include confinc" > confmf # Ignore all kinds of additional output from 'make'. case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=include am__quote= _am_result=GNU ;; esac # Now try BSD make style include. if test "$am__include" = "#"; then echo '.include "confinc"' > confmf case `$am_make -s -f confmf 2> /dev/null` in #( *the\ am__doit\ target*) am__include=.include am__quote="\"" _am_result=BSD ;; esac fi AC_SUBST([am__include]) AC_SUBST([am__quote]) AC_MSG_RESULT([$_am_result]) rm -f confinc confmf ]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- # Copyright (C) 1997-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_MISSING_PROG(NAME, PROGRAM) # ------------------------------ AC_DEFUN([AM_MISSING_PROG], [AC_REQUIRE([AM_MISSING_HAS_RUN]) $1=${$1-"${am_missing_run}$2"} AC_SUBST($1)]) # AM_MISSING_HAS_RUN # ------------------ # Define MISSING if not defined so far and test if it is modern enough. # If it is, set am_missing_run to use it, otherwise, to nothing. AC_DEFUN([AM_MISSING_HAS_RUN], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([missing])dnl if test x"${MISSING+set}" != xset; then case $am_aux_dir in *\ * | *\ *) MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;; *) MISSING="\${SHELL} $am_aux_dir/missing" ;; esac fi # Use eval to expand $SHELL if eval "$MISSING --is-lightweight"; then am_missing_run="$MISSING " else am_missing_run= AC_MSG_WARN(['missing' script is too old or missing]) fi ]) # Helper functions for option handling. -*- Autoconf -*- # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_MANGLE_OPTION(NAME) # ----------------------- AC_DEFUN([_AM_MANGLE_OPTION], [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) # _AM_SET_OPTION(NAME) # -------------------- # Set option NAME. Presently that only means defining a flag for this option. AC_DEFUN([_AM_SET_OPTION], [m4_define(_AM_MANGLE_OPTION([$1]), [1])]) # _AM_SET_OPTIONS(OPTIONS) # ------------------------ # OPTIONS is a space-separated list of Automake options. AC_DEFUN([_AM_SET_OPTIONS], [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) # ------------------------------------------- # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) # Copyright (C) 1999-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_CC_C_O # --------------- # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC # to automatically call this. AC_DEFUN([_AM_PROG_CC_C_O], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl AC_REQUIRE_AUX_FILE([compile])dnl AC_LANG_PUSH([C])dnl AC_CACHE_CHECK( [whether $CC understands -c and -o together], [am_cv_prog_cc_c_o], [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) # Make sure it works both with $CC and with simple cc. # Following AC_PROG_CC_C_O, we do the test twice because some # compilers refuse to overwrite an existing .o file with -o, # though they will create one. am_cv_prog_cc_c_o=yes for am_i in 1 2; do if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ && test -f conftest2.$ac_objext; then : OK else am_cv_prog_cc_c_o=no break fi done rm -f core conftest* unset am_i]) if test "$am_cv_prog_cc_c_o" != yes; then # Losing compiler, so override with the script. # FIXME: It is wrong to rewrite CC. # But if we don't then we get into trouble of one sort or another. # A longer-term fix would be to have automake use am__CC in this case, # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" CC="$am_aux_dir/compile $CC" fi AC_LANG_POP([C])]) # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_RUN_LOG(COMMAND) # ------------------- # Run COMMAND, save the exit status in ac_status, and log it. # (This has been adapted from Autoconf's _AC_RUN_LOG macro.) AC_DEFUN([AM_RUN_LOG], [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD (exit $ac_status); }]) # Check to make sure that the build environment is sane. -*- Autoconf -*- # Copyright (C) 1996-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SANITY_CHECK # --------------- AC_DEFUN([AM_SANITY_CHECK], [AC_MSG_CHECKING([whether build environment is sane]) # Reject unsafe characters in $srcdir or the absolute working directory # name. Accept space and tab only in the latter. am_lf=' ' case `pwd` in *[[\\\"\#\$\&\'\`$am_lf]]*) AC_MSG_ERROR([unsafe absolute working directory name]);; esac case $srcdir in *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; esac # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$[*]" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$[*]" != "X $srcdir/configure conftest.file" \ && test "$[*]" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken alias in your environment]) fi if test "$[2]" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$[2]" = conftest.file ) then # Ok. : else AC_MSG_ERROR([newly created file is older than distributed files! Check your system clock]) fi AC_MSG_RESULT([yes]) # If we didn't sleep, we still need to ensure time stamps of config.status and # generated files are strictly newer. am_sleep_pid= if grep 'slept: no' conftest.file >/dev/null 2>&1; then ( sleep 1 ) & am_sleep_pid=$! fi AC_CONFIG_COMMANDS_PRE( [AC_MSG_CHECKING([that generated files are newer than configure]) if test -n "$am_sleep_pid"; then # Hide warnings about reused PIDs. wait $am_sleep_pid 2>/dev/null fi AC_MSG_RESULT([done])]) rm -f conftest.file ]) # Copyright (C) 2009-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_SILENT_RULES([DEFAULT]) # -------------------------- # Enable less verbose build rules; with the default set to DEFAULT # ("yes" being less verbose, "no" or empty being verbose). AC_DEFUN([AM_SILENT_RULES], [AC_ARG_ENABLE([silent-rules], [dnl AS_HELP_STRING( [--enable-silent-rules], [less verbose build output (undo: "make V=1")]) AS_HELP_STRING( [--disable-silent-rules], [verbose build output (undo: "make V=0")])dnl ]) case $enable_silent_rules in @%:@ ((( yes) AM_DEFAULT_VERBOSITY=0;; no) AM_DEFAULT_VERBOSITY=1;; *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; esac dnl dnl A few 'make' implementations (e.g., NonStop OS and NextStep) dnl do not support nested variable expansions. dnl See automake bug#9928 and bug#10237. am_make=${MAKE-make} AC_CACHE_CHECK([whether $am_make supports nested variables], [am_cv_make_support_nested_variables], [if AS_ECHO([['TRUE=$(BAR$(V)) BAR0=false BAR1=true V=1 am__doit: @$(TRUE) .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then am_cv_make_support_nested_variables=yes else am_cv_make_support_nested_variables=no fi]) if test $am_cv_make_support_nested_variables = yes; then dnl Using '$V' instead of '$(V)' breaks IRIX make. AM_V='$(V)' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' else AM_V=$AM_DEFAULT_VERBOSITY AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY fi AC_SUBST([AM_V])dnl AM_SUBST_NOTMAKE([AM_V])dnl AC_SUBST([AM_DEFAULT_V])dnl AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl AC_SUBST([AM_DEFAULT_VERBOSITY])dnl AM_BACKSLASH='\' AC_SUBST([AM_BACKSLASH])dnl _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) # Copyright (C) 2001-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_INSTALL_STRIP # --------------------- # One issue with vendor 'install' (even GNU) is that you can't # specify the program used to strip binaries. This is especially # annoying in cross-compiling environments, where the build's strip # is unlikely to handle the host's binaries. # Fortunately install-sh will honor a STRIPPROG variable, so we # always use install-sh in "make install-strip", and initialize # STRIPPROG with the value of the STRIP variable (set by the user). AC_DEFUN([AM_PROG_INSTALL_STRIP], [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl # Installed binaries are usually stripped using 'strip' when the user # run "make install-strip". However 'strip' might not be the right # tool to use in cross-compilation environments, therefore Automake # will honor the 'STRIP' environment variable to overrule this program. dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. if test "$cross_compiling" != no; then AC_CHECK_TOOL([STRIP], [strip], :) fi INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) # Copyright (C) 2006-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_SUBST_NOTMAKE(VARIABLE) # --------------------------- # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. # This macro is traced by Automake. AC_DEFUN([_AM_SUBST_NOTMAKE]) # AM_SUBST_NOTMAKE(VARIABLE) # -------------------------- # Public sister of _AM_SUBST_NOTMAKE. AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) # Check how to create a tarball. -*- Autoconf -*- # Copyright (C) 2004-2017 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # _AM_PROG_TAR(FORMAT) # -------------------- # Check how to create a tarball in format FORMAT. # FORMAT should be one of 'v7', 'ustar', or 'pax'. # # Substitute a variable $(am__tar) that is a command # writing to stdout a FORMAT-tarball containing the directory # $tardir. # tardir=directory && $(am__tar) > result.tar # # Substitute a variable $(am__untar) that extract such # a tarball read from stdin. # $(am__untar) < result.tar # AC_DEFUN([_AM_PROG_TAR], [# Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AC_SUBST([AMTAR], ['$${TAR-tar}']) # We'll loop over all known methods to create a tar archive until one works. _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' m4_if([$1], [v7], [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], [m4_case([$1], [ustar], [# The POSIX 1988 'ustar' format is defined with fixed-size fields. # There is notably a 21 bits limit for the UID and the GID. In fact, # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 # and bug#13588). am_max_uid=2097151 # 2^21 - 1 am_max_gid=$am_max_uid # The $UID and $GID variables are not portable, so we need to resort # to the POSIX-mandated id(1) utility. Errors in the 'id' calls # below are definitely unexpected, so allow the users to see them # (that is, avoid stderr redirection). am_uid=`id -u || echo unknown` am_gid=`id -g || echo unknown` AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) if test $am_uid -le $am_max_uid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) if test $am_gid -le $am_max_gid; then AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) _am_tools=none fi], [pax], [], [m4_fatal([Unknown tar format])]) AC_MSG_CHECKING([how to create a $1 tar archive]) # Go ahead even if we have the value already cached. We do so because we # need to set the values for the 'am__tar' and 'am__untar' variables. _am_tools=${am_cv_prog_tar_$1-$_am_tools} for _am_tool in $_am_tools; do case $_am_tool in gnutar) for _am_tar in tar gnutar gtar; do AM_RUN_LOG([$_am_tar --version]) && break done am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' am__untar="$_am_tar -xf -" ;; plaintar) # Must skip GNU tar: if it does not support --format= it doesn't create # ustar tarball either. (tar --version) >/dev/null 2>&1 && continue am__tar='tar chf - "$$tardir"' am__tar_='tar chf - "$tardir"' am__untar='tar xf -' ;; pax) am__tar='pax -L -x $1 -w "$$tardir"' am__tar_='pax -L -x $1 -w "$tardir"' am__untar='pax -r' ;; cpio) am__tar='find "$$tardir" -print | cpio -o -H $1 -L' am__tar_='find "$tardir" -print | cpio -o -H $1 -L' am__untar='cpio -i -H $1 -d' ;; none) am__tar=false am__tar_=false am__untar=false ;; esac # If the value was cached, stop now. We just wanted to have am__tar # and am__untar set. test -n "${am_cv_prog_tar_$1}" && break # tar/untar a dummy directory, and stop if the command works. rm -rf conftest.dir mkdir conftest.dir echo GrepMe > conftest.dir/file AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) rm -rf conftest.dir if test -s conftest.tar; then AM_RUN_LOG([$am__untar /dev/null 2>&1 && break fi done rm -rf conftest.dir AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) AC_MSG_RESULT([$am_cv_prog_tar_$1])]) AC_SUBST([am__tar]) AC_SUBST([am__untar]) ]) # _AM_PROG_TAR m4_include([support/libtool.m4]) m4_include([support/ltoptions.m4]) m4_include([support/ltsugar.m4]) m4_include([support/ltversion.m4]) m4_include([support/lt~obsolete.m4]) nbd-3.16.2/crypto-gnutls.c0000644000175000017500000003460013132635333012272 00000000000000/* The MIT License (MIT) Copyright (c) 2016 Wrymouth Innovation Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define _GNU_SOURCE #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "crypto-gnutls.h" #include "buffer.h" #define MAX_CERTS 10 #define FALSE 0 #define TRUE 1 #define PRIORITY "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.2" struct tlssession { gnutls_certificate_credentials_t creds; gnutls_session_t session; char *hostname; int (*quitfn) (void *opaque); int (*erroutfn) (void *opaque, const char *format, va_list ap); int debug; void *opaque; }; #define BUF_SIZE 65536 #define BUF_HWM ((BUF_SIZE*3)/4) static int falsequit (void *opaque) { return FALSE; } static int quit (tlssession_t * s) { return s->quitfn (s->opaque); } static int stderrout (void *opaque, const char *format, va_list ap) { return vfprintf (stderr, format, ap); } static int errout (tlssession_t * s, const char *format, ...) { va_list ap; int ret; va_start (ap, format); ret = s->erroutfn (s->opaque, format, ap); va_end (ap); return ret; } static int debugout (tlssession_t * s, const char *format, ...) { va_list ap; int ret = 0; va_start (ap, format); if (s->debug) ret = s->erroutfn (s->opaque, format, ap); va_end (ap); return ret; } static int socksetnonblock (int fd, int nb) { int sf = fcntl (fd, F_GETFL, 0); if (sf == -1) return -1; return fcntl (fd, F_SETFL, nb ? (sf | O_NONBLOCK) : (sf & ~O_NONBLOCK)); } /* From (public domain) example file in GNUTLS * * This function will try to verify the peer's certificate, and * also check if the hostname matches, and the activation, expiration dates. */ static int verify_certificate_callback (gnutls_session_t session) { unsigned int status; const gnutls_datum_t *cert_list; unsigned int cert_list_size; int ret; gnutls_x509_crt_t cert; tlssession_t *s; /* read session pointer */ s = (tlssession_t *) gnutls_session_get_ptr (session); /* This verification function uses the trusted CAs in the credentials * structure. So you must have installed one or more CA certificates. */ ret = gnutls_certificate_verify_peers2 (session, &status); if (ret < 0) { debugout (s, "Could not verfify peer certificate due to an error\n"); return GNUTLS_E_CERTIFICATE_ERROR; } if (status & GNUTLS_CERT_INVALID) debugout (s, "The certificate is not trusted.\n"); if (status & GNUTLS_CERT_SIGNER_NOT_FOUND) debugout (s, "The certificate hasn't got a known issuer.\n"); if (status & GNUTLS_CERT_REVOKED) debugout (s, "The certificate has been revoked.\n"); if (status & GNUTLS_CERT_EXPIRED) debugout (s, "The certificate has expired\n"); if (status & GNUTLS_CERT_NOT_ACTIVATED) debugout (s, "The certificate is not yet activated\n"); if (status) return GNUTLS_E_CERTIFICATE_ERROR; if (gnutls_certificate_type_get (session) != GNUTLS_CRT_X509) return GNUTLS_E_CERTIFICATE_ERROR; if (gnutls_x509_crt_init (&cert) < 0) { debugout (s, "error in initialization\n"); return GNUTLS_E_CERTIFICATE_ERROR; } cert_list = gnutls_certificate_get_peers (session, &cert_list_size); if (cert_list == NULL) { debugout (s, "No certificate was found!\n"); return GNUTLS_E_CERTIFICATE_ERROR; } /* check only the first certificate - seems to be what curl does */ if (gnutls_x509_crt_import (cert, &cert_list[0], GNUTLS_X509_FMT_DER) < 0) { debugout (s, "error parsing certificate\n"); return GNUTLS_E_CERTIFICATE_ERROR; } if (s->hostname && *s->hostname) { if (!gnutls_x509_crt_check_hostname (cert, s->hostname)) { debugout (s, "The certificate's owner does not match hostname '%s'\n", s->hostname); return GNUTLS_E_CERTIFICATE_ERROR; } } gnutls_x509_crt_deinit (cert); debugout (s, "Peer passed certificate verification\n"); /* notify gnutls to continue handshake normally */ return 0; } tlssession_t * tlssession_new (int isserver, char *keyfile, char *certfile, char *cacertfile, char *hostname, int insecure, int debug, int (*quitfn) (void *opaque), int (*erroutfn) (void *opaque, const char *format, va_list ap), void *opaque) { int ret; tlssession_t *s = calloc (1, sizeof (tlssession_t)); if (quitfn) s->quitfn = quitfn; else s->quitfn = falsequit; if (erroutfn) s->erroutfn = erroutfn; else s->erroutfn = stderrout; if (hostname) s->hostname = strdup (hostname); s->debug = debug; if (gnutls_certificate_allocate_credentials (&s->creds) < 0) { errout (s, "Certificate allocation memory error\n"); goto error; } if (cacertfile != NULL) { ret = gnutls_certificate_set_x509_trust_file (s->creds, cacertfile, GNUTLS_X509_FMT_PEM); if (ret < 0) { errout (s, "Error setting the x509 trust file: %s\n", gnutls_strerror (ret)); goto error; } if (!insecure) { gnutls_certificate_set_verify_function (s->creds, verify_certificate_callback); gnutls_certificate_set_verify_flags (s->creds, GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT); } } if (keyfile && !certfile) certfile = keyfile; if (certfile != NULL && keyfile != NULL) { ret = gnutls_certificate_set_x509_key_file (s->creds, certfile, keyfile, GNUTLS_X509_FMT_PEM); if (ret < 0) { errout (s, "Error loading certificate or key file (%s, %s): %s\n", certfile, keyfile, gnutls_strerror (ret)); goto error; } } if (isserver) { ret = gnutls_init (&s->session, GNUTLS_SERVER); } else { ret = gnutls_init (&s->session, GNUTLS_CLIENT); } if (ret < 0) { errout (s, "Cannot initialize GNUTLS session: %s\n", gnutls_strerror (ret)); goto error; } gnutls_session_set_ptr (s->session, (void *) s); ret = gnutls_set_default_priority (s->session); if (ret < 0) { errout (s, "Cannot set default GNUTLS session priority: %s\n", gnutls_strerror (ret)); goto error; } const char *errpos = NULL; ret = gnutls_priority_set_direct (s->session, PRIORITY, &errpos); if (ret < 0) { errout (s, "Cannot set GNUTLS session priority: %s\n", gnutls_strerror (ret)); goto error; } gnutls_session_set_ptr (s->session, (void *) s); ret = gnutls_credentials_set (s->session, GNUTLS_CRD_CERTIFICATE, s->creds); if (ret < 0) { errout (s, "Cannot set session GNUTL credentials: %s\n", gnutls_strerror (ret)); goto error; } if (isserver) { /* requests but does not check a client certificate */ gnutls_certificate_server_set_request (s->session, GNUTLS_CERT_REQUEST); } return s; error: if (s->session) gnutls_deinit (s->session); free (s); return NULL; } void tlssession_close (tlssession_t * s) { if (s->session) gnutls_deinit (s->session); free (s->hostname); free (s); } int tlssession_init () { return gnutls_global_init (); } int tlssession_mainloop (int cryptfd, int plainfd, tlssession_t * s) { fd_set readfds; fd_set writefds; int maxfd; int tls_wr_interrupted = 0; int plainEOF = FALSE; int cryptEOF = FALSE; int ret; buffer_t *plainToCrypt = bufNew (BUF_SIZE, BUF_HWM); buffer_t *cryptToPlain = bufNew (BUF_SIZE, BUF_HWM); if (socksetnonblock (cryptfd, 0) < 0) { errout (s, "Could not turn on blocking: %m"); goto error; } /* set it up to work with our FD */ gnutls_transport_set_ptr (s->session, (gnutls_transport_ptr_t) (intptr_t) cryptfd); /* Now do the handshake */ ret = gnutls_handshake (s->session); if (ret < 0) { errout (s, "TLS handshake failed: %s\n", gnutls_strerror (ret)); goto error; } if (socksetnonblock (cryptfd, 1) < 0) { errout (s, "Could not turn on non-blocking on crypt FD: %m"); goto error; } if (socksetnonblock (plainfd, 1) < 0) { errout (s, "Could not turn on non-blocking on plain FD: %m"); goto error; } maxfd = (plainfd > cryptfd) ? plainfd + 1 : cryptfd + 1; while ((!plainEOF || !cryptEOF) && !quit (s)) { struct timeval timeout; int result; int selecterrno; int wait = TRUE; FD_ZERO (&readfds); FD_ZERO (&writefds); size_t buffered = gnutls_record_check_pending (s->session); if (buffered) wait = FALSE; /* do not wait for select to return if we have buffered data */ if (plainEOF) { /* plain text end has closed, but me may still have * data yet to write to the crypt end */ if (bufIsEmpty (plainToCrypt) && !tls_wr_interrupted) { cryptEOF = TRUE; break; } } else { if (!bufIsEmpty (cryptToPlain)) FD_SET (plainfd, &writefds); if (!bufIsOverHWM (plainToCrypt)) FD_SET (plainfd, &readfds); } if (cryptEOF) { /* crypt end has closed, but me way still have data to * write from the crypt buffer */ if (bufIsEmpty (cryptToPlain) && !buffered) { plainEOF = TRUE; break; } } else { if (!bufIsEmpty (plainToCrypt) || tls_wr_interrupted) FD_SET (cryptfd, &writefds); if (!bufIsOverHWM (cryptToPlain)) FD_SET (cryptfd, &readfds); } /* Repeat select whilst EINTR happens */ do { timeout.tv_sec = wait ? 1 : 0; timeout.tv_usec = 0; result = select (maxfd, &readfds, &writefds, NULL, &timeout); selecterrno = errno; } while ((result == -1) && (selecterrno == EINTR) && !quit (s)); if (quit (s)) break; if (FD_ISSET (plainfd, &readfds)) { /* we can read at least one byte */ void *addr = NULL; /* get a span of characters to write to the * buffer. As the empty portion may wrap the end of the * circular buffer this might not be all we could read. */ ssize_t len = bufGetWriteSpan (plainToCrypt, &addr); if (len > 0) { ssize_t ret; do { ret = read (plainfd, addr, (size_t) len); } while ((ret < 0) && (errno == EINTR) && !quit (s)); if (quit (s)) break; if (ret < 0) { errout (s, "Error on read from plain socket: %m\n"); goto error; } if (ret == 0) { plainEOF = TRUE; } else { bufDoneWrite (plainToCrypt, ret); /* mark ret bytes as written to the buffer */ } } } if (FD_ISSET (plainfd, &writefds)) { /* we can write at least one byte */ void *addr = NULL; /* get a span of characters to read from the buffer * as the full portion may wrap the end of the circular buffer * this might not be all we have to write. */ ssize_t len = bufGetReadSpan (cryptToPlain, &addr); if (len > 0) { ssize_t ret; do { ret = write (plainfd, addr, (size_t) len); } while ((ret < 0) && (errno == EINTR) && !quit (s)); if (quit (s)) break; if (ret < 0) { errout (s, "Error on write to plain socket: %m\n"); goto error; } bufDoneRead (cryptToPlain, ret); /* mark ret bytes as read from the buffer */ } } if (FD_ISSET (cryptfd, &readfds) || buffered) { /* we can read at least one byte */ void *addr = NULL; /* get a span of characters to write to the * buffer. As the empty portion may wrap the end of the * circular buffer this might not be all we could read. */ ssize_t len = bufGetWriteSpan (cryptToPlain, &addr); if (len > 0) { ssize_t ret; do { ret = gnutls_record_recv (s->session, addr, (size_t) len); } while (ret == GNUTLS_E_INTERRUPTED && !quit (s)); /* do not loop on GNUTLS_E_AGAIN - this means we'd block so we'd loop for * ever */ if (quit (s)) break; if (ret < 0 && ret != GNUTLS_E_AGAIN) { errout (s, "Error on read from crypt socket: %s\n", gnutls_strerror (ret)); goto error; } if (ret == 0) { cryptEOF = TRUE; } else { bufDoneWrite (cryptToPlain, ret); /* mark ret bytes as written to the buffer */ } } } if (FD_ISSET (cryptfd, &writefds)) { /* we can write at least one byte */ void *addr = NULL; /* get a span of characters to read from the buffer * as the full portion may wrap the end of the circular buffer * this might not be all we have to write. */ ssize_t len = bufGetReadSpan (plainToCrypt, &addr); if (len > 0) { ssize_t ret; do { if (tls_wr_interrupted) { ret = gnutls_record_send (s->session, NULL, 0); } else { ret = gnutls_record_send (s->session, addr, len); } } while (ret == GNUTLS_E_INTERRUPTED && !quit (s)); if (quit (s)) break; if (ret == GNUTLS_E_AGAIN) { /* we need to call this again with NULL parameters * as it blocked */ tls_wr_interrupted = TRUE; } else if (ret < 0) { errout (s, "Error on write to crypto socket: %s\n", gnutls_strerror (ret)); goto error; } else { bufDoneRead (plainToCrypt, ret); /* mark ret bytes as read from the buffer */ } } } } ret = 0; goto freereturn; error: ret = -1; freereturn: gnutls_bye (s->session, GNUTLS_SHUT_RDWR); shutdown (plainfd, SHUT_RDWR); bufFree (plainToCrypt); bufFree (cryptToPlain); return ret; } nbd-3.16.2/config.h.in0000644000175000017500000001527513155614447011336 00000000000000/* config.h.in. Generated from configure.ac by autoheader. */ /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD /* Define if you want a debugging version of nbd-server (lots of copious output) */ #undef DODBG /* Define to 1031 if we have kernel support but no userspace support */ #undef F_SETPIPE_SZ /* Define to 1 if you have the `alarm' function. */ #undef HAVE_ALARM /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have FALLOC_FL_PUNCH_HOLE */ #undef HAVE_FALLOC_PH /* Define to 1 if you have the header file. */ #undef HAVE_FCNTL_H /* Define to 1 if you have the `fdatasync' function. */ #undef HAVE_FDATASYNC /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK /* Define to 1 if you have FSCTL_SET_ZERO_DATA */ #undef HAVE_FSCTL_SET_ZERO_DATA /* Define to 1 if you have the `gethostbyname' function. */ #undef HAVE_GETHOSTBYNAME /* Define to 1 if you have a GnuTLS version of 2.12 or above */ #undef HAVE_GNUTLS /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_FALLOC_H /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_FCNTL_H /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_TYPES_H /* Define to 1 if you have the `llseek' function. */ #undef HAVE_LLSEEK /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H /* Define to 1 if you have an old glib library */ #undef HAVE_OLD_GLIB /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET /* Define to 1 if we have splice support */ #undef HAVE_SPLICE /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the `strerror' function. */ #undef HAVE_STRERROR /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `strstr' function. */ #undef HAVE_STRSTR /* Define to 1 if `d_type' is a member of `struct dirent'. */ #undef HAVE_STRUCT_DIRENT_D_TYPE /* sync_file_range(2) is supported */ #undef HAVE_SYNC_FILE_RANGE /* Define to 1 if you have the header file. */ #undef HAVE_SYSLOG_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_DIRENT_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_DIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MOUNT_H /* Define to 1 if you have the header file, and it defines `DIR'. */ #undef HAVE_SYS_NDIR_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_UIO_H /* Define to 1 if you have that is POSIX.1 compatible. */ #undef HAVE_SYS_WAIT_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `vfork' function. */ #undef HAVE_VFORK /* Define to 1 if you have the header file. */ #undef HAVE_VFORK_H /* Define to 1 if you have the header file. */ #undef HAVE_WINIOCTL_H /* Define to 1 if `fork' works. */ #undef HAVE_WORKING_FORK /* Define to 1 if `vfork' works. */ #undef HAVE_WORKING_VFORK /* Define to 1 if you want nbd-server to log through syslog */ #undef ISSERVER /* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to 1 if Large File Support should be enabled */ #undef NBD_LFS /* Define to 1 if _BSD_SOURCE needs to be defined before certain inclusions */ #undef NEED_BSD_SOURCE /* Define if you do not want the nbd-server to fork() */ #undef NOFORK /* Name of package */ #undef PACKAGE /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT /* Define to the full name of this package. */ #undef PACKAGE_NAME /* Define to the full name and version of this package. */ #undef PACKAGE_STRING /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME /* Define to the home page for this package. */ #undef PACKAGE_URL /* Define to the version of this package. */ #undef PACKAGE_VERSION /* The size of `unsigned int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_INT /* The size of `unsigned long int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG_INT /* The size of `unsigned long long int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_LONG_LONG_INT /* The size of `unsigned short int', as computed by sizeof. */ #undef SIZEOF_UNSIGNED_SHORT_INT /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Version number of package */ #undef VERSION /* Define to 1 if you have and want support for the Socket Direct Protocol */ #undef WITH_SDP /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 # endif #else # ifndef WORDS_BIGENDIAN # undef WORDS_BIGENDIAN # endif #endif /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `__inline__' or `__inline' if that's what the C compiler calls it, or to nothing if 'inline' is not supported under any name. */ #ifndef __cplusplus #undef inline #endif /* Define to `long int' if does not define. */ #undef off_t /* Define to `int' if does not define. */ #undef pid_t /* Define as `fork' if `vfork' does not work. */ #undef vfork nbd-3.16.2/configure.ac0000644000175000017500000002152213155610344011561 00000000000000dnl Configure script for NBD system dnl (c) 1998 Martin Mares , (c) 2000 Pavel Machek , dnl (c) 2003-2006 Wouter Verhelst AC_INIT([nbd], m4_esyscmd(support/genver.sh | tr -d '\n'), [nbd@other.debian.org],, [http://nbd.sourceforge.net/]) m4_define([serial_tests], [ m4_esyscmd([automake --version | head -1 | awk '{split ($NF,a,"."); if (a[1] == 1 && a[2] >= 12) { print "serial-tests" }}' ]) ]) AM_INIT_AUTOMAKE(foreign dist-xz serial_tests subdir-objects) AM_MAINTAINER_MODE([enable]) AC_CONFIG_MACRO_DIR([support]) LT_INIT AC_ARG_ENABLE( lfs, AC_HELP_STRING(--disable-lfs,Disable Large File Support (default on)), [ if test "x$enableval" = "xyes" ; then NBD_LFS=1 else NBD_LFS=0 fi ], [NBD_LFS=1] ) AC_MSG_CHECKING([whether Large File Support should be enabled]) if test $NBD_LFS -eq 1; then AC_DEFINE(NBD_LFS,1, [Define to 1 if Large File Support should be enabled]) AC_MSG_RESULT([yes]) else AC_DEFINE(NBD_LFS,0) AC_MSG_RESULT([no]) fi AC_ARG_ENABLE( syslog, AC_HELP_STRING(--enable-syslog,Enable Syslog logging), [ if test "x$enableval" = "xyes" ; then ISSERVER=1 else ISSERVER=0 fi ], [ISSERVER=0] ) AC_MSG_CHECKING([whether syslog logging is requested]) if test $ISSERVER -eq 1; then AC_DEFINE(ISSERVER,1, [Define to 1 if you want nbd-server to log through syslog]) AC_MSG_RESULT([yes]) else AC_MSG_RESULT([no]) fi AC_ARG_ENABLE( debug, AC_HELP_STRING(--enable-debug,Build a debugging version of the server), [ if test "x$enableval" = "xyes"; then DODBG=1 else DODBG=0 fi ], [DODBG=0] ) AC_MSG_CHECKING([whether a debugging version is requested]) if test $DODBG -eq 1; then AC_MSG_RESULT([yes]) if test $ISSERVER -eq 1; then AC_MSG_ERROR([You requested both syslog logging and a debugging version of the server. Bad idea!]) fi AC_DEFINE(DODBG,1,[Define if you want a debugging version of nbd-server (lots of copious output)]) AC_DEFINE(NOFORK,1,[Define if you do not want the nbd-server to fork()]) else AC_MSG_RESULT([no]) fi AC_ARG_ENABLE( sdp, AC_HELP_STRING(--enable-sdp,Build a version of nbd-server with support for the Socket Direct Protocol (SDP). Requires you to build and install a kernel with the InfiniBand patches (default disabled)), [ if test "x$enableval" = "xyes"; then AC_DEFINE(WITH_SDP, 1, [Define to 1 if you have and want support for the Socket Direct Protocol]) fi ] ) AC_ARG_ENABLE( [gznbd], [AS_HELP_STRING([--enable-gznbd],[Build gznbd too (nbd server with on-the-fly decompression of images. NOTE: no support for newstyle protocol.)])], [ AS_IF( [test "x$enableval" = "xyes"], [ENABLE_GZNBD=yes], [ENABLE_GZNBD=no] ) ], [ENABLE_GZNBD=no] ) AC_PROG_CC_C99 AC_PROG_CPP AC_PROG_INSTALL PKG_PROG_PKG_CONFIG AC_CANONICAL_HOST AC_C_BIGENDIAN AC_C_INLINE AC_C_CONST AC_CHECK_SIZEOF(unsigned short int) AC_CHECK_SIZEOF(unsigned int) AC_CHECK_SIZEOF(unsigned long int) AC_CHECK_SIZEOF(unsigned long long int) AC_STRUCT_DIRENT_D_TYPE AC_CHECK_FUNCS([llseek alarm gethostbyname inet_ntoa memset socket strerror strstr mkstemp fdatasync]) HAVE_FL_PH=no AC_CHECK_FUNC(fallocate, [ AC_CHECK_HEADERS([linux/falloc.h]) if test "x$ac_cv_header_linux_falloc_h" = "xyes" then AC_CHECK_DECL(FALLOC_FL_PUNCH_HOLE, [HAVE_FL_PH=yes], [HAVE_FL_PH=no], [[#include ]]) fi ] ) AC_MSG_CHECKING([for FALLOC_FL_PUNCH_HOLE support]) if test "x$HAVE_FL_PH" = "xyes" then AC_DEFINE(HAVE_FALLOC_PH, 1, [Define to 1 if you have FALLOC_FL_PUNCH_HOLE]) AC_MSG_RESULT([yes]) else AC_DEFINE(HAVE_FALLOC_PH, 0, [Define to 1 if you have FALLOC_FL_PUNCH_HOLE]) AC_MSG_RESULT([no]) fi AC_CHECK_FUNC(splice, [HAVE_SPLICE=yes], [HAVE_SPLICE=no]) if test "$HAVE_SPLICE" = "yes" then HAVE_SETPIPE_SZ=no AC_CHECK_DECL(F_SETPIPE_SZ, [HAVE_SETPIPE_SZ=yes], [ unset ac_cv_have_decl_F_SETPIPE_SZ AC_CHECK_HEADERS([linux/fcntl.h]) if test "$ac_cv_header_linux_fcntl_h" = "yes" then AC_CHECK_DECL(F_SETPIPE_SZ, [HAVE_SETPIPE_SZ=define], [HAVE_SETPIPE_SZ=no], [[#include ]]) fi ], [[ #define _GNU_SOURCE #include ]] ) AC_MSG_CHECKING([for F_SETPIPE_SZ support]) case $HAVE_SETPIPE_SZ in yes) AC_DEFINE(HAVE_SPLICE, 1, [Define to 1 if we have splice support]) AC_MSG_RESULT([yes]) ;; define) AC_DEFINE(HAVE_SPLICE, 1, [Define to 1 if we have splice support]) AC_DEFINE(F_SETPIPE_SZ, 1031, [Define to 1031 if we have kernel support but no userspace support]) AC_MSG_RESULT([yes]) ;; no) AC_MSG_RESULT([missing, disabling splice support]) ;; esac fi dnl AC_MSG_CHECKING([where to puth systemd unit files]) dnl AC_ARG_WITH( dnl systemd, dnl AS_HELP_STRING([--with-systemd=loc|pkgconfig],[Install systemd files in loc; if passing pkgconfig, use pkg-config to detect the correct location and install there.]) dnl [ dnl if test "x$enableval" = "xyes"; then dnl ENABLE_SYSTEMD=yes dnl else dnl ENABLE_SYSTEMD=no dnl fi dnl ],[] dnl ) dnl dnl if test "x$ENABLE_SYSTEMD" != "xno"; then dnl PKG_CHECK_VAR([SYSTEMDUNIT],[systemd],systemdsystemunitdir],[AC_SUBST([SYSTEMDLOC], [$SYSTEMDUNIT])]) dnl fi dnl AM_CONDITIONAL(SYSTEMD, [test ! -z "$SYSTEMDUNIT"]) dnl if test ! -z $SYSTEMDUNIT; then dnl AC_MSG_RESULT([$SYSTEMDUNIT]) dnl else dnl case $ENABLE_SYSTEMD in dnl no) dnl AC_MSG_RESULT([disabled]) dnl ;; dnl yes) dnl AC_MSG_ERROR([systemd not found]) dnl ;; dnl *) dnl AC_MSG_RESULT([not found]) dnl ;; dnl esac dnl fi PKG_CHECK_MODULES(GnuTLS, [gnutls >= 2.12.0],[HAVE_GNUTLS=1],[HAVE_GNUTLS=0]) if test x$HAVE_GNUTLS = x1; then AC_DEFINE(HAVE_GNUTLS, 1, [Define to 1 if you have a GnuTLS version of 2.12 or above]) else AC_DEFINE(HAVE_GNUTLS, 0) fi AM_CONDITIONAL([GNUTLS], [test "x$HAVE_GNUTLS" = "x1"]) AC_CHECK_HEADERS([winioctl.h], [], [], [#include #include #include ]) HAVE_FSCTL_SET_ZERO_DATA=no if test "x$ac_cv_header_winioctl_h" = "xyes" then AC_CHECK_DECL(FSCTL_SET_ZERO_DATA, [HAVE_FSCTL_SET_ZERO_DATA=yes], [HAVE_FSCTL_SET_ZERO_DATA=no], [#include #include #include ]) fi if test "x$HAVE_FSCTL_SET_ZERO_DATA" = "xyes" then AC_DEFINE(HAVE_FSCTL_SET_ZERO_DATA, 1, [Define to 1 if you have FSCTL_SET_ZERO_DATA]) else AC_DEFINE(HAVE_FSCTL_SET_ZERO_DATA, 0, [Define to 1 if you have FSCTL_SET_ZERO_DATA]) fi AC_CHECK_FUNC([sync_file_range], [AC_DEFINE([HAVE_SYNC_FILE_RANGE], [sync_file_range(2) is not supported], [sync_file_range(2) is supported])], []) AC_FUNC_FORK AC_FUNC_SETVBUF_REVERSED AC_MSG_CHECKING(whether client should be built) case $host_os in linux*) NBD_CLIENT_NAME="nbd-client" AC_MSG_RESULT(yes) ;; *) NBD_CLIENT_NAME="" AC_MSG_RESULT(no) ;; esac AM_CONDITIONAL(CLIENT, [test ! -z "$NBD_CLIENT_NAME"]) AC_SEARCH_LIBS(bind, socket,, AC_MSG_ERROR([Could not find an implementation of the bind() system call])) AC_SEARCH_LIBS(inet_ntoa, nsl,, AC_MSG_ERROR([Could not find an implementation of the inet_ntoa() system call])) AC_SEARCH_LIBS(daemon, resolv,, AC_MSG_ERROR([Could not find an implementation of the daemon() system call])) AC_CHECK_HEADERS([sys/mount.h],,, [[#include ]]) AC_CHECK_HEADERS([arpa/inet.h fcntl.h netdb.h netinet/in.h sys/ioctl.h sys/socket.h syslog.h linux/types.h sys/dirent.h sys/uio.h]) AM_PATH_GLIB_2_0(2.26.0, [HAVE_GLIB=yes], AC_MSG_ERROR([Missing glib]), gthread) my_save_cflags="$CFLAGS" CFLAGS="-Wdeprecated-declarations -Werror $GLIB_CFLAGS" AC_MSG_CHECKING([if we are using an old glib 2.0 library]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( [[#include ]], [[g_thread_init(NULL);]])], [ AC_MSG_RESULT(yes) AC_DEFINE(HAVE_OLD_GLIB, 1, [Define to 1 if you have an old glib library]) ], [ AC_MSG_RESULT(no) AC_DEFINE(HAVE_OLD_GLIB, 0, [Define to 1 if you have an old glib library]) ] ) CFLAGS="$my_save_cflags" AC_MSG_CHECKING([whether _BSD_SOURCE needs to be defined for DT_* macros]) AC_PREPROC_IFELSE( [AC_LANG_PROGRAM([[#include ]], [[#ifndef DT_UNKNOWN #error nope #endif]])], [AC_MSG_RESULT([no]); NEED_BSD_SOURCE=0], [AC_MSG_RESULT([yes]); NEED_BSD_SOURCE=1]) AC_DEFINE([NEED_BSD_SOURCE], $NEED_BSD_SOURCE, [Define to 1 if _BSD_SOURCE needs to be defined before certain inclusions]) AC_HEADER_SYS_WAIT AC_TYPE_OFF_T AC_TYPE_PID_T AM_CPPFLAGS=$AM_CPPFLAGS" -DSYSCONFDIR='\"$sysconfdir\"'" AC_SUBST(AM_CPPFLAGS) AM_CONDITIONAL(GZNBD, [test "x$ENABLE_GZNBD" = "xyes"]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile doc/Doxyfile doc/Makefile man/Makefile gznbd/Makefile tests/Makefile tests/code/Makefile tests/run/Makefile man/nbd-client.8.sh man/nbd-server.5.sh man/nbd-server.1.sh man/nbd-trdump.1.sh man/nbdtab.5.sh systemd/Makefile systemd/nbd@.service.sh ]) AC_OUTPUT nbd-3.16.2/doc/0000755000175000017500000000000013155614455010125 500000000000000nbd-3.16.2/doc/Makefile.in0000644000175000017500000003050613155614450012111 00000000000000# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/support/libtool.m4 \ $(top_srcdir)/support/ltoptions.m4 \ $(top_srcdir)/support/ltsugar.m4 \ $(top_srcdir)/support/ltversion.m4 \ $(top_srcdir)/support/lt~obsolete.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = Doxyfile CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Doxyfile.in $(srcdir)/Makefile.in README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_CPPFLAGS = @AM_CPPFLAGS@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ GnuTLS_CFLAGS = @GnuTLS_CFLAGS@ GnuTLS_LIBS = @GnuTLS_LIBS@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = README proto.md todo.txt all: all-am .SUFFIXES: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): Doxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: nbd-3.16.2/doc/todo.txt0000644000175000017500000000200512260327652011544 00000000000000Here's a (probably incomplete) list of things I think need to be done to nbd. If you feel like taking one of these up, I owe you beer if we ever meet... - Add (optional) authentication to the protocol. Probably best to use SASL to implement this. I should like to have Kerberos working, too, though that might be somewhat involved to get right. Not sure whether we would need full per-export authentication, or if an on/off switch in an export (and the full configuration in the generic section) would be enough - Have support for setting defaults for exports in the generic section. - Turn much of nbd-server into a library, with the server itself just being a stub that reads the config file and exports files. - Performance improvements: nbd-server should use sendfile() and/or libevent to make things go faster. This should be extensively tested so we're sure things *are* actually going faster. - ... probably more, but I can't remember much of them right now. I'll add to this list as I remember things. nbd-3.16.2/doc/proto.md0000644000175000017500000017722613132635333011542 00000000000000# The NBD protocol ## Introduction The Network Block Device is a Linux-originated lightweight block access protocol that allows one to export a block device to a client. While the name of the protocol specifically references the concept of block devices, there is nothing inherent in the *protocol* which requires that exports are, in fact, block devices; the protocol only concerns itself with a range of bytes, and several operations of particular lengths at particular offsets within that range of bytes. For matters of clarity, in this document we will refer to an export from a server as a block device, even though the actual backing on the server need not be an actual block device; it may be a block device, a regular file, or a more complex configuration involving several files. That is an implementation detail of the server. ## Conventions In the below protocol descriptions, the label 'C:' is used for messages sent by the client, whereas 'S:' is used for messages sent by the server). `monotype text` is for literal character data or (when used in comments) constant names, `0xdeadbeef` is used for literal hex numbers (which are always sent in network byte order), and (brackets) are used for comments. Anything else is a description of the data that is sent. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https://www.ietf.org/rfc/rfc2119.txt). The same words in lower case carry their natural meaning. Where this document refers to a string, then unless otherwise stated, that string is a sequence of UTF-8 code points, which is not `NUL` terminated, MUST NOT contain `NUL` characters, SHOULD be no longer than 256 bytes and MUST be no longer than 4096 bytes. This applies to export names and error messages (amongst others). The length of a string is always available through information sent earlier in the same message, although it may require some computation based on the size of other data also present in the same message. ## Protocol phases The NBD protocol has two phases: the handshake and the transmission. During the handshake, a connection is established and an exported NBD device along other protocol parameters are negotiated between the client and the server. After a successful handshake, the client and the server proceed to the transmission phase in which the export is read from and written to. On the client side under Linux, the handshake is implemented in userspace, while the transmission phase is implemented in kernel space. To get from the handshake to the transmission phase, the client performs ioctl(nbd, NBD_SET_SOCK, sock) ioctl(nbd, NBD_DO_IT) with `nbd` in the above being a file descriptor for an open `/dev/nbdX` device node, and `sock` being the socket to the server. The second of the above two calls does not return until the client disconnects. Note that there are other `ioctl` calls available, that are used by the client to communicate the options to the kernel which were negotiated with the server during the handshake. This document does not describe those. ### Handshake The handshake is the first phase of the protocol. Its main purpose is to provide means for both the client and the server to negotiate which export they are going to use and how. There are three versions of the negotiation. They are referred to as "oldstyle", "newstyle", and "fixed newstyle" negotiation. Oldstyle was the only version of the negotiation until nbd 2.9.16; newstyle was introduced for nbd 2.9.17. A short while later, it was discovered that newstyle was insufficiently structured to allow protocol options to be added while retaining backwards compatibility. The minor changes introduced to fix this problem are, where necessary, referred to as "fixed newstyle" to differentiate from the original version of the newstyle negotiation. #### Oldstyle negotiation S: 64 bits, `0x4e42444d41474943` (ASCII '`NBDMAGIC`') (also known as the `INIT_PASSWD`) S: 64 bits, `0x00420281861253` (`cliserv_magic`, a magic number) S: 64 bits, size of the export in bytes (unsigned) S: 32 bits, flags S: 124 bytes, zeroes (reserved). As can be seen, this isn't exactly a negotiation; it's just a matter of the server sending a bunch of data to the client. If the client is unhappy with what he receives, he should disconnect and not look back. The fact that the size of the export was specified before the flags were sent, made it impossible for the protocol to be changed in a backwards-compatible manner to allow for named exports without ugliness. As a result, the old style negotiation is now no longer developed; starting with version 3.10 of the reference implementation, it is also no longer supported. #### Newstyle negotiation A client who wants to use the new style negotiation SHOULD connect on the IANA-reserved port for NBD, 10809. The server MAY listen on other ports as well, but it SHOULD use the old style handshake on those. The server SHOULD refuse to allow oldstyle negotiations on the newstyle port. For debugging purposes, the server MAY change the port on which to listen for newstyle negotiation, but this SHOULD NOT happen for production purposes. The initial few exchanges in newstyle negotiation look as follows: S: 64 bits, `0x4e42444d41474943` (ASCII '`NBDMAGIC`') (as in the old style handshake) S: 64 bits, `0x49484156454F5054` (ASCII '`IHAVEOPT`') (note different magic number) S: 16 bits, handshake flags C: 32 bits, client flags This completes the initial phase of negotiation; the client and server now both know they understand the first version of the newstyle handshake, with no options. The client SHOULD ignore any handshake flags it does not recognize, while the server MUST close the TCP connection if it does not recognize the client's flags. What follows is a repeating group of options. In non-fixed newstyle only one option can be set (`NBD_OPT_EXPORT_NAME`), and it is not optional. At this point, we move on to option haggling, during which point the client can send one or (in fixed newstyle) more options to the server. The generic format of setting an option is as follows: C: 64 bits, `0x49484156454F5054` (ASCII '`IHAVEOPT`') (note same newstyle handshake's magic number) C: 32 bits, option C: 32 bits, length of option data (unsigned) C: any data needed for the chosen option, of length as specified above. The presence of the option length in every option allows the server to skip any options presented by the client that it does not understand. If the value of the option field is `NBD_OPT_EXPORT_NAME` and the server is willing to allow the export, the server replies with information about the used export: S: 64 bits, size of the export in bytes (unsigned) S: 16 bits, transmission flags S: 124 bytes, zeroes (reserved) (unless `NBD_FLAG_C_NO_ZEROES` was negotiated by the client) If the server is unwilling to allow the export, it MUST terminate the session. The reason that the flags field is 16 bits large and not 32 as in the oldstyle negotiation is that there are now 16 bits of transmission flags, and 16 bits of handshake flags. Concatenated together, this results in 32 bits, which allows for using a common set of macros for both. If we ever run out of flags, the server will set the most significant flag bit, signalling that an extra flag field will follow, to which the client will have to reply with a flag field of its own before the extra flags are sent. This is not yet implemented. #### Fixed newstyle negotiation Unfortunately, due to a mistake, the server would immediately close the connection when it saw an option it did not understand, rather than signalling this fact to the client, which would've allowed it to retry; and replies from the server were not structured either, which meant that if the server were to send something the client did not understand, it would have to abort negotiation as well. To fix these two issues, the following changes were implemented: - The server will set the handshake flag `NBD_FLAG_FIXED_NEWSTYLE`, to signal that it supports fixed newstyle negotiation. - The client SHOULD reply with `NBD_FLAG_C_FIXED_NEWSTYLE` set in its flags field too, though its side of the protocol does not change incompatibly. - The client MAY now send other options to the server as appropriate, in the generic format for sending an option as described above. - The server will reply to any option apart from `NBD_OPT_EXPORT_NAME` with reply packets in the following format: S: 64 bits, `0x3e889045565a9` (magic number for replies) S: 32 bits, the option as sent by the client to which this is a reply S: 32 bits, reply type (e.g., `NBD_REP_ACK` for successful completion, or `NBD_REP_ERR_UNSUP` to mark use of an option not known by this server S: 32 bits, length of the reply. This MAY be zero for some replies, in which case the next field is not sent S: any data as required by the reply (e.g., an export name in the case of `NBD_REP_SERVER`) The client MUST NOT send any option until it has received a final reply to any option it has sent (note that some options e.g. `NBD_OPT_LIST` have multiple replies, and the final reply is the last of those). #### Termination of the session during option haggling There are three possible mechanisms to end option haggling: * Transmission mode can be entered (by the client sending `NBD_OPT_EXPORT_NAME` or by the server responding to an `NBD_OPT_GO` with `NBD_REP_ACK`). This is documented elsewhere. * The client can send (and the server can reply to) an `NBD_OPT_ABORT`. This MUST be followed by the client shutting down TLS (if it is running), and the client dropping the connection. This is referred to as 'initiating a soft disconnect'; soft disconnects can only be initiated by the client. * The client or the server can disconnect the TCP session without activity at the NBD protocol level. If TLS is negotiated, the party initiating the transaction SHOULD shutdown TLS first if it is running. This is referred to as 'initiating a hard disconnect'. This section concerns the second and third of these, together called 'terminating the session', and under which circumstances they are valid. If either the client or the server detects a violation of a mandatory condition ('MUST' etc.) by the other party, it MAY initiate a hard disconnect. A client MAY use a soft disconnect to terminate the session whenever it wishes. A party that is mandated by this document to terminate the session MUST initiate a hard disconnect if it is not possible to use a soft disconnect. Such circumstances include: where that party is the server and it cannot return an error (e.g. after an `NBD_OPT_EXPORT_NAME` it cannot satisfy), and where that party is the client following a failed TLS negotiation. A party MUST NOT initiate a hard disconnect save where set out in this section. Therefore, unless a client's situation falls within the provisions of the previous paragraph or the client detects a breach of a mandatory condition, it MUST NOT use a hard disconnect, and hence its only option to terminate the session is via a soft disconnect. There is no requirement for the client or server to complete a negotiation if it does not wish to do so. Either end MAY simply terminate the session. In the client's case, if it wishes to do so it MUST use soft disconnect. In the server's case it MUST (save where set out above) simply error inbound options until the client gets the hint that it is unwelcome, except that if a server believes a client's behaviour constitutes a denial of service, it MAY initiate a hard disconnect. If the server is in the process of being shut down it MAY error any inflight option and SHOULD error further options received (other than an `NBD_OPT_ABORT`) with `NBD_REP_ERR_SHUTDOWN`. If the client receives `NBD_REP_ERR_SHUTDOWN` it MUST initiate a soft disconnect. ### Transmission There are two message types in the transmission phase: the request, and the reply. The transmission phase consists of a series of transactions, where the client submits requests and the server sends corresponding replies. The phase continues until either side terminates transmission; this can be performed cleanly only by the client. Replies need not be sent in the same order as requests (i.e., requests may be handled by the server asynchronously). Clients SHOULD use a handle that is distinct from all other currently pending transactions, but MAY reuse handles that are no longer in flight; handles need not be consecutive. In each reply message the server MUST use the same value for handle as was sent by the client in the corresponding request. In this way, the client can correlate which request is receiving a response. #### Ordering of messages and writes The server MAY process commands out of order, and MAY reply out of order, except that: * All write commands (that includes `NBD_CMD_WRITE`, `NBD_CMD_WRITE_ZEROES` and `NBD_CMD_TRIM`) that the server completes (i.e. replies to) prior to processing a `NBD_CMD_FLUSH` MUST be written to non-volatile storage prior to replying to that `NBD_CMD_FLUSH`. This paragraph only applies if `NBD_FLAG_SEND_FLUSH` is set within the transmission flags, as otherwise `NBD_CMD_FLUSH` will never be sent by the client to the server. * A client which uses multiple connections to a server to parallelize commands MUST NOT issue an `NBD_CMD_FLUSH` request until it has received the reply for all write commands which it expects to be covered by the flush. * A server MUST NOT reply to a command that has `NBD_CMD_FLAG_FUA` set in its command flags until the data (if any) written by that command is persisted to non-volatile storage. This only applies if `NBD_FLAG_SEND_FUA` is set within the transmission flags, as otherwise `NBD_CMD_FLAG_FUA` will not be set on any commands sent to the server by the client. `NBD_CMD_FLUSH` is modelled on the Linux kernel empty bio with `REQ_PREFLUSH` set. `NBD_CMD_FLAG_FUA` is modelled on the Linux kernel bio with `REQ_FUA` set. In case of ambiguity in this specification, the [kernel documentation](https://www.kernel.org/doc/Documentation/block/writeback_cache_control.txt) may be useful. #### Request message The request message, sent by the client, looks as follows: C: 32 bits, 0x25609513, magic (`NBD_REQUEST_MAGIC`) C: 16 bits, command flags C: 16 bits, type C: 64 bits, handle C: 64 bits, offset (unsigned) C: 32 bits, length (unsigned) C: (*length* bytes of data if the request is of type `NBD_CMD_WRITE`) #### Reply message The reply message MUST be sent by the server in response to all requests (save for `NBD_CMD_DISC`). The message looks as follows: S: 32 bits, 0x67446698, magic (`NBD_REPLY_MAGIC`) S: 32 bits, error (MAY be zero) S: 64 bits, handle S: (*length* bytes of data if the request is of type `NBD_CMD_READ`) #### Terminating the transmission phase There are two methods of terminating the transmission phase: * The client sends `NBD_CMD_DISC` whereupon the server MUST close down the TLS session (if one is running) and then close the TCP connection. This is referred to as 'initiating a soft disconnect'. Soft disconnects can only be initiated by the client. * The client or the server drops the TCP session (in which case it SHOULD shut down the TLS session first). This is referred to as 'initiating a hard disconnect'. Together these are referred to as 'terminating transmission'. Either side MAY initiate a hard disconnect if it detects a violation by the other party of a mandatory condition within this document. On a server shutdown, the server SHOULD wait for inflight requests to be serviced prior to initiating a hard disconnect. A server MAY speed this process up by issuing error replies. The error value issued in respect of these requests and any subsequently received requests SHOULD be `ESHUTDOWN`. If the client receives an `ESHUTDOWN` error it MUST initiate a soft disconnect. The client MAY issue a soft disconnect at any time, but SHOULD wait until there are no inflight requests first. The client and the server MUST NOT initiate any form of disconnect other than in one of the above circumstances. ## TLS support The NBD protocol supports Transport Layer Security (TLS) (see [RFC5246](https://tools.ietf.org/html/rfc5246) as updated by [RFC6176](https://tools.ietf.org/html/rfc6176) ). TLS is negotiated with the `NBD_OPT_STARTTLS` option. This is performed as an in-session upgrade. Below the term 'negotiation' is used to refer to the sending and receiving of NBD options and option replies, and the term 'initiation' of TLS is used to refer to the actual upgrade to TLS. ### Certificates, authentication and authorisation This standard does not specify what encryption, certification and signature algorithms are used. This standard does not specify authentication and authorisation (for instance whether client and/or server certificates are required and what they should contain); this is implementation dependent. TLS requires fixed newstyle negotiation to have completed. ### Server-side requirements There are three modes of operation for a server. The server MUST support one of these modes. * The server operates entirely without TLS ('NOTLS'); OR * The server insists upon TLS, and forces the client to upgrade by erroring any NBD options other than `NBD_OPT_STARTTLS` or `NBD_OPT_ABORT` with `NBD_REP_ERR_TLS_REQD` ('FORCEDTLS'); this in practice means that all option negotiation (apart from the `NBD_OPT_STARTTLS` itself) is carried out with TLS; OR * The server provides TLS, and it is mandatory on zero or more exports, and is available at the client's option on all other exports ('SELECTIVETLS'). The server does not force the client to upgrade to TLS during option haggling (as if the client ultimately were to choose a non-TLS-only export, stopping TLS is not possible). Instead it permits the client to upgrade as and when it chooses, but unless an upgrade to TLS has already taken place, the server errors attempts to enter transmission mode on TLS-only exports, MAY refuse to provide information about TLS-only exports via `NBD_OPT_INFO`, MAY refuse to provide information about non-existent exports via `NBD_OPT_INFO`, and MAY omit exports that are TLS-only from `NBD_OPT_LIST`. The server MAY determine the mode in which it operates dependent upon the session (for instance it might be more liberal with TCP connections made over the loopback interface) but it MUST be consistent in its mode of operation across the lifespan of a single TCP connection to the server. A client MUST NOT assume indications from a prior TCP session to a given server will be relevant to a subsequent session. The server MUST operate in NOTLS mode unless the server set flag `NBD_FLAG_FIXED_NEWSTYLE` and the client replied with `NBD_FLAG_C_FIXED_NEWSTYLE` in the fixed newstyle negotiation. These modes of operations are described in detail below. #### NOTLS mode If the server receives `NBD_OPT_STARTTLS` it MUST respond with `NBD_REP_ERR_POLICY` (if it does not support TLS for policy reasons), `NBD_REP_ERR_UNSUP` (if it does not support the `NBD_OPT_STARTTLS` option at all) or another error explicitly permitted by this document. The server MUST NOT respond to any option request with `NBD_REP_ERR_TLS_REQD`. #### FORCEDTLS mode If the server receives `NBD_OPT_STARTTLS` prior to negotiating TLS, it MUST reply with `NBD_REP_ACK`. If the server receives `NBD_OPT_STARTTLS` when TLS has already been negotiated, it it MUST reply with `NBD_REP_ERR_INVALID`. After an `NBD_REP_ACK` reply has been sent, the server MUST be prepared for a TLS handshake, and all further data MUST be sent and received over TLS. There is no downgrade to a non-TLS session. As per the TLS standard, the handshake MAY be initiated either by the server (having sent the `NBD_REP_ACK`) or by the client. If the handshake is unsuccessful (for instance the client's certificate does not match) the server MUST terminate the session as by this stage it is too late to continue without TLS as the acknowledgement has been sent. If the server receives any other option, including `NBD_OPT_INFO` and unsupported options, it MUST reply with `NBD_REP_ERR_TLS_REQD` if TLS has not been initiated; `NBD_OPT_INFO` is included as in this mode, all exports are TLS-only. If the server receives a request to enter transmission mode via `NBD_OPT_EXPORT_NAME` when TLS has not been initiated, then as this request cannot error, it MUST terminate the session. If the server receives a request to enter transmission mode via `NBD_OPT_GO` when TLS has not been initiated, it MUST error with `NBD_REP_ERR_TLS_REQD`. The server MUST NOT send `NBD_REP_ERR_TLS_REQD` in reply to any option if TLS has already been initiated. The FORCEDTLS mode of operation has an implementation problem in that the client MAY legally simply send a `NBD_OPT_EXPORT_NAME` to enter transmission mode without previously sending any options. This is avoided by use of `NBD_OPT_INFO` and `NBD_OPT_GO`. #### SELECTIVETLS mode If the server receives `NBD_OPT_STARTTLS` prior to negotiating TLS, it MUST reply with `NBD_REP_ACK` and initiate TLS as set out under 'FORCEDTLS' above. If the server receives `NBD_OPT_STARTTLS` when TLS has already been negotiated, it it MUST reply with `NBD_REP_ERR_INVALID`. If the server receives `NBD_OPT_INFO` or `NBD_OPT_GO` and TLS has not been initiated, it MAY reply with `NBD_REP_ERR_TLS_REQD` if that export is non-existent, and MUST reply with `NBD_REP_ERR_TLS_REQD` if that export is TLS-only. If the server receives a request to enter transmission mode via `NBD_OPT_EXPORT_NAME` on a TLS-only export when TLS has not been initiated, then as this request cannot error, it MUST terminate the session. The server MUST NOT send `NBD_REP_ERR_TLS_REQD` in reply to any option if TLS has already been negotiated. The server MUST NOT send `NBD_REP_ERR_TLS_REQD` in response to any option other than `NBD_OPT_INFO`, `NBD_OPT_GO` and `NBD_OPT_EXPORT_NAME`, and only in those cases in respect of a TLS-only or non-existent export. There is a degenerate case of SELECTIVETLS where all exports are TLS-only. This is permitted in part to make programming of servers easier. Operation is a little different from FORCEDTLS, as the client is not forced to upgrade to TLS prior to any options being processed, and the server MAY choose to give information on non-existent exports via `NBD_OPT_INFO` responses prior to an upgrade to TLS. ### Client-side requirements If the client supports TLS at all, it MUST be prepared to deal with servers operating in any of the above modes. Notwithstanding, a client MAY always terminate the session or refuse to connect to a particular export if TLS is not available and the user requires TLS. The client MUST NOT issue `NBD_OPT_STARTTLS` unless the server set flag `NBD_FLAG_FIXED_NEWSTYLE` and the client replied with `NBD_FLAG_C_FIXED_NEWSTYLE` in the fixed newstyle negotiation. The client MUST NOT issue `NBD_OPT_STARTTLS` if TLS has already been initiated. Subject to the above two limitations, the client MAY send `NBD_OPT_STARTTLS` at any time to initiate a TLS session. If the client receives `NBD_REP_ACK` in response, it MUST immediately upgrade the session to TLS. If it receives `NBD_REP_ERR_UNSUP`, `NBD_REP_ERR_POLICY` or any other error in response, it indicates that the server cannot or will not upgrade the session to TLS, and therefore the client MUST either continue the session without TLS, or terminate the session. A client that prefers to use TLS irrespective of whether the server makes TLS mandatory SHOULD send `NBD_OPT_STARTTLS` as the first option. This will ensure option haggling is subject to TLS, and will thus prevent the possibility of options being compromised by a Man-in-the-Middle attack. Note that the `NBD_OPT_STARTTLS` itself may be compromised - see 'downgrade attacks' for more details. For this reason, a client which only wishes to use TLS SHOULD terminate the session if the `NBD_OPT_STARTTLS` replies with an error. If the TLS handshake is unsuccessful (for instance the server's certificate does not validate) the client MUST terminate the session as by this stage it is too late to continue without TLS. If the client receives an `NBD_REP_ERR_TLS_REQD` in response to any option, it implies that this option cannot be executed unless a TLS upgrade is performed. If the option is any option other than `NBD_OPT_INFO` or `NBD_OPT_GO`, this indicates that no option will succeed unless a TLS upgrade is performed; the client MAY therefore choose to issue an `NBD_OPT_STARTTLS`, or MAY terminate the session (if for instance it does not support TLS or does not have appropriate credentials for this server). If the client receives `NBD_REP_ERR_TLS_REQD` in response to `NBD_OPT_INFO` or `NBD_OPT_GO` this indicates that the export referred to within the option is either non-existent or requires TLS; the client MAY therefore choose to issue an `NBD_OPT_STARTTLS`, MAY terminate the session (if for instance it does not support TLS or does not have appropriate credentials for this server), or MAY continue in another manner without TLS, for instance by querying or using other exports. If a client supports TLS, it SHOULD use `NBD_OPT_GO` (if the server supports it) in place of `NBD_OPT_EXPORT_NAME`. The reason for this is set out in the final paragraphs of the sections under 'FORCEDTLS' and 'SELECTIVETLS': this gives an opportunity for the server to transmit that an error going into transmission mode is due to the client's failure to initiate TLS, and the fact that the client may obtain information about which exports are TLS-only through `NBD_OPT_INFO`. ### Security considerations #### TLS versions NBD implementations supporting TLS MUST support TLS version 1.2, SHOULD support any later versions. NBD implementations MAY support older versions but SHOULD NOT do so by default (i.e. they SHOULD only be available by a configuration change). Older versions SHOULD NOT be used where there is a risk of security problems with those older versions or of a downgrade attack against TLS versions. #### Protocol downgrade attacks A danger inherent in any scheme relying on the negotiation of whether TLS should be employed is downgrade attacks within the NBD protocol. There are two main dangers: * A Man-in-the-Middle (MitM) hijacks a session and impersonates the server (possibly by proxying it) claiming not to support TLS. In this manner, the client is confused into operating in a plain-text manner with the MitM (with the session possibly being proxied in plain-text to the server using the method below). * The MitM hijacks a session and impersonates the client (possibly by proxying it) claiming not to support TLS. In this manner the server is confused into operating in a plain-text manner with the MitM (with the session being possibly proxied to the client with the method above). With regard to the first, any client that does not wish to be subject to potential downgrade attack SHOULD ensure that if a TLS endpoint is specified by the client, it ensures that TLS is negotiated prior to sending or requesting sensitive data. To recap, the client MAY send `NBD_OPT_STARTTLS` at any point during option haggling, and MAY terminate the session if `NBD_REP_ACK` is not provided. With regard to the second, any server that does not wish to be subject to a potential downgrade attack SHOULD either used FORCEDTLS mode, or should force TLS on those exports it is concerned about using SELECTIVE mode and TLS-only exports. It is not possible to avoid downgrade attacks on exports which may be served either via TLS or in plain text unless the client insists on TLS. ## Block size constraints During transmission phase, several operations are constrained by the export size sent by the final `NBD_OPT_EXPORT_NAME` or `NBD_OPT_GO`, as well as by three block size constraints defined here (minimum, preferred, and maximum). If a client can honour server block size constraints (as set out below and under `NBD_INFO_BLOCK_SIZE`), it SHOULD announce this during the handshake phase by using `NBD_OPT_GO` (and `NBD_OPT_INFO` if used) with an `NBD_INFO_BLOCK_SIZE` information request, and MUST use `NBD_OPT_GO` rather than `NBD_OPT_EXPORT_NAME` (except in the case of a fallback where the server did not support `NBD_OPT_INFO` or `NBD_OPT_GO`). A server with block size constraints other than the default SHOULD advertise the block size constraints during handshake phase via `NBD_INFO_BLOCK_SIZE` in response to `NBD_OPT_INFO` or `NBD_OPT_GO`, and MUST do so unless it has agreed on block size constraints via out of band means. Some servers are able to make optimizations, such as opening files with `O_DIRECT`, if they know that the client will obey a particular minimum block size, where it must fall back to safer but slower code if the client might send unaligned requests. For that reason, if a client issues an `NBD_OPT_GO` including an `NBD_INFO_BLOCK_SIZE` information request, it MUST abide by the block size constraints it receives. Clients MAY issue `NBD_OPT_INFO` with `NBD_INFO_BLOCK_SIZE` to learn the server's constraints without committing to them. If block size constraints have not been advertised or agreed on externally, then a client SHOULD assume a default minimum block size of 1, a preferred block size of 2^12 (4,096), and a maximum block size of the smaller of the export size or 0xffffffff (effectively unlimited). A server that wants to enforce block sizes other than the defaults specified here MAY refuse to go into transmission phase with a client that uses `NBD_OPT_EXPORT_NAME` (via a hard disconnect) or which fails to use `NBD_INFO_BLOCK_SIZE` with `NBD_OPT_GO` (where the server uses `NBD_REP_ERR_BLOCK_SIZE_REQD`), although a server SHOULD permit such clients if block size constraints are the default or can be agreed on externally. When allowing such clients, the server MUST cleanly error commands that fall outside block size constraints without corrupting data; even so, this may limit interoperability. A client MAY choose to operate as if tighter block size constraints had been specified (for example, even when the server advertises the default minimum block size of 1, a client may safely use a minimum block size of 2^9 (512), a preferred block size of 2^16 (65,536), and a maximum block size of 2^25 (33,554,432)). Notwithstanding any maximum block size advertised, either the server or the client MAY initiate a hard disconnect if the size of a request or a reply is large enough to be deemed a denial of service attack. The minimum block size represents the smallest addressable length and alignment within the export, although writing to an area that small may require the server to use a less-efficient read-modify-write action. If advertised, this value MUST be a power of 2, MUST NOT be larger than 2^16 (65,536), and MAY be as small as 1 for an export backed by a regular file, although the values of 2^9 (512) or 2^12 (4,096) are more typical for an export backed by a block device. If a server advertises a minimum block size, the advertised export size SHOULD be an integer multiple of that block size, since otherwise, the client would be unable to access the final few bytes of the export. The preferred block size represents the minimum size at which aligned requests will have efficient I/O, avoiding behaviour such as read-modify-write. If advertised, this MUST be a power of 2 at least as large as the smaller of the minimum block size and 2^12 (4,096), although larger values (such as the minimum granularity of a hole) are also appropriate. The preferred block size MAY be larger than the export size, in which case the client is unable to utilize the preferred block size for that export. The server MAY advertise an export size that is not an integer multiple of the preferred block size. The maximum block size represents the maximum length that the server is willing to handle in one request. If advertised, it MUST be either an integer multiple of the minimum block size or the value 0xffffffff for no inherent limit, MUST be at least as large as the smaller of the preferred block size or export size, and SHOULD be at least 2^25 (33,554,432) if the export is that large, but MAY be something other than a power of 2. For convenience, the server MAY advertise a maximum block size that is larger than the export size, although in that case, the client MUST treat the export size as the effective maximum block size (as further constrained by a non-zero offset). Where a transmission request can have a non-zero *offset* and/or *length* (such as `NBD_CMD_READ`, `NBD_CMD_WRITE`, or `NBD_CMD_TRIM`), the client MUST ensure that *offset* and *length* are integer multiples of any advertised minimum block size, and SHOULD use integer multiples of any advertised preferred block size where possible. For those requests, the client MUST NOT use a *length* larger than any advertised maximum block size or which, when added to *offset*, would exceed the export size. The server SHOULD report an `EINVAL` error if the client's request is not aligned to advertised minimum block size boundaries, or is larger than the advertised maximum block size, although the server MAY instead initiate a hard disconnect if a large *length* could be deemed as a denial of service attack. ## Values This section describes the value and meaning of constants (other than magic numbers) in the protocol. When flags fields are specified, they are numbered in network byte order. ### Handshake phase #### Flag fields ##### Handshake flags This field of 16 bits is sent by the server after the `INIT_PASSWD` and the first magic number. - bit 0, `NBD_FLAG_FIXED_NEWSTYLE`; MUST be set by servers that support the fixed newstyle protocol - bit 1, `NBD_FLAG_NO_ZEROES`; if set, and if the client replies with `NBD_FLAG_C_NO_ZEROES` in the client flags field, the server MUST NOT send the 124 bytes of zero at the end of the negotiation. The server MUST NOT set any other flags, and SHOULD NOT change behaviour unless the client responds with a corresponding flag. The server MUST NOT set any of these flags during oldstyle negotiation. ##### Client flags This field of 32 bits is sent after initial connection and after receiving the handshake flags from the server. - bit 0, `NBD_FLAG_C_FIXED_NEWSTYLE`; SHOULD be set by clients that support the fixed newstyle protocol. Servers MAY choose to honour fixed newstyle from clients that didn't set this bit, but relying on this isn't recommended. - bit 1, `NBD_FLAG_C_NO_ZEROES`; MUST NOT be set if the server did not set `NBD_FLAG_NO_ZEROES`. If set, the server MUST NOT send the 124 bytes of zeroes at the end of the negotiation. Clients MUST NOT set any other flags; the server MUST drop the TCP connection if the client sets an unknown flag, or a flag that does not match something advertised by the server. ##### Transmission flags This field of 16 bits is sent by the server after option haggling, or immediately after the handshake flags field in oldstyle negotiation. Many of these flags allow the server to expose to the client which features it understands (in which case they are documented below as "`NBD_FLAG_XXX` exposes feature `YYY`"). In each case, the server MAY set the flag for features it supports. The server MUST NOT set the flag for features it does not support. The client MUST NOT use a feature documented as 'exposed' by a flag unless that flag was set. The field has the following format: - bit 0, `NBD_FLAG_HAS_FLAGS`: MUST always be 1. - bit 1, `NBD_FLAG_READ_ONLY`: The server MAY set this flag to indicate to the client that the export is read-only (exports might be read-only in a manner undetectable to the server, for instance because of permissions). If this flag is set, the server MUST error subsequent write operations to the export. - bit 2, `NBD_FLAG_SEND_FLUSH`: exposes support for `NBD_CMD_FLUSH`. - bit 3, `NBD_FLAG_SEND_FUA`: exposes support for `NBD_CMD_FLAG_FUA`. - bit 4, `NBD_FLAG_ROTATIONAL`: the server MAY set this flag to 1 to inform the client that the export has the characteristics of a rotational medium, and the client MAY schedule I/O accesses in a manner corresponding to the setting of this flag. - bit 5, `NBD_FLAG_SEND_TRIM`: exposes support for `NBD_CMD_TRIM`. - bit 6, `NBD_FLAG_SEND_WRITE_ZEROES`: exposes support for `NBD_CMD_WRITE_ZEROES` and `NBD_CMD_FLAG_NO_HOLE`. - bit 7, `NBD_FLAG_SEND_DF`: defined by the experimental `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md). - bit 8, `NBD_FLAG_CAN_MULTI_CONN`: Indicates that the server operates entirely without cache, or that the cache it uses is shared among all connections to the given device. In particular, if this flag is present, then the effects of `NBD_CMD_FLUSH` and `NBD_CMD_FLAG_FUA` MUST be visible across all connections when the server sends its reply to that command to the client. In the absense of this flag, clients SHOULD NOT multiplex their commands over more than one connection to the export. - bit 9, `NBD_FLAG_SEND_BLOCK_STATUS`: defined by the experimental `BLOCK_STATUS` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-blockstatus/doc/proto.md). - bit 10, `NBD_FLAG_SEND_RESIZE`: defined by the experimental `RESIZE` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-resize/doc/proto.md). Clients SHOULD ignore unknown flags. #### Option types These values are used in the "option" field during the option haggling of the newstyle negotiation. - `NBD_OPT_EXPORT_NAME` (1) Choose the export which the client would like to use, end option haggling, and proceed to the transmission phase. Data: String, name of the export, as free-form text. The length of the name is determined from the option header. If the chosen export does not exist or requirements for the chosen export are not met (e.g., the client did not initiate TLS for an export where the server requires it), the server MUST terminate the session. A special, "empty", name (i.e., the length field is zero and no name is specified), is reserved for a "default" export, to be used in cases where explicitly specifying an export name makes no sense. This is the only valid option in nonfixed newstyle negotiation. A server which wishes to use any other option MUST support fixed newstyle. A major problem of this option is that it does not support the return of error messages to the client in case of problems. To remedy this, `NBD_OPT_GO` has been introduced (see below). A client thus SHOULD use `NBD_OPT_GO` in preference to `NBD_OPT_EXPORT_NAME` but SHOULD fall back to `NBD_OPT_EXPORT_NAME` if `NBD_OPT_GO` is not supported (not falling back will prevent it from connecting to old servers). - `NBD_OPT_ABORT` (2) The client desires to abort the negotiation and terminate the session. The server MUST reply with `NBD_REP_ACK`. Previous versions of this document were unclear on whether the server should send a reply to `NBD_OPT_ABORT`. Therefore the client SHOULD gracefully handle the server closing the connection after receiving an `NBD_OPT_ABORT` without it sending a reply. Similarly the server SHOULD gracefully handle the client sending an `NBD_OPT_ABORT` and closing the connection without waiting for a reply. - `NBD_OPT_LIST` (3) Return zero or more `NBD_REP_SERVER` replies, one for each export, followed by `NBD_REP_ACK` or an error (such as `NBD_REP_ERR_SHUTDOWN`). The server MAY omit entries from this list if TLS has not been negotiated, the server is operating in SELECTIVETLS mode, and the entry concerned is a TLS-only export. - `NBD_OPT_PEEK_EXPORT` (4) Was defined by the (withdrawn) experimental `PEEK_EXPORT` extension; not in use. - `NBD_OPT_STARTTLS` (5) The client wishes to initiate TLS. The server MUST either reply with `NBD_REP_ACK` after which point the connection is upgraded to TLS, or an error reply explicitly permitted by this document. See the section on TLS above for further details. - `NBD_OPT_INFO` (6) and `NBD_OPT_GO` (7) Both options have identical formats for requests and replies. The only difference is that after a successful reply to `NBD_OPT_GO` (i.e. one or more `NBD_REP_INFO` then an `NBD_REP_ACK`), transmission mode is entered immediately. Therefore these commands share common documentation. `NBD_OPT_INFO`: The client wishes to get details about an export with the given name for use in the transmission phase, but does not yet want to move to the transmission phase. When successful, this option provides more details than `NBD_OPT_LIST`, but only for a single export name. `NBD_OPT_GO`: The client wishes to terminate the handshake phase and progress to the transmission phase. This client MAY issue this command after an `NBD_OPT_INFO`, or MAY issue it without a previous `NBD_OPT_INFO`. `NBD_OPT_GO` can thus be used as an improved version of `NBD_OPT_EXPORT_NAME` that is capable of returning errors. Data (both commands): - 32 bits, length of name (unsigned); MUST be no larger than the option data length - 6 - String: name of the export - 16 bits, number of information requests - 16 bits x n - list of `NBD_INFO` information requests The client MAY list one or more items of specific information it is seeking in the list of information requests, or it MAY specify an empty list. The client MUST NOT include any information request in the list more than once. The server MUST ignore any information requests it does not understand. The server MAY reply to the information requests in any order. The server MAY ignore information requests that it does not wish to supply for policy reasons (other than `NBD_INFO_EXPORT`). Equally the client MAY refuse to negotiate if not supplied information it has requested. The server MAY send information requests back which are not explicitly requested, but the server MUST NOT assume that such information requests are understood and respected by the client unless the client explicitly asked for them. The client MUST ignore information replies it does not understand. If no name is specified (i.e. a zero length string is provided), this specifies the default export (if any), as with `NBD_OPT_EXPORT_NAME`. The server replies with a number of `NBD_REP_INFO` replies (as few as zero if an error is reported, at least one on success), then concludes the list of information with a final error reply or with a declaration of success, as follows: - `NBD_REP_ACK`: The server accepts the chosen export, and has completed providing information. In this case, the server MUST send at least one `NBD_REP_INFO`, with an `NBD_INFO_EXPORT` information type. - `NBD_REP_ERR_UNKNOWN`: The chosen export does not exist on this server. In this case, the server SHOULD NOT send `NBD_REP_INFO` replies. - `NBD_REP_ERR_TLS_REQD`: The server requires the client to initiate TLS before any revealing any further details about this export. In this case, a FORCEDTLS server MUST NOT send `NBD_REP_INFO` replies, but a SELECTIVETLS server MAY do so if this is a TLS-only export. - `NBD_REP_ERR_BLOCK_SIZE_REQD`: The server requires the client to request block size constraints using `NBD_INFO_BLOCK_SIZE` prior to entering transmission phase, because the server will be using non-default block sizes constraints. The server MUST NOT send this error if block size constraints were requested with `NBD_INFO_BLOCK_SIZE` with the `NBD_OPT_INFO` or `NBD_OPT_GO` request. The server SHOULD NOT send this error if it is using default block size constraints or block size constraints negotiated out of band. A server sending an `NBD_REP_ERR_BLOCK_SIZE_REQD` error SHOULD ensure it first sends an `NBD_INFO_BLOCK_SIZE` information reply in order to help avoid a potentially unnecessary round trip. Additionally, if TLS has not been initiated, the server MAY reply with `NBD_REP_ERR_TLS_REQD` (instead of `NBD_REP_ERR_UNKNOWN`) to requests for exports that are unknown. This is so that clients that have not initiated TLS cannot enumerate exports. A SELECTIVETLS server that chooses to hide unknown exports in this manner SHOULD NOT send `NBD_REP_INFO` replies for a TLS-only export. For backwards compatibility, clients SHOULD be prepared to also handle `NBD_REP_ERR_UNSUP` by falling back to using `NBD_OPT_EXPORT_NAME`. Other errors (such as `NBD_REP_ERR_SHUTDOWN`) are also possible, as permitted elsewhere in this document, with no constraints on the number of preceeding `NBD_REP_INFO`. If there are no intervening option requests between a successful `NBD_OPT_INFO` (that is, one where the reply ended with a final `NBD_REP_ACK`) and an `NBD_OPT_GO` with the same parameters (including the list of information items requested), then the server MUST reply with the same set of information, such as transmission flags in the `NBD_INFO_EXPORT` reply, although the ordering of the intermediate `NBD_REP_INFO` messages MAY differ. Otherwise, due to the intervening option requests or the use of different parameters, the server MAY send different data in the successful response, and/or MAY fail the second request. The reply to an `NBD_OPT_GO` is identical to the reply to `NBD_OPT_INFO` save that if the reply indicates success (i.e. ends with `NBD_REP_ACK`), the client and the server both immediately enter the transmission phase. The server MUST NOT send any zero padding bytes after the `NBD_REP_ACK` data, whether or not the client negotiated the `NBD_FLAG_C_NO_ZEROES` flag. The client MUST NOT send further option requests unless the final reply from the server indicates an error. - `NBD_OPT_GO` (7) See above under `NBD_OPT_INFO`. - `NBD_OPT_STRUCTURED_REPLY` (8) Defined by the experimental `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md). #### Option reply types These values are used in the "reply type" field, sent by the server during option haggling in the fixed newstyle negotiation. - `NBD_REP_ACK` (1) Will be sent by the server when it accepts the option and no further information is available, or when sending data related to the option (in the case of `NBD_OPT_LIST`) has finished. No data. * `NBD_REP_SERVER` (2) A description of an export. Data: - 32 bits, length of name (unsigned); MUST be no larger than the reply packet header length - 4 - String, name of the export, as expected by `NBD_OPT_EXPORT_NAME`, `NBD_OPT_INFO`, or `NBD_OPT_GO` - If length of name < (reply packet header length - 4), then the rest of the data contains some implementation-specific details about the export. This is not currently implemented, but future versions of nbd-server may send along some details about the export. Therefore, unless explicitly documented otherwise by a particular client request, this field is defined to be a string suitable for direct display to a human being. * `NBD_REP_INFO` (3) A detailed description about an aspect of an export. The response to `NBD_OPT_INFO` and `NBD_OPT_GO` includes zero or more of these messages prior to a final error reply, or at least one before an `NBD_REP_ACK` reply indicating success. The server MUST send an `NBD_INFO_EXPORT` information type at some point before sending an `NBD_REP_ACK`, so that `NBD_OPT_GO` can provide a superset of the information given in response to `NBD_OPT_EXPORT_NAME`; all other information types are optional. A particular information type SHOULD only appear once for a given export unless documented otherwise. A client MUST NOT rely on any particular ordering amongst the `NBD_OPT_INFO` replies, and MUST ignore information types that it does not recognize. The acceptable values for the header *length* field are determined by the information type, and includes the 2 bytes for the type designator, in the following general layout: - 16 bits, information type (e.g. `NBD_INFO_EXPORT`) - *length - 2* bytes, information payload The following information types are defined: * `NBD_INFO_EXPORT` (0) Mandatory information before a successful completion of `NBD_OPT_INFO` or `NBD_OPT_GO`. Describes the same information that is sent in response to the older `NBD_OPT_EXPORT_NAME`, except that there are no trailing zeroes whether or not `NBD_FLAG_C_NO_ZEROES` was negotiated. *length* MUST be 12, and the reply payload is interpreted as follows: - 16 bits, `NBD_INFO_EXPORT` - 64 bits, size of the export in bytes (unsigned) - 16 bits, transmission flags * `NBD_INFO_NAME` (1) Represents the server's canonical name of the export. The name MAY differ from the name presented in the client's option request, and the information item MAY be omitted if the client option request already used the canonical name. This information type represents the same name that would appear in the name portion of an `NBD_REP_SERVER` in response to `NBD_OPT_LIST`. The *length* MUST be at least 2, and the reply payload is interpreted as: - 16 bits, `NBD_INFO_NAME` - String: name of the export, *length - 2* bytes * `NBD_INFO_DESCRIPTION` (2) A description of the export, suitable for direct display to the human being. This information type represents the same optional description that may appear after the name portion of an `NBD_REP_SERVER` in response to `NBD_OPT_LIST`. The *length* MUST be at least 2, and the reply payload is interpreted as: - 16 bits, `NBD_INFO_DESCRIPTION` - String: description of the export, *length - 2* bytes * `NBD_INFO_BLOCK_SIZE` (3) Represents the server's advertised block size constraints; see the "Block size constraints" section for more details on what these values represent, and on constraints on their values. The server MUST send this info if it is requested and it intends to enforce block size constraints other than the defaults. After sending this information in response to an `NBD_OPT_GO` in which the client specifically requested `NBD_INFO_BLOCK_SIZE`, the server can legitimately assume that any client that continues the session will support the block size constraints supplied (note that this assumption cannot be made solely on the basis of an `NBD_OPT_INFO` with an `NBD_INFO_BLOCK_SIZE` request, or an `NBD_OPT_GO` without an explicit `NBD_INFO_BLOCK_SIZE` request). The *length* MUST be 14, and the reply payload is interpreted as: - 16 bits, `NBD_INFO_BLOCK_SIZE` - 32 bits, minimum block size - 32 bits, preferred block size - 32 bits, maximum block size There are a number of error reply types, all of which are denoted by having bit 31 set. All error replies MAY have some data set, in which case that data is an error message string suitable for display to the user. * `NBD_REP_ERR_UNSUP` (2^31 + 1) The option sent by the client is unknown by this server implementation (e.g., because the server is too old, or from another source). * `NBD_REP_ERR_POLICY` (2^31 + 2) The option sent by the client is known by this server and syntactically valid, but server-side policy forbids the server to allow the option (e.g., the client sent `NBD_OPT_LIST` but server configuration has that disabled) * `NBD_REP_ERR_INVALID` (2^31 + 3) The option sent by the client is known by this server, but was determined by the server to be syntactically invalid. For instance, the client sent an `NBD_OPT_LIST` with nonzero data length. * `NBD_REP_ERR_PLATFORM` (2^31 + 4) The option sent by the client is not supported on the platform on which the server is running. Not currently used. * `NBD_REP_ERR_TLS_REQD` (2^31 + 5) The server is unwilling to continue negotiation unless TLS is initiated first. In the case of `NBD_OPT_INFO` and `NBD_OPT_GO` this unwillingness MAY (depending on the TLS mode) be limited to the export in question. See the section on TLS above for further details. * `NBD_REP_ERR_UNKNOWN` (2^31 + 6) The requested export is not available. * `NBD_REP_ERR_SHUTDOWN` (2^32 + 7) The server is unwilling to continue negotiation as it is in the process of being shut down. * `NBD_REP_ERR_BLOCK_SIZE_REQD` (2^32 + 8) The server is unwilling to enter transmission phase for a given export unless the client first acknowledges (via `NBD_INFO_BLOCK_SIZE`) that it will obey non-default block sizing requirements. ### Transmission phase #### Command flags This field of 16 bits is sent by the client with every request and provides additional information to the server to execute the command. Refer to the "Request types" section below for more details about how a given flag affects a particular command. Clients MUST NOT set a command flag bit that is not documented for the particular command; and whether a flag is valid may depend on negotiation during the handshake phase. - bit 0, `NBD_CMD_FLAG_FUA`; This flag is valid for all commands, provided `NBD_FLAG_SEND_FUA` has been negotiated, in which case the server MUST accept all commands with this bit set (even by ignoring the bit). The client SHOULD NOT set this bit unless the command has the potential of writing data (current commands are `NBD_CMD_WRITE`, `NBD_CMD_WRITE_ZEROES` and `NBD_CMD_TRIM`), however note that existing clients are known to set this bit on other commands. Subject to that, and provided `NBD_FLAG_SEND_FUA` is negotiated, the client MAY set this bit on all, no or some commands as it wishes (see the section on Ordering of messages and writes for details). If the server receives a command with `NBD_CMD_FLAG_FUA` set it MUST NOT send its reply to that command until all write operations (if any) associated with that command have been completed and persisted to non-volatile storage. If the command does not in fact write data (for instance on an `NBD_CMD_TRIM` in a situation where the command as a whole is ignored), the server MAY ignore this bit being set on such a command. - bit 1, `NBD_CMD_FLAG_NO_HOLE`; valid during `NBD_CMD_WRITE_ZEROES`. SHOULD be set to 1 if the client wants to ensure that the server does not create a hole. The client MAY send `NBD_CMD_FLAG_NO_HOLE` even if `NBD_FLAG_SEND_TRIM` was not set in the transmission flags field. The server MUST support the use of this flag if it advertises `NBD_FLAG_SEND_WRITE_ZEROES`. - bit 2, `NBD_CMD_FLAG_DF`; defined by the experimental `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md). #### Request types The following request types exist: * `NBD_CMD_READ` (0) A read request. Length and offset define the data to be read. The server MUST reply with a reply header, followed immediately by *length* bytes of data, read from *offset* bytes into the file, unless an error condition has occurred. If an error occurs, the server SHOULD set the appropriate error code in the error field. The server MAY then initiate a hard disconnect. If it chooses not to, it MUST NOT send any payload for this request. If an error occurs while reading after the server has already sent out the reply header with an error field set to zero (i.e., signalling no error), the server MUST immediately initiate a hard disconnect; it MUST NOT send any further data to the client. * `NBD_CMD_WRITE` (1) A write request. Length and offset define the location and amount of data to be written. The client MUST follow the request header with *length* number of bytes to be written to the device. The server MUST write the data to disk, and then send the reply message. The server MAY send the reply message before the data has reached permanent storage. If an error occurs, the server MUST set the appropriate error code in the error field. * `NBD_CMD_DISC` (2) A disconnect request. The server MUST handle all outstanding requests, shut down the TLS session (if one is running), and close the TCP session. A client MUST NOT send anything to the server after sending an `NBD_CMD_DISC` command. The values of the length and offset fields in a disconnect request MUST be zero. There is no reply to an `NBD_CMD_DISC`. * `NBD_CMD_FLUSH` (3) A flush request. The server MUST NOT send a successful reply header for this request before all write requests for which a reply has already been sent to the client have reached permanent storage (using fsync() or similar). A client MUST NOT send a flush request unless `NBD_FLAG_SEND_FLUSH` was set in the transmission flags field. For a flush request, *length* and *offset* are reserved, and MUST be set to all-zero. * `NBD_CMD_TRIM` (4) A hint to the server that the data defined by len and offset is no longer needed. A server MAY discard len bytes starting at offset, but is not required to. After issuing this command, a client MUST NOT make any assumptions about the contents of the export affected by this command, until overwriting it again with `NBD_CMD_WRITE` or `NBD_CMD_WRITE_ZEROES`. A client MUST NOT send a trim request unless `NBD_FLAG_SEND_TRIM` was set in the transmission flags field. * `NBD_CMD_WRITE_ZEROES` (6) A write request with no payload. *Offset* and *length* define the location and amount of data to be zeroed. The server MUST zero out the data on disk, and then send the reply message. The server MAY send the reply message before the data has reached permanent storage. A client MUST NOT send a write zeroes request unless `NBD_FLAG_SEND_WRITE_ZEROES` was set in the transmission flags field. By default, the server MAY use trimming to zero out the area, even if it did not advertise `NBD_FLAG_SEND_TRIM`; but it MUST ensure that the data reads back as zero. However, the client MAY set the command flag `NBD_CMD_FLAG_NO_HOLE` to inform the server that the area MUST be fully provisioned, ensuring that future writes to the same area will not cause fragmentation or cause failure due to insufficient space. If an error occurs, the server MUST set the appropriate error code in the error field. The server SHOULD return `ENOSPC` if it receives a write zeroes request including one or more sectors beyond the size of the device. It SHOULD return `EPERM` if it receives a write zeroes request on a read-only export. * `NBD_CMD_BLOCK_STATUS` (7) Defined by the experimental `BLOCK_STATUS` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-blockstatus/doc/proto.md). * `NBD_CMD_RESIZE` (8) Defined by the experimental `RESIZE` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-resize/doc/proto.md). * Other requests Some third-party implementations may require additional protocol messages which are not described in this document. In the interest of interoperability, authors of such implementations SHOULD contact the maintainer of this document, so that these messages can be listed here to avoid conflicting implementations. Currently one such message is known: `NBD_CMD_CACHE`, with type set to 5, implemented by xnbd. #### Error values The error values are used for the error field in the reply message. Originally, error messages were defined as the value of `errno` on the system running the server; however, although they happen to have similar values on most systems, these values are in fact not well-defined, and therefore not entirely portable. Therefore, the allowed values for the error field have been restricted to set of possibilities. To remain intelligible with older clients, the most common values of `errno` for that particular error has been chosen as the value for an error. The following error values are defined: * `EPERM` (1), Operation not permitted. * `EIO` (5), Input/output error. * `ENOMEM` (12), Cannot allocate memory. * `EINVAL` (22), Invalid argument. * `ENOSPC` (28), No space left on device. * `EOVERFLOW` (75), defined in the experimental `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md). * `ESHUTDOWN` (108), Server is in the process of being shut down. The server SHOULD return `ENOSPC` if it receives a write request including one or more sectors beyond the size of the device. It also SHOULD map the `EDQUOT` and `EFBIG` errors to `ENOSPC`. It SHOULD return `EINVAL` if it receives a read or trim request including one or more sectors beyond the size of the device, or if a read or write request is not aligned to advertised minimum block sizes. Finally, it SHOULD return `EPERM` if it receives a write or trim request on a read-only export. The server SHOULD return `EINVAL` if it receives an unknown command. The server SHOULD return `EINVAL` if it receives an unknown command flag. It also SHOULD return `EINVAL` if it receives a request with a flag not explicitly documented as applicable to the given request. Which error to return in any other case is not specified by the NBD protocol. The server SHOULD NOT return `ENOMEM` if at all possible. ## Experimental extensions In addition to the normative elements of the specification set out herein, various experimental non-normative extensions have been proposed. These may not be implemented in any known server or client, and are subject to change at any point. A full implementation may require changes to the specifications, or cause the specifications to be withdrawn altogether. These experimental extensions are set out in git branches starting with names starting with the word 'extension'. Currently known are: * The `STRUCTURED_REPLY` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-structured-reply/doc/proto.md) * The `INFO` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-info/doc/proto.md). * The `BLOCK_STATUS` [extension](https://github.com/NetworkBlockDevice/nbd/blob/extension-blockstatus/doc/proto.md). Implementors of these extensions are strongly suggested to contact the [mailinglist](mailto:nbd-general@lists.sourceforge.net) in order to help fine-tune the specifications before committing to a particular implementation. Those proposing further extensions should also contact the [mailinglist](mailto:nbd-general@lists.sourceforge.net). It is possible to reserve command codes etc. within this document for such proposed extensions. Aside from that, extensions are written as branches which can be merged into master if and when those extensions are promoted to the normative version of the document in the master branch. ## About this file This file tries to document the NBD protocol as it is currently implemented in the Linux kernel and in the reference implementation. The purpose of this file is to allow people to understand the protocol without having to read the code. However, the description above does not come with any form of warranty; while every effort has been taken to avoid them, mistakes are possible. In contrast to the other files in this repository, this file is not licensed under the GPLv2. To the extent possible by applicable law, I hereby waive all copyright and related or neighboring rights to this file and release it into the public domain. The purpose of releasing this into the public domain is to allow competing implementations of the NBD protocol without those implementations being considered derivative implementations; but please note that changing this document, while allowed by its public domain status, does not make an incompatible implementation suddenly speak the NBD protocol. nbd-3.16.2/doc/README0000644000175000017500000000017112260327652010720 00000000000000This directory contains developer documentation. It's probably not useful unless you wish to help with implementing nbd. nbd-3.16.2/doc/Doxyfile.in0000644000175000017500000014373112260327652012165 00000000000000# Doxyfile 1.4.5 # This file describes the settings to be used by the documentation system # doxygen (www.doxygen.org) for a project # # All text after a hash (#) is considered a comment and will be ignored # The format is: # TAG = value [value, ...] # For lists items can also be appended using: # TAG += value [value, ...] # Values that contain spaces should be placed between quotes (" ") #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. PROJECT_NAME = "Network Block Device" # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. PROJECT_NUMBER = @PACKAGE_VERSION@ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. OUTPUT_DIRECTORY = doxygen-output # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output # format and will distribute the generated files over these directories. # Enabling this option can be useful when feeding doxygen a huge amount of # source files, where putting all generated files in the same directory would # otherwise cause performance problems for the file system. CREATE_SUBDIRS = NO # The OUTPUT_LANGUAGE tag is used to specify the language in which all # documentation generated by doxygen is written. Doxygen will use this # information to generate all constant output in the proper language. # The default language is English, other supported languages are: # Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, # Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, # Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, # Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, # Swedish, and Ukrainian. OUTPUT_LANGUAGE = English # This tag can be used to specify the encoding used in the generated output. # The encoding is not always determined by the language that is chosen, # but also whether or not the output is meant for Windows or non-Windows users. # In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES # forces the Windows encoding (this is the default for the Windows binary), # whereas setting the tag to NO uses a Unix-style encoding (the default for # all platforms other than Windows). USE_WINDOWS_ENCODING = NO # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). # Set to NO to disable this. BRIEF_MEMBER_DESC = YES # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend # the brief description of a member or function before the detailed description. # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the # brief descriptions will be completely suppressed. REPEAT_BRIEF = YES # This tag implements a quasi-intelligent brief description abbreviator # that is used to form the text in various listings. Each string # in this list, if found as the leading text of the brief description, will be # stripped from the text and the result after processing the whole list, is # used as the annotated text. Otherwise, the brief description is used as-is. # If left blank, the following values are used ("$name" is automatically # replaced with the name of the entity): "The $name class" "The $name widget" # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the" ABBREVIATE_BRIEF = # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief # description. ALWAYS_DETAILED_SEC = NO # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all # inherited members of a class in the documentation of that class as if those # members were ordinary class members. Constructors, destructors and assignment # operators of the base classes will not be shown. INLINE_INHERITED_MEMB = NO # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. FULL_PATH_NAMES = YES # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is # only done if one of the specified strings matches the left-hand part of # the path. The tag can be used to show relative paths in the file list. # If left blank the directory from which doxygen is run is used as the # path to strip. STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells # the reader which header file to include in order to use a class. # If left blank only the name of the header file containing the class # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. STRIP_FROM_INC_PATH = # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems # doesn't support long names like on DOS, Mac, or CD-ROM. SHORT_NAMES = NO # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen # will interpret the first line (until the first dot) of a JavaDoc-style # comment as the brief description. If set to NO, the JavaDoc # comments will behave just like the Qt-style comments (thus requiring an # explicit @brief command for a brief description. JAVADOC_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or /// # comments) as a brief description. This used to be the default behaviour. # The new default is to treat a multi-line C++ comment block as a detailed # description. Set this tag to YES if you prefer the old behaviour instead. MULTILINE_CPP_IS_BRIEF = NO # If the DETAILS_AT_TOP tag is set to YES then Doxygen # will output the detailed description near the top, like JavaDoc. # If set to NO, the detailed description appears after the member # documentation. DETAILS_AT_TOP = NO # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented # member inherits the documentation from any documented member that it # re-implements. INHERIT_DOCS = YES # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce # a new page for each member. If set to NO, the documentation of a member will # be part of the file/class/namespace that contains it. SEPARATE_MEMBER_PAGES = NO # The TAB_SIZE tag can be used to set the number of spaces in a tab. # Doxygen uses this value to replace tabs by spaces in code fragments. TAB_SIZE = 8 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". # For example adding "sideeffect=\par Side Effects:\n" will allow you to # put the command \sideeffect (or @sideeffect) in the documentation, which # will result in a user-defined paragraph with heading "Side Effects:". # You can put \n's in the value part of an alias to insert newlines. ALIASES = # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C # sources only. Doxygen will then generate output that is more tailored for C. # For instance, some of the names that are used will be different. The list # of all members will be omitted, etc. OPTIMIZE_OUTPUT_FOR_C = YES # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java # sources only. Doxygen will then generate output that is more tailored for Java. # For instance, namespaces will be presented as packages, qualified scopes # will look different, etc. OPTIMIZE_OUTPUT_JAVA = NO # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want to # include (a tag file for) the STL sources as input, then you should # set this tag to YES in order to let doxygen match functions declarations and # definitions whose arguments contain STL classes (e.g. func(std::string); v.s. # func(std::string) {}). This also make the inheritance and collaboration # diagrams that involve STL classes more complete and accurate. BUILTIN_STL_SUPPORT = NO # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC # tag is set to YES, then doxygen will reuse the documentation of the first # member in the group (if any) for the other members of the group. By default # all members of a group must be documented explicitly. DISTRIBUTE_GROUP_DOC = NO # Set the SUBGROUPING tag to YES (the default) to allow class member groups of # the same type (for instance a group of public functions) to be put as a # subgroup of that type (e.g. under the Public Functions section). Set it to # NO to prevent subgrouping. Alternatively, this can be done per class using # the \nosubgrouping command. SUBGROUPING = YES #--------------------------------------------------------------------------- # Build related configuration options #--------------------------------------------------------------------------- # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in # documentation are documented, even if no documentation was available. # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES EXTRACT_ALL = YES # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation. # If set to NO only classes defined in header files are included. EXTRACT_LOCAL_CLASSES = YES # This flag is only useful for Objective-C code. When set to YES local # methods, which are defined in the implementation section but not in # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. EXTRACT_LOCAL_METHODS = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. # If set to NO (the default) these members will be included in the # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_MEMBERS = NO # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these classes will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. HIDE_UNDOC_CLASSES = NO # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all # friend (class|struct|union) declarations. # If set to NO (the default) these declarations will be included in the # documentation. HIDE_FRIEND_COMPOUNDS = NO # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any # documentation blocks found inside the body of a function. # If set to NO (the default) these blocks will be appended to the # function's detailed documentation block. HIDE_IN_BODY_DOCS = NO # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set # to NO (the default) then the documentation will be excluded. # Set it to YES to include the internal documentation. INTERNAL_DOCS = YES # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate # file names in lower-case letters. If set to YES upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows # and Mac users are advised to set this option to NO. CASE_SENSE_NAMES = YES # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen # will show members with their full class and namespace scopes in the # documentation. If set to YES the scope will be hidden. HIDE_SCOPE_NAMES = NO # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen # will put a list of the files that are included by a file in the documentation # of that file. SHOW_INCLUDE_FILES = YES # If the INLINE_INFO tag is set to YES (the default) then a tag [inline] # is inserted in the documentation for inline members. INLINE_INFO = YES # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen # will sort the (detailed) documentation of file and class members # alphabetically by member name. If set to NO the members will appear in # declaration order. SORT_MEMBER_DOCS = YES # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the # brief documentation of file, namespace and class members alphabetically # by member name. If set to NO (the default) the members will appear in # declaration order. SORT_BRIEF_DOCS = NO # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be # sorted by fully-qualified names, including namespaces. If set to # NO (the default), the class list will be sorted only by class name, # not including the namespace part. # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. # Note: This option applies only to the class list, not to the # alphabetical list. SORT_BY_SCOPE_NAME = NO # The GENERATE_TODOLIST tag can be used to enable (YES) or # disable (NO) the todo list. This list is created by putting \todo # commands in the documentation. GENERATE_TODOLIST = YES # The GENERATE_TESTLIST tag can be used to enable (YES) or # disable (NO) the test list. This list is created by putting \test # commands in the documentation. GENERATE_TESTLIST = YES # The GENERATE_BUGLIST tag can be used to enable (YES) or # disable (NO) the bug list. This list is created by putting \bug # commands in the documentation. GENERATE_BUGLIST = YES # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or # disable (NO) the deprecated list. This list is created by putting # \deprecated commands in the documentation. GENERATE_DEPRECATEDLIST= YES # The ENABLED_SECTIONS tag can be used to enable conditional # documentation sections, marked by \if sectionname ... \endif. ENABLED_SECTIONS = # The MAX_INITIALIZER_LINES tag determines the maximum number of lines # the initial value of a variable or define consists of for it to appear in # the documentation. If the initializer consists of more lines than specified # here it will be hidden. Use a value of 0 to hide initializers completely. # The appearance of the initializer of individual variables and defines in the # documentation can be controlled using \showinitializer or \hideinitializer # command in the documentation regardless of this setting. MAX_INITIALIZER_LINES = 30 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated # at the bottom of the documentation of classes and structs. If set to YES the # list will mention the files that were used to generate the documentation. SHOW_USED_FILES = YES # If the sources in your project are distributed over multiple directories # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy # in the documentation. The default is YES. SHOW_DIRECTORIES = YES # The FILE_VERSION_FILTER tag can be used to specify a program or script that # doxygen should invoke to get the current version for each file (typically from the # version control system). Doxygen will invoke the program by executing (via # popen()) the command , where is the value of # the FILE_VERSION_FILTER tag, and is the name of an input file # provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- # The QUIET tag can be used to turn on/off the messages that are generated # by doxygen. Possible values are YES and NO. If left blank NO is used. QUIET = NO # The WARNINGS tag can be used to turn on/off the warning messages that are # generated by doxygen. Possible values are YES and NO. If left blank # NO is used. WARNINGS = YES # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings # for undocumented members. If EXTRACT_ALL is set to YES then this flag will # automatically be disabled. WARN_IF_UNDOCUMENTED = YES # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for # potential errors in the documentation, such as not documenting some # parameters in a documented function, or documenting parameters that # don't exist or using markup commands wrongly. WARN_IF_DOC_ERROR = YES # This WARN_NO_PARAMDOC option can be abled to get warnings for # functions that are documented, but have no documentation for their parameters # or return value. If set to NO (the default) doxygen will only warn about # wrong or incomplete parameter documentation, but not about the absence of # documentation. WARN_NO_PARAMDOC = NO # The WARN_FORMAT tag determines the format of the warning messages that # doxygen can produce. The string should contain the $file, $line, and $text # tags, which will be replaced by the file and line number from which the # warning originated and the warning text. Optionally the format may contain # $version, which will be replaced by the version of the file (if it could # be obtained via FILE_VERSION_FILTER) WARN_FORMAT = "$file:$line: $text" # The WARN_LOGFILE tag can be used to specify a file to which warning # and error messages should be written. If left blank the output is written # to stderr. WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- # The INPUT tag can be used to specify the files and/or directories that contain # documented source files. You may enter file names like "myfile.cpp" or # directories like "/usr/src/myproject". Separate the files or directories # with spaces. INPUT = .. # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank the following patterns are tested: # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py FILE_PATTERNS = # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. # If left blank NO is used. RECURSIVE = NO # The EXCLUDE tag can be used to specify files and/or directories that should # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded # from the input. EXCLUDE_SYMLINKS = NO # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude # certain files from those directories. Note that the wildcards are matched # against the file with absolute path, so to exclude all test directories # for example use the pattern */test/* EXCLUDE_PATTERNS = # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see # the \include command). EXAMPLE_PATH = # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left # blank all files are included. EXAMPLE_PATTERNS = # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be # searched for input files to be used with the \include or \dontinclude # commands irrespective of the value of the RECURSIVE tag. # Possible values are YES and NO. If left blank NO is used. EXAMPLE_RECURSIVE = NO # The IMAGE_PATH tag can be used to specify one or more files or # directories that contain image that are included in the documentation (see # the \image command). IMAGE_PATH = # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program # by executing (via popen()) the command , where # is the value of the INPUT_FILTER tag, and is the name of an # input file. Doxygen will then use the output that the filter program writes # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. INPUT_FILTER = # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the # filter if there is a match. The filters are a list of the form: # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER # is applied to all files. FILTER_PATTERNS = # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using # INPUT_FILTER) will be used to filter the input files when producing source # files to browse (i.e. when SOURCE_BROWSER is set to YES). FILTER_SOURCE_FILES = NO #--------------------------------------------------------------------------- # configuration options related to source browsing #--------------------------------------------------------------------------- # If the SOURCE_BROWSER tag is set to YES then a list of source files will # be generated. Documented entities will be cross-referenced with these sources. # Note: To get rid of all source code in the generated output, make sure also # VERBATIM_HEADERS is set to NO. SOURCE_BROWSER = YES # Setting the INLINE_SOURCES tag to YES will include the body # of functions and classes directly in the documentation. INLINE_SOURCES = NO # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct # doxygen to hide any special comment blocks from generated source code # fragments. Normal C and C++ comments will always remain visible. STRIP_CODE_COMMENTS = NO # If the REFERENCED_BY_RELATION tag is set to YES (the default) # then for each documented function all documented # functions referencing it will be listed. REFERENCED_BY_RELATION = YES # If the REFERENCES_RELATION tag is set to YES (the default) # then for each documented function all documented entities # called/used by that function will be listed. REFERENCES_RELATION = YES # If the USE_HTAGS tag is set to YES then the references to source code # will point to the HTML generated by the htags(1) tool instead of doxygen # built-in source browser. The htags tool is part of GNU's global source # tagging system (see http://www.gnu.org/software/global/global.html). You # will need version 4.8.6 or higher. USE_HTAGS = NO # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this. VERBATIM_HEADERS = YES #--------------------------------------------------------------------------- # configuration options related to the alphabetical class index #--------------------------------------------------------------------------- # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. ALPHABETICAL_INDEX = NO # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns # in which this list will be split (can be a number in the range [1..20]) COLS_IN_ALPHA_INDEX = 5 # In case all classes in a project start with a common prefix, all # classes will be put under the same header in the alphabetical index. # The IGNORE_PREFIX tag can be used to specify one or more prefixes that # should be ignored while generating the index headers. IGNORE_PREFIX = #--------------------------------------------------------------------------- # configuration options related to the HTML output #--------------------------------------------------------------------------- # If the GENERATE_HTML tag is set to YES (the default) Doxygen will # generate HTML output. GENERATE_HTML = YES # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. HTML_OUTPUT = html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank # doxygen will generate files with .html extension. HTML_FILE_EXTENSION = .html # The HTML_HEADER tag can be used to specify a personal HTML header for # each generated HTML page. If it is left blank doxygen will generate a # standard header. HTML_HEADER = # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to # fine-tune the look of the HTML output. If the tag is left blank doxygen # will generate a default style sheet. Note that doxygen will try to copy # the style sheet file to the HTML output directory, so don't put your own # stylesheet in the HTML output directory as well, or it will be erased! HTML_STYLESHEET = # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to # NO a bullet list will be used. HTML_ALIGN_MEMBERS = YES # If the GENERATE_HTMLHELP tag is set to YES, additional index files # will be generated that can be used as input for tools like the # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) # of the generated HTML documentation. GENERATE_HTMLHELP = NO # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can # be used to specify the file name of the resulting .chm file. You # can add a path in front of the file if the result should not be # written to the html output directory. CHM_FILE = # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can # be used to specify the location (absolute path including file name) of # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run # the HTML help compiler on the generated index.hhp. HHC_LOCATION = # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag # controls if a separate .chi index file is generated (YES) or that # it should be included in the master .chm file (NO). GENERATE_CHI = NO # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag # controls whether a binary table of contents is generated (YES) or a # normal table of contents (NO) in the .chm file. BINARY_TOC = NO # The TOC_EXPAND flag can be set to YES to add extra items for group members # to the contents of the HTML help documentation and to the tree view. TOC_EXPAND = NO # The DISABLE_INDEX tag can be used to turn on/off the condensed index at # top of each HTML page. The value NO (the default) enables the index and # the value YES disables it. DISABLE_INDEX = NO # This tag can be used to set the number of enum values (range [1..20]) # that doxygen will group on one line in the generated HTML documentation. ENUM_VALUES_PER_LINE = 4 # If the GENERATE_TREEVIEW tag is set to YES, a side panel will be # generated containing a tree-like index structure (just like the one that # is generated for HTML Help). For this to work a browser that supports # JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree # is shown. TREEVIEW_WIDTH = 250 #--------------------------------------------------------------------------- # configuration options related to the LaTeX output #--------------------------------------------------------------------------- # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. GENERATE_LATEX = YES # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `latex' will be used as the default path. LATEX_OUTPUT = latex # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be # invoked. If left blank `latex' will be used as the default command name. LATEX_CMD_NAME = latex # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to # generate index for LaTeX. If left blank `makeindex' will be used as the # default command name. MAKEINDEX_CMD_NAME = makeindex # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact # LaTeX documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_LATEX = NO # The PAPER_TYPE tag can be used to set the paper type that is used # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. PAPER_TYPE = a4wide # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output. EXTRA_PACKAGES = # The LATEX_HEADER tag can be used to specify a personal LaTeX header for # the generated latex document. The header should contain everything until # the first chapter. If it is left blank doxygen will generate a # standard header. Notice: only use this tag if you know what you are doing! LATEX_HEADER = # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated # is prepared for conversion to pdf (using ps2pdf). The pdf file will # contain links (just like the HTML output) instead of page references # This makes the output suitable for online browsing using a pdf viewer. PDF_HYPERLINKS = NO # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of # plain latex in the generated Makefile. Set this option to YES to get a # higher quality PDF documentation. USE_PDFLATEX = NO # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. # command to the generated LaTeX files. This will instruct LaTeX to keep # running if errors occur, instead of asking the user for help. # This option is also used when generating formulas in HTML. LATEX_BATCHMODE = NO # If LATEX_HIDE_INDICES is set to YES then doxygen will not # include the index chapters (such as File Index, Compound Index, etc.) # in the output. LATEX_HIDE_INDICES = NO #--------------------------------------------------------------------------- # configuration options related to the RTF output #--------------------------------------------------------------------------- # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output # The RTF output is optimized for Word 97 and may not look very pretty with # other RTF readers or editors. GENERATE_RTF = NO # The RTF_OUTPUT tag is used to specify where the RTF docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `rtf' will be used as the default path. RTF_OUTPUT = rtf # If the COMPACT_RTF tag is set to YES Doxygen generates more compact # RTF documents. This may be useful for small projects and may help to # save some trees in general. COMPACT_RTF = NO # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated # will contain hyperlink fields. The RTF file will # contain links (just like the HTML output) instead of page references. # This makes the output suitable for online browsing using WORD or other # programs which support those fields. # Note: wordpad (write) and others do not support links. RTF_HYPERLINKS = NO # Load stylesheet definitions from file. Syntax is similar to doxygen's # config file, i.e. a series of assignments. You only have to provide # replacements, missing definitions are set to their default value. RTF_STYLESHEET_FILE = # Set optional variables used in the generation of an rtf document. # Syntax is similar to doxygen's config file. RTF_EXTENSIONS_FILE = #--------------------------------------------------------------------------- # configuration options related to the man page output #--------------------------------------------------------------------------- # If the GENERATE_MAN tag is set to YES (the default) Doxygen will # generate man pages GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `man' will be used as the default path. MAN_OUTPUT = man # The MAN_EXTENSION tag determines the extension that is added to # the generated man pages (default is the subroutine's section .3) MAN_EXTENSION = .3 # If the MAN_LINKS tag is set to YES and Doxygen generates man output, # then it will generate one additional man file for each entity # documented in the real man page(s). These additional files # only source the real man page, but without them the man command # would be unable to find the correct page. The default is NO. MAN_LINKS = NO #--------------------------------------------------------------------------- # configuration options related to the XML output #--------------------------------------------------------------------------- # If the GENERATE_XML tag is set to YES Doxygen will # generate an XML file that captures the structure of # the code including all documentation. GENERATE_XML = NO # The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `xml' will be used as the default path. XML_OUTPUT = xml # The XML_SCHEMA tag can be used to specify an XML schema, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_SCHEMA = # The XML_DTD tag can be used to specify an XML DTD, # which can be used by a validating XML parser to check the # syntax of the XML files. XML_DTD = # If the XML_PROGRAMLISTING tag is set to YES Doxygen will # dump the program listings (including syntax highlighting # and cross-referencing information) to the XML output. Note that # enabling this will significantly increase the size of the XML output. XML_PROGRAMLISTING = YES #--------------------------------------------------------------------------- # configuration options for the AutoGen Definitions output #--------------------------------------------------------------------------- # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will # generate an AutoGen Definitions (see autogen.sf.net) file # that captures the structure of the code including all # documentation. Note that this feature is still experimental # and incomplete at the moment. GENERATE_AUTOGEN_DEF = NO #--------------------------------------------------------------------------- # configuration options related to the Perl module output #--------------------------------------------------------------------------- # If the GENERATE_PERLMOD tag is set to YES Doxygen will # generate a Perl module file that captures the structure of # the code including all documentation. Note that this # feature is still experimental and incomplete at the # moment. GENERATE_PERLMOD = NO # If the PERLMOD_LATEX tag is set to YES Doxygen will generate # the necessary Makefile rules, Perl scripts and LaTeX code to be able # to generate PDF and DVI output from the Perl module output. PERLMOD_LATEX = NO # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be # nicely formatted so it can be parsed by a human reader. This is useful # if you want to understand what is going on. On the other hand, if this # tag is set to NO the size of the Perl module output will be much smaller # and Perl will parse it just the same. PERLMOD_PRETTY = YES # The names of the make variables in the generated doxyrules.make file # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. # This is useful so different doxyrules.make files included by the same # Makefile don't overwrite each other's variables. PERLMOD_MAKEVAR_PREFIX = #--------------------------------------------------------------------------- # Configuration options related to the preprocessor #--------------------------------------------------------------------------- # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will # evaluate all C-preprocessor directives found in the sources and include # files. ENABLE_PREPROCESSING = YES # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro # names in the source code. If set to NO (the default) only conditional # compilation will be performed. Macro expansion can be done in a controlled # way by setting EXPAND_ONLY_PREDEF to YES. MACRO_EXPANSION = NO # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES # then the macro expansion is limited to the macros specified with the # PREDEFINED and EXPAND_AS_DEFINED tags. EXPAND_ONLY_PREDEF = NO # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files # in the INCLUDE_PATH (see below) will be search if a #include is found. SEARCH_INCLUDES = YES # The INCLUDE_PATH tag can be used to specify one or more directories that # contain include files that are not input files but should be processed by # the preprocessor. INCLUDE_PATH = # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # patterns (like *.h and *.hpp) to filter out the header-files in the # directories. If left blank, the patterns specified with FILE_PATTERNS will # be used. INCLUDE_FILE_PATTERNS = # The PREDEFINED tag can be used to specify one or more macro names that # are defined before the preprocessor is started (similar to the -D option of # gcc). The argument of the tag is a list of macros of the form: name # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. To prevent a macro definition from being # undefined via #undef or recursively expanded use the := operator # instead of the = operator. PREDEFINED = # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. # The macro definition that is found in the sources will be used. # Use the PREDEFINED tag if you want to use a different macro definition. EXPAND_AS_DEFINED = # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then # doxygen's preprocessor will remove all function-like macros that are alone # on a line, have an all uppercase name, and do not end with a semicolon. Such # function macros are typically used for boiler-plate code, and will confuse # the parser if not removed. SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- # The TAGFILES option can be used to specify one or more tagfiles. # Optionally an initial location of the external documentation # can be added for each tagfile. The format of a tag file without # this location is as follows: # TAGFILES = file1 file2 ... # Adding location for the tag files is done as follows: # TAGFILES = file1=loc1 "file2 = loc2" ... # where "loc1" and "loc2" can be relative or absolute paths or # URLs. If a location is present for each tag, the installdox tool # does not have to be run to correct the links. # Note that each tag file must have a unique name # (where the name does NOT include the path) # If a tag file is not located in the directory in which doxygen # is run, you must also specify the path to the tagfile here. TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. GENERATE_TAGFILE = # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes # will be listed. ALLEXTERNALS = NO # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed # in the modules index. If set to NO, only the current project's groups will # be listed. EXTERNAL_GROUPS = YES # The PERL_PATH should be the absolute path and name of the perl script # interpreter (i.e. the result of `which perl'). PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # Configuration options related to the dot tool #--------------------------------------------------------------------------- # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base # or super classes. Setting the tag to NO turns the diagrams off. Note that # this option is superseded by the HAVE_DOT option below. This is only a # fallback. It is recommended to install and use dot, since it yields more # powerful graphs. CLASS_DIAGRAMS = YES # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented # or is not a class. HIDE_UNDOC_RELATIONS = YES # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect inheritance relations. Setting this tag to YES will force the # the CLASS_DIAGRAMS tag to NO. CLASS_GRAPH = YES # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and # indirect implementation dependencies (inheritance, containment, and # class references variables) of the class with other documented classes. COLLABORATION_GRAPH = YES # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen # will generate a graph for groups, showing the direct groups dependencies GROUP_GRAPHS = YES # If the UML_LOOK tag is set to YES doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. UML_LOOK = NO # If set to YES, the inheritance and collaboration graphs will show the # relations between templates and their instances. TEMPLATE_RELATIONS = NO # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT # tags are set to YES then doxygen will generate a graph for each documented # file showing the direct and indirect include dependencies of the file with # other documented files. INCLUDE_GRAPH = YES # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and # HAVE_DOT tags are set to YES then doxygen will generate a graph for each # documented header file showing the documented files that directly or # indirectly include this file. INCLUDED_BY_GRAPH = YES # If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will # generate a call dependency graph for every global function or class method. # Note that enabling this option will significantly increase the time of a run. # So in most cases it will be better to enable call graphs for selected # functions only using the \callgraph command. CALL_GRAPH = NO # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen # will graphical hierarchy of all classes instead of a textual one. GRAPHICAL_HIERARCHY = YES # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES # then doxygen will show the dependencies a directory has on other directories # in a graphical way. The dependency relations are determined by the #include # relations between the files in the directories. DIRECTORY_GRAPH = YES # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images # generated by dot. Possible values are png, jpg, or gif # If left blank png will be used. DOT_IMAGE_FORMAT = png # The tag DOT_PATH can be used to specify the path where the dot tool can be # found. If left blank, it is assumed the dot tool can be found in the path. DOT_PATH = # The DOTFILE_DIRS tag can be used to specify one or more directories that # contain dot files that are included in the documentation (see the # \dotfile command). DOTFILE_DIRS = # The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. MAX_DOT_GRAPH_WIDTH = 1024 # The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height # (in pixels) of the graphs generated by dot. If a graph becomes larger than # this value, doxygen will try to truncate the graph, so that it fits within # the specified constraint. Beware that most browsers cannot cope with very # large images. MAX_DOT_GRAPH_HEIGHT = 1024 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes # that lay further from the root node will be omitted. Note that setting this # option to 1 or 2 may greatly reduce the computation time needed for large # code bases. Also note that a graph may be further truncated if the graph's # image dimensions are not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH # and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default), # the graph is not depth-constrained. MAX_DOT_GRAPH_DEPTH = 0 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, which results in a white background. # Warning: Depending on the platform used, enabling this option may lead to # badly anti-aliased labels on the edges of a graph (i.e. they become hard to # read). DOT_TRANSPARENT = NO # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output # files in one run (i.e. multiple -o and -T options on the command line). This # makes dot run faster, but since only newer versions of dot (>1.8.10) # support this, this feature is disabled by default. DOT_MULTI_TARGETS = NO # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will # generate a legend page explaining the meaning of the various boxes and # arrows in the dot generated graphs. GENERATE_LEGEND = YES # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will # remove the intermediate dot files that are used to generate # the various graphs. DOT_CLEANUP = YES #--------------------------------------------------------------------------- # Configuration::additions related to the search engine #--------------------------------------------------------------------------- # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored. SEARCHENGINE = NO nbd-3.16.2/doc/Makefile.am0000644000175000017500000000004613115264041012065 00000000000000EXTRA_DIST = README proto.md todo.txt nbd-3.16.2/buffer.h0000644000175000017500000000322113115264041010704 00000000000000/* The MIT License (MIT) Copyright (c) 2016 Wrymouth Innovation Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef __TLSPROXY_BUFFERS_H #define __TLSPROXY_BUFFERS_H #include #include typedef struct buffer buffer_t; buffer_t *bufNew (ssize_t size, ssize_t hwm); void bufFree (buffer_t * b); ssize_t bufGetReadSpan (buffer_t * b, void **addr); ssize_t bufGetWriteSpan (buffer_t * b, void **addr); void bufDoneRead (buffer_t * b, ssize_t size); void bufDoneWrite (buffer_t * b, ssize_t size); int bufIsEmpty (buffer_t * b); int bufIsFull (buffer_t * b); int bufIsOverHWM (buffer_t * b); ssize_t bufGetFree (buffer_t * b); ssize_t bufGetCount (buffer_t * b); #endif