File: hello2.cpp

package info (click to toggle)
fox 1.0.52-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,788 kB
  • ctags: 13,384
  • sloc: cpp: 96,482; sh: 8,338; ansic: 1,935; makefile: 1,010; perl: 32
file content (515 lines) | stat: -rw-r--r-- 40,730 bytes parent folder | download | duplicates (2)
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
#include"fx.h"	

/*

  This is the ``Cadillac'' version of the classical "Hello World" example.
  It has not only an icon, but also a tooltip, and an accelerator.
  
  Icons are compiled into programs as GIF,BMP,XPM,PNG, or JPG images.
  Suppose you have an image, e.g. FRONT.GIF as in this case;
  running the program "reswrap" provided in the utilities directory
  will turn this into a C data array. (Like const unsigned char FRONT[]={...}
  below).
    
  Executing an FXIcon's constructor will cause it to deserialize the pixel-
  data by associating a memory stream with the data array; the resulting icon
  object will contain a pixel-array, which will be converted to an off-screen
  X pixmap when the icons create() method is called.  At that point, the
  temporary (client-side) pixel storage will be freed.
    
*/
    
  
  
  
    
  
/* Generated by reswrap from file FRONT.GIF */
const unsigned char FRONT[]={
  0x47,0x49,0x46,0x38,0x37,0x61,0xa0,0x00,0x78,0x00,0xd7,0x00,0x00,0x31,0x29,0x22,
  0x98,0x50,0xb8,0xc8,0x50,0xb8,0xf8,0x50,0xb8,0x58,0x60,0xb8,0x30,0x70,0xb8,0xa0,
  0x78,0xb8,0x60,0x88,0xb8,0x98,0xa0,0xb8,0x00,0xb8,0xb8,0xfd,0xfd,0xfd,0xf3,0xf3,
  0xf3,0xeb,0xeb,0xeb,0xe5,0xe5,0xe5,0x56,0x56,0x55,0xd3,0xd3,0xd3,0xdc,0xdc,0xdb,
  0xcb,0xcb,0xcb,0x9b,0x9b,0x9b,0xb3,0xb3,0xb3,0xbb,0xbb,0xbb,0xc3,0xc3,0xc3,0x5b,
  0x5b,0x5b,0xa3,0xa3,0xa3,0x8b,0x8b,0x8b,0xab,0xab,0xab,0x93,0x93,0x93,0x83,0x83,
  0x83,0x73,0x73,0x73,0x7b,0x7b,0x7b,0x6b,0x6b,0x6b,0x9a,0x84,0x74,0x63,0x63,0x63,
  0x92,0x7b,0x6b,0x8b,0x73,0x63,0xac,0x9b,0x8c,0xbb,0xad,0xa2,0x84,0x6a,0x5b,0xac,
  0x9d,0x91,0x8c,0x79,0x6a,0xb3,0xa5,0x9b,0xb1,0xa1,0x94,0x82,0x63,0x54,0x8d,0x75,
  0x69,0xc2,0xb4,0xa9,0x9b,0x89,0x7b,0xb3,0xaa,0xa3,0x94,0x82,0x73,0x93,0x75,0x6a,
  0x89,0x6b,0x5d,0x84,0x72,0x64,0x94,0x8a,0x83,0x9b,0x8d,0x83,0xa2,0x94,0x8b,0x83,
  0x74,0x6b,0xb3,0x9b,0x92,0xdc,0xd6,0xd1,0x93,0x84,0x7b,0x93,0x7d,0x72,0xa4,0x91,
  0x83,0xaa,0x95,0x84,0x8b,0x82,0x7a,0xa5,0x98,0x8d,0xc9,0xbc,0xb3,0x8b,0x7d,0x73,
  0xa4,0x9a,0x93,0x6b,0x5b,0x53,0x64,0x5a,0x52,0x73,0x6a,0x62,0x84,0x65,0x5a,0x92,
  0x72,0x65,0xc3,0xac,0xa3,0x7c,0x59,0x4a,0xa2,0x8b,0x7d,0x9b,0x84,0x79,0x89,0x6c,
  0x62,0x7b,0x6c,0x63,0xae,0xa0,0x94,0x9d,0x93,0x8c,0x7b,0x62,0x55,0x7b,0x72,0x6b,
  0xba,0xaa,0x9e,0xbe,0xb0,0xa5,0x8c,0x86,0x81,0xcc,0xc3,0xbb,0x96,0x81,0x6e,0x73,
  0x63,0x5b,0xe9,0xe5,0xe3,0xb5,0xa8,0x9d,0xda,0xd2,0xcc,0x73,0x6d,0x69,0x7a,0x54,
  0x46,0x62,0x5d,0x5a,0xa1,0x85,0x7a,0x6a,0x66,0x63,0x59,0x56,0x53,0xd1,0xcd,0xcb,
  0xbc,0xa2,0x9a,0x73,0x5c,0x52,0xb4,0xad,0xaa,0x9a,0x7b,0x72,0xbc,0xb2,0xaa,0x5c,
  0x58,0x56,0x81,0x5d,0x52,0xe1,0xde,0xdc,0xa1,0x9e,0x9c,0x7b,0x63,0x59,0xc3,0xbd,
  0xba,0x95,0x88,0x7d,0x90,0x78,0x65,0xab,0xa2,0x9c,0x5a,0x52,0x4c,0xa3,0x8c,0x81,
  0x8e,0x80,0x75,0xeb,0xe8,0xe6,0xf8,0xf6,0xf4,0x6c,0x62,0x5b,0xba,0xb5,0xb2,0xc2,
  0xb2,0xa6,0x83,0x7e,0x7b,0x85,0x6b,0x61,0x8a,0x65,0x59,0x75,0x70,0x6d,0x74,0x60,
  0x53,0x63,0x53,0x4b,0xab,0x95,0x8a,0x9d,0x88,0x76,0xd1,0xbd,0xb1,0xab,0xa5,0xa1,
  0x9e,0x90,0x85,0xc5,0xbc,0xb4,0x7b,0x55,0x49,0x84,0x7a,0x72,0xd2,0xc1,0xb4,0xe1,
  0xd9,0xd3,0xd0,0xb9,0xad,0x7b,0x78,0x76,0x95,0x90,0x8d,0x92,0x8d,0x8a,0x99,0x96,
  0x93,0x72,0x65,0x60,0x80,0x5a,0x4c,0x72,0x4a,0x3d,0x9a,0x98,0x96,0x6e,0x49,0x3c,
  0x83,0x69,0x56,0xcd,0xc8,0xc5,0xb5,0xb0,0xac,0x89,0x70,0x5e,0xce,0xb9,0xad,0x7c,
  0x74,0x70,0x7c,0x6a,0x5b,0x59,0x4a,0x43,0xca,0xc6,0xc4,0x73,0x54,0x4a,0x73,0x4e,
  0x41,0xa8,0x8d,0x81,0x76,0x51,0x44,0x6c,0x69,0x66,0x54,0x50,0x4e,0x6a,0x56,0x50,
  0xc4,0xc0,0xbe,0xd3,0xd1,0xcf,0x7a,0x5e,0x52,0x98,0x80,0x6e,0x85,0x81,0x7f,0x9b,
  0x8e,0x88,0x8d,0x78,0x65,0xa0,0x82,0x76,0x43,0x3e,0x39,0x59,0x43,0x3b,0xb0,0x9d,
  0x8e,0xd4,0xcc,0xc6,0x88,0x63,0x55,0x63,0x48,0x3d,0xb1,0x95,0x8e,0x5c,0x4e,0x49,
  0x73,0x5b,0x4c,0x46,0x42,0x3f,0x71,0x47,0x3b,0x6c,0x5a,0x4c,0xcb,0xb3,0xa9,0xf9,
  0xf8,0xf6,0x60,0x38,0xb8,0xf2,0xee,0xeb,0xde,0xd8,0xd4,0xac,0x98,0x87,0x80,0x6e,
  0x68,0xe4,0xe1,0xde,0xac,0x9d,0x98,0xc6,0xb8,0xad,0x8c,0x88,0x83,0x85,0x76,0x70,
  0xcb,0xc0,0xb6,0x3e,0x36,0x30,0x98,0x7d,0x6e,0xc9,0xb0,0xa7,0x83,0x61,0x4d,0xb2,
  0xa5,0xa1,0xb8,0x9d,0x96,0x84,0x79,0x6e,0xa3,0x96,0x90,0x7e,0x71,0x66,0xcc,0xbe,
  0xb8,0xd2,0xc4,0xbb,0x4e,0x4b,0x49,0xc0,0xa6,0x9e,0xe2,0xd5,0xce,0x8b,0x7f,0x7b,
  0x61,0x54,0x50,0x5b,0x49,0x3e,0x4e,0x48,0x44,0x51,0x4c,0x4a,0x46,0x43,0x41,0xb1,
  0x97,0x90,0xc0,0xa6,0xa0,0xbb,0xb8,0xb6,0xad,0xa8,0xa6,0x90,0x85,0x81,0xa5,0xa1,
  0x9d,0x48,0x3d,0x35,0xa1,0x85,0x80,0x6c,0x50,0x45,0x49,0x45,0x42,0xd6,0xc8,0xbb,
  0x5b,0x3b,0x31,0x7a,0x6d,0x6a,0x6a,0x53,0x4c,0x66,0x58,0x4d,0x68,0x4f,0x48,0x99,
  0x77,0x6e,0x6b,0x60,0x56,0x65,0x4e,0x45,0x5c,0x50,0x47,0x93,0x6f,0x66,0xe3,0xd7,
  0xd0,0x7d,0x67,0x61,0xc1,0xb6,0xb0,0x57,0x48,0x44,0xf4,0xf1,0xef,0x4d,0x40,0x34,
  0x79,0x4f,0x42,0xd0,0xc7,0xc0,0x62,0x40,0x34,0x3f,0x3a,0x35,0x4e,0x43,0x39,0x30,
  0xc0,0xb8,0x60,0xc0,0xb8,0xd0,0xc0,0xb8,0xa0,0xc8,0xb8,0xc8,0xe8,0xb8,0x98,0xf0,
  0xb8,0x28,0xf8,0xb8,0xe0,0x70,0xc0,0x60,0xe8,0xc0,0x70,0x00,0xc8,0x2c,0x00,0x00,
  0x00,0x00,0xa0,0x00,0x78,0x00,0x00,0x08,0xfe,0x00,0x15,0x08,0x1c,0x48,0xb0,0xa0,
  0xc1,0x83,0x08,0x13,0x2a,0x5c,0x98,0xd0,0x96,0x02,0x87,0xb6,0x20,0x46,0x9c,0x68,
  0x6b,0x4e,0xc5,0x8b,0x0b,0xe6,0x68,0x9c,0x93,0x71,0x41,0x47,0x8f,0x20,0x43,0x2e,
  0x78,0x37,0xb2,0xe4,0xbb,0x93,0x28,0x53,0xbe,0x63,0xb0,0x72,0x25,0x2e,0x96,0x0c,
  0x5e,0xbe,0x64,0x40,0xb3,0xa6,0x4d,0x9b,0x0c,0x73,0xea,0xdc,0xc9,0x93,0xe0,0x44,
  0x05,0x16,0x27,0x76,0xe4,0x08,0x92,0xa8,0x47,0xa3,0x22,0x93,0x86,0x3c,0xc9,0x60,
  0x41,0x53,0x98,0x4e,0x9d,0x3e,0xb5,0xb9,0xf2,0xa6,0xd5,0xab,0x37,0x7b,0x6a,0xdd,
  0xca,0xf5,0xe1,0x43,0x87,0x0b,0x14,0x2c,0x98,0x68,0xb1,0xac,0x2d,0x8f,0x67,0x43,
  0xa6,0x55,0xba,0x34,0xaa,0x53,0xa6,0x52,0x5b,0xda,0x94,0x4a,0x53,0x2e,0x56,0xac,
  0x0d,0x1a,0x74,0xdd,0xcb,0x17,0xa1,0xc4,0xaf,0x14,0xd1,0x8a,0x34,0x5a,0x91,0xad,
  0xd2,0x93,0x23,0x9b,0x46,0x6d,0x4a,0xf2,0x29,0xd3,0xaa,0x74,0x6d,0xce,0xbc,0x4b,
  0x53,0x0e,0x83,0xbe,0x98,0x33,0x4b,0xac,0x28,0xf6,0xe7,0xd8,0xb1,0x67,0x39,0xae,
  0xfd,0x6c,0x18,0x24,0x62,0xc5,0x50,0xa7,0xda,0xb5,0xea,0x92,0xf2,0xcd,0x06,0x0c,
  0xf4,0x66,0x9e,0xcd,0x75,0x73,0xc4,0xb0,0xb8,0xd3,0x9e,0x0d,0x4d,0x7a,0x74,0xe9,
  0x91,0xa7,0x4f,0x2f,0x5e,0x99,0xf8,0x2d,0xcc,0xaa,0xae,0xad,0x5a,0xa6,0xcd,0x5c,
  0x2b,0x44,0xaf,0xb9,0x77,0xdf,0xd6,0x9d,0x14,0x29,0x5b,0xe1,0x4f,0x8d,0x2f,0xa6,
  0x7a,0x15,0xb9,0x6b,0xcb,0xb2,0x9b,0xfe,0x8b,0x67,0x68,0x5b,0x68,0x60,0xea,0xa4,
  0xd3,0x97,0x56,0xc9,0x38,0xfb,0x53,0x5c,0xc4,0x61,0xc2,0x9c,0x9c,0xbc,0x26,0xec,
  0xf1,0xf8,0xc9,0x7b,0xa5,0xc8,0x5f,0x7a,0x6f,0xf5,0x86,0x21,0x56,0xd2,0x70,0xf3,
  0xb9,0x77,0x97,0x77,0x77,0xc1,0x16,0x5e,0x7e,0x0c,0xfa,0xd4,0x5f,0x67,0xe7,0x89,
  0xe4,0xdb,0x6f,0x24,0xad,0x26,0x17,0x81,0x75,0x1d,0x97,0x61,0x7d,0x0c,0xc8,0x71,
  0x5f,0x83,0x20,0x0e,0xe4,0xd0,0x7e,0x11,0x4e,0xb7,0xdb,0x6f,0x49,0xa5,0x64,0xda,
  0x62,0x4e,0xbd,0x24,0x55,0x64,0x1c,0x5e,0xb5,0x60,0x88,0xf9,0x95,0x77,0xde,0x74,
  0x20,0x4d,0xf8,0x9b,0x62,0x8d,0x55,0x15,0xdf,0x76,0xc8,0xd9,0x85,0x60,0x82,0x1e,
  0xca,0x41,0x23,0x8d,0xcf,0xf5,0x77,0xe2,0x92,0x28,0x2e,0xd5,0x18,0x8b,0xc0,0x4d,
  0x55,0x20,0x8c,0x31,0xd2,0x04,0xdb,0x65,0x47,0x82,0xa8,0xa4,0x79,0x27,0x0a,0xd6,
  0xa4,0x47,0xd8,0xc5,0xd7,0x12,0x64,0x1a,0xd6,0x34,0x24,0x65,0xb0,0x81,0x97,0xa5,
  0x96,0x49,0xf6,0x97,0x9e,0x8e,0xeb,0x0d,0xc7,0x22,0x63,0x3f,0xde,0x84,0x1c,0x7d,
  0x68,0xc6,0x86,0xe5,0x9a,0x35,0x02,0x76,0x16,0x84,0x4c,0x7e,0x69,0x9a,0x98,0x04,
  0x3e,0x26,0x5f,0x81,0x67,0xba,0xa6,0xe0,0x9e,0x7c,0x8e,0x47,0x11,0x84,0xa0,0x31,
  0x09,0x27,0x8a,0x8e,0xb1,0x84,0x92,0xa5,0x95,0x26,0xca,0xe1,0xa2,0x8d,0xf6,0xe9,
  0x67,0x89,0x82,0x2a,0x85,0x69,0x49,0x8e,0x19,0xc7,0x5a,0x95,0xf6,0xe9,0xd9,0x29,
  0x7e,0xfc,0x01,0x0a,0x1a,0x80,0xff,0xa1,0x66,0xd7,0x58,0x99,0x1a,0xae,0x16,0xd3,
  0xa1,0x8a,0xaa,0xba,0xaa,0x78,0x6d,0x82,0xea,0xe5,0x97,0x70,0xd1,0x49,0x27,0x7b,
  0xc6,0x69,0x9a,0xab,0x82,0xbb,0xf2,0xfa,0x68,0xa4,0x9f,0xa1,0x27,0x28,0x63,0xc3,
  0x19,0x6a,0x6b,0x86,0x3e,0xc6,0xb8,0xe8,0x8c,0xc9,0x62,0xd6,0x66,0x74,0x5d,0x4e,
  0xca,0x96,0x63,0xc1,0xce,0x59,0x27,0xaa,0x36,0x2d,0x1a,0x5b,0xb6,0xcc,0xd9,0x28,
  0xd8,0x5a,0xde,0xa6,0x88,0xd2,0x9c,0x65,0x1a,0x5b,0xe5,0x95,0xba,0xa2,0xab,0x19,
  0x59,0xa0,0x76,0xd9,0xe4,0x93,0xe2,0xba,0x27,0x2d,0xb9,0x56,0xe5,0xf5,0xa1,0xbd,
  0xda,0x0a,0xb4,0xe5,0x9b,0xa1,0x46,0x95,0x92,0xa5,0xc1,0xda,0x2a,0x6f,0x82,0x69,
  0xd2,0x44,0xb0,0x66,0x0f,0x99,0x85,0x63,0xa0,0xc0,0x56,0xe8,0x16,0x7b,0x1b,0x56,
  0x0b,0x70,0x65,0xf5,0x4e,0xbc,0x57,0x44,0x40,0xdd,0x06,0x69,0xbb,0x3b,0x16,0x7a,
  0xa1,0x81,0xb8,0xce,0xab,0x60,0x5e,0x22,0xf7,0xb5,0x19,0xc2,0xfa,0xee,0xeb,0xe3,
  0xa5,0x0a,0x57,0x6a,0xe7,0xc7,0x20,0x5f,0x19,0x33,0x5f,0x24,0x93,0xdc,0xac,0xbe,
  0x28,0x1f,0x16,0xdc,0x98,0x75,0xc9,0xf5,0x70,0x82,0xb1,0x29,0x68,0xe4,0xcf,0x5d,
  0xcd,0xec,0x59,0xb3,0x09,0x5f,0x4a,0x1c,0xa1,0x0c,0x53,0xcb,0xf3,0xb5,0xe7,0x42,
  0x5d,0x1b,0x59,0xcc,0xfe,0x2a,0xe8,0xbb,0xd0,0x66,0xaa,0x61,0x5c,0x1f,0x73,0xdd,
  0xc0,0xd3,0x5e,0x3b,0x07,0x98,0x45,0x54,0x3b,0xfb,0x6c,0x85,0xb5,0xc2,0xbb,0x21,
  0xcf,0x4d,0x77,0xdd,0x76,0x4f,0xfe,0x6e,0xfa,0x07,0x6b,0x93,0xc2,0x02,0xb7,0x1d,
  0x77,0x4b,0xa3,0x99,0x57,0x6c,0x6c,0xef,0xad,0x10,0x03,0xbc,0x88,0x22,0x89,0x24,
  0x38,0xa0,0xc1,0x00,0x58,0x53,0xff,0x1d,0x60,0x86,0x85,0xfa,0x8b,0x6b,0xe1,0x32,
  0xda,0x87,0x6d,0x4e,0x57,0x3c,0xb3,0xce,0x3a,0x86,0x94,0x8e,0xc3,0xe9,0xa8,0x9f,
  0x9e,0x4b,0xea,0x38,0x64,0x81,0x7a,0x16,0xb0,0xc7,0xce,0x0a,0x2b,0x54,0x30,0xba,
  0xd0,0x1c,0x86,0x04,0xe3,0x42,0x13,0x3e,0x00,0x61,0x03,0x32,0x2f,0xb4,0x90,0x04,
  0x0a,0x82,0xf0,0xf2,0x6a,0x8e,0x49,0x41,0x90,0x06,0x20,0xd9,0xb8,0xe0,0x3c,0x20,
  0x2e,0xb8,0x21,0xbd,0x1b,0x58,0x00,0x52,0x3d,0x0a,0x6e,0x88,0xd2,0x63,0x4d,0x10,
  0x64,0xd3,0xc4,0x36,0x4d,0x60,0xef,0xfc,0xf8,0xe3,0x3f,0x90,0xdc,0xe1,0x7a,0x7e,
  0xce,0xd0,0x15,0x76,0x44,0x71,0xc8,0x1f,0xf0,0x07,0x13,0x0c,0x15,0xcb,0x08,0x62,
  0xbf,0xfd,0x3f,0xf8,0xf2,0x43,0x25,0xf9,0xeb,0xef,0x8b,0x2f,0x2c,0xb0,0x83,0x14,
  0x06,0x48,0x82,0x28,0xd4,0x20,0x11,0x39,0x79,0x87,0x24,0x50,0xd0,0x84,0x06,0x9a,
  0x80,0x06,0x50,0x20,0x02,0x11,0x94,0x11,0x07,0x1a,0xd0,0x20,0x10,0x3b,0xc0,0x82,
  0x24,0x14,0x23,0x36,0x8f,0x64,0x80,0x1a,0xe4,0x60,0xc2,0x09,0x46,0x18,0x82,0x10,
  0x54,0x21,0x04,0xa7,0x38,0x85,0x08,0x28,0xb1,0x42,0x5a,0x40,0x21,0x02,0xf4,0xb2,
  0x94,0x22,0xa4,0x81,0x09,0x5a,0x3c,0xa1,0x0d,0x2f,0xf8,0xc0,0x0b,0xaa,0x70,0x42,
  0x19,0x30,0x21,0x08,0x60,0xfe,0x40,0x5f,0xe7,0x5e,0x06,0x33,0xae,0x30,0xe0,0x0a,
  0x7f,0x78,0x5f,0x21,0xc0,0x11,0x8c,0x1f,0x08,0x82,0x10,0x5a,0xb8,0xc3,0x14,0x36,
  0x30,0x85,0x2a,0x4e,0xa1,0x07,0x58,0x9c,0xc1,0x1d,0x72,0xd0,0x83,0x20,0x90,0xe0,
  0x8b,0x24,0xf0,0x01,0x06,0x16,0x62,0x0b,0x56,0x30,0xd0,0x04,0xbc,0x83,0x82,0x16,
  0x7e,0xf1,0x08,0x09,0x68,0xe0,0x17,0x1c,0xa0,0x03,0x32,0x68,0xd0,0x82,0x16,0xb0,
  0x21,0x08,0x30,0xe4,0xa0,0x48,0x18,0x00,0x81,0x0a,0x68,0xe0,0x0d,0x32,0xe0,0x21,
  0x0f,0x4d,0x58,0x42,0x11,0x7c,0x80,0x02,0x15,0x88,0x80,0x28,0x1e,0xc0,0x48,0x08,
  0xf0,0xc2,0x4a,0x0f,0xc0,0x86,0x16,0xe0,0xb1,0x87,0x53,0xb4,0xa1,0x84,0x1f,0x18,
  0x03,0x22,0x15,0x19,0x81,0x46,0x42,0x40,0x88,0xe9,0xd3,0x93,0xde,0xb8,0x82,0x8b,
  0x43,0x28,0xb1,0x10,0x85,0x08,0xc6,0x1b,0x3a,0x40,0xc6,0x05,0x34,0xe0,0x01,0x92,
  0x10,0x84,0x1d,0x58,0xe0,0x06,0x3d,0xa0,0x01,0x02,0xb8,0x6c,0xc0,0x3b,0x08,0x82,
  0x0b,0x5f,0x34,0xc1,0x04,0x23,0xf0,0x81,0x0d,0xee,0xb0,0x06,0x08,0x3c,0xa0,0x02,
  0x14,0xa0,0xc0,0x04,0x32,0x90,0x86,0x0e,0x10,0x21,0x78,0x6c,0x08,0x9e,0x0b,0x1e,
  0x70,0x25,0x51,0xc9,0x81,0x02,0xe4,0x38,0xc5,0x09,0xab,0xf0,0x82,0x38,0x94,0xb0,
  0x0d,0x81,0xc0,0xc6,0x04,0xb0,0x81,0x8d,0x64,0x26,0xf2,0x01,0x9f,0x14,0xd8,0x03,
  0xf8,0x10,0x0b,0x4a,0xb8,0xf3,0x05,0x19,0x18,0xe7,0x38,0x93,0x19,0x0a,0x45,0x3e,
  0x80,0x17,0xe8,0xbb,0xff,0xd6,0xcb,0xfa,0xf2,0x0c,0x53,0x9a,0xb2,0x12,0x95,0x30,
  0x83,0x27,0x18,0x49,0x50,0x82,0x2e,0x52,0x14,0x11,0x48,0x68,0x04,0x2a,0x50,0x01,
  0x41,0xb0,0x00,0x05,0x16,0x10,0xe7,0x04,0x10,0x69,0x3e,0x87,0xc8,0x21,0x0a,0x4d,
  0x58,0xc5,0x08,0x6a,0x40,0x84,0x09,0x18,0xb3,0x02,0xcb,0xbc,0xc0,0x23,0x34,0x40,
  0x52,0x92,0xea,0x01,0x08,0x75,0x8c,0xa6,0x13,0x2a,0x80,0x4b,0x9a,0xec,0x91,0x71,
  0x14,0x18,0x82,0x0c,0x4c,0xb8,0xc3,0x10,0xb4,0xe1,0xa6,0x12,0xc8,0xa9,0x04,0x2e,
  0x10,0xcf,0x44,0x3a,0x52,0x60,0x11,0xd8,0xc3,0x25,0x4a,0x50,0x02,0x64,0xb4,0x51,
  0xa7,0x17,0xe0,0xe9,0x44,0x3b,0x99,0x4e,0x2b,0x39,0x95,0x53,0x7c,0x91,0xc3,0x11,
  0x88,0x51,0x0b,0x80,0xd6,0xe2,0x0d,0x66,0x78,0x84,0x56,0x35,0xf0,0x88,0x0b,0x4c,
  0x60,0x0d,0x99,0x50,0xe8,0x42,0x19,0xca,0xd0,0x32,0xa0,0xe0,0x13,0x19,0xb8,0x80,
  0x1b,0x25,0x40,0x01,0xf3,0x35,0x00,0x0b,0x29,0x58,0x85,0x09,0x7c,0xa0,0x87,0x4c,
  0x40,0x20,0x13,0x13,0xb8,0x80,0x06,0x36,0xb0,0x81,0x0e,0x74,0x60,0x03,0x18,0xd0,
  0x40,0x4e,0xef,0x80,0x0c,0x36,0x70,0x91,0x10,0x53,0xc0,0x06,0x53,0x5d,0xea,0x11,
  0x9a,0xe0,0x32,0x03,0x7c,0x38,0x45,0x09,0x4f,0x68,0x49,0x11,0x0c,0xf3,0xaf,0x82,
  0xcd,0x00,0x05,0x22,0x90,0x8b,0xc3,0x35,0x40,0x11,0x7b,0x88,0x84,0x0a,0x9e,0xa0,
  0x88,0x5f,0x94,0xe2,0xaf,0x80,0xcd,0xec,0x66,0xd1,0xe9,0xd9,0xa7,0xa6,0xaf,0x2f,
  0xef,0x08,0xc3,0x11,0xfe,0xa6,0x5a,0x0b,0x62,0xa4,0x83,0x1a,0x5e,0x70,0x80,0x6e,
  0x1d,0xd0,0x01,0x09,0x4c,0xa0,0x02,0xe8,0x64,0x24,0x42,0x11,0x1a,0x01,0x41,0x9c,
  0x35,0xaf,0x18,0xe0,0x40,0x6f,0x81,0x1b,0x85,0x14,0xa4,0x00,0x98,0x50,0x68,0x6b,
  0x28,0xf4,0xba,0x01,0x0e,0x58,0xb7,0x03,0x81,0x55,0xea,0x04,0x26,0x50,0x0a,0x2c,
  0x12,0x02,0x19,0x50,0xe8,0x81,0x66,0x23,0xf0,0x49,0xd4,0xc4,0x06,0x02,0x11,0x50,
  0x04,0x2d,0x08,0xd9,0x06,0x11,0xa8,0x90,0x12,0x5c,0x30,0x03,0x08,0x38,0x80,0x01,
  0xdf,0x76,0x52,0x60,0x13,0x88,0x45,0x09,0xdc,0x39,0x85,0x0e,0x78,0xc0,0x02,0x16,
  0x00,0x81,0x07,0xb0,0xfb,0x88,0xf1,0xb2,0x96,0x5e,0xfa,0x2c,0xe2,0x5e,0xde,0x71,
  0x83,0x1b,0x84,0xe1,0xc1,0xce,0x80,0xc5,0x27,0x10,0xb1,0x5b,0x07,0x60,0x60,0x02,
  0xe6,0x13,0xd1,0x5a,0x62,0x13,0x85,0x2f,0x40,0x60,0xba,0x18,0xe8,0x80,0x06,0x26,
  0x40,0x82,0x06,0x8e,0x60,0x04,0x39,0x58,0x44,0x24,0x25,0x90,0x5c,0x0f,0x78,0x80,
  0x03,0x1b,0xd0,0x80,0x57,0x43,0x91,0xc8,0x84,0x4a,0xe2,0x0e,0x3d,0x80,0x82,0x1a,
  0x6d,0x30,0x05,0xdf,0x02,0x17,0x02,0x8c,0x6d,0xda,0x03,0x4a,0x61,0x85,0x2a,0xe8,
  0x00,0x85,0x29,0x8c,0x81,0x1a,0xbe,0x60,0x01,0xec,0x7a,0x95,0xbc,0xf8,0x14,0x85,
  0x15,0x9e,0xc0,0x42,0x27,0x2c,0xa2,0x03,0x9e,0x70,0x80,0x05,0x5e,0xbc,0x81,0xae,
  0xfe,0x96,0xa9,0xf9,0x0c,0x25,0xb2,0xf8,0xf2,0x0e,0x6b,0xbc,0xa2,0x0f,0xaf,0xb8,
  0xc1,0x31,0xdc,0xfe,0xf1,0x85,0x52,0xec,0xd6,0x02,0x12,0x88,0x80,0xed,0x0c,0x92,
  0x82,0x2f,0x2c,0xa0,0x8f,0x17,0xa8,0xaf,0x0b,0x9c,0x6b,0x02,0x8d,0x6a,0xa1,0x02,
  0xd8,0x90,0x40,0x75,0x41,0x30,0xdf,0x2e,0x67,0xc0,0xa7,0xe5,0x8d,0x0d,0x05,0xa0,
  0xa0,0x07,0x3a,0xd8,0xa0,0x0a,0x40,0xe8,0x81,0x8c,0xdb,0xfa,0x49,0xb7,0xd0,0xe4,
  0x01,0x50,0x50,0x46,0x09,0x4f,0x10,0x82,0x15,0x2c,0x21,0x06,0x74,0xe0,0x02,0x22,
  0x34,0xa0,0x59,0x6a,0xe6,0x05,0x0a,0x62,0xd8,0x6f,0x20,0x32,0x70,0xe5,0xff,0xbe,
  0xb8,0xbe,0x06,0x4e,0x67,0x6b,0xc5,0xac,0xe0,0xae,0x2c,0x20,0x0c,0x37,0x30,0x73,
  0x9a,0xdd,0x61,0x86,0x44,0xe8,0xf6,0x13,0x16,0xb8,0xc0,0x03,0x18,0xc2,0x80,0x5c,
  0x08,0x04,0x02,0xd8,0x78,0x44,0x1a,0x9c,0x9b,0x82,0x13,0xe7,0xe0,0x11,0x14,0x10,
  0xf4,0x7f,0xb7,0xbc,0x01,0xfb,0x96,0xf7,0x28,0x8d,0x55,0x04,0x32,0x4e,0x10,0x87,
  0x0f,0xe8,0x90,0xbe,0x17,0xd8,0x2c,0x90,0x79,0x44,0x13,0x49,0x9c,0x63,0xa6,0x2b,
  0x58,0x81,0x08,0xf0,0xc0,0x8e,0x48,0xcc,0x17,0x03,0xa5,0xce,0x4b,0x22,0x68,0xa1,
  0x82,0x48,0xb4,0x60,0x12,0x69,0x48,0x2e,0xa1,0x61,0x2c,0x81,0x52,0xe7,0x52,0x94,
  0xa9,0x7a,0xd9,0x28,0xb9,0x32,0x07,0x67,0x84,0xe1,0x18,0xc7,0x50,0xb3,0x2a,0xcc,
  0x20,0x01,0x0b,0xe8,0x36,0xd8,0xc3,0xde,0xc9,0x3b,0x44,0x91,0x01,0x37,0xc4,0x55,
  0xa3,0x23,0x80,0xc2,0x04,0xa4,0xed,0xf0,0x01,0x5b,0x5b,0x31,0x42,0xf1,0x48,0x26,
  0x80,0xe0,0xff,0xed,0x0f,0xf8,0xe1,0x03,0x50,0x80,0x71,0xb8,0x45,0x01,0xe4,0x27,
  0xc5,0x66,0x02,0xe4,0x48,0xb7,0x08,0xd6,0x5d,0x82,0x48,0xec,0xc1,0x03,0x1b,0x48,
  0xc3,0x04,0xc8,0x3b,0x86,0x58,0x44,0x22,0x12,0x21,0xc8,0xab,0x06,0x10,0xe1,0x01,
  0x4f,0xc0,0xb8,0xc0,0xf5,0x6c,0xea,0x53,0x5b,0x7b,0xad,0xbe,0xcc,0xe1,0x08,0xce,
  0x88,0x7a,0xd4,0x61,0xc1,0xf0,0x2f,0x38,0xe0,0x13,0x20,0x10,0x76,0x4f,0x1a,0x40,
  0x01,0x60,0xca,0x35,0x98,0x77,0xc8,0xf3,0x7f,0xb5,0xcc,0x01,0x52,0xb3,0xb4,0x29,
  0xfc,0xf9,0x0c,0x03,0x66,0xf0,0x81,0x16,0x98,0xfc,0x03,0x71,0xe0,0x82,0xca,0xdb,
  0x5a,0xcd,0xc4,0x34,0x60,0x11,0xa0,0x58,0x81,0x11,0x66,0x2e,0xda,0x27,0xec,0x81,
  0xbe,0x9a,0x9d,0xc0,0x1e,0x6a,0x7e,0x8a,0x31,0x64,0x40,0x03,0xa5,0x70,0x31,0xce,
  0x49,0x2d,0x6e,0x50,0x9a,0x8b,0xd6,0x73,0xd6,0xca,0x1c,0x88,0x31,0xdb,0xca,0x47,
  0x83,0x0b,0x12,0xb0,0xba,0x96,0x2f,0x20,0x8a,0x11,0x0d,0x24,0x0b,0x63,0x80,0x00,
  0x42,0x16,0x30,0x89,0x13,0x03,0x13,0xc5,0x8a,0xd0,0x00,0x07,0x1c,0xee,0x00,0x9c,
  0x87,0xdb,0x7c,0x68,0xb9,0xd8,0x58,0xb2,0xe1,0xf6,0x92,0x57,0x81,0x0e,0xef,0x3e,
  0x34,0x35,0xcb,0xc6,0x47,0x4b,0xa4,0x3a,0x12,0x31,0x68,0x45,0x24,0x8a,0x30,0x0a,
  0x2f,0x74,0xa0,0xab,0x6a,0x88,0x44,0x09,0x44,0x90,0x8d,0x09,0x3c,0xa2,0xba,0x2e,
  0x16,0x71,0xb8,0xef,0x8b,0x60,0x51,0x0a,0xbc,0xe9,0x7c,0x99,0x83,0x1d,0x6a,0x61,
  0x87,0x23,0xfe,0x90,0xe0,0x08,0xd1,0x60,0xf8,0x27,0xae,0x1e,0xec,0x08,0x84,0x85,
  0x20,0x3f,0xb0,0xc2,0x04,0x46,0x8f,0x82,0x55,0xac,0xa2,0x09,0x27,0x56,0x06,0xe2,
  0x41,0xf0,0xf0,0xb2,0xef,0x1c,0x02,0xb1,0xf7,0x4f,0x5a,0x2a,0x70,0xf2,0x92,0x7f,
  0x40,0x06,0x0e,0x00,0x02,0x22,0x76,0x7f,0xed,0x21,0x15,0x60,0x20,0x04,0x97,0x70,
  0x0a,0x32,0xb7,0x04,0x4b,0xc0,0x0e,0x7a,0xb0,0x01,0xe7,0xf0,0x04,0xfb,0x15,0x04,
  0x1b,0xd7,0x62,0x03,0x86,0x01,0x4f,0xc6,0x5a,0x00,0xd7,0x33,0x90,0xa7,0x3e,0x3c,
  0x61,0x0b,0x2c,0x10,0x82,0x60,0x14,0x7e,0x8b,0xf0,0x66,0x71,0x76,0x7e,0x03,0x61,
  0x0d,0xe4,0xb0,0x7e,0x07,0x81,0x06,0xee,0xe7,0x7e,0x27,0x46,0x04,0x1a,0x30,0x76,
  0x01,0xb8,0x01,0xaf,0xd7,0x00,0x91,0x12,0x72,0x69,0x01,0x01,0x39,0xe4,0x7f,0x21,
  0xa0,0x65,0xae,0x47,0x77,0xd0,0x22,0x15,0x30,0xa7,0x77,0xe9,0x06,0x03,0x27,0x20,
  0x02,0x44,0x10,0x0d,0x42,0x40,0x54,0x6c,0x90,0x01,0x2c,0xe6,0x5f,0xaf,0xe6,0x63,
  0x1a,0x18,0x30,0x62,0x96,0x37,0xb5,0x56,0x1b,0x02,0x44,0x40,0x24,0x30,0x04,0x5f,
  0xf0,0x08,0x16,0x30,0x7e,0x70,0x26,0x67,0x04,0x21,0x07,0xdd,0x00,0x0b,0x2c,0xa8,
  0x00,0x33,0x11,0x16,0xcc,0xd0,0x07,0x3c,0x70,0x62,0x7d,0xe0,0x03,0x5a,0xb0,0x01,
  0xf4,0xa7,0x5b,0x1e,0x00,0x6f,0xe4,0x75,0x19,0x11,0x42,0x1a,0x0c,0xd0,0x83,0x27,
  0x47,0x0a,0x55,0xc0,0x05,0x5a,0x86,0x08,0x8f,0xf0,0x5b,0x40,0x36,0x38,0x77,0x27,
  0x06,0xff,0x27,0x90,0x6e,0x32,0x87,0x07,0xb4,0x60,0x05,0x56,0x60,0x03,0x24,0x15,
  0x62,0x1c,0x30,0x85,0xbf,0x55,0x85,0x56,0x78,0x85,0x4e,0x23,0x33,0x03,0x54,0x06,
  0x9e,0x28,0x05,0x43,0xe0,0x00,0x8b,0x10,0x86,0x5a,0x26,0x01,0x15,0xc0,0x28,0xcb,
  0xd0,0x07,0xd1,0xc0,0x82,0x0c,0x20,0x5c,0x68,0xb0,0x00,0xc6,0x90,0x04,0xdd,0x90,
  0x04,0x49,0x00,0x07,0x3b,0x60,0x74,0xac,0xe7,0x00,0x1c,0x60,0x5f,0xc6,0x73,0x23,
  0xea,0x11,0x08,0x25,0x47,0x0a,0xc3,0x40,0x0a,0x8c,0x60,0x87,0x18,0x48,0x77,0xc2,
  0xe1,0x14,0x10,0x60,0x09,0x56,0xd0,0x69,0x37,0xd5,0x06,0xa7,0x20,0x03,0xca,0xc0,
  0x04,0x88,0xe0,0x57,0x1d,0x50,0x89,0x47,0xa7,0x59,0x2c,0x17,0x43,0x4b,0x27,0x66,
  0x45,0xb2,0x36,0x1e,0xb8,0x13,0xb6,0x20,0x05,0x24,0x40,0x8e,0x52,0xc0,0x02,0x84,
  0x60,0x09,0x69,0x60,0x09,0x7a,0xc0,0x01,0x88,0x90,0x06,0xc5,0x74,0x05,0x57,0x90,
  0x0b,0xbe,0x80,0x6b,0xa0,0xb0,0x7e,0xef,0xf0,0x00,0xca,0xa4,0x58,0x0d,0x00,0x07,
  0x5d,0xc0,0x09,0x00,0xc9,0x09,0x70,0x00,0x02,0x59,0xb6,0x5b,0xd5,0x46,0x77,0x69,
  0xa7,0x23,0x41,0xa0,0x43,0x1f,0x30,0x0c,0x21,0x30,0x0c,0x4c,0x30,0x7e,0x02,0xc8,
  0x8b,0x95,0x22,0x15,0x11,0x70,0x0e,0x4b,0x70,0x53,0x9b,0x36,0x42,0x9e,0xe0,0x05,
  0x04,0xe9,0x62,0x1c,0x50,0x0a,0x8c,0x47,0x5e,0xa0,0x34,0x44,0x9a,0x28,0x33,0x60,
  0x34,0x40,0x00,0x14,0x40,0x5b,0xf8,0x45,0x51,0x10,0x05,0x28,0x10,0x06,0x29,0xd0,
  0x60,0xff,0xaf,0x20,0x04,0x63,0x70,0x67,0x14,0xa0,0x57,0x17,0xc0,0x52,0x64,0x80,
  0x0a,0x5d,0xf0,0x8f,0x9c,0x80,0x0a,0x5c,0x20,0x88,0x57,0x07,0x02,0x36,0xd8,0x56,
  0x93,0xc3,0x25,0x54,0xe3,0x11,0xdb,0xf0,0x02,0xa4,0xf0,0x02,0x64,0xd0,0x90,0x4c,
  0xa0,0x79,0x65,0x77,0x68,0x87,0x78,0x35,0x56,0x02,0x59,0x23,0xb4,0x88,0x5b,0x49,
  0x04,0x4c,0x16,0x60,0xca,0x05,0x6f,0xab,0x55,0x92,0xe5,0x02,0x8e,0xe9,0x93,0x17,
  0xdf,0x88,0x92,0x2f,0xf9,0x92,0x52,0x50,0x06,0x21,0xc8,0x02,0x03,0x44,0x8e,0xd7,
  0xe0,0x02,0x51,0x60,0x0c,0x0c,0xd4,0x07,0x7d,0x60,0x05,0x12,0xf0,0x00,0x20,0x86,
  0x01,0x69,0x50,0x4f,0xea,0x00,0x03,0x3d,0xe9,0x93,0x64,0x00,0x60,0xbb,0x05,0x02,
  0x18,0xc8,0x52,0xef,0xa0,0x7f,0x6c,0x01,0x08,0xa4,0x40,0x0a,0x51,0xe9,0x6d,0xbb,
  0xb0,0x5b,0x77,0xb8,0x93,0xd4,0xf4,0x16,0xdb,0xf1,0x59,0x7b,0xb0,0x88,0xa7,0x60,
  0x03,0x9d,0x29,0x03,0x44,0x79,0x81,0x17,0xa0,0x58,0xf7,0x94,0x2b,0xe5,0x42,0x6b,
  0x28,0x59,0x8e,0x24,0xe0,0x02,0x24,0x40,0x04,0x5e,0xb0,0x08,0x84,0x06,0x02,0xc6,
  0x07,0x6b,0xd8,0xb0,0x06,0x63,0x60,0x0d,0x26,0x60,0x05,0x1b,0x30,0x01,0xf9,0xe6,
  0x57,0x6c,0x15,0x01,0x30,0x10,0x9c,0x30,0x60,0x0e,0x64,0x30,0x0c,0x66,0xf0,0x6b,
  0xad,0x87,0x87,0xf8,0xa7,0x94,0x35,0x03,0x08,0xde,0xa6,0x04,0x49,0xd0,0x02,0x4a,
  0x30,0x99,0x45,0x79,0x94,0x30,0x54,0x27,0x52,0xf1,0x00,0xe7,0x70,0x02,0x3a,0x30,
  0x42,0xff,0xd1,0x28,0x03,0x97,0xc0,0x64,0x38,0xd7,0x6f,0x3f,0xc6,0x8d,0xaf,0xd1,
  0x34,0x02,0xe3,0x21,0xe8,0x99,0x85,0x5c,0x81,0x05,0x58,0xb0,0x9a,0x51,0xe0,0x02,
  0x5c,0x40,0x0d,0x1a,0xc0,0x7a,0x5f,0xe0,0x05,0x30,0xa6,0x01,0x69,0x90,0x53,0x69,
  0xd0,0x0b,0x8c,0x70,0x87,0xd7,0x38,0x5f,0x6c,0x25,0x0a,0xa8,0x40,0x06,0x64,0x60,
  0x0e,0x81,0xb9,0x02,0xe3,0x47,0x99,0xa4,0x46,0x5e,0xcc,0x32,0x1a,0xa3,0xe1,0x06,
  0x39,0xd4,0x05,0x70,0x40,0x03,0x39,0x20,0x0e,0x6f,0x56,0x6d,0x3b,0x67,0x3c,0x05,
  0xf8,0x14,0x93,0x20,0x03,0x27,0xf7,0x02,0x27,0x80,0x0c,0x32,0x50,0xa2,0x44,0xb0,
  0x65,0x7e,0x79,0x7f,0xe6,0x79,0x9e,0x36,0x01,0x1e,0x88,0xd3,0x21,0xe1,0xa8,0x13,
  0xb6,0xf0,0x4b,0xe1,0x83,0x02,0x58,0x30,0x04,0xcd,0x50,0x9f,0x57,0x17,0x80,0x30,
  0x86,0x01,0x8b,0xb0,0x08,0x5c,0x65,0x02,0x8c,0x80,0x98,0x77,0xc0,0x01,0xf8,0x09,
  0x6d,0x0f,0xc0,0x09,0x5d,0x80,0x0a,0xa8,0x80,0xa0,0x4b,0xb0,0xa0,0x76,0x38,0x62,
  0x11,0x80,0x06,0x26,0x82,0x31,0x1e,0x11,0x04,0x21,0x00,0x03,0x1f,0xa0,0x03,0x3a,
  0xb0,0x02,0x8c,0x30,0x7e,0xc0,0xd6,0x5b,0x04,0x38,0x27,0x0b,0x90,0x09,0xca,0xc0,
  0x43,0xa7,0x20,0xa2,0xca,0x20,0x8d,0x32,0x70,0x0a,0x74,0x70,0x87,0x3a,0x47,0x92,
  0xe7,0x59,0x7d,0xb4,0xe6,0x21,0x02,0x13,0xa3,0x3a,0xe1,0x04,0x81,0xe0,0x04,0x3e,
  0x70,0x62,0xd1,0x30,0x0d,0x1a,0x70,0x9c,0xba,0x95,0x9f,0x5e,0x15,0x4f,0x19,0xd0,
  0x0b,0xff,0x74,0x80,0x08,0x19,0xf0,0x08,0x21,0xd6,0x5b,0x6d,0x85,0x02,0xdd,0xb0,
  0xa4,0xe6,0x80,0xa0,0x6f,0x80,0x9c,0x1e,0x20,0xa5,0x10,0x20,0x1a,0xeb,0xa2,0x14,
  0x4e,0x90,0xa5,0x22,0x50,0x04,0x45,0x00,0x03,0x74,0xf0,0x66,0x62,0x4a,0x5e,0x4f,
  0x42,0x1c,0x0f,0x30,0x53,0xc1,0x43,0x04,0x97,0x50,0x05,0x23,0x1a,0x8d,0x94,0x20,
  0x03,0x5a,0x50,0x0a,0x05,0x06,0x5c,0x2b,0xea,0x39,0xa1,0x84,0x85,0x88,0x83,0xa7,
  0xe4,0x61,0x02,0x35,0xe0,0x04,0xa6,0xe0,0x04,0x4e,0xf0,0x06,0xb2,0xe0,0x6b,0xbb,
  0x25,0x62,0x87,0x06,0x06,0x0f,0x10,0x01,0x60,0x90,0x0d,0xe7,0x80,0x01,0x11,0x80,
  0x5c,0xf5,0xd5,0x56,0x75,0x20,0x8b,0x5d,0xa0,0x04,0x4a,0xa0,0x03,0xd1,0x50,0x61,
  0x97,0xba,0x73,0x54,0xca,0x1b,0x10,0x0a,0x12,0x0c,0xb0,0x0b,0x25,0x80,0x07,0x0c,
  0x08,0x0c,0x2b,0x20,0x88,0x0b,0x2a,0xa6,0x67,0x67,0x5e,0x68,0x00,0x04,0x2b,0x00,
  0x03,0x55,0x30,0x06,0x69,0x90,0x0e,0x94,0x10,0x8d,0x2b,0xc4,0x42,0x32,0x00,0x6e,
  0x14,0xb0,0x8d,0x73,0xda,0x81,0x9e,0x75,0xa7,0x98,0xf1,0x5c,0x41,0xf0,0xab,0x4e,
  0xf0,0x09,0xb2,0x80,0x01,0xb9,0x68,0x83,0xed,0x4a,0x13,0x11,0x70,0x01,0x99,0xf0,
  0x4a,0xd1,0xb6,0x53,0x6d,0x25,0x09,0xdd,0x00,0x07,0x18,0x14,0xa9,0x42,0xb0,0xa3,
  0x9f,0xd0,0xad,0x0e,0x8a,0x3c,0x20,0xeb,0x11,0x10,0xa0,0x06,0x45,0x60,0xae,0x4b,
  0x50,0x04,0x4b,0x80,0x9c,0x16,0xa0,0xa1,0x79,0xd8,0x58,0x1d,0x32,0x03,0x4b,0x10,
  0x02,0xff,0x46,0x60,0x0c,0xd8,0x70,0x01,0x7a,0xa0,0x0a,0x62,0x30,0x0a,0xc9,0x17,
  0x09,0xee,0xc4,0x04,0xc8,0xfa,0x63,0x4c,0xe3,0x34,0x6a,0x33,0x66,0x7c,0xf1,0x5c,
  0xc0,0xe4,0x03,0x26,0x40,0x0e,0xc5,0xca,0x7a,0x16,0x70,0x61,0x19,0x76,0x10,0xad,
  0x48,0x01,0x19,0x50,0x6a,0x68,0x30,0x03,0x17,0x54,0x03,0x35,0xb0,0x03,0x4c,0xc0,
  0xad,0x17,0xc6,0x52,0xaf,0x62,0x1d,0x21,0x91,0x09,0x6a,0x70,0x06,0x67,0x80,0x04,
  0x48,0x70,0x06,0xec,0xb0,0xa3,0x35,0xf8,0x71,0x74,0x11,0x04,0x25,0x10,0xaf,0xbd,
  0x90,0x93,0x21,0x46,0x0d,0xe8,0x30,0x0a,0xf5,0xa6,0x7c,0x44,0x35,0xab,0x54,0xc8,
  0x74,0x57,0xa8,0x9e,0xd7,0x87,0x96,0x98,0x81,0x02,0x23,0x60,0x02,0x84,0xdb,0x04,
  0x43,0x90,0xb0,0xb9,0xe8,0xb4,0x28,0x68,0x10,0x0d,0xb0,0x50,0x14,0x20,0x09,0xe6,
  0x53,0x07,0x55,0x34,0x03,0x6c,0x30,0x03,0x40,0x40,0x0d,0x3b,0x8a,0x98,0x56,0x69,
  0x39,0x21,0x01,0x08,0x48,0x30,0x08,0x9d,0x30,0x08,0x83,0x50,0x04,0x5f,0x7a,0x98,
  0xc7,0x98,0x47,0x51,0x31,0x06,0x6a,0xa0,0x0e,0x4b,0x50,0x03,0x75,0xa0,0x57,0xd7,
  0xe8,0x01,0xee,0xa0,0x09,0x2a,0x50,0x6f,0x4f,0x50,0x04,0x31,0x80,0x07,0x1c,0xf0,
  0x0b,0xbf,0x99,0x68,0xae,0xd5,0x21,0xe9,0xe3,0xb7,0x02,0x33,0x70,0x5c,0xd1,0x5c,
  0xbf,0x84,0x46,0x5c,0x80,0xb8,0x0f,0xe7,0xb4,0x91,0x27,0x10,0xef,0x60,0x4c,0x8d,
  0xb4,0x00,0x55,0x4b,0x03,0xa6,0x30,0x03,0x33,0xa0,0x0d,0x15,0xd6,0xb4,0x3b,0x79,
  0x88,0xff,0xbc,0xc1,0x11,0x48,0xc1,0x00,0x3a,0x70,0x06,0x79,0x50,0x04,0x79,0x10,
  0x98,0x75,0x38,0xa8,0xc7,0xb8,0x7b,0x4e,0xb1,0x06,0x9a,0x40,0xbe,0x64,0x20,0xb5,
  0x7b,0x85,0x8d,0x5a,0x20,0x0d,0x67,0x50,0xbb,0x44,0x45,0x54,0xec,0x80,0x08,0x62,
  0xe9,0xaf,0x8f,0x87,0x9e,0xbb,0xea,0xbf,0xec,0xb9,0x15,0x24,0x10,0x57,0x27,0x36,
  0x02,0x87,0xab,0xb0,0xcb,0x9b,0x01,0x4f,0x7b,0x10,0xb6,0x70,0x5e,0xb0,0x11,0x16,
  0x65,0x80,0xb5,0x58,0x9b,0x0c,0x5a,0xc0,0xb4,0x47,0x09,0x7b,0x1f,0xa1,0x14,0xa2,
  0xb0,0x04,0x79,0xd0,0x0a,0xad,0x50,0xbe,0x77,0x40,0x7f,0x62,0x58,0x95,0x2c,0xf5,
  0xc0,0x11,0xa0,0x09,0xa1,0x5b,0x04,0xdb,0xb5,0x08,0xd0,0x07,0x63,0x8a,0xa0,0x07,
  0xae,0x60,0xb7,0x2a,0x00,0xaa,0x31,0x10,0x03,0x44,0x40,0xab,0xba,0x17,0x66,0x9a,
  0x28,0xbc,0xfb,0xd4,0x17,0x24,0x00,0x83,0xba,0x30,0x02,0xe4,0x90,0x0a,0x08,0xac,
  0x65,0xf0,0x26,0x0a,0xcd,0x2b,0x10,0x1c,0xc1,0x58,0x0a,0xc0,0x0b,0x41,0xe0,0x03,
  0x50,0x5c,0x03,0x33,0x00,0xa5,0x62,0x7a,0x99,0x1f,0xc1,0x1b,0x20,0x01,0x08,0x30,
  0xa0,0x0e,0xea,0x90,0x07,0x79,0x00,0x03,0xab,0x77,0x98,0x2c,0x3b,0x6e,0x68,0xb0,
  0x0b,0x64,0xbb,0x04,0x63,0x50,0x81,0xd6,0xa5,0x5c,0x32,0x96,0x01,0x74,0x80,0x0e,
  0xf5,0x5b,0xbb,0x91,0x20,0x7c,0x73,0x68,0x6d,0x61,0x96,0x60,0x67,0x29,0xb0,0x7d,
  0xd1,0x5c,0x30,0xb8,0x0a,0x42,0x40,0xc4,0x89,0x9b,0x01,0x64,0x48,0x46,0x3f,0xa1,
  0x00,0xff,0xa1,0x00,0xc5,0x50,0x1c,0x04,0x5e,0xc0,0x7a,0x55,0xf9,0xb1,0x86,0x01,
  0x01,0x59,0xaa,0x0e,0x46,0xb0,0xc5,0xda,0x30,0x76,0xc0,0xc6,0xaf,0x0f,0x20,0x39,
  0x0d,0xc0,0x06,0x31,0xc0,0xc5,0xc6,0x80,0x5c,0x95,0xa8,0x07,0xd8,0x95,0x0d,0xd8,
  0x00,0x52,0xb0,0x30,0x08,0xc5,0x30,0x0a,0x48,0x50,0x0c,0xad,0x10,0x03,0x2a,0xc0,
  0xaf,0x24,0xc9,0x35,0x2e,0x4a,0x44,0x9e,0x95,0x38,0x5d,0xf1,0xc3,0x1a,0xa5,0x0b,
  0xba,0x30,0xc4,0x45,0x6c,0x61,0x82,0x9c,0xc4,0x05,0xf1,0x1c,0x0c,0x40,0x02,0x35,
  0x10,0x08,0xbf,0xda,0x03,0x6f,0xe0,0x70,0x5e,0xc0,0xb0,0x40,0xe6,0xbd,0x49,0xc1,
  0x00,0x4e,0x70,0x02,0x30,0xb0,0x04,0xc3,0x69,0x0a,0x21,0x7c,0x98,0x03,0x58,0xc2,
  0x0c,0xe0,0xb6,0x46,0xa0,0x0e,0x41,0x50,0xb3,0x8a,0xe0,0x5f,0x61,0x99,0x81,0x0f,
  0x90,0x01,0xaa,0x50,0xbb,0xc5,0x90,0xce,0xb5,0x6b,0x05,0x3f,0x7b,0x60,0x4b,0xf7,
  0x32,0xea,0xf9,0x8d,0xbc,0xca,0x10,0x71,0xc5,0x03,0xf6,0xcc,0x03,0x43,0x40,0x0f,
  0xbd,0xbc,0x01,0x82,0x3c,0xcf,0x24,0xb2,0xcd,0x95,0x6b,0x58,0x44,0xa0,0x65,0x13,
  0x49,0x77,0x86,0x91,0x0d,0x4b,0x20,0x02,0x25,0x10,0x03,0x46,0x40,0x03,0x8a,0x10,
  0xc6,0x64,0x77,0xba,0x40,0x06,0x08,0x6a,0x90,0xd0,0x35,0x80,0x0d,0xd9,0xa0,0x01,
  0xb1,0x4b,0x5f,0x54,0x88,0x06,0x0d,0x80,0x06,0x53,0xe0,0x0a,0x83,0x60,0xb6,0x66,
  0xdb,0x08,0x8d,0x40,0x04,0x1a,0x6a,0xab,0x6a,0x03,0xa3,0xb4,0xdc,0x34,0x4e,0x77,
  0x62,0xff,0xba,0x6c,0xcf,0x42,0x00,0x00,0x1b,0xb0,0xb0,0xfd,0x9c,0x13,0x7f,0x11,
  0x16,0xbc,0xe0,0x03,0x6c,0x60,0x58,0x39,0x30,0xaa,0x28,0x6a,0x95,0x8a,0x81,0x14,
  0x75,0x30,0x0a,0x4f,0xf0,0x04,0x33,0xdc,0x02,0x57,0x56,0x90,0xd4,0x46,0x9e,0xd4,
  0x94,0x0d,0x4f,0x90,0xd0,0x39,0x80,0x0d,0x87,0xb7,0xd1,0xd5,0xa6,0x7b,0xe5,0xd5,
  0xb8,0xaa,0x00,0x09,0x9b,0xb0,0x05,0x5e,0xed,0xd5,0x48,0xa0,0x07,0x18,0x78,0x7f,
  0xf8,0xe4,0x5a,0x01,0xcb,0xc3,0x7d,0x91,0x0b,0x3b,0xc0,0x03,0x31,0xcd,0x09,0x32,
  0x00,0x00,0x8b,0x6c,0x90,0x37,0xad,0x1f,0x73,0x20,0x16,0x62,0xe1,0x4a,0x6e,0x70,
  0xbd,0x3d,0x10,0x07,0xa3,0xea,0x09,0xbd,0x85,0x0d,0x56,0x2c,0xae,0x80,0x50,0xae,
  0x45,0x70,0xbb,0x33,0x20,0x68,0x1c,0x40,0x7f,0x01,0x26,0x7d,0x94,0xa6,0xba,0xe5,
  0xba,0x04,0xd9,0xb0,0xa8,0x2d,0x1c,0x63,0xc9,0xea,0xbb,0x0d,0x00,0x0d,0xe1,0xc0,
  0xd5,0x9d,0x00,0xd6,0x5b,0x20,0x06,0xfa,0x9b,0x0d,0xfd,0xda,0x54,0x2b,0x1d,0xb0,
  0x01,0xcc,0x13,0x73,0xd0,0x04,0xc2,0xc3,0xd6,0x3c,0xb0,0x03,0x49,0x00,0x0f,0xc2,
  0xd0,0x0c,0x72,0x5d,0x01,0x78,0xaa,0x24,0x63,0xa1,0x00,0x0c,0x30,0x06,0xa6,0x90,
  0x03,0x3d,0x6d,0x03,0x5f,0x80,0x98,0xe1,0xf6,0x49,0x8d,0x51,0x01,0x71,0x30,0x73,
  0x78,0x50,0x04,0x25,0x90,0x0c,0x2c,0x96,0xd8,0x04,0xed,0x64,0xab,0x15,0x04,0x27,
  0xb0,0xa5,0x30,0xb0,0x02,0xd9,0xf0,0x7c,0xd8,0xc8,0xd8,0x72,0x6a,0x13,0x96,0x30,
  0x0f,0xff,0x90,0x30,0x0b,0xb3,0xb0,0x09,0x9b,0xbd,0x05,0x48,0xb0,0x07,0xed,0x9c,
  0xd5,0xb4,0x76,0xa7,0x02,0x13,0x35,0x57,0x80,0x05,0x4a,0x50,0x47,0xc2,0xb3,0x03,
  0x3b,0xc0,0x09,0x2d,0x40,0x0e,0xdc,0xf0,0x0d,0x98,0xdb,0x01,0xbf,0xed,0x79,0x06,
  0xf1,0x28,0xcf,0x81,0x1b,0x1e,0x11,0x01,0x4e,0x50,0xb9,0x81,0x40,0x03,0x84,0xc0,
  0x08,0x73,0x98,0x06,0xd9,0x20,0x52,0x40,0x20,0x03,0x49,0xf8,0x69,0x39,0xb0,0x0d,
  0x51,0x38,0x6d,0x96,0x88,0xd1,0x96,0xf0,0xdc,0xde,0xe6,0x07,0x64,0xf0,0x0b,0x45,
  0x2a,0x60,0xe0,0x56,0x07,0xb1,0xdc,0x34,0x60,0x10,0x04,0xae,0x10,0xba,0xf1,0x10,
  0x0f,0x8e,0xe0,0x08,0x90,0x70,0xe2,0x90,0x20,0x06,0x77,0x50,0x88,0xe5,0x19,0xb0,
  0xc1,0x4b,0x44,0x5b,0x31,0xcc,0x6c,0xd0,0x02,0x39,0xe0,0x07,0x2f,0x70,0xe3,0xde,
  0xe6,0xde,0x6c,0x9d,0x04,0x09,0x2e,0x0c,0x20,0x40,0x6a,0x92,0xf0,0xc0,0xf8,0x0d,
  0x18,0x80,0xf1,0x26,0x69,0xc1,0x0b,0xd8,0xe0,0x03,0x01,0x4e,0x03,0x3d,0x1d,0x07,
  0x40,0x70,0x07,0x71,0x10,0x07,0xdb,0xd6,0xa6,0x6c,0xe0,0x06,0x17,0xb0,0x08,0x18,
  0x80,0x08,0x84,0xb6,0x65,0x4e,0x36,0x01,0x33,0xa0,0x06,0x32,0xa0,0x6e,0x2b,0x10,
  0x02,0x3a,0xd0,0x90,0x21,0x80,0x07,0x56,0x30,0xa4,0xa3,0xe6,0x6f,0x57,0x12,0x0a,
  0xa0,0x10,0x0b,0xa3,0x70,0x06,0x1e,0xdc,0x0a,0x64,0xdb,0x08,0xf1,0x30,0x0b,0x27,
  0xee,0x08,0x9d,0x30,0x0e,0xbb,0x60,0x8a,0xee,0x6c,0xde,0x76,0xaa,0xc7,0x3d,0x21,
  0x07,0xff,0xf2,0x40,0x05,0x86,0xbe,0x06,0x6b,0x50,0x07,0x63,0xe0,0x06,0x41,0xe0,
  0x04,0x94,0xeb,0xe4,0x40,0xa0,0x0c,0xcd,0xe0,0x09,0x86,0x76,0x5f,0x8b,0xf9,0x29,
  0x80,0x02,0x16,0x76,0x8d,0x6d,0x7c,0xb4,0x06,0xdb,0x30,0x03,0x51,0x1e,0x07,0x5c,
  0x94,0x03,0x40,0x00,0x04,0x39,0xe0,0x04,0x17,0x90,0x0d,0x2c,0x36,0x68,0x1a,0x7e,
  0x07,0x93,0xc6,0x50,0xac,0x69,0x0c,0xbd,0x90,0x0c,0xb9,0xed,0xe4,0x36,0x20,0x8d,
  0x4c,0xf0,0x6e,0xe1,0x06,0x06,0xe3,0x16,0x1b,0x6b,0x80,0x05,0x28,0x10,0x04,0xb9,
  0x0d,0x04,0x0d,0xf8,0x04,0x62,0x20,0x06,0xe3,0x30,0x0e,0xe8,0x00,0x0a,0x56,0xb0,
  0x0b,0xda,0x10,0x6b,0xf8,0xc4,0x74,0x68,0x59,0xda,0x7c,0x23,0x07,0xfa,0x28,0x01,
  0x70,0x34,0x6d,0x5a,0x06,0x96,0x57,0x6d,0xab,0x93,0x43,0x22,0x7d,0xe3,0x25,0x69,
  0x11,0x1b,0xb9,0x50,0x01,0xcc,0xb4,0x08,0x89,0xa0,0x08,0x89,0x90,0x08,0x8b,0x20,
  0x01,0x23,0xd5,0xa8,0x8a,0x17,0x96,0xfd,0x36,0x96,0xb0,0x81,0x06,0xc7,0x54,0x81,
  0xfe,0xe5,0x91,0x02,0xe6,0x64,0x8a,0xa5,0x74,0xe7,0x75,0xef,0x0f,0x0e,0x02,0x5c,
  0x10,0x9b,0xf8,0x09,0x58,0xf3,0xce,0x54,0xb2,0x16,0xe8,0x82,0xbe,0x17,0x73,0x20,
  0xb1,0x7a,0x85,0x01,0x7c,0x15,0xf1,0x7c,0x15,0x58,0x4e,0x0d,0x64,0x0f,0xc2,0x2d,
  0xb2,0x17,0x12,0x0d,0x80,0x5e,0xca,0xa4,0x56,0x5b,0xa5,0x01,0x10,0xef,0x57,0xca,
  0x85,0x59,0xfd,0xf6,0x65,0xbe,0x6b,0xef,0xd1,0xaa,0x56,0x10,0x1f,0xf1,0x81,0x95,
  0x06,0xff,0x19,0x90,0x74,0x42,0xb4,0xf1,0xc7,0x54,0x07,0x50,0xb8,0xf2,0x77,0xc0,
  0x57,0x7f,0x85,0x01,0x3e,0xca,0x53,0xf5,0xd4,0x48,0xe6,0xfd,0xf3,0x98,0xd1,0xf0,
  0x7d,0xb4,0x4c,0x69,0x95,0x56,0xa9,0x9e,0x54,0x07,0x1e,0x4f,0xa1,0x50,0x9a,0x42,
  0x73,0x32,0x17,0x53,0x33,0x8d,0xf5,0x4a,0x11,0xa0,0x4c,0xaa,0xee,0x46,0x20,0xaf,
  0xf3,0x24,0xb5,0x53,0x4a,0xdf,0x49,0x1e,0x5d,0x2e,0xe8,0x05,0x52,0x69,0x95,0x06,
  0x17,0xb0,0x9f,0x49,0x95,0x01,0xa5,0xec,0xce,0x56,0x62,0x4c,0x0b,0x15,0x52,0xfb,
  0xa9,0x53,0xfc,0xa9,0xf5,0x4b,0x45,0x5e,0xb2,0x96,0xc7,0xd4,0xde,0x13,0xef,0xb0,
  0xf1,0x09,0x55,0x01,0x99,0x40,0x56,0x7c,0x4f,0x56,0xf7,0x95,0x94,0x5c,0x12,0xee,
  0xec,0x12,0x12,0xff,0xbe,0x50,0x12,0x35,0xb5,0x88,0xbf,0x5d,0x9b,0x84,0x89,0x74,
  0x71,0x4b,0x63,0xa5,0x4c,0x90,0x9f,0x4c,0xc9,0x84,0xf0,0x31,0x24,0xf3,0x8e,0x5b,
  0x07,0xdb,0x85,0xf9,0xdb,0xb5,0xf9,0x8a,0xbf,0x5a,0x99,0xfc,0xf3,0xe6,0xad,0x19,
  0x4e,0x91,0x17,0xb8,0xe4,0x48,0xa5,0x7f,0xfa,0xff,0x86,0x76,0x07,0x23,0x29,0x96,
  0x93,0xf6,0xcb,0xca,0xf7,0x34,0x96,0x50,0xe8,0xe4,0xbb,0xe3,0xb2,0xf1,0xd0,0xab,
  0xac,0x9d,0xa4,0x50,0xca,0x8a,0xf6,0x9e,0x83,0x4b,0xcb,0x2a,0x56,0xc0,0x2f,0x56,
  0x04,0x05,0xfa,0xa1,0x2f,0x33,0x5e,0xd1,0x19,0x41,0x11,0x37,0xea,0x41,0xdb,0xb2,
  0x57,0x34,0x51,0x6f,0xfb,0xa8,0x3f,0xbc,0x0c,0x53,0x2c,0x65,0x02,0xfa,0x1e,0x6d,
  0xde,0xff,0x56,0x98,0x17,0x68,0x70,0x4b,0xa8,0xcf,0xfd,0xdd,0x4f,0xfc,0x0b,0xef,
  0x17,0x41,0xb3,0x25,0x5f,0x41,0xe4,0x41,0x63,0x30,0xe3,0xbf,0x25,0xcc,0xc9,0xb9,
  0x29,0x02,0x1c,0x08,0xd2,0x12,0xee,0xaf,0x34,0x3a,0xd3,0x32,0xa8,0xd2,0xbf,0x66,
  0x0d,0xfe,0xa0,0x8f,0xfe,0xe5,0x3f,0xfe,0x22,0x92,0xdf,0x06,0xb3,0xff,0x00,0xa1,
  0x60,0x81,0x02,0x5b,0x05,0x0d,0x0a,0x34,0x98,0x30,0xe1,0x02,0x5b,0x0c,0x17,0x38,
  0x7c,0x08,0x31,0xe2,0xc4,0x89,0x0c,0x28,0x3e,0x7c,0xb7,0x20,0xe3,0x3b,0x8e,0x1d,
  0xdf,0x59,0x64,0xc0,0xe0,0x23,0xc8,0x90,0x23,0x43,0x9e,0x44,0x99,0x52,0x65,0xc8,
  0x06,0x0c,0x5a,0x36,0x78,0xe9,0x52,0x8e,0x4b,0x98,0x35,0x6d,0xda,0xb4,0xa5,0x40,
  0x67,0x4e,0x9e,0x04,0x7d,0xf2,0x04,0x9a,0x90,0x60,0xc1,0xa1,0x39,0x07,0x0e,0x34,
  0x8a,0x50,0xa1,0x41,0x87,0x0d,0x9d,0x5e,0x84,0x7a,0x31,0xa3,0x46,0x91,0x20,0x3f,
  0x2e,0x00,0x89,0xf5,0xe3,0x48,0xae,0x25,0xab,0x7a,0x5d,0x19,0xd6,0xe5,0x58,0x96,
  0x65,0x6f,0x36,0x90,0x03,0x93,0xe6,0x59,0x9d,0x43,0x7f,0xba,0xed,0x09,0xd4,0x67,
  0x51,0xba,0x48,0x99,0x2e,0xbd,0xfb,0x54,0xef,0xc3,0x86,0x51,0xa3,0x72,0xb4,0x88,
  0x95,0xea,0xc3,0xaf,0x80,0x05,0x9f,0xc4,0x4a,0x52,0xec,0x62,0x94,0x2f,0x1d,0xc7,
  0x44,0x2b,0xf3,0xf1,0xd9,0xb8,0x70,0x7f,0xc6,0x0d,0x7a,0x30,0xe9,0x5d,0x87,0x45,
  0xf1,0x32,0xdc,0xeb,0x57,0xb4,0xe0,0xa9,0x82,0x4d,0x67,0xd5,0x9a,0xd2,0x64,0xd7,
  0xaf,0xfe,0x2b,0x5b,0xba,0x26,0x3b,0x76,0xe6,0x59,0xda,0x37,0x77,0xbe,0xcd,0x39,
  0x47,0xe0,0xdb,0x81,0x08,0x2f,0x3b,0xdd,0x4d,0x14,0xf4,0x1c,0xa7,0xc5,0x0b,0x82,
  0x96,0x48,0xb1,0xef,0x68,0x8c,0x83,0x4f,0x2f,0xc0,0x95,0x38,0xf1,0xd5,0xaa,0x5b,
  0x5b,0x33,0x6e,0x3c,0x16,0xf2,0xda,0xb4,0x90,0xd3,0x4a,0xae,0x6d,0xb9,0xb2,0xdd,
  0xe0,0x0c,0x77,0x9b,0xcf,0xa9,0x54,0x2f,0x70,0xd0,0xeb,0xf9,0x46,0x5c,0xce,0x9c,
  0x22,0x6a,0x91,0x87,0xa5,0x5b,0x57,0x8c,0x1f,0xa5,0x49,0xb1,0xaf,0x4f,0x6e,0x7f,
  0xed,0x31,0xee,0x6a,0x83,0x69,0xbc,0xf3,0x82,0x3b,0x10,0x29,0x82,0xec,0xea,0xec,
  0xa8,0x04,0xf7,0x7a,0x2a,0x39,0xf9,0xa2,0x0a,0x6c,0xab,0xc3,0xac,0x93,0x2e,0x3f,
  0xb0,0xb0,0x0b,0x6b,0x3b,0xed,0xd6,0x02,0x6f,0x32,0xda,0xe8,0x22,0xaa,0xb2,0x83,
  0x1c,0x6c,0x6a,0x33,0x08,0x53,0x2c,0xae,0xa9,0xf7,0xe2,0x9b,0x90,0xa2,0x8c,0x2c,
  0x9a,0xd1,0xb0,0xac,0x6e,0x0c,0x69,0x3a,0x0e,0x61,0x8b,0x49,0x3b,0x00,0xd1,0x52,
  0x8b,0x40,0x9c,0x78,0xfb,0xac,0xa1,0xf3,0x4a,0x3c,0x12,0x3d,0xbc,0x56,0x9c,0x68,
  0x39,0x18,0x63,0xa4,0xb1,0xa3,0x1c,0x6f,0xfc,0x28,0xba,0xfd,0xc0,0xe2,0x6f,0xc3,
  0xc5,0xfc,0xeb,0x11,0x32,0x20,0xd7,0x12,0x12,0x26,0xcf,0x2a,0x7b,0x6b,0xc1,0x07,
  0x99,0x42,0xa8,0x3d,0xe4,0x42,0x0b,0x4d,0xc2,0x18,0x39,0xd2,0x28,0xce,0xc0,0xac,
  0xaa,0x2a,0x43,0xd6,0x76,0xe4,0xf1,0x43,0x2f,0x83,0x0c,0xf3,0xa6,0xf1,0x16,0x32,
  0xfe,0xf2,0xa8,0xdc,0x02,0x15,0xf4,0x38,0x40,0x0d,0x75,0xf1,0xb8,0x17,0x63,0xf4,
  0x8b,0x4e,0xea,0xec,0x63,0x00,0x17,0xc5,0x0a,0xc3,0x93,0x31,0xc7,0xb8,0x03,0xb3,
  0xbb,0x9a,0x34,0xf5,0x73,0xcc,0x23,0xcb,0xcb,0xab,0x41,0xf5,0xda,0x63,0x32,0xb9,
  0x27,0xdf,0xd4,0x08,0x43,0x38,0x01,0xc3,0xcf,0x3a,0x57,0xb5,0xac,0xd4,0x47,0xef,
  0x5a,0x9a,0x0d,0xa6,0xef,0xfa,0x14,0x53,0xb3,0x03,0x03,0x45,0x92,0x3c,0x88,0x8c,
  0x73,0x6f,0xc5,0x08,0x19,0xad,0x68,0x46,0x8c,0x6c,0x84,0x34,0xb5,0x49,0x63,0x55,
  0xc9,0xc3,0x2f,0x45,0x04,0xb3,0x4f,0xcd,0xf0,0x22,0x0e,0xd0,0x42,0x49,0x35,0x14,
  0xc2,0x61,0x9d,0x24,0x56,0x46,0xd3,0x3c,0x4a,0x6c,0x43,0xfc,0x32,0x94,0x34,0x4b,
  0x3c,0xb9,0xd4,0xf3,0xac,0x68,0xa5,0x1d,0x53,0x38,0xe1,0x7c,0xcb,0x4b,0xa1,0x14,
  0x13,0x75,0xb3,0xde,0x09,0xa5,0x1c,0x8c,0x46,0x91,0x3c,0xc2,0x77,0xca,0x2b,0x99,
  0xfd,0x4f,0x4f,0x9a,0xd2,0xba,0x95,0x53,0x5c,0x1b,0x18,0xf4,0x37,0x77,0x0f,0x2d,
  0x32,0xd4,0x6d,0x5d,0xec,0xb6,0xa2,0x38,0x3b,0x4a,0xad,0xc6,0xea,0x28,0xbd,0x18,
  0x25,0x49,0x99,0x0d,0x90,0xa5,0xc8,0x26,0x23,0xf8,0x60,0x84,0x15,0xa8,0x16,0xd8,
  0xe3,0x12,0x54,0x2f,0x5e,0x88,0xe3,0x3b,0x35,0x62,0xd2,0x30,0xdc,0x97,0xd5,0x47,
  0x33,0x36,0xd7,0x5c,0x0e,0x6b,0x12,0x18,0xc8,0x4d,0x41,0x96,0x16,0x2f,0x94,0x7f,
  0x65,0x91,0xde,0x60,0x81,0x76,0x39,0xa2,0x8d,0x9a,0x33,0x56,0xe6,0xeb,0xa6,0xfe,
  0x5c,0x2d,0x52,0x80,0x63,0x93,0xd5,0x26,0xc9,0xd6,0xed,0x53,0xe1,0xa5,0xd6,0xbc,
  0x5a,0x58,0xa2,0x8b,0xbe,0xa8,0x3a,0x29,0x6b,0x9c,0xd9,0x46,0xfd,0x56,0xb2,0x79,
  0x4b,0x8f,0x83,0xd4,0xae,0x56,0x9d,0x45,0x2e,0x30,0xdb,0x25,0x4f,0x3c,0x54,0xcd,
  0x52,0x87,0x75,0x39,0x30,0xa4,0xc1,0xfe,0x9a,0x55,0xaf,0xee,0x2c,0x1b,0x3b,0x74,
  0x7d,0x9c,0xda,0x56,0xb6,0x71,0x7a,0xbb,0x48,0x6c,0xb5,0x6e,0xd2,0x5e,0x46,0x37,
  0x7a,0x75,0x2b,0xb1,0x4d,0x3a,0x0c,0x63,0xd5,0x2a,0xed,0x18,0xe7,0x4b,0x07,0x3f,
  0x8b,0x17,0x84,0x0b,0x67,0xd8,0x61,0x26,0xe9,0x56,0x7c,0xb4,0x1b,0x25,0x36,0xf6,
  0x62,0x29,0x55,0xea,0x9b,0x72,0xc0,0x27,0xa3,0x09,0x3c,0xaa,0x85,0xe4,0xbc,0x73,
  0x7a,0x17,0x55,0x2e,0xf4,0x7b,0x53,0x2d,0x5d,0xdf,0x93,0x66,0x36,0xfd,0xe9,0x0e,
  0x2f,0x07,0xb1,0x36,0x83,0xc3,0xe4,0x05,0x82,0xd8,0xdd,0x46,0x74,0x3d,0xc4,0xb9,
  0x3e,0x76,0x74,0x8b,0xac,0x3c,0x8d,0xbf,0xae,0x52,0x8f,0x15,0xc0,0xd6,0x6d,0xba,
  0x75,0x70,0x5e,0x34,0x37,0xfe,0xed,0xa0,0xb3,0x15,0x5a,0xa2,0x96,0x8b,0x66,0x5c,
  0xce,0x99,0x75,0x54,0x56,0x7a,0xdf,0xcd,0xca,0xb9,0xbb,0xeb,0x31,0xd7,0x5c,0xf3,
  0xcd,0x63,0x9f,0x3d,0x79,0xa8,0xc6,0x5f,0x9c,0x30,0x48,0x63,0xe6,0x3d,0x5c,0x2c,
  0x61,0xe5,0x58,0xba,0x02,0x87,0xb9,0x9b,0x40,0x00,0x26,0x06,0xe4,0xdc,0xbc,0xdc,
  0xb3,0xb2,0xf7,0x30,0x0f,0x69,0x17,0xaa,0xd3,0x85,0x5e,0x45,0xa5,0xa5,0xfe,0xf9,
  0xce,0x4b,0xd7,0xd3,0x54,0xf6,0x30,0x67,0xc0,0x03,0x36,0xcc,0x38,0x6b,0x9a,0x5d,
  0x03,0xf1,0x27,0x1f,0xbd,0xd9,0x07,0x4e,0x93,0x42,0xd6,0xb2,0x2a,0x08,0xb0,0xca,
  0xa5,0xcd,0x72,0xc3,0x83,0x5f,0x03,0xba,0xc7,0x19,0xad,0x21,0xaa,0x76,0xf0,0x71,
  0xa0,0xd1,0x2a,0x36,0x41,0x08,0x4e,0x8e,0x7a,0xd5,0x13,0xe0,0xb3,0xd6,0xf5,0x3a,
  0x02,0x19,0x90,0x83,0xc9,0xab,0x61,0xf8,0x22,0x34,0x42,0xf9,0xb4,0xe6,0x2a,0x53,
  0xd1,0x17,0xee,0x2e,0x56,0xb1,0x15,0x5a,0xf0,0x7d,0x2f,0x81,0xa1,0xe5,0xd8,0xc6,
  0x41,0x03,0xf2,0xc2,0x16,0x73,0x48,0x54,0x12,0x1b,0x08,0x31,0x07,0xc2,0x89,0x74,
  0xbb,0xdb,0x57,0x1a,0x7b,0x58,0x45,0x0b,0x5a,0xef,0x82,0x7c,0xda,0x60,0x4d,0xba,
  0x48,0x1c,0xa1,0xcd,0x6d,0x6b,0x39,0x64,0xdc,0xde,0x48,0x93,0x2a,0xad,0x8c,0x0d,
  0x8d,0xbd,0xfb,0x61,0x7f,0x56,0x27,0x22,0x02,0x16,0xf0,0x80,0x30,0x41,0x03,0x1d,
  0x41,0xb8,0x44,0xa2,0x31,0xb1,0x5b,0xa3,0xd3,0x5f,0xc6,0xd0,0x68,0x23,0x3a,0xfd,
  0xcb,0x8a,0x97,0x83,0x23,0x03,0x6e,0x45,0xc4,0x3e,0x71,0x51,0x86,0x5e,0x04,0x23,
  0xf8,0xda,0x94,0xc3,0xbf,0xe8,0x8f,0x8f,0x16,0xca,0x4a,0xe9,0x22,0x07,0xc0,0xf5,
  0xb1,0x0f,0x6d,0xaf,0x24,0x24,0x01,0x39,0x28,0xc3,0x06,0x68,0x8e,0x8e,0x2d,0x22,
  0x63,0xa9,0x1c,0x58,0x9f,0x28,0xa5,0xf0,0x2a,0xfe,0xf3,0x21,0x2b,0x5b,0x79,0x3d,
  0x0c,0xd2,0x86,0x93,0xb5,0xd9,0x9e,0xfc,0xb8,0x57,0xcb,0x06,0x00,0x80,0x8d,0x91,
  0xf6,0x72,0x24,0x73,0x2a,0x64,0x18,0xdc,0x9d,0xf0,0x3e,0x86,0x99,0xe0,0x30,0xf3,
  0x14,0x24,0xf7,0x61,0x71,0x6d,0x6c,0x93,0x1f,0x2d,0x8d,0x28,0x43,0x30,0x86,0x52,
  0x7c,0x37,0xb4,0xdd,0xe2,0x54,0x19,0x49,0x2a,0x3a,0xaa,0x82,0xc0,0xd4,0xa6,0x80,
  0xbc,0x79,0xcc,0xc1,0xa1,0x81,0x96,0xf1,0x83,0xc9,0x1c,0xca,0x89,0x43,0x67,0x92,
  0xb2,0x58,0xaa,0x04,0x24,0xbf,0x26,0x15,0x2e,0x65,0x69,0x33,0x60,0x6a,0x59,0xdd,
  0xc0,0xd6,0x96,0x45,0x02,0x6d,0xcf,0x26,0xe3,0x84,0xc0,0x02,0xc0,0xc8,0xcf,0x74,
  0x72,0x6d,0x55,0x1e,0x89,0xd2,0xcb,0xa8,0xe3,0xaa,0x19,0x09,0xb3,0x95,0x95,0x9b,
  0xe7,0x4d,0xba,0xa9,0x3d,0x66,0x7e,0x12,0x02,0xcb,0x84,0x40,0x40,0x00,0x00,0x3b
  };


int main(int argc,char **argv){
  FXApp application("Hello2","FoxTest");
  application.init(argc,argv);
  FXMainWindow *main=new FXMainWindow(&application,"Hello",NULL,NULL,DECOR_ALL);
  FXIcon *icon=new FXGIFIcon(&application,FRONT,0,IMAGE_KEEP);
  new FXButton(main,"&Hello, World!\tWow, FOX is really cool!\nClick on the icon to quit the application.",icon,&application,FXApp::ID_QUIT,ICON_UNDER_TEXT|JUSTIFY_BOTTOM);
  new FXTooltip(&application);
  application.create();
  main->show(PLACEMENT_SCREEN);
  return application.run();
  }