u-blox logo
This commit is contained in:
parent
b9e4cc3aae
commit
00256c439d
@ -1,4 +1,5 @@
|
||||
\ihead{\includegraphics[scale=0.30]{config/Laird_Logo_TM_Mark_RGB_200.eps}}
|
||||
\ihead{\includegraphics[scale=0.30]{config/u-blox_logo_46pix.eps}}
|
||||
%\ihead{\includegraphics[scale=0.30]{config/Laird_Logo_TM_Mark_RGB_200.eps}}
|
||||
%\ihead{\includegraphics[scale=0.16]{config/novero_logo_web_500px.eps}}
|
||||
\ohead{\today}
|
||||
\setheadsepline{1pt}
|
||||
|
716
config/u-blox_logo_46pix.eps
Normal file
716
config/u-blox_logo_46pix.eps
Normal file
@ -0,0 +1,716 @@
|
||||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: (ImageMagick)
|
||||
%%Title: (/srv/www/vhosts/releases/3/save/queued/a/d/b/adb76f511389daa5ad8ee18193c02514/intermediate1/o_fb7c2a074343e5cf.eps)
|
||||
%%CreationDate: (2017-01-05T15:32:01+01:00)
|
||||
%%BoundingBox: -0 -0 122 56
|
||||
%%HiResBoundingBox: 0 0 122 56
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 1
|
||||
%%Pages: 1
|
||||
%%EndComments
|
||||
|
||||
%%BeginDefaults
|
||||
%%EndDefaults
|
||||
|
||||
%%BeginProlog
|
||||
%
|
||||
% Display a color image. The image is displayed in color on
|
||||
% Postscript viewers or printers that support color, otherwise
|
||||
% it is displayed as grayscale.
|
||||
%
|
||||
/DirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% red.
|
||||
% green.
|
||||
% blue.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/DirectClassImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass image.
|
||||
%
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ DirectClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayDirectClassPacket } image
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/GrayDirectClassPacket
|
||||
{
|
||||
%
|
||||
% Get a DirectClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% red
|
||||
% green
|
||||
% blue
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile color_packet readhexstring pop pop
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/GrayPseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet; convert to grayscale.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
color_packet 0 get 0.299 mul
|
||||
color_packet 1 get 0.587 mul add
|
||||
color_packet 2 get 0.114 mul add
|
||||
cvi
|
||||
/gray_packet exch def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 1 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add def
|
||||
} ifelse
|
||||
0 1 number_pixels 1 sub
|
||||
{
|
||||
pixels exch gray_packet put
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassPacket
|
||||
{
|
||||
%
|
||||
% Get a PseudoClass packet.
|
||||
%
|
||||
% Parameters:
|
||||
% index: index into the colormap.
|
||||
% length: number of pixels minus one of this color (optional).
|
||||
%
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/offset exch 3 mul def
|
||||
/color_packet colormap offset 3 getinterval def
|
||||
compression 0 eq
|
||||
{
|
||||
/number_pixels 3 def
|
||||
}
|
||||
{
|
||||
currentfile byte readhexstring pop 0 get
|
||||
/number_pixels exch 1 add 3 mul def
|
||||
} ifelse
|
||||
0 3 number_pixels 1 sub
|
||||
{
|
||||
pixels exch color_packet putinterval
|
||||
} for
|
||||
pixels 0 number_pixels getinterval
|
||||
} bind def
|
||||
|
||||
/PseudoClassImage
|
||||
{
|
||||
%
|
||||
% Display a PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% class: 0-PseudoClass or 1-Grayscale.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
class 0 gt
|
||||
{
|
||||
currentfile buffer readline pop
|
||||
token pop /depth exch def pop
|
||||
/grays columns 8 add depth sub depth mul 8 idiv string def
|
||||
columns rows depth
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ currentfile grays readhexstring pop } image
|
||||
}
|
||||
{
|
||||
%
|
||||
% Parameters:
|
||||
% colors: number of colors in the colormap.
|
||||
% colormap: red, green, blue color packets.
|
||||
%
|
||||
currentfile buffer readline pop
|
||||
token pop /colors exch def pop
|
||||
/colors colors 3 mul def
|
||||
/colormap colors string def
|
||||
currentfile colormap readhexstring pop pop
|
||||
systemdict /colorimage known
|
||||
{
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ PseudoClassPacket } false 3 colorimage
|
||||
}
|
||||
{
|
||||
%
|
||||
% No colorimage operator; convert to grayscale.
|
||||
%
|
||||
columns rows 8
|
||||
[
|
||||
columns 0 0
|
||||
rows neg 0 rows
|
||||
]
|
||||
{ GrayPseudoClassPacket } image
|
||||
} ifelse
|
||||
} ifelse
|
||||
} bind def
|
||||
|
||||
/DisplayImage
|
||||
{
|
||||
%
|
||||
% Display a DirectClass or PseudoClass image.
|
||||
%
|
||||
% Parameters:
|
||||
% x & y translation.
|
||||
% x & y scale.
|
||||
% label pointsize.
|
||||
% image label.
|
||||
% image columns & rows.
|
||||
% class: 0-DirectClass or 1-PseudoClass.
|
||||
% compression: 0-none or 1-RunlengthEncoded.
|
||||
% hex color packets.
|
||||
%
|
||||
gsave
|
||||
/buffer 512 string def
|
||||
/byte 1 string def
|
||||
/color_packet 3 string def
|
||||
/pixels 768 string def
|
||||
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
x y translate
|
||||
currentfile buffer readline pop
|
||||
token pop /x exch def
|
||||
token pop /y exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /pointsize exch def pop
|
||||
x y scale
|
||||
currentfile buffer readline pop
|
||||
token pop /columns exch def
|
||||
token pop /rows exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /class exch def pop
|
||||
currentfile buffer readline pop
|
||||
token pop /compression exch def pop
|
||||
class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
|
||||
grestore
|
||||
} bind def
|
||||
%%EndProlog
|
||||
%%Page: 1 1
|
||||
%%PageBoundingBox: 0 0 122 56
|
||||
userdict begin
|
||||
DisplayImage
|
||||
0 0
|
||||
122 56
|
||||
12
|
||||
122 56
|
||||
1
|
||||
0
|
||||
0
|
||||
256
|
||||
000000
|
||||
800000
|
||||
008000
|
||||
808000
|
||||
000080
|
||||
800080
|
||||
008080
|
||||
C0C0C0
|
||||
C0DCC0
|
||||
A6CAF0
|
||||
646664
|
||||
64666C
|
||||
646A6C
|
||||
6C6A6C
|
||||
6C6E6C
|
||||
6C6E74
|
||||
6C7274
|
||||
747274
|
||||
747674
|
||||
74767C
|
||||
7C7A7C
|
||||
7C7E7C
|
||||
7C7E84
|
||||
E4021C
|
||||
E4061C
|
||||
E40624
|
||||
E40E24
|
||||
E4122C
|
||||
E4162C
|
||||
E41634
|
||||
E41A34
|
||||
E41E34
|
||||
EC1E34
|
||||
E4223C
|
||||
E4263C
|
||||
EC223C
|
||||
EC263C
|
||||
EC2A3C
|
||||
EC2A44
|
||||
EC2E44
|
||||
EC3244
|
||||
EC324C
|
||||
EC364C
|
||||
EC3A4C
|
||||
EC3A54
|
||||
EC3E54
|
||||
EC4254
|
||||
EC425C
|
||||
EC465C
|
||||
EC4A5C
|
||||
EC4E64
|
||||
EC566C
|
||||
EC5A6C
|
||||
EC6274
|
||||
F46674
|
||||
F4667C
|
||||
F46A7C
|
||||
F46E7C
|
||||
F47284
|
||||
F47684
|
||||
F47E8C
|
||||
848284
|
||||
848684
|
||||
84868C
|
||||
8C8A8C
|
||||
8C8E8C
|
||||
8C9294
|
||||
949294
|
||||
94969C
|
||||
949A9C
|
||||
9C9A9C
|
||||
9C9E9C
|
||||
A4A2A4
|
||||
A4A6AC
|
||||
ACAAAC
|
||||
ACAEAC
|
||||
ACAEB4
|
||||
ACB2B4
|
||||
B4B2B4
|
||||
B4B6B4
|
||||
B4B6BC
|
||||
BCBABC
|
||||
BCBEBC
|
||||
BCBEC4
|
||||
BCC2C4
|
||||
F48A94
|
||||
F48E9C
|
||||
F4929C
|
||||
F496A4
|
||||
F49AA4
|
||||
F49AAC
|
||||
FCA2AC
|
||||
F4AAB4
|
||||
F4AEB4
|
||||
FCA6B4
|
||||
FCAAB4
|
||||
FCAEB4
|
||||
FCB2BC
|
||||
FCB6BC
|
||||
FCBAC4
|
||||
FCBEC4
|
||||
C4C2C4
|
||||
C4C6C4
|
||||
CCCACC
|
||||
CCCECC
|
||||
D4D2D4
|
||||
DCDADC
|
||||
DCDEDC
|
||||
FCC2CC
|
||||
FCC6CC
|
||||
FCCAD4
|
||||
FCCED4
|
||||
FCD2D4
|
||||
FCD2DC
|
||||
FCDADC
|
||||
FCDEE4
|
||||
E4E2E4
|
||||
E4E6E4
|
||||
ECEAEC
|
||||
ECEEEC
|
||||
ECF2F4
|
||||
FCE2E4
|
||||
FCE6E4
|
||||
FCE6EC
|
||||
FCEAEC
|
||||
FCEEEC
|
||||
FCEEF4
|
||||
F4F2F4
|
||||
F4F6F4
|
||||
FCF2F4
|
||||
FCF6F4
|
||||
FCF6FC
|
||||
FCFAFC
|
||||
FCFEFC
|
||||
FFFFFF
|
||||
240FBB
|
||||
000000
|
||||
AB57D0
|
||||
240FBB
|
||||
18F38C
|
||||
41E9D5
|
||||
B41C60
|
||||
18F3E0
|
||||
F4ECFB
|
||||
18F398
|
||||
000157
|
||||
00018F
|
||||
00011B
|
||||
FBBB10
|
||||
000007
|
||||
000129
|
||||
00018A
|
||||
000518
|
||||
0001AA
|
||||
240FBB
|
||||
000000
|
||||
AB57D0
|
||||
18F3CC
|
||||
426A8E
|
||||
000007
|
||||
310AE2
|
||||
000000
|
||||
000000
|
||||
18F3F8
|
||||
F262FA
|
||||
0101F8
|
||||
000157
|
||||
00018F
|
||||
18F45C
|
||||
F32A72
|
||||
FBBB10
|
||||
000000
|
||||
8F0157
|
||||
000000
|
||||
407D3C
|
||||
000000
|
||||
240FBB
|
||||
0101F8
|
||||
18F470
|
||||
F26D91
|
||||
F26D51
|
||||
908880
|
||||
000007
|
||||
240FBB
|
||||
000000
|
||||
000024
|
||||
000001
|
||||
000000
|
||||
000000
|
||||
000070
|
||||
FFFFFF
|
||||
FFFFFF
|
||||
F26CE9
|
||||
F26D91
|
||||
55E56C
|
||||
000000
|
||||
000000
|
||||
000000
|
||||
0400E8
|
||||
18F47C
|
||||
F2CFEF
|
||||
FBBB10
|
||||
000000
|
||||
000084
|
||||
000000
|
||||
8F0157
|
||||
000001
|
||||
18F4C4
|
||||
F2D048
|
||||
0400E8
|
||||
000084
|
||||
000000
|
||||
F2D05F
|
||||
908834
|
||||
000000
|
||||
000000
|
||||
407D3C
|
||||
000000
|
||||
000001
|
||||
000003
|
||||
18F4EC
|
||||
B76D10
|
||||
000018
|
||||
000000
|
||||
000000
|
||||
000028
|
||||
000000
|
||||
B76B30
|
||||
B76C31
|
||||
050923
|
||||
000054
|
||||
18F89C
|
||||
18F7A8
|
||||
B78644
|
||||
050923
|
||||
000054
|
||||
18F89C
|
||||
18F8DC
|
||||
B78650
|
||||
000000
|
||||
18F530
|
||||
A80EF8
|
||||
18F8DC
|
||||
B7AD80
|
||||
000000
|
||||
000000
|
||||
FFFBF0
|
||||
A0A0A4
|
||||
808080
|
||||
FF0000
|
||||
00FF00
|
||||
FFFF00
|
||||
0000FF
|
||||
FF00FF
|
||||
00FFFF
|
||||
FFFFFF
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868686868686868686868686868686868686868686868686868686868686
|
||||
8686868686868686868585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858686868686858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585868686868685858585858585858585858585
|
||||
8585858585807057352B1F1F1F1F2834556D8085858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858586868686868585858585
|
||||
8585858585858585858585793C251817171717171717171717171F3670808585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858686
|
||||
8686868585858585858585858585858585753618171717171717171717171717171717171831
|
||||
6F85858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
858585858585868686868685858585858585858585858585571A171717171717171717171717
|
||||
1717171717171717183980858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585868686868685858585858585858585857731171717171717
|
||||
1717171717171717171717171717171717172870858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858586868686868585858585858585858572
|
||||
2517171717171717171717171717171717171717171717171717171C62858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858686868686858585
|
||||
8585858585857222171717171717171717171717171717171717171717171717171717171A64
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8686868686858585858585858577281717171717171717171717171717171717171717171717
|
||||
171717171717171A708585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585868686868685858585858585853217171717171717171717171717171717
|
||||
1717171717171717171717171717171722828585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858586868686868585858585858559181717171717171717
|
||||
171739717B5F2117171717171717171717171717171717171735858585858585858585768085
|
||||
8585858585858585858585858585858585758585858585858585858585858585858585858585
|
||||
85858585858585858585858585858585858585858585858586868686868585858585857A1C17
|
||||
17171717171717171756858585857B1C1717171717171717171717171717171717186D858585
|
||||
85858574480B76858585858585858585858585858585856A413D848585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585868686868685
|
||||
85858585853B171717171717171717171C8285858585853C1717171717171717171717171717
|
||||
171717172E8485858576490D0A0A7485858585858585858585858585856A430B0A1684858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585868686868685858585857718171717171717171717172E8585858585855D171717171717
|
||||
1717171717171717171717171864858585440A0B0A0B75858585858585858585858585857F12
|
||||
0A0A0A1684858585858585858585858585858585858585858585858585858585858585858585
|
||||
85858585858585858585868686868685858585855717171717171717171717171C8585858585
|
||||
85551717171717171717171717171717171717171734858585440A0A0A0B7485858585858585
|
||||
8585858585857F110B0A0B158485858585858585858585858585858585858585858585858585
|
||||
858585858585858585858585858585858585868686868685858585802B171717171717171717
|
||||
1717175985858585771F171717171717171717171717171717171717171B7C8585430A0B0A0A
|
||||
758585858585858585858585858578110A0A0A15848585858585858585858585858585858585
|
||||
85858585858585858585858585858585858585858585858585858686868686858585857A1717
|
||||
1717171717171717171717183C747D6225171717171717171717171717171717171717171717
|
||||
618585440A0A0A0B74858585858585858585858585857F110A0B0A1684858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858586868686
|
||||
86858585855C17171717171717171717171717171718181717171717182D2D2D2E1F17171717
|
||||
17182B2D2D2D22173B8585430A0B0A0B74764F44444A6A848585858585857F110A0A0A168485
|
||||
85858585858581674844444968838585858585856A6867676769848585858267676767686B85
|
||||
858585858686868686858585853C171717171717171717171717171717171717171717171C85
|
||||
8585855817171717171C818585855B172F8585440A0A0A0A440F0A0A0B0A0B43768585858585
|
||||
7F110A0B0A158485858585858567130A0A0A0A0B0A13688585858585670D0A0A0A0A51858585
|
||||
4C0A0A0A0A0B6985858585858686868686858585853317171717171717171717171717171717
|
||||
1717171717171C858585855717171717171F818585855B171F8585430A0B0A0B0A0A0B0A0A0A
|
||||
0A0A14788585858578110A0A0A168485858585844C0B0A0B0A0B0A0A0A0A0B50858585858544
|
||||
0A0B0A0B0F76857A0F0A0A0A0A488585858585858686868686858585852E1717171717171717
|
||||
17171717171717171717171717171C858585855817171717171C818585855B171B8185440A0A
|
||||
0A0A0A0B0A0A0B0A0A0B0A46858585857F110B0A0B158485858585650A0A0A0A0A0A0B0A0B0A
|
||||
0A0B678585858577110A0A0A0A4884440A0B0A0B137F8585858585858686868686858585852B
|
||||
171717171717171717171717171717171717171717171C858585855717171717171F81858585
|
||||
5B171A7E85430A0A0B0A0B0A0D0D0A0B0A0A0A0D748585857F110A0A0A15848585857C0F0B0A
|
||||
0A0A0B0A0A0A0A0A0B0A117E85858585660B0A0B0A0D500B0A0A0A0A69858585858585858686
|
||||
868686858585852D171717171717171717171717171717171717171717171C85858585581717
|
||||
1717171C818585855B171A7D85440A0A0A0A11678585670D0A0B0A0A4A8585857F110A0B0A16
|
||||
848585854C0A0A0A0B0D528380510D0A0A0B0A4E8585858585430A0A0A0B0A0A0B0A0B468585
|
||||
8585858585858686868686858585852B17171717171717171717171717171717171717171717
|
||||
1C858585855717171717171F818585855B171B8385430A0B0A0A6A858585854D0A0A0A0A3F85
|
||||
858578110A0A0A1684858585130A0B0A0A5385858585500B0A0A0A168585858585760F0B0A0A
|
||||
0A0B0A0A127F8585858585858585868686868685858585341717171717171717171717171717
|
||||
17171717171717171C858585855817171717171C818585855B171F8585440A0A0A0B74858585
|
||||
857E0A0B0A0B0D8485857F110A0B0A15848585760A0A0A0A0F8285858585820D0A0B0A0D7685
|
||||
85858585650A0B0A0A0A0A0B678585858585858585858686868686858585853B171717171717
|
||||
171717171717171717171717171717171C858585855717171717171F818585855B172F858543
|
||||
0B0A0B0A7585858585850F0A0A0A0D7785857F110A0A0A168485856A0A0B0A0A428585858585
|
||||
853F0A0A0A0B6A858585858584400A0A0A0B0A44858585858585858585858686868686858585
|
||||
8560171717171717171717171717171717171717171717171C858585855817171717171C8285
|
||||
85855B173A8585440A0A0A0B7485858585853D0A0B0A0B7685857F110B0A0B15848585680A0A
|
||||
0A0B47858585858585440A0B0A0A69858585858585470B0A0B0A0A4985858585858585858585
|
||||
86868686868585858579171717171717171717171717171717171717171717171C8585858557
|
||||
171717171720818585855B17618585430A0A0B0A768585858585160A0A0A0D7685857F110A0A
|
||||
0A15848585670B0A0B0A46858585858585440A0A0A0A6A8585858585690B0A0A0A0A0A0B6B85
|
||||
8585858585858585868686868685858585852C17171717171717171717171717171717171717
|
||||
17171C858585855A17171717171F858585855B1C7C8585440A0A0A0A748585858585130A0B0A
|
||||
0B7785857F100A0B0A168485856B0A0A0A0A3F858585858585160A0B0A0B6B858585857F140A
|
||||
0B0A0B0A0B0A1683858585858585858586868686868585858585571717171717171717171717
|
||||
171717171717171717171C8485858564171717171731858585855B34858585430A0B0A0B7585
|
||||
8585857F0A0A0A0A0E8485857F110A0A0B158485857F0B0A0B0A0B7785858585750B0A0A0A0E
|
||||
7F85858585490A0A0A0A0A0A0A0A0A4E8585858585858585868686868685858585857E1A1717
|
||||
1717171717171717171717171717171717171A728585858126171717175E858585855E638585
|
||||
85440A0A0A0A5385858584500A0B0A0B3F8585857F110A0A0A16848585853D0A0A0A0B488485
|
||||
8584440A0A0B0A40858585856A0B0A0B0A0B470B0A0B0A0D6B85858585858585868686868685
|
||||
85858585853B171717171717171717171717171717171717171717628585858570321E295985
|
||||
858585857384858585430A0B0A0A0B486974500F0A0A0A0A4F8585857F100A0B0A1584858585
|
||||
510A0B0A0A0A446767400B0A0A0A0A6585858582160A0A0A0A42823F0A0A0A0B3E8485858585
|
||||
858586868686868585858585857B1C1717171717171717171717171717171717171717358585
|
||||
8585858585858585858585858585858585440A0A0A0B0A0A0A0A0A0A0A0B0A0F768585857F11
|
||||
0B0A0A168485858583150A0A0B0A0A0B0A0A0A0A0B0A3D808585854C0A0B0A0B0D74856A0C0A
|
||||
0B0A0A5085858585858586868686868585858585858559171717171717171717171717171717
|
||||
17171717171A73858585858585858585858585858585858585430A0B0A0A0A0B0A0A0B0A0B0A
|
||||
0A4E858585857F110A0A0A1684858585856A0D0A0A0B0A0A0A0A0B0A0A0F748585856B0C0A0A
|
||||
0A0A4B858585480A0A0B0A0D7585858585858686868686858585858585858533171717171717
|
||||
17171717171717171717171717172B77858585858585857E858585858585858585440A0A0A0B
|
||||
0A0A0A0B0A0A0A0A4484858585857F100A0B0A15848585858585690F0A0A0B0A0B0A0A0A116A
|
||||
858585843D0B0A0B0A14838585857F110A0A0A0B3F8585858585868686868685858585858585
|
||||
857C271717171717171717171717171717171717171717256277858585815C2C728185858585
|
||||
858585450E0F0D0E4D140A0A0A0A114E8485858585857F140E0E0E3F8485858585858575440D
|
||||
0A0A0A0A0F467685858585510E0E0E0D0F688585858585540E0F0E0D0E658585858586868686
|
||||
8685858585858585858573241717171717171717171717171717171717171717171F2E322E1F
|
||||
1717236D85858585858585807E77777884826A5365697F85858585858585857F777E777F8585
|
||||
858585858585857769535269778585858585857F777E777778858585858585857E7777787C80
|
||||
8585858586868686868585858585858585858572261717171717171717171717171717171717
|
||||
1717171717171717171D63858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
858585858585858585858585868686868685858585858585858585857E311717171717171717
|
||||
17171717171717171717171717171717276F8585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585868686868685858585858585858585858585
|
||||
571B1717171717171717171717171717171717171717193A8185858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858586868686868585858585
|
||||
85858585858585858579371A1717171717171717171717171717171718306E85858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858686
|
||||
86868685858585858585858585858585858585733C2617171717171717171717171720386E85
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858686868686858585858585858585858585858585858585837058352D231F231F
|
||||
2A34566C81858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585868686868685858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858586868686868585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
8585858585858585858585858585858585858585858585858585858585858585858585858585
|
||||
858585858585858585858585858585858585858585858585858585858585
|
||||
|
||||
end
|
||||
%%PageTrailer
|
||||
%%Trailer
|
||||
%%EOF
|
Loading…
Reference in New Issue
Block a user