How do I use the flash file system driver on a AM29F160DB bi

I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios to
access floppies.

I am not sure which flash file system driver I could use or how to set it up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Thanks,

John Eddy

“John Eddy” <john.h.eddy@lmco.com> wrote in message
news:bb3be8$h2u$1@inn.qnx.com

I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios to
access floppies.

I am not sure which flash file system driver I could use or how to set it
up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Board specification/manual.

If it’s on a x86 the flash is most likely presented through a memory windows
in standard ISA address space. That mean you need a special driver for
that. QNX comes with all the tools necessary to build your own flash driver
(I don’t beleive any of the already existing driver would work).

Thanks,

John Eddy

I looked at the output of “devf-generic -l”, and it lists the chip I have.
The docs say i need to specify the base address, winsow size, etc… I dont
know how to find these values. I would assume the base address of the bios
flash on a pc compatible machine would be fairly standard though.

My board is a 486 dx2 100 running on a pc-104 platform. It has all the
standard pc compatible hardware. Would I be able to give the flash driver
the size of the bios window and it’s location??

I have sent an e-mail off to diamond systems for info on this, but nothing
came back yet.

Thanks,

John Eddy


“Mario Charest” postmaster@127.0.0.1 wrote in message
news:bb3mis$sdc$1@inn.qnx.com

“John Eddy” <> john.h.eddy@lmco.com> > wrote in message
news:bb3be8$h2u$> 1@inn.qnx.com> …
I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios
to
access floppies.

I am not sure which flash file system driver I could use or how to set
it
up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Board specification/manual.

If it’s on a x86 the flash is most likely presented through a memory
windows
in standard ISA address space. That mean you need a special driver for
that. QNX comes with all the tools necessary to build your own flash
driver
(I don’t beleive any of the already existing driver would work).


Thanks,

John Eddy
\

“John Eddy” <john.h.eddy@lmco.com> wrote in message
news:bb5rb6$eup$1@inn.qnx.com

I looked at the output of “devf-generic -l”, and it lists the chip I have.

That’s good :wink:

The docs say i need to specify the base address, winsow size, etc… I dont
know how to find these values. I would assume the base address of the bios
flash on a pc compatible machine would be fairly standard though.

It’s not the address of the bios flash that you need but rather the flash
itself (sometimes it’s the same)

My board is a 486 dx2 100 running on a pc-104 platform. It has all the
standard pc compatible hardware. Would I be able to give the flash driver
the size of the bios window and it’s location??

It depends, on the type of interface. Devf-generic assume memory map flash
(possible though windows). I have seen some hardware with flash mapped via
IO…

I have sent an e-mail off to diamond systems for info on this, but nothing
came back yet.

Thanks,

John Eddy


“Mario Charest” postmaster@127.0.0.1 wrote in message
news:bb3mis$sdc$> 1@inn.qnx.com> …

“John Eddy” <> john.h.eddy@lmco.com> > wrote in message
news:bb3be8$h2u$> 1@inn.qnx.com> …
I have a prometheous pc-104 board, and it has a 2Mb flash chip for
bios.
They allow you to use all but 512k of it for a pseudo floppy drive
under
bios control, but I can’t see that from qnx, since it doesn’t use bios
to
access floppies.

I am not sure which flash file system driver I could use or how to set
it
up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Board specification/manual.

If it’s on a x86 the flash is most likely presented through a memory
windows
in standard ISA address space. That mean you need a special driver for
that. QNX comes with all the tools necessary to build your own flash
driver
(I don’t beleive any of the already existing driver would work).


Thanks,

John Eddy


\

Can you write a boot image to the disk?
If you don’t need write access to the flash:
Make your boot image contain everything you need, and you don’t need a flashfile
system.

John Eddy wrote:

I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios to
access floppies.

I am not sure which flash file system driver I could use or how to set it up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Thanks,

John Eddy

Acellarius,

I am able to do that much now, but I have to boot into dos to modify the
image, since I can’t see the “floppy” from qnx. This is not acceptable since
we have to be able to field calibrate the analog input channels and modify
other constants. So far, I have been using the following:

sys the drive with win 98 boot floppy.
delete everything but:
msdos.sys, io.sys, config.sys
modify config.sys to have one line as follows:
loadqnx.sys john.ifs
copy john.ifs to the disk
copy loadqnx.sys (from install CD) to disk

I can then change how it boots by copying a new john.ifs file onto the disk.
As you suggested, I put everything in the image, and use compression.

The problem comes when I need to make a change. I have to boot into dos from
a floppy drive, then copy the new image from a floppy to the flash. Since I
don’t have a floppy, or a +12V power supply to drive it in the embedded
box, this is quite an ordeal, and also involves changing bios settings to
enable the floppy, change the drive boot order, etc… then put the settings
back so it boots reasonably quick.

I am using qnet from the current image to do diag, and file downloads to the
32Mb (or 128Mb) IDE flash drive we have for development, but that won’t be
on the final version. unless we absolutely have to put it there ($$$).

Thanks,

John Eddy


<acellarius@yahoo.com> wrote in message news:3ED6793E.1048A9DD@yahoo.com

Can you write a boot image to the disk?
If you don’t need write access to the flash:
Make your boot image contain everything you need, and you don’t need a
flashfile
system.

John Eddy wrote:

I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios
to
access floppies.

I am not sure which flash file system driver I could use or how to set
it up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Thanks,

John Eddy

I can see why you want the flash file system :slight_smile:

BTW Does the floppy (1.44MB) use 12V-for some reason I didn’t think so?

Sounds like you are booting DOS anyway.
Why not setup a menu so you select whether to boot QNX or DOS?
You can then boot from the flash always.
The DOS part of the boot process can then be expanded
to get you access to the new image (e.g. serial, parallel, network).
If you have enough RAM, you can setup a RAM disk under DOS.
(for temp & additional volatile disk space).
You may also be able to get access to the unused DOS
part of the disk once booted into QNX. Your data can then be stored
there.
HTH

Alex Cellarius

John Eddy wrote:

Acellarius,

I am able to do that much now, but I have to boot into dos to modify the
image, since I can’t see the “floppy” from qnx. This is not acceptable since
we have to be able to field calibrate the analog input channels and modify
other constants. So far, I have been using the following:

sys the drive with win 98 boot floppy.
delete everything but:
msdos.sys, io.sys, config.sys
modify config.sys to have one line as follows:
loadqnx.sys john.ifs
copy john.ifs to the disk
copy loadqnx.sys (from install CD) to disk

I can then change how it boots by copying a new john.ifs file onto the disk.
As you suggested, I put everything in the image, and use compression.

The problem comes when I need to make a change. I have to boot into dos from
a floppy drive, then copy the new image from a floppy to the flash. Since I
don’t have a floppy, or a +12V power supply to drive it in the embedded
box, this is quite an ordeal, and also involves changing bios settings to
enable the floppy, change the drive boot order, etc… then put the settings
back so it boots reasonably quick.

I am using qnet from the current image to do diag, and file downloads to the
32Mb (or 128Mb) IDE flash drive we have for development, but that won’t be
on the final version. unless we absolutely have to put it there ($$$).

Thanks,

John Eddy

acellarius@yahoo.com> > wrote in message news:> 3ED6793E.1048A9DD@yahoo.com> …
Can you write a boot image to the disk?
If you don’t need write access to the flash:
Make your boot image contain everything you need, and you don’t need a
flashfile
system.

John Eddy wrote:

I have a prometheous pc-104 board, and it has a 2Mb flash chip for bios.
They allow you to use all but 512k of it for a pseudo floppy drive under
bios control, but I can’t see that from qnx, since it doesn’t use bios
to
access floppies.

I am not sure which flash file system driver I could use or how to set
it up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Thanks,

John Eddy

Acellarius,

Gee, I just assumed it used the +12 because it’s power plug was +5,+12. I
just pulled the yellow pin out of the connector, and it still boots from the
floppy. That means I might be able to rig something with teh +5 output from
the prometheus instead of using an external supply… THANKS!!!

I have thought about setting up a config.sys menu and allowing the system to
boot to dos for copying new images, or qnx by default. The problems I see
with this are:

1 I currently can’t fit all the files on a 1.44Mb floppy (mrts.ifs,
cksum.dat, io.sys, msdos.sys, config.sys, loadqnx.sys, command.com, and
other needed dos files…).

2 I still can’t “see” the disk once I boot into QNX without the flash
filesystem, that means I would have to transfer the calibration data to
another machine, and make a new image. A slightly simpler method might be to
write a calibration routine in DOS, but I don’t like mixing source from
multiple operating systems on the same system.

3 I would need to have an extra delay before starting up to accomidate the
selection of boot method.

4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything that was
not compatible with that. This is probably do-able since mostly copy, dir,
del style commands would be needed.

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M). This is another possibility if
I can get the flash file system to work. I am not sure we have the time to
do that though (except mabe as a side project after hours).

Thanks

John


<acellarius@yahoo.com> wrote in message news:3EDCEA80.B9C5AE42@yahoo.com

I can see why you want the flash file system > :slight_smile:

BTW Does the floppy (1.44MB) use 12V-for some reason I didn’t think so?

Sounds like you are booting DOS anyway.
Why not setup a menu so you select whether to boot QNX or DOS?
You can then boot from the flash always.
The DOS part of the boot process can then be expanded
to get you access to the new image (e.g. serial, parallel, network).
If you have enough RAM, you can setup a RAM disk under DOS.
(for temp & additional volatile disk space).
You may also be able to get access to the unused DOS
part of the disk once booted into QNX. Your data can then be stored
there.
HTH

Alex Cellarius

John Eddy wrote:

Acellarius,

I am able to do that much now, but I have to boot into dos to modify the
image, since I can’t see the “floppy” from qnx. This is not acceptable
since
we have to be able to field calibrate the analog input channels and
modify
other constants. So far, I have been using the following:

sys the drive with win 98 boot floppy.
delete everything but:
msdos.sys, io.sys, config.sys
modify config.sys to have one line as follows:
loadqnx.sys john.ifs
copy john.ifs to the disk
copy loadqnx.sys (from install CD) to disk

I can then change how it boots by copying a new john.ifs file onto the
disk.
As you suggested, I put everything in the image, and use compression.

The problem comes when I need to make a change. I have to boot into dos
from
a floppy drive, then copy the new image from a floppy to the flash.
Since I
don’t have a floppy, or a +12V power supply to drive it in the embedded
box, this is quite an ordeal, and also involves changing bios settings
to
enable the floppy, change the drive boot order, etc… then put the
settings
back so it boots reasonably quick.

I am using qnet from the current image to do diag, and file downloads to
the
32Mb (or 128Mb) IDE flash drive we have for development, but that won’t
be
on the final version. unless we absolutely have to put it there ($$$).

Thanks,

John Eddy

acellarius@yahoo.com> > wrote in message
news:> 3ED6793E.1048A9DD@yahoo.com> …
Can you write a boot image to the disk?
If you don’t need write access to the flash:
Make your boot image contain everything you need, and you don’t need a
flashfile
system.

John Eddy wrote:

I have a prometheous pc-104 board, and it has a 2Mb flash chip for
bios.
They allow you to use all but 512k of it for a pseudo floppy drive
under
bios control, but I can’t see that from qnx, since it doesn’t use
bios
to
access floppies.

I am not sure which flash file system driver I could use or how to
set
it up
to access the bios chip’s extra space.

The manual refers to this as a “Disk on Module” drive, and the bios
identifies the onboard Flash type as AM29F160DB.

Can someone toss me a clue.

How do I find the start address, etc…

Thanks,

John Eddy

4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything that
was
not compatible with that. This is probably do-able since mostly copy, dir,
del style commands would be needed.

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M).

This isn’t as easy as it sounds. You would need to initialize everything
that normal BIOS takes care of.
Also note the “flash drive” are usually not where the BIOS live. BIOS
probably lives on another flash.

Mario,

In my case, the flash “floppy” and the bios, are the same 2Mb flash chip.
The bios uses the upper 2/3 of the chip as a pseudo floppy, and supports it
through bios calls to access the floppy drive. It looks to DOS just like a
floppy drive, because DOS uses bios calls to access it.

I do realize that kicking out bios means I have to set up all the hardware.
I was a bit leary of that. I am sure I can do it given enough time, but
think my brother underestimates just how much setup would be needed.
Personally, I would rather just put a bit of code onto the rom that starts
as an option rom at the end of the bios sequence, and do the boot from there
to the rest of the image. Then I could play with initializing the hardware
until I am ready to try kicking out bios.

They have an example of how to set up embedded linux on the bios flash:

I will try to attach it in case you are interested.

But, I would like to have the flash file system working so I can save data.
I suppose it would be ok to map an area that was on the chip and write to it
manually, but I would prefer to keep this file based

Say… has anyone done a BSP for the Diamond Systems Prometheus ZFx86
system. It is roughly equivalent to a 486dx2-100, but uses a system on a
chip instead of a standard intel micro.

By the way… getting back to the original question… how do I use the
flash file system on a AM29F160DB?
Would devf-generic work if I set the isa memory chip select 0 (tied to the
bios flash) to map the entire 2Mb of the chip above the 32Mb of system ram,
and gave it that address??
Would I need to give it an address above the bios, or the start of the flash
chip??
The chip is seperated into 64K blocks except for the side that bios is on.
That side has blocks of 16k,8k,8k,32k, then all 64K’s after that to fill the
whole 2Mb area. Can I give it any partition boundary? or am I limited to
powers of 2? Can I set up two regions if I am limited to powers of 2 (1Mb
and 512Kb)?

Thanks,

John Eddy


“Mario Charest” postmaster@127.0.0.1 wrote in message
news:bbnp5d$2gf$1@inn.qnx.com

4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything that
was
not compatible with that. This is probably do-able since mostly copy,
dir,
del style commands would be needed.

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M).

This isn’t as easy as it sounds. You would need to initialize
everything
that normal BIOS takes care of.
Also note the “flash drive” are usually not where the BIOS live. BIOS
probably lives on another flash.

