1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
|
/* GdkPixbuf RGBA C-Source image dump 1-byte-run-length-encoded */
static guint8 bnc_cable_pixdata_pixel_data[] = {
0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,
0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,
0x82,0xda,0xda,0xda,0x00,0x06,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,
0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc4,0xc2,0xc4,0x00,0x8e,0x8d,0x8e,0x00,
0x8c,0x00,0x00,0x00,0x00,0x0c,0x09,0x09,0x09,0x01,0x5c,0x5c,0x5c,0x00,0x66,
0x66,0x66,0x00,0x5b,0x5b,0x5b,0x00,0x54,0x57,0x54,0x00,0x57,0x55,0x57,0x00,
0x58,0x58,0x58,0x00,0x57,0x58,0x57,0x00,0x55,0x55,0x55,0x00,0x52,0x52,0x52,
0x00,0x4d,0x4c,0x4d,0x00,0x46,0x46,0x46,0x00,0x86,0xff,0xff,0xff,0x00,0x94,
0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,
0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,
0xda,0xda,0xda,0x00,0x06,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xab,
0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc4,0xc2,0xc4,0x00,0x8d,0x8c,0x8d,0x00,0x8b,
0x00,0x00,0x00,0x00,0x06,0x01,0x01,0x01,0x01,0x4b,0x4b,0x4b,0x0c,0x69,0x69,
0x68,0x05,0x5b,0x5c,0x5b,0x00,0x54,0x54,0x55,0x00,0x53,0x53,0x53,0x00,0x82,
0x57,0x57,0x57,0x00,0x05,0x55,0x53,0x55,0x00,0x52,0x50,0x52,0x00,0x4c,0x4d,
0x4d,0x00,0x46,0x47,0x46,0x00,0x3f,0x3f,0x3f,0x00,0x86,0xff,0xff,0xff,0x00,
0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,
0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,
0x82,0xda,0xda,0xda,0x00,0x06,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,
0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc4,0xc2,0xc4,0x00,0x8c,0x8b,0x8c,0x00,
0x8b,0x00,0x00,0x00,0x00,0x05,0x3d,0x3e,0x3d,0x21,0x6a,0x6a,0x6a,0x1b,0x5c,
0x5c,0x5c,0x10,0x57,0x55,0x55,0x08,0x51,0x51,0x53,0x01,0x82,0x55,0x55,0x55,
0x00,0x06,0x53,0x53,0x55,0x00,0x52,0x50,0x52,0x00,0x4d,0x4d,0x4d,0x00,0x47,
0x49,0x47,0x00,0x40,0x40,0x40,0x00,0x38,0x38,0x38,0x00,0x86,0xff,0xff,0xff,
0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,
0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,
0x00,0x82,0xda,0xda,0xda,0x00,0x08,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,
0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc3,0xc1,0xc3,0x00,0x89,0x88,0x89,
0x00,0x83,0x84,0x83,0x00,0x01,0x01,0x01,0x00,0x88,0x00,0x00,0x00,0x00,0x0e,
0x26,0x24,0x26,0x2f,0x6b,0x69,0x6b,0x37,0x5f,0x5f,0x5f,0x2a,0x57,0x57,0x57,
0x1f,0x50,0x51,0x51,0x14,0x53,0x53,0x52,0x0c,0x53,0x55,0x53,0x04,0x52,0x53,
0x53,0x00,0x52,0x50,0x50,0x00,0x4d,0x4d,0x4d,0x00,0x47,0x49,0x49,0x00,0x41,
0x43,0x40,0x00,0x38,0x38,0x38,0x00,0x37,0x37,0x37,0x00,0x86,0xff,0xff,0xff,
0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,
0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,
0x00,0x82,0xda,0xda,0xda,0x00,0x07,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,
0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc3,0xc1,0xc3,0x00,0x87,0x86,0x87,
0x00,0x80,0x82,0x80,0x00,0x88,0x00,0x00,0x00,0x00,0x0f,0x13,0x13,0x13,0x2a,
0x61,0x60,0x61,0x58,0x60,0x61,0x61,0x4a,0x58,0x57,0x57,0x3c,0x51,0x52,0x51,
0x30,0x50,0x52,0x50,0x23,0x53,0x53,0x53,0x19,0x52,0x52,0x53,0x0f,0x50,0x50,
0x50,0x06,0x4e,0x4d,0x4d,0x00,0x49,0x49,0x49,0x00,0x43,0x43,0x43,0x00,0x3a,
0x3a,0x3a,0x00,0x37,0x35,0x37,0x00,0x38,0x39,0x39,0x00,0x86,0xff,0xff,0xff,
0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,
0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,
0x00,0x82,0xda,0xda,0xda,0x00,0x07,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,
0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc2,0xc0,0xc2,0x00,0x87,0x86,0x87,
0x00,0x7f,0x81,0x7f,0x00,0x87,0x00,0x00,0x00,0x00,0x10,0x0e,0x0d,0x0e,0x20,
0x58,0x58,0x58,0x7c,0x64,0x64,0x64,0x6d,0x58,0x59,0x58,0x5f,0x52,0x50,0x52,
0x50,0x50,0x4e,0x50,0x42,0x52,0x50,0x52,0x35,0x52,0x52,0x52,0x29,0x50,0x50,
0x50,0x1d,0x4c,0x4d,0x4d,0x13,0x49,0x49,0x49,0x0a,0x43,0x43,0x43,0x03,0x3d,
0x3d,0x3d,0x00,0x37,0x35,0x37,0x00,0x38,0x38,0x38,0x00,0x3d,0x3d,0x3d,0x00,
0x86,0xff,0xff,0xff,0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,
0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,
0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,0xda,0xda,0x00,0x07,0xc9,0xc9,0xc9,0x00,
0x95,0x94,0x95,0x00,0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc2,0xc0,0xc2,
0x00,0x87,0x86,0x87,0x00,0x7f,0x81,0x7f,0x00,0x86,0x00,0x00,0x00,0x00,0x11,
0x01,0x01,0x01,0x11,0x4b,0x4b,0x4b,0x9e,0x66,0x66,0x66,0x91,0x59,0x59,0x59,
0x83,0x50,0x50,0x52,0x74,0x4e,0x4d,0x4e,0x65,0x50,0x50,0x50,0x56,0x50,0x50,
0x50,0x49,0x4e,0x50,0x4e,0x3a,0x4c,0x4c,0x4c,0x2e,0x49,0x49,0x49,0x22,0x43,
0x45,0x43,0x18,0x3c,0x3d,0x3d,0x0e,0x37,0x37,0x35,0x06,0x37,0x37,0x37,0x00,
0x3b,0x3b,0x3b,0x00,0x42,0x42,0x42,0x00,0x86,0xff,0xff,0xff,0x00,0x94,0xfa,
0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,
0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,
0xda,0xda,0x00,0x07,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xab,0xae,
0x00,0xcd,0xc9,0xcd,0x00,0xc2,0xc0,0xc2,0x00,0x87,0x86,0x87,0x00,0x7f,0x80,
0x7f,0x00,0x85,0x00,0x00,0x00,0x00,0x12,0x01,0x01,0x01,0x01,0x3e,0x3e,0x3e,
0xb5,0x66,0x69,0x66,0xb5,0x59,0x59,0x59,0xa7,0x52,0x52,0x52,0x98,0x4d,0x4d,
0x4d,0x89,0x4d,0x4d,0x4e,0x7a,0x4e,0x4e,0x4e,0x6b,0x4e,0x4e,0x4e,0x5d,0x4c,
0x4c,0x4c,0x4e,0x49,0x49,0x49,0x40,0x43,0x43,0x43,0x33,0x3d,0x3d,0x3f,0x27,
0x37,0x37,0x37,0x1c,0x35,0x37,0x35,0x12,0x39,0x39,0x39,0x09,0x40,0x3e,0x3e,
0x02,0x3b,0x3c,0x3c,0x00,0x86,0xff,0xff,0xff,0x00,0x94,0xfa,0xfa,0xfa,0x00,
0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,0x00,0xee,0xee,
0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,0xda,0xda,0x00,
0x07,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xab,0xae,0x00,0xcd,0xc9,
0xcd,0x00,0xc2,0xc0,0xc2,0x00,0x86,0x85,0x86,0x00,0x7e,0x7f,0x7e,0x00,0x85,
0x00,0x00,0x00,0x00,0x12,0x30,0x30,0x30,0xb1,0x67,0x66,0x67,0xd4,0x5a,0x5a,
0x5a,0xc8,0x52,0x52,0x52,0xbb,0x4d,0x4d,0x4d,0xac,0x4d,0x4c,0x4c,0x9f,0x4d,
0x4d,0x4e,0x8f,0x4d,0x4d,0x4d,0x81,0x4a,0x4c,0x4c,0x71,0x47,0x49,0x49,0x63,
0x45,0x45,0x45,0x54,0x3f,0x3f,0x3f,0x47,0x38,0x37,0x38,0x39,0x35,0x35,0x35,
0x2c,0x38,0x39,0x39,0x20,0x3e,0x3e,0x3e,0x16,0x43,0x42,0x42,0x0d,0x19,0x19,
0x19,0x03,0x86,0xff,0xff,0xff,0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,
0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,
0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,0xda,0xda,0x00,0x08,0xc9,0xc9,
0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc2,
0xc0,0xc2,0x00,0x86,0x85,0x86,0x00,0x7c,0x7d,0x7c,0x00,0x63,0x63,0x63,0x00,
0x83,0x00,0x00,0x00,0x00,0x13,0x25,0x25,0x25,0xa4,0x64,0x64,0x66,0xee,0x5c,
0x5c,0x5a,0xe4,0x52,0x52,0x52,0xda,0x4c,0x4c,0x4c,0xce,0x4c,0x4a,0x4c,0xc1,
0x4d,0x4c,0x4d,0xb3,0x4c,0x4c,0x4c,0xa5,0x4a,0x4a,0x4a,0x96,0x47,0x47,0x47,
0x87,0x43,0x43,0x43,0x78,0x3f,0x3d,0x3f,0x69,0x38,0x38,0x38,0x5b,0x33,0x33,
0x33,0x4c,0x38,0x38,0x38,0x3f,0x3b,0x3b,0x3b,0x31,0x43,0x45,0x43,0x26,0x29,
0x29,0x29,0x17,0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x94,0xfa,0xfa,
0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,0x00,
0xee,0xee,0xee,0x00,0xbb,0xbb,0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,0xda,
0xda,0x00,0x08,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xab,0xae,0x00,
0xcd,0xc9,0xcd,0x00,0xc2,0xc0,0xc2,0x00,0x85,0x84,0x85,0x00,0x7b,0x7c,0x7b,
0x00,0x61,0x61,0x61,0x00,0x82,0x00,0x00,0x00,0x00,0x14,0x17,0x17,0x17,0x84,
0x61,0x61,0x61,0xff,0x5c,0x5c,0x5c,0xfa,0x52,0x52,0x52,0xf3,0x4c,0x4a,0x4c,
0xe9,0x49,0x49,0x49,0xdf,0x4a,0x4a,0x4c,0xd3,0x4a,0x4a,0x4a,0xc6,0x4a,0x49,
0x4a,0xb8,0x47,0x47,0x47,0xaa,0x45,0x43,0x43,0x9d,0x3f,0x3f,0x3f,0x8d,0x38,
0x38,0x38,0x7e,0x33,0x33,0x33,0x70,0x37,0x37,0x37,0x61,0x3b,0x3b,0x3b,0x52,
0x42,0x42,0x42,0x44,0x36,0x36,0x36,0x37,0x00,0x01,0x01,0x04,0x00,0x00,0x00,
0x00,0x86,0xff,0xff,0xff,0x00,0x94,0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,
0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,0xb5,0x00,0xee,0xee,0xee,0x00,0xbb,0xbb,
0xbb,0x00,0xb1,0xb0,0xb1,0x00,0x82,0xda,0xda,0xda,0x00,0x1c,0xc9,0xc9,0xc9,
0x00,0x95,0x94,0x95,0x00,0xae,0xab,0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc2,0xc0,
0xc2,0x00,0x85,0x84,0x85,0x00,0x7a,0x7c,0x7a,0x00,0x60,0x60,0x60,0x00,0x00,
0x00,0x00,0x00,0x0f,0x0e,0x0f,0x5f,0x59,0x59,0x59,0xff,0x5e,0x5c,0x5c,0xff,
0x52,0x52,0x52,0xff,0x4c,0x4c,0x4c,0xfd,0x47,0x47,0x47,0xf6,0x49,0x4a,0x49,
0xed,0x4a,0x4a,0x4a,0xe3,0x49,0x49,0x49,0xd7,0x46,0x46,0x46,0xcc,0x43,0x43,
0x43,0xbe,0x3f,0x3f,0x3f,0xb0,0x39,0x38,0x39,0xa2,0x33,0x33,0x33,0x93,0x35,
0x35,0x35,0x85,0x39,0x39,0x39,0x76,0x40,0x3e,0x40,0x67,0x3c,0x3e,0x3c,0x58,
0x0a,0x0a,0x0a,0x1a,0x82,0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x94,
0xfa,0xfa,0xfa,0x00,0x06,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,0xf6,0x00,0xb5,0xb5,
0xb5,0x00,0xee,0xee,0xee,0x00,0xbc,0xbc,0xbc,0x00,0xb1,0xb0,0xb1,0x00,0x82,
0xda,0xda,0xda,0x00,0x1b,0xc9,0xc9,0xc9,0x00,0x95,0x94,0x95,0x00,0xae,0xaa,
0xae,0x00,0xcd,0xc9,0xcd,0x00,0xc2,0xc0,0xc2,0x00,0x85,0x84,0x85,0x00,0x79,
0x7a,0x79,0x00,0x5e,0x5e,0x5e,0x00,0x01,0x01,0x01,0x3f,0x51,0x51,0x51,0xff,
0x5e,0x5e,0x5c,0xff,0x50,0x52,0x52,0xff,0x4a,0x49,0x49,0xff,0x46,0x46,0x46,
0xff,0x47,0x47,0x47,0xff,0x47,0x47,0x49,0xf9,0x47,0x47,0x47,0xf1,0x46,0x45,
0x46,0xe8,0x43,0x43,0x43,0xdd,0x3f,0x3f,0x3f,0xd1,0x38,0x39,0x38,0xc4,0x33,
0x32,0x33,0xb7,0x35,0x33,0x35,0xa9,0x39,0x39,0x39,0x9a,0x3e,0x3d,0x3d,0x8b,
0x42,0x42,0x42,0x7c,0x19,0x19,0x19,0x47,0x83,0x00,0x00,0x00,0x00,0x86,0xff,
0xff,0xff,0x00,0x94,0xfa,0xfa,0xfa,0x00,0x22,0xf9,0xf9,0xf9,0x00,0xf6,0xf6,
0xf6,0x00,0xb5,0xb5,0xb5,0x00,0xef,0xef,0xef,0x00,0xbd,0xbd,0xbd,0x00,0xb3,
0xb1,0xb3,0x00,0xdc,0xdc,0xdc,0x17,0xdc,0xdc,0xdc,0x19,0xca,0xca,0xca,0x69,
0x95,0x93,0x95,0x98,0xad,0xa9,0xad,0xc2,0xcc,0xc8,0xcc,0xc6,0xc0,0xbe,0xc0,
0xc8,0x82,0x81,0x82,0xc2,0x75,0x76,0x75,0xaa,0x58,0x57,0x58,0xa3,0x3b,0x3c,
0x3b,0xf5,0x45,0x45,0x45,0xff,0x42,0x42,0x42,0xff,0x46,0x46,0x46,0xff,0x42,
0x42,0x42,0xff,0x45,0x45,0x45,0xff,0x46,0x46,0x46,0xff,0x45,0x46,0x45,0xff,
0x43,0x43,0x43,0xfc,0x40,0x41,0x40,0xf5,0x3d,0x3d,0x3d,0xec,0x38,0x39,0x38,
0xe1,0x32,0x33,0x32,0xd6,0x33,0x33,0x33,0xca,0x38,0x38,0x38,0xbd,0x3d,0x3d,
0x3d,0xaf,0x45,0x43,0x45,0xa1,0x25,0x27,0x27,0x7f,0x84,0x00,0x00,0x00,0x00,
0x86,0xff,0xff,0xff,0x00,0x95,0xfa,0xfa,0xfa,0x00,0x21,0xf7,0xf7,0xf7,0x00,
0xb8,0xb8,0xb8,0x00,0xf2,0xf2,0xf2,0x12,0xc0,0xc0,0xc0,0x66,0xb6,0xb5,0xb6,
0xb9,0xaf,0xaf,0xaf,0xf1,0x9f,0x9f,0x9f,0xff,0xb7,0xb7,0xb7,0xff,0xad,0xad,
0xad,0xff,0xd5,0xd5,0xd5,0xff,0xc2,0xc2,0xc2,0xff,0xcf,0xcf,0xcf,0xff,0xad,
0xad,0xad,0xff,0xae,0xaf,0xae,0xff,0x9e,0xa1,0x9e,0xff,0xaf,0xb4,0xaf,0xf1,
0xa1,0xa4,0xa1,0xec,0x63,0x63,0x63,0xf6,0x34,0x34,0x34,0xfe,0x36,0x36,0x36,
0xff,0x42,0x44,0x42,0xff,0x43,0x43,0x41,0xff,0x41,0x41,0x41,0xff,0x40,0x3f,
0x3f,0xff,0x3d,0x3d,0x3d,0xff,0x39,0x38,0x39,0xf8,0x32,0x32,0x32,0xf0,0x32,
0x33,0x32,0xe6,0x38,0x38,0x38,0xdb,0x3b,0x3d,0x3b,0xcf,0x43,0x43,0x43,0xc2,
0x30,0x30,0x32,0xb0,0x01,0x01,0x01,0x04,0x84,0x00,0x00,0x00,0x00,0x86,0xff,
0xff,0xff,0x00,0x93,0xfa,0xfa,0xfa,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x1f,0xbd,
0xbd,0xbd,0x64,0x8d,0x8d,0x8d,0xf6,0x7f,0x7f,0x7f,0xff,0x88,0x88,0x88,0xff,
0x95,0x95,0x95,0xff,0xb0,0xb0,0xb0,0xff,0xab,0xab,0xab,0xff,0xd0,0xd1,0xd0,
0xff,0xb0,0xb0,0xb0,0xff,0xdd,0xde,0xdd,0xff,0xbc,0xbb,0xbc,0xfe,0xd7,0xd7,
0xd7,0xfc,0xca,0xcb,0xca,0xf9,0xb3,0xb4,0xb3,0xf5,0xd8,0xda,0xd8,0xf1,0xed,
0xee,0xed,0xec,0xfe,0xff,0xfe,0xf0,0xc7,0xc8,0xc7,0xf4,0x56,0x57,0x56,0xfc,
0x2f,0x2f,0x2f,0xff,0x3e,0x3e,0x3e,0xff,0x3d,0x3d,0x3d,0xff,0x3b,0x3b,0x3b,
0xff,0x38,0x38,0x38,0xff,0x32,0x32,0x32,0xff,0x32,0x32,0x32,0xfb,0x37,0x37,
0x37,0xf4,0x3b,0x3b,0x3b,0xea,0x41,0x41,0x41,0xe0,0x39,0x39,0x39,0xd5,0x05,
0x05,0x04,0x2a,0x85,0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x92,0xfa,
0xfa,0xfa,0x00,0x19,0xfb,0xfb,0xfb,0x00,0xfd,0xfd,0xfd,0x00,0xff,0xff,0xff,
0x00,0xc1,0xc1,0xc1,0xa8,0x72,0x72,0x72,0xff,0x75,0x75,0x75,0xff,0x85,0x85,
0x85,0xff,0x93,0x95,0x93,0xff,0xaa,0xab,0xaa,0xff,0xa5,0xa5,0xa5,0xff,0xca,
0xca,0xca,0xff,0xa5,0xa6,0xa5,0xff,0xd7,0xd6,0xd7,0xff,0xb2,0xb1,0xb2,0xff,
0xbe,0xbd,0xbe,0xfe,0xd9,0xda,0xd9,0xfe,0xb1,0xb1,0xb1,0xfd,0xdb,0xdb,0xdb,
0xfb,0xc2,0xc0,0xc2,0xfb,0xc5,0xc5,0xc5,0xfb,0xf6,0xf7,0xf6,0xfa,0xff,0xff,
0xff,0xfc,0xea,0xed,0xea,0xfd,0x6f,0x71,0x6f,0xfe,0x33,0x32,0x33,0xff,0x82,
0x37,0x37,0x37,0xff,0x82,0x32,0x32,0x32,0xff,0x05,0x35,0x35,0x35,0xff,0x39,
0x39,0x39,0xfe,0x3e,0x40,0x40,0xf7,0x3e,0x40,0x3e,0xef,0x11,0x10,0x12,0x66,
0x86,0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x8c,0xfa,0xfa,0xfa,0x00,
0x85,0xfb,0xfb,0xfb,0x00,0x22,0xfc,0xfc,0xfc,0x00,0xfd,0xfd,0xfd,0x00,0xff,
0xff,0xff,0x00,0xc6,0xc6,0xc6,0xb6,0x74,0x74,0x74,0xff,0x75,0x74,0x75,0xff,
0x81,0x81,0x81,0xff,0x8e,0x8c,0x8e,0xff,0xa5,0xa6,0xa5,0xff,0x9f,0x9e,0x9f,
0xff,0xc4,0xc4,0xc4,0xff,0x9f,0x9e,0x9f,0xff,0xcc,0xcc,0xcc,0xff,0xbb,0xba,
0xbb,0xff,0xae,0xae,0xae,0xff,0xe3,0xe4,0xe3,0xff,0xa5,0xa5,0xa5,0xff,0xd2,
0xd2,0xd2,0xff,0xcf,0xd0,0xcf,0xfe,0xbd,0xbe,0xbd,0xfe,0xd6,0xd6,0xd6,0xfe,
0xc9,0xc9,0xc9,0xfe,0xd3,0xd4,0xd3,0xfe,0xd6,0xd9,0xd6,0xfe,0xa5,0xa7,0xa5,
0xff,0x4d,0x4e,0x4d,0xfe,0x32,0x31,0x32,0xff,0x31,0x31,0x31,0xff,0x32,0x32,
0x32,0xff,0x35,0x35,0x37,0xff,0x3b,0x39,0x39,0xff,0x3e,0x3e,0x3e,0xff,0x42,
0x43,0x42,0xff,0x17,0x18,0x17,0xa1,0x87,0x00,0x00,0x00,0x00,0x86,0xff,0xff,
0xff,0x00,0x8b,0xf3,0xf3,0xf3,0x00,0x82,0xf4,0xf4,0xf4,0x00,0x25,0xe3,0xe1,
0xe3,0x00,0xde,0xde,0xde,0x00,0xee,0xee,0xee,0x00,0xe3,0xe3,0xe3,0x00,0xea,
0xea,0xea,0x00,0xe1,0xe1,0xe1,0x00,0xd6,0xd7,0xd6,0x82,0x83,0x83,0x83,0xff,
0x6f,0x6e,0x6f,0xff,0x7d,0x7c,0x7d,0xff,0x89,0x88,0x89,0xff,0xa4,0xa3,0xa4,
0xff,0x9c,0x9d,0x9c,0xff,0xc0,0xc0,0xc0,0xff,0xa5,0xa3,0xa5,0xff,0xc0,0xc0,
0xc0,0xff,0xc9,0xc8,0xc9,0xff,0xa3,0xa2,0xa3,0xff,0xea,0xea,0xea,0xff,0xb1,
0xb1,0xb1,0xff,0xcc,0xcc,0xcc,0xff,0xd8,0xd8,0xd8,0xff,0xbd,0xbe,0xbd,0xff,
0xd5,0xd5,0xd5,0xff,0xd3,0xd2,0xd3,0xff,0xca,0xcb,0xca,0xff,0xd5,0xd6,0xd5,
0xff,0xcf,0xd0,0xcf,0xff,0x7a,0x7b,0x7a,0xff,0x43,0x49,0x43,0xff,0x45,0x49,
0x45,0xff,0x2f,0x2f,0x2f,0xff,0x33,0x33,0x33,0xff,0x39,0x39,0x39,0xff,0x3d,
0x3e,0x3e,0xff,0x45,0x43,0x45,0xff,0x24,0x23,0x24,0xd4,0x88,0x00,0x00,0x00,
0x00,0x86,0xff,0xff,0xff,0x00,0x8c,0xf4,0xf4,0xf4,0x00,0x26,0xf5,0xf5,0xf5,
0x00,0xe4,0xe2,0xe4,0x00,0xdf,0xdf,0xdf,0x00,0xef,0xef,0xef,0x00,0xe5,0xe5,
0xe5,0x00,0xee,0xee,0xee,0x00,0xe7,0xe7,0xe7,0x62,0x8b,0x8b,0x8b,0xff,0x6f,
0x6d,0x6f,0xff,0x7e,0x7e,0x7e,0xff,0x8c,0x8d,0x8c,0xff,0xa7,0xa5,0xa7,0xff,
0xa3,0xa2,0xa3,0xff,0xbc,0xbc,0xbc,0xff,0xb1,0xb1,0xb1,0xff,0xb5,0xb6,0xb5,
0xff,0xd6,0xd5,0xd6,0xff,0x9b,0x9c,0x9b,0xff,0xe8,0xe8,0xe8,0xff,0xbb,0xba,
0xbb,0xff,0xc6,0xc6,0xc6,0xff,0xe1,0xe1,0xe1,0xff,0xc6,0xc6,0xc6,0xff,0xd2,
0xd1,0xd2,0xff,0xd6,0xd6,0xd6,0xff,0xd3,0xd4,0xd3,0xff,0xd4,0xd5,0xd4,0xff,
0xda,0xdb,0xda,0xff,0xd9,0xda,0xd9,0xff,0xa5,0xa7,0xa5,0xff,0x59,0x5f,0x59,
0xff,0x60,0x62,0x60,0xff,0x57,0x57,0x57,0xff,0x32,0x32,0x32,0xff,0x3d,0x3d,
0x3d,0xff,0x45,0x45,0x45,0xff,0x30,0x30,0x30,0xf2,0x00,0x00,0x00,0x06,0x88,
0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x8c,0xf4,0xf4,0xf4,0x00,0x25,
0xf5,0xf5,0xf5,0x00,0xe4,0xe3,0xe4,0x00,0xe0,0xe0,0xe0,0x00,0xf0,0xf0,0xf0,
0x00,0xe8,0xe8,0xe8,0x00,0xf3,0xf3,0xf3,0x50,0x93,0x93,0x93,0xff,0x72,0x72,
0x72,0xff,0x81,0x81,0x81,0xff,0x94,0x94,0x94,0xff,0xaa,0xaa,0xaa,0xff,0xae,
0xae,0xae,0xff,0xbc,0xbc,0xbc,0xff,0xc0,0xc0,0xc0,0xff,0xb2,0xb2,0xb2,0xff,
0xda,0xda,0xda,0xff,0x99,0x98,0x99,0xff,0xe0,0xe0,0xe0,0xff,0xc4,0xc3,0xc4,
0xff,0xbb,0xbb,0xbb,0xff,0xe3,0xe3,0xe3,0xff,0xca,0xcb,0xca,0xff,0xcf,0xce,
0xcf,0xff,0xd8,0xd8,0xd8,0xff,0xd9,0xda,0xd9,0xff,0xd2,0xd2,0xd2,0xff,0xda,
0xd8,0xda,0xff,0xda,0xdb,0xda,0xff,0xcf,0xd0,0xcf,0xff,0xea,0xec,0xea,0xff,
0xc0,0xc0,0xc0,0xff,0x65,0x64,0x65,0xff,0x6e,0x6d,0x6e,0xff,0x48,0x47,0x48,
0xff,0x3d,0x3d,0x3d,0xff,0x31,0x31,0x31,0xfb,0x01,0x01,0x01,0x1a,0x89,0x00,
0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x8c,0xf4,0xf4,0xf4,0x00,0x24,0xf5,
0xf5,0xf5,0x00,0xe4,0xe3,0xe4,0x00,0xe1,0xe1,0xe1,0x00,0xf3,0xf3,0xf3,0x00,
0xed,0xed,0xed,0x3c,0x9e,0x9d,0x9e,0xff,0x7b,0x7b,0x7b,0xff,0x8c,0x8d,0x8c,
0xff,0xa4,0xa3,0xa4,0xff,0xae,0xae,0xae,0xff,0xc3,0xc3,0xc3,0xff,0xbf,0xbf,
0xbf,0xff,0xdc,0xdc,0xdc,0xff,0xb6,0xb6,0xb6,0xff,0xe5,0xe5,0xe5,0xff,0xa7,
0xa7,0xa7,0xff,0xd3,0xd3,0xd3,0xff,0xcc,0xcb,0xcc,0xff,0xab,0xaa,0xab,0xff,
0xe0,0xe0,0xe0,0xff,0xc9,0xc9,0xc9,0xff,0xcd,0xce,0xcd,0xff,0xd7,0xd5,0xd7,
0xff,0xdc,0xdc,0xdc,0xff,0xd0,0xd0,0xd0,0xff,0xd5,0xd5,0xd5,0xff,0xdf,0xde,
0xdf,0xff,0xd1,0xd2,0xd1,0xff,0xdd,0xdd,0xdd,0xff,0xd5,0xd5,0xd5,0xff,0xc3,
0xc3,0xc3,0xff,0xc6,0xc5,0xc6,0xff,0x6d,0x6a,0x6d,0xff,0x4e,0x4f,0x4e,0xff,
0x30,0x30,0x30,0xfe,0x00,0x00,0x00,0x36,0x8a,0x00,0x00,0x00,0x00,0x86,0xff,
0xff,0xff,0x00,0x8c,0xf4,0xf4,0xf4,0x00,0x23,0xf5,0xf5,0xf5,0x00,0xe5,0xe4,
0xe5,0x00,0xe4,0xe4,0xe4,0x00,0xf9,0xf9,0xf9,0x2d,0x9c,0x9c,0x9c,0xfa,0x6e,
0x6d,0x6e,0xff,0x7a,0x79,0x7a,0xff,0x7e,0x7c,0x7e,0xff,0x6f,0x6c,0x6f,0xff,
0x84,0x82,0x84,0xff,0x68,0x68,0x68,0xff,0xa8,0xa6,0xa8,0xff,0x90,0x90,0x90,
0xff,0xdb,0xdc,0xdb,0xff,0xc4,0xc4,0xc4,0xff,0xd6,0xd5,0xd6,0xff,0xe0,0xe0,
0xe0,0xff,0xae,0xad,0xae,0xff,0xdb,0xda,0xdb,0xff,0xc8,0xc8,0xc8,0xff,0xc4,
0xc3,0xc4,0xff,0xd6,0xd6,0xd6,0xff,0xd9,0xda,0xd9,0xff,0xd4,0xd3,0xd4,0xff,
0xd0,0xce,0xd0,0xff,0xe1,0xe1,0xe1,0xff,0xd2,0xd2,0xd2,0xff,0xd5,0xd5,0xd5,
0xff,0xd9,0xda,0xd9,0xff,0xc6,0xc7,0xc6,0xff,0xe1,0xe1,0xe1,0xff,0xc9,0xc9,
0xc9,0xff,0x75,0x74,0x75,0xff,0x42,0x40,0x42,0xff,0x80,0x81,0x80,0xc6,0x8b,
0x00,0x00,0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x8c,0xf4,0xf4,0xf4,0x00,0x24,
0xf6,0xf6,0xf6,0x00,0xe8,0xe7,0xe8,0x00,0xea,0xea,0xea,0x33,0x8e,0x8e,0x8e,
0xf1,0x56,0x53,0x56,0xff,0x54,0x52,0x54,0xff,0x53,0x51,0x53,0xff,0x4f,0x4e,
0x4f,0xff,0x64,0x62,0x64,0xff,0x74,0x72,0x74,0xff,0x76,0x75,0x76,0xff,0x69,
0x68,0x69,0xff,0x53,0x52,0x53,0xff,0x68,0x67,0x68,0xff,0x5c,0x5d,0x5c,0xff,
0xb5,0xb6,0xb5,0xff,0xa6,0xa6,0xa6,0xff,0xdd,0xdd,0xdd,0xff,0xd7,0xd7,0xd7,
0xff,0xbe,0xbe,0xbe,0xff,0xd7,0xd8,0xd7,0xff,0xd3,0xd4,0xd3,0xff,0xd4,0xd5,
0xd4,0xff,0xd1,0xd1,0xd1,0xff,0xde,0xe0,0xde,0xff,0xd6,0xd6,0xd6,0xff,0xd0,
0xcf,0xd0,0xff,0xdb,0xda,0xdb,0xff,0xcc,0xcc,0xcc,0xff,0xd7,0xd6,0xd7,0xff,
0xca,0xcc,0xca,0xff,0xb6,0xb6,0xb6,0xff,0xdf,0xe0,0xdf,0xff,0x57,0x57,0x57,
0xff,0x7a,0x7b,0x7a,0xdf,0xff,0xff,0xff,0x01,0x8a,0x00,0x00,0x00,0x00,0x86,
0xff,0xff,0xff,0x00,0x8b,0xf4,0xf4,0xf4,0x00,0x25,0xf5,0xf6,0xf5,0x00,0xf9,
0xfa,0xf9,0x00,0xee,0xed,0xee,0x40,0x79,0x77,0x79,0xff,0x45,0x41,0x45,0xff,
0x4f,0x4d,0x4f,0xff,0x55,0x57,0x55,0xff,0x5d,0x5b,0x5d,0xff,0x83,0x80,0x83,
0xff,0xb7,0xb4,0xb7,0xff,0xd5,0xd2,0xd5,0xff,0xca,0xc8,0xca,0xff,0xad,0xab,
0xad,0xff,0x92,0x92,0x92,0xff,0x80,0x82,0x80,0xff,0x71,0x75,0x71,0xff,0x5d,
0x60,0x5d,0xff,0x48,0x4b,0x48,0xff,0x9c,0x9d,0x9c,0xff,0xa6,0xa7,0xa6,0xff,
0xdf,0xdf,0xdf,0xff,0xda,0xd9,0xda,0xff,0xd0,0xd1,0xd0,0xff,0xd4,0xd4,0xd4,
0xff,0xdc,0xdd,0xdc,0xff,0xd8,0xd9,0xd8,0xff,0xce,0xcd,0xce,0xff,0xdb,0xda,
0xdb,0xff,0xd3,0xd3,0xd3,0xff,0xcf,0xcd,0xcf,0xff,0xd3,0xd2,0xd3,0xff,0xbe,
0xbf,0xbe,0xff,0xda,0xdb,0xda,0xff,0xba,0xb9,0xba,0xff,0x88,0x89,0x88,0xff,
0x6e,0x6d,0x6e,0xff,0xe1,0xe0,0xe1,0x4f,0x8a,0x00,0x00,0x00,0x00,0x86,0xff,
0xff,0xff,0x00,0x89,0xf4,0xf4,0xf4,0x00,0x82,0xf5,0xf5,0xf5,0x00,0x25,0xf8,
0xf8,0xf8,0x00,0xff,0xff,0xff,0x1b,0x80,0x7c,0x80,0xf6,0x38,0x35,0x38,0xff,
0x56,0x55,0x56,0xff,0x89,0x8b,0x89,0xff,0xa3,0xa4,0xa3,0xff,0xba,0xb9,0xba,
0xff,0xd0,0xd0,0xd0,0xff,0xd8,0xd7,0xd8,0xff,0xd7,0xd6,0xd7,0xff,0xcc,0xca,
0xcc,0xff,0xb7,0xb6,0xb7,0xff,0xa2,0xa1,0xa2,0xff,0x9b,0x9c,0x9b,0xff,0xa8,
0xaf,0xa8,0xff,0xbe,0xc6,0xbe,0xff,0xb7,0xb9,0xb7,0xff,0x73,0x74,0x73,0xff,
0x49,0x4c,0x49,0xff,0xb2,0xb3,0xb2,0xff,0xc7,0xc7,0xc7,0xff,0xdb,0xdc,0xdb,
0xff,0xdb,0xdb,0xdb,0xff,0xda,0xdb,0xda,0xff,0xd1,0xd1,0xd1,0xff,0xda,0xdb,
0xda,0xff,0xd5,0xd5,0xd5,0xff,0xcc,0xcc,0xcc,0xff,0xd3,0xd3,0xd3,0xff,0xc6,
0xc7,0xc6,0xff,0xd2,0xd2,0xd2,0xff,0xbc,0xbc,0xbc,0xff,0xb3,0xb3,0xb3,0xff,
0xdb,0xdb,0xdb,0xff,0x8b,0x87,0x8b,0xff,0xcc,0xc8,0xcc,0x8f,0x8a,0x00,0x00,
0x00,0x00,0x86,0xff,0xff,0xff,0x00,0x89,0xeb,0xeb,0xeb,0x00,0x28,0xec,0xec,
0xec,0x00,0xed,0xed,0xed,0x00,0xe5,0xe3,0xe5,0x00,0x9f,0x9d,0x9f,0xb6,0x3c,
0x39,0x3c,0xff,0x6e,0x6d,0x6e,0xff,0xc5,0xc7,0xc5,0xff,0xde,0xdf,0xde,0xff,
0xe5,0xe6,0xe5,0xff,0xe0,0xe2,0xe0,0xff,0xd5,0xd6,0xd5,0xff,0xd0,0xd3,0xd0,
0xff,0xd1,0xd1,0xd1,0xff,0xd4,0xd3,0xd4,0xff,0xde,0xdd,0xde,0xff,0xdd,0xdb,
0xdd,0xff,0xcb,0xca,0xcb,0xff,0xbf,0xc4,0xbf,0xff,0xd1,0xd4,0xd1,0xff,0xf5,
0xf3,0xf5,0xff,0xff,0xff,0xff,0xff,0xc7,0xc8,0xc7,0xff,0x5a,0x5c,0x5a,0xff,
0x66,0x68,0x66,0xff,0xe5,0xe4,0xe5,0xff,0xe1,0xe2,0xe1,0xff,0xcf,0xd0,0xcf,
0xff,0xdc,0xdb,0xdc,0xff,0xd9,0xda,0xd9,0xff,0xc9,0xcb,0xc9,0xff,0xd3,0xd1,
0xd3,0xff,0xcd,0xcd,0xcd,0xff,0xca,0xc9,0xca,0xff,0xc8,0xc8,0xc8,0xff,0xb6,
0xb4,0xb6,0xff,0xd3,0xd4,0xd3,0xff,0xb1,0xb1,0xb1,0xff,0xb6,0xb2,0xb6,0xff,
0xbb,0xb9,0xbb,0xc7,0xf2,0xf2,0xf2,0x00,0x89,0xef,0xef,0xef,0x00,0x86,0xff,
0xff,0xff,0x00,0x89,0xec,0xec,0xec,0x00,0x28,0xed,0xed,0xed,0x00,0xef,0xef,
0xef,0x00,0xe8,0xe7,0xe8,0x38,0x59,0x55,0x59,0xff,0x7f,0x7d,0x7f,0xff,0xe0,
0xe0,0xe0,0xff,0xe5,0xe5,0xe5,0xff,0xd2,0xd2,0xd2,0xff,0xb5,0xb7,0xb5,0xff,
0x83,0x82,0x83,0xff,0x7d,0x7c,0x7d,0xff,0x79,0x7a,0x79,0xff,0x4f,0x50,0x4f,
0xff,0x51,0x52,0x51,0xff,0x83,0x7e,0x83,0xff,0xb0,0xaf,0xb0,0xff,0xcf,0xce,
0xcf,0xff,0xd3,0xd2,0xd3,0xff,0xce,0xcd,0xce,0xff,0xdc,0xde,0xdc,0xff,0xf4,
0xf5,0xf4,0xff,0xff,0xff,0xff,0xff,0xdd,0xe2,0xdd,0xff,0x7a,0x7c,0x7a,0xff,
0x68,0x67,0x68,0xff,0xaf,0xb0,0xaf,0xff,0xe8,0xe8,0xe8,0xff,0xde,0xdf,0xde,
0xff,0xc5,0xc6,0xc5,0xff,0xd6,0xd5,0xd6,0xff,0xcf,0xd0,0xcf,0xff,0xc5,0xc5,
0xc5,0xff,0xcd,0xcc,0xcd,0xff,0xbb,0xbb,0xbb,0xff,0xd5,0xd5,0xd5,0xff,0xa3,
0xa3,0xa3,0xff,0xc2,0xc1,0xc2,0xff,0xc1,0xc2,0xc1,0xff,0xad,0xab,0xad,0xda,
0xd9,0xd8,0xd9,0x00,0x89,0xd7,0xd6,0xd7,0x00,0x86,0xff,0xff,0xff,0x00,0x89,
0xed,0xed,0xed,0x00,0x29,0xee,0xee,0xee,0x00,0xf1,0xf1,0xf1,0x00,0xb9,0xb8,
0xb9,0x83,0x73,0x72,0x73,0xff,0xde,0xe0,0xde,0xff,0xe1,0xe1,0xe1,0xff,0xae,
0xac,0xae,0xff,0x90,0x92,0x90,0xff,0x6e,0x6e,0x6e,0xff,0x69,0x67,0x69,0xff,
0x77,0x78,0x77,0xff,0x4b,0x4c,0x4b,0xff,0x36,0x37,0x36,0xff,0x52,0x4f,0x52,
0xff,0x6b,0x6a,0x6b,0xff,0x91,0x95,0x91,0xff,0xc3,0xc3,0xc3,0xff,0xd0,0xcd,
0xd0,0xff,0xc9,0xcb,0xc9,0xff,0xc7,0xc9,0xc7,0xff,0xd3,0xd3,0xd3,0xff,0xe1,
0xe3,0xe1,0xff,0xd7,0xdc,0xd7,0xff,0xac,0xae,0xac,0xff,0x4f,0x52,0x4f,0xff,
0x6e,0x6f,0x6e,0xff,0xc8,0xc8,0xc8,0xff,0xbe,0xbf,0xbe,0xff,0xd2,0xd2,0xd2,
0xff,0xd6,0xd6,0xd6,0xff,0xc0,0xc0,0xc0,0xff,0xd1,0xd0,0xd1,0xff,0xc0,0xc0,
0xc0,0xff,0xce,0xce,0xce,0xff,0xb6,0xb6,0xb6,0xff,0xb1,0xb1,0xb1,0xff,0xc1,
0xc1,0xc1,0xff,0xb8,0xb8,0xb8,0xff,0xca,0xca,0xca,0xd7,0xda,0xda,0xda,0x00,
0xd8,0xd8,0xd8,0x00,0x88,0xd7,0xd7,0xd7,0x00,0x86,0xff,0xff,0xff,0x00,0x84,
0xd9,0xd8,0xd9,0x00,0x03,0xda,0xd8,0xda,0x00,0xda,0xd9,0xda,0x00,0xda,0xd8,
0xda,0x00,0x82,0xd9,0xd8,0xd9,0x00,0x28,0xda,0xd9,0xda,0x00,0xdd,0xdc,0xdd,
0x00,0x92,0x91,0x92,0xc9,0xc2,0xc4,0xc2,0xff,0xe4,0xe4,0xe4,0xff,0xa6,0xa4,
0xa6,0xff,0x83,0x84,0x83,0xff,0x77,0x77,0x77,0xff,0x6e,0x6b,0x6e,0xff,0x7d,
0x7e,0x7d,0xff,0x57,0x58,0x57,0xff,0x3a,0x3c,0x3a,0xff,0x57,0x54,0x57,0xff,
0x74,0x72,0x74,0xff,0x95,0x99,0x95,0xff,0xc0,0xc1,0xc0,0xff,0xd0,0xce,0xd0,
0xff,0xc7,0xc9,0xc7,0xff,0xdc,0xdd,0xdc,0xff,0xe2,0xe1,0xe2,0xff,0xca,0xcb,
0xca,0xff,0xcf,0xcf,0xcf,0xff,0xbf,0xc3,0xbf,0xff,0x72,0x74,0x72,0xff,0x4f,
0x52,0x4f,0xff,0x44,0x47,0x44,0xff,0x4d,0x4e,0x4d,0xff,0xc3,0xc4,0xc3,0xff,
0xe8,0xe9,0xe8,0xff,0xb2,0xb0,0xb2,0xff,0xd3,0xd1,0xd3,0xff,0xc0,0xc0,0xc0,
0xff,0xbf,0xbe,0xbf,0xff,0xc6,0xc5,0xc6,0xff,0xad,0xad,0xad,0xff,0xcb,0xcb,
0xcb,0xff,0xa4,0xa4,0xa4,0xff,0xc7,0xc9,0xc7,0xff,0xd1,0xd3,0xd1,0xbd,0xfc,
0xfc,0xfc,0x00,0x89,0xfa,0xfa,0xfa,0x00,0x86,0xff,0xff,0xff,0x00,0x83,0xd9,
0xd9,0xd9,0x00,0x01,0xda,0xda,0xda,0x00,0x83,0xdb,0xdb,0xdb,0x00,0x2b,0xda,
0xda,0xda,0x00,0xd9,0xd9,0xd9,0x00,0xda,0xda,0xda,0x00,0xdc,0xdc,0xdc,0x0c,
0xbb,0xbc,0xbb,0xe5,0xde,0xe1,0xde,0xff,0xad,0xad,0xad,0xff,0x82,0x83,0x82,
0xff,0x7e,0x7f,0x7e,0xff,0x6d,0x6a,0x6d,0xff,0x7f,0x80,0x7f,0xff,0x5f,0x60,
0x5f,0xff,0x3b,0x3d,0x3b,0xff,0x51,0x51,0x51,0xff,0x6f,0x6c,0x6f,0xff,0x8f,
0x91,0x8f,0xff,0xba,0xbc,0xba,0xff,0xd0,0xcf,0xd0,0xff,0xc9,0xc9,0xc9,0xff,
0xd5,0xd8,0xd5,0xff,0xf1,0xef,0xf1,0xff,0xce,0xce,0xce,0xff,0x9e,0x9f,0x9e,
0xff,0xc1,0xc2,0xc1,0xff,0xd2,0xd8,0xd2,0xff,0x9e,0xa2,0x9e,0xff,0x3e,0x44,
0x3e,0xff,0x4a,0x4e,0x4a,0xff,0x59,0x59,0x59,0xff,0x73,0x74,0x73,0xff,0x97,
0x97,0x97,0xff,0xc9,0xc8,0xc9,0xff,0xcf,0xcf,0xcf,0xff,0xb0,0xb0,0xb0,0xff,
0xd2,0xd1,0xd2,0xff,0xaa,0xaa,0xaa,0xff,0xd1,0xd0,0xd1,0xff,0x9e,0x9f,0x9e,
0xff,0xc2,0xc3,0xc2,0xff,0xbb,0xbb,0xbb,0xff,0xdb,0xdb,0xdb,0xc8,0xf5,0xf5,
0xf5,0x00,0xf3,0xf3,0xf3,0x00,0x88,0xf2,0xf2,0xf2,0x00,0x86,0xff,0xff,0xff,
0x00,0x82,0xf0,0xf0,0xf0,0x00,0x06,0xf9,0xf7,0xf9,0x00,0xe0,0xe0,0xe0,0x00,
0xcd,0xcd,0xcd,0x00,0xce,0xce,0xce,0x00,0xd5,0xd7,0xd5,0x00,0xf3,0xf3,0xf3,
0x00,0x82,0xf2,0xf2,0xf2,0x00,0x28,0xf4,0xf4,0xf4,0x07,0xd5,0xd9,0xd5,0xee,
0xb5,0xb4,0xb5,0xff,0x82,0x83,0x82,0xff,0x82,0x84,0x82,0xff,0x6b,0x6a,0x6b,
0xff,0x80,0x7f,0x80,0xff,0x66,0x67,0x66,0xff,0x3d,0x3f,0x3d,0xff,0x50,0x4f,
0x50,0xff,0x78,0x76,0x78,0xff,0xa0,0xa3,0xa0,0xff,0xc5,0xc7,0xc5,0xff,0xd7,
0xd5,0xd7,0xff,0xcd,0xca,0xcd,0xff,0xd2,0xd3,0xd2,0xff,0xef,0xee,0xef,0xff,
0xda,0xd9,0xda,0xff,0x9a,0x99,0x9a,0xff,0xa0,0xa0,0xa0,0xff,0xc9,0xc7,0xc9,
0xff,0xce,0xd2,0xce,0xff,0xd6,0xdc,0xd6,0xff,0x9f,0xa4,0x9f,0xff,0x58,0x59,
0x58,0xff,0x6d,0x6b,0x6d,0xff,0x50,0x4f,0x50,0xff,0x81,0x81,0x81,0xff,0xde,
0xde,0xde,0xff,0xa9,0xa9,0xa9,0xff,0xd1,0xd0,0xd1,0xff,0xa6,0xa7,0xa6,0xff,
0xc4,0xc5,0xc4,0xff,0xac,0xad,0xac,0xff,0xb5,0xb5,0xb5,0xff,0xbd,0xbe,0xbd,
0xff,0xc1,0xc1,0xc1,0xff,0xd6,0xd6,0xd6,0xb2,0xf0,0xf0,0xf0,0x00,0xee,0xee,
0xee,0x00,0x88,0xed,0xed,0xed,0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xef,0xef,
0xef,0x00,0x30,0xf8,0xf6,0xf8,0x00,0xe0,0xe0,0xe0,0x00,0xcd,0xcd,0xcd,0x00,
0xcf,0xcf,0xcf,0x00,0xd6,0xd8,0xd6,0x00,0xbb,0xbc,0xbb,0x00,0xe8,0xe8,0xe8,
0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x17,0xbc,0xbd,0xbc,0xff,0x83,0x81,
0x83,0xff,0x84,0x86,0x84,0xff,0x6b,0x69,0x6b,0xff,0x7e,0x7e,0x7e,0xff,0x6d,
0x6e,0x6d,0xff,0x3d,0x40,0x3d,0xff,0x4d,0x4e,0x4d,0xff,0x4f,0x4c,0x4f,0xff,
0x35,0x34,0x35,0xff,0x5b,0x5c,0x5b,0xff,0x9f,0x9d,0x9f,0xff,0xcc,0xc9,0xcc,
0xff,0xe2,0xe3,0xe2,0xff,0xff,0xff,0xff,0xff,0xee,0xec,0xee,0xff,0xa7,0xa7,
0xa7,0xff,0xa4,0xa4,0xa4,0xff,0xc7,0xc6,0xc7,0xff,0xd3,0xd4,0xd3,0xff,0xbe,
0xc0,0xbe,0xff,0xc2,0xc6,0xc2,0xff,0xd7,0xdc,0xd7,0xff,0xa2,0xa4,0xa2,0xff,
0x66,0x62,0x66,0xff,0x60,0x5d,0x60,0xff,0x55,0x55,0x55,0xff,0x78,0x78,0x78,
0xff,0xce,0xce,0xce,0xff,0xbd,0xbd,0xbd,0xff,0xac,0xae,0xac,0xff,0xc0,0xbe,
0xc0,0xff,0xa7,0xa7,0xa7,0xff,0xbe,0xbe,0xbe,0xff,0xb6,0xb6,0xb6,0xff,0xb9,
0xb9,0xb9,0xff,0xd1,0xd1,0xd1,0xbe,0xf3,0xf3,0xf3,0x00,0xf1,0xf1,0xf1,0x00,
0x88,0xf0,0xf0,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xef,0xef,0xef,0x00,
0x2f,0xf7,0xf6,0xf7,0x00,0xe0,0xe0,0xe0,0x00,0xcd,0xcd,0xcd,0x00,0xcf,0xcf,
0xcf,0x00,0xd7,0xd8,0xd7,0x00,0xbd,0xbe,0xbd,0x00,0xec,0xec,0xec,0x00,0xae,
0xad,0xae,0x00,0xdd,0xdd,0xdd,0x4d,0x81,0x81,0x81,0xff,0x7e,0x7f,0x7e,0xff,
0x64,0x62,0x64,0xff,0x72,0x72,0x72,0xff,0x6a,0x6b,0x6a,0xff,0x3d,0x40,0x3d,
0xff,0x47,0x48,0x47,0xff,0x53,0x4f,0x53,0xff,0x2d,0x2c,0x2d,0xff,0x47,0x47,
0x47,0xff,0x41,0x45,0x41,0xff,0x2a,0x2d,0x2a,0xff,0x2f,0x2e,0x2f,0xff,0x49,
0x4a,0x49,0xff,0x8a,0x88,0x8a,0xff,0xa1,0xa0,0xa1,0xff,0xba,0xbb,0xba,0xff,
0xd7,0xd7,0xd7,0xff,0xd9,0xd8,0xd9,0xff,0xc3,0xc3,0xc3,0xff,0xb6,0xba,0xb6,
0xff,0xca,0xc9,0xca,0xff,0xd4,0xd7,0xd4,0xff,0xd6,0xdc,0xd6,0xff,0x8b,0x8c,
0x8b,0xff,0x4c,0x4a,0x4c,0xff,0x48,0x48,0x48,0xff,0x6e,0x6f,0x6e,0xff,0xc6,
0xc6,0xc6,0xff,0xb4,0xb4,0xb4,0xff,0xcc,0xcb,0xcc,0xff,0x9e,0x9e,0x9e,0xff,
0xc4,0xc3,0xc4,0xff,0xb2,0xb2,0xb2,0xff,0xbd,0xbd,0xbd,0xff,0xb0,0xb0,0xb0,
0xff,0xd0,0xd0,0xd0,0x9f,0xf4,0xf4,0xf4,0x00,0x89,0xf2,0xf2,0xf2,0x00,0x86,
0xff,0xff,0xff,0x00,0x82,0xef,0xef,0xef,0x00,0x2f,0xf7,0xf6,0xf7,0x00,0xe0,
0xe0,0xe0,0x00,0xcd,0xcd,0xcd,0x00,0xd0,0xd0,0xd0,0x00,0xd9,0xda,0xd9,0x00,
0xc1,0xc2,0xc1,0x00,0xf1,0xf1,0xf1,0x01,0xb4,0xb3,0xb4,0x55,0x7e,0x7b,0x7e,
0xf5,0x8b,0x8c,0x8b,0xff,0x9e,0x9b,0x9e,0xff,0xa1,0x9e,0xa1,0xff,0x96,0x95,
0x96,0xff,0x5a,0x5c,0x5a,0xff,0x41,0x43,0x41,0xff,0x5a,0x56,0x5a,0xff,0x6a,
0x69,0x6a,0xff,0x95,0x98,0x95,0xff,0xa8,0xad,0xa8,0xff,0xc1,0xca,0xc1,0xff,
0xdd,0xe0,0xdd,0xff,0xe0,0xe1,0xe0,0xff,0xb5,0xb5,0xb5,0xff,0x6d,0x6e,0x6d,
0xff,0x29,0x29,0x29,0xff,0x40,0x40,0x40,0xff,0xa3,0xa0,0xa3,0xff,0xda,0xdb,
0xda,0xff,0xc8,0xcc,0xc8,0xff,0xc4,0xc8,0xc4,0xff,0xdf,0xdc,0xdf,0xff,0xd8,
0xd6,0xd8,0xff,0xcc,0xd2,0xcc,0xff,0xc9,0xcf,0xc9,0xff,0x57,0x55,0x57,0xff,
0x43,0x43,0x43,0xff,0x48,0x4b,0x48,0xff,0x82,0x83,0x82,0xff,0xdf,0xde,0xdf,
0xff,0xa9,0xa8,0xa9,0xff,0xbf,0xc1,0xbf,0xff,0xb2,0xb2,0xb2,0xff,0xbc,0xbc,
0xbc,0xff,0xae,0xae,0xae,0xff,0xa3,0xa3,0xa3,0xff,0xe2,0xe3,0xe2,0x5e,0xdf,
0xdf,0xdf,0x00,0x89,0xde,0xde,0xde,0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xef,
0xef,0xef,0x00,0x2f,0xf7,0xf6,0xf7,0x00,0xe0,0xe0,0xe0,0x00,0xce,0xce,0xce,
0x00,0xd2,0xd2,0xd2,0x00,0xdd,0xde,0xdd,0x00,0xc6,0xc8,0xc6,0x7c,0x83,0x85,
0x83,0xec,0x64,0x61,0x64,0xff,0x7d,0x7b,0x7d,0xff,0xb7,0xb5,0xb7,0xff,0xd6,
0xd1,0xd6,0xff,0xcc,0xca,0xcc,0xff,0xb4,0xb2,0xb4,0xff,0x9b,0x9b,0x9b,0xff,
0x91,0x90,0x91,0xff,0x86,0x86,0x86,0xff,0x9e,0xa1,0x9e,0xff,0xb9,0xbe,0xb9,
0xff,0xac,0xb3,0xac,0xff,0xcd,0xd0,0xcd,0xff,0xea,0xeb,0xea,0xff,0xfd,0xfe,
0xfd,0xff,0xff,0xff,0xff,0xff,0xfd,0xff,0xfd,0xff,0xc1,0xc2,0xc1,0xff,0x49,
0x4c,0x49,0xff,0x08,0x09,0x08,0xff,0x2c,0x2c,0x2c,0xff,0x98,0x9a,0x98,0xff,
0xf1,0xf0,0xf1,0xff,0xec,0xe9,0xec,0xff,0xb4,0xb5,0xb4,0xff,0xa7,0xa6,0xa7,
0xff,0xd9,0xde,0xd9,0xff,0x9d,0xa0,0x9d,0xff,0x46,0x47,0x46,0xff,0x58,0x58,
0x58,0xff,0x72,0x72,0x72,0xff,0xb8,0xb8,0xb8,0xff,0xc6,0xc6,0xc6,0xff,0xbd,
0xbe,0xbd,0xff,0xbb,0xbc,0xbb,0xff,0xb5,0xb7,0xb5,0xff,0x99,0x98,0x99,0xff,
0xa0,0xa0,0xa0,0xff,0xce,0xcc,0xce,0x23,0xcc,0xc9,0xcc,0x00,0x89,0xcb,0xc8,
0xcb,0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xef,0xef,0xef,0x00,0x2f,0xf7,0xf6,
0xf7,0x00,0xe0,0xe0,0xe0,0x00,0xd0,0xd0,0xd0,0x00,0xd6,0xd6,0xd6,0x0d,0x90,
0x92,0x90,0xd0,0x60,0x62,0x60,0xff,0x5a,0x57,0x5a,0xff,0x7f,0x7c,0x7f,0xff,
0xb3,0xb3,0xb3,0xff,0xcf,0xcc,0xcf,0xff,0xc5,0xc2,0xc5,0xff,0xad,0xac,0xad,
0xff,0x98,0x99,0x98,0xff,0x95,0x94,0x95,0xff,0x9b,0x9b,0x9b,0xff,0xa6,0xab,
0xa6,0xff,0xbb,0xc3,0xbb,0xff,0xd3,0xd6,0xd3,0xff,0xd5,0xd7,0xd5,0xff,0xe4,
0xe4,0xe4,0xff,0xee,0xec,0xee,0xff,0xe4,0xe2,0xe4,0xff,0xd7,0xda,0xd7,0xff,
0xc4,0xc5,0xc4,0xff,0x7e,0x7f,0x7e,0xff,0x57,0x5a,0x57,0xff,0x4e,0x53,0x4e,
0xff,0x3a,0x3b,0x3a,0xff,0x0d,0x0d,0x0d,0xff,0x60,0x5e,0x60,0xff,0xc7,0xc8,
0xc7,0xff,0xa6,0xa3,0xa6,0xff,0x9d,0x9c,0x9d,0xff,0xc7,0xcc,0xc7,0xff,0xcf,
0xd6,0xcf,0xff,0x72,0x72,0x72,0xff,0x7c,0x77,0x7c,0xff,0x53,0x53,0x53,0xff,
0xab,0xab,0xab,0xff,0xd3,0xd3,0xd3,0xff,0xbb,0xbb,0xbb,0xff,0xba,0xbb,0xba,
0xff,0xa4,0xa4,0xa4,0xff,0x7c,0x7c,0x7c,0xff,0xbd,0xbd,0xbd,0xa2,0xcd,0xca,
0xcd,0x00,0xcb,0xc9,0xcb,0x00,0x89,0xca,0xc8,0xca,0x00,0x86,0xff,0xff,0xff,
0x00,0x82,0xef,0xef,0xef,0x00,0x2e,0xf8,0xf7,0xf8,0x00,0xe2,0xe2,0xe2,0x00,
0xd2,0xd2,0xd2,0x04,0x8d,0x8d,0x8d,0xd0,0x54,0x57,0x54,0xff,0x5e,0x5c,0x5e,
0xff,0x7a,0x78,0x7a,0xff,0xab,0xa9,0xab,0xff,0xca,0xc7,0xca,0xff,0xc4,0xc1,
0xc4,0xff,0xac,0xa9,0xac,0xff,0x96,0x95,0x96,0xff,0x8f,0x8e,0x8f,0xff,0x96,
0x96,0x96,0xff,0x9f,0xa2,0x9f,0xff,0xb2,0xba,0xb2,0xff,0xcd,0xd0,0xcd,0xff,
0xe4,0xe4,0xe4,0xff,0xf0,0xf1,0xf0,0xff,0xf2,0xf2,0xf2,0xff,0xe4,0xe3,0xe4,
0xff,0xb0,0xaf,0xb0,0xff,0xa1,0xa3,0xa1,0xff,0xc4,0xc2,0xc4,0xff,0x8f,0x91,
0x8f,0xff,0x46,0x4b,0x46,0xff,0x50,0x51,0x50,0xff,0x75,0x75,0x75,0xff,0x6b,
0x6b,0x6b,0xff,0x14,0x15,0x14,0xff,0x12,0x12,0x12,0xff,0x91,0x90,0x91,0xff,
0xc8,0xcc,0xc8,0xff,0xd5,0xd5,0xd5,0xff,0xd1,0xd5,0xd1,0xff,0xad,0xad,0xad,
0xff,0x9d,0x94,0x9d,0xff,0x6c,0x6c,0x6c,0xff,0x7d,0x7e,0x7d,0xff,0xcb,0xca,
0xcb,0xff,0xc3,0xc3,0xc3,0xff,0xab,0xab,0xab,0xff,0x85,0x84,0x85,0xff,0x88,
0x87,0x88,0xf4,0xf2,0xf2,0xf2,0x1a,0xee,0xee,0xee,0x00,0x8a,0xec,0xec,0xec,
0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xef,0xef,0xef,0x00,0x2e,0xf9,0xf7,0xf9,
0x00,0xe3,0xe3,0xe3,0x00,0x8f,0x90,0x8f,0xb7,0x7b,0x7d,0x7b,0xff,0xa3,0xa2,
0xa3,0xff,0xb2,0xb2,0xb2,0xff,0xc1,0xc1,0xc1,0xff,0xc6,0xc6,0xc6,0xff,0xc6,
0xc5,0xc6,0xff,0xbc,0xbc,0xbc,0xff,0xab,0xaa,0xab,0xff,0x98,0x98,0x98,0xff,
0x92,0x92,0x92,0xff,0x99,0x9d,0x99,0xff,0xae,0xb4,0xae,0xff,0xc7,0xcb,0xc7,
0xff,0xe1,0xdf,0xe1,0xff,0xed,0xed,0xed,0xff,0xf0,0xf1,0xf0,0xff,0xf1,0xf3,
0xf1,0xff,0xe1,0xe5,0xe1,0xff,0xb4,0xb7,0xb4,0xff,0xc5,0xc1,0xc5,0xff,0xde,
0xde,0xde,0xff,0xd0,0xd1,0xd0,0xff,0xae,0xb1,0xae,0xff,0x8d,0x90,0x8d,0xff,
0x68,0x66,0x68,0xff,0x58,0x58,0x58,0xff,0x5b,0x5b,0x5b,0xff,0x23,0x24,0x23,
0xff,0x08,0x0a,0x08,0xff,0xbe,0xbd,0xbe,0xff,0xef,0xed,0xef,0xff,0xca,0xce,
0xca,0xff,0xc8,0xca,0xc8,0xff,0xae,0xa9,0xae,0xff,0x76,0x79,0x76,0xff,0x6e,
0x6f,0x6e,0xff,0xd4,0xd4,0xd4,0xff,0xb6,0xb6,0xb6,0xff,0x91,0x90,0x91,0xff,
0x79,0x78,0x79,0xff,0xde,0xdd,0xde,0x53,0xee,0xee,0xee,0x00,0xeb,0xeb,0xeb,
0x00,0x8a,0xea,0xea,0xea,0x00,0x86,0xff,0xff,0xff,0x00,0x30,0xef,0xef,0xef,
0x00,0xf0,0xf0,0xf0,0x00,0xfa,0xf8,0xfa,0x00,0xbc,0xbd,0xbc,0xa3,0xb0,0xb1,
0xb0,0xff,0xd8,0xd9,0xd8,0xff,0xdd,0xde,0xdd,0xff,0xd9,0xdb,0xd9,0xff,0xd6,
0xd7,0xd6,0xff,0xd3,0xd4,0xd3,0xff,0xd1,0xd2,0xd1,0xff,0xd2,0xd1,0xd2,0xff,
0xd3,0xd2,0xd3,0xff,0xcf,0xce,0xcf,0xff,0xc2,0xc2,0xc2,0xff,0xb7,0xba,0xb7,
0xff,0xc3,0xc7,0xc3,0xff,0xde,0xde,0xde,0xff,0xee,0xee,0xee,0xff,0xf0,0xf1,
0xf0,0xff,0xf0,0xf0,0xf0,0xff,0xe7,0xeb,0xe7,0xff,0xd3,0xd9,0xd3,0xff,0xaa,
0xac,0xaa,0xff,0x9b,0x9a,0x9b,0xff,0xcf,0xd0,0xcf,0xff,0xc1,0xc2,0xc1,0xff,
0xc6,0xcb,0xc6,0xff,0xe9,0xe7,0xe9,0xff,0xbf,0xbf,0xbf,0xff,0x59,0x5b,0x59,
0xff,0x42,0x44,0x42,0xff,0x67,0x68,0x67,0xff,0x4e,0x4a,0x4e,0xff,0x2c,0x28,
0x2c,0xff,0xc5,0xc2,0xc5,0xff,0xd9,0xdb,0xd9,0xff,0xcc,0xcf,0xcc,0xff,0xad,
0xad,0xad,0xff,0x7e,0x7e,0x7e,0xff,0x58,0x5b,0x58,0xff,0xb8,0xba,0xb8,0xff,
0xac,0xab,0xac,0xff,0x75,0x73,0x75,0xff,0xcc,0xcb,0xcc,0x7d,0xd9,0xd8,0xd9,
0x00,0xea,0xea,0xea,0x00,0xe9,0xe9,0xe9,0x00,0x8a,0xe8,0xe8,0xe8,0x00,0x86,
0xff,0xff,0xff,0x00,0x07,0xf0,0xf0,0xf0,0x00,0xf1,0xf1,0xf1,0x00,0xd8,0xd9,
0xd8,0x90,0xc9,0xca,0xc9,0xff,0xd6,0xd7,0xd6,0xff,0xd2,0xd3,0xd2,0xff,0xd1,
0xd2,0xd1,0xff,0x83,0xd0,0xd1,0xd0,0xff,0x02,0xd0,0xd0,0xd0,0xff,0xd3,0xd3,
0xd3,0xff,0x82,0xd4,0xd3,0xd4,0xff,0x1e,0xd6,0xd5,0xd6,0xff,0xd3,0xd2,0xd3,
0xff,0xcf,0xcd,0xcf,0xff,0xdc,0xdc,0xdc,0xff,0xef,0xf0,0xef,0xff,0xf3,0xf4,
0xf3,0xff,0xea,0xed,0xea,0xff,0xd7,0xdc,0xd7,0xff,0xb6,0xb9,0xb6,0xff,0x7e,
0x7e,0x7e,0xff,0x4b,0x4d,0x4b,0xff,0x64,0x69,0x64,0xff,0xc0,0xc5,0xc0,0xff,
0xda,0xdb,0xda,0xff,0xe5,0xe1,0xe5,0xff,0xcc,0xce,0xcc,0xff,0x9a,0x99,0x9a,
0xff,0x64,0x64,0x64,0xff,0x77,0x72,0x77,0xff,0xc0,0xb8,0xc0,0xff,0x3c,0x3b,
0x3c,0xff,0x46,0x46,0x46,0xff,0xe6,0xe4,0xe6,0xff,0xcd,0xd1,0xcd,0xff,0xb5,
0xb5,0xb5,0xff,0x8a,0x87,0x8a,0xff,0x5d,0x60,0x5d,0xff,0xbc,0xbd,0xbc,0xff,
0x88,0x87,0x88,0xff,0xa6,0xa6,0xa6,0xc1,0x94,0xff,0xff,0xff,0x00,0x0f,0xed,
0xed,0xed,0x00,0xdf,0xe0,0xdf,0x5d,0xc6,0xc7,0xc6,0xff,0xd1,0xd3,0xd1,0xff,
0xd0,0xd1,0xd0,0xff,0xd0,0xd0,0xd0,0xff,0xd0,0xd1,0xd0,0xff,0xd5,0xd6,0xd5,
0xff,0xde,0xdf,0xde,0xff,0xe0,0xe1,0xe0,0xff,0xdd,0xdd,0xdd,0xff,0xc0,0xbf,
0xc0,0xff,0xa1,0xa1,0xa1,0xff,0xc1,0xc0,0xc1,0xff,0xc8,0xc6,0xc8,0xff,0x82,
0xcf,0xce,0xcf,0xff,0x1b,0xca,0xca,0xca,0xff,0xd0,0xcf,0xd0,0xff,0xdf,0xe3,
0xdf,0xff,0xdb,0xe1,0xdb,0xff,0xbe,0xc2,0xbe,0xff,0x88,0x89,0x88,0xff,0x5f,
0x5e,0x5f,0xff,0x45,0x4b,0x45,0xff,0x3b,0x3f,0x3b,0xff,0x82,0x85,0x82,0xff,
0xec,0xe8,0xec,0xff,0xcf,0xd0,0xcf,0xff,0x9d,0x9c,0x9d,0xff,0x9f,0x9d,0x9f,
0xff,0xbe,0xc0,0xbe,0xff,0xb3,0xac,0xb3,0xff,0xb1,0xae,0xb1,0xff,0x5a,0x5b,
0x5a,0xff,0x21,0x21,0x21,0xff,0xc6,0xc6,0xc6,0xff,0xd1,0xd4,0xd1,0xff,0xc1,
0xc2,0xc1,0xff,0x96,0x97,0x96,0xff,0x57,0x5a,0x57,0xff,0x9c,0x9d,0x9c,0xff,
0x90,0x90,0x90,0xf9,0xec,0xeb,0xec,0x17,0x94,0xff,0xff,0xff,0x00,0x10,0xef,
0xef,0xef,0x00,0xce,0xcf,0xce,0xe7,0xce,0xcf,0xce,0xff,0xd0,0xd1,0xd0,0xff,
0xd0,0xd0,0xd0,0xff,0xd2,0xd2,0xd2,0xff,0xe0,0xe1,0xe0,0xff,0xd3,0xd4,0xd3,
0xff,0xa4,0xa5,0xa4,0xff,0x78,0x79,0x78,0xff,0x95,0x94,0x95,0xff,0xbe,0xbe,
0xbe,0xff,0xaa,0xaa,0xaa,0xff,0xa6,0xa4,0xa6,0xff,0xc5,0xc3,0xc5,0xff,0xd3,
0xd3,0xd3,0xff,0x82,0xcb,0xcc,0xcb,0xff,0x1a,0xcc,0xcc,0xcc,0xff,0xc8,0xca,
0xc8,0xff,0xbf,0xc1,0xbf,0xff,0x8d,0x8f,0x8d,0xff,0x61,0x62,0x61,0xff,0x4b,
0x4f,0x4b,0xff,0x49,0x4d,0x49,0xff,0x59,0x5c,0x59,0xff,0x63,0x61,0x63,0xff,
0x9e,0x9d,0x9e,0xff,0xb2,0xb2,0xb2,0xff,0x98,0x94,0x98,0xff,0xb0,0xb2,0xb0,
0xff,0xdd,0xdb,0xdd,0xff,0xe2,0xdd,0xe2,0xff,0xb7,0xb4,0xb7,0xff,0x3d,0x3d,
0x3d,0xff,0x29,0x29,0x29,0xff,0xa5,0xa8,0xa5,0xff,0xd2,0xd5,0xd2,0xff,0xcf,
0xd1,0xcf,0xff,0x8b,0x8d,0x8b,0xff,0x59,0x5b,0x59,0xff,0x94,0x95,0x94,0xff,
0xde,0xdd,0xde,0x5d,0xe9,0xe8,0xe9,0x00,0x94,0xff,0xff,0xff,0x00,0x13,0xe0,
0xe0,0xe0,0x54,0xca,0xcb,0xca,0xff,0xd0,0xd1,0xd0,0xff,0xd0,0xd0,0xd0,0xff,
0xd3,0xd2,0xd3,0xff,0xe3,0xe3,0xe3,0xff,0xa0,0xa0,0xa0,0xff,0x3f,0x3f,0x3f,
0xff,0x0e,0x0e,0x0e,0xff,0x1d,0x1d,0x1d,0xff,0xa6,0xa5,0xa6,0xff,0xcb,0xcb,
0xcb,0xff,0xab,0xa9,0xab,0xff,0xbf,0xbd,0xbf,0xff,0xe4,0xe3,0xe4,0xff,0xdd,
0xdd,0xdd,0xff,0xc8,0xc8,0xc8,0xff,0xc9,0xc9,0xc9,0xff,0xcc,0xcc,0xcc,0xff,
0x82,0xce,0xcf,0xce,0xff,0x17,0x96,0x98,0x96,0xff,0x44,0x47,0x44,0xff,0x40,
0x47,0x40,0xff,0x56,0x5b,0x56,0xff,0x6b,0x6b,0x6b,0xff,0x70,0x6e,0x70,0xff,
0x5d,0x5d,0x5d,0xff,0x87,0x84,0x87,0xff,0xb0,0xb2,0xb0,0xff,0xcf,0xd2,0xcf,
0xff,0xe0,0xdd,0xe0,0xff,0xe3,0xe0,0xe3,0xff,0xb8,0xb8,0xb8,0xff,0x0d,0x0e,
0x0d,0xff,0x49,0x4a,0x49,0xff,0x90,0x94,0x90,0xff,0xd8,0xda,0xd8,0xff,0xca,
0xcc,0xca,0xff,0x63,0x68,0x63,0xff,0x5e,0x60,0x5e,0xff,0xc2,0xc2,0xc2,0xad,
0xda,0xd9,0xda,0x00,0xe6,0xe5,0xe6,0x00,0x94,0xff,0xff,0xff,0x00,0x2d,0xd6,
0xd6,0xd6,0xa6,0xcd,0xce,0xcd,0xff,0xd0,0xd0,0xd0,0xff,0xd1,0xd1,0xd1,0xff,
0xe1,0xe1,0xe1,0xff,0x9f,0x9f,0x9f,0xff,0x1f,0x1d,0x1f,0xff,0x32,0x33,0x32,
0xff,0x2d,0x2d,0x2d,0xff,0x9d,0x9a,0x9d,0xff,0xc5,0xc5,0xc5,0xff,0x9c,0x9a,
0x9c,0xff,0xab,0xa7,0xab,0xff,0xda,0xda,0xda,0xff,0xec,0xed,0xec,0xff,0xdb,
0xdd,0xdb,0xff,0xdb,0xdb,0xdb,0xff,0xd3,0xd3,0xd3,0xff,0xca,0xc8,0xca,0xff,
0xcd,0xcb,0xcd,0xff,0xd1,0xd0,0xd1,0xff,0xd9,0xd9,0xd9,0xff,0x91,0x93,0x91,
0xff,0x49,0x4e,0x49,0xff,0x63,0x63,0x63,0xff,0x73,0x6f,0x73,0xff,0x6c,0x6b,
0x6c,0xff,0x57,0x57,0x57,0xff,0x55,0x55,0x55,0xff,0xc2,0xc6,0xc2,0xff,0xe6,
0xe4,0xe6,0xff,0xdb,0xd5,0xdb,0xff,0xe0,0xdf,0xe0,0xff,0xad,0xad,0xad,0xff,
0x47,0x48,0x47,0xff,0x4a,0x4d,0x4a,0xff,0xb1,0xb2,0xb1,0xff,0xdc,0xdc,0xdc,
0xff,0x98,0x9a,0x98,0xff,0x41,0x44,0x41,0xff,0x7a,0x7b,0x7a,0xff,0xff,0xff,
0xff,0x19,0xf8,0xf8,0xf8,0x00,0xf5,0xf5,0xf5,0x00,0xf4,0xf4,0xf4,0x00,0x8d,
0xf3,0xf3,0xf3,0x00,0x86,0xff,0xff,0xff,0x00,0x2c,0xd2,0xd1,0xd2,0xc2,0xce,
0xcf,0xce,0xff,0xd0,0xd0,0xd0,0xff,0xd6,0xd6,0xd6,0xff,0xd1,0xd1,0xd1,0xff,
0x38,0x38,0x38,0xff,0x33,0x34,0x33,0xff,0x56,0x55,0x56,0xff,0x81,0x80,0x81,
0xff,0x9c,0x9e,0x9c,0xff,0xa8,0xaa,0xa8,0xff,0xc3,0xc1,0xc3,0xff,0xbf,0xbf,
0xbf,0xff,0xba,0xbb,0xba,0xff,0xb8,0xba,0xb8,0xff,0xd1,0xd2,0xd1,0xff,0xfc,
0xfc,0xfc,0xff,0xfe,0xfe,0xfe,0xff,0xdd,0xde,0xdd,0xff,0xcb,0xc8,0xcb,0xff,
0xcd,0xcc,0xcd,0xff,0xd2,0xd1,0xd2,0xff,0xdb,0xd9,0xdb,0xff,0x96,0x97,0x96,
0xff,0x65,0x61,0x65,0xff,0x6c,0x6a,0x6c,0xff,0x62,0x62,0x62,0xff,0x56,0x55,
0x56,0xff,0x3d,0x3d,0x3d,0xff,0x93,0x92,0x93,0xff,0xec,0xe6,0xec,0xff,0xda,
0xd8,0xda,0xff,0xcd,0xcd,0xcd,0xff,0xa2,0xa0,0xa2,0xff,0x51,0x54,0x51,0xff,
0x74,0x76,0x74,0xff,0xda,0xdb,0xda,0xff,0xc7,0xc8,0xc7,0xff,0x58,0x5a,0x58,
0xff,0x48,0x4a,0x48,0xff,0xd0,0xd0,0xd0,0x7c,0xfa,0xfa,0xfa,0x00,0xf6,0xf6,
0xf6,0x00,0xf5,0xf4,0xf5,0x00,0x8e,0xf4,0xf4,0xf4,0x00,0x86,0xff,0xff,0xff,
0x00,0x2a,0xd3,0xd4,0xd3,0xc0,0xce,0xce,0xce,0xff,0xd0,0xd0,0xd0,0xff,0xdd,
0xdd,0xdd,0xff,0xa8,0xa8,0xa8,0xff,0x30,0x30,0x30,0xff,0x4c,0x4c,0x4c,0xff,
0x72,0x70,0x72,0xff,0x9c,0x9c,0x9c,0xff,0xb4,0xb5,0xb4,0xff,0xe9,0xe6,0xe9,
0xff,0xf4,0xf5,0xf4,0xff,0xf2,0xf4,0xf2,0xff,0xf7,0xf7,0xf7,0xff,0xe7,0xe5,
0xe7,0xff,0xbc,0xbc,0xbc,0xff,0xd1,0xd1,0xd1,0xff,0xff,0xff,0xff,0xff,0xf1,
0xf3,0xf1,0xff,0xd6,0xd5,0xd6,0xff,0xc9,0xc8,0xc9,0xff,0xc8,0xc9,0xc8,0xff,
0xce,0xcf,0xce,0xff,0xd2,0xd4,0xd2,0xff,0x8f,0x8f,0x8f,0xff,0x59,0x59,0x59,
0xff,0x59,0x57,0x59,0xff,0x4f,0x4e,0x4f,0xff,0x47,0x49,0x47,0xff,0x67,0x66,
0x67,0xff,0xda,0xd6,0xda,0xff,0xd9,0xd9,0xd9,0xff,0xb2,0xb1,0xb2,0xff,0x61,
0x62,0x61,0xff,0x4e,0x51,0x4e,0xff,0xc4,0xc5,0xc4,0xff,0xdc,0xdd,0xdc,0xff,
0x8c,0x8f,0x8c,0xff,0x35,0x37,0x35,0xff,0x9c,0x9c,0x9c,0xc4,0xf9,0xfa,0xf9,
0x00,0xf2,0xf3,0xf2,0x00,0x90,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,
0x2a,0xdc,0xdd,0xdc,0xa0,0xcd,0xcd,0xcd,0xff,0xd0,0xd0,0xd0,0xff,0xde,0xdd,
0xde,0xff,0x9a,0x99,0x9a,0xff,0x41,0x3e,0x41,0xff,0x5a,0x57,0x5a,0xff,0x8e,
0x8e,0x8e,0xff,0xb3,0xb4,0xb3,0xff,0xe0,0xdf,0xe0,0xff,0xef,0xef,0xef,0xff,
0xe8,0xea,0xe8,0xff,0xf1,0xf2,0xf1,0xff,0xfc,0xfa,0xfc,0xff,0xff,0xff,0xff,
0xff,0xc9,0xc7,0xc9,0xff,0x97,0x96,0x97,0xff,0xa7,0xa8,0xa7,0xff,0xe3,0xe4,
0xe3,0xff,0xed,0xef,0xed,0xff,0xe1,0xe0,0xe1,0xff,0xc4,0xc5,0xc4,0xff,0xc5,
0xca,0xc5,0xff,0xcd,0xd0,0xcd,0xff,0xcf,0xd3,0xcf,0xff,0x70,0x70,0x70,0xff,
0x45,0x44,0x45,0xff,0x4d,0x4d,0x4d,0xff,0x58,0x59,0x58,0xff,0x71,0x70,0x71,
0xff,0xbf,0xba,0xbf,0xff,0xc6,0xc4,0xc6,0xff,0x7e,0x7e,0x7e,0xff,0x3c,0x40,
0x3c,0xff,0xab,0xad,0xab,0xff,0xde,0xdf,0xde,0xff,0xad,0xae,0xad,0xff,0x40,
0x43,0x40,0xff,0x95,0x96,0x95,0xc4,0xf6,0xf6,0xf6,0x0a,0xf4,0xf5,0xf4,0x00,
0xf1,0xf2,0xf1,0x00,0x90,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x29,
0xdb,0xdd,0xdb,0x65,0xcd,0xcd,0xcd,0xff,0xd0,0xd0,0xd0,0xff,0xdc,0xda,0xdc,
0xff,0xa3,0xa2,0xa3,0xff,0x48,0x44,0x48,0xff,0x60,0x5f,0x60,0xff,0xa4,0xa5,
0xa4,0xff,0xdc,0xdb,0xdc,0xff,0xef,0xef,0xef,0xff,0xe8,0xe9,0xe8,0xff,0xef,
0xf1,0xef,0xff,0xfa,0xf7,0xfa,0xff,0xfb,0xfb,0xfb,0xff,0xd0,0xcf,0xd0,0xff,
0xae,0xac,0xae,0xff,0x84,0x81,0x84,0xff,0x7f,0x7d,0x7f,0xff,0xbd,0xbe,0xbd,
0xff,0xf4,0xf4,0xf4,0xff,0xff,0xff,0xff,0xff,0xd8,0xd9,0xd8,0xff,0xc1,0xc5,
0xc1,0xff,0xc7,0xca,0xc7,0xff,0xd1,0xd8,0xd1,0xff,0xbd,0xbf,0xbd,0xff,0x4e,
0x4e,0x4e,0xff,0x4e,0x51,0x4e,0xff,0x6f,0x6e,0x6f,0xff,0x97,0x8d,0x97,0xff,
0xb2,0xac,0xb2,0xff,0x99,0x9a,0x99,0xff,0x3f,0x40,0x3f,0xff,0x86,0x88,0x86,
0xff,0xd6,0xd7,0xd6,0xff,0xaf,0xb0,0xaf,0xff,0x6e,0x70,0x6e,0xff,0xa6,0xa7,
0xa6,0x82,0xec,0xec,0xec,0x07,0xf1,0xf1,0xf1,0x00,0xf1,0xf2,0xf1,0x00,0x91,
0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x29,0xee,0xef,0xee,0x1a,0xd1,
0xd1,0xd1,0xff,0xce,0xce,0xce,0xff,0xd9,0xd8,0xd9,0xff,0xb9,0xb8,0xb9,0xff,
0x4e,0x4c,0x4e,0xff,0x53,0x53,0x53,0xff,0xc1,0xc1,0xc1,0xff,0xf6,0xf5,0xf6,
0xff,0xea,0xeb,0xea,0xff,0xed,0xee,0xed,0xff,0xf8,0xf7,0xf8,0xff,0xfb,0xfa,
0xfb,0xff,0xdd,0xde,0xdd,0xff,0xae,0xac,0xae,0xff,0x90,0x8e,0x90,0xff,0x74,
0x71,0x74,0xff,0xeb,0xe8,0xeb,0xff,0xcd,0xcf,0xcd,0xff,0xc2,0xc3,0xc2,0xff,
0xff,0xff,0xff,0xff,0xeb,0xec,0xeb,0xff,0xc9,0xcb,0xc9,0xff,0xc5,0xc8,0xc5,
0xff,0xc8,0xcc,0xc8,0xff,0xd6,0xdc,0xd6,0xff,0x97,0x99,0x97,0xff,0x59,0x59,
0x59,0xff,0x8c,0x84,0x8c,0xff,0xac,0xa5,0xac,0xff,0xa6,0xa7,0xa6,0xff,0x53,
0x55,0x53,0xff,0x5a,0x5c,0x5a,0xff,0xcd,0xcf,0xcd,0xff,0xc4,0xc5,0xc4,0xce,
0xac,0xad,0xac,0x9a,0xcb,0xcc,0xcb,0x28,0xa2,0xa3,0xa2,0x00,0xe9,0xe8,0xe9,
0x00,0xef,0xef,0xef,0x00,0xf1,0xf2,0xf1,0x00,0x91,0xf0,0xf1,0xf0,0x00,0x86,
0xff,0xff,0xff,0x00,0x28,0xec,0xed,0xec,0x00,0xdb,0xdb,0xdb,0xc1,0xcb,0xcb,
0xcb,0xff,0xd3,0xd2,0xd3,0xff,0xd4,0xd1,0xd4,0xff,0x5b,0x5b,0x5b,0xff,0x3c,
0x3d,0x3c,0xff,0xba,0xba,0xba,0xff,0xfa,0xfa,0xfa,0xff,0xed,0xee,0xed,0xff,
0xf6,0xf5,0xf6,0xff,0xfa,0xf7,0xfa,0xff,0xe6,0xe7,0xe6,0xff,0xad,0xaa,0xad,
0xff,0x99,0x97,0x99,0xff,0x6a,0x67,0x6a,0xff,0xd3,0xd1,0xd3,0xff,0xec,0xed,
0xec,0xff,0xde,0xdf,0xde,0xff,0xbc,0xbf,0xbc,0xff,0xd7,0xd8,0xd7,0xff,0xf3,
0xf4,0xf3,0xff,0xde,0xdf,0xde,0xff,0xc5,0xc9,0xc5,0xff,0xc7,0xcb,0xc7,0xff,
0xca,0xd0,0xca,0xff,0xc8,0xca,0xc8,0xff,0x89,0x83,0x89,0xff,0xa0,0x97,0xa0,
0xff,0xa8,0xa9,0xa8,0xff,0x95,0x95,0x95,0xff,0x53,0x55,0x53,0xff,0xce,0xcf,
0xce,0x8e,0xf4,0xf5,0xf4,0x41,0xda,0xda,0xda,0x00,0xaa,0xab,0xaa,0x00,0xc9,
0xca,0xc9,0x00,0xa0,0xa1,0xa0,0x00,0xe8,0xe7,0xe8,0x00,0xee,0xee,0xee,0x00,
0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x28,0xed,0xeb,0xed,0x00,
0xef,0xed,0xef,0x4c,0xcb,0xca,0xcb,0xff,0xce,0xcd,0xce,0xff,0xdf,0xde,0xdf,
0xff,0x89,0x88,0x89,0xff,0x22,0x23,0x22,0xff,0x79,0x7a,0x79,0xff,0xfb,0xfd,
0xfb,0xff,0xfa,0xf9,0xfa,0xff,0xf8,0xf7,0xf8,0xff,0xef,0xef,0xef,0xff,0xcd,
0xcd,0xcd,0xff,0xbf,0xbc,0xbf,0xff,0x84,0x82,0x84,0xff,0xba,0xb8,0xba,0xff,
0xf2,0xf2,0xf2,0xff,0xd7,0xd8,0xd7,0xff,0xe8,0xea,0xe8,0xff,0xd0,0xce,0xd0,
0xff,0xad,0xaf,0xad,0xff,0xf6,0xf6,0xf6,0xff,0xd9,0xd9,0xd9,0xff,0xc6,0xcc,
0xc6,0xff,0xc8,0xcd,0xc8,0xff,0xc7,0xcc,0xc7,0xff,0xcc,0xd2,0xcc,0xff,0xbb,
0xb8,0xbb,0xff,0xa1,0x9f,0xa1,0xff,0x9a,0x9e,0x9a,0xff,0x97,0x95,0x97,0xff,
0xca,0xca,0xca,0x9a,0xc8,0xc9,0xc8,0x00,0xf0,0xf1,0xf0,0x00,0xd8,0xd8,0xd8,
0x00,0xa9,0xaa,0xa9,0x00,0xc8,0xc9,0xc8,0x00,0xa0,0xa1,0xa0,0x00,0xe7,0xe7,
0xe7,0x00,0xee,0xee,0xee,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,
0x00,0x28,0xf9,0xf8,0xf9,0x00,0xfb,0xfa,0xfb,0x00,0xdb,0xda,0xdb,0xcc,0xca,
0xc9,0xca,0xff,0xd7,0xd6,0xd7,0xff,0xcc,0xcb,0xcc,0xff,0x34,0x36,0x34,0xff,
0x29,0x2b,0x29,0xff,0xd0,0xce,0xd0,0xff,0xff,0xff,0xff,0xff,0xef,0xf0,0xef,
0xff,0xe2,0xe3,0xe2,0xff,0xe2,0xe4,0xe2,0xff,0xd0,0xcd,0xd0,0xff,0xcd,0xcb,
0xcd,0xff,0xed,0xed,0xed,0xff,0xd9,0xda,0xd9,0xff,0xe3,0xe3,0xe3,0xff,0xe2,
0xe0,0xe2,0xff,0xb8,0xb5,0xb8,0xff,0x9a,0x9a,0x9a,0xff,0xdc,0xdb,0xdc,0xff,
0xb4,0xb5,0xb4,0xff,0xad,0xaf,0xad,0xff,0xcd,0xd2,0xcd,0xff,0xc6,0xcb,0xc6,
0xff,0xc8,0xce,0xc8,0xff,0xc7,0xc8,0xc7,0xff,0x9b,0x9d,0x9b,0xff,0x97,0x97,
0x97,0xff,0xae,0xae,0xae,0xff,0xe7,0xe8,0xe7,0x3b,0xe3,0xe4,0xe3,0x00,0xed,
0xef,0xed,0x00,0xd7,0xd7,0xd7,0x00,0xa8,0xa9,0xa8,0x00,0xc8,0xc9,0xc8,0x00,
0xa0,0xa1,0xa0,0x00,0xe7,0xe7,0xe7,0x00,0xee,0xee,0xee,0x00,0x92,0xf0,0xf1,
0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x28,0xf8,0xf7,0xf8,0x00,0xf9,0xf8,0xf9,
0x00,0xf4,0xf3,0xf4,0x3c,0xcc,0xcb,0xcc,0xff,0xce,0xcd,0xce,0xff,0xe2,0xe1,
0xe2,0xff,0x93,0x93,0x93,0xff,0x14,0x16,0x14,0xff,0x5f,0x5e,0x5f,0xff,0xf3,
0xf2,0xf3,0xff,0xef,0xf0,0xef,0xff,0xe5,0xe5,0xe5,0xff,0xf7,0xf8,0xf7,0xff,
0xfc,0xfd,0xfc,0xff,0xf1,0xef,0xf1,0xff,0xd8,0xd9,0xd8,0xff,0xde,0xdf,0xde,
0xff,0xe7,0xe6,0xe7,0xff,0xc2,0xc0,0xc2,0xff,0xab,0xaa,0xab,0xff,0xa8,0xa9,
0xa8,0xff,0xba,0xbb,0xba,0xff,0x74,0x73,0x74,0xff,0x5c,0x5d,0x5c,0xff,0xd5,
0xd7,0xd5,0xff,0xc9,0xcc,0xc9,0xff,0xc8,0xcc,0xc8,0xff,0xcb,0xcc,0xcb,0xff,
0x9f,0x9d,0x9f,0xff,0xa3,0xa1,0xa3,0xff,0xbd,0xc1,0xbd,0xff,0xe8,0xe8,0xe8,
0x27,0xe6,0xe5,0xe6,0x00,0xe5,0xe5,0xe5,0x00,0xd5,0xd5,0xd5,0x00,0xa6,0xa8,
0xa6,0x00,0xc7,0xc8,0xc7,0x00,0x9f,0xa0,0x9f,0x00,0xe7,0xe7,0xe7,0x00,0xee,
0xee,0xee,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x82,0xf8,
0xf7,0xf8,0x00,0x1e,0xf3,0xf2,0xf3,0x00,0xe4,0xe4,0xe4,0x92,0xc8,0xc8,0xc8,
0xff,0xd1,0xd1,0xd1,0xff,0xda,0xdb,0xda,0xff,0x70,0x71,0x70,0xff,0x25,0x23,
0x25,0xff,0x78,0x77,0x78,0xff,0xe9,0xe9,0xe9,0xff,0xff,0xff,0xff,0xff,0xfe,
0xfe,0xfe,0xff,0xf3,0xf1,0xf3,0xff,0xdb,0xdb,0xdb,0xff,0xd9,0xdc,0xd9,0xff,
0xe9,0xe9,0xe9,0xff,0xcc,0xcb,0xcc,0xff,0xa7,0xa5,0xa7,0xff,0xc1,0xc2,0xc1,
0xff,0xb1,0xb3,0xb1,0xff,0x90,0x90,0x90,0xff,0x20,0x1f,0x20,0xff,0x4b,0x4c,
0x4b,0xff,0xd6,0xd9,0xd6,0xff,0xca,0xcd,0xca,0xff,0xc7,0xc9,0xc7,0xff,0xc9,
0xca,0xc9,0xff,0xac,0xaa,0xac,0xff,0xb3,0xb2,0xb3,0xff,0xc1,0xc3,0xc1,0xe2,
0xf7,0xf7,0xf7,0x00,0x82,0xf4,0xf4,0xf4,0x00,0x06,0xf5,0xf5,0xf5,0x00,0xf8,
0xf8,0xf8,0x00,0xc4,0xc6,0xc4,0x00,0x9e,0x9f,0x9e,0x00,0xe7,0xe7,0xe7,0x00,
0xee,0xee,0xee,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x82,
0xfb,0xfb,0xfb,0x00,0x1e,0xfc,0xfc,0xfc,0x00,0xfe,0xff,0xfe,0x00,0xda,0xd8,
0xda,0xc9,0xc5,0xc8,0xc5,0xff,0xd2,0xd4,0xd2,0xff,0xd6,0xd7,0xd6,0xff,0x72,
0x71,0x72,0xff,0x31,0x31,0x31,0xff,0x72,0x72,0x72,0xff,0xec,0xec,0xec,0xff,
0xff,0xff,0xff,0xff,0xe5,0xe6,0xe5,0xff,0xd8,0xdb,0xd8,0xff,0xe9,0xea,0xe9,
0xff,0xd7,0xd5,0xd7,0xff,0xab,0xa9,0xab,0xff,0xb8,0xb8,0xb8,0xff,0xca,0xca,
0xca,0xff,0x9f,0x9e,0x9f,0xff,0x49,0x49,0x49,0xff,0x12,0x12,0x12,0xff,0x5e,
0x60,0x5e,0xff,0xd7,0xda,0xd7,0xff,0xca,0xcc,0xca,0xff,0xc6,0xc7,0xc6,0xff,
0xc5,0xc7,0xc5,0xff,0xbc,0xbe,0xbc,0xff,0xa7,0xa9,0xa7,0xff,0xc7,0xc7,0xc7,
0x78,0xf6,0xf6,0xf6,0x00,0x82,0xf3,0xf3,0xf3,0x00,0x06,0xf4,0xf4,0xf4,0x00,
0xf6,0xf6,0xf6,0x00,0xc2,0xc3,0xc2,0x00,0x9c,0x9d,0x9c,0x00,0xe6,0xe6,0xe6,
0x00,0xee,0xee,0xee,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,
0x82,0xfb,0xfb,0xfb,0x00,0x26,0xfb,0xfc,0xfb,0x00,0xfd,0xfd,0xfd,0x00,0xf5,
0xf5,0xf5,0x0a,0xd2,0xd2,0xd2,0xe2,0xc7,0xc8,0xc7,0xff,0xd2,0xd4,0xd2,0xff,
0xd3,0xd8,0xd3,0xff,0x7c,0x80,0x7c,0xff,0x2e,0x2e,0x2e,0xff,0x48,0x47,0x48,
0xff,0xa3,0xa0,0xa3,0xff,0xd7,0xd7,0xd7,0xff,0xf3,0xf5,0xf3,0xff,0xe9,0xe8,
0xe9,0xff,0xbb,0xb9,0xbb,0xff,0xb9,0xb8,0xb9,0xff,0xce,0xcf,0xce,0xff,0xa9,
0xa9,0xa9,0xff,0x5a,0x59,0x5a,0xff,0x2d,0x2c,0x2d,0xff,0x1e,0x1d,0x1e,0xff,
0x88,0x88,0x88,0xff,0xd7,0xd9,0xd7,0xff,0xc7,0xc8,0xc7,0xff,0xc5,0xc6,0xc5,
0xff,0xc7,0xc8,0xc7,0xff,0xb2,0xb6,0xb2,0xff,0xa9,0xaa,0xa9,0xd5,0xef,0xef,
0xef,0x00,0xec,0xec,0xec,0x00,0xeb,0xeb,0xeb,0x00,0xea,0xea,0xea,0x00,0xeb,
0xeb,0xeb,0x00,0xec,0xec,0xec,0x00,0xed,0xed,0xed,0x00,0xee,0xee,0xee,0x00,
0xe4,0xe4,0xe4,0x00,0xed,0xed,0xed,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,
0xff,0xff,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x16,0xfc,0xfc,0xfc,0x00,0xf4,0xf4,
0xf4,0x00,0xf6,0xf6,0xf6,0x1c,0xd4,0xd4,0xd4,0xe7,0xc4,0xc7,0xc4,0xff,0xcd,
0xd2,0xcd,0xff,0xd4,0xdb,0xd4,0xff,0x97,0x9c,0x97,0xff,0x35,0x34,0x35,0xff,
0x21,0x1e,0x21,0xff,0x59,0x59,0x59,0xff,0x8f,0x8e,0x8f,0xff,0xa4,0xa3,0xa4,
0xff,0x9b,0x99,0x9b,0xff,0xa3,0xa3,0xa3,0xff,0x84,0x85,0x84,0xff,0x4e,0x4d,
0x4e,0xff,0x2e,0x2d,0x2e,0xff,0x20,0x1f,0x20,0xff,0x36,0x36,0x36,0xff,0xc4,
0xc7,0xc4,0xff,0xcd,0xce,0xcd,0xff,0x82,0xc5,0xc6,0xc5,0xff,0x04,0xc3,0xc4,
0xc3,0xff,0x9e,0x9f,0x9e,0xff,0xde,0xde,0xde,0x2a,0xed,0xed,0xed,0x00,0x86,
0xeb,0xeb,0xeb,0x00,0x03,0xec,0xec,0xec,0x00,0xe3,0xe3,0xe3,0x00,0xed,0xed,
0xed,0x00,0x92,0xf0,0xf1,0xf0,0x00,0x86,0xff,0xff,0xff,0x00,0x83,0xfb,0xfb,
0xfb,0x00,0x1c,0xfc,0xfc,0xfc,0x00,0xf3,0xf3,0xf3,0x00,0xf4,0xf4,0xf4,0x00,
0xf2,0xf1,0xf2,0x15,0xd1,0xd5,0xd1,0xd3,0xc2,0xc7,0xc2,0xff,0xc8,0xce,0xc8,
0xff,0xd5,0xdc,0xd5,0xff,0xc2,0xc6,0xc2,0xff,0x65,0x66,0x65,0xff,0x2f,0x2f,
0x2f,0xff,0x3d,0x3c,0x3d,0xff,0x3c,0x3b,0x3c,0xff,0x30,0x2f,0x30,0xff,0x2e,
0x2c,0x2e,0xff,0x27,0x24,0x27,0xff,0x23,0x22,0x23,0xff,0x1e,0x1d,0x1e,0xff,
0x33,0x34,0x33,0xff,0xab,0xac,0xab,0xff,0xd4,0xd4,0xd4,0xff,0xc6,0xc7,0xc6,
0xff,0xc5,0xc6,0xc5,0xff,0xc7,0xc8,0xc7,0xff,0xb1,0xb3,0xb1,0xff,0xc8,0xc9,
0xc8,0x71,0xdb,0xdb,0xdb,0x00,0xec,0xec,0xec,0x00,0x87,0xea,0xea,0xea,0x00,
0x03,0xe2,0xe2,0xe2,0x00,0xec,0xed,0xec,0x00,0xf0,0xf1,0xf0,0x00,0x91,0xef,
0xf1,0xef,0x00,0x86,0xff,0xff,0xff,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x06,0xfc,
0xfc,0xfc,0x00,0xf2,0xf2,0xf2,0x00,0xf3,0xf3,0xf3,0x00,0xf0,0xf0,0xf0,0x00,
0xf4,0xf3,0xf4,0x01,0xda,0xdd,0xda,0xa1,0x82,0xc5,0xca,0xc5,0xff,0x06,0xd8,
0xdd,0xd8,0xff,0xb9,0xbe,0xb9,0xff,0x3c,0x3b,0x3c,0xff,0x38,0x36,0x38,0xff,
0x26,0x24,0x26,0xff,0x3e,0x3d,0x3e,0xff,0x82,0x3d,0x3b,0x3d,0xff,0x0b,0x4d,
0x4d,0x4d,0xff,0x7a,0x7c,0x7a,0xff,0xc1,0xc5,0xc1,0xff,0xd6,0xd5,0xd6,0xff,
0xc6,0xc8,0xc6,0xff,0xc5,0xc6,0xc5,0xff,0xc4,0xc5,0xc4,0xff,0xbf,0xc1,0xbf,
0xff,0xcb,0xcc,0xcb,0xbf,0xfa,0xf9,0xfa,0x00,0xf7,0xf6,0xf7,0x00,0x89,0xf6,
0xf5,0xf6,0x00,0x01,0xf6,0xf4,0xf6,0x00,0x92,0xf5,0xf4,0xf5,0x00,0x86,0xff,
0xff,0xff,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x1b,0xfc,0xfc,0xfc,0x00,0xf2,0xf2,
0xf2,0x00,0xf3,0xf3,0xf3,0x00,0xef,0xef,0xef,0x00,0xf3,0xf2,0xf3,0x00,0xd8,
0xdc,0xd8,0x00,0xe9,0xea,0xe9,0x59,0xce,0xd1,0xce,0xec,0xc4,0xca,0xc4,0xff,
0xd1,0xd6,0xd1,0xff,0xa4,0xa6,0xa4,0xff,0x44,0x42,0x44,0xff,0x45,0x44,0x45,
0xff,0xbe,0xc0,0xbe,0xff,0xcd,0xd1,0xcd,0xff,0xc7,0xcb,0xc7,0xff,0xd0,0xd2,
0xd0,0xff,0xd6,0xd8,0xd6,0xff,0xce,0xd0,0xce,0xff,0xc7,0xc7,0xc7,0xff,0xc6,
0xc6,0xc6,0xff,0xc5,0xc5,0xc5,0xff,0xbf,0xc0,0xbf,0xff,0xc9,0xcc,0xc9,0xf4,
0xf8,0xf9,0xf8,0x12,0xf7,0xf6,0xf7,0x00,0xf6,0xf5,0xf6,0x00,0x9c,0xf5,0xf4,
0xf5,0x00,0x86,0xff,0xff,0xff,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x1a,0xfc,0xfc,
0xfc,0x00,0xf2,0xf2,0xf2,0x00,0xf3,0xf3,0xf3,0x00,0xef,0xef,0xef,0x00,0xf3,
0xf1,0xf3,0x00,0xd7,0xdb,0xd7,0x00,0xe7,0xe8,0xe7,0x00,0xe7,0xe7,0xe7,0x0d,
0xde,0xe0,0xde,0x8b,0xcf,0xd3,0xcf,0xfa,0xcf,0xd3,0xcf,0xff,0xc6,0xc9,0xc6,
0xff,0xc7,0xcb,0xc7,0xff,0xd1,0xd4,0xd1,0xff,0xce,0xd0,0xce,0xff,0xcd,0xce,
0xcd,0xff,0xc9,0xca,0xc9,0xff,0xc6,0xc7,0xc6,0xff,0xc6,0xc6,0xc6,0xff,0xc7,
0xc6,0xc7,0xff,0xc5,0xc4,0xc5,0xff,0xc0,0xc0,0xc0,0xff,0xc7,0xc7,0xc7,0xf4,
0xed,0xee,0xed,0x3b,0xf6,0xf7,0xf6,0x00,0xf6,0xf4,0xf6,0x00,0x9d,0xf5,0xf4,
0xf5,0x00,0x86,0xff,0xff,0xff,0x00,0x83,0xfb,0xfb,0xfb,0x00,0x10,0xfc,0xfc,
0xfc,0x00,0xf2,0xf2,0xf2,0x00,0xf3,0xf3,0xf3,0x00,0xef,0xef,0xef,0x00,0xf3,
0xf1,0xf3,0x00,0xd7,0xdb,0xd7,0x00,0xe7,0xe8,0xe7,0x00,0xe6,0xe6,0xe6,0x00,
0xdc,0xde,0xdc,0x00,0xe3,0xe4,0xe3,0x11,0xdf,0xe1,0xdf,0x75,0xd7,0xd9,0xd7,
0xdb,0xcc,0xce,0xcc,0xff,0xc5,0xc7,0xc5,0xff,0xc2,0xc3,0xc2,0xff,0xc2,0xc2,
0xc2,0xff,0x82,0xc3,0xc4,0xc3,0xff,0x01,0xc4,0xc2,0xc4,0xff,0x82,0xc2,0xc2,
0xc2,0xff,0x04,0xd5,0xd5,0xd5,0xb7,0xef,0xef,0xef,0x1e,0xec,0xed,0xec,0x00,
0xf5,0xf6,0xf5,0x00,0x9e,0xf5,0xf4,0xf5,0x00,0x86,0xff,0xff,0xff,0x00,0x83,
0xfb,0xfb,0xfb,0x00,0x19,0xfc,0xfc,0xfc,0x00,0xf2,0xf2,0xf2,0x00,0xf3,0xf3,
0xf3,0x00,0xef,0xef,0xef,0x00,0xf3,0xf1,0xf3,0x00,0xd7,0xdb,0xd7,0x00,0xe7,
0xe8,0xe7,0x00,0xe6,0xe5,0xe6,0x00,0xdb,0xdd,0xdb,0x00,0xe2,0xe2,0xe2,0x00,
0xdd,0xdf,0xdd,0x00,0xf0,0xee,0xf0,0x00,0xe3,0xe2,0xe3,0x25,0xe3,0xe5,0xe3,
0x67,0xd6,0xd5,0xd6,0x99,0xd3,0xd4,0xd3,0xb8,0xcc,0xcd,0xcc,0xcc,0xce,0xce,
0xce,0xc4,0xd4,0xd4,0xd4,0xad,0xdf,0xe0,0xdf,0x71,0xe0,0xe0,0xe0,0x2b,0xd3,
0xd3,0xd3,0x00,0xee,0xee,0xee,0x00,0xeb,0xec,0xeb,0x00,0xf5,0xf6,0xf5,0x00,
0x9e,0xf5,0xf4,0xf5,0x00,0x86,0xff,0xff,0xff,0x00
};
static const GdkPixdata bnc_cable_pixdata = {
0x47646b50, /* Pixbuf magic: 'GdkP' */
24 + 10525, /* header length + pixel_data length */
0x2010002, /* pixdata_type */
256, /* rowstride */
64, /* width */
64, /* height */
bnc_cable_pixdata_pixel_data /* pixel_data */
};
|