//------------------------------------------------- // Shenzhen TOPWAY Technology Co.,Ltd. // System: AT89S52(12MHz) // LCD Module: Color TFT 320x240 + TCB8000A // Display Size: 320(x3)x240 (16bit color) // Driver/Controller: T8000 // Interface: 80mode 1bit Addressing mode // by: GuoQ // Date: 2010-11-3 // note:set RD=1 //------------------------------------------------- #include #include #include #define uchar unsigned char // 8bit, 0 ~ 255 #define uint unsigned int // 16bit, 0 ~ 65,535 #define ulong unsigned long // 32bit, 0 ~ 4,294,967,295 #define LCDBUS P1 sbit _CS = P3^4; sbit _RES = P3^5; sbit A1 = P3^6; sbit _WR = P3^7; sbit _RD = P3^1; #define RED 0xf800 #define GREEN 0x07e0 #define BLUE 0x001f #define YELLOW 0xffe0 #define CYAN 0x07ff #define MAGENTA 0xf81f #define BLACK 0x0000 #define WHITE 0xffff // Image size:160 X 120 X 16BPP=38400 bytes. // 4 bytes=P(x,y)+P(x+1,y) // Data format: 4 bytes(2 pixels)=RRRRRGGG,GGGBBBBB,RRRRRGGG,GGGBBBBB uchar code pic01[]={ 0xf6,0x2a,0xed,0x87,0xcc,0x63,0xdc,0x85,0xed,0x27,0xe5,0x05,0xdd,0x46,0xdd,0xa9, 0xf6,0x2f,0xdd,0x8c,0xe6,0x2d,0xee,0x90,0xde,0x30,0xde,0x52,0xe6,0x94,0xfd,0xf0, 0x9b,0x02,0xab,0xa2,0xed,0xea,0xdd,0xae,0xc5,0x2e,0xa4,0xad,0x94,0x4c,0x9c,0x6d, 0xac,0x8d,0x94,0x2b,0xa4,0xcf,0xc5,0x30,0xad,0x10,0xb5,0x72,0xb5,0x71,0xbd,0x2f, 0xac,0xad,0xbc,0xcd,0xac,0x4d,0xbc,0xcf,0xb5,0x0f,0xac,0xf0,0x9c,0x6e,0xac,0xef, 0xa4,0xcd,0xc5,0xd1,0xbd,0xf3,0xbd,0xd1,0x94,0xad,0xbd,0xb1,0x9c,0x4d,0x94,0x2b, 0xc5,0x4f,0x94,0x09,0xad,0x2d,0xc5,0x30,0xc5,0x2f,0xbd,0x2e,0xb4,0xed,0xac,0xac, 0x9c,0x6c,0xbd,0x2f,0xb5,0x0e,0xac,0xcd,0x9c,0x4a,0x9c,0x09,0xac,0x6a,0xbc,0xac, 0xbc,0xac,0xac,0x4a,0x93,0xa7,0xb4,0xac,0xb4,0xab,0xb4,0xcb,0xbc,0xec,0xc5,0x0c, 0xc5,0x0d,0xc5,0x2c,0xbd,0x0c,0xa4,0x29,0xb4,0x8a,0xc5,0x2d,0xc5,0x4d,0xc5,0x4d, 0xcd,0x6d,0xcd,0x8d,0xcd,0x6e,0xcd,0x6e,0xcd,0x4d,0xcd,0x4d,0xc5,0x4d,0xac,0x69, 0xb4,0x8a,0xcd,0x4d,0xc5,0x0b,0xb4,0xcb,0xa4,0x29,0x83,0x46,0x8b,0x67,0xc4,0xec, 0xb4,0xcb,0xb4,0xab,0xbd,0x0d,0xb4,0xcc,0xa4,0x29,0xcd,0x0d,0xcd,0x2d,0xcd,0x4d, 0xcd,0x4d,0xcd,0x4d,0xcd,0x4d,0xcd,0x2d,0xc5,0x6e,0xcd,0x2d,0xcd,0x4d,0xd5,0x6d, 0xcd,0x6d,0xd5,0x6d,0xc5,0x4c,0xcd,0x4d,0xc5,0x4c,0xc5,0x6d,0xc5,0x6d,0xcd,0x6d, 0xcd,0x6d,0xcd,0x6d,0xcd,0x4c,0xcd,0x4c,0xcd,0x4c,0xcd,0x4c,0xcd,0x4c,0xcd,0x2d, 0xd5,0x4c,0xd5,0x4c,0xcd,0x4b,0xcd,0x2b,0xcd,0x4b,0xcd,0x6c,0xcd,0x4b,0xcd,0x2b, 0xcd,0x2b,0xcd,0x2b,0xbd,0x0a,0xcd,0x2b,0xcd,0x4c,0xcd,0x6c,0xcd,0x6c,0xcd,0x4d, 0xcd,0x6d,0xcd,0x6d,0xcd,0x4c,0xcd,0x6d,0xcd,0x0c,0xb4,0x69,0x93,0x65,0xdd,0xcf, 0xcd,0x2c,0xac,0x28,0xab,0xe7,0xa3,0xc7,0xac,0x08,0xbc,0x49,0xcc,0xca,0xdd,0x6b, 0xe5,0x26,0xed,0x88,0xdc,0xe6,0xcc,0x43,0xe4,0xc5,0xe5,0x26,0xf5,0xc9,0xe5,0x68, 0xd4,0xa5,0xd4,0xa7,0xbc,0x45,0xd4,0xe9,0xdd,0x4b,0xcd,0x2a,0xd5,0x6c,0xdd,0xad, 0xe5,0x6d,0x9b,0x42,0xcc,0xe5,0xc4,0xa4,0xd5,0x29,0xbc,0xeb,0x94,0x0a,0x94,0x6e, 0x94,0x4e,0xa4,0xf0,0x9d,0x11,0xac,0xf0,0x8c,0x4f,0x95,0x12,0xa5,0x52,0x9c,0xaf, 0x94,0x4d,0xa4,0x8d,0xa4,0x8e,0xac,0xcf,0xa4,0xd0,0xa5,0x11,0xac,0xf0,0xa4,0x8e, 0xac,0x8d,0xac,0xae,0xb5,0x72,0xbd,0xd2,0xbe,0x12,0xad,0x0e,0xa4,0x8d,0x93,0xaa, 0xb4,0xac,0xbd,0x6e,0xa5,0x0d,0x8b,0xeb,0xb4,0xf0,0xa4,0x4c,0xa4,0xcd,0xa4,0xee, 0x9c,0x4d,0xb5,0x31,0xb5,0x0f,0xb4,0xad,0xb4,0xad,0xb4,0xac,0xac,0x4a,0x9b,0xaa, 0xa4,0x0b,0x82,0xe6,0x8b,0x48,0xac,0x4c,0xa4,0x2a,0xa4,0x2a,0x9b,0xe9,0x9b,0xc9, 0xa4,0x0b,0xa4,0x2b,0xa4,0x4a,0x93,0xa8,0xa4,0x29,0x9b,0xe9,0x9c,0x29,0x9b,0x88, 0xa3,0xc8,0xa3,0xe8,0xac,0x29,0xa4,0x0a,0xa4,0x2a,0xac,0x8b,0xcd,0x4e,0xd5,0x8f, 0xcd,0x6e,0xd5,0x6e,0xcd,0x6e,0xc5,0x4d,0xa4,0x6a,0x7a,0xc5,0xb4,0x4b,0xc4,0xcb, 0xbc,0xab,0xbc,0xab,0xb4,0x6a,0xcd,0x8f,0xdd,0xf0,0xc5,0x2d,0xcd,0x4d,0xcd,0x4d, 0xcd,0x4d,0xc5,0x2d,0xcd,0x2d,0xcd,0x6f,0xb5,0x0e,0xbd,0x0e,0xbd,0x2d,0xc5,0x4d, 0xc5,0x6e,0xcd,0x8e,0xc5,0x2d,0xd5,0x8f,0xc5,0x6e,0xc5,0x4e,0xcd,0x6e,0xd5,0x8e, 0xd5,0x6e,0xd5,0x6d,0xcd,0x4c,0xd5,0x6d,0xd5,0x8d,0xcd,0x6d,0xcd,0x8e,0xcd,0x4e, 0xcd,0x4d,0xd5,0x8d,0xcd,0x6d,0xd5,0x8d,0xcd,0x4d,0xcd,0x4d,0xcd,0x8d,0xd5,0x6d, 0xd5,0x6d,0xd5,0x4d,0xcd,0x2b,0xcd,0x4c,0xd5,0x4d,0xcd,0x2c,0xcd,0x4c,0xcd,0x4d, 0xcd,0x4d,0xd5,0x6d,0xcd,0x4d,0xcd,0x2c,0xcd,0x2b,0xcd,0x4c,0xc5,0x0b,0xd5,0xad, 0xcd,0x2c,0xcd,0x2c,0xd5,0x4c,0xd5,0x6d,0xc4,0xec,0xc4,0xeb,0xbc,0xca,0xc4,0xea, 0x9b,0x65,0xc5,0x28,0xd5,0x88,0xb4,0x63,0xbc,0xe4,0xc5,0x25,0xbc,0xc5,0xcd,0x06, 0xcd,0x06,0xcd,0x06,0xd4,0xc8,0xb4,0x46,0xcd,0x09,0xbc,0xc8,0xb4,0x87,0xac,0x67, 0xac,0x69,0xa4,0x28,0xa4,0x06,0x8a,0xe1,0x92,0xc1,0xbc,0x47,0x9c,0x09,0xa5,0x10, 0x94,0xb0,0xa5,0x32,0xb5,0xb4,0xbd,0xd5,0x73,0xcd,0x95,0x13,0xa5,0xb5,0x94,0xf1, 0x94,0xb0,0x94,0x6e,0x94,0x8f,0x94,0x8f,0x8c,0x4d,0x94,0x6e,0x8c,0x0d,0x9c,0x2d, 0x93,0xeb,0x93,0xeb,0x7b,0xeb,0x84,0x0c,0x8c,0x4d,0x83,0xea,0xa4,0xcd,0xa4,0x6d, 0x94,0x4b,0x8c,0x4a,0x94,0xac,0x83,0xaa,0x83,0x8b,0x73,0x08,0x94,0x6c,0x94,0x4b, 0x6a,0xe7,0x7b,0x4a,0x9c,0x6d,0x93,0xea,0xa4,0x2a,0x9c,0x0a,0xa4,0x6b,0x7b,0x08, 0xac,0x4d,0x7a,0xc7,0xac,0x4c,0xbc,0xac,0xac,0x6b,0xb4,0xcd,0xb4,0xad,0xac,0x8c, 0xac,0xae,0x93,0xcb,0x93,0xaa,0x83,0x07,0x93,0xa9,0xac,0x6d,0xb4,0xcf,0x82,0xc6, 0xa3,0xa8,0xb4,0x09,0x8b,0x04,0x9b,0xa8,0xa4,0x2a,0xac,0x6b,0xc5,0x2d,0xc5,0x6e, 0xb4,0xcd,0xc5,0x2f,0xcd,0x8e,0xcd,0x6e,0xc5,0x4d,0xbd,0x0d,0xbc,0xcc,0xb4,0x8b, 0xac,0x4a,0xac,0x2a,0xa4,0x09,0xb4,0xcc,0xcd,0x8f,0xc5,0x4d,0xc5,0x4d,0xc5,0x2d, 0xcd,0x2d,0xc5,0x2d,0xc5,0x4e,0xcd,0x6f,0xb4,0xac,0xc5,0x2f,0xbc,0xef,0xbc,0xed, 0xcd,0x4e,0xd5,0x4e,0xcd,0x6e,0xbd,0x2d,0xbd,0x0d,0xc5,0x2e,0xbc,0xec,0xbd,0x2d, 0xc5,0x6e,0xc5,0x2d,0xc5,0x0d,0xbc,0xeb,0xc5,0x2c,0xcd,0x6d,0xcd,0x6d,0xcd,0x4e, 0xc5,0x4c,0xcd,0x4c,0xc5,0x2b,0xc5,0x2d,0xcd,0x6d,0xd5,0x8e,0xd5,0x8e,0xd5,0x8e, 0xd5,0x8e,0xcd,0x4e,0xd5,0x6d,0xd5,0x6d,0xd5,0x6d,0xcd,0x4c,0xc5,0x2c,0xcd,0x6e, 0xcd,0x6e,0xcd,0x6d,0xcd,0x8e,0xd5,0xcf,0xd5,0x8e,0xd5,0x4d,0xcd,0x2d,0xd5,0x4d, 0xcd,0x2c,0xcd,0x4c,0xcd,0x6c,0xcd,0x6c,0xcd,0x6d,0xcd,0x4d,0xcd,0x6e,0xcd,0x2b, 0x51,0x80,0x7a,0xa0,0x9b,0xc2,0x8b,0x61,0x8b,0x41,0xab,0xe3,0xa3,0x83,0x93,0x21, 0x82,0xc0,0x7a,0xa0,0x82,0x60,0x9b,0x84,0x9b,0x85,0x93,0x86,0x9b,0x87,0x93,0xa6, 0x93,0x85,0x93,0x03,0x9b,0x03,0x82,0x40,0x7a,0x20,0x93,0x64,0xac,0x8a,0xb5,0x4f, 0x9c,0x8d,0x9c,0xae,0xa5,0x30,0x9c,0xcf,0x94,0xf0,0x9d,0x53,0x9d,0x53,0x8c,0xb1, 0x7c,0x0e,0x9d,0x11,0x73,0x8b,0x6b,0x2a,0x8c,0x2c,0x83,0xeb,0x8c,0x0c,0xa4,0x8e, 0x9c,0x6c,0x94,0x2b,0x84,0x0b,0x7b,0xab,0x63,0x08,0x7b,0x69,0x94,0x0a,0x83,0xc9, 0x8c,0x29,0x8c,0x8a,0x8c,0x4a,0x83,0x6a,0x7b,0x4a,0x83,0xeb,0x9c,0xed,0x94,0x6b, 0x7b,0x49,0x83,0x8a,0xb5,0x4f,0xa4,0x6c,0x93,0xc9,0x93,0xea,0x83,0xa9,0x94,0x2b, 0x9c,0x2c,0x83,0x49,0x9b,0xaa,0x9b,0xc9,0x93,0xa8,0x9c,0x2b,0xa4,0x6c,0x9c,0x4b, 0x9c,0x4b,0x94,0x0b,0x93,0xca,0x93,0xeb,0x8b,0xaa,0x8b,0xca,0x93,0xeb,0x93,0xaa, 0x9b,0xaa,0x9b,0x69,0x9b,0x89,0xa4,0x2b,0xa4,0x2b,0xb4,0xcd,0xbd,0x0e,0xb4,0xee, 0x8b,0xcb,0x83,0xaa,0xb5,0x2f,0xbd,0x2f,0xbd,0x2e,0xc5,0x6f,0xbd,0x4d,0xc5,0x6e, 0xcd,0x6e,0xc5,0x0d,0xb4,0xab,0xac,0x8a,0xac,0xab,0xbc,0xec,0xc5,0x4d,0xbc,0xed, 0xbc,0xcc,0xc5,0x0e,0xc5,0x4e,0xc5,0x4e,0xb4,0xac,0xa4,0x2b,0xb4,0xce,0xa4,0x4b, 0x9b,0xc9,0xc4,0xcd,0xb4,0xab,0xa4,0x8a,0xac,0x8a,0xbd,0x0d,0xac,0x8a,0xac,0xab, 0xbd,0x0d,0xbd,0x2e,0xb4,0x8c,0xc5,0x2d,0xc5,0x2c,0xc5,0x4d,0xc5,0x2d,0xbc,0xed, 0xbd,0x0c,0xc5,0x2d,0xc5,0x2d,0xbc,0xed,0xc5,0x2d,0xcd,0x8e,0xcd,0x6e,0xbc,0xcc, 0xb4,0xcc,0xac,0x6b,0xc5,0x0d,0xc5,0x2d,0xcd,0x6d,0xbc,0xec,0xc5,0x4d,0xbd,0x0c, 0xc5,0x0b,0xcd,0x4c,0xd5,0x8e,0xcd,0x6e,0xcd,0x6e,0xcd,0x4d,0xcd,0x4e,0xcd,0x2d, 0xc5,0x0c,0xbc,0xeb,0xac,0x4a,0x9b,0xa9,0x8b,0x68,0x83,0x48,0x8b,0x69,0xa3,0xe6, 0xab,0xa5,0xb4,0x05,0xbb,0xe5,0x9a,0xe2,0xbb,0xa5,0xb3,0x64,0xab,0x64,0xb3,0x84, 0xab,0x84,0x9b,0x23,0xa3,0x44,0x93,0x04,0xab,0xc8,0xa3,0xa8,0xa3,0xe9,0xc4,0xcb, 0x82,0x41,0x8a,0x21,0xc4,0x08,0xb4,0x06,0x93,0xe7,0xa4,0xcb,0xa4,0xec,0x8c,0x29, 0x8c,0x08,0x8c,0x08,0x84,0x09,0x8c,0x2a,0x8c,0x4c,0x73,0xaa,0x84,0x4e,0x7b,0xac, 0x84,0x0c,0x9c,0xce,0x7b,0x89,0x73,0x69,0x94,0x6b,0x8c,0x29,0x8b,0xe9,0x6b,0x06, 0x8b,0xe8,0x8b,0xc8,0x8c,0x2b,0x8c,0x0b,0x83,0xa9,0x94,0x0a,0xb4,0xac,0xa4,0xea, 0xa5,0x0a,0xa5,0x2b,0x94,0xaa,0x83,0xc9,0x9c,0x6c,0xa5,0x2d,0xad,0x6d,0xa5,0x2c, 0x94,0x2b,0xa4,0x6d,0xb5,0x4e,0x9c,0x8b,0x7b,0xa8,0x8b,0xca,0x83,0x8a,0xa4,0x8c, 0x8b,0xeb,0x8b,0xac,0x8b,0x8c,0x9b,0xcc,0x93,0xa9,0x9b,0xca,0x8b,0x48,0x93,0xea, 0x8b,0xca,0x7b,0x47,0x83,0xa8,0x62,0xa7,0x6b,0x09,0x73,0x28,0x83,0xc8,0x7b,0x69, 0x72,0xe8,0x83,0x29,0x8b,0x8b,0x72,0xe9,0x73,0x09,0x52,0x45,0x83,0xcb,0x7b,0x8b, 0x6b,0x2a,0x6b,0x2a,0x73,0x6b,0x7b,0xcd,0x83,0xcc,0x9c,0x6c,0xac,0xad,0xbd,0x4e, 0xbd,0x2d,0xc5,0x4d,0xcd,0x4d,0xcd,0x4d,0xcd,0x6d,0xcd,0x6d,0xb4,0xcb,0xa4,0x6a, 0xac,0xcc,0xbd,0x0d,0xac,0xcc,0xc5,0x4e,0xc5,0x8e,0xac,0xcd,0x93,0xea,0xb4,0xad, 0xac,0x8c,0xbc,0xee,0xb4,0xad,0xb4,0xcd,0xa4,0x6a,0xc5,0x4e,0xbd,0x0d,0xb4,0xad, 0xb4,0xcd,0xbc,0xee,0xbc,0xed,0xbd,0x0d,0xbd,0x0d,0xb4,0xcd,0xb4,0xcd,0xb4,0xce, 0xb4,0xed,0xbd,0x0e,0xb4,0xed,0xb4,0xcd,0xc5,0x4f,0xcd,0x6f,0xac,0xac,0x9b,0xea, 0xac,0x8c,0x93,0xc9,0xb4,0xac,0xb4,0xcd,0xac,0xac,0xac,0xcc,0xb5,0x0d,0xc5,0x4d, 0xc5,0x2c,0xc5,0x0c,0xac,0x29,0x9b,0xc9,0x8b,0xa7,0x8b,0xa7,0x93,0xc8,0x8b,0xa7, 0xc5,0x4d,0xa4,0x29,0x8b,0x47,0x62,0x04,0x62,0x05,0x6a,0x45,0x8b,0x49,0xbc,0x27, 0xc4,0x45,0xc4,0x25,0xa2,0xe1,0xaa,0xc2,0xab,0x01,0xbb,0x83,0xc4,0x04,0xb3,0xc4, 0xa3,0x63,0xab,0xc5,0xa3,0xa5,0xbc,0xa9,0xbc,0xca,0xc5,0x4c,0xc5,0x4d,0x6a,0x20, 0x8a,0xa2,0xd4,0xcd,0xbc,0xce,0x7c,0x2b,0x73,0xa9,0x7b,0xaa,0x94,0x8d,0x8c,0x0a, 0x94,0x29,0x9c,0x89,0x94,0x8a,0x9c,0xcb,0x94,0x6a,0x94,0x8b,0x9c,0xcd,0x8c,0x0c, 0x83,0xea,0x94,0x8b,0x9c,0x8a,0x94,0x4a,0x9c,0xab,0x94,0x69,0x8c,0x49,0x8c,0x07, 0x9c,0x88,0x94,0x68,0x9c,0xac,0xa4,0xec,0x9c,0x8b,0xbd,0x2d,0xbd,0x2c,0xad,0x0a, 0xad,0x4a,0xa5,0x49,0x9c,0xea,0x84,0x29,0xa5,0x2c,0xad,0x4c,0xb5,0xac,0xa4,0xea, 0x9c,0x6a,0xac,0xcc,0xb5,0x4d,0xa5,0x2c,0x9c,0xab,0x8c,0x2a,0x94,0x0b,0xad,0x0d, 0x9c,0x6c,0x94,0x0d,0x83,0x6b,0x9c,0x4d,0x8b,0x89,0x93,0x8a,0x8b,0x8a,0x8b,0x8a, 0x94,0x0c,0x94,0x4c,0x8c,0x6c,0x73,0x4a,0x8c,0x0e,0x73,0x6a,0x73,0x67,0x83,0xcb, 0x73,0x6a,0x62,0xa7,0x6a,0xe9,0x52,0x25,0x52,0x67,0x5a,0x87,0x6a,0xe9,0x5a,0xa9, 0x63,0x09,0x6b,0x2a,0x73,0xae,0x5b,0x2b,0x6b,0x6c,0x83,0xcc,0x73,0x07,0x7b,0x68, 0x94,0x2a,0xa4,0x8b,0xcd,0x6e,0xc5,0x2c,0xcd,0x2c,0xd5,0x6e,0xcd,0x4d,0xc5,0x2d, 0xb4,0xec,0xb4,0xac,0xb4,0xcd,0xac,0x8a,0xb4,0xaa,0xa4,0x6a,0xac,0x6a,0xbc,0xed, 0x93,0xc9,0xbd,0x2e,0xc5,0x4f,0xac,0xad,0xa4,0x6b,0xc5,0x6f,0xb4,0xac,0xac,0x8c, 0xa4,0x4b,0xac,0x8c,0xbc,0xec,0xc5,0x2e,0xc5,0x2e,0xc5,0x0d,0xbc,0xed,0xb4,0xed, 0xa4,0x4b,0xb4,0xad,0xa4,0x4b,0xac,0x8c,0xbd,0x2d,0xbd,0x0d,0xbd,0x0d,0xac,0x6b, 0xac,0x6b,0xb4,0x8c,0xac,0x8b,0xb4,0xcd,0xac,0xae,0x83,0x88,0x83,0xa9,0x83,0xa8, 0x94,0x09,0x7b,0x07,0x49,0xa2,0x5a,0x47,0x5a,0x23,0x93,0xe9,0x93,0xe9,0x72,0xc5, 0x7a,0xa4,0x82,0xc5,0x6a,0x22,0x59,0xc3,0x83,0x49,0x51,0xa2,0x93,0x88,0x9b,0x85, 0xd4,0xc6,0xc4,0x24,0xb3,0x61,0xb3,0x20,0xbb,0xa2,0xb3,0x82,0xbc,0x25,0xc4,0xc9, 0xd5,0x4c,0xcd,0x2c,0xde,0x0f,0xe6,0x51,0xde,0x31,0xac,0xcb,0xad,0x2c,0xbd,0x0b, 0xc5,0x6d,0x94,0x2a,0x7b,0xca,0x8c,0x6f,0x7b,0xea,0x8c,0x2a,0x9c,0x8c,0x84,0x09, 0x8c,0x48,0xa4,0xea,0xad,0x0b,0xb5,0x4c,0x9c,0x89,0xa4,0xea,0xad,0x0a,0x8b,0xeb, 0x94,0x4a,0x94,0x87,0xa4,0xe9,0x8c,0x28,0x9c,0xaa,0x94,0x49,0x94,0x69,0x94,0x88, 0x9c,0xe8,0xa4,0xe9,0xac,0xcc,0x9c,0xaa,0xad,0x4c,0xb5,0x6d,0xb5,0x4c,0xad,0x0a, 0xad,0x29,0xb5,0x8a,0x94,0xa8,0x94,0xea,0xad,0x0b,0xad,0x4a,0xb5,0x6a,0xad,0x4a, 0xb4,0xea,0xb5,0x2b,0xb5,0x8c,0xad,0x4b,0xad,0x2b,0x94,0x29,0x9c,0x4b,0xac,0xeb, 0xa4,0xcc,0x9c,0x2c,0x94,0x2c,0xac,0xce,0x9c,0x0c,0xb4,0xaf,0x8b,0xab,0x8b,0xab, 0x94,0x0d,0x7b,0x8b,0x62,0xca,0x6b,0x0b,0x83,0xee,0xd6,0x37,0xb5,0x33,0xa5,0x32, 0x8c,0x4f,0x62,0xe9,0x5a,0xa7,0x5a,0x45,0x73,0x29,0x7b,0x6a,0x6b,0x09,0x6a,0xe9, 0x6a,0xc8,0x6a,0xe8,0x6b,0x4a,0x5a,0xea,0x6b,0x8e,0x6b,0x2a,0x49,0xc4,0x5a,0x86, 0x73,0x49,0x8b,0xca,0x9c,0x2a,0xa3,0xa8,0x9b,0xc8,0xc5,0x0d,0xb4,0x49,0xac,0x29, 0xd5,0x6d,0xc4,0xcb,0xbc,0x8b,0xc4,0xeb,0xc4,0xca,0xcc,0xea,0xd5,0x2c,0xbc,0xec, 0xc5,0x2d,0xbd,0x2d,0xb5,0x0c,0xbc,0xcd,0x9c,0x09,0x72,0xe5,0xc5,0x4e,0xcd,0x6e, 0xbc,0xec,0xb4,0xcb,0xbc,0xab,0xbc,0xec,0xb4,0x8a,0xb4,0xaa,0xbc,0xea,0xa4,0x28, 0x93,0x87,0xa3,0xe9,0xb4,0x6b,0xbc,0xec,0xbc,0xeb,0xac,0x49,0xbc,0xab,0xbc,0xab, 0xc5,0x0d,0xbc,0xec,0xcd,0x4c,0x93,0xa8,0x72,0xc7,0x7b,0x49,0x73,0x49,0x8b,0x47, 0x8b,0x48,0x6a,0x45,0x51,0xc4,0x5a,0x48,0x62,0x46,0x83,0x69,0x62,0x86,0x59,0xe4, 0x72,0x25,0x69,0xc2,0x72,0x64,0x7a,0xe8,0x6a,0xa8,0x62,0x24,0x83,0x06,0x8b,0x47, 0xd4,0xc6,0xc4,0x64,0xcc,0x84,0xd4,0x64,0xd4,0xc8,0xd5,0x09,0xee,0x2e,0xd5,0x8d, 0xdd,0xcf,0xee,0x52,0xcd,0xd0,0xb5,0x0d,0xa4,0xcc,0xad,0x0d,0xa5,0x0d,0xa5,0x2a, 0x94,0xe9,0x84,0x67,0x84,0x08,0x9c,0x2a,0x8b,0xc8,0x8c,0x08,0x9c,0xa9,0x8c,0x66, 0x8c,0x86,0xa5,0x0a,0x9c,0x8a,0xa4,0xcb,0xac,0xea,0xad,0x29,0xad,0x09,0xac,0xcc, 0xac,0xcb,0xa4,0xe8,0xa4,0xe8,0x9c,0xa8,0xa4,0xeb,0xa4,0xea,0xad,0x2b,0xad,0x0a, 0xb5,0x4a,0xb5,0x4a,0xa4,0xaa,0x94,0x69,0xa5,0x4b,0xad,0x8b,0xa5,0x0a,0xa5,0x0a, 0xb5,0x8b,0xb5,0x6a,0xa5,0x29,0x9d,0x0a,0xad,0x2c,0xb5,0x2b,0xb5,0x69,0xad,0x08, 0xa4,0xa7,0xb4,0xea,0xad,0x2b,0xa5,0x0b,0xa4,0xe9,0x94,0x69,0x9c,0x8a,0x9c,0x89, 0x9c,0x4a,0xa4,0x8c,0xac,0xad,0xb5,0x2d,0xa4,0x6e,0x73,0x2a,0xac,0xd1,0x9c,0x90, 0x6b,0x0a,0x62,0xa9,0x62,0xac,0x62,0xca,0x62,0xcb,0x73,0x4c,0xa4,0xb3,0xad,0x34, 0xa4,0xf3,0xbd,0xb7,0x9c,0xd2,0x8c,0x0f,0x73,0x49,0x7b,0x6a,0x83,0x8a,0x7b,0x28, 0x7b,0x07,0x9c,0x4c,0x8c,0x0b,0x5a,0xc8,0x5a,0xea,0x41,0xe5,0x5a,0xa6,0x52,0x67, 0x62,0xc8,0x73,0x29,0x62,0xa5,0x83,0x06,0x93,0x47,0x9b,0x88,0x8b,0x05,0x9b,0x45, 0xa3,0x86,0x9b,0x45,0x93,0x05,0xab,0xc7,0xb4,0x07,0xbc,0x68,0xbc,0x89,0xb4,0x69, 0xbc,0xeb,0xc5,0x4c,0xcd,0x4d,0xcd,0x4c,0xbd,0x2d,0xcd,0x8f,0xd6,0x11,0xb4,0xcb, 0xd5,0x8e,0xbc,0xcb,0xc4,0xeb,0xc4,0xcb,0xd5,0x4d,0xb4,0x89,0xcd,0x4b,0xac,0x28, 0x9b,0x86,0xb4,0x6a,0xac,0x08,0xb4,0x69,0xa3,0xe6,0xbc,0x8a,0xb4,0x8a,0x9b,0xa6, 0xc4,0xeb,0xcd,0x2b,0xe6,0x0e,0x8b,0x87,0x49,0xe4,0x62,0x87,0x52,0x04,0x7a,0x63, 0x82,0x84,0x72,0x24,0x59,0xa4,0x72,0xc9,0x62,0x66,0x62,0x46,0x5a,0x26,0x59,0xe4, 0x7a,0x86,0x72,0x04,0x8a,0xe8,0x62,0x06,0x72,0xca,0x6a,0x67,0x82,0xc7,0x83,0x27, 0xb3,0x22,0xaa,0xe0,0xb3,0x60,0xc3,0xe4,0xe5,0x29,0xe5,0x8a,0xc4,0xa7,0xc4,0xc8, 0xc5,0x09,0xb4,0xc8,0x9c,0xa9,0x94,0x69,0xad,0x2c,0xb5,0x6d,0xad,0x0c,0x94,0xc7, 0x9c,0xe8,0x9c,0xe8,0x8c,0x67,0x94,0x69,0x94,0x4a,0x83,0xc8,0x94,0xc8,0x84,0xa4, 0x8c,0x84,0x9c,0x89,0x93,0xea,0xac,0xad,0xac,0xeb,0xb5,0x0b,0xa4,0xab,0xac,0xeb, 0xac,0xec,0xad,0x0a,0xad,0x48,0xb5,0x6b,0xa5,0x2b,0xad,0x4a,0xb5,0x6a,0xb5,0x0c, 0xac,0xaa,0xb5,0x0a,0x94,0x69,0x8c,0x09,0x94,0xc9,0xad,0x6a,0xa5,0x0b,0xa5,0x6c, 0xad,0x4a,0xb5,0x49,0xa4,0xe9,0xa4,0xea,0xac,0xcf,0xb5,0x30,0xa4,0xc9,0xad,0x0a, 0x8b,0xe9,0x94,0x0b,0xac,0xcb,0x94,0x48,0xa4,0xc9,0xa4,0xa9,0x9c,0xa8,0xb5,0x2b, 0xb5,0x2c,0x9c,0x4b,0xac,0xce,0x9c,0x2c,0x6a,0xea,0x6b,0x0c,0x73,0x2c,0x73,0x4c, 0x6a,0xcb,0x5a,0x89,0x62,0xcb,0x6b,0x0b,0x6a,0xeb,0x73,0x0c,0x6a,0xcb,0x6b,0x0b, 0x7b,0xae,0x94,0x93,0xad,0x77,0xb5,0x97,0xa5,0x35,0xa4,0xd2,0x94,0x6d,0x83,0xa9, 0x94,0x2a,0x7b,0x47,0x73,0x47,0x5a,0xa7,0x6b,0x29,0x6b,0x68,0x5b,0x24,0x5b,0x47, 0x63,0x27,0x6b,0x27,0x83,0xa9,0x8b,0x27,0x83,0x07,0x8b,0x49,0x82,0xa6,0x9b,0x06, 0xab,0x66,0x92,0xa3,0x92,0xc5,0xa3,0x46,0xa3,0x46,0xa3,0x87,0xac,0x49,0xb4,0x27, 0xc4,0xc7,0xb4,0x47,0xcc,0xec,0xcd,0x2c,0xc5,0x2b,0xe6,0x10,0xc5,0x8e,0x8b,0x87, 0x93,0x66,0xa3,0xc8,0xb4,0x2a,0xb4,0x08,0xbc,0x8a,0xbc,0xcb,0xbc,0xcb,0xb4,0x4a, 0xb4,0x29,0xc4,0xeb,0xb4,0x6a,0xac,0x4a,0xa4,0x08,0xac,0x4a,0x9b,0xc8,0x72,0xa3, 0xac,0x49,0xb4,0x69,0xa4,0x49,0x49,0xc3,0x29,0x45,0x31,0x85,0x62,0x05,0x69,0xe2, 0x82,0x82,0x7a,0x43,0x51,0x64,0x62,0x67,0x5a,0x25,0x41,0x83,0x62,0x68,0x72,0xc8, 0x69,0xe3,0x69,0xe2,0x9b,0x69,0x59,0xe5,0x72,0xc9,0x72,0xe9,0x7a,0xc7,0xa4,0x0b, 0xcb,0x85,0xd3,0x85,0xe4,0x25,0xe4,0x23,0xdc,0x02,0xc3,0x81,0xcc,0x47,0xb4,0x68, 0xac,0xa8,0xa4,0xc7,0x9c,0xe9,0x94,0x68,0xad,0x0a,0xbd,0x2c,0xb4,0xec,0x84,0x68, 0x9d,0x09,0xad,0x6b,0x8c,0x87,0x9d,0x09,0x94,0x69,0x9c,0xab,0x9c,0xe9,0xa5,0x47, 0x94,0xe6,0xad,0x4b,0x8b,0xe9,0x94,0x0b,0x8c,0x0a,0x9c,0x6b,0x7b,0x89,0x8c,0x09, 0x83,0xe9,0xb5,0x6d,0xad,0x8a,0xb5,0x8b,0x8c,0x49,0x94,0x48,0x9c,0x88,0x9c,0x6a, 0x94,0x29,0x94,0x49,0x94,0x48,0x94,0x49,0x94,0xa8,0xb5,0x8b,0xa4,0xea,0xa5,0x09, 0xb5,0x6a,0xad,0x2a,0xb5,0x4c,0xa4,0xcb,0xa5,0x12,0xbd,0xb6,0xbd,0x94,0xb5,0x73, 0xbd,0x94,0xa4,0xaf,0x9c,0x49,0x93,0xe7,0xb4,0xe9,0xac,0xe9,0xac,0xc8,0xac,0xca, 0xac,0xca,0xa4,0x8c,0x9c,0x6f,0x9c,0x52,0x83,0x8e,0x8c,0x0f,0x94,0x2f,0x8c,0x0f, 0x94,0x0f,0x7b,0x8d,0x73,0x6d,0x8b,0xee,0x83,0xac,0x8b,0xee,0x83,0x8d,0x83,0x8d, 0x73,0x2c,0x63,0x0c,0x63,0x2c,0x83,0xce,0xce,0x38,0xbd,0xb7,0xc6,0x17,0xbd,0xb3, 0x94,0xab,0x62,0xe3,0x7b,0x87,0x62,0xc6,0x7b,0x8a,0x73,0x48,0x5a,0xc5,0x53,0xa6, 0x6b,0xa7,0x6b,0x46,0x8b,0xc8,0xa3,0xa7,0x8b,0x05,0x8b,0xa9,0x7b,0x49,0x93,0x69, 0xcc,0x69,0xa3,0x02,0xa3,0x06,0x9b,0x06,0xa3,0x88,0x92,0xe4,0xa3,0x44,0xb3,0xa2, 0xdc,0xc6,0xab,0x62,0xa3,0x46,0x9b,0x48,0x93,0x46,0xbc,0xac,0xac,0xac,0x93,0xa8, 0x83,0x05,0x93,0x06,0x8b,0x05,0x93,0x05,0x82,0x84,0x93,0x27,0x72,0x64,0xa3,0x86, 0x9b,0x66,0xab,0xe8,0xac,0x29,0xbc,0x69,0x9b,0xe8,0x83,0x05,0x9b,0xa8,0x72,0x64, 0x8b,0x05,0x93,0x47,0x72,0x86,0x49,0x85,0x18,0xc5,0x39,0x46,0x59,0x83,0x9a,0x84, 0x9a,0xa2,0x92,0xa2,0x7a,0x85,0x5a,0x04,0x52,0x06,0x49,0xe6,0x52,0x07,0x7b,0x2b, 0x59,0xe5,0x7a,0xa7,0x7b,0x07,0x72,0xe8,0x7b,0x2a,0x7b,0x49,0x6a,0xa5,0x73,0x08, 0xdb,0xe3,0xcb,0x62,0xdc,0x22,0xe4,0x84,0xc4,0x23,0xc4,0x88,0xab,0xc9,0xa4,0x2b, 0xa4,0x69,0xad,0x0a,0xa5,0x09,0x9c,0xa7,0xa4,0xc8,0xac,0xa9,0x8b,0xc7,0x8c,0x28, 0x94,0x69,0x8c,0x67,0x8c,0xc8,0x95,0x28,0x9c,0xca,0xa4,0xcc,0xb5,0x6c,0xbd,0xca, 0xad,0x69,0xad,0x0b,0x9c,0xac,0x7b,0x8a,0x7b,0x89,0x73,0x47,0x6b,0x28,0x63,0x06, 0x8c,0x0b,0x9d,0x0d,0x9c,0xea,0xa5,0x0a,0x83,0xc8,0x83,0xa6,0x94,0x48,0x94,0x4a, 0x94,0x4b,0x83,0x87,0x8c,0x08,0xa4,0xe9,0xad,0x2a,0xb5,0x4c,0xac,0xea,0xb5,0x09, 0xb5,0x2a,0xad,0x2b,0x94,0x6b,0x83,0xea,0x84,0x0d,0x8c,0x50,0x7b,0xcf,0x83,0xf0, 0xa4,0xf2,0xce,0x36,0xc5,0x94,0xad,0x10,0xa4,0xef,0x8c,0x2b,0xac,0xee,0x9c,0x2d, 0xac,0xcf,0xa4,0x4d,0x9c,0x6e,0x83,0xce,0x73,0x4c,0x8b,0xef,0x94,0x0e,0x9c,0x50, 0x8b,0xee,0x7b,0x6c,0x62,0xca,0x9c,0x4e,0x83,0x8a,0x83,0x8b,0x8b,0xcc,0x93,0xce, 0x83,0x6c,0x83,0xae,0x6b,0x0a,0x7b,0xad,0xb5,0x93,0xc5,0xf5,0xbd,0x96,0xce,0x18, 0xd6,0x77,0x94,0x8d,0x62,0xc5,0x6b,0x07,0x73,0x49,0x6b,0x07,0x6b,0x07,0x63,0x47, 0x6b,0x06,0x6b,0x27,0x7b,0xa8,0x93,0xe8,0x93,0x86,0x93,0xe9,0x6b,0x28,0x7b,0x27, 0xa3,0x86,0xc3,0xc6,0xa3,0x47,0xa3,0x89,0x8a,0xe6,0x9a,0xe4,0x9a,0xa2,0xab,0x03, 0xbb,0xa3,0xbb,0xe5,0xa3,0x66,0x8a,0xe4,0x93,0xa8,0xac,0x4b,0xb4,0xed,0x8b,0x67, 0x72,0x85,0x8b,0x07,0x7a,0x84,0x9b,0x26,0x9b,0x27,0x82,0x86,0x59,0x82,0x8a,0xe4, 0x93,0x05,0xa3,0x87,0x93,0x46,0xac,0x28,0xac,0x6a,0x8b,0x47,0x8b,0x27,0x82,0xe6, 0x93,0x47,0x9b,0x88,0x83,0x48,0x62,0x47,0x20,0xc4,0x4a,0x06,0x6a,0x43,0xa2,0xa4, 0x9a,0x83,0x9b,0x03,0x72,0x42,0x59,0xc4,0x5a,0x47,0x5a,0x47,0x4a,0x27,0x73,0x0b, 0x5a,0x69,0x52,0x26,0x52,0x26,0x49,0xe6,0x41,0xc6,0x52,0x06,0x73,0x28,0x7b,0xac, 0xcc,0x42,0xdc,0xa3,0xe5,0x26,0xc4,0x86,0xa4,0x49,0x9c,0x6b,0x83,0x89,0xa4,0x4c, 0x9c,0x2a,0xa4,0x8a,0xad,0x0b,0xb5,0x2a,0xac,0xea,0x94,0x28,0x83,0x47,0x93,0xc8, 0x8b,0xc7,0x83,0xc7,0x8c,0x48,0x8c,0xc8,0x8c,0x69,0x9c,0xcc,0xa4,0xcc,0xa4,0x88, 0xb5,0x2a,0xad,0x0b,0xa4,0xec,0x94,0x0c,0x8b,0xea,0x83,0xc8,0x73,0x47,0x7b,0xc8, 0x8c,0x4c,0x8c,0x2a,0x83,0xe8,0x7b,0xe7,0x83,0xe9,0x7b,0xa5,0x94,0x47,0x9c,0x8a, 0x94,0x09,0x94,0x08,0x8b,0xe7,0xa5,0x09,0xad,0x2a,0xb5,0x0b,0xc5,0x6c,0xa4,0x48, 0x9c,0x49,0x9c,0x8b,0x7b,0xaa,0x8b,0xec,0x73,0x6b,0x7b,0xcd,0x6b,0x2b,0x6a,0xeb, 0x6b,0x0a,0x73,0x2b,0x8c,0x11,0x8c,0x50,0xc5,0xf6,0xad,0x33,0x8c,0x0f,0x6b,0x0d, 0xbd,0x54,0xb4,0xef,0xb4,0xcf,0x9c,0x90,0x8b,0xed,0x94,0x0e,0x8b,0xce,0x8b,0xcd, 0x8b,0xcd,0x73,0x2b,0x62,0xca,0x9c,0x0d,0x93,0xea,0x7b,0x49,0x7b,0x4a,0x9b,0xcb, 0x83,0x6a,0x7b,0x2a,0x7b,0x2b,0x83,0x8c,0x83,0xab,0xac,0xd0,0xac,0xf2,0xc5,0xd7, 0xbd,0xb7,0xbd,0xf7,0xb5,0x73,0x6b,0x49,0x62,0xe6,0x73,0x27,0x73,0x27,0x73,0x47, 0x6a,0xa6,0x83,0xea,0x7b,0xe9,0x8c,0x08,0x9b,0xa8,0x8b,0x47,0x83,0x29,0x83,0x49, 0x93,0x67,0xa3,0xa8,0x6a,0x25,0x82,0xa5,0x93,0x47,0x8a,0xa4,0x92,0xe5,0x9a,0xe7, 0xa3,0x25,0xcc,0xa9,0xa3,0x86,0xa3,0xe8,0x8b,0xa9,0x73,0x07,0xa4,0xab,0x93,0xc9, 0x5a,0x04,0x5a,0x04,0x82,0xc4,0x82,0xa4,0x7a,0x43,0x7a,0x63,0x61,0xa2,0x8a,0xa4, 0x8a,0xa5,0x7a,0x64,0x82,0xc4,0xa3,0xc6,0xa4,0x28,0x8b,0x46,0x93,0xc9,0x8b,0x69, 0x8b,0x47,0xa4,0x6b,0xc5,0x6f,0x6a,0xc8,0x29,0x45,0x39,0xa4,0x8b,0x45,0x93,0x04, 0x93,0x07,0x72,0x64,0x72,0x85,0x51,0x84,0x5a,0x06,0x62,0x87,0x62,0x68,0x62,0xca, 0x5a,0xaa,0x4a,0x28,0x42,0x07,0x39,0xa8,0x4a,0x09,0x4a,0x47,0x7b,0xaa,0x84,0x0d, 0xdd,0x04,0xdd,0x65,0xbc,0xc6,0x8b,0x47,0x7a,0xe8,0x8b,0x8a,0x83,0x68,0x93,0xe9, 0x93,0xe8,0xa4,0x6a,0xac,0xab,0xa4,0x8a,0xac,0xca,0x8b,0xc8,0x8b,0xa9,0x9b,0xa7, 0x93,0xc8,0x93,0xe9,0x83,0xc8,0x7c,0x08,0x84,0x49,0x8c,0x6b,0x94,0x0a,0x93,0xc7, 0xbc,0xeb,0xac,0xab,0xac,0xec,0xa4,0xad,0x9c,0x6c,0x9c,0x69,0x84,0x08,0x94,0x8a, 0x84,0x0a,0x8c,0x0a,0x8b,0xe9,0x8c,0x09,0x94,0x8b,0x84,0x46,0x8c,0x05,0x9c,0x69, 0xa4,0x6a,0x9c,0x49,0xa4,0xca,0xad,0x28,0xb5,0x2a,0x94,0x28,0xb4,0xc9,0xa3,0xe8, 0x8b,0xa8,0x9c,0x6d,0x8c,0x0d,0x63,0x0a,0x83,0xcd,0x83,0xad,0x73,0x2b,0x6b,0x0a, 0x73,0x0b,0x6a,0xea,0x7b,0x6b,0x7b,0x6b,0x7b,0x8c,0x73,0x4b,0x9c,0x50,0x5a,0xeb, 0x8c,0x0d,0x9c,0x2c,0x83,0x4a,0x6a,0xcb,0x94,0x0f,0xa4,0x90,0x9c,0x4f,0xa4,0x90, 0x94,0x2e,0x83,0x8d,0x73,0x0c,0x9c,0x0d,0xa4,0x2c,0xa4,0x6d,0x7b,0x6b,0x9b,0xea, 0x93,0x8a,0x72,0xe9,0x7b,0x4b,0x83,0x4c,0x83,0x4d,0x8b,0xae,0x8b,0xad,0xce,0x15, 0xc5,0xd6,0xbd,0xd7,0xad,0x77,0xce,0x37,0x5a,0xc6,0x63,0x05,0x7b,0x87,0x73,0xc7, 0x7b,0xa8,0x8c,0x09,0x84,0x08,0x93,0xe6,0x8b,0x07,0x82,0xe7,0x93,0x49,0xa3,0xca, 0x93,0x89,0x83,0x49,0x39,0x63,0x7b,0x07,0x9b,0x46,0x82,0xa5,0x8b,0x28,0x93,0x88, 0x8b,0x44,0xc4,0xca,0x93,0x68,0x93,0x8a,0x73,0x08,0x6a,0xe7,0x83,0xa7,0x8b,0xe9, 0x31,0x41,0x72,0xa8,0x8b,0x05,0x6a,0x00,0x8a,0xa3,0x8a,0xa4,0x82,0xa4,0x8a,0xc5, 0x82,0xc5,0x72,0x45,0x9b,0x88,0x9b,0xc6,0x9b,0xc7,0x8b,0x46,0x93,0xc8,0x83,0x68, 0x83,0xa8,0x94,0x6a,0xb5,0x2e,0x5a,0x67,0x21,0x46,0x31,0x64,0x6a,0x63,0x93,0xe6, 0x7a,0xe9,0x39,0x23,0x49,0x83,0x39,0x23,0x62,0x46,0xa4,0x4d,0x83,0x6a,0x62,0xc9, 0x52,0xa9,0x4a,0x68,0x4a,0xa9,0x5a,0xeb,0x52,0x8a,0x63,0x29,0x73,0xe9,0x94,0x4c, 0xdd,0x6a,0x9b,0xc8,0x8b,0xa9,0x8c,0x0b,0x8b,0xea,0x94,0x6c,0x8b,0xc9,0x6a,0xe6, 0x94,0x0b,0xac,0x8c,0xa4,0xac,0x9c,0x8b,0x94,0x0a,0x62,0xa5,0x73,0x07,0x83,0x47, 0x83,0x48,0x83,0x89,0x6b,0x06,0x6b,0x47,0x94,0x6b,0x7b,0x88,0x83,0x88,0x93,0xc9, 0xac,0x4a,0x93,0xc8,0x73,0x88,0x83,0x89,0x94,0x0b,0x9c,0x2b,0x94,0x0a,0x83,0xec, 0x83,0xea,0x8c,0x2a,0x83,0x87,0x84,0x08,0x94,0xcb,0x8c,0x48,0x7b,0xe6,0x94,0x49, 0x9c,0x4a,0xa4,0x4b,0x9c,0xaa,0x9c,0xa8,0xa4,0xa9,0x8b,0x46,0xa4,0x09,0x8b,0x26, 0x83,0x8a,0x73,0xce,0x5a,0xed,0x4a,0x8b,0x8b,0xee,0x8b,0xcd,0x83,0x8e,0x83,0x8d, 0x83,0x8c,0x83,0x8b,0x93,0xee,0x7b,0x4b,0x7b,0x2a,0x73,0x09,0x6a,0xe9,0x62,0xe8, 0x83,0xab,0x6a,0x88,0x6a,0x88,0x52,0x27,0x7a,0xea,0x7a,0xa9,0x7a,0xa9,0x72,0xc9, 0x6a,0xc9,0x6a,0xca,0x62,0xaa,0x83,0x6c,0x9b,0xce,0x93,0xcd,0x83,0xac,0x93,0xec, 0x93,0xcc,0x8b,0xac,0x8b,0xad,0x8b,0x8d,0x7b,0x6c,0x83,0x6c,0x72,0xea,0x7b,0x2b, 0xcd,0xd6,0xc5,0xd6,0xad,0x35,0xbd,0xd7,0xce,0x57,0x84,0x0c,0x8c,0x4a,0x84,0x69, 0x84,0x08,0x83,0x88,0x8b,0xc8,0x94,0x08,0x8b,0x87,0x8b,0x48,0x93,0xa9,0x93,0xa9, 0x83,0x68,0x72,0xe7,0x62,0x47,0x93,0xab,0x93,0x88,0x8b,0x47,0x8b,0x46,0x9c,0x09, 0x93,0xa8,0x83,0x26,0x7a,0xe7,0x62,0xa7,0x52,0x68,0x6b,0x29,0x7b,0x88,0x5a,0x85, 0x52,0x05,0x72,0x87,0x8a,0xe6,0x7a,0xa4,0x93,0x45,0x93,0x04,0x9b,0x66,0x8a,0xe6, 0x8b,0x48,0x93,0xaa,0x6a,0x64,0x8b,0x46,0x93,0xa8,0x93,0x88,0x9b,0xc8,0x8b,0x46, 0x8b,0xc8,0xb5,0x2e,0x72,0xe7,0x49,0xe5,0x29,0x43,0x31,0x22,0x62,0x46,0xad,0x2d, 0x7b,0x48,0x38,0xe4,0x83,0x06,0x6a,0x43,0x7a,0xa5,0x93,0xa8,0x8b,0x48,0x72,0xc7, 0x6a,0xea,0x6b,0x0a,0x83,0xec,0x83,0xcc,0x73,0x8b,0x6b,0x8a,0x73,0xeb,0x8c,0x2c, 0x7b,0x46,0x62,0xc7,0x73,0xab,0x84,0x2c,0x83,0xea,0x94,0x2b,0x9c,0x6c,0x8b,0xea, 0x94,0x0a,0x9c,0x6b,0x9c,0x8a,0x9c,0x4a,0x83,0x89,0x62,0x85,0x6a,0xc7,0x7b,0x26, 0x83,0x89,0x6a,0xc6,0x73,0x27,0x83,0xc9,0x8c,0x47,0x83,0xe6,0x94,0x28,0x94,0x07, 0x83,0x44,0x9c,0x08,0x7b,0x06,0x7b,0x07,0x7b,0x49,0x83,0x6a,0x8b,0xab,0x73,0x6a, 0x6b,0x48,0x8c,0x0a,0x73,0x26,0x6b,0x67,0x73,0xa8,0x7b,0xa7,0x7b,0x86,0x94,0x09, 0x93,0x88,0xa4,0x4b,0x9c,0x6a,0x9c,0xa8,0x94,0x28,0x7b,0x06,0x8b,0x48,0x93,0xca, 0x83,0xcc,0x7b,0xad,0x5a,0xc9,0x5a,0xa9,0x8b,0xcc,0x83,0x8b,0x7b,0x4b,0x73,0x0a, 0x7b,0x09,0x83,0x49,0x93,0xcc,0x83,0x2a,0x7b,0x0a,0x8b,0xac,0x83,0x6b,0x8b,0xcc, 0x9c,0x4e,0x83,0x6c,0x83,0x4c,0x6a,0xaa,0x83,0x6c,0x7b,0x0a,0x7a,0xe9,0x72,0xc8, 0x72,0xe9,0x62,0x88,0x52,0x48,0x72,0xea,0x72,0xc9,0x72,0xe9,0x72,0xe9,0x7b,0x4a, 0x83,0x4a,0x83,0x8c,0x83,0x4c,0x83,0x6c,0x8b,0xad,0x8b,0xce,0x8b,0x6c,0x7b,0x0b, 0x7b,0x6c,0xde,0x98,0xc5,0xf7,0xb5,0x96,0xc5,0xd6,0xc5,0xd5,0xb5,0x51,0x7b,0x87, 0x83,0xa8,0x8b,0xc9,0x8b,0xc9,0x94,0x29,0x72,0xe5,0x7b,0x05,0x7a,0xe6,0x72,0xc6, 0x62,0x65,0x72,0xc7,0x6a,0xa6,0x83,0x68,0x8b,0x67,0x8b,0x87,0xa4,0x09,0x9c,0x2a, 0x8b,0x88,0x6a,0x64,0x5a,0x24,0x62,0xc7,0x62,0xe6,0x6b,0x47,0x6b,0x27,0x5a,0x84, 0x7b,0xc9,0x73,0x26,0x72,0xa5,0x72,0xa5,0x93,0x67,0x8b,0x05,0x93,0x66,0x9b,0xc9, 0x8b,0x28,0x7a,0xe7,0x72,0xc6,0x9b,0xe9,0xa4,0x49,0x9b,0xe7,0x9c,0x07,0x9c,0x08, 0x93,0xe9,0xac,0xac,0x41,0xa3,0x4a,0x26,0x29,0x24,0x29,0x24,0x49,0xc6,0x73,0x07, 0x62,0x64,0x49,0x63,0x93,0x66,0x93,0x27,0x7a,0xa6,0x7a,0xa4,0x83,0x27,0x7b,0x28, 0x83,0x8b,0x73,0x4b,0x73,0x6a,0x73,0xac,0x83,0xed,0x73,0xcb,0x73,0xeb,0x8c,0x6d, 0x8c,0x0d,0x7b,0xac,0x7b,0xab,0x94,0x6c,0x94,0x2b,0x8b,0xeb,0x94,0x2b,0xa4,0x8c, 0x9c,0x4a,0xa4,0x6a,0x9c,0x6a,0x94,0x4a,0x94,0x0b,0x7b,0x69,0x7b,0x29,0x8b,0xa9, 0x83,0x89,0x73,0x27,0x7b,0x48,0x6b,0x06,0x8c,0x07,0x9c,0x88,0x8b,0xe7,0x8b,0xc7, 0x94,0x08,0x93,0xc7,0xac,0x49,0x93,0xa8,0x8b,0x89,0x94,0x0b,0x8b,0xca,0x73,0x69, 0x73,0xc9,0x8c,0x2b,0x73,0x68,0x73,0xc9,0x7b,0xea,0x7b,0x88,0x8b,0xa8,0x93,0xa9, 0x93,0x88,0x9c,0x0a,0x9c,0x4b,0x9c,0xaa,0xa4,0xcc,0x7b,0x49,0x94,0x0b,0x9c,0x4e, 0x83,0xab,0xbd,0x30,0xa4,0x8d,0x6a,0xa6,0x8b,0x69,0x83,0x49,0x7a,0xe8,0x7b,0x08, 0x7a,0xe8,0x93,0xca,0x93,0x89,0x7a,0xe8,0x7b,0x08,0x83,0x2a,0x72,0xc9,0x73,0x29, 0x8b,0x8b,0x72,0xa8,0x72,0xea,0x62,0x89,0x83,0x8b,0x8b,0xab,0x93,0xcc,0x9b,0xec, 0x9b,0xab,0x93,0x8b,0x6a,0xca,0x72,0xea,0x7b,0x0a,0x7b,0x2a,0x72,0xe9,0x72,0xc8, 0x72,0xc8,0x7b,0x0a,0x7b,0x0a,0x7b,0x0a,0x7b,0x2b,0x83,0x6b,0x8b,0x6c,0x83,0x4b, 0x6a,0xa9,0x83,0xcd,0xad,0x13,0xce,0x58,0xbd,0xd7,0xc5,0xd6,0xc5,0xb5,0xb5,0x0f, 0x7b,0x68,0x8b,0xca,0x8b,0xe9,0x8c,0x09,0x7b,0x26,0x8b,0x68,0x83,0x27,0x83,0x28, 0x7b,0x28,0x72,0xc7,0x72,0xe7,0x83,0x69,0x83,0x68,0x83,0x48,0x83,0x48,0x8b,0xec, 0x7b,0x08,0x72,0xa6,0x6a,0xc6,0x63,0x47,0x63,0x25,0x62,0xe5,0x5a,0xe7,0x42,0x04, 0x6b,0x86,0x6b,0x66,0x39,0x20,0x72,0xa6,0x5a,0x03,0x6a,0x64,0x93,0x88,0x8b,0x48, 0x72,0xc6,0x8b,0xa9,0x9c,0x2a,0x9c,0x2a,0xac,0x6a,0xac,0x69,0xa4,0x28,0x9c,0x29, 0x7b,0x49,0x52,0x26,0x49,0xa4,0x39,0x44,0x18,0xc3,0x21,0x03,0x29,0x04,0x41,0x22, 0x72,0xa4,0x7a,0xa6,0x6a,0x42,0x93,0x07,0x72,0x65,0x6a,0x84,0x93,0xc9,0x83,0x69, 0x6b,0x08,0x62,0xe8,0x31,0x63,0x52,0x87,0x6b,0x6b,0x84,0x0d,0x7b,0xec,0x94,0x8c, 0x94,0x2c,0x94,0x2c,0x9c,0x4b,0xa4,0x6a,0x94,0x0a,0x94,0x0a,0x9c,0x6b,0x9c,0x4a, 0xa4,0x6a,0x94,0x08,0x8c,0x08,0x9c,0x4a,0x94,0x4b,0x7b,0x69,0x62,0xa6,0x83,0x68, 0x7b,0x48,0x93,0xea,0x8b,0xca,0x6b,0x06,0x83,0xc8,0xa4,0x8b,0x8b,0xc9,0x73,0x07, 0x83,0x68,0x9c,0x4a,0xb4,0x89,0x8b,0x86,0x8b,0xe8,0x7b,0x87,0x83,0xe8,0x7b,0xc9, 0x7b,0xe9,0x84,0x0a,0x8b,0xaa,0x73,0xaa,0x83,0xeb,0x93,0xca,0x93,0xa9,0x9b,0xa9, 0x93,0xa9,0x93,0xaa,0x83,0x88,0x83,0xc8,0x9c,0x6c,0x94,0x0c,0x94,0x0a,0x83,0x6a, 0x8b,0x88,0xb4,0xa8,0x9b,0xa5,0x8b,0x05,0x8b,0x26,0x93,0x68,0x8b,0x27,0x8b,0x68, 0x83,0x27,0x7a,0xe6,0xa3,0xea,0x7a,0xc5,0x7a,0xc6,0x7a,0xe7,0x7a,0xe7,0x83,0x27, 0x93,0x8a,0x72,0x87,0x72,0xa9,0x5a,0x47,0x6a,0xa8,0x6a,0x88,0x72,0xa8,0x7a,0xc8, 0x7a,0xc8,0x72,0xa8,0x62,0x48,0x73,0x0a,0x83,0x8c,0x8b,0x8b,0x93,0x8b,0x8b,0x8b, 0x83,0x4a,0x83,0x2a,0x83,0x4a,0x83,0x2a,0x7b,0x2a,0x83,0x4b,0x7b,0x0a,0x7b,0x2a, 0x7b,0x4b,0x7b,0x4b,0x73,0x2b,0xde,0xb9,0xc5,0xf7,0xbd,0xb6,0xc5,0xd6,0xd6,0x55, 0x94,0x0c,0x83,0x68,0x83,0x89,0x8b,0xc9,0x83,0x68,0x83,0x48,0x83,0x48,0x62,0x65, 0x7b,0x08,0x6a,0xc8,0x7a,0xe9,0x83,0x4a,0x6a,0xe9,0x5a,0x67,0x6a,0xca,0x7b,0x6b, 0x7b,0x2a,0x83,0x4a,0x7b,0x89,0x6b,0x88,0x5b,0x25,0x5b,0x07,0x5a,0xc8,0x52,0xc7, 0x73,0xc8,0x7b,0xe8,0x49,0xc3,0x7b,0x2a,0x51,0xc3,0x83,0x48,0x9c,0x0a,0xac,0x4b, 0xac,0x6c,0xac,0xad,0xa4,0x6b,0xac,0x8c,0x93,0xc8,0xa4,0x2a,0xa4,0x2a,0x83,0x28, 0x49,0xa5,0x41,0x86,0x31,0x23,0x39,0x64,0x39,0x85,0x52,0x68,0x39,0x85,0x6a,0x67, 0xa4,0x69,0x72,0xa5,0x7a,0xc4,0x72,0x83,0x72,0xa7,0x6a,0x86,0x72,0xc6,0x6a,0xe7, 0x63,0x08,0x4a,0x67,0x39,0xe5,0x62,0xe9,0x73,0x8b,0x6b,0x4a,0x73,0x8b,0xa4,0xad, 0xa4,0xcc,0x9c,0x8b,0xac,0xcd,0xac,0xac,0x9c,0x4a,0x9c,0x6a,0xa4,0x8b,0x9c,0x2a, 0xa4,0x6a,0x93,0xea,0x94,0x2a,0xa4,0x8c,0x9c,0x8c,0x94,0x0a,0x73,0x06,0x94,0x0a, 0x94,0x0a,0x94,0x2c,0x9c,0x6c,0x8c,0x0a,0x8b,0xea,0xa4,0x8d,0x94,0x2c,0x8b,0xca, 0x7b,0x68,0x8b,0xe9,0x93,0xe9,0x83,0x68,0x8b,0xe9,0x83,0xe9,0x94,0x69,0x94,0x6a, 0x94,0x6a,0x9c,0x6a,0x9c,0x0b,0x7b,0xaa,0x8b,0xaa,0x83,0x28,0x9b,0x89,0x8b,0x69, 0x8b,0xeb,0x83,0xcb,0x73,0x08,0x6b,0x06,0x7b,0x48,0xa4,0x2c,0xa4,0x09,0x8b,0x68, 0xac,0x26,0xcc,0xc5,0xa3,0x61,0x93,0x04,0x7a,0x63,0x7a,0xa3,0x72,0xa3,0x7a,0xe5, 0x7b,0x06,0x7a,0xe6,0x93,0x67,0x8b,0x26,0x93,0x67,0x8b,0x26,0x8b,0x46,0x7b,0x06, 0x93,0x88,0x72,0xa6,0x6a,0x87,0x5a,0x87,0x6a,0x69,0x62,0x08,0x6a,0x48,0x72,0x88, 0x6a,0x47,0x62,0x06,0x41,0x24,0x83,0x4b,0x7b,0x2b,0x6a,0x68,0x72,0xa8,0x7a,0xe9, 0x7b,0x09,0x83,0x4a,0x83,0x4a,0x8b,0x8b,0x8b,0xcc,0x8b,0x8b,0x83,0x6b,0x83,0x2a, 0x7b,0x6a,0x7b,0x6b,0x7b,0x4b,0x9c,0xb0,0xde,0x98,0xc5,0xd6,0xc5,0x96,0xc5,0xd5, 0xc5,0xb3,0x73,0x27,0x8b,0x88,0x72,0xe6,0x72,0x87,0x6a,0x66,0x83,0x28,0x73,0x07, 0x83,0x89,0x93,0xca,0x7b,0x28,0x7b,0x29,0x73,0x29,0x6b,0x09,0x62,0xca,0x73,0x4a, 0x7b,0x4a,0x7b,0x2a,0x6b,0x29,0x63,0x47,0x63,0x87,0x63,0x67,0x6b,0x67,0x6b,0x66, 0x84,0x28,0x84,0x28,0x62,0xa7,0x7b,0x4a,0x6a,0xc8,0x6a,0xa5,0x8b,0x87,0xa3,0xea, 0xb4,0x8c,0xac,0xac,0xb4,0xcc,0xac,0x4a,0xa4,0x4b,0xb4,0xcc,0xb4,0xcb,0x93,0xea, 0x5a,0x46,0x41,0xc6,0x29,0x43,0x52,0x67,0x41,0x83,0x62,0x87,0x62,0x66,0x72,0xe6, 0xa4,0x67,0x6a,0x85,0x83,0x28,0x8b,0x66,0x72,0xc8,0x49,0xa4,0x6a,0x86,0x62,0x86, 0x52,0x46,0x4a,0x46,0x63,0x0a,0x63,0x09,0x63,0x08,0x6b,0x2a,0x7b,0xac,0x9c,0x6c, 0xac,0xec,0xa4,0xcd,0xbd,0x6e,0xa4,0xab,0x94,0x29,0xa4,0x8b,0xac,0xcc,0xa4,0x8b, 0xa4,0x6b,0xa4,0x8c,0x9c,0x4b,0x9c,0x8c,0xa4,0x8b,0xa4,0x6a,0xac,0xab,0xa4,0x8a, 0xb5,0x0d,0xac,0xac,0xac,0x8c,0xa4,0x6b,0x94,0x4b,0x9c,0x6c,0xa4,0x8c,0x94,0x2a, 0x9c,0x2a,0x9c,0x2b,0x93,0xeb,0x83,0x89,0x83,0xaa,0x8b,0xca,0xa4,0x4c,0x9c,0x8a, 0x94,0x4a,0x9c,0x2b,0xa4,0x8d,0x9c,0x6c,0x94,0x4c,0x94,0x2b,0xa4,0x4b,0x94,0x0a, 0x8b,0xca,0x83,0xcb,0x6a,0xc8,0x7b,0x4a,0x72,0xc6,0xbc,0xab,0xcc,0xea,0xcc,0xc7, 0xd4,0xe6,0xe5,0x25,0xd4,0xc3,0xc4,0x63,0xab,0xa4,0x9b,0x03,0xa3,0x64,0x9b,0x46, 0x72,0x42,0x7a,0x42,0x8b,0x04,0x6a,0x63,0x72,0xa4,0x82,0xa4,0x82,0xc5,0x6a,0x84, 0x8b,0x48,0x8b,0x49,0x72,0x87,0x72,0xc8,0x83,0x2a,0x8b,0x4d,0x61,0xe6,0x62,0x23, 0x7b,0x2a,0x8b,0xaf,0x83,0x6b,0xcd,0xb2,0xd5,0xf3,0x72,0xa7,0x72,0x87,0x7a,0xc9, 0x72,0xc8,0x7b,0x09,0x6a,0xa8,0x7a,0xc9,0x83,0x2a,0x83,0x0a,0x7b,0x09,0x7b,0x09, 0x83,0x2a,0x83,0x8b,0x7b,0x4b,0x83,0x6c,0x83,0xac,0xcd,0xf4,0xc5,0xb4,0xc5,0xb4, 0xcd,0xf5,0xac,0xb0,0x83,0x8a,0x72,0xc6,0x62,0x87,0x5a,0x67,0x72,0xe8,0x93,0xaa, 0x9c,0x0b,0x7b,0x27,0x7b,0x47,0x7b,0x69,0x5a,0x67,0x31,0x85,0x42,0x28,0x5a,0xc8, 0x6b,0x0a,0x62,0xea,0x62,0xe9,0x73,0x8a,0x73,0xc9,0x7c,0x08,0x7c,0x06,0x7c,0x06, 0x94,0x88,0x83,0xe8,0x7a,0xe8,0x6a,0x87,0x59,0xe4,0x72,0xc6,0x9c,0x2b,0xac,0x4b, 0xb4,0xab,0xac,0x8b,0xb4,0xec,0xbc,0xcc,0xb4,0xab,0xb4,0xeb,0xb4,0xec,0xbd,0x2e, 0xa4,0x6c,0x7b,0x69,0x72,0xe8,0x73,0x08,0x39,0x42,0x5a,0x25,0x72,0xc8,0x72,0xe6, 0x73,0x05,0x72,0xc7,0x72,0xe7,0x83,0x67,0x52,0x05,0x52,0x27,0x62,0x67,0x5a,0x46, 0x52,0xa7,0x52,0xa7,0x73,0x8c,0x52,0xc8,0x73,0x8a,0x6b,0x8a,0x84,0x0c,0x84,0x0a, 0xac,0xcc,0xa4,0xcc,0xb5,0x2c,0xac,0xcb,0xa4,0x6b,0x9c,0x2a,0xac,0xac,0xa4,0x8b, 0xa4,0x8c,0xa4,0xac,0xa4,0x6c,0xa4,0x8c,0xac,0xac,0xb4,0xec,0xc5,0x4e,0xb5,0x0c, 0xb4,0xec,0xac,0x8b,0xa4,0x6b,0x94,0x09,0x94,0x0a,0x9c,0x4b,0xa4,0x8c,0x9c,0x6b, 0x9c,0x2b,0xa4,0x4c,0xa4,0x6a,0x9c,0x6a,0x9c,0x6a,0x9c,0x4b,0x9c,0x4b,0x9c,0x6a, 0x94,0x2a,0x8b,0xea,0x94,0x2b,0x94,0x2b,0x94,0x0b,0x94,0x2b,0x94,0x4a,0x94,0x4a, 0x94,0x2b,0x8b,0xeb,0x6b,0x69,0x8b,0xcc,0x83,0x26,0xbc,0x67,0xcc,0xe8,0xd4,0x84, 0xdc,0xe6,0xdd,0x04,0xe5,0x45,0xe5,0x25,0xe5,0x46,0xcc,0x84,0xc4,0x23,0xab,0x81, 0x9b,0x42,0xab,0x63,0xab,0x85,0x8b,0x25,0x8b,0x04,0x93,0x03,0x8b,0x04,0x6a,0x83, 0x6a,0x85,0x83,0x6a,0x51,0xe4,0x93,0x69,0x93,0xc9,0x93,0x6a,0xa4,0x0b,0xdd,0xce, 0x8b,0xa9,0x5a,0x29,0x62,0x67,0xac,0xec,0xe6,0xaf,0xbd,0x0c,0x62,0x03,0x72,0x65, 0x72,0x85,0x83,0x07,0x7b,0x08,0x83,0x28,0x7b,0x09,0x7b,0x09,0x83,0x4a,0x83,0x2a, 0x83,0x49,0x7b,0x4a,0x7b,0x0a,0x7a,0xea,0x72,0xe9,0x9c,0x6e,0xd5,0xf3,0xbd,0x53, 0xc5,0x94,0xd6,0x16,0x9c,0x4d,0x6a,0xa5,0x6a,0xa7,0x72,0xe9,0x72,0xe8,0x83,0x49, 0x83,0x68,0x8b,0x68,0x8b,0x47,0x83,0x28,0x41,0x81,0x41,0xa4,0x5a,0x89,0x73,0x69, 0x5a,0xa8,0x6a,0xea,0x5a,0xa8,0x83,0xca,0x83,0xa9,0x8b,0xe9,0x9c,0x48,0x83,0xa5, 0x8b,0xc7,0x72,0xc4,0x83,0x27,0x93,0xe9,0x93,0xc9,0xa4,0x6a,0xb4,0xcc,0xb4,0xec, 0xb4,0xec,0xac,0x6a,0xb4,0xcc,0xac,0x8b,0xb4,0xcc,0xb4,0xcb,0xb4,0xcc,0xbd,0x0d, 0xbd,0x2e,0xac,0x8c,0x93,0xca,0x5a,0x23,0x7b,0x08,0x62,0x25,0x59,0xe4,0x72,0xe8, 0x62,0x86,0x5a,0x46,0x5a,0x25,0x62,0x65,0x52,0x05,0x41,0x84,0x41,0x63,0x4a,0x25, 0x6b,0x4a,0x6b,0x6a,0x73,0x6b,0x6b,0x6a,0x73,0xcb,0x73,0x8a,0x9c,0x6d,0x84,0x2a, 0xa4,0x6b,0xa4,0xac,0xb5,0x0c,0xbd,0x2c,0xa4,0x4a,0xac,0x8c,0xac,0xcc,0x9c,0x8b, 0xa4,0x8b,0xa4,0xac,0xac,0xcd,0xb4,0xed,0xb5,0x0d,0xb4,0xec,0xb4,0xed,0xac,0xab, 0xa4,0x6b,0xa4,0x4b,0x9c,0x2b,0x9c,0x2a,0x94,0x0a,0x93,0xea,0x94,0x0a,0x94,0x2a, 0x93,0xea,0xa4,0x4c,0x9c,0x4a,0x94,0x09,0x93,0xe8,0x94,0x09,0x94,0x0a,0x94,0x0a, 0x8b,0xca,0x94,0x0b,0x93,0xeb,0x94,0x0b,0x8b,0xca,0x8b,0xea,0x8b,0xe9,0x83,0xa8, 0x8b,0xea,0x83,0xc9,0x7b,0xc9,0x8b,0xaa,0x82,0xc2,0xcc,0x65,0xd4,0x84,0xc3,0xc3, 0xcc,0x04,0xbb,0xa2,0xbb,0xc2,0xc4,0x03,0xcc,0x42,0xe4,0xe4,0xe5,0x25,0xe5,0x05, 0xdc,0xc5,0xd4,0x84,0xb3,0x82,0x9b,0x22,0xb3,0xa3,0xbb,0xc2,0xb3,0xa2,0x9b,0xa6, 0x62,0x44,0x6a,0xea,0x39,0x83,0x9b,0xa8,0x93,0x44,0x93,0x46,0x93,0x25,0xac,0x26, 0xc5,0x0c,0x7a,0xe9,0x72,0xe9,0x8b,0xa8,0xbc,0xea,0xfe,0xd0,0xac,0x27,0x72,0x42, 0x82,0xc4,0x93,0x47,0x8b,0x27,0x8b,0xa9,0x83,0x48,0x7b,0x28,0x83,0x28,0x7b,0x29, 0x83,0x69,0x7b,0x29,0x72,0xc9,0x7a,0xe9,0x7b,0x0a,0x8b,0xcc,0xac,0xaf,0xcd,0xd5, 0xc5,0x93,0xb5,0x52,0xcd,0xf4,0xbd,0x50,0x93,0xea,0x93,0xa9,0x93,0xc9,0x93,0xe9, 0x9c,0x2a,0x9c,0x2a,0x93,0xc9,0x93,0xc9,0x8b,0xa9,0x8b,0xa9,0x83,0x69,0x8b,0xaa, 0x8b,0xaa,0x83,0x8b,0x8b,0xab,0x7b,0x27,0x8b,0xa8,0x9c,0x09,0xac,0x8b,0x8b,0x46, 0x93,0xc9,0x93,0xa9,0x93,0xe8,0xb4,0xec,0xac,0xab,0x8b,0xc8,0xac,0xab,0xac,0xcc, 0xac,0xac,0xa4,0x4a,0xb4,0xec,0xa4,0x8b,0xb4,0xcc,0xac,0x8b,0xb4,0xcc,0xb4,0xcc, 0xb4,0xcc,0xa4,0x6a,0xa4,0x2a,0x83,0x47,0xa4,0x0a,0x8b,0x47,0x72,0xa5,0x6a,0xc7, 0x62,0x87,0x49,0xa4,0x49,0xc4,0x6a,0xa6,0x72,0xe7,0x5a,0x65,0x5a,0x86,0x62,0xc8, 0x63,0x2a,0x63,0x4a,0x63,0x2a,0x73,0xcb,0x84,0x2c,0x8c,0x0c,0x93,0xeb,0x7c,0x2a, 0xa4,0xad,0xa4,0x8d,0xb5,0x0c,0xac,0x8a,0x8b,0x67,0x9c,0x4a,0xb4,0xed,0xac,0xcd, 0xac,0xcc,0xac,0xac,0xac,0xac,0xa4,0x8b,0xac,0xcc,0x9c,0x6b,0x9c,0x4a,0xa4,0x6a, 0x9c,0x2a,0x93,0xea,0x9c,0x2a,0x9c,0x2a,0x9c,0x4a,0xac,0x8b,0xa4,0x4b,0x94,0x0a, 0x8b,0xca,0x94,0x2b,0x93,0xea,0x93,0xea,0x8b,0x89,0x8b,0xa9,0x8b,0x8a,0x7b,0x28, 0x8b,0xa9,0x9c,0x2b,0x83,0x89,0x93,0xea,0x8b,0xca,0x94,0x0a,0x8b,0xc9,0x8b,0xe9, 0x8b,0xe9,0x7b,0x88,0x83,0x89,0x8a,0xc6,0xb3,0x44,0xd3,0xa3,0xd3,0x81,0xc3,0x63, 0xbb,0x43,0xab,0x01,0xbb,0xa4,0xb3,0x62,0xab,0x01,0xbb,0x62,0xbb,0x42,0xc3,0xa3, 0xc3,0xa3,0xcb,0xc3,0xd4,0x24,0xcc,0x24,0xe4,0xa5,0xdc,0x63,0xc4,0x23,0x92,0xe2, 0x51,0xe3,0x62,0xa9,0x5a,0x25,0xbc,0x48,0xab,0xa6,0xab,0xc8,0xab,0xc6,0xa3,0xa5, 0xb4,0x49,0x93,0x47,0x93,0x89,0x7a,0xa8,0x82,0xa9,0xcc,0xec,0xfe,0x8d,0x93,0x45, 0x7a,0x43,0x82,0x85,0x8b,0x28,0x8b,0xa9,0x8b,0x88,0x93,0xa8,0x93,0xc9,0x9b,0xca, 0x93,0xaa,0x8b,0x89,0x8b,0x69,0x83,0x4a,0x83,0x2a,0x93,0xcc,0x7b,0x28,0x93,0xec, 0xcd,0xf4,0xb5,0x52,0xbd,0x92,0xcd,0xf3,0xd5,0xd1,0xe6,0x32,0xd5,0xd0,0xac,0x8a, 0xa4,0x8a,0x9c,0x29,0x94,0x2a,0x9c,0x6c,0x9c,0x6c,0xa4,0x8d,0x9c,0x6c,0xa4,0x6c, 0x8b,0xc9,0xa4,0x6c,0xa4,0x4b,0x93,0xe9,0xa4,0x8c,0x94,0x4b,0x9c,0x8b,0x94,0x2a, 0xa4,0x6c,0x94,0x2a,0xa4,0x6c,0xac,0xad,0xa4,0x6c,0xa4,0x6c,0xa4,0x4b,0xa4,0x6b, 0xa4,0x8c,0xa4,0x6b,0xa4,0x6b,0xa4,0x8c,0xac,0xcc,0xac,0xac,0xb4,0xcc,0xb4,0xcc, 0xbd,0x0d,0xac,0xac,0xb4,0xab,0xb4,0xac,0xb4,0x8b,0xac,0x8b,0xa4,0x2a,0xa4,0x8c, 0x9c,0x4b,0x9c,0x2b,0x8b,0xa9,0x93,0xc9,0xac,0xad,0x94,0x0a,0x7b,0x89,0x83,0xeb, 0x63,0x2a,0x6b,0x6b,0x63,0x69,0x73,0xcb,0x7c,0x0b,0x94,0x4d,0x9c,0x2c,0x84,0x4a, 0xad,0x10,0xa4,0xef,0xad,0x0d,0x9c,0x2a,0x72,0xc5,0x93,0xe9,0xa4,0x8b,0xa4,0x8b, 0xac,0xed,0xa4,0x8b,0xa4,0x6b,0xa4,0x6b,0xa4,0x6b,0xa4,0x8b,0x9c,0x6b,0xa4,0x6b, 0x9c,0x2a,0x9c,0x0a,0x9c,0x0a,0x9c,0x2a,0x9c,0x29,0xa4,0x4a,0x9c,0x2b,0x94,0x0b, 0x93,0xea,0x94,0x0a,0x8b,0xca,0x93,0xc9,0x8b,0xa8,0x83,0x68,0x73,0x08,0x72,0xc7, 0x94,0x2b,0x94,0x29,0x8b,0xc8,0x9c,0x4b,0x8b,0xca,0x8b,0xca,0x8b,0xca,0x8b,0xc9, 0x9c,0x2b,0x8b,0xc9,0x83,0x48,0x71,0xe2,0x81,0x80,0xdb,0xe4,0xcb,0x01,0xba,0xc0, 0xba,0xe2,0xb2,0xe2,0xa2,0xe1,0xbb,0xe4,0xb3,0x43,0xa2,0xc1,0xb3,0x02,0xb3,0x42, 0xc3,0x83,0xc3,0xa3,0xb3,0x00,0xab,0x00,0xc3,0xa2,0xd3,0xc3,0xc4,0x05,0x92,0xc2, 0x69,0xe3,0x59,0xa4,0x72,0x45,0x9b,0x43,0xab,0x43,0xab,0x63,0xcc,0xa6,0xc4,0x46, 0xb4,0x06,0xd5,0x28,0xd5,0x06,0xbc,0x46,0xab,0xe6,0x93,0x22,0xf6,0x4d,0xee,0x0d, 0x69,0xa0,0x71,0xc1,0x7a,0x02,0x82,0xe4,0x7a,0xc3,0x8b,0x26,0x8b,0x26,0x8b,0x47, 0x8b,0x48,0x8b,0x48,0x8b,0x68,0x8b,0x89,0x93,0xaa,0x8b,0x49,0x8b,0x48,0x8b,0x69, 0xb4,0xcf,0xd6,0x34,0xcd,0xf3,0xd5,0xf2,0xd5,0xf1,0xcd,0x90,0xd5,0x8f,0xd5,0xcf, 0xdd,0xcf,0xd5,0xcf,0xbd,0x4d,0xa4,0x6a,0xa4,0x6b,0xa4,0x6d,0x9c,0x4c,0x8b,0x68, 0x9b,0xea,0xac,0x8c,0xa4,0x4b,0x9c,0x2a,0xa4,0xac,0x9c,0x8c,0xa4,0xad,0xa4,0xac, 0xac,0xec,0xa4,0x8b,0xa4,0xac,0xa4,0x8c,0xac,0x8d,0xa4,0x8d,0xa4,0x6d,0xa4,0xac, 0xa4,0x8c,0x9c,0x4b,0xa4,0x8c,0xa4,0x8c,0xa4,0x8b,0xa4,0xac,0x9c,0x6c,0x9c,0x6c, 0xa4,0xad,0xac,0xad,0xb4,0xcd,0xb4,0xcd,0xac,0x8c,0xa4,0x4b,0xa4,0x8b,0xa4,0x8b, 0xa4,0x4b,0xa4,0x4b,0xac,0x8b,0xac,0xac,0xac,0xac,0x94,0x4b,0x83,0xc9,0x94,0x6d, 0x7b,0xab,0x83,0xed,0x52,0xc6,0x7c,0x4c,0x5b,0x27,0x7c,0x2b,0x8c,0x2c,0x7c,0x09, 0xad,0x31,0xa4,0xef,0xa4,0xad,0x9c,0x2b,0x7b,0x26,0x83,0x47,0x8b,0xa8,0x7b,0x47, 0x93,0xe9,0x9c,0x4a,0xa4,0x6b,0xa4,0x6b,0x9c,0x4a,0x94,0x2a,0x9c,0x4b,0xa4,0x8c, 0xa4,0x6b,0x9c,0x6d,0x9c,0x0b,0x9c,0x09,0xac,0x48,0xac,0x48,0xa4,0x09,0x9b,0xc9, 0x8b,0xa7,0x94,0x09,0x8c,0x09,0x93,0xa7,0xc5,0x0a,0xb4,0xaa,0x73,0x25,0x83,0x27, 0x9c,0x2a,0x94,0x09,0x8b,0xa8,0x9c,0x2b,0x93,0xea,0x93,0xca,0x93,0xeb,0x8b,0xaa, 0x8b,0xc9,0x94,0x4a,0x83,0xc9,0x72,0x23,0x92,0x61,0xbb,0x42,0xbb,0x22,0xc3,0x22, 0xcb,0x42,0xcb,0x83,0xb3,0x21,0xbb,0xc3,0xbb,0xa3,0xb3,0x41,0xcb,0xa3,0xcb,0xe3, 0xdc,0x23,0xdc,0x85,0xdc,0xc7,0xcc,0x45,0xbb,0x62,0xab,0x21,0x92,0x61,0x79,0xe1, 0x51,0x40,0x51,0x23,0x82,0x22,0xb3,0xc5,0xb3,0x84,0xb3,0xa2,0xbc,0x23,0xd4,0xe7, 0xb4,0x04,0xcc,0xc5,0xf5,0xc4,0xfe,0x24,0xfe,0x45,0xdd,0x65,0xcd,0x07,0xff,0x0e, 0xbc,0x66,0x9a,0xc2,0x9a,0xe3,0x9b,0x64,0x93,0x23,0x8a,0xe2,0x9b,0x44,0x93,0x24, 0x82,0xa3,0x82,0xa3,0x82,0xc4,0x8a,0xe6,0x83,0x07,0x8b,0x49,0x8b,0x28,0x7b,0x08, 0x7b,0x08,0xac,0xad,0xd6,0x33,0xc5,0xb0,0xc5,0x90,0xcd,0xb0,0xcd,0x8e,0xd5,0x8e, 0xd5,0x8d,0xee,0x0d,0xf6,0x4d,0xee,0x4e,0xc5,0x0a,0xa4,0x49,0x9b,0xea,0x83,0xa9, 0xa4,0x8c,0x9c,0x4b,0xa4,0x8b,0xac,0x6c,0x9c,0x4c,0xa4,0x6c,0xa4,0x4b,0xac,0xac, 0xac,0xac,0xac,0x8b,0xa4,0x6b,0x9c,0x4b,0x94,0x2a,0x9c,0x4b,0x8b,0xc9,0xa4,0x8c, 0xac,0xcd,0xa4,0x8c,0xa4,0xad,0x9c,0x6c,0xa4,0x8c,0xa4,0xcc,0x94,0x4b,0x8c,0x0b, 0x94,0x2c,0x8b,0xeb,0x9c,0x2b,0x93,0xca,0x94,0x0a,0xa4,0x6b,0xa4,0x4a,0x8b,0xa8, 0x93,0xc9,0x8b,0xa9,0x9c,0x0b,0xa4,0x6b,0x94,0x2a,0x84,0x09,0x6b,0x88,0x84,0x2c, 0x8c,0x6d,0x8c,0x2c,0x6b,0xa9,0x73,0xc9,0x5b,0x27,0x7c,0x2b,0x7c,0x0b,0x84,0x2a, 0xad,0x31,0x94,0xae,0xa4,0xae,0xac,0x6c,0x8b,0x68,0x7b,0x47,0x83,0x67,0x72,0xe5, 0x7b,0x06,0x8b,0xa9,0x9c,0x2b,0xac,0x8c,0xa4,0x4b,0x9c,0x0a,0x9c,0x2a,0x9c,0x2a, 0x9c,0x4a,0xa4,0xad,0xa4,0x6d,0xbc,0x88,0xdd,0x88,0xb4,0x03,0xbc,0x24,0xc4,0x66, 0xe5,0x8b,0xcd,0x2b,0xa4,0x48,0xb3,0xe3,0xed,0x06,0xdc,0xe6,0xe5,0x8a,0xd5,0x4b, 0xbc,0xe9,0xb4,0xaa,0x83,0x46,0x93,0xc9,0x9c,0x2a,0xa4,0x6b,0xa4,0x6c,0x94,0x0b, 0x8b,0xc9,0x8b,0xea,0x8b,0xeb,0x8b,0x27,0x8a,0x62,0xbb,0x83,0xc3,0xc2,0xb3,0x62, 0xaa,0xe2,0xaa,0xe2,0xc3,0xc5,0xbb,0xc5,0xc3,0xe5,0xc3,0xe1,0xc3,0xe3,0xd4,0x26, 0xcb,0xe2,0xbb,0x82,0xdc,0xe6,0xed,0x88,0xed,0x68,0xc4,0x26,0x69,0x60,0x61,0x60, 0x72,0xa5,0x69,0xc5,0xab,0x01,0xdc,0x85,0xcc,0x05,0xcc,0x45,0xc4,0x44,0xc4,0x45, 0xab,0xe5,0xb4,0x05,0xcc,0xa4,0xdd,0x04,0xed,0x64,0xed,0x86,0xc4,0x84,0xf6,0xcc, 0xf6,0x4c,0x92,0xe0,0xb3,0x82,0xe4,0xc6,0xdc,0xc5,0xd4,0xc4,0xe5,0x66,0xdd,0x05, 0xe5,0x26,0xdc,0xe5,0xd4,0xc5,0xc4,0x85,0xac,0x05,0x8b,0x24,0x83,0x04,0x7a,0xa4, 0x7a,0xc4,0x7a,0xa3,0xac,0x4a,0xde,0x32,0xcd,0x91,0xcd,0x8f,0xdd,0xce,0xe5,0xcf, 0xe5,0xed,0xee,0x0a,0xf6,0x28,0xfe,0x48,0xfe,0x8b,0xdd,0xa9,0x9c,0x26,0x93,0xea, 0x94,0x2c,0x84,0x2b,0xa4,0xac,0x9c,0x2c,0x9c,0x4e,0x94,0x0c,0x94,0x2b,0x9c,0x6b, 0xa4,0x6c,0xa4,0x8d,0x9c,0x6d,0x8c,0x0b,0x94,0x2c,0xa4,0x6d,0x94,0x2b,0x94,0x0b, 0x9c,0x6c,0x9c,0x8d,0xac,0xce,0xa4,0xce,0x94,0x8d,0x94,0x8d,0x94,0x8d,0x8c,0x2c, 0x8c,0x0c,0x8b,0xeb,0x94,0x0b,0x8b,0xeb,0x93,0xeb,0x83,0x67,0x8b,0x86,0x7b,0x05, 0x7b,0x47,0x7b,0x28,0x7b,0x28,0x83,0x88,0x83,0xa9,0x73,0x88,0x6b,0x88,0x73,0xa9, 0x84,0x2b,0x83,0xea,0x84,0x2a,0x84,0x2b,0x7b,0xea,0x8c,0x2b,0x84,0x2b,0x7c,0x09, 0xa4,0xf0,0x8c,0x6d,0x8c,0x2b,0xa4,0x8b,0x9c,0x0a,0x93,0xe9,0x8b,0xa9,0x7b,0x26, 0x7b,0x27,0x7b,0x47,0x72,0xe6,0x93,0xca,0xa4,0x6b,0x9c,0x0a,0x93,0xea,0x9c,0x0a, 0x9c,0x2a,0xa4,0x4a,0x9b,0xa6,0xe5,0x89,0xf6,0x2a,0xe5,0x87,0xbc,0x22,0xcc,0x63, 0xdc,0xc5,0xf5,0xc9,0xf6,0x0a,0xfe,0x08,0xed,0x85,0xcc,0x22,0xdc,0x87,0xee,0x4a, 0xfe,0xac,0xfe,0x8d,0xf6,0x8e,0xac,0x27,0x8b,0xa7,0x9c,0x0a,0xa4,0x4c,0x93,0xca, 0x8b,0xa9,0x8b,0xca,0x93,0xab,0x8b,0x29,0x61,0xc1,0xbb,0xc4,0xfd,0x67,0xdc,0xc4, 0xc3,0xe2,0xa2,0xe1,0xab,0x03,0x9a,0xe2,0x8a,0x82,0xdd,0x47,0xcc,0xc5,0xb3,0xe2, 0xbb,0xe2,0xa3,0x23,0xd5,0x28,0xdd,0x68,0xed,0xc9,0xf6,0x0c,0xdd,0x8b,0xd5,0x6c, 0xcd,0x6c,0x72,0x21,0xb3,0xa3,0xe4,0xa5,0xcc,0x44,0xc4,0x43,0xcc,0x64,0xbc,0x03, 0xcc,0x85,0xcc,0xa6,0xd4,0xa6,0xd4,0xc5,0xcc,0x83,0xcc,0x84,0xc4,0x65,0xcc,0xc5, 0xfe,0x4d,0xbc,0x88,0xab,0xc3,0xe4,0xc3,0xe4,0xc3,0xec,0xe5,0xe4,0xe4,0xd4,0xa3, 0xed,0x66,0xed,0x45,0xed,0x84,0xed,0xc5,0xf6,0x06,0xed,0xc6,0xf5,0xc6,0xed,0xa6, 0xdd,0x05,0xcc,0x64,0xab,0xa4,0xed,0x6e,0xe6,0x10,0xde,0x4e,0xe6,0x2d,0xe5,0xec, 0xfe,0x6e,0xf6,0x6b,0xf6,0x69,0xf6,0x27,0xfe,0x67,0xfe,0xa9,0xee,0x4a,0xa4,0x48, 0x83,0x69,0x8b,0xcb,0x94,0x4b,0x8b,0xea,0x83,0xcc,0x83,0xcc,0x94,0x4d,0x94,0x2c, 0x8b,0xcb,0x94,0x2d,0x84,0x0b,0x8b,0xec,0x8c,0x0c,0x94,0x2c,0x9c,0x6d,0x8b,0xcb, 0x9c,0x6d,0x94,0x2c,0x94,0x2c,0x8b,0xeb,0x8b,0xec,0x94,0x2c,0x94,0x8e,0x84,0x0c, 0x8b,0xec,0x8b,0xec,0x94,0x4d,0x83,0xcc,0x72,0xe8,0x6a,0x86,0x8b,0x27,0x72,0xa4, 0x8b,0x68,0x83,0x28,0x73,0x08,0x83,0x69,0x73,0x68,0x73,0x89,0x6b,0x89,0x63,0x68, 0x7b,0xaa,0x73,0x68,0x84,0x0b,0x8c,0x4b,0x83,0xe9,0x83,0xe9,0x84,0x09,0x84,0x29, 0x8c,0x4d,0x84,0x2c,0x73,0x88,0x84,0x09,0x94,0x2a,0x94,0x2b,0x83,0x89,0x73,0x27, 0x73,0x47,0x7b,0x47,0x7b,0x48,0x8b,0xea,0x94,0x0b,0x8b,0xea,0x8b,0xca,0x8b,0xea, 0xa4,0x4c,0x9b,0xc7,0xc4,0xc7,0xfe,0x49,0xee,0x08,0xf6,0x49,0xf5,0xa6,0xe4,0xc3, 0xdc,0x61,0xfd,0xa5,0xf6,0x45,0xe5,0xe4,0xf6,0x68,0xfe,0x6b,0xbc,0x03,0xee,0x09, 0xee,0x28,0xf6,0x28,0xfe,0x8b,0xf6,0x6c,0xd5,0xef,0xa4,0x6b,0x93,0xc8,0x93,0xc9, 0x83,0x88,0x7b,0x88,0x94,0x4b,0x7b,0x68,0x7b,0x07,0x51,0x00,0x82,0x02,0xed,0x26, 0xf5,0xa4,0xed,0x82,0xdd,0x05,0x9b,0x24,0x69,0xa2,0xee,0x2b,0xee,0x29,0xe5,0xea, 0xfe,0x6c,0xed,0xcd,0xee,0x0b,0xe6,0x0a,0xe6,0x2a,0xe5,0xea,0xe6,0x0b,0xe6,0x0b, 0xdd,0xab,0xbc,0x65,0xa3,0x62,0xc4,0x04,0xc3,0xe4,0xbc,0x04,0xcc,0x66,0xc4,0x24, 0xcc,0x66,0xd4,0xa6,0xcc,0x45,0xcc,0x85,0xcc,0xa6,0xcc,0x85,0xc4,0x45,0xd4,0xa1, 0xed,0xc9,0xed,0xee,0x8a,0xe2,0xb3,0x82,0xd4,0x44,0xcc,0x02,0xdc,0x83,0xe4,0xe4, 0xd4,0xa3,0xcc,0x83,0xd4,0x84,0xd4,0x63,0xdc,0xe4,0xdc,0xe3,0xf5,0x65,0xed,0xc5, 0xfd,0xe5,0xfe,0x06,0xe5,0x45,0xd4,0xe4,0xf6,0x6c,0xee,0x6d,0xf6,0x6c,0xf6,0x6b, 0xed,0xea,0xf6,0x4b,0xf6,0x6a,0xfe,0x49,0xf6,0x06,0xfe,0x27,0xfe,0x69,0xfe,0x8b, 0xcd,0x4a,0x8b,0x87,0x8b,0xa9,0x8b,0xed,0x73,0x2b,0x7b,0xab,0x7b,0xab,0x7b,0x8a, 0x83,0xcc,0x7b,0xab,0x7b,0xab,0x7b,0xab,0x83,0xcb,0x83,0xeb,0x8c,0x0c,0x8b,0xec, 0x8b,0xec,0x83,0x8b,0x7b,0x29,0x73,0x09,0x7b,0x4a,0x8b,0xcc,0x8b,0xec,0x7b,0x8b, 0x7b,0x8b,0x83,0xcc,0x8c,0x2d,0x84,0x0d,0x62,0xe8,0x49,0x83,0x7b,0x08,0x72,0x85, 0x8b,0x48,0x83,0x48,0x73,0x28,0x73,0x29,0x73,0x48,0x7b,0xaa,0x7b,0xea,0x6b,0x89, 0x7b,0xa9,0x73,0x89,0x83,0xc9,0x8c,0x2a,0x7b,0xc9,0x73,0x87,0x7b,0xa8,0x7b,0xc8, 0x84,0x0c,0x73,0xaa,0x5b,0x07,0x63,0x26,0x6b,0x48,0x63,0x28,0x63,0x07,0x5a,0xe7, 0x63,0x28,0x63,0x07,0x6b,0x27,0x7b,0x89,0x83,0xca,0x83,0xca,0x83,0xea,0x7b,0xaa, 0x8b,0xa9,0x9b,0x85,0xfe,0x69,0xf6,0x06,0xf6,0x27,0xed,0xa5,0xf5,0xc7,0xed,0x86, 0xc4,0x42,0xe5,0x65,0xfe,0xe8,0xee,0x68,0xee,0x6a,0xfe,0xad,0xf6,0x6d,0xe6,0x2c, 0xee,0x2b,0xed,0xc8,0xee,0x0a,0xee,0x4c,0xf7,0x34,0xff,0x76,0xbc,0xaa,0x8b,0x65, 0x7b,0x26,0x8c,0x2b,0xe7,0x15,0xbd,0x4d,0xcd,0x2c,0xd4,0xcb,0xa3,0x46,0xb3,0x46, 0xdc,0xc6,0xe5,0x24,0xc4,0x66,0x71,0xe5,0x59,0x42,0xf6,0x6d,0xf6,0x6b,0xe6,0x0a, 0xf6,0x4a,0xc4,0x87,0xe5,0xcb,0xee,0x2b,0xee,0x4b,0xdd,0xa9,0xe6,0x0b,0xe6,0x2b, 0xed,0xa9,0xed,0xe7,0xb4,0x46,0xb3,0xc5,0xbb,0x82,0xb3,0x63,0xab,0x43,0xab,0x44, 0xbb,0xe5,0xc4,0x26,0xdc,0xe8,0xcc,0x66,0xd4,0xc8,0xcc,0xc7,0xd4,0xc7,0xe5,0x04, 0xcc,0x64,0xe5,0x8b,0xc4,0x69,0x92,0xc3,0xbb,0xe5,0xbb,0xc4,0xd4,0x85,0xc4,0x43, 0xc4,0x02,0xc4,0x22,0xcc,0x43,0xdc,0xe5,0xe5,0x05,0xd4,0xc2,0xdc,0xc3,0xcc,0xa4, 0xcc,0x62,0xe5,0x24,0xdc,0xe2,0xdd,0x64,0xed,0xe8,0xfe,0xad,0xfe,0x8b,0xf6,0x68, 0xee,0x09,0xee,0x2c,0xf6,0x4a,0xfe,0x6a,0xf6,0x49,0xfe,0x49,0xfe,0x49,0xf6,0x45, 0xfe,0x49,0xf6,0x6c,0x93,0xc5,0x8b,0xab,0x7b,0x2a,0x83,0x8a,0x7b,0x69,0x7b,0x8a, 0x7b,0xab,0x7b,0xab,0x83,0xeb,0x83,0xeb,0x83,0xeb,0x8c,0x0c,0x8b,0xeb,0x8b,0xec, 0x83,0xab,0x73,0x08,0x5a,0x66,0x6a,0xa7,0x62,0x65,0x83,0x6a,0x83,0xcb,0x73,0x89, 0x7b,0xab,0x83,0xcc,0x7b,0xac,0x84,0x0d,0x7b,0xcc,0x62,0xc7,0x6a,0xc8,0x6a,0xc7, 0x7b,0x49,0x83,0xaa,0x73,0x69,0x8c,0x2d,0x83,0xcb,0x7b,0xaa,0x73,0xca,0x6b,0x89, 0x7b,0xa9,0x7b,0xa9,0x83,0xe9,0x8c,0x2a,0x7b,0xa9,0x73,0xa9,0x7b,0xca,0x7b,0xaa, 0x94,0x8e,0x73,0x8b,0x5a,0xe8,0x53,0x07,0x53,0x08,0x4a,0xa7,0x52,0xe8,0x4a,0xa6, 0x52,0xe7,0x5a,0xe7,0x5a,0xe7,0x63,0x27,0x6b,0x68,0x6b,0x69,0x6b,0x68,0x6b,0x88, 0x72,0xe7,0xcd,0x2a,0xdd,0x84,0xed,0xe5,0xdd,0x63,0xf5,0xc5,0xe5,0x85,0xe5,0x88, 0xdd,0xa9,0xee,0x0b,0xee,0x29,0xfe,0x4b,0xed,0xec,0xf6,0x4e,0xf6,0xd0,0xe6,0x72, 0xee,0x2f,0xfe,0x4d,0xf6,0x6d,0xee,0x4e,0xe6,0x91,0xff,0x34,0xe6,0x2e,0xc5,0x2b, 0xd6,0x52,0xde,0x95,0xde,0x73,0xc4,0x87,0xd4,0x63,0xdc,0xa4,0xcc,0xa5,0xc4,0x23, 0xd4,0x86,0xcc,0x66,0xcc,0xc9,0x9b,0xc6,0x82,0xa4,0xe5,0xca,0xf6,0x2b,0xee,0x0b, 0xee,0x08,0xdd,0x68,0xe5,0xaa,0xe5,0xc9,0xe5,0xea,0xf6,0x2c,0xee,0x2c,0xe5,0xca, 0xfd,0xca,0xed,0xc6,0xdd,0xad,0xb4,0x08,0xb3,0x61,0xdc,0x65,0xc3,0xc5,0x9a,0xe1, 0xbc,0x27,0xb3,0xa3,0xc3,0xe4,0xab,0xa4,0xc4,0x66,0xbc,0x25,0xcc,0x45,0xcc,0x25, 0xb3,0x42,0xa3,0x01,0xd4,0xe9,0xbc,0x88,0x82,0xa2,0x8b,0x03,0xbc,0x46,0xc4,0x65, 0xcc,0x45,0xc3,0xe4,0xab,0x44,0xb3,0x84,0xab,0x64,0xb3,0xc5,0xbb,0xe5,0xd4,0x86, 0xdc,0xc6,0xe4,0xc6,0xd4,0x63,0xcc,0x43,0xd4,0xa3,0xdd,0x26,0xfe,0xab,0xfe,0xa9, 0xf6,0x8a,0xee,0x2b,0xee,0x27,0xf6,0x48,0xf6,0x68,0xf6,0x49,0xee,0x4a,0xf6,0x06, 0xfe,0x27,0xee,0x05,0xee,0x29,0x9c,0x07,0x83,0x69,0x8b,0xeb,0x83,0xaa,0x8c,0x0a, 0x83,0xea,0x8c,0x2c,0x8c,0x0c,0x94,0x4d,0x94,0x2c,0x94,0x4c,0x8b,0xca,0x7b,0x69, 0x8c,0x0c,0x7b,0x49,0x72,0xe8,0x73,0x08,0x6a,0x86,0x83,0x89,0x94,0x2c,0x83,0xea, 0x84,0x0b,0x8b,0xec,0x83,0x8c,0x83,0xec,0x84,0x0c,0x73,0xcb,0x73,0x8b,0x7b,0xac, 0x7b,0xab,0x83,0xca,0x83,0xea,0x83,0xeb,0x84,0x0c,0x7b,0xcb,0x63,0x49,0x63,0x48, 0x84,0x0b,0x7b,0xa9,0x73,0xa8,0x7b,0xc9,0x73,0x89,0x73,0x8a,0x83,0xed,0x7b,0xcc, 0x94,0xaf,0x6b,0x8a,0x4a,0xa7,0x52,0xc8,0x4a,0xc8,0x4a,0xc8,0x4a,0xc7,0x52,0xc8, 0x4a,0x87,0x4a,0xc8,0x4a,0xa8,0x5b,0x08,0x5b,0x08,0x52,0xe7,0x63,0x48,0x6a,0xe8, 0x8b,0x87,0xfe,0xd0,0xf6,0x2b,0xdd,0xc7,0xe5,0xc8,0xee,0x0a,0xf6,0x6c,0xee,0x4d, 0xde,0x0c,0xf6,0xaf,0xee,0x4d,0xf6,0x6e,0xf6,0x8f,0xee,0x91,0xe6,0x52,0xde,0x93, 0xf6,0xb1,0xe5,0xeb,0xe5,0xec,0xe6,0x50,0xde,0x30,0xf6,0xd3,0xe6,0x30,0xd5,0xf0, 0xf7,0x35,0xcd,0x8f,0xb3,0xe7,0xcc,0x46,0xe4,0xe6,0xbb,0x81,0xcb,0xc4,0xd4,0x47, 0xbb,0xe4,0xbc,0x25,0xcc,0x86,0xdc,0xc7,0xe5,0x67,0xcc,0xa5,0xed,0xa6,0xed,0x84, 0xe5,0x87,0xe5,0xa5,0xe5,0x25,0xed,0x65,0xe5,0x24,0xed,0x86,0xf6,0x09,0xed,0xea, 0xf6,0x0a,0xee,0x29,0xe5,0xe8,0xe5,0x88,0xe5,0x4d,0x9a,0xa2,0xcc,0x03,0xbb,0x41, 0xed,0x09,0xe5,0x28,0xb3,0x81,0xb3,0x63,0xb3,0xa5,0xbb,0xc3,0xcb,0xa2,0xc3,0x21, 0xd3,0x43,0xcb,0x84,0xab,0x22,0xa2,0xc1,0xd4,0x88,0xb4,0x06,0x93,0x43,0xa3,0x84, 0xab,0x43,0xbb,0x02,0xba,0xe2,0xb3,0x23,0xb3,0x64,0xb3,0xa5,0xb3,0x64,0xb3,0x64, 0xb3,0xc5,0xab,0xa4,0x9b,0x83,0xa4,0x25,0xab,0xe4,0xb3,0xc4,0xe5,0x69,0xfe,0x8d, 0xf6,0xab,0xf6,0xab,0xf6,0x08,0xed,0xa5,0xed,0xc5,0xee,0x06,0xee,0x27,0xf6,0x06, 0xee,0x05,0xf6,0x05,0xf5,0xe6,0xf5,0xe7,0xac,0x65,0x8b,0xca,0x8c,0x0c,0x8c,0x48, 0x8c,0x49,0x94,0x0c,0x8b,0xeb,0x8b,0xeb,0x8b,0xcb,0x8b,0xcb,0x8b,0xcb,0x83,0x8b, 0x8b,0xac,0x7b,0x49,0x7b,0x69,0x83,0x8a,0x7b,0x6a,0x8b,0xec,0x94,0x2c,0x83,0xab, 0x8b,0xeb,0x8c,0x4d,0x83,0xcc,0x83,0xec,0x83,0xed,0x7b,0xad,0x7b,0x8c,0x7b,0xcc, 0x7b,0xab,0x73,0x8b,0x83,0xab,0x7b,0x6a,0x83,0xab,0x83,0xaa,0x73,0x68,0x73,0xa9, 0x73,0xea,0x5b,0x67,0x63,0x87,0x74,0x09,0x6b,0xa9,0x52,0x86,0x7b,0x6a,0x7b,0xab, 0x8c,0x4d,0x63,0x29,0x4a,0xa7,0x4a,0xa8,0x3a,0x68,0x3a,0x48,0x42,0x88,0x4a,0xa8, 0x52,0xea,0x4a,0x88,0x3a,0x26,0x4a,0x67,0x52,0xa9,0x52,0xe9,0x4a,0xa7,0x7b,0x69, 0xc5,0x2f,0xfe,0xf5,0xf6,0x92,0xf6,0xb3,0xf6,0x72,0xfe,0xf3,0xee,0x51,0xf6,0xd3, 0xfe,0xd4,0xf6,0xd3,0xfe,0xd2,0xf6,0xb1,0xfe,0xf3,0xff,0x14,0xff,0x36,0xf6,0xf3, 0xee,0x4e,0xdd,0x68,0xed,0xeb,0xe6,0x4f,0xee,0x91,0xff,0x13,0xff,0x75,0xf6,0xb2, 0xf6,0xd2,0xcd,0xad,0xb4,0x26,0xbc,0x66,0xbc,0x65,0xdd,0x08,0x9a,0xe1,0x8a,0xe3, 0x9b,0x43,0xbb,0xe4,0xf5,0xca,0xe5,0xa7,0xd4,0xe5,0xdc,0xc7,0xfd,0xc7,0xed,0x63, 0xed,0x86,0xed,0xc4,0xed,0xa6,0xf5,0xa4,0xf5,0xa4,0xed,0x65,0xdc,0xc6,0xf5,0xa8, 0xf6,0x09,0xee,0x08,0xf6,0x29,0xe5,0x88,0xe5,0xe8,0xd5,0x8c,0x82,0x65,0xa3,0x23, 0xed,0x05,0xec,0xe4,0xc3,0xa2,0xb2,0x81,0xb3,0x04,0xc3,0x84,0xe4,0x65,0xe4,0x86, 0xdb,0x83,0xcb,0x63,0xaa,0xa0,0xb2,0xa1,0xc2,0xe2,0xb3,0x22,0xe5,0x0b,0xab,0x84, 0xa3,0x01,0xbb,0x62,0xc3,0x22,0xb2,0xa1,0xba,0xa1,0xbb,0x01,0xbb,0x41,0xaa,0xe2, 0xbb,0x84,0xc4,0x26,0xcc,0xa7,0xcc,0xe7,0xcc,0xa6,0xcc,0x65,0xb3,0xc2,0xd5,0x06, 0xfe,0xac,0xf6,0x8a,0xf6,0x47,0xed,0xc5,0xed,0xc5,0xed,0xc5,0xf6,0x06,0xfe,0x27, 0xf6,0x26,0xf5,0xe5,0xed,0xa5,0xed,0x85,0xfe,0x27,0xd5,0x68,0xa4,0x07,0x9c,0x0b, 0x94,0x0c,0x8b,0xec,0x83,0xab,0x8b,0xcb,0x8b,0xca,0x8b,0xcb,0x8b,0xeb,0x83,0xec, 0x83,0xab,0x83,0x8a,0x83,0x8a,0x8b,0xcb,0x83,0xaa,0x83,0xcb,0x83,0xcb,0x83,0xaa, 0x8b,0xeb,0x8c,0x2c,0x83,0xcb,0x7b,0xab,0x83,0xcb,0x73,0x8a,0x7b,0x8b,0x7b,0x8a, 0x7b,0x8a,0x7b,0xaa,0x8b,0xcb,0x8b,0xaa,0x83,0xaa,0x83,0x89,0x83,0x89,0x7b,0x88, 0x63,0x07,0x52,0xe6,0x42,0xe5,0x63,0xa9,0x5b,0x49,0x52,0xa6,0x7b,0x8b,0x83,0xec, 0x8c,0x2c,0x6b,0x4a,0x52,0xe9,0x42,0xc9,0x42,0xa9,0x3a,0x68,0x3a,0x88,0x42,0xea, 0x42,0xc9,0x4a,0xc9,0x3a,0x67,0x53,0x2d,0x53,0x2d,0x5b,0x0b,0x5a,0x88,0x83,0x69, 0xff,0x18,0xff,0x17,0xf6,0xf6,0xde,0x53,0xff,0x17,0xf6,0xb5,0xfe,0xf6,0xfe,0xf6, 0xf6,0xf6,0xf6,0xf6,0xfe,0xf5,0xfe,0xf6,0xff,0x16,0xf7,0x15,0xee,0xd5,0xff,0x12, 0xe5,0xeb,0xd4,0xe6,0xe5,0x68,0xdd,0x6a,0xbd,0x0a,0xbc,0xea,0xbc,0xc9,0xdd,0x8c, 0xcd,0x0b,0xe5,0xef,0x9c,0x07,0xa4,0x49,0xa4,0x28,0xc4,0xaa,0x93,0x04,0x93,0x66, 0xab,0x85,0xdc,0x66,0xf5,0x46,0xee,0x05,0xdd,0x04,0xbb,0x65,0xf5,0x26,0xed,0x42, 0xed,0x85,0xf6,0x04,0xed,0xe5,0xf5,0xe4,0xf5,0x84,0xec,0xc4,0xd3,0xe4,0xed,0x25, 0xed,0x46,0xf5,0xc8,0xf6,0x09,0xf6,0x09,0xed,0xe6,0xdd,0xca,0xf6,0xb4,0xa4,0x09, 0xc4,0x88,0xdc,0xc6,0xbb,0x00,0xb2,0x61,0xb2,0xa3,0xbb,0x22,0xcb,0x61,0xc3,0xa2, 0xcb,0x41,0xdb,0xe4,0xb2,0xa1,0xc2,0x42,0xca,0x41,0xc2,0x60,0xba,0x80,0xdc,0x87, 0xdc,0xe7,0xbc,0x02,0xcc,0x85,0xec,0x66,0xdb,0x83,0xcb,0xa2,0xcc,0x23,0xbb,0x42, 0xaa,0xe1,0xbb,0x61,0xcc,0x24,0xe4,0xc6,0xe4,0xc5,0xe4,0xe5,0xcc,0x22,0xc4,0x02, 0xed,0x67,0xfe,0x8a,0xf6,0x67,0xee,0x26,0xed,0xc5,0xed,0xe5,0xfe,0x06,0xf6,0x06, 0xf6,0x06,0xed,0x64,0xed,0x64,0xe4,0xe3,0xed,0x85,0xfe,0xa9,0xbc,0xc7,0x93,0xab, 0x8b,0xed,0x83,0xcb,0x83,0xab,0x8b,0xeb,0x83,0xcb,0x8b,0xeb,0x8b,0xcb,0x7b,0xab, 0x83,0xcc,0x7b,0xab,0x7b,0x8a,0x83,0xab,0x83,0xaa,0x83,0xaa,0x8b,0xca,0x83,0xaa, 0x8b,0xeb,0x83,0xcb,0x83,0xaa,0x7b,0x8a,0x8c,0x2c,0x83,0xaa,0x83,0xaa,0x83,0x89, 0x7b,0x49,0x8b,0xca,0x9c,0x2b,0x8b,0xa9,0x83,0x69,0x7b,0x07,0x8b,0x89,0x73,0x27, 0x63,0x27,0x52,0xc6,0x4b,0x08,0x53,0x69,0x63,0x6a,0x7b,0xcc,0x6b,0x2a,0x73,0x8b, 0x84,0x0c,0x63,0x4a,0x5b,0x2a,0x53,0x2b,0x4a,0xa8,0x4a,0xc9,0x3a,0xc9,0x32,0xa8, 0x3a,0xc9,0x42,0xe9,0x43,0x0d,0x4b,0xb2,0x5b,0xf3,0x63,0x6d,0x7b,0x29,0xa4,0x0c, 0xff,0x17,0xff,0x36,0xee,0xf4,0xe6,0xf2,0xee,0xb4,0xf6,0xf6,0xf6,0xf5,0xee,0xd5, 0xee,0xd5,0xee,0xd5,0xee,0xb5,0xf6,0xf6,0xf7,0x16,0xff,0x57,0xff,0x35,0xee,0xb0, 0xd5,0x69,0xb3,0xe2,0xbc,0x03,0xbc,0x45,0xac,0x06,0xbc,0x88,0xc4,0xa8,0xc4,0x88, 0xbc,0x28,0xbc,0x6a,0x6a,0x64,0x72,0xc7,0x6a,0x66,0x7a,0xa6,0x9b,0x67,0x9b,0x45, 0xdc,0x88,0xd3,0xa2,0xe4,0xa2,0xfd,0xe5,0xed,0x84,0x92,0x63,0xe4,0xe6,0xf5,0xa4, 0xf6,0x07,0xf6,0x25,0xed,0xe4,0xe5,0x64,0xe5,0x05,0xe4,0xa5,0xd3,0xa2,0xd4,0x22, 0xd4,0x43,0xed,0x67,0xed,0xc9,0xfe,0x49,0xfe,0x2b,0xf6,0x08,0xe6,0x08,0xf6,0xb2, 0xac,0x8d,0xac,0x29,0xab,0x01,0xcb,0x63,0xc3,0x63,0xb3,0x01,0xdb,0xc3,0xcb,0xa3, 0xd3,0xa2,0xd4,0x03,0xdc,0x05,0xc2,0x61,0xca,0x61,0xca,0x60,0xc2,0x81,0xc2,0xc1, 0xd4,0x03,0xed,0x87,0xbc,0x83,0xbb,0xc2,0xc3,0x82,0xdc,0x65,0xdc,0xc5,0xdc,0x65, 0xcb,0xc3,0xdc,0x45,0xd3,0xc3,0xd3,0x42,0xd3,0xe3,0xe4,0x44,0xdc,0x03,0xdc,0x22, 0xdc,0x23,0xed,0x25,0xf6,0x47,0xf6,0x27,0xf6,0x47,0xf6,0x06,0xf6,0x26,0xf6,0x06, 0xed,0x85,0xf5,0x86,0xed,0x46,0xe5,0x66,0xe5,0xc9,0xfe,0xef,0xf6,0xd0,0x8b,0xa7, 0x83,0xea,0x7b,0xca,0x83,0xaa,0x83,0xab,0x8b,0xec,0x8b,0xec,0x83,0xcb,0x7b,0xab, 0x83,0xab,0x7b,0xaa,0x83,0xaa,0x8b,0xcb,0x8b,0xca,0x8b,0xeb,0x93,0xeb,0x83,0xaa, 0x8b,0xca,0x83,0xa9,0x83,0xca,0x83,0xca,0x93,0xeb,0x83,0xca,0x83,0xa9,0x83,0x69, 0x83,0x68,0x83,0x68,0x8b,0xc9,0x83,0x47,0x7b,0x28,0x72,0xc6,0x8b,0x88,0x6a,0xc6, 0x6b,0x28,0x5b,0x28,0x5b,0x8a,0x5b,0x49,0x5b,0x29,0x73,0x8b,0x5a,0x88,0x7b,0xca, 0x6b,0x8b,0x52,0xe9,0x5b,0x2a,0x53,0x2a,0x52,0xea,0x4a,0xcb,0x43,0x2d,0x4b,0x6f, 0x53,0x2e,0x63,0xd1,0x54,0x34,0x5c,0xd9,0x64,0xf8,0x52,0xeb,0x93,0x89,0xd5,0xaf, 0xf6,0xf5,0xe6,0xb5,0xee,0xd6,0xee,0xd4,0xee,0xb4,0xee,0xb4,0xf6,0xf6,0xff,0x37, 0xf6,0xf6,0xff,0x16,0xf6,0xf4,0xf6,0xd5,0xf6,0xf5,0xff,0x76,0xf6,0xd3,0xd5,0xcd, 0xbc,0xa7,0xc4,0x45,0xc4,0x45,0xbc,0x46,0xb3,0xe6,0xb3,0xc5,0xc4,0x26,0xa3,0x44, 0xa3,0x86,0x69,0xe1,0x61,0xc2,0x59,0xc4,0x72,0x88,0x7a,0xa5,0x93,0x24,0xcc,0x86, 0xed,0x68,0xed,0x44,0xed,0x64,0xf6,0x07,0xf6,0x05,0xab,0x85,0xf5,0x89,0xf6,0x27, 0xf6,0x49,0xee,0x48,0xf6,0x05,0xe5,0x68,0xed,0x4b,0xe4,0xa7,0xdc,0x23,0xcb,0x41, 0xd3,0xc3,0xe4,0xe6,0xdd,0x05,0xed,0xc6,0xee,0x28,0xf6,0x48,0xf6,0x07,0xf6,0x49, 0xee,0x2d,0xf6,0xd3,0xbc,0x8a,0xcc,0x25,0xd4,0x42,0xc3,0xc1,0xdb,0xc4,0xcb,0x84, 0xcb,0x62,0xc3,0xe2,0xfd,0xa9,0xcb,0x42,0xc2,0xe1,0xc2,0xe2,0xd2,0xe2,0xca,0xc1, 0xe4,0x03,0xe4,0x84,0xed,0x45,0xd4,0x43,0xcb,0xe3,0xc3,0x62,0xdb,0xc3,0xd4,0x23, 0xe4,0xa5,0xd3,0xc3,0xd3,0x42,0xd3,0x02,0xdb,0xa3,0xd3,0x62,0xe3,0xc3,0xdb,0xa1, 0xdb,0xc1,0xe4,0x62,0xed,0x65,0xf6,0x08,0xfe,0xa9,0xf6,0x67,0xee,0x05,0xf6,0x06, 0xe5,0x44,0xe4,0xe6,0xf5,0xca,0xf6,0x4b,0xf6,0xac,0xff,0x11,0xfe,0xf0,0xe6,0x6b, 0x83,0x86,0x7b,0x6c,0x7b,0xaa,0x83,0xcb,0x83,0xcb,0x83,0xcb,0x83,0xcb,0x7b,0x8a, 0x83,0xaa,0x83,0xaa,0x8b,0xaa,0x8b,0xca,0x8b,0x89,0x8b,0xca,0x8b,0xca,0x8b,0xa9, 0x8b,0xa9,0x83,0x89,0x83,0xa9,0x83,0xa9,0x83,0x69,0x7b,0x28,0x6a,0xe7,0x6a,0xa5, 0x72,0xe6,0x6a,0xe6,0x83,0x68,0x73,0x47,0x73,0x06,0x73,0x07,0x83,0x89,0x6b,0x07, 0x6b,0x69,0x5b,0x08,0x5b,0x6a,0x4b,0x08,0x5b,0x28,0x9c,0xb0,0x52,0x26,0x8c,0x2b, 0x5b,0x09,0x52,0xe7,0x52,0xc7,0x52,0xa9,0x52,0xea,0x4b,0x2d,0x53,0xf2,0x64,0xd8, 0x5c,0x97,0x75,0x19,0x65,0x1a,0x54,0xdb,0x4c,0x34,0x63,0x4b,0xa3,0xca,0xfe,0xf3, 0xe6,0x91,0xee,0xd3,0xfe,0xd4,0xfe,0xb5,0xfe,0xf6,0xff,0xb8,0xff,0x98,0xff,0x57, 0xff,0x56,0xff,0x96,0xff,0x33,0xee,0xb2,0xe6,0x71,0xe6,0x51,0xee,0x50,0xe6,0x90, 0xcd,0x4a,0xbc,0x46,0xb3,0xe4,0xcc,0xa8,0xb3,0xa4,0xc4,0x25,0xb3,0xe4,0xa3,0x85, 0x6a,0x22,0x6a,0x02,0x62,0x03,0x59,0xe5,0x7a,0xe8,0x7a,0xa2,0xb3,0xc4,0xdc,0xe6, 0xf5,0xa8,0xe5,0x67,0xed,0x86,0xed,0xe7,0xf5,0xe6,0xc4,0xa5,0xd5,0xa8,0xf6,0xf0, 0xf6,0xd1,0xfe,0xaf,0xee,0x06,0xee,0x4b,0xc4,0x48,0xe4,0xa5,0xdc,0x42,0xdc,0x03, 0xd3,0xc3,0xc3,0x82,0xdc,0x65,0xf5,0x88,0xe5,0xe7,0xe6,0x28,0xe5,0xa7,0xf5,0xe7, 0xe5,0xc6,0xe5,0xc7,0xf6,0x8d,0xed,0xeb,0xd4,0xe7,0xcc,0x65,0xc3,0xc2,0xcb,0x83, 0xd4,0x04,0xc4,0x02,0xed,0x87,0xdc,0xc5,0xb2,0xe1,0xb2,0xc1,0xc2,0xe2,0xc3,0x01, 0xdc,0x04,0xe4,0x63,0xf5,0x25,0xf5,0xa8,0xcc,0x84,0xd4,0x03,0xdb,0x81,0xd3,0x41, 0xdc,0x03,0xdb,0xe4,0xd3,0x83,0xd3,0x23,0xdb,0x84,0xd3,0x21,0xeb,0xe3,0xe3,0xc2, 0xe4,0x03,0xec,0xa4,0xe5,0x03,0xe5,0x05,0xfe,0x29,0xfe,0x49,0xee,0x48,0xfe,0x8a, 0xf6,0x08,0xd4,0xc2,0xed,0xa6,0xee,0x08,0xf6,0x6b,0xfe,0x8d,0xfe,0x6c,0xf6,0x8b, 0xc5,0x2c,0x7b,0x6b,0x7b,0x8a,0x9b,0xcc,0x8b,0xeb,0x7b,0xcb,0x83,0x8a,0x83,0x8a, 0x83,0xaa,0x8b,0xaa,0x93,0xeb,0x8b,0xca,0x7b,0x48,0x83,0x69,0x8b,0xc9,0x93,0xe9, 0x93,0xa9,0x8b,0xaa,0x7b,0x68,0x73,0x28,0x62,0xc7,0x5a,0x66,0x52,0x46,0x5a,0x65, 0x62,0xe7,0x6b,0x07,0x7b,0x68,0x73,0x67,0x6a,0xe6,0x6a,0xe6,0x73,0x48,0x6b,0x28, 0x63,0x08,0x52,0xa7,0x4a,0xa7,0x4a,0xa7,0x5b,0x29,0x9c,0xf0,0x52,0x26,0xad,0x30, 0x43,0x0c,0x42,0xaa,0x3a,0x67,0x42,0x67,0x4a,0x87,0x4b,0x2b,0x6c,0x74,0x7d,0xbc, 0x7d,0xfe,0x76,0x3f,0x6e,0x1f,0x5c,0x15,0x7b,0xcd,0x62,0x64,0xc4,0xf0,0xf6,0xf6, 0xee,0x93,0xee,0xd2,0xff,0x13,0xf6,0xd2,0xee,0x91,0xee,0x91,0xff,0x55,0xff,0x34, 0xe6,0x50,0xf6,0xd1,0xdd,0xee,0xde,0x2f,0xe6,0x2f,0xe5,0xee,0xe6,0x0d,0xd5,0xac, 0xd5,0x09,0xbb,0xe5,0xbc,0x05,0xab,0x63,0xc4,0x25,0xbb,0xe5,0xa3,0x84,0x72,0x41, 0x62,0x02,0x62,0x04,0x5a,0x03,0x5a,0x26,0x7b,0x08,0x7a,0x61,0xd4,0xa6,0xdd,0x47, 0xfe,0x2c,0xe5,0xa9,0xf6,0x2b,0xf6,0x2b,0xf5,0xc7,0xf5,0xc8,0xe5,0xab,0xff,0x11, 0xff,0x56,0xfe,0xf1,0xf6,0x48,0xe5,0xc8,0xd4,0xa8,0xd4,0x42,0xe4,0xa3,0xed,0x05, 0xf5,0x46,0xe4,0x84,0xd3,0xe2,0xcc,0x02,0xe5,0x67,0xe5,0xa8,0xf5,0xc9,0xed,0xc8, 0xed,0xc6,0xed,0xa5,0xed,0xa6,0xf6,0x0a,0xf6,0x2d,0xd5,0x09,0xcc,0xc7,0xc3,0xc3, 0xdc,0xe5,0xe5,0x04,0xe5,0x45,0xed,0x66,0xdc,0x86,0xbb,0x41,0xd3,0xe4,0xdc,0x25, 0xcb,0xe2,0xe4,0xe6,0xf5,0xa9,0xf5,0xea,0xe5,0x68,0xd4,0x64,0xec,0xa5,0xec,0x24, 0xd3,0xc2,0xe4,0x24,0xdb,0xe3,0xcb,0x62,0xdb,0xe3,0xe4,0xa4,0xe4,0xa5,0xed,0x06, 0xed,0x26,0xed,0x26,0xed,0x85,0xe5,0x24,0xed,0x86,0xfe,0x6a,0xf6,0x6b,0xfe,0xee, 0xfe,0xab,0xfe,0x06,0xe5,0x43,0xed,0x86,0xfe,0x4a,0xfe,0x2b,0xf6,0x0c,0xfe,0xf0, 0xff,0x75,0xb5,0x0f,0x7b,0x49,0x93,0xcc,0x7b,0xcc,0x7c,0x0c,0x83,0xab,0x83,0xab, 0x83,0x8b,0x7b,0x4a,0x73,0x28,0x73,0x49,0x73,0x2a,0x73,0x29,0x83,0xa9,0x8b,0xaa, 0x7b,0x08,0x83,0x4a,0x5a,0x46,0x52,0x66,0x4a,0x66,0x4a,0x46,0x4a,0x46,0x52,0x66, 0x62,0xc7,0x5a,0xc6,0x5a,0xc6,0x63,0x07,0x5a,0xa5,0x5a,0x85,0x5a,0xa6,0x62,0xc7, 0x42,0x04,0x4a,0x25,0x42,0x26,0x52,0xc8,0x6b,0x8b,0x6b,0x2a,0x62,0xa8,0x9c,0x6d, 0x54,0x37,0x4b,0xb4,0x43,0x2f,0x32,0xa9,0x42,0x87,0x4a,0xeb,0x64,0x75,0x75,0xbd, 0x7e,0x1f,0x7e,0x3f,0x4c,0x55,0x52,0x89,0xac,0x09,0x69,0xe0,0xb4,0xcf,0xe6,0x95, 0xe6,0x72,0xee,0xb2,0xf6,0xf2,0xee,0xb2,0xee,0x91,0xee,0x70,0xe6,0x4f,0xe6,0x2f, 0xe6,0x2f,0xee,0x4f,0xcd,0x4b,0xff,0x11,0xe6,0x2d,0xe5,0xca,0xd5,0x48,0xbc,0x05, 0xb3,0x83,0xbb,0xa4,0xc3,0xc5,0xab,0x24,0xb3,0x84,0xb3,0x85,0x93,0x24,0x72,0x63, 0x6a,0x24,0x51,0xc3,0x5a,0x04,0x6a,0x87,0x6a,0x66,0x7a,0x41,0xdc,0xc7,0xed,0xe7, 0xe5,0xc8,0xf6,0x2a,0xee,0x0a,0xf6,0x6c,0xed,0xe8,0xe5,0x84,0xed,0x0d,0xf5,0xc7, 0xfe,0x91,0xfe,0xce,0xed,0xa5,0xe5,0xc9,0xe5,0x0a,0xdc,0x83,0xf5,0x46,0xd4,0xe4, 0xf5,0xc7,0xed,0x25,0xec,0xe4,0xe4,0xa3,0xe4,0xe5,0xdc,0xe5,0xf5,0x88,0xf5,0xa7, 0xf5,0xe7,0xf5,0xc6,0xed,0x85,0xe5,0xa6,0xe5,0xea,0xfe,0xd1,0xee,0x31,0xbc,0x26, 0xcc,0x86,0xdd,0x06,0xe5,0x25,0xcc,0x42,0xdc,0xe6,0xdc,0xe6,0xdc,0xc6,0xed,0x48, 0xed,0x88,0xed,0xc9,0xee,0x0b,0xdd,0xa9,0xfe,0x8c,0xed,0xa9,0xd4,0xa4,0xfd,0x26, 0xec,0xc4,0xe4,0xa4,0xe4,0x84,0xdc,0x43,0xd4,0x21,0xf5,0x85,0xed,0x65,0xf5,0xe8, 0xf6,0x4a,0xed,0xc9,0xed,0x86,0xed,0x84,0xe5,0xa4,0xee,0x08,0xfe,0xad,0xe6,0x0a, 0xfe,0x6b,0xfd,0xe9,0xf5,0x87,0xe5,0x05,0xe5,0x65,0xf5,0xea,0xe5,0x8d,0xee,0x51, 0xff,0x35,0xff,0x56,0xbc,0xee,0x83,0x8a,0x73,0xac,0x73,0xce,0x62,0xea,0x4a,0x06, 0x4a,0x06,0x41,0xc5,0x39,0x85,0x31,0x65,0x41,0xe6,0x39,0xc4,0x5a,0x67,0x5a,0x87, 0x5a,0x87,0x62,0x89,0x41,0xa5,0x4a,0x26,0x42,0x06,0x39,0xe5,0x4a,0x47,0x52,0x66, 0x52,0x66,0x4a,0x65,0x52,0x85,0x4a,0x64,0x52,0x85,0x52,0x65,0x5a,0xa6,0x5a,0xa7, 0x42,0x05,0x4a,0x25,0x4a,0x06,0x52,0xa8,0x8c,0x4e,0x52,0x47,0x4a,0x26,0x83,0xca, 0x4c,0x7b,0x4c,0x39,0x43,0xb5,0x3b,0x70,0x3b,0x0e,0x43,0x71,0x5c,0xb9,0x75,0xde, 0x6d,0x7b,0x7c,0xd4,0x93,0xeb,0xf7,0x16,0xde,0x53,0xc5,0x91,0xee,0x94,0xde,0x2f, 0xd5,0xee,0xde,0x30,0xe6,0x93,0xee,0x94,0xf6,0x93,0xee,0x30,0xdd,0xce,0xdd,0xae, 0xee,0x51,0xe6,0x10,0xee,0x2e,0xe5,0xaa,0xed,0xca,0xed,0x89,0xcc,0xc6,0xc3,0xe4, 0xb3,0x42,0xb3,0x42,0xab,0x02,0xa2,0xe3,0xab,0x23,0xa3,0x24,0x6a,0x02,0x51,0xa3, 0x59,0xe4,0x51,0xa3,0x51,0xc4,0x62,0x65,0x62,0x05,0x69,0xc1,0xdd,0x07,0xf6,0x26, 0xf6,0x27,0xf6,0x29,0xf6,0x29,0xf6,0x29,0xf6,0x2a,0xed,0xe6,0xf5,0xf1,0xd5,0x44, 0xed,0xac,0xee,0x09,0xf5,0xea,0xee,0x0c,0xd4,0x6a,0xe5,0x07,0xe5,0x89,0xcd,0x07, 0xe5,0x88,0xdd,0x05,0xe5,0x26,0xec,0xe4,0xed,0x03,0xf5,0x85,0xf5,0x85,0xed,0xc6, 0xed,0xc6,0xed,0xa6,0xf6,0x09,0xfe,0x8c,0xee,0x8e,0xee,0xb2,0xde,0x12,0xf6,0x72, 0xe5,0x8d,0xe5,0x8a,0xdc,0xa6,0xdc,0x44,0xc4,0x03,0xe4,0xe6,0xd4,0x45,0xdc,0xc6, 0xdd,0x27,0xe5,0x67,0xe5,0xa8,0xd5,0x46,0xe5,0x86,0xf6,0x28,0xdd,0x24,0xc4,0x22, 0xd4,0x83,0xdc,0x84,0xe4,0xa4,0xe4,0xa4,0xdc,0x83,0xed,0x25,0xfd,0xc7,0xed,0xa7, 0xf5,0xc9,0xf5,0xe9,0xf5,0xc7,0xed,0x84,0xe5,0x84,0xe5,0xa7,0xfe,0xae,0xf6,0x8d, 0xf6,0x2b,0xf5,0xeb,0xed,0x89,0xf5,0x68,0xdd,0x46,0xe5,0xab,0xf6,0x32,0xee,0x73, 0xf6,0xf4,0xe6,0x73,0xe6,0x32,0xd6,0x31,0xee,0xd5,0x7b,0x4b,0x31,0xa7,0x39,0xc6, 0x41,0xc7,0x39,0xa7,0x31,0x86,0x31,0x66,0x31,0x65,0x31,0x64,0x39,0xc6,0x39,0xc5, 0x39,0xe6,0x4a,0x48,0x39,0x86,0x39,0xe6,0x29,0x85,0x29,0x64,0x42,0x07,0x4a,0x46, 0x5a,0xc7,0x3a,0x04,0x3a,0x04,0x3a,0x45,0x4a,0xa7,0x52,0x87,0x52,0xa7,0x4a,0x67, 0x42,0x05,0x4a,0x46,0x4a,0x26,0x62,0xa9,0x8c,0x0e,0x41,0xe5,0x52,0x67,0x73,0x69, 0x4c,0x3a,0x4c,0x39,0x4c,0x39,0x4c,0x39,0x4c,0x39,0x4c,0x5a,0x65,0x1d,0x64,0x96, 0x53,0x2b,0xbd,0x50,0xab,0xa7,0xe6,0x71,0xd6,0x12,0xde,0x76,0xde,0x52,0xe6,0x2f, 0xe6,0x0f,0xe6,0x30,0xde,0x11,0xee,0x93,0xff,0x14,0xfe,0xd1,0xf6,0x8f,0xdd,0xac, 0xdd,0xef,0xfe,0xf4,0xcc,0xea,0xdd,0x49,0xcc,0x85,0xcc,0x65,0xbb,0xe4,0xab,0x62, 0xd4,0xa7,0xbb,0xe4,0xbb,0xa4,0xab,0x03,0xb3,0x63,0x8a,0x61,0x61,0xe3,0x51,0xc4, 0x5a,0x25,0x41,0x42,0x72,0x87,0x72,0xa4,0x6a,0x05,0x59,0x61,0xe5,0xcb,0xfe,0xab, 0xfe,0x8c,0xf6,0x6d,0xf6,0x4e,0xfe,0x8f,0xf6,0x6f,0xfe,0xf2,0xff,0x58,0xde,0x4d, 0xf6,0x2f,0xfe,0x2f,0xf6,0x6f,0xee,0x50,0x8a,0xa5,0xfe,0x4f,0xf6,0xb1,0xdd,0xce, 0xe5,0xcd,0xe5,0xcb,0xcc,0x85,0xd4,0xa5,0xdc,0xc4,0xf5,0x85,0xdd,0x03,0xf5,0xe8, 0xf6,0x2b,0xee,0x2c,0xe5,0xcc,0xee,0x50,0xf6,0xd4,0xf6,0xf5,0xee,0x72,0xde,0x11, 0xfe,0xf2,0xee,0x2c,0xcc,0x84,0xdc,0xa4,0xbb,0x61,0xb2,0xe0,0xc3,0x42,0xd3,0xe4, 0xd4,0x23,0xdc,0xa5,0xd4,0xa4,0xe5,0x05,0xe5,0x05,0xe5,0x46,0xf5,0xe9,0xed,0xa9, 0xb3,0xe3,0xc3,0xe4,0xbb,0xc2,0xd4,0x65,0xdc,0xc6,0xed,0x47,0xed,0x87,0xe5,0x25, 0xed,0x66,0xf5,0xe8,0xed,0xa6,0xf5,0xe8,0xf5,0xc7,0xf5,0xe8,0xfe,0x69,0xfe,0xef, 0xee,0x0c,0xf6,0x0d,0xdd,0x8a,0xd5,0x27,0xed,0xeb,0xee,0x30,0xf6,0xb5,0xee,0xb4, 0xe6,0x93,0xff,0x37,0xff,0x34,0xff,0x0f,0xfe,0x4d,0x9b,0x68,0x21,0x46,0x29,0x45, 0x29,0x45,0x31,0x65,0x29,0x44,0x21,0x24,0x29,0x45,0x31,0x45,0x31,0x65,0x31,0x86, 0x31,0xa6,0x39,0xe6,0x3a,0x26,0x42,0x48,0x31,0xe6,0x19,0x24,0x31,0x86,0x39,0xe4, 0x52,0xa7,0x31,0xc4,0x31,0xe4,0x32,0x25,0x42,0x66,0x3a,0x06,0x4a,0x67,0x52,0xa8, 0x42,0x05,0x4a,0x26,0x4a,0x26,0x62,0xc9,0x4a,0x47,0x39,0xe5,0x63,0x0a,0x5a,0x87, 0x4c,0x39,0x4c,0x39,0x4c,0x5a,0x4c,0x3b,0x4c,0x3d,0x4c,0x39,0x5c,0x15,0x7c,0x0f, 0x9c,0x09,0x93,0x67,0xac,0xad,0xde,0x0f,0xe5,0xf1,0xff,0x18,0xd6,0x32,0xe5,0xf0, 0xdd,0xce,0xf6,0x91,0xe6,0x70,0xe6,0x8f,0xee,0x90,0xee,0x6e,0xe6,0x0b,0xde,0x0b, 0xd5,0xee,0xe6,0x51,0xe5,0xcd,0xb4,0x04,0xab,0x81,0xb3,0xa3,0xbc,0x05,0xbb,0xe4, 0xbb,0xe5,0xab,0x42,0xab,0x42,0xb3,0x23,0xb3,0x83,0x7a,0x21,0x62,0x03,0x49,0xa3, 0x51,0xe4,0x51,0xa3,0x7a,0xa6,0x93,0x88,0x6a,0x45,0x59,0x82,0xf6,0x90,0xe6,0x0e, 0xee,0x72,0xee,0xb4,0xf6,0xd5,0xff,0x16,0xfe,0xd5,0xff,0x38,0xff,0x9a,0xf7,0x58, 0xee,0x51,0xfe,0x31,0xf6,0xd3,0xff,0x56,0x6a,0x03,0xed,0xd0,0xe6,0x33,0xdd,0xf1, 0xe6,0x11,0xdd,0xcf,0xd5,0x6c,0xe5,0xcd,0xcc,0xe8,0xd5,0x08,0xe5,0xcb,0xee,0x4e, 0xee,0x50,0xf6,0x92,0xe6,0x72,0xfe,0xf6,0xee,0xb5,0xee,0x93,0xf6,0xf2,0xf6,0xb1, 0xfe,0xcf,0xf6,0x4c,0xd5,0x06,0xdd,0x25,0xdc,0x44,0xb2,0x80,0xba,0xe1,0xc3,0x42, 0xd3,0xa3,0xdc,0x03,0xdc,0x25,0xdc,0x03,0xd3,0xe3,0xcc,0x04,0xfd,0xcb,0xf6,0x6f, 0xe5,0x6b,0xbb,0xe5,0xc4,0x24,0xcc,0x64,0xcc,0x65,0xd4,0xc6,0xd4,0xe6,0xd4,0xa4, 0xe5,0x05,0xe5,0x05,0xdc,0xe5,0xdc,0xe5,0xe5,0x05,0xed,0xa6,0xed,0xe6,0xf6,0x2c, 0xdd,0xab,0xe5,0xed,0xe6,0x2c,0xf6,0x8f,0xf6,0xf1,0xff,0x36,0xff,0x98,0xf7,0x97, 0xee,0xf6,0xee,0x75,0xf6,0xd3,0xf6,0x4b,0xf4,0xe3,0xab,0x65,0x21,0x46,0x29,0x66, 0x31,0x86,0x31,0x85,0x39,0xe6,0x39,0xc5,0x39,0xa6,0x31,0x65,0x31,0x65,0x29,0x65, 0x31,0xc6,0x29,0x84,0x3a,0x06,0x29,0xe5,0x32,0x26,0x10,0xe3,0x18,0xe3,0x31,0xc4, 0x4a,0x87,0x21,0x62,0x32,0x05,0x32,0x25,0x29,0xa5,0x21,0x64,0x42,0x27,0x31,0xc6, 0x42,0x06,0x31,0x84,0x39,0xc5,0x52,0x88,0x39,0xc5,0x3a,0x06,0x5a,0xea,0x4a,0x46, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x3d,0x54,0x33,0x63,0x8a,0xa4,0x28, 0x9b,0xa5,0x7a,0xc6,0xe6,0x33,0xee,0x94,0xe6,0x74,0xf6,0xd5,0xee,0x72,0xee,0x2f, 0xd5,0x8b,0xdd,0xcc,0xdd,0xee,0xe6,0x4e,0xde,0x2f,0xe6,0x2f,0xe6,0x2d,0xe6,0x0c, 0xf6,0x90,0xee,0x4f,0xe5,0xcc,0xc4,0x86,0xbc,0x25,0xbc,0x65,0xdd,0x69,0xc3,0xa3, 0xab,0x42,0xab,0x23,0xbb,0x64,0xb3,0x02,0xa3,0x23,0x61,0xc1,0x61,0xe3,0x51,0x82, 0x51,0xc4,0x51,0xc5,0x59,0xe4,0x93,0xa9,0x7a,0xc6,0x59,0x81,0xee,0x51,0xdd,0xce, 0xe6,0x55,0xf7,0x18,0xef,0x17,0xf7,0x38,0xff,0x36,0xee,0xd6,0xff,0x79,0xff,0xba, 0xe6,0x31,0xee,0x72,0xff,0x78,0xff,0xda,0x72,0x43,0xb3,0xc7,0xd5,0x4e,0xcd,0x6f, 0xe5,0xd1,0xac,0x0b,0xe6,0x13,0xe6,0x53,0xe6,0x11,0xd5,0x8e,0xee,0x92,0xee,0xd4, 0xff,0x79,0xf6,0xf7,0xee,0xb6,0xfe,0xf7,0xf6,0xf6,0xee,0xd4,0xee,0xd4,0xf6,0x71, 0xdd,0xed,0xe5,0xce,0xed,0xf0,0xe5,0xeb,0xe5,0x47,0xf5,0x87,0xdc,0xe4,0xc3,0xc3, 0xb2,0xc1,0xb2,0xa0,0xaa,0xc0,0xbb,0x01,0xc3,0x61,0xcb,0xa2,0xd3,0xc3,0xe5,0xca, 0xf5,0xec,0xe5,0x28,0xcc,0x22,0xd4,0x25,0xdc,0x05,0xdc,0x04,0xdb,0xe3,0xcb,0xc2, 0xd4,0x03,0xd4,0x23,0xd4,0x23,0xd4,0x02,0xe4,0x42,0xe5,0x05,0xed,0xa6,0xe5,0x68, 0xf6,0x4f,0xe6,0x72,0xe6,0x92,0xf6,0xd4,0xff,0x74,0xff,0x74,0xff,0x74,0xff,0xd6, 0xff,0xb8,0xff,0x37,0xff,0x18,0xee,0x53,0xcb,0xc2,0xc4,0x06,0x10,0xa3,0x21,0x25, 0x29,0x65,0x31,0x85,0x39,0xe6,0x31,0xa5,0x39,0xe6,0x31,0xa5,0x29,0xa5,0x32,0x06, 0x32,0x26,0x29,0xc5,0x39,0xe6,0x32,0x26,0x4b,0x09,0x29,0xc5,0x3a,0x47,0x31,0xc4, 0x42,0x46,0x21,0x63,0x31,0xa4,0x29,0xa4,0x29,0x85,0x21,0x24,0x3a,0x07,0x19,0x24, 0x42,0x27,0x21,0x24,0x21,0x23,0x52,0xaa,0x31,0xc6,0x31,0xa4,0x52,0xc9,0x4a,0x86, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x54,0x3a,0x64,0x0f,0x7b,0x67,0xb4,0x49, 0x93,0x43,0x9b,0x88,0xf6,0x53,0xe6,0x95,0xf7,0x57,0xe6,0x4e,0xdd,0xa9,0xcc,0xc6, 0xd5,0x27,0xdd,0x8b,0xfe,0xd3,0xee,0x10,0xe6,0x4e,0xde,0x2d,0xe6,0x0d,0xdd,0x4a, 0xed,0xca,0xe5,0x47,0xdd,0x08,0xbb,0xe4,0xb3,0x62,0xab,0x42,0xab,0x21,0xab,0x41, 0xab,0x62,0xab,0x22,0xa3,0x22,0xa3,0x21,0x92,0xa2,0x61,0x60,0x72,0x44,0x59,0x81, 0x49,0x22,0x51,0x66,0x59,0xc4,0x83,0x07,0x8b,0x68,0x61,0xe0,0xe5,0xce,0xcd,0x4b, 0xd5,0xb0,0xee,0xf7,0xee,0xd6,0xf6,0xf7,0xff,0x38,0xf6,0xf7,0xf7,0x18,0xff,0xb9, 0xde,0x31,0xf6,0xd4,0xff,0x9b,0xff,0xfb,0x82,0xa4,0x8a,0xc2,0xd5,0x2a,0xd5,0x4c, 0xb3,0xe5,0xdc,0xe7,0xd4,0x84,0xd4,0x44,0xdc,0xc5,0xed,0xcb,0xee,0x30,0xf6,0xf6, 0xde,0x74,0xee,0xd6,0xf6,0xd6,0xf6,0xd7,0xf7,0x16,0xee,0xf5,0xe6,0xb4,0xee,0x94, 0xff,0x35,0xee,0x74,0xe5,0xf2,0xff,0x33,0xdd,0xec,0xe6,0x4a,0xee,0x08,0xfe,0x6c, 0xf5,0xeb,0xed,0xeb,0xdd,0x49,0xf5,0xcb,0xe5,0x6a,0xc4,0x24,0xb3,0x82,0xdd,0x8c, 0xd5,0x4a,0xed,0xe9,0xdc,0xc3,0xd3,0x21,0xba,0x80,0xc3,0x21,0xd3,0x83,0xd3,0xc3, 0xd3,0xa3,0xd3,0xe3,0xe4,0x85,0xdc,0x24,0xdc,0x23,0xec,0xe5,0xe5,0x24,0xe5,0x86, 0xfe,0x71,0xee,0x76,0xff,0x18,0xf6,0xf6,0xf6,0xb5,0xdd,0xe8,0xf6,0x6a,0xfe,0xb1, 0xff,0x33,0xf7,0x96,0xf7,0xfa,0xff,0xfc,0xdd,0xb0,0xa3,0x87,0x20,0x20,0x18,0xe4, 0x21,0x25,0x21,0x04,0x21,0x24,0x18,0xe2,0x21,0x24,0x31,0xa6,0x21,0x65,0x29,0xa5, 0x29,0xc5,0x21,0x84,0x31,0xe5,0x42,0xa8,0x3a,0x66,0x21,0x63,0x39,0xe7,0x29,0x84, 0x31,0xc6,0x29,0xa5,0x29,0x85,0x21,0x44,0x39,0xe6,0x31,0x85,0x29,0xa5,0x19,0x64, 0x29,0xc5,0x31,0xc5,0x21,0x23,0x52,0xc9,0x31,0xe6,0x31,0xe5,0x4a,0xa9,0x29,0x84, 0x4c,0x5a,0x4c,0x5b,0x4c,0x5a,0x4c,0x5a,0x54,0x38,0x6b,0xca,0x9b,0x85,0xa3,0x85, 0x93,0x03,0xab,0xc7,0xdd,0xad,0xcd,0xb2,0xe6,0xb4,0xcd,0x4b,0xd4,0xe9,0xcd,0x29, 0xee,0x6d,0xee,0x4e,0xe6,0x0e,0xcd,0xaa,0xee,0x29,0xf6,0x4c,0xee,0x0e,0xd5,0x2b, 0xdd,0x8a,0xbc,0x64,0xbc,0x25,0xa3,0x42,0xa3,0x22,0xab,0x43,0xa3,0x02,0xb3,0x63, 0xb3,0x42,0xb3,0x42,0xab,0x43,0xb3,0x63,0x8a,0xc4,0x61,0xc2,0xac,0x6b,0xcd,0x90, 0x49,0x82,0x49,0x23,0x72,0x46,0x8b,0x48,0x83,0x27,0x72,0x63,0xe5,0xad,0xb4,0x67, 0xd5,0x6f,0xee,0xd6,0xee,0xd5,0xee,0x95,0xf6,0xf7,0xff,0x99,0xff,0x39,0xff,0x99, 0xee,0xb3,0xff,0x36,0xff,0x98,0xff,0xf8,0x9b,0x67,0x7a,0x02,0xff,0x33,0xe6,0x70, 0xe6,0x0b,0xe5,0xa6,0xe5,0x02,0xe4,0x81,0xcc,0x40,0xdd,0x27,0xee,0x10,0xcd,0x91, 0xe6,0xb5,0xee,0xd6,0xee,0xb6,0xf6,0xf7,0xff,0x38,0xf7,0x18,0xff,0x18,0xef,0x16, 0xf7,0x37,0xff,0x36,0xff,0x14,0xde,0x50,0xff,0x54,0xf6,0xcf,0xd5,0x26,0xd4,0xc6, 0xf6,0x2b,0xee,0x4b,0xf6,0x8d,0xee,0x4c,0xf6,0x6c,0xf5,0xeb,0xed,0xaa,0xff,0x34, 0xff,0xb7,0xf7,0x55,0xe6,0x0c,0xf5,0x65,0xdc,0x83,0xc4,0x03,0xdc,0xa6,0xe5,0x07, 0xd4,0x44,0xbb,0xc2,0xe5,0x27,0xe5,0x28,0xdc,0xe6,0xdd,0x05,0xed,0xa7,0xed,0xe9, 0xf6,0x6e,0xe6,0x6f,0xff,0x34,0xee,0xd7,0xee,0x98,0xff,0x13,0xf6,0xaa,0xfe,0x6e, 0xfe,0xf3,0xde,0x8d,0xfe,0xd0,0xff,0x16,0xff,0x79,0xc5,0x0f,0x41,0x23,0x18,0xc4, 0x10,0xa3,0x10,0xa2,0x21,0x04,0x18,0xc3,0x21,0x04,0x29,0x65,0x29,0x65,0x31,0xe6, 0x32,0x06,0x21,0x83,0x32,0x46,0x3a,0x87,0x32,0x46,0x21,0x23,0x31,0x86,0x21,0x24, 0x29,0x86,0x31,0xc7,0x29,0x86,0x21,0x45,0x39,0xa7,0x31,0x85,0x29,0xc5,0x3a,0x87, 0x29,0xe5,0x42,0x87,0x31,0x84,0x5b,0x0a,0x3a,0x26,0x3a,0x47,0x32,0x47,0x31,0xe5, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5b,0x4c,0x37,0x7b,0xc9,0x92,0xa0,0x9b,0x24, 0x8a,0xe3,0xc4,0xa9,0xbc,0xe9,0xff,0x37,0xcd,0x8e,0xe5,0xec,0xed,0x8d,0xe5,0xed, 0xe6,0x2d,0xdd,0xed,0xe6,0x2e,0xee,0xed,0xee,0x2a,0xab,0xe4,0x8b,0x24,0xb4,0x6a, 0xcd,0x4c,0xee,0x4f,0xf6,0x50,0xf6,0x70,0xf6,0x4f,0xe5,0xcd,0xcc,0xc9,0xb3,0xc5, 0xa3,0x02,0xab,0x02,0xa2,0xc2,0xa2,0xe3,0x93,0x04,0x49,0x00,0x61,0xe2,0xb4,0xab, 0xee,0x71,0x6a,0x43,0x61,0xc3,0x83,0x27,0x7a,0xe6,0x72,0x22,0xed,0xed,0xab,0xe5, 0xc5,0x0e,0xee,0x95,0xe6,0x73,0xee,0x53,0xf6,0xf6,0xff,0x57,0xf7,0x17,0xf7,0x37, 0xee,0xf6,0xe6,0x73,0xd5,0xee,0xe6,0xaf,0xac,0x2b,0x61,0x63,0xe6,0x52,0xff,0x99, 0xff,0x99,0xff,0x97,0xf6,0x51,0xbc,0x07,0xc4,0x25,0xcc,0xc8,0xe5,0xf0,0xb4,0x8c, 0xde,0x33,0xf6,0xf7,0xee,0xb7,0xf6,0xd7,0xf6,0xd7,0xff,0x18,0xff,0x18,0xff,0x57, 0xf7,0x17,0xee,0xd4,0xc5,0xac,0xe6,0x90,0xdd,0xd0,0xdd,0xce,0xfe,0xaf,0xbc,0x46, 0xd4,0xe6,0xe5,0xa7,0xed,0xe7,0xe5,0xa7,0xe5,0x88,0xe5,0x68,0xdc,0xe6,0xdd,0xe8, 0xde,0x2c,0xff,0x97,0xe6,0x95,0xf6,0xd1,0xee,0x0a,0xed,0xe9,0xf6,0x4a,0xfe,0x6b, 0xfe,0x6b,0xfe,0x6b,0xfe,0xce,0xfe,0xaf,0xfe,0xae,0xee,0x2b,0xf6,0x8b,0xf6,0x8d, 0xee,0x4c,0xee,0xad,0xee,0xaf,0xff,0x17,0xf6,0xd8,0xff,0xbb,0xe6,0xaf,0xcc,0xa4, 0xfe,0x2f,0xf6,0x6d,0xe5,0x69,0xf6,0x2e,0xee,0x71,0xff,0x56,0x6a,0xa7,0x10,0xc3, 0x10,0xa3,0x10,0xa3,0x21,0x25,0x20,0xe4,0x21,0x25,0x29,0x45,0x29,0x85,0x3a,0x26, 0x32,0x26,0x29,0xe4,0x3a,0x66,0x32,0x66,0x3a,0x66,0x29,0x64,0x29,0x25,0x18,0xe3, 0x21,0x45,0x29,0x65,0x29,0x65,0x29,0x65,0x29,0x66,0x31,0xc6,0x3a,0x47,0x42,0xa8, 0x29,0xc4,0x32,0x05,0x32,0x04,0x5b,0x4a,0x32,0x05,0x32,0x26,0x2a,0x06,0x42,0xa8, 0x4c,0x5a,0x4c,0x3a,0x4c,0x5a,0x4c,0x7b,0x4b,0xf6,0x83,0xc8,0xa2,0xe1,0x8a,0x62, 0x8b,0x03,0xd5,0x4c,0xde,0x0f,0xf6,0x94,0xd5,0x49,0xdd,0x85,0xe5,0xa9,0xdd,0x8a, 0xcc,0xe7,0xe5,0xad,0xbc,0xab,0xd5,0x8b,0xc5,0x2d,0x49,0xa1,0x5a,0x02,0xc5,0x2e, 0xcc,0xea,0xf6,0x70,0xee,0xd3,0xde,0x71,0xe6,0xb1,0xde,0x50,0xde,0x0e,0xee,0x6f, 0xe6,0x0d,0xcc,0xa8,0xa3,0x45,0x8a,0x82,0xab,0x65,0x82,0x22,0x71,0xa2,0xb3,0xe8, 0xed,0xec,0xcc,0xa8,0x6a,0x04,0x7a,0xe6,0x72,0xa6,0x82,0xa5,0xe5,0x8d,0xb4,0x48, 0xac,0x4b,0xf6,0xb5,0xe6,0x92,0xee,0x92,0xf6,0xd4,0xe6,0xd4,0xee,0xd5,0xff,0x38, 0xff,0x9a,0xee,0xd6,0xfe,0xf3,0xe6,0x2d,0xee,0x13,0x61,0xa3,0x9c,0x49,0xff,0xf9, 0xff,0x99,0xf6,0xf7,0xff,0x16,0xdd,0x8c,0xb4,0x28,0xdd,0x8f,0xee,0x51,0xe6,0x51, 0x72,0xe6,0xee,0xb6,0xe6,0xb6,0xde,0x74,0xe6,0xb5,0xee,0xd7,0xff,0x39,0xff,0x79, 0xff,0x1a,0xf6,0xd5,0xd5,0xad,0xee,0x51,0xfe,0xd4,0xee,0x91,0xde,0x2f,0xe6,0x0e, 0xe5,0x87,0xe5,0x63,0xe4,0xe2,0xdc,0xe3,0xdc,0xc4,0xd4,0x64,0xcc,0x44,0xcb,0xc5, 0xc3,0xe1,0xd4,0xe6,0xfe,0xd2,0xe6,0x50,0xfe,0xad,0xdd,0x25,0xe5,0x87,0xed,0xc8, 0xe5,0x88,0xe5,0xa9,0xee,0x2d,0xf6,0x8f,0xfe,0xb0,0xee,0x2c,0xf6,0x8c,0xe6,0x8c, 0xfe,0xf1,0xff,0x34,0xf6,0xd2,0xf6,0xd3,0xff,0x18,0xef,0x59,0xff,0xfa,0xdd,0x26, 0xcb,0xc0,0xed,0xae,0xee,0x91,0xf6,0x4e,0xf6,0xd0,0xf7,0x54,0xee,0xd6,0x20,0xe3, 0x10,0xa2,0x21,0x03,0x31,0x86,0x29,0x66,0x29,0x25,0x29,0x25,0x29,0x65,0x3a,0x26, 0x3a,0x26,0x3a,0x66,0x32,0x25,0x3a,0x86,0x42,0x87,0x29,0xa5,0x10,0xc3,0x18,0xe4, 0x21,0x44,0x19,0x03,0x21,0x65,0x21,0x45,0x29,0x65,0x3a,0x28,0x42,0x88,0x42,0xa8, 0x31,0xe4,0x29,0xc3,0x42,0xc7,0x3a,0x86,0x3a,0x66,0x29,0xa5,0x31,0xe6,0x42,0xc7, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x7c,0x54,0x14,0x73,0x24,0x9b,0xa2,0x8b,0x03, 0xa3,0x42,0xe5,0xec,0xe5,0x6a,0xed,0xed,0xdd,0x89,0xe5,0xca,0xd5,0x2a,0xc4,0xa8, 0xc4,0x05,0xab,0x22,0xb3,0x44,0xab,0x85,0x82,0xe6,0x51,0x81,0x61,0xa0,0xdd,0x8e, 0xe5,0xcc,0xf6,0xd0,0xf7,0x12,0xe6,0xb0,0xee,0xb5,0xe6,0xd7,0xe6,0xb4,0xe6,0x92, 0xee,0xcf,0xf6,0xce,0xf6,0xf0,0xf7,0x32,0xc5,0x4b,0x83,0x05,0x59,0xa2,0xb4,0x2a, 0xdd,0x8b,0xdd,0x89,0x7a,0x62,0x82,0xc7,0x72,0x47,0x82,0xa5,0xd5,0x2c,0xc5,0x0b, 0xb4,0xca,0xf6,0xd3,0xee,0xb4,0xee,0xd6,0xee,0x95,0xee,0x73,0xee,0x72,0xee,0x93, 0xee,0xd6,0xde,0x74,0xee,0x70,0xde,0x30,0xde,0x0f,0xac,0x29,0x59,0x81,0xff,0xb7, 0xff,0x15,0xee,0x94,0xfe,0xb4,0xf6,0x50,0xbc,0x8a,0xee,0x31,0xe6,0x92,0xe6,0x94, 0xd5,0xd0,0xac,0x6b,0xf6,0xf6,0xee,0xf3,0xee,0xf2,0xee,0x92,0xe6,0x52,0xee,0xb6, 0xf7,0x17,0xf6,0xd6,0xf6,0xb4,0xf6,0xb3,0xee,0x2f,0xc5,0x0b,0xe6,0x10,0xdd,0xce, 0xd5,0x6b,0xcc,0xe7,0xdd,0x26,0xf5,0xc8,0xf5,0xc8,0xed,0xc7,0xe5,0x86,0xd4,0x23, 0xbb,0x20,0xb3,0x01,0xc4,0x07,0xed,0xef,0xd5,0x0a,0xd4,0xa6,0xdc,0x85,0xe5,0x25, 0xdd,0x24,0xd4,0xe5,0xe5,0x27,0xed,0x89,0xee,0x0b,0xf6,0x2c,0xe5,0xea,0xfe,0x6c, 0xe5,0xea,0xee,0x2b,0xee,0x2d,0xee,0x2d,0xf7,0x36,0xff,0xdb,0xff,0x99,0xee,0x93, 0xbb,0xc3,0xcc,0x00,0xd5,0x68,0xee,0x53,0xde,0x74,0xff,0x97,0xff,0x58,0xf7,0x39, 0x18,0xa2,0x19,0x23,0x31,0xe4,0x31,0xa6,0x29,0x86,0x29,0x45,0x31,0x85,0x3a,0x26, 0x3a,0x26,0x32,0x05,0x29,0xc5,0x32,0x25,0x32,0x46,0x29,0xa5,0x10,0xa3,0x20,0xe4, 0x21,0x24,0x10,0xe2,0x21,0x85,0x21,0x25,0x21,0x24,0x29,0x85,0x3a,0x27,0x3a,0x47, 0x31,0xe5,0x31,0xa4,0x4a,0xc7,0x3a,0x66,0x42,0x67,0x39,0xe6,0x29,0x65,0x4a,0x48, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x7b,0x4c,0x16,0x6b,0x06,0x93,0x84,0x82,0xc3, 0xbc,0x27,0xde,0x0c,0xdd,0x8a,0xbc,0x68,0xc4,0x47,0xe5,0x29,0xdc,0x66,0xbb,0x65, 0xa2,0x82,0x91,0xc0,0xa2,0x82,0x9a,0xc3,0x6a,0x24,0x59,0xc3,0x61,0xc2,0xab,0xc7, 0xdd,0xcc,0xee,0x6f,0xf7,0x12,0xf6,0xf1,0xd5,0xd1,0xee,0xd7,0xe6,0xb4,0xe6,0x93, 0xee,0xaf,0xf6,0xae,0xff,0x11,0xfe,0xd0,0xc5,0x4d,0x6a,0x64,0x59,0xe4,0x62,0x24, 0xee,0x71,0xdd,0xcc,0xcd,0x4c,0x7a,0xe6,0x5a,0x04,0x62,0x02,0xb4,0x08,0xc4,0xca, 0xab,0xea,0xfe,0xb7,0xee,0x14,0xf6,0x72,0xe6,0x31,0xee,0x52,0xe6,0x30,0xdd,0xcf, 0xe6,0x53,0xff,0x77,0xd5,0xef,0xee,0xb3,0xff,0x14,0xcd,0x0c,0x51,0x00,0xf6,0xb2, 0xee,0x70,0xdd,0xee,0xdd,0xcd,0xc4,0xc9,0xc4,0x68,0xcc,0xe9,0xcd,0x6d,0xfe,0xd4, 0xcd,0x0d,0xee,0x70,0xff,0x56,0xff,0x36,0xee,0x8f,0xdd,0xcb,0xed,0xcd,0xde,0x0e, 0xde,0x50,0xf7,0x16,0xef,0x18,0xee,0xf8,0xf6,0xf5,0xde,0x11,0xfe,0xf5,0xf6,0xd4, 0xff,0x13,0xff,0x11,0xdd,0x49,0xd5,0x48,0xd5,0x06,0xd5,0x46,0xdd,0x66,0xf5,0xc7, 0xe5,0x05,0xd4,0x43,0xbb,0xa1,0xbc,0x03,0xd5,0x0a,0xf6,0x50,0xe5,0xad,0xe5,0x8a, 0xd4,0xc5,0xe5,0x24,0xe5,0x23,0xe5,0x23,0xed,0x66,0xed,0x46,0xed,0x27,0xdd,0x27, 0xdd,0x06,0xdd,0x27,0xe5,0x8a,0xdd,0x2a,0xee,0x0e,0xfe,0xf4,0xff,0x58,0xf7,0x7a, 0xf6,0x93,0xd4,0xe8,0xe5,0xab,0xfe,0xf1,0xf6,0xd3,0xe6,0x95,0xcd,0xd1,0xf6,0xf3, 0xd6,0x55,0x18,0xa3,0x31,0xc8,0x3a,0x45,0x31,0xe5,0x31,0xa6,0x29,0x65,0x31,0xa5, 0x29,0x84,0x11,0x02,0x32,0x06,0x32,0x26,0x3a,0x46,0x21,0x84,0x10,0xa2,0x18,0xe3, 0x19,0x25,0x11,0x05,0x31,0xc8,0x18,0xe3,0x21,0x25,0x21,0x66,0x21,0xc6,0x32,0x06, 0x32,0x05,0x3a,0x25,0x42,0xc7,0x4a,0xa8,0x29,0xa4,0x42,0x28,0x21,0x25,0x39,0xe7, 0x54,0x5b,0x4c,0x5a,0x4c,0x5a,0x4c,0x7b,0x4c,0x38,0x6a,0xe7,0x72,0x60,0x92,0xe3, 0xcc,0x47,0xcd,0x49,0xbc,0x45,0x9a,0xe4,0xa3,0x04,0xbb,0xc3,0xb3,0xc1,0xab,0x02, 0xaa,0xe2,0xb3,0x23,0xbb,0xa6,0x9b,0x03,0x39,0x00,0x38,0xe0,0x51,0x40,0x93,0x24, 0xfe,0x8f,0xe5,0xec,0xe6,0x4f,0xe6,0x0f,0x83,0x24,0xd5,0xd0,0xe6,0x73,0xee,0xb4, 0xff,0x13,0xe6,0x4f,0xd5,0x4c,0xcc,0xc9,0x93,0x66,0x51,0x81,0x61,0xe4,0x51,0x41, 0xe6,0x10,0xe6,0x4e,0xe6,0x2f,0xd5,0xf1,0x59,0xe3,0x51,0x61,0xab,0xca,0x8b,0x27, 0xcd,0x2b,0xf6,0x6c,0xc5,0x48,0xe6,0x0f,0xe6,0x10,0xee,0x30,0xe6,0x30,0xe5,0xef, 0xe6,0x10,0xee,0x71,0xe6,0x8f,0xde,0x10,0xff,0x54,0xfe,0xd1,0x82,0x41,0x8a,0xa4, 0xe5,0xad,0xbc,0x66,0xc4,0xa8,0xb3,0xe7,0xc4,0x89,0xcc,0xc9,0xc5,0x2b,0xd5,0x90, 0xf6,0xd5,0xee,0x90,0xee,0x6f,0xf6,0x74,0xee,0x0d,0xdd,0x65,0xe5,0x06,0xe5,0xeb, 0xe5,0xcb,0xdd,0xcd,0xde,0x51,0xd6,0x53,0xe6,0x94,0xe6,0xb5,0xe6,0x95,0xf7,0x16, 0xf6,0xf4,0xee,0x92,0xfe,0xd3,0xee,0x4f,0xd5,0xab,0xe5,0xca,0xd5,0x68,0xc4,0xa4, 0xe5,0x67,0xd4,0xa3,0xf5,0x46,0xec,0xe5,0xcc,0x04,0xe5,0x6c,0xcd,0x4d,0xdd,0xef, 0xf6,0x90,0xdd,0x49,0xdd,0x26,0xdd,0x25,0xe5,0x44,0xe5,0x23,0xf5,0xa5,0xf5,0xc7, 0xe5,0x46,0xe5,0x25,0xf5,0x89,0xdc,0xc6,0xc3,0xc2,0xd4,0x65,0xee,0x94,0xe7,0x3b, 0xef,0x3a,0xee,0x74,0xf6,0x70,0xdd,0xe9,0xee,0x6f,0xde,0x13,0xe6,0x94,0xee,0xb3, 0xee,0xd1,0x9c,0x6c,0x29,0x45,0x29,0xc4,0x32,0x04,0x31,0xc5,0x29,0x24,0x29,0x65, 0x21,0x44,0x19,0x23,0x3a,0x26,0x32,0x26,0x3a,0x47,0x29,0x84,0x18,0xe3,0x11,0x02, 0x10,0xe4,0x10,0x84,0x31,0xa7,0x08,0x60,0x29,0x65,0x29,0xa7,0x21,0xa6,0x42,0x88, 0x32,0x05,0x42,0x66,0x42,0xc7,0x42,0x87,0x19,0x23,0x3a,0x08,0x29,0x44,0x31,0xa7, 0x4c,0x5a,0x54,0x7a,0x4c,0x5a,0x4c,0x5b,0x54,0x7a,0x73,0x08,0x7a,0x60,0xb3,0x64, 0xd4,0x24,0xcc,0xe6,0xcc,0x05,0xbb,0xc6,0xb4,0x05,0xdd,0xc9,0xcd,0x46,0xbc,0x45, 0xab,0xa3,0xab,0xc3,0x8b,0x02,0x7a,0x81,0x30,0xe0,0x49,0x83,0x59,0x40,0xbc,0x08, 0xed,0xab,0xdd,0x69,0xed,0xcc,0xcc,0xea,0xcd,0x09,0xe5,0xec,0xee,0x30,0xee,0x92, 0xee,0x90,0xd5,0xae,0xc4,0xaa,0xcc,0xc9,0x82,0xa2,0x69,0xc1,0x7a,0x23,0x71,0xc0, 0xf5,0xec,0xdd,0x49,0xd5,0x4b,0xe6,0x31,0x7a,0xe6,0x59,0x82,0x8a,0xc7,0x93,0x88, 0xcd,0x4e,0xc4,0xab,0xe6,0x31,0xd5,0xaf,0xe6,0x31,0xee,0x71,0xe5,0xee,0xdd,0xcd, 0xe5,0x8c,0xdd,0x8b,0xd5,0xca,0xc5,0x6c,0xd5,0xcd,0xdd,0xcc,0xd5,0x8c,0x40,0x60, 0xd5,0x2d,0xd5,0x4c,0xb4,0x28,0xc4,0x6a,0xcd,0x0d,0xee,0x50,0xde,0x30,0xe6,0x94, 0xee,0xd5,0xee,0xd2,0xe6,0x2d,0xf6,0x71,0xee,0x0d,0xd4,0xe6,0xe4,0xe6,0xd4,0x87, 0xfd,0xec,0xdd,0x28,0xdd,0x68,0xd5,0x89,0xe6,0x0e,0xd5,0xef,0xde,0x32,0xe6,0x94, 0xf6,0xf5,0xee,0xd4,0xff,0x36,0xf6,0xf3,0xe6,0x4f,0xee,0x6f,0xee,0x2f,0xe6,0x0e, 0xd5,0x6a,0xbc,0x24,0xcc,0x64,0xd4,0x85,0xdc,0x64,0xcc,0x24,0xe5,0xcd,0xd5,0xef, 0xde,0x51,0xcd,0x6e,0xc4,0xca,0xc4,0xc8,0xe5,0xa9,0xdd,0xa7,0xe5,0x85,0xd4,0xc4, 0xdd,0x25,0xed,0x86,0xed,0x25,0xd4,0x42,0xec,0xe5,0xe4,0xc5,0xfe,0x50,0xe6,0xd7, 0xef,0x5b,0xee,0xf8,0xe6,0x32,0xde,0x0c,0xd5,0x6b,0xe6,0x33,0xe6,0x96,0xe6,0x97, 0xd5,0xee,0xf7,0x10,0x73,0x26,0x31,0x83,0x31,0xe5,0x29,0xa5,0x18,0xe3,0x21,0x46, 0x29,0xc6,0x32,0x06,0x31,0xe5,0x21,0x64,0x29,0xc5,0x19,0x23,0x31,0xc5,0x83,0xed, 0x62,0xc9,0x7b,0x6c,0x73,0x2b,0xff,0x7a,0x9c,0xd1,0x29,0x23,0x19,0x03,0x31,0xe6, 0x29,0xc5,0x3a,0x46,0x42,0xa6,0x32,0x06,0x19,0x24,0x31,0xa6,0x29,0x65,0x21,0x65, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x7b,0x4c,0xbc,0x6b,0x8c,0x7a,0xc1,0x9b,0x43, 0xb3,0xa2,0xac,0x44,0xbc,0x64,0xac,0x24,0xbc,0x83,0xbd,0x04,0xac,0x23,0xb3,0xe4, 0xa3,0xa3,0x8a,0xa1,0x7a,0x22,0x61,0x41,0x38,0xe1,0x49,0x62,0x59,0x40,0xcc,0x89, 0xdd,0x07,0xd4,0xc5,0xd4,0xc6,0x9b,0x01,0xed,0xc8,0xed,0xc8,0xf6,0x0d,0xf6,0xb0, 0xde,0x2d,0xcd,0x6c,0xac,0x29,0xab,0xe6,0x93,0x45,0x59,0xe1,0x6a,0x42,0x9b,0x64, 0xf5,0xca,0xed,0xa8,0xed,0x89,0xdd,0x8a,0xb4,0x67,0x61,0xe0,0x61,0x60,0x7a,0x62, 0xdd,0x4c,0xcc,0x88,0xf6,0x2f,0xee,0x92,0xe6,0x52,0xee,0xb2,0xe6,0x50,0xee,0x4f, 0xed,0xac,0xe5,0x4a,0xc4,0x68,0xbc,0x8c,0xf6,0x93,0xf6,0xf3,0xee,0xb1,0xb4,0x46, 0x7a,0x81,0xf6,0x72,0xe5,0xef,0xcd,0x0b,0xd5,0x6d,0xd5,0x6c,0xee,0x30,0xee,0x72, 0xf6,0xd4,0xf6,0xb3,0xe6,0x2e,0xde,0x09,0xfe,0xb1,0xe5,0x6f,0xdc,0xe8,0xc4,0x47, 0xe5,0x29,0xdd,0x08,0xdc,0xe7,0xdc,0xe7,0xe5,0x68,0xed,0xcb,0xe6,0x0f,0xe6,0x52, 0xee,0x72,0xff,0x16,0xff,0x57,0xf6,0xf4,0xf6,0xf2,0xf6,0x91,0xe5,0xd0,0xd5,0xaf, 0xdd,0xed,0xd5,0x8a,0xc5,0x07,0xbc,0x86,0xb4,0x23,0xb3,0xe2,0xc4,0x24,0xe5,0x8a, 0xf6,0x6f,0xac,0x27,0xb4,0x89,0xbc,0xaa,0xcd,0x0b,0xf6,0x70,0xee,0x0e,0xcc,0xa8, 0xb3,0xe4,0xd4,0xa5,0xd4,0x64,0xdc,0x84,0xed,0xea,0xd4,0xa5,0xd4,0x65,0xfe,0xb2, 0xff,0xba,0xef,0x37,0xe6,0xb5,0xee,0x54,0xd5,0x6e,0xd5,0xaf,0xc5,0xb4,0xff,0xfc, 0xff,0x7a,0xee,0x51,0xee,0x6f,0x5a,0x62,0x3a,0x26,0x21,0x65,0x18,0xc4,0x21,0x25, 0x29,0xa5,0x32,0x26,0x21,0x43,0x3a,0x07,0x29,0xa5,0x10,0xe2,0x31,0xc5,0x5a,0x06, 0x62,0x24,0xa4,0x4b,0xee,0xb4,0xee,0xf6,0xff,0x58,0xa4,0xcf,0x08,0x40,0x19,0x03, 0x21,0x85,0x32,0x46,0x3a,0x86,0x32,0x27,0x18,0xe4,0x21,0x45,0x39,0xe6,0x32,0x06, 0x54,0x5b,0x4c,0x5a,0x4c,0x5a,0x4c,0x5b,0x3c,0xbb,0x6b,0xad,0x8a,0xc4,0xa3,0x45, 0xa3,0x22,0x93,0xa3,0x9c,0x03,0xac,0x04,0xab,0x83,0xa3,0x63,0x9b,0x03,0x82,0x22, 0x79,0xe1,0x79,0x80,0x69,0x40,0x79,0xc2,0x7a,0x44,0x51,0x61,0x69,0xa0,0xcc,0x05, 0xb2,0xe0,0xb3,0x02,0xbb,0x63,0x92,0x82,0xd4,0x87,0xe4,0xe6,0xdd,0x06,0xdd,0xcb, 0xe5,0xcc,0xd5,0x4b,0xa3,0x66,0x8a,0xa2,0x8b,0x05,0x51,0x61,0x61,0xe1,0xcd,0x09, 0xf5,0xe8,0xdd,0x05,0xe4,0xe4,0xd4,0x83,0xf5,0x88,0x92,0xe2,0x51,0x61,0x8a,0x82, 0xfe,0x89,0xed,0x82,0xd4,0xa2,0xf5,0x6a,0xee,0x0f,0xee,0x70,0xee,0x2f,0xe5,0xcd, 0xd5,0x0a,0xbc,0x25,0xc4,0x67,0x48,0x40,0xdd,0x30,0xee,0x53,0xf6,0xf5,0xdd,0xcd, 0x82,0x81,0xcc,0xea,0xed,0xee,0xcc,0xa8,0xcc,0xc8,0xd5,0x49,0xf6,0x2c,0xe5,0xac, 0xbc,0x88,0xf6,0x0f,0xfe,0x6f,0xdd,0xa8,0xdd,0xaa,0xf6,0x0f,0xbc,0x27,0xcc,0x88, 0xcc,0x87,0xd4,0x87,0xd4,0xc7,0xd4,0xe8,0xd4,0xc6,0xd4,0xe7,0xe5,0x6a,0xee,0x0f, 0xee,0x73,0xee,0xf6,0xf7,0x78,0xf7,0x56,0xd5,0xef,0xde,0x0f,0xdd,0xcf,0xe6,0x0f, 0xe5,0xee,0xd5,0x8c,0xd5,0x4a,0xd5,0x4a,0xdd,0xcd,0xc5,0x2a,0xcd,0x4b,0xdd,0xce, 0xcd,0x4c,0xa3,0xe5,0xb3,0x63,0xcb,0xe5,0xc3,0xe6,0xcc,0xa8,0xdd,0x6b,0xf6,0x91, 0xe6,0x2f,0xcd,0x4b,0xab,0xc3,0xd4,0x04,0xc4,0x24,0xd4,0x46,0xe4,0x64,0xfe,0x0b, 0xc5,0x4d,0xff,0x9a,0xff,0xda,0xf7,0x36,0xe6,0xb3,0xef,0x16,0xef,0x3b,0xb5,0x4f, 0xf6,0xf6,0xe5,0xf1,0xd5,0x4a,0xf6,0x4c,0x7a,0xa4,0x31,0x63,0x19,0x44,0x19,0x05, 0x32,0x07,0x32,0x67,0x32,0x06,0x29,0xe5,0x11,0x24,0x10,0xa2,0x39,0xe3,0x72,0x03, 0xa3,0x84,0xbc,0x44,0xed,0xcc,0xee,0xb5,0xf6,0xf5,0xe6,0x71,0xdd,0xd2,0x31,0x02, 0x10,0xe2,0x22,0x05,0x3a,0x65,0x32,0x27,0x18,0xe3,0x19,0x03,0x21,0xa6,0x2a,0x06, 0x54,0x5b,0x4c,0x5b,0x4c,0x5a,0x4c,0x5a,0x4c,0x7c,0x64,0x56,0x83,0x45,0xa3,0x81, 0xa3,0xe6,0x9b,0x85,0x8a,0xc2,0x7a,0x21,0x81,0xc0,0x81,0xc1,0x81,0xc1,0x71,0x60, 0x69,0x00,0x71,0x00,0x8a,0x02,0x92,0x82,0x8a,0xc3,0x51,0x00,0x82,0x63,0xb3,0x40, 0xd4,0x23,0xbb,0xa4,0xb3,0x63,0x8a,0xa3,0xbb,0xc7,0xb3,0x44,0xab,0x65,0xa3,0x62, 0xab,0x43,0x9a,0x81,0x92,0x41,0x81,0xa0,0x82,0x62,0x59,0xa2,0x61,0xa1,0xcc,0x45, 0xdc,0xa4,0xe4,0xc6,0xdc,0x63,0xd4,0x43,0xed,0x06,0x7a,0x00,0x51,0x62,0xb3,0x84, 0xf5,0x86,0xf5,0xa5,0xdc,0x63,0xcb,0xe2,0xcc,0x45,0xf5,0xec,0xdd,0x8c,0xcd,0x0a, 0xdd,0x2b,0xc4,0x66,0xb3,0xa4,0x60,0xc0,0x69,0x40,0xd5,0x6e,0xcd,0xcf,0xee,0x32, 0xd5,0x8f,0xc5,0x2c,0xcd,0x2a,0xa3,0xe4,0xc4,0x65,0xcc,0xa5,0xed,0x68,0xed,0x69, 0xcc,0x86,0xc4,0x04,0xf5,0xea,0xf5,0xe6,0xe5,0x43,0xed,0x66,0xd4,0x44,0xcc,0x66, 0xc4,0x26,0xcc,0x46,0xdc,0x87,0xdc,0xc8,0xd4,0xe7,0xe5,0x48,0xed,0x48,0xdd,0x48, 0xdd,0xcc,0xf6,0xd2,0xe6,0xb4,0xee,0xd4,0xf7,0x15,0xde,0x10,0xdd,0xee,0xdd,0xce, 0xe6,0x0f,0xee,0x2f,0xe6,0x0e,0xf6,0x6f,0xf6,0xd1,0xcd,0x6c,0xc5,0x2c,0xbc,0xcd, 0xdd,0xf0,0xee,0x2e,0xb3,0x63,0xa2,0xa0,0xb3,0x01,0xc3,0xe4,0xc4,0x24,0xdd,0x8c, 0xee,0x31,0xd5,0xcf,0xe5,0xcf,0xe5,0x4b,0xbb,0xa2,0xc3,0x42,0xcb,0x82,0xed,0xa8, 0xd5,0xab,0xcd,0xb1,0xe6,0xd5,0xee,0xf4,0xde,0x71,0xe6,0xb3,0xd6,0x52,0xe6,0x4f, 0xd5,0xad,0xcc,0xea,0xd4,0xa9,0xcc,0x05,0xc3,0xc4,0xbc,0xcb,0x39,0xc3,0x29,0x03, 0x39,0xe5,0x32,0x04,0x29,0xe5,0x11,0x63,0x29,0x86,0x30,0xe2,0x9b,0xa8,0xb3,0x45, 0xcc,0x45,0xcc,0x43,0xc4,0x04,0xd5,0x8d,0xd5,0xf2,0xdd,0xce,0xe5,0xc9,0xe5,0xee, 0x39,0x83,0x29,0xe5,0x32,0x86,0x32,0x68,0x29,0x64,0x29,0x44,0x19,0x66,0x2a,0x46, 0x4c,0x5c,0x4c,0x5b,0x4c,0x5a,0x4c,0x7a,0x54,0x5d,0x4c,0x9d,0x6c,0x0e,0x93,0x00, 0x82,0xa1,0x7a,0x21,0x81,0xe1,0x81,0xa1,0x79,0x81,0x81,0xa2,0x79,0x40,0x79,0x40, 0x81,0x80,0x92,0x63,0xa2,0xe4,0x8a,0x81,0x93,0x24,0x51,0x40,0x93,0x44,0xdc,0xe6, 0xdc,0xe6,0xab,0xa2,0xb3,0xe4,0x82,0xe0,0xab,0x83,0x9a,0xc2,0xa2,0xe6,0xab,0x24, 0xa3,0x03,0x9a,0xa2,0xa2,0xa2,0xaa,0x62,0x92,0xc3,0x51,0x40,0x59,0x40,0xdc,0x47, 0xcb,0xc3,0xd4,0x25,0xd4,0x04,0xd4,0x03,0xcc,0x66,0x71,0xc0,0x61,0x41,0xcb,0xa4, 0xd3,0xc2,0xdc,0x24,0xe4,0x25,0xdb,0xe2,0xdc,0x03,0xcc,0x24,0xed,0xac,0xdd,0xcd, 0xcc,0xeb,0xc4,0x26,0xc3,0xe5,0x79,0x81,0x61,0x20,0x82,0x82,0xdd,0xcd,0xde,0x11, 0xc5,0x4e,0xcd,0xce,0xc5,0x6a,0xd5,0xea,0xe5,0x88,0xd4,0xe6,0xe5,0x26,0xe4,0xe6, 0xe4,0xe7,0xdc,0xa7,0xbb,0xc5,0xdc,0xe7,0xed,0x47,0xec,0xe6,0xdc,0x44,0xd4,0x65, 0xc3,0xa3,0xc3,0x83,0xbb,0x63,0xcc,0x06,0xbb,0xa3,0xbb,0xc3,0xdc,0x84,0xdc,0xc5, 0xd4,0xa5,0xe5,0x8a,0xe6,0x0f,0xdd,0xf1,0xde,0x34,0xde,0x12,0xe6,0x2f,0xe6,0x30, 0xee,0x71,0xf6,0xd2,0xff,0x53,0xff,0x32,0xfe,0xd2,0xfe,0xd1,0xdd,0xce,0xc4,0xed, 0xcd,0x4d,0xdd,0xac,0xed,0xcc,0xab,0x63,0xa2,0xc0,0xc3,0x63,0xb3,0x00,0xc3,0xe3, 0xe5,0x4c,0xe5,0xd1,0xee,0x12,0xe6,0x0f,0xdd,0x28,0xb3,0x01,0xba,0xe1,0xf5,0x89, 0xee,0x4b,0xe6,0x2c,0xf6,0xd0,0xcd,0x4c,0xff,0x75,0xd5,0x4b,0xe6,0x2c,0xdd,0xec, 0xd5,0x4a,0xdc,0xe9,0xcb,0xe6,0xba,0xe3,0xd4,0x21,0xdd,0x67,0x72,0xc5,0x41,0xc4, 0x3a,0x44,0x32,0x22,0x39,0xe5,0x21,0xa5,0x29,0x85,0x7a,0x65,0xd3,0xc5,0xdc,0x24, 0xd4,0x44,0xcb,0xc2,0xc3,0x61,0xcc,0xe7,0xf6,0x72,0xe5,0x6a,0xe5,0x43,0xdd,0x45, 0xa4,0x28,0x39,0xa2,0x2a,0x67,0x32,0x89,0x29,0x86,0x31,0x65,0x29,0x85,0x32,0x87, 0x4c,0x5b,0x4c,0x5a,0x4c,0x5a,0x54,0x7a,0x44,0x9b,0x4c,0x9b,0x5c,0xdd,0x83,0x4e, 0x89,0x60,0x81,0xe1,0x81,0xc0,0x71,0x60,0x81,0xe1,0x92,0x42,0x89,0xe2,0x91,0xe3, 0x9a,0x63,0x82,0x01,0x82,0x61,0x92,0xe2,0x9b,0x45,0x72,0x20,0x93,0x22,0xa3,0x21, 0x8a,0xc0,0x8b,0x42,0x93,0x02,0x72,0xa0,0xdd,0x26,0xdd,0x47,0xc4,0xa7,0xbc,0x67, 0xbc,0xa8,0xd5,0x4b,0xb3,0xc5,0x9a,0x60,0xb3,0xa6,0x69,0xa2,0x71,0xe1,0xbb,0x63, 0xd4,0x04,0xc3,0xc5,0xb3,0x41,0xe4,0xa5,0xc4,0x67,0x51,0x60,0x79,0xa2,0xd3,0x03, 0xca,0xe1,0xcb,0x02,0xe3,0xa5,0xec,0x02,0xf4,0x64,0xdc,0x04,0xc3,0xc4,0xdd,0x0a, 0xcc,0x88,0xbb,0xc5,0xcc,0x25,0x92,0xa3,0x71,0xa0,0x7a,0x00,0xfd,0xec,0xed,0xed, 0xed,0xcd,0xd5,0x6b,0xc4,0xc5,0xee,0x08,0xed,0xc6,0xe5,0x87,0xed,0xc8,0xe5,0x26, 0xdc,0xe6,0xe5,0x27,0xdd,0x29,0xdd,0x28,0xdc,0xe6,0xe5,0x27,0xdc,0xc4,0xe4,0xc5, 0xdc,0x85,0xdc,0x26,0xcb,0xc4,0xcb,0xe4,0xd4,0x26,0xcc,0x05,0xcb,0xe4,0xd4,0x24, 0xdc,0x44,0xd4,0x64,0xdd,0x48,0xdd,0xad,0xe6,0x31,0xdd,0xf0,0xcd,0x2b,0xdd,0xae, 0xdd,0xce,0xe6,0x2f,0xee,0xb1,0xee,0xd1,0xdd,0xce,0xcd,0x4b,0xd5,0x6c,0xcd,0x0d, 0xee,0x10,0xe6,0x0e,0xd5,0xad,0xdd,0x8b,0xbc,0x06,0xa2,0xc1,0xbb,0x42,0xbb,0x40, 0xcc,0x45,0xe5,0xad,0xe5,0xce,0xdd,0xec,0xe5,0x8a,0xcc,0x04,0xaa,0xc0,0xcc,0x25, 0xed,0xe8,0xee,0x27,0xee,0x68,0xd5,0x07,0xc4,0x67,0xc4,0x26,0xc4,0x46,0xc4,0xa9, 0xdc,0xea,0xd4,0x46,0xcb,0xc3,0xc3,0xa1,0xe5,0x45,0x9b,0x81,0x72,0xe5,0x42,0x66, 0x3a,0xa6,0x42,0x43,0x42,0x05,0x29,0xa5,0x39,0x63,0x92,0x83,0xba,0x80,0xdb,0xc2, 0xcb,0xa2,0xbb,0x22,0xc3,0x42,0xc4,0x02,0xd5,0x07,0xe5,0x47,0xf5,0x26,0xdc,0xa6, 0xd4,0xe7,0x83,0x21,0x32,0x04,0x2a,0x68,0x21,0x86,0x21,0x23,0x31,0xa5,0x3a,0x87, 0x4c,0x5b,0x4c,0x5a,0x4c,0x5a,0x54,0x7a,0x4c,0x7a,0x54,0x7a,0x44,0xbe,0x75,0x1c, 0x72,0xab,0x8a,0x44,0x8a,0x42,0x9b,0x05,0x71,0xe1,0x8a,0x22,0x81,0xe1,0x79,0x81, 0x71,0xa0,0x8a,0x83,0x93,0x03,0x92,0xe2,0x9b,0x03,0x82,0xc1,0x9b,0x63,0x9a,0xe3, 0x92,0xe4,0x82,0xc1,0x9b,0x43,0x7a,0x80,0xb3,0xc3,0xcc,0xe5,0x9c,0x02,0x9c,0x03, 0x9c,0x03,0xa4,0x44,0xa3,0x82,0xb3,0x83,0xa3,0x44,0x48,0xc0,0x8a,0xe4,0xd4,0x85, 0xd4,0xa4,0xc4,0x65,0xdc,0xc5,0xf5,0x66,0x93,0x64,0x51,0xa1,0x82,0x02,0xdb,0xa4, 0xdb,0xe3,0xdc,0x24,0xcb,0xa3,0xd4,0x44,0xd4,0x42,0xd3,0xe2,0xd3,0x83,0xcb,0x43, 0xd4,0x67,0xc4,0x25,0xb3,0x63,0xa3,0x45,0x69,0x82,0x71,0x80,0xf5,0x89,0xe5,0x26, 0xdc,0xe7,0xdd,0x07,0xd4,0xa5,0xf5,0xa6,0xdc,0xc4,0xe5,0x06,0xdc,0xc5,0xdc,0x85, 0xdc,0x84,0xe4,0xa4,0xe4,0xe5,0xed,0x26,0xdc,0xe4,0xdd,0x03,0xf5,0xa4,0xed,0x24, 0xe4,0x84,0xd4,0x03,0xd3,0xe3,0xe4,0xc5,0xdc,0xa6,0xdc,0x65,0xe4,0xc6,0xed,0x07, 0xe4,0xc6,0xdc,0x84,0xed,0x46,0xe5,0xa9,0xdd,0xab,0xdd,0x8c,0xbc,0x27,0xbc,0x06, 0xd4,0xea,0xe5,0x8d,0xee,0x50,0xfe,0xf3,0xee,0x51,0xf6,0x71,0xe6,0x0e,0xee,0x52, 0xee,0x31,0xe6,0x2f,0xe6,0x51,0xdd,0xce,0xd5,0x2b,0xd4,0xc9,0xbb,0xe4,0xdc,0x25, 0xcc,0x23,0xcc,0xc6,0xed,0xca,0xcc,0xe8,0xd4,0xe9,0xe4,0xe6,0xd4,0x02,0xbb,0xe3, 0xcc,0x84,0xd4,0xe4,0xe5,0xc7,0xdc,0xc5,0xdc,0x85,0xcb,0xe3,0xdc,0x65,0xc3,0xc4, 0xbb,0x82,0xbb,0x81,0xcc,0x64,0xd5,0x05,0x9b,0xe3,0x93,0x64,0x72,0xc4,0x42,0x64, 0x4a,0x85,0x29,0x21,0x21,0x02,0x29,0x23,0x41,0x60,0xcc,0xa8,0xaa,0x60,0xb2,0x81, 0xaa,0xe2,0xbb,0x23,0xbb,0x23,0xb3,0x63,0xd5,0x26,0xe5,0x67,0xcc,0x45,0xbb,0x43, 0xbb,0xc3,0xcc,0xe5,0x62,0xc3,0x32,0x25,0x19,0x65,0x29,0xc5,0x4a,0xca,0x29,0xe5, 0x4c,0x5b,0x4c,0x5a,0x4c,0x5a,0x54,0x5b,0x54,0x3b,0x4c,0x7c,0x4c,0xba,0x45,0x1c, 0x65,0x5c,0x62,0x69,0x79,0xa0,0xa3,0x68,0x9b,0x88,0x7a,0x43,0x82,0x01,0x82,0x43, 0x7a,0x22,0x8a,0xa3,0x9b,0x03,0x92,0xe3,0xa3,0x66,0xab,0xe6,0x82,0x61,0x79,0xa0, 0x79,0xa1,0x93,0x24,0x8b,0x02,0x92,0xe2,0xb3,0x63,0xab,0x62,0x9b,0xc3,0xb4,0xa5, 0xac,0xa5,0xa4,0x03,0xa3,0x82,0xaa,0xe2,0x82,0x62,0x51,0x40,0x8b,0x04,0xbc,0x85, 0xbc,0x63,0xbc,0x65,0xcc,0x64,0xbb,0xe1,0x8b,0x44,0x30,0xc0,0x71,0xa0,0xc4,0x04, 0xdc,0xc4,0xc4,0x22,0xa3,0x82,0xbc,0x85,0xd4,0xa5,0xc3,0xa2,0xd3,0x43,0xba,0x81, 0xcb,0xa4,0xc3,0xc5,0xb3,0x03,0xa3,0x03,0x71,0xe2,0x69,0x40,0xdc,0x66,0xcc,0x62, 0xc4,0x03,0xed,0x29,0xed,0x08,0xcc,0x23,0xcb,0xa2,0xcb,0x62,0xcb,0x63,0xd3,0xa4, 0xcb,0xa2,0xcb,0xa2,0xcb,0x43,0xcb,0x84,0xcb,0xa4,0xcb,0xa3,0xe4,0x86,0xe4,0xa4, 0xd4,0x23,0xdc,0x84,0xe4,0xa4,0xed,0x05,0xdc,0x84,0xc3,0xe3,0xd4,0x44,0xcc,0x03, 0xcc,0x23,0xd4,0x43,0xdc,0x83,0xe5,0x25,0xdd,0x46,0xe5,0x49,0xe5,0x0a,0x9a,0x80, 0xab,0x02,0xc4,0x28,0xe5,0x6d,0xc4,0xec,0xb4,0x8a,0xbc,0xaa,0xc4,0xeb,0xcd,0x2d, 0xcd,0x2c,0xdd,0xef,0xe5,0xf0,0xcd,0x4c,0xc5,0x0a,0xd5,0x0b,0xab,0xc6,0xab,0x24, 0xb3,0x63,0xb3,0x20,0xed,0x09,0xcc,0x27,0xc4,0x06,0xc3,0xc2,0xec,0xe5,0xb3,0x61, 0xcc,0x25,0xc4,0x03,0xcc,0xa6,0xbb,0xa1,0xdc,0x83,0xd4,0x83,0xf5,0x67,0xf5,0x87, 0xd4,0x63,0xd4,0xa4,0xdd,0x26,0x9b,0xc2,0x83,0x43,0x7a,0xa2,0x69,0xe1,0x62,0xa4, 0x41,0x81,0x39,0x41,0x31,0x22,0x51,0xc3,0x6a,0x61,0x9b,0x63,0xa3,0x43,0xbb,0x05, 0x92,0x00,0x9a,0x00,0xaa,0x82,0xa2,0x81,0x93,0x01,0xd5,0x28,0xc4,0x03,0xaa,0xe1, 0xb3,0x63,0xbc,0x03,0x9c,0x05,0x3a,0x02,0x29,0xa4,0x29,0xe5,0x63,0xad,0x29,0x83, 0x4c,0x3a,0x4c,0x3b,0x4c,0x5c,0x54,0x5b,0x4c,0x7b,0x4c,0x7b,0x54,0x7c,0x54,0x9b, 0x4c,0xdc,0x64,0x58,0x6a,0x05,0x82,0x84,0x82,0xe6,0x8b,0x8a,0x7a,0xa7,0x6a,0x24, 0x72,0xa6,0x8a,0xc4,0x92,0x62,0x82,0x42,0x92,0x62,0x9a,0x61,0x9a,0x02,0x81,0x60, 0x79,0xa0,0x71,0xa1,0x79,0xc1,0x81,0xa0,0x8a,0x02,0x8a,0x62,0xaa,0xe3,0x9b,0x42, 0xb4,0x47,0x8a,0xc3,0x7a,0x21,0x72,0x45,0x6a,0xc9,0x61,0xe5,0x71,0xc2,0x7a,0x62, 0xab,0xe6,0x9b,0x03,0x92,0xc2,0x9a,0x62,0x82,0x44,0x38,0xa0,0x61,0xe2,0x9b,0xa2, 0xd4,0xa5,0xbb,0xc3,0x8a,0xe1,0x82,0xc1,0x9b,0x01,0xab,0x42,0xc3,0xe5,0xc3,0x84, 0xa2,0x60,0xb2,0xa1,0xcb,0x84,0xab,0x20,0x9b,0x24,0x69,0xa1,0xb3,0x23,0xbb,0x23, 0xcb,0x85,0xe3,0xe4,0xcb,0xa1,0xcb,0xe3,0xc3,0xa3,0xc3,0x63,0xb2,0xa1,0xbb,0x03, 0xdb,0xe6,0xbb,0x44,0xbb,0x64,0xbb,0x43,0xbb,0x43,0xc3,0x64,0xc3,0x44,0xaa,0xc1, 0xb3,0x82,0xbc,0x43,0xd4,0x84,0xcb,0xe3,0xc3,0xa5,0xbb,0x44,0xbb,0x23,0xc3,0x63, 0xc3,0x42,0xcb,0x83,0xcb,0xe3,0xcb,0xa2,0xcc,0x04,0xd4,0xa8,0xcc,0x88,0xbb,0x24, 0xa2,0x61,0x9a,0x61,0xb3,0x65,0xb3,0xc7,0xbc,0x47,0xb4,0x06,0xbc,0x07,0xc4,0x29, 0xbc,0x08,0xcc,0x8a,0xcc,0xab,0xcc,0xaa,0xcc,0xca,0xb3,0xe8,0xb4,0x09,0xe5,0x2c, 0xab,0x02,0xa2,0x60,0xbb,0x03,0xd4,0x25,0xc3,0xc4,0xcc,0x24,0xe4,0xe6,0xbb,0xc3, 0xab,0x42,0xd4,0x65,0xdc,0xe5,0xdc,0xa3,0xe5,0x45,0xd4,0xe4,0xc4,0x84,0xa3,0xa1, 0xb4,0x24,0xac,0x03,0xb4,0x43,0xa3,0xa3,0x82,0xe3,0x72,0x83,0x59,0x81,0x51,0x61, 0x41,0x21,0x49,0xa2,0x5a,0x03,0x6a,0x42,0x72,0x41,0x7a,0xa2,0x7a,0xc3,0xa3,0x24, 0x79,0x60,0x99,0xe2,0x99,0xe1,0x92,0x20,0x7a,0x61,0xbc,0x66,0xb4,0x03,0xab,0xc4, 0xab,0xc3,0xd5,0x27,0xa3,0xc3,0x72,0xe3,0x5a,0x83,0x52,0x43,0x6a,0xe8,0x41,0x21, 0x4c,0x3a,0x4c,0x5b,0x4c,0x5b,0x54,0x5b,0x4c,0x7b,0x4c,0x7b,0x4c,0x7b,0x4c,0x7b, 0x54,0xbc,0x54,0xbc,0x5b,0xd4,0x5a,0x48,0x5a,0x26,0x63,0xb1,0x53,0xf7,0x63,0xf5, 0x74,0x56,0x62,0xec,0x71,0x61,0x91,0x60,0x81,0x60,0x91,0xe1,0x81,0x40,0x81,0x40, 0x79,0x61,0x81,0x60,0x91,0x20,0x60,0x80,0x58,0xc0,0x60,0xe0,0x68,0xa0,0x61,0x00, 0x69,0x20,0x61,0x61,0x49,0xa5,0x42,0xad,0x53,0x31,0x5a,0x09,0x50,0x40,0x68,0xe0, 0x69,0x20,0x71,0x61,0x79,0x80,0x79,0x40,0x58,0xe0,0x28,0x20,0x6a,0x23,0x9b,0x64, 0xa3,0x21,0xab,0x22,0xab,0xa5,0xa3,0x64,0x93,0x01,0x9b,0x02,0x9a,0xe1,0xab,0x42, 0xb3,0xa3,0xa2,0xc0,0xdc,0xc5,0xdd,0x26,0x9b,0xa3,0x61,0xc0,0xa3,0x23,0xd3,0x25, 0xba,0xa4,0xd3,0xa5,0xcc,0x64,0xac,0x23,0xc4,0x64,0xd4,0xa5,0xb3,0x82,0xc3,0xe3, 0xc4,0x24,0xcc,0x65,0xcc,0x65,0xc3,0xe3,0xc4,0x04,0xc3,0xe4,0xc4,0x04,0xcc,0x04, 0xcc,0x44,0xd5,0x06,0xb3,0xe3,0xb3,0x83,0xb3,0x23,0xbb,0x43,0xc3,0x83,0xcc,0x04, 0xe4,0xc6,0xdc,0x86,0xbb,0x83,0xc3,0x84,0xc3,0x64,0xc3,0xa6,0xb3,0x26,0xb2,0xa3, 0xaa,0x42,0x91,0x80,0xa2,0x21,0x9a,0x41,0xb3,0x22,0xb3,0xa2,0xf5,0xa9,0xb3,0xa3, 0xb2,0xe3,0xbb,0x05,0xb3,0x66,0xbb,0x86,0x92,0x81,0xab,0x44,0xc4,0x49,0xcc,0x48, 0xbb,0x63,0xb3,0x22,0xaa,0xe1,0xcc,0x44,0xe5,0x67,0xbc,0x42,0xc4,0x83,0xab,0xc4, 0x9b,0x02,0xa3,0x82,0xb4,0x22,0xc4,0x63,0xcc,0xc4,0xbc,0x64,0xa3,0xa2,0x9b,0x84, 0xa3,0xa6,0x93,0x44,0x8b,0x23,0x72,0x42,0x59,0x60,0x7a,0x24,0x48,0xe1,0x40,0xe2, 0x28,0xe2,0x31,0x02,0x38,0xc1,0x40,0xc0,0x48,0xc0,0x50,0xe0,0x51,0x00,0x59,0x61, 0x69,0x61,0x92,0x44,0x92,0x84,0x93,0x25,0x8b,0x63,0x8b,0x81,0xbc,0x84,0x7a,0x40, 0xc4,0x86,0xa3,0xa2,0xa3,0x63,0x82,0xc2,0x72,0x81,0x6a,0x62,0x7a,0x64,0x40,0xc0, 0x4c,0x5b,0x4c,0x5b,0x4c,0x5b,0x54,0x7b,0x54,0x7b,0x4c,0x7b,0x4c,0x7b,0x54,0x7b, 0x4c,0x7b,0x4c,0x9c,0x54,0x7a,0x64,0x58,0x64,0x99,0x54,0xbc,0x4c,0x9c,0x44,0xbe, 0x3c,0x9e,0x64,0xba,0x6a,0x8a,0x81,0xe2,0x69,0xa2,0x50,0xc0,0x58,0x80,0x70,0xc0, 0x99,0xe0,0x89,0x80,0x6a,0xa7,0x5a,0xec,0x69,0x00,0x81,0x40,0x31,0x85,0x63,0x2e, 0x62,0x69,0x41,0x86,0x4b,0x11,0x4b,0xb7,0x5b,0xd6,0x62,0xcf,0x58,0xa1,0x80,0xe0, 0x78,0xe1,0x60,0x80,0x70,0xa0,0x81,0x41,0x60,0xe1,0x30,0x60,0x40,0xc0,0x50,0xe0, 0x60,0xe0,0x69,0x20,0x69,0x81,0x82,0x22,0x7a,0x22,0x71,0xe2,0x82,0x42,0x79,0xe1, 0x92,0xa3,0xa3,0x24,0xcc,0x86,0xb4,0x03,0x93,0x65,0x59,0x82,0x92,0xa4,0x8a,0x43, 0x61,0x01,0x92,0xa3,0x9b,0x82,0x93,0x83,0xab,0xe3,0xbc,0x64,0xbc,0x04,0xbc,0x25, 0xc4,0xa5,0xbc,0x64,0xc4,0x84,0xc4,0x63,0xd4,0xc5,0xc4,0x43,0xc4,0x63,0xd4,0xa3, 0xcc,0x63,0xbc,0x22,0xab,0xa1,0xa3,0x41,0xc4,0x65,0xd4,0xe6,0xd5,0x06,0xdd,0x67, 0xbc,0xa3,0xd5,0x05,0xcc,0x45,0xbb,0x83,0xb3,0x22,0xbb,0x84,0xc3,0xc6,0xd4,0x87, 0xab,0x43,0x79,0x60,0x79,0x40,0x81,0xa2,0x89,0xe1,0xb3,0x83,0xd5,0x26,0xcc,0xe4, 0xbb,0x81,0xa2,0x40,0x91,0xe0,0xa2,0x61,0xbb,0x44,0xb3,0x84,0xb4,0x06,0xc3,0xe5, 0xc4,0x25,0xab,0x42,0xa3,0x02,0xbc,0x24,0xcd,0x26,0xb4,0x62,0xb4,0x43,0x9b,0x43, 0x82,0x62,0x8a,0xe2,0x8a,0xe1,0x9b,0x43,0xb3,0xc5,0x92,0xc2,0x72,0x00,0x79,0xc0, 0x71,0xa0,0x79,0xc0,0x8a,0x82,0x61,0x60,0x59,0x00,0x50,0xe0,0x49,0x01,0x39,0x02, 0x28,0xe2,0x28,0xc1,0x30,0xc1,0x38,0xc1,0x48,0xc0,0x58,0xe1,0x60,0xc0,0x50,0xe1, 0x48,0x80,0x58,0xa0,0x50,0xa0,0x51,0x20,0x59,0x80,0xab,0xe7,0xa3,0x64,0x92,0xa3, 0x9a,0xe4,0x82,0x20,0x72,0x42,0x51,0x80,0x5a,0x21,0x6a,0x41,0x8b,0x28,0x38,0x40, 0x4c,0x5b,0x4c,0x5b,0x4c,0x5b,0x4c,0x5b,0x4c,0x7b,0x4c,0x5a,0x4c,0x5b,0x4c,0x5b, 0x4c,0x5b,0x4c,0x5b,0x54,0x5a,0x4c,0x7c,0x3c,0x9e,0x44,0x9d,0x54,0x7a,0x54,0x57, 0x4c,0x7b,0x4c,0x7c,0x5c,0x9a,0x54,0x79,0x54,0xdc,0x5c,0xbb,0x4b,0x74,0x3a,0x8e, 0x5b,0x71,0x63,0xd3,0x5c,0x7c,0x5c,0xde,0x62,0x6d,0x7a,0xab,0x5c,0xdd,0x4c,0x99, 0x42,0xee,0x32,0x6c,0x22,0xd3,0x4b,0xd8,0x4a,0xd0,0x4a,0x29,0x40,0xc1,0x78,0xc0, 0x78,0xa0,0x71,0x01,0x70,0xc0,0x78,0xc0,0x68,0xe1,0x38,0x40,0x38,0x60,0x58,0xa1, 0x71,0x01,0x60,0xc0,0x48,0xa0,0x48,0x80,0x50,0xa0,0x58,0xa0,0x58,0xa0,0x58,0xa0, 0x60,0xe0,0x60,0xe0,0x79,0xa0,0x71,0x80,0x61,0x81,0x40,0xa1,0x50,0xa0,0x51,0x81, 0x51,0x61,0x51,0x20,0x69,0xc1,0x61,0x60,0x82,0x42,0x92,0xc2,0x8a,0x41,0x8a,0x42, 0xa3,0x23,0xa3,0x42,0xa3,0x42,0xa3,0x42,0xa3,0x22,0xbb,0xe5,0xbb,0xc4,0xc4,0x04, 0xbb,0xe4,0xbc,0x04,0xc4,0x66,0xb4,0x05,0xab,0xe4,0x9b,0x82,0xa3,0xe3,0xab,0xe2, 0xac,0x22,0xb4,0x23,0xbb,0xe2,0xbb,0xc3,0xcc,0x25,0xd4,0x85,0xe5,0x48,0xbc,0xa4, 0xa3,0x81,0xc4,0x47,0xcc,0x6a,0x71,0x81,0x69,0x61,0x71,0xa0,0xa3,0x02,0xb3,0xa2, 0xd4,0xe5,0xd4,0xe7,0xbb,0x85,0x9a,0x80,0xcc,0x05,0xc4,0x86,0xc4,0xc6,0xd5,0x06, 0xc4,0x84,0x9b,0x23,0x7a,0x01,0x92,0xa2,0xb3,0xc5,0xbc,0x46,0xab,0x83,0x82,0x01, 0x71,0x61,0x71,0x60,0x69,0x20,0x69,0x20,0x8a,0x02,0x8a,0x42,0x8a,0x42,0x92,0x00, 0x92,0x23,0x81,0xe0,0x81,0xe0,0x61,0x20,0x59,0x20,0x51,0x00,0x40,0xe0,0x28,0xa0, 0x30,0xc1,0x30,0xc1,0x20,0xa1,0x28,0x80,0x40,0x80,0x61,0x01,0x60,0x80,0x58,0xa0, 0x50,0x60,0x50,0x60,0x50,0xa0,0x50,0xc0,0x50,0xc0,0x59,0x20,0x69,0x60,0x61,0x00, 0x69,0x62,0x59,0x00,0x51,0x42,0x51,0xa3,0x5a,0x43,0x6a,0xa4,0x93,0xac,0x40,0xa0, 0x4c,0x5b,0x4c,0x5b,0x4c,0x5b,0x4c,0x5c,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5c, 0x4c,0x5c,0x4c,0x5c,0x4c,0x5c,0x54,0x3a,0x4c,0x3a,0x44,0x5a,0x4c,0x5a,0x4c,0x5a, 0x44,0x5c,0x4c,0x3c,0x4c,0x3b,0x44,0x7c,0x4c,0x7d,0x4c,0x5b,0x54,0x5b,0x54,0x5b, 0x44,0x7c,0x44,0x7c,0x4c,0x5b,0x4c,0x5c,0x4c,0x5b,0x4c,0x5c,0x4c,0x7c,0x4c,0x39, 0x4b,0x52,0x43,0x53,0x3b,0xd8,0x43,0x33,0x31,0x67,0x41,0xc6,0x41,0x62,0x79,0x61, 0x81,0x41,0x79,0x60,0x81,0x00,0x78,0xe0,0x79,0x62,0x48,0xa0,0x48,0x60,0x70,0xe1, 0x70,0xe0,0x60,0xe0,0x48,0xe0,0x51,0x01,0x60,0xe0,0x60,0xc0,0x68,0xe0,0x60,0xe0, 0x60,0xa0,0x58,0x80,0x79,0x82,0x79,0x80,0x59,0x00,0x40,0x60,0x58,0xa0,0x48,0x80, 0x38,0x00,0x58,0xe2,0x61,0x00,0x69,0x01,0x79,0x61,0x79,0x61,0x71,0x00,0x71,0x00, 0x79,0x60,0x71,0x60,0x71,0x60,0x71,0x40,0x79,0x60,0x79,0x40,0x71,0x60,0x71,0x60, 0x79,0x80,0x79,0xa0,0x82,0x21,0x82,0x40,0x82,0x62,0x7a,0x01,0x82,0x21,0x9a,0xe4, 0xa3,0x03,0xab,0x23,0xb3,0xa3,0xb3,0x63,0xbb,0xc4,0xb3,0xc3,0xbc,0x64,0xab,0xc3, 0xa3,0x42,0x9b,0x02,0x9b,0x02,0x92,0xc1,0x8a,0x62,0x92,0x22,0x89,0x40,0x91,0xe1, 0xa3,0x64,0x8b,0x01,0x9b,0x42,0xb3,0xe4,0xb3,0xe3,0xac,0x03,0xb4,0xa4,0xbc,0xa3, 0xb4,0x43,0x8a,0xc2,0x59,0x00,0x60,0xe0,0x69,0x20,0x79,0xc0,0x89,0xe1,0x79,0x40, 0x81,0x62,0x89,0x61,0x89,0x81,0x91,0x81,0x89,0x60,0x89,0xc0,0x8a,0x21,0x8a,0x02, 0x8a,0x03,0x69,0x80,0x69,0xc0,0x59,0x20,0x50,0xe0,0x48,0xe0,0x38,0xa1,0x28,0x61, 0x28,0x62,0x28,0x62,0x18,0x83,0x20,0x42,0x38,0x62,0x50,0xa0,0x68,0xa0,0x58,0xe0, 0x58,0xe0,0x50,0xe0,0x48,0xa0,0x40,0xc1,0x40,0xa0,0x61,0xc1,0x6a,0x01,0x7a,0x86, 0x51,0xa2,0x49,0x40,0x50,0xe0,0x51,0x62,0x62,0x43,0x6a,0xc5,0x72,0x87,0x40,0xc0, 0x4c,0x5b,0x4c,0x3b,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a, 0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x5a, 0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5a,0x4c,0x5b,0x4c,0x3a,0x4c,0x5b, 0x4c,0x5b,0x4c,0x5b,0x4c,0x3b,0x4c,0x3b,0x4c,0x5b,0x4c,0x5b,0x4c,0x3b,0x44,0x5a, 0x4c,0x1a,0x54,0x3c,0x43,0xda,0x4b,0xb5,0x39,0xe7,0x39,0x83,0x49,0x41,0x69,0x40, 0x89,0x80,0x89,0xa1,0x79,0xa2,0x79,0x82,0x61,0x02,0x38,0x40,0x38,0x40,0x68,0x60, 0x68,0x60,0x68,0xc0,0x60,0xc0,0x69,0x21,0x71,0x01,0x68,0xc0,0x60,0xa0,0x58,0x80, 0x50,0xa0,0x58,0x80,0x70,0xe0,0x48,0x80,0x30,0x40,0x40,0x81,0x48,0x60,0x48,0x20, 0x48,0x20,0x68,0xe1,0x70,0xe1,0x78,0xe0,0x70,0x80,0x78,0xa0,0x68,0x40,0x68,0x60, 0x70,0xc0,0x71,0x01,0x79,0x01,0x71,0x01,0x71,0x01,0x79,0x01,0x79,0x21,0x79,0x41, 0x69,0x00,0x69,0x00,0x68,0xe0,0x68,0xe0,0x69,0x00,0x71,0x20,0x69,0x20,0x69,0x20, 0x69,0x40,0x69,0x20,0x69,0x00,0x71,0x40,0x69,0x40,0x69,0x60,0x79,0xc0,0x8a,0x61, 0x79,0xe0,0x79,0xe0,0x79,0xc0,0x71,0xa0,0x79,0xe0,0x9a,0xe3,0x8a,0x61,0x92,0xa2, 0xa3,0x44,0x92,0xc2,0x92,0xa2,0x92,0x82,0x8a,0x61,0xa3,0x84,0xb4,0x87,0x9b,0x64, 0x8a,0x42,0x79,0x20,0x70,0xc0,0x81,0xa1,0x82,0x03,0x79,0xc2,0x79,0x41,0x81,0x00, 0x78,0xc0,0x81,0x00,0x91,0x40,0x89,0x60,0x81,0x82,0x69,0x40,0x8a,0x64,0x61,0xe3, 0x61,0xa0,0x59,0xa0,0x51,0x61,0x60,0xe0,0x48,0xa0,0x40,0xa1,0x30,0x81,0x30,0x81, 0x30,0x81,0x30,0x81,0x28,0x82,0x20,0xc2,0x31,0x01,0x59,0x61,0x71,0x20,0x71,0x00, 0x60,0xe0,0x60,0xc0,0x59,0x00,0x50,0xe0,0x71,0x60,0x72,0x22,0x39,0xe2,0x52,0xe7, 0x31,0x62,0x49,0x63,0x51,0xc3,0x41,0xa1,0x5a,0x64,0x5a,0x04,0x61,0xa4,0x38,0xa1, 0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a, 0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x44,0x1a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x5a, 0x4c,0x5b,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x3a,0x4c,0x39,0x4c,0x39,0x4c,0x39, 0x4c,0x39,0x4c,0x39,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x3a, 0x4c,0x3a,0x4c,0x5a,0x43,0x96,0x3a,0x4b,0x4a,0x06,0x39,0x64,0x41,0x85,0x49,0x64, 0x71,0xc4,0x69,0x63,0x40,0xc1,0x40,0xc1,0x38,0x81,0x30,0x40,0x30,0x40,0x60,0x80, 0x60,0x60,0x68,0xa0,0x68,0xc0,0x68,0xa0,0x70,0xc0,0x68,0xc0,0x60,0xa0,0x58,0x80, 0x69,0x21,0x61,0x00,0x61,0x01,0x30,0x20,0x30,0x61,0x38,0x40,0x58,0xa0,0x68,0xe1, 0x68,0xc0,0x68,0xa0,0x68,0xa0,0x79,0x41,0x70,0xa0,0x70,0x80,0x68,0x80,0x68,0xa0, 0x68,0xa0,0x60,0x80,0x68,0x80,0x68,0x80,0x68,0xa0,0x68,0xa0,0x68,0xa0,0x68,0xc0, 0x71,0x20,0x79,0x61,0x68,0xe0,0x68,0xc0,0x68,0xc0,0x69,0x00,0x71,0x41,0x79,0x82, 0x71,0x61,0x79,0x82,0x71,0x01,0x70,0xe0,0x71,0x00,0x71,0x20,0x81,0x82,0x69,0x20, 0x60,0xa0,0x58,0x80,0x60,0xc0,0x60,0xc0,0x61,0x00,0x71,0x60,0x82,0x41,0x92,0xa2, 0x9a,0xe4,0x82,0x21,0x71,0xc0,0x71,0x60,0x69,0x40,0x61,0x60,0x72,0x20,0x71,0xa0, 0x79,0x60,0x68,0x80,0x78,0xc0,0x81,0x60,0x79,0x61,0x68,0xc0,0x60,0x60,0x81,0x40, 0x79,0x40,0x9a,0x63,0x92,0x01,0x92,0x84,0x59,0x82,0x41,0x42,0x39,0x62,0x51,0xa2, 0x59,0xc3,0x39,0x22,0x28,0xe2,0x40,0xe1,0x38,0xa0,0x30,0x61,0x30,0xa1,0x28,0x61, 0x28,0x61,0x30,0x82,0x28,0x82,0x31,0x65,0x31,0x64,0x30,0xa0,0x59,0x22,0x69,0x41, 0x69,0x20,0x60,0xe0,0x69,0x20,0x69,0x81,0x71,0xe2,0x62,0x23,0x39,0xc2,0x52,0xe8, 0x31,0x22,0x49,0x43,0x51,0xc3,0x49,0xe2,0x62,0x84,0x49,0x81,0x61,0xc3,0x49,0x21, 0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x19, 0x4c,0x19,0x4c,0x1a,0x44,0x19,0x44,0x19,0x44,0x1a,0x4c,0x3b,0x4c,0x1b,0x4c,0x39, 0x4c,0x39,0x4c,0x39,0x4c,0x39,0x4c,0x39,0x4c,0x39,0x4c,0x19,0x4c,0x19,0x44,0x19, 0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x4c,0x19,0x4c,0x19,0x4c,0x19,0x4b,0xfb, 0x4c,0x19,0x44,0x59,0x53,0xf4,0x49,0xc6,0x51,0xa3,0x4a,0x07,0x42,0x6c,0x52,0xee, 0x39,0x24,0x40,0xe3,0x39,0x45,0x28,0xa3,0x30,0xc2,0x28,0x81,0x28,0x20,0x60,0xa1, 0x68,0xc0,0x68,0xa0,0x70,0xc0,0x70,0xa0,0x70,0xe0,0x60,0xa0,0x68,0xc0,0x71,0x42, 0x71,0x61,0x69,0x21,0x50,0xe1,0x20,0x00,0x28,0x61,0x38,0x60,0x69,0x21,0x68,0xc0, 0x70,0xc0,0x71,0x21,0x79,0x61,0x89,0xe2,0x79,0x41,0x81,0x62,0x79,0x41,0x71,0x21, 0x71,0x20,0x71,0x00,0x68,0xc0,0x68,0xc0,0x68,0xe0,0x71,0x00,0x81,0x61,0x68,0xe0, 0x71,0x00,0x71,0x21,0x68,0xe0,0x68,0xe0,0x68,0xa0,0x58,0x60,0x60,0x80,0x68,0xc0, 0x71,0x00,0x71,0x00,0x68,0x80,0x68,0x80,0x68,0x60,0x68,0xa0,0x70,0xc0,0x60,0xa0, 0x68,0xa0,0x68,0xe1,0x71,0x01,0x68,0xc0,0x68,0xe0,0x71,0x20,0x81,0xa2,0x79,0x60, 0x71,0x20,0x71,0x41,0x79,0x41,0x81,0x62,0x81,0x61,0x79,0x41,0x81,0xa1,0x81,0x82, 0x78,0xe0,0x81,0x21,0x91,0x82,0x81,0x41,0x70,0x60,0x70,0xa0,0x79,0x21,0x8a,0x03, 0x8a,0x64,0x9b,0x68,0x72,0x65,0x51,0xa4,0x39,0x21,0x49,0xa3,0x41,0x82,0x41,0xa1, 0x52,0x05,0x39,0x88,0x29,0xaa,0x18,0xc2,0x28,0x81,0x20,0x21,0x28,0x61,0x28,0x82, 0x28,0x82,0x18,0x41,0x08,0x00,0x21,0x24,0x21,0x03,0x18,0x81,0x28,0xa1,0x51,0x41, 0x69,0x82,0x61,0x00,0x69,0x81,0x8a,0xa5,0x72,0x84,0x51,0xe3,0x39,0xc3,0x31,0x83, 0x41,0x63,0x5a,0x05,0x41,0x62,0x52,0x02,0x6a,0xc4,0x51,0xa0,0x72,0x24,0x59,0x60, 0x43,0xfa,0x4b,0xfa,0x4c,0x1a,0x4c,0x1a,0x4c,0x1a,0x4c,0x19,0x4c,0x19,0x44,0x19, 0x4c,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x4c,0x19, 0x4c,0x19,0x4c,0x19,0x4c,0x19,0x4c,0x19,0x4c,0x19,0x4c,0x19,0x4c,0x19,0x44,0x19, 0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x44,0x19,0x4b,0xfa, 0x4c,0x19,0x4c,0x39,0x43,0x52,0x41,0xa6,0x38,0xc0,0x4a,0x29,0x5b,0x50,0x5b,0x50, 0x41,0xa7,0x51,0xa6,0x41,0x86,0x39,0x25,0x30,0x81,0x30,0x60,0x40,0x81,0x60,0xe1, 0x81,0x82,0x79,0x20,0x68,0x80,0x68,0x80,0x60,0xc0,0x69,0x20,0x79,0xa2,0x71,0x82, 0x79,0xa2,0x71,0xa2,0x51,0x22,0x20,0x00,0x20,0x20,0x48,0x80,0x81,0x82,0x81,0x81, 0x71,0x60,0x79,0x81,0x71,0x40,0x81,0xc2,0x81,0xa2,0x79,0x61,0x71,0x61,0x79,0x41, 0x79,0x61,0x79,0x61,0x89,0xa2,0x79,0x61,0x81,0x61,0x79,0x61,0x81,0x81,0x79,0x42, 0x69,0x00,0x69,0x00,0x71,0x41,0x79,0x61,0x71,0x00,0x68,0xe0,0x68,0xc0,0x68,0xc0, 0x68,0xa0,0x70,0xc0,0x68,0xc0,0x70,0xc0,0x68,0xe0,0x79,0x42,0x71,0x21,0x68,0xe1, 0x60,0x80,0x68,0xc0,0x71,0x00,0x69,0x00,0x68,0xe0,0x79,0x61,0x81,0x81,0x79,0x61, 0x71,0x20,0x68,0xc0,0x68,0x80,0x70,0x60,0x78,0x80,0x78,0xa0,0x80,0xe0,0x70,0xa0, 0x89,0x81,0x91,0xc2,0x81,0x41,0x70,0xa0,0x78,0xe0,0x68,0x60,0x79,0x61,0x82,0x44, 0x59,0x83,0x30,0xc1,0x31,0x65,0x39,0x65,0x39,0x23,0x51,0x62,0x49,0x00,0x41,0xa3, 0x41,0x85,0x4a,0x2b,0x53,0x0f,0x21,0x24,0x18,0x40,0x18,0x00,0x18,0x41,0x30,0xe4, 0x20,0xc3,0x20,0xa2,0x00,0x00,0x20,0xc3,0x31,0x65,0x29,0x64,0x31,0x63,0x51,0xe2, 0x51,0x60,0x71,0xe3,0x8a,0xe6,0x7a,0xe6,0x49,0xa1,0x49,0x62,0x39,0x02,0x41,0x22, 0x49,0x62,0x62,0x04,0x41,0x20,0x51,0xe2,0x6a,0x83,0x59,0xa0,0x71,0xe3,0x61,0x61, 0x43,0xda,0x43,0xfa,0x4b,0xfa,0x43,0xfa,0x43,0xf9,0x43,0xf9,0x4b,0xf9,0x43,0xf9, 0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x4c,0x19, 0x4c,0x19,0x4b,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x4b,0xf9,0x4b,0xf9,0x43,0xf9, 0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x3c,0x19, 0x4b,0xfa,0x4c,0x1b,0x3b,0x34,0x3a,0x4b,0x39,0xc6,0x31,0x86,0x52,0x8b,0x62,0xec, 0x5a,0x28,0x51,0xa5,0x51,0x45,0x38,0xa1,0x40,0x60,0x48,0x80,0x71,0x84,0x59,0x00, 0x81,0xa2,0x70,0xe0,0x70,0xc0,0x68,0xe0,0x71,0xa2,0x82,0x44,0x82,0x03,0x71,0xc2, 0x71,0xa1,0x9a,0xe6,0xa3,0x69,0x51,0x44,0x30,0x61,0x50,0xc1,0x81,0xa2,0x82,0x42, 0x71,0xa0,0x69,0x40,0x71,0x81,0x61,0x20,0x69,0x20,0x71,0x60,0x71,0x81,0x79,0x60, 0x79,0x40,0x68,0xe0,0x71,0x41,0x81,0x82,0x79,0x61,0x79,0x40,0x79,0x41,0x69,0x21, 0x69,0x00,0x68,0xe0,0x69,0x00,0x71,0x61,0x71,0x20,0x71,0x20,0x79,0x61,0x79,0x61, 0x71,0x20,0x71,0x20,0x79,0xa1,0x79,0xa1,0x81,0xe2,0x79,0xa1,0x71,0x61,0x68,0xc0, 0x68,0xc0,0x71,0x41,0x71,0x61,0x79,0x81,0x81,0xa1,0x79,0xa1,0x79,0x80,0x79,0x60, 0x71,0x40,0x69,0x20,0x69,0x41,0x68,0xc0,0x70,0xc0,0x70,0xa0,0x79,0x00,0x89,0x81, 0x81,0x80,0x79,0x60,0x69,0x00,0x89,0xc4,0x79,0x20,0x79,0x00,0x9a,0x64,0x59,0x21, 0x38,0xe2,0x31,0x24,0x39,0x43,0x31,0x03,0x28,0xa2,0x39,0x23,0x39,0x43,0x49,0xc4, 0x20,0x60,0x10,0x82,0x42,0x8c,0x31,0x45,0x20,0x61,0x18,0x20,0x20,0xa2,0x29,0x03, 0x29,0x03,0x18,0xc2,0x18,0x81,0x29,0x24,0x20,0xc2,0x31,0x43,0x42,0x04,0x41,0xe1, 0x51,0xe2,0x6a,0x24,0x62,0x24,0x5a,0x85,0x49,0x62,0x40,0xa0,0x48,0xc1,0x48,0xe1, 0x49,0x20,0x59,0xa1,0x51,0x60,0x51,0xa0,0x62,0x21,0x61,0x60,0x58,0xc0,0x50,0xe0, 0x43,0xd9,0x43,0xd9,0x43,0xf9,0x43,0xf9,0x4b,0xf9,0x43,0xf9,0x43,0xd9,0x43,0xd8, 0x43,0xda,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9, 0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xf9, 0x43,0xf9,0x43,0xf9,0x43,0xf9,0x43,0xfa,0x43,0xf9,0x43,0xf8,0x43,0xf8,0x43,0xf8, 0x43,0xfa,0x43,0x77,0x4a,0xd1,0x43,0x10,0x42,0x8b,0x39,0xe9,0x42,0x0a,0x4a,0x8b, 0x4a,0x4a,0x49,0xa7,0x41,0x24,0x50,0xc3,0x40,0x60,0x50,0xa0,0x89,0x81,0x58,0xc0, 0x69,0x21,0x79,0x61,0x79,0x81,0x7a,0x03,0x82,0x43,0x7a,0x44,0x7a,0x44,0x82,0x64, 0x7a,0x02,0x92,0x84,0x92,0xa6,0x51,0x43,0x30,0x40,0x48,0xc0,0xa3,0x26,0x9b,0x25, 0x8a,0xc4,0x7a,0x02,0x69,0x60,0x69,0x82,0x69,0xc2,0x71,0xe2,0x79,0xe2,0x71,0x60, 0x71,0x41,0x79,0x61,0x81,0xe2,0x79,0x60,0x79,0x81,0x69,0x20,0x60,0xe0,0x60,0xc0, 0x60,0xc0,0x60,0xa0,0x69,0x00,0x71,0x40,0x71,0x40,0x69,0x00,0x60,0xe0,0x69,0x20, 0x69,0x00,0x71,0x60,0x79,0xc2,0x71,0x81,0x69,0x20,0x69,0x60,0x92,0xc3,0x92,0x63, 0x9a,0xa5,0x79,0x83,0x60,0xa0,0x68,0xa0,0x70,0xe1,0x89,0xc2,0x89,0xe2,0x79,0xa1, 0x79,0xa0,0x79,0xc0,0x82,0x01,0x81,0xe2,0x81,0xc1,0x79,0x80,0x79,0x80,0x81,0x00, 0x79,0x40,0x81,0x81,0x71,0x01,0x79,0x00,0x79,0x40,0x79,0xc3,0x59,0x22,0x30,0xc1, 0x39,0x24,0x39,0x24,0x39,0x23,0x39,0x63,0x39,0x84,0x29,0x23,0x21,0x03,0x39,0x44, 0x20,0x60,0x20,0xa1,0x39,0x65,0x31,0x24,0x20,0x81,0x28,0xc2,0x28,0xe1,0x39,0x63, 0x41,0xc4,0x31,0x22,0x29,0x02,0x41,0x83,0x30,0xe2,0x28,0xa0,0x49,0xa2,0x52,0x22, 0x51,0xc0,0x51,0xc1,0x49,0x80,0x5a,0x42,0x41,0x00,0x48,0xc0,0x50,0xc0,0x51,0x00, 0x59,0x80,0x6a,0x22,0x59,0x40,0x51,0x80,0x6a,0x63,0x61,0xa1,0x59,0x20,0x51,0x00, 0x43,0xf9,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xd8, 0x43,0xd8,0x43,0xd9,0x43,0xd9,0x43,0xd9,0x43,0xf9,0x43,0xf9,0x43,0xfa,0x43,0xf8, 0x43,0xf8,0x43,0xf8,0x43,0xf8,0x43,0xf8,0x43,0xf8,0x43,0xf8,0x43,0xf8,0x43,0xf8, 0x43,0xf8,0x43,0xf8,0x43,0xd9,0x43,0xd9,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8, 0x44,0x1a,0x3b,0x13,0x19,0x07,0x3a,0x6e,0x3a,0x8d,0x3a,0x6a,0x42,0xcd,0x32,0xb0, 0x4b,0x33,0x42,0x6c,0x49,0x86,0x48,0xa3,0x38,0x81,0x40,0xa0,0x81,0xa2,0x40,0x60, 0x69,0xa3,0x82,0x45,0x7a,0x23,0x82,0x85,0x8a,0xc5,0x9b,0x07,0xab,0x8a,0x82,0x43, 0x82,0x01,0x82,0x02,0x81,0xc2,0x50,0xe1,0x40,0x81,0x69,0xc3,0x82,0x43,0x9b,0x26, 0x9b,0x46,0x92,0xa5,0x82,0x44,0x61,0x41,0x61,0x82,0x71,0xc2,0x71,0x80,0x71,0x81, 0x71,0xa2,0x69,0x20,0x71,0x41,0x71,0x81,0x82,0x04,0x69,0x21,0x60,0xc0,0x69,0x00, 0x69,0x00,0x69,0x20,0x71,0x40,0x71,0x40,0x71,0x61,0x71,0x81,0x71,0x81,0x71,0x61, 0x79,0xa2,0x71,0x81,0x60,0xe0,0x58,0x80,0x60,0xc0,0x58,0xa0,0x82,0x22,0x8a,0x23, 0x58,0xe0,0x60,0xe0,0x68,0xc0,0x60,0x80,0x60,0x80,0x60,0xa0,0x71,0x41,0x71,0x41, 0x82,0x02,0x92,0x63,0x92,0x42,0x92,0x42,0x81,0xa0,0x81,0xc1,0x82,0x02,0x71,0xa2, 0x69,0xa0,0x71,0x60,0x70,0xe0,0x68,0xe0,0x69,0x62,0x48,0xe2,0x28,0xa2,0x28,0xc3, 0x39,0x44,0x39,0x44,0x29,0x02,0x31,0x43,0x4a,0x05,0x31,0x63,0x31,0x44,0x41,0xa5, 0x39,0x84,0x31,0x03,0x39,0x64,0x31,0x03,0x20,0xa2,0x28,0xc2,0x39,0x22,0x49,0x83, 0x41,0x83,0x31,0x02,0x30,0xe1,0x51,0x83,0x38,0xe1,0x49,0x22,0x51,0xa1,0x62,0x22, 0x59,0xe1,0x6a,0x43,0x51,0xa0,0x59,0xe1,0x61,0xc2,0x48,0xe0,0x59,0x20,0x61,0xc2, 0x7a,0xc4,0x61,0xc0,0x59,0x60,0x6a,0x02,0x72,0x63,0x72,0x62,0x7a,0x62,0x69,0xa1, 0x43,0xb9,0x43,0xb9,0x43,0xb9,0x43,0xb9,0x43,0xd9,0x43,0xd8,0x43,0xb8,0x43,0xb8, 0x43,0xb8,0x43,0xb9,0x43,0xba,0x43,0xb8,0x43,0xd9,0x43,0xd8,0x43,0xd8,0x43,0xd8, 0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xf8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8, 0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x4b,0xba, 0x43,0xf9,0x32,0xcf,0x19,0x05,0x32,0x2d,0x2a,0x2f,0x2a,0x07,0x32,0xab,0x3b,0x78, 0x43,0xb9,0x2a,0xaf,0x31,0x89,0x38,0xc3,0x38,0xa1,0x40,0xc0,0x89,0xc2,0x61,0x00, 0x82,0x24,0x8a,0x85,0x8a,0xa6,0x8a,0xe6,0x92,0xc4,0x92,0x85,0x79,0xa2,0x71,0x80, 0x89,0xe0,0x81,0x80,0x79,0x60,0x71,0x62,0x69,0x83,0x71,0xa2,0x69,0x60,0x71,0xa0, 0x69,0x40,0x71,0x60,0x60,0xe0,0x60,0xe0,0x69,0xa3,0x7a,0x24,0x71,0xc3,0x82,0x23, 0x82,0x03,0x61,0x40,0x69,0x41,0x82,0x03,0x69,0x61,0x69,0x41,0x69,0x21,0x69,0x40, 0x71,0x61,0x69,0x40,0x69,0x40,0x69,0x40,0x69,0x61,0x71,0x81,0x79,0xe3,0x8a,0x24, 0x71,0xa1,0x71,0x60,0x69,0x20,0x68,0xe0,0x70,0xe1,0x71,0x22,0x60,0xc0,0x50,0xa0, 0x58,0xa0,0x60,0xe0,0x69,0x00,0x68,0xe0,0x68,0xe0,0x68,0xe0,0x60,0xc0,0x58,0xa0, 0x60,0xe0,0x79,0xa2,0x81,0xe2,0x8a,0x03,0x81,0xe2,0x92,0x63,0x8a,0x22,0x7a,0x43, 0x7a,0x63,0x8a,0x21,0x89,0xe2,0x8a,0xc6,0x41,0x22,0x28,0xc2,0x29,0x04,0x29,0x24, 0x20,0xe2,0x31,0x44,0x29,0x24,0x21,0x03,0x29,0x43,0x21,0x02,0x10,0x81,0x31,0x63, 0x41,0x84,0x41,0x64,0x41,0x44,0x30,0xa2,0x38,0xe2,0x41,0x43,0x41,0x22,0x41,0x02, 0x28,0x80,0x30,0x81,0x38,0xa1,0x49,0x21,0x40,0xa0,0x48,0xe0,0x59,0x80,0x6a,0x22, 0x61,0xe1,0x61,0xe1,0x61,0xc1,0x6a,0x22,0x72,0x63,0x51,0x20,0x48,0xe0,0x49,0x00, 0x62,0x01,0x62,0x01,0x61,0xa2,0x59,0xa0,0x6a,0x22,0x6a,0x41,0x7a,0xa2,0x61,0x41, 0x43,0xb9,0x43,0xb9,0x43,0xb9,0x43,0xba,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8, 0x43,0xb8,0x43,0xb8,0x43,0xb9,0x43,0xb9,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xd8, 0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8,0x43,0xd8, 0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x4b,0x9a, 0x3b,0xd9,0x32,0xf1,0x29,0xa8,0x32,0x4e,0x4b,0x54,0x32,0x6a,0x22,0x09,0x4b,0x98, 0x43,0xb9,0x3b,0x95,0x3a,0xd1,0x39,0x25,0x38,0xa1,0x50,0xc1,0x99,0xe1,0x92,0x01, 0x92,0x22,0x8a,0x02,0x8a,0x22,0x8a,0x01,0x81,0xe2,0x71,0x61,0x79,0x60,0xa2,0x82, 0xa2,0x82,0x91,0xe2,0x81,0x41,0x79,0x41,0x71,0x21,0x69,0x00,0x69,0x40,0x79,0xc2, 0x69,0x20,0x69,0x00,0x60,0xe0,0x58,0x80,0x61,0x20,0x71,0xe3,0x72,0x03,0x71,0xc2, 0x69,0x80,0x69,0x80,0x71,0xe1,0x7a,0x21,0x69,0x80,0x61,0x40,0x69,0x60,0x79,0xc2, 0x71,0xa2,0x71,0x81,0x71,0x81,0x71,0x81,0x71,0x82,0x69,0x62,0x61,0x21,0x69,0x40, 0x71,0x61,0x71,0x80,0x69,0x20,0x71,0x40,0x71,0x00,0x68,0xc0,0x71,0x20,0x69,0x01, 0x60,0xe0,0x60,0xe0,0x69,0x00,0x71,0x20,0x69,0x00,0x68,0xe0,0x60,0xc0,0x60,0xa0, 0x68,0xe0,0x68,0xe0,0x71,0x00,0x69,0x00,0x79,0x60,0x79,0xc1,0x8a,0x22,0x9a,0x40, 0x9a,0xc3,0x92,0xa4,0x7a,0x43,0x39,0x43,0x29,0x45,0x10,0x82,0x18,0xc2,0x21,0x03, 0x29,0x44,0x39,0xa5,0x21,0x03,0x29,0x23,0x21,0x02,0x31,0x64,0x29,0x22,0x39,0x83, 0x41,0x83,0x28,0xe1,0x38,0xe2,0x30,0xa1,0x38,0xe2,0x41,0x02,0x38,0xc2,0x30,0x61, 0x38,0x61,0x30,0x60,0x38,0x80,0x49,0x00,0x51,0x21,0x50,0xe1,0x59,0x40,0x69,0xe2, 0x59,0x81,0x51,0x20,0x61,0xa1,0x59,0x60,0x51,0x60,0x62,0x02,0x61,0xa1,0x59,0x40, 0x61,0xc1,0x6a,0x22,0x61,0xa1,0x51,0x20,0x61,0xc1,0x72,0x21,0x72,0x42,0x50,0xc0, 0x43,0xba,0x43,0xb9,0x43,0x99,0x43,0x99,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x3b,0xb8, 0x3b,0xb8,0x43,0xb9,0x43,0xba,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xd8, 0x43,0xd8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xd8,0x43,0xd8,0x43,0xb8, 0x3b,0xb8,0x3b,0xb7,0x43,0xb9,0x43,0x98,0x43,0x98,0x43,0x98,0x43,0xb8,0x43,0xb8, 0x3b,0xda,0x43,0x55,0x19,0x6a,0x19,0xcd,0x3b,0x96,0x32,0xf1,0x43,0x11,0x43,0x76, 0x3b,0x76,0x33,0x35,0x43,0x54,0x29,0x44,0x31,0x26,0x52,0x0b,0x61,0xc5,0x89,0x81, 0x81,0x61,0x81,0x81,0x89,0xa2,0x91,0x80,0x79,0x40,0x68,0xe0,0x9a,0x04,0x9a,0x21, 0x92,0x00,0x81,0x81,0x80,0xe0,0x70,0xc0,0x71,0x00,0x68,0xe0,0x58,0xc0,0x71,0x42, 0x79,0x41,0x79,0x61,0x71,0x40,0x61,0x00,0x69,0x80,0x71,0xe2,0x72,0x04,0x61,0xa2, 0x61,0x61,0x82,0x85,0x8a,0xc5,0x7a,0x83,0x71,0xe1,0x71,0xa1,0x79,0xc2,0x61,0x41, 0x58,0xe0,0x50,0xa0,0x50,0x80,0x48,0x80,0x48,0x80,0x50,0xa0,0x50,0x80,0x60,0xc0, 0x69,0x20,0x79,0xa2,0x71,0xa1,0x69,0x00,0x70,0xc0,0x70,0xe0,0x70,0xe0,0x68,0xe0, 0x68,0xe0,0x68,0xe0,0x68,0xe0,0x71,0x00,0x69,0x20,0x69,0x41,0x69,0x00,0x69,0x00, 0x68,0xe0,0x68,0xa0,0x68,0xa0,0x68,0xe0,0x71,0x40,0x79,0x80,0x81,0xc0,0x82,0x00, 0x82,0xa7,0x6a,0x68,0x31,0x01,0x20,0xe4,0x31,0x67,0x10,0x81,0x18,0xa2,0x29,0x03, 0x29,0x23,0x29,0x64,0x29,0x43,0x29,0x24,0x31,0x24,0x31,0x63,0x39,0x63,0x49,0xa2, 0x49,0xa2,0x39,0x21,0x39,0x02,0x38,0xe2,0x38,0xe2,0x38,0xa1,0x38,0xa1,0x38,0x61, 0x30,0x80,0x28,0x40,0x38,0xa0,0x59,0xc2,0x51,0x62,0x49,0x02,0x49,0x00,0x51,0x61, 0x51,0x41,0x59,0x62,0x51,0x61,0x40,0xc0,0x49,0x40,0x62,0x22,0x59,0x81,0x48,0xe0, 0x61,0xc2,0x61,0xc1,0x59,0x80,0x61,0x80,0x69,0xc2,0x6a,0x03,0x72,0x44,0x61,0x61, 0x3b,0xb9,0x43,0x99,0x3b,0x98,0x3b,0x98,0x43,0x98,0x43,0x98,0x43,0x98,0x3b,0x98, 0x3b,0x98,0x3b,0x98,0x43,0x98,0x43,0x98,0x3b,0x98,0x43,0x98,0x3b,0x98,0x43,0xb8, 0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0xb8,0x43,0x98,0x43,0x98,0x43,0xb8, 0x43,0xb8,0x43,0x98,0x43,0x98,0x43,0x97,0x43,0x97,0x43,0x97,0x43,0x98,0x43,0x97, 0x3b,0x99,0x4b,0xb8,0x32,0x71,0x19,0xef,0x3b,0xd8,0x43,0x98,0x43,0x97,0x43,0xb7, 0x3b,0xb7,0x33,0x57,0x3a,0xd2,0x31,0x67,0x32,0x2d,0x2a,0x50,0x42,0x8f,0x58,0xc1, 0x58,0x80,0x58,0xa0,0x81,0x61,0x91,0x40,0x60,0xc0,0x68,0xc1,0x89,0x40,0x91,0x60, 0x91,0x80,0x89,0x61,0x89,0x00,0x81,0x21,0x79,0x42,0x58,0xe1,0x59,0x21,0x48,0xc1, 0x48,0xa0,0x59,0x00,0x69,0x40,0x69,0x60,0x71,0xa1,0x71,0xe1,0x72,0x24,0x61,0xc4, 0x69,0xc4,0x72,0x03,0x69,0xe2,0x61,0x81,0x59,0x00,0x50,0xc0,0x48,0x80,0x58,0xe0, 0x48,0xa0,0x48,0xa0,0x48,0x80,0x50,0x80,0x50,0x80,0x50,0x80,0x58,0xa0,0x60,0xe0, 0x69,0x00,0x69,0x20,0x58,0xa0,0x58,0x80,0x60,0x80,0x60,0x80,0x60,0x80,0x68,0xa0, 0x68,0xe0,0x68,0xc0,0x60,0xa0,0x70,0xe0,0x71,0x61,0x71,0x60,0x71,0x40,0x79,0x61, 0x71,0x20,0x68,0xe0,0x71,0x00,0x71,0x00,0x71,0x40,0x71,0x60,0x7a,0x02,0x5a,0x47, 0x63,0x0f,0x39,0xca,0x29,0x25,0x28,0xe5,0x31,0x05,0x20,0xc2,0x20,0xa1,0x28,0xe2, 0x31,0x64,0x39,0x85,0x31,0x44,0x28,0xe2,0x31,0x23,0x39,0x63,0x41,0xa3,0x49,0xa2, 0x49,0x82,0x41,0x42,0x41,0x22,0x39,0x22,0x39,0x02,0x30,0xa1,0x28,0x81,0x30,0x81, 0x38,0xe1,0x49,0x63,0x49,0x62,0x51,0xc2,0x41,0x21,0x51,0x63,0x38,0xa1,0x38,0xc1, 0x40,0xe0,0x49,0x41,0x51,0x82,0x40,0xe1,0x41,0x40,0x5a,0x02,0x61,0xc2,0x51,0x40, 0x61,0xe2,0x59,0xc1,0x59,0xc1,0x59,0x40,0x72,0x04,0x59,0x82,0x59,0xe3,0x59,0x42, 0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97, 0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x43,0x98, 0x43,0x98,0x43,0x98,0x3b,0x78,0x3b,0x78,0x43,0x77,0x43,0x77,0x43,0x77,0x43,0x77, 0x43,0x77,0x43,0x77,0x43,0x77,0x3b,0x77,0x43,0x77,0x43,0x77,0x3b,0x77,0x43,0x78, 0x43,0x77,0x3b,0x34,0x32,0xd3,0x32,0xd3,0x3b,0x15,0x43,0x77,0x43,0x76,0x43,0x98, 0x33,0x77,0x3b,0x98,0x33,0x13,0x29,0x69,0x3a,0x90,0x22,0x30,0x3a,0xb1,0x31,0x26, 0x59,0x42,0x51,0xc5,0x71,0xc4,0x70,0xa0,0x50,0x80,0x60,0xc0,0x79,0x00,0x81,0x21, 0x79,0x61,0x71,0x81,0x71,0x41,0x58,0xe1,0x48,0xc1,0x28,0xa1,0x18,0x80,0x21,0x04, 0x18,0x61,0x28,0xa1,0x40,0xc1,0x48,0xe0,0x50,0xe1,0x48,0xe0,0x51,0x00,0x49,0x01, 0x51,0x00,0x59,0x00,0x51,0x00,0x59,0x00,0x61,0x21,0x61,0x20,0x58,0xe0,0x48,0xc0, 0x48,0xc0,0x40,0xc0,0x40,0xa0,0x48,0x80,0x50,0x80,0x50,0x80,0x50,0xc0,0x58,0xe1, 0x60,0xe1,0x58,0xe0,0x58,0xc0,0x58,0xe0,0x61,0x00,0x60,0xc0,0x68,0xe0,0x60,0xc0, 0x58,0xa0,0x58,0xa0,0x58,0xa0,0x71,0x00,0x71,0x40,0x71,0x60,0x79,0x80,0x79,0xa1, 0x79,0x81,0x71,0x61,0x71,0x61,0x79,0x60,0x79,0x60,0x71,0xe3,0x41,0x62,0x2a,0x4e, 0x32,0x0c,0x31,0x87,0x31,0x65,0x31,0x44,0x29,0x03,0x28,0xe3,0x29,0x02,0x39,0x23, 0x39,0x64,0x39,0x23,0x39,0x23,0x30,0xe2,0x39,0x43,0x39,0x42,0x49,0xc3,0x41,0x62, 0x41,0x63,0x31,0x02,0x39,0x43,0x49,0xc5,0x39,0x42,0x41,0x43,0x41,0x43,0x39,0x22, 0x39,0x42,0x41,0x83,0x39,0x61,0x51,0xe3,0x49,0xa2,0x38,0xe1,0x30,0x81,0x30,0x81, 0x41,0x22,0x59,0xc3,0x38,0xc0,0x38,0xe1,0x51,0xa2,0x6a,0x64,0x51,0xa2,0x51,0xa1, 0x51,0xc1,0x6a,0xa4,0x49,0x82,0x51,0x20,0x59,0x82,0x51,0xa2,0x41,0xa3,0x49,0x63, 0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x3b,0x97, 0x3b,0x97,0x3b,0x97,0x43,0x77,0x43,0x77,0x3b,0x97,0x3b,0x97,0x3b,0x97,0x43,0x77, 0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77, 0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x57,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x76, 0x3b,0x76,0x1a,0x71,0x33,0x13,0x32,0xf2,0x2a,0x92,0x3b,0x36,0x3b,0x57,0x3b,0x57, 0x3b,0x37,0x3b,0x77,0x3b,0x96,0x21,0x49,0x3b,0x13,0x2a,0x71,0x2a,0x50,0x4a,0x69, 0x49,0xa7,0x42,0xf1,0x29,0xab,0x30,0x82,0x49,0x02,0x40,0xe1,0x38,0xe2,0x30,0xa3, 0x20,0x61,0x31,0x23,0x18,0x80,0x18,0x61,0x20,0x83,0x18,0x62,0x18,0x62,0x28,0xe4, 0x18,0x61,0x28,0xa2,0x41,0x23,0x38,0xe1,0x41,0x01,0x59,0x42,0x59,0x62,0x40,0xe0, 0x50,0xe0,0x69,0x00,0x60,0xe0,0x58,0xe1,0x51,0x21,0x59,0x21,0x61,0x20,0x51,0x42, 0x40,0xe0,0x48,0xe0,0x49,0x00,0x50,0xe0,0x50,0xe0,0x50,0xe1,0x48,0xc0,0x48,0xa0, 0x48,0xa0,0x48,0xc0,0x50,0xe0,0x50,0xc0,0x59,0x20,0x61,0x20,0x58,0xe0,0x58,0xe0, 0x58,0xc0,0x50,0xa0,0x58,0xc0,0x60,0xa0,0x60,0xe0,0x69,0x40,0x71,0x81,0x79,0xa1, 0x71,0x60,0x69,0x20,0x71,0x20,0x81,0x80,0x79,0xe2,0x51,0x82,0x31,0x83,0x32,0x29, 0x29,0x86,0x39,0xc5,0x39,0x83,0x41,0xa3,0x29,0x02,0x29,0x03,0x39,0x64,0x39,0x43, 0x41,0x84,0x31,0x42,0x31,0x23,0x31,0x23,0x41,0x84,0x39,0x43,0x41,0x62,0x31,0x01, 0x28,0xc2,0x28,0xe3,0x4a,0x28,0x4a,0x68,0x49,0xc5,0x41,0x63,0x39,0x02,0x31,0x02, 0x31,0x22,0x39,0x63,0x41,0xa3,0x52,0x24,0x41,0x62,0x28,0x60,0x28,0x61,0x28,0xa1, 0x49,0x84,0x49,0x82,0x30,0xe0,0x41,0x22,0x51,0xe3,0x5a,0x03,0x38,0xe0,0x49,0x62, 0x49,0x82,0x41,0x81,0x41,0x21,0x51,0x62,0x51,0x81,0x51,0xc2,0x51,0xe3,0x49,0x82, 0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77, 0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77, 0x3b,0x77,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x77, 0x3b,0x77,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x77,0x3b,0x57,0x3b,0x57, 0x3b,0x78,0x22,0x93,0x3b,0x55,0x2a,0x91,0x32,0x90,0x32,0x91,0x3b,0x14,0x33,0x15, 0x3b,0x35,0x33,0x15,0x33,0x14,0x21,0x69,0x32,0xf3,0x32,0xd4,0x3a,0xb1,0x31,0x63, 0x39,0xa7,0x3b,0x15,0x3a,0xd1,0x39,0xa7,0x31,0x64,0x18,0xc2,0x10,0x82,0x18,0xa3, 0x20,0xc2,0x28,0xe3,0x18,0xa3,0x20,0xc3,0x20,0xc4,0x10,0xa2,0x10,0xa2,0x20,0xa3, 0x18,0x42,0x18,0x61,0x29,0x03,0x29,0x03,0x30,0xe2,0x49,0x22,0x49,0x42,0x41,0x22, 0x61,0xa2,0x71,0x81,0x71,0x61,0x61,0x81,0x59,0x80,0x51,0x20,0x79,0xc2,0x49,0x22, 0x40,0xa0,0x51,0x01,0x58,0xe0,0x59,0x00,0x50,0xe0,0x51,0x20,0x49,0x00,0x48,0xe1, 0x40,0xc1,0x40,0xc1,0x40,0xa1,0x48,0xa1,0x48,0xc1,0x48,0xc0,0x48,0xa0,0x51,0x00, 0x58,0xe0,0x50,0xa0,0x58,0x80,0x58,0x80,0x60,0xa0,0x68,0xa0,0x68,0xc0,0x79,0x21, 0x79,0x40,0x71,0x40,0x71,0x40,0x71,0xa1,0x59,0xc2,0x41,0xa3,0x31,0xc5,0x31,0xc8, 0x29,0x86,0x39,0x84,0x39,0x84,0x41,0xe4,0x29,0x23,0x20,0xe2,0x39,0x84,0x39,0xa4, 0x41,0xc5,0x31,0x63,0x31,0xa4,0x39,0x85,0x31,0x44,0x31,0x02,0x39,0x43,0x31,0x23, 0x30,0xe3,0x28,0xe4,0x42,0x28,0x39,0xe7,0x41,0xe6,0x41,0x64,0x39,0x43,0x31,0x03, 0x39,0x43,0x41,0x83,0x41,0xc4,0x39,0x42,0x49,0xa4,0x39,0x02,0x28,0x61,0x28,0x82, 0x39,0x02,0x30,0xc0,0x39,0x21,0x49,0xa4,0x52,0x04,0x52,0x04,0x28,0xa1,0x41,0x23, 0x39,0x62,0x41,0x62,0x49,0xc4,0x41,0x41,0x49,0x61,0x51,0xc3,0x49,0xc2,0x49,0x62, 0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x77,0x3b,0x77,0x3b,0x77,0x3b,0x57, 0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x77, 0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57, 0x3b,0x77,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57, 0x3b,0x58,0x3b,0x57,0x53,0x96,0x32,0x2d,0x21,0x68,0x29,0xcb,0x32,0xb0,0x32,0xd2, 0x22,0x71,0x32,0xb2,0x2a,0x90,0x29,0x49,0x3a,0xf3,0x32,0xf3,0x3a,0x70,0x31,0x44, 0x39,0x03,0x32,0x6f,0x3a,0x4c,0x39,0xa6,0x29,0xa7,0x29,0x86,0x21,0x04,0x28,0xe3, 0x31,0x25,0x20,0xc4,0x18,0x84,0x20,0x83,0x20,0xa2,0x20,0xc2,0x21,0x03,0x18,0x82, 0x18,0x82,0x18,0x62,0x29,0x04,0x28,0xe3,0x28,0xe3,0x30,0xa1,0x49,0x64,0x30,0xe2, 0x49,0x43,0x51,0x41,0x59,0x82,0x61,0xa2,0x51,0x20,0x6a,0x03,0x51,0x61,0x38,0xa2, 0x38,0xa1,0x59,0x22,0x59,0x01,0x61,0x00,0x59,0x00,0x59,0x20,0x51,0x00,0x49,0x01, 0x40,0xe0,0x40,0xe1,0x40,0xc1,0x48,0xe2,0x40,0xc2,0x40,0xc2,0x40,0xc2,0x48,0xe0, 0x50,0xe0,0x58,0xe0,0x58,0xc0,0x58,0x80,0x60,0xa0,0x60,0x80,0x68,0x60,0x70,0xa0, 0x70,0xe0,0x71,0x61,0x59,0x82,0x49,0x82,0x41,0xe4,0x31,0x83,0x3a,0x07,0x31,0xa8, 0x31,0x66,0x41,0xa6,0x4a,0x07,0x41,0xe6,0x31,0x84,0x29,0x23,0x39,0xc5,0x41,0xe5, 0x4a,0x05,0x42,0x04,0x42,0x25,0x41,0xe6,0x29,0x23,0x28,0xc1,0x31,0x22,0x39,0x63, 0x31,0x44,0x20,0xe3,0x39,0x86,0x39,0xa6,0x41,0xa4,0x41,0xc5,0x39,0x43,0x41,0x85, 0x39,0x63,0x39,0x83,0x39,0xa4,0x31,0x43,0x41,0x64,0x28,0xc2,0x18,0x40,0x28,0xa2, 0x20,0x81,0x31,0x02,0x41,0x83,0x41,0x82,0x4a,0x03,0x41,0xa3,0x28,0x81,0x28,0xa2, 0x29,0x02,0x29,0x01,0x39,0x82,0x41,0x82,0x41,0x82,0x52,0x05,0x49,0x83,0x49,0x81, 0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x36,0x3b,0x36,0x3b,0x56, 0x3b,0x56,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57, 0x3b,0x57,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x57,0x3b,0x57,0x3b,0x57,0x3b,0x57, 0x3b,0x57,0x3b,0x57,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x77, 0x33,0x77,0x3b,0x75,0x32,0x6e,0x21,0x45,0x18,0xc2,0x29,0x25,0x21,0x8a,0x3b,0x12, 0x2a,0x91,0x32,0xb1,0x3a,0x6f,0x39,0x88,0x32,0xb1,0x2a,0x2f,0x3a,0x2e,0x39,0xc9, 0x38,0xc2,0x39,0xe9,0x39,0xe8,0x39,0x86,0x31,0xa8,0x41,0xe8,0x31,0x44,0x39,0x87, 0x32,0x4d,0x4b,0x32,0x32,0x0b,0x18,0xe5,0x18,0x83,0x18,0x62,0x28,0xe4,0x20,0xc3, 0x20,0xc3,0x18,0x82,0x10,0x61,0x18,0x62,0x20,0xa2,0x39,0x24,0x28,0xc2,0x10,0x41, 0x28,0xe3,0x20,0x80,0x28,0xa0,0x38,0x80,0x59,0x43,0x59,0x64,0x18,0x40,0x18,0x60, 0x20,0x80,0x38,0xc1,0x49,0x21,0x51,0x40,0x61,0x40,0x61,0x20,0x59,0x20,0x51,0x00, 0x51,0x20,0x49,0x20,0x49,0x20,0x49,0x20,0x40,0xe0,0x40,0xe1,0x40,0xe2,0x49,0x02, 0x51,0x01,0x61,0x21,0x61,0x00,0x60,0xe0,0x50,0xc0,0x58,0xc0,0x68,0xa0,0x68,0xc0, 0x61,0x01,0x49,0x01,0x39,0xa4,0x31,0xa4,0x31,0xe4,0x29,0x84,0x39,0xa5,0x31,0xa6, 0x31,0xa6,0x31,0x84,0x39,0xc5,0x39,0xe5,0x31,0xa4,0x29,0x63,0x39,0xe5,0x42,0x05, 0x42,0x04,0x39,0xe4,0x42,0x25,0x4a,0x47,0x31,0x23,0x28,0xa1,0x39,0x23,0x39,0xa3, 0x41,0xa4,0x28,0xe2,0x41,0xa5,0x39,0x85,0x31,0x63,0x39,0x84,0x29,0x02,0x31,0x64, 0x31,0x43,0x31,0x62,0x39,0xa4,0x31,0x43,0x31,0x03,0x28,0xa2,0x10,0x00,0x20,0x82, 0x31,0x04,0x41,0xa5,0x41,0xa4,0x39,0x62,0x49,0xe2,0x20,0xe0,0x30,0xe3,0x28,0xc3, 0x41,0x84,0x49,0xe4,0x41,0xa3,0x52,0x45,0x41,0xa3,0x51,0xe4,0x41,0x43,0x41,0x62, 0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56, 0x3b,0x56,0x3b,0x56,0x3b,0x36,0x3b,0x36,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56, 0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x56, 0x3b,0x56,0x3b,0x56,0x3b,0x56,0x3b,0x38,0x33,0x37,0x3b,0x56,0x3b,0x56,0x33,0x17, 0x2a,0x6f,0x32,0x0b,0x18,0xa4,0x18,0x82,0x29,0x03,0x30,0xe1,0x31,0x45,0x32,0xd1, 0x3b,0x35,0x3a,0x70,0x4a,0x0c,0x41,0x47,0x39,0xec,0x21,0xcd,0x31,0xaa,0x31,0x67, 0x20,0xc4,0x29,0x24,0x21,0x04,0x29,0x25,0x21,0x05,0x29,0x65,0x29,0x45,0x39,0x85, 0x19,0x46,0x43,0x15,0x32,0xd1,0x2a,0x90,0x3a,0xb2,0x3a,0x2e,0x20,0xe5,0x10,0x62, 0x10,0x82,0x10,0x62,0x18,0xc3,0x20,0xc4,0x20,0xa2,0x18,0x61,0x18,0x60,0x10,0x40, 0x18,0x61,0x28,0xe2,0x31,0x02,0x49,0x84,0x30,0xc2,0x20,0x61,0x20,0x82,0x20,0x82, 0x20,0x61,0x20,0x61,0x20,0x61,0x28,0xc2,0x51,0x22,0x59,0x41,0x61,0x41,0x61,0x40, 0x61,0x20,0x58,0xe0,0x59,0x20,0x59,0x20,0x51,0x20,0x51,0x21,0x51,0x41,0x49,0x01, 0x38,0xe1,0x39,0x02,0x41,0x21,0x51,0x20,0x49,0x00,0x51,0x00,0x61,0x22,0x38,0xc2, 0x29,0x22,0x21,0x22,0x31,0x65,0x29,0x23,0x29,0x23,0x31,0x64,0x39,0xa5,0x18,0xa2, 0x21,0x03,0x31,0x85,0x39,0xa5,0x39,0xa4,0x39,0xa4,0x42,0x06,0x39,0xc6,0x39,0xa7, 0x31,0xa6,0x42,0x27,0x42,0x68,0x3a,0x8a,0x29,0x86,0x39,0x64,0x31,0x63,0x31,0x84, 0x31,0x84,0x31,0x23,0x39,0x85,0x41,0xa5,0x39,0x64,0x39,0x84,0x39,0x83,0x39,0x84, 0x20,0xc2,0x10,0x40,0x31,0x63,0x49,0xe5,0x39,0x85,0x10,0x41,0x10,0x20,0x20,0xa2, 0x20,0xc1,0x31,0x42,0x39,0x84,0x20,0xa1,0x41,0xa5,0x31,0x63,0x31,0x43,0x31,0x63, 0x41,0xc4,0x42,0x04,0x4a,0x24,0x52,0x45,0x41,0xc3,0x41,0xa4,0x41,0x84,0x49,0xc3, 0x3b,0x36,0x33,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36, 0x3b,0x36,0x3b,0x36,0x33,0x36,0x33,0x36,0x3b,0x36,0x3b,0x56,0x3b,0x56,0x3b,0x36, 0x3b,0x36,0x33,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x33,0x36, 0x33,0x36,0x33,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x33,0x36,0x3b,0x56,0x3a,0xd4, 0x00,0xc8,0x21,0x47,0x18,0xc5,0x20,0xe3,0x20,0xe3,0x38,0xe2,0x31,0x24,0x3a,0xd1, 0x32,0xb2,0x3a,0x4f,0x3a,0x0c,0x39,0x47,0x39,0xec,0x32,0x6e,0x21,0x27,0x29,0x05, 0x20,0xc3,0x20,0xe2,0x31,0x65,0x20,0xc2,0x28,0xe3,0x31,0x43,0x29,0x06,0x49,0xa7, 0x31,0xc5,0x32,0x70,0x32,0xf4,0x32,0xd2,0x32,0x91,0x31,0xec,0x31,0x66,0x39,0x66, 0x18,0x82,0x10,0x41,0x10,0x62,0x18,0xa3,0x20,0xc3,0x28,0xe3,0x20,0xc3,0x18,0x82, 0x08,0x20,0x31,0x24,0x49,0xa5,0x20,0x81,0x18,0x61,0x18,0x61,0x20,0x82,0x20,0x82, 0x28,0xc3,0x28,0xe2,0x28,0xc2,0x20,0xa2,0x28,0x81,0x30,0xa0,0x40,0xe1,0x51,0x21, 0x59,0x42,0x61,0x61,0x61,0x40,0x61,0x20,0x61,0x40,0x61,0x20,0x61,0x00,0x59,0x21, 0x50,0xe0,0x51,0x00,0x48,0xe0,0x48,0xe0,0x49,0x23,0x39,0x04,0x32,0x49,0x22,0x4b, 0x21,0x67,0x28,0xc2,0x29,0x23,0x39,0x84,0x31,0x84,0x29,0x43,0x20,0xc2,0x29,0x23, 0x31,0x84,0x39,0xa5,0x39,0x84,0x31,0x84,0x31,0x63,0x41,0xe6,0x31,0xc6,0x29,0xa7, 0x31,0xe7,0x42,0xcb,0x3a,0xd0,0x3a,0x8e,0x31,0x87,0x31,0x44,0x29,0x44,0x31,0xa4, 0x29,0x64,0x39,0xa6,0x39,0xa5,0x39,0x84,0x31,0x64,0x39,0x64,0x39,0x84,0x42,0x06, 0x29,0x24,0x10,0x61,0x41,0xe5,0x41,0xa5,0x20,0xe2,0x18,0x61,0x18,0xa2,0x20,0xc2, 0x20,0xc1,0x31,0x42,0x31,0x63,0x31,0x43,0x41,0xe5,0x31,0x43,0x39,0xa5,0x39,0x84, 0x41,0xe5,0x41,0xe4,0x39,0xc4,0x39,0x83,0x31,0x63,0x41,0xc4,0x41,0xa4,0x49,0xc4, 0x3b,0x36,0x3b,0x16,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36, 0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x33,0x16, 0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x36, 0x3b,0x36,0x3b,0x36,0x3b,0x36,0x3b,0x16,0x3b,0x36,0x3b,0x36,0x33,0x15,0x3a,0x0e, 0x19,0x27,0x08,0x62,0x18,0xa3,0x08,0x40,0x29,0x44,0x30,0xe3,0x31,0x66,0x3a,0x2d, 0x21,0xed,0x42,0xd1,0x3a,0x8f,0x29,0x48,0x32,0x4d,0x2a,0x0c,0x29,0x45,0x20,0xc2, 0x20,0xe3,0x21,0x02,0x31,0x64,0x29,0x24,0x29,0x43,0x21,0x44,0x29,0x6b,0x42,0x0b, 0x31,0xe7,0x32,0x91,0x33,0x36,0x32,0xf2,0x21,0xee,0x21,0x49,0x29,0x65,0x29,0x04, 0x29,0x25,0x28,0xe4,0x18,0x82,0x18,0x62,0x10,0x61,0x18,0x62,0x18,0xa2,0x18,0xa3, 0x10,0x62,0x10,0x41,0x18,0x81,0x18,0x61,0x18,0x62,0x20,0x83,0x18,0x82,0x20,0x82, 0x20,0xa2,0x20,0xe3,0x20,0xc2,0x28,0xe3,0x28,0xe3,0x20,0xc3,0x20,0x81,0x28,0x80, 0x38,0xc1,0x40,0xe1,0x49,0x21,0x59,0x21,0x61,0x61,0x69,0x81,0x69,0x61,0x61,0xa2, 0x61,0x20,0x61,0x20,0x51,0x20,0x49,0xa5,0x41,0xe7,0x19,0x05,0x11,0xa9,0x43,0x92, 0x21,0x88,0x31,0x24,0x29,0x43,0x31,0xa4,0x39,0xc5,0x31,0x64,0x31,0x64,0x31,0x63, 0x39,0xa3,0x31,0x83,0x31,0x84,0x31,0x63,0x39,0xc4,0x3a,0x06,0x3a,0x07,0x3a,0x49, 0x3a,0xab,0x3b,0x10,0x3b,0x77,0x3b,0x12,0x31,0xa8,0x20,0xe2,0x21,0x64,0x31,0xc5, 0x29,0x64,0x29,0x85,0x39,0xe7,0x21,0x23,0x29,0x23,0x20,0xe2,0x31,0x85,0x31,0x64, 0x20,0xc2,0x00,0x00,0x31,0x63,0x21,0x02,0x18,0xa1,0x18,0xc1,0x29,0x23,0x39,0x85, 0x31,0x64,0x39,0x84,0x20,0xe1,0x29,0x22,0x31,0x63,0x29,0x22,0x31,0x23,0x31,0x64, 0x29,0x22,0x29,0x22,0x39,0xc5,0x31,0x63,0x31,0x63,0x41,0xc4,0x4a,0x25,0x41,0xe5, 0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16, 0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x33,0x15, 0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16, 0x3b,0x16,0x3b,0x16,0x3b,0x15,0x3b,0x16,0x3b,0x17,0x3b,0x16,0x22,0x93,0x21,0x28, 0x21,0x45,0x29,0x65,0x29,0x25,0x18,0xe3,0x29,0x03,0x29,0x04,0x29,0x46,0x31,0xeb, 0x29,0xcd,0x42,0xd1,0x32,0x2d,0x21,0x07,0x29,0xed,0x32,0x6e,0x31,0xa7,0x29,0x24, 0x31,0x44,0x39,0xa5,0x31,0x65,0x39,0x65,0x39,0xa8,0x2a,0x0a,0x32,0x92,0x4a,0xd1, 0x22,0x0a,0x32,0x93,0x32,0xf5,0x32,0xd1,0x32,0x4e,0x21,0x68,0x29,0x23,0x29,0x04, 0x31,0x04,0x31,0x04,0x31,0x04,0x31,0x25,0x20,0xa3,0x18,0x62,0x18,0x61,0x10,0x41, 0x10,0x21,0x18,0x62,0x20,0xc3,0x20,0xa3,0x20,0xa3,0x20,0x83,0x20,0x83,0x20,0x81, 0x20,0x81,0x20,0xa2,0x20,0xa2,0x20,0xa1,0x20,0xc3,0x28,0xe4,0x29,0x04,0x28,0xa2, 0x28,0xc2,0x28,0xc2,0x20,0xa2,0x28,0x81,0x28,0x81,0x38,0xc1,0x49,0x22,0x49,0x41, 0x49,0x00,0x61,0xa2,0x41,0x64,0x31,0x86,0x3a,0xaa,0x21,0xa6,0x31,0x47,0x29,0x49, 0x29,0xa7,0x21,0x23,0x29,0x63,0x31,0x83,0x39,0xe4,0x31,0xa4,0x29,0x43,0x21,0x42, 0x31,0x84,0x31,0xa3,0x31,0xa4,0x31,0xa3,0x39,0xe4,0x31,0xe5,0x3a,0x27,0x3a,0x8b, 0x3b,0x31,0x33,0x34,0x3b,0x99,0x3b,0x35,0x32,0x4b,0x29,0x22,0x29,0xa3,0x29,0x64, 0x21,0x44,0x29,0x44,0x39,0xc6,0x29,0x64,0x29,0x64,0x21,0x23,0x29,0x45,0x10,0x81, 0x00,0x00,0x10,0x40,0x29,0x23,0x21,0x22,0x20,0xe1,0x29,0x64,0x31,0x84,0x39,0xa5, 0x31,0x84,0x31,0x84,0x29,0x43,0x29,0x42,0x39,0xc4,0x31,0x84,0x29,0x03,0x31,0x65, 0x20,0xc1,0x31,0x63,0x31,0x84,0x29,0x23,0x31,0x84,0x41,0xe5,0x39,0x84,0x31,0x84, 0x33,0x15,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16, 0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x15, 0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x3b,0x16,0x3b,0x16,0x3b,0x16,0x33,0x16, 0x33,0x16,0x33,0x15,0x33,0x15,0x33,0x15,0x33,0x15,0x33,0x36,0x3b,0x55,0x19,0x06, 0x18,0xc2,0x18,0xc2,0x18,0xe4,0x10,0x82,0x21,0x02,0x18,0xe3,0x29,0xa9,0x31,0xcb, 0x29,0xef,0x2a,0x10,0x31,0xab,0x20,0xc7,0x21,0x8c,0x2a,0x2e,0x39,0xa8,0x29,0x04, 0x29,0x03,0x28,0xe3,0x28,0xe3,0x20,0xa3,0x39,0x69,0x29,0xea,0x2a,0x71,0x32,0x8f, 0x21,0x8a,0x42,0xb5,0x32,0xb3,0x22,0x0d,0x29,0x8a,0x21,0x67,0x21,0x43,0x31,0x03, 0x29,0x04,0x29,0x04,0x20,0xa2,0x28,0xe3,0x31,0x03,0x39,0x04,0x28,0xa3,0x20,0x62, 0x18,0x41,0x20,0x82,0x20,0x83,0x28,0xa3,0x28,0xa2,0x28,0xc3,0x28,0xa3,0x20,0xa3, 0x20,0x82,0x20,0x82,0x20,0xa1,0x28,0xa2,0x20,0xa2,0x28,0xa2,0x20,0xa2,0x20,0xa2, 0x20,0xc3,0x20,0xe3,0x28,0xc3,0x28,0xc3,0x20,0xa2,0x20,0x81,0x20,0x81,0x28,0xa0, 0x39,0x42,0x39,0x85,0x21,0x05,0x29,0xa9,0x3a,0x6c,0x18,0xe4,0x18,0xc2,0x29,0x86, 0x31,0xe8,0x29,0x24,0x31,0x84,0x39,0xe4,0x31,0xc3,0x31,0x83,0x10,0xa1,0x21,0x43, 0x31,0x64,0x29,0x83,0x31,0xa4,0x39,0xe4,0x31,0xe4,0x29,0xa3,0x32,0x06,0x3a,0xae, 0x43,0x96,0x3b,0x78,0x43,0x58,0x3b,0x78,0x43,0x33,0x18,0xe4,0x29,0x22,0x29,0x64, 0x21,0x03,0x20,0xe4,0x18,0xa3,0x29,0x24,0x31,0xa4,0x29,0x64,0x39,0xe7,0x20,0xe4, 0x00,0x00,0x10,0x61,0x31,0x84,0x31,0xa5,0x29,0x43,0x31,0xc5,0x31,0xa5,0x29,0x63, 0x29,0x63,0x21,0x23,0x29,0x43,0x3a,0x05,0x39,0xe4,0x31,0x83,0x29,0x23,0x31,0x65, 0x29,0x44,0x39,0xa5,0x39,0xe4,0x31,0xe4,0x39,0xc5,0x31,0xa4,0x29,0x43,0x21,0x23, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x33,0x15, 0x33,0x15,0x33,0x15,0x32,0xf5,0x32,0xf5,0x33,0x15,0x33,0x15,0x33,0x15,0x32,0xf5, 0x33,0x15,0x33,0x15,0x32,0xf5,0x33,0x15,0x3a,0xf5,0x3a,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xf4,0x3a,0xf5,0x33,0x17,0x33,0x17,0x3a,0xd4,0x21,0x25, 0x08,0xa1,0x10,0xe2,0x29,0x65,0x18,0xe3,0x21,0x23,0x21,0x23,0x29,0xa8,0x21,0x68, 0x19,0x49,0x21,0x4c,0x29,0x89,0x29,0x87,0x2a,0x10,0x2a,0x0e,0x21,0x05,0x29,0x23, 0x21,0x03,0x29,0x03,0x28,0xe4,0x18,0xa4,0x18,0xc4,0x19,0x07,0x29,0x8b,0x21,0x27, 0x29,0x48,0x42,0x93,0x33,0x15,0x32,0xb1,0x19,0x89,0x29,0x86,0x29,0x42,0x29,0x04, 0x28,0xe3,0x31,0x04,0x28,0xa3,0x30,0xc3,0x30,0xc3,0x30,0xc3,0x30,0xa2,0x28,0xa2, 0x20,0x81,0x28,0xa2,0x28,0x82,0x28,0x82,0x20,0x62,0x28,0x82,0x20,0x82,0x28,0xa3, 0x28,0xa3,0x30,0xc3,0x28,0xc3,0x28,0xa2,0x28,0x81,0x28,0x81,0x28,0xa1,0x20,0x81, 0x20,0x82,0x20,0x83,0x18,0x82,0x28,0xe4,0x30,0xa1,0x30,0xc1,0x28,0xc2,0x31,0x44, 0x31,0x65,0x21,0x24,0x19,0x04,0x29,0x86,0x29,0x86,0x21,0x65,0x29,0x65,0x29,0xa6, 0x31,0xa5,0x31,0x64,0x31,0xa5,0x39,0xc5,0x39,0xe5,0x3a,0x06,0x21,0x23,0x29,0x63, 0x31,0x84,0x31,0x85,0x31,0x84,0x39,0xe4,0x3a,0x04,0x31,0xc4,0x32,0x2a,0x32,0xd0, 0x3b,0x77,0x33,0x58,0x3b,0x38,0x3b,0x5a,0x43,0x55,0x21,0x26,0x31,0x85,0x31,0x85, 0x18,0xe3,0x10,0xa2,0x29,0x45,0x29,0x65,0x31,0xc5,0x3a,0x09,0x31,0xeb,0x18,0xe4, 0x00,0x00,0x08,0x41,0x21,0x43,0x29,0x64,0x29,0x84,0x31,0xa5,0x39,0xe5,0x21,0x23, 0x31,0xa4,0x29,0x63,0x31,0xc4,0x29,0xa3,0x39,0xc5,0x21,0x02,0x10,0x61,0x29,0x44, 0x29,0x63,0x29,0x63,0x31,0xa4,0x39,0xe6,0x29,0x64,0x31,0x84,0x21,0x43,0x39,0xc5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x3a,0xf6, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x3a,0xf5,0x33,0x16,0x2a,0xd3,0x19,0x69,0x18,0xe4, 0x21,0x44,0x29,0x85,0x21,0x24,0x18,0xe3,0x21,0x23,0x29,0x44,0x29,0x66,0x39,0xe9, 0x29,0xa9,0x29,0x8b,0x29,0x68,0x21,0x45,0x3a,0x51,0x19,0x6b,0x10,0x82,0x21,0x03, 0x29,0x44,0x28,0xe3,0x20,0xe3,0x18,0x83,0x00,0x62,0x21,0x69,0x21,0x08,0x18,0xe5, 0x29,0x27,0x29,0xcd,0x32,0xd5,0x3b,0x15,0x32,0x91,0x21,0x69,0x21,0x45,0x29,0x24, 0x29,0x04,0x29,0x04,0x28,0x82,0x30,0xc3,0x30,0xc3,0x30,0xc3,0x30,0xc3,0x28,0x82, 0x28,0x61,0x30,0xc3,0x39,0x04,0x30,0xc3,0x30,0xa2,0x28,0xa3,0x28,0x82,0x28,0x62, 0x28,0x82,0x28,0x82,0x28,0xa2,0x28,0xa3,0x20,0xa2,0x20,0xa2,0x28,0xa2,0x20,0xa3, 0x20,0x82,0x20,0x81,0x28,0xc2,0x18,0xc4,0x18,0xa3,0x39,0xa6,0x19,0x04,0x29,0x44, 0x18,0xc2,0x00,0x20,0x29,0x45,0x29,0x45,0x29,0x85,0x21,0x04,0x31,0xa8,0x29,0x66, 0x29,0x85,0x31,0xa3,0x39,0xc5,0x31,0xe5,0x3a,0x48,0x3a,0x4a,0x31,0xc9,0x29,0x63, 0x29,0x63,0x31,0x83,0x31,0xc4,0x3a,0x27,0x3a,0x47,0x2a,0x08,0x3a,0xce,0x3b,0x34, 0x3b,0x56,0x33,0x56,0x33,0x37,0x33,0x79,0x3a,0xd2,0x21,0x46,0x29,0x84,0x29,0x65, 0x18,0xc3,0x21,0x24,0x21,0x24,0x29,0x24,0x3a,0x06,0x21,0x88,0x3a,0x2c,0x19,0x05, 0x08,0x61,0x00,0x00,0x31,0xa5,0x29,0x84,0x31,0xc5,0x3a,0x06,0x29,0x63,0x31,0xa4, 0x31,0xc4,0x19,0x02,0x39,0xc5,0x29,0x84,0x10,0x80,0x18,0xc2,0x08,0x20,0x31,0xc6, 0x31,0xa5,0x31,0xe4,0x39,0xc5,0x31,0xa6,0x21,0x03,0x31,0xa4,0x29,0x64,0x31,0x64, 0x32,0xd5,0x32,0xd5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xd5,0x32,0xd5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xd5,0x32,0xd5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xd5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x1a,0x2f,0x19,0x67,0x11,0x03, 0x08,0x81,0x21,0x23,0x18,0xe3,0x10,0xa2,0x21,0x04,0x29,0x25,0x29,0x66,0x29,0x66, 0x29,0x88,0x31,0x8a,0x39,0x89,0x29,0x46,0x31,0xf0,0x21,0x89,0x29,0x23,0x29,0x44, 0x29,0x24,0x20,0xc1,0x29,0x03,0x21,0x24,0x18,0xe4,0x19,0x07,0x00,0x44,0x29,0x88, 0x29,0x46,0x29,0x49,0x3a,0xb4,0x32,0xb5,0x3a,0xf6,0x2a,0x2f,0x21,0x6a,0x10,0xa2, 0x18,0xe3,0x20,0xe3,0x29,0x24,0x18,0x81,0x28,0xa2,0x30,0xc3,0x30,0xc3,0x28,0x61, 0x28,0x41,0x38,0xe4,0x30,0xa2,0x30,0xc3,0x30,0xa2,0x30,0xc3,0x30,0xa2,0x28,0xa3, 0x28,0x82,0x28,0x82,0x28,0xa2,0x28,0xa2,0x20,0x83,0x20,0xa3,0x20,0xa3,0x28,0xa2, 0x20,0xa2,0x20,0xa1,0x20,0xc3,0x3a,0x8e,0x3a,0xae,0x21,0x67,0x21,0x45,0x10,0x82, 0x10,0x81,0x21,0x04,0x29,0x44,0x31,0xa5,0x39,0xe8,0x29,0x26,0x29,0x67,0x29,0x46, 0x29,0xa6,0x29,0xa4,0x39,0xe4,0x32,0x48,0x32,0x6c,0x3a,0xd0,0x32,0xb1,0x21,0x45, 0x29,0x83,0x39,0xe3,0x31,0xe5,0x32,0x6b,0x3a,0xef,0x32,0xaf,0x3b,0x13,0x3b,0x36, 0x3b,0x37,0x3b,0x57,0x3b,0x57,0x33,0x78,0x32,0x90,0x29,0x87,0x29,0x84,0x29,0x66, 0x21,0x25,0x29,0x66,0x18,0xc3,0x21,0x04,0x31,0xc7,0x29,0xa8,0x3a,0x0a,0x18,0xe4, 0x08,0x62,0x00,0x00,0x31,0x84,0x31,0xc5,0x31,0xc5,0x39,0xe5,0x31,0xa4,0x29,0x83, 0x29,0x84,0x18,0xc1,0x31,0x85,0x39,0xc7,0x21,0x03,0x31,0x85,0x18,0xc2,0x29,0x64, 0x29,0x83,0x39,0xe4,0x21,0x63,0x18,0xe3,0x18,0xe2,0x31,0xa4,0x29,0x44,0x39,0xc6, 0x32,0xb4,0x32,0xb5,0x32,0xb5,0x32,0xb5,0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd5, 0x32,0xd5,0x32,0xd5,0x32,0xb5,0x32,0xb5,0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd5, 0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd4,0x32,0xd5,0x32,0xd4,0x32,0xd5,0x32,0xd5, 0x32,0xd5,0x32,0xd4,0x32,0xd4,0x32,0xd5,0x32,0xd6,0x2a,0x73,0x29,0xac,0x19,0x04, 0x10,0xc2,0x29,0x44,0x21,0x23,0x21,0x44,0x29,0x65,0x21,0x05,0x21,0x26,0x31,0xa8, 0x21,0x47,0x39,0xcb,0x21,0x06,0x21,0x27,0x19,0x2c,0x21,0x67,0x31,0x44,0x18,0xc3, 0x20,0xe3,0x29,0x03,0x18,0xe4,0x21,0x05,0x10,0x84,0x10,0x84,0x21,0x27,0x29,0x48, 0x31,0x66,0x21,0x04,0x19,0x29,0x22,0x31,0x33,0x16,0x2a,0x50,0x08,0xa5,0x10,0xc2, 0x19,0x03,0x21,0x24,0x21,0x24,0x18,0xa2,0x20,0xe3,0x20,0x62,0x20,0x82,0x28,0x82, 0x20,0x61,0x30,0xe4,0x28,0x81,0x20,0x81,0x30,0xa2,0x30,0xc3,0x28,0x81,0x28,0x82, 0x28,0xa3,0x28,0xa3,0x28,0xc3,0x28,0xc3,0x28,0xa2,0x28,0x81,0x28,0xa2,0x20,0x82, 0x28,0xc3,0x29,0x47,0x32,0xb1,0x33,0x75,0x32,0xb0,0x21,0x24,0x20,0xa0,0x08,0x41, 0x10,0xa2,0x29,0x44,0x21,0x24,0x29,0x44,0x29,0x25,0x31,0x66,0x29,0x25,0x21,0x25, 0x32,0x08,0x39,0xe6,0x39,0xe5,0x2a,0x4a,0x33,0x12,0x3b,0x56,0x3b,0x36,0x3a,0x4c, 0x21,0xc6,0x29,0xe5,0x32,0x49,0x32,0xd1,0x3b,0x55,0x3b,0x35,0x3b,0x36,0x3b,0x37, 0x3b,0x36,0x33,0x36,0x33,0x36,0x33,0x57,0x22,0x50,0x19,0x05,0x29,0x64,0x19,0x05, 0x18,0xe4,0x10,0xa3,0x18,0xe4,0x29,0x45,0x29,0xa7,0x29,0xa7,0x21,0x66,0x00,0x41, 0x00,0x21,0x00,0x00,0x10,0xa1,0x29,0x64,0x29,0x84,0x21,0x02,0x31,0xa5,0x21,0x22, 0x29,0x64,0x00,0x00,0x08,0x41,0x00,0x41,0x08,0x61,0x10,0x81,0x10,0xa2,0x21,0x43, 0x31,0xc4,0x42,0x45,0x29,0x84,0x08,0x41,0x21,0x43,0x39,0xe5,0x31,0xc5,0x18,0xc3, 0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xd5,0x32,0xd5,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xd5, 0x32,0xd5,0x32,0xd4,0x32,0xd5,0x32,0xf4,0x32,0xd5,0x32,0xd4,0x32,0xd5,0x32,0xd4, 0x32,0xd4,0x2a,0xd4,0x2a,0xd4,0x32,0xb4,0x32,0xd5,0x2a,0x92,0x21,0x68,0x21,0x24, 0x21,0x65,0x21,0x44,0x21,0x44,0x18,0xe3,0x19,0x24,0x21,0x46,0x11,0x05,0x21,0x48, 0x11,0x08,0x19,0x08,0x10,0x83,0x10,0xe7,0x32,0x31,0x08,0xe5,0x18,0xa3,0x29,0x44, 0x21,0x03,0x18,0xa3,0x10,0xa3,0x29,0x89,0x00,0x22,0x18,0xe4,0x31,0xaa,0x31,0xac, 0x29,0x07,0x20,0xc1,0x18,0xc5,0x19,0x8d,0x32,0xf5,0x3a,0xb1,0x00,0x01,0x08,0x61, 0x18,0xe3,0x21,0x04,0x21,0x24,0x18,0xc2,0x18,0xc3,0x18,0xc2,0x10,0x61,0x10,0x41, 0x20,0x61,0x28,0xa3,0x28,0xa2,0x30,0xc3,0x28,0xc2,0x30,0xe3,0x20,0x82,0x28,0x82, 0x28,0x82,0x28,0x82,0x28,0xa2,0x28,0xa2,0x20,0x82,0x18,0x62,0x21,0x06,0x19,0x07, 0x2a,0x0d,0x42,0xf2,0x33,0x16,0x2b,0x36,0x3a,0xd1,0x29,0x87,0x21,0x23,0x21,0x25, 0x21,0x25,0x29,0x25,0x21,0x03,0x29,0x23,0x21,0x03,0x29,0x65,0x29,0x24,0x21,0x25, 0x29,0xa8,0x29,0xa7,0x31,0xe8,0x42,0xf1,0x33,0x36,0x33,0x37,0x33,0x16,0x3b,0x33, 0x32,0x8e,0x32,0x4c,0x32,0xb0,0x33,0x15,0x3b,0x37,0x33,0x37,0x33,0x36,0x33,0x36, 0x33,0x36,0x33,0x36,0x33,0x36,0x33,0x37,0x32,0xb2,0x21,0x47,0x29,0x86,0x21,0x25, 0x08,0x62,0x10,0xc3,0x21,0x24,0x29,0xa6,0x32,0x0a,0x29,0xe7,0x29,0x84,0x10,0x83, 0x00,0x22,0x00,0x00,0x00,0x00,0x10,0x82,0x21,0x24,0x00,0x20,0x00,0x40,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x21,0x44,0x29,0x84, 0x32,0x04,0x32,0x04,0x29,0x84,0x19,0x04,0x29,0x85,0x39,0xe5,0x29,0x63,0x18,0xc2, 0x2a,0x94,0x2a,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0xb5, 0x32,0xb4,0x32,0x94,0x2a,0x94,0x2a,0x94,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xd4,0x32,0xb4,0x32,0xd4,0x32,0xd4, 0x32,0xd4,0x2a,0xd4,0x2a,0xd5,0x32,0xd5,0x32,0xd4,0x2a,0x2d,0x21,0x85,0x18,0xe4, 0x19,0x03,0x10,0xc2,0x21,0x24,0x29,0x65,0x19,0x45,0x31,0xa8,0x21,0x47,0x21,0x68, 0x29,0xed,0x31,0xcd,0x18,0xe5,0x10,0xe7,0x32,0x2f,0x19,0x68,0x08,0x43,0x29,0x24, 0x20,0xc3,0x29,0x25,0x10,0xa5,0x21,0x69,0x08,0x43,0x10,0x62,0x18,0xe6,0x21,0x09, 0x20,0xc5,0x29,0x02,0x29,0x05,0x29,0xcf,0x32,0xb4,0x3a,0x90,0x10,0xa4,0x08,0x61, 0x08,0x61,0x18,0xc3,0x21,0x03,0x21,0x03,0x21,0x23,0x21,0x24,0x20,0xe4,0x10,0x61, 0x10,0x41,0x18,0x41,0x20,0x61,0x28,0x82,0x28,0xa2,0x28,0xa2,0x28,0x82,0x28,0x81, 0x28,0x81,0x30,0xa2,0x28,0xa3,0x18,0x83,0x10,0xc5,0x21,0xaa,0x42,0xf1,0x32,0xd3, 0x33,0x15,0x33,0x15,0x3a,0xf5,0x32,0xf6,0x32,0xd2,0x32,0x8e,0x22,0x2b,0x29,0x86, 0x31,0xa6,0x31,0x86,0x18,0xc2,0x29,0x23,0x29,0x64,0x29,0x64,0x21,0x03,0x31,0xc8, 0x29,0xa7,0x29,0x66,0x29,0xcb,0x3a,0xf3,0x33,0x17,0x32,0xf6,0x32,0xf5,0x33,0x35, 0x3b,0x14,0x3a,0xd2,0x3a,0xf4,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16,0x33,0x16, 0x33,0x36,0x33,0x15,0x33,0x16,0x33,0x37,0x43,0x14,0x21,0x68,0x29,0x85,0x21,0x65, 0x10,0xc3,0x10,0xc2,0x10,0xe3,0x21,0x44,0x29,0xc9,0x29,0x85,0x29,0x83,0x18,0xe4, 0x08,0x42,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x08,0x41,0x00,0x00,0x00,0x21,0x08,0x62,0x21,0x23,0x29,0x85, 0x32,0x05,0x31,0xe4,0x21,0x44,0x21,0x44,0x29,0xa5,0x31,0xe5,0x08,0xa1,0x10,0xc2, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0xb4, 0x32,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0x94,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xb4,0x2a,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xb5,0x32,0xb4,0x32,0x71,0x21,0xcc,0x18,0xe4, 0x10,0x82,0x18,0xe3,0x21,0x24,0x19,0x65,0x19,0x44,0x10,0xa3,0x18,0xc3,0x29,0xa8, 0x19,0x8d,0x3a,0x72,0x18,0xc7,0x08,0xe5,0x21,0xab,0x19,0x08,0x08,0x62,0x18,0x84, 0x20,0xc3,0x00,0x21,0x08,0x44,0x08,0x83,0x00,0x61,0x00,0x21,0x20,0xe5,0x18,0x84, 0x21,0x05,0x31,0x65,0x21,0x26,0x2a,0x0f,0x22,0x30,0x19,0x48,0x08,0x41,0x10,0x62, 0x10,0x42,0x08,0x61,0x10,0x82,0x10,0x82,0x18,0xc1,0x19,0x03,0x18,0xe4,0x18,0xe4, 0x08,0x62,0x08,0x63,0x10,0x42,0x10,0x63,0x18,0x64,0x18,0x84,0x10,0x63,0x10,0x22, 0x18,0x62,0x20,0xc4,0x31,0xaa,0x32,0x2e,0x32,0xb3,0x3b,0x15,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf4,0x33,0x14,0x32,0xf6,0x3a,0xf6,0x32,0xd4,0x32,0xb1,0x29,0xc9, 0x32,0x2a,0x32,0x09,0x29,0x86,0x29,0x44,0x31,0xa5,0x31,0x64,0x29,0x45,0x29,0xea, 0x21,0xc7,0x29,0xc7,0x32,0x6f,0x33,0x14,0x33,0x16,0x32,0xf5,0x32,0xd5,0x33,0x16, 0x32,0xf6,0x32,0xf6,0x32,0xf5,0x33,0x15,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x3b,0x16, 0x33,0x16,0x3b,0x15,0x3b,0x16,0x33,0x17,0x3b,0x35,0x22,0x0c,0x19,0x65,0x19,0x24, 0x20,0xa3,0x21,0x04,0x11,0x03,0x21,0x44,0x21,0x26,0x29,0x65,0x29,0x83,0x29,0x25, 0x10,0x83,0x00,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x10,0xa2,0x19,0x03,0x10,0xa2,0x00,0x20,0x08,0x60,0x21,0x24,0x29,0x85, 0x29,0x85,0x29,0x85,0x10,0xa1,0x19,0x02,0x31,0xc5,0x31,0xa5,0x08,0x81,0x21,0x44, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x2a,0xb4,0x32,0xb4,0x2a,0x94, 0x2a,0x94,0x2a,0x93,0x2a,0x93,0x2a,0x94,0x2a,0x95,0x2a,0xb3,0x32,0x91,0x29,0x87, 0x19,0x04,0x18,0xc3,0x21,0x23,0x19,0x02,0x21,0x43,0x19,0x01,0x10,0xe2,0x11,0x27, 0x2a,0x70,0x22,0x2f,0x29,0xec,0x11,0x4a,0x32,0x0e,0x21,0x89,0x00,0x40,0x10,0x22, 0x10,0x61,0x00,0x01,0x21,0x06,0x18,0xe5,0x21,0x04,0x00,0x01,0x10,0xa4,0x00,0x02, 0x20,0xe5,0x20,0xe4,0x29,0x47,0x2a,0x0e,0x21,0xee,0x21,0x89,0x08,0x21,0x08,0x61, 0x00,0x20,0x10,0x82,0x10,0x82,0x18,0xc2,0x18,0xe3,0x21,0x04,0x21,0x24,0x21,0x24, 0x29,0xca,0x29,0xef,0x2a,0x4f,0x32,0xb2,0x3a,0xd3,0x32,0xd3,0x32,0x91,0x32,0x91, 0x2a,0x0f,0x32,0x91,0x3a,0xf3,0x32,0xf4,0x32,0xd5,0x3a,0xd4,0x32,0xd4,0x32,0xd4, 0x32,0xf4,0x32,0xf4,0x32,0xf4,0x32,0xd5,0x32,0xd5,0x32,0xd4,0x32,0xd3,0x2a,0x51, 0x3a,0xd2,0x2a,0x4e,0x2a,0x09,0x29,0xa5,0x31,0xe8,0x31,0x86,0x21,0x65,0x2a,0x4b, 0x22,0x0d,0x32,0x6f,0x3b,0x13,0x33,0x15,0x2a,0xd5,0x2a,0xd5,0x32,0xd5,0x32,0xf5, 0x32,0xf5,0x32,0xd5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf6,0x33,0x16,0x3a,0xf3,0x32,0x6e,0x29,0xaa, 0x21,0x04,0x18,0xe2,0x19,0x45,0x29,0x45,0x21,0x25,0x29,0x84,0x21,0x64,0x10,0xa3, 0x08,0x83,0x10,0xc3,0x08,0x61,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x41, 0x10,0xa2,0x21,0x24,0x29,0x65,0x21,0x24,0x19,0x03,0x29,0x44,0x31,0xa5,0x31,0xc5, 0x21,0x43,0x31,0xc5,0x08,0x61,0x21,0x23,0x29,0x84,0x21,0x23,0x29,0x64,0x29,0xa5, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x73, 0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x32,0x93,0x2a,0x94,0x32,0xb4,0x2a,0x93, 0x2a,0x93,0x2a,0x93,0x32,0x93,0x2a,0x94,0x2a,0x94,0x2a,0x93,0x2a,0xb3,0x32,0x29, 0x21,0x86,0x21,0x24,0x29,0x44,0x19,0x03,0x29,0x65,0x19,0x03,0x08,0xc3,0x19,0x6b, 0x3a,0xb2,0x19,0xcd,0x32,0x51,0x21,0xd1,0x32,0x31,0x31,0xed,0x19,0x06,0x18,0xa5, 0x08,0x41,0x00,0x00,0x00,0x43,0x21,0x26,0x10,0xa3,0x10,0xa4,0x18,0xc4,0x10,0x84, 0x29,0x27,0x10,0x62,0x18,0xa4,0x29,0xcd,0x29,0xed,0x21,0x47,0x00,0x00,0x10,0x61, 0x10,0x82,0x10,0xa3,0x10,0xa2,0x21,0x24,0x18,0xc4,0x18,0xe3,0x29,0x43,0x19,0x44, 0x2a,0x0e,0x32,0xd6,0x2a,0xd4,0x2a,0xd5,0x2a,0xd5,0x32,0xd5,0x32,0xf5,0x32,0xf5, 0x32,0xd4,0x32,0xd4,0x32,0xb4,0x32,0xd5,0x32,0xb5,0x32,0xd4,0x32,0xd4,0x32,0xd4, 0x32,0xd3,0x32,0xd4,0x32,0xd4,0x32,0xd6,0x32,0xb5,0x32,0xd4,0x32,0xb5,0x32,0xf5, 0x2a,0xf4,0x32,0xd3,0x32,0x91,0x2a,0x4e,0x32,0x2d,0x29,0xca,0x21,0xc8,0x2a,0xaf, 0x32,0xd4,0x32,0xb5,0x32,0xf5,0x32,0xf5,0x2a,0xd6,0x32,0xd5,0x32,0xd5,0x32,0xd5, 0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x3a,0xf5,0x32,0xf6,0x33,0x17,0x33,0x16,0x3b,0x15,0x32,0x50, 0x19,0x47,0x21,0xc8,0x3a,0x8d,0x29,0x66,0x21,0x23,0x29,0xa6,0x21,0x86,0x10,0xe4, 0x18,0xe4,0x31,0x66,0x18,0xc3,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x00,0x18,0xe3, 0x21,0x44,0x29,0x85,0x21,0x04,0x18,0xc3,0x21,0x23,0x31,0x85,0x29,0x84,0x21,0x43, 0x21,0x63,0x31,0xc4,0x19,0x03,0x31,0xa5,0x21,0x44,0x18,0xe3,0x21,0x45,0x29,0x85, 0x2a,0x73,0x2a,0x73,0x2a,0x74,0x2a,0x74,0x2a,0x94,0x2a,0x74,0x2a,0x73,0x2a,0x74, 0x2a,0x74,0x2a,0x94,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x73, 0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x32,0x93,0x32,0x93,0x32,0x94,0x32,0x93, 0x2a,0x93,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x72,0x18,0xe5, 0x18,0xe4,0x18,0xc4,0x10,0xc4,0x21,0x46,0x29,0x47,0x21,0x44,0x10,0xc4,0x29,0x6c, 0x21,0x8c,0x09,0x28,0x2a,0x30,0x21,0xb1,0x21,0x8e,0x29,0xcc,0x31,0xcd,0x18,0xe6, 0x00,0x21,0x00,0x00,0x00,0x00,0x19,0x05,0x08,0x41,0x19,0x04,0x18,0xc3,0x18,0xe4, 0x31,0x87,0x10,0x43,0x08,0x42,0x29,0x8b,0x19,0x69,0x08,0xa4,0x08,0x42,0x10,0xa3, 0x00,0x21,0x08,0x61,0x18,0xc3,0x21,0x24,0x18,0xe3,0x21,0x04,0x29,0x43,0x21,0x65, 0x21,0xcd,0x32,0xb5,0x32,0xb3,0x32,0xb4,0x2a,0x94,0x32,0xb4,0x32,0xb3,0x32,0xb3, 0x32,0xb3,0x32,0xb3,0x32,0xb3,0x32,0xb3,0x32,0xb3,0x32,0xd3,0x32,0xd3,0x32,0xb3, 0x32,0xb3,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xb4,0x2a,0xd3, 0x2a,0xd4,0x2a,0xd5,0x32,0xd5,0x32,0xb4,0x32,0xb3,0x32,0x70,0x32,0x6f,0x32,0xd3, 0x2a,0xb5,0x32,0xb5,0x32,0xb4,0x32,0xb5,0x32,0xd5,0x32,0xb5,0x32,0xb5,0x32,0xd5, 0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd5,0x2a,0xd5,0x2a,0xd5,0x32,0xf5, 0x32,0xf5,0x32,0xf5,0x32,0xd5,0x32,0xd6,0x32,0xd5,0x32,0xd5,0x32,0xf6,0x3a,0xf5, 0x2a,0x6e,0x32,0xb1,0x3a,0xd3,0x19,0x26,0x29,0x64,0x29,0xa8,0x32,0x2c,0x19,0x87, 0x29,0x86,0x10,0xa3,0x18,0xc3,0x08,0x82,0x08,0x41,0x00,0x00,0x08,0x41,0x29,0x65, 0x21,0x23,0x21,0x03,0x18,0xe2,0x18,0xe2,0x29,0x65,0x08,0x40,0x18,0xe2,0x21,0x43, 0x29,0x84,0x29,0xa4,0x29,0x84,0x29,0x65,0x18,0xe3,0x08,0x62,0x08,0x61,0x21,0x24, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x32,0x93,0x32,0x93, 0x2a,0x73,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x32,0x93,0x32,0x72,0x00,0x42, 0x00,0x41,0x00,0x42,0x19,0x26,0x29,0xea,0x29,0x68,0x19,0x03,0x08,0xc2,0x19,0x08, 0x19,0x26,0x11,0x03,0x21,0xcc,0x29,0xcd,0x19,0x48,0x19,0x89,0x29,0x8e,0x31,0x8a, 0x00,0x61,0x08,0x81,0x00,0x42,0x21,0x26,0x10,0xa2,0x21,0x03,0x18,0xe2,0x18,0xc3, 0x20,0xe5,0x20,0xc4,0x10,0x63,0x29,0x6a,0x29,0xaa,0x19,0x05,0x18,0x83,0x00,0x41, 0x08,0x41,0x08,0x82,0x08,0x61,0x18,0xc3,0x11,0x02,0x21,0x24,0x31,0x45,0x21,0x05, 0x29,0xed,0x32,0xb3,0x2a,0xb3,0x2a,0x93,0x2a,0x93,0x32,0xb3,0x32,0xb3,0x32,0xb3, 0x2a,0xb3,0x2a,0xb3,0x2a,0xb3,0x32,0xb3,0x32,0xd3,0x32,0xd3,0x32,0xd3,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb3,0x32,0xb3,0x32,0xd3,0x32,0xb4,0x2a,0xb4,0x32,0x94, 0x32,0xb5,0x2a,0xb5,0x2a,0xb4,0x32,0xb4,0x2a,0xd5,0x32,0xb3,0x32,0x93,0x22,0xb5, 0x2a,0xd5,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb5,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb5,0x32,0xb5,0x32,0xd5,0x2a,0xd5,0x2a,0xd5,0x32,0xd5, 0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd5,0x32,0xd4,0x32,0xf5,0x32,0xf5,0x2a,0xd7, 0x32,0xf3,0x32,0xf6,0x32,0xd7,0x21,0xa8,0x19,0x22,0x29,0xaa,0x3a,0x70,0x00,0x84, 0x08,0xa3,0x00,0x00,0x00,0x40,0x18,0xe3,0x10,0xa2,0x00,0x20,0x21,0x25,0x31,0xa5, 0x00,0x20,0x08,0x60,0x00,0x60,0x19,0x03,0x31,0x85,0x00,0x00,0x10,0xa2,0x29,0x64, 0x21,0x44,0x29,0xa5,0x29,0x84,0x29,0x64,0x18,0xc3,0x00,0x42,0x18,0xc3,0x29,0x64, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x53,0x2a,0x53,0x2a,0x52,0x2a,0x73,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x53, 0x2a,0x53,0x2a,0x73,0x2a,0x72,0x2a,0x72,0x22,0x74,0x2a,0xb3,0x2a,0x2e,0x08,0x62, 0x00,0x61,0x00,0x62,0x29,0x89,0x21,0x68,0x19,0x04,0x18,0xc2,0x21,0x23,0x21,0x24, 0x10,0xa3,0x21,0x46,0x11,0x07,0x29,0xcc,0x19,0x4b,0x21,0x8a,0x19,0x48,0x31,0xca, 0x10,0xc5,0x20,0xe4,0x19,0x05,0x21,0x88,0x19,0x68,0x20,0xe4,0x18,0x81,0x08,0xa5, 0x21,0x28,0x21,0x05,0x10,0x42,0x19,0x06,0x31,0xeb,0x10,0xa4,0x10,0x62,0x00,0x21, 0x08,0x41,0x21,0x03,0x18,0xe2,0x21,0x03,0x29,0xa6,0x21,0x66,0x31,0x88,0x21,0x46, 0x29,0xec,0x32,0x73,0x32,0x93,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0xb3, 0x32,0xb3,0x32,0xb3,0x2a,0xb3,0x2a,0xb3,0x2a,0xb3,0x2a,0xb3,0x2a,0xb3,0x2a,0xb3, 0x32,0xb4,0x2a,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb5, 0x2a,0xb4,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x2a,0xb4,0x32,0xb4,0x32,0xd5,0x32,0xb5,0x32,0xd5,0x32,0xd5,0x32,0xb4, 0x32,0xb5,0x32,0xb5,0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xd4,0x32,0xd4, 0x32,0xd5,0x32,0xd6,0x32,0xf4,0x2a,0xd1,0x22,0x4d,0x2a,0x2e,0x21,0xac,0x00,0x22, 0x00,0x00,0x00,0x00,0x00,0x21,0x00,0x20,0x10,0x82,0x00,0x00,0x10,0xa2,0x29,0x64, 0x00,0x40,0x18,0xe3,0x21,0x44,0x18,0xe3,0x18,0xc3,0x00,0x00,0x08,0x41,0x21,0x24, 0x21,0x64,0x31,0xc5,0x29,0x85,0x21,0x64,0x19,0x03,0x19,0x23,0x21,0x44,0x19,0x03, 0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x73,0x2a,0x72,0x2a,0x72,0x22,0x73,0x2a,0x92,0x19,0x4a,0x10,0x82, 0x21,0x03,0x00,0x41,0x00,0x23,0x00,0x63,0x10,0xa3,0x10,0xc2,0x10,0xc2,0x10,0xe3, 0x21,0x46,0x18,0xe4,0x18,0xe5,0x29,0xaa,0x29,0x8b,0x19,0x28,0x08,0xa5,0x08,0xa5, 0x00,0x62,0x21,0x03,0x21,0x25,0x21,0xcb,0x32,0x0d,0x21,0x26,0x18,0xa3,0x08,0x86, 0x29,0xaa,0x29,0x26,0x00,0x22,0x21,0x28,0x19,0x07,0x18,0xe5,0x08,0x40,0x00,0x00, 0x10,0xa2,0x18,0xe3,0x10,0xa2,0x10,0xa2,0x19,0x25,0x29,0xa8,0x29,0x47,0x21,0x45, 0x21,0x67,0x29,0xed,0x2a,0x72,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93, 0x32,0x93,0x32,0xb3,0x32,0x93,0x32,0x93,0x32,0xb3,0x2a,0xb3,0x2a,0xb3,0x2a,0x93, 0x2a,0x93,0x2a,0x93,0x2a,0xb4,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xb4, 0x32,0xb4,0x2a,0x94,0x2a,0xb4,0x2a,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x2a,0x94,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x22,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xd4,0x32,0xb4,0x32,0xd4,0x32,0xd4,0x32,0xd4,0x32,0xd4, 0x32,0xb5,0x32,0xb5,0x32,0xd5,0x32,0xf3,0x32,0xd3,0x42,0xd4,0x29,0xcc,0x00,0x21, 0x08,0x41,0x00,0x01,0x00,0x00,0x00,0x41,0x10,0x82,0x19,0x03,0x19,0x03,0x39,0xe6, 0x10,0xc2,0x29,0x44,0x18,0xe2,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0xc2,0x29,0x85, 0x31,0xc6,0x29,0xa5,0x21,0x44,0x21,0x64,0x21,0x64,0x29,0x85,0x29,0x85,0x21,0x43, 0x2a,0x52,0x2a,0x53,0x2a,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x22,0x52,0x22,0x72,0x2a,0x52,0x22,0x72,0x2a,0x70,0x19,0x49,0x08,0x82, 0x10,0x81,0x08,0x62,0x00,0x22,0x10,0xc4,0x19,0x03,0x19,0x04,0x18,0xe4,0x19,0x25, 0x19,0x05,0x10,0xa3,0x10,0xa3,0x21,0x27,0x18,0xe7,0x10,0xc6,0x18,0xc4,0x10,0xe6, 0x08,0xc3,0x19,0x23,0x21,0x68,0x21,0x8c,0x2a,0x0f,0x19,0x07,0x10,0xa4,0x29,0xab, 0x19,0x6a,0x10,0xa5,0x18,0xa5,0x29,0x49,0x29,0x89,0x18,0xe4,0x18,0xc3,0x00,0x42, 0x08,0x61,0x18,0xe3,0x18,0xe3,0x08,0x41,0x19,0x25,0x21,0x46,0x21,0x25,0x21,0x25, 0x21,0x66,0x21,0xca,0x2a,0x52,0x2a,0x93,0x2a,0x73,0x2a,0x73,0x2a,0x72,0x2a,0x93, 0x32,0x93,0x2a,0x93,0x2a,0x73,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x93, 0x2a,0x93,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x93,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x2a,0xb4, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb5,0x32,0xb5,0x32,0xb6,0x32,0xb5,0x32,0xd6,0x32,0x73,0x09,0x07,0x00,0x40, 0x21,0x24,0x10,0xa4,0x10,0xa3,0x08,0x61,0x10,0xa2,0x10,0xa2,0x31,0xa6,0x21,0x23, 0x10,0xc1,0x21,0x24,0x29,0x85,0x10,0xc2,0x00,0x00,0x18,0xe3,0x21,0x44,0x19,0x23, 0x29,0x85,0x10,0xe2,0x29,0x64,0x21,0x43,0x31,0xa5,0x21,0x23,0x29,0x85,0x21,0x43, 0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x22,0x52,0x2a,0x72,0x21,0x6a,0x08,0x83, 0x10,0xc2,0x00,0x00,0x18,0xe5,0x21,0x05,0x18,0xc2,0x18,0xe4,0x08,0x82,0x00,0x42, 0x10,0xe5,0x19,0x05,0x10,0xa4,0x21,0x29,0x29,0xab,0x10,0xe8,0x08,0xa6,0x21,0x26, 0x21,0x46,0x19,0x67,0x21,0xab,0x21,0xae,0x19,0xad,0x19,0x28,0x10,0xc4,0x31,0xeb, 0x21,0x49,0x08,0x84,0x20,0xe6,0x18,0xc5,0x21,0x27,0x10,0xc3,0x08,0x81,0x18,0xc4, 0x10,0xc3,0x18,0xe3,0x10,0xc2,0x08,0x61,0x18,0xe4,0x19,0x05,0x21,0x45,0x31,0xca, 0x21,0x68,0x21,0xcb,0x2a,0x72,0x32,0x93,0x2a,0x73,0x2a,0x73,0x2a,0x72,0x2a,0x73, 0x2a,0x93,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x93,0x2a,0x93,0x32,0x93,0x2a,0x93, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x32,0x93,0x2a,0x93,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4, 0x2a,0xb4,0x2a,0xb4,0x32,0xb4,0x32,0xb4,0x2a,0x94,0x32,0xb4,0x32,0xb4,0x32,0xb4, 0x32,0xb4,0x32,0xb4,0x32,0xb5,0x32,0xb5,0x2a,0xd5,0x2a,0xb3,0x09,0x07,0x00,0x60, 0x19,0x01,0x10,0xa3,0x08,0x62,0x10,0xe4,0x18,0xe3,0x00,0x00,0x10,0xa2,0x10,0xa2, 0x21,0x23,0x21,0x44,0x21,0x23,0x21,0x23,0x08,0x61,0x29,0x45,0x18,0xe3,0x10,0xc2, 0x21,0x64,0x21,0x64,0x21,0x23,0x21,0x24,0x29,0x85,0x21,0x23,0x21,0x03,0x21,0x64, 0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x53,0x22,0x52,0x21,0xac,0x18,0xe5, 0x08,0xa2,0x00,0x21,0x00,0x43,0x10,0x83,0x10,0xc2,0x08,0x61,0x00,0x01,0x08,0xa4, 0x10,0xe5,0x19,0x05,0x10,0xe7,0x19,0x4b,0x21,0xae,0x21,0xad,0x21,0xcc,0x08,0x63, 0x19,0x08,0x29,0xad,0x21,0xae,0x21,0xee,0x19,0xad,0x19,0x27,0x18,0xa4,0x19,0x48, 0x21,0x27,0x10,0xa2,0x08,0xa3,0x08,0x82,0x18,0xe4,0x18,0xe4,0x10,0xc3,0x21,0x25, 0x21,0x04,0x19,0x03,0x19,0x03,0x18,0xc3,0x21,0x04,0x21,0x03,0x19,0x46,0x29,0xcd, 0x21,0xce,0x21,0xed,0x2a,0x72,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x72,0x2a,0x72, 0x2a,0x72,0x2a,0x52,0x2a,0x52,0x32,0x72,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x74,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0x94,0x32,0xb4, 0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x2a,0xb4,0x22,0xd5,0x32,0xf4,0x29,0xcd,0x10,0xa3, 0x00,0x20,0x00,0x20,0x00,0x00,0x08,0x82,0x10,0xc3,0x10,0xc2,0x00,0x00,0x21,0x23, 0x29,0x65,0x29,0x64,0x18,0xe3,0x10,0xc2,0x00,0x20,0x21,0x24,0x18,0xc2,0x18,0xe3, 0x21,0x44,0x29,0x85,0x19,0x03,0x19,0x03,0x29,0xa5,0x29,0x85,0x29,0x64,0x21,0x64, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32, 0x22,0x32,0x22,0x32,0x22,0x31,0x22,0x31,0x22,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x31, 0x2a,0x31,0x2a,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x2a,0x51,0x29,0xec, 0x19,0x47,0x00,0x83,0x10,0xe5,0x11,0x05,0x10,0xe4,0x10,0x83,0x00,0x01,0x18,0xa5, 0x18,0xe4,0x10,0xe4,0x21,0x8d,0x21,0xaf,0x11,0x6b,0x19,0x8d,0x21,0xac,0x00,0x41, 0x19,0x07,0x21,0x6c,0x19,0xae,0x21,0xce,0x19,0x6a,0x08,0x62,0x08,0x82,0x19,0x06, 0x19,0x06,0x00,0x20,0x08,0x82,0x08,0x61,0x18,0xc3,0x18,0xe4,0x08,0x82,0x18,0xe4, 0x21,0x24,0x18,0xe3,0x10,0xa2,0x18,0xc3,0x21,0x05,0x21,0x23,0x19,0x46,0x29,0xaf, 0x2a,0x11,0x2a,0x51,0x2a,0x72,0x2a,0x72,0x2a,0x52,0x2a,0x72,0x2a,0x72,0x2a,0x72, 0x2a,0x72,0x2a,0x72,0x2a,0x52,0x2a,0x72,0x2a,0x72,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x72,0x2a,0x72,0x2a,0x72,0x2a,0x72,0x2a,0x73,0x2a,0x73,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x93,0x2a,0x94,0x2a,0x94,0x2a,0x74, 0x2a,0x74,0x2a,0x74,0x2a,0x74,0x2a,0x74,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb5,0x32,0xb5,0x21,0xcf,0x00,0x83, 0x08,0x40,0x18,0xc4,0x00,0x00,0x18,0xe4,0x18,0xe3,0x10,0x82,0x08,0x81,0x08,0x81, 0x19,0x23,0x29,0x84,0x19,0x02,0x00,0x20,0x00,0x00,0x10,0xa2,0x10,0xc2,0x29,0x64, 0x31,0xa5,0x21,0x23,0x10,0xa2,0x21,0x44,0x31,0xa6,0x21,0x03,0x10,0xa2,0x21,0x64, 0x2a,0x12,0x2a,0x12,0x2a,0x12,0x2a,0x12,0x22,0x12,0x22,0x12,0x22,0x11,0x22,0x32, 0x22,0x32,0x22,0x32,0x22,0x31,0x22,0x31,0x22,0x32,0x22,0x32,0x22,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x31,0x2a,0x31,0x2a,0x31, 0x2a,0x31,0x2a,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x32,0x22,0x0f, 0x21,0xad,0x21,0x6b,0x19,0x4a,0x21,0x8b,0x29,0xcc,0x10,0xa5,0x08,0x63,0x10,0xa4, 0x18,0xc4,0x08,0xa3,0x29,0xcf,0x21,0xaf,0x19,0x89,0x19,0x4a,0x19,0x08,0x10,0x82, 0x10,0xe5,0x21,0x6a,0x19,0x8c,0x29,0xcd,0x10,0xc7,0x00,0x20,0x00,0x41,0x21,0x47, 0x18,0xe5,0x00,0x20,0x08,0x82,0x08,0xa2,0x18,0xe4,0x10,0xc3,0x08,0x62,0x21,0x04, 0x18,0xc3,0x21,0x04,0x21,0x04,0x21,0x05,0x21,0x05,0x21,0x24,0x21,0x67,0x29,0xf0, 0x2a,0x32,0x2a,0x51,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x72,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x72,0x2a,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x74,0x2a,0x74,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x93,0x2a,0x94,0x2a,0x74,0x2a,0x74,0x2a,0x74,0x2a,0x74,0x2a,0x94, 0x2a,0xb4,0x2a,0x94,0x2a,0x94,0x2a,0x94,0x2a,0xb3,0x2a,0x95,0x3a,0xb4,0x19,0x69, 0x10,0xa3,0x10,0x82,0x00,0x00,0x00,0x20,0x21,0x04,0x21,0x44,0x19,0x03,0x18,0xe3, 0x21,0x23,0x31,0xa4,0x29,0x84,0x19,0x03,0x10,0xc2,0x19,0x03,0x29,0x64,0x31,0xc5, 0x31,0xa5,0x29,0x64,0x08,0x61,0x29,0x64,0x29,0x65,0x29,0x85,0x19,0x03,0x29,0x65, 0x22,0x12,0x22,0x12,0x22,0x12,0x22,0x12,0x22,0x11,0x21,0xf1,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x32,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x32, 0x2a,0x12,0x22,0x11,0x2a,0x12,0x2a,0x12,0x2a,0x11,0x2a,0x31,0x2a,0x31,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x32, 0x22,0x32,0x22,0x11,0x21,0xf1,0x21,0xf1,0x2a,0x12,0x21,0x6b,0x11,0x04,0x10,0xc3, 0x08,0x63,0x10,0xe5,0x21,0xce,0x21,0x6d,0x11,0x26,0x19,0x07,0x08,0xa3,0x18,0xa3, 0x18,0xc5,0x19,0x08,0x19,0x28,0x19,0x28,0x18,0xe6,0x00,0x21,0x00,0x61,0x18,0xc4, 0x08,0x63,0x08,0x41,0x18,0xe4,0x10,0xc3,0x21,0x25,0x18,0xe3,0x08,0x82,0x18,0xc3, 0x10,0xc3,0x10,0xa2,0x18,0xe4,0x19,0x05,0x21,0x04,0x10,0xe3,0x19,0x48,0x2a,0x10, 0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x72,0x2a,0x72,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x53, 0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x94, 0x2a,0x94,0x2a,0x94,0x2a,0x93,0x2a,0x93,0x2a,0xb3,0x2a,0x94,0x2a,0x95,0x3a,0xb2, 0x11,0x06,0x00,0x20,0x10,0x82,0x00,0x00,0x18,0xe4,0x29,0x45,0x21,0x44,0x18,0xc2, 0x19,0x23,0x29,0x43,0x18,0xe2,0x18,0xe2,0x10,0xc2,0x08,0xa1,0x29,0x64,0x29,0x64, 0x21,0x43,0x29,0x85,0x29,0x64,0x21,0x23,0x21,0x24,0x21,0x44,0x29,0x44,0x21,0x64, 0x22,0x11,0x22,0x11,0x22,0x12,0x22,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x2a,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x2a,0x12,0x2a,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x31, 0x22,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x22,0x11,0x21,0xf1,0x22,0x11,0x22,0x31, 0x22,0x11,0x22,0x11,0x22,0x31,0x22,0x32,0x2a,0x12,0x29,0xcd,0x00,0x41,0x00,0x00, 0x08,0x63,0x11,0x06,0x29,0xcd,0x10,0xe9,0x10,0xc2,0x10,0x83,0x10,0xa2,0x18,0xa3, 0x10,0x84,0x10,0xa5,0x10,0xc6,0x10,0xa4,0x10,0xa4,0x00,0x00,0x00,0x20,0x08,0x62, 0x00,0x01,0x00,0x20,0x18,0xc3,0x10,0xa3,0x21,0x04,0x18,0xc3,0x18,0xc3,0x18,0xe4, 0x10,0xa2,0x10,0x83,0x10,0xc4,0x10,0xc4,0x19,0x04,0x21,0x68,0x19,0xac,0x2a,0x31, 0x2a,0x31,0x2a,0x12,0x2a,0x31,0x2a,0x31,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x52, 0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x52, 0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x53, 0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x73, 0x2a,0x73,0x2a,0x93,0x2a,0x93,0x2a,0x73,0x2a,0x72,0x22,0x53,0x1a,0x55,0x32,0xb5, 0x2a,0x0c,0x10,0xe3,0x08,0x41,0x00,0x00,0x19,0x04,0x21,0x24,0x21,0x24,0x10,0xa2, 0x19,0x03,0x21,0x44,0x19,0x03,0x00,0x40,0x00,0x00,0x18,0xe2,0x29,0x45,0x19,0x03, 0x10,0xc2,0x29,0x64,0x29,0x85,0x29,0x85,0x18,0xe3,0x18,0xe3,0x21,0x23,0x31,0xc6, 0x21,0xf1,0x21,0xf1,0x22,0x12,0x22,0x12,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x21,0xd1,0x21,0xf1,0x29,0xf1, 0x21,0xf1,0x22,0x31,0x22,0x11,0x22,0x11,0x21,0x6c,0x08,0x85,0x00,0x00,0x08,0x62, 0x08,0x43,0x19,0x05,0x29,0xad,0x08,0x26,0x10,0x81,0x10,0x83,0x08,0xa2,0x18,0xe3, 0x08,0xa3,0x10,0xe6,0x08,0xa5,0x10,0xc5,0x08,0x63,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x20,0x08,0x62,0x10,0xa3,0x18,0xe4,0x21,0x25,0x18,0xe4,0x19,0x04, 0x00,0x61,0x10,0xc4,0x21,0x05,0x10,0xc4,0x29,0x66,0x29,0xcc,0x29,0xf0,0x22,0x31, 0x2a,0x31,0x2a,0x12,0x2a,0x11,0x2a,0x11,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x11, 0x2a,0x11,0x2a,0x31,0x2a,0x31,0x2a,0x31,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x73,0x2a,0x53,0x2a,0x53,0x2a,0x73,0x2a,0x73,0x2a,0x73,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x33,0x2a,0x52,0x1a,0x72,0x2a,0x74, 0x19,0x8b,0x10,0xc4,0x00,0x00,0x00,0x41,0x10,0x82,0x08,0x61,0x08,0xa2,0x10,0xc3, 0x10,0xc2,0x19,0x03,0x29,0x64,0x10,0xc2,0x00,0x00,0x29,0x65,0x18,0xe3,0x19,0x03, 0x10,0xa1,0x29,0x65,0x21,0x64,0x19,0x03,0x21,0x23,0x21,0x23,0x29,0x65,0x29,0x85, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x29,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xef,0x19,0x07,0x00,0x01,0x00,0x00,0x10,0xa3, 0x00,0x01,0x08,0x83,0x10,0xa7,0x00,0x23,0x00,0x20,0x10,0xc4,0x10,0xc3,0x08,0x82, 0x10,0xc4,0x10,0xe5,0x00,0x43,0x00,0x23,0x08,0x82,0x08,0x81,0x08,0x40,0x00,0x21, 0x00,0x00,0x10,0x82,0x21,0x04,0x10,0xa2,0x18,0xe3,0x18,0xe4,0x18,0xe4,0x10,0xa2, 0x00,0x62,0x10,0xa3,0x19,0x04,0x21,0x47,0x21,0x69,0x21,0xae,0x22,0x12,0x22,0x11, 0x22,0x11,0x22,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x2a,0x31,0x2a,0x11,0x2a,0x11, 0x22,0x11,0x2a,0x11,0x2a,0x11,0x2a,0x11,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x11,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x72,0x2a,0x72,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x33,0x2a,0x52,0x22,0x71,0x2a,0x73, 0x32,0x50,0x10,0xe6,0x00,0x00,0x08,0x82,0x00,0x20,0x10,0xa2,0x10,0xc2,0x19,0x03, 0x21,0x23,0x29,0x44,0x29,0x65,0x19,0x03,0x10,0xa2,0x19,0x03,0x18,0xe3,0x18,0xe2, 0x08,0x81,0x21,0x44,0x08,0xa1,0x19,0x03,0x21,0x23,0x29,0x65,0x29,0x85,0x31,0xe6, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf0, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xd0,0x21,0xf1,0x21,0xf1,0x21,0xd0, 0x19,0xf0,0x19,0xf1,0x21,0xd0,0x21,0x6a,0x08,0x82,0x00,0x00,0x10,0xc3,0x00,0x20, 0x00,0x20,0x00,0x20,0x00,0x41,0x00,0x21,0x08,0x62,0x08,0x62,0x21,0x05,0x00,0x21, 0x08,0x42,0x08,0x62,0x08,0x83,0x00,0x02,0x00,0x00,0x00,0x00,0x08,0x41,0x08,0x82, 0x08,0x82,0x10,0xa2,0x18,0xe3,0x08,0x81,0x18,0xc3,0x10,0xc3,0x10,0xc3,0x08,0x62, 0x08,0x82,0x08,0xa2,0x18,0xc4,0x21,0xac,0x19,0xcf,0x21,0xf0,0x22,0x11,0x22,0x11, 0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x2a,0x11,0x22,0x11,0x2a,0x11, 0x22,0x11,0x2a,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x2a,0x31,0x22,0x11,0x2a,0x11, 0x2a,0x11,0x2a,0x11,0x2a,0x12,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x12,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x12,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x53, 0x2a,0x53,0x2a,0x53,0x2a,0x53,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x52,0x2a,0x53, 0x2a,0x52,0x19,0x8b,0x08,0xa2,0x08,0x82,0x10,0xe3,0x21,0x24,0x18,0xe3,0x19,0x03, 0x21,0x65,0x21,0x24,0x21,0x64,0x19,0x03,0x19,0x24,0x21,0x24,0x10,0xe3,0x08,0xa1, 0x10,0xe2,0x19,0x24,0x19,0x03,0x10,0xe3,0x21,0x44,0x29,0x65,0x29,0x64,0x29,0xa5, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0, 0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf0,0x21,0xd0,0x21,0xf1,0x21,0xf1,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xd0,0x21,0xf0,0x21,0xf0,0x21,0xd0, 0x19,0xf0,0x19,0xf1,0x21,0xf0,0x19,0x49,0x08,0x62,0x00,0x00,0x08,0x42,0x00,0x00, 0x00,0x00,0x00,0x41,0x00,0x21,0x00,0x00,0x10,0x82,0x00,0x00,0x08,0x61,0x00,0x41, 0x00,0x00,0x00,0x41,0x10,0xc3,0x00,0x00,0x08,0x62,0x00,0x00,0x00,0x00,0x08,0x61, 0x08,0xa1,0x08,0x81,0x10,0xe3,0x00,0x00,0x10,0xa3,0x10,0xe4,0x10,0xc4,0x08,0x61, 0x08,0xa3,0x10,0xa3,0x18,0xe6,0x29,0xcd,0x21,0xf0,0x21,0xf0,0x22,0x10,0x22,0x10, 0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x2a,0x11,0x22,0x11,0x22,0x11, 0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x2a,0x11,0x2a,0x32,0x2a,0x12,0x22,0x11,0x22,0x12, 0x22,0x12,0x22,0x12,0x2a,0x12,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52, 0x2a,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x22,0x52,0x2a,0x53, 0x2a,0x52,0x21,0xcc,0x00,0x40,0x10,0xc3,0x19,0x04,0x21,0x24,0x08,0x81,0x19,0x03, 0x21,0x44,0x19,0x03,0x19,0x03,0x21,0x44,0x29,0x65,0x21,0x44,0x21,0x44,0x08,0x81, 0x21,0x44,0x10,0xa2,0x08,0xa2,0x19,0x03,0x19,0x23,0x18,0xe2,0x29,0x84,0x29,0xa6, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf1,0x21,0xf0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x19,0xd0,0x19,0xd0,0x21,0xcf,0x19,0x49,0x10,0xa4,0x00,0x00,0x08,0x82,0x08,0x82, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x41,0x00,0x41,0x08,0x62,0x00,0x41, 0x00,0x00,0x00,0x00,0x00,0x41,0x00,0x41,0x08,0x42,0x00,0x00,0x00,0x20,0x08,0x82, 0x08,0x81,0x10,0xc3,0x18,0xc4,0x08,0x62,0x08,0x83,0x29,0x88,0x29,0x68,0x10,0xc3, 0x08,0xc3,0x21,0x05,0x08,0x44,0x21,0xae,0x21,0xf1,0x21,0xf0,0x21,0xf0,0x21,0xf0, 0x21,0xf0,0x22,0x10,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1,0x2a,0x11,0x22,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x2a,0x11,0x2a,0x31,0x2a,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x11, 0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x52,0x2a,0x52,0x2a,0x32,0x22,0x31,0x22,0x52,0x22,0x32, 0x2a,0x52,0x08,0xe9,0x00,0x01,0x08,0x83,0x10,0xc3,0x21,0x24,0x10,0xa1,0x19,0x03, 0x21,0x24,0x21,0x44,0x21,0x24,0x29,0x85,0x21,0x44,0x21,0x44,0x29,0x65,0x08,0x81, 0x21,0x64,0x10,0xc2,0x10,0xa2,0x10,0xc2,0x19,0x23,0x29,0x64,0x29,0x85,0x21,0x84, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xd0, 0x19,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xcf, 0x19,0xcf,0x19,0xd1,0x21,0xcf,0x11,0x08,0x18,0xe4,0x18,0xc4,0x18,0xc4,0x10,0xc3, 0x10,0xa3,0x00,0x00,0x08,0x41,0x00,0x41,0x00,0x41,0x10,0x82,0x10,0xa2,0x08,0x61, 0x00,0x41,0x00,0x20,0x10,0xa3,0x00,0x21,0x08,0x82,0x08,0x41,0x00,0x62,0x10,0xc4, 0x19,0x05,0x10,0xc4,0x10,0xa3,0x08,0x83,0x18,0xe5,0x21,0x68,0x21,0x48,0x10,0xc4, 0x11,0x05,0x10,0xe4,0x08,0x84,0x19,0x8c,0x22,0x11,0x21,0xf0,0x21,0xf0,0x21,0xf0, 0x21,0xf0,0x22,0x10,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x12,0x2a,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x32, 0x22,0x32,0x22,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x31,0x22,0x52,0x2a,0x53, 0x32,0x52,0x11,0x4a,0x00,0x42,0x10,0xc4,0x21,0x24,0x19,0x03,0x21,0x24,0x10,0xe2, 0x08,0xa1,0x19,0x23,0x21,0x44,0x29,0x85,0x18,0xe3,0x21,0x44,0x18,0xe3,0x10,0xc2, 0x21,0x44,0x10,0xc2,0x29,0x65,0x19,0x03,0x19,0x23,0x29,0x85,0x29,0xa5,0x29,0x83, 0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0, 0x21,0xb0,0x21,0xb0,0x19,0xb0,0x19,0xb0,0x21,0xd0,0x19,0xb0,0x21,0xd0,0x19,0xd0, 0x11,0xd0,0x11,0xd0,0x11,0xd0,0x11,0xd0,0x19,0xd0,0x19,0xd0,0x21,0xd0,0x19,0xd0, 0x19,0xb0,0x19,0xb0,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf, 0x21,0xcf,0x19,0xb0,0x21,0xae,0x11,0x28,0x18,0xe4,0x18,0xc4,0x10,0xa3,0x10,0x83, 0x08,0x62,0x00,0x41,0x08,0x82,0x08,0x62,0x08,0x61,0x00,0x21,0x08,0x81,0x00,0x41, 0x08,0x41,0x00,0x21,0x08,0x62,0x08,0x83,0x08,0x61,0x10,0xa3,0x10,0xa4,0x10,0xa5, 0x31,0xaa,0x19,0x27,0x10,0xa3,0x10,0xc5,0x21,0x47,0x10,0xc6,0x18,0xe7,0x10,0xc4, 0x11,0x04,0x19,0x04,0x10,0xc5,0x19,0xab,0x21,0xf0,0x21,0xd0,0x21,0xd0,0x21,0xf0, 0x21,0xef,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf0,0x21,0xf0,0x21,0xf1,0x22,0x10,0x21,0xf0,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32, 0x22,0x32,0x22,0x32,0x22,0x32,0x2a,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x2a,0x32, 0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x31,0x22,0x52,0x2a,0x52, 0x22,0x11,0x11,0x4b,0x19,0x26,0x10,0xc4,0x19,0x04,0x21,0x24,0x21,0x23,0x21,0x44, 0x21,0x24,0x21,0x44,0x19,0x24,0x10,0xc2,0x21,0x24,0x21,0x24,0x10,0xc2,0x21,0x44, 0x21,0x23,0x21,0x24,0x10,0xe3,0x10,0xe3,0x29,0x85,0x29,0x84,0x29,0x84,0x29,0x65, 0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x19,0xaf,0x19,0xaf,0x21,0xaf,0x19,0xaf, 0x19,0xaf,0x21,0xaf,0x19,0xaf,0x19,0xaf,0x21,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x21,0xcf,0x21,0xcf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf, 0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x19,0xcf, 0x19,0xb0,0x21,0xb0,0x21,0x8e,0x19,0x8b,0x21,0x27,0x10,0xc5,0x21,0x8a,0x21,0x6a, 0x10,0xa4,0x00,0x20,0x00,0x00,0x00,0x21,0x00,0x21,0x00,0x20,0x08,0x61,0x08,0x62, 0x00,0x20,0x00,0x00,0x00,0x21,0x08,0x61,0x10,0xa2,0x10,0xa2,0x10,0xa2,0x08,0x64, 0x29,0xcd,0x19,0x6b,0x10,0xc4,0x19,0x28,0x19,0x08,0x08,0xa4,0x08,0x81,0x08,0xa1, 0x08,0xc3,0x21,0x68,0x19,0x8b,0x19,0xce,0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x22,0x10,0x22,0x10, 0x22,0x10,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x22,0x11,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x12,0x22,0x12,0x22,0x11,0x22,0x12,0x22,0x11,0x22,0x31,0x22,0x31,0x22,0x31, 0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x31,0x22,0x32, 0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x22,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x2a,0x33,0x22,0x0f,0x00,0xa2,0x00,0x60,0x20,0xe4,0x21,0x05,0x10,0xe1,0x19,0x23, 0x21,0x44,0x21,0x44,0x21,0x24,0x18,0xe4,0x19,0x25,0x18,0xe4,0x19,0x04,0x21,0x44, 0x31,0x63,0x29,0x63,0x21,0x64,0x21,0x85,0x29,0xc6,0x29,0xe8,0x21,0xa8,0x19,0x44, 0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x19,0xaf,0x11,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x19,0xaf,0x11,0x8f,0x19,0x8f,0x21,0xaf,0x21,0xaf,0x21,0xaf, 0x21,0xaf,0x21,0xaf,0x19,0x8f,0x21,0x8f,0x21,0xaf,0x21,0xaf,0x19,0xaf,0x11,0xaf, 0x11,0xb0,0x21,0x90,0x21,0xae,0x21,0x8c,0x19,0x27,0x08,0xc5,0x21,0x8a,0x21,0x6b, 0x00,0x22,0x00,0x20,0x08,0x42,0x08,0x61,0x00,0x00,0x00,0x00,0x00,0x21,0x08,0x62, 0x00,0x21,0x08,0x62,0x10,0x82,0x00,0x21,0x10,0xa3,0x18,0xe4,0x00,0x63,0x19,0x08, 0x21,0x8e,0x19,0x8e,0x11,0x28,0x10,0xe5,0x10,0xc5,0x08,0xa3,0x08,0x62,0x18,0xe4, 0x11,0x06,0x19,0x69,0x21,0xad,0x21,0xcf,0x21,0xcf,0x21,0xaf,0x21,0xcf,0x21,0xd0, 0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x22,0x12, 0x2a,0x33,0x2a,0x31,0x19,0x48,0x10,0xe2,0x21,0x03,0x29,0x45,0x10,0xc1,0x19,0x03, 0x21,0x44,0x10,0xe2,0x21,0x24,0x21,0x25,0x21,0x44,0x21,0x03,0x29,0x64,0x21,0x23, 0x29,0x87,0x31,0xe9,0x29,0xa9,0x21,0xc9,0x21,0xca,0x2a,0x0c,0x2a,0x0d,0x2a,0x0c, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x11,0x8f, 0x11,0x8f,0x11,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x11,0x8f,0x19,0x8f,0x19,0xaf, 0x19,0x8f,0x19,0x8f,0x19,0x8e,0x21,0xad,0x21,0x8b,0x11,0x28,0x19,0x6b,0x21,0xad, 0x00,0x63,0x00,0x40,0x08,0x42,0x08,0x42,0x00,0x41,0x00,0x20,0x00,0x20,0x08,0x42, 0x00,0x21,0x10,0x83,0x21,0x05,0x08,0x62,0x18,0xe4,0x19,0x26,0x10,0xe8,0x21,0x8d, 0x21,0x8f,0x21,0xb0,0x21,0x8c,0x10,0xe6,0x08,0x82,0x10,0x82,0x21,0x27,0x21,0x8a, 0x19,0x6a,0x19,0x6c,0x21,0xcf,0x21,0xb0,0x19,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xcf, 0x21,0xcf,0x21,0xcf,0x21,0xcf,0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0, 0x21,0xf1,0x21,0xf1,0x21,0xd1,0x21,0xd1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xd1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x32,0x2a,0x32,0x2a,0x32,0x22,0x11, 0x22,0x11,0x22,0x12,0x21,0xcd,0x19,0x66,0x19,0x22,0x19,0x22,0x10,0xa2,0x18,0xe3, 0x19,0x03,0x10,0xe2,0x21,0x44,0x21,0x25,0x21,0x45,0x21,0x44,0x29,0x85,0x21,0x86, 0x32,0x0c,0x32,0x2f,0x21,0xce,0x2a,0x0e,0x21,0xee,0x2a,0x30,0x2a,0x51,0x2a,0x51, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x21,0xaf,0x21,0xaf,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0xaf, 0x21,0xaf,0x19,0x8f,0x19,0x8f,0x19,0x8e,0x21,0x8c,0x19,0x6c,0x19,0xae,0x19,0x8e, 0x10,0xc6,0x00,0x41,0x08,0x63,0x00,0x22,0x00,0x41,0x00,0x00,0x08,0x61,0x00,0x42, 0x08,0x62,0x08,0x82,0x18,0xe4,0x10,0xc3,0x08,0xa3,0x21,0x69,0x19,0x6c,0x21,0x90, 0x19,0xb1,0x19,0xb0,0x19,0x8e,0x19,0x49,0x10,0xe5,0x19,0x07,0x21,0x4a,0x21,0xae, 0x19,0xae,0x21,0xae,0x21,0xaf,0x21,0x8f,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf, 0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xcf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xcf, 0x21,0xcf,0x21,0xcf,0x21,0xcf,0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xaf,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xf0,0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xd1,0x21,0xd1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x11,0x22,0x11,0x2a,0x32,0x29,0xed,0x21,0x66,0x10,0xe2,0x10,0x82,0x08,0x81, 0x19,0x03,0x29,0x85,0x21,0x23,0x19,0x04,0x31,0xc8,0x29,0xa8,0x21,0xa9,0x29,0xed, 0x2a,0x30,0x2a,0x52,0x2a,0x32,0x2a,0x52,0x2a,0x51,0x2a,0x32,0x2a,0x53,0x2a,0x54, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x21,0x8f, 0x21,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8e,0x19,0xaf,0x19,0x6f, 0x21,0x6a,0x08,0xa3,0x00,0x01,0x08,0x41,0x00,0x22,0x08,0x82,0x08,0x61,0x00,0x21, 0x00,0x42,0x00,0x22,0x08,0x83,0x10,0xc4,0x08,0xc4,0x19,0x49,0x19,0x8e,0x19,0xb1, 0x19,0xaf,0x19,0xae,0x19,0x8f,0x21,0x6d,0x21,0x4b,0x21,0x6c,0x19,0x8e,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x11,0xaf,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x21,0xaf,0x21,0xcf,0x21,0xcf,0x21,0xaf,0x21,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xcf,0x21,0xcf,0x21,0xcf,0x21,0xd0,0x21,0xaf,0x21,0xaf,0x21,0xcf, 0x21,0xcf,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xf0,0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11, 0x22,0x11,0x22,0x11,0x22,0x32,0x2a,0x12,0x21,0xab,0x18,0xe3,0x20,0xc3,0x10,0xc2, 0x19,0x02,0x21,0x43,0x19,0x02,0x21,0x04,0x21,0x88,0x2a,0x2e,0x2a,0x31,0x22,0x12, 0x1a,0x32,0x22,0x32,0x22,0x52,0x2a,0x52,0x22,0x52,0x2a,0x52,0x2a,0x53,0x2a,0x53, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x6e,0x19,0x6e,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8e,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x6f,0x19,0x8f, 0x19,0x8c,0x11,0x27,0x10,0xa4,0x10,0x84,0x08,0x43,0x08,0x63,0x08,0xa3,0x00,0x64, 0x00,0x01,0x10,0xe5,0x21,0x6a,0x19,0x26,0x10,0xe6,0x19,0x4b,0x19,0x6f,0x19,0x90, 0x19,0x8e,0x19,0x8e,0x19,0x8f,0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x19,0xaf,0x21,0xcf,0x21,0xcf,0x11,0x8e,0x11,0x8f,0x19,0xaf, 0x19,0x8f,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xcf,0x21,0xcf, 0x21,0xcf,0x21,0xcf,0x21,0xaf,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xaf,0x21,0xcf, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0, 0x19,0xd0,0x19,0xd0,0x21,0xf0,0x21,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0, 0x21,0xf0,0x21,0xf0,0x21,0xd0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf1, 0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x12,0x29,0xee,0x21,0x46,0x21,0x04,0x21,0x88, 0x29,0x89,0x29,0x88,0x21,0x68,0x21,0x68,0x19,0xad,0x22,0x31,0x2a,0x32,0x22,0x13, 0x2a,0x32,0x22,0x32,0x22,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x19,0x6f,0x19,0x6e,0x19,0x6f,0x19,0x6f,0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x8e, 0x19,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x6e,0x19,0x8e,0x19,0x6e, 0x19,0x8e,0x19,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x6e, 0x19,0x6f,0x19,0x6f,0x19,0x8f,0x19,0x8f,0x19,0x8e,0x19,0x8f,0x19,0x6f,0x19,0x6f, 0x19,0x6d,0x19,0x8c,0x19,0x6a,0x19,0x27,0x10,0xe4,0x08,0xa4,0x10,0xc6,0x19,0x06, 0x08,0xc3,0x10,0xa4,0x10,0xc7,0x19,0x27,0x19,0x27,0x21,0x8e,0x19,0x6f,0x19,0x8f, 0x19,0x8e,0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x21,0xaf,0x21,0xaf,0x19,0xaf,0x19,0xaf,0x21,0xaf,0x19,0x8f,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x11,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xaf,0x21,0xcf, 0x21,0xcf,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x19,0xd0,0x21,0xd0, 0x21,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0, 0x19,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0, 0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xd0,0x21,0xd1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x0f,0x21,0xab,0x29,0xa8,0x22,0x0f, 0x22,0x30,0x22,0x0f,0x22,0x0e,0x2a,0x0f,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x2a,0x32,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x12,0x2a,0x32,0x2a,0x32,0x2a,0x32, 0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x8e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8f,0x19,0x6f, 0x19,0x6e,0x19,0x6e,0x19,0x8d,0x19,0x27,0x00,0xa1,0x08,0xa3,0x10,0xa5,0x18,0xc4, 0x10,0xa2,0x10,0xa3,0x08,0x84,0x18,0xe5,0x11,0x28,0x21,0x6d,0x11,0x6f,0x19,0x8e, 0x19,0x8e,0x19,0x6f,0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x6e,0x19,0x6e,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x21,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x21,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x11,0x8f,0x11,0xaf,0x19,0xaf,0x19,0xaf, 0x21,0xaf,0x21,0xaf,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x19,0xd0,0x19,0xd0,0x11,0xb0, 0x11,0xb0,0x11,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xd0,0x19,0xd0,0x19,0xb0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x19,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xf0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x10,0x22,0x0f,0x22,0x12, 0x22,0x12,0x1a,0x12,0x22,0x12,0x22,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x2a,0x12,0x2a,0x12,0x2a,0x12,0x2a,0x12,0x22,0x11,0x22,0x11,0x2a,0x12,0x2a,0x32, 0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x6f,0x19,0x6f, 0x19,0x6f,0x19,0x4e,0x21,0x4c,0x10,0xe5,0x08,0x60,0x10,0x82,0x00,0x01,0x10,0x84, 0x18,0xe7,0x18,0xe6,0x19,0x27,0x19,0x07,0x19,0x6b,0x19,0x6e,0x19,0x6f,0x19,0x6e, 0x19,0x6e,0x19,0x6f,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8f, 0x19,0x6e,0x19,0x6e,0x19,0x8e,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x11,0xaf,0x11,0x8f,0x11,0x90,0x19,0xb0,0x21,0xb0,0x19,0xb0, 0x21,0xb0,0x19,0x90,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x21,0xb0, 0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xb0,0x21,0xd0, 0x21,0xd0,0x19,0xb0,0x11,0xd0,0x19,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0, 0x19,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xf1, 0x21,0xf1,0x21,0xf0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x19,0xf1,0x1a,0x11,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11, 0x22,0x12,0x22,0x12,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11,0x22,0x11, 0x19,0x4d,0x19,0x4d,0x19,0x4e,0x19,0x4e,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x6d, 0x19,0x6d,0x19,0x6d,0x19,0x6d,0x19,0x6d,0x19,0x6d,0x19,0x4d,0x19,0x4d,0x19,0x4d, 0x19,0x4d,0x19,0x4d,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x4d,0x19,0x4d,0x19,0x4d, 0x19,0x4d,0x19,0x4d,0x19,0x6e,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4e, 0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x4c,0x19,0x2a,0x19,0x08,0x19,0x28,0x21,0x49,0x19,0x49, 0x19,0x4c,0x19,0x6c,0x19,0x8b,0x19,0x4c,0x19,0x4d,0x19,0x6e,0x11,0x6f,0x19,0x6e, 0x19,0x6e,0x19,0x4f,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x8f, 0x19,0x6e,0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0x8f, 0x19,0x8f,0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0x6f,0x19,0x6f,0x19,0x8f,0x19,0xaf, 0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0x8f,0x19,0xb0,0x19,0xb0,0x19,0x90, 0x19,0xb0,0x19,0x8f,0x19,0xb0,0x21,0xb0,0x11,0xb0,0x19,0x6f,0x11,0x8f,0x19,0xb0, 0x19,0xb0,0x21,0xb0,0x21,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xb0, 0x21,0xb0,0x19,0xb0,0x19,0xb0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xb0, 0x19,0xb0,0x11,0xb0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x21,0xd0, 0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x12,0x11,0x21,0xf0, 0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf0,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1, 0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x21,0xf1,0x22,0x11,0x22,0x11,0x22,0x11, 0x19,0x4e,0x19,0x4e,0x19,0x6e,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d, 0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4d, 0x19,0x4d,0x19,0x4d,0x19,0x6d,0x19,0x6d,0x19,0x6d,0x19,0x4d,0x19,0x4d,0x19,0x4d, 0x19,0x4d,0x11,0x4d,0x19,0x4e,0x19,0x4d,0x11,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x4e, 0x19,0x4e,0x19,0x4e,0x19,0x4e,0x19,0x4e,0x11,0x4d,0x19,0x4d,0x19,0x4d,0x19,0x6d, 0x19,0x6d,0x11,0x6d,0x11,0x6d,0x19,0x6d,0x11,0x6d,0x19,0x8d,0x11,0x8c,0x19,0x6d, 0x11,0x6f,0x19,0x6e,0x11,0x6c,0x11,0x4e,0x11,0x6d,0x19,0x6e,0x11,0x6e,0x19,0x6d, 0x19,0x4d,0x19,0x4e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e,0x19,0x6e, 0x19,0x8e,0x11,0x6e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8e,0x19,0x8f, 0x19,0x8f,0x19,0x6f,0x11,0x6f,0x11,0x6f,0x19,0x8f,0x19,0x8e,0x19,0x8e,0x19,0x8e, 0x19,0x8e,0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0x8f,0x19,0xae, 0x19,0xae,0x19,0xaf,0x19,0xaf,0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0x8f, 0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0xaf, 0x19,0xaf,0x19,0xaf,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x19,0xaf,0x19,0xaf,0x19,0x8e, 0x19,0xaf,0x19,0xaf,0x19,0xb0,0x19,0xb0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xb0, 0x19,0xaf,0x19,0xb0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0,0x19,0xd0, 0x19,0xd0,0x19,0xd0,0x19,0xf0,0x21,0xd0,0x21,0xd0,0x19,0xd0,0x11,0xf0,0x19,0xf0, 0x11,0xf0,0x19,0xf0,0x1a,0x11,0x1a,0x11,0x19,0xf1,0x21,0xf0,0x21,0xf1,0x21,0xf1, 0x22,0x11,0x22,0x11,0x21,0xf1,0x21,0xf1,0x22,0x11,0x21,0xf1,0x22,0x11,0x22,0x11}; //----------------------------------- // delayms routine //----------------------------------- void delayms(uint m) // 12MHz Xtal, close to ms value { uint j; uint i; for(i=0; i>8; WritePKG(Buffer); } void SetFontFgColor(uint color) { uchar Buffer[4]; Buffer[0]=3; Buffer[1]=0x14; Buffer[2]=color; Buffer[3]=color>>8; WritePKG(Buffer); } void SetFontBgColor(uint color) { uchar Buffer[4]; Buffer[0]=3; Buffer[1]=0x15; Buffer[2]=color; Buffer[3]=color>>8; WritePKG(Buffer); } //----------------------------------- // String Routine //----------------------------------- void PrintASCII(uint X, Y, uchar *pstr) // max 64 byte in the string { uchar TempData[3], Buffer[6], NoOfChar; TempData[0]=2; // use internal 8x8 font TempData[1]=0x10; TempData[2]=0x00; WritePKG(TempData); Buffer[0]=5; // set the location Buffer[1]=0x12; Buffer[2]=X; Buffer[3]=X>>8; Buffer[4]=Y; Buffer[5]=Y>>8; WritePKG(Buffer); NoOfChar=strlen(pstr); // send the string SdCmd(0x17); SdCmd(NoOfChar); while(*pstr>0) { SdCmd(*pstr++); } CmdEnd(); } void PrintGB(uint X, Y, uchar *pstr) // max 64 byte in the string { uchar TempData[3], Buffer[6], NoOfChar; TempData[0]=2; // use internal 16x16 font ext-ROM TempData[1]=0x10; TempData[2]=0x04; WritePKG(TempData); Buffer[0]=5; // set the location Buffer[1]=0x12; Buffer[2]=X; Buffer[3]=X>>8; Buffer[4]=Y; Buffer[5]=Y>>8; WritePKG(Buffer); NoOfChar=strlen(pstr); // send the string SdCmd(0x17); SdCmd(NoOfChar); while(*pstr>0) { SdCmd(*pstr++); delay50us(); } CmdEnd(); } //------------------------------------------------ // Drawing Shape //------------------------------------------------ void Draw_Dot(uint X, Y) { uchar Buffer[6]; Buffer[0]=5; Buffer[1]=0x23; Buffer[2]=X; Buffer[3]=X>>8; Buffer[4]=Y; Buffer[5]=Y>>8; WritePKG(Buffer); delayms(5); } void Draw_Line(uint x1, y1, x2, y2) { uchar Buffer[10]; Buffer[0]=9; Buffer[1]=0x24; Buffer[2]=x1; Buffer[3]=x1>>8; Buffer[4]=y1; Buffer[5]=y1>>8; Buffer[6]=x2; Buffer[7]=x2>>8; Buffer[8]=y2; Buffer[9]=y2>>8; WritePKG(Buffer); delayms(5); } void Draw_Rect(uint x1, y1, x2, y2) { uchar Buffer[10]; Buffer[0]=9; Buffer[1]=0x26; Buffer[2]=x1; Buffer[3]=x1>>8; Buffer[4]=y1; Buffer[5]=y1>>8; Buffer[6]=x2; Buffer[7]=x2>>8; Buffer[8]=y2; Buffer[9]=y2>>8; WritePKG(Buffer); delayms(20); } void Fill_Rect(uint x1, y1, x2, y2) { uchar Buffer[10]; Buffer[0]=9; Buffer[1]=0x27; Buffer[2]=x1; Buffer[3]=x1>>8; Buffer[4]=y1; Buffer[5]=y1>>8; Buffer[6]=x2; Buffer[7]=x2>>8; Buffer[8]=y2; Buffer[9]=y2>>8; WritePKG(Buffer); delayms(20); } void Draw_Circle(uint X, Y, uchar R) { uchar Buffer[7]; Buffer[0]=6; Buffer[1]=0x28; Buffer[2]=X; Buffer[3]=X>>8; Buffer[4]=Y; Buffer[5]=Y>>8; Buffer[6]=R; WritePKG(Buffer); delayms(20); } void Fill_Circle(uint X, Y, uchar R) { uchar Buffer[7]; Buffer[0]=6; Buffer[1]=0x29; Buffer[2]=X; Buffer[3]=X>>8; Buffer[4]=Y; Buffer[5]=Y>>8; Buffer[6]=R; WritePKG(Buffer); delayms(20); } //----------------------------------- // Display set //----------------------------------- void LogoScreen(void) { SetFgColor(BLACK); Fill_Rect( 0, 0,319,239); //fill the full screen SetFgColor(WHITE); Draw_Rect( 0, 0,319,239); SetFgColor(WHITE); Draw_Rect( 37, 92,290,139); SetFontFgColor(RED); SetFontBgColor(BLACK); PrintASCII(100,50,"TOPWAY TCB8000A"); SetFontFgColor(BLUE); SetFontBgColor(BLACK); PrintASCII(48, 96, "Controller :TCB8000A "); PrintASCII(48,104, "Resolution :320xRGBx240 "); PrintASCII(48,112, "Screen Size :5.7\" "); PrintASCII(48,120, "Color Deepth:16.7 M "); PrintASCII(48,128, "Outline :76.9x63.9x3.2(t) "); SetFontFgColor(CYAN); SetFontBgColor(BLACK); PrintASCII(46,201, " TOPWAY Technology Co,. Ltd "); SetFontFgColor(BLUE); SetFontBgColor(YELLOW); PrintASCII(54,211, " http:\/\/www.topwaydisplay.com "); } void ChCharScreen(void) { SetFgColor(BLACK); Fill_Rect( 0, 0,319,239); //fill the full screen SetFontFgColor(WHITE); SetFontBgColor(BLACK); PrintGB( 0, 0, "TOPWAY成立于1996年,是专业设计生产液晶显 "); PrintGB( 0, 16, "示模块(LCD MODULE)的高科技企业。 "); PrintGB( 0, 32, "公司核心是一群在LCD领域工作多年的工程师,"); PrintGB( 0, 48, "多年积累的经验与技术优势与国外相关企业广"); PrintGB( 0, 64, "泛合作,以国内著名高校雄厚的科研力量与人 "); PrintGB( 0, 80, "才资源为持续发展的后盾,脚踏实地,迅速发展"); PrintGB( 0, 96, "壮大之中的一间高技术公司。公司拥有从日本"); PrintGB( 0,112, "引进的先进的COB,TAB和ACF等液晶显示模块 "); PrintGB( 0,128, "生产设备,有完善的工厂质量管理体系,产品质"); PrintGB( 0,144, "量得到绝对的保证。拓普微电子有着广泛的信"); PrintGB( 0,160, "息渠道,与许多电子设计公司有着紧密的联系,"); PrintGB( 0,176, "及时深入地了解国内外LCD技术发展以及手持 "); PrintGB( 0,192, "式产品等相关应用领域的市场信息,准确掌握 "); PrintGB( 0,208, "市场的发展趋势,设计上不断创新,使我们提 "); PrintGB( 0,224, "供的产品适合不断变化的市场需要。 "); } void ColorStrip() { SetFgColor(BLACK); Fill_Rect(0,0,319,239); // clear screen SetFgColor(RED); Fill_Rect(0x0000, 0x0000, 0x0027, 0x00ef); SetFgColor(GREEN); Fill_Rect(0x0027, 0x0000, 0x004f, 0x00ef); SetFgColor(BLUE); Fill_Rect(0x004f, 0x0000, 0x0077, 0x00ef); SetFgColor(YELLOW); Fill_Rect(0x0077, 0x0000, 0x009f, 0x00ef); SetFgColor(CYAN); Fill_Rect(0x009f, 0x0000, 0x00c7, 0x00ef); SetFgColor(MAGENTA); Fill_Rect(0x00c7, 0x0000, 0x00ef, 0x00ef); SetFgColor(WHITE); Fill_Rect(0x00ef, 0x0000, 0x0117, 0x00ef); SetFgColor(BLACK); Fill_Rect(0x0117, 0x0000, 0x013f, 0x00ef); } void Boxes() { SetFgColor(MAGENTA); Fill_Rect( 0, 0,319,239); SetFgColor(BLACK); Fill_Rect( 15, 10,305,230); SetFgColor(CYAN); Fill_Rect( 30, 20,290,220); SetFgColor(BLACK); Fill_Rect( 45, 30,275,210); SetFgColor(YELLOW); Fill_Rect( 60, 40,260,200); SetFgColor(BLACK); Fill_Rect( 75, 50,245,190); SetFgColor(BLUE); Fill_Rect( 90, 60,230,180); SetFgColor(BLACK); Fill_Rect(105, 70,215,170); SetFgColor(GREEN); Fill_Rect(120, 80,200,160); SetFgColor(BLACK); Fill_Rect(135, 90,185,150); SetFgColor(RED); Fill_Rect(150,100,170,140); SetFgColor(BLACK); Fill_Rect(155,110,165,130); } void Circles(void) { SetFgColor(BLACK); Fill_Rect(0,0,319,239); // "clear" screen SetFgColor(MAGENTA); Fill_Circle(160,120,120); SetFgColor(BLACK); Fill_Circle(160,120,110); SetFgColor(CYAN); Fill_Circle(160,120,100); SetFgColor(BLACK); Fill_Circle(160,120, 90); SetFgColor(YELLOW); Fill_Circle(160,120, 80); SetFgColor(BLACK); Fill_Circle(160,120, 70); SetFgColor(BLUE); Fill_Circle(160,120, 60); SetFgColor(BLACK); Fill_Circle(160,120, 50); SetFgColor(GREEN); Fill_Circle(160,120, 40); SetFgColor(BLACK); Fill_Circle(160,120, 30); SetFgColor(RED); Fill_Circle(160,120, 20); SetFgColor(BLACK); Fill_Circle(160,120, 10); SetFgColor(WHITE); Draw_Line( 40,120,280,120); Draw_Line(160, 0,160,239); SetFgColor(BLACK); Draw_Dot(160,120); } void ShowBMP160(ulong X, Y) { uchar i,j,k,Buffer[5]; uint p; ulong addr; // Display RAM pointer addr=Y*5; // addr=addr<<7; // addr=addr+X*2; // same as addr= X*2 + Y*320*2 p=0; // Data ROM pointer for(i=0;i<120;i++) { Buffer[0]=4; Buffer[1]=0x81; Buffer[2]=addr; Buffer[3]=addr>>8; Buffer[4]=addr>>16; WritePKG(Buffer); for(j=0;j<8;j++) // sprit one line data to 8 packet { SdCmd(0x84); // send data packet SdCmd(40); // no of byte in one packet for(k=0;k<20;k++) // no of pixels in one packet { SdCmd(pic01[p+1]); // low byte SdCmd(pic01[p]); // high byte p+=2; } CmdEnd(); } addr+=640; // next line } } //----------------------------------- // init routine //----------------------------------- uchar code Set_F500[]={4,0x83,0x00,0xf5,0x00}; // Reg[f500]=00 (internal MCS0 cycle pulse width) uchar code Set_F504[]={4,0x83,0x04,0xf5,0x04}; // Reg[f504]=04 (internal MCS1 pulse width) uchar code Set_F505[]={4,0x83,0x05,0xf5,0x80}; // Reg[f505]=80 (internal MCS1 memory accessing setting) uchar code Set_F6C4[]={4,0x83,0xc4,0xf6,0x10}; // Reg[f505]=80 Set Memory Clock Divide uchar code Set_F080[]={4,0x83,0x80,0xf0,0xfc}; // Reg[f080]=fc (16bpp TFT) uchar code Set_F08E[]={4,0x83,0x8e,0xf0,0x32}; // Reg[f08e]=32 (set pixel clock and LCD_ON) uchar code Set_F090[]={4,0x83,0x90,0xf0,0x14}; // set the LCD charactics uchar code Set_F091[]={4,0x83,0x91,0xf0,0x24}; // 0x25 uchar code Set_F092[]={4,0x83,0x92,0xf0,0x1e}; uchar code Set_F094[]={4,0x83,0x94,0xf0,0x05}; uchar code Set_F095[]={4,0x83,0x95,0xf0,0x0e}; uchar code Set_F096[]={4,0x83,0x96,0xf0,0x03}; void initLCDM(void) { _RES=1; delayms(1200); _RES=0; delayms(2); _RES=1; delayms(300); // execute all the setting in above WritePKG(Set_F500); WritePKG(Set_F504); WritePKG(Set_F505); WritePKG(Set_F6C4); WritePKG(Set_F080); WritePKG(Set_F08E); WritePKG(Set_F090); WritePKG(Set_F091); WritePKG(Set_F092); WritePKG(Set_F094); WritePKG(Set_F095); WritePKG(Set_F096); } //----------------------------------- // Main Program主程序 //----------------------------------- void main() { SP=0x60; EA=0; LCDBUS=0xff; // init all the port _CS=1; _RES=1; A1=0; _WR=1; _RD=1; initLCDM(); while(1) { LogoScreen(); delayms(800); ChCharScreen(); delayms(800); ColorStrip(); delayms(800); Boxes(); delayms(800); Circles(); delayms(800); SetFgColor(BLACK); Fill_Rect(0,0,319,239); ShowBMP160(80,60); delayms(800); } }