mycategoryorder.php

/*
Plugin Name: My Category Order
Plugin URI: http://www.geekyweekly.com/mycategoryorder
Description: A Wordpress plugin to finally let you set the explicit order of post categories.
Version: 2.3
Author: froman118
Author URI: http://www.geekyweekly.com
Author Email: froman118@gmail.com
*/

function mycategoryorder_init() {

function mycategoryorder_menu()
{ if (function_exists('add_submenu_page')) {
$location = "../wp-content/plugins/";
add_submenu_page("edit.php", 'My Category Order', 'My Category Order', 2,"mycategoryorder",'mycategoryorder');
}

}
function mycategoryorder_js_libs() {
if ( $_GET['page'] == "mycategoryorder" ) {
wp_enqueue_script('scriptaculous');
}
}
add_action('admin_menu', 'mycategoryorder_menu');
add_action('admin_menu', 'mycategoryorder_js_libs');

function mycategoryorder()
{

global $wpdb;
$mode = "";
$mode = $_GET['mode'];
$parentID = 0;
if (isset($_GET['parentID']))
$parentID = $_GET['parentID'];

$query = mysql_query("SHOW COLUMNS FROM $wpdb->terms LIKE ‘term_order’”) or die(mysql_error());

if (mysql_num_rows($query) == 0) {
$wpdb->query(”ALTER TABLE $wpdb->terms ADD `term_order` INT( 4 ) NULL DEFAULT ‘0′”);
}

if($mode == “act_OrderCategories”)
{ $idString = $_GET['idString'];
$catIDs = explode(”,”, $idString);
$result = count($catIDs);
for($i = 0; $i < $result; $i++)
{
$wpdb->query(”UPDATE $wpdb->terms SET term_order = ‘$i’ WHERE term_id =’$catIDs[$i]‘”);
}
}
else
{
$subCatStr = “”;

$results=$wpdb->get_results(”SELECT DISTINCT t.term_id, name FROM $wpdb->term_taxonomy tt inner join $wpdb->terms t on t.term_id = tt.term_id where tt.taxonomy = ‘category’ and tt.parent = $parentID ORDER BY term_order ASC”);
foreach($results as $row)
{
$catCount=$wpdb->get_row(”SELECT count(*) as catCount FROM $wpdb->term_taxonomy WHERE taxonomy = ‘category’ and parent = $row->term_id “, ARRAY_N);

if($catCount[0] > 0)
$subCatStr = $subCatStr.”

My Category Order

Choose a category from the drop down to order subcategories in that category or order the categories on this level by dragging and dropping them into the desired order.

if($parentID != 0)
{
$parentsParent = $wpdb->get_row(”SELECT parent FROM $wpdb->term_taxonomy WHERE term_id = $parentID “, ARRAY_N);
echo “Return to parent category“;
}

if($subCatStr != “”)
{ ?>

Order Subcategories

 
$results=$wpdb->get_results(”SELECT * FROM $wpdb->terms t inner join $wpdb->term_taxonomy tt on t.term_id = tt.term_id WHERE tt.taxonomy = ‘category’ and tt.parent = $parentID ORDER BY term_order ASC”); ?>

Order Categories

foreach($results as $row)
{
echo "

function orderCats() {

$("orderButton").style.display = "none"; $("updateText").innerHTML = "Updating Category Order..."; var alerttext = ''; var order = Sortable.serialize('order'); alerttext = Sortable.sequence('order');

new Ajax.Request('edit.php?page=mycategoryorder&mode=act_OrderCategories&idString='+alerttext, { onSuccess: function(){ new Effect.Highlight('order', {startcolor:'#F9FC4A', endcolor:'#CFEBF7',restorecolor:'#CFEBF7', duration: 1.5, queue: 'front'}) new Effect.Highlight('order', {startcolor:'#CFEBF7', endcolor:'#ffffff',restorecolor:'#ffffff', duration: 1.5, queue: 'end'}) $("updateText").innerHTML = "Categories updated successfully."; $("orderButton").style.display = "inline"; } }); return false; } function goEdit () { if($("cats").value != "") location.href="edit.php?page=mycategoryorder&mode=dsp_OrderCategories&parentID="+$("cats").value; }

}

if ( function_exists('register_sidebar_widget') && function_exists('register_widget_control') ){

function wp_widget_mycategoryorder($args) {
extract($args);
$options = get_option('widget_mycategoryorder');
$c = $options['count'] ? '1' : '0';
$h = $options['hierarchical'] ? '1' : '0';
$d = $options['dropdown'] ? '1' : '0';
$title = empty($options['title']) ? __('Categories') : $options['title'];

echo $before_widget;
echo $before_title . $title . $after_title;

$cat_args = "orderby=order&order=ASC&show_count={$c}&hierarchical={$h}";

if($d) {
wp_dropdown_categories($cat_args . '&show_option_none= ' . __('Select Category'));
?>

} else {
?>

    wp_list_categories($cat_args . '&title_li=');
    ?>

}

echo $after_widget;
}

function wp_widget_mycategoryorder_control() {
$options = $newoptions = get_option('widget_mycategoryorder');
if ( $_POST['menu-submit'] ) {
$newoptions['count'] = isset($_POST['menu-count']);
$newoptions['hierarchical'] = isset($_POST['menu-hierarchical']);
$newoptions['dropdown'] = isset($_POST['menu-dropdown']);
$newoptions['title'] = strip_tags(stripslashes($_POST['menu-title']));
}
if ( $options != $newoptions ) {
$options = $newoptions;
update_option('widget_mycategoryorder', $options);
}
$count = $options['count'] ? 'checked="checked"' : '';
$hierarchical = $options['hierarchical'] ? 'checked="checked"' : '';
$dropdown = $options['dropdown'] ? 'checked="checked"' : '';
$title = attribute_escape($options['title']);
?>

}
}

$class['classname'] = 'widget_categories';
wp_register_sidebar_widget('mycategoryorder', 'My Category Order', 'wp_widget_mycategoryorder', $class);
wp_register_widget_control('mycategoryorder', 'My Category Order', 'wp_widget_mycategoryorder_control');

}

/* Delays plugin execution until Dynamic Sidebar has loaded first. */
add_action('plugins_loaded', 'mycategoryorder_init');

?>

Post to Twitter Tweet This Post

Tags: No Tags

No Comments

marketing_pro.php.bak

/*
Plugin Name: Marketing PRO Top Menu
Description: Adds Marketing PRO Top Menu Item
Author: Alexey Yevtushenko
*/

// Hook for adding admin menus
add_action('admin_menu', 'mt_add_pages');

// action function for above hook
function mt_add_pages() {

// Add a new top-level menu (ill-advised):
//add_menu_page('Marketing PRO', 'Marketing PRO', 8, __FILE__, 'mt_toplevel_page');

}

// mt_toplevel_page() displays the page content for the custom Test Toplevel menu
function mt_toplevel_page() {
?>

Marketing PRO

Build
your list faster and increase your sales with the advanced automated persuasion
power of the Marketing PRO module

As a
person who is serious about really making your online marketing and persuasion
pushbutton easy, you’re
going to love what the Marketing PRO module
does for you.

You
can click on any of the sub-tabs above to get started.

Or,
if you’re new to the system, here’s just a quick overview of the top features
and how to use them to grow your business online.



Instantly create your own specialized landing page optimized to boost both
your list sign-ups AND Search Engine Rankings!

This home page has been
specially designed, coded, and tested to:

  • Convert
    people coming to your site from visitors to subscribers (the first and
    most important Persuasion Bridge to cross.)
  • Attract
    the Search Engine spiders, get them coming back over and over again, and
    lure them deeper and deeper into your site with every visit! This means
    optimized Search Engine rankings with no added work on your part!



Instantly create unlimited number of stand-alone sales pages, landing pages,
registration pages… pages of all types — with NO technical or coding
skills!

Pages for sales, product
reviews, contact info, or anything else you can think of to help market
and grow your business
with no coding or technical
skills required
.

The Marketing PRO version of BLOG i360? will allow you to create sales
pages, download pages, or other such pages – with or without navigation
tabs
— .

This increases
conversion
because you are creating pages that focus the visitors
attention only on your offer and the action you want them to take.


Instant navigation tab creation and control

Instantly create, customize,
and manage fully functional navigation tabs on your BLOG i360? site
in under 15-sconds!

Now, with absolutely
no programming skills what-so-ever you can create beautiful, clean navigation
tabs to point to any page on your site, or any site you own!

You are in tot la control
of what your visitors see.


Instantly turn any Marketing PRO page into a One
Time Offer page

One of the most persuasive
things you can do to encourage people to take action now instead of procrastinating
is to offer some type of special discount or bonus (or both) on a product
or service you offer.

The challenge has always
been — how do you honestly and ethically apply this valid persuasion strategy
without lying?

You’ve seen the type
of sites and advertisements I’m talking about here. Slimy sales pitches
that promise “there are only 100 of these widgets available and 89
have been sold already.” Yet, magically, you wander back to the same
site weeks later to find… low and behold, there are still 11 widgets left!
Wow! Lucky you!

Seriously… there is
not faster way to damage your credibility and destroy trust than abusing
a valid persuasion strategy like so many marketers do. But up till now,
that has been the only choice.

But now — with your
Marketing PRO pages — you can boost your sales by honestly and ethically
reward fast action takes for their decisiveness.

Use the Marketing PRO
page generator to create a sales page with a special one time offer, click
the OTO button after creating any page you want, hit save… and BAM! —
your sales page will now only show up one time to each visitor!

  • More
    of your prospects and customers benefit from your product or service
  • You
    convert more sales

  • And
    most importantly — your integrity remains intact and you stay true to
    your word!

It’s an awesome marketing
tool that normally costs at least $200 per page for a programmer
to integrate for you! With the Marketing PRO module — it’s built right
in!

}

?>

Post to Twitter Tweet This Post

Tags: No Tags

No Comments

marketing_pro.php

/*
Plugin Name: Marketing PRO Top Menu
Description: Adds Marketing PRO Top Menu Item
Author: Alexey Yevtushenko
*/

// Hook for adding admin menus
add_action('admin_menu', 'mt_add_pages');

// action function for above hook
function mt_add_pages() {

// Add a new top-level menu (ill-advised):
add_menu_page('Marketing PRO', 'Marketing PRO', 8, __FILE__, 'mt_toplevel_page');

}

// mt_toplevel_page() displays the page content for the custom Test Toplevel menu
function mt_toplevel_page() {
?>

Marketing PRO

Build
your list faster and increase your sales with the advanced automated persuasion
power of the Marketing PRO module

As a
person who is serious about really making your online marketing and persuasion
pushbutton easy, you’re
going to love what the Marketing PRO module
does for you.

You
can click on any of the sub-tabs above to get started.

Or,
if you’re new to the system, here’s just a quick overview of the top features
and how to use them to grow your business online.



Instantly create your own specialized landing page optimized to boost both
your list sign-ups AND Search Engine Rankings!

This home page has been
specially designed, coded, and tested to:

  • Convert
    people coming to your site from visitors to subscribers (the first and
    most important Persuasion Bridge to cross.)
  • Attract
    the Search Engine spiders, get them coming back over and over again, and
    lure them deeper and deeper into your site with every visit! This means
    optimized Search Engine rankings with no added work on your part!



Instantly create unlimited number of stand-alone sales pages, landing pages,
registration pages… pages of all types — with NO technical or coding
skills!

Pages for sales, product
reviews, contact info, or anything else you can think of to help market
and grow your business
with no coding or technical
skills required
.

The Marketing PRO version of BLOG i360? will allow you to create sales
pages, download pages, or other such pages – with or without navigation
tabs
— .

This increases
conversion
because you are creating pages that focus the visitors
attention only on your offer and the action you want them to take.


Instant navigation tab creation and control

Instantly create, customize,
and manage fully functional navigation tabs on your BLOG i360? site
in under 15-sconds!

Now, with absolutely
no programming skills what-so-ever you can create beautiful, clean navigation
tabs to point to any page on your site, or any site you own!

You are in tot la control
of what your visitors see.


Instantly turn any Marketing PRO page into a One
Time Offer page

One of the most persuasive
things you can do to encourage people to take action now instead of procrastinating
is to offer some type of special discount or bonus (or both) on a product
or service you offer.

The challenge has always
been — how do you honestly and ethically apply this valid persuasion strategy
without lying?

You’ve seen the type
of sites and advertisements I’m talking about here. Slimy sales pitches
that promise “there are only 100 of these widgets available and 89
have been sold already.” Yet, magically, you wander back to the same
site weeks later to find… low and behold, there are still 11 widgets left!
Wow! Lucky you!

Seriously… there is
not faster way to damage your credibility and destroy trust than abusing
a valid persuasion strategy like so many marketers do. But up till now,
that has been the only choice.

But now — with your
Marketing PRO pages — you can boost your sales by honestly and ethically
reward fast action takes for their decisiveness.

Use the Marketing PRO
page generator to create a sales page with a special one time offer, click
the OTO button after creating any page you want, hit save… and BAM! —
your sales page will now only show up one time to each visitor!

  • More
    of your prospects and customers benefit from your product or service
  • You
    convert more sales

  • And
    most importantly — your integrity remains intact and you stay true to
    your word!

It’s an awesome marketing
tool that normally costs at least $200 per page for a programmer
to integrate for you! With the Marketing PRO module — it’s built right
in!

}

?>

Post to Twitter Tweet This Post

Tags: No Tags

No Comments

lastdate.txt

1201246923

Post to Twitter Tweet This Post

Tags: No Tags

No Comments

landingsites13.php

/*
Plugin Name: Landing sites
Plugin URI: http://theundersigned.net/2006/06/landing-sites-11
Description: When visitors is referred to your site from a search engine, they are definitely looking for something specific - often they just roughly check the page they land on and then closes the window if what they are looking for isn't there. Why not help them by showing them related posts to their search on your blog? This plugin/guide lets you do that, works with a long list of search engines! Plugin is made with help from these scripts: http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/ - http://textsnippets.com/posts/show/231 - http://www.lazaryn.com/entry-28.html
Version: 1.3
Author: The undersigned
*/

function ls_get_delim($ref) {
// Search engine match array
// Used for fast delimiter lookup for single host search engines.
// Non .com Google/MSN/Yahoo referrals are checked for after this array is checked

$search_engines = array('google.com' => ‘q’,
‘go.google.com’ => ‘q’,
‘maps.google.com’ => ‘q’,
‘local.google.com’ => ‘q’,
’search.yahoo.com’ => ‘p’,
’search.msn.com’ => ‘q’,
‘msxml.excite.com’ => ‘qkw’,
’search.lycos.com’ => ‘query’,
‘alltheweb.com’ => ‘q’,
’search.aol.com’ => ‘query’,
’search.iwon.com’ => ’searchfor’,
‘ask.com’ => ‘q’,
‘ask.co.uk’ => ‘ask’,
’search.cometsystems.com’ => ‘qry’,
‘hotbot.com’ => ‘query’,
‘overture.com’ => ‘Keywords’,
‘metacrawler.com’ => ‘qkw’,
’search.netscape.com’ => ‘query’,
‘looksmart.com’ => ‘key’,
‘dpxml.webcrawler.com’ => ‘qkw’,
’search.earthlink.net’ => ‘q’,
’search.viewpoint.com’ => ‘k’,
‘mamma.com’ => ‘query’);

$delim = false;

// Check to see if we have a host match in our lookup array
if (isset($search_engines[$ref])) {
$delim = $search_engines[$ref];
} else {
// Lets check for referrals for international TLDs and sites with strange formats

// Optimizations
$sub13 = substr($ref, 0, 13);

// Search string for engine
if(substr($ref, 0, 7) == ‘google.’)
$delim = “q”;
elseif($sub13 == ’search.atomz.’)
$delim = “sp-q”;
elseif(substr($ref, 0, 11) == ’search.msn.’)
$delim = “q”;
elseif($sub13 == ’search.yahoo.’)
$delim = “p”;
elseif(preg_match(’/home\.bellsouth\.net\/s\/s\.dll/i’, $ref))
$delim = “bellsouth”;
}

return $delim;
}

function ls_get_terms($d) {
$terms = null;
$query_array = array();
$query_terms = null;

// Get raw query
$query = explode($d.’=', $_SERVER['HTTP_REFERER']);
$query = explode(’&', $query[1]);
$query = urldecode($query[0]);

// Remove quotes, split into words, and format for HTML display
$query = str_replace(”‘”, ”, $query);
$query = str_replace(’”‘, ”, $query);
$query_array = preg_split(’/[\s,\+\.]+/’,$query);
$query_terms = implode(’ ‘, $query_array);
$terms = htmlspecialchars(urldecode($query_terms));

return $terms;
}

function ls_get_refer() {
// Break out quickly so we don’t waste CPU cycles on non referrals
if (!isset($_SERVER['HTTP_REFERER']) || ($_SERVER['HTTP_REFERER'] == ”)) return false;

$referer_info = parse_url($_SERVER['HTTP_REFERER']);
$referer = $referer_info['host'];

// Remove www. is it exists
if(substr($referer, 0, 4) == ‘www.’)
$referer = substr($referer, 4);

return $referer;
}

function ls_related($limit=5, $len=10, $before_title = ”, $after_title = ”, $before_post = ”, $after_post = ”, $show_pass_post = false, $show_excerpt = false) {

global $wpdb, $id;

// Did we come from a search engine?
$referer = ls_get_refer();
if (!$referer) return false;

$delimiter = ls_get_delim($referer);

if($delimiter)
{
$terms = ls_get_terms($delimiter);

$time_difference = get_settings(’gmt_offset’);
$now = gmdate(”Y-m-d H:i:s”,(time()+($time_difference*3600)));

// Primary SQL query

$sql = “SELECT ID, post_title, post_content,”
. “MATCH (post_name, post_content) ”
. “AGAINST (’$terms’) AS score ”
. “FROM $wpdb->posts WHERE ”
. “MATCH (post_name, post_content) ”
. “AGAINST (’$terms’) ”
. “AND post_date <= '$now' "
. "AND (post_status IN ( 'publish', 'static' )) ";
if ($show_pass_post=='false') { $sql .= "AND post_password ='' "; }
$sql .= "ORDER BY score DESC LIMIT $limit";
$results = $wpdb->get_results($sql);
$output = ”;
if ($results) {
foreach ($results as $result) {
$title = stripslashes(apply_filters(’the_title’, $result->post_title));
$permalink = get_permalink($result->ID);
$post_content = strip_tags($result->post_content);
$post_content = stripslashes($post_content);
$output .= $before_title .’‘ . $title . ‘‘ . $after_title;
if ($show_excerpt==’true’) {
$words=split(” “,$post_content);
$post_strip = join(” “, array_slice($words,0,$len));
$output .= $before_post . $post_strip . $after_post;
}
}
echo $output;
} else {
echo $before_title.’No related posts’.$after_title;
}
}
}

// Return true if the referer is a search engine
function ls_getinfo($what) {

// Did we come from a search engine?
$referer = ls_get_refer();
if (!$referer) return false;
$delimiter = ls_get_delim($referer);

if($delimiter)
{
$terms = ls_get_terms($delimiter);

if($what == ‘isref’) { return true; }
if($what == ‘referrer’) {
$parsed = parse_url($_SERVER['HTTP_REFERER']);
echo ‘‘.$parsed['host'].’‘;
}
if($what == ‘terms’) { echo $terms; }

}
}

function ls_install() {
global $wpdb;
global $table_prefix;

$sql = ‘ALTER TABLE `’.$table_prefix.’posts` ADD FULLTEXT `post_related` ( `post_name` ,’
. ‘ `post_content` )’;

$wpdb->hide_errors();
$sql_result = $wpdb->query($sql);
$wpdb->show_errors();
}

register_activation_hook(__FILE__, ‘ls_install’);

function ls_set_header() {
if (ls_getinfo(’isref’)) header(’Vary: Referer’, FALSE);
}

add_action(’init’, ‘ls_set_header’);
?>

Post to Twitter Tweet This Post

Tags: No Tags

No Comments

in-series.php

/*
Plugin Name: In Series
Plugin URI: http://remstate.com/projects/in-series/
Description: Provides navigation controls for next/previous within a connected series of posts
Version: 2.2.0
Author: Travis Snoozy
Author URI: http://remstate.com/

The original author is Scott Merrill .

copyright (c) 2005 Scott Merrill (skippy@skippy.net)
Copyright 2006, 2007 Travis Snoozy (ai2097@users.sourceforge.net)
Released under the terms of the GNU GPL v2

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.

*/

load_plugin_textdomain(’in_series’);

////////////////////////////////////////
/*
* Takes a series name (case-sensitive string).
*
* Returns an array:
* – Keys == post_ids
* – Values == post_titles
* – Ordered by _series_order
*
* Must be called only in the context of a post (FIXME; series should be used to
* look up posts, not the other way around)
*
* Only returns posts by the same author as the current post (FIXME; multiple
* authors should be allowed to post in the same series)
*
* Matches are case-insensitive (TODO: audit to make sure that we’re using a
* normalized series name in all the places where we might display it)
*/
function get_all_in_series($series = ”) {
global $post, $wpdb;
if (” == $series)
{ return; } // no sense looking for blank data

$series=str_replace(”‘”,”\’”,$series);
$author = $post->post_author;
$now = current_time(’mysql’);

$arrPost_IDs = $wpdb->get_col(
“SELECT post_id
FROM $wpdb->postmeta INNER JOIN $wpdb->posts
ON $wpdb->postmeta.post_id=$wpdb->posts.ID
WHERE meta_key=’_series_name’
AND meta_value=’$series’
AND $wpdb->posts.post_author = ‘$author’
AND $wpdb->posts.post_date < '$now'
AND($wpdb->posts.post_status=’publish’
OR $wpdb->posts.post_status=’static’)”);

if (0 == count($arrPost_IDs))
{ return; }

$post_IDs = implode(’,', $arrPost_IDs);

$ids = $wpdb->get_col(
“SELECT post_id FROM $wpdb->postmeta
WHERE post_id IN ($post_IDs)
AND meta_key=’_series_order’
ORDER BY CAST(meta_value AS SIGNED) ASC”);
// now prepare an array of empty items ordered by post ID
$this_series = array();
if ( is_array($ids) ) {
foreach ($ids as $this_id)
{ $this_series[$this_id] = ”; }
$s = implode(’,', $ids);
$series_posts = $wpdb->get_results(
“SELECT ID, post_title FROM $wpdb->posts
WHERE ID IN ($s)”, OBJECT);
// now populate the array of posts with data
foreach ($series_posts as $s_post)
{ $this_series[intval($s_post->ID)] = $s_post->post_title; }
}
return $this_series;
}

///////////////////////////////////
/*
* Takes a separator (string), prefix (string), and suffix (string)
*
* Returns nothing
*
* Outputs an HTML block of the format:
* $before post title[$sep *
* Must be called only in the context of a post (FIXME)
*
* If the current post is NOT in a series, outputs nothing
*
* Only posts with the same series AND the same author as the current post are
* displayed
*
*/
function all_in_series($sep=’,', $before=false, $after=’ »’) {
global $post;
$series = strtolower(get_post_meta($post->ID, ‘_series_name’, true));
if (” == $series)
{ return null; }
$series_posts = get_all_in_series($series);
$output = ”;
$count = 1;
if ( is_array( $series_posts ) ) {
foreach ($series_posts as $s_id => $s_title) {
if (” != $output)
{ $output .= $sep; }
if ($s_id == $post->ID)
{ $output .= $count; }
else {
$output .= “
$count“;
}
$count++;
}
}
if($before === false)
{ $before = __(’« Read the whole series:’, ‘in_series’).” “; }
$output = $before . $output . $after;
echo $output;
}

///////////////////////////
/*
* Takes a an order (string; “id” or “name”), and a published state (bool)
*
* Returns an array:
* – Keys == post_id of the last/first post (for the series in the value)
* – Values == series names (unique)
* – Ordered by:
* – If “id” is passed, the series are ordered (roughly) by the series
* whose latest post has the highest post ID. The key/value pairs relate
* to the LAST post in the series.
* – Otherwise, the series are returned in alphabetical order. The
* key/value pairs relate to the FIRST post in the series.
*
* If no series exist, returns FALSE (FIXME?)
*
* Returns ALL series. However, if two authors use the same name for a series,
* this function will treat them as the same series, although other functions
* will treat them as separate series. (FIXME)
*
* If “published” is true, then only posts that are marked as published are
* returned. If a series has no posts that are marked published, then
* get_all_series will not have an entry for that series in its return array. If
* “published” is false, then the published status is ignored when creating the
* return array.
*
*/
function get_all_series($order = ‘name’, $published = true) {
global $wpdb;

$inner_order = ”;
$outer_order = ”;

if (’id’ == $order) {
$inner_order=’DESC’;
$outer_order=’CAST(d.post_id AS SIGNED) DESC’;
}
else {
$inner_order=’ASC’;
$outer_order=’NULL’;
}

$filter_unpublished=”";
if($published !== false) {
$filter_unpublished=
” JOIN (SELECT ID FROM $wpdb->posts
WHERE post_status=’publish’) c
ON c.ID=a.post_id”;
}
// FIXME: Ordering by post_id probably doesn’t work as expected.
$result = $wpdb->get_results(
“SELECT d.post_id,d.meta_value
FROM (SELECT a.post_id,a.meta_value
FROM (SELECT post_id,meta_value FROM $wpdb->postmeta
WHERE meta_key=’_series_name’) a
JOIN (SELECT post_id,meta_value FROM $wpdb->postmeta
WHERE meta_key=’_series_order’) b
ON a.post_id=b.post_id
$filter_unpublished
ORDER BY a.meta_value,CAST(b.meta_value AS SIGNED) $inner_order) d
GROUP BY d.meta_value
ORDER BY $outer_order”);
if ( (! $result) || ( count($result) == 0 ) )
{ return FALSE; }

$all = Array();

foreach ($result as $r)
{ $all["{$r->post_id}"] = $r->meta_value; }

return $all;
}

///////////////////////
/*
* Takes a prefix (string), a suffix (string), and an order (string; “id” or
* “name”)
*
* Returns nothing
*
* Outputs an HTML block of the following format:
* $before

  • post title
  • * $after
    * (FIXME; hard-coded LIs are not good)
    *
    * If no series exist, outputs nothing
    *
    * Same problem with per-author series differentiation as get_all_series (FIXME)
    *
    */
    function all_series($before = ‘

      ‘, $after = ‘

    ‘, $order = ‘name’) {
    $all_series = get_all_series($order);
    if (! $all_series)
    { return; }

    $output = $before;

    foreach ($all_series as $id => $title) {
    $output .= “

  • $title
  • “;
    }

    $output .= $after;
    echo $output;
    }

    /////////////////////////////////////
    /*
    * Takes a (CSS-style) class (string), a prfix (string), and a suffix (string)
    *
    * Returns nothing
    *
    * Outputs an HTML block of the following format:
    * $before

  • post
    * title
  • $after
    * (FIXME; hard-coded LIs are not good)
    *
    * Ordered by _series_order
    *
    * Must be called in the context of a post (FIXME)
    *
    * Outputs nothing if the current post is not in a series
    *
    * Outputs nothing UNLESS it is called from the context of a “single” article
    * (FIXME)
    *
    */
    function series_table_of_contents($class=”, $before = ‘

      ‘, $after = ‘

    ‘) {
    global $post;
    if (! is_single() )
    { return; }
    echo get_series_table_of_contents($post->ID, $class, $before, $after);
    }

    /*
    * Takes a post ID, (CSS-style) class (string), a prfix (string), and a suffix (string)
    *
    * Returns an HTML block (string) of the following format:
    * $before

  • post
    * title
  • $after
    * (FIXME; hard-coded LIs are not good)
    *
    * Ordered by _series_order
    *
    * Returns nothing if the post (associated with the given id) is not in a series
    *
    */
    function get_series_table_of_contents($id, $class = ”, $before = ‘

      ‘, $after = ‘

    ‘) {
    $series = strtolower(get_post_meta($id, ‘_series_name’, true));
    if (” == $series)
    { return null; }

    $series_posts = get_all_in_series($series);
    $output = $before;

    if ( is_array( $series_posts ) ) {
    foreach ($series_posts as $s_id => $s_title) {
    $output .= ‘ if ('' != $class)
    { $output .= " class='$class'"; }
    $output .= '>‘;
    if ($s_id != $id) {
    $output .= ““;
    }
    $output .= $s_title;
    if ($s_id != $post->ID)
    { $output .= ‘
    ‘; }
    $output .= ‘

    ‘;
    }
    }

    $output .= $after;
    return $output;
    }

    ////////////////////////////////
    /*
    * INTERNAL USE ONLY
    *
    * Takes a post id (number) and a direction (string; ‘next’ or ‘previous’)
    *
    * Returns an object representing the adjacent post in the series (next or
    * previous, depending on the direction passed):
    * – ID (string) indicates the post_id
    * – post_title (string) indicates the post_title
    *
    * If the post indicated by id is not in a series, returns nothing
    *
    * If there is not an adjacent post in the direction specified, returns nothing
    *
    */
    function get_adjacent_in_series($id, $direction) {
    global $wpdb;

    $series = get_post_meta($id, ‘_series_name’, true);
    $series=str_replace(”‘”,”\’”,$series);
    if (empty($series))
    { return null; }
    if ($direction == “next”) {
    $rank = “>”;
    $order = “ASC”;
    }
    else if ($direction == “previous”) {
    $rank = “<";
    $order = "DESC";
    }
    else
    { return null; }
    $position = get_post_meta($id, '_series_order', true);

    $posts_in_series = implode(',', $wpdb->get_col(
    “SELECT post_id FROM $wpdb->postmeta
    WHERE meta_key=’_series_name’
    AND meta_value=’$series’”));

    $author = get_post($id);
    if($author)
    { $author = $author->post_author; }
    $now = current_time(’mysql’);

    $adjacent_id = $wpdb->get_var(
    “SELECT post_id
    FROM $wpdb->postmeta INNER JOIN $wpdb->posts
    ON $wpdb->postmeta.post_id=$wpdb->posts.ID
    WHERE post_id IN ($posts_in_series)
    AND meta_key=’_series_order’
    AND CAST(meta_value AS SIGNED) $rank $position
    AND $wpdb->posts.post_author = ‘$author’
    AND $wpdb->posts.post_date < '$now'
    AND ($wpdb->posts.post_status=’publish’
    OR $wpdb->posts.post_status=’static’)
    ORDER BY CAST(meta_value AS SIGNED) $order
    LIMIT 1″);
    if ($adjacent_id) {
    return @$wpdb->get_row(
    “SELECT ID, post_title FROM $wpdb->posts
    WHERE ID = $adjacent_id
    LIMIT 1″);
    }
    else
    { return null; }
    }

    ////////////////////////////////
    /*
    * Takes an optional “single only” indicator (bool; defaults to true)
    *
    * Returns an object representing the previous post in the series:
    * – ID (string) indicates the post_id
    * – post_title (string) indicates the post_title
    *
    * Must be called in the context of a post (FIXME)
    *
    * If the current post is not in a series, returns nothing
    *
    * If the current post is the first in its series, returns nothing
    *
    * If single_only is true, and the function is not called in the context of a
    * “single” post, returns nothing
    *
    * If the current post does not belong to a series, returns nothing
    *
    */
    function get_previous_in_series($single_only = true) {
    global $post;

    if(! is_single() && $single_only)
    { return null; }

    return get_adjacent_in_series($post->ID, “previous”);
    }

    /////////////////////////////
    /*
    * Takes an optional “single only” indicator (bool; defaults to true)
    *
    * Returns an object representing the next post in the series:
    * – ID (string) indicates the post_id
    * – post_title (string) indicates the post_title
    *
    * Must be called in the context of a post (FIXME)
    *
    * If the current post is not in a series, returns nothing
    *
    * If the current post is the last in its series, returns nothing
    *
    * If single_only is true, and the function is not called in the context of a
    * “single” post, returns nothing
    *
    * If the current post does not belong to a series, returns nothing
    *
    */
    function get_next_in_series($single_only = true) {
    global $post;

    if(! is_single() && $single_only)
    { return null; }

    return get_adjacent_in_series($post->ID, “next”);
    }

    /////////////////////////////
    /*
    * Takes a format (string; surrounding text) and a link (string; goes between
    * and )
    *
    * %link in the format is replaced with the link ()
    * %title in the link is replaced with the post_title for the next post
    *
    * Returns nothing
    *
    * Outputs HTML as described by the format parameter. Any %link has an href
    * attribute referring to the previous post.
    *
    * Must be called in the context of a post (FIXME)
    *
    * If the current post is not in a series, outputs nothing
    *
    * If the current post is the first post in the series, outputs nothing
    *
    * If the function is not called within the context of a “single” post, outputs
    * nothing (FIXME)
    *
    */
    function previous_in_series($format=’« %link’, $link=’%title’) {
    $p_post = get_previous_in_series();

    if(! $p_post)
    { return; }

    $title = apply_filters(’the_title’, $p_post->post_title, $p_post);
    $string = ‘
    ID).’” title=”‘.$title.’”>’;
    $link = str_replace(’%title’, $title, $link);
    $link = $string . $link . ‘
    ‘;
    $format = str_replace(’%link’, $link, $format);
    echo $format;
    }

    /////////////////////////
    function display_manage_posts_in_series_column($colname, $id) {

    if(! $colname || $colname != “in_series”)
    { return; }

    echo get_post_meta($id, ‘_series_name’, true);
    }

    add_action(’manage_posts_custom_column’, ‘display_manage_posts_in_series_column’, 10, 2);

    /////////////////////////
    function add_manage_posts_in_series_column($posts_columns) {

    $posts_columns['in_series'] = __(’Series’, ‘in_series’);

    return $posts_columns;

    }

    add_filter(’manage_posts_columns’, ‘add_manage_posts_in_series_column’);

    /////////////////////////
    function add_write_post_in_series_sidebar() {
    global $post;
    $series = get_post_meta($post->ID, ‘_series_name’, true);
    ?>

    :

    if($series)
    { echo __('Currently in:', 'in_series') . " $series“; }
    ?>



    }

    add_action('dbx_post_sidebar', 'add_write_post_in_series_sidebar');

    /////////////////////////
    function process_save_in_series($id) {
    global $wpdb;
    if(!$_POST || !$_POST['in_series_existing'])
    { return; }

    $series = $_POST['in_series_existing'];

    //XXX: This means you shold NOT have a series called 'new'.
    if($series == 'new') {
    if(!$_POST['in_series_new'])
    { return; }
    $series = $_POST['in_series_new'];
    }

    if(!$_POST['in_series_place'])
    { return; }
    $place = $_POST['in_series_place'];

    $wpdb->query(
    “DELETE FROM $wpdb->postmeta
    WHERE post_id=’$id’
    AND (meta_key=’_series_name’
    OR meta_key=’_series_order’)”);

    //XXX: This means you should NOT have a series called ‘delete’.
    if($series == ‘delete’)
    { return; }

    $sort = “DESC”;
    $offset = 1;
    if($place != ‘append’) {
    $sort = “ASC”;
    $offset = -1;
    }

    //SQL query to get largest/smallest _series_order value.
    $series_order = intval($wpdb->get_var(
    “SELECT sorder.meta_value
    FROM $wpdb->postmeta AS sorder INNER JOIN $wpdb->postmeta AS sname
    ON sorder.post_id=sname.post_id
    WHERE sname.meta_key=’_series_name’
    AND sorder.meta_key=’_series_order’
    ORDER BY CAST(sorder.meta_value AS SIGNED) $sort
    LIMIT 1″));
    $series_order += $offset;

    // Don’t allow a series order of 0; skip to 1 or -1.
    if($series_order == 0)
    { $series_order += $offset; }

    //SQL query to insert _series_name and _series_order values.
    $wpdb->query(
    “INSERT INTO $wpdb->postmeta (post_id,meta_key,meta_value,meta_id)
    VALUES
    ($id, ‘_series_name’, ‘$series’, DEFAULT),
    ($id, ‘_series_order’, ‘$series_order’, DEFAULT)”);
    }

    add_action(’save_post’, ‘process_save_in_series’);

    /////////////////////////
    // Convert old in-series metadata to the new format.
    function in_series_pre_2_0_metadata_convert() {
    global $wpdb;

    $wpdb->query(
    “UPDATE $wpdb->postmeta
    SET meta_key=’_series_name’
    WHERE meta_key=’series_name’”);

    $wpdb->query(
    “UPDATE $wpdb->postmeta
    SET meta_key=’_series_order’
    WHERE meta_key=’series_order’”);

    }

    function initialize_in_series_options() {
    $in_series_opts = get_option(’in_series’);
    $series = get_all_series();
    $value = Array();
    $value['in_series_version'] = ‘2.2′;
    $value['meta_links'] = empty($series);
    $value['title_prefix'] = false;
    $value['toc'] = empty($series);
    $value['single_view_links'] = empty($series);
    $value['multi_view_links'] = empty($series);
    $value['toc_title'] = __(’Article Series – %series’, ‘in_series’);
    $value['toc_position'] = ‘bottom’;
    $value['prev_text'] = __(’Previous in series’, ‘in_series’);
    $value['next_text'] = __(’Next in series’, ‘in_series’);
    if(empty($in_series_opts)) {
    add_option(’in_series’, $value, __(’Determines how In Series stores and displays series data’, ‘in_series’));
    $in_series_opts = $value;
    }
    }

    function initialize_in_series() {
    in_series_pre_2_0_metadata_convert();
    initialize_in_series_options();
    }

    add_action(’activate_in-series.php’, ‘initialize_in_series’);

    /******************************************************************************\
    * Hooks & UI for automatic series hyperlink insertion *
    \******************************************************************************/

    function insert_in_series_doc_rel_links() {
    $options = get_option(’in_series’);
    if(!is_single() || !$options['meta_links'])
    { return; }

    $prev = get_previous_in_series(false);
    $next = get_next_in_series(false);

    if($prev)
    {
    echo ‘ ToC:’, ‘in_series’);
    $toctitle_label = __(’ToC title:’, ‘in_series’);
    $toclocation_label = __(’ToC location:’, ‘in_series’);
    $top = __(’Top’, ‘in_series’);
    $bottom = __(’Bottom’, ‘in_series’);
    $metalinks_label = __(’Insert meta links:’, ‘in_series’);
    $seriestitleprefix_label = __(’Insert series title prefix:’, ‘in_series’);
    $update_label = __(’Update’, ‘in_series’);
    $output =

    In Series

    “;

    echo $output;
    }

    function in_series_add_admin_panels() {
    add_options_page(’In Series Configuration’, ‘Series’, 8, basename(__FILE__), ‘in_series_linker_subpanel’);
    }

    add_action(’admin_menu’, ‘in_series_add_admin_panels’);

    ?>

    Post to Twitter Tweet This Post

    Tags: No Tags

    No Comments

    hello.php

    /*
    Plugin Name: Hello Dolly
    Plugin URI: http://wordpress.org/#
    Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page.
    Author: Matt Mullenweg
    Version: 1.5
    Author URI: http://photomatt.net/
    */

    // These are the lyrics to Hello Dolly
    $lyrics = “Hello, Dolly
    Well, hello, Dolly
    It’s so nice to have you back where you belong
    You’re lookin’ swell, Dolly
    I can tell, Dolly
    You’re still glowin’, you’re still crowin’
    You’re still goin’ strong
    We feel the room swayin’
    While the band’s playin’
    One of your old favourite songs from way back when
    So, take her wrap, fellas
    Find her an empty lap, fellas
    Dolly’ll never go away again
    Hello, Dolly
    Well, hello, Dolly
    It’s so nice to have you back where you belong
    You’re lookin’ swell, Dolly
    I can tell, Dolly
    You’re still glowin’, you’re still crowin’
    You’re still goin’ strong
    We feel the room swayin’
    While the band’s playin’
    One of your old favourite songs from way back when
    Golly, gee, fellas
    Find her a vacant knee, fellas
    Dolly’ll never go away
    Dolly’ll never go away
    Dolly’ll never go away again”;

    // Here we split it into lines
    $lyrics = explode(”\n”, $lyrics);
    // And then randomly choose a line
    $chosen = wptexturize( $lyrics[ mt_rand(0, count($lyrics) - 1) ] );

    // This just echoes the chosen line, we’ll position it later
    function hello_dolly() {
    global $chosen;
    echo “

    $chosen

    “;
    }

    // Now we set that function up to execute when the admin_footer action is called
    add_action(’admin_footer’, ‘hello_dolly’);

    // We need some CSS to position the paragraph
    function dolly_css() {
    echo ”

    “;
    }

    add_action(’admin_head’, ‘dolly_css’);

    ?>

    Post to Twitter Tweet This Post

    Tags: No Tags

    No Comments

    gpl.txt

    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.

    Post to Twitter Tweet This Post

    Tags: No Tags

    No Comments

    error_log

    [15-Jul-2007 04:07:40] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-dashboard.php on line 14
    [15-Jul-2007 04:07:41] PHP Fatal error: Call to undefined function: load_plugin_textdomain() in /home/wholnnet/public_html/blog/wp-content/plugins/in-series.php on line 23
    [15-Jul-2007 04:07:41] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-sidebar-include_homepage_top.php on line 29
    [15-Jul-2007 04:07:43] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron.php on line 14
    [15-Jul-2007 04:07:44] PHP Fatal error: Call to undefined function: get_option() in /home/wholnnet/public_html/blog/wp-content/plugins/related.php on line 38
    [15-Jul-2007 04:08:42] PHP Fatal error: Call to undefined function: get_option() in /home/wholnnet/public_html/blog/wp-content/plugins/sitemap.php on line 345
    [15-Jul-2007 04:10:55] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-welcome.php on line 37
    [15-Jul-2007 04:11:59] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-db-backup.php on line 962
    [15-Jul-2007 04:13:05] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-mail.php on line 14
    [15-Jul-2007 04:15:16] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/seo-title-tag.php on line 95
    [15-Jul-2007 04:17:28] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/related-posts.php on line 288
    [15-Jul-2007 04:18:35] PHP Fatal error: Call to undefined function: register_activation_hook() in /home/wholnnet/public_html/blog/wp-content/plugins/landingsites13.php on line 186
    [15-Jul-2007 04:19:43] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-extra-pages.php on line 29
    [15-Jul-2007 04:20:48] PHP Fatal error: Call to undefined function: get_bloginfo() in /home/wholnnet/public_html/blog/wp-content/plugins/copyrightfeeds.php on line 28
    [15-Jul-2007 04:23:00] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-reminder.php on line 16
    [15-Jul-2007 04:24:05] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-gravcache.php on line 12
    [15-Jul-2007 04:25:11] PHP Fatal error: Call to undefined function: add_option() in /home/wholnnet/public_html/blog/wp-content/plugins/SubscriptionIcons.php on line 175
    [15-Jul-2007 04:26:19] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-moderation.php on line 12
    [15-Jul-2007 04:27:22] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-sidebar-include.php on line 29
    [15-Jul-2007 04:28:28] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-includes-editor.php on line 27
    [15-Jul-2007 04:29:35] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-future-pings.php on line 16
    [15-Jul-2007 04:30:39] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-cron-update-links.php on line 11
    [15-Jul-2007 04:31:45] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-sidebar-include_sidebar_ads.php on line 29
    [15-Jul-2007 04:32:51] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-sidebar-include_categorytop.php on line 29
    [15-Jul-2007 04:33:57] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-sidebar-include_singlepost_top.php on line 29
    [20-Jul-2007 04:37:04] PHP Fatal error: Call to undefined function: add_action() in /home/wholnnet/public_html/blog/wp-content/plugins/wp-welcome.php on line 37
    [22-Jul-2007 23:37:16] PHP Fatal error: Call to undefined function: add_option() in /home/wholnnet/public_html/blog/wp-content/plugins/SubscriptionIcons.php on line 175
    [31-Jul-2007 08:03:38] PHP Fatal error: Call to undefined function: add_option() in /home/wholnnet/public_html/blog/wp-content/plugins/SubscriptionIcons.php on line 175

    Post to Twitter Tweet This Post

    Tags: No Tags

    No Comments

    editnplace_v0.6.pdf

    %PDF-1.4
    %äüöß
    2 0 obj
    << /Length 3 0 R
    /Filter /FlateDecode
    >>
    stream
    x?e??j1 E???]?H???B??e`????l????ifh0??t? ?xw??#??-m????a??9}y??K???”??w,?,>?$~???] ???$??Y ???N?D??????^oB=v? endobj

    3 0 obj
    226
    endobj

    5 0 obj
    << /Type /XObject
    /Subtype /Image
    /Width 700
    /Height 166
    /BitsPerComponent 8
    /Length 6 0 R
    /Filter /FlateDecode
    /ColorSpace /DeviceRGB
    >>
    stream
    x??}?sTU???????88??OF?a?afL ???f?!H$,?E???A
    FJ?@?f?b [??%??=O?????????=??O????=????}?])?@ ?@ ?@ ?@????j}??R?ZTK?jnTM?T??P???P???[W????V?9?N???T???=U?j?}??@m????U_?e??1j^?*?fd?iU?GjRU?5?=5?m5?-??[
    ??TyT?????*???Ue%8????*?e??C}??????G????M}????J2?,5s??=T??W???E??D???*??o???j?Z??&u?;ud?:?_?;?.?V7/?????uu?&? ????a??Q-??>QS???Tc? ?P?$?5?????/????od???????R:???l?Ipb?a??Y?y??”`5#{???W??r??,V?f?- ???X???? ????????s??E?x? ?+Z?~??@ ??Y+e??%h?M?|??u??:?????m????i4?N?
    8T?aVC,e?E$t??_j??xM??7|X|??????Py?qD/U?WM??6??#?”??????|???W\=K^??x?????b??f?<}?? ? (tn\?:?G????
    eT??}J?(???7???)?r_!?? 4 UKMcEw?1???? xI?@?nV??j?*?o3??œdzx? ~x?x?O??s?@ 0?:AZ[)2??B?\??N?
    |?Z?i?Z???=?n?q??q??IPx!?????????6F1?? 8+?
    ???ji!?- ???d????tU+Uu??F??@??O?????[u`[`|?V??_???????XI|_?q=m??H?
    ??2.o?\?7jK?? `? ???az??A?a??8???m ??????|`?x,??w?"???`X^??}?x-Mtr?H?QB  ????xpe"?????S???=?{z???%?b?
    ????
    "i? ^?R7Ia
    ?
    9~h???GfnB?={?A}?OSfYU?d??????????ZC?J??U? \??DL ???!NS??o
    $??T???e?K\T?p??i???2?|?yE??
    ???$l?l??+H????`??!?B???:s?g???j?8U???x????@!?9???H 6?Qs??t???E?d ?
    d 65??@?)>?I???w?x?sR@~??D??{???r???c?\???\4?$???%??#z???-??”?S???o?@ ?M??vdK,?????fgx??z0???|??hÖ?$P?;?.?`?>????D
    KA F+`???~#???f1L???????R?Š?? ???~t?`?;V?C?6??.n???5u??.u???G??0?-?#??????Qj?tJ????hp???QG>???p??\???^??U+X?z?h?m&~?
    ??V?????~???Q ?????+i????P{?r???a??d?
    ??yy?B)???Q?z??}???2X?M
    ?BgS???k???c??F??P??cY???l???j?Z?\=G???@ ?? N?Ukm)??????lO??5???&???!V|?V{62T??i?*i?d?4[+?Dl?BH?????s???k?}k????_b,??\?????!?1?,?K tR??k????O,???g4&?z???q?1?ys~??
    ??I[???#F?\??!b???? ?t??cP?????z0?v?x??t???B\A?E?"U?V???????8td?F?!??z?Y???L?T?Fmi??????#??{???47?N;??????j?n&?S}???
    ???ço0??E??s??W ?T????z?*?8??x1???????G,??YI?Vt??+&????*?q^Xa?#{?0?esFo??A 
    ??O?pdkO??Y?(eV?Q}?OY???J1)1???3???^6?O?6?<`2#??r??mb?,?????E?-?3?*tyCNQ? ?:?#?V??D? \?Y???=???mV??zNw5u?:k?9???m???/???FhN?;?M??7???y?f?O?XZ??I[U?]?H??N?q?a&?^d????,T?,?_ ?(/???*??????????|?O?|???rT
    ?????7????????E|??????_o?@ H)?g?????>2???l@?????+%?|????qvR?9????(?#?y?gF?v??0?@?963*???d ??`????{I???M?auX????9/?? 9?:??&:??’ ?j?+?????47????????????_???L????:F??>9?w?@ hN???@^?????[Y?N?g?B??f????;???aM??+????H???"m?V???
    ?????? ?EN?:?C?ykkJ?^v7??????1
    b??q6??T?????A?@$:???z?N?\?8a??6H h??RV???$??=?(]9K?g?9?0 ? =??A??)?7C=]??U+?y?5+OM?/ ????(j?z??m???B????Dp ??N#??’[??nf?)GP?>s??`??P??qm?e?nP?#?!=S????|??y?? 6??
    ???G?O^??????X??N??4??wY??.?{C??.1?-?wo`??D?UKniR????4W?g?G?v?\:???9h?M?1?]??ZL:8??G-~/?-0?????7???oU???D?????g?????}?km?:?2? ? ?ax???l???? U?rCS?.??V?EWW??&??X???/?O?>??2?L????RQ??E,?Y??;?3?-$?@??^?
    o???w{?????????5??_Pk??M??*t?b=OL?F?eT????x?`??D????ez???]ULur?;??V?7?;??????5i??????/-$?L???E?????)?>??d???~/?mnT
    ?t?_?U\2???@6?-?V?cPW?????h??@????”??,L\BY>??z?_?c??M
    ???[*????e????*d?B??????#?p4?$???Y???E& ?luy??iP???%?9?C:WO?|??/??s_i?zX1?Z|??i???-z?B??? ??GLE1d???1??Mj????q???dq*?r%??r?j??]a???fC?????5?L0??@?b7???!=iC?S???TJ(?W?@??4S?< H@P??H1????G?g?B?????V???,(Z?G???:HV?h?Y?C ??AS9????.??!???????'6?bblZl-?@?#lc??GV???+W?????(Z??m]L????)?tU?j ???+Vtn??n??/?K?VP&?????g?q,=?y?^>????q?(??Wac?{4/???\??t??_??>???G??Uz???`????0?2&t`???4A?F??k?”??9}2?V??X#b?8?O??????67?(?????Z??jcV????2??X????R???*t@???????
    9r?u?????? R??rP'?L?K;??Ln???~???T???=??gZ??)}??ij0?
    Fa??4?@ ö??PacD/vLM$TK??SPdhl
    0??N@;?:???'? p?2X? ???(? ??,?D???=X??Y:????{`[?V@ ?6??@??Q}R?Nm?????l?.?8??? ?;??BM?<œG??y??E$i?? T??}???w)?UWW??jE*?] ?6???t
    c??6???)?J.?H???i??c????7??l?0????e??????o????? ?????A?'???S??W?z???Lo??C?????-K?n?`?g???:s0KBy??w?p?@??Z???6????????U???3?3?cZhY????C;X?)???
    9?-??z??"??)so5Fe????P?@ ??`?q:N^??57h~?7?G??]Okk?j??J2(
    ??'???c??????~^4??s??????cdoz?? 8`Mk??#z? ?~??w?y?A?q?8????oZ?xy?m?{?a ??jy?q????????e????A??W?:???mHOFh????;d???*k?`??\ ?Y{???c?i`?L????U?N~;??S?eL??A}^?9h??V}?S??2??d#]hn`???O???&??gik????2?K??$;?Z?S??7?r???3???,]?v??A??V
    ?}??}r? ????e5?a3[???4??2??>y??IA?????R?v?@?????
    ??BI??2?L?eu??3Z8FM?????u%?????\?$??N!?c????L’v?(}????{*Y?j???X^??? 6???C????q? ???Ci???.?$AMe?)??L
    ????MK??????0?
    ????hif?????p?#? ???K?|???-???:nqpFO?/?u??=X???*???Q?z????????W??>??#?S?????????V??X8???% ?g??E?{?G??.?V????C ??bvC?L??L????.l???1???DC??1o???}?z?N1?n?`G??@? ??2p?DJkn[??v^??~s?S??? ?Rr??{????@????|A??n??daZ???sck??W(???r](?kK???i
    }?F?jM????k?Fq???~Q?!??if?????N:&?3?a$? x???????b???=?\’??b[??=x?'?r?????~|?e????d?????}?N??z?,6?{???? ?.
    ???F:G?u$A??>?\3??cv????]??e?z??”!?~e??.??~??i?y??1~???$jJ&S?Ni?$V?r?? ??iY???>?kv????;1aeuaf???z?{??’??I??)9?6?%??v?k??,?@ ?T?{?%???s9?n?c??L’??+?P??A A??U??5???$???Gw???1???X???
    ‘??????#???xk??
    ?o3?????Y????jC??????S??I???????B6+?%?82b?}???%??1???z???9???????8w?4?v2?o???Cz??@?/?I?????wY[c?0?>??X??#Y? ?n?@ ??????
    ???f?oD/???6??T??r? ????F?a??D?A??????0
    ???~???-Q\:E????|?9?Y_??G[h?M?0???So? ?#?;k?={A?oji!}?Y]???q??????????p_??qtMh??Wh????Yzs ?W?’?V? ??U+u???|???0?
    e? g5?a??U???????|H???J???s???k????d&2???r?a?:??f???gX`?M??%a?8?)??
    y=X|?z5?,l?-???5??[?wq '???????}?[?P??,`??M6???5???4?d}-M4g}???1???c???Cw {???=?^?@ 0?Q??:?Z??????gf??a>?6q??%?Cml??x????O+'? |??gJ&?1cqZb?J????a??Y)M?V9'?'?t??R?w2?dR:4?$??.@l?8??{??Z????¿??#????>>??(?@ x??7/?4"t????Q?e????u?;FB67?n?`wPM????e????p?G?x????#??????g>&??
    F??u?\???=??????:s # !?5?_??t???O,???????,d?q???*t?_?'??j??q4,\9#??@?N??%???bF6??CF?m?)?d???zu?0?Q????8s???GR0iL???????y?S??
    ????
    *!?e??¥@~v?e?????}V?X?[c?}?A/???y] 9/??,*?;??@ H_??6??????1#?y?P?>~I????=?SzÏ??S?????X.???+???i)C?: ???(O!??????#\;?bA???????B???4P ?!MUXv??7?q?{?f?hK???????????????#]?m-?|’????? F????.
    {???>{(-W`??,K : .?P{7?????????%{???x?ACZAq????7m|X??%?;???1? -?/???(?g??dfG??T??U???e???t????\???|????=?????h?x^ p? ?????.xG[T??????
    `;??va????r?Xv,????M??Fn-?????8????
    ? A??*zsd????6t|??\??/?0?????8???R?????:Do???XL???8?c??Zi6?&????œ ?8??1???n?e?Z\??%????%? ??|?8????? >@?C?67?AA?b@?v?e??D?$,?=???B?8#???m ?e?\P??$7?SK?o??Cc???0?7 \`?X??x?9???? ???BU????[-?eHO?O-???j?f?k?.??? jKd??I??b???8?!?r?S?L??.??s).?o??}?74nC??L??aF@??>?;???y?z%?,TK? h??????,?|?oW?2?????A?Ik? R?`4E?? ???6?(?q?y????xv0}t'"?D?J?__S?>?6x???|?????x?E0Q????-?F???!?w??9L???5?F??<
    ???????????x9(?8?WO?(?x?'?'?????j????? ????t[@AY^U??_???Fa???????? ?@?A@Zp?- ??Yd/???0???Pq????}?Kq?)?g??I?y?*;V?Z???2?????f??se??hJ3u I(
    ??\M5???????Q~?i??? <?m?
    &????A,X???????i4???z?8?`
    z??????d?j2???3T??????EY???????PF@vC???8L??~???????SI$???L?=dJ&?S?wN ?,?=?5??q,r??# f Y?iCA?L??,?k??>?n??sC? 's??C^W?^K??2?f???|@??????|6??5,??????1o???e???Ëó`?0a??#;??KA?@ t<<}??l?????H%?FV
    ???~T??s???`?$,f9mR?q??t??`?h??:1?
    B
    K9??? @?B?/?K?D0???qX?_b???0g??b????`??yj-#+?9????d???????w??4?=s?W,_?Q???+?????P???X?Z?P?7???? ???C??ax???61????C?j??5???n4>Cy???.??S?ux?@?B????w????x>| ?1"???3U?B??m&s??k-G?9K?M?H^???t????-??eII??Au?V??p?,3DZ????@ ??0???e?R??V????PHs?5w???a?@?@?Y???!?{(?E????o@'@??aX ??%??k??????OS2fY?A?T?N?@??g???\Cp???m?a?xwV?J?j&?^=GcBs???@ 0V2??,?Un??~?Es???NM?]?8??q? ?C?=(?@- p?D????5?l????g?%? ?&??f???:?wH4?5? ?yz_>?,???
    eL7?:?A}qK???`t??/F??fG|??p2?o???[|?R???????2 ?]wo0p7???@ 0?!??
    ”?jU?Az4?.avü|???G?wP?pDO#e8B?Wv7C>??i?K?m~_?JV?-H½[?2?????D????a????i[??????8%?n?????;8|p2?7`0??,??fXEi6?ZVOae??V? ??x? ??????u??]?z5?,?}?W?2??4I
    %?@ h?c?4q?a?5?8??g?’d+1S]???I!U?&n!R? v?zC??Yrj?0?f??U?QU+h8:?3?+?8n?.? ?@ 00???%2?sG?o??q?;?????!?VOa????67?#???}??C_#????3 ?k0???z??H6#?|`Q??2?v?Z?>X?|?S??A??YV?h?Gj’AZ?Yk?y?&t@?????y’??Z?????3?n?R:?7??2??b6???d]?a??? ???,e??2???7?r??,???s?0?k[?I??????79?1oS?Ox?r?:??ey?|??c.+
    T?.Ug3a?r?4????C;???????)u?"?M
    ??%?@ ,@&???~?V?qs?:s?~???0?b?FW?W|3??`S H?9R1}K$??c|?I` ?@??mx??nC?+????$CS2?)???9/???
    ??>

    l?K?????F?
    U9?ea2???+ ??????x????'??? ??'?3??3????? ????1
    ???+++?E?!h??_>$u?????O. E??PUU?x?bO?Cnn.?CMM??-?!?jYj>?a?X?U ???? ??????????
    ?????
    ???_?d}???Q
    ??$?-t!r?_??@?
    b??????_???qb?s??@?b z???d.?o-????i?c?H|??????J?aA A???d}?C8?@ HUUU?D|????????{????
    ?s=? ?W? ??.?`????6??h
    ???;?PW+??? h? ??={?iC]]??:”?? ??(??@?_??O.d?3?JU?e? ????????1P@ss??q?`Joe ???3n$:t***??Kb????y??=?p5?t??/??H??i$p\
    ? s???u?j?w?3??Z,8?BT$???ic????C??z?.???>{Z?zz??!??y??’4p}\-?’0|??`2I??d??K??G?$?>?????44?!???G}^,? ?!?>[?z??3??ps???H???Q???W???????x??dn\??kC{?|???9<?s?L,:?3???{????X:??H
    s?Ef?{'y?P?????p????4? ??H??????3?(wn$?M??J=?J~ ? y?X? ?????x?8??=i?m?_???#?8??5???? ??????3$'? ?????? N/?8???????f??x?Tl??G?A˜S'??????ZyaaajbE??G??6
    /??Eo ?? gp????A?V^?v?? ?????v??????$??????N?bq72?pS???????*a?1?44???6???B%?!!?D`z'/?r??n???})?
    ???? ?!?J?p?Ow??>?B?U???zs, ????N?m? ???:??B???rc??3d???p?D??d??k?????5??&?JSCd???1U?ty?4?6??(?=m??j???`B??_??a#??"?3$??Fx???4;?#?Kb?X?Au???????!???[?u?c?gHqi??r:??A?????:RV(R8C"?*?\??4;??0#???????k=?H??????4??~?????`??\???O??p??x?7?????{???r9V! ??cu3??Eg?6i?TlQ?z?7n????`b??!?A8?3D?(tS?f??f??I?!?}?12?@?O????l?gp ?L-?l? ??f???????pg?,[?%?/???-H???~???N|???0$?A/?l?x?p?z!>?? ?W?H
    ??? ??~????6gp??F-T$??v?-H$}?U?;7??3?E?m?8Cs????? *????
    g0q?? m??t?p??????2?4;????h??#SC?
    ???f??38?.????j??????hgA??H??d??A?????95?.?p???T?5*?iv???*?c%]zaj????z/_JP?i?ml8????%?4?????\? ????sBR`???{xJT????ÌU?”V?]?b?B ????.??ps??kntT(Rc?p?h?W???c/? ???a=?7??K?kj???HY??#??
    g?H¿????k?3?z6z$??? S?D?g0??V'?Ac?? ?>????nN?.????V???M?? R? ???O#x?m???R< ?7QS??z?7?3?[l?? ? ?-?W_>$E?!???Y9>?i[X?x??????"g?J?4??h?[8?C`?[l??"?2?q{td??"+?????A?[.n?H-??*?ut????g%%%Q{ ???C{????? X??: ?q?+A?+ hl?MMMMm TF?i?O??=?Q}K??T?A?4g?p??R@:g???&D?P?)?
    A?g?,l?P"{? ?3t?? ?v??W??q????8?Mi? .?\?O?J7t2??*p??e???????ep._l?
    ??(?p?T?T?#??U?m?8?u6?T??h?3g? ???S??Y9?!H?Y?)? ?X??Z???&t????q???c9?M??p??-O
    J??*????+?3D?&??{?(?!?mSWW?+?????zU??#?PEs?y(?? 6?'?3t ?zR'?"?H;??+?3?
    UHm?.?l8C?lP?to? ???;H/l?? rs??R8?9???iCB?[8??H ?????J?\??\Y?@:?? ???g??x7?`?>)???O?|EZp?0#Cr??6I?.??6???????mc5*????gpYC[8?9???z E
    g??s??????$??u0?p????Q?????3??r?X?\???`?xR'?"????n??p???|?`-?nL
    6???rB???z?4??3?dbn2??p???j???U?3??s??:N??M-?? ????&?t?f%]??g0?>?}?3′???p??|? I#2????”j b??(^????????&?t?jE?Y?q{e? ? ?I? e??:
    g?9E?3$?H?Eg?U??M?l?R?1{??m?t!?K?cB g0 ^s???S?M%??W?|?G?#hYI???p?,S
    7l?L??m? ?8C]???!VSK??!????3(g???? ?????R
    zt?P???e??Z&o??6?QS?f’?
    ???L?Zm? ? 5?AhC???|?N???n??????5m**$}????&?$?c?MtxT??;????P?T??`R????
    a??p?????aQz??6?7???M
    ????Ca?? ?M?}$?? ? ??AhC??P? ??W?y?GVI?n?
    FE??????wi??????p????ps?b?`!.m???+? |????m?\"j?e?+??R?A8?9??3(9?m??+ ??!??
    gH- 39?!/"???8i????????p???D?????6??&??6???8?"??.
    6u???<-?
    \.vC=??u0??Uz=6??????A?? Z
    F%
    ? ~?6??X[??p???;^ l???!??W
    G?????M?L?? O?Nu?@*K~?&.?E?l-?t?[??????????? ??U?? ?8?uM;?`OB?7HM?Dk??M-? ??X??*??????????????g???????W??.F??6?}?”????? ???6?!o??&H%?r???C?7?J[?`c??030,?i?????=Ru?4?16?y?r-????6???$?^??W&??[?l??KB|??\6???(?H????Y??_???0??XA?d?p-??IO?HaG$l??I?!?^??+?`?L????3Dvm??m???
    ??f??n?e??R?52Rb#?u?|?E ?FZ?| ?]??”8????F??HN?[??q?mp?????k????o???x?P?}d?(???N?u???Eb??{jBD(wJ[PY`?? ?t?Xe??C???w?Tb4??R?3?Ht?<?q?b?F??????z???+1I???,???"?b?D??w???`?$?D$?#??)?FrB??9?R?? ??BYvCG????????z???? g?&?^,??????;?{xS^?' oH?`?G? 8?cisQa???*????????x~??? ?)'?d??\??? ??Pb??$&??o?A;4?H?;?FI?9t?8''n? ????`?"?)?6Z?f7?????F??????J???m??n?N-SC??uK?r8Bc,????i???:??,???u2???7?z?D????{???:??e??zb?????
    |R??Rm9?O????$??8?k?????Q?DO????2"?258v??)????»)Y???????P{??)%?m"-+?% ?M??w-A?A?w%A??@ ?@ ?@ ?@ ^????>
    endstream
    endobj

    6 0 obj
    16143
    endobj

    4 0 obj
    << /Type /XObject
    /Subtype /Image
    /Width 127
    /Height 52
    /BitsPerComponent 8
    /Length 7 0 R
    /Filter /FlateDecode
    /ColorSpace /DeviceRGB
    >>
    stream
    x??[=kmE??????{X?Q,?uKAR*)?????V?????I??A??7Yd???{&??s?????=gf??k???qN??
    ???~???~???????/???C?w?}oqt4X?P?
    e?f??????~?=y~???G)E9??c?????????x?????[???7 -?????P?b ??p???7??hDtG????l^?9??Eglo?s?P??[]f!??8??d}?H?>0;?QA??!-??FB/?y?G???=?uL???|???”?????^ ?WQ5.;H??LE????v7??&??!??????&Z???????v???L?d?c"?????'Wy??7J?;.x v?????;k?p???$?35??’_F”j???v`??^
    ??D????X:???; ~tT~????#/;C??4? ???rb)?? ?? ?)-l??g?W?W?O%??vwJ??$!bs5??9???????u|??’)??4??%??h|?Ec??????LiK?A~??Z?????>J?*9?m?????’Q??}??”?;
    ???x?
    ??????”?Q?a??Z? ::????)???d?f?pG?H??]g???z%???c?\??.?????n?-?|?t??>???
    Kkg7??/:??,?Jn?!!???P?cK??9?p)w??&?-??y?A???o????xNV?(?? ge??@??????C??R ?!??dg???TA\?9??O???d?'????}Z??@? /i?M??'6%??eJ?#C=(??_??x?6,???l?*a??? hc??*Ç0.??W??*????AE?? (K?
    ??????S91? j(????jJ?Cr%???z?j?@*o??????FJWs??jj?W?5?????0?&?????:?MX}rr????RA?Gn?Ž?
    5t?P?4%lE??hqCp??? ??I??mQS?8H-y???z?h????cW?&???StG????Á?4???MKg1?F*??Mm?%?
    F?[P?:???????PE?0"?\?R???^?þh??KZ?$?@0d}1??S????0?
    ?rT?$???E????C?h???4?a ]a =rt?
    h??a?W??Æx$H????f?P?aJt$????1?;!?r??cz??(??G????7s? ??D?????pA??0?J??`,????qNq?@I?N???+???5?m.??9??#-??#???&?B?S?/????/????\??e/{??^???/$’op
    endstream
    endobj

    7 0 obj
    2145
    endobj

    9 0 obj
    << /Length 10 0 R
    /Filter /FlateDecode
    >>
    stream
    x??T?j?@ ??:?J??> j’? ??>??Bs??Wf?Y%.!????h?????’0??i??????|????????
    ????hy??)X>`?? ?W??????n?
    u?|?6DdD?_pE??R?/#*???>q??w ????,??h“?&H??J
    ?JK?T????d5Q (???$}
    ?`QG?:???le?????!???T”QE??;?-7jy|4????LY?3U??t??}??q??)?*?3?w??bb??ME?I??????*_?|:??????????YH9?%? ?????HH????k??????????x? ?F?s??&?f:??Jq??[i???$vn???5????Y???p??E?fiendstream
    endobj

    10 0 obj
    430
    endobj

    12 0 obj
    << /Length 13 0 R
    /Filter /FlateDecode
    >>
    stream
    x??\?n??}??s+?p??V+?N?8q? ???S?V-?9U?d???xf??R?9????T?????|??t?k?~&??/?h????????~???????C?OS3???????_u?M????{???|????????}????k?
    ?????t?w?
    ??F??G?uR??kZ?????.?Y???????????L??
    M?&l?s??????6?{???o??{h9?6??>?m??Ux[xP?a???n?*=???Yh ?q
    w?C???????Sz?W+6?!?+f???Km???^?i????i,?pc??[?????lD??????????_???6???????w?w?W????????????7??:??*?t?#??WOk??????L?b?????v????S??{??????w?7????y?????m????f?-?o
    ??2?QA??g??2???.??Dsq5L? `??X???&?z?j s???k; ??" ?J_b?A?y\? GQ?_/z>?d?D(??p7???????
    ?W=?}J??'????? ?C4?h????~+?mm}I???@??%pCTn????m????4?u?a0???)?]????n?a?4? ?y0???M?5OeOG????|kz??H?? *?F?A??)0 Ra??D?pf??i?zDYMj]G??o???Z[?????B??Hp???
    e???X2TCN?H?|???? ?K?4??6.?-\?B[??q)C&Y:{#?Z?N?W???? ?` ?c?Y?
    bL#d?????]?O??@?\?s?l?
    ????G?,?b ?v??kdR^?lR\Q?^?W??%? ???hs??dG???4s?i_??a??ec/??&-Wy?Y????&??3fmNV??|??FZ%?&??V??Jn??s;???Ûd?O??5 ?@.?\G?03+?L9????l??guRQ?dZ??_??!?>?&&??(so?h<[???e}d??%?HDBl&Z`?T`????6+??C??]???gu?!'????d?+:?@ 5?)#? emf??21????u?
    1
    nWBf??J?????s??p?????x9?E?~;e???? r?3?0C?(?p?aw??????'?.??G???/DvX?u?l+?x??S?|?M??$Y????H? 1??&X\??Y??8?????? ?1?1f? ?%?nQ?)??5?f]@?nV|F?(?ok0#w?L??I)?Of?+ps.??XSQ??eq8?qj???R|hA%????8??$)TT??"?g? k=>??qU?q3J2|???????H ?z?TU?@?W%?? ?Yv=`?,?o?Zì?????fd??.J?????[?9 .?I?????x?Lfe/Q?f"]???????O=?R3?7???5??pQ-??6v?z*d? ??>q\X?t??9YfFR(9\:?s???{Wn???Va?+??F????X?p??’?V (?-o?|qg!%H{ph????5I?T%OSN???y????IQM???<0t????F@ ?? ?3????/????Ze????(?/
    ? '?6??????[%??1z????h??C?Cj??-?M?@!?}?<2A?
    ??V?v??R??7u??BI?@?Qw???C?W??-?? 6?@??"???5Y????[??/????[?>.?t?,?? ?D???z?s ?8?}???v13PM
    ?
    ???Dr???u ??O??D??CF??????b???%)?U??????{?U*??f?’D?f??72 +??(??f??? ??d?????_??zTz??:_????5????b?b7??5^6}???1??}endstream
    endobj

    13 0 obj
    2856
    endobj

    15 0 obj
    << /Length 16 0 R
    /Filter /FlateDecode
    >>
    stream
    x??[?n7|?????? 0??*?N?????????bo?hFd????}T????v?_g?w?`????s???_??~???????????>>??a:???B|?????'?Y?=??7???????????w??3?46| ?_Fz3??????? ????e??i??g|0????O?;?Z6c;??pyCv4?0Nq?e;???0?l?>??????????}Lq???y?v???? ?V?ÐM?O>???)W??c^?m/?;?,r??~8??????.y??w??CY|W??F??11?8??-k??a??2:??X?????T??r!?zi?Co? ?~??h?V7???HL???d?Y??L;??5?i??j??C)?*?_O???i??+ &)??5?aR?\h??f ,0???? @?S??*?}??.??Ubj?o?P?0u?S<#?Dl???K??? ?C>VH1?K%!.?????*K
    @???@??(x???i??aLU{?|~,[D??? ???(?G? ?*?T?]?H??6Mh?["IV?????0\|\X???z?????m?}\?(?,@???|m?Q?<#?????p?:4V?G48?a.???R??? ?? 5?aW???a?p???V??????z?io??]??yaX?1:?0??$???? ??u??? S?!?ZjA?;2?Q?:?J?E???????,%81O?j?p?*??:C@pE?"???R?,-
    'Q-kD?S??Z?CTf?mD'
    ????.!??#??$' ??[D??r#??3f???i\?)NNN?2????F??[?????"F?h?A?h?h?'B!?eJ??$???c'b????)?DI?)??0?U?????JQ??*9B?PiX?&?4F#???????I?`?3S????B???Y??6nw"]??T??^? ??a????x????????C?nJE`?i?q??C8?|?f????PQ?$??BJ???dOG????@z?}??????D??mY??E ?*P?=?+-BR?kUN?Z?PB.?D[?U?As?C?W4???p@"????F? #?,?b?uF?Xg??v???R?N?*?,0????:?¹@???2,f0"?B????zU?rR\??0rt°M?ah???Xr???|???0[??x}?7-?JyCE!k??????????Z` ?j??7_^??u???v?S?'?????-???m[??r??i?F? ?*n:??'?}?)B?(??$k?????b?KldS?R??bRfxCYg?????Pc???O0B??????????Me^???l?:`???q?}\??P9U???N?CTzD?? ?Ru?T?jQ:????_X?R5?_??vR?l?,????.7??i}Q?,???t??????|?????endstream
    endobj

    16 0 obj
    2110
    endobj

    18 0 obj
    << /Length 19 0 R
    /Filter /FlateDecode
    >>
    stream
    x??\?n7}7???Q9$w? $y????mR?h
    4/???J?E{f??,Em????3C2?????Oc??fEMG???0}~???????????????????? ?s???v?m??7 ??k?mX???-.?????ph?????u0?CQn????? `?Ttd??
    e??/q?????B?96?U????jo?Uh:?glb?7??Z???*>??8_2????L?;uQ?Cl ??’c?d! ?N?
    6f{l?3?’???
    ?Y?J?+?FW?OQ+??lt$???>j![???S?z>.j3?X????IY?(?Q T*=Z?/??O?`H]‘”??l@?0W4?-i? L?A????t?.?2??Bf|y~?>??v?J?????&?+???’??qk??`?n??0;???O
    i!?0f?C?.s?????l?H??>qW?U??????%*?]=??c???t??m???q??1??W??H#??;?*?D?k:?MlE /??{?5-Gp?4*KLR?&? ??C?@????.!??t?A?m??veW?`TM?Wc
    A???? #?(??NW?t???iLW?/?y?
    ???KQY?
    q.?O=?>???%??fl8?0????_??z!?dyu v????m??T@X???e?=?5b???vZ??q ??M????M?5??N???S?????V???? & ?LL??q?_??iMg?????[???_#????e??#O-?=??:,??6??RP? \????0????!??%?
    {??X??~??li?jN;%?K?:?q????L?H6g?Bv???4y)L??? ??????Yk????'&?Y?U??X???n6~??>t?3?C??> ?? s????ve?A??F???u3x\??JtG?8??P ?2?L?R+????4?=?-r???i?q[M
    ?8??? o^"???ip!? ?b%;{???)F?0_???b?U0_?`A)?&(?>??j?"??'???4T?^:k?=?#??r??????iQ|;!??O????K?/??o5??!???HD\\K?ju??Q'???J?*????? ;??>?E ??)?eGB}B??X??\??????_a-
    I???{?""w?c?Z?a?6?Ã??1??P? n?Nh?R7??9?q??%)??q??&???D]f??7?l5???D?t?`&/?
    P?jD?T??A<7j?:???????*lI???K`??v??vs&?:?? l./la??JP8E??a0* /Ee"M????0??Yb?_????-??? ??O?????G?m???b??L???(1U??R????V[+%?R ?:???md?? E?6???9??dS] X???T8o??\?????T??^??\#?RvN?T???X?p[???7?Vt?n{?E!Px??H???'z z{??buC???i3?:V?6)L????DY??x?LG@\V??kvwU[^dn?p?*???n{???f??+\W???L???;,???!U?s >?? )
    X -?Q)?(???G ?Rj]?q?CE??5n0wç?w?b?????%???$.[:(?2 ??5??&@ ?????%??'o???%T???%R??E??%????????r???0nY4???? ?P??endstream
    endobj

    19 0 obj
    2221
    endobj

    21 0 obj
    << /Length 22 0 R
    /Filter /FlateDecode
    >>
    stream
    x??\?n#7????9@n???%?0??? s???-???KE?mO??xt7Y,??ja????;???v?????y????????.?]?|????????
    ?n?F??Co?v??t?M??{?E??????????}QF????a?]Fl??????q???<:??eL?4?r??_?A????wGO??e3?S??;7????0N~??!?Y???[?Wb??.sC?=?i#?A??????9?pg?@"???m?P??aeI9????.=??1?S?UFx\l?$9??u?v?]?#???~X?o????}???=?C\??g? ?3^&???g?~&l3??????3?B??O!?cF=@s8?l???? =?????L?g(?#m?R?c???&?c?l?8#?}8hBpk0A?)?4s+YV#?¨??-?S^?2.?4???l
    ????P??IF$ ?P????N??????I`X9??Kj;?D<&B$7U???1I{x????'??!?%1p??a??t0? ?1y8???!?FT???? ?X?~????â????|??:?g>.?r?CLwDm%?(?Nb?> t??!#?(>1?1B?J?????Q?uM?9???0?&[??)~s?lYE? ???"2???x??\f??ny@>????^?w%o??@?t7??C?}?Ê?j??{???0? X8U???F?uG? ???s???a????%TkB?Q?)?'?V??[6?X??u??f9?0h
    %?*?l?ssX?1??t?"?#?
    h#0????]‘2?^?h???E?w??+8???g?????W”?`??
    ?????Uk
    ??.4??
    \ yBi>H?????`??’?P????7?eB??U?C?e?u??z
    ~g??dF ?B?v?DT????? S\OH?V?@?-? ???0>Q?$?s??F???>’ESt???”??4.lF?.?
    59?Z`+?’m??M,x??1?T??w
    “???
    ?)?K??G”?3.???8??I?J????G??????r?H??????HlD?w|?)??T?I_q`?T??v
    ??mB??53D???????z(3&r\??@L?QY+ ??V?????J7/m?gV??V?~Vu??q?{e?^???????(?????A+u2???G???cs??2?t??????:?4Z?s?)??_z?? ???7Fu|~Z??? !?)???????!???{’O?~?1^6? ????eK?D??????M?f\r?NEE?tM??;U_m?13?M?)*??A?Xh???,? ???#3?o??+OPy??5>???H????#??.vDg?6??kK [??H?3??r/?gb?!d ??????R 8?r?_??s?:????K??!8?Z?yY?t???x ???H??N??? ??F?5?9??$???T?$????2"
    $?J Q??6? ?[b&?,/U
    ??] T??V??u??R?C?Y7a?:????D?D48 GR??qR???o?~#7d??#?N?
    ?B??
    (Jp?,??!?c???”^??(d?H5,????K????\?Hn-!?-?B??%X h?6L?s??!?%df?XB?ll??NRl?Q?A?]I??m?É?VQ~??kVu?025{{?JX,???|?J2Z`??^???N?N????????%?”?r%???U?? ????g???Pf?Vm?X?$ ?k?S.@???c?@???8?[c6??#???@?xF0&???????G????\W??@tnuH?ls?X nDr??J????r???6{?? C??,?BKD?&??( $????w?]??aY%?@s.????L???1a? T??Q?,=?HFa????????{&??1???u?t?2w0???(p5?nv??s???v??K}??????L??|[? |?<%#?b2I????8D???n??s?%d????-?s?\j2?/H*A??:??S??dM????=?/y ?$???!??-?rA?[?Z??[???lv/?y?l'?)???È?)r>Q???6?w?s?|.??e*???
    &?$?6kJd2%~?
    n??J ? hf?a ?$??GBpCI??9=+?cw?$?d?/?G|???-(?K??????_s?n?"?EM?U?iF????mvaXpo???q?????????i???GV???vd??Imm{H?|z ??,6c?? ???!?&?Ed1???/??`? s??<?T?t?????*??%]?D???(?L4BB?K 2?\???=?????Q??7???V?g?B?^]??Q???>????-
    ??|f????y(I$Ri????’???#?n??’k????”???nq??????bq???k”l”{t?3 ?????A%?>b?,?P#??4?FAb?/??kj?2]???b?”?mi?k?/??@Pendstream
    endobj

    22 0 obj
    2780
    endobj

    24 0 obj
    << /Length 25 0 R
    /Filter /FlateDecode
    >>
    stream
    x??Y?j1}7??\?V??JZ?????@/?B???6^I?=???:??8 ?F???9?h?k????z?????????????N?8;?<}?nv???????B?????(C??U?i?Q??o7??Q>~w?I??i?=??e??.???:??=?h???k???y??j??}???w?h??p?????|!??z?|???jU???|%Ue?f?? Qf\?tHr????x#]$
    n>??>-??=^?s?????|J1i?<&ft?k\6+?dC?????2?F?3???z??J?N?]?'?If?Wh?{0?{?z?b?n??I?)?J??PL???8?
    i??E?V????bB.\1$eA??$?r?J0u?+?>(??e?t??i=??G??>b?@??:@??W?=?????o2??%)?^*?fr??”???=L?cYp?*0X?JU?V??f?]25???C? ?????X??]????]D.?@
    `?*h\,??”G? fs?????j??j?$Y?I=?p??r??d?G??D?’????-?b??%?w??.????/????*k?-?@??Z??R???? i9/?????y??|???>4??&(]11|?8?Z]?
    ?l?l9?8??? ?#???Y??.?SX?^?2??+?$t{??5?/????????tB#??3??@{v?????7???t??7c??Y???9???(i%?HB&tB??k8?-h??Jg???p?*?Z?r????Ki?~9\??3\?f???LH?^??;:?X?4$7?w??v?:?J(?X(??(04{(K:CC?w???8?~??]&l ?[C?:??p??(??.`??C
    N?b??x?tp?????O2?'&??????'fx??????w?^?o??+??? ????%OcA\??n9WE?Ri6??*o?h??2?+=(?????;?r???<9\??D?3???dh?(??W?????_x??6b??I??p\??]?\?a????%_??b?2l?z?#?(?R?????~qM??endstream
    endobj

    25 0 obj
    1054
    endobj

    27 0 obj
    << /Length 28 0 R
    /Filter /FlateDecode
    >>
    stream
    x??[??6 }`?????fK&??}???}(?}??W??2>4C+?L?-?Y)???bT???????W;?
    ??O??>?????]?????????o?On?????Io?w???N????????vo????????w??Q?26?ls?[Fz5??2nty hs{q?D|?J??ENI???@>2??2m??S??{u?C8?8?3??CD?K??InP??C???%gH?B??P?/??~ ALf`1? ?>%??Nh3??0????>?? ????5?[+?%pPF?? ?5v?A b?{?k ???#uq?%5A??Kr%I?'?(?)BJ?X?t???N????E@[I|?3]?l\>?gM??)v??A??#?9?E`$tI???8ZL5-?~À?#?q??1?%????2
    JQ???!?k??????2????U? ???D?dfQ)o??????H??3=nB??h!?A?:I????cv??D?%?q”?I”1i7???`;Fpa ??T??;?T ??????F?0G0?B??@ p?s????Y??6???f???w?????\(8]?d??i??X?RvE??S9~S”e1?U?
    OU(??$??? ????? [?El ??phG?T{&??Z??-?$?????B???t??8wF?
    9?WtPRCHu???V?l?1??LRpB??e??g???R?JR???DS?&?*??$(.*?????????*7$???? /,n1p"?_?q?????8.1?S`?(bQ?,?>A??????ckoD??s&?????????@?2??.??Un|???D????????Zh??i????9E?b???qN?+-??sg}=???J??^cl?P??4i?>1?}n?8?$?nY?3????jLB(??ypm+"k??0???"?yc÷K=??Q?????5?0?(????k"k?f?[??F?J_E\????o?)5?9`B.|;u I_k"
    ?Md? ?(?3 ?t?RAk???D?d?~P?x?z??X?!?=????????U?? l?TSu!?&???m?B?%\Q????=,E??I?&A???
    ?;??-??{W6@u?N????Tr
    &?z??????{/CV1?&~?x_?)x??7???????w?A???j+??y??>????SD???Ba????
    )V???CH?r(\?9/??%?D???'???P??t+Yf
    ?u|H?j?n?U???U+
    l??Z?e
    :8?
    ?? ???+/MJ<??%?ZE,?4rFI??&]?y} ???VG(?zu?;??k??%)?????&i?8U`??h?e??oW5?K*L??{?????????5???”???;?o??$b?/!6?B?????~2]e??q???\J????=?O/iH??_?1G??1??t?K?t???U’??qg??zx????o???endstream
    endobj

    28 0 obj
    1789
    endobj

    30 0 obj
    << /Length 31 0 R
    /Filter /FlateDecode
    >>
    stream
    x??]??8}o????$_aX???zh?? ???????:;K??’y?3k?f??e)”?Ps???/?95??7O??;??w?.??????????_/?????_^??????t|;??????????? >?_?W=?3Kk??fV???h??;??????O?’???,>?,????WÄO?
    >
    ?o/??w??pe????_”k???????????s?>Q=?L??????p/0???”mVx??????i9???P??h??/?
    ????(??ë?y???`{
    B?5?????XH?????[x??
    ?n3f%??!?+????Y?R?g?*l???
    L?(?:qV08.g?4S?-- Z????k??!?M??Ky?q^?[o?G?y ??3j&P?? o+??xk?V???s??a?? [?"?n7??? ???C\?? g??}???????????????|?c?i???o?/9m??????_G?????35 6R7????x?7??S;??lZ
    ??1i?F??]~??i_%?0,?6????8M?ne w1??EXrW??g?o?!D,??$”?WU ?D` >?dT? ‘??V?p ??)~????u”N?-p ???h?P????9P?h?4AU? 8#?p????AAu;?FD?tN?
    ??2?he?Db h/J?y??Y?????LX?GJ???jU???B?d?M_hE???Z?~?Y? ??????%l?
    ??a~?k?8?
    At??4e??@P?R??r).L???!??;4??D? C?n????HN????.?`/?=F5???l?? ?1
    H,????.??&U?`???3?@?Xb???e??S|?.?5???Y” 1R?y??”??q?U.?6An?E? m ??5,???3m&?z?;J??? )?9S?0)[Tn?~eR???W?V?6???????#??8??{??.?"Z?la?w.????L???X?S.#???? X0?y???Cmp)?v?YS-??$?\?2n?;ZE?`"X??Lf????i8oM[("0??
    ??C?7
    ?1@??hL|?\??K _/.Al???,??/*?p??N a?)}???2H?4?m?1?cs???)Z?$,e?7???G?U?t???T?4?(>)?4Py?xP???u1???q?þ????R+?D
    MP??am+?S&k??0
    8a?XfjB?|
    Z?8?E???'8???}???%u8I???i%??V-???l
    S??/
    (j'?Hi ?WS?Dh?? h+? ?B?B?@j|$?'?4Re?%?????????'$?PO?
    ????[?0??+?9_+????tHu?9}H?#?.?|?!5{?g?p????=M????a?GE???E
    ?e?lcRH??H*$?5??a?# U?b??F???vxh???$?IEG}??MF?0z.~??*t?s?03\R?? ?? h?^?PDL `????j=7?&???b?X?lRDBI?`??z,???hZFb??mD?B?!?h-?????G)-????Z%%5???r u??oJ$irg_M`"a?)4? ??+??{k?y??????*Q????"\?,?MHu?????????Z??7???@??L?????????-???4?b??\???C?)5?\"???????Q?K????????e?B?"2!k?'??????????%$???:j?5b??^???)7ah????3[?"?^?d+#?f?.H??wP?TP?#M??l?N?Zn??3?b-??RiR??L?3U’??$2?b?M????Ym%c ?????vF]%? ?#??Ze?e?Õ|l?6?`??;?I???R??9?_?)-V?JM??L?
    ?SdC???fhA?kv ??? q?Z?1??Ag??~???66?b’r?M??2?????l?T?5U? ? ?If
    ???)$@?+??%?º]/wV?D??GY??Q?^2?V??Z9?????g?G*??o+??d?9?????%1,???8j1??OD`$?-t?e?#:&???i ?uPQ,]?P\JP"?8?????4*???????G)E6*@?????{? v?n x????n??osS?Z??|???);E????)?.{?'??J? ?u?K?[VR?m???NH`!xDÜ???W????G??}n?R? 2Z?d,r??????:#???)G??3?B?Mt?b?s%??6X;? s+???,b=+%K?i???y?.+?*???V?$:{?K????I???????+?!?,????.B??????|??tX_;?? -?8`??^?X%????8NR??l?jaE?t?? |?????+?41?????'?5????
    ??L????^?0 ? ???T?W*-Y?@??x`%?:????"
    ?bDS?8???????J?s?]?nV???????????g*?Q P?HD21?:3A???5?????????@kf??k??QT?f??%?XY???S?5A=????S?w(}??m??V???-?WQ???|??g?%?4?B?Xt?RU?????l?6XI?Km?l???yuZ?(D??+??1?C???n0`R??U?_k;wj???^2?$?o
    ?m???Z???[n$Wd?1E???iuc?d??Kh??TC0n ?@??_r???|????@t{?$[?+`?j??zg??E??h,????(??u?M?p?ZC?.?)R|!x8?c?V
    R??\G%!??ZMj?g???)????u?)?????t?????d?(?:?_1??;???lu?Oo??9n?j??g??S??
    ?? ????Z??c$?WFT???M?
    ??L?$?u?kd??F????n?&?w4+???5??P0?S"??w
    Pii ??|L-3?}??^?%?e #mwm???[#???U%??V???z.?? ?"r+T?]??+??fd&?1?????;?n!?Mi_R?D?=??(l?vX???A???W(???V?(v?g_????p??????0{??V0???@?s26?r?M??L???\?L>?.??x;???????n CG? |,???iH?2??lL?>w????$pD??z???j?S?4?RTV6E? b??!|! ???,??
    ???t???a??Um?EJ???}????p?h0Yo?b?]?!l?@???C?*???k-X?t??:?h?FZ?=_/0???N??f? {?3j?&?w?BJ=[??h??xE4;
    *+???[????MT?!?[?5?????
    ? ?q? ???????/Kg)??;V#01r endobj

    31 0 obj
    4169
    endobj

    33 0 obj
    << /Length 34 0 R
    /Filter /FlateDecode
    >>
    stream
    x??]??? ???l???~?I`a@Z?? ???`?{????L????ddvvsF;X?P?f=?????????w????C??K{?s~?????~x8???}???w?Zv??}????u???????????i?????C7}??}?? ??????y[????c????R???}4\????K?x?{x??????? ??q????}?K?+????~z???????????O??O?????im?????=???v??8?i???|???y~??< ????????70?v?2?\iaT?q?O?a}????>TG=/?????????????,??? ?U$??q???*m;?a}}??????????H??-*?%y??e
    ??O 78v?`~?M8Lx???7t@}U????@_? ???cg0&????o?x^DPV-n ?l 2|s????????u?4,f?A????????pl??;Lk7?W?lDc}/?JW?J?.f?V?Gp???}%?????@??;??kXk?[PG????~?$?H???=???]?GG]Z?A??\v??eZ????F??S??{??bx???3DG
    >????Q???&G?8?,?????¶??????J&x?1??y}.?=??d?B???V??a???PNz??I,GC,?î?I%???e??i?\???????*
    ????a????p?M?$[(?iD{?? vAP4d??bee7????g<"????????p????t?#??4?m???.???;?9?E?c,? E????$?l?u?T?gp'?&?gBc???[!,?nh?0/??^??@*?QP?wp?#0UE?J???y?? ???L%?#???f+???pj??F+???A? ?CG?fe??03+??Y'?0?3%?0???D????`??% ?u?FX???H;d?HA???'?????%%q&?`??"????!?{????+H??>B?J? f??@?L<??2\k?
    ??`?|??8?
    ?+q?????+?|
    ?"EW&A ?@?
    /%?h%4???w?S??4LOUQ???R?.y}?A{RB?v???/??y?o?u???g??n0?tB?? &????`?(????A4??SD??)u???? ?Z????*?=???S?????^#D???æ?"Z?????(f??V???4?QI~??a4<2?*G?CO)?8]jv1????hm?K/?>??Z???c?[??0?d?xXF?~??2f@%????8 ?<V??j??d.#z I?5????>1P?????????"?(??????]??@f?$?#>???~???/.???p9??g1?C?!????N8?$(P?????,F?3Br??????q??$%?????x ?T,?b??c???m???@m#?J??Ij????=?’ ?x8??>????L)??+?l%?J?y??2??
    ??Y?$?!!????Lo?~????3???ei4?DF??+?qE??”P?j^}?|??d?5???#?n?$??? ?TP??h&%???ha???E
    ?,X?????9? bfvx1????CIg*> ?em???Ol? ?s??k?f+??RL?&9?.Y?~a???H????%???
    ?J1[???S?P???ECw?? ?m?v@C???fVOab?[????*???$>?*v??jx5 ???Y??
    B?+??aK?v?e???????4?BH+?LO???????GDJ?5-??wO?1dC0?J?yLX?=?E?j?? ???~???-???%;Z3??,????PP?pE??B<?C?
    Zm?a2
    ????B>?a?]??^88?? v8M?y ?FK???*0??`????B? :U/_3iO??A!y&??+Z?????D???E%??l? A???!%?*mQ?H??h??go??????J???J?????5
    ??D????^?????I??@n????Q??e???la'[?0?????FP???b%L?V????zL????=??QA?&Y7??????R?K???b9?????b???jX?*
    ?????dM{r?A?I?iC_R?B?T?????????s y???????q0???7?4?Y%???UKZ???! ???ls?c@^f?Jz???,t?BJWy39???NwRaonA????&????Kp?M???Y????P????????2??e/B????k?????s%???7?rU?S? ??U?w???????/?X?????k???En?V?Z???
    ?3-??>???jQN??????Z/???Dc?.r%O,JZR~em???u4y.h?=?U?????*?d^???T0?p?Biy?FNj??%??/??K??$??’{??i.]????n???!???3c?W?U??}>T|7????{ ?:&`???ha?V?0b???;g?v???`???h1??8??=?|S>????DB(?/UP??.??O???b?A??k???????’#?)??i??VQ?8F??5?m?^ ???{?lh(?i?0???)???6+S?????+?W?
    6?L??3W???z??-?c?m???h\L??NQY^??P?d=??6?e$??&?bR?P????E???K+?E???? ??pA?R?????.?w??-??I’?,?????Smx?ub?%V??P.?K?7?g???F?????0?zO?=t?y2J$%???³T? N?NR?6l?3?A???q\}kX@(????s?@????Z????aS+??.+?;??b?ie?&??{??????$(??`F?W?t?*4?2nxS?m??
    ?g?ME??;Y???W?5 ??qP?w???V?.?S?GK?D??%????????w?]?I?q?2??R????>D-????.?hbI???VX????-?S???y????W??H9v????l5N??p??N?zG??T?.???????c???^R??}#?.oZ?U???A”?!????? ??JS????!????No????}]??@B5????+?fo??J?`?*?pNJ?Y??*( ??I?AW?S????5?Q,?6???Hz????????%?`?????~??c??.??g??7:?????d?4???????)a+1?}????JW%|?NYZgv??W????FP?R?????????}?1fi?qZ??k????L?}/C?.??j????R???
    ??~??UR????? ?S??V(Y
    ?YhKK2Jm???c!??Sw??ER???????-??gg??w^>5?h?:#??|????gl?Y?uq?b?]?:?S??j?u??o?l+?(????zN??
    ?`?9???S???2?&Y??!????N???”?c$!?%o??M???J???? QbWT?h?>?UA]?E\K?6?l?1???”??]?-?/?Z???
    L?z?.??gIj??u?????U??????*?????k??_c???,?J?? ?? [w`\y?????,p'???
    ?R8+i?G?*? ?G?8H? '%??CaKRE??B???uR?3??*?[N33(???3O?`?o?}??2??c?K?DV??E???kO?(?=I?*I+??']??C?iY ;?R+=??!J?B?6ZZ???1?r¸?S??UTd????N@??(????,??u3$???v??0??u?I?x??? ??q6B?q?]?3?w??e^?????+?P?Ib?k?c?2??v?S/???t?VJ????<f?%??$v?!3?r8?g?$?????.??6?pV?"x|????A??`}?\,<????]S?Lq?[????F?.?????J}YP?2?G?? endobj

    34 0 obj
    4693
    endobj

    36 0 obj
    << /Length 37 0 R
    /Filter /FlateDecode
    >>
    stream
    x??]??? ???l???~?I`a@?p? ??^`???95?g”*’2???,V(??????jv????f???.???=?9???_??e???}????>?????~?;??????w{H?????{?K???????O?]????~i?{??x?M??O?t?’C????>}?????????YJ??_?>?W???7???????O?+???w??x~????R??.?t?=?e?>??|????O?>????|{????~~?C??N ?L~???????;?0???’??8>???p4???q?vj.????k??Iz?E?????????’_?I??0w????^’?z?????o?Õ?a???k???-?x??[?\'?9????(??WV?1?C?-?y?8]i??p????Q?’?W?q???-??gx{?n?]Y? m;?|~?? ?2?m??G??{u=\G?W2Z???????t???'8/ 3??.??Æ ??2'????i?#?k>?Q?,!?Wb??+?????/?????fg?:z,F~??\V3d|?tq??
    ?l?~`??4-??Ks???6?
    ?????V1?kw??J?)??AdA??m?eo???+??????Q!
    B@’?3*?B0?_?6??*?#??=?iaiKC?D???(?2?bp$Mn?$??9>????n]?? ??E????E3??Q????Vp~????3??? v v#??<=???`????Gp???O????C|]?`??4t?[?d]?I ?41??|i??.D??p??-N?d.?????~???|?GB??Ag??3+Y?4fq?ZD?aHpqQ?M?Od?`?????.??2???p?.W?ga"?_?R?E??X?[ ??w?"'y@??#N???`???0?HLfP??b2Q?bW??:8V4R?r?Rj]???<8?2?e???3',&_???E??2xq?Sa?>Q???f~???`?NLuEI??U?’b?`?KLI?????\?? ?>{2???bHv???V?%?dv&QI?(?S
    ?? qS? ????;?J???&?$%???(?0l.? ????V?1!?ph?X{??R?<V??)?8Z?M??P??$@??N???G? ?z??????)?.????J??WZrG
    BUt!Z???mM?~C)7?hX ?A|# A?:????Q?)????P?????T?D????za}?}??}~ ??????
    ?u?j???l?!???????V c???c????M?????y??5????[???so-?q?YP6-??3??j?z\K??I*?\??e?jdM??#k?")k?w?%???fI.?O??d??M?eI???g???zj3?qJ
    ???.7u ??4X???!??o p??F???(@?b G?M???Z????cS-??7j.?OP? \4r???jD?FT?~?b??k?18?E?+S??U1?j? ?|??o.?7H???DfR????Q.R1?Qd+%Y??(e??W4??t1h?5m?]??!??RG??|t??:???f??l?? g=?g??sXdgQ?\???J,?? ???xj???a
    )?Rri[
    =-??aRn???2t&???NY ????E?????TI?@??f b
    &?Y?b??.W????A?V??FG@??_z?b-??~-??C0?6]?t???6??v????AP???:???b5co??~&i?*??]?n???P}?>??^?%??9??\U??>A?iXBO?kY?e? C?cBU*! ??j?Y??[?+b???O??e??V?$???=?W?gx???c) )??n?J??|?l?=?!?` i?R??+???{y?q?k?????f!X???7???d ??
    ?B?s?)3?K??c??%5?????(d?b?Gao???iÚ`????)?I???? ?)?M!Y?P?????L?
    ??W*ST??I?9b*??U:???+?fz?M??Iqi???$?SB????S??" Q??b???u#e???RJ?H!W?#?~d?o?d?? 1??n?`tbS???' ?:??Qp)%??d? #?)=@?:^?????!?[??O
    ?????(u???I?Z??z???h??ai$?2o*$??r?&`%??u?.??&EB??5x
    ???1??r%???-?Jp?=?'E0?''?:??^?_????-?y'??-Fr^???+k????[?????'H-4 ??z?????P????|?3]?D?H??????V???$??w?$? ??7?dI??3iHI??xZE??4?UNYO???? LJk>$?icH?\??+???Q???????u??R\8?(pwD?BR??n?T??5?RJ?C??zf????$?5??b?9?5?”????x?-??9????N?*UjW??&????h?1?????4@??????N?Q??b4????Xbfk?$???I?C)?[?vp?R?FH?Hx&??}????'x ????vQ????`T!lx?M????9I{+w/y.?6?o?j??nVr"????t?g?8??U:???LX)~MB1}??(kZ?2??=??M?1?|??~r??L????%?f???#I1??d??"o$???/?l=%???J]}??M?R?A??=?PJ???3z??`?Jl?s???$N{>k?Y
    (
    ?,?{+?S??1???tHk?Y?_y|?(p)L?n????*?<@J??,^U?l???Q?:Y."???&?:t???V??c?%?%T*?? ?@V*??}??) ??F+???wo?m?6?: ?&????d O:l??]??]??RS?6?? ??di? ó??+?x??n?y:?C?x?OE?f????H?) ??DbI/? ???????Y?^?-.i?b????{U&|5???y??v
    ??PVz,???0L;/?n?m>?[??=?Hg1 R<%?U:?'#?o{-VL??G??$_?'Il????tTcP\IT?H??1???,v.#./???og
    i?? ?+??Q?Pt?? ?K(??"?????????jQe~?G??X %?f?a?qZ??FW?\?IU?!???O?Z?k???s?}w?*??Fh??K??_(
    N?????i???3?aE\V1?F&?C???W???%%????????e?????9q^?`??0?
    ?^#?y1? dJ?\??'R???*?W??S?U?????*h&?C??8<???J?9???q4?J?3?y?C?#'X? ?B??Z????f?`?a4?U??`?[???u{z??????t`? ??"?'X2??5?Q?(??Ec?Z??Nq?
    5?@?}F?W??rJ?II?f??&zR???}&?re???t????(\z??^??@???)&?F?#?4??????d?? ??m?\?????m??%? ??-cW2:^?V?j?(??'??????u?^?:G?_?4*
    6??W??X?'.???$?e?W,lm??' r?t"?????`???Bd?Y?Db???F?????>r3W??C{9C{??]j?B ?`?????? ?Y????ck]??:???c
    ??'V??S??H?M?;????|??t??yD5rh??e????


    ???R\c???|Y)D???????y:[d??l???? ?y?L?&????i+?!BO??KT??6?U??T ???Y#???c? ?%???h??[???N[??_??I?R??|????AjNb?UNn?8!eB????a ??R*}?3+tp???xM?1???{v????f?1?G????(pm??]?=??Av|??y?E????BSA?????5??X?u_A?u;R?D?I?K?4a?.k????ph?B^k?#?? ?v??X?Nj??!?r??4v+2??? ?b??R?4???e
    ??g$?#?T?e?]??e??16_L?Z"?d?Bw?]??3?????????-$jMI?;p|? 4??
    qx?r?,?T?\?|??l?c U31??O$??j?)!??$??"???`?k?I?y?W????Wh9?c?qyU3?Z?[U?(??P???^????Qzy?Q??R??h0??B??r?m?*? [????"?5??*??p@?-F??.
    ?+?9Yg.W???z??L?} ??x?*}?^:p&* ?Mn?q???YM)???????w?z????|=????vC ?-5?????????????w?????w???????O???????endstream
    endobj

    37 0 obj
    4720
    endobj

    39 0 obj
    << /Length 40 0 R
    /Filter /FlateDecode
    >>
    stream
    x???I????????e??
    ?? ?? ?????E?XE?{?2??ni??H?*?????????????o?v?????O?????????O?z????????7??????þ?/}???_>u]?????n??>|???_?o???????7??g???????a?d??M???>?????|??y??Y?-??h{??????????=N#?M’???????iF_???t????e????2″u???vZ?myr?????o]LE? K??{??I???? C??a]????g?5????a?dY?y ????J???V????????2j7???A?O’?b?? ?j?N?{5{?E????8-?4???3?M?:?*???
    ???Y?sx?MK??9=??$??.??p?H?M?c?xx??A??*?@???1??oztv?i??|m ?N?A?`? ?/?}^??T?,??O??Rb?????^z?pIb??{?????????j,???@?]x?&~$??a|??H?11CPa&?Y?T??/?!??HhIR]8??m 
    Q~F??p??r~Q?&WQ-?sE?~?uZ^^~:fV????l?????k??'@? ?M?,ob?^???(?y3$?????????-??A?{??K @=?n???????F???qLB???Z??OUMqK?;%v??C?r????????,b9?i?4?8??v
    ???iM??Un????b?m???G=|??????
    ??X$T??X?6? ??7=?$=
    ?9F????Z?????`?6?? ???????-?L??y??YH^:c????a?!???P ???V?Se??pQ 3Z?4?eR.???[ovZ?1\Pb?*?????h?evVd+/?V??I?5?e4??(>A?k??p+
    jI???L? ?;???k ??.Y?~?&?L) ????A???P??}h ??XXYPc ??iZu?&i4?g????4u????????9+dC??????#??(q???\cow?’({?f?C”Q&7?rf
    H7-??t?????Z?W?6?l1i}2?????.u?]V??1@???QgBz”9???F8??e????2?%?B*0?yN?q??=L?M??”??i???Lt?*$?\Wu;??l?????5!”??I ?E????K?P[H?'?r?:jY^H?6l|}y1 ??? ??=*q?)I??3??J???[?2f?H????dx?:3???$?Z$Q?Tq??*o!s#g??\? %@ ?F e?l??H*??+U?i*?5T???4??yDX{6nd]???J?%9U?q2D ????F?q?l?w8?U?#d1=?Z?O+?S???*?;????.&.????%F{??ue??A????qr????j????0_#J/?,B?g(?”T’?^”"?M/?n(”v?(???4tj??Dt???/?? ?(?!???f$?!??p,?T???????????P??Sz#;=8???????n rwHR d??<" ??8=? ??7?Vn%L ??????Y?sc???Y}???? U"??BA|C??????Sc?`??Z????Ho^?r???U9??%b|A?>?-?ZoR?od????x&TPYHz?R???!?%??T?????????ps?’g?}w?j??p?O???a?e?
    Wu??
    0?,K?Z???8″r?B??`?i3sR/d????’???
    ?IN?y
    ???.`?Y?^??=??2??y? r?#-?O???j?nH?x???8????ø5??e?????? ??P??Gs?7??V?"??Y?.??lm??|????????=V?^??a??1???N|+>o?F???E??5+?eb?G??]-?n ???Q??mW?J?*?F????@?WJ??3???d?d?za?3`????i?mp?c???so??2 P??rH?X?]?I?v?Q&:??h??[?[Ssw&?.-???,j-?K?(>??YQH??????ZCbE??"??4k???`*(?=}_??2.??Ft5???=?????o.Gj/?7??X?????b??J:?n???l ?w??3?±$s+GH?8 5????e?x??????%??5?^?CH??O%???* =8??Y???????p????BTg??g2??9??-&?1??u? (????k???%????T??n?Q??Z?tG@e??AB73?,???G??????[?L??"??J??;?O?a?h??]??H??ag?? #??;#??2? ????X?h?[?K?hB?????A??a?????Z?7JY5?H"S??F?? ?U??5?0!F??[??{g??u????j??????v????$????A??F??KT??*?l?F?eR?cD???J:b?Jq??r??H?*?zr4???E*?J?2???\??1|???>q
    ??m?wF?^[???8 A _?!?u????????F??JX ??Q?6`??P??}??#?=J??Q%%f????:??I?}????.Rh?6??x? ?????P??i?????/????,??{n??H?(?T???h?M?? ???H]((?l???vf%Pq?.???? ?pM/:?G$!?2??z?(??B?a[?? ???[
    =o?(V????P??DE?*%?I?Of?H?z?~?D????,??O??u? >`E?f5?2?2???????ko??(Z+???L?5#`??[??+?(?Z?Jh?p=??4\?&^$\'Rz?D/?99p??{0?sT??U??? ???4?G?@c?{*?{"W?K/?a?a?f?6?U??c???G???????X{???xrQ???\L_Em???M?8?#?]?4Yb???a?e??m?!;??Yd??zmHT’??Um??4?\??”???i??O?~WAed?d??>?NI~?5??sce=?DMS?d??H?4?f?F?=iw?l??Z??o????x??n?????????eno?C?????LQ????!???gm?????12?vU?W>@$?jouk,?Zw]K’?D?O?K0*?????$??-A}??
    _???an??>?hU?i??????DZz??:?&{3?z QW???M??j??hm????-?i??M??????:?O”h*V@q???S??u6?M??h??M?\p??0???????w????9 ??*3Qx?2???H&1?J?D?9?b????5???.??\gy(??12f#-?’ZB?2?I?????^?V?s?;m ??B=>`ÍR??(v??L???j??5??$E??(?lk?????Y?T?’?
    ?a???l
    ??gf??:eR?G&:?d??0?
    V>????e:?TT??T???F?cw~??aq.??X??42??8h??HVE2z?D??9?5>?p?? H/??T`??#z??’?l??1o??nk?j?CI??W?P.”?????#???jw??I???Q?B???`*?O????@ ò???fP?H@?Z??2U?????*&? ?”G3r:?$ ?ir?P??????=2?!2!?????4?dA??7???A#h]? a??|?B?P?Q???%?0??ZB??|]??0?????GFc???s?$?\??#^??E??~Q?”????8?????x(G??p?N???G/?h?? T` uj0?, ?b???O??H????H8A^?)??? u
    )?q?@)???=6?xI&?>?? E#?e}M?5M???U???D>?)Wc??Y(#g4?G?k?@??j??x??5I?????x??n??$?v0?BV??2???!?6???
    ??P??+????DEOA[??3T????.??r?uP?7 ?????@hf??c??????S?Eb?T???*V?(0nY
    ?E?t3???W?5?BIV?2L???IU]??w?
    H????6?$ E???????????[U????&??MndPi?I?v?)3?*U???\k#H ?s1???7???UY=
    endstream
    endobj

    40 0 obj
    5343
    endobj

    42 0 obj
    << /Length 43 0 R
    /Filter /FlateDecode
    >>
    stream
    x??]???}o??g??
    ???P??>???~0x^??V:K!u?7O\?*kf?03?J?b??kT??|???Su?c?N}????????????u????_???????_?~|?NC?????????)????T??????????????????Y???’????????????#?t????BX?\u??U??y?w??y?????N?4?+??Z?S??k???]?~3|?}R?’}\???L??%??[F~]??o????#/O???5?N?U??X)??T?oB??U??x[F^?`>?v?.???)Y????¹??j?????c=?'??~??1??&?????c8?1?
    ?(?:Y?g?3?RP ??4?~kH???>???q?
    ???/?,??g?!?%F&*A? ??O??B?#???F?V?p:?!??G????BuB????? ?U??Y)? ??????J??$?T ?2r}G?7)?.)??E??(?? ?EH[,n <? b?`hD???%0=?
    E9+ $??Op>??g?=?8l? ?R?,A?1B?
    E??
    ??e????O?H?\?`iXth?: b??-T?iC?????)I?^6??zIE?
    ? Yh?`V???e???x???????? ig?bJ?Z??$?g????Rv???? ??]???1?/?i??o?{A’d]Pj?gJ??;??*-?xK?N?+?2gT??[R?j??????????HT/???B?yz?xw??@? "k??y&}?*Y0(??R+????2k??? ????}?U,?? ?05}?!???i?(h??
    ???????DX/?????eLx?i9??kaX??*+HB??Q? _?????p8r?V?_Y?=¾?
    ìR?O6ldrZ????A
    ?Q)?)v??|????T?E??AYci,b???`,Z?+T?^?r?iS??Yc?: p??e;?4?
    ?{?jhY??S???_9?4h8?So???)??$1?3??l???4I???hB???|.b>DK w??s??????w???6?lH?E2???gn`c??dk?1?2m???(E0}?”?V???U???eTls???[????]F 9?J xT?(>?Am?)d@? LB?u?45YZ>(??cI?DJ?w??3e.?M?.a?LD?K ?’???????k?????)??#? ?????Fp:D?P???x_??FW? P???/??>?Tqu???4?Bz\1???’?T7h?U?%YV??&???????@???$??oSN@?%???Ôp6??]??O?
    ?A?X?’ Cg?&;???m??^???7I-??S+ ?!???? ?t???:?i|?d? ???d??m V?Ci????yS???.?jR|#??????-??????,?`???`? ???]??xE? q? ??t{???????
    ? ?W??9?$? ?D??? w???vM:u????J?3\?k?E?????????k??J??!?n?48TrzizV?([?`)??1??s?Ri?/F??s???
    W?
    B??^
    `???[?oYY?>??*?Tr??Xr?a?R?????X?x?x#?m?i<.d?c \kl??ay=??????{;
    M????IR{6???Pq?b?????,1 V=?x?&????I?????rX&jJ?K?????j?Q?*?;??X??F??????S??m*??0???P?c5?3ZK?9?9k?nx??Mi??}??+^`?Y??E?:?*?"??r??????Hc?R?V??E? ?la+?????}0?D?L^Z?-???qoKZGA1J??3?q??????Kw???? ?%T??w?U?Qea|N0??. J????V?e!??\g?Oe?o??;?,??UT?R?%=zJ9H?
    ????uz??=+????~H???6??H?????D?h\?l???X??|?T?(9q?kW???k????jYS??q?F??!?? ?'?@??|?<i? F?Q?>1?Q?o???F??`)#U+?AhH??i”?)XEJ??@?Tb
    q)??K~,????f )? He????cq?A????~8K???F?dY’ ?8:??Bac???j?XJ??$DI%??XX.?C
    S?y1ks??Wqw??et?(Mu??O??? ?H?A8?x?g???W? 4?$?Fp???s?????{??;-tYSL:? mok??Y??w?`???N??$??~?2?I ?j?^C???r?+-?? ?\???M;?r??}}H?vU??????i}?%?T? ?’Ty?,C?cIi-h?v:?K????O)rlIQ?7qWrp?4?9?x?W?*??????A???TN??8??
    g??LAq+R??+8??,????zZ?Y&??=???5?O*7?ZI???I?Gr??eM7O?????j???T???>”??H???G??.R?
    ?F?t?E??e??]??V??x??7?!?R??’Y????T?_H D-??????????J??f?i???&? t?u?P?g??b1?g? ????F? ??}GjJ???S?%=Z??.??
    ??#<7p??[qy??aP?h???^(l??E?T.???m?S?Wy??(>]m]a?|?=?Y?7J???0? Pg8k?%???LO ? ?X??P>?? ?b?`??,???m %K;???j???3P??pb,#?D???0?????R?????m0?’I?6??m[?5a?)?e
    ? S@??
    p?7{aj?@nD*?fx??$-?HO????$??u[??% ??s|W?oQ?%??S'??QQ?u_E??.B??w???
    5?=</?\U?4??:??B??O???g???4?H?L??`?%?w*????,q????d?3?%???5?^?s??j??j
    s??R?A??*?U??aX?jS8?'??(](m???Yh?M???*l???&zl:??6
    M?)???zi?????? d?YFG)?P?qZ)???4?v?L?t?T????W?????}# e???????????J5 ?Fl?.+6???) ?U??o???]?M??m?"2??Au?x??x??!?Z;????cKU???Rb??u?W??F???}?A??q,????%??b2/?/X?* Y?M??g?]???&&o??t?4????Qs?+?E??R?F?v&??F)B???'?-T$p)?E?T?G3???!ds?mj=]
    =?i??B.??\??bi??>????ozendstream
    endobj

    43 0 obj
    4201
    endobj

    45 0 obj
    << /Length 46 0 R
    /Filter /FlateDecode
    >>
    stream
    x??YMo?0 ???y? ????????1}z?y???
    ???n??7??q????pO??95w?>????.Tu\???????W>?????m?
    ??Q~????=L6?l&Ss?????7?g????U0m??#??? ?)???M?=?R???d?`????O?Z?w???I;??iD?S??4?>L??b
    i??,md=??V???+????Pz]???O??J???!??Q?c??c?’?E??h??c??.?36????|??
    ??X?!e??SgIWn ??$ ~??l??+p?5??Y?Q??????1?u?wv??h???{?G-?DV?.? 3?t?????V?N???G??? Mw???|c?)Ng?h#?e\?@M?????,??CrG?e!??k?af???S?$?k??5<2?
    ?=3?M}?? ?????2??r?1?????/???"@S ?S??l??*???V???-? j?@?*?????2?F??"h$??4m????LÄb??V???m?m?z?J;?P????>p%)U??F????~*?~??’?_%zP ?In?jK?L??M??/????x?/ ]??}L??g?.????/&??????endstream
    endobj

    46 0 obj
    880
    endobj

    65 0 obj
    << /Length 66 0 R
    /Filter /FlateDecode
    /Length1 30268
    >>
    stream
    x???y|???0~?? `[?R??kmA??m5??E?o%3?s?????{???=??s?]&XEJ??(?????????B????c???????BHr???=??!$?DH????M????R?#T??h['{?
    5B?g???5??}|???0???? ]???=9? ?????????_@? ?i??/?(`?
    Q?k?^??????
    ??@??Q(&q??Db?T&W(U)j?V?7Mf??fw?:]???M???3??_?????:?v?D(~Rp?J????q?-(?(??O#|??~#?O???@=?v?H+??G??RC? ???P9?mDo?%?B?=?>CAT???cH?6??=??@??:???r6?}|?¹?.|
    ?V?=??C?Yq9??2?L9?jD/?+??xn? |?;oG?????S ?c?á???????t?M?M\?,c??O?o??5v*??t)??nC??[??'?2r??Y?>??h&Z???wN??c?$??0??#?:???c?¼??(x???h;??Q?E???@?????x ^?????[?]?Q?~
    ???Y????-?I??<~?q???G???t!??U?w_?J?G&?Y?)?c??????? ????C???\?????!?[??*?=?? ??b9?-x???b??x??????fF?l?}?[?=5?/f???>?????????_??-?~??-?
    R???~^@??????? ?<????I|?I?\??} 0?????r g?????f?E+??#?.:*zI?w?F?\??S??
    ?R? ??b????F?J?`?c????U?!?o?Y?\??????k???
    ???f%??????o???’bT?+T??p??u??fws?’-???YQ??_?},b???? K???2~????[?]k??5?Cw???a5y?t???@??{?`??E??FW?f?V?y
    ?”???%W?u?4??? ?V?y@????*??a??]??zt??{?c??N?!??????l`???]?E6?/B’???h1JC ?z..???M???Ld??Y
    r?$?f???????;??’?j?”U?????e3JK? ??y????` +3#??K?z???????h???u?J?????c????V~??:???\?M??6Hh???:?CR??2?|+-?O/????)I??L????g?Z/??j????6|s????p=?o??
    `?*???55?0n?k??6??Z?Z??Q???Qyv??+T4l?????
    L?\;c??*@j???zkì???s?aaSm???n???o?0??VhTM?WKh7|
    ??? ?z???????M?l[3?C?~k????LF?q]u??Ss???ZKO?[?^??X?45?M??fh?2???u??M@?y?y???i_ ]?d$dT??E??$?u-?,??????Xc?:?mr??l??S?V?oml???+??????h?^k??N????h????j*??-N?y?&(? F?9 ?|?4yaL%????%P ~?1???t
    ?[?jf?tRX??x??_"????S??O?%" ?? Q??$< ge?TO?
    /?ne??} j?5???n??m????- ?q??GP$hfZI?d?q ??????I?G7?a??W?1?k?????&??-??[??????*?v^??X"?d"O????M?? ???\??I?I9???WL??sT"??)???^????n???4????d5??????i?i?)???0?g?5.?U>-?4??u^?nk?????v/??n=??k_mk????????u75? ?? ? ???oX?'?oX??????746??IS?:?yO?5?A??Tf"??xC?0H?X?$?~ ????????I?iu?2?4
    M??l?X?-X_%?n?X2??? U??Er???Y???$$?i????[?5g?????k?*???????r??r?Z????,?9???AT???z?[?(??#?R?,
    a???X ?i???(??k?dx'????d?????gG??(?+"A?VZp?e{?
    k[????cc???g,cV
    x?Ks)Wj?Bh?@^.n??|X?$?/?z??L
    ??s?+V??j&f6?????c
    ?=?1g?U???.?#EY????d??J?2OER??BX$b?G?$?=d??-f?Sn?d?Z?co?[i?0?{?'R* ? 6?d??W?????h?f?7??F?6??? ???/??++5???{F?+-????,X??h2?r;o?x?p???NZR??
    +???K?t?7???????J?%???`-%???-????" ?Y 0?????
    ???"??s?l??x??6?a??{h?????y??{?~?????^g??K?Nm???e/?w-=???????? ???&?$?6G???[???w'??N??????x.??i?9??/?v?K?}???³_?aZtz3s| ??2r????5?2?? ??=?gy9?????O??f*?%??U?jm???
    ???".,?Y2??J?
    ?X?|?J??z?Z??Cr?.?®^????8?H?Rq?W0b1?xd ?IR?EmqY?|??b4x??????i
    :p^PGz?A?##????0????29[&???e?Q?6??3e!m?v????k??"????zu;t??8??n??}`.[p'?????i???????<?^?????ì????r??????9?s?I???Z?^,0I????? ???E?qe???>?sM(wY??%???&q??L?o??`7?BvT<"I]?????VXm???_?.???:?CP?–???-Q?~??1@?=vZ??;?Ma?”??y&?F?u?^o&?\???}??#?Z???F??”r?OA??o?2? ?\D?kk?kOj???q&?0????~s?yd??W?H?e?C:?O?,?nZ?i?j?l?:? ??H???:1o??b???/????].??(?cWqK?-??pv?2O?.MW??/aZT?8?D?????Y9??????#{7??????V??_.????}??D??P???H???j????S???b?? ?Rx?:uA????T.??- ?Td?k?j??W?? ?4??=’??;E??d(s?????}??????????{K??f”??8?F?su?U*???)H?$?x?????7?K$]Zx?uI??kU??~?Yjt?j??U?$J7???V?0?LÈ?X8??????G??#?[?b????.?G?{-YO&?? ??xK???nP+B&??(?1?????{UN?s???*?aQ? {??x???W??Y?0?'??'!?I?)*%?2?3??
    ?????8? ?+5P?k???????/'|??I????'????3r???Q??.D??? ??????6?/?7MoV?i?'?????uV&??Y:?^lU?f??F???>k????!?b?~YIW???J?*????G
    #?-e?]?Bi ????,?,??QY????^.?H??d???Z?f??????},??sF?=????Fe?%????^’????5z?2???p;???3???V? v1t*15??????t???!?????!2u?R-8?KKu?y??”%?t?ç??+?.Tf/u?b "????;?????OQ
    R?b??S??dr&??????$H?2U??+!?d?!^
    ??L?A??t?v?2??3d??7E?@v??????>^???l”??5P=]X?(
    yD?
    ???4j???W#??q??o?_V?{???????R??(????? ?^???w>?R????i3Y??KJ????????K~?Rl?’?6?1?[yY??P??)??L,?;@??qw? :I??Uv??yD?_?k????r???R?Ny,?7b?K2O!D?R??H=Xc???6? ?*3G????,-MR?1+?V???<1?R?w?94???8??????l?!D?.'????(???.#???t??)J???
    ?M?Br???B?Q 8i&j? .v ?'t??|?DUr???%?-6?4???;??NR?f?????Ü?^e?U?????I?7)D?x??pzf3(M[D??0?&b?\?.bo??|?14??BN???K/=??0os????s??)~0??ZF???|??M????xw?p?R)??
    ?t6??7T?v??jg??89.???$X"?f??>?c?4?@t?
    ??-???????I??z?e?'s3?D??e 8?2~?????sb?:??J??kRu?P?nKq)3??N?*^?A??$?'&N}a!P??jO?????{?|5!????f??F??=?3?/^?{?18?2?10??a???pavM?C?Lj#?\??t???? ?gfe??/????% ?????q?x??6|??? ??Q?c?}????J???IlR??? ???1?? f?G??LpEn0??dj???
    ?V?T*?????·???y???|???
    ??<%??t??? ?VS?8?F?o=i??}8????|?????L?(?do??u?1q??J??~????;?????FPz|{Z??O?hmaPb???]$??”? ?$?p??au?Sq??~^?28M?.%??
    &?y?P??@?ZI??\?~???????.???U???tN???+???} ?
    ?
    '
    ????zb?z??#GcT????&?x4??>???d`?I?G?0??t?ZK?-~:???4}?????h,??/?~;v?_?=?/??q??’l???_?(P[A8??b??g?8??Wo{??\??.????R??,?
    .B???I?_?L???>???C?????BoE?C\??K???r???e?!?X??t?U+#??q?cA??Q??G"
    e?F?TkReV?;????B?Vr?qQ=?I?Zt$?n,??:m??????V ???j?Lj;? 4Xc?o:9y??[???~{?sV ?I?4?x??1Oh3N?????"!C??\?YSR`?O?
    ?????6?RQ+#?[?7*n????p??V??V???[3o?R*2p:Q/0#??????j?9????l?T?jN?P?)?J??v9M?T?Yp?d?S???j?V?jFm? :M???f¥X?,Sw[??.?????U??%:?g?)j?Z?V?9?????e?8?^g?1b?/K???y?7????r`!??]VV(??zX?}??bKK2?M??EE??J?w????G???Y??:pm?5?r???Z?i??nZ;??}S???]CW?la???/?w?????????Yv7?)v?I?Tfi?9E/??b??l?+??z?L?#%
    !
    !??w?(gMP?~? ???t??,??h?T??:??f??Y????i)??L?Y%?.?x??KQ?~?_ b/?*,Z??w??G??S?V???>??e6 ?f????Xm?X??M????i?W
    ?l??G??$???s??N???0?????t?a&=a??M:?????`,{?????? ?????s???j?Bb,??P???,???????? ??X`???!z\????K8.???q9?É?r?~???V?vow ?W?/"????is????K?x??????; ?)y?????????/^5?I?g??????!-????6??8??? -r;m$?:???g???Q?|/???????)???{g?bUDn??:??mF? V!s?3
    ki?H??? ??A(????
    {?@??k?)p~u?^?TK??Lw? ?.L??
    ???F?^d???B8]DP2W?%-?%?? [4??p?YRi?9?i?&?H?kY??e_?v?W?????y? mO??v?zA???_????F??Z?n???W?]?????xE?F??????w?b????/?? ??;?g???????????'?R???|k?[L?{???O?9??8??=?????3?0?, ???3?qN"h??
    ??d???H?7
    ??G????3{u????R?pe??QN(??!9`ö? ??a?)LX???NZ??_??S3?mz??ITX? )y?? ??J????????.WK>?0[62?ijo?w??6???^????2? ???zjI????F?aP???;??i???L9??7??t??~?/??&g,???e? ?y???yW[???7l-?~????????m?q??Mo???]?0=~?i??tO??[?#?????_D? ?"??????????'r?T-S???xd????F?i?<9?T4
    ??a?ex??%??????d[?2??3?o?????m??U??U?1?_3rFk???? ~=??k>??t9???Mg??k????g??$+`?mN?????l??d ???L?[?Qc?
    a?'???/?M????e??F?A???u???l[5>{??@??>`??t:3k????????= ????????%)???r?LuD]??????”?>?H?K?E?Y?h??;?$CQ?$?Q+?u,??r??3?>?? y??"$1z?W?UVWG*=?!??????cIVq? ????-?????"??(W??fS?U?k?bbLg??N>?O??-`?@!???(HTq??x[a?M??????i ?Od???M??!k)??s????1?f????sg?p^?gdZ?r%'R?2?t??r? g??\???[rP?XiQK Lg?0???H???I??B_??x]??0???“??&B????7RMMo?’??W?X????Ax????????]28cy?l?s?>? gUU?egV????(??/????-?p??~”??O”?????)|{?????DdR?A???@?XPK$?n4????h”tD?:??n??c??I^??,???u??9???qW?????O?%???’L9@\?Wr?X????!~C??2KG?#R?_?E?tH:??vv??Q1s?k/???Z?0???R?xs?6?????j4Z??’kZE?d-???SRr?6a?h?O?c?9^S?%????J?? >?x????????U&?m’??J?4??????L????M>9??i? ?`?? g????q??_??
    ???O???[ZZ+?y?)?w?)?w?-m???uA?r*?????g?e?S?????\???6g???3??????9? r$?N??Bf??$3TU?If?AI????r??1=s4?? Y???pFaiZ?offex?a?W?J???"=0,?|??N?S???}_??3|3?k???2????
    ?^?H???B2?H*?0??G?Z?H?JM% #??r????*_??u????';\?9EJH???c }?-???A?I????????y??4_Z_6???N?#?!/??D^,~b???R?
    ??8Z??9??#? ?j?_/????)???????@B?M?o/ ????KR4???I????kK `?Uk?z2? ? ??(?????iPOd?Lf?V[?Jeux?l???|??F?{?}?G?????E|L?&??M?????a?(~i???@?e?x$"???
    ??}K;??y?B?????N???j? ?]k?3+ )Z?(??M>?Zi??bU+?????`}?B??w?a??%}?????I??:?????tI?1?T??????-?e?k?k?]??J9|???/??J??&??-S????j?k???m{??(???uZ??`???Xf?
    ?Z?A??(?rb???n?”?L?Åosq1.[???G??~??????Y?5pt?3?o? ????1??;?M?V'?`;C"??o?G???K?94?'???7??y??ll?????:??7w????????r?k?x?yV? ???f??????<|???Y?u f_|???(??l;?f?????t??D?T???[
    ????z???????h~?????+????Z-k?^????Z???j<^?;\????|?F??q???p?N???a??f?p??LS&????e|?-?,?,??[?5?????,\V???,)??z?sr?+?E?Q??????RC?c???6)?"d?&S*?_-?1"[m>??????????7?SC?3Q??F.???e??b???O?????c1?5k?i h?mi?
    ?\e???1??4I$ BhC??????.?;?u??????!?j??K???2b/?????r?WS?5A???@M??i?PG??^?E???'???k-*u?`4?_#&??????????`!?:?J(?Ad.Z??\??ku?UN]%&^u?C[??W]l?^??????s?S????|??^?!/??uBX=??Wc v??
    o9xn???y?h???7??!??L?@p??jA??RM?[?;??j?A
    z? 2???????6?????L?C????qj'1^?$?i????JP???jUe??~|??????&?)MR?????'`?HQfD#??:~??=u?4N???#?????w???m??'w???un??s??w??E?p?`?>???Q1???J?????R??pU?? ^Zxs??Y;????p???????_????j]u?K???ow??+???Q@?<?7 ??7e??,y3V0?f??n?.>+?{??^W*?[?:???F?PN? i>?0k???)?,????-?? !?Y?K??c??(?D2??Bw?T?~????)7?#.%O????S?BX?_?????????H0?*?6?9??KL&sRd???\4????t??1i???u???!??v???p???o????cs?_??x?
    +?O?????????{A?/?u?4}:6F?rn???0a?T-?F?2$U*eR?:??]a?/C(??A?t?X???Lc?????l???????X??sZ?
    ?????nZ?8???}6&?????8~?B?w??7 ???Q??Diz???-???v?'?Mccl????WN???W????F?P?????@???"?L?_OnAa??6? ?$L??B1H?6??E$b1??,_g???l???g8L&G???F?M%???2?~OvE???9"V?A???k??q??7??b???+-:?R????'?"?.???"???^?f1f)?.U?q?`???`e?G??$a$H^?^?0?2????Sm?u?+?? ???g?,M???S?]??;Rnc?_?M??
    ???DHacR?_???9??X????&?&;%?\&???9([??d????KC?)[??>?}N????M???>?4dl?a*??
    ?pe ?C? @8p??@ ?1??”1???=O?h??Q??2B
    ^?\Gt??)??I??c8??#?0??b?&?J?$Iy56o???t+p???E?D??2e?
    `Oa#bX4?VS????????”`ŽOk4Z??
    ??q????N??t,p?t??Z??q?!u????^?P?’d9q?=~.U???
    8I?I???]z??/???%?????i???????7?n???????L~#????? ?*?hA?2????]]`7???Y?.?Z???V?5%s9V???,5??{????? z@?S?X(???????-9??[[V?????;???M~???+??-B2?o??z???S???????V?vt????b9XW????t???R?D?eZp6?w??#È?nt}?(~t?r|7???F ??????+[???¾???$I???r,????*?U?I?k??4????5?a?1?t??W ky???c?i_I1?D???NB
    ???D?!??(H?c ?X?K?Q:b???V
    60??a?s???B?? ?;X?x?K?c??,E~?[?e??$??'??+P7??+?*Q????D???B?h?'??O 0F
    U?3H?*`e?*??2?,BJ?F??X??n`)?N ? ??K??X?"`*R&?2O?z???e?+8???L0G???(,"?k),??n
    Khz6???Ia?^??G?y <2? 0???+??#?1N
    0???/? <2`??1Yxd?Z??G??,?
    0?????\QXN??J?U???
    +I:o?p
    ??&??R???????
    ??
    i;?)l???P?J?n????I??J??Ma?F?4Z?I
    gQ??????)?N???????)??jD?P??U?
    u@???5?5?G?h?!???!60?? ????!???TC???/[
    M`????O???9&??C???m???4?
    jtC????h?E?? ???N??z?u?4?p#-?????0??-?f?6???H???2??.?wr????2?????????e?6?/AM?s{(? U;!?CGq ??~??9?C*?K?6Dq ?!N?t???d?`?RX
    ?(??1??^h????mB@|#??>?
    ????_C["]‘??F?J?-??F???@?I?^E?E$g`?;????h?N??F:???Lu??m4???L???kjDn???
    ?? ?KR???&q’%???Ra?}t4@??39~2?? ??R?$???????N?7???)X??¿^:??????Z???? >????}}3?{)U???I??r/??A???%9????&???[?I?tB???y?hI9??%=?????'g
    ?????@ R?Z
    ??e?h?$6?V
    ???ut?9u???k#??D???^??0G??i???H%o????????z?|"K?A{?? FR?
    ?#???J??y???? }TK? ?y???~?w?{]??]O?(9?6Q?&?$#?0E???ur??’!W=?|2??LD?j?i?i+? ? 2?,???7?r??GRK%e??)??? }?s?K?l?JcM??j????o?W?0?^?1&[?(??M?u
    ???a;?S ???Z?&??QM?TB??/???5?Y7?????n?????o?;???u?? mi?y?H?i?J??4m?>J?.?
    ;??yA?Q??b?????R:?/?d`?}?(=0En??_R?`?#??I?9?^R?
    N?Z?r?d????N???'??k?t??HC???Y?'?GRJ????|?c??s?¤?~H?????\G????s?=?2_/] :??b???????d{?9I????s,???|LP+1?!???q’9?v?W?oa;I??{?l?v!6???3kO??%???????Y6p1? ?\?
    ??ZE?lN?H??{k????? ?C????qS_tU[G??o\??{??A_?;??;?6????????k????B?1~qo?z?2??Y??JKs?? ??U??????k??E?????hgu????????qQt???d?3?d??$???????]?????2???hJ!R?7
    ??|?@[g??m??w?w?????D;??u|Gt`??????
    AS?9a?????l??wc?@'?/:4???v?^???6??8?
    ???z?9???|??Pl ?w?m\?o??:????u@??V??8??:x A???H?]m????K?þ???5|'????D{?E?06F ???u??`w[;mb_?h?4?dZ???=????T?{????? D?XC?A~??????? 4%?E;???t?v???4?Y34?7#?qcN?@????????P??#???? r??n?!9???h7?Fi?? ????j??`>????pNu???|??E?????Ur??qM? e?A?z????l|{???@r?F ?6??’5;z7P)Y??hD?Z? ?F????:(?z %?????
    Q??????4d?T?E?h46?wv
    û7??z{&?& ????”??d?N?????C?4?IX?e@??I?@v&H1Q?????m????`thj?~???? <?I?$ 4m?`_??kH?y#????u?:;??\?? P}$??????Huw?t
    %$??#?6?-*?4??N??????5?h+A?M ?#?? x??kz?ww¬???He????r??h???H??1Z??P[??$?????W}s???
    ?1?????A
    ,Y\?g?%??L?8?$;7??+?-???yy?0???|qQaia?J?-??;'#?????>=?????Vec??88????????B?Ro?0 ???fv?H?K]%?8F??????? ???)?=??}/?????????????g?chu;?o?????o’_???BS????$?P%g??`?b??p){?H??pU+???M?l#yoI???_@??4w3?{)?K?J
    W
    0?CS|???g??a2???\6??????p>;????l^??A9?s?:??/?8 g?u#5??>???<?#?5?C
    ?TD")????$MY ?fp????$fk?S
    ?*?
    jD???D?F?S ?
    ?rfB??G?r:?r(U=????r`O9??I?r?y???k?
    N??^?
    BA6?A[n?&d??B?
    9!t2?F??H??????????7"?? P??
    ?[n%?????U&r"
    ???d0 X?;soyy>
    ??#5*m???6?????r& 5s?c@t??ap???G??Hb???~:-%??>??C???hm??VHj?d@,?d@? H= >?5H~?[?? ?_I!5?.?3??m?PW???L?f???@????0d? ?R(q+???D??d?'>????
    >?A? ?
    >????? ????
    ?a?8`V?n.??????? %??6??2?92?@%??R[????
    ????????~????m???
    ?K+T??P?B?B5??n?*?B5??#???O?m?EUQ@UPT?U?7?F>G?Y??????x??
    ???[
    ?????v}?????G?Q)?$b?AI|??^?
    &R?? ??+Z@K?H?????d?$")??H?%?t?W???:?F?"UJ?R?T,?I?i#?v? ?@?????!>?x??`)???a=;???x?7|??k?Z????ˆE?YxX7?k?e.???
    ??
    ??7????f?
    37?b??4??$?Z;?W8??ko? as3????7??L*-??
    mi]?7x????[h??_I#???3oq??????|?S?????9??0E?5?b47?oaJj?t?????r?????MZ????)?d?I9 ??sZ?=3?5{??d??????eVO/???Y-?ae?S?HN!7-?:???{??}c?)??:?K???????S}??C???(???m?X?????T???#????c
    ???Mo?f??[???{???×????=????=?E?5#s#sk?m5?{g?e=9??????j????HcY???O~C??${6??I??????/*? ?R4??zE"??(? ??vw?,????Js??r?? ??/?"? endstream
    endobj

    66 0 obj
    16755
    endobj

    67 0 obj
    << /Type /FontDescriptor
    /FontName /FAAAAA+CourierNewPSMT
    /Flags 5
    /FontBBox [ -21 -679 637 1021 ]
    /ItalicAngle 0
    /Ascent 832
    /Descent 300
    /CapHeight 1020
    /StemV 80
    /FontFile2 65 0 R
    >>
    endobj

    68 0 obj
    << /Length 413
    /Filter /FlateDecode >>
    stream
    x?]??n?@??$??,??? 0???Z?Im?jI?@F\???s?i??|?g?.?j???W?o?????????J?^?? mT?T?
    ?W??. ??w=?r?C???0P*z
    ????C???_}-?qG5?\??hw??o9??UE?j9???e?R?DEh?o??????O??e?@?lU[?++??;J,??P??q???4f??P}?~??Cu'?b?) !?R@n???5 ??,?ò{?m\I?n?b??f??
    !A? e?>)N???"Z?? @???>?#`?y?'?A5}??'??????h?X(h?X\???e???M?c?`?c???O?S??@? '0???????6?I?B? b??????Fb? ??LV??q???1?q???tm????;??%
    endstream
    endobj

    69 0 obj
    << /Type /Font
    /Subtype /TrueType
    /BaseFont /FAAAAA+CourierNewPSMT
    /FirstChar 0
    /LastChar 40
    /Widths [ 600 600 600 600 600 600 600 600
    600 600 600 600 600 600 600 600
    600 600 600 600 600 600 600 600
    600 600 600 600 600 600 600 600
    600 600 600 600 600 600 600 600
    600 ]
    /FontDescriptor 67 0 R
    /ToUnicode 68 0 R
    >>
    endobj

    70 0 obj
    << /Length 71 0 R
    /Filter /FlateDecode
    /Length1 47872
    >>
    stream
    x??y|E??^U}?t?t?}e??LB&?@D?????DN%x”*?+??7x,???,???®????x?(?e]!3?jf ???????_&?]]}U?s?????eK???4?8d?X0}Q?~B?M??{??e?>?(EH?y??? ?+V?CH6`???W???Z?,B?f????5}??E?.??l?{??[37I???9 ????/B7?p?AW-?1?A?????b8???+?S?c7
    ?????????!?????K?mF???~?%?????S???
    ?Ï???X????Q???N?a?=^?? ?#?X?/I?&Se??*?????W???>}k???Pw????
    4x??/6|??Q????? ?(KXx??
    "???/?637?=N??+8?-? ?
    =???????>W?@?P+?-
    ?A?!?
    ??C"?5??q????8?mE=??K??Cp???F??8???F?ro?U?"?? ???Gd?AS?????@W?E?9;9{g????I???m?9P???7??F???{??c|?????f8?a?=?5?8;;?? ???6?h$:?;H?> }??x7??x?%{??F4=??q ??Y?2n%??k???>?>?Nqg???U??/?S|??O????????
    o????@\+???-??.??Hc?F?.i??????k???U??Qn
    7???$U|?????y??$??d^On???TX! ?(t?OA_?B??Sd7??? ???p?X!??kd.??xp+"?vx?Z\?9??n??????}t :? ?#?9h?a?Kn$B???????5h?0????8< %????Vq??8lW?V?
    :m/Hw;?? ??P?|14????4d?R?b?C???f N Z!???84%?z ;]??u}?.?
    ??
    }??B??????"??????lw???O????/?v?W??%?\ ??6?????>?1?pw9h??h:o?
    ???t?g??+?N?E?Z?E;q??
    $0??N?d?N ?J ?-h???l3v??A?x??{e 8#qE J\??J?S?@??q`??c?o?n?vVvl??f?+???????S'?p??3?4 ?[???H?? }????J ?5M??%qQb?yM@???4ne|W8l??E??? ????H?a???N/?0n???m?~|?{?N??u?N?+_????Yg??;????;???(q 0D?5Â?LN?;???Y????4?k?pU?L???e`??????I#am?H???5??5b???E?'gY
    ??-?tKEei ??x???ryI$l??????
    ?{@?????????
    ?ii;9?o?+"???#??B????Dz??p???M ??V}-r?????{??????g???>v?dk???|???????~g??K-?????H?cG?)??=??L?Z?$????g?I2p%???????A???Ë?’?Uls??|3[?????G??j?????>a?
    ???xI~?&L?[[?D??$??e;??!?bC?
    ?'??????:1?/7?????C@?m?0$a
    ??az[????e$6?#?
    ?7?-?~{?e????9??A?L??cw?x??)???sf??0y?d`?E
    ;K???}B6?%??V?????^r????}6B??(?*???6?X?\??hF???:u|??fu???&w?&?
    ? f?Y@???S??q3 + ???u??tY|??>??O HE;l??u?z>???E???x? Q ?"`???U?k??DuO?-??-{??0?D(|e?.???k????v??'"C??Z?a?[wU ?^Nz/[???r??:|+
    ?G????t?v?Fv???@-6k{???1O??(??????n??? ?}?c???9??i???~.,?BE??=3?"??_?:"m??4Z?Po}??eE??M?A?Y?I}???A??^d:?EfQW!??Q?x?>?{?oRh?0??z?????F??'?6???J??a??e??U^???v/?5\?OL?"1^1R?a(ea????%cY???C?Si?L7?<>?8???Q????f??8tF?bx?4^?"?()%}??U????J%JD????U????????????~?[??'?????????O?y???[?y,???/f??
    ?~????_??????r?y?????B??[RC?P?by?? ???r??????'8????*LU???F???a?2?X?^????Q?/?&????Y?,?*M
    Dy?:??MY)b;d?t?? ???|? FSV??a?w?@YO?4??&?{JI?dI???????Kb??Pv?"?Iy??Wc???@N?3N??a???8?[?z??^??? plc??w?X?n ????XhG&*??'T??I?Z? }?}??? ?8???l2S????6E;????|????????B?-??????:]xxxQ??b? ?)r*h ?v???????G]???1 >U%?N?A8??4;S^?wT??(??z[???KuJ ?h(|??????????b??LU?}!?b\??2J%????@)? ???RL?(???? (U?R??F???O-??#?hu????????X???j?c
    s1?T?L???^)?????T????????2?-?????g?Pw?:cc?d??o?m???I??[q1??3e?eX;???{???Po-P?$??5????*????????D??E???=T?F?G??F}???yx?|?>?u???pG????B?x?|?+??%?p????]?0?5F?R?????f???H@?D ??9??#l8lG?????D?Q?r0?r?eO???vT’N2???&??;??{?w,?f??6????t`? o?-???q=
    ??????]Dek???Wc7%4fbg|?J????A?\?????????F’?3:?U2?
    ??dN?L? ``Mj?#?]Q &?#{A???;?C?e???*?Ym??)n?t?9?2???W??|?t???=??
    ??\?\?\?Jq????{??V}????s??~u?c??????J???????7??w???~?#?]?\??8W?l?Y????D??K3L?[E\???$?v\?????p??[?"??Q?#?r?D?H????m#lG??v?i?????/???%hpD??Xo??S?qc??F48cw?
    ?o?X?? ???:?l\????q?X?b????q??P?*f~?????
    ?A??N( x?uN??N>8??9~xK???H?~??/p??@9???????%5?N?6{|?f????Wšhqc ???rP
    ??*????S?E??????u???,8?a??8????U??\5?:3{?Q^??*??;?f??d????a ??K?o?8`???
    ?B!U(?
    *?z??\!Y(?
    8??=????T))??}]?A??=?X??W9????WzgW:??s?`\S?4?????M???ø????=?f?f_,?f??)w$VR?p
    ?na7?W
    ?5?w_?-B"I??=V??I?/Pe?Q?b?X??1????K~CY3P??x???'K??C?G?bYy??8YZu??t?T?????~?27?1????&?????p???NI
    -??P7?4???????n???N8?n?~??Y?????????'P?(?k?eLy5? ??@????KSS_??????3u@?sg??????Z??????Gk???'7_???ïf??~???K/Z:h??D`z???Y 5s??k??????UU???Y~??????d?(??rTC????T??pE7???V???????Qo????h??A_??A?/??u_y??*??C???
    =S?7?b???????>,??q?@?T?30??&?HK??`???????????r???R??^???^????+m?T;1o?(???{??-?F?E{8??w9?8?Na?s??['?d??I?Le?I???????S????r?6??????hTB?$???2?7?n??Hd?B2^J?"/?_?Z[?f)?k???R#K?
    ??q??A????6r??,?Q?HY???)???q??{Y???u
    ?j;j??Z\?m???1? ??(}Y<,?b?^$???????0????? ???{.?????VM???o????u??O??,|,
    x??m????s?Z???1?_??>??5?2? ???Tva??????@"??????????7o???K/?3???j???+?Z?W?m?3c %P?????©???X????C??u?Q^?.M?Ww??aqp???????[q???????G???=.n?l?????C?? 8?o?='z?6???+???w?#?4?Q??W?~?H?h0?-?????QA¢_Wu??,
    ??A??8?i??rPV0?b??(agPb1????$??Q?????`?l&??ou???1*H???[?<$??[?-?? ?H?????S????.??2??? ?[?E)?u??c???*:??<%?? ???????*??h????`???`???t??o??????s??0?s??\??56=:?P[+?_??i>u???F???s)Y{?? ?y?s???O $??v???C:?$????b??U=?U ?!?lI?H&?dB???H?L??f???  qX?8W???M????S?&?`Xo:X????'hD-?`P?f?????M?"????>+oi?X?Ks?uF'????PM?>?Af???8@~8p?S?????????CW?A/??!?r?/%?he??UiQ:??????be??l?WU??Z?`?%?p????(??*JI?[??| ?????Oo?G`??s??L???X?g,?{i'?9??
    ?%??_?Q??1?t??p?|?g3J??-Y?????q???[[[??>|??N?4&?w?7???1y?s5H?????wGR?V??I2m?????????;??+9?|??7]??C
    Gz?{?? ??L_???Y??h<? ??|6??|???:????v}??2?\??m???xGh???????F?_????=p??)?=?V2???h?8I??p.???)?S4?Y”5??Fj??
    ,? uia?XE?U?@???/?(Cy!)vW'??r?p??D?SRR??)??h??o'K
    ?
    ?J??????1?K????d?[U???(J?"Î"?II??v?? ?WT???1? ???T?
    ?lE??)??^?btc?W
    o??H"???z4?D???T????E????a?F?iPH??
    ~Sz???N3C??O1J???_??'u???n?d?ur??y0?Wp?r G??nVS????lU?,?U?:?F??ja??.?mv? >8P}??Zb?cW????O7?2j???il???8???^h?????????:???N?
    ???????????M\?qK?=?3_f????? {??&@]T?O??? 0?pS? ??fg?M???5? ?4?8???m????Qaj`}?O????pK8??ZRa?G?H?J)?rl??-?&m??????
    ?? )) ?(?>[????8?? ???E{??R ??0a?p?.?? ?#??Z??A?TT?A??I????#G?i??U?\??h???0?;????^?`t??????w?:v?]?I-?4????Y???? ??d?k??????}r??r?dn- 4t ???c?
    ?W,,?????S ?”??3??>?[?3D?A?B?2@S?o??u$???Q?B???y??F?????3??u?G??|??*??0?rf?BI?@1?j^?(??=V> ?????=?b?? ?=?:?H??Xy??X?I?UL?????!??8}~=]??>?5??E?O? ?t?9Gm??C&????{?:’?y `c????[??????}?????W???%Z?6?9_????}??6?~???O#'???<$bD?"#f???=???Q$?VY
    ?TC??a?O?r4?a"???3???G??l??=?
    ?&??4???OT?? ???????L# ?j?vR???];ogZ’)n?3h?(H???????u??????
    ???hvICC?O?P?/w??X?*$???35$?|??o?=p?M?}??????>??????_X7????^9?gm?~???’??????{?N?~??)4?>1O:5?oL?
    % ??
    ?6P?(&b???C{?R?w?Q’7,?s??? ?C?3??
    ????[???c?L4
    ? Q?????/ ?7,.`?+xqY?X?z?)(?#H{F???F&x?????E?K?3 ?????b???
    ??*??#?tL??????c0??w? Z?,?1?:3
    ?$N?????]4??G?^y????Vm?~??a??-??????;?? ??????_?g??????}3w-?”????vE???????4??Hy????E???WWc%
    *???F,`P:
    0:??~??C?o
    0???x*j???? ??

    ???’X????Ly?{??L?&z??6?????,6?FG?h!????V~D?hk??????I[9F????Q??h?o3??~??I.5= ? P??'^??bl?T?q??s???>0-?0?:?D0g1?FJw?s???*??Z??!?@??@8J??A?
    Xb#YT???????&T?c?????????K?O?p?????[;?=r?_2????????}??%O ?B???d?;\??@?????Ee?F~??o??w?r??|#????K??t???;?FD?(+?+]???]???]m?/??? ??Y??k?.?)??????@*???T???(^#???A??)?R??? !P(a??????E??\iI0T?????%??acb????c?4;&> ?C??u??????Lg?T?*?
    ???74???az?v????????lwf??áZ?$T???iGk?/,???`=?Pe?{?`????w?L?P???G??o^??[#?'??<0??K????z??Q?=??)??????-J???&???ec???y
    WU?r?'??? ^O.`_?xK?+ÔA??Jf??R?Tn)}??l?NW?`????wB?L$?????Ty?2U??M?????y? ??B? Et(???"?%5?[)?8?(L?%?J?%??M ???Pqha??_?+DB/??@??1{?KO7??????b3?e??_??w???7???"R?I|.(?B9??5??j???y??0??lO??7????P0???b5d?+C?*? b?)?P?l?TZ???????)?????T?| ???K/??G??*??zw?&???{??4??s^0?+??d"+?X?P?FX?.?q???,z??J??g???.?]%??P?|?A???y???Q?`x:?8=?\@<9aPr1?z????E??qp$?????L?????X?[??K,t?U? ?qg"?J?&wS#??LQ?4A?F????\?V??HW??Y???l1+??4?^v?SM?O???#9????????U+?$???/?Wq??^?b?hK????????}???r???????Kf
    :?L??d??+??_?;8n?D???V]?j??-?>G??V??W@NM??=?? ???9???s?p???Kp#?TC_BOR<+??[?`n?e?_p?E.?????/??t????%?o?^(?~G*?P?F?U??D??y?B?9??ts?o(i?*???v%`FuwR?YI? n?I??&?G?%m?Z???$J4?M?@??TV??
    I?{X??X?37*???,;N??????v2q?W??u;y?8N???N?L??:?8???x-gD??\"???Se?@%L5?Qw?U???{?O? ?Q????az??h?¢??h???????,?0?O??a
    ? ?Y???o?g???x?w.?_?b?? ??? ???~!O?1???.91?0b?if??Q??NQ?`]v?G[@M4?sC L?FZ???HK???9????c???;??????:??G?]???:_?wZ??\?'????c?#??4???evs??(??$?1[c[,@??@???c??q?,Yjq?E??&?:"J??P~????M ????,i.?eE)K?*?(j(?V?q?y??Hs??(.@?Mg5om?C??H4
    E9QKI_?8%'?T"???????d??`?DH?q??c? ????RVL???.??A,pw?$?e?=????u?tD??F?we?l?cfK?n|???K[g???????co?~??????k? ????N?0?.?r?9?K?ý??yy?s9?(d8Uv?d?v??T?l?a+?????SL?X??IO0ih???5??(c1#???c??xt???x??C????B??3??{???Y????H??^?dn??Y{????|??WO??S?z?zA@ l
    ?? H?x???m?D???{??
    d?]_?
    ?}???????|???????y??????z@?Ov?J???`-? ??o?4??=48]jNv_4???w?|?????P?W-Tk??A?p?a?v?o?0S??[&,?????!??"2?i=??????xA?1JYP?T??t?4????S????l?n-???&??S|?b!? ???((?r???|A??(1??nSs?,??h?M??ih?@?.??2?6?n?Dr8*x,hA
    ?>Xl$??{-??
    ???w???phdg8??uG
    ?5?????Q?%????u#?K?????????B?s????R??????;e?.??????I??`cb?????-?qB?n??|???x>? 6?\X??H??W?.
    ?Sq????ND?????/f?(???kB??????[)?Qg8???oo?~???q?5k???{???C?CI;H??J??h5???p|+???,p?HC?}?|???20)??:@?7??)?P?%}??)??F?0?%T??b??????nQ??@3 ?m???%???S=XP??!wm}=E >??????8??Mb)t?>X_????K??n??*c?w??}?w???{[?I],f??????)?1????> ?>>?N?@!2?.?V
    ?L?t??l?l`5KKS,???4O?@?O?@??6u??~?Boa^B?s???6|??B????J?1Sa!??u?f???1??,???sa?|D3?????Z|???;??j???X?v?????W?\???+g?)??????k?i??G?f?t?-?Wg??9???b/????g?d;@?H?g??N??????? ?1??? ?v.m????-?Q????&?5???8a8d?O”c?9???????; ?:???”? ??/m??;??Yh???????MTA?A?1Z????m?F?
    ?tX"???g?w?j?/????4 ?8
    ?????3?h?L??K??|(?? ?v'H???1s2?n?]?,?gO?|O#h
    x??|4$?A??8??sT?9R?{2??g;?????R???xf??7????? ?@??r?E9??4??a?\?[?m??x?46??%??r:Z???
    p?i??jri?#??R??k"???`?T?T??Y??&
    g2?=d??>t?F???{9?3Flzq?M%????;M?d1N??? ?Zw?8^mD?r#?? ???)1????x?8???@?+E??Y??R??vV?>Ry?s7T????p?@?Ps??2?8?|i??9u%3??’?????,7??g????A????m ?6]h?.?[??On?-?"??G??=?z?,7?(?}3??R=$N??)Q?
    q?*f???????u?
    g??????%??w?????????uv??=?[?x ????????]?*a??m87??b??qc? 7x ???i}q{???T?/?????;?????d?3???]??}?_?b?/???[?HzG8{E?(TT?Hy+????a?!?I?d????|???e$.(Q??rk??7?[}????n???f?gtk?l??????7?o??_??????Q??r? ?dL?<\ ????B4?R?D5???JV??`?H;?h??????JHl?W??D???E=X?W??w>m 7?+@???q?e.?D%?/??>ve]|???5???”W??JX?/J?????]W(]?,N’|????
    ?d?W??S4?q?
    ??m]~?lq???Xrj??(!??_?>????????=p?
    ??N???O’?????{j????W6″??? ?*?n???B??????:???) |j ??,????X
    ?%bQ?G?C?b,?z$?7%?&I??3???&??????9??;o?|ah?????c?M??l?@??E?6?hk??????E??.?n??&?]?E?”,]-BsdX?%?RD”???????DA?f?:?r4 ezM??F??f???]??^b?%(?fr?J?mx???? .??/?jW????jn`?rS?6\c??]?????}?M.B?C?V#b????>?X??q??? ?M’?Q??u8??,??8Yw???]??Xs?\??g????????J??r|Q ?4@??Q-?f;j??1?????J?????O???>???-9?U?;o!???WZ3}??’??g?=?y?????????0????v???E4?b1?)K??9w
    ;?0″????&0?..2???????-8q*?? ?#??”??%^??P0$?C?T]?D?????91?????UP??_5??A?
    ?[?s?P|n??8I"????`???g???l????>tkf'????^?G?w??3o
    ?Wd|:??>???}{
    ?????Y?~\????A??Q _a?????_o?X????%?z?z]T???d???#??”
    ?e?????m?}}???~?1????????0?????Q?9C?GTl???6?????g??h?J????d?oXR?Z? Q?zL???2??”UR??s# S”?.S”?M? ?V{s?3?????\rZUun?gn[?-?M???v?r?`8??V???I?!p???.P?-??????F'??r?F?B? ????? ?h??N5??E?4?????XTwb$i:'mO???????????i ????m??????j?.?7???AH b?? )?M?{???\?^0"?v9??O??T?T?P:?$???????R??f??~Z?2O??r?@?(?N|???U7?>??????$?w?0???;?????????>?????~???e?O????w?:J???f?w??P???9?CL?????oVJ?? ???xN?uI??-??-]sx??XB????E9?????. ('$??s>?\?*?% ^Y@?,”x x???de??g? hy?7?d????]^;????B?1-a?@z
    M ?? A?????m?t?F~?W`?? :7:?g}???u?4??\???{???t#{`|?????r8???oC?4m
    ?2? ?bra?o??o8???;??J’(???5/Z?????Q} ??l???Ob??FO?????F? w?4?f??N??+?????qm?e]?|@S}?waNK?5?tdŠ??J???c|??G???w?[???3??e?? ?*?7??WV?s??%??v?$??m'??8???? ?_?G{?rX?S|7?B?????9??G"/?'?"???)?F???:???9Q?XR6??,??4*?9D??m$d+??p8??F???)?l????[w84 q?F?????????9K?O?l?~??J?;?)3?7??? vG??J_Nv?&??`?L?”??]NK??,?4NA???$??#?A?,??@???\E?%??(9??;:?#G:hG???DiTH?-??}?ck??+??????%?@?r??\?Z??Y? ???$@??d??!J???sY??? Elj]]?eso??r!??????/??j????.?.qq???^???]?/?W8??r???9? ?I? ?7?Dx???#?o?u????`?XE?9?3:`?' ??K???4?????????#?8w??R??Y~L>???BN?BN?W?/O?,|y?;????\??\)???. ??????Wc???Q.vc?b????y?t?????Gk? ?$4??}??C?m??}?p?}?oq?{??_????{?u??| ?????l??[ ? ?????F?6?t???yA?0??a?{p~&?t?:?`????
    ??-;S0a? "pGy?]?U`Mgk??`S?s?*ué?”?L?!??????T>?~YG?7?t;
    ?q???????L?o?d?$?D?8Y? Q$??,Q
    ?pv???\?a??-?cM?E?f????j????eG??k?:??kvD>?’????e??kk??Ls
    v??/hf?lit?] u?A?Ze{?G?wH?l??{?J`????????;W?? V??Z????C?O??@?(W,?????y6?wQ? ?`??L??^?H??g2 ?k?? ???)?Y?s???}[M?&????d?%N????2???r?S?.ICt???VQ??H?B?,???O :j?h.i????????f???YzP?!T+??H-H=K ?????R}?@]??F?b??v??MN???2?2?&z1??????~?w???
    ??????0s??;??%7????\q{???????x?a[?????^?{???H??B1?=3?&6kvUf,i_?@??j(~?-???v?-N0U?)mq^?8??8?{?|x#s?:O?_?2?X?q???5}k? ??I?????S??YYv~??????|?y?HÆ?/??)?X?z?,[+'?QT#?B[?n?0l[??r'U??oj?0?3??2V??v?*?-G?9w?????NOT]Y
    ~U???\?Xr~?uk?Oy83??o??)8???7??22??i?V?n?
    v?z?z????/?????????PG?Q?)W?:???*?????s”R??????| ?#??s?z?’?????,??i?9E?V(a??b?.??y??U!??Q?????????)??b=?-(vM ^???p?3?j?\??k??”??HDCqG?)?”??L\?vI???S]s.s?????][?x?7/15???A?sn\ `*?s?{????H(X?#?(_Ls???X!t?S??@??aD??T?0119?P???N??m?ErO?g?w?;?O??O??F??o? nN??????T??6uI?????????I?ds?oJtJ??K?KK?
    W??O??3????S!G??L?0??Ej??7X!?x???9?<? H?s??@?Jc1G????S6??)`Oa&???I7O?????F?VEs?????9??. ?8B?~?K???>?fj???ZdV??5??G??,fQ?d.??% ????-??{5?2????>????y5?G ??2Ww~?m???`??|?#?3??Y7???^Y????xf??2O~?'??=µ?????{89????\.?0???8c???Zpn??>b_u?z)??{?????s??????"???F~?? ??,? &|w.???&?L\'???2(????x, e?p> @G[????u?????# ?????k(?>{b7 ?
    s
    "?i"N?Z?%???|J?9????&??+?o?KI?V???E??0??p?[???mo-??=I(?(????x??F?????8???|??K??????? ???y???g?'?}???2H??}'U`}???P???C?W&?*?(???5?"e??f?f?X?W?`YE?_?(w???[7?*??L$Sb?#??Ul^????RwD?????"??8!???
    ???jl?????+?b??G???/?u??r??1$? ??K??#?]?t??I8?;7?J??]s?7??7?^9??.m???????k?
    >??G2? .O
    ??½3? ?
    ?f]?TU????;?zq?L??#/Y???VI?7???(??t? O#-??u????y?????$?W4})???&/s$?*C??i?F?z?,?1?C?|?????y?~??~U???&???\dzq????8QJ?u?k?s{6f????????????xo????????k???????}???_@WDIXT4?”D????,?????HH??äi?I????I_y? ?@m????MR????6i??y??&?’}x+p???jr{?????Cqf?w???s???|gf??>??>?}?[x?v????L? ?N
    H#?z? ??-?G?????g^?A_?????,? M????v??b~FI;R?O?gH?!??b?????w*/1????N??L=??O??:b??p??#1h???G&???YQ??I?a*#?Z???[???N?/^?EKq?????hQ??????,??Me?:r??.&o3G,??k?o#_?_??,?4?h??z{???Jv???5 U-?`??Fk?[?ZHn?{K?$NG??(Li;?????T??????3???PyFt???chz45qT:??R??M?????O?E?6??K????????J?%}?A???P1???H???-=?????hk???????????7o??????[???i?????^?)???-{_}so?=E?O???qB?????-?7?????
    {????G&?? ?Q???D??Fh??M??Bq[:t?b?2V7m??^?'{?|w?g?Q1\?A/?>?U???7KW:?te?g?t????
    ??/?/Y????z??N?I???Y?\E+?*??Te???wV&+?d?9????U??Gh???? ?????[Wd,4??? t?r?K?Ln?m????Z?4??"o5mg??o:?s?%????k???F???t????Z???????l?9g????$????YFo8F@,??-$5??@????^BaV2?g???0???m???3Q????p$?mV+u8?I??d.???,Y?358X?IINV?)???V?"?X,?b2???%[? ?KSijzz?j???v7V?=? ERF???????W1?:??pH@?**?LI?QV~?'66d??yz??
    ??P????????????]\?;9??d?l??K?h#????8???P B !Kr:?%?CB ??)??$???i?????????O?????GGY?'c?]ysS?????_?n??m???4?p? 3??;F?????G?"?*p??m?NM??#Q&= =!1i;?kI??"}@?`{9c??k2???g?S?k???y?T???=ck3???|O\%
    ?>~??Lz?????B??*??’:J?z???0??”F?F??L?dM??+LoPIW?(?~?l??6????????Q??0?????d /????=????>?T?4L???d?C?G:?4z????7???:?M?P??j?A???R?(?( k?m?q??oD?[?w??SR??Sgp??=e??<0????:?~?=?5?5?T??1TSZ?~?}?6{OuC*#???d??W?jH??N?)?ygÇ?|??;P?;??a
    ???V4????=???/??x??$?_?f?w~AC???;???N?D?i]??H???”?&vF???F??[?)g????5BO?\?N?A?Y
    X?w`zW?^?9?l.?'i (??m???????w=???c?P??????bwA???
    0?60?U!????o~??N?}???v??|???Yg?[w?|??~? ? ? ?sv?????M??,?|Zm?I?0??+u??V?Z?=?^?^?a6b?7????;^?^6?`}????tNXRg?=???[R???*
    3?oI?
    I????v????nu$,?C1??Pq?54?1??^?*?`?????I_9)?R????Y??B=?rBW?s??*???[????[?????-c??5?4?%??#???? ??ee???}?2? ??,? E?c?.s???,??io%?I??e??MM6?v?n?E?A??^??;?n>0???U?????{??>|??3??g[~?n????lh?>?????(?#?w??2Qd5$6?L?_?J?'????s??S???QP??$?)?S!???!?"TpO?)7????w"??v?4???U???
    ??g??B?[????ed????a??ZS;mgA9h??????W???]t?Y??x??5??{Mw*?????????3?g??e??m???3e64G? iJ!q+?J#?*&??V?????[?pW??M?^;??B????78"Wx,??-f ?o1??f????7W_?\?]??$yIvsrs????)w ?%???? Z>?p?|Kq???,gK-?X????Z??if??}?????c6? )9:3?????
    ;u??M??.????{^??h?=q4??f????)c??=
    ;?=~g G???????g:?^???0?S?4????.?r??????????ng%?h???v?8?1??wf?g???>???g??{?????????? ???%?w????????}?N=??K?Xq???c?R
    ???=?F??Z?#??9i????y? zi.????{9E??T??P???.eK???F?z??Z?u?&G???_?b????kM???[Mg?g,;Sv?"???'????v?V??N
    ??-+?M
    ?ee?=???/6 ??J??y?b?#?Y6?
    ?? !F?6?om???Qb??6?l????????d?e?O?3?qx ?
    $????? ?*??E??b??1?W??8??}?/6????m bp???e?VB?????F."+?K???=X?G??!;2A????} _J???=?4K??6?J?7?
    p5.???Z?];?(???$????]?l??o??kM?Dm??#l ??6??f???5??<?5???????]??.h-_Y?cE0?:???x}????w??em???et?|?IRd?)~E??BlVj??>F???5??’????1??:??y???U*??B??@?:?? /
    ?p?0?:|s$c,d??
    ???Q9F]:z?M?e?Wf???Z35g??
    W?L+???qe????4|????J2?L>G???m(Yq??$???V??ob0,?y\Z3=,???JMy?E?????>??:?L???????;k??;z??u uO?{-?%0??? ?L???H??b^?Q?Dm?^?}L?,YW?W?{?8F?&?j0?,?j8
    ?2??A??OS)M?;;o??????N??d??K??
    #F%??!?H?@??H?^????*I5?%?z?????i8?$\?J???³?%zv\z???
    ?ZZ3 ?w??aRG??TY??????Y?q?d?1?6??1?x
    ?5:>??I@???Re???ju 7=h?O?j??_??S9??????JB????D+??sJ,??g]??`R??Q????@?&?Y?J?`^{??> ????&?$1??)?v??.FX??Ya??Y?n?ZJ4??%?n?p???E?4??p???B?|?
    ?????p????r?? ???g??*4?q???/h??????@^:??,????%M?0????M???%???[???
    ??:B??k?z?/? ??K?&?@|8 +!????p??5??V?%7AY?1??C???o|??v? ?G^?_3>
    ??%? ?g??8?Li?B^????^(?{????x}??????p?!??0?????A9>p?X????a;??U7?{?D?n;}z?!??2??????2???q??????Q??tT:?{D??q??
    ?v?%jn??g?Zk[g;????)?R~?zeZQ????#???K??Y#9????;??^?7/?{?_??S???m??ro????QXS?|?E?E??1k????? ??
    ?Sy9?r8????Ù???r8q
    5?!N???.sx:???,?sx???f?eN??y]??h?[9??R?GZH??s????B?<??tr????bK &???A|?c???%-?????J???RB?7????j??%?+#sT?c? G?U??h??\???(??~`E ????u??)r??0?sp??:a??D ?e?????b????0p9c??>/?F?a????6?????
    qX????*?b??@I?S??Q?qb??? ?4??*q???o???9?}???P*r?????J.@?&?0?4?n??b?^!^??#QoPh?.?0?,?^?S:?????? ?#<%?5??^N?&M??@?sJb??q?E??|B5M
    r?q?B]??uM??(??iÜ]?D?????%j?W9?>^?_HCKA??B>?F-_B?A??=B??(? ??eiu??5n?G?BS???Š??JB?l?????F????0??????? ~???5(Z??=,a? ???D?_???a? ???OR?r-
    q?.?q?M??xye?m?*?? ????SE/???????c???ÂB????? ??=z???V???qYi?r?E??\j!????????r
    ?Q???y?i??qn??^?hE??nn31??9u`?????K??:???f????AZ5?KK?\?+?X?-l ?N]????R?.?????)J6r?$^????[C?
    70???`?[?}??b? ?}???H?D??6???-?xiu??3q???N?? ??p???]?????????R&z?????7 j?fn5?7 ?t??/$???US9?Y????????
    ????A}PkHp;*l????_
    1v??NQ?lP?t???B?’?x?hI?8????”?Ic?? ??$??xw1???.^~\??S??????9y???a??F????X~g?=]???KXT??Z???1ay????hB?????/??? ?91B?Z????\???? r?’J???*?H??{h;?????^???”b?s? ?????????y~??K?w???G?Np??????R???{?%????h3?B?W?J?k????90???s+\%XMV?2H? )??9X%????:,??????i??p/?>l?? ??????3?6???1?R?#=??/ w?=!?????7H?X???bLT]?
    ??z t??|?x?? ?uZI?$ho?#?????P?D|}?????QW?7C?+???p????G???Om??v?A?MU????@??W?>? 0)?????????`????????._7???;}??A???V!????@?@4???A>(???EQ???????ur6t??m?a ;?????x\?/? ?@o??D??oD| ?X$??uAf?????XJ/?$???BrZ???0T?n???xS???P`2′PS?XK ?????V(???{?”M?mA_G??:??jg ? ?????U???jWx?????’l?????Ad??????(?N??
    ?8{c?EE}~?9??FA?87?z??^??_mC??DhT,?zM?@?1P
    SX???|?k??Pt ?1
    ???=!_?V???}?_?(m@b,??’?
    ??J:c????????.??%?pWig?+T???uJ??}????3?B?YV6?,_?|q]???j?R?K??l?W???o?_?bU?JK’?5?5d1???8G/??xcP??????p/?????y??????(??_7??:”?jb??
    ?:}???? gl
    1??}?N\9 ?c ?v??](?pG??p’??h@{7??h 3 =jR?fF?D?”‘X???n??z}?A?|Q??K???\g??6 ???S?=???-W???\?0???-?:Z?y6FG8oy?>??P?+?
    ?J8^_8?5?))?G???9?vb=P???.PT?D??j?+84?”????C?7????”?A7G?v?{Cm??}??:???? ?h?0q?6Y??c2????.???? ??(???aus?
    ?**???Us?*??L??+ ?l??
    ?+?U?? ?{?{?????/???T*?????a>??A9N???^?[`?!6???0'?8hk????K????;"????qI?\\???qI?????%??K???/.?_\???qI?????%???K?Sf????_(??s??? ?U??)3?5|?.W7W?B?Lw ??)5?
    ??RV?>??Gk}'?J?????sa8????????????^?/???????? ?Rp??6??
    ?pb1ap?;??????????6 o ??G???~??U ???%?5?j
    mn?]?H g??B??? k???4)??R??=?Sv??)%.?WJ%???d1^?9 Lu?????5??Na??c?$.?GvZKa??mI??]?~O?w??~o?????w????w?/?} ??~o???
    bg??Rp??6?{?qp?3???w???v`?#\ ????`?A?^??^?U?*???P????K??!??l8??G??)r?????b??2????????
    ? ?&p=? ??+d?p{?
    ?3@?W ?+??Yp??
    )??Nf??jF?/??\ui?y?4I??b??ß??x????0?g?SC?.Rg?ty: ,?t=???t?k?.????/W ??Fp???q????rB!??2?!?!?O??w???^ :? ?? ?Pp3?????=?w???????????m=w???s??z????a?><}???q+U?????\?.????rF??}sh?,??????Y???t?Gt`x???:??????@1??t?K??*`??????f?g??>:?n:0?L?*????????xP??:?W^ri?h????Z?A???/???’/ ??rf.??ój?????p?e?I??$??I?&8?IP?’??n??Fp’?} n????7Y>???v?K????zp?3pr>?HX??’?T?O?I??? ?'8???j=?W???j%?:???&?@{D?{??4??w?}?U?J?!?:?:?!n:?*???I??a?a?AX>?????]G?
    sr??y??a????c?_?#::?zb;?z)?V?3?#2???=B!8?r?#9U?}?r??p??k?\??,sm?? -??( ????J ry??+Gh?w??n?Zc?q???8?gt???)?Sv?6?"+?,d??d"???5?x?"???????q?G??1?kTf?r2?,?`+???'?d?fu?/?#T?b??`t? +Z
    V?1???,^1hl???????
    ????JZ??q??){??&?t{6??7???J2??f?:/M?,]ro??'??O?{E???G???#0>?u??7???k????O????b???t)?S?*??.]??b???xD??h?O?%*?U??????f@~?????Ld?a2q<E?????K?O??q?a??q???d?gg?'m?PP???>n??m?;36??~+&???{?f’???`kA`??`???? $????K????-k???? -?.?/?-i^?TQ9??[uU4]??&,??ZVy??JL^?uUb]?X?2?2^?:?v?L?.^??????n??k]???+?¼??Ga@?01?Z
    
    Z?a??9u?}
    ?lmI;?e??$D’,”??h/?.??G?D?z???_???V???-??Y18?y?`????7!v6i?:g6????”K ?#%)??q5g2 ????+B~?y???\
    ??Vi0wE S??~??0\??C???4/??-??$????
    H?!&B-d?????\”?YX\?
    endstream
    endobj

    71 0 obj
    28336
    endobj

    72 0 obj
    << /Type /FontDescriptor
    /FontName /CAAAAA+ArialMT
    /Flags 4
    /FontBBox [ -664 -324 2000 1006 ]
    /ItalicAngle 0
    /Ascent 905
    /Descent 211
    /CapHeight 1005
    /StemV 80
    /FontFile2 70 0 R
    >>
    endobj

    73 0 obj
    << /Length 573
    /Filter /FlateDecode >>
    stream
    x?]???@????s?V??=?? ??!?
    ?0?@,?2????T??\@????zF=?????????U?0?S??C?v??
    ??M?&????????R?i2????.????2M??????pwO??;?/??}???g??ks??í???KhG???j??pz??Z???Kp3????)???S??!??>8??????P???&?,[??n?J?????.2fO??rxD?St?i?z?0?P???( ?Sx?9?dObQ?@?@x?^3?M_)? 6t??????(X`G??y?5y
    x??3?@?G?-'??uN?C??3?<??'?)0? endstream
    endobj

    74 0 obj
    << /Type /Font
    /Subtype /TrueType
    /BaseFont /CAAAAA+ArialMT
    /FirstChar 0
    /LastChar 80
    /Widths [ 750 556 722 556 556 556 277 556
    500 666 556 556 722 222 500 500
    500 556 222 556 556 556 722 500
    333 277 556 777 666 556 943 277
    556 666 722 556 833 556 722 556
    277 556 389 666 666 666 833 777
    610 722 722 556 333 333 277 610
    777 666 666 556 556 556 277 666
    277 354 277 277 583 500 222 500
    556 190 500 333 610 583 583 277
    333 ]
    /FontDescriptor 72 0 R
    /ToUnicode 73 0 R
    >>
    endobj

    75 0 obj
    << /Length 76 0 R
    /Filter /FlateDecode
    /Length1 27876
    >>
    stream
    x??}{|T??????=’??I`?? y?w0????jJ?dB??93?????Wn???z[-U[?D1?
    ??W?????????
    ??0?????Eo???_???}??{????k????g???~dA;???_?? ?#??G?o +v?? ?Q??u?o??w???!$|??{?sM?%?.AhVW?????A??G??????B?h?w??/QL??B??????}??l????.??]??ck????z???,K??q?
    ???/?vGj?????????ah????0??@?? ? ?d0????.??’$?HB??|?(???Q
    ??R??3Q??c??hw??+U+??R?G??t
    ???L?,z????6??@I(?!?H??5?{?XB-h,?>?????;:?s?Z?jD#8Q?”??????b??
    3?@?h??=?f|0?2*C???? ?$ ?P?z??rI9i?? ?~?E?F?A,??3???’Z
    ?n@?E??? ?ar??RQZ???V??F?$??I??2P7??:??_??s???????h?9?r???????V?(??· ?g/?(@a??@?C?1??8<??w????G?/?Wb/V1?<]?~??@???"???{x???d???Sb(?0?D??*t1?.G#?64?i??,?j??\???? ?=
    ?(/?????y'????????;?:z?.??6?c|??? 2?T?>?$B??pI?J???n?n???~??? ??N~???+?|???-?5?.?}?v0????c!#?i(@???? ?_?G??i?’?*z
    ????C?Sp ^?W?5????&?C|+~???H?AV?F??\M?&/r??8???u?z~3??
    ?g?p??G?G?W8)???{ ?????oF??[???b??XA,;?4 ??C?@&w?L~?q:???;???
    ?g?&z 8?;:?qv?O
    ??Z???/???o?w???}x???/?#?w?%?
    ~????' G??M?H6?@??v??????Fn'???H??????'s??|?~*?jn!7????g?? ?? )H?n?0?k?w?_$?B??.?
    ?u?a?)?g??3?^?
    ?J?.q\??$?T??t?t????DC?a?? ?";?k?????It?wn?;q??a?I6? ?@???"7?,r/?+???_?9L???????A???J?m??M?????r???!.J?1??3\?Ns/?Oz?U???Eh)y??????;I:?6~???h??D? ?6??? ?!p??p7?R???????G?Dn????`C2?C?P^?9q#?]?O:?e???T????f._? ?)Ec?c?6a?rl9?`L??K?0?:?G|=?????~?wr?k.?\?????@?Wx.&?p?p????x g?=K??j?”?????6t????{??7???}???G?.?1Xs7??!86???o??|h/????_?2x??0?:
    g?6?:??Q?p~???l@?Q!? ??c???K ??F?I ??j??pHZ?.lR?\Xy?????????y?y?9?Ys3?s??f{????).?#9iFbB|?l?Y-f?? ????9ui?mJ$?-?g?-^?K?i>??M?h?(?U.NDich??*`v~S?0?IL,+??27G?KS”/?)?x??f?o?MkQ”‘???|kX???? ???U?Dp?R???5\?V ???M5i5~Sn?k2h(???’/? ?u??d?WWZm]?VKY?ps?|???u?)OKnN??m????{6CA5l??X??2J?n]???9<|???6?e[:?:|7G8_ ]#.??$_z?1???5?;???p?u??B???;??????G=???4`.?S?6\K_O???F(?t+??iu???;J??0?k?;m??p????\?~?\u?pSs?'R?????M???W
    ?9U?y?Hn?^9N??^?],???r?A ?B
    ?&?)GiK? "J??4??F???_????
    >-fE:@
    ????mX?O????0GNS?O!P{??????{?9?)DAj??p$;;??E?B?E? X?$7g?8Y??/+P??Pc3Lk??2?x?V?W?FhDv?l??
    ?2?????i?#?’Ff??#;&F&?????>???C?????P?5????f??7?NkX??Y?n?e??tNK/??!?
    ??#???4??U??i?????? # 5?\
    i? ??1R`?OR??f ?????wD80[?????X{?? B*?%?????j?p*F??
    ??W??Fy??????>?DF??D??Y|r"?R _???K??$J????@??L?FN?(KM5?Ny?\??8??,M?????3??!?2?#???X?????M?C??l??I???u?qNV!??a?7?a?KI??q|?j?K!){?m??????=?{?$???i2?Fbt??td?DZ?;?z ????'W??|???cg????????w???@k6j??oiYiY?7?[???QR?(?v?(%'%K^??-???
    ?-kR.?b?c4%q???J??I???v^?9W.?e?g?0EJ?nZ???=w??N??.?[? s???-p??jQ??????
    ?M???mpU:d0????&dh?8[????9>??x~???f,
    G?q?|O???a??)??p?<?&???|nG?q?}5N????????????_;n[~vlF???u?]?.i??/5?D????+&?\?x?`?y??p”}C!???U?d?aD ?
    ??????@LF???#Y:@”?)-)h& TMm&b:@??8?PMh?,.D?.????Ø????q??^G
    ?
    nUZP?8?go?#NU?????C?\v???c?d??FK\Ek>T???JjF???E?#y8?4?B???????????5?S?S??)8?p7E?G ?$????$o?$?
    nf?o?-q??,?Q?f?.0_h-??p?0-?.??uxYgY???x}?M??[o?n?o?o?o?/?c~??????5??wL'???L?????Ay/I?8???d5y$?O&T??}pFRV ???0 raQJJNJ?dpp????
    K!????????u{???u~?[?aopA}????v?}???????8????k??>?
    K7????m????1????e?!?N???I7?.6^c?O?X_3????`?x???L??.5,??? ?1????a?8d???i???nr??i??????K$?Q4???zN??$???k??b????ws|????k?1S???h9b9j???Z?,??2?[?K8:-cU???T???
    ??O??-?p?q??p??89:j???[?%?i?u??J??tBcLgTO?%p??
    ????9??JX??2?,????????[5?Z?n-?????A?Z?V??k'???\ZV???\I??[??z_u?y???}??\?m?n????K~???????f???H??YT,??cU?VW^??E?Z?_?j??[<"`?W?F?M?N?)?9*?,???"?APL8Nw\?_8???#??O R??Q???
    wd?z?6????1n?>????q:??????,?5*d?$?????l?/??"???p???>W#$I?[ ?I}?06s`???D
    .W????]Q1Z? }?:????YL,’???1o????L*??Eg???O?YT4? E??M4JFC???M??-?Uh_)?4Z
    l???KF???X?J????t?bt]?-es,?M???]??????M??A0J??3IO?
    O??4?mn1?ay4 ???v?2?????ll????Xa,??/?x ?4H?Y@Y???f?-?f?E????"??? '?%?D?G???Y?? \?>`KNv?? 37??2??????cZ?2???x;???G{?? ?x3?&U?
    ?-???v ?u??p ?????,?r5?&???^?X??o?w?”???d?????#h??7?_??FU?C?Y?3???1?]?Q?#??]^??}w?’pt[???J????NjA??-??|?1?l?? ?u?????_J????W??<}!z{?g>/?4?,????f????c?O;r??j??$ ? ??- ?\}??&???~???u$?T? ? ?k? ????P??.??Z??oF&?A??Q?????m?\??k?P???r??t??I???s?O+H`2??$NF? 2?rY?v??^?o#?.z?????8?^4??????[g?{??+Jj? ???b=d?2??ª3)???t%???3,]I??O??F^0??q?????#r?L??5rF?o?n7???D@??F?f/?U???@??>6???? ??’??t???D? ?o??J???H????dNbl’??6?y?~?<?`?k??? ???o????s?CR???_????????~?4??>??]???????y?`_???Ur??”pc?3?i??)????v????#?Zr?t+?+?U?S?Mh???d?UqU?”?I?6A?_??Q?????~???N???;w? Q?”???E????I??z??Mnfc~???n7V??;?q?
    As7??I????8????A?b??n???#w B#??p???Dq?{O#<@? ?D???*??(?6?O?:?H?}?`;? 2?$??-#V-X?????_a?A??i2?,>??[k????$??5?K
    ?ED??MF#?*!%??s?lbL$?9t?(o0Q?????(I??.fE?.?F?-p?? d??L5?!??'G?^;N??vdT???#F^?u=? !%M?)N?s?`?]<;[_?YHre???+???H?4??i????
    ?j??]?W|???5?????4*?r??,u??b??\ Q#?Q?? D??s?$YpI???A?#?Ln?>?NJ?[?Asq&Y?-?]x??\*]M??n? ???V?vi???O?c?c|????BO???g?’???????49#e?0?????? ?????D??;?S0?BO@? X?e???YXm,???%?X?,? ???|?&???ƒq???
    ?,?’???D $_i?4??w3Yp{’d?zi.q?? ??k?W]?$8J?9?b???q?q?Z???n?(??6xhc??Z;?x???t??N?Db??DP?@??t?”??PV?gk?v/),/o??9???Ro??????z??z ???f?????l? ??
    ,’VP ?\AJ?
    ???r??A4?D??S3? ?x??h???? ??
    /`???p?L6?2????{???>S?5?dY?????????Zn[??????fK??1????S??"C?k?5?V?m3nu=dO?_? ???OB??? ?; %B??????j?[m?%%?jAI??,I???- '[^??nK??pzR?B???#I? IMjLjK??*S????dKR???- ++u??gi?p?YE?|??n'v??X??C????U????$q %???s"%??M?s???o??qy??????????P?????{??n`?????y?l??=??1?@??x?Tt3?
    _?n?\?a?uq|}R]jg?Pl^doT:???[??;d8??}???g?S?????????e?nJO"d?? ?qG????`[?????%??#1%K???]?;??7?h 5???&C?@6h???M??? ?q?C??w??B?-??UHnQe$?#2?eE?!s??=?o?V{!5\F???9 d????a?%W ?w4G?=???j??]????0i? ??l/??&i?E{?????u????_?}w(?6~kh?+??W?\?g?,^?????O????r??]??????J}c#??’??t????”i7?l?EG??]?.?)??q;????????r?,s??????????? ???Ho7x???? LKK???E???F????/4m??????????Z??y$?s?g.?9??.2?x
    ??^???%???N??5??fY-tV?jfb???$?Zc :h?@g??h???T????DT?J?_??&?~1&?4MP?FH??&)?851?\?N??I?????i’h^5@}(???ia? $??S?f?svF?4?NFY?6? ???????7r?[??:???[?x?hqC????h??K??
    ???^?8x??&??? ?Z?F????\?y??{)W?g
    ?<'*??3??jS?x?q]???z????u?? s????;???h??S??
    ????-???.?e???!?k?e???]x??5;???Tn?M???K????R ??O=?z4UH???&.7!??????Y
    BfuZ ???z1?-??????G1{?ON??S??3?4???????l???p"i"WbU??AP??Ja?T??`??Q+gv?vdE??=^?nFI1}???\ cSn?=^??/<W???W?l???=?????.Y??+?????/?U$??7??kkA???^T?z????_^s?8Gez???Ò?*L?????=?3{Oha??T??z˜?\?eE?R???KR? L??S?g4??1?ntO?S?=t??)?;???e??5???=X ?6??L?l?l???D@???.?Y??MF????w?4:?????M_4 x???9?p?}g&N??????-H??)?u?????\???i?.?e??
    ??????FO:?????r?C?}?,?|??m+??????????C?|~:?c????? ?U?????%uX1.?F??!?=i? ?;?sx?C?#?o|?J|J??x??????4>M?7????Za???x?x?t?x?t??B`? &EH?;LsG??c?1g??:????????(*J?=#p3??????dg17??Qm ?????Pc??C???n?f_???ga?????3#??Fc?Z`? x)'?>`???Za???QIi4pN?%?!?/?/???q?2???T?S??e??C??????3F
    ?L????z?n??V~Nr???Z???A?? +???O?Wm?=v|?? ?/l?t?}H??M???LIv8?H-??d6????X??L?á8Q?????i?????nAN???|?? ??’?@2E??|K??S,?-??B??X???7?,?N&?ezb}\???I55]???O?t!???r’??)M[nm?? ??????|w???3???{?r?Xq m??q`????_H ?n????m?W?28
    ??r?t?????{??R????????gI ??Q??_??@$??I??????P? e\?????@??{?jh?+??WtZx*?>?\ ? ???)?i??m|] ??WA???~:?;?)? ???x???86eO????Z??? :? N ]l???F??O?0F??????s?H???M?m(/??R?S??J>?? ?tN3?H??L?a???@??à_??k0?t??a??7: ?u??à_WT?A?)8???: ?M
    ?0??S?à_??: ????a?of??&*??Y??b????6?0?
    ?^?` ???=: {???cc??u???e???? x?>?>}?`
    ?t?? Z
    #?hp'}K???? ????C???ftC?
    ?l?l?*??D[??XA??B?F?f=??E??O??|???v????r??L?Hq?0?? ???4?~????3???i??>??;???? ? }???sM)????0????0??Nu
    hQA?l>?= ??2x???;??|?O???*??V6?R?;O?u?????~??J,??J???q?ir?n???6??F???l??I???L?d#f??9????b9h??qfR??[xQ?[?f?&?f??R{?Z?-?]??c??=?”?? ??a5?+?k[?]?6B?????=j??&???H??A??M????
    ?t??j
    [a:W?????v?4k??}????D?&??.?v?RC_? M??Jj?v??3?$M-j???3??B?qJ???X??????w??TJaJ
    ??I?i?Sr
    ????w`???5????n???mb?#?&?B?z?)?l????og?R?O???:??X?6??????.v??u??'=?[tik?b???J???]??i???????Yc/???d?u&-???Kt??0n?mN?R??tO???ZS??B }a???A&??sl?W??I?R?n??a’?m???%L?!fw?I?i???????5???l?{j?=L#>t)??qM??)K?V?`??g?dhrk?2?I?}LA}
    z?4)??? ?’??3?a~s??<1?06"q>??y k???c?0??Y???^?!?k??f???&1??+le??????<}??z(5`y^?4???"?_=??Im??F_?,c?M?
    w0Z??5??ck?d?vN4???2???.?Mif?#O?y#???5?'}?f?S?h??????}5z????t?d4?? ?d&|??I???O????????????5q
    ????L??/??G@j??g??k?W?|>
    y????l_^y·Q/?c?V???}?W?M??z????t????9???}??~&????3:Wt[????&????I:0-??e?9???iv;??^R??F®?????3???? ???s9??Ylb?z??F?M r?bT73??7?s??U ??w*kP??IW{??p*?Bg??? ?B???????81???M?æ?~????Bi??+??z?????????p??W??n?Sj}a????O?)???iOHY? ??UT?£0O???VV6u?C?*?????|? ??;?%a_w?}??|6?L??? ?
    ?*
    ??e??`_??3 ???%??u?j??V2??e??? ????`p(Oa??M???A?/?CtB? ?C?.F??2:??d???=}?H??c0f[
    ?????%A
    9DW?{? #??????AXHS`G?????o??+]??~?H??)?????)? ????
    ?????b?m??"??TX???L??{H?V
    ??Mi???x?? ???Ì?~e0&?????S?+?}?e??
    ?????~?{L??1??f?o???@/????s4????@???7D???{?[C??~`
    P:??p D S??`_O????????uk^?n?y?}=?]?????0?^?{B|t?y???????
    ?~6e???%?Kj????X???W.ZRS?|u?R?hU]???MV????b??1? 0
    ;3????PC?{?8? ?
    ????@??if ??l? ??}??~??? ?6?
    S?? X???0?6??DM?74???(&'SkS???}??|!??????5??f?&v{?=??O ????t??s??????ut?M?U????A&[v???Tw?'@7?0??}??!?H?=????P7vB]t???? ?U?)???:w!&?%?S???k`?b??k?{?u?r??o?C?%????/m???&??:?\???-?X??S:???\w??,cyr?~?uB??/ A ???l?R6? ?o???d???? ?Al???}??F.E'?D?:??k?4??g?o?^?@?u?Y????????s/R???A?>n???is????F??n???F??n???F??n???F??n???F??n???F??n???F??n???F???nd??Giw??????1/?Z??>?Amf?? ?;??????y?v?q????tJ_?U???ft??[?z?_x??UX?'r?>4q????|||5?Z?OI?F??4????na??????5?Y? ??j?z???;??i?3??-?O?????}??| ?w? ? ???/?U?B???@
    ?????????? ?&?M??????}5V?? ???7?1 ?=a3?
    ????u???ux?,?Z|?q?/\?????
    ?_??E??/????????}????????s????
    i=???5??h?F?]?U??t0%?
    ??’j??Zh???-C?| ?CU?\?&(1(]`? ???n) -?un??!(/By ??P?k)??J?]??o?Y*?tl?|??R}?K??rac??-?a?
    ??0e1?]?-3???c???ju?TT2??????T;?0????T(?P??r?I(B???J(?e#??s0o?<
    O??*? \?`????s?P??????!B~???pT<*?C?!??/?/?]?.??WH?.??>{u+???v???r!H|!??~(????(????P???
    ??TAY?&(???b@??3? ?
    ???Z%?V ???`J@???*(+h?~r I???O ))???)f?~nxvxfx??wb{\??~?UB??F???z?^??u?V?f??H?
    ?j?VhU?Vei?\???*?V%kU?V??D?J?x??j?E?????j?x5f?3^???Wc?1???j?x5f?3^???Wc?1???j?x5f?3^]BZ??K????b?Z??V=????I?t?O??[??mP?@i??% ????pU?7?j?????Pm?.D}P?C?
    ?U?)??Q9?m9j9?n9??.x??nr?p%???MU???s??)ce?q????Z?F?R??P??P^??J/?uP.?R?B(%P?0??J???x???#??1?#?? 8>?$??O1?kG @????M????1r?1???`????@}?k????ô]`}P? ?4s&T??
    T?P?F3???G??vW?:?5P?kQ??5?Y??p?V????Q?5??w??Dr/?? /??(??;???w???????}?O?V???7?}?????/g?????{?????c????S5?^p?
    ?{???@??}[V???????[a?{??@
    ??s3?^?8?F{??p??.w?y???!+?.o?u??e?"h???n??? /??v???5??Qwu&?????/?s_ ??`3X &?? x1 C?x?C?2Q?i%???3X&???)?7f 6??G??za? ?#[???????qk ?>??h???&A?.?8??r?Gx?`?n?>?[?[M??????
    ????xR?=?? ?q????
    ??C?;???}??.P??q?????'TW ¨!???!R?r}?^I???m?????8??h??W??????0,D??y*d
    *? *? *$ *d
    *? *p??
    ?[???B?V!b??6?|n7??v1x??"?BV?BJ?B@W!???&??U?/T?*$j?L????):GH??i??
    ;?a????l???_??
    endstream
    endobj

    76 0 obj
    14230
    endobj

    77 0 obj
    << /Type /FontDescriptor
    /FontName /EAAAAA+Arial-BoldItalicMT
    /Flags 68
    /FontBBox [ -559 -376 1156 1001 ]
    /ItalicAngle -30
    /Ascent 905
    /Descent 211
    /CapHeight 1000
    /StemV 80
    /FontFile2 75 0 R
    >>
    endobj

    78 0 obj
    << /Length 334
    /Filter /FlateDecode >>
    stream
    x?]??n?0 ??H?C??”??t?RG??a4????”??????u?v???s?8YYkg#?^à?????k???p?.M?d??xC????i???f#?????i?X?6 ?&?:?? w| ?u??(
    5W?O??`???S???X??umf???z6???O??????“???? ?I?y???*??????\?N?aQ?Y?< H??B?G?l6??[?=??aG?<??!?2?#e6%e???p"?S!???D?y?4??j??Qx??y6*h???G??o??%??wS?¼$|%??e-???K??G????_??
    endstream
    endobj

    79 0 obj
    << /Type /Font
    /Subtype /TrueType
    /BaseFont /EAAAAA+Arial-BoldItalicMT
    /FirstChar 0
    /LastChar 22
    /Widths [ 750 389 666 666 722 666 277 277
    833 666 777 610 722 722 722 610
    277 610 556 610 277 610 610 ]
    /FontDescriptor 77 0 R
    /ToUnicode 78 0 R
    >>
    endobj

    80 0 obj
    << /Length 81 0 R
    /Filter /FlateDecode
    /Length1 38496
    >>
    stream
    x??y`T??8|???;?>??N&{?B2!???@d_?F ??&a?
    ??&?X ZE?a(??j?W?
    ???E???”??;?s???m????????{?s??gy?? -?????B?C?f.[?~u???3 f??Y????v#$%!??g????????]@h???YO??dGh???F?&(??&@?,??,YqSr?e?&???0????????2t???-?:????????#??7C~B?e-?/y????M??????>&{??#?Xe??????)????????4zgc??!?????/?X?
    p?? ?????0?{?}?????%??n??*?`48?b?2?E???)?0?=????x3JAih???e?Z?s?4?)?d?????@;p?y???H?
    ?c????h2Z???Mhz??X?w>???9?#7?15??p)Ec??5?????
    ?~O??{?????C????2~??s???5?p???L?02???nG/?????Wdu|5?&@???X????H??”???Q?F??F?@???9tp?Gt}?=8?G??n?Q?,?? s?y????(?-A??#??????_????x??gH;??|Ê????l????????(??C7???????/?.?
    ?]??7??q;>?? I#cH ?F#?`F3w3/???v?{?nw?? ???????!~4????????W$#_3???cZ???v??y???u??l??Nc?@?b?Zn???w???g?-???m?Z?w]?]??#?Io????I7&~???4x0?_0?3?P!?#8 ?]??q
    ???p#?
    ?????A?~fs ?=? &Hi$k?zr9???5?9E:a?~&??1}??4?zf!?a ??Y ????????c>e:?j~6?]????d?????p?q ???w??w???>?’???\? ?//??
    ?w??-8 ??????a
    ??}?î? ?Q2f?f?t?????.6???%A?M??5??_??C???h5O???t???aE?wq=?{????$??i??.9y??V? ??V?X4
    ?B???;???=?2????????=?”:??
    ??nA???????i}:?>????a=tr???>??K??|_??Z? p?_??e??L??9??@? ??b0??0??h>?eN?*B-?f?A?1g?Z?
    ?? ?? X?AN?~?Na??0???????C??????P2 ?v.?????%?-m?u??’? `;n????x2??
    ??fA??X?(p??d?????hNÏ?{??Bm(?s???G???f???8???F?p+????B^<???a o#?
    ??U^3?b????e?????E??}?rs??23?i55%9)
    ?>???r:?6?b?%Q?9?!???W?3????????4m???^??*U_]?]?7??W??????5????V???>?????Q?O7?Fk??Ne?[
    ?
    p$/??MC?v\?k?^?iX?Phn?E??V5??}?~???v?e??_?
    ???
    ?O?h?A???C???C???a
    ????:lh8?????fFg????v{?QU??U????Lg??T??9?is???SfEg5?0??i??}8????????d?qW???????M??*?n?^m?9nj??z???6?]?Q]???? H???Bo??????R?3??J?1:????U???h???@??v4~e?@(???A?a?S????p??ah?~?4~?????~??g?Ù@?~??ko?????)T3????(:?]???H?FaN????4??T?O-???gE????M??????e8??p@????K?>??5? ??V???p{^^{n.e?
    h
    c?????Y?A?E[*$?>4p?P;???P????i_3nj"???H+?m'?????'?I???'=??G?????]????;|?aM??? =?if???f?o0??v??(?ju??~x?^+G"???A??RG?<}?H??f??}@????W??????????f??M??U???:?Vo????_3#?:?????d?a?????3?^??&??4do?_?&L?z????SL?????O?gS??)??????T?C5??G?cBk???Q`?gv`d???e?? ?2?Q?|0S(?9????C???A*57?X?A???E?? ? b?J?p?,G8Nb? ??,eX??? ??[B???Y++?`???A????WI?????J????2?i??{/??i?/??????U:?JM+?5R?tRzS?R?R?zi??
    8??m????{?Au?` ??}???Zk?XJ?5?Rcb?B1q?8??3?V3w?[?=??,ÿ?!~ 2*S(????f???yVlg^-???%?1??
    rg4kaq???&xJ?d;0uA?L??Q?:E??D"???>$KHJ??Dn ??C??(2Lx@xJ?-9M>%??o?%?d #???i?c@K[^?Q,sDu ??????????;~9?y??j???CA????!??h???s? ????d?Y??/5?(?>?%yM2?????I?E?(?Sy??:
    ?uU??
    M??Z1????K??? ?$*??2????b??U?fl=??yvY??K?p?}??]????v????? ?0?u?d$wLIS??2????a?#@???(*?Z???d_hdxx???:>rJ????)???s2?e??7?x?X???o?
    ?[?>>???s????dy????+/?N;Hrzq_gk??WK???L?-J??N???8?l??d??????&???}p ??Rah?"Z??2??p ?bV?YA??}(?????c#?}?8? ?qkmg?N?%N?ML??N??j??
    X??
    d~??o???+)?a<>?%?????X?~e??:
    S??z????R??{???;j?p????!0??{??????uc?L?7?? ???I?P??
    ???*dU ?\?Y??X??P ?D??M??j}M?fW??????v?]y??J?}?{???????y/??????????@??\e????[n_??o >???;?:??l??1?vyb?+- ?????Y?cy??rZ?U??P?V??q ? ??F??-"?????).?????*?.??u]??4?`[?0?I?k`?_g?????f?9???????e?w????þ?>&_O?x????_T??0hz,???T

    ?e?<( ??r?/i?????m?'???s?s??(z?pr-_-?Iy?z??zU????|J?$|c?&??p?W?9cv? ?7????NJ???????4?ns????-????H0?%.*&?1#M?I?y??4?d?????
    9`??].j ?W???t??”??@ja???E)?S?{D???m?
    ?8??H???O??=?-?7X??~
    A^?eX?.?p??@%??|iz??*,=C / x?*??>??I?AI????T?QEX{???:?{?X??Nm?{??J(K?yy?S@?P????aJr,Js?D???MyB???;??????h??;??????L?bVL??????<|??????_?O?r?pi????I?????&??q6??BsR?rR????YG??0??W?-y?Yz?z???Gz??t? P?e?|????5?^h’v
    r???|j ??P???%y??+???X?y????????>?CH?|Y?????@Y??#3???b???????????D?qH????G????l?l??:|^?O?$yqp??APM???u?I?:?,??9??vT??i?%T-Q??bp
    `00??tB8?T\/n????O?????8O?O:?p[?\??P?M???-??9???2?r??0 S????????P?E????}\b? ???`??9???l.[????6*\????????????wr?,\?3#?ve?b?GV?{M??"???.???A?$R?6??zl??/j?C???&,?? ?5?Km??H???[;???f??}?]o??o.>??b??ks?2_?????????Me_?\jsM???}Gf?l?;??}d?4?vm???????/?*? ? ?H?c?{??6????w???]?G?O??9????W?-??+??[*n????:???O??,d???TK?EcIn*(???jR?c6x????
    ????? yzfF/j????8????=?7???m????_?pI??M??_?C?????{??=??x??'????f"???8?8?q???
    R??!5?sD??Q;Y??^?G?x?'??E????45=???}?2D?/-=?5?'@Z????LI4???#??"?~?{??{?"\?:+?Y .,??
    ?.??g?I?u`?p?y??p0u|???\?=i????=z?L??1K?????? ?3+????%?+owd????z'^?y????pfr?-J??I8 ?e7??ejZ?????U???pU????? ?f???Qc?J?Z?Š,5?(+??f??Z?mz????N?2H? ???? bY??x??Wa????U?r??G???s?Y?6??R*?
    n????w?9q???o????L?YA??;???T?8?O??]??fw??U 4???Z@p????&??`1P?1Tj??????N?f???.??>dp%?qh??p?b???Z??T?y??W3???+?i:=????.?{?NI)????????X?????o?=0&??s??!jc]??Z?????k2?YN??}#???@?@wix[c?q ?'??d?
    ??m;?n in??dD ????+?T?(?????? I????7R/?? -???rb??"?? h?v??\?bqf?5?J?zK?????n??????j>?|?A???????????????h??????kF???lk?’??[*??D?-??n????2??????K?1??p?x p?x
    ?:O???3?pd+?x????"????f???c??
    ?=??4W????MF_"??P?Ho??T?H`?Uq0??Z???7?k=????K?0T9????b??+??)?*?
    [?S????B????c???b?????????l _?3?O? ???ol?n[???????(??`?8@j???????Y~???õó=??\I?T{??9?1?????????$k??~?v??c?08????6+s?k?g]???RY?0??2?:?^?&??ge?)????hi??˜S??YJZZZTHO??,VVxVz??,???]??????Ci???5x?s`g??}x?E?1???K??QK???-$C $?2Bt?C???????}p??H?;J?I6?R??reb???”?VtPR\Mc?u??ZsT??u??V?V?c?c?L???L??Y????O?P$?d??
    ?M??:?26?C?n8??.y?U?>????=???t$?????)?4?`jz” y- ?<+??V???z_??i????4??!:?????????Wb?=4?i1?j??.???z??? ????Nk?}Pcm? ???`??|4?+?k?_?F?ZiY?O???ZF?]????6b??Bh.{?
    ?C?|+? 2>???Z)??%? d$?&?@+|?? ?7=??&Y\??l??8b-W ??M??:w????4+3 ?$
    ??\????ei???p?p? ?w?????>???w??o??.*R?2???S/|y? ???T?z=?k&????O??{?T_4?4{d?{?j?U$ $? ?G?q????????”[???_sR?Wz X*u??iR(9&??t??q????f?*?I?y%??R????s?7??7
    ?*?????zG:-??|?>????sO?)??????oX??M?
    eUy???{P?_ }H?`??)????E???:(Zi?.? ?e?Yx???DBb??$L???z??rjG?? /K?k70HQC??????s\?E?X,`? ?*JQ?X??3??aX??Q???p?E?D^?cY.?"?tn?,?\??*?rB+d0C??J#?Zo??????P??+?? ??????i@:??4???/_?*?? ?NL?????m?#n?nH??n???bV?3??w????;~??|y???????w?G?)9?@Oh??9,??n6??c
    ]SmM?+Kv%U![??B*?1
    Q:?r-G? ??l$9?"0?X)???E??V??u??b]?I???YY??P?8+??$?m???????X??? ????’????6u?\??a;??l??P?j????)?8????>oh???????9??q?x???8v??a7e??b??>?=&?Oo????TX-???V??w??Y7aS??{~VsY??B[6R?E?z/s??
    ´?M5WRJ?K-?rF c?
    .??$b?h????/?8?z^6O??Fu??.?o??m??$??+Lpv?P??????H???iw???t<U??~??ç? ??? ??.?????Ie?1>n?#????eG^????,x????r?r???q??\4?42??&q??)c?c”J??e?
    ?*<
    y?eU??p/?Z(??va??.?0 ?J?y?? 6F?$B?A??b#Tw
    fpI?T ?oA??$?PCR??Z?W7??S???l?b???=a? ??a??_??:?R? ????G?a?o”j?jcmi??O???????%??????? ?o???????!V! U?S?e?????T????y\.?+?????y^?dI?9Y|[8????(?,[??@ q?by???F+?d?5???J?OL??:?A???????{??
    ???[/?W?js@????????C?!??s#?x?~??C??????x?~s??Í?????d?B????e?Y??0??????";?P?QK9S?g??;??q????smLF??X?"?J?X??WQ?(?????l9K? ?|?T??%?rÅ?r??]??V???h??? m??+??i?]?]????=??>??*?o??%?”???J>??5)< ?f?
    ??FN?9???9C?$N?!?hp??J?L??J??n??KH?J?^?yG???:??j???M??6? m?6BU?8X?t??' ?.
    1?vH]??1Jh ?MMe??u?e??(a???MD??C?Z3?t?Z?F?ESh?y0??D?3,4w???3D"?Lt&Dc4C?????????^?)????@'????T?$????8?-????'?bm????/??(?2E???0?"U???ZOm????y????????????>5?????}?+]~??
    V,???X?l>?7???H???K ???4oZ?D
    ???F3i?X??J???C???H?g??&?S??A>7?
    P?.?????/X???J?#?`QOl?3??*???]?-??????g?8V??~+?? :*z??Z?????99??? y????|??3?R???%i???
    F????J??]l??_??????8?S?????c{???g??Tz@+???&?Sn-w??C?????o??????(|???????Xv[???3?f?g:F????;@?m`???Ot?W??s'l'dn??+X??%??=??~???-c????t?????????5v???z?~Q?]=??3????:?????(?A?2″&?c?08??Z??C??XÝIO?p?9v
    G?$?4(?v?u??P??Fv?h!?ww??l?X??7G??f?mDS`t? ?q??-?Sq9]L?!x?????X8?N?:?????q???`c?>??%{?????)J?????????(?d??=??^L???i?3zc???o?#???r&6D??#v??6?h?5&Y???T??D????x???
    [??&}?N+?q]?0i0?:?y?-??!?)?9DB
    ??bt??j%???&?m??j?m??P?
    Lz?O?4P????????U?\??????y4:??? 44?^%??FPY4??:???J?z\~i|q????8gPiTw??er?(?)T???t$U0??-?E??9d????%O?@8??tLI?1??=????V??tv??z0?k??aJ??0? ?0t@???/l?;??i}?_^?h??????}=????/???l>ZK??P?V)??e??X$? ~$???V??”J??S(T?cxg@?P”6??R?_E??U\ d???????tv
    $??v????.u?M????>??E???.y}???g?o??_???\]’??mpl?l ?|??
    {?=?`???????J?S???-z????[jU??????.=?? lH k^.;T?7????8uR# ????^L?d4op5]?r?Q?
    ??:???`?n???*???Q}”????os??#:`??/?????I
    =?$h.?t?
    ?Tt???;l??p?b?7?;;?8}>7??f????I ??=?x@??=???$?ad”??”??#?P?????U??????9?R9???i%? ?
    n???G ??K?Y??x?qM?????/??5???
    ?|?S???????2??=?I?;p??nQ~??D??[FN?]F?FK?c?1LXyX-?,t?-????-??3??^1JO ??N?q? ?-:VP?42 ????K??MN6??k7??.I?1?r?N??E=D|?y?r?2?????$Q??|T?x????2??`??;-3??j?cbxy”??Y??”$?K0?? ?yW???”?T” /nA?Bb?S?????????A?e??M????Z?????Y4H??`3??????????IVX???~
    +???????t2?A?f???)= ?c?3?1????e?$aH[+e???
    ??F6??????[*?"?n???U-.?i?y?L?6"?F
    ???w???4? ??a??_w?l2?????o??`)????o%?_??@?oJ?J??9??SZ??\?d[?? {?e??W???D2|?T?/)?>?%^?'???r???????Z?5??j???o??Tk???`lA}AK????{
    D????x?T?????MI??/?R.?u???Ix?k$?S??@?&?~&??<=?/b7v???????P V[w?/?l????%hf2????g?Z?m??u[?^6R?X????~?{???}?????
    ???|?;?|???s???z~???V???????)??$q]???R7z?
    ?t?<??1??AZh?@?W?????r!?/z?8??Xo??Su???4^K?????g?g??
    ???@É@C??,??zu>?hAY???????i?[FV?+??x????v?"?,|?8?4???r,???A??t-? ?v? ??c:? ??#?????Rc???f??gX???M^?a>b?0,c???[??D??
    ?
    ?v?@3?]?u????w^?ve???AG”???d?Md0??S??:??i??tK?</5 ?? iH??ld ?6d?;Tf?Y??b+?????+L8?uFN?? ?G\??)??/?????c?wK????%\DV| T?#??cP-??\?$??????g?F??????:?"Da?"??Z???~w???;??#1??I?`'k? ?Z?mJ3
    `&Wj?????_g_
    ?x3?fH?
    W%U%O>????>?$?!e?e??lU?*X??????d’??»?v%?K?,?h,???7yY??????%?F?????%?bOv?v0\k??BVp>????;?d-??*D?+By??I?|>???????2????I?????yp?? c3?
    ?>~?-???Z?hS?2?0??N??l?]?$????8??;\?l?U^u9?d???Y=6??%{T????????|??P?????????YS?B?????à??b?g^???t??4???(t?BG?c??q???n??v???~?????j?a?.?r?????q??@l??1|-?q?.???.??v??? ???0w5?b?
    Y?v?$p??s?Z??%uw?/?r???1?8=??;?_?O?`nO???????Nj?K?? #?
    ????Z???
    ue?????ð??????6n?????jR?VL1|?E?
    /???7n??????'o?????4-\?2?f??L???Sg???c??k?oxqq??;^?? x???
    ??]X???&e??L\??!?U???
    K?????p?3;??N?[?g'J?,s??7????8^???x?q?ac?x%I???M????K.?????n???QI??|;JM
    N??,?d??? ?iEi$-??G?v9U.2??#?v_?D?%??V?D-?t6??????5???G#P ??:bm?4?De?X%/??j??R?????w?D????cw?b????A?Sk^?????"?o?:?m|?y?c ???O??0????'?L????^?^4???/?o? ??????_??u??3?{q?Ž??UkB8???S?uz?'?;~????-???&?_?`[mÃ?V]???z????(?.i???G?s-s???=?#?S??? ????m?vAtHN??c?8?????/??t?-[VH+??7H????5?H??6????v???6?Z???????p;?R`z??ye???Y_?W?K????,/6\ X?~w?) ??y??T,??k^z????????6???|wn?????q??~?c?’?_???\?Tm?k3:}???<42? ???>?Mm?1gG???W???[???~o ??k?^¯?.?>??Uj?I?Ii??&e?kN?9{N????EW??J??Tk ?b???E_L{1???FoM?5????G?<9???-??5r?uhZUt??1??zS?F?????'????[?4>??V_???? W'??[???$p?4?>?)???8??a?p#?kDH?%"??A?????$??Y-T?`1??+???f?????F?? ?f?q?;???4c??2?? S?#??!\
    c?B^52??????-?,??2? S#
    ?N?&J??D??n?u?????Uu???e?e?j6??r?^????n??;@`???5?kUZu?q??4?????Y??*?Cf??Y4?r$VC??o?{?u?c?_???'??????[nQ??nc??8zA?\?t????b#®???W>????_?nm?Y?V?(??????4\?D,8??`$?Y,L??i?.??4 &??}3?M*?R???(?U?BfYI??$?uH?r??aU?P??e?4W^NV??J????q???????n?v?H????S?{?i????X?\?.?V??????fy+?Z?\v??$S?UJj?R? XDp,YL? ???AV? ;?t?pG|?????(If`??r1C$? ???l` b*??z?????q?u}]????ab?+4a???4???E?(????\@-?KwD?S?? 4c?”?q??3/?Q?wGE(??j?j??@?pYz???X??D,?{,?X??L?3>??G??j??G{K??sX?~^???????7h???w??m???q?p?;2????m?vn??C?acE,?D??
    ????????u?Fq???v?k?g?w?C`]H\?Gy]!O(?
    ?|??_?2F?CV?_S??5?W?{?y5?|2Ivd?A??x???|0??’u?=??4???+??%????9??*????P|??J???W??????=C?9???@?}??????o?M???x??%z&??8??~M?~?]c)=)c?a9F`9???J??n”???.f?3??X??”?,t?9???9? Q~???m?? ?nZ??=?m?A?n???^t?~H$g?n??p?l?uuqN?;??{?? }?H7 p???]t_?9|=???????I33??y2??/?v??F?E?’s??5?^????n??_+z?ke?S’? B?hp??CH?F????C????A<q????_?DR??%?P*??{???]?F?5 ??pM6?@?????p?%$?U??
    W??C;x???????$??? A??/G??;?????.?w?{???v?S u-?:K??pm??C??x????? }?L?J???Q?? ?{/????Cw???=?!????F?w?w??Lb?d????~|???*|"?(?%=-G????`| ?}????/;?9?ns????)??????N?>?k?????_<??;T?:??#ij?3?DJ}????"J?O??A?A????@?hh??EPF#???7!d>?;cPN6r??H3f?T?0ayp? s(?o6a??LX@/??MXD???%??l3a?}?QM?f1a??????$?3a??~co??7a`-G? ?:?1a?q 1a??B???Xa? X?t?c?@ ?E(WnfQ ?j??o?????R?v??& ?
    ^k??fp? }?M??? }?5a?oh? }C?7a?ox? }? }??0?W?? }??7`??*?& ??J?????? ?(%;?:??& ??g?6???&?????0??i;?7`7?y??& 8?~?=tZ????~N???u&L??p??@??& +??+M???7`?.??0??I4?D-??F
    h&?*z????G?Eh!\K?Z*h?E?
    `zo??f??
    %??????
    ?/[*???&???hiO??P6?D}Q9|?P? ????????w???o???????}?j??
    Ps????s@?:jO?h?????Q?@?E?UQ6?? ck?'???
    m???V?]W?????^????x?m,??
    ?2????*?6??aLK??Q???u???Nz?h????2??F?} ?=??}??5B???7ik?bL :/?~??Z???[???/Zo?1?9=?6??oPy?a?z?????b??O???'??N??Rc? ?$????R?1?%????cQ?V?? ?j6p???0?s ??z?}??V?16???E:?&???b??1????&5O????h0??xoe??Mno1)?h?f?????uS???R?7??????)OqC????zq???h+?wwy?KL??49u???-?6
    ?4C?h{?Y???4??+ &?gRO5Wi7?f}?1J???l??Xw-&?,?;]??Ll'Z?"? Z%?C5p8??A??F?c?%?q??fb&????????_aRf?1?????;?{???]??%??H?0??f3????uo6?V(??,???=3?m??j??
    ??
    ?[?#OT?cO??%??H???&?]???? ?4????????4?^??D?? l??de?,??^h?L????D??]C ,.1??qw?--0?f??
    ??
    ?Z??o?Q???-0????d???-h?A?F#?M7x A???????????D??^??I??~5\U?y?TT??:?|?L?;??kA ??(?t"?'??!K????C? e?%r7?gOWB??=}???m ~???zK???"G??????5=?h??G&??Zk?FW?2S????F?>???t???=??\q?= ??|?M?????%W?????2z?\ ??`????l?i??Oh??????l???J?Y??{i??^?r???m?????????[`???W??jo?A?y5{????J?EP7a?.50N?o??Ob\??{?)Q?O?????H?y????
    ?0??c?u?^T?4?Zb6 {o?A???A??}???????zh?a-G????3???k3??f???WV??????u?????q7?~????W?????p???zD???tOw ????@6??1T??
    ?????*fxYtwd?1k???$f?e???o?C?? ??????????Y???'?li??0?Q}R????Z?p?(R???,jkX?h??2f?:?aI???R!mL??h?RZ?X???[^^???u??????9MK??7?-k?5???a??E?gu?9?(Qi??m?i?%EEj????m?/??$?J??5??|?????:??aV??y????q?j[????K?g?? ?%Pu?ul?5S?8J3{v??p??8q??&?V???y?????????m
    ???6z????f@??g6-?????????q????EJ?$Z?e?rg+?l?(F?:?????e??\PM????a?Oywf?????@? ??bú3;`B????T,????.????a/?R??~??????V???????????gi?|*?J?? +3?@???3??????j$?E$*uQ????1?{Z???l^W’?t”???d”?H” ??HdT?)??C?zR7?,?Q@ ?o%’?;oet??2′E?????
    ?M8?DR??>??g??$V~?K??^?? ???f”$-?A?h??p??55?????YIe&,??????1T?Y???TFh?1l?’-?L?D*q)K??$r?N?S9d$?^J]??(??:?t?i???PO?r:?I?0RIw????_G0i}jZEljg??H??DzM?@2\{I ?u?2PR”???,r?JR??Y???iR? ???y7Q?&)???t?R??TC?f?X%i?O???Tb?L:??\”?2?A?z.?Mg?h]????lww?P?J????’??Tw???N/’(?.?????>?^]@^9w??????????|qxP??p~p? ?/?????L”??Y???QD`??nq??`??)??iu:k2I? 7?8?6?f?:?B^K???M???????
    ??R/dD?N?F??? ??P???La?y2rY?j#lbb"E5???U?u?En???[NM??)
    F?^!??lT?T?????Z?S)c??`?J??(T????M???u3??????????5K7??{I=?q#?~ ec2kMM???? ?????I3?c?X_??b?[baM??sL?%\?/n=?py
    ???@??0?K
    ?#8 9?>??{Nt{???? Qt{zz{?
    ?V???y?dm?’u??`??n?=q?rUw?$?[???l???j????M:????U??????F??'?!?"??v~?|S??m????
    ?ol?6?m?}?`????m????
    ?ol?6?m?}????m???R??>Y?H>^????6?>)}A??&????C?_f?????????f?*f??Uv??_??:???{W?????%1??k?k??8*7jo%???'?0?Qm?|??|??~W]??_?=nc?`[???????%??%??J?=!?,?T?;?E?????3[?[q????]q?G???5J5u!???d*?HfEl%???H????F?[N?.?{? ?V%S(?#?I?.gX S??????????V
    ?S+??C?`??}?^,C??Y|@?OOd????U?X??P?F>#7 ?z???"?d?R?{2?4?&?Q?~??{???
    ???^?Z??O??/?nE2R??
    ?Fv?#siQd?????V?3??A? k??????????v?*K??????Q`???{?X??.??????| ?%??ZO?X?U>? ??^E?~7?/?D?&??&??&??&???0?7 ??n??? ltm??? ? ?????? ???C?$??/U?gMN?n??T?Y??/l???Y?????E(?JM?s?w"u?*s`#??}?????D??Q?/?zYa??L????????}????????*??_.??V??L|%r??7?_???n???=????/???|???????????9?~??y????6R??????6????w?m44?"????? ???3???K?0??&?%n??????S?????E?i?#~?L???:r?v???8U?~???^?[Y??????P????o?Z?Q??a?g????:?99v?d5?v?auN???-???????g??i?Y~?????? &???k?Ek ?h1l?k?_?V??@c?????^cl_?
    ???Y???9 r@?"D?9?? ??c@?1?@?1?cA??1&1 b@?? D ?1 b"DL 4 4 4 4?????BBB? A ?@"D? A?"(***?@?@?@?@????
    ??~ ?????@???X B???
    +??
    +@??
    +@??¼??) ?,?, ?,? ??,? ??)??Q63???k ?.???K?$??????[ l l l?(Q?DQ ?@?(Q??(\ D??(????IqN???tT???#?g?#???????U??????*8??d?Or?p}?K??ePtt????A?z?k?=??!?m????;?/????]u??A?;U+U\???b??¾-?W?????}???{a???q???^m???????v???R??? y?J?w??Kqmg?i?(??v+???S????XaG???@??9???0(?@??k?~\;??j?d?56??M?.???k???Ok=\?i;?=?-Vv??~?+?j?.k??A???w??8??????Q??(?`_u??^r?~?Dj? L?t??È??yG???(G?:??V?n???G?8???.?????n(??XR???]?K??Y???-?}C?p???2G?\S?????b(?S?y???;?W?Er??Jq??]%??!????( ?*???)’?E?/;Q7?H`???c?o{?L5~!\?vi??_{g?/y????-??????=???W??????|U>????o=3???^???~??Uyh?m??-?|?K>?>???r?G??????d?q???pKY?????-???e?~?DG??}|?wDmo????$?E???(Kl$^?S??v????,0I????FGYS?????N??b3?n7 ????j???|?L%5?'???9????C?WS?Z?^kM???H?7?H?WU?`???y`tP1???
    ?U???oQ?cG?@??NE???M)?0fw??\??k*?-YZ?Q*:{????9????K???J=???A?ep?eP??o^?l???????E?[?????m???L?:??p ?C?? ???#????>??h=?-???R????&[7?l??b??i?8???l!????lE?V?l?i}??`??>???~zd??%?T
    jx?????F?4?©CM3??0?m?T???????3?!?3???5?:t?=?mW?G?????_)`?D???
    9N?bk?????7????a????????en??,???????>????yz?0560????>Y}?????Kv? ?$s????9/Z
    ????XU?r?T0K??C??8?_?:??nq?? ???~1K??+????B???0?????Dc60?9.???0???9t*st*u??dfv??@?e??????????p???Ty??/i5?k?5?Q
    1??:!?~?U?+?kd?!?D?_?(
    endstream
    endobj

    81 0 obj
    22375
    endobj

    82 0 obj
    << /Type /FontDescriptor
    /FontName /DAAAAA+Arial-BoldMT
    /Flags 4
    /FontBBox [ -627 -376 2000 1011 ]
    /ItalicAngle 0
    /Ascent 905
    /Descent 211
    /CapHeight 1010
    /StemV 80
    /FontFile2 80 0 R
    >>
    endobj

    83 0 obj
    << /Length 489
    /Filter /FlateDecode >>
    stream
    x?]??n?0??H??????bh??M)????? Rc?Cy??s?j4????qs?6??????~??=?I?z?wn?u???OmT??’??^?1M????~??e?O?Z??D????:??zx?{???s??g??{s???m????I?iR?s?%?[3~o.Ne8?????t?????>:exC??v??ulZvi???Z?w?:M???_-s?:???MXv?yw??^?? ??T\??J?*???36?A^x%??
    @??s????CQ????B??>[@?A???e}J?O??h?(T?"??V?T ?O????S@[?|?b}J??O?w`b?f??3?>?>?+??<???rL??
    }?i?1?O??M????O?m??L???G?c-?T ?tA?#???(??x?>??>?F????O???D?C???|??29???lo!?#?oFq?????8?8?vz??
    endstream
    endobj

    84 0 obj
    << /Type /Font
    /Subtype /TrueType
    /BaseFont /DAAAAA+Arial-BoldMT
    /FirstChar 0
    /LastChar 60
    /Widths [ 750 666 610 277 333 277 722 666
    277 556 556 556 556 277 556 722
    610 610 889 610 610 610 333 722
    556 943 389 556 722 556 777 610
    610 277 610 556 333 333 610 777
    556 610 277 722 722 610 666 556
    277 556 556 556 556 556 777 722
    722 666 833 777 666 ]
    /FontDescriptor 82 0 R
    /ToUnicode 83 0 R
    >>
    endobj

    85 0 obj
    << /Length 86 0 R
    /Filter /FlateDecode
    /Length1 25700
    >>
    stream
    x??|y|???3?Œe?%?%?-K?-[?d;v?X??,8??CB"???[$9???-`(?P?,ei?,?F???
    )?J??{?_???
    m??(-?z??;v?@?????2??{????{?????p?a????d?E?Ob??????\?_P]?=????????x??o???M?R=?Ho(?u?o}?y? ??^D?M?Sa??X????]?.????^?7?,-???c]?^:T?9#`???????_S#?W ??44?????????Hh(?(?8??? ?J???&?R???Cq^???W6?2???MzM_??P??????#?m?%.xn"Z?WB?Ã?]?C?B?M~?A@?(??3 ?2R??????.?\?x?{8??ßa~
    ??-P?]??`z?D?@\ ?%???<?$~????x??~?b1\??r??XH!Y@.7?p)|Np??#h??Z?
    z??@pL????'|??7?Jr"?8?(??a ???`?B??B??k???%???E|?p ,8? #)?Lr??{???j?????c?=?q?V???xt?MH?A?p????
    ??\?M?OL?'?'&/`?j?.@???8???(??o?N^!6???A?(??g?O?`???9?'HEY7B/ ?^?ms/<????>??????R??|?p??????%??u)????
    n??=?????DC???????@N ?9B??sOp?>T??x;????Em??J??@
    .??(????????????+?2Fn”?????{????/???G?8?m???v?
    ???U????J4?????~?uB_??O?z??’?Y????????# ?r)???’7????
    n;7?
    ????N>??Np????+v+n?vO?’|@?F???n?s+t?(????p?Fk??^?z????????DrH>i?s#Z??\B????!_%???????r???/r_?~?????????O????B?(?Y??W?Y?Qy?j??C?????????_N’O????[???~*??I??fX???;`'??|????8?I8 /???~??_??????=???!?)?8I?K5?L:H7"??y%????M??Yr?|??????B^??=?W?>g??\ W?5r????? qC?^?K????'????????{?????M?
    ~  jd?????????? ?
    ?k?}??6???K?z?????S?b??> ?:??T?F?A??t??)?.F)y? i'?y???"????w=?"??K???s???Q?)???????Q\?~???`"p?^?7/??4#?up\?W
    ???G?#*??cai&'0?z?????y=z???W?o?????????m?f?A{?F???`??_???L(????? x?????;????{?????0???????}??w=9"(?d-????^? ????'?s???????N~?1? Ipg???^?m?"1s^??/?i?????*,D?Uc)????????#?s?/???Q?3?????F??_?8.???n?'?h??[??????j??X
    |p?9 ???W?%? ??*!???.??? a??:????????/?[X[????_Q^VZ?+.?x?? l???!?bÈa:?A 9?(f?v1??\???
    ??5?
    ?9YY?c?? ?Ikms??????`c??t?0:?3???I? R???/l???^o??????
    ?2.f????]S??Cz T?k?n??%???j???????mR]??J??qnm91?b?H[???v??D?=?Lq?{?_??ll??'4????g??Mmb??6Y???jR???6??x+'C??g??g?i?-9.????yr?J???0D\?o[!??599???T?m?g??b?k??? ?????Y??X`k??;?0?zG?s??pz?ã?????O?m???0G?W??????? ???
    ?O?? ??8???VM
    |-?y8??&???2?????}G???????d?Y????}-??????|E?Z#??j2s???YV??
    $U?UQJ?V?Me??l>u?3%6?r?6??j???,?U(”E.???z{?+=/?U?+?|)???”???x\yz???P_?”??G?K??:?8??m??z???b???l?}??????1R??X??p??8O??76??? 5%u???????=?2@??Ol?????%?
    ?"?*??????w?J ?e?????U??????v;???n1WH??*vi??Y??????n'w??{??]???cp.???13????????7uk????????d??Z]???%?O(?3o? M?/.??3????f????Opq????N????>?sT??2 ??xShU?O? ?s?{Uv????Z?
    dVj?????z?f?+??@yV?+?VM?6? k???VYoZk?j?X!???[?\i_?p??@??????L_??dJs?v??Y??
    ?M?_*Ir?j(=??(??\p?!?]??nr????>
    ?hK??S?/??WZ??^QS???V9?y#?#??w??F??”OT?L%~>a????}mFF??X?q?0?????F-?0M?Y~?_;??NZ??7???L?????Yr?F??3?Ri ?v>s?e=Uk?ZUr?)?Ri??????K}??7}??1?2???./-??v?k.<??l????lv?=Y??4??L4?fz?3?k?s???or>??P@?????J???J?7`??2???d??$fKAS?&???`u2 )??{Y?*OrjrA?Þ?n??X??BO?]o3???&
    ??Sd??-u?8?,?3??J;?h?v????~V?????(?F???~???g?-?B??? ?4C?4?=?y????23?Xy???K;?.o?O??5???{??3EC???X????uS?_5?Xr?5?l0?j?’??7sh???#?l1;4#???5O?9?I?7S?vC=S???I??N9??v???;?K/?xsi55R?QQW???j
    6?_?r~????UU?e???y<[??,?h??aAM???;4?l?O?]fbkv????ym???[5?5??GnE]'^L?Z??+{? ???'??P?^M???^n?{0C?j?q8????!?e v??c+?pI6M??j?B????t¥?8B?FC???????s?????V???N7&?????d???8????O?g??????.?O?œIp']?Z3%0S3?}?ZL?Y?)?????z?Z?^????f????$????k?? ?dh3?l`?S'?4Q?ij!f#??I??^?$????????)????DLJ?????S$.?D????[?fT'a???f?d?v?Ws????/O?i??????3???E??m?L_???Z?n?#???K??U??guT?
    ??E0U? ???'?U??U.?
    ?????.???????w? S???9???s??!????#9??R?n???3
    r?,S\????Un ?#
    8C?Zcs? <??y?? ?Lz~??{1 g ?rKJ??-e???hm?e??F? ?9?
    P??*??f?R,??I?G2j s?w?????????a??1?oa??Kv??QK????5?????-?I?df????eSp???o]???]!????R??M????i:??t?s????i? ???7?o??*???$Q?SI?&W?F?d???K??+?z??(H?? ?????? D.97?29%??O?m5?[?Z?Z?E?$9??d??3??~??Nc??v??u???r??,???*l?)?6|???????ar??L??/&q?)??O]V?^k???Mz?X?7H&??I?&?D??)R?.????R?y1I?N?7p?Y????l?ôQZ?;?o?}?}??6?V^e???4????0???y?i?ItVf?u?S*Se<
    ?J?T??3?7?[vz????yo??u&1?
    ??'IZ??????P???1??_??W?g?a?G?/li?????,T&~ ~? ??T??'nj?U?*%';?????F??3?/?m?e??k6]5?v??????^??????5??_?_f??$}r??vqFo???l]?xc????Hp{k??Hv?????k???7??Y?}?}?Ct?e@?Co>(”?|?g1,???????r????;????; ??2Y???7??????`i~”??fV?OT??9?????????J?2??{a?????o??O?????$??G?S??@????j9h5Z?)p????Z?mg]?? y47?FZ?IJ????yk??w?t?8????]?(H-?m?’7?V?q??? ??N?9v???E??Q,N?R????uW????m?m?.?T?? }?K?^?Z???8OR?kA?B?
    ?J??????7?n?” ?$?c?Z?Xg?YK???u?T?|?V?M59L?)+VrT??To?>?????/??d???g?D????eo??S???)\??xO?Oz?F?+?1iQMB?(I??i?z?\?h?????’????ni?3z???~?273R?U???b?k?2???-_?”?[?w/????????*?_'??9?{?l????,x??-?:d?T??T??>??F??E? )n ??4/W(/P???u?[-??.s?e?>??!?J??c?+??W???|N?????WM??????æ ?a?7??y??"{???4???}:??t????_??????r'6b?S?I?YY?4???#N5??`^??*9?LN0??n??}??uIO??+?????vdom???"ot?5?????????????KRn???x???L???=?>? ?D;??oJ?E?0?O??c??aB???H?HRfr????T?3e??s???.?+,\?pr!??E??????G}?C. ?zEo?g:???=???~??/?????s????_?qY?w?O????=???????w?j??????o?|???nB-'?????S?L7?E?3@5???*kH?????|???j??? /"?e???R?s??»?? ??H?'[?;?B????*?S>?????????56?1&G*????@%???? ^??eX
    n?? '???F?5? ???"?7d8????b?Ny8?N????????K? ????a?´?2?Â??U?]2??? +!#?iVA_?eX??N?C? k?q??2??????Ua?-?:~?? N_?
    %!?zJf? ?o`???w?0??e????? F?gc???_?a?????e?a?g08??7k? ?}?-2???2?????a?k=%?h??LF?f??0?7;(?h_[? ?}m[e?k{]???2??u>!?h???2?|??le?#2L??a???O?0?????? S?_?G???2?||??
    ~? S|???i&??-?? ?f???)?? f???L?)??7??e?%9 fv)Y+?h????
    ?0!?? tb)£x?B/?W? ???Dh?Zaz”>?(D??aB? ?79??J&B ????,Mq+???+??? ???h?f?P??H.eQ7????? ?q(?H?
    ??3Z??h??fc??:"????Y?;7?$=|??f??y?????K~)?a@???5.?\?????L??a6wi?u??C|pN^Y?s
    2?a9????Y??L?>?#?f?’{]/?cP7″?;:?(???????????z??R??w’?u}????h^}L?Qy??,?J?FXK/?6???3;e??cI?!]aT???|?????e?4D5??nFC=en???.?1?ep^?b?5 ?E,??e,{P|bZ?NwE?qEo?s5ö?4?:??|t??????C??Gg3?g[e??*,[Y????7??ufL:?]svs??? ??s??I??|???yQ???e????x]r&??????e????kJZK>?9,??? ????]J??!??>~l????)?)???d??{B)?DCL?a9?|???/????9?????4-???????P4K???g?%???>?5??????f??(???????w?ri??0?8??;;I????/gII?RT
    ??q6????O??Y?X???Q?????.:g6?J??:p?
    “???,g:?A???????Pf??g?? ?)&C?z:]???Q;J?f?????????u??%?Y-t?Ny??!??J?W??=3?????T ???XT???"?B]???PT\7 ?V?}?????Rs?H?Y??)=?Ý???`w?????R3
    $`??Z???Z????? v?????`?'?Y??z??X(??b I7????1?-???vw???@??Fz??7? ?5? ???E???Hp$ ?"Eb7?0????1q$?B?p?@??'?f?^?D?;????(C??????!?*bd0???Q??pgg(??c?????a?QApj=??`??%?>*????~4?8 DûB8??*BC?A**?h?`?.j?????? ?????1??????A?u?2 ???????NT?pg ??????Pd(2_Y?????aI???`_????i;{?? ?En?pgT????
    Q??A???#tig???N?}?#??????C}H4???=????(?`?(J}Q?+???J~?18?#???w?BQ?+"!??V%????H??}?AF???G%d?P$?s???bC?%%###?~Y?>t???X_I??b????5FM???????H??z”??fm??e+???\?F\?L\???iMK??d?????MkZu????l?P??y?5???1!?f?)?????????X*?\??A;?? ??j??Bb?’
    Q???v??Dc
    v??a?? ?????1"1RFgf?s?3!:aP??:??"???Z?>??????4?1?#l}(???-?%??????h\FcRN????#???;???^:????.?????FE?Me
    ???ce????(?de?`?t?”? “??8?;8?? ?
    ??B}???th????nv?(?(?kc:??,u??e”?v?????a??c??`c?\T< ??bu??RiiR??fD?????x?????*k*kt?u???V"??????????~>?V?
    ?>S???;?p?l=%????Z?~?)?q~?????~????t?????J??*???t?????J??*???t?????J??*???t?????J??*???Q ??m?|??o^?7 ?3o`f??}???????K??d=?b??o?Nz???????~?S????1?????w?????=????ok??f”S???5q?j???<0????? OA?1??.??????u?????S???????.???&?V?kjb?R?Z ?????Z????4^???,?zMz|?o/???wM??@???????'j?K,?$?? ?Z??^???Da&?Wx??+????????? ?A?B&_?[?$???+?Up{????o?W ?q?;8QV????IT +??R????l??N?:????Q-q?^??|N???Z?????+? ?j8??6W?p???????._E:V?????Q%c??Bq%?z????dZ?Y_N?;?|uy
    e??BCF??^^np5?1???
    ?g???@I???B???”?N??ZT???\?r????d*1?sW$?T???z?u????pUak???????|?? {\ \???~z?K
    ?#?A?w\???
    ??&l??? $29???????J.?q?Oz????Y??#? ????U?)w?@?+/????? ,??\wiyy??b??~@????????gp(???'?qb>G?CY??W??q?g??9?>? ?,?2/ “???~??_f????AV;?>D`-?#p?z[)TO???l=????'? ??q d???E?3??nT?muAQ?U?5??%:??,???"v/ew??3?SW?B?? ?*u?!T? ?i??wLq??z,???K29%??[x??%?%?? ??,@>’??O? S? ?? ??????????C?%I?np?Ap?
    6? ???&?"?%id?I?????EhY/wsN??u?x?=E??:??5?8Y??????????.???C?G?:??~???kJ@?’??????vD”??e?8?p???U?=???Be???+qJ???!d???8.?Xmq2 6??j-(k+r??26:???8???
    e/9;/q?:?Q?w?Q?dc???{?’??8??e??O?o?????
    ?T{U;UaU??YP-PU??U??U???S??j?Z?V?5?u?T???>4]???R?w??z??f???? n???jo??*?!???OZwq?!Bnj’?????!??kqN??Mq?s)????ui?????M??q???9W\?H???Yi?~???????>??8?fY?????9%?;???ooni??fk??S ako?/o7???p?55?.?E{?1?????????Y2t?? ??r?l/?)z?^Fv?D???H??%{??A?d?f?????????h?!g4?D?b4o?Q??
    F??B??0??<$)?$?r???P^.k^??)5?????R?cR?c???_:BK???)??4?k;????
    ???Z?? ??}??$??????4?u.??? ????lQ&??S?E??d\a=.???'#Z'7/)^B??iS
    ?S?rS? sp?G?&=??p?c_ ??x?6,?????n?r?cxx8?
    ?;?[????oj;?v7?3?5?{?2?O????V?i'??)?N????z?%yS??#&?)x??x??* J?x ???e
    {6[u?x+2??c????? ???Dc?7??8D%?????
    endstream
    endobj

    86 0 obj
    12446
    endobj

    87 0 obj
    << /Type /FontDescriptor
    /FontName /BAAAAA+TimesNewRomanPS-ItalicMT
    /Flags 70
    /FontBBox [ -497 -306 1120 1024 ]
    /ItalicAngle -30
    /Ascent 891
    /Descent 216
    /CapHeight 1023
    /StemV 80
    /FontFile2 85 0 R
    >>
    endobj

    88 0 obj
    << /Length 296
    /Filter /FlateDecode >>
    stream
    x?]??n?0 ??H????”P?B?h+q??? 1,?QH???^?i?D???????T?!zs???C??r8W’?? ?8???!]??mDs}5???dYD??`?n??Q

    >P??)t?t??,*UWk??G?A?A???v?|??K?#DT?.??~Z?$?EH8????p??DW?? ”??r??????S?jZ?U?E?j!?m?@B?K 6 ??`?-A”vlp&?l9????!&82l????
    N?[?9???n
    ,=?Z??W?????hh??????`?????N??
    endstream
    endobj

    89 0 obj
    << /Type /Font
    /Subtype /TrueType
    /BaseFont /BAAAAA+TimesNewRomanPS-ItalicMT
    /FirstChar 0
    /LastChar 14
    /Widths [ 777 610 500 277 277 250 666 610
    277 500 443 443 500 250 500 ]
    /FontDescriptor 87 0 R
    /ToUnicode 88 0 R
    >>
    endobj

    90 0 obj
    <<
    /F1 89 0 R
    /F2 74 0 R
    /F3 84 0 R
    /F4 79 0 R
    /F5 69 0 R
    >>
    endobj

    91 0 obj
    << /Im5 5 0 R
    /Im4 4 0 R
    >>
    endobj

    92 0 obj
    <<
    /Font 90 0 R
    /XObject 91 0 R
    /ProcSet [ /PDF /Text /ImageC /ImageI /ImageB ]
    >>
    endobj

    1 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 2 0 R
    >>
    endobj

    8 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 9 0 R
    >>
    endobj

    11 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Annots [ 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 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 12 0 R
    >>
    endobj

    14 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Annots [ 59 0 R 60 0 R 61 0 R 62 0 R 63 0 R
    ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 15 0 R
    >>
    endobj

    17 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Annots [ 47 0 R ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 18 0 R
    >>
    endobj

    20 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 21 0 R
    >>
    endobj

    23 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 24 0 R
    >>
    endobj

    26 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 27 0 R
    >>
    endobj

    29 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 30 0 R
    >>
    endobj

    32 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 33 0 R
    >>
    endobj

    35 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 36 0 R
    >>
    endobj

    38 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 39 0 R
    >>
    endobj

    41 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 42 0 R
    >>
    endobj

    44 0 obj
    << /Type /Page
    /Parent 64 0 R
    /Resources 92 0 R
    /MediaBox [ 0 0 612 792 ]
    /Group << /S /Transparency /CS /DeviceRGB /I true >>
    /Contents 45 0 R
    >>
    endobj

    93 0 obj
    <<
    /Count 9
    /First 94 0 R
    /Last 104 0 R
    >>
    endobj

    94 0 obj
    <<
    /Title
    /Dest [11 0 R /XYZ 239.3 477.7 0]
    /Parent 93 0 R
    /Next 95 0 R
    >>
    endobj

    95 0 obj
    <<
    /Title
    /Dest [14 0 R /XYZ 170 707.3 0]
    /Parent 93 0 R
    /Prev 94 0 R
    /Next 96 0 R
    >>
    endobj

    96 0 obj
    <<
    /Title
    /Dest [14 0 R /XYZ 221.3 547.1 0]
    /Parent 93 0 R
    /Prev 95 0 R
    /Next 97 0 R
    >>
    endobj

    97 0 obj
    <<
    /Count 2
    /First 98 0 R
    /Last 99 0 R
    /Title
    /Dest [17 0 R /XYZ 224.8 707.3 0]
    /Parent 93 0 R
    /Prev 96 0 R
    /Next 100 0 R
    >>
    endobj

    98 0 obj
    <<
    /Title
    /Dest [17 0 R /XYZ 56.7 653.9 0]
    /Parent 97 0 R
    /Next 99 0 R
    >>
    endobj

    99 0 obj
    <<
    /Title
    /Dest [17 0 R /XYZ 56.7 410.9 0]
    /Parent 97 0 R
    /Prev 98 0 R
    >>
    endobj

    100 0 obj
    <<
    /Title
    /Dest [20 0 R /XYZ 100.7 707.3 0]
    /Parent 93 0 R
    /Prev 97 0 R
    /Next 101 0 R
    >>
    endobj

    101 0 obj
    <<
    /Title
    /Dest [20 0 R /XYZ 273.5 435.2 0]
    /Parent 93 0 R
    /Prev 100 0 R
    /Next 102 0 R
    >>
    endobj

    102 0 obj
    <<
    /Title
    /Dest [23 0 R /XYZ 211.9 707.3 0]
    /Parent 93 0 R
    /Prev 101 0 R
    /Next 103 0 R
    >>
    endobj

    103 0 obj
    <<
    /Title
    /Dest [26 0 R /XYZ 217.1 707.3 0]
    /Parent 93 0 R
    /Prev 102 0 R
    /Next 104 0 R
    >>
    endobj

    104 0 obj
    <<
    /Title
    /Dest [29 0 R /XYZ 59.6 707.3 0]
    /Parent 93 0 R
    /Prev 103 0 R
    >>
    endobj

    64 0 obj
    << /Type /Pages
    /Resources 92 0 R
    /MediaBox [ 0 0 595 842 ]
    /Kids [ 1 0 R
    8 0 R
    11 0 R
    14 0 R
    17 0 R
    20 0 R
    23 0 R
    26 0 R
    29 0 R
    32 0 R
    35 0 R
    38 0 R
    41 0 R
    44 0 R
    ]
    /Count 14
    >>
    endobj

    47 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [484.6 442.7 499.4 456.5]
    /A << /Type /Action
    /S /URI
    /URI (http://www.getk2.com/)
    >>
    >>
    endobj

    48 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 531.1 245.5 544.9]
    /Dest [29 0 R /XYZ 59.6 707.3 0]
    >>
    endobj

    49 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 544.9 122.2 558.7]
    /Dest [26 0 R /XYZ 217.1 707.3 0]
    >>
    endobj

    50 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 558.7 124.2 572.5]
    /Dest [23 0 R /XYZ 211.9 707.3 0]
    >>
    endobj

    51 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 572.5 81.4 586.3]
    /Dest [20 0 R /XYZ 273.5 435.2 0]
    >>
    endobj

    52 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 586.3 204.9 600.1]
    /Dest [20 0 R /XYZ 100.7 707.3 0]
    >>
    endobj

    53 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [70.9 600.1 125 613.9]
    /Dest [17 0 R /XYZ 56.7 410.9 0]
    >>
    endobj

    54 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [70.9 613.9 243 627.7]
    /Dest [17 0 R /XYZ 56.7 653.9 0]
    >>
    endobj

    55 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 627.7 114.2 641.5]
    /Dest [17 0 R /XYZ 224.8 707.3 0]
    >>
    endobj

    56 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 641.5 116.8 655.3]
    /Dest [14 0 R /XYZ 221.3 547.1 0]
    >>
    endobj

    57 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 655.3 154.2 669.1]
    /Dest [14 0 R /XYZ 170 707.3 0]
    >>
    endobj

    58 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 669.1 105.5 682.9]
    /Dest [11 0 R /XYZ 239.3 477.7 0]
    >>
    endobj

    59 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [443.7 604.7 525.2 618.5]
    /A << /Type /Action
    /S /URI
    /URI (http://www.openoffice.org/)
    >>
    >>
    endobj

    60 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [127.5 604.7 187 618.5]
    /A << /Type /Action
    /S /URI
    /URI (http://notepad-plus.sourceforge.net/uk/site.htm)
    >>
    >>
    endobj

    61 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [315.5 638.3 431.6 652.1]
    /A << /Type /Action
    /S /URI
    /URI (http://chris.pirillo.com/)
    >>
    >>
    endobj

    62 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [56.7 638.3 226.9 652.1]
    /A << /Type /Action
    /S /URI
    /URI (http://www.nerdiphythesoul.com/)
    >>
    >>
    endobj

    63 0 obj
    << /Type /Annot
    /Subtype /Link
    /Border [0 0 0]
    /Rect [185.5 652.1 327.7 665.9]
    /A << /Type /Action
    /S /URI
    /URI (http://www.monkeypup.org/)
    >>
    >>
    endobj

    105 0 obj
    << /Type /Catalog
    /Pages 64 0 R
    /Outlines 93 0 R
    >>
    endobj

    106 0 obj
    << /Creator
    /Producer
    /CreationDate (D:20060714161535-04′00′)
    >>
    endobj

    xref
    0 107
    0000000000 65535 f
    0000158747 00000 n
    0000000021 00000 n
    0000000332 00000 n
    0000016735 00000 n
    0000000358 00000 n
    0000016709 00000 n
    0000019087 00000 n
    0000158934 00000 n
    0000019112 00000 n
    0000019628 00000 n
    0000159121 00000 n
    0000019655 00000 n
    0000022598 00000 n
    0000159411 00000 n
    0000022626 00000 n
    0000024823 00000 n
    0000159655 00000 n
    0000024851 00000 n
    0000027159 00000 n
    0000159867 00000 n
    0000027187 00000 n
    0000030054 00000 n
    0000160056 00000 n
    0000030082 00000 n
    0000031223 00000 n
    0000160245 00000 n
    0000031251 00000 n
    0000033127 00000 n
    0000160434 00000 n
    0000033155 00000 n
    0000037411 00000 n
    0000160623 00000 n
    0000037439 00000 n
    0000042219 00000 n
    0000160812 00000 n
    0000042247 00000 n
    0000047054 00000 n
    0000161001 00000 n
    0000047082 00000 n
    0000052512 00000 n
    0000161190 00000 n
    0000052540 00000 n
    0000056828 00000 n
    0000161379 00000 n
    0000056856 00000 n
    0000057823 00000 n
    0000164166 00000 n
    0000164373 00000 n
    0000164525 00000 n
    0000164678 00000 n
    0000164831 00000 n
    0000164983 00000 n
    0000165136 00000 n
    0000165286 00000 n
    0000165436 00000 n
    0000165589 00000 n
    0000165742 00000 n
    0000165893 00000 n
    0000166046 00000 n
    0000166258 00000 n
    0000166489 00000 n
    0000166700 00000 n
    0000166916 00000 n
    0000163781 00000 n
    0000057850 00000 n
    0000074713 00000 n
    0000074740 00000 n
    0000074984 00000 n
    0000075482 00000 n
    0000075875 00000 n
    0000104319 00000 n
    0000104346 00000 n
    0000104585 00000 n
    0000105243 00000 n
    0000105819 00000 n
    0000120157 00000 n
    0000120184 00000 n
    0000120437 00000 n
    0000120856 00000 n
    0000121163 00000 n
    0000143646 00000 n
    0000143673 00000 n
    0000143917 00000 n
    0000144491 00000 n
    0000144974 00000 n
    0000157528 00000 n
    0000157555 00000 n
    0000157814 00000 n
    0000158195 00000 n
    0000158470 00000 n
    0000158573 00000 n
    0000158630 00000 n
    0000161568 00000 n
    0000161645 00000 n
    0000161797 00000 n
    0000161992 00000 n
    0000162173 00000 n
    0000162407 00000 n
    0000162638 00000 n
    0000162793 00000 n
    0000163044 00000 n
    0000163196 00000 n
    0000163376 00000 n
    0000163556 00000 n
    0000167127 00000 n
    0000167210 00000 n
    trailer
    << /Size 107
    /Root 105 0 R
    /Info 106 0 R
    /ID [
    ]
    >>
    startxref
    167410
    %%EOF

    Post to Twitter Tweet This Post

    Tags: No Tags

    No Comments

    Want to see more? See older posts here , check out the posts below, or visit our site archives in the sidebar.