diff options
author | Nathanael Nerode <neroden@fastmail.fm> | 2007-09-26 21:14:45 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:53:44 -0400 |
commit | c7e86e344b3599c0679a4a1f59a27953856f181c (patch) | |
tree | da4f2b298bb450d4207d6c785d1118b7c5b92eea | |
parent | 928773c23a4cf053a34ad480439448f75efa350c (diff) |
dgrs: remove from build, config, and maintainer list
Stop building and configuring driver for Digi RightSwitch, which was
never actually sold to anyone, and remove it from MAINTAINERS.
In response to an investigation into the firmware of the "Digi Rightswitch"
driver, Andres Salomon discovered:
>
> Dear Andres:
>
> After further research, we found that this product was killed in place
> and never reached the market. We would like to request that this not be
> included.
Since the product never reached market, clearly nobody is using this orphaned
driver.
Signed-off-by: Nathanael Nerode <neroden@gcc.gnu.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r-- | Documentation/networking/dgrs.txt | 52 | ||||
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | drivers/net/Kconfig | 15 | ||||
-rw-r--r-- | drivers/net/Makefile | 1 | ||||
-rw-r--r-- | drivers/net/dgrs.c | 1593 | ||||
-rw-r--r-- | drivers/net/dgrs.h | 38 | ||||
-rw-r--r-- | drivers/net/dgrs_asstruct.h | 37 | ||||
-rw-r--r-- | drivers/net/dgrs_bcomm.h | 148 | ||||
-rw-r--r-- | drivers/net/dgrs_es4h.h | 183 | ||||
-rw-r--r-- | drivers/net/dgrs_ether.h | 135 | ||||
-rw-r--r-- | drivers/net/dgrs_firmware.c | 9966 | ||||
-rw-r--r-- | drivers/net/dgrs_i82596.h | 473 | ||||
-rw-r--r-- | drivers/net/dgrs_plx9060.h | 175 |
13 files changed, 0 insertions, 12822 deletions
diff --git a/Documentation/networking/dgrs.txt b/Documentation/networking/dgrs.txt deleted file mode 100644 index 1aa1bb3f94ab..000000000000 --- a/Documentation/networking/dgrs.txt +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | The Digi International RightSwitch SE-X (dgrs) Device Driver | ||
2 | |||
3 | This is a Linux driver for the Digi International RightSwitch SE-X | ||
4 | EISA and PCI boards. These are 4 (EISA) or 6 (PCI) port Ethernet | ||
5 | switches and a NIC combined into a single board. This driver can | ||
6 | be compiled into the kernel statically or as a loadable module. | ||
7 | |||
8 | There is also a companion management tool, called "xrightswitch". | ||
9 | The management tool lets you watch the performance graphically, | ||
10 | as well as set the SNMP agent IP and IPX addresses, IEEE Spanning | ||
11 | Tree, and Aging time. These can also be set from the command line | ||
12 | when the driver is loaded. The driver command line options are: | ||
13 | |||
14 | debug=NNN Debug printing level | ||
15 | dma=0/1 Disable/Enable DMA on PCI card | ||
16 | spantree=0/1 Disable/Enable IEEE spanning tree | ||
17 | hashexpire=NNN Change address aging time (default 300 seconds) | ||
18 | ipaddr=A,B,C,D Set SNMP agent IP address i.e. 199,86,8,221 | ||
19 | iptrap=A,B,C,D Set SNMP agent IP trap address i.e. 199,86,8,221 | ||
20 | ipxnet=NNN Set SNMP agent IPX network number | ||
21 | nicmode=0/1 Disable/Enable multiple NIC mode | ||
22 | |||
23 | There is also a tool for setting up input and output packet filters | ||
24 | on each port, called "dgrsfilt". | ||
25 | |||
26 | Both the management tool and the filtering tool are available | ||
27 | separately from the following FTP site: | ||
28 | |||
29 | ftp://ftp.dgii.com/drivers/rightswitch/linux/ | ||
30 | |||
31 | When nicmode=1, the board and driver operate as 4 or 6 individual | ||
32 | NIC ports (eth0...eth5) instead of as a switch. All switching | ||
33 | functions are disabled. In the future, the board firmware may include | ||
34 | a routing cache when in this mode. | ||
35 | |||
36 | Copyright 1995-1996 Digi International Inc. | ||
37 | |||
38 | This software may be used and distributed according to the terms | ||
39 | of the GNU General Public License, incorporated herein by reference. | ||
40 | |||
41 | For information on purchasing a RightSwitch SE-4 or SE-6 | ||
42 | board, please contact Digi's sales department at 1-612-912-3444 | ||
43 | or 1-800-DIGIBRD. Outside the U.S., please check our Web page at: | ||
44 | |||
45 | http://www.dgii.com | ||
46 | |||
47 | for sales offices worldwide. Tech support is also available through | ||
48 | the channels listed on the Web site, although as long as I am | ||
49 | employed on networking products at Digi I will be happy to provide | ||
50 | any bug fixes that may be needed. | ||
51 | |||
52 | -Rick Richardson, rick@dgii.com | ||
diff --git a/MAINTAINERS b/MAINTAINERS index 27e1110ec6ca..16646801105c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1274,12 +1274,6 @@ L: Eng.Linux@digi.com | |||
1274 | W: http://www.digi.com | 1274 | W: http://www.digi.com |
1275 | S: Orphaned | 1275 | S: Orphaned |
1276 | 1276 | ||
1277 | DIGI RIGHTSWITCH NETWORK DRIVER | ||
1278 | P: Rick Richardson | ||
1279 | L: netdev@vger.kernel.org | ||
1280 | W: http://www.digi.com | ||
1281 | S: Orphaned | ||
1282 | |||
1283 | DIRECTORY NOTIFICATION | 1277 | DIRECTORY NOTIFICATION |
1284 | P: Stephen Rothwell | 1278 | P: Stephen Rothwell |
1285 | M: sfr@canb.auug.org.au | 1279 | M: sfr@canb.auug.org.au |
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 467532c7975c..764325917f6a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1459,21 +1459,6 @@ config TC35815 | |||
1459 | depends on NET_PCI && PCI && MIPS | 1459 | depends on NET_PCI && PCI && MIPS |
1460 | select MII | 1460 | select MII |
1461 | 1461 | ||
1462 | config DGRS | ||
1463 | tristate "Digi Intl. RightSwitch SE-X support" | ||
1464 | depends on NET_PCI && (PCI || EISA) | ||
1465 | ---help--- | ||
1466 | This is support for the Digi International RightSwitch series of | ||
1467 | PCI/EISA Ethernet switch cards. These include the SE-4 and the SE-6 | ||
1468 | models. If you have a network card of this type, say Y and read the | ||
1469 | Ethernet-HOWTO, available from | ||
1470 | <http://www.tldp.org/docs.html#howto>. More specific | ||
1471 | information is contained in <file:Documentation/networking/dgrs.txt>. | ||
1472 | |||
1473 | To compile this driver as a module, choose M here and read | ||
1474 | <file:Documentation/networking/net-modules.txt>. The module | ||
1475 | will be called dgrs. | ||
1476 | |||
1477 | config EEPRO100 | 1462 | config EEPRO100 |
1478 | tristate "EtherExpressPro/100 support (eepro100, original Becker driver)" | 1463 | tristate "EtherExpressPro/100 support (eepro100, original Becker driver)" |
1479 | depends on NET_PCI && PCI | 1464 | depends on NET_PCI && PCI |
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 6220c50596ec..eb5c655e26d5 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -44,7 +44,6 @@ obj-$(CONFIG_SUNVNET) += sunvnet.o | |||
44 | obj-$(CONFIG_MACE) += mace.o | 44 | obj-$(CONFIG_MACE) += mace.o |
45 | obj-$(CONFIG_BMAC) += bmac.o | 45 | obj-$(CONFIG_BMAC) += bmac.o |
46 | 46 | ||
47 | obj-$(CONFIG_DGRS) += dgrs.o | ||
48 | obj-$(CONFIG_VORTEX) += 3c59x.o | 47 | obj-$(CONFIG_VORTEX) += 3c59x.o |
49 | obj-$(CONFIG_TYPHOON) += typhoon.o | 48 | obj-$(CONFIG_TYPHOON) += typhoon.o |
50 | obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o | 49 | obj-$(CONFIG_NE2K_PCI) += ne2k-pci.o 8390.o |
diff --git a/drivers/net/dgrs.c b/drivers/net/dgrs.c deleted file mode 100644 index 054f2ba5f698..000000000000 --- a/drivers/net/dgrs.c +++ /dev/null | |||
@@ -1,1593 +0,0 @@ | |||
1 | /* | ||
2 | * Digi RightSwitch SE-X loadable device driver for Linux | ||
3 | * | ||
4 | * The RightSwitch is a 4 (EISA) or 6 (PCI) port etherswitch and | ||
5 | * a NIC on an internal board. | ||
6 | * | ||
7 | * Author: Rick Richardson, rick@remotepoint.com | ||
8 | * Derived from the SVR4.2 (UnixWare) driver for the same card. | ||
9 | * | ||
10 | * Copyright 1995-1996 Digi International Inc. | ||
11 | * | ||
12 | * This software may be used and distributed according to the terms | ||
13 | * of the GNU General Public License, incorporated herein by reference. | ||
14 | * | ||
15 | * For information on purchasing a RightSwitch SE-4 or SE-6 | ||
16 | * board, please contact Digi's sales department at 1-612-912-3444 | ||
17 | * or 1-800-DIGIBRD. Outside the U.S., please check our Web page | ||
18 | * at http://www.dgii.com for sales offices worldwide. | ||
19 | * | ||
20 | * OPERATION: | ||
21 | * When compiled as a loadable module, this driver can operate | ||
22 | * the board as either a 4/6 port switch with a 5th or 7th port | ||
23 | * that is a conventional NIC interface as far as the host is | ||
24 | * concerned, OR as 4/6 independent NICs. To select multi-NIC | ||
25 | * mode, add "nicmode=1" on the insmod load line for the driver. | ||
26 | * | ||
27 | * This driver uses the "dev" common ethernet device structure | ||
28 | * and a private "priv" (dev->priv) structure that contains | ||
29 | * mostly DGRS-specific information and statistics. To keep | ||
30 | * the code for both the switch mode and the multi-NIC mode | ||
31 | * as similar as possible, I have introduced the concept of | ||
32 | * "dev0"/"priv0" and "devN"/"privN" pointer pairs in subroutines | ||
33 | * where needed. The first pair of pointers points to the | ||
34 | * "dev" and "priv" structures of the zeroth (0th) device | ||
35 | * interface associated with a board. The second pair of | ||
36 | * pointers points to the current (Nth) device interface | ||
37 | * for the board: the one for which we are processing data. | ||
38 | * | ||
39 | * In switch mode, the pairs of pointers are always the same, | ||
40 | * that is, dev0 == devN and priv0 == privN. This is just | ||
41 | * like previous releases of this driver which did not support | ||
42 | * NIC mode. | ||
43 | * | ||
44 | * In multi-NIC mode, the pairs of pointers may be different. | ||
45 | * We use the devN and privN pointers to reference just the | ||
46 | * name, port number, and statistics for the current interface. | ||
47 | * We use the dev0 and priv0 pointers to access the variables | ||
48 | * that control access to the board, such as board address | ||
49 | * and simulated 82596 variables. This is because there is | ||
50 | * only one "fake" 82596 that serves as the interface to | ||
51 | * the board. We do not want to try to keep the variables | ||
52 | * associated with this 82596 in sync across all devices. | ||
53 | * | ||
54 | * This scheme works well. As you will see, except for | ||
55 | * initialization, there is very little difference between | ||
56 | * the two modes as far as this driver is concerned. On the | ||
57 | * receive side in NIC mode, the interrupt *always* comes in on | ||
58 | * the 0th interface (dev0/priv0). We then figure out which | ||
59 | * real 82596 port it came in on from looking at the "chan" | ||
60 | * member that the board firmware adds at the end of each | ||
61 | * RBD (a.k.a. TBD). We get the channel number like this: | ||
62 | * int chan = ((I596_RBD *) S2H(cbp->xmit.tbdp))->chan; | ||
63 | * | ||
64 | * On the transmit side in multi-NIC mode, we specify the | ||
65 | * output 82596 port by setting the new "dstchan" structure | ||
66 | * member that is at the end of the RFD, like this: | ||
67 | * priv0->rfdp->dstchan = privN->chan; | ||
68 | * | ||
69 | * TODO: | ||
70 | * - Multi-NIC mode is not yet supported when the driver is linked | ||
71 | * into the kernel. | ||
72 | * - Better handling of multicast addresses. | ||
73 | * | ||
74 | * Fixes: | ||
75 | * Arnaldo Carvalho de Melo <acme@conectiva.com.br> - 11/01/2001 | ||
76 | * - fix dgrs_found_device wrt checking kmalloc return and | ||
77 | * rollbacking the partial steps of the whole process when | ||
78 | * one of the devices can't be allocated. Fix SET_MODULE_OWNER | ||
79 | * on the loop to use devN instead of repeated calls to dev. | ||
80 | * | ||
81 | * davej <davej@suse.de> - 9/2/2001 | ||
82 | * - Enable PCI device before reading ioaddr/irq | ||
83 | * | ||
84 | */ | ||
85 | |||
86 | #include <linux/module.h> | ||
87 | #include <linux/eisa.h> | ||
88 | #include <linux/kernel.h> | ||
89 | #include <linux/string.h> | ||
90 | #include <linux/delay.h> | ||
91 | #include <linux/errno.h> | ||
92 | #include <linux/ioport.h> | ||
93 | #include <linux/slab.h> | ||
94 | #include <linux/interrupt.h> | ||
95 | #include <linux/pci.h> | ||
96 | #include <linux/init.h> | ||
97 | #include <linux/netdevice.h> | ||
98 | #include <linux/etherdevice.h> | ||
99 | #include <linux/skbuff.h> | ||
100 | #include <linux/bitops.h> | ||
101 | |||
102 | #include <asm/io.h> | ||
103 | #include <asm/byteorder.h> | ||
104 | #include <asm/uaccess.h> | ||
105 | |||
106 | static char version[] __initdata = | ||
107 | "$Id: dgrs.c,v 1.13 2000/06/06 04:07:00 rick Exp $"; | ||
108 | |||
109 | /* | ||
110 | * DGRS include files | ||
111 | */ | ||
112 | typedef unsigned char uchar; | ||
113 | #define vol volatile | ||
114 | |||
115 | #include "dgrs.h" | ||
116 | #include "dgrs_es4h.h" | ||
117 | #include "dgrs_plx9060.h" | ||
118 | #include "dgrs_i82596.h" | ||
119 | #include "dgrs_ether.h" | ||
120 | #include "dgrs_asstruct.h" | ||
121 | #include "dgrs_bcomm.h" | ||
122 | |||
123 | #ifdef CONFIG_PCI | ||
124 | static struct pci_device_id dgrs_pci_tbl[] = { | ||
125 | { SE6_PCI_VENDOR_ID, SE6_PCI_DEVICE_ID, PCI_ANY_ID, PCI_ANY_ID, }, | ||
126 | { } /* Terminating entry */ | ||
127 | }; | ||
128 | MODULE_DEVICE_TABLE(pci, dgrs_pci_tbl); | ||
129 | #endif | ||
130 | |||
131 | #ifdef CONFIG_EISA | ||
132 | static struct eisa_device_id dgrs_eisa_tbl[] = { | ||
133 | { "DBI0A01" }, | ||
134 | { } | ||
135 | }; | ||
136 | MODULE_DEVICE_TABLE(eisa, dgrs_eisa_tbl); | ||
137 | #endif | ||
138 | |||
139 | MODULE_LICENSE("GPL"); | ||
140 | |||
141 | |||
142 | /* | ||
143 | * Firmware. Compiled separately for local compilation, | ||
144 | * but #included for Linux distribution. | ||
145 | */ | ||
146 | #ifndef NOFW | ||
147 | #include "dgrs_firmware.c" | ||
148 | #else | ||
149 | extern int dgrs_firmnum; | ||
150 | extern char dgrs_firmver[]; | ||
151 | extern char dgrs_firmdate[]; | ||
152 | extern uchar dgrs_code[]; | ||
153 | extern int dgrs_ncode; | ||
154 | #endif | ||
155 | |||
156 | /* | ||
157 | * Linux out*() is backwards from all other operating systems | ||
158 | */ | ||
159 | #define OUTB(ADDR, VAL) outb(VAL, ADDR) | ||
160 | #define OUTW(ADDR, VAL) outw(VAL, ADDR) | ||
161 | #define OUTL(ADDR, VAL) outl(VAL, ADDR) | ||
162 | |||
163 | /* | ||
164 | * Macros to convert switch to host and host to switch addresses | ||
165 | * (assumes a local variable priv points to board dependent struct) | ||
166 | */ | ||
167 | #define S2H(A) ( ((unsigned long)(A)&0x00ffffff) + priv0->vmem ) | ||
168 | #define S2HN(A) ( ((unsigned long)(A)&0x00ffffff) + privN->vmem ) | ||
169 | #define H2S(A) ( ((char *) (A) - priv0->vmem) + 0xA3000000 ) | ||
170 | |||
171 | /* | ||
172 | * Convert a switch address to a "safe" address for use with the | ||
173 | * PLX 9060 DMA registers and the associated HW kludge that allows | ||
174 | * for host access of the DMA registers. | ||
175 | */ | ||
176 | #define S2DMA(A) ( (unsigned long)(A) & 0x00ffffff) | ||
177 | |||
178 | /* | ||
179 | * "Space.c" variables, now settable from module interface | ||
180 | * Use the name below, minus the "dgrs_" prefix. See init_module(). | ||
181 | */ | ||
182 | static int dgrs_debug = 1; | ||
183 | static int dgrs_dma = 1; | ||
184 | static int dgrs_spantree = -1; | ||
185 | static int dgrs_hashexpire = -1; | ||
186 | static uchar dgrs_ipaddr[4] = { 0xff, 0xff, 0xff, 0xff}; | ||
187 | static uchar dgrs_iptrap[4] = { 0xff, 0xff, 0xff, 0xff}; | ||
188 | static __u32 dgrs_ipxnet = -1; | ||
189 | static int dgrs_nicmode; | ||
190 | |||
191 | /* | ||
192 | * Private per-board data structure (dev->priv) | ||
193 | */ | ||
194 | typedef struct | ||
195 | { | ||
196 | /* | ||
197 | * DGRS specific data | ||
198 | */ | ||
199 | char *vmem; | ||
200 | |||
201 | struct bios_comm *bcomm; /* Firmware BIOS comm structure */ | ||
202 | PORT *port; /* Ptr to PORT[0] struct in VM */ | ||
203 | I596_SCB *scbp; /* Ptr to SCB struct in VM */ | ||
204 | I596_RFD *rfdp; /* Current RFD list */ | ||
205 | I596_RBD *rbdp; /* Current RBD list */ | ||
206 | |||
207 | volatile int intrcnt; /* Count of interrupts */ | ||
208 | |||
209 | /* | ||
210 | * SE-4 (EISA) board variables | ||
211 | */ | ||
212 | uchar is_reg; /* EISA: Value for ES4H_IS reg */ | ||
213 | |||
214 | /* | ||
215 | * SE-6 (PCI) board variables | ||
216 | * | ||
217 | * The PLX "expansion rom" space is used for DMA register | ||
218 | * access from the host on the SE-6. These are the physical | ||
219 | * and virtual addresses of that space. | ||
220 | */ | ||
221 | ulong plxreg; /* Phys address of PLX chip */ | ||
222 | char *vplxreg; /* Virtual address of PLX chip */ | ||
223 | ulong plxdma; /* Phys addr of PLX "expansion rom" */ | ||
224 | ulong volatile *vplxdma; /* Virtual addr of "expansion rom" */ | ||
225 | int use_dma; /* Flag: use DMA */ | ||
226 | DMACHAIN *dmadesc_s; /* area for DMA chains (SW addr.) */ | ||
227 | DMACHAIN *dmadesc_h; /* area for DMA chains (Host Virtual) */ | ||
228 | |||
229 | /* | ||
230 | * Multi-NIC mode variables | ||
231 | * | ||
232 | * All entries of the devtbl[] array are valid for the 0th | ||
233 | * device (i.e. eth0, but not eth1...eth5). devtbl[0] is | ||
234 | * valid for all devices (i.e. eth0, eth1, ..., eth5). | ||
235 | */ | ||
236 | int nports; /* Number of physical ports (4 or 6) */ | ||
237 | int chan; /* Channel # (1-6) for this device */ | ||
238 | struct net_device *devtbl[6]; /* Ptrs to N device structs */ | ||
239 | |||
240 | } DGRS_PRIV; | ||
241 | |||
242 | |||
243 | /* | ||
244 | * reset or un-reset the IDT processor | ||
245 | */ | ||
246 | static void | ||
247 | proc_reset(struct net_device *dev0, int reset) | ||
248 | { | ||
249 | DGRS_PRIV *priv0 = (DGRS_PRIV *) dev0->priv; | ||
250 | |||
251 | if (priv0->plxreg) | ||
252 | { | ||
253 | ulong val; | ||
254 | val = inl(dev0->base_addr + PLX_MISC_CSR); | ||
255 | if (reset) | ||
256 | val |= SE6_RESET; | ||
257 | else | ||
258 | val &= ~SE6_RESET; | ||
259 | OUTL(dev0->base_addr + PLX_MISC_CSR, val); | ||
260 | } | ||
261 | else | ||
262 | { | ||
263 | OUTB(dev0->base_addr + ES4H_PC, reset ? ES4H_PC_RESET : 0); | ||
264 | } | ||
265 | } | ||
266 | |||
267 | /* | ||
268 | * See if the board supports bus master DMA | ||
269 | */ | ||
270 | static int | ||
271 | check_board_dma(struct net_device *dev0) | ||
272 | { | ||
273 | DGRS_PRIV *priv0 = (DGRS_PRIV *) dev0->priv; | ||
274 | ulong x; | ||
275 | |||
276 | /* | ||
277 | * If Space.c says not to use DMA, or if it's not a PLX based | ||
278 | * PCI board, or if the expansion ROM space is not PCI | ||
279 | * configured, then return false. | ||
280 | */ | ||
281 | if (!dgrs_dma || !priv0->plxreg || !priv0->plxdma) | ||
282 | return (0); | ||
283 | |||
284 | /* | ||
285 | * Set the local address remap register of the "expansion rom" | ||
286 | * area to 0x80000000 so that we can use it to access the DMA | ||
287 | * registers from the host side. | ||
288 | */ | ||
289 | OUTL(dev0->base_addr + PLX_ROM_BASE_ADDR, 0x80000000); | ||
290 | |||
291 | /* | ||
292 | * Set the PCI region descriptor to: | ||
293 | * Space 0: | ||
294 | * disable read-prefetch | ||
295 | * enable READY | ||
296 | * enable BURST | ||
297 | * 0 internal wait states | ||
298 | * Expansion ROM: (used for host DMA register access) | ||
299 | * disable read-prefetch | ||
300 | * enable READY | ||
301 | * disable BURST | ||
302 | * 0 internal wait states | ||
303 | */ | ||
304 | OUTL(dev0->base_addr + PLX_BUS_REGION, 0x49430343); | ||
305 | |||
306 | /* | ||
307 | * Now map the DMA registers into our virtual space | ||
308 | */ | ||
309 | priv0->vplxdma = (ulong *) ioremap (priv0->plxdma, 256); | ||
310 | if (!priv0->vplxdma) | ||
311 | { | ||
312 | printk("%s: can't *remap() the DMA regs\n", dev0->name); | ||
313 | return (0); | ||
314 | } | ||
315 | |||
316 | /* | ||
317 | * Now test to see if we can access the DMA registers | ||
318 | * If we write -1 and get back 1FFF, then we accessed the | ||
319 | * DMA register. Otherwise, we probably have an old board | ||
320 | * and wrote into regular RAM. | ||
321 | */ | ||
322 | priv0->vplxdma[PLX_DMA0_MODE/4] = 0xFFFFFFFF; | ||
323 | x = priv0->vplxdma[PLX_DMA0_MODE/4]; | ||
324 | if (x != 0x00001FFF) { | ||
325 | iounmap((void *)priv0->vplxdma); | ||
326 | return (0); | ||
327 | } | ||
328 | |||
329 | return (1); | ||
330 | } | ||
331 | |||
332 | /* | ||
333 | * Initiate DMA using PLX part on PCI board. Spin the | ||
334 | * processor until completed. All addresses are physical! | ||
335 | * | ||
336 | * If pciaddr is NULL, then it's a chaining DMA, and lcladdr is | ||
337 | * the address of the first DMA descriptor in the chain. | ||
338 | * | ||
339 | * If pciaddr is not NULL, then it's a single DMA. | ||
340 | * | ||
341 | * In either case, "lcladdr" must have been fixed up to make | ||
342 | * sure the MSB isn't set using the S2DMA macro before passing | ||
343 | * the address to this routine. | ||
344 | */ | ||
345 | static int | ||
346 | do_plx_dma( | ||
347 | struct net_device *dev, | ||
348 | ulong pciaddr, | ||
349 | ulong lcladdr, | ||
350 | int len, | ||
351 | int to_host | ||
352 | ) | ||
353 | { | ||
354 | int i; | ||
355 | ulong csr = 0; | ||
356 | DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; | ||
357 | |||
358 | if (pciaddr) | ||
359 | { | ||
360 | /* | ||
361 | * Do a single, non-chain DMA | ||
362 | */ | ||
363 | priv->vplxdma[PLX_DMA0_PCI_ADDR/4] = pciaddr; | ||
364 | priv->vplxdma[PLX_DMA0_LCL_ADDR/4] = lcladdr; | ||
365 | priv->vplxdma[PLX_DMA0_SIZE/4] = len; | ||
366 | priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = to_host | ||
367 | ? PLX_DMA_DESC_TO_HOST | ||
368 | : PLX_DMA_DESC_TO_BOARD; | ||
369 | priv->vplxdma[PLX_DMA0_MODE/4] = | ||
370 | PLX_DMA_MODE_WIDTH32 | ||
371 | | PLX_DMA_MODE_WAITSTATES(0) | ||
372 | | PLX_DMA_MODE_READY | ||
373 | | PLX_DMA_MODE_NOBTERM | ||
374 | | PLX_DMA_MODE_BURST | ||
375 | | PLX_DMA_MODE_NOCHAIN; | ||
376 | } | ||
377 | else | ||
378 | { | ||
379 | /* | ||
380 | * Do a chaining DMA | ||
381 | */ | ||
382 | priv->vplxdma[PLX_DMA0_MODE/4] = | ||
383 | PLX_DMA_MODE_WIDTH32 | ||
384 | | PLX_DMA_MODE_WAITSTATES(0) | ||
385 | | PLX_DMA_MODE_READY | ||
386 | | PLX_DMA_MODE_NOBTERM | ||
387 | | PLX_DMA_MODE_BURST | ||
388 | | PLX_DMA_MODE_CHAIN; | ||
389 | priv->vplxdma[PLX_DMA0_DESCRIPTOR/4] = lcladdr; | ||
390 | } | ||
391 | |||
392 | priv->vplxdma[PLX_DMA_CSR/4] = | ||
393 | PLX_DMA_CSR_0_ENABLE | PLX_DMA_CSR_0_START; | ||
394 | |||
395 | /* | ||
396 | * Wait for DMA to complete | ||
397 | */ | ||
398 | for (i = 0; i < 1000000; ++i) | ||
399 | { | ||
400 | /* | ||
401 | * Spin the host CPU for 1 usec, so we don't thrash | ||
402 | * the PCI bus while the PLX 9060 is doing DMA. | ||
403 | */ | ||
404 | udelay(1); | ||
405 | |||
406 | csr = (volatile unsigned long) priv->vplxdma[PLX_DMA_CSR/4]; | ||
407 | |||
408 | if (csr & PLX_DMA_CSR_0_DONE) | ||
409 | break; | ||
410 | } | ||
411 | |||
412 | if ( ! (csr & PLX_DMA_CSR_0_DONE) ) | ||
413 | { | ||
414 | printk("%s: DMA done never occurred. DMA disabled.\n", | ||
415 | dev->name); | ||
416 | priv->use_dma = 0; | ||
417 | return 1; | ||
418 | } | ||
419 | return 0; | ||
420 | } | ||
421 | |||
422 | /* | ||
423 | * dgrs_rcv_frame() | ||
424 | * | ||
425 | * Process a received frame. This is called from the interrupt | ||
426 | * routine, and works for both switch mode and multi-NIC mode. | ||
427 | * | ||
428 | * Note that when in multi-NIC mode, we want to always access the | ||
429 | * hardware using the dev and priv structures of the first port, | ||
430 | * so that we are using only one set of variables to maintain | ||
431 | * the board interface status, but we want to use the Nth port | ||
432 | * dev and priv structures to maintain statistics and to pass | ||
433 | * the packet up. | ||
434 | * | ||
435 | * Only the first device structure is attached to the interrupt. | ||
436 | * We use the special "chan" variable at the end of the first RBD | ||
437 | * to select the Nth device in multi-NIC mode. | ||
438 | * | ||
439 | * We currently do chained DMA on a per-packet basis when the | ||
440 | * packet is "long", and we spin the CPU a short time polling | ||
441 | * for DMA completion. This avoids a second interrupt overhead, | ||
442 | * and gives the best performance for light traffic to the host. | ||
443 | * | ||
444 | * However, a better scheme that could be implemented would be | ||
445 | * to see how many packets are outstanding for the host, and if | ||
446 | * the number is "large", create a long chain to DMA several | ||
447 | * packets into the host in one go. In this case, we would set | ||
448 | * up some state variables to let the host CPU continue doing | ||
449 | * other things until a DMA completion interrupt comes along. | ||
450 | */ | ||
451 | static void | ||
452 | dgrs_rcv_frame( | ||
453 | struct net_device *dev0, | ||
454 | DGRS_PRIV *priv0, | ||
455 | I596_CB *cbp | ||
456 | ) | ||
457 | { | ||
458 | int len; | ||
459 | I596_TBD *tbdp; | ||
460 | struct sk_buff *skb; | ||
461 | uchar *putp; | ||
462 | uchar *p; | ||
463 | struct net_device *devN; | ||
464 | DGRS_PRIV *privN; | ||
465 | |||
466 | /* | ||
467 | * Determine Nth priv and dev structure pointers | ||
468 | */ | ||
469 | if (dgrs_nicmode) | ||
470 | { /* Multi-NIC mode */ | ||
471 | int chan = ((I596_RBD *) S2H(cbp->xmit.tbdp))->chan; | ||
472 | |||
473 | devN = priv0->devtbl[chan-1]; | ||
474 | /* | ||
475 | * If devN is null, we got an interrupt before the I/F | ||
476 | * has been initialized. Pitch the packet. | ||
477 | */ | ||
478 | if (devN == NULL) | ||
479 | goto out; | ||
480 | privN = (DGRS_PRIV *) devN->priv; | ||
481 | } | ||
482 | else | ||
483 | { /* Switch mode */ | ||
484 | devN = dev0; | ||
485 | privN = priv0; | ||
486 | } | ||
487 | |||
488 | if (0) printk("%s: rcv len=%ld\n", devN->name, cbp->xmit.count); | ||
489 | |||
490 | /* | ||
491 | * Allocate a message block big enough to hold the whole frame | ||
492 | */ | ||
493 | len = cbp->xmit.count; | ||
494 | if ((skb = dev_alloc_skb(len+5)) == NULL) | ||
495 | { | ||
496 | printk("%s: dev_alloc_skb failed for rcv buffer\n", devN->name); | ||
497 | ++dev0->stats.rx_dropped; | ||
498 | /* discarding the frame */ | ||
499 | goto out; | ||
500 | } | ||
501 | skb_reserve(skb, 2); /* Align IP header */ | ||
502 | |||
503 | again: | ||
504 | putp = p = skb_put(skb, len); | ||
505 | |||
506 | /* | ||
507 | * There are three modes here for doing the packet copy. | ||
508 | * If we have DMA, and the packet is "long", we use the | ||
509 | * chaining mode of DMA. If it's shorter, we use single | ||
510 | * DMA's. Otherwise, we use memcpy(). | ||
511 | */ | ||
512 | if (priv0->use_dma && priv0->dmadesc_h && len > 64) | ||
513 | { | ||
514 | /* | ||
515 | * If we can use DMA and it's a long frame, copy it using | ||
516 | * DMA chaining. | ||
517 | */ | ||
518 | DMACHAIN *ddp_h; /* Host virtual DMA desc. pointer */ | ||
519 | DMACHAIN *ddp_s; /* Switch physical DMA desc. pointer */ | ||
520 | uchar *phys_p; | ||
521 | |||
522 | /* | ||
523 | * Get the physical address of the STREAMS buffer. | ||
524 | * NOTE: allocb() guarantees that the whole buffer | ||
525 | * is in a single page if the length < 4096. | ||
526 | */ | ||
527 | phys_p = (uchar *) virt_to_phys(putp); | ||
528 | |||
529 | ddp_h = priv0->dmadesc_h; | ||
530 | ddp_s = priv0->dmadesc_s; | ||
531 | tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); | ||
532 | for (;;) | ||
533 | { | ||
534 | int count; | ||
535 | int amt; | ||
536 | |||
537 | count = tbdp->count; | ||
538 | amt = count & 0x3fff; | ||
539 | if (amt == 0) | ||
540 | break; /* For safety */ | ||
541 | if ( (p-putp) >= len) | ||
542 | { | ||
543 | printk("%s: cbp = %lx\n", devN->name, (long) H2S(cbp)); | ||
544 | proc_reset(dev0, 1); /* Freeze IDT */ | ||
545 | break; /* For Safety */ | ||
546 | } | ||
547 | |||
548 | ddp_h->pciaddr = (ulong) phys_p; | ||
549 | ddp_h->lcladdr = S2DMA(tbdp->buf); | ||
550 | ddp_h->len = amt; | ||
551 | |||
552 | phys_p += amt; | ||
553 | p += amt; | ||
554 | |||
555 | if (count & I596_TBD_EOF) | ||
556 | { | ||
557 | ddp_h->next = PLX_DMA_DESC_TO_HOST | ||
558 | | PLX_DMA_DESC_EOC; | ||
559 | ++ddp_h; | ||
560 | break; | ||
561 | } | ||
562 | else | ||
563 | { | ||
564 | ++ddp_s; | ||
565 | ddp_h->next = PLX_DMA_DESC_TO_HOST | ||
566 | | (ulong) ddp_s; | ||
567 | tbdp = (I596_TBD *) S2H(tbdp->next); | ||
568 | ++ddp_h; | ||
569 | } | ||
570 | } | ||
571 | if (ddp_h - priv0->dmadesc_h) | ||
572 | { | ||
573 | int rc; | ||
574 | |||
575 | rc = do_plx_dma(dev0, | ||
576 | 0, (ulong) priv0->dmadesc_s, len, 0); | ||
577 | if (rc) | ||
578 | { | ||
579 | printk("%s: Chained DMA failure\n", devN->name); | ||
580 | goto again; | ||
581 | } | ||
582 | } | ||
583 | } | ||
584 | else if (priv0->use_dma) | ||
585 | { | ||
586 | /* | ||
587 | * If we can use DMA and it's a shorter frame, copy it | ||
588 | * using single DMA transfers. | ||
589 | */ | ||
590 | uchar *phys_p; | ||
591 | |||
592 | /* | ||
593 | * Get the physical address of the STREAMS buffer. | ||
594 | * NOTE: allocb() guarantees that the whole buffer | ||
595 | * is in a single page if the length < 4096. | ||
596 | */ | ||
597 | phys_p = (uchar *) virt_to_phys(putp); | ||
598 | |||
599 | tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); | ||
600 | for (;;) | ||
601 | { | ||
602 | int count; | ||
603 | int amt; | ||
604 | int rc; | ||
605 | |||
606 | count = tbdp->count; | ||
607 | amt = count & 0x3fff; | ||
608 | if (amt == 0) | ||
609 | break; /* For safety */ | ||
610 | if ( (p-putp) >= len) | ||
611 | { | ||
612 | printk("%s: cbp = %lx\n", devN->name, (long) H2S(cbp)); | ||
613 | proc_reset(dev0, 1); /* Freeze IDT */ | ||
614 | break; /* For Safety */ | ||
615 | } | ||
616 | rc = do_plx_dma(dev0, (ulong) phys_p, | ||
617 | S2DMA(tbdp->buf), amt, 1); | ||
618 | if (rc) | ||
619 | { | ||
620 | memcpy(p, S2H(tbdp->buf), amt); | ||
621 | printk("%s: Single DMA failed\n", devN->name); | ||
622 | } | ||
623 | phys_p += amt; | ||
624 | p += amt; | ||
625 | if (count & I596_TBD_EOF) | ||
626 | break; | ||
627 | tbdp = (I596_TBD *) S2H(tbdp->next); | ||
628 | } | ||
629 | } | ||
630 | else | ||
631 | { | ||
632 | /* | ||
633 | * Otherwise, copy it piece by piece using memcpy() | ||
634 | */ | ||
635 | tbdp = (I596_TBD *) S2H(cbp->xmit.tbdp); | ||
636 | for (;;) | ||
637 | { | ||
638 | int count; | ||
639 | int amt; | ||
640 | |||
641 | count = tbdp->count; | ||
642 | amt = count & 0x3fff; | ||
643 | if (amt == 0) | ||
644 | break; /* For safety */ | ||
645 | if ( (p-putp) >= len) | ||
646 | { | ||
647 | printk("%s: cbp = %lx\n", devN->name, (long) H2S(cbp)); | ||
648 | proc_reset(dev0, 1); /* Freeze IDT */ | ||
649 | break; /* For Safety */ | ||
650 | } | ||
651 | memcpy(p, S2H(tbdp->buf), amt); | ||
652 | p += amt; | ||
653 | if (count & I596_TBD_EOF) | ||
654 | break; | ||
655 | tbdp = (I596_TBD *) S2H(tbdp->next); | ||
656 | } | ||
657 | } | ||
658 | |||
659 | /* | ||
660 | * Pass the frame to upper half | ||
661 | */ | ||
662 | skb->protocol = eth_type_trans(skb, devN); | ||
663 | netif_rx(skb); | ||
664 | devN->last_rx = jiffies; | ||
665 | ++devN->stats.rx_packets; | ||
666 | devN->stats.rx_bytes += len; | ||
667 | |||
668 | out: | ||
669 | cbp->xmit.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; | ||
670 | } | ||
671 | |||
672 | /* | ||
673 | * Start transmission of a frame | ||
674 | * | ||
675 | * The interface to the board is simple: we pretend that we are | ||
676 | * a fifth 82596 ethernet controller 'receiving' data, and copy the | ||
677 | * data into the same structures that a real 82596 would. This way, | ||
678 | * the board firmware handles the host 'port' the same as any other. | ||
679 | * | ||
680 | * NOTE: we do not use Bus master DMA for this routine. Turns out | ||
681 | * that it is not needed. Slave writes over the PCI bus are about | ||
682 | * as fast as DMA, due to the fact that the PLX part can do burst | ||
683 | * writes. The same is not true for data being read from the board. | ||
684 | * | ||
685 | * For multi-NIC mode, we tell the firmware the desired 82596 | ||
686 | * output port by setting the special "dstchan" member at the | ||
687 | * end of the traditional 82596 RFD structure. | ||
688 | */ | ||
689 | |||
690 | static int dgrs_start_xmit(struct sk_buff *skb, struct net_device *devN) | ||
691 | { | ||
692 | DGRS_PRIV *privN = (DGRS_PRIV *) devN->priv; | ||
693 | struct net_device *dev0; | ||
694 | DGRS_PRIV *priv0; | ||
695 | I596_RBD *rbdp; | ||
696 | int count; | ||
697 | int i, len, amt; | ||
698 | |||
699 | /* | ||
700 | * Determine 0th priv and dev structure pointers | ||
701 | */ | ||
702 | if (dgrs_nicmode) | ||
703 | { | ||
704 | dev0 = privN->devtbl[0]; | ||
705 | priv0 = (DGRS_PRIV *) dev0->priv; | ||
706 | } | ||
707 | else | ||
708 | { | ||
709 | dev0 = devN; | ||
710 | priv0 = privN; | ||
711 | } | ||
712 | |||
713 | if (dgrs_debug > 1) | ||
714 | printk("%s: xmit len=%d\n", devN->name, (int) skb->len); | ||
715 | |||
716 | devN->trans_start = jiffies; | ||
717 | netif_start_queue(devN); | ||
718 | |||
719 | if (priv0->rfdp->cmd & I596_RFD_EL) | ||
720 | { /* Out of RFD's */ | ||
721 | if (0) printk("%s: NO RFD's\n", devN->name); | ||
722 | goto no_resources; | ||
723 | } | ||
724 | |||
725 | rbdp = priv0->rbdp; | ||
726 | count = 0; | ||
727 | priv0->rfdp->rbdp = (I596_RBD *) H2S(rbdp); | ||
728 | |||
729 | i = 0; len = skb->len; | ||
730 | for (;;) | ||
731 | { | ||
732 | if (rbdp->size & I596_RBD_EL) | ||
733 | { /* Out of RBD's */ | ||
734 | if (0) printk("%s: NO RBD's\n", devN->name); | ||
735 | goto no_resources; | ||
736 | } | ||
737 | |||
738 | amt = min_t(unsigned int, len, rbdp->size - count); | ||
739 | skb_copy_from_linear_data_offset(skb, i, S2H(rbdp->buf) + count, amt); | ||
740 | i += amt; | ||
741 | count += amt; | ||
742 | len -= amt; | ||
743 | if (len == 0) | ||
744 | { | ||
745 | if (skb->len < 60) | ||
746 | rbdp->count = 60 | I596_RBD_EOF; | ||
747 | else | ||
748 | rbdp->count = count | I596_RBD_EOF; | ||
749 | rbdp = (I596_RBD *) S2H(rbdp->next); | ||
750 | goto frame_done; | ||
751 | } | ||
752 | else if (count < 32) | ||
753 | { | ||
754 | /* More data to come, but we used less than 32 | ||
755 | * bytes of this RBD. Keep filling this RBD. | ||
756 | */ | ||
757 | {} /* Yes, we do nothing here */ | ||
758 | } | ||
759 | else | ||
760 | { | ||
761 | rbdp->count = count; | ||
762 | rbdp = (I596_RBD *) S2H(rbdp->next); | ||
763 | count = 0; | ||
764 | } | ||
765 | } | ||
766 | |||
767 | frame_done: | ||
768 | priv0->rbdp = rbdp; | ||
769 | if (dgrs_nicmode) | ||
770 | priv0->rfdp->dstchan = privN->chan; | ||
771 | priv0->rfdp->status = I596_RFD_C | I596_RFD_OK; | ||
772 | priv0->rfdp = (I596_RFD *) S2H(priv0->rfdp->next); | ||
773 | |||
774 | ++devN->stats.tx_packets; | ||
775 | |||
776 | dev_kfree_skb (skb); | ||
777 | return (0); | ||
778 | |||
779 | no_resources: | ||
780 | priv0->scbp->status |= I596_SCB_RNR; /* simulate I82596 */ | ||
781 | return (-EAGAIN); | ||
782 | } | ||
783 | |||
784 | /* | ||
785 | * Open the interface | ||
786 | */ | ||
787 | static int | ||
788 | dgrs_open( struct net_device *dev ) | ||
789 | { | ||
790 | netif_start_queue(dev); | ||
791 | return (0); | ||
792 | } | ||
793 | |||
794 | /* | ||
795 | * Close the interface | ||
796 | */ | ||
797 | static int dgrs_close( struct net_device *dev ) | ||
798 | { | ||
799 | netif_stop_queue(dev); | ||
800 | return (0); | ||
801 | } | ||
802 | |||
803 | /* | ||
804 | * Set multicast list and/or promiscuous mode | ||
805 | */ | ||
806 | |||
807 | static void dgrs_set_multicast_list( struct net_device *dev) | ||
808 | { | ||
809 | DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; | ||
810 | |||
811 | priv->port->is_promisc = (dev->flags & IFF_PROMISC) ? 1 : 0; | ||
812 | } | ||
813 | |||
814 | /* | ||
815 | * Unique ioctl's | ||
816 | */ | ||
817 | static int dgrs_ioctl(struct net_device *devN, struct ifreq *ifr, int cmd) | ||
818 | { | ||
819 | DGRS_PRIV *privN = (DGRS_PRIV *) devN->priv; | ||
820 | DGRS_IOCTL ioc; | ||
821 | int i; | ||
822 | |||
823 | if (cmd != DGRSIOCTL) | ||
824 | return -EINVAL; | ||
825 | |||
826 | if(copy_from_user(&ioc, ifr->ifr_data, sizeof(DGRS_IOCTL))) | ||
827 | return -EFAULT; | ||
828 | |||
829 | switch (ioc.cmd) | ||
830 | { | ||
831 | case DGRS_GETMEM: | ||
832 | if (ioc.len != sizeof(ulong)) | ||
833 | return -EINVAL; | ||
834 | if(copy_to_user(ioc.data, &devN->mem_start, ioc.len)) | ||
835 | return -EFAULT; | ||
836 | return (0); | ||
837 | case DGRS_SETFILTER: | ||
838 | if (!capable(CAP_NET_ADMIN)) | ||
839 | return -EPERM; | ||
840 | if (ioc.port > privN->bcomm->bc_nports) | ||
841 | return -EINVAL; | ||
842 | if (ioc.filter >= NFILTERS) | ||
843 | return -EINVAL; | ||
844 | if (ioc.len > privN->bcomm->bc_filter_area_len) | ||
845 | return -EINVAL; | ||
846 | |||
847 | /* Wait for old command to finish */ | ||
848 | for (i = 0; i < 1000; ++i) | ||
849 | { | ||
850 | if ( (volatile long) privN->bcomm->bc_filter_cmd <= 0 ) | ||
851 | break; | ||
852 | udelay(1); | ||
853 | } | ||
854 | if (i >= 1000) | ||
855 | return -EIO; | ||
856 | |||
857 | privN->bcomm->bc_filter_port = ioc.port; | ||
858 | privN->bcomm->bc_filter_num = ioc.filter; | ||
859 | privN->bcomm->bc_filter_len = ioc.len; | ||
860 | |||
861 | if (ioc.len) | ||
862 | { | ||
863 | if(copy_from_user(S2HN(privN->bcomm->bc_filter_area), | ||
864 | ioc.data, ioc.len)) | ||
865 | return -EFAULT; | ||
866 | privN->bcomm->bc_filter_cmd = BC_FILTER_SET; | ||
867 | } | ||
868 | else | ||
869 | privN->bcomm->bc_filter_cmd = BC_FILTER_CLR; | ||
870 | return(0); | ||
871 | default: | ||
872 | return -EOPNOTSUPP; | ||
873 | } | ||
874 | } | ||
875 | |||
876 | /* | ||
877 | * Process interrupts | ||
878 | * | ||
879 | * dev, priv will always refer to the 0th device in Multi-NIC mode. | ||
880 | */ | ||
881 | |||
882 | static irqreturn_t dgrs_intr(int irq, void *dev_id) | ||
883 | { | ||
884 | struct net_device *dev0 = dev_id; | ||
885 | DGRS_PRIV *priv0 = dev0->priv; | ||
886 | I596_CB *cbp; | ||
887 | int cmd; | ||
888 | int i; | ||
889 | |||
890 | ++priv0->intrcnt; | ||
891 | if (1) ++priv0->bcomm->bc_cnt[4]; | ||
892 | if (0) | ||
893 | { | ||
894 | static int cnt = 100; | ||
895 | if (--cnt > 0) | ||
896 | printk("%s: interrupt: irq %d\n", dev0->name, irq); | ||
897 | } | ||
898 | |||
899 | /* | ||
900 | * Get 596 command | ||
901 | */ | ||
902 | cmd = priv0->scbp->cmd; | ||
903 | |||
904 | /* | ||
905 | * See if RU has been restarted | ||
906 | */ | ||
907 | if ( (cmd & I596_SCB_RUC) == I596_SCB_RUC_START) | ||
908 | { | ||
909 | if (0) printk("%s: RUC start\n", dev0->name); | ||
910 | priv0->rfdp = (I596_RFD *) S2H(priv0->scbp->rfdp); | ||
911 | priv0->rbdp = (I596_RBD *) S2H(priv0->rfdp->rbdp); | ||
912 | priv0->scbp->status &= ~(I596_SCB_RNR|I596_SCB_RUS); | ||
913 | /* | ||
914 | * Tell upper half (halves) | ||
915 | */ | ||
916 | if (dgrs_nicmode) | ||
917 | { | ||
918 | for (i = 0; i < priv0->nports; ++i) | ||
919 | netif_wake_queue (priv0->devtbl[i]); | ||
920 | } | ||
921 | else | ||
922 | netif_wake_queue (dev0); | ||
923 | /* if (bd->flags & TX_QUEUED) | ||
924 | DL_sched(bd, bdd); */ | ||
925 | } | ||
926 | |||
927 | /* | ||
928 | * See if any CU commands to process | ||
929 | */ | ||
930 | if ( (cmd & I596_SCB_CUC) != I596_SCB_CUC_START) | ||
931 | { | ||
932 | priv0->scbp->cmd = 0; /* Ignore all other commands */ | ||
933 | goto ack_intr; | ||
934 | } | ||
935 | priv0->scbp->status &= ~(I596_SCB_CNA|I596_SCB_CUS); | ||
936 | |||
937 | /* | ||
938 | * Process a command | ||
939 | */ | ||
940 | cbp = (I596_CB *) S2H(priv0->scbp->cbp); | ||
941 | priv0->scbp->cmd = 0; /* Safe to clear the command */ | ||
942 | for (;;) | ||
943 | { | ||
944 | switch (cbp->nop.cmd & I596_CB_CMD) | ||
945 | { | ||
946 | case I596_CB_CMD_XMIT: | ||
947 | dgrs_rcv_frame(dev0, priv0, cbp); | ||
948 | break; | ||
949 | default: | ||
950 | cbp->nop.status = I596_CB_STATUS_C | I596_CB_STATUS_OK; | ||
951 | break; | ||
952 | } | ||
953 | if (cbp->nop.cmd & I596_CB_CMD_EL) | ||
954 | break; | ||
955 | cbp = (I596_CB *) S2H(cbp->nop.next); | ||
956 | } | ||
957 | priv0->scbp->status |= I596_SCB_CNA; | ||
958 | |||
959 | /* | ||
960 | * Ack the interrupt | ||
961 | */ | ||
962 | ack_intr: | ||
963 | if (priv0->plxreg) | ||
964 | OUTL(dev0->base_addr + PLX_LCL2PCI_DOORBELL, 1); | ||
965 | |||
966 | return IRQ_HANDLED; | ||
967 | } | ||
968 | |||
969 | /* | ||
970 | * Download the board firmware | ||
971 | */ | ||
972 | static int __init | ||
973 | dgrs_download(struct net_device *dev0) | ||
974 | { | ||
975 | DGRS_PRIV *priv0 = (DGRS_PRIV *) dev0->priv; | ||
976 | int is; | ||
977 | unsigned long i; | ||
978 | |||
979 | static const int iv2is[16] = { | ||
980 | 0, 0, 0, ES4H_IS_INT3, | ||
981 | 0, ES4H_IS_INT5, 0, ES4H_IS_INT7, | ||
982 | 0, 0, ES4H_IS_INT10, ES4H_IS_INT11, | ||
983 | ES4H_IS_INT12, 0, 0, ES4H_IS_INT15 }; | ||
984 | |||
985 | /* | ||
986 | * Map in the dual port memory | ||
987 | */ | ||
988 | priv0->vmem = ioremap(dev0->mem_start, 2048*1024); | ||
989 | if (!priv0->vmem) | ||
990 | { | ||
991 | printk("%s: cannot map in board memory\n", dev0->name); | ||
992 | return -ENXIO; | ||
993 | } | ||
994 | |||
995 | /* | ||
996 | * Hold the processor and configure the board addresses | ||
997 | */ | ||
998 | if (priv0->plxreg) | ||
999 | { /* PCI bus */ | ||
1000 | proc_reset(dev0, 1); | ||
1001 | } | ||
1002 | else | ||
1003 | { /* EISA bus */ | ||
1004 | is = iv2is[dev0->irq & 0x0f]; | ||
1005 | if (!is) | ||
1006 | { | ||
1007 | printk("%s: Illegal IRQ %d\n", dev0->name, dev0->irq); | ||
1008 | iounmap(priv0->vmem); | ||
1009 | priv0->vmem = NULL; | ||
1010 | return -ENXIO; | ||
1011 | } | ||
1012 | OUTB(dev0->base_addr + ES4H_AS_31_24, | ||
1013 | (uchar) (dev0->mem_start >> 24) ); | ||
1014 | OUTB(dev0->base_addr + ES4H_AS_23_16, | ||
1015 | (uchar) (dev0->mem_start >> 16) ); | ||
1016 | priv0->is_reg = ES4H_IS_LINEAR | is | | ||
1017 | ((uchar) (dev0->mem_start >> 8) & ES4H_IS_AS15); | ||
1018 | OUTB(dev0->base_addr + ES4H_IS, priv0->is_reg); | ||
1019 | OUTB(dev0->base_addr + ES4H_EC, ES4H_EC_ENABLE); | ||
1020 | OUTB(dev0->base_addr + ES4H_PC, ES4H_PC_RESET); | ||
1021 | OUTB(dev0->base_addr + ES4H_MW, ES4H_MW_ENABLE | 0x00); | ||
1022 | } | ||
1023 | |||
1024 | /* | ||
1025 | * See if we can do DMA on the SE-6 | ||
1026 | */ | ||
1027 | priv0->use_dma = check_board_dma(dev0); | ||
1028 | if (priv0->use_dma) | ||
1029 | printk("%s: Bus Master DMA is enabled.\n", dev0->name); | ||
1030 | |||
1031 | /* | ||
1032 | * Load and verify the code at the desired address | ||
1033 | */ | ||
1034 | memcpy(priv0->vmem, dgrs_code, dgrs_ncode); /* Load code */ | ||
1035 | if (memcmp(priv0->vmem, dgrs_code, dgrs_ncode)) | ||
1036 | { | ||
1037 | iounmap(priv0->vmem); | ||
1038 | priv0->vmem = NULL; | ||
1039 | printk("%s: download compare failed\n", dev0->name); | ||
1040 | return -ENXIO; | ||
1041 | } | ||
1042 | |||
1043 | /* | ||
1044 | * Configurables | ||
1045 | */ | ||
1046 | priv0->bcomm = (struct bios_comm *) (priv0->vmem + 0x0100); | ||
1047 | priv0->bcomm->bc_nowait = 1; /* Tell board to make printf not wait */ | ||
1048 | priv0->bcomm->bc_squelch = 0; /* Flag from Space.c */ | ||
1049 | priv0->bcomm->bc_150ohm = 0; /* Flag from Space.c */ | ||
1050 | |||
1051 | priv0->bcomm->bc_spew = 0; /* Debug flag from Space.c */ | ||
1052 | priv0->bcomm->bc_maxrfd = 0; /* Debug flag from Space.c */ | ||
1053 | priv0->bcomm->bc_maxrbd = 0; /* Debug flag from Space.c */ | ||
1054 | |||
1055 | /* | ||
1056 | * Tell board we are operating in switch mode (1) or in | ||
1057 | * multi-NIC mode (2). | ||
1058 | */ | ||
1059 | priv0->bcomm->bc_host = dgrs_nicmode ? BC_MULTINIC : BC_SWITCH; | ||
1060 | |||
1061 | /* | ||
1062 | * Request memory space on board for DMA chains | ||
1063 | */ | ||
1064 | if (priv0->use_dma) | ||
1065 | priv0->bcomm->bc_hostarea_len = (2048/64) * 16; | ||
1066 | |||
1067 | /* | ||
1068 | * NVRAM configurables from Space.c | ||
1069 | */ | ||
1070 | priv0->bcomm->bc_spantree = dgrs_spantree; | ||
1071 | priv0->bcomm->bc_hashexpire = dgrs_hashexpire; | ||
1072 | memcpy(priv0->bcomm->bc_ipaddr, dgrs_ipaddr, 4); | ||
1073 | memcpy(priv0->bcomm->bc_iptrap, dgrs_iptrap, 4); | ||
1074 | memcpy(priv0->bcomm->bc_ipxnet, &dgrs_ipxnet, 4); | ||
1075 | |||
1076 | /* | ||
1077 | * Release processor, wait 8 seconds for board to initialize | ||
1078 | */ | ||
1079 | proc_reset(dev0, 0); | ||
1080 | |||
1081 | for (i = jiffies + 8 * HZ; time_after(i, jiffies); ) | ||
1082 | { | ||
1083 | barrier(); /* Gcc 2.95 needs this */ | ||
1084 | if (priv0->bcomm->bc_status >= BC_RUN) | ||
1085 | break; | ||
1086 | } | ||
1087 | |||
1088 | if (priv0->bcomm->bc_status < BC_RUN) | ||
1089 | { | ||
1090 | printk("%s: board not operating\n", dev0->name); | ||
1091 | iounmap(priv0->vmem); | ||
1092 | priv0->vmem = NULL; | ||
1093 | return -ENXIO; | ||
1094 | } | ||
1095 | |||
1096 | priv0->port = (PORT *) S2H(priv0->bcomm->bc_port); | ||
1097 | priv0->scbp = (I596_SCB *) S2H(priv0->port->scbp); | ||
1098 | priv0->rfdp = (I596_RFD *) S2H(priv0->scbp->rfdp); | ||
1099 | priv0->rbdp = (I596_RBD *) S2H(priv0->rfdp->rbdp); | ||
1100 | |||
1101 | priv0->scbp->status = I596_SCB_CNA; /* CU is idle */ | ||
1102 | |||
1103 | /* | ||
1104 | * Get switch physical and host virtual pointers to DMA | ||
1105 | * chaining area. NOTE: the MSB of the switch physical | ||
1106 | * address *must* be turned off. Otherwise, the HW kludge | ||
1107 | * that allows host access of the PLX DMA registers will | ||
1108 | * erroneously select the PLX registers. | ||
1109 | */ | ||
1110 | priv0->dmadesc_s = (DMACHAIN *) S2DMA(priv0->bcomm->bc_hostarea); | ||
1111 | if (priv0->dmadesc_s) | ||
1112 | priv0->dmadesc_h = (DMACHAIN *) S2H(priv0->dmadesc_s); | ||
1113 | else | ||
1114 | priv0->dmadesc_h = NULL; | ||
1115 | |||
1116 | /* | ||
1117 | * Enable board interrupts | ||
1118 | */ | ||
1119 | if (priv0->plxreg) | ||
1120 | { /* PCI bus */ | ||
1121 | OUTL(dev0->base_addr + PLX_INT_CSR, | ||
1122 | inl(dev0->base_addr + PLX_INT_CSR) | ||
1123 | | PLX_PCI_DOORBELL_IE); /* Enable intr to host */ | ||
1124 | OUTL(dev0->base_addr + PLX_LCL2PCI_DOORBELL, 1); | ||
1125 | } | ||
1126 | else | ||
1127 | { /* EISA bus */ | ||
1128 | } | ||
1129 | |||
1130 | return (0); | ||
1131 | } | ||
1132 | |||
1133 | /* | ||
1134 | * Probe (init) a board | ||
1135 | */ | ||
1136 | static int __init | ||
1137 | dgrs_probe1(struct net_device *dev) | ||
1138 | { | ||
1139 | DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; | ||
1140 | unsigned long i; | ||
1141 | int rc; | ||
1142 | DECLARE_MAC_BUF(mac); | ||
1143 | |||
1144 | printk("%s: Digi RightSwitch io=%lx mem=%lx irq=%d plx=%lx dma=%lx\n", | ||
1145 | dev->name, dev->base_addr, dev->mem_start, dev->irq, | ||
1146 | priv->plxreg, priv->plxdma); | ||
1147 | |||
1148 | /* | ||
1149 | * Download the firmware and light the processor | ||
1150 | */ | ||
1151 | rc = dgrs_download(dev); | ||
1152 | if (rc) | ||
1153 | goto err_out; | ||
1154 | |||
1155 | /* | ||
1156 | * Get ether address of board | ||
1157 | */ | ||
1158 | memcpy(dev->dev_addr, priv->port->ethaddr, 6); | ||
1159 | printk("%s: Ethernet address %s\n", | ||
1160 | dev->name, print_mac(mac, dev->dev_addr)); | ||
1161 | |||
1162 | if (dev->dev_addr[0] & 1) | ||
1163 | { | ||
1164 | printk("%s: Illegal Ethernet Address\n", dev->name); | ||
1165 | rc = -ENXIO; | ||
1166 | goto err_out; | ||
1167 | } | ||
1168 | |||
1169 | /* | ||
1170 | * ACK outstanding interrupts, hook the interrupt, | ||
1171 | * and verify that we are getting interrupts from the board. | ||
1172 | */ | ||
1173 | if (priv->plxreg) | ||
1174 | OUTL(dev->base_addr + PLX_LCL2PCI_DOORBELL, 1); | ||
1175 | |||
1176 | rc = request_irq(dev->irq, &dgrs_intr, IRQF_SHARED, "RightSwitch", dev); | ||
1177 | if (rc) | ||
1178 | goto err_out; | ||
1179 | |||
1180 | priv->intrcnt = 0; | ||
1181 | for (i = jiffies + 2*HZ + HZ/2; time_after(i, jiffies); ) | ||
1182 | { | ||
1183 | cpu_relax(); | ||
1184 | if (priv->intrcnt >= 2) | ||
1185 | break; | ||
1186 | } | ||
1187 | if (priv->intrcnt < 2) | ||
1188 | { | ||
1189 | printk(KERN_ERR "%s: Not interrupting on IRQ %d (%d)\n", | ||
1190 | dev->name, dev->irq, priv->intrcnt); | ||
1191 | rc = -ENXIO; | ||
1192 | goto err_free_irq; | ||
1193 | } | ||
1194 | |||
1195 | /* | ||
1196 | * Entry points... | ||
1197 | */ | ||
1198 | dev->open = &dgrs_open; | ||
1199 | dev->stop = &dgrs_close; | ||
1200 | dev->hard_start_xmit = &dgrs_start_xmit; | ||
1201 | dev->set_multicast_list = &dgrs_set_multicast_list; | ||
1202 | dev->do_ioctl = &dgrs_ioctl; | ||
1203 | |||
1204 | return rc; | ||
1205 | |||
1206 | err_free_irq: | ||
1207 | free_irq(dev->irq, dev); | ||
1208 | err_out: | ||
1209 | return rc; | ||
1210 | } | ||
1211 | |||
1212 | static int __init | ||
1213 | dgrs_initclone(struct net_device *dev) | ||
1214 | { | ||
1215 | DGRS_PRIV *priv = (DGRS_PRIV *) dev->priv; | ||
1216 | DECLARE_MAC_BUF(mac); | ||
1217 | |||
1218 | printk("%s: Digi RightSwitch port %d %s\n", | ||
1219 | dev->name, priv->chan, print_mac(mac, dev->dev_addr)); | ||
1220 | |||
1221 | return 0; | ||
1222 | } | ||
1223 | |||
1224 | static struct net_device * __init | ||
1225 | dgrs_found_device( | ||
1226 | int io, | ||
1227 | ulong mem, | ||
1228 | int irq, | ||
1229 | ulong plxreg, | ||
1230 | ulong plxdma, | ||
1231 | struct device *pdev | ||
1232 | ) | ||
1233 | { | ||
1234 | DGRS_PRIV *priv; | ||
1235 | struct net_device *dev; | ||
1236 | int i, ret = -ENOMEM; | ||
1237 | |||
1238 | dev = alloc_etherdev(sizeof(DGRS_PRIV)); | ||
1239 | if (!dev) | ||
1240 | goto err0; | ||
1241 | |||
1242 | priv = (DGRS_PRIV *)dev->priv; | ||
1243 | |||
1244 | dev->base_addr = io; | ||
1245 | dev->mem_start = mem; | ||
1246 | dev->mem_end = mem + 2048 * 1024 - 1; | ||
1247 | dev->irq = irq; | ||
1248 | priv->plxreg = plxreg; | ||
1249 | priv->plxdma = plxdma; | ||
1250 | priv->vplxdma = NULL; | ||
1251 | |||
1252 | priv->chan = 1; | ||
1253 | priv->devtbl[0] = dev; | ||
1254 | |||
1255 | SET_NETDEV_DEV(dev, pdev); | ||
1256 | |||
1257 | ret = dgrs_probe1(dev); | ||
1258 | if (ret) | ||
1259 | goto err1; | ||
1260 | |||
1261 | ret = register_netdev(dev); | ||
1262 | if (ret) | ||
1263 | goto err2; | ||
1264 | |||
1265 | if ( !dgrs_nicmode ) | ||
1266 | return dev; /* Switch mode, we are done */ | ||
1267 | |||
1268 | /* | ||
1269 | * Operating card as N separate NICs | ||
1270 | */ | ||
1271 | |||
1272 | priv->nports = priv->bcomm->bc_nports; | ||
1273 | |||
1274 | for (i = 1; i < priv->nports; ++i) | ||
1275 | { | ||
1276 | struct net_device *devN; | ||
1277 | DGRS_PRIV *privN; | ||
1278 | /* Allocate new dev and priv structures */ | ||
1279 | devN = alloc_etherdev(sizeof(DGRS_PRIV)); | ||
1280 | ret = -ENOMEM; | ||
1281 | if (!devN) | ||
1282 | goto fail; | ||
1283 | |||
1284 | /* Don't copy the network device structure! */ | ||
1285 | |||
1286 | /* copy the priv structure of dev[0] */ | ||
1287 | privN = (DGRS_PRIV *)devN->priv; | ||
1288 | *privN = *priv; | ||
1289 | |||
1290 | /* ... and zero out VM areas */ | ||
1291 | privN->vmem = NULL; | ||
1292 | privN->vplxdma = NULL; | ||
1293 | /* ... and zero out IRQ */ | ||
1294 | devN->irq = 0; | ||
1295 | /* ... and base MAC address off address of 1st port */ | ||
1296 | devN->dev_addr[5] += i; | ||
1297 | |||
1298 | ret = dgrs_initclone(devN); | ||
1299 | if (ret) | ||
1300 | goto fail; | ||
1301 | |||
1302 | SET_NETDEV_DEV(dev, pdev); | ||
1303 | |||
1304 | ret = register_netdev(devN); | ||
1305 | if (ret) { | ||
1306 | free_netdev(devN); | ||
1307 | goto fail; | ||
1308 | } | ||
1309 | privN->chan = i+1; | ||
1310 | priv->devtbl[i] = devN; | ||
1311 | } | ||
1312 | return dev; | ||
1313 | |||
1314 | fail: | ||
1315 | while (i >= 0) { | ||
1316 | struct net_device *d = priv->devtbl[i--]; | ||
1317 | unregister_netdev(d); | ||
1318 | free_netdev(d); | ||
1319 | } | ||
1320 | |||
1321 | err2: | ||
1322 | free_irq(dev->irq, dev); | ||
1323 | err1: | ||
1324 | free_netdev(dev); | ||
1325 | err0: | ||
1326 | return ERR_PTR(ret); | ||
1327 | } | ||
1328 | |||
1329 | static void __devexit dgrs_remove(struct net_device *dev) | ||
1330 | { | ||
1331 | DGRS_PRIV *priv = dev->priv; | ||
1332 | int i; | ||
1333 | |||
1334 | unregister_netdev(dev); | ||
1335 | |||
1336 | for (i = 1; i < priv->nports; ++i) { | ||
1337 | struct net_device *d = priv->devtbl[i]; | ||
1338 | if (d) { | ||
1339 | unregister_netdev(d); | ||
1340 | free_netdev(d); | ||
1341 | } | ||
1342 | } | ||
1343 | |||
1344 | proc_reset(priv->devtbl[0], 1); | ||
1345 | |||
1346 | if (priv->vmem) | ||
1347 | iounmap(priv->vmem); | ||
1348 | if (priv->vplxdma) | ||
1349 | iounmap((uchar *) priv->vplxdma); | ||
1350 | |||
1351 | if (dev->irq) | ||
1352 | free_irq(dev->irq, dev); | ||
1353 | |||
1354 | for (i = 1; i < priv->nports; ++i) { | ||
1355 | if (priv->devtbl[i]) | ||
1356 | unregister_netdev(priv->devtbl[i]); | ||
1357 | } | ||
1358 | } | ||
1359 | |||
1360 | #ifdef CONFIG_PCI | ||
1361 | static int __init dgrs_pci_probe(struct pci_dev *pdev, | ||
1362 | const struct pci_device_id *ent) | ||
1363 | { | ||
1364 | struct net_device *dev; | ||
1365 | int err; | ||
1366 | uint io; | ||
1367 | uint mem; | ||
1368 | uint irq; | ||
1369 | uint plxreg; | ||
1370 | uint plxdma; | ||
1371 | |||
1372 | /* | ||
1373 | * Get and check the bus-master and latency values. | ||
1374 | * Some PCI BIOSes fail to set the master-enable bit, | ||
1375 | * and the latency timer must be set to the maximum | ||
1376 | * value to avoid data corruption that occurs when the | ||
1377 | * timer expires during a transfer. Yes, it's a bug. | ||
1378 | */ | ||
1379 | err = pci_enable_device(pdev); | ||
1380 | if (err) | ||
1381 | return err; | ||
1382 | err = pci_request_regions(pdev, "RightSwitch"); | ||
1383 | if (err) | ||
1384 | return err; | ||
1385 | |||
1386 | pci_set_master(pdev); | ||
1387 | |||
1388 | plxreg = pci_resource_start (pdev, 0); | ||
1389 | io = pci_resource_start (pdev, 1); | ||
1390 | mem = pci_resource_start (pdev, 2); | ||
1391 | pci_read_config_dword(pdev, 0x30, &plxdma); | ||
1392 | irq = pdev->irq; | ||
1393 | plxdma &= ~15; | ||
1394 | |||
1395 | /* | ||
1396 | * On some BIOSES, the PLX "expansion rom" (used for DMA) | ||
1397 | * address comes up as "0". This is probably because | ||
1398 | * the BIOS doesn't see a valid 55 AA ROM signature at | ||
1399 | * the "ROM" start and zeroes the address. To get | ||
1400 | * around this problem the SE-6 is configured to ask | ||
1401 | * for 4 MB of space for the dual port memory. We then | ||
1402 | * must set its range back to 2 MB, and use the upper | ||
1403 | * half for DMA register access | ||
1404 | */ | ||
1405 | OUTL(io + PLX_SPACE0_RANGE, 0xFFE00000L); | ||
1406 | if (plxdma == 0) | ||
1407 | plxdma = mem + (2048L * 1024L); | ||
1408 | pci_write_config_dword(pdev, 0x30, plxdma + 1); | ||
1409 | pci_read_config_dword(pdev, 0x30, &plxdma); | ||
1410 | plxdma &= ~15; | ||
1411 | |||
1412 | dev = dgrs_found_device(io, mem, irq, plxreg, plxdma, &pdev->dev); | ||
1413 | if (IS_ERR(dev)) { | ||
1414 | pci_release_regions(pdev); | ||
1415 | return PTR_ERR(dev); | ||
1416 | } | ||
1417 | |||
1418 | pci_set_drvdata(pdev, dev); | ||
1419 | return 0; | ||
1420 | } | ||
1421 | |||
1422 | static void __devexit dgrs_pci_remove(struct pci_dev *pdev) | ||
1423 | { | ||
1424 | struct net_device *dev = pci_get_drvdata(pdev); | ||
1425 | |||
1426 | dgrs_remove(dev); | ||
1427 | pci_release_regions(pdev); | ||
1428 | free_netdev(dev); | ||
1429 | } | ||
1430 | |||
1431 | static struct pci_driver dgrs_pci_driver = { | ||
1432 | .name = "dgrs", | ||
1433 | .id_table = dgrs_pci_tbl, | ||
1434 | .probe = dgrs_pci_probe, | ||
1435 | .remove = __devexit_p(dgrs_pci_remove), | ||
1436 | }; | ||
1437 | #else | ||
1438 | static struct pci_driver dgrs_pci_driver = {}; | ||
1439 | #endif | ||
1440 | |||
1441 | |||
1442 | #ifdef CONFIG_EISA | ||
1443 | static int is2iv[8] __initdata = { 0, 3, 5, 7, 10, 11, 12, 15 }; | ||
1444 | |||
1445 | static int __init dgrs_eisa_probe (struct device *gendev) | ||
1446 | { | ||
1447 | struct net_device *dev; | ||
1448 | struct eisa_device *edev = to_eisa_device(gendev); | ||
1449 | uint io = edev->base_addr; | ||
1450 | uint mem; | ||
1451 | uint irq; | ||
1452 | int rc = -ENODEV; /* Not EISA configured */ | ||
1453 | |||
1454 | if (!request_region(io, 256, "RightSwitch")) { | ||
1455 | printk(KERN_ERR "dgrs: eisa io 0x%x, which is busy.\n", io); | ||
1456 | return -EBUSY; | ||
1457 | } | ||
1458 | |||
1459 | if ( ! (inb(io+ES4H_EC) & ES4H_EC_ENABLE) ) | ||
1460 | goto err_out; | ||
1461 | |||
1462 | mem = (inb(io+ES4H_AS_31_24) << 24) | ||
1463 | + (inb(io+ES4H_AS_23_16) << 16); | ||
1464 | |||
1465 | irq = is2iv[ inb(io+ES4H_IS) & ES4H_IS_INTMASK ]; | ||
1466 | |||
1467 | dev = dgrs_found_device(io, mem, irq, 0L, 0L, gendev); | ||
1468 | if (IS_ERR(dev)) { | ||
1469 | rc = PTR_ERR(dev); | ||
1470 | goto err_out; | ||
1471 | } | ||
1472 | |||
1473 | gendev->driver_data = dev; | ||
1474 | return 0; | ||
1475 | err_out: | ||
1476 | release_region(io, 256); | ||
1477 | return rc; | ||
1478 | } | ||
1479 | |||
1480 | static int __devexit dgrs_eisa_remove(struct device *gendev) | ||
1481 | { | ||
1482 | struct net_device *dev = gendev->driver_data; | ||
1483 | |||
1484 | dgrs_remove(dev); | ||
1485 | |||
1486 | release_region(dev->base_addr, 256); | ||
1487 | |||
1488 | free_netdev(dev); | ||
1489 | return 0; | ||
1490 | } | ||
1491 | |||
1492 | |||
1493 | static struct eisa_driver dgrs_eisa_driver = { | ||
1494 | .id_table = dgrs_eisa_tbl, | ||
1495 | .driver = { | ||
1496 | .name = "dgrs", | ||
1497 | .probe = dgrs_eisa_probe, | ||
1498 | .remove = __devexit_p(dgrs_eisa_remove), | ||
1499 | } | ||
1500 | }; | ||
1501 | #endif | ||
1502 | |||
1503 | /* | ||
1504 | * Variables that can be overriden from module command line | ||
1505 | */ | ||
1506 | static int debug = -1; | ||
1507 | static int dma = -1; | ||
1508 | static int hashexpire = -1; | ||
1509 | static int spantree = -1; | ||
1510 | static int ipaddr[4] = { -1 }; | ||
1511 | static int iptrap[4] = { -1 }; | ||
1512 | static __u32 ipxnet = -1; | ||
1513 | static int nicmode = -1; | ||
1514 | |||
1515 | module_param(debug, int, 0); | ||
1516 | module_param(dma, int, 0); | ||
1517 | module_param(hashexpire, int, 0); | ||
1518 | module_param(spantree, int, 0); | ||
1519 | module_param_array(ipaddr, int, NULL, 0); | ||
1520 | module_param_array(iptrap, int, NULL, 0); | ||
1521 | module_param(ipxnet, int, 0); | ||
1522 | module_param(nicmode, int, 0); | ||
1523 | MODULE_PARM_DESC(debug, "Digi RightSwitch enable debugging (0-1)"); | ||
1524 | MODULE_PARM_DESC(dma, "Digi RightSwitch enable BM DMA (0-1)"); | ||
1525 | MODULE_PARM_DESC(nicmode, "Digi RightSwitch operating mode (1: switch, 2: multi-NIC)"); | ||
1526 | |||
1527 | static int __init dgrs_init_module (void) | ||
1528 | { | ||
1529 | int i; | ||
1530 | int err; | ||
1531 | |||
1532 | /* | ||
1533 | * Command line variable overrides | ||
1534 | * debug=NNN | ||
1535 | * dma=0/1 | ||
1536 | * spantree=0/1 | ||
1537 | * hashexpire=NNN | ||
1538 | * ipaddr=A,B,C,D | ||
1539 | * iptrap=A,B,C,D | ||
1540 | * ipxnet=NNN | ||
1541 | * nicmode=NNN | ||
1542 | */ | ||
1543 | if (debug >= 0) | ||
1544 | dgrs_debug = debug; | ||
1545 | if (dma >= 0) | ||
1546 | dgrs_dma = dma; | ||
1547 | if (nicmode >= 0) | ||
1548 | dgrs_nicmode = nicmode; | ||
1549 | if (hashexpire >= 0) | ||
1550 | dgrs_hashexpire = hashexpire; | ||
1551 | if (spantree >= 0) | ||
1552 | dgrs_spantree = spantree; | ||
1553 | if (ipaddr[0] != -1) | ||
1554 | for (i = 0; i < 4; ++i) | ||
1555 | dgrs_ipaddr[i] = ipaddr[i]; | ||
1556 | if (iptrap[0] != -1) | ||
1557 | for (i = 0; i < 4; ++i) | ||
1558 | dgrs_iptrap[i] = iptrap[i]; | ||
1559 | if (ipxnet != -1) | ||
1560 | dgrs_ipxnet = htonl( ipxnet ); | ||
1561 | |||
1562 | if (dgrs_debug) | ||
1563 | { | ||
1564 | printk(KERN_INFO "dgrs: SW=%s FW=Build %d %s\nFW Version=%s\n", | ||
1565 | version, dgrs_firmnum, dgrs_firmdate, dgrs_firmver); | ||
1566 | } | ||
1567 | |||
1568 | /* | ||
1569 | * Find and configure all the cards | ||
1570 | */ | ||
1571 | #ifdef CONFIG_EISA | ||
1572 | err = eisa_driver_register(&dgrs_eisa_driver); | ||
1573 | if (err) | ||
1574 | return err; | ||
1575 | #endif | ||
1576 | err = pci_register_driver(&dgrs_pci_driver); | ||
1577 | if (err) | ||
1578 | return err; | ||
1579 | return 0; | ||
1580 | } | ||
1581 | |||
1582 | static void __exit dgrs_cleanup_module (void) | ||
1583 | { | ||
1584 | #ifdef CONFIG_EISA | ||
1585 | eisa_driver_unregister (&dgrs_eisa_driver); | ||
1586 | #endif | ||
1587 | #ifdef CONFIG_PCI | ||
1588 | pci_unregister_driver (&dgrs_pci_driver); | ||
1589 | #endif | ||
1590 | } | ||
1591 | |||
1592 | module_init(dgrs_init_module); | ||
1593 | module_exit(dgrs_cleanup_module); | ||
diff --git a/drivers/net/dgrs.h b/drivers/net/dgrs.h deleted file mode 100644 index 6058d5301cb6..000000000000 --- a/drivers/net/dgrs.h +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | /* | ||
2 | * ioctl's for the Digi Intl. RightSwitch | ||
3 | * | ||
4 | * These network driver ioctl's are a bit obtuse compared to the usual | ||
5 | * ioctl's for a "normal" device driver. Hey, I didn't invent it. | ||
6 | * | ||
7 | * Typical use: | ||
8 | * | ||
9 | * struct ifreq ifr; | ||
10 | * DGRS_IOCTL ioc; | ||
11 | * int x; | ||
12 | * | ||
13 | * strcpy(ifr.ifr_name, "eth1"); | ||
14 | * ifr.ifr_data = (caddr_t) &ioc; | ||
15 | * ioc.cmd = DGRS_GETMEM; | ||
16 | * ioc.len = sizeof(x); | ||
17 | * ioc.data = (caddr_t) &x; | ||
18 | * rc = ioctl(fd, DGRSIOCTL, &ifr); | ||
19 | * printf("rc=%d mem=%x\n", rc, x); | ||
20 | * | ||
21 | */ | ||
22 | #include <linux/sockios.h> | ||
23 | |||
24 | #define DGRSIOCTL SIOCDEVPRIVATE | ||
25 | |||
26 | typedef struct dgrs_ioctl { | ||
27 | unsigned short cmd; /* Command to run */ | ||
28 | unsigned short len; /* Length of the data buffer */ | ||
29 | unsigned char __user *data; /* Pointer to the data buffer */ | ||
30 | unsigned short port; /* port number for command, if needed */ | ||
31 | unsigned short filter; /* filter number for command, if needed */ | ||
32 | } DGRS_IOCTL; | ||
33 | |||
34 | /* | ||
35 | * Commands for the driver | ||
36 | */ | ||
37 | #define DGRS_GETMEM 0x01 /* Get the dual port memory address */ | ||
38 | #define DGRS_SETFILTER 0x02 /* Set a filter */ | ||
diff --git a/drivers/net/dgrs_asstruct.h b/drivers/net/dgrs_asstruct.h deleted file mode 100644 index f0e2121770f1..000000000000 --- a/drivers/net/dgrs_asstruct.h +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | /* | ||
2 | * For declaring structures shared with assembly routines | ||
3 | * | ||
4 | * $Id: asstruct.h,v 1.1.1.1 1994/10/23 05:08:32 rick Exp $ | ||
5 | */ | ||
6 | |||
7 | #ifdef ASSEMBLER | ||
8 | |||
9 | # define MO(t,a) (a) | ||
10 | # define VMO(t,a) (a) | ||
11 | |||
12 | # define BEGIN_STRUCT(x) _Off=0 | ||
13 | # define S1A(t,x,n) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+(1*n) | ||
14 | # define S2A(t,x,n) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+(2*n) | ||
15 | # define S4A(t,x,n) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n) | ||
16 | # define WORD(x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 | ||
17 | # define WORDA(x,n) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+(4*n) | ||
18 | # define VWORD(x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 | ||
19 | # define S1(t,x) _Off=(_Off+0)&~0; x=_Off; _Off=_Off+1 | ||
20 | # define S2(t,x) _Off=(_Off+1)&~1; x=_Off; _Off=_Off+2 | ||
21 | # define S4(t,x) _Off=(_Off+3)&~3; x=_Off; _Off=_Off+4 | ||
22 | # define END_STRUCT(x) _Off=(_Off+3)&~3; x=_Off | ||
23 | |||
24 | #else /* C */ | ||
25 | |||
26 | #define VMO(t,a) (*(volatile t *)(a)) | ||
27 | |||
28 | # define BEGIN_STRUCT(x) struct x { | ||
29 | # define S1(t,x) t x ; | ||
30 | # define S1A(t,x,n) t x[n] ; | ||
31 | # define S2(t,x) t x ; | ||
32 | # define S2A(t,x,n) t x[n] ; | ||
33 | # define S4(t,x) t x ; | ||
34 | # define S4A(t,x,n) t x[n] ; | ||
35 | # define END_STRUCT(x) } ; | ||
36 | |||
37 | #endif | ||
diff --git a/drivers/net/dgrs_bcomm.h b/drivers/net/dgrs_bcomm.h deleted file mode 100644 index 5e9c25273981..000000000000 --- a/drivers/net/dgrs_bcomm.h +++ /dev/null | |||
@@ -1,148 +0,0 @@ | |||
1 | /* | ||
2 | * The bios low-memory structure | ||
3 | * | ||
4 | * Some of the variables in here can be used to set parameters that | ||
5 | * are stored in NVRAM and will retain their old values the next time | ||
6 | * the card is brought up. To use the values stored in NVRAM, the | ||
7 | * parameter should be set to "all ones". This tells the firmware to | ||
8 | * use the NVRAM value or a suitable default. The value that is used | ||
9 | * will be stored back into this structure by the firmware. If the | ||
10 | * value of the variable is not "all ones", then that value will be | ||
11 | * used and will be stored into NVRAM if it isn't already there. | ||
12 | * The variables this applies to are the following: | ||
13 | * Variable Set to: Gets default of: | ||
14 | * bc_hashexpire -1 300 (5 minutes) | ||
15 | * bc_spantree -1 1 (spanning tree on) | ||
16 | * bc_ipaddr FF:FF:FF:FF 0 (no SNMP IP address) | ||
17 | * bc_ipxnet FF:FF:FF:FF 0 (no SNMP IPX net) | ||
18 | * bc_iptrap FF:FF:FF:FF 0 (no SNMP IP trap address) | ||
19 | * | ||
20 | * Some variables MUST have their value set after the firmware | ||
21 | * is loaded onto the board, but before the processor is released. | ||
22 | * These are: | ||
23 | * bc_host 0 means no host "port", run as standalone switch. | ||
24 | * 1 means run as a switch, with a host port. (normal) | ||
25 | * 2 means run as multiple NICs, not as a switch. | ||
26 | * -1 means run in diagnostics mode. | ||
27 | * bc_nowait | ||
28 | * bc_hostarea_len | ||
29 | * bc_filter_len | ||
30 | * | ||
31 | */ | ||
32 | BEGIN_STRUCT(bios_comm) | ||
33 | S4(ulong, bc_intflag) /* Count of all interrupts */ | ||
34 | S4(ulong, bc_lbolt) /* Count of timer interrupts */ | ||
35 | S4(ulong, bc_maincnt) /* Count of main loops */ | ||
36 | S4(ulong, bc_hashcnt) /* Count of entries in hash table */ | ||
37 | S4A(ulong, bc_cnt, 8) /* Misc counters, for debugging */ | ||
38 | S4A(ulong, bc_flag, 8) /* Misc flags, for debugging */ | ||
39 | S4(ulong, bc_memsize) /* Size of memory */ | ||
40 | S4(ulong, bc_dcache) /* Size of working dcache */ | ||
41 | S4(ulong, bc_icache) /* Size of working icache */ | ||
42 | S4(long, bc_status) /* Firmware status */ | ||
43 | S1A(char, bc_file, 8) /* File name of assertion failure */ | ||
44 | S4(ulong, bc_line) /* Line # of assertion failure */ | ||
45 | S4(uchar *, bc_ramstart) | ||
46 | S4(uchar *, bc_ramend) | ||
47 | S4(uchar *, bc_heapstart) /* Start of heap (end of loaded memory) */ | ||
48 | S4(uchar *, bc_heapend) /* End of heap */ | ||
49 | |||
50 | /* Configurable Parameters */ | ||
51 | S4(long, bc_host) /* 1=Host Port, 0=No Host Port, -1=Test Mode */ | ||
52 | S4(long, bc_nowait) /* Don't wait for 2host circ buffer to empty*/ | ||
53 | S4(long, bc_150ohm) /* 0 == 100 ohm UTP, 1 == 150 ohm STP */ | ||
54 | S4(long, bc_squelch) /* 0 == normal squelch, 1 == reduced squelch */ | ||
55 | S4(ulong, bc_hashexpire) /* Expiry time in seconds for hash table */ | ||
56 | S4(long, bc_spantree) /* 1 == enable IEEE spanning tree */ | ||
57 | |||
58 | S2A(ushort, bc_eaddr, 3) /* New ether address */ | ||
59 | S2(ushort, bc_dummy1) /* padding for DOS compilers */ | ||
60 | |||
61 | /* Various debugging aids */ | ||
62 | S4(long, bc_debug) /* Debugging is turned on */ | ||
63 | S4(long, bc_spew) /* Spew data on port 4 for bs_spew seconds */ | ||
64 | S4(long, bc_spewlen) /* Length of spewed data packets */ | ||
65 | S4(long, bc_maxrfd) /* If != 0, max number of RFD's to allocate */ | ||
66 | S4(long, bc_maxrbd) /* If != 0, max number of RBD's to allocate */ | ||
67 | |||
68 | /* Circular buffers for messages to/from host */ | ||
69 | S4(ulong, bc_2host_head) | ||
70 | S4(ulong, bc_2host_tail) | ||
71 | S4(ulong, bc_2host_mask) | ||
72 | S1A(char, bc_2host, 0x200) /* Circ buff to host */ | ||
73 | |||
74 | S4(ulong, bc_2idt_head) | ||
75 | S4(ulong, bc_2idt_tail) | ||
76 | S4(ulong, bc_2idt_mask) | ||
77 | S1A(char, bc_2idt, 0x200) /* Circ buff to idt */ | ||
78 | |||
79 | /* Pointers to structures for driver access */ | ||
80 | S4(uchar *, bc_port) /* pointer to Port[] structures */ | ||
81 | S4(long, bc_nports) /* Number of ports */ | ||
82 | S4(long, bc_portlen) /* sizeof(PORT) */ | ||
83 | S4(uchar *, bc_hash) /* Pointer to hash table */ | ||
84 | S4(long, bc_hashlen) /* sizeof(Table) */ | ||
85 | |||
86 | /* SNMP agent addresses */ | ||
87 | S1A(uchar, bc_ipaddr, 4) /* IP address for SNMP */ | ||
88 | S1A(uchar, bc_ipxnet, 4) /* IPX net address for SNMP */ | ||
89 | |||
90 | S4(long, bc_nohostintr) /* Do not cause periodic host interrupts */ | ||
91 | |||
92 | S4(uchar *, bc_dmaaddr) /* Physical addr of host DMA buf for diags */ | ||
93 | S4(ulong, bc_dmalen) /* Length of DMA buffer 0..2048 */ | ||
94 | |||
95 | /* | ||
96 | * Board memory allocated on startup for use by host, usually | ||
97 | * for the purposes of creating DMA chain descriptors. The | ||
98 | * "len" must be set before the processor is released. The | ||
99 | * address of the area is returned in bc_hostarea. The area | ||
100 | * is guaranteed to be aligned on a 16 byte boundary. | ||
101 | */ | ||
102 | S4(ulong, bc_hostarea_len) /* RW: Number of bytes to allocate */ | ||
103 | S4(uchar *, bc_hostarea) /* RO: Address of allocated memory */ | ||
104 | |||
105 | /* | ||
106 | * Variables for communicating filters into the board | ||
107 | */ | ||
108 | S4(ulong *, bc_filter_area) /* RO: Space to put filter into */ | ||
109 | S4(ulong, bc_filter_area_len) /* RO: Length of area, in bytes */ | ||
110 | S4(long, bc_filter_cmd) /* RW: Filter command, see below */ | ||
111 | S4(ulong, bc_filter_len) /* RW: Actual length of filter */ | ||
112 | S4(ulong, bc_filter_port) /* RW: Port # for filter 0..6 */ | ||
113 | S4(ulong, bc_filter_num) /* RW: Filter #, 0=input, 1=output */ | ||
114 | |||
115 | /* more SNMP agent addresses */ | ||
116 | S1A(uchar, bc_iptrap, 4) /* IP address for SNMP */ | ||
117 | |||
118 | S4A(long, bc_spare, 2) /* spares */ | ||
119 | END_STRUCT(bios_comm) | ||
120 | |||
121 | #define bc VMO(struct bios_comm, 0xa3000100) | ||
122 | |||
123 | /* | ||
124 | * bc_status values | ||
125 | */ | ||
126 | #define BC_INIT 0 | ||
127 | #define BC_RUN 100 | ||
128 | |||
129 | /* | ||
130 | * bc_host values | ||
131 | */ | ||
132 | #define BC_DIAGS -1 | ||
133 | #define BC_SASWITCH 0 | ||
134 | #define BC_SWITCH 1 | ||
135 | #define BC_MULTINIC 2 | ||
136 | |||
137 | /* | ||
138 | * Values for spew (debugging) | ||
139 | */ | ||
140 | #define BC_SPEW_ENABLE 0x80000000 | ||
141 | |||
142 | /* | ||
143 | * filter commands | ||
144 | */ | ||
145 | #define BC_FILTER_ERR -1 | ||
146 | #define BC_FILTER_OK 0 | ||
147 | #define BC_FILTER_SET 1 | ||
148 | #define BC_FILTER_CLR 2 | ||
diff --git a/drivers/net/dgrs_es4h.h b/drivers/net/dgrs_es4h.h deleted file mode 100644 index 5518fba46b2c..000000000000 --- a/drivers/net/dgrs_es4h.h +++ /dev/null | |||
@@ -1,183 +0,0 @@ | |||
1 | /************************************************************************/ | ||
2 | /* */ | ||
3 | /* es4h.h: Hardware definition of the ES/4h Ethernet Switch, from */ | ||
4 | /* both the host and the 3051's point of view. */ | ||
5 | /* NOTE: this name is a misnomer now that there is a PCI */ | ||
6 | /* board. Everything that says "es4h" should really be */ | ||
7 | /* "se4". But we'll keep the old name for now. */ | ||
8 | /* */ | ||
9 | /* $Id: es4h.h,v 1.10 1996/08/22 17:16:53 rick Exp $ */ | ||
10 | /* */ | ||
11 | /************************************************************************/ | ||
12 | |||
13 | /************************************************************************/ | ||
14 | /* */ | ||
15 | /* EISA I/O Registers. These are located at 0x1000 * slot-number */ | ||
16 | /* plus the indicated address. I.E. 0x4000-0x4009 for slot 4. */ | ||
17 | /* */ | ||
18 | /************************************************************************/ | ||
19 | |||
20 | #define ES4H_MANUFmsb 0x00 /* Read-only */ | ||
21 | #define ES4H_MANUFlsb 0x01 /* Read-only */ | ||
22 | # define ES4H_MANUF_CODE 0x1049 /* = "DBI" */ | ||
23 | |||
24 | #define ES4H_PRODUCT 0x02 /* Read-only */ | ||
25 | # define ES4H_PRODUCT_CODE 0x0A | ||
26 | # define EPC_PRODUCT_CODE 0x03 | ||
27 | |||
28 | #define ES4H_REVISION 0x03 /* Read-only */ | ||
29 | # define ES4H_REVISION_CODE 0x01 | ||
30 | |||
31 | #define ES4H_EC 0x04 /* EISA Control */ | ||
32 | # define ES4H_EC_RESET 0x04 /* WO, EISA reset */ | ||
33 | # define ES4H_EC_ENABLE 0x01 /* RW, EISA enable - set to */ | ||
34 | /* 1 before memory enable */ | ||
35 | #define ES4H_PC 0x05 /* Processor Control */ | ||
36 | # define ES4H_PC_RESET 0x04 /* RW, 3051 reset */ | ||
37 | # define ES4H_PC_INT 0x08 /* WO, assert 3051 intr. 3 */ | ||
38 | |||
39 | #define ES4H_MW 0x06 /* Memory Window select and enable */ | ||
40 | # define ES4H_MW_ENABLE 0x80 /* WO, enable memory */ | ||
41 | # define ES4H_MW_SELECT_MASK 0x1f /* WO, 32k window selected */ | ||
42 | |||
43 | #define ES4H_IS 0x07 /* Interrupt, addr select */ | ||
44 | # define ES4H_IS_INTMASK 0x07 /* WO, interrupt select */ | ||
45 | # define ES4H_IS_INTOFF 0x00 /* No IRQ */ | ||
46 | # define ES4H_IS_INT3 0x03 /* IRQ 3 */ | ||
47 | # define ES4H_IS_INT5 0x02 /* IRQ 5 */ | ||
48 | # define ES4H_IS_INT7 0x01 /* IRQ 7 */ | ||
49 | # define ES4H_IS_INT10 0x04 /* IRQ 10 */ | ||
50 | # define ES4H_IS_INT11 0x05 /* IRQ 11 */ | ||
51 | # define ES4H_IS_INT12 0x06 /* IRQ 12 */ | ||
52 | # define ES4H_IS_INT15 0x07 /* IRQ 15 */ | ||
53 | # define ES4H_IS_INTACK 0x10 /* WO, interrupt ack */ | ||
54 | # define ES4H_IS_INTPEND 0x10 /* RO, interrupt pending */ | ||
55 | # define ES4H_IS_LINEAR 0x40 /* WO, no memory windowing */ | ||
56 | # define ES4H_IS_AS15 0x80 /* RW, address select bit 15 */ | ||
57 | |||
58 | #define ES4H_AS_23_16 0x08 /* Address select bits 23-16 */ | ||
59 | #define ES4H_AS_31_24 0x09 /* Address select bits 31-24 */ | ||
60 | |||
61 | #define ES4H_IO_MAX 0x09 /* Size of I/O space */ | ||
62 | |||
63 | /* | ||
64 | * PCI | ||
65 | */ | ||
66 | #define SE6_RESET PLX_USEROUT | ||
67 | |||
68 | /************************************************************************/ | ||
69 | /* */ | ||
70 | /* 3051 Memory Map */ | ||
71 | /* */ | ||
72 | /* Note: 3051 has 4K I-cache, 2K D-cache. 1 cycle is 50 nsec. */ | ||
73 | /* */ | ||
74 | /************************************************************************/ | ||
75 | #define SE4_NPORTS 4 /* # of ethernet ports */ | ||
76 | #define SE6_NPORTS 6 /* # of ethernet ports */ | ||
77 | #define SE_NPORTS 6 /* Max # of ethernet ports */ | ||
78 | |||
79 | #define ES4H_RAM_BASE 0x83000000 /* Base address of RAM */ | ||
80 | #define ES4H_RAM_SIZE 0x00200000 /* Size of RAM (2MB) */ | ||
81 | #define ES4H_RAM_INTBASE 0x83800000 /* Base of int-on-write RAM */ | ||
82 | /* a.k.a. PKT RAM */ | ||
83 | |||
84 | /* Ethernet controllers */ | ||
85 | /* See: i82596.h */ | ||
86 | #define ES4H_ETHER0_PORT 0xA2000000 | ||
87 | #define ES4H_ETHER0_CMD 0xA2000100 | ||
88 | #define ES4H_ETHER1_PORT 0xA2000200 | ||
89 | #define ES4H_ETHER1_CMD 0xA2000300 | ||
90 | #define ES4H_ETHER2_PORT 0xA2000400 | ||
91 | #define ES4H_ETHER2_CMD 0xA2000500 | ||
92 | #define ES4H_ETHER3_PORT 0xA2000600 | ||
93 | #define ES4H_ETHER3_CMD 0xA2000700 | ||
94 | #define ES4H_ETHER4_PORT 0xA2000800 /* RS SE-6 only */ | ||
95 | #define ES4H_ETHER4_CMD 0xA2000900 /* RS SE-6 only */ | ||
96 | #define ES4H_ETHER5_PORT 0xA2000A00 /* RS SE-6 only */ | ||
97 | #define ES4H_ETHER5_CMD 0xA2000B00 /* RS SE-6 only */ | ||
98 | |||
99 | #define ES4H_I8254 0xA2040000 /* 82C54 timers */ | ||
100 | /* See: i8254.h */ | ||
101 | |||
102 | #define SE4_I8254_HZ (23000000/4) /* EISA clock input freq. */ | ||
103 | #define SE4_IDT_HZ (46000000) /* EISA CPU freq. */ | ||
104 | #define SE6_I8254_HZ (20000000/4) /* PCI clock input freq. */ | ||
105 | #define SE6_IDT_HZ (50000000) /* PCI CPU freq. */ | ||
106 | #define ES4H_I8254_HZ (23000000/4) /* EISA clock input freq. */ | ||
107 | |||
108 | #define ES4H_GPP 0xA2050000 /* General purpose port */ | ||
109 | /* | ||
110 | * SE-4 (EISA) GPP bits | ||
111 | */ | ||
112 | # define ES4H_GPP_C0_100 0x0001 /* WO, Chan 0: 100 ohm TP */ | ||
113 | # define ES4H_GPP_C0_SQE 0x0002 /* WO, Chan 0: normal squelch */ | ||
114 | # define ES4H_GPP_C1_100 0x0004 /* WO, Chan 1: 100 ohm TP */ | ||
115 | # define ES4H_GPP_C1_SQE 0x0008 /* WO, Chan 1: normal squelch */ | ||
116 | # define ES4H_GPP_C2_100 0x0010 /* WO, Chan 2: 100 ohm TP */ | ||
117 | # define ES4H_GPP_C2_SQE 0x0020 /* WO, Chan 2: normal squelch */ | ||
118 | # define ES4H_GPP_C3_100 0x0040 /* WO, Chan 3: 100 ohm TP */ | ||
119 | # define ES4H_GPP_C3_SQE 0x0080 /* WO, Chan 3: normal squelch */ | ||
120 | # define ES4H_GPP_SQE 0x00AA /* WO, All: normal squelch */ | ||
121 | # define ES4H_GPP_100 0x0055 /* WO, All: 100 ohm TP */ | ||
122 | # define ES4H_GPP_HOSTINT 0x0100 /* RO, cause intr. to host */ | ||
123 | /* Hold high > 250 nsec */ | ||
124 | # define SE4_GPP_EED 0x0200 /* RW, EEPROM data bit */ | ||
125 | # define SE4_GPP_EECS 0x0400 /* RW, EEPROM chip select */ | ||
126 | # define SE4_GPP_EECK 0x0800 /* RW, EEPROM clock */ | ||
127 | |||
128 | /* | ||
129 | * SE-6 (PCI) GPP bits | ||
130 | */ | ||
131 | # define SE6_GPP_EED 0x0001 /* RW, EEPROM data bit */ | ||
132 | # define SE6_GPP_EECS 0x0002 /* RW, EEPROM chip select */ | ||
133 | # define SE6_GPP_EECK 0x0004 /* RW, EEPROM clock */ | ||
134 | # define SE6_GPP_LINK 0x00fc /* R, Link status LEDs */ | ||
135 | |||
136 | #define ES4H_INTVEC 0xA2060000 /* RO: Interrupt Vector */ | ||
137 | # define ES4H_IV_DMA0 0x01 /* Chan 0 DMA interrupt */ | ||
138 | # define ES4H_IV_PKT0 0x02 /* Chan 0 PKT interrupt */ | ||
139 | # define ES4H_IV_DMA1 0x04 /* Chan 1 DMA interrupt */ | ||
140 | # define ES4H_IV_PKT1 0x08 /* Chan 1 PKT interrupt */ | ||
141 | # define ES4H_IV_DMA2 0x10 /* Chan 2 DMA interrupt */ | ||
142 | # define ES4H_IV_PKT2 0x20 /* Chan 2 PKT interrupt */ | ||
143 | # define ES4H_IV_DMA3 0x40 /* Chan 3 DMA interrupt */ | ||
144 | # define ES4H_IV_PKT3 0x80 /* Chan 3 PKT interrupt */ | ||
145 | |||
146 | #define ES4H_INTACK 0xA2060000 /* WO: Interrupt Ack */ | ||
147 | # define ES4H_INTACK_8254 0x01 /* Real Time Clock (int 0) */ | ||
148 | # define ES4H_INTACK_HOST 0x02 /* Host (int 1) */ | ||
149 | # define ES4H_INTACK_PKT0 0x04 /* Chan 0 Pkt (int 2) */ | ||
150 | # define ES4H_INTACK_PKT1 0x08 /* Chan 1 Pkt (int 3) */ | ||
151 | # define ES4H_INTACK_PKT2 0x10 /* Chan 2 Pkt (int 4) */ | ||
152 | # define ES4H_INTACK_PKT3 0x20 /* Chan 3 Pkt (int 5) */ | ||
153 | |||
154 | #define SE6_PLX 0xA2070000 /* PLX 9060, SE-6 (PCI) only */ | ||
155 | /* see plx9060.h */ | ||
156 | |||
157 | #define SE6_PCI_VENDOR_ID 0x114F /* Digi PCI vendor ID */ | ||
158 | #define SE6_PCI_DEVICE_ID 0x0003 /* RS SE-6 device ID */ | ||
159 | #define SE6_PCI_ID ((SE6_PCI_DEVICE_ID<<16) | SE6_PCI_VENDOR_ID) | ||
160 | |||
161 | /* | ||
162 | * IDT Interrupts | ||
163 | */ | ||
164 | #define ES4H_INT_8254 IDT_INT0 | ||
165 | #define ES4H_INT_HOST IDT_INT1 | ||
166 | #define ES4H_INT_ETHER0 IDT_INT2 | ||
167 | #define ES4H_INT_ETHER1 IDT_INT3 | ||
168 | #define ES4H_INT_ETHER2 IDT_INT4 | ||
169 | #define ES4H_INT_ETHER3 IDT_INT5 | ||
170 | |||
171 | /* | ||
172 | * Because there are differences between the SE-4 and the SE-6, | ||
173 | * we assume that the following globals will be set up at init | ||
174 | * time in main.c to containt the appropriate constants from above | ||
175 | */ | ||
176 | extern ushort Gpp; /* Softcopy of GPP register */ | ||
177 | extern ushort EEck; /* Clock bit */ | ||
178 | extern ushort EEcs; /* CS bit */ | ||
179 | extern ushort EEd; /* Data bit */ | ||
180 | extern ulong I8254_Hz; /* i8254 input frequency */ | ||
181 | extern ulong IDT_Hz; /* IDT CPU frequency */ | ||
182 | extern int Nports; /* Number of ethernet controllers */ | ||
183 | extern int Nchan; /* Nports+1 */ | ||
diff --git a/drivers/net/dgrs_ether.h b/drivers/net/dgrs_ether.h deleted file mode 100644 index 7539b596bff8..000000000000 --- a/drivers/net/dgrs_ether.h +++ /dev/null | |||
@@ -1,135 +0,0 @@ | |||
1 | /* | ||
2 | * A filtering function. There are two filters/port. Filter "0" | ||
3 | * is the input filter, and filter "1" is the output filter. | ||
4 | */ | ||
5 | typedef int (FILTER_FUNC)(uchar *pktp, int pktlen, ulong *scratch, int port); | ||
6 | #define NFILTERS 2 | ||
7 | |||
8 | /* | ||
9 | * The per port structure | ||
10 | */ | ||
11 | typedef struct | ||
12 | { | ||
13 | int chan; /* Channel number (0-3) */ | ||
14 | ulong portaddr; /* address of 596 port register */ | ||
15 | volatile ulong *ca; /* address of 596 chan attention */ | ||
16 | ulong intmask; /* Interrupt mask for this port */ | ||
17 | ulong intack; /* Ack bit for this port */ | ||
18 | |||
19 | uchar ethaddr[6]; /* Ethernet address of this port */ | ||
20 | int is_promisc; /* Port is promiscuous */ | ||
21 | |||
22 | int debug; /* Debugging turned on */ | ||
23 | |||
24 | I596_ISCP *iscpp; /* Uncached ISCP pointer */ | ||
25 | I596_SCP *scpp; /* Uncached SCP pointer */ | ||
26 | I596_SCB *scbp; /* Uncached SCB pointer */ | ||
27 | |||
28 | I596_ISCP iscp; | ||
29 | I596_SCB scb; | ||
30 | |||
31 | /* Command Queue */ | ||
32 | I596_CB *cb0; | ||
33 | I596_CB *cbN; | ||
34 | I596_CB *cb_head; | ||
35 | I596_CB *cb_tail; | ||
36 | |||
37 | /* Receive Queue */ | ||
38 | I596_RFD *rfd0; | ||
39 | I596_RFD *rfdN; | ||
40 | I596_RFD *rfd_head; | ||
41 | I596_RFD *rfd_tail; | ||
42 | |||
43 | /* Receive Buffers */ | ||
44 | I596_RBD *rbd0; | ||
45 | I596_RBD *rbdN; | ||
46 | I596_RBD *rbd_head; | ||
47 | I596_RBD *rbd_tail; | ||
48 | int buf_size; /* Size of an RBD buffer */ | ||
49 | int buf_cnt; /* Total RBD's allocated */ | ||
50 | |||
51 | /* Rx Statistics */ | ||
52 | ulong cnt_rx_cnt; /* Total packets rcvd, good and bad */ | ||
53 | ulong cnt_rx_good; /* Total good packets rcvd */ | ||
54 | ulong cnt_rx_bad; /* Total of all bad packets rcvd */ | ||
55 | /* Subtotals can be gotten from SCB */ | ||
56 | ulong cnt_rx_nores; /* No resources */ | ||
57 | ulong cnt_rx_bytes; /* Total bytes rcvd */ | ||
58 | |||
59 | /* Tx Statistics */ | ||
60 | ulong cnt_tx_queued; | ||
61 | ulong cnt_tx_done; | ||
62 | ulong cnt_tx_freed; | ||
63 | ulong cnt_tx_nores; /* No resources */ | ||
64 | |||
65 | ulong cnt_tx_bad; | ||
66 | ulong cnt_tx_err_late; | ||
67 | ulong cnt_tx_err_nocrs; | ||
68 | ulong cnt_tx_err_nocts; | ||
69 | ulong cnt_tx_err_under; | ||
70 | ulong cnt_tx_err_maxcol; | ||
71 | ulong cnt_tx_collisions; | ||
72 | |||
73 | /* Special stuff for host */ | ||
74 | # define rfd_freed cnt_rx_cnt | ||
75 | ulong rbd_freed; | ||
76 | int host_timer; | ||
77 | |||
78 | /* Added after first beta */ | ||
79 | ulong cnt_tx_races; /* Counts race conditions */ | ||
80 | int spanstate; | ||
81 | ulong cnt_st_tx; /* send span tree pkts */ | ||
82 | ulong cnt_st_fail_tx; /* Failures to send span tree pkts */ | ||
83 | ulong cnt_st_fail_rbd;/* Failures to send span tree pkts */ | ||
84 | ulong cnt_st_rx; /* rcv span tree pkts */ | ||
85 | ulong cnt_st_rx_bad; /* bogus st packets rcvd */ | ||
86 | ulong cnt_rx_fwd; /* Rcvd packets that were forwarded */ | ||
87 | |||
88 | ulong cnt_rx_mcast; /* Multicast pkts received */ | ||
89 | ulong cnt_tx_mcast; /* Multicast pkts transmitted */ | ||
90 | ulong cnt_tx_bytes; /* Bytes transmitted */ | ||
91 | |||
92 | /* | ||
93 | * Packet filtering | ||
94 | * Filter 0: input filter | ||
95 | * Filter 1: output filter | ||
96 | */ | ||
97 | |||
98 | ulong *filter_space[NFILTERS]; | ||
99 | FILTER_FUNC *filter_func[NFILTERS]; | ||
100 | ulong filter_cnt[NFILTERS]; | ||
101 | ulong filter_len[NFILTERS]; | ||
102 | |||
103 | ulong pad[ (512-300) / 4]; | ||
104 | } PORT; | ||
105 | |||
106 | /* | ||
107 | * Port[0] is host interface | ||
108 | * Port[1..SE_NPORTS] are external 10 Base T ports. Fewer may be in | ||
109 | * use, depending on whether this is an SE-4 or | ||
110 | * an SE-6. | ||
111 | * Port[SE_NPORTS] Pseudo-port for Spanning tree and SNMP | ||
112 | */ | ||
113 | extern PORT Port[1+SE_NPORTS+1]; | ||
114 | |||
115 | extern int Nports; /* Number of genuine ethernet controllers */ | ||
116 | extern int Nchan; /* ... plus one for host interface */ | ||
117 | |||
118 | extern int FirstChan; /* 0 or 1, depedning on whether host is used */ | ||
119 | extern int NumChan; /* 4 or 5 */ | ||
120 | |||
121 | /* | ||
122 | * A few globals | ||
123 | */ | ||
124 | extern int IsPromisc; | ||
125 | extern int MultiNicMode; | ||
126 | |||
127 | /* | ||
128 | * Functions | ||
129 | */ | ||
130 | extern void eth_xmit_spew_on(PORT *p, int cnt); | ||
131 | extern void eth_xmit_spew_off(PORT *p); | ||
132 | |||
133 | extern I596_RBD *alloc_rbds(PORT *p, int num); | ||
134 | |||
135 | extern I596_CB * eth_cb_alloc(PORT *p); | ||
diff --git a/drivers/net/dgrs_firmware.c b/drivers/net/dgrs_firmware.c deleted file mode 100644 index 8c20d4c99937..000000000000 --- a/drivers/net/dgrs_firmware.c +++ /dev/null | |||
@@ -1,9966 +0,0 @@ | |||
1 | static const int dgrs_firmnum = 550; | ||
2 | static char dgrs_firmver[] = "$Version$"; | ||
3 | static char dgrs_firmdate[] = "11/16/96 03:45:15"; | ||
4 | static unsigned char dgrs_code[] __initdata = { | ||
5 | 213,5,192,8,0,0,0,0,0,0,0,0, | ||
6 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
7 | 0,0,0,0,0,0,0,0,64,40,35,41, | ||
8 | 101,115,52,104,46,98,105,110,32,32,32,32, | ||
9 | 32,32,49,46,48,32,48,48,47,48,48,47, | ||
10 | 57,52,0,64,40,35,41,67,111,112,121,114, | ||
11 | 105,103,104,116,32,49,57,57,53,44,32,68, | ||
12 | 105,103,105,32,73,110,116,101,114,110,97,116, | ||
13 | 105,111,110,97,108,46,32,32,65,108,108,32, | ||
14 | 82,105,103,104,116,115,32,82,101,115,101,114, | ||
15 | 118,101,100,46,0,0,0,0,97,5,192,8, | ||
16 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
17 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
18 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
19 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
20 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
21 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
22 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
23 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
24 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
25 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
26 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
27 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
28 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
29 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
30 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
31 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
32 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
33 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
34 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
35 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
36 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
37 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
38 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
39 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
40 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
41 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
42 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
43 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
44 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
45 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
46 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
47 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
48 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
49 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
50 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
51 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
52 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
53 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
54 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
55 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
56 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
57 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
58 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
59 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
60 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
61 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
62 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
63 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
64 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
65 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
66 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
67 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
68 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
69 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
70 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
71 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
72 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
73 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
74 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
75 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
76 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
77 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
78 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
79 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
80 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
81 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
82 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
83 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
84 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
85 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
86 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
87 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
88 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
89 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
90 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
91 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
92 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
93 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
94 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
95 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
96 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
97 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
98 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
99 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
100 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
101 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
102 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
103 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
104 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
105 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
106 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
107 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
108 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
109 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
110 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
111 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
112 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
113 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
114 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
115 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
116 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
117 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
118 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
119 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
120 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
121 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
122 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
123 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
124 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
125 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
126 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
127 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
128 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
129 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
130 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
131 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
132 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
133 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
134 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
135 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
136 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
137 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
138 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
139 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
140 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
141 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
142 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
143 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
144 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
145 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
146 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
147 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
148 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
149 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
150 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
151 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
152 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
153 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
154 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
155 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
156 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
157 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
158 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
159 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
160 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
161 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
162 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
163 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
164 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
165 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
166 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
167 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
168 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
169 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
170 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
171 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
172 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
173 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
174 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
175 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
176 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
177 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
178 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
179 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
180 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
181 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
182 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
183 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
184 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
185 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
186 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
187 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
188 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
189 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
190 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
191 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
192 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
193 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
194 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
195 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
196 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
197 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
198 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
199 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
200 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
201 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
202 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
203 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
204 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
205 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
206 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
207 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
208 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
209 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
210 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
211 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
212 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
213 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
214 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
215 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
216 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
217 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
218 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
219 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
220 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
221 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
222 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
223 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
224 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
225 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
226 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
227 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
228 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
229 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
230 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
231 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
232 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
233 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
234 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
235 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
236 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
237 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
238 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
239 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
240 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
241 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
242 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
243 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
244 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
245 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
246 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
247 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
248 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
249 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
250 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
251 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
252 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
253 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
254 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
255 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
256 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
257 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
258 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
259 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
260 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
261 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
262 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
263 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
264 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
265 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
266 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
267 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
268 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
269 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
270 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
271 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
272 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
273 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
274 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
275 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
276 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
277 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
278 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
279 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
280 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
281 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
282 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
283 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
284 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
285 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
286 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
287 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
288 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
289 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
290 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
291 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
292 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
293 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
294 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
295 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
296 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
297 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
298 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
299 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
300 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
301 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
302 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
303 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
304 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
305 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
306 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
307 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
308 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
309 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
310 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
311 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
312 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
313 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
314 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
315 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
316 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
317 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
318 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
319 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
320 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
321 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
322 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
323 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
324 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
325 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
326 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
327 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
328 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
329 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
330 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
331 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
332 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
333 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
334 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
335 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
336 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
337 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
338 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
339 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
340 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
341 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
342 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
343 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
344 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
345 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
346 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
347 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
348 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
349 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
350 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
351 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
352 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
353 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
354 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
355 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
356 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
357 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
358 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
359 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
360 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
361 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
362 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
363 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
364 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
365 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
366 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
367 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
368 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
369 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
370 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
371 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
372 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
373 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
374 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
375 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
376 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
377 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
378 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
379 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
380 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
381 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
382 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
383 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
384 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
385 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
386 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
387 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
388 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
389 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
390 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
391 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
392 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
393 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
394 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
395 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
396 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
397 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
398 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
399 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
400 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
401 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
402 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
403 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
404 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
405 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
406 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
407 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
408 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
409 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
410 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
411 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
412 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
413 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
414 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
415 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
416 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
417 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
418 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
419 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
420 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
421 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
422 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
423 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
424 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
425 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
426 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
427 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
428 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
429 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
430 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
431 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
432 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
433 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
434 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
435 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
436 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
437 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
438 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
439 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
440 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
441 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
442 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
443 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
444 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
445 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
446 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
447 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
448 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
449 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
450 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
451 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
452 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
453 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
454 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
455 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
456 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
457 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
458 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
459 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
460 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
461 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
462 | 0,0,0,0,255,255,0,16,0,0,0,0, | ||
463 | 0,0,0,0,8,0,224,3,0,0,0,0, | ||
464 | 148,255,189,39,16,0,161,175,20,0,162,175, | ||
465 | 24,0,163,175,28,0,164,175,32,0,165,175, | ||
466 | 36,0,166,175,40,0,167,175,44,0,168,175, | ||
467 | 48,0,169,175,52,0,170,175,56,0,171,175, | ||
468 | 60,0,172,175,64,0,173,175,68,0,174,175, | ||
469 | 72,0,175,175,76,0,184,175,80,0,185,175, | ||
470 | 88,0,190,175,92,0,191,175,0,112,8,64, | ||
471 | 18,72,0,0,16,80,0,0,0,96,11,64, | ||
472 | 84,0,168,175,96,0,169,175,100,0,170,175, | ||
473 | 104,0,171,175,33,56,0,1,0,131,24,60, | ||
474 | 0,1,24,39,0,0,8,143,0,0,0,0, | ||
475 | 1,0,8,33,0,0,8,175,0,104,5,64, | ||
476 | 0,96,6,64,124,0,168,48,212,255,0,21, | ||
477 | 0,0,0,0,36,64,166,0,0,255,8,49, | ||
478 | 27,0,0,17,0,0,0,0,130,65,8,0, | ||
479 | 2,131,9,60,33,72,40,1,0,220,41,141, | ||
480 | 66,64,8,0,2,131,10,60,33,80,72,1, | ||
481 | 0,224,74,141,0,0,0,0,38,80,70,1, | ||
482 | 1,255,74,49,33,40,192,0,38,48,202,0, | ||
483 | 0,96,134,64,66,64,8,0,2,131,4,60, | ||
484 | 33,32,136,0,0,226,132,144,9,248,32,1, | ||
485 | 0,0,0,0,104,0,166,143,0,0,0,0, | ||
486 | 0,96,134,64,0,104,5,64,227,255,0,16, | ||
487 | 0,0,0,0,104,0,168,143,96,0,169,143, | ||
488 | 100,0,170,143,0,0,0,0,0,96,136,64, | ||
489 | 19,0,32,1,17,0,64,1,20,0,162,143, | ||
490 | 24,0,163,143,28,0,164,143,32,0,165,143, | ||
491 | 36,0,166,143,40,0,167,143,44,0,168,143, | ||
492 | 48,0,169,143,52,0,170,143,56,0,171,143, | ||
493 | 60,0,172,143,64,0,173,143,68,0,174,143, | ||
494 | 72,0,175,143,76,0,184,143,80,0,185,143, | ||
495 | 88,0,190,143,92,0,191,143,0,0,0,0, | ||
496 | 84,0,186,143,16,0,161,143,108,0,189,39, | ||
497 | 8,0,64,3,16,0,0,66,0,96,26,64, | ||
498 | 0,0,0,0,255,255,27,60,254,0,123,55, | ||
499 | 0,0,0,0,36,208,91,3,0,0,0,0, | ||
500 | 0,96,154,64,0,0,0,0,0,112,26,64, | ||
501 | 0,0,0,0,16,0,0,66,0,0,0,0, | ||
502 | 8,0,64,3,0,0,0,0,255,255,8,36, | ||
503 | 133,255,0,17,0,0,0,0,1,0,8,37, | ||
504 | 130,255,0,21,0,0,0,0,255,255,8,36, | ||
505 | 33,8,0,1,126,255,40,20,0,0,0,0, | ||
506 | 1,0,33,36,123,255,32,20,0,0,0,0, | ||
507 | 255,255,2,36,120,255,72,20,0,0,0,0, | ||
508 | 1,0,66,36,117,255,64,20,0,0,0,0, | ||
509 | 255,255,3,36,114,255,104,20,0,0,0,0, | ||
510 | 1,0,99,36,111,255,96,20,0,0,0,0, | ||
511 | 255,255,4,36,108,255,136,20,0,0,0,0, | ||
512 | 1,0,132,36,105,255,128,20,0,0,0,0, | ||
513 | 255,255,5,36,102,255,168,20,0,0,0,0, | ||
514 | 1,0,165,36,99,255,160,20,0,0,0,0, | ||
515 | 255,255,6,36,96,255,200,20,0,0,0,0, | ||
516 | 1,0,198,36,93,255,192,20,0,0,0,0, | ||
517 | 255,255,7,36,90,255,232,20,0,0,0,0, | ||
518 | 1,0,231,36,87,255,224,20,0,0,0,0, | ||
519 | 255,255,9,36,84,255,40,21,0,0,0,0, | ||
520 | 1,0,41,37,81,255,32,21,0,0,0,0, | ||
521 | 255,255,10,36,78,255,72,21,0,0,0,0, | ||
522 | 1,0,74,37,75,255,64,21,0,0,0,0, | ||
523 | 255,255,11,36,72,255,104,21,0,0,0,0, | ||
524 | 1,0,107,37,69,255,96,21,0,0,0,0, | ||
525 | 255,255,12,36,66,255,136,21,0,0,0,0, | ||
526 | 1,0,140,37,63,255,128,21,0,0,0,0, | ||
527 | 255,255,13,36,60,255,168,21,0,0,0,0, | ||
528 | 1,0,173,37,57,255,160,21,0,0,0,0, | ||
529 | 255,255,14,36,54,255,200,21,0,0,0,0, | ||
530 | 1,0,206,37,51,255,192,21,0,0,0,0, | ||
531 | 255,255,15,36,48,255,232,21,0,0,0,0, | ||
532 | 1,0,239,37,45,255,224,21,0,0,0,0, | ||
533 | 255,255,24,36,42,255,8,23,0,0,0,0, | ||
534 | 1,0,24,39,39,255,0,23,0,0,0,0, | ||
535 | 255,255,16,36,36,255,8,22,0,0,0,0, | ||
536 | 1,0,16,38,33,255,0,22,0,0,0,0, | ||
537 | 255,255,17,36,30,255,40,22,0,0,0,0, | ||
538 | 1,0,49,38,27,255,32,22,0,0,0,0, | ||
539 | 255,255,18,36,24,255,72,22,0,0,0,0, | ||
540 | 1,0,82,38,21,255,64,22,0,0,0,0, | ||
541 | 255,255,19,36,18,255,104,22,0,0,0,0, | ||
542 | 1,0,115,38,15,255,96,22,0,0,0,0, | ||
543 | 255,255,20,36,12,255,136,22,0,0,0,0, | ||
544 | 1,0,148,38,9,255,128,22,0,0,0,0, | ||
545 | 255,255,21,36,6,255,168,22,0,0,0,0, | ||
546 | 1,0,181,38,3,255,160,22,0,0,0,0, | ||
547 | 255,255,22,36,0,255,200,22,0,0,0,0, | ||
548 | 1,0,214,38,253,254,192,22,0,0,0,0, | ||
549 | 255,255,23,36,250,254,232,22,0,0,0,0, | ||
550 | 1,0,247,38,247,254,224,22,0,0,0,0, | ||
551 | 255,255,26,36,244,254,72,23,0,0,0,0, | ||
552 | 1,0,90,39,241,254,64,23,0,0,0,0, | ||
553 | 255,255,27,36,238,254,104,23,0,0,0,0, | ||
554 | 1,0,123,39,235,254,96,23,0,0,0,0, | ||
555 | 255,255,28,36,232,254,136,23,0,0,0,0, | ||
556 | 1,0,156,39,229,254,128,23,0,0,0,0, | ||
557 | 255,255,29,36,226,254,168,23,0,0,0,0, | ||
558 | 1,0,189,39,223,254,160,23,0,0,0,0, | ||
559 | 255,255,30,36,220,254,200,23,0,0,0,0, | ||
560 | 1,0,222,39,217,254,192,23,0,0,0,0, | ||
561 | 255,255,31,36,214,254,232,23,0,0,0,0, | ||
562 | 1,0,255,39,211,254,224,23,0,0,0,0, | ||
563 | 0,131,24,60,0,1,24,39,0,32,1,60, | ||
564 | 37,192,1,3,0,96,8,64,0,0,0,0, | ||
565 | 1,0,1,60,37,64,1,1,0,96,136,64, | ||
566 | 33,16,0,0,165,165,3,60,165,165,99,52, | ||
567 | 0,128,1,60,0,0,35,172,0,128,9,60, | ||
568 | 0,0,41,141,0,0,0,0,0,96,10,64, | ||
569 | 0,0,0,0,8,0,1,60,36,80,65,1, | ||
570 | 29,0,64,21,0,0,0,0,27,0,105,20, | ||
571 | 0,0,0,0,0,1,2,36,0,128,1,60, | ||
572 | 33,8,34,0,0,0,32,172,64,16,2,0, | ||
573 | 1,0,1,60,1,0,33,52,43,8,65,0, | ||
574 | 248,255,32,20,0,0,0,0,255,255,3,36, | ||
575 | 0,128,1,60,0,0,35,172,0,1,2,36, | ||
576 | 0,128,3,60,33,24,98,0,0,0,99,140, | ||
577 | 0,0,0,0,7,0,96,20,0,0,0,0, | ||
578 | 64,16,2,0,1,0,1,60,1,0,33,52, | ||
579 | 43,8,65,0,245,255,32,20,0,0,0,0, | ||
580 | 0,96,128,64,0,0,0,0,84,0,2,175, | ||
581 | 0,96,8,64,0,0,0,0,3,0,1,60, | ||
582 | 37,64,1,1,0,96,136,64,33,16,0,0, | ||
583 | 165,165,3,60,165,165,99,52,0,128,1,60, | ||
584 | 0,0,35,172,0,128,9,60,0,0,41,141, | ||
585 | 0,0,0,0,0,96,10,64,0,0,0,0, | ||
586 | 8,0,1,60,36,80,65,1,29,0,64,21, | ||
587 | 0,0,0,0,27,0,105,20,0,0,0,0, | ||
588 | 0,1,2,36,0,128,1,60,33,8,34,0, | ||
589 | 0,0,32,172,64,16,2,0,1,0,1,60, | ||
590 | 1,0,33,52,43,8,65,0,248,255,32,20, | ||
591 | 0,0,0,0,255,255,3,36,0,128,1,60, | ||
592 | 0,0,35,172,0,1,2,36,0,128,3,60, | ||
593 | 33,24,98,0,0,0,99,140,0,0,0,0, | ||
594 | 7,0,96,20,0,0,0,0,64,16,2,0, | ||
595 | 1,0,1,60,1,0,33,52,43,8,65,0, | ||
596 | 245,255,32,20,0,0,0,0,0,96,128,64, | ||
597 | 0,0,0,0,88,0,2,175,88,0,9,143, | ||
598 | 0,0,0,0,17,0,32,17,0,0,0,0, | ||
599 | 0,0,0,0,3,0,2,60,0,0,0,0, | ||
600 | 0,96,130,64,0,128,8,60,37,72,40,1, | ||
601 | 0,0,0,161,4,0,0,161,8,0,0,161, | ||
602 | 12,0,0,161,16,0,0,161,20,0,0,161, | ||
603 | 24,0,0,161,32,0,8,37,247,255,9,21, | ||
604 | 252,255,0,161,84,0,9,143,0,0,0,0, | ||
605 | 17,0,32,17,0,0,0,0,0,0,0,0, | ||
606 | 1,0,2,60,0,0,0,0,0,96,130,64, | ||
607 | 0,128,8,60,37,72,40,1,0,0,0,161, | ||
608 | 4,0,0,161,8,0,0,161,12,0,0,161, | ||
609 | 16,0,0,161,20,0,0,161,24,0,0,161, | ||
610 | 32,0,8,37,247,255,9,21,252,255,0,161, | ||
611 | 32,0,8,60,0,96,136,64,0,104,128,64, | ||
612 | 0,131,2,60,152,28,66,36,255,31,9,60, | ||
613 | 255,255,41,53,36,16,73,0,0,128,9,60, | ||
614 | 37,16,73,0,8,0,64,0,0,0,0,0, | ||
615 | 2,131,8,60,224,210,8,37,252,255,1,36, | ||
616 | 36,64,1,1,3,131,9,60,124,18,41,37, | ||
617 | 252,255,1,36,36,72,33,1,0,0,10,36, | ||
618 | 0,0,10,173,254,255,9,21,4,0,8,37, | ||
619 | 3,131,8,60,128,18,8,37,252,255,1,36, | ||
620 | 36,64,1,1,31,131,9,60,252,255,41,53, | ||
621 | 252,255,1,36,36,72,33,1,237,254,10,60, | ||
622 | 175,222,74,53,0,0,10,173,254,255,9,21, | ||
623 | 4,0,8,37,2,131,8,60,0,212,8,37, | ||
624 | 252,255,1,36,36,64,1,1,2,131,9,60, | ||
625 | 252,219,41,37,252,255,1,36,36,72,33,1, | ||
626 | 173,222,10,60,239,190,74,53,0,0,10,173, | ||
627 | 254,255,9,21,4,0,8,37,0,4,8,60, | ||
628 | 0,0,0,0,0,24,136,64,0,0,0,0, | ||
629 | 2,131,29,60,0,220,189,39,0,0,30,36, | ||
630 | 2,131,28,60,51,8,192,12,16,78,156,39, | ||
631 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
632 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
633 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
634 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
635 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
636 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
637 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
638 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
639 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
640 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
641 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
642 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
643 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
644 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
645 | 232,255,189,39,16,0,191,175,8,128,132,39, | ||
646 | 15,63,192,12,0,0,0,0,16,0,191,143, | ||
647 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
648 | 232,255,189,39,16,0,191,175,12,128,132,39, | ||
649 | 15,63,192,12,0,0,0,0,16,0,191,143, | ||
650 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
651 | 232,255,189,39,16,0,191,175,16,128,132,39, | ||
652 | 15,63,192,12,0,0,0,0,16,0,191,143, | ||
653 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
654 | 232,255,189,39,16,0,191,175,20,128,132,39, | ||
655 | 15,63,192,12,0,0,0,0,16,0,191,143, | ||
656 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
657 | 232,255,189,39,24,133,131,143,6,0,2,36, | ||
658 | 20,0,191,175,6,0,98,20,16,0,176,175, | ||
659 | 7,162,3,60,228,0,99,52,1,0,2,36, | ||
660 | 184,7,192,8,0,0,98,172,0,128,130,151, | ||
661 | 5,162,16,60,0,1,66,52,120,63,192,12, | ||
662 | 0,0,2,166,0,128,130,151,0,0,0,0, | ||
663 | 255,254,66,48,0,0,2,166,20,0,191,143, | ||
664 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
665 | 232,255,189,39,33,16,128,0,3,0,64,4, | ||
666 | 16,0,191,175,254,255,2,60,192,29,66,52, | ||
667 | 0,163,4,60,96,1,132,52,0,163,1,60, | ||
668 | 92,1,34,172,0,163,1,60,104,1,38,172, | ||
669 | 204,63,192,12,8,0,6,36,228,63,192,12, | ||
670 | 255,255,4,36,204,7,192,8,0,0,0,0, | ||
671 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
672 | 0,0,0,0,216,255,189,39,1,0,6,36, | ||
673 | 3,131,2,60,143,18,66,36,240,255,3,36, | ||
674 | 36,16,67,0,0,163,1,60,120,1,34,172, | ||
675 | 0,163,2,60,120,1,66,140,33,56,0,0, | ||
676 | 32,0,191,175,28,0,177,175,24,0,176,175, | ||
677 | 16,0,160,175,0,163,1,60,116,1,34,172, | ||
678 | 0,163,3,60,112,1,99,140,0,163,2,60, | ||
679 | 116,1,66,140,0,163,4,60,116,1,132,140, | ||
680 | 35,136,98,0,84,64,192,12,33,40,32,2, | ||
681 | 13,0,64,16,0,0,0,0,1,131,4,60, | ||
682 | 96,127,132,36,24,128,144,39,33,40,0,2, | ||
683 | 1,131,7,60,128,127,231,36,15,63,192,12, | ||
684 | 148,0,6,36,1,0,4,36,33,40,0,2, | ||
685 | 188,7,192,12,148,0,6,36,2,0,33,6, | ||
686 | 33,16,32,2,3,0,34,38,131,136,2,0, | ||
687 | 0,163,2,60,116,1,66,140,0,0,0,0, | ||
688 | 6,0,32,18,237,254,3,60,175,222,99,52, | ||
689 | 0,0,67,172,255,255,49,38,253,255,32,22, | ||
690 | 4,0,66,36,32,0,191,143,28,0,177,143, | ||
691 | 24,0,176,143,8,0,224,3,40,0,189,39, | ||
692 | 224,255,189,39,15,0,132,36,240,255,3,36, | ||
693 | 20,0,177,175,0,163,17,60,120,1,49,142, | ||
694 | 0,163,2,60,120,1,66,140,36,32,131,0, | ||
695 | 33,16,68,0,0,163,1,60,120,1,34,172, | ||
696 | 0,163,3,60,120,1,99,140,0,163,2,60, | ||
697 | 112,1,66,140,24,0,191,175,43,16,67,0, | ||
698 | 13,0,64,16,16,0,176,175,1,131,4,60, | ||
699 | 96,127,132,36,24,128,144,39,33,40,0,2, | ||
700 | 1,131,7,60,176,127,231,36,15,63,192,12, | ||
701 | 171,0,6,36,1,0,4,36,33,40,0,2, | ||
702 | 188,7,192,12,171,0,6,36,33,16,32,2, | ||
703 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
704 | 8,0,224,3,32,0,189,39,216,255,189,39, | ||
705 | 3,0,2,60,7,162,3,60,36,0,191,175, | ||
706 | 32,0,176,175,0,163,1,60,92,1,32,172, | ||
707 | 0,0,99,140,79,17,66,52,32,0,98,20, | ||
708 | 87,0,4,60,76,0,8,60,64,75,8,53, | ||
709 | 250,2,7,60,128,240,231,52,7,162,6,60, | ||
710 | 152,0,198,52,67,73,3,60,67,3,99,52, | ||
711 | 7,162,4,60,48,1,132,52,7,162,5,60, | ||
712 | 0,1,165,52,6,0,2,36,24,133,130,175, | ||
713 | 0,163,1,60,204,5,34,172,4,0,2,36, | ||
714 | 50,133,130,167,2,0,2,36,48,133,130,167, | ||
715 | 1,0,2,36,20,133,130,167,119,119,2,36, | ||
716 | 28,133,136,175,16,133,135,175,0,0,195,172, | ||
717 | 0,0,130,172,67,1,2,36,0,0,162,172, | ||
718 | 109,8,192,8,31,131,4,60,240,188,132,52, | ||
719 | 189,2,3,60,128,231,99,52,4,0,2,36, | ||
720 | 24,133,130,175,0,163,1,60,204,5,34,172, | ||
721 | 0,8,2,36,50,133,130,167,0,4,2,36, | ||
722 | 48,133,130,167,0,2,2,36,20,133,130,167, | ||
723 | 28,133,132,175,16,133,131,175,31,131,4,60, | ||
724 | 0,240,132,52,24,133,131,143,0,131,2,60, | ||
725 | 0,163,1,60,108,1,34,172,0,163,1,60, | ||
726 | 112,1,36,172,1,0,99,36,32,133,131,175, | ||
727 | 210,7,192,12,0,0,0,0,0,163,2,60, | ||
728 | 132,1,66,140,0,128,128,167,2,0,64,20, | ||
729 | 85,0,2,36,0,128,130,167,0,163,2,60, | ||
730 | 136,1,66,140,0,0,0,0,5,0,64,20, | ||
731 | 0,0,0,0,0,128,130,151,0,0,0,0, | ||
732 | 170,0,66,52,0,128,130,167,0,128,131,151, | ||
733 | 5,162,2,60,0,0,67,164,188,64,192,12, | ||
734 | 1,0,16,36,2,131,4,60,0,220,132,36, | ||
735 | 2,131,5,60,0,224,165,36,2,131,6,60, | ||
736 | 0,226,198,36,8,0,7,36,2,131,2,60, | ||
737 | 112,154,66,36,16,0,162,175,2,131,2,60, | ||
738 | 144,154,66,36,20,0,162,175,2,131,2,60, | ||
739 | 176,154,66,36,24,0,162,175,0,131,2,60, | ||
740 | 36,30,66,36,0,163,1,60,92,1,48,172, | ||
741 | 240,64,192,12,28,0,162,175,0,163,3,60, | ||
742 | 124,1,99,140,40,133,128,175,2,0,98,40, | ||
743 | 7,0,64,16,2,0,2,36,18,0,97,4, | ||
744 | 255,255,2,36,7,0,98,16,0,0,0,0, | ||
745 | 196,8,192,8,0,0,0,0,16,0,98,16, | ||
746 | 0,0,0,0,196,8,192,8,0,0,0,0, | ||
747 | 24,133,133,143,1,131,4,60,15,63,192,12, | ||
748 | 208,127,132,36,0,163,1,60,112,25,192,12, | ||
749 | 124,1,32,172,207,8,192,8,0,0,0,0, | ||
750 | 211,8,192,12,0,0,0,0,207,8,192,8, | ||
751 | 0,0,0,0,40,133,144,175,31,10,192,12, | ||
752 | 0,0,0,0,207,8,192,8,0,0,0,0, | ||
753 | 1,131,4,60,96,127,132,36,24,128,144,39, | ||
754 | 33,40,0,2,32,128,135,39,15,63,192,12, | ||
755 | 58,1,6,36,1,0,4,36,33,40,0,2, | ||
756 | 188,7,192,12,58,1,6,36,36,0,191,143, | ||
757 | 32,0,176,143,8,0,224,3,40,0,189,39, | ||
758 | 192,255,189,39,56,0,191,175,52,0,181,175, | ||
759 | 48,0,180,175,44,0,179,175,40,0,178,175, | ||
760 | 36,0,177,175,180,10,192,12,32,0,176,175, | ||
761 | 33,32,0,0,2,0,2,36,0,163,1,60, | ||
762 | 244,57,192,12,92,1,34,172,3,0,2,36, | ||
763 | 0,163,1,60,0,12,192,12,92,1,34,172, | ||
764 | 1,0,4,36,4,0,2,36,0,163,1,60, | ||
765 | 34,11,192,12,92,1,34,172,5,0,2,36, | ||
766 | 0,163,1,60,92,1,34,172,0,163,19,60, | ||
767 | 124,1,115,142,0,163,3,60,160,1,99,140, | ||
768 | 1,0,98,46,80,133,130,175,0,128,2,60, | ||
769 | 5,0,98,20,0,0,0,0,32,133,130,143, | ||
770 | 0,0,0,0,252,8,192,8,255,255,66,36, | ||
771 | 32,133,130,143,0,0,0,0,84,133,130,175, | ||
772 | 130,11,192,12,0,0,0,0,33,32,64,0, | ||
773 | 2,0,5,36,232,3,6,36,0,131,7,60, | ||
774 | 196,37,231,36,156,11,192,12,16,0,160,175, | ||
775 | 35,35,192,12,0,0,0,0,6,0,2,36, | ||
776 | 0,163,1,60,84,35,192,12,92,1,34,172, | ||
777 | 7,0,2,36,0,163,1,60,141,47,192,12, | ||
778 | 92,1,34,172,8,0,2,36,0,163,1,60, | ||
779 | 120,50,192,12,92,1,34,172,9,0,2,36, | ||
780 | 0,163,1,60,92,1,34,172,0,163,2,60, | ||
781 | 240,5,66,140,0,0,0,0,8,0,64,16, | ||
782 | 10,0,2,36,0,163,4,60,240,5,132,140, | ||
783 | 13,8,192,12,0,0,0,0,0,163,1,60, | ||
784 | 244,5,34,172,10,0,2,36,0,163,1,60, | ||
785 | 92,1,34,172,157,15,192,12,1,0,21,36, | ||
786 | 2,131,2,60,192,246,66,36,33,160,64,0, | ||
787 | 80,133,131,143,11,0,2,36,0,163,1,60, | ||
788 | 92,1,34,172,100,0,2,36,0,163,1,60, | ||
789 | 92,1,34,172,84,133,130,143,64,26,3,0, | ||
790 | 33,136,116,0,64,18,2,0,33,144,84,0, | ||
791 | 0,163,2,60,8,1,66,140,0,0,0,0, | ||
792 | 1,0,66,36,0,163,1,60,8,1,34,172, | ||
793 | 0,163,2,60,8,1,66,140,0,163,2,60, | ||
794 | 124,1,66,140,0,0,0,0,14,0,83,16, | ||
795 | 0,0,0,0,4,0,64,16,33,152,64,0, | ||
796 | 80,133,128,175,76,9,192,8,0,0,0,0, | ||
797 | 80,133,149,175,2,131,4,60,163,23,192,12, | ||
798 | 192,246,132,36,80,133,130,143,0,0,0,0, | ||
799 | 64,18,2,0,33,136,84,0,0,163,2,60, | ||
800 | 0,6,66,140,0,0,0,0,3,0,64,24, | ||
801 | 33,128,32,2,239,15,192,12,0,0,0,0, | ||
802 | 43,16,18,2,11,0,64,16,33,32,0,2, | ||
803 | 151,18,192,12,10,0,5,36,27,22,192,12, | ||
804 | 33,32,0,2,142,22,192,12,33,32,0,2, | ||
805 | 0,2,16,38,43,16,18,2,247,255,64,20, | ||
806 | 33,32,0,2,184,11,192,12,0,0,0,0, | ||
807 | 54,9,192,8,0,0,0,0,56,0,191,143, | ||
808 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
809 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
810 | 8,0,224,3,64,0,189,39,4,128,130,143, | ||
811 | 232,255,189,39,20,0,191,175,16,0,176,175, | ||
812 | 1,0,67,36,4,128,131,175,255,255,3,36, | ||
813 | 4,0,67,20,255,31,4,60,0,163,1,60, | ||
814 | 8,1,32,172,255,31,4,60,255,255,132,52, | ||
815 | 0,163,16,60,0,163,2,60,8,1,66,140, | ||
816 | 208,132,131,143,220,5,16,54,35,16,67,0, | ||
817 | 0,163,1,60,16,1,34,172,2,131,2,60, | ||
818 | 192,246,66,36,36,16,68,0,0,160,3,60, | ||
819 | 37,16,67,0,0,163,3,60,8,1,99,140, | ||
820 | 28,0,68,140,0,0,5,142,3,131,2,60, | ||
821 | 20,18,66,140,208,132,131,175,36,133,132,175, | ||
822 | 18,0,162,16,0,163,4,60,99,59,192,12, | ||
823 | 220,5,132,52,255,0,5,60,255,0,165,52, | ||
824 | 0,255,6,60,0,0,4,142,0,255,198,52, | ||
825 | 0,20,4,0,2,28,4,0,37,16,67,0, | ||
826 | 2,26,2,0,36,24,101,0,0,18,2,0, | ||
827 | 36,16,70,0,37,24,98,0,176,133,132,175, | ||
828 | 184,133,131,175,0,163,16,60,16,6,16,54, | ||
829 | 0,0,3,142,3,131,2,60,68,18,66,140, | ||
830 | 0,0,0,0,18,0,98,16,0,163,4,60, | ||
831 | 119,59,192,12,16,6,132,52,255,0,5,60, | ||
832 | 255,0,165,52,0,255,6,60,0,0,4,142, | ||
833 | 0,255,198,52,0,20,4,0,2,28,4,0, | ||
834 | 37,16,67,0,2,26,2,0,36,24,101,0, | ||
835 | 0,18,2,0,36,16,70,0,37,24,98,0, | ||
836 | 196,133,132,175,192,133,131,175,0,163,16,60, | ||
837 | 224,5,16,54,0,0,3,142,3,131,2,60, | ||
838 | 24,18,66,140,0,0,0,0,18,0,98,16, | ||
839 | 0,163,4,60,139,59,192,12,224,5,132,52, | ||
840 | 255,0,5,60,255,0,165,52,0,255,6,60, | ||
841 | 0,0,4,142,0,255,198,52,0,20,4,0, | ||
842 | 2,28,4,0,37,16,67,0,2,26,2,0, | ||
843 | 36,24,101,0,0,18,2,0,36,16,70,0, | ||
844 | 37,24,98,0,188,133,132,175,180,133,131,175, | ||
845 | 44,133,131,143,0,163,2,60,144,1,66,140, | ||
846 | 0,0,0,0,5,0,98,16,0,0,0,0, | ||
847 | 0,163,4,60,144,1,132,140,159,59,192,12, | ||
848 | 0,0,0,0,0,163,3,60,140,1,99,140, | ||
849 | 3,131,2,60,64,18,66,140,0,0,0,0, | ||
850 | 5,0,98,16,0,0,0,0,0,163,4,60, | ||
851 | 140,1,132,140,51,60,192,12,0,0,0,0, | ||
852 | 44,133,130,143,0,0,0,0,3,0,64,16, | ||
853 | 0,0,0,0,116,38,192,12,0,0,0,0, | ||
854 | 164,7,192,12,0,0,0,0,36,128,130,143, | ||
855 | 0,0,0,0,1,0,66,36,36,128,130,175, | ||
856 | 60,0,66,40,8,0,64,20,0,0,0,0, | ||
857 | 3,131,2,60,24,18,66,140,36,128,128,175, | ||
858 | 3,0,64,16,0,0,0,0,222,48,192,12, | ||
859 | 0,0,0,0,0,163,2,60,48,1,66,140, | ||
860 | 0,0,0,0,20,0,64,16,0,0,0,0, | ||
861 | 0,163,1,60,48,1,32,172,0,163,1,60, | ||
862 | 16,1,32,172,0,163,1,60,20,1,32,172, | ||
863 | 0,163,1,60,24,1,32,172,0,163,1,60, | ||
864 | 28,1,32,172,0,163,1,60,32,1,32,172, | ||
865 | 0,163,1,60,36,1,32,172,0,163,1,60, | ||
866 | 40,1,32,172,0,163,1,60,201,13,192,12, | ||
867 | 44,1,32,172,20,0,191,143,16,0,176,143, | ||
868 | 8,0,224,3,24,0,189,39,216,255,189,39, | ||
869 | 36,0,191,175,32,0,178,175,28,0,177,175, | ||
870 | 180,10,192,12,24,0,176,175,33,32,0,0, | ||
871 | 2,0,2,36,0,163,1,60,244,57,192,12, | ||
872 | 92,1,34,172,3,0,2,36,0,163,1,60, | ||
873 | 0,12,192,12,92,1,34,172,1,0,4,36, | ||
874 | 4,0,2,36,0,163,1,60,34,11,192,12, | ||
875 | 92,1,34,172,32,133,131,143,5,0,2,36, | ||
876 | 0,163,1,60,92,1,34,172,80,133,128,175, | ||
877 | 84,133,131,175,130,11,192,12,0,0,0,0, | ||
878 | 33,32,64,0,2,0,5,36,232,3,6,36, | ||
879 | 0,131,7,60,196,37,231,36,156,11,192,12, | ||
880 | 16,0,160,175,0,163,2,60,240,5,66,140, | ||
881 | 0,0,0,0,8,0,64,16,10,0,2,36, | ||
882 | 0,163,4,60,240,5,132,140,13,8,192,12, | ||
883 | 0,0,0,0,0,163,1,60,244,5,34,172, | ||
884 | 10,0,2,36,0,163,1,60,92,1,34,172, | ||
885 | 100,0,2,36,80,133,131,143,2,131,4,60, | ||
886 | 192,246,132,36,0,163,1,60,92,1,34,172, | ||
887 | 84,133,130,143,64,26,3,0,33,144,100,0, | ||
888 | 64,18,2,0,33,136,68,0,0,163,2,60, | ||
889 | 8,1,66,140,33,128,64,2,1,0,66,36, | ||
890 | 0,163,1,60,8,1,34,172,0,163,2,60, | ||
891 | 8,1,66,140,43,16,17,2,11,0,64,16, | ||
892 | 33,32,0,2,151,18,192,12,10,0,5,36, | ||
893 | 27,22,192,12,33,32,0,2,142,22,192,12, | ||
894 | 33,32,0,2,0,2,16,38,43,16,17,2, | ||
895 | 247,255,64,20,33,32,0,2,184,11,192,12, | ||
896 | 0,0,0,0,91,10,192,8,0,0,0,0, | ||
897 | 36,0,191,143,32,0,178,143,28,0,177,143, | ||
898 | 24,0,176,143,8,0,224,3,40,0,189,39, | ||
899 | 4,128,130,143,232,255,189,39,16,0,191,175, | ||
900 | 1,0,67,36,4,128,131,175,255,255,3,36, | ||
901 | 4,0,67,20,255,31,4,60,0,163,1,60, | ||
902 | 8,1,32,172,255,31,4,60,0,163,2,60, | ||
903 | 8,1,66,140,212,132,131,143,255,255,132,52, | ||
904 | 35,16,67,0,0,163,1,60,16,1,34,172, | ||
905 | 2,131,2,60,192,246,66,36,36,16,68,0, | ||
906 | 0,160,3,60,37,16,67,0,0,163,3,60, | ||
907 | 8,1,99,140,28,0,66,140,212,132,131,175, | ||
908 | 36,133,130,175,164,7,192,12,0,0,0,0, | ||
909 | 0,163,2,60,48,1,66,140,0,0,0,0, | ||
910 | 20,0,64,16,0,0,0,0,0,163,1,60, | ||
911 | 48,1,32,172,0,163,1,60,16,1,32,172, | ||
912 | 0,163,1,60,20,1,32,172,0,163,1,60, | ||
913 | 24,1,32,172,0,163,1,60,28,1,32,172, | ||
914 | 0,163,1,60,32,1,32,172,0,163,1,60, | ||
915 | 36,1,32,172,0,163,1,60,40,1,32,172, | ||
916 | 0,163,1,60,201,13,192,12,44,1,32,172, | ||
917 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
918 | 0,0,0,0,224,255,189,39,24,0,191,175, | ||
919 | 20,0,177,175,120,63,192,12,16,0,176,175, | ||
920 | 52,0,2,36,4,162,1,60,12,0,34,160, | ||
921 | 120,63,192,12,232,3,16,36,28,133,130,143, | ||
922 | 0,0,0,0,27,0,80,0,2,0,0,22, | ||
923 | 0,0,0,0,13,0,7,0,18,16,0,0, | ||
924 | 4,162,17,60,120,63,192,12,0,0,34,162, | ||
925 | 28,133,130,143,0,0,0,0,27,0,80,0, | ||
926 | 2,0,0,22,0,0,0,0,13,0,7,0, | ||
927 | 18,16,0,0,33,40,0,0,33,32,0,0, | ||
928 | 6,162,3,60,2,18,2,0,0,0,34,162, | ||
929 | 1,0,2,36,0,163,1,60,4,1,32,172, | ||
930 | 0,0,98,172,2,131,1,60,33,8,36,0, | ||
931 | 8,245,32,172,1,0,165,36,22,0,162,44, | ||
932 | 250,255,64,20,20,0,132,36,31,131,4,60, | ||
933 | 0,240,132,52,52,128,131,143,1,0,2,36, | ||
934 | 68,133,128,175,48,128,130,175,64,133,128,175, | ||
935 | 32,131,1,60,252,239,36,172,8,0,96,16, | ||
936 | 31,131,5,60,252,239,165,52,31,131,6,60, | ||
937 | 1,131,4,60,224,127,132,36,15,63,192,12, | ||
938 | 0,240,198,52,52,128,128,175,24,0,191,143, | ||
939 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
940 | 32,0,189,39,232,255,189,39,16,0,176,175, | ||
941 | 116,0,2,36,20,0,191,175,4,162,1,60, | ||
942 | 12,0,34,160,130,63,192,12,33,128,128,0, | ||
943 | 4,162,1,60,4,0,48,160,130,63,192,12, | ||
944 | 3,130,16,0,4,162,1,60,130,63,192,12, | ||
945 | 4,0,48,160,20,0,191,143,16,0,176,143, | ||
946 | 8,0,224,3,24,0,189,39,224,255,189,39, | ||
947 | 64,0,2,36,24,0,191,175,20,0,177,175, | ||
948 | 16,0,176,175,4,162,1,60,130,63,192,12, | ||
949 | 12,0,34,160,4,162,17,60,4,0,49,146, | ||
950 | 0,0,0,0,130,63,192,12,255,0,49,50, | ||
951 | 4,162,16,60,4,0,16,146,0,0,0,0, | ||
952 | 130,63,192,12,255,0,16,50,0,130,16,0, | ||
953 | 37,16,17,2,24,0,191,143,20,0,177,143, | ||
954 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
955 | 48,128,130,143,232,255,189,39,16,0,176,175, | ||
956 | 33,128,128,0,3,0,64,20,20,0,191,175, | ||
957 | 180,10,192,12,0,0,0,0,5,0,0,18, | ||
958 | 0,0,0,0,236,63,192,12,1,4,4,36, | ||
959 | 50,11,192,8,0,0,0,0,228,63,192,12, | ||
960 | 0,4,4,36,20,0,191,143,16,0,176,143, | ||
961 | 8,0,224,3,24,0,189,39,216,255,189,39, | ||
962 | 6,162,3,60,1,0,2,36,32,0,191,175, | ||
963 | 28,0,177,175,24,0,176,175,0,0,98,172, | ||
964 | 0,163,2,60,4,1,66,140,33,136,224,0, | ||
965 | 1,0,66,36,0,163,1,60,4,1,34,172, | ||
966 | 56,128,130,143,0,163,3,60,4,1,99,140, | ||
967 | 1,0,66,36,56,128,130,175,232,3,66,40, | ||
968 | 21,0,64,20,255,127,3,60,68,133,130,143, | ||
969 | 254,255,99,52,56,128,128,175,1,0,66,36, | ||
970 | 43,24,98,0,68,133,130,175,13,0,96,16, | ||
971 | 0,0,0,0,2,131,4,60,28,128,132,36, | ||
972 | 60,128,144,39,33,40,0,2,2,131,7,60, | ||
973 | 60,128,231,36,15,63,192,12,144,0,6,36, | ||
974 | 1,0,4,36,33,40,0,2,188,7,192,12, | ||
975 | 144,0,6,36,64,133,134,143,0,0,0,0, | ||
976 | 14,0,192,24,33,24,0,0,2,131,5,60, | ||
977 | 0,245,165,36,33,32,0,0,2,131,2,60, | ||
978 | 33,16,68,0,0,245,66,140,20,0,132,36, | ||
979 | 1,0,99,36,255,255,66,36,0,0,162,172, | ||
980 | 42,16,102,0,247,255,64,20,20,0,165,36, | ||
981 | 31,131,4,60,252,239,132,52,31,131,2,60, | ||
982 | 0,0,131,140,255,255,66,52,0,0,113,172, | ||
983 | 4,0,99,36,43,16,67,0,3,0,64,16, | ||
984 | 0,0,0,0,31,131,3,60,0,240,99,52, | ||
985 | 0,0,131,172,32,0,191,143,28,0,177,143, | ||
986 | 24,0,176,143,8,0,224,3,40,0,189,39, | ||
987 | 64,133,130,143,232,255,189,39,20,0,191,175, | ||
988 | 22,0,66,40,13,0,64,20,16,0,176,175, | ||
989 | 2,131,4,60,28,128,132,36,60,128,144,39, | ||
990 | 33,40,0,2,2,131,7,60,84,128,231,36, | ||
991 | 15,63,192,12,173,0,6,36,1,0,4,36, | ||
992 | 33,40,0,2,188,7,192,12,173,0,6,36, | ||
993 | 64,133,130,143,0,0,0,0,1,0,67,36, | ||
994 | 64,133,131,175,20,0,191,143,16,0,176,143, | ||
995 | 8,0,224,3,24,0,189,39,128,16,4,0, | ||
996 | 33,16,68,0,16,0,163,143,128,16,2,0, | ||
997 | 2,131,1,60,33,8,34,0,4,245,38,172, | ||
998 | 2,131,1,60,33,8,34,0,12,245,39,172, | ||
999 | 2,131,1,60,33,8,34,0,0,245,38,172, | ||
1000 | 2,131,1,60,33,8,34,0,8,245,37,172, | ||
1001 | 2,131,1,60,33,8,34,0,16,245,35,172, | ||
1002 | 8,0,224,3,33,16,0,1,128,16,4,0, | ||
1003 | 33,16,68,0,128,16,2,0,2,131,1,60, | ||
1004 | 33,8,34,0,8,0,224,3,8,245,32,172, | ||
1005 | 64,133,130,143,192,255,189,39,40,0,180,175, | ||
1006 | 33,160,0,0,56,0,191,175,52,0,183,175, | ||
1007 | 48,0,182,175,44,0,181,175,36,0,179,175, | ||
1008 | 32,0,178,175,28,0,177,175,48,0,64,24, | ||
1009 | 24,0,176,175,1,0,23,36,2,0,22,36, | ||
1010 | 2,131,16,60,12,245,16,38,4,0,19,38, | ||
1011 | 244,255,17,38,252,255,18,38,33,168,0,0, | ||
1012 | 0,0,67,142,0,0,0,0,7,0,119,16, | ||
1013 | 2,0,98,40,25,0,64,20,0,0,0,0, | ||
1014 | 9,0,118,16,0,0,0,0,236,11,192,8, | ||
1015 | 20,0,16,38,0,0,34,142,0,0,0,0, | ||
1016 | 17,0,64,28,0,0,0,0,230,11,192,8, | ||
1017 | 0,0,64,174,0,0,34,142,0,0,0,0, | ||
1018 | 11,0,64,28,0,0,0,0,2,131,2,60, | ||
1019 | 33,16,85,0,4,245,66,140,0,0,0,0, | ||
1020 | 0,0,34,174,0,0,100,142,0,0,2,142, | ||
1021 | 0,0,0,0,9,248,64,0,0,0,0,0, | ||
1022 | 20,0,16,38,20,0,115,38,20,0,49,38, | ||
1023 | 20,0,82,38,64,133,130,143,1,0,148,38, | ||
1024 | 42,16,130,2,218,255,64,20,20,0,181,38, | ||
1025 | 56,0,191,143,52,0,183,143,48,0,182,143, | ||
1026 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
1027 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
1028 | 8,0,224,3,64,0,189,39,0,0,0,0, | ||
1029 | 2,131,3,60,192,246,99,36,0,2,2,36, | ||
1030 | 0,163,1,60,200,5,35,172,0,163,1,60, | ||
1031 | 208,5,34,172,0,163,2,60,124,1,66,140, | ||
1032 | 216,255,189,39,16,0,176,175,33,128,0,0, | ||
1033 | 28,0,179,175,255,255,19,36,24,0,178,175, | ||
1034 | 21,0,114,36,20,0,177,175,32,0,191,175, | ||
1035 | 1,0,66,44,80,133,130,175,139,14,192,12, | ||
1036 | 20,0,113,36,184,24,192,12,0,0,0,0, | ||
1037 | 27,67,192,12,33,32,0,2,6,0,83,20, | ||
1038 | 1,0,16,38,2,131,4,60,15,63,192,12, | ||
1039 | 112,128,132,36,126,12,192,8,1,0,2,36, | ||
1040 | 0,0,34,162,3,18,2,0,0,0,66,162, | ||
1041 | 2,0,82,38,3,0,2,42,241,255,64,20, | ||
1042 | 2,0,49,38,2,131,17,60,212,246,49,38, | ||
1043 | 33,32,32,2,33,40,0,0,255,127,6,60, | ||
1044 | 247,24,192,12,255,255,198,52,255,31,3,60, | ||
1045 | 255,255,99,52,236,255,48,38,36,0,34,38, | ||
1046 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
1047 | 0,32,3,36,236,255,32,174,2,131,1,60, | ||
1048 | 220,246,32,172,2,131,1,60,204,246,32,172, | ||
1049 | 2,131,1,60,236,246,34,172,0,0,67,164, | ||
1050 | 222,21,192,12,33,32,0,2,122,15,192,12, | ||
1051 | 33,32,0,2,242,21,192,12,33,32,0,2, | ||
1052 | 32,133,130,143,1,0,16,36,42,16,2,2, | ||
1053 | 12,0,64,16,255,31,3,60,236,1,49,38, | ||
1054 | 133,12,192,12,33,32,0,2,242,21,192,12, | ||
1055 | 33,32,32,2,32,133,130,143,1,0,16,38, | ||
1056 | 42,16,2,2,248,255,64,20,0,2,49,38, | ||
1057 | 255,31,3,60,255,255,99,52,2,131,16,60, | ||
1058 | 192,4,16,38,7,0,2,36,0,0,2,174, | ||
1059 | 56,0,2,38,36,16,67,0,0,160,3,60, | ||
1060 | 37,16,67,0,0,32,3,36,2,131,1,60, | ||
1061 | 220,4,32,172,2,131,1,60,204,4,32,172, | ||
1062 | 2,131,1,60,236,4,34,172,0,0,67,164, | ||
1063 | 2,131,2,60,212,246,66,140,2,131,3,60, | ||
1064 | 216,246,99,132,20,0,2,174,24,0,3,166, | ||
1065 | 2,131,2,60,217,4,66,144,0,0,0,0, | ||
1066 | 7,0,66,36,2,131,1,60,217,4,34,160, | ||
1067 | 112,15,192,12,33,32,0,2,33,32,0,2, | ||
1068 | 19,15,192,12,32,0,5,36,20,0,16,38, | ||
1069 | 33,32,0,2,7,0,5,36,255,127,6,60, | ||
1070 | 247,24,192,12,255,255,198,52,33,16,0,0, | ||
1071 | 32,0,191,143,28,0,179,143,24,0,178,143, | ||
1072 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
1073 | 40,0,189,39,200,255,189,39,48,0,180,175, | ||
1074 | 33,160,128,0,255,31,6,60,255,255,198,52, | ||
1075 | 64,26,20,0,2,131,2,60,192,246,66,36, | ||
1076 | 40,0,178,175,33,144,98,0,255,255,132,38, | ||
1077 | 64,18,4,0,0,162,3,60,33,16,67,0, | ||
1078 | 52,0,191,175,44,0,179,175,36,0,177,175, | ||
1079 | 32,0,176,175,4,0,66,174,0,1,66,36, | ||
1080 | 8,0,66,174,0,16,2,36,4,16,130,0, | ||
1081 | 12,0,66,174,4,0,2,36,4,16,130,0, | ||
1082 | 0,160,5,60,16,0,66,174,48,0,66,38, | ||
1083 | 36,16,70,0,37,16,69,0,36,0,66,174, | ||
1084 | 64,16,4,0,33,16,68,0,128,16,2,0, | ||
1085 | 2,131,3,60,240,231,99,36,33,16,67,0, | ||
1086 | 36,16,70,0,37,16,69,0,40,0,66,174, | ||
1087 | 56,0,66,38,36,16,70,0,37,16,69,0, | ||
1088 | 0,0,84,174,44,0,66,174,32,0,64,174, | ||
1089 | 2,131,2,60,212,246,66,140,2,131,3,60, | ||
1090 | 216,246,99,132,20,0,66,174,24,0,67,166, | ||
1091 | 25,0,66,146,0,0,0,0,33,32,84,0, | ||
1092 | 2,131,2,60,0,227,66,36,36,16,70,0, | ||
1093 | 37,128,69,0,2,131,2,60,32,227,66,36, | ||
1094 | 36,16,70,0,25,0,68,162,40,133,131,143, | ||
1095 | 0,0,0,0,3,0,96,16,37,136,69,0, | ||
1096 | 255,255,130,36,25,0,66,162,12,0,68,142, | ||
1097 | 28,0,64,174,228,63,192,12,1,0,132,52, | ||
1098 | 4,0,68,142,0,0,0,0,76,67,192,12, | ||
1099 | 33,40,0,0,76,63,192,12,0,0,0,0, | ||
1100 | 76,63,192,12,0,0,0,0,255,255,2,36, | ||
1101 | 4,0,2,174,4,0,2,142,0,0,0,0, | ||
1102 | 0,0,2,174,4,0,68,142,0,0,0,0, | ||
1103 | 76,67,192,12,1,0,5,54,4,0,4,38, | ||
1104 | 33,40,0,0,255,255,6,36,211,67,192,12, | ||
1105 | 208,7,7,36,8,0,64,20,255,255,2,52, | ||
1106 | 2,131,4,60,184,128,132,36,4,0,6,142, | ||
1107 | 0,0,0,0,15,63,192,12,33,40,128,2, | ||
1108 | 255,255,2,52,48,1,34,174,4,0,68,142, | ||
1109 | 0,0,0,0,76,67,192,12,3,0,37,54, | ||
1110 | 48,1,36,38,33,40,0,0,255,255,6,52, | ||
1111 | 211,67,192,12,208,7,7,36,7,0,64,20, | ||
1112 | 0,0,0,0,2,131,4,60,8,129,132,36, | ||
1113 | 48,1,38,142,0,0,0,0,15,63,192,12, | ||
1114 | 33,40,128,2,143,63,192,12,0,0,0,0, | ||
1115 | 40,0,69,142,4,0,68,142,0,0,0,0, | ||
1116 | 76,67,192,12,2,0,165,52,44,0,81,142, | ||
1117 | 84,128,131,143,80,128,132,143,100,0,2,36, | ||
1118 | 0,0,32,166,2,0,32,166,4,0,32,174, | ||
1119 | 8,0,32,174,12,0,32,174,16,0,32,174, | ||
1120 | 24,0,32,174,20,0,32,174,28,0,32,174, | ||
1121 | 32,0,32,174,36,0,34,166,38,0,34,166, | ||
1122 | 36,0,35,166,38,0,36,166,36,0,83,142, | ||
1123 | 1,0,2,36,0,0,98,174,44,0,66,142, | ||
1124 | 0,0,0,0,4,0,98,174,40,0,67,142, | ||
1125 | 116,0,2,60,0,0,98,172,40,0,67,142, | ||
1126 | 36,0,66,142,0,0,0,0,8,0,98,172, | ||
1127 | 8,0,66,142,0,0,0,0,0,0,64,172, | ||
1128 | 0,0,98,142,0,0,0,0,10,0,64,16, | ||
1129 | 33,128,0,0,208,7,2,42,7,0,64,16, | ||
1130 | 0,0,0,0,143,63,192,12,0,0,0,0, | ||
1131 | 0,0,98,142,0,0,0,0,248,255,64,20, | ||
1132 | 1,0,16,38,0,0,98,142,0,0,0,0, | ||
1133 | 6,0,64,16,33,32,32,2,2,131,4,60, | ||
1134 | 76,129,132,36,15,63,192,12,33,40,128,2, | ||
1135 | 33,32,32,2,8,0,5,36,0,0,34,150, | ||
1136 | 8,0,6,36,0,240,66,48,0,6,66,52, | ||
1137 | 2,0,34,166,8,0,66,142,208,7,7,36, | ||
1138 | 129,67,192,12,0,0,64,172,6,0,64,20, | ||
1139 | 2,0,36,38,2,131,4,60,160,129,132,36, | ||
1140 | 15,63,192,12,33,40,128,2,2,0,36,38, | ||
1141 | 33,40,0,0,0,0,34,150,33,48,0,0, | ||
1142 | 0,240,66,48,2,0,34,166,8,0,66,142, | ||
1143 | 208,7,7,36,129,67,192,12,0,0,64,172, | ||
1144 | 4,0,64,20,0,0,0,0,2,131,4,60, | ||
1145 | 15,63,192,12,248,129,132,36,143,63,192,12, | ||
1146 | 0,0,0,0,108,0,80,142,0,128,2,52, | ||
1147 | 0,0,0,166,2,0,2,166,44,0,66,142, | ||
1148 | 0,32,5,36,4,0,80,172,44,0,67,142, | ||
1149 | 0,241,2,52,2,0,98,164,8,0,66,142, | ||
1150 | 0,32,6,36,0,0,64,172,44,0,68,142, | ||
1151 | 0,0,0,0,129,67,192,12,208,7,7,36, | ||
1152 | 12,0,64,20,0,0,0,0,44,0,66,142, | ||
1153 | 0,0,0,0,0,0,69,148,2,131,4,60, | ||
1154 | 15,63,192,12,16,130,132,36,254,255,4,36, | ||
1155 | 2,131,5,60,44,130,165,36,188,7,192,12, | ||
1156 | 1,1,6,36,108,0,80,142,2,128,2,52, | ||
1157 | 0,0,0,166,2,0,2,166,14,0,2,36, | ||
1158 | 8,0,2,162,200,0,2,36,9,0,2,162, | ||
1159 | 65,0,2,36,10,0,2,162,46,0,2,36, | ||
1160 | 11,0,2,162,87,0,2,36,12,0,0,162, | ||
1161 | 13,0,2,162,242,0,2,36,14,0,0,162, | ||
1162 | 15,0,2,162,1,0,2,36,16,0,2,162, | ||
1163 | 8,0,2,36,17,0,2,162,88,128,130,143, | ||
1164 | 0,0,0,0,6,0,64,16,64,0,2,36, | ||
1165 | 2,131,4,60,15,63,192,12,56,130,132,36, | ||
1166 | 88,128,128,175,64,0,2,36,18,0,2,162, | ||
1167 | 255,0,2,36,19,0,2,162,63,0,2,36, | ||
1168 | 20,0,0,162,21,0,2,162,44,0,66,142, | ||
1169 | 0,32,5,36,4,0,80,172,44,0,67,142, | ||
1170 | 0,33,2,36,2,0,98,164,8,0,66,142, | ||
1171 | 0,32,6,36,0,0,64,172,44,0,68,142, | ||
1172 | 0,0,0,0,129,67,192,12,208,7,7,36, | ||
1173 | 12,0,64,20,0,0,0,0,44,0,66,142, | ||
1174 | 0,0,0,0,0,0,69,148,2,131,4,60, | ||
1175 | 15,63,192,12,16,130,132,36,253,255,4,36, | ||
1176 | 2,131,5,60,44,130,165,36,188,7,192,12, | ||
1177 | 85,1,6,36,222,21,192,12,33,32,64,2, | ||
1178 | 122,15,192,12,33,32,64,2,52,0,191,143, | ||
1179 | 48,0,180,143,44,0,179,143,40,0,178,143, | ||
1180 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
1181 | 56,0,189,39,248,255,189,39,32,133,133,143, | ||
1182 | 0,0,0,0,50,0,160,24,33,32,0,0, | ||
1183 | 2,131,3,60,192,246,99,36,44,0,98,140, | ||
1184 | 152,0,96,172,156,0,96,172,160,0,96,172, | ||
1185 | 164,0,96,172,168,0,96,172,172,0,96,172, | ||
1186 | 176,0,96,172,180,0,96,172,184,0,96,172, | ||
1187 | 188,0,96,172,192,0,96,172,196,0,96,172, | ||
1188 | 200,0,96,172,204,0,96,172,208,0,96,172, | ||
1189 | 212,0,96,172,216,0,96,172,224,0,96,172, | ||
1190 | 232,0,96,172,236,0,96,172,240,0,96,172, | ||
1191 | 244,0,96,172,248,0,96,172,252,0,96,172, | ||
1192 | 0,1,96,172,4,1,96,172,8,1,96,172, | ||
1193 | 12,0,64,172,44,0,98,140,0,0,0,0, | ||
1194 | 16,0,64,172,44,0,98,140,0,0,0,0, | ||
1195 | 24,0,64,172,44,0,98,140,0,0,0,0, | ||
1196 | 20,0,64,172,44,0,98,140,1,0,132,36, | ||
1197 | 28,0,64,172,44,0,98,140,0,2,99,36, | ||
1198 | 32,0,64,172,42,16,133,0,210,255,64,20, | ||
1199 | 0,0,0,0,33,32,0,0,0,163,3,60, | ||
1200 | 0,1,99,52,32,0,5,36,33,16,131,0, | ||
1201 | 188,0,69,160,1,0,132,36,0,2,130,44, | ||
1202 | 251,255,64,20,0,0,0,0,8,0,224,3, | ||
1203 | 8,0,189,39,0,0,0,0,124,133,130,143, | ||
1204 | 232,255,189,39,20,0,191,175,17,0,64,20, | ||
1205 | 16,0,176,175,208,7,16,36,7,0,0,26, | ||
1206 | 0,0,0,0,143,63,192,12,255,255,16,38, | ||
1207 | 124,133,130,143,0,0,0,0,249,255,64,16, | ||
1208 | 0,0,0,0,6,0,0,22,0,0,0,0, | ||
1209 | 2,131,4,60,15,63,192,12,80,130,132,36, | ||
1210 | 45,14,192,8,33,16,0,0,220,63,192,12, | ||
1211 | 33,32,0,0,33,32,64,0,124,133,144,143, | ||
1212 | 128,133,130,143,4,0,3,142,255,255,66,36, | ||
1213 | 128,133,130,175,124,133,131,175,220,63,192,12, | ||
1214 | 0,0,0,0,33,16,0,2,20,0,191,143, | ||
1215 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
1216 | 232,255,189,39,96,133,130,143,33,40,128,0, | ||
1217 | 43,16,162,0,6,0,64,20,16,0,191,175, | ||
1218 | 100,133,130,143,0,0,0,0,43,16,162,0, | ||
1219 | 6,0,64,20,0,0,0,0,2,131,4,60, | ||
1220 | 15,63,192,12,116,130,132,36,71,14,192,8, | ||
1221 | 0,0,0,0,124,133,131,143,128,133,130,143, | ||
1222 | 124,133,133,175,1,0,66,36,4,0,163,172, | ||
1223 | 128,133,130,175,16,0,191,143,24,0,189,39, | ||
1224 | 8,0,224,3,0,0,0,0,108,133,130,143, | ||
1225 | 232,255,189,39,20,0,191,175,17,0,64,20, | ||
1226 | 16,0,176,175,208,7,16,36,7,0,0,26, | ||
1227 | 0,0,0,0,143,63,192,12,255,255,16,38, | ||
1228 | 108,133,130,143,0,0,0,0,249,255,64,16, | ||
1229 | 0,0,0,0,6,0,0,22,0,0,0,0, | ||
1230 | 2,131,4,60,15,63,192,12,148,130,132,36, | ||
1231 | 108,14,192,8,33,16,0,0,220,63,192,12, | ||
1232 | 33,32,0,0,33,32,64,0,108,133,144,143, | ||
1233 | 120,133,130,143,0,0,3,142,255,255,66,36, | ||
1234 | 120,133,130,175,108,133,131,175,220,63,192,12, | ||
1235 | 0,0,0,0,33,16,0,2,20,0,191,143, | ||
1236 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
1237 | 232,255,189,39,104,133,130,143,33,40,128,0, | ||
1238 | 43,16,162,0,6,0,64,20,16,0,191,175, | ||
1239 | 112,133,130,143,0,0,0,0,43,16,162,0, | ||
1240 | 6,0,64,20,0,0,0,0,2,131,4,60, | ||
1241 | 15,63,192,12,184,130,132,36,135,14,192,8, | ||
1242 | 0,0,0,0,108,133,130,143,0,0,0,0, | ||
1243 | 0,0,162,172,120,133,130,143,108,133,133,175, | ||
1244 | 1,0,66,36,120,133,130,175,16,0,191,143, | ||
1245 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
1246 | 232,255,189,39,20,0,191,175,16,0,176,175, | ||
1247 | 124,133,128,175,13,8,192,12,0,32,4,36, | ||
1248 | 255,31,3,60,255,255,99,52,255,1,16,36, | ||
1249 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
1250 | 96,133,130,175,0,32,66,36,100,133,130,175, | ||
1251 | 0,17,16,0,96,133,132,143,255,255,16,38, | ||
1252 | 49,14,192,12,33,32,130,0,251,255,1,6, | ||
1253 | 0,17,16,0,0,2,2,36,132,133,130,175, | ||
1254 | 108,133,128,175,13,8,192,12,18,0,4,60, | ||
1255 | 255,31,3,60,255,255,99,52,255,17,16,36, | ||
1256 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
1257 | 18,0,3,60,104,133,130,175,33,16,67,0, | ||
1258 | 112,133,130,175,0,18,16,0,104,133,132,143, | ||
1259 | 255,255,16,38,112,14,192,12,33,32,130,0, | ||
1260 | 251,255,1,6,0,18,16,0,0,18,2,36, | ||
1261 | 116,133,130,175,20,0,191,143,16,0,176,143, | ||
1262 | 8,0,224,3,24,0,189,39,0,0,0,0, | ||
1263 | 0,0,0,0,0,0,0,0,0,163,2,60, | ||
1264 | 168,1,66,140,216,255,189,39,28,0,177,175, | ||
1265 | 33,136,128,0,32,0,178,175,33,144,160,0, | ||
1266 | 36,0,191,175,17,0,64,16,24,0,176,175, | ||
1267 | 0,163,2,60,168,1,66,140,0,0,0,0, | ||
1268 | 42,16,82,0,12,0,64,16,128,128,18,0, | ||
1269 | 0,0,34,142,0,163,18,60,168,1,82,142, | ||
1270 | 0,0,0,0,6,0,64,20,128,128,18,0, | ||
1271 | 2,131,4,60,224,130,132,36,15,63,192,12, | ||
1272 | 33,40,64,2,128,128,18,0,33,128,18,2, | ||
1273 | 128,128,16,0,13,8,192,12,33,32,0,2, | ||
1274 | 255,31,3,60,255,255,99,52,33,32,0,0, | ||
1275 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
1276 | 112,0,34,174,112,0,35,142,33,16,80,0, | ||
1277 | 15,0,64,26,116,0,34,174,8,0,5,36, | ||
1278 | 1,0,132,36,20,0,98,36,4,0,98,172, | ||
1279 | 2,0,101,164,0,0,96,164,8,0,96,172, | ||
1280 | 14,0,96,164,12,0,96,164,33,24,64,0, | ||
1281 | 42,16,146,0,246,255,64,20,1,0,132,36, | ||
1282 | 255,255,132,36,116,0,35,142,112,0,34,142, | ||
1283 | 0,0,0,0,240,255,98,172,116,0,35,142, | ||
1284 | 0,0,0,0,218,255,98,148,0,0,0,0, | ||
1285 | 0,128,66,52,218,255,98,164,116,0,35,142, | ||
1286 | 0,0,0,0,238,255,98,148,0,0,0,0, | ||
1287 | 0,128,66,52,238,255,98,164,116,0,34,142, | ||
1288 | 112,0,35,142,216,255,66,36,120,0,35,174, | ||
1289 | 124,0,34,174,36,0,191,143,32,0,178,143, | ||
1290 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
1291 | 40,0,189,39,200,255,189,39,32,0,178,175, | ||
1292 | 33,144,128,0,0,1,2,36,48,0,191,175, | ||
1293 | 44,0,181,175,40,0,180,175,36,0,179,175, | ||
1294 | 28,0,177,175,24,0,176,175,144,0,66,174, | ||
1295 | 0,163,2,60,172,1,66,140,0,0,0,0, | ||
1296 | 17,0,64,16,33,160,160,0,0,163,2,60, | ||
1297 | 172,1,66,140,0,0,0,0,42,16,84,0, | ||
1298 | 12,0,64,16,128,128,20,0,0,0,66,142, | ||
1299 | 0,163,20,60,172,1,148,142,0,0,0,0, | ||
1300 | 6,0,64,20,128,128,20,0,2,131,4,60, | ||
1301 | 236,130,132,36,15,63,192,12,33,40,128,2, | ||
1302 | 128,128,20,0,33,128,20,2,128,128,16,0, | ||
1303 | 33,32,0,2,13,8,192,12,148,0,84,174, | ||
1304 | 255,31,3,60,255,255,99,52,33,152,0,0, | ||
1305 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
1306 | 128,0,66,174,128,0,81,142,33,16,80,0, | ||
1307 | 15,0,128,26,132,0,66,174,0,1,21,36, | ||
1308 | 20,0,48,38,4,0,48,174,75,14,192,12, | ||
1309 | 0,0,32,174,8,0,34,174,12,0,53,174, | ||
1310 | 0,0,66,142,1,0,115,38,16,0,34,162, | ||
1311 | 17,0,32,162,42,16,116,2,244,255,64,20, | ||
1312 | 33,136,0,2,132,0,67,142,128,0,66,142, | ||
1313 | 0,0,0,0,240,255,98,172,132,0,67,142, | ||
1314 | 0,0,0,0,228,255,98,140,0,0,0,0, | ||
1315 | 0,128,66,52,228,255,98,172,132,0,67,142, | ||
1316 | 0,0,0,0,248,255,98,140,0,0,0,0, | ||
1317 | 0,128,66,52,248,255,98,172,132,0,66,142, | ||
1318 | 128,0,67,142,216,255,66,36,136,0,67,174, | ||
1319 | 140,0,66,174,48,0,191,143,44,0,181,143, | ||
1320 | 40,0,180,143,36,0,179,143,32,0,178,143, | ||
1321 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
1322 | 56,0,189,39,152,0,128,172,156,0,128,172, | ||
1323 | 160,0,128,172,164,0,128,172,168,0,128,172, | ||
1324 | 252,0,128,172,0,1,128,172,152,0,128,172, | ||
1325 | 8,0,224,3,216,0,128,172,232,255,189,39, | ||
1326 | 16,0,176,175,20,0,191,175,112,15,192,12, | ||
1327 | 33,128,128,0,33,32,0,2,192,14,192,12, | ||
1328 | 0,4,5,36,33,32,0,2,19,15,192,12, | ||
1329 | 128,2,5,36,120,0,3,142,136,0,2,142, | ||
1330 | 0,0,0,0,8,0,98,172,44,0,3,142, | ||
1331 | 120,0,2,142,0,0,0,0,8,0,98,172, | ||
1332 | 0,0,2,142,0,0,0,0,255,255,66,36, | ||
1333 | 6,0,66,44,7,0,64,16,16,0,3,36, | ||
1334 | 44,0,2,142,0,0,0,0,2,0,67,164, | ||
1335 | 8,0,2,142,0,0,0,0,0,0,64,172, | ||
1336 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
1337 | 24,0,189,39,184,255,189,39,0,32,6,36, | ||
1338 | 68,0,191,175,64,0,190,175,60,0,183,175, | ||
1339 | 56,0,182,175,52,0,181,175,48,0,180,175, | ||
1340 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
1341 | 32,0,176,175,0,163,1,60,252,5,38,172, | ||
1342 | 13,8,192,12,0,32,4,36,255,31,4,60, | ||
1343 | 255,255,132,52,33,168,0,0,255,31,6,60, | ||
1344 | 255,255,198,52,2,131,3,60,212,247,99,36, | ||
1345 | 16,0,101,36,8,0,126,36,248,255,119,36, | ||
1346 | 33,176,96,0,36,16,68,0,0,160,3,60, | ||
1347 | 37,16,67,0,16,0,166,175,0,163,1,60, | ||
1348 | 248,5,34,172,0,163,1,60,0,6,32,172, | ||
1349 | 33,160,0,0,33,128,224,2,33,152,160,0, | ||
1350 | 33,144,192,3,33,136,192,2,32,133,130,143, | ||
1351 | 0,0,32,174,0,0,0,174,0,0,64,174, | ||
1352 | 42,16,162,2,10,0,64,16,0,0,96,174, | ||
1353 | 0,32,4,36,13,8,192,12,24,0,165,175, | ||
1354 | 16,0,166,143,0,128,3,60,36,16,70,0, | ||
1355 | 37,16,67,0,0,0,2,174,24,0,165,143, | ||
1356 | 4,0,16,38,4,0,115,38,4,0,82,38, | ||
1357 | 1,0,148,38,2,0,130,42,234,255,64,20, | ||
1358 | 4,0,49,38,0,2,165,36,0,2,222,39, | ||
1359 | 0,2,247,38,1,0,181,38,7,0,162,42, | ||
1360 | 222,255,64,20,0,2,214,38,68,0,191,143, | ||
1361 | 64,0,190,143,60,0,183,143,56,0,182,143, | ||
1362 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
1363 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
1364 | 8,0,224,3,72,0,189,39,0,163,4,60, | ||
1365 | 0,6,132,140,0,163,3,60,8,6,99,140, | ||
1366 | 32,133,130,143,224,255,189,39,16,0,176,175, | ||
1367 | 0,163,16,60,12,6,16,142,20,0,177,175, | ||
1368 | 0,163,17,60,4,6,49,142,43,16,98,0, | ||
1369 | 42,0,64,16,24,0,191,175,2,0,2,46, | ||
1370 | 40,0,64,16,255,255,2,36,0,163,2,60, | ||
1371 | 252,5,66,140,0,0,0,0,43,16,81,0, | ||
1372 | 34,0,64,20,255,255,2,36,64,18,3,0, | ||
1373 | 2,131,3,60,192,246,99,36,33,24,67,0, | ||
1374 | 1,0,2,36,5,0,130,16,2,0,2,36, | ||
1375 | 18,0,130,16,128,16,16,0,36,16,192,8, | ||
1376 | 0,0,0,0,128,128,16,0,33,128,3,2, | ||
1377 | 12,1,4,142,0,163,5,60,248,5,165,140, | ||
1378 | 33,48,32,2,80,68,192,12,36,1,17,174, | ||
1379 | 12,1,4,142,12,1,2,142,33,40,32,2, | ||
1380 | 114,68,192,12,20,1,2,174,36,16,192,8, | ||
1381 | 0,0,0,0,33,16,67,0,20,1,64,172, | ||
1382 | 36,1,64,172,0,163,1,60,42,16,192,8, | ||
1383 | 0,6,32,172,255,255,2,36,0,163,1,60, | ||
1384 | 0,6,34,172,24,0,191,143,20,0,177,143, | ||
1385 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
1386 | 176,133,136,143,188,133,137,143,232,255,189,39, | ||
1387 | 3,0,0,21,16,0,191,175,124,0,32,17, | ||
1388 | 0,0,0,0,12,0,194,148,0,0,0,0, | ||
1389 | 0,26,2,0,2,18,2,0,37,56,98,0, | ||
1390 | 255,255,227,48,221,5,98,44,36,0,64,20, | ||
1391 | 170,170,2,52,0,8,2,36,23,0,98,20, | ||
1392 | 6,8,2,36,21,0,0,17,0,0,0,0, | ||
1393 | 32,0,194,148,30,0,195,148,0,20,2,0, | ||
1394 | 37,56,67,0,36,0,195,148,0,161,2,52, | ||
1395 | 5,0,98,16,8,0,2,36,34,0,195,148, | ||
1396 | 0,0,0,0,98,0,98,20,0,0,0,0, | ||
1397 | 3,0,232,16,255,255,2,36,94,0,226,20, | ||
1398 | 0,0,0,0,226,46,192,12,14,0,6,36, | ||
1399 | 177,16,192,8,0,0,0,0,7,0,98,20, | ||
1400 | 255,255,227,48,71,0,0,17,55,129,2,52, | ||
1401 | 108,43,192,12,14,0,6,36,177,16,192,8, | ||
1402 | 0,0,0,0,162,16,192,8,55,129,2,52, | ||
1403 | 14,0,195,148,0,0,0,0,61,0,98,20, | ||
1404 | 255,255,2,52,16,0,195,144,3,0,2,36, | ||
1405 | 55,0,98,20,255,255,2,52,20,0,194,148, | ||
1406 | 0,0,0,0,0,26,2,0,2,18,2,0, | ||
1407 | 37,56,98,0,255,255,227,48,0,8,2,36, | ||
1408 | 23,0,98,20,6,8,2,36,21,0,0,17, | ||
1409 | 0,0,0,0,40,0,194,148,38,0,195,148, | ||
1410 | 0,20,2,0,37,56,67,0,44,0,195,148, | ||
1411 | 0,161,2,52,5,0,98,16,8,0,2,36, | ||
1412 | 42,0,195,148,0,0,0,0,49,0,98,20, | ||
1413 | 0,0,0,0,3,0,232,16,255,255,2,36, | ||
1414 | 45,0,226,20,0,0,0,0,226,46,192,12, | ||
1415 | 22,0,6,36,177,16,192,8,0,0,0,0, | ||
1416 | 7,0,98,20,255,255,227,48,6,0,0,17, | ||
1417 | 55,129,2,52,108,43,192,12,22,0,6,36, | ||
1418 | 177,16,192,8,0,0,0,0,55,129,2,52, | ||
1419 | 30,0,98,20,0,0,0,0,28,0,32,17, | ||
1420 | 144,15,3,36,38,0,194,148,28,0,198,140, | ||
1421 | 24,0,67,20,0,0,0,0,3,0,201,16, | ||
1422 | 0,0,0,0,20,0,192,20,0,0,0,0, | ||
1423 | 175,16,192,8,22,0,6,36,14,0,195,148, | ||
1424 | 0,0,0,0,14,0,98,20,0,0,0,0, | ||
1425 | 12,0,32,17,144,15,3,36,30,0,194,148, | ||
1426 | 20,0,198,140,8,0,67,20,0,0,0,0, | ||
1427 | 3,0,201,16,0,0,0,0,4,0,192,20, | ||
1428 | 0,0,0,0,14,0,6,36,126,49,192,12, | ||
1429 | 0,0,0,0,16,0,191,143,24,0,189,39, | ||
1430 | 8,0,224,3,0,0,0,0,128,255,189,39, | ||
1431 | 116,0,183,175,33,184,128,0,3,0,3,36, | ||
1432 | 124,0,191,175,120,0,190,175,112,0,182,175, | ||
1433 | 108,0,181,175,104,0,180,175,100,0,179,175, | ||
1434 | 96,0,178,175,92,0,177,175,88,0,176,175, | ||
1435 | 0,0,245,142,8,0,178,140,192,17,21,0, | ||
1436 | 3,131,4,60,33,32,130,0,20,13,132,140, | ||
1437 | 8,0,84,142,0,0,0,0,59,0,131,16, | ||
1438 | 5,0,130,44,57,0,64,16,128,16,4,0, | ||
1439 | 2,131,1,60,33,8,34,0,104,131,34,140, | ||
1440 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
1441 | 44,133,130,143,0,0,0,0,48,0,64,16, | ||
1442 | 6,0,132,38,4,0,131,150,2,131,2,60, | ||
1443 | 68,207,66,148,0,0,0,0,6,0,98,20, | ||
1444 | 33,32,0,0,0,0,130,142,48,129,131,143, | ||
1445 | 0,0,0,0,38,16,67,0,1,0,68,44, | ||
1446 | 72,1,128,16,33,32,160,2,114,42,192,12, | ||
1447 | 33,40,128,2,45,18,192,8,33,32,64,2, | ||
1448 | 44,133,130,143,0,0,0,0,27,0,64,16, | ||
1449 | 6,0,132,38,4,0,131,150,2,131,2,60, | ||
1450 | 68,207,66,148,0,0,0,0,6,0,98,20, | ||
1451 | 33,32,0,0,0,0,130,142,48,129,131,143, | ||
1452 | 0,0,0,0,38,16,67,0,1,0,68,44, | ||
1453 | 5,0,128,16,33,32,160,2,114,42,192,12, | ||
1454 | 33,40,128,2,45,18,192,8,33,32,64,2, | ||
1455 | 6,0,132,38,0,163,6,60,140,1,198,140, | ||
1456 | 0,0,0,0,247,24,192,12,33,40,160,2, | ||
1457 | 45,18,192,8,33,32,64,2,6,0,132,38, | ||
1458 | 0,163,6,60,140,1,198,140,0,0,0,0, | ||
1459 | 247,24,192,12,33,40,160,2,203,24,192,12, | ||
1460 | 33,32,128,2,20,1,227,142,0,0,0,0, | ||
1461 | 14,0,96,16,33,240,64,0,33,32,128,2, | ||
1462 | 16,0,166,39,18,0,69,150,0,0,0,0, | ||
1463 | 9,248,96,0,33,56,192,3,6,0,64,16, | ||
1464 | 33,32,64,2,28,1,226,142,0,0,0,0, | ||
1465 | 1,0,66,36,45,18,192,8,28,1,226,174, | ||
1466 | 132,0,193,7,7,0,2,36,4,0,131,150, | ||
1467 | 2,131,2,60,68,207,66,148,0,0,0,0, | ||
1468 | 6,0,98,20,33,32,0,0,0,0,130,142, | ||
1469 | 48,129,131,143,0,0,0,0,38,16,67,0, | ||
1470 | 1,0,68,44,9,0,128,16,255,255,2,36, | ||
1471 | 44,133,130,143,0,0,0,0,251,0,64,16, | ||
1472 | 33,32,160,2,114,42,192,12,33,40,128,2, | ||
1473 | 45,18,192,8,33,32,64,2,10,0,194,23, | ||
1474 | 0,0,0,0,8,0,160,18,0,0,0,0, | ||
1475 | 36,133,130,143,0,0,0,0,8,0,64,16, | ||
1476 | 1,0,19,36,80,133,147,143,69,17,192,8, | ||
1477 | 0,0,0,0,0,1,226,142,80,133,147,143, | ||
1478 | 1,0,66,36,0,1,226,174,84,133,130,143, | ||
1479 | 0,0,0,0,35,16,83,0,255,255,66,36, | ||
1480 | 17,0,66,162,84,133,130,143,33,128,96,2, | ||
1481 | 42,16,2,2,15,0,64,16,64,18,16,0, | ||
1482 | 2,131,3,60,192,246,99,36,33,136,67,0, | ||
1483 | 5,0,21,18,0,0,0,0,247,22,192,12, | ||
1484 | 33,32,32,2,217,0,64,16,33,16,0,0, | ||
1485 | 84,133,130,143,1,0,16,38,42,16,2,2, | ||
1486 | 246,255,64,20,0,2,49,38,84,133,130,143, | ||
1487 | 33,128,96,2,42,16,2,2,55,0,64,16, | ||
1488 | 64,18,16,0,2,131,3,60,192,246,99,36, | ||
1489 | 33,152,67,0,33,136,64,0,192,177,16,0, | ||
1490 | 41,0,21,18,0,0,0,0,2,131,2,60, | ||
1491 | 33,16,81,0,216,247,66,140,0,0,0,0, | ||
1492 | 15,0,64,16,33,32,128,2,16,0,166,39, | ||
1493 | 18,0,69,150,0,0,0,0,9,248,64,0, | ||
1494 | 33,56,160,2,8,0,64,16,0,0,0,0, | ||
1495 | 2,131,2,60,33,16,81,0,224,247,66,140, | ||
1496 | 0,0,0,0,1,0,66,36,140,17,192,8, | ||
1497 | 32,1,98,174,44,133,130,143,0,0,0,0, | ||
1498 | 7,0,64,16,3,0,8,36,3,131,2,60, | ||
1499 | 33,16,86,0,20,13,66,140,0,0,0,0, | ||
1500 | 6,0,72,20,0,0,0,0,33,32,96,2, | ||
1501 | 6,23,192,12,33,40,64,2,146,17,192,8, | ||
1502 | 0,2,115,38,17,0,66,146,0,0,0,0, | ||
1503 | 255,255,66,36,17,0,66,162,17,0,66,146, | ||
1504 | 0,2,115,38,0,2,49,38,84,133,130,143, | ||
1505 | 1,0,16,38,42,16,2,2,208,255,64,20, | ||
1506 | 128,0,214,38,254,255,2,36,4,0,194,23, | ||
1507 | 33,32,224,2,33,40,64,2,47,16,192,12, | ||
1508 | 33,48,128,2,17,0,66,146,0,0,0,0, | ||
1509 | 140,0,64,16,33,32,64,2,36,18,192,8, | ||
1510 | 0,0,0,0,26,0,194,23,0,0,0,0, | ||
1511 | 36,133,130,143,0,0,0,0,11,0,64,16, | ||
1512 | 33,32,224,2,9,0,160,18,1,0,2,36, | ||
1513 | 17,0,66,162,2,131,4,60,192,246,132,36, | ||
1514 | 6,23,192,12,33,40,64,2,126,0,64,16, | ||
1515 | 33,16,0,0,33,32,224,2,33,40,64,2, | ||
1516 | 47,16,192,12,33,48,128,2,36,133,130,143, | ||
1517 | 0,0,0,0,115,0,64,16,33,32,64,2, | ||
1518 | 116,0,160,22,1,0,2,36,45,18,192,8, | ||
1519 | 0,0,0,0,87,0,213,19,64,130,30,0, | ||
1520 | 2,131,2,60,33,16,80,0,216,247,66,140, | ||
1521 | 0,0,0,0,18,0,64,16,33,32,128,2, | ||
1522 | 16,0,166,39,18,0,69,150,0,0,0,0, | ||
1523 | 9,248,64,0,33,56,160,2,11,0,64,16, | ||
1524 | 33,32,64,2,2,131,2,60,33,16,80,0, | ||
1525 | 224,247,66,140,0,0,0,0,1,0,66,36, | ||
1526 | 2,131,1,60,33,8,48,0,224,247,34,172, | ||
1527 | 45,18,192,8,17,0,128,160,36,133,130,143, | ||
1528 | 0,0,0,0,43,0,64,16,0,0,0,0, | ||
1529 | 41,0,192,19,0,0,0,0,39,0,160,18, | ||
1530 | 64,18,30,0,2,131,16,60,192,246,16,38, | ||
1531 | 33,136,80,0,247,22,192,12,33,32,32,2, | ||
1532 | 74,0,64,16,33,16,0,0,247,22,192,12, | ||
1533 | 33,32,0,2,63,0,64,16,2,0,2,36, | ||
1534 | 17,0,66,162,44,133,130,143,0,0,0,0, | ||
1535 | 7,0,64,16,192,17,30,0,3,131,3,60, | ||
1536 | 33,24,98,0,20,13,99,140,3,0,2,36, | ||
1537 | 6,0,98,20,0,0,0,0,33,32,32,2, | ||
1538 | 6,23,192,12,33,40,64,2,0,18,192,8, | ||
1539 | 0,0,0,0,17,0,66,146,0,0,0,0, | ||
1540 | 255,255,66,36,17,0,66,162,17,0,66,146, | ||
1541 | 2,131,4,60,192,246,132,36,6,23,192,12, | ||
1542 | 33,40,64,2,36,18,192,8,0,0,0,0, | ||
1543 | 44,133,130,143,0,0,0,0,7,0,64,16, | ||
1544 | 192,17,30,0,3,131,3,60,33,24,98,0, | ||
1545 | 20,13,99,140,3,0,2,36,28,0,98,20, | ||
1546 | 0,0,0,0,1,0,2,36,17,0,66,162, | ||
1547 | 64,18,30,0,2,131,4,60,192,246,132,36, | ||
1548 | 32,18,192,8,33,32,68,0,36,133,130,143, | ||
1549 | 0,0,0,0,17,0,64,16,0,0,0,0, | ||
1550 | 15,0,192,19,1,0,2,36,17,0,66,162, | ||
1551 | 2,131,4,60,192,246,132,36,6,23,192,12, | ||
1552 | 33,40,64,2,13,0,64,16,33,16,0,0, | ||
1553 | 252,0,226,142,0,0,0,0,1,0,66,36, | ||
1554 | 47,18,192,8,252,0,226,174,48,18,192,8, | ||
1555 | 33,16,0,0,17,0,64,162,33,32,64,2, | ||
1556 | 152,21,192,12,0,0,0,0,1,0,2,36, | ||
1557 | 124,0,191,143,120,0,190,143,116,0,183,143, | ||
1558 | 112,0,182,143,108,0,181,143,104,0,180,143, | ||
1559 | 100,0,179,143,96,0,178,143,92,0,177,143, | ||
1560 | 88,0,176,143,8,0,224,3,128,0,189,39, | ||
1561 | 216,255,189,39,24,0,178,175,33,144,128,0, | ||
1562 | 32,0,191,175,28,0,179,175,20,0,177,175, | ||
1563 | 16,0,176,175,8,0,177,140,0,0,66,142, | ||
1564 | 8,0,38,142,36,0,64,16,0,0,0,0, | ||
1565 | 28,0,66,142,0,0,0,0,18,0,64,20, | ||
1566 | 1,0,2,36,0,0,194,144,0,0,0,0, | ||
1567 | 1,0,66,48,13,0,64,20,1,0,2,36, | ||
1568 | 4,0,195,148,24,0,66,150,0,0,0,0, | ||
1569 | 6,0,98,20,33,32,0,0,0,0,194,140, | ||
1570 | 20,0,67,142,0,0,0,0,38,16,67,0, | ||
1571 | 1,0,68,44,10,0,128,16,1,0,2,36, | ||
1572 | 17,0,34,162,2,131,4,60,192,246,132,36, | ||
1573 | 6,23,192,12,33,40,32,2,45,0,64,16, | ||
1574 | 33,16,0,0,139,18,192,8,0,0,0,0, | ||
1575 | 17,0,32,162,152,21,192,12,33,32,32,2, | ||
1576 | 144,18,192,8,1,0,2,36,16,0,179,140, | ||
1577 | 0,0,0,0,6,0,96,26,0,0,0,0, | ||
1578 | 32,133,130,143,0,0,0,0,42,16,98,2, | ||
1579 | 15,0,64,20,1,0,2,36,2,131,4,60, | ||
1580 | 248,130,132,36,2,131,16,60,24,131,16,38, | ||
1581 | 33,40,0,2,2,131,7,60,36,131,231,36, | ||
1582 | 15,63,192,12,188,2,6,36,1,0,4,36, | ||
1583 | 33,40,0,2,188,7,192,12,188,2,6,36, | ||
1584 | 1,0,2,36,17,0,34,162,64,18,19,0, | ||
1585 | 2,131,4,60,192,246,132,36,33,32,68,0, | ||
1586 | 6,23,192,12,33,40,32,2,6,0,64,16, | ||
1587 | 33,16,0,0,252,0,66,142,0,0,0,0, | ||
1588 | 1,0,66,36,252,0,66,174,1,0,2,36, | ||
1589 | 32,0,191,143,28,0,179,143,24,0,178,143, | ||
1590 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
1591 | 40,0,189,39,72,255,189,39,164,0,181,175, | ||
1592 | 33,168,128,0,180,0,191,175,176,0,190,175, | ||
1593 | 172,0,183,175,168,0,182,175,160,0,180,175, | ||
1594 | 156,0,179,175,152,0,178,175,148,0,177,175, | ||
1595 | 144,0,176,175,88,0,165,175,120,0,160,175, | ||
1596 | 120,0,168,142,0,0,0,0,96,0,168,175, | ||
1597 | 124,0,169,142,0,0,0,0,15,2,160,24, | ||
1598 | 104,0,169,175,96,0,168,143,0,0,0,0, | ||
1599 | 0,0,4,149,0,0,0,0,0,128,130,48, | ||
1600 | 9,2,64,16,0,0,0,0,128,0,160,175, | ||
1601 | 8,0,2,141,136,0,169,142,255,255,8,36, | ||
1602 | 18,0,72,16,112,0,169,175,112,0,169,143, | ||
1603 | 0,0,0,0,0,0,35,141,4,0,40,141, | ||
1604 | 128,0,169,143,255,63,98,48,33,72,34,1, | ||
1605 | 0,128,99,48,112,0,168,175,246,255,96,16, | ||
1606 | 128,0,169,175,96,0,168,143,0,0,0,0, | ||
1607 | 8,0,2,141,128,0,169,151,0,0,0,0, | ||
1608 | 18,0,73,164,0,32,130,48,200,1,64,16, | ||
1609 | 0,0,0,0,40,133,130,143,0,0,0,0, | ||
1610 | 75,0,64,16,3,0,8,36,96,0,168,143, | ||
1611 | 0,0,0,0,8,0,16,141,0,0,162,142, | ||
1612 | 8,0,5,142,30,0,64,16,0,0,0,0, | ||
1613 | 28,0,162,142,0,0,0,0,18,0,64,20, | ||
1614 | 1,0,9,36,0,0,162,144,0,0,0,0, | ||
1615 | 1,0,66,48,13,0,64,20,0,0,0,0, | ||
1616 | 4,0,163,148,24,0,162,150,0,0,0,0, | ||
1617 | 6,0,98,20,33,32,0,0,0,0,162,140, | ||
1618 | 20,0,163,142,0,0,0,0,38,16,67,0, | ||
1619 | 1,0,68,44,6,0,128,16,1,0,9,36, | ||
1620 | 17,0,9,162,2,131,4,60,192,246,132,36, | ||
1621 | 18,19,192,8,33,40,0,2,17,0,0,162, | ||
1622 | 130,20,192,8,33,32,0,2,16,0,17,141, | ||
1623 | 0,0,0,0,6,0,32,26,0,0,0,0, | ||
1624 | 32,133,130,143,0,0,0,0,42,16,34,2, | ||
1625 | 15,0,64,20,1,0,9,36,2,131,4,60, | ||
1626 | 248,130,132,36,2,131,5,60,24,131,165,36, | ||
1627 | 2,131,7,60,36,131,231,36,15,63,192,12, | ||
1628 | 188,2,6,36,1,0,4,36,2,131,5,60, | ||
1629 | 24,131,165,36,188,7,192,12,188,2,6,36, | ||
1630 | 1,0,9,36,17,0,9,162,64,34,17,0, | ||
1631 | 2,131,8,60,192,246,8,37,33,32,136,0, | ||
1632 | 33,40,0,2,6,23,192,12,0,0,0,0, | ||
1633 | 112,1,64,16,33,16,0,0,252,0,162,142, | ||
1634 | 0,0,0,0,1,0,66,36,132,20,192,8, | ||
1635 | 252,0,162,174,0,0,182,142,96,0,169,143, | ||
1636 | 192,17,22,0,8,0,50,141,3,131,3,60, | ||
1637 | 33,24,98,0,20,13,99,140,8,0,84,142, | ||
1638 | 0,0,0,0,59,0,104,16,5,0,98,44, | ||
1639 | 57,0,64,16,128,16,3,0,2,131,1,60, | ||
1640 | 33,8,34,0,128,131,34,140,0,0,0,0, | ||
1641 | 8,0,64,0,0,0,0,0,44,133,130,143, | ||
1642 | 0,0,0,0,48,0,64,16,6,0,132,38, | ||
1643 | 4,0,131,150,2,131,2,60,68,207,66,148, | ||
1644 | 0,0,0,0,6,0,98,20,33,32,0,0, | ||
1645 | 0,0,130,142,48,129,131,143,0,0,0,0, | ||
1646 | 38,16,67,0,1,0,68,44,67,1,128,16, | ||
1647 | 33,32,192,2,114,42,192,12,33,40,128,2, | ||
1648 | 130,20,192,8,33,32,64,2,44,133,130,143, | ||
1649 | 0,0,0,0,27,0,64,16,6,0,132,38, | ||
1650 | 4,0,131,150,2,131,2,60,68,207,66,148, | ||
1651 | 0,0,0,0,6,0,98,20,33,32,0,0, | ||
1652 | 0,0,130,142,48,129,131,143,0,0,0,0, | ||
1653 | 38,16,67,0,1,0,68,44,5,0,128,16, | ||
1654 | 33,32,192,2,114,42,192,12,33,40,128,2, | ||
1655 | 130,20,192,8,33,32,64,2,6,0,132,38, | ||
1656 | 0,163,6,60,140,1,198,140,0,0,0,0, | ||
1657 | 247,24,192,12,33,40,192,2,130,20,192,8, | ||
1658 | 33,32,64,2,6,0,132,38,0,163,6,60, | ||
1659 | 140,1,198,140,0,0,0,0,247,24,192,12, | ||
1660 | 33,40,192,2,203,24,192,12,33,32,128,2, | ||
1661 | 20,1,163,142,0,0,0,0,14,0,96,16, | ||
1662 | 33,240,64,0,33,32,128,2,16,0,166,39, | ||
1663 | 18,0,69,150,0,0,0,0,9,248,96,0, | ||
1664 | 33,56,192,3,6,0,64,16,33,32,64,2, | ||
1665 | 28,1,162,142,0,0,0,0,1,0,66,36, | ||
1666 | 130,20,192,8,28,1,162,174,132,0,193,7, | ||
1667 | 7,0,2,36,4,0,131,150,2,131,2,60, | ||
1668 | 68,207,66,148,0,0,0,0,6,0,98,20, | ||
1669 | 33,32,0,0,0,0,130,142,48,129,131,143, | ||
1670 | 0,0,0,0,38,16,67,0,1,0,68,44, | ||
1671 | 9,0,128,16,255,255,9,36,44,133,130,143, | ||
1672 | 0,0,0,0,246,0,64,16,33,32,192,2, | ||
1673 | 114,42,192,12,33,40,128,2,130,20,192,8, | ||
1674 | 33,32,64,2,10,0,201,23,0,0,0,0, | ||
1675 | 8,0,192,18,0,0,0,0,36,133,130,143, | ||
1676 | 0,0,0,0,8,0,64,16,1,0,19,36, | ||
1677 | 80,133,147,143,159,19,192,8,0,0,0,0, | ||
1678 | 0,1,162,142,80,133,147,143,1,0,66,36, | ||
1679 | 0,1,162,174,84,133,130,143,0,0,0,0, | ||
1680 | 35,16,83,0,255,255,66,36,17,0,66,162, | ||
1681 | 84,133,130,143,33,136,96,2,42,16,34,2, | ||
1682 | 15,0,64,16,64,18,17,0,2,131,8,60, | ||
1683 | 192,246,8,37,33,128,72,0,5,0,54,18, | ||
1684 | 0,0,0,0,247,22,192,12,33,32,0,2, | ||
1685 | 212,0,64,16,33,16,0,0,84,133,130,143, | ||
1686 | 1,0,49,38,42,16,34,2,246,255,64,20, | ||
1687 | 0,2,16,38,84,133,130,143,33,136,96,2, | ||
1688 | 42,16,34,2,55,0,64,16,64,18,17,0, | ||
1689 | 2,131,9,60,192,246,41,37,33,152,73,0, | ||
1690 | 33,128,64,0,192,185,17,0,41,0,54,18, | ||
1691 | 0,0,0,0,2,131,2,60,33,16,80,0, | ||
1692 | 216,247,66,140,0,0,0,0,15,0,64,16, | ||
1693 | 33,32,128,2,16,0,166,39,18,0,69,150, | ||
1694 | 0,0,0,0,9,248,64,0,33,56,192,2, | ||
1695 | 8,0,64,16,0,0,0,0,2,131,2,60, | ||
1696 | 33,16,80,0,224,247,66,140,0,0,0,0, | ||
1697 | 1,0,66,36,230,19,192,8,32,1,98,174, | ||
1698 | 44,133,130,143,0,0,0,0,7,0,64,16, | ||
1699 | 3,0,8,36,3,131,2,60,33,16,87,0, | ||
1700 | 20,13,66,140,0,0,0,0,6,0,72,20, | ||
1701 | 0,0,0,0,33,32,96,2,6,23,192,12, | ||
1702 | 33,40,64,2,236,19,192,8,0,2,115,38, | ||
1703 | 17,0,66,146,0,0,0,0,255,255,66,36, | ||
1704 | 17,0,66,162,17,0,66,146,0,2,115,38, | ||
1705 | 0,2,16,38,84,133,130,143,1,0,49,38, | ||
1706 | 42,16,34,2,208,255,64,20,128,0,247,38, | ||
1707 | 254,255,2,36,4,0,194,23,33,32,160,2, | ||
1708 | 33,40,64,2,47,16,192,12,33,48,128,2, | ||
1709 | 17,0,66,146,0,0,0,0,135,0,64,16, | ||
1710 | 33,32,64,2,22,19,192,8,0,0,0,0, | ||
1711 | 26,0,194,23,0,0,0,0,36,133,130,143, | ||
1712 | 0,0,0,0,11,0,64,16,33,32,160,2, | ||
1713 | 9,0,192,18,1,0,9,36,17,0,73,162, | ||
1714 | 2,131,4,60,192,246,132,36,6,23,192,12, | ||
1715 | 33,40,64,2,121,0,64,16,33,16,0,0, | ||
1716 | 33,32,160,2,33,40,64,2,47,16,192,12, | ||
1717 | 33,48,128,2,36,133,130,143,0,0,0,0, | ||
1718 | 110,0,64,16,33,32,64,2,111,0,192,22, | ||
1719 | 1,0,2,36,130,20,192,8,0,0,0,0, | ||
1720 | 89,0,214,19,64,130,30,0,2,131,2,60, | ||
1721 | 33,16,80,0,216,247,66,140,0,0,0,0, | ||
1722 | 18,0,64,16,33,32,128,2,16,0,166,39, | ||
1723 | 18,0,69,150,0,0,0,0,9,248,64,0, | ||
1724 | 33,56,192,2,11,0,64,16,33,32,64,2, | ||
1725 | 2,131,8,60,192,246,8,37,2,131,2,60, | ||
1726 | 33,16,80,0,224,247,66,140,33,24,8,2, | ||
1727 | 1,0,66,36,32,1,98,172,130,20,192,8, | ||
1728 | 17,0,128,160,36,133,130,143,0,0,0,0, | ||
1729 | 44,0,64,16,0,0,0,0,42,0,192,19, | ||
1730 | 0,0,0,0,40,0,192,18,64,18,30,0, | ||
1731 | 2,131,9,60,192,246,41,37,33,128,73,0, | ||
1732 | 247,22,192,12,33,32,0,2,69,0,64,16, | ||
1733 | 33,16,0,0,2,131,4,60,247,22,192,12, | ||
1734 | 192,246,132,36,57,0,64,16,2,0,2,36, | ||
1735 | 17,0,66,162,44,133,130,143,0,0,0,0, | ||
1736 | 7,0,64,16,192,17,30,0,3,131,1,60, | ||
1737 | 33,8,34,0,20,13,34,140,3,0,8,36, | ||
1738 | 6,0,72,20,0,0,0,0,33,32,0,2, | ||
1739 | 6,23,192,12,33,40,64,2,91,20,192,8, | ||
1740 | 0,0,0,0,17,0,66,146,0,0,0,0, | ||
1741 | 255,255,66,36,17,0,66,162,17,0,66,146, | ||
1742 | 2,131,4,60,192,246,132,36,6,23,192,12, | ||
1743 | 33,40,64,2,22,19,192,8,0,0,0,0, | ||
1744 | 44,133,130,143,0,0,0,0,7,0,64,16, | ||
1745 | 192,17,30,0,3,131,1,60,33,8,34,0, | ||
1746 | 20,13,34,140,3,0,9,36,22,0,73,20, | ||
1747 | 0,0,0,0,1,0,8,36,17,0,72,162, | ||
1748 | 64,34,30,0,2,131,9,60,192,246,41,37, | ||
1749 | 33,32,137,0,18,19,192,8,33,40,64,2, | ||
1750 | 36,133,130,143,0,0,0,0,10,0,64,16, | ||
1751 | 0,0,0,0,8,0,192,19,1,0,8,36, | ||
1752 | 17,0,72,162,2,131,4,60,192,246,132,36, | ||
1753 | 18,19,192,8,33,40,64,2,133,20,192,8, | ||
1754 | 33,16,0,0,17,0,64,162,33,32,64,2, | ||
1755 | 152,21,192,12,0,0,0,0,1,0,2,36, | ||
1756 | 52,0,64,16,0,0,0,0,152,0,162,142, | ||
1757 | 0,0,0,0,1,0,66,36,152,0,162,174, | ||
1758 | 156,0,162,142,168,0,163,142,1,0,66,36, | ||
1759 | 156,0,162,174,128,0,169,143,0,0,0,0, | ||
1760 | 33,24,105,0,163,20,192,8,168,0,163,174, | ||
1761 | 152,0,162,142,160,0,163,142,1,0,66,36, | ||
1762 | 1,0,99,36,152,0,162,174,160,0,163,174, | ||
1763 | 96,0,168,143,0,0,0,0,8,0,2,141, | ||
1764 | 255,255,9,36,4,0,73,16,0,0,0,0, | ||
1765 | 8,0,4,141,152,21,192,12,0,0,0,0, | ||
1766 | 120,0,168,143,112,0,169,143,1,0,8,37, | ||
1767 | 120,0,168,175,136,0,169,174,96,0,168,143, | ||
1768 | 8,128,2,52,0,0,0,165,2,0,2,165, | ||
1769 | 104,0,169,143,8,0,2,36,2,0,34,165, | ||
1770 | 4,0,40,141,96,0,169,143,104,0,168,175, | ||
1771 | 4,0,41,141,120,0,168,143,96,0,169,175, | ||
1772 | 88,0,169,143,0,0,0,0,42,16,9,1, | ||
1773 | 243,253,64,20,0,0,0,0,96,0,168,143, | ||
1774 | 44,0,163,142,120,0,168,174,104,0,169,143, | ||
1775 | 0,0,0,0,124,0,169,174,0,0,98,148, | ||
1776 | 0,0,0,0,0,16,66,48,43,0,64,16, | ||
1777 | 0,0,0,0,2,0,98,148,0,0,0,0, | ||
1778 | 39,0,64,20,0,0,0,0,0,0,2,149, | ||
1779 | 0,0,0,0,35,0,64,20,0,0,0,0, | ||
1780 | 2,0,2,149,8,0,3,36,255,255,66,48, | ||
1781 | 30,0,67,20,0,0,0,0,136,0,162,142, | ||
1782 | 0,0,0,0,12,0,66,140,0,0,0,0, | ||
1783 | 0,128,66,48,23,0,64,20,0,0,0,0, | ||
1784 | 164,0,162,142,44,0,163,142,1,0,66,36, | ||
1785 | 164,0,162,174,8,0,104,172,136,0,162,142, | ||
1786 | 0,0,0,0,8,0,2,173,44,0,163,142, | ||
1787 | 16,16,2,36,2,0,98,164,0,0,162,142, | ||
1788 | 0,0,0,0,5,0,64,20,0,0,0,0, | ||
1789 | 164,7,192,12,0,0,0,0,239,20,192,8, | ||
1790 | 0,0,0,0,8,0,162,142,0,0,0,0, | ||
1791 | 0,0,64,172,180,0,191,143,176,0,190,143, | ||
1792 | 172,0,183,143,168,0,182,143,164,0,181,143, | ||
1793 | 160,0,180,143,156,0,179,143,152,0,178,143, | ||
1794 | 148,0,177,143,144,0,176,143,8,0,224,3, | ||
1795 | 184,0,189,39,216,255,189,39,28,0,177,175, | ||
1796 | 33,136,128,0,32,0,178,175,33,144,160,0, | ||
1797 | 96,128,132,39,6,0,37,38,24,0,176,175, | ||
1798 | 104,128,144,39,36,0,191,175,31,21,192,12, | ||
1799 | 33,48,0,2,108,128,132,39,33,40,32,2, | ||
1800 | 31,21,192,12,33,48,0,2,10,0,64,26, | ||
1801 | 33,128,0,0,116,128,132,39,33,16,17,2, | ||
1802 | 12,0,69,144,0,0,0,0,15,63,192,12, | ||
1803 | 1,0,16,38,42,16,18,2,248,255,64,20, | ||
1804 | 0,0,0,0,124,128,132,39,15,63,192,12, | ||
1805 | 0,0,0,0,36,0,191,143,32,0,178,143, | ||
1806 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
1807 | 40,0,189,39,208,255,189,39,40,0,191,175, | ||
1808 | 2,0,162,144,0,0,163,144,1,0,167,144, | ||
1809 | 16,0,162,175,3,0,162,144,33,64,128,0, | ||
1810 | 20,0,162,175,4,0,162,144,2,131,4,60, | ||
1811 | 68,131,132,36,24,0,162,175,5,0,162,144, | ||
1812 | 33,40,0,1,32,0,166,175,33,48,96,0, | ||
1813 | 15,63,192,12,28,0,162,175,40,0,191,143, | ||
1814 | 48,0,189,39,8,0,224,3,0,0,0,0, | ||
1815 | 248,255,189,39,136,0,135,140,255,255,163,36, | ||
1816 | 12,0,160,16,33,48,224,0,255,255,5,36, | ||
1817 | 12,0,194,140,0,0,0,0,0,128,66,48, | ||
1818 | 8,0,64,20,33,16,0,0,255,255,99,36, | ||
1819 | 0,0,192,172,4,0,198,140,247,255,101,20, | ||
1820 | 0,0,0,0,136,0,134,172,33,16,224,0, | ||
1821 | 8,0,224,3,8,0,189,39,224,255,189,39, | ||
1822 | 16,0,176,175,33,128,160,0,28,0,191,175, | ||
1823 | 24,0,178,175,33,0,128,20,20,0,177,175, | ||
1824 | 84,133,130,143,80,133,131,143,0,0,0,0, | ||
1825 | 35,16,67,0,17,0,2,162,80,133,145,143, | ||
1826 | 84,133,130,143,0,0,0,0,42,16,34,2, | ||
1827 | 19,0,64,16,64,18,17,0,2,131,3,60, | ||
1828 | 192,246,99,36,33,144,67,0,33,32,64,2, | ||
1829 | 6,23,192,12,33,40,0,2,6,0,64,20, | ||
1830 | 0,0,0,0,17,0,2,146,0,0,0,0, | ||
1831 | 255,255,66,36,17,0,2,162,17,0,2,146, | ||
1832 | 84,133,130,143,1,0,49,38,42,16,34,2, | ||
1833 | 242,255,64,20,0,2,82,38,17,0,2,146, | ||
1834 | 144,21,192,8,0,0,0,0,36,133,130,143, | ||
1835 | 0,0,0,0,25,0,64,16,1,0,2,36, | ||
1836 | 0,0,130,140,0,0,0,0,20,0,64,16, | ||
1837 | 2,0,2,36,17,0,2,162,6,23,192,12, | ||
1838 | 33,40,0,2,19,0,64,16,33,16,0,0, | ||
1839 | 2,131,4,60,192,246,132,36,6,23,192,12, | ||
1840 | 33,40,0,2,7,0,64,20,0,0,0,0, | ||
1841 | 17,0,2,146,0,0,0,0,255,255,66,36, | ||
1842 | 17,0,2,162,17,0,2,146,0,0,0,0, | ||
1843 | 144,21,192,8,1,0,2,36,1,0,2,36, | ||
1844 | 17,0,2,162,6,23,192,12,33,40,0,2, | ||
1845 | 28,0,191,143,24,0,178,143,20,0,177,143, | ||
1846 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
1847 | 0,0,0,0,0,0,0,0,0,129,9,52, | ||
1848 | 16,0,130,144,2,131,3,60,192,246,99,36, | ||
1849 | 64,18,2,0,33,56,67,0,140,0,230,140, | ||
1850 | 0,1,8,36,4,0,197,140,0,0,131,140, | ||
1851 | 0,0,128,172,12,0,137,172,4,0,164,172, | ||
1852 | 12,0,200,172,33,48,160,0,216,0,226,140, | ||
1853 | 33,40,128,0,1,0,66,36,0,128,99,48, | ||
1854 | 4,0,96,20,216,0,226,172,4,0,132,140, | ||
1855 | 161,21,192,8,0,0,0,0,8,0,224,3, | ||
1856 | 140,0,230,172,0,0,0,0,0,0,0,0, | ||
1857 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1858 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1859 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1860 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1861 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1862 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1863 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1864 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1865 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1866 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1867 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1868 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1869 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1870 | 0,0,0,0,8,0,224,3,0,0,0,0, | ||
1871 | 172,0,128,172,176,0,128,172,180,0,128,172, | ||
1872 | 184,0,128,172,188,0,128,172,192,0,128,172, | ||
1873 | 196,0,128,172,200,0,128,172,204,0,128,172, | ||
1874 | 208,0,128,172,212,0,128,172,224,0,128,172, | ||
1875 | 8,1,128,172,4,1,128,172,236,0,128,172, | ||
1876 | 240,0,128,172,232,0,128,172,244,0,128,172, | ||
1877 | 8,0,224,3,248,0,128,172,224,255,189,39, | ||
1878 | 16,0,176,175,33,128,128,0,20,0,177,175, | ||
1879 | 0,2,17,36,24,0,191,175,13,8,192,12, | ||
1880 | 0,48,4,36,255,31,3,60,255,255,99,52, | ||
1881 | 33,32,0,0,36,16,67,0,0,128,3,60, | ||
1882 | 37,40,67,0,33,24,160,0,0,128,6,52, | ||
1883 | 1,0,132,36,24,0,98,36,0,0,96,164, | ||
1884 | 2,0,102,164,4,0,98,172,33,24,64,0, | ||
1885 | 42,16,145,0,249,255,64,20,1,0,132,36, | ||
1886 | 255,255,132,36,64,16,17,0,33,16,81,0, | ||
1887 | 192,16,2,0,33,16,69,0,48,0,163,36, | ||
1888 | 236,255,69,172,108,0,3,174,104,0,3,174, | ||
1889 | 96,0,5,174,100,0,2,174,24,0,191,143, | ||
1890 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
1891 | 32,0,189,39,248,255,189,39,0,32,14,60, | ||
1892 | 4,0,177,175,7,0,17,60,0,0,176,175, | ||
1893 | 4,0,16,60,2,131,25,60,192,246,57,39, | ||
1894 | 0,1,15,36,108,0,152,140,104,0,137,140, | ||
1895 | 176,0,140,140,180,0,141,140,94,0,56,17, | ||
1896 | 0,0,0,0,4,0,43,141,0,0,0,0, | ||
1897 | 37,16,110,1,0,0,66,148,0,0,0,0, | ||
1898 | 0,128,66,48,86,0,64,16,37,16,46,1, | ||
1899 | 0,0,67,140,0,0,0,0,36,16,113,0, | ||
1900 | 76,0,80,20,0,32,98,48,41,0,64,20, | ||
1901 | 15,0,98,48,188,0,130,140,0,0,0,0, | ||
1902 | 1,0,66,36,188,0,130,172,0,8,98,48, | ||
1903 | 6,0,64,16,0,4,98,48,192,0,130,140, | ||
1904 | 0,0,0,0,1,0,66,36,192,0,130,172, | ||
1905 | 0,4,98,48,6,0,64,16,0,2,98,48, | ||
1906 | 196,0,130,140,0,0,0,0,1,0,66,36, | ||
1907 | 196,0,130,172,0,2,98,48,6,0,64,16, | ||
1908 | 0,1,98,48,200,0,130,140,0,0,0,0, | ||
1909 | 1,0,66,36,200,0,130,172,0,1,98,48, | ||
1910 | 6,0,64,16,32,0,98,48,204,0,130,140, | ||
1911 | 0,0,0,0,1,0,66,36,204,0,130,172, | ||
1912 | 32,0,98,48,6,0,64,16,15,0,98,48, | ||
1913 | 208,0,130,140,0,0,0,0,1,0,66,36, | ||
1914 | 208,0,130,172,15,0,98,48,212,0,131,140, | ||
1915 | 8,0,37,141,33,24,98,0,212,0,131,172, | ||
1916 | 17,0,162,144,1,0,140,37,255,255,66,36, | ||
1917 | 17,0,162,160,25,0,64,20,37,24,46,1, | ||
1918 | 16,0,162,144,1,0,173,37,64,18,2,0, | ||
1919 | 33,64,89,0,140,0,7,141,0,129,10,52, | ||
1920 | 4,0,230,140,0,0,163,140,0,0,160,172, | ||
1921 | 12,0,170,172,4,0,197,172,12,0,239,172, | ||
1922 | 33,56,192,0,216,0,2,141,33,48,160,0, | ||
1923 | 1,0,66,36,0,128,99,48,4,0,96,20, | ||
1924 | 216,0,2,173,4,0,165,140,114,22,192,8, | ||
1925 | 0,0,0,0,140,0,7,173,37,24,46,1, | ||
1926 | 0,128,2,60,0,0,98,172,40,22,192,8, | ||
1927 | 33,72,96,1,104,0,137,172,176,0,140,172, | ||
1928 | 180,0,141,172,4,0,177,143,0,0,176,143, | ||
1929 | 8,0,224,3,8,0,189,39,224,255,189,39, | ||
1930 | 16,0,176,175,33,128,128,0,24,0,191,175, | ||
1931 | 20,0,177,175,44,0,17,142,0,0,0,0, | ||
1932 | 0,0,34,150,0,0,0,0,0,32,66,48, | ||
1933 | 89,0,64,16,0,0,0,0,2,0,34,150, | ||
1934 | 0,0,0,0,0,1,66,48,84,0,64,20, | ||
1935 | 0,0,0,0,27,22,192,12,0,0,0,0, | ||
1936 | 104,0,4,142,0,0,0,0,2,0,130,148, | ||
1937 | 0,128,3,52,255,255,66,48,75,0,67,16, | ||
1938 | 0,0,0,0,224,0,2,142,0,0,0,0, | ||
1939 | 1,0,66,36,224,0,2,174,4,0,36,174, | ||
1940 | 0,0,128,164,4,0,130,140,0,0,0,0, | ||
1941 | 0,0,64,164,0,0,2,142,0,0,0,0, | ||
1942 | 51,0,64,16,0,33,2,36,2,0,34,150, | ||
1943 | 0,0,0,0,47,0,64,16,0,33,2,36, | ||
1944 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1945 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1946 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1947 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1948 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1949 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1950 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1951 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1952 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1953 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1954 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1955 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1956 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1957 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
1958 | 2,0,34,150,0,0,0,0,211,255,64,20, | ||
1959 | 0,33,2,36,2,0,34,166,0,0,2,142, | ||
1960 | 0,0,0,0,5,0,64,16,0,0,0,0, | ||
1961 | 8,0,2,142,0,0,0,0,242,22,192,8, | ||
1962 | 0,0,64,172,164,7,192,12,0,0,0,0, | ||
1963 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
1964 | 8,0,224,3,32,0,189,39,108,0,133,140, | ||
1965 | 0,0,0,0,4,0,162,140,0,0,0,0, | ||
1966 | 4,0,67,140,104,0,130,140,0,0,0,0, | ||
1967 | 5,0,98,20,33,16,160,0,184,0,131,140, | ||
1968 | 33,16,0,0,1,0,99,36,184,0,131,172, | ||
1969 | 8,0,224,3,0,0,0,0,224,255,189,39, | ||
1970 | 16,0,176,175,33,128,128,0,28,0,191,175, | ||
1971 | 24,0,178,175,20,0,177,175,108,0,18,142, | ||
1972 | 8,1,6,142,44,0,17,142,4,0,66,142, | ||
1973 | 104,0,7,142,4,0,66,140,18,0,163,148, | ||
1974 | 172,0,4,142,0,0,0,0,6,0,71,20, | ||
1975 | 255,255,99,48,184,0,3,142,33,16,0,0, | ||
1976 | 1,0,99,36,157,23,192,8,184,0,3,174, | ||
1977 | 33,48,195,0,1,0,130,36,172,0,2,174, | ||
1978 | 8,1,6,174,8,0,162,140,4,1,3,142, | ||
1979 | 0,0,70,144,33,32,64,2,8,0,69,174, | ||
1980 | 12,0,64,174,1,0,194,48,2,0,64,16, | ||
1981 | 1,0,98,36,4,1,2,174,0,0,2,142, | ||
1982 | 0,0,0,0,35,0,64,20,0,0,0,0, | ||
1983 | 18,0,162,148,0,0,0,0,255,255,66,48, | ||
1984 | 12,0,66,174,0,0,34,150,0,0,0,0, | ||
1985 | 0,32,66,48,24,0,64,16,12,0,2,36, | ||
1986 | 2,0,34,150,0,0,0,0,0,1,66,48, | ||
1987 | 19,0,64,20,12,0,2,36,4,0,242,16, | ||
1988 | 0,0,0,0,27,22,192,12,33,32,0,2, | ||
1989 | 12,0,2,36,2,0,66,166,104,0,4,142, | ||
1990 | 0,0,0,0,0,0,128,164,4,0,130,140, | ||
1991 | 0,0,0,0,0,0,64,164,0,33,2,36, | ||
1992 | 4,0,36,174,164,7,192,12,2,0,34,166, | ||
1993 | 154,23,192,8,0,0,0,0,154,23,192,8, | ||
1994 | 2,0,130,164,0,0,34,150,0,0,0,0, | ||
1995 | 0,32,66,48,69,0,64,16,12,0,2,36, | ||
1996 | 4,0,242,16,0,0,0,0,27,22,192,12, | ||
1997 | 33,32,0,2,12,0,2,36,2,0,66,166, | ||
1998 | 104,0,4,142,0,0,0,0,0,0,128,164, | ||
1999 | 4,0,130,140,0,0,0,0,0,0,64,164, | ||
2000 | 4,0,36,174,2,0,34,150,0,0,0,0, | ||
2001 | 47,0,64,16,0,33,2,36,0,0,0,0, | ||
2002 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2003 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2004 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2005 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2006 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2007 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2008 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2009 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2010 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2011 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2012 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2013 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2014 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
2015 | 0,0,0,0,0,0,0,0,2,0,34,150, | ||
2016 | 0,0,0,0,211,255,64,20,0,33,2,36, | ||
2017 | 2,0,34,166,8,0,2,142,0,0,0,0, | ||
2018 | 154,23,192,8,0,0,64,172,2,0,66,166, | ||
2019 | 4,0,67,142,1,0,2,36,108,0,3,174, | ||
2020 | 28,0,191,143,24,0,178,143,20,0,177,143, | ||
2021 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
2022 | 216,255,189,39,20,0,177,175,33,136,128,0, | ||
2023 | 24,0,178,175,2,131,18,60,192,131,82,38, | ||
2024 | 28,0,179,175,0,1,19,36,32,0,191,175, | ||
2025 | 16,0,176,175,104,0,48,142,108,0,34,142, | ||
2026 | 0,0,0,0,4,0,2,22,0,0,0,0, | ||
2027 | 2,0,2,150,245,23,192,8,0,0,0,0, | ||
2028 | 2,0,2,150,0,0,0,0,7,0,66,48, | ||
2029 | 11,0,64,20,33,40,64,2,2,131,4,60, | ||
2030 | 160,131,132,36,2,131,7,60,252,131,231,36, | ||
2031 | 15,63,192,12,0,2,6,36,1,0,4,36, | ||
2032 | 33,40,64,2,188,7,192,12,0,2,6,36, | ||
2033 | 2,0,2,150,4,0,3,36,7,0,66,48, | ||
2034 | 40,0,67,20,0,128,2,52,8,0,3,142, | ||
2035 | 0,0,0,0,17,0,98,144,0,0,0,0, | ||
2036 | 255,255,66,36,17,0,98,160,17,0,98,144, | ||
2037 | 0,0,0,0,30,0,64,20,0,128,2,52, | ||
2038 | 180,0,34,142,33,32,96,0,1,0,66,36, | ||
2039 | 180,0,34,174,16,0,130,144,2,131,3,60, | ||
2040 | 192,246,99,36,64,18,2,0,33,56,67,0, | ||
2041 | 140,0,230,140,0,129,8,52,4,0,197,140, | ||
2042 | 0,0,131,140,0,0,128,172,12,0,136,172, | ||
2043 | 4,0,164,172,12,0,211,172,33,48,160,0, | ||
2044 | 216,0,226,140,33,40,128,0,1,0,66,36, | ||
2045 | 0,128,99,48,4,0,96,20,216,0,226,172, | ||
2046 | 4,0,132,140,223,23,192,8,0,0,0,0, | ||
2047 | 140,0,230,172,0,128,2,52,2,0,2,166, | ||
2048 | 0,0,0,166,4,0,16,142,174,23,192,8, | ||
2049 | 0,0,0,0,44,0,35,142,104,0,48,174, | ||
2050 | 0,0,98,148,0,0,0,0,0,32,66,52, | ||
2051 | 0,0,98,164,32,0,191,143,28,0,179,143, | ||
2052 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
2053 | 8,0,224,3,40,0,189,39,0,163,2,60, | ||
2054 | 0,1,66,52,0,0,66,140,2,131,3,60, | ||
2055 | 192,6,99,36,255,3,66,48,60,0,66,36, | ||
2056 | 0,128,66,52,8,0,224,3,0,0,98,172, | ||
2057 | 208,255,189,39,28,0,177,175,33,136,128,0, | ||
2058 | 32,0,178,175,33,144,160,0,24,0,176,175, | ||
2059 | 0,163,16,60,0,163,2,60,164,1,66,140, | ||
2060 | 0,1,16,54,44,0,191,175,40,0,180,175, | ||
2061 | 4,0,64,20,36,0,179,175,60,0,2,36, | ||
2062 | 0,163,1,60,164,1,34,172,0,163,2,60, | ||
2063 | 164,1,66,140,0,0,0,0,221,5,66,40, | ||
2064 | 3,0,64,20,220,5,2,36,0,163,1,60, | ||
2065 | 164,1,34,172,0,163,3,60,164,1,99,140, | ||
2066 | 255,255,2,36,21,0,98,20,0,0,0,0, | ||
2067 | 128,128,130,143,0,0,0,0,5,0,67,20, | ||
2068 | 2,0,5,36,130,11,192,12,0,0,0,0, | ||
2069 | 128,128,130,175,2,0,5,36,10,0,6,36, | ||
2070 | 128,128,132,143,0,131,7,60,8,96,231,36, | ||
2071 | 156,11,192,12,16,0,160,175,0,0,2,142, | ||
2072 | 2,131,3,60,192,6,99,36,255,3,66,48, | ||
2073 | 66,24,192,8,64,0,66,36,0,163,2,60, | ||
2074 | 164,1,66,140,2,131,3,60,192,6,99,36, | ||
2075 | 0,128,66,52,0,0,98,172,255,31,4,60, | ||
2076 | 255,255,132,52,2,131,2,60,208,6,66,36, | ||
2077 | 36,16,68,0,0,160,5,60,37,16,69,0, | ||
2078 | 2,131,3,60,176,12,99,36,2,131,1,60, | ||
2079 | 196,6,32,172,2,131,1,60,200,6,34,172, | ||
2080 | 12,0,2,36,0,0,96,164,2,131,1,60, | ||
2081 | 178,12,34,164,6,0,65,6,36,16,100,0, | ||
2082 | 37,16,69,0,2,131,1,60,180,12,34,172, | ||
2083 | 99,24,192,8,255,31,18,60,2,131,2,60, | ||
2084 | 178,12,66,148,0,0,0,0,0,128,66,52, | ||
2085 | 2,131,1,60,178,12,34,164,255,31,18,60, | ||
2086 | 255,255,82,54,2,131,2,60,192,6,66,36, | ||
2087 | 36,16,82,0,0,160,20,60,37,16,84,0, | ||
2088 | 2,131,1,60,184,12,34,172,2,131,1,60, | ||
2089 | 188,12,32,172,44,0,34,142,0,0,0,0, | ||
2090 | 0,0,66,148,2,131,19,60,176,12,115,38, | ||
2091 | 0,32,66,48,15,0,64,20,33,40,0,0, | ||
2092 | 2,131,4,60,160,131,132,36,2,131,16,60, | ||
2093 | 192,131,16,38,33,40,0,2,2,131,7,60, | ||
2094 | 24,132,231,36,15,63,192,12,71,2,6,36, | ||
2095 | 1,0,4,36,33,40,0,2,188,7,192,12, | ||
2096 | 71,2,6,36,33,40,0,0,33,48,0,0, | ||
2097 | 36,16,114,2,44,0,35,142,37,16,84,0, | ||
2098 | 4,0,98,172,44,0,36,142,208,7,7,36, | ||
2099 | 129,67,192,12,2,0,132,36,12,0,64,20, | ||
2100 | 0,0,0,0,44,0,34,142,0,0,0,0, | ||
2101 | 2,0,69,148,2,131,4,60,15,63,192,12, | ||
2102 | 56,132,132,36,255,255,4,36,2,131,5,60, | ||
2103 | 192,131,165,36,188,7,192,12,79,2,6,36, | ||
2104 | 44,0,34,142,0,33,3,36,2,0,67,164, | ||
2105 | 8,0,34,142,0,0,0,0,0,0,64,172, | ||
2106 | 44,0,191,143,40,0,180,143,36,0,179,143, | ||
2107 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
2108 | 8,0,224,3,48,0,189,39,232,255,189,39, | ||
2109 | 128,128,132,143,0,128,2,52,16,0,191,175, | ||
2110 | 2,131,1,60,3,0,128,4,178,12,34,164, | ||
2111 | 177,11,192,12,0,0,0,0,16,0,191,143, | ||
2112 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
2113 | 8,0,224,3,0,0,0,0,0,0,0,0, | ||
2114 | 0,0,0,0,240,255,2,52,2,131,1,60, | ||
2115 | 33,8,34,0,208,12,32,172,240,255,66,36, | ||
2116 | 251,255,65,4,0,0,0,0,2,131,2,60, | ||
2117 | 208,12,66,36,0,163,1,60,12,1,32,172, | ||
2118 | 0,163,1,60,212,5,34,172,1,0,2,60, | ||
2119 | 148,133,128,175,144,133,128,175,0,163,1,60, | ||
2120 | 8,0,224,3,216,5,34,172,0,0,136,148, | ||
2121 | 4,0,138,148,1,0,2,49,34,0,64,20, | ||
2122 | 2,0,137,148,0,25,10,0,38,24,106,0, | ||
2123 | 38,24,105,0,240,255,99,48,2,131,15,60, | ||
2124 | 208,12,239,37,33,40,111,0,68,133,142,143, | ||
2125 | 128,0,3,36,0,0,162,140,4,0,171,148, | ||
2126 | 23,0,64,16,43,16,194,1,9,0,64,16, | ||
2127 | 6,0,172,148,7,0,11,21,8,0,173,148, | ||
2128 | 5,0,44,21,0,0,0,0,3,0,77,21, | ||
2129 | 10,0,162,148,8,0,224,3,0,0,0,0, | ||
2130 | 255,255,99,36,10,0,96,16,240,255,165,36, | ||
2131 | 43,16,175,0,238,255,64,16,0,0,162,140, | ||
2132 | 248,127,229,37,248,127,165,36,218,24,192,8, | ||
2133 | 0,0,162,140,8,0,224,3,254,255,2,36, | ||
2134 | 8,0,224,3,255,255,2,36,8,0,224,3, | ||
2135 | 0,0,0,0,0,0,136,148,68,133,142,143, | ||
2136 | 1,0,2,49,53,0,64,20,2,0,137,148, | ||
2137 | 0,131,2,60,4,0,138,148,12,1,89,140, | ||
2138 | 0,25,10,0,38,24,106,0,38,24,105,0, | ||
2139 | 240,255,99,48,2,131,15,60,208,12,239,37, | ||
2140 | 33,56,111,0,128,0,3,36,0,0,248,140, | ||
2141 | 4,0,235,148,43,16,216,1,14,0,64,16, | ||
2142 | 6,0,236,148,24,0,11,21,8,0,237,148, | ||
2143 | 22,0,44,21,255,127,2,60,20,0,77,21, | ||
2144 | 255,255,66,52,43,16,2,3,2,0,64,16, | ||
2145 | 33,16,198,1,0,0,226,172,10,0,229,164, | ||
2146 | 8,0,224,3,0,0,2,36,3,0,0,23, | ||
2147 | 1,0,57,35,0,131,2,60,12,1,89,172, | ||
2148 | 33,16,198,1,0,0,226,172,10,0,229,164, | ||
2149 | 4,0,232,164,6,0,233,164,8,0,234,164, | ||
2150 | 8,0,224,3,1,0,2,36,255,255,99,36, | ||
2151 | 11,0,96,16,0,0,0,0,240,255,231,36, | ||
2152 | 43,16,239,0,221,255,64,16,0,0,248,140, | ||
2153 | 248,127,231,37,248,127,231,36,8,25,192,8, | ||
2154 | 0,0,248,140,8,0,224,3,0,0,2,36, | ||
2155 | 144,133,130,143,0,0,0,0,1,0,66,32, | ||
2156 | 144,133,130,175,8,0,224,3,255,255,2,36, | ||
2157 | 8,0,224,3,0,0,0,0,164,128,130,143, | ||
2158 | 0,0,0,0,7,0,130,20,232,255,189,39, | ||
2159 | 160,128,130,143,2,131,3,60,208,12,99,36, | ||
2160 | 0,17,2,0,108,25,192,8,33,16,67,0, | ||
2161 | 42,16,130,0,3,0,64,16,255,255,2,36, | ||
2162 | 164,128,128,175,160,128,130,175,164,128,130,143, | ||
2163 | 160,128,131,143,35,48,130,0,1,0,101,36, | ||
2164 | 0,16,162,40,25,0,64,16,0,25,5,0, | ||
2165 | 68,133,135,143,2,131,2,60,33,16,67,0, | ||
2166 | 208,12,66,140,0,0,0,0,43,16,226,0, | ||
2167 | 4,0,64,16,0,0,0,0,255,255,198,36, | ||
2168 | 6,0,192,16,0,16,162,40,1,0,165,36, | ||
2169 | 0,16,162,40,243,255,64,20,16,0,99,36, | ||
2170 | 0,16,162,40,7,0,64,16,0,25,5,0, | ||
2171 | 2,131,2,60,208,12,66,36,160,128,133,175, | ||
2172 | 164,128,132,175,108,25,192,8,33,16,98,0, | ||
2173 | 33,16,0,0,255,255,3,36,164,128,128,175, | ||
2174 | 160,128,131,175,8,0,224,3,24,0,189,39, | ||
2175 | 0,0,0,0,0,0,0,0,24,255,189,39, | ||
2176 | 228,0,191,175,224,0,190,175,220,0,183,175, | ||
2177 | 216,0,182,175,212,0,181,175,208,0,180,175, | ||
2178 | 204,0,179,175,200,0,178,175,196,0,177,175, | ||
2179 | 192,0,176,175,44,28,192,12,0,0,0,0, | ||
2180 | 176,128,132,39,15,63,192,12,1,0,17,36, | ||
2181 | 24,0,176,39,164,68,192,12,33,32,0,2, | ||
2182 | 24,0,162,131,0,0,0,0,137,25,192,8, | ||
2183 | 32,0,8,36,0,0,2,130,32,0,8,36, | ||
2184 | 253,255,72,16,1,0,16,38,255,255,16,38, | ||
2185 | 9,0,8,36,249,255,72,16,1,0,16,38, | ||
2186 | 255,255,16,38,0,0,2,146,0,0,0,0, | ||
2187 | 208,255,66,36,10,0,66,44,27,0,64,16, | ||
2188 | 33,32,0,2,33,40,0,0,212,68,192,12, | ||
2189 | 33,48,0,0,0,0,3,146,0,0,0,0, | ||
2190 | 208,255,99,36,10,0,99,44,9,0,96,16, | ||
2191 | 33,136,64,0,1,0,16,38,0,0,2,146, | ||
2192 | 0,0,0,0,208,255,66,36,10,0,66,44, | ||
2193 | 251,255,64,20,1,0,16,38,255,255,16,38, | ||
2194 | 0,0,2,130,32,0,8,36,253,255,72,16, | ||
2195 | 1,0,16,38,255,255,16,38,9,0,8,36, | ||
2196 | 249,255,72,16,1,0,16,38,255,255,16,38, | ||
2197 | 0,0,2,130,0,0,3,146,0,0,0,0, | ||
2198 | 22,0,64,16,104,0,180,39,32,0,8,36, | ||
2199 | 19,0,72,16,9,0,8,36,17,0,72,16, | ||
2200 | 32,0,5,36,9,0,4,36,208,255,98,36, | ||
2201 | 10,0,66,44,12,0,64,20,0,0,0,0, | ||
2202 | 1,0,16,38,0,0,131,162,0,0,2,130, | ||
2203 | 0,0,3,146,0,0,0,0,5,0,64,16, | ||
2204 | 1,0,148,38,3,0,69,16,0,0,0,0, | ||
2205 | 243,255,68,20,208,255,98,36,0,0,128,162, | ||
2206 | 104,0,180,39,0,0,2,130,32,0,8,36, | ||
2207 | 253,255,72,16,1,0,16,38,255,255,16,38, | ||
2208 | 9,0,8,36,249,255,72,16,1,0,16,38, | ||
2209 | 255,255,16,38,33,240,0,2,0,0,196,131, | ||
2210 | 0,0,0,0,32,69,192,12,144,0,190,175, | ||
2211 | 11,0,64,16,33,32,192,3,33,40,0,0, | ||
2212 | 212,68,192,12,33,48,0,0,33,152,64,0, | ||
2213 | 33,32,192,3,33,40,0,0,44,69,192,12, | ||
2214 | 16,0,6,36,232,25,192,8,33,144,64,0, | ||
2215 | 255,255,18,36,255,255,19,36,0,0,3,130, | ||
2216 | 0,0,2,146,0,0,0,0,17,0,96,16, | ||
2217 | 32,0,8,36,15,0,104,16,1,0,16,38, | ||
2218 | 255,255,16,38,32,0,4,36,0,22,2,0, | ||
2219 | 3,22,2,0,9,0,8,36,8,0,72,16, | ||
2220 | 0,0,0,0,1,0,16,38,0,0,3,130, | ||
2221 | 0,0,2,146,3,0,96,16,0,0,0,0, | ||
2222 | 246,255,100,20,0,22,2,0,0,0,2,130, | ||
2223 | 32,0,8,36,253,255,72,16,1,0,16,38, | ||
2224 | 255,255,16,38,9,0,8,36,249,255,72,16, | ||
2225 | 1,0,16,38,255,255,16,38,33,184,0,2, | ||
2226 | 33,32,224,2,33,40,0,0,212,68,192,12, | ||
2227 | 33,48,0,0,33,32,224,2,33,40,0,0, | ||
2228 | 16,0,6,36,44,69,192,12,33,176,64,0, | ||
2229 | 0,0,227,130,0,0,0,0,15,0,96,16, | ||
2230 | 33,168,64,0,32,0,8,36,12,0,104,16, | ||
2231 | 32,0,3,36,0,0,2,130,9,0,8,36, | ||
2232 | 8,0,72,16,0,0,0,0,1,0,16,38, | ||
2233 | 0,0,2,130,0,0,0,0,3,0,64,16, | ||
2234 | 0,0,0,0,248,255,67,20,0,0,0,0, | ||
2235 | 0,0,131,130,0,0,0,0,121,0,98,44, | ||
2236 | 244,1,64,16,128,16,3,0,2,131,1,60, | ||
2237 | 33,8,34,0,160,138,34,140,0,0,0,0, | ||
2238 | 8,0,64,0,0,0,0,0,1,0,131,130, | ||
2239 | 104,0,2,36,26,0,98,16,105,0,98,40, | ||
2240 | 7,0,64,16,116,0,2,36,34,0,96,16, | ||
2241 | 98,0,2,36,11,0,98,16,0,0,0,0, | ||
2242 | 26,28,192,8,0,0,0,0,5,0,98,16, | ||
2243 | 119,0,8,36,27,0,104,16,33,16,32,2, | ||
2244 | 26,28,192,8,0,0,0,0,4,162,2,60, | ||
2245 | 33,144,66,2,2,0,130,130,0,0,0,0, | ||
2246 | 214,1,64,20,0,0,0,0,2,131,4,60, | ||
2247 | 108,132,132,36,0,0,70,146,82,26,192,8, | ||
2248 | 0,0,0,0,2,0,130,130,0,0,0,0, | ||
2249 | 205,1,64,20,0,0,0,0,2,131,4,60, | ||
2250 | 120,132,132,36,0,0,70,150,0,0,0,0, | ||
2251 | 15,63,192,12,33,40,64,2,125,25,192,8, | ||
2252 | 0,0,0,0,33,16,32,2,37,255,64,16, | ||
2253 | 255,255,49,38,0,0,80,142,2,131,4,60, | ||
2254 | 132,132,132,36,33,40,64,2,4,0,82,38, | ||
2255 | 15,63,192,12,33,48,0,2,33,16,32,2, | ||
2256 | 247,255,64,20,255,255,49,38,125,25,192,8, | ||
2257 | 0,0,0,0,1,0,131,130,104,0,2,36, | ||
2258 | 23,0,98,16,105,0,98,40,7,0,64,16, | ||
2259 | 116,0,2,36,25,0,96,16,98,0,2,36, | ||
2260 | 11,0,98,16,0,0,0,0,26,28,192,8, | ||
2261 | 0,0,0,0,5,0,98,16,119,0,8,36, | ||
2262 | 17,0,104,16,0,0,0,0,26,28,192,8, | ||
2263 | 0,0,0,0,4,162,2,60,33,144,66,2, | ||
2264 | 2,0,130,130,0,0,0,0,158,1,64,20, | ||
2265 | 0,0,0,0,125,25,192,8,0,0,85,162, | ||
2266 | 2,0,130,130,0,0,0,0,152,1,64,20, | ||
2267 | 0,0,0,0,125,25,192,8,0,0,85,166, | ||
2268 | 125,25,192,8,0,0,85,174,0,163,16,60, | ||
2269 | 31,163,17,60,255,255,49,54,0,0,2,142, | ||
2270 | 0,0,0,0,4,0,82,20,0,0,0,0, | ||
2271 | 180,128,132,39,15,63,192,12,33,40,0,2, | ||
2272 | 4,0,16,38,43,16,48,2,246,255,64,16, | ||
2273 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2274 | 33,16,32,2,228,254,64,16,255,255,49,38, | ||
2275 | 33,32,96,2,164,32,192,12,33,40,192,2, | ||
2276 | 33,16,32,2,251,255,64,20,255,255,49,38, | ||
2277 | 125,25,192,8,0,0,0,0,1,0,130,130, | ||
2278 | 0,0,0,0,117,1,64,20,33,32,32,2, | ||
2279 | 133,29,192,12,33,40,96,2,125,25,192,8, | ||
2280 | 0,0,0,0,33,32,96,2,33,40,32,2, | ||
2281 | 234,31,192,12,33,48,192,2,125,25,192,8, | ||
2282 | 0,0,0,0,1,0,130,130,0,0,0,0, | ||
2283 | 103,1,64,20,33,16,32,2,200,254,64,16, | ||
2284 | 255,255,49,38,33,32,96,2,33,40,192,2, | ||
2285 | 182,29,192,12,33,48,0,2,33,16,32,2, | ||
2286 | 250,255,64,20,255,255,49,38,125,25,192,8, | ||
2287 | 0,0,0,0,33,32,32,2,33,40,96,2, | ||
2288 | 33,48,192,2,38,30,192,12,33,56,0,2, | ||
2289 | 125,25,192,8,0,0,0,0,5,162,2,60, | ||
2290 | 0,0,69,144,2,131,4,60,15,63,192,12, | ||
2291 | 144,132,132,36,125,25,192,8,0,0,0,0, | ||
2292 | 0,163,1,60,20,1,32,172,14,0,32,18, | ||
2293 | 33,128,0,0,164,7,192,12,1,0,16,38, | ||
2294 | 143,63,192,12,0,0,0,0,143,63,192,12, | ||
2295 | 0,0,0,0,143,63,192,12,0,0,0,0, | ||
2296 | 143,63,192,12,0,0,0,0,43,16,17,2, | ||
2297 | 244,255,64,20,0,0,0,0,184,63,192,12, | ||
2298 | 0,0,0,0,0,163,16,60,20,1,16,142, | ||
2299 | 0,0,0,0,7,0,17,22,33,40,32,2, | ||
2300 | 2,131,4,60,164,132,132,36,15,63,192,12, | ||
2301 | 33,40,32,2,125,25,192,8,0,0,0,0, | ||
2302 | 2,131,4,60,188,132,132,36,15,63,192,12, | ||
2303 | 33,48,0,2,125,25,192,8,0,0,0,0, | ||
2304 | 0,0,226,130,7,162,8,60,16,0,64,16, | ||
2305 | 33,144,72,2,33,16,32,2,134,254,64,16, | ||
2306 | 255,255,49,38,0,0,85,174,2,131,4,60, | ||
2307 | 132,132,132,36,33,40,64,2,15,63,192,12, | ||
2308 | 33,48,160,2,4,0,82,38,33,16,32,2, | ||
2309 | 247,255,64,20,255,255,49,38,125,25,192,8, | ||
2310 | 0,0,0,0,33,16,32,2,119,254,64,16, | ||
2311 | 255,255,49,38,0,0,80,142,2,131,4,60, | ||
2312 | 132,132,132,36,33,40,64,2,4,0,82,38, | ||
2313 | 15,63,192,12,33,48,0,2,33,16,32,2, | ||
2314 | 247,255,64,20,255,255,49,38,125,25,192,8, | ||
2315 | 0,0,0,0,7,162,16,60,64,0,17,38, | ||
2316 | 2,131,4,60,228,132,132,36,33,40,0,2, | ||
2317 | 0,0,6,142,0,0,0,0,15,63,192,12, | ||
2318 | 4,0,16,38,42,16,17,2,247,255,64,20, | ||
2319 | 7,162,8,60,128,0,16,37,176,0,17,37, | ||
2320 | 2,131,4,60,228,132,132,36,33,40,0,2, | ||
2321 | 0,0,6,142,0,0,0,0,15,63,192,12, | ||
2322 | 4,0,16,38,42,16,17,2,247,255,64,20, | ||
2323 | 7,162,8,60,192,0,16,37,240,0,17,37, | ||
2324 | 2,131,4,60,228,132,132,36,33,40,0,2, | ||
2325 | 0,0,6,142,0,0,0,0,15,63,192,12, | ||
2326 | 4,0,16,38,42,16,17,2,247,255,64,20, | ||
2327 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2328 | 1,0,130,130,0,0,0,0,222,0,64,20, | ||
2329 | 33,16,32,2,63,254,64,16,255,255,49,38, | ||
2330 | 33,32,96,2,213,29,192,12,33,40,160,2, | ||
2331 | 33,16,32,2,251,255,64,20,255,255,49,38, | ||
2332 | 125,25,192,8,0,0,0,0,1,0,130,130, | ||
2333 | 0,0,0,0,208,0,64,20,33,16,32,2, | ||
2334 | 49,254,64,16,255,255,49,38,33,32,96,2, | ||
2335 | 161,31,192,12,33,40,192,2,33,16,32,2, | ||
2336 | 251,255,64,20,255,255,49,38,125,25,192,8, | ||
2337 | 0,0,0,0,33,16,32,2,38,254,64,16, | ||
2338 | 255,255,49,38,208,32,192,12,33,32,0,0, | ||
2339 | 33,32,0,0,164,32,192,12,33,40,0,0, | ||
2340 | 40,29,192,12,0,0,0,0,133,29,192,12, | ||
2341 | 255,255,4,36,33,16,32,2,245,255,64,20, | ||
2342 | 255,255,49,38,125,25,192,8,0,0,0,0, | ||
2343 | 1,0,131,130,87,0,2,36,27,0,98,16, | ||
2344 | 88,0,98,40,7,0,64,16,114,0,2,36, | ||
2345 | 37,0,96,16,82,0,2,36,9,0,98,16, | ||
2346 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2347 | 5,0,98,16,119,0,8,36,15,0,104,16, | ||
2348 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2349 | 2,0,130,130,0,0,0,0,159,0,64,20, | ||
2350 | 0,0,0,0,60,65,192,12,33,32,96,2, | ||
2351 | 184,128,132,39,33,40,96,2,15,63,192,12, | ||
2352 | 33,48,64,0,125,25,192,8,0,0,0,0, | ||
2353 | 2,0,130,130,0,0,0,0,147,0,64,20, | ||
2354 | 33,32,96,2,162,65,192,12,33,40,160,2, | ||
2355 | 242,253,64,20,33,40,160,2,2,131,4,60, | ||
2356 | 8,133,132,36,15,63,192,12,33,48,96,2, | ||
2357 | 125,25,192,8,0,0,0,0,33,16,32,2, | ||
2358 | 233,253,64,16,255,255,49,38,40,29,192,12, | ||
2359 | 0,0,0,0,33,16,32,2,252,255,64,20, | ||
2360 | 255,255,49,38,125,25,192,8,0,0,0,0, | ||
2361 | 1,0,133,130,87,0,2,36,29,0,162,16, | ||
2362 | 88,0,162,40,5,0,64,16,82,0,2,36, | ||
2363 | 11,0,162,16,33,16,32,2,125,25,192,8, | ||
2364 | 0,0,0,0,114,0,2,36,5,0,162,16, | ||
2365 | 119,0,8,36,19,0,168,16,33,32,64,2, | ||
2366 | 125,25,192,8,0,0,0,0,33,16,32,2, | ||
2367 | 206,253,64,16,255,255,49,38,168,69,192,12, | ||
2368 | 33,32,64,2,184,128,132,39,33,40,64,2, | ||
2369 | 15,63,192,12,33,48,64,0,1,0,82,38, | ||
2370 | 33,16,32,2,247,255,64,20,255,255,49,38, | ||
2371 | 125,25,192,8,0,0,0,0,33,32,64,2, | ||
2372 | 29,70,192,12,33,40,160,2,189,253,64,20, | ||
2373 | 33,40,160,2,2,131,4,60,40,133,132,36, | ||
2374 | 15,63,192,12,33,48,64,2,125,25,192,8, | ||
2375 | 0,0,0,0,144,0,164,143,122,28,192,12, | ||
2376 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2377 | 33,16,96,2,175,253,64,16,255,255,115,38, | ||
2378 | 143,63,192,12,0,0,0,0,33,16,96,2, | ||
2379 | 252,255,64,20,255,255,115,38,125,25,192,8, | ||
2380 | 0,0,0,0,33,16,32,2,165,253,64,16, | ||
2381 | 255,255,49,38,33,32,96,2,208,32,192,12, | ||
2382 | 33,40,192,2,33,16,32,2,251,255,64,20, | ||
2383 | 255,255,49,38,125,25,192,8,0,0,0,0, | ||
2384 | 1,0,130,146,0,0,0,0,159,255,66,36, | ||
2385 | 0,22,2,0,3,30,2,0,24,0,98,44, | ||
2386 | 27,0,64,16,128,16,3,0,2,131,1,60, | ||
2387 | 33,8,34,0,136,140,34,140,0,0,0,0, | ||
2388 | 8,0,64,0,0,0,0,0,12,33,192,12, | ||
2389 | 33,32,64,2,125,25,192,8,0,0,0,0, | ||
2390 | 15,33,192,12,33,32,96,2,125,25,192,8, | ||
2391 | 0,0,0,0,18,33,192,12,33,32,96,2, | ||
2392 | 125,25,192,8,0,0,0,0,22,33,192,12, | ||
2393 | 33,32,96,2,125,25,192,8,0,0,0,0, | ||
2394 | 25,33,192,12,33,32,64,2,125,25,192,8, | ||
2395 | 0,0,0,0,33,32,64,2,7,33,192,12, | ||
2396 | 33,40,192,2,125,25,192,8,0,0,0,0, | ||
2397 | 16,0,182,175,33,32,32,2,33,40,192,3, | ||
2398 | 33,48,224,2,161,33,192,12,33,56,160,2, | ||
2399 | 125,25,192,8,0,0,0,0,33,136,0,0, | ||
2400 | 2,131,4,60,72,133,132,36,15,63,192,12, | ||
2401 | 1,0,49,38,32,0,34,46,250,255,64,20, | ||
2402 | 0,0,0,0,125,25,192,8,0,0,0,0, | ||
2403 | 2,131,4,60,92,133,132,36,15,63,192,12, | ||
2404 | 33,40,128,2,123,25,192,8,0,0,0,0, | ||
2405 | 228,0,191,143,224,0,190,143,220,0,183,143, | ||
2406 | 216,0,182,143,212,0,181,143,208,0,180,143, | ||
2407 | 204,0,179,143,200,0,178,143,196,0,177,143, | ||
2408 | 192,0,176,143,8,0,224,3,232,0,189,39, | ||
2409 | 232,255,189,39,2,131,5,60,192,154,165,36, | ||
2410 | 20,0,191,175,16,0,176,175,0,0,162,140, | ||
2411 | 0,0,0,0,9,0,64,16,33,128,160,0, | ||
2412 | 0,0,5,142,192,128,132,39,15,63,192,12, | ||
2413 | 4,0,16,38,0,0,2,142,0,0,0,0, | ||
2414 | 249,255,64,20,0,0,0,0,20,0,191,143, | ||
2415 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
2416 | 0,0,132,144,0,0,0,0,208,255,130,36, | ||
2417 | 10,0,66,44,4,0,64,16,0,22,4,0, | ||
2418 | 3,22,2,0,89,28,192,8,208,255,66,36, | ||
2419 | 159,255,130,36,6,0,66,44,4,0,64,16, | ||
2420 | 0,22,4,0,3,22,2,0,89,28,192,8, | ||
2421 | 169,255,66,36,191,255,130,36,6,0,66,44, | ||
2422 | 3,0,64,20,0,22,4,0,89,28,192,8, | ||
2423 | 255,255,2,36,3,22,2,0,201,255,66,36, | ||
2424 | 8,0,224,3,0,0,0,0,216,255,189,39, | ||
2425 | 24,0,178,175,33,144,128,0,32,0,191,175, | ||
2426 | 28,0,179,175,20,0,177,175,16,0,176,175, | ||
2427 | 0,0,81,142,0,0,0,0,65,28,192,12, | ||
2428 | 33,32,32,2,33,24,64,0,255,255,19,36, | ||
2429 | 9,0,115,16,0,129,3,0,65,28,192,12, | ||
2430 | 1,0,36,38,33,24,64,0,4,0,115,16, | ||
2431 | 2,0,34,38,0,0,66,174,115,28,192,8, | ||
2432 | 37,16,3,2,255,255,2,36,32,0,191,143, | ||
2433 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
2434 | 16,0,176,143,8,0,224,3,40,0,189,39, | ||
2435 | 176,255,189,39,64,0,180,175,33,160,128,0, | ||
2436 | 72,0,191,175,68,0,181,175,60,0,179,175, | ||
2437 | 56,0,178,175,52,0,177,175,48,0,176,175, | ||
2438 | 0,0,130,130,0,0,0,0,53,0,64,20, | ||
2439 | 33,128,0,0,27,67,192,12,33,32,0,0, | ||
2440 | 1,0,4,36,27,67,192,12,33,128,64,0, | ||
2441 | 2,0,4,36,27,67,192,12,33,136,64,0, | ||
2442 | 33,24,64,0,255,255,2,36,5,0,2,18, | ||
2443 | 0,0,0,0,3,0,34,18,0,0,0,0, | ||
2444 | 6,0,98,20,255,255,2,52,2,131,4,60, | ||
2445 | 15,63,192,12,60,137,132,36,29,29,192,8, | ||
2446 | 0,0,0,0,5,0,2,18,0,0,0,0, | ||
2447 | 3,0,34,18,0,0,0,0,6,0,98,20, | ||
2448 | 1,0,2,50,2,131,4,60,15,63,192,12, | ||
2449 | 104,137,132,36,29,29,192,8,0,0,0,0, | ||
2450 | 6,0,64,16,255,0,5,50,2,131,4,60, | ||
2451 | 15,63,192,12,132,137,132,36,29,29,192,8, | ||
2452 | 0,0,0,0,2,131,4,60,176,137,132,36, | ||
2453 | 3,50,16,0,3,18,17,0,16,0,162,175, | ||
2454 | 255,0,98,48,20,0,162,175,3,18,3,0, | ||
2455 | 255,0,39,50,15,63,192,12,24,0,162,175, | ||
2456 | 29,29,192,8,0,0,0,0,40,0,180,175, | ||
2457 | 58,0,21,36,32,0,19,36,255,255,18,36, | ||
2458 | 32,0,177,39,40,0,162,143,0,0,0,0, | ||
2459 | 0,0,67,128,0,0,0,0,3,0,117,16, | ||
2460 | 0,0,0,0,3,0,115,20,0,0,0,0, | ||
2461 | 1,0,66,36,40,0,162,175,91,28,192,12, | ||
2462 | 40,0,164,39,33,24,64,0,75,0,114,16, | ||
2463 | 0,0,0,0,40,0,162,143,0,0,35,166, | ||
2464 | 0,0,67,128,0,0,0,0,3,0,117,16, | ||
2465 | 0,0,0,0,3,0,115,20,0,0,0,0, | ||
2466 | 1,0,66,36,40,0,162,175,91,28,192,12, | ||
2467 | 40,0,164,39,33,24,64,0,60,0,114,16, | ||
2468 | 1,0,16,38,0,0,34,150,0,26,3,0, | ||
2469 | 37,16,67,0,0,0,34,166,3,0,2,42, | ||
2470 | 220,255,64,20,2,0,49,38,32,0,165,151, | ||
2471 | 0,0,0,0,1,0,162,48,7,0,64,16, | ||
2472 | 0,0,0,0,2,131,4,60,208,137,132,36, | ||
2473 | 15,63,192,12,255,0,165,48,25,29,192,8, | ||
2474 | 0,0,0,0,36,0,162,151,0,0,0,0, | ||
2475 | 0,7,66,48,6,0,64,16,0,0,0,0, | ||
2476 | 2,131,4,60,15,63,192,12,0,138,132,36, | ||
2477 | 25,29,192,8,0,0,0,0,255,66,192,12, | ||
2478 | 33,32,0,0,1,0,4,36,34,0,165,151, | ||
2479 | 0,0,0,0,255,66,192,12,33,128,0,0, | ||
2480 | 36,0,165,151,0,0,0,0,255,66,192,12, | ||
2481 | 2,0,4,36,2,131,4,60,15,63,192,12, | ||
2482 | 32,138,132,36,2,131,4,60,80,138,132,36, | ||
2483 | 15,63,192,12,33,40,0,2,196,128,132,39, | ||
2484 | 200,128,134,39,31,21,192,12,32,0,165,39, | ||
2485 | 36,0,162,151,1,0,16,38,0,1,66,36, | ||
2486 | 36,0,162,167,8,0,2,42,7,0,64,16, | ||
2487 | 0,0,0,0,8,29,192,8,0,0,0,0, | ||
2488 | 2,131,4,60,116,138,132,36,15,63,192,12, | ||
2489 | 33,40,128,2,72,0,191,143,68,0,181,143, | ||
2490 | 64,0,180,143,60,0,179,143,56,0,178,143, | ||
2491 | 52,0,177,143,48,0,176,143,8,0,224,3, | ||
2492 | 80,0,189,39,0,0,0,0,0,0,0,0, | ||
2493 | 224,255,189,39,16,0,176,175,33,128,0,0, | ||
2494 | 20,0,177,175,33,136,0,0,24,0,191,175, | ||
2495 | 33,32,0,2,162,65,192,12,33,40,0,0, | ||
2496 | 43,0,64,16,0,0,0,0,1,0,16,38, | ||
2497 | 64,0,2,42,249,255,64,20,33,32,0,2, | ||
2498 | 33,128,0,0,85,85,17,36,33,32,0,2, | ||
2499 | 162,65,192,12,85,85,5,36,32,0,64,16, | ||
2500 | 0,0,0,0,1,0,16,38,64,0,2,42, | ||
2501 | 249,255,64,20,33,32,0,2,33,128,0,0, | ||
2502 | 170,170,17,52,33,32,0,2,162,65,192,12, | ||
2503 | 170,170,5,52,21,0,64,16,0,0,0,0, | ||
2504 | 1,0,16,38,64,0,2,42,249,255,64,20, | ||
2505 | 33,32,0,2,33,128,0,0,255,255,17,52, | ||
2506 | 33,32,0,2,162,65,192,12,255,255,5,52, | ||
2507 | 10,0,64,16,0,0,0,0,1,0,16,38, | ||
2508 | 64,0,2,42,249,255,64,20,33,32,0,2, | ||
2509 | 2,131,4,60,15,63,192,12,240,140,132,36, | ||
2510 | 101,29,192,8,0,0,0,0,60,65,192,12, | ||
2511 | 33,32,0,2,2,131,4,60,4,141,132,36, | ||
2512 | 33,40,32,2,33,48,0,2,15,63,192,12, | ||
2513 | 33,56,64,0,24,0,191,143,20,0,177,143, | ||
2514 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
2515 | 0,0,0,0,0,0,0,0,232,255,189,39, | ||
2516 | 16,0,191,175,210,7,192,12,0,0,0,0, | ||
2517 | 139,14,192,12,0,0,0,0,180,10,192,12, | ||
2518 | 0,0,0,0,32,133,132,143,1,0,2,36, | ||
2519 | 42,16,68,0,9,0,64,16,0,2,3,36, | ||
2520 | 64,34,4,0,2,131,1,60,33,8,35,0, | ||
2521 | 196,246,32,172,0,2,99,36,42,16,100,0, | ||
2522 | 250,255,64,20,0,0,0,0,16,0,191,143, | ||
2523 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
2524 | 208,255,189,39,24,0,178,175,33,144,128,0, | ||
2525 | 32,0,180,175,33,160,160,0,44,0,191,175, | ||
2526 | 40,0,182,175,36,0,181,175,28,0,179,175, | ||
2527 | 20,0,177,175,3,0,128,26,16,0,176,175, | ||
2528 | 149,29,192,8,1,0,147,38,1,0,20,36, | ||
2529 | 32,133,147,143,255,255,82,38,255,255,2,36, | ||
2530 | 20,0,66,18,255,255,21,36,2,131,22,60, | ||
2531 | 192,246,214,38,108,29,192,12,33,128,128,2, | ||
2532 | 42,16,19,2,10,0,64,16,64,18,16,0, | ||
2533 | 33,136,86,0,242,21,192,12,33,32,32,2, | ||
2534 | 133,12,192,12,33,32,0,2,1,0,16,38, | ||
2535 | 42,16,19,2,249,255,64,20,0,2,49,38, | ||
2536 | 255,255,82,38,240,255,85,22,0,0,0,0, | ||
2537 | 44,0,191,143,40,0,182,143,36,0,181,143, | ||
2538 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
2539 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
2540 | 48,0,189,39,216,255,189,39,24,0,178,175, | ||
2541 | 33,144,160,0,28,0,179,175,33,152,192,0, | ||
2542 | 32,0,191,175,20,0,177,175,3,0,128,24, | ||
2543 | 16,0,176,175,195,29,192,8,1,0,145,36, | ||
2544 | 1,0,4,36,32,133,145,143,33,128,128,0, | ||
2545 | 42,16,17,2,8,0,64,16,33,32,0,2, | ||
2546 | 33,40,64,2,250,29,192,12,33,48,96,2, | ||
2547 | 1,0,16,38,42,16,17,2,250,255,64,20, | ||
2548 | 33,32,0,2,32,0,191,143,28,0,179,143, | ||
2549 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
2550 | 8,0,224,3,40,0,189,39,224,255,189,39, | ||
2551 | 24,0,191,175,20,0,177,175,3,0,128,24, | ||
2552 | 16,0,176,175,222,29,192,8,1,0,145,36, | ||
2553 | 1,0,4,36,32,133,145,143,33,128,128,0, | ||
2554 | 42,16,17,2,7,0,64,16,0,0,0,0, | ||
2555 | 237,29,192,12,33,32,0,2,1,0,16,38, | ||
2556 | 42,16,17,2,251,255,64,20,0,0,0,0, | ||
2557 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
2558 | 8,0,224,3,32,0,189,39,64,34,4,0, | ||
2559 | 2,131,2,60,192,246,66,36,33,32,130,0, | ||
2560 | 44,0,131,140,1,0,2,36,32,0,130,172, | ||
2561 | 16,0,2,36,2,0,98,164,8,0,130,140, | ||
2562 | 0,0,0,0,8,0,224,3,0,0,64,172, | ||
2563 | 208,255,189,39,33,48,128,0,64,18,6,0, | ||
2564 | 2,131,3,60,192,246,99,36,36,0,177,175, | ||
2565 | 33,136,67,0,40,0,191,175,32,0,176,175, | ||
2566 | 4,0,34,142,0,0,0,0,4,0,64,20, | ||
2567 | 33,128,160,0,1,0,4,36,133,29,192,12, | ||
2568 | 33,40,192,0,3,0,0,30,221,5,2,42, | ||
2569 | 17,30,192,8,1,0,16,36,3,0,64,20, | ||
2570 | 33,32,32,2,220,5,16,36,33,32,32,2, | ||
2571 | 208,7,5,36,108,0,131,140,12,0,2,36, | ||
2572 | 2,0,98,164,16,0,162,39,8,0,98,172, | ||
2573 | 0,128,2,54,12,0,96,172,16,0,162,175, | ||
2574 | 255,255,2,36,20,0,162,175,2,131,2,60, | ||
2575 | 0,155,66,36,98,31,192,12,24,0,162,175, | ||
2576 | 40,0,191,143,36,0,177,143,32,0,176,143, | ||
2577 | 8,0,224,3,48,0,189,39,56,254,189,39, | ||
2578 | 160,1,176,175,33,128,192,0,48,1,164,175, | ||
2579 | 33,32,224,0,64,18,5,0,2,131,3,60, | ||
2580 | 192,246,99,36,33,16,67,0,56,1,162,175, | ||
2581 | 64,18,16,0,33,16,67,0,40,0,168,39, | ||
2582 | 196,1,191,175,192,1,190,175,188,1,183,175, | ||
2583 | 184,1,182,175,180,1,181,175,176,1,180,175, | ||
2584 | 172,1,179,175,168,1,178,175,164,1,177,175, | ||
2585 | 64,1,162,175,12,0,160,24,96,1,168,175, | ||
2586 | 32,133,131,143,0,0,0,0,42,16,163,0, | ||
2587 | 19,1,64,16,1,0,2,36,5,0,0,26, | ||
2588 | 42,16,3,2,15,1,64,16,1,0,2,36, | ||
2589 | 3,0,176,20,33,40,0,0,86,31,192,8, | ||
2590 | 1,0,2,36,212,68,192,12,33,48,0,0, | ||
2591 | 6,0,65,4,104,1,162,175,33,72,64,0, | ||
2592 | 35,72,9,0,104,1,169,175,87,30,192,8, | ||
2593 | 112,1,160,175,1,0,8,36,112,1,168,175, | ||
2594 | 1,0,4,36,133,29,192,12,33,40,0,0, | ||
2595 | 237,29,192,12,33,32,0,2,24,0,169,39, | ||
2596 | 56,1,168,143,255,0,2,36,80,1,169,175, | ||
2597 | 108,0,8,141,43,1,163,39,72,1,168,175, | ||
2598 | 0,0,98,160,255,255,66,36,253,255,65,4, | ||
2599 | 255,255,99,36,64,1,169,143,0,0,0,0, | ||
2600 | 120,0,41,141,64,1,168,143,128,1,169,175, | ||
2601 | 124,0,8,141,64,1,169,143,136,1,168,175, | ||
2602 | 44,0,34,141,0,0,0,0,12,0,64,172, | ||
2603 | 44,0,34,141,0,0,0,0,16,0,64,172, | ||
2604 | 44,0,34,141,120,1,160,175,32,0,64,172, | ||
2605 | 44,0,34,141,88,1,160,175,24,0,64,172, | ||
2606 | 48,1,168,143,0,0,0,0,168,0,0,25, | ||
2607 | 40,0,169,39,144,1,169,175,88,1,168,143, | ||
2608 | 0,0,0,0,255,0,2,49,4,0,86,36, | ||
2609 | 60,0,194,42,2,0,64,16,0,0,0,0, | ||
2610 | 60,0,22,36,104,1,169,143,0,0,0,0, | ||
2611 | 2,0,32,17,0,0,0,0,104,1,182,143, | ||
2612 | 56,1,164,143,72,1,168,143,12,0,2,36, | ||
2613 | 2,0,2,165,80,1,169,143,0,128,194,54, | ||
2614 | 8,0,9,173,12,0,0,173,0,0,34,173, | ||
2615 | 255,255,8,36,4,0,40,173,144,1,168,143, | ||
2616 | 0,0,0,0,8,0,40,173,88,1,168,143, | ||
2617 | 96,1,169,143,208,7,5,36,98,31,192,12, | ||
2618 | 0,0,40,173,0,128,5,52,0,128,6,52, | ||
2619 | 128,1,164,143,0,0,0,0,129,67,192,12, | ||
2620 | 2,0,7,36,13,0,64,20,0,0,0,0, | ||
2621 | 88,1,165,143,2,131,4,60,15,63,192,12, | ||
2622 | 64,141,132,36,120,1,169,143,0,0,0,0, | ||
2623 | 1,0,41,37,20,0,34,41,117,0,64,16, | ||
2624 | 120,1,169,175,32,31,192,8,0,0,0,0, | ||
2625 | 128,1,168,143,64,1,169,143,8,0,2,141, | ||
2626 | 255,255,8,36,136,0,53,141,0,0,0,0, | ||
2627 | 50,0,72,16,33,184,0,0,1,0,4,36, | ||
2628 | 4,0,18,36,4,0,3,36,0,0,190,142, | ||
2629 | 8,0,166,142,112,1,169,143,255,63,212,51, | ||
2630 | 30,0,32,17,33,184,244,2,42,16,116,0, | ||
2631 | 27,0,64,16,33,152,96,0,144,1,168,143, | ||
2632 | 0,0,0,0,33,136,72,2,33,128,102,0, | ||
2633 | 15,0,128,16,0,0,0,0,0,0,2,146, | ||
2634 | 0,0,35,146,0,0,0,0,10,0,67,16, | ||
2635 | 33,48,192,2,2,131,4,60,92,141,132,36, | ||
2636 | 88,1,165,143,16,0,163,175,0,0,2,146, | ||
2637 | 33,56,64,2,15,63,192,12,20,0,162,175, | ||
2638 | 33,32,0,0,1,0,115,38,1,0,16,38, | ||
2639 | 1,0,49,38,42,16,116,2,235,255,64,20, | ||
2640 | 1,0,82,38,33,24,0,0,4,0,181,142, | ||
2641 | 0,128,194,51,217,255,64,16,0,0,0,0, | ||
2642 | 128,1,169,143,0,0,0,0,8,0,34,141, | ||
2643 | 0,0,0,0,25,0,128,16,18,0,87,164, | ||
2644 | 9,0,246,18,33,48,192,2,2,131,4,60, | ||
2645 | 140,141,132,36,88,1,165,143,0,0,0,0, | ||
2646 | 15,63,192,12,33,56,224,2,5,31,192,8, | ||
2647 | 0,0,0,0,64,1,168,143,0,0,0,0, | ||
2648 | 136,0,2,141,96,1,169,143,8,0,70,140, | ||
2649 | 0,0,34,141,0,0,198,140,0,0,0,0, | ||
2650 | 7,0,194,16,0,0,0,0,88,1,165,143, | ||
2651 | 2,131,4,60,15,63,192,12,184,141,132,36, | ||
2652 | 64,1,168,143,0,0,0,0,136,0,4,141, | ||
2653 | 152,21,192,12,0,0,0,0,64,1,169,143, | ||
2654 | 0,0,0,0,136,0,53,173,128,1,168,143, | ||
2655 | 8,128,2,52,0,0,0,165,2,0,2,165, | ||
2656 | 8,0,0,173,12,0,0,165,136,1,169,143, | ||
2657 | 8,0,2,36,2,0,34,165,4,0,40,141, | ||
2658 | 128,1,169,143,136,1,168,175,4,0,41,141, | ||
2659 | 64,1,168,143,128,1,169,175,120,0,9,173, | ||
2660 | 136,1,169,143,0,0,0,0,124,0,9,173, | ||
2661 | 88,1,168,143,48,1,169,143,1,0,8,37, | ||
2662 | 42,16,9,1,91,255,64,20,88,1,168,175, | ||
2663 | 64,1,168,143,0,0,0,0,44,0,3,141, | ||
2664 | 0,0,0,0,12,0,98,140,0,0,0,0, | ||
2665 | 5,0,64,16,0,0,0,0,12,0,101,140, | ||
2666 | 2,131,4,60,15,63,192,12,212,141,132,36, | ||
2667 | 64,1,169,143,0,0,0,0,44,0,35,141, | ||
2668 | 0,0,0,0,16,0,98,140,0,0,0,0, | ||
2669 | 5,0,64,16,0,0,0,0,16,0,101,140, | ||
2670 | 2,131,4,60,15,63,192,12,240,141,132,36, | ||
2671 | 64,1,168,143,0,0,0,0,44,0,3,141, | ||
2672 | 0,0,0,0,32,0,98,140,0,0,0,0, | ||
2673 | 5,0,64,16,0,0,0,0,32,0,101,140, | ||
2674 | 2,131,4,60,15,63,192,12,16,142,132,36, | ||
2675 | 64,1,169,143,0,0,0,0,44,0,35,141, | ||
2676 | 0,0,0,0,24,0,98,140,0,0,0,0, | ||
2677 | 5,0,64,16,0,0,0,0,24,0,101,140, | ||
2678 | 2,131,4,60,15,63,192,12,48,142,132,36, | ||
2679 | 196,1,191,143,192,1,190,143,188,1,183,143, | ||
2680 | 184,1,182,143,180,1,181,143,176,1,180,143, | ||
2681 | 172,1,179,143,168,1,178,143,164,1,177,143, | ||
2682 | 160,1,176,143,8,0,224,3,200,1,189,39, | ||
2683 | 224,255,189,39,16,0,176,175,33,128,128,0, | ||
2684 | 24,0,191,175,20,0,177,175,44,0,4,142, | ||
2685 | 0,0,0,0,0,0,130,148,0,0,0,0, | ||
2686 | 0,32,66,48,7,0,64,20,33,136,160,0, | ||
2687 | 0,0,133,148,2,131,4,60,15,63,192,12, | ||
2688 | 80,142,132,36,156,31,192,8,3,0,2,36, | ||
2689 | 2,0,132,36,33,40,0,0,33,48,0,0, | ||
2690 | 129,67,192,12,33,56,32,2,13,0,64,16, | ||
2691 | 33,40,0,0,44,0,3,142,0,33,2,36, | ||
2692 | 2,0,98,164,8,0,2,142,33,48,0,0, | ||
2693 | 0,0,64,172,44,0,4,142,33,56,32,2, | ||
2694 | 129,67,192,12,2,0,132,36,9,0,64,20, | ||
2695 | 0,32,5,36,44,0,2,142,0,0,0,0, | ||
2696 | 2,0,69,148,2,131,4,60,15,63,192,12, | ||
2697 | 108,142,132,36,156,31,192,8,1,0,2,36, | ||
2698 | 44,0,4,142,0,32,6,36,129,67,192,12, | ||
2699 | 33,56,32,2,8,0,64,20,33,16,0,0, | ||
2700 | 44,0,2,142,0,0,0,0,0,0,69,148, | ||
2701 | 2,131,4,60,15,63,192,12,132,142,132,36, | ||
2702 | 2,0,2,36,24,0,191,143,20,0,177,143, | ||
2703 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
2704 | 224,255,189,39,24,0,178,175,33,144,160,0, | ||
2705 | 28,0,191,175,20,0,177,175,7,0,128,4, | ||
2706 | 16,0,176,175,24,133,130,143,0,0,0,0, | ||
2707 | 255,255,66,36,42,16,68,0,4,0,64,16, | ||
2708 | 33,136,128,0,24,133,130,143,33,32,0,0, | ||
2709 | 255,255,81,36,33,128,128,0,42,16,48,2, | ||
2710 | 7,0,64,20,33,32,0,2,193,31,192,12, | ||
2711 | 33,40,64,2,1,0,16,38,42,16,48,2, | ||
2712 | 251,255,64,16,33,32,0,2,28,0,191,143, | ||
2713 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
2714 | 8,0,224,3,32,0,189,39,8,0,224,3, | ||
2715 | 0,0,0,0,232,255,189,39,16,0,191,175, | ||
2716 | 236,63,192,12,1,16,4,36,85,0,2,36, | ||
2717 | 131,131,1,60,128,18,34,160,16,0,191,143, | ||
2718 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
2719 | 216,255,189,39,28,0,177,175,33,136,128,0, | ||
2720 | 32,0,178,175,33,144,160,0,212,128,132,39, | ||
2721 | 36,0,191,175,15,63,192,12,24,0,176,175, | ||
2722 | 9,0,64,26,33,128,0,0,0,0,37,146, | ||
2723 | 1,0,49,38,220,128,132,39,15,63,192,12, | ||
2724 | 1,0,16,38,42,16,18,2,249,255,64,20, | ||
2725 | 0,0,0,0,228,128,132,39,15,63,192,12, | ||
2726 | 0,0,0,0,36,0,191,143,32,0,178,143, | ||
2727 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
2728 | 40,0,189,39,48,255,189,39,33,56,128,0, | ||
2729 | 192,0,178,175,33,144,160,0,200,0,180,175, | ||
2730 | 33,160,192,0,255,255,226,36,6,0,66,44, | ||
2731 | 204,0,191,175,196,0,179,175,188,0,177,175, | ||
2732 | 2,0,64,20,184,0,176,175,1,0,7,36, | ||
2733 | 2,0,64,30,0,0,0,0,1,0,18,36, | ||
2734 | 2,0,128,30,64,18,7,0,60,0,20,36, | ||
2735 | 2,131,3,60,192,246,99,36,33,136,67,0, | ||
2736 | 4,0,34,142,0,0,0,0,4,0,64,20, | ||
2737 | 33,152,64,2,1,0,4,36,133,29,192,12, | ||
2738 | 33,40,224,0,255,31,4,60,255,255,132,52, | ||
2739 | 0,128,133,54,120,0,162,39,36,16,68,0, | ||
2740 | 0,160,3,60,37,16,67,0,104,0,165,175, | ||
2741 | 108,0,160,175,112,0,162,175,12,0,2,36, | ||
2742 | 80,0,160,167,82,0,162,167,80,0,162,39, | ||
2743 | 36,16,68,0,37,128,67,0,104,0,162,39, | ||
2744 | 36,16,68,0,232,128,132,143,37,16,67,0, | ||
2745 | 84,0,176,175,88,0,162,175,92,0,160,175, | ||
2746 | 5,0,128,16,4,0,2,36,82,0,162,167, | ||
2747 | 255,255,2,36,92,0,165,175,88,0,162,175, | ||
2748 | 44,0,34,142,0,0,0,0,0,0,66,148, | ||
2749 | 0,0,0,0,0,32,66,48,7,0,64,20, | ||
2750 | 33,40,0,0,255,255,4,36,2,131,5,60, | ||
2751 | 184,142,165,36,188,7,192,12,208,1,6,36, | ||
2752 | 33,40,0,0,44,0,34,142,33,48,0,0, | ||
2753 | 4,0,80,172,44,0,36,142,208,7,7,36, | ||
2754 | 129,67,192,12,2,0,132,36,12,0,64,20, | ||
2755 | 0,0,0,0,44,0,34,142,0,0,0,0, | ||
2756 | 2,0,69,148,2,131,4,60,15,63,192,12, | ||
2757 | 108,142,132,36,255,255,4,36,2,131,5,60, | ||
2758 | 184,142,165,36,188,7,192,12,216,1,6,36, | ||
2759 | 34,11,192,12,1,0,4,36,0,163,16,60, | ||
2760 | 4,1,16,142,0,163,2,60,4,1,66,140, | ||
2761 | 0,0,0,0,252,255,2,18,0,33,3,36, | ||
2762 | 44,0,34,142,0,0,0,0,2,0,67,164, | ||
2763 | 8,0,34,142,0,0,0,0,0,0,64,172, | ||
2764 | 0,163,16,60,4,1,16,142,44,0,36,142, | ||
2765 | 0,0,0,0,4,0,130,140,0,0,0,0, | ||
2766 | 0,0,66,148,0,0,0,0,0,128,66,48, | ||
2767 | 10,0,64,20,0,0,0,0,44,0,35,142, | ||
2768 | 0,0,0,0,4,0,98,140,0,0,0,0, | ||
2769 | 0,0,66,148,0,0,0,0,0,128,66,48, | ||
2770 | 250,255,64,16,0,0,0,0,255,255,115,38, | ||
2771 | 19,0,96,18,33,40,64,2,44,0,35,142, | ||
2772 | 0,0,0,0,4,0,98,140,0,0,0,0, | ||
2773 | 0,0,66,148,0,0,0,0,0,128,66,48, | ||
2774 | 229,255,64,16,0,0,0,0,4,0,98,140, | ||
2775 | 0,0,0,0,0,0,66,148,0,0,0,0, | ||
2776 | 0,128,66,48,250,255,64,20,0,0,0,0, | ||
2777 | 89,32,192,8,0,0,0,0,2,131,4,60, | ||
2778 | 200,142,132,36,33,48,128,2,0,163,3,60, | ||
2779 | 4,1,99,140,0,128,2,52,82,0,162,167, | ||
2780 | 35,128,112,0,15,63,192,12,33,56,0,2, | ||
2781 | 19,0,0,18,64,41,18,0,35,40,178,0, | ||
2782 | 128,40,5,0,33,40,178,0,192,40,5,0, | ||
2783 | 26,0,176,0,2,0,0,22,0,0,0,0, | ||
2784 | 13,0,7,0,255,255,1,36,4,0,1,22, | ||
2785 | 0,128,1,60,2,0,161,20,0,0,0,0, | ||
2786 | 13,0,6,0,18,40,0,0,236,128,132,39, | ||
2787 | 15,63,192,12,0,0,0,0,204,0,191,143, | ||
2788 | 200,0,180,143,196,0,179,143,192,0,178,143, | ||
2789 | 188,0,177,143,184,0,176,143,8,0,224,3, | ||
2790 | 208,0,189,39,224,255,189,39,20,0,177,175, | ||
2791 | 33,136,128,0,24,0,191,175,180,10,192,12, | ||
2792 | 16,0,176,175,34,11,192,12,1,0,4,36, | ||
2793 | 16,133,132,143,0,163,16,60,4,1,16,142, | ||
2794 | 193,63,192,12,0,0,0,0,0,163,2,60, | ||
2795 | 4,1,66,140,0,0,0,0,35,40,80,0, | ||
2796 | 73,252,162,36,99,0,66,44,4,0,64,16, | ||
2797 | 0,0,0,0,2,131,4,60,196,32,192,8, | ||
2798 | 0,143,132,36,5,0,160,20,0,0,0,0, | ||
2799 | 2,131,4,60,36,143,132,36,196,32,192,8, | ||
2800 | 33,40,0,0,2,131,4,60,76,143,132,36, | ||
2801 | 15,63,192,12,1,0,16,36,3,0,48,18, | ||
2802 | 0,0,0,0,34,11,192,12,33,32,0,0, | ||
2803 | 0,129,144,175,24,0,191,143,20,0,177,143, | ||
2804 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
2805 | 200,255,189,39,32,0,178,175,33,144,128,0, | ||
2806 | 33,48,64,2,44,0,181,175,1,131,21,60, | ||
2807 | 60,252,181,38,33,56,160,2,40,0,180,175, | ||
2808 | 2,131,20,60,144,143,148,38,36,0,179,175, | ||
2809 | 0,163,19,60,120,1,115,142,0,163,3,60, | ||
2810 | 120,1,99,140,32,131,2,60,48,0,191,175, | ||
2811 | 28,0,177,175,24,0,176,175,16,0,180,175, | ||
2812 | 33,32,96,2,35,136,67,0,84,64,192,12, | ||
2813 | 33,40,32,2,3,0,64,18,33,128,64,0, | ||
2814 | 10,0,0,22,0,0,0,0,16,0,180,175, | ||
2815 | 33,32,96,2,33,40,32,2,33,48,64,2, | ||
2816 | 244,63,192,12,33,56,160,2,33,128,2,2, | ||
2817 | 5,0,0,18,33,40,96,2,2,131,4,60, | ||
2818 | 168,143,132,36,252,32,192,8,33,40,96,2, | ||
2819 | 2,131,4,60,204,143,132,36,15,63,192,12, | ||
2820 | 33,48,177,0,48,0,191,143,44,0,181,143, | ||
2821 | 40,0,180,143,36,0,179,143,32,0,178,143, | ||
2822 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
2823 | 56,0,189,39,0,163,1,60,232,5,36,172, | ||
2824 | 0,163,1,60,8,0,224,3,236,5,37,172, | ||
2825 | 28,129,132,175,8,0,224,3,0,0,0,0, | ||
2826 | 16,129,132,175,8,0,224,3,0,0,0,0, | ||
2827 | 15,0,132,48,20,129,132,175,8,0,224,3, | ||
2828 | 0,0,0,0,24,129,132,175,8,0,224,3, | ||
2829 | 0,0,0,0,32,129,132,175,8,0,224,3, | ||
2830 | 0,0,0,0,33,72,128,0,33,80,160,0, | ||
2831 | 33,88,192,0,7,162,4,60,48,1,132,52, | ||
2832 | 7,162,8,60,0,1,8,53,20,129,130,143, | ||
2833 | 24,129,131,143,128,48,2,0,28,129,130,143, | ||
2834 | 3,0,197,52,2,0,96,16,0,0,130,172, | ||
2835 | 67,0,197,52,16,129,130,143,0,0,0,0, | ||
2836 | 2,0,64,16,33,24,160,0,0,1,99,52, | ||
2837 | 36,129,130,143,0,0,0,0,2,0,64,16, | ||
2838 | 0,0,0,0,0,4,99,52,32,129,130,143, | ||
2839 | 0,0,3,173,3,0,64,16,7,162,5,60, | ||
2840 | 0,0,2,173,7,162,5,60,4,1,165,52, | ||
2841 | 7,162,6,60,8,1,198,52,255,0,2,60, | ||
2842 | 255,255,66,52,7,162,3,60,12,1,99,52, | ||
2843 | 7,162,4,60,16,1,132,52,36,16,66,1, | ||
2844 | 0,0,169,172,0,0,194,172,43,16,7,0, | ||
2845 | 192,16,2,0,0,0,107,172,8,0,224,3, | ||
2846 | 0,0,130,172,7,162,3,60,40,1,99,52, | ||
2847 | 3,0,2,36,0,163,1,60,20,1,32,172, | ||
2848 | 8,0,224,3,0,0,98,172,232,255,189,39, | ||
2849 | 16,0,191,175,33,24,0,0,7,162,6,60, | ||
2850 | 40,1,198,52,15,0,4,60,63,66,132,52, | ||
2851 | 0,0,197,140,0,0,0,0,16,0,162,48, | ||
2852 | 7,0,64,20,1,0,99,36,42,16,131,0, | ||
2853 | 249,255,64,16,0,0,0,0,2,131,4,60, | ||
2854 | 122,33,192,8,240,143,132,36,36,129,130,143, | ||
2855 | 0,0,0,0,3,0,64,20,33,24,0,0, | ||
2856 | 125,33,192,8,33,16,0,0,1,0,5,36, | ||
2857 | 15,0,4,60,63,66,132,52,0,163,2,60, | ||
2858 | 20,1,66,140,0,0,0,0,247,255,69,16, | ||
2859 | 1,0,99,36,42,16,131,0,249,255,64,16, | ||
2860 | 0,0,0,0,0,163,5,60,20,1,165,140, | ||
2861 | 2,131,4,60,24,144,132,36,15,63,192,12, | ||
2862 | 0,0,0,0,1,0,2,36,16,0,191,143, | ||
2863 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
2864 | 224,255,189,39,24,0,191,175,33,72,192,0, | ||
2865 | 255,31,3,60,255,255,99,52,33,64,0,0, | ||
2866 | 36,32,131,0,0,160,2,60,37,32,130,0, | ||
2867 | 36,40,163,0,16,0,32,25,37,40,162,0, | ||
2868 | 0,0,134,144,0,0,167,144,0,0,0,0, | ||
2869 | 7,0,199,16,1,0,165,36,2,131,4,60, | ||
2870 | 72,144,132,36,15,63,192,12,33,40,0,1, | ||
2871 | 157,33,192,8,1,0,2,36,1,0,8,37, | ||
2872 | 42,16,9,1,242,255,64,20,1,0,132,36, | ||
2873 | 33,16,0,0,24,0,191,143,32,0,189,39, | ||
2874 | 8,0,224,3,0,0,0,0,0,163,2,60, | ||
2875 | 232,5,66,140,152,255,189,39,80,0,180,175, | ||
2876 | 120,0,180,143,64,0,176,175,33,128,160,0, | ||
2877 | 68,0,177,175,33,136,192,0,72,0,178,175, | ||
2878 | 33,144,224,0,100,0,191,175,96,0,190,175, | ||
2879 | 92,0,183,175,88,0,182,175,84,0,181,175, | ||
2880 | 76,0,179,175,12,0,64,16,16,0,164,175, | ||
2881 | 0,163,2,60,236,5,66,140,0,0,0,0, | ||
2882 | 7,0,64,16,0,0,0,0,0,163,2,60, | ||
2883 | 236,5,66,140,0,0,0,0,1,8,66,44, | ||
2884 | 10,0,64,20,16,0,2,60,0,163,5,60, | ||
2885 | 232,5,165,140,0,163,6,60,236,5,198,140, | ||
2886 | 2,131,4,60,15,63,192,12,124,144,132,36, | ||
2887 | 7,35,192,8,0,0,0,0,16,0,168,143, | ||
2888 | 0,0,0,0,43,16,72,0,6,0,64,16, | ||
2889 | 0,0,0,0,2,131,4,60,15,63,192,12, | ||
2890 | 172,144,132,36,7,35,192,8,0,0,0,0, | ||
2891 | 224,132,130,143,0,0,0,0,11,0,64,20, | ||
2892 | 0,0,0,0,0,163,4,60,236,5,132,140, | ||
2893 | 13,8,192,12,0,0,0,0,255,31,3,60, | ||
2894 | 255,255,99,52,36,16,67,0,0,160,3,60, | ||
2895 | 37,16,67,0,224,132,130,175,228,132,130,143, | ||
2896 | 0,0,0,0,11,0,64,20,0,0,0,0, | ||
2897 | 0,163,4,60,236,5,132,140,13,8,192,12, | ||
2898 | 0,0,0,0,255,31,3,60,255,255,99,52, | ||
2899 | 36,16,67,0,0,160,3,60,37,16,67,0, | ||
2900 | 228,132,130,175,224,132,133,143,0,163,6,60, | ||
2901 | 232,5,198,140,228,132,135,143,2,131,4,60, | ||
2902 | 15,63,192,12,208,144,132,36,16,129,133,143, | ||
2903 | 20,129,134,143,2,131,4,60,15,63,192,12, | ||
2904 | 8,145,132,36,7,162,2,60,232,0,66,52, | ||
2905 | 0,0,83,140,1,0,3,130,105,0,2,36, | ||
2906 | 7,0,98,20,251,255,2,60,1,0,2,36, | ||
2907 | 36,129,130,175,4,0,2,60,0,8,66,52, | ||
2908 | 10,34,192,8,37,152,98,2,36,129,128,175, | ||
2909 | 255,247,66,52,36,152,98,2,7,162,2,60, | ||
2910 | 232,0,66,52,0,0,83,172,0,0,5,130, | ||
2911 | 114,0,2,36,3,0,162,16,82,0,2,36, | ||
2912 | 3,0,162,20,119,0,2,36,42,34,192,8, | ||
2913 | 33,176,0,0,3,0,162,16,87,0,2,36, | ||
2914 | 3,0,162,20,108,0,2,36,42,34,192,8, | ||
2915 | 1,0,22,36,3,0,162,16,76,0,2,36, | ||
2916 | 3,0,162,20,116,0,2,36,42,34,192,8, | ||
2917 | 2,0,22,36,118,0,162,16,84,0,2,36, | ||
2918 | 116,0,162,16,0,0,0,0,2,131,4,60, | ||
2919 | 15,63,192,12,52,145,132,36,7,35,192,8, | ||
2920 | 0,0,0,0,0,0,38,130,0,0,0,0, | ||
2921 | 12,0,192,16,99,0,2,36,3,0,194,16, | ||
2922 | 67,0,2,36,4,0,194,20,33,152,0,0, | ||
2923 | 5,0,19,36,61,34,192,8,5,0,21,36, | ||
2924 | 2,131,1,60,80,155,50,160,61,34,192,8, | ||
2925 | 33,168,0,0,33,168,0,0,5,0,19,36, | ||
2926 | 2,131,1,60,80,155,32,160,16,0,168,143, | ||
2927 | 0,163,18,60,236,5,82,142,0,0,0,0, | ||
2928 | 197,0,0,17,255,255,20,37,255,255,194,38, | ||
2929 | 2,0,87,44,2,0,30,36,33,128,160,2, | ||
2930 | 42,16,112,2,73,0,64,20,0,0,0,0, | ||
2931 | 42,0,224,18,5,0,2,36,13,0,2,22, | ||
2932 | 0,0,0,0,25,0,64,26,33,136,0,0, | ||
2933 | 224,132,130,143,0,0,0,0,33,16,81,0, | ||
2934 | 0,0,81,160,1,0,49,38,42,16,50,2, | ||
2935 | 249,255,64,20,33,48,64,2,105,34,192,8, | ||
2936 | 0,0,0,0,2,131,3,60,33,24,112,0, | ||
2937 | 80,155,99,144,0,0,0,0,9,0,64,26, | ||
2938 | 33,136,0,0,224,132,130,143,0,0,0,0, | ||
2939 | 33,16,81,0,1,0,49,38,0,0,67,160, | ||
2940 | 42,16,50,2,249,255,64,20,0,0,0,0, | ||
2941 | 33,48,64,2,0,163,4,60,232,5,132,140, | ||
2942 | 224,132,133,143,0,0,0,0,28,33,192,12, | ||
2943 | 1,0,7,36,76,33,192,12,0,0,0,0, | ||
2944 | 83,33,192,12,0,0,0,0,147,0,64,20, | ||
2945 | 0,0,0,0,3,0,192,18,33,48,64,2, | ||
2946 | 22,0,222,22,0,0,0,0,0,163,4,60, | ||
2947 | 232,5,132,140,228,132,133,143,0,0,0,0, | ||
2948 | 28,33,192,12,33,56,0,0,76,33,192,12, | ||
2949 | 0,0,0,0,83,33,192,12,0,0,0,0, | ||
2950 | 131,0,64,20,0,0,0,0,8,0,222,22, | ||
2951 | 0,0,0,0,224,132,132,143,228,132,133,143, | ||
2952 | 0,0,0,0,129,33,192,12,33,48,64,2, | ||
2953 | 122,0,64,20,0,0,0,0,1,0,16,38, | ||
2954 | 42,16,112,2,185,255,64,16,0,0,0,0, | ||
2955 | 255,255,148,38,255,255,2,36,178,255,130,22, | ||
2956 | 33,128,160,2,7,35,192,8,0,0,0,0, | ||
2957 | 180,10,192,12,0,0,0,0,34,11,192,12, | ||
2958 | 1,0,4,36,0,0,34,130,0,0,0,0, | ||
2959 | 6,0,64,16,33,184,0,0,24,0,160,175, | ||
2960 | 2,131,1,60,88,155,52,164,171,34,192,8, | ||
2961 | 33,176,0,0,6,0,23,36,4,0,2,36, | ||
2962 | 24,0,160,175,2,131,1,60,88,155,34,164, | ||
2963 | 33,176,0,0,0,8,30,36,24,0,177,143, | ||
2964 | 0,0,0,0,42,16,241,2,83,0,64,20, | ||
2965 | 64,16,17,0,2,131,8,60,88,155,8,37, | ||
2966 | 33,168,72,0,0,0,178,150,0,0,0,0, | ||
2967 | 26,0,210,3,2,0,64,22,0,0,0,0, | ||
2968 | 13,0,7,0,255,255,1,36,4,0,65,22, | ||
2969 | 0,128,1,60,2,0,193,23,0,0,0,0, | ||
2970 | 13,0,6,0,18,16,0,0,16,0,168,143, | ||
2971 | 0,0,0,0,24,0,72,0,33,56,192,2, | ||
2972 | 33,128,0,0,0,163,19,60,4,1,115,142, | ||
2973 | 0,163,4,60,232,5,132,140,224,132,133,143, | ||
2974 | 18,160,0,0,0,0,0,0,0,0,0,0, | ||
2975 | 28,33,192,12,33,48,64,2,10,0,128,26, | ||
2976 | 0,0,0,0,76,33,192,12,0,0,0,0, | ||
2977 | 83,33,192,12,0,0,0,0,48,0,64,20, | ||
2978 | 1,0,16,38,42,16,20,2,248,255,64,20, | ||
2979 | 0,0,0,0,2,131,5,60,140,145,165,36, | ||
2980 | 0,163,16,60,4,1,16,142,3,0,192,18, | ||
2981 | 0,0,0,0,2,131,5,60,128,145,165,36, | ||
2982 | 2,131,4,60,96,145,132,36,15,63,192,12, | ||
2983 | 33,48,64,2,19,0,19,18,24,0,146,2, | ||
2984 | 18,24,0,0,35,16,19,2,0,0,0,0, | ||
2985 | 27,0,98,0,2,0,64,20,0,0,0,0, | ||
2986 | 13,0,7,0,18,16,0,0,2,131,4,60, | ||
2987 | 152,145,132,36,64,41,2,0,35,40,162,0, | ||
2988 | 128,40,5,0,33,40,162,0,15,63,192,12, | ||
2989 | 192,40,5,0,255,34,192,8,2,0,181,38, | ||
2990 | 2,131,4,60,168,145,132,36,15,63,192,12, | ||
2991 | 2,0,181,38,1,0,49,38,42,16,241,2, | ||
2992 | 178,255,64,16,0,0,0,0,1,0,214,38, | ||
2993 | 2,0,194,42,166,255,64,20,0,0,0,0, | ||
2994 | 100,0,191,143,96,0,190,143,92,0,183,143, | ||
2995 | 88,0,182,143,84,0,181,143,80,0,180,143, | ||
2996 | 76,0,179,143,72,0,178,143,68,0,177,143, | ||
2997 | 64,0,176,143,8,0,224,3,104,0,189,39, | ||
2998 | 0,0,0,0,43,16,134,0,0,0,164,175, | ||
2999 | 4,0,165,175,8,0,166,175,7,0,64,20, | ||
3000 | 12,0,167,175,43,16,196,0,5,0,64,20, | ||
3001 | 1,0,2,36,43,16,167,0,2,0,64,16, | ||
3002 | 43,16,229,0,255,255,2,36,8,0,224,3, | ||
3003 | 0,0,0,0,232,255,189,39,3,131,4,60, | ||
3004 | 208,12,132,36,170,0,5,36,16,0,191,175, | ||
3005 | 144,71,192,12,60,0,6,36,2,131,6,60, | ||
3006 | 112,155,198,36,2,131,2,60,212,246,66,140, | ||
3007 | 2,131,3,60,216,246,99,132,0,0,194,172, | ||
3008 | 4,0,195,164,2,131,2,60,138,155,66,148, | ||
3009 | 2,131,3,60,132,155,99,148,2,131,4,60, | ||
3010 | 134,155,132,148,2,131,5,60,136,155,165,148, | ||
3011 | 3,131,1,60,216,12,34,164,2,131,2,60, | ||
3012 | 130,155,66,148,3,131,10,60,218,12,74,37, | ||
3013 | 3,0,199,136,0,0,199,152,4,0,200,128, | ||
3014 | 5,0,201,128,3,0,71,169,0,0,71,185, | ||
3015 | 4,0,72,161,5,0,73,161,3,131,1,60, | ||
3016 | 238,12,35,164,3,131,1,60,242,12,36,164, | ||
3017 | 3,131,1,60,246,12,37,164,3,131,1,60, | ||
3018 | 240,12,34,164,16,0,191,143,24,0,189,39, | ||
3019 | 8,0,224,3,0,0,0,0,3,131,2,60, | ||
3020 | 216,12,66,140,3,131,3,60,220,12,99,140, | ||
3021 | 3,131,1,60,208,12,34,172,3,131,1,60, | ||
3022 | 212,12,35,172,3,131,2,60,238,12,66,148, | ||
3023 | 3,131,3,60,240,12,99,148,3,131,4,60, | ||
3024 | 242,12,132,148,232,255,189,39,16,0,176,175, | ||
3025 | 3,131,1,60,234,12,35,164,24,133,131,143, | ||
3026 | 20,0,191,175,3,131,1,60,224,12,32,172, | ||
3027 | 3,131,1,60,228,12,32,172,3,131,1,60, | ||
3028 | 248,12,32,172,3,131,1,60,252,12,32,172, | ||
3029 | 3,131,1,60,8,13,32,164,3,131,1,60, | ||
3030 | 4,13,32,164,3,131,1,60,232,12,34,164, | ||
3031 | 33,16,68,0,3,131,1,60,236,12,36,164, | ||
3032 | 3,131,1,60,244,12,34,164,8,0,96,24, | ||
3033 | 1,0,16,36,150,35,192,12,33,32,0,2, | ||
3034 | 24,133,130,143,1,0,16,38,42,16,80,0, | ||
3035 | 250,255,64,16,0,0,0,0,206,35,192,12, | ||
3036 | 0,0,0,0,52,36,192,12,0,0,0,0, | ||
3037 | 1,0,2,36,3,131,1,60,0,13,34,164, | ||
3038 | 3,0,2,36,3,131,1,60,2,13,32,164, | ||
3039 | 3,131,1,60,20,13,34,172,2,131,1,60, | ||
3040 | 164,247,34,172,20,0,191,143,16,0,176,143, | ||
3041 | 8,0,224,3,24,0,189,39,224,255,189,39, | ||
3042 | 20,0,177,175,33,136,128,0,16,0,176,175, | ||
3043 | 192,129,17,0,3,131,4,60,16,13,132,36, | ||
3044 | 33,32,4,2,187,0,5,36,24,0,191,175, | ||
3045 | 144,71,192,12,128,0,6,36,2,131,2,60, | ||
3046 | 140,155,66,148,100,0,3,36,3,131,1,60, | ||
3047 | 33,8,48,0,24,13,35,172,0,18,2,0, | ||
3048 | 37,16,34,2,3,131,1,60,33,8,48,0, | ||
3049 | 16,13,34,164,22,36,192,12,33,32,32,2, | ||
3050 | 4,0,2,36,64,138,17,0,3,131,1,60, | ||
3051 | 33,8,48,0,20,13,34,172,2,131,1,60, | ||
3052 | 33,8,49,0,164,247,34,172,3,131,1,60, | ||
3053 | 33,8,48,0,52,13,32,172,3,131,1,60, | ||
3054 | 33,8,48,0,56,13,32,172,3,131,1,60, | ||
3055 | 33,8,48,0,106,13,32,164,3,131,1,60, | ||
3056 | 33,8,48,0,110,13,32,164,3,131,1,60, | ||
3057 | 33,8,48,0,114,13,32,164,3,131,1,60, | ||
3058 | 33,8,48,0,120,13,32,172,24,0,191,143, | ||
3059 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3060 | 32,0,189,39,24,133,130,143,216,255,189,39, | ||
3061 | 20,0,177,175,1,0,17,36,36,0,191,175, | ||
3062 | 32,0,180,175,28,0,179,175,24,0,178,175, | ||
3063 | 55,0,64,24,16,0,176,175,3,131,20,60, | ||
3064 | 228,12,148,38,3,131,2,60,56,13,66,36, | ||
3065 | 128,0,83,36,124,0,82,36,128,0,16,36, | ||
3066 | 0,0,130,142,0,0,0,0,6,0,34,22, | ||
3067 | 33,32,32,2,0,0,64,174,101,36,192,12, | ||
3068 | 0,0,96,174,8,36,192,8,128,0,115,38, | ||
3069 | 3,131,4,60,33,32,144,0,40,13,132,140, | ||
3070 | 3,131,5,60,33,40,176,0,44,13,165,140, | ||
3071 | 244,255,134,142,248,255,135,142,20,35,192,12, | ||
3072 | 0,0,0,0,17,0,64,20,33,32,32,2, | ||
3073 | 3,131,3,60,33,24,112,0,48,13,99,148, | ||
3074 | 3,131,2,60,33,16,80,0,16,13,66,148, | ||
3075 | 0,0,0,0,8,0,98,20,0,0,0,0, | ||
3076 | 3,131,1,60,33,8,48,0,106,13,32,164, | ||
3077 | 101,36,192,12,33,32,32,2,8,36,192,8, | ||
3078 | 128,0,115,38,0,0,64,174,125,36,192,12, | ||
3079 | 0,0,96,174,128,0,115,38,128,0,82,38, | ||
3080 | 24,133,130,143,1,0,49,38,42,16,81,0, | ||
3081 | 210,255,64,16,128,0,16,38,36,0,191,143, | ||
3082 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
3083 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3084 | 40,0,189,39,192,33,4,0,3,131,2,60, | ||
3085 | 28,13,66,36,33,24,130,0,3,131,5,60, | ||
3086 | 208,12,165,140,3,131,6,60,212,12,198,140, | ||
3087 | 0,0,101,172,4,0,102,172,12,0,66,36, | ||
3088 | 3,131,3,60,224,12,99,140,33,16,130,0, | ||
3089 | 3,131,1,60,33,8,36,0,36,13,35,172, | ||
3090 | 3,131,3,60,216,12,99,140,3,131,5,60, | ||
3091 | 220,12,165,140,0,0,67,172,4,0,69,172, | ||
3092 | 3,131,2,60,33,16,68,0,16,13,66,148, | ||
3093 | 3,131,1,60,33,8,36,0,8,0,224,3, | ||
3094 | 48,13,34,164,24,133,130,143,224,255,189,39, | ||
3095 | 20,0,177,175,1,0,17,36,24,0,191,175, | ||
3096 | 38,0,64,24,16,0,176,175,128,0,16,36, | ||
3097 | 3,131,4,60,33,32,144,0,40,13,132,140, | ||
3098 | 3,131,5,60,33,40,176,0,44,13,165,140, | ||
3099 | 3,131,6,60,216,12,198,140,3,131,7,60, | ||
3100 | 220,12,231,140,20,35,192,12,0,0,0,0, | ||
3101 | 18,0,64,20,0,0,0,0,3,131,3,60, | ||
3102 | 33,24,112,0,48,13,99,148,3,131,2,60, | ||
3103 | 33,16,80,0,16,13,66,148,0,0,0,0, | ||
3104 | 9,0,98,20,0,0,0,0,3,131,2,60, | ||
3105 | 33,16,80,0,20,13,66,140,0,0,0,0, | ||
3106 | 3,0,64,16,0,0,0,0,203,36,192,12, | ||
3107 | 33,32,32,2,24,133,130,143,1,0,49,38, | ||
3108 | 42,16,81,0,221,255,64,16,128,0,16,38, | ||
3109 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
3110 | 8,0,224,3,32,0,189,39,192,41,4,0, | ||
3111 | 3,131,3,60,33,24,101,0,20,13,99,140, | ||
3112 | 4,0,2,36,16,0,98,20,240,255,189,39, | ||
3113 | 1,0,2,36,64,26,4,0,3,131,1,60, | ||
3114 | 33,8,37,0,20,13,34,172,2,131,1,60, | ||
3115 | 33,8,35,0,164,247,34,172,1,0,2,36, | ||
3116 | 3,131,1,60,33,8,37,0,110,13,34,164, | ||
3117 | 3,131,1,60,33,8,37,0,112,13,32,164, | ||
3118 | 8,0,224,3,16,0,189,39,224,255,189,39, | ||
3119 | 24,0,178,175,33,144,128,0,16,0,176,175, | ||
3120 | 192,129,18,0,28,0,191,175,20,0,177,175, | ||
3121 | 3,131,2,60,33,16,80,0,20,13,66,140, | ||
3122 | 0,0,0,0,18,0,64,16,4,0,17,36, | ||
3123 | 16,0,81,16,254,255,66,36,2,0,66,44, | ||
3124 | 4,0,64,16,64,18,18,0,161,36,192,12, | ||
3125 | 0,0,0,0,64,18,18,0,3,131,1,60, | ||
3126 | 33,8,48,0,20,13,49,172,2,131,1,60, | ||
3127 | 33,8,34,0,164,247,49,172,3,131,1,60, | ||
3128 | 33,8,48,0,110,13,32,164,28,0,191,143, | ||
3129 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
3130 | 8,0,224,3,32,0,189,39,3,131,4,60, | ||
3131 | 208,12,132,140,3,131,5,60,212,12,165,140, | ||
3132 | 3,131,6,60,216,12,198,140,3,131,7,60, | ||
3133 | 220,12,231,140,232,255,189,39,16,0,191,175, | ||
3134 | 20,35,192,12,0,0,0,0,10,0,64,20, | ||
3135 | 1,0,2,36,3,131,1,60,252,12,34,172, | ||
3136 | 1,0,2,36,3,131,1,60,4,13,34,164, | ||
3137 | 3,131,1,60,6,13,32,164,197,36,192,8, | ||
3138 | 1,0,2,36,3,131,2,60,248,12,66,140, | ||
3139 | 0,0,0,0,9,0,64,20,1,0,2,36, | ||
3140 | 72,37,192,12,0,0,0,0,1,0,2,36, | ||
3141 | 3,131,1,60,8,13,34,164,3,131,1,60, | ||
3142 | 10,13,32,164,1,0,2,36,3,131,1,60, | ||
3143 | 248,12,34,172,16,0,191,143,24,0,189,39, | ||
3144 | 8,0,224,3,0,0,0,0,224,255,189,39, | ||
3145 | 20,0,177,175,33,136,128,0,16,0,176,175, | ||
3146 | 192,129,17,0,24,0,191,175,3,131,2,60, | ||
3147 | 33,16,80,0,114,13,66,132,0,0,0,0, | ||
3148 | 5,0,64,16,1,0,2,36,3,131,1,60, | ||
3149 | 33,8,48,0,67,37,192,8,56,13,34,172, | ||
3150 | 3,131,4,60,208,12,132,36,3,131,2,60, | ||
3151 | 64,13,66,36,33,24,2,2,3,131,1,60, | ||
3152 | 33,8,48,0,60,13,32,164,0,0,133,140, | ||
3153 | 4,0,134,140,0,0,101,172,4,0,102,172, | ||
3154 | 12,0,66,36,3,131,3,60,224,12,99,140, | ||
3155 | 33,16,2,2,3,131,1,60,33,8,48,0, | ||
3156 | 72,13,35,172,3,131,3,60,216,12,99,140, | ||
3157 | 3,131,5,60,220,12,165,140,0,0,67,172, | ||
3158 | 4,0,69,172,3,131,2,60,33,16,80,0, | ||
3159 | 16,13,66,148,3,131,1,60,33,8,48,0, | ||
3160 | 84,13,34,164,0,0,132,140,3,131,5,60, | ||
3161 | 212,12,165,140,3,131,6,60,216,12,198,140, | ||
3162 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3163 | 0,0,0,0,5,0,64,20,0,0,0,0, | ||
3164 | 3,131,1,60,33,8,48,0,22,37,192,8, | ||
3165 | 86,13,32,164,3,131,2,60,228,12,66,140, | ||
3166 | 2,131,3,60,128,155,99,148,192,17,2,0, | ||
3167 | 3,131,1,60,33,8,34,0,108,13,34,148, | ||
3168 | 0,0,0,0,33,16,67,0,3,131,1,60, | ||
3169 | 33,8,48,0,86,13,34,164,3,131,2,60, | ||
3170 | 232,12,66,148,192,129,17,0,3,131,1,60, | ||
3171 | 33,8,48,0,88,13,34,164,3,131,2,60, | ||
3172 | 234,12,66,148,33,32,32,2,3,131,1,60, | ||
3173 | 33,8,48,0,90,13,34,164,3,131,3,60, | ||
3174 | 236,12,99,148,3,131,2,60,33,16,80,0, | ||
3175 | 52,13,66,140,3,131,5,60,60,13,165,36, | ||
3176 | 3,131,1,60,33,8,48,0,52,13,32,172, | ||
3177 | 3,131,1,60,33,8,48,0,96,13,34,172, | ||
3178 | 3,131,1,60,33,8,48,0,92,13,35,164, | ||
3179 | 3,131,2,60,252,12,66,140,3,131,1,60, | ||
3180 | 33,8,48,0,100,13,34,172,80,40,192,12, | ||
3181 | 33,40,5,2,1,0,2,36,3,131,1,60, | ||
3182 | 33,8,48,0,56,13,32,172,3,131,1,60, | ||
3183 | 33,8,48,0,114,13,34,164,3,131,1,60, | ||
3184 | 33,8,48,0,116,13,32,164,24,0,191,143, | ||
3185 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3186 | 32,0,189,39,232,255,189,39,128,0,2,36, | ||
3187 | 3,131,4,60,228,12,132,140,3,131,5,60, | ||
3188 | 104,13,165,36,16,0,191,175,192,25,4,0, | ||
3189 | 3,131,1,60,33,8,35,0,104,13,34,164, | ||
3190 | 151,40,192,12,33,40,101,0,2,131,4,60, | ||
3191 | 15,63,192,12,12,146,132,36,16,0,191,143, | ||
3192 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
3193 | 232,255,189,39,16,0,191,175,102,37,192,12, | ||
3194 | 0,0,0,0,13,38,192,12,0,0,0,0, | ||
3195 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
3196 | 0,0,0,0,24,133,130,143,208,255,189,39, | ||
3197 | 24,0,178,175,33,144,0,0,28,0,179,175, | ||
3198 | 1,0,19,36,44,0,191,175,40,0,182,175, | ||
3199 | 36,0,181,175,32,0,180,175,20,0,177,175, | ||
3200 | 110,0,64,24,16,0,176,175,3,131,21,60, | ||
3201 | 216,12,181,38,3,131,22,60,16,13,214,38, | ||
3202 | 128,0,208,38,128,0,20,36,192,17,18,0, | ||
3203 | 3,131,4,60,33,32,148,0,40,13,132,140, | ||
3204 | 3,131,5,60,33,40,180,0,44,13,165,140, | ||
3205 | 0,0,166,142,3,131,7,60,220,12,231,140, | ||
3206 | 0,0,0,0,20,35,192,12,33,136,86,0, | ||
3207 | 10,0,64,20,0,0,0,0,3,131,3,60, | ||
3208 | 33,24,116,0,48,13,99,148,3,131,2,60, | ||
3209 | 33,16,84,0,16,13,66,148,0,0,0,0, | ||
3210 | 74,0,98,16,0,0,0,0,4,0,2,142, | ||
3211 | 0,0,0,0,70,0,64,16,0,0,0,0, | ||
3212 | 12,0,4,142,16,0,5,142,0,0,166,142, | ||
3213 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3214 | 0,0,0,0,61,0,65,4,0,0,0,0, | ||
3215 | 58,0,64,18,0,0,0,0,12,0,4,142, | ||
3216 | 16,0,5,142,12,0,38,142,16,0,39,142, | ||
3217 | 20,35,192,12,0,0,0,0,50,0,64,4, | ||
3218 | 0,0,0,0,12,0,4,142,16,0,5,142, | ||
3219 | 12,0,38,142,16,0,39,142,20,35,192,12, | ||
3220 | 0,0,0,0,43,0,64,20,0,0,0,0, | ||
3221 | 20,0,5,142,8,0,3,142,20,0,36,142, | ||
3222 | 8,0,34,142,33,40,163,0,33,32,130,0, | ||
3223 | 43,16,164,0,33,0,64,20,0,0,0,0, | ||
3224 | 32,0,164,20,0,0,0,0,24,0,4,142, | ||
3225 | 28,0,5,142,24,0,38,142,28,0,39,142, | ||
3226 | 20,35,192,12,0,0,0,0,23,0,64,4, | ||
3227 | 0,0,0,0,24,0,4,142,28,0,5,142, | ||
3228 | 24,0,38,142,28,0,39,142,20,35,192,12, | ||
3229 | 0,0,0,0,16,0,64,20,0,0,0,0, | ||
3230 | 32,0,4,150,32,0,35,150,0,0,0,0, | ||
3231 | 43,16,131,0,9,0,64,20,0,0,0,0, | ||
3232 | 8,0,131,20,0,0,0,0,0,0,2,150, | ||
3233 | 0,0,35,150,0,0,0,0,43,16,67,0, | ||
3234 | 2,0,64,16,0,0,0,0,33,144,96,2, | ||
3235 | 128,0,16,38,24,133,130,143,1,0,115,38, | ||
3236 | 42,16,83,0,154,255,64,16,128,0,148,38, | ||
3237 | 3,131,1,60,228,12,50,172,12,0,64,22, | ||
3238 | 192,17,18,0,3,131,2,60,216,12,66,140, | ||
3239 | 3,131,3,60,220,12,99,140,3,131,1,60, | ||
3240 | 208,12,34,172,3,131,1,60,212,12,35,172, | ||
3241 | 3,131,1,60,3,38,192,8,224,12,32,172, | ||
3242 | 3,131,3,60,33,24,98,0,28,13,99,140, | ||
3243 | 3,131,4,60,33,32,130,0,32,13,132,140, | ||
3244 | 3,131,1,60,208,12,35,172,3,131,1,60, | ||
3245 | 212,12,36,172,3,131,3,60,33,24,98,0, | ||
3246 | 36,13,99,140,3,131,1,60,33,8,34,0, | ||
3247 | 24,13,34,140,0,0,0,0,33,24,98,0, | ||
3248 | 3,131,1,60,224,12,35,172,44,0,191,143, | ||
3249 | 40,0,182,143,36,0,181,143,32,0,180,143, | ||
3250 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
3251 | 16,0,176,143,8,0,224,3,48,0,189,39, | ||
3252 | 24,133,130,143,208,255,189,39,36,0,181,175, | ||
3253 | 1,0,21,36,44,0,191,175,40,0,182,175, | ||
3254 | 32,0,180,175,28,0,179,175,24,0,178,175, | ||
3255 | 20,0,177,175,82,0,64,24,16,0,176,175, | ||
3256 | 3,131,22,60,216,12,214,38,3,131,2,60, | ||
3257 | 48,13,66,36,128,0,84,36,96,0,83,36, | ||
3258 | 124,0,82,36,120,0,81,36,128,0,16,36, | ||
3259 | 0,0,36,142,0,0,69,142,0,0,198,142, | ||
3260 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3261 | 0,0,0,0,55,0,64,20,0,0,0,0, | ||
3262 | 0,0,131,150,0,0,98,150,0,0,0,0, | ||
3263 | 50,0,98,20,0,0,0,0,3,131,4,60, | ||
3264 | 33,32,144,0,28,13,132,140,3,131,5,60, | ||
3265 | 33,40,176,0,32,13,165,140,248,255,198,142, | ||
3266 | 3,131,7,60,212,12,231,140,20,35,192,12, | ||
3267 | 0,0,0,0,37,0,64,16,0,0,0,0, | ||
3268 | 8,0,196,142,3,131,3,60,33,24,112,0, | ||
3269 | 36,13,99,140,0,0,0,0,43,16,131,0, | ||
3270 | 29,0,64,20,0,0,0,0,27,0,131,20, | ||
3271 | 0,0,0,0,0,0,196,142,3,131,5,60, | ||
3272 | 220,12,165,140,0,0,38,142,0,0,71,142, | ||
3273 | 20,35,192,12,0,0,0,0,16,0,64,4, | ||
3274 | 0,0,0,0,0,0,196,142,3,131,5,60, | ||
3275 | 220,12,165,140,0,0,38,142,0,0,71,142, | ||
3276 | 20,35,192,12,0,0,0,0,9,0,64,20, | ||
3277 | 0,0,0,0,0,0,99,150,0,0,130,150, | ||
3278 | 0,0,0,0,43,16,67,0,3,0,64,20, | ||
3279 | 0,0,0,0,22,36,192,12,33,32,160,2, | ||
3280 | 128,0,148,38,128,0,115,38,128,0,82,38, | ||
3281 | 128,0,49,38,24,133,130,143,1,0,181,38, | ||
3282 | 42,16,85,0,185,255,64,16,128,0,16,38, | ||
3283 | 44,0,191,143,40,0,182,143,36,0,181,143, | ||
3284 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
3285 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3286 | 48,0,189,39,216,255,189,39,3,131,4,60, | ||
3287 | 0,13,132,36,32,0,191,175,28,0,179,175, | ||
3288 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
3289 | 0,0,130,132,0,0,0,0,14,0,64,16, | ||
3290 | 0,0,0,0,3,131,2,60,2,13,66,148, | ||
3291 | 3,131,3,60,234,12,99,148,1,0,66,36, | ||
3292 | 3,131,1,60,2,13,34,164,255,255,66,48, | ||
3293 | 43,16,67,0,3,0,64,20,0,0,0,0, | ||
3294 | 11,39,192,12,0,0,128,164,3,131,4,60, | ||
3295 | 8,13,132,36,0,0,130,132,0,0,0,0, | ||
3296 | 14,0,64,16,0,0,0,0,3,131,2,60, | ||
3297 | 10,13,66,148,3,131,3,60,234,12,99,148, | ||
3298 | 1,0,66,36,3,131,1,60,10,13,34,164, | ||
3299 | 255,255,66,48,43,16,67,0,3,0,64,20, | ||
3300 | 0,0,0,0,24,39,192,12,0,0,128,164, | ||
3301 | 3,131,4,60,4,13,132,36,0,0,130,132, | ||
3302 | 0,0,0,0,14,0,64,16,0,0,0,0, | ||
3303 | 3,131,2,60,6,13,66,148,3,131,3,60, | ||
3304 | 244,12,99,148,1,0,66,36,3,131,1,60, | ||
3305 | 6,13,34,164,255,255,66,48,43,16,67,0, | ||
3306 | 3,0,64,20,0,0,0,0,37,39,192,12, | ||
3307 | 0,0,128,164,24,133,130,143,0,0,0,0, | ||
3308 | 78,0,64,24,1,0,17,36,3,131,2,60, | ||
3309 | 16,13,66,36,226,0,83,36,128,0,82,36, | ||
3310 | 128,0,16,36,3,131,2,60,33,16,80,0, | ||
3311 | 110,13,66,132,0,0,0,0,18,0,64,16, | ||
3312 | 0,0,0,0,3,131,2,60,33,16,80,0, | ||
3313 | 112,13,66,148,0,0,0,0,1,0,66,36, | ||
3314 | 96,0,66,166,3,131,3,60,236,12,99,148, | ||
3315 | 255,255,66,48,43,16,67,0,6,0,64,20, | ||
3316 | 0,0,0,0,3,131,1,60,33,8,48,0, | ||
3317 | 110,13,32,164,79,39,192,12,33,32,32,2, | ||
3318 | 3,131,2,60,33,16,80,0,106,13,66,132, | ||
3319 | 0,0,0,0,18,0,64,16,0,0,0,0, | ||
3320 | 3,131,2,60,33,16,80,0,108,13,66,148, | ||
3321 | 0,0,0,0,1,0,66,36,92,0,66,166, | ||
3322 | 3,131,3,60,232,12,99,148,255,255,66,48, | ||
3323 | 43,16,67,0,6,0,64,20,0,0,0,0, | ||
3324 | 3,131,1,60,33,8,48,0,106,13,32,164, | ||
3325 | 129,39,192,12,33,32,32,2,0,0,98,134, | ||
3326 | 0,0,0,0,16,0,64,16,0,0,0,0, | ||
3327 | 3,131,2,60,33,16,80,0,116,13,66,148, | ||
3328 | 0,0,0,0,1,0,66,36,100,0,66,166, | ||
3329 | 3,131,3,60,246,12,99,148,255,255,66,48, | ||
3330 | 43,16,67,0,4,0,64,20,0,0,0,0, | ||
3331 | 0,0,96,166,191,39,192,12,33,32,32,2, | ||
3332 | 128,0,115,38,128,0,82,38,24,133,130,143, | ||
3333 | 1,0,49,38,42,16,81,0,185,255,64,16, | ||
3334 | 128,0,16,38,32,0,191,143,28,0,179,143, | ||
3335 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
3336 | 8,0,224,3,40,0,189,39,232,255,189,39, | ||
3337 | 16,0,191,175,52,36,192,12,0,0,0,0, | ||
3338 | 1,0,2,36,3,131,1,60,0,13,34,164, | ||
3339 | 3,131,1,60,2,13,32,164,16,0,191,143, | ||
3340 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
3341 | 232,255,189,39,16,0,191,175,72,37,192,12, | ||
3342 | 0,0,0,0,1,0,2,36,3,131,1,60, | ||
3343 | 8,13,34,164,3,131,1,60,10,13,32,164, | ||
3344 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
3345 | 0,0,0,0,240,255,189,39,3,131,1,60, | ||
3346 | 248,12,32,172,3,131,1,60,252,12,32,172, | ||
3347 | 8,0,224,3,16,0,189,39,24,133,130,143, | ||
3348 | 224,255,189,39,20,0,177,175,1,0,17,36, | ||
3349 | 24,0,191,175,23,0,64,24,16,0,176,175, | ||
3350 | 128,0,16,36,3,131,4,60,33,32,144,0, | ||
3351 | 40,13,132,140,3,131,5,60,33,40,176,0, | ||
3352 | 44,13,165,140,3,131,6,60,216,12,198,140, | ||
3353 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3354 | 0,0,0,0,3,0,64,20,1,0,49,38, | ||
3355 | 74,39,192,8,1,0,2,36,24,133,130,143, | ||
3356 | 0,0,0,0,42,16,81,0,236,255,64,16, | ||
3357 | 128,0,16,38,33,16,0,0,24,0,191,143, | ||
3358 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3359 | 32,0,189,39,232,255,189,39,192,41,4,0, | ||
3360 | 16,0,191,175,3,131,3,60,33,24,101,0, | ||
3361 | 20,13,99,140,1,0,2,36,16,0,98,20, | ||
3362 | 2,0,2,36,64,26,4,0,3,131,1,60, | ||
3363 | 33,8,37,0,20,13,34,172,2,131,1,60, | ||
3364 | 33,8,35,0,164,247,34,172,1,0,2,36, | ||
3365 | 3,131,1,60,33,8,37,0,110,13,34,164, | ||
3366 | 3,131,1,60,33,8,37,0,125,39,192,8, | ||
3367 | 112,13,32,164,21,0,98,20,3,0,3,36, | ||
3368 | 64,18,4,0,3,131,1,60,33,8,37,0, | ||
3369 | 20,13,35,172,2,131,1,60,33,8,34,0, | ||
3370 | 164,247,35,172,3,131,2,60,33,16,69,0, | ||
3371 | 120,13,66,140,0,0,0,0,1,0,66,36, | ||
3372 | 3,131,1,60,33,8,37,0,44,39,192,12, | ||
3373 | 120,13,34,172,3,0,64,16,0,0,0,0, | ||
3374 | 161,36,192,12,0,0,0,0,16,0,191,143, | ||
3375 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
3376 | 224,255,189,39,16,0,176,175,33,128,128,0, | ||
3377 | 20,0,177,175,3,131,17,60,208,12,49,38, | ||
3378 | 24,0,191,175,0,0,36,142,3,131,5,60, | ||
3379 | 212,12,165,140,3,131,6,60,216,12,198,140, | ||
3380 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3381 | 0,0,0,0,33,32,0,2,22,36,192,12, | ||
3382 | 1,0,80,44,92,37,192,12,0,0,0,0, | ||
3383 | 206,35,192,12,0,0,0,0,33,0,0,22, | ||
3384 | 0,0,0,0,0,0,36,142,3,131,5,60, | ||
3385 | 212,12,165,140,3,131,6,60,216,12,198,140, | ||
3386 | 3,131,7,60,220,12,231,140,20,35,192,12, | ||
3387 | 0,0,0,0,22,0,64,20,0,0,0,0, | ||
3388 | 3,131,2,60,238,12,66,148,3,131,3,60, | ||
3389 | 240,12,99,148,3,131,4,60,242,12,132,148, | ||
3390 | 3,131,1,60,232,12,34,164,3,131,1,60, | ||
3391 | 234,12,35,164,3,131,1,60,161,36,192,12, | ||
3392 | 236,12,36,164,3,131,1,60,52,36,192,12, | ||
3393 | 8,13,32,164,1,0,2,36,3,131,1,60, | ||
3394 | 0,13,34,164,3,131,1,60,2,13,32,164, | ||
3395 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
3396 | 8,0,224,3,32,0,189,39,232,255,189,39, | ||
3397 | 192,17,4,0,16,0,191,175,3,131,1,60, | ||
3398 | 33,8,34,0,56,13,34,140,0,0,0,0, | ||
3399 | 3,0,64,16,0,0,0,0,203,36,192,12, | ||
3400 | 0,0,0,0,16,0,191,143,24,0,189,39, | ||
3401 | 8,0,224,3,0,0,0,0,3,131,1,60, | ||
3402 | 248,12,32,172,3,131,1,60,8,0,224,3, | ||
3403 | 8,13,32,164,232,255,189,39,192,25,4,0, | ||
3404 | 1,0,2,36,16,0,191,175,3,131,1,60, | ||
3405 | 33,8,35,0,203,36,192,12,52,13,34,172, | ||
3406 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
3407 | 0,0,0,0,192,33,4,0,3,131,2,60, | ||
3408 | 28,13,66,36,33,24,130,0,4,0,166,140, | ||
3409 | 8,0,167,140,0,0,102,172,4,0,103,172, | ||
3410 | 12,0,66,36,12,0,163,140,33,16,130,0, | ||
3411 | 3,131,1,60,33,8,36,0,36,13,35,172, | ||
3412 | 16,0,163,140,20,0,166,140,0,0,67,172, | ||
3413 | 4,0,70,172,24,0,163,148,1,0,2,36, | ||
3414 | 3,131,1,60,33,8,36,0,106,13,34,164, | ||
3415 | 3,131,1,60,33,8,36,0,48,13,35,164, | ||
3416 | 26,0,162,148,3,131,1,60,33,8,36,0, | ||
3417 | 8,0,224,3,108,13,34,164,28,0,130,148, | ||
3418 | 3,131,1,60,232,12,34,164,30,0,130,148, | ||
3419 | 3,131,1,60,234,12,34,164,32,0,130,148, | ||
3420 | 3,131,1,60,236,12,34,164,40,0,130,140, | ||
3421 | 3,131,1,60,8,0,224,3,252,12,34,172, | ||
3422 | 224,255,189,39,16,0,176,175,33,128,160,0, | ||
3423 | 192,25,4,0,3,131,2,60,16,13,66,36, | ||
3424 | 20,0,177,175,33,136,98,0,24,0,191,175, | ||
3425 | 4,0,4,142,8,0,5,142,12,0,38,142, | ||
3426 | 16,0,39,142,20,35,192,12,0,0,0,0, | ||
3427 | 48,0,64,4,1,0,2,36,4,0,4,142, | ||
3428 | 8,0,5,142,12,0,38,142,16,0,39,142, | ||
3429 | 20,35,192,12,0,0,0,0,40,0,64,20, | ||
3430 | 33,16,0,0,12,0,4,142,20,0,35,142, | ||
3431 | 0,0,0,0,43,16,131,0,34,0,64,20, | ||
3432 | 1,0,2,36,32,0,131,20,33,16,0,0, | ||
3433 | 16,0,4,142,20,0,5,142,24,0,38,142, | ||
3434 | 28,0,39,142,20,35,192,12,0,0,0,0, | ||
3435 | 24,0,64,4,1,0,2,36,16,0,4,142, | ||
3436 | 20,0,5,142,24,0,38,142,28,0,39,142, | ||
3437 | 20,35,192,12,0,0,0,0,16,0,64,20, | ||
3438 | 33,16,0,0,16,0,4,142,20,0,5,142, | ||
3439 | 3,131,6,60,216,12,198,140,3,131,7,60, | ||
3440 | 220,12,231,140,20,35,192,12,0,0,0,0, | ||
3441 | 6,0,64,20,1,0,2,36,24,0,3,150, | ||
3442 | 32,0,34,150,0,0,0,0,43,16,67,0, | ||
3443 | 1,0,66,56,24,0,191,143,20,0,177,143, | ||
3444 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
3445 | 44,133,130,143,216,255,189,39,20,0,177,175, | ||
3446 | 33,136,128,0,32,0,180,175,33,160,160,0, | ||
3447 | 36,0,191,175,28,0,179,175,24,0,178,175, | ||
3448 | 53,0,64,16,16,0,176,175,2,131,19,60, | ||
3449 | 192,4,115,38,33,32,96,2,54,21,192,12, | ||
3450 | 1,0,5,36,33,128,64,0,8,0,0,22, | ||
3451 | 64,26,17,0,2,131,2,60,33,16,67,0, | ||
3452 | 176,247,66,140,33,24,99,2,1,0,66,36, | ||
3453 | 143,40,192,8,240,242,98,172,8,0,4,142, | ||
3454 | 64,146,17,0,20,242,101,38,33,40,69,2, | ||
3455 | 172,41,192,12,33,48,128,2,33,24,64,0, | ||
3456 | 60,0,98,40,2,0,64,16,0,242,98,38, | ||
3457 | 60,0,3,36,33,136,66,2,33,32,32,2, | ||
3458 | 33,40,0,2,1,0,2,36,17,0,2,162, | ||
3459 | 0,128,98,52,0,0,2,174,6,23,192,12, | ||
3460 | 18,0,3,166,10,0,64,20,33,32,0,2, | ||
3461 | 2,131,2,60,33,16,82,0,172,247,66,140, | ||
3462 | 0,0,0,0,1,0,66,36,152,21,192,12, | ||
3463 | 236,0,34,174,143,40,192,8,0,0,0,0, | ||
3464 | 2,131,2,60,33,16,82,0,168,247,66,140, | ||
3465 | 0,0,0,0,1,0,66,36,232,0,34,174, | ||
3466 | 36,0,191,143,32,0,180,143,28,0,179,143, | ||
3467 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
3468 | 8,0,224,3,40,0,189,39,44,133,130,143, | ||
3469 | 216,255,189,39,20,0,177,175,33,136,128,0, | ||
3470 | 32,0,180,175,33,160,160,0,36,0,191,175, | ||
3471 | 28,0,179,175,24,0,178,175,53,0,64,16, | ||
3472 | 16,0,176,175,2,131,19,60,192,4,115,38, | ||
3473 | 33,32,96,2,54,21,192,12,1,0,5,36, | ||
3474 | 33,128,64,0,8,0,0,22,64,26,17,0, | ||
3475 | 2,131,2,60,33,16,67,0,176,247,66,140, | ||
3476 | 33,24,99,2,1,0,66,36,214,40,192,8, | ||
3477 | 240,242,98,172,8,0,4,142,64,146,17,0, | ||
3478 | 20,242,101,38,33,40,69,2,74,42,192,12, | ||
3479 | 33,48,128,2,33,24,64,0,60,0,98,40, | ||
3480 | 2,0,64,16,0,242,98,38,60,0,3,36, | ||
3481 | 33,136,66,2,33,32,32,2,33,40,0,2, | ||
3482 | 1,0,2,36,17,0,2,162,0,128,98,52, | ||
3483 | 0,0,2,174,6,23,192,12,18,0,3,166, | ||
3484 | 10,0,64,20,33,32,0,2,2,131,2,60, | ||
3485 | 33,16,82,0,172,247,66,140,0,0,0,0, | ||
3486 | 1,0,66,36,152,21,192,12,236,0,34,174, | ||
3487 | 214,40,192,8,0,0,0,0,2,131,2,60, | ||
3488 | 33,16,82,0,168,247,66,140,0,0,0,0, | ||
3489 | 1,0,66,36,232,0,34,174,36,0,191,143, | ||
3490 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
3491 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3492 | 40,0,189,39,216,255,189,39,24,0,178,175, | ||
3493 | 33,144,128,0,20,0,177,175,33,136,160,0, | ||
3494 | 16,0,176,175,33,128,192,0,36,0,191,175, | ||
3495 | 32,0,180,175,28,0,179,175,4,0,36,142, | ||
3496 | 8,0,37,142,160,133,134,143,2,131,7,60, | ||
3497 | 180,211,231,140,20,35,192,12,0,0,0,0, | ||
3498 | 11,0,64,20,0,0,0,0,2,131,4,60, | ||
3499 | 144,146,132,36,15,63,192,12,33,40,0,2, | ||
3500 | 100,129,132,39,108,129,134,39,31,21,192,12, | ||
3501 | 6,0,5,38,92,41,192,8,0,0,0,0, | ||
3502 | 3,131,20,60,208,12,148,38,0,0,132,142, | ||
3503 | 3,131,5,60,212,12,165,140,3,131,6,60, | ||
3504 | 216,12,198,140,3,131,7,60,220,12,231,140, | ||
3505 | 0,0,0,0,20,35,192,12,192,129,18,0, | ||
3506 | 3,131,3,60,33,24,112,0,20,13,99,140, | ||
3507 | 0,0,0,0,80,0,96,16,1,0,83,44, | ||
3508 | 33,32,64,2,11,40,192,12,33,40,32,2, | ||
3509 | 50,0,64,16,33,32,64,2,223,39,192,12, | ||
3510 | 33,40,32,2,92,37,192,12,0,0,0,0, | ||
3511 | 206,35,192,12,0,0,0,0,0,0,132,142, | ||
3512 | 3,131,5,60,212,12,165,140,3,131,6,60, | ||
3513 | 216,12,198,140,3,131,7,60,220,12,231,140, | ||
3514 | 20,35,192,12,0,0,0,0,16,0,64,16, | ||
3515 | 0,0,0,0,14,0,96,18,0,0,0,0, | ||
3516 | 3,131,2,60,248,12,66,140,3,131,1,60, | ||
3517 | 9,0,64,16,0,13,32,164,3,131,1,60, | ||
3518 | 72,37,192,12,4,13,32,164,1,0,2,36, | ||
3519 | 3,131,1,60,8,13,34,164,3,131,1,60, | ||
3520 | 10,13,32,164,3,131,2,60,228,12,66,140, | ||
3521 | 0,0,0,0,38,0,66,22,0,0,0,0, | ||
3522 | 254,39,192,12,33,32,32,2,52,36,192,12, | ||
3523 | 0,0,0,0,36,0,34,142,0,0,0,0, | ||
3524 | 30,0,64,16,0,0,0,0,206,39,192,12, | ||
3525 | 0,0,0,0,92,41,192,8,0,0,0,0, | ||
3526 | 3,131,4,60,33,32,144,0,40,13,132,140, | ||
3527 | 3,131,5,60,33,40,176,0,44,13,165,140, | ||
3528 | 3,131,6,60,216,12,198,140,3,131,7,60, | ||
3529 | 220,12,231,140,20,35,192,12,0,0,0,0, | ||
3530 | 12,0,64,20,0,0,0,0,3,131,3,60, | ||
3531 | 33,24,112,0,48,13,99,148,3,131,2,60, | ||
3532 | 33,16,80,0,16,13,66,148,0,0,0,0, | ||
3533 | 3,0,98,20,0,0,0,0,203,36,192,12, | ||
3534 | 33,32,64,2,36,0,191,143,32,0,180,143, | ||
3535 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
3536 | 16,0,176,143,8,0,224,3,40,0,189,39, | ||
3537 | 224,255,189,39,20,0,177,175,33,136,128,0, | ||
3538 | 16,0,176,175,192,129,17,0,24,0,191,175, | ||
3539 | 3,131,2,60,33,16,80,0,20,13,66,140, | ||
3540 | 0,0,0,0,28,0,64,16,0,0,0,0, | ||
3541 | 3,131,4,60,33,32,144,0,40,13,132,140, | ||
3542 | 3,131,5,60,33,40,176,0,44,13,165,140, | ||
3543 | 3,131,6,60,216,12,198,140,3,131,7,60, | ||
3544 | 220,12,231,140,20,35,192,12,0,0,0,0, | ||
3545 | 14,0,64,20,0,0,0,0,3,131,3,60, | ||
3546 | 33,24,112,0,48,13,99,148,3,131,2,60, | ||
3547 | 33,16,80,0,16,13,66,148,0,0,0,0, | ||
3548 | 5,0,98,20,0,0,0,0,161,36,192,12, | ||
3549 | 0,0,0,0,211,39,192,12,33,32,32,2, | ||
3550 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
3551 | 8,0,224,3,32,0,189,39,2,18,5,0, | ||
3552 | 0,0,130,160,8,0,224,3,1,0,133,160, | ||
3553 | 2,22,5,0,0,0,130,160,2,20,5,0, | ||
3554 | 1,0,130,160,2,18,5,0,2,0,130,160, | ||
3555 | 8,0,224,3,3,0,133,160,0,0,130,144, | ||
3556 | 1,0,131,144,0,18,2,0,8,0,224,3, | ||
3557 | 37,16,98,0,0,0,130,144,1,0,131,144, | ||
3558 | 2,0,133,144,0,22,2,0,0,28,3,0, | ||
3559 | 33,16,67,0,0,42,5,0,3,0,131,144, | ||
3560 | 33,16,69,0,8,0,224,3,37,16,67,0, | ||
3561 | 224,255,189,39,16,0,176,175,33,128,128,0, | ||
3562 | 24,0,191,175,20,0,177,175,48,129,135,39, | ||
3563 | 3,0,226,136,0,0,226,152,4,0,227,128, | ||
3564 | 5,0,228,128,3,0,2,170,0,0,2,186, | ||
3565 | 4,0,3,162,5,0,4,162,3,0,162,136, | ||
3566 | 0,0,162,152,4,0,163,128,5,0,164,128, | ||
3567 | 9,0,2,170,6,0,2,186,10,0,3,162, | ||
3568 | 11,0,4,162,12,0,4,38,38,0,5,36, | ||
3569 | 144,41,192,12,33,136,192,0,14,0,4,38, | ||
3570 | 144,41,192,12,66,66,5,36,17,0,4,38, | ||
3571 | 33,40,0,0,3,0,2,36,144,41,192,12, | ||
3572 | 16,0,2,162,19,0,0,162,20,0,0,162, | ||
3573 | 40,0,34,142,0,0,0,0,43,32,2,0, | ||
3574 | 36,0,34,142,0,0,0,0,3,0,64,16, | ||
3575 | 33,24,128,0,218,41,192,8,128,0,130,52, | ||
3576 | 33,16,96,0,21,0,2,162,4,0,37,150, | ||
3577 | 0,0,0,0,144,41,192,12,22,0,4,38, | ||
3578 | 9,0,34,138,6,0,34,154,10,0,35,130, | ||
3579 | 11,0,36,130,27,0,2,170,24,0,2,186, | ||
3580 | 28,0,3,162,29,0,4,162,12,0,37,142, | ||
3581 | 0,0,0,0,148,41,192,12,30,0,4,38, | ||
3582 | 16,0,37,150,0,0,0,0,144,41,192,12, | ||
3583 | 34,0,4,38,21,0,34,138,18,0,34,154, | ||
3584 | 22,0,35,130,23,0,36,130,39,0,2,170, | ||
3585 | 36,0,2,186,40,0,3,162,41,0,4,162, | ||
3586 | 24,0,37,150,0,0,0,0,144,41,192,12, | ||
3587 | 42,0,4,38,26,0,37,150,0,0,0,0, | ||
3588 | 144,41,192,12,44,0,4,38,28,0,37,150, | ||
3589 | 0,0,0,0,144,41,192,12,46,0,4,38, | ||
3590 | 30,0,37,150,0,0,0,0,144,41,192,12, | ||
3591 | 48,0,4,38,32,0,37,150,0,0,0,0, | ||
3592 | 144,41,192,12,50,0,4,38,52,0,2,36, | ||
3593 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
3594 | 8,0,224,3,32,0,189,39,224,255,189,39, | ||
3595 | 16,0,176,175,33,128,160,0,24,0,191,175, | ||
3596 | 20,0,177,175,21,0,2,146,33,136,128,0, | ||
3597 | 1,0,66,48,40,0,34,174,22,0,2,146, | ||
3598 | 22,0,4,38,128,0,66,48,156,41,192,12, | ||
3599 | 36,0,34,174,4,0,34,166,27,0,2,138, | ||
3600 | 24,0,2,154,28,0,3,130,29,0,4,130, | ||
3601 | 9,0,34,170,6,0,34,186,10,0,35,162, | ||
3602 | 11,0,36,162,161,41,192,12,30,0,4,38, | ||
3603 | 34,0,4,38,156,41,192,12,12,0,34,174, | ||
3604 | 16,0,34,166,39,0,2,138,36,0,2,154, | ||
3605 | 40,0,3,130,41,0,4,130,21,0,34,170, | ||
3606 | 18,0,34,186,22,0,35,162,23,0,36,162, | ||
3607 | 156,41,192,12,42,0,4,38,44,0,4,38, | ||
3608 | 156,41,192,12,24,0,34,166,46,0,4,38, | ||
3609 | 156,41,192,12,26,0,34,166,48,0,4,38, | ||
3610 | 156,41,192,12,28,0,34,166,50,0,4,38, | ||
3611 | 156,41,192,12,30,0,34,166,32,0,34,166, | ||
3612 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
3613 | 8,0,224,3,32,0,189,39,232,255,189,39, | ||
3614 | 16,0,176,175,33,128,128,0,20,0,191,175, | ||
3615 | 48,129,134,39,3,0,194,136,0,0,194,152, | ||
3616 | 4,0,195,128,5,0,196,128,3,0,2,170, | ||
3617 | 0,0,2,186,4,0,3,162,5,0,4,162, | ||
3618 | 3,0,162,136,0,0,162,152,4,0,163,128, | ||
3619 | 5,0,164,128,9,0,2,170,6,0,2,186, | ||
3620 | 10,0,3,162,11,0,4,162,12,0,4,38, | ||
3621 | 144,41,192,12,7,0,5,36,14,0,4,38, | ||
3622 | 144,41,192,12,66,66,5,36,17,0,4,38, | ||
3623 | 33,40,0,0,3,0,2,36,144,41,192,12, | ||
3624 | 16,0,2,162,21,0,2,36,128,0,3,36, | ||
3625 | 19,0,0,162,20,0,3,162,20,0,191,143, | ||
3626 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
3627 | 176,255,189,39,68,0,177,175,64,0,176,175, | ||
3628 | 33,128,160,0,72,0,191,175,14,0,3,146, | ||
3629 | 66,0,2,36,9,0,98,20,33,136,128,0, | ||
3630 | 15,0,2,146,0,0,0,0,6,0,67,20, | ||
3631 | 64,26,17,0,16,0,3,146,3,0,2,36, | ||
3632 | 11,0,98,16,0,0,0,0,64,26,17,0, | ||
3633 | 2,131,2,60,33,16,67,0,184,247,66,140, | ||
3634 | 0,0,0,0,1,0,66,36,2,131,1,60, | ||
3635 | 33,8,35,0,182,42,192,8,184,247,34,172, | ||
3636 | 20,0,3,146,0,0,0,0,5,0,96,16, | ||
3637 | 128,0,2,36,21,0,98,16,64,26,17,0, | ||
3638 | 179,42,192,8,0,0,0,0,16,0,164,39, | ||
3639 | 64,26,17,0,2,131,2,60,33,16,67,0, | ||
3640 | 180,247,66,140,0,0,0,0,1,0,66,36, | ||
3641 | 2,131,1,60,33,8,35,0,180,247,34,172, | ||
3642 | 17,42,192,12,33,40,0,2,33,32,32,2, | ||
3643 | 16,0,165,39,222,40,192,12,33,48,0,2, | ||
3644 | 182,42,192,8,0,0,0,0,2,131,2,60, | ||
3645 | 33,16,67,0,180,247,66,140,0,0,0,0, | ||
3646 | 1,0,66,36,2,131,1,60,33,8,35,0, | ||
3647 | 180,247,34,172,100,41,192,12,33,32,32,2, | ||
3648 | 182,42,192,8,0,0,0,0,112,129,132,39, | ||
3649 | 15,63,192,12,0,0,0,0,72,0,191,143, | ||
3650 | 68,0,177,143,64,0,176,143,8,0,224,3, | ||
3651 | 80,0,189,39,8,0,224,3,0,0,0,0, | ||
3652 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
3653 | 1,0,162,48,8,0,64,16,255,255,198,48, | ||
3654 | 67,40,5,0,64,16,5,0,33,16,68,0, | ||
3655 | 0,0,66,144,0,0,0,0,203,42,192,8, | ||
3656 | 33,48,194,0,67,40,5,0,255,255,165,36, | ||
3657 | 255,255,2,36,6,0,162,16,255,255,3,36, | ||
3658 | 0,0,130,148,2,0,132,36,255,255,165,36, | ||
3659 | 252,255,163,20,33,48,194,0,255,255,195,48, | ||
3660 | 2,20,6,0,33,48,98,0,255,255,195,48, | ||
3661 | 2,20,6,0,33,48,98,0,8,0,224,3, | ||
3662 | 255,255,194,48,208,255,189,39,16,0,176,175, | ||
3663 | 33,128,128,0,28,0,179,175,33,152,160,0, | ||
3664 | 24,0,178,175,33,144,192,0,36,0,181,175, | ||
3665 | 33,168,0,2,32,0,180,175,33,160,0,0, | ||
3666 | 40,0,191,175,20,0,177,175,12,0,3,142, | ||
3667 | 0,0,2,142,0,0,0,0,35,24,98,0, | ||
3668 | 42,16,114,0,2,0,64,16,33,136,64,2, | ||
3669 | 33,136,96,0,13,0,32,18,33,40,96,2, | ||
3670 | 35,144,81,2,8,0,2,142,0,0,4,142, | ||
3671 | 33,48,32,2,80,68,192,12,33,32,68,0, | ||
3672 | 8,0,2,142,0,0,2,142,0,0,2,142, | ||
3673 | 33,152,113,2,33,16,81,0,0,0,2,174, | ||
3674 | 0,0,2,142,0,0,0,0,4,0,64,18, | ||
3675 | 33,160,130,2,4,0,16,142,233,42,192,8, | ||
3676 | 0,0,0,0,18,0,180,166,33,16,0,2, | ||
3677 | 40,0,191,143,36,0,181,143,32,0,180,143, | ||
3678 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
3679 | 16,0,176,143,8,0,224,3,48,0,189,39, | ||
3680 | 224,255,189,39,24,0,178,175,33,144,128,0, | ||
3681 | 2,131,4,60,192,4,132,36,36,0,165,175, | ||
3682 | 1,0,5,36,28,0,191,175,20,0,177,175, | ||
3683 | 54,21,192,12,16,0,176,175,33,136,64,0, | ||
3684 | 8,0,32,22,33,40,0,0,2,131,2,60, | ||
3685 | 176,5,66,140,0,0,0,0,1,0,66,36, | ||
3686 | 2,131,1,60,102,43,192,8,176,5,34,172, | ||
3687 | 0,1,3,36,8,0,48,142,8,0,2,36, | ||
3688 | 16,0,2,166,6,0,2,36,18,0,2,162, | ||
3689 | 4,0,2,36,14,0,3,166,19,0,2,162, | ||
3690 | 20,0,3,166,2,131,6,60,212,4,198,36, | ||
3691 | 3,0,194,136,0,0,194,152,4,0,195,132, | ||
3692 | 25,0,2,170,22,0,2,186,26,0,3,166, | ||
3693 | 2,131,1,60,195,211,34,136,176,133,130,155, | ||
3694 | 0,0,0,0,31,0,2,170,28,0,2,186, | ||
3695 | 32,0,4,38,144,71,192,12,6,0,6,36, | ||
3696 | 39,0,162,139,36,0,162,155,0,0,0,0, | ||
3697 | 41,0,2,170,38,0,2,186,132,129,133,39, | ||
3698 | 3,0,162,136,0,0,162,152,4,0,163,128, | ||
3699 | 5,0,164,128,3,0,2,170,0,0,2,186, | ||
3700 | 4,0,3,162,5,0,4,162,2,131,5,60, | ||
3701 | 212,4,165,36,3,0,162,136,0,0,162,152, | ||
3702 | 4,0,163,128,5,0,164,128,9,0,2,170, | ||
3703 | 6,0,2,186,10,0,3,162,11,0,4,162, | ||
3704 | 33,32,64,2,8,6,2,36,12,0,2,166, | ||
3705 | 60,128,2,52,0,0,34,174,60,0,2,36, | ||
3706 | 18,0,34,166,74,21,192,12,33,40,32,2, | ||
3707 | 3,0,64,20,0,0,0,0,152,21,192,12, | ||
3708 | 33,32,32,2,28,0,191,143,24,0,178,143, | ||
3709 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3710 | 32,0,189,39,216,255,189,39,32,0,180,175, | ||
3711 | 33,160,128,0,16,0,176,175,33,128,160,0, | ||
3712 | 36,0,191,175,28,0,179,175,24,0,178,175, | ||
3713 | 20,0,177,175,8,0,2,142,33,152,192,0, | ||
3714 | 33,136,83,0,6,0,35,150,0,1,4,36, | ||
3715 | 5,0,100,16,0,2,2,36,113,0,98,16, | ||
3716 | 0,0,0,0,15,44,192,8,0,0,0,0, | ||
3717 | 24,0,35,150,176,133,130,151,0,0,0,0, | ||
3718 | 139,0,98,20,0,0,0,0,26,0,35,150, | ||
3719 | 2,131,2,60,194,211,66,148,0,0,0,0, | ||
3720 | 133,0,98,20,0,0,0,0,0,0,34,150, | ||
3721 | 0,0,0,0,129,0,68,20,8,0,2,36, | ||
3722 | 2,0,35,150,0,0,0,0,125,0,98,20, | ||
3723 | 6,4,2,36,4,0,35,150,0,0,0,0, | ||
3724 | 121,0,98,20,0,0,0,0,2,131,4,60, | ||
3725 | 192,4,132,36,54,21,192,12,1,0,5,36, | ||
3726 | 33,144,64,0,8,0,64,22,0,0,0,0, | ||
3727 | 2,131,2,60,176,5,66,140,0,0,0,0, | ||
3728 | 1,0,66,36,2,131,1,60,15,44,192,8, | ||
3729 | 176,5,34,172,8,0,5,142,8,0,80,142, | ||
3730 | 9,0,162,136,6,0,162,152,10,0,163,128, | ||
3731 | 11,0,164,128,3,0,2,170,0,0,2,186, | ||
3732 | 4,0,3,162,5,0,4,162,2,131,6,60, | ||
3733 | 212,4,198,36,3,0,194,136,0,0,194,152, | ||
3734 | 4,0,195,128,5,0,196,128,9,0,2,170, | ||
3735 | 6,0,2,186,10,0,3,162,11,0,4,162, | ||
3736 | 12,0,4,38,12,0,165,36,33,128,19,2, | ||
3737 | 80,68,192,12,244,255,102,38,0,1,2,36, | ||
3738 | 0,0,2,166,8,0,2,36,2,0,2,166, | ||
3739 | 6,0,2,36,4,0,2,162,4,0,2,36, | ||
3740 | 5,0,2,162,0,2,2,36,6,0,2,166, | ||
3741 | 2,131,5,60,212,4,165,36,3,0,162,136, | ||
3742 | 0,0,162,152,4,0,163,132,11,0,2,170, | ||
3743 | 8,0,2,186,12,0,3,166,2,131,1,60, | ||
3744 | 195,211,34,136,176,133,130,155,0,0,0,0, | ||
3745 | 17,0,2,170,14,0,2,186,11,0,34,138, | ||
3746 | 8,0,34,154,12,0,35,134,21,0,2,170, | ||
3747 | 18,0,2,186,22,0,3,166,17,0,34,138, | ||
3748 | 14,0,34,154,0,0,0,0,27,0,2,170, | ||
3749 | 24,0,2,186,33,32,128,2,33,40,64,2, | ||
3750 | 60,128,2,52,0,0,66,174,60,0,2,36, | ||
3751 | 74,21,192,12,18,0,66,166,38,0,64,20, | ||
3752 | 0,0,0,0,152,21,192,12,33,32,64,2, | ||
3753 | 15,44,192,8,0,0,0,0,14,0,35,150, | ||
3754 | 196,133,130,151,0,0,0,0,29,0,98,20, | ||
3755 | 0,0,0,0,16,0,35,150,2,131,2,60, | ||
3756 | 214,211,66,148,0,0,0,0,23,0,98,20, | ||
3757 | 0,0,0,0,0,0,34,150,0,0,0,0, | ||
3758 | 19,0,68,20,8,0,2,36,2,0,35,150, | ||
3759 | 0,0,0,0,15,0,98,20,6,4,2,36, | ||
3760 | 4,0,35,150,0,0,0,0,11,0,98,20, | ||
3761 | 0,0,0,0,68,133,130,143,140,129,134,39, | ||
3762 | 11,0,35,138,8,0,35,154,12,0,36,134, | ||
3763 | 3,0,195,168,0,0,195,184,4,0,196,164, | ||
3764 | 20,0,66,36,152,129,130,175,36,0,191,143, | ||
3765 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
3766 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
3767 | 40,0,189,39,192,255,189,39,80,0,169,143, | ||
3768 | 84,0,168,143,56,0,180,175,33,160,128,0, | ||
3769 | 44,0,177,175,88,0,177,143,16,0,164,39, | ||
3770 | 52,0,179,175,92,0,179,143,3,131,3,60, | ||
3771 | 32,17,99,36,40,0,176,175,33,128,192,0, | ||
3772 | 60,0,191,175,48,0,178,175,0,0,98,140, | ||
3773 | 8,0,50,142,1,0,66,36,0,0,98,172, | ||
3774 | 3,0,162,136,0,0,162,152,4,0,163,128, | ||
3775 | 5,0,170,128,3,0,66,170,0,0,66,186, | ||
3776 | 4,0,67,162,5,0,74,162,2,131,10,60, | ||
3777 | 212,4,74,37,3,0,66,137,0,0,66,153, | ||
3778 | 4,0,67,129,5,0,69,129,9,0,66,170, | ||
3779 | 6,0,66,186,10,0,67,162,11,0,69,162, | ||
3780 | 69,0,2,36,16,0,162,163,17,0,168,163, | ||
3781 | 18,0,34,150,240,132,131,143,33,48,0,0, | ||
3782 | 25,0,169,163,20,0,66,36,0,66,2,0, | ||
3783 | 255,255,66,48,2,18,2,0,37,64,2,1, | ||
3784 | 0,74,3,0,255,255,98,48,2,18,2,0, | ||
3785 | 37,72,34,1,3,131,2,60,0,17,66,140, | ||
3786 | 22,0,160,167,26,0,160,167,18,0,168,167, | ||
3787 | 176,133,136,143,1,0,99,36,240,132,131,175, | ||
3788 | 20,0,169,167,24,0,162,163,28,0,168,175, | ||
3789 | 3,0,226,136,0,0,226,152,0,0,0,0, | ||
3790 | 35,0,162,171,32,0,162,187,192,42,192,12, | ||
3791 | 20,0,5,36,39,16,2,0,26,0,162,167, | ||
3792 | 14,0,2,36,44,0,2,22,8,0,2,36, | ||
3793 | 12,0,66,166,19,0,162,139,16,0,162,155, | ||
3794 | 23,0,163,139,20,0,163,155,27,0,164,139, | ||
3795 | 24,0,164,155,31,0,165,139,28,0,165,155, | ||
3796 | 17,0,66,170,14,0,66,186,21,0,67,170, | ||
3797 | 18,0,67,186,25,0,68,170,22,0,68,186, | ||
3798 | 29,0,69,170,26,0,69,186,35,0,162,139, | ||
3799 | 32,0,162,155,0,0,0,0,33,0,66,170, | ||
3800 | 30,0,66,186,34,0,2,36,0,0,34,174, | ||
3801 | 0,0,35,142,18,0,34,150,0,0,0,0, | ||
3802 | 33,16,67,0,18,0,34,166,18,0,34,150, | ||
3803 | 0,0,0,0,60,0,66,44,68,0,64,16, | ||
3804 | 33,32,128,2,0,0,98,142,18,0,35,150, | ||
3805 | 60,0,66,36,35,16,67,0,0,0,98,174, | ||
3806 | 60,0,2,36,18,0,34,166,201,44,192,8, | ||
3807 | 33,32,128,2,164,129,133,39,3,0,162,136, | ||
3808 | 0,0,162,152,4,0,163,128,5,0,164,128, | ||
3809 | 17,0,66,170,14,0,66,186,18,0,67,162, | ||
3810 | 19,0,68,162,8,0,2,36,20,0,66,166, | ||
3811 | 19,0,162,139,16,0,162,155,23,0,163,139, | ||
3812 | 20,0,163,155,27,0,164,139,24,0,164,155, | ||
3813 | 31,0,165,139,28,0,165,155,25,0,66,170, | ||
3814 | 22,0,66,186,29,0,67,170,26,0,67,186, | ||
3815 | 33,0,68,170,30,0,68,186,37,0,69,170, | ||
3816 | 34,0,69,186,35,0,162,139,32,0,162,155, | ||
3817 | 0,0,0,0,41,0,66,170,38,0,66,186, | ||
3818 | 42,0,2,36,0,0,34,174,0,0,35,142, | ||
3819 | 18,0,34,150,0,0,0,0,33,16,67,0, | ||
3820 | 18,0,34,166,18,0,34,150,0,0,0,0, | ||
3821 | 60,0,66,44,8,0,64,16,0,0,0,0, | ||
3822 | 0,0,98,142,18,0,35,150,60,0,66,36, | ||
3823 | 35,16,67,0,0,0,98,174,60,0,2,36, | ||
3824 | 18,0,34,166,18,0,34,150,0,0,0,0, | ||
3825 | 0,26,2,0,2,18,2,0,37,24,98,0, | ||
3826 | 12,0,67,166,33,32,128,2,74,21,192,12, | ||
3827 | 33,40,32,2,8,0,64,20,33,32,32,2, | ||
3828 | 3,131,3,60,36,17,99,36,0,0,98,140, | ||
3829 | 0,0,0,0,1,0,66,36,152,21,192,12, | ||
3830 | 0,0,98,172,60,0,191,143,56,0,180,143, | ||
3831 | 52,0,179,143,48,0,178,143,44,0,177,143, | ||
3832 | 40,0,176,143,8,0,224,3,64,0,189,39, | ||
3833 | 176,255,189,39,56,0,180,175,112,0,180,143, | ||
3834 | 48,0,178,175,100,0,178,143,52,0,179,175, | ||
3835 | 104,0,179,143,64,0,182,175,33,176,128,0, | ||
3836 | 72,0,190,175,33,240,160,0,60,0,181,175, | ||
3837 | 33,168,224,0,68,0,183,175,108,0,183,143, | ||
3838 | 2,131,4,60,192,4,132,36,76,0,191,175, | ||
3839 | 44,0,177,175,40,0,176,175,32,0,166,175, | ||
3840 | 7,2,130,38,2,130,2,0,54,21,192,12, | ||
3841 | 33,40,0,2,33,136,64,0,8,0,32,22, | ||
3842 | 0,74,18,0,2,131,4,60,232,146,132,36, | ||
3843 | 33,40,128,2,15,63,192,12,33,48,0,2, | ||
3844 | 74,45,192,8,0,0,0,0,255,255,66,50, | ||
3845 | 2,18,2,0,37,72,34,1,0,66,19,0, | ||
3846 | 255,255,98,50,2,18,2,0,37,64,2,1, | ||
3847 | 8,0,130,38,0,58,2,0,255,255,66,48, | ||
3848 | 2,18,2,0,37,56,226,0,0,163,4,60, | ||
3849 | 220,5,132,52,4,0,5,36,4,0,34,142, | ||
3850 | 0,17,6,36,8,0,80,140,4,0,35,142, | ||
3851 | 8,0,2,36,0,0,98,172,0,0,9,166, | ||
3852 | 2,0,8,166,6,0,0,166,192,42,192,12, | ||
3853 | 4,0,7,166,33,32,160,2,4,0,5,36, | ||
3854 | 192,42,192,12,255,255,70,48,4,0,4,38, | ||
3855 | 2,0,5,36,192,42,192,12,255,255,70,48, | ||
3856 | 33,32,0,2,8,0,5,36,192,42,192,12, | ||
3857 | 255,255,70,48,33,32,224,2,33,40,128,2, | ||
3858 | 192,42,192,12,255,255,70,48,39,24,2,0, | ||
3859 | 255,255,98,48,2,0,64,20,33,40,224,2, | ||
3860 | 255,255,3,52,6,0,3,166,4,0,36,142, | ||
3861 | 0,0,0,0,220,42,192,12,33,48,128,2, | ||
3862 | 33,32,192,2,0,0,67,140,33,40,192,3, | ||
3863 | 0,128,99,52,0,0,67,172,4,0,35,142, | ||
3864 | 32,0,166,143,18,0,99,148,33,56,160,2, | ||
3865 | 18,0,35,166,96,0,170,143,17,0,3,36, | ||
3866 | 16,0,163,175,24,0,177,175,28,0,162,175, | ||
3867 | 23,44,192,12,20,0,170,175,3,131,3,60, | ||
3868 | 124,17,99,36,0,0,98,140,0,0,0,0, | ||
3869 | 1,0,66,36,0,0,98,172,76,0,191,143, | ||
3870 | 72,0,190,143,68,0,183,143,64,0,182,143, | ||
3871 | 60,0,181,143,56,0,180,143,52,0,179,143, | ||
3872 | 48,0,178,143,44,0,177,143,40,0,176,143, | ||
3873 | 8,0,224,3,80,0,189,39,128,255,189,39, | ||
3874 | 116,0,183,175,33,184,128,0,112,0,182,175, | ||
3875 | 33,176,160,0,104,0,180,175,33,160,192,0, | ||
3876 | 108,0,181,175,33,168,224,0,40,0,164,39, | ||
3877 | 96,0,178,175,144,0,178,143,33,40,0,0, | ||
3878 | 100,0,179,175,148,0,179,143,16,0,6,36, | ||
3879 | 120,0,191,175,92,0,177,175,144,71,192,12, | ||
3880 | 88,0,176,175,56,0,177,39,33,32,32,2, | ||
3881 | 33,40,0,0,2,0,16,36,40,0,176,167, | ||
3882 | 2,0,162,150,0,0,0,0,42,0,162,167, | ||
3883 | 19,0,130,138,16,0,130,154,0,0,0,0, | ||
3884 | 47,0,162,171,44,0,162,187,144,71,192,12, | ||
3885 | 16,0,6,36,33,32,64,2,33,40,96,2, | ||
3886 | 40,0,166,39,33,56,32,2,56,0,176,167, | ||
3887 | 0,0,162,150,2,131,16,60,8,239,16,38, | ||
3888 | 58,0,162,167,15,0,130,138,12,0,130,154, | ||
3889 | 0,0,0,0,63,0,162,171,60,0,162,187, | ||
3890 | 242,5,2,36,84,0,162,167,72,0,162,39, | ||
3891 | 72,0,160,167,76,0,176,175,80,0,176,175, | ||
3892 | 247,71,192,12,16,0,162,175,255,255,3,36, | ||
3893 | 22,0,67,16,12,0,145,38,33,32,224,2, | ||
3894 | 6,0,197,38,35,48,150,2,0,0,163,150, | ||
3895 | 4,0,2,36,16,0,162,175,161,0,2,36, | ||
3896 | 20,0,162,175,28,0,176,175,0,18,3,0, | ||
3897 | 2,26,3,0,37,16,67,0,255,255,66,48, | ||
3898 | 24,0,162,175,80,0,162,143,76,0,163,143, | ||
3899 | 33,56,32,2,35,16,67,0,255,255,66,48, | ||
3900 | 220,44,192,12,32,0,162,175,120,0,191,143, | ||
3901 | 116,0,183,143,112,0,182,143,108,0,181,143, | ||
3902 | 104,0,180,143,100,0,179,143,96,0,178,143, | ||
3903 | 92,0,177,143,88,0,176,143,8,0,224,3, | ||
3904 | 128,0,189,39,196,133,130,143,184,255,189,39, | ||
3905 | 64,0,191,175,60,0,177,175,109,0,64,16, | ||
3906 | 56,0,176,175,255,255,3,36,106,0,67,16, | ||
3907 | 0,0,0,0,176,133,130,143,176,133,145,39, | ||
3908 | 102,0,64,16,0,0,0,0,100,0,67,16, | ||
3909 | 0,0,0,0,2,131,2,60,8,239,66,36, | ||
3910 | 44,0,162,175,48,0,162,175,242,5,2,36, | ||
3911 | 40,0,160,167,6,0,128,16,52,0,162,167, | ||
3912 | 1,0,2,36,23,0,130,16,0,0,0,0, | ||
3913 | 36,46,192,8,0,0,0,0,2,131,16,60, | ||
3914 | 160,204,16,38,156,71,192,12,33,32,0,2, | ||
3915 | 0,163,4,60,4,1,132,140,204,204,3,60, | ||
3916 | 205,204,99,52,25,0,131,0,33,40,32,2, | ||
3917 | 33,48,0,2,33,56,64,0,40,0,164,39, | ||
3918 | 16,64,0,0,194,16,8,0,0,0,0,0, | ||
3919 | 104,56,192,12,16,0,162,175,251,45,192,8, | ||
3920 | 33,24,64,0,3,131,2,60,28,18,66,148, | ||
3921 | 0,0,0,0,2,0,66,48,61,0,64,16, | ||
3922 | 0,0,0,0,2,131,16,60,160,204,16,38, | ||
3923 | 156,71,192,12,33,32,0,2,0,163,4,60, | ||
3924 | 4,1,132,140,204,204,3,60,205,204,99,52, | ||
3925 | 25,0,131,0,33,40,32,2,33,48,0,2, | ||
3926 | 33,56,64,0,40,0,164,39,16,64,0,0, | ||
3927 | 194,16,8,0,0,0,0,0,105,57,192,12, | ||
3928 | 16,0,162,175,33,24,64,0,255,255,2,36, | ||
3929 | 39,0,98,16,0,0,0,0,140,129,130,147, | ||
3930 | 0,0,0,0,1,0,66,48,7,0,64,20, | ||
3931 | 0,0,0,0,68,133,131,143,152,129,130,143, | ||
3932 | 0,0,0,0,43,16,67,0,11,0,64,16, | ||
3933 | 33,32,0,0,68,133,131,143,148,129,130,143, | ||
3934 | 0,0,0,0,6,0,98,16,33,32,0,0, | ||
3935 | 196,133,133,143,148,129,131,175,17,43,192,12, | ||
3936 | 33,32,0,0,33,32,0,0,140,129,133,39, | ||
3937 | 14,0,6,36,4,0,2,36,16,0,162,175, | ||
3938 | 162,0,2,36,20,0,162,175,24,0,162,175, | ||
3939 | 2,131,2,60,8,239,66,36,28,0,162,175, | ||
3940 | 48,0,162,143,44,0,163,143,196,133,135,39, | ||
3941 | 35,16,67,0,255,255,66,48,220,44,192,12, | ||
3942 | 32,0,162,175,64,0,191,143,60,0,177,143, | ||
3943 | 56,0,176,143,8,0,224,3,72,0,189,39, | ||
3944 | 208,255,189,39,36,0,179,175,33,152,128,0, | ||
3945 | 40,0,180,175,33,160,160,0,32,0,178,175, | ||
3946 | 24,0,176,175,33,128,224,0,44,0,191,175, | ||
3947 | 28,0,177,175,6,0,2,150,64,0,177,143, | ||
3948 | 0,0,0,0,20,0,64,16,33,144,192,0, | ||
3949 | 12,0,68,38,8,0,5,36,192,42,192,12, | ||
3950 | 0,17,6,36,4,0,4,38,2,0,5,36, | ||
3951 | 192,42,192,12,255,255,70,48,33,32,0,2, | ||
3952 | 33,40,32,2,192,42,192,12,255,255,70,48, | ||
3953 | 255,255,66,48,255,255,3,52,4,0,67,16, | ||
3954 | 0,0,0,0,3,131,3,60,111,46,192,8, | ||
3955 | 120,17,99,36,4,0,2,150,0,0,0,0, | ||
3956 | 0,26,2,0,2,18,2,0,37,24,98,0, | ||
3957 | 255,255,99,48,4,0,113,16,8,0,7,38, | ||
3958 | 3,131,3,60,111,46,192,8,120,17,99,36, | ||
3959 | 2,0,2,150,0,0,0,0,0,26,2,0, | ||
3960 | 2,18,2,0,37,24,98,0,255,255,99,48, | ||
3961 | 161,0,2,36,15,0,98,20,248,255,40,38, | ||
3962 | 33,32,96,2,33,40,128,2,3,131,3,60, | ||
3963 | 112,17,99,36,0,0,98,140,33,48,64,2, | ||
3964 | 16,0,167,175,33,56,0,2,20,0,168,175, | ||
3965 | 1,0,66,36,86,45,192,12,0,0,98,172, | ||
3966 | 115,46,192,8,0,0,0,0,3,131,3,60, | ||
3967 | 116,17,99,36,0,0,98,140,0,0,0,0, | ||
3968 | 1,0,66,36,0,0,98,172,44,0,191,143, | ||
3969 | 40,0,180,143,36,0,179,143,32,0,178,143, | ||
3970 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
3971 | 48,0,189,39,192,255,189,39,52,0,181,175, | ||
3972 | 33,168,128,0,44,0,179,175,33,152,160,0, | ||
3973 | 48,0,180,175,33,160,192,0,32,0,176,175, | ||
3974 | 33,128,224,0,33,32,0,2,33,48,0,0, | ||
3975 | 40,0,178,175,80,0,178,143,3,131,3,60, | ||
3976 | 144,16,99,36,56,0,191,175,36,0,177,175, | ||
3977 | 0,0,98,140,33,40,64,2,1,0,66,36, | ||
3978 | 192,42,192,12,0,0,98,172,255,255,66,48, | ||
3979 | 255,255,3,52,8,0,67,16,8,0,2,36, | ||
3980 | 3,131,2,60,148,16,66,140,0,0,0,0, | ||
3981 | 1,0,66,36,3,131,1,60,217,46,192,8, | ||
3982 | 148,16,34,172,0,0,3,150,0,0,0,0, | ||
3983 | 58,0,98,20,255,1,69,38,2,131,4,60, | ||
3984 | 192,4,132,36,3,131,2,60,172,16,66,140, | ||
3985 | 3,131,3,60,196,16,99,140,1,0,66,36, | ||
3986 | 1,0,99,36,3,131,1,60,172,16,34,172, | ||
3987 | 3,131,1,60,196,16,35,172,54,21,192,12, | ||
3988 | 2,42,5,0,33,136,64,0,8,0,32,22, | ||
3989 | 33,32,0,2,3,131,2,60,200,16,66,140, | ||
3990 | 0,0,0,0,1,0,66,36,3,131,1,60, | ||
3991 | 217,46,192,8,200,16,34,172,33,40,64,2, | ||
3992 | 33,48,0,0,0,0,0,162,192,42,192,12, | ||
3993 | 2,0,0,166,33,40,0,2,39,16,2,0, | ||
3994 | 2,0,162,164,4,0,36,142,0,0,0,0, | ||
3995 | 220,42,192,12,33,48,64,2,33,32,160,2, | ||
3996 | 6,0,101,38,35,48,147,2,0,0,67,140, | ||
3997 | 12,0,135,38,0,128,99,52,0,0,67,172, | ||
3998 | 1,0,3,36,18,0,50,166,16,0,163,175, | ||
3999 | 4,0,3,36,20,0,163,175,24,0,177,175, | ||
4000 | 23,44,192,12,28,0,162,175,3,131,2,60, | ||
4001 | 228,16,66,140,0,0,0,0,1,0,66,36, | ||
4002 | 3,131,1,60,228,16,34,172,56,0,191,143, | ||
4003 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
4004 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
4005 | 8,0,224,3,64,0,189,39,200,255,189,39, | ||
4006 | 44,0,181,175,33,168,128,0,3,131,3,60, | ||
4007 | 4,17,99,36,48,0,191,175,40,0,180,175, | ||
4008 | 36,0,179,175,32,0,178,175,28,0,177,175, | ||
4009 | 24,0,176,175,0,0,98,140,33,136,160,0, | ||
4010 | 1,0,66,36,0,0,98,172,18,0,34,150, | ||
4011 | 0,0,0,0,255,255,84,48,243,5,130,46, | ||
4012 | 8,0,64,20,33,152,192,0,3,131,2,60, | ||
4013 | 8,17,66,140,0,0,0,0,1,0,66,36, | ||
4014 | 3,131,1,60,132,47,192,8,8,17,34,172, | ||
4015 | 2,131,18,60,18,233,82,38,33,32,64,2, | ||
4016 | 0,0,48,142,8,0,37,142,255,63,16,50, | ||
4017 | 80,68,192,12,33,48,0,2,0,0,34,142, | ||
4018 | 0,0,0,0,0,128,66,48,5,0,64,20, | ||
4019 | 33,144,80,2,4,0,49,142,0,0,0,0, | ||
4020 | 1,47,192,8,33,32,64,2,2,131,18,60, | ||
4021 | 18,233,82,38,33,128,114,2,16,0,17,38, | ||
4022 | 33,32,32,2,176,133,133,39,168,71,192,12, | ||
4023 | 4,0,6,36,9,0,64,16,33,32,32,2, | ||
4024 | 128,129,133,39,168,71,192,12,4,0,6,36, | ||
4025 | 4,0,64,16,0,0,0,0,3,131,3,60, | ||
4026 | 128,47,192,8,12,17,99,36,0,0,4,146, | ||
4027 | 64,0,2,36,240,0,131,48,4,0,98,16, | ||
4028 | 15,0,130,48,3,131,3,60,128,47,192,8, | ||
4029 | 8,17,99,36,128,136,2,0,20,0,34,42, | ||
4030 | 4,0,64,16,33,32,0,2,3,131,3,60, | ||
4031 | 128,47,192,8,8,17,99,36,33,40,32,2, | ||
4032 | 192,42,192,12,33,48,0,0,255,255,66,48, | ||
4033 | 255,255,3,52,4,0,67,16,0,0,0,0, | ||
4034 | 3,131,3,60,128,47,192,8,8,17,99,36, | ||
4035 | 6,0,2,150,0,0,0,0,63,255,66,48, | ||
4036 | 18,0,64,16,33,56,17,2,3,131,3,60, | ||
4037 | 48,17,99,36,0,0,98,140,0,0,0,0, | ||
4038 | 1,0,66,36,0,0,98,172,3,131,2,60, | ||
4039 | 56,17,66,140,3,131,3,60,24,17,99,140, | ||
4040 | 1,0,66,36,1,0,99,36,3,131,1,60, | ||
4041 | 56,17,34,172,3,131,1,60,132,47,192,8, | ||
4042 | 24,17,35,172,2,0,2,150,0,0,0,0, | ||
4043 | 0,26,2,0,2,18,2,0,37,24,98,0, | ||
4044 | 255,255,99,48,35,64,113,0,35,16,242,0, | ||
4045 | 35,16,130,2,42,16,72,0,4,0,64,16, | ||
4046 | 1,0,2,36,3,131,3,60,128,47,192,8, | ||
4047 | 24,17,99,36,9,0,3,146,0,0,0,0, | ||
4048 | 5,0,98,16,17,0,2,36,15,0,98,16, | ||
4049 | 33,32,160,2,126,47,192,8,0,0,0,0, | ||
4050 | 33,32,160,2,33,40,64,2,3,131,3,60, | ||
4051 | 28,17,99,36,0,0,98,140,33,48,0,2, | ||
4052 | 16,0,168,175,1,0,66,36,123,46,192,12, | ||
4053 | 0,0,98,172,132,47,192,8,0,0,0,0, | ||
4054 | 33,40,64,2,3,131,3,60,28,17,99,36, | ||
4055 | 0,0,98,140,33,48,0,2,16,0,168,175, | ||
4056 | 1,0,66,36,41,46,192,12,0,0,98,172, | ||
4057 | 132,47,192,8,0,0,0,0,3,131,3,60, | ||
4058 | 20,17,99,36,0,0,98,140,0,0,0,0, | ||
4059 | 1,0,66,36,0,0,98,172,48,0,191,143, | ||
4060 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
4061 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
4062 | 8,0,224,3,56,0,189,39,232,255,189,39, | ||
4063 | 255,0,12,60,255,0,140,53,0,255,13,60, | ||
4064 | 0,255,173,53,16,0,176,175,3,131,16,60, | ||
4065 | 0,17,16,38,33,32,0,2,33,40,0,0, | ||
4066 | 0,163,9,60,220,5,41,141,0,163,10,60, | ||
4067 | 16,6,74,141,0,163,11,60,224,5,107,141, | ||
4068 | 20,0,191,175,0,28,9,0,2,20,9,0, | ||
4069 | 37,24,98,0,0,60,10,0,2,20,10,0, | ||
4070 | 37,56,226,0,0,68,11,0,2,20,11,0, | ||
4071 | 37,64,2,1,2,18,3,0,36,16,76,0, | ||
4072 | 0,26,3,0,36,24,109,0,37,16,67,0, | ||
4073 | 184,133,130,175,2,18,7,0,36,16,76,0, | ||
4074 | 0,58,7,0,36,56,237,0,37,16,71,0, | ||
4075 | 192,133,130,175,2,18,8,0,36,16,76,0, | ||
4076 | 0,66,8,0,36,64,13,1,37,16,72,0, | ||
4077 | 176,133,137,175,196,133,138,175,188,133,139,175, | ||
4078 | 180,133,130,175,144,71,192,12,76,0,6,36, | ||
4079 | 3,131,4,60,144,16,132,36,33,40,0,0, | ||
4080 | 32,0,2,36,0,0,2,174,10,0,2,36, | ||
4081 | 3,131,1,60,44,17,34,172,144,71,192,12, | ||
4082 | 104,0,6,36,3,131,4,60,112,17,132,36, | ||
4083 | 33,40,0,0,144,71,192,12,16,0,6,36, | ||
4084 | 3,131,4,60,80,17,132,36,33,40,0,0, | ||
4085 | 144,71,192,12,32,0,6,36,20,0,191,143, | ||
4086 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
4087 | 176,255,189,39,100,0,162,143,96,0,169,143, | ||
4088 | 72,0,182,175,33,176,128,0,48,0,176,175, | ||
4089 | 104,0,176,143,34,0,164,39,60,0,179,175, | ||
4090 | 108,0,179,143,3,131,3,60,104,17,99,36, | ||
4091 | 56,0,178,175,2,131,18,60,212,4,82,38, | ||
4092 | 52,0,177,175,33,136,192,0,68,0,181,175, | ||
4093 | 112,0,181,143,4,0,6,36,76,0,191,175, | ||
4094 | 64,0,180,175,0,66,2,0,255,255,66,48, | ||
4095 | 2,18,2,0,37,64,2,1,0,0,98,140, | ||
4096 | 8,0,116,142,1,0,66,36,0,0,98,172, | ||
4097 | 3,0,162,136,0,0,162,152,4,0,163,128, | ||
4098 | 5,0,170,128,3,0,130,170,0,0,130,186, | ||
4099 | 4,0,131,162,5,0,138,162,3,0,66,138, | ||
4100 | 0,0,66,154,4,0,67,130,5,0,69,130, | ||
4101 | 9,0,130,170,6,0,130,186,10,0,131,162, | ||
4102 | 11,0,133,162,255,255,2,52,16,0,162,167, | ||
4103 | 18,0,98,150,33,40,0,0,20,0,160,163, | ||
4104 | 21,0,160,163,30,0,66,36,0,26,2,0, | ||
4105 | 255,255,66,48,2,18,2,0,37,24,98,0, | ||
4106 | 18,0,163,167,3,0,226,136,0,0,226,152, | ||
4107 | 0,0,0,0,25,0,162,171,22,0,162,187, | ||
4108 | 3,0,34,137,0,0,34,153,4,0,35,129, | ||
4109 | 5,0,39,129,29,0,162,171,26,0,162,187, | ||
4110 | 30,0,163,163,31,0,167,163,144,71,192,12, | ||
4111 | 32,0,168,167,3,0,66,138,0,0,66,154, | ||
4112 | 4,0,67,134,41,0,162,171,38,0,162,187, | ||
4113 | 42,0,163,167,33,16,0,2,0,130,16,0, | ||
4114 | 255,255,66,48,2,18,2,0,37,128,2,2, | ||
4115 | 14,0,2,36,58,0,34,22,44,0,176,167, | ||
4116 | 18,0,162,151,0,0,0,0,12,0,130,166, | ||
4117 | 19,0,162,139,16,0,162,155,23,0,163,139, | ||
4118 | 20,0,163,155,27,0,164,139,24,0,164,155, | ||
4119 | 31,0,165,139,28,0,165,155,17,0,130,170, | ||
4120 | 14,0,130,186,21,0,131,170,18,0,131,186, | ||
4121 | 25,0,132,170,22,0,132,186,29,0,133,170, | ||
4122 | 26,0,133,186,35,0,162,139,32,0,162,155, | ||
4123 | 39,0,163,139,36,0,163,155,43,0,164,139, | ||
4124 | 40,0,164,155,44,0,165,131,33,0,130,170, | ||
4125 | 30,0,130,186,37,0,131,170,34,0,131,186, | ||
4126 | 41,0,132,170,38,0,132,186,42,0,133,162, | ||
4127 | 45,0,162,131,0,0,0,0,43,0,130,162, | ||
4128 | 44,0,2,36,0,0,98,174,0,0,99,142, | ||
4129 | 18,0,98,150,0,0,0,0,33,16,67,0, | ||
4130 | 18,0,98,166,18,0,98,150,0,0,0,0, | ||
4131 | 60,0,66,44,80,0,64,16,33,32,192,2, | ||
4132 | 0,0,162,142,18,0,99,150,60,0,66,36, | ||
4133 | 35,16,67,0,0,0,162,174,60,0,2,36, | ||
4134 | 18,0,98,166,172,48,192,8,33,32,192,2, | ||
4135 | 208,129,133,39,3,0,162,136,0,0,162,152, | ||
4136 | 4,0,163,128,5,0,164,128,17,0,130,170, | ||
4137 | 14,0,130,186,18,0,131,162,19,0,132,162, | ||
4138 | 129,55,2,36,20,0,130,166,19,0,162,139, | ||
4139 | 16,0,162,155,23,0,163,139,20,0,163,155, | ||
4140 | 27,0,164,139,24,0,164,155,31,0,165,139, | ||
4141 | 28,0,165,155,25,0,130,170,22,0,130,186, | ||
4142 | 29,0,131,170,26,0,131,186,33,0,132,170, | ||
4143 | 30,0,132,186,37,0,133,170,34,0,133,186, | ||
4144 | 35,0,162,139,32,0,162,155,39,0,163,139, | ||
4145 | 36,0,163,155,43,0,164,139,40,0,164,155, | ||
4146 | 44,0,165,131,41,0,130,170,38,0,130,186, | ||
4147 | 45,0,131,170,42,0,131,186,49,0,132,170, | ||
4148 | 46,0,132,186,50,0,133,162,45,0,162,131, | ||
4149 | 0,0,0,0,51,0,130,162,52,0,2,36, | ||
4150 | 0,0,98,174,0,0,99,142,18,0,98,150, | ||
4151 | 0,0,0,0,33,16,67,0,18,0,98,166, | ||
4152 | 18,0,98,150,0,0,0,0,60,0,66,44, | ||
4153 | 8,0,64,16,0,0,0,0,0,0,162,142, | ||
4154 | 18,0,99,150,60,0,66,36,35,16,67,0, | ||
4155 | 0,0,162,174,60,0,2,36,18,0,98,166, | ||
4156 | 18,0,98,150,0,0,0,0,0,26,2,0, | ||
4157 | 2,18,2,0,37,24,98,0,12,0,131,166, | ||
4158 | 33,32,192,2,74,21,192,12,33,40,96,2, | ||
4159 | 8,0,64,20,33,32,96,2,3,131,3,60, | ||
4160 | 108,17,99,36,0,0,98,140,0,0,0,0, | ||
4161 | 1,0,66,36,152,21,192,12,0,0,98,172, | ||
4162 | 76,0,191,143,72,0,182,143,68,0,181,143, | ||
4163 | 64,0,180,143,60,0,179,143,56,0,178,143, | ||
4164 | 52,0,177,143,48,0,176,143,8,0,224,3, | ||
4165 | 80,0,189,39,33,24,0,0,5,0,7,36, | ||
4166 | 58,0,6,36,0,0,162,144,0,0,0,0, | ||
4167 | 2,17,2,0,2,131,1,60,33,8,34,0, | ||
4168 | 176,155,34,144,0,0,0,0,0,0,130,160, | ||
4169 | 0,0,162,144,1,0,132,36,15,0,66,48, | ||
4170 | 2,131,1,60,33,8,34,0,176,155,34,144, | ||
4171 | 1,0,165,36,0,0,130,160,3,0,103,16, | ||
4172 | 1,0,132,36,0,0,134,160,1,0,132,36, | ||
4173 | 1,0,99,36,6,0,98,40,233,255,64,20, | ||
4174 | 0,0,0,0,8,0,224,3,0,0,0,0, | ||
4175 | 128,255,189,39,2,101,2,36,0,2,3,36, | ||
4176 | 112,0,176,175,44,0,176,39,33,32,0,2, | ||
4177 | 33,40,0,0,48,0,6,36,120,0,191,175, | ||
4178 | 116,0,177,175,40,0,162,167,144,71,192,12, | ||
4179 | 42,0,163,167,3,131,17,60,96,18,49,38, | ||
4180 | 2,131,5,60,224,147,165,36,188,71,192,12, | ||
4181 | 33,32,32,2,18,0,64,20,33,32,0,2, | ||
4182 | 2,131,5,60,236,147,165,36,0,0,162,140, | ||
4183 | 4,0,163,140,8,0,164,140,44,0,162,175, | ||
4184 | 48,0,163,175,52,0,164,175,12,0,162,128, | ||
4185 | 0,0,0,0,56,0,162,163,2,131,5,60, | ||
4186 | 212,4,165,36,193,48,192,12,56,0,164,39, | ||
4187 | 8,49,192,8,92,0,177,39,33,40,32,2, | ||
4188 | 204,63,192,12,48,0,6,36,92,0,177,39, | ||
4189 | 33,32,32,2,33,40,0,0,144,71,192,12, | ||
4190 | 4,0,6,36,2,131,4,60,212,4,132,36, | ||
4191 | 0,0,130,140,4,0,131,132,96,0,162,175, | ||
4192 | 100,0,163,167,4,82,2,36,0,1,3,36, | ||
4193 | 236,255,132,36,2,0,5,36,102,0,162,167, | ||
4194 | 54,21,192,12,104,0,163,167,33,128,64,0, | ||
4195 | 22,0,0,18,40,0,165,39,4,0,4,142, | ||
4196 | 0,0,0,0,220,42,192,12,66,0,6,36, | ||
4197 | 33,32,0,0,0,0,67,140,132,129,133,39, | ||
4198 | 0,128,99,52,0,0,67,172,4,0,3,142, | ||
4199 | 14,0,6,36,18,0,99,148,33,56,32,2, | ||
4200 | 18,0,3,166,82,4,3,36,16,0,165,175, | ||
4201 | 20,0,163,175,24,0,163,175,28,0,176,175, | ||
4202 | 214,47,192,12,32,0,162,175,120,0,191,143, | ||
4203 | 116,0,177,143,112,0,176,143,8,0,224,3, | ||
4204 | 128,0,189,39,144,255,189,39,104,0,180,175, | ||
4205 | 33,160,128,0,100,0,179,175,33,152,160,0, | ||
4206 | 92,0,177,175,33,136,192,0,33,32,224,0, | ||
4207 | 40,0,166,39,56,0,167,39,96,0,178,175, | ||
4208 | 2,131,18,60,8,239,82,38,88,0,176,175, | ||
4209 | 128,0,176,143,242,5,2,36,84,0,162,167, | ||
4210 | 72,0,162,39,108,0,191,175,72,0,160,167, | ||
4211 | 76,0,178,175,80,0,178,175,16,0,162,175, | ||
4212 | 247,71,192,12,33,40,0,2,255,255,3,36, | ||
4213 | 37,0,67,16,255,1,5,38,2,131,4,60, | ||
4214 | 192,4,132,36,54,21,192,12,2,42,5,0, | ||
4215 | 33,128,64,0,30,0,0,18,33,40,64,2, | ||
4216 | 80,0,166,143,76,0,162,143,4,0,4,142, | ||
4217 | 35,48,194,0,220,42,192,12,255,255,198,48, | ||
4218 | 33,32,128,2,0,0,67,140,6,0,101,38, | ||
4219 | 0,128,99,52,0,0,67,172,4,0,3,142, | ||
4220 | 35,48,51,2,18,0,99,148,18,0,39,38, | ||
4221 | 18,0,3,166,28,0,40,150,22,0,35,38, | ||
4222 | 16,0,163,175,15,144,3,52,24,0,163,175, | ||
4223 | 28,0,176,175,32,0,162,175,0,18,8,0, | ||
4224 | 2,66,8,0,37,16,72,0,255,255,66,48, | ||
4225 | 214,47,192,12,20,0,162,175,108,0,191,143, | ||
4226 | 104,0,180,143,100,0,179,143,96,0,178,143, | ||
4227 | 92,0,177,143,88,0,176,143,8,0,224,3, | ||
4228 | 112,0,189,39,200,255,189,39,44,0,181,175, | ||
4229 | 33,168,128,0,28,0,177,175,33,136,160,0, | ||
4230 | 48,0,191,175,40,0,180,175,36,0,179,175, | ||
4231 | 32,0,178,175,24,0,176,175,18,0,34,150, | ||
4232 | 0,0,0,0,255,255,84,48,243,5,130,46, | ||
4233 | 4,0,64,20,33,152,192,0,3,131,3,60, | ||
4234 | 241,49,192,8,84,17,99,36,2,131,18,60, | ||
4235 | 16,233,82,38,33,32,64,2,0,0,48,142, | ||
4236 | 8,0,37,142,255,63,16,50,80,68,192,12, | ||
4237 | 33,48,0,2,0,0,34,142,0,0,0,0, | ||
4238 | 0,128,66,48,5,0,64,20,33,144,80,2, | ||
4239 | 4,0,49,142,0,0,0,0,148,49,192,8, | ||
4240 | 33,32,64,2,2,131,2,60,16,233,66,36, | ||
4241 | 33,128,98,2,6,0,17,38,33,32,32,2, | ||
4242 | 0,163,5,60,224,5,165,52,168,71,192,12, | ||
4243 | 4,0,6,36,9,0,64,16,33,32,32,2, | ||
4244 | 224,129,133,39,168,71,192,12,4,0,6,36, | ||
4245 | 5,0,64,16,10,0,17,38,3,131,3,60, | ||
4246 | 241,49,192,8,88,17,99,36,10,0,17,38, | ||
4247 | 33,32,32,2,2,131,5,60,212,4,165,36, | ||
4248 | 168,71,192,12,6,0,6,36,9,0,64,16, | ||
4249 | 33,32,32,2,228,129,133,39,168,71,192,12, | ||
4250 | 6,0,6,36,4,0,64,16,0,0,0,0, | ||
4251 | 3,131,3,60,241,49,192,8,88,17,99,36, | ||
4252 | 0,0,3,150,255,255,2,52,4,0,98,16, | ||
4253 | 30,0,7,38,3,131,3,60,241,49,192,8, | ||
4254 | 88,17,99,36,2,0,2,150,2,131,5,60, | ||
4255 | 16,233,165,36,0,26,2,0,2,18,2,0, | ||
4256 | 37,24,98,0,255,255,99,48,226,255,104,36, | ||
4257 | 35,16,229,0,35,16,130,2,42,16,72,0, | ||
4258 | 4,0,64,16,0,0,0,0,3,131,3,60, | ||
4259 | 241,49,192,8,96,17,99,36,16,0,2,150, | ||
4260 | 0,0,0,0,0,26,2,0,2,18,2,0, | ||
4261 | 37,24,98,0,255,255,99,48,15,144,2,52, | ||
4262 | 11,0,98,20,33,32,160,2,3,131,3,60, | ||
4263 | 100,17,99,36,0,0,98,140,33,48,0,2, | ||
4264 | 16,0,168,175,1,0,66,36,54,49,192,12, | ||
4265 | 0,0,98,172,245,49,192,8,0,0,0,0, | ||
4266 | 3,131,3,60,92,17,99,36,0,0,98,140, | ||
4267 | 0,0,0,0,1,0,66,36,0,0,98,172, | ||
4268 | 48,0,191,143,44,0,181,143,40,0,180,143, | ||
4269 | 36,0,179,143,32,0,178,143,28,0,177,143, | ||
4270 | 24,0,176,143,8,0,224,3,56,0,189,39, | ||
4271 | 0,0,0,0,0,0,0,0,232,255,189,39, | ||
4272 | 16,0,191,175,13,8,192,12,0,8,4,36, | ||
4273 | 8,133,130,175,16,0,191,143,24,0,189,39, | ||
4274 | 8,0,224,3,0,0,0,0,232,255,189,39, | ||
4275 | 45,0,128,16,16,0,191,175,240,129,133,143, | ||
4276 | 7,0,130,36,194,16,2,0,10,0,160,20, | ||
4277 | 1,0,70,36,8,133,133,143,0,133,130,39, | ||
4278 | 0,133,133,175,0,0,162,172,0,8,2,36, | ||
4279 | 240,129,133,175,2,131,1,60,20,211,32,172, | ||
4280 | 4,0,162,172,0,0,164,140,0,0,0,0, | ||
4281 | 4,0,131,140,0,0,0,0,43,16,102,0, | ||
4282 | 14,0,64,20,0,0,0,0,5,0,102,20, | ||
4283 | 35,16,102,0,0,0,130,140,0,0,0,0, | ||
4284 | 43,50,192,8,0,0,162,172,4,0,130,172, | ||
4285 | 192,16,2,0,33,32,130,0,4,0,134,172, | ||
4286 | 240,129,133,175,57,50,192,8,8,0,130,36, | ||
4287 | 240,129,130,143,0,0,0,0,4,0,130,16, | ||
4288 | 33,40,128,0,0,0,132,140,28,50,192,8, | ||
4289 | 0,0,0,0,2,131,4,60,15,63,192,12, | ||
4290 | 64,148,132,36,33,16,0,0,16,0,191,143, | ||
4291 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
4292 | 56,0,128,16,248,255,132,36,240,129,133,143, | ||
4293 | 0,0,0,0,78,50,192,8,43,16,164,0, | ||
4294 | 0,0,163,140,0,0,0,0,43,16,163,0, | ||
4295 | 5,0,64,20,43,16,164,0,12,0,64,20, | ||
4296 | 43,16,131,0,10,0,64,20,0,0,0,0, | ||
4297 | 33,40,96,0,43,16,164,0,244,255,64,16, | ||
4298 | 0,0,0,0,0,0,162,140,0,0,0,0, | ||
4299 | 43,16,130,0,239,255,64,16,0,0,0,0, | ||
4300 | 4,0,134,140,0,0,163,140,192,16,6,0, | ||
4301 | 33,16,130,0,11,0,67,20,0,0,0,0, | ||
4302 | 4,0,98,140,0,0,0,0,33,16,194,0, | ||
4303 | 4,0,130,172,0,0,162,140,0,0,0,0, | ||
4304 | 0,0,66,140,0,0,0,0,102,50,192,8, | ||
4305 | 0,0,130,172,0,0,131,172,4,0,163,140, | ||
4306 | 0,0,0,0,192,16,3,0,33,16,162,0, | ||
4307 | 9,0,68,20,0,0,0,0,4,0,130,140, | ||
4308 | 0,0,0,0,33,16,98,0,4,0,162,172, | ||
4309 | 0,0,130,140,0,0,0,0,117,50,192,8, | ||
4310 | 0,0,162,172,0,0,164,172,240,129,133,175, | ||
4311 | 8,0,224,3,0,0,0,0,232,255,189,39, | ||
4312 | 16,0,191,175,0,50,192,12,0,0,0,0, | ||
4313 | 178,45,192,12,33,32,0,0,16,0,191,143, | ||
4314 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
4315 | 1,0,3,36,5,0,195,20,255,255,2,36, | ||
4316 | 0,0,226,140,0,0,0,0,43,16,2,0, | ||
4317 | 35,16,2,0,8,0,224,3,0,0,0,0, | ||
4318 | 224,255,189,39,16,0,176,175,33,128,224,0, | ||
4319 | 20,0,177,175,48,0,177,143,1,0,2,36, | ||
4320 | 5,0,162,20,24,0,191,175,0,0,194,140, | ||
4321 | 0,0,0,0,8,0,64,16,0,0,0,0, | ||
4322 | 11,0,2,36,33,32,0,2,33,40,32,2, | ||
4323 | 48,72,192,12,96,0,2,174,1,0,66,36, | ||
4324 | 100,0,2,174,17,0,34,146,0,0,0,0, | ||
4325 | 1,0,66,52,17,0,34,162,24,0,191,143, | ||
4326 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
4327 | 32,0,189,39,8,0,224,3,0,0,0,0, | ||
4328 | 16,0,163,143,0,0,0,0,17,0,98,144, | ||
4329 | 0,0,0,0,2,0,66,52,8,0,224,3, | ||
4330 | 17,0,98,160,8,0,224,3,0,0,0,0, | ||
4331 | 224,255,189,39,16,0,176,175,33,128,128,0, | ||
4332 | 244,129,131,151,255,0,2,36,28,0,191,175, | ||
4333 | 24,0,178,175,20,0,177,175,4,0,2,174, | ||
4334 | 60,0,0,174,1,0,98,36,244,129,130,167, | ||
4335 | 10,0,3,166,3,0,162,136,0,0,162,152, | ||
4336 | 7,0,163,136,4,0,163,152,11,0,164,136, | ||
4337 | 8,0,164,152,15,0,167,136,12,0,167,152, | ||
4338 | 15,0,2,170,12,0,2,186,19,0,3,170, | ||
4339 | 16,0,3,186,23,0,4,170,20,0,4,186, | ||
4340 | 27,0,7,170,24,0,7,186,3,0,194,136, | ||
4341 | 0,0,194,152,7,0,195,136,4,0,195,152, | ||
4342 | 11,0,196,136,8,0,196,152,15,0,197,136, | ||
4343 | 12,0,197,152,31,0,2,170,28,0,2,186, | ||
4344 | 35,0,3,170,32,0,3,186,39,0,4,170, | ||
4345 | 36,0,4,186,43,0,5,170,40,0,5,186, | ||
4346 | 80,0,2,142,76,0,3,142,0,0,0,0, | ||
4347 | 35,16,67,0,255,255,81,48,88,0,3,150, | ||
4348 | 3,0,2,36,13,0,98,16,0,0,0,0, | ||
4349 | 2,131,18,60,160,204,82,38,156,71,192,12, | ||
4350 | 33,32,64,2,7,0,81,20,33,32,64,2, | ||
4351 | 76,0,5,142,0,0,0,0,168,71,192,12, | ||
4352 | 33,48,32,2,21,0,64,16,33,16,0,0, | ||
4353 | 2,131,18,60,192,204,82,38,156,71,192,12, | ||
4354 | 33,32,64,2,7,0,81,20,33,32,64,2, | ||
4355 | 76,0,5,142,0,0,0,0,168,71,192,12, | ||
4356 | 33,48,32,2,9,0,64,16,33,16,0,0, | ||
4357 | 3,131,3,60,132,17,99,36,0,0,98,140, | ||
4358 | 1,0,4,36,1,0,66,36,178,45,192,12, | ||
4359 | 0,0,98,172,1,0,2,36,28,0,191,143, | ||
4360 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
4361 | 8,0,224,3,32,0,189,39,0,0,0,0, | ||
4362 | 0,0,0,0,224,255,189,39,20,0,177,175, | ||
4363 | 33,136,224,0,16,0,176,175,48,0,176,143, | ||
4364 | 24,0,191,175,156,71,192,12,33,32,32,2, | ||
4365 | 0,0,2,174,33,16,32,2,24,0,191,143, | ||
4366 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
4367 | 32,0,189,39,8,0,224,3,33,16,224,0, | ||
4368 | 0,0,227,140,204,204,2,60,205,204,66,52, | ||
4369 | 25,0,98,0,16,32,0,0,0,0,0,0, | ||
4370 | 0,0,0,0,8,0,224,3,194,16,4,0, | ||
4371 | 224,255,189,39,16,0,176,175,33,128,224,0, | ||
4372 | 33,32,0,2,33,40,0,0,20,0,177,175, | ||
4373 | 48,0,177,143,24,0,191,175,208,71,192,12, | ||
4374 | 16,0,6,36,2,0,64,20,35,16,80,0, | ||
4375 | 16,0,2,36,0,0,34,174,33,16,0,2, | ||
4376 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
4377 | 8,0,224,3,32,0,189,39,232,255,189,39, | ||
4378 | 40,0,164,143,44,0,165,143,16,0,191,175, | ||
4379 | 205,59,192,12,0,0,0,0,16,0,191,143, | ||
4380 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
4381 | 232,255,189,39,40,0,164,143,44,0,165,143, | ||
4382 | 16,0,191,175,239,59,192,12,0,0,0,0, | ||
4383 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
4384 | 0,0,0,0,232,255,189,39,40,0,164,143, | ||
4385 | 44,0,165,143,16,0,191,175,17,60,192,12, | ||
4386 | 0,0,0,0,16,0,191,143,24,0,189,39, | ||
4387 | 8,0,224,3,0,0,0,0,8,0,224,3, | ||
4388 | 33,16,224,0,0,0,226,140,8,0,224,3, | ||
4389 | 0,0,0,0,216,255,189,39,24,0,176,175, | ||
4390 | 56,0,176,143,32,0,191,175,28,0,177,175, | ||
4391 | 36,0,2,142,1,0,3,36,20,0,81,140, | ||
4392 | 187,0,163,20,0,0,0,0,0,0,195,140, | ||
4393 | 0,0,0,0,183,0,96,16,0,0,0,0, | ||
4394 | 32,133,130,143,0,0,0,0,43,16,67,0, | ||
4395 | 178,0,64,20,255,255,104,36,64,18,8,0, | ||
4396 | 2,131,3,60,192,246,99,36,33,40,67,0, | ||
4397 | 255,255,132,36,22,0,130,44,170,0,64,16, | ||
4398 | 128,16,4,0,2,131,1,60,33,8,34,0, | ||
4399 | 144,148,34,140,0,0,0,0,8,0,64,0, | ||
4400 | 0,0,0,0,2,0,2,36,16,0,2,162, | ||
4401 | 17,0,2,146,0,0,195,140,0,0,0,0, | ||
4402 | 15,52,192,8,2,0,66,52,33,32,32,2, | ||
4403 | 17,0,3,146,4,0,2,36,16,0,2,162, | ||
4404 | 40,0,0,166,44,0,17,174,2,0,99,52, | ||
4405 | 156,71,192,12,17,0,3,162,255,255,66,48, | ||
4406 | 33,16,34,2,48,0,2,174,40,52,192,8, | ||
4407 | 52,0,0,166,17,0,3,146,2,0,2,36, | ||
4408 | 16,0,2,162,243,51,192,8,40,0,17,174, | ||
4409 | 17,0,3,146,2,0,2,36,16,0,2,162, | ||
4410 | 243,51,192,8,40,0,17,174,66,0,2,36, | ||
4411 | 13,0,0,21,16,0,2,162,24,133,132,143, | ||
4412 | 0,0,0,0,64,25,4,0,35,24,100,0, | ||
4413 | 128,17,3,0,35,16,67,0,192,16,2,0, | ||
4414 | 33,16,68,0,128,24,2,0,33,16,67,0, | ||
4415 | 178,51,192,8,192,17,2,0,152,0,2,60, | ||
4416 | 128,150,66,52,40,0,2,174,17,0,2,146, | ||
4417 | 0,0,0,0,199,51,192,8,2,0,66,52, | ||
4418 | 17,0,3,146,4,0,2,36,16,0,2,162, | ||
4419 | 20,0,162,36,44,0,2,174,26,0,162,36, | ||
4420 | 40,0,0,166,48,0,2,174,243,51,192,8, | ||
4421 | 52,0,0,166,2,0,2,36,16,0,2,162, | ||
4422 | 17,0,2,146,1,0,3,36,40,0,3,174, | ||
4423 | 2,0,66,52,40,52,192,8,17,0,2,162, | ||
4424 | 17,0,3,146,0,0,0,0,241,51,192,8, | ||
4425 | 67,0,2,36,65,0,2,36,16,0,2,162, | ||
4426 | 17,0,2,146,168,0,163,140,0,0,0,0, | ||
4427 | 15,52,192,8,2,0,66,52,65,0,2,36, | ||
4428 | 16,0,2,162,156,0,162,140,0,1,164,140, | ||
4429 | 22,52,192,8,0,0,0,0,65,0,2,36, | ||
4430 | 16,0,2,162,17,0,2,146,0,1,163,140, | ||
4431 | 0,0,0,0,15,52,192,8,2,0,66,52, | ||
4432 | 65,0,2,36,16,0,2,162,17,0,2,146, | ||
4433 | 164,0,163,140,0,0,0,0,15,52,192,8, | ||
4434 | 2,0,66,52,65,0,2,36,16,0,2,162, | ||
4435 | 17,0,2,146,160,0,163,140,0,0,0,0, | ||
4436 | 15,52,192,8,2,0,66,52,17,0,3,146, | ||
4437 | 65,0,2,36,16,0,2,162,40,0,0,174, | ||
4438 | 2,0,99,52,40,52,192,8,17,0,3,162, | ||
4439 | 65,0,2,36,16,0,2,162,172,0,162,140, | ||
4440 | 4,1,164,140,22,52,192,8,0,0,0,0, | ||
4441 | 65,0,2,36,16,0,2,162,17,0,2,146, | ||
4442 | 4,1,163,140,0,0,0,0,15,52,192,8, | ||
4443 | 2,0,66,52,65,0,2,36,16,0,2,162, | ||
4444 | 17,0,2,146,184,0,163,140,0,0,0,0, | ||
4445 | 15,52,192,8,2,0,66,52,65,0,2,36, | ||
4446 | 16,0,2,162,17,0,2,146,188,0,163,140, | ||
4447 | 2,0,66,52,40,0,3,174,40,52,192,8, | ||
4448 | 17,0,2,162,66,0,2,36,16,0,2,162, | ||
4449 | 172,0,162,140,176,0,164,140,17,0,3,146, | ||
4450 | 35,16,68,0,2,0,99,52,40,0,2,174, | ||
4451 | 40,52,192,8,17,0,3,162,16,0,160,175, | ||
4452 | 33,32,224,0,33,40,0,2,2,131,7,60, | ||
4453 | 96,204,231,36,226,76,192,12,2,0,6,36, | ||
4454 | 40,52,192,8,0,0,0,0,33,32,224,0, | ||
4455 | 200,76,192,12,33,40,0,2,32,0,191,143, | ||
4456 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
4457 | 40,0,189,39,224,255,189,39,16,0,176,175, | ||
4458 | 33,128,224,0,20,0,177,175,48,0,177,143, | ||
4459 | 1,0,2,36,10,0,162,20,24,0,191,175, | ||
4460 | 0,0,198,140,0,0,0,0,6,0,192,16, | ||
4461 | 0,0,0,0,32,133,130,143,0,0,0,0, | ||
4462 | 43,16,70,0,5,0,64,16,7,0,2,36, | ||
4463 | 33,32,0,2,33,40,32,2,70,52,192,8, | ||
4464 | 11,0,2,36,7,0,130,16,33,32,0,2, | ||
4465 | 33,40,32,2,17,0,2,36,48,72,192,12, | ||
4466 | 96,0,2,174,1,0,66,36,100,0,2,174, | ||
4467 | 17,0,34,146,0,0,0,0,1,0,66,52, | ||
4468 | 17,0,34,162,24,0,191,143,20,0,177,143, | ||
4469 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
4470 | 208,255,189,39,32,0,176,175,64,0,176,143, | ||
4471 | 36,0,177,175,33,136,224,0,4,0,160,20, | ||
4472 | 40,0,191,175,1,0,2,36,106,52,192,8, | ||
4473 | 24,0,162,175,0,0,198,140,32,133,130,143, | ||
4474 | 0,0,0,0,43,16,194,0,3,0,64,16, | ||
4475 | 1,0,194,36,106,52,192,8,24,0,162,175, | ||
4476 | 17,0,2,146,0,0,0,0,18,0,66,52, | ||
4477 | 116,52,192,8,17,0,2,162,16,0,176,175, | ||
4478 | 1,0,5,36,24,0,166,39,97,51,192,12, | ||
4479 | 33,56,32,2,33,32,32,2,33,40,0,2, | ||
4480 | 1,0,6,36,253,76,192,12,24,0,167,39, | ||
4481 | 40,0,191,143,36,0,177,143,32,0,176,143, | ||
4482 | 8,0,224,3,48,0,189,39,16,0,163,143, | ||
4483 | 1,0,2,36,13,0,162,20,14,0,2,36, | ||
4484 | 0,0,198,140,0,0,0,0,9,0,192,16, | ||
4485 | 0,0,0,0,32,133,130,143,0,0,0,0, | ||
4486 | 43,16,70,0,4,0,64,20,14,0,2,36, | ||
4487 | 7,0,2,36,2,0,130,16,14,0,2,36, | ||
4488 | 96,0,226,172,17,0,98,144,0,0,0,0, | ||
4489 | 2,0,66,52,8,0,224,3,17,0,98,160, | ||
4490 | 16,0,162,143,0,0,0,0,8,0,224,3, | ||
4491 | 0,0,226,172,0,0,226,140,8,0,224,3, | ||
4492 | 0,0,0,0,232,255,189,39,40,0,168,143, | ||
4493 | 1,0,2,36,61,0,162,20,16,0,191,175, | ||
4494 | 0,0,197,140,0,0,0,0,57,0,160,16, | ||
4495 | 0,0,0,0,32,133,130,143,0,0,0,0, | ||
4496 | 43,16,69,0,52,0,64,20,255,255,132,36, | ||
4497 | 5,0,130,44,49,0,64,16,128,16,4,0, | ||
4498 | 2,131,1,60,33,8,34,0,232,148,34,140, | ||
4499 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
4500 | 64,0,2,36,16,0,2,161,0,163,5,60, | ||
4501 | 220,5,165,52,3,0,162,136,0,0,162,152, | ||
4502 | 0,0,0,0,43,0,2,169,40,0,2,185, | ||
4503 | 17,0,2,145,0,0,0,0,213,52,192,8, | ||
4504 | 2,0,66,52,2,0,2,36,16,0,2,161, | ||
4505 | 17,0,2,145,0,0,195,140,0,0,0,0, | ||
4506 | 198,52,192,8,2,0,66,52,64,0,2,36, | ||
4507 | 16,0,2,161,17,0,2,145,128,132,131,143, | ||
4508 | 2,0,66,52,40,0,3,173,218,52,192,8, | ||
4509 | 17,0,2,161,2,0,2,36,16,0,2,161, | ||
4510 | 17,0,2,145,0,0,0,0,211,52,192,8, | ||
4511 | 1,0,3,36,2,0,2,36,16,0,2,161, | ||
4512 | 17,0,2,145,220,5,3,36,40,0,3,173, | ||
4513 | 2,0,66,52,218,52,192,8,17,0,2,161, | ||
4514 | 33,32,224,0,200,76,192,12,33,40,0,1, | ||
4515 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
4516 | 0,0,0,0,208,255,189,39,32,0,176,175, | ||
4517 | 64,0,176,143,36,0,177,175,33,136,224,0, | ||
4518 | 4,0,160,20,40,0,191,175,1,0,2,36, | ||
4519 | 245,52,192,8,24,0,162,175,0,0,198,140, | ||
4520 | 32,133,130,143,0,0,0,0,43,16,194,0, | ||
4521 | 3,0,64,16,1,0,194,36,245,52,192,8, | ||
4522 | 24,0,162,175,17,0,2,146,0,0,0,0, | ||
4523 | 18,0,66,52,255,52,192,8,17,0,2,162, | ||
4524 | 16,0,176,175,1,0,5,36,24,0,166,39, | ||
4525 | 150,52,192,12,33,56,32,2,33,32,32,2, | ||
4526 | 33,40,0,2,1,0,6,36,253,76,192,12, | ||
4527 | 24,0,167,39,40,0,191,143,36,0,177,143, | ||
4528 | 32,0,176,143,8,0,224,3,48,0,189,39, | ||
4529 | 232,255,189,39,40,0,165,143,16,0,191,175, | ||
4530 | 200,76,192,12,33,32,224,0,16,0,191,143, | ||
4531 | 24,0,189,39,8,0,224,3,0,0,0,0, | ||
4532 | 16,0,163,143,14,0,2,36,96,0,226,172, | ||
4533 | 17,0,98,144,0,0,0,0,2,0,66,52, | ||
4534 | 8,0,224,3,17,0,98,160,224,255,189,39, | ||
4535 | 16,0,176,175,33,128,224,0,17,0,2,36, | ||
4536 | 24,0,191,175,20,0,177,175,96,0,2,174, | ||
4537 | 48,0,177,143,33,32,0,2,48,72,192,12, | ||
4538 | 33,40,32,2,1,0,66,36,100,0,2,174, | ||
4539 | 17,0,34,146,0,0,0,0,1,0,66,52, | ||
4540 | 17,0,34,162,24,0,191,143,20,0,177,143, | ||
4541 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
4542 | 16,0,163,143,0,0,0,0,17,0,98,144, | ||
4543 | 0,0,0,0,18,0,66,52,8,0,224,3, | ||
4544 | 17,0,98,160,8,0,224,3,33,16,224,0, | ||
4545 | 224,255,189,39,48,0,168,143,1,0,2,36, | ||
4546 | 114,0,162,20,24,0,191,175,0,0,195,140, | ||
4547 | 0,0,0,0,110,0,96,16,0,0,0,0, | ||
4548 | 32,133,130,143,0,0,0,0,43,16,67,0, | ||
4549 | 105,0,64,20,255,255,98,36,64,18,2,0, | ||
4550 | 2,131,3,60,192,246,99,36,33,24,67,0, | ||
4551 | 255,255,132,36,17,0,130,44,97,0,64,16, | ||
4552 | 128,16,4,0,2,131,1,60,33,8,34,0, | ||
4553 | 0,149,34,140,0,0,0,0,8,0,64,0, | ||
4554 | 0,0,0,0,2,0,2,36,16,0,2,161, | ||
4555 | 17,0,2,145,0,0,195,140,0,0,0,0, | ||
4556 | 140,53,192,8,2,0,66,52,2,0,2,36, | ||
4557 | 16,0,2,161,44,0,99,140,17,0,2,145, | ||
4558 | 16,0,99,140,0,0,0,0,101,53,192,8, | ||
4559 | 2,0,66,52,2,0,2,36,16,0,2,161, | ||
4560 | 44,0,99,140,17,0,2,145,12,0,99,140, | ||
4561 | 2,0,66,52,17,0,2,161,173,53,192,8, | ||
4562 | 40,0,3,173,2,0,2,36,16,0,2,161, | ||
4563 | 17,0,2,145,212,0,99,140,0,0,0,0, | ||
4564 | 140,53,192,8,2,0,66,52,2,0,2,36, | ||
4565 | 16,0,2,161,17,0,2,145,192,0,99,140, | ||
4566 | 0,0,0,0,140,53,192,8,2,0,66,52, | ||
4567 | 2,0,2,36,16,0,2,161,17,0,2,145, | ||
4568 | 208,0,99,140,0,0,0,0,140,53,192,8, | ||
4569 | 2,0,66,52,2,0,2,36,16,0,2,161, | ||
4570 | 204,0,98,140,184,0,100,140,17,0,3,145, | ||
4571 | 33,16,68,0,2,0,99,52,40,0,2,173, | ||
4572 | 173,53,192,8,17,0,3,161,2,0,2,36, | ||
4573 | 16,0,2,161,17,0,2,145,196,0,99,140, | ||
4574 | 2,0,66,52,40,0,3,173,173,53,192,8, | ||
4575 | 17,0,2,161,17,0,3,145,2,0,2,36, | ||
4576 | 16,0,2,161,40,0,0,173,2,0,99,52, | ||
4577 | 173,53,192,8,17,0,3,161,2,0,2,36, | ||
4578 | 16,0,2,161,44,0,100,140,17,0,2,145, | ||
4579 | 20,0,131,140,24,0,132,140,2,0,66,52, | ||
4580 | 17,0,2,161,33,24,100,0,173,53,192,8, | ||
4581 | 40,0,3,173,16,0,160,175,33,32,224,0, | ||
4582 | 33,40,0,1,2,131,7,60,104,204,231,36, | ||
4583 | 226,76,192,12,11,0,6,36,173,53,192,8, | ||
4584 | 0,0,0,0,33,32,224,0,200,76,192,12, | ||
4585 | 33,40,0,1,24,0,191,143,32,0,189,39, | ||
4586 | 8,0,224,3,0,0,0,0,208,255,189,39, | ||
4587 | 32,0,176,175,64,0,176,143,36,0,177,175, | ||
4588 | 33,136,224,0,4,0,160,20,40,0,191,175, | ||
4589 | 1,0,2,36,200,53,192,8,24,0,162,175, | ||
4590 | 0,0,198,140,32,133,130,143,0,0,0,0, | ||
4591 | 43,16,194,0,3,0,64,16,1,0,194,36, | ||
4592 | 200,53,192,8,24,0,162,175,17,0,2,146, | ||
4593 | 0,0,0,0,18,0,66,52,210,53,192,8, | ||
4594 | 17,0,2,162,16,0,176,175,1,0,5,36, | ||
4595 | 24,0,166,39,52,53,192,12,33,56,32,2, | ||
4596 | 33,32,32,2,33,40,0,2,1,0,6,36, | ||
4597 | 253,76,192,12,24,0,167,39,40,0,191,143, | ||
4598 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
4599 | 48,0,189,39,0,0,226,140,8,0,224,3, | ||
4600 | 0,0,0,0,3,131,2,60,28,18,66,148, | ||
4601 | 0,0,0,0,2,0,66,48,2,0,64,16, | ||
4602 | 2,0,3,36,1,0,3,36,8,0,224,3, | ||
4603 | 33,16,96,0,232,255,189,39,40,0,164,143, | ||
4604 | 16,0,191,175,1,0,132,56,186,59,192,12, | ||
4605 | 1,0,132,44,16,0,191,143,24,0,189,39, | ||
4606 | 8,0,224,3,0,0,0,0,16,0,163,143, | ||
4607 | 6,0,2,36,0,0,98,172,8,0,224,3, | ||
4608 | 33,16,224,0,224,255,189,39,48,0,168,143, | ||
4609 | 1,0,2,36,52,0,162,20,24,0,191,175, | ||
4610 | 0,0,197,140,0,0,0,0,48,0,160,16, | ||
4611 | 0,0,0,0,24,133,130,143,0,0,0,0, | ||
4612 | 43,16,69,0,43,0,64,20,255,255,132,36, | ||
4613 | 5,0,130,44,40,0,64,16,128,16,4,0, | ||
4614 | 2,131,1,60,33,8,34,0,72,149,34,140, | ||
4615 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
4616 | 2,0,2,36,16,0,2,161,17,0,2,145, | ||
4617 | 0,0,195,140,2,0,66,52,40,0,3,173, | ||
4618 | 45,54,192,8,17,0,2,161,2,0,2,36, | ||
4619 | 16,0,2,161,0,0,194,140,17,0,3,145, | ||
4620 | 1,0,66,36,2,0,99,52,40,0,2,173, | ||
4621 | 45,54,192,8,17,0,3,161,16,0,160,175, | ||
4622 | 33,32,224,0,33,40,0,1,2,131,7,60, | ||
4623 | 148,204,231,36,226,76,192,12,2,0,6,36, | ||
4624 | 45,54,192,8,0,0,0,0,17,0,3,145, | ||
4625 | 2,0,2,36,16,0,2,161,40,0,0,173, | ||
4626 | 2,0,99,52,45,54,192,8,17,0,3,161, | ||
4627 | 33,32,224,0,200,76,192,12,33,40,0,1, | ||
4628 | 24,0,191,143,32,0,189,39,8,0,224,3, | ||
4629 | 0,0,0,0,208,255,189,39,32,0,176,175, | ||
4630 | 64,0,176,143,36,0,177,175,33,136,224,0, | ||
4631 | 4,0,160,20,40,0,191,175,1,0,2,36, | ||
4632 | 72,54,192,8,24,0,162,175,0,0,198,140, | ||
4633 | 24,133,130,143,0,0,0,0,43,16,194,0, | ||
4634 | 3,0,64,16,1,0,194,36,72,54,192,8, | ||
4635 | 24,0,162,175,17,0,2,146,0,0,0,0, | ||
4636 | 18,0,66,52,82,54,192,8,17,0,2,162, | ||
4637 | 16,0,176,175,1,0,5,36,24,0,166,39, | ||
4638 | 242,53,192,12,33,56,32,2,33,32,32,2, | ||
4639 | 33,40,0,2,1,0,6,36,253,76,192,12, | ||
4640 | 24,0,167,39,40,0,191,143,36,0,177,143, | ||
4641 | 32,0,176,143,8,0,224,3,48,0,189,39, | ||
4642 | 0,0,226,148,8,0,224,3,0,0,0,0, | ||
4643 | 8,0,224,3,33,16,224,0,16,0,163,143, | ||
4644 | 8,0,2,36,0,0,98,172,8,0,224,3, | ||
4645 | 33,16,224,0,224,255,189,39,16,0,176,175, | ||
4646 | 48,0,176,143,1,0,2,36,24,0,191,175, | ||
4647 | 126,0,162,20,20,0,177,175,0,0,198,140, | ||
4648 | 0,0,0,0,122,0,192,16,0,0,0,0, | ||
4649 | 24,133,130,143,0,0,0,0,43,16,70,0, | ||
4650 | 117,0,64,20,192,17,6,0,3,131,3,60, | ||
4651 | 16,13,99,36,33,136,67,0,255,255,132,36, | ||
4652 | 10,0,130,44,110,0,64,16,128,16,4,0, | ||
4653 | 2,131,1,60,33,8,34,0,96,149,34,140, | ||
4654 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
4655 | 17,0,3,146,2,0,2,36,16,0,2,162, | ||
4656 | 211,54,192,8,40,0,6,174,2,0,2,36, | ||
4657 | 16,0,2,162,0,0,34,150,17,0,3,146, | ||
4658 | 0,0,0,0,143,54,192,8,2,18,2,0, | ||
4659 | 2,0,2,36,16,0,2,162,4,0,34,142, | ||
4660 | 17,0,3,146,1,0,66,36,2,0,99,52, | ||
4661 | 40,0,2,174,232,54,192,8,17,0,3,162, | ||
4662 | 2,0,2,36,16,0,2,162,4,0,34,142, | ||
4663 | 0,0,0,0,2,0,64,16,2,0,3,36, | ||
4664 | 1,0,3,36,17,0,2,146,40,0,3,174, | ||
4665 | 2,0,66,52,232,54,192,8,17,0,2,162, | ||
4666 | 2,0,2,36,16,0,2,162,17,0,2,146, | ||
4667 | 8,0,35,142,0,0,0,0,226,54,192,8, | ||
4668 | 2,0,66,52,9,50,192,12,8,0,4,36, | ||
4669 | 33,48,64,0,15,0,34,138,12,0,34,154, | ||
4670 | 19,0,35,138,16,0,35,154,3,0,194,168, | ||
4671 | 0,0,194,184,7,0,195,168,196,54,192,8, | ||
4672 | 4,0,195,184,2,0,2,36,16,0,2,162, | ||
4673 | 17,0,2,146,20,0,35,142,0,0,0,0, | ||
4674 | 226,54,192,8,2,0,66,52,9,50,192,12, | ||
4675 | 8,0,4,36,33,48,64,0,27,0,34,138, | ||
4676 | 24,0,34,154,31,0,35,138,28,0,35,154, | ||
4677 | 3,0,194,168,0,0,194,184,7,0,195,168, | ||
4678 | 4,0,195,184,0,0,194,148,0,0,0,0, | ||
4679 | 0,26,2,0,2,18,2,0,37,24,98,0, | ||
4680 | 0,0,195,164,17,0,3,146,4,0,2,36, | ||
4681 | 16,0,2,162,1,0,2,36,40,0,2,166, | ||
4682 | 8,0,194,36,44,0,6,174,48,0,2,174, | ||
4683 | 52,0,0,166,2,0,99,52,232,54,192,8, | ||
4684 | 17,0,3,162,2,0,2,36,16,0,2,162, | ||
4685 | 17,0,2,146,32,0,35,150,0,0,0,0, | ||
4686 | 226,54,192,8,2,0,66,52,2,0,2,36, | ||
4687 | 16,0,2,162,17,0,2,146,104,0,35,142, | ||
4688 | 2,0,66,52,40,0,3,174,232,54,192,8, | ||
4689 | 17,0,2,162,33,32,224,0,200,76,192,12, | ||
4690 | 33,40,0,2,24,0,191,143,20,0,177,143, | ||
4691 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
4692 | 224,255,189,39,16,0,176,175,33,128,224,0, | ||
4693 | 20,0,177,175,48,0,177,143,1,0,2,36, | ||
4694 | 10,0,162,20,24,0,191,175,0,0,198,140, | ||
4695 | 0,0,0,0,6,0,192,16,0,0,0,0, | ||
4696 | 24,133,130,143,0,0,0,0,43,16,70,0, | ||
4697 | 5,0,64,16,2,0,2,36,33,32,0,2, | ||
4698 | 33,40,32,2,13,55,192,8,11,0,2,36, | ||
4699 | 14,0,130,16,2,0,130,44,5,0,64,20, | ||
4700 | 6,0,130,44,3,0,64,16,4,0,130,44, | ||
4701 | 8,0,64,16,0,0,0,0,33,32,0,2, | ||
4702 | 33,40,32,2,17,0,2,36,48,72,192,12, | ||
4703 | 96,0,2,174,1,0,66,36,100,0,2,174, | ||
4704 | 17,0,34,146,0,0,0,0,1,0,66,52, | ||
4705 | 17,0,34,162,24,0,191,143,20,0,177,143, | ||
4706 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
4707 | 208,255,189,39,32,0,176,175,64,0,176,143, | ||
4708 | 36,0,177,175,33,136,224,0,4,0,160,20, | ||
4709 | 40,0,191,175,1,0,2,36,49,55,192,8, | ||
4710 | 24,0,162,175,0,0,198,140,24,133,130,143, | ||
4711 | 0,0,0,0,43,16,194,0,3,0,64,16, | ||
4712 | 1,0,194,36,49,55,192,8,24,0,162,175, | ||
4713 | 17,0,2,146,0,0,0,0,18,0,66,52, | ||
4714 | 59,55,192,8,17,0,2,162,16,0,176,175, | ||
4715 | 1,0,5,36,24,0,166,39,97,54,192,12, | ||
4716 | 33,56,32,2,33,32,32,2,33,40,0,2, | ||
4717 | 1,0,6,36,253,76,192,12,24,0,167,39, | ||
4718 | 40,0,191,143,36,0,177,143,32,0,176,143, | ||
4719 | 8,0,224,3,48,0,189,39,232,255,189,39, | ||
4720 | 33,64,128,0,16,0,176,175,40,0,176,143, | ||
4721 | 1,0,2,36,57,0,162,20,20,0,191,175, | ||
4722 | 0,0,196,140,0,0,0,0,54,0,128,16, | ||
4723 | 14,0,2,36,24,133,130,143,0,0,0,0, | ||
4724 | 43,16,68,0,49,0,64,20,14,0,2,36, | ||
4725 | 192,17,4,0,3,131,3,60,16,13,99,36, | ||
4726 | 33,48,67,0,4,0,2,36,21,0,2,17, | ||
4727 | 5,0,2,45,5,0,64,16,2,0,2,36, | ||
4728 | 8,0,2,17,14,0,2,36,129,55,192,8, | ||
4729 | 96,0,226,172,5,0,2,36,28,0,2,17, | ||
4730 | 14,0,2,36,129,55,192,8,96,0,226,172, | ||
4731 | 0,0,195,144,0,0,0,0,0,0,195,164, | ||
4732 | 40,0,2,142,0,0,0,0,0,18,2,0, | ||
4733 | 37,24,98,0,129,55,192,8,0,0,195,164, | ||
4734 | 40,0,3,142,0,0,0,0,5,0,101,16, | ||
4735 | 2,0,2,36,7,0,98,16,14,0,2,36, | ||
4736 | 129,55,192,8,96,0,226,172,187,42,192,12, | ||
4737 | 1,0,5,36,129,55,192,8,0,0,0,0, | ||
4738 | 187,42,192,12,33,40,0,0,129,55,192,8, | ||
4739 | 0,0,0,0,40,0,2,142,0,0,0,0, | ||
4740 | 129,55,192,8,8,0,194,172,14,0,2,36, | ||
4741 | 96,0,226,172,17,0,2,146,0,0,0,0, | ||
4742 | 2,0,66,52,17,0,2,162,20,0,191,143, | ||
4743 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
4744 | 216,255,189,39,20,0,177,175,33,136,128,0, | ||
4745 | 28,0,179,175,33,152,160,0,24,0,178,175, | ||
4746 | 33,144,224,0,16,0,176,175,56,0,176,143, | ||
4747 | 1,0,2,36,46,0,98,22,32,0,191,175, | ||
4748 | 0,0,196,140,0,0,0,0,42,0,128,16, | ||
4749 | 0,0,0,0,58,25,192,12,0,0,0,0, | ||
4750 | 33,32,64,0,37,0,128,16,2,0,2,36, | ||
4751 | 11,0,34,18,3,0,34,46,5,0,64,16, | ||
4752 | 3,0,2,36,15,0,51,18,4,0,2,36, | ||
4753 | 195,55,192,8,33,32,64,2,20,0,34,18, | ||
4754 | 33,32,64,2,195,55,192,8,0,0,0,0, | ||
4755 | 2,0,2,36,16,0,2,162,17,0,2,146, | ||
4756 | 10,0,131,132,2,0,66,52,40,0,3,174, | ||
4757 | 197,55,192,8,17,0,2,162,17,0,3,146, | ||
4758 | 16,0,2,162,4,0,130,36,44,0,2,174, | ||
4759 | 10,0,130,36,40,0,0,166,48,0,2,174, | ||
4760 | 191,55,192,8,52,0,0,166,17,0,3,146, | ||
4761 | 2,0,2,36,16,0,2,162,40,0,17,174, | ||
4762 | 2,0,99,52,197,55,192,8,17,0,3,162, | ||
4763 | 33,32,64,2,200,76,192,12,33,40,0,2, | ||
4764 | 32,0,191,143,28,0,179,143,24,0,178,143, | ||
4765 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
4766 | 40,0,189,39,208,255,189,39,32,0,176,175, | ||
4767 | 64,0,176,143,40,0,178,175,33,144,128,0, | ||
4768 | 36,0,177,175,33,136,224,0,3,0,160,20, | ||
4769 | 44,0,191,175,218,55,192,8,1,0,2,36, | ||
4770 | 0,0,194,140,0,0,0,0,1,0,66,36, | ||
4771 | 24,0,162,175,24,0,164,143,58,25,192,12, | ||
4772 | 0,0,0,0,6,0,64,20,33,32,64,2, | ||
4773 | 17,0,2,146,0,0,0,0,18,0,66,52, | ||
4774 | 239,55,192,8,17,0,2,162,16,0,176,175, | ||
4775 | 1,0,5,36,24,0,166,39,137,55,192,12, | ||
4776 | 33,56,32,2,33,32,32,2,33,40,0,2, | ||
4777 | 1,0,6,36,253,76,192,12,24,0,167,39, | ||
4778 | 44,0,191,143,40,0,178,143,36,0,177,143, | ||
4779 | 32,0,176,143,8,0,224,3,48,0,189,39, | ||
4780 | 232,255,189,39,40,0,168,143,1,0,2,36, | ||
4781 | 63,0,162,20,16,0,191,175,0,0,195,140, | ||
4782 | 0,0,0,0,59,0,96,16,0,0,0,0, | ||
4783 | 24,133,130,143,0,0,0,0,43,16,67,0, | ||
4784 | 54,0,64,20,64,18,3,0,2,131,3,60, | ||
4785 | 192,246,99,36,33,24,67,0,255,255,132,36, | ||
4786 | 5,0,130,44,47,0,64,16,128,16,4,0, | ||
4787 | 2,131,1,60,33,8,34,0,136,149,34,140, | ||
4788 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
4789 | 2,0,2,36,16,0,2,161,17,0,2,145, | ||
4790 | 0,0,195,140,0,0,0,0,43,56,192,8, | ||
4791 | 2,0,66,52,2,0,2,36,16,0,2,161, | ||
4792 | 17,0,2,145,220,5,3,36,40,0,3,173, | ||
4793 | 2,0,66,52,59,56,192,8,17,0,2,161, | ||
4794 | 65,0,2,36,16,0,2,161,17,0,2,145, | ||
4795 | 156,0,99,140,0,0,0,0,43,56,192,8, | ||
4796 | 2,0,66,52,65,0,2,36,16,0,2,161, | ||
4797 | 17,0,2,145,172,0,99,140,2,0,66,52, | ||
4798 | 40,0,3,173,59,56,192,8,17,0,2,161, | ||
4799 | 65,0,2,36,16,0,2,161,156,0,98,140, | ||
4800 | 252,0,100,140,17,0,3,145,35,16,68,0, | ||
4801 | 2,0,99,52,40,0,2,173,59,56,192,8, | ||
4802 | 17,0,3,161,33,32,224,0,200,76,192,12, | ||
4803 | 33,40,0,1,16,0,191,143,24,0,189,39, | ||
4804 | 8,0,224,3,0,0,0,0,208,255,189,39, | ||
4805 | 32,0,176,175,64,0,176,143,36,0,177,175, | ||
4806 | 33,136,224,0,4,0,160,20,40,0,191,175, | ||
4807 | 1,0,2,36,86,56,192,8,24,0,162,175, | ||
4808 | 0,0,198,140,24,133,130,143,0,0,0,0, | ||
4809 | 43,16,194,0,3,0,64,16,1,0,194,36, | ||
4810 | 86,56,192,8,24,0,162,175,17,0,2,146, | ||
4811 | 0,0,0,0,18,0,66,52,96,56,192,8, | ||
4812 | 17,0,2,162,16,0,176,175,1,0,5,36, | ||
4813 | 24,0,166,39,245,55,192,12,33,56,32,2, | ||
4814 | 33,32,32,2,33,40,0,2,1,0,6,36, | ||
4815 | 253,76,192,12,24,0,167,39,40,0,191,143, | ||
4816 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
4817 | 48,0,189,39,0,0,0,0,0,0,0,0, | ||
4818 | 0,0,0,0,200,255,189,39,72,0,163,143, | ||
4819 | 44,0,177,175,33,136,128,0,20,0,165,175, | ||
4820 | 33,40,224,0,2,131,2,60,172,210,66,140, | ||
4821 | 152,132,135,143,33,32,0,0,48,0,191,175, | ||
4822 | 40,0,176,175,24,0,160,175,28,0,160,175, | ||
4823 | 36,0,160,175,16,0,162,175,104,77,192,12, | ||
4824 | 32,0,163,175,33,128,64,0,3,0,0,22, | ||
4825 | 33,32,0,2,143,56,192,8,33,16,0,0, | ||
4826 | 197,80,192,12,33,40,32,2,255,255,3,36, | ||
4827 | 5,0,67,20,0,0,0,0,167,83,192,12, | ||
4828 | 33,32,0,2,143,56,192,8,33,16,0,0, | ||
4829 | 167,83,192,12,33,32,0,2,8,0,34,142, | ||
4830 | 4,0,35,142,0,0,0,0,35,16,67,0, | ||
4831 | 255,255,66,48,48,0,191,143,44,0,177,143, | ||
4832 | 40,0,176,143,8,0,224,3,56,0,189,39, | ||
4833 | 200,255,189,39,44,0,177,175,33,136,128,0, | ||
4834 | 72,0,168,143,33,32,0,0,20,0,165,175, | ||
4835 | 33,40,224,0,2,131,3,60,172,210,99,140, | ||
4836 | 152,132,135,143,1,0,2,36,48,0,191,175, | ||
4837 | 40,0,176,175,24,0,162,175,28,0,160,175, | ||
4838 | 36,0,160,175,16,0,163,175,104,77,192,12, | ||
4839 | 32,0,168,175,33,128,64,0,3,0,0,22, | ||
4840 | 33,32,0,2,188,56,192,8,33,16,0,0, | ||
4841 | 197,80,192,12,33,40,32,2,255,255,3,36, | ||
4842 | 5,0,67,20,0,0,0,0,167,83,192,12, | ||
4843 | 33,32,0,2,188,56,192,8,33,16,0,0, | ||
4844 | 167,83,192,12,33,32,0,2,8,0,34,142, | ||
4845 | 4,0,35,142,0,0,0,0,35,16,67,0, | ||
4846 | 255,255,66,48,48,0,191,143,44,0,177,143, | ||
4847 | 40,0,176,143,8,0,224,3,56,0,189,39, | ||
4848 | 176,255,189,39,44,0,177,175,108,0,177,143, | ||
4849 | 68,0,183,175,96,0,183,143,72,0,190,175, | ||
4850 | 100,0,190,143,48,0,178,175,33,144,128,0, | ||
4851 | 56,0,180,175,33,160,160,0,52,0,179,175, | ||
4852 | 33,152,192,0,40,0,176,175,33,128,224,0, | ||
4853 | 60,0,181,175,1,0,21,36,76,0,191,175, | ||
4854 | 3,0,53,18,64,0,182,175,9,57,192,8, | ||
4855 | 255,255,2,36,4,0,6,36,2,131,22,60, | ||
4856 | 48,205,214,38,160,132,132,143,104,0,165,143, | ||
4857 | 128,32,4,0,80,68,192,12,33,32,150,0, | ||
4858 | 33,32,0,0,33,40,0,2,152,132,135,143, | ||
4859 | 2,0,2,36,24,0,162,175,160,132,130,143, | ||
4860 | 2,131,3,60,172,210,99,140,33,48,96,2, | ||
4861 | 20,0,180,175,28,0,160,175,32,0,183,175, | ||
4862 | 36,0,181,175,1,0,81,36,104,77,192,12, | ||
4863 | 16,0,163,175,33,128,64,0,23,0,0,18, | ||
4864 | 33,40,0,0,16,0,190,175,33,32,0,2, | ||
4865 | 33,48,32,2,108,84,192,12,33,56,192,2, | ||
4866 | 255,255,17,36,13,0,81,16,33,32,0,2, | ||
4867 | 197,80,192,12,33,40,64,2,9,0,81,16, | ||
4868 | 0,0,0,0,167,83,192,12,33,32,0,2, | ||
4869 | 8,0,66,142,4,0,67,142,0,0,0,0, | ||
4870 | 35,16,67,0,9,57,192,8,255,255,66,48, | ||
4871 | 167,83,192,12,33,32,0,2,33,16,0,0, | ||
4872 | 76,0,191,143,72,0,190,143,68,0,183,143, | ||
4873 | 64,0,182,143,60,0,181,143,56,0,180,143, | ||
4874 | 52,0,179,143,48,0,178,143,44,0,177,143, | ||
4875 | 40,0,176,143,8,0,224,3,80,0,189,39, | ||
4876 | 176,255,189,39,44,0,177,175,108,0,177,143, | ||
4877 | 68,0,183,175,96,0,183,143,72,0,190,175, | ||
4878 | 100,0,190,143,48,0,178,175,33,144,128,0, | ||
4879 | 56,0,180,175,33,160,160,0,52,0,179,175, | ||
4880 | 33,152,192,0,40,0,176,175,33,128,224,0, | ||
4881 | 60,0,181,175,1,0,21,36,76,0,191,175, | ||
4882 | 3,0,53,18,64,0,182,175,93,57,192,8, | ||
4883 | 255,255,2,36,4,0,6,36,2,131,22,60, | ||
4884 | 48,205,214,38,160,132,132,143,104,0,165,143, | ||
4885 | 128,32,4,0,80,68,192,12,33,32,150,0, | ||
4886 | 33,32,0,0,33,40,0,2,152,132,135,143, | ||
4887 | 3,0,2,36,24,0,162,175,160,132,130,143, | ||
4888 | 2,131,3,60,172,210,99,140,33,48,96,2, | ||
4889 | 20,0,180,175,28,0,160,175,32,0,183,175, | ||
4890 | 36,0,181,175,1,0,81,36,104,77,192,12, | ||
4891 | 16,0,163,175,33,128,64,0,23,0,0,18, | ||
4892 | 33,40,0,0,16,0,190,175,33,32,0,2, | ||
4893 | 33,48,32,2,108,84,192,12,33,56,192,2, | ||
4894 | 255,255,17,36,13,0,81,16,33,32,0,2, | ||
4895 | 197,80,192,12,33,40,64,2,9,0,81,16, | ||
4896 | 0,0,0,0,167,83,192,12,33,32,0,2, | ||
4897 | 8,0,66,142,4,0,67,142,0,0,0,0, | ||
4898 | 35,16,67,0,93,57,192,8,255,255,66,48, | ||
4899 | 167,83,192,12,33,32,0,2,33,16,0,0, | ||
4900 | 76,0,191,143,72,0,190,143,68,0,183,143, | ||
4901 | 64,0,182,143,60,0,181,143,56,0,180,143, | ||
4902 | 52,0,179,143,48,0,178,143,44,0,177,143, | ||
4903 | 40,0,176,143,8,0,224,3,80,0,189,39, | ||
4904 | 200,255,189,39,44,0,177,175,33,136,128,0, | ||
4905 | 72,0,168,143,33,32,0,0,20,0,165,175, | ||
4906 | 33,40,224,0,2,131,3,60,172,210,99,140, | ||
4907 | 152,132,135,143,4,0,2,36,48,0,191,175, | ||
4908 | 40,0,176,175,24,0,162,175,28,0,160,175, | ||
4909 | 36,0,160,175,16,0,163,175,104,77,192,12, | ||
4910 | 32,0,168,175,33,128,64,0,3,0,0,22, | ||
4911 | 33,32,0,2,145,57,192,8,33,16,0,0, | ||
4912 | 197,80,192,12,33,40,32,2,255,255,3,36, | ||
4913 | 5,0,67,20,0,0,0,0,167,83,192,12, | ||
4914 | 33,32,0,2,145,57,192,8,33,16,0,0, | ||
4915 | 167,83,192,12,33,32,0,2,8,0,34,142, | ||
4916 | 4,0,35,142,0,0,0,0,35,16,67,0, | ||
4917 | 255,255,66,48,48,0,191,143,44,0,177,143, | ||
4918 | 40,0,176,143,8,0,224,3,56,0,189,39, | ||
4919 | 200,255,189,39,44,0,177,175,33,136,128,0, | ||
4920 | 72,0,163,143,33,32,0,0,20,0,165,175, | ||
4921 | 33,40,224,0,164,132,135,143,2,131,2,60, | ||
4922 | 92,205,66,36,16,0,162,175,6,0,2,36, | ||
4923 | 24,0,162,175,1,0,2,36,48,0,191,175, | ||
4924 | 40,0,176,175,28,0,162,175,36,0,160,175, | ||
4925 | 104,77,192,12,32,0,163,175,33,128,64,0, | ||
4926 | 3,0,0,22,33,32,0,2,191,57,192,8, | ||
4927 | 33,16,0,0,197,80,192,12,33,40,32,2, | ||
4928 | 255,255,3,36,5,0,67,20,0,0,0,0, | ||
4929 | 167,83,192,12,33,32,0,2,191,57,192,8, | ||
4930 | 33,16,0,0,167,83,192,12,33,32,0,2, | ||
4931 | 8,0,34,142,4,0,35,142,0,0,0,0, | ||
4932 | 35,16,67,0,255,255,66,48,48,0,191,143, | ||
4933 | 44,0,177,143,40,0,176,143,8,0,224,3, | ||
4934 | 56,0,189,39,200,255,189,39,44,0,177,175, | ||
4935 | 33,136,128,0,72,0,163,143,33,32,0,0, | ||
4936 | 20,0,165,175,33,40,224,0,164,132,135,143, | ||
4937 | 2,131,2,60,92,205,66,36,16,0,162,175, | ||
4938 | 6,0,2,36,24,0,162,175,2,0,2,36, | ||
4939 | 48,0,191,175,40,0,176,175,28,0,162,175, | ||
4940 | 36,0,160,175,104,77,192,12,32,0,163,175, | ||
4941 | 33,128,64,0,3,0,0,22,33,32,0,2, | ||
4942 | 237,57,192,8,33,16,0,0,197,80,192,12, | ||
4943 | 33,40,32,2,255,255,3,36,5,0,67,20, | ||
4944 | 0,0,0,0,167,83,192,12,33,32,0,2, | ||
4945 | 237,57,192,8,33,16,0,0,167,83,192,12, | ||
4946 | 33,32,0,2,8,0,34,142,4,0,35,142, | ||
4947 | 0,0,0,0,35,16,67,0,255,255,66,48, | ||
4948 | 48,0,191,143,44,0,177,143,40,0,176,143, | ||
4949 | 8,0,224,3,56,0,189,39,0,0,0,0, | ||
4950 | 0,0,0,0,224,255,189,39,24,0,178,175, | ||
4951 | 33,144,128,0,20,0,177,175,3,131,17,60, | ||
4952 | 0,18,49,38,16,0,176,175,33,128,0,0, | ||
4953 | 28,0,191,175,208,133,128,175,60,65,192,12, | ||
4954 | 33,32,0,2,0,0,34,166,1,0,16,38, | ||
4955 | 64,0,2,42,250,255,64,20,2,0,49,38, | ||
4956 | 3,131,3,60,18,18,99,144,255,0,2,36, | ||
4957 | 3,0,98,16,0,0,0,0,6,0,64,18, | ||
4958 | 0,163,4,60,75,59,192,12,32,0,4,36, | ||
4959 | 87,59,192,12,255,0,4,36,0,163,4,60, | ||
4960 | 220,5,132,52,176,132,133,39,168,71,192,12, | ||
4961 | 4,0,6,36,25,0,64,20,0,163,4,60, | ||
4962 | 3,131,16,60,20,18,16,38,33,32,0,2, | ||
4963 | 176,132,133,39,168,71,192,12,4,0,6,36, | ||
4964 | 3,0,64,16,0,163,4,60,7,0,64,18, | ||
4965 | 0,0,0,0,220,5,132,52,33,40,0,0, | ||
4966 | 144,71,192,12,4,0,6,36,47,58,192,8, | ||
4967 | 0,163,4,60,0,163,5,60,220,5,165,52, | ||
4968 | 3,0,2,138,0,0,2,154,0,0,0,0, | ||
4969 | 3,0,162,168,0,0,162,184,0,163,4,60, | ||
4970 | 99,59,192,12,220,5,132,52,0,163,4,60, | ||
4971 | 16,6,132,52,176,132,133,39,168,71,192,12, | ||
4972 | 4,0,6,36,25,0,64,20,0,163,4,60, | ||
4973 | 3,131,16,60,68,18,16,38,33,32,0,2, | ||
4974 | 176,132,133,39,168,71,192,12,4,0,6,36, | ||
4975 | 3,0,64,16,0,163,4,60,7,0,64,18, | ||
4976 | 0,0,0,0,16,6,132,52,33,40,0,0, | ||
4977 | 144,71,192,12,4,0,6,36,80,58,192,8, | ||
4978 | 0,163,4,60,0,163,5,60,16,6,165,52, | ||
4979 | 3,0,2,138,0,0,2,154,0,0,0,0, | ||
4980 | 3,0,162,168,0,0,162,184,0,163,4,60, | ||
4981 | 119,59,192,12,16,6,132,52,0,163,4,60, | ||
4982 | 224,5,132,52,176,132,133,39,168,71,192,12, | ||
4983 | 4,0,6,36,25,0,64,20,0,163,4,60, | ||
4984 | 3,131,16,60,24,18,16,38,33,32,0,2, | ||
4985 | 176,132,133,39,168,71,192,12,4,0,6,36, | ||
4986 | 3,0,64,16,0,163,4,60,7,0,64,18, | ||
4987 | 0,0,0,0,224,5,132,52,33,40,0,0, | ||
4988 | 144,71,192,12,4,0,6,36,113,58,192,8, | ||
4989 | 0,163,4,60,0,163,5,60,224,5,165,52, | ||
4990 | 3,0,2,138,0,0,2,154,0,0,0,0, | ||
4991 | 3,0,162,168,0,0,162,184,0,163,4,60, | ||
4992 | 139,59,192,12,224,5,132,52,3,131,3,60, | ||
4993 | 28,18,99,36,0,0,98,148,0,0,0,0, | ||
4994 | 0,128,66,48,3,0,64,20,1,0,2,36, | ||
4995 | 2,0,64,18,0,0,0,0,0,0,98,164, | ||
4996 | 0,163,2,60,144,1,66,140,0,0,0,0, | ||
4997 | 7,0,64,20,0,0,0,0,3,131,3,60, | ||
4998 | 28,18,99,36,0,0,98,148,0,0,0,0, | ||
4999 | 146,58,192,8,254,255,66,48,0,163,2,60, | ||
5000 | 144,1,66,140,0,0,0,0,7,0,64,24, | ||
5001 | 0,0,0,0,3,131,3,60,28,18,99,36, | ||
5002 | 0,0,98,148,0,0,0,0,1,0,66,52, | ||
5003 | 0,0,98,164,3,131,4,60,28,18,132,148, | ||
5004 | 0,0,0,0,159,59,192,12,1,0,132,48, | ||
5005 | 3,131,3,60,80,18,99,144,255,0,2,36, | ||
5006 | 3,0,98,16,0,0,0,0,5,0,64,18, | ||
5007 | 0,0,0,0,2,131,4,60,160,149,132,36, | ||
5008 | 205,59,192,12,14,0,5,36,3,131,3,60, | ||
5009 | 96,18,99,144,255,0,2,36,3,0,98,16, | ||
5010 | 0,0,0,0,5,0,64,18,0,0,0,0, | ||
5011 | 2,131,4,60,176,149,132,36,239,59,192,12, | ||
5012 | 11,0,5,36,3,131,3,60,112,18,99,144, | ||
5013 | 255,0,2,36,3,0,98,16,0,0,0,0, | ||
5014 | 5,0,64,18,0,0,0,0,2,131,4,60, | ||
5015 | 188,149,132,36,17,60,192,12,15,0,5,36, | ||
5016 | 0,163,2,60,140,1,66,140,0,0,0,0, | ||
5017 | 7,0,64,16,15,0,2,60,0,163,3,60, | ||
5018 | 140,1,99,140,64,66,66,52,43,16,67,0, | ||
5019 | 26,0,64,16,0,0,0,0,3,131,3,60, | ||
5020 | 64,18,99,140,255,255,2,36,3,0,98,16, | ||
5021 | 44,1,2,36,4,0,64,18,0,0,0,0, | ||
5022 | 0,163,1,60,221,58,192,8,140,1,34,172, | ||
5023 | 5,0,96,20,15,0,4,60,1,0,2,36, | ||
5024 | 0,163,1,60,221,58,192,8,140,1,34,172, | ||
5025 | 64,66,132,52,43,16,131,0,4,0,64,16, | ||
5026 | 0,0,0,0,0,163,1,60,221,58,192,8, | ||
5027 | 140,1,36,172,0,163,1,60,140,1,35,172, | ||
5028 | 0,163,4,60,140,1,132,140,51,60,192,12, | ||
5029 | 0,0,0,0,28,0,191,143,24,0,178,143, | ||
5030 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
5031 | 32,0,189,39,208,255,189,39,20,0,177,175, | ||
5032 | 33,136,128,0,36,0,181,175,33,168,160,0, | ||
5033 | 28,0,179,175,33,152,192,0,44,0,191,175, | ||
5034 | 40,0,182,175,32,0,180,175,24,0,178,175, | ||
5035 | 168,71,192,12,16,0,176,175,76,0,64,16, | ||
5036 | 0,0,0,0,3,131,22,60,0,18,214,38, | ||
5037 | 35,16,54,2,194,31,2,0,33,16,67,0, | ||
5038 | 67,144,2,0,1,0,98,38,194,31,2,0, | ||
5039 | 33,16,67,0,67,128,2,0,255,255,20,38, | ||
5040 | 64,0,130,46,14,0,64,20,64,0,66,46, | ||
5041 | 2,131,4,60,204,149,132,36,180,132,144,39, | ||
5042 | 33,40,0,2,2,131,7,60,236,149,231,36, | ||
5043 | 15,63,192,12,143,0,6,36,1,0,4,36, | ||
5044 | 33,40,0,2,188,7,192,12,143,0,6,36, | ||
5045 | 64,0,66,46,14,0,64,20,33,32,32,2, | ||
5046 | 2,131,4,60,204,149,132,36,180,132,144,39, | ||
5047 | 33,40,0,2,2,131,7,60,20,150,231,36, | ||
5048 | 15,63,192,12,144,0,6,36,1,0,4,36, | ||
5049 | 33,40,0,2,188,7,192,12,144,0,6,36, | ||
5050 | 33,32,32,2,33,40,160,2,80,68,192,12, | ||
5051 | 33,48,96,2,64,16,18,0,33,136,86,0, | ||
5052 | 33,128,128,2,255,255,2,36,25,0,2,18, | ||
5053 | 255,255,20,36,180,132,147,39,33,32,64,2, | ||
5054 | 208,133,130,143,1,0,82,38,1,0,66,36, | ||
5055 | 208,133,130,175,0,0,37,150,0,0,0,0, | ||
5056 | 162,65,192,12,2,0,49,38,10,0,64,20, | ||
5057 | 33,40,96,2,2,131,4,60,204,149,132,36, | ||
5058 | 188,132,135,39,15,63,192,12,159,0,6,36, | ||
5059 | 1,0,4,36,33,40,96,2,188,7,192,12, | ||
5060 | 159,0,6,36,255,255,16,38,235,255,20,22, | ||
5061 | 33,32,64,2,44,0,191,143,40,0,182,143, | ||
5062 | 36,0,181,143,32,0,180,143,28,0,179,143, | ||
5063 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
5064 | 8,0,224,3,48,0,189,39,224,255,189,39, | ||
5065 | 16,0,164,163,3,131,4,60,18,18,132,36, | ||
5066 | 16,0,165,39,24,0,191,175,231,58,192,12, | ||
5067 | 1,0,6,36,24,0,191,143,32,0,189,39, | ||
5068 | 8,0,224,3,0,0,0,0,224,255,189,39, | ||
5069 | 16,0,164,163,3,131,4,60,19,18,132,36, | ||
5070 | 16,0,165,39,24,0,191,175,231,58,192,12, | ||
5071 | 1,0,6,36,24,0,191,143,32,0,189,39, | ||
5072 | 8,0,224,3,0,0,0,0,232,255,189,39, | ||
5073 | 33,40,128,0,16,0,176,175,3,131,16,60, | ||
5074 | 20,18,16,38,33,32,0,2,20,0,191,175, | ||
5075 | 231,58,192,12,4,0,6,36,0,163,5,60, | ||
5076 | 220,5,165,52,3,0,2,138,0,0,2,154, | ||
5077 | 0,0,0,0,3,0,162,168,0,0,162,184, | ||
5078 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
5079 | 24,0,189,39,232,255,189,39,33,40,128,0, | ||
5080 | 16,0,176,175,3,131,16,60,68,18,16,38, | ||
5081 | 33,32,0,2,20,0,191,175,231,58,192,12, | ||
5082 | 4,0,6,36,0,163,5,60,16,6,165,52, | ||
5083 | 3,0,2,138,0,0,2,154,0,0,0,0, | ||
5084 | 3,0,162,168,0,0,162,184,20,0,191,143, | ||
5085 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
5086 | 232,255,189,39,33,40,128,0,16,0,176,175, | ||
5087 | 3,131,16,60,24,18,16,38,33,32,0,2, | ||
5088 | 20,0,191,175,231,58,192,12,4,0,6,36, | ||
5089 | 0,163,5,60,224,5,165,52,3,0,2,138, | ||
5090 | 0,0,2,154,0,0,0,0,3,0,162,168, | ||
5091 | 0,0,162,184,20,0,191,143,16,0,176,143, | ||
5092 | 8,0,224,3,24,0,189,39,3,131,2,60, | ||
5093 | 28,18,66,148,224,255,189,39,24,0,191,175, | ||
5094 | 8,0,128,16,16,0,162,167,1,0,66,52, | ||
5095 | 16,0,162,167,1,0,2,36,44,133,130,175, | ||
5096 | 0,163,1,60,177,59,192,8,144,1,34,172, | ||
5097 | 254,255,66,48,16,0,162,167,44,133,128,175, | ||
5098 | 0,163,1,60,144,1,32,172,3,131,4,60, | ||
5099 | 28,18,132,36,16,0,165,39,231,58,192,12, | ||
5100 | 2,0,6,36,24,0,191,143,32,0,189,39, | ||
5101 | 8,0,224,3,0,0,0,0,3,131,2,60, | ||
5102 | 28,18,66,148,224,255,189,39,24,0,191,175, | ||
5103 | 3,0,128,16,16,0,162,167,195,59,192,8, | ||
5104 | 2,0,66,52,253,255,66,48,16,0,162,167, | ||
5105 | 3,131,4,60,28,18,132,36,16,0,165,39, | ||
5106 | 231,58,192,12,2,0,6,36,24,0,191,143, | ||
5107 | 32,0,189,39,8,0,224,3,0,0,0,0, | ||
5108 | 216,255,189,39,32,0,191,175,33,56,128,0, | ||
5109 | 33,48,160,0,3,0,226,136,0,0,226,152, | ||
5110 | 7,0,227,136,4,0,227,152,11,0,228,136, | ||
5111 | 8,0,228,152,15,0,229,136,12,0,229,152, | ||
5112 | 19,0,162,171,16,0,162,187,23,0,163,171, | ||
5113 | 20,0,163,187,27,0,164,171,24,0,164,187, | ||
5114 | 31,0,165,171,28,0,165,187,16,0,194,44, | ||
5115 | 3,0,64,16,16,0,163,39,33,16,102,0, | ||
5116 | 0,0,64,160,3,131,4,60,80,18,132,36, | ||
5117 | 33,40,224,0,231,58,192,12,16,0,6,36, | ||
5118 | 32,0,191,143,40,0,189,39,8,0,224,3, | ||
5119 | 0,0,0,0,216,255,189,39,32,0,191,175, | ||
5120 | 33,56,128,0,33,48,160,0,3,0,226,136, | ||
5121 | 0,0,226,152,7,0,227,136,4,0,227,152, | ||
5122 | 11,0,228,136,8,0,228,152,15,0,229,136, | ||
5123 | 12,0,229,152,19,0,162,171,16,0,162,187, | ||
5124 | 23,0,163,171,20,0,163,187,27,0,164,171, | ||
5125 | 24,0,164,187,31,0,165,171,28,0,165,187, | ||
5126 | 16,0,194,44,3,0,64,16,16,0,163,39, | ||
5127 | 33,16,102,0,0,0,64,160,3,131,4,60, | ||
5128 | 96,18,132,36,33,40,224,0,231,58,192,12, | ||
5129 | 16,0,6,36,32,0,191,143,40,0,189,39, | ||
5130 | 8,0,224,3,0,0,0,0,216,255,189,39, | ||
5131 | 32,0,191,175,33,56,128,0,33,48,160,0, | ||
5132 | 3,0,226,136,0,0,226,152,7,0,227,136, | ||
5133 | 4,0,227,152,11,0,228,136,8,0,228,152, | ||
5134 | 15,0,229,136,12,0,229,152,19,0,162,171, | ||
5135 | 16,0,162,187,23,0,163,171,20,0,163,187, | ||
5136 | 27,0,164,171,24,0,164,187,31,0,165,171, | ||
5137 | 28,0,165,187,16,0,194,44,3,0,64,16, | ||
5138 | 16,0,163,39,33,16,102,0,0,0,64,160, | ||
5139 | 3,131,4,60,112,18,132,36,33,40,224,0, | ||
5140 | 231,58,192,12,16,0,6,36,32,0,191,143, | ||
5141 | 40,0,189,39,8,0,224,3,0,0,0,0, | ||
5142 | 232,255,189,39,15,0,2,60,54,66,66,52, | ||
5143 | 24,0,164,175,246,255,132,36,43,16,68,0, | ||
5144 | 3,0,64,16,16,0,191,175,44,1,2,36, | ||
5145 | 24,0,162,175,3,131,4,60,64,18,132,36, | ||
5146 | 24,0,165,39,231,58,192,12,4,0,6,36, | ||
5147 | 24,0,162,143,0,163,1,60,140,1,34,172, | ||
5148 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
5149 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5150 | 0,0,0,0,232,255,189,39,16,0,191,175, | ||
5151 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5152 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
5153 | 0,0,0,0,232,255,189,39,16,0,191,175, | ||
5154 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5155 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
5156 | 0,0,0,0,160,255,189,39,112,0,162,143, | ||
5157 | 72,0,176,175,33,128,224,0,88,0,180,175, | ||
5158 | 33,160,0,0,84,0,179,175,33,152,192,0, | ||
5159 | 92,0,191,175,80,0,178,175,7,0,160,16, | ||
5160 | 76,0,177,175,6,0,65,4,51,0,177,39, | ||
5161 | 45,0,20,36,3,0,0,18,35,16,2,0, | ||
5162 | 255,255,16,38,51,0,177,39,51,0,160,163, | ||
5163 | 27,0,68,0,2,0,128,20,0,0,0,0, | ||
5164 | 13,0,7,0,18,24,0,0,16,16,0,0, | ||
5165 | 2,131,1,60,33,8,34,0,128,205,34,144, | ||
5166 | 255,255,49,38,2,0,0,18,0,0,34,162, | ||
5167 | 255,255,16,38,33,16,96,0,241,255,64,20, | ||
5168 | 1,0,3,36,0,22,19,0,3,22,2,0, | ||
5169 | 11,0,67,20,33,32,128,2,255,255,16,38, | ||
5170 | 255,255,2,36,7,0,2,18,0,0,0,0, | ||
5171 | 255,255,18,36,196,64,192,12,32,0,4,36, | ||
5172 | 255,255,16,38,252,255,18,22,33,32,128,2, | ||
5173 | 4,0,128,16,0,22,19,0,196,64,192,12, | ||
5174 | 0,0,0,0,0,22,19,0,3,22,2,0, | ||
5175 | 2,0,3,36,14,0,67,20,255,255,2,36, | ||
5176 | 255,255,16,38,11,0,2,18,255,255,18,36, | ||
5177 | 196,64,192,12,48,0,4,36,255,255,16,38, | ||
5178 | 6,0,18,18,0,0,0,0,156,60,192,8, | ||
5179 | 0,0,0,0,0,38,4,0,196,64,192,12, | ||
5180 | 3,38,4,0,0,0,34,130,0,0,36,146, | ||
5181 | 0,0,0,0,249,255,64,20,1,0,49,38, | ||
5182 | 255,255,49,38,0,22,19,0,3,22,2,0, | ||
5183 | 3,0,3,36,9,0,67,20,255,255,16,38, | ||
5184 | 255,255,2,36,6,0,2,18,255,255,17,36, | ||
5185 | 196,64,192,12,32,0,4,36,255,255,16,38, | ||
5186 | 252,255,17,22,0,0,0,0,92,0,191,143, | ||
5187 | 88,0,180,143,84,0,179,143,80,0,178,143, | ||
5188 | 76,0,177,143,72,0,176,143,8,0,224,3, | ||
5189 | 96,0,189,39,200,255,189,39,40,0,178,175, | ||
5190 | 33,144,128,0,32,0,176,175,33,128,160,0, | ||
5191 | 36,0,177,175,33,136,192,0,33,32,32,2, | ||
5192 | 48,0,191,175,156,71,192,12,44,0,179,175, | ||
5193 | 33,32,0,0,33,24,64,0,42,16,112,0, | ||
5194 | 2,0,64,16,33,152,64,2,35,32,3,2, | ||
5195 | 0,22,18,0,3,22,2,0,1,0,3,36, | ||
5196 | 11,0,67,20,33,128,128,0,255,255,16,38, | ||
5197 | 255,255,2,36,8,0,2,18,0,22,19,0, | ||
5198 | 255,255,18,36,196,64,192,12,32,0,4,36, | ||
5199 | 255,255,16,38,252,255,18,22,0,0,0,0, | ||
5200 | 0,22,19,0,3,22,2,0,2,0,3,36, | ||
5201 | 14,0,67,20,255,255,2,36,255,255,16,38, | ||
5202 | 11,0,2,18,255,255,18,36,196,64,192,12, | ||
5203 | 48,0,4,36,255,255,16,38,6,0,18,18, | ||
5204 | 0,0,0,0,233,60,192,8,0,0,0,0, | ||
5205 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5206 | 0,0,34,130,0,0,36,146,0,0,0,0, | ||
5207 | 249,255,64,20,1,0,49,38,255,255,49,38, | ||
5208 | 0,22,19,0,3,22,2,0,3,0,3,36, | ||
5209 | 9,0,67,20,255,255,16,38,255,255,2,36, | ||
5210 | 6,0,2,18,255,255,17,36,196,64,192,12, | ||
5211 | 32,0,4,36,255,255,16,38,252,255,17,22, | ||
5212 | 0,0,0,0,48,0,191,143,44,0,179,143, | ||
5213 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
5214 | 8,0,224,3,56,0,189,39,32,255,189,39, | ||
5215 | 192,0,178,175,33,144,160,0,196,0,179,175, | ||
5216 | 33,152,0,0,220,0,191,175,216,0,190,175, | ||
5217 | 212,0,183,175,208,0,182,175,204,0,181,175, | ||
5218 | 200,0,180,175,188,0,177,175,184,0,176,175, | ||
5219 | 1,0,130,128,0,0,0,0,229,1,64,16, | ||
5220 | 33,136,0,0,255,255,22,36,1,0,23,36, | ||
5221 | 2,0,30,36,1,0,149,36,0,0,162,146, | ||
5222 | 0,0,0,0,219,255,66,36,0,22,2,0, | ||
5223 | 3,30,2,0,84,0,98,44,217,1,64,16, | ||
5224 | 128,16,3,0,2,131,1,60,33,8,34,0, | ||
5225 | 80,150,34,140,0,0,0,0,8,0,64,0, | ||
5226 | 0,0,0,0,209,61,192,8,37,0,4,36, | ||
5227 | 2,131,16,60,64,150,16,38,156,71,192,12, | ||
5228 | 33,32,0,2,59,61,192,8,0,0,0,0, | ||
5229 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5230 | 0,0,2,130,0,0,4,146,0,0,0,0, | ||
5231 | 249,255,64,20,1,0,16,38,3,63,192,8, | ||
5232 | 1,0,162,38,0,38,18,0,209,61,192,8, | ||
5233 | 3,38,4,0,2,0,3,36,33,128,32,2, | ||
5234 | 33,40,64,2,33,160,0,0,51,0,177,39, | ||
5235 | 51,0,160,163,27,0,163,0,2,0,96,20, | ||
5236 | 0,0,0,0,13,0,7,0,18,40,0,0, | ||
5237 | 16,16,0,0,2,131,1,60,33,8,34,0, | ||
5238 | 128,205,34,144,255,255,49,38,2,0,0,18, | ||
5239 | 0,0,34,162,255,255,16,38,242,255,160,20, | ||
5240 | 0,0,0,0,10,0,119,22,0,22,20,0, | ||
5241 | 255,255,16,38,8,0,22,18,3,38,2,0, | ||
5242 | 255,255,18,36,196,64,192,12,32,0,4,36, | ||
5243 | 255,255,16,38,252,255,18,22,0,22,20,0, | ||
5244 | 3,38,2,0,3,0,128,16,0,0,0,0, | ||
5245 | 196,64,192,12,0,0,0,0,14,0,126,22, | ||
5246 | 0,0,0,0,255,255,16,38,11,0,22,18, | ||
5247 | 255,255,18,36,196,64,192,12,48,0,4,36, | ||
5248 | 255,255,16,38,6,0,18,18,0,0,0,0, | ||
5249 | 111,61,192,8,0,0,0,0,0,38,4,0, | ||
5250 | 196,64,192,12,3,38,4,0,0,0,34,130, | ||
5251 | 0,0,36,146,0,0,0,0,249,255,64,20, | ||
5252 | 1,0,49,38,255,255,49,38,3,0,6,36, | ||
5253 | 80,0,102,22,66,0,4,36,255,255,16,38, | ||
5254 | 77,0,22,18,255,255,17,36,196,64,192,12, | ||
5255 | 32,0,4,36,255,255,16,38,252,255,17,22, | ||
5256 | 66,0,4,36,209,61,192,8,0,0,0,0, | ||
5257 | 8,0,3,36,33,128,32,2,33,40,64,2, | ||
5258 | 33,160,0,0,51,0,177,39,51,0,160,163, | ||
5259 | 27,0,163,0,2,0,96,20,0,0,0,0, | ||
5260 | 13,0,7,0,18,40,0,0,16,16,0,0, | ||
5261 | 2,131,1,60,33,8,34,0,128,205,34,144, | ||
5262 | 255,255,49,38,2,0,0,18,0,0,34,162, | ||
5263 | 255,255,16,38,242,255,160,20,0,0,0,0, | ||
5264 | 10,0,119,22,0,22,20,0,255,255,16,38, | ||
5265 | 8,0,22,18,3,38,2,0,255,255,18,36, | ||
5266 | 196,64,192,12,32,0,4,36,255,255,16,38, | ||
5267 | 252,255,18,22,0,22,20,0,3,38,2,0, | ||
5268 | 3,0,128,16,0,0,0,0,196,64,192,12, | ||
5269 | 0,0,0,0,14,0,126,22,0,0,0,0, | ||
5270 | 255,255,16,38,11,0,22,18,255,255,18,36, | ||
5271 | 196,64,192,12,48,0,4,36,255,255,16,38, | ||
5272 | 6,0,18,18,0,0,0,0,182,61,192,8, | ||
5273 | 0,0,0,0,0,38,4,0,196,64,192,12, | ||
5274 | 3,38,4,0,0,0,34,130,0,0,36,146, | ||
5275 | 0,0,0,0,249,255,64,20,1,0,49,38, | ||
5276 | 255,255,49,38,3,0,6,36,9,0,102,22, | ||
5277 | 81,0,4,36,255,255,16,38,6,0,22,18, | ||
5278 | 255,255,17,36,196,64,192,12,32,0,4,36, | ||
5279 | 255,255,16,38,252,255,17,22,81,0,4,36, | ||
5280 | 196,64,192,12,0,0,0,0,3,63,192,8, | ||
5281 | 1,0,162,38,33,128,32,2,33,16,64,2, | ||
5282 | 33,160,0,0,5,0,65,6,10,0,4,36, | ||
5283 | 45,0,20,36,2,0,32,18,35,16,18,0, | ||
5284 | 255,255,48,38,51,0,177,39,51,0,160,163, | ||
5285 | 27,0,68,0,2,0,128,20,0,0,0,0, | ||
5286 | 13,0,7,0,18,24,0,0,16,16,0,0, | ||
5287 | 2,131,1,60,33,8,34,0,128,205,34,144, | ||
5288 | 255,255,49,38,2,0,0,18,0,0,34,162, | ||
5289 | 255,255,16,38,33,16,96,0,241,255,64,20, | ||
5290 | 0,0,0,0,10,0,119,22,33,32,128,2, | ||
5291 | 255,255,16,38,7,0,22,18,0,0,0,0, | ||
5292 | 255,255,18,36,196,64,192,12,32,0,4,36, | ||
5293 | 255,255,16,38,252,255,18,22,33,32,128,2, | ||
5294 | 3,0,128,16,0,0,0,0,196,64,192,12, | ||
5295 | 0,0,0,0,14,0,126,22,0,0,0,0, | ||
5296 | 255,255,16,38,11,0,22,18,255,255,18,36, | ||
5297 | 196,64,192,12,48,0,4,36,255,255,16,38, | ||
5298 | 6,0,18,18,0,0,0,0,4,62,192,8, | ||
5299 | 0,0,0,0,0,38,4,0,196,64,192,12, | ||
5300 | 3,38,4,0,0,0,34,130,0,0,36,146, | ||
5301 | 0,0,0,0,249,255,64,20,1,0,49,38, | ||
5302 | 255,255,49,38,3,0,6,36,237,0,102,22, | ||
5303 | 1,0,162,38,255,255,16,38,234,0,22,18, | ||
5304 | 255,255,17,36,196,64,192,12,32,0,4,36, | ||
5305 | 255,255,16,38,252,255,17,22,1,0,162,38, | ||
5306 | 3,63,192,8,0,0,0,0,10,0,3,36, | ||
5307 | 33,128,32,2,33,40,64,2,33,160,0,0, | ||
5308 | 51,0,177,39,51,0,160,163,27,0,163,0, | ||
5309 | 2,0,96,20,0,0,0,0,13,0,7,0, | ||
5310 | 18,40,0,0,16,16,0,0,2,131,1,60, | ||
5311 | 33,8,34,0,128,205,34,144,255,255,49,38, | ||
5312 | 2,0,0,18,0,0,34,162,255,255,16,38, | ||
5313 | 242,255,160,20,0,0,0,0,10,0,119,22, | ||
5314 | 0,22,20,0,255,255,16,38,8,0,22,18, | ||
5315 | 3,38,2,0,255,255,18,36,196,64,192,12, | ||
5316 | 32,0,4,36,255,255,16,38,252,255,18,22, | ||
5317 | 0,22,20,0,3,38,2,0,3,0,128,16, | ||
5318 | 0,0,0,0,196,64,192,12,0,0,0,0, | ||
5319 | 14,0,126,22,0,0,0,0,255,255,16,38, | ||
5320 | 11,0,22,18,255,255,18,36,196,64,192,12, | ||
5321 | 48,0,4,36,255,255,16,38,6,0,18,18, | ||
5322 | 0,0,0,0,75,62,192,8,0,0,0,0, | ||
5323 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5324 | 0,0,34,130,0,0,36,146,0,0,0,0, | ||
5325 | 249,255,64,20,1,0,49,38,255,255,49,38, | ||
5326 | 3,0,6,36,166,0,102,22,1,0,162,38, | ||
5327 | 255,255,16,38,163,0,22,18,255,255,17,36, | ||
5328 | 196,64,192,12,32,0,4,36,255,255,16,38, | ||
5329 | 252,255,17,22,1,0,162,38,3,63,192,8, | ||
5330 | 0,0,0,0,192,132,144,39,156,71,192,12, | ||
5331 | 33,32,0,2,112,62,192,8,0,0,0,0, | ||
5332 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5333 | 0,0,2,130,0,0,4,146,0,0,0,0, | ||
5334 | 249,255,64,20,1,0,16,38,16,0,3,36, | ||
5335 | 33,128,32,2,33,40,64,2,33,160,0,0, | ||
5336 | 51,0,177,39,51,0,160,163,27,0,163,0, | ||
5337 | 2,0,96,20,0,0,0,0,13,0,7,0, | ||
5338 | 18,40,0,0,16,16,0,0,2,131,1,60, | ||
5339 | 33,8,34,0,128,205,34,144,255,255,49,38, | ||
5340 | 2,0,0,18,0,0,34,162,255,255,16,38, | ||
5341 | 242,255,160,20,0,0,0,0,10,0,119,22, | ||
5342 | 0,22,20,0,255,255,16,38,8,0,22,18, | ||
5343 | 3,38,2,0,255,255,18,36,196,64,192,12, | ||
5344 | 32,0,4,36,255,255,16,38,252,255,18,22, | ||
5345 | 0,22,20,0,3,38,2,0,3,0,128,16, | ||
5346 | 0,0,0,0,196,64,192,12,0,0,0,0, | ||
5347 | 14,0,126,22,0,0,0,0,255,255,16,38, | ||
5348 | 11,0,22,18,255,255,18,36,196,64,192,12, | ||
5349 | 48,0,4,36,255,255,16,38,6,0,18,18, | ||
5350 | 0,0,0,0,159,62,192,8,0,0,0,0, | ||
5351 | 0,38,4,0,196,64,192,12,3,38,4,0, | ||
5352 | 0,0,34,130,0,0,36,146,0,0,0,0, | ||
5353 | 249,255,64,20,1,0,49,38,255,255,49,38, | ||
5354 | 3,0,6,36,82,0,102,22,1,0,162,38, | ||
5355 | 255,255,16,38,79,0,22,18,255,255,17,36, | ||
5356 | 196,64,192,12,32,0,4,36,255,255,16,38, | ||
5357 | 252,255,17,22,1,0,162,38,3,63,192,8, | ||
5358 | 0,0,0,0,156,71,192,12,33,32,64,2, | ||
5359 | 33,24,64,0,42,16,113,0,2,0,64,16, | ||
5360 | 33,32,0,0,35,32,35,2,10,0,119,22, | ||
5361 | 33,128,128,0,255,255,16,38,7,0,22,18, | ||
5362 | 0,0,0,0,255,255,17,36,196,64,192,12, | ||
5363 | 32,0,4,36,255,255,16,38,252,255,17,22, | ||
5364 | 0,0,0,0,14,0,126,22,0,0,0,0, | ||
5365 | 255,255,16,38,11,0,22,18,255,255,17,36, | ||
5366 | 196,64,192,12,48,0,4,36,255,255,16,38, | ||
5367 | 6,0,17,18,0,0,0,0,211,62,192,8, | ||
5368 | 0,0,0,0,0,38,4,0,196,64,192,12, | ||
5369 | 3,38,4,0,0,0,66,130,0,0,68,146, | ||
5370 | 0,0,0,0,249,255,64,20,1,0,82,38, | ||
5371 | 255,255,82,38,3,0,6,36,30,0,102,22, | ||
5372 | 1,0,162,38,255,255,16,38,27,0,22,18, | ||
5373 | 255,255,17,36,196,64,192,12,32,0,4,36, | ||
5374 | 255,255,16,38,252,255,17,22,1,0,162,38, | ||
5375 | 3,63,192,8,0,0,0,0,253,62,192,8, | ||
5376 | 3,0,19,36,3,0,96,22,128,16,17,0, | ||
5377 | 2,0,19,36,128,16,17,0,33,16,81,0, | ||
5378 | 64,16,2,0,0,0,163,130,208,255,66,36, | ||
5379 | 2,0,96,22,33,136,67,0,1,0,19,36, | ||
5380 | 1,0,181,38,0,0,162,130,0,0,0,0, | ||
5381 | 33,254,64,20,0,0,0,0,1,0,130,36, | ||
5382 | 220,0,191,143,216,0,190,143,212,0,183,143, | ||
5383 | 208,0,182,143,204,0,181,143,200,0,180,143, | ||
5384 | 196,0,179,143,192,0,178,143,188,0,177,143, | ||
5385 | 184,0,176,143,8,0,224,3,224,0,189,39, | ||
5386 | 0,0,164,175,4,0,165,175,8,0,166,175, | ||
5387 | 12,0,167,175,200,255,189,39,59,0,162,39, | ||
5388 | 252,255,3,36,36,16,67,0,52,0,191,175, | ||
5389 | 48,0,180,175,44,0,179,175,40,0,178,175, | ||
5390 | 36,0,177,175,32,0,176,175,56,0,164,175, | ||
5391 | 0,0,80,140,4,0,81,36,0,0,2,130, | ||
5392 | 0,0,3,146,0,0,0,0,31,0,64,16, | ||
5393 | 37,0,20,36,69,0,19,36,252,255,18,36, | ||
5394 | 0,22,3,0,3,38,2,0,18,0,148,20, | ||
5395 | 0,0,0,0,1,0,3,130,0,0,0,0, | ||
5396 | 4,0,100,16,33,32,0,2,4,0,115,20, | ||
5397 | 3,0,34,38,33,32,0,2,56,63,192,8, | ||
5398 | 33,40,0,0,36,16,82,0,4,0,81,36, | ||
5399 | 0,0,69,140,33,32,0,2,13,61,192,12, | ||
5400 | 0,0,0,0,62,63,192,8,33,128,64,0, | ||
5401 | 196,64,192,12,1,0,16,38,0,0,2,130, | ||
5402 | 0,0,3,146,0,0,0,0,230,255,64,20, | ||
5403 | 0,22,3,0,52,0,191,143,48,0,180,143, | ||
5404 | 44,0,179,143,40,0,178,143,36,0,177,143, | ||
5405 | 32,0,176,143,8,0,224,3,56,0,189,39, | ||
5406 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5407 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5408 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5409 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5410 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5411 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5412 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5413 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5414 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5415 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5416 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5417 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5418 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5419 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5420 | 0,0,0,0,8,0,224,3,0,0,0,0, | ||
5421 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5422 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5423 | 0,0,0,0,0,0,0,0,8,0,224,3, | ||
5424 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5425 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5426 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5427 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5428 | 8,0,224,3,0,0,0,0,33,72,224,3, | ||
5429 | 170,3,8,36,76,63,192,12,0,0,0,0, | ||
5430 | 255,255,8,33,252,255,0,21,0,0,0,0, | ||
5431 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5432 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5433 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5434 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5435 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5436 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5437 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5438 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5439 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5440 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5441 | 0,0,0,0,0,0,0,0,8,0,32,1, | ||
5442 | 0,0,0,0,33,88,224,3,232,3,10,36, | ||
5443 | 143,63,192,12,0,0,0,0,255,255,74,33, | ||
5444 | 252,255,64,21,0,0,0,0,8,0,96,1, | ||
5445 | 0,0,0,0,250,255,132,32,130,32,4,0, | ||
5446 | 255,255,132,32,0,0,0,0,253,255,128,20, | ||
5447 | 0,0,0,0,8,0,224,3,0,0,0,0, | ||
5448 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5449 | 248,255,189,39,255,255,195,36,10,0,192,16, | ||
5450 | 33,56,160,0,255,255,6,36,0,0,162,144, | ||
5451 | 1,0,165,36,0,0,130,160,4,0,64,16, | ||
5452 | 1,0,132,36,255,255,99,36,249,255,102,20, | ||
5453 | 0,0,0,0,33,16,224,0,8,0,224,3, | ||
5454 | 8,0,189,39,0,96,2,64,0,0,0,0, | ||
5455 | 38,64,68,0,1,255,8,49,38,64,2,1, | ||
5456 | 0,96,136,64,8,0,224,3,1,255,66,48, | ||
5457 | 0,96,2,64,0,0,0,0,1,255,132,48, | ||
5458 | 39,32,128,0,36,64,68,0,0,96,136,64, | ||
5459 | 8,0,224,3,1,255,66,48,0,96,2,64, | ||
5460 | 0,0,0,0,0,255,132,48,37,64,68,0, | ||
5461 | 1,0,8,53,0,96,136,64,8,0,224,3, | ||
5462 | 1,255,66,48,176,255,189,39,64,0,182,175, | ||
5463 | 33,176,128,0,52,0,179,175,33,152,160,0, | ||
5464 | 72,0,190,175,33,240,192,0,68,0,183,175, | ||
5465 | 33,184,224,0,60,0,181,175,33,168,0,0, | ||
5466 | 56,0,180,175,33,160,0,0,76,0,191,175, | ||
5467 | 48,0,178,175,44,0,177,175,40,0,176,175, | ||
5468 | 2,131,6,60,33,48,212,0,160,205,198,144, | ||
5469 | 0,0,0,0,28,0,96,26,33,128,0,0, | ||
5470 | 33,24,192,2,33,32,118,2,0,0,102,160, | ||
5471 | 1,0,99,36,42,16,100,0,252,255,64,20, | ||
5472 | 0,0,0,0,19,0,96,26,33,128,0,0, | ||
5473 | 255,0,210,48,33,136,192,2,0,0,39,146, | ||
5474 | 0,0,0,0,9,0,242,16,0,0,0,0, | ||
5475 | 5,0,224,18,33,40,0,2,96,0,164,143, | ||
5476 | 0,0,0,0,9,248,224,2,33,48,64,2, | ||
5477 | 32,0,192,23,1,0,181,38,1,0,16,38, | ||
5478 | 42,16,19,2,241,255,64,20,1,0,49,38, | ||
5479 | 1,0,148,38,4,0,130,46,220,255,64,20, | ||
5480 | 0,0,0,0,7,0,96,26,33,128,0,0, | ||
5481 | 33,24,192,2,0,0,112,160,1,0,16,38, | ||
5482 | 42,16,19,2,252,255,64,20,1,0,99,36, | ||
5483 | 20,0,96,26,33,128,0,0,33,136,192,2, | ||
5484 | 0,0,39,146,255,0,6,50,11,0,230,16, | ||
5485 | 0,0,0,0,5,0,224,18,0,0,0,0, | ||
5486 | 96,0,164,143,0,0,0,0,9,248,224,2, | ||
5487 | 33,40,0,2,3,0,192,19,1,0,181,38, | ||
5488 | 72,64,192,8,1,0,2,36,1,0,16,38, | ||
5489 | 42,16,19,2,239,255,64,20,1,0,49,38, | ||
5490 | 33,16,160,2,76,0,191,143,72,0,190,143, | ||
5491 | 68,0,183,143,64,0,182,143,60,0,181,143, | ||
5492 | 56,0,180,143,52,0,179,143,48,0,178,143, | ||
5493 | 44,0,177,143,40,0,176,143,8,0,224,3, | ||
5494 | 80,0,189,39,160,255,189,39,88,0,190,175, | ||
5495 | 33,240,128,0,68,0,179,175,33,152,160,0, | ||
5496 | 76,0,181,175,33,168,224,0,72,0,180,175, | ||
5497 | 33,160,0,0,33,16,96,2,92,0,191,175, | ||
5498 | 84,0,183,175,80,0,182,175,64,0,178,175, | ||
5499 | 60,0,177,175,56,0,176,175,2,0,97,6, | ||
5500 | 16,0,166,175,3,0,98,38,131,152,2,0, | ||
5501 | 33,184,0,0,2,131,22,60,164,205,214,38, | ||
5502 | 0,0,210,142,0,0,0,0,7,0,96,18, | ||
5503 | 33,128,0,0,33,24,192,3,0,0,114,172, | ||
5504 | 1,0,16,38,43,16,19,2,252,255,64,20, | ||
5505 | 4,0,99,36,20,0,96,18,33,128,0,0, | ||
5506 | 33,136,192,3,0,0,39,142,0,0,0,0, | ||
5507 | 11,0,242,16,128,40,16,0,5,0,160,18, | ||
5508 | 0,0,0,0,112,0,164,143,0,0,0,0, | ||
5509 | 9,248,160,2,33,48,64,2,16,0,168,143, | ||
5510 | 0,0,0,0,34,0,0,21,1,0,148,38, | ||
5511 | 1,0,16,38,43,16,19,2,239,255,64,20, | ||
5512 | 4,0,49,38,1,0,247,38,4,0,226,46, | ||
5513 | 222,255,64,20,4,0,214,38,7,0,96,18, | ||
5514 | 33,128,0,0,33,24,192,3,0,0,112,172, | ||
5515 | 1,0,16,38,43,16,19,2,252,255,64,20, | ||
5516 | 4,0,99,36,22,0,96,18,33,128,0,0, | ||
5517 | 33,136,192,3,0,0,39,142,0,0,0,0, | ||
5518 | 13,0,240,16,128,40,16,0,5,0,160,18, | ||
5519 | 0,0,0,0,112,0,164,143,0,0,0,0, | ||
5520 | 9,248,160,2,33,48,0,2,16,0,168,143, | ||
5521 | 0,0,0,0,3,0,0,17,1,0,148,38, | ||
5522 | 174,64,192,8,1,0,2,36,1,0,16,38, | ||
5523 | 43,16,19,2,237,255,64,20,4,0,49,38, | ||
5524 | 33,16,128,2,92,0,191,143,88,0,190,143, | ||
5525 | 84,0,183,143,80,0,182,143,76,0,181,143, | ||
5526 | 72,0,180,143,68,0,179,143,64,0,178,143, | ||
5527 | 60,0,177,143,56,0,176,143,8,0,224,3, | ||
5528 | 96,0,189,39,0,0,0,0,0,0,0,0, | ||
5529 | 255,1,2,36,0,163,1,60,176,1,32,172, | ||
5530 | 0,163,1,60,180,1,32,172,0,163,1,60, | ||
5531 | 8,0,224,3,184,1,34,172,232,255,189,39, | ||
5532 | 16,0,176,175,33,128,128,0,20,0,191,175, | ||
5533 | 220,63,192,12,33,32,0,0,33,40,64,0, | ||
5534 | 0,163,3,60,180,1,99,140,0,163,2,60, | ||
5535 | 184,1,66,140,0,163,4,60,128,1,132,140, | ||
5536 | 1,0,99,36,11,0,128,20,36,24,98,0, | ||
5537 | 0,163,2,60,176,1,66,140,0,0,0,0, | ||
5538 | 6,0,98,20,0,0,0,0,0,163,2,60, | ||
5539 | 128,1,66,140,0,0,0,0,247,255,64,16, | ||
5540 | 0,0,0,0,0,163,2,60,180,1,66,140, | ||
5541 | 33,32,160,0,0,163,1,60,33,8,34,0, | ||
5542 | 188,1,48,160,0,163,1,60,220,63,192,12, | ||
5543 | 180,1,35,172,20,0,191,143,16,0,176,143, | ||
5544 | 8,0,224,3,24,0,189,39,8,0,224,3, | ||
5545 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5546 | 0,0,0,0,192,255,189,39,33,80,0,0, | ||
5547 | 80,0,185,143,84,0,184,143,88,0,175,143, | ||
5548 | 1,0,2,36,60,0,177,175,92,0,177,143, | ||
5549 | 4,112,226,0,12,0,224,24,56,0,176,175, | ||
5550 | 1,0,9,36,33,64,160,3,33,24,32,3, | ||
5551 | 0,0,98,140,4,0,99,36,1,0,74,37, | ||
5552 | 4,16,73,0,0,0,2,173,42,16,71,1, | ||
5553 | 249,255,64,20,4,0,8,37,46,0,192,25, | ||
5554 | 33,80,0,0,255,0,16,36,33,72,0,0, | ||
5555 | 0,0,145,172,0,0,160,164,34,0,224,24, | ||
5556 | 0,0,208,160,33,88,128,0,33,96,160,0, | ||
5557 | 33,104,192,0,33,64,32,3,33,24,160,3, | ||
5558 | 0,0,98,140,0,0,0,0,36,16,66,1, | ||
5559 | 19,0,64,16,0,0,0,0,0,0,2,141, | ||
5560 | 0,0,0,0,128,16,2,0,33,16,88,0, | ||
5561 | 0,0,66,140,0,0,0,0,0,0,98,173, | ||
5562 | 0,0,2,141,0,0,0,0,64,16,2,0, | ||
5563 | 33,16,79,0,0,0,66,148,0,0,0,0, | ||
5564 | 0,0,130,165,0,0,2,141,0,0,0,0, | ||
5565 | 47,65,192,8,0,0,162,161,4,0,8,37, | ||
5566 | 1,0,41,37,42,16,39,1,229,255,64,20, | ||
5567 | 4,0,99,36,1,0,198,36,2,0,165,36, | ||
5568 | 1,0,74,37,42,16,78,1,213,255,64,20, | ||
5569 | 4,0,132,36,60,0,177,143,56,0,176,143, | ||
5570 | 8,0,224,3,64,0,189,39,0,0,0,0, | ||
5571 | 0,0,0,0,0,0,0,0,216,255,189,39, | ||
5572 | 63,0,132,48,28,0,179,175,128,1,147,52, | ||
5573 | 50,133,130,151,48,133,132,151,0,128,131,151, | ||
5574 | 20,0,177,175,16,0,176,175,5,162,16,60, | ||
5575 | 32,0,191,175,24,0,178,175,39,16,68,0, | ||
5576 | 36,24,98,0,0,128,131,167,0,0,3,166, | ||
5577 | 76,63,192,12,0,1,17,36,0,128,130,151, | ||
5578 | 48,133,131,151,5,162,18,60,37,16,67,0, | ||
5579 | 0,128,130,167,0,0,2,166,36,16,51,2, | ||
5580 | 6,0,64,16,0,0,0,0,0,128,131,151, | ||
5581 | 20,133,130,151,0,0,0,0,96,65,192,8, | ||
5582 | 37,24,98,0,20,133,130,151,0,128,131,151, | ||
5583 | 39,16,2,0,36,24,98,0,0,128,131,167, | ||
5584 | 0,0,67,166,76,63,192,12,66,136,17,0, | ||
5585 | 0,128,130,151,50,133,131,151,0,0,0,0, | ||
5586 | 37,16,67,0,0,128,130,167,76,63,192,12, | ||
5587 | 0,0,66,166,50,133,130,151,0,128,131,151, | ||
5588 | 39,16,2,0,36,24,98,0,255,255,34,50, | ||
5589 | 0,128,131,167,0,0,67,166,226,255,64,20, | ||
5590 | 36,16,51,2,33,136,0,0,16,0,16,36, | ||
5591 | 5,162,18,60,255,255,19,36,76,63,192,12, | ||
5592 | 0,0,0,0,0,128,131,151,50,133,130,151, | ||
5593 | 0,0,0,0,37,24,98,0,0,128,131,167, | ||
5594 | 76,63,192,12,0,0,67,166,8,0,0,18, | ||
5595 | 0,0,0,0,0,0,67,150,20,133,130,151, | ||
5596 | 0,0,0,0,36,16,67,0,2,0,64,16, | ||
5597 | 64,136,17,0,1,0,49,54,76,63,192,12, | ||
5598 | 255,255,16,38,50,133,130,151,0,128,131,151, | ||
5599 | 39,16,2,0,36,24,98,0,0,128,131,167, | ||
5600 | 230,255,19,22,0,0,67,166,48,133,130,151, | ||
5601 | 0,128,131,151,39,16,2,0,36,24,98,0, | ||
5602 | 5,162,2,60,0,128,131,167,0,0,67,164, | ||
5603 | 255,255,34,50,32,0,191,143,28,0,179,143, | ||
5604 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
5605 | 8,0,224,3,40,0,189,39,208,255,189,39, | ||
5606 | 36,0,181,175,33,168,160,0,32,0,180,175, | ||
5607 | 63,0,148,48,33,32,128,2,44,0,191,175, | ||
5608 | 40,0,182,175,28,0,179,175,24,0,178,175, | ||
5609 | 20,0,177,175,60,65,192,12,16,0,176,175, | ||
5610 | 33,152,64,0,255,255,163,50,255,255,98,50, | ||
5611 | 3,0,98,20,48,1,22,36,245,66,192,8, | ||
5612 | 1,0,2,36,5,162,16,60,50,133,130,151, | ||
5613 | 48,133,132,151,0,128,131,151,39,16,68,0, | ||
5614 | 36,24,98,0,0,128,131,167,0,0,3,166, | ||
5615 | 76,63,192,12,0,1,17,36,0,128,130,151, | ||
5616 | 48,133,131,151,5,162,18,60,37,16,67,0, | ||
5617 | 0,128,130,167,0,0,2,166,36,16,54,2, | ||
5618 | 6,0,64,16,0,0,0,0,0,128,131,151, | ||
5619 | 20,133,130,151,0,0,0,0,210,65,192,8, | ||
5620 | 37,24,98,0,20,133,130,151,0,128,131,151, | ||
5621 | 39,16,2,0,36,24,98,0,0,128,131,167, | ||
5622 | 0,0,67,166,76,63,192,12,66,136,17,0, | ||
5623 | 0,128,130,151,50,133,131,151,0,0,0,0, | ||
5624 | 37,16,67,0,0,128,130,167,76,63,192,12, | ||
5625 | 0,0,66,166,50,133,130,151,0,128,131,151, | ||
5626 | 39,16,2,0,36,24,98,0,255,255,34,50, | ||
5627 | 0,128,131,167,0,0,67,166,226,255,64,20, | ||
5628 | 36,16,54,2,255,255,163,50,255,255,98,50, | ||
5629 | 39,16,2,0,36,24,98,0,84,0,96,16, | ||
5630 | 192,1,147,54,5,162,16,60,50,133,130,151, | ||
5631 | 48,133,132,151,0,128,131,151,39,16,68,0, | ||
5632 | 36,24,98,0,0,128,131,167,0,0,3,166, | ||
5633 | 76,63,192,12,0,1,17,36,0,128,130,151, | ||
5634 | 48,133,131,151,5,162,18,60,37,16,67,0, | ||
5635 | 0,128,130,167,0,0,2,166,36,16,51,2, | ||
5636 | 6,0,64,16,0,0,0,0,0,128,131,151, | ||
5637 | 20,133,130,151,0,0,0,0,8,66,192,8, | ||
5638 | 37,24,98,0,20,133,130,151,0,128,131,151, | ||
5639 | 39,16,2,0,36,24,98,0,0,128,131,167, | ||
5640 | 0,0,67,166,76,63,192,12,66,136,17,0, | ||
5641 | 0,128,130,151,50,133,131,151,0,0,0,0, | ||
5642 | 37,16,67,0,0,128,130,167,76,63,192,12, | ||
5643 | 0,0,66,166,50,133,130,151,0,128,131,151, | ||
5644 | 39,16,2,0,36,24,98,0,255,255,34,50, | ||
5645 | 0,128,131,167,0,0,67,166,226,255,64,20, | ||
5646 | 36,16,51,2,5,162,16,60,50,133,130,151, | ||
5647 | 48,133,132,151,0,128,131,151,39,16,68,0, | ||
5648 | 36,24,98,0,0,128,131,167,76,63,192,12, | ||
5649 | 0,0,3,166,0,128,131,151,48,133,130,151, | ||
5650 | 0,0,0,0,37,24,98,0,0,0,3,166, | ||
5651 | 0,0,4,150,20,133,130,151,0,128,131,167, | ||
5652 | 36,16,68,0,9,0,64,20,0,0,0,0, | ||
5653 | 76,63,192,12,0,0,0,0,0,0,3,150, | ||
5654 | 20,133,130,151,0,0,0,0,36,16,67,0, | ||
5655 | 249,255,64,16,0,0,0,0,48,133,130,151, | ||
5656 | 0,128,131,151,39,16,2,0,36,24,98,0, | ||
5657 | 5,162,2,60,0,128,131,167,0,0,67,164, | ||
5658 | 255,255,163,50,255,255,2,52,125,0,98,16, | ||
5659 | 64,1,147,54,5,162,16,60,50,133,130,151, | ||
5660 | 48,133,132,151,0,128,131,151,39,16,68,0, | ||
5661 | 36,24,98,0,0,128,131,167,0,0,3,166, | ||
5662 | 76,63,192,12,0,1,17,36,0,128,130,151, | ||
5663 | 48,133,131,151,5,162,18,60,37,16,67,0, | ||
5664 | 0,128,130,167,0,0,2,166,36,16,51,2, | ||
5665 | 6,0,64,16,0,0,0,0,0,128,131,151, | ||
5666 | 20,133,130,151,0,0,0,0,95,66,192,8, | ||
5667 | 37,24,98,0,20,133,130,151,0,128,131,151, | ||
5668 | 39,16,2,0,36,24,98,0,0,128,131,167, | ||
5669 | 0,0,67,166,76,63,192,12,66,136,17,0, | ||
5670 | 0,128,130,151,50,133,131,151,0,0,0,0, | ||
5671 | 37,16,67,0,0,128,130,167,76,63,192,12, | ||
5672 | 0,0,66,166,50,133,130,151,0,128,131,151, | ||
5673 | 39,16,2,0,36,24,98,0,255,255,34,50, | ||
5674 | 0,128,131,167,0,0,67,166,226,255,64,20, | ||
5675 | 36,16,51,2,33,144,160,2,0,128,16,52, | ||
5676 | 0,128,130,151,48,133,131,151,5,162,17,60, | ||
5677 | 37,16,67,0,5,162,3,60,0,128,130,167, | ||
5678 | 0,0,98,164,36,16,18,2,6,0,64,16, | ||
5679 | 0,0,0,0,0,128,131,151,20,133,130,151, | ||
5680 | 0,0,0,0,136,66,192,8,37,24,98,0, | ||
5681 | 20,133,130,151,0,128,131,151,39,16,2,0, | ||
5682 | 36,24,98,0,0,128,131,167,0,0,35,166, | ||
5683 | 76,63,192,12,66,128,16,0,0,128,130,151, | ||
5684 | 50,133,131,151,0,0,0,0,37,16,67,0, | ||
5685 | 0,128,130,167,76,63,192,12,0,0,34,166, | ||
5686 | 50,133,130,151,0,128,131,151,39,16,2,0, | ||
5687 | 36,24,98,0,255,255,2,50,0,128,131,167, | ||
5688 | 0,0,35,166,226,255,64,20,36,16,18,2, | ||
5689 | 5,162,16,60,50,133,130,151,48,133,132,151, | ||
5690 | 0,128,131,151,39,16,68,0,36,24,98,0, | ||
5691 | 0,128,131,167,76,63,192,12,0,0,3,166, | ||
5692 | 0,128,131,151,48,133,130,151,0,0,0,0, | ||
5693 | 37,24,98,0,0,0,3,166,0,0,4,150, | ||
5694 | 20,133,130,151,0,128,131,167,36,16,68,0, | ||
5695 | 9,0,64,20,0,0,0,0,76,63,192,12, | ||
5696 | 0,0,0,0,0,0,3,150,20,133,130,151, | ||
5697 | 0,0,0,0,36,16,67,0,249,255,64,16, | ||
5698 | 0,0,0,0,48,133,130,151,0,128,131,151, | ||
5699 | 39,16,2,0,36,24,98,0,5,162,2,60, | ||
5700 | 0,128,131,167,0,0,67,164,0,1,19,36, | ||
5701 | 5,162,16,60,50,133,130,151,48,133,132,151, | ||
5702 | 0,128,131,151,39,16,68,0,36,24,98,0, | ||
5703 | 0,128,131,167,0,0,3,166,76,63,192,12, | ||
5704 | 0,1,17,36,0,128,130,151,48,133,131,151, | ||
5705 | 5,162,18,60,37,16,67,0,0,128,130,167, | ||
5706 | 0,0,2,166,36,16,113,2,6,0,64,16, | ||
5707 | 0,0,0,0,0,128,131,151,20,133,130,151, | ||
5708 | 0,0,0,0,220,66,192,8,37,24,98,0, | ||
5709 | 20,133,130,151,0,128,131,151,39,16,2,0, | ||
5710 | 36,24,98,0,0,128,131,167,0,0,67,166, | ||
5711 | 76,63,192,12,66,136,17,0,0,128,130,151, | ||
5712 | 50,133,131,151,0,0,0,0,37,16,67,0, | ||
5713 | 0,128,130,167,76,63,192,12,0,0,66,166, | ||
5714 | 50,133,130,151,0,128,131,151,39,16,2,0, | ||
5715 | 36,24,98,0,255,255,34,50,0,128,131,167, | ||
5716 | 0,0,67,166,226,255,64,20,36,16,113,2, | ||
5717 | 60,65,192,12,33,32,128,2,38,16,162,2, | ||
5718 | 255,255,66,48,1,0,66,44,44,0,191,143, | ||
5719 | 40,0,182,143,36,0,181,143,32,0,180,143, | ||
5720 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
5721 | 16,0,176,143,8,0,224,3,48,0,189,39, | ||
5722 | 224,255,189,39,24,0,178,175,33,144,0,0, | ||
5723 | 64,16,4,0,16,0,176,175,33,128,68,0, | ||
5724 | 33,32,0,2,20,0,177,175,255,255,177,48, | ||
5725 | 28,0,191,175,162,65,192,12,33,40,32,2, | ||
5726 | 8,0,64,16,1,0,4,38,162,65,192,12, | ||
5727 | 33,40,32,2,4,0,64,16,2,0,4,38, | ||
5728 | 162,65,192,12,33,40,32,2,43,144,2,0, | ||
5729 | 33,16,64,2,28,0,191,143,24,0,178,143, | ||
5730 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
5731 | 32,0,189,39,216,255,189,39,64,16,4,0, | ||
5732 | 24,0,178,175,33,144,68,0,33,32,64,2, | ||
5733 | 36,0,191,175,32,0,180,175,28,0,179,175, | ||
5734 | 20,0,177,175,60,65,192,12,16,0,176,175, | ||
5735 | 1,0,84,38,33,32,128,2,60,65,192,12, | ||
5736 | 33,136,64,0,2,0,83,38,33,32,96,2, | ||
5737 | 60,65,192,12,33,128,64,0,255,255,35,50, | ||
5738 | 255,255,17,50,8,0,113,20,0,0,0,0, | ||
5739 | 255,255,66,48,3,0,34,18,33,32,96,2, | ||
5740 | 162,65,192,12,33,40,32,2,66,67,192,8, | ||
5741 | 33,16,32,2,255,255,80,48,4,0,112,16, | ||
5742 | 33,32,128,2,5,0,48,22,255,255,2,36, | ||
5743 | 33,32,64,2,162,65,192,12,33,40,0,2, | ||
5744 | 33,16,0,2,36,0,191,143,32,0,180,143, | ||
5745 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
5746 | 16,0,176,143,8,0,224,3,40,0,189,39, | ||
5747 | 0,0,0,0,0,0,0,0,0,96,8,64, | ||
5748 | 0,0,0,0,254,255,1,36,36,72,1,1, | ||
5749 | 0,96,137,64,0,0,133,164,2,0,132,32, | ||
5750 | 2,44,5,0,0,0,133,164,0,96,136,64, | ||
5751 | 8,0,224,3,0,0,0,0,208,255,189,39, | ||
5752 | 32,0,178,175,33,144,128,0,28,0,177,175, | ||
5753 | 33,136,160,0,36,0,179,175,33,152,192,0, | ||
5754 | 40,0,180,175,33,160,224,0,44,0,191,175, | ||
5755 | 2,0,32,22,24,0,176,175,255,255,17,36, | ||
5756 | 0,0,66,142,0,0,0,0,36,16,81,0, | ||
5757 | 3,0,83,20,0,0,0,0,121,67,192,8, | ||
5758 | 1,0,2,36,11,0,128,26,33,128,0,0, | ||
5759 | 143,63,192,12,0,0,0,0,0,0,66,142, | ||
5760 | 0,0,0,0,36,16,81,0,246,255,83,16, | ||
5761 | 1,0,16,38,42,16,20,2,247,255,64,20, | ||
5762 | 0,0,0,0,33,16,0,0,44,0,191,143, | ||
5763 | 40,0,180,143,36,0,179,143,32,0,178,143, | ||
5764 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
5765 | 48,0,189,39,208,255,189,39,32,0,178,175, | ||
5766 | 33,144,128,0,28,0,177,175,33,136,160,0, | ||
5767 | 36,0,179,175,33,152,192,0,40,0,180,175, | ||
5768 | 33,160,224,0,44,0,191,175,2,0,32,22, | ||
5769 | 24,0,176,175,255,255,17,52,0,0,66,150, | ||
5770 | 0,0,0,0,36,16,81,0,3,0,83,20, | ||
5771 | 0,0,0,0,162,67,192,8,1,0,2,36, | ||
5772 | 11,0,128,26,33,128,0,0,143,63,192,12, | ||
5773 | 0,0,0,0,0,0,66,150,0,0,0,0, | ||
5774 | 36,16,81,0,246,255,83,16,1,0,16,38, | ||
5775 | 42,16,20,2,247,255,64,20,0,0,0,0, | ||
5776 | 33,16,0,0,44,0,191,143,40,0,180,143, | ||
5777 | 36,0,179,143,32,0,178,143,28,0,177,143, | ||
5778 | 24,0,176,143,8,0,224,3,48,0,189,39, | ||
5779 | 208,255,189,39,32,0,178,175,33,144,128,0, | ||
5780 | 28,0,177,175,33,136,160,0,36,0,179,175, | ||
5781 | 33,152,192,0,40,0,180,175,33,160,224,0, | ||
5782 | 44,0,191,175,2,0,32,22,24,0,176,175, | ||
5783 | 255,0,17,36,0,0,66,146,0,0,0,0, | ||
5784 | 36,16,81,0,3,0,83,20,0,0,0,0, | ||
5785 | 203,67,192,8,1,0,2,36,11,0,128,26, | ||
5786 | 33,128,0,0,143,63,192,12,0,0,0,0, | ||
5787 | 0,0,66,146,0,0,0,0,36,16,81,0, | ||
5788 | 246,255,83,16,1,0,16,38,42,16,20,2, | ||
5789 | 247,255,64,20,0,0,0,0,33,16,0,0, | ||
5790 | 44,0,191,143,40,0,180,143,36,0,179,143, | ||
5791 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
5792 | 8,0,224,3,48,0,189,39,208,255,189,39, | ||
5793 | 32,0,178,175,33,144,128,0,28,0,177,175, | ||
5794 | 33,136,160,0,36,0,179,175,33,152,192,0, | ||
5795 | 40,0,180,175,33,160,224,0,44,0,191,175, | ||
5796 | 2,0,32,22,24,0,176,175,255,255,17,36, | ||
5797 | 0,0,66,142,0,0,0,0,36,16,81,0, | ||
5798 | 3,0,83,20,0,0,0,0,244,67,192,8, | ||
5799 | 1,0,2,36,11,0,128,26,33,128,0,0, | ||
5800 | 143,63,192,12,0,0,0,0,0,0,66,142, | ||
5801 | 0,0,0,0,36,16,81,0,246,255,83,20, | ||
5802 | 1,0,16,38,42,16,20,2,247,255,64,20, | ||
5803 | 0,0,0,0,33,16,0,0,44,0,191,143, | ||
5804 | 40,0,180,143,36,0,179,143,32,0,178,143, | ||
5805 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
5806 | 48,0,189,39,208,255,189,39,32,0,178,175, | ||
5807 | 33,144,128,0,28,0,177,175,33,136,160,0, | ||
5808 | 36,0,179,175,33,152,192,0,40,0,180,175, | ||
5809 | 33,160,224,0,44,0,191,175,2,0,32,22, | ||
5810 | 24,0,176,175,255,255,17,52,0,0,66,150, | ||
5811 | 0,0,0,0,36,16,81,0,3,0,83,20, | ||
5812 | 0,0,0,0,29,68,192,8,1,0,2,36, | ||
5813 | 11,0,128,26,33,128,0,0,143,63,192,12, | ||
5814 | 0,0,0,0,0,0,66,150,0,0,0,0, | ||
5815 | 36,16,81,0,246,255,83,20,1,0,16,38, | ||
5816 | 42,16,20,2,247,255,64,20,0,0,0,0, | ||
5817 | 33,16,0,0,44,0,191,143,40,0,180,143, | ||
5818 | 36,0,179,143,32,0,178,143,28,0,177,143, | ||
5819 | 24,0,176,143,8,0,224,3,48,0,189,39, | ||
5820 | 208,255,189,39,32,0,178,175,33,144,128,0, | ||
5821 | 28,0,177,175,33,136,160,0,36,0,179,175, | ||
5822 | 33,152,192,0,40,0,180,175,33,160,224,0, | ||
5823 | 44,0,191,175,2,0,32,22,24,0,176,175, | ||
5824 | 255,0,17,36,0,0,66,146,0,0,0,0, | ||
5825 | 36,16,81,0,3,0,83,20,0,0,0,0, | ||
5826 | 70,68,192,8,1,0,2,36,11,0,128,26, | ||
5827 | 33,128,0,0,143,63,192,12,0,0,0,0, | ||
5828 | 0,0,66,146,0,0,0,0,36,16,81,0, | ||
5829 | 246,255,83,20,1,0,16,38,42,16,20,2, | ||
5830 | 247,255,64,20,0,0,0,0,33,16,0,0, | ||
5831 | 44,0,191,143,40,0,180,143,36,0,179,143, | ||
5832 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
5833 | 8,0,224,3,48,0,189,39,0,0,0,0, | ||
5834 | 0,0,0,0,248,255,189,39,255,255,195,36, | ||
5835 | 8,0,192,16,33,56,128,0,255,255,6,36, | ||
5836 | 0,0,162,144,1,0,165,36,255,255,99,36, | ||
5837 | 0,0,130,160,251,255,102,20,1,0,132,36, | ||
5838 | 33,16,224,0,8,0,224,3,8,0,189,39, | ||
5839 | 0,0,0,0,0,0,0,0,0,96,8,64, | ||
5840 | 1,0,9,60,0,96,137,64,15,0,138,48, | ||
5841 | 33,40,170,0,192,255,165,36,0,0,128,160, | ||
5842 | 16,0,128,160,32,0,128,160,251,255,160,28, | ||
5843 | 48,0,128,160,64,0,132,36,0,96,136,64, | ||
5844 | 0,0,0,0,0,0,0,0,8,0,224,3, | ||
5845 | 0,0,0,0,0,0,0,0,1,131,2,60, | ||
5846 | 224,17,66,36,0,32,9,60,37,16,73,0, | ||
5847 | 8,0,64,0,0,0,0,0,0,96,8,64, | ||
5848 | 3,0,9,60,0,96,137,64,15,0,138,48, | ||
5849 | 33,40,170,0,192,255,165,36,0,0,128,160, | ||
5850 | 16,0,128,160,32,0,128,160,251,255,160,28, | ||
5851 | 48,0,128,160,64,0,132,36,0,96,136,64, | ||
5852 | 0,0,0,0,0,0,0,0,8,0,224,3, | ||
5853 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
5854 | 0,0,0,0,0,163,3,60,192,3,99,140, | ||
5855 | 0,163,2,60,188,3,66,140,0,0,0,0, | ||
5856 | 16,0,98,16,255,255,2,36,0,163,2,60, | ||
5857 | 188,3,66,140,0,163,1,60,33,8,34,0, | ||
5858 | 200,3,34,144,0,163,3,60,188,3,99,140, | ||
5859 | 0,163,4,60,196,3,132,140,0,22,2,0, | ||
5860 | 3,22,2,0,1,0,99,36,36,24,100,0, | ||
5861 | 0,163,1,60,188,3,35,172,8,0,224,3, | ||
5862 | 0,0,0,0,0,163,6,60,0,1,198,52, | ||
5863 | 10,0,9,36,255,255,8,36,13,0,7,36, | ||
5864 | 0,163,3,60,192,3,99,140,0,163,2,60, | ||
5865 | 188,3,66,140,0,0,0,0,17,0,98,16, | ||
5866 | 255,255,5,36,0,163,2,60,188,3,66,140, | ||
5867 | 0,0,0,0,33,16,70,0,200,2,66,144, | ||
5868 | 0,0,0,0,0,22,2,0,3,46,2,0, | ||
5869 | 0,163,2,60,188,3,66,140,0,163,3,60, | ||
5870 | 196,3,99,140,1,0,66,36,36,16,67,0, | ||
5871 | 0,163,1,60,188,3,34,172,11,0,169,16, | ||
5872 | 11,0,162,40,5,0,64,16,0,0,0,0, | ||
5873 | 228,255,168,16,0,0,0,0,206,68,192,8, | ||
5874 | 0,0,133,160,224,255,167,16,0,0,0,0, | ||
5875 | 206,68,192,8,0,0,133,160,208,68,192,8, | ||
5876 | 0,0,128,160,169,68,192,8,1,0,132,36, | ||
5877 | 8,0,224,3,0,0,0,0,0,0,0,0, | ||
5878 | 0,0,0,0,208,255,189,39,24,0,176,175, | ||
5879 | 33,128,128,0,36,0,179,175,33,152,160,0, | ||
5880 | 28,0,177,175,33,136,0,0,32,0,178,175, | ||
5881 | 33,144,0,2,5,0,64,22,40,0,191,175, | ||
5882 | 54,0,96,22,33,16,0,0,22,69,192,8, | ||
5883 | 0,0,32,174,0,0,67,130,0,0,0,0, | ||
5884 | 233,68,192,8,32,0,2,36,0,0,3,130, | ||
5885 | 32,0,2,36,253,255,98,16,1,0,16,38, | ||
5886 | 255,255,16,38,9,0,2,36,249,255,98,16, | ||
5887 | 1,0,16,38,255,255,16,38,0,0,3,130, | ||
5888 | 45,0,2,36,4,0,98,20,43,0,2,36, | ||
5889 | 1,0,16,38,250,68,192,8,1,0,17,36, | ||
5890 | 3,0,98,20,33,32,0,2,1,0,16,38, | ||
5891 | 33,32,0,2,44,69,192,12,16,0,165,39, | ||
5892 | 7,0,96,18,33,24,64,0,16,0,162,143, | ||
5893 | 0,0,0,0,2,0,80,20,0,0,0,0, | ||
5894 | 33,16,64,2,0,0,98,174,6,0,32,18, | ||
5895 | 0,128,2,60,43,16,67,0,5,0,64,20, | ||
5896 | 255,127,2,60,19,69,192,8,33,16,96,0, | ||
5897 | 5,0,97,4,255,127,2,60,7,0,32,18, | ||
5898 | 255,255,66,52,22,69,192,8,0,128,2,60, | ||
5899 | 33,16,96,0,2,0,32,18,0,0,0,0, | ||
5900 | 35,16,2,0,40,0,191,143,36,0,179,143, | ||
5901 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
5902 | 8,0,224,3,48,0,189,39,0,0,0,0, | ||
5903 | 0,0,0,0,0,0,0,0,208,255,130,36, | ||
5904 | 10,0,66,44,7,0,64,20,1,0,2,36, | ||
5905 | 191,255,130,36,6,0,66,44,3,0,64,20, | ||
5906 | 1,0,2,36,159,255,130,36,6,0,66,44, | ||
5907 | 8,0,224,3,0,0,0,0,248,255,189,39, | ||
5908 | 0,0,176,175,33,56,0,0,33,72,0,0, | ||
5909 | 33,80,0,0,33,112,0,0,5,0,128,20, | ||
5910 | 33,200,128,0,110,0,160,20,33,16,0,0, | ||
5911 | 163,69,192,8,0,0,192,173,0,0,131,128, | ||
5912 | 32,0,2,36,253,255,98,16,1,0,132,36, | ||
5913 | 255,255,132,36,9,0,2,36,249,255,98,16, | ||
5914 | 1,0,132,36,255,255,132,36,0,0,131,128, | ||
5915 | 43,0,2,36,3,0,98,20,45,0,2,36, | ||
5916 | 75,69,192,8,1,0,132,36,3,0,98,20, | ||
5917 | 0,0,0,0,1,0,132,36,1,0,14,36, | ||
5918 | 3,0,192,16,16,0,2,36,16,0,194,20, | ||
5919 | 0,0,0,0,0,0,131,128,48,0,2,36, | ||
5920 | 9,0,98,20,10,0,2,36,1,0,131,128, | ||
5921 | 88,0,2,36,3,0,98,16,120,0,2,36, | ||
5922 | 3,0,98,20,8,0,2,36,16,0,2,36, | ||
5923 | 2,0,132,36,2,0,192,20,0,0,0,0, | ||
5924 | 33,48,64,0,0,0,131,128,255,255,2,36, | ||
5925 | 27,0,70,0,2,0,192,20,0,0,0,0, | ||
5926 | 13,0,7,0,18,64,0,0,16,192,0,0, | ||
5927 | 0,0,0,0,0,0,0,0,42,0,96,16, | ||
5928 | 48,0,98,44,48,0,207,36,11,0,205,40, | ||
5929 | 87,0,204,36,55,0,203,36,5,0,64,20, | ||
5930 | 43,16,111,0,3,0,64,16,0,0,0,0, | ||
5931 | 130,69,192,8,208,255,99,36,30,0,160,21, | ||
5932 | 97,0,98,44,6,0,64,20,65,0,98,44, | ||
5933 | 43,16,108,0,3,0,64,16,65,0,98,44, | ||
5934 | 130,69,192,8,169,255,99,36,21,0,64,20, | ||
5935 | 43,16,107,0,19,0,64,16,0,0,0,0, | ||
5936 | 201,255,99,36,43,16,7,1,6,0,64,20, | ||
5937 | 1,0,9,36,6,0,232,20,24,0,230,0, | ||
5938 | 43,16,3,3,3,0,64,16,0,0,0,0, | ||
5939 | 1,0,10,36,24,0,230,0,1,0,132,36, | ||
5940 | 18,128,0,0,33,56,3,2,0,0,131,128, | ||
5941 | 0,0,0,0,220,255,96,20,48,0,98,44, | ||
5942 | 5,0,64,17,0,0,0,0,13,0,160,16, | ||
5943 | 255,255,2,36,163,69,192,8,0,0,164,172, | ||
5944 | 6,0,160,16,0,0,0,0,3,0,32,21, | ||
5945 | 0,0,0,0,160,69,192,8,0,0,185,172, | ||
5946 | 0,0,164,172,2,0,192,17,33,16,224,0, | ||
5947 | 35,16,2,0,0,0,176,143,8,0,224,3, | ||
5948 | 8,0,189,39,0,0,0,0,0,0,0,0, | ||
5949 | 200,255,189,39,16,0,176,175,7,162,16,60, | ||
5950 | 236,0,16,54,255,240,3,60,255,255,99,52, | ||
5951 | 63,0,132,48,36,0,181,175,128,1,149,52, | ||
5952 | 24,0,178,175,0,1,18,36,20,0,177,175, | ||
5953 | 7,162,17,60,236,0,49,54,44,0,183,175, | ||
5954 | 0,4,23,60,32,0,180,175,255,251,20,60, | ||
5955 | 255,255,148,54,40,0,182,175,0,1,22,60, | ||
5956 | 28,0,179,175,255,254,19,60,48,0,191,175, | ||
5957 | 0,0,2,142,0,0,0,0,36,16,67,0, | ||
5958 | 224,133,130,175,0,0,2,174,76,63,192,12, | ||
5959 | 255,255,115,54,224,133,130,143,0,2,3,60, | ||
5960 | 37,16,67,0,224,133,130,175,0,0,2,174, | ||
5961 | 36,16,85,2,5,0,64,16,0,0,0,0, | ||
5962 | 224,133,130,143,0,0,0,0,214,69,192,8, | ||
5963 | 37,16,87,0,224,133,130,143,0,0,0,0, | ||
5964 | 36,16,84,0,224,133,130,175,76,63,192,12, | ||
5965 | 0,0,34,174,224,133,130,143,0,0,0,0, | ||
5966 | 37,16,86,0,224,133,130,175,0,0,34,174, | ||
5967 | 76,63,192,12,66,144,18,0,224,133,130,143, | ||
5968 | 0,0,0,0,36,16,83,0,224,133,130,175, | ||
5969 | 0,0,34,174,255,255,66,50,230,255,64,20, | ||
5970 | 36,16,85,2,33,136,0,0,16,0,16,36, | ||
5971 | 7,162,18,60,236,0,82,54,0,1,22,60, | ||
5972 | 0,8,21,60,255,254,19,60,255,255,115,54, | ||
5973 | 255,255,20,36,76,63,192,12,0,0,0,0, | ||
5974 | 224,133,130,143,0,0,0,0,37,16,86,0, | ||
5975 | 224,133,130,175,76,63,192,12,0,0,66,174, | ||
5976 | 7,0,0,18,0,0,0,0,0,0,66,142, | ||
5977 | 0,0,0,0,36,16,85,0,2,0,64,16, | ||
5978 | 64,136,17,0,1,0,49,54,76,63,192,12, | ||
5979 | 255,255,16,38,224,133,130,143,0,0,0,0, | ||
5980 | 36,16,83,0,224,133,130,175,0,0,66,174, | ||
5981 | 232,255,20,22,7,162,4,60,236,0,132,52, | ||
5982 | 255,253,3,60,224,133,130,143,255,255,99,52, | ||
5983 | 36,16,67,0,224,133,130,175,0,0,130,172, | ||
5984 | 255,255,34,50,48,0,191,143,44,0,183,143, | ||
5985 | 40,0,182,143,36,0,181,143,32,0,180,143, | ||
5986 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
5987 | 16,0,176,143,8,0,224,3,56,0,189,39, | ||
5988 | 200,255,189,39,48,0,190,175,33,240,160,0, | ||
5989 | 40,0,182,175,63,0,150,48,33,32,192,2, | ||
5990 | 52,0,191,175,44,0,183,175,36,0,181,175, | ||
5991 | 32,0,180,175,28,0,179,175,24,0,178,175, | ||
5992 | 20,0,177,175,168,69,192,12,16,0,176,175, | ||
5993 | 33,152,64,0,255,255,195,51,255,255,98,50, | ||
5994 | 3,0,98,20,7,162,16,60,131,71,192,8, | ||
5995 | 1,0,2,36,236,0,16,54,255,252,3,60, | ||
5996 | 255,255,99,52,0,1,18,36,7,162,17,60, | ||
5997 | 236,0,49,54,255,251,21,60,255,255,181,54, | ||
5998 | 0,1,23,60,255,254,20,60,224,133,130,143, | ||
5999 | 0,0,0,0,36,16,67,0,224,133,130,175, | ||
6000 | 0,0,2,174,76,63,192,12,255,255,148,54, | ||
6001 | 224,133,130,143,0,2,3,60,37,16,67,0, | ||
6002 | 224,133,130,175,0,0,2,174,48,1,66,50, | ||
6003 | 5,0,64,16,0,4,6,60,224,133,130,143, | ||
6004 | 0,0,0,0,83,70,192,8,37,16,70,0, | ||
6005 | 224,133,130,143,0,0,0,0,36,16,85,0, | ||
6006 | 224,133,130,175,76,63,192,12,0,0,34,174, | ||
6007 | 224,133,130,143,0,0,0,0,37,16,87,0, | ||
6008 | 224,133,130,175,0,0,34,174,76,63,192,12, | ||
6009 | 66,144,18,0,224,133,130,143,0,0,0,0, | ||
6010 | 36,16,84,0,224,133,130,175,0,0,34,174, | ||
6011 | 255,255,66,50,230,255,64,20,48,1,66,50, | ||
6012 | 255,255,195,51,255,255,98,50,39,16,2,0, | ||
6013 | 36,24,98,0,88,0,96,16,192,1,213,54, | ||
6014 | 7,162,16,60,236,0,16,54,255,252,3,60, | ||
6015 | 255,255,99,52,0,1,18,36,7,162,17,60, | ||
6016 | 236,0,49,54,255,251,20,60,255,255,148,54, | ||
6017 | 0,1,23,60,255,254,19,60,224,133,130,143, | ||
6018 | 0,0,0,0,36,16,67,0,224,133,130,175, | ||
6019 | 0,0,2,174,76,63,192,12,255,255,115,54, | ||
6020 | 224,133,130,143,0,2,3,60,37,16,67,0, | ||
6021 | 224,133,130,175,0,0,2,174,36,16,85,2, | ||
6022 | 5,0,64,16,0,4,6,60,224,133,130,143, | ||
6023 | 0,0,0,0,140,70,192,8,37,16,70,0, | ||
6024 | 224,133,130,143,0,0,0,0,36,16,84,0, | ||
6025 | 224,133,130,175,76,63,192,12,0,0,34,174, | ||
6026 | 224,133,130,143,0,0,0,0,37,16,87,0, | ||
6027 | 224,133,130,175,0,0,34,174,76,63,192,12, | ||
6028 | 66,144,18,0,224,133,130,143,0,0,0,0, | ||
6029 | 36,16,83,0,224,133,130,175,0,0,34,174, | ||
6030 | 255,255,66,50,230,255,64,20,36,16,85,2, | ||
6031 | 7,162,16,60,236,0,16,54,255,252,3,60, | ||
6032 | 224,133,130,143,255,255,99,52,36,16,67,0, | ||
6033 | 224,133,130,175,76,63,192,12,0,0,2,174, | ||
6034 | 224,133,130,143,0,2,3,60,37,16,67,0, | ||
6035 | 224,133,130,175,0,0,2,174,0,0,2,142, | ||
6036 | 0,8,3,60,36,16,67,0,11,0,64,20, | ||
6037 | 7,162,4,60,7,162,16,60,236,0,16,54, | ||
6038 | 0,8,17,60,76,63,192,12,0,0,0,0, | ||
6039 | 0,0,2,142,0,0,0,0,36,16,81,0, | ||
6040 | 250,255,64,16,7,162,4,60,236,0,132,52, | ||
6041 | 255,253,3,60,224,133,130,143,255,255,99,52, | ||
6042 | 36,16,67,0,224,133,130,175,0,0,130,172, | ||
6043 | 255,255,195,51,255,255,2,52,133,0,98,16, | ||
6044 | 64,1,213,54,7,162,16,60,236,0,16,54, | ||
6045 | 255,252,3,60,255,255,99,52,0,1,18,36, | ||
6046 | 7,162,17,60,236,0,49,54,255,251,20,60, | ||
6047 | 255,255,148,54,0,1,23,60,255,254,19,60, | ||
6048 | 224,133,130,143,0,0,0,0,36,16,67,0, | ||
6049 | 224,133,130,175,0,0,2,174,76,63,192,12, | ||
6050 | 255,255,115,54,224,133,130,143,0,2,3,60, | ||
6051 | 37,16,67,0,224,133,130,175,0,0,2,174, | ||
6052 | 36,16,85,2,5,0,64,16,0,4,6,60, | ||
6053 | 224,133,130,143,0,0,0,0,231,70,192,8, | ||
6054 | 37,16,70,0,224,133,130,143,0,0,0,0, | ||
6055 | 36,16,84,0,224,133,130,175,76,63,192,12, | ||
6056 | 0,0,34,174,224,133,130,143,0,0,0,0, | ||
6057 | 37,16,87,0,224,133,130,175,0,0,34,174, | ||
6058 | 76,63,192,12,66,144,18,0,224,133,130,143, | ||
6059 | 0,0,0,0,36,16,83,0,224,133,130,175, | ||
6060 | 0,0,34,174,255,255,66,50,230,255,64,20, | ||
6061 | 36,16,85,2,33,160,192,3,7,162,2,60, | ||
6062 | 236,0,66,52,0,128,17,52,7,162,16,60, | ||
6063 | 236,0,16,54,0,4,23,60,255,251,19,60, | ||
6064 | 255,255,115,54,0,1,21,60,255,254,18,60, | ||
6065 | 255,255,82,54,224,133,131,143,0,2,4,60, | ||
6066 | 37,24,100,0,224,133,131,175,0,0,67,172, | ||
6067 | 36,16,52,2,5,0,64,16,0,0,0,0, | ||
6068 | 224,133,130,143,0,0,0,0,20,71,192,8, | ||
6069 | 37,16,87,0,224,133,130,143,0,0,0,0, | ||
6070 | 36,16,83,0,224,133,130,175,76,63,192,12, | ||
6071 | 0,0,2,174,224,133,130,143,0,0,0,0, | ||
6072 | 37,16,85,0,224,133,130,175,0,0,2,174, | ||
6073 | 76,63,192,12,66,136,17,0,224,133,130,143, | ||
6074 | 0,0,0,0,36,16,82,0,224,133,130,175, | ||
6075 | 0,0,2,174,255,255,34,50,230,255,64,20, | ||
6076 | 36,16,52,2,7,162,16,60,236,0,16,54, | ||
6077 | 255,252,3,60,224,133,130,143,255,255,99,52, | ||
6078 | 36,16,67,0,224,133,130,175,76,63,192,12, | ||
6079 | 0,0,2,174,224,133,130,143,0,2,3,60, | ||
6080 | 37,16,67,0,224,133,130,175,0,0,2,174, | ||
6081 | 0,0,2,142,0,8,3,60,36,16,67,0, | ||
6082 | 11,0,64,20,7,162,4,60,7,162,16,60, | ||
6083 | 236,0,16,54,0,8,17,60,76,63,192,12, | ||
6084 | 0,0,0,0,0,0,2,142,0,0,0,0, | ||
6085 | 36,16,81,0,250,255,64,16,7,162,4,60, | ||
6086 | 236,0,132,52,255,253,3,60,224,133,130,143, | ||
6087 | 255,255,99,52,36,16,67,0,224,133,130,175, | ||
6088 | 0,0,130,172,7,162,16,60,236,0,16,54, | ||
6089 | 255,252,3,60,255,255,99,52,0,1,18,36, | ||
6090 | 7,162,17,60,236,0,49,54,0,4,23,60, | ||
6091 | 255,251,20,60,255,255,148,54,0,1,21,60, | ||
6092 | 255,254,19,60,224,133,130,143,0,0,0,0, | ||
6093 | 36,16,67,0,224,133,130,175,0,0,2,174, | ||
6094 | 76,63,192,12,255,255,115,54,224,133,130,143, | ||
6095 | 0,2,3,60,37,16,67,0,224,133,130,175, | ||
6096 | 0,0,2,174,0,1,66,50,5,0,64,16, | ||
6097 | 0,0,0,0,224,133,130,143,0,0,0,0, | ||
6098 | 108,71,192,8,37,16,87,0,224,133,130,143, | ||
6099 | 0,0,0,0,36,16,84,0,224,133,130,175, | ||
6100 | 76,63,192,12,0,0,34,174,224,133,130,143, | ||
6101 | 0,0,0,0,37,16,85,0,224,133,130,175, | ||
6102 | 0,0,34,174,76,63,192,12,66,144,18,0, | ||
6103 | 224,133,130,143,0,0,0,0,36,16,83,0, | ||
6104 | 224,133,130,175,0,0,34,174,255,255,66,50, | ||
6105 | 230,255,64,20,0,1,66,50,168,69,192,12, | ||
6106 | 33,32,192,2,38,16,194,3,255,255,66,48, | ||
6107 | 1,0,66,44,52,0,191,143,48,0,190,143, | ||
6108 | 44,0,183,143,40,0,182,143,36,0,181,143, | ||
6109 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
6110 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
6111 | 56,0,189,39,0,0,0,0,248,255,189,39, | ||
6112 | 255,255,195,36,6,0,192,16,33,16,128,0, | ||
6113 | 255,255,6,36,0,0,133,160,255,255,99,36, | ||
6114 | 253,255,102,20,1,0,132,36,8,0,189,39, | ||
6115 | 8,0,224,3,0,0,0,0,159,71,192,8, | ||
6116 | 33,24,0,0,1,0,99,36,0,0,130,128, | ||
6117 | 0,0,0,0,252,255,64,20,1,0,132,36, | ||
6118 | 8,0,224,3,33,16,96,0,0,0,0,0, | ||
6119 | 0,0,0,0,0,0,0,0,255,255,198,36, | ||
6120 | 10,0,192,16,0,0,0,0,0,0,131,128, | ||
6121 | 0,0,162,128,0,0,0,0,5,0,98,20, | ||
6122 | 0,0,0,0,1,0,132,36,255,255,198,36, | ||
6123 | 248,255,192,20,1,0,165,36,0,0,131,144, | ||
6124 | 0,0,162,144,0,0,0,0,8,0,224,3, | ||
6125 | 35,16,98,0,0,0,0,0,0,0,0,0, | ||
6126 | 0,0,0,0,196,71,192,8,240,255,189,39, | ||
6127 | 0,0,163,128,3,22,2,0,8,0,67,20, | ||
6128 | 0,0,0,0,1,0,132,36,1,0,165,36, | ||
6129 | 0,0,130,128,0,0,131,144,0,0,0,0, | ||
6130 | 246,255,64,20,0,22,3,0,0,0,131,144, | ||
6131 | 0,0,162,144,0,0,0,0,35,16,98,0, | ||
6132 | 8,0,224,3,16,0,189,39,0,0,0,0, | ||
6133 | 255,255,198,36,9,0,192,4,33,16,0,0, | ||
6134 | 0,0,130,144,0,0,0,0,5,0,69,16, | ||
6135 | 33,16,128,0,255,255,198,36,250,255,193,4, | ||
6136 | 1,0,132,36,33,16,0,0,8,0,224,3, | ||
6137 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
6138 | 0,0,0,0,2,0,192,20,255,255,2,36, | ||
6139 | 1,0,2,36,8,0,224,3,0,0,226,172, | ||
6140 | 232,255,189,39,20,0,191,175,16,0,176,175, | ||
6141 | 40,0,176,143,33,32,192,0,4,0,5,142, | ||
6142 | 0,0,0,0,15,86,192,12,255,255,230,48, | ||
6143 | 3,0,64,16,255,255,2,36,243,71,192,8, | ||
6144 | 0,0,2,174,0,0,0,174,20,0,191,143, | ||
6145 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
6146 | 208,255,189,39,40,0,191,175,33,24,128,0, | ||
6147 | 64,0,162,143,32,0,160,175,36,0,162,175, | ||
6148 | 12,0,66,148,0,0,0,0,2,0,64,20, | ||
6149 | 33,32,160,0,120,5,2,36,255,255,66,48, | ||
6150 | 16,0,162,175,1,131,2,60,148,31,66,36, | ||
6151 | 20,0,162,175,1,131,2,60,128,31,66,36, | ||
6152 | 24,0,162,175,32,0,162,39,28,0,162,175, | ||
6153 | 166,85,192,12,33,40,96,0,32,0,162,143, | ||
6154 | 40,0,191,143,48,0,189,39,8,0,224,3, | ||
6155 | 0,0,0,0,0,0,0,0,88,0,131,148, | ||
6156 | 4,0,2,36,9,0,98,20,0,0,0,0, | ||
6157 | 33,72,192,8,116,0,132,36,33,16,69,0, | ||
6158 | 128,16,2,0,8,0,131,140,0,0,0,0, | ||
6159 | 46,72,192,8,33,16,67,0,104,0,132,36, | ||
6160 | 12,0,128,16,33,16,0,0,4,0,130,140, | ||
6161 | 0,0,0,0,42,16,162,0,243,255,64,20, | ||
6162 | 0,17,5,0,4,0,130,140,12,0,132,140, | ||
6163 | 0,0,0,0,247,255,128,20,35,40,162,0, | ||
6164 | 33,16,0,0,8,0,224,3,0,0,0,0, | ||
6165 | 88,0,131,148,4,0,2,36,3,0,98,20, | ||
6166 | 33,48,0,0,55,72,192,8,116,0,132,36, | ||
6167 | 104,0,132,36,8,0,130,140,0,0,0,0, | ||
6168 | 43,16,162,0,14,0,64,16,255,255,2,36, | ||
6169 | 92,72,192,8,0,0,0,0,35,24,163,0, | ||
6170 | 0,17,3,0,35,16,67,0,0,26,2,0, | ||
6171 | 33,16,67,0,0,28,2,0,33,16,67,0, | ||
6172 | 35,16,2,0,131,16,2,0,92,72,192,8, | ||
6173 | 33,16,194,0,18,0,128,16,0,0,0,0, | ||
6174 | 4,0,131,140,0,0,0,0,0,17,3,0, | ||
6175 | 33,16,67,0,128,16,2,0,8,0,131,140, | ||
6176 | 0,0,0,0,33,16,67,0,43,16,162,0, | ||
6177 | 233,255,64,20,0,0,0,0,4,0,130,140, | ||
6178 | 12,0,132,140,0,0,0,0,241,255,128,20, | ||
6179 | 33,48,194,0,255,255,2,36,8,0,224,3, | ||
6180 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
6181 | 8,0,130,36,144,0,163,140,120,132,135,39, | ||
6182 | 2,0,96,16,20,0,137,36,33,56,96,0, | ||
6183 | 0,0,72,140,4,0,68,140,132,72,192,8, | ||
6184 | 0,0,0,0,30,0,0,25,0,0,0,0, | ||
6185 | 4,0,227,140,0,0,0,0,4,0,98,140, | ||
6186 | 0,0,0,0,55,0,64,16,255,255,2,36, | ||
6187 | 0,0,135,140,0,0,98,140,0,0,0,0, | ||
6188 | 8,0,71,16,0,0,0,0,8,0,99,36, | ||
6189 | 4,0,98,140,0,0,0,0,248,255,64,20, | ||
6190 | 255,255,2,36,168,72,192,8,0,0,0,0, | ||
6191 | 0,0,130,140,0,0,0,0,4,0,34,173, | ||
6192 | 4,0,103,140,255,255,8,37,4,0,132,36, | ||
6193 | 0,0,226,148,0,0,0,0,1,0,66,48, | ||
6194 | 226,255,64,16,0,0,0,0,0,0,226,148, | ||
6195 | 0,0,0,0,64,0,66,48,27,0,64,20, | ||
6196 | 255,255,2,36,0,0,226,148,0,0,0,0, | ||
6197 | 1,0,66,48,17,0,64,16,0,0,0,0, | ||
6198 | 13,0,192,16,1,0,2,36,64,0,162,140, | ||
6199 | 0,0,0,0,9,0,64,20,1,0,2,36, | ||
6200 | 28,0,226,140,4,0,163,140,0,0,0,0, | ||
6201 | 36,16,67,0,3,0,64,20,1,0,2,36, | ||
6202 | 168,72,192,8,255,255,2,36,164,72,192,8, | ||
6203 | 0,0,34,165,0,0,32,165,8,0,40,173, | ||
6204 | 12,0,36,173,16,0,39,173,33,16,0,0, | ||
6205 | 8,0,224,3,0,0,0,0,200,255,189,39, | ||
6206 | 48,0,191,175,44,0,179,175,40,0,178,175, | ||
6207 | 36,0,177,175,32,0,176,175,33,152,128,0, | ||
6208 | 33,128,160,0,33,144,192,0,0,0,4,142, | ||
6209 | 0,0,0,0,48,0,130,40,2,0,64,16, | ||
6210 | 8,0,113,38,48,0,4,36,0,0,36,174, | ||
6211 | 9,50,192,12,128,32,4,0,3,0,64,20, | ||
6212 | 4,0,34,174,214,72,192,8,255,255,2,36, | ||
6213 | 144,0,66,142,120,132,132,39,2,0,64,16, | ||
6214 | 0,0,0,0,33,32,64,0,16,0,160,175, | ||
6215 | 20,0,179,175,24,0,178,175,0,0,5,142, | ||
6216 | 4,0,6,142,0,0,0,0,221,72,192,12, | ||
6217 | 33,56,32,2,33,128,64,0,4,0,0,26, | ||
6218 | 0,0,0,0,0,0,34,142,214,72,192,8, | ||
6219 | 0,0,0,0,110,86,192,12,33,32,32,2, | ||
6220 | 33,16,0,2,48,0,191,143,44,0,179,143, | ||
6221 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
6222 | 8,0,224,3,56,0,189,39,184,255,189,39, | ||
6223 | 68,0,191,175,64,0,190,175,60,0,183,175, | ||
6224 | 56,0,182,175,52,0,181,175,48,0,180,175, | ||
6225 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
6226 | 32,0,176,175,33,144,128,0,33,176,160,0, | ||
6227 | 33,136,224,0,88,0,183,143,92,0,179,143, | ||
6228 | 96,0,190,143,32,0,226,38,0,0,36,142, | ||
6229 | 0,0,0,0,42,16,130,0,22,0,64,16, | ||
6230 | 33,160,192,0,4,0,132,36,9,50,192,12, | ||
6231 | 128,32,4,0,33,128,64,0,3,0,0,22, | ||
6232 | 33,32,0,2,153,73,192,8,255,255,2,36, | ||
6233 | 0,0,38,142,4,0,37,142,0,0,0,0, | ||
6234 | 80,68,192,12,128,48,6,0,4,0,36,142, | ||
6235 | 61,50,192,12,0,0,0,0,4,0,48,174, | ||
6236 | 0,0,34,142,0,0,0,0,4,0,66,36, | ||
6237 | 0,0,34,174,0,0,66,150,0,0,0,0, | ||
6238 | 1,0,66,48,96,0,64,20,0,0,0,0, | ||
6239 | 33,0,192,30,0,0,0,0,4,0,80,142, | ||
6240 | 0,0,0,0,4,0,2,142,0,0,0,0, | ||
6241 | 108,0,64,16,128,160,23,0,1,0,242,38, | ||
6242 | 4,0,34,142,0,0,0,0,33,16,130,2, | ||
6243 | 0,0,3,142,0,0,0,0,0,0,67,172, | ||
6244 | 0,0,2,142,0,0,0,0,24,0,98,174, | ||
6245 | 16,0,178,175,20,0,179,175,24,0,190,175, | ||
6246 | 4,0,4,142,33,40,0,0,33,48,0,0, | ||
6247 | 221,72,192,12,33,56,32,2,112,0,64,20, | ||
6248 | 8,0,16,38,4,0,2,142,0,0,0,0, | ||
6249 | 234,255,64,20,33,16,0,0,153,73,192,8, | ||
6250 | 0,0,0,0,4,0,80,142,0,0,0,0, | ||
6251 | 4,0,2,142,0,0,0,0,76,0,64,16, | ||
6252 | 128,168,23,0,1,0,242,38,0,0,3,142, | ||
6253 | 0,0,132,142,0,0,0,0,43,16,100,0, | ||
6254 | 42,0,64,20,0,0,0,0,19,0,100,20, | ||
6255 | 255,255,197,38,4,0,34,142,0,0,0,0, | ||
6256 | 33,16,162,2,0,0,67,172,0,0,2,142, | ||
6257 | 0,0,0,0,24,0,98,174,16,0,178,175, | ||
6258 | 20,0,179,175,24,0,190,175,4,0,4,142, | ||
6259 | 4,0,134,38,221,72,192,12,33,56,32,2, | ||
6260 | 25,0,64,16,8,0,16,38,153,73,192,8, | ||
6261 | 0,0,0,0,0,0,130,142,0,0,0,0, | ||
6262 | 43,16,67,0,17,0,64,16,33,40,0,0, | ||
6263 | 4,0,34,142,0,0,0,0,33,16,162,2, | ||
6264 | 0,0,67,172,0,0,2,142,0,0,0,0, | ||
6265 | 24,0,98,174,16,0,178,175,20,0,179,175, | ||
6266 | 24,0,190,175,4,0,4,142,33,48,0,0, | ||
6267 | 221,72,192,12,33,56,32,2,52,0,64,20, | ||
6268 | 0,0,0,0,8,0,16,38,4,0,2,142, | ||
6269 | 0,0,0,0,205,255,64,20,33,16,0,0, | ||
6270 | 153,73,192,8,0,0,0,0,0,0,66,150, | ||
6271 | 0,0,0,0,64,0,66,48,40,0,64,20, | ||
6272 | 33,16,0,0,3,0,66,146,0,0,0,0, | ||
6273 | 1,0,66,48,11,0,64,16,33,24,64,2, | ||
6274 | 64,0,194,143,0,0,0,0,9,0,64,20, | ||
6275 | 0,0,0,0,28,0,98,140,4,0,195,143, | ||
6276 | 0,0,0,0,36,16,67,0,3,0,64,20, | ||
6277 | 0,0,0,0,153,73,192,8,33,16,0,0, | ||
6278 | 14,0,192,26,33,16,246,2,0,0,34,174, | ||
6279 | 4,0,36,142,128,128,23,0,33,32,4,2, | ||
6280 | 33,40,128,2,80,68,192,12,128,48,22,0, | ||
6281 | 28,0,118,174,4,0,34,142,0,0,0,0, | ||
6282 | 33,128,2,2,149,73,192,8,32,0,112,174, | ||
6283 | 0,0,55,174,28,0,96,174,32,0,96,174, | ||
6284 | 36,0,114,174,1,0,2,36,20,0,98,166, | ||
6285 | 1,0,2,36,68,0,191,143,64,0,190,143, | ||
6286 | 60,0,183,143,56,0,182,143,52,0,181,143, | ||
6287 | 48,0,180,143,44,0,179,143,40,0,178,143, | ||
6288 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
6289 | 72,0,189,39,3,0,160,28,33,16,0,0, | ||
6290 | 0,0,224,172,1,0,2,36,8,0,224,3, | ||
6291 | 0,0,0,0,208,255,189,39,44,0,191,175, | ||
6292 | 40,0,178,175,36,0,177,175,32,0,176,175, | ||
6293 | 33,144,128,0,33,136,224,0,64,0,176,143, | ||
6294 | 0,0,0,0,6,0,160,24,24,0,160,175, | ||
6295 | 17,0,2,146,0,0,0,0,18,0,66,52, | ||
6296 | 200,73,192,8,17,0,2,162,33,32,32,2, | ||
6297 | 33,40,0,2,1,0,6,36,253,76,192,12, | ||
6298 | 24,0,167,39,36,0,2,142,16,0,176,175, | ||
6299 | 8,0,66,140,33,32,64,2,1,0,5,36, | ||
6300 | 24,0,166,39,9,248,64,0,33,56,32,2, | ||
6301 | 44,0,191,143,40,0,178,143,36,0,177,143, | ||
6302 | 32,0,176,143,8,0,224,3,48,0,189,39, | ||
6303 | 224,255,189,39,28,0,191,175,24,0,178,175, | ||
6304 | 20,0,177,175,33,144,128,0,33,136,160,0, | ||
6305 | 31,0,81,18,16,0,176,175,4,0,80,142, | ||
6306 | 0,0,0,0,4,0,2,142,0,0,0,0, | ||
6307 | 10,0,64,16,0,0,0,0,4,0,4,142, | ||
6308 | 0,0,0,0,206,73,192,12,33,40,32,2, | ||
6309 | 8,0,16,38,4,0,2,142,0,0,0,0, | ||
6310 | 248,255,64,20,0,0,0,0,0,0,66,150, | ||
6311 | 0,0,0,0,32,0,66,48,4,0,64,16, | ||
6312 | 0,0,0,0,4,0,68,142,61,50,192,12, | ||
6313 | 0,0,0,0,0,0,66,150,0,0,0,0, | ||
6314 | 16,0,66,48,3,0,64,16,0,0,0,0, | ||
6315 | 61,50,192,12,33,32,64,2,28,0,191,143, | ||
6316 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
6317 | 8,0,224,3,32,0,189,39,120,132,131,39, | ||
6318 | 2,0,128,16,0,0,0,0,33,24,128,0, | ||
6319 | 0,0,167,140,4,0,165,140,26,74,192,8, | ||
6320 | 0,0,0,0,28,0,224,24,0,0,0,0, | ||
6321 | 4,0,99,140,0,0,0,0,4,0,98,140, | ||
6322 | 0,0,0,0,11,0,64,16,0,0,0,0, | ||
6323 | 0,0,164,140,0,0,98,140,0,0,0,0, | ||
6324 | 9,0,68,16,0,0,0,0,8,0,99,36, | ||
6325 | 4,0,98,140,0,0,0,0,248,255,64,20, | ||
6326 | 0,0,0,0,0,0,192,172,33,74,192,8, | ||
6327 | 2,0,2,36,4,0,99,140,255,255,231,36, | ||
6328 | 4,0,165,36,0,0,98,148,0,0,0,0, | ||
6329 | 1,0,66,48,228,255,64,16,0,0,0,0, | ||
6330 | 0,0,195,172,42,16,7,0,8,0,224,3, | ||
6331 | 0,0,0,0,208,255,189,39,44,0,191,175, | ||
6332 | 40,0,182,175,36,0,181,175,32,0,180,175, | ||
6333 | 28,0,179,175,24,0,178,175,20,0,177,175, | ||
6334 | 16,0,176,175,33,168,192,0,0,0,162,140, | ||
6335 | 0,0,0,0,3,0,64,28,33,48,0,0, | ||
6336 | 220,74,192,8,5,0,2,36,120,132,147,39, | ||
6337 | 2,0,128,16,0,0,224,172,33,152,128,0, | ||
6338 | 0,0,177,140,4,0,180,140,84,74,192,8, | ||
6339 | 0,0,0,0,29,0,32,26,0,0,0,0, | ||
6340 | 4,0,102,142,0,0,0,0,4,0,194,140, | ||
6341 | 0,0,0,0,23,0,64,16,0,0,0,0, | ||
6342 | 0,0,131,142,0,0,194,140,0,0,0,0, | ||
6343 | 6,0,67,16,0,0,0,0,8,0,198,36, | ||
6344 | 4,0,194,140,0,0,0,0,248,255,64,20, | ||
6345 | 0,0,0,0,4,0,194,140,0,0,0,0, | ||
6346 | 9,0,64,16,0,0,0,0,255,255,49,38, | ||
6347 | 4,0,148,38,33,152,64,0,0,0,98,150, | ||
6348 | 0,0,0,0,1,0,66,48,227,255,64,16, | ||
6349 | 0,0,0,0,29,0,32,22,0,0,0,0, | ||
6350 | 0,0,99,150,0,0,0,0,1,0,98,48, | ||
6351 | 11,0,64,16,4,0,98,48,123,0,64,16, | ||
6352 | 3,0,2,36,0,0,162,150,0,0,0,0, | ||
6353 | 1,0,66,48,118,0,64,16,4,0,2,36, | ||
6354 | 0,0,243,172,219,74,192,8,4,0,213,172, | ||
6355 | 0,0,98,150,0,0,0,0,4,0,66,48, | ||
6356 | 110,0,64,16,3,0,2,36,0,0,162,150, | ||
6357 | 0,0,0,0,1,0,66,48,105,0,64,20, | ||
6358 | 4,0,2,36,0,0,243,172,219,74,192,8, | ||
6359 | 4,0,213,172,0,0,98,150,0,0,0,0, | ||
6360 | 1,0,66,48,97,0,64,20,2,0,2,36, | ||
6361 | 2,0,34,42,23,0,64,20,33,144,160,2, | ||
6362 | 56,0,22,36,9,50,192,12,16,0,4,36, | ||
6363 | 33,128,64,0,40,0,0,18,128,16,17,0, | ||
6364 | 33,16,84,0,252,255,66,140,0,0,0,0, | ||
6365 | 0,0,2,174,4,0,18,174,8,0,0,174, | ||
6366 | 12,0,0,174,9,50,192,12,8,0,4,36, | ||
6367 | 33,144,64,0,24,0,64,18,255,255,49,38, | ||
6368 | 0,0,86,166,2,0,34,42,236,255,64,16, | ||
6369 | 4,0,80,174,4,0,102,142,0,0,0,0, | ||
6370 | 4,0,194,140,0,0,0,0,6,0,64,16, | ||
6371 | 1,0,17,36,8,0,198,36,4,0,194,140, | ||
6372 | 0,0,0,0,252,255,64,20,1,0,49,38, | ||
6373 | 1,0,36,38,9,50,192,12,192,32,4,0, | ||
6374 | 33,128,64,0,12,0,0,22,33,32,64,2, | ||
6375 | 173,74,192,8,0,0,0,0,0,0,18,142, | ||
6376 | 0,0,0,0,61,50,192,12,33,32,0,2, | ||
6377 | 33,32,64,2,206,73,192,12,33,40,160,2, | ||
6378 | 220,74,192,8,1,0,2,36,4,0,102,142, | ||
6379 | 0,0,0,0,192,74,192,8,33,168,0,2, | ||
6380 | 4,0,194,140,0,0,0,0,14,0,64,16, | ||
6381 | 0,0,0,0,0,0,194,140,4,0,195,140, | ||
6382 | 0,0,2,174,4,0,3,174,8,0,198,36, | ||
6383 | 8,0,16,38,255,255,49,38,0,0,194,140, | ||
6384 | 0,0,131,142,0,0,0,0,43,16,67,0, | ||
6385 | 240,255,64,20,0,0,0,0,0,0,130,142, | ||
6386 | 0,0,0,0,0,0,2,174,4,0,18,174, | ||
6387 | 8,0,4,38,33,40,192,0,80,68,192,12, | ||
6388 | 192,48,17,0,4,0,102,142,4,0,117,174, | ||
6389 | 0,0,98,150,0,0,0,0,32,0,66,48, | ||
6390 | 3,0,64,16,0,0,0,0,61,50,192,12, | ||
6391 | 33,32,192,0,0,0,98,150,0,0,0,0, | ||
6392 | 32,0,66,52,0,0,98,166,33,16,0,0, | ||
6393 | 44,0,191,143,40,0,182,143,36,0,181,143, | ||
6394 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
6395 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
6396 | 48,0,189,39,232,255,189,39,20,0,191,175, | ||
6397 | 16,0,176,175,0,0,162,140,0,0,0,0, | ||
6398 | 85,0,64,24,33,16,0,0,120,132,144,39, | ||
6399 | 2,0,128,16,0,0,0,0,33,128,128,0, | ||
6400 | 0,0,164,140,4,0,165,140,0,0,0,0, | ||
6401 | 0,0,168,140,0,0,2,150,0,0,0,0, | ||
6402 | 33,24,64,0,1,0,66,48,34,0,64,20, | ||
6403 | 33,56,0,2,32,0,128,24,8,0,98,48, | ||
6404 | 4,0,6,142,5,0,64,16,0,0,0,0, | ||
6405 | 12,0,194,140,0,0,0,0,3,0,64,16, | ||
6406 | 0,0,0,0,33,56,0,2,0,0,168,140, | ||
6407 | 0,0,195,140,0,0,162,140,0,0,0,0, | ||
6408 | 10,0,98,16,0,0,0,0,0,0,163,140, | ||
6409 | 4,0,194,140,0,0,0,0,20,0,64,16, | ||
6410 | 8,0,198,36,0,0,194,140,0,0,0,0, | ||
6411 | 249,255,67,20,0,0,0,0,255,255,132,36, | ||
6412 | 4,0,208,140,0,0,0,0,0,0,3,150, | ||
6413 | 0,0,0,0,1,0,98,48,224,255,64,16, | ||
6414 | 4,0,165,36,36,0,128,20,33,16,0,0, | ||
6415 | 0,0,2,150,0,0,0,0,2,0,66,48, | ||
6416 | 3,0,64,20,0,0,0,0,65,75,192,8, | ||
6417 | 33,16,0,0,4,0,230,140,0,0,0,0, | ||
6418 | 0,0,194,140,0,0,0,0,7,0,72,16, | ||
6419 | 0,0,0,0,8,0,198,36,0,0,194,140, | ||
6420 | 0,0,0,0,253,255,72,20,8,0,198,36, | ||
6421 | 248,255,198,36,4,0,199,140,0,0,0,0, | ||
6422 | 10,0,224,16,33,32,224,0,8,0,194,140, | ||
6423 | 12,0,195,140,0,0,194,172,4,0,195,172, | ||
6424 | 8,0,198,36,4,0,194,140,0,0,0,0, | ||
6425 | 248,255,64,20,33,32,224,0,206,73,192,12, | ||
6426 | 33,40,0,2,33,16,0,2,20,0,191,143, | ||
6427 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
6428 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
6429 | 192,255,189,39,56,0,191,175,52,0,181,175, | ||
6430 | 48,0,180,175,44,0,179,175,40,0,178,175, | ||
6431 | 36,0,177,175,32,0,176,175,33,136,128,0, | ||
6432 | 33,144,160,0,33,152,192,0,33,160,224,0, | ||
6433 | 80,0,181,143,0,0,0,0,36,0,162,142, | ||
6434 | 0,0,0,0,20,0,80,140,33,32,128,2, | ||
6435 | 48,72,192,12,33,40,160,2,16,0,3,142, | ||
6436 | 0,0,0,0,16,0,163,175,20,0,180,175, | ||
6437 | 24,0,162,175,0,0,2,142,1,0,4,36, | ||
6438 | 33,40,32,2,33,48,64,2,9,248,64,0, | ||
6439 | 33,56,96,2,6,0,64,20,33,32,128,2, | ||
6440 | 17,0,162,146,0,0,0,0,1,0,66,52, | ||
6441 | 113,75,192,8,17,0,162,162,33,40,160,2, | ||
6442 | 59,77,192,12,33,48,64,0,56,0,191,143, | ||
6443 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
6444 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
6445 | 8,0,224,3,64,0,189,39,192,255,189,39, | ||
6446 | 60,0,191,175,56,0,178,175,52,0,177,175, | ||
6447 | 48,0,176,175,33,136,224,0,80,0,178,143, | ||
6448 | 36,0,160,175,36,0,66,142,0,0,0,0, | ||
6449 | 20,0,67,140,2,0,80,144,0,0,0,0, | ||
6450 | 255,0,2,50,254,255,71,36,70,0,226,44, | ||
6451 | 110,0,64,16,128,16,7,0,2,131,1,60, | ||
6452 | 33,8,34,0,160,151,34,140,0,0,0,0, | ||
6453 | 8,0,64,0,0,0,0,0,16,0,177,175, | ||
6454 | 8,0,98,140,16,0,103,140,9,248,64,0, | ||
6455 | 0,0,0,0,2,0,3,36,16,0,67,162, | ||
6456 | 251,75,192,8,40,0,66,174,16,0,177,175, | ||
6457 | 8,0,98,140,16,0,103,140,9,248,64,0, | ||
6458 | 0,0,0,0,40,0,162,175,16,0,80,162, | ||
6459 | 40,0,162,143,0,0,0,0,251,75,192,8, | ||
6460 | 40,0,66,174,32,0,162,39,16,0,162,175, | ||
6461 | 20,0,177,175,36,0,162,39,24,0,162,175, | ||
6462 | 8,0,98,140,16,0,103,140,9,248,64,0, | ||
6463 | 0,0,0,0,33,48,64,0,16,0,80,162, | ||
6464 | 17,0,66,146,0,0,0,0,2,0,66,52, | ||
6465 | 17,0,66,162,36,0,162,143,0,0,0,0, | ||
6466 | 43,16,2,0,40,0,66,166,44,0,70,174, | ||
6467 | 32,0,162,151,0,0,0,0,33,16,194,0, | ||
6468 | 48,0,66,174,255,75,192,8,52,0,64,166, | ||
6469 | 16,0,177,175,36,0,162,39,20,0,162,175, | ||
6470 | 8,0,98,140,16,0,103,140,9,248,64,0, | ||
6471 | 0,0,0,0,33,128,64,0,8,0,0,22, | ||
6472 | 33,32,32,2,16,0,160,175,33,40,64,2, | ||
6473 | 33,48,0,0,226,76,192,12,33,56,0,0, | ||
6474 | 255,75,192,8,0,0,0,0,36,0,162,143, | ||
6475 | 0,0,0,0,16,0,162,175,0,0,6,142, | ||
6476 | 4,0,7,142,0,0,0,0,226,76,192,12, | ||
6477 | 33,40,64,2,36,0,162,143,0,0,0,0, | ||
6478 | 35,0,64,16,0,0,0,0,61,50,192,12, | ||
6479 | 33,32,0,2,255,75,192,8,0,0,0,0, | ||
6480 | 5,0,2,36,251,75,192,8,16,0,66,162, | ||
6481 | 16,0,177,175,40,0,162,39,20,0,162,175, | ||
6482 | 8,0,98,140,16,0,103,140,9,248,64,0, | ||
6483 | 0,0,0,0,33,48,64,0,7,0,192,16, | ||
6484 | 64,0,2,36,3,0,194,136,0,0,194,152, | ||
6485 | 0,0,0,0,43,0,162,171,40,0,162,187, | ||
6486 | 64,0,2,36,16,0,66,162,40,0,162,143, | ||
6487 | 0,0,0,0,251,75,192,8,40,0,66,174, | ||
6488 | 5,0,2,36,96,0,34,174,17,0,66,146, | ||
6489 | 0,0,0,0,2,0,66,52,17,0,66,162, | ||
6490 | 60,0,191,143,56,0,178,143,52,0,177,143, | ||
6491 | 48,0,176,143,8,0,224,3,64,0,189,39, | ||
6492 | 80,255,189,39,168,0,191,175,164,0,179,175, | ||
6493 | 160,0,178,175,156,0,177,175,152,0,176,175, | ||
6494 | 33,152,128,0,33,136,224,0,192,0,178,143, | ||
6495 | 0,0,0,0,36,0,66,142,0,0,0,0, | ||
6496 | 20,0,67,140,0,0,0,0,16,0,98,140, | ||
6497 | 0,0,0,0,16,0,162,175,20,0,177,175, | ||
6498 | 4,0,98,140,0,0,0,0,9,248,64,0, | ||
6499 | 24,0,167,39,33,128,64,0,6,0,0,22, | ||
6500 | 33,32,32,2,17,0,66,146,0,0,0,0, | ||
6501 | 18,0,66,52,45,76,192,8,17,0,66,162, | ||
6502 | 33,40,64,2,33,48,0,2,253,76,192,12, | ||
6503 | 24,0,167,39,16,0,178,175,33,32,96,2, | ||
6504 | 33,40,0,2,24,0,166,39,122,75,192,12, | ||
6505 | 33,56,32,2,168,0,191,143,164,0,179,143, | ||
6506 | 160,0,178,143,156,0,177,143,152,0,176,143, | ||
6507 | 8,0,224,3,176,0,189,39,192,255,189,39, | ||
6508 | 56,0,191,175,52,0,181,175,48,0,180,175, | ||
6509 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
6510 | 32,0,176,175,33,152,128,0,33,160,160,0, | ||
6511 | 33,168,192,0,33,136,224,0,80,0,178,143, | ||
6512 | 0,0,0,0,36,0,66,142,0,0,0,0, | ||
6513 | 20,0,80,140,33,32,32,2,48,72,192,12, | ||
6514 | 33,40,64,2,16,0,3,142,0,0,0,0, | ||
6515 | 16,0,163,175,20,0,177,175,24,0,162,175, | ||
6516 | 0,0,2,142,33,32,0,0,33,40,96,2, | ||
6517 | 33,48,128,2,9,248,64,0,33,56,160,2, | ||
6518 | 5,0,64,16,33,32,32,2,200,76,192,12, | ||
6519 | 33,40,64,2,95,76,192,8,0,0,0,0, | ||
6520 | 16,0,178,175,33,32,96,2,33,40,128,2, | ||
6521 | 33,48,160,2,122,75,192,12,33,56,32,2, | ||
6522 | 56,0,191,143,52,0,181,143,48,0,180,143, | ||
6523 | 44,0,179,143,40,0,178,143,36,0,177,143, | ||
6524 | 32,0,176,143,8,0,224,3,64,0,189,39, | ||
6525 | 192,255,189,39,56,0,191,175,52,0,181,175, | ||
6526 | 48,0,180,175,44,0,179,175,40,0,178,175, | ||
6527 | 36,0,177,175,32,0,176,175,33,152,128,0, | ||
6528 | 33,160,160,0,33,168,192,0,80,0,177,143, | ||
6529 | 0,0,0,0,36,0,34,142,0,0,0,0, | ||
6530 | 20,0,82,140,2,0,66,144,0,0,0,0, | ||
6531 | 254,255,67,36,70,0,98,44,57,0,64,16, | ||
6532 | 33,128,224,0,128,16,3,0,2,131,1,60, | ||
6533 | 33,8,34,0,184,152,34,140,0,0,0,0, | ||
6534 | 8,0,64,0,0,0,0,0,33,32,0,2, | ||
6535 | 48,72,192,12,33,40,32,2,40,0,35,142, | ||
6536 | 0,0,0,0,16,0,163,175,20,0,176,175, | ||
6537 | 173,76,192,8,24,0,162,175,33,32,0,2, | ||
6538 | 48,72,192,12,33,40,32,2,44,0,35,142, | ||
6539 | 0,0,0,0,16,0,163,175,48,0,35,142, | ||
6540 | 44,0,36,142,0,0,0,0,35,24,100,0, | ||
6541 | 170,76,192,8,255,255,99,48,33,32,0,2, | ||
6542 | 48,72,192,12,33,40,32,2,40,0,35,142, | ||
6543 | 0,0,0,0,16,0,163,175,44,0,35,142, | ||
6544 | 0,0,0,0,171,76,192,8,20,0,163,175, | ||
6545 | 33,32,0,2,48,72,192,12,33,40,32,2, | ||
6546 | 40,0,35,38,16,0,163,175,4,0,3,36, | ||
6547 | 20,0,163,175,24,0,176,175,28,0,162,175, | ||
6548 | 12,0,66,142,33,32,96,2,33,40,128,2, | ||
6549 | 16,0,71,142,0,0,0,0,9,248,64,0, | ||
6550 | 33,48,160,2,184,76,192,8,0,0,0,0, | ||
6551 | 5,0,2,36,96,0,2,174,17,0,34,146, | ||
6552 | 0,0,0,0,2,0,66,52,17,0,34,162, | ||
6553 | 56,0,191,143,52,0,181,143,48,0,180,143, | ||
6554 | 44,0,179,143,40,0,178,143,36,0,177,143, | ||
6555 | 32,0,176,143,8,0,224,3,64,0,189,39, | ||
6556 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
6557 | 224,255,189,39,24,0,191,175,20,0,177,175, | ||
6558 | 16,0,176,175,33,128,128,0,64,0,2,142, | ||
6559 | 0,0,0,0,7,0,64,20,33,136,160,0, | ||
6560 | 2,0,2,36,48,72,192,12,96,0,2,174, | ||
6561 | 1,0,66,36,217,76,192,8,100,0,2,174, | ||
6562 | 129,0,2,36,16,0,34,162,17,0,34,146, | ||
6563 | 0,0,0,0,2,0,66,52,17,0,34,162, | ||
6564 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
6565 | 8,0,224,3,32,0,189,39,232,255,189,39, | ||
6566 | 20,0,191,175,16,0,176,175,33,128,128,0, | ||
6567 | 33,64,160,0,33,32,192,0,33,40,224,0, | ||
6568 | 40,0,162,143,17,0,3,145,0,0,0,0, | ||
6569 | 2,0,99,52,17,0,3,161,6,0,3,36, | ||
6570 | 4,0,64,16,16,0,3,161,40,0,4,173, | ||
6571 | 249,76,192,8,44,0,5,173,80,86,192,12, | ||
6572 | 40,0,6,37,2,0,64,16,5,0,2,36, | ||
6573 | 96,0,2,174,20,0,191,143,16,0,176,143, | ||
6574 | 8,0,224,3,24,0,189,39,200,255,189,39, | ||
6575 | 48,0,191,175,44,0,183,175,40,0,182,175, | ||
6576 | 36,0,181,175,32,0,180,175,28,0,179,175, | ||
6577 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
6578 | 33,176,128,0,33,144,160,0,33,152,192,0, | ||
6579 | 37,0,96,18,33,184,224,0,28,0,84,38, | ||
6580 | 8,0,67,142,28,0,66,142,0,0,0,0, | ||
6581 | 35,128,98,0,42,16,83,0,23,0,64,16, | ||
6582 | 33,168,19,2,9,50,192,12,128,32,21,0, | ||
6583 | 33,136,64,0,8,0,32,22,128,128,16,0, | ||
6584 | 5,0,2,36,96,0,194,174,17,0,66,146, | ||
6585 | 0,0,0,0,2,0,66,52,48,77,192,8, | ||
6586 | 17,0,66,162,33,32,32,2,12,0,69,142, | ||
6587 | 0,0,0,0,80,68,192,12,33,48,0,2, | ||
6588 | 110,86,192,12,8,0,68,38,12,0,81,174, | ||
6589 | 33,128,48,2,4,0,144,174,4,0,132,142, | ||
6590 | 33,40,224,2,80,68,192,12,128,48,19,0, | ||
6591 | 0,0,147,174,8,0,85,174,48,0,191,143, | ||
6592 | 44,0,183,143,40,0,182,143,36,0,181,143, | ||
6593 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
6594 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
6595 | 56,0,189,39,224,255,189,39,24,0,191,175, | ||
6596 | 20,0,177,175,16,0,176,175,33,136,128,0, | ||
6597 | 5,0,192,24,33,128,160,0,3,0,2,36, | ||
6598 | 96,0,34,174,95,77,192,8,100,0,38,174, | ||
6599 | 19,0,195,36,19,0,98,44,9,0,64,16, | ||
6600 | 128,16,3,0,2,131,1,60,33,8,34,0, | ||
6601 | 208,153,34,140,0,0,0,0,8,0,64,0, | ||
6602 | 0,0,0,0,89,77,192,8,2,0,6,36, | ||
6603 | 89,77,192,8,5,0,6,36,89,77,192,8, | ||
6604 | 3,0,6,36,89,77,192,8,1,0,6,36, | ||
6605 | 35,48,6,0,96,0,38,174,33,32,32,2, | ||
6606 | 48,72,192,12,33,40,0,2,1,0,66,36, | ||
6607 | 100,0,34,174,17,0,2,146,0,0,0,0, | ||
6608 | 1,0,66,52,17,0,2,162,24,0,191,143, | ||
6609 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
6610 | 32,0,189,39,200,255,189,39,52,0,191,175, | ||
6611 | 48,0,190,175,44,0,183,175,40,0,182,175, | ||
6612 | 36,0,181,175,32,0,180,175,28,0,179,175, | ||
6613 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
6614 | 33,152,128,0,33,168,160,0,33,160,192,0, | ||
6615 | 76,0,182,143,80,0,183,143,84,0,190,143, | ||
6616 | 92,0,177,143,0,0,0,0,209,83,192,12, | ||
6617 | 33,144,224,0,33,128,64,0,3,0,0,22, | ||
6618 | 4,0,2,36,168,77,192,8,33,16,0,0, | ||
6619 | 88,0,2,166,64,0,19,174,33,32,64,2, | ||
6620 | 72,0,165,143,0,0,0,0,80,86,192,12, | ||
6621 | 92,0,6,38,255,255,3,36,23,0,67,16, | ||
6622 | 0,0,0,0,3,0,194,138,0,0,194,154, | ||
6623 | 0,0,0,0,103,0,2,170,100,0,2,186, | ||
6624 | 104,0,23,174,108,0,30,174,88,0,168,143, | ||
6625 | 0,0,0,0,112,0,8,174,72,0,0,166, | ||
6626 | 76,0,20,174,255,255,162,50,33,16,130,2, | ||
6627 | 80,0,2,174,84,0,0,166,9,0,32,18, | ||
6628 | 120,0,17,174,224,83,192,12,33,32,32,2, | ||
6629 | 6,0,64,20,124,0,2,174,167,83,192,12, | ||
6630 | 33,32,0,2,168,77,192,8,33,16,0,0, | ||
6631 | 124,0,0,174,33,16,0,2,52,0,191,143, | ||
6632 | 48,0,190,143,44,0,183,143,40,0,182,143, | ||
6633 | 36,0,181,143,32,0,180,143,28,0,179,143, | ||
6634 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
6635 | 8,0,224,3,56,0,189,39,224,255,189,39, | ||
6636 | 28,0,191,175,24,0,178,175,20,0,177,175, | ||
6637 | 16,0,176,175,33,144,128,0,92,0,68,142, | ||
6638 | 128,86,192,12,0,0,0,0,96,0,68,142, | ||
6639 | 0,0,0,0,128,86,192,12,33,128,64,0, | ||
6640 | 100,0,68,142,0,0,0,0,128,86,192,12, | ||
6641 | 33,136,64,0,33,128,17,2,6,0,16,38, | ||
6642 | 33,16,80,0,90,0,66,166,191,79,192,12, | ||
6643 | 104,0,68,38,255,255,67,48,90,0,68,150, | ||
6644 | 128,0,98,44,5,0,64,20,2,0,130,36, | ||
6645 | 0,1,98,44,2,0,64,20,3,0,130,36, | ||
6646 | 4,0,130,36,33,16,67,0,90,0,66,166, | ||
6647 | 80,0,66,142,76,0,67,142,90,0,80,150, | ||
6648 | 64,0,68,142,0,0,0,0,128,86,192,12, | ||
6649 | 35,136,67,0,255,255,67,48,90,0,68,150, | ||
6650 | 0,0,0,0,128,0,130,44,9,0,64,20, | ||
6651 | 0,1,130,44,4,0,64,16,0,0,0,0, | ||
6652 | 33,24,112,0,237,77,192,8,6,0,99,36, | ||
6653 | 33,24,112,0,237,77,192,8,7,0,99,36, | ||
6654 | 33,24,112,0,5,0,99,36,255,255,36,50, | ||
6655 | 128,0,130,44,5,0,64,20,1,0,130,36, | ||
6656 | 0,1,130,44,2,0,64,20,2,0,130,36, | ||
6657 | 3,0,130,36,33,16,98,0,2,0,66,166, | ||
6658 | 2,0,67,150,2,0,68,150,0,0,0,0, | ||
6659 | 128,0,130,44,6,0,64,20,1,0,99,36, | ||
6660 | 0,1,130,44,4,0,64,20,2,0,98,36, | ||
6661 | 3,78,192,8,3,0,98,36,1,0,98,36, | ||
6662 | 0,0,66,166,0,0,66,150,28,0,191,143, | ||
6663 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
6664 | 8,0,224,3,32,0,189,39,216,255,189,39, | ||
6665 | 32,0,191,175,28,0,179,175,24,0,178,175, | ||
6666 | 20,0,177,175,16,0,176,175,33,152,128,0, | ||
6667 | 171,86,192,12,92,0,100,38,104,0,100,142, | ||
6668 | 0,0,0,0,128,86,192,12,33,144,64,0, | ||
6669 | 108,0,100,142,0,0,0,0,128,86,192,12, | ||
6670 | 33,136,64,0,112,0,100,142,0,0,0,0, | ||
6671 | 153,86,192,12,33,128,64,0,10,0,82,38, | ||
6672 | 33,136,50,2,33,128,17,2,4,0,16,38, | ||
6673 | 33,16,80,0,90,0,98,166,191,79,192,12, | ||
6674 | 116,0,100,38,255,255,67,48,90,0,100,150, | ||
6675 | 128,0,98,44,5,0,64,20,2,0,130,36, | ||
6676 | 0,1,98,44,2,0,64,20,3,0,130,36, | ||
6677 | 4,0,130,36,33,16,67,0,90,0,98,166, | ||
6678 | 80,0,98,142,76,0,99,142,90,0,113,150, | ||
6679 | 64,0,100,142,0,0,0,0,128,86,192,12, | ||
6680 | 35,128,67,0,255,255,67,48,90,0,100,150, | ||
6681 | 0,0,0,0,128,0,130,44,9,0,64,20, | ||
6682 | 0,1,130,44,4,0,64,16,0,0,0,0, | ||
6683 | 33,24,113,0,74,78,192,8,6,0,99,36, | ||
6684 | 33,24,113,0,74,78,192,8,7,0,99,36, | ||
6685 | 33,24,113,0,5,0,99,36,255,255,4,50, | ||
6686 | 128,0,130,44,5,0,64,20,1,0,130,36, | ||
6687 | 0,1,130,44,2,0,64,20,2,0,130,36, | ||
6688 | 3,0,130,36,33,16,98,0,2,0,98,166, | ||
6689 | 2,0,99,150,2,0,100,150,0,0,0,0, | ||
6690 | 128,0,130,44,6,0,64,20,1,0,99,36, | ||
6691 | 0,1,130,44,4,0,64,20,2,0,112,36, | ||
6692 | 96,78,192,8,3,0,112,36,1,0,112,36, | ||
6693 | 255,255,2,50,32,0,191,143,28,0,179,143, | ||
6694 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
6695 | 8,0,224,3,40,0,189,39,208,255,189,39, | ||
6696 | 40,0,191,175,36,0,179,175,32,0,178,175, | ||
6697 | 28,0,177,175,24,0,176,175,33,128,128,0, | ||
6698 | 33,152,192,0,33,144,224,0,33,136,160,0, | ||
6699 | 16,0,4,36,32,0,5,36,1,131,6,60, | ||
6700 | 56,97,198,36,242,86,192,12,33,56,0,2, | ||
6701 | 255,255,36,50,1,131,5,60,56,97,165,36, | ||
6702 | 44,87,192,12,33,48,0,2,16,0,176,175, | ||
6703 | 2,0,4,36,33,40,0,0,1,131,7,60, | ||
6704 | 56,97,231,36,94,87,192,12,33,48,96,2, | ||
6705 | 8,0,71,142,4,0,66,142,0,0,0,0, | ||
6706 | 35,56,226,0,1,131,2,60,56,97,66,36, | ||
6707 | 16,0,162,175,20,0,176,175,4,0,4,36, | ||
6708 | 33,40,0,0,4,0,70,142,0,0,0,0, | ||
6709 | 194,87,192,12,255,255,231,48,40,0,191,143, | ||
6710 | 36,0,179,143,32,0,178,143,28,0,177,143, | ||
6711 | 24,0,176,143,8,0,224,3,48,0,189,39, | ||
6712 | 216,255,189,39,36,0,191,175,32,0,178,175, | ||
6713 | 28,0,177,175,24,0,176,175,33,128,128,0, | ||
6714 | 33,136,160,0,88,0,4,150,160,0,5,36, | ||
6715 | 1,131,6,60,56,97,198,36,242,86,192,12, | ||
6716 | 33,56,32,2,90,0,4,150,1,131,5,60, | ||
6717 | 56,97,165,36,44,87,192,12,33,48,32,2, | ||
6718 | 16,0,177,175,6,0,4,36,33,40,0,0, | ||
6719 | 1,131,7,60,56,97,231,36,15,88,192,12, | ||
6720 | 92,0,6,38,1,131,18,60,56,97,82,38, | ||
6721 | 16,0,178,175,20,0,177,175,33,32,0,0, | ||
6722 | 64,0,5,36,100,0,6,38,194,87,192,12, | ||
6723 | 4,0,7,36,16,0,177,175,2,0,4,36, | ||
6724 | 33,40,0,0,104,0,6,142,0,0,0,0, | ||
6725 | 94,87,192,12,33,56,64,2,16,0,177,175, | ||
6726 | 2,0,4,36,33,40,0,0,108,0,6,142, | ||
6727 | 0,0,0,0,94,87,192,12,33,56,64,2, | ||
6728 | 16,0,177,175,3,0,4,36,64,0,5,36, | ||
6729 | 112,0,6,142,0,0,0,0,143,87,192,12, | ||
6730 | 33,56,64,2,116,0,4,38,7,79,192,12, | ||
6731 | 33,40,32,2,36,0,191,143,32,0,178,143, | ||
6732 | 28,0,177,143,24,0,176,143,8,0,224,3, | ||
6733 | 40,0,189,39,216,255,189,39,32,0,191,175, | ||
6734 | 28,0,177,175,24,0,176,175,33,128,128,0, | ||
6735 | 33,136,160,0,88,0,4,150,160,0,5,36, | ||
6736 | 1,131,6,60,56,97,198,36,242,86,192,12, | ||
6737 | 33,56,32,2,90,0,4,150,1,131,5,60, | ||
6738 | 56,97,165,36,44,87,192,12,33,48,32,2, | ||
6739 | 16,0,177,175,2,0,4,36,92,0,6,142, | ||
6740 | 1,131,7,60,56,97,231,36,94,87,192,12, | ||
6741 | 33,40,0,0,16,0,177,175,2,0,4,36, | ||
6742 | 96,0,6,142,1,131,7,60,56,97,231,36, | ||
6743 | 94,87,192,12,33,40,0,0,16,0,177,175, | ||
6744 | 2,0,4,36,100,0,6,142,1,131,7,60, | ||
6745 | 56,97,231,36,94,87,192,12,33,40,0,0, | ||
6746 | 104,0,4,38,7,79,192,12,33,40,32,2, | ||
6747 | 32,0,191,143,28,0,177,143,24,0,176,143, | ||
6748 | 8,0,224,3,40,0,189,39,200,255,189,39, | ||
6749 | 52,0,191,175,48,0,180,175,44,0,179,175, | ||
6750 | 40,0,178,175,36,0,177,175,32,0,176,175, | ||
6751 | 33,144,128,0,33,136,160,0,16,0,4,36, | ||
6752 | 32,0,5,36,1,131,6,60,56,97,198,36, | ||
6753 | 242,86,192,12,33,56,32,2,0,0,68,150, | ||
6754 | 1,131,5,60,56,97,165,36,44,87,192,12, | ||
6755 | 33,48,32,2,155,0,64,18,0,0,0,0, | ||
6756 | 1,131,20,60,56,97,148,38,8,0,80,142, | ||
6757 | 0,0,0,0,145,0,0,18,0,0,0,0, | ||
6758 | 4,0,66,142,0,0,0,0,141,0,64,24, | ||
6759 | 33,152,0,0,16,0,4,36,32,0,5,36, | ||
6760 | 33,48,128,2,242,86,192,12,33,56,32,2, | ||
6761 | 4,0,4,150,33,40,128,2,44,87,192,12, | ||
6762 | 33,48,32,2,16,0,177,175,6,0,4,36, | ||
6763 | 33,40,0,0,8,0,6,38,15,88,192,12, | ||
6764 | 33,56,128,2,16,0,3,146,65,0,2,36, | ||
6765 | 47,0,98,16,66,0,98,40,18,0,64,16, | ||
6766 | 5,0,2,36,88,0,98,16,6,0,98,40, | ||
6767 | 7,0,64,16,2,0,2,36,30,0,98,16, | ||
6768 | 4,0,2,36,51,0,98,16,4,0,4,36, | ||
6769 | 174,79,192,8,1,0,115,38,6,0,2,36, | ||
6770 | 68,0,98,16,64,0,2,36,78,0,98,16, | ||
6771 | 33,32,0,0,174,79,192,8,1,0,115,38, | ||
6772 | 68,0,2,36,47,0,98,16,69,0,98,40, | ||
6773 | 7,0,64,16,66,0,2,36,24,0,98,16, | ||
6774 | 67,0,2,36,25,0,98,16,3,0,4,36, | ||
6775 | 174,79,192,8,1,0,115,38,131,0,98,40, | ||
6776 | 83,0,64,16,128,0,98,40,68,0,64,16, | ||
6777 | 0,0,0,0,174,79,192,8,1,0,115,38, | ||
6778 | 16,0,177,175,2,0,4,36,40,0,6,142, | ||
6779 | 1,131,7,60,56,97,231,36,94,87,192,12, | ||
6780 | 33,40,0,0,174,79,192,8,1,0,115,38, | ||
6781 | 16,0,177,175,111,79,192,8,1,0,4,36, | ||
6782 | 16,0,177,175,111,79,192,8,2,0,4,36, | ||
6783 | 16,0,177,175,40,0,6,142,1,131,7,60, | ||
6784 | 56,97,231,36,143,87,192,12,64,0,5,36, | ||
6785 | 174,79,192,8,1,0,115,38,48,0,7,142, | ||
6786 | 44,0,2,142,0,0,0,0,35,56,226,0, | ||
6787 | 16,0,180,175,20,0,177,175,134,79,192,8, | ||
6788 | 33,40,0,0,48,0,7,142,44,0,2,142, | ||
6789 | 0,0,0,0,35,56,226,0,16,0,180,175, | ||
6790 | 20,0,177,175,4,0,4,36,64,0,5,36, | ||
6791 | 44,0,6,142,0,0,0,0,194,87,192,12, | ||
6792 | 255,255,231,48,174,79,192,8,1,0,115,38, | ||
6793 | 16,0,177,175,6,0,4,36,33,40,0,0, | ||
6794 | 1,131,7,60,56,97,231,36,15,88,192,12, | ||
6795 | 40,0,6,38,174,79,192,8,1,0,115,38, | ||
6796 | 5,0,4,36,164,79,192,8,33,40,0,0, | ||
6797 | 16,0,180,175,20,0,177,175,64,0,5,36, | ||
6798 | 40,0,6,38,194,87,192,12,4,0,7,36, | ||
6799 | 174,79,192,8,1,0,115,38,16,0,4,146, | ||
6800 | 16,0,5,146,31,0,132,48,224,0,165,48, | ||
6801 | 1,131,6,60,56,97,198,36,242,86,192,12, | ||
6802 | 33,56,32,2,33,32,0,0,1,131,5,60, | ||
6803 | 56,97,165,36,44,87,192,12,33,48,32,2, | ||
6804 | 1,0,115,38,4,0,66,142,0,0,0,0, | ||
6805 | 42,16,98,2,117,255,64,20,68,0,16,38, | ||
6806 | 12,0,82,142,0,0,0,0,105,255,64,22, | ||
6807 | 0,0,0,0,52,0,191,143,48,0,180,143, | ||
6808 | 44,0,179,143,40,0,178,143,36,0,177,143, | ||
6809 | 32,0,176,143,8,0,224,3,56,0,189,39, | ||
6810 | 200,255,189,39,52,0,191,175,48,0,182,175, | ||
6811 | 44,0,181,175,40,0,180,175,36,0,179,175, | ||
6812 | 32,0,178,175,28,0,177,175,24,0,176,175, | ||
6813 | 33,168,128,0,33,152,160,2,113,0,160,18, | ||
6814 | 33,144,0,0,4,0,22,36,8,0,112,142, | ||
6815 | 0,0,0,0,104,0,0,18,0,0,0,0, | ||
6816 | 4,0,98,142,0,0,0,0,100,0,64,24, | ||
6817 | 33,160,0,0,171,86,192,12,8,0,4,38, | ||
6818 | 255,255,67,48,128,0,98,44,5,0,64,20, | ||
6819 | 2,0,113,36,0,1,98,44,2,0,64,20, | ||
6820 | 3,0,113,36,4,0,113,36,16,0,3,146, | ||
6821 | 64,0,2,36,50,0,98,16,65,0,98,40, | ||
6822 | 16,0,64,16,68,0,2,36,34,0,118,16, | ||
6823 | 5,0,98,40,5,0,64,16,2,0,2,36, | ||
6824 | 20,0,98,16,255,255,36,50,22,80,192,8, | ||
6825 | 0,0,0,0,5,0,2,36,35,0,98,16, | ||
6826 | 6,0,2,36,29,0,98,16,255,255,36,50, | ||
6827 | 22,80,192,8,0,0,0,0,19,0,98,16, | ||
6828 | 68,0,98,40,12,0,64,20,131,0,98,40, | ||
6829 | 28,0,64,16,128,0,98,40,27,0,64,20, | ||
6830 | 255,255,36,50,22,80,192,8,18,0,0,166, | ||
6831 | 40,0,4,142,128,86,192,12,0,0,0,0, | ||
6832 | 21,80,192,8,18,0,2,166,40,0,4,142, | ||
6833 | 153,86,192,12,0,0,0,0,21,80,192,8, | ||
6834 | 18,0,2,166,48,0,2,142,44,0,3,142, | ||
6835 | 0,0,0,0,35,16,67,0,21,80,192,8, | ||
6836 | 18,0,2,166,171,86,192,12,40,0,4,38, | ||
6837 | 21,80,192,8,18,0,2,166,21,80,192,8, | ||
6838 | 18,0,0,166,18,0,22,166,255,255,36,50, | ||
6839 | 18,0,3,150,0,0,0,0,128,0,98,44, | ||
6840 | 6,0,64,20,1,0,132,36,0,1,98,44, | ||
6841 | 4,0,64,20,2,0,98,36,33,80,192,8, | ||
6842 | 3,0,98,36,1,0,98,36,33,16,130,0, | ||
6843 | 4,0,2,166,4,0,4,150,0,0,0,0, | ||
6844 | 1,0,132,36,4,0,3,150,0,0,0,0, | ||
6845 | 128,0,98,44,6,0,64,20,255,255,69,50, | ||
6846 | 0,1,98,44,4,0,64,20,2,0,162,36, | ||
6847 | 49,80,192,8,3,0,162,36,1,0,162,36, | ||
6848 | 33,144,68,0,1,0,148,38,4,0,98,142, | ||
6849 | 0,0,0,0,42,16,130,2,158,255,64,20, | ||
6850 | 68,0,16,38,12,0,115,142,0,0,0,0, | ||
6851 | 146,255,96,22,0,0,0,0,0,0,178,166, | ||
6852 | 255,255,66,50,52,0,191,143,48,0,182,143, | ||
6853 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
6854 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
6855 | 8,0,224,3,56,0,189,39,224,255,189,39, | ||
6856 | 24,0,191,175,20,0,177,175,16,0,176,175, | ||
6857 | 33,128,128,0,171,86,192,12,8,0,4,38, | ||
6858 | 255,255,67,48,128,0,98,44,5,0,64,20, | ||
6859 | 2,0,113,36,0,1,98,44,2,0,64,20, | ||
6860 | 3,0,113,36,4,0,113,36,16,0,3,146, | ||
6861 | 64,0,2,36,52,0,98,16,65,0,98,40, | ||
6862 | 17,0,64,16,4,0,2,36,37,0,98,16, | ||
6863 | 0,0,0,0,5,0,98,40,5,0,64,16, | ||
6864 | 2,0,2,36,22,0,98,16,255,255,36,50, | ||
6865 | 145,80,192,8,0,0,0,0,5,0,2,36, | ||
6866 | 36,0,98,16,6,0,2,36,30,0,98,16, | ||
6867 | 255,255,36,50,145,80,192,8,0,0,0,0, | ||
6868 | 68,0,2,36,20,0,98,16,0,0,0,0, | ||
6869 | 68,0,98,40,12,0,64,20,131,0,98,40, | ||
6870 | 28,0,64,16,128,0,98,40,27,0,64,20, | ||
6871 | 255,255,36,50,145,80,192,8,18,0,0,166, | ||
6872 | 40,0,4,142,128,86,192,12,0,0,0,0, | ||
6873 | 144,80,192,8,18,0,2,166,40,0,4,142, | ||
6874 | 153,86,192,12,0,0,0,0,144,80,192,8, | ||
6875 | 18,0,2,166,48,0,2,142,44,0,3,142, | ||
6876 | 0,0,0,0,143,80,192,8,35,16,67,0, | ||
6877 | 171,86,192,12,40,0,4,38,144,80,192,8, | ||
6878 | 18,0,2,166,144,80,192,8,18,0,0,166, | ||
6879 | 4,0,2,36,18,0,2,166,255,255,36,50, | ||
6880 | 18,0,3,150,0,0,0,0,128,0,98,44, | ||
6881 | 6,0,64,20,1,0,132,36,0,1,98,44, | ||
6882 | 4,0,64,20,2,0,98,36,156,80,192,8, | ||
6883 | 3,0,98,36,1,0,98,36,33,16,130,0, | ||
6884 | 4,0,2,166,4,0,3,150,4,0,4,150, | ||
6885 | 0,0,0,0,128,0,130,44,6,0,64,20, | ||
6886 | 1,0,99,36,0,1,130,44,4,0,64,20, | ||
6887 | 2,0,98,36,170,80,192,8,3,0,98,36, | ||
6888 | 1,0,98,36,255,255,66,48,24,0,191,143, | ||
6889 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
6890 | 32,0,189,39,232,255,189,39,16,0,191,175, | ||
6891 | 64,0,130,140,0,0,0,0,12,0,64,20, | ||
6892 | 33,16,0,0,88,0,131,148,4,0,2,36, | ||
6893 | 5,0,98,16,0,0,0,0,180,77,192,12, | ||
6894 | 0,0,0,0,193,80,192,8,255,255,66,48, | ||
6895 | 11,78,192,12,0,0,0,0,255,255,66,48, | ||
6896 | 16,0,191,143,24,0,189,39,8,0,224,3, | ||
6897 | 0,0,0,0,224,255,189,39,24,0,191,175, | ||
6898 | 20,0,177,175,16,0,176,175,33,128,128,0, | ||
6899 | 176,80,192,12,33,136,160,0,33,32,0,2, | ||
6900 | 33,40,32,2,213,80,192,12,255,255,70,48, | ||
6901 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
6902 | 8,0,224,3,32,0,189,39,224,255,189,39, | ||
6903 | 28,0,191,175,24,0,178,175,20,0,177,175, | ||
6904 | 16,0,176,175,33,144,128,0,33,136,192,0, | ||
6905 | 255,255,34,50,41,0,64,16,33,128,160,0, | ||
6906 | 4,0,2,142,0,0,0,0,11,0,64,20, | ||
6907 | 255,255,35,50,9,50,192,12,255,255,36,50, | ||
6908 | 33,24,64,0,32,0,96,16,1,0,2,36, | ||
6909 | 0,0,2,166,4,0,3,174,8,0,3,174, | ||
6910 | 242,80,192,8,12,0,17,166,12,0,2,150, | ||
6911 | 0,0,0,0,43,16,67,0,23,0,64,20, | ||
6912 | 255,255,2,36,64,0,66,142,0,0,0,0, | ||
6913 | 19,0,64,20,255,255,2,36,33,32,0,2, | ||
6914 | 2,0,69,150,33,48,0,0,104,78,192,12, | ||
6915 | 72,0,71,38,88,0,67,150,4,0,2,36, | ||
6916 | 5,0,98,16,33,32,64,2,217,78,192,12, | ||
6917 | 33,40,0,2,8,81,192,8,33,16,0,0, | ||
6918 | 153,78,192,12,33,40,0,2,8,81,192,8, | ||
6919 | 33,16,0,0,255,255,2,36,28,0,191,143, | ||
6920 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
6921 | 8,0,224,3,32,0,189,39,0,0,0,0, | ||
6922 | 0,0,0,0,168,255,189,39,80,0,191,175, | ||
6923 | 76,0,183,175,72,0,182,175,68,0,181,175, | ||
6924 | 64,0,180,175,60,0,179,175,56,0,178,175, | ||
6925 | 52,0,177,175,48,0,176,175,33,24,128,0, | ||
6926 | 33,152,160,0,33,176,192,0,33,184,224,0, | ||
6927 | 104,0,162,143,0,0,0,0,2,0,64,20, | ||
6928 | 44,0,160,175,40,0,162,39,0,0,64,172, | ||
6929 | 24,0,164,39,33,40,96,0,156,88,192,12, | ||
6930 | 33,48,96,2,33,136,64,0,82,0,32,18, | ||
6931 | 33,16,0,0,209,83,192,12,0,0,0,0, | ||
6932 | 33,144,64,0,5,0,64,22,1,0,2,36, | ||
6933 | 183,88,192,12,33,32,32,2,124,81,192,8, | ||
6934 | 33,16,0,0,148,0,66,162,196,88,192,12, | ||
6935 | 33,32,32,2,224,0,85,48,44,0,176,39, | ||
6936 | 33,32,32,2,124,89,192,12,33,40,0,2, | ||
6937 | 33,160,64,0,33,32,32,2,198,89,192,12, | ||
6938 | 33,40,0,2,2,0,66,166,44,0,162,143, | ||
6939 | 0,0,0,0,14,0,64,20,0,0,0,0, | ||
6940 | 8,0,35,142,4,0,34,142,0,0,0,0, | ||
6941 | 35,128,98,0,2,0,66,150,0,0,0,0, | ||
6942 | 33,128,2,2,42,16,19,2,16,0,64,20, | ||
6943 | 33,32,32,2,42,16,112,2,16,0,64,16, | ||
6944 | 0,0,0,0,167,83,192,12,33,32,64,2, | ||
6945 | 183,88,192,12,33,32,32,2,3,131,3,60, | ||
6946 | 140,17,99,36,0,0,98,140,0,0,0,0, | ||
6947 | 1,0,66,36,0,0,98,172,124,81,192,8, | ||
6948 | 33,16,0,0,33,40,0,2,42,89,192,12, | ||
6949 | 33,48,0,0,255,0,162,50,255,255,131,50, | ||
6950 | 37,16,67,0,48,0,3,36,8,0,67,20, | ||
6951 | 33,32,64,2,16,0,176,175,33,40,32,2, | ||
6952 | 33,48,192,2,135,81,192,12,33,56,224,2, | ||
6953 | 117,81,192,8,33,128,64,0,3,131,3,60, | ||
6954 | 140,17,99,36,0,0,98,140,0,0,0,0, | ||
6955 | 1,0,66,36,0,0,98,172,33,128,0,0, | ||
6956 | 3,0,0,22,0,0,0,0,167,83,192,12, | ||
6957 | 33,32,64,2,183,88,192,12,33,32,32,2, | ||
6958 | 33,16,0,2,80,0,191,143,76,0,183,143, | ||
6959 | 72,0,182,143,68,0,181,143,64,0,180,143, | ||
6960 | 60,0,179,143,56,0,178,143,52,0,177,143, | ||
6961 | 48,0,176,143,8,0,224,3,88,0,189,39, | ||
6962 | 176,255,189,39,76,0,191,175,72,0,182,175, | ||
6963 | 68,0,181,175,64,0,180,175,60,0,179,175, | ||
6964 | 56,0,178,175,52,0,177,175,48,0,176,175, | ||
6965 | 33,128,128,0,33,136,160,0,33,160,192,0, | ||
6966 | 33,168,224,0,96,0,182,143,24,0,160,175, | ||
6967 | 33,32,32,2,24,0,165,39,2,0,6,36, | ||
6968 | 239,90,192,12,33,56,0,0,64,0,2,174, | ||
6969 | 24,0,162,143,0,0,0,0,155,0,64,20, | ||
6970 | 0,0,0,0,64,0,2,142,0,0,0,0, | ||
6971 | 4,0,64,16,33,32,32,2,3,131,3,60, | ||
6972 | 60,82,192,8,148,17,99,36,16,0,160,175, | ||
6973 | 72,0,5,38,24,0,166,39,110,90,192,12, | ||
6974 | 4,0,7,36,24,0,162,143,0,0,0,0, | ||
6975 | 139,0,64,20,0,0,0,0,196,88,192,12, | ||
6976 | 33,32,32,2,224,0,66,48,160,0,3,36, | ||
6977 | 133,0,67,20,33,32,32,2,124,89,192,12, | ||
6978 | 24,0,165,39,33,144,64,0,33,32,32,2, | ||
6979 | 198,89,192,12,24,0,165,39,33,152,64,0, | ||
6980 | 24,0,162,143,0,0,0,0,122,0,64,20, | ||
6981 | 0,0,0,0,255,255,66,50,5,0,66,44, | ||
6982 | 118,0,64,16,0,0,0,0,8,0,34,142, | ||
6983 | 4,0,35,142,0,0,0,0,35,16,67,0, | ||
6984 | 255,255,99,50,33,16,67,0,110,0,194,22, | ||
6985 | 33,32,0,2,88,0,18,166,90,0,19,166, | ||
6986 | 33,40,128,2,178,50,192,12,33,48,160,2, | ||
6987 | 118,0,64,20,33,16,0,0,255,255,67,50, | ||
6988 | 4,0,2,36,24,0,98,16,33,32,32,2, | ||
6989 | 24,0,165,39,2,0,6,36,239,90,192,12, | ||
6990 | 33,56,0,0,92,0,2,174,33,32,32,2, | ||
6991 | 24,0,165,39,2,0,6,36,239,90,192,12, | ||
6992 | 33,56,0,0,96,0,2,174,33,32,32,2, | ||
6993 | 24,0,165,39,2,0,6,36,239,90,192,12, | ||
6994 | 33,56,0,0,100,0,2,174,24,0,162,143, | ||
6995 | 0,0,0,0,78,0,64,20,33,32,32,2, | ||
6996 | 67,82,192,8,104,0,5,38,4,0,2,36, | ||
6997 | 88,0,2,166,90,0,19,166,124,0,0,174, | ||
6998 | 16,0,160,175,92,0,5,38,24,0,166,39, | ||
6999 | 186,91,192,12,6,0,7,36,24,0,162,143, | ||
7000 | 0,0,0,0,63,0,64,20,100,0,4,38, | ||
7001 | 33,40,0,0,144,71,192,12,4,0,6,36, | ||
7002 | 32,0,160,167,40,0,160,175,36,0,160,175, | ||
7003 | 44,0,160,167,32,0,178,39,64,0,2,36, | ||
7004 | 16,0,162,175,33,32,32,2,33,40,64,2, | ||
7005 | 24,0,166,39,110,90,192,12,33,56,0,0, | ||
7006 | 24,0,162,143,0,0,0,0,5,0,64,16, | ||
7007 | 0,0,0,0,24,92,192,12,33,32,64,2, | ||
7008 | 58,82,192,8,0,0,0,0,40,0,162,143, | ||
7009 | 36,0,163,143,0,0,0,0,35,16,67,0, | ||
7010 | 255,255,70,48,5,0,194,44,2,0,64,20, | ||
7011 | 0,0,0,0,4,0,6,36,8,0,192,16, | ||
7012 | 33,32,32,2,36,0,165,143,0,0,0,0, | ||
7013 | 80,68,192,12,100,0,4,38,24,92,192,12, | ||
7014 | 32,0,164,39,33,32,32,2,24,0,165,39, | ||
7015 | 2,0,6,36,239,90,192,12,33,56,0,0, | ||
7016 | 104,0,2,174,33,32,32,2,24,0,165,39, | ||
7017 | 2,0,6,36,239,90,192,12,33,56,0,0, | ||
7018 | 108,0,2,174,33,32,32,2,24,0,165,39, | ||
7019 | 3,0,6,36,239,90,192,12,64,0,7,36, | ||
7020 | 112,0,2,174,24,0,162,143,0,0,0,0, | ||
7021 | 9,0,64,16,33,32,32,2,3,131,3,60, | ||
7022 | 140,17,99,36,0,0,98,140,0,0,0,0, | ||
7023 | 1,0,66,36,0,0,98,172,73,82,192,8, | ||
7024 | 33,16,0,0,116,0,5,38,33,48,192,2, | ||
7025 | 163,82,192,12,33,56,0,2,255,255,3,36, | ||
7026 | 248,255,67,16,33,16,0,2,76,0,191,143, | ||
7027 | 72,0,182,143,68,0,181,143,64,0,180,143, | ||
7028 | 60,0,179,143,56,0,178,143,52,0,177,143, | ||
7029 | 48,0,176,143,8,0,224,3,80,0,189,39, | ||
7030 | 184,255,189,39,64,0,191,175,60,0,183,175, | ||
7031 | 56,0,182,175,52,0,181,175,48,0,180,175, | ||
7032 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
7033 | 32,0,176,175,33,128,128,0,16,0,160,175, | ||
7034 | 8,0,2,142,4,0,3,142,0,0,0,0, | ||
7035 | 35,184,67,0,33,144,0,0,255,255,162,48, | ||
7036 | 45,0,64,16,33,136,0,0,3,131,19,60, | ||
7037 | 140,17,115,38,255,255,22,36,255,255,181,48, | ||
7038 | 8,0,3,142,4,0,2,142,0,0,0,0, | ||
7039 | 35,160,98,0,0,0,2,146,0,0,0,0, | ||
7040 | 128,0,66,48,32,0,64,20,33,32,0,2, | ||
7041 | 124,89,192,12,16,0,165,39,33,32,0,2, | ||
7042 | 198,89,192,12,16,0,165,39,33,40,64,0, | ||
7043 | 16,0,162,143,0,0,0,0,6,0,64,20, | ||
7044 | 33,32,0,2,255,255,165,48,251,88,192,12, | ||
7045 | 1,0,6,36,7,0,86,20,0,0,0,0, | ||
7046 | 0,0,98,142,0,0,0,0,1,0,66,36, | ||
7047 | 0,0,98,174,147,82,192,8,255,255,17,36, | ||
7048 | 8,0,2,142,4,0,3,142,0,0,0,0, | ||
7049 | 35,16,67,0,33,16,66,2,35,144,84,0, | ||
7050 | 255,255,66,50,43,16,85,0,217,255,64,20, | ||
7051 | 1,0,49,38,33,32,0,2,33,40,224,2, | ||
7052 | 251,88,192,12,33,48,0,0,33,16,32,2, | ||
7053 | 64,0,191,143,60,0,183,143,56,0,182,143, | ||
7054 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
7055 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
7056 | 8,0,224,3,72,0,189,39,192,255,189,39, | ||
7057 | 56,0,191,175,52,0,181,175,48,0,180,175, | ||
7058 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
7059 | 32,0,176,175,33,144,128,0,33,152,160,0, | ||
7060 | 33,168,224,0,16,0,160,175,124,89,192,12, | ||
7061 | 16,0,165,39,33,32,64,2,198,89,192,12, | ||
7062 | 16,0,165,39,0,0,98,166,16,0,162,143, | ||
7063 | 0,0,0,0,28,0,64,20,0,0,0,0, | ||
7064 | 12,0,66,142,8,0,67,142,0,0,0,0, | ||
7065 | 35,16,67,0,0,0,99,150,255,255,66,48, | ||
7066 | 20,0,98,20,0,0,0,0,4,0,96,174, | ||
7067 | 0,0,101,150,0,0,0,0,83,82,192,12, | ||
7068 | 33,32,64,2,33,32,64,0,255,255,2,36, | ||
7069 | 46,0,130,16,0,0,0,0,3,0,128,20, | ||
7070 | 0,0,0,0,246,82,192,8,8,0,96,174, | ||
7071 | 224,83,192,12,4,0,100,174,10,0,64,20, | ||
7072 | 8,0,98,174,247,82,192,8,255,255,2,36, | ||
7073 | 3,131,3,60,140,17,99,36,0,0,98,140, | ||
7074 | 0,0,0,0,1,0,66,36,210,82,192,8, | ||
7075 | 0,0,98,172,8,0,112,142,4,0,98,142, | ||
7076 | 0,0,0,0,23,0,64,24,33,136,0,0, | ||
7077 | 255,255,20,36,33,32,64,2,124,89,192,12, | ||
7078 | 16,0,165,39,33,32,64,2,198,89,192,12, | ||
7079 | 16,0,165,39,4,0,2,166,16,0,162,143, | ||
7080 | 0,0,0,0,233,255,64,20,33,32,64,2, | ||
7081 | 33,40,0,2,0,83,192,12,33,48,160,2, | ||
7082 | 226,255,84,16,1,0,49,38,4,0,98,142, | ||
7083 | 0,0,0,0,42,16,34,2,236,255,64,20, | ||
7084 | 68,0,16,38,33,16,0,0,56,0,191,143, | ||
7085 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
7086 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
7087 | 8,0,224,3,64,0,189,39,184,255,189,39, | ||
7088 | 68,0,191,175,64,0,180,175,60,0,179,175, | ||
7089 | 56,0,178,175,52,0,177,175,48,0,176,175, | ||
7090 | 33,128,128,0,33,144,160,0,24,0,160,175, | ||
7091 | 16,0,160,175,8,0,69,38,24,0,166,39, | ||
7092 | 186,91,192,12,6,0,7,36,24,0,162,143, | ||
7093 | 0,0,0,0,103,0,64,20,0,0,0,0, | ||
7094 | 196,88,192,12,33,32,0,2,224,0,84,48, | ||
7095 | 33,32,0,2,124,89,192,12,24,0,165,39, | ||
7096 | 33,152,64,0,33,32,0,2,198,89,192,12, | ||
7097 | 24,0,165,39,33,136,64,0,24,0,162,143, | ||
7098 | 0,0,0,0,88,0,64,20,37,16,116,2, | ||
7099 | 18,0,81,166,16,0,66,162,16,0,67,146, | ||
7100 | 64,0,2,36,48,0,98,16,65,0,98,40, | ||
7101 | 16,0,64,16,4,0,2,36,31,0,98,16, | ||
7102 | 5,0,98,40,5,0,64,16,2,0,2,36, | ||
7103 | 22,0,98,16,33,32,0,2,121,83,192,8, | ||
7104 | 0,0,0,0,5,0,2,36,65,0,98,16, | ||
7105 | 6,0,2,36,27,0,98,16,33,32,0,2, | ||
7106 | 121,83,192,8,0,0,0,0,68,0,2,36, | ||
7107 | 15,0,98,16,68,0,98,40,8,0,64,20, | ||
7108 | 33,32,0,2,131,0,98,40,57,0,64,16, | ||
7109 | 128,0,98,40,51,0,64,16,0,0,0,0, | ||
7110 | 121,83,192,8,0,0,0,0,255,255,37,50, | ||
7111 | 164,90,192,12,24,0,166,39,117,83,192,8, | ||
7112 | 40,0,66,174,33,32,0,2,255,255,37,50, | ||
7113 | 40,0,70,38,19,90,192,12,24,0,167,39, | ||
7114 | 117,83,192,8,0,0,0,0,255,255,37,50, | ||
7115 | 40,0,70,38,24,91,192,12,24,0,167,39, | ||
7116 | 117,83,192,8,0,0,0,0,40,0,68,38, | ||
7117 | 33,40,0,0,144,71,192,12,4,0,6,36, | ||
7118 | 32,0,160,167,40,0,160,175,36,0,160,175, | ||
7119 | 44,0,160,167,33,32,0,2,255,255,37,50, | ||
7120 | 32,0,166,39,19,90,192,12,24,0,167,39, | ||
7121 | 40,0,162,143,36,0,163,143,0,0,0,0, | ||
7122 | 35,16,67,0,255,255,70,48,5,0,194,44, | ||
7123 | 2,0,64,20,0,0,0,0,4,0,6,36, | ||
7124 | 7,0,192,16,0,0,0,0,36,0,165,143, | ||
7125 | 0,0,0,0,80,68,192,12,40,0,68,38, | ||
7126 | 24,92,192,12,32,0,164,39,24,0,162,143, | ||
7127 | 0,0,0,0,8,0,64,16,33,16,0,0, | ||
7128 | 3,131,3,60,140,17,99,36,0,0,98,140, | ||
7129 | 0,0,0,0,1,0,66,36,0,0,98,172, | ||
7130 | 255,255,2,36,68,0,191,143,64,0,180,143, | ||
7131 | 60,0,179,143,56,0,178,143,52,0,177,143, | ||
7132 | 48,0,176,143,8,0,224,3,72,0,189,39, | ||
7133 | 232,255,189,39,20,0,191,175,16,0,176,175, | ||
7134 | 33,128,128,0,76,0,2,142,0,0,0,0, | ||
7135 | 3,0,64,16,0,0,0,0,24,92,192,12, | ||
7136 | 72,0,4,38,88,0,3,150,4,0,2,36, | ||
7137 | 5,0,98,20,0,0,0,0,110,86,192,12, | ||
7138 | 92,0,4,38,157,83,192,8,116,0,4,38, | ||
7139 | 13,84,192,12,104,0,4,38,120,0,4,38, | ||
7140 | 13,84,192,12,0,0,0,0,148,0,3,146, | ||
7141 | 0,0,0,0,248,83,192,12,33,32,0,2, | ||
7142 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
7143 | 24,0,189,39,232,255,189,39,20,0,191,175, | ||
7144 | 16,0,176,175,33,128,128,0,5,0,0,18, | ||
7145 | 0,0,0,0,136,83,192,12,0,0,0,0, | ||
7146 | 61,50,192,12,33,32,0,2,20,0,191,143, | ||
7147 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
7148 | 224,255,189,39,24,0,191,175,20,0,177,175, | ||
7149 | 16,0,176,175,33,136,128,0,9,50,192,12, | ||
7150 | 16,0,4,36,33,128,64,0,11,0,0,18, | ||
7151 | 33,32,0,2,33,40,0,0,144,71,192,12, | ||
7152 | 16,0,6,36,224,83,192,12,33,32,32,2, | ||
7153 | 4,0,64,16,8,0,2,174,4,0,17,174, | ||
7154 | 204,83,192,8,33,16,0,2,61,50,192,12, | ||
7155 | 33,32,0,2,33,16,0,0,24,0,191,143, | ||
7156 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7157 | 32,0,189,39,232,255,189,39,20,0,191,175, | ||
7158 | 16,0,176,175,9,50,192,12,152,0,4,36, | ||
7159 | 33,128,64,0,4,0,0,18,33,16,0,0, | ||
7160 | 248,83,192,12,33,32,0,2,33,16,0,2, | ||
7161 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
7162 | 24,0,189,39,224,255,189,39,24,0,191,175, | ||
7163 | 20,0,177,175,0,17,4,0,33,16,68,0, | ||
7164 | 128,136,2,0,11,0,32,18,16,0,176,175, | ||
7165 | 9,50,192,12,33,32,32,2,33,128,64,0, | ||
7166 | 4,0,0,18,33,32,0,2,33,40,0,0, | ||
7167 | 144,71,192,12,33,48,32,2,243,83,192,8, | ||
7168 | 33,16,0,2,33,16,0,0,24,0,191,143, | ||
7169 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7170 | 32,0,189,39,232,255,189,39,20,0,191,175, | ||
7171 | 16,0,176,175,33,128,128,0,33,40,0,0, | ||
7172 | 144,71,192,12,152,0,6,36,255,0,2,36, | ||
7173 | 88,0,2,166,120,5,2,36,58,0,2,166, | ||
7174 | 72,0,0,166,80,0,0,174,76,0,0,174, | ||
7175 | 84,0,0,166,148,0,0,162,149,0,0,162, | ||
7176 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
7177 | 24,0,189,39,208,255,189,39,40,0,191,175, | ||
7178 | 36,0,179,175,32,0,178,175,28,0,177,175, | ||
7179 | 24,0,176,175,33,128,128,0,31,0,0,18, | ||
7180 | 1,0,19,36,8,0,18,142,0,0,0,0, | ||
7181 | 16,0,64,18,0,0,0,0,4,0,2,142, | ||
7182 | 0,0,0,0,9,0,64,24,33,136,0,0, | ||
7183 | 59,84,192,12,33,32,64,2,1,0,49,38, | ||
7184 | 4,0,2,142,0,0,0,0,42,16,34,2, | ||
7185 | 249,255,64,20,68,0,82,38,8,0,4,142, | ||
7186 | 61,50,192,12,0,0,0,0,12,0,17,142, | ||
7187 | 4,0,96,18,0,0,0,0,33,152,0,0, | ||
7188 | 49,84,192,8,4,0,0,174,61,50,192,12, | ||
7189 | 33,32,0,2,33,128,32,2,227,255,0,22, | ||
7190 | 0,0,0,0,40,0,191,143,36,0,179,143, | ||
7191 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
7192 | 8,0,224,3,48,0,189,39,232,255,189,39, | ||
7193 | 20,0,191,175,16,0,176,175,33,128,128,0, | ||
7194 | 60,0,2,142,0,0,0,0,4,0,64,16, | ||
7195 | 0,0,0,0,9,248,64,0,0,0,0,0, | ||
7196 | 60,0,0,174,110,86,192,12,8,0,4,38, | ||
7197 | 78,84,192,12,33,32,0,2,20,0,191,143, | ||
7198 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
7199 | 232,255,189,39,16,0,191,175,16,0,131,144, | ||
7200 | 6,0,2,36,18,0,98,16,7,0,98,40, | ||
7201 | 5,0,64,16,4,0,2,36,6,0,98,16, | ||
7202 | 0,0,0,0,103,84,192,8,0,0,0,0, | ||
7203 | 68,0,2,36,11,0,98,20,0,0,0,0, | ||
7204 | 44,0,130,140,0,0,0,0,7,0,64,16, | ||
7205 | 0,0,0,0,24,92,192,12,40,0,132,36, | ||
7206 | 103,84,192,8,0,0,0,0,110,86,192,12, | ||
7207 | 40,0,132,36,16,0,191,143,24,0,189,39, | ||
7208 | 8,0,224,3,0,0,0,0,0,0,0,0, | ||
7209 | 216,255,189,39,32,0,191,175,28,0,179,175, | ||
7210 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7211 | 33,136,192,0,56,0,179,143,0,0,0,0, | ||
7212 | 20,72,192,12,33,144,224,0,33,128,64,0, | ||
7213 | 11,0,0,18,33,32,32,2,33,40,64,2, | ||
7214 | 80,86,192,12,8,0,6,38,255,255,3,36, | ||
7215 | 5,0,67,16,2,0,2,36,16,0,2,162, | ||
7216 | 40,0,19,174,133,84,192,8,33,16,0,0, | ||
7217 | 255,255,2,36,32,0,191,143,28,0,179,143, | ||
7218 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
7219 | 8,0,224,3,40,0,189,39,216,255,189,39, | ||
7220 | 32,0,191,175,28,0,177,175,24,0,176,175, | ||
7221 | 33,128,128,0,96,0,5,174,100,0,6,174, | ||
7222 | 128,0,2,142,0,0,0,0,11,0,64,16, | ||
7223 | 0,0,0,0,13,84,192,12,104,0,4,38, | ||
7224 | 124,0,2,142,0,0,0,0,108,0,2,174, | ||
7225 | 128,0,2,142,0,0,0,0,112,0,2,174, | ||
7226 | 128,0,0,174,124,0,0,174,88,0,17,150, | ||
7227 | 2,0,2,36,88,0,2,166,176,80,192,12, | ||
7228 | 33,32,0,2,33,56,64,0,64,0,2,142, | ||
7229 | 0,0,0,0,35,0,64,20,255,255,35,50, | ||
7230 | 3,0,2,36,14,0,98,16,255,255,227,48, | ||
7231 | 58,0,2,150,0,0,0,0,43,16,67,0, | ||
7232 | 9,0,64,16,12,0,4,38,48,0,2,142, | ||
7233 | 28,0,5,38,52,0,7,142,0,0,0,0, | ||
7234 | 9,248,64,0,1,0,6,36,214,84,192,8, | ||
7235 | 0,0,0,0,96,0,2,142,0,0,0,0, | ||
7236 | 250,255,67,36,13,0,98,44,13,0,64,16, | ||
7237 | 128,16,3,0,2,131,1,60,33,8,34,0, | ||
7238 | 32,154,34,140,0,0,0,0,8,0,64,0, | ||
7239 | 0,0,0,0,204,84,192,8,2,0,2,36, | ||
7240 | 204,84,192,8,3,0,2,36,5,0,2,36, | ||
7241 | 96,0,2,174,52,0,2,142,0,0,0,0, | ||
7242 | 16,0,162,175,44,0,2,142,12,0,4,38, | ||
7243 | 28,0,5,38,33,48,0,2,9,248,64,0, | ||
7244 | 255,255,231,48,32,0,191,143,28,0,177,143, | ||
7245 | 24,0,176,143,8,0,224,3,40,0,189,39, | ||
7246 | 224,255,189,39,28,0,191,175,24,0,176,175, | ||
7247 | 33,128,128,0,96,0,5,142,0,0,0,0, | ||
7248 | 6,0,160,16,0,0,0,0,100,0,6,142, | ||
7249 | 140,84,192,12,0,0,0,0,56,85,192,8, | ||
7250 | 0,0,0,0,176,80,192,12,33,32,0,2, | ||
7251 | 33,56,64,0,88,0,2,150,0,0,0,0, | ||
7252 | 2,0,66,44,11,0,64,16,255,255,227,48, | ||
7253 | 58,0,2,150,0,0,0,0,43,16,67,0, | ||
7254 | 6,0,64,16,33,32,0,2,1,0,5,36, | ||
7255 | 140,84,192,12,33,48,0,0,56,85,192,8, | ||
7256 | 0,0,0,0,96,0,2,142,0,0,0,0, | ||
7257 | 49,0,64,20,2,0,2,36,88,0,3,150, | ||
7258 | 3,0,2,36,33,0,98,16,4,0,98,40, | ||
7259 | 7,0,64,16,2,0,98,40,41,0,64,16, | ||
7260 | 2,0,2,36,39,0,96,4,0,0,0,0, | ||
7261 | 13,85,192,8,0,0,0,0,5,0,2,36, | ||
7262 | 34,0,98,20,2,0,2,36,3,131,3,60, | ||
7263 | 236,17,99,36,0,0,98,140,0,0,0,0, | ||
7264 | 1,0,66,36,104,0,4,38,25,0,128,16, | ||
7265 | 0,0,98,172,3,131,5,60,176,17,165,36, | ||
7266 | 0,0,162,140,108,0,3,142,0,0,0,0, | ||
7267 | 33,16,67,0,0,0,162,172,12,0,132,140, | ||
7268 | 0,0,0,0,248,255,128,20,2,0,2,36, | ||
7269 | 47,85,192,8,88,0,2,166,3,131,4,60, | ||
7270 | 236,17,132,36,0,0,130,140,0,0,0,0, | ||
7271 | 1,0,66,36,0,0,130,172,200,255,130,140, | ||
7272 | 108,0,3,142,0,0,0,0,33,16,67,0, | ||
7273 | 200,255,130,172,2,0,2,36,88,0,2,166, | ||
7274 | 52,0,2,142,0,0,0,0,16,0,162,175, | ||
7275 | 44,0,2,142,12,0,4,38,28,0,5,38, | ||
7276 | 33,48,0,2,9,248,64,0,255,255,231,48, | ||
7277 | 28,0,191,143,24,0,176,143,8,0,224,3, | ||
7278 | 32,0,189,39,232,255,189,39,20,0,191,175, | ||
7279 | 16,0,176,175,33,128,128,0,88,0,3,150, | ||
7280 | 1,0,2,36,25,0,98,16,2,0,98,40, | ||
7281 | 5,0,64,16,3,0,2,36,7,0,96,16, | ||
7282 | 0,0,0,0,116,85,192,8,0,0,0,0, | ||
7283 | 37,0,98,16,0,0,0,0,116,85,192,8, | ||
7284 | 0,0,0,0,112,0,4,142,108,0,3,142, | ||
7285 | 0,0,0,0,34,0,96,16,0,0,0,0, | ||
7286 | 17,0,130,144,0,0,0,0,2,0,66,48, | ||
7287 | 33,0,64,16,255,255,99,36,250,255,96,20, | ||
7288 | 68,0,132,36,116,85,192,8,0,0,0,0, | ||
7289 | 112,0,4,142,108,0,3,142,0,0,0,0, | ||
7290 | 8,0,96,16,0,0,0,0,17,0,130,144, | ||
7291 | 0,0,0,0,2,0,66,48,19,0,64,16, | ||
7292 | 255,255,99,36,250,255,96,20,68,0,132,36, | ||
7293 | 118,93,192,12,33,32,0,2,241,255,64,28, | ||
7294 | 255,255,66,40,7,0,64,16,0,0,0,0, | ||
7295 | 92,85,192,8,0,0,0,0,120,94,192,12, | ||
7296 | 33,32,0,2,5,0,64,20,0,0,0,0, | ||
7297 | 219,84,192,12,33,32,0,2,167,83,192,12, | ||
7298 | 33,32,0,2,20,0,191,143,16,0,176,143, | ||
7299 | 8,0,224,3,24,0,189,39,232,255,189,39, | ||
7300 | 20,0,191,175,16,0,176,175,33,128,128,0, | ||
7301 | 88,0,3,150,1,0,2,36,17,0,98,16, | ||
7302 | 2,0,98,40,5,0,64,16,3,0,2,36, | ||
7303 | 9,0,96,16,0,0,0,0,156,85,192,8, | ||
7304 | 0,0,0,0,13,0,98,16,5,0,2,36, | ||
7305 | 7,0,98,16,0,0,0,0,156,85,192,8, | ||
7306 | 0,0,0,0,60,95,192,12,33,32,0,2, | ||
7307 | 154,85,192,8,0,0,0,0,0,93,192,12, | ||
7308 | 33,32,0,2,154,85,192,8,0,0,0,0, | ||
7309 | 252,93,192,12,33,32,0,2,5,0,64,20, | ||
7310 | 0,0,0,0,60,85,192,12,33,32,0,2, | ||
7311 | 162,85,192,8,0,0,0,0,167,83,192,12, | ||
7312 | 33,32,0,2,20,0,191,143,16,0,176,143, | ||
7313 | 8,0,224,3,24,0,189,39,192,255,189,39, | ||
7314 | 60,0,191,175,56,0,182,175,52,0,181,175, | ||
7315 | 48,0,180,175,44,0,179,175,40,0,178,175, | ||
7316 | 36,0,177,175,32,0,176,175,33,64,128,0, | ||
7317 | 33,136,192,0,33,152,224,0,84,0,182,143, | ||
7318 | 88,0,181,143,92,0,180,143,80,0,178,151, | ||
7319 | 3,131,3,60,128,17,99,36,0,0,98,140, | ||
7320 | 0,0,0,0,1,0,66,36,0,0,98,172, | ||
7321 | 24,0,162,39,16,0,162,175,33,32,160,0, | ||
7322 | 16,81,192,12,33,40,0,1,33,128,64,0, | ||
7323 | 57,0,0,18,255,255,66,50,58,0,3,150, | ||
7324 | 0,0,0,0,43,16,67,0,2,0,64,16, | ||
7325 | 0,0,0,0,58,0,18,166,44,0,22,174, | ||
7326 | 48,0,21,174,52,0,20,174,24,0,162,143, | ||
7327 | 0,0,0,0,7,0,64,16,1,0,2,36, | ||
7328 | 219,84,192,12,33,32,0,2,167,83,192,12, | ||
7329 | 33,32,0,2,5,86,192,8,0,0,0,0, | ||
7330 | 88,0,3,150,0,0,0,0,16,0,98,16, | ||
7331 | 2,0,98,40,5,0,64,16,3,0,2,36, | ||
7332 | 9,0,96,16,0,0,0,0,244,85,192,8, | ||
7333 | 0,0,0,0,11,0,98,16,5,0,2,36, | ||
7334 | 31,0,98,16,0,0,0,0,244,85,192,8, | ||
7335 | 0,0,0,0,3,131,3,60,239,85,192,8, | ||
7336 | 184,17,99,36,3,131,3,60,239,85,192,8, | ||
7337 | 188,17,99,36,3,131,3,60,192,17,99,36, | ||
7338 | 0,0,98,140,0,0,0,0,1,0,66,36, | ||
7339 | 3,86,192,8,0,0,98,172,3,131,3,60, | ||
7340 | 140,17,99,36,0,0,98,140,0,0,0,0, | ||
7341 | 1,0,66,36,0,0,98,172,167,83,192,12, | ||
7342 | 33,32,0,2,33,32,32,2,33,40,96,2, | ||
7343 | 1,0,6,36,9,248,160,2,33,56,128,2, | ||
7344 | 5,86,192,8,0,0,0,0,124,85,192,12, | ||
7345 | 33,32,0,2,60,0,191,143,56,0,182,143, | ||
7346 | 52,0,181,143,48,0,180,143,44,0,179,143, | ||
7347 | 40,0,178,143,36,0,177,143,32,0,176,143, | ||
7348 | 8,0,224,3,64,0,189,39,232,255,189,39, | ||
7349 | 20,0,191,175,16,0,176,175,33,128,128,0, | ||
7350 | 213,80,192,12,255,255,198,48,53,0,64,20, | ||
7351 | 255,255,2,36,3,131,3,60,144,17,99,36, | ||
7352 | 0,0,98,140,0,0,0,0,1,0,66,36, | ||
7353 | 0,0,98,172,96,0,2,142,0,0,0,0, | ||
7354 | 32,0,64,16,4,0,2,36,92,0,98,140, | ||
7355 | 0,0,0,0,1,0,66,36,92,0,98,172, | ||
7356 | 96,0,2,142,0,0,0,0,255,255,67,36, | ||
7357 | 5,0,98,44,32,0,64,16,128,16,3,0, | ||
7358 | 2,131,1,60,33,8,34,0,88,154,34,140, | ||
7359 | 0,0,0,0,8,0,64,0,0,0,0,0, | ||
7360 | 3,131,3,60,70,86,192,8,204,17,99,36, | ||
7361 | 3,131,3,60,70,86,192,8,212,17,99,36, | ||
7362 | 3,131,3,60,70,86,192,8,216,17,99,36, | ||
7363 | 3,131,3,60,70,86,192,8,208,17,99,36, | ||
7364 | 3,131,3,60,70,86,192,8,220,17,99,36, | ||
7365 | 88,0,3,150,0,0,0,0,8,0,98,20, | ||
7366 | 33,16,0,0,3,131,3,60,240,17,99,36, | ||
7367 | 0,0,98,140,0,0,0,0,1,0,66,36, | ||
7368 | 0,0,98,172,33,16,0,0,20,0,191,143, | ||
7369 | 16,0,176,143,8,0,224,3,24,0,189,39, | ||
7370 | 0,0,0,0,224,255,189,39,28,0,191,175, | ||
7371 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7372 | 33,144,160,0,33,128,192,0,4,0,0,174, | ||
7373 | 14,0,128,16,0,0,4,174,128,136,4,0, | ||
7374 | 9,50,192,12,33,32,32,2,3,0,64,20, | ||
7375 | 4,0,2,174,104,86,192,8,255,255,2,36, | ||
7376 | 5,0,32,18,33,40,64,2,4,0,4,142, | ||
7377 | 0,0,0,0,80,68,192,12,33,48,32,2, | ||
7378 | 33,16,0,0,28,0,191,143,24,0,178,143, | ||
7379 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7380 | 32,0,189,39,232,255,189,39,20,0,191,175, | ||
7381 | 16,0,176,175,33,128,128,0,4,0,4,142, | ||
7382 | 0,0,0,0,4,0,128,16,0,0,0,0, | ||
7383 | 61,50,192,12,0,0,0,0,4,0,0,174, | ||
7384 | 0,0,0,174,20,0,191,143,16,0,176,143, | ||
7385 | 8,0,224,3,24,0,189,39,0,0,0,0, | ||
7386 | 0,0,0,0,11,0,128,4,128,0,130,40, | ||
7387 | 20,0,64,20,1,0,3,36,255,127,2,36, | ||
7388 | 42,16,68,0,16,0,64,16,2,0,3,36, | ||
7389 | 127,0,2,60,255,255,66,52,148,86,192,8, | ||
7390 | 42,16,68,0,128,255,130,40,9,0,64,16, | ||
7391 | 1,0,3,36,0,128,130,40,6,0,64,16, | ||
7392 | 2,0,3,36,128,255,2,60,42,16,130,0, | ||
7393 | 2,0,64,20,4,0,3,36,3,0,3,36, | ||
7394 | 8,0,224,3,33,16,96,0,128,0,130,44, | ||
7395 | 14,0,64,20,1,0,2,36,255,127,2,36, | ||
7396 | 43,16,68,0,9,0,64,16,127,0,2,60, | ||
7397 | 255,255,66,52,43,16,68,0,6,0,64,16, | ||
7398 | 3,0,2,36,4,0,128,4,5,0,2,36, | ||
7399 | 169,86,192,8,4,0,2,36,2,0,2,36, | ||
7400 | 8,0,224,3,0,0,0,0,4,0,135,140, | ||
7401 | 0,0,130,140,0,0,0,0,65,0,64,16, | ||
7402 | 33,16,0,0,0,0,227,140,4,0,231,36, | ||
7403 | 128,16,3,0,33,16,67,0,192,16,2,0, | ||
7404 | 0,0,227,140,0,0,0,0,33,24,67,0, | ||
7405 | 128,0,98,44,17,0,64,20,4,0,231,36, | ||
7406 | 0,64,98,44,15,0,64,20,2,0,5,36, | ||
7407 | 31,0,2,60,255,255,66,52,43,16,67,0, | ||
7408 | 7,0,64,16,255,15,2,60,255,255,66,52, | ||
7409 | 43,16,67,0,6,0,64,20,5,0,5,36, | ||
7410 | 204,86,192,8,4,0,5,36,204,86,192,8, | ||
7411 | 3,0,5,36,1,0,5,36,2,0,6,36, | ||
7412 | 0,0,130,140,0,0,0,0,42,16,194,0, | ||
7413 | 31,0,64,16,255,255,162,48,31,0,9,60, | ||
7414 | 255,255,41,53,255,15,8,60,255,255,8,53, | ||
7415 | 0,0,132,140,0,0,227,140,4,0,231,36, | ||
7416 | 128,0,98,44,16,0,64,20,255,255,165,48, | ||
7417 | 0,64,98,44,11,0,64,20,43,16,35,1, | ||
7418 | 7,0,64,16,43,16,3,1,3,0,64,20, | ||
7419 | 0,0,0,0,236,86,192,8,4,0,165,36, | ||
7420 | 236,86,192,8,5,0,165,36,236,86,192,8, | ||
7421 | 3,0,165,36,236,86,192,8,2,0,165,36, | ||
7422 | 1,0,165,36,1,0,198,36,42,16,196,0, | ||
7423 | 232,255,64,20,255,255,162,48,8,0,224,3, | ||
7424 | 0,0,0,0,208,255,189,39,40,0,191,175, | ||
7425 | 33,72,192,0,224,0,165,48,255,255,130,48, | ||
7426 | 31,0,66,44,7,0,64,16,33,48,160,0, | ||
7427 | 37,16,133,0,16,0,162,163,33,32,224,0, | ||
7428 | 16,0,165,39,38,87,192,8,1,0,6,36, | ||
7429 | 32,0,163,39,33,40,0,0,31,0,194,52, | ||
7430 | 24,0,162,163,255,255,130,48,8,0,64,16, | ||
7431 | 25,0,168,39,127,0,130,48,0,0,98,160, | ||
7432 | 1,0,99,36,255,255,130,48,194,33,2,0, | ||
7433 | 250,255,128,20,1,0,165,36,1,0,166,36, | ||
7434 | 33,16,160,0,255,255,66,48,2,0,66,44, | ||
7435 | 13,0,64,20,255,255,165,36,255,255,4,52, | ||
7436 | 255,255,99,36,0,0,98,144,0,0,0,0, | ||
7437 | 128,0,66,52,0,0,2,161,1,0,8,37, | ||
7438 | 33,16,160,0,255,255,66,48,2,0,66,44, | ||
7439 | 246,255,64,16,33,40,164,0,255,255,98,144, | ||
7440 | 0,0,0,0,0,0,2,161,33,32,224,0, | ||
7441 | 24,0,165,39,255,255,198,48,9,248,32,1, | ||
7442 | 0,0,0,0,40,0,191,143,48,0,189,39, | ||
7443 | 8,0,224,3,0,0,0,0,208,255,189,39, | ||
7444 | 40,0,191,175,33,72,160,0,255,255,130,48, | ||
7445 | 128,0,66,44,6,0,64,16,33,64,192,0, | ||
7446 | 16,0,164,163,33,32,0,1,16,0,165,39, | ||
7447 | 88,87,192,8,1,0,6,36,24,0,167,39, | ||
7448 | 32,0,165,39,255,255,130,48,7,0,64,16, | ||
7449 | 33,24,0,0,0,0,164,160,1,0,165,36, | ||
7450 | 255,255,130,48,2,34,2,0,251,255,128,20, | ||
7451 | 1,0,99,36,128,0,98,52,0,0,226,160, | ||
7452 | 1,0,231,36,1,0,102,36,33,16,96,0, | ||
7453 | 255,255,66,48,11,0,64,16,255,255,99,36, | ||
7454 | 255,255,4,52,255,255,165,36,0,0,162,144, | ||
7455 | 0,0,0,0,0,0,226,160,1,0,231,36, | ||
7456 | 33,16,96,0,255,255,66,48,248,255,64,20, | ||
7457 | 33,24,100,0,33,32,0,1,24,0,165,39, | ||
7458 | 255,255,198,48,9,248,32,1,0,0,0,0, | ||
7459 | 40,0,191,143,48,0,189,39,8,0,224,3, | ||
7460 | 0,0,0,0,200,255,189,39,48,0,191,175, | ||
7461 | 44,0,181,175,40,0,180,175,36,0,179,175, | ||
7462 | 32,0,178,175,28,0,177,175,24,0,176,175, | ||
7463 | 33,136,160,0,33,144,192,0,33,152,224,0, | ||
7464 | 72,0,180,143,33,128,128,0,128,86,192,12, | ||
7465 | 33,32,64,2,33,168,64,0,255,255,4,50, | ||
7466 | 192,0,37,50,33,48,96,2,242,86,192,12, | ||
7467 | 33,56,128,2,255,255,176,50,33,32,0,2, | ||
7468 | 33,40,96,2,44,87,192,12,33,48,128,2, | ||
7469 | 16,0,162,39,33,24,80,0,255,255,99,36, | ||
7470 | 6,0,98,16,0,0,114,160,16,0,162,39, | ||
7471 | 3,146,18,0,255,255,99,36,253,255,98,20, | ||
7472 | 0,0,114,160,33,32,128,2,16,0,165,39, | ||
7473 | 9,248,96,2,255,255,166,50,48,0,191,143, | ||
7474 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
7475 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
7476 | 8,0,224,3,56,0,189,39,200,255,189,39, | ||
7477 | 48,0,191,175,44,0,181,175,40,0,180,175, | ||
7478 | 36,0,179,175,32,0,178,175,28,0,177,175, | ||
7479 | 24,0,176,175,33,136,160,0,33,144,192,0, | ||
7480 | 33,160,224,0,72,0,181,143,33,128,128,0, | ||
7481 | 153,86,192,12,33,32,64,2,33,152,64,0, | ||
7482 | 255,255,4,50,192,0,37,50,33,48,128,2, | ||
7483 | 242,86,192,12,33,56,160,2,255,255,112,50, | ||
7484 | 33,32,0,2,33,40,128,2,44,87,192,12, | ||
7485 | 33,48,160,2,16,0,162,39,33,32,80,0, | ||
7486 | 9,0,0,18,255,255,99,38,255,255,5,52, | ||
7487 | 255,255,132,36,0,0,146,160,2,146,18,0, | ||
7488 | 33,16,96,0,255,255,66,48,250,255,64,20, | ||
7489 | 33,24,101,0,33,32,160,2,16,0,165,39, | ||
7490 | 9,248,128,2,255,255,102,50,48,0,191,143, | ||
7491 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
7492 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
7493 | 8,0,224,3,56,0,189,39,216,255,189,39, | ||
7494 | 32,0,191,175,28,0,179,175,24,0,178,175, | ||
7495 | 20,0,177,175,16,0,176,175,33,152,192,0, | ||
7496 | 56,0,178,143,60,0,177,143,33,128,224,0, | ||
7497 | 255,255,132,48,192,0,165,48,33,48,64,2, | ||
7498 | 242,86,192,12,33,56,32,2,255,255,16,50, | ||
7499 | 33,32,0,2,33,40,64,2,44,87,192,12, | ||
7500 | 33,48,32,2,4,0,0,18,33,32,32,2, | ||
7501 | 33,40,96,2,9,248,64,2,33,48,0,2, | ||
7502 | 32,0,191,143,28,0,179,143,24,0,178,143, | ||
7503 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7504 | 40,0,189,39,224,255,189,39,24,0,191,175, | ||
7505 | 33,72,160,0,128,0,130,44,18,0,64,20, | ||
7506 | 33,64,192,0,0,64,130,44,13,0,64,20, | ||
7507 | 31,0,2,60,255,255,66,52,43,16,68,0, | ||
7508 | 7,0,64,16,255,15,2,60,255,255,66,52, | ||
7509 | 43,16,68,0,8,0,64,20,5,0,6,36, | ||
7510 | 250,87,192,8,4,0,6,36,250,87,192,8, | ||
7511 | 3,0,6,36,250,87,192,8,2,0,6,36, | ||
7512 | 1,0,6,36,255,255,194,48,16,0,163,39, | ||
7513 | 33,40,98,0,9,0,163,16,33,56,0,0, | ||
7514 | 16,0,163,39,255,255,165,36,127,0,130,48, | ||
7515 | 37,16,226,0,0,0,162,160,194,33,4,0, | ||
7516 | 250,255,163,20,128,0,7,36,33,32,0,1, | ||
7517 | 16,0,165,39,9,248,32,1,255,255,198,48, | ||
7518 | 24,0,191,143,32,0,189,39,8,0,224,3, | ||
7519 | 0,0,0,0,208,255,189,39,44,0,191,175, | ||
7520 | 40,0,182,175,36,0,181,175,32,0,180,175, | ||
7521 | 28,0,179,175,24,0,178,175,20,0,177,175, | ||
7522 | 16,0,176,175,33,144,160,0,33,168,192,0, | ||
7523 | 33,160,224,0,64,0,182,143,33,136,128,0, | ||
7524 | 4,0,179,142,0,0,0,0,171,86,192,12, | ||
7525 | 33,32,160,2,33,128,64,0,255,255,36,50, | ||
7526 | 192,0,69,50,33,48,128,2,242,86,192,12, | ||
7527 | 33,56,192,2,255,255,16,50,33,32,0,2, | ||
7528 | 33,40,128,2,44,87,192,12,33,48,192,2, | ||
7529 | 23,0,0,18,33,40,128,2,0,0,98,142, | ||
7530 | 4,0,115,38,128,32,2,0,33,32,130,0, | ||
7531 | 192,32,4,0,0,0,98,142,4,0,115,38, | ||
7532 | 33,32,130,0,226,87,192,12,33,48,192,2, | ||
7533 | 63,88,192,8,2,0,16,36,0,0,100,142, | ||
7534 | 4,0,115,38,226,87,192,12,33,48,192,2, | ||
7535 | 1,0,16,38,0,0,162,142,0,0,0,0, | ||
7536 | 42,16,2,2,247,255,64,20,33,40,128,2, | ||
7537 | 44,0,191,143,40,0,182,143,36,0,181,143, | ||
7538 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
7539 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7540 | 48,0,189,39,224,255,189,39,28,0,191,175, | ||
7541 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7542 | 33,136,128,0,33,144,192,0,255,255,67,50, | ||
7543 | 12,0,34,150,0,0,0,0,43,16,67,0, | ||
7544 | 4,0,64,16,1,0,2,36,12,0,50,150, | ||
7545 | 0,0,0,0,255,255,67,50,11,0,98,16, | ||
7546 | 2,0,98,40,5,0,64,16,2,0,2,36, | ||
7547 | 50,0,96,16,255,255,80,50,137,88,192,8, | ||
7548 | 0,0,0,0,15,0,98,16,255,255,80,50, | ||
7549 | 137,88,192,8,0,0,0,0,8,0,35,142, | ||
7550 | 0,0,0,0,1,0,98,36,8,0,34,174, | ||
7551 | 0,0,162,144,0,0,0,0,0,0,98,160, | ||
7552 | 12,0,34,150,0,0,0,0,255,255,66,36, | ||
7553 | 149,88,192,8,12,0,34,166,8,0,35,142, | ||
7554 | 0,0,0,0,1,0,98,36,8,0,34,174, | ||
7555 | 0,0,162,144,0,0,0,0,0,0,98,160, | ||
7556 | 8,0,35,142,0,0,0,0,1,0,98,36, | ||
7557 | 8,0,34,174,1,0,162,144,0,0,0,0, | ||
7558 | 0,0,98,160,12,0,34,150,0,0,0,0, | ||
7559 | 254,255,66,36,149,88,192,8,12,0,34,166, | ||
7560 | 8,0,36,142,0,0,0,0,80,68,192,12, | ||
7561 | 33,48,0,2,12,0,34,150,0,0,0,0, | ||
7562 | 35,16,82,0,12,0,34,166,8,0,34,142, | ||
7563 | 0,0,0,0,33,128,2,2,8,0,48,174, | ||
7564 | 255,255,66,50,28,0,191,143,24,0,178,143, | ||
7565 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7566 | 32,0,189,39,224,255,189,39,24,0,191,175, | ||
7567 | 20,0,177,175,16,0,176,175,33,128,160,0, | ||
7568 | 10,0,128,20,33,136,192,0,9,50,192,12, | ||
7569 | 16,0,4,36,33,32,64,0,3,0,128,20, | ||
7570 | 1,0,2,36,178,88,192,8,33,16,0,0, | ||
7571 | 173,88,192,8,0,0,130,160,0,0,128,160, | ||
7572 | 4,0,144,172,8,0,144,172,33,16,17,2, | ||
7573 | 12,0,130,172,33,16,128,0,24,0,191,143, | ||
7574 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7575 | 32,0,189,39,232,255,189,39,16,0,191,175, | ||
7576 | 0,0,130,144,0,0,0,0,1,0,66,48, | ||
7577 | 3,0,64,16,0,0,0,0,61,50,192,12, | ||
7578 | 0,0,0,0,16,0,191,143,24,0,189,39, | ||
7579 | 8,0,224,3,0,0,0,0,0,0,130,144, | ||
7580 | 0,0,0,0,128,0,66,48,16,0,64,20, | ||
7581 | 255,255,2,36,8,0,130,140,12,0,131,140, | ||
7582 | 0,0,0,0,43,16,67,0,7,0,64,20, | ||
7583 | 0,0,0,0,0,0,130,144,0,0,0,0, | ||
7584 | 128,0,66,52,0,0,130,160,216,88,192,8, | ||
7585 | 255,255,2,36,8,0,130,140,0,0,0,0, | ||
7586 | 0,0,66,144,8,0,224,3,0,0,0,0, | ||
7587 | 30,0,192,24,33,56,192,0,0,0,130,144, | ||
7588 | 0,0,0,0,128,0,66,48,16,0,64,20, | ||
7589 | 255,0,3,36,8,0,131,140,12,0,130,140, | ||
7590 | 0,0,0,0,43,16,98,0,5,0,64,16, | ||
7591 | 1,0,98,36,8,0,130,172,0,0,99,144, | ||
7592 | 240,88,192,8,0,0,0,0,0,0,130,144, | ||
7593 | 0,0,0,0,128,0,66,52,0,0,130,160, | ||
7594 | 255,0,3,36,0,0,130,144,0,0,0,0, | ||
7595 | 128,0,66,48,5,0,64,20,0,0,0,0, | ||
7596 | 0,0,163,160,255,255,198,36,228,255,192,28, | ||
7597 | 1,0,165,36,8,0,224,3,35,16,230,0, | ||
7598 | 1,0,2,36,15,0,194,16,2,0,194,40, | ||
7599 | 5,0,64,16,2,0,2,36,7,0,192,16, | ||
7600 | 255,255,2,36,40,89,192,8,0,0,0,0, | ||
7601 | 11,0,194,16,255,255,2,36,40,89,192,8, | ||
7602 | 0,0,0,0,4,0,130,140,0,0,0,0, | ||
7603 | 21,89,192,8,33,40,162,0,8,0,130,140, | ||
7604 | 0,0,0,0,19,89,192,8,33,40,162,0, | ||
7605 | 12,0,130,140,0,0,0,0,35,40,69,0, | ||
7606 | 4,0,130,140,0,0,0,0,43,16,162,0, | ||
7607 | 17,0,64,20,255,255,2,36,12,0,130,140, | ||
7608 | 0,0,0,0,43,16,69,0,12,0,64,20, | ||
7609 | 255,255,2,36,12,0,130,140,0,0,0,0, | ||
7610 | 43,16,162,0,5,0,64,16,0,0,0,0, | ||
7611 | 0,0,130,144,0,0,0,0,127,0,66,48, | ||
7612 | 0,0,130,160,8,0,133,172,33,16,0,0, | ||
7613 | 8,0,224,3,0,0,0,0,12,0,130,140, | ||
7614 | 4,0,131,140,0,0,0,0,35,56,67,0, | ||
7615 | 1,0,2,36,15,0,194,16,2,0,194,40, | ||
7616 | 5,0,64,16,2,0,2,36,7,0,192,16, | ||
7617 | 255,255,2,36,87,89,192,8,0,0,0,0, | ||
7618 | 12,0,194,16,255,255,2,36,87,89,192,8, | ||
7619 | 0,0,0,0,4,0,130,140,0,0,0,0, | ||
7620 | 66,89,192,8,33,16,162,0,8,0,130,140, | ||
7621 | 0,0,0,0,33,16,162,0,72,89,192,8, | ||
7622 | 12,0,130,172,12,0,130,140,0,0,0,0, | ||
7623 | 35,16,69,0,12,0,130,172,8,0,130,140, | ||
7624 | 12,0,131,140,0,0,0,0,43,16,67,0, | ||
7625 | 5,0,64,16,0,0,0,0,0,0,130,144, | ||
7626 | 0,0,0,0,85,89,192,8,127,0,66,48, | ||
7627 | 0,0,130,144,0,0,0,0,128,0,66,52, | ||
7628 | 0,0,130,160,33,16,224,0,8,0,224,3, | ||
7629 | 0,0,0,0,232,255,189,39,20,0,191,175, | ||
7630 | 16,0,176,175,12,0,128,20,33,128,160,0, | ||
7631 | 9,50,192,12,16,0,4,36,33,32,64,0, | ||
7632 | 3,0,128,20,0,0,0,0,119,89,192,8, | ||
7633 | 33,16,0,0,0,0,2,146,0,0,0,0, | ||
7634 | 108,89,192,8,1,0,66,52,0,0,2,146, | ||
7635 | 0,0,0,0,254,0,66,48,0,0,130,160, | ||
7636 | 4,0,2,142,0,0,0,0,4,0,130,172, | ||
7637 | 8,0,2,142,0,0,0,0,8,0,130,172, | ||
7638 | 12,0,2,142,0,0,0,0,12,0,130,172, | ||
7639 | 33,16,128,0,20,0,191,143,16,0,176,143, | ||
7640 | 8,0,224,3,24,0,189,39,0,0,0,0, | ||
7641 | 0,0,130,144,0,0,0,0,128,0,66,48, | ||
7642 | 17,0,64,20,31,0,3,36,8,0,131,140, | ||
7643 | 12,0,130,140,0,0,0,0,43,16,98,0, | ||
7644 | 6,0,64,16,1,0,98,36,8,0,130,172, | ||
7645 | 0,0,98,144,0,0,0,0,145,89,192,8, | ||
7646 | 31,0,67,48,0,0,130,144,0,0,0,0, | ||
7647 | 128,0,66,52,0,0,130,160,31,0,3,36, | ||
7648 | 0,0,130,144,0,0,0,0,128,0,66,48, | ||
7649 | 4,0,64,16,1,0,2,36,0,0,162,172, | ||
7650 | 196,89,192,8,33,16,0,0,255,0,99,48, | ||
7651 | 31,0,2,36,6,0,98,16,33,16,96,0, | ||
7652 | 196,89,192,8,0,0,0,0,1,0,2,36, | ||
7653 | 195,89,192,8,0,0,162,172,33,48,0,0, | ||
7654 | 0,0,130,144,0,0,0,0,128,0,66,48, | ||
7655 | 16,0,64,20,255,0,3,36,8,0,131,140, | ||
7656 | 12,0,130,140,0,0,0,0,43,16,98,0, | ||
7657 | 5,0,64,16,1,0,98,36,8,0,130,172, | ||
7658 | 0,0,99,144,183,89,192,8,0,0,0,0, | ||
7659 | 0,0,130,144,0,0,0,0,128,0,66,52, | ||
7660 | 0,0,130,160,255,0,3,36,0,0,130,144, | ||
7661 | 0,0,0,0,128,0,66,48,228,255,64,20, | ||
7662 | 128,0,98,48,4,0,64,16,127,0,98,48, | ||
7663 | 37,16,194,0,163,89,192,8,192,49,2,0, | ||
7664 | 255,0,98,48,37,48,70,0,255,255,194,48, | ||
7665 | 8,0,224,3,0,0,0,0,0,0,130,144, | ||
7666 | 0,0,0,0,128,0,66,48,16,0,64,20, | ||
7667 | 255,0,6,36,8,0,131,140,12,0,130,140, | ||
7668 | 0,0,0,0,43,16,98,0,5,0,64,16, | ||
7669 | 1,0,98,36,8,0,130,172,0,0,102,144, | ||
7670 | 218,89,192,8,0,0,0,0,0,0,130,144, | ||
7671 | 0,0,0,0,128,0,66,52,0,0,130,160, | ||
7672 | 255,0,6,36,0,0,130,144,0,0,0,0, | ||
7673 | 128,0,66,48,13,0,64,20,1,0,2,36, | ||
7674 | 255,0,195,48,128,0,2,36,4,0,98,20, | ||
7675 | 2,0,2,36,0,0,162,172,17,90,192,8, | ||
7676 | 255,255,2,52,128,0,194,48,6,0,64,20, | ||
7677 | 33,24,0,0,17,90,192,8,255,0,194,48, | ||
7678 | 0,0,162,172,17,90,192,8,33,16,0,0, | ||
7679 | 127,0,194,48,32,0,64,16,255,255,71,36, | ||
7680 | 0,26,3,0,0,0,130,144,0,0,0,0, | ||
7681 | 128,0,66,48,16,0,64,20,255,255,102,48, | ||
7682 | 8,0,131,140,12,0,130,140,0,0,0,0, | ||
7683 | 43,16,98,0,6,0,64,16,1,0,98,36, | ||
7684 | 8,0,130,172,0,0,98,144,0,0,0,0, | ||
7685 | 7,90,192,8,37,24,194,0,0,0,130,144, | ||
7686 | 0,0,0,0,128,0,66,52,0,0,130,160, | ||
7687 | 255,0,195,52,0,0,130,144,0,0,0,0, | ||
7688 | 128,0,66,48,224,255,64,20,1,0,2,36, | ||
7689 | 33,16,224,0,255,0,66,48,226,255,64,20, | ||
7690 | 255,255,231,36,255,255,98,48,8,0,224,3, | ||
7691 | 0,0,0,0,216,255,189,39,36,0,191,175, | ||
7692 | 32,0,180,175,28,0,179,175,24,0,178,175, | ||
7693 | 20,0,177,175,16,0,176,175,33,152,128,0, | ||
7694 | 33,128,192,0,33,144,160,0,255,255,81,50, | ||
7695 | 33,0,32,18,33,160,224,0,255,255,2,52, | ||
7696 | 30,0,34,18,0,0,0,0,9,50,192,12, | ||
7697 | 33,32,32,2,33,24,64,0,29,0,96,16, | ||
7698 | 1,0,2,36,0,0,2,166,4,0,3,174, | ||
7699 | 8,0,3,174,12,0,18,166,33,32,96,2, | ||
7700 | 8,0,5,142,0,0,0,0,218,88,192,12, | ||
7701 | 33,48,32,2,33,24,64,0,255,255,100,48, | ||
7702 | 10,0,145,20,1,0,2,36,12,0,2,150, | ||
7703 | 0,0,0,0,35,16,67,0,12,0,2,166, | ||
7704 | 8,0,2,142,0,0,0,0,33,16,130,0, | ||
7705 | 68,90,192,8,8,0,2,174,68,90,192,8, | ||
7706 | 0,0,130,174,0,0,0,166,4,0,0,174, | ||
7707 | 8,0,0,174,12,0,0,166,36,0,191,143, | ||
7708 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
7709 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7710 | 40,0,189,39,224,255,189,39,28,0,191,175, | ||
7711 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7712 | 33,144,128,0,33,136,160,0,33,128,192,0, | ||
7713 | 124,89,192,12,33,40,0,2,33,32,64,2, | ||
7714 | 198,89,192,12,33,40,0,2,33,40,64,0, | ||
7715 | 0,0,2,142,0,0,0,0,7,0,64,20, | ||
7716 | 33,32,64,2,255,255,165,48,33,48,32,2, | ||
7717 | 19,90,192,12,33,56,0,2,104,90,192,8, | ||
7718 | 0,0,0,0,0,0,32,166,4,0,32,174, | ||
7719 | 8,0,32,174,12,0,32,166,28,0,191,143, | ||
7720 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
7721 | 8,0,224,3,32,0,189,39,216,255,189,39, | ||
7722 | 36,0,191,175,32,0,180,175,28,0,179,175, | ||
7723 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7724 | 33,152,128,0,33,136,160,0,33,144,192,0, | ||
7725 | 56,0,176,147,0,0,0,0,196,88,192,12, | ||
7726 | 33,160,224,0,224,0,66,48,7,0,80,20, | ||
7727 | 33,32,96,2,124,89,192,12,33,40,64,2, | ||
7728 | 255,255,66,48,255,255,131,50,7,0,67,16, | ||
7729 | 33,32,96,2,0,0,66,142,0,0,0,0, | ||
7730 | 16,0,64,20,4,0,2,36,152,90,192,8, | ||
7731 | 0,0,66,174,198,89,192,12,33,40,64,2, | ||
7732 | 33,40,64,0,0,0,66,142,0,0,0,0, | ||
7733 | 7,0,64,20,33,32,96,2,255,255,165,48, | ||
7734 | 33,48,32,2,19,90,192,12,33,56,64,2, | ||
7735 | 156,90,192,8,0,0,0,0,0,0,32,166, | ||
7736 | 4,0,32,174,8,0,32,174,12,0,32,166, | ||
7737 | 36,0,191,143,32,0,180,143,28,0,179,143, | ||
7738 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
7739 | 8,0,224,3,40,0,189,39,33,56,0,0, | ||
7740 | 255,255,168,36,255,255,165,48,50,0,160,16, | ||
7741 | 1,0,9,36,1,0,12,36,4,0,10,36, | ||
7742 | 3,0,11,36,255,255,5,52,0,0,130,144, | ||
7743 | 0,0,0,0,128,0,66,48,16,0,64,20, | ||
7744 | 255,0,3,36,8,0,131,140,12,0,130,140, | ||
7745 | 0,0,0,0,43,16,98,0,5,0,64,16, | ||
7746 | 1,0,98,36,8,0,130,172,0,0,99,144, | ||
7747 | 193,90,192,8,0,0,0,0,0,0,130,144, | ||
7748 | 0,0,0,0,128,0,66,52,0,0,130,160, | ||
7749 | 255,0,3,36,0,0,130,144,0,0,0,0, | ||
7750 | 128,0,66,48,3,0,64,16,0,0,0,0, | ||
7751 | 218,90,192,8,0,0,204,172,11,0,32,17, | ||
7752 | 255,255,2,49,5,0,74,20,33,72,0,0, | ||
7753 | 3,0,96,16,0,0,0,0,218,90,192,8, | ||
7754 | 0,0,203,172,128,0,98,48,3,0,64,16, | ||
7755 | 0,18,7,0,255,255,7,36,0,18,7,0, | ||
7756 | 37,56,67,0,33,16,0,1,255,255,66,48, | ||
7757 | 212,255,64,20,33,64,5,1,8,0,224,3, | ||
7758 | 33,16,224,0,224,255,189,39,24,0,191,175, | ||
7759 | 20,0,177,175,16,0,176,175,33,128,128,0, | ||
7760 | 124,89,192,12,33,136,160,0,33,32,0,2, | ||
7761 | 198,89,192,12,33,40,32,2,33,32,0,2, | ||
7762 | 255,255,69,48,164,90,192,12,33,48,32,2, | ||
7763 | 24,0,191,143,20,0,177,143,16,0,176,143, | ||
7764 | 8,0,224,3,32,0,189,39,216,255,189,39, | ||
7765 | 32,0,191,175,28,0,179,175,24,0,178,175, | ||
7766 | 20,0,177,175,16,0,176,175,33,144,128,0, | ||
7767 | 33,136,160,0,33,152,192,0,196,88,192,12, | ||
7768 | 33,128,224,0,224,0,66,48,255,0,16,50, | ||
7769 | 7,0,80,20,33,32,64,2,124,89,192,12, | ||
7770 | 33,40,32,2,255,255,66,48,255,255,99,50, | ||
7771 | 8,0,67,16,33,32,64,2,0,0,34,142, | ||
7772 | 0,0,0,0,2,0,64,20,4,0,2,36, | ||
7773 | 0,0,34,174,17,91,192,8,33,16,0,0, | ||
7774 | 198,89,192,12,33,40,32,2,33,32,64,2, | ||
7775 | 255,255,69,48,164,90,192,12,33,48,32,2, | ||
7776 | 32,0,191,143,28,0,179,143,24,0,178,143, | ||
7777 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7778 | 40,0,189,39,208,255,189,39,44,0,191,175, | ||
7779 | 40,0,180,175,36,0,179,175,32,0,178,175, | ||
7780 | 28,0,177,175,24,0,176,175,33,128,128,0, | ||
7781 | 33,152,192,0,33,160,224,0,0,0,96,174, | ||
7782 | 4,0,96,174,8,0,3,142,4,0,2,142, | ||
7783 | 0,0,0,0,35,24,98,0,255,255,165,48, | ||
7784 | 35,0,160,24,33,144,0,0,1,0,6,36, | ||
7785 | 0,0,2,146,0,0,0,0,128,0,66,48, | ||
7786 | 16,0,64,20,255,0,4,36,8,0,4,142, | ||
7787 | 12,0,2,142,0,0,0,0,43,16,130,0, | ||
7788 | 5,0,64,16,1,0,130,36,8,0,2,174, | ||
7789 | 0,0,132,144,64,91,192,8,0,0,0,0, | ||
7790 | 0,0,2,146,0,0,0,0,128,0,66,52, | ||
7791 | 0,0,2,162,255,0,4,36,0,0,2,146, | ||
7792 | 0,0,0,0,128,0,66,48,3,0,64,16, | ||
7793 | 128,0,130,48,150,91,192,8,0,0,134,174, | ||
7794 | 2,0,64,20,0,0,0,0,1,0,82,38, | ||
7795 | 255,255,165,36,224,255,160,28,0,0,0,0, | ||
7796 | 33,32,0,2,33,40,96,0,251,88,192,12, | ||
7797 | 33,48,0,0,68,0,64,18,1,0,81,38, | ||
7798 | 9,50,192,12,128,32,17,0,33,40,64,0, | ||
7799 | 63,0,160,16,0,0,0,0,0,0,113,174, | ||
7800 | 4,0,101,174,59,0,64,26,33,56,0,0, | ||
7801 | 1,0,8,36,33,48,0,0,0,0,2,146, | ||
7802 | 0,0,0,0,128,0,66,48,16,0,64,20, | ||
7803 | 255,0,4,36,8,0,3,142,12,0,2,142, | ||
7804 | 0,0,0,0,43,16,98,0,5,0,64,16, | ||
7805 | 1,0,98,36,8,0,2,174,0,0,100,144, | ||
7806 | 114,91,192,8,0,0,0,0,0,0,2,146, | ||
7807 | 0,0,0,0,128,0,66,52,0,0,2,162, | ||
7808 | 255,0,4,36,0,0,2,146,0,0,0,0, | ||
7809 | 128,0,66,48,3,0,64,16,192,49,6,0, | ||
7810 | 150,91,192,8,0,0,136,174,127,0,130,48, | ||
7811 | 37,48,194,0,128,0,130,48,225,255,64,20, | ||
7812 | 0,0,0,0,18,0,224,20,40,0,194,44, | ||
7813 | 4,0,64,16,80,0,194,44,0,0,160,172, | ||
7814 | 145,91,192,8,4,0,165,36,5,0,64,16, | ||
7815 | 216,255,194,36,0,0,168,172,4,0,165,36, | ||
7816 | 146,91,192,8,0,0,162,172,2,0,2,36, | ||
7817 | 0,0,162,172,4,0,165,36,176,255,194,36, | ||
7818 | 146,91,192,8,0,0,162,172,0,0,166,172, | ||
7819 | 1,0,231,36,42,16,242,0,200,255,64,20, | ||
7820 | 4,0,165,36,44,0,191,143,40,0,180,143, | ||
7821 | 36,0,179,143,32,0,178,143,28,0,177,143, | ||
7822 | 24,0,176,143,8,0,224,3,48,0,189,39, | ||
7823 | 224,255,189,39,28,0,191,175,24,0,178,175, | ||
7824 | 20,0,177,175,16,0,176,175,33,136,128,0, | ||
7825 | 33,144,160,0,33,128,192,0,124,89,192,12, | ||
7826 | 33,40,0,2,33,32,32,2,198,89,192,12, | ||
7827 | 33,40,0,2,33,40,64,0,0,0,2,142, | ||
7828 | 0,0,0,0,5,0,64,20,33,32,32,2, | ||
7829 | 255,255,165,48,33,48,64,2,24,91,192,12, | ||
7830 | 33,56,0,2,28,0,191,143,24,0,178,143, | ||
7831 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7832 | 32,0,189,39,216,255,189,39,36,0,191,175, | ||
7833 | 32,0,180,175,28,0,179,175,24,0,178,175, | ||
7834 | 20,0,177,175,16,0,176,175,33,144,128,0, | ||
7835 | 33,160,160,0,33,136,192,0,56,0,176,147, | ||
7836 | 0,0,0,0,196,88,192,12,33,152,224,0, | ||
7837 | 224,0,66,48,7,0,80,20,33,32,64,2, | ||
7838 | 124,89,192,12,33,40,32,2,255,255,66,48, | ||
7839 | 255,255,99,50,7,0,67,16,33,32,64,2, | ||
7840 | 0,0,34,142,0,0,0,0,14,0,64,20, | ||
7841 | 4,0,2,36,226,91,192,8,0,0,34,174, | ||
7842 | 198,89,192,12,33,40,32,2,33,40,64,0, | ||
7843 | 0,0,34,142,0,0,0,0,5,0,64,20, | ||
7844 | 33,32,64,2,255,255,165,48,33,48,128,2, | ||
7845 | 24,91,192,12,33,56,32,2,36,0,191,143, | ||
7846 | 32,0,180,143,28,0,179,143,24,0,178,143, | ||
7847 | 20,0,177,143,16,0,176,143,8,0,224,3, | ||
7848 | 40,0,189,39,0,0,0,0,0,0,0,0, | ||
7849 | 216,255,189,39,32,0,191,175,28,0,179,175, | ||
7850 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7851 | 33,152,128,0,8,0,99,142,4,0,98,142, | ||
7852 | 0,0,0,0,35,128,98,0,255,255,4,50, | ||
7853 | 19,0,128,16,33,136,160,0,9,50,192,12, | ||
7854 | 0,0,0,0,33,144,64,0,3,0,64,22, | ||
7855 | 255,255,16,50,17,92,192,8,255,255,2,36, | ||
7856 | 33,32,64,2,4,0,101,142,0,0,0,0, | ||
7857 | 80,68,192,12,33,48,0,2,1,0,2,36, | ||
7858 | 0,0,34,166,4,0,50,174,33,128,80,2, | ||
7859 | 15,92,192,8,8,0,48,174,0,0,32,166, | ||
7860 | 4,0,32,174,8,0,32,174,12,0,32,166, | ||
7861 | 33,16,0,0,32,0,191,143,28,0,179,143, | ||
7862 | 24,0,178,143,20,0,177,143,16,0,176,143, | ||
7863 | 8,0,224,3,40,0,189,39,232,255,189,39, | ||
7864 | 20,0,191,175,16,0,176,175,33,128,128,0, | ||
7865 | 0,0,2,150,0,0,0,0,1,0,66,48, | ||
7866 | 7,0,64,16,0,0,0,0,4,0,4,142, | ||
7867 | 0,0,0,0,3,0,128,16,0,0,0,0, | ||
7868 | 61,50,192,12,0,0,0,0,0,0,0,166, | ||
7869 | 8,0,0,174,4,0,0,174,12,0,0,166, | ||
7870 | 20,0,191,143,16,0,176,143,8,0,224,3, | ||
7871 | 24,0,189,39,224,255,189,39,24,0,191,175, | ||
7872 | 20,0,177,175,16,0,176,175,33,128,128,0, | ||
7873 | 8,0,163,140,4,0,162,140,0,0,0,0, | ||
7874 | 35,136,98,0,255,255,35,50,12,0,2,150, | ||
7875 | 0,0,0,0,43,16,67,0,4,0,64,16, | ||
7876 | 255,255,38,50,12,0,17,150,0,0,0,0, | ||
7877 | 255,255,38,50,6,0,192,16,255,255,34,50, | ||
7878 | 8,0,4,142,4,0,165,140,80,68,192,12, | ||
7879 | 0,0,0,0,255,255,34,50,8,0,3,142, | ||
7880 | 0,0,0,0,33,16,67,0,8,0,2,174, | ||
7881 | 12,0,2,150,0,0,0,0,35,16,81,0, | ||
7882 | 12,0,2,166,24,0,191,143,20,0,177,143, | ||
7883 | 16,0,176,143,8,0,224,3,32,0,189,39, | ||
7884 | 1,0,2,36,23,0,194,16,2,0,194,40, | ||
7885 | 5,0,64,16,2,0,2,36,7,0,192,16, | ||
7886 | 255,255,2,36,132,92,192,8,0,0,0,0, | ||
7887 | 23,0,194,16,255,255,2,36,132,92,192,8, | ||
7888 | 0,0,0,0,255,255,162,48,4,0,131,140, | ||
7889 | 0,0,0,0,33,48,67,0,8,0,130,140, | ||
7890 | 0,0,0,0,35,16,67,0,12,0,131,148, | ||
7891 | 0,0,0,0,33,16,67,0,124,92,192,8, | ||
7892 | 35,40,69,0,255,255,162,48,8,0,131,140, | ||
7893 | 0,0,0,0,33,48,67,0,12,0,130,148, | ||
7894 | 0,0,0,0,124,92,192,8,35,40,69,0, | ||
7895 | 12,0,130,148,8,0,131,140,0,0,0,0, | ||
7896 | 33,48,67,0,255,255,162,48,35,48,194,0, | ||
7897 | 4,0,130,140,0,0,0,0,43,16,194,0, | ||
7898 | 4,0,64,20,255,255,2,36,8,0,134,172, | ||
7899 | 12,0,133,164,33,16,0,0,8,0,224,3, | ||
7900 | 0,0,0,0,216,255,189,39,32,0,191,175, | ||
7901 | 28,0,179,175,24,0,178,175,20,0,177,175, | ||
7902 | 16,0,176,175,33,128,128,0,33,152,160,0, | ||
7903 | 8,0,3,142,4,0,2,142,0,0,0,0, | ||
7904 | 35,144,98,0,255,255,66,50,12,0,3,150, | ||
7905 | 0,0,0,0,33,16,67,0,255,255,99,50, | ||
7906 | 42,16,67,0,35,0,64,16,1,0,2,36, | ||
7907 | 0,0,3,150,0,0,0,0,32,0,98,20, | ||
7908 | 255,255,2,36,9,50,192,12,255,255,100,50, | ||
7909 | 33,136,64,0,3,0,32,22,255,255,70,50, | ||
7910 | 189,92,192,8,255,255,2,36,5,0,192,16, | ||
7911 | 0,0,0,0,4,0,5,142,0,0,0,0, | ||
7912 | 80,68,192,12,33,32,32,2,0,0,2,150, | ||
7913 | 0,0,0,0,1,0,66,48,7,0,64,16, | ||
7914 | 0,0,0,0,4,0,4,142,0,0,0,0, | ||
7915 | 3,0,128,16,0,0,0,0,61,50,192,12, | ||
7916 | 0,0,0,0,4,0,17,174,255,255,66,50, | ||
7917 | 33,16,34,2,8,0,2,174,35,16,114,2, | ||
7918 | 12,0,2,166,33,16,0,0,32,0,191,143, | ||
7919 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
7920 | 16,0,176,143,8,0,224,3,40,0,189,39, | ||
7921 | 216,255,189,39,32,0,191,175,28,0,179,175, | ||
7922 | 24,0,178,175,20,0,177,175,16,0,176,175, | ||
7923 | 33,128,128,0,33,136,192,0,255,255,36,50, | ||
7924 | 35,0,128,16,33,152,160,0,8,0,2,142, | ||
7925 | 4,0,3,142,0,0,0,0,35,16,67,0, | ||
7926 | 255,255,66,48,12,0,3,150,0,0,0,0, | ||
7927 | 33,16,67,0,42,16,68,0,20,0,64,16, | ||
7928 | 0,0,0,0,9,50,192,12,0,0,0,0, | ||
7929 | 33,144,64,0,24,0,64,18,255,255,2,36, | ||
7930 | 0,0,2,150,0,0,0,0,1,0,66,48, | ||
7931 | 8,0,64,16,1,0,2,36,4,0,4,142, | ||
7932 | 0,0,0,0,4,0,128,16,0,0,0,0, | ||
7933 | 61,50,192,12,0,0,0,0,1,0,2,36, | ||
7934 | 0,0,2,166,4,0,18,174,4,0,4,142, | ||
7935 | 33,40,96,2,80,68,192,12,255,255,38,50, | ||
7936 | 33,32,0,2,255,255,37,50,85,92,192,12, | ||
7937 | 33,48,0,0,33,16,0,0,32,0,191,143, | ||
7938 | 28,0,179,143,24,0,178,143,20,0,177,143, | ||
7939 | 16,0,176,143,8,0,224,3,40,0,189,39, | ||
7940 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
7941 | 184,255,189,39,64,0,191,175,60,0,183,175, | ||
7942 | 56,0,182,175,52,0,181,175,48,0,180,175, | ||
7943 | 44,0,179,175,40,0,178,175,36,0,177,175, | ||
7944 | 32,0,176,175,33,144,128,0,112,0,84,142, | ||
7945 | 0,0,0,0,92,0,128,18,1,0,2,36, | ||
7946 | 108,0,81,142,0,0,0,0,88,0,32,18, | ||
7947 | 0,0,0,0,96,0,87,38,136,0,66,174, | ||
7948 | 140,0,64,174,96,0,64,174,100,0,64,174, | ||
7949 | 224,83,192,12,33,32,32,2,33,168,64,0, | ||
7950 | 25,0,160,18,33,128,160,2,108,0,66,142, | ||
7951 | 0,0,0,0,124,0,66,174,128,0,84,174, | ||
7952 | 108,0,81,174,112,0,85,174,29,0,32,26, | ||
7953 | 33,152,0,0,255,255,22,36,33,32,0,2, | ||
7954 | 8,0,133,38,33,48,64,2,170,72,192,12, | ||
7955 | 1,0,7,36,10,0,86,16,33,32,64,2, | ||
7956 | 14,0,64,20,0,0,0,0,64,0,66,142, | ||
7957 | 0,0,0,0,10,0,64,20,2,0,5,36, | ||
7958 | 56,93,192,8,1,0,102,38,33,32,64,2, | ||
7959 | 5,0,5,36,33,48,0,0,140,84,192,12, | ||
7960 | 0,0,0,0,107,93,192,8,1,0,2,36, | ||
7961 | 1,0,115,38,68,0,16,38,42,16,113,2, | ||
7962 | 230,255,64,20,68,0,148,38,40,0,32,18, | ||
7963 | 33,128,160,2,17,0,2,146,0,0,0,0, | ||
7964 | 34,0,66,48,32,0,64,20,0,0,0,0, | ||
7965 | 36,0,2,142,16,0,176,175,16,0,66,140, | ||
7966 | 24,0,4,142,28,0,5,142,32,0,6,142, | ||
7967 | 0,0,0,0,9,248,64,0,33,56,64,2, | ||
7968 | 17,0,2,146,0,0,0,0,32,0,66,52, | ||
7969 | 17,0,2,162,0,0,226,142,0,0,0,0, | ||
7970 | 15,0,64,16,0,0,0,0,255,255,49,38, | ||
7971 | 15,0,32,18,68,0,16,38,17,0,3,146, | ||
7972 | 0,0,0,0,32,0,98,48,2,0,64,20, | ||
7973 | 34,0,98,52,17,0,2,162,255,255,49,38, | ||
7974 | 248,255,32,22,68,0,16,38,107,93,192,8, | ||
7975 | 33,16,0,0,255,255,49,38,218,255,32,22, | ||
7976 | 68,0,16,38,33,16,0,0,64,0,191,143, | ||
7977 | 60,0,183,143,56,0,182,143,52,0,181,143, | ||
7978 | 48,0,180,143,44,0,179,143,40,0,178,143, | ||
7979 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
7980 | 72,0,189,39,168,255,189,39,80,0,191,175, | ||
7981 | 76,0,183,175,72,0,182,175,68,0,181,175, | ||
7982 | 64,0,180,175,60,0,179,175,56,0,178,175, | ||
7983 | 52,0,177,175,48,0,176,175,33,144,128,0, | ||
7984 | 96,0,66,142,0,0,0,0,3,0,64,16, | ||
7985 | 33,32,0,0,240,93,192,8,255,255,2,36, | ||
7986 | 116,0,66,142,0,0,0,0,7,0,64,16, | ||
7987 | 104,0,67,38,12,0,99,140,0,0,0,0, | ||
7988 | 12,0,98,140,0,0,0,0,251,255,64,20, | ||
7989 | 0,0,0,0,8,0,116,140,0,0,0,0, | ||
7990 | 92,0,128,18,33,16,0,0,4,0,115,140, | ||
7991 | 0,0,0,0,88,0,96,18,0,0,0,0, | ||
7992 | 64,0,66,142,0,0,0,0,55,0,64,20, | ||
7993 | 0,0,0,0,33,128,128,2,52,0,96,26, | ||
7994 | 33,136,0,0,255,255,23,36,2,0,22,36, | ||
7995 | 5,0,21,36,17,0,2,146,0,0,0,0, | ||
7996 | 16,0,66,48,40,0,64,16,24,0,165,39, | ||
7997 | 8,0,3,142,28,0,2,142,0,0,0,0, | ||
7998 | 35,24,98,0,24,0,163,175,12,0,2,142, | ||
7999 | 0,0,0,0,28,0,162,175,128,24,3,0, | ||
8000 | 33,24,98,0,252,255,98,140,0,0,0,0, | ||
8001 | 1,0,66,36,252,255,98,172,12,0,0,174, | ||
8002 | 8,0,0,174,33,32,0,2,33,48,64,2, | ||
8003 | 170,72,192,12,1,0,7,36,6,0,87,16, | ||
8004 | 0,0,0,0,9,0,64,20,1,0,34,38, | ||
8005 | 96,0,86,174,196,93,192,8,100,0,66,174, | ||
8006 | 96,0,85,174,110,86,192,12,24,0,164,39, | ||
8007 | 240,93,192,8,255,255,2,36,110,86,192,12, | ||
8008 | 24,0,164,39,17,0,2,146,0,0,0,0, | ||
8009 | 12,0,66,48,17,0,2,162,1,0,4,36, | ||
8010 | 1,0,49,38,42,16,51,2,209,255,64,20, | ||
8011 | 68,0,16,38,27,0,128,16,33,128,128,2, | ||
8012 | 23,0,96,26,33,136,0,0,17,0,2,146, | ||
8013 | 0,0,0,0,34,0,66,48,14,0,64,20, | ||
8014 | 0,0,0,0,36,0,2,142,16,0,176,175, | ||
8015 | 16,0,66,140,24,0,4,142,28,0,5,142, | ||
8016 | 32,0,6,142,0,0,0,0,9,248,64,0, | ||
8017 | 33,56,64,2,17,0,2,146,0,0,0,0, | ||
8018 | 32,0,66,52,17,0,2,162,1,0,49,38, | ||
8019 | 42,16,51,2,235,255,64,20,68,0,16,38, | ||
8020 | 240,93,192,8,1,0,2,36,33,16,0,0, | ||
8021 | 80,0,191,143,76,0,183,143,72,0,182,143, | ||
8022 | 68,0,181,143,64,0,180,143,60,0,179,143, | ||
8023 | 56,0,178,143,52,0,177,143,48,0,176,143, | ||
8024 | 8,0,224,3,88,0,189,39,0,0,0,0, | ||
8025 | 200,255,189,39,48,0,191,175,44,0,179,175, | ||
8026 | 40,0,178,175,36,0,177,175,32,0,176,175, | ||
8027 | 33,144,128,0,96,0,64,174,100,0,64,174, | ||
8028 | 112,0,80,142,0,0,0,0,105,0,0,18, | ||
8029 | 33,16,0,0,108,0,81,142,0,0,0,0, | ||
8030 | 101,0,32,18,0,0,0,0,64,0,66,142, | ||
8031 | 0,0,0,0,43,0,64,20,33,32,64,2, | ||
8032 | 50,0,32,26,33,152,0,0,33,32,0,2, | ||
8033 | 33,40,64,2,96,72,192,12,1,0,6,36, | ||
8034 | 13,0,64,20,33,32,64,2,20,0,2,150, | ||
8035 | 0,0,0,0,1,0,66,48,34,0,64,16, | ||
8036 | 2,0,5,36,36,0,2,142,0,0,0,0, | ||
8037 | 3,0,66,144,0,0,0,0,2,0,66,48, | ||
8038 | 3,0,64,20,0,0,0,0,63,94,192,8, | ||
8039 | 2,0,5,36,36,0,2,142,0,0,0,0, | ||
8040 | 32,0,66,140,4,0,67,142,0,0,0,0, | ||
8041 | 36,16,67,0,16,0,64,16,33,32,64,2, | ||
8042 | 36,0,2,142,16,0,3,146,2,0,66,144, | ||
8043 | 0,0,0,0,11,0,98,20,3,0,5,36, | ||
8044 | 1,0,115,38,42,16,113,2,219,255,64,20, | ||
8045 | 68,0,16,38,69,94,192,8,96,0,83,38, | ||
8046 | 5,0,5,36,64,94,192,8,33,48,0,0, | ||
8047 | 2,0,5,36,1,0,102,38,140,84,192,12, | ||
8048 | 0,0,0,0,113,94,192,8,1,0,2,36, | ||
8049 | 96,0,83,38,112,0,80,142,0,0,0,0, | ||
8050 | 41,0,32,18,33,16,0,0,17,0,2,146, | ||
8051 | 0,0,0,0,17,0,66,48,32,0,64,20, | ||
8052 | 0,0,0,0,36,0,2,142,16,0,176,175, | ||
8053 | 4,0,66,140,24,0,4,142,28,0,5,142, | ||
8054 | 32,0,6,142,0,0,0,0,9,248,64,0, | ||
8055 | 33,56,64,2,17,0,2,146,0,0,0,0, | ||
8056 | 16,0,66,52,17,0,2,162,0,0,98,142, | ||
8057 | 0,0,0,0,15,0,64,16,0,0,0,0, | ||
8058 | 255,255,49,38,15,0,32,18,68,0,16,38, | ||
8059 | 17,0,3,146,0,0,0,0,16,0,98,48, | ||
8060 | 2,0,64,20,17,0,98,52,17,0,2,162, | ||
8061 | 255,255,49,38,248,255,32,22,68,0,16,38, | ||
8062 | 113,94,192,8,33,16,0,0,255,255,49,38, | ||
8063 | 218,255,32,22,68,0,16,38,33,16,0,0, | ||
8064 | 48,0,191,143,44,0,179,143,40,0,178,143, | ||
8065 | 36,0,177,143,32,0,176,143,8,0,224,3, | ||
8066 | 56,0,189,39,192,255,189,39,56,0,191,175, | ||
8067 | 52,0,183,175,48,0,182,175,44,0,181,175, | ||
8068 | 40,0,180,175,36,0,179,175,32,0,178,175, | ||
8069 | 28,0,177,175,24,0,176,175,33,144,128,0, | ||
8070 | 112,0,84,142,0,0,0,0,171,0,128,18, | ||
8071 | 33,16,0,0,108,0,85,142,0,0,0,0, | ||
8072 | 166,0,160,18,32,0,2,36,56,0,67,146, | ||
8073 | 0,0,0,0,75,0,98,16,96,0,83,38, | ||
8074 | 33,0,98,40,5,0,64,16,64,0,2,36, | ||
8075 | 9,0,96,16,33,16,0,0,49,95,192,8, | ||
8076 | 0,0,0,0,85,0,98,16,128,0,2,36, | ||
8077 | 137,0,98,16,33,16,0,0,49,95,192,8, | ||
8078 | 0,0,0,0,33,136,160,2,8,0,32,18, | ||
8079 | 33,128,128,2,17,0,2,146,0,0,0,0, | ||
8080 | 1,0,66,48,139,0,64,16,255,255,49,38, | ||
8081 | 250,255,32,22,68,0,16,38,0,0,98,142, | ||
8082 | 0,0,0,0,136,0,64,20,33,16,0,0, | ||
8083 | 33,136,160,2,43,0,32,18,33,128,128,2, | ||
8084 | 14,0,22,36,64,0,23,36,17,0,2,146, | ||
8085 | 0,0,0,0,34,0,66,48,33,0,64,20, | ||
8086 | 0,0,0,0,36,0,2,142,16,0,176,175, | ||
8087 | 12,0,66,140,24,0,4,142,28,0,5,142, | ||
8088 | 32,0,6,142,0,0,0,0,9,248,64,0, | ||
8089 | 33,56,64,2,17,0,2,146,0,0,0,0, | ||
8090 | 32,0,66,52,17,0,2,162,0,0,98,142, | ||
8091 | 0,0,0,0,16,0,64,16,0,0,0,0, | ||
8092 | 255,255,49,38,10,0,32,18,68,0,16,38, | ||
8093 | 17,0,3,146,0,0,0,0,32,0,98,48, | ||
8094 | 2,0,64,20,192,0,98,52,17,0,2,162, | ||
8095 | 255,255,49,38,248,255,32,22,68,0,16,38, | ||
8096 | 0,0,118,174,236,94,192,8,56,0,87,162, | ||
8097 | 255,255,49,38,217,255,32,22,68,0,16,38, | ||
8098 | 32,0,2,36,56,0,66,162,0,0,98,142, | ||
8099 | 0,0,0,0,13,0,64,20,64,0,2,36, | ||
8100 | 33,136,160,2,81,0,32,18,33,128,128,2, | ||
8101 | 17,0,2,146,0,0,0,0,2,0,66,48, | ||
8102 | 74,0,64,16,255,255,49,38,250,255,32,22, | ||
8103 | 68,0,16,38,49,95,192,8,33,16,0,0, | ||
8104 | 56,0,66,162,14,0,2,36,0,0,98,174, | ||
8105 | 33,136,160,2,53,0,32,18,33,128,128,2, | ||
8106 | 2,0,23,36,15,0,22,36,17,0,2,146, | ||
8107 | 0,0,0,0,194,0,66,48,5,0,64,16, | ||
8108 | 0,0,0,0,19,0,87,16,0,0,0,0, | ||
8109 | 32,95,192,8,255,255,49,38,64,0,2,142, | ||
8110 | 0,0,0,0,34,0,64,16,0,0,0,0, | ||
8111 | 16,0,176,175,64,0,2,142,24,0,4,142, | ||
8112 | 28,0,5,142,32,0,6,142,0,0,0,0, | ||
8113 | 9,248,64,0,33,56,64,2,17,0,2,146, | ||
8114 | 0,0,0,0,30,95,192,8,64,0,66,52, | ||
8115 | 64,0,2,142,0,0,0,0,13,0,64,16, | ||
8116 | 0,0,0,0,16,0,176,175,64,0,2,142, | ||
8117 | 24,0,4,142,28,0,5,142,32,0,6,142, | ||
8118 | 0,0,0,0,9,248,64,0,33,56,64,2, | ||
8119 | 17,0,2,146,0,0,0,0,30,95,192,8, | ||
8120 | 64,0,66,52,0,0,118,174,17,0,2,146, | ||
8121 | 0,0,0,0,128,0,66,52,17,0,2,162, | ||
8122 | 255,255,49,38,208,255,32,22,68,0,16,38, | ||
8123 | 33,136,160,2,12,0,32,18,33,128,128,2, | ||
8124 | 17,0,2,146,0,0,0,0,128,0,66,48, | ||
8125 | 5,0,64,16,255,255,49,38,250,255,32,22, | ||
8126 | 68,0,16,38,49,95,192,8,33,16,0,0, | ||
8127 | 49,95,192,8,1,0,2,36,33,16,0,0, | ||
8128 | 56,0,191,143,52,0,183,143,48,0,182,143, | ||
8129 | 44,0,181,143,40,0,180,143,36,0,179,143, | ||
8130 | 32,0,178,143,28,0,177,143,24,0,176,143, | ||
8131 | 8,0,224,3,64,0,189,39,184,255,189,39, | ||
8132 | 64,0,191,175,60,0,183,175,56,0,182,175, | ||
8133 | 52,0,181,175,48,0,180,175,44,0,179,175, | ||
8134 | 40,0,178,175,36,0,177,175,32,0,176,175, | ||
8135 | 33,160,128,0,112,0,147,142,0,0,0,0, | ||
8136 | 129,0,96,18,33,16,0,0,108,0,146,142, | ||
8137 | 0,0,0,0,125,0,64,18,96,0,151,38, | ||
8138 | 96,0,128,174,100,0,128,174,224,83,192,12, | ||
8139 | 33,32,64,2,33,168,64,0,5,0,160,22, | ||
8140 | 33,136,64,2,33,32,128,2,5,0,5,36, | ||
8141 | 123,95,192,8,33,48,0,0,36,0,64,18, | ||
8142 | 33,128,160,2,5,0,22,36,16,0,22,162, | ||
8143 | 8,0,100,142,12,0,101,142,0,0,0,0, | ||
8144 | 80,86,192,12,8,0,6,38,5,0,64,20, | ||
8145 | 0,0,0,0,255,255,49,38,68,0,115,38, | ||
8146 | 245,255,32,22,68,0,16,38,21,0,32,18, | ||
8147 | 42,16,50,2,7,0,64,16,33,128,160,2, | ||
8148 | 59,84,192,12,33,32,0,2,1,0,49,38, | ||
8149 | 42,16,50,2,251,255,64,20,68,0,16,38, | ||
8150 | 61,50,192,12,33,32,160,2,33,32,128,2, | ||
8151 | 5,0,5,36,123,95,192,8,33,48,0,0, | ||
8152 | 2,0,5,36,1,0,38,38,140,84,192,12, | ||
8153 | 0,0,0,0,203,95,192,8,1,0,2,36, | ||
8154 | 124,0,146,174,112,0,130,142,0,0,0,0, | ||
8155 | 128,0,130,174,112,0,149,174,33,128,160,2, | ||
8156 | 27,0,64,26,33,136,0,0,33,32,0,2, | ||
8157 | 33,40,128,2,96,72,192,12,1,0,6,36, | ||
8158 | 13,0,64,20,0,0,0,0,20,0,2,150, | ||
8159 | 0,0,0,0,1,0,66,48,8,0,64,16, | ||
8160 | 0,0,0,0,36,0,2,142,0,0,0,0, | ||
8161 | 3,0,66,144,0,0,0,0,1,0,66,48, | ||
8162 | 5,0,64,20,0,0,0,0,64,0,130,142, | ||
8163 | 0,0,0,0,221,255,64,16,33,32,128,2, | ||
8164 | 1,0,49,38,42,16,50,2,231,255,64,20, | ||
8165 | 68,0,16,38,40,0,64,18,33,128,160,2, | ||
8166 | 17,0,2,146,0,0,0,0,34,0,66,48, | ||
8167 | 32,0,64,20,0,0,0,0,36,0,2,142, | ||
8168 | 16,0,176,175,8,0,66,140,24,0,4,142, | ||
8169 | 28,0,5,142,32,0,6,142,0,0,0,0, | ||
8170 | 9,248,64,0,33,56,128,2,17,0,2,146, | ||
8171 | 0,0,0,0,32,0,66,52,17,0,2,162, | ||
8172 | 0,0,226,142,0,0,0,0,15,0,64,16, | ||
8173 | 0,0,0,0,255,255,82,38,15,0,64,18, | ||
8174 | 68,0,16,38,17,0,3,146,0,0,0,0, | ||
8175 | 32,0,98,48,2,0,64,20,34,0,98,52, | ||
8176 | 17,0,2,162,255,255,82,38,248,255,64,22, | ||
8177 | 68,0,16,38,203,95,192,8,33,16,0,0, | ||
8178 | 255,255,82,38,218,255,64,22,68,0,16,38, | ||
8179 | 33,16,0,0,64,0,191,143,60,0,183,143, | ||
8180 | 56,0,182,143,52,0,181,143,48,0,180,143, | ||
8181 | 44,0,179,143,40,0,178,143,36,0,177,143, | ||
8182 | 32,0,176,143,8,0,224,3,72,0,189,39, | ||
8183 | 0,0,0,0,0,0,0,0,37,115,58,37, | ||
8184 | 100,58,32,102,97,105,108,101,100,32,97,115, | ||
8185 | 115,101,114,116,105,111,110,32,96,37,115,39, | ||
8186 | 10,0,0,0,114,97,109,116,101,115,116,100, | ||
8187 | 119,40,98,99,46,98,99,95,104,101,97,112, | ||
8188 | 115,116,97,114,116,44,32,108,101,110,44,32, | ||
8189 | 49,44,32,48,44,32,48,41,32,61,61,32, | ||
8190 | 48,0,0,0,98,99,46,98,99,95,104,101, | ||
8191 | 97,112,101,110,100,32,60,61,32,98,99,46, | ||
8192 | 98,99,95,114,97,109,101,110,100,0,0,0, | ||
8193 | 35,32,112,111,114,116,115,58,32,37,100,10, | ||
8194 | 0,0,0,0,42,42,42,80,114,111,102,105, | ||
8195 | 108,105,110,103,32,64,32,37,120,44,32,37, | ||
8196 | 120,10,0,0,103,111,116,32,104,101,114,101, | ||
8197 | 32,99,97,117,115,101,61,37,120,32,115,116, | ||
8198 | 97,116,117,115,61,37,120,32,118,101,99,61, | ||
8199 | 37,120,10,0,37,115,58,37,100,58,32,102, | ||
8200 | 97,105,108,101,100,32,97,115,115,101,114,116, | ||
8201 | 105,111,110,32,96,37,115,39,10,0,0,0, | ||
8202 | 83,101,99,111,110,100,115,32,60,32,48,120, | ||
8203 | 55,70,70,70,102,102,102,102,0,0,0,0, | ||
8204 | 84,105,109,101,114,115,85,115,101,100,32,60, | ||
8205 | 32,78,84,73,77,69,82,83,0,0,0,0, | ||
8206 | 0,0,0,0,69,69,80,82,79,77,32,105, | ||
8207 | 115,32,98,97,100,10,0,0,80,111,114,116, | ||
8208 | 32,37,100,32,101,116,104,101,114,32,97,100, | ||
8209 | 100,114,101,115,115,58,32,37,48,50,88,58, | ||
8210 | 37,48,50,88,58,37,48,50,88,58,37,48, | ||
8211 | 50,88,58,37,48,50,88,58,37,48,50,88, | ||
8212 | 10,0,0,0,35,35,35,32,56,50,53,57, | ||
8213 | 54,32,67,104,97,110,32,37,100,58,32,115, | ||
8214 | 101,108,102,116,101,115,116,32,102,97,105,108, | ||
8215 | 101,100,32,40,37,120,41,10,0,0,0,0, | ||
8216 | 42,42,42,32,56,50,53,57,54,32,80,111, | ||
8217 | 114,116,32,37,100,58,32,115,101,108,102,116, | ||
8218 | 101,115,116,32,112,97,115,115,101,100,10,0, | ||
8219 | 56,50,53,57,54,32,80,111,114,116,32,37, | ||
8220 | 100,58,32,100,117,109,112,32,102,97,105,108, | ||
8221 | 101,100,32,40,37,120,41,10,0,0,0,0, | ||
8222 | 42,42,42,32,56,50,53,57,54,32,80,111, | ||
8223 | 114,116,32,37,100,58,32,100,117,109,112,32, | ||
8224 | 112,97,115,115,101,100,10,0,35,35,35,32, | ||
8225 | 56,50,53,57,54,32,80,111,114,116,32,37, | ||
8226 | 100,58,32,83,67,80,32,102,101,116,99,104, | ||
8227 | 32,102,97,105,108,101,100,10,0,0,0,0, | ||
8228 | 42,42,42,32,56,50,53,57,54,32,80,111, | ||
8229 | 114,116,32,37,100,58,32,83,67,80,32,102, | ||
8230 | 101,116,99,104,32,112,97,115,115,101,100,32, | ||
8231 | 37,120,32,10,0,0,0,0,35,35,35,32, | ||
8232 | 56,50,53,57,54,32,80,111,114,116,32,37, | ||
8233 | 100,58,32,66,85,83,84,73,77,69,82,83, | ||
8234 | 32,108,111,97,100,32,102,97,105,108,101,100, | ||
8235 | 10,0,0,0,42,42,42,32,56,50,53,57, | ||
8236 | 54,32,80,111,114,116,32,37,100,58,32,66, | ||
8237 | 85,83,84,73,77,69,82,83,32,108,111,97, | ||
8238 | 100,32,112,97,115,115,101,100,10,0,0,0, | ||
8239 | 35,35,35,32,65,67,75,32,100,105,100,32, | ||
8240 | 110,111,116,32,111,99,99,117,114,10,0,0, | ||
8241 | 35,35,35,32,115,116,97,116,117,115,32,115, | ||
8242 | 116,105,108,108,32,98,117,115,121,58,32,37, | ||
8243 | 120,10,0,0,101,116,104,95,105,110,105,116, | ||
8244 | 46,99,0,0,42,42,42,76,49,87,65,10, | ||
8245 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
8246 | 0,0,0,0,35,35,35,32,84,66,68,32, | ||
8247 | 98,108,111,99,107,115,32,97,114,101,110,39, | ||
8248 | 116,32,98,101,105,110,103,32,102,114,101,101, | ||
8249 | 100,10,0,0,65,116,116,101,109,112,116,32, | ||
8250 | 116,111,32,102,114,101,101,32,98,111,103,117, | ||
8251 | 115,32,84,66,68,32,37,120,10,0,0,0, | ||
8252 | 35,35,35,32,66,85,70,32,98,108,111,99, | ||
8253 | 107,115,32,97,114,101,110,39,116,32,98,101, | ||
8254 | 105,110,103,32,102,114,101,101,100,10,0,0, | ||
8255 | 65,116,116,101,109,112,116,32,116,111,32,102, | ||
8256 | 114,101,101,32,98,111,103,117,115,32,66,85, | ||
8257 | 70,32,37,120,10,0,0,0,0,0,0,0, | ||
8258 | 0,0,0,0,82,70,68,115,32,37,100,32, | ||
8259 | 10,0,0,0,82,66,68,115,32,37,100,32, | ||
8260 | 10,0,0,0,37,115,58,37,100,58,32,102, | ||
8261 | 97,105,108,101,100,32,97,115,115,101,114,116, | ||
8262 | 105,111,110,32,96,37,115,39,10,0,0,0, | ||
8263 | 101,116,104,95,114,99,118,46,99,0,0,0, | ||
8264 | 100,115,116,99,104,97,110,32,62,61,32,49, | ||
8265 | 32,38,38,32,100,115,116,99,104,97,110,32, | ||
8266 | 60,32,78,99,104,97,110,0,37,115,37,48, | ||
8267 | 50,88,58,37,48,50,88,58,37,48,50,88, | ||
8268 | 58,37,48,50,88,58,37,48,50,88,58,37, | ||
8269 | 48,50,88,37,115,0,0,0,176,72,0,131, | ||
8270 | 80,67,0,131,164,67,0,131,24,68,0,131, | ||
8271 | 80,67,0,131,0,0,0,0,4,82,0,131, | ||
8272 | 184,76,0,131,12,77,0,131,128,77,0,131, | ||
8273 | 184,76,0,131,0,0,0,0,0,0,0,0, | ||
8274 | 0,0,0,0,37,115,58,37,100,58,32,102, | ||
8275 | 97,105,108,101,100,32,97,115,115,101,114,116, | ||
8276 | 105,111,110,32,96,37,115,39,10,0,0,0, | ||
8277 | 101,116,104,95,120,109,105,116,46,99,0,0, | ||
8278 | 99,98,112,45,62,110,111,112,46,99,109,100, | ||
8279 | 32,61,61,32,73,53,57,54,95,67,66,95, | ||
8280 | 67,77,68,95,78,79,80,124,73,53,57,54, | ||
8281 | 95,67,66,95,67,77,68,95,69,76,0,0, | ||
8282 | 99,98,112,45,62,110,111,112,46,99,109,100, | ||
8283 | 32,38,32,73,53,57,54,95,67,66,95,67, | ||
8284 | 77,68,0,0,112,45,62,115,99,98,112,45, | ||
8285 | 62,115,116,97,116,117,115,32,38,32,73,53, | ||
8286 | 57,54,95,83,67,66,95,67,78,65,0,0, | ||
8287 | 35,35,35,32,99,109,100,32,115,116,105,108, | ||
8288 | 108,32,98,117,115,121,58,32,37,120,10,0, | ||
8289 | 37,100,61,37,100,44,37,120,44,37,100,10, | ||
8290 | 0,0,0,0,39,37,115,39,32,37,120,32, | ||
8291 | 37,120,10,0,37,48,56,120,58,32,37,48, | ||
8292 | 50,120,10,0,37,48,56,120,58,32,37,48, | ||
8293 | 52,120,10,0,37,48,56,120,58,32,37,48, | ||
8294 | 56,120,10,0,108,105,110,107,32,115,116,97, | ||
8295 | 116,101,32,37,48,50,120,10,0,0,0,0, | ||
8296 | 42,42,42,32,103,111,116,32,37,100,32,105, | ||
8297 | 110,116,101,114,114,117,112,116,115,10,0,0, | ||
8298 | 35,35,35,32,69,120,112,101,99,116,101,100, | ||
8299 | 32,37,100,32,98,117,116,32,103,111,116,32, | ||
8300 | 37,100,32,105,110,116,101,114,114,117,112,116, | ||
8301 | 115,10,0,0,80,76,88,57,48,54,48,32, | ||
8302 | 65,100,100,114,101,115,115,32,61,32,37,88, | ||
8303 | 32,68,65,84,65,32,61,32,37,88,32,10, | ||
8304 | 0,0,0,0,42,42,42,32,87,114,105,116, | ||
8305 | 101,32,111,102,32,37,120,32,116,111,32,37, | ||
8306 | 100,32,102,97,105,108,101,100,10,0,0,0, | ||
8307 | 42,42,42,32,87,114,105,116,101,32,111,102, | ||
8308 | 32,37,120,32,116,111,32,37,120,32,102,97, | ||
8309 | 105,108,101,100,10,0,0,0,42,42,42,42, | ||
8310 | 42,42,42,42,42,42,42,42,42,42,42,42, | ||
8311 | 0,0,0,0,42,42,42,32,73,108,108,101, | ||
8312 | 103,97,108,32,99,111,109,109,97,110,100,32, | ||
8313 | 39,37,115,39,10,0,0,0,45,45,45,32, | ||
8314 | 99,111,109,109,97,110,100,115,32,109,44,116, | ||
8315 | 44,101,44,69,44,97,44,120,44,108,44,115, | ||
8316 | 44,112,32,99,97,110,32,98,101,32,112,114, | ||
8317 | 101,102,105,120,101,100,32,119,105,116,104,32, | ||
8318 | 97,32,114,101,112,101,97,116,32,99,111,117, | ||
8319 | 110,116,0,0,108,32,120,112,111,114,116,32, | ||
8320 | 114,112,111,114,116,32,91,108,101,110,93,32, | ||
8321 | 32,32,32,32,32,32,32,32,32,76,111,111, | ||
8322 | 112,98,97,99,107,32,116,101,115,116,32,102, | ||
8323 | 114,111,109,32,120,112,111,114,116,32,40,49, | ||
8324 | 45,54,41,32,116,111,32,114,112,111,114,116, | ||
8325 | 32,40,49,45,54,41,0,0,105,32,32,32, | ||
8326 | 32,32,32,32,32,32,73,110,116,101,114,114, | ||
8327 | 117,112,116,32,72,111,115,116,32,32,124,32, | ||
8328 | 32,115,32,91,112,111,114,116,93,32,91,108, | ||
8329 | 101,110,93,32,66,97,99,107,50,98,97,99, | ||
8330 | 107,32,120,109,105,116,32,99,110,116,32,112, | ||
8331 | 97,99,107,101,116,115,0,0,80,32,32,32, | ||
8332 | 32,32,32,32,32,32,84,101,115,116,32,80, | ||
8333 | 76,88,32,57,48,54,48,32,32,32,124,32, | ||
8334 | 32,100,32,91,114,124,119,124,108,124,116,93, | ||
8335 | 32,91,118,97,108,124,39,99,39,93,32,32, | ||
8336 | 82,101,97,100,47,87,114,105,116,101,47,76, | ||
8337 | 111,111,112,47,84,105,109,101,32,68,77,65, | ||
8338 | 0,0,0,0,76,32,32,32,32,32,32,32, | ||
8339 | 32,32,82,101,97,100,32,76,105,110,107,32, | ||
8340 | 76,69,68,115,32,32,124,32,32,112,32,114, | ||
8341 | 101,103,110,111,32,91,118,97,108,93,32,32, | ||
8342 | 82,101,97,100,47,91,119,114,105,116,101,93, | ||
8343 | 32,80,76,88,32,114,101,103,105,115,116,101, | ||
8344 | 114,0,0,0,65,32,97,100,100,114,32,32, | ||
8345 | 32,32,83,101,116,32,101,116,104,101,114,32, | ||
8346 | 97,100,100,114,32,32,124,32,32,36,32,115, | ||
8347 | 99,114,105,112,116,32,32,32,32,32,32,32, | ||
8348 | 82,101,97,100,32,99,109,100,115,32,102,114, | ||
8349 | 111,109,32,102,105,108,101,32,39,115,99,114, | ||
8350 | 105,112,116,39,0,0,0,0,120,32,91,112, | ||
8351 | 111,114,116,93,32,32,84,120,32,101,116,104, | ||
8352 | 101,114,32,32,32,32,32,32,32,32,124,32, | ||
8353 | 32,82,32,91,112,111,114,116,93,32,32,32, | ||
8354 | 32,32,32,32,82,120,32,101,116,104,101,114, | ||
8355 | 32,91,111,110,32,112,111,114,116,32,49,45, | ||
8356 | 54,93,0,0,72,32,32,32,32,32,32,32, | ||
8357 | 32,32,84,111,103,103,108,101,32,70,67,67, | ||
8358 | 32,116,101,115,116,32,124,32,32,113,44,94, | ||
8359 | 68,44,94,90,32,32,32,32,32,32,32,32, | ||
8360 | 81,117,105,116,0,0,0,0,97,32,32,32, | ||
8361 | 32,32,32,32,32,32,84,101,115,116,32,97, | ||
8362 | 108,108,32,32,32,32,32,32,32,32,124,32, | ||
8363 | 32,90,32,109,115,101,99,115,32,32,32,32, | ||
8364 | 32,32,32,32,80,97,117,115,101,32,102,111, | ||
8365 | 114,32,97,32,119,104,105,108,101,0,0,0, | ||
8366 | 69,32,32,32,32,32,32,32,32,32,84,101, | ||
8367 | 115,116,32,69,69,80,82,79,77,32,32,32, | ||
8368 | 32,32,124,32,32,83,114,32,97,100,100,114, | ||
8369 | 59,32,83,119,32,97,100,100,114,32,118,97, | ||
8370 | 108,59,32,32,82,101,97,100,47,87,114,105, | ||
8371 | 116,101,32,80,76,88,32,69,50,32,114,101, | ||
8372 | 103,0,0,0,101,32,91,112,111,114,116,93, | ||
8373 | 32,32,84,101,115,116,32,101,116,104,101,114, | ||
8374 | 110,101,116,32,32,32,124,32,32,69,114,32, | ||
8375 | 97,100,100,114,59,32,69,119,32,97,100,100, | ||
8376 | 114,32,118,97,108,59,32,32,82,101,97,100, | ||
8377 | 47,87,114,105,116,101,32,69,69,80,82,79, | ||
8378 | 77,32,114,101,103,0,0,0,116,32,32,32, | ||
8379 | 32,32,32,32,32,32,84,101,115,116,32,116, | ||
8380 | 105,109,101,114,115,32,32,32,32,32,124,32, | ||
8381 | 32,119,91,42,93,32,97,100,100,114,32,118, | ||
8382 | 97,108,32,32,87,114,105,116,101,32,109,101, | ||
8383 | 109,111,114,121,58,32,119,98,32,119,104,44, | ||
8384 | 32,119,119,44,32,119,116,0,109,32,32,32, | ||
8385 | 32,32,32,32,32,32,84,101,115,116,32,109, | ||
8386 | 101,109,111,114,121,32,32,32,32,32,124,32, | ||
8387 | 32,114,91,42,93,32,97,100,100,114,32,32, | ||
8388 | 32,32,32,32,82,101,97,100,32,109,101,109, | ||
8389 | 111,114,121,58,32,114,98,32,114,104,44,32, | ||
8390 | 114,119,44,32,114,116,0,0,42,42,42,32, | ||
8391 | 82,105,103,104,116,83,119,105,116,99,104,32, | ||
8392 | 68,105,97,103,110,111,115,116,105,99,115,32, | ||
8393 | 109,101,110,117,32,42,42,42,0,0,0,0, | ||
8394 | 45,45,45,32,84,104,114,101,101,32,99,111, | ||
8395 | 112,105,101,115,32,111,102,32,97,100,100,114, | ||
8396 | 101,115,115,32,100,111,32,110,111,116,32,97, | ||
8397 | 103,114,101,101,33,10,0,0,45,45,45,32, | ||
8398 | 69,116,104,101,114,32,65,100,100,114,101,115, | ||
8399 | 115,32,78,111,116,32,83,101,116,33,10,0, | ||
8400 | 45,45,45,32,69,116,104,101,114,32,65,100, | ||
8401 | 100,114,101,115,115,32,105,115,32,97,32,109, | ||
8402 | 117,108,116,105,99,97,115,116,32,97,100,100, | ||
8403 | 114,101,115,115,33,10,0,0,42,42,42,32, | ||
8404 | 37,48,50,88,37,48,50,88,37,48,50,88, | ||
8405 | 58,37,48,50,88,58,37,48,50,88,37,48, | ||
8406 | 50,88,10,0,45,45,45,32,70,105,114,115, | ||
8407 | 116,32,98,121,116,101,32,40,37,48,50,88, | ||
8408 | 41,32,105,115,32,97,32,98,114,111,97,100, | ||
8409 | 99,97,115,116,32,97,100,100,114,101,115,115, | ||
8410 | 10,0,0,0,45,45,45,32,76,97,115,116, | ||
8411 | 32,100,105,103,105,116,32,109,117,115,116,32, | ||
8412 | 98,101,32,48,32,111,114,32,56,10,0,0, | ||
8413 | 42,42,42,32,69,105,103,104,116,32,101,116, | ||
8414 | 104,101,114,110,101,116,32,97,100,100,114,101, | ||
8415 | 115,115,101,115,32,104,97,118,101,32,98,101, | ||
8416 | 101,110,32,117,115,101,100,58,10,0,0,0, | ||
8417 | 42,42,42,32,80,111,114,116,32,37,100,32, | ||
8418 | 101,116,104,101,114,110,101,116,32,97,100,100, | ||
8419 | 114,101,115,115,32,105,115,32,0,0,0,0, | ||
8420 | 45,45,45,32,66,97,100,32,101,116,104,101, | ||
8421 | 114,32,97,100,100,114,101,115,115,32,39,37, | ||
8422 | 115,39,32,115,112,101,99,105,102,105,101,100, | ||
8423 | 10,0,0,0,0,0,0,0,244,101,0,131, | ||
8424 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8425 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8426 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8427 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8428 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8429 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8430 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8431 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8432 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8433 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8434 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8435 | 104,112,0,131,244,101,0,131,104,112,0,131, | ||
8436 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8437 | 104,112,0,131,104,112,0,131,64,112,0,131, | ||
8438 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8439 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8440 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8441 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8442 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8443 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8444 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8445 | 104,112,0,131,28,111,0,131,104,112,0,131, | ||
8446 | 104,112,0,131,132,111,0,131,152,109,0,131, | ||
8447 | 104,112,0,131,104,112,0,131,244,101,0,131, | ||
8448 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8449 | 24,107,0,131,104,112,0,131,104,112,0,131, | ||
8450 | 104,112,0,131,76,108,0,131,104,112,0,131, | ||
8451 | 228,108,0,131,112,110,0,131,104,112,0,131, | ||
8452 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8453 | 28,109,0,131,104,112,0,131,48,111,0,131, | ||
8454 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8455 | 104,112,0,131,104,112,0,131,104,112,0,131, | ||
8456 | 84,109,0,131,104,112,0,131,104,112,0,131, | ||
8457 | 32,112,0,131,136,106,0,131,28,106,0,131, | ||
8458 | 104,112,0,131,104,112,0,131,52,107,0,131, | ||
8459 | 104,112,0,131,104,112,0,131,252,106,0,131, | ||
8460 | 88,111,0,131,104,112,0,131,104,112,0,131, | ||
8461 | 196,107,0,131,104,112,0,131,180,104,0,131, | ||
8462 | 168,106,0,131,92,106,0,131,104,112,0,131, | ||
8463 | 104,112,0,131,148,105,0,131,192,106,0,131, | ||
8464 | 0,0,0,0,188,111,0,131,204,111,0,131, | ||
8465 | 12,112,0,131,12,112,0,131,12,112,0,131, | ||
8466 | 12,112,0,131,12,112,0,131,12,112,0,131, | ||
8467 | 12,112,0,131,12,112,0,131,12,112,0,131, | ||
8468 | 12,112,0,131,252,111,0,131,12,112,0,131, | ||
8469 | 12,112,0,131,12,112,0,131,12,112,0,131, | ||
8470 | 236,111,0,131,12,112,0,131,12,112,0,131, | ||
8471 | 12,112,0,131,12,112,0,131,220,111,0,131, | ||
8472 | 252,111,0,131,0,0,0,0,0,0,0,0, | ||
8473 | 42,42,42,32,69,69,80,82,79,77,32,80, | ||
8474 | 97,115,115,101,100,10,0,0,33,33,33,32, | ||
8475 | 69,69,80,82,79,77,32,70,97,105,108,117, | ||
8476 | 114,101,58,32,87,114,111,116,101,32,37,48, | ||
8477 | 52,120,32,97,116,32,37,100,44,32,103,111, | ||
8478 | 116,32,37,48,52,120,10,0,0,0,0,0, | ||
8479 | 0,0,0,0,0,0,0,0,35,35,35,70, | ||
8480 | 114,97,109,101,32,37,100,32,100,105,100,32, | ||
8481 | 110,111,116,32,97,114,114,105,118,101,10,0, | ||
8482 | 35,35,35,32,70,114,97,109,101,32,37,100, | ||
8483 | 44,32,108,101,110,32,37,100,44,32,98,121, | ||
8484 | 116,101,32,37,100,44,32,119,97,110,116,32, | ||
8485 | 37,120,32,103,111,116,32,37,120,10,0,0, | ||
8486 | 35,35,35,70,114,97,109,101,32,37,100,32, | ||
8487 | 119,114,111,110,103,32,108,101,110,103,116,104, | ||
8488 | 32,40,119,97,110,116,32,37,100,32,103,111, | ||
8489 | 116,32,37,100,41,10,0,0,35,35,35,70, | ||
8490 | 114,97,109,101,32,37,100,58,32,103,111,116, | ||
8491 | 32,115,101,113,32,37,100,10,0,0,0,0, | ||
8492 | 35,35,35,32,37,100,32,67,82,67,32,101, | ||
8493 | 114,114,111,114,115,32,111,99,99,117,114,101, | ||
8494 | 100,10,0,0,35,35,35,32,37,100,32,65, | ||
8495 | 108,105,103,110,32,101,114,114,111,114,115,32, | ||
8496 | 111,99,99,117,114,101,100,10,0,0,0,0, | ||
8497 | 35,35,35,32,37,100,32,83,104,111,114,116, | ||
8498 | 32,101,114,114,111,114,115,32,111,99,99,117, | ||
8499 | 114,101,100,10,0,0,0,0,35,35,35,32, | ||
8500 | 37,100,32,79,118,101,114,114,117,110,32,101, | ||
8501 | 114,114,111,114,115,32,111,99,99,117,114,101, | ||
8502 | 100,10,0,0,35,35,35,32,67,85,32,115, | ||
8503 | 116,105,108,108,32,114,117,110,110,105,110,103, | ||
8504 | 58,32,37,120,10,0,0,0,35,35,35,32, | ||
8505 | 99,109,100,32,115,116,105,108,108,32,98,117, | ||
8506 | 115,121,58,32,37,120,10,0,35,35,35,32, | ||
8507 | 115,116,97,116,117,115,32,115,116,105,108,108, | ||
8508 | 32,98,117,115,121,58,32,37,120,10,0,0, | ||
8509 | 67,66,61,37,120,44,32,84,66,68,61,37, | ||
8510 | 120,44,32,66,85,70,61,37,120,10,0,0, | ||
8511 | 116,101,115,116,95,101,116,104,101,114,46,99, | ||
8512 | 0,0,0,0,37,100,32,102,114,97,109,101, | ||
8513 | 115,32,111,102,32,108,101,110,103,116,104,32, | ||
8514 | 37,100,32,115,101,110,116,32,105,110,32,37, | ||
8515 | 100,32,109,115,101,99,115,10,0,0,0,0, | ||
8516 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
8517 | 42,42,42,32,56,50,53,52,32,84,105,109, | ||
8518 | 101,114,32,48,32,79,75,44,32,99,111,117, | ||
8519 | 110,116,32,119,97,115,32,37,100,10,0,0, | ||
8520 | 42,42,42,32,56,50,53,52,32,84,105,109, | ||
8521 | 101,114,32,48,32,110,111,116,32,105,110,116, | ||
8522 | 101,114,114,117,112,116,105,110,103,32,37,100, | ||
8523 | 10,0,0,0,42,42,42,32,56,50,53,52, | ||
8524 | 32,84,105,109,101,114,32,48,32,115,112,101, | ||
8525 | 101,100,32,119,114,111,110,103,44,32,103,111, | ||
8526 | 116,32,37,100,32,115,104,111,117,108,100,32, | ||
8527 | 98,101,32,49,48,48,48,10,0,0,0,0, | ||
8528 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
8529 | 9,37,120,58,32,119,97,110,116,32,37,120, | ||
8530 | 32,103,111,116,32,37,120,10,0,0,0,0, | ||
8531 | 45,45,45,32,82,65,77,32,84,101,115,116, | ||
8532 | 32,111,102,32,37,120,32,116,111,32,37,120, | ||
8533 | 32,102,97,105,108,101,100,10,0,0,0,0, | ||
8534 | 42,42,42,32,82,65,77,32,84,101,115,116, | ||
8535 | 32,111,102,32,37,120,32,116,111,32,37,120, | ||
8536 | 32,112,97,115,115,101,100,10,0,0,0,0, | ||
8537 | 35,35,35,32,68,77,65,32,68,79,78,69, | ||
8538 | 32,110,101,118,101,114,32,111,99,99,117,114, | ||
8539 | 114,101,100,46,32,32,99,115,114,32,61,32, | ||
8540 | 37,120,10,0,35,35,35,32,72,111,115,116, | ||
8541 | 32,110,101,118,101,114,32,103,111,116,32,68, | ||
8542 | 77,65,32,105,110,116,101,114,114,117,112,116, | ||
8543 | 46,32,98,99,95,99,110,116,32,61,32,37, | ||
8544 | 100,10,0,0,35,35,35,32,68,77,65,32, | ||
8545 | 101,114,114,111,114,32,97,116,32,105,110,100, | ||
8546 | 101,120,32,37,100,58,32,119,97,110,116,101, | ||
8547 | 100,32,37,48,50,120,32,103,111,116,32,37, | ||
8548 | 48,50,120,10,0,0,0,0,35,35,35,32, | ||
8549 | 73,108,108,101,103,97,108,32,72,111,115,116, | ||
8550 | 32,97,100,100,114,32,40,61,37,120,41,32, | ||
8551 | 111,114,32,108,101,110,103,116,104,32,40,61, | ||
8552 | 37,100,41,10,0,0,0,0,35,35,35,32, | ||
8553 | 67,111,117,110,116,32,99,97,110,110,111,116, | ||
8554 | 32,98,101,32,62,32,49,48,50,52,42,49, | ||
8555 | 48,50,52,10,0,0,0,0,42,42,42,32, | ||
8556 | 108,99,108,46,66,117,102,49,32,61,32,37, | ||
8557 | 120,32,45,45,62,32,104,111,115,116,46,66, | ||
8558 | 117,102,32,61,32,37,120,32,45,45,62,32, | ||
8559 | 108,99,108,46,66,117,102,50,32,61,32,37, | ||
8560 | 120,10,0,0,42,42,42,32,62,32,68,98, | ||
8561 | 32,37,100,32,40,98,117,114,115,116,41,59, | ||
8562 | 32,62,32,68,119,32,37,100,32,40,119,97, | ||
8563 | 105,116,115,116,97,116,101,115,41,10,0,0, | ||
8564 | 35,35,35,32,83,101,99,111,110,100,32,97, | ||
8565 | 114,103,32,109,117,115,116,32,98,101,32,39, | ||
8566 | 114,39,32,111,114,32,39,119,39,32,111,114, | ||
8567 | 32,39,108,39,10,0,0,0,42,42,42,32, | ||
8568 | 68,77,65,32,37,115,32,105,110,32,37,52, | ||
8569 | 100,32,98,121,116,101,32,99,104,117,110,107, | ||
8570 | 115,58,32,0,32,32,116,111,32,104,111,115, | ||
8571 | 116,0,0,0,102,114,111,109,32,104,111,115, | ||
8572 | 116,0,0,0,37,56,100,32,98,121,116,101, | ||
8573 | 115,47,115,101,99,46,10,0,116,105,109,101, | ||
8574 | 32,116,111,111,32,115,104,111,114,116,32,116, | ||
8575 | 111,32,109,101,97,115,117,114,101,10,0,0, | ||
8576 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
8577 | 80,37,100,45,62,37,115,32,10,0,0,0, | ||
8578 | 116,114,97,110,115,109,105,116,32,112,101,110, | ||
8579 | 100,105,110,103,32,111,110,32,37,100,10,0, | ||
8580 | 116,114,97,110,115,109,105,116,32,99,111,110, | ||
8581 | 102,105,103,32,111,110,32,37,100,10,0,0, | ||
8582 | 116,114,97,110,115,109,105,116,32,116,99,110, | ||
8583 | 10,0,0,0,116,99,110,32,101,120,112,10, | ||
8584 | 0,0,0,0,102,111,114,119,97,114,100,95, | ||
8585 | 100,101,108,97,121,32,101,120,112,32,37,100, | ||
8586 | 10,0,0,0,109,101,115,115,97,103,101,95, | ||
8587 | 97,103,101,32,101,120,112,32,37,100,10,0, | ||
8588 | 104,111,108,100,32,101,120,112,32,37,100,10, | ||
8589 | 0,0,0,0,84,120,67,79,78,70,73,71, | ||
8590 | 37,100,10,0,84,120,84,67,78,37,100,10, | ||
8591 | 0,0,0,0,114,99,118,32,99,111,110,102, | ||
8592 | 105,103,32,111,110,32,37,100,10,0,0,0, | ||
8593 | 90,69,82,79,32,114,111,111,116,33,32,97, | ||
8594 | 116,32,37,120,32,0,0,0,115,117,112,101, | ||
8595 | 114,99,101,100,101,115,32,37,100,10,0,0, | ||
8596 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
8597 | 65,82,80,82,69,81,32,37,120,33,10,0, | ||
8598 | 65,82,80,82,69,80,32,37,120,33,10,0, | ||
8599 | 83,101,110,100,32,85,68,80,32,37,100,10, | ||
8600 | 0,0,0,0,78,111,32,82,66,68,39,115, | ||
8601 | 32,105,110,32,85,68,80,32,40,37,100,32, | ||
8602 | 37,100,41,10,0,0,0,0,83,101,110,116, | ||
8603 | 32,85,68,80,32,37,100,10,0,0,0,0, | ||
8604 | 83,78,77,80,32,39,37,99,39,32,108,101, | ||
8605 | 110,32,37,100,10,0,0,0,69,110,118,111, | ||
8606 | 121,32,114,99,61,37,100,10,0,0,0,0, | ||
8607 | 71,101,110,32,116,114,97,112,32,37,100,32, | ||
8608 | 114,99,61,37,100,10,0,0,66,97,100,32, | ||
8609 | 85,68,80,32,99,104,101,99,107,115,117,109, | ||
8610 | 32,37,120,32,108,101,110,32,37,100,10,0, | ||
8611 | 66,97,100,32,85,68,80,32,108,101,110,103, | ||
8612 | 116,104,32,119,97,110,116,32,37,100,32,103, | ||
8613 | 111,116,32,37,100,10,0,0,66,97,100,32, | ||
8614 | 73,67,77,80,32,99,104,101,99,107,115,117, | ||
8615 | 109,10,0,0,78,111,32,82,66,68,39,115, | ||
8616 | 32,105,110,32,73,67,77,80,10,0,0,0, | ||
8617 | 66,97,100,32,73,80,32,99,104,101,99,107, | ||
8618 | 115,117,109,10,0,0,0,0,84,114,117,110, | ||
8619 | 99,97,116,101,100,32,73,80,10,0,0,0, | ||
8620 | 83,69,78,84,32,73,80,88,33,10,0,0, | ||
8621 | 110,111,32,115,121,115,78,97,109,101,0,0, | ||
8622 | 114,105,103,104,116,115,119,105,116,99,104,45, | ||
8623 | 0,0,0,0,78,111,32,82,66,68,39,115, | ||
8624 | 32,105,110,32,115,101,110,100,95,115,97,112, | ||
8625 | 10,0,0,0,78,111,32,82,66,68,39,115, | ||
8626 | 32,105,110,32,73,80,88,10,0,0,0,0, | ||
8627 | 84,114,117,110,99,97,116,101,100,32,73,80, | ||
8628 | 88,10,0,0,0,0,0,0,0,0,0,0, | ||
8629 | 77,97,108,108,111,99,32,114,101,116,117,114, | ||
8630 | 110,115,32,78,85,76,76,33,0,0,0,0, | ||
8631 | 0,0,0,0,0,0,0,0,68,105,103,105, | ||
8632 | 32,73,110,116,108,46,32,82,105,103,104,116, | ||
8633 | 83,119,105,116,99,104,32,83,69,45,88,0, | ||
8634 | 73,110,116,101,108,32,56,50,53,57,54,0, | ||
8635 | 0,0,0,0,0,0,0,0,8,206,0,131, | ||
8636 | 36,206,0,131,92,206,0,131,112,206,0,131, | ||
8637 | 132,206,0,131,220,206,0,131,4,207,0,131, | ||
8638 | 4,207,0,131,36,207,0,131,52,207,0,131, | ||
8639 | 80,207,0,131,104,207,0,131,132,207,0,131, | ||
8640 | 160,207,0,131,188,207,0,131,188,207,0,131, | ||
8641 | 216,207,0,131,240,207,0,131,12,208,0,131, | ||
8642 | 40,208,0,131,72,208,0,131,112,208,0,131, | ||
8643 | 180,210,0,131,232,210,0,131,4,211,0,131, | ||
8644 | 36,211,0,131,60,211,0,131,0,0,0,0, | ||
8645 | 64,213,0,131,92,213,0,131,124,213,0,131, | ||
8646 | 160,213,0,131,60,214,0,131,60,214,0,131, | ||
8647 | 60,214,0,131,188,213,0,131,216,213,0,131, | ||
8648 | 244,213,0,131,28,214,0,131,168,214,0,131, | ||
8649 | 60,214,0,131,168,214,0,131,168,214,0,131, | ||
8650 | 88,214,0,131,132,214,0,131,0,0,0,0, | ||
8651 | 36,216,0,131,68,216,0,131,104,216,0,131, | ||
8652 | 140,216,0,131,140,216,0,131,0,0,0,0, | ||
8653 | 248,217,0,131,12,218,0,131,40,218,0,131, | ||
8654 | 76,218,0,131,124,218,0,131,152,218,0,131, | ||
8655 | 200,218,0,131,228,218,0,131,88,219,0,131, | ||
8656 | 116,219,0,131,64,224,0,131,92,224,0,131, | ||
8657 | 124,224,0,131,152,224,0,131,184,224,0,131, | ||
8658 | 0,0,0,0,110,111,32,115,121,115,67,111, | ||
8659 | 110,116,97,99,116,0,0,0,110,111,32,115, | ||
8660 | 121,115,78,97,109,101,0,0,110,111,32,115, | ||
8661 | 121,115,76,111,99,97,116,105,111,110,0,0, | ||
8662 | 37,115,58,37,100,58,32,102,97,105,108,101, | ||
8663 | 100,32,97,115,115,101,114,116,105,111,110,32, | ||
8664 | 96,37,115,39,10,0,0,0,110,117,109,114, | ||
8665 | 101,103,115,32,60,61,32,78,86,82,65,77, | ||
8666 | 95,78,82,69,71,83,32,38,38,32,110,117, | ||
8667 | 109,114,101,103,115,32,62,32,48,0,0,0, | ||
8668 | 102,105,114,115,116,114,101,103,32,60,32,78, | ||
8669 | 86,82,65,77,95,78,82,69,71,83,32,38, | ||
8670 | 38,32,102,105,114,115,116,114,101,103,32,62, | ||
8671 | 61,32,48,0,0,0,0,0,10,13,69,82, | ||
8672 | 82,79,82,32,45,0,0,0,0,0,0,0, | ||
8673 | 192,244,0,131,8,252,0,131,8,252,0,131, | ||
8674 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8675 | 8,252,0,131,8,252,0,131,192,251,0,131, | ||
8676 | 8,252,0,131,8,252,0,131,200,251,0,131, | ||
8677 | 212,251,0,131,212,251,0,131,212,251,0,131, | ||
8678 | 212,251,0,131,212,251,0,131,212,251,0,131, | ||
8679 | 212,251,0,131,212,251,0,131,212,251,0,131, | ||
8680 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8681 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8682 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8683 | 8,252,0,131,8,252,0,131,200,244,0,131, | ||
8684 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8685 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8686 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8687 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8688 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8689 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8690 | 212,249,0,131,8,252,0,131,8,252,0,131, | ||
8691 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8692 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8693 | 8,252,0,131,20,245,0,131,8,245,0,131, | ||
8694 | 84,247,0,131,8,252,0,131,8,252,0,131, | ||
8695 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8696 | 8,252,0,131,8,252,0,131,244,251,0,131, | ||
8697 | 8,252,0,131,8,252,0,131,48,246,0,131, | ||
8698 | 8,252,0,131,8,252,0,131,8,252,0,131, | ||
8699 | 240,250,0,131,8,252,0,131,132,248,0,131, | ||
8700 | 8,252,0,131,8,252,0,131,160,249,0,131, | ||
8701 | 72,46,1,131,228,47,1,131,152,46,1,131, | ||
8702 | 132,47,1,131,0,47,1,131,228,47,1,131, | ||
8703 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8704 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8705 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8706 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8707 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8708 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8709 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8710 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8711 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8712 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8713 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8714 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8715 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8716 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8717 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8718 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8719 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8720 | 228,47,1,131,228,47,1,131,228,47,1,131, | ||
8721 | 228,47,1,131,228,47,1,131,144,47,1,131, | ||
8722 | 108,46,1,131,108,46,1,131,108,46,1,131, | ||
8723 | 152,46,1,131,152,46,1,131,228,47,1,131, | ||
8724 | 108,46,1,131,20,50,1,131,216,50,1,131, | ||
8725 | 56,50,1,131,224,50,1,131,104,50,1,131, | ||
8726 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8727 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8728 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8729 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8730 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8731 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8732 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8733 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8734 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8735 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8736 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8737 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8738 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8739 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8740 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8741 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8742 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8743 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8744 | 216,50,1,131,216,50,1,131,216,50,1,131, | ||
8745 | 144,50,1,131,20,50,1,131,20,50,1,131, | ||
8746 | 20,50,1,131,56,50,1,131,56,50,1,131, | ||
8747 | 216,50,1,131,20,50,1,131,124,53,1,131, | ||
8748 | 96,53,1,131,96,53,1,131,96,53,1,131, | ||
8749 | 96,53,1,131,96,53,1,131,96,53,1,131, | ||
8750 | 96,53,1,131,96,53,1,131,96,53,1,131, | ||
8751 | 96,53,1,131,96,53,1,131,96,53,1,131, | ||
8752 | 96,53,1,131,88,53,1,131,64,53,1,131, | ||
8753 | 80,53,1,131,72,53,1,131,64,53,1,131, | ||
8754 | 0,0,0,0,28,83,1,131,36,83,1,131, | ||
8755 | 36,83,1,131,36,83,1,131,36,83,1,131, | ||
8756 | 28,83,1,131,44,83,1,131,44,83,1,131, | ||
8757 | 44,83,1,131,44,83,1,131,44,83,1,131, | ||
8758 | 28,83,1,131,44,83,1,131,0,0,0,0, | ||
8759 | 196,88,1,131,232,88,1,131,208,88,1,131, | ||
8760 | 220,88,1,131,244,88,1,131,0,0,0,0, | ||
8761 | 4,0,0,0,5,0,0,0,6,0,0,0, | ||
8762 | 7,0,0,0,2,0,0,0,3,0,0,0, | ||
8763 | 0,0,0,0,1,0,0,0,72,30,0,131, | ||
8764 | 72,30,0,131,216,44,0,131,0,30,0,131, | ||
8765 | 108,30,0,131,108,30,0,131,108,30,0,131, | ||
8766 | 108,30,0,131,0,0,0,0,0,0,0,0, | ||
8767 | 0,0,0,0,0,0,0,0,20,137,1,131, | ||
8768 | 204,136,1,131,132,136,1,131,56,136,1,131, | ||
8769 | 236,135,1,131,172,135,1,131,120,135,1,131, | ||
8770 | 52,135,1,131,232,134,1,131,160,134,1,131, | ||
8771 | 80,134,1,131,8,134,1,131,188,133,1,131, | ||
8772 | 120,133,1,131,0,0,0,0,0,0,0,0, | ||
8773 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8774 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8775 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8776 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8777 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8778 | 72,72,72,72,72,72,72,72,72,72,72,72, | ||
8779 | 72,72,72,72,72,0,0,0,0,255,85,170, | ||
8780 | 0,0,0,0,4,0,8,0,16,0,32,0, | ||
8781 | 64,0,0,1,0,8,0,0,0,0,0,0, | ||
8782 | 0,0,0,0,0,4,3,2,1,0,0,0, | ||
8783 | 7,0,0,0,1,0,1,0,1,0,2,0, | ||
8784 | 20,0,15,0,1,0,0,128,128,0,0,0, | ||
8785 | 100,0,0,0,96,207,1,131,92,207,1,131, | ||
8786 | 88,207,1,131,84,207,1,131,80,207,1,131, | ||
8787 | 0,0,0,0,0,0,0,0,48,49,50,51, | ||
8788 | 52,53,54,55,56,57,65,66,67,68,69,70, | ||
8789 | 0,0,0,0,0,0,0,0,8,202,0,131, | ||
8790 | 148,38,1,131,64,204,0,131,156,202,0,131, | ||
8791 | 96,148,1,131,1,0,4,1,32,45,1,131, | ||
8792 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8793 | 200,155,1,131,0,0,0,0,255,0,0,0, | ||
8794 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8795 | 148,38,1,131,124,204,0,131,156,202,0,131, | ||
8796 | 168,210,1,131,1,0,6,1,32,45,1,131, | ||
8797 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8798 | 4,156,1,131,0,0,0,0,255,0,0,0, | ||
8799 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8800 | 148,38,1,131,132,204,0,131,156,202,0,131, | ||
8801 | 4,1,0,163,1,0,67,1,32,45,1,131, | ||
8802 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8803 | 64,156,1,131,0,0,0,0,255,0,0,0, | ||
8804 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8805 | 148,38,1,131,168,204,0,131,248,204,0,131, | ||
8806 | 80,18,3,131,1,0,4,3,32,45,1,131, | ||
8807 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8808 | 124,156,1,131,0,0,0,0,255,0,0,0, | ||
8809 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8810 | 148,38,1,131,168,204,0,131,32,205,0,131, | ||
8811 | 96,18,3,131,1,0,4,3,32,45,1,131, | ||
8812 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8813 | 184,156,1,131,0,0,0,0,255,0,0,0, | ||
8814 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8815 | 148,38,1,131,168,204,0,131,72,205,0,131, | ||
8816 | 112,18,3,131,1,0,4,3,32,45,1,131, | ||
8817 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8818 | 244,156,1,131,0,0,0,0,255,0,0,0, | ||
8819 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
8820 | 148,38,1,131,112,205,0,131,156,202,0,131, | ||
8821 | 2,0,0,0,1,0,2,1,32,45,1,131, | ||
8822 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
8823 | 48,157,1,131,0,0,0,0,255,0,0,0, | ||
8824 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
8825 | 220,155,1,131,2,0,0,0,24,156,1,131, | ||
8826 | 3,0,0,0,84,156,1,131,4,0,0,0, | ||
8827 | 144,156,1,131,5,0,0,0,204,156,1,131, | ||
8828 | 6,0,0,0,8,157,1,131,7,0,0,0, | ||
8829 | 68,157,1,131,0,0,0,0,0,0,0,0, | ||
8830 | 8,202,0,131,148,38,1,131,120,205,0,131, | ||
8831 | 156,202,0,131,48,211,1,131,1,0,2,1, | ||
8832 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8833 | 20,48,1,131,172,157,1,131,0,0,0,0, | ||
8834 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8835 | 1,0,2,1,180,208,0,131,132,205,0,131, | ||
8836 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8837 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8838 | 0,0,0,0,1,0,4,1,180,208,0,131, | ||
8839 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8840 | 124,148,1,131,0,0,0,0,255,0,0,0, | ||
8841 | 255,0,0,0,0,0,0,0,1,0,2,1, | ||
8842 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8843 | 76,209,0,131,6,0,0,0,0,0,0,0, | ||
8844 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8845 | 1,0,2,1,180,208,0,131,132,205,0,131, | ||
8846 | 164,202,0,131,76,209,0,131,220,5,0,0, | ||
8847 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8848 | 0,0,0,0,1,0,66,1,180,208,0,131, | ||
8849 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8850 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8851 | 255,0,0,0,0,0,0,0,1,0,4,1, | ||
8852 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8853 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8854 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8855 | 1,0,2,3,180,208,0,131,132,205,0,131, | ||
8856 | 228,209,0,131,76,209,0,131,0,0,0,0, | ||
8857 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8858 | 0,0,0,0,1,0,2,1,180,208,0,131, | ||
8859 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8860 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8861 | 255,0,0,0,0,0,0,0,1,0,67,1, | ||
8862 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8863 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8864 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8865 | 1,0,65,1,180,208,0,131,132,205,0,131, | ||
8866 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8867 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8868 | 0,0,0,0,1,0,65,1,180,208,0,131, | ||
8869 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8870 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8871 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
8872 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8873 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8874 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8875 | 1,0,65,1,180,208,0,131,132,205,0,131, | ||
8876 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8877 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8878 | 0,0,0,0,1,0,65,1,180,208,0,131, | ||
8879 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8880 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8881 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
8882 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8883 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8884 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8885 | 1,0,65,1,180,208,0,131,132,205,0,131, | ||
8886 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8887 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8888 | 0,0,0,0,1,0,65,1,180,208,0,131, | ||
8889 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8890 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8891 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
8892 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8893 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8894 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8895 | 1,0,65,1,180,208,0,131,132,205,0,131, | ||
8896 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8897 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8898 | 0,0,0,0,1,0,65,1,180,208,0,131, | ||
8899 | 132,205,0,131,164,202,0,131,76,209,0,131, | ||
8900 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
8901 | 255,0,0,0,0,0,0,0,1,0,66,1, | ||
8902 | 180,208,0,131,132,205,0,131,164,202,0,131, | ||
8903 | 76,209,0,131,0,0,0,0,0,0,0,0, | ||
8904 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8905 | 1,0,6,1,180,208,0,131,132,205,0,131, | ||
8906 | 164,202,0,131,76,209,0,131,0,0,0,0, | ||
8907 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
8908 | 0,0,0,0,1,0,0,0,232,157,1,131, | ||
8909 | 2,0,0,0,16,158,1,131,3,0,0,0, | ||
8910 | 56,158,1,131,4,0,0,0,96,158,1,131, | ||
8911 | 5,0,0,0,136,158,1,131,6,0,0,0, | ||
8912 | 176,158,1,131,7,0,0,0,216,158,1,131, | ||
8913 | 8,0,0,0,0,159,1,131,9,0,0,0, | ||
8914 | 40,159,1,131,10,0,0,0,80,159,1,131, | ||
8915 | 11,0,0,0,120,159,1,131,12,0,0,0, | ||
8916 | 160,159,1,131,13,0,0,0,200,159,1,131, | ||
8917 | 14,0,0,0,240,159,1,131,15,0,0,0, | ||
8918 | 24,160,1,131,16,0,0,0,64,160,1,131, | ||
8919 | 17,0,0,0,104,160,1,131,18,0,0,0, | ||
8920 | 144,160,1,131,19,0,0,0,184,160,1,131, | ||
8921 | 20,0,0,0,224,160,1,131,21,0,0,0, | ||
8922 | 8,161,1,131,22,0,0,0,48,161,1,131, | ||
8923 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
8924 | 32,208,1,131,0,0,0,0,0,0,0,0, | ||
8925 | 1,0,0,0,192,157,1,131,2,0,0,0, | ||
8926 | 40,208,1,131,0,0,0,0,0,0,0,0, | ||
8927 | 8,202,0,131,148,38,1,131,112,205,0,131, | ||
8928 | 60,210,0,131,2,0,0,0,1,0,2,3, | ||
8929 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8930 | 20,48,1,131,56,162,1,131,0,0,0,0, | ||
8931 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8932 | 8,202,0,131,148,38,1,131,120,205,0,131, | ||
8933 | 60,210,0,131,0,17,3,131,1,0,2,3, | ||
8934 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8935 | 20,48,1,131,116,162,1,131,0,0,0,0, | ||
8936 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8937 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8938 | 156,202,0,131,4,17,3,131,1,0,65,1, | ||
8939 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8940 | 20,48,1,131,176,162,1,131,0,0,0,0, | ||
8941 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8942 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8943 | 156,202,0,131,8,17,3,131,1,0,65,1, | ||
8944 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8945 | 20,48,1,131,236,162,1,131,0,0,0,0, | ||
8946 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8947 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8948 | 156,202,0,131,12,17,3,131,1,0,65,1, | ||
8949 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8950 | 20,48,1,131,40,163,1,131,0,0,0,0, | ||
8951 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8952 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8953 | 156,202,0,131,16,17,3,131,1,0,65,1, | ||
8954 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8955 | 20,48,1,131,100,163,1,131,0,0,0,0, | ||
8956 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8957 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8958 | 156,202,0,131,20,17,3,131,1,0,65,1, | ||
8959 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8960 | 20,48,1,131,160,163,1,131,0,0,0,0, | ||
8961 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8962 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8963 | 156,202,0,131,24,17,3,131,1,0,65,1, | ||
8964 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8965 | 20,48,1,131,220,163,1,131,0,0,0,0, | ||
8966 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8967 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8968 | 156,202,0,131,28,17,3,131,1,0,65,1, | ||
8969 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8970 | 20,48,1,131,24,164,1,131,0,0,0,0, | ||
8971 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8972 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8973 | 156,202,0,131,32,17,3,131,1,0,65,1, | ||
8974 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8975 | 20,48,1,131,84,164,1,131,0,0,0,0, | ||
8976 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8977 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8978 | 156,202,0,131,36,17,3,131,1,0,65,1, | ||
8979 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8980 | 20,48,1,131,144,164,1,131,0,0,0,0, | ||
8981 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8982 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8983 | 156,202,0,131,40,17,3,131,1,0,65,1, | ||
8984 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8985 | 20,48,1,131,204,164,1,131,0,0,0,0, | ||
8986 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8987 | 8,202,0,131,148,38,1,131,120,205,0,131, | ||
8988 | 156,202,0,131,44,17,3,131,1,0,2,1, | ||
8989 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8990 | 20,48,1,131,8,165,1,131,0,0,0,0, | ||
8991 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8992 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8993 | 156,202,0,131,48,17,3,131,1,0,65,1, | ||
8994 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
8995 | 20,48,1,131,68,165,1,131,0,0,0,0, | ||
8996 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
8997 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
8998 | 156,202,0,131,52,17,3,131,1,0,65,1, | ||
8999 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9000 | 20,48,1,131,128,165,1,131,0,0,0,0, | ||
9001 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9002 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9003 | 156,202,0,131,56,17,3,131,1,0,65,1, | ||
9004 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9005 | 20,48,1,131,188,165,1,131,0,0,0,0, | ||
9006 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9007 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9008 | 156,202,0,131,60,17,3,131,1,0,65,1, | ||
9009 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9010 | 20,48,1,131,248,165,1,131,0,0,0,0, | ||
9011 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9012 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9013 | 156,202,0,131,64,17,3,131,1,0,65,1, | ||
9014 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9015 | 20,48,1,131,52,166,1,131,0,0,0,0, | ||
9016 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9017 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9018 | 156,202,0,131,68,17,3,131,1,0,65,1, | ||
9019 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9020 | 20,48,1,131,112,166,1,131,0,0,0,0, | ||
9021 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9022 | 1,0,64,1,44,202,0,131,88,210,0,131, | ||
9023 | 164,202,0,131,120,211,0,131,0,0,0,0, | ||
9024 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9025 | 0,0,0,0,1,0,2,1,44,202,0,131, | ||
9026 | 88,210,0,131,164,202,0,131,120,211,0,131, | ||
9027 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9028 | 255,0,0,0,0,0,0,0,1,0,64,1, | ||
9029 | 44,202,0,131,88,210,0,131,164,202,0,131, | ||
9030 | 120,211,0,131,0,0,0,0,0,0,0,0, | ||
9031 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9032 | 1,0,2,1,44,202,0,131,88,210,0,131, | ||
9033 | 164,202,0,131,120,211,0,131,0,0,0,0, | ||
9034 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9035 | 0,0,0,0,1,0,2,1,44,202,0,131, | ||
9036 | 88,210,0,131,164,202,0,131,120,211,0,131, | ||
9037 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9038 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
9039 | 172,166,1,131,2,0,0,0,212,166,1,131, | ||
9040 | 3,0,0,0,252,166,1,131,4,0,0,0, | ||
9041 | 36,167,1,131,5,0,0,0,76,167,1,131, | ||
9042 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9043 | 56,208,1,131,0,0,0,0,0,0,0,0, | ||
9044 | 1,0,64,3,84,212,0,131,16,212,0,131, | ||
9045 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9046 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9047 | 0,0,0,0,1,0,2,3,84,212,0,131, | ||
9048 | 16,212,0,131,52,212,0,131,172,212,0,131, | ||
9049 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9050 | 255,0,0,0,0,0,0,0,1,0,2,3, | ||
9051 | 84,212,0,131,16,212,0,131,52,212,0,131, | ||
9052 | 172,212,0,131,0,0,0,0,0,0,0,0, | ||
9053 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9054 | 1,0,2,3,84,212,0,131,16,212,0,131, | ||
9055 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9056 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9057 | 0,0,0,0,1,0,2,3,84,212,0,131, | ||
9058 | 16,212,0,131,52,212,0,131,172,212,0,131, | ||
9059 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9060 | 255,0,0,0,0,0,0,0,1,0,2,3, | ||
9061 | 84,212,0,131,16,212,0,131,52,212,0,131, | ||
9062 | 172,212,0,131,0,0,0,0,0,0,0,0, | ||
9063 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9064 | 1,0,64,3,84,212,0,131,16,212,0,131, | ||
9065 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9066 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9067 | 0,0,0,0,1,0,2,3,84,212,0,131, | ||
9068 | 16,212,0,131,52,212,0,131,172,212,0,131, | ||
9069 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9070 | 255,0,0,0,0,0,0,0,1,0,2,1, | ||
9071 | 84,212,0,131,16,212,0,131,164,202,0,131, | ||
9072 | 172,212,0,131,0,0,0,0,0,0,0,0, | ||
9073 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9074 | 1,0,2,3,84,212,0,131,16,212,0,131, | ||
9075 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9076 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9077 | 0,0,0,0,1,0,64,3,84,212,0,131, | ||
9078 | 16,212,0,131,52,212,0,131,172,212,0,131, | ||
9079 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9080 | 255,0,0,0,0,0,0,0,1,0,2,3, | ||
9081 | 84,212,0,131,16,212,0,131,52,212,0,131, | ||
9082 | 172,212,0,131,0,0,0,0,0,0,0,0, | ||
9083 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9084 | 1,0,6,1,84,212,0,131,16,212,0,131, | ||
9085 | 164,202,0,131,172,212,0,131,0,0,0,0, | ||
9086 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9087 | 0,0,0,0,1,0,0,0,180,167,1,131, | ||
9088 | 2,0,0,0,220,167,1,131,3,0,0,0, | ||
9089 | 4,168,1,131,4,0,0,0,44,168,1,131, | ||
9090 | 5,0,0,0,84,168,1,131,6,0,0,0, | ||
9091 | 124,168,1,131,7,0,0,0,164,168,1,131, | ||
9092 | 8,0,0,0,204,168,1,131,9,0,0,0, | ||
9093 | 244,168,1,131,10,0,0,0,28,169,1,131, | ||
9094 | 11,0,0,0,68,169,1,131,12,0,0,0, | ||
9095 | 108,169,1,131,13,0,0,0,148,169,1,131, | ||
9096 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9097 | 72,208,1,131,0,0,0,0,0,0,0,0, | ||
9098 | 1,0,2,3,84,212,0,131,16,212,0,131, | ||
9099 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9100 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9101 | 0,0,0,0,1,0,4,3,84,212,0,131, | ||
9102 | 16,212,0,131,52,212,0,131,172,212,0,131, | ||
9103 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9104 | 255,0,0,0,0,0,0,0,1,0,64,3, | ||
9105 | 84,212,0,131,16,212,0,131,52,212,0,131, | ||
9106 | 172,212,0,131,0,0,0,0,0,0,0,0, | ||
9107 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9108 | 1,0,2,3,84,212,0,131,16,212,0,131, | ||
9109 | 52,212,0,131,172,212,0,131,0,0,0,0, | ||
9110 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9111 | 0,0,0,0,1,0,0,0,60,170,1,131, | ||
9112 | 2,0,0,0,100,170,1,131,3,0,0,0, | ||
9113 | 140,170,1,131,4,0,0,0,180,170,1,131, | ||
9114 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9115 | 88,208,1,131,0,0,0,0,0,0,0,0, | ||
9116 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9117 | 156,202,0,131,72,17,3,131,1,0,65,1, | ||
9118 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9119 | 20,48,1,131,20,171,1,131,0,0,0,0, | ||
9120 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9121 | 1,0,0,0,76,162,1,131,2,0,0,0, | ||
9122 | 136,162,1,131,3,0,0,0,196,162,1,131, | ||
9123 | 4,0,0,0,0,163,1,131,5,0,0,0, | ||
9124 | 60,163,1,131,6,0,0,0,120,163,1,131, | ||
9125 | 7,0,0,0,180,163,1,131,8,0,0,0, | ||
9126 | 240,163,1,131,9,0,0,0,44,164,1,131, | ||
9127 | 10,0,0,0,104,164,1,131,11,0,0,0, | ||
9128 | 164,164,1,131,12,0,0,0,224,164,1,131, | ||
9129 | 13,0,0,0,28,165,1,131,14,0,0,0, | ||
9130 | 88,165,1,131,15,0,0,0,148,165,1,131, | ||
9131 | 16,0,0,0,208,165,1,131,17,0,0,0, | ||
9132 | 12,166,1,131,18,0,0,0,72,166,1,131, | ||
9133 | 19,0,0,0,132,166,1,131,20,0,0,0, | ||
9134 | 64,208,1,131,21,0,0,0,80,208,1,131, | ||
9135 | 22,0,0,0,96,208,1,131,23,0,0,0, | ||
9136 | 40,171,1,131,0,0,0,0,0,0,0,0, | ||
9137 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9138 | 156,202,0,131,144,16,3,131,1,0,65,1, | ||
9139 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9140 | 20,48,1,131,16,172,1,131,0,0,0,0, | ||
9141 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9142 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9143 | 156,202,0,131,148,16,3,131,1,0,65,1, | ||
9144 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9145 | 20,48,1,131,76,172,1,131,0,0,0,0, | ||
9146 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9147 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9148 | 156,202,0,131,152,16,3,131,1,0,65,1, | ||
9149 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9150 | 20,48,1,131,136,172,1,131,0,0,0,0, | ||
9151 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9152 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9153 | 156,202,0,131,156,16,3,131,1,0,65,1, | ||
9154 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9155 | 20,48,1,131,196,172,1,131,0,0,0,0, | ||
9156 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9157 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9158 | 156,202,0,131,160,16,3,131,1,0,65,1, | ||
9159 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9160 | 20,48,1,131,0,173,1,131,0,0,0,0, | ||
9161 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9162 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9163 | 156,202,0,131,164,16,3,131,1,0,65,1, | ||
9164 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9165 | 20,48,1,131,60,173,1,131,0,0,0,0, | ||
9166 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9167 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9168 | 156,202,0,131,168,16,3,131,1,0,65,1, | ||
9169 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9170 | 20,48,1,131,120,173,1,131,0,0,0,0, | ||
9171 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9172 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9173 | 156,202,0,131,172,16,3,131,1,0,65,1, | ||
9174 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9175 | 20,48,1,131,180,173,1,131,0,0,0,0, | ||
9176 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9177 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9178 | 156,202,0,131,176,16,3,131,1,0,65,1, | ||
9179 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9180 | 20,48,1,131,240,173,1,131,0,0,0,0, | ||
9181 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9182 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9183 | 156,202,0,131,180,16,3,131,1,0,65,1, | ||
9184 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9185 | 20,48,1,131,44,174,1,131,0,0,0,0, | ||
9186 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9187 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9188 | 156,202,0,131,184,16,3,131,1,0,65,1, | ||
9189 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9190 | 20,48,1,131,104,174,1,131,0,0,0,0, | ||
9191 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9192 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9193 | 156,202,0,131,188,16,3,131,1,0,65,1, | ||
9194 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9195 | 20,48,1,131,164,174,1,131,0,0,0,0, | ||
9196 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9197 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9198 | 156,202,0,131,192,16,3,131,1,0,65,1, | ||
9199 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9200 | 20,48,1,131,224,174,1,131,0,0,0,0, | ||
9201 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9202 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9203 | 156,202,0,131,196,16,3,131,1,0,65,1, | ||
9204 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9205 | 20,48,1,131,28,175,1,131,0,0,0,0, | ||
9206 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9207 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9208 | 156,202,0,131,200,16,3,131,1,0,65,1, | ||
9209 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9210 | 20,48,1,131,88,175,1,131,0,0,0,0, | ||
9211 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9212 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9213 | 156,202,0,131,204,16,3,131,1,0,65,1, | ||
9214 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9215 | 20,48,1,131,148,175,1,131,0,0,0,0, | ||
9216 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9217 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9218 | 156,202,0,131,208,16,3,131,1,0,65,1, | ||
9219 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9220 | 20,48,1,131,208,175,1,131,0,0,0,0, | ||
9221 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9222 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9223 | 156,202,0,131,212,16,3,131,1,0,65,1, | ||
9224 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9225 | 20,48,1,131,12,176,1,131,0,0,0,0, | ||
9226 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9227 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9228 | 156,202,0,131,216,16,3,131,1,0,65,1, | ||
9229 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9230 | 20,48,1,131,72,176,1,131,0,0,0,0, | ||
9231 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9232 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9233 | 156,202,0,131,220,16,3,131,1,0,65,1, | ||
9234 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9235 | 20,48,1,131,132,176,1,131,0,0,0,0, | ||
9236 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9237 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9238 | 156,202,0,131,224,16,3,131,1,0,65,1, | ||
9239 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9240 | 20,48,1,131,192,176,1,131,0,0,0,0, | ||
9241 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9242 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9243 | 156,202,0,131,228,16,3,131,1,0,65,1, | ||
9244 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9245 | 20,48,1,131,252,176,1,131,0,0,0,0, | ||
9246 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9247 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9248 | 156,202,0,131,232,16,3,131,1,0,65,1, | ||
9249 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9250 | 20,48,1,131,56,177,1,131,0,0,0,0, | ||
9251 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9252 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9253 | 156,202,0,131,236,16,3,131,1,0,65,1, | ||
9254 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9255 | 20,48,1,131,116,177,1,131,0,0,0,0, | ||
9256 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9257 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9258 | 156,202,0,131,240,16,3,131,1,0,65,1, | ||
9259 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9260 | 20,48,1,131,176,177,1,131,0,0,0,0, | ||
9261 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9262 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9263 | 156,202,0,131,244,16,3,131,1,0,65,1, | ||
9264 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9265 | 20,48,1,131,236,177,1,131,0,0,0,0, | ||
9266 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9267 | 1,0,0,0,36,172,1,131,2,0,0,0, | ||
9268 | 96,172,1,131,3,0,0,0,156,172,1,131, | ||
9269 | 4,0,0,0,216,172,1,131,5,0,0,0, | ||
9270 | 20,173,1,131,6,0,0,0,80,173,1,131, | ||
9271 | 7,0,0,0,140,173,1,131,8,0,0,0, | ||
9272 | 200,173,1,131,9,0,0,0,4,174,1,131, | ||
9273 | 10,0,0,0,64,174,1,131,11,0,0,0, | ||
9274 | 124,174,1,131,12,0,0,0,184,174,1,131, | ||
9275 | 13,0,0,0,244,174,1,131,14,0,0,0, | ||
9276 | 48,175,1,131,15,0,0,0,108,175,1,131, | ||
9277 | 16,0,0,0,168,175,1,131,17,0,0,0, | ||
9278 | 228,175,1,131,18,0,0,0,32,176,1,131, | ||
9279 | 19,0,0,0,92,176,1,131,20,0,0,0, | ||
9280 | 152,176,1,131,21,0,0,0,212,176,1,131, | ||
9281 | 22,0,0,0,16,177,1,131,23,0,0,0, | ||
9282 | 76,177,1,131,24,0,0,0,136,177,1,131, | ||
9283 | 25,0,0,0,196,177,1,131,26,0,0,0, | ||
9284 | 0,178,1,131,0,0,0,0,0,0,0,0, | ||
9285 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9286 | 156,202,0,131,112,17,3,131,1,0,65,1, | ||
9287 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9288 | 20,48,1,131,0,179,1,131,0,0,0,0, | ||
9289 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9290 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9291 | 156,202,0,131,116,17,3,131,1,0,65,1, | ||
9292 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9293 | 20,48,1,131,60,179,1,131,0,0,0,0, | ||
9294 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9295 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9296 | 156,202,0,131,120,17,3,131,1,0,65,1, | ||
9297 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9298 | 20,48,1,131,120,179,1,131,0,0,0,0, | ||
9299 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9300 | 8,202,0,131,148,38,1,131,76,210,0,131, | ||
9301 | 156,202,0,131,124,17,3,131,1,0,65,1, | ||
9302 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9303 | 20,48,1,131,180,179,1,131,0,0,0,0, | ||
9304 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9305 | 8,202,0,131,148,38,1,131,200,212,0,131, | ||
9306 | 156,202,0,131,220,5,0,163,1,0,64,1, | ||
9307 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9308 | 20,48,1,131,240,179,1,131,0,0,0,0, | ||
9309 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9310 | 8,202,0,131,148,38,1,131,112,205,0,131, | ||
9311 | 156,202,0,131,161,0,0,0,1,0,2,1, | ||
9312 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9313 | 20,48,1,131,44,180,1,131,0,0,0,0, | ||
9314 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9315 | 1,0,0,0,4,180,1,131,2,0,0,0, | ||
9316 | 64,180,1,131,0,0,0,0,0,0,0,0, | ||
9317 | 1,0,0,0,120,208,1,131,0,0,0,0, | ||
9318 | 0,0,0,0,1,0,0,0,20,179,1,131, | ||
9319 | 2,0,0,0,80,179,1,131,3,0,0,0, | ||
9320 | 140,179,1,131,4,0,0,0,200,179,1,131, | ||
9321 | 5,0,0,0,128,208,1,131,0,0,0,0, | ||
9322 | 0,0,0,0,1,0,2,1,44,202,0,131, | ||
9323 | 208,212,0,131,164,202,0,131,196,214,0,131, | ||
9324 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9325 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
9326 | 44,202,0,131,208,212,0,131,164,202,0,131, | ||
9327 | 196,214,0,131,0,0,0,0,0,0,0,0, | ||
9328 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9329 | 1,0,65,1,44,202,0,131,208,212,0,131, | ||
9330 | 164,202,0,131,196,214,0,131,0,0,0,0, | ||
9331 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9332 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9333 | 208,212,0,131,164,202,0,131,196,214,0,131, | ||
9334 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9335 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
9336 | 44,202,0,131,208,212,0,131,164,202,0,131, | ||
9337 | 196,214,0,131,0,0,0,0,0,0,0,0, | ||
9338 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9339 | 1,0,65,1,44,202,0,131,208,212,0,131, | ||
9340 | 164,202,0,131,196,214,0,131,0,0,0,0, | ||
9341 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9342 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9343 | 208,212,0,131,164,202,0,131,196,214,0,131, | ||
9344 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9345 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
9346 | 44,202,0,131,208,212,0,131,164,202,0,131, | ||
9347 | 196,214,0,131,0,0,0,0,0,0,0,0, | ||
9348 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9349 | 1,0,65,1,44,202,0,131,208,212,0,131, | ||
9350 | 164,202,0,131,196,214,0,131,0,0,0,0, | ||
9351 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9352 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9353 | 208,212,0,131,164,202,0,131,196,214,0,131, | ||
9354 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9355 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
9356 | 44,202,0,131,208,212,0,131,164,202,0,131, | ||
9357 | 196,214,0,131,0,0,0,0,0,0,0,0, | ||
9358 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9359 | 1,0,65,1,44,202,0,131,208,212,0,131, | ||
9360 | 164,202,0,131,196,214,0,131,0,0,0,0, | ||
9361 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9362 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9363 | 208,212,0,131,164,202,0,131,196,214,0,131, | ||
9364 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9365 | 255,0,0,0,0,0,0,0,1,0,6,1, | ||
9366 | 44,202,0,131,208,212,0,131,164,202,0,131, | ||
9367 | 196,214,0,131,0,0,0,0,0,0,0,0, | ||
9368 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9369 | 1,0,0,0,192,180,1,131,2,0,0,0, | ||
9370 | 232,180,1,131,3,0,0,0,16,181,1,131, | ||
9371 | 4,0,0,0,56,181,1,131,5,0,0,0, | ||
9372 | 96,181,1,131,6,0,0,0,136,181,1,131, | ||
9373 | 7,0,0,0,176,181,1,131,8,0,0,0, | ||
9374 | 216,181,1,131,9,0,0,0,0,182,1,131, | ||
9375 | 10,0,0,0,40,182,1,131,11,0,0,0, | ||
9376 | 80,182,1,131,13,0,0,0,120,182,1,131, | ||
9377 | 16,0,0,0,160,182,1,131,17,0,0,0, | ||
9378 | 200,182,1,131,0,0,0,0,0,0,0,0, | ||
9379 | 1,0,0,0,144,208,1,131,0,0,0,0, | ||
9380 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9381 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9382 | 160,208,1,131,2,0,0,0,168,208,1,131, | ||
9383 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9384 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9385 | 1,0,0,0,184,208,1,131,2,0,0,0, | ||
9386 | 192,208,1,131,0,0,0,0,0,0,0,0, | ||
9387 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9388 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9389 | 1,0,0,0,208,208,1,131,2,0,0,0, | ||
9390 | 216,208,1,131,3,0,0,0,224,208,1,131, | ||
9391 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9392 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9393 | 1,0,0,0,240,208,1,131,2,0,0,0, | ||
9394 | 248,208,1,131,0,0,0,0,0,0,0,0, | ||
9395 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9396 | 8,209,1,131,0,0,0,0,0,0,0,0, | ||
9397 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9398 | 0,0,0,0,1,0,0,0,24,209,1,131, | ||
9399 | 2,0,0,0,32,209,1,131,0,0,0,0, | ||
9400 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9401 | 1,0,0,0,48,209,1,131,0,0,0,0, | ||
9402 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9403 | 1,0,0,0,64,209,1,131,0,0,0,0, | ||
9404 | 0,0,0,0,1,0,0,0,232,208,1,131, | ||
9405 | 2,0,0,0,0,209,1,131,3,0,0,0, | ||
9406 | 16,209,1,131,4,0,0,0,40,209,1,131, | ||
9407 | 5,0,0,0,56,209,1,131,6,0,0,0, | ||
9408 | 72,209,1,131,0,0,0,0,0,0,0,0, | ||
9409 | 2,0,0,0,152,208,1,131,6,0,0,0, | ||
9410 | 176,208,1,131,7,0,0,0,200,208,1,131, | ||
9411 | 8,0,0,0,80,209,1,131,0,0,0,0, | ||
9412 | 0,0,0,0,7,0,0,0,88,209,1,131, | ||
9413 | 0,0,0,0,0,0,0,0,8,202,0,131, | ||
9414 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9415 | 128,17,3,131,1,0,65,1,32,45,1,131, | ||
9416 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9417 | 8,185,1,131,0,0,0,0,255,0,0,0, | ||
9418 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9419 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9420 | 144,17,3,131,1,0,65,1,32,45,1,131, | ||
9421 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9422 | 68,185,1,131,0,0,0,0,255,0,0,0, | ||
9423 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9424 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9425 | 148,17,3,131,1,0,65,1,32,45,1,131, | ||
9426 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9427 | 128,185,1,131,0,0,0,0,255,0,0,0, | ||
9428 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9429 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9430 | 132,17,3,131,1,0,65,1,32,45,1,131, | ||
9431 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9432 | 188,185,1,131,0,0,0,0,255,0,0,0, | ||
9433 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9434 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9435 | 136,17,3,131,1,0,65,1,32,45,1,131, | ||
9436 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9437 | 248,185,1,131,0,0,0,0,255,0,0,0, | ||
9438 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9439 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9440 | 140,17,3,131,1,0,65,1,32,45,1,131, | ||
9441 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9442 | 52,186,1,131,0,0,0,0,255,0,0,0, | ||
9443 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9444 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9445 | 156,17,3,131,1,0,65,1,32,45,1,131, | ||
9446 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9447 | 112,186,1,131,0,0,0,0,255,0,0,0, | ||
9448 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9449 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9450 | 160,17,3,131,1,0,65,1,32,45,1,131, | ||
9451 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9452 | 172,186,1,131,0,0,0,0,255,0,0,0, | ||
9453 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9454 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9455 | 164,17,3,131,1,0,65,1,32,45,1,131, | ||
9456 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9457 | 232,186,1,131,0,0,0,0,255,0,0,0, | ||
9458 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9459 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9460 | 168,17,3,131,1,0,65,1,32,45,1,131, | ||
9461 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9462 | 36,187,1,131,0,0,0,0,255,0,0,0, | ||
9463 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9464 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9465 | 172,17,3,131,1,0,65,1,32,45,1,131, | ||
9466 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9467 | 96,187,1,131,0,0,0,0,255,0,0,0, | ||
9468 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9469 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9470 | 176,17,3,131,1,0,65,1,32,45,1,131, | ||
9471 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9472 | 156,187,1,131,0,0,0,0,255,0,0,0, | ||
9473 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9474 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9475 | 180,17,3,131,1,0,65,1,32,45,1,131, | ||
9476 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9477 | 216,187,1,131,0,0,0,0,255,0,0,0, | ||
9478 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9479 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9480 | 184,17,3,131,1,0,65,1,32,45,1,131, | ||
9481 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9482 | 20,188,1,131,0,0,0,0,255,0,0,0, | ||
9483 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9484 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9485 | 188,17,3,131,1,0,65,1,32,45,1,131, | ||
9486 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9487 | 80,188,1,131,0,0,0,0,255,0,0,0, | ||
9488 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9489 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9490 | 192,17,3,131,1,0,65,1,32,45,1,131, | ||
9491 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9492 | 140,188,1,131,0,0,0,0,255,0,0,0, | ||
9493 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9494 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9495 | 196,17,3,131,1,0,65,1,32,45,1,131, | ||
9496 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9497 | 200,188,1,131,0,0,0,0,255,0,0,0, | ||
9498 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9499 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9500 | 200,17,3,131,1,0,65,1,32,45,1,131, | ||
9501 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9502 | 4,189,1,131,0,0,0,0,255,0,0,0, | ||
9503 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9504 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9505 | 204,17,3,131,1,0,65,1,32,45,1,131, | ||
9506 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9507 | 64,189,1,131,0,0,0,0,255,0,0,0, | ||
9508 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9509 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9510 | 208,17,3,131,1,0,65,1,32,45,1,131, | ||
9511 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9512 | 124,189,1,131,0,0,0,0,255,0,0,0, | ||
9513 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9514 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9515 | 212,17,3,131,1,0,65,1,32,45,1,131, | ||
9516 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9517 | 184,189,1,131,0,0,0,0,255,0,0,0, | ||
9518 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9519 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9520 | 220,17,3,131,1,0,65,1,32,45,1,131, | ||
9521 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9522 | 244,189,1,131,0,0,0,0,255,0,0,0, | ||
9523 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9524 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9525 | 224,17,3,131,1,0,65,1,32,45,1,131, | ||
9526 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9527 | 48,190,1,131,0,0,0,0,255,0,0,0, | ||
9528 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9529 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9530 | 228,17,3,131,1,0,65,1,32,45,1,131, | ||
9531 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9532 | 108,190,1,131,0,0,0,0,255,0,0,0, | ||
9533 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9534 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9535 | 232,17,3,131,1,0,65,1,32,45,1,131, | ||
9536 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9537 | 168,190,1,131,0,0,0,0,255,0,0,0, | ||
9538 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9539 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9540 | 236,17,3,131,1,0,65,1,32,45,1,131, | ||
9541 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9542 | 228,190,1,131,0,0,0,0,255,0,0,0, | ||
9543 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9544 | 148,38,1,131,92,215,0,131,156,202,0,131, | ||
9545 | 240,17,3,131,1,0,65,1,32,45,1,131, | ||
9546 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9547 | 32,191,1,131,0,0,0,0,255,0,0,0, | ||
9548 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9549 | 148,38,1,131,104,215,0,131,140,215,0,131, | ||
9550 | 0,0,0,0,1,0,2,3,32,45,1,131, | ||
9551 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9552 | 92,191,1,131,0,0,0,0,255,0,0,0, | ||
9553 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
9554 | 28,185,1,131,2,0,0,0,88,185,1,131, | ||
9555 | 3,0,0,0,148,185,1,131,4,0,0,0, | ||
9556 | 208,185,1,131,5,0,0,0,12,186,1,131, | ||
9557 | 6,0,0,0,72,186,1,131,8,0,0,0, | ||
9558 | 132,186,1,131,9,0,0,0,192,186,1,131, | ||
9559 | 10,0,0,0,252,186,1,131,11,0,0,0, | ||
9560 | 56,187,1,131,12,0,0,0,116,187,1,131, | ||
9561 | 13,0,0,0,176,187,1,131,14,0,0,0, | ||
9562 | 236,187,1,131,15,0,0,0,40,188,1,131, | ||
9563 | 16,0,0,0,100,188,1,131,17,0,0,0, | ||
9564 | 160,188,1,131,18,0,0,0,220,188,1,131, | ||
9565 | 19,0,0,0,24,189,1,131,20,0,0,0, | ||
9566 | 84,189,1,131,21,0,0,0,144,189,1,131, | ||
9567 | 22,0,0,0,204,189,1,131,24,0,0,0, | ||
9568 | 8,190,1,131,25,0,0,0,68,190,1,131, | ||
9569 | 26,0,0,0,128,190,1,131,27,0,0,0, | ||
9570 | 188,190,1,131,28,0,0,0,248,190,1,131, | ||
9571 | 29,0,0,0,52,191,1,131,30,0,0,0, | ||
9572 | 112,191,1,131,0,0,0,0,0,0,0,0, | ||
9573 | 8,202,0,131,148,38,1,131,180,215,0,131, | ||
9574 | 156,202,0,131,218,12,3,131,1,0,4,1, | ||
9575 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9576 | 20,48,1,131,128,192,1,131,0,0,0,0, | ||
9577 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9578 | 8,202,0,131,148,38,1,131,120,205,0,131, | ||
9579 | 156,202,0,131,40,211,1,131,1,0,2,1, | ||
9580 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9581 | 20,48,1,131,188,192,1,131,0,0,0,0, | ||
9582 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9583 | 8,202,0,131,148,38,1,131,112,205,0,131, | ||
9584 | 156,202,0,131,2,0,0,0,1,0,2,1, | ||
9585 | 32,45,1,131,208,48,1,131,160,49,1,131, | ||
9586 | 20,48,1,131,248,192,1,131,0,0,0,0, | ||
9587 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9588 | 1,0,2,1,44,202,0,131,200,215,0,131, | ||
9589 | 164,202,0,131,196,216,0,131,0,0,0,0, | ||
9590 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9591 | 0,0,0,0,1,0,2,1,44,202,0,131, | ||
9592 | 200,215,0,131,164,202,0,131,196,216,0,131, | ||
9593 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9594 | 255,0,0,0,0,0,0,0,1,0,6,1, | ||
9595 | 44,202,0,131,200,215,0,131,164,202,0,131, | ||
9596 | 196,216,0,131,0,0,0,0,0,0,0,0, | ||
9597 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9598 | 1,0,65,1,44,202,0,131,200,215,0,131, | ||
9599 | 164,202,0,131,196,216,0,131,0,0,0,0, | ||
9600 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9601 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9602 | 200,215,0,131,164,202,0,131,196,216,0,131, | ||
9603 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9604 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
9605 | 52,193,1,131,2,0,0,0,92,193,1,131, | ||
9606 | 3,0,0,0,132,193,1,131,4,0,0,0, | ||
9607 | 172,193,1,131,5,0,0,0,212,193,1,131, | ||
9608 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9609 | 112,209,1,131,0,0,0,0,0,0,0,0, | ||
9610 | 1,0,0,0,148,192,1,131,2,0,0,0, | ||
9611 | 208,192,1,131,3,0,0,0,12,193,1,131, | ||
9612 | 4,0,0,0,120,209,1,131,0,0,0,0, | ||
9613 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9614 | 112,205,0,131,156,202,0,131,3,0,0,0, | ||
9615 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9616 | 160,49,1,131,20,48,1,131,100,194,1,131, | ||
9617 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9618 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9619 | 92,217,0,131,60,210,0,131,216,12,3,131, | ||
9620 | 1,0,2,3,32,45,1,131,208,48,1,131, | ||
9621 | 160,49,1,131,20,48,1,131,160,194,1,131, | ||
9622 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9623 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9624 | 104,217,0,131,156,202,0,131,0,0,0,0, | ||
9625 | 1,0,67,1,32,45,1,131,208,48,1,131, | ||
9626 | 160,49,1,131,20,48,1,131,220,194,1,131, | ||
9627 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9628 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9629 | 104,217,0,131,156,202,0,131,0,0,0,0, | ||
9630 | 1,0,65,1,32,45,1,131,208,48,1,131, | ||
9631 | 160,49,1,131,20,48,1,131,24,195,1,131, | ||
9632 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9633 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9634 | 112,217,0,131,156,202,0,131,216,12,3,131, | ||
9635 | 1,0,4,1,32,45,1,131,208,48,1,131, | ||
9636 | 160,49,1,131,20,48,1,131,84,195,1,131, | ||
9637 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9638 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9639 | 120,205,0,131,156,202,0,131,224,12,3,131, | ||
9640 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9641 | 160,49,1,131,20,48,1,131,144,195,1,131, | ||
9642 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9643 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9644 | 120,205,0,131,156,202,0,131,228,12,3,131, | ||
9645 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9646 | 160,49,1,131,20,48,1,131,204,195,1,131, | ||
9647 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9648 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9649 | 92,217,0,131,156,202,0,131,232,12,3,131, | ||
9650 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9651 | 160,49,1,131,20,48,1,131,8,196,1,131, | ||
9652 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9653 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9654 | 92,217,0,131,156,202,0,131,234,12,3,131, | ||
9655 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9656 | 160,49,1,131,20,48,1,131,68,196,1,131, | ||
9657 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9658 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9659 | 92,217,0,131,156,202,0,131,246,12,3,131, | ||
9660 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9661 | 160,49,1,131,20,48,1,131,128,196,1,131, | ||
9662 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9663 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9664 | 92,217,0,131,156,202,0,131,236,12,3,131, | ||
9665 | 1,0,2,1,32,45,1,131,208,48,1,131, | ||
9666 | 160,49,1,131,20,48,1,131,188,196,1,131, | ||
9667 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9668 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9669 | 92,217,0,131,60,210,0,131,238,12,3,131, | ||
9670 | 1,0,2,3,32,45,1,131,208,48,1,131, | ||
9671 | 160,49,1,131,20,48,1,131,248,196,1,131, | ||
9672 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9673 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9674 | 92,217,0,131,60,210,0,131,240,12,3,131, | ||
9675 | 1,0,2,3,32,45,1,131,208,48,1,131, | ||
9676 | 160,49,1,131,20,48,1,131,52,197,1,131, | ||
9677 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9678 | 0,0,0,0,8,202,0,131,148,38,1,131, | ||
9679 | 92,217,0,131,60,210,0,131,242,12,3,131, | ||
9680 | 1,0,2,3,32,45,1,131,208,48,1,131, | ||
9681 | 160,49,1,131,20,48,1,131,112,197,1,131, | ||
9682 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9683 | 0,0,0,0,1,0,2,1,180,219,0,131, | ||
9684 | 132,217,0,131,164,202,0,131,104,220,0,131, | ||
9685 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9686 | 255,0,0,0,0,0,0,0,1,0,2,3, | ||
9687 | 180,219,0,131,132,217,0,131,0,221,0,131, | ||
9688 | 104,220,0,131,0,0,0,0,0,0,0,0, | ||
9689 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9690 | 1,0,2,1,180,219,0,131,132,217,0,131, | ||
9691 | 164,202,0,131,104,220,0,131,0,0,0,0, | ||
9692 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9693 | 0,0,0,0,1,0,2,3,180,219,0,131, | ||
9694 | 132,217,0,131,0,221,0,131,104,220,0,131, | ||
9695 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9696 | 255,0,0,0,0,0,0,0,1,0,2,3, | ||
9697 | 180,219,0,131,132,217,0,131,0,221,0,131, | ||
9698 | 104,220,0,131,0,0,0,0,0,0,0,0, | ||
9699 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9700 | 1,0,4,1,180,219,0,131,132,217,0,131, | ||
9701 | 164,202,0,131,104,220,0,131,0,0,0,0, | ||
9702 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9703 | 0,0,0,0,1,0,2,1,180,219,0,131, | ||
9704 | 132,217,0,131,164,202,0,131,104,220,0,131, | ||
9705 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9706 | 255,0,0,0,0,0,0,0,1,0,4,1, | ||
9707 | 180,219,0,131,132,217,0,131,164,202,0,131, | ||
9708 | 104,220,0,131,0,0,0,0,0,0,0,0, | ||
9709 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9710 | 1,0,4,1,180,219,0,131,132,217,0,131, | ||
9711 | 164,202,0,131,104,220,0,131,0,0,0,0, | ||
9712 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9713 | 0,0,0,0,1,0,65,1,180,219,0,131, | ||
9714 | 132,217,0,131,164,202,0,131,104,220,0,131, | ||
9715 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9716 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
9717 | 172,197,1,131,2,0,0,0,212,197,1,131, | ||
9718 | 3,0,0,0,252,197,1,131,4,0,0,0, | ||
9719 | 36,198,1,131,5,0,0,0,76,198,1,131, | ||
9720 | 6,0,0,0,116,198,1,131,7,0,0,0, | ||
9721 | 156,198,1,131,8,0,0,0,196,198,1,131, | ||
9722 | 9,0,0,0,236,198,1,131,10,0,0,0, | ||
9723 | 20,199,1,131,0,0,0,0,0,0,0,0, | ||
9724 | 1,0,0,0,136,209,1,131,0,0,0,0, | ||
9725 | 0,0,0,0,1,0,0,0,120,194,1,131, | ||
9726 | 2,0,0,0,180,194,1,131,3,0,0,0, | ||
9727 | 240,194,1,131,4,0,0,0,44,195,1,131, | ||
9728 | 5,0,0,0,104,195,1,131,6,0,0,0, | ||
9729 | 164,195,1,131,7,0,0,0,224,195,1,131, | ||
9730 | 8,0,0,0,28,196,1,131,9,0,0,0, | ||
9731 | 88,196,1,131,10,0,0,0,148,196,1,131, | ||
9732 | 11,0,0,0,208,196,1,131,12,0,0,0, | ||
9733 | 12,197,1,131,13,0,0,0,72,197,1,131, | ||
9734 | 14,0,0,0,132,197,1,131,15,0,0,0, | ||
9735 | 144,209,1,131,0,0,0,0,0,0,0,0, | ||
9736 | 0,0,0,0,0,0,0,0,8,202,0,131, | ||
9737 | 148,38,1,131,76,210,0,131,156,202,0,131, | ||
9738 | 160,211,1,131,1,0,65,1,32,45,1,131, | ||
9739 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9740 | 44,200,1,131,0,0,0,0,255,0,0,0, | ||
9741 | 255,0,0,0,0,0,0,0,8,202,0,131, | ||
9742 | 148,38,1,131,120,205,0,131,60,210,0,131, | ||
9743 | 140,1,0,163,1,0,2,3,32,45,1,131, | ||
9744 | 208,48,1,131,160,49,1,131,20,48,1,131, | ||
9745 | 104,200,1,131,0,0,0,0,255,0,0,0, | ||
9746 | 255,0,0,0,0,0,0,0,1,0,4,1, | ||
9747 | 44,202,0,131,36,222,0,131,164,202,0,131, | ||
9748 | 48,223,0,131,0,0,0,0,0,0,0,0, | ||
9749 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9750 | 1,0,2,1,44,202,0,131,36,222,0,131, | ||
9751 | 164,202,0,131,48,223,0,131,0,0,0,0, | ||
9752 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9753 | 0,0,0,0,1,0,2,1,44,202,0,131, | ||
9754 | 36,222,0,131,164,202,0,131,48,223,0,131, | ||
9755 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9756 | 255,0,0,0,0,0,0,0,1,0,0,0, | ||
9757 | 164,200,1,131,2,0,0,0,204,200,1,131, | ||
9758 | 3,0,0,0,244,200,1,131,0,0,0,0, | ||
9759 | 0,0,0,0,1,0,0,0,168,209,1,131, | ||
9760 | 0,0,0,0,0,0,0,0,1,0,2,1, | ||
9761 | 44,202,0,131,212,223,0,131,164,202,0,131, | ||
9762 | 252,224,0,131,0,0,0,0,0,0,0,0, | ||
9763 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9764 | 1,0,2,1,44,202,0,131,212,223,0,131, | ||
9765 | 164,202,0,131,252,224,0,131,0,0,0,0, | ||
9766 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9767 | 0,0,0,0,1,0,65,1,44,202,0,131, | ||
9768 | 212,223,0,131,164,202,0,131,252,224,0,131, | ||
9769 | 0,0,0,0,0,0,0,0,255,0,0,0, | ||
9770 | 255,0,0,0,0,0,0,0,1,0,65,1, | ||
9771 | 44,202,0,131,212,223,0,131,164,202,0,131, | ||
9772 | 252,224,0,131,0,0,0,0,0,0,0,0, | ||
9773 | 255,0,0,0,255,0,0,0,0,0,0,0, | ||
9774 | 1,0,65,1,44,202,0,131,212,223,0,131, | ||
9775 | 164,202,0,131,252,224,0,131,0,0,0,0, | ||
9776 | 0,0,0,0,255,0,0,0,255,0,0,0, | ||
9777 | 0,0,0,0,1,0,0,0,76,201,1,131, | ||
9778 | 2,0,0,0,116,201,1,131,3,0,0,0, | ||
9779 | 156,201,1,131,4,0,0,0,196,201,1,131, | ||
9780 | 5,0,0,0,236,201,1,131,0,0,0,0, | ||
9781 | 0,0,0,0,1,0,0,0,184,209,1,131, | ||
9782 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9783 | 64,200,1,131,2,0,0,0,124,200,1,131, | ||
9784 | 3,0,0,0,176,209,1,131,4,0,0,0, | ||
9785 | 192,209,1,131,0,0,0,0,0,0,0,0, | ||
9786 | 1,0,0,0,128,209,1,131,2,0,0,0, | ||
9787 | 152,209,1,131,3,0,0,0,160,209,1,131, | ||
9788 | 4,0,0,0,200,209,1,131,0,0,0,0, | ||
9789 | 0,0,0,0,1,0,0,0,24,208,1,131, | ||
9790 | 2,0,0,0,48,208,1,131,4,0,0,0, | ||
9791 | 104,208,1,131,5,0,0,0,112,208,1,131, | ||
9792 | 7,0,0,0,136,208,1,131,10,0,0,0, | ||
9793 | 96,209,1,131,11,0,0,0,104,209,1,131, | ||
9794 | 17,0,0,0,208,209,1,131,0,0,0,0, | ||
9795 | 0,0,0,0,1,0,0,0,216,209,1,131, | ||
9796 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9797 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9798 | 1,0,0,0,240,209,1,131,0,0,0,0, | ||
9799 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9800 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9801 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9802 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9803 | 0,0,0,0,1,0,0,0,8,210,1,131, | ||
9804 | 2,0,0,0,16,210,1,131,3,0,0,0, | ||
9805 | 24,210,1,131,4,0,0,0,32,210,1,131, | ||
9806 | 5,0,0,0,40,210,1,131,0,0,0,0, | ||
9807 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9808 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9809 | 56,210,1,131,2,0,0,0,64,210,1,131, | ||
9810 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9811 | 72,210,1,131,0,0,0,0,0,0,0,0, | ||
9812 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9813 | 48,210,1,131,2,0,0,0,80,210,1,131, | ||
9814 | 3,0,0,0,88,210,1,131,0,0,0,0, | ||
9815 | 0,0,0,0,1,0,0,0,16,208,1,131, | ||
9816 | 2,0,0,0,224,209,1,131,3,0,0,0, | ||
9817 | 232,209,1,131,4,0,0,0,248,209,1,131, | ||
9818 | 5,0,0,0,0,210,1,131,6,0,0,0, | ||
9819 | 96,210,1,131,0,0,0,0,0,0,0,0, | ||
9820 | 1,0,0,0,104,210,1,131,0,0,0,0, | ||
9821 | 0,0,0,0,6,0,0,0,112,210,1,131, | ||
9822 | 0,0,0,0,0,0,0,0,3,0,0,0, | ||
9823 | 120,210,1,131,0,0,0,0,0,0,0,0, | ||
9824 | 1,0,0,0,128,210,1,131,0,0,0,0, | ||
9825 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9826 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9827 | 1,0,0,0,3,0,0,0,6,0,0,0, | ||
9828 | 1,0,0,0,2,0,0,0,1,0,0,0, | ||
9829 | 10,0,0,0,7,0,0,0,8,0,0,0, | ||
9830 | 2,0,0,0,2,0,0,0,0,0,0,0, | ||
9831 | 0,0,0,0,0,0,0,0,112,117,98,108, | ||
9832 | 105,99,0,0,0,0,0,0,0,0,0,0, | ||
9833 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9834 | 0,0,0,0,112,114,105,118,97,116,101,0, | ||
9835 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9836 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9837 | 83,78,77,80,95,116,114,97,112,0,0,0, | ||
9838 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9839 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9840 | 3,0,0,0,6,0,0,0,1,0,0,0, | ||
9841 | 4,0,0,0,1,0,0,0,76,1,0,0, | ||
9842 | 5,0,0,0,1,0,0,0,1,0,0,0, | ||
9843 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9844 | 3,0,0,0,6,0,0,0,1,0,0,0, | ||
9845 | 2,0,0,0,1,0,0,0,2,0,0,0, | ||
9846 | 2,0,0,0,1,0,0,0,1,0,0,0, | ||
9847 | 0,0,0,0,1,0,0,0,3,0,0,0, | ||
9848 | 6,0,0,0,1,0,0,0,2,0,0,0, | ||
9849 | 1,0,0,0,17,0,0,0,0,0,0,0, | ||
9850 | 0,0,0,0,48,49,50,51,52,53,54,55, | ||
9851 | 56,57,65,66,67,68,69,70,0,0,0,0, | ||
9852 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9853 | 255,85,170,0,255,255,255,255,85,85,85,85, | ||
9854 | 170,170,170,170,0,0,0,0,0,0,0,0, | ||
9855 | 0,0,0,0,0,0,0,0,64,40,35,41, | ||
9856 | 32,67,111,112,121,114,105,103,104,116,32,40, | ||
9857 | 99,41,32,49,57,56,54,32,45,32,49,57, | ||
9858 | 57,53,32,32,69,112,105,108,111,103,117,101, | ||
9859 | 32,84,101,99,104,110,111,108,111,103,121,32, | ||
9860 | 67,111,114,112,111,114,97,116,105,111,110,10, | ||
9861 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9862 | 0,0,0,0,0,0,0,0,255,255,255,255, | ||
9863 | 72,10,0,0,78,10,0,0,83,10,0,0, | ||
9864 | 69,10,0,0,109,97,105,110,46,99,0,0, | ||
9865 | 48,0,0,0,55,0,0,0,0,0,0,0, | ||
9866 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9867 | 0,0,0,0,116,105,109,101,114,46,99,0, | ||
9868 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9869 | 100,0,0,0,100,0,0,0,1,0,0,0, | ||
9870 | 0,0,0,0,115,114,99,32,0,0,0,0, | ||
9871 | 32,0,0,0,100,115,116,32,0,0,0,0, | ||
9872 | 32,37,48,50,88,0,0,0,10,0,0,0, | ||
9873 | 255,255,255,255,48,48,48,48,48,48,0,0, | ||
9874 | 48,48,48,48,48,49,0,0,0,0,0,0, | ||
9875 | 0,0,0,0,0,0,0,0,255,255,255,255, | ||
9876 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9877 | 62,32,0,0,37,120,10,0,37,120,58,9, | ||
9878 | 37,120,10,0,37,115,10,0,0,0,0,0, | ||
9879 | 10,0,0,0,0,0,0,0,0,0,0,0, | ||
9880 | 68,85,77,80,10,0,0,0,37,48,50,120, | ||
9881 | 32,0,0,0,10,0,0,0,0,0,0,0, | ||
9882 | 37,100,32,112,112,115,10,0,0,0,0,0, | ||
9883 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9884 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9885 | 1,0,0,0,0,0,0,0,1,0,0,0, | ||
9886 | 119,119,0,0,0,0,0,0,0,0,0,0, | ||
9887 | 0,0,0,0,0,0,0,0,1,128,194,0, | ||
9888 | 0,0,0,0,1,128,194,0,0,16,0,0, | ||
9889 | 66,76,75,0,70,87,68,0,76,82,78,0, | ||
9890 | 76,73,83,0,68,73,83,0,72,69,76,76, | ||
9891 | 79,10,0,0,116,99,32,101,120,112,10,0, | ||
9892 | 102,114,111,109,32,0,0,0,10,0,0,0, | ||
9893 | 87,101,105,114,100,0,0,0,0,0,0,0, | ||
9894 | 0,0,0,0,255,255,255,255,255,255,255,255, | ||
9895 | 255,255,0,0,255,255,255,255,255,255,0,0, | ||
9896 | 0,0,0,0,0,0,0,0,80,65,68,37, | ||
9897 | 100,10,0,0,170,170,3,0,0,0,0,0, | ||
9898 | 83,69,78,84,33,10,0,0,85,68,80,10, | ||
9899 | 0,0,0,0,73,67,77,80,10,0,0,0, | ||
9900 | 69,67,72,79,10,0,0,0,73,80,10,0, | ||
9901 | 170,170,3,0,0,0,0,0,73,80,88,33, | ||
9902 | 10,0,0,0,0,0,0,0,255,255,255,255, | ||
9903 | 255,255,0,0,0,0,0,0,0,0,0,0, | ||
9904 | 0,0,0,0,0,0,0,0,0,0,0,0, | ||
9905 | 0,0,0,0,192,155,1,131,0,0,0,0, | ||
9906 | 108,157,1,131,0,0,0,0,88,161,1,131, | ||
9907 | 0,0,0,0,16,162,1,131,0,0,0,0, | ||
9908 | 32,162,1,131,0,0,0,0,116,167,1,131, | ||
9909 | 0,0,0,0,164,167,1,131,0,0,0,0, | ||
9910 | 188,169,1,131,0,0,0,0,44,170,1,131, | ||
9911 | 0,0,0,0,220,170,1,131,0,0,0,0, | ||
9912 | 4,171,1,131,0,0,0,0,80,171,1,131, | ||
9913 | 0,0,0,0,40,178,1,131,0,0,0,0, | ||
9914 | 104,180,1,131,0,0,0,0,128,180,1,131, | ||
9915 | 0,0,0,0,144,180,1,131,0,0,0,0, | ||
9916 | 240,182,1,131,0,0,0,0,104,183,1,131, | ||
9917 | 0,0,0,0,120,183,1,131,0,0,0,0, | ||
9918 | 128,183,1,131,0,0,0,0,136,183,1,131, | ||
9919 | 0,0,0,0,160,183,1,131,0,0,0,0, | ||
9920 | 168,183,1,131,0,0,0,0,176,183,1,131, | ||
9921 | 0,0,0,0,200,183,1,131,0,0,0,0, | ||
9922 | 208,183,1,131,0,0,0,0,216,183,1,131, | ||
9923 | 0,0,0,0,224,183,1,131,0,0,0,0, | ||
9924 | 0,184,1,131,0,0,0,0,8,184,1,131, | ||
9925 | 0,0,0,0,16,184,1,131,0,0,0,0, | ||
9926 | 40,184,1,131,0,0,0,0,48,184,1,131, | ||
9927 | 0,0,0,0,64,184,1,131,0,0,0,0, | ||
9928 | 72,184,1,131,0,0,0,0,80,184,1,131, | ||
9929 | 0,0,0,0,104,184,1,131,0,0,0,0, | ||
9930 | 112,184,1,131,0,0,0,0,128,184,1,131, | ||
9931 | 0,0,0,0,136,184,1,131,0,0,0,0, | ||
9932 | 152,184,1,131,0,0,0,0,208,184,1,131, | ||
9933 | 0,0,0,0,248,184,1,131,0,0,0,0, | ||
9934 | 152,191,1,131,0,0,0,0,252,193,1,131, | ||
9935 | 0,0,0,0,44,194,1,131,0,0,0,0, | ||
9936 | 60,194,1,131,0,0,0,0,60,199,1,131, | ||
9937 | 0,0,0,0,148,199,1,131,0,0,0,0, | ||
9938 | 164,199,1,131,0,0,0,0,36,200,1,131, | ||
9939 | 0,0,0,0,28,201,1,131,0,0,0,0, | ||
9940 | 60,201,1,131,0,0,0,0,20,202,1,131, | ||
9941 | 0,0,0,0,68,202,1,131,0,0,0,0, | ||
9942 | 84,202,1,131,0,0,0,0,124,202,1,131, | ||
9943 | 0,0,0,0,164,202,1,131,0,0,0,0, | ||
9944 | 236,202,1,131,0,0,0,0,252,202,1,131, | ||
9945 | 0,0,0,0,4,203,1,131,0,0,0,0, | ||
9946 | 12,203,1,131,0,0,0,0,28,203,1,131, | ||
9947 | 0,0,0,0,36,203,1,131,0,0,0,0, | ||
9948 | 44,203,1,131,0,0,0,0,52,203,1,131, | ||
9949 | 0,0,0,0,60,203,1,131,0,0,0,0, | ||
9950 | 68,203,1,131,0,0,0,0,76,203,1,131, | ||
9951 | 0,0,0,0,124,203,1,131,0,0,0,0, | ||
9952 | 132,203,1,131,0,0,0,0,140,203,1,131, | ||
9953 | 0,0,0,0,164,203,1,131,0,0,0,0, | ||
9954 | 180,203,1,131,0,0,0,0,188,203,1,131, | ||
9955 | 0,0,0,0,220,203,1,131,0,0,0,0, | ||
9956 | 20,204,1,131,0,0,0,0,36,204,1,131, | ||
9957 | 0,0,0,0,52,204,1,131,0,0,0,0, | ||
9958 | 68,204,1,131,255,255,255,0,0,0,0,0, | ||
9959 | 0,0,0,0,0,0,0,0,1,0,0,0, | ||
9960 | 10,0,0,0,10,0,0,0,0,205,1,131, | ||
9961 | 10,0,0,0,7,0,0,0,0,0,0,0, | ||
9962 | 0,0,0,0,255,255,255,255,110,118,114,97, | ||
9963 | 109,46,99,0,114,99,0,0,48,120,0,0, | ||
9964 | 0,0,0,0,0,0,0,0,0,0,0,0 | ||
9965 | } ; | ||
9966 | static const int dgrs_ncode = 119520 ; | ||
diff --git a/drivers/net/dgrs_i82596.h b/drivers/net/dgrs_i82596.h deleted file mode 100644 index ac9217ad2138..000000000000 --- a/drivers/net/dgrs_i82596.h +++ /dev/null | |||
@@ -1,473 +0,0 @@ | |||
1 | /* | ||
2 | * i82596 ethernet controller bits and structures (little endian) | ||
3 | * | ||
4 | * $Id: i82596.h,v 1.8 1996/09/03 11:19:03 rick Exp $ | ||
5 | */ | ||
6 | |||
7 | /************************************************************************/ | ||
8 | /* */ | ||
9 | /* PORT commands (p. 4-20). The least significant nibble is one */ | ||
10 | /* of these commands, the rest of the command is a memory address */ | ||
11 | /* aligned on a 16 byte boundary. Note that port commands must */ | ||
12 | /* be written to the PORT address and the PORT address+2 with two */ | ||
13 | /* halfword writes. Write the LSH first to PORT, then the MSH to */ | ||
14 | /* PORT+2. Blame Intel. */ | ||
15 | /* */ | ||
16 | /************************************************************************/ | ||
17 | #define I596_PORT_RESET 0x0 /* Reset. Wait 5 SysClks & 10 TxClks */ | ||
18 | #define I596_PORT_SELFTEST 0x1 /* Do a selftest */ | ||
19 | #define I596_PORT_SCP_ADDR 0x2 /* Set new SCP address */ | ||
20 | #define I596_PORT_DUMP 0x3 /* Dump internal data structures */ | ||
21 | |||
22 | /* | ||
23 | * I596_ST: Selftest results (p. 4-21) | ||
24 | */ | ||
25 | typedef volatile struct | ||
26 | { | ||
27 | ulong signature; /* ROM checksum */ | ||
28 | ulong result; /* Selftest results: non-zero is a failure */ | ||
29 | } I596_ST; | ||
30 | |||
31 | #define I596_ST_SELFTEST_FAIL 0x1000 /* Selftest Failed */ | ||
32 | #define I596_ST_DIAGNOSE_FAIL 0x0020 /* Diagnose Failed */ | ||
33 | #define I596_ST_BUSTIMER_FAIL 0x0010 /* Bus Timer Failed */ | ||
34 | #define I596_ST_REGISTER_FAIL 0x0008 /* Register Failed */ | ||
35 | #define I596_ST_ROM_FAIL 0x0004 /* ROM Failed */ | ||
36 | |||
37 | /* | ||
38 | * I596_DUMP: Dump results | ||
39 | */ | ||
40 | typedef volatile struct | ||
41 | { | ||
42 | ulong dump[77]; | ||
43 | } I596_DUMP; | ||
44 | |||
45 | /************************************************************************/ | ||
46 | /* */ | ||
47 | /* I596_TBD: Transmit Buffer Descriptor (p. 4-59) */ | ||
48 | /* */ | ||
49 | /************************************************************************/ | ||
50 | typedef volatile struct _I596_TBD | ||
51 | { | ||
52 | ulong count; | ||
53 | vol struct _I596_TBD *next; | ||
54 | uchar *buf; | ||
55 | ushort unused1; | ||
56 | ushort unused2; | ||
57 | } I596_TBD; | ||
58 | |||
59 | #define I596_TBD_NOLINK ((I596_TBD *) 0xffffffff) | ||
60 | #define I596_TBD_EOF 0x8000 | ||
61 | #define I596_TBD_COUNT_MASK 0x3fff | ||
62 | |||
63 | /************************************************************************/ | ||
64 | /* */ | ||
65 | /* I596_TFD: Transmit Frame Descriptor (p. 4-56) */ | ||
66 | /* a.k.a. I596_CB_XMIT */ | ||
67 | /* */ | ||
68 | /************************************************************************/ | ||
69 | typedef volatile struct | ||
70 | { | ||
71 | ushort status; | ||
72 | ushort cmd; | ||
73 | union _I596_CB *next; | ||
74 | I596_TBD *tbdp; | ||
75 | ulong count; /* for speed */ | ||
76 | |||
77 | /* Application defined data follows structure... */ | ||
78 | |||
79 | #if 0 /* We don't use these intel defined ones */ | ||
80 | uchar addr[6]; | ||
81 | ushort len; | ||
82 | uchar data[1]; | ||
83 | #else | ||
84 | ulong dstchan;/* Used by multi-NIC mode */ | ||
85 | #endif | ||
86 | } I596_TFD; | ||
87 | |||
88 | #define I596_TFD_NOCRC 0x0010 /* cmd: No CRC insertion */ | ||
89 | #define I596_TFD_FLEX 0x0008 /* cmd: Flexible mode */ | ||
90 | |||
91 | /************************************************************************/ | ||
92 | /* */ | ||
93 | /* I596_RBD: Receive Buffer Descriptor (p. 4-84) */ | ||
94 | /* */ | ||
95 | /************************************************************************/ | ||
96 | typedef volatile struct _I596_RBD | ||
97 | { | ||
98 | #ifdef INTEL_RETENTIVE | ||
99 | ushort count; /* Length of data in buf */ | ||
100 | ushort offset; | ||
101 | #else | ||
102 | ulong count; /* Length of data in buf */ | ||
103 | #endif | ||
104 | vol struct _I596_RBD *next; /* Next buffer descriptor in list */ | ||
105 | uchar *buf; /* Data buffer */ | ||
106 | #ifdef INTEL_RETENTIVE | ||
107 | ushort size; /* Size of buf (constant) */ | ||
108 | ushort zero; | ||
109 | #else | ||
110 | ulong size; /* Size of buf (constant) */ | ||
111 | #endif | ||
112 | |||
113 | /* Application defined data follows structure... */ | ||
114 | |||
115 | uchar chan; | ||
116 | uchar refcnt; | ||
117 | ushort len; | ||
118 | } I596_RBD; | ||
119 | |||
120 | #define I596_RBD_NOLINK ((I596_RBD *) 0xffffffff) | ||
121 | #define I596_RBD_EOF 0x8000 /* This is last buffer in a frame */ | ||
122 | #define I596_RBD_F 0x4000 /* The actual count is valid */ | ||
123 | |||
124 | #define I596_RBD_EL 0x8000 /* Last buffer in list */ | ||
125 | |||
126 | /************************************************************************/ | ||
127 | /* */ | ||
128 | /* I596_RFD: Receive Frame Descriptor (p. 4-79) */ | ||
129 | /* */ | ||
130 | /************************************************************************/ | ||
131 | typedef volatile struct _I596_RFD | ||
132 | { | ||
133 | ushort status; | ||
134 | ushort cmd; | ||
135 | vol struct _I596_RFD *next; | ||
136 | vol struct _I596_RBD *rbdp; | ||
137 | ushort count; /* Len of data in RFD: always 0 */ | ||
138 | ushort size; /* Size of RFD buffer: always 0 */ | ||
139 | |||
140 | /* Application defined data follows structure... */ | ||
141 | |||
142 | # if 0 /* We don't use these intel defined ones */ | ||
143 | uchar addr[6]; | ||
144 | ushort len; | ||
145 | uchar data[1]; | ||
146 | # else | ||
147 | ulong dstchan;/* Used by multi-nic mode */ | ||
148 | # endif | ||
149 | } I596_RFD; | ||
150 | |||
151 | #define I596_RFD_C 0x8000 /* status: frame complete */ | ||
152 | #define I596_RFD_B 0x4000 /* status: frame busy or waiting */ | ||
153 | #define I596_RFD_OK 0x2000 /* status: frame OK */ | ||
154 | #define I596_RFD_ERR_LENGTH 0x1000 /* status: length error */ | ||
155 | #define I596_RFD_ERR_CRC 0x0800 /* status: CRC error */ | ||
156 | #define I596_RFD_ERR_ALIGN 0x0400 /* status: alignment error */ | ||
157 | #define I596_RFD_ERR_NOBUFS 0x0200 /* status: resource error */ | ||
158 | #define I596_RFD_ERR_DMA 0x0100 /* status: DMA error */ | ||
159 | #define I596_RFD_ERR_SHORT 0x0080 /* status: too short error */ | ||
160 | #define I596_RFD_NOMATCH 0x0002 /* status: IA was not matched */ | ||
161 | #define I596_RFD_COLLISION 0x0001 /* status: collision during receive */ | ||
162 | |||
163 | #define I596_RFD_EL 0x8000 /* cmd: end of RFD list */ | ||
164 | #define I596_RFD_FLEX 0x0008 /* cmd: Flexible mode */ | ||
165 | #define I596_RFD_EOF 0x8000 /* count: last buffer in the frame */ | ||
166 | #define I596_RFD_F 0x4000 /* count: The actual count is valid */ | ||
167 | |||
168 | /************************************************************************/ | ||
169 | /* */ | ||
170 | /* Commands */ | ||
171 | /* */ | ||
172 | /************************************************************************/ | ||
173 | |||
174 | /* values for cmd halfword in all the structs below */ | ||
175 | #define I596_CB_CMD 0x07 /* CB COMMANDS */ | ||
176 | #define I596_CB_CMD_NOP 0 | ||
177 | #define I596_CB_CMD_IA 1 | ||
178 | #define I596_CB_CMD_CONF 2 | ||
179 | #define I596_CB_CMD_MCAST 3 | ||
180 | #define I596_CB_CMD_XMIT 4 | ||
181 | #define I596_CB_CMD_TDR 5 | ||
182 | #define I596_CB_CMD_DUMP 6 | ||
183 | #define I596_CB_CMD_DIAG 7 | ||
184 | |||
185 | #define I596_CB_CMD_EL 0x8000 /* CB is last in linked list */ | ||
186 | #define I596_CB_CMD_S 0x4000 /* Suspend after execution */ | ||
187 | #define I596_CB_CMD_I 0x2000 /* cause interrupt */ | ||
188 | |||
189 | /* values for the status halfword in all the struct below */ | ||
190 | #define I596_CB_STATUS 0xF000 /* All four status bits */ | ||
191 | #define I596_CB_STATUS_C 0x8000 /* Command complete */ | ||
192 | #define I596_CB_STATUS_B 0x4000 /* Command busy executing */ | ||
193 | #define I596_CB_STATUS_C_OR_B 0xC000 /* Command complete or busy */ | ||
194 | #define I596_CB_STATUS_OK 0x2000 /* Command complete, no errors */ | ||
195 | #define I596_CB_STATUS_A 0x1000 /* Command busy executing */ | ||
196 | |||
197 | #define I596_CB_NOLINK ((I596_CB *) 0xffffffff) | ||
198 | |||
199 | /* | ||
200 | * I596_CB_NOP: NOP Command (p. 4-34) | ||
201 | */ | ||
202 | typedef volatile struct | ||
203 | { | ||
204 | ushort status; | ||
205 | ushort cmd; | ||
206 | union _I596_CB *next; | ||
207 | } I596_CB_NOP; | ||
208 | |||
209 | /* | ||
210 | * Same as above, but command and status in one ulong for speed | ||
211 | */ | ||
212 | typedef volatile struct | ||
213 | { | ||
214 | ulong csr; | ||
215 | union _I596_CB *next; | ||
216 | } I596_CB_FAST; | ||
217 | #define FASTs(X) (X) | ||
218 | #define FASTc(X) ((X)<<16) | ||
219 | |||
220 | /* | ||
221 | * I596_CB_IA: Individual (MAC) Address Command (p. 4-35) | ||
222 | */ | ||
223 | typedef volatile struct | ||
224 | { | ||
225 | ushort status; | ||
226 | ushort cmd; | ||
227 | union _I596_CB *next; | ||
228 | uchar addr[6]; | ||
229 | } I596_CB_IA; | ||
230 | |||
231 | /* | ||
232 | * I596_CB_CONF: Configure Command (p. 4-37) | ||
233 | */ | ||
234 | typedef volatile struct | ||
235 | { | ||
236 | ushort status; | ||
237 | ushort cmd; | ||
238 | union _I596_CB *next; | ||
239 | uchar conf[14]; | ||
240 | } I596_CB_CONF; | ||
241 | |||
242 | #define I596_CONF0_P 0x80 /* Enable RBD Prefetch Bit */ | ||
243 | #define I596_CONF0_COUNT 14 /* Count of configuration bytes */ | ||
244 | |||
245 | #define I596_CONF1_MON_OFF 0xC0 /* Monitor mode: Monitor off */ | ||
246 | #define I596_CONF1_MON_ON 0x80 /* Monitor mode: Monitor on */ | ||
247 | #define I596_CONF1_TxFIFO(W) (W) /* TxFIFO trigger, in words */ | ||
248 | |||
249 | #define I596_CONF2_SAVEBF 0x80 /* Save bad frames */ | ||
250 | |||
251 | #define I596_CONF3_ADDRLEN(B) (B) /* Address length */ | ||
252 | #define I596_CONF3_NOSRCINSERT 0x08 /* Do not insert source address */ | ||
253 | #define I596_CONF3_PREAMBLE8 0x20 /* 8 byte preamble */ | ||
254 | #define I596_CONF3_LOOPOFF 0x00 /* Loopback: Off */ | ||
255 | #define I596_CONF3_LOOPINT 0x40 /* Loopback: internal */ | ||
256 | #define I596_CONF3_LOOPEXT 0xC0 /* Loopback: external */ | ||
257 | |||
258 | #define I596_CONF4_LINPRI(ST) (ST) /* Linear priority: slot times */ | ||
259 | #define I596_CONF4_EXPPRI(ST) (ST) /* Exponential priority: slot times */ | ||
260 | #define I596_CONF4_IEEE_BOM 0 /* IEEE 802.3 backoff method */ | ||
261 | |||
262 | #define I596_CONF5_IFS(X) (X) /* Interframe spacing in clocks */ | ||
263 | |||
264 | #define I596_CONF6_ST_LOW(X) (X&255) /* Slot time, low byte */ | ||
265 | |||
266 | #define I596_CONF7_ST_HI(X) (X>>8) /* Slot time, high bits */ | ||
267 | #define I596_CONF7_RETRY(X) (X<<4) /* Max retry number */ | ||
268 | |||
269 | #define I596_CONF8_PROMISC 0x01 /* Rcv all frames */ | ||
270 | #define I596_CONF8_NOBROAD 0x02 | ||
271 | #define I596_CONF8_MANCHESTER 0x04 | ||
272 | #define I596_CONF8_TxNOCRS 0x08 | ||
273 | #define I596_CONF8_NOCRC 0x10 | ||
274 | #define I596_CONF8_CRC_CCITT 0x20 | ||
275 | #define I596_CONF8_BITSTUFFING 0x40 | ||
276 | #define I596_CONF8_PADDING 0x80 | ||
277 | |||
278 | #define I596_CONF9_CSFILTER(X) (X) | ||
279 | #define I596_CONF9_CSINT(X) 0x08 | ||
280 | #define I596_CONF9_CDFILTER(X) (X<<4) | ||
281 | #define I596_CONF9_CDINT(X) 0x80 | ||
282 | |||
283 | #define I596_CONF10_MINLEN(X) (X) /* Minimum frame length */ | ||
284 | |||
285 | #define I596_CONF11_PRECRS_ 0x01 /* Preamble before carrier sense */ | ||
286 | #define I596_CONF11_LNGFLD_ 0x02 /* Padding in End of Carrier */ | ||
287 | #define I596_CONF11_CRCINM_ 0x04 /* CRC in memory */ | ||
288 | #define I596_CONF11_AUTOTX 0x08 /* Auto retransmit */ | ||
289 | #define I596_CONF11_CSBSAC_ 0x10 /* Collision detect by src addr cmp. */ | ||
290 | #define I596_CONF11_MCALL_ 0x20 /* Multicast all */ | ||
291 | |||
292 | #define I596_CONF13_RESERVED 0x3f /* Reserved: must be ones */ | ||
293 | #define I596_CONF13_MULTIA 0x40 /* Enable multiple addr. reception */ | ||
294 | #define I596_CONF13_DISBOF 0x80 /* Disable backoff algorithm */ | ||
295 | /* | ||
296 | * I596_CB_MCAST: Multicast-Setup Command (p. 4-54) | ||
297 | */ | ||
298 | typedef volatile struct | ||
299 | { | ||
300 | ushort status; | ||
301 | ushort cmd; | ||
302 | union _I596_CB *next; | ||
303 | ushort count; /* Number of 6-byte addrs that follow */ | ||
304 | uchar addr[6][1]; | ||
305 | } I596_CB_MCAST; | ||
306 | |||
307 | /* | ||
308 | * I596_CB_XMIT: Transmit Command (p. 4-56) | ||
309 | */ | ||
310 | typedef I596_TFD I596_CB_XMIT; | ||
311 | |||
312 | #define I596_CB_XMIT_NOCRC 0x0010 /* cmd: No CRC insertion */ | ||
313 | #define I596_CB_XMIT_FLEX 0x0008 /* cmd: Flexible memory mode */ | ||
314 | |||
315 | #define I596_CB_XMIT_ERR_LATE 0x0800 /* status: error: late collision */ | ||
316 | #define I596_CB_XMIT_ERR_NOCRS 0x0400 /* status: error: no carriers sense */ | ||
317 | #define I596_CB_XMIT_ERR_NOCTS 0x0200 /* status: error: loss of CTS */ | ||
318 | #define I596_CB_XMIT_ERR_UNDER 0x0100 /* status: error: DMA underrun */ | ||
319 | #define I596_CB_XMIT_ERR_MAXCOL 0x0020 /* status: error: maximum collisions */ | ||
320 | #define I596_CB_XMIT_COLLISIONS 0x000f /* status: number of collisions */ | ||
321 | |||
322 | /* | ||
323 | * I596_CB_TDR: Time Domain Reflectometry Command (p. 4-63) | ||
324 | */ | ||
325 | typedef volatile struct | ||
326 | { | ||
327 | ushort status; | ||
328 | ushort cmd; | ||
329 | union _I596_CB *next; | ||
330 | ushort time; | ||
331 | } I596_CB_TDR; | ||
332 | |||
333 | /* | ||
334 | * I596_CB_DUMP: Dump Command (p. 4-65) | ||
335 | */ | ||
336 | typedef volatile struct | ||
337 | { | ||
338 | ushort status; | ||
339 | ushort cmd; | ||
340 | union _I596_CB *next; | ||
341 | uchar *buf; | ||
342 | } I596_CB_DUMP; | ||
343 | |||
344 | /* | ||
345 | * I596_CB_DIAG: Diagnose Command (p. 4-77) | ||
346 | */ | ||
347 | typedef volatile struct | ||
348 | { | ||
349 | ushort status; | ||
350 | ushort cmd; | ||
351 | union _I596_CB *next; | ||
352 | } I596_CB_DIAG; | ||
353 | |||
354 | /* | ||
355 | * I596_CB: Command Block | ||
356 | */ | ||
357 | typedef union _I596_CB | ||
358 | { | ||
359 | I596_CB_NOP nop; | ||
360 | I596_CB_IA ia; | ||
361 | I596_CB_CONF conf; | ||
362 | I596_CB_MCAST mcast; | ||
363 | I596_CB_XMIT xmit; | ||
364 | I596_CB_TDR tdr; | ||
365 | I596_CB_DUMP dump; | ||
366 | I596_CB_DIAG diag; | ||
367 | |||
368 | /* command and status in one ulong for speed... */ | ||
369 | I596_CB_FAST fast; | ||
370 | } I596_CB; | ||
371 | |||
372 | /************************************************************************/ | ||
373 | /* */ | ||
374 | /* I596_SCB: System Configuration Block (p. 4-26) */ | ||
375 | /* */ | ||
376 | /************************************************************************/ | ||
377 | typedef volatile struct | ||
378 | { | ||
379 | volatile ushort status; /* Status word */ | ||
380 | volatile ushort cmd; /* Command word */ | ||
381 | I596_CB *cbp; | ||
382 | I596_RFD *rfdp; | ||
383 | ulong crc_errs; | ||
384 | ulong align_errs; | ||
385 | ulong resource_errs; | ||
386 | ulong overrun_errs; | ||
387 | ulong rcvcdt_errs; | ||
388 | ulong short_errs; | ||
389 | ushort toff; | ||
390 | ushort ton; | ||
391 | } I596_SCB; | ||
392 | |||
393 | /* cmd halfword values */ | ||
394 | #define I596_SCB_ACK 0xF000 /* ACKNOWLEDGMENTS */ | ||
395 | #define I596_SCB_ACK_CX 0x8000 /* Ack command completion */ | ||
396 | #define I596_SCB_ACK_FR 0x4000 /* Ack received frame */ | ||
397 | #define I596_SCB_ACK_CNA 0x2000 /* Ack command unit not active */ | ||
398 | #define I596_SCB_ACK_RNR 0x1000 /* Ack rcv unit not ready */ | ||
399 | #define I596_SCB_ACK_ALL 0xF000 /* Ack everything */ | ||
400 | |||
401 | #define I596_SCB_CUC 0x0700 /* COMMAND UNIT COMMANDS */ | ||
402 | #define I596_SCB_CUC_NOP 0x0000 /* No operation */ | ||
403 | #define I596_SCB_CUC_START 0x0100 /* Start execution of first CB */ | ||
404 | #define I596_SCB_CUC_RESUME 0x0200 /* Resume execution */ | ||
405 | #define I596_SCB_CUC_SUSPEND 0x0300 /* Suspend after current CB */ | ||
406 | #define I596_SCB_CUC_ABORT 0x0400 /* Abort current CB immediately */ | ||
407 | #define I596_SCB_CUC_LOAD 0x0500 /* Load Bus throttle timers */ | ||
408 | #define I596_SCB_CUC_LOADIMM 0x0600 /* Load Bus throttle timers, now */ | ||
409 | |||
410 | #define I596_SCB_RUC 0x0070 /* RECEIVE UNIT COMMANDS */ | ||
411 | #define I596_SCB_RUC_NOP 0x0000 /* No operation */ | ||
412 | #define I596_SCB_RUC_START 0x0010 /* Start reception */ | ||
413 | #define I596_SCB_RUC_RESUME 0x0020 /* Resume reception */ | ||
414 | #define I596_SCB_RUC_SUSPEND 0x0030 /* Suspend reception */ | ||
415 | #define I596_SCB_RUC_ABORT 0x0040 /* Abort reception */ | ||
416 | |||
417 | #define I596_SCB_RESET 0x0080 /* Hard reset chip */ | ||
418 | |||
419 | /* status halfword values */ | ||
420 | #define I596_SCB_STAT 0xF000 /* STATUS */ | ||
421 | #define I596_SCB_CX 0x8000 /* command completion */ | ||
422 | #define I596_SCB_FR 0x4000 /* received frame */ | ||
423 | #define I596_SCB_CNA 0x2000 /* command unit not active */ | ||
424 | #define I596_SCB_RNR 0x1000 /* rcv unit not ready */ | ||
425 | |||
426 | #define I596_SCB_CUS 0x0700 /* COMMAND UNIT STATUS */ | ||
427 | #define I596_SCB_CUS_IDLE 0x0000 /* Idle */ | ||
428 | #define I596_SCB_CUS_SUSPENDED 0x0100 /* Suspended */ | ||
429 | #define I596_SCB_CUS_ACTIVE 0x0200 /* Active */ | ||
430 | |||
431 | #define I596_SCB_RUS 0x00F0 /* RECEIVE UNIT STATUS */ | ||
432 | #define I596_SCB_RUS_IDLE 0x0000 /* Idle */ | ||
433 | #define I596_SCB_RUS_SUSPENDED 0x0010 /* Suspended */ | ||
434 | #define I596_SCB_RUS_NORES 0x0020 /* No Resources */ | ||
435 | #define I596_SCB_RUS_READY 0x0040 /* Ready */ | ||
436 | #define I596_SCB_RUS_NORBDS 0x0080 /* No more RBDs modifier */ | ||
437 | |||
438 | #define I596_SCB_LOADED 0x0008 /* Bus timers loaded */ | ||
439 | |||
440 | /************************************************************************/ | ||
441 | /* */ | ||
442 | /* I596_ISCP: Intermediate System Configuration Ptr (p 4-26) */ | ||
443 | /* */ | ||
444 | /************************************************************************/ | ||
445 | typedef volatile struct | ||
446 | { | ||
447 | ulong busy; /* Set to 1; I596 clears it when scbp is read */ | ||
448 | I596_SCB *scbp; | ||
449 | } I596_ISCP; | ||
450 | |||
451 | /************************************************************************/ | ||
452 | /* */ | ||
453 | /* I596_SCP: System Configuration Pointer (p. 4-23) */ | ||
454 | /* */ | ||
455 | /************************************************************************/ | ||
456 | typedef volatile struct | ||
457 | { | ||
458 | ulong sysbus; | ||
459 | ulong dummy; | ||
460 | I596_ISCP *iscpp; | ||
461 | } I596_SCP; | ||
462 | |||
463 | /* .sysbus values */ | ||
464 | #define I596_SCP_RESERVED 0x400000 /* Reserved bits must be set */ | ||
465 | #define I596_SCP_INTLOW 0x200000 /* Intr. Polarity active low */ | ||
466 | #define I596_SCP_INTHIGH 0 /* Intr. Polarity active high */ | ||
467 | #define I596_SCP_LOCKDIS 0x100000 /* Lock Function disabled */ | ||
468 | #define I596_SCP_LOCKEN 0 /* Lock Function enabled */ | ||
469 | #define I596_SCP_ETHROTTLE 0x080000 /* External Bus Throttle */ | ||
470 | #define I596_SCP_ITHROTTLE 0 /* Internal Bus Throttle */ | ||
471 | #define I596_SCP_LINEAR 0x040000 /* Linear Mode */ | ||
472 | #define I596_SCP_SEGMENTED 0x020000 /* Segmented Mode */ | ||
473 | #define I596_SCP_82586 0x000000 /* 82586 Mode */ | ||
diff --git a/drivers/net/dgrs_plx9060.h b/drivers/net/dgrs_plx9060.h deleted file mode 100644 index 6888ae0d0ce0..000000000000 --- a/drivers/net/dgrs_plx9060.h +++ /dev/null | |||
@@ -1,175 +0,0 @@ | |||
1 | /* | ||
2 | * PLX 9060 PCI Interface chip | ||
3 | */ | ||
4 | |||
5 | /* | ||
6 | * PCI configuration registers, same offset on local and PCI sides, | ||
7 | * but on PCI side, must use PCI BIOS calls to read/write. | ||
8 | */ | ||
9 | #define PCI_PLXREGS_BASE_ADDR 0x10 | ||
10 | |||
11 | #define PCI_PLXREGS_IO_ADDR 0x14 | ||
12 | |||
13 | #define PCI_SPACE0_BASE_ADDR 0x18 | ||
14 | |||
15 | #define PCI_ROM_BASE_ADDR 0x30 | ||
16 | # define PCI_ROM_ENABLED 0x00000001 | ||
17 | |||
18 | #define PCI_INT_LINE 0x3C | ||
19 | |||
20 | /* | ||
21 | * Registers accessible directly from PCI and local side. | ||
22 | * Offset is from PCI side. Add PLX_LCL_OFFSET for local address. | ||
23 | */ | ||
24 | #define PLX_LCL_OFFSET 0x80 /* Offset of regs from local side */ | ||
25 | |||
26 | /* | ||
27 | * Local Configuration Registers | ||
28 | */ | ||
29 | #define PLX_SPACE0_RANGE 0x00 /* Range for PCI to Lcl Addr Space 0 */ | ||
30 | #define PLX_SPACE0_BASE_ADDR 0x04 /* Lcl Base address remap */ | ||
31 | |||
32 | #define PLX_ROM_RANGE 0x10 /* Range for expansion ROM (DMA) */ | ||
33 | #define PLX_ROM_BASE_ADDR 0x14 /* Lcl base address remap for ROM */ | ||
34 | |||
35 | #define PLX_BUS_REGION 0x18 /* Bus Region Descriptors */ | ||
36 | |||
37 | /* | ||
38 | * Shared Run Time Registers | ||
39 | */ | ||
40 | #define PLX_MBOX0 0x40 | ||
41 | #define PLX_MBOX1 0x44 | ||
42 | #define PLX_MBOX2 0x48 | ||
43 | #define PLX_MBOX3 0x4C | ||
44 | #define PLX_MBOX4 0x50 | ||
45 | #define PLX_MBOX5 0x54 | ||
46 | #define PLX_MBOX6 0x58 | ||
47 | #define PLX_MBOX7 0x5C | ||
48 | |||
49 | #define PLX_PCI2LCL_DOORBELL 0x60 | ||
50 | |||
51 | #define PLX_LCL2PCI_DOORBELL 0x64 | ||
52 | |||
53 | #define PLX_INT_CSR 0x68 /* Interrupt Control/Status */ | ||
54 | # define PLX_LSERR_ENABLE 0x00000001 | ||
55 | # define PLX_LSERR_PE 0x00000002 | ||
56 | # define PLX_SERR 0x00000004 | ||
57 | # undef PLX_UNUSED /* 0x00000008 */ | ||
58 | # undef PLX_UNUSED /* 0x00000010 */ | ||
59 | # undef PLX_UNUSED /* 0x00000020 */ | ||
60 | # undef PLX_UNUSED /* 0x00000040 */ | ||
61 | # undef PLX_UNUSED /* 0x00000080 */ | ||
62 | # define PLX_PCI_IE 0x00000100 | ||
63 | # define PLX_PCI_DOORBELL_IE 0x00000200 | ||
64 | # define PLX_PCI_ABORT_IE 0x00000400 | ||
65 | # define PLX_PCI_LOCAL_IE 0x00000800 | ||
66 | # define PLX_RETRY_ABORT_ENABLE 0x00001000 | ||
67 | # define PLX_PCI_DOORBELL_INT 0x00002000 | ||
68 | # define PLX_PCI_ABORT_INT 0x00004000 | ||
69 | # define PLX_PCI_LOCAL_INT 0x00008000 | ||
70 | # define PLX_LCL_IE 0x00010000 | ||
71 | # define PLX_LCL_DOORBELL_IE 0x00020000 | ||
72 | # define PLX_LCL_DMA0_IE 0x00040000 | ||
73 | # define PLX_LCL_DMA1_IE 0x00080000 | ||
74 | # define PLX_LCL_DOORBELL_INT 0x00100000 | ||
75 | # define PLX_LCL_DMA0_INT 0x00200000 | ||
76 | # define PLX_LCL_DMA1_INT 0x00400000 | ||
77 | # define PLX_LCL_BIST_INT 0x00800000 | ||
78 | # define PLX_BM_DIRECT_ 0x01000000 | ||
79 | # define PLX_BM_DMA0_ 0x02000000 | ||
80 | # define PLX_BM_DMA1_ 0x04000000 | ||
81 | # define PLX_BM_ABORT_ 0x08000000 | ||
82 | # undef PLX_UNUSED /* 0x10000000 */ | ||
83 | # undef PLX_UNUSED /* 0x20000000 */ | ||
84 | # undef PLX_UNUSED /* 0x40000000 */ | ||
85 | # undef PLX_UNUSED /* 0x80000000 */ | ||
86 | |||
87 | #define PLX_MISC_CSR 0x6c /* EEPROM,PCI,User,Init Control/Status*/ | ||
88 | # define PLX_USEROUT 0x00010000 | ||
89 | # define PLX_USERIN 0x00020000 | ||
90 | # define PLX_EECK 0x01000000 | ||
91 | # define PLX_EECS 0x02000000 | ||
92 | # define PLX_EEWD 0x04000000 | ||
93 | # define PLX_EERD 0x08000000 | ||
94 | |||
95 | /* | ||
96 | * DMA registers. Offset is from local side | ||
97 | */ | ||
98 | #define PLX_DMA0_MODE 0x100 | ||
99 | # define PLX_DMA_MODE_WIDTH32 0x00000003 | ||
100 | # define PLX_DMA_MODE_WAITSTATES(X) ((X)<<2) | ||
101 | # define PLX_DMA_MODE_NOREADY 0x00000000 | ||
102 | # define PLX_DMA_MODE_READY 0x00000040 | ||
103 | # define PLX_DMA_MODE_NOBTERM 0x00000000 | ||
104 | # define PLX_DMA_MODE_BTERM 0x00000080 | ||
105 | # define PLX_DMA_MODE_NOBURST 0x00000000 | ||
106 | # define PLX_DMA_MODE_BURST 0x00000100 | ||
107 | # define PLX_DMA_MODE_NOCHAIN 0x00000000 | ||
108 | # define PLX_DMA_MODE_CHAIN 0x00000200 | ||
109 | # define PLX_DMA_MODE_DONE_IE 0x00000400 | ||
110 | # define PLX_DMA_MODE_ADDR_HOLD 0x00000800 | ||
111 | |||
112 | #define PLX_DMA0_PCI_ADDR 0x104 | ||
113 | /* non-chaining mode PCI address */ | ||
114 | |||
115 | #define PLX_DMA0_LCL_ADDR 0x108 | ||
116 | /* non-chaining mode local address */ | ||
117 | |||
118 | #define PLX_DMA0_SIZE 0x10C | ||
119 | /* non-chaining mode length */ | ||
120 | |||
121 | #define PLX_DMA0_DESCRIPTOR 0x110 | ||
122 | # define PLX_DMA_DESC_EOC 0x00000002 | ||
123 | # define PLX_DMA_DESC_TC_IE 0x00000004 | ||
124 | # define PLX_DMA_DESC_TO_HOST 0x00000008 | ||
125 | # define PLX_DMA_DESC_TO_BOARD 0x00000000 | ||
126 | # define PLX_DMA_DESC_NEXTADDR 0xFFFFfff0 | ||
127 | |||
128 | #define PLX_DMA1_MODE 0x114 | ||
129 | #define PLX_DMA1_PCI_ADDR 0x118 | ||
130 | #define PLX_DMA1_LCL_ADDR 0x11C | ||
131 | #define PLX_DMA1_SIZE 0x110 | ||
132 | #define PLX_DMA1_DESCRIPTOR 0x124 | ||
133 | |||
134 | #define PLX_DMA_CSR 0x128 | ||
135 | # define PLX_DMA_CSR_0_ENABLE 0x00000001 | ||
136 | # define PLX_DMA_CSR_0_START 0x00000002 | ||
137 | # define PLX_DMA_CSR_0_ABORT 0x00000004 | ||
138 | # define PLX_DMA_CSR_0_CLR_INTR 0x00000008 | ||
139 | # define PLX_DMA_CSR_0_DONE 0x00000010 | ||
140 | # define PLX_DMA_CSR_1_ENABLE 0x00000100 | ||
141 | # define PLX_DMA_CSR_1_START 0x00000200 | ||
142 | # define PLX_DMA_CSR_1_ABORT 0x00000400 | ||
143 | # define PLX_DMA_CSR_1_CLR_INTR 0x00000800 | ||
144 | # define PLX_DMA_CSR_1_DONE 0x00001000 | ||
145 | |||
146 | #define PLX_DMA_ARB0 0x12C | ||
147 | # define PLX_DMA_ARB0_LATENCY_T 0x000000FF | ||
148 | # define PLX_DMA_ARB0_PAUSE_T 0x0000FF00 | ||
149 | # define PLX_DMA_ARB0_LATENCY_EN 0x00010000 | ||
150 | # define PLX_DMA_ARB0_PAUSE_EN 0x00020000 | ||
151 | # define PLX_DMA_ARB0_BREQ_EN 0x00040000 | ||
152 | # define PLX_DMA_ARB0_PRI 0x00180000 | ||
153 | # define PLX_DMA_ARB0_PRI_ROUND 0x00000000 | ||
154 | # define PLX_DMA_ARB0_PRI_0 0x00080000 | ||
155 | # define PLX_DMA_ARB0_PRI_1 0x00100000 | ||
156 | |||
157 | #define PLX_DMA_ARB1 0x130 | ||
158 | /* Chan 0: FIFO DEPTH=16 */ | ||
159 | # define PLX_DMA_ARB1_0_P2L_LW_TRIG(X) ( ((X)&15) << 0 ) | ||
160 | # define PLX_DMA_ARB1_0_L2P_LR_TRIG(X) ( ((X)&15) << 4 ) | ||
161 | # define PLX_DMA_ARB1_0_L2P_PW_TRIG(X) ( ((X)&15) << 8 ) | ||
162 | # define PLX_DMA_ARB1_0_P2L_PR_TRIG(X) ( ((X)&15) << 12 ) | ||
163 | /* Chan 1: FIFO DEPTH=8 */ | ||
164 | # define PLX_DMA_ARB1_1_P2L_LW_TRIG(X) ( ((X)& 7) << 16 ) | ||
165 | # define PLX_DMA_ARB1_1_L2P_LR_TRIG(X) ( ((X)& 7) << 20 ) | ||
166 | # define PLX_DMA_ARB1_1_L2P_PW_TRIG(X) ( ((X)& 7) << 24 ) | ||
167 | # define PLX_DMA_ARB1_1_P2L_PR_TRIG(X) ( ((X)& 7) << 28 ) | ||
168 | |||
169 | typedef struct _dmachain | ||
170 | { | ||
171 | ulong pciaddr; | ||
172 | ulong lcladdr; | ||
173 | ulong len; | ||
174 | ulong next; | ||
175 | } DMACHAIN; | ||