pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48248: update ansible to version 1.3.2
>Number: 48248
>Category: pkg
>Synopsis: update ansible to version 1.3.2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Fri Sep 27 04:05:00 +0000 2013
>Originator: Gianni D'Aprile
>Release: NetBSD 6.99.23 amd64
>Organization:
>Environment:
System: NetBSD 6.99.23 (PINGA64) #2: Tue Sep 24 07:28:54 CDT 2013
toor%pinga.daprile.net@localhost:/usr/obj/usr/src/sys/arch/amd64/compile/PINGA64
>Description:
1.3 "Top of the World" - September 13th, 2013
Highlighted new features:
accelerated mode: An enhanced fireball mode that requires zero
bootstrapping and fewer requirements plus adds capabilities like sudo commands.
role defaults: Allows roles to define a set of variables at the lowest
priority. These variables can be overridden by any other variable.
new /etc/ansible/facts.d allows JSON or INI-style facts to be provided from
the remote node, and supports executable fact programs in this dir. Files must
end in *.fact.
added the ability to make undefined template variables raise errors (see
ansible.cfg)
(DOCS PENDING) sudo: True/False and sudo_user: True/False can be set at
include and role level
added changed_when: (expression) which allows overriding whether a result
is changed or not and can work with registered expressions
--extra-vars can now take a file as input, e.g., "-e @filename" and can
also be formatted as YAML
external inventory scripts may now return host variables in one pass, which
allows them to be much more efficient for large numbers of hosts
if --forks exceeds the numbers of hosts, it will be automatically reduced.
Set forks to 0 and you get "as many forks as I have hosts" out of the box.
enabled error_on_undefined_vars by default, which will make errors in
playbooks more obvious
role dependencies -- one role can now pull in another, with parameters of
its own.
added the ability to have tasks execute even during a check run
(always_run).
added the ability to set the maximum failure percentage for a group of
hosts.
New modules:
notifications: datadog_event -- send data to datadog
cloud: digital_ocean -- module for DigitalOcean provisioning that also
includes inventory support
cloud: rds -- Amazon Relational Database Service
cloud: linode -- modules for Linode provisioning that also includes
inventory support
cloud: route53 -- manage Amazon DNS entries
cloud: ec2_ami -- manages (and creates!) ec2 AMIs
database: mysql_replication -- manages mysql replication settings for
masters/slaves
database: mysql_variables -- manages mysql runtime variables
database: redis -- manages redis databases (slave mode and flushing data)
net_infrastructure: arista_interface
net_infrastructure: arista_lag
net_infrastructure: arista_l2interface
net_infrastructure: arista_vlan
system: stat -- reports on stat(istics) of remote files, for use with
'register'
web_infrastructure: htpasswd -- manipulate htpasswd files
packaging: rpm_key -- adds or removes RPM signing keys
packaging: apt_repository -- rewritten to remove dependencies
monitoring: boundary_meter -- adds or removes boundary.com meters
net_infrastructure: dnsmadeeasy - manipulate DNS Made Easy records
files: xattr -- manages extended attributes on files
Misc changes:
return 3 when there are hosts that were unreachable during a run
the yum module now supports wildcard values for the enablerepo argument
added an inventory script to pull host information from Zabbix
async mode no longer allows with_* lookup plugins due to incompatibilities
Added OpenRC support (Gentoo) to the service module
ansible_ssh_user value is available to templates
added placement_group parameter to ec2 module
new sha256sum parameter added to get_url module for checksum validation
search for mount binaries in system path and sbin vs assuming path
allowed inventory file to be read from a pipe
added Solaris distribution facts
fixed bug along error path in quantum_network module
user password update mode is controllable in user module now (at creation
vs. every time)
added check mode support to the OpenBSD package module
Fix for MySQL 5.6 compatibility
HP UX virtualization facts
fixed some executable bits in git
made rhn_register module compatible with EL5
fix for setup module epoch time on Solaris
sudo_user is now expanded later, allowing it to be set at inventory scope
mongodb_user module changed to also support MongoDB 2.2
new state=hard option added to the file module for hardlinks vs softlinks
fixes to apt module purging option behavior
fixes for device facts with multiple PCI domains
added "with_inventory_hostnames" lookup plugin, which can take a pattern
and loop over hostnames matching the pattern and is great for use with
delegate_to and so on
ec2 module supports adding to multiple security groups
cloudformation module includes fixes for the error path, and the 'wait_for'
parameter was removed
added --only-if-changed to ansible-pull, which runs only if the repo has
changes (not default)
added 'mandatory', a Jinja2 filter that checks if a variable is defined: {{
foo|mandatory }}
added support for multiple size formats to the lvol module
timing reporting on wait_for module now includes the delay time
IRC module can now send a server password
"~" now expanded on each component of configured plugin paths
fix for easy_install module when dealing with virtualenv
rackspace module now explicitly indicates rackspace vs vanilla openstack
add_host module does not report changed=True any longer
explanatory error message when using fireball with sudo has been improved
git module now automatically pulls down git submodules
negated patterns do not require "all:!foo", you can just say "!foo" now to
select all not foos
fix for Debian services always reporting changed when toggling enablement
bit
roles files now tolerate files named 'main.yaml' and 'main' in addition to
main.yml
some help cleanup to command line flags on scripts
force option reinstated for file module so it can create symlinks to
non-existent files, etc.
added termination support to ec2 module
--ask-sudo-pass or --sudo-user does not enable all options to use sudo in
ansible-playbook
include/role conditionals are added ahead of task conditionals so they can
short circuit properly
added pipes.quote in various places so paths with spaces are better
tolerated
error handling while executing Jinja2 filters has been improved
upgrades to atomic replacement logic when copying files across
partitions/etc
mysql user module can try to login before requiring explicit password
various additional options added to supervisorctl module
only add non unique parameter on group creation when required
allow rabbitmq_plugin to specify a non-standard RabbitMQ path
authentication fixes to keystone_user module
added IAM role support to EC2 module
fixes for OpenBSD package module to avoid shell expansion
git module upgrades to allow --depth and --version to be used together
new lookup plugin, "with_flattened"
extra vars (-e) variables can be used in playbook include paths
improved reporting for invalid sudo passwords
improved reporting for inability to find a suitable tmp location
require libselinux-python to perform file operations if SELinux is
operational
ZFS module fixes for byte display constants and handling paths with spaces
setup module more tolerant of gathering facts against things it does not
have permission to read
can specify name=* state=latest to update all yum modules
major speedups to the yum module for default cases
ec2_facts module will now run in check mode
sleep option on service module for sleeping between stop/restart
fix for IPv6 facts on BSD
added Jinja2 filters: skipped, whether a result was skipped
added Jinja2 filters: quote, quotes a string if it needs to be quoted
allow force=yes to affect apt upgrades
fix for saving conditionals in variable names
support for multiple host ranges in INI inventory, e.g.,
db[01:10:3]node-[01:10]
fixes/improvements to cron module
add user_install=no option to gem module to install gems system wide
added raw=yes to allow copying without python on remote machines
added with_indexed_items lookup plugin
Linode inventory plugin now significantly faster
added recurse=yes parameter to pacman module for package removal
apt_key module can now target specific keyrings (keyring=filename)
ec2 module change reporting improved
hg module now expands user paths (~)
SSH connection type known host checking now can process hashed known_host
files
lvg module now checks for executables in more correct locations
copy module now works correctly with sudo_user
region parameter added to ec2_elb module
better default XMPP module message types
fixed conditional tests against raw booleans
mysql module grant removal is now smarter
apt-remove is now forced to be non-interactive
support ; comments in INI file module
fixes to callbacks WRT async output (fire and forget tasks now trigger
callbacks!)
folder support for s3 module
added new example inventory plugin for Red Hat OpenShift
and other misc. bugfixes
1.2.3 "Hear About It Later" (reprise) -- Aug 21, 2013
Local security fixes for predictable file locations for ControlPersist and
retry file paths on shared machines on operating systems without kernel
symlink/hardlink protections.
1.2.2 "Hear About It Later" (reprise) -- July 4, 2013
Added a configuration file option [paramiko_connection] record_host_keys
which allows the code that paramiko uses to update known_hosts to be disabled.
This is done because paramiko can be very slow at doing this if you have a
large number of hosts and some folks may not want this behavior. This can be
toggled independently of host key checking and does not affect the ssh
transport plugin. Use of the ssh transport plugin is preferred if you have
ControlPersist capability, and Ansible by default in 1.2.1 and later will
autodetect.
1.2.1 "Hear About It Later" -- July 4, 2013
Connection default is now "smart", which discovers if the system openssh
can support ControlPersist, and uses it if so, if not falls back to paramiko.
Host key checking is on by default. Disable it if you like by adding
host_key_checking=False in the [default] section of /etc/ansible/ansible.cfg or
~/ansible.cfg or by exporting ANSIBLE_HOST_KEY_CHECKING=False
Paramiko now records host keys it was in contact with host key checking is
on. It is somewhat sluggish when doing this, so switch to the 'ssh' transport
if this concerns you.
1.2 "Right Now" -- June 10, 2013
Core Features:
capability to set 'all_errors_fatal: True' in a playbook to force any error
to stop execution versus a whole group or serial block needing to fail usable,
without breaking the ability to override in ansible
ability to use variables from {{ }} syntax in mainline playbooks, new
'when' conditional, as detailed in documentation. Can disable old style
replacements in ansible.cfg if so desired, but are still active by default.
can set ansible_ssh_private_key_file as an inventory variable (similar to
ansible_ssh_host, etc)
'when' statement can be affixed to task includes to auto-affix the
conditional to each task therein
cosmetic: "*****" banners in ansible-playbook output are now constant width
--limit can now be given a filename (--limit @filename) to constrain a run
to a host list on disk
failed playbook runs will create a retry file in /var/tmp/ansible usable
with --limit
roles allow easy arrangement of reusable tasks/handlers/files/templates
pre_tasks and post_tasks allow for separating tasks into blocks where
handlers will fire around them automatically
"meta: flush_handler" task capability added for when you really need to
force handlers to run
new --start-at-task option to ansible playbook allows starting at a
specific task name in a long playbook
added a log file for ansible/ansible-playbook, set 'log_path' in the
configuration file or ANSIBLE_LOG_PATH in environment
debug mode always outputs debug in playbooks, without needing to specify -v
external inventory script added for Spacewalk / Red Hat Satellite servers
It is now possible to feed JSON structures to --extra-vars. Pass in a JSON
dictionary/hash to feed in complex data.
group_vars/ and host_vars/ directories can now be kept alongside the
playbook as well as inventory (or both!)
more filters: ability to say {{ foo|success }} and {{ foo|failed }} and
when: foo|success and when: foo|failed
more filters: {{ path|basename }} and {{ path|dirname }}
lookup plugins now use the basedir of the file they have included from,
avoiding needs of ../../../ in places and increasing the ease at which things
can be reorganized.
Modules added:
cloud: rax: module for creating instances in the rackspace cloud (uses
pyrax)
packages: npm: node.js package management
packages: pkgng: next-gen package manager for FreeBSD
packages: redhat_subscription: manage Red Hat subscription usage
packages: rhn_register: basic RHN registration
packages: zypper (SuSE)
database: postgresql_priv: manages postgresql priveledges
networking: bigip_pool: load balancing with F5s
networking: ec2_elb: add and remove machines from ec2 elastic load balancers
notification: hipchat: send notification events to hipchat
notification: flowdock: send messages to flowdock during playbook runs
notification: campfire: send messages to campfire during playbook runs
notification: mqtt: send messages to the Mosquitto message bus
notification: irc: send messages to IRC channels
notification: filesystem - a wrapper around mkfs
notification: jabber: send jabber chat messages
notification: osx_say: make OS X say things out loud
openstack: keystone_user
openstack: glance_image
openstack: nova_compute
openstack: nova_keypair
openstack: quantum_floating_ip
openstack: quantum_floating_ip_associate
openstack: quantum_network
openstack: quantum_router
openstack: quantum_router_gateway
openstack: quantum_router_interface
openstack: quantum_subnet
monitoring: newrelic_deployment: notifies newrelic of new deployments
monitoring: airbrake_deployment - notify airbrake of new deployments
monitoring: pingdom
monitoring: pagerduty
monitoring: monit
utility: set_fact: sets a variable, which can be the result of a template
evaluation
Modules removed
vagrant -- can't be compatible with both versions at once, just run things
though the vagrant provisioner in vagrant core
Bugfixes and Misc Changes:
service module happier if only enabled=yes|no specified and no state
mysql_db: use --password= instead of -p in dump/import so it doesn't go
interactive if no pass set
when using -c ssh and the ansible user is the current user, don't pass a -o
to allow SSH config to be
overwrite parameter added to the s3 module
private_ip parameter added to the ec2 module
$FILE and $PIPE now tolerate unicode
various plugin loading operations have been made more efficient
hostname now uses platform.node versus socket.gethostname to be more
consistant with Unix 'hostname'
fix for SELinux operations on Unicode path names
inventory directory locations now ignore files with .ini extensions, making
hybrid inventory easier
copy module in check-mode now reports back correct changed status when used
with force=no
added avail. zone to ec2 module
fixes to the hash variable merging logic if so enabled in the main settings
file (default is to replace, not merge hashes)
group_vars and host_vars files can now end in a .yaml or .yml extension,
(previously required no extension, still favored)
ec2vol module improvements
if the user module is told to generate the ssh key, the key generated is
now returned in the results
misc fixes to the Riak module
make template module slightly more efficient
base64encode / decode filters are now available to templates
libvirt module can now work with multiple different libvirt connecton URIs
fix for postgresql password escaping
unicode fix for shlex.split in some cases
apt module upgrade logic improved
URI module now can follow redirects
yum module can now install off http URLs
sudo password now defaults to ssh password if you ask for both and just hit
enter on the second prompt
validate feature on copy and template module, for example, running visudo
prior to copying the file over
network facts upgraded to return advanced configs (bonding, etc)
region support added to ec2 module
riak module gets a wait for ring option
improved check mode support in the file module
exception handling added to handle scenario when attempt to log to systemd
journal fails
fix for upstart handling when toggling the enablement and running bits at
the same time
when registering a task with a conditional attached, and the task is
skipped by the conditional, the variable is still registered for the host, with
the attribute skipped: True.
delegate_to tasks can look up ansible_ssh_private_key_file variable from
inventory correctly now
s3 module takes a 'dest' parameter to change the destination for uploads
apt module gets a cache_valid_time option to avoid redundant cache updates
ec2 module better understands security groups
fix for postgresql codec usage
setup module now tolerant of OpenVZ interfaces
check mode reporting improved for files and directories
doc system now reports on module requirements
group_by module can now also make use of globally scoped variables
localhost and 127.0.0.1 are now fuzzy matched in inventory (are now more or
less interchangeable)
AIX improvements/fixes for users, groups, facts
lineinfile now does atomic file replacements
fix to not pass PasswordAuthentication=no in the config file unneccessarily
for SSH connection type
for for authorized_key on Debian Squeeze
fixes for apt_repository module reporting changed incorrectly on certain
repository types
allow the virtualenv argument to the pip module to be a pathname
service pattern argument now correctly read for BSD services
fetch location can now be controlled more directly via the 'flat' parameter.
added basename and dirname as Jinja2 filters available to all templates
pip works better when sudoing from unpriveledged users
fix for user creation with groups specification reporting 'changed'
incorrectly in some cases
fix for some unicode encoding errors in outputing some data in verbose mode
improved FreeBSD, NetBSD and Solaris facts
debug module always outputs data without having to specify -v
fix for sysctl module creating new keys (must specify checks=none)
NetBSD and OpenBSD support for the user and groups modules
Add encrypted password support to password lookup
>How-To-Repeat:
>Fix:
--- ansible-1.3.2.tar.uue begins here ---
begin 644 ansible-1.3.2.tar
M86YS:6)L90``````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````#`P-#`W-34`,#`P,#`P,``P,#`P,#`P`#`P,#`P,#`P,#`P
M`#$R,C(Q,#,T,30U`#`P,3$R,S$`-0``````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````!U<W1A<B`@`')O;W0`
M````````````````````````````````````=VAE96P`````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````!A;G-I8FQE+W!A=&-H97,`````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````,#`T,#<U-0`P,#`P,#`P`#`P
M,#`P,#``,#`P,#`P,#`P,#``,3(R,C$P,S,T,C(`,#`Q,C8U-0`U````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````'5S=&%R("``<F]O=`````````````````````````````````````!W
M:&5E;```````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````&%N<VEB;&4O<&%T
M8VAE<R]P871C:"UD;V-S7VUA;E]M86XQ7V%N<VEB;&4M<&QA>6)O;VLN,0``
M```````````````````````````````````````````````````````````P
M,3`P-C0T`#`P,#`P,#``,#`P,#`P,``P,#`P,#`P,C4W-P`Q,C(R,3`S,C4Q
M,P`P,#(R,3,U`#``````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````=7-T87(@(`!R;V]T````````````````
M`````````````````````'=H965L````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````)$YE=$)31"0*"BTM+2!D;V-S+VUA;B]M86XQ+V%N<VEB;&4M<&QA
M>6)O;VLN,2YO<FEG"3(P,3,M,#DM,3D@,38Z,#@Z-#4N,#`P,#`P,#`P("LP
M,#`P"BLK*R!D;V-S+VUA;B]M86XQ+V%N<VEB;&4M<&QA>6)O;VLN,0I`0"`M
M-3,L-R`K-3,L-R!`0"!697)B;W-E(&UO9&4L(&UO<F4@;W5T<'5T(&9R;VT@
M<W5C8V5S<V9U"B!4:&4*(%QF25!!5$A<9E(*('1O('1H92!I;G9E;G1O<GD@
M:&]S=',@9FEL92P@=VAI8V@@9&5F875L=',@=&\*+5QF22]E=&,O86YS:6)L
M92]H;W-T<UQF4EPF+@HK7&9)0%!+1U]365-#3TY&1$E20"]A;G-I8FQE+VAO
M<W1S7&927"8N"B`N4D4*("Y04`H@7&9"7"U-7&92(%QF241)4D5#5$]265QF
M4BP@7&9"7"U<+6UO9'5L95PM<&%T:#U<9E)<9DE$25)%0U1/4EE<9E(*0$`@
M+38Q+#<@*S8Q+#<@0$`@=&\@=&AE(&EN=F5N=&]R>2!H;W-T<R!F:6QE+"!W
M:&EC:"!D969A=0H@5&AE"B!<9DE$25)%0U1/4EE<9E(*('-E87)C:"!P871H
M('1O(&QO860@;6]D=6QE<R!F<F]M7"8N(%1H92!D969A=6QT(&ES"BU<9DDO
M=7-R+W-H87)E+V%N<VEB;&5<9E)<)BX@5&AI<R!C86X@86QS;R!B92!S970@
M=VET:"!T:&4@04Y324),15],24)205)9(&5N=FER;VYM96YT('9A<FEA8FQE
M7"8N"BM<9DE`4%)%1DE80"]S:&%R92]A;G-I8FQE7&927"8N(%1H:7,@8V%N
M(&%L<V\@8F4@<V5T('=I=&@@=&AE($%.4TE"3$5?3$E"4D%262!E;G9I<F]N
M;65N="!V87)I86)L95PF+@H@+E)%"B`N4%`*(%QF0EPM95QF4B!<9DE605)3
M7&92+"!<9D)<+5PM97AT<F%<+79A<G,]7&927&9)5D%24UQF4@I`0"`M,34Q
M+#$Q("LQ-3$L,3$@0$`@04Y324),15](3U-44R`@7"AE;2!/=F5R<FED92!T
M:&4@9&5F875L=`H@04Y324),15],24)205)9(%PH96T@3W9E<G)I9&4@=&AE
M(&1E9F%U;'0@86YS:6)L92!M;V1U;&4@;&EB<F%R>2!P871H"B`N4T@@(D9)
M3$53(@H@+G-P"BTO971C+V%N<VEB;&4O:&]S=',@7"AE;2!$969A=6QT(&EN
M=F5N=&]R>2!F:6QE"BM`4$M'7U-94T-/3D9$25)`+V%N<VEB;&4O:&]S=',@
M7"AE;2!$969A=6QT(&EN=F5N=&]R>2!F:6QE"B`N<W`*+2]U<W(O<VAA<F4O
M86YS:6)L92\@7"AE;2!$969A=6QT(&UO9'5L92!L:6)R87)Y"BM`4%)%1DE8
M0"]S:&%R92]A;G-I8FQE+R!<*&5M($1E9F%U;'0@;6]D=6QE(&QI8G)A<GD*
M("YS<`HM+V5T8R]A;G-I8FQE+V%N<VEB;&5<)BYC9F<@7"AE;2!#;VYF:6<@
M9FEL92P@=7-E9"!I9B!P<F5S96YT"BM`4$M'7U-94T-/3D9$25)`+V%N<VEB
M;&4O86YS:6)L95PF+F-F9R!<*&5M($-O;F9I9R!F:6QE+"!U<V5D(&EF('!R
M97-E;G0*("YS<`H@?B]<)BYA;G-I8FQE7"8N8V9G(%PH96T@57-E<B!C;VYF
M:6<@9FEL92P@;W9E<G)I9&5S('1H92!D969A=6QT(&-O;F9I9R!I9B!P<F5S
M96YT"B`N4T@@(D%55$A/4B(*````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````86YS:6)L92]P871C:&5S+W!A=&-H+61O8W-?;6%N7VUA
M;C%?86YS:6)L92XQ````````````````````````````````````````````
M`````````````````````````````#`Q,#`V-#0`,#`P,#`P,``P,#`P,#`P
M`#`P,#`P,#`R-C4W`#$R,C(Q,#,R-3$S`#`P,C`S,38`,```````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````````````````!U
M<W1A<B`@`')O;W0`````````````````````````````````````=VAE96P`
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````````````````````D3F5T0E-$)`H*+2TM(&1O
M8W,O;6%N+VUA;C$O86YS:6)L92XQ+F]R:6<),C`Q,RTP.2TQ.2`Q-CHP.#HT
M-2XP,#`P,#`P,#`@*S`P,#`**RLK(&1O8W,O;6%N+VUA;C$O86YS:6)L92XQ
M"D!`("TU,RPW("LU,RPW($!`(%9E<F)O<V4@;6]D92P@;6]R92!O=71P=70@
M9G)O;2!S=6-C97-S9G4*(%1H90H@7&9)4$%42%QF4@H@=&\@=&AE(&EN=F5N
M=&]R>2!H;W-T<R!F:6QE+"!W:&EC:"!D969A=6QT<R!T;PHM7&9)+V5T8R]A
M;G-I8FQE+VAO<W1S7&927"8N"BM<9DE`4$M'7U-94T-/3D9$25)`+V%N<VEB
M;&4O:&]S='-<9E)<)BX*("Y210H@+E!0"B!<9D)<+69<9E(@7&9)3E5-7&92
M+"!<9D)<+5PM9F]R:W,]7&927&9)3E5-7&92"D!`("TW.2PW("LW.2PW($!`
M($5X96-U=&4@=&AE(&UO9'5L92!C86QL960*(%1H90H@7&9)1$E214-43U)9
M7&92"B!S96%R8V@@<&%T:"!T;R!L;V%D(&UO9'5L97,@9G)O;5PF+B!4:&4@
M9&5F875L="!I<PHM7&9)+W5S<B]S:&%R92]A;G-I8FQE7&927"8N(%1H:7,@
M8V%N(&%L<V\@8F4@<V5T('=I=&@@=&AE($%.4TE"3$5?3$E"4D%262!E;G9I
M<F]N;65N="!V87)I86)L95PF+@HK7&9)0%!2149)6$`O<VAA<F4O86YS:6)L
M95QF4EPF+B!4:&ES(&-A;B!A;'-O(&)E('-E="!W:71H('1H92!!3E-)0DQ%
M7TQ)0E)!4ED@96YV:7)O;FUE;G0@=F%R:6%B;&5<)BX*("Y210H@+E!0"B!<
M9D)<+6%<9E(@7"HH07%<9DE!4D=5345.5%-<9E)<*BA!<2P@7&9"7"U<+6%R
M9W,]7&927"HH07%<9DE!4D=5345.5%-<9E)<*BA!<0I`0"`M,3<W+#$Q("LQ
M-S<L,3$@0$`@06YS:6)L92!S=&]R97,@=&AE(&AO<W1S(&ET(&-A;B!P;W1E
M;G1I80H@4F%N9V5S(&]F(&AO<W1S(&%R92!A;'-O('-U<'!O<G1E9%PF+B!&
M;W(@;6]R92!I;F9O<FUA=&EO;B!A;F0@861D:71I;VYA;"!O<'1I;VYS+"!S
M964@=&AE(&1O8W5M96YT871I;VX@;VX@:'1T<#HO+V%N<VEB;&5<)BYG:71H
M=6)<)BYC;VTO7"8N"B`N4T@@(D9)3$53(@H@+G-P"BTO971C+V%N<VEB;&4O
M:&]S=',@7"AE;2!$969A=6QT(&EN=F5N=&]R>2!F:6QE"BM`4$M'7U-94T-/
M3D9$25)`+V%N<VEB;&4O:&]S=',@7"AE;2!$969A=6QT(&EN=F5N=&]R>2!F
M:6QE"B`N<W`*+2]U<W(O<VAA<F4O86YS:6)L92\@7"AE;2!$969A=6QT(&UO
M9'5L92!L:6)R87)Y"BM`4%)%1DE80"]S:&%R92]A;G-I8FQE+R!<*&5M($1E
M9F%U;'0@;6]D=6QE(&QI8G)A<GD*("YS<`HM+V5T8R]A;G-I8FQE+V%N<VEB
M;&5<)BYC9F<@7"AE;2!#;VYF:6<@9FEL92P@=7-E9"!I9B!P<F5S96YT"BM`
M4$M'7U-94T-/3D9$25)`+V%N<VEB;&4O86YS:6)L95PF+F-F9R!<*&5M($-O
M;F9I9R!F:6QE+"!U<V5D(&EF('!R97-E;G0*("YS<`H@?B]<)BYA;G-I8FQE
M7"8N8V9G(%PH96T@57-E<B!C;VYF:6<@9FEL92P@;W9E<G)I9&5S('1H92!D
M969A=6QT(&-O;F9I9R!I9B!P<F5S96YT"B`N4T@@(D5.5DE23TY-14Y4(@H`
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````!A;G-I8FQE+W!A
M=&-H97,O<&%T8V@M97AA;7!L97-?86YS:6)L92YC9F<`````````````````
M````````````````````````````````````````````````````````````
M,#$P,#8T-``P,#`P,#`P`#`P,#`P,#``,#`P,#`P,#,S-C8`,3(R,C$P,S(U
M,3,`,#`R,#`S,@`P````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````'5S=&%R("``<F]O=```````````````
M``````````````````````!W:&5E;```````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````"1.971"4T0D"@HM+2T@97AA;7!L97,O86YS:6)L92YC9F<N;W)I
M9PDR,#$S+3`Y+3$Y(#$V.C`X.C0U+C`P,#`P,#`P,"`K,#`P,`HK*RL@97AA
M;7!L97,O86YS:6)L92YC9F<*0$`@+30L,30@*S0L,30@0$`*(",@;F5A<FQY
M(&%L;"!P87)A;65T97)S(&-A;B!B92!O=F5R<FED9&5N(&EN(&%N<VEB;&4M
M<&QA>6)O;VL@"B`C(&]R('=I=&@@8V]M;6%N9"!L:6YE(&9L86=S+B!A;G-I
M8FQE('=I;&P@<F5A9"!^+RYA;G-I8FQE+F-F9RP@"B`C(&%N<VEB;&4N8V9G
M(&EN('1H92!C=7)R96YT('=O<FMI;F<@9&ER96-T;W)Y(&]R"BTC("]E=&,O
M86YS:6)L92]A;G-I8FQE+F-F9RP@=VAI8VAE=F5R(&ET(&9I;F1S(&9I<G-T
M"BLC($!02T=?4UE30T].1D1)4D`O86YS:6)L92]A;G-I8FQE+F-F9RP@=VAI
M8VAE=F5R(&ET(&9I;F1S(&9I<G-T"B`*(%MD969A=6QT<UT*(`H@(R!S;VUE
M(&)A<VEC(&1E9F%U;'0@=F%L=65S+BXN"B`*+6AO<W1F:6QE("`@("`@(#T@
M+V5T8R]A;G-I8FQE+VAO<W1S"BUL:6)R87)Y("`@("`@("`]("]U<W(O<VAA
M<F4O86YS:6)L90HK:&]S=&9I;&4@("`@("`@/2!`4$M'7U-94T-/3D9$25)`
M+V%N<VEB;&4O:&]S=',**VQI8G)A<GD@("`@("`@(#T@0%!2149)6$`O<VAA
M<F4O86YS:6)L90H@<F5M;W1E7W1M<"`@("`@/2`D2$]-12\N86YS:6)L92]T
M;7`*('!A='1E<FX@("`@("`@(#T@*@H@9F]R:W,@("`@("`@("`@/2`U"D!`
M("TW."PQ,B`K-S@L,3(@0$`@86YS:6)L95]M86YA9V5D(#T@06YS:6)L92!M
M86YA9V5D.B![9FEL90H@(V5R<F]R7V]N7W5N9&5F:6YE9%]V87)S(#T@1F%L
M<V4*(`H@(R!S970@<&QU9VEN('!A=&@@9&ER96-T;W)I97,@:&5R92P@<V5P
M97)A=&4@=VET:"!C;VQO;G,*+6%C=&EO;E]P;'5G:6YS("`@("`]("]U<W(O
M<VAA<F4O86YS:6)L95]P;'5G:6YS+V%C=&EO;E]P;'5G:6YS"BUC86QL8F%C
M:U]P;'5G:6YS("`@/2`O=7-R+W-H87)E+V%N<VEB;&5?<&QU9VEN<R]C86QL
M8F%C:U]P;'5G:6YS"BUC;VYN96-T:6]N7W!L=6=I;G,@/2`O=7-R+W-H87)E
M+V%N<VEB;&5?<&QU9VEN<R]C;VYN96-T:6]N7W!L=6=I;G,*+6QO;VMU<%]P
M;'5G:6YS("`@("`]("]U<W(O<VAA<F4O86YS:6)L95]P;'5G:6YS+VQO;VMU
M<%]P;'5G:6YS"BUV87)S7W!L=6=I;G,@("`@("`@/2`O=7-R+W-H87)E+V%N
M<VEB;&5?<&QU9VEN<R]V87)S7W!L=6=I;G,*+69I;'1E<E]P;'5G:6YS("`@
M("`]("]U<W(O<VAA<F4O86YS:6)L95]P;'5G:6YS+V9I;'1E<E]P;'5G:6YS
M"BMA8W1I;VY?<&QU9VEN<R`@("`@/2!`4%)%1DE80"]S:&%R92]A;G-I8FQE
M7W!L=6=I;G,O86-T:6]N7W!L=6=I;G,**V-A;&QB86-K7W!L=6=I;G,@("`]
M($!04D5&25A`+W-H87)E+V%N<VEB;&5?<&QU9VEN<R]C86QL8F%C:U]P;'5G
M:6YS"BMC;VYN96-T:6]N7W!L=6=I;G,@/2!`4%)%1DE80"]S:&%R92]A;G-I
M8FQE7W!L=6=I;G,O8V]N;F5C=&EO;E]P;'5G:6YS"BML;V]K=7!?<&QU9VEN
M<R`@("`@/2!`4%)%1DE80"]S:&%R92]A;G-I8FQE7W!L=6=I;G,O;&]O:W5P
M7W!L=6=I;G,**W9A<G-?<&QU9VEN<R`@("`@("`]($!04D5&25A`+W-H87)E
M+V%N<VEB;&5?<&QU9VEN<R]V87)S7W!L=6=I;G,**V9I;'1E<E]P;'5G:6YS
M("`@("`]($!04D5&25A`+W-H87)E+V%N<VEB;&5?<&QU9VEN<R]F:6QT97)?
M<&QU9VEN<PH@"B`C(&1O;B=T(&QI:V4@8V]W<S\@('1H870G<R!U;F9O<G1U
M;F%T92X*(",@<V5T('1O(#$@:68@>6]U(&1O;B=T('=A;G0@8V]W<V%Y('-U
M<'!O<G0@;W(@97AP;W)T($%.4TE"3$5?3D]#3U=3/3$@"@``````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````86YS:6)L92]P871C:&5S
M+W!A=&-H+6QI8E]A;G-I8FQE7V-A;&QB86-K<RYP>0``````````````````
M`````````````````````````````````````````````````````#`Q,#`V
M-#0`,#`P,#`P,``P,#`P,#`P`#`P,#`P,#`Q,34S`#$R,C(Q,#,R-3$S`#`P
M,C`V-#(`,```````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````!U<W1A<B`@`')O;W0`````````````````````
M````````````````=VAE96P`````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```D3F5T0E-$)`H*+2TM(&QI8B]A;G-I8FQE+V-A;&QB86-K<RYP>2YO<FEG
M"3(P,3,M,#DM,3D@,38Z,#@Z-#4N,#`P,#`P,#`P("LP,#`P"BLK*R!L:6(O
M86YS:6)L92]C86QL8F%C:W,N<'D*0$`@+34U+#D@*S4U+#D@0$`@9&5F(&=E
M=%]C;W=S87E?:6YF;R@I.@H@("`@("`@("!C;W=S87D@/2`B+W5S<B]B:6XO
M8V]W<V%Y(@H@("`@(&5L:68@;W,N<&%T:"YE>&ES=',H(B]U<W(O9V%M97,O
M8V]W<V%Y(BDZ"B`@("`@("`@(&-O=W-A>2`]("(O=7-R+V=A;65S+V-O=W-A
M>2(*+2`@("!E;&EF(&]S+G!A=&@N97AI<W1S*"(O=7-R+VQO8V%L+V)I;B]C
M;W=S87DB*3H**R`@("!E;&EF(&]S+G!A=&@N97AI<W1S*")`3$]#04Q"05-%
M0"]B:6XO8V]W<V%Y(BDZ"B`@("`@("`@(",@0E-$('!A=&@@9F]R(&-O=W-A
M>0HM("`@("`@("!C;W=S87D@/2`B+W5S<B]L;V-A;"]B:6XO8V]W<V%Y(@HK
M("`@("`@("!C;W=S87D@/2`B0$Q/0T%,0D%314`O8FEN+V-O=W-A>2(*("`@
M("!E;&EF(&]S+G!A=&@N97AI<W1S*"(O;W!T+VQO8V%L+V)I;B]C;W=S87DB
M*3H*("`@("`@("`@(R!-86-0;W)T<R!P871H(&9O<B!C;W=S87D*("`@("`@
M("`@8V]W<V%Y(#T@(B]O<'0O;&]C86PO8FEN+V-O=W-A>2(*````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````86YS:6)L92]P
M871C:&5S+W!A=&-H+6QI8E]A;G-I8FQE7V-O;G-T86YT<RYP>0``````````
M````````````````````````````````````````````````````````````
M`#`Q,#`V-#0`,#`P,#`P,``P,#`P,#`P`#`P,#`P,#`W,S(U`#$R,C(Q,#,R
M-3$S`#`P,C`W-#8`,```````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````!U<W1A<B`@`')O;W0`````````````
M````````````````````````=VAE96P`````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````D3F5T0E-$)`H*+2TM(&QI8B]A;G-I8FQE+V-O;G-T86YT<RYP
M>2YO<FEG"3(P,3,M,#DM,3D@,38Z,#@Z-#4N,#`P,#`P,#`P("LP,#`P"BLK
M*R!L:6(O86YS:6)L92]C;VYS=&%N=',N<'D*0$`@+34V+#<@*S4V+#<@0$`@
M9&5F(&QO861?8V]N9FEG7V9I;&4H*3H*("`@("!P(#T@0V]N9FEG4&%R<V5R
M+D-O;F9I9U!A<G-E<B@I"B`@("`@<&%T:#$@/2!O<RYP871H+F5X<&%N9'5S
M97(H;W,N96YV:7)O;BYG970H)T%.4TE"3$5?0T].1DE')RP@(GXO+F%N<VEB
M;&4N8V9G(BDI"B`@("`@<&%T:#(@/2!O<RYG971C=V0H*2`K("(O86YS:6)L
M92YC9F<B"BT@("`@<&%T:#,@/2`B+V5T8R]A;G-I8FQE+V%N<VEB;&4N8V9G
M(@HK("`@('!A=&@S(#T@(D!02T=?4UE30T].1D1)4D`O86YS:6)L92]A;G-I
M8FQE+F-F9R(*(`H@("`@(&EF(&]S+G!A=&@N97AI<W1S*'!A=&@Q*3H*("`@
M("`@("`@<"YR96%D*'!A=&@Q*0I`0"`M.#0L,3,@*S@T+#$S($!`(&%C=&EV
M95]U<V5R("`@/2!P=V0N9V5T<'=U:60H;W,N9V5T975I9"@*(&EF(&=E=&%T
M='(H<WES+"`B<F5A;%]P<F5F:7@B+"!.;VYE*3H*("`@("!$25-47TU/1%5,
M15]0051((#T@;W,N<&%T:"YJ;VEN*'-Y<RYP<F5F:7@L("=S:&%R92]A;G-I
M8FQE+R<I"B!E;'-E.@HM("`@($1)4U1?34]$54Q%7U!!5$@@/2`G+W5S<B]S
M:&%R92]A;G-I8FQE+R<**R`@("!$25-47TU/1%5,15]0051((#T@)T!04D5&
M25A`+W-H87)E+V%N<VEB;&4O)PH@"B`C('-E8W1I;VYS(&EN(&-O;F9I9R!F
M:6QE"B!$149!54Q44STG9&5F875L=',G"B`*(",@8V]N9FEG=7)A8FQE('1H
M:6YG<PHM1$5&055,5%](3U-47TQ)4U0@("`@("`@("`]('-H96QL7V5X<&%N
M9%]P871H*&=E=%]C;VYF:6<H<"P@1$5&055,5%,L("=H;W-T9FEL92<L("=!
M3E-)0DQ%7TA/4U13)RP@)R]E=&,O86YS:6)L92]H;W-T<R<I*0HK1$5&055,
M5%](3U-47TQ)4U0@("`@("`@("`]('-H96QL7V5X<&%N9%]P871H*&=E=%]C
M;VYF:6<H<"P@1$5&055,5%,L("=H;W-T9FEL92<L("=!3E-)0DQ%7TA/4U13
M)RP@)T!02T=?4UE30T].1D1)4D`O86YS:6)L92]H;W-T<R<I*0H@1$5&055,
M5%]-3T153$5?4$%42"`@("`@("`](&=E=%]C;VYF:6<H<"P@1$5&055,5%,L
M("=L:6)R87)Y)RP@("`@("`@("`@)T%.4TE"3$5?3$E"4D%262<L("`@("`@
M("`@($1)4U1?34]$54Q%7U!!5$@I"B!$149!54Q47U)%34]415]435`@("`@
M("`@(#T@<VAE;&Q?97AP86YD7W!A=&@H9V5T7V-O;F9I9RAP+"!$149!54Q4
M4RP@)W)E;6]T95]T;7`G+"`@("`@("`G04Y324),15]214U/5$5?5$5-4"<L
M("`@("`@)R1(3TU%+RYA;G-I8FQE+W1M<"<I*0H@1$5&055,5%]-3T153$5?
M3D%-12`@("`@("`](&=E=%]C;VYF:6<H<"P@1$5&055,5%,L("=M;V1U;&5?
M;F%M92<L("`@("`@3F]N92P@("`@("`@("`@("`@("`@("`@("`@("=C;VUM
M86YD)RD*0$`@+3$Q.2PQ,B`K,3$Y+#$R($!`($1%1D%53%1?3$5'04-97U!,
M05E"3T]+7U9!4DE!0DQ%4R`](&=E=%\*($1%1D%53%1?2DE.2D$R7T585$5.
M4TE/3E,@/2!G971?8V]N9FEG*'`L($1%1D%53%13+"`G:FEN:F$R7V5X=&5N
M<VEO;G,G+"`G04Y324),15]*24Y*03)?15A414Y324].4R<L($YO;F4I"B!$
M149!54Q47T5814-55$%"3$4@("`@("`@(#T@9V5T7V-O;F9I9RAP+"!$149!
M54Q44RP@)V5X96-U=&%B;&4G+"`G04Y324),15]%6$5#551!0DQ%)RP@)R]B
M:6XO<V@G*0H@"BU$149!54Q47T%#5$E/3E]03%5'24Y?4$%42"`@("`@/2!G
M971?8V]N9FEG*'`L($1%1D%53%13+"`G86-T:6]N7W!L=6=I;G,G+"`@("`@
M)T%.4TE"3$5?04-424].7U!,54=)3E,G+"`G+W5S<B]S:&%R92]A;G-I8FQE
M7W!L=6=I;G,O86-T:6]N7W!L=6=I;G,G*0HM1$5&055,5%]#04Q,0D%#2U]0
M3%5'24Y?4$%42"`@(#T@9V5T7V-O;F9I9RAP+"!$149!54Q44RP@)V-A;&QB
M86-K7W!L=6=I;G,G+"`@("=!3E-)0DQ%7T-!3$Q"04-+7U!,54=)3E,G+"`G
M+W5S<B]S:&%R92]A;G-I8FQE7W!L=6=I;G,O8V%L;&)A8VM?<&QU9VEN<R<I
M"BU$149!54Q47T-/3DY%0U1)3TY?4$Q51TE.7U!!5$@@/2!G971?8V]N9FEG
M*'`L($1%1D%53%13+"`G8V]N;F5C=&EO;E]P;'5G:6YS)RP@)T%.4TE"3$5?
M0T].3D5#5$E/3E]03%5'24Y3)RP@)R]U<W(O<VAA<F4O86YS:6)L95]P;'5G
M:6YS+V-O;FYE8W1I;VY?<&QU9VEN<R<I"BU$149!54Q47TQ/3TM54%]03%5'
M24Y?4$%42"`@("`@/2!G971?8V]N9FEG*'`L($1%1D%53%13+"`G;&]O:W5P
M7W!L=6=I;G,G+"`@("`@)T%.4TE"3$5?3$]/2U507U!,54=)3E,G+"`G+W5S
M<B]S:&%R92]A;G-I8FQE7W!L=6=I;G,O;&]O:W5P7W!L=6=I;G,G*0HM1$5&
M055,5%]605)37U!,54=)3E]0051(("`@("`@(#T@9V5T7V-O;F9I9RAP+"!$
M149!54Q44RP@)W9A<G-?<&QU9VEN<R<L("`@("`@("=!3E-)0DQ%7U9!4E-?
M4$Q51TE.4R<L("<O=7-R+W-H87)E+V%N<VEB;&5?<&QU9VEN<R]V87)S7W!L
M=6=I;G,G*0HM1$5&055,5%]&24Q415)?4$Q51TE.7U!!5$@@("`@(#T@9V5T
M7V-O;F9I9RAP+"!$149!54Q44RP@)V9I;'1E<E]P;'5G:6YS)RP@("`@("=!
M3E-)0DQ%7T9)3%1%4E]03%5'24Y3)RP@)R]U<W(O<VAA<F4O86YS:6)L95]P
M;'5G:6YS+V9I;'1E<E]P;'5G:6YS)RD**T1%1D%53%1?04-424].7U!,54=)
M3E]0051(("`@("`](&=E=%]C;VYF:6<H<"P@1$5&055,5%,L("=A8W1I;VY?
M<&QU9VEN<R<L("`@("`G04Y324),15]!0U1)3TY?4$Q51TE.4R<L("=`4%)%
M1DE80"]S:&%R92]A;G-I8FQE7W!L=6=I;G,O86-T:6]N7W!L=6=I;G,G*0HK
M1$5&055,5%]#04Q,0D%#2U]03%5'24Y?4$%42"`@(#T@9V5T7V-O;F9I9RAP
M+"!$149!54Q44RP@)V-A;&QB86-K7W!L=6=I;G,G+"`@("=!3E-)0DQ%7T-!
M3$Q"04-+7U!,54=)3E,G+"`G0%!2149)6$`O<VAA<F4O86YS:6)L95]P;'5G
M:6YS+V-A;&QB86-K7W!L=6=I;G,G*0HK1$5&055,5%]#3TY.14-424].7U!,
M54=)3E]0051((#T@9V5T7V-O;F9I9RAP+"!$149!54Q44RP@)V-O;FYE8W1I
M;VY?<&QU9VEN<R<L("=!3E-)0DQ%7T-/3DY%0U1)3TY?4$Q51TE.4R<L("=`
M4%)%1DE80"]S:&%R92]A;G-I8FQE7W!L=6=I;G,O8V]N;F5C=&EO;E]P;'5G
M:6YS)RD**T1%1D%53%1?3$]/2U507U!,54=)3E]0051(("`@("`](&=E=%]C
M;VYF:6<H<"P@1$5&055,5%,L("=L;V]K=7!?<&QU9VEN<R<L("`@("`G04Y3
M24),15],3T]+55!?4$Q51TE.4R<L("=`4%)%1DE80"]S:&%R92]A;G-I8FQE
M7W!L=6=I;G,O;&]O:W5P7W!L=6=I;G,G*0HK1$5&055,5%]605)37U!,54=)
M3E]0051(("`@("`@(#T@9V5T7V-O;F9I9RAP+"!$149!54Q44RP@)W9A<G-?
M<&QU9VEN<R<L("`@("`@("=!3E-)0DQ%7U9!4E-?4$Q51TE.4R<L("=`4%)%
M1DE80"]S:&%R92]A;G-I8FQE7W!L=6=I;G,O=F%R<U]P;'5G:6YS)RD**T1%
M1D%53%1?1DE,5$527U!,54=)3E]0051(("`@("`](&=E=%]C;VYF:6<H<"P@
M1$5&055,5%,L("=F:6QT97)?<&QU9VEN<R<L("`@("`G04Y324),15]&24Q4
M15)?4$Q51TE.4R<L("=`4%)%1DE80"]S:&%R92]A;G-I8FQE7W!L=6=I;G,O
M9FEL=&5R7W!L=6=I;G,G*0H@1$5&055,5%],3T=?4$%42"`@("`@("`@("`@
M("`@(#T@<VAE;&Q?97AP86YD7W!A=&@H9V5T7V-O;F9I9RAP+"!$149!54Q4
M4RP@)VQO9U]P871H)RP@("`@("`@("`@("=!3E-)0DQ%7TQ/1U]0051()RP@
M)R<I*0H@"B!!3E-)0DQ%7TY/0T],3U(@("`@("`@("`@("`@("`@/2!G971?
M8V]N9FEG*'`L($1%1D%53%13+"`G;F]C;VQO<B<L("=!3E-)0DQ%7TY/0T],
M3U(G+"!.;VYE+"!B;V]L96%N/51R=64I"@``````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````86YS:6)L92]P871C:&5S+W!A=&-H+6QI8G)A<GE?8VQO=61?
M=FER=```````````````````````````````````````````````````````
M`````````````````````````#`Q,#`V-#0`,#`P,#`P,``P,#`P,#`P`#`P
M,#`P,#`Q,#$T`#$R,C(Q,#,S,S,R`#`P,3<V-#,`,```````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````````````````````!U<W1A
M<B`@`')O;W0`````````````````````````````````````=VAE96P`````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````````````````D3F5T0E-$)`H*+2TM(&QI8G)A
M<GDO8VQO=60O=FER="YO<FEG"3(P,3,M,#DM,3D@,38Z,#@Z-#4N,#`P,#`P
M,#`P("LP,#`P"BLK*R!L:6)R87)Y+V-L;W5D+W9I<G0*0$`@+3$L-"`K,2PT
M($!`"BTC(2]U<W(O8FEN+W!Y=&AO;@HK(R%`3$]#04Q"05-%0"]B:6XO<'ET
M:&]N"B`C("TJ+2!C;V1I;F<Z('5T9BTX("TJ+0H@"B`B(B(*0$`@+38S+#<@
M*S8S+#<@0$`@15A!35!,15,@/2`G)R<*(",@82!P;&%Y8F]O:R!T87-K(&QI
M;F4Z"B`M('9I<G0Z(&YA;64]86QP:&$@<W1A=&4]<G5N;FEN9PH@"BTC("]U
M<W(O8FEN+V%N<VEB;&4@:6YV;V-A=&EO;G,**R,@0%!2149)6$`O8FEN+V%N
M<VEB;&4@:6YV;V-A=&EO;G,*(&%N<VEB;&4@:&]S="`M;2!V:7)T("UA(")N
M86UE/6%L<&AA(&-O;6UA;F0]<W1A='5S(@H@86YS:6)L92!H;W-T("UM('9I
M<G0@+6$@(FYA;64]86QP:&$@8V]M;6%N9#UG971?>&UL(@H@86YS:6)L92!H
M;W-T("UM('9I<G0@+6$@(FYA;64]86QP:&$@8V]M;6%N9#UC<F5A=&4@=7)I
M/6QX8SHO+R\B"@``````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````86YS:6)L92]P871C:&5S+W!A=&-H+6QI8G)A<GE?
M9&%T86)A<V5?;7ES<6Q?7V1B````````````````````````````````````
M`````````````````````````````````#`Q,#`V-#0`,#`P,#`P,``P,#`P
M,#`P`#`P,#`P,#`Q-C<V`#$R,C(Q,#,T,30P`#`P,C$S,#(`,```````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``!U<W1A<B`@`')O;W0`````````````````````````````````````=VAE
M96P`````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````````````````````````D3F5T0E-$)`H*+2TM
M(&QI8G)A<GDO9&%T86)A<V4O;7ES<6Q?9&(N;W)I9PDR,#$S+3`Y+3$Y(#$V
M.C`X.C0U+C`P,#`P,#`P,"`K,#`P,`HK*RL@;&EB<F%R>2]D871A8F%S92]M
M>7-Q;%]D8@I`0"`M,2PT("LQ+#0@0$`*+2,A+W5S<B]B:6XO<'ET:&]N"BLC
M(4!,3T-!3$)!4T5`+V)I;B]P>71H;VX*(",@+2HM(&-O9&EN9SH@=71F+3@@
M+2HM"B`*(",@*&,I(#(P,3(L($UA<FL@5&AE=6YI<W-E;B`\;6%R:RYT:&5U
M;FES<V5N0&=M86EL+F-O;3X*0$`@+3$Q,BPQ,R`K,3$R+#$S($!`(&1E9B!D
M8E]D96QE=&4H8W5R<V]R+"!D8BDZ"B`@("`@<F5T=7)N(%1R=64*(`H@9&5F
M(&1B7V1U;7`H:&]S="P@=7-E<BP@<&%S<W=O<F0L(&1B7VYA;64L('1A<F=E
M="DZ"BT@("`@<F5S(#T@;W,N<WES=&5M*"(O=7-R+V)I;B]M>7-Q;&1U;7`@
M+7$@+6@@(BMH;W-T*R(@+74@(BMU<V5R*R`B("TM<&%S<W=O<F0](BMP87-S
M=V]R9"LB("(**R`@("!R97,@/2!O<RYS>7-T96TH(D!,3T-!3$)!4T5`+V)I
M;B]M>7-Q;&1U;7`@+7$@+6@@(BMH;W-T*R(@+74@(BMU<V5R*R`B("TM<&%S
M<W=O<F0](BMP87-S=V]R9"LB("(*("`@("`@("`@("`@("MD8E]N86UE*R(@
M/B`B"B`@("`@("`@("`@("`K=&%R9V5T*0H@("`@(')E='5R;B`H<F5S(#T]
M(#`I"B`*(&1E9B!D8E]I;7!O<G0H:&]S="P@=7-E<BP@<&%S<W=O<F0L(&1B
M7VYA;64L('1A<F=E="DZ"BT@("`@<F5S(#T@;W,N<WES=&5M*"(O=7-R+V)I
M;B]M>7-Q;"`M:"`B*VAO<W0K(B`M=2`B*W5S97(K(B`M+7!A<W-W;W)D/2(K
M<&%S<W=O<F0K(B`B"BL@("`@<F5S(#T@;W,N<WES=&5M*")`3$]#04Q"05-%
M0"]B:6XO;7ES<6P@+6@@(BMH;W-T*R(@+74@(BMU<V5R*R(@+2UP87-S=V]R
M9#TB*W!A<W-W;W)D*R(@(@H@("`@("`@("`@("`@*V1B7VYA;64K(B`\("(*
M("`@("`@("`@("`@("MT87)G970I"B`@("`@<F5T=7)N("AR97,@/3T@,"D*
M````````````````````````````````````````````````````````````
M````````````````````````````86YS:6)L92]P871C:&5S+W!A=&-H+6QI
M8G)A<GE?<&%C:V%G:6YG7W!K9VEN````````````````````````````````
M`````````````````````````````````````````#`Q,#`V-#0`,#`P,#`P
M,``P,#`P,#`P`#`P,#`P,#`P-S,Q`#$R,C(Q,#,R-3$S`#`P,C`V,3(`,```
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````!U<W1A<B`@`')O;W0`````````````````````````````````
M````=VAE96P`````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````````````````````````````````D3F5T0E-$
M)`H*+2TM(&QI8G)A<GDO<&%C:V%G:6YG+W!K9VEN+F]R:6<),C`Q,RTP.2TQ
M.2`Q-CHP.#HT-2XP,#`P,#`P,#`@*S`P,#`**RLK(&QI8G)A<GDO<&%C:V%G
M:6YG+W!K9VEN"D!`("TQ-3`L-R`K,34P+#<@0$`@9&5F(&UA:6XH*3H*("`@
M("`@("`@("`@("`@("!S=&%T92`@("`@("`@/2!D:6-T*&1E9F%U;'0](G!R
M97-E;G0B+"!C:&]I8V5S/5LB<')E<V5N="(L(F%B<V5N=")=*2P*("`@("`@
M("`@("`@("`@("!N86UE("`@("`@("`@/2!D:6-T*&%L:6%S97,]6R)P:V<B
M72P@<F5Q=6ER960]5')U92DI*0H@"BT@("`@<&MG:6Y?<&%T:"`](&UO9'5L
M92YG971?8FEN7W!A=&@H)W!K9VEN)RP@5')U92P@6R<O;W!T+VQO8V%L+V)I
M;B==*0HK("`@('!K9VEN7W!A=&@@/2!M;V1U;&4N9V5T7V)I;E]P871H*"=P
M:V=I;B<L(%1R=64L(%LG0$Q/0T%,0D%314`O8FEN)UTI"B`*("`@("!P(#T@
M;6]D=6QE+G!A<F%M<PH@"@``````````````````````````````````````
M`````````````&%N<VEB;&4O<&%T8VAE<R]P871C:"UL:6)R87)Y7W!A8VMA
M9VEN9U]Y=6T`````````````````````````````````````````````````
M```````````````````````````P,3`P-C0T`#`P,#`P,#``,#`P,#`P,``P
M,#`P,#`P,#<P-``Q,C(R,3`S,S,U-0`P,#(P,S(Q`#``````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````=7-T
M87(@(`!R;V]T`````````````````````````````````````'=H965L````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````)$YE=$)31"0*"BTM+2!L:6)R
M87)Y+W!A8VMA9VEN9R]Y=6TN;W)I9PDR,#$S+3`Y+3$Y(#$V.C`X.C0U+C`P
M,#`P,#`P,"`K,#`P,`HK*RL@;&EB<F%R>2]P86-K86=I;F<O>75M"D!`("TT
M,"PW("LT,"PW($!`(&]P=&EO;G,Z"B`@("`@86QI87-E<SH@6UT*("`@;&ES
M=#H*("`@("!D97-C<FEP=&EO;CH*+2`@("`@("T@5F%R:6]U<R!N;VXM:61E
M;7!O=&5N="!C;VUM86YD<R!F;W(@=7-A9V4@=VET:"!#*"]U<W(O8FEN+V%N
M<VEB;&4I(&%N9"!)*&YO="D@<&QA>6)O;VMS+B!3964@97AA;7!L97,N"BL@
M("`@("`M(%9A<FEO=7,@;F]N+6ED96UP;W1E;G0@8V]M;6%N9',@9F]R('5S
M86=E('=I=&@@0RA`4%)%1DE80"]B:6XO86YS:6)L92D@86YD($DH;F]T*2!P
M;&%Y8F]O:W,N(%-E92!E>&%M<&QE<RX*("`@("!R97%U:7)E9#H@9F%L<V4*
M("`@("!D969A=6QT.B!N=6QL"B`@('-T871E.@H`````````````````````
M``````````````````````````````````````````````````````````!A
M;G-I8FQE+W!A=&-H97,O<&%T8V@M;&EB<F%R>5]S>7-T96U?<&EN9P``````
M````````````````````````````````````````````````````````````
M````````````,#$P,#8T-``P,#`P,#`P`#`P,#`P,#``,#`P,#`P,#`V-#8`
M,3(R,C$P,S,T,#,`,#`R,#`T,P`P````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````'5S=&%R("``<F]O=```
M``````````````````````````````````!W:&5E;```````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````"1.971"4T0D"@HM+2T@;&EB<F%R>2]S>7-T96TO
M<&EN9RYO<FEG"3(P,3,M,#DM,3D@,38Z,#@Z-#4N,#`P,#`P,#`P("LP,#`P
M"BLK*R!L:6)R87)Y+W-Y<W1E;2]P:6YG"D!`("TR-BPW("LR-BPW($!`('-H
M;W)T7V1E<V-R:7!T:6]N.B!4<GD@=&\@8V]N;F5C="!T;R!H;W,*(&1E<V-R
M:7!T:6]N.@H@("`@+2!!('1R:79I86P@=&5S="!M;V1U;&4L('1H:7,@;6]D
M=6QE(&%L=V%Y<R!R971U<FYS($,H<&]N9RD@;VX@<W5C8V5S<V9U;`H@("`@
M("!C;VYT86-T+B!)="!D;V5S(&YO="!M86ME('-E;G-E(&EN('!L87EB;V]K
M<RP@8G5T(&ET(&ES('5S969U;"!F<F]M"BT@("`@($,H+W5S<B]B:6XO86YS
M:6)L92D**R`@("`@0RA`4%)%1DE80"]B:6XO86YS:6)L92D*(&]P=&EO;G,Z
M('M]"B!A=71H;W(Z($UI8VAA96P@1&5(86%N"B`G)R<*````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````86YS:6)L92]P871C
M:&5S+W!A=&-H+6QI8G)A<GE?<WES=&5M7W-E='5P````````````````````
M`````````````````````````````````````````````````````````#`Q
M,#`V-#0`,#`P,#`P,``P,#`P,#`P`#`P,#`P,#`R,C4Q`#$R,C(Q,#,S-#(R
M`#`P,C`R-#$`,```````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````!U<W1A<B`@`')O;W0`````````````````
M````````````````````=VAE96P`````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````D3F5T0E-$)`H*+2TM(&QI8G)A<GDO<WES=&5M+W-E='5P+F]R:6<)
M,C`Q,RTP.2TQ.2`Q-CHP.#HT-2XP,#`P,#`P,#`@*S`P,#`**RLK(&QI8G)A
M<GDO<WES=&5M+W-E='5P"D!`("TU-RPW("LU-RPW($!`(&]P=&EO;G,Z"B!D
M97-C<FEP=&EO;CH*("`@("`@+2!4:&ES(&UO9'5L92!I<R!A=71O;6%T:6-A
M;&QY(&-A;&QE9"!B>2!P;&%Y8F]O:W,@=&\@9V%T:&5R('5S969U;`H@("`@
M("`@('9A<FEA8FQE<R!A8F]U="!R96UO=&4@:&]S=',@=&AA="!C86X@8F4@
M=7-E9"!I;B!P;&%Y8F]O:W,N($ET(&-A;B!A;'-O(&)E"BT@("`@("`@97AE
M8W5T960@9&ER96-T;'D@8GD@0R@O=7-R+V)I;B]A;G-I8FQE*2!T;R!C:&5C
M:R!W:&%T('9A<FEA8FQE<R!A<F4**R`@("`@("!E>&5C=71E9"!D:7)E8W1L
M>2!B>2!#*$!04D5&25A`+V)I;B]A;G-I8FQE*2!T;R!C:&5C:R!W:&%T('9A
M<FEA8FQE<R!A<F4*("`@("`@("!A=F%I;&%B;&4@=&\@82!H;W-T+B!!;G-I
M8FQE('!R;W9I9&5S(&UA;GD@22AF86-T<RD@86)O=70@=&AE('-Y<W1E;2P*
M("`@("`@("!A=71O;6%T:6-A;&QY+@H@;F]T97,Z"D!`("TQ,C<L-R`K,3(W
M+#<@0$`@8VQA<W,@1F%C=',H;V)J96-T*3H*("`@("`@("`@("`@("`@("`@
M>R`G<&%T:"<@.B`G+W5S<B]S8FEN+W5R<&UI)RP@("`@("`G;F%M92<@.B`G
M=7)P;6DG('TL"B`@("`@("`@("`@("`@("`@('L@)W!A=&@G(#H@)R]U<W(O
M8FEN+W!A8VUA;B<L("`@("`@)VYA;64G(#H@)W!A8VUA;B<@?2P*("`@("`@
M("`@("`@("`@("`@>R`G<&%T:"<@.B`G+V)I;B]O<&MG)RP@("`@("`@("`@
M("`G;F%M92<@.B`G;W!K9R<@?2P*+2`@("`@("`@("`@("`@("`@>R`G<&%T
M:"<@.B`G+V]P="]L;V-A;"]B:6XO<&MG:6XG+"`G;F%M92<@.B`G<&MG:6XG
M('TL"BL@("`@("`@("`@("`@("`@('L@)W!A=&@G(#H@)T!,3T-!3$)!4T5`
M+V)I;B]P:V=I;B<L("=N86UE)R`Z("=P:V=I;B<@?2P*("`@("`@("`@("`@
M("`@("`@>R`G<&%T:"<@.B`G+V]P="]L;V-A;"]B:6XO<&]R="<L("`G;F%M
M92<@.B`G;6%C<&]R=',G('TL"B`@("`@("`@("`@("`@("`@('L@)W!A=&@G
M(#H@)R]S8FEN+V%P:R<L("`@("`@("`@("`@)VYA;64G(#H@)V%P:R<@?2P*
M("`@("`@("`@("`@("`@("`@>R`G<&%T:"<@.B`G+W5S<B]S8FEN+W!K9R<L
M("`@("`@("`G;F%M92<@.B`G<&MG;F<G('TL"@``````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````!A;G-I8FQE+TUA:V5F:6QE````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````,#$P,#8T-``P,#`P,#`P`#`P,#`P,#``
M,#`P,#`P,#4R-#$`,3(R,C$P,S0P-#``,#`Q,C<T,0`P````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````````'5S
M=&%R("``<F]O=`````````````````````````````````````!W:&5E;```
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````",@)$YE=$)31#H@36%K969I
M;&4L=B`Q+C<@,C`Q,R\P-"\Q,R`Q-SHU,3HU-R!R:7H@17AP("0*(PH*1$E3
M5$Y!344]"7)E;&5A<V4Q+C,N,@I02T=.04U%/0EA;G-I8FQE+3$N,RXR"D-!
M5$5'3U))15,]"7-Y<W5T:6QS"DU!4U1%4E]3251%4ST):'1T<',Z+R]G:71H
M=6(N8V]M+V%N<VEB;&4O86YS:6)L92]A<F-H:79E+PH*34%)3E1!24Y%4CT)
M<&MG<W)C+75S97)S0$YE=$)31"YO<F<*2$]-15!!1T4]"6AT='`Z+R]A;G-I
M8FQE+F-C+PI#3TU-14Y4/0E34T@M8F%S960@8V]N9FEG=7)A=&EO;B!M86YA
M9V5M96YT+"!D97!L;WEM96YT+"!A;F0@=&%S:R!E>&5C=71I;VX*3$E#14Y3
M13T)9VYU+6=P;"UV,PH*14=$25(]"0DD>U!2149)6'TO<VAA<F4O97AA;7!L
M97,O86YS:6)L90H*(U5315],04Y'54%'15,]"2,@;F]N90I54T5?5$]/3%,K
M/0EG;6%K90H*5U)+4U)#/0D))'M74DM$25)]+V%N<VEB;&4M<F5L96%S93$N
M,RXR"@I354)35%]#3$%34T53*ST)"7!R969I>`I354)35%]35$%'12YP<F5F
M:7@]"7!R92UC;VYF:6=U<F4*4U5"4U1?1DE,15,N<')E9FEX/0E<"@D)"61O
M8W,O;6%N+VUA;C$O86YS:6)L92UP;&%Y8F]O:RXQ(%P*"0D)9&]C<R]M86XO
M;6%N,2]A;G-I8FQE+C$@7`H)"0EE>&%M<&QE<R]A;G-I8FQE+F-F9R!<"@D)
M"6QI8B]A;G-I8FQE+V-O;G-T86YT<RYP>2!<"@D)"6QI8G)A<GDO8VQO=60O
M=FER="!<"@D)"6QI8G)A<GDO<&%C:V%G:6YG+WEU;2!<"@D)"6QI8G)A<GDO
M<WES=&5M+W!I;F<@7`H)"0EL:6)R87)Y+W-Y<W1E;2]S971U<`I354)35%]3
M140N<')E9FEX/0DM92`B<RQ`4%)%1DE80"PD>U!2149)6'TL(@I354)35%]3
M140N<')E9FEX*ST)+64@(G,L0%!+1U]365-#3TY&1$E20"PD>U!+1U]365-#
M3TY&1$E2?2PB"@I354)35%]#3$%34T53*ST)"6QO8V%L8F%S90I354)35%]3
M5$%'12YL;V-A;&)A<V4]"7!R92UC;VYF:6=U<F4*4U5"4U1?1DE,15,N;&]C
M86QB87-E/0E<"@D)"6QI8B]A;G-I8FQE+V-A;&QB86-K<RYP>2!<"@D)"6QI
M8G)A<GDO8V]M;6%N9',O<F%W(%P*"0D);&EB<F%R>2]C;&]U9"]V:7)T(%P*
M"0D);&EB<F%R>2]D871A8F%S92]M>7-Q;%]D8B!<"@D)"6QI8G)A<GDO;F5T
M=V]R:R]S;'5R<"!<"@D)"6QI8G)A<GDO<&%C:V%G:6YG+W!K9VEN(%P*"0D)
M;&EB<F%R>2]S>7-T96TO<V5T=7`*4U5"4U1?4T5$+FQO8V%L8F%S93T)+64@
M(G,L0$Q/0T%,0D%314`L)'M,3T-!3$)!4T5]+"(*"E-50E-47T-,05-315,K
M/0D)<'ET:&]N8FEN"E-50E-47U-404=%+G!Y=&AO;F)I;CT)<')E+6-O;F9I
M9W5R90I354)35%]&24Q%4RYP>71H;VYB:6X]"4UA:V5F:6QE"E-50E-47T9)
M3$53+G!Y=&AO;F)I;CT)+64@(G,L0%!95$A/3D))3D`L)'M0651(3TY"24Y]
M+"(*"DU!3E!!1T53/0EA;G-I8FQE+61O8RXQ(&%N<VEB;&4M<'5L;"XQ(&%N
M<VEB;&4M<&QA>6)O;VLN,2!A;G-I8FQE+C$*"D1%4$5.1%,K/0D))'M065!+
M1U!2149)6'TM>6%M;"U;,"TY72HZ+BXO+BXO=&5X='!R;V,O<'DM>6%M;`I$
M15!%3D13*ST)"21[4%E02T=04D5&25A]+7!A<F%M:6MO+5LP+3E=*CHN+B\N
M+B]S96-U<FET>2]P>2UP87)A;6EK;PI$15!%3D13*ST)"21[4%E02T=04D5&
M25A]+6II;FIA,BU;,"TY72HZ+BXO+BXO=&5X='!R;V,O<'DM:FEN:F$R"@I)
M3E-404Q,051)3TY?1$E24RL]"6)I;B`D>U!+1TU!3D1)4GTO;6%N,2`D>U!+
M1TU!3D1)4GTO;6%N,PI)3E-404Q,051)3TY?1$E24RL]"21[4$M'7U-94T-/
M3D9$25)]+V%N<VEB;&4@)'M%1T1)4GTO<&QA>6)O;VMS"@I#2$5#2U])3E1%
M4E!2151%4E]32TE0/0ES:&%R92]A;G-I8FQE+RH*"G!R92UI;G-T86QL.@H)
M9FEN9"`D>U=22U-20WT@+6YA;64@7"HN;W)I9R`M97AE8R!R;2![?2!<.PH*
M<&]S="UI;G-T86QL.@HN9F]R(&8@:6X@)'M-04Y004=%4WT*"21[24Y35$%,
M3%]-04Y]("1[5U)+4U)#?2]D;V-S+VUA;B]M86XQ+R1[9GT@7`H)("`@("1[
M1$535$1)4GTD>U!2149)6'TO)'M02T=-04Y$25)]+VUA;C$O"BYE;F1F;W(*
M(PDD>TE.4U1!3$Q?34%.?2`D>U=22U-20WTO9&]C<R]M86XO;6%N,R\J(%P*
M(PD@("`@)'M$15-41$E2?21[4%)%1DE8?2\D>U!+1TU!3D1)4GTO;6%N,R\*
M+F9O<B!F(&EN(&%N<VEB;&4N8V9G(&AO<W1S"@DD>TE.4U1!3$Q?1$%407T@
M)'M74DM34D-]+V5X86UP;&5S+R1[9GT@7`H)("`@("1[1$535$1)4GTO)'M%
M1T1)4GT*+F5N9&9O<@H))'M)3E-404Q,7T1!5$%?1$E2?2`D>T1%4U1$25)]
M+R1[14=$25)]+W!L87EB;V]K<PHC"69O<B!F(&EN("1[5U)+4U)#?2]E>&%M
M<&QE<R]P;&%Y8F]O:W,O*BYY;6P[(&1O(%P*(PD))'M)3E-404Q,7T1!5$%]
M("0D9B`D>T1%4U1$25)]+R1[14=$25)]+W!L87EB;V]K<SL@7`HC"61O;F4*
M(RYF;W(@9B!I;B!F:6QT97)?<&QU9VEN<R!H86YD;&5R<R!T87-K<R!T96UP
M;&%T97,@=F%R<PHC"21[24Y35$%,3%]$051!7T1)4GT@)'M$15-41$E2?2\D
M>T5'1$E2?2]P;&%Y8F]O:W,O)'MF?0HC"69O<B!G(&EN("1[5U)+4U)#?2]E
M>&%M<&QE<R]P;&%Y8F]O:W,O)'MF?2\J.R!D;R!<"B,)("`@("1[24Y35$%,
M3%]$051!?2`D)&<@)'M$15-41$E2?2\D>T5'1$E2?2]P;&%Y8F]O:W,O)'MF
M?3L@7`HC"61O;F4*(RYE;F1F;W(*"BYI;F-L=61E("(N+B\N+B]L86YG+W!Y
M=&AO;B]A<'!L:6-A=&EO;BYM:R(*+FEN8VQU9&4@(BXN+RXN+VQA;F<O<'ET
M:&]N+V1I<W1U=&EL<RYM:R(*+FEN8VQU9&4@(BXN+RXN+VUK+V)S9"YP:V<N
M;6LB"@``````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````````````````````````````````````&%N<VEB
M;&4O1$530U(`````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M```````P,3`P-C0T`#`P,#`P,#``,#`P,#`P,``P,#`P,#`P,#4Q,P`Q,C$T
M-#4P-#$W-@`P,#$R,3`Q`#``````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````=7-T87(@(`!R;V]T````````
M`````````````````````````````'=H965L````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````06YS:6)L92!I<R!A(')A9&EC86QL>2!S:6UP;&4@;6]D
M96PM9')I=F5N(&-O;F9I9W5R871I;VX@;6%N86=E;65N="P*;75L=&DM;F]D
M92!D97!L;WEM96YT+"!A;F0@<F5M;W1E('1A<VL@97AE8W5T:6]N('-Y<W1E
M;2X@06YS:6)L92!W;W)K<PIO=F5R(%-32"!A;F0@9&]E<R!N;W0@<F5Q=6ER
M92!A;GD@<V]F='=A<F4@;W(@9&%E;6]N<R!T;R!B92!I;G-T86QL960*;VX@
M<F5M;W1E(&YO9&5S+B!%>'1E;G-I;VX@;6]D=6QE<R!C86X@8F4@=W)I='1E
M;B!I;B!A;GD@;&%N9W5A9V4@86YD"F%R92!T<F%N<V9E<G)E9"!T;R!M86YA
M9V5D(&UA8VAI;F5S(&%U=&]M871I8V%L;'DN"@``````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M``````````````````````````````````````!A;G-I8FQE+V1I<W1I;F9O
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````,#$P,#8T
M-``P,#`P,#`P`#`P,#`P,#``,#`P,#`P,#(Q,S0`,3(R,C$P,S0Q-#4`,#`Q
M,S`T-P`P````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````````````````'5S=&%R("``<F]O=```````````````````````
M``````````````!W:&5E;```````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`"1.971"4T0Z(&1I<W1I;F9O+'8@,2XT(#(P,3,O,#0O,3,@,3<Z-3$Z-3<@
M<FEZ($5X<"`D"@I32$$Q("AR96QE87-E,2XS+C(N=&%R+F=Z*2`](#=D,S!F
M-#8Q-3<Y-V0Q-30S-3(P8SEF.6-E8CAF868X9#(P8S4T8V(*4DU$,38P("AR
M96QE87-E,2XS+C(N=&%R+F=Z*2`](#0P934X9#!C,3!D968W93!E-S!E-3`Y
M9C0X-C-C,3AD93AE,&$U,&,*4VEZ92`H<F5L96%S93$N,RXR+G1A<BYG>BD@
M/2`X-C<W,34@8GET97,*4TA!,2`H<&%T8V@M9&]C<U]M86Y?;6%N,5]A;G-I
M8FQE+7!L87EB;V]K+C$I(#T@9&(Q,F1D9#DS8V$Y93@Q,S8V-C8S93-E-SEB
M-6(R,C$Y,S0R,F1F.0I32$$Q("AP871C:"UD;V-S7VUA;E]M86XQ7V%N<VEB
M;&4N,2D@/2`Y.61A8F,R,6(X8V,P86(R.#1B9#`X.#$Q.#DQ8C%B.#`V93=B
M-64R"E-(03$@*'!A=&-H+65X86UP;&5S7V%N<VEB;&4N8V9G*2`](#DY9#AE
M.&-D864V830S,C8W-#5D.3,P9&1F-F$P,&0W-S$Y-68R9C0*4TA!,2`H<&%T
M8V@M;&EB7V%N<VEB;&5?8V%L;&)A8VMS+G!Y*2`](#,X.68R-F,T,C`W9#$P
M.#!F96%C864X93@V9#4X9C=C-#5A.3,T,C8*4TA!,2`H<&%T8V@M;&EB7V%N
M<VEB;&5?8V]N<W1A;G1S+G!Y*2`](#4V8C,Y-S)D9&8U,6)D-6)B-&$V,#@Y
M,C5B9C0R9#DW-3,V,6(U8V(*4TA!,2`H<&%T8V@M;&EB<F%R>5]C;&]U9%]V
M:7)T*2`](&4Q-V(T,S0X8SEC8S(W8C0P,S-D-S0X8C0T-61B-F4Y9C9E9#,P
M,C0*4TA!,2`H<&%T8V@M;&EB<F%R>5]D871A8F%S95]M>7-Q;%]?9&(I(#T@
M-F0X,V(S-#`V,34R-61E83@R,3AE8S4R864U96(R.#`R,V,Q-#5E-0I32$$Q
M("AP871C:"UL:6)R87)Y7W!A8VMA9VEN9U]P:V=I;BD@/2!A861D,#EA8V4Y
M.65D961E,S4Y,3<W86%F9#EF,#(W-SEB938U-C<T"E-(03$@*'!A=&-H+6QI
M8G)A<GE?<&%C:V%G:6YG7WEU;2D@/2`R8S0Q,V4T,&$Y.#0W,CAB-S!A860X
M9C`Q.6,V9&0R,&(W.60Y9C4Q"E-(03$@*'!A=&-H+6QI8G)A<GE?<WES=&5M
M7W!I;F<I(#T@83@T93DS860R.60T8SDX-C!A-F8T9C$X9#DP-#`Y-&1E,S4Y
M8S,Q.`I32$$Q("AP871C:"UL:6)R87)Y7W-Y<W1E;5]S971U<"D@/2`V-&5B
M,F8R-V9E-&0Q93-F,F0T.6,V-6,T9C(U93(P,#DW,F5B,S$R"@``````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M`````````&%N<VEB;&4O4$Q)4U0`````````````````````````````````
M````````````````````````````````````````````````````````````
M```````````````````````P,3`P-C0T`#`P,#`P,#``,#`P,#`P,``P,#`P
M,#`S,C0R-0`Q,C(P,#,P,#`S,``P,#$R,3$S`#``````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````=7-T87(@
M(`!R;V]T`````````````````````````````````````'=H965L````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````0&-O;6UE;G0@)$YE=$)31"0*8FEN
M+V%N<VEB;&4*8FEN+V%N<VEB;&4M9&]C"F)I;B]A;G-I8FQE+7!L87EB;V]K
M"F)I;B]A;G-I8FQE+7!U;&P*)'M065-)5$5,24)]+R1[4$M'3D%-17TM<'DR
M+C<N96=G+6EN9F\*)'M065-)5$5,24)]+V%N<VEB;&4O7U]I;FET7U\N<'D*
M)'M065-)5$5,24)]+V%N<VEB;&4O7U]I;FET7U\N<'EC"B1[4%E3251%3$E"
M?2]A;G-I8FQE+U]?:6YI=%]?+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]C
M86QL8F%C:U]P;'5G:6YS+U]?:6YI=%]?+G!Y"B1[4%E3251%3$E"?2]A;G-I
M8FQE+V-A;&QB86-K7W!L=6=I;G,O7U]I;FET7U\N<'EC"B1[4%E3251%3$E"
M?2]A;G-I8FQE+V-A;&QB86-K7W!L=6=I;G,O7U]I;FET7U\N<'EO"B1[4%E3
M251%3$E"?2]A;G-I8FQE+V-A;&QB86-K7W!L=6=I;G,O;F]O<"YP>0HD>U!9
M4TE414Q)0GTO86YS:6)L92]C86QL8F%C:U]P;'5G:6YS+VYO;W`N<'EC"B1[
M4%E3251%3$E"?2]A;G-I8FQE+V-A;&QB86-K7W!L=6=I;G,O;F]O<"YP>6\*
M)'M065-)5$5,24)]+V%N<VEB;&4O8V%L;&)A8VMS+G!Y"B1[4%E3251%3$E"
M?2]A;G-I8FQE+V-A;&QB86-K<RYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O
M8V%L;&)A8VMS+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]C;VQO<BYP>0HD
M>U!94TE414Q)0GTO86YS:6)L92]C;VQO<BYP>6,*)'M065-)5$5,24)]+V%N
M<VEB;&4O8V]L;W(N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+V-O;G-T86YT
M<RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]C;VYS=&%N=',N<'EC"B1[4%E3
M251%3$E"?2]A;G-I8FQE+V-O;G-T86YT<RYP>6\*)'M065-)5$5,24)]+V%N
M<VEB;&4O97)R;W)S+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+V5R<F]R<RYP
M>6,*)'M065-)5$5,24)]+V%N<VEB;&4O97)R;W)S+G!Y;PHD>U!94TE414Q)
M0GTO86YS:6)L92]I;G9E;G1O<GDO7U]I;FET7U\N<'D*)'M065-)5$5,24)]
M+V%N<VEB;&4O:6YV96YT;W)Y+U]?:6YI=%]?+G!Y8PHD>U!94TE414Q)0GTO
M86YS:6)L92]I;G9E;G1O<GDO7U]I;FET7U\N<'EO"B1[4%E3251%3$E"?2]A
M;G-I8FQE+VEN=F5N=&]R>2]D:7(N<'D*)'M065-)5$5,24)]+V%N<VEB;&4O
M:6YV96YT;W)Y+V1I<BYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O:6YV96YT
M;W)Y+V1I<BYP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O:6YV96YT;W)Y+V5X
M<&%N9%]H;W-T<RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]I;G9E;G1O<GDO
M97AP86YD7VAO<W1S+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]I;G9E;G1O
M<GDO97AP86YD7VAO<W1S+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]I;G9E
M;G1O<GDO9W)O=7`N<'D*)'M065-)5$5,24)]+V%N<VEB;&4O:6YV96YT;W)Y
M+V=R;W5P+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]I;G9E;G1O<GDO9W)O
M=7`N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]H;W-T+G!Y
M"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]H;W-T+G!Y8PHD>U!9
M4TE414Q)0GTO86YS:6)L92]I;G9E;G1O<GDO:&]S="YP>6\*)'M065-)5$5,
M24)]+V%N<VEB;&4O:6YV96YT;W)Y+VEN:2YP>0HD>U!94TE414Q)0GTO86YS
M:6)L92]I;G9E;G1O<GDO:6YI+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]I
M;G9E;G1O<GDO:6YI+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]I;G9E;G1O
M<GDO<V-R:7!T+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]S
M8W)I<'0N<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]S8W)I
M<'0N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]V87)S7W!L
M=6=I;G,O7U]I;FET7U\N<'D*)'M065-)5$5,24)]+V%N<VEB;&4O:6YV96YT
M;W)Y+W9A<G-?<&QU9VEN<R]?7VEN:71?7RYP>6,*)'M065-)5$5,24)]+V%N
M<VEB;&4O:6YV96YT;W)Y+W9A<G-?<&QU9VEN<R]?7VEN:71?7RYP>6\*)'M0
M65-)5$5,24)]+V%N<VEB;&4O:6YV96YT;W)Y+W9A<G-?<&QU9VEN<R]G<F]U
M<%]V87)S+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+VEN=F5N=&]R>2]V87)S
M7W!L=6=I;G,O9W)O=7!?=F%R<RYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O
M:6YV96YT;W)Y+W9A<G-?<&QU9VEN<R]G<F]U<%]V87)S+G!Y;PHD>U!94TE4
M14Q)0GTO86YS:6)L92]M;V1U;&5?8V]M;6]N+G!Y"B1[4%E3251%3$E"?2]A
M;G-I8FQE+VUO9'5L95]C;VUM;VXN<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE
M+VUO9'5L95]C;VUM;VXN<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W!L87EB
M;V]K+U]?:6YI=%]?+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W!L87EB;V]K
M+U]?:6YI=%]?+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]P;&%Y8F]O:R]?
M7VEN:71?7RYP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<&QA>6)O;VLO<&QA
M>2YP>0HD>U!94TE414Q)0GTO86YS:6)L92]P;&%Y8F]O:R]P;&%Y+G!Y8PHD
M>U!94TE414Q)0GTO86YS:6)L92]P;&%Y8F]O:R]P;&%Y+G!Y;PHD>U!94TE4
M14Q)0GTO86YS:6)L92]P;&%Y8F]O:R]T87-K+G!Y"B1[4%E3251%3$E"?2]A
M;G-I8FQE+W!L87EB;V]K+W1A<VLN<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE
M+W!L87EB;V]K+W1A<VLN<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE
M<B]?7VEN:71?7RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O7U]I
M;FET7U\N<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]?7VEN:71?
M7RYP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G
M:6YS+U]?:6YI=%]?+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A
M8W1I;VY?<&QU9VEN<R]?7VEN:71?7RYP>6,*)'M065-)5$5,24)]+V%N<VEB
M;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+U]?:6YI=%]?+G!Y;PHD>U!94TE4
M14Q)0GTO86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O861D7VAO<W0N
M<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS
M+V%D9%]H;W-T+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O86-T
M:6]N7W!L=6=I;G,O861D7VAO<W0N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE
M+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]A<WEN8RYP>0HD>U!94TE414Q)0GTO
M86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O87-Y;F,N<'EC"B1[4%E3
M251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]A<WEN8RYP
M>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS
M+V-O<'DN<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P
M;'5G:6YS+V-O<'DN<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A
M8W1I;VY?<&QU9VEN<R]C;W!Y+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R
M=6YN97(O86-T:6]N7W!L=6=I;G,O9&5B=6<N<'D*)'M065-)5$5,24)]+V%N
M<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+V1E8G5G+G!Y8PHD>U!94TE4
M14Q)0GTO86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O9&5B=6<N<'EO
M"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]F
M86EL+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU
M9VEN<R]F86EL+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O86-T
M:6]N7W!L=6=I;G,O9F%I;"YP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N
M;F5R+V%C=&EO;E]P;'5G:6YS+V9E=&-H+G!Y"B1[4%E3251%3$E"?2]A;G-I
M8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]F971C:"YP>6,*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+V9E=&-H+G!Y;PHD
M>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O9W)O
M=7!?8GDN<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P
M;'5G:6YS+V=R;W5P7V)Y+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN
M97(O86-T:6]N7W!L=6=I;G,O9W)O=7!?8GDN<'EO"B1[4%E3251%3$E"?2]A
M;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]N;W)M86PN<'D*)'M065-)
M5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+VYO<FUA;"YP
M>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS
M+VYO<FUA;"YP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO
M;E]P;'5G:6YS+W!A=7-E+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE
M<B]A8W1I;VY?<&QU9VEN<R]P875S92YP>6,*)'M065-)5$5,24)]+V%N<VEB
M;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+W!A=7-E+G!Y;PHD>U!94TE414Q)
M0GTO86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O<F%W+G!Y"B1[4%E3
M251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]R87<N<'EC
M"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]R
M87<N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU
M9VEN<R]S8W)I<'0N<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C
M=&EO;E]P;'5G:6YS+W-C<FEP="YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O
M<G5N;F5R+V%C=&EO;E]P;'5G:6YS+W-C<FEP="YP>6\*)'M065-)5$5,24)]
M+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+W-E=%]F86-T+G!Y"B1[
M4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]A8W1I;VY?<&QU9VEN<R]S971?
M9F%C="YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V%C=&EO;E]P
M;'5G:6YS+W-E=%]F86-T+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN
M97(O86-T:6]N7W!L=6=I;G,O=&5M<&QA=&4N<'D*)'M065-)5$5,24)]+V%N
M<VEB;&4O<G5N;F5R+V%C=&EO;E]P;'5G:6YS+W1E;7!L871E+G!Y8PHD>U!9
M4TE414Q)0GTO86YS:6)L92]R=6YN97(O86-T:6]N7W!L=6=I;G,O=&5M<&QA
M=&4N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]C;VYN96-T:6]N
M+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]C;VYN96-T:6]N+G!Y
M8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C=&EO;BYP>6\*
M)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V-O;FYE8W1I;VY?<&QU9VEN
M<R]?7VEN:71?7RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N
M;F5C=&EO;E]P;'5G:6YS+U]?:6YI=%]?+G!Y8PHD>U!94TE414Q)0GTO86YS
M:6)L92]R=6YN97(O8V]N;F5C=&EO;E]P;'5G:6YS+U]?:6YI=%]?+G!Y;PHD
M>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C=&EO;E]P;'5G:6YS
M+V-H<F]O="YP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C
M=&EO;E]P;'5G:6YS+V-H<F]O="YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O
M<G5N;F5R+V-O;FYE8W1I;VY?<&QU9VEN<R]C:')O;W0N<'EO"B1[4%E3251%
M3$E"?2]A;G-I8FQE+W)U;FYE<B]C;VYN96-T:6]N7W!L=6=I;G,O9FER96)A
M;&PN<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V-O;FYE8W1I;VY?
M<&QU9VEN<R]F:7)E8F%L;"YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N
M;F5R+V-O;FYE8W1I;VY?<&QU9VEN<R]F:7)E8F%L;"YP>6\*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+V-O;FYE8W1I;VY?<&QU9VEN<R]L;V-A;"YP
M>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C=&EO;E]P;'5G
M:6YS+VQO8V%L+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N
M;F5C=&EO;E]P;'5G:6YS+VQO8V%L+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L
M92]R=6YN97(O8V]N;F5C=&EO;E]P;'5G:6YS+W!A<F%M:6MO7W-S:"YP>0HD
M>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C=&EO;E]P;'5G:6YS
M+W!A<F%M:6MO7W-S:"YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R
M+V-O;FYE8W1I;VY?<&QU9VEN<R]P87)A;6EK;U]S<V@N<'EO"B1[4%E3251%
M3$E"?2]A;G-I8FQE+W)U;FYE<B]C;VYN96-T:6]N7W!L=6=I;G,O<W-H+G!Y
M"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]C;VYN96-T:6]N7W!L=6=I
M;G,O<W-H+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O8V]N;F5C
M=&EO;E]P;'5G:6YS+W-S:"YP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N
M;F5R+V9I;'1E<E]P;'5G:6YS+U]?:6YI=%]?+G!Y"B1[4%E3251%3$E"?2]A
M;G-I8FQE+W)U;FYE<B]F:6QT97)?<&QU9VEN<R]?7VEN:71?7RYP>6,*)'M0
M65-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+V9I;'1E<E]P;'5G:6YS+U]?:6YI
M=%]?+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O9FEL=&5R7W!L
M=6=I;G,O8V]R92YP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O9FEL
M=&5R7W!L=6=I;G,O8V]R92YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N
M;F5R+V9I;'1E<E]P;'5G:6YS+V-O<F4N<'EO"B1[4%E3251%3$E"?2]A;G-I
M8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]?7VEN:71?7RYP>0HD>U!94TE4
M14Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O7U]I;FET7U\N
M<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN
M<R]?7VEN:71?7RYP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO
M;VMU<%]P;'5G:6YS+V1N<W1X="YP>0HD>U!94TE414Q)0GTO86YS:6)L92]R
M=6YN97(O;&]O:W5P7W!L=6=I;G,O9&YS='AT+G!Y8PHD>U!94TE414Q)0GTO
M86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O9&YS='AT+G!Y;PHD>U!9
M4TE414Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O96YV+G!Y
M"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]E
M;G8N<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU
M9VEN<R]E;G8N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K
M=7!?<&QU9VEN<R]F:6QE+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE
M<B]L;V]K=7!?<&QU9VEN<R]F:6QE+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L
M92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O9FEL92YP>6\*)'M065-)5$5,24)]
M+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+V9I;&5G;&]B+G!Y"B1[
M4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]F:6QE
M9VQO8BYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P
M;'5G:6YS+V9I;&5G;&]B+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN
M97(O;&]O:W5P7W!L=6=I;G,O9FER<W1?9F]U;F0N<'D*)'M065-)5$5,24)]
M+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+V9I<G-T7V9O=6YD+G!Y
M8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O
M9FER<W1?9F]U;F0N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L
M;V]K=7!?<&QU9VEN<R]I=&5M<RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]R
M=6YN97(O;&]O:W5P7W!L=6=I;G,O:71E;7,N<'EC"B1[4%E3251%3$E"?2]A
M;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]I=&5M<RYP>6\*)'M065-)
M5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+VQI;F5S+G!Y
M"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]L
M:6YE<RYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P
M;'5G:6YS+VQI;F5S+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O
M;&]O:W5P7W!L=6=I;G,O;F5S=&5D+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE
M+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]N97-T960N<'EC"B1[4%E3251%3$E"
M?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]N97-T960N<'EO"B1[
M4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]P87-S
M=V]R9"YP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L
M=6=I;G,O<&%S<W=O<F0N<'EC"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE
M<B]L;V]K=7!?<&QU9VEN<R]P87-S=V]R9"YP>6\*)'M065-)5$5,24)]+V%N
M<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+W!I<&4N<'D*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+W!I<&4N<'EC"B1[
M4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]P:7!E
M+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I
M;G,O<F%N9&]M7V-H;VEC92YP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN
M97(O;&]O:W5P7W!L=6=I;G,O<F%N9&]M7V-H;VEC92YP>6,*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+W)A;F1O;5]C:&]I
M8V4N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU
M9VEN<R]R961I<U]K=BYP>0HD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O
M;&]O:W5P7W!L=6=I;G,O<F5D:7-?:W8N<'EC"B1[4%E3251%3$E"?2]A;G-I
M8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN<R]R961I<U]K=BYP>6\*)'M065-)
M5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+W-E<75E;F-E
M+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]L;V]K=7!?<&QU9VEN
M<R]S97%U96YC92YP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+VQO
M;VMU<%]P;'5G:6YS+W-E<75E;F-E+G!Y;PHD>U!94TE414Q)0GTO86YS:6)L
M92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O=&5M<&QA=&4N<'D*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+VQO;VMU<%]P;'5G:6YS+W1E;7!L871E+G!Y
M8PHD>U!94TE414Q)0GTO86YS:6)L92]R=6YN97(O;&]O:W5P7W!L=6=I;G,O
M=&5M<&QA=&4N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W)U;FYE<B]P;VQL
M97(N<'D*)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+W!O;&QE<BYP>6,*
M)'M065-)5$5,24)]+V%N<VEB;&4O<G5N;F5R+W!O;&QE<BYP>6\*)'M065-)
M5$5,24)]+V%N<VEB;&4O<G5N;F5R+W)E='5R;E]D871A+G!Y"B1[4%E3251%
M3$E"?2]A;G-I8FQE+W)U;FYE<B]R971U<FY?9&%T82YP>6,*)'M065-)5$5,
M24)]+V%N<VEB;&4O<G5N;F5R+W)E='5R;E]D871A+G!Y;PHD>U!94TE414Q)
M0GTO86YS:6)L92]U=&EL<R]?7VEN:71?7RYP>0HD>U!94TE414Q)0GTO86YS
M:6)L92]U=&EL<R]?7VEN:71?7RYP>6,*)'M065-)5$5,24)]+V%N<VEB;&4O
M=71I;',O7U]I;FET7U\N<'EO"B1[4%E3251%3$E"?2]A;G-I8FQE+W5T:6QS
M+VUO9'5L95]D;V-S+G!Y"B1[4%E3251%3$E"?2]A;G-I8FQE+W5T:6QS+VUO
M9'5L95]D;V-S+G!Y8PHD>U!94TE414Q)0GTO86YS:6)L92]U=&EL<R]M;V1U
M;&5?9&]C<RYP>6\*)'M065-)5$5,24)]+V%N<VEB;&4O=71I;',O<&QU9VEN
M<RYP>0HD>U!94TE414Q)0GTO86YS:6)L92]U=&EL<R]P;'5G:6YS+G!Y8PHD
M>U!94TE414Q)0GTO86YS:6)L92]U=&EL<R]P;'5G:6YS+G!Y;PHD>U!94TE4
M14Q)0GTO86YS:6)L92]U=&EL<R]T96UP;&%T92YP>0HD>U!94TE414Q)0GTO
M86YS:6)L92]U=&EL<R]T96UP;&%T92YP>6,*)'M065-)5$5,24)]+V%N<VEB
M;&4O=71I;',O=&5M<&QA=&4N<'EO"FUA;B]M86XQ+V%N<VEB;&4M9&]C+C$*
M;6%N+VUA;C$O86YS:6)L92UP;&%Y8F]O:RXQ"FUA;B]M86XQ+V%N<VEB;&4M
M<'5L;"XQ"FUA;B]M86XQ+V%N<VEB;&4N,0IS:&%R92]A;G-I8FQE+V-L;W5D
M+V-L;W5D9F]R;6%T:6]N"G-H87)E+V%N<VEB;&4O8VQO=60O96,R"G-H87)E
M+V%N<VEB;&4O8VQO=60O96,R7V5L8@IS:&%R92]A;G-I8FQE+V-L;W5D+V5C
M,E]F86-T<PIS:&%R92]A;G-I8FQE+V-L;W5D+V5C,E]V;VP*<VAA<F4O86YS
M:6)L92]C;&]U9"]G;&%N8V5?:6UA9V4*<VAA<F4O86YS:6)L92]C;&]U9"]K
M97ES=&]N95]U<V5R"G-H87)E+V%N<VEB;&4O8VQO=60O;F]V85]C;VUP=71E
M"G-H87)E+V%N<VEB;&4O8VQO=60O;F]V85]K97EP86ER"G-H87)E+V%N<VEB
M;&4O8VQO=60O<75A;G1U;5]F;&]A=&EN9U]I<`IS:&%R92]A;G-I8FQE+V-L
M;W5D+W%U86YT=6U?9FQO871I;F=?:7!?87-S;V-I871E"G-H87)E+V%N<VEB
M;&4O8VQO=60O<75A;G1U;5]N971W;W)K"G-H87)E+V%N<VEB;&4O8VQO=60O
M<75A;G1U;5]R;W5T97(*<VAA<F4O86YS:6)L92]C;&]U9"]Q=6%N='5M7W)O
M=71E<E]G871E=V%Y"G-H87)E+V%N<VEB;&4O8VQO=60O<75A;G1U;5]R;W5T
M97)?:6YT97)F86-E"G-H87)E+V%N<VEB;&4O8VQO=60O<75A;G1U;5]S=6)N
M970*<VAA<F4O86YS:6)L92]C;&]U9"]R87@*<VAA<F4O86YS:6)L92]C;&]U
M9"]S,PIS:&%R92]A;G-I8FQE+V-L;W5D+W9I<G0*<VAA<F4O86YS:6)L92]C
M;VUM86YD<R]C;VUM86YD"G-H87)E+V%N<VEB;&4O8V]M;6%N9',O<F%W"G-H
M87)E+V%N<VEB;&4O8V]M;6%N9',O<V-R:7!T"G-H87)E+V%N<VEB;&4O8V]M
M;6%N9',O<VAE;&P*<VAA<F4O86YS:6)L92]D871A8F%S92]M;VYG;V1B7W5S
M97(*<VAA<F4O86YS:6)L92]D871A8F%S92]M>7-Q;%]D8@IS:&%R92]A;G-I
M8FQE+V1A=&%B87-E+VUY<W%L7W5S97(*<VAA<F4O86YS:6)L92]D871A8F%S
M92]P;W-T9W)E<W%L7V1B"G-H87)E+V%N<VEB;&4O9&%T86)A<V4O<&]S=&=R
M97-Q;%]P<FEV<PIS:&%R92]A;G-I8FQE+V1A=&%B87-E+W!O<W1G<F5S<6Q?
M=7-E<@IS:&%R92]A;G-I8FQE+V1A=&%B87-E+W)I86L*<VAA<F4O86YS:6)L
M92]F:6QE<R]A<W-E;6)L90IS:&%R92]A;G-I8FQE+V9I;&5S+V-O<'D*<VAA
M<F4O86YS:6)L92]F:6QE<R]F971C:`IS:&%R92]A;G-I8FQE+V9I;&5S+V9I
M;&4*<VAA<F4O86YS:6)L92]F:6QE<R]I;FE?9FEL90IS:&%R92]A;G-I8FQE
M+V9I;&5S+VQI;F5I;F9I;&4*<VAA<F4O86YS:6)L92]F:6QE<R]T96UP;&%T
M90IS:&%R92]A;G-I8FQE+VEN=&5R;F%L+V%S>6YC7W-T871U<PIS:&%R92]A
M;G-I8FQE+VEN=&5R;F%L+V%S>6YC7W=R87!P97(*<VAA<F4O86YS:6)L92]I
M;G9E;G1O<GDO861D7VAO<W0*<VAA<F4O86YS:6)L92]I;G9E;G1O<GDO9W)O
M=7!?8GD*<VAA<F4O86YS:6)L92]M97-S86=I;F<O<F%B8FET;7%?<&%R86UE
M=&5R"G-H87)E+V%N<VEB;&4O;65S<V%G:6YG+W)A8F)I=&UQ7W!L=6=I;@IS
M:&%R92]A;G-I8FQE+VUE<W-A9VEN9R]R86)B:71M<5]U<V5R"G-H87)E+V%N
M<VEB;&4O;65S<V%G:6YG+W)A8F)I=&UQ7W9H;W-T"G-H87)E+V%N<VEB;&4O
M;6]N:71O<FEN9R]A:7)B<F%K95]D97!L;WEM96YT"G-H87)E+V%N<VEB;&4O
M;6]N:71O<FEN9R]M;VYI=`IS:&%R92]A;G-I8FQE+VUO;FET;W)I;F<O;F%G
M:6]S"G-H87)E+V%N<VEB;&4O;6]N:71O<FEN9R]N97=R96QI8U]D97!L;WEM
M96YT"G-H87)E+V%N<VEB;&4O;6]N:71O<FEN9R]P86=E<F1U='D*<VAA<F4O
M86YS:6)L92]M;VYI=&]R:6YG+W!I;F=D;VT*<VAA<F4O86YS:6)L92]N971?
M:6YF<F%S=')U8W1U<F4O8FEG:7!?<&]O;`IS:&%R92]A;G-I8FQE+VYE=%]I
M;F9R87-T<G5C='5R92]N971S8V%L97(*<VAA<F4O86YS:6)L92]N971W;W)K
M+V=E=%]U<FP*<VAA<F4O86YS:6)L92]N971W;W)K+W-L=7)P"G-H87)E+V%N
M<VEB;&4O;F5T=V]R:R]U<FD*<VAA<F4O86YS:6)L92]N;W1I9FEC871I;VXO
M8V%M<&9I<F4*<VAA<F4O86YS:6)L92]N;W1I9FEC871I;VXO9FQO=V1O8VL*
M<VAA<F4O86YS:6)L92]N;W1I9FEC871I;VXO:&EP8VAA=`IS:&%R92]A;G-I
M8FQE+VYO=&EF:6-A=&EO;B]I<F,*<VAA<F4O86YS:6)L92]N;W1I9FEC871I
M;VXO:F%B8F5R"G-H87)E+V%N<VEB;&4O;F]T:69I8V%T:6]N+VUA:6P*<VAA
M<F4O86YS:6)L92]N;W1I9FEC871I;VXO;7%T=`IS:&%R92]A;G-I8FQE+VYO
M=&EF:6-A=&EO;B]O<WA?<V%Y"G-H87)E+V%N<VEB;&4O<&%C:V%G:6YG+V%P
M=`IS:&%R92]A;G-I8FQE+W!A8VMA9VEN9R]A<'1?:V5Y"G-H87)E+V%N<VEB
M;&4O<&%C:V%G:6YG+V%P=%]R97!O<VET;W)Y"G-H87)E+V%N<VEB;&4O<&%C
M:V%G:6YG+V5A<WE?:6YS=&%L;`IS:&%R92]A;G-I8FQE+W!A8VMA9VEN9R]G
M96T*<VAA<F4O86YS:6)L92]P86-K86=I;F<O:&]M96)R97<*<VAA<F4O86YS
M:6)L92]P86-K86=I;F<O;6%C<&]R=',*<VAA<F4O86YS:6)L92]P86-K86=I
M;F<O;G!M"G-H87)E+V%N<VEB;&4O<&%C:V%G:6YG+V]P96YB<V1?<&MG"G-H
M87)E+V%N<VEB;&4O<&%C:V%G:6YG+V]P:V<*<VAA<F4O86YS:6)L92]P86-K
M86=I;F<O<&%C;6%N"G-H87)E+V%N<VEB;&4O<&%C:V%G:6YG+W!I<`IS:&%R
M92]A;G-I8FQE+W!A8VMA9VEN9R]P:V=I;@IS:&%R92]A;G-I8FQE+W!A8VMA
M9VEN9R]P:V=N9PIS:&%R92]A;G-I8FQE+W!A8VMA9VEN9R]R961H871?<W5B
M<V-R:7!T:6]N"G-H87)E+V%N<VEB;&4O<&%C:V%G:6YG+W)H;E]C:&%N;F5L
M"G-H87)E+V%N<VEB;&4O<&%C:V%G:6YG+W)H;E]R96=I<W1E<@IS:&%R92]A
M;G-I8FQE+W!A8VMA9VEN9R]S=G(T<&MG"G-H87)E+V%N<VEB;&4O<&%C:V%G
M:6YG+WEU;0IS:&%R92]A;G-I8FQE+W!A8VMA9VEN9R]Z>7!P97(*<VAA<F4O
M86YS:6)L92]S;W5R8V5?8V]N=')O;"]B>G(*<VAA<F4O86YS:6)L92]S;W5R
M8V5?8V]N=')O;"]G:70*<VAA<F4O86YS:6)L92]S;W5R8V5?8V]N=')O;"]H
M9PIS:&%R92]A;G-I8FQE+W-O=7)C95]C;VYT<F]L+W-U8G9E<G-I;VX*<VAA
M<F4O86YS:6)L92]S>7-T96TO875T:&]R:7IE9%]K97D*<VAA<F4O86YS:6)L
M92]S>7-T96TO8W)O;@IS:&%R92]A;G-I8FQE+W-Y<W1E;2]F86-T97(*<VAA
M<F4O86YS:6)L92]S>7-T96TO9FEL97-Y<W1E;0IS:&%R92]A;G-I8FQE+W-Y
M<W1E;2]G<F]U<`IS:&%R92]A;G-I8FQE+W-Y<W1E;2]L=F<*<VAA<F4O86YS
M:6)L92]S>7-T96TO;'9O;`IS:&%R92]A;G-I8FQE+W-Y<W1E;2]M;W5N=`IS
M:&%R92]A;G-I8FQE+W-Y<W1E;2]O:&%I"G-H87)E+V%N<VEB;&4O<WES=&5M
M+W!I;F<*<VAA<F4O86YS:6)L92]S>7-T96TO<V5B;V]L96%N"G-H87)E+V%N
M<VEB;&4O<WES=&5M+W-E;&EN=7@*<VAA<F4O86YS:6)L92]S>7-T96TO<V5R
M=FEC90IS:&%R92]A;G-I8FQE+W-Y<W1E;2]S971U<`IS:&%R92]A;G-I8FQE
M+W-Y<W1E;2]S>7-C=&P*<VAA<F4O86YS:6)L92]S>7-T96TO=7-E<@IS:&%R
M92]A;G-I8FQE+W-Y<W1E;2]Z9G,*<VAA<F4O86YS:6)L92]U=&EL:71I97,O
M9&5B=6<*<VAA<F4O86YS:6)L92]U=&EL:71I97,O9F%I;`IS:&%R92]A;G-I
M8FQE+W5T:6QI=&EE<R]F:7)E8F%L;`IS:&%R92]A;G-I8FQE+W5T:6QI=&EE
M<R]P875S90IS:&%R92]A;G-I8FQE+W5T:6QI=&EE<R]S971?9F%C=`IS:&%R
M92]A;G-I8FQE+W5T:6QI=&EE<R]W86ET7V9O<@IS:&%R92]A;G-I8FQE+W=E
M8E]I;F9R87-T<G5C='5R92]D:F%N9V]?;6%N86=E"G-H87)E+V%N<VEB;&4O
M=V5B7VEN9G)A<W1R=6-T=7)E+W-U<&5R=FES;W)C=&P*<VAA<F4O97AA;7!L
M97,O86YS:6)L92]A;G-I8FQE+F-F9PIS:&%R92]E>&%M<&QE<R]A;G-I8FQE
M+VAO<W1S"D!P:V=D:7(@<VAA<F4O97AA;7!L97,O86YS:6)L92]P;&%Y8F]O
M:W,*0'!K9V1I<B!E=&,O86YS:6)L90H`````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
C````````````````````````````````````````````````
`
end
--- ansible-1.3.2.tar.uue ends here ---
Home |
Main Index |
Thread Index |
Old Index