diff --git a/_config.yml b/_config.yml
index fefa7cb..ac7b003 100644
--- a/_config.yml
+++ b/_config.yml
@@ -85,4 +85,5 @@ defaults:
description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
-# the description is used in the feed.xml file
\ No newline at end of file
+# the description is used in the feed.xml file
+
diff --git a/_data/sidebars/home_sidebar.yml b/_data/sidebars/home_sidebar.yml
index d249189..e914ce4 100644
--- a/_data/sidebars/home_sidebar.yml
+++ b/_data/sidebars/home_sidebar.yml
@@ -11,6 +11,7 @@ entries:
- title: Home
url: /
output: web
+ type: homepage
- title: News
url: /news/
output: web
diff --git a/_data/sidebars/mydoc_sidebar.yml b/_data/sidebars/mydoc_sidebar.yml
index a0acfa6..c14be19 100644
--- a/_data/sidebars/mydoc_sidebar.yml
+++ b/_data/sidebars/mydoc_sidebar.yml
@@ -23,6 +23,10 @@ entries:
output: web, pdf
folderitems:
+ - title: Sample page
+ url: /samplepage
+ output: web, pdf
+
- title: Get started
url: /
type: homepage
diff --git a/_data/urls.yml b/_data/urls.yml
index e59297d..c095a7b 100644
--- a/_data/urls.yml
+++ b/_data/urls.yml
@@ -2,7 +2,6 @@
-
@@ -10,40 +9,47 @@
+samplepage:
+ title: "Sample page"
+ url: /mydoc-pdf/samplepage
+ link: Sample page
+
+
+
mydoc_release_notes_50:
title: "5.0 Release notes"
- url: "/documentation-theme-jekyll/mydoc_release_notes_50/ '5.0 Release notes'"
- link: "5.0 Release notes"
+ url: /mydoc-pdf/mydoc_release_notes_50/
+ link: 5.0 Release notes
mydoc_introduction:
title: "Introduction"
- url: "/documentation-theme-jekyll/mydoc_introduction/ 'Introduction'"
- link: "Introduction"
+ url: /mydoc-pdf/mydoc_introduction/
+ link: Introduction
mydoc_supported_features:
title: "Supported features"
- url: "/documentation-theme-jekyll/mydoc_supported_features/ 'Supported features'"
- link: "Supported features"
+ url: /mydoc-pdf/mydoc_supported_features/
+ link: Supported features
mydoc_about:
title: "About the theme author"
- url: "/documentation-theme-jekyll/mydoc_about/ 'About the theme author'"
- link: "About the theme author"
+ url: /mydoc-pdf/mydoc_about/
+ link: About the theme author
mydoc_support:
title: "Support"
- url: "/documentation-theme-jekyll/mydoc_support/ 'Support'"
- link: "Support"
+ url: /mydoc-pdf/mydoc_support/
+ link: Support
@@ -51,22 +57,22 @@ mydoc_support:
mydoc_about_ruby_gems_etc:
title: "About Ruby, Gems, Bundler, etc."
- url: "/documentation-theme-jekyll/mydoc_about_ruby_gems_etc/ 'About Ruby, Gems, Bundler, etc.'"
- link: "About Ruby, Gems, Bundler, etc."
+ url: /mydoc-pdf/mydoc_about_ruby_gems_etc/
+ link: About Ruby, Gems, Bundler, etc.
mydoc_install_jekyll_on_mac:
title: "Install Jekyll on Mac"
- url: "/documentation-theme-jekyll/mydoc_install_jekyll_on_mac/ 'Install Jekyll on Mac'"
- link: "Install Jekyll on Mac"
+ url: /mydoc-pdf/mydoc_install_jekyll_on_mac/
+ link: Install Jekyll on Mac
mydoc_install_jekyll_on_windows:
title: "Install Jekyll on Windows"
- url: "/documentation-theme-jekyll/mydoc_install_jekyll_on_windows/ 'Install Jekyll on Windows'"
- link: "Install Jekyll on Windows"
+ url: /mydoc-pdf/mydoc_install_jekyll_on_windows/
+ link: Install Jekyll on Windows
@@ -74,43 +80,43 @@ mydoc_install_jekyll_on_windows:
mydoc_pages:
title: "Pages"
- url: "/documentation-theme-jekyll/mydoc_pages/ 'Pages'"
- link: "Pages"
+ url: /mydoc-pdf/mydoc_pages/
+ link: Pages
mydoc_posts:
title: "Posts"
- url: "/documentation-theme-jekyll/mydoc_posts/ 'Posts'"
- link: "Posts"
+ url: /mydoc-pdf/mydoc_posts/
+ link: Posts
mydoc_webstorm_text_editor:
title: "WebStorm Text Editor"
- url: "/documentation-theme-jekyll/mydoc_webstorm_text_editor/ 'WebStorm Text Editor'"
- link: "WebStorm Text Editor"
+ url: /mydoc-pdf/mydoc_webstorm_text_editor/
+ link: WebStorm Text Editor
mydoc_conditional_logic:
title: "Conditional logic"
- url: "/documentation-theme-jekyll/mydoc_conditional_logic/ 'Conditional logic'"
- link: "Conditional logic"
+ url: /mydoc-pdf/mydoc_conditional_logic/
+ link: Conditional logic
mydoc_content_reuse:
title: "Content reuse"
- url: "/documentation-theme-jekyll/mydoc_content_reuse/ 'Content reuse'"
- link: "Content reuse"
+ url: /mydoc-pdf/mydoc_content_reuse/
+ link: Content reuse
mydoc_collections:
title: "Collections"
- url: "/documentation-theme-jekyll/mydoc_collections/ 'Collections'"
- link: "Collections"
+ url: /mydoc-pdf/mydoc_collections/
+ link: Collections
@@ -118,29 +124,29 @@ mydoc_collections:
mydoc_sidebar_navigation:
title: "Sidebar navigation"
- url: "/documentation-theme-jekyll/mydoc_sidebar_navigation/ 'Sidebar navigation'"
- link: "Sidebar navigation"
+ url: /mydoc-pdf/mydoc_sidebar_navigation/
+ link: Sidebar navigation
mydoc_yaml_tutorial:
title: "YAML tutorial in the context of Jekyll"
- url: "/documentation-theme-jekyll/mydoc_yaml_tutorial/ 'YAML tutorial in the context of Jekyll'"
- link: "YAML tutorial in the context of Jekyll"
+ url: /mydoc-pdf/mydoc_yaml_tutorial/
+ link: YAML tutorial in the context of Jekyll
mydoc_tags:
title: "Tags"
- url: "/documentation-theme-jekyll/mydoc_tags/ 'Tags'"
- link: "Tags"
+ url: /mydoc-pdf/mydoc_tags/
+ link: Tags
mydoc_series:
title: "Series"
- url: "/documentation-theme-jekyll/mydoc_series/ 'Series'"
- link: "Series"
+ url: /mydoc-pdf/mydoc_series/
+ link: Series
@@ -148,64 +154,64 @@ mydoc_series:
mydoc_adding_tooltips:
title: "Tooltips"
- url: "/documentation-theme-jekyll/mydoc_adding_tooltips/ 'Tooltips'"
- link: "Tooltips"
+ url: /mydoc-pdf/mydoc_adding_tooltips/
+ link: Tooltips
mydoc_alerts:
title: "Alerts"
- url: "/documentation-theme-jekyll/mydoc_alerts/ 'Alerts'"
- link: "Alerts"
+ url: /mydoc-pdf/mydoc_alerts/
+ link: Alerts
mydoc_icons:
title: "Icons"
- url: "/documentation-theme-jekyll/mydoc_icons/ 'Icons'"
- link: "Icons"
+ url: /mydoc-pdf/mydoc_icons/
+ link: Icons
mydoc_images:
title: "Images"
- url: "/documentation-theme-jekyll/mydoc_images/ 'Images'"
- link: "Images"
+ url: /mydoc-pdf/mydoc_images/
+ link: Images
mydoc_labels:
title: "Labels"
- url: "/documentation-theme-jekyll/mydoc_labels/ 'Labels'"
- link: "Labels"
+ url: /mydoc-pdf/mydoc_labels/
+ link: Labels
mydoc_hyperlinks:
title: "Links"
- url: "/documentation-theme-jekyll/mydoc_hyperlinks/ 'Links'"
- link: "Links"
+ url: /mydoc-pdf/mydoc_hyperlinks/
+ link: Links
mydoc_navtabs:
title: "Navtabs"
- url: "/documentation-theme-jekyll/mydoc_navtabs/ 'Navtabs'"
- link: "Navtabs"
+ url: /mydoc-pdf/mydoc_navtabs/
+ link: Navtabs
mydoc_tables:
title: "Tables"
- url: "/documentation-theme-jekyll/mydoc_tables/ 'Tables'"
- link: "Tables"
+ url: /mydoc-pdf/mydoc_tables/
+ link: Tables
mydoc_syntax_highlighting:
title: "Syntax highlighting"
- url: "/documentation-theme-jekyll/mydoc_syntax_highlighting/ 'Syntax highlighting'"
- link: "Syntax highlighting"
+ url: /mydoc-pdf/mydoc_syntax_highlighting/
+ link: Syntax highlighting
@@ -213,8 +219,8 @@ mydoc_syntax_highlighting:
mydoc_commenting_on_files:
title: "Commenting on files"
- url: "/documentation-theme-jekyll/mydoc_commenting_on_files/ 'Commenting on files'"
- link: "Commenting on files"
+ url: /mydoc-pdf/mydoc_commenting_on_files/
+ link: Commenting on files
@@ -222,71 +228,71 @@ mydoc_commenting_on_files:
mydoc_build_arguments:
title: "Build arguments"
- url: "/documentation-theme-jekyll/mydoc_build_arguments/ 'Build arguments'"
- link: "Build arguments"
+ url: /mydoc-pdf/mydoc_build_arguments/
+ link: Build arguments
mydoc_themes:
title: "Themes"
- url: "/documentation-theme-jekyll/mydoc_themes/ 'Themes'"
- link: "Themes"
+ url: /mydoc-pdf/mydoc_themes/
+ link: Themes
mydoc_title_checker:
title: "Check page title consistency"
- url: "/documentation-theme-jekyll/mydoc_title_checker/ 'Check page title consistency'"
- link: "Check page title consistency"
+ url: /mydoc-pdf/mydoc_title_checker/
+ link: Check page title consistency
mydoc_generating_pdfs:
title: "Generating PDFs"
- url: "/documentation-theme-jekyll/mydoc_generating_pdfs/ 'Generating PDFs'"
- link: "Generating PDFs"
+ url: /mydoc-pdf/mydoc_generating_pdfs/
+ link: Generating PDFs
mydoc_help_api:
title: "Help APIs and UI tooltips"
- url: "/documentation-theme-jekyll/mydoc_help_api/ 'Help APIs and UI tooltips'"
- link: "Help APIs and UI tooltips"
+ url: /mydoc-pdf/mydoc_help_api/
+ link: Help APIs and UI tooltips
mydoc_search_configuration:
title: "Search configuration"
- url: "/documentation-theme-jekyll/mydoc_search_configuration/ 'Search configuration'"
- link: "Search configuration"
+ url: /mydoc-pdf/mydoc_search_configuration/
+ link: Search configuration
mydoc_iterm_profiles:
title: "iTerm profiles"
- url: "/documentation-theme-jekyll/mydoc_iterm_profiles/ 'iTerm profiles'"
- link: "iTerm profiles"
+ url: /mydoc-pdf/mydoc_iterm_profiles/
+ link: iTerm profiles
mydoc_push_build_to_server:
title: "Pushing builds to server"
- url: "/documentation-theme-jekyll/mydoc_push_build_to_server/ 'Pushing builds to server'"
- link: "Pushing builds to server"
+ url: /mydoc-pdf/mydoc_push_build_to_server/
+ link: Pushing builds to server
mydoc_no_password_prompts_scp:
title: "Getting around the password prompts in SCP"
- url: "/documentation-theme-jekyll/mydoc_no_password_prompts_scp/ 'Getting around the password prompts in SCP'"
- link: "Getting around the password prompts in SCP"
+ url: /mydoc-pdf/mydoc_no_password_prompts_scp/
+ link: Getting around the password prompts in SCP
mydoc_publishing_github_pages:
title: "Publishing on Github Pages"
- url: "/documentation-theme-jekyll/mydoc_publishing_github_pages/ 'Publishing on Github Pages'"
- link: "Publishing on Github Pages"
+ url: /mydoc-pdf/mydoc_publishing_github_pages/
+ link: Publishing on Github Pages
@@ -294,22 +300,22 @@ mydoc_publishing_github_pages:
mydoc_kb_layout:
title: "Knowledge-base layout"
- url: "/documentation-theme-jekyll/mydoc_kb_layout/ 'Knowledge-base layout'"
- link: "Knowledge-base layout"
+ url: /mydoc-pdf/mydoc_kb_layout/
+ link: Knowledge-base layout
mydoc_glossary:
title: "Glossary layout"
- url: "/documentation-theme-jekyll/mydoc_glossary/ 'Glossary layout'"
- link: "Glossary layout"
+ url: /mydoc-pdf/mydoc_glossary/
+ link: Glossary layout
mydoc_faq_layout:
title: "FAQ layout"
- url: "/documentation-theme-jekyll/mydoc_faq_layout/ 'FAQ layout'"
- link: "FAQ layout"
+ url: /mydoc-pdf/mydoc_faq_layout/
+ link: FAQ layout
@@ -317,8 +323,8 @@ mydoc_faq_layout:
mydoc_troubleshooting:
title: "Troubleshooting"
- url: "/documentation-theme-jekyll/mydoc_troubleshooting/ 'Troubleshooting'"
- link: "Troubleshooting"
+ url: /mydoc-pdf/mydoc_troubleshooting/
+ link: Troubleshooting
@@ -326,51 +332,53 @@ mydoc_troubleshooting:
mydoc_tag_archives_overview:
title: "Tag archives overview"
- url: "/documentation-theme-jekyll/mydoc_tag_archives_overview/ 'Tag archives overview'"
- link: "Tag archives overview"
+ url: /mydoc-pdf/mydoc_tag_archives_overview/
+ link: Tag archives overview
tag_formatting:
title: "Formatting pages"
- url: "/documentation-theme-jekyll/tag_formatting/ 'Formatting pages'"
- link: "Formatting pages"
+ url: /mydoc-pdf/tag_formatting/
+ link: Formatting pages
tag_navigation:
title: "Navigation pages"
- url: "/documentation-theme-jekyll/tag_navigation/ 'Navigation pages'"
- link: "Navigation pages"
+ url: /mydoc-pdf/tag_navigation/
+ link: Navigation pages
tag_content_types:
title: "Content types pages"
- url: "/documentation-theme-jekyll/tag_content_types/ 'Content types pages'"
- link: "Content types pages"
+ url: /mydoc-pdf/tag_content_types/
+ link: Content types pages
tag_publishing:
title: "Publishing pages"
- url: "/documentation-theme-jekyll/tag_publishing/ 'Publishing pages'"
- link: "Publishing pages"
+ url: /mydoc-pdf/tag_publishing/
+ link: Publishing pages
tag_special_layouts:
title: "Special layout pages"
- url: "/documentation-theme-jekyll/tag_special_layouts/ 'Special layout pages'"
- link: "Special layout pages"
+ url: /mydoc-pdf/tag_special_layouts/
+ link: Special layout pages
tag_collaboration:
title: "Collaboration pages"
- url: "/documentation-theme-jekyll/tag_collaboration/ 'Collaboration pages'"
- link: "Collaboration pages"
+ url: /mydoc-pdf/tag_collaboration/
+ link: Collaboration pages
tag_troubleshooting:
title: "Troubleshooting pages"
- url: "/documentation-theme-jekyll/tag_troubleshooting/ 'Troubleshooting pages'"
- link: "Troubleshooting pages"
+ url: /mydoc-pdf/tag_troubleshooting/
+ link: Troubleshooting pages
+
+
@@ -389,29 +397,29 @@ tag_troubleshooting:
p1_landing_page:
title: "Product 1 home"
- url: "/documentation-theme-jekyll/p1_landing_page/ 'Product 1 home'"
- link: "Product 1 home"
+ url: /mydoc-pdf/p1_landing_page/
+ link: Product 1 home
p1_sample1:
title: "Sample 1"
- url: "/documentation-theme-jekyll/p1_sample1/ 'Sample 1'"
- link: "Sample 1"
+ url: /mydoc-pdf/p1_sample1/
+ link: Sample 1
p1_sample2:
title: "Sample 2"
- url: "/documentation-theme-jekyll/p1_sample2/ 'Sample 2'"
- link: "Sample 2"
+ url: /mydoc-pdf/p1_sample2/
+ link: Sample 2
p1_sample3:
title: "Sample 3"
- url: "/documentation-theme-jekyll/p1_sample3/ 'Sample 3'"
- link: "Sample 3"
+ url: /mydoc-pdf/p1_sample3/
+ link: Sample 3
@@ -419,29 +427,31 @@ p1_sample3:
p1_sample4:
title: "Sample 4"
- url: "/documentation-theme-jekyll/p1_sample4/ 'Sample 4'"
- link: "Sample 4"
+ url: /mydoc-pdf/p1_sample4/
+ link: Sample 4
p1_sample5:
title: "Sample 5"
- url: "/documentation-theme-jekyll/p1_sample5/ 'Sample 5'"
- link: "Sample 5"
+ url: /mydoc-pdf/p1_sample5/
+ link: Sample 5
p1_sample6:
title: "Sample 6"
- url: "/documentation-theme-jekyll/p1_sample6/ 'Sample 6'"
- link: "Sample 6"
+ url: /mydoc-pdf/p1_sample6/
+ link: Sample 6
p1_sample7:
title: "Sample 7"
- url: "/documentation-theme-jekyll/p1_sample7/ 'Sample 7'"
- link: "Sample 7"
+ url: /mydoc-pdf/p1_sample7/
+ link: Sample 7
+
+
@@ -459,22 +469,22 @@ p1_sample7:
p2_landing_page:
title: "Product 2 home"
- url: "/documentation-theme-jekyll/p2_landing_page/ 'Product 2 home'"
- link: "Product 2 home"
+ url: /mydoc-pdf/p2_landing_page/
+ link: Product 2 home
p2_sample1:
title: "Sample 1"
- url: "/documentation-theme-jekyll/p2_sample1/ 'Sample 1'"
- link: "Sample 1"
+ url: /mydoc-pdf/p2_sample1/
+ link: Sample 1
p2_sample2:
title: "Sample 2"
- url: "/documentation-theme-jekyll/p2_sample2/ 'Sample 2'"
- link: "Sample 2"
+ url: /mydoc-pdf/p2_sample2/
+ link: Sample 2
@@ -482,15 +492,15 @@ p2_sample2:
p2_sample3:
title: "Sample 3"
- url: "/documentation-theme-jekyll/p2_sample3/ 'Sample 3'"
- link: "Sample 3"
+ url: /mydoc-pdf/p2_sample3/
+ link: Sample 3
p2_sample4:
title: "Sample 4"
- url: "/documentation-theme-jekyll/p2_sample4/ 'Sample 4'"
- link: "Sample 4"
+ url: /mydoc-pdf/p2_sample4/
+ link: Sample 4
@@ -498,24 +508,77 @@ p2_sample4:
p2_sample5:
title: "Sample 5"
- url: "/documentation-theme-jekyll/p2_sample5/ 'Sample 5'"
- link: "Sample 5"
+ url: /mydoc-pdf/p2_sample5/
+ link: Sample 5
p2_sample6:
title: "Sample 6"
- url: "/documentation-theme-jekyll/p2_sample6/ 'Sample 6'"
- link: "Sample 6"
+ url: /mydoc-pdf/p2_sample6/
+ link: Sample 6
p2_sample7:
title: "Sample 7"
- url: "/documentation-theme-jekyll/p2_sample7/ 'Sample 7'"
- link: "Sample 7"
-
-
+ url: /mydoc-pdf/p2_sample7/
+ link: Sample 7
+
+
+
+
+
+
+
+
+
+
+
+
+
+news:
+ title: "News"
+ url: "news"
+ link: "News"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+mydoc_introduction:
+ title: "Jekyll Documentation Theme"
+ url: "mydoc_introduction"
+ link: "Jekyll Documentation Theme"
+
+
+
+p1_landing_page:
+ title: "Product 1"
+ url: "p1_landing_page"
+ link: "Product 1"
+
+
+
+p2_landing_page:
+ title: "Product 2"
+ url: "p2_landing_page"
+ link: "Product 2"
diff --git a/configadmins.yml b/configadmins.yml
new file mode 100644
index 0000000..411dc74
--- /dev/null
+++ b/configadmins.yml
@@ -0,0 +1,90 @@
+permalink: /:year/:month/:day/:title/
+# this sets the style for permalinks. The date formatting (/:year/:month/:day/) will only apply to blog posts, while the pages will just show the title.
+url: http://idratherbewriting.com
+# where you plan to publish your site
+baseurl: "/documentation-theme-jekyll-admins"
+# any subdirectory that appears after the domain where you're publishing your site
+output: web
+# this property is useful for conditional filtering of content that is separate from the PDF.
+topnav_title: Jekyll Documentation Theme
+# this appears on the top navigation bar next to the home button
+site_title: Jekyll theme for designers
+# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
+company_name: Your company
+# this appears in the footer
+github_editme_path: tomjohnson1492/documentation-theme-jekyll/edit/reviews
+# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
+disqus_shortname: idrbwjekyll
+# if you're using disqus for comments, add the shortname here. if not, leave this value blank.
+host: 127.0.0.1
+# the preview server used. Leave as is.
+port: 4006
+# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts.
+
+exclude:
+ - _site
+ - _drafts/
+ - .idea/
+# these are the files and directories that jekyll will exclude from the build
+
+feedback_email: tomjohnson1492@gmail.com
+# used as a contact email for the Feedback link in the top navigation bar
+
+#feedback_disable: true
+#feedback_text: "Need help?"
+#feedback_link: "http://helpy.io/"
+# change feedback link behaviour if you use a support ticketing system or something else
+
+highlighter: rouge
+# library used for syntax highlighting
+
+markdown: kramdown
+kramdown:
+ input: GFM
+ auto_ids: true
+ hard_wrap: false
+ syntax_highlighter: rouge
+# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways
+
+collections:
+ tooltips:
+ output: false
+# collection declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output.
+
+defaults:
+ -
+ scope:
+ path: ""
+ type: "pages"
+ values:
+ layout: "page"
+ comments: true
+ search: true
+ sidebar: home_sidebar
+ -
+ scope:
+ path: ""
+ type: "tooltips"
+ values:
+ layout: "page"
+ comments: true
+ search: true
+ tooltip: true
+
+ -
+ scope:
+ path: ""
+ type: "posts"
+ values:
+ layout: "post"
+ comments: true
+ search: true
+ sidebar: tags_sidebar
+
+# these are defaults used for the frontmatter for these file types
+
+
+description: "Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features."
+# the description is used in the feed.xml file
+
+audience: administrators
\ No newline at end of file
diff --git a/index.md b/index.md
index cfce5f4..299e144 100644
--- a/index.md
+++ b/index.md
@@ -5,6 +5,12 @@ sidebar: mydoc_sidebar
type: homepage
---
+{% if site.audience == "administrators" %}
+hi admins
+{% elsif site.audience == "analysts" %}
+hi analysts
+{% endif %}
+
## Overview
These brief instructions will help you get started quickly with the theme. The other topics in this help provide additional information and detail about working with other aspects of this theme and Jekyll.
diff --git a/pdf/mydoc.pdf b/pdf/mydoc.pdf
index 569baec..2527423 100644
--- a/pdf/mydoc.pdf
+++ b/pdf/mydoc.pdf
@@ -4,2231 +4,2239 @@
1 0 obj
<>
-endobj
-
-172 0 obj
-<>
+/Outlines 172 0 R>>
endobj
173 0 obj
<>
endobj
174 0 obj
-<>
endobj
-218 0 obj
-<>
+175 0 obj
+<>
endobj
-219 0 obj
-<>
+176 0 obj
+<>
endobj
220 0 obj
-<>
endobj
221 0 obj
-<>
endobj
222 0 obj
-<>
endobj
223 0 obj
-<>
endobj
224 0 obj
-<>
endobj
225 0 obj
-<>
endobj
226 0 obj
-<>
endobj
227 0 obj
-<>
endobj
228 0 obj
-<>
endobj
229 0 obj
-<>
-endobj
-
-175 0 obj
-<>
+<>
endobj
230 0 obj
-<>
endobj
231 0 obj
-<>
+<>
+endobj
+
+177 0 obj
+<>
endobj
232 0 obj
-<>
endobj
233 0 obj
-<>
endobj
234 0 obj
-<>
endobj
235 0 obj
-<>
endobj
236 0 obj
-<>
-endobj
-
-176 0 obj
-<>
+<>
endobj
237 0 obj
-<>
endobj
238 0 obj
-<>
+<>
+endobj
+
+178 0 obj
+<>
endobj
239 0 obj
-<>
-endobj
-
-177 0 obj
-<>
+<>
endobj
240 0 obj
-<>
endobj
241 0 obj
-<>
endobj
-178 0 obj
-<>
-endobj
-
179 0 obj
-<>
-endobj
-
-180 0 obj
-<>
+/Next 180 0 R
+/First 239 0 R
+/Last 241 0 R
+/Count 3>>
endobj
242 0 obj
-<>
endobj
243 0 obj
-<>
+<>
+endobj
+
+180 0 obj
+<>
+endobj
+
+181 0 obj
+<>
+endobj
+
+182 0 obj
+<>
endobj
244 0 obj
-<>
endobj
245 0 obj
-<>
endobj
246 0 obj
-<>
-endobj
-
-181 0 obj
-<>
+<>
endobj
247 0 obj
-<>
endobj
248 0 obj
-<>
+<>
+endobj
+
+183 0 obj
+<>
endobj
249 0 obj
-<>
endobj
250 0 obj
-<>
endobj
251 0 obj
-<>
-endobj
-
-182 0 obj
-<>
+<>
endobj
252 0 obj
-<>
endobj
253 0 obj
-<>
+<>
+endobj
+
+184 0 obj
+<>
endobj
254 0 obj
-<>
endobj
255 0 obj
-<>
endobj
256 0 obj
-<>
-endobj
-
-183 0 obj
-<>
+<>
endobj
257 0 obj
-<>
endobj
258 0 obj
-<>
+<>
+endobj
+
+185 0 obj
+<>
endobj
259 0 obj
-<>
endobj
260 0 obj
-<>
endobj
261 0 obj
-<>
endobj
262 0 obj
-<>
endobj
263 0 obj
-<>
-endobj
-
-184 0 obj
-<>
+<>
endobj
264 0 obj
-<>
endobj
265 0 obj
-<>
endobj
-185 0 obj
-<>
+/Count 7>>
endobj
266 0 obj
-<>
endobj
267 0 obj
-<>
+<>
+endobj
+
+187 0 obj
+<>
endobj
268 0 obj
-<>
endobj
269 0 obj
-<>
endobj
270 0 obj
-<>
endobj
271 0 obj
-<>
endobj
272 0 obj
-<>
endobj
273 0 obj
-<>
endobj
274 0 obj
-<>
endobj
275 0 obj
-<>
endobj
276 0 obj
-<>
endobj
277 0 obj
-<>
-endobj
-
-186 0 obj
-<>
+<>
endobj
278 0 obj
-<>
endobj
279 0 obj
-<>
+<>
+endobj
+
+188 0 obj
+<>
endobj
280 0 obj
-<>
endobj
281 0 obj
-<>
endobj
282 0 obj
-<>
endobj
283 0 obj
-<>
endobj
284 0 obj
-<>
endobj
285 0 obj
-<>
-endobj
-
-187 0 obj
-<>
+<>
endobj
286 0 obj
-<>
endobj
287 0 obj
-<>
endobj
-188 0 obj
-<>
+/Count 8>>
endobj
288 0 obj
-<>
endobj
289 0 obj
-<>
+<>
+endobj
+
+190 0 obj
+<>
endobj
290 0 obj
-<>
endobj
291 0 obj
-<>
endobj
292 0 obj
-<>
-endobj
-
-189 0 obj
-<>
+<>
endobj
293 0 obj
-<>
endobj
294 0 obj
-<>
+<>
+endobj
+
+191 0 obj
+<>
endobj
295 0 obj
-<>
endobj
296 0 obj
-<>
endobj
297 0 obj
-<>
-endobj
-
-190 0 obj
-<>
+<>
endobj
298 0 obj
-<>
endobj
299 0 obj
-<>
+<>
+endobj
+
+192 0 obj
+<>
endobj
300 0 obj
-<>
endobj
301 0 obj
-<>
endobj
302 0 obj
-<>
endobj
303 0 obj
-<>
endobj
-311 0 obj
-<>
-endobj
-
304 0 obj
-<>
-endobj
-
-312 0 obj
-<>
-endobj
-
-313 0 obj
-<>
-endobj
-
-314 0 obj
-<>
+/Next 305 0 R>>
endobj
305 0 obj
-<>
+/Next 306 0 R>>
+endobj
+
+313 0 obj
+<>
endobj
306 0 obj
-<>
+/Next 307 0 R
+/First 313 0 R
+/Last 313 0 R
+/Count 1>>
+endobj
+
+314 0 obj
+<>
+endobj
+
+315 0 obj
+<>
+endobj
+
+316 0 obj
+<>
endobj
307 0 obj
-<>
+/Next 308 0 R
+/First 314 0 R
+/Last 316 0 R
+/Count 3>>
endobj
308 0 obj
-<>
endobj
309 0 obj
-<>
endobj
310 0 obj
-<>
+<>
endobj
-191 0 obj
+311 0 obj
+<>
+endobj
+
+312 0 obj
+<>
+endobj
+
+193 0 obj
<>
endobj
-315 0 obj
-<>
-endobj
-
-316 0 obj
-<>
-endobj
-
317 0 obj
-<>
endobj
318 0 obj
-<>
endobj
319 0 obj
-<>
endobj
320 0 obj
-<>
endobj
321 0 obj
-<>
-endobj
-
-192 0 obj
-<>
+<>
endobj
322 0 obj
-<>
endobj
323 0 obj
-<>
+<>
+endobj
+
+194 0 obj
+<>
endobj
324 0 obj
-<
-/Parent 193 0 R
-/Dest [79 0 R /XYZ 0 610 0]
-/Prev 323 0 R
+<>
endobj
325 0 obj
-<>
endobj
326 0 obj
-<
+/Parent 195 0 R
+/Dest [80 0 R /XYZ 0 610 0]
/Prev 325 0 R
/Next 327 0 R>>
endobj
327 0 obj
-<>
endobj
328 0 obj
-<>
-endobj
-
-193 0 obj
-<>
+<>
endobj
329 0 obj
-<>
-endobj
-
-194 0 obj
-<>
+<>
endobj
330 0 obj
-<>
+/Dest [81 0 R /XYZ 0 298 0]
+/Prev 329 0 R>>
+endobj
+
+195 0 obj
+<>
endobj
331 0 obj
-<>
+<>
+endobj
+
+196 0 obj
+<>
endobj
332 0 obj
-<>
endobj
333 0 obj
-<>
endobj
334 0 obj
-<>
endobj
335 0 obj
-<>
endobj
336 0 obj
-<>
-endobj
-
-195 0 obj
-<>
+<>
endobj
337 0 obj
-<>
endobj
338 0 obj
-<>
+<>
+endobj
+
+197 0 obj
+<>
endobj
339 0 obj
-<>
endobj
340 0 obj
-<>
endobj
341 0 obj
-<>
-endobj
-
-196 0 obj
-<>
+<>
endobj
342 0 obj
-<>
endobj
343 0 obj
-<>
endobj
-197 0 obj
-<>
+/Count 5>>
endobj
344 0 obj
-<>
-endobj
-
-198 0 obj
-<>
+<>
endobj
345 0 obj
-<>
+/Dest [96 0 R /XYZ 0 421 0]
+/Prev 344 0 R>>
+endobj
+
+199 0 obj
+<>
endobj
346 0 obj
-<>
+<>
+endobj
+
+200 0 obj
+<>
endobj
347 0 obj
-<>
endobj
348 0 obj
-<>
endobj
349 0 obj
-<>
endobj
350 0 obj
-<>
endobj
351 0 obj
-<>
endobj
352 0 obj
-<>
endobj
353 0 obj
-<>
-endobj
-
-199 0 obj
-<>
+<>
endobj
354 0 obj
-<>
endobj
355 0 obj
-<>
+<>
+endobj
+
+201 0 obj
+<>
endobj
356 0 obj
-<>
endobj
357 0 obj
-<>
endobj
358 0 obj
-<>
endobj
359 0 obj
-<>
endobj
360 0 obj
-<>
endobj
361 0 obj
-<>
endobj
362 0 obj
-<>
endobj
363 0 obj
-<>
endobj
364 0 obj
-<>
-endobj
-
-200 0 obj
-<>
+<>
endobj
365 0 obj
-<>
endobj
366 0 obj
-<>
endobj
-201 0 obj
-<>
+/Count 11>>
endobj
367 0 obj
-<>
endobj
368 0 obj
-<>
endobj
-202 0 obj
-<>
endobj
369 0 obj
-<>
endobj
370 0 obj
-<>
+<>
+endobj
+
+204 0 obj
+<>
endobj
371 0 obj
-<>
endobj
372 0 obj
-<>
-endobj
-
-203 0 obj
-<>
+<>
endobj
373 0 obj
-<>
endobj
374 0 obj
-<>
+<>
+endobj
+
+205 0 obj
+<>
endobj
375 0 obj
-<>
-endobj
-
-204 0 obj
-<>
+<>
endobj
376 0 obj
-<>
endobj
377 0 obj
-<>
endobj
-205 0 obj
-<>
-endobj
-
206 0 obj
-<>
+/Next 207 0 R
+/First 375 0 R
+/Last 377 0 R
+/Count 3>>
endobj
378 0 obj
-<>
endobj
379 0 obj
-<>
+/Dest [122 0 R /XYZ 0 396 0]
+/Prev 378 0 R>>
+endobj
+
+207 0 obj
+<>
+endobj
+
+208 0 obj
+<>
endobj
380 0 obj
-<>
endobj
381 0 obj
-<>
endobj
382 0 obj
-<>
endobj
383 0 obj
-<>
endobj
384 0 obj
-<>
endobj
385 0 obj
-<>
endobj
386 0 obj
-<>
endobj
387 0 obj
-<>
endobj
388 0 obj
-<>
-endobj
-
-207 0 obj
-<>
+<>
endobj
389 0 obj
-<>
endobj
390 0 obj
-<>
+<>
+endobj
+
+209 0 obj
+<>
endobj
391 0 obj
-<
-/Parent 208 0 R
-/Dest [136 0 R /XYZ 0 310 0]
-/Prev 390 0 R
+<>
endobj
392 0 obj
-<>
endobj
393 0 obj
-<
+/Parent 210 0 R
+/Dest [137 0 R /XYZ 0 310 0]
/Prev 392 0 R
/Next 394 0 R>>
endobj
394 0 obj
-<>
endobj
395 0 obj
-<>
endobj
396 0 obj
-<>
endobj
397 0 obj
-<>
endobj
398 0 obj
-<>
endobj
399 0 obj
-<>
-endobj
-
-208 0 obj
-<>
+<>
endobj
400 0 obj
-<>
endobj
401 0 obj
-<>
+<>
+endobj
+
+210 0 obj
+<>
endobj
402 0 obj
-<>
endobj
403 0 obj
-<>
endobj
404 0 obj
-<>
endobj
405 0 obj
-<>
-endobj
-
-209 0 obj
-<>
+<>
endobj
406 0 obj
-<>
endobj
407 0 obj
-<>
+<>
+endobj
+
+211 0 obj
+<>
endobj
408 0 obj
-<>
-endobj
-
-210 0 obj
-<>
+<>
endobj
409 0 obj
-<>
endobj
410 0 obj
-<>
endobj
-211 0 obj
-<>
+/Count 3>>
endobj
411 0 obj
-<>
-endobj
-
-212 0 obj
-<>
+<>
endobj
412 0 obj
-<>
+/Dest [154 0 R /XYZ 0 338 0]
+/Prev 411 0 R>>
+endobj
+
+213 0 obj
+<>
endobj
413 0 obj
-<>
+<>
+endobj
+
+214 0 obj
+<>
endobj
414 0 obj
-<>
endobj
415 0 obj
-<>
+<>
endobj
-213 0 obj
+416 0 obj
+<>
+endobj
+
+417 0 obj
+<>
+endobj
+
+215 0 obj
<>
endobj
-418 0 obj
-<>
-endobj
-
-419 0 obj
-<>
-endobj
-
420 0 obj
-<>
endobj
421 0 obj
-<>
-endobj
-
-416 0 obj
-<>
-endobj
-
-417 0 obj
-<>
-endobj
-
-214 0 obj
-<>
+<>
endobj
422 0 obj
-<>
-endobj
-
-215 0 obj
-<>
+<>
endobj
423 0 obj
-<>
+endobj
+
+418 0 obj
+<>
+/Dest [162 0 R /XYZ 0 505 0]
+/Next 419 0 R
+/First 420 0 R
+/Last 423 0 R
+/Count 4>>
+endobj
+
+419 0 obj
+<>
+endobj
+
+216 0 obj
+<>
endobj
424 0 obj
-<>
+<>
+endobj
+
+217 0 obj
+<>
endobj
425 0 obj
-<>
endobj
426 0 obj
-<>
endobj
427 0 obj
-<>
endobj
428 0 obj
-<>
endobj
429 0 obj
-<>
endobj
430 0 obj
-<>
endobj
431 0 obj
-<>
-endobj
-
-216 0 obj
-<>
-endobj
-
-434 0 obj
-<>
-endobj
-
-435 0 obj
-<>
+<>
endobj
432 0 obj
-<>
+<>
+endobj
+
+433 0 obj
+<>
+endobj
+
+218 0 obj
+<>
endobj
436 0 obj
-<
-/Parent 433 0 R
-/Dest [169 0 R /XYZ 0 665 0]
+<>
endobj
437 0 obj
-<>
+<>
+endobj
+
+434 0 obj
+<>
endobj
438 0 obj
-<
+/Parent 435 0 R
+/Dest [170 0 R /XYZ 0 665 0]
/Next 439 0 R>>
endobj
439 0 obj
-<
-/Parent 433 0 R
-/Dest [169 0 R /XYZ 0 211 0]
+<>
endobj
440 0 obj
-<
-/Parent 433 0 R
-/Dest [170 0 R /XYZ 0 732 0]
-/Prev 439 0 R>>
+<>
endobj
-433 0 obj
+441 0 obj
+<
+/Parent 435 0 R
+/Dest [170 0 R /XYZ 0 211 0]
+/Prev 440 0 R
+/Next 442 0 R>>
+endobj
+
+442 0 obj
+<
+/Parent 435 0 R
+/Dest [171 0 R /XYZ 0 732 0]
+/Prev 441 0 R>>
+endobj
+
+435 0 obj
<>
endobj
-217 0 obj
+219 0 obj
<>
endobj
-171 0 obj
+172 0 obj
<>
+/First 173 0 R
+/Last 219 0 R>>
endobj
2 0 obj
<>
+/Kids [3 0 R 4 0 R 5 0 R 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R 41 0 R 42 0 R 43 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R 49 0 R 50 0 R 51 0 R 52 0 R 53 0 R 54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 66 0 R 67 0 R 68 0 R 69 0 R 70 0 R 71 0 R 72 0 R 73 0 R 74 0 R 75 0 R 76 0 R 77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R 109 0 R 110 0 R 111 0 R 112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 127 0 R 128 0 R 129 0 R 130 0 R 131 0 R 132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R]
+/Count 169>>
endobj
-459 0 obj
-<>
stream
xm9N@E:E5ջMX lD`=fhɍ
Q~kaJəP|F #xDt>XJBjxe!P"QNG*$|DwVV[rD鈣mau_uÓo>
-/XObject <>
+/Contents 461 0 R
+/Resources <>
+/XObject <>
/ProcSet [/PDF /Text /ImageC]>>
/Group <>
-/Annots [461 0 R 462 0 R]>>
+/Annots [463 0 R 464 0 R]>>
endobj
-461 0 obj
+463 0 obj
<>
+/AP <>
/BS <>
@@ -2271,11 +2279,11 @@ endobj
/T (www.princexml.com)
/Subj (Prince - Non-commercial License)
/Contents (This document was created with Prince, a great way of getting web content onto paper.)
-/Popup 462 0 R
+/Popup 464 0 R
/Name /Note>>
endobj
-462 0 obj
+464 0 obj
<>
/Subtype /Popup
-/Parent 461 0 R
+/Parent 463 0 R
/Open false>>
endobj
-465 0 obj
-<>
stream
xu0w?\KGY,,QKH}RːHԧ^Ʀ:8?~C ?7] x٥kBl9V:E+ۢPI۶/
@@ -2297,7 +2305,7 @@ x
endstream
endobj
-466 0 obj
+468 0 obj
367
endobj
@@ -2305,88 +2313,87 @@ endobj
<>
+/Contents 467 0 R
+/Resources <>
/ProcSet [/PDF /Text]>>
/Group <>>>
endobj
-467 0 obj
-<>
stream
-x͘n6~9@[䞚 Ee@cJYEjAQ QqC]g$R 9KfF)$!31|5J׳y,5jok>g!$ʔ nmXگ~%p{;fpzv[J?:Q&FCuP
-*)FuϹY%˨WBa@cMzsj♤(jcԪ;IXVݓ+LcMs_rsaLgJSreE5: "`](mgeH.=BspWy;xU6(
-"1c`
- Miѳ9M8v3Xwݕ0R*Ӆ'Z8L4Hϝ|Сq}R:H.
oԨ@c7s437(
-Y,00M蹌h*NUSsvc}4q{NB;92rsHhЇ{kjXe
m<`Cq~pGq2.tUm
-oWx#4FͱC;Nvna_-62RĦ|t_y bvvŖFeTE6\?Ek6 n] P4b6|R91?b@$\劽#.,f!r>Z'cNB wuh]I%Oe19&Pv]+B$S0ɻbhrKJ9BM?ޘDs^P;@>C͖_|XaEd$:pl8 }Qoʸ#TԄ4T#2Gӵ9FO"ԘTbUwɄWS+C[˅/c9;tis\Eѐr^0PŔdw ǟIhe}]z@ckZ5o/yBxf QHATpLTゕ )ڛR
+i<٬ɱ6]pfceUIU(w=[Ѡ
+1|QS&7fiд0j@-GOXZ`jcy"wAۓj+=F&w"c
Ye9d]omrB''΄z?R@6vM;ؑ]NYܔi:;]vm~Ζ~(xLؔπ
endstream
endobj
-468 0 obj
-1051
+470 0 obj
+1054
endobj
5 0 obj
<>
+/Contents 469 0 R
+/Resources <>
/ProcSet [/PDF /Text]>>
/Group <>
-/Annots [469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R]>>
-endobj
-
-469 0 obj
-<>
-endobj
-
-470 0 obj
-<>
+/Annots [471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R]>>
endobj
471 0 obj
<>
+/A <>>>
endobj
472 0 obj
<>
+endobj
+
+473 0 obj
+<>
+endobj
+
+474 0 obj
+<>
endobj
-473 0 obj
+475 0 obj
<>
+/Dest [18 0 R /XYZ 0 732 0]>>
endobj
-474 0 obj
+476 0 obj
<>
endobj
-475 0 obj
+477 0 obj
<>
endobj
-476 0 obj
+478 0 obj
<>
-endobj
-
-477 0 obj
-<>
-endobj
-
-478 0 obj
-<>
+/Dest [25 0 R /XYZ 0 732 0]>>
endobj
479 0 obj
<>
+/Dest [32 0 R /XYZ 0 732 0]>>
endobj
480 0 obj
<>
+/Dest [36 0 R /XYZ 0 732 0]>>
endobj
481 0 obj
<>
+/Dest [39 0 R /XYZ 0 732 0]>>
endobj
482 0 obj
<>
+/Dest [45 0 R /XYZ 0 732 0]>>
endobj
483 0 obj
<>
+/Dest [47 0 R /XYZ 0 732 0]>>
endobj
484 0 obj
<>
+/Dest [51 0 R /XYZ 0 732 0]>>
endobj
485 0 obj
<>
+/Dest [56 0 R /XYZ 0 732 0]>>
endobj
486 0 obj
<>
+/Dest [58 0 R /XYZ 0 732 0]>>
endobj
487 0 obj
<>
+/Dest [60 0 R /XYZ 0 732 0]>>
endobj
488 0 obj
<>
+/Dest [63 0 R /XYZ 0 732 0]>>
endobj
489 0 obj
<>
+endobj
+
+490 0 obj
+<>
+endobj
+
+491 0 obj
+<>
endobj
-490 0 obj
+492 0 obj
<>
+/Dest [83 0 R /XYZ 0 732 0]>>
endobj
-491 0 obj
+493 0 obj
<>
+/Dest [89 0 R /XYZ 0 732 0]>>
endobj
-492 0 obj
-<>
stream
-x͘mo6SetO"jME [F=$7ɉ#Xbw;uh
d5FI`Brɉy[?lv@jjtRhHaF Ow2eԤWӨbub,eB%t/5U:p(*5j|Qh6OdfMh4УzWu?dV:W|Z6/},=' Z#=M^%9{FDy֑wQo6Eܸi01F-2 LXHab!ҵ AR'ZrweAf1Zczzj}ҊkR:jL;İPv=H]ޒms]iɲZvZRi@Ƨ T+[&ߗɲPw 0V-mK#oIWe經~ST'cx+k77nZWv=1:
-s3 xRzU2lȶRS:c8oEYW~Ű͝mU< /Mtn~6~۶uS˼v-q{̐Q? HcFw"u~A渋L
FJL8
M\D)bC.]^2}39N T"29U-VELJLr;|*;/J\nۼ}
㛊@,o^>QsCR
99V9P%iܥN|rKnrڏ13ΰ!#q#$W+)`B=r1=ێ_[J;BWQ5{zuc7++jW%zH V8wP|cJ
+x͘nF{)j֎ۤP`(q-ñ]=fߨC2w7['3;<qxhxpɊOuot>/~:q:EDrQROd
+63|LgJW.O"gvjU2+xMsRĥթI3MR&CrZDkbMd* am|U`6;ffq8U7f"ٔ
>)+N[@lk,=g"cء)xjt>'D$Rֵn`!cuLf?QA
+LLPȖ2}%sx) Tɻ8 J}
+ Ԕ6Ykoǰ
+x k+PAؘ6^ߑ-t`Jut٥HOh
r%g+.ߗKgYSWwfFLG1mjK.{|&CV:C<
2
+xotޭ)CofmBq:
+K