begin 666 ZFAN17-Booting Linux from Flash.pdf
M)5!$1BTQ+C(-)>+CS],-“C,R.2 P(&]B:@T/” -+TQI;F5A<FEZ960@,2 -
M+T@,S,U( TO2"!;(#$X-C,@-3<V(%T@#2],(#(V-C<Y,2 -+T4@,C,V-SD@
M#2].(#$T( TO5" R-C P.3(@#3X^( UE;F1O8FH-(" @(" @(" @(" @(" @
M(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @("!X<F5F#3,R
M.2 U,2 -,# P,# P,# Q-B P,# P,"!N#0HP,# P,# Q,S@Y(# P,# P(&X-
M"C P,# P,#$U.3(@,# P,# @;@T*,# P,# P,3<S-" P,# P,"!N#0HP,# P
M,# Q-S8U(# P,# P(&X-“C P,# P,#$X,C(@,# P,# @;@T*,# P,# P,C0S
M.2 P,# P,”!N#0HP,# P,# R-C,Q(# P,# P(&X-“C P,# P,#(V.3@@,# P
M,# @;@T*,# P,# P,C@T-B P,# P,”!N#0HP,# P,# R.34V(# P,# P(&X-
M"C P,# P,#,P.3$@,# P,# @;@T*,# P,# P,S(U." P,# P,"!N#0HP,# P
M,# S-#(Q(# P,# P(&X-“C P,# P,#,U,CD@,# P,# @;@T*,# P,# P,S8S
M.” P,# P,"!N#0HP,# P,# S-S,Q(# P,# P(&X-“C P,# P,#,X-# @,# P
M,# @;@T*,# P,# P,SDT.” P,# P,"!N#0HP,# P,# T,#0S(# P,# P(&X-
M"C P,# P,#0Q,S@@,# P,# @;@T*,# P,# P-#(S,B P,# P,"!N#0HP,# P
M,# T,S(U(# P,# P(&X-“C P,# P,#0T,3@@,# P,# @;@T*,# P,# P-#4Q
M,B P,# P,”!N#0HP,# P,# T-C V(# P,# P(&X-“C P,# P,#0W,# @,# P
M,# @;@T*,# P,# P-#<Y-” P,# P,"!N#0HP,# P,# T.#@X(# P,# P(&X-
M"C P,# P,#0Y.#(@,# P,# @;@T*,# P,# P-3 W-B P,# P,"!N#0HP,# P
M,# U,3<P(# P,# P(&X-“C P,# P,#4R-C0@,# P,# @;@T*,# P,# P-3,U
M.” P,# P,"!N#0HP,# P,# U-3<W(# P,# P(&X-“C P,# P,#8S-S4@,# P
M,# @;@T*,# P,# P-C4U-B P,# P,”!N#0HP,# P,# W,#8Q(# P,# P(&X-
M"C P,# P,3(V-C4@,# P,# @;@T*,# P,# Q,S$Q-2 P,# P,"!N#0HP,# P
M,#$S-C8Y(# P,# P(&X-“C P,# P,34U.#D@,# P,# @;@T*,# P,# Q-C(S
M-” P,# P,"!N#0HP,# P,#$V-C0Y(# P,# P(&X-“C P,# P,C V.30@,# P
M,# @;@T*,# P,# R,#DY,B P,# P,”!N#0HP,# P,#(Q-#(U(# P,# P(&X-
M"C P,# P,C$U,#0@,# P,# @;@T*,# P,# R,S0U.2 P,# P,"!N#0HP,# P
M,# Q.#8S(# P,# P(&X-“C P,# P,#(T,3<@,# P,# @;@T*=’)A:6QE<@T
M/ TO4VEZ92 S.# -+TEN9F@,S(U(# @4B -+T5N8W)Y<‘0@,S,Q(# @4B -
M+U)O;W0@,S,P(# @4B -+U!R978@,C8P,#@Q( TO241;/#AF9#8U8S<Y968T
M,64X-#1A.&4P,F5C8C)B,68U,# Y/CPX9F0V-6,W.65F-#%E.#0T83AE,#)E
M8V(R8C%F-3 P.3Y=#3X^#7-T87)T>’)E9@TP#24E14]&#2 @(” -,S,P(# @
M;V)J#3P( TO5’EP92 O0V%T86QO9R -+U!A9V5S(#,R-R P(%(@#2]/=71L
M:6YE<R S,S8@,"!2( TO5&AR96%D<R S,S(@,"!2( TO3F%M97,@,S,T(# @
M4B -+U-T<G5C=%1R9652;V]T(#@Q(# @4B -+T]P96Y!8W1I;VX@6R S,S4@
M,"!2("]865H@;G5L;"!N=6QL(&YU;&P@72 -+U!A9V5-;V1E("]5<V5/=71L
M:6YE<R -/CX@#65N9&]B:@TS,S$@,"!O8FH-/#P@#2]&:6QT97(@+U-T86YD
M87)D( TO5B Q( TO4B R( TO3R H(%7’5L<N&M<“8(Z!EJRM1’K3+1?/]8,C
M7VW17^U]JV<I#2]5(“AW@I]OXJ?^?7A9P9Y\4G-A2Q;0CEPHYQ[+]199DR(
M7&Z_0TO4" M,3(@#3X^( UE;F1O8FH-,S,R(# @;V)J#5L@#3,S,R P(%(@
M#5T-96YD;V)J#3,S,R P(&]B:@T/" -+TD@/#P@+U1I=&QE("AT
3X^( TO
M1B S-#@@,”!2( T^/B -96YD;V)J#3,S-” P(&]B:@T/" -+T1E<W1S(#,R
M-" P(%(@#3X^( UE;F1O8FH-,S<X(# @;V)J#3P("]3(#0R-R O3R U-3@@
M+T4@-3<T("]#(#4Y," O1FEL=&5R("]&;&%T941E8V]D92 O3&5N9W1H(#,W
M.2 P(%(@/CX@#7-T<F5A;0T1=J\2-6L]+!?$JW9UJK-UR]CZGV5KKJT1 ;Q
MCILN]/ON9ZY,Z-X0()’'3]RO!!(Q.Y6Y[2/1W<NOA<JU/T+VR"?+Q-RY
/4+
M%.<>V9UZ:^.J.4/‘4DA[!^1DE;&9B/S4@NP>@45N5[]F+((F[5]W;PI=2I’3
M2’VQ!5T_H>=E%’)1((]/TC1R#8)]@1X9<UB-LXV<K.:E1:#G Q’9F5G\GD;
MD3!4E1G\Z)]/8-;09J>_USJ&TO=%BKH9R!C:6&KYXO1Y
\NL=#(TD#L[1-
MWBQ-1T(H’>ZY3RE^C(@YT"XRP2V"A +/KB93_3;T-9PA’%B!WW57Q/VA%]<^
MO<@!L5%S&>@?)>H!^)?3#:^3P<M302J]“7 2UV, PSK!(HJ9+/;3K98B![ M<C0]C1ENK_]ZH3,4U0,$$'C9@'8]4!-H6M8A47:6K@T;T.Q=HUJ5N,EMZV
M
IU[M[OA7]?)91]$“A.)Q[9=O*?R>=#9&+:V.0[“]A@4+_H$$/*J*>4X^O5 M2>VC'6;#34ODR->Z.Q1?]_&^?EJ!H&-8^23T(3:@XAX$_@0,J)'\^[1WD83C M']-I@8#T62A7PH+R#U4-96YD<W1R96%M#65N9&]B:@TS-SD@,"!O8FH--#0V M( UE;F1O8FH-,S,U(# @;V)J#3P\( TO5'EP92 O4&%G92 -+U!A<F5N=" S M,C8@,"!2( TO4F5S;W5R8V5S(#,V,B P(%(@#2]#;VYT96YT<R S-CD@,"!2 M( TO0W)O<$)O>"!;(# @," V,3$@-SDQ(%T@#2]"(%L@,S0X(# @4B!=( TO M4W1R=6-T4&%R96YT<R Q( TO365D:6%";W@@6R P(# @-C$R(#<Y,B!=( TO M4F]T871E(# @#3X^( UE;F1O8FH-,S,V(# @;V)J#3P\( TO0V]U;G0@,3$@ M#2]&:7)S=" S,S<@,"!2( TO3&%S=" S,S@@,"!2( T^/B -96YD;V)J#3,S M-R P(&]B:@T\/" -+U1I=&QE("A$3==G/Y_!4=)LY5E"JF&P+!P3/M70]X I M#2]$97-T("A!%(\B9,&?*0TO4&%R96YT(#,S-B P(%(@#2].97AT(#,T,2 P M(%(@#2]&:7)S=" S-#8@,"!2( TO3&%S=" S-#<@,"!2( TO0V]U;G0@,B - M/CX@#65N9&]B:@TS,S@@,"!O8FH-/#P@#2]4:71L92 H.^V<W.N4X27R_6I5 MT5HX\51^>+-C9P"NP:HI#2]$97-T("A<*:C"@[B"K"D-+U!A<F5N=" S,S8@ M,"!2( TO4')E=B S,SD@,"!2( T^/B -96YD;V)J#3,S.2 P(&]B:@T\/" - M+U1I=&QE("CB0U!@>CBQ5@O/3)!\;ZS.!NJ\F?KB$=XKD&PI6-6^,J",+P
M
0TO1&5S=” H]A 3)2=B[RD-+U!A<F5N=” S,S8@,”!2( TO4’)E=B S-# @
M,"!2( TO3F5X=" S,S@@,"!2( T^/B -96YD;V)J#3,T," P(&]B:@T/" -
M+U1I=&QE(“A/W8+=&#‘T’/VBK[]3?:’@=BDCS;?PLM<;JED0TO1&5S=” H
M6)[!F$)JHBD-+U!A<F5N=" S,S8@,"!2( TO4’)E=B S-#$@,"!2( TO3F5X
M=" S,SD@,"!2( TO1FER<W0@,S0R(# @4B -+TQA<W0@,S0S(# @4B -+T-O
M=6YT(#(@#3X^( UE;F1O8FH-,S0Q(# @;V)J#3P( TO5&ET;&4@%VM=1EA
M<:E<<D^JM7?AKX>_U97XKJ41ARD-+T1E<W0@
%GI)TDG*XI#2]087)E;G0@
M,S,V(# @4B -+U!R978@,S,W(# @4B -+TYE>'0@,S0P(# @4B -+T9I<G-T
M(#,T-" P(%(@#2],87-T(#,T-2 P(%(@#2]#;W5N=" R( T^/B -96YD;V)J
M#3,T,B P(&]B:@T/" -+U1I=&QE(“C8GA#F’N^-38,2FOC”"THVY!B(9?=Y
MZA740TO1&5S=" HW-I"MEFSU"D-+U!A<F5N=" S-# @,"!2( TO3F5X=" S
M-#,@,"!2( T^/B -96YD;V)J#3,T,R P(&]B:@T/" -+U1I=&QE("@^7&[-
MP$
!G X&BUO0%Y=>=R%J3 ^<;OHK!RD-+T1E<W0@“Y.DX4?W,XI#2]087)E
M;G0@,S0P(# @4B -+U!R978@,S0R(# @4B -/CX@#65N9&]B:@TS-#0@,”!O
M8FH-/#P@#2]4:71L92 HF-#22DOE6A?Z2D-+T1E<W0@*(N.@%LRM!LI#2]0 M87)E;G0@,S0Q(# @4B -+TYE>'0@,S0U(# @4B -/CX@#65N9&]B:@TS-#4@ M,"!O8FH-/#P@#2]4:71L92 H6_W0\V-0W!Z>@6.<^<)+ZZGQ7]L<IG#XR,LI M#2]$97-T("A(HX+B$@N(*0TO4&%R96YT(#,T,2 P(%(@#2]0<F5V(#,T-" P M(%(@#3X^( UE;F1O8FH-,S0V(# @;V)J#3P\( TO5&ET;&4@*")U10N7CA(2 MGT](M%6(#))@+V7-APRL)=DI#2]$97-T("@P,!M1P9AU*0TO4&%R96YT(#,S M-R P(%(@#2].97AT(#,T-R P(%(@#3X^( UE;F1O8FH-,S0W(# @;V)J#3P\ M( TO5&ET;&4@*,Y7J6CE=H6';*,<Y"D-+T1E<W0@*,$.Z7F>,)8I#2]087)E M;G0@,S,W(# @4B -+U!R978@,S0V(# @4B -/CX@#65N9&]B:@TS-#@@,"!O M8FH-/#P@#2]4(#,S,R P(%(@#2]0(#,S-2 P(%(@#2]2(%L@-C0@-C,@-30X M(#8X-"!=( TO5B S-#D@,"!2( TO3B S-3 @,"!2( T^/B -96YD;V)J#3,T M.2 P(&]B:@T\/" -+U @-C<@,"!2( TO4B!;(#8T(#8S(#4T." W,3$@72 - M+U8@,S8Q(# @4B -+TX@,S0X(# @4B -+U0@,S,S(# @4B -/CX@#65N9&]B M:@TS-3 @,"!O8FH-/#P@#2]0(#$@,"!2( TO4B!;(#8T(#8S(#4T." W,3$@ M72 -+U8@,S0X(# @4B -+TX@,S4Q(# @4B -+U0@,S,S(# @4B -/CX@#65N M9&]B:@TS-3$@,"!O8FH-/#P@#2]0(#@@,"!2( TO4B!;(#8T(#8S(#4T." W M,3$@72 -+U8@,S4P(# @4B -+TX@,S4R(# @4B -+U0@,S,S(# @4B -/CX@ M#65N9&]B:@TS-3(@,"!O8FH-/#P@#2]0(#$R(# @4B -+U(@6R V-" V,R U M-#@@-S$Q(%T@#2]6(#,U,2 P(%(@#2].(#,U,R P(%(@#2]4(#,S,R P(%(@ M#3X^( UE;F1O8FH-,S4S(# @;V)J#3P\( TO4" Q-2 P(%(@#2]2(%L@-C0@ M-C,@-30X(#<Q,2!=( TO5B S-3(@,"!2( TO3B S-30@,"!2( TO5" S,S,@ M,"!2( T^/B -96YD;V)J#3,U-" P(&]B:@T\/" -+U @,3D@,"!2( TO4B!; M(#8T(#8S(#4T." W,3$@72 -+U8@,S4S(# @4B -+TX@,S4U(# @4B -+U0@ M,S,S(# @4B -/CX@#65N9&]B:@TS-34@,"!O8FH-/#P@#2]0(#(T(# @4B - M+U(@6R V-" V,R U-#@@-S$Q(%T@#2]6(#,U-" P(%(@#2].(#,U-B P(%(@ M#2]4(#,S,R P(%(@#3X^( UE;F1O8FH-,S4V(# @;V)J#3P\( TO4" R.2 P M(%(@#2]2(%L@-C0@-C,@-30X(#<Q,2!=( TO5B S-34@,"!2( TO3B S-3<@ M,"!2( TO5" S,S,@,"!2( T^/B -96YD;V)J#3,U-R P(&]B:@T\/" -+U @ M,S<@,"!2( TO4B!;(#8T(#8S(#4T." W,3$@72 -+U8@,S4V(# @4B -+TX@ M,S4X(# @4B -+U0@,S,S(# @4B -/CX@#65N9&]B:@TS-3@@,"!O8FH-/#P@ M#2]0(#0T(# @4B -+U(@6R V-" V,R U-#@@-S$Q(%T@#2]6(#,U-R P(%(@ M#2].(#,U.2 P(%(@#2]4(#,S,R P(%(@#3X^( UE;F1O8FH-,S4Y(# @;V)J M#3P\( TO4" T.2 P(%(@#2]2(%L@-C0@-C,@-30X(#<Q,2!=( TO5B S-3@@ M,"!2( TO3B S-C @,"!2( TO5" S,S,@,"!2( T^/B -96YD;V)J#3,V," P M(&]B:@T\/" -+U @-3<@,"!2( TO4B!;(#8T(#8S(#4T." W,3$@72 -+U8@ M,S4Y(# @4B -+TX@,S8Q(# @4B -+U0@,S,S(# @4B -/CX@#65N9&]B:@TS M-C$@,"!O8FH-/#P@#2]0(#8R(# @4B -+U(@6R V-" V,R U-#@@-S$Q(%T@ M#2]6(#,V," P(%(@#2].(#,T.2 P(%(@#2]4(#,S,R P(%(@#3X^( UE;F1O M8FH-,S8R(# @;V)J#3P\( TO4')O8U-E="!;("]01$8@+U1E>'0@+TEM86=E M0R!=( TO1F]N=" \/" O1C(@,S8U(# @4B O1C0@,S<Q(# @4B ^/B -+UA/ M8FIE8W0@/#P@+TEM,2 S-S8@,"!2(#X^( TO17AT1U-T871E(#P\("]'4S$@ M,S<U(# @4B ^/B -+T-O;&]R4W!A8V4@/#P@+T-S-2 S-C0@,"!2(#X^( TO M4')O<&5R=&EE<R \/" O34,Q(#,W-R P(%(@/CX@#3X^( UE;F1O8FH-,S8S M(# @;V)J#3P\("]&:6QT97(@+T9L871E1&5C;V1E("],96YG=&@@-S(R(#X^ M( US=')E86T-"K^A4/TGHWK1Q5>$L[]]/G5OSP&#QY =K0]RR@0K1;1MS[M/ MDX)"+NS!OB$U%RF[DFT9X%%@XS!CLP*\VM00_G9^\ZK0NMB)X?-Q#BN^TAG
MF6U9:F"!.1X5H[95RCURHKX![S8EW"8\!3ML./@6B0V\EV,5^47ZKXYDICI? MR(L^CM/YR<(H+KJ/I^<V6:X1430EI\QS5#DW^‘N’N5’_=<&Y,04("F[S]!X!
M;DE1#MH7>_5G0A+%AXT7
<#RPN^%55]U*:CO9;\Z.L+>'FWE
#B$$9E+6-H
M.>04W&!-6%3U]ULHO["#WX*-)Y$29!?CX2/)K2,&CW)4]C^S!??D;/9IO-BM
M.M:P[]S]9J$]PIVUNL4<G_[Y)92;PJ[(X-Q_RFF&EQ0!@'R811ZGOZY4KG
M)%:H=!,FBKDH$5![FJ70’BIQ%G!P&&LG[P6#G[1 &$
@T_YR4W@.5!>)]IX<
MO_U!$!BAE@[<#DXWIN(3SVDY0C^4&J’)+BJ:X8W2]WD-^!_=2/]&.BA;M? M)[ B7!]"R<GIDBM84:[^H2C+QW(H^<KE>N.&8UESF3EFJH;TREER+U;.)XU MK,U7J7,WXVV]G<P,T-JZF1RU6Q&@F3#/K;P,9XH]9!@\?@!UR/0C4CY3Y3,* ME0GDH1WDZD'J9HI(?A(^8#YC7VJQ4I>KP'R[<O2G33"D)N7C)GT4B=S_VX;3 MV/0T9 GR+UR 7:16R3!C%\FUV*3+J)&JT,&<F/[WP9JY(?766+1^QS)07-,
M?:6]8G?“Z:-9SNB3XK;+“AHPK@P$/3QNOQ4,GGIJ’[M#NSX_[F>%!LV[F
MS?#0LY&P^C’+V<_(:]VU?4W7:^T)!U4?^$=1;3UOW+I0R"UF7EL<$KY MW&_6@\@;\+XF;4K'6"1?EM]"*QRV[0QF\S&_3= 887*X&EY)1Z!+.)%AAPTJ MEA>.A5[3MNF)<_:9#65N9'-T<F5A;0UE;F1O8FH-,S8T(# @;V)J#5L@#2]# M86Q21T(@/#P@+U=H:71E4&]I;G0@6R P+CDU,#4@,2 Q+C X.2!=("]'86UM M82!;(#(N,C(R,C$@,BXR,C(R,2 R+C(R,C(Q(%T@#2]-871R:7@@6R P+C0Q M,C0@,"XR,3(V(# N,#$Y,R P+C,U-S8@,"XW,34Q.2 P+C$Q.3(@,"XQ.# U M(# N,#<R,B P+CDU,#4@72 ^/B -#5T-96YD;V)J#3,V-2 P(&]B:@T\/" - M+U1Y<&4@+T9O;G0@#2]3=6)T>7!E("]4>7!E,2 -+T9I<G-T0VAA<B Q( TO M3&%S=$-H87(@-S@@#2]7:61T:',@6R V-C<@,C<X(#<R,B U-38@-34V(#4U M-B U-38@,S,S(#4U-B W,C(@-34V(#4P," V-C<@-S,W(#8Q,2 V,3$@.#,S M( TR,C(@-3 P(#,S,R U-38@-S(R(#4P," R-S@@,C<X(#4U-B U-38@-C8W M(#(R,B W,C(@-S(R(#4U-B R-S@@#34U-B V-C<@-34V(#4U-B V,3$@,C<X M(#4U-B R-S@@-34V(#4P," R-S@@.#,S(#4U-B U-38@-34V(#4U-B -,S,S M(#4U-B U,# @-C8W(#,S,R U,# @,S4P(#8V-R U-38@-34V(#4P," W-S@@ M-S(R(#(R,B U-38@,S,S( TW,C(@,S,S(#8V-R Y-#0@,3 P," R,C(@-34V M(#$P,34@-C8W(#(W." U,# @-S<X(#4X-"!=( TO16YC;V1I;F<@,S8W(# @ M4B -+T)A<V5&;VYT("])3TU03TTK07)I86Q-5" -+T9O;G1$97-C<FEP=&]R M(#,V." P(%(@#2]4;U5N:6-O9&4@,S8S(# @4B -/CX@#65N9&]B:@TS-C8@ M,"!O8FH-/#P@+T9I;'1E<B O1FQA=&5$96-O9&4@+TQE;F=T:" U-3$P("]3 M=6)T>7!E("]4>7!E,4,@/CX@#7-T<F5A;0T*'UDO:. #5]'+>=<J3_!>/7$9 MB!$OVJ);DB?P*V:5.3B_S.-WGYKR'-(;5"A>W3!9V9QTTB%>[?5.E18C+A5. ME823@!]"(;VU$&6-@^4S&LZRJ?O’08-!]G>]3QD+<[JM"_9^16N1]10T^! M7',D&7)4]D#Z8
12G6KS"KA2T#LC/2:EG)M/H(6MC4H)>U>FAL]NUBG[OP
M_99BCCF.EXF@-#>*3QJCTR: WM]OH?^F.+TL!Y(<9\UPF=KA355U+A-X+C M$\KICHS/\3+$,^M&O,D"VQ8+M\C\)3M>EDN5@3\9Q=3F?^U8NC5J#+’‘Q2^
M7XU8%AGY^L?\UE! CL*^)!^SPB5;/.<-4@H<MJ_K6V-ITB<8)(OT=&Z3SW<F
MT:$SI:#K)-"YWTJMESP,#=((B;[> 27>V<T@5(6?4>0-)"L?:3+5&@^_( MBLF ]EDS.R^[_9*)]\&IXCNZ7_R\01P+[E;V>G>,LF"V*ZM#U:B'X9*3BF<8 M]SHU'[03OSPZ_^'E4'#]GBWHG%)!VT($/'12G_">?/N6N(=4:>$D(#=WUH2- M;6X)0(Q"&VDG_^PH?<IW\1"-*1GM:#1T:A^*E;YYA612")*C."4.5.1@UPP( M%C\)R*PM(LF]3L.1P-'I@&^[^.2_CL^?)#/OS6RH9=,,O)) SY)=N]+=05)K M(T&U$^U?3Y@0)SN7VJP8Z#/CYL9N$K/>=&V "^;^I0E?XLM'QFO$'G\6L]Z\ MQ:PI6X3T=A*,*SS5=G,(ZP(35F@:*?KY(,='8>AWJNX\QF>&;[A_=)W7=J2% M!MKZ!B^\)&.,*"N(:I=;DK*"MS9GLY[/NJ5"7&B$N+X;<C*Y_9W<Z8SYSGCY M$*U^4*+U].;PCM(YE2GU=NH_VE'J>R 4SP#;H-:;]$ETACHL7B:=)X&7K7R
MAY+^CO3P4UCA
.;YKQ1>I[5!.9NIVNZ31#>G9!HE%#1]-.T3)/>=,%D_U
MEC4P202Y88$20V/WU4]4A4’%0QL(Z%"L>]G2WQXC9-6&BR98;&D5-UOXXC3!
MW>@L
@88HND8IW"KP-'%@BYA.0#O^^X1B<B.R$>&EC?!?5 ES;*GJJM<-M" M!$8##T0')>J)=IM*):W-HDSCZ[VR^*J(D8(0XK(P,*F<2@1=?2)!:RG';R!M M_>9J"^JWP<G\H4TIF#$5IQ1K@^5CI1LG<9:CQW7I>R_Q%4DY>I\/BW6]RPB# M(,?PS0F"#^;F9.8,*KC(8UH^-7DS_97W$\Z,]8C:((0EET];X>2X%=BO[<_^ M=.@X< ?]9K!",G5?E2W]9\H:=?[F0!IUN%GXZ&(N;T8"P1=05J*)_8L\<D6G M]5WNOJ1*#CUWM?C.,%;%+X[G1M’M"1GU^1%"1YZ30IOE%\2A,6N?3.’(/7
M=>=!D
-TE$OPJ_1)3)"$=#M]%&V\U82I1@$Y/&[*1%E+DX;?IEJA1.]4H+L M"Q<&FM3D..7A];\\&FWP!'@:LB/=^W;R)UE#OC-'N"/L0]4
!8-]PY+W[6R
MMJ@6S7+GL,D9+9N,(,,$)<_F8Q6)K"?^[V8X4%B,)7JXM,!ZILW-YP><]
M\6+Y?">\C8`TSQR5I=3<W5PK[=W@AN]/;0+;C+7+6<-PIUA4A&SE1GQZNP M= X?W7ZF[%O:]Q*(I/;BP+_=&E/9J:OOCQ4:A6AU2W09QV?7&0OU=O;?2O>I M<X)T7:^=BO4N%2!![D^PJ#.Y2#"I^A":\HJ[1CP"NH\)VC S4GK%]NOG"
M^9,HI8!/?+>P_(’^B-%^EXU/XY8E80I’4V)(!> B&Q^]O".CRS5,WL ;@=Z/
MI5;,_(6C^8B
2:&I522I)<]]M8&Z,9L0;P1T0N*%HBQ_W*411@$@*E]QU^ MM(#(N"W,[\5Y1,1+(8P2**+O4TFBFD%;JDHE1.?,.DCAA[+N0 ?.#LO.9HG9 ME8J 5B%5.CA'PD#E:YM8:=X.[4+OOMS1URG#LFN_RT)[;K7O'PQ6@V9X$X=> ME;>DR'!E]1SK>NT"C5189KPT4B?^W=’;]3?Z;KKQ(][?+BZ/^$:WL/%6M
M/@%V@^M]OCP&W>5R]!EX1&B$DD)NA$B.@“U/]X(32#G0]\Z?F^”%\T3\0:GD
M=8(G\!-CM1!'?*^R&%GWEP7K#-HU7=]WNDQ/6_W&7:;?QNZ:/QC+Y3VZ--E M;PEN6T*KY=FJD$&7Y7J,%D[Y5#/6Y2_K9+M\7=S<!FG>KOU,'=N*!9O'[O1? M&9<3E1L=+&)[!<]^!BP7"JS4E :"A_8D;VO:*Z_^:);R64&Q"@^C4\) %!DU MC_>6+8"+L0*V)[E68,H\-#'Y+8VB,BDE7A+'[[<'[;O,E ;<;.#NJQY,0BF2 MB7/W+1Q+(.IB$"L$_*PJ;*1C&I%BD/A6B#6U/X'QI<Q<U0UGYS&F*G*335DY M>\SZ%;R[EH6*AYT&<G>*.%U7.C<ZJ$H-)#*:XN1]^II96U6LEVGWIKM4RSH" MF2YCL0$K@(?;5QL6DT+,LND$/QQ55.GMA4J&@WXV+X979*:J3@,;4=_S.QL/ MD(E1,YN%'EZKY)BA@KEWVI7OJ,F'O<'C;48!U=+K_BOVQFWR7@D9)SDF64X= MJ0J"$8#_M8L8]+;868C;NK?V<MO&7#:2=1%?DE-_2_5+*I1/,-Y/-)**C!<\ M6+3$3Z.1?YB='@R+R5^NK ?@P<$9.X&CRJ+G]K/'8'7D9S,,SE1((T\/D#OJ M,?08EIGJ2A6P%9*7K@S9CW>_4E/V76@#?(I_'S49@6:TUAVLH&)#7&$2OE94 M)DD<#'6?@3W;&0[ <[1&N8Y?,,XB!JU5)FHF+1S5^=M*GSX?FE)@UR@.2SI
ML+]OSH!Q5+;F@$&8G;@9
WU5U%-70K(:U_YUWK]&NYB(:NRM[MBCLI+[34S@
MY9&–(JDG5@MU.^ED7"],CE#YULLE0:;U!FO755ANX:22D1**^3;$UG@.!U>
MQ-8U]%1,J\V.Y$^A-!J8NCV7G2H:D%,G:LF<?Z>^WU7$2-ZO@")W8’VQ5&A
M1,-<K_PA(#;$“C+?F:Y:(O%=<L@NTJZI&WTG%$QU\V&)X>)S9/%5^U:B/@
M9$JM,R2T]YERI@Y^B>?B!1”,OQP41&*@HO
#;H\ZQNY1>1^</ZLV&#:V_!L#
M]%J4[1V"81!\G*> . .=#ST0,M)V&R71M R<K1>IWI>;&>>^Q<I)["AN'U+ M2\;)EW".\1I$4L_7RCW#-#\U\ 7$&!-<KU@L%][=C8,32&3R9$H<,@AMU >7 M\.Y*+W@5K=5J/%B<>34:2W? B-#D?O^0KY: 5D[,$DL8$J/1M[@L5+E*)0R+ M)0V_K0I(ZF=.C!W\7=,S48=)(=+T[E[&?9RTE86"S\H%F_'&73,?*=9O."8B M\80PJ(P#0+9>T\ 0B:P?(,1^;^5<?N’N-9_#HHZKAORU0IN7QV@S[CSC<_
M+(<?.Q,4’U9$/D?<5CG%JA/09A865$J4?VLLQI34Z’[.C!I% YE4 M:‘GM
MY.!^)=I(B,>;]]AODU51#<,Y’VP.X6E!\6] $8U’(N#V^3ZA=0SKPFMSM,1Z
MLX"\Y ))=T2U^‘N1,_-5!3JF?J)4$\3QV6O".Q’$UK2/8[?H^I5#. ^08H;X
M4’3FSIK&0Y%+HPHDOC8H_S0EZ'\.K'(/+,=ZS5M0:'$$WN:JQL.?OO/LLP$ M-GC0/55LNY!_MI^0:OW@W+0K/8J+8V(?KI<Z> X;HC$>LH7W4-Y"! GO.--U ME&X@''=>(P2MM_^_@\$5\^QSX$,U!E=\!^R"]R>X; R*O&HLU0K#+ZS5@CKI M?@.P!?&Y^65-[H##JK.\<9[]#D0/"D!5W3DW7Z$B3$!:E?X5P?SZICE%CC
MZ45DD3F)U>V’0XZ.8"%G?;AR;2KOYTAHI
T51MBP?4
6=,NK9!EKPWV?/( MI7O&:7MC_7V[JG9QF<K0!@D8#06!D\4*9M@($%F(A"W?.GXMY!7\=15G;O@P M8]\O>=V\&(^IHW/+MXV97HW>*K%^N6UQ?]X!I4?^1'6O50?<WK,N_ZY!H"_P MA*#EN0@]YUR"U].V/DX#Y V$0'T5O$LM<@GG1H0_8/R+O*F(R[B1* ?ZG6Q. M[VE^5^6U\T?E2>=#@<0!I=YBBFZY(3 JJX$/NK9,U8O!)JP)WA]HO'KXC*!? M2FV,4A(!-Q*%8=LL_O_6M:R#Y*:Y=YUCFK$TNZ$./S;)CM8&H;%&"JL/B\"1 M2U?FB<WVI%6CFY0.WX"C&;[4E"(00/M3B0L9RG<TA$[-^+NZI(?B%N5@O0=8 MB." 1JV'*3/8F? PE7Y!,>=?OII8T03E+AO<W#B0P<DBEB(*U%^$L.[=S.M\ MI8I(/)I*DCJ"3M;P]?LHK+46'0PD2%-;%\M9KU!^6[[Y9N?!!N7V&^JX2#)^ M*1F_LANT.5HL5NH190B.6A6VF"CK:/R_#9_>^R=$<-XQ;[V2QL.J#!Y#Z$_> MM[DBN&A3#'^>+;6%0>?)L0=1W8=SG)(:"48K:Z(_!RZU5R5D71/\XIKT1^\@ MBLPO,$1S\HZ=!88H37/^KF.4_'WQ=%^K’^+.<<M0=4,&35?YC.8J[A8W
M<X
03R_E0YA >!@@J/FR:UG8O+#
;(;YR23-W$OSZX7<(%^.’+I#Z[?)LH?:
M-=H6&ND(62KPN]0"6+IQV7N"J*$HX,++YDC’<9!OF.%J6@W;J.7LY$EY&9T7
MRAO-YR/;;0C”(^Q7]3-^8_V:(W#M5#M$=I?]@PU1O7O0%#S9NY3:LRXI7G
MH[=)A[1MV?L346"YSMJNU#/!4#YS>M,!>[]/CH&7T N]VP;T1CYG>4IX?R,;
MWP;
;YAL1PI,<"MDPMJ1P$>70A;-6F4, BB>%L9[S^@0UXQ>@+'4+K$.XN* M;Y!CF^#1O]@(:1V"TNK1<@$@J44?4L34H#D’7T$,/X^M@9T-C>)W5^;WX+:
M1O_:’-4__L+R/CH]V80H"A=P&N<-+FSEVSA_J,A\EO509NN;M,=C:[8+^GY
MPV.(FISRILF
+AL+LDB-H4\F1/!3;IN"Q-C@S93S)KC$,][X]K"SP(FH:U0
MSV(0O’^U&;ZUV#MV1$%.1FNNEXM3/<4$!W?G6N’UYF)CKO#E:0’%PA:;/M2
M!RN(]CGX$ +)&BEWWB+2P&3DH&L+!M_5=,1)08
SZ[A9!)*"<W_4CG-@C9: M@3-()#CJ[0$.Z?>W6EW]$4W,"]JJJ]>R<._S/J1*_311C>TTFUGG&PDDN8-W M,\(>11$'@SILTT)'KYR.7/;.NLMLC8VA6U"OBKQ#OHNKMBCR<YHFA7XK7U
MVAB$NF:%'OOY3A(D ^;A-#7C#-A?7(U^2?#B,4;L+FN,Q7>_!2].F,".R
M-+523U>KUCFF75QP]G6;
?DI6=,HC0("\I.FX0M-7[XYE:/Y-N,M#I0?#9
MBAP$O<.89JHBRX[T$$U\1S?,2>!@5.:B*U+F.[-.E54R3X-F2!F(\C(0+>[
M;:'P_%K_SLC;VW@]C!8%^UR+#47J:]Y0&O[]B#S7\J^+ VBI;V'6.S>ZMV
M3MXRD.5ZC<Y=2L0A]H-^X R]3G,
’-]%YMC0UXFJ^DMH=&S8S+3#$%8G=CX
MMCJ1&$?A4L3<BR_J_AA 2630IX4T5K/LNJ$4PJDC"UNF"%$!8/QK$0B=%?D MSF%#F$DV[@D#(B9-1J=\+0/:L$*RO VO3?M]J^G15!,-$YQLP;ELMG5W:?/@ M\I;/$8PRB\0[VD8DHG%,#T!P@,!D'4U/\>]3;.PXZ7@4Y@+!;/?NC48>?E'D M&Z7T!U/MK%'Z53P+(?COY5;5C2U79]<7P<'SU9]+N]?(H!Z#*WIA@)3E2_6J M(!YD(4"I;!L(5S8&WD;)([9>0)I[H.>NI;H[MK 2X4FG_(Q_1.#(\8!]97/W MK)WC;/X,G$KJ#KN?4C55:&"\.>9.=5><FZ&JWV:\/.,0$K(EL;U;@$FZ'*"O M4$7<<TO^=Y^EI9@-SB^<-9M&GS"'JAY+YAUQ25;YP158T7[TE\.G\I(9BP;# M@J9PW+LZ.:X/"#T&,W_1>K_O]T]]13Q$]<H6@=MD421C,7L]X306<DT.L
MYQW5&YA87INBMR@AIM6%^KG:’’'1&:#!U_
^6(,XK<6$B&QS.(HM+;Q-V_
M;4
$VB:O?NO##:HKYX;1V- @CU2-:“I)J;+L6"3E0Y9/CG!’+_P@G/:?TT
M$.\51[?^Z&EGEX\7!^0["EGR>IM3'9E8>A03)Y19<M95U[#4W.D(U_/&BVD M.T8\XL+T[OIBO[/1!(8^Q/6##4?>TQP/#C="2^?K36.T5A>\71C,J5[&DY\, MN9LCHF*J0RMOB_,:,\;^>R1%:Q%@0%&R:N[4B%XG#T=T8D8#$E=D'&+[^R90 M77NZ+2-VY5<)2"V8_'=$VX&9B_*F;(WF6#KR84&Q:"3LV[^248DJ!7W]52X< MX'S-T/N<LIO7LN="&BH/::V .4AV%TC8VU"T@@\7-9R;CP-”.N4BIKY2K’
M2.KB2’,:]
[8E]^%HVQD\EY. “TVYB6]B]QHDKT’H1$ ]K&S=G#TR2T6?
M+]7P,EG#W()W&#[T>WQN4@-G
J,4!W78L,>T?@K’W ^ CBY<’-H<P?ODJD\7
MI”=#ST;O0D]XW7 ,YB4X.C’&M>‘Y(0’XTBXM&T.B$6!C<IDU*V')+EM)+_ M&2&/Q*>P%<_RH1TWG;*N[VJ:=;B-6"$\IH0@J_'$?*CL'U6 _<‘T;MZT±(
M02\.K?5I-S’/T6$A+@.'YFQ@DU6#NB;X)B8/"HEWH!)):2JJF#H$,$?6(+
M9JW EJCV-/0=# ,MK^.DXQ
%]SX.9@WK;Z<YBU3^,B.6+!3"L&L;2PV[7_W
MNS9O>
]G+D<Z):4UMREVMCY@MPSR=Y(91]W5/TCKVXK"EWJ>(<TQ5?Y!U]$R
M5#/XGR2R$K’J@=+724<%&I40AE5PL%^‘7U:<"ZTD9H:Z:75.6@O6)&A,#0
MT&&/8*^?&F5<V;A7-0BJ]’/?08 :IM(MQF%KK9OA3DN(WX@Q%U 91’&(J_+#
M\F=“1N(>'C]5A==K+^'7MO’M@JM!T@OP3G#Q49 F&Q”=^B@U!$CIN7X_I_
M&RUT62’+]8@]W\YMA2+<QI(J)Z2K>EQ4V+Z?]P)&2M))\MZ=Y 1,!E@,5F
M@4.LK42Z.;[8E#] ](MZXK NK?MJ(@H".%IH653]H _ILW[A%; 318D!CY- M&WTJORDADC69B1H'H[)KX9!#)U*,P21J!UZ'J<7&<JH"23.*^:^7RO$LH+<$ M(^+(>RPFFM9)H<:C$9MGO?O\%'<UXT24$5]9(+JZE)Q@L>;)<WJDY.UE8,LQ M,; -96YD<W1R96%M#65N9&]B:@TS-C<@,"!O8FH-/#P@#2]4>7!E("]%;F-O M9&EN9R -+T1I9F9E<F5N8V5S(%L@,2 O4" O<VQA<V@@+TX@+VYI;F4@+V]N M92 O9FEV92 O>F5R;R O:'EP:&5N("]S979E;B O4B O92 O=B O0B -+V-O M<'ER:6=H=" O6B O1B O32 O:2 O8R O<B O;R O1" O<R O8V]M;6$@+TD@ M+VX@+W1W;R O12 O;" O=R -+T,@+W4@+W0@+V$@+T$@+V9O=7(@+W1H<F5E M("]4("]C;VQO;B O96EG:'0@+W!E<FEO9" O<VEX("]Z("]F( TO;2 O9" O M:" O9R O<" O<75O=&5D8FQL969T("],("]X("]3("]Q=6]T961B;')I9VAT M("]Y("]B=6QL970@#2]+("]B("]U;F1E<G-C;W)E("]K("]/("]5("]J("]Q M("]P87)E;FQE9G0@+T@@+W!A<F5N<FEG:'0@+UD@+U<@#2]T<F%D96UA<FL@ M+W%U;W1E<FEG:'0@+V5N9&%S:" O870@+U8@+W-E;6EC;VQO;B O2B O1R O M97%U86P@72 -/CX@#65N9&]B:@TS-C@@,"!O8FH-/#P@#2]4>7!E("]&;VYT M1&5S8W)I<'1O<B -+T%S8V5N=" W,C$@#2]#87!(96EG:'0@-S(Q( TO1&5S M8V5N=" M,C$Q( TO1FQA9W,@-" -+T9O;G1"0F]X(%L@+3(R,B M,C4P(#$P M,#8@.3(R(%T@#2]&;VYT3F%M92 O24]-4$]-*T%R:6%L350@#2])=&%L:6-! M;F=L92 P( TO4W1E;58@.#@@#2]82&5I9VAT(#4R,2 -+T-H87)3970@*+0_ MAZ:O61&4B"R8V$T=NUQ<X4:X?N9/51?!E[*2#C$&[*GYQF@)A +,B-H_EO/0 M>MII_Y6O0+[!BS#DI.R-U/+!834S5"+HEP-)Z$ALU3;A$WGU>WOKS@Y-5DZ
MIM7H7"EA)K5#J%V?1!11[KYQ;</B:6’2;2BBM>Z=R=9’9,K4Z4R]YB>W-]
M1K?W6(M48C.%7 V>>^GM[SI?9:,D3Y2F^6RI )"H#$0J[_
[#L7W&+]&N_
MP)X+>_ + FL9_6R116?[ 7<"TI&OT20F. VXKLJ(1XU,POM]]<#?)Y:8^E
M33NPW=(C=!)SD>>B?DEMDNI>K#Q4%JE>M<JH7’+R3KH0V#T1(.[C6(KR+DG+
M>P&27;AD.E6X<>R^6JX.ZG0M7%Q415P-B@++UK;GID M-*RASD655PI7UV" MA2D-+T9O;G1&:6QE,R S-C8@,"!2( T^/B -96YD;V)J#3,V.2 P(&]B:@T\ M/" O3&5N9W1H(#$X-#,@+T9I;'1E<B O1FQA=&5$96-O9&4@/CX@#7-T<F5A M;0T*L1,)D;_=.:I101B#*@CK,<$_I*5N<LS*DBF0N/;J1ZJ/,"-+;J5^YVT> M/>9P.?!\>#_+G(!5X\I9[T +\X#7BA -RA35DP/XYYFI55Q S #0LE9;144> M4_.T=O9XU&3*DD68&J&V"3*CFMR2CQJ#[G45*S$RY/LVL(G@[<@"O,B8"7C
M1&5+H2.(,K<;FZ<%9\NX[+9/DSNKE’I21XS,?!W04N%-0NQY4/ C"BZJY=#$
M[K01]\4H(/$3&;L/@O^V<%E[NX]!OLYR4MI2K$-4(8-$P"!-3$<,IB>^%) M%O1E\/#/;WGAP7/)DF _DX?YDZE<,SOF@E49L&9E%$+(BJ&5ISI!X;8<FBBG MGQK]$@&85%]S8+*C?OIVJ45’O@,.#(B-1V=V03M#RGF[.)3R-J[?A7=Z])
M]KFD-5
$@SW8’1FJ&GH<F.#JZ.DG</(W[,0TQ##1;%$;-IX]7T6NH$Q><8:
M1[_EF
-RR>P5(X2JZ_’[.[? J(I0KLICNL<>1>S-G,+[;?7\ZO!BL2FN^V(4
M9&B$+ ?/I7KH’A.K$1GO)^:]_J0C<B<K#F]^OSSB
H6OR&%U8\UF’.T=WU]
M0^K3_GS(@[^X9_G!“N/;P4X-(H,OG’KSJC\CSX/[44T@I”%.J\8 \Q%D^.
MWK1R[^.U20PD>DW3!D$W ]7V4&8J@8/TV1X- R(/98).?_/"@<VC1^K9A4 MNT'@DID;IB#(TCHG4EY2MP6$XZ!W"7Y/(0+F!;@51K-?/EU0B Q:#L62S]0X M5-F;2*T#F'J%%WH[I[T'%2?BWOZY;-!^M@&RJA?ZZ7:J9G=%DZXRY'^F@>=) M*'Q0@VS"TZM&UDAD!.@9(J0GQMD2*F&J_5E9>!\,XJ+/C-VMIG5I*<4Z"A
MGO.HMU"H[.A^6YS’ZL_02]7\7,UF=6XM1?N$HS5>FSNK=#4"J^’%WK%8

ML@X;A1XKNI’^%2C;B(KB6,WI]W6-AC?NV1OLY’8V8#E>QD#>0(H6LI2
M^-UJ$,4CCUTO(#[AD\PI&U$H0%FH0W#362_UN/R]^.N/PU83’)P.[N"]2TT
M?3XN:I’[CEB?O,+1P_EGT$#5>5<@^THYW?C3^SVO6AB^C8$0X[&\742I-K9 MU&B&)HS^!YC6B.GPU(NH0_F/#J.$HO"]``ZY^_QUF+E/RXX>*2LXS07D[VIB M%"A&7,"M!CJ^QKB:;H2?)W4]2_[<3^K%_GJR>/O^!#)P9M3\H8X]]JVPY)S
MS#3LT)N-
/AAV/-050@VLPK5Q’34T@F5>L_JF;"]X8!JPT!D;.XG?:/H=KKU
M;UV@3S
6ZK%%]?66CVC2G ZS;Q:H:V.7ZQQ!-#EJS5QIT=GLO&@3#$=WH#
MJ?&9N!5]?&>N/YXYM+,XJ9UU4!4QFLTKCB\Q)PFU_SL";!Z:J)#=34P_.]
M1FQ-,=%ZMB?V:0P(:PZ>3A+KB<VV2,R’6=7(<-I:^:UPZ>W^“HIE-SK2H8[B M7Z,F9+W,<KQW.’=B(QYU6/WD2#>@/=E[6<%<@(;,3%W\9.,M@H-/C0Y^H8YZ M-@V++F!J/U<6V’BV;_.8Q!-E7>G=YGA\)4(TX2C*”]R5B\X?7$?4K1+ND’+
MZ@P3A3:$Z;5PY1KD]G8E?58DKWDG)GY
;M^4.>U0’$W=]8Y’4\A1]D"YNUW
MCX!\O1W,!KCIDV
%<4-H!:=ZG ?Z<U,77(JI.:/H<6JMM3(N(]UE.=YZ9^%6
M^QWYMH[]NM5XZVY,J) >,>>!X;KVE]$[-L/S#2:^&ELB^S’N7" 0>#RIDHK
MSI5’/C+/U[]T0@5:O
W#E;E=J<N+9@IS[2&ZUNIB-!0IH7<]/ LSOEIL+[& M6&Z<L8;'\Q&C7E[(W^AE._9W.;#G]MBW<Q8>P$^N+9LB0RJWR>$XP3A?92(1 MJ.MD\_/OVZ9XVH0YL;./ 0’"\4?,S>:=GTDF-=S6U;MPBCE'K7:/C10E/ M+J'.Q!E,-WL]WGSS(8N<-S?TS'SP</=!,0%QN@CV1--Y^[&R*%Z=>J[)FDC" MX)4A0A9?O-3D+'L’330QQX4_'Q$?(QW():A1MQPUI,E9 TZMN?2K;<>NZ7
M&Z5+,SA!SU;+'CLH)8U?])P6?M3TR6]ZB)84K MD&@'5P=CTFE! %Z40P@O

MN34G3= %51?T6##;(:GD<=IU3J+NVW#5VA#]AR34ZU’Y6BG<Z$)JUPDQ;MB
M+##Z>Z"\H M-C@VU$&9-A<:X’?8<>SOF^1J0GN1ATJQ>G/F"&L2T"3C?!
M:9B@/Q’"B:UJG]#WA63OS967FJNF4Z@\3C44J]&<ID’-2U8WI=BQA05.!-;F
MA
X.X8ASA!X6$IRJG:V+C=Q9BS(AQ,&N5/N;/78.2WX:SN6T4VRM+FO[@:^9
M-4X
/7E0TKR0FQ9"T!OWN9)/^“U34C?ZFF\TBQ;?O/0GH_2?YR4(KD H0 %V
MD UE;F1S=’)E86T-96YD;V)J#3,W,” P(&]B:@T/” O1FEL=&5R("]&;&%T
M941E8V]D92 O3&5N9W1H(#4V.2 ^/B -<W1R96%M#0JO;@Y02"X!?P#K/C+$
M/PI4Y;VV4#ENZF&M9V$&RT%9TWX>20$TSN1-L4IZZ9L2)46N#?R&+]#Y]N0
M>8U_AF:#*,/K(\BV\LJGVADZ";?72-Y!TH))T.^#^5-+EG-]\RNL)
M">#Y[9JR@2<O1JQ^K1#Z7;P"H]W/W]I]>JDB]UW?/D8XDZ-@W1[U6W9@!@ MGS6PEFZ 7@,RP$:&SB756\*W]‘YVV(8+B+.H_9H8&^4KLO"*1A;SA#GK7!"!
MU$FZ>B;B$DCM1YI 1P;N[OT>4Q6P’!J5R?L((IA@7-
;C<
(K[Q$)&IM8EX2
MA42+(#&U3DU;BUG009’.,Q Q;BY*“MMY)3UY!CCJAUAQ\4*@J$=9&/JB;6!
M9\EUQ)H&3"5V>>AFR?ML:@=F(A$-B)Z"-GWTC FUIG, V&),%CIMFR0:0J ME/<5C2HJD=9WB'T_%<UEU>F%YB_JG/=G1;5R6A]T/J<PL$V3%&R@X$;EBX3@ MO%'4!(U-EE][2#_-D^4*9=*)]?3-!-4Q&P.GAXZ+CB-@%_G4A^T-H 9S@OLN M/X&Z8ZE<^U-^P+$V"%_N7+W@R)3%:M;\&!OBZTBM0D<08DHQOUIM@V,8,P/A M_P(T3HJ:0:.\^ZF46H$ET]C1[*,E2;E8>B! 2G3$.3 J="?T>P[A2?D5C(FC MD!E[LPWND+^Z_Y$YHOS6W:"6XA'JG>\).6:ID1:PG;OAFO H39BP?/DJ_[
M:&/5#RHLV#>]B2I],A3CS UE;F1S=’)E86T-96YD;V)J#3,W,2 P(&]B:@T
M/" -+U1Y<&4@+T9O;G0@#2]3=6)T>7!E("]4>7!E,2 -+T9I<G-T0VAA<B Q
M( TO3&%S=$-H87(@-34@#2]7:61T:’,@6R W,C(@-C$Q(#,S,R R-S@@-C$Q
M(#8Q,2 V,3$@-C$Q(#4U-B V,3$@,S@Y(#@X.2 R-S@@-34V(#4U-B V,3$@
M-C$Q( TW,C(@-S(R(#4U-B U-38@-34V(#<R,B V,3$@-34V(#8Q,2 W,C(@
M-S<X(#(W." Y-#0@-34V(#<R,B V,3$@#3<R,B V-C<@-34V(#<R,B U-38@
M-34V(#4P," U,# @-C8W(#4U-B V-C<@,C<X(#,S,R X,S,@-34V(#4U-B -
M-34V(#4U-B S,S,@-34V(#4U-B U-38@72 -+T5N8V]D:6YG(#,W,R P(%(@
M#2]“87-E1F]N=” O24].04A!T%R:6%L+4)O;&1-5" -+T9O;G1$97-C<FEP
M=&]R(#,W-" P(%(@#2]4;U5N:6-O9&4@,S<P(# @4B -/CX@#65N9&]B:@TS
M-S(@,"!O8FH-/#P@+T9I;'1E<B O1FQA=&5$96-O9&4@+TQE;F=T:" S.34Q
M("]3=6)T>7!E("]4>7!E,4,@/CX@#7-T<F5A;0T
UM9DJ B.3"0>GFX$Y!5,
M)%7GN;1_-$K^\AVM%SHBU=X0@F,3J) -);\HY)6@M8/-.; 9H49U+21' FK MA,PV"-;75K)"WX_N;#O04(^'W]D7@&MIXFX_*)!MU7 :VH]QG:65Y,*>B8(* MFP&CTVA9)''J>#/+CJ[@VSDD;$I]3"M:E*!]4#>Z+?P4,C*JF17TK4&/74;* M)KZ A7?9Q-M75E.F>;Z.&T(OF9PU/6EK#.AW.,]\$' O=,VV0YB5XJ&.KR5E M!O 1!-^(K]FYP[57AY"_6S=WL5?N8])]N5H@:=1G5EV2P P?7OM^2J;-.VG' MZ93W\05S=(S0VG-K1&-XEA/ -Q6%-],PK@:+(6=(VMO)M8$U,0N^V?1LP6!3 M?IW?A9^?4EIAI+N%2(2*I.'ZHM!.3_=G#%H,5?TAI!QJ=%?,H-&*NJ4.X-L* M*3.&#G$XMO?40V38@/^8JTD>N>324JLX
& !33R(>ZK[8N!%N[X$%1Z;=!L
M2A!Z",F4JV",]>SZ-B?’+^]!P;LP=PR_8QN%:[70&>!:J_J;;DA&NH\W9T
MRQ9"!@FJ:\W,)-8L81B0=;X]L/%=X#%EM9WS?3FUL;Z],TJ"OVI\K#W% .P
M6?BJ’;2LJ&JLDKQA]^(QW(+F’CYEHAXM7DSM>5’):RF9;DNG9%E8YX,%BT3@
M>T[FQ#]-E(
\LQ#MM%@WJ?Z(’\T-I&!=70_):R@U3:&B)/@@XP;K1U<>RP
MIKR$->RHC4]TEG#0GI#<&>L[]#SL R<UYX$C>U\2D\R#:XG0LRLN7:Q8] MD/E%EKT2Z$IF4 !H-G4^W$5M.]HDCLQK[5G;/W"!!2M":?VR&O[5XG:8\&_2 MF'2GZUZ7E029OR6&\8!\#]+0O_7O+G/4,:.C"ISY0!#S6%Y76+<;%\TUSRNS MJ!-00\&W]LZVL3H/NKQ-GRWN#2666&J121LC"8"J4C_V3R!F@ZQ!EF]20%
M@<S/I-<&M=M$NF4HM"M5]T$JZ’KY%965,1O^842"$RT[J[]C0%UDI^#^!-9
MQ4#T?’&5A6XN5O=P$U(;[K#"3I4JPUN34WB21J=X!2*L!Q6'A"087<GS_C M+1LI^0C>9;64N6Z\KB;**)'VRL@I49:5._&!X3S&D*.A<952;_Z,=7VG>!E: MXB;2<>#@!B XS+JU%UO8R$Q>JSWXO@+#PC’0598A7ZT<SYM!G-]!A5\4RV MVL0.<JJO@G[("Y^:S$S)1UQK;]S'7%]CKFWX.@F#*3#,X/(@?C]R?5I@&/+? M/#TU/&PJ: 2MTWSH4)<6@0%^N:U$C)%.!J /6X,L+7?BI&YJWH<[<DJ[?K3\ MP:P8[<VL+(5]U>!IAMIZ!M.(C?CWLZCT#-9OQ5+9D[X2L\@]J2.\BV(,,^+F M#/C*7+G-66&'*-4<=8G[[HC!6,(.7;CJT-Z4N(NPA.I>RBK6^9=24#%%!%>1 MSRW4'C!I7$083FC.CK2(6R_5:K0-!8JJ8U*GM(2?RX#R0\/D8#(DM-1\L%R: MJ9%_W&3!%NFD'I!]5@8D@I18Y5MRBQ*%7=!/16R"E%"GDZAY!C(-AH\0+- F M)>R:)%:M866YRJ1PU0Z-,(QN&<9V)O/62<5$N],L,FN!>Q23X'<X^HT3!L47 M_ HTT]T[K3'V&G-P#OR6ZL CI1%)0/FT@><2JZE.>QL,!V=&WT@VM0%L4GC4 M"5;KH1BBE:T:BNN_[OSL\0.[AY7TYV:W)F]A(?I],'E5&4\G=9C6S03%M>K
M5 ?=A-,][#B\IK2/I]O_ZX5<<3;VDM4"-)83I3#D0 WEI("PS<VSZEVVC+OF
MR9/,);"W(/QNR,>'UEZ?\GI1+4F<Z(FQ<!B)QTD$V9;=8Z @%9GEW/$B+?GO
M,M<ZDS0O9E9H9<G%LS
"5G>“DJ?$F78CRRS”(^XA??<4L@L1GBAY\6<I1X2
M$0-R4$A=-D^!3.J?Z_34^-'QF4@,>1Q#-9;'BQF%##]7@I\Z!2S#=?D=4560
MV $\OX^%>.K/=$Y@25"6"TX2E2EA.ML7+FC,NV!"+R.OYC<4:NF1N$RH1AE#
M1O:Z>>6!SCL$@O(%C1_(PP]ZQ,TN=H9-918X:D0K7K=MG%T?C
ACYYV[PV\C
MU!5U(#<.-7$J60=V]K-&5-9^MGAH’F2E!9"]=-%.F[ 8?=(H2P3&@S0O21
M]QRV4-U=:=
+KT<.M-AH:NK4^!GRY\PNP^Z%? ;>5WP?)15&^-4FNK,%
MF15 8?6S’CU=?-DR=$^27TY7RP>Y;?J)2-@Q’T!PEWF='MEC_“F$=D6B2+[&
M;ISS)G’3IC]4$O<R9CFF;LY$<=8-3J\K%O$I$J+L5-\W\SVCLC;P%T9G%
M#TW$/D=6)69F:C%D:F+8BW#)[*CYH(/):8E%RLF_%15’<> +@J1]7!M0-
M4;64"H&A/-&\ 8(,R12?$174&W^?1R&ICEER:T1C?Q3OHY3=I(*3!JQ^,9
MT)BE2^
?\DD59.S7RPJKKRFMK’I,
/7<@\H/EJ#GPPC"89’P%5^)N[WREC
M
ET7
79K348/&)E^]$GH:BNE@V2&7’HN<:B7$6^GBSMB’J,HQ U-CL’-6
M>]TP=J3I>@="9DC[<1HR]J[%"KE#KP^A_A^N2&VC!#R"H>G?(F7:PBI)8T<W
M)L! S]Y7>!B2<GNAW^.4Z+ NM![%6V"$)%F]#1YR/VWO&JS+2/Z3@),/O
MZ ^L"C:NWR\L#\HPVX5Y>4(ON1::RPHYBYW@V<Z?>EEQ101Q8T%IIQ93,M
M?G>RQB@,(0FG0G
Q/?02N97W#U(V[S4%BHR?EE#A1HIR4P7M8N-/R ^U.F M;=]MF)UAM.4U"^FIH&7<:Y^H\FA121@A3)]1627<,;89@@2W[4E’$YI_V
M4’3&]RT
>B)(MV!$9ED5Q4J:H=1RZD^/+07_7&! 57]W"QZC4!U9’JE;:
MP>0.$XS 6;CRNAM5!RM;)/>R#$OY\0[%)+ S1(PU//%:>3*”-8/M/&C:(TW$
M;B@=9$!6OJ'2@?BX.&(E30[%5ITJU!A<D:R!#?D5H[+EC4?JO%:\MN"V7HZ MVD3<D$E9T:%X'?#^3A^6QJ]=#.?X3?@\=D1Y\:,U?N6TIR"':3E'LL0SLLP* MVB>\!BX,X4)KX]IT2E@,10I0I>,H$+;'E%#4MQ<_&+ TG2><7AF3=^:OL"K
MZD$S,66<_@<7"V=Q/'85Z^4G#]JUH0\J\WEOM[8F*\7#4V'\1JH)_E<;H@V MWC' QWE9>H<4>_A(GJG,=C%FOH+:@2<")UG^]+&J9'GZJ3*9#FK>/;.@=U-4 M;+ 6T0BPLX=(K>R!&;I=_]4,$4\J,UXUP;JD'^ D_*&-@?/K71S-R2N/X67
M5P!4 ZG&6Z8FO=9,"+ H4(X&7?+: J7’Q!8W0MWA^4-M3 U/) (1#@+PJG MZ[I:$P"H@2CRNYZY0/&DXZK2L-_R7N&U^T <U@42>3E>D@5(Q_GH./9 A5TP MD17#(R(?6,^ $7RJM@!;@K1'GV2=2S/(T!VH!F".A Q]=^'F>;NTV034\A(N M@9JQW]*1/85B08>5^+3"A**/L;A\O4#I'#TC+ND&'AY^O191E/:Q<>RD:(7? MYH Z6=TN,]UR'ZB;N\6;Q&I6Q^UY,2:4!\KKFK6:GS&+[.,7= <\A6=O6;@L M/M=SR MYHDB_QN2F#'#K?>V78&Z>\;UX^)+(DO$-]C\HTN;5N*SRI]JQJU)R MB(+L; JY?\ E'JQ3\5R6IB+V7?@4M>"VZ?2].\Z8S??Z’G]3&!:-R+ZB<X.
M=#“IB6WQ782NFU)>(12=H"R_W)>V,9*P85(7AK?+\CBU+6P<-$9=5W/
MNT”[&RQ^R$IG,IDV-$K[6F T!5COUA8.V=O$2/\YFN^!90/’53AD/ :[FP
MK7!7HP/&.(PSG"\6&PKN!G:)NTR[5QSQT[4U(D(:$$5Y(<U.=E;:RS
MJ)S,N_7A#LHZ(VJ(=]&1A]’#6^4G#ZS1 9A-JJ’D>JB$O#]LCW/2)@HAR:2
MX>B(S*DW!-H+5S&R-P,+)L.1@/0/F(3>$2MF5.I_\_DF?!0DU4DMJXZ/2=Y MVDU/(++3YI-\?"<*..B?;&4Z<C3#9&EHT/ZD;-ZS\DRMI+1I8U<Q!%V ; M70DUQ^.DUQWF<AA*-G8(.-/CH""FE/'@3JK=PRW[CA:EXG
#?9H=L=@34 U
M+(8D0A9C;ADT@V82NJ_P/"Z>"%*'\4?'#]'YC-->&71%/%-161[T$K5?1D( MS:>HT [E7V_NX%&?<9LIIE\7F;GMW*@^$;^W<UQ4I\^>D1:^C:P1"_XW;B]( MQTE(?<T:L* IC%D!84M:,"0B94:-5\8/]6F>8X2=^N*#; .;3-H+1'ZYG)(8 M+B5I#9V=)Z:*DD_Q^Z-9SS"XQ8-=WC[<[V>(/!;]O@H.8F188G=9P.&ZC;01 MILZEBW1-Z;[T$M;^B(P$,2$ATN"F7?=Q!)^4LE-E)4,ITV)U5KPWG$O5/4*" M<#%"]I5:E(,;%#RQ5N3;EK7AZ+4#9+I"]^G5_ZR$V5]'E$K@<PKEUDKJGYCH MQG^K1@1@ZB=":O,5BA6[1*M?CD$Z2G-T=4AG TN3"9’MF<(;P^G>-RS80’
MZ_]2)@P$_P"+R0C7)=ZMBS5O-,K/=0O60BXXQB%)K[E@/WD4-Q^NKH O_Q6#
MAU4,D’GA@<<27T&Y;JI-FKG1,[4GU2Z>G1W5F’E%<6FD
"W^9J^+W,-#Y(_
MB+]3K<<4+)J^3#10.WKC<8HYU4=-W’S"VAXWAJ(H$3:,#6LW6PYT=3PM
MBG.]J^7/ERDZ_WQB:09LH&G(TN@C!B>9O#OS&/!4D9O>$6RM,7P&NY"N
;
M?>@:]$-?IU",A^/A +5:),P$/QT^L8A(“WJ#?9+;’;;/Z#!YC 4MM@6JWI
MLI+/’/$HKZ;BM#CG)W&6 !K(6^>QIH5F(I**M’24>8".)=1’B1]%]<>0[
MTG(S5ZJ4XD<RI"NLL^K\N1/E’FB9#9$1]UO#B?]T2<)O);F2/0$8,"G;ALJ3
MTE3’DE6Q&/+Y6K=@WGT
?C)Y?,S:Z1$MHJ09&8:ESU)+1G<8?DLQ’1GFJAM
MO&QY’4E"J 3XO+ 1.&;&."@]SU=2)<0H.2)
!G-A_@D@^.Q]93SR5PY;0
ML,QSU=C;&;/;^XUZ,%27H!J]O@H3F<T][4-7)OMO VFN\L"‘5’P9].^>B
M6X0R?PN\-UX&P(^9X8E?;Q(PQ0R#65N9'-T<F5A;0UE;F1O8FH-,S<S(# @ M;V)J#3P\( TO5'EP92 O16YC;V1I;F<@#2]$:69F97)E;F-E<R!;(#$@+T(@ M+V\@+W0@+VD@+VX@+V<@+TP@+W4@+W@@+T8@+W(@+VT@+VP@+V$@+W,@+V@@ M+UH@+T$@+TX@+V5N9&%S:" -+V]N92 O<V5V96X@+U4@+U0@+V4@+V0@+T@@ M+W<@+TD@+U<@+VL@+T,@+W @+TL@+U,@+WD@+T0@+W8@+V,@+W%U;W1E9&)L M;&5F=" -+W%U;W1E9&)L<FEG:'0@+U @+WIE<F\@+T4@+W!E<FEO9" O:'EP M:&5N("]-("]T=V\@+V9I=F4@+W1H<F5E( TO9F]U<B O9B O<VEX("]E:6=H M=" O;FEN92!=( T^/B -96YD;V)J#3,W-" P(&]B:@T\/" -+U1Y<&4@+T9O M;G1$97-C<FEP=&]R( TO07-C96YT(#<R,2 -+T-A<$AE:6=H=" W,C$@#2]$ M97-C96YT("TR,3$@#2]&;&%G<R R-C(Q-#@@#2]&;VYT0D)O>"!;("TQ-C<@ M+3(U," Q,# V(#DS.2!=( TO1F]N=$YA;64@+TE/3D%(02M!<FEA;"U";VQD M350@#2])=&%L:6-!;F=L92 P( TO4W1E;58@,3,W( TO6$AE:6=H=" U,C$@ M#2]#:&%R4V5T("C/KWV;%.%T#AE@'&UNLCX(/P)V/WI#/S*PA0Y'Z:Q<;O,E M]V<1/TZ"!97YS5^%?#K66\S]1M\"[LZ,5F’@JM7N$K4TL&).Y1<#:SL/ZP8
M&!0RE!2U/-KRG$DO-W1SVE[>@?6YQ[</8Z>R[+T<\H%J$XJQ’S?Q_]7RK/M
M1[1;[G&8H$?M_,X(^9%8G$KU_:)<5P-C?;SQLAG&F’@1ZZN&&.(;SM,-I<
M;A=N5:P/=8N@G^E<
$6V!/DI#2]&;VYT1FEL93,@,S<R(# @4B -/CX@#65N
M9&]B:@TS-S4@,"!O8FH-/#P@#2]4>7!E("]%>'1’4W1A=&4@#2]302!F86QS
M92 -+U–(# N,#(@#2]44B O261E;G1I='D@#3X^( UE;F1O8FH-,S<V(# @
M;V)J#3P("]4>7!E("]83V)J96-T("]3=6)T>7!E("]);6%G92 O5VED=&@@
M,3(P("](96EG:‘0@,S @+T)I=’-097)#;VUP;VYE;G0@." -+T-O;&]R4W!A
M8V4@,S8T(# @4B O3&5N9W1H(#$W.#8@+T9I;‘1E<B O1$-41&5C;V1E(#X^
M( US=’)E86T-"CT)-1LH3RQMERDYYT1PV_!;./&_8H5
^D]D,30#L:M7Z ?K
MSW&:<&[67OA[-:9:P@_XE0P@7D;2?Z&7:;0@ESWKF6I’1Z?R/Q!C<NR-];X
MPBEGW\95\3T&],YOIS<’[VEWB5:CP!,!7’>EA/3]P4A6-U]+CA-[^],P8Y)/
MV!U- K*N22[H155*UD#)C'HU%4><>X-W[T_+02"Q9.(H6HOB+G_(R6L3AZQ MPNNV2E,$48D<'6>',4J5RB'/D?)2;HH%++QYR%M^_>[%RX ,A^/H\CZX&^II M3XQS.=%4TX@]$V.HB; B=#,#@:PN-)9X;.01I,5:7?MD^Q_6%_6,2NPF.YW& MO%N]QY'VI&@VJI#8%:>$K;L<<IIM0PIGY>1(4;H.M@,,#OXF^<]K-?K-"TBH M?==&\?0\79DX3&Y8G(9IO:--#AO7R<%%!D%#><_SCE2FGG_.'J-&Z\WPMHNZ M?S<R+MD8T>S;!Q3UO!8/ZJ.Z*Y(_CP#U/9/VGR9?.F:O)V+5P94_2$EQ._R) MA@3O^:YHD#$B>2T(@25\J\L.>'-X])-4"FDDH%:16ZWW4!>6T] \0Q:F>-#K MYB-_4CB*F6SS^U"SW[L9&ZO;Q=>N9@)1K'K&E*O(L<#HLNT/E&X4UN<7/0LB M_Q#RF^['@99V8OX2"W$"T\4M#3K@/8:@#UCPW,:(2(P.N/CBS%W54XBL:]

MYF+V75S/E79
TU[N?]VFGH4T%;>GS5<XR@%#" C,S_,"]V-)PO:(?KE^^
MB]V90?Y!J7>-VVZ6$;(0X9\$E@VD6@]?ZQ99UG8$E#
;%.TL”!Z^Y?EF(E
MBZ2/UVK 3B<?0SHY(I06S>3[^84PDTDW;Z!G-"8.<G7*GX_%PS\8G3=K]6W MGWW+6E)ICE -T,6WPVRL[MHQN-5.TN.6OK!0;.*]$MN=PC/QZ-@PM/L_TWU? MM!\/G3E&^/0[&#KW'/;#(>,UK^V09@U]QP!;C.SVZZ5V_W$F=@QRI)DWNBI
M/,UD?(T[BGULT@[&QFCM"$QQ,"",\(*J4R<P'P*A#R;MKA#,"CE#!>-PG7V ML@*8DS1E=6\,;U%Q)T#H]"T/(;HTW6:*(9.*<J9R(W&Y=0L!'&!1OL[U>+7_ M:/2C*XV^)MFB;J$+#%W=F1%'06SB6D7G=-3->M&'_Z7YK9K+F8&,G!;S(NJ_ MB%&-T)0K.&*G'S D7(D=%AKT@(/\H_P5W8Q2@V@8VZAKAA[SQE EV3HGRL@, M5W(2W. 72@'W)ZZ(3#,])GUL?5=)%0NT"_N=,>MZU2W)MN^"E!&K14%QZV>9 M#K<B:V\N./75RK&R99^?G!Z]5'6UHU;*>W9<> +%G:F?+YX?Z?$'3.U#3_U[ M4/@\O[$"GL@&Z<#=W?K.7BRERT$(JFGOY0*@]S]>8HV&?O?G/. BS]E<J$W
M4W!Q2_[)G5AH?ZD?X! EUP([7"+/4OJZ\>%O3_>Y<QBMY&&_^^PO/"V*'_R M*WP+]*U3B5OQJ>D-))YF, K_UIRH' &FS85&X$G*L+?CT<L5<Y5H[R6YX?+W MVW_UL]:,;^H+``0",77'P%)DIZ>FV@FQGF#S^&Z#H)4:9KQXUNV?XJ&B/KY. M7EBNS[].V0C4F#R+2WLY,Y-5’F2/# NMK2)FRAOK C=W&”+F<47M(B>/^U
MS]%2L6<N^?^J%%]3’6MZ(XV+Q>;7*)]M=%+/E[^’>O/>]DC)F_A"*(FQ
M[P$65]4ZD,!>43OXQRH%9[>$>=Z@_.+(54R":2!:.BD<;%TKZ[/<A6CK]6\ M[-+?@ASW*/'95?3JR75ILWA;’*X9>Y/ROF.G:J^Q$Y,F"!?-)X[45:RT.GQ
M3GX6HA" ):)4+1]!JS/:67>HU&M/R\WZAJW </)E=ZRG>O$3B1’6BZ *-ZZ
MCII>-)/LI6CFM/H#2)!P#’!PDJMYU>;YDR/
+ O]Q$"->=C>5PJ77:3M+H[ MF'0@Z0R'&'R@XVQN44]I\:P2\>_5GK&'*%TE>[$R=^[<[PYY&ER1=>0XQG_2 MC0_.'&V#4O5,"J4VX&63QP%T0=]T+U%S=T07Z3/8E!*0K$!;=/=I<+]54K8V M4J@I>H>M=GQP*2RG7D2]8/D\XI^>[(Q>@Y8.U?TRC+657MLKF[@W4<*O?T=< M(\:)/#<@C<D3SB E_@%*N^5-CG27_4J!.550@N$,&/^\=H+#GZXX//*MUZM( MRU.6D:%JR(,U;/8R,QG!#&N_A\^\,S#3;#R[1@HOE-!Y7&L<)55+>3+X]?-V M\A\R9&SS>=>O'5M$H06JN81;4-_$#<)V9L7&R60R5))?^I",%=\U'VLL-LR= M$RF.S[2(R-AM6$P_(8WD-6TT]<=<CUKDL:C[-NL@7->CW91O,*'C$-96YD M<W1R96%M#65N9&]B:@TS-S<@,"!O8FH-/#P@#2]-0TE$(# @#3X^( UE;F1O M8FH-,2 P(&]B:@T\/" -+U1Y<&4@+U!A9V4@#2]087)E;G0@,S(V(# @4B - M+U)E<V]U<F-E<R R(# @4B -+T-O;G1E;G1S(#,@,"!2( TO0W)O<$)O>"!; M(# @," V,3$@-SDQ(%T@#2]"(%L@,S4P(# @4B!=( TO4W1R=6-T4&%R96YT M<R R( TO365D:6%";W@@6R P(# @-C$R(#<Y,B!=( TO4F]T871E(# @#3X^ M( UE;F1O8FH-,B P(&]B:@T\/" -+U!R;V-3970@6R O4$1&("]497AT("]) M;6%G94,@72 -+T9O;G0@/#P@+T8R(#,V-2 P(%(@+T8T(#,W,2 P(%(@+T8V M(#<Q(# @4B O1C<@-S(@,"!2(#X^( TO6$]B:F5C=" \/" O26TR(#<S(# @ M4B ^/B -+T5X=$=3=&%T92 \/" O1U,Q(#,W-2 P(%(@/CX@#2]#;VQO<E-P M86-E(#P\("]#<S4@,S8T(# @4B ^/B -+U!R;W!E<G1I97,@/#P@+TU#,B T M(# @4B O34,S(#4@,"!2("]-0S0@-B P(%(@+TU#-2 W(# @4B ^/B -/CX@ M#65N9&]B:@TS(# @;V)J#3P\("],96YG=&@@,S<S,R O1FEL=&5R("]&;&%T M941E8V]D92 ^/B -<W1R96%M#0HO^_\(VK57IC>GDIVJLO=\5P_IRVD7E&\5 MXDXZK,:8R*V?Y43KBA_PUCI$<CRH0DR35Z*8,.B];=2[1]>]Q-C$GI\D"7K[ M0VK6[99L=IL>&##?SM*E& 8!;MR558W+:R1*/^;W:78NX+C@O=0E7)84]H]
MVJ!;KZ)9,7P*-^FX[RPO,MI S%#(FIXST4[0I>;E .+L6&V9+’@&T+5-:
MI0KRN7[KB$I>VAL;/71S%J-M8QJ"%%@:/>74F#U8)[\P//_B>#VY*:1K&$P MA-T:CD9EQ8QG<09J(:3'N+)6(V&2.)OWN=:759L(6^]X\;YQ;+FTU:B!\>N; MV&/7\8'R&,F&+6$XR,?,"X(;^'_F"6TOF@\ER7QD"I,E=RC=3!6Y]+<[P1 M/Q#8!A+U>M\0DX;NO9T-O'_'I^BX7[283:LIP:[A'VOW$8QZ_FB_+]Z=/,U# MOI?]M\AXU 7J]N.PGR+ *"UBXF9O$(7/VW'WFZ:%^:'=4A^/R"7"_>\D]FEG M36S-]&1W60_QV[&VJS[;]"WR"HY@RYHL1P#)F1])'Q[,.#,]$^MA-M15X O7 M%&3?]Q-A7]$4SN8_C,"?TUUU6VAWI+TF:0+%T&U8,H);C+(*ESI4!\LN-<Y
M+TP%O2V$AC+I6[4L)NT6^^O)12#UIE2OU[LGD\W6T(?CE)(O9^QK2FSIDA\ MO\#7[H.,)F6^^9L6S(:@N"-N.4/50M7Y8G1NQE@6(A/3;64KSY-WO8"0VMV+ M)1[\JVV8#@4IURDOB6>X)3J:$WY>2M4C$@#M'=.-\0=+&EH89U )?5I][R=< MUF&2DMKG/ -CL8ZM=\/E#"\<_I%DKI(V.;@)PA9O_63XYZ"-H;9CTB#:C_T
M&IEG.0F:BJXB3\Z1(J=9%:Z^]+0@"1^-/2JQTV+#*)GVQQ%>,8!C&*KRI MO&S:,880JI$QIFH]9/-E9C9L\\2SGG TMU0=)@W%!";JQC"2X#"#+03>%R)C M@K6YR)3Z0?F.4>3<, ""O!A*-,?S&&<N2Q@FTNT11P<Q_Q9 >D ?U.70#I)N M=NL@]9Q:D'(,U1EQ$#F+^%<<"Z7:Q%-G:5YLZ"<,CZUTK4:T%HV/_-L4@K.$ M7^0\P&O;1,A=I.J3**-?M3A7"TP'!2_?QVY<63"^*B3Z;/3TJVU<IO#&%Q^/ M:&?&365L=B!].NWF7]]L91*!;/T#V?!LUDYN5H)9LH!QCPV=Q]#J.(M-69KC MH.:U^?Y_]\O;.T.P8?R'5P=K).MQJ6,H,KDVM0,3:=3(E.EMX0:;K@$(&D+M M$N$,8)(GN ,OYOH[(>LXW0O^35X9M?S.Q45)!4/:0R9=+Z:&X;N0NXM8+$
M’!?DW6N<;7^>JU\-]WM+&/NSG:/&GD>3(,"-3’46H:V$I/?]F$’(=XVC:&5
M_PLQOCT2B)93W4C%^#-+,F B?NNP14T]^2<;0M=N:">&DVZ7!A FCYAI_=)
M4TYBP 22^B’7>>@&XN;!X*H/G;%8SF0&6.#0Q/)Z4+R6358MWZJ]NTJX,
M90>.P4EO@\7!@!V#6R ++W@M3=.9\XEDSM1^%W ]2Z?N,@5/8,OA(O%$2OV]
MQNL?Z,P\M OG80,V6"1<"%^Q4;1SF4I’CU(KI#)CN-M-3$+K@=;<3XN*U/:smiley:
M3#G<S-H3VPW.*2@MVQC[W7NI\U. 4&0LIAG7:E<SS=YS=7!VIV8\I?X.^]TU
MR.I:]E3,"M9.)9
)D>‘N,THJ48R7?%6@@ @S4_AO:>HL+6:Q5’+9MZ 0
M(2J5A’C_7]@BDR/E-.:DT/\I00Y8\V)],F9\L:ZX(\XV.O8L@?PF!PP=-. MU9)+^WK34,*DN$1FJ:9KW(GSN&KMP4VQYM^-A C>]^E>EXR!,;J5*K3?G8\7 M]02_/64WX!/3!1Z&]$5 ]H++"3%/&[V#<\U>Z2K@G?W3X\?[-ZSY(X*PVY@4 M87Q..3Z6J88^]6H-])'=]G(H9<@E"GS[W5(O%;09$DKQBB735F9D;'MR$)
MG"G-Y?@#VSCSPCC>T$4GWA,]52D;-!6Q]2 &C;C’J+1^OQ1J;B]J]6[4I/Y
M$W9N;D%GN!HEMQ!HH>QD=%1<.)@M?3WPASM5@9?;F@C(=+6M$M2XOZB:@#
MH$1
H%EFGM2AJ6$R.4)OM[IQ?E>1I5XOL LZJ/QT0Q,KP$YY.CM%%2<‘A$?A
MJ’.UY DLXP0OCX(6T<M4&!YA^EZE.0?[D<J&Y-'A9$.3DUB]EAJ_; 3^6FF>
M?M)/1GW[9$_,:?H>@8Q>]XN@#M.136FYS/$-6$FZQLJ_O9>0I
8’K.&<0Q
MJHWZ<“I\5YAO6(W2_G6ID8 0=CIAR<OA(MJPBA C3+’)8[$RME&S::ZV;3L
MR,40RNYN:3 6!) QL1JLTCQ4@W$0R,O60K>7W
&U\4!YTAS TKC>YN’%+’,)
M2?\F>RAW+Q,1E>(1]C$)=7ZF’CBD:@1BK(G(J!I;;2W[C[=KK]=Q;<=V
MX<[Q?H6K$-72MI/FW4G)4GRBU<PA!AKT&TQ(Q$_(![^J[3%]<F$]_27?S7
M=!AZ@5R"&Y7F3VOD\465SP=S8G^DGY3SITIK[?TMD<P?!!9O7K^>1WGD-^Y MC*.FC__YGO;X>[]Q\-BAT [AR-_9N9VJ&O\!\76(V1?5H-B$7"Q85@BO%?<
MHDWJQ(R;91*,21/>Q3@AJYX3I;4HP>VEV&F!\QY-+&C&_O5QLRDQX JH:!. M,?$.*$NK$%/2\1M8"%0N=T!N4Y(QS^N#Q/RY/_TX"]!*<*8ZZJ1%>26_.VAM M0IMZ7\)!_>_4G'H57VN>Y_Y3VQIW_N)R87#U!&491K NC+P7?O5XS]DV&E@J MK U>G"OJOQ<]])YKJ8_ ;'O)X4LI#^IQ?42/K\NZ]0)?D7.21<I%1QGR9M8
M’74E^]6OV:"G1
J]MEF&T)TEW2XCW_LYKS<(XN7$ES]&’;OL87-IO@8Q6/CO
M# AN’5<7:D8’9]]<N2J]-EH)^6VDJE1)+^2FP”<>]IJ.J’#^<M0+;KM:H[X
M[-JFIBH)8@I0E:EE+69ER.G+=1
/^’=G’4.YO$FWDG_X,'JH]I;G[F,"T
MT^\06#’^"]"3L5QO2,A3?IEHD<,AO'F/+Y_)Z3+T?\\;* UFN2[T4X"2JMG M#T5486];DRDDY]HS[X[12BA'%VW'*4(,^XSPX/^*THP/[30JE26X)*II+P(* MROR/_)\J(RM4%N_LF:TG)_99>?9OXJK=:X(H(L&]ECP9+'RC[>J._4\9_@#W MG9>AD1O>$Q%:H+)R3P1BH<8WK9->J-GB364&"$P6%80)C[\4XS,99,NLD82# M8*&NXM_<WVD6G!02"@!Y4#+$!^-9$I<Q:K$/BW.M);*MSDU=:8([8=5[CX8* M(/0/ZU+G/* RX\BA[N=/19BC/-OEKVNS#\?%SYYO\ .DR<T>MF6RPB$4/$>I MN\S"1G\E=SW9A/S_#[;;QH2!5">T<0TD60L^E5$HQR"AZOQMMZ*B_N*)FCI: M*:%5V'V4#S86^@Y1;J);1@LU6$E.Y4T&&ODBJ5 /-Q-M0( SA4J%\?OG%J_0 M$T?<0\*0X)4@S"73LP2R8^U\S(GMJ5]\9%ME[AENYA5GKT,%@X2$WL*.^O'/ M]Z6XK<+.;JV$EZY)@PW@+.Z#)%?3Q-LYD*V"VRTR]TJX!+31U!Z7*\ZK)9"O M._ *Y)&J)=07QZSRDC".//;$XGQ&/69V$GF:A>CXW%=.16+5H4;.V._+Z]I= M9,8_5WQ;@<C;R'_PQYTIH:&U2W1IJ\K'2E4D!"'[NN76*4!E7[:J'4LD55XC M%1><D"P^_J8OMI @\C2(&,=NWN '&[#*I5MJGC(J7);]Y*DY^-^UAZ+BUO_' M$-WPF!EN7@;W6U!VE G)<
<2.(,8EX^4V2.&/@&S>$>='E[R/SE*$O5A"U MOPW"[_#$##S3\4+"R[\58#9>N>*8-*""$S@/?W6('IJ]I@*31[@K0I,;B0?# M/J4/4LC$UJ!PB?B/@]&]#Q3SRG4<!>O$IYIN9 W3-)<-P@25':'EINW/>V-? M5,[/%$=XS!*H/L 5/HF.G\@=PSJE?P$OMA%OU(\U4<BB!;-%XLGK%G'$0TGC M^#YKIXTF1D];08,F*+^:% )3KALZ5UZU,-0W@PY>*R'2RT07RUU:,B)5N?F( ML-URC1I$P)1#KP2Z%<?7\#ON-2XIC*_7I@/4?_W01"L,N*'%;D#Z87O @%C4 M?YC95T78I2056%250;NC.R(U=KMZ 0L8J@B[/^?Y"4’UDK[<3]WG,C^+$
M;VFB2!M+?1<PS:[3K,D"ZZQ
YM,HJ73>P:]##NNIL[8.?]1 K_W44S'7H" M;Q*](K6,3PAS>!U]0)#:RSDGI+CT>[44+Z"6(4VDV3,-DEREWGNF'R>73K#F MO&O6@3;""702/@E] O)U$#E*C<B\NR:$'P<>*4’&VSI!=Z(S5L]C<MD9O
MJP% :a:17, ^(:9]Y"<%1%PA7%#I3[$7;QO*06’"34;?-+J/#%*E5V5,3
MV./;HU[7H+/G9W_I;^S$1MDP539<K4:(\B60H*XF"DOO'!;!J C'1Y=±6
MKBSKZFO
,)6I[BM243E@43H/D0%K1^6G\KN[X,>B2IN&4TN'@LR\,KKIG M93&.<T$?^6#ZBB00TW3(DTFKJU,$M,8%#Y\W]11X]WZ:OU36?;6<_=9UL!+" M4'G8U@M8W?%WA]O?*>'\&&4064Q+V3$20?CKY2)-!+_^\ AY-ABECIK3:]V0 M45F7#.-ARN3?>"@;:VQ?/7FLC0L$H2,VV@LUHNV?+;@(XLP'EG^&5B2)"J MZK8IZ6)Q]/#>>\PHC=QH?NAD^[6:D(N%HFBL)<8Q]A) B3LW("TB#4N#P=CU MU)=)Z]3[Y1?<I4_O(]]HMD!GA4'T^#KQLG*,9E)DLM!!D221TD?:5W3*KXSP M:3L:'Q$$5&YO/#9U=.B*@TK$#65N9'-T<F5A;0UE;F1O8FH--" P(&]B:@T\ M/" -+TU#240@," -/CX@#65N9&]B:@TU(# @;V)J#3P\( TO34-)1" Q( T^ M/B -96YD;V)J#38@,"!O8FH-/#P@#2]-0TE$(#(@#3X^( UE;F1O8FH--R P M(&]B:@T\/" -+TU#240@,R -/CX@#65N9&]B:@TX(# @;V)J#3P\( TO5'EP M92 O4&%G92 -+U!A<F5N=" S,C8@,"!2( TO4F5S;W5R8V5S(#D@,"!2( TO M0V]N=&5N=',@,3 @,"!2( TO0W)O<$)O>"!;(# @," V,3$@-SDQ(%T@#2]" M(%L@,S4Q(# @4B!=( TO4W1R=6-T4&%R96YT<R S( TO365D:6%";W@@6R P M(# @-C$R(#<Y,B!=( TO4F]T871E(# @#3X^( UE;F1O8FH-.2 P(&]B:@T\ M/" -+U!R;V-3970@6R O4$1&("]497AT("]);6%G94,@72 -+T9O;G0@/#P@ M+T8R(#,V-2 P(%(@+T8T(#,W,2 P(%(@+T8V(#<Q(# @4B ^/B -+UA/8FIE M8W0@/#P@+TEM,B W,R P(%(@/CX@#2]%>'1'4W1A=&4@/#P@+T=3,2 S-S4@ M,"!2(#X^( TO0V]L;W)3<&%C92 \/" O0W,U(#,V-" P(%(@/CX@#2]0<F]P M97)T:65S(#P\("]-0S8@,3$@,"!2(#X^( T^/B -96YD;V)J#3$P(# @;V)J M#3P\("],96YG=&@@,S4R,R O1FEL=&5R("]&;&%T941E8V]D92 ^/B -<W1R M96%M#0J"+-ZC[2+4*VA;<5X]0.4K&1Y'X9S<E107Q!DM1[#6YS36QV^G>,]; M.-7;!/AULYUE+C>J@0?#$Q4<(TE@XO5K’P!^^/-7U6DKH];IP4Z+)K:%1,
M^ISLL.)1=!#.'SBL-JH>[LV?AU<DF MH#2QDS/D$7P=SE1J7"8Q[_KSID>]%
MD
@I^MH@PXD:OL-]]&=-=33_A(M-!WR>+?%>Z&0?_ KDIEQ24<^9H^_U15
M.“A:W E#@L.3"E<\0SA_);>O_D^&[L]*9T&%M5$=L10. '=1/J*(9E67J7? M4VV[!ESK_&B$C'#F,O\E0D^B>@9$Y;P*+B).5G8<X\R_O&>4^<08H*??]ALV M<"JWKSTF>NK,M'OPJ_]1R-M!ZXK3(PJ/DWL/1W:0S&73I7#4[U.R24,O.165 M.Z0K4QSNZBHAVO.>E*RVF,')@X;CFD>^TWJ,6*5WF<\B*88U:;Z3(=P]9C\M MW8YB/"4=FG^U;(0"\ ,_>K+^_N#1).[ZYVP'%.?Z-\/^Z<7]QYY)LNV"I[L
MT1.KI;SKZ5E T+708WH5P>OFB!<:>Z&EELS)Z!=E#3[,G<O@%)U;O/% U
MZU"Z0UFQ]D:S#Y5F"2R??*0B<G6@T@6V8\?'%L.41)NA[YWE OFB\*ML SY M@1#GH@=&L$"9KUL21W>T04P)D,<,XKXK]%]N;XCW)-E1>H[RQ/M7 V(#HB
MO;W_BPX-:P#^B-^Z$"3=,D5;M:O&B9MB;@(=KI#:W9LZ>V)L#+7VNU’\ V
MG+3,P=KKE,=I,:R(DENP’<XXRK /.I[1J1>(.=@[.\M1?JYJN_4>6@&:>=O]
M-**_H%8#$S2:^]3?:]Q5*%L.$_4?IU6Y\[)#_OLJ6/$K&<*%J5+;V3=KIJ M;#IT@BZ7*WSA);6Y6BH.RUU;O2Z@678#M;7:^/CPS(QY#T))RL
7+/S0.RN
M’*UWYA2F
,^B”:/FK!)%"^;B8@ZKR-6R=1F2#‘8’K5±0[‘OH7KC_1$S4E
MRA6U;[ )"F<V-V9R0FRDH$XBNCSEV; [D!>YKZK-.IS:3>-89SIJ8<)EU)S.
MN66_UM0^]KFGY)L<KIN&O.EGW-; <MI0:\2=&%[%T&-469=^MP;8Y-_7E@\8
MRES[6%(?0B,&F’]P’Z’BGI/<2O6O
<,(;/%.’%K,W?.,F(L,^* J! “$>N!
M"1/!$RD0LBHD?>E2(“NJSOGKP4GTK9"U@+6!;ZPH9CFVJ5:11:DB=9<, .
M3E8(
$/YF7L"^,; “A&AK0]60T7(-H!U#9D39.OZ?+(ST1_MI^]2?]-7( MZ(\X&'O_K><!#4SJ]9X4[)[.@^WU^D,*H%;I-W'.>8LR"A[!56ZCW0&$85Z4 MT/IX)0/F_H&"9=!8TF/R#$<P";5.$:ST/KM"S=7P3=PIQ1%P_1ZO4,I^]0AV M.=KNL4S%MX%,W,:1"/%O$(L5A_]JQKZN]>.&M%>2E4>>HSB’QNSJGKK>:!@
M9SM!%E_YX0$GWKR.Z &5M-”(C"EVXW30,>3LL$KO[QPE]J>LAJ+!&V <JM7E
MN((05
BE<F3?DEXA:/;+)BI=A;>F.95W-FSF_"HQ><<; J],IG#4Q12Z)<E
M;T(39\ KM<1 +=Z_%%N(.KSTI2?#34I
3#,=”#HBP.&SO-FI0W&LGO9C#6S,
M+PSG0)LLR)#Y!FM<28MS^”# W_CLVQ9(!7E%!OTN9X872-6;D8&V^+P<+<=
M<AG9,.?F-!J/\Y,/-K+7/+BK)-.MT>Z7J;@[_"D>)CPY.H0!JH#)'"X.T. M6V8;V2PYH2JE^6$T@J8C)K^IN QE\+4-[!MV31P%X&X_CL?M&DIY^C^MJ4 M]0[^U-10M7/C8S#&OAU<9>_%S$S!3>LG7#F)Z =P$#2IQ*N6O:10XS2N5B08 MXA0IYN]\O:7ZJ@I%EL5AU<B5(QK\KZ?^]+213"%,G8<IS^M,=6@&F<U9ZM[B MS$GY!M<VA'BXKO&N@#NH/K7$B_+4Z";7\@\ZTFIT"S&^9NW1FF,R.3.ML]A4 MX04*Q=&!FVG?RH&I3<-T,&AMA5VLJ-TU1ZX('K/NOL2 B (9C+47EE1BR:K
M#;OF6:V/Z5;Z:RUMZ^$01.ASB&,&N3YK-B/KH^
$3.DQ7M7*";N3Q]%H4:$5
MG>4TH)!GMQ#PK% V_S#‘NFRIRGUD;4$^]=9%D9D@6DU3S6,F*@,T;GS=B(=Q
M,%%8/KWI53#E,58L57WX/^PU+=3HW[;2P^[)1 .JT1Q>"%%.DLW&]%LP+EJ
MD,W_N)M9TKKJ869BW&U0&R]4,7DUQQ#/,U%9Y!JL9H58(WOT’6L?V,DB,UP
M5T& [NI^G5’EOYA_;ZW%2<:FW"Z+H3 -"7$P\Z/3F=BT9I#FO%^C``:/<[X M5*_[MHQ%U#3"ZG81=I39V;:V&AOZ3_A&K#-[268"54#FW@T(78BL6D!Y;J3
M/$!L6=1JRR@&NF"L RK’O@RPGC/$)QN[FG
#2R>N=9>N6+$,>^’@.RN3L
M-.98]=LZIA/T+[‘FW%<SE6(VJ^SJ%H[;205]RA8%\ :>8/?IR<F8 2<$=26
MI $=^?%W>(5O[ED(RK@B_BG]!Q=>Q1O_,C"J.RSY\7N.04^(XNU.&3.W,Q$7
M>[&S"G?’=2)]V3I!6X7L[I Q,3,@_F&L:B=%U4@^GW62I’‘00D3*(@0.KS) MD+U+OYF4<+!*GYA<KQ=)^L?3D \’?PJ4HNYW;7X0I3O7E%O+4$PN^4;)>J * M]&^X6RXP@&[_F&'KT] .;<:TFGQY0U1
5M!#=R&O.D)=M..9D.3B^2ZAS3& M\(WJUS)H[S)[B#EP)/W4K\GW=E(\S;BGSNPY\H!YF.QO04Q(A%2K$1V9E7X5 MM4D^7KO&U&>%79EE"0,4XBQ![_U/@LZ:$9N>02W;J<W^[R&+PQ1X3B"W$"G- ME[!#BKXRI @R40+?$U;O2E?^_+ECQ12>$AT>/?/B,N_A(6B.S'F!!UK=N>8. MJ1\1TX7I$4F-+L+BS+PFVW!#'O+Q./H'7XK*>9:DS]CTSK *[YF06ATV&8T\ M_/P89@0!1V/3+C7RO*9'F(XAMYP/RL@T1YW?&5^<34IS.N8O-*AVVN?#+!&O MK$AQ@5F]@0?]O6&(1E1H[GVZX($9 REU#)LQIM$]^’+B[[I!=4Q%Y(P.#F M1SQXLGOM\U1#M&!B7"1HS<H?@Y?$2MCPSA,#95KGTT^HL*-5-.^‘1T:68@FZ M%"Q6C>S/#]O$7G3>CKNG<;-EA4,:#8>"7&X&E;>P6=V:N4Y7M/JLL-L0’&7S
MMQM-Q^T*B7HWIG+FXY(X,K$.CS7+M+KTB]O?8DE^M66"!N',\-@V69QTF M,ASKW@\-30;#JCVK/%EQRG:[^=@C&CH2Y_\AKTSBH@.1VO!8^<4/88<9Y$CX MQ#AY'ZH%@]:EQ-[!#ZSNK8FPV)V?WA<3-3$Q=<ZX[0=R\C@CL’W*34"\0
MY<(\7M(M45HN1)DSS?%?=7RP1@2FDUN"9IC$+AJ,NP=@2RU$@U@YN.EPY1PE
MEB(V129X=9FSGD.C"A]PST3/RZA0@.$_934(^EE!LI.?P<I-MK7=CA#RQY!=
M±K+;2:]HUAL&"
!D%?[EJ/FA<BSLXY4L<9$G-+BW$AFGDY-0L!(.0BF<^) MTSLZKD=2?"0K_<V75K'E?5X5O'$RDUQQ^6QE;W*D!C.I'C3&)]H9C1NJ!R?+ M@)2XI4Z=X$_%7<]*4]@==&?QC9XUNT8WLE7A_0F^6.(SVCF3*Z?U=7^M@9O[ MU>TA1+.0.&HV2OC PB\7=LPKJ+44OV&B(Z6(E5T'ZU>"1U!^=WRAOJ>>^NAE MWT9A#VDX^J\U( +<1)[ACD7(J(9.K6,M%B$])EB??^1M'5I0!-85@)(',B^: M"@;@F+BDT[AU^'CZ&7_:T 8V7CS<P(P)8;PQ0+";Q@D6W"8D117B/!I_R1JF MSV))?OX,?>F_P[#YO;."><.QG29(>VE\-^ X/AZSK"K;$E264EL!/Q9A_]?Z M!UW&'A?;3##GOH/,ZG&#J,!*X(T(IV?!8:%(/G(UKU!LD<A4U9=-<:U&$"9J MV\C%/O6*!D36#<8:MT8OU-D_B-6YK65MK[MUE^,S#,(IC$9PP6*9_4UIA.4E MQ)Y(8FP5)TZJF0JTXFB%W<NBK5"^4.MEC"P./=1$YWCB]2/0.6WMJO$ZV?
M0)\5M V5W4%1/H(LWV)U=G+07XY,V P7] G%N7_V"*7'@I:*"B<]#GM?@K* M:GAMVT).G"57MS)!,T!^6.TP%X\LP\"BOH).#=2!?ZT=]XCP!^_D&XV75RU( MP$J-PI4B57.6=W_3X+:K>P9MS(7^J/(?:.SVVF:F2V&L4E;R5=O_[?^OZ+5> M''D$"][ ^4;"X Z @X+%=3ZSYVD'>_!D%:@-]!6XPXDT/JZAGM&SZ#8WW (R MJXFUKWYQ>G 5W_1M$3')9(\F%2 ^VD<4@NR$JD\]2Z:Y[?A #O\K_O@EH$E& M70J+8#7SA<@!%Y+]RPZ4AE^L//IY;!.Q+%*4HZU2*WJ9LU*8C-NUD&<RH?\
MNEF"B’M:&4JM7@94F,9)Y"-7’4@Z_Q5C9T.Q=$?4VSIK VJZ64F%RR3".>B M.?1'-OQJ@AG *WI\C 4K*=>(J$3>T1EA@-:)(QM1.</,*@6))1W^!O">UM#0 MQ/YZ:23H!D^_QI1;8)S>4.;4#65N9'-T<F5A;0UE;F1O8FH-,3$@,"!O8FH- M/#P@#2]-0TE$(# @#3X^( UE;F1O8FH-,3(@,"!O8FH-/#P@#2]4>7!E("]0 M86=E( TO4&%R96YT(#,R-B P(%(@#2]297-O=7)C97,@,3,@,"!2( TO0V]N M=&5N=',@,30@,"!2( TO0W)O<$)O>"!;(# @," V,3$@-SDQ(%T@#2]"(%L@ M,S4R(# @4B!=( TO365D:6%";W@@6R P(# @-C$R(#<Y,B!=( TO4F]T871E M(# @#3X^( UE;F1O8FH-,3,@,"!O8FH-/#P@#2]0<F]C4V5T(%L@+U!$1B O M5&5X=" O26UA9V5#(%T@#2]&;VYT(#P\("]&,2 W-" P(%(@+T8R(#,V-2 P M(%(@+T8T(#,W,2 P(%(@+T8V(#<Q(# @4B O1C<@-S(@,"!2(#X^( TO6$]B M:F5C=" \/" O26TR(#<S(# @4B ^/B -+T5X=$=3=&%T92 \/" O1U,Q(#,W M-2 P(%(@/CX@#2]#;VQO<E-P86-E(#P\("]#<S4@,S8T(# @4B ^/B -/CX@ M#65N9&]B:@TQ-" P(&]B:@T\/" O3&5N9W1H(#,T,34@+T9I;'1E<B O1FQA M=&5$96-O9&4@/CX@#7-T<F5A;0T*2K]WBW ?5)C\;B^U$1R9TJ,U):J^K28
MEQI[T9@(Y=VG?AJHUR&W7DW09)".I]/WLHZV0@
(TPF’:8P!]ND$9I")KI^E
MZJ3X,#$].SG]9]:4#>)Q5XMUKRNQ(_P8EH!]+&<VWVIH>TG08FT6>M6DKLI M!ET,4;=BVND?$,G;%X:RGB>I-E[(VLN#?"2>"[(N/]"KM(AS[? MIB+[6G.^ M[1+"8JK-=_OJZF&.@RXK6TR ";_(>YQM^L-#= $L&[F26*8?XIE12YR:3ZJL MBM)O>P8IM"W<H?.&),<U8XFB$CI*Y+^W*)+>S6_-M@,K^6QB2G8CW>"+42BJ M,+;LEVG?XK:3,:=A0)QZ))I;\L LU<7\;\/:%+Z=_.N?4(:KRW,8OTH$R+ M M#6<%RHQ4Z])8IP%J\,8I_)!42:!\7Z/BV/$N.PT&E@7^SP0RJH4B$JT<E+$P M.MI8$9>2K\=U<N$('>.<<\G^M*Z3UT9"YW>P)#F_-X4<%V>+@<+_.&H]80'C M2M6'C."RZ_91UI2(NU/V*N7@%8#,1O @$QT,#PGM$ $CI?['A XE:/UV+>)8 MV,XGJ#/M4#.Q/B\GDZ9AW]!3’=P7:G#Q5_5FK0"Q2G?14.[)%@8!79#05<)
M.F1-V=T-&NE<>9/IR#,$D2L[O7KND@IT6+T(&*7'VAC,Y*R0CZ:Y.PW4UHG MKX)R8OX=L2+W>F[+D0B"7T[23/W)]HFK;#CIWZIR6;#7!N%C;(VCX8?V8F.W M%!$S")'KA6NAGD]FC655C$N*$N4?B,;$CW@HFXHH>?)6"CF WNHO=2=\LX+Y M>-=U,%.4QCBUS8=68G"WS4X<*G)H04<0V_/@OVK69J!'=@>$X@E’;P%L^<
M)\L)-@"S7VLO13&NW.6T2F+4KH4(18LJ:2):6)D')VT.E>]M]@#=3CNYR^L M#Z4>STBQQ,;ODQG]4DUGRHDE?0845+Y@I9Z;0= SDNODY4P/\IR,BH(L=G>= M48,?2JJC<&GPW.06JCQ+][K=BURRE]+'U6[\[\0;V%2<%!\4.%\'@"XXU?>J M),-SZ-3K?P(DI;!]6D:M,N/!]:.DXL4DP]D<AE(MB-CA-\4-[+[(.*V8+Y$W M-FW,#A;.YEY.I__Q?'%3?IT"61_X*4@(;S9GL)#<D<4-SK>R_"AJB/GGH[+: MSW@@:6JL!Q@DJ;C9P2*&]].Z99.4#,+%T#3'#AQ2#9;;SP[,>!KDSPX98WH> M_![;7M?$9P?PGGIO(./8+[?R",P*4W"*G:3'^C*S8/<ZZ:>!%#^4OC:7;)]" MC,*Q&9X*( UDR_SR,>440FW@:(RW&MT0J[:&N.6U(S/XM03[:B\P;G.]8J*G M'646)7+2\,1M"(@KJ'K69R)?&$M"4,0L6!:+5PMRCB*P@0(PZJI.Q2[7#/ M$73"5;6I#*4Z^.%8O (MQM[=SU\.:3XO&$IOQ/A(PAV>0#+GF[_6>4X0UX.9 M>LO$B%N/?,S44\L[G9(\V?CKR:^4SX7(2@6RYP?;7>@KLAT)L,<]5;A2X"L
MFT0#VK:"6ACU!^7!Y2MJ3S^
&/I$RV<80YK7%+VFQT)$A%[KGFVGL=J>-DU1
M6VPBO.BL^X) 6W!LTC#1Y@J(
;RA/0S&QA,BV&6^/2;J&&P_][SOOU92847
M,#!J]444_ JL&%3_@S#) X"A0?(]D^JS@#-$7]YVBV+HE]8E1X.]Q>;Z9Z@
M\2B-XV%%/. “.\7CL]”:/3#QE2!RE4M&8T/$CP[A^D10#W^FWDK;VD)R
N/>
MB[L^L’PMV_V91S4!?E:AJI8:93W%8\C/8X#XJ^:ZPVX,V6A7G57L&?:I0_) MMB"*84[D6N[.R',:FWCD!+\R[U?0&]^$X!2NS^C,ML4H-0U4/NG[T;F!:H9
MX?NCP_$^^&$OR)D,)?\J0[5Z_G+[T_@Q@H;7]R_:3PF0D^B-O[\8@T/9B ‘T
MMK GX?&$2Y#G_3CT6LW2.YZ 4VX"’;QU;T]:UR%Q0<QWR /)KQOJ6UIRT4 M5F\3S)DBXM*S>A'S]W"K.:M8$!/CB:G"$D.*IP2?FG,2IQ20S[*7^[7C,L43 M@?/XBPE\;JT-"]-E[HX5)ICZW9*=,&SRM\6 M;\6[")6?CD#@@EG8@!9YX-6 M$;E=N"('P5ARN1J&)L,4_W#H;L+B6[6V95]?[LO*A_Y9\26GA;Z*;>7C38'. M4;\R.03"^LM2WX2S$@W]2Y!&"1=PX6>F'#WAR8=OU37FQQRY2%2K9\&P-%2) MM>01P83[XBEPBP(IU/3>:@HUN1L9Q1M&6 !K"W[37L@$BL9FFE-P+V[:PMQA MZK=@C\1T8^FLX:EVU_E>'0/5U2H_1-&JO<0EHQ3^1;2VLG6*>4$^ZV9 ,W3! M7&<\<8Q\0UJZAS.<O;IWNW=PLZ5X_>$3J)W00_82#B&],*<FTK+..8R6Y[D^ MS?+V2J@MW^FB*#9*#$!3X[.VL0.OC\A+S.Z3SD9X47=2R2[R9 6R&$ <C:^N M+[FDD4M0<2!-\@*$;SG,HF1XW\JUJ_;E+X#F=_8[085W=B*QPD<IHFYM+I[= MK3&WU"!I08=%B QBW7P$)ZN@?A"T4HL'34]7+##(=Q(@G[PPJ.&-^P"/UQVX M>;E[(^J-7YX&MF7\$20B2,6.X3=ZH\E#65>KIN+ZYO F9YS ON6^?C^(T)&8 MI6HTT-65TG8IRS@6-^Y(>KV_>WALL060("OWVNI5%"_E%=SWI;3VX'-Q,Y>& MBSBC/'H$E [)+=46G90(=(KR!CSRQ )$\N58EG_L9 '=5W2-^\G+/GD_^%$
MI@>46!@Z2/D!UG%F5X\Q’UW+N4[]9Z#9F(X’A>1XX9E_J^_,Z4(NU)T).,CT
M&EAM"BF$?IDL[Z J(VW74
Z>X8R63.&"FFBSS4#ONNN>9D;M;JDL$>A3<0F0
MIC_&SV0%WIV"E "8"OG[S.0/’’+(!$]?C=HJ)B7#:5@X^7]NAK]J[)I’^DI>
MHX>.49[?D=1JZ?\DV-_N1BJ<(8DL 1FO-P’4O?<[9’]IYA2U9]6<(Y"C8O
MH%-S4D?6C9%I6ND?!""<!D?IG?MB)W$>)D@NOY#7S36’ I-[G+]:A?#OTV/
MQEG.RBPWTNOV//%E]?3>?<;_@3SZR=AX-H1
DABMHMD".-I?;S,E3&4PTGJ M2"<8NAB;[3E?-+GIC1'(\^FG'6)$.L^V-)K=_4..9Q&$\AY:Z<]WO5J,WD1V ME?I67N5?S>*0#F5\J=TL5(X'M+ZP.%;NLP&T2Z+O<:#;-5+1#83K9R78>D;- MQ M%<ONN)UZ?</I=<ZO"&=;Z/S^;0P14QHOM472)7Q6]'ZT>_H^ZD'M%VUJH M=:K&\W.S'JK';MQ4'9^HF8;8.JCQ7FL47 .)S$O<+W,##ZY'_AM:T;XB1'1" MP5A6B(+TJE'Q.*7:,B=K=[. XB\QIFD1[>Q)?6G4O(V;X2';9)\E+71 WT\5 M"@2Y78I5JKP"?0B3S'VR"3VM/,04NO%P:M\*WWF1AO[(V-E"^HA)?0'F+<Q3 MF9U,\O*OJJ2)_2"IHN%Z:OIU8@O6"IT.G$35>@7-G2=$!.7VOY&RW:[S/B#" M-$4LML VOUAC6K/PZ!;&Y4B.K00/H(G-IP.MWB;<L #-9)’?XCWN_[V8H’E
M7OY)L5.!MB%$’^VA#;09’6!3-^RGP-NZR@FS"H;W_\25T>IQD3.[,QRT]4
M4±U=MYN2QN695]=P_R1K9)5(Q
±%C!6O/O

Gee,

I think the attachment is there, although I get a line saying outlook
express removed access to “unsafe attachment” when I try to open it.

John

“John Eddy” <john.h.eddy@lmco.com> wrote in message
news:bbnt57$76l$1@inn.qnx.com

Mario,

In my case, the flash “floppy” and the bios, are the same 2Mb flash chip.
The bios uses the upper 2/3 of the chip as a pseudo floppy, and supports
it
through bios calls to access the floppy drive. It looks to DOS just like a
floppy drive, because DOS uses bios calls to access it.

I do realize that kicking out bios means I have to set up all the
hardware.
I was a bit leary of that. I am sure I can do it given enough time, but
think my brother underestimates just how much setup would be needed.
Personally, I would rather just put a bit of code onto the rom that starts
as an option rom at the end of the bios sequence, and do the boot from
there
to the rest of the image. Then I could play with initializing the hardware
until I am ready to try kicking out bios.

They have an example of how to set up embedded linux on the bios flash:

I will try to attach it in case you are interested.

But, I would like to have the flash file system working so I can save
data.
I suppose it would be ok to map an area that was on the chip and write to
it
manually, but I would prefer to keep this file based

Say… has anyone done a BSP for the Diamond Systems Prometheus ZFx86
system. It is roughly equivalent to a 486dx2-100, but uses a system on a
chip instead of a standard intel micro.

By the way… getting back to the original question… how do I use the
flash file system on a AM29F160DB?
Would devf-generic work if I set the isa memory chip select 0 (tied to the
bios flash) to map the entire 2Mb of the chip above the 32Mb of system
ram,
and gave it that address??
Would I need to give it an address above the bios, or the start of the
flash
chip??
The chip is seperated into 64K blocks except for the side that bios is on.
That side has blocks of 16k,8k,8k,32k, then all 64K’s after that to fill
the
whole 2Mb area. Can I give it any partition boundary? or am I limited to
powers of 2? Can I set up two regions if I am limited to powers of 2 (1Mb
and 512Kb)?

Thanks,

John Eddy


“Mario Charest” postmaster@127.0.0.1 wrote in message
news:bbnp5d$2gf$> 1@inn.qnx.com> …



4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything
that
was
not compatible with that. This is probably do-able since mostly copy,
dir,
del style commands would be needed.

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M).

This isn’t as easy as it sounds. You would need to initialize
everything
that normal BIOS takes care of.
Also note the “flash drive” are usually not where the BIOS live. BIOS
probably lives on another flash.

\

“John Eddy” <john.h.eddy@lmco.com> wrote in message
news:bbnt57$76l$1@inn.qnx.com

By the way… getting back to the original question… how do I use the
flash file system on a AM29F160DB?
Would devf-generic work if I set the isa memory chip select 0 (tied to the
bios flash) to map the entire 2Mb of the chip above the 32Mb of system
ram,
and gave it that address??

If you can do that, that should work.

Would I need to give it an address above the bios, or the start of the
flash
chip??

I would give it the address above the BIOS, it should prevent accidentaly
corrupting the BIOS :wink:


The chip is seperated into 64K blocks except for the side that bios is on.
That side has blocks of 16k,8k,8k,32k, then all 64K’s after that to fill
the
whole 2Mb area. Can I give it any partition boundary? or am I limited to
powers of 2? Can I set up two regions if I am limited to powers of 2 (1Mb
and 512Kb)?

The partion boundary have to match block boundary. AFAIK Flash driver can
only support one block size for the whole device.

Can the flash device be REMOVED, because if you overwrite the BIOS they only
way to restore it may be to reprogram it in a stand alone flash programmer!

Thanks,

John Eddy


“Mario Charest” postmaster@127.0.0.1 wrote in message
news:bbnp5d$2gf$> 1@inn.qnx.com> …



4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything
that
was
not compatible with that. This is probably do-able since mostly copy,
dir,
del style commands would be needed.

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M).

This isn’t as easy as it sounds. You would need to initialize
everything
that normal BIOS takes care of.
Also note the “flash drive” are usually not where the BIOS live. BIOS
probably lives on another flash.

\

John Eddy wrote:

Acellarius,

Gee, I just assumed it used the +12 because it’s power plug was +5,+12. I
just pulled the yellow pin out of the connector, and it still boots from the
floppy. That means I might be able to rig something with teh +5 output from
the prometheus instead of using an external supply… THANKS!!!

I have thought about setting up a config.sys menu and allowing the system to
boot to dos for copying new images, or qnx by default. The problems I see
with this are:

1 I currently can’t fit all the files on a 1.44Mb floppy (mrts.ifs,
cksum.dat, io.sys, msdos.sys, config.sys, loadqnx.sys, command.com, and
other needed dos files…).

Yes, it will be a tight fit…

2 I still can’t “see” the disk once I boot into QNX without the flash
filesystem, that means I would have to transfer the calibration data to
another machine, and make a new image. A slightly simpler method might be to
write a calibration routine in DOS, but I don’t like mixing source from
multiple operating systems on the same system.

No, I didn’t think you would be able to access it via the filesystem.
You should try spatch’ing the “disk” and see if you can locate
the various DOS files. If you can, you can use low level reads to access this
information from your program. Note that if you’ve booted into DOS,
you can transfer the file using standard
(I suppose a R/W filesystem is available when booted into DOS?)
You could use stuff like intersvr/interlnk via the serial or parallel port,
or Nortron Commander.
All a hack, of course you will have to evaluate if it’s worth it.

3 I would need to have an extra delay before starting up to accomidate the
selection of boot method.

config.sys offers that. (e.g. DOS 6.22, DRDOS 7)

4 I don’t have a keyboard or monitor, so I would have to configure the
system to re-direct to com2 and hope I didn’t need to run anything that was
not compatible with that. This is probably do-able since mostly copy, dir,
del style commands would be needed.

Ugh. Add a VGA. See if the BIOS offer redirection under DOS
of the keyboard/screen.
I know thr SBC form TRI-M (which also uses the ZF chip
offers this)

My brother was all excited at the idea of being able to replace bios
entirely with a qnx image (use the full 2M). This is another possibility if
I can get the flash file system to work. I am not sure we have the time to
do that though (except mabe as a side project after hours).

You will learn a lot!

PS You should also be able to write the image directly to the “floppy”,
without having to boot DOS first.
This will also save some space, and you can make the calibration
files part of the boot image.
Check out the dinit command.
(I suppose you are using one of the commercial versions…